/**
 * Baseplate
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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 {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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.
 */
small {
  font-size: 80%;
}
/**
 * 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;
}
/* ==========================================================================
   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;
}
/*  ========================================================================== */
/*  @group Base */
/*  ========================================================================== */
html {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  overflow-y: scroll;
  min-height: 100%;
}
html,
body,
button,
input,
select,
textarea {
  font-family: "adonis-web", "Open Sans", sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "futura-pt", "Open Sans", sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: "Menlo", "Bitstream Vera Sans", Monaco, "Andale Mono", "Lucida Console", "Droid Mono", monospace;
}
hr {
  padding: 0;
  border: 0 none;
  margin: 0.65em 0;
}
p {
  margin-top: 0;
  margin-bottom: 1.3em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
  line-height: 1.2;
  margin-top: .75em;
  margin-bottom: .5em;
}
h1,
.h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
h2,
.h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
h3,
.h3 {
  font-size: 21px;
  font-size: 1.3125rem;
}
h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
}
h6,
.h5 {
  font-size: 14px;
  font-size: 0.875rem;
}
blockquote {
  margin: .5em 0;
}
/*  ========================================================================== */
/*  @group Media */
/*  ========================================================================== */
/**
     * Fluid images
     */
img {
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/**
     * Non-fluid images if you specify `width` and/or `height` attributes.
     */
img[width],
img[height] {
  max-width: none;
}
/**
     * Images in `figure` elements.
     */
figure > img {
  display: block;
}
embed,
object,
video {
  max-width: 100%;
}
/* Correct overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden;
}
/*  ========================================================================== */
/*  @group Forms */
/*  ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.65em;
}
/**
     * Labeles
     */
@media screen and (min-width: 48em) {
  label {
    padding: 0;
    width: 25%;
    float: left;
    display: inline;
    font-weight: bold;
  }
}
/**
     * Fields
     */
form .field {
  margin-bottom: 1em;
}
select {
  margin-left: 2px;
}
label .required {
  color: red;
  text-decoration: none;
  font-weight: bold;
  border-bottom: none;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  width: 100%;
}
@media screen and (min-width: 48em) {
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  textarea {
    width: 75%;
  }
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 4px 6px 4px 0;
  line-height: normal;
  border: none;
  box-shadow: none;
}
input[type=file] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus,
input[type=checkbox]:focus,
select:focus {
  box-shadow: none;
  outline: 1px dotted #666;
}
select[multiple] {
  height: inherit;
}
textarea {
  height: auto;
  resize: vertical;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
.uneditable-input {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 1px;
}
/* Field caption */
.input + .caption,
.field + .cation {
  display: block;
}
@media screen and (min-width: 48em) {
  .input + .caption,
  .field + .cation,
  fieldset.options .caption {
    margin-left: 25%;
    margin-top: .2em;
  }
}
form ul,
form ol {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
form ul:before,
form ol:before,
form ul:after,
form ol:after {
  content: " ";
  display: table;
}
form ul:after,
form ol:after {
  clear: both;
}
form ul:before,
form ol:before,
form ul:after,
form ol:after {
  content: " ";
  display: table;
}
form ul:after,
form ol:after {
  clear: both;
}
form ul li,
form ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}
form li label {
  width: auto;
  float: none;
  display: inline;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.inputs-list {
  margin: 0 0 5px;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 1.3em;
  text-align: left;
  white-space: normal;
}
.inputs-list label small {
  font-size: -0.7em;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox],
.inputs-list input.radio,
.inputs-list input.checkbox {
  margin-bottom: 0;
}
/**
     * Actions
     */
form .Actions .action {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  form .Actions {
    margin-left: 25%;
  }
}
.stacked-form fieldset {
  padding-top: 0.65em;
}
.stacked-form legend {
  padding-left: 0;
}
.stacked-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  padding-top: 0;
}
.stacked-form .field,
.stacked-form input[type="email"],
.stacked-form input[type="number"],
.stacked-form input[type="password"],
.stacked-form input[type="search"],
.stacked-form input[type="tel"],
.stacked-form input[type="text"],
.stacked-form input[type="url"],
.stacked-form textarea {
  width: 100%;
  display: block;
}
.stacked-form form .Actions {
  margin-left: 0;
}
.stacked-form .inputs-list {
  margin-bottom: 0;
}
.stacked-form .inputs-list li {
  padding-top: 0;
}
.stacked-form .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
body {
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
}
a {
  color: #343434;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:visited {
  color: #343434;
}
a:active {
  color: #4e4e4e;
}
a:hover {
  color: #4e4e4e;
}
mark {
  background-color: #ffef95;
  font-weight: normal;
  font-style: normal;
  padding: 2px 4px;
  border-radius: 3px;
}
table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  /* Done so we can round those corners! */
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  border: 1px solid #ececec;
}
table caption {
  text-align: left;
}
table th,
table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #ececec;
}
table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ececec;
}
table td {
  vertical-align: top;
}
/*  ========================================================================== */
/*  @group Base */
/*  ========================================================================== */
body {
  color: #000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
/*  ========================================================================== */
/*  @group Base - Font Stacks */
/*  ========================================================================== */
html,
body,
.ff-body {
  font-family: "adonis-web", "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
.ff-display {
  font-family: "futura-pt", "Open Sans", sans-serif;
}
.area-footer-copyright,
select,
textarea,
.ff-caption {
  font-family: sans-serif;
}
pre,
code,
kbd,
samp,
.ff-mono {
  font-family: "Menlo", "Bitstream Vera Sans", Monaco, "Andale Mono", "Lucida Console", "Droid Mono", monospace;
}
/*  ========================================================================== */
/*  @group Base - Links */
/*  ========================================================================== */
a {
  font-weight: normal;
  text-decoration: none;
  word-wrap: break-word;
  line-height: inherit;
}
a:focus {
  outline: thin dotted;
}
a:hover {
  cursor: pointer;
}
a:hover,
a:active {
  outline: 0;
}
/*  ========================================================================== */
/*  @group Base - Headings */
/*  ========================================================================== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
  margin: .3em 0 .5em;
  color: #000;
  text-transform: uppercase;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  font-weight: 500;
}
h1,
.h1 {
  margin-top: 0;
}
/*  ========================================================================== */
/*  @group Base - Text level elements */
/*  ========================================================================== */
p,
ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 0.65em;
}
/* Lists */
ul,
ol,
dl {
  padding: 0;
}
ul ul,
ol ol,
dl dl {
  margin-top: 0;
  margin-bottom: 0;
}
ul li,
ol li {
  margin-left: 1.3em;
}
ul li {
  list-style: disc outside;
}
ul li ul {
  margin: 0;
}
ol li {
  list-style: decimal outside;
}
li p {
  margin: 0.65em 0 0;
}
li p:first-child {
  margin-top: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 0 1.3em 0;
}
/* Text Marking */
b,
strong,
mark {
  font-weight: bold;
}
dfn,
mark {
  font-style: italic;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*
     * Remove text-shadow in selection highlight: h5bp.com/i
     * These selection rule sets have to be separate.
     * Customize the background color to match your design.
     */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*  ========================================================================== */
/*  @group Layout */
/*  ========================================================================== */
.l-constrained {
  *zoom: 1;
  width: 93%;
  min-width: 0;
  max-width: 1152px;
  margin: 0 auto;
}
.l-constrained:before,
.l-constrained:after {
  content: " ";
  display: table;
}
.l-constrained:after {
  clear: both;
}
.l-constrained:before,
.l-constrained:after {
  content: " ";
  display: table;
}
.l-constrained:after {
  clear: both;
}
@media only screen and (min-width: 30em) {
  .l-constrained {
    width: 95%;
  }
}
.l-inverse {
  color: #ffffff;
  background-color: #687982;
}
.l-inverse h1,
.l-inverse h2,
.l-inverse h3,
.l-inverse h4,
.l-inverse h5,
.l-inverse h6 {
  color: #ffffff;
}
.l-inverse h1 strong,
.l-inverse h2 strong,
.l-inverse h3 strong,
.l-inverse h4 strong,
.l-inverse h5 strong,
.l-inverse h6 strong {
  color: #e6e6e6;
}
.l-inverse a {
  color: #ffffff;
}
.l-inverse a:visited {
  color: #ffffff;
}
.l-inverse a:active {
  color: #ffffff;
}
.l-inverse a:hover {
  color: #ffffff;
}
.l-inset,
.unit-aside-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .75em;
}
/*  ========================================================================== */
/*  @group Layout - Common */
/*  ========================================================================== */
.container {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  left: 0;
}
.page-content {
  *zoom: 1;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.page-content:before,
.page-content:after {
  content: " ";
  display: table;
}
.page-content:after {
  clear: both;
}
.page-content:before,
.page-content:after {
  content: " ";
  display: table;
}
.page-content:after {
  clear: both;
}
.has-header-content .page-content {
  margin-top: 0;
}
.primary-content,
.secondary-content,
.tertiary-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  width: 100%;
  margin-bottom: 1.5em;
}
.primary-content:before,
.secondary-content:before,
.tertiary-content:before,
.primary-content:after,
.secondary-content:after,
.tertiary-content:after {
  content: " ";
  display: table;
}
.primary-content:after,
.secondary-content:after,
.tertiary-content:after {
  clear: both;
}
.primary-content:before,
.secondary-content:before,
.tertiary-content:before,
.primary-content:after,
.secondary-content:after,
.tertiary-content:after {
  content: " ";
  display: table;
}
.primary-content:after,
.secondary-content:after,
.tertiary-content:after {
  clear: both;
}
.tertiary-content {
  clear: both;
  float: none;
  width: 100%;
  margin: 1em 0;
}
@media only screen and (min-width: 48em) {
  .has-secondary-content .primary-content,
  .has-secondary-content .secondary-content {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 1.25em 0;
    clear: none;
  }
  .has-secondary-content .secondary-content {
    *zoom: 1;
    display: inline;
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  .has-secondary-content .secondary-content:before,
  .has-secondary-content .secondary-content:after {
    content: " ";
    display: table;
  }
  .has-secondary-content .secondary-content:after {
    clear: both;
  }
  .has-secondary-content .secondary-content:before,
  .has-secondary-content .secondary-content:after {
    content: " ";
    display: table;
  }
  .has-secondary-content .secondary-content:after {
    clear: both;
  }
  .has-secondary-content .primary-content {
    *zoom: 1;
    display: inline;
    float: left;
    width: 66%;
    margin-right: 2%;
    margin-right: 0;
    float: right;
  }
  .has-secondary-content .primary-content:before,
  .has-secondary-content .primary-content:after {
    content: " ";
    display: table;
  }
  .has-secondary-content .primary-content:after {
    clear: both;
  }
  .has-secondary-content .primary-content:before,
  .has-secondary-content .primary-content:after {
    content: " ";
    display: table;
  }
  .has-secondary-content .primary-content:after {
    clear: both;
  }
}
/*  ========================================================================== */
/*  @group Layout - Home Page */
/*  ========================================================================== */
.type-home-page {
  background-color: #e6e6e6;
}
.type-home-page .page-content {
  margin-top: 0;
  margin-bottom: 0;
}
.type-home-page .primary-content,
.type-home-page .secondary-content,
.type-home-page .tertiary-content {
  *zoom: 1;
  clear: both;
  float: none;
  width: 100%;
  margin: 0 0 1.25em 0;
  display: block;
}
.type-home-page .primary-content:before,
.type-home-page .secondary-content:before,
.type-home-page .tertiary-content:before,
.type-home-page .primary-content:after,
.type-home-page .secondary-content:after,
.type-home-page .tertiary-content:after {
  content: " ";
  display: table;
}
.type-home-page .primary-content:after,
.type-home-page .secondary-content:after,
.type-home-page .tertiary-content:after {
  clear: both;
}
.type-home-page .primary-content:before,
.type-home-page .secondary-content:before,
.type-home-page .tertiary-content:before,
.type-home-page .primary-content:after,
.type-home-page .secondary-content:after,
.type-home-page .tertiary-content:after {
  content: " ";
  display: table;
}
.type-home-page .primary-content:after,
.type-home-page .secondary-content:after,
.type-home-page .tertiary-content:after {
  clear: both;
}
.type-home-page .secondary-content {
  margin-bottom: 0;
}
/*  ========================================================================== */
/*  @group Layout - Production */
/*  ========================================================================== */
.type-production .page-content {
  margin-top: 0;
}
@media only screen and (min-width: 48em) {
  .type-production .has-secondary-content .primary-content,
  .type-production .has-secondary-content .secondary-content {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 1.25em 0;
    clear: none;
  }
  .type-production .has-secondary-content .primary-content {
    *zoom: 1;
    display: inline;
    float: left;
    width: 57.5%;
    margin-right: 2%;
  }
  .type-production .has-secondary-content .primary-content:before,
  .type-production .has-secondary-content .primary-content:after {
    content: " ";
    display: table;
  }
  .type-production .has-secondary-content .primary-content:after {
    clear: both;
  }
  .type-production .has-secondary-content .primary-content:before,
  .type-production .has-secondary-content .primary-content:after {
    content: " ";
    display: table;
  }
  .type-production .has-secondary-content .primary-content:after {
    clear: both;
  }
  .type-production .has-secondary-content .secondary-content {
    *zoom: 1;
    display: inline;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-right: 0;
    float: right;
  }
  .type-production .has-secondary-content .secondary-content:before,
  .type-production .has-secondary-content .secondary-content:after {
    content: " ";
    display: table;
  }
  .type-production .has-secondary-content .secondary-content:after {
    clear: both;
  }
  .type-production .has-secondary-content .secondary-content:before,
  .type-production .has-secondary-content .secondary-content:after {
    content: " ";
    display: table;
  }
  .type-production .has-secondary-content .secondary-content:after {
    clear: both;
  }
}
.type-production .tertiary-content {
  margin-bottom: 0;
}
/*  ========================================================================== */
/*  @group Layout - Series List */
/*  ========================================================================== */
.type-series {
  background-color: #e6e6e6;
}
.type-series .page-content {
  margin-top: 0;
}
@media only screen and (min-width: 48em) {
  .type-series .has-secondary-content .primary-content,
  .type-series .has-secondary-content .secondary-content {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 1.25em 0;
    clear: none;
  }
  .type-series .has-secondary-content .primary-content {
    *zoom: 1;
    display: inline;
    float: left;
    width: 57.5%;
    margin-right: 2%;
  }
  .type-series .has-secondary-content .primary-content:before,
  .type-series .has-secondary-content .primary-content:after {
    content: " ";
    display: table;
  }
  .type-series .has-secondary-content .primary-content:after {
    clear: both;
  }
  .type-series .has-secondary-content .primary-content:before,
  .type-series .has-secondary-content .primary-content:after {
    content: " ";
    display: table;
  }
  .type-series .has-secondary-content .primary-content:after {
    clear: both;
  }
  .type-series .has-secondary-content .secondary-content {
    *zoom: 1;
    display: inline;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-right: 0;
    float: right;
  }
  .type-series .has-secondary-content .secondary-content:before,
  .type-series .has-secondary-content .secondary-content:after {
    content: " ";
    display: table;
  }
  .type-series .has-secondary-content .secondary-content:after {
    clear: both;
  }
  .type-series .has-secondary-content .secondary-content:before,
  .type-series .has-secondary-content .secondary-content:after {
    content: " ";
    display: table;
  }
  .type-series .has-secondary-content .secondary-content:after {
    clear: both;
  }
}
.type-series .tertiary-content {
  margin-bottom: 0;
}
/*  ========================================================================== */
/*  @group Layout - Production List */
/*  ========================================================================== */
.type-production-list-page,
.type-series-holder {
  background-color: #e6e6e6;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 48em) {
  .type-production-list-page .has-secondary-content .primary-content,
  .type-series-holder .has-secondary-content .primary-content,
  .type-production-list-page .has-secondary-content .secondary-content,
  .type-series-holder .has-secondary-content .secondary-content {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 1.25em 0;
    clear: none;
  }
  .type-production-list-page .has-secondary-content .secondary-content,
  .type-series-holder .has-secondary-content .secondary-content {
    *zoom: 1;
    display: inline;
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
  .type-production-list-page .has-secondary-content .secondary-content:before,
  .type-series-holder .has-secondary-content .secondary-content:before,
  .type-production-list-page .has-secondary-content .secondary-content:after,
  .type-series-holder .has-secondary-content .secondary-content:after {
    content: " ";
    display: table;
  }
  .type-production-list-page .has-secondary-content .secondary-content:after,
  .type-series-holder .has-secondary-content .secondary-content:after {
    clear: both;
  }
  .type-production-list-page .has-secondary-content .secondary-content:before,
  .type-series-holder .has-secondary-content .secondary-content:before,
  .type-production-list-page .has-secondary-content .secondary-content:after,
  .type-series-holder .has-secondary-content .secondary-content:after {
    content: " ";
    display: table;
  }
  .type-production-list-page .has-secondary-content .secondary-content:after,
  .type-series-holder .has-secondary-content .secondary-content:after {
    clear: both;
  }
  .type-production-list-page .has-secondary-content .primary-content,
  .type-series-holder .has-secondary-content .primary-content {
    *zoom: 1;
    display: inline;
    float: left;
    width: 74.5%;
    margin-right: 2%;
    margin-right: 0;
    float: right;
  }
  .type-production-list-page .has-secondary-content .primary-content:before,
  .type-series-holder .has-secondary-content .primary-content:before,
  .type-production-list-page .has-secondary-content .primary-content:after,
  .type-series-holder .has-secondary-content .primary-content:after {
    content: " ";
    display: table;
  }
  .type-production-list-page .has-secondary-content .primary-content:after,
  .type-series-holder .has-secondary-content .primary-content:after {
    clear: both;
  }
  .type-production-list-page .has-secondary-content .primary-content:before,
  .type-series-holder .has-secondary-content .primary-content:before,
  .type-production-list-page .has-secondary-content .primary-content:after,
  .type-series-holder .has-secondary-content .primary-content:after {
    content: " ";
    display: table;
  }
  .type-production-list-page .has-secondary-content .primary-content:after,
  .type-series-holder .has-secondary-content .primary-content:after {
    clear: both;
  }
  .type-production-list-page .has-secondary-content .primary-content .content-inner,
  .type-series-holder .has-secondary-content .primary-content .content-inner {
    position: relative;
  }
}
/*  ========================================================================== */
/*  @group Layout - Production Calendar */
/*  ========================================================================== */
.type-production-calendar-page {
  background-color: #f1f1f1;
}
.type-production-calendar-page .page-content {
  *zoom: 1;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.type-production-calendar-page .page-content:before,
.type-production-calendar-page .page-content:after {
  content: " ";
  display: table;
}
.type-production-calendar-page .page-content:after {
  clear: both;
}
.type-production-calendar-page .page-content:before,
.type-production-calendar-page .page-content:after {
  content: " ";
  display: table;
}
.type-production-calendar-page .page-content:after {
  clear: both;
}
@media only screen and (min-width: 48em) {
  .type-production-calendar-page .primary-content,
  .type-production-calendar-page .secondary-content {
    clear: both;
    float: none;
    margin: 0 0 1.25em 0;
    clear: none;
    *zoom: 1;
    display: inline;
    float: left;
    width: 100%;
    margin-right: 2%;
    margin-right: 0;
  }
  .type-production-calendar-page .primary-content:before,
  .type-production-calendar-page .secondary-content:before,
  .type-production-calendar-page .primary-content:after,
  .type-production-calendar-page .secondary-content:after {
    content: " ";
    display: table;
  }
  .type-production-calendar-page .primary-content:after,
  .type-production-calendar-page .secondary-content:after {
    clear: both;
  }
  .type-production-calendar-page .primary-content:before,
  .type-production-calendar-page .secondary-content:before,
  .type-production-calendar-page .primary-content:after,
  .type-production-calendar-page .secondary-content:after {
    content: " ";
    display: table;
  }
  .type-production-calendar-page .primary-content:after,
  .type-production-calendar-page .secondary-content:after {
    clear: both;
  }
}
/*  ========================================================================== */
/*  @group Layout - News */
/*  ========================================================================== */
.type-news-holder .has-secondary-content .secondary-content .content-inner {
  margin-left: 0;
}
@media only screen and (min-width: 48em) {
  .type-news-holder .has-secondary-content .primary-content,
  .type-news-holder .has-secondary-content .secondary-content {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 1.25em 0;
    clear: none;
  }
  .type-news-holder .has-secondary-content .secondary-content {
    *zoom: 1;
    display: inline;
    width: 27.75%;
    margin-right: 2%;
    float: left;
  }
  .type-news-holder .has-secondary-content .secondary-content:before,
  .type-news-holder .has-secondary-content .secondary-content:after {
    content: " ";
    display: table;
  }
  .type-news-holder .has-secondary-content .secondary-content:after {
    clear: both;
  }
  .type-news-holder .has-secondary-content .secondary-content:before,
  .type-news-holder .has-secondary-content .secondary-content:after {
    content: " ";
    display: table;
  }
  .type-news-holder .has-secondary-content .secondary-content:after {
    clear: both;
  }
  .type-news-holder .has-secondary-content .secondary-content .content-inner {
    margin-left: 0;
  }
  .type-news-holder .has-secondary-content .primary-content {
    *zoom: 1;
    display: inline;
    float: left;
    width: 70.25%;
    margin-right: 2%;
    margin-right: 0;
    float: right;
  }
  .type-news-holder .has-secondary-content .primary-content:before,
  .type-news-holder .has-secondary-content .primary-content:after {
    content: " ";
    display: table;
  }
  .type-news-holder .has-secondary-content .primary-content:after {
    clear: both;
  }
  .type-news-holder .has-secondary-content .primary-content:before,
  .type-news-holder .has-secondary-content .primary-content:after {
    content: " ";
    display: table;
  }
  .type-news-holder .has-secondary-content .primary-content:after {
    clear: both;
  }
}
/*  ========================================================================== */
/*  @group Layout - Information List Page */
/*  ========================================================================== */
.type-information-list-page .unit-nested-menu {
  display: none;
}
@media only screen and (min-width: 48em) {
  .type-information-list-page .unit-nested-menu {
    display: block;
  }
}
/*  ========================================================================== */
/*  @group Layout - Site Mpa */
/*  ========================================================================== */
.type-site-map-page {
  background-color: #e6e6e6;
}
/*  ========================================================================== */
/*  @group Modules */
/*  ========================================================================== */
/*  ========================================================================== */
/*  @group Global Header */
/*  ========================================================================== */
.area-global-header {
  position: relative;
  z-index: 150;
  height: 60px;
}
@media only screen and (min-width: 48em) {
  .area-global-header {
    height: auto;
  }
}
.global-header {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  background-color: #687982;
  width: 100%;
  position: fixed;
}
.global-header:before,
.global-header:after {
  content: " ";
  display: table;
}
.global-header:after {
  clear: both;
}
.global-header:before,
.global-header:after {
  content: " ";
  display: table;
}
.global-header:after {
  clear: both;
}
.global-header h1,
.global-header h2,
.global-header h3,
.global-header h4,
.global-header h5,
.global-header h6 {
  color: #ffffff;
}
.global-header h1 strong,
.global-header h2 strong,
.global-header h3 strong,
.global-header h4 strong,
.global-header h5 strong,
.global-header h6 strong {
  color: #e6e6e6;
}
.global-header a {
  color: #ffffff;
}
.global-header a:visited {
  color: #ffffff;
}
.global-header a:active {
  color: #ffffff;
}
.global-header a:hover {
  color: #ffffff;
}
.global-header .header-inner {
  position: relative;
}
.global-header .area-branding,
.global-header .area-header-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.global-header .area-branding .logo {
  position: absolute;
  background-color: #fff;
  padding: 5px 10px;
  left: 0;
  top: 0;
}
.global-header .area-brand-navigation {
  *zoom: 1;
  background-color: #3a3b3f;
}
.global-header .area-brand-navigation:before,
.global-header .area-brand-navigation:after {
  content: " ";
  display: table;
}
.global-header .area-brand-navigation:after {
  clear: both;
}
.global-header .area-brand-navigation:before,
.global-header .area-brand-navigation:after {
  content: " ";
  display: table;
}
.global-header .area-brand-navigation:after {
  clear: both;
}
.global-header .area-brand-navigation .unit-brand-navigation {
  float: left;
}
.global-header .area-brand-navigation .unit-account-navigation {
  float: right;
}
.global-header .area-brand-navigation .unit-account-navigation .log-out,
.global-header .area-brand-navigation .unit-account-navigation .my-account {
  display: none;
}
.global-header .area-brand-navigation .unit-account-navigation .log-in {
  display: inline-block;
}
.global-header .area-brand-navigation .unit-account-navigation.is-logged-in .log-out,
.global-header .area-brand-navigation .unit-account-navigation.is-logged-in .my-account {
  display: inline-block;
}
.global-header .area-brand-navigation .unit-account-navigation.is-logged-in .log-in {
  display: none;
}
.global-header .unit-brand-navigation {
  margin-left: 130px;
}
@media only screen and (min-width: 48em) {
  .global-header {
    position: relative;
  }
}
@media only screen and (min-width: 62.5em) {
  .global-header .unit-brand-navigation {
    margin-left: 200px;
  }
  .global-header .area-branding .logo {
    left: auto;
  }
}
@media only screen and (max-width: 30em) {
  .area-header-breadcrumb .unit-breadcrumb-trail {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .area-header-breadcrumb .unit-breadcrumb-trail ul {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 62.5em) {
  .area-header-breadcrumb .unit-breadcrumb-trail ul {
    margin-left: 210px;
  }
}
/*  ========================================================================== */
/*  @group Header - Branding */
/*  ========================================================================== */
.area-branding .logo,
.area-branding .logo a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  width: 95px;
  height: 50px;
}
@media only screen and (min-width: 48em) {
  .area-branding .logo,
  .area-branding .logo a {
    margin: 0;
    width: 120px;
    height: 70px;
  }
}
@media only screen and (min-width: 62.5em) {
  .area-branding .logo,
  .area-branding .logo a {
    margin: 0;
    width: 160px;
    height: 90px;
  }
}
.area-branding .logo a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
  background: transparent url(../images/logo-arts-iowa.png) no-repeat 0 0;
  background-size: contain;
}
.area-branding .logo a:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.svg .area-branding .logo a {
  background-image: url(../images/logo-arts-iowa.svg);
}
@media only screen and (min-width: 62.5em) {
  .area-branding .logo a {
    background-size: 99% auto;
  }
}
/*  ========================================================================== */
/*  @group Header - Navigation */
/*  ========================================================================== */
.area-brand-navigation ul,
.area-primary-navigation ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0;
}
.area-brand-navigation ul:before,
.area-primary-navigation ul:before,
.area-brand-navigation ul:after,
.area-primary-navigation ul:after {
  content: " ";
  display: table;
}
.area-brand-navigation ul:after,
.area-primary-navigation ul:after {
  clear: both;
}
.area-brand-navigation ul:before,
.area-primary-navigation ul:before,
.area-brand-navigation ul:after,
.area-primary-navigation ul:after {
  content: " ";
  display: table;
}
.area-brand-navigation ul:after,
.area-primary-navigation ul:after {
  clear: both;
}
.area-brand-navigation ul li,
.area-primary-navigation ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-brand-navigation ul:before,
.area-primary-navigation ul:before,
.area-brand-navigation ul:after,
.area-primary-navigation ul:after {
  content: " ";
  display: table;
}
.area-brand-navigation ul:after,
.area-primary-navigation ul:after {
  clear: both;
}
.area-brand-navigation ul:before,
.area-primary-navigation ul:before,
.area-brand-navigation ul:after,
.area-primary-navigation ul:after {
  content: " ";
  display: table;
}
.area-brand-navigation ul:after,
.area-primary-navigation ul:after {
  clear: both;
}
.area-brand-navigation ul li,
.area-primary-navigation ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-brand-navigation ul > li,
.area-primary-navigation ul > li,
.area-brand-navigation ul li > a,
.area-primary-navigation ul li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.area-brand-navigation li > a,
.area-primary-navigation li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-family: "futura-pt", "Open Sans", sans-serif;
}
@media only screen and (min-width: 48em) {
  .area-brand-navigation li > a,
  .area-primary-navigation li > a {
    height: 40px;
    line-height: 40px;
  }
}
.area-brand-navigation li > a {
  height: 35px;
  line-height: 32px;
  margin: 5px 0 0 0;
}
.area-primary-navigation .unit-primary-navigation {
  float: right;
}
@media only screen and (max-width: 48em) {
  .area-primary-navigation {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  }
}
.unit-brand-navigation li > a {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0 0.75em;
}
.unit-brand-navigation .section-home > a {
  padding: 0 1.125em 0 1.125em;
  text-indent: -9999px;
  text-direction: ltr;
  background: transparent url(../images/icon-home.png) center 7px no-repeat;
}
.svg .unit-brand-navigation .section-home > a {
  background-image: url(../images/icon-home.svg);
  background-size: 18px;
}
.unit-brand-navigation li > a:hover,
.unit-brand-navigation .current > a {
  opacity: 1;
}
.unit-brand-navigation .current > a {
  background-color: #687982;
}
@media only screen and (min-width: 62.5em) {
  .unit-brand-navigation li > a {
    padding: 0 1.125em;
  }
  .unit-brand-navigation .section-home > a {
    padding: 0 1.75em 0 1.75em;
  }
}
.unit-account-navigation li > a,
.unit-primary-navigation li > a {
  padding: 0 .5em;
}
.unit-primary-navigation ul li {
  margin-right: 1em;
}
.unit-primary-navigation ul li.last {
  margin-right: 0;
}
.unit-primary-navigation li > a {
  padding-right: 20px;
}
.unit-primary-navigation li > .link-donate,
.unit-primary-navigation li > .link-gift-certificate {
  background: transparent url(../images/icon-donate.png) no-repeat right center;
}
.svg .unit-primary-navigation li > .link-donate,
.svg .unit-primary-navigation li > .link-gift-certificate {
  background-image: url(../images/icon-donate.svg);
}
.unit-primary-navigation li > .link-tickets {
  background: transparent url(../images/icon-tickets.png) no-repeat right center;
}
.svg .unit-primary-navigation li > .link-tickets {
  background-image: url(../images/icon-tickets.svg);
}
.unit-primary-navigation li > .link-search {
  background: transparent url(../images/icon-search.png) no-repeat right center;
}
.svg .unit-primary-navigation li > .link-search {
  background-image: url(../images/icon-search.svg);
}
.unit-primary-navigation li > .link-menu {
  background: transparent url(../images/icon-menu.png) no-repeat right center;
}
.svg .unit-primary-navigation li > .link-menu {
  background-image: url(../images/icon-menu.svg);
}
.unit-primary-navigation li > .link-tickets,
.unit-primary-navigation li > .link-search,
.unit-primary-navigation li > .link-donate,
.unit-primary-navigation li > .link-menu,
.unit-primary-navigation li > .link-gift-certificate {
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
/*  ========================================================================== */
/*  @group Header - Area Site Navigation */
/*  ========================================================================== */
.area-site-navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 200;
  right: -100%;
  top: 0;
  padding: 50px 30px;
  text-align: center;
}
@media only screen and (min-width: 30em) {
  .area-site-navigation {
    right: -320px;
    width: 320px;
    text-align: left;
  }
}
.area-site-navigation .unit-site-navigation {
  width: 260px;
  margin: auto;
}
.area-site-navigation .unit-site-navigation ul {
  text-transform: uppercase;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #494949;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #494949;
}
@media only screen and (min-width: 48em) {
  .area-site-navigation .unit-site-navigation ul {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
}
.area-site-navigation .unit-site-navigation ul li {
  list-style: none;
  width: 100%;
  margin: 0.5em 0;
}
.area-site-navigation .unit-site-navigation ul li a {
  color: #666666;
  font-family: "futura-pt", "Open Sans", sans-serif;
  font-weight: 500;
}
.area-site-navigation .unit-site-navigation ul li.current a {
  color: #fff;
}
.area-site-navigation .unit-account-navigation {
  width: 260px;
  margin: auto;
}
.area-site-navigation .unit-account-navigation ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  font-family: "futura-pt", "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.area-site-navigation .unit-account-navigation ul li a {
  padding: 0;
  color: #fff;
}
.area-site-navigation .unit-site-search {
  width: 260px;
  margin: auto;
}
.area-site-navigation .unit-site-search :-moz-placeholder {
  color: #999999;
  font-weight: 300;
}
.area-site-navigation .unit-site-search ::-moz-placeholder {
  color: #999999;
  font-weight: 300;
}
.area-site-navigation .unit-site-search ::-webkit-input-placeholder {
  color: #999999;
  font-weight: 300;
}
.area-site-navigation .unit-site-search :-ms-input-placeholder {
  color: #999999;
  font-weight: 300;
}
.area-site-navigation .unit-site-search form {
  position: relative;
}
.area-site-navigation .unit-site-search input[type="text"] {
  height: 30px;
  -webkit-appearance: none;
  background: #383838;
  color: #999999;
  font-weight: 300;
  border: none;
  width: 100%;
  padding-right: 90px;
}
.area-site-navigation .unit-site-search input[type="submit"] {
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  border-radius: 0;
  text-indent: -99999px;
  background: transparent url(../images/icon-search.png) no-repeat center center;
}
.svg .area-site-navigation .unit-site-search input[type="submit"] {
  background-image: url(../images/icon-search.svg);
  background-size: 15px;
}
.area-site-navigation .unit-site-search input[type="submit"]:hover {
  background-color: #383838;
}
.area-site-navigation .close-nav {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-indent: -99999px;
  background: transparent url(../images/icon-close-grey.png) no-repeat center center;
}
.svg .area-site-navigation .close-nav {
  background-image: url(../images/icon-close-grey.svg);
  background-size: 10px;
}
.area-site-navigation .close-nav:hover {
  background-color: #000;
}
.area-site-navigation .unit-brand-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 !important;
  -webkit-appearance: none;
  /* Removes default chrome and safari style */
  -moz-appearance: none;
  /* Removes Default Firefox style */
  text-indent: 0.01px;
  /* Removes default arrow from firefox */
  text-overflow: "";
  /* Removes default arrow from firefox */
  background: url(../images/icon-arrow-down.png) no-repeat #383838;
  /* Adds background-image */
  background-position: 230px 7px;
  width: 260px;
  height: 30px;
  margin: auto;
  margin-top: 10px;
  color: #999999;
  font-family: "futura-pt", "Open Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  padding: 0 5px;
}
.area-site-navigation .unit-brand-select::-ms-expand {
  display: none;
}
.svg .area-site-navigation .unit-brand-select {
  background-image: url(../images/icon-arrow-down.svg);
  background-size: 18px;
}
.unit-mobile-navigation li.open-nav {
  float: right;
  display: block;
  background: transparent url(../images/icon-nav-mobile.svg) no-repeat right center;
  width: 60px;
  height: 60px;
}
.unit-mobile-navigation li.open-nav a {
  text-indent: -9999px;
  display: block;
}
.nav-open .area-site-navigation {
  right: 0;
}
@media only screen and (min-width: 30em) {
  .nav-open .area-site-navigation {
    right: 0;
  }
  .nav-open .container {
    left: -320px;
  }
}
/*  ========================================================================== */
/*  @group Global Footer */
/*  ========================================================================== */
.global-footer {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "futura-pt", "Open Sans", sans-serif;
  background-color: #3a3b3f;
}
.global-footer h1,
.global-footer h2,
.global-footer h3,
.global-footer h4,
.global-footer h5,
.global-footer h6 {
  color: #ffffff;
}
.global-footer h1 strong,
.global-footer h2 strong,
.global-footer h3 strong,
.global-footer h4 strong,
.global-footer h5 strong,
.global-footer h6 strong {
  color: #e6e6e6;
}
.global-footer a {
  color: #ffffff;
}
.global-footer a:visited {
  color: #ffffff;
}
.global-footer a:active {
  color: #ffffff;
}
.global-footer a:hover {
  color: #ffffff;
}
.area-footer-social {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em 0 0;
  background-color: #222224;
}
.area-footer-social:before,
.area-footer-social:after {
  content: " ";
  display: table;
}
.area-footer-social:after {
  clear: both;
}
.area-footer-social:before,
.area-footer-social:after {
  content: " ";
  display: table;
}
.area-footer-social:after {
  clear: both;
}
.area-footer-social .footer-social-inner {
  *zoom: 1;
  width: 93%;
  min-width: 0;
  max-width: 1152px;
  margin: 0 auto;
}
.area-footer-social .footer-social-inner:before,
.area-footer-social .footer-social-inner:after {
  content: " ";
  display: table;
}
.area-footer-social .footer-social-inner:after {
  clear: both;
}
.area-footer-social .footer-social-inner:before,
.area-footer-social .footer-social-inner:after {
  content: " ";
  display: table;
}
.area-footer-social .footer-social-inner:after {
  clear: both;
}
@media only screen and (min-width: 30em) {
  .area-footer-social .footer-social-inner {
    width: 95%;
  }
}
.area-footer-social .text {
  width: auto;
}
@media only screen and (min-width: 48em) {
  .area-footer-social .group-1 {
    float: left;
    width: 33%;
    margin-right: 2%;
  }
  .area-footer-social .group-2 {
    float: right;
    width: 63%;
    margin-left: 2%;
    text-align: right;
  }
}
.unit-social {
  padding: 10px 0 0 0;
}
.unit-social ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-social ul:before,
.unit-social ul:after {
  content: " ";
  display: table;
}
.unit-social ul:after {
  clear: both;
}
.unit-social ul:before,
.unit-social ul:after {
  content: " ";
  display: table;
}
.unit-social ul:after {
  clear: both;
}
.unit-social ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-social li,
.unit-social .icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.unit-social ul {
  margin-bottom: 0;
  text-align: center;
}
.unit-social .follow {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.8;
  text-align: center;
}
.unit-social .icon {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
}
.unit-social .icon:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.unit-social .icon-twitter {
  background-image: url(../images/icon-twitter.png);
}
.svg .unit-social .icon-twitter {
  background-image: url(../images/icon-twitter.svg);
}
.unit-social .icon-facebook {
  background-image: url(../images/icon-facebook.png);
}
.svg .unit-social .icon-facebook {
  background-image: url(../images/icon-facebook.svg);
}
.unit-social .icon-youtube {
  background-image: url(../images/icon-youtube.png);
}
.svg .unit-social .icon-youtube {
  background-image: url(../images/icon-youtube.svg);
}
@media only screen and (min-width: 30em) {
  .unit-social .follow,
  .unit-social ul {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
  }
  .unit-social .follow {
    margin-right: 1em;
  }
  .unit-social .icon {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 48em) {
  .unit-social {
    padding: 0 0 0.2em 0;
    width: auto;
  }
  .unit-social .icon {
    padding: 0 4px 0 0;
  }
}
.unit-mailing-list {
  *zoom: 1;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 25px 0 50px 0;
}
.unit-mailing-list:before,
.unit-mailing-list:after {
  content: " ";
  display: table;
}
.unit-mailing-list:after {
  clear: both;
}
.unit-mailing-list:before,
.unit-mailing-list:after {
  content: " ";
  display: table;
}
.unit-mailing-list:after {
  clear: both;
}
.unit-mailing-list form {
  display: block;
  width: 100%;
}
.unit-mailing-list label,
.unit-mailing-list .field,
.unit-mailing-list .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}
.unit-mailing-list .field {
  position: relative;
  top: 4px;
  width: 80%;
  margin: auto;
  text-align: center;
}
.unit-mailing-list label,
.unit-mailing-list .text,
.unit-mailing-list .submit {
  height: 30px;
  line-height: 30px;
}
.unit-mailing-list label {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
  padding-right: 1em;
  float: none;
  text-align: center;
}
.unit-mailing-list .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  padding: .5em .75em;
  font-weight: normal;
  width: 70%;
  font-family: sans-serif;
}
.unit-mailing-list .field .submit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.5em;
  padding-left: 1.25em;
  border-radius: 0 30px 30px 0;
  background-color: #ff3600;
}
@media only screen and (min-width: 30em) {
  .unit-mailing-list .field {
    width: auto;
    margin: none;
    text-align: left;
  }
  .unit-mailing-list label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    text-align: right;
  }
  .unit-mailing-list .text {
    width: 160px;
  }
}
@media only screen and (min-width: 48em) {
  .unit-mailing-list {
    width: auto;
    padding: 0;
  }
  .unit-mailing-list .field {
    width: 100%;
    margin: none;
    text-align: right;
  }
}
@media only screen and (min-width: 62.5em) {
  .unit-mailing-list .text {
    width: 250px;
  }
}
.area-footer-details {
  *zoom: 1;
  margin: 1em 0;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-family: sans-serif;
}
.area-footer-details:before,
.area-footer-details:after {
  content: " ";
  display: table;
}
.area-footer-details:after {
  clear: both;
}
.area-footer-details:before,
.area-footer-details:after {
  content: " ";
  display: table;
}
.area-footer-details:after {
  clear: both;
}
.area-footer-details .unit {
  padding: 1em 0;
}
.area-footer-details .unit-footer-navigation {
  border-bottom: 1px solid #57595f;
}
@media screen and (min-width: 30em) {
  .area-footer-details .unit-footer-contact {
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  .area-footer-details {
    margin: 2em 0 5em;
  }
  .area-footer-details .unit {
    float: left;
    border: 0 none;
  }
  .area-footer-details .unit-footer-navigation {
    width: 73%;
    margin-right: 2%;
  }
  .area-footer-details .unit-footer-contact {
    text-align: right;
    width: 23%;
    margin-left: 2%;
  }
  .area-footer-details .unit-footer-contact p {
    display: block;
  }
  .area-footer-details .unit-footer-copyright {
    float: none;
    border-top: 1px solid #57595f;
  }
}
.unit-footer-navigation li {
  display: block;
  width: 44%;
  float: left;
}
.unit-footer-navigation li > a {
  padding-left: 14px;
  background: transparent url(../images/icon-bullet-alt.png) no-repeat left 2px;
}
.unit-footer-navigation .odd {
  clear: left;
}
@media screen and (min-width: 30em) {
  .unit-footer-navigation li {
    width: 35%;
  }
}
.unit-footer-contact {
  text-align: center;
}
.unit-footer-contact p {
  margin-bottom: 0;
  margin-right: 1%;
  display: inline-block;
}
.unit-footer-copyright {
  display: block;
  ppadding: 1em 0;
  border-top: 1px solid #57595f;
  float: none;
  clear: both;
}
.unit-footer-copyright .by-made {
  display: inline;
  float: right;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  background-image: url(../images/logo-made.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  height: 9px;
  width: 39px;
  margin-top: 4px;
}
.svg .unit-footer-copyright .by-made {
  background-image: url(../images/logo-made.svg);
}
/*  ========================================================================== */
/*  @group Units */
/*  ========================================================================== */
.unit-block,
.unit-production-entry {
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  margin-bottom: 1.25em;
}
.unit-block:before,
.unit-production-entry:before,
.unit-block:after,
.unit-production-entry:after {
  content: " ";
  display: table;
}
.unit-block:after,
.unit-production-entry:after {
  clear: both;
}
.unit-block:before,
.unit-production-entry:before,
.unit-block:after,
.unit-production-entry:after {
  content: " ";
  display: table;
}
.unit-block:after,
.unit-production-entry:after {
  clear: both;
}
.unit-block .media,
.unit-production-entry .media {
  display: block;
  margin-bottom: 1em;
}
.unit-block .media img,
.unit-production-entry .media img {
  width: 100%;
}
.unit-block .title,
.unit-production-entry .title {
  margin-top: 0;
}
.unit-block .title,
.unit-production-entry .title,
.unit-block .title a,
.unit-production-entry .title a {
  color: #687982;
}
.unit-block .article-type,
.unit-production-entry .article-type {
  color: #3b4449;
}
@media screen and (min-width: 30em) {
  .unit-block.has-image,
  .unit-production-entry.has-image {
    *zoom: 1;
    width: 100%;
  }
  .unit-block.has-image:before,
  .unit-production-entry.has-image:before,
  .unit-block.has-image:after,
  .unit-production-entry.has-image:after {
    content: " ";
    display: table;
  }
  .unit-block.has-image:after,
  .unit-production-entry.has-image:after {
    clear: both;
  }
  .unit-block.has-image:before,
  .unit-production-entry.has-image:before,
  .unit-block.has-image:after,
  .unit-production-entry.has-image:after {
    content: " ";
    display: table;
  }
  .unit-block.has-image:after,
  .unit-production-entry.has-image:after {
    clear: both;
  }
  .unit-block.has-image .body,
  .unit-production-entry.has-image .body {
    *zoom: 1;
    display: inline;
    width: 74.5%;
    margin-right: 2%;
    float: left;
  }
  .unit-block.has-image .body:before,
  .unit-production-entry.has-image .body:before,
  .unit-block.has-image .body:after,
  .unit-production-entry.has-image .body:after {
    content: " ";
    display: table;
  }
  .unit-block.has-image .body:after,
  .unit-production-entry.has-image .body:after {
    clear: both;
  }
  .unit-block.has-image .body:before,
  .unit-production-entry.has-image .body:before,
  .unit-block.has-image .body:after,
  .unit-production-entry.has-image .body:after {
    content: " ";
    display: table;
  }
  .unit-block.has-image .body:after,
  .unit-production-entry.has-image .body:after {
    clear: both;
  }
  .unit-block.has-image .media,
  .unit-production-entry.has-image .media {
    *zoom: 1;
    display: inline;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-right: 0;
    float: right;
  }
  .unit-block.has-image .media:before,
  .unit-production-entry.has-image .media:before,
  .unit-block.has-image .media:after,
  .unit-production-entry.has-image .media:after {
    content: " ";
    display: table;
  }
  .unit-block.has-image .media:after,
  .unit-production-entry.has-image .media:after {
    clear: both;
  }
  .unit-block.has-image .media:before,
  .unit-production-entry.has-image .media:before,
  .unit-block.has-image .media:after,
  .unit-production-entry.has-image .media:after {
    content: " ";
    display: table;
  }
  .unit-block.has-image .media:after,
  .unit-production-entry.has-image .media:after {
    clear: both;
  }
}
/**
     * Block reverse
     */
.unit-block--rev {
  *zoom: 1;
  margin-bottom: 1em;
}
.unit-block--rev:before,
.unit-block--rev:after {
  content: " ";
  display: table;
}
.unit-block--rev:after {
  clear: both;
}
.unit-block--rev:before,
.unit-block--rev:after {
  content: " ";
  display: table;
}
.unit-block--rev:after {
  clear: both;
}
@media screen and (min-width: 30em) {
  .unit-block--rev.has-image {
    *zoom: 1;
    width: 100%;
  }
  .unit-block--rev.has-image:before,
  .unit-block--rev.has-image:after {
    content: " ";
    display: table;
  }
  .unit-block--rev.has-image:after {
    clear: both;
  }
  .unit-block--rev.has-image:before,
  .unit-block--rev.has-image:after {
    content: " ";
    display: table;
  }
  .unit-block--rev.has-image:after {
    clear: both;
  }
  .unit-block--rev.has-image .media {
    *zoom: 1;
    display: inline;
    float: left;
    width: 23.5%;
    margin-right: 2%;
  }
  .unit-block--rev.has-image .media:before,
  .unit-block--rev.has-image .media:after {
    content: " ";
    display: table;
  }
  .unit-block--rev.has-image .media:after {
    clear: both;
  }
  .unit-block--rev.has-image .media:before,
  .unit-block--rev.has-image .media:after {
    content: " ";
    display: table;
  }
  .unit-block--rev.has-image .media:after {
    clear: both;
  }
  .unit-block--rev.has-image .body {
    *zoom: 1;
    display: inline;
    float: left;
    width: 74.5%;
    margin-right: 2%;
    margin-right: 0;
  }
  .unit-block--rev.has-image .body:before,
  .unit-block--rev.has-image .body:after {
    content: " ";
    display: table;
  }
  .unit-block--rev.has-image .body:after {
    clear: both;
  }
  .unit-block--rev.has-image .body:before,
  .unit-block--rev.has-image .body:after {
    content: " ";
    display: table;
  }
  .unit-block--rev.has-image .body:after {
    clear: both;
  }
}
/*  ========================================================================== */
/*  @group Button Types */
/*  ========================================================================== */
.btn,
.btn-default,
.inline-button,
input[type="button"],
input[type="reset"],
button[type="button"],
button[type="reset"],
button {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #687982;
  border: 0 none;
  margin: 0;
  height: 2em;
  line-height: 2;
  padding: 0 .75em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "futura-pt", "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.btn:visited,
.btn-default:visited,
.inline-button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
button[type="button"]:visited,
button[type="reset"]:visited,
button:visited {
  color: #ffffff;
}
.btn:hover,
.btn-default:hover,
.inline-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button[type="button"]:hover,
button[type="reset"]:hover,
button:hover,
.btn:focus,
.btn-default:focus,
.inline-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button[type="button"]:focus,
button[type="reset"]:focus,
button:focus,
.btn:active,
.btn-default:active,
.inline-button:active,
input[type="button"]:active,
input[type="reset"]:active,
button[type="button"]:active,
button[type="reset"]:active,
button:active {
  color: #ffffff;
  background-color: #515f66;
  text-decoration: none;
}
.btn:focus,
.btn-default:focus,
.inline-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button[type="button"]:focus,
button[type="reset"]:focus,
button:focus {
  outline: 1px dotted #666;
}
.btn.disabled,
.btn-default.disabled,
.inline-button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
button[type="button"].disabled,
button[type="reset"].disabled,
button.disabled {
  cursor: default;
  cursor: not-allowed;
  background-image: none;
  box-shadow: none;
}
.btn[disabled],
.btn-default[disabled],
.inline-button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
button[type="button"][disabled],
button[type="reset"][disabled],
button[disabled] {
  cursor: default;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-primary,
.inline-button,
input[type="submit"],
button[type="submit"] {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #ff3600;
  border: 0 none;
  margin: 0;
  height: 2em;
  line-height: 2;
  padding: 0 .75em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "futura-pt", "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.btn-primary:visited,
.inline-button:visited,
input[type="submit"]:visited,
button[type="submit"]:visited {
  color: #ffffff;
}
.btn-primary:hover,
.inline-button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.btn-primary:focus,
.inline-button:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
.btn-primary:active,
.inline-button:active,
input[type="submit"]:active,
button[type="submit"]:active {
  color: #ffffff;
  background-color: #cc2b00;
  text-decoration: none;
}
.btn-primary:focus,
.inline-button:focus,
input[type="submit"]:focus,
button[type="submit"]:focus {
  outline: 1px dotted #666;
}
.btn-primary.disabled,
.inline-button.disabled,
input[type="submit"].disabled,
button[type="submit"].disabled {
  cursor: default;
  cursor: not-allowed;
  background-image: none;
  box-shadow: none;
}
.btn-primary[disabled],
.inline-button[disabled],
input[type="submit"][disabled],
button[type="submit"][disabled] {
  cursor: default;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-warning {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #dd0000;
  border: 0 none;
  margin: 0;
  height: 2em;
  line-height: 2;
  padding: 0 .75em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "futura-pt", "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.btn-warning:visited {
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #ffffff;
  background-color: #aa0000;
  text-decoration: none;
}
.btn-warning:focus {
  outline: 1px dotted #666;
}
.btn-warning.disabled {
  cursor: default;
  cursor: not-allowed;
  background-image: none;
  box-shadow: none;
}
.btn-warning[disabled] {
  cursor: default;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-alt {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #414b51;
  border: 0 none;
  margin: 0;
  height: 2em;
  line-height: 2;
  padding: 0 .75em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "futura-pt", "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.btn-alt:visited {
  color: #ffffff;
}
.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active {
  color: #ffffff;
  background-color: #2a3135;
  text-decoration: none;
}
.btn-alt:focus {
  outline: 1px dotted #666;
}
.btn-alt.disabled {
  cursor: default;
  cursor: not-allowed;
  background-image: none;
  box-shadow: none;
}
.btn-alt[disabled] {
  cursor: default;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-loading {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "futura-pt", "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  background: #444444 url(../images/spinner-button.gif) no-repeat 0.5em center;
  padding-left: 40px;
}
.btn-loading:hover,
.btn-loading:focus,
.btn-loading:active {
  color: #ffffff;
  background-color: #444444;
  text-decoration: none;
}
.btn-link,
.btn-unstyled,
.unstyled-button,
input[type="reset"],
button[type="reset"] {
  color: #444444;
  background-color: transparent;
  margin: 0;
  text-decoration: none;
  border: 0 none;
  cursor: inherit;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "futura-pt", "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
}
.btn-link:active,
.btn-unstyled:active,
.unstyled-button:active,
input[type="reset"]:active,
button[type="reset"]:active,
.btn-link:focus,
.btn-unstyled:focus,
.unstyled-button:focus,
input[type="reset"]:focus,
button[type="reset"]:focus {
  outline: none;
}
.btn-link:hover,
.btn-unstyled:hover,
.unstyled-button:hover,
input[type="reset"]:hover,
button[type="reset"]:hover,
.btn-link:focus,
.btn-unstyled:focus,
.unstyled-button:focus,
input[type="reset"]:focus,
button[type="reset"]:focus,
.btn-link:active,
.btn-unstyled:active,
.unstyled-button:active,
input[type="reset"]:active,
button[type="reset"]:active {
  color: #2b2b2b;
  background-color: transparent;
  text-decoration: underline;
}
input[type="submit"] {
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 30px;
}
.inline-button {
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 30px;
  margin: 1.25em 0;
  width: 100%;
}
@media only screen and (min-width: 30em) {
  .inline-button {
    width: auto;
  }
}
.book-button,
.book-button-status-limited-availability {
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 30px;
}
/**
     * Modifiers
     */
.btn--full {
  display: block;
  width: 100%;
}
.btn--pill {
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 30px;
}
.btn--half-pill {
  padding-right: 1.5em;
  padding-left: 1.25em;
  border-radius: 0 30px 30px 0;
}
.button-group {
  *zoom: 1;
}
.button-group:before,
.button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group:before,
.button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group .btn {
  border-radius: 0;
  display: block;
  float: left;
  border-left: 1px solid #ffffff;
  border-radius: 0 30px 30px 0;
  color: #000000;
  background-color: #dfdfdf;
  padding-right: 1.5em;
}
.button-group .btn:first-child {
  border-left: none;
  border-radius: 30px 0 0 30px;
}
.button-group .btn.active {
  color: #ffffff;
  background-color: #ff3600;
}
/*  ========================================================================== */
/*  @group Forms */
/*  ========================================================================== */
.unit-input-group {
  position: relative;
}
.unit-input-group .text,
.unit-input-group .submit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
}
.unit-input-group .text {
  width: 100%;
  padding-right: 4em;
  border-right: none;
  width: 97%;
}
.unit-input-group .submit {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: -0.31em;
  border-radius: 0;
  padding-right: 1.5em;
  padding-left: 1.25em;
  border-radius: 0 30px 30px 0;
}
.unit-contact-form {
  padding: 1em;
  background-color: #f1f1f1;
  position: relative;
}
.unit-contact-form form label {
  font-weight: normal;
}
.unit-contact-form form #EditableLiteralField8 label {
  width: 100%;
  position: absolute;
  bottom: 20px;
}
.unit-contact-form form .Actions {
  text-align: right;
  margin-bottom: 0;
}
.area-mailing-list .unit-mailing-list {
  padding: 1.75em 0;
  font-family: "futura-pt", "Open Sans", sans-serif;
}
.area-mailing-list .unit-mailing-list label {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
  text-align: left;
  margin: .3em 0 .5em;
}
.area-mailing-list .unit-mailing-list .field {
  text-align: left;
}
/*  ========================================================================== */
/*  @group Messages */
/*  ========================================================================== */
.unit-message,
.unit-message-success,
.unit-message-info,
.unit-message-warning,
.unit-message-danger {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em 1em;
  margin-bottom: 1em;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  color: #555555;
  background-color: #eeeeee;
}
.unit-message .message-title,
.unit-message-success .message-title,
.unit-message-info .message-title,
.unit-message-warning .message-title,
.unit-message-danger .message-title,
.unit-message .title,
.unit-message-success .title,
.unit-message-info .title,
.unit-message-warning .title,
.unit-message-danger .title {
  font-size: 16px;
  font-size: 1rem;
  margin: .5em 0;
  text-transform: uppercase;
  color: #555555;
}
.unit-message p,
.unit-message-success p,
.unit-message-info p,
.unit-message-warning p,
.unit-message-danger p {
  margin-bottom: .5em;
}
.unit-message > p:only-child,
.unit-message-success > p:only-child,
.unit-message-info > p:only-child,
.unit-message-warning > p:only-child,
.unit-message-danger > p:only-child,
.unit-message p:last-child,
.unit-message-success p:last-child,
.unit-message-info p:last-child,
.unit-message-warning p:last-child,
.unit-message-danger p:last-child {
  margin-bottom: 0;
}
.unit-message-success {
  color: #3e753f;
  background-color: #cde5ce;
  border-color: #9bca9c;
}
.unit-message-success .message-title,
.unit-message-success .title {
  color: #3e753f;
}
.unit-message-info {
  color: #34708e;
  background-color: #d2e5ef;
  border-color: #9ac5da;
}
.unit-message-info .message-title,
.unit-message-info .title {
  color: #34708e;
}
.unit-message-warning {
  color: #896c3f;
  background-color: #fcf8e4;
  border-color: #eace43;
}
.unit-message-warning .message-title,
.unit-message-warning .title {
  color: #896c3f;
}
.unit-message-danger {
  color: #ffffff;
  background-color: #dd0000;
  border-color: #aa0000;
}
.unit-message-danger .message-title,
.unit-message-danger .title {
  color: #ffffff;
}
.unit-message--block {
  border-radius: 0;
}
/*  ========================================================================== */
/*  @group Tables */
/*  ========================================================================== */
table {
  margin: 1em 0;
}
table caption {
  caption-side: bottom;
  color: #999999;
  font-size: 80%;
  text-align: left;
  margin: 1em 0;
}
table thead {
  background-color: #ececec;
}
.table-inline,
.table-slim,
.unit-page-content table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  /* Done so we can round those corners! */
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  border: 1px solid #ffffff;
  border: none;
}
.table-inline caption,
.table-slim caption,
.unit-page-content table caption {
  text-align: left;
}
.table-inline th,
.table-slim th,
.unit-page-content table th,
.table-inline td,
.table-slim td,
.unit-page-content table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #ffffff;
}
.table-inline th,
.table-slim th,
.unit-page-content table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
}
.table-inline td,
.table-slim td,
.unit-page-content table td {
  vertical-align: top;
}
.table-inline tr td,
.table-slim tr td,
.unit-page-content table tr td {
  border: none;
  border-bottom: 1px solid #ececec;
}
.table-slim {
  border: 0 none;
}
.table-slim th,
.table-slim td {
  border: 0 none;
  padding: .3em .5em;
}
.table-slim tr {
  border-bottom: 1px solid #ececec;
}
/**
     * Table stackable
     * Tables stack on small screens
     */
@media only screen and (max-width: 48em) {
  .table-stackable {
    display: block;
    width: 100%;
    border: 0 none;
  }
  .table-stackable thead {
    display: none;
    visibility: hidden;
  }
  .table-stackable caption {
    display: block;
  }
  .table-stackable tbody,
  .table-stackable tr,
  .table-stackable th,
  .table-stackable td {
    border: 0;
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  .table-stackable th[data-title]:before,
  .table-stackable td[data-title]:before {
    content: attr(data-title) ":\00A0";
    font-weight: bold;
  }
  .table-stackable th:not([data-title]) {
    font-weight: bold;
  }
  .table-stackable td:empty {
    display: none;
  }
  .table-stackable tr {
    padding: 0.65em 0;
    border-bottom: 1px solid #ececec;
  }
  .table-stackable thead {
    display: none;
    visibility: hidden;
  }
  .table-stackable caption {
    display: block;
  }
  .table-stackable tbody,
  .table-stackable tr,
  .table-stackable th,
  .table-stackable td {
    border: 0;
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  .table-stackable th[data-title]:before,
  .table-stackable td[data-title]:before {
    content: attr(data-title) ":\00A0";
    font-weight: bold;
  }
  .table-stackable th:not([data-title]) {
    font-weight: bold;
  }
  .table-stackable td:empty {
    display: none;
  }
  .table-stackable tr {
    padding: 0.65em 0;
    border-bottom: 1px solid #ececec;
  }
}
/**
     * In some (rare) cases we want the table to always be stacked, e.g., a Best available table with too many price-types.
     */
.table-stacked {
  display: block;
  width: 100%;
  border: 0 none;
}
.table-stacked thead {
  display: none;
  visibility: hidden;
}
.table-stacked caption {
  display: block;
}
.table-stacked tbody,
.table-stacked tr,
.table-stacked th,
.table-stacked td {
  border: 0;
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.table-stacked th[data-title]:before,
.table-stacked td[data-title]:before {
  content: attr(data-title) ":\00A0";
  font-weight: bold;
}
.table-stacked th:not([data-title]) {
  font-weight: bold;
}
.table-stacked td:empty {
  display: none;
}
.table-stacked tr {
  padding: 0.65em 0;
  border-bottom: 1px solid #ececec;
}
/*  ========================================================================== */
/*  @group Text */
/*  ========================================================================== */
/*  ========================================================================== */
/*  @group Text Helpers */
/*  ========================================================================== */
.lead,
.lede {
  font-size: 120%;
  line-height: 1.333;
  font-weight: 300;
}
.initialism {
  font-size: 85%;
  text-transform: uppercase;
}
.block-link {
  font-weight: inherit;
  display: block;
  height: 100%;
}
.link-more {
  font-weight: bold;
}
.link-more::after {
  content: '\2192';
  margin-left: .5em;
}
.well {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  color: #ffffff;
  background-color: #687982;
  margin: 1em 0;
}
.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 {
  color: #ffffff;
}
.well h1 strong,
.well h2 strong,
.well h3 strong,
.well h4 strong,
.well h5 strong,
.well h6 strong {
  color: #e6e6e6;
}
.well a {
  color: #ffffff;
}
.well a:visited {
  color: #ffffff;
}
.well a:active {
  color: #ffffff;
}
.well a:hover {
  color: #ffffff;
}
.well > p:only-child {
  margin-bottom: 0;
}
.blockquote {
  position: relative;
  margin: .75em 0;
  padding: .5em 0 .5em .5em;
  color: #333333;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  font-size: 1.875rem;
  font-style: italic;
}
.blockquote footer,
.blockquote .footer {
  font-size: 80%;
  line-height: 1.3;
  padding: 0.5em 0;
  clear: left;
  font-weight: bold;
}
.blockquote p {
  margin-bottom: 0;
  quotes: '\201c' '\201d';
}
.blockquote p:before,
.blockquote p:after {
  display: inline-block;
  color: #999999;
}
.blockquote p:before {
  content: open-quote;
  position: absolute;
  margin-top: -1%;
  left: 0;
}
.blockquote p:after {
  content: close-quote;
}
div.two-columns {
  padding: 0 0 15px 0;
}
div.two-columns p {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  div.two-columns p {
    width: 49%;
    display: inline-block;
    padding: 5px 0;
  }
}
/*  ========================================================================== */
/*  @group Opt-in Typography */
/*  ========================================================================== */
/*
        Opt-in typography

        http://anthonyshort.me/global-typographic-styles-suck
        http://dbushell.com/2012/04/18/scoping-typography-css/
        http://css-tricks.com/opt-in-typography/
    */
.copy,
.unit-page-content,
.tab-content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
.copy h1,
.unit-page-content h1,
.tab-content h1 {
  font-size: 22px;
  font-size: 1.375rem;
}
.copy h2,
.unit-page-content h2,
.tab-content h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
.copy h3,
.unit-page-content h3,
.tab-content h3 {
  font-size: 16px;
  font-size: 1rem;
}
.copy h4,
.unit-page-content h4,
.tab-content h4 {
  font-size: 14px;
  font-size: 0.875rem;
}
.copy h5,
.unit-page-content h5,
.tab-content h5 {
  font-size: 12px;
  font-size: 0.75rem;
}
.copy h6,
.unit-page-content h6,
.tab-content h6 {
  font-size: 10px;
  font-size: 0.625rem;
}
.copy h1,
.unit-page-content h1,
.tab-content h1,
.copy h2,
.unit-page-content h2,
.tab-content h2,
.copy h3,
.unit-page-content h3,
.tab-content h3,
.copy h4,
.unit-page-content h4,
.tab-content h4,
.copy h5,
.unit-page-content h5,
.tab-content h5,
.copy h6,
.unit-page-content h6,
.tab-content h6 {
  margin: .5em 0 .3em 0;
  line-height: 1.3;
}
.copy hr,
.unit-page-content hr,
.tab-content hr {
  border-bottom: 1px solid #ececec;
}
.copy p:empty,
.unit-page-content p:empty,
.tab-content p:empty {
  display: none;
}
.copy a,
.unit-page-content a,
.tab-content a,
.copy a:visited,
.unit-page-content a:visited,
.tab-content a:visited {
  text-decoration: underline;
}
.copy blockquote,
.unit-page-content blockquote,
.tab-content blockquote {
  position: relative;
  margin: .75em 0;
  padding: .5em 0 .5em .5em;
  color: #333333;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  font-size: 1.875rem;
  font-style: italic;
}
.copy blockquote footer,
.unit-page-content blockquote footer,
.tab-content blockquote footer,
.copy blockquote .footer,
.unit-page-content blockquote .footer,
.tab-content blockquote .footer {
  font-size: 80%;
  line-height: 1.3;
  padding: 0.5em 0;
  clear: left;
  font-weight: bold;
}
.copy blockquote p,
.unit-page-content blockquote p,
.tab-content blockquote p {
  margin-bottom: 0;
  quotes: '\201c' '\201d';
}
.copy blockquote p:before,
.unit-page-content blockquote p:before,
.tab-content blockquote p:before,
.copy blockquote p:after,
.unit-page-content blockquote p:after,
.tab-content blockquote p:after {
  display: inline-block;
  color: #999999;
}
.copy blockquote p:before,
.unit-page-content blockquote p:before,
.tab-content blockquote p:before {
  content: open-quote;
  position: absolute;
  margin-top: -1%;
  left: 0;
}
.copy blockquote p:after,
.unit-page-content blockquote p:after,
.tab-content blockquote p:after {
  content: close-quote;
}
.copy .inline-button,
.unit-page-content .inline-button,
.tab-content .inline-button,
.copy .inline-button:visited,
.unit-page-content .inline-button:visited,
.tab-content .inline-button:visited,
.copy .inline-button:hover,
.unit-page-content .inline-button:hover,
.tab-content .inline-button:hover {
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  .copy h1,
  .unit-page-content h1,
  .tab-content h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .copy h2,
  .unit-page-content h2,
  .tab-content h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .copy h3,
  .unit-page-content h3,
  .tab-content h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .copy h4,
  .unit-page-content h4,
  .tab-content h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .copy h5,
  .unit-page-content h5,
  .tab-content h5 {
    font-size: 16px;
    font-size: 1rem;
  }
  .copy h6,
  .unit-page-content h6,
  .tab-content h6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/*  ========================================================================== */
/*  @group Navigation */
/*  ========================================================================== */
/*  ========================================================================== */
/*  @group Navigation - Unit Navigation List */
/*  ========================================================================== */
.unit-link-list ul,
.unit-navigation-list ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-link-list ul:before,
.unit-navigation-list ul:before,
.unit-link-list ul:after,
.unit-navigation-list ul:after {
  content: " ";
  display: table;
}
.unit-link-list ul:after,
.unit-navigation-list ul:after {
  clear: both;
}
.unit-link-list ul:before,
.unit-navigation-list ul:before,
.unit-link-list ul:after,
.unit-navigation-list ul:after {
  content: " ";
  display: table;
}
.unit-link-list ul:after,
.unit-navigation-list ul:after {
  clear: both;
}
.unit-link-list ul li,
.unit-navigation-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-navigation-list ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0;
}
.unit-navigation-list ul:before,
.unit-navigation-list ul:after {
  content: " ";
  display: table;
}
.unit-navigation-list ul:after {
  clear: both;
}
.unit-navigation-list ul:before,
.unit-navigation-list ul:after {
  content: " ";
  display: table;
}
.unit-navigation-list ul:after {
  clear: both;
}
.unit-navigation-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-navigation-list ul > li,
.unit-navigation-list ul li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.unit-navigation-list a {
  height: 2em;
  line-height: 2;
  padding: 0 .75em;
}
/*  ========================================================================== */
/*  @group Navigation - Unit Nested Menu */
/*  ========================================================================== */
.unit-nested-menu {
  *zoom: 1;
  font-family: "futura-pt", "Open Sans", sans-serif;
  margin: 1em 0 1.75em 0;
}
.unit-nested-menu:before,
.unit-nested-menu:after {
  content: " ";
  display: table;
}
.unit-nested-menu:after {
  clear: both;
}
.unit-nested-menu:before,
.unit-nested-menu:after {
  content: " ";
  display: table;
}
.unit-nested-menu:after {
  clear: both;
}
.unit-nested-menu ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-nested-menu ul:before,
.unit-nested-menu ul:after {
  content: " ";
  display: table;
}
.unit-nested-menu ul:after {
  clear: both;
}
.unit-nested-menu ul:before,
.unit-nested-menu ul:after {
  content: " ";
  display: table;
}
.unit-nested-menu ul:after {
  clear: both;
}
.unit-nested-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-nested-menu a {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  padding: 0 .75em;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  color: #414b51;
}
.unit-nested-menu a:hover {
  color: #ff3600;
}
.unit-nested-menu a.section {
  color: #687982;
}
.unit-nested-menu a.current {
  color: #ffffff;
  background-color: #687982;
}
.unit-nested-menu a.current a {
  color: #ffffff;
}
.unit-nested-menu a.current:hover {
  color: #ffffff;
}
.unit-nested-menu li.active > .nested-menu-nesting-2 {
  padding: .25em 0 .75em;
}
.unit-nested-menu li.current a.current {
  color: #ffffff;
}
.unit-nested-menu > ul > li.active {
  margin: 10px 0 0 0;
}
.unit-nested-menu .nested-menu-level-3 li a.current {
  margin: 0;
}
.unit-nested-menu .nested-menu-level-3 li ul.nested-menu-nesting-2 a {
  margin-left: 1em;
}
.unit-nested-menu .nested-menu-nesting-2 a {
  padding-left: 1em;
  font-size: 95%;
}
.unit-nested-menu .nested-menu-nesting-4 a {
  margin-left: 4.5em;
}
@media only screen and (min-width: 48em) {
  .unit-nested-menu a.current {
    width: 80%;
    position: relative;
  }
  .unit-nested-menu a.current:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .unit-nested-menu a.current:after {
    border-color: transparent;
    border-left-color: #687982;
    border-width: 15px;
    margin-top: -15px;
  }
}
/*  ========================================================================== */
/*  @group Navigation - Unit Slats */
/*  ========================================================================== */
.unit-slats {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-slats:before,
.unit-slats:after {
  content: " ";
  display: table;
}
.unit-slats:after {
  clear: both;
}
.unit-slats:before,
.unit-slats:after {
  content: " ";
  display: table;
}
.unit-slats:after {
  clear: both;
}
.unit-slats li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-slats ul {
  margin-bottom: 0;
}
.unit-slats li {
  display: block;
  font-weight: normal;
  padding: .6em .75em;
  background-color: #f1f1f1;
  margin-bottom: 1px;
}
/*  ========================================================================== */
/*  @group Navigation  - Unit Breadcrumb Trail */
/*  ========================================================================== */
.unit-breadcrumb-trail {
  -webkit-font-smoothing: antialiased;
  background: #414b51;
  font-family: "futura-pt", "Open Sans", sans-serif;
  font-size: 95%;
  padding: .75em 1em;
  margin-bottom: 1.5em;
}
.unit-breadcrumb-trail ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-breadcrumb-trail ul:before,
.unit-breadcrumb-trail ul:after {
  content: " ";
  display: table;
}
.unit-breadcrumb-trail ul:after {
  clear: both;
}
.unit-breadcrumb-trail ul:before,
.unit-breadcrumb-trail ul:after {
  content: " ";
  display: table;
}
.unit-breadcrumb-trail ul:after {
  clear: both;
}
.unit-breadcrumb-trail ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-breadcrumb-trail li {
  display: none;
}
.unit-breadcrumb-trail li a {
  font-weight: normal;
  color: #ccc;
}
.unit-breadcrumb-trail li:visited {
  color: #ccc;
}
.unit-breadcrumb-trail li.last {
  display: inline-block;
}
.unit-breadcrumb-trail li.current {
  color: #ffffff;
}
@media all and (min-width: 30em) {
  .unit-breadcrumb-trail li {
    display: inline-block;
  }
  .unit-breadcrumb-trail li:after {
    content: '/';
    padding: 0 .75em 0;
    color: #687982;
  }
  .unit-breadcrumb-trail li.last:before,
  .unit-breadcrumb-trail li.last:after {
    display: none;
    content: '';
  }
}
/*  ========================================================================== */
/*  @group Navigation - Pagination */
/*  ========================================================================== */
.area-pagination {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  clear: both;
  display: block;
  width: 100%;
  padding: .75em;
  margin: .5em 0 0 0;
  background-color: #ffffff;
  font-family: "futura-pt", "Open Sans", sans-serif;
  text-align: right;
  font-weight: 500;
}
.area-pagination:before,
.area-pagination:after {
  content: " ";
  display: table;
}
.area-pagination:after {
  clear: both;
}
.area-pagination:before,
.area-pagination:after {
  content: " ";
  display: table;
}
.area-pagination:after {
  clear: both;
}
.type-news-holder .area-pagination {
  background-color: #f1f1f1;
}
.unit-dropdown-pagination {
  font-family: "futura-pt", "Open Sans", sans-serif;
}
/*  ========================================================================== */
/*  @group Navigation - Unit Split Navigation */
/*  ========================================================================== */
.unit-split-navigation {
  *zoom: 1;
  font-size: 16px;
  font-size: 1rem;
  margin: 1.5em 0 1em;
  padding-top: .5em;
  border-top: 1px solid #ececec;
  font-family: "futura-pt", "Open Sans", sans-serif;
  text-transform: uppercase;
}
.unit-split-navigation:before,
.unit-split-navigation:after {
  content: " ";
  display: table;
}
.unit-split-navigation:after {
  clear: both;
}
.unit-split-navigation:before,
.unit-split-navigation:after {
  content: " ";
  display: table;
}
.unit-split-navigation:after {
  clear: both;
}
.unit-split-navigation .back,
.unit-split-navigation .next {
  display: block;
  margin-bottom: .5em;
}
.unit-split-navigation .back a,
.unit-split-navigation .next a {
  text-decoration: none;
  color: #ff3600;
}
@media only screen and (min-width: 30em) {
  .unit-split-navigation .back,
  .unit-split-navigation .next {
    margin: 0;
  }
  .unit-split-navigation .back {
    float: left;
  }
  .unit-split-navigation .next {
    float: right;
  }
}
/*  ========================================================================== */
/*  @group Navigation - Child Page List */
/*  ========================================================================== */
.area-child-page-list {
  border-bottom: 1px solid #ececec;
  padding-bottom: .5em;
}
.area-child-page-list .unit-block {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.area-child-page-list .unit-block:before,
.area-child-page-list .unit-block:after {
  content: " ";
  display: table;
}
.area-child-page-list .unit-block:after {
  clear: both;
}
.area-child-page-list .unit-block:before,
.area-child-page-list .unit-block:after {
  content: " ";
  display: table;
}
.area-child-page-list .unit-block:after {
  clear: both;
}
.area-child-page-list .unit-block .media {
  margin-bottom: .5em;
}
.area-child-page-list .unit-block .title {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 .3em;
}
.area-child-page-list .unit-block .content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 30em) {
  .area-child-page-list {
    *zoom: 1;
    width: 100%;
  }
  .area-child-page-list:before,
  .area-child-page-list:after {
    content: " ";
    display: table;
  }
  .area-child-page-list:after {
    clear: both;
  }
  .area-child-page-list:before,
  .area-child-page-list:after {
    content: " ";
    display: table;
  }
  .area-child-page-list:after {
    clear: both;
  }
  .area-child-page-list .unit-block {
    *zoom: 1;
    display: inline;
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .area-child-page-list .unit-block:before,
  .area-child-page-list .unit-block:after {
    content: " ";
    display: table;
  }
  .area-child-page-list .unit-block:after {
    clear: both;
  }
  .area-child-page-list .unit-block:before,
  .area-child-page-list .unit-block:after {
    content: " ";
    display: table;
  }
  .area-child-page-list .unit-block:after {
    clear: both;
  }
  .area-child-page-list .unit-block.end {
    margin-right: 0;
  }
}
/*  ========================================================================== */
/*  @group  Filters */
/*  ========================================================================== */
/*  ========================================================================== */
/*  @group Filters - View toggle */
/*  ========================================================================== */
.filter-toggle {
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
  text-align: left;
}
/*  ========================================================================== */
/*  @group Filters - Event Filters */
/*  ========================================================================== */
.unit-event-filters {
  display: none;
  /*
        .action,
        ul .checkbox,
        .checkboxset-label,
        .js & .action {
            .visually-hidden();
        }
        */
}
@media only screen and (min-width: 48em) {
  .unit-event-filters {
    display: block;
  }
}
.unit-event-filters .filter-title {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 1.75em 0 .5em 0;
}
.unit-event-filters .filter-type {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 .5em 0;
}
.unit-event-filters select {
  width: 99%;
  margin: 0.5em 0;
}
.unit-event-filters .event-type li {
  list-style: none;
  margin: 0 0 5px 0;
}
.unit-event-filters .event-type li a {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
  display: block;
  text-align: left;
  text-transform: none;
  padding: 0 .75em;
  height: 27px;
  line-height: 27px;
  color: #000000;
  background-color: #dfdfdf;
}
.unit-event-filters .event-type li a.active {
  color: #ffffff;
  background-color: #ff3600;
}
.unit-event-filters #EventSearchForm_EventSearchForm label {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "futura-pt", "Open Sans", sans-serif;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin: 0;
  color: #444444;
  float: none;
}
.unit-event-filters #EventSearchForm_EventSearchForm .GenreFieldHolder .GenreFieldItems li:first-child {
  margin: 10px 0 0 0;
}
.unit-event-filters #EventSearchForm_EventSearchForm .field-selectcheck label.removeMultiselectOption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 5px 0;
  padding: .25em .75em;
  font-size: 95%;
  font-family: "futura-pt", "Open Sans", sans-serif;
  border-radius: 20px;
  color: #ffffff;
  background: #414b51 url(../images/filter-close.png) no-repeat 98% 50%;
}
.svg .unit-event-filters #EventSearchForm_EventSearchForm .field-selectcheck label.removeMultiselectOption {
  background-image: url(../images/filter-close.svg);
}
.unit-event-filters #EventSearchForm_EventSearchForm .field-selectcheck label.removeMultiselectOption:hover {
  color: #ffffff;
  background-color: #ff3600;
}
.unit-event-filters #EventSearchForm_EventSearchForm .Actions {
  margin: 0;
  display: none;
}
.no-js .unit-event-filters #EventSearchForm_EventSearchForm .Actions {
  display: block;
}
.event-loader {
  background: url(../images/event-loader.gif) no-repeat;
  width: 130px;
  height: 130px;
  position: absolute;
  z-index: 400;
  left: 40%;
  top: 35%;
  display: none;
  opacity: 0.8;
}
.event-filter-error {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
/*  ========================================================================== */
/*  @group Filters - Category Filters */
/*  ========================================================================== */
.unit-category-filters {
  margin-bottom: 1em;
  font-family: "futura-pt", "Open Sans", sans-serif;
}
.unit-category-filters li > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 .75em;
  height: 30px;
  line-height: 30px;
  margin-bottom: 1px;
  background-color: #f1f1f1;
}
.unit-category-filters li > a:hover,
.unit-category-filters .current > a {
  color: #ffffff;
  background-color: #687982;
  position: relative;
}
.unit-category-filters li > a:hover:after,
.unit-category-filters .current > a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.unit-category-filters li > a:hover:after,
.unit-category-filters .current > a:after {
  border-color: transparent;
  border-left-color: #687982;
  border-width: 15px;
  margin-top: -15px;
}
/*  ========================================================================== */
/*  @group Carousels */
/*  ========================================================================== */
/*  ========================================================================== */
/*  @group Carousels - Owl Carousel (Core) */
/*  ========================================================================== */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../images/grab.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*  ========================================================================== */
/*  @group Carousels - Owl Carousel Themes - Common */
/*  ========================================================================== */
.owl-theme-carousel .owl-item img,
.owl-theme-gallery .owl-item img {
  display: block;
  margin: 0 auto;
}
.owl-theme-carousel .owl-pagination,
.owl-theme-gallery .owl-pagination {
  text-align: center;
}
.owl-theme-carousel .owl-controls .owl-page,
.owl-theme-gallery .owl-controls .owl-page {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.owl-theme-carousel .owl-controls .owl-page span,
.owl-theme-gallery .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 2px;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #fff;
}
.owl-theme-carousel .owl-controls .owl-page.active span,
.owl-theme-gallery .owl-controls .owl-page.active span {
  background: #ff3600;
}
.owl-theme-carousel .owl-controls .owl-page span.owl-numbers,
.owl-theme-gallery .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
.owl-theme-carousel .owl-buttons .owl-next,
.owl-theme-gallery .owl-buttons .owl-next,
.owl-theme-carousel .owl-buttons .owl-prev,
.owl-theme-gallery .owl-buttons .owl-prev {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  position: absolute;
  z-index: 100;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
  margin: 5px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  opacity: 0.5;
  height: 100px;
  width: 30px;
  margin-top: -50px;
  background-size: contain;
  transition: opacity 1s linear;
}
.owl-theme-carousel .owl-buttons .owl-next:before,
.owl-theme-gallery .owl-buttons .owl-next:before,
.owl-theme-carousel .owl-buttons .owl-prev:before,
.owl-theme-gallery .owl-buttons .owl-prev:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.owl-theme-carousel .owl-buttons .owl-next,
.owl-theme-gallery .owl-buttons .owl-next {
  right: 2%;
  background-image: url("../images/icon-arrow-right.png");
  background-image: none, url("../images/icon-arrow-right.svg");
}
.owl-theme-carousel .owl-buttons .owl-prev,
.owl-theme-gallery .owl-buttons .owl-prev {
  left: 2%;
  background-image: url("../images/icon-arrow-left.png");
  background-image: none, url("../images/icon-arrow-left.svg");
}
/*  ========================================================================== */
/*  @group Carousels - Owl Carousel Themes - Carousel */
/*  ========================================================================== */
.owl-theme-carousel .owl-buttons {
  display: none;
}
.owl-theme-carousel .owl-pagination {
  position: absolute;
  top: .5em;
  right: 2%;
}
@media only screen and (min-width: 48em) {
  .owl-theme-carousel:hover .owl-buttons {
    display: block;
  }
  .owl-theme-carousel:hover .owl-buttons .owl-next,
  .owl-theme-carousel:hover .owl-buttons .owl-prev {
    opacity: 1;
    transition: opacity 1s linear;
  }
  .owl-theme-carousel .owl-pagination {
    top: auto;
    right: auto;
    bottom: .5em;
    left: 50%;
  }
}
/*  ========================================================================== */
/*  @group Carousels - Owl Carousel Themes - Gallery */
/*  ========================================================================== */
.owl-theme-gallery {
  position: relative;
}
.owl-theme-gallery .owl-pagination {
  position: absolute;
  top: -25px;
  right: 0;
}
.owl-theme-gallery .owl-pagination .owl-page span {
  background: #9d9d9d;
}
.owl-item.loading {
  min-height: 150px;
  background: url(../images/spinner-carousel.gif) no-repeat center center;
}
/*  ========================================================================== */
/*  @group Carousels - Hero Carousel */
/*  ========================================================================== */
.unit-hero-carousel {
  background-color: #000;
  height: 350px;
}
.unit-hero-carousel .item {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 0;
}
.unit-hero-carousel .owl-controls .owl-page.active span {
  background: #687982;
  border: 2px solid #fff;
}
.unit-hero-carousel .area-header-details {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.unit-hero-carousel .unit-header-details {
  position: absolute;
  bottom: 1em;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  margin: .5em 0;
}
.unit-hero-carousel .unit-header-details h1,
.unit-hero-carousel .unit-header-details h2,
.unit-hero-carousel .unit-header-details h3,
.unit-hero-carousel .unit-header-details h4,
.unit-hero-carousel .unit-header-details h5,
.unit-hero-carousel .unit-header-details h6 {
  color: #ffffff;
}
.unit-hero-carousel .unit-header-details h1 strong,
.unit-hero-carousel .unit-header-details h2 strong,
.unit-hero-carousel .unit-header-details h3 strong,
.unit-hero-carousel .unit-header-details h4 strong,
.unit-hero-carousel .unit-header-details h5 strong,
.unit-hero-carousel .unit-header-details h6 strong {
  color: #e6e6e6;
}
.unit-hero-carousel .unit-header-details a {
  color: #ffffff;
}
.unit-hero-carousel .unit-header-details a:visited {
  color: #ffffff;
}
.unit-hero-carousel .unit-header-details a:active {
  color: #ffffff;
}
.unit-hero-carousel .unit-header-details a:hover {
  color: #ffffff;
}
.unit-hero-carousel .unit-header-details .prefix,
.unit-hero-carousel .unit-header-details .suffix,
.unit-hero-carousel .unit-header-details .title {
  font-family: "futura-pt", "Open Sans", sans-serif;
  text-transform: uppercase;
}
.unit-hero-carousel .unit-header-details .prefix,
.unit-hero-carousel .unit-header-details .suffix {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  color: #cccccc;
  font-weight: 500;
}
.unit-hero-carousel .unit-header-details .title {
  margin: 0 0;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
}
.unit-hero-carousel .unit-header-details .description {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 2em;
}
.unit-hero-carousel .unit-header-details .header {
  margin-bottom: 1em;
}
@media only screen and (max-width: 30em) {
  .unit-hero-carousel .area-header-details__inner {
    width: 100%;
  }
}
@media only screen and (min-width: 30em) {
  .unit-hero-carousel .item {
    background-position: 50% 0;
  }
  .unit-hero-carousel .unit-header-details {
    position: absolute;
    bottom: 1em;
    width: auto;
    text-align: left;
  }
  .unit-hero-carousel .unit-header-details .prefix,
  .unit-hero-carousel .unit-header-details .suffix {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .unit-hero-carousel .unit-header-details .title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 48em) {
  .unit-hero-carousel .area-header-details {
    background: none;
  }
  .unit-hero-carousel .unit-header-details {
    position: absolute;
    bottom: auto;
    top: 2em;
    width: auto;
    margin: 1em 0;
    max-width: 32em;
  }
  .unit-hero-carousel .unit-header-details .description {
    display: block;
  }
  .unit-hero-carousel .unit-header-details .title {
    margin: 0 0;
    font-weight: 500;
    font-size: 36px;
    font-size: 2.25rem;
  }
  .unit-hero-carousel .unit-header-details .prefix,
  .unit-hero-carousel .unit-header-details .suffix {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500;
  }
}
/*  ========================================================================== */
/*  @group Carousels - Fancybox (Core) */
/*  ========================================================================== */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*  ========================================================================== */
/*  @group Carousels - Fancybox (Buttons) */
/*  ========================================================================== */
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
/*  ========================================================================== */
/*  @group Carousels - Fancybox Thumbs */
/*  ========================================================================== */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
/*  ========================================================================== */
/*  @group Calendars */
/*  ========================================================================== */
/*  ========================================================================== */
/*  @group Calendars - Calendar Controls */
/*  ========================================================================== */
.calendar-controls {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  color: #000000;
  background-color: #687982;
  margin: 0;
  padding: 10px;
  text-align: center;
  position: relative;
}
.calendar-controls .control-title {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  position: relative;
  margin: 0;
}
.calendar-controls .next-previous {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 35px;
  width: 40px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25%;
}
.calendar-controls .next-previous:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.calendar-controls .next-previous:hover {
  opacity: 1;
}
.calendar-controls .previous {
  left: 0;
  background-image: url(../images/arrow-homecal-l.png);
}
.svg .calendar-controls .previous {
  background-image: url(../images/arrow-homecal-l.svg);
}
.calendar-controls .next {
  right: 0;
  background-image: url(../images/arrow-homecal-r.png);
}
.svg .calendar-controls .next {
  background-image: url(../images/arrow-homecal-r.svg);
}
.calendar-controls .month-select {
  cursor: pointer;
  padding: 0 24px;
  background: url(../images/arrow-month-select.png) no-repeat 100% -85px;
}
.svg .calendar-controls .month-select {
  background-image: url(../images/arrow-month-select.svg);
}
.calendar-controls .open,
.svg .calendar-controls .open {
  background-position: 100% 7px;
}
.calendar-controls .calendar-monthlist {
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding-top: 10px;
  top: 32px;
  z-index: 10;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-top: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  display: none;
}
.calendar-controls .calendar-monthlist a {
  color: #000000;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  display: block;
  padding: .5em 1em;
  border-bottom: 1px solid #f0f0f0;
}
.calendar-controls .calendar-monthlist a.last {
  border-bottom: none;
}
.calendar-controls .calendar-monthlist a:hover {
  background-color: #f0f0f0;
}
/*  ========================================================================== */
/*  @group Calendars - Area Performance Calendar */
/*  ========================================================================== */
.area-performance-calendar {
  font-weight: normal;
  font-family: "futura-pt", "Open Sans", sans-serif;
}
.area-performance-calendar table {
  margin-top: 0;
}
.area-performance-calendar th {
  display: none;
  background-color: #f1f1f1;
}
.area-performance-calendar td {
  font-size: 14px;
  padding: 0 0 1em 0;
  width: 14%;
  max-width: 97px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
}
.area-performance-calendar td .date {
  font-size: 95%;
  background-color: #f1f1f1;
  padding: 6px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.area-performance-calendar .has-results {
  background-image: none;
  opacity: 1;
}
.area-performance-calendar .past .body {
  opacity: 0.25;
}
.area-performance-calendar .today {
  background-color: #ffffff;
  border: 3px solid #ff3600;
}
.area-performance-calendar .media {
  float: none;
  margin: 0;
}
.area-performance-calendar .media img {
  width: 100%;
}
.area-performance-calendar .unit-production-entry {
  padding: 0 6px;
  position: relative;
  border-top: none;
  margin: 0 0 .3em 0;
}
.area-performance-calendar .unit-production-entry a {
  display: inline;
}
.area-performance-calendar .unit-production-entry .header {
  margin-bottom: 0;
}
.area-performance-calendar .unit-production-entry .title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: bold;
  text-transform: none;
  color: #ff3600;
}
.area-performance-calendar .unit-production-entry .production-times {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  margin: 0;
}
.area-performance-calendar .unit-production-entry .production-times {
  display: block;
}
.area-performance-calendar .unit-production-entry a,
.area-performance-calendar .unit-production-entry a .title,
.area-performance-calendar .unit-production-entry a:visited,
.area-performance-calendar .unit-production-entry a:visited .title {
  color: #666666;
}
.area-performance-calendar .unit-production-entry a:hover .title,
.area-performance-calendar .unit-production-entry a:active .title {
  color: #808080;
}
.area-performance-calendar .unit-production-entry .production-times {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.area-performance-calendar .unit-production-entry .performance-time {
  color: #666666;
}
/**
     * One of the few modules where we are taking a desktop first approach
     */
@media screen and (max-width: 48em) {
  .area-performance-calendar .media {
    float: left;
    width: 15%;
  }
  .area-performance-calendar table,
  .area-performance-calendar tbody {
    display: block;
    width: 100%;
    border: none;
  }
  .area-performance-calendar tr {
    display: block;
    border: none;
  }
  .area-performance-calendar td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    display: none;
    border: 0;
    width: 100%;
    height: auto;
    max-width: none;
    float: none;
    margin-bottom: 1px;
  }
  .area-performance-calendar td:before,
  .area-performance-calendar td:after {
    content: " ";
    display: table;
  }
  .area-performance-calendar td:after {
    clear: both;
  }
  .area-performance-calendar td:before,
  .area-performance-calendar td:after {
    content: " ";
    display: table;
  }
  .area-performance-calendar td:after {
    clear: both;
  }
  .area-performance-calendar td .date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .area-performance-calendar td.past {
    display: none;
  }
  .area-performance-calendar .has-results {
    display: block;
  }
  .area-performance-calendar .has-results .date {
    margin-bottom: 1em;
    color: #ffffff;
    background-color: #687982;
  }
  .area-performance-calendar .unit-production-entry p.production-times {
    display: block;
  }
  .area-performance-calendar .unit-production-entry .body {
    position: relative;
    background: transparent;
    display: block;
  }
  .area-performance-calendar .unit-production-entry .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
/*  ========================================================================== */
/*  @group Asides */
/*  ========================================================================== */
.unit-aside {
  margin-bottom: .75em;
}
.unit-aside .aside-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 .2em 0;
}
.unit-aside .aside-header,
.unit-aside .aside-body {
  padding: 0;
}
.unit-aside .aside-body {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: .5em;
}
.unit-address {
  background: #687982;
  padding: .75em;
  color: #fff;
  margin-bottom: 1.5em;
}
.unit-address h3 {
  color: #fff;
}
.unit-aside-panel {
  -webkit-font-smoothing: antialiased;
  font-family: "futura-pt", "Open Sans", sans-serif;
  color: #ffffff;
  background-color: #687982;
  margin-bottom: 1em;
}
.unit-aside-panel h1,
.unit-aside-panel h2,
.unit-aside-panel h3,
.unit-aside-panel h4,
.unit-aside-panel h5,
.unit-aside-panel h6 {
  color: #ffffff;
}
.unit-aside-panel h1 strong,
.unit-aside-panel h2 strong,
.unit-aside-panel h3 strong,
.unit-aside-panel h4 strong,
.unit-aside-panel h5 strong,
.unit-aside-panel h6 strong {
  color: #e6e6e6;
}
.unit-aside-panel a {
  color: #ffffff;
}
.unit-aside-panel a:visited {
  color: #ffffff;
}
.unit-aside-panel a:active {
  color: #ffffff;
}
.unit-aside-panel a:hover {
  color: #ffffff;
}
.unit-aside-panel .aside-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  font-family: "adonis-web", "Open Sans", sans-serif;
}
.unit-aside-panel .aside-body > p:only-child {
  margin-bottom: 0;
}
.unit-aside-panel--slim {
  padding: 0;
}
.unit-aside-related,
.unit-aside-downloads {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.unit-aside-related:before,
.unit-aside-downloads:before,
.unit-aside-related:after,
.unit-aside-downloads:after {
  content: " ";
  display: table;
}
.unit-aside-related:after,
.unit-aside-downloads:after {
  clear: both;
}
.unit-aside-related:before,
.unit-aside-downloads:before,
.unit-aside-related:after,
.unit-aside-downloads:after {
  content: " ";
  display: table;
}
.unit-aside-related:after,
.unit-aside-downloads:after {
  clear: both;
}
.unit-aside-related li,
.unit-aside-downloads li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-aside-related ul,
.unit-aside-downloads ul {
  margin-bottom: 0;
}
.unit-aside-related li,
.unit-aside-downloads li {
  display: block;
  font-weight: normal;
  margin-bottom: 1px;
}
.unit-aside-related li:last-child,
.unit-aside-downloads li:last-child {
  border-bottom: 0 none;
}
.unit-aside-related li > a,
.unit-aside-downloads li > a {
  display: block;
  padding: .6em .75em;
  background-color: #f1f1f1;
}
.unit-aside-downloads li > a {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: .75em 10px;
  background-image: url(../images/files/file.png);
}
.svg .unit-aside-downloads li > a {
  background-image: url(../images/files/file.svg);
}
.unit-aside-downloads li > a.file-excel {
  background-image: url(../images/files/file-excel.png);
}
.svg .unit-aside-downloads li > a.file-excel {
  background-image: url(../images/files/file-excel.svg);
}
.unit-aside-downloads li > a.file-pdf {
  background-image: url(../images/files/file-pdf.png);
}
.svg .unit-aside-downloads li > a.file-pdf {
  background-image: url(../images/files/file-pdf.svg);
}
.unit-aside-downloads li > a.file-powerpoint {
  background-image: url(../images/files/file-powerpoint.png);
}
.svg .unit-aside-downloads li > a.file-powerpoint {
  background-image: url(../images/files/file-powerpoint.svg);
}
.unit-aside-downloads li > a.file-word {
  background-image: url(../images/files/file-word.png);
}
.svg .unit-aside-downloads li > a.file-word {
  background-image: url(../images/files/file-word.svg);
}
.unit-aside-downloads li > a.file-zip {
  background-image: url(../images/files/file-zip.png);
}
.svg .unit-aside-downloads li > a.file-zip {
  background-image: url(../images/files/file-zip.svg);
}
.unit-aside-downloads .filesize {
  color: #414b51;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Menlo", "Bitstream Vera Sans", Monaco, "Andale Mono", "Lucida Console", "Droid Mono", monospace;
  text-transform: uppercase;
}
.unit-twitter-feed .item-tweet {
  padding-left: 65px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-twitter-bird.png);
  background-position: 13px;
}
.svg .unit-twitter-feed .item-tweet {
  background-image: url(../images/icon-twitter-bird.svg);
  background-size: 40px 32px;
}
.unit-twitter-feed .item-tweet p a,
.unit-twitter-feed .item-tweet p .hashtag {
  color: #55acee;
}
.unit-twitter-feed .item-tweet p .hashtag {
  text-transform: uppercase;
}
.unit-twitter-feed .follow-link {
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
  color: #55acee;
  position: relative;
  top: 3px;
}
/*  ========================================================================== */
/*  @group Media */
/*  ========================================================================== */
.unit-media {
  margin-bottom: .5em;
}
.unit-media img,
.unit-media video,
.media-image img,
.media-placeholder img {
  width: 100%;
  height: auto;
}
.unit-media iframe {
  max-width: 100%;
  border: 0;
}
.unit-media .meta,
figcaption {
  color: #999999;
  font-size: 80%;
  text-align: left;
  margin: 1em 0;
}
/*  ========================================================================== */
/*  @group Media - Gallery */
/*  ========================================================================== */
.unit-media-gallery {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
  padding: .75em;
}
.unit-media-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.unit-media-gallery ul:before,
.unit-media-gallery ul:after {
  content: " ";
  display: table;
}
.unit-media-gallery ul:after {
  clear: both;
}
.unit-media-gallery ul:before,
.unit-media-gallery ul:after {
  content: " ";
  display: table;
}
.unit-media-gallery ul:after {
  clear: both;
}
.unit-media-gallery ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-media-gallery ul:before,
.unit-media-gallery ul:after {
  content: " ";
  display: table;
}
.unit-media-gallery ul:after {
  clear: both;
}
.unit-media-gallery ul:before,
.unit-media-gallery ul:after {
  content: " ";
  display: table;
}
.unit-media-gallery ul:after {
  clear: both;
}
.unit-media-gallery .item {
  padding-right: .5em;
}
/*  ========================================================================== */
/*  @group Media - Resource List */
/*  ========================================================================== */
.unit-resource-item {
  padding-left: 45px;
  background: transparent url(../images/icon-download.png) no-repeat left 5px;
}
.unit-resource-item .block-link {
  display: block;
}
.unit-resource-item .title {
  font-weight: bold;
}
.area-resource-list .unit-resource-item {
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ececec;
}
.area-resource-list .unit-resource-item:last-child {
  border-bottom: 0 none;
}
/*  ========================================================================== */
/*  @group Audio Player */
/*  ========================================================================== */
/**
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Made Media
 *
 * Copyright (c) 2010-2011 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Stef Grindley
 * Skin Version: 1.0 (jPlayer 2.1.0)
 * Date: 3rd October 2011
 */
div.jp-audio,
div.jp-video {
  /* Edit the font-size to counteract inherited font sizing.
     * Eg. 1.25em = 1 / 0.8em
     */
  font-size: 1em;
  /* 1.25em for testing in site pages */
  /* No parent CSS that can effect the size in the demos ZIP */
  line-height: 1.6;
  color: #666;
  position: relative;
}
.jp-audio li {
  margin: 0;
}
div.jp-audio {
  width: auto;
}
div.jp-video-270p {
  width: 480px;
}
div.jp-video-360p {
  width: 640px;
}
div.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative;
}
div.jp-video-full div.jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden;
  z-index: 1000;
}
div.jp-video-full div.jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
div.jp-video-full div.jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0;
  z-index: 1000;
}
div.jp-interface {
  position: relative;
  background-color: #414b51;
  width: 100%;
  margin-bottom: 4px;
}
div.jp-audio div.jp-type-single div.jp-interface {
  height: 22px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
  height: 22px;
}
div.jp-video div.jp-interface {
  border-top: 1px solid #009be3;
}
/* @group CONTROLS */
div.jp-controls-holder {
  clear: both;
  width: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div.jp-audio ul.jp-controls {
  width: auto;
  padding: 0;
}
div.jp-video div.jp-type-single ul.jp-controls {
  width: 78px;
  margin-left: 200px;
}
div.jp-video div.jp-type-playlist ul.jp-controls {
  width: 134px;
  margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
  border-right: 4px solid #fff;
}
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
  width: 23px;
  height: 22px;
  background-image: url(../images/audio-player-controls.png);
  background-repeat: no-repeat;
}
.svg a.jp-play,
.svg a.jp-pause {
  background-image: url(../images/audio-player-controls.svg);
  background-size: 47px 22px;
}
a.jp-play {
  background-position: 0 0;
}
a.jp-pause {
  background-position: -24px 0;
  display: none;
}
a.jp-pause:hover,
a.jp-play:hover {
  background-color: #333;
}
a.jp-stop,
a.jp-previous,
a.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px;
}
a.jp-stop {
  background: url("../images/audio-player-jpg") 0 -83px no-repeat;
  margin-left: 10px;
}
a.jp-stop:hover {
  background: url("../images/audio-player-jpg") -29px -83px no-repeat;
}
a.jp-previous {
  background: url("../images/audio-player-jpg") 0 -112px no-repeat;
}
a.jp-previous:hover {
  background: url("../images/audio-player-jpg") -29px -112px no-repeat;
}
a.jp-next {
  background: url("../images/audio-player-jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
  background: url("../images/audio-player-jpg") -29px -141px no-repeat;
}
/* @end */
/* @group progress bar */
div.jp-progress {
  overflow: hidden;
  background-color: #414b51;
  border: 1px solid #fff;
}
div.jp-audio div.jp-progress {
  position: absolute;
  top: 6px;
  height: 6px;
  padding: 1px;
}
div.jp-audio div.jp-type-single div.jp-progress {
  left: 66px;
  width: auto;
  right: 46px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
  left: 66px;
  width: auto;
  right: 46px;
}
div.jp-video div.jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
}
div.jp-seek-bar {
  background: url(../images/audio-player-progress.gif) 0 0 repeat-x;
  width: 0px;
  height: 8px;
  cursor: pointer;
}
div.jp-play-bar {
  background: url(../images/audio-player-progress.gif) 0 -8px repeat-x;
  width: 0px;
  height: 100%;
}
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
  background: url(../images/audio-player-seeking.gif);
  height: 6px;
}
/* @end */
/* @group volume controls */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 12px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  margin-left: 210px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
  margin-left: 154px;
}
div.jp-audio a.jp-volume-max {
  margin-left: 56px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
  position: absolute;
  top: 12px;
  margin-top: 0;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
  left: 50px;
}
div.jp-video a.jp-volume-max {
  left: 134px;
}
a.jp-mute {
  background: url("../images/audio-player-jpg") 0 -170px no-repeat;
}
a.jp-mute:hover {
  background: url("../images/audio-player-jpg") -19px -170px no-repeat;
}
a.jp-unmute {
  background: url("../images/audio-player-jpg") -60px -170px no-repeat;
  display: none;
}
a.jp-unmute:hover {
  background: url("../images/audio-player-jpg") -79px -170px no-repeat;
}
a.jp-volume-max {
  background: url("../images/audio-player-jpg") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
  background: url("../images/audio-player-jpg") -19px -186px no-repeat;
}
div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url(../images/audio-player-volume.gif) 0 0 repeat-x;
  width: 30px;
  height: 6px;
  cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
  top: 8px;
  right: 10px;
}
div.jp-video div.jp-volume-bar {
  top: 8px;
  right: 10px;
}
div.jp-volume-bar-value {
  background: url(../images/audio-player-volume.gif) 0 -6px repeat-x;
  width: 0px;
  height: 6px;
}
.svg div.jp-volume-bar {
  background: url(../images/audio-player-volume.svg) 0 0 repeat-x;
  background-size: 27px 12px;
}
.svg div.jp-volume-bar-value {
  background: url(../images/audio-player-volume.svg) 0 -6px repeat-x;
  background-size: 27px 12px;
}
/* @end */
/* @group current time and duration */
div.jp-audio div.jp-time-holder {
  position: absolute;
  top: 3px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
  left: 32px;
  width: 30px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
  left: 32px;
  width: 30px;
}
div.jp-current-time,
div.jp-duration {
  width: auto;
  font-size: 9.5px;
  color: #fff;
  font-family: verdana;
}
div.jp-current-time {
  float: left;
  display: inline;
}
div.jp-duration {
  float: right;
  display: inline;
  text-align: right;
}
div.jp-video div.jp-current-time {
  margin-left: 20px;
}
div.jp-video div.jp-duration {
  margin-right: 20px;
}
/* @end */
/* @group playlist */
div.jp-title {
  font-weight: bold;
  text-align: center;
}
div.jp-title,
div.jp-playlist {
  width: 100%;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
  border-top: none;
}
div.jp-title ul,
div.jp-playlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.jp-title li {
  padding: 5px 0;
  font-weight: bold;
  list-style: none;
}
div.jp-playlist li {
  padding: 0;
  list-style: none;
  font-size: 12px;
}
div.jp-playlist li div {
  display: inline;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  text-decoration: none;
  display: block;
  padding: 5px 5px 5px 35px;
  background-image: url(../images/audio-player-list.png);
  background-repeat: no-repeat;
  background-position: 5px 6px;
  border-bottom: 2px solid #fff;
  background-color: #f1f1f1;
  font-size: 1.250em;
}
.svg div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url(../images/audio-player-list.svg);
  background-size: 17px 217px;
}
.svg div.jp-type-playlist div.jp-playlist a:hover {
  color: #333333 !important;
  background-color: #f9f9f9;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #333333 !important;
  background-position: 5px -194px;
  font-weight: 600;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #669900;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #669900;
}
span.jp-artist {
  font-size: .8em;
  color: #666;
}
/* @end */
div.jp-video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
  height: 270px;
}
div.jp-video-360p div.jp-video-play {
  height: 360px;
}
div.jp-video-full div.jp-video-play {
  height: 100%;
  z-index: 1000;
}
a.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("../images/audio-player-video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
  background: url("../images/audio-player-video.play.png") 0 -100px no-repeat;
}
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px;
}
div.jp-jplayer {
  background-color: #000000;
}
/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
ul.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
div.jp-audio .jp-type-single ul.jp-toggles {
  width: 25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px;
}
div.jp-video ul.jp-toggles {
  margin-top: 10px;
  width: 100px;
}
ul.jp-toggles li {
  display: block;
  float: right;
}
ul.jp-toggles li a {
  display: block;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
}
a.jp-full-screen {
  background: url("../images/audio-player-jpg") 0 -310px no-repeat;
  margin-left: 20px;
}
a.jp-full-screen:hover {
  background: url("../images/audio-player-jpg") -30px -310px no-repeat;
}
a.jp-restore-screen {
  background: url("../images/audio-player-jpg") -60px -310px no-repeat;
  margin-left: 20px;
}
a.jp-restore-screen:hover {
  background: url("../images/audio-player-jpg") -90px -310px no-repeat;
}
a.jp-repeat {
  background: url("../images/audio-player-jpg") 0 -290px no-repeat;
}
a.jp-repeat:hover {
  background: url("../images/audio-player-jpg") -30px -290px no-repeat;
}
a.jp-repeat-off {
  background: url("../images/audio-player-jpg") -60px -290px no-repeat;
}
a.jp-repeat-off:hover {
  background: url("../images/audio-player-jpg") -90px -290px no-repeat;
}
a.jp-shuffle {
  background: url("../images/audio-player-jpg") 0 -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle:hover {
  background: url("../images/audio-player-jpg") -30px -270px no-repeat;
}
a.jp-shuffle-off {
  background: url("../images/audio-player-jpg") -60px -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle-off:hover {
  background: url("../images/audio-player-jpg") -90px -270px no-repeat;
}
/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  position: absolute;
  width: 390px;
  margin-left: -202px;
  left: 50%;
  top: 10px;
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}
/* @end */
/*  ========================================================================== */
/*  @group Social */
/*  ========================================================================== */
.unit-twitter-feed .item-tweet a,
.unit-twitter-feed .item-tweet .hashtag {
  font-weight: bold;
}
.unit-twitter-feed .twitter-follow-button,
.unit-twitter-feed .twitter-follow-button {
  float: right;
}
.fb_iframe_widget {
  margin-bottom: 1.5em;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
  min-width: 200px;
}
.fb-like,
.fb-like span[style] {
  margin-right: 5px;
  line-height: normal;
  vertical-align: top !important;
}
/*  ========================================================================== */
/*  @group Tabs */
/*  ========================================================================== */
.tab-headers ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0;
}
.tab-headers ul:before,
.tab-headers ul:after {
  content: " ";
  display: table;
}
.tab-headers ul:after {
  clear: both;
}
.tab-headers ul:before,
.tab-headers ul:after {
  content: " ";
  display: table;
}
.tab-headers ul:after {
  clear: both;
}
.tab-headers ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-headers ul > li,
.tab-headers ul li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.tab-headers ul li > a {
  height: 2em;
  line-height: 2;
  padding: 0 .75em;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-width: 1px;
}
.tab-headers li {
  margin-right: .2em;
  position: relative;
  bottom: -1px;
  z-index: 10;
}
.tab-headers .active a,
.tab-headers a:hover {
  background-color: none;
  border-width: 1px;
  border-bottom-color: #f1f1f1;
}
.unit-tabbed-content,
.unit-tabbed-content--acordion {
  *zoom: 1;
}
.unit-tabbed-content:before,
.unit-tabbed-content--acordion:before,
.unit-tabbed-content:after,
.unit-tabbed-content--acordion:after {
  content: " ";
  display: table;
}
.unit-tabbed-content:after,
.unit-tabbed-content--acordion:after {
  clear: both;
}
.unit-tabbed-content:before,
.unit-tabbed-content--acordion:before,
.unit-tabbed-content:after,
.unit-tabbed-content--acordion:after {
  content: " ";
  display: table;
}
.unit-tabbed-content:after,
.unit-tabbed-content--acordion:after {
  clear: both;
}
.unit-tabbed-content ul,
.unit-tabbed-content--acordion ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-tabbed-content ul:before,
.unit-tabbed-content--acordion ul:before,
.unit-tabbed-content ul:after,
.unit-tabbed-content--acordion ul:after {
  content: " ";
  display: table;
}
.unit-tabbed-content ul:after,
.unit-tabbed-content--acordion ul:after {
  clear: both;
}
.unit-tabbed-content ul:before,
.unit-tabbed-content--acordion ul:before,
.unit-tabbed-content ul:after,
.unit-tabbed-content--acordion ul:after {
  content: " ";
  display: table;
}
.unit-tabbed-content ul:after,
.unit-tabbed-content--acordion ul:after {
  clear: both;
}
.unit-tabbed-content ul li,
.unit-tabbed-content--acordion ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-tabbed-content ul li > a,
.unit-tabbed-content--acordion ul li > a {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  padding-bottom: .5em;
  margin-bottom: .5em;
  cursor: default;
}
.unit-tabbed-content .tab-content,
.unit-tabbed-content--acordion .tab-content {
  margin-bottom: 1em;
}
.unit-tabbed-content .tab-content table,
.unit-tabbed-content--acordion .tab-content table {
  width: 100% !important;
}
@media only screen and (min-width: 30em) {
  .unit-tabbed-content ul,
  .unit-tabbed-content--acordion ul {
    position: relative;
  }
  .unit-tabbed-content ul li,
  .unit-tabbed-content--acordion ul li {
    display: inline;
    font-size: 0;
  }
  .unit-tabbed-content ul li > a,
  .unit-tabbed-content--acordion ul li > a {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "futura-pt", "Open Sans", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    height: 2em;
    line-height: 2;
    margin: 0 1px 0 0;
    padding: 0 1em;
    background-color: #f1f1f1;
  }
  .unit-tabbed-content ul li:first-child > a,
  .unit-tabbed-content--acordion ul li:first-child > a {
    border-radius: 30px 0 0 30px;
    padding: 0 1em 0 1.5em;
  }
  .unit-tabbed-content ul li:last-child > a,
  .unit-tabbed-content--acordion ul li:last-child > a {
    border-radius: 0 30px 30px 0;
    padding: 0 1.5em 0 1em;
  }
  .unit-tabbed-content ul li.active > a,
  .unit-tabbed-content--acordion ul li.active > a,
  .unit-tabbed-content ul li > a:hover,
  .unit-tabbed-content--acordion ul li > a:hover {
    color: #ffffff;
    background-color: #ff3600;
  }
  .unit-tabbed-content .tab-content,
  .unit-tabbed-content--acordion .tab-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    float: left;
    padding: 2.5% 0;
    position: relative;
    width: 100%;
  }
  .unit-tabbed-content .active .tab-content,
  .unit-tabbed-content--acordion .active .tab-content {
    display: block;
  }
}
.unit-tabbed-content--acordion ul li > a {
  cursor: pointer;
  padding: .6em .75em;
  background-color: #f1f1f1;
}
.unit-tabbed-content--acordion ul li.active > a,
.unit-tabbed-content--acordion ul li > a:hover {
  color: #ffffff;
  background-color: #ff3600;
}
.unit-tabbed-content--acordion .tab-content {
  display: none;
}
.unit-tabbed-content--acordion .active .tab-content {
  display: block;
}
@media only screen and (min-width: 30em) {
  .unit-tabbed-content--acordion ul li > a {
    padding: 0 1em;
  }
}
/*  ========================================================================== */
/*  @group Features */
/*  ========================================================================== */
/**
     * Single feature box
     */
.unit-feature-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.unit-feature-box h1,
.unit-feature-box h2,
.unit-feature-box h3,
.unit-feature-box h4,
.unit-feature-box h5,
.unit-feature-box h6 {
  color: #ffffff;
}
.unit-feature-box h1 strong,
.unit-feature-box h2 strong,
.unit-feature-box h3 strong,
.unit-feature-box h4 strong,
.unit-feature-box h5 strong,
.unit-feature-box h6 strong {
  color: #e6e6e6;
}
.unit-feature-box a {
  color: #ffffff;
}
.unit-feature-box a:visited {
  color: #ffffff;
}
.unit-feature-box a:active {
  color: #ffffff;
}
.unit-feature-box a:hover {
  color: #ffffff;
}
.unit-feature-box .media {
  margin-bottom: 0;
}
.unit-feature-box .body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-repeat: repeat-x;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.unit-feature-box .header {
  padding: .75em 1em;
}
.unit-feature-box .title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
/**
     * Area feature boxes
     */
@media screen and (min-width: 30em) {
  .area-feature-boxes,
  .area-feature-boxes--secondary {
    *zoom: 1;
    width: 100%;
  }
  .area-feature-boxes:before,
  .area-feature-boxes--secondary:before,
  .area-feature-boxes:after,
  .area-feature-boxes--secondary:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes:after,
  .area-feature-boxes--secondary:after {
    clear: both;
  }
  .area-feature-boxes:before,
  .area-feature-boxes--secondary:before,
  .area-feature-boxes:after,
  .area-feature-boxes--secondary:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes:after,
  .area-feature-boxes--secondary:after {
    clear: both;
  }
  .area-feature-boxes .unit-block,
  .area-feature-boxes--secondary .unit-block {
    *zoom: 1;
    display: inline;
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .area-feature-boxes .unit-block:before,
  .area-feature-boxes--secondary .unit-block:before,
  .area-feature-boxes .unit-block:after,
  .area-feature-boxes--secondary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes .unit-block:after,
  .area-feature-boxes--secondary .unit-block:after {
    clear: both;
  }
  .area-feature-boxes .unit-block:before,
  .area-feature-boxes--secondary .unit-block:before,
  .area-feature-boxes .unit-block:after,
  .area-feature-boxes--secondary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes .unit-block:after,
  .area-feature-boxes--secondary .unit-block:after {
    clear: both;
  }
  .area-feature-boxes .unit-block.end,
  .area-feature-boxes--secondary .unit-block.end {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .area-feature-boxes,
  .area-feature-boxes--secondary {
    *zoom: 1;
    width: 100%;
  }
  .area-feature-boxes:before,
  .area-feature-boxes--secondary:before,
  .area-feature-boxes:after,
  .area-feature-boxes--secondary:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes:after,
  .area-feature-boxes--secondary:after {
    clear: both;
  }
  .area-feature-boxes:before,
  .area-feature-boxes--secondary:before,
  .area-feature-boxes:after,
  .area-feature-boxes--secondary:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes:after,
  .area-feature-boxes--secondary:after {
    clear: both;
  }
  .area-feature-boxes .unit-block,
  .area-feature-boxes--secondary .unit-block {
    *zoom: 1;
    display: inline;
    float: left;
    width: 23.5%;
    margin-right: 2%;
  }
  .area-feature-boxes .unit-block:before,
  .area-feature-boxes--secondary .unit-block:before,
  .area-feature-boxes .unit-block:after,
  .area-feature-boxes--secondary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes .unit-block:after,
  .area-feature-boxes--secondary .unit-block:after {
    clear: both;
  }
  .area-feature-boxes .unit-block:before,
  .area-feature-boxes--secondary .unit-block:before,
  .area-feature-boxes .unit-block:after,
  .area-feature-boxes--secondary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes .unit-block:after,
  .area-feature-boxes--secondary .unit-block:after {
    clear: both;
  }
  .area-feature-boxes .unit-block.end,
  .area-feature-boxes--secondary .unit-block.end {
    margin-right: 2%;
  }
  .area-feature-boxes .unit-block.last,
  .area-feature-boxes--secondary .unit-block.last {
    margin-right: 0;
  }
}
@media screen and (min-width: 30em) {
  .area-feature-boxes--primary {
    *zoom: 1;
    width: 100%;
  }
  .area-feature-boxes--primary:before,
  .area-feature-boxes--primary:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes--primary:after {
    clear: both;
  }
  .area-feature-boxes--primary:before,
  .area-feature-boxes--primary:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes--primary:after {
    clear: both;
  }
  .area-feature-boxes--primary .unit-block {
    *zoom: 1;
    display: inline;
    float: left;
    width: 100%;
    margin-right: 2%;
  }
  .area-feature-boxes--primary .unit-block:before,
  .area-feature-boxes--primary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes--primary .unit-block:after {
    clear: both;
  }
  .area-feature-boxes--primary .unit-block:before,
  .area-feature-boxes--primary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes--primary .unit-block:after {
    clear: both;
  }
  .area-feature-boxes--primary .unit-block.end {
    margin-right: 0;
  }
}
@media screen and (min-width: 40em) {
  .area-feature-boxes--primary {
    *zoom: 1;
    width: 100%;
  }
  .area-feature-boxes--primary:before,
  .area-feature-boxes--primary:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes--primary:after {
    clear: both;
  }
  .area-feature-boxes--primary:before,
  .area-feature-boxes--primary:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes--primary:after {
    clear: both;
  }
  .area-feature-boxes--primary .unit-block {
    *zoom: 1;
    display: inline;
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .area-feature-boxes--primary .unit-block:before,
  .area-feature-boxes--primary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes--primary .unit-block:after {
    clear: both;
  }
  .area-feature-boxes--primary .unit-block:before,
  .area-feature-boxes--primary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-feature-boxes--primary .unit-block:after {
    clear: both;
  }
  .area-feature-boxes--primary .unit-block.end {
    margin-right: 2%;
  }
  .area-feature-boxes--primary .unit-block.last {
    margin-right: 0;
  }
}
.paramount-production-features .view-all-events {
  padding-bottom: 1.25em;
}
.paramount-production-features .view-all-events a {
  float: right;
  color: #fff;
  font-family: "futura-pt", "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  background: #630109;
}
.paramount-production-features .view-all-events a:hover {
  background: #4a0007;
}
/*  ========================================================================== */
/*  @group Page Content */
/*  ========================================================================== */
.unit-page-header {
  padding: 0.5em 0 1em 0;
}
.type-information-holder .unit-page-header {
  border-bottom: 1px solid #ececec;
  margin-bottom: 1em;
}
.unit-page-header .page-title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1;
  margin: 0;
}
.unit-page-header.has-avatar .avatar {
  display: none;
}
.unit-page-header.has-avatar .title {
  margin: 0;
}
@media only screen and (min-width: 30em) {
  .unit-page-header.has-avatar .avatar,
  .unit-page-header.has-avatar .body {
    display: inline-block;
    vertical-align: top;
  }
  .unit-page-header.has-avatar .avatar {
    position: relative;
    top: 0px;
    margin-right: .5em;
  }
  .unit-page-header .page-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 48em) {
  .unit-page-header .page-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.unit-page-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.25em;
}
.unit-page-content .feature {
  background-color: #687982;
  padding: 1.25em;
  color: #fff;
  margin: .75em 0;
}
#page-content h1 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 30em) {
  #page-content h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 48em) {
  #page-content h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.section-header {
  *zoom: 1;
  margin: 1em 0 1.5em;
}
.section-header:before,
.section-header:after {
  content: " ";
  display: table;
}
.section-header:after {
  clear: both;
}
.section-header:before,
.section-header:after {
  content: " ";
  display: table;
}
.section-header:after {
  clear: both;
}
.section-header .section-title {
  margin: 0 0 .25em 0;
}
.section-header .button-group {
  display: table;
  width: 100%;
}
.section-header .button-group .btn {
  display: table-cell;
  width: 50%;
}
@media screen and (min-width: 30em) {
  .section-header .section-title {
    float: left;
    margin: 0;
  }
  .section-header .button-group {
    float: right;
    width: auto;
    margin-top: .5em;
  }
  .section-header .button-group .btn {
    width: auto;
    padding-right: 1.5em;
  }
  .section-header .button-group .btn:first-child {
    padding-left: 1.5em;
    padding-right: .75em;
  }
}
/*  ========================================================================== */
/*  @group Productions */
/*  ========================================================================== */
.unit-production-entry,
.unit-production-details {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.unit-production-entry .production-link,
.unit-production-details .production-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.unit-production-entry .production-link span,
.unit-production-details .production-link span {
  text-indent: -99999px;
  display: block;
}
.unit-production-entry .title,
.unit-production-details .title {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
}
.unit-production-entry .title a,
.unit-production-details .title a {
  color: #444444;
}
.unit-production-entry .prefix,
.unit-production-details .prefix,
.unit-production-entry .suffix,
.unit-production-details .suffix {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  font-family: "futura-pt", "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.unit-production-entry .has-prefix .title,
.unit-production-details .has-prefix .title {
  margin-top: -0.1em;
}
.unit-production-entry .category,
.unit-production-details .category {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.unit-production-entry .header,
.unit-production-details .header {
  margin-bottom: 0.5em;
}
.unit-production-entry .meta,
.unit-production-details .meta {
  margin-bottom: .5em;
  line-height: 1.3;
}
.unit-production-entry .date-description,
.unit-production-details .date-description,
.unit-production-entry .venue,
.unit-production-details .venue {
  margin-bottom: 0;
}
.unit-production-entry .date-description,
.unit-production-details .date-description {
  font-size: 14px;
  font-size: 0.875rem;
}
.unit-production-entry .description,
.unit-production-details .description {
  font-style: italic;
}
.area-production-list .unit-production-entry:hover {
  background-color: #dfdfdf;
}
/*  ========================================================================== */
/*  @group Productions - Area Production List */
/*  ========================================================================== */
.area-production-list {
  margin-bottom: .5em;
}
.area-production-list .unit-production-entry {
  background-color: #ffffff;
  margin: 0 0 2px 0;
}
.area-production-list .unit-production-entry .media,
.area-production-list .unit-production-entry .body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.area-production-list .unit-production-entry .media {
  margin-bottom: 0;
}
.area-production-list .unit-production-entry .body {
  padding: .6em 1em;
}
/*  ========================================================================== */
/*  @group Productions - Production Details */
/*  ========================================================================== */
.area-production-details {
  color: #ffffff;
  background-color: #414b51;
  margin-bottom: 1.25em;
}
.area-production-details h1,
.area-production-details h2,
.area-production-details h3,
.area-production-details h4,
.area-production-details h5,
.area-production-details h6 {
  color: #ffffff;
}
.area-production-details h1 strong,
.area-production-details h2 strong,
.area-production-details h3 strong,
.area-production-details h4 strong,
.area-production-details h5 strong,
.area-production-details h6 strong {
  color: #e6e6e6;
}
.area-production-details a {
  color: #ffffff;
}
.area-production-details a:visited {
  color: #ffffff;
}
.area-production-details a:active {
  color: #ffffff;
}
.area-production-details a:hover {
  color: #ffffff;
}
.unit-production-details {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.unit-production-details img {
  width: 100%;
}
.unit-production-details .body {
  *zoom: 1;
  width: 93%;
  min-width: 0;
  max-width: 1152px;
  margin: 0 auto;
}
.unit-production-details .body:before,
.unit-production-details .body:after {
  content: " ";
  display: table;
}
.unit-production-details .body:after {
  clear: both;
}
.unit-production-details .body:before,
.unit-production-details .body:after {
  content: " ";
  display: table;
}
.unit-production-details .body:after {
  clear: both;
}
@media only screen and (min-width: 30em) {
  .unit-production-details .body {
    width: 95%;
  }
}
.unit-production-details .unit-media,
.unit-production-details .body {
  margin-bottom: .5em;
}
.unit-production-details .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  margin: 0;
}
.unit-production-details .prefix,
.unit-production-details .suffix {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 500;
  color: #c9d0d4;
}
.unit-production-details .area-booking-tools {
  padding: 0.5em 0;
}
.unit-production-details .area-series-description {
  padding: 0.5em 0;
  color: #c9d0d4;
}
.unit-production-details .area-series-description a {
  font-weight: bold;
  color: #fff;
}
.unit-production-details .date-description {
  margin-bottom: .75em;
  font-size: 21px;
  font-size: 1.3125rem;
}
.unit-production-details .body .meta {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #6e7f8a;
  padding: 0 0 2.5em 0;
  margin: 1em 0;
  font-weight: normal;
}
.unit-production-details .body .meta span {
  font-weight: normal;
  padding: 0 2px 0 0;
}
@media only screen and (min-width: 30em) {
  .unit-production-details .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .unit-production-details .prefix,
  .unit-production-details .suffix {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .unit-production-details .date-description {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 48em) {
  .unit-production-details {
    *zoom: 1;
    width: 100%;
    width: 95%;
  }
  .unit-production-details:before,
  .unit-production-details:after {
    content: " ";
    display: table;
  }
  .unit-production-details:after {
    clear: both;
  }
  .unit-production-details:before,
  .unit-production-details:after {
    content: " ";
    display: table;
  }
  .unit-production-details:after {
    clear: both;
  }
  .unit-production-details .unit-media {
    *zoom: 1;
    display: inline;
    float: left;
    width: 57.5%;
    margin-right: 2%;
    margin-right: 0;
    float: right;
    margin-bottom: 0;
  }
  .unit-production-details .unit-media:before,
  .unit-production-details .unit-media:after {
    content: " ";
    display: table;
  }
  .unit-production-details .unit-media:after {
    clear: both;
  }
  .unit-production-details .unit-media:before,
  .unit-production-details .unit-media:after {
    content: " ";
    display: table;
  }
  .unit-production-details .unit-media:after {
    clear: both;
  }
  .unit-production-details .unit-media .meta {
    margin: 0;
  }
  .unit-production-details .body {
    *zoom: 1;
    display: inline;
    width: 40.5%;
    margin-right: 2%;
    float: left;
    margin-top: 3em;
  }
  .unit-production-details .body:before,
  .unit-production-details .body:after {
    content: " ";
    display: table;
  }
  .unit-production-details .body:after {
    clear: both;
  }
  .unit-production-details .body:before,
  .unit-production-details .body:after {
    content: " ";
    display: table;
  }
  .unit-production-details .body:after {
    clear: both;
  }
  .unit-production-details .title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .unit-production-details .prefix,
  .unit-production-details .suffix {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .unit-production-details .date-description {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 70em) {
  .unit-production-details .unit-media {
    *zoom: 1;
    display: inline;
    float: left;
    width: 44.75%;
    margin-right: 2%;
    margin-right: 0;
    float: right;
    margin-right: -5.5%;
    margin-bottom: 0;
  }
  .unit-production-details .unit-media:before,
  .unit-production-details .unit-media:after {
    content: " ";
    display: table;
  }
  .unit-production-details .unit-media:after {
    clear: both;
  }
  .unit-production-details .unit-media:before,
  .unit-production-details .unit-media:after {
    content: " ";
    display: table;
  }
  .unit-production-details .unit-media:after {
    clear: both;
  }
  .unit-production-details .unit-media .meta {
    margin: 0;
  }
  .unit-production-details .body {
    *zoom: 1;
    display: inline;
    width: 57.5%;
    margin-right: 2%;
    float: left;
    margin-top: 3em;
  }
  .unit-production-details .body:before,
  .unit-production-details .body:after {
    content: " ";
    display: table;
  }
  .unit-production-details .body:after {
    clear: both;
  }
  .unit-production-details .body:before,
  .unit-production-details .body:after {
    content: " ";
    display: table;
  }
  .unit-production-details .body:after {
    clear: both;
  }
}
/*  ========================================================================== */
/*  @group Productions - Area Production Features */
/*  ========================================================================== */
.area-production-features,
.area-production-features--primary,
.area-production-features--secondary {
  padding-top: 1.25em;
}
.area-production-features .unit-block,
.area-production-features--primary .unit-block,
.area-production-features--secondary .unit-block,
.area-production-features .unit-block.has-image,
.area-production-features--primary .unit-block.has-image,
.area-production-features--secondary .unit-block.has-image {
  position: relative;
}
.area-production-features .unit-block.end,
.area-production-features--primary .unit-block.end,
.area-production-features--secondary .unit-block.end,
.area-production-features .unit-block.has-image.end,
.area-production-features--primary .unit-block.has-image.end,
.area-production-features--secondary .unit-block.has-image.end {
  margin-right: 0;
}
.area-production-features .unit-block .body,
.area-production-features--primary .unit-block .body,
.area-production-features--secondary .unit-block .body,
.area-production-features .unit-block.has-image .body,
.area-production-features--primary .unit-block.has-image .body,
.area-production-features--secondary .unit-block.has-image .body,
.area-production-features .unit-block .media,
.area-production-features--primary .unit-block .media,
.area-production-features--secondary .unit-block .media,
.area-production-features .unit-block.has-image .media,
.area-production-features--primary .unit-block.has-image .media,
.area-production-features--secondary .unit-block.has-image .media {
  clear: both;
  float: none;
  width: 100%;
  margin: 0 0 1.25em 0;
}
.area-production-features .unit-block .body,
.area-production-features--primary .unit-block .body,
.area-production-features--secondary .unit-block .body,
.area-production-features .unit-block.has-image .body,
.area-production-features--primary .unit-block.has-image .body,
.area-production-features--secondary .unit-block.has-image .body,
.area-production-features .unit-block .header,
.area-production-features--primary .unit-block .header,
.area-production-features--secondary .unit-block .header,
.area-production-features .unit-block.has-image .header,
.area-production-features--primary .unit-block.has-image .header,
.area-production-features--secondary .unit-block.has-image .header {
  margin: 0;
}
.area-production-features .unit-block .body,
.area-production-features--primary .unit-block .body,
.area-production-features--secondary .unit-block .body,
.area-production-features .unit-block.has-image .body,
.area-production-features--primary .unit-block.has-image .body,
.area-production-features--secondary .unit-block.has-image .body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: 0;
  padding: .75em 1em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.8);
}
.area-production-features .unit-block .body h1,
.area-production-features--primary .unit-block .body h1,
.area-production-features--secondary .unit-block .body h1,
.area-production-features .unit-block.has-image .body h1,
.area-production-features--primary .unit-block.has-image .body h1,
.area-production-features--secondary .unit-block.has-image .body h1,
.area-production-features .unit-block .body h2,
.area-production-features--primary .unit-block .body h2,
.area-production-features--secondary .unit-block .body h2,
.area-production-features .unit-block.has-image .body h2,
.area-production-features--primary .unit-block.has-image .body h2,
.area-production-features--secondary .unit-block.has-image .body h2,
.area-production-features .unit-block .body h3,
.area-production-features--primary .unit-block .body h3,
.area-production-features--secondary .unit-block .body h3,
.area-production-features .unit-block.has-image .body h3,
.area-production-features--primary .unit-block.has-image .body h3,
.area-production-features--secondary .unit-block.has-image .body h3,
.area-production-features .unit-block .body h4,
.area-production-features--primary .unit-block .body h4,
.area-production-features--secondary .unit-block .body h4,
.area-production-features .unit-block.has-image .body h4,
.area-production-features--primary .unit-block.has-image .body h4,
.area-production-features--secondary .unit-block.has-image .body h4,
.area-production-features .unit-block .body h5,
.area-production-features--primary .unit-block .body h5,
.area-production-features--secondary .unit-block .body h5,
.area-production-features .unit-block.has-image .body h5,
.area-production-features--primary .unit-block.has-image .body h5,
.area-production-features--secondary .unit-block.has-image .body h5,
.area-production-features .unit-block .body h6,
.area-production-features--primary .unit-block .body h6,
.area-production-features--secondary .unit-block .body h6,
.area-production-features .unit-block.has-image .body h6,
.area-production-features--primary .unit-block.has-image .body h6,
.area-production-features--secondary .unit-block.has-image .body h6 {
  color: #ffffff;
}
.area-production-features .unit-block .body h1 strong,
.area-production-features--primary .unit-block .body h1 strong,
.area-production-features--secondary .unit-block .body h1 strong,
.area-production-features .unit-block.has-image .body h1 strong,
.area-production-features--primary .unit-block.has-image .body h1 strong,
.area-production-features--secondary .unit-block.has-image .body h1 strong,
.area-production-features .unit-block .body h2 strong,
.area-production-features--primary .unit-block .body h2 strong,
.area-production-features--secondary .unit-block .body h2 strong,
.area-production-features .unit-block.has-image .body h2 strong,
.area-production-features--primary .unit-block.has-image .body h2 strong,
.area-production-features--secondary .unit-block.has-image .body h2 strong,
.area-production-features .unit-block .body h3 strong,
.area-production-features--primary .unit-block .body h3 strong,
.area-production-features--secondary .unit-block .body h3 strong,
.area-production-features .unit-block.has-image .body h3 strong,
.area-production-features--primary .unit-block.has-image .body h3 strong,
.area-production-features--secondary .unit-block.has-image .body h3 strong,
.area-production-features .unit-block .body h4 strong,
.area-production-features--primary .unit-block .body h4 strong,
.area-production-features--secondary .unit-block .body h4 strong,
.area-production-features .unit-block.has-image .body h4 strong,
.area-production-features--primary .unit-block.has-image .body h4 strong,
.area-production-features--secondary .unit-block.has-image .body h4 strong,
.area-production-features .unit-block .body h5 strong,
.area-production-features--primary .unit-block .body h5 strong,
.area-production-features--secondary .unit-block .body h5 strong,
.area-production-features .unit-block.has-image .body h5 strong,
.area-production-features--primary .unit-block.has-image .body h5 strong,
.area-production-features--secondary .unit-block.has-image .body h5 strong,
.area-production-features .unit-block .body h6 strong,
.area-production-features--primary .unit-block .body h6 strong,
.area-production-features--secondary .unit-block .body h6 strong,
.area-production-features .unit-block.has-image .body h6 strong,
.area-production-features--primary .unit-block.has-image .body h6 strong,
.area-production-features--secondary .unit-block.has-image .body h6 strong {
  color: #e6e6e6;
}
.area-production-features .unit-block .body a,
.area-production-features--primary .unit-block .body a,
.area-production-features--secondary .unit-block .body a,
.area-production-features .unit-block.has-image .body a,
.area-production-features--primary .unit-block.has-image .body a,
.area-production-features--secondary .unit-block.has-image .body a {
  color: #ffffff;
}
.area-production-features .unit-block .body a:visited,
.area-production-features--primary .unit-block .body a:visited,
.area-production-features--secondary .unit-block .body a:visited,
.area-production-features .unit-block.has-image .body a:visited,
.area-production-features--primary .unit-block.has-image .body a:visited,
.area-production-features--secondary .unit-block.has-image .body a:visited {
  color: #ffffff;
}
.area-production-features .unit-block .body a:active,
.area-production-features--primary .unit-block .body a:active,
.area-production-features--secondary .unit-block .body a:active,
.area-production-features .unit-block.has-image .body a:active,
.area-production-features--primary .unit-block.has-image .body a:active,
.area-production-features--secondary .unit-block.has-image .body a:active {
  color: #ffffff;
}
.area-production-features .unit-block .body a:hover,
.area-production-features--primary .unit-block .body a:hover,
.area-production-features--secondary .unit-block .body a:hover,
.area-production-features .unit-block.has-image .body a:hover,
.area-production-features--primary .unit-block.has-image .body a:hover,
.area-production-features--secondary .unit-block.has-image .body a:hover {
  color: #ffffff;
}
.area-production-features .unit-block .title,
.area-production-features--primary .unit-block .title,
.area-production-features--secondary .unit-block .title,
.area-production-features .unit-block.has-image .title,
.area-production-features--primary .unit-block.has-image .title,
.area-production-features--secondary .unit-block.has-image .title {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: .5em;
}
.area-production-features .unit-block .date-description,
.area-production-features--primary .unit-block .date-description,
.area-production-features--secondary .unit-block .date-description,
.area-production-features .unit-block.has-image .date-description,
.area-production-features--primary .unit-block.has-image .date-description,
.area-production-features--secondary .unit-block.has-image .date-description {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 30em) {
  .area-production-features .unit-block,
  .area-production-features--secondary .unit-block {
    *zoom: 1;
    display: inline;
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .area-production-features .unit-block:before,
  .area-production-features--secondary .unit-block:before,
  .area-production-features .unit-block:after,
  .area-production-features--secondary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-production-features .unit-block:after,
  .area-production-features--secondary .unit-block:after {
    clear: both;
  }
  .area-production-features .unit-block:before,
  .area-production-features--secondary .unit-block:before,
  .area-production-features .unit-block:after,
  .area-production-features--secondary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-production-features .unit-block:after,
  .area-production-features--secondary .unit-block:after {
    clear: both;
  }
  .area-production-features .unit-block.end,
  .area-production-features--secondary .unit-block.end {
    margin-right: 0;
  }
  .area-production-features .unit-block.even,
  .area-production-features--secondary .unit-block.even {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .area-production-features .unit-block,
  .area-production-features--secondary .unit-block {
    *zoom: 1;
    display: inline;
    float: left;
    width: 23.5%;
    margin-right: 2%;
  }
  .area-production-features .unit-block:before,
  .area-production-features--secondary .unit-block:before,
  .area-production-features .unit-block:after,
  .area-production-features--secondary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-production-features .unit-block:after,
  .area-production-features--secondary .unit-block:after {
    clear: both;
  }
  .area-production-features .unit-block:before,
  .area-production-features--secondary .unit-block:before,
  .area-production-features .unit-block:after,
  .area-production-features--secondary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-production-features .unit-block:after,
  .area-production-features--secondary .unit-block:after {
    clear: both;
  }
  .area-production-features .unit-block.even,
  .area-production-features--secondary .unit-block.even {
    margin-right: 2%;
  }
  .area-production-features .unit-block.end,
  .area-production-features--secondary .unit-block.end {
    margin-right: 0;
  }
}
@media screen and (max-width: 30em) {
  .area-production-features--secondary {
    padding: 0 0 1.125em 0;
    border-top: 2px solid #8e9ba1;
  }
  .area-production-features--secondary .unit-block,
  .area-production-features--secondary .unit-block.has-image {
    border-bottom: 2px solid #8e9ba1;
    margin: 0;
  }
  .area-production-features--secondary .unit-block .media,
  .area-production-features--secondary .unit-block.has-image .media {
    width: 25%;
    float: left;
    display: inline-block;
    clear: none;
    margin: 0;
  }
  .area-production-features--secondary .unit-block .body,
  .area-production-features--secondary .unit-block.has-image .body {
    background: none;
    position: relative;
    width: 62%;
    display: inline-block;
  }
}
@media screen and (max-width: 30em) {
  .area-production-features--primary .unit-block {
    height: 260px;
    overflow: hidden;
  }
  .area-production-features--primary .unit-block .media {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 48em) {
  .area-production-features--primary .unit-block.end {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 30em) {
  .area-production-features--primary .unit-block {
    *zoom: 1;
    display: inline;
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .area-production-features--primary .unit-block:before,
  .area-production-features--primary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-production-features--primary .unit-block:after {
    clear: both;
  }
  .area-production-features--primary .unit-block:before,
  .area-production-features--primary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-production-features--primary .unit-block:after {
    clear: both;
  }
  .area-production-features--primary .unit-block.end {
    margin-right: 0;
  }
  .area-production-features--primary .unit-block.even {
    margin-right: 0;
  }
  .area-production-features--primary .unit-block.last {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .area-production-features--primary .unit-block {
    *zoom: 1;
    display: inline;
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .area-production-features--primary .unit-block:before,
  .area-production-features--primary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-production-features--primary .unit-block:after {
    clear: both;
  }
  .area-production-features--primary .unit-block:before,
  .area-production-features--primary .unit-block:after {
    content: " ";
    display: table;
  }
  .area-production-features--primary .unit-block:after {
    clear: both;
  }
  .area-production-features--primary .unit-block.end {
    margin-right: 2%;
  }
  .area-production-features--primary .unit-block.even {
    margin-right: 2%;
  }
  .area-production-features--primary .unit-block.last {
    margin-right: 0;
  }
}
/*  ========================================================================== */
/*  @group Productions - Related Productions */
/*  ========================================================================== */
.tertiary-content .area-production-features--secondary {
  padding-top: 1.25em;
  background-color: #414b51;
}
.type-home-page .tertiary-content .area-production-features--secondary {
  padding-top: 0;
}
/*  ========================================================================== */
/*  @group Series - Area Upcoming/Previous Events */
/*  ========================================================================== */
.area-series-upcoming-events,
.area-series-previous-events {
  margin-bottom: 1em;
}
.area-series-upcoming-events > h2,
.area-series-previous-events > h2 {
  margin: 30px 0 10px 0;
}
.area-series-upcoming-events .unit-production-entry,
.area-series-previous-events .unit-production-entry {
  background-color: #ffffff;
  margin: 0 0 2px 0;
}
.area-series-upcoming-events .unit-production-entry .media,
.area-series-previous-events .unit-production-entry .media,
.area-series-upcoming-events .unit-production-entry .body,
.area-series-previous-events .unit-production-entry .body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.area-series-upcoming-events .unit-production-entry .media,
.area-series-previous-events .unit-production-entry .media {
  margin-bottom: 0;
}
.area-series-upcoming-events .unit-production-entry .body,
.area-series-previous-events .unit-production-entry .body {
  padding: .6em 1em;
}
/*  ========================================================================== */
/*  @group Series - Production Details */
/*  ========================================================================== */
.unit-production-details .series-description {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #6e7f8a;
  padding: 0 0 2.5em 0;
  margin: 1em 0;
  font-weight: normal;
}
.unit-production-details .series-description span {
  font-weight: normal;
  padding: 0 2px 0 0;
}
/*  ========================================================================== */
/*  @group Series - Aside */
/*  ========================================================================== */
.unit-aside-other-series {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-aside-other-series .aside-title-series {
  margin: 30px 0 10px 0;
}
.unit-aside-other-series:before,
.unit-aside-other-series:after {
  content: " ";
  display: table;
}
.unit-aside-other-series:after {
  clear: both;
}
.unit-aside-other-series:before,
.unit-aside-other-series:after {
  content: " ";
  display: table;
}
.unit-aside-other-series:after {
  clear: both;
}
.unit-aside-other-series li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-aside-other-series ul {
  margin-bottom: 0;
}
.unit-aside-other-series li {
  display: block;
  font-weight: normal;
  margin-bottom: 1px;
}
.unit-aside-other-series li:last-child {
  border-bottom: 0 none;
}
.unit-aside-other-series li > a {
  display: block;
  padding: .6em .75em;
  background-color: #fff;
  font-family: "futura-pt", "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.unit-aside-other-series li.first a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.unit-aside-other-series li.last a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.back-to-series {
  margin: 0 0 1.75em 0;
  width: 100%;
  text-align: left;
}
/*  ========================================================================== */
/*  @group News */
/*  ========================================================================== */
.section-news-and-blogs .section-header {
  margin: 1em 0 1em;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ececec;
}
.section-news-and-blogs .unit-page-header {
  margin: 1em 0 1em;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #ececec;
}
.section-news-and-blogs .unit-page-header .title {
  line-height: 1.1em;
}
.section-news-and-blogs .rss-link {
  display: block;
  float: left;
  margin: 4px;
}
.section-news-and-blogs .rss-link .icon-rss {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  height: 25px;
  width: 25px;
  display: block;
  background: url("../images/icon-rss.png") no-repeat center center;
}
.section-news-and-blogs .rss-link .icon-rss:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.svg .section-news-and-blogs .rss-link .icon-rss {
  background: url("../images/icon-rss.svg") no-repeat center center;
  background-size: contain;
}
.section-news-and-blogs .socialShare {
  padding: 0 0 1em 0;
}
.section-news-and-blogs .unit-split-navigation {
  padding: 1em 0 2.5em 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #666;
  font-weight: 500;
}
.section-news-and-blogs .unit-split-navigation a {
  font-weight: 500;
  color: #ff3600;
}
/*  ========================================================================== */
/*  @group New - Articles */
/*  ========================================================================== */
.unit-article {
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  margin-bottom: 1.25em;
  padding: 1em 0;
  border-bottom: 1px solid #e6e7e8;
}
.unit-article:before,
.unit-article:after {
  content: " ";
  display: table;
}
.unit-article:after {
  clear: both;
}
.unit-article:before,
.unit-article:after {
  content: " ";
  display: table;
}
.unit-article:after {
  clear: both;
}
.unit-article.last {
  border-bottom: none;
}
.unit-article .title {
  margin: 0;
}
.unit-article .title,
.unit-article .title a {
  color: #687982;
}
.unit-article .title span,
.unit-article .title a span {
  color: #000;
}
.unit-article .article-type {
  color: #3b4449;
}
.unit-article .meta {
  clear: both;
  margin-bottom: .5em;
  color: #687982;
}
.unit-article .meta a {
  color: #687982;
}
.unit-article .has-avatar .avatar {
  display: none;
}
.unit-article .media {
  display: block;
  margin-bottom: 1em;
}
.unit-article .media img {
  width: 100%;
}
@media only screen and (min-width: 30em) {
  .unit-article .has-avatar .avatar,
  .unit-article .has-avatar .title {
    display: inline-block;
    vertical-align: top;
  }
  .unit-article .has-avatar .avatar {
    margin-right: .5em;
  }
  .unit-article .has-avatar .meta {
    margin-top: .5em;
  }
  .unit-article.has-image {
    *zoom: 1;
    width: 100%;
  }
  .unit-article.has-image:before,
  .unit-article.has-image:after {
    content: " ";
    display: table;
  }
  .unit-article.has-image:after {
    clear: both;
  }
  .unit-article.has-image:before,
  .unit-article.has-image:after {
    content: " ";
    display: table;
  }
  .unit-article.has-image:after {
    clear: both;
  }
  .unit-article.has-image .body {
    *zoom: 1;
    display: inline;
    float: left;
    width: 74.5%;
    margin-right: 2%;
    margin-right: 0;
    float: right;
  }
  .unit-article.has-image .body:before,
  .unit-article.has-image .body:after {
    content: " ";
    display: table;
  }
  .unit-article.has-image .body:after {
    clear: both;
  }
  .unit-article.has-image .body:before,
  .unit-article.has-image .body:after {
    content: " ";
    display: table;
  }
  .unit-article.has-image .body:after {
    clear: both;
  }
  .unit-article.has-image .media {
    *zoom: 1;
    display: inline;
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
  .unit-article.has-image .media:before,
  .unit-article.has-image .media:after {
    content: " ";
    display: table;
  }
  .unit-article.has-image .media:after {
    clear: both;
  }
  .unit-article.has-image .media:before,
  .unit-article.has-image .media:after {
    content: " ";
    display: table;
  }
  .unit-article.has-image .media:after {
    clear: both;
  }
}
/*  ========================================================================== */
/*  @group Sponsor List */
/*  ========================================================================== */
.unit-sponsors-list {
  margin-bottom: 1.25em;
  *zoom: 1;
  width: 100%;
}
.unit-sponsors-list:before,
.unit-sponsors-list:after {
  content: " ";
  display: table;
}
.unit-sponsors-list:after {
  clear: both;
}
.unit-sponsors-list:before,
.unit-sponsors-list:after {
  content: " ";
  display: table;
}
.unit-sponsors-list:after {
  clear: both;
}
.unit-sponsors-list ul {
  text-align: center;
  margin: 0;
}
.unit-sponsors-list ul li {
  display: block;
  margin: 0.625em 0;
  background: #fff;
}
/*  ========================================================================== */
/*  @group Area Homepage Sponsor List */
/*  ========================================================================== */
.area-homepage-sponsors-list .unit-sponsors-list ul {
  text-align: center;
}
.area-homepage-sponsors-list .unit-sponsors-list ul li {
  *zoom: 1;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 2%;
  display: block;
  margin: 0 0 0.625em 0;
  float: none;
  padding: 5px 0;
}
.area-homepage-sponsors-list .unit-sponsors-list ul li:before,
.area-homepage-sponsors-list .unit-sponsors-list ul li:after {
  content: " ";
  display: table;
}
.area-homepage-sponsors-list .unit-sponsors-list ul li:after {
  clear: both;
}
.area-homepage-sponsors-list .unit-sponsors-list ul li:before,
.area-homepage-sponsors-list .unit-sponsors-list ul li:after {
  content: " ";
  display: table;
}
.area-homepage-sponsors-list .unit-sponsors-list ul li:after {
  clear: both;
}
.area-homepage-sponsors-list .unit-sponsors-list ul li img {
  margin: auto;
  width: 40%;
}
@media only screen and (min-width: 30em) {
  .area-homepage-sponsors-list .unit-sponsors-list {
    background: #fff;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul {
    text-align: center;
    padding: 0.625em 0;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li {
    *zoom: 1;
    display: inline;
    float: left;
    width: 32%;
    margin-right: 2%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 0;
    float: none;
    padding: 5px 0;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:before,
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    content: " ";
    display: table;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    clear: both;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:before,
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    content: " ";
    display: table;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    clear: both;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li img {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (min-width: 48em) {
  .area-homepage-sponsors-list .unit-sponsors-list {
    background: #fff;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul {
    text-align: center;
    padding: 0.625em 0;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li {
    *zoom: 1;
    display: inline;
    float: left;
    width: 32%;
    margin-right: 2%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    float: none;
    margin: 0;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:before,
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    content: " ";
    display: table;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    clear: both;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:before,
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    content: " ";
    display: table;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    clear: both;
  }
}
@media only screen and (min-width: 62.5em) {
  .area-homepage-sponsors-list .unit-sponsors-list {
    background: #fff;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul {
    text-align: center;
    padding: 0.625em 0;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li {
    *zoom: 1;
    display: inline;
    float: left;
    width: 16.0625%;
    margin-right: 2%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 0;
    float: none;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:before,
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    content: " ";
    display: table;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    clear: both;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:before,
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    content: " ";
    display: table;
  }
  .area-homepage-sponsors-list .unit-sponsors-list ul li:after {
    clear: both;
  }
}
/*  ========================================================================== */
/*  @group Area Production Sponsor List */
/*  ========================================================================== */
.area-production-sponsors-list {
  margin: 0;
  border-top: 1px solid #e6e7e8;
  width: 100%;
  padding: 0;
  background: #fff;
}
.area-production-sponsors-list .unit-sponsors-list ul {
  text-align: left;
  margin: 0;
}
.area-production-sponsors-list .unit-sponsors-list ul li {
  *zoom: 1;
  display: inline;
  float: left;
  width: 49%;
  margin-right: 2%;
}
.area-production-sponsors-list .unit-sponsors-list ul li:before,
.area-production-sponsors-list .unit-sponsors-list ul li:after {
  content: " ";
  display: table;
}
.area-production-sponsors-list .unit-sponsors-list ul li:after {
  clear: both;
}
.area-production-sponsors-list .unit-sponsors-list ul li:before,
.area-production-sponsors-list .unit-sponsors-list ul li:after {
  content: " ";
  display: table;
}
.area-production-sponsors-list .unit-sponsors-list ul li:after {
  clear: both;
}
.area-production-sponsors-list .unit-sponsors-list ul li.end {
  margin-right: 0;
}
.area-production-sponsors-list .unit-sponsors-list ul li.even {
  margin-right: 0;
}
.area-production-sponsors-list .unit-sponsors-list ul li a {
  width: 100%;
  display: block;
}
.area-production-sponsors-list .unit-sponsors-list ul li a img {
  display: block;
  width: 80%;
  margin: auto;
}
.area-production-sponsors-list .unit-sponsors-list ul li p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 30em) {
  .area-production-sponsors-list .unit-sponsors-list {
    padding: 10px 0 0 0;
  }
  .area-production-sponsors-list .unit-sponsors-list ul {
    padding: 0.625em 0;
  }
  .area-production-sponsors-list .unit-sponsors-list ul li {
    *zoom: 1;
    display: inline;
    float: left;
    width: 32%;
    margin-right: 2%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 0;
    float: none;
  }
  .area-production-sponsors-list .unit-sponsors-list ul li:before,
  .area-production-sponsors-list .unit-sponsors-list ul li:after {
    content: " ";
    display: table;
  }
  .area-production-sponsors-list .unit-sponsors-list ul li:after {
    clear: both;
  }
  .area-production-sponsors-list .unit-sponsors-list ul li:before,
  .area-production-sponsors-list .unit-sponsors-list ul li:after {
    content: " ";
    display: table;
  }
  .area-production-sponsors-list .unit-sponsors-list ul li:after {
    clear: both;
  }
}
/*  ========================================================================== */
/*  @group Area Stacked Sponsor List */
/*  ========================================================================== */
.area-stacked-sponsors-list {
  margin: 0;
  padding: 0;
}
.area-stacked-sponsors-list .unit-block {
  border-bottom: 1px solid #e6e7e8;
  padding: 1em 0;
  margin: 0;
  list-style: none;
}
.area-stacked-sponsors-list .unit-block .media {
  margin-bottom: 0;
}
@media only screen and (min-width: 30em) {
  .area-stacked-sponsors-list .unit-block.has-image {
    *zoom: 1;
    width: 100%;
  }
  .area-stacked-sponsors-list .unit-block.has-image:before,
  .area-stacked-sponsors-list .unit-block.has-image:after {
    content: " ";
    display: table;
  }
  .area-stacked-sponsors-list .unit-block.has-image:after {
    clear: both;
  }
  .area-stacked-sponsors-list .unit-block.has-image:before,
  .area-stacked-sponsors-list .unit-block.has-image:after {
    content: " ";
    display: table;
  }
  .area-stacked-sponsors-list .unit-block.has-image:after {
    clear: both;
  }
  .area-stacked-sponsors-list .unit-block.has-image .body {
    *zoom: 1;
    display: inline;
    float: left;
    width: 74.5%;
    margin-right: 2%;
    margin-right: 0;
    float: right;
  }
  .area-stacked-sponsors-list .unit-block.has-image .body:before,
  .area-stacked-sponsors-list .unit-block.has-image .body:after {
    content: " ";
    display: table;
  }
  .area-stacked-sponsors-list .unit-block.has-image .body:after {
    clear: both;
  }
  .area-stacked-sponsors-list .unit-block.has-image .body:before,
  .area-stacked-sponsors-list .unit-block.has-image .body:after {
    content: " ";
    display: table;
  }
  .area-stacked-sponsors-list .unit-block.has-image .body:after {
    clear: both;
  }
  .area-stacked-sponsors-list .unit-block.has-image .media {
    *zoom: 1;
    display: inline;
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
  .area-stacked-sponsors-list .unit-block.has-image .media:before,
  .area-stacked-sponsors-list .unit-block.has-image .media:after {
    content: " ";
    display: table;
  }
  .area-stacked-sponsors-list .unit-block.has-image .media:after {
    clear: both;
  }
  .area-stacked-sponsors-list .unit-block.has-image .media:before,
  .area-stacked-sponsors-list .unit-block.has-image .media:after {
    content: " ";
    display: table;
  }
  .area-stacked-sponsors-list .unit-block.has-image .media:after {
    clear: both;
  }
}
/*  ========================================================================== */
/*  @group Lists */
/*  ========================================================================== */
/*  ========================================================================== */
/*  @group Unit Resource List */
/*  ========================================================================== */
.unit-resource-list ul {
  margin: 1.75em 0;
  padding: 0;
  border-top: 1px solid #e6e7e8;
}
.unit-resource-list ul li {
  border-bottom: 1px solid #e6e7e8;
  padding: 1em 0;
  margin: 0;
  list-style: none;
}
.unit-resource-list ul li a {
  text-decoration: none;
  display: block;
  background: url(../images/resource-download.png) left top no-repeat;
  background-size: 40px;
  padding: 0 0 0 50px;
}
.svg .unit-resource-list ul li a {
  background: url(../images/resource-download.svg) left top no-repeat;
  background-size: 40px;
}
.unit-resource-list ul li a h2 {
  color: #687982;
  margin: 0;
}
.unit-resource-list ul li a h2 .font-size(18) span {
  color: #999;
}
.unit-resource-list ul li a p {
  margin: 0.25em 0;
}
@media screen and (min-width: 48em) {
  .unit-resource-list ul h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/*  ========================================================================== */
/*  @group Area Stacked List */
/*  ========================================================================== */
.area-stacked-list {
  margin: 1.75em 0 0 0;
  padding: 0;
  border-top: 1px solid #e6e7e8;
}
.area-stacked-list .unit-block {
  border-bottom: 1px solid #e6e7e8;
  padding: 1em 0;
  margin: 0;
  list-style: none;
}
.area-stacked-list .unit-block .media {
  margin-bottom: 0;
}
.area-stacked-list .unit-block .link-more {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "futura-pt", "Open Sans", sans-serif;
  font-weight: 500;
}
.area-stacked-list .unit-block .link-more:after {
  content: '';
  margin: 0;
}
@media only screen and (min-width: 30em) {
  .area-stacked-list .unit-block.has-image {
    *zoom: 1;
    width: 100%;
  }
  .area-stacked-list .unit-block.has-image:before,
  .area-stacked-list .unit-block.has-image:after {
    content: " ";
    display: table;
  }
  .area-stacked-list .unit-block.has-image:after {
    clear: both;
  }
  .area-stacked-list .unit-block.has-image:before,
  .area-stacked-list .unit-block.has-image:after {
    content: " ";
    display: table;
  }
  .area-stacked-list .unit-block.has-image:after {
    clear: both;
  }
  .area-stacked-list .unit-block.has-image .body {
    *zoom: 1;
    display: inline;
    float: left;
    width: 74.5%;
    margin-right: 2%;
    margin-right: 0;
    float: right;
  }
  .area-stacked-list .unit-block.has-image .body:before,
  .area-stacked-list .unit-block.has-image .body:after {
    content: " ";
    display: table;
  }
  .area-stacked-list .unit-block.has-image .body:after {
    clear: both;
  }
  .area-stacked-list .unit-block.has-image .body:before,
  .area-stacked-list .unit-block.has-image .body:after {
    content: " ";
    display: table;
  }
  .area-stacked-list .unit-block.has-image .body:after {
    clear: both;
  }
  .area-stacked-list .unit-block.has-image .media {
    *zoom: 1;
    display: inline;
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
  .area-stacked-list .unit-block.has-image .media:before,
  .area-stacked-list .unit-block.has-image .media:after {
    content: " ";
    display: table;
  }
  .area-stacked-list .unit-block.has-image .media:after {
    clear: both;
  }
  .area-stacked-list .unit-block.has-image .media:before,
  .area-stacked-list .unit-block.has-image .media:after {
    content: " ";
    display: table;
  }
  .area-stacked-list .unit-block.has-image .media:after {
    clear: both;
  }
}
/*  ========================================================================== */
/*  @group Area Site Map */
/*  ========================================================================== */
.area-site-map ul.nested-menu-level-2 li {
  list-style: none;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-left: 0;
}
.area-site-map ul.nested-menu-level-2 li a {
  background: #fff;
  font-weight: 500;
  font-family: "futura-pt", "Open Sans", sans-serif;
  margin-top: 1em;
  padding: 1em;
  display: block;
}
.area-site-map ul.nested-menu-level-2 li ul.nested-menu-level-3 {
  background-color: #f1f1f1;
  padding: 1em;
}
.area-site-map ul.nested-menu-level-2 li ul.nested-menu-level-3 li {
  margin-left: 0;
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
}
.area-site-map ul.nested-menu-level-2 li ul.nested-menu-level-3 li a {
  background: none;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0;
}
.area-site-map ul.nested-menu-level-2 li ul.nested-menu-level-3 ul {
  background: none;
}
.area-site-map ul.nested-menu-level-2 li.orchestra > a {
  background: #6e8450;
  color: #fff;
}
.area-site-map ul.nested-menu-level-2 li.orchestra > ul {
  background-color: rgba(110, 132, 80, 0.4);
}
.area-site-map ul.nested-menu-level-2 li.ballet > a {
  background: #2d3fba;
  color: #fff;
}
.area-site-map ul.nested-menu-level-2 li.ballet > ul {
  background-color: rgba(45, 63, 186, 0.4);
}
.area-site-map ul.nested-menu-level-2 li.opera > a {
  background: #cc6600;
  color: #fff;
}
.area-site-map ul.nested-menu-level-2 li.opera > ul {
  background-color: rgba(204, 102, 0, 0.4);
}
.area-site-map ul.nested-menu-level-2 li.school > a {
  background: #6e8450;
  color: #fff;
}
.area-site-map ul.nested-menu-level-2 li.school > ul {
  background-color: rgba(110, 132, 80, 0.4);
}
.area-site-map ul.nested-menu-level-2 li.opus > a {
  background: #725084;
  color: #fff;
}
.area-site-map ul.nested-menu-level-2 li.opus > ul {
  background-color: rgba(114, 80, 132, 0.4);
}
.area-site-map ul.nested-menu-level-2 li.paramount > a {
  background: #96010e;
  color: #fff;
}
.area-site-map ul.nested-menu-level-2 li.paramount > ul {
  background-color: rgba(150, 1, 14, 0.4);
}
@media only screen and (min-width: 62.5em) {
  .area-site-map {
    padding: 20px 0 0 0;
  }
}
/*  ========================================================================== */
/*  @group Channel */
/*  ========================================================================== */
.area-channel-overview {
  position: relative;
  text-align: center;
  margin-top: 1.25em;
}
.area-channel-overview .unit-channel-overture {
  margin: 1.25em 0 0 0;
}
@media screen and (min-width: 30em) {
  .area-channel-overview {
    display: flex;
    justify-content: center;
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  .area-channel-overview .unit-channel-welcome {
    *zoom: 1;
    display: inline;
    float: left;
    width: 57.5%;
    margin-right: 2%;
  }
  .area-channel-overview .unit-channel-welcome:before,
  .area-channel-overview .unit-channel-welcome:after {
    content: " ";
    display: table;
  }
  .area-channel-overview .unit-channel-welcome:after {
    clear: both;
  }
  .area-channel-overview .unit-channel-welcome:before,
  .area-channel-overview .unit-channel-welcome:after {
    content: " ";
    display: table;
  }
  .area-channel-overview .unit-channel-welcome:after {
    clear: both;
  }
  .area-channel-overview .unit-channel-overture {
    *zoom: 1;
    display: inline;
    float: left;
    width: 40.5%;
    margin-right: 2%;
    margin-right: 0;
    margin: 0;
    position: absolute;
  }
  .area-channel-overview .unit-channel-overture:before,
  .area-channel-overview .unit-channel-overture:after {
    content: " ";
    display: table;
  }
  .area-channel-overview .unit-channel-overture:after {
    clear: both;
  }
  .area-channel-overview .unit-channel-overture:before,
  .area-channel-overview .unit-channel-overture:after {
    content: " ";
    display: table;
  }
  .area-channel-overview .unit-channel-overture:after {
    clear: both;
  }
  .area-channel-overview .unit-channel-overture img.overture-text {
    position: absolute;
    top: 28%;
    left: 12%;
    padding: 0;
  }
}
/*  ========================================================================== */
/*  @group Channel - Welcome Unit */
/*  ========================================================================== */
.unit-channel-welcome {
  background: #414b51;
  position: relative;
  color: #fff;
}
.unit-channel-welcome img {
  display: none;
}
.unit-channel-welcome .body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 175px;
  position: relative;
  z-index: 100;
}
.unit-channel-welcome h2 {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.unit-channel-welcome .body {
  padding: 1em;
}
@media screen and (min-width: 30em) {
  .unit-channel-welcome img {
    margin: -1.25em 0 0 0;
    float: left;
    display: block;
    position: absolute;
    bottom: 0;
    width: 180px;
    left: 0.5em;
  }
  .unit-channel-welcome h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .unit-channel-welcome .body {
    padding: 1em 1em 1em 190px;
  }
}
@media screen and (min-width: 48em) {
  .unit-channel-welcome img {
    width: 180px;
  }
  .unit-channel-welcome .body {
    padding: 1em;
    min-height: 240px;
  }
  .unit-channel-welcome .description {
    padding: 1em 1em 1em 160px;
  }
}
@media screen and (min-width: 62.5em) {
  .unit-channel-welcome .body {
    padding: 1em 1em 1em 180px;
    min-height: 150px;
  }
  .unit-channel-welcome .description {
    padding: 0;
  }
}
/*  ========================================================================== */
/*  @group Channel - Overture Unit */
/*  ========================================================================== */
.unit-channel-overture {
  background-image: url(../images/overture.png);
  background-size: cover;
  height: 100%;
}
.unit-channel-overture img.overture-text {
  margin: auto;
  width: 75%;
  padding: 1.75em;
  display: block;
}
.unit-channel-overture .overture-link {
  display: block;
  width: 100%;
  height: 100%;
}
/*  ========================================================================== */
/*  @group Search */
/*  ========================================================================== */
#SearchResults .result {
  list-style-type: none;
  position: relative;
  width: 100%;
  margin: 0;
  background: #fff;
  margin: 0 0 2px 0;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#SearchResults .result:before,
#SearchResults .result:after {
  content: " ";
  display: table;
}
#SearchResults .result:after {
  clear: both;
}
#SearchResults .result:before,
#SearchResults .result:after {
  content: " ";
  display: table;
}
#SearchResults .result:after {
  clear: both;
}
#SearchResults .result .title {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
}
#SearchResults .result .result-title a {
  color: #444444;
}
#SearchResults .result .media {
  display: none;
  float: left;
  width: 16%;
  padding: 16% 0 0 0;
  background-size: cover;
}
#SearchResults .result .body {
  display: inline-block;
  padding: .6em 1em;
  width: 68%;
  float: left;
  margin: 0 0 0 1%;
}
@media only screen and (min-width: 30em) {
  #SearchResults .result .media {
    display: inline-block;
  }
}
/*  ========================================================================== */
/*  @group Contact */
/*  ========================================================================== */
#venue-location {
  height: 250px;
}
@media only screen and (min-width: 30em) {
  #venue-location {
    height: 500px;
  }
}
.area-mailing-list .unit-mailing-list {
  padding: 1.75em 0 2.5em 0;
  font-family: "futura-pt", "Open Sans", sans-serif;
}
.area-mailing-list .unit-mailing-list label {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
  text-align: left;
  margin: .3em 0 .5em;
}
.area-mailing-list .unit-mailing-list .field {
  text-align: left;
  margin: 0;
  width: 100%;
}
/*  ========================================================================== */
/*  @group Theme - Orchestra */
/*  ========================================================================== */
.theme-orchestra {
  /*  ========================================================================== */
  /*  @group Orchestra Channel */
  /*  ========================================================================== */
}
.theme-orchestra .btn,
.theme-orchestra .global-header,
.theme-orchestra .unit-brand-navigation .current > a,
.theme-orchestra .area-primary-navigation {
  background-color: #6e8450;
}
.theme-orchestra .btn-secondary,
.theme-orchestra .global-header,
.theme-orchestra .area-production-details {
  background-color: #3e4b2d;
}
.theme-orchestra .area-branding .logo {
  width: 65px;
}
.theme-orchestra .area-branding .logo a {
  width: 65px;
  margin: auto;
  background: url("../images/themes/orchestra/logo-orchestra.png") no-repeat center center;
  background-size: 95% auto;
}
.svg .theme-orchestra .area-branding .logo a {
  background-image: url("../images/themes/orchestra/logo-orchestra.svg");
  background-size: contain;
}
@media only screen and (min-width: 62.5em) {
  .theme-orchestra .area-branding .logo {
    width: 90px;
  }
  .theme-orchestra .area-branding .logo a {
    width: 80px;
  }
}
.theme-orchestra .unit-breadcrumb-trail {
  background-color: #3e4b2d;
}
@media all and (min-width: 30em) {
  .theme-orchestra .unit-breadcrumb-trail li:after {
    color: #6e8450;
  }
}
.theme-orchestra .unit-nested-menu a {
  color: #3e4b2d;
}
.theme-orchestra .unit-nested-menu a.current {
  background-color: #6e8450;
  color: #ffffff;
}
.theme-orchestra .unit-nested-menu a.current:after {
  border-left-color: #6e8450;
}
.theme-orchestra .unit-nested-menu a.current:hover {
  color: #ffffff;
}
.theme-orchestra .unit-nested-menu a.section {
  color: #6e8450;
}
.theme-orchestra .unit-nested-menu a:hover {
  color: #ff3600;
}
.theme-orchestra .unit-resource-list ul li a h2 {
  color: #6e8450;
}
.theme-orchestra .area-stacked-list .unit-block .title,
.theme-orchestra .area-child-page-list .unit-block .title,
.theme-orchestra .area-stacked-sponsors-list .unit-block .title {
  color: #6e8450;
}
.theme-orchestra .area-stacked-list .unit-block .title a,
.theme-orchestra .area-child-page-list .unit-block .title a,
.theme-orchestra .area-stacked-sponsors-list .unit-block .title a {
  color: #6e8450;
}
.theme-orchestra .area-stacked-list .unit-block .link-more,
.theme-orchestra .area-child-page-list .unit-block .link-more,
.theme-orchestra .area-stacked-sponsors-list .unit-block .link-more {
  color: #6e8450;
}
.theme-orchestra .btn-primary,
.theme-orchestra .unit-tabbed-content--acordion ul li.active > a,
.theme-orchestra .unit-tabbed-content--acordion ul li > a:hover {
  background-color: #ff3600;
}
.theme-orchestra .btn:hover,
.theme-orchestra .btn:focus,
.theme-orchestra .btn:active {
  background-color: #54643d;
}
.theme-orchestra .btn-primary:hover,
.theme-orchestra .btn-primary:focus,
.theme-orchestra .btn-primary:active {
  background-color: #cc2b00;
}
.theme-orchestra .unit-media-gallery .owl-controls .owl-page.active span {
  background: #ff3600;
}
.theme-orchestra .unit-hero-carousel .owl-controls .owl-page.active span {
  background: #6e8450;
}
.theme-orchestra .unit-page-content .feature {
  background-color: #6e8450;
}
.theme-orchestra .unit-production-details .body .meta {
  border-color: #6e8450;
}
.theme-orchestra .unit-mailing-list .field .submit {
  background-color: #6e8450;
}
.theme-orchestra .area-series-description {
  color: #a1b585;
}
.theme-orchestra .tertiary-content .area-production-features--secondary {
  background-color: #3e4b2d;
}
.theme-orchestra div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/orchestra/orchestra-audio-player-list.png");
}
.theme-orchestra .svg div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/orchestra/orchestra-audio-player-list.svg");
  background-size: 17px 217px;
}
@media all and (min-width: 30em) {
  .theme-orchestra .unit-tabbed-content ul li.active > a,
  .theme-orchestra .unit-tabbed-content ul li > a:hover {
    background-color: #ff3600;
  }
}
.theme-orchestra .unit-channel-welcome {
  background: #54643d;
}
@media all and (min-width: 48em) {
  .theme-orchestra .unit-channel-welcome {
    height: 297px;
  }
  .theme-orchestra .unit-channel-welcome img {
    width: 40%;
  }
  .theme-orchestra .unit-channel-welcome .body {
    padding: 8% 1em 1em 40%;
  }
}
.theme-orchestra .unit-channel-overture {
  background-image: url("../images/themes/orchestra/orchestra-overture.png");
}
.theme-orchestra .paramount-production-features {
  background-color: #6e8450;
}
/*  ========================================================================== */
/*  @group Theme - Opera */
/*  ========================================================================== */
.theme-opera {
  /*  ========================================================================== */
  /*  @group Opera Channel */
  /*  ========================================================================== */
}
.theme-opera .btn,
.theme-opera .global-header,
.theme-opera .unit-brand-navigation .current > a,
.theme-opera .area-primary-navigation {
  background-color: #cc6600;
}
.theme-opera .btn-secondary,
.theme-opera .global-header,
.theme-opera .area-production-details {
  background-color: #703800;
}
.theme-opera .area-branding .logo a {
  margin: auto;
  background: url("../images/themes/opera/logo-opera.png") no-repeat center center;
  background-size: 95% auto;
}
.theme-opera .unit-breadcrumb-trail {
  background-color: #703800;
}
@media all and (min-width: 30em) {
  .theme-opera .unit-breadcrumb-trail li:after {
    color: #cc6600;
  }
}
.theme-opera .unit-nested-menu a {
  color: #703800;
}
.theme-opera .unit-nested-menu a.current {
  background-color: #cc6600;
  color: #ffffff;
}
.theme-opera .unit-nested-menu a.current:after {
  border-left-color: #cc6600;
}
.theme-opera .unit-nested-menu a.current:hover {
  color: #ffffff;
}
.theme-opera .unit-nested-menu a.section {
  color: #cc6600;
}
.theme-opera .unit-nested-menu a:hover {
  color: #0098fe;
}
.theme-opera .unit-resource-list ul li a h2 {
  color: #cc6600;
}
.theme-opera .area-stacked-list .unit-block .title,
.theme-opera .area-child-page-list .unit-block .title,
.theme-opera .area-stacked-sponsors-list .unit-block .title {
  color: #cc6600;
}
.theme-opera .area-stacked-list .unit-block .title a,
.theme-opera .area-child-page-list .unit-block .title a,
.theme-opera .area-stacked-sponsors-list .unit-block .title a {
  color: #cc6600;
}
.theme-opera .area-stacked-list .unit-block .link-more,
.theme-opera .area-child-page-list .unit-block .link-more,
.theme-opera .area-stacked-sponsors-list .unit-block .link-more {
  color: #cc6600;
}
.theme-opera .btn-primary,
.theme-opera .unit-tabbed-content--acordion ul li.active > a,
.theme-opera .unit-tabbed-content--acordion ul li > a:hover {
  background-color: #0098fe;
}
.theme-opera .btn:hover,
.theme-opera .btn:focus,
.theme-opera .btn:active {
  background-color: #994d00;
}
.theme-opera .btn-primary:hover,
.theme-opera .btn-primary:focus,
.theme-opera .btn-primary:active {
  background-color: #0079cb;
}
.theme-opera .unit-media-gallery .owl-controls .owl-page.active span {
  background: #0098fe;
}
.theme-opera .unit-hero-carousel .owl-controls .owl-page.active span {
  background: #cc6600;
}
.theme-opera .unit-page-content .feature {
  background-color: #cc6600;
}
.theme-opera .unit-production-details .body .meta {
  border-color: #cc6600;
}
.theme-opera .unit-mailing-list .field .submit {
  background-color: #cc6600;
}
.theme-opera .area-series-description {
  color: #ff9933;
}
.theme-opera .tertiary-content .area-production-features--secondary {
  background-color: #703800;
}
.theme-opera div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/opera/opera-audio-player-list.png");
}
.theme-opera .svg div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/opera/opera-audio-player-list.svg");
  background-size: 17px 217px;
}
@media all and (min-width: 30em) {
  .theme-opera .unit-tabbed-content ul li.active > a,
  .theme-opera .unit-tabbed-content ul li > a:hover {
    background-color: #0098fe;
  }
}
.theme-opera .unit-channel-welcome {
  background: #994d00;
}
.theme-opera .unit-channel-overture {
  background-image: url("../images/themes/opera/opera-overture.png");
}
.theme-opera .paramount-production-features {
  background-color: #cc6600;
}
/*  ========================================================================== */
/*  @group Theme - Ballet */
/*  ========================================================================== */
.theme-ballet {
  /*  ========================================================================== */
  /*  @group Ballet Channel */
  /*  ========================================================================== */
}
.theme-ballet .btn,
.theme-ballet .global-header,
.theme-ballet .unit-brand-navigation .current > a,
.theme-ballet .area-primary-navigation {
  background-color: #2d3fba;
}
.theme-ballet .btn-secondary,
.theme-ballet .global-header,
.theme-ballet .area-production-details {
  background-color: #1b2670;
}
.theme-ballet .area-branding .logo a {
  margin: auto;
  background: url("../images/themes/ballet/logo-ballet.png") no-repeat center center;
  background-size: 95% auto;
}
.theme-ballet .unit-breadcrumb-trail {
  background-color: #1b2670;
}
@media all and (min-width: 30em) {
  .theme-ballet .unit-breadcrumb-trail li:after {
    color: #2d3fba;
  }
}
.theme-ballet .unit-nested-menu a {
  color: #1b2670;
}
.theme-ballet .unit-nested-menu a.current {
  background-color: #2d3fba;
  color: #ffffff;
}
.theme-ballet .unit-nested-menu a.current:after {
  border-left-color: #2d3fba;
}
.theme-ballet .unit-nested-menu a.current:hover {
  color: #ffffff;
}
.theme-ballet .unit-nested-menu a.section {
  color: #2d3fba;
}
.theme-ballet .unit-nested-menu a:hover {
  color: #d1109d;
}
.theme-ballet .unit-resource-list ul li a h2 {
  color: #2d3fba;
}
.theme-ballet .area-stacked-list .unit-block .title,
.theme-ballet .area-child-page-list .unit-block .title,
.theme-ballet .area-stacked-sponsors-list .unit-block .title {
  color: #2d3fba;
}
.theme-ballet .area-stacked-list .unit-block .title a,
.theme-ballet .area-child-page-list .unit-block .title a,
.theme-ballet .area-stacked-sponsors-list .unit-block .title a {
  color: #2d3fba;
}
.theme-ballet .area-stacked-list .unit-block .link-more,
.theme-ballet .area-child-page-list .unit-block .link-more,
.theme-ballet .area-stacked-sponsors-list .unit-block .link-more {
  color: #2d3fba;
}
.theme-ballet .btn-primary,
.theme-ballet .unit-tabbed-content--acordion ul li.active > a,
.theme-ballet .unit-tabbed-content--acordion ul li > a:hover {
  background-color: #d1109d;
}
.theme-ballet .btn:hover,
.theme-ballet .btn:focus,
.theme-ballet .btn:active {
  background-color: #233191;
}
.theme-ballet .btn-primary:hover,
.theme-ballet .btn-primary:focus,
.theme-ballet .btn-primary:active {
  background-color: #a20c79;
}
.theme-ballet .unit-media-gallery .owl-controls .owl-page.active span {
  background: #d1109d;
}
.theme-ballet .unit-hero-carousel .owl-controls .owl-page.active span {
  background: #2d3fba;
}
.theme-ballet .unit-page-content .feature {
  background-color: #2d3fba;
}
.theme-ballet .unit-production-details .body .meta {
  border-color: #2d3fba;
}
.theme-ballet .unit-mailing-list .field .submit {
  background-color: #2d3fba;
}
.theme-ballet .area-series-description {
  color: #707edd;
}
.theme-ballet .tertiary-content .area-production-features--secondary {
  background-color: #1b2670;
}
.theme-ballet div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/ballet/ballet-audio-player-list.png");
}
.theme-ballet .svg div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/ballet/ballet-audio-player-list.svg");
  background-size: 17px 217px;
}
@media all and (min-width: 30em) {
  .theme-ballet .unit-tabbed-content ul li.active > a,
  .theme-ballet .unit-tabbed-content ul li > a:hover {
    background-color: #d1109d;
  }
}
.theme-ballet .unit-channel-welcome {
  background: #233191;
}
.theme-ballet .unit-channel-welcome img {
  left: 0.5em;
  width: 200px;
}
.theme-ballet .unit-channel-overture {
  background-image: url("../images/themes/ballet/ballet-overture.png");
}
.theme-ballet .paramount-production-features {
  background-color: #2d3fba;
}
/*  ========================================================================== */
/*  @group Theme - School */
/*  ========================================================================== */
.theme-school {
  /*  ========================================================================== */
  /*  @group School Channel */
  /*  ========================================================================== */
}
.theme-school .btn,
.theme-school .global-header,
.theme-school .unit-brand-navigation .current > a,
.theme-school .area-primary-navigation {
  background-color: #6e8450;
}
.theme-school .btn-secondary,
.theme-school .global-header,
.theme-school .area-production-details {
  background-color: #3e4b2d;
}
.theme-school .area-branding .logo {
  width: 65px;
}
.theme-school .area-branding .logo a {
  width: 65px;
  margin: auto;
  background: url("../images/themes/school/logo-school.png") no-repeat center center;
  background-size: 95% auto;
}
.svg .theme-school .area-branding .logo a {
  background-image: url("../images/themes/school/logo-school.svg");
  background-size: contain;
}
@media only screen and (min-width: 62.5em) {
  .theme-school .area-branding .logo {
    width: 90px;
  }
  .theme-school .area-branding .logo a {
    width: 80px;
  }
}
.theme-school .unit-breadcrumb-trail {
  background-color: #3e4b2d;
}
@media all and (min-width: 30em) {
  .theme-school .unit-breadcrumb-trail li:after {
    color: #6e8450;
  }
}
.theme-school .unit-nested-menu a {
  color: #3e4b2d;
}
.theme-school .unit-nested-menu a.current {
  background-color: #6e8450;
  color: #ffffff;
}
.theme-school .unit-nested-menu a.current:after {
  border-left-color: #6e8450;
}
.theme-school .unit-nested-menu a.current:hover {
  color: #ffffff;
}
.theme-school .unit-nested-menu a.section {
  color: #6e8450;
}
.theme-school .unit-nested-menu a:hover {
  color: #ff3600;
}
.theme-school .unit-resource-list ul li a h2 {
  color: #6e8450;
}
.theme-school .area-stacked-list .unit-block .title,
.theme-school .area-child-page-list .unit-block .title,
.theme-school .area-stacked-sponsors-list .unit-block .title {
  color: #6e8450;
}
.theme-school .area-stacked-list .unit-block .title a,
.theme-school .area-child-page-list .unit-block .title a,
.theme-school .area-stacked-sponsors-list .unit-block .title a {
  color: #6e8450;
}
.theme-school .area-stacked-list .unit-block .link-more,
.theme-school .area-child-page-list .unit-block .link-more,
.theme-school .area-stacked-sponsors-list .unit-block .link-more {
  color: #6e8450;
}
.theme-school .btn-primary,
.theme-school .unit-tabbed-content--acordion ul li.active > a,
.theme-school .unit-tabbed-content--acordion ul li > a:hover {
  background-color: #ff3600;
}
.theme-school .btn:hover,
.theme-school .btn:focus,
.theme-school .btn:active {
  background-color: #54643d;
}
.theme-school .btn-primary:hover,
.theme-school .btn-primary:focus,
.theme-school .btn-primary:active {
  background-color: #cc2b00;
}
.theme-school .unit-media-gallery .owl-controls .owl-page.active span {
  background: #ff3600;
}
.theme-school .unit-hero-carousel .owl-controls .owl-page.active span {
  background: #6e8450;
}
.theme-school .unit-page-content .feature {
  background-color: #6e8450;
}
.theme-school .unit-production-details .body .meta {
  border-color: #6e8450;
}
.theme-school .unit-mailing-list .field .submit {
  background-color: #6e8450;
}
.theme-school .area-series-description {
  color: #a1b585;
}
.theme-school .tertiary-content .area-production-features--secondary {
  background-color: #3e4b2d;
}
.theme-school div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/school/school-audio-player-list.png");
}
.theme-school .svg div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/school/school-audio-player-list.svg");
  background-size: 17px 217px;
}
@media all and (min-width: 30em) {
  .theme-school .unit-tabbed-content ul li.active > a,
  .theme-school .unit-tabbed-content ul li > a:hover {
    background-color: #ff3600;
  }
}
.theme-school .unit-channel-welcome {
  background: #54643d;
}
.theme-school .unit-channel-welcome img {
  margin: -1.25em 0 0 -2em;
  width: 210px;
}
.theme-school .unit-channel-overture {
  background-image: url("../images/themes/school/school-overture.png");
}
.theme-school .paramount-production-features {
  background-color: #6e8450;
}
/*  ========================================================================== */
/*  @group Theme - Opus */
/*  ========================================================================== */
.theme-opus {
  /*  ========================================================================== */
  /*  @group Opus Channel */
  /*  ========================================================================== */
}
.theme-opus .btn,
.theme-opus .global-header,
.theme-opus .unit-brand-navigation .current > a,
.theme-opus .area-primary-navigation {
  background-color: #725084;
}
.theme-opus .btn-secondary,
.theme-opus .global-header,
.theme-opus .area-production-details {
  background-color: #412d4b;
}
.theme-opus .area-branding .logo {
  width: 65px;
}
.theme-opus .area-branding .logo a {
  width: 65px;
  margin: auto;
  background: url("../images/themes/opus/logo-opus.png") no-repeat center center;
  background-size: 95% auto;
}
.svg .theme-opus .area-branding .logo a {
  background-image: url("../images/themes/opus/logo-opus.svg");
  background-size: contain;
}
@media only screen and (min-width: 62.5em) {
  .theme-opus .area-branding .logo {
    width: 90px;
  }
  .theme-opus .area-branding .logo a {
    width: 80px;
  }
}
.theme-opus .unit-breadcrumb-trail {
  background-color: #412d4b;
}
@media all and (min-width: 30em) {
  .theme-opus .unit-breadcrumb-trail li:after {
    color: #725084;
  }
}
.theme-opus .unit-nested-menu a {
  color: #412d4b;
}
.theme-opus .unit-nested-menu a.current {
  background-color: #725084;
  color: #ffffff;
}
.theme-opus .unit-nested-menu a.current:after {
  border-left-color: #725084;
}
.theme-opus .unit-nested-menu a.current:hover {
  color: #ffffff;
}
.theme-opus .unit-nested-menu a.section {
  color: #725084;
}
.theme-opus .unit-nested-menu a:hover {
  color: #2caa35;
}
.theme-opus .unit-resource-list ul li a h2 {
  color: #725084;
}
.theme-opus .area-stacked-list .unit-block .title,
.theme-opus .area-child-page-list .unit-block .title,
.theme-opus .area-stacked-sponsors-list .unit-block .title {
  color: #725084;
}
.theme-opus .area-stacked-list .unit-block .title a,
.theme-opus .area-child-page-list .unit-block .title a,
.theme-opus .area-stacked-sponsors-list .unit-block .title a {
  color: #725084;
}
.theme-opus .area-stacked-list .unit-block .link-more,
.theme-opus .area-child-page-list .unit-block .link-more,
.theme-opus .area-stacked-sponsors-list .unit-block .link-more {
  color: #725084;
}
.theme-opus .btn-primary,
.theme-opus .unit-tabbed-content--acordion ul li.active > a,
.theme-opus .unit-tabbed-content--acordion ul li > a:hover,
.theme-opus .inline-button {
  background-color: #2caa35;
}
.theme-opus .btn:hover,
.theme-opus .btn:focus,
.theme-opus .btn:active {
  background-color: #573d64;
}
.theme-opus .btn-primary:hover,
.theme-opus .inline-button:hover,
.theme-opus .btn-primary:focus,
.theme-opus .inline-button:focus,
.theme-opus .btn-primary:active,
.theme-opus .inline-button:active {
  background-color: #228128;
}
.theme-opus .unit-media-gallery .owl-controls .owl-page.active span {
  background: #2caa35;
}
.theme-opus .unit-hero-carousel .owl-controls .owl-page.active span {
  background: #725084;
}
.theme-opus .unit-page-content .feature {
  background-color: #725084;
}
.theme-opus .unit-production-details .body .meta {
  border-color: #725084;
}
.theme-opus .unit-mailing-list .field .submit {
  background-color: #725084;
}
.theme-opus .area-series-description {
  color: #a485b5;
}
.theme-opus .tertiary-content .area-production-features--secondary {
  background-color: #412d4b;
}
.theme-opus div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/opus/opus-audio-player-list.png");
}
.theme-opus .svg div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/opus/opus-audio-player-list.svg");
  background-size: 17px 217px;
}
@media all and (min-width: 30em) {
  .theme-opus .unit-tabbed-content ul li.active > a,
  .theme-opus .unit-tabbed-content ul li > a:hover {
    background-color: #2caa35;
  }
}
.theme-opus .unit-channel-welcome {
  background: #573d64;
}
.theme-opus .unit-channel-overture {
  background-image: url("../images/themes/opus/opus-overture.png");
}
.theme-opus .paramount-production-features {
  background-color: #725084;
}
/*  ========================================================================== */
/*  @group Theme - Paramount */
/*  ========================================================================== */
.theme-paramount {
  /*  ========================================================================== */
  /*  @group Paramount Channel */
  /*  ========================================================================== */
}
.theme-paramount .btn,
.theme-paramount .global-header,
.theme-paramount .unit-brand-navigation .current > a,
.theme-paramount .area-primary-navigation {
  background-color: #96010e;
}
.theme-paramount .btn-secondary,
.theme-paramount .global-header,
.theme-paramount .area-production-details {
  background-color: #3b0005;
}
.theme-paramount .area-branding .logo a {
  margin: auto;
  background: url("../images/themes/paramount/logo-paramount.png") no-repeat center center;
  background-size: 95% auto;
}
.svg .theme-paramount .area-branding .logo a {
  background-image: url("../images/themes/paramount/logo-paramount.svg");
  background-size: contain;
}
.theme-paramount .unit-breadcrumb-trail {
  background-color: #3b0005;
}
@media all and (min-width: 30em) {
  .theme-paramount .unit-breadcrumb-trail li:after {
    color: #96010e;
  }
}
.theme-paramount .unit-nested-menu a {
  color: #3b0005;
}
.theme-paramount .unit-nested-menu a.current {
  background-color: #96010e;
  color: #ffffff;
}
.theme-paramount .unit-nested-menu a.current:after {
  border-left-color: #96010e;
}
.theme-paramount .unit-nested-menu a.current:hover {
  color: #ffffff;
}
.theme-paramount .unit-nested-menu a.section {
  color: #96010e;
}
.theme-paramount .unit-nested-menu a:hover {
  color: #158ef5;
}
.theme-paramount .unit-resource-list ul li a h2 {
  color: #96010e;
}
.theme-paramount .area-stacked-list .unit-block .title,
.theme-paramount .area-child-page-list .unit-block .title,
.theme-paramount .area-stacked-sponsors-list .unit-block .title {
  color: #96010e;
}
.theme-paramount .area-stacked-list .unit-block .title a,
.theme-paramount .area-child-page-list .unit-block .title a,
.theme-paramount .area-stacked-sponsors-list .unit-block .title a {
  color: #96010e;
}
.theme-paramount .area-stacked-list .unit-block .link-more,
.theme-paramount .area-child-page-list .unit-block .link-more,
.theme-paramount .area-stacked-sponsors-list .unit-block .link-more {
  color: #96010e;
}
.theme-paramount .btn-primary,
.theme-paramount .unit-tabbed-content--acordion ul li.active > a,
.theme-paramount .unit-tabbed-content--acordion ul li > a:hover {
  background-color: #158ef5;
}
.theme-paramount .btn:hover,
.theme-paramount .btn:focus,
.theme-paramount .btn:active {
  background-color: #630109;
}
.theme-paramount .btn-primary:hover,
.theme-paramount .btn-primary:focus,
.theme-paramount .btn-primary:active {
  background-color: #0973ce;
}
.theme-paramount .unit-media-gallery .owl-controls .owl-page.active span {
  background: #158ef5;
}
.theme-paramount .unit-hero-carousel .owl-controls .owl-page.active span {
  background: #96010e;
}
.theme-paramount .unit-page-content .feature {
  background-color: #96010e;
}
.theme-paramount .unit-production-details .body .meta {
  border-color: #96010e;
}
.theme-paramount .unit-mailing-list .field .submit {
  background-color: #96010e;
}
.theme-paramount .area-series-description {
  color: #fb0217;
}
.theme-paramount .tertiary-content .area-production-features--secondary {
  background-color: #3b0005;
}
.theme-paramount div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/paramount/paramount-audio-player-list.png");
}
.theme-paramount .svg div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-image: url("../images/themes/paramount/paramount-audio-player-list.svg");
  background-size: 17px 217px;
}
@media all and (min-width: 30em) {
  .theme-paramount .unit-tabbed-content ul li.active > a,
  .theme-paramount .unit-tabbed-content ul li > a:hover {
    background-color: #158ef5;
  }
}
.theme-paramount .unit-channel-welcome {
  background: #630109;
}
.theme-paramount .unit-channel-overture {
  background-image: url("../images/themes/paramount/paramount-overture.png");
}
.theme-paramount .paramount-production-features {
  background-color: #96010e;
  padding-top: 1.125em;
}
.theme-paramount .paramount-production-features .area-production-features--secondary {
  border-top-color: #630109;
}
.theme-paramount .paramount-production-features .area-production-features--secondary .unit-block,
.theme-paramount .paramount-production-features .area-production-features--secondary .unit-block.has-image {
  border-bottom-color: #630109;
}
@media only screen and (min-width: 30em) {
  .theme-paramount .paramount-production-features {
    padding-top: 0;
  }
}
/*  ========================================================================== */
/*  @group State (& Helpers) */
/*  ========================================================================== */
/**
     * Responsive helpers
     */
.tablet,
.mobile {
  display: none;
}
.desktop {
  display: block;
}
@media screen and (max-width: 48em) {
  .desktop,
  .mobile {
    display: none;
  }
  .tablet {
    display: block;
  }
}
@media screen and (max-width: 30em) {
  .desktop,
  .tablet {
    display: none;
  }
  .mobile {
    display: block;
  }
}
/**
     * JS helpers
     */
.no-js .js-only {
  display: none !important;
}
.js .js-hidden,
.is-contextual {
  display: none;
}
/**
     * Display helpers
     */
.is-active {
  display: block !important;
  visibility: visible;
}
.is-shown {
  display: block !important;
  visibility: visible;
  -webkit-animation: target-fade 1.5s 1;
  -moz-animation: target-fade 1.5s 1;
}
/**
     * Hide from both screenreaders and browsers: h5bp.com/u
     */
.hidden,
.is-hidden {
  display: none !important;
  visibility: hidden;
}
/**
     * Hide only visually, but have it available for screenreaders: h5bp.com/v
     *
     * .focassable Extends the .visuallyhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */
.visuallyhidden,
.is-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.is-visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.is-visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/**
     * Hide visually and from screenreaders, but maintain layout
     */
.invisible,
.is-invisible {
  visibility: hidden;
}
/**
     * Image replacement
     */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/**
     * Clearfix
     */
.group,
.unit,
.field,
.cf,
.clearfix {
  *zoom: 1;
}
.group:before,
.unit:before,
.field:before,
.cf:before,
.clearfix:before,
.group:after,
.unit:after,
.field:after,
.cf:after,
.clearfix:after {
  content: " ";
  display: table;
}
.group:after,
.unit:after,
.field:after,
.cf:after,
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
/*  ========================================================================== */
/*  @group Animations */
/*  ========================================================================== */
@-webkit-keyframes target-fade {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-moz-keyframes target-fade {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
/*  ========================================================================== */
/*  @group Print */
/*  ========================================================================== */
.print-only {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .print-only {
    display: block !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
         * Don't show links for images, or javascript/internal links
         */
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
