/* filter-gradients needs this */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1, .search-title-wrapper .page-heading {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4, .content-nav a {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

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

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

/*------------------------------------*    CONTSTANTS
\*------------------------------------*/
/*------------------------------------*    CUSTOM MIXINS
\*------------------------------------*/
/**          Sprite backgrounds
 */
/* ================================================================== */
/* This file has a mobile-to-tablet, and tablet-to-desktop breakpoint */
/* ================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.grid-container:before, .grid-5:before, .mobile-grid-5:before, .tablet-grid-5:before, .grid-10:before, .mobile-grid-10:before, .tablet-grid-10:before, .grid-15:before, .mobile-grid-15:before, .tablet-grid-15:before, .grid-20:before, .mobile-grid-20:before, .tablet-grid-20:before, .grid-25:before, .mobile-grid-25:before, .tablet-grid-25:before, .grid-30:before, .mobile-grid-30:before, .tablet-grid-30:before, .grid-35:before, .mobile-grid-35:before, .tablet-grid-35:before, .grid-40:before, .mobile-grid-40:before, .tablet-grid-40:before, .grid-45:before, .mobile-grid-45:before, .tablet-grid-45:before, .grid-50:before, .mobile-grid-50:before, .tablet-grid-50:before, .grid-55:before, .mobile-grid-55:before, .tablet-grid-55:before, .grid-60:before, .mobile-grid-60:before, .tablet-grid-60:before, .grid-65:before, .mobile-grid-65:before, .tablet-grid-65:before, .grid-70:before, .mobile-grid-70:before, .tablet-grid-70:before, .grid-75:before, .mobile-grid-75:before, .tablet-grid-75:before, .grid-80:before, .mobile-grid-80:before, .tablet-grid-80:before, .grid-85:before, .mobile-grid-85:before, .tablet-grid-85:before, .grid-90:before, .mobile-grid-90:before, .tablet-grid-90:before, .grid-95:before, .mobile-grid-95:before, .tablet-grid-95:before, .grid-100:before, .mobile-grid-100:before, .tablet-grid-100:before, .grid-33:before, .mobile-grid-33:before, .tablet-grid-33:before, .grid-66:before, .mobile-grid-66:before, .tablet-grid-66:before, .clearfix:before,
.grid-container:after,
.grid-5:after,
.mobile-grid-5:after,
.tablet-grid-5:after,
.grid-10:after,
.mobile-grid-10:after,
.tablet-grid-10:after,
.grid-15:after,
.mobile-grid-15:after,
.tablet-grid-15:after,
.grid-20:after,
.mobile-grid-20:after,
.tablet-grid-20:after,
.grid-25:after,
.mobile-grid-25:after,
.tablet-grid-25:after,
.grid-30:after,
.mobile-grid-30:after,
.tablet-grid-30:after,
.grid-35:after,
.mobile-grid-35:after,
.tablet-grid-35:after,
.grid-40:after,
.mobile-grid-40:after,
.tablet-grid-40:after,
.grid-45:after,
.mobile-grid-45:after,
.tablet-grid-45:after,
.grid-50:after,
.mobile-grid-50:after,
.tablet-grid-50:after,
.grid-55:after,
.mobile-grid-55:after,
.tablet-grid-55:after,
.grid-60:after,
.mobile-grid-60:after,
.tablet-grid-60:after,
.grid-65:after,
.mobile-grid-65:after,
.tablet-grid-65:after,
.grid-70:after,
.mobile-grid-70:after,
.tablet-grid-70:after,
.grid-75:after,
.mobile-grid-75:after,
.tablet-grid-75:after,
.grid-80:after,
.mobile-grid-80:after,
.tablet-grid-80:after,
.grid-85:after,
.mobile-grid-85:after,
.tablet-grid-85:after,
.grid-90:after,
.mobile-grid-90:after,
.tablet-grid-90:after,
.grid-95:after,
.mobile-grid-95:after,
.tablet-grid-95:after,
.grid-100:after,
.mobile-grid-100:after,
.tablet-grid-100:after,
.grid-33:after,
.mobile-grid-33:after,
.tablet-grid-33:after,
.grid-66:after,
.mobile-grid-66:after,
.tablet-grid-66:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.grid-container:after, .grid-5:after, .mobile-grid-5:after, .tablet-grid-5:after, .grid-10:after, .mobile-grid-10:after, .tablet-grid-10:after, .grid-15:after, .mobile-grid-15:after, .tablet-grid-15:after, .grid-20:after, .mobile-grid-20:after, .tablet-grid-20:after, .grid-25:after, .mobile-grid-25:after, .tablet-grid-25:after, .grid-30:after, .mobile-grid-30:after, .tablet-grid-30:after, .grid-35:after, .mobile-grid-35:after, .tablet-grid-35:after, .grid-40:after, .mobile-grid-40:after, .tablet-grid-40:after, .grid-45:after, .mobile-grid-45:after, .tablet-grid-45:after, .grid-50:after, .mobile-grid-50:after, .tablet-grid-50:after, .grid-55:after, .mobile-grid-55:after, .tablet-grid-55:after, .grid-60:after, .mobile-grid-60:after, .tablet-grid-60:after, .grid-65:after, .mobile-grid-65:after, .tablet-grid-65:after, .grid-70:after, .mobile-grid-70:after, .tablet-grid-70:after, .grid-75:after, .mobile-grid-75:after, .tablet-grid-75:after, .grid-80:after, .mobile-grid-80:after, .tablet-grid-80:after, .grid-85:after, .mobile-grid-85:after, .tablet-grid-85:after, .grid-90:after, .mobile-grid-90:after, .tablet-grid-90:after, .grid-95:after, .mobile-grid-95:after, .tablet-grid-95:after, .grid-100:after, .mobile-grid-100:after, .tablet-grid-100:after, .grid-33:after, .mobile-grid-33:after, .tablet-grid-33:after, .grid-66:after, .mobile-grid-66:after, .tablet-grid-66:after, .clearfix:after {
  clear: both; }

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  /* Overwidden */ }

.grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.grid-parent {
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 767px) {
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative; }
  .hide-on-mobile {
    display: none !important; }
  .mobile-grid-5 {
    float: left;
    width: 5%; }
  .mobile-prefix-5 {
    margin-left: 5%; }
  .mobile-suffix-5 {
    margin-right: 5%; }
  .mobile-push-5 {
    left: 5%; }
  .mobile-pull-5 {
    left: -5%; }
  .mobile-grid-10 {
    float: left;
    width: 10%; }
  .mobile-prefix-10 {
    margin-left: 10%; }
  .mobile-suffix-10 {
    margin-right: 10%; }
  .mobile-push-10 {
    left: 10%; }
  .mobile-pull-10 {
    left: -10%; }
  .mobile-grid-15 {
    float: left;
    width: 15%; }
  .mobile-prefix-15 {
    margin-left: 15%; }
  .mobile-suffix-15 {
    margin-right: 15%; }
  .mobile-push-15 {
    left: 15%; }
  .mobile-pull-15 {
    left: -15%; }
  .mobile-grid-20 {
    float: left;
    width: 20%; }
  .mobile-prefix-20 {
    margin-left: 20%; }
  .mobile-suffix-20 {
    margin-right: 20%; }
  .mobile-push-20 {
    left: 20%; }
  .mobile-pull-20 {
    left: -20%; }
  .mobile-grid-25 {
    float: left;
    width: 25%; }
  .mobile-prefix-25 {
    margin-left: 25%; }
  .mobile-suffix-25 {
    margin-right: 25%; }
  .mobile-push-25 {
    left: 25%; }
  .mobile-pull-25 {
    left: -25%; }
  .mobile-grid-30 {
    float: left;
    width: 30%; }
  .mobile-prefix-30 {
    margin-left: 30%; }
  .mobile-suffix-30 {
    margin-right: 30%; }
  .mobile-push-30 {
    left: 30%; }
  .mobile-pull-30 {
    left: -30%; }
  .mobile-grid-35 {
    float: left;
    width: 35%; }
  .mobile-prefix-35 {
    margin-left: 35%; }
  .mobile-suffix-35 {
    margin-right: 35%; }
  .mobile-push-35 {
    left: 35%; }
  .mobile-pull-35 {
    left: -35%; }
  .mobile-grid-40 {
    float: left;
    width: 40%; }
  .mobile-prefix-40 {
    margin-left: 40%; }
  .mobile-suffix-40 {
    margin-right: 40%; }
  .mobile-push-40 {
    left: 40%; }
  .mobile-pull-40 {
    left: -40%; }
  .mobile-grid-45 {
    float: left;
    width: 45%; }
  .mobile-prefix-45 {
    margin-left: 45%; }
  .mobile-suffix-45 {
    margin-right: 45%; }
  .mobile-push-45 {
    left: 45%; }
  .mobile-pull-45 {
    left: -45%; }
  .mobile-grid-50 {
    float: left;
    width: 50%; }
  .mobile-prefix-50 {
    margin-left: 50%; }
  .mobile-suffix-50 {
    margin-right: 50%; }
  .mobile-push-50 {
    left: 50%; }
  .mobile-pull-50 {
    left: -50%; }
  .mobile-grid-55 {
    float: left;
    width: 55%; }
  .mobile-prefix-55 {
    margin-left: 55%; }
  .mobile-suffix-55 {
    margin-right: 55%; }
  .mobile-push-55 {
    left: 55%; }
  .mobile-pull-55 {
    left: -55%; }
  .mobile-grid-60 {
    float: left;
    width: 60%; }
  .mobile-prefix-60 {
    margin-left: 60%; }
  .mobile-suffix-60 {
    margin-right: 60%; }
  .mobile-push-60 {
    left: 60%; }
  .mobile-pull-60 {
    left: -60%; }
  .mobile-grid-65 {
    float: left;
    width: 65%; }
  .mobile-prefix-65 {
    margin-left: 65%; }
  .mobile-suffix-65 {
    margin-right: 65%; }
  .mobile-push-65 {
    left: 65%; }
  .mobile-pull-65 {
    left: -65%; }
  .mobile-grid-70 {
    float: left;
    width: 70%; }
  .mobile-prefix-70 {
    margin-left: 70%; }
  .mobile-suffix-70 {
    margin-right: 70%; }
  .mobile-push-70 {
    left: 70%; }
  .mobile-pull-70 {
    left: -70%; }
  .mobile-grid-75 {
    float: left;
    width: 75%; }
  .mobile-prefix-75 {
    margin-left: 75%; }
  .mobile-suffix-75 {
    margin-right: 75%; }
  .mobile-push-75 {
    left: 75%; }
  .mobile-pull-75 {
    left: -75%; }
  .mobile-grid-80 {
    float: left;
    width: 80%; }
  .mobile-prefix-80 {
    margin-left: 80%; }
  .mobile-suffix-80 {
    margin-right: 80%; }
  .mobile-push-80 {
    left: 80%; }
  .mobile-pull-80 {
    left: -80%; }
  .mobile-grid-85 {
    float: left;
    width: 85%; }
  .mobile-prefix-85 {
    margin-left: 85%; }
  .mobile-suffix-85 {
    margin-right: 85%; }
  .mobile-push-85 {
    left: 85%; }
  .mobile-pull-85 {
    left: -85%; }
  .mobile-grid-90 {
    float: left;
    width: 90%; }
  .mobile-prefix-90 {
    margin-left: 90%; }
  .mobile-suffix-90 {
    margin-right: 90%; }
  .mobile-push-90 {
    left: 90%; }
  .mobile-pull-90 {
    left: -90%; }
  .mobile-grid-95 {
    float: left;
    width: 95%; }
  .mobile-prefix-95 {
    margin-left: 95%; }
  .mobile-suffix-95 {
    margin-right: 95%; }
  .mobile-push-95 {
    left: 95%; }
  .mobile-pull-95 {
    left: -95%; }
  .mobile-grid-33 {
    float: left;
    width: 33.33333%; }
  .mobile-prefix-33 {
    margin-left: 33.33333%; }
  .mobile-suffix-33 {
    margin-right: 33.33333%; }
  .mobile-push-33 {
    left: 33.33333%; }
  .mobile-pull-33 {
    left: -33.33333%; }
  .mobile-grid-66 {
    float: left;
    width: 66.66667%; }
  .mobile-prefix-66 {
    margin-left: 66.66667%; }
  .mobile-suffix-66 {
    margin-right: 66.66667%; }
  .mobile-push-66 {
    left: 66.66667%; }
  .mobile-pull-66 {
    left: -66.66667%; }
  .mobile-grid-100 {
    clear: both;
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-push-5, .tablet-pull-5, .tablet-push-10, .tablet-pull-10, .tablet-push-15, .tablet-pull-15, .tablet-push-20, .tablet-pull-20, .tablet-push-25, .tablet-pull-25, .tablet-push-30, .tablet-pull-30, .tablet-push-35, .tablet-pull-35, .tablet-push-40, .tablet-pull-40, .tablet-push-45, .tablet-pull-45, .tablet-push-50, .tablet-pull-50, .tablet-push-55, .tablet-pull-55, .tablet-push-60, .tablet-pull-60, .tablet-push-65, .tablet-pull-65, .tablet-push-70, .tablet-pull-70, .tablet-push-75, .tablet-pull-75, .tablet-push-80, .tablet-pull-80, .tablet-push-85, .tablet-pull-85, .tablet-push-90, .tablet-pull-90, .tablet-push-95, .tablet-pull-95, .tablet-push-33, .tablet-pull-33, .tablet-push-66, .tablet-pull-66 {
    position: relative; }
  .hide-on-tablet {
    display: none !important; }
  .tablet-grid-5 {
    float: left;
    width: 5%; }
  .tablet-prefix-5 {
    margin-left: 5%; }
  .tablet-suffix-5 {
    margin-right: 5%; }
  .tablet-push-5 {
    left: 5%; }
  .tablet-pull-5 {
    left: -5%; }
  .tablet-grid-10 {
    float: left;
    width: 10%; }
  .tablet-prefix-10 {
    margin-left: 10%; }
  .tablet-suffix-10 {
    margin-right: 10%; }
  .tablet-push-10 {
    left: 10%; }
  .tablet-pull-10 {
    left: -10%; }
  .tablet-grid-15 {
    float: left;
    width: 15%; }
  .tablet-prefix-15 {
    margin-left: 15%; }
  .tablet-suffix-15 {
    margin-right: 15%; }
  .tablet-push-15 {
    left: 15%; }
  .tablet-pull-15 {
    left: -15%; }
  .tablet-grid-20 {
    float: left;
    width: 20%; }
  .tablet-prefix-20 {
    margin-left: 20%; }
  .tablet-suffix-20 {
    margin-right: 20%; }
  .tablet-push-20 {
    left: 20%; }
  .tablet-pull-20 {
    left: -20%; }
  .tablet-grid-25 {
    float: left;
    width: 25%; }
  .tablet-prefix-25 {
    margin-left: 25%; }
  .tablet-suffix-25 {
    margin-right: 25%; }
  .tablet-push-25 {
    left: 25%; }
  .tablet-pull-25 {
    left: -25%; }
  .tablet-grid-30 {
    float: left;
    width: 30%; }
  .tablet-prefix-30 {
    margin-left: 30%; }
  .tablet-suffix-30 {
    margin-right: 30%; }
  .tablet-push-30 {
    left: 30%; }
  .tablet-pull-30 {
    left: -30%; }
  .tablet-grid-35 {
    float: left;
    width: 35%; }
  .tablet-prefix-35 {
    margin-left: 35%; }
  .tablet-suffix-35 {
    margin-right: 35%; }
  .tablet-push-35 {
    left: 35%; }
  .tablet-pull-35 {
    left: -35%; }
  .tablet-grid-40 {
    float: left;
    width: 40%; }
  .tablet-prefix-40 {
    margin-left: 40%; }
  .tablet-suffix-40 {
    margin-right: 40%; }
  .tablet-push-40 {
    left: 40%; }
  .tablet-pull-40 {
    left: -40%; }
  .tablet-grid-45 {
    float: left;
    width: 45%; }
  .tablet-prefix-45 {
    margin-left: 45%; }
  .tablet-suffix-45 {
    margin-right: 45%; }
  .tablet-push-45 {
    left: 45%; }
  .tablet-pull-45 {
    left: -45%; }
  .tablet-grid-50 {
    float: left;
    width: 50%; }
  .tablet-prefix-50 {
    margin-left: 50%; }
  .tablet-suffix-50 {
    margin-right: 50%; }
  .tablet-push-50 {
    left: 50%; }
  .tablet-pull-50 {
    left: -50%; }
  .tablet-grid-55 {
    float: left;
    width: 55%; }
  .tablet-prefix-55 {
    margin-left: 55%; }
  .tablet-suffix-55 {
    margin-right: 55%; }
  .tablet-push-55 {
    left: 55%; }
  .tablet-pull-55 {
    left: -55%; }
  .tablet-grid-60 {
    float: left;
    width: 60%; }
  .tablet-prefix-60 {
    margin-left: 60%; }
  .tablet-suffix-60 {
    margin-right: 60%; }
  .tablet-push-60 {
    left: 60%; }
  .tablet-pull-60 {
    left: -60%; }
  .tablet-grid-65 {
    float: left;
    width: 65%; }
  .tablet-prefix-65 {
    margin-left: 65%; }
  .tablet-suffix-65 {
    margin-right: 65%; }
  .tablet-push-65 {
    left: 65%; }
  .tablet-pull-65 {
    left: -65%; }
  .tablet-grid-70 {
    float: left;
    width: 70%; }
  .tablet-prefix-70 {
    margin-left: 70%; }
  .tablet-suffix-70 {
    margin-right: 70%; }
  .tablet-push-70 {
    left: 70%; }
  .tablet-pull-70 {
    left: -70%; }
  .tablet-grid-75 {
    float: left;
    width: 75%; }
  .tablet-prefix-75 {
    margin-left: 75%; }
  .tablet-suffix-75 {
    margin-right: 75%; }
  .tablet-push-75 {
    left: 75%; }
  .tablet-pull-75 {
    left: -75%; }
  .tablet-grid-80 {
    float: left;
    width: 80%; }
  .tablet-prefix-80 {
    margin-left: 80%; }
  .tablet-suffix-80 {
    margin-right: 80%; }
  .tablet-push-80 {
    left: 80%; }
  .tablet-pull-80 {
    left: -80%; }
  .tablet-grid-85 {
    float: left;
    width: 85%; }
  .tablet-prefix-85 {
    margin-left: 85%; }
  .tablet-suffix-85 {
    margin-right: 85%; }
  .tablet-push-85 {
    left: 85%; }
  .tablet-pull-85 {
    left: -85%; }
  .tablet-grid-90 {
    float: left;
    width: 90%; }
  .tablet-prefix-90 {
    margin-left: 90%; }
  .tablet-suffix-90 {
    margin-right: 90%; }
  .tablet-push-90 {
    left: 90%; }
  .tablet-pull-90 {
    left: -90%; }
  .tablet-grid-95 {
    float: left;
    width: 95%; }
  .tablet-prefix-95 {
    margin-left: 95%; }
  .tablet-suffix-95 {
    margin-right: 95%; }
  .tablet-push-95 {
    left: 95%; }
  .tablet-pull-95 {
    left: -95%; }
  .tablet-grid-33 {
    float: left;
    width: 33.33333%; }
  .tablet-prefix-33 {
    margin-left: 33.33333%; }
  .tablet-suffix-33 {
    margin-right: 33.33333%; }
  .tablet-push-33 {
    left: 33.33333%; }
  .tablet-pull-33 {
    left: -33.33333%; }
  .tablet-grid-66 {
    float: left;
    width: 66.66667%; }
  .tablet-prefix-66 {
    margin-left: 66.66667%; }
  .tablet-suffix-66 {
    margin-right: 66.66667%; }
  .tablet-push-66 {
    left: 66.66667%; }
  .tablet-pull-66 {
    left: -66.66667%; }
  .tablet-grid-100 {
    clear: both;
    width: 100%; } }

@media screen and (min-width: 768px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative; }
  .hide-on-desktop {
    display: none !important; }
  .grid-5 {
    float: left;
    width: 5%; }
  .prefix-5 {
    margin-left: 5%; }
  .suffix-5 {
    margin-right: 5%; }
  .push-5 {
    left: 5%; }
  .pull-5 {
    left: -5%; }
  .grid-10 {
    float: left;
    width: 10%; }
  .prefix-10 {
    margin-left: 10%; }
  .suffix-10 {
    margin-right: 10%; }
  .push-10 {
    left: 10%; }
  .pull-10 {
    left: -10%; }
  .grid-15 {
    float: left;
    width: 15%; }
  .prefix-15 {
    margin-left: 15%; }
  .suffix-15 {
    margin-right: 15%; }
  .push-15 {
    left: 15%; }
  .pull-15 {
    left: -15%; }
  .grid-20 {
    float: left;
    width: 20%; }
  .prefix-20 {
    margin-left: 20%; }
  .suffix-20 {
    margin-right: 20%; }
  .push-20 {
    left: 20%; }
  .pull-20 {
    left: -20%; }
  .grid-25 {
    float: left;
    width: 25%; }
  .prefix-25 {
    margin-left: 25%; }
  .suffix-25 {
    margin-right: 25%; }
  .push-25 {
    left: 25%; }
  .pull-25 {
    left: -25%; }
  .grid-30 {
    float: left;
    width: 30%; }
  .prefix-30 {
    margin-left: 30%; }
  .suffix-30 {
    margin-right: 30%; }
  .push-30 {
    left: 30%; }
  .pull-30 {
    left: -30%; }
  .grid-35 {
    float: left;
    width: 35%; }
  .prefix-35 {
    margin-left: 35%; }
  .suffix-35 {
    margin-right: 35%; }
  .push-35 {
    left: 35%; }
  .pull-35 {
    left: -35%; }
  .grid-40 {
    float: left;
    width: 40%; }
  .prefix-40 {
    margin-left: 40%; }
  .suffix-40 {
    margin-right: 40%; }
  .push-40 {
    left: 40%; }
  .pull-40 {
    left: -40%; }
  .grid-45 {
    float: left;
    width: 45%; }
  .prefix-45 {
    margin-left: 45%; }
  .suffix-45 {
    margin-right: 45%; }
  .push-45 {
    left: 45%; }
  .pull-45 {
    left: -45%; }
  .grid-50 {
    float: left;
    width: 50%; }
  .prefix-50 {
    margin-left: 50%; }
  .suffix-50 {
    margin-right: 50%; }
  .push-50 {
    left: 50%; }
  .pull-50 {
    left: -50%; }
  .grid-55 {
    float: left;
    width: 55%; }
  .prefix-55 {
    margin-left: 55%; }
  .suffix-55 {
    margin-right: 55%; }
  .push-55 {
    left: 55%; }
  .pull-55 {
    left: -55%; }
  .grid-60 {
    float: left;
    width: 60%; }
  .prefix-60 {
    margin-left: 60%; }
  .suffix-60 {
    margin-right: 60%; }
  .push-60 {
    left: 60%; }
  .pull-60 {
    left: -60%; }
  .grid-65 {
    float: left;
    width: 65%; }
  .prefix-65 {
    margin-left: 65%; }
  .suffix-65 {
    margin-right: 65%; }
  .push-65 {
    left: 65%; }
  .pull-65 {
    left: -65%; }
  .grid-70 {
    float: left;
    width: 70%; }
  .prefix-70 {
    margin-left: 70%; }
  .suffix-70 {
    margin-right: 70%; }
  .push-70 {
    left: 70%; }
  .pull-70 {
    left: -70%; }
  .grid-75 {
    float: left;
    width: 75%; }
  .prefix-75 {
    margin-left: 75%; }
  .suffix-75 {
    margin-right: 75%; }
  .push-75 {
    left: 75%; }
  .pull-75 {
    left: -75%; }
  .grid-80 {
    float: left;
    width: 80%; }
  .prefix-80 {
    margin-left: 80%; }
  .suffix-80 {
    margin-right: 80%; }
  .push-80 {
    left: 80%; }
  .pull-80 {
    left: -80%; }
  .grid-85 {
    float: left;
    width: 85%; }
  .prefix-85 {
    margin-left: 85%; }
  .suffix-85 {
    margin-right: 85%; }
  .push-85 {
    left: 85%; }
  .pull-85 {
    left: -85%; }
  .grid-90 {
    float: left;
    width: 90%; }
  .prefix-90 {
    margin-left: 90%; }
  .suffix-90 {
    margin-right: 90%; }
  .push-90 {
    left: 90%; }
  .pull-90 {
    left: -90%; }
  .grid-95 {
    float: left;
    width: 95%; }
  .prefix-95 {
    margin-left: 95%; }
  .suffix-95 {
    margin-right: 95%; }
  .push-95 {
    left: 95%; }
  .pull-95 {
    left: -95%; }
  .grid-33 {
    float: left;
    width: 33.33333%; }
  .prefix-33 {
    margin-left: 33.33333%; }
  .suffix-33 {
    margin-right: 33.33333%; }
  .push-33 {
    left: 33.33333%; }
  .pull-33 {
    left: -33.33333%; }
  .grid-66 {
    float: left;
    width: 66.66667%; }
  .prefix-66 {
    margin-left: 66.66667%; }
  .suffix-66 {
    margin-right: 66.66667%; }
  .push-66 {
    left: 66.66667%; }
  .pull-66 {
    left: -66.66667%; }
  .grid-100 {
    clear: both;
    width: 100%; } }

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  font-weight: normal;
  font-style: normal; }

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

.icon, .social a.custom-icon--soundcloud:before, .social a.custom-icon--youtube:before, .social a.custom-icon--facebook:before, .social a.custom-icon--twitter:before, .social a.custom-icon--instagram:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook-new, .social a.custom-icon--facebook:before {
  content: "\f101"; }

.icon-instagram-new, .social a.custom-icon--instagram:before {
  content: "\f102"; }

.icon-soundcloud-new, .social a.custom-icon--soundcloud:before {
  content: "\f103"; }

.icon-soundcloud__old {
  content: "\f104"; }

.icon-twitter-new, .social a.custom-icon--twitter:before {
  content: "\f105"; }

.icon-youtube-new, .social a.custom-icon--youtube:before {
  content: "\f106"; }

/** Extends icon classes created by grunt-webfont
 *	@param (string) $icon - the icon to use (without icon- prefix)
 */
@font-face {
  font-family: 'FaktPro-Normal';
  src: url("../fonts/fakt/FaktPro-Normal.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/fakt/FaktPro-Normal.svg#svgFontName") format("svg"), url("../fonts/fakt/FaktPro-Normal.woff") format("woff"), url("../fonts/fakt/FaktPro-Normal.ttf") format("truetype"), url("../fonts/fakt/FaktPro-Normal.eot?#iefix") format("embedded-opentype");
  /* Legacy iOS */ }

@font-face {
  font-family: 'FaktPro-Bold';
  src: url("../fonts/fakt/FaktPro-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/fakt/FaktPro-Bold.svg#svgFontName") format("svg"), url("../fonts/fakt/FaktPro-Bold.woff") format("woff"), url("../fonts/fakt/FaktPro-Bold.ttf") format("truetype"), url("../fonts/fakt/FaktPro-Bold.eot?#iefix") format("embedded-opentype");
  /* Legacy iOS */ }

@font-face {
  font-family: 'FaktPro-NormalItalic';
  src: url("../fonts/fakt/FaktPro-NormalItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/fakt/FaktPro-NormalItalic.svg#svgFontName") format("svg"), url("../fonts/fakt/FaktPro-NormalItalic.woff") format("woff"), url("../fonts/fakt/FaktPro-NormalItalic.ttf") format("truetype"), url("../fonts/fakt/FaktPro-NormalItalic.eot?#iefix") format("embedded-opentype");
  /* Legacy iOS */ }

@font-face {
  font-family: 'FaktPro-BoldItalic';
  src: url("../fonts/fakt/FaktPro-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/fakt/FaktPro-BoldItalic.svg#svgFontName") format("svg"), url("../fonts/fakt/FaktPro-BoldItalic.woff") format("woff"), url("../fonts/fakt/FaktPro-BoldItalic.ttf") format("truetype"), url("../fonts/fakt/FaktPro-BoldItalic.eot?#iefix") format("embedded-opentype");
  /* Legacy iOS */ }

@font-face {
  font-family: 'FaktPro-Light';
  src: url("../fonts/fakt/FaktPro-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/fakt/FaktPro-Light.svg#svgFontName") format("svg"), url("../fonts/fakt/FaktPro-Light.woff") format("woff"), url("../fonts/fakt/FaktPro-Light.ttf") format("truetype"), url("../fonts/fakt/FaktPro-Light.eot?#iefix") format("embedded-opentype");
  /* Legacy iOS */ }

@font-face {
  font-family: 'FaktPro-LightItalic';
  src: url("../fonts/fakt/FaktPro-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/fakt/FaktPro-LightItalic.svg#svgFontName") format("svg"), url("../fonts/fakt/FaktPro-LightItalic.woff") format("woff"), url("../fonts/fakt/FaktPro-LightItalic.ttf") format("truetype"), url("../fonts/fakt/FaktPro-LightItalic.eot?#iefix") format("embedded-opentype");
  /* Legacy iOS */ }

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

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

.icon-circle-headphones-thick:before {
  content: "\e62a"; }

.icon-circle-headphones-thin:before {
  content: "\e62b"; }

.icon-cart:before, .top-toolbar-mobile .shopping-cart a:before, .top-toolbar .shopping-cart a:before {
  content: "\e629"; }

.icon-dload2:before {
  content: "\e628"; }

.icon-dload:before, .resource-widget .resource-downloads .download:before, .listing-item .has-download:before {
  content: "\e627"; }

.icon-close:before, .custom-checkbox:checked + label:before, .lb-title-custom .close:before, .search-title-wrapper .change-search:before, .search-active-filters .active-filter:before {
  content: "\e626"; }

.icon-mobile:before, .top-toolbar-mobile .menu-button span:before, .anchor-nav-mobile .show-hide-nav:before {
  content: "\e617"; }

.icon-world:before {
  content: "\e618"; }

.icon-play_circle:before, .listing-item .more-detail .view-more.type-film:before,
.listing-item .more-detail .type-film:before {
  content: "\e619"; }

.icon-arrow_circle:before, .tags-widget li:before, .listing-item .more-detail .view-more:before,
.listing-item .more-detail .type-film:before, .lb-title-custom .readmore:before {
  content: "\e61a"; }

.icon-circlearrow:before, .video-thumb:before {
  content: "\e605"; }

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

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

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

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

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

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

.icon-calendar2:before, .top-toolbar-mobile .icon-calendar-wrap span:before, .whats-on-widget .view-more .icon-calendar:before, .whats-on-widget .view-more .top-toolbar .calendar-wrap .ico-cal:before, .top-toolbar .calendar-wrap .whats-on-widget .view-more .ico-cal:before {
  content: "\e606"; }

.icon-arrow-left:before, .homepage-slider-outer .rsArrowLeft div:before {
  content: "\e609"; }

.icon-arrow-right:before, .add-right-arrow:before, .ticket-calendar .event-time .book-now:before, .tweet-widget .visit-feed:before, .listing-item .book-now:before, .listing-item .read-more:before, .homepage-slider-outer .rsArrowRight div:before, .info-module span:before {
  content: "\e60a"; }

.icon-arrow-down:before, .main-header nav.primary-nav .subnav-toggle:before, .refine-results-wrapper .filter-form-wrapper h4.toggle-fieldset:before, .refine-results-wrapper .filter-form-wrapper .content-nav a.toggle-fieldset:before, .content-nav .refine-results-wrapper .filter-form-wrapper a.toggle-fieldset:before, .refine-results-wrapper .refine-results-toggle span:before {
  content: "\e60b"; }

.icon-arrow-up:before, .main-header nav.primary-nav .open span:before, .refine-results-wrapper .dropdown-activespan:before, .refine-results-wrapper.show-filter-form .refine-results-toggle span:before {
  content: "\e60c"; }

.icon-arrow-left2:before, .calendar-app .btn.prev span.icon:before {
  content: "\e60d"; }

.icon-arrow-right2:before, .pass-types .pass-type div span.icon:before, .calendar-app .btn.next span.icon:before, body .qtip-content .book-now:before {
  content: "\e60e"; }

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

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

.icon-resize-enlarge:before {
  content: "\e611"; }

.icon-resize-shrink:before {
  content: "\e612"; }

.icon-search:before, .collection-search button:before {
  content: "\e613"; }

.icon-dot:before {
  content: "\e616"; }

.icon-ellipsis:before {
  content: "\e614"; }

.icon-calendar:before, .top-toolbar .calendar-wrap .ico-cal:before {
  content: "\e615"; }

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

.icon-mail:before {
  content: "\e61e"; }

.icon-location:before {
  content: "\e61f"; }

.icon-search2:before {
  content: "\e61d"; }

.icon-resize-enlarge2:before {
  content: "\e61c"; }

.icon-resize-shrink2:before {
  content: "\e61b"; }

.icon-arrow-right3:before {
  content: "\e620"; }

.icon-dot2:before {
  content: "\e625"; }

.icon-twitter:before, body .addthis_button_twitter:before, .event-overview .share-buttons .twitter:before {
  content: "\e622"; }

.icon-facebook:before, body .addthis_button_facebook:before, .event-overview .share-buttons .facebook:before {
  content: "\e621"; }

.icon-googleplus:before {
  content: "\e624"; }

.icon-tumblr:before {
  content: "\e623"; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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: #000;
  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("../img/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("../img/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-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.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("../img/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("../img/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("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Thu Nov 21 2013 08:34 GMT+0000
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 332px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon {
  border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: transparent; }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.qtipmodal-ie6fix {
  position: absolute !important; }

.contour-form {
  /** DEFAULT CONTOUR CSS */
  /** ADDITIONAL CSS */ }
  .contour-form div label {
    display: inline; }
  .contour-form .fieldLabel {
    font-weight: bold;
    display: block;
    width: 200px;
    float: left;
    clear: left;
    background: transparent !important;
    text-align: left; }
  .contour-form small {
    display: block;
    float: left;
    clear: both;
    padding: 5px 5px 5px 200px; }
  .contour-form fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: none !important; }
  .contour-form legend {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    display: block; }
  .contour-form input.text, .contour-form input.title, .contour-form textarea, .contour-form select {
    margin: 0.5em 0;
    border: 1px solid #bbb; }
  .contour-form input.text:focus, .contour-form input.title:focus, .contour-form textarea:focus, .contour-form select:focus {
    border: 1px solid #666; }
  .contour-form input.text, .contour-form textarea {
    padding: 5px; }
  .contour-form textarea {
    height: 250px; }
  .contour-form input.fileupload {
    height: auto !important; }
  .contour-form span.checkboxlist, .contour-form span.radiobuttonlist, .contour-form span.checkbox {
    display: block;
    float: left;
    padding: 10px; }
  .contour-form .checkboxlist input, .contour-form .radiobuttonlist input, .contour-form .checkbox input {
    width: auto !important;
    height: auto !important;
    border: none !important;
    display: inline !important; }
  .contour-form .hiddenfield {
    display: none; }
  .contour-form .contourButton {
    margin-right: 10px;
    padding: 2px 10px; }
  .contour-form .contourErrorMessage {
    padding: .8em;
    margin-bottom: .5em;
    border: 2px solid #FBC2C4; }
  .contour-form .contourErrorMessage, .contour-form .contourError {
    background: #FBE3E4;
    color: #8a1f11; }
  .contour-form input.contourError, .contour-form textarea.contourError, .contour-form input.input-validation-error, .contour-form textarea.input-validation-error {
    background: #FBE3E4;
    border-color: #FBC2C4; }
  .contour-form span.contourError, .contour-form span.field-validation-error {
    color: #8a1f11 !important;
    background: transparent !important; }
  .contour-form #recaptcha_widget_div {
    margin-left: 200px; }
  .contour-form .field-validation-error {
    padding-left: 5px; }

/* ============================================ */
/* This file has a mobile-to-desktop breakpoint */
/* ============================================ */
/*
$media-mobile-max: 767px !default;
$media-desktop-min: 768px !default;
$gutter-half: 0;

@import "partials/unsemantic-grid/unsemantic-ie-snap";

@media screen {
  @import "partials/unsemantic-grid/unsemantic-grid-base";
}

@media screen and (max-width: $media-mobile-max) {
  @import "partials/unsemantic-grid/unsemantic-grid-mobile";
}

@media screen and (min-width: $media-desktop-min) {
  @import "partials/unsemantic-grid/unsemantic-grid-desktop";
}
*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #000; }

html {
  font-size: 62.5%; }

body {
  font-family: 'FaktPro-Normal', Helvetica, sans-serif;
  font-size: 16px; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

img {
  vertical-align: middle;
  max-width: 100%; }

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

input {
  border: none; }

textarea {
  resize: vertical; }

a {
  text-decoration: none;
  color: #353535; }

p {
  margin-top: 0; }

h1, .search-title-wrapper .page-heading, h2, h3, h4, .content-nav a, h5, h6 {
  font-weight: normal;
  margin-top: 0; }

h1, .search-title-wrapper .page-heading, h2, h3, h4, .content-nav a {
  font-family: 'FaktPro-Bold', Helvetica, sans-serif; }

h1, .search-title-wrapper .page-heading {
  font-size: 40px;
  line-height: 1.3em;
  margin-bottom: 21px; }

h2.section-title {
  font-size: 44px;
  position: relative;
  font-family: 'FaktPro-Light', Helvetica, sans-serif;
  margin-bottom: 0.9em; }
  @media (max-width: 767px) {
    h2.section-title {
      text-align: center; } }

.section-anchor {
  position: relative;
  top: -100px;
  display: block;
  height: 0px; }

h2.section-sub-title {
  font-size: 19px;
  font-family: 'FaktPro-Bold', Helvetica, sans-serif;
  margin-bottom: 0.9em; }
  @media (max-width: 767px) {
    h2.section-sub-title {
      text-align: center; } }

h5.posted-on {
  font-size: 15px;
  font-family: 'FaktPro-Normal', Helvetica, sans-serif;
  color: #666666;
  margin-bottom: 45px; }

.sub-heading {
  font-family: 'FaktPro-Bold', Helvetica, sans-serif;
  text-transform: uppercase; }

h4.type-heading, .content-nav a.type-heading {
  text-transform: uppercase;
  font-weight: 14px; }

.acmi-icon-font, .video-thumb:before, .custom-checkbox:checked + label:before, body .addthis_button_facebook:before, body .addthis_button_twitter:before, .top-toolbar-mobile .menu-button span:before, .top-toolbar-mobile .shopping-cart a:before, .top-toolbar .shopping-cart a:before, .top-toolbar .calendar-wrap .ico-cal:before, .main-header nav.primary-nav .subnav-toggle:before, .info-module span:before, .resource-widget .resource-downloads .download:before, .tags-widget li:before, .listing-item .has-download:before, .listing-item .more-detail .view-more:before,
.listing-item .more-detail .type-film:before, .lb-title-custom .readmore:before, .event-overview .share-buttons a:before, .anchor-nav-mobile .show-hide-nav:before, .search-title-wrapper .change-search:before, .search-active-filters .active-filter:before, .refine-results-wrapper .filter-form-wrapper h4.toggle-fieldset:before, .refine-results-wrapper .filter-form-wrapper .content-nav a.toggle-fieldset:before, .content-nav .refine-results-wrapper .filter-form-wrapper a.toggle-fieldset:before, .refine-results-wrapper .refine-results-toggle span:before, .collection-search button:before {
  font-family: 'acmicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.nolist {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none; }
  .nolist li {
    display: inline-block;
    margin: 0;
    padding: 0; }

.hidden {
  display: none; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none; }

body {
  color: #000000; }

.mobile-only {
  display: none; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block; } }

@media (max-width: 767px) {
  .tablet-up {
    display: none; } }

.page-inner, .page-outer {
  position: relative;
  width: 100%; }

.page-outer {
  overflow: hidden; }

.js-ready .page-inner {
  right: 0; }

.page-inner {
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

/* Force smaller devices to have a width of 1024 - instead of doing zoom with js ( head.js ) */
/*
body {
    min-width: 1024px;
    @include breakpoint(small){
        min-width: 300px;
    }
}
*/
.container {
  width: 100%;
  padding: 0 20px;
  max-width: 1200px;
  min-width: 300px;
  margin: 0 auto;
  clear: both; }
  @media (max-width: 767px) {
    .container {
      min-width: 300px;
      max-width: 100%;
      padding: 0 10px; } }

strong {
  font-family: 'FaktPro-Bold', Helvetica, sans-serif; }

.justified-list {
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .justified-list:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0; }
  .justified-list > li {
    display: inline-block;
    vertical-align: top; }

.add-right-arrow:before, .ticket-calendar .event-time .book-now:before, .tweet-widget .visit-feed:before, .listing-item .book-now:before, .listing-item .read-more:before {
  font-family: 'acmicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  display: block;
  margin-top: 3px; }

.hidden {
  display: none; }

.button, .basic-form button[type='submit'] {
  border: none;
  color: white;
  padding: 20px 30px;
  font-family: 'FaktPro-Bold', Helvetica, sans-serif;
  font-size: 17px; }

input, textarea {
  background: #f1f1f1;
  padding: 20px;
  border: none; }
  input.placeholder, textarea.placeholder {
    color: #666666;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    font-size: 17px;
    line-height: 17px; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #666666;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    font-size: 17px;
    line-height: 17px; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666666;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    font-size: 17px;
    line-height: 17px; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666666;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    font-size: 17px;
    line-height: 17px; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666666;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    font-size: 17px;
    line-height: 17px; }

button {
  border: none; }

.basic-form input, .basic-form textarea {
  width: 100%;
  margin-bottom: 20px;
  display: block; }

.basic-form textarea {
  min-height: 152px; }

@media (max-width: 767px) {
  .basic-form button[type='submit'] {
    width: 100%; } }

.basic-form .button, .basic-form button[type='submit'] {
  float: right; }

.basic-form .hpi {
  display: none; }

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

label.error {
  display: inline;
  top: -17px;
  position: relative;
  font-size: 11px;
  color: red; }

.fail-msg, .success-msg {
  padding: 15px;
  text-align: center;
  font-family: 'FaktPro-Bold', Helvetica, sans-serif; }
  .fail-msg p, .success-msg p {
    margin: 0; }

.fail-msg {
  background: #ff9b9d; }

.success-msg {
  background: #6ac68c; }

.video-thumb {
  display: block;
  position: relative; }
  .video-thumb:before {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    color: white;
    font-size: 100px;
    color: #f1f1f1;
    width: 100%;
    text-align: center;
    height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .theme-blue .video-thumb:hover:before {
    color: #0099cc; }
  .theme-green .video-thumb:hover:before {
    color: #03a770; }
  .theme-red .video-thumb:hover:before {
    color: #f34840; }
  .theme-yellow .video-thumb:hover:before {
    color: #fe9900; }
  .theme-violet .video-thumb:hover:before {
    color: #b4549c; }
  .theme-magenta .video-thumb:hover:before {
    color: #fc5990; }
  .theme-slategray .video-thumb:hover:before {
    color: #669999; }
  .theme-purple .video-thumb:hover:before {
    color: #62619a; }
  .theme-steel .video-thumb:hover:before {
    color: #187fa2; }
  .theme-rose .video-thumb:hover:before {
    color: #cc6666; }
  .theme-olive .video-thumb:hover:before {
    color: #999933; }
  .theme-amber .video-thumb:hover:before {
    color: #c28918; }
  .theme-brown .video-thumb:hover:before {
    color: #997747; }
  .theme-orange .video-thumb:hover:before {
    color: #eb6811; }
  .theme-warmgray .video-thumb:hover:before {
    color: #8c7c7c; }

.section-block {
  margin-bottom: 60px; }

.sidebar-module {
  margin-bottom: 20px; }

.basic-tag {
  border: 1px solid #b2b2b2;
  text-transform: uppercase;
  color: #000000;
  line-height: normal;
  font-size: 14px;
  font-family: 'FaktPro-Bold', Helvetica, sans-serif;
  padding: 10px;
  display: inline-block; }

.logo-list {
  margin-bottom: 40px; }
  .logo-list a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .logo-list a {
      display: block;
      text-align: center;
      margin-right: 0;
      margin-bottom: 30px; } }

.sidebar .widget {
  margin-bottom: 20px; }

.section-header h2.section-title {
  display: inline-block; }

.section-header .view-all {
  float: right;
  color: #666666;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin-top: 34px;
  font-family: 'FaktPro-Bold', Helvetica, sans-serif; }

@media (max-width: 520px) {
  .section-header {
    overflow: hidden;
    *zoom: 1; }
    .section-header h2.section-title {
      display: block;
      margin-bottom: 10px; }
    .section-header .view-all {
      display: block;
      float: right;
      margin: 0px 0px 10px 0px; } }

.show-more-button, .load-more-results {
  background: #e7e7e7;
  color: #939392;
  padding: 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px; }
  .show-more-button:hover, .load-more-results:hover {
    background: #cecece;
    color: #7a7a7a; }

.load-more-results.hidden {
  display: none; }

.gallery-wrapper {
  overflow: hidden; }

.content-copy {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  *zoom: 1; }
  .content-copy h2, .content-copy h3, .content-copy h4, .content-copy .content-nav a, .content-nav .content-copy a {
    margin: 0 0 15px;
    padding: 0;
    line-height: normal; }
  .content-copy h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px; }
  .content-copy h3 {
    font-size: 16px; }
  .content-copy h6 {
    font-size: 14px; }
  .content-copy p {
    line-height: 25px;
    margin: 0px 0 15px; }
  .content-copy blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 35px;
    padding-left: 11px;
    border-left: 4px;
    border-left-style: solid;
    border-left-color: #dedede; }
  .content-copy ul {
    list-style-type: disc; }
  .content-copy ol {
    list-style-type: decimal; }
  .content-copy li {
    padding-bottom: 8px;
    padding-left: 7px;
    margin-left: 25px;
    display: list-item; }
  .content-copy a {
    text-decoration: underline;
    color: #B6B6B6;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .theme-blue .content-copy a:hover {
      color: #0086b3; }
      .theme-blue .content-copy a:hover:hover {
        color: #007399; }
    .theme-green .content-copy a:hover {
      color: #038e5f; }
      .theme-green .content-copy a:hover:hover {
        color: #02754e; }
    .theme-red .content-copy a:hover {
      color: #f13128; }
      .theme-red .content-copy a:hover:hover {
        color: #f01a10; }
    .theme-yellow .content-copy a:hover {
      color: #e58a00; }
      .theme-yellow .content-copy a:hover:hover {
        color: #cb7a00; }
    .theme-violet .content-copy a:hover {
      color: #a6498f; }
      .theme-violet .content-copy a:hover:hover {
        color: #94417f; }
    .theme-magenta .content-copy a:hover {
      color: #fc407f; }
      .theme-magenta .content-copy a:hover:hover {
        color: #fb276f; }
    .theme-slategray .content-copy a:hover {
      color: #5c8a8a; }
      .theme-slategray .content-copy a:hover:hover {
        color: #527a7a; }
    .theme-purple .content-copy a:hover {
      color: #58578a; }
      .theme-purple .content-copy a:hover:hover {
        color: #4e4d7b; }
    .theme-steel .content-copy a:hover {
      color: #156e8c; }
      .theme-steel .content-copy a:hover:hover {
        color: #115c76; }
    .theme-rose .content-copy a:hover {
      color: #c65353; }
      .theme-rose .content-copy a:hover:hover {
        color: #bf4040; }
    .theme-olive .content-copy a:hover {
      color: #86862d; }
      .theme-olive .content-copy a:hover:hover {
        color: #737326; }
    .theme-amber .content-copy a:hover {
      color: #ab7915; }
      .theme-amber .content-copy a:hover:hover {
        color: #956912; }
    .theme-brown .content-copy a:hover {
      color: #88693f; }
      .theme-brown .content-copy a:hover:hover {
        color: #765c37; }
    .theme-orange .content-copy a:hover {
      color: #d35d0f; }
      .theme-orange .content-copy a:hover:hover {
        color: #bb530e; }
    .theme-warmgray .content-copy a:hover {
      color: #7f6f6f; }
      .theme-warmgray .content-copy a:hover:hover {
        color: #716464; }

.ajax-loader {
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -100%;
  overflow: hidden;
  background: url(../img/misc/small-loader-on-white.gif); }

.general-error, .seven-day-calendar-error {
  padding: 10px;
  color: red;
  font-size: 12px; }

.custom-checkbox {
  position: absolute;
  left: -200%;
  width: 1px;
  height: 1px; }

.custom-checkbox + label {
  padding-left: 30px;
  position: relative; }
  .custom-checkbox + label:before {
    content: '';
    width: 16px;
    height: 17px;
    border: 1px solid #aaaaaa;
    position: absolute;
    left: 0;
    top: 0px;
    margin-right: 10px; }

.custom-checkbox:checked + label:before {
  color: #aaaaaa;
  text-align: center;
  font-size: 16px;
  text-indent: -1px;
  line-height: 16px; }

body .addthis_button_facebook, body .addthis_button_twitter {
  margin-right: 5px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s; }
  body .addthis_button_facebook span, body .addthis_button_twitter span {
    display: none !important; }
  body .addthis_button_facebook:before, body .addthis_button_twitter:before {
    color: white;
    font-size: 24px; }
  body .addthis_button_facebook:hover, body .addthis_button_twitter:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }

/* Deals with screen width between 768 and 960 px */
body {
  /*min-width: 960px;*/ }
  @media (max-width: 767px) {
    body {
      min-width: 0px; } }

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

.social a {
  -webkit-transition: color 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  color: #989898; }
  .social a:hover.icon-facebook, .social body a.addthis_button_facebook:hover, body .social a.addthis_button_facebook:hover, .social .event-overview .share-buttons a.facebook:hover, .event-overview .share-buttons .social a.facebook:hover {
    color: #3b5998; }
  .social a:hover.icon-twitter, .social body a.addthis_button_twitter:hover, body .social a.addthis_button_twitter:hover, .social .event-overview .share-buttons a.twitter:hover, .event-overview .share-buttons .social a.twitter:hover {
    color: #00aced; }
  .social a:hover.icon-youtube {
    color: #bb0000; }
  .social a:hover.icon-googleplus {
    color: #dd4b39; }
  .social a:hover.icon-insta {
    color: #406E95; }
  .social a:hover.custom-icon--soundcloud {
    color: #FF5500; }
  .social a:hover.custom-icon--facebook {
    color: #3b5998; }
  .social a:hover.custom-icon--twitter {
    color: #00aced; }
  .social a:hover.custom-icon--youtube {
    color: #bb0000; }
  .social a:hover.custom-icon--googleplus {
    color: #dd4b39; }
  .social a:hover.custom-icon--instagram {
    color: #406E95; }

#results-error {
  background-color: #fcf8e3;
  padding: 15px;
  margin: 15px 0;
  text-align: center; }
  #results-error p {
    margin: 0;
    color: #333; }

.job-item {
  padding: 10px 0; }

.screen-reader-only {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  top: -10px; }

.block {
  margin-bottom: 30px;
  padding: 30px;
  background: gray; }

ul.listing-grid {
  padding-left: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 0px 0; }
  ul.listing-grid.stacked {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .three-small-left {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    .three-small-left > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      .three-small-left > li:nth-child(3n+1) {
        width: 30%; }
      .three-small-left > li:nth-child(3n+2) {
        width: 35%; }
      .three-small-left > li:nth-child(3n+3) {
        width: 35%; }
      .three-small-left > li:nth-child(3n+1) {
        clear: left; } }

.ie-8 .three-small-left {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 .three-small-left > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 .three-small-left > li:nth-child(3n+1) {
      width: 30%; }
    .ie-8 .three-small-left > li:nth-child(3n+2) {
      width: 35%; }
    .ie-8 .three-small-left > li:nth-child(3n+3) {
      width: 35%; }
    .ie-8 .three-small-left > li:nth-child(3n+1) {
      clear: left; }

@media (min-width: 768px) {
  ul.listing-grid.three-large-middle {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.three-large-middle > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.three-large-middle > li:nth-child(3n+1) {
        width: 30%; }
      ul.listing-grid.three-large-middle > li:nth-child(3n+2) {
        width: 40%; }
      ul.listing-grid.three-large-middle > li:nth-child(3n+3) {
        width: 30%; }
      ul.listing-grid.three-large-middle > li:nth-child(3n+1) {
        clear: left; } }

.ie-8 ul.listing-grid.three-large-middle {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 ul.listing-grid.three-large-middle > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 ul.listing-grid.three-large-middle > li:nth-child(3n+1) {
      width: 30%; }
    .ie-8 ul.listing-grid.three-large-middle > li:nth-child(3n+2) {
      width: 40%; }
    .ie-8 ul.listing-grid.three-large-middle > li:nth-child(3n+3) {
      width: 30%; }
    .ie-8 ul.listing-grid.three-large-middle > li:nth-child(3n+1) {
      clear: left; }

@media (min-width: 768px) {
  ul.listing-grid.three-large-right {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.three-large-right > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.three-large-right > li:nth-child(3n+1) {
        width: 30%; }
      ul.listing-grid.three-large-right > li:nth-child(3n+2) {
        width: 30%; }
      ul.listing-grid.three-large-right > li:nth-child(3n+3) {
        width: 40%; }
      ul.listing-grid.three-large-right > li:nth-child(3n+1) {
        clear: left; } }

.ie-8 ul.listing-grid.three-large-right {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 ul.listing-grid.three-large-right > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 ul.listing-grid.three-large-right > li:nth-child(3n+1) {
      width: 30%; }
    .ie-8 ul.listing-grid.three-large-right > li:nth-child(3n+2) {
      width: 30%; }
    .ie-8 ul.listing-grid.three-large-right > li:nth-child(3n+3) {
      width: 40%; }
    .ie-8 ul.listing-grid.three-large-right > li:nth-child(3n+1) {
      clear: left; }

@media (min-width: 768px) {
  ul.listing-grid.three-large-left {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.three-large-left > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.three-large-left > li:nth-child(3n+1) {
        width: 40%; }
      ul.listing-grid.three-large-left > li:nth-child(3n+2) {
        width: 30%; }
      ul.listing-grid.three-large-left > li:nth-child(3n+3) {
        width: 30%; }
      ul.listing-grid.three-large-left > li:nth-child(3n+1) {
        clear: left; } }

.ie-8 ul.listing-grid.three-large-left {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 ul.listing-grid.three-large-left > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 ul.listing-grid.three-large-left > li:nth-child(3n+1) {
      width: 40%; }
    .ie-8 ul.listing-grid.three-large-left > li:nth-child(3n+2) {
      width: 30%; }
    .ie-8 ul.listing-grid.three-large-left > li:nth-child(3n+3) {
      width: 30%; }
    .ie-8 ul.listing-grid.three-large-left > li:nth-child(3n+1) {
      clear: left; }

@media (min-width: 768px) {
  ul.listing-grid.two-even {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.two-even > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.two-even > li:nth-child(2n+1) {
        width: 50%; }
      ul.listing-grid.two-even > li:nth-child(2n+2) {
        width: 50%; }
      ul.listing-grid.two-even > li:nth-child(2n+1) {
        clear: left; } }

.ie-8 ul.listing-grid.two-even {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 ul.listing-grid.two-even > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 ul.listing-grid.two-even > li:nth-child(2n+1) {
      width: 50%; }
    .ie-8 ul.listing-grid.two-even > li:nth-child(2n+2) {
      width: 50%; }
    .ie-8 ul.listing-grid.two-even > li:nth-child(2n+1) {
      clear: left; }

@media (min-width: 768px) {
  ul.listing-grid.two-even {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.two-even > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.two-even > li:nth-child(2n+1) {
        width: 50%; }
      ul.listing-grid.two-even > li:nth-child(2n+2) {
        width: 50%; }
      ul.listing-grid.two-even > li:nth-child(2n+1) {
        clear: left; } }

.ie-8 ul.listing-grid.two-even {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 ul.listing-grid.two-even > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 ul.listing-grid.two-even > li:nth-child(2n+1) {
      width: 50%; }
    .ie-8 ul.listing-grid.two-even > li:nth-child(2n+2) {
      width: 50%; }
    .ie-8 ul.listing-grid.two-even > li:nth-child(2n+1) {
      clear: left; }

@media (min-width: 768px) {
  ul.listing-grid.two-large-left {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.two-large-left > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.two-large-left > li:nth-child(2n+1) {
        width: 58%; }
      ul.listing-grid.two-large-left > li:nth-child(2n+2) {
        width: 42%; }
      ul.listing-grid.two-large-left > li:nth-child(2n+1) {
        clear: left; } }

.ie-8 ul.listing-grid.two-large-left {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 ul.listing-grid.two-large-left > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 ul.listing-grid.two-large-left > li:nth-child(2n+1) {
      width: 58%; }
    .ie-8 ul.listing-grid.two-large-left > li:nth-child(2n+2) {
      width: 42%; }
    .ie-8 ul.listing-grid.two-large-left > li:nth-child(2n+1) {
      clear: left; }

@media (min-width: 768px) {
  ul.listing-grid.two-70-30 {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.two-70-30 > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.two-70-30 > li:nth-child(2n+1) {
        width: 70%; }
      ul.listing-grid.two-70-30 > li:nth-child(2n+2) {
        width: 30%; }
      ul.listing-grid.two-70-30 > li:nth-child(2n+1) {
        clear: left; } }

.ie-8 ul.listing-grid.two-70-30 {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 ul.listing-grid.two-70-30 > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 ul.listing-grid.two-70-30 > li:nth-child(2n+1) {
      width: 70%; }
    .ie-8 ul.listing-grid.two-70-30 > li:nth-child(2n+2) {
      width: 30%; }
    .ie-8 ul.listing-grid.two-70-30 > li:nth-child(2n+1) {
      clear: left; }

@media (min-width: 768px) {
  ul.listing-grid.two-30-70 {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.two-30-70 > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.two-30-70 > li:nth-child(2n+1) {
        width: 30%; }
      ul.listing-grid.two-30-70 > li:nth-child(2n+2) {
        width: 70%; }
      ul.listing-grid.two-30-70 > li:nth-child(2n+1) {
        clear: left; } }

.ie-8 ul.listing-grid.two-30-70 {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 ul.listing-grid.two-30-70 > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 ul.listing-grid.two-30-70 > li:nth-child(2n+1) {
      width: 30%; }
    .ie-8 ul.listing-grid.two-30-70 > li:nth-child(2n+2) {
      width: 70%; }
    .ie-8 ul.listing-grid.two-30-70 > li:nth-child(2n+1) {
      clear: left; }

@media (min-width: 768px) {
  ul.listing-grid.three-even {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.three-even > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.three-even > li:nth-child(3n+1) {
        width: 33.3%; }
      ul.listing-grid.three-even > li:nth-child(3n+2) {
        width: 33.3%; }
      ul.listing-grid.three-even > li:nth-child(3n+3) {
        width: 33.3%; }
      ul.listing-grid.three-even > li:nth-child(3n+1) {
        clear: left; } }

.ie-8 ul.listing-grid.three-even {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 ul.listing-grid.three-even > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 ul.listing-grid.three-even > li:nth-child(3n+1) {
      width: 33.3%; }
    .ie-8 ul.listing-grid.three-even > li:nth-child(3n+2) {
      width: 33.3%; }
    .ie-8 ul.listing-grid.three-even > li:nth-child(3n+3) {
      width: 33.3%; }
    .ie-8 ul.listing-grid.three-even > li:nth-child(3n+1) {
      clear: left; }

@media (min-width: 768px) {
  ul.listing-grid.two-even-flush {
    overflow: hidden;
    *zoom: 1;
    margin-left: 0;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.two-even-flush > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 0 0;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.two-even-flush > li:nth-child(2n+1) {
        width: 50%; }
      ul.listing-grid.two-even-flush > li:nth-child(2n+2) {
        width: 50%; }
      ul.listing-grid.two-even-flush > li:nth-child(2n+1) {
        clear: left; } }

.ie-8 ul.listing-grid.two-even-flush {
  overflow: hidden;
  *zoom: 1;
  margin-left: 0;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 ul.listing-grid.two-even-flush > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 ul.listing-grid.two-even-flush > li:nth-child(2n+1) {
      width: 50%; }
    .ie-8 ul.listing-grid.two-even-flush > li:nth-child(2n+2) {
      width: 50%; }
    .ie-8 ul.listing-grid.two-even-flush > li:nth-child(2n+1) {
      clear: left; }

ul.listing-grid.two-even-flush > li {
  padding-bottom: 20px; }

@media (min-width: 768px) {
  ul.listing-grid.four-even {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.four-even > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.four-even > li:nth-child(4n+1) {
        width: 25%; }
      ul.listing-grid.four-even > li:nth-child(4n+2) {
        width: 25%; }
      ul.listing-grid.four-even > li:nth-child(4n+3) {
        width: 25%; }
      ul.listing-grid.four-even > li:nth-child(4n+4) {
        width: 25%; }
      ul.listing-grid.four-even > li:nth-child(4n+1) {
        clear: left; } }

.ie-8 ul.listing-grid.four-even {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .ie-8 ul.listing-grid.four-even > li {
    float: left;
    font-size: 15px;
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none; }
    .ie-8 ul.listing-grid.four-even > li:nth-child(4n+1) {
      width: 25%; }
    .ie-8 ul.listing-grid.four-even > li:nth-child(4n+2) {
      width: 25%; }
    .ie-8 ul.listing-grid.four-even > li:nth-child(4n+3) {
      width: 25%; }
    .ie-8 ul.listing-grid.four-even > li:nth-child(4n+4) {
      width: 25%; }
    .ie-8 ul.listing-grid.four-even > li:nth-child(4n+1) {
      clear: left; }

@media (max-width: 767px) {
  ul.listing-grid.smalldevice-two-even {
    overflow: hidden;
    *zoom: 1;
    margin-left: -20px;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
    ul.listing-grid.smalldevice-two-even > li {
      float: left;
      font-size: 15px;
      vertical-align: top;
      margin: 0;
      padding: 0 0 20px 20px;
      text-align: left;
      -ms-text-justify: none;
      text-justify: none; }
      ul.listing-grid.smalldevice-two-even > li:nth-child(2n+1) {
        width: 50%; }
      ul.listing-grid.smalldevice-two-even > li:nth-child(2n+2) {
        width: 50%; }
      ul.listing-grid.smalldevice-two-even > li:nth-child(2n+1) {
        clear: left; } }

@media (max-width: 767px) {
  ul.listing-grid.two-70-30.small-hide-second > li:nth-child(2) {
    display: none; } }

.gutter-left {
  padding-left: 20px; }
  @media (max-width: 767px) {
    .gutter-left {
      padding-left: 0; } }

.gutter-left-half {
  padding-left: 10px; }
  @media (max-width: 767px) {
    .gutter-left-half {
      padding-left: 0; } }

.gutter-right {
  padding-right: 20px; }
  @media (max-width: 767px) {
    .gutter-right {
      padding-right: 0; } }

.gutter-right-half {
  padding-right: 10px; }
  @media (max-width: 767px) {
    .gutter-right-half {
      padding-right: 0; } }

@media (max-width: 767px) {
  .listing-grid > li {
    padding-bottom: 20px; } }

.top-toolbar-mobile {
  text-align: right; }
  .top-toolbar-mobile .container {
    height: 37px; }
  .top-toolbar-mobile .header-logo {
    float: left;
    padding: 4px; }
  .top-toolbar-mobile a {
    text-align: center;
    float: right;
    color: white;
    line-height: normal;
    font-size: 32px;
    position: relative; }
  .top-toolbar-mobile .icon-calendar-wrap {
    width: 37px;
    height: 37px; }
    .top-toolbar-mobile .icon-calendar-wrap span {
      position: relative;
      top: -3px;
      font-size: 21px; }
  .top-toolbar-mobile .menu-button {
    background: #333333;
    width: 50px;
    height: 37px;
    float: right;
    border-left: 3px solid white; }
    .top-toolbar-mobile .menu-button span {
      color: white;
      display: block;
      font-size: 33px;
      position: relative;
      top: 0; }
      .top-toolbar-mobile .menu-button span:before {
        top: 0px;
        display: block;
        line-height: 37px; }
  .top-toolbar-mobile .languages {
    height: 37px;
    position: relative;
    vertical-align: top;
    float: right; }
    .top-toolbar-mobile .languages:hover .icon-world, .top-toolbar-mobile .languages:hover .icon-arrow-down, .top-toolbar-mobile .languages:hover .main-header nav.primary-nav .subnav-toggle, .main-header nav.primary-nav .top-toolbar-mobile .languages:hover .subnav-toggle, .top-toolbar-mobile .languages:hover .refine-results-wrapper .filter-form-wrapper h4.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .top-toolbar-mobile .languages:hover h4.toggle-fieldset, .top-toolbar-mobile .languages:hover .refine-results-wrapper .filter-form-wrapper .content-nav a.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .content-nav .top-toolbar-mobile .languages:hover a.toggle-fieldset, .top-toolbar-mobile .languages:hover .content-nav .refine-results-wrapper .filter-form-wrapper a.toggle-fieldset, .content-nav .refine-results-wrapper .filter-form-wrapper .top-toolbar-mobile .languages:hover a.toggle-fieldset, .top-toolbar-mobile .languages:hover .refine-results-wrapper .refine-results-toggle span, .refine-results-wrapper .refine-results-toggle .top-toolbar-mobile .languages:hover span {
      border-bottom: 0 none; }
    .top-toolbar-mobile .languages .icon-world {
      font-size: 24px;
      border-top: 1px solid #eaeaea;
      border-left: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea;
      padding: 5px 0px 6px 5px;
      display: inline-block;
      position: relative;
      z-index: 400;
      background-color: #fff;
      height: 37px;
      vertical-align: top; }
    .top-toolbar-mobile .languages .icon-arrow-down, .top-toolbar-mobile .languages .main-header nav.primary-nav .subnav-toggle, .main-header nav.primary-nav .top-toolbar-mobile .languages .subnav-toggle, .top-toolbar-mobile .languages .refine-results-wrapper .filter-form-wrapper h4.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .top-toolbar-mobile .languages h4.toggle-fieldset, .top-toolbar-mobile .languages .refine-results-wrapper .filter-form-wrapper .content-nav a.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .content-nav .top-toolbar-mobile .languages a.toggle-fieldset, .top-toolbar-mobile .languages .content-nav .refine-results-wrapper .filter-form-wrapper a.toggle-fieldset, .content-nav .refine-results-wrapper .filter-form-wrapper .top-toolbar-mobile .languages a.toggle-fieldset, .top-toolbar-mobile .languages .refine-results-wrapper .refine-results-toggle span, .refine-results-wrapper .refine-results-toggle .top-toolbar-mobile .languages span {
      height: 37px;
      font-size: 18px;
      margin-left: -5px;
      border-top: 1px solid #eaeaea;
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea;
      padding: 10px 5px 7px 0px;
      display: inline-block;
      position: relative;
      z-index: 400;
      background-color: #fff;
      vertical-align: top; }
    .top-toolbar-mobile .languages ul {
      margin-left: 0;
      margin-top: -1px;
      border: 1px solid #eaeaea; }
      .top-toolbar-mobile .languages ul li a {
        color: #353535; }
  .top-toolbar-mobile .shopping-cart {
    float: right;
    overflow: hidden;
    background: #eaeaea;
    line-height: 37px;
    height: 37px; }
    .top-toolbar-mobile .shopping-cart a {
      display: block;
      line-height: 37px;
      height: 37px;
      width: 40px;
      text-align: center; }
      .theme-blue .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #0099cc; }
      .theme-green .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #03a770; }
      .theme-red .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #f34840; }
      .theme-yellow .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #fe9900; }
      .theme-violet .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #b4549c; }
      .theme-magenta .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #fc5990; }
      .theme-slategray .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #669999; }
      .theme-purple .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #62619a; }
      .theme-steel .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #187fa2; }
      .theme-rose .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #cc6666; }
      .theme-olive .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #999933; }
      .theme-amber .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #c28918; }
      .theme-brown .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #997747; }
      .theme-orange .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #eb6811; }
      .theme-warmgray .top-toolbar-mobile .shopping-cart a:hover:before {
        color: #8c7c7c; }
      .top-toolbar-mobile .shopping-cart a:before {
        color: #666666;
        display: block;
        line-height: 37px;
        height: 37px;
        width: 37px;
        width: 100%;
        font-size: 17px; }

.top-toolbar {
  height: 25px;
  border-bottom: 1px solid #eaeaea;
  text-align: right; }
  .top-toolbar .container > div {
    float: right;
    height: 25px;
    position: relative;
    padding-right: 35px; }
  .top-toolbar .social {
    position: relative;
    float: left;
    margin-right: 20px;
    height: 25px;
    line-height: 25px;
    vertical-align: top; }
    .top-toolbar .social li {
      height: 25px;
      line-height: 25px;
      vertical-align: top; }
    .top-toolbar .social a {
      display: block;
      font-size: 20px;
      margin-right: 10px;
      line-height: 25px; }
  .top-toolbar .quick-nav {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px; }
    .top-toolbar .quick-nav a {
      color: #666666;
      margin-right: 16px;
      font-size: 1.1em;
      font-weight: bold;
      -webkit-transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .top-toolbar .quick-nav ul {
      display: inline-block; }
      .top-toolbar .quick-nav ul li {
        height: 25px;
        line-height: 25px; }
  .top-toolbar .shopping-cart {
    float: left;
    overflow: hidden;
    border-left: 1px solid #eaeaea;
    line-height: 25px;
    height: 25px; }
    .top-toolbar .shopping-cart a {
      display: block;
      line-height: 25px;
      height: 25px;
      width: 25px;
      text-align: center; }
      .theme-blue .top-toolbar .shopping-cart a:hover:before {
        color: #0099cc; }
      .theme-green .top-toolbar .shopping-cart a:hover:before {
        color: #03a770; }
      .theme-red .top-toolbar .shopping-cart a:hover:before {
        color: #f34840; }
      .theme-yellow .top-toolbar .shopping-cart a:hover:before {
        color: #fe9900; }
      .theme-violet .top-toolbar .shopping-cart a:hover:before {
        color: #b4549c; }
      .theme-magenta .top-toolbar .shopping-cart a:hover:before {
        color: #fc5990; }
      .theme-slategray .top-toolbar .shopping-cart a:hover:before {
        color: #669999; }
      .theme-purple .top-toolbar .shopping-cart a:hover:before {
        color: #62619a; }
      .theme-steel .top-toolbar .shopping-cart a:hover:before {
        color: #187fa2; }
      .theme-rose .top-toolbar .shopping-cart a:hover:before {
        color: #cc6666; }
      .theme-olive .top-toolbar .shopping-cart a:hover:before {
        color: #999933; }
      .theme-amber .top-toolbar .shopping-cart a:hover:before {
        color: #c28918; }
      .theme-brown .top-toolbar .shopping-cart a:hover:before {
        color: #997747; }
      .theme-orange .top-toolbar .shopping-cart a:hover:before {
        color: #eb6811; }
      .theme-warmgray .top-toolbar .shopping-cart a:hover:before {
        color: #8c7c7c; }
      .top-toolbar .shopping-cart a:before {
        color: #666666;
        display: block;
        line-height: 25px;
        height: 25px;
        width: 25px;
        width: 100%;
        font-size: 17px; }
  .top-toolbar .languages {
    border-left: 1px solid #eaeaea;
    padding-left: 10px;
    height: 100%;
    line-height: 25px;
    float: left; }
    .top-toolbar .languages .icon-arrow-down, .top-toolbar .languages .main-header nav.primary-nav .subnav-toggle, .main-header nav.primary-nav .top-toolbar .languages .subnav-toggle, .top-toolbar .languages .refine-results-wrapper .filter-form-wrapper h4.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .top-toolbar .languages h4.toggle-fieldset, .top-toolbar .languages .refine-results-wrapper .filter-form-wrapper .content-nav a.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .content-nav .top-toolbar .languages a.toggle-fieldset, .top-toolbar .languages .content-nav .refine-results-wrapper .filter-form-wrapper a.toggle-fieldset, .content-nav .refine-results-wrapper .filter-form-wrapper .top-toolbar .languages a.toggle-fieldset, .top-toolbar .languages .refine-results-wrapper .refine-results-toggle span, .refine-results-wrapper .refine-results-toggle .top-toolbar .languages span {
      font-size: 11px;
      padding-right: 10px;
      height: 100%;
      line-height: 25px; }
    .top-toolbar .languages ul {
      display: none;
      top: 24px;
      margin-top: 0px;
      border-left: 1px solid #eaeaea;
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; }
    .top-toolbar .languages .icon-world {
      font-size: 22px;
      display: block;
      line-height: 25px;
      height: 25px;
      float: left; }
    .top-toolbar .languages .icon-world {
      font-size: 22px;
      display: block;
      line-height: 25px;
      height: 25px;
      float: left; }
  .top-toolbar .calendar-wrap {
    color: white;
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .top-toolbar .calendar-wrap .ico-cal {
      margin-right: 5px;
      position: relative;
      top: 1px; }
  .top-toolbar .site-search {
    display: block;
    position: absolute;
    right: 0px;
    z-index: 105;
    height: 25px;
    width: 35px; }
    .top-toolbar .site-search input {
      float: left;
      border: none;
      outline: none;
      height: 25px;
      display: block; }
      .top-toolbar .site-search input.placeholder {
        color: #666666;
        font-family: 'FaktPro-Normal', Helvetica, sans-serif;
        font-size: 11px;
        line-height: normal; }
      .top-toolbar .site-search input:-moz-placeholder {
        color: #666666;
        font-family: 'FaktPro-Normal', Helvetica, sans-serif;
        font-size: 11px;
        line-height: normal; }
      .top-toolbar .site-search input::-moz-placeholder {
        color: #666666;
        font-family: 'FaktPro-Normal', Helvetica, sans-serif;
        font-size: 11px;
        line-height: normal; }
      .top-toolbar .site-search input:-ms-input-placeholder {
        color: #666666;
        font-family: 'FaktPro-Normal', Helvetica, sans-serif;
        font-size: 11px;
        line-height: normal; }
      .top-toolbar .site-search input::-webkit-input-placeholder {
        color: #666666;
        font-family: 'FaktPro-Normal', Helvetica, sans-serif;
        font-size: 11px;
        line-height: normal; }
    .top-toolbar .site-search:hover {
      width: auto; }
      .top-toolbar .site-search:hover input[type='text'] {
        width: 184px;
        padding: 4px;
        font-size: 10px;
        border: 1px solid transparent; }
      .top-toolbar .site-search:hover button.submit {
        background: transparent;
        margin-right: 0px; }
        .top-toolbar .site-search:hover button.submit:hover span {
          color: #333333; }
        .top-toolbar .site-search:hover button.submit span {
          color: white; }
    .top-toolbar .site-search input[type='text'] {
      padding: 0px;
      width: 0px;
      -webkit-transition: width 0.3s ease-in-out;
      -webkit-transition-delay: 0s;
      -moz-transition: width 0.3s ease-in-out 0s;
      -o-transition: width 0.3s ease-in-out 0s;
      transition: width 0.3s ease-in-out 0s; }
    .top-toolbar .site-search button.submit {
      background: #eaeaea;
      height: 25px;
      line-height: 25px;
      text-align: center;
      width: 35px;
      border: none;
      float: left;
      padding: 0px;
      margin: 0px; }
      .top-toolbar .site-search button.submit span {
        color: #333333;
        height: 25px;
        line-height: 25px;
        font-size: 18px;
        position: relative;
        top: 1px; }

.main-header-wrapper {
  position: relative; }
  @media (max-width: 767px) {
    .main-header-wrapper {
      position: static; } }
  .main-header-wrapper .header-bg-bleed {
    width: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    top: 30px;
    bottom: -20px; }
    @media (max-width: 767px) {
      .main-header-wrapper .header-bg-bleed {
        display: none; } }

.main-header {
  z-index: 200;
  position: relative;
  margin-bottom: 20px;
  background: white; }
  .main-header .header-logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 20px 19px 20px;
    width: 160px;
    background: none;
    display: block; }
    .main-header .header-logo img {
      width: 137px;
      height: auto; }
  .main-header .close-btn {
    display: none; }
  .main-header nav.primary-nav {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    margin: 0px auto 0 auto;
    margin-left: 193px;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    font-size: 16px; }
    .main-header nav.primary-nav .subnav-toggle {
      display: none; }
      .main-header nav.primary-nav .subnav-toggle:before {
        color: white; }
    .main-header nav.primary-nav > ul {
      padding: 0; }
    .main-header nav.primary-nav .top-nav ul {
      display: none; }
    .main-header nav.primary-nav ul {
      padding: 0px;
      border-radius: 10px;
      list-style: none;
      position: relative;
      display: inline-table;
      margin: 0; }
      .main-header nav.primary-nav ul:after {
        content: "";
        clear: both;
        display: block; }
    .main-header nav.primary-nav .top-nav > li {
      float: left; }
      .main-header nav.primary-nav .top-nav > li a {
        display: block;
        padding: 25px 15px;
        color: #000000;
        text-decoration: none; }
      .main-header nav.primary-nav .top-nav > li > ul {
        display: none; }
      .main-header nav.primary-nav .top-nav > li.open {
        background: #333333; }
        .main-header nav.primary-nav .top-nav > li.open a {
          color: #FFF; }
          .main-header nav.primary-nav .top-nav > li.open a:hover {
            color: #a3a3a3; }
        .main-header nav.primary-nav .top-nav > li.open > ul {
          display: block; }
      .main-header nav.primary-nav .top-nav > li.more {
        display: none; }
    .main-header nav.primary-nav .top-nav ul {
      background: #333333;
      border-radius: 0px;
      padding: 0;
      position: absolute;
      padding-top: 5px;
      padding-bottom: 5px; }
      .main-header nav.primary-nav .top-nav ul li {
        float: none;
        position: relative; }
        .main-header nav.primary-nav .top-nav ul li a {
          width: 295px;
          padding: 10px 15px 10px 15px;
          color: #fff;
          font-size: 14px;
          text-decoration: none;
          display: block; }
          .main-header nav.primary-nav .top-nav ul li a:hover {
            color: #a3a3a3; }
      .main-header nav.primary-nav .top-nav ul ul {
        position: absolute;
        left: 100%;
        top: 0; }

@media (max-width: 1200px) {
  .main-header nav.primary-nav {
    font-size: 14px;
    padding-top: 7px;
    margin-left: 150px; }
    .main-header nav.primary-nav .top-nav {
      margin-left: 0px; }
      .main-header nav.primary-nav .top-nav > li a {
        padding: 23px 14px 23px 12px; }
  .main-header .header-logo {
    width: 140px; }
    .main-header .header-logo img {
      max-width: 100px; } }

@media (max-width: 960px) and (min-width: 768px) {
  .main-header nav.primary-nav {
    font-size: 12px; }
    .main-header nav.primary-nav .top-nav > li.more {
      display: block; }
    .main-header nav.primary-nav .top-nav > li.show-in-more {
      display: none; } }

.site-search-mobile {
  display: none; }

@media (max-width: 767px) {
  .top-toolbar-mobile {
    padding: 16px 0; }
  .header-logo {
    padding-bottom: 0;
    padding-top: 0; }
    .header-logo img {
      margin-top: -3px;
      max-width: 90px;
      display: block; }
    .header-logo.tablet-up {
      display: none; }
  .site-search-mobile {
    position: relative;
    display: block;
    margin-bottom: 10px; }
    .site-search-mobile .submit {
      position: absolute;
      top: 8px;
      left: 8%;
      background: none;
      font-size: 20px;
      color: #a3a3a3; }
    .site-search-mobile input[type='text'] {
      border-radius: 30px;
      background: white;
      width: 90%;
      margin: 0 5%;
      padding: 10px 10px 10px 49px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px inset;
      -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px inset;
      box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px inset; }
      .site-search-mobile input[type='text'].placeholder {
        color: #a3a3a3;
        font-family: 'FaktPro-Normal', Helvetica, sans-serif; }
      .site-search-mobile input[type='text']:-moz-placeholder {
        color: #a3a3a3;
        font-family: 'FaktPro-Normal', Helvetica, sans-serif; }
      .site-search-mobile input[type='text']::-moz-placeholder {
        color: #a3a3a3;
        font-family: 'FaktPro-Normal', Helvetica, sans-serif; }
      .site-search-mobile input[type='text']:-ms-input-placeholder {
        color: #a3a3a3;
        font-family: 'FaktPro-Normal', Helvetica, sans-serif; }
      .site-search-mobile input[type='text']::-webkit-input-placeholder {
        color: #a3a3a3;
        font-family: 'FaktPro-Normal', Helvetica, sans-serif; }
  .main-header {
    position: static; }
    .main-header .close-btn {
      position: absolute;
      right: 10px;
      top: 10px;
      display: block; }
    .main-header nav.primary-nav {
      margin: 0;
      width: 70%;
      position: absolute;
      top: 0;
      padding-top: 10px;
      height: 100%;
      background: url(../img/misc/moible-nav-repeat.jpg) repeat #333333;
      right: -70%; }
      .main-header nav.primary-nav .subnav-toggle {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        height: 55px;
        width: 52px;
        text-align: center;
        z-index: 2;
        background-color: transparent;
        background-color: rgba(102, 102, 102, 0.3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D666666,endColorstr=#4D666666);
        zoom: 1;
        cursor: pointer; }
        .main-header nav.primary-nav .subnav-toggle:before {
          color: #6c6f78;
          font-size: 48px;
          width: 100%;
          display: block;
          line-height: 55px; }
        .main-header nav.primary-nav .subnav-toggle:hover:before {
          color: white; }
      .main-header nav.primary-nav ul.top-nav {
        width: 100%; }
        .main-header nav.primary-nav ul.top-nav > li.open > ul {
          display: block; }
        .main-header nav.primary-nav ul.top-nav > li > a {
          color: white;
          padding: 17px; }
        .main-header nav.primary-nav ul.top-nav > li ul a {
          color: #6c6f78;
          text-transform: none;
          background: url(../img/misc/moible-subnav-repeat.jpg) repeat;
          width: 100%;
          box-shadow: inset 15px 0px 6px -6px rgba(0, 0, 0, 0.3); }
        .main-header nav.primary-nav ul.top-nav ul {
          position: static;
          padding-top: 0px;
          padding-bottom: 0px; }
      .main-header nav.primary-nav li {
        width: 100%;
        position: relative; }
      .main-header nav.primary-nav ul > li {
        clear: left;
        float: left;
        border-bottom: 1px solid #3e3f44; }
  .mobile-nav-open .page-inner {
    right: 70%; } }

.top-toolbar .languages, .top-toolbar-mobile .languages {
  position: relative; }
  .top-toolbar .languages .icon-world, .top-toolbar-mobile .languages .icon-world {
    color: #666666; }
  .top-toolbar .languages .icon-arrow-down, .top-toolbar .languages .main-header nav.primary-nav .subnav-toggle, .main-header nav.primary-nav .top-toolbar .languages .subnav-toggle, .top-toolbar .languages .refine-results-wrapper .filter-form-wrapper h4.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .top-toolbar .languages h4.toggle-fieldset, .top-toolbar .languages .refine-results-wrapper .filter-form-wrapper .content-nav a.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .content-nav .top-toolbar .languages a.toggle-fieldset, .top-toolbar .languages .content-nav .refine-results-wrapper .filter-form-wrapper a.toggle-fieldset, .content-nav .refine-results-wrapper .filter-form-wrapper .top-toolbar .languages a.toggle-fieldset, .top-toolbar .languages .refine-results-wrapper .refine-results-toggle span, .refine-results-wrapper .refine-results-toggle .top-toolbar .languages span, .top-toolbar-mobile .languages .icon-arrow-down, .top-toolbar-mobile .languages .main-header nav.primary-nav .subnav-toggle, .main-header nav.primary-nav .top-toolbar-mobile .languages .subnav-toggle, .top-toolbar-mobile .languages .refine-results-wrapper .filter-form-wrapper h4.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .top-toolbar-mobile .languages h4.toggle-fieldset, .top-toolbar-mobile .languages .refine-results-wrapper .filter-form-wrapper .content-nav a.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .content-nav .top-toolbar-mobile .languages a.toggle-fieldset, .top-toolbar-mobile .languages .content-nav .refine-results-wrapper .filter-form-wrapper a.toggle-fieldset, .content-nav .refine-results-wrapper .filter-form-wrapper .top-toolbar-mobile .languages a.toggle-fieldset, .top-toolbar-mobile .languages .refine-results-wrapper .refine-results-toggle span, .refine-results-wrapper .refine-results-toggle .top-toolbar-mobile .languages span {
    color: #969696; }
  .top-toolbar .languages ul, .top-toolbar-mobile .languages ul {
    display: none;
    position: absolute;
    z-index: 350;
    background-color: #fff;
    left: 0px;
    top: 24px; }
    .top-toolbar .languages ul li, .top-toolbar-mobile .languages ul li {
      display: block;
      padding: 5px 10px; }
      .top-toolbar .languages ul li a, .top-toolbar-mobile .languages ul li a {
        font-family: 'FaktPro-Bold', Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        display: block;
        width: 150px;
        text-align: center; }

.screen-reader-skip-nav {
  height: 1px;
  width: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden; }

.to-top {
  float: left;
  margin-right: 10px;
  width: 53px;
  height: 53px;
  position: relative;
  background: #cccccc;
  text-align: center;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .to-top:hover {
    background: #8B8B8B; }
  .to-top span {
    top: 17px;
    position: relative;
    color: white;
    font-size: 18px; }

.footer-about-block {
  display: block;
  width: 100%;
  vertical-align: top;
  margin-left: 63px;
  line-height: normal;
  font-size: 14px; }
  .footer-about-block p {
    margin: 0;
    padding-top: 0px;
    color: #969696; }
    .footer-about-block p a {
      color: #969696;
      text-decoration: underline; }
  @media (max-width: 767px) {
    .footer-about-block {
      line-height: normal;
      font-size: 12px;
      padding-top: 0; } }

.main-footer {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 0px;
  position: relative; }
  .main-footer .owners {
    position: absolute;
    right: 0px;
    top: 25px; }
  .main-footer .owners a {
    margin-left: 25px;
    display: inline-block;
    vertical-align: top;
    opacity: 0.2;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .main-footer .owners a:hover {
      opacity: 1; }
    .main-footer .owners a:first-child {
      margin-left: 0px; }
    .main-footer .owners a.acmi-footer-logo img {
      width: 116px;
      margin-top: -11px; }
    .main-footer .owners a.cv-logo img {
      width: 120px; }
    .main-footer .owners a.vg-logo img {
      width: 57px; }
    @media (max-width: 767px) {
      .main-footer .owners a.acmi-footer-logo img {
        width: 97px;
        margin-top: -9px; }
      .main-footer .owners a.cv-logo img {
        width: 100px; } }
  .main-footer .footer-nav {
    margin-top: 6px;
    float: left;
    display: block; }
    @media (max-width: 1150px) {
      .main-footer .footer-nav {
        float: none;
        margin-left: 0px; } }
  .main-footer .footer-nav ul {
    display: inline-block; }
    .main-footer .footer-nav ul a {
      margin-right: 15px;
      font-family: 'FaktPro-Bold', Helvetica, sans-serif;
      color: #666666;
      -webkit-transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .main-footer .social {
    float: left;
    font-size: 25px;
    margin-left: 15px; }
    .main-footer .social a {
      color: #d7d7d7; }
    .main-footer .social li {
      margin-right: 5px; }
    .main-footer .social a.custom-icon--soundcloud {
      top: -4px; }
    @media (max-width: 1150px) {
      .main-footer .social {
        float: none;
        margin-left: 0px;
        margin-top: 10px; } }
  .main-footer a {
    color: #333333; }
  @media (max-width: 960px) {
    .main-footer .footer-nav, .main-footer .owners {
      display: block;
      text-align: center;
      margin-bottom: 15px;
      clear: both;
      float: none; }
      .main-footer .footer-nav li, .main-footer .owners li {
        text-align: center;
        margin-bottom: 10px; }
    .main-footer .owners {
      position: static;
      margin-top: 20px; }
    .main-footer .social {
      float: none;
      text-align: center;
      clear: both; }
    .main-footer .languages {
      width: 48px;
      margin: 0px auto; }
      .main-footer .languages .icon-world {
        font-size: 1.7em;
        color: #8c7c7c; }
      .main-footer .languages .icon-arrow-down, .main-footer .languages .main-header nav.primary-nav .subnav-toggle, .main-header nav.primary-nav .main-footer .languages .subnav-toggle, .main-footer .languages .refine-results-wrapper .filter-form-wrapper h4.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .main-footer .languages h4.toggle-fieldset, .main-footer .languages .refine-results-wrapper .filter-form-wrapper .content-nav a.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .content-nav .main-footer .languages a.toggle-fieldset, .main-footer .languages .content-nav .refine-results-wrapper .filter-form-wrapper a.toggle-fieldset, .content-nav .refine-results-wrapper .filter-form-wrapper .main-footer .languages a.toggle-fieldset, .main-footer .languages .refine-results-wrapper .refine-results-toggle span, .refine-results-wrapper .refine-results-toggle .main-footer .languages span {
        color: #8c7c7c; }
      .main-footer .languages ul {
        display: none; } }

.footer-bottom {
  line-height: normal;
  font-size: 12px;
  padding-bottom: 25px;
  padding-top: 0px; }
  .footer-bottom .container {
    padding-top: 12px; }
  .footer-bottom p {
    margin: 0;
    padding-top: 0px;
    color: #969696; }
    .footer-bottom p a {
      color: #969696;
      text-decoration: underline; }

.sidebar .pass-types .pass-type.general-admission:hover .arrow {
  color: currentcolor; }

.sidebar .pass-types .pass-type.general-admission a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #a3a3a3;
  border: 2px solid #FFF; }
  .sidebar .pass-types .pass-type.general-admission a:hover {
    color: currentcolor; }

.sidebar .pass-types .pass-type.general-admission .arrow {
  color: #a3a3a3; }

.pass-types .link-block-button {
  display: block;
  margin-top: 1px; }
  .pass-types .link-block-button:hover .pass-type {
    border: 2px solid;
    border-color: transparent; }
    .theme-blue .pass-types .link-block-button:hover .pass-type {
      border-color: #0099cc; }
    .theme-green .pass-types .link-block-button:hover .pass-type {
      border-color: #03a770; }
    .theme-red .pass-types .link-block-button:hover .pass-type {
      border-color: #f34840; }
    .theme-yellow .pass-types .link-block-button:hover .pass-type {
      border-color: #fe9900; }
    .theme-violet .pass-types .link-block-button:hover .pass-type {
      border-color: #b4549c; }
    .theme-magenta .pass-types .link-block-button:hover .pass-type {
      border-color: #fc5990; }
    .theme-slategray .pass-types .link-block-button:hover .pass-type {
      border-color: #669999; }
    .theme-purple .pass-types .link-block-button:hover .pass-type {
      border-color: #62619a; }
    .theme-steel .pass-types .link-block-button:hover .pass-type {
      border-color: #187fa2; }
    .theme-rose .pass-types .link-block-button:hover .pass-type {
      border-color: #cc6666; }
    .theme-olive .pass-types .link-block-button:hover .pass-type {
      border-color: #999933; }
    .theme-amber .pass-types .link-block-button:hover .pass-type {
      border-color: #c28918; }
    .theme-brown .pass-types .link-block-button:hover .pass-type {
      border-color: #997747; }
    .theme-orange .pass-types .link-block-button:hover .pass-type {
      border-color: #eb6811; }
    .theme-warmgray .pass-types .link-block-button:hover .pass-type {
      border-color: #8c7c7c; }
  .pass-types .link-block-button:hover .pass-type-button {
    color: white; }
    .theme-blue .pass-types .link-block-button:hover .pass-type-button {
      border-color: #0099cc; }
    .theme-green .pass-types .link-block-button:hover .pass-type-button {
      border-color: #03a770; }
    .theme-red .pass-types .link-block-button:hover .pass-type-button {
      border-color: #f34840; }
    .theme-yellow .pass-types .link-block-button:hover .pass-type-button {
      border-color: #fe9900; }
    .theme-violet .pass-types .link-block-button:hover .pass-type-button {
      border-color: #b4549c; }
    .theme-magenta .pass-types .link-block-button:hover .pass-type-button {
      border-color: #fc5990; }
    .theme-slategray .pass-types .link-block-button:hover .pass-type-button {
      border-color: #669999; }
    .theme-purple .pass-types .link-block-button:hover .pass-type-button {
      border-color: #62619a; }
    .theme-steel .pass-types .link-block-button:hover .pass-type-button {
      border-color: #187fa2; }
    .theme-rose .pass-types .link-block-button:hover .pass-type-button {
      border-color: #cc6666; }
    .theme-olive .pass-types .link-block-button:hover .pass-type-button {
      border-color: #999933; }
    .theme-amber .pass-types .link-block-button:hover .pass-type-button {
      border-color: #c28918; }
    .theme-brown .pass-types .link-block-button:hover .pass-type-button {
      border-color: #997747; }
    .theme-orange .pass-types .link-block-button:hover .pass-type-button {
      border-color: #eb6811; }
    .theme-warmgray .pass-types .link-block-button:hover .pass-type-button {
      border-color: #8c7c7c; }
    .theme-blue .pass-types .link-block-button:hover .pass-type-button {
      background: #0099cc; }
      .theme-blue .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #007399; }
    .theme-green .pass-types .link-block-button:hover .pass-type-button {
      background: #03a770; }
      .theme-green .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #02754e; }
    .theme-red .pass-types .link-block-button:hover .pass-type-button {
      background: #f34840; }
      .theme-red .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #f01a10; }
    .theme-yellow .pass-types .link-block-button:hover .pass-type-button {
      background: #fe9900; }
      .theme-yellow .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #cb7a00; }
    .theme-violet .pass-types .link-block-button:hover .pass-type-button {
      background: #b4549c; }
      .theme-violet .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #94417f; }
    .theme-magenta .pass-types .link-block-button:hover .pass-type-button {
      background: #fc5990; }
      .theme-magenta .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #fb276f; }
    .theme-slategray .pass-types .link-block-button:hover .pass-type-button {
      background: #669999; }
      .theme-slategray .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #527a7a; }
    .theme-purple .pass-types .link-block-button:hover .pass-type-button {
      background: #62619a; }
      .theme-purple .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #4e4d7b; }
    .theme-steel .pass-types .link-block-button:hover .pass-type-button {
      background: #187fa2; }
      .theme-steel .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #115c76; }
    .theme-rose .pass-types .link-block-button:hover .pass-type-button {
      background: #cc6666; }
      .theme-rose .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #bf4040; }
    .theme-olive .pass-types .link-block-button:hover .pass-type-button {
      background: #999933; }
      .theme-olive .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #737326; }
    .theme-amber .pass-types .link-block-button:hover .pass-type-button {
      background: #c28918; }
      .theme-amber .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #956912; }
    .theme-brown .pass-types .link-block-button:hover .pass-type-button {
      background: #997747; }
      .theme-brown .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #765c37; }
    .theme-orange .pass-types .link-block-button:hover .pass-type-button {
      background: #eb6811; }
      .theme-orange .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #bb530e; }
    .theme-warmgray .pass-types .link-block-button:hover .pass-type-button {
      background: #8c7c7c; }
      .theme-warmgray .pass-types .link-block-button:hover .pass-type-button:hover {
        background: #716464; }

.pass-types .pass-type-anchor {
  display: block;
  cursor: default;
  border-bottom: 1px solid #ddd; }
  .theme-blue .pass-types .pass-type-anchor {
    color: #0099cc; }
  .theme-green .pass-types .pass-type-anchor {
    color: #03a770; }
  .theme-red .pass-types .pass-type-anchor {
    color: #f34840; }
  .theme-yellow .pass-types .pass-type-anchor {
    color: #fe9900; }
  .theme-violet .pass-types .pass-type-anchor {
    color: #b4549c; }
  .theme-magenta .pass-types .pass-type-anchor {
    color: #fc5990; }
  .theme-slategray .pass-types .pass-type-anchor {
    color: #669999; }
  .theme-purple .pass-types .pass-type-anchor {
    color: #62619a; }
  .theme-steel .pass-types .pass-type-anchor {
    color: #187fa2; }
  .theme-rose .pass-types .pass-type-anchor {
    color: #cc6666; }
  .theme-olive .pass-types .pass-type-anchor {
    color: #999933; }
  .theme-amber .pass-types .pass-type-anchor {
    color: #c28918; }
  .theme-brown .pass-types .pass-type-anchor {
    color: #997747; }
  .theme-orange .pass-types .pass-type-anchor {
    color: #eb6811; }
  .theme-warmgray .pass-types .pass-type-anchor {
    color: #8c7c7c; }

.pass-types .pass-type {
  padding: 20px;
  position: relative;
  border: 2px solid #FFF; }
  .pass-types .pass-type.selected {
    border: 2px solid; }
  .pass-types .pass-type h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #2f2f2f;
    line-height: 1; }
  .pass-types .pass-type div.dark-text {
    color: #2f2f2f; }
  .pass-types .pass-type div.light-text {
    color: #a3a3a3; }
  .pass-types .pass-type div.arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35px; }
    .pass-types .pass-type div.arrow span.icon {
      top: 40%; }
  .pass-types .pass-type div span.icon {
    font-family: 'acmicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 1.5em; }
  .pass-types .pass-type div span.light-text {
    color: #a3a3a3; }
  .pass-types .pass-type .pass-type-button {
    position: relative;
    margin-top: 10px;
    border: 2px solid;
    line-height: 22px;
    padding: 10px 35px 10px 15px;
    text-transform: uppercase;
    font-family: 'FaktPro-Normal', Helvetica, sans-serif;
    color: #a3a3a3;
    display: inline-block;
    position: relative;
    font-size: 14px; }
    .pass-types .pass-type .pass-type-button:hover {
      color: white; }
      .theme-blue .pass-types .pass-type .pass-type-button:hover {
        background: #0099cc; }
        .theme-blue .pass-types .pass-type .pass-type-button:hover:hover {
          background: #007399; }
      .theme-green .pass-types .pass-type .pass-type-button:hover {
        background: #03a770; }
        .theme-green .pass-types .pass-type .pass-type-button:hover:hover {
          background: #02754e; }
      .theme-red .pass-types .pass-type .pass-type-button:hover {
        background: #f34840; }
        .theme-red .pass-types .pass-type .pass-type-button:hover:hover {
          background: #f01a10; }
      .theme-yellow .pass-types .pass-type .pass-type-button:hover {
        background: #fe9900; }
        .theme-yellow .pass-types .pass-type .pass-type-button:hover:hover {
          background: #cb7a00; }
      .theme-violet .pass-types .pass-type .pass-type-button:hover {
        background: #b4549c; }
        .theme-violet .pass-types .pass-type .pass-type-button:hover:hover {
          background: #94417f; }
      .theme-magenta .pass-types .pass-type .pass-type-button:hover {
        background: #fc5990; }
        .theme-magenta .pass-types .pass-type .pass-type-button:hover:hover {
          background: #fb276f; }
      .theme-slategray .pass-types .pass-type .pass-type-button:hover {
        background: #669999; }
        .theme-slategray .pass-types .pass-type .pass-type-button:hover:hover {
          background: #527a7a; }
      .theme-purple .pass-types .pass-type .pass-type-button:hover {
        background: #62619a; }
        .theme-purple .pass-types .pass-type .pass-type-button:hover:hover {
          background: #4e4d7b; }
      .theme-steel .pass-types .pass-type .pass-type-button:hover {
        background: #187fa2; }
        .theme-steel .pass-types .pass-type .pass-type-button:hover:hover {
          background: #115c76; }
      .theme-rose .pass-types .pass-type .pass-type-button:hover {
        background: #cc6666; }
        .theme-rose .pass-types .pass-type .pass-type-button:hover:hover {
          background: #bf4040; }
      .theme-olive .pass-types .pass-type .pass-type-button:hover {
        background: #999933; }
        .theme-olive .pass-types .pass-type .pass-type-button:hover:hover {
          background: #737326; }
      .theme-amber .pass-types .pass-type .pass-type-button:hover {
        background: #c28918; }
        .theme-amber .pass-types .pass-type .pass-type-button:hover:hover {
          background: #956912; }
      .theme-brown .pass-types .pass-type .pass-type-button:hover {
        background: #997747; }
        .theme-brown .pass-types .pass-type .pass-type-button:hover:hover {
          background: #765c37; }
      .theme-orange .pass-types .pass-type .pass-type-button:hover {
        background: #eb6811; }
        .theme-orange .pass-types .pass-type .pass-type-button:hover:hover {
          background: #bb530e; }
      .theme-warmgray .pass-types .pass-type .pass-type-button:hover {
        background: #8c7c7c; }
        .theme-warmgray .pass-types .pass-type .pass-type-button:hover:hover {
          background: #716464; }
    .pass-types .pass-type .pass-type-button span.icon {
      right: 5px;
      position: absolute;
      left: auto;
      top: 9px; }
  .pass-types .pass-type .book-button {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #a3a3a3; }
    .pass-types .pass-type .book-button a {
      line-height: 22px;
      padding: 10px 35px 10px 15px;
      text-transform: uppercase;
      font-family: 'FaktPro-Normal', Helvetica, sans-serif;
      color: #a3a3a3;
      position: relative;
      font-size: 14px;
      display: block; }
    .theme-blue .pass-types .pass-type .book-button:hover {
      border-color: #0099cc; }
    .theme-green .pass-types .pass-type .book-button:hover {
      border-color: #03a770; }
    .theme-red .pass-types .pass-type .book-button:hover {
      border-color: #f34840; }
    .theme-yellow .pass-types .pass-type .book-button:hover {
      border-color: #fe9900; }
    .theme-violet .pass-types .pass-type .book-button:hover {
      border-color: #b4549c; }
    .theme-magenta .pass-types .pass-type .book-button:hover {
      border-color: #fc5990; }
    .theme-slategray .pass-types .pass-type .book-button:hover {
      border-color: #669999; }
    .theme-purple .pass-types .pass-type .book-button:hover {
      border-color: #62619a; }
    .theme-steel .pass-types .pass-type .book-button:hover {
      border-color: #187fa2; }
    .theme-rose .pass-types .pass-type .book-button:hover {
      border-color: #cc6666; }
    .theme-olive .pass-types .pass-type .book-button:hover {
      border-color: #999933; }
    .theme-amber .pass-types .pass-type .book-button:hover {
      border-color: #c28918; }
    .theme-brown .pass-types .pass-type .book-button:hover {
      border-color: #997747; }
    .theme-orange .pass-types .pass-type .book-button:hover {
      border-color: #eb6811; }
    .theme-warmgray .pass-types .pass-type .book-button:hover {
      border-color: #8c7c7c; }
    .theme-blue .pass-types .pass-type .book-button:hover {
      background: #0099cc; }
      .theme-blue .pass-types .pass-type .book-button:hover:hover {
        background: #007399; }
    .theme-green .pass-types .pass-type .book-button:hover {
      background: #03a770; }
      .theme-green .pass-types .pass-type .book-button:hover:hover {
        background: #02754e; }
    .theme-red .pass-types .pass-type .book-button:hover {
      background: #f34840; }
      .theme-red .pass-types .pass-type .book-button:hover:hover {
        background: #f01a10; }
    .theme-yellow .pass-types .pass-type .book-button:hover {
      background: #fe9900; }
      .theme-yellow .pass-types .pass-type .book-button:hover:hover {
        background: #cb7a00; }
    .theme-violet .pass-types .pass-type .book-button:hover {
      background: #b4549c; }
      .theme-violet .pass-types .pass-type .book-button:hover:hover {
        background: #94417f; }
    .theme-magenta .pass-types .pass-type .book-button:hover {
      background: #fc5990; }
      .theme-magenta .pass-types .pass-type .book-button:hover:hover {
        background: #fb276f; }
    .theme-slategray .pass-types .pass-type .book-button:hover {
      background: #669999; }
      .theme-slategray .pass-types .pass-type .book-button:hover:hover {
        background: #527a7a; }
    .theme-purple .pass-types .pass-type .book-button:hover {
      background: #62619a; }
      .theme-purple .pass-types .pass-type .book-button:hover:hover {
        background: #4e4d7b; }
    .theme-steel .pass-types .pass-type .book-button:hover {
      background: #187fa2; }
      .theme-steel .pass-types .pass-type .book-button:hover:hover {
        background: #115c76; }
    .theme-rose .pass-types .pass-type .book-button:hover {
      background: #cc6666; }
      .theme-rose .pass-types .pass-type .book-button:hover:hover {
        background: #bf4040; }
    .theme-olive .pass-types .pass-type .book-button:hover {
      background: #999933; }
      .theme-olive .pass-types .pass-type .book-button:hover:hover {
        background: #737326; }
    .theme-amber .pass-types .pass-type .book-button:hover {
      background: #c28918; }
      .theme-amber .pass-types .pass-type .book-button:hover:hover {
        background: #956912; }
    .theme-brown .pass-types .pass-type .book-button:hover {
      background: #997747; }
      .theme-brown .pass-types .pass-type .book-button:hover:hover {
        background: #765c37; }
    .theme-orange .pass-types .pass-type .book-button:hover {
      background: #eb6811; }
      .theme-orange .pass-types .pass-type .book-button:hover:hover {
        background: #bb530e; }
    .theme-warmgray .pass-types .pass-type .book-button:hover {
      background: #8c7c7c; }
      .theme-warmgray .pass-types .pass-type .book-button:hover:hover {
        background: #716464; }
    .pass-types .pass-type .book-button:hover a {
      color: #FFF; }
    .pass-types .pass-type .book-button span.icon {
      right: 5px;
      position: absolute;
      left: auto;
      top: 9px; }

.calendar-app .calendar-content {
  position: relative; }
  .calendar-app .calendar-content .loader {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 100;
    text-align: center;
    padding: 10px;
    background: #000; }
    .calendar-app .calendar-content .loader img {
      width: 70px;
      height: auto; }
    .calendar-app .calendar-content .loader .no-data-msg {
      position: absolute;
      top: 50%;
      margin-top: -15px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .calendar-app .calendar-content .loader .no-data-msg {
      display: inline-block;
      color: red;
      padding: 15px;
      left: 0;
      right: 0;
      background-color: transparent;
      background-color: rgba(0, 0, 0, 0.8);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
      zoom: 1;
      -webkit-border-radius: 4px 4px;
      -moz-border-radius: 4px / 4px;
      border-radius: 4px / 4px; }

.calendar-app .nav {
  display: block; }
  .calendar-app .nav li {
    list-style: none;
    display: inline-block; }
  .calendar-app .nav ul {
    margin: 0;
    padding: 0;
    text-align: center; }
  .calendar-app .nav a {
    display: block; }

.calendar-app .day-titles {
  border-bottom: 3px solid white;
  text-align: center;
  font-family: 'FaktPro-Bold', Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #666666; }
  .ticket-calendar .calendar-app .day-titles {
    color: white;
    font-family: 'FaktPro-Normal', Helvetica, sans-serif;
    border-bottom: 2px solid #ffffff; }
  .calendar-app .day-titles > div {
    padding: 10px 0;
    background-color: #ffffff !important;
    color: #2f2f2f;
    border-right: 3px solid white; }
    .ticket-calendar .calendar-app .day-titles > div {
      border-right: 2px solid #ffffff; }
    .calendar-app .day-titles > div:last-child {
      border-right: none; }

.calendar-app .month-title {
  margin-bottom: 0; }

.calendar-app .cal-header {
  padding: 20px 0 25px 0; }
  .calendar-app .cal-header a .text {
    display: none; }
  .calendar-app .cal-header a {
    display: block;
    padding: 10px;
    color: #2f2f2f;
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .calendar-app .cal-header a:hover {
      background-color: #eee; }
    .calendar-app .cal-header a span.icon {
      font-size: 15px;
      font-family: 'acmicon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block; }

.calendar-app .btn.prev {
  float: left; }

.calendar-app .btn.next {
  float: right !important; }

.calendar-app .month-title {
  text-align: center; }

.calendar-app .week-grid {
  clear: both;
  overflow: hidden; }
  .calendar-app .week-grid > div {
    width: 14.28571428571429%;
    float: left; }
  @media (max-width: 767px) {
    .calendar-app .week-grid > div {
      width: 100%;
      float: none; } }

.calendar-app .week {
  border-top: 3px solid white;
  position: relative; }
  .ticket-calendar .calendar-app .week {
    border-top: 2px solid #ffffff; }
  .calendar-app .week:first-child {
    border-top: 0; }

.calendar-app .week-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #eaeaea; }
  .ticket-calendar .calendar-app .week-wrapper {
    background: transparent; }

.calendar-app .week-wrapper .week {
  display: block;
  list-style: none; }

.calendar-app .day {
  position: relative;
  position: relative;
  color: white;
  background: #f9f9f9; }
  .ticket-calendar .calendar-app .day {
    cursor: pointer;
    color: #2f2f2f; }
  .calendar-app .day.has-events {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
    zoom: 1; }
    .calendar-app .day.has-events:before {
      background-color: transparent;
      background-color: rgba(255, 255, 255, 0.8);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
      zoom: 1; }
  .calendar-app .day.outside-date {
    background: #f0f0f0;
    color: #adadad; }
    .calendar-app .day.outside-date .date-copy {
      background: none !important; }
  .calendar-app .day:last-child {
    margin-right: 0; }
  .calendar-app .day .date-copy {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 15px 0px;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif; }
    .theme-blue .calendar-app .day .date-copy {
      background: #0099cc; }
      .theme-blue .calendar-app .day .date-copy:hover {
        background: #007399; }
    .theme-green .calendar-app .day .date-copy {
      background: #03a770; }
      .theme-green .calendar-app .day .date-copy:hover {
        background: #02754e; }
    .theme-red .calendar-app .day .date-copy {
      background: #f34840; }
      .theme-red .calendar-app .day .date-copy:hover {
        background: #f01a10; }
    .theme-yellow .calendar-app .day .date-copy {
      background: #fe9900; }
      .theme-yellow .calendar-app .day .date-copy:hover {
        background: #cb7a00; }
    .theme-violet .calendar-app .day .date-copy {
      background: #b4549c; }
      .theme-violet .calendar-app .day .date-copy:hover {
        background: #94417f; }
    .theme-magenta .calendar-app .day .date-copy {
      background: #fc5990; }
      .theme-magenta .calendar-app .day .date-copy:hover {
        background: #fb276f; }
    .theme-slategray .calendar-app .day .date-copy {
      background: #669999; }
      .theme-slategray .calendar-app .day .date-copy:hover {
        background: #527a7a; }
    .theme-purple .calendar-app .day .date-copy {
      background: #62619a; }
      .theme-purple .calendar-app .day .date-copy:hover {
        background: #4e4d7b; }
    .theme-steel .calendar-app .day .date-copy {
      background: #187fa2; }
      .theme-steel .calendar-app .day .date-copy:hover {
        background: #115c76; }
    .theme-rose .calendar-app .day .date-copy {
      background: #cc6666; }
      .theme-rose .calendar-app .day .date-copy:hover {
        background: #bf4040; }
    .theme-olive .calendar-app .day .date-copy {
      background: #999933; }
      .theme-olive .calendar-app .day .date-copy:hover {
        background: #737326; }
    .theme-amber .calendar-app .day .date-copy {
      background: #c28918; }
      .theme-amber .calendar-app .day .date-copy:hover {
        background: #956912; }
    .theme-brown .calendar-app .day .date-copy {
      background: #997747; }
      .theme-brown .calendar-app .day .date-copy:hover {
        background: #765c37; }
    .theme-orange .calendar-app .day .date-copy {
      background: #eb6811; }
      .theme-orange .calendar-app .day .date-copy:hover {
        background: #bb530e; }
    .theme-warmgray .calendar-app .day .date-copy {
      background: #8c7c7c; }
      .theme-warmgray .calendar-app .day .date-copy:hover {
        background: #716464; }
    .calendar-app .day .date-copy.today {
      opacity: 0.8; }
    .ticket-calendar .calendar-app .day .date-copy {
      z-index: 100;
      position: relative;
      font-family: 'FaktPro-Normal', Helvetica, sans-serif;
      display: inline-block;
      background: none !important;
      left: 0px;
      top: 0px;
      padding: 0px;
      width: 100%; }
  .calendar-app .day .type-heading {
    background: #eaeaea;
    display: block;
    color: #666666;
    text-transform: uppercase;
    padding: 10px;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    font-size: 11px;
    border-top: 1px solid #FFF; }
  .calendar-app .day:after {
    content: '';
    display: block;
    background: white;
    position: absolute;
    width: 3px;
    top: 0;
    right: 0px;
    height: 1900px; }
    .ticket-calendar .calendar-app .day:after {
      width: 2px;
      height: 100%;
      background: #ffffff; }
  .calendar-app .day:last-child:after {
    border-right: none;
    display: none; }

.calendar-app .types li {
  display: none; }

.calendar-app .expanded .types li {
  display: block; }

@media (max-width: 767px) {
  .calendar-app .expanded .day {
    padding-top: 0; } }

.calendar-app .expanded .toggle-overlay {
  height: 93px; }

.calendar-app .expanded .date-copy {
  font-size: 40px; }

.calendar-app .listing {
  background: #e4e4e4; }
  .calendar-app .listing a {
    display: block;
    border-top: 1px solid #CCC;
    color: #000000;
    text-transform: uppercase;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    font-size: 11px; }
    .calendar-app .listing a > span {
      padding: 7px;
      display: block; }
      .calendar-app .listing a > span.type {
        color: #666666;
        background: #eaeaea; }
    .calendar-app .listing a:hover {
      background: #d4d4d4; }
      .calendar-app .listing a:hover > span.type {
        background: #dadada; }
  .calendar-app .listing .time {
    display: block;
    color: #868686;
    text-transform: none;
    font-size: 9px;
    font-family: 'FaktPro-Normal', Helvetica, sans-serif; }

.calendar-app .toggle-row-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 4;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
  zoom: 1; }

.calendar-app span.test {
  display: block;
  cursor: pointer; }

.calendar-app .toggle-overlay {
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  height: 69px;
  z-index: 10;
  overflow: hidden;
  text-indent: -100%; }
  .calendar-app .toggle-overlay:hover {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1A000000,endColorstr=#1A000000);
    zoom: 1; }

.ticket-calendar .inactive-calendar li.hide-on-inactive .inner {
  opacity: 0.3; }

.ticket-calendar .inactive-calendar .pass-types .pass-type.selected {
  border: 2px solid #a3a3a3; }
  .ticket-calendar .inactive-calendar .pass-types .pass-type.selected div.arrow {
    color: #a3a3a3; }

.ticket-calendar .calendar-app {
  position: relative;
  margin-bottom: 0px; }
  .ticket-calendar .calendar-app .btn.next {
    margin-left: 1px; }
    @media (max-width: 767px) {
      .ticket-calendar .calendar-app .btn.next {
        float: right; } }
  .ticket-calendar .calendar-app .month-title {
    font-size: 22px;
    line-height: 37px; }
  .ticket-calendar .calendar-app .page-heading-wrapper {
    position: static;
    padding-top: 0px; }
  .ticket-calendar .calendar-app .calendar-filters {
    top: 20px; }
    .ticket-calendar .calendar-app .calendar-filters select {
      border-width: 1px;
      border-style: solid; }
  .ticket-calendar .calendar-app .cal-header {
    padding-top: 0; }
    .ticket-calendar .calendar-app .cal-header a {
      margin-top: 0; }
  .ticket-calendar .calendar-app .day {
    padding: 14px 0px; }
    .ticket-calendar .calendar-app .day.has-events:before, .ticket-calendar .calendar-app .day.selected-day:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      color: #FFF;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }
      .theme-blue .ticket-calendar .calendar-app .day.has-events:before, .theme-blue .ticket-calendar .calendar-app .day.selected-day:before {
        background: #0099cc; }
        .theme-blue .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-blue .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #007399; }
      .theme-green .ticket-calendar .calendar-app .day.has-events:before, .theme-green .ticket-calendar .calendar-app .day.selected-day:before {
        background: #03a770; }
        .theme-green .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-green .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #02754e; }
      .theme-red .ticket-calendar .calendar-app .day.has-events:before, .theme-red .ticket-calendar .calendar-app .day.selected-day:before {
        background: #f34840; }
        .theme-red .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-red .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #f01a10; }
      .theme-yellow .ticket-calendar .calendar-app .day.has-events:before, .theme-yellow .ticket-calendar .calendar-app .day.selected-day:before {
        background: #fe9900; }
        .theme-yellow .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-yellow .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #cb7a00; }
      .theme-violet .ticket-calendar .calendar-app .day.has-events:before, .theme-violet .ticket-calendar .calendar-app .day.selected-day:before {
        background: #b4549c; }
        .theme-violet .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-violet .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #94417f; }
      .theme-magenta .ticket-calendar .calendar-app .day.has-events:before, .theme-magenta .ticket-calendar .calendar-app .day.selected-day:before {
        background: #fc5990; }
        .theme-magenta .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-magenta .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #fb276f; }
      .theme-slategray .ticket-calendar .calendar-app .day.has-events:before, .theme-slategray .ticket-calendar .calendar-app .day.selected-day:before {
        background: #669999; }
        .theme-slategray .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-slategray .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #527a7a; }
      .theme-purple .ticket-calendar .calendar-app .day.has-events:before, .theme-purple .ticket-calendar .calendar-app .day.selected-day:before {
        background: #62619a; }
        .theme-purple .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-purple .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #4e4d7b; }
      .theme-steel .ticket-calendar .calendar-app .day.has-events:before, .theme-steel .ticket-calendar .calendar-app .day.selected-day:before {
        background: #187fa2; }
        .theme-steel .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-steel .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #115c76; }
      .theme-rose .ticket-calendar .calendar-app .day.has-events:before, .theme-rose .ticket-calendar .calendar-app .day.selected-day:before {
        background: #cc6666; }
        .theme-rose .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-rose .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #bf4040; }
      .theme-olive .ticket-calendar .calendar-app .day.has-events:before, .theme-olive .ticket-calendar .calendar-app .day.selected-day:before {
        background: #999933; }
        .theme-olive .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-olive .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #737326; }
      .theme-amber .ticket-calendar .calendar-app .day.has-events:before, .theme-amber .ticket-calendar .calendar-app .day.selected-day:before {
        background: #c28918; }
        .theme-amber .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-amber .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #956912; }
      .theme-brown .ticket-calendar .calendar-app .day.has-events:before, .theme-brown .ticket-calendar .calendar-app .day.selected-day:before {
        background: #997747; }
        .theme-brown .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-brown .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #765c37; }
      .theme-orange .ticket-calendar .calendar-app .day.has-events:before, .theme-orange .ticket-calendar .calendar-app .day.selected-day:before {
        background: #eb6811; }
        .theme-orange .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-orange .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #bb530e; }
      .theme-warmgray .ticket-calendar .calendar-app .day.has-events:before, .theme-warmgray .ticket-calendar .calendar-app .day.selected-day:before {
        background: #8c7c7c; }
        .theme-warmgray .ticket-calendar .calendar-app .day.has-events:before:hover, .theme-warmgray .ticket-calendar .calendar-app .day.selected-day:before:hover {
          background: #716464; }
    .ticket-calendar .calendar-app .day.outside-date:not(.selected-day) {
      background: #ededed; }
      .ticket-calendar .calendar-app .day.outside-date:not(.selected-day):before {
        display: none;
        background: none; }
    .ticket-calendar .calendar-app .day.selected-day {
      color: #FFF; }
      .ticket-calendar .calendar-app .day.selected-day:before {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
    .ticket-calendar .calendar-app .day .date-copy {
      background: none !important; }

.ticket-calendar .no-sessions {
  font-family: 'FaktPro-LightItalic', Helvetica, sans-serif;
  color: #878787;
  padding: 20px; }

.ticket-calendar .date-title {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 20px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'FaktPro-Normal', Helvetica, sans-serif;
  text-transform: uppercase; }

.ticket-calendar .day-listings {
  display: table;
  width: 100%; }

.ticket-calendar .event-time {
  display: block;
  border-bottom: 1px solid #ddd;
  background: transparent;
  padding: 14px 19px;
  width: 100%;
  position: relative;
  clear: left; }
  .ticket-calendar .event-time h3 {
    margin-top: 10px; }
  .ticket-calendar .event-time .time-big {
    font-family: 'FaktPro-Normal', Helvetica, sans-serif;
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 3px;
    text-transform: uppercase; }
  .ticket-calendar .event-time .location {
    font-family: 'FaktPro-Light', Helvetica, sans-serif;
    display: block;
    color: #2f2f2f;
    font-size: 17px;
    clear: left;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .ticket-calendar .event-time .view-pricing {
    font-size: 13px;
    float: left;
    clear: left;
    text-transform: uppercase;
    cursor: pointer; }
  .ticket-calendar .event-time .book-now, .ticket-calendar .event-time .booking-status {
    /*
            border: 2px solid;
            position: absolute;
            bottom: 15px;
            right: 15px;
            */
    font-size: 14px;
    display: block;
    line-height: 25px;
    padding: 10px 10px;
    max-width: 160px;
    text-transform: uppercase;
    font-family: 'FaktPro-Normal', Helvetica, sans-serif;
    float: right; }
  .ticket-calendar .event-time .book-now span {
    color: white; }
  .ticket-calendar .event-time .book-now:before {
    color: white;
    margin-left: 10px;
    font-size: 18px;
    margin-top: 3px; }
  .ticket-calendar .event-time .booking-status {
    background-color: transparent;
    color: #a3a3a3;
    border-color: #a3a3a3;
    text-align: center; }

.ticket-calendar .mobile-day-nav .day-num {
  font-family: 'FaktPro-Light', Helvetica, sans-serif;
  font-size: 19px;
  color: #2f2f2f; }

.ticket-calendar .mobile-day-nav .dayname {
  color: #2f2f2f; }

.ticket-calendar .mobile-day-nav li {
  font-family: 'FaktPro-Light', Helvetica, sans-serif;
  border: none;
  color: #2f2f2f;
  background: #f9f9f9; }

.ticket-calendar .mobile-day-nav li.has-events {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFFFFFF,endColorstr=#4DFFFFFF);
  zoom: 1; }
  .theme-blue .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #0099cc; }
  .theme-green .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #03a770; }
  .theme-red .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #f34840; }
  .theme-yellow .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #fe9900; }
  .theme-violet .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #b4549c; }
  .theme-magenta .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #fc5990; }
  .theme-slategray .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #669999; }
  .theme-purple .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #62619a; }
  .theme-steel .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #187fa2; }
  .theme-rose .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #cc6666; }
  .theme-olive .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #999933; }
  .theme-amber .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #c28918; }
  .theme-brown .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #997747; }
  .theme-orange .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #eb6811; }
  .theme-warmgray .ticket-calendar .mobile-day-nav li.has-events {
    border-color: #8c7c7c; }

.ticket-calendar .mobile-day-nav li.current-day {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
  zoom: 1; }
  .ticket-calendar .mobile-day-nav li.current-day .dayname, .ticket-calendar .mobile-day-nav li.current-day .day-num {
    color: white; }

body .qtip-content {
  padding: 0; }
  body .qtip-content h2, body .qtip-content h4, body .qtip-content .content-nav a, .content-nav body .qtip-content a, body .qtip-content p {
    padding: 0 20px; }
  body .qtip-content h2 {
    color: black;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 118%; }
  body .qtip-content h4, body .qtip-content .content-nav a, .content-nav body .qtip-content a {
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    color: #504d4d;
    margin-bottom: 8px;
    font-size: 12px; }
  body .qtip-content p {
    color: #666666;
    margin-bottom: 20px;
    line-height: 170%; }
  body .qtip-content .thumb {
    margin-bottom: 15px; }
  body .qtip-content .booking-status {
    display: block;
    text-transform: uppercase;
    background: #6d6d6d;
    padding: 15px;
    color: white;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif; }
    body .qtip-content .booking-status:before {
      float: right;
      font-family: 'acmicon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  body .qtip-content .book-now {
    display: block;
    text-transform: uppercase;
    background: #6d6d6d;
    padding: 15px;
    color: white;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    -webkit-transition: background 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: background 0.3s ease-in-out 0s;
    -o-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s; }
    body .qtip-content .book-now:hover {
      background: #a3a3a3; }
    body .qtip-content .book-now:before {
      float: right;
      font-family: 'acmicon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  body .qtip-content .footer {
    display: table;
    vertical-align: middle;
    width: 100%;
    background: #999999;
    color: white; }
    body .qtip-content .footer > * {
      display: table-cell; }
    body .qtip-content .footer .when {
      width: 60%;
      padding: 13px;
      padding-left: 23px; }
    body .qtip-content .footer .book-now {
      width: 40%; }
    body .qtip-content .footer .event-status {
      text-align: right;
      padding-right: 23px;
      text-transform: uppercase; }

.prices-wrapper {
  font-family: 'FaktPro-Bold', Helvetica, sans-serif;
  text-transform: uppercase; }
  .prices-wrapper h5 {
    color: #494949;
    display: inline;
    font-size: 16px; }
  .prices-wrapper .price-list {
    font-size: 13px;
    padding: 10px 0;
    font-family: 'FaktPro-Light', Helvetica, sans-serif;
    border-bottom: 1px solid #ddd; }
    .prices-wrapper .price-list .price {
      float: right; }
    .prices-wrapper .price-list .header {
      background: #f9f9f9;
      border-bottom: none; }
      .prices-wrapper .price-list .header .price {
        color: #494949; }
    .prices-wrapper .price-list li {
      display: block;
      color: #333333;
      padding: 5px 15px; }

.mobile-day-nav {
  width: 100%;
  overflow-x: scroll;
  height: 96px;
  -webkit-overflow-scrolling: touch;
  border-bottom: 3px solid white; }
  .mobile-day-nav .inner {
    height: 76px;
    overflow-y: hidden; }
  .mobile-day-nav ul {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0; }
  .mobile-day-nav li {
    display: block;
    float: left;
    background: #b0b0b0;
    border-right: 1px solid white; }
    .mobile-day-nav li .day-num {
      font-size: 39px;
      line-height: 41px;
      font-family: 'FaktPro-Bold', Helvetica, sans-serif; }
  .mobile-day-nav .outside-date {
    display: none; }
  .mobile-day-nav a {
    display: block;
    padding: 10px;
    color: white;
    width: 65px;
    text-align: center; }
  .mobile-day-nav .dayname {
    display: block;
    color: #d2d2d2;
    font-size: 12px; }
  .mobile-day-nav .current-day .dayname {
    color: #fff; }
  .ticket-calendar .mobile-day-nav {
    border-bottom: 3px solid #ffffff; }

@media (max-width: 767px) {
  .qtip-shadow {
    -webkit-box-shadow: 0px 1px 12px 8px rgba(2, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 12px 8px rgba(2, 0, 0, 0.3);
    box-shadow: 0px 1px 12px 8px rgba(2, 0, 0, 0.3); }
  .calendar-app .btn-next, .ticket-calendar .calendar-app .btn-next {
    float: right; }
  .calendar-app .types li, .ticket-calendar .calendar-app .types li {
    display: block; }
  .calendar-app .toggle-overlay,
  .calendar-app .toggle-row-btn,
  .calendar-app .day.outside-date, .ticket-calendar .calendar-app .toggle-overlay,
  .ticket-calendar .calendar-app .toggle-row-btn,
  .ticket-calendar .calendar-app .day.outside-date {
    display: none; }
  .calendar-app .week, .ticket-calendar .calendar-app .week {
    border-top: 0; }
  .calendar-app .day, .ticket-calendar .calendar-app .day {
    display: none;
    border: none; }
  .calendar-app .mobile-day-active, .ticket-calendar .calendar-app .mobile-day-active {
    display: block; }
  .calendar-app .day, .ticket-calendar .calendar-app .day {
    padding-top: 0; }
    .calendar-app .day .type-heading, .ticket-calendar .calendar-app .day .type-heading {
      background: white; }
    .calendar-app .day .date-copy, .ticket-calendar .calendar-app .day .date-copy {
      display: none; }
  .calendar-app .date-copy, .ticket-calendar .calendar-app .date-copy {
    display: none; }
  .calendar-app .page-heading, .ticket-calendar .calendar-app .page-heading {
    text-align: center;
    font-size: 26px; }
  .calendar-app .cal-header, .ticket-calendar .calendar-app .cal-header {
    padding: 8px 0 13px 0; }
  .calendar-app .cal-header a, .ticket-calendar .calendar-app .cal-header a {
    background: none;
    color: #a3a3a3;
    margin-top: 0; }
  .calendar-app .month-title, .ticket-calendar .calendar-app .month-title {
    font-size: 18px; }
  body .calendar-app .calendar-filters {
    clear: both;
    position: static; }
    body .calendar-app .calendar-filters select {
      width: 50%;
      float: left;
      margin: 0 0 2px 0; } }

.royalSlider > .rsContent {
  visibility: hidden; }

.full-width-slider.showAllPanels .rsOverflow {
  overflow: visible; }

/* iPads (portrait) - Stop overflow so additional width doens't break default zoom ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
  body .full-width-slider.showAllPanels .rsOverflow {
    overflow: hidden; } }

#homepage-slider .rsBullets {
  display: none; }

@media (max-width: 767px) {
  #homepage-slider .rsBullets {
    display: block; }
  #homepage-slider .rsOverflow {
    margin-bottom: 0px; }
  #homepage-slider.rsMinW .rsBullets {
    background: none; }
  #homepage-slider.rsMinW .rsBullet span {
    background: #cacaca; }
  #homepage-slider.rsMinW .rsBullet.rsNavSelected span {
    background: #808080; }
  #homepage-slider .rsABlock {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    margin-bottom: -1px;
    opacity: 1  !important; } }

.full-width-slider {
  margin-bottom: 20px; }
  .full-width-slider img {
    max-width: 100%;
    height: auto;
    display: block; }
  .full-width-slider .panelBlock {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    padding: 0;
    width: 449px;
    max-width: 100%;
    overflow: visible; }
    @media (max-width: 767px) {
      .full-width-slider .panelBlock {
        width: 100%; } }
    .full-width-slider .panelBlock p {
      margin-bottom: 1em; }
    .full-width-slider .panelBlock a {
      text-decoration: none;
      color: white; }
  .full-width-slider .rsSlide {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -moz-transition: opacity 0.2s ease-in-out 0.3s;
    -o-transition: opacity 0.2s ease-in-out 0.3s;
    transition: opacity 0.2s ease-in-out 0.3s; }
  .full-width-slider .rsActiveSlide {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.homepage-slider-outer {
  position: relative; }
  .homepage-slider-outer .rsArrow {
    position: absolute;
    top: 40%;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF,endColorstr=#80FFFFFF);
    zoom: 1;
    color: white;
    width: 60px;
    height: 60px;
    text-align: center; }
    .homepage-slider-outer .rsArrow > div {
      font-family: 'acmicon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .homepage-slider-outer .rsArrow > div:before {
        font-size: 45px;
        position: relative;
        top: 10px; }
  .homepage-slider-outer .rsArrowLeft {
    left: 0;
    text-indent: -10px; }
  .homepage-slider-outer .rsArrowRight {
    right: 0;
    text-indent: 10px; }

.full-width-slider {
  width: 100%;
  color: #000; }

.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%; }

.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px; }

.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  left: 30px;
  right: auto; }

.infoBlock h4, .infoBlock .content-nav a, .content-nav .infoBlock a {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px; }

.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0; }

.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; }

.photosBy a {
  color: #000; }

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 0px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .full-width-slider .panelBlock {
    position: static;
    display: block !important; }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px; }
  .infoBlock h3 {
    font-size: 14px;
    line-height: 17px; } }

#gallery-slider {
  max-height: 600px !important;
  padding-top: 0;
  background: #1c1c1c; }

.visibleNearby {
  width: 100%;
  color: #FFF;
  padding-top: 25px; }

.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background-color: transparent;
  background-color: rgba(28, 28, 28, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B31C1C1C,endColorstr=#B31C1C1C);
  zoom: 1;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center; }

.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px; }

/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) {
  #gallery-slider {
    padding: 12px 0 12px; }
  #gallery-slider.rsOverflow,
  .royalSlider#gallery-slider {
    height: 600px !important; } }

@media screen and (min-width: 0px) and (max-width: 500px) {
  #gallery-slider.rsOverflow,
  .royalSlider#gallery-slider {
    height: 300px !important; }
  #featured-slider {
    height: 400px !important; } }

.featured-slider-overflow {
  overflow: hidden;
  width: 100%;
  padding-bottom: 75px; }

#featured-slider {
  padding-top: 0; }
  #featured-slider .rsVisibleNearbyWrap {
    overflow: visible; }
  #featured-slider .rsSlide {
    overflow: visible; }
  #featured-slider .block-inner {
    position: relative; }
  #featured-slider .infoBlock {
    padding: 0;
    width: 100%;
    bottom: -51px;
    left: 0;
    right: 0;
    top: auto;
    max-width: 100%;
    overflow: visible; }
  #featured-slider .listing-item h3 {
    margin-bottom: 11px;
    line-height: normal;
    font-size: 22px;
    line-height: 31px; }

/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: static;
  bottom: 15px;
  right: 73px;
  z-index: 35;
  padding: 14px 0 22px 0;
  height: auto;
  width: 100%;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
  background: #1c1c1c; }

.rsMinW .rsBullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px;
  margin: 0 4px;
  cursor: pointer; }

.rsMinW .rsBullet span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CCC;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.rsMinW .rsBullet.rsNavSelected span {
  background: #FFF;
  cursor: default; }

.widget {
  background: #f1f1f1; }
  .widget h3 {
    line-height: normal;
    font-size: 24px;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif; }

.latest-posts-widget {
  padding: 20px;
  background: #f3f3f3; }
  .latest-posts-widget h3 {
    text-transform: uppercase;
    line-height: normal;
    font-size: 14px; }
  .latest-posts-widget a {
    font-size: 14px;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    padding: 10px 0;
    display: block; }
    .latest-posts-widget a span {
      display: block; }
    .latest-posts-widget a .date {
      display: block;
      float: left; }
    .latest-posts-widget a .title {
      margin-left: 65px;
      display: block;
      color: #000000; }
    .latest-posts-widget a:hover .title {
      color: inherit; }
  .latest-posts-widget ul.posts_list {
    padding: 0px;
    margin: 0px; }
    .latest-posts-widget ul.posts_list > li {
      display: block;
      padding: 0px; }

.whats-on-widget > h3 {
  color: white;
  margin-bottom: 0;
  padding: 11px 19px 11px 19px;
  background: #2f2f2f; }

.whats-on-widget .date-wrapper {
  display: table;
  width: 100%;
  color: white; }
  .whats-on-widget .date-wrapper > * {
    display: table-cell;
    vertical-align: middle; }
  .whats-on-widget .date-wrapper .date-number {
    width: 28%;
    font-size: 53px;
    color: white;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    text-align: center; }
  .whats-on-widget .date-wrapper .date {
    width: 72%;
    padding: 9px;
    padding-left: 15px; }
    .whats-on-widget .date-wrapper .date .date-day {
      line-height: normal;
      font-size: 14px;
      color: #000000;
      text-transform: uppercase;
      display: block;
      margin-top: 3px;
      margin-bottom: -3px; }
    .whats-on-widget .date-wrapper .date p {
      margin-bottom: 0;
      font-size: 22px; }

.whats-on-widget .day-nav {
  background: #e7e7e7;
  overflow: hidden;
  font-size: 12px; }
  .whats-on-widget .day-nav li {
    line-height: normal;
    font-size: 11px;
    width: 14.285%;
    float: left; }
  .whats-on-widget .day-nav li.active a {
    background: #d0d0d0;
    color: #000000; }
    .whats-on-widget .day-nav li.active a:hover {
      background: #d0d0d0; }
  .whats-on-widget .day-nav a {
    color: #666666;
    padding: 8px 0;
    display: block;
    text-align: center;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .whats-on-widget .day-nav a:hover {
      background: #a3a3a3; }

.whats-on-widget .item {
  display: block;
  padding: 12px 19px;
  border-bottom: 1px solid white; }
  .whats-on-widget .item h3 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 0px; }
  .whats-on-widget .item h4, .whats-on-widget .item .content-nav a, .content-nav .whats-on-widget .item a, .whats-on-widget .item .full-date {
    line-height: normal;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
    white-space: nowrap; }
  .whats-on-widget .item h4, .whats-on-widget .item .content-nav a, .content-nav .whats-on-widget .item a {
    color: #666666;
    margin-right: 10px; }
  .whats-on-widget .item .full-date {
    color: #000000; }

.whats-on-widget .day-content li {
  display: block; }

.whats-on-widget .day-items {
  display: none; }
  .whats-on-widget .day-items.active {
    display: block; }

.whats-on-widget .view-more {
  font-family: 'FaktPro-Bold', Helvetica, sans-serif;
  display: block;
  padding: 8px;
  position: relative;
  color: white;
  padding-left: 10px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .whats-on-widget .view-more .icon-calendar, .whats-on-widget .view-more .top-toolbar .calendar-wrap .ico-cal, .top-toolbar .calendar-wrap .whats-on-widget .view-more .ico-cal {
    float: left;
    position: relative;
    top: 1px;
    margin-right: 10px;
    font-size: 18px; }
  .whats-on-widget .view-more .icon-arrow-right, .whats-on-widget .view-more .add-right-arrow, .whats-on-widget .view-more .ticket-calendar .event-time .book-now, .ticket-calendar .event-time .whats-on-widget .view-more .book-now, .whats-on-widget .view-more .tweet-widget .visit-feed, .tweet-widget .whats-on-widget .view-more .visit-feed, .whats-on-widget .view-more .listing-item .book-now, .listing-item .whats-on-widget .view-more .book-now, .whats-on-widget .view-more .listing-item .read-more, .listing-item .whats-on-widget .view-more .read-more, .whats-on-widget .view-more .info-module span, .info-module .whats-on-widget .view-more span {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    padding: 8px; }
    .whats-on-widget .view-more .icon-arrow-right:before, .whats-on-widget .view-more .add-right-arrow:before, .whats-on-widget .view-more .ticket-calendar .event-time .book-now:before, .ticket-calendar .event-time .whats-on-widget .view-more .book-now:before, .whats-on-widget .view-more .tweet-widget .visit-feed:before, .tweet-widget .whats-on-widget .view-more .visit-feed:before, .whats-on-widget .view-more .listing-item .book-now:before, .listing-item .whats-on-widget .view-more .book-now:before, .whats-on-widget .view-more .listing-item .read-more:before, .listing-item .whats-on-widget .view-more .read-more:before, .whats-on-widget .view-more .homepage-slider-outer .rsArrowRight div:before, .homepage-slider-outer .rsArrowRight .whats-on-widget .view-more div:before, .whats-on-widget .view-more .info-module span:before, .info-module .whats-on-widget .view-more span:before {
      position: relative;
      top: 3px; }

.coming-up-widget h3 {
  color: #000000;
  background: white;
  padding-left: 0;
  padding-top: 0; }

.coming-up-widget li {
  display: block; }

.coming-up-widget .date-wrapper {
  cursor: pointer; }

.coming-up-widget .closed .date-wrapper .date {
  background: #a5a5a5; }

.coming-up-widget .closed .date-wrapper .date-number {
  background: #b8b8b8; }

.coming-up-widget .closed .events {
  display: none; }

.coming-up-widget .events {
  background: #f3f3f3; }
  .coming-up-widget .events a {
    display: block;
    padding: 15px;
    color: #000000;
    font-size: 18px;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    border-bottom: 1px solid white; }
    .coming-up-widget .events a:hover {
      background: #eaeaea; }
    .coming-up-widget .events a span {
      font-size: 14px;
      color: #989898;
      font-family: 'FaktPro-Normal', Helvetica, sans-serif;
      display: block; }

.small-image-widget {
  text-align: center;
  background: none; }
  .small-image-widget__link {
    display: inline-block; }

.twitter-widget {
  background: none; }

.item-listings-widget {
  background: none; }
  .item-listings-widget .listing-grid > li {
    margin-bottom: 35px; }

.footer-widget {
  background: #a3a3a3; }
  .footer-widget .inner-content {
    margin: 13px;
    color: white; }

.info-module {
  background: #989898; }
  .info-module img {
    width: 100%; }
  .info-module .inner-content {
    color: white;
    margin-bottom: 13px; }
  .info-module h3, .info-module h4, .info-module .content-nav a, .content-nav .info-module a {
    margin: 0;
    margin-bottom: 20px; }
  .info-module h4, .info-module .content-nav a, .content-nav .info-module a {
    color: #000000;
    text-transform: uppercase;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    margin-bottom: 8px; }
  .info-module h3 {
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px; }
  .info-module span {
    display: block;
    background: #7f7f7f;
    padding: 15px 15px 15px 13px;
    text-transform: uppercase;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    line-height: normal;
    font-size: 14px;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .info-module span:before {
      float: right; }
  .info-module:hover span {
    background: #727272; }

.contact-us-module {
  background: #f3f3f3; }
  .contact-us-module img {
    width: 100%; }
  .contact-us-module .inner-content {
    overflow: hidden;
    color: #989898;
    margin: 0;
    padding: 13px; }
  .contact-us-module h3 {
    line-height: normal;
    font-size: 28px;
    font-family: 'FaktPro-Normal', Helvetica, sans-serif;
    color: #666666;
    margin-bottom: 15px;
    line-height: 30px; }
  .contact-us-module h4, .contact-us-module .content-nav a, .content-nav .contact-us-module a, .contact-us-module h5 {
    line-height: normal;
    font-size: 14px;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    color: #989898; }
  .contact-us-module h4, .contact-us-module .content-nav a, .content-nav .contact-us-module a {
    margin-bottom: 8px; }
  .contact-us-module h5 {
    font-family: 'FaktPro-Normal', Helvetica, sans-serif;
    margin-bottom: 5px; }
  .contact-us-module strong {
    font-family: 'FaktPro-Normal', Helvetica, sans-serif;
    font-weight: normal;
    color: #666666; }

.text-widget, .resource-widget {
  padding: 10px;
  color: white; }
  .text-widget h3, .resource-widget h3 {
    font-size: 18px; }
  .text-widget p:last-child, .resource-widget p:last-child {
    margin: 0px; }

.resource-widget {
  background: #f3f3f3; }
  .resource-widget h3 {
    text-transform: uppercase;
    color: #000000; }
  .resource-widget .resource-downloads .download {
    display: block;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative; }
    .resource-widget .resource-downloads .download:before {
      position: absolute;
      left: 3px;
      top: 0px;
      font-size: 24px; }
  .resource-widget .resource-downloads .alternative-links {
    display: block;
    padding-left: 40px;
    margin-bottom: 15px;
    margin-top: -10px;
    font-size: 14px; }
    .resource-widget .resource-downloads .alternative-links a {
      display: inline-block;
      margin-right: 5px; }

.tags-widget {
  padding: 10px; }
  .tags-widget h4, .tags-widget .content-nav a, .content-nav .tags-widget a {
    text-transform: uppercase; }
  .tags-widget ul, .tags-widget li {
    list-style: none;
    padding-left: 0; }
  .tags-widget ul {
    margin-bottom: 0px; }
  .tags-widget li {
    margin-bottom: 10px; }
    .tags-widget li a {
      -webkit-transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .theme-blue .tags-widget li a:hover {
      color: #0099cc; }
    .theme-green .tags-widget li a:hover {
      color: #03a770; }
    .theme-red .tags-widget li a:hover {
      color: #f34840; }
    .theme-yellow .tags-widget li a:hover {
      color: #fe9900; }
    .theme-violet .tags-widget li a:hover {
      color: #b4549c; }
    .theme-magenta .tags-widget li a:hover {
      color: #fc5990; }
    .theme-slategray .tags-widget li a:hover {
      color: #669999; }
    .theme-purple .tags-widget li a:hover {
      color: #62619a; }
    .theme-steel .tags-widget li a:hover {
      color: #187fa2; }
    .theme-rose .tags-widget li a:hover {
      color: #cc6666; }
    .theme-olive .tags-widget li a:hover {
      color: #999933; }
    .theme-amber .tags-widget li a:hover {
      color: #c28918; }
    .theme-brown .tags-widget li a:hover {
      color: #997747; }
    .theme-orange .tags-widget li a:hover {
      color: #eb6811; }
    .theme-warmgray .tags-widget li a:hover {
      color: #8c7c7c; }
    .tags-widget li:before {
      float: left;
      margin-right: 5px;
      position: relative;
      top: 2px;
      -webkit-transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .theme-blue .tags-widget li:before:hover {
        color: #0099cc; }
      .theme-green .tags-widget li:before:hover {
        color: #03a770; }
      .theme-red .tags-widget li:before:hover {
        color: #f34840; }
      .theme-yellow .tags-widget li:before:hover {
        color: #fe9900; }
      .theme-violet .tags-widget li:before:hover {
        color: #b4549c; }
      .theme-magenta .tags-widget li:before:hover {
        color: #fc5990; }
      .theme-slategray .tags-widget li:before:hover {
        color: #669999; }
      .theme-purple .tags-widget li:before:hover {
        color: #62619a; }
      .theme-steel .tags-widget li:before:hover {
        color: #187fa2; }
      .theme-rose .tags-widget li:before:hover {
        color: #cc6666; }
      .theme-olive .tags-widget li:before:hover {
        color: #999933; }
      .theme-amber .tags-widget li:before:hover {
        color: #c28918; }
      .theme-brown .tags-widget li:before:hover {
        color: #997747; }
      .theme-orange .tags-widget li:before:hover {
        color: #eb6811; }
      .theme-warmgray .tags-widget li:before:hover {
        color: #8c7c7c; }
    .tags-widget li:last-child {
      margin-bottom: 0px; }

.related-posts-widget {
  background: none; }
  .related-posts-widget > h3 {
    text-transform: uppercase;
    font-size: 14px; }
  .related-posts-widget .related-posts-list li {
    display: block;
    margin-bottom: 20px; }

.tweet-widget {
  position: relative;
  background: #0088cc; }
  .tweet-widget:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/icons/twitter-bird.png) 0px 0px no-repeat;
    position: absolute;
    top: 10px;
    right: 10px; }
  .tweet-widget h3 {
    padding: 16px 75px 0 16px;
    margin: 0;
    color: white; }
  .tweet-widget .visit-feed {
    display: block;
    color: white;
    text-transform: uppercase;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    padding: 15px 16px 15px 13px;
    font-size: 14px;
    background: #007ab7; }
    .tweet-widget .visit-feed:hover {
      background: #00699e; }
  .tweet-widget .tweet-box {
    padding: 13px; }
  .tweet-widget iframe {
    min-width: 0px; }

.podcast-html {
  height: 100%;
  overflow: hidden; }

.podcast-wnd {
  text-align: center; }
  .podcast-wnd:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .podcast-wnd .audio-content {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
    .podcast-wnd .audio-content .jwplayer {
      max-width: 100%; }

.video-content, .audio-content {
  background: #f1f1f1;
  margin-bottom: 15px; }
  .video-content .caption, .audio-content .caption {
    padding: 15px 30px;
    font-size: 12px; }

.other-content {
  background: #f1f1f1;
  margin-bottom: 15px; }
  .other-content .caption {
    padding: 15px 20px;
    font-size: 12px; }
    .other-content .caption h4, .other-content .caption .content-nav a, .content-nav .other-content .caption a {
      margin: 0 0 0.5em 0px;
      font-size: 14px; }
    .other-content .caption h3 {
      margin: 0 0 0.5em 0; }

.instagram-widget {
  overflow: hidden; }
  .instagram-widget__header {
    padding: 15px;
    text-align: right;
    overflow: hidden; }
  .instagram-widget__hashtag {
    color: #8a8a8a; }
  .instagram-widget__title {
    float: left;
    margin-bottom: 0; }
  .instagram-widget a {
    display: block;
    float: left;
    width: 50%;
    border-bottom: 2px solid white;
    position: relative; }
    .instagram-widget a img {
      width: 100%; }
  .instagram-widget a:nth-child(odd):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 2px;
    background: white; }

ul.listing-grid.pagination-more {
  margin-bottom: 0; }

.listing-item {
  position: relative;
  display: block;
  color: white;
  line-height: normal;
  font-size: 14px; }
  .listing-item img {
    width: 100%;
    max-width: 100%; }
  .listing-item h4, .listing-item .content-nav a, .content-nav .listing-item a {
    color: black;
    margin: 0px 0 0px 0;
    text-transform: uppercase;
    line-height: normal;
    font-size: 14px;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif; }
    .accessibility-testing .listing-item h4, .accessibility-testing .listing-item .content-nav a, .content-nav .accessibility-testing .listing-item a {
      color: white; }
    .royalSlider .listing-item h4, .royalSlider .listing-item .content-nav a, .content-nav .royalSlider .listing-item a {
      margin-bottom: 8px; }
  .listing-item h3 {
    color: #FFF;
    margin-bottom: 0px;
    line-height: normal;
    font-size: 24px;
    line-height: 31px; }
    .royalSlider .listing-item h3 {
      line-height: normal;
      font-size: 32px;
      line-height: 39px; }
  .listing-item p {
    color: #FFF; }
  .listing-item .info {
    overflow: hidden;
    position: relative; }
  .listing-item .info.overlay {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 767px) {
      .listing-item .info.overlay {
        position: relative;
        left: auto;
        right: auto; } }
  .listing-item .info.short {
    width: 80%; }
    @media (max-width: 767px) {
      .listing-item .info.short {
        width: 100%; } }
  .listing-item .info-intro {
    padding: 14px 13px 10px 13px;
    position: relative; }
    .listing-item .info-intro > a {
      display: block; }
  .listing-item .view-more {
    color: white;
    display: block; }
  .listing-item a.view-more {
    -webkit-transition: color 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s; }
    .listing-item a.view-more:before {
      -webkit-transition: color 0.3s ease-in-out;
      -webkit-transition-delay: 0s;
      -moz-transition: color 0.3s ease-in-out 0s;
      -o-transition: color 0.3s ease-in-out 0s;
      transition: color 0.3s ease-in-out 0s; }
    .listing-item a.view-more:hover {
      color: #FFF; }
      .listing-item a.view-more:hover:before {
        color: #FFF; }
  .listing-item .has-download {
    display: block;
    font-size: 22px;
    position: absolute;
    right: 8px;
    top: 11px; }
    .listing-item .has-download:before {
      color: #000000; }
  .listing-item .more-detail {
    position: absolute;
    width: 100%;
    left: -200%;
    line-height: normal;
    font-size: 14px;
    line-height: 140%; }
    .listing-item .more-detail:before {
      content: '';
      display: block;
      height: 5px; }
      .listing-item .more-detail:before:hover {
        color: #FFF; }
    .listing-item .more-detail p {
      margin-bottom: 10px;
      cursor: pointer; }
    .listing-item .more-detail .view-more,
    .listing-item .more-detail .type-film {
      display: inline-block;
      vertical-align: top;
      color: white;
      margin-right: 15px;
      padding-bottom: 10px;
      font-family: 'FaktPro-Bold', Helvetica, sans-serif; }
      .listing-item .more-detail .view-more:before,
      .listing-item .more-detail .type-film:before {
        float: left;
        color: white;
        margin-right: 8px;
        font-size: 16px; }
      .listing-item .more-detail .view-more.type-film:before,
      .listing-item .more-detail .type-film.type-film:before {
        font-size: 12px;
        font-size: 16px; }
      .listing-item .more-detail .view-more:hover,
      .listing-item .more-detail .type-film:hover {
        color: #FFF;
        text-decoration: underline; }
  .listing-item .pull-up-minor {
    margin-top: -15px; }
  .listing-item .pull-up-large {
    margin-top: -30px; }
  .listing-item .date, .listing-item .book-now, .listing-item .read-more {
    display: block;
    width: 50%;
    padding: 8px 8px;
    margin-bottom: 0;
    color: white;
    vertical-align: middle; }
  .listing-item .actions {
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    display: table;
    width: 100%; }
    .listing-item .actions > :first-child {
      padding-left: 13px; }
  .listing-item .date {
    padding-left: 13px;
    display: table-cell; }
  .listing-item .book-now, .listing-item .read-more {
    display: table-cell;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .listing-item .read-more {
    width: 100%; }

.listing-item--small-friendly > a:first-child, .small-friendly-container:not(.featured-row-single-item) .listing-item > a:first-child {
  display: block;
  height: 200px;
  width: auto;
  background-size: cover;
  background-position: center center; }
  .listing-item--small-friendly > a:first-child > img, .small-friendly-container:not(.featured-row-single-item) .listing-item > a:first-child > img {
    display: none; }

@media (max-width: 767px) {
  .listing-item--small-friendly, .small-friendly-container:not(.featured-row-single-item) .listing-item {
    overflow: hidden;
    min-height: 100px; }
    .listing-item--small-friendly h3, .small-friendly-container:not(.featured-row-single-item) .listing-item h3 {
      font-size: 18px;
      line-height: 21px; }
    .listing-item--small-friendly .more-detail, .listing-item--small-friendly .more-detail, .listing-item--small-friendly .actions, .small-friendly-container:not(.featured-row-single-item) .listing-item .more-detail, .small-friendly-container:not(.featured-row-single-item) .listing-item .more-detail, .small-friendly-container:not(.featured-row-single-item) .listing-item .actions {
      display: none; }
    .listing-item--small-friendly .info, .small-friendly-container:not(.featured-row-single-item) .listing-item .info {
      margin-left: 30%; }
    .listing-item--small-friendly > a:first-child, .small-friendly-container:not(.featured-row-single-item) .listing-item > a:first-child {
      height: auto;
      display: inline;
      float: left;
      width: 30%;
      background-size: cover;
      position: absolute;
      top: 0;
      bottom: 0; }
      .listing-item--small-friendly > a:first-child > img, .small-friendly-container:not(.featured-row-single-item) .listing-item > a:first-child > img {
        display: none; } }

.listing-item--small-friendly .video-thumb:before, .listing-item--small-friendly .audio-thumb:before, .small-friendly-container:not(.featured-row-single-item) .listing-item .video-thumb:before, .small-friendly-container:not(.featured-row-single-item) .listing-item .audio-thumb:before {
  font-size: 75px;
  margin-top: -33px; }

#packery-grid {
  padding-bottom: 100px;
  visibility: hidden; }
  #packery-grid > li {
    float: left;
    display: block; }
  #packery-grid .size-60 {
    width: 59%; }
  #packery-grid .size-40 {
    width: 39%; }
  #packery-grid .size-30 {
    width: 26%; }
  @media (max-width: 767px) {
    #packery-grid .size-60,
    #packery-grid .size-40,
    #packery-grid .size-30 {
      width: 100%; } }

html.browser-android body select.color-dark-border {
  border: none; }

.fancybox-wrap {
  background: none; }

.fancybox-skin {
  background: none; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.fancybox-inner {
  overflow: visible; }

.lb_video_wrapper {
  padding: 10px;
  background: #000;
  position: absolute;
  top: 40px;
  width: 100%;
  -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); }

.lb-title-custom {
  height: 40px;
  line-height: 40px; }
  .lb-title-custom h2 {
    margin: 0px;
    padding: 0px; }
  .lb-title-custom p {
    margin: 0px;
    padding: 0px; }
  .lb-title-custom .close {
    position: absolute;
    right: 0px;
    top: 8px;
    z-index: 100;
    margin-left: 15px;
    display: block; }
    .lb-title-custom .close:before {
      -webkit-transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.3s ease-in-out false;
      -o-transition: all 0.3s ease-in-out false;
      transition: all 0.3s ease-in-out false;
      background: #353535;
      color: white;
      font-size: 22px;
      padding: 10px;
      font-family: 'acmicon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .lb-title-custom .close:hover:before {
      color: #666666; }
  .lb-title-custom .readmore {
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    padding-top: 10px;
    display: block;
    color: #a7a7a7;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease-in-out false;
    -o-transition: all 0.3s ease-in-out false;
    transition: all 0.3s ease-in-out false; }
    .lb-title-custom .readmore:before {
      line-height: 20px;
      float: left;
      margin-right: 10px;
      display: block;
      font-size: 19px; }
    .theme-blue .lb-title-custom .readmore:hover {
      color: #0099cc; }
    .theme-green .lb-title-custom .readmore:hover {
      color: #03a770; }
    .theme-red .lb-title-custom .readmore:hover {
      color: #f34840; }
    .theme-yellow .lb-title-custom .readmore:hover {
      color: #fe9900; }
    .theme-violet .lb-title-custom .readmore:hover {
      color: #b4549c; }
    .theme-magenta .lb-title-custom .readmore:hover {
      color: #fc5990; }
    .theme-slategray .lb-title-custom .readmore:hover {
      color: #669999; }
    .theme-purple .lb-title-custom .readmore:hover {
      color: #62619a; }
    .theme-steel .lb-title-custom .readmore:hover {
      color: #187fa2; }
    .theme-rose .lb-title-custom .readmore:hover {
      color: #cc6666; }
    .theme-olive .lb-title-custom .readmore:hover {
      color: #999933; }
    .theme-amber .lb-title-custom .readmore:hover {
      color: #c28918; }
    .theme-brown .lb-title-custom .readmore:hover {
      color: #997747; }
    .theme-orange .lb-title-custom .readmore:hover {
      color: #eb6811; }
    .theme-warmgray .lb-title-custom .readmore:hover {
      color: #8c7c7c; }
  @media (max-width: 767px) {
    .lb-title-custom h2 {
      font-size: 14px; }
    .lb-title-custom .readmore {
      font-size: 12px; }
    .lb-title-custom .close:before {
      font-size: 16px; } }

#lb_video_container_wrapper {
  line-height: 0;
  padding: 0; }

.fancybox-inner {
  line-height: 0; }
  .fancybox-inner > div {
    margin: 0px auto; }

.jw-state-idle .jw-icon-display:before {
  font-family: "acmicon";
  content: "\e605" !important;
  color: white; }

.jw-state-paused .jw-icon-display:before {
  font-family: "acmicon";
  content: "\e605" !important;
  color: white; }

.jw-display-icon-container {
  border-radius: 0 !important;
  font-size: 1.25em;
  padding: 0; }

/* Predent round corner inputs on safari */
input[type='text'] {
  -webkit-border-radius: 0px; }

.initial-loader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #FFF;
  z-index: 2000;
  text-align: center; }
  .initial-loader span {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url("../img/misc/initial-loader.gif");
    background-repeat: no-repeat;
    background-position: center center; }
  @media (max-width: 961px) {
    .initial-loader {
      display: block; } }

/* Themes */
.theme-blue.color-base, .theme-blue .color-base, .theme-blue .theme-blue.color-base, body.color-base, body .color-base, body .theme-blue.color-base {
  background: #0099cc; }

.theme-blue a.color-base:hover, .theme-blue a.theme-blue.color-base:hover, body a.color-base:hover, body a.theme-blue.color-base:hover {
  background: #007399; }

.theme-blue .color-dark-border, .theme-blue .theme-blue.color-dark-border, body .color-dark-border, body .theme-blue.color-dark-border {
  border-color: #0086b3; }

.theme-blue .color-base-border, .theme-blue .theme-blue.color-base-border, body .color-base-border, body .theme-blue.color-base-border {
  border-color: #0099cc; }

.theme-blue .color-dark, .theme-blue .theme-blue.color-dark, body .color-dark, body .theme-blue.color-dark {
  background: #0086b3; }

.theme-blue .color-dark-text, .theme-blue .theme-blue.color-dark-text, body .color-dark-text, body .theme-blue.color-dark-text {
  color: #0086b3; }

.theme-blue a.color-dark-text, .theme-blue a.theme-blue.color-dark-text, body a.color-dark-text, body a.theme-blue.color-dark-text {
  color: #0086b3; }
  .theme-blue a.color-dark-text:hover, .theme-blue a.theme-blue.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-blue.color-dark-text:hover {
    color: #007399; }

.theme-blue .color-base-text, .theme-blue .theme-blue.color-base-text, body .color-base-text, body .theme-blue.color-base-text {
  color: #0099cc; }

.theme-blue a.color-base-text, .theme-blue a.theme-blue.color-base-text, body a.color-base-text, body a.theme-blue.color-base-text {
  color: #0099cc; }
  .theme-blue a.color-base-text:hover, .theme-blue a.theme-blue.color-base-text:hover, body a.color-base-text:hover, body a.theme-blue.color-base-text:hover {
    color: #0086b3; }

.theme-blue .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #0099cc; }

.theme-blue .color-darkest, .theme-blue a.color-darkest,
.theme-blue .theme-blue.color-darkest, .theme-blue a.theme-blue.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-blue.color-darkest, body a.theme-blue.color-darkest {
  background: #007399; }

.theme-blue a.color-darkest:hover,
.theme-blue a.theme-blue.color-darkest:hover, body a.color-darkest:hover,
body a.theme-blue.color-darkest:hover {
  background: #004d66; }

.theme-blue .color-darkest-text,
.theme-blue .theme-blue.color-darkest-text, body .color-darkest-text,
body .theme-blue.color-darkest-text {
  color: #007399; }

.theme-blue a.color-darkest-text,
.theme-blue a.theme-blue.color-darkest-text, body a.color-darkest-text,
body a.theme-blue.color-darkest-text {
  color: #007399; }
  .theme-blue a.color-darkest-text:hover,
  .theme-blue a.theme-blue.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-blue.color-darkest-text:hover {
    color: #006080; }

.theme-blue .color-high-contrast-text,
.theme-blue .theme-blue.color-high-contrast-text, body .color-high-contrast-text,
body .theme-blue.color-high-contrast-text {
  color: #002633; }

.theme-blue a.color-high-contrast-text,
.theme-blue a.theme-blue.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-blue.color-high-contrast-text {
  color: #002633; }
  .theme-blue a.color-high-contrast-text:hover,
  .theme-blue a.theme-blue.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-blue.color-high-contrast-text:hover {
    color: black; }

.theme-blue nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-blue .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #0099cc; }

.theme-blue nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-blue .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #007399; }

.theme-blue .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #0099cc; }

.theme-blue .top-toolbar .quick-nav a:hover,
.theme-blue .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #0099cc; }

.theme-blue .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #0099cc; }

.theme-blue ::selection, body ::selection {
  color: #fff;
  background: #0099cc; }

.theme-blue ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #0099cc; }

.theme-green.color-base, .theme-green .color-base, .theme-green .theme-green.color-base, body.color-base, body .color-base, body .theme-green.color-base {
  background: #03a770; }

.theme-green a.color-base:hover, .theme-green a.theme-green.color-base:hover, body a.color-base:hover, body a.theme-green.color-base:hover {
  background: #02754e; }

.theme-green .color-dark-border, .theme-green .theme-green.color-dark-border, body .color-dark-border, body .theme-green.color-dark-border {
  border-color: #038e5f; }

.theme-green .color-base-border, .theme-green .theme-green.color-base-border, body .color-base-border, body .theme-green.color-base-border {
  border-color: #03a770; }

.theme-green .color-dark, .theme-green .theme-green.color-dark, body .color-dark, body .theme-green.color-dark {
  background: #038e5f; }

.theme-green .color-dark-text, .theme-green .theme-green.color-dark-text, body .color-dark-text, body .theme-green.color-dark-text {
  color: #038e5f; }

.theme-green a.color-dark-text, .theme-green a.theme-green.color-dark-text, body a.color-dark-text, body a.theme-green.color-dark-text {
  color: #038e5f; }
  .theme-green a.color-dark-text:hover, .theme-green a.theme-green.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-green.color-dark-text:hover {
    color: #02754e; }

.theme-green .color-base-text, .theme-green .theme-green.color-base-text, body .color-base-text, body .theme-green.color-base-text {
  color: #03a770; }

.theme-green a.color-base-text, .theme-green a.theme-green.color-base-text, body a.color-base-text, body a.theme-green.color-base-text {
  color: #03a770; }
  .theme-green a.color-base-text:hover, .theme-green a.theme-green.color-base-text:hover, body a.color-base-text:hover, body a.theme-green.color-base-text:hover {
    color: #038e5f; }

.theme-green .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #03a770; }

.theme-green .color-darkest, .theme-green a.color-darkest,
.theme-green .theme-green.color-darkest, .theme-green a.theme-green.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-green.color-darkest, body a.theme-green.color-darkest {
  background: #02754e; }

.theme-green a.color-darkest:hover,
.theme-green a.theme-green.color-darkest:hover, body a.color-darkest:hover,
body a.theme-green.color-darkest:hover {
  background: #01432d; }

.theme-green .color-darkest-text,
.theme-green .theme-green.color-darkest-text, body .color-darkest-text,
body .theme-green.color-darkest-text {
  color: #02754e; }

.theme-green a.color-darkest-text,
.theme-green a.theme-green.color-darkest-text, body a.color-darkest-text,
body a.theme-green.color-darkest-text {
  color: #02754e; }
  .theme-green a.color-darkest-text:hover,
  .theme-green a.theme-green.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-green.color-darkest-text:hover {
    color: #025c3e; }

.theme-green .color-high-contrast-text,
.theme-green .theme-green.color-high-contrast-text, body .color-high-contrast-text,
body .theme-green.color-high-contrast-text {
  color: #00110b; }

.theme-green a.color-high-contrast-text,
.theme-green a.theme-green.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-green.color-high-contrast-text {
  color: #00110b; }
  .theme-green a.color-high-contrast-text:hover,
  .theme-green a.theme-green.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-green.color-high-contrast-text:hover {
    color: black; }

.theme-green nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-green .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #03a770; }

.theme-green nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-green .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #02754e; }

.theme-green .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #03a770; }

.theme-green .top-toolbar .quick-nav a:hover,
.theme-green .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #03a770; }

.theme-green .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #03a770; }

.theme-green ::selection, body ::selection {
  color: #fff;
  background: #03a770; }

.theme-green ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #03a770; }

.theme-red.color-base, .theme-red .color-base, .theme-red .theme-red.color-base, body.color-base, body .color-base, body .theme-red.color-base {
  background: #f34840; }

.theme-red a.color-base:hover, .theme-red a.theme-red.color-base:hover, body a.color-base:hover, body a.theme-red.color-base:hover {
  background: #f01a10; }

.theme-red .color-dark-border, .theme-red .theme-red.color-dark-border, body .color-dark-border, body .theme-red.color-dark-border {
  border-color: #f13128; }

.theme-red .color-base-border, .theme-red .theme-red.color-base-border, body .color-base-border, body .theme-red.color-base-border {
  border-color: #f34840; }

.theme-red .color-dark, .theme-red .theme-red.color-dark, body .color-dark, body .theme-red.color-dark {
  background: #f13128; }

.theme-red .color-dark-text, .theme-red .theme-red.color-dark-text, body .color-dark-text, body .theme-red.color-dark-text {
  color: #f13128; }

.theme-red a.color-dark-text, .theme-red a.theme-red.color-dark-text, body a.color-dark-text, body a.theme-red.color-dark-text {
  color: #f13128; }
  .theme-red a.color-dark-text:hover, .theme-red a.theme-red.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-red.color-dark-text:hover {
    color: #f01a10; }

.theme-red .color-base-text, .theme-red .theme-red.color-base-text, body .color-base-text, body .theme-red.color-base-text {
  color: #f34840; }

.theme-red a.color-base-text, .theme-red a.theme-red.color-base-text, body a.color-base-text, body a.theme-red.color-base-text {
  color: #f34840; }
  .theme-red a.color-base-text:hover, .theme-red a.theme-red.color-base-text:hover, body a.color-base-text:hover, body a.theme-red.color-base-text:hover {
    color: #f13128; }

.theme-red .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #f34840; }

.theme-red .color-darkest, .theme-red a.color-darkest,
.theme-red .theme-red.color-darkest, .theme-red a.theme-red.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-red.color-darkest, body a.theme-red.color-darkest {
  background: #f01a10; }

.theme-red a.color-darkest:hover,
.theme-red a.theme-red.color-darkest:hover, body a.color-darkest:hover,
body a.theme-red.color-darkest:hover {
  background: #c1140c; }

.theme-red .color-darkest-text,
.theme-red .theme-red.color-darkest-text, body .color-darkest-text,
body .theme-red.color-darkest-text {
  color: #f01a10; }

.theme-red a.color-darkest-text,
.theme-red a.theme-red.color-darkest-text, body a.color-darkest-text,
body a.theme-red.color-darkest-text {
  color: #f01a10; }
  .theme-red a.color-darkest-text:hover,
  .theme-red a.theme-red.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-red.color-darkest-text:hover {
    color: #d9170e; }

.theme-red .color-high-contrast-text,
.theme-red .theme-red.color-high-contrast-text, body .color-high-contrast-text,
body .theme-red.color-high-contrast-text {
  color: #910f09; }

.theme-red a.color-high-contrast-text,
.theme-red a.theme-red.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-red.color-high-contrast-text {
  color: #910f09; }
  .theme-red a.color-high-contrast-text:hover,
  .theme-red a.theme-red.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-red.color-high-contrast-text:hover {
    color: #490805; }

.theme-red nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-red .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #f34840; }

.theme-red nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-red .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #f01a10; }

.theme-red .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #f34840; }

.theme-red .top-toolbar .quick-nav a:hover,
.theme-red .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #f34840; }

.theme-red .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #f34840; }

.theme-red ::selection, body ::selection {
  color: #fff;
  background: #f34840; }

.theme-red ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #f34840; }

.theme-yellow.color-base, .theme-yellow .color-base, .theme-yellow .theme-yellow.color-base, body.color-base, body .color-base, body .theme-yellow.color-base {
  background: #fe9900; }

.theme-yellow a.color-base:hover, .theme-yellow a.theme-yellow.color-base:hover, body a.color-base:hover, body a.theme-yellow.color-base:hover {
  background: #cb7a00; }

.theme-yellow .color-dark-border, .theme-yellow .theme-yellow.color-dark-border, body .color-dark-border, body .theme-yellow.color-dark-border {
  border-color: #e58a00; }

.theme-yellow .color-base-border, .theme-yellow .theme-yellow.color-base-border, body .color-base-border, body .theme-yellow.color-base-border {
  border-color: #fe9900; }

.theme-yellow .color-dark, .theme-yellow .theme-yellow.color-dark, body .color-dark, body .theme-yellow.color-dark {
  background: #e58a00; }

.theme-yellow .color-dark-text, .theme-yellow .theme-yellow.color-dark-text, body .color-dark-text, body .theme-yellow.color-dark-text {
  color: #e58a00; }

.theme-yellow a.color-dark-text, .theme-yellow a.theme-yellow.color-dark-text, body a.color-dark-text, body a.theme-yellow.color-dark-text {
  color: #e58a00; }
  .theme-yellow a.color-dark-text:hover, .theme-yellow a.theme-yellow.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-yellow.color-dark-text:hover {
    color: #cb7a00; }

.theme-yellow .color-base-text, .theme-yellow .theme-yellow.color-base-text, body .color-base-text, body .theme-yellow.color-base-text {
  color: #fe9900; }

.theme-yellow a.color-base-text, .theme-yellow a.theme-yellow.color-base-text, body a.color-base-text, body a.theme-yellow.color-base-text {
  color: #fe9900; }
  .theme-yellow a.color-base-text:hover, .theme-yellow a.theme-yellow.color-base-text:hover, body a.color-base-text:hover, body a.theme-yellow.color-base-text:hover {
    color: #e58a00; }

.theme-yellow .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #fe9900; }

.theme-yellow .color-darkest, .theme-yellow a.color-darkest,
.theme-yellow .theme-yellow.color-darkest, .theme-yellow a.theme-yellow.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-yellow.color-darkest, body a.theme-yellow.color-darkest {
  background: #cb7a00; }

.theme-yellow a.color-darkest:hover,
.theme-yellow a.theme-yellow.color-darkest:hover, body a.color-darkest:hover,
body a.theme-yellow.color-darkest:hover {
  background: #985c00; }

.theme-yellow .color-darkest-text,
.theme-yellow .theme-yellow.color-darkest-text, body .color-darkest-text,
body .theme-yellow.color-darkest-text {
  color: #cb7a00; }

.theme-yellow a.color-darkest-text,
.theme-yellow a.theme-yellow.color-darkest-text, body a.color-darkest-text,
body a.theme-yellow.color-darkest-text {
  color: #cb7a00; }
  .theme-yellow a.color-darkest-text:hover,
  .theme-yellow a.theme-yellow.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-yellow.color-darkest-text:hover {
    color: #b26b00; }

.theme-yellow .color-high-contrast-text,
.theme-yellow .theme-yellow.color-high-contrast-text, body .color-high-contrast-text,
body .theme-yellow.color-high-contrast-text {
  color: #653d00; }

.theme-yellow a.color-high-contrast-text,
.theme-yellow a.theme-yellow.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-yellow.color-high-contrast-text {
  color: #653d00; }
  .theme-yellow a.color-high-contrast-text:hover,
  .theme-yellow a.theme-yellow.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-yellow.color-high-contrast-text:hover {
    color: #190f00; }

.theme-yellow nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-yellow .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #fe9900; }

.theme-yellow nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-yellow .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #cb7a00; }

.theme-yellow .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #fe9900; }

.theme-yellow .top-toolbar .quick-nav a:hover,
.theme-yellow .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #fe9900; }

.theme-yellow .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #fe9900; }

.theme-yellow ::selection, body ::selection {
  color: #fff;
  background: #fe9900; }

.theme-yellow ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #fe9900; }

.theme-violet.color-base, .theme-violet .color-base, .theme-violet .theme-violet.color-base, body.color-base, body .color-base, body .theme-violet.color-base {
  background: #b4549c; }

.theme-violet a.color-base:hover, .theme-violet a.theme-violet.color-base:hover, body a.color-base:hover, body a.theme-violet.color-base:hover {
  background: #94417f; }

.theme-violet .color-dark-border, .theme-violet .theme-violet.color-dark-border, body .color-dark-border, body .theme-violet.color-dark-border {
  border-color: #a6498f; }

.theme-violet .color-base-border, .theme-violet .theme-violet.color-base-border, body .color-base-border, body .theme-violet.color-base-border {
  border-color: #b4549c; }

.theme-violet .color-dark, .theme-violet .theme-violet.color-dark, body .color-dark, body .theme-violet.color-dark {
  background: #a6498f; }

.theme-violet .color-dark-text, .theme-violet .theme-violet.color-dark-text, body .color-dark-text, body .theme-violet.color-dark-text {
  color: #a6498f; }

.theme-violet a.color-dark-text, .theme-violet a.theme-violet.color-dark-text, body a.color-dark-text, body a.theme-violet.color-dark-text {
  color: #a6498f; }
  .theme-violet a.color-dark-text:hover, .theme-violet a.theme-violet.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-violet.color-dark-text:hover {
    color: #94417f; }

.theme-violet .color-base-text, .theme-violet .theme-violet.color-base-text, body .color-base-text, body .theme-violet.color-base-text {
  color: #b4549c; }

.theme-violet a.color-base-text, .theme-violet a.theme-violet.color-base-text, body a.color-base-text, body a.theme-violet.color-base-text {
  color: #b4549c; }
  .theme-violet a.color-base-text:hover, .theme-violet a.theme-violet.color-base-text:hover, body a.color-base-text:hover, body a.theme-violet.color-base-text:hover {
    color: #a6498f; }

.theme-violet .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #b4549c; }

.theme-violet .color-darkest, .theme-violet a.color-darkest,
.theme-violet .theme-violet.color-darkest, .theme-violet a.theme-violet.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-violet.color-darkest, body a.theme-violet.color-darkest {
  background: #94417f; }

.theme-violet a.color-darkest:hover,
.theme-violet a.theme-violet.color-darkest:hover, body a.color-darkest:hover,
body a.theme-violet.color-darkest:hover {
  background: #713161; }

.theme-violet .color-darkest-text,
.theme-violet .theme-violet.color-darkest-text, body .color-darkest-text,
body .theme-violet.color-darkest-text {
  color: #94417f; }

.theme-violet a.color-darkest-text,
.theme-violet a.theme-violet.color-darkest-text, body a.color-darkest-text,
body a.theme-violet.color-darkest-text {
  color: #94417f; }
  .theme-violet a.color-darkest-text:hover,
  .theme-violet a.theme-violet.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-violet.color-darkest-text:hover {
    color: #823970; }

.theme-violet .color-high-contrast-text,
.theme-violet .theme-violet.color-high-contrast-text, body .color-high-contrast-text,
body .theme-violet.color-high-contrast-text {
  color: #4d2242; }

.theme-violet a.color-high-contrast-text,
.theme-violet a.theme-violet.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-violet.color-high-contrast-text {
  color: #4d2242; }
  .theme-violet a.color-high-contrast-text:hover,
  .theme-violet a.theme-violet.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-violet.color-high-contrast-text:hover {
    color: #180b15; }

.theme-violet nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-violet .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #b4549c; }

.theme-violet nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-violet .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #94417f; }

.theme-violet .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #b4549c; }

.theme-violet .top-toolbar .quick-nav a:hover,
.theme-violet .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #b4549c; }

.theme-violet .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #b4549c; }

.theme-violet ::selection, body ::selection {
  color: #fff;
  background: #b4549c; }

.theme-violet ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #b4549c; }

.theme-magenta.color-base, .theme-magenta .color-base, .theme-magenta .theme-magenta.color-base, body.color-base, body .color-base, body .theme-magenta.color-base {
  background: #fc5990; }

.theme-magenta a.color-base:hover, .theme-magenta a.theme-magenta.color-base:hover, body a.color-base:hover, body a.theme-magenta.color-base:hover {
  background: #fb276f; }

.theme-magenta .color-dark-border, .theme-magenta .theme-magenta.color-dark-border, body .color-dark-border, body .theme-magenta.color-dark-border {
  border-color: #fc407f; }

.theme-magenta .color-base-border, .theme-magenta .theme-magenta.color-base-border, body .color-base-border, body .theme-magenta.color-base-border {
  border-color: #fc5990; }

.theme-magenta .color-dark, .theme-magenta .theme-magenta.color-dark, body .color-dark, body .theme-magenta.color-dark {
  background: #fc407f; }

.theme-magenta .color-dark-text, .theme-magenta .theme-magenta.color-dark-text, body .color-dark-text, body .theme-magenta.color-dark-text {
  color: #fc407f; }

.theme-magenta a.color-dark-text, .theme-magenta a.theme-magenta.color-dark-text, body a.color-dark-text, body a.theme-magenta.color-dark-text {
  color: #fc407f; }
  .theme-magenta a.color-dark-text:hover, .theme-magenta a.theme-magenta.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-magenta.color-dark-text:hover {
    color: #fb276f; }

.theme-magenta .color-base-text, .theme-magenta .theme-magenta.color-base-text, body .color-base-text, body .theme-magenta.color-base-text {
  color: #fc5990; }

.theme-magenta a.color-base-text, .theme-magenta a.theme-magenta.color-base-text, body a.color-base-text, body a.theme-magenta.color-base-text {
  color: #fc5990; }
  .theme-magenta a.color-base-text:hover, .theme-magenta a.theme-magenta.color-base-text:hover, body a.color-base-text:hover, body a.theme-magenta.color-base-text:hover {
    color: #fc407f; }

.theme-magenta .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #fc5990; }

.theme-magenta .color-darkest, .theme-magenta a.color-darkest,
.theme-magenta .theme-magenta.color-darkest, .theme-magenta a.theme-magenta.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-magenta.color-darkest, body a.theme-magenta.color-darkest {
  background: #fb276f; }

.theme-magenta a.color-darkest:hover,
.theme-magenta a.theme-magenta.color-darkest:hover, body a.color-darkest:hover,
body a.theme-magenta.color-darkest:hover {
  background: #eb0452; }

.theme-magenta .color-darkest-text,
.theme-magenta .theme-magenta.color-darkest-text, body .color-darkest-text,
body .theme-magenta.color-darkest-text {
  color: #fb276f; }

.theme-magenta a.color-darkest-text,
.theme-magenta a.theme-magenta.color-darkest-text, body a.color-darkest-text,
body a.theme-magenta.color-darkest-text {
  color: #fb276f; }
  .theme-magenta a.color-darkest-text:hover,
  .theme-magenta a.theme-magenta.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-magenta.color-darkest-text:hover {
    color: #fb0e5e; }

.theme-magenta .color-high-contrast-text,
.theme-magenta .theme-magenta.color-high-contrast-text, body .color-high-contrast-text,
body .theme-magenta.color-high-contrast-text {
  color: #b90341; }

.theme-magenta a.color-high-contrast-text,
.theme-magenta a.theme-magenta.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-magenta.color-high-contrast-text {
  color: #b90341; }
  .theme-magenta a.color-high-contrast-text:hover,
  .theme-magenta a.theme-magenta.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-magenta.color-high-contrast-text:hover {
    color: #6e0226; }

.theme-magenta nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-magenta .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #fc5990; }

.theme-magenta nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-magenta .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #fb276f; }

.theme-magenta .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #fc5990; }

.theme-magenta .top-toolbar .quick-nav a:hover,
.theme-magenta .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #fc5990; }

.theme-magenta .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #fc5990; }

.theme-magenta ::selection, body ::selection {
  color: #fff;
  background: #fc5990; }

.theme-magenta ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #fc5990; }

.theme-slategray.color-base, .theme-slategray .color-base, .theme-slategray .theme-slategray.color-base, body.color-base, body .color-base, body .theme-slategray.color-base {
  background: #669999; }

.theme-slategray a.color-base:hover, .theme-slategray a.theme-slategray.color-base:hover, body a.color-base:hover, body a.theme-slategray.color-base:hover {
  background: #527a7a; }

.theme-slategray .color-dark-border, .theme-slategray .theme-slategray.color-dark-border, body .color-dark-border, body .theme-slategray.color-dark-border {
  border-color: #5c8a8a; }

.theme-slategray .color-base-border, .theme-slategray .theme-slategray.color-base-border, body .color-base-border, body .theme-slategray.color-base-border {
  border-color: #669999; }

.theme-slategray .color-dark, .theme-slategray .theme-slategray.color-dark, body .color-dark, body .theme-slategray.color-dark {
  background: #5c8a8a; }

.theme-slategray .color-dark-text, .theme-slategray .theme-slategray.color-dark-text, body .color-dark-text, body .theme-slategray.color-dark-text {
  color: #5c8a8a; }

.theme-slategray a.color-dark-text, .theme-slategray a.theme-slategray.color-dark-text, body a.color-dark-text, body a.theme-slategray.color-dark-text {
  color: #5c8a8a; }
  .theme-slategray a.color-dark-text:hover, .theme-slategray a.theme-slategray.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-slategray.color-dark-text:hover {
    color: #527a7a; }

.theme-slategray .color-base-text, .theme-slategray .theme-slategray.color-base-text, body .color-base-text, body .theme-slategray.color-base-text {
  color: #669999; }

.theme-slategray a.color-base-text, .theme-slategray a.theme-slategray.color-base-text, body a.color-base-text, body a.theme-slategray.color-base-text {
  color: #669999; }
  .theme-slategray a.color-base-text:hover, .theme-slategray a.theme-slategray.color-base-text:hover, body a.color-base-text:hover, body a.theme-slategray.color-base-text:hover {
    color: #5c8a8a; }

.theme-slategray .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #669999; }

.theme-slategray .color-darkest, .theme-slategray a.color-darkest,
.theme-slategray .theme-slategray.color-darkest, .theme-slategray a.theme-slategray.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-slategray.color-darkest, body a.theme-slategray.color-darkest {
  background: #527a7a; }

.theme-slategray a.color-darkest:hover,
.theme-slategray a.theme-slategray.color-darkest:hover, body a.color-darkest:hover,
body a.theme-slategray.color-darkest:hover {
  background: #3d5c5c; }

.theme-slategray .color-darkest-text,
.theme-slategray .theme-slategray.color-darkest-text, body .color-darkest-text,
body .theme-slategray.color-darkest-text {
  color: #527a7a; }

.theme-slategray a.color-darkest-text,
.theme-slategray a.theme-slategray.color-darkest-text, body a.color-darkest-text,
body a.theme-slategray.color-darkest-text {
  color: #527a7a; }
  .theme-slategray a.color-darkest-text:hover,
  .theme-slategray a.theme-slategray.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-slategray.color-darkest-text:hover {
    color: #476b6b; }

.theme-slategray .color-high-contrast-text,
.theme-slategray .theme-slategray.color-high-contrast-text, body .color-high-contrast-text,
body .theme-slategray.color-high-contrast-text {
  color: #293d3d; }

.theme-slategray a.color-high-contrast-text,
.theme-slategray a.theme-slategray.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-slategray.color-high-contrast-text {
  color: #293d3d; }
  .theme-slategray a.color-high-contrast-text:hover,
  .theme-slategray a.theme-slategray.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-slategray.color-high-contrast-text:hover {
    color: #0a0f0f; }

.theme-slategray nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-slategray .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #669999; }

.theme-slategray nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-slategray .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #527a7a; }

.theme-slategray .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #669999; }

.theme-slategray .top-toolbar .quick-nav a:hover,
.theme-slategray .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #669999; }

.theme-slategray .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #669999; }

.theme-slategray ::selection, body ::selection {
  color: #fff;
  background: #669999; }

.theme-slategray ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #669999; }

.theme-purple.color-base, .theme-purple .color-base, .theme-purple .theme-purple.color-base, body.color-base, body .color-base, body .theme-purple.color-base {
  background: #62619a; }

.theme-purple a.color-base:hover, .theme-purple a.theme-purple.color-base:hover, body a.color-base:hover, body a.theme-purple.color-base:hover {
  background: #4e4d7b; }

.theme-purple .color-dark-border, .theme-purple .theme-purple.color-dark-border, body .color-dark-border, body .theme-purple.color-dark-border {
  border-color: #58578a; }

.theme-purple .color-base-border, .theme-purple .theme-purple.color-base-border, body .color-base-border, body .theme-purple.color-base-border {
  border-color: #62619a; }

.theme-purple .color-dark, .theme-purple .theme-purple.color-dark, body .color-dark, body .theme-purple.color-dark {
  background: #58578a; }

.theme-purple .color-dark-text, .theme-purple .theme-purple.color-dark-text, body .color-dark-text, body .theme-purple.color-dark-text {
  color: #58578a; }

.theme-purple a.color-dark-text, .theme-purple a.theme-purple.color-dark-text, body a.color-dark-text, body a.theme-purple.color-dark-text {
  color: #58578a; }
  .theme-purple a.color-dark-text:hover, .theme-purple a.theme-purple.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-purple.color-dark-text:hover {
    color: #4e4d7b; }

.theme-purple .color-base-text, .theme-purple .theme-purple.color-base-text, body .color-base-text, body .theme-purple.color-base-text {
  color: #62619a; }

.theme-purple a.color-base-text, .theme-purple a.theme-purple.color-base-text, body a.color-base-text, body a.theme-purple.color-base-text {
  color: #62619a; }
  .theme-purple a.color-base-text:hover, .theme-purple a.theme-purple.color-base-text:hover, body a.color-base-text:hover, body a.theme-purple.color-base-text:hover {
    color: #58578a; }

.theme-purple .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #62619a; }

.theme-purple .color-darkest, .theme-purple a.color-darkest,
.theme-purple .theme-purple.color-darkest, .theme-purple a.theme-purple.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-purple.color-darkest, body a.theme-purple.color-darkest {
  background: #4e4d7b; }

.theme-purple a.color-darkest:hover,
.theme-purple a.theme-purple.color-darkest:hover, body a.color-darkest:hover,
body a.theme-purple.color-darkest:hover {
  background: #3a3a5b; }

.theme-purple .color-darkest-text,
.theme-purple .theme-purple.color-darkest-text, body .color-darkest-text,
body .theme-purple.color-darkest-text {
  color: #4e4d7b; }

.theme-purple a.color-darkest-text,
.theme-purple a.theme-purple.color-darkest-text, body a.color-darkest-text,
body a.theme-purple.color-darkest-text {
  color: #4e4d7b; }
  .theme-purple a.color-darkest-text:hover,
  .theme-purple a.theme-purple.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-purple.color-darkest-text:hover {
    color: #44436b; }

.theme-purple .color-high-contrast-text,
.theme-purple .theme-purple.color-high-contrast-text, body .color-high-contrast-text,
body .theme-purple.color-high-contrast-text {
  color: #26263c; }

.theme-purple a.color-high-contrast-text,
.theme-purple a.theme-purple.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-purple.color-high-contrast-text {
  color: #26263c; }
  .theme-purple a.color-high-contrast-text:hover,
  .theme-purple a.theme-purple.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-purple.color-high-contrast-text:hover {
    color: #08080d; }

.theme-purple nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-purple .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #62619a; }

.theme-purple nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-purple .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #4e4d7b; }

.theme-purple .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #62619a; }

.theme-purple .top-toolbar .quick-nav a:hover,
.theme-purple .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #62619a; }

.theme-purple .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #62619a; }

.theme-purple ::selection, body ::selection {
  color: #fff;
  background: #62619a; }

.theme-purple ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #62619a; }

.theme-steel.color-base, .theme-steel .color-base, .theme-steel .theme-steel.color-base, body.color-base, body .color-base, body .theme-steel.color-base {
  background: #187fa2; }

.theme-steel a.color-base:hover, .theme-steel a.theme-steel.color-base:hover, body a.color-base:hover, body a.theme-steel.color-base:hover {
  background: #115c76; }

.theme-steel .color-dark-border, .theme-steel .theme-steel.color-dark-border, body .color-dark-border, body .theme-steel.color-dark-border {
  border-color: #156e8c; }

.theme-steel .color-base-border, .theme-steel .theme-steel.color-base-border, body .color-base-border, body .theme-steel.color-base-border {
  border-color: #187fa2; }

.theme-steel .color-dark, .theme-steel .theme-steel.color-dark, body .color-dark, body .theme-steel.color-dark {
  background: #156e8c; }

.theme-steel .color-dark-text, .theme-steel .theme-steel.color-dark-text, body .color-dark-text, body .theme-steel.color-dark-text {
  color: #156e8c; }

.theme-steel a.color-dark-text, .theme-steel a.theme-steel.color-dark-text, body a.color-dark-text, body a.theme-steel.color-dark-text {
  color: #156e8c; }
  .theme-steel a.color-dark-text:hover, .theme-steel a.theme-steel.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-steel.color-dark-text:hover {
    color: #115c76; }

.theme-steel .color-base-text, .theme-steel .theme-steel.color-base-text, body .color-base-text, body .theme-steel.color-base-text {
  color: #187fa2; }

.theme-steel a.color-base-text, .theme-steel a.theme-steel.color-base-text, body a.color-base-text, body a.theme-steel.color-base-text {
  color: #187fa2; }
  .theme-steel a.color-base-text:hover, .theme-steel a.theme-steel.color-base-text:hover, body a.color-base-text:hover, body a.theme-steel.color-base-text:hover {
    color: #156e8c; }

.theme-steel .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #187fa2; }

.theme-steel .color-darkest, .theme-steel a.color-darkest,
.theme-steel .theme-steel.color-darkest, .theme-steel a.theme-steel.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-steel.color-darkest, body a.theme-steel.color-darkest {
  background: #115c76; }

.theme-steel a.color-darkest:hover,
.theme-steel a.theme-steel.color-darkest:hover, body a.color-darkest:hover,
body a.theme-steel.color-darkest:hover {
  background: #0b3949; }

.theme-steel .color-darkest-text,
.theme-steel .theme-steel.color-darkest-text, body .color-darkest-text,
body .theme-steel.color-darkest-text {
  color: #115c76; }

.theme-steel a.color-darkest-text,
.theme-steel a.theme-steel.color-darkest-text, body a.color-darkest-text,
body a.theme-steel.color-darkest-text {
  color: #115c76; }
  .theme-steel a.color-darkest-text:hover,
  .theme-steel a.theme-steel.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-steel.color-darkest-text:hover {
    color: #0e4b5f; }

.theme-steel .color-high-contrast-text,
.theme-steel .theme-steel.color-high-contrast-text, body .color-high-contrast-text,
body .theme-steel.color-high-contrast-text {
  color: #04171d; }

.theme-steel a.color-high-contrast-text,
.theme-steel a.theme-steel.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-steel.color-high-contrast-text {
  color: #04171d; }
  .theme-steel a.color-high-contrast-text:hover,
  .theme-steel a.theme-steel.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-steel.color-high-contrast-text:hover {
    color: black; }

.theme-steel nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-steel .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #187fa2; }

.theme-steel nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-steel .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #115c76; }

.theme-steel .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #187fa2; }

.theme-steel .top-toolbar .quick-nav a:hover,
.theme-steel .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #187fa2; }

.theme-steel .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #187fa2; }

.theme-steel ::selection, body ::selection {
  color: #fff;
  background: #187fa2; }

.theme-steel ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #187fa2; }

.theme-rose.color-base, .theme-rose .color-base, .theme-rose .theme-rose.color-base, body.color-base, body .color-base, body .theme-rose.color-base {
  background: #cc6666; }

.theme-rose a.color-base:hover, .theme-rose a.theme-rose.color-base:hover, body a.color-base:hover, body a.theme-rose.color-base:hover {
  background: #bf4040; }

.theme-rose .color-dark-border, .theme-rose .theme-rose.color-dark-border, body .color-dark-border, body .theme-rose.color-dark-border {
  border-color: #c65353; }

.theme-rose .color-base-border, .theme-rose .theme-rose.color-base-border, body .color-base-border, body .theme-rose.color-base-border {
  border-color: #cc6666; }

.theme-rose .color-dark, .theme-rose .theme-rose.color-dark, body .color-dark, body .theme-rose.color-dark {
  background: #c65353; }

.theme-rose .color-dark-text, .theme-rose .theme-rose.color-dark-text, body .color-dark-text, body .theme-rose.color-dark-text {
  color: #c65353; }

.theme-rose a.color-dark-text, .theme-rose a.theme-rose.color-dark-text, body a.color-dark-text, body a.theme-rose.color-dark-text {
  color: #c65353; }
  .theme-rose a.color-dark-text:hover, .theme-rose a.theme-rose.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-rose.color-dark-text:hover {
    color: #bf4040; }

.theme-rose .color-base-text, .theme-rose .theme-rose.color-base-text, body .color-base-text, body .theme-rose.color-base-text {
  color: #cc6666; }

.theme-rose a.color-base-text, .theme-rose a.theme-rose.color-base-text, body a.color-base-text, body a.theme-rose.color-base-text {
  color: #cc6666; }
  .theme-rose a.color-base-text:hover, .theme-rose a.theme-rose.color-base-text:hover, body a.color-base-text:hover, body a.theme-rose.color-base-text:hover {
    color: #c65353; }

.theme-rose .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #cc6666; }

.theme-rose .color-darkest, .theme-rose a.color-darkest,
.theme-rose .theme-rose.color-darkest, .theme-rose a.theme-rose.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-rose.color-darkest, body a.theme-rose.color-darkest {
  background: #bf4040; }

.theme-rose a.color-darkest:hover,
.theme-rose a.theme-rose.color-darkest:hover, body a.color-darkest:hover,
body a.theme-rose.color-darkest:hover {
  background: #993333; }

.theme-rose .color-darkest-text,
.theme-rose .theme-rose.color-darkest-text, body .color-darkest-text,
body .theme-rose.color-darkest-text {
  color: #bf4040; }

.theme-rose a.color-darkest-text,
.theme-rose a.theme-rose.color-darkest-text, body a.color-darkest-text,
body a.theme-rose.color-darkest-text {
  color: #bf4040; }
  .theme-rose a.color-darkest-text:hover,
  .theme-rose a.theme-rose.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-rose.color-darkest-text:hover {
    color: #ac3939; }

.theme-rose .color-high-contrast-text,
.theme-rose .theme-rose.color-high-contrast-text, body .color-high-contrast-text,
body .theme-rose.color-high-contrast-text {
  color: #732626; }

.theme-rose a.color-high-contrast-text,
.theme-rose a.theme-rose.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-rose.color-high-contrast-text {
  color: #732626; }
  .theme-rose a.color-high-contrast-text:hover,
  .theme-rose a.theme-rose.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-rose.color-high-contrast-text:hover {
    color: #391313; }

.theme-rose nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-rose .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #cc6666; }

.theme-rose nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-rose .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #bf4040; }

.theme-rose .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #cc6666; }

.theme-rose .top-toolbar .quick-nav a:hover,
.theme-rose .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #cc6666; }

.theme-rose .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #cc6666; }

.theme-rose ::selection, body ::selection {
  color: #fff;
  background: #cc6666; }

.theme-rose ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #cc6666; }

.theme-olive.color-base, .theme-olive .color-base, .theme-olive .theme-olive.color-base, body.color-base, body .color-base, body .theme-olive.color-base {
  background: #999933; }

.theme-olive a.color-base:hover, .theme-olive a.theme-olive.color-base:hover, body a.color-base:hover, body a.theme-olive.color-base:hover {
  background: #737326; }

.theme-olive .color-dark-border, .theme-olive .theme-olive.color-dark-border, body .color-dark-border, body .theme-olive.color-dark-border {
  border-color: #86862d; }

.theme-olive .color-base-border, .theme-olive .theme-olive.color-base-border, body .color-base-border, body .theme-olive.color-base-border {
  border-color: #999933; }

.theme-olive .color-dark, .theme-olive .theme-olive.color-dark, body .color-dark, body .theme-olive.color-dark {
  background: #86862d; }

.theme-olive .color-dark-text, .theme-olive .theme-olive.color-dark-text, body .color-dark-text, body .theme-olive.color-dark-text {
  color: #86862d; }

.theme-olive a.color-dark-text, .theme-olive a.theme-olive.color-dark-text, body a.color-dark-text, body a.theme-olive.color-dark-text {
  color: #86862d; }
  .theme-olive a.color-dark-text:hover, .theme-olive a.theme-olive.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-olive.color-dark-text:hover {
    color: #737326; }

.theme-olive .color-base-text, .theme-olive .theme-olive.color-base-text, body .color-base-text, body .theme-olive.color-base-text {
  color: #999933; }

.theme-olive a.color-base-text, .theme-olive a.theme-olive.color-base-text, body a.color-base-text, body a.theme-olive.color-base-text {
  color: #999933; }
  .theme-olive a.color-base-text:hover, .theme-olive a.theme-olive.color-base-text:hover, body a.color-base-text:hover, body a.theme-olive.color-base-text:hover {
    color: #86862d; }

.theme-olive .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #999933; }

.theme-olive .color-darkest, .theme-olive a.color-darkest,
.theme-olive .theme-olive.color-darkest, .theme-olive a.theme-olive.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-olive.color-darkest, body a.theme-olive.color-darkest {
  background: #737326; }

.theme-olive a.color-darkest:hover,
.theme-olive a.theme-olive.color-darkest:hover, body a.color-darkest:hover,
body a.theme-olive.color-darkest:hover {
  background: #4d4d1a; }

.theme-olive .color-darkest-text,
.theme-olive .theme-olive.color-darkest-text, body .color-darkest-text,
body .theme-olive.color-darkest-text {
  color: #737326; }

.theme-olive a.color-darkest-text,
.theme-olive a.theme-olive.color-darkest-text, body a.color-darkest-text,
body a.theme-olive.color-darkest-text {
  color: #737326; }
  .theme-olive a.color-darkest-text:hover,
  .theme-olive a.theme-olive.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-olive.color-darkest-text:hover {
    color: #606020; }

.theme-olive .color-high-contrast-text,
.theme-olive .theme-olive.color-high-contrast-text, body .color-high-contrast-text,
body .theme-olive.color-high-contrast-text {
  color: #26260d; }

.theme-olive a.color-high-contrast-text,
.theme-olive a.theme-olive.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-olive.color-high-contrast-text {
  color: #26260d; }
  .theme-olive a.color-high-contrast-text:hover,
  .theme-olive a.theme-olive.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-olive.color-high-contrast-text:hover {
    color: black; }

.theme-olive nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-olive .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #999933; }

.theme-olive nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-olive .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #737326; }

.theme-olive .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #999933; }

.theme-olive .top-toolbar .quick-nav a:hover,
.theme-olive .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #999933; }

.theme-olive .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #999933; }

.theme-olive ::selection, body ::selection {
  color: #fff;
  background: #999933; }

.theme-olive ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #999933; }

.theme-amber.color-base, .theme-amber .color-base, .theme-amber .theme-amber.color-base, body.color-base, body .color-base, body .theme-amber.color-base {
  background: #c28918; }

.theme-amber a.color-base:hover, .theme-amber a.theme-amber.color-base:hover, body a.color-base:hover, body a.theme-amber.color-base:hover {
  background: #956912; }

.theme-amber .color-dark-border, .theme-amber .theme-amber.color-dark-border, body .color-dark-border, body .theme-amber.color-dark-border {
  border-color: #ab7915; }

.theme-amber .color-base-border, .theme-amber .theme-amber.color-base-border, body .color-base-border, body .theme-amber.color-base-border {
  border-color: #c28918; }

.theme-amber .color-dark, .theme-amber .theme-amber.color-dark, body .color-dark, body .theme-amber.color-dark {
  background: #ab7915; }

.theme-amber .color-dark-text, .theme-amber .theme-amber.color-dark-text, body .color-dark-text, body .theme-amber.color-dark-text {
  color: #ab7915; }

.theme-amber a.color-dark-text, .theme-amber a.theme-amber.color-dark-text, body a.color-dark-text, body a.theme-amber.color-dark-text {
  color: #ab7915; }
  .theme-amber a.color-dark-text:hover, .theme-amber a.theme-amber.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-amber.color-dark-text:hover {
    color: #956912; }

.theme-amber .color-base-text, .theme-amber .theme-amber.color-base-text, body .color-base-text, body .theme-amber.color-base-text {
  color: #c28918; }

.theme-amber a.color-base-text, .theme-amber a.theme-amber.color-base-text, body a.color-base-text, body a.theme-amber.color-base-text {
  color: #c28918; }
  .theme-amber a.color-base-text:hover, .theme-amber a.theme-amber.color-base-text:hover, body a.color-base-text:hover, body a.theme-amber.color-base-text:hover {
    color: #ab7915; }

.theme-amber .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #c28918; }

.theme-amber .color-darkest, .theme-amber a.color-darkest,
.theme-amber .theme-amber.color-darkest, .theme-amber a.theme-amber.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-amber.color-darkest, body a.theme-amber.color-darkest {
  background: #956912; }

.theme-amber a.color-darkest:hover,
.theme-amber a.theme-amber.color-darkest:hover, body a.color-darkest:hover,
body a.theme-amber.color-darkest:hover {
  background: #67490d; }

.theme-amber .color-darkest-text,
.theme-amber .theme-amber.color-darkest-text, body .color-darkest-text,
body .theme-amber.color-darkest-text {
  color: #956912; }

.theme-amber a.color-darkest-text,
.theme-amber a.theme-amber.color-darkest-text, body a.color-darkest-text,
body a.theme-amber.color-darkest-text {
  color: #956912; }
  .theme-amber a.color-darkest-text:hover,
  .theme-amber a.theme-amber.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-amber.color-darkest-text:hover {
    color: #7e5910; }

.theme-amber .color-high-contrast-text,
.theme-amber .theme-amber.color-high-contrast-text, body .color-high-contrast-text,
body .theme-amber.color-high-contrast-text {
  color: #3a2907; }

.theme-amber a.color-high-contrast-text,
.theme-amber a.theme-amber.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-amber.color-high-contrast-text {
  color: #3a2907; }
  .theme-amber a.color-high-contrast-text:hover,
  .theme-amber a.theme-amber.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-amber.color-high-contrast-text:hover {
    color: black; }

.theme-amber nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-amber .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #c28918; }

.theme-amber nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-amber .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #956912; }

.theme-amber .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #c28918; }

.theme-amber .top-toolbar .quick-nav a:hover,
.theme-amber .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #c28918; }

.theme-amber .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #c28918; }

.theme-amber ::selection, body ::selection {
  color: #fff;
  background: #c28918; }

.theme-amber ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #c28918; }

.theme-brown.color-base, .theme-brown .color-base, .theme-brown .theme-brown.color-base, body.color-base, body .color-base, body .theme-brown.color-base {
  background: #997747; }

.theme-brown a.color-base:hover, .theme-brown a.theme-brown.color-base:hover, body a.color-base:hover, body a.theme-brown.color-base:hover {
  background: #765c37; }

.theme-brown .color-dark-border, .theme-brown .theme-brown.color-dark-border, body .color-dark-border, body .theme-brown.color-dark-border {
  border-color: #88693f; }

.theme-brown .color-base-border, .theme-brown .theme-brown.color-base-border, body .color-base-border, body .theme-brown.color-base-border {
  border-color: #997747; }

.theme-brown .color-dark, .theme-brown .theme-brown.color-dark, body .color-dark, body .theme-brown.color-dark {
  background: #88693f; }

.theme-brown .color-dark-text, .theme-brown .theme-brown.color-dark-text, body .color-dark-text, body .theme-brown.color-dark-text {
  color: #88693f; }

.theme-brown a.color-dark-text, .theme-brown a.theme-brown.color-dark-text, body a.color-dark-text, body a.theme-brown.color-dark-text {
  color: #88693f; }
  .theme-brown a.color-dark-text:hover, .theme-brown a.theme-brown.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-brown.color-dark-text:hover {
    color: #765c37; }

.theme-brown .color-base-text, .theme-brown .theme-brown.color-base-text, body .color-base-text, body .theme-brown.color-base-text {
  color: #997747; }

.theme-brown a.color-base-text, .theme-brown a.theme-brown.color-base-text, body a.color-base-text, body a.theme-brown.color-base-text {
  color: #997747; }
  .theme-brown a.color-base-text:hover, .theme-brown a.theme-brown.color-base-text:hover, body a.color-base-text:hover, body a.theme-brown.color-base-text:hover {
    color: #88693f; }

.theme-brown .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #997747; }

.theme-brown .color-darkest, .theme-brown a.color-darkest,
.theme-brown .theme-brown.color-darkest, .theme-brown a.theme-brown.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-brown.color-darkest, body a.theme-brown.color-darkest {
  background: #765c37; }

.theme-brown a.color-darkest:hover,
.theme-brown a.theme-brown.color-darkest:hover, body a.color-darkest:hover,
body a.theme-brown.color-darkest:hover {
  background: #534127; }

.theme-brown .color-darkest-text,
.theme-brown .theme-brown.color-darkest-text, body .color-darkest-text,
body .theme-brown.color-darkest-text {
  color: #765c37; }

.theme-brown a.color-darkest-text,
.theme-brown a.theme-brown.color-darkest-text, body a.color-darkest-text,
body a.theme-brown.color-darkest-text {
  color: #765c37; }
  .theme-brown a.color-darkest-text:hover,
  .theme-brown a.theme-brown.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-brown.color-darkest-text:hover {
    color: #654e2f; }

.theme-brown .color-high-contrast-text,
.theme-brown .theme-brown.color-high-contrast-text, body .color-high-contrast-text,
body .theme-brown.color-high-contrast-text {
  color: #302617; }

.theme-brown a.color-high-contrast-text,
.theme-brown a.theme-brown.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-brown.color-high-contrast-text {
  color: #302617; }
  .theme-brown a.color-high-contrast-text:hover,
  .theme-brown a.theme-brown.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-brown.color-high-contrast-text:hover {
    color: black; }

.theme-brown nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-brown .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #997747; }

.theme-brown nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-brown .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #765c37; }

.theme-brown .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #997747; }

.theme-brown .top-toolbar .quick-nav a:hover,
.theme-brown .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #997747; }

.theme-brown .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #997747; }

.theme-brown ::selection, body ::selection {
  color: #fff;
  background: #997747; }

.theme-brown ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #997747; }

.theme-orange.color-base, .theme-orange .color-base, .theme-orange .theme-orange.color-base, body.color-base, body .color-base, body .theme-orange.color-base {
  background: #eb6811; }

.theme-orange a.color-base:hover, .theme-orange a.theme-orange.color-base:hover, body a.color-base:hover, body a.theme-orange.color-base:hover {
  background: #bb530e; }

.theme-orange .color-dark-border, .theme-orange .theme-orange.color-dark-border, body .color-dark-border, body .theme-orange.color-dark-border {
  border-color: #d35d0f; }

.theme-orange .color-base-border, .theme-orange .theme-orange.color-base-border, body .color-base-border, body .theme-orange.color-base-border {
  border-color: #eb6811; }

.theme-orange .color-dark, .theme-orange .theme-orange.color-dark, body .color-dark, body .theme-orange.color-dark {
  background: #d35d0f; }

.theme-orange .color-dark-text, .theme-orange .theme-orange.color-dark-text, body .color-dark-text, body .theme-orange.color-dark-text {
  color: #d35d0f; }

.theme-orange a.color-dark-text, .theme-orange a.theme-orange.color-dark-text, body a.color-dark-text, body a.theme-orange.color-dark-text {
  color: #d35d0f; }
  .theme-orange a.color-dark-text:hover, .theme-orange a.theme-orange.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-orange.color-dark-text:hover {
    color: #bb530e; }

.theme-orange .color-base-text, .theme-orange .theme-orange.color-base-text, body .color-base-text, body .theme-orange.color-base-text {
  color: #eb6811; }

.theme-orange a.color-base-text, .theme-orange a.theme-orange.color-base-text, body a.color-base-text, body a.theme-orange.color-base-text {
  color: #eb6811; }
  .theme-orange a.color-base-text:hover, .theme-orange a.theme-orange.color-base-text:hover, body a.color-base-text:hover, body a.theme-orange.color-base-text:hover {
    color: #d35d0f; }

.theme-orange .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #eb6811; }

.theme-orange .color-darkest, .theme-orange a.color-darkest,
.theme-orange .theme-orange.color-darkest, .theme-orange a.theme-orange.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-orange.color-darkest, body a.theme-orange.color-darkest {
  background: #bb530e; }

.theme-orange a.color-darkest:hover,
.theme-orange a.theme-orange.color-darkest:hover, body a.color-darkest:hover,
body a.theme-orange.color-darkest:hover {
  background: #8c3e0a; }

.theme-orange .color-darkest-text,
.theme-orange .theme-orange.color-darkest-text, body .color-darkest-text,
body .theme-orange.color-darkest-text {
  color: #bb530e; }

.theme-orange a.color-darkest-text,
.theme-orange a.theme-orange.color-darkest-text, body a.color-darkest-text,
body a.theme-orange.color-darkest-text {
  color: #bb530e; }
  .theme-orange a.color-darkest-text:hover,
  .theme-orange a.theme-orange.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-orange.color-darkest-text:hover {
    color: #a4480c; }

.theme-orange .color-high-contrast-text,
.theme-orange .theme-orange.color-high-contrast-text, body .color-high-contrast-text,
body .theme-orange.color-high-contrast-text {
  color: #5c2907; }

.theme-orange a.color-high-contrast-text,
.theme-orange a.theme-orange.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-orange.color-high-contrast-text {
  color: #5c2907; }
  .theme-orange a.color-high-contrast-text:hover,
  .theme-orange a.theme-orange.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-orange.color-high-contrast-text:hover {
    color: #150902; }

.theme-orange nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-orange .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #eb6811; }

.theme-orange nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-orange .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #bb530e; }

.theme-orange .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #eb6811; }

.theme-orange .top-toolbar .quick-nav a:hover,
.theme-orange .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #eb6811; }

.theme-orange .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #eb6811; }

.theme-orange ::selection, body ::selection {
  color: #fff;
  background: #eb6811; }

.theme-orange ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #eb6811; }

.theme-warmgray.color-base, .theme-warmgray .color-base, .theme-warmgray .theme-warmgray.color-base, body.color-base, body .color-base, body .theme-warmgray.color-base {
  background: #8c7c7c; }

.theme-warmgray a.color-base:hover, .theme-warmgray a.theme-warmgray.color-base:hover, body a.color-base:hover, body a.theme-warmgray.color-base:hover {
  background: #716464; }

.theme-warmgray .color-dark-border, .theme-warmgray .theme-warmgray.color-dark-border, body .color-dark-border, body .theme-warmgray.color-dark-border {
  border-color: #7f6f6f; }

.theme-warmgray .color-base-border, .theme-warmgray .theme-warmgray.color-base-border, body .color-base-border, body .theme-warmgray.color-base-border {
  border-color: #8c7c7c; }

.theme-warmgray .color-dark, .theme-warmgray .theme-warmgray.color-dark, body .color-dark, body .theme-warmgray.color-dark {
  background: #7f6f6f; }

.theme-warmgray .color-dark-text, .theme-warmgray .theme-warmgray.color-dark-text, body .color-dark-text, body .theme-warmgray.color-dark-text {
  color: #7f6f6f; }

.theme-warmgray a.color-dark-text, .theme-warmgray a.theme-warmgray.color-dark-text, body a.color-dark-text, body a.theme-warmgray.color-dark-text {
  color: #7f6f6f; }
  .theme-warmgray a.color-dark-text:hover, .theme-warmgray a.theme-warmgray.color-dark-text:hover, body a.color-dark-text:hover, body a.theme-warmgray.color-dark-text:hover {
    color: #716464; }

.theme-warmgray .color-base-text, .theme-warmgray .theme-warmgray.color-base-text, body .color-base-text, body .theme-warmgray.color-base-text {
  color: #8c7c7c; }

.theme-warmgray a.color-base-text, .theme-warmgray a.theme-warmgray.color-base-text, body a.color-base-text, body a.theme-warmgray.color-base-text {
  color: #8c7c7c; }
  .theme-warmgray a.color-base-text:hover, .theme-warmgray a.theme-warmgray.color-base-text:hover, body a.color-base-text:hover, body a.theme-warmgray.color-base-text:hover {
    color: #7f6f6f; }

.theme-warmgray .color-base-text-hover:hover, body .color-base-text-hover:hover {
  color: #8c7c7c; }

.theme-warmgray .color-darkest, .theme-warmgray a.color-darkest,
.theme-warmgray .theme-warmgray.color-darkest, .theme-warmgray a.theme-warmgray.color-darkest, body .color-darkest, body a.color-darkest,
body .theme-warmgray.color-darkest, body a.theme-warmgray.color-darkest {
  background: #716464; }

.theme-warmgray a.color-darkest:hover,
.theme-warmgray a.theme-warmgray.color-darkest:hover, body a.color-darkest:hover,
body a.theme-warmgray.color-darkest:hover {
  background: #564c4c; }

.theme-warmgray .color-darkest-text,
.theme-warmgray .theme-warmgray.color-darkest-text, body .color-darkest-text,
body .theme-warmgray.color-darkest-text {
  color: #716464; }

.theme-warmgray a.color-darkest-text,
.theme-warmgray a.theme-warmgray.color-darkest-text, body a.color-darkest-text,
body a.theme-warmgray.color-darkest-text {
  color: #716464; }
  .theme-warmgray a.color-darkest-text:hover,
  .theme-warmgray a.theme-warmgray.color-darkest-text:hover, body a.color-darkest-text:hover,
  body a.theme-warmgray.color-darkest-text:hover {
    color: #645858; }

.theme-warmgray .color-high-contrast-text,
.theme-warmgray .theme-warmgray.color-high-contrast-text, body .color-high-contrast-text,
body .theme-warmgray.color-high-contrast-text {
  color: #3b3434; }

.theme-warmgray a.color-high-contrast-text,
.theme-warmgray a.theme-warmgray.color-high-contrast-text, body a.color-high-contrast-text,
body a.theme-warmgray.color-high-contrast-text {
  color: #3b3434; }
  .theme-warmgray a.color-high-contrast-text:hover,
  .theme-warmgray a.theme-warmgray.color-high-contrast-text:hover, body a.color-high-contrast-text:hover,
  body a.theme-warmgray.color-high-contrast-text:hover {
    color: #121010; }

.theme-warmgray nav.primary-nav .top-nav > li.current-menu-item > a,
.theme-warmgray .main-header nav.primary-nav ul li.current-menu-item:hover > a, body nav.primary-nav .top-nav > li.current-menu-item > a,
body .main-header nav.primary-nav ul li.current-menu-item:hover > a {
  color: #8c7c7c; }

.theme-warmgray nav.primary-nav .top-nav > li.current-menu-parent > a,
.theme-warmgray .main-header nav.primary-nav ul li.current-menu-parent:hover > a, body nav.primary-nav .top-nav > li.current-menu-parent > a,
body .main-header nav.primary-nav ul li.current-menu-parent:hover > a {
  color: #716464; }

.theme-warmgray .main-header nav.primary-nav ul li:hover .current-menu-item a, body .main-header nav.primary-nav ul li:hover .current-menu-item a {
  color: #8c7c7c; }

.theme-warmgray .top-toolbar .quick-nav a:hover,
.theme-warmgray .main-footer .footer-nav ul a:hover, body .top-toolbar .quick-nav a:hover,
body .main-footer .footer-nav ul a:hover {
  color: #8c7c7c; }

.theme-warmgray .footer-bottom .to-top:hover, body .footer-bottom .to-top:hover {
  background: #8c7c7c; }

.theme-warmgray ::selection, body ::selection {
  color: #fff;
  background: #8c7c7c; }

.theme-warmgray ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #8c7c7c; }

.color-base {
  background: red; }

.bleed-wrapper, .page-heading-wrapper {
  position: relative;
  z-index: 2; }

.bg-bleed {
  width: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  height: 60%; }
  .bg-bleed--feature-page {
    height: auto;
    top: 0;
    bottom: 80px; }
    @media (max-width: 767px) {
      .bg-bleed--feature-page {
        height: 10px;
        display: block;
        position: static;
        margin-bottom: 29px; } }

.large-feature-wrapper {
  position: relative;
  margin-bottom: 20px; }
  .large-feature-wrapper.remove-bottom-margin {
    margin-bottom: 0px; }
  .large-feature-wrapper.large-bottom-margin {
    margin-bottom: 60px; }
  .large-feature-wrapper .medium-feature {
    width: 30%;
    margin-left: 70%;
    position: relative; }
  .large-feature-wrapper .feature-overview {
    color: white;
    padding-bottom: 80px; }
    @media (max-width: 767px) {
      .large-feature-wrapper .feature-overview {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 28px;
        margin-bottom: 28px;
        overflow: hidden; } }
    .large-feature-wrapper .feature-overview__type-heading {
      font-size: 16px;
      text-transform: uppercase;
      color: #000000;
      font-family: 'FaktPro-Bold', Helvetica, sans-serif;
      margin: 0 0 1em 0;
      margin-bottom: 6px; }
    .large-feature-wrapper .feature-overview__img-tagline {
      background: #eaeaea;
      padding: 15px;
      display: block;
      font-family: 'FaktPro-NormalItalic', Helvetica, sans-serif;
      line-height: normal;
      font-size: 12px;
      color: #000000;
      position: absolute;
      right: 100%;
      z-index: 2;
      margin-right: 20px;
      left: -233.5%;
      bottom: 0; }
      @media (max-width: 767px) {
        .large-feature-wrapper .feature-overview__img-tagline {
          display: none; } }
    .large-feature-wrapper .feature-overview__img {
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      width: auto;
      max-width: none;
      height: 100%;
      margin-right: 20px;
      z-index: 1;
      border-bottom: 9px solid white; }
      @media (max-width: 767px) {
        .large-feature-wrapper .feature-overview__img {
          display: none; } }
    .large-feature-wrapper .feature-overview__h1 {
      color: white;
      font-size: 40px;
      line-height: 1.2em;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .large-feature-wrapper .feature-overview__h1 {
          margin-bottom: 25px; }
          .theme-blue .large-feature-wrapper .feature-overview__h1 {
            color: #0099cc; }
          .theme-green .large-feature-wrapper .feature-overview__h1 {
            color: #03a770; }
          .theme-red .large-feature-wrapper .feature-overview__h1 {
            color: #f34840; }
          .theme-yellow .large-feature-wrapper .feature-overview__h1 {
            color: #fe9900; }
          .theme-violet .large-feature-wrapper .feature-overview__h1 {
            color: #b4549c; }
          .theme-magenta .large-feature-wrapper .feature-overview__h1 {
            color: #fc5990; }
          .theme-slategray .large-feature-wrapper .feature-overview__h1 {
            color: #669999; }
          .theme-purple .large-feature-wrapper .feature-overview__h1 {
            color: #62619a; }
          .theme-steel .large-feature-wrapper .feature-overview__h1 {
            color: #187fa2; }
          .theme-rose .large-feature-wrapper .feature-overview__h1 {
            color: #cc6666; }
          .theme-olive .large-feature-wrapper .feature-overview__h1 {
            color: #999933; }
          .theme-amber .large-feature-wrapper .feature-overview__h1 {
            color: #c28918; }
          .theme-brown .large-feature-wrapper .feature-overview__h1 {
            color: #997747; }
          .theme-orange .large-feature-wrapper .feature-overview__h1 {
            color: #eb6811; }
          .theme-warmgray .large-feature-wrapper .feature-overview__h1 {
            color: #8c7c7c; } }
    @media (max-width: 767px) {
      .large-feature-wrapper .feature-overview__intro {
        display: none; } }
    .large-feature-wrapper .feature-overview__hashlink {
      font-size: 18px;
      color: #000000;
      margin: 0px;
      display: block; }
      @media (max-width: 767px) {
        .large-feature-wrapper .feature-overview__hashlink {
          width: 50%;
          float: left;
          margin: 5px 0 0 0; } }
      @media (max-width: 520px) {
        .large-feature-wrapper .feature-overview__hashlink {
          float: none; } }
    .large-feature-wrapper .feature-overview__social {
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .large-feature-wrapper .feature-overview__social {
          padding-bottom: 0px;
          width: 50%;
          float: left;
          text-align: right; }
          .large-feature-wrapper .feature-overview__social a {
            -webkit-transition: color 0.3s ease-in-out;
            -webkit-transition-delay: 0s;
            -moz-transition: color 0.3s ease-in-out 0s;
            -o-transition: color 0.3s ease-in-out 0s;
            transition: color 0.3s ease-in-out 0s; }
            .large-feature-wrapper .feature-overview__social a:hover.icon-facebook, .large-feature-wrapper .feature-overview__social body a.addthis_button_facebook:hover, body .large-feature-wrapper .feature-overview__social a.addthis_button_facebook:hover, .large-feature-wrapper .feature-overview__social .event-overview .share-buttons a.facebook:hover, .event-overview .share-buttons .large-feature-wrapper .feature-overview__social a.facebook:hover {
              color: #3b5998; }
            .large-feature-wrapper .feature-overview__social a:hover.icon-twitter, .large-feature-wrapper .feature-overview__social body a.addthis_button_twitter:hover, body .large-feature-wrapper .feature-overview__social a.addthis_button_twitter:hover, .large-feature-wrapper .feature-overview__social .event-overview .share-buttons a.twitter:hover, .event-overview .share-buttons .large-feature-wrapper .feature-overview__social a.twitter:hover {
              color: #00aced; }
            .large-feature-wrapper .feature-overview__social a:hover.icon-youtube {
              color: #bb0000; }
            .large-feature-wrapper .feature-overview__social a:hover.icon-googleplus {
              color: #dd4b39; }
            .large-feature-wrapper .feature-overview__social a:hover.icon-insta {
              color: #406E95; }
            .large-feature-wrapper .feature-overview__social a.icon-facebook, .large-feature-wrapper .feature-overview__social body a.addthis_button_facebook, body .large-feature-wrapper .feature-overview__social a.addthis_button_facebook, .large-feature-wrapper .feature-overview__social .event-overview .share-buttons a.facebook, .event-overview .share-buttons .large-feature-wrapper .feature-overview__social a.facebook {
              color: #3b5998; }
            .large-feature-wrapper .feature-overview__social a.icon-twitter, .large-feature-wrapper .feature-overview__social body a.addthis_button_twitter, body .large-feature-wrapper .feature-overview__social a.addthis_button_twitter, .large-feature-wrapper .feature-overview__social .event-overview .share-buttons a.twitter, .event-overview .share-buttons .large-feature-wrapper .feature-overview__social a.twitter {
              color: #00aced; }
            .large-feature-wrapper .feature-overview__social a.icon-youtube {
              color: #bb0000; }
            .large-feature-wrapper .feature-overview__social a.icon-googleplus {
              color: #dd4b39; }
            .large-feature-wrapper .feature-overview__social a.icon-insta {
              color: #406E95; } }
      @media (max-width: 520px) {
        .large-feature-wrapper .feature-overview__social {
          text-align: left;
          float: none;
          margin-top: 7px;
          width: auto; }
          .large-feature-wrapper .feature-overview__social ul.social {
            float: none !important; } }
  @media (max-width: 767px) {
    .large-feature-wrapper .feature-overview {
      padding-bottom: 20px; }
    .large-feature-wrapper .medium-feature {
      width: auto;
      height: auto;
      margin: 0; } }
  .large-feature-wrapper .social li {
    margin-right: 5px; }
  .large-feature-wrapper .social a {
    color: white;
    -webkit-transition: color 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
    font-size: 26px; }
    .large-feature-wrapper .social a:hover.icon-facebook, .large-feature-wrapper .social body a.addthis_button_facebook:hover, body .large-feature-wrapper .social a.addthis_button_facebook:hover, .large-feature-wrapper .social .event-overview .share-buttons a.facebook:hover, .event-overview .share-buttons .large-feature-wrapper .social a.facebook:hover {
      color: #3b5998; }
    .large-feature-wrapper .social a:hover.icon-twitter, .large-feature-wrapper .social body a.addthis_button_twitter:hover, body .large-feature-wrapper .social a.addthis_button_twitter:hover, .large-feature-wrapper .social .event-overview .share-buttons a.twitter:hover, .event-overview .share-buttons .large-feature-wrapper .social a.twitter:hover {
      color: #00aced; }
    .large-feature-wrapper .social a:hover.icon-youtube {
      color: #bb0000; }
    .large-feature-wrapper .social a:hover.icon-googleplus {
      color: #dd4b39; }
    .large-feature-wrapper .social a:hover.icon-insta {
      color: #406E95; }
  .large-feature-wrapper .large-feature {
    position: relative; }
    .large-feature-wrapper .large-feature img {
      display: block; }
    .large-feature-wrapper .large-feature .panelBlock {
      position: absolute;
      left: 0;
      bottom: 0;
      top: auto;
      right: auto;
      padding: 0;
      width: 449px; }
      @media (max-width: 767px) {
        .large-feature-wrapper .large-feature .panelBlock {
          clear: both;
          width: 100%;
          position: static; } }
    .large-feature-wrapper .large-feature .img-tagline {
      background: #eaeaea;
      padding: 15px;
      display: block;
      font-family: 'FaktPro-NormalItalic', Helvetica, sans-serif;
      line-height: normal;
      font-size: 12px;
      color: #000000;
      position: absolute;
      right: -20px;
      width: 80%;
      bottom: -10px;
      z-index: 2;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .large-feature-wrapper .large-feature .img-tagline {
          position: static;
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
  .large-feature-wrapper.acmi-channel .large-feature {
    width: 66%;
    height: 433px; }
    .large-feature-wrapper.acmi-channel .large-feature img {
      height: 100%;
      display: none; }
    .large-feature-wrapper.acmi-channel .large-feature .background-image {
      background-position: top center;
      background-size: auto 100%;
      width: 100%;
      height: 100%; }
  .large-feature-wrapper.acmi-channel .event-overview {
    width: 32%;
    float: right;
    margin: 0px;
    padding: 0px;
    min-height: 215px; }
  @media (max-width: 767px) {
    .large-feature-wrapper.acmi-channel .event-overview {
      float: none;
      display: block;
      width: auto; }
    .large-feature-wrapper.acmi-channel .large-feature {
      width: auto;
      height: auto;
      background-image: none; }
      .large-feature-wrapper.acmi-channel .large-feature img {
        height: auto;
        display: block; } }

.large-feature-wrapper--feature-page-short .medium-feature {
  width: auto;
  margin-left: 0%;
  position: relative; }

.large-feature-wrapper--feature-page-short .feature-overview {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0px;
  margin-bottom: 28px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .large-feature-wrapper--feature-page-short .feature-overview {
      padding-bottom: 15px; } }

.large-feature-wrapper--feature-page-short .feature-overview__type-heading {
  margin-top: 30px; }

.large-feature-wrapper--feature-page-short .feature-overview__img,
.large-feature-wrapper--feature-page-short .feature-overview__intro,
.large-feature-wrapper--feature-page-short .feature-overview__img-tagline {
  display: none; }

.large-feature-wrapper--feature-page-short .feature-overview__h1 {
  display: inline-block;
  margin-right: 10px; }
  .theme-blue .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #0099cc; }
  .theme-green .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #03a770; }
  .theme-red .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #f34840; }
  .theme-yellow .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #fe9900; }
  .theme-violet .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #b4549c; }
  .theme-magenta .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #fc5990; }
  .theme-slategray .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #669999; }
  .theme-purple .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #62619a; }
  .theme-steel .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #187fa2; }
  .theme-rose .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #cc6666; }
  .theme-olive .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #999933; }
  .theme-amber .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #c28918; }
  .theme-brown .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #997747; }
  .theme-orange .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #eb6811; }
  .theme-warmgray .large-feature-wrapper--feature-page-short .feature-overview__h1 {
    color: #8c7c7c; }
  @media (max-width: 767px) {
    .large-feature-wrapper--feature-page-short .feature-overview__h1 {
      margin-bottom: 0px; } }

.large-feature-wrapper--feature-page-short .feature-overview__hashlink {
  display: inline-block;
  margin-bottom: 0; }

.large-feature-wrapper--feature-page-short .feature-overview__social {
  position: absolute;
  bottom: 0px;
  right: 0px; }
  @media (max-width: 767px) {
    .large-feature-wrapper--feature-page-short .feature-overview__social {
      position: static; } }

.large-feature-wrapper--feature-page-short .feature-overview .social {
  padding-bottom: 0;
  margin-top: 23px; }
  @media (max-width: 767px) {
    .large-feature-wrapper--feature-page-short .feature-overview .social {
      margin-top: 0; } }
  .large-feature-wrapper--feature-page-short .feature-overview .social a {
    -webkit-transition: color 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s; }
    .large-feature-wrapper--feature-page-short .feature-overview .social a:hover.icon-facebook, .large-feature-wrapper--feature-page-short .feature-overview .social body a.addthis_button_facebook:hover, body .large-feature-wrapper--feature-page-short .feature-overview .social a.addthis_button_facebook:hover, .large-feature-wrapper--feature-page-short .feature-overview .social .event-overview .share-buttons a.facebook:hover, .event-overview .share-buttons .large-feature-wrapper--feature-page-short .feature-overview .social a.facebook:hover {
      color: #3b5998; }
    .large-feature-wrapper--feature-page-short .feature-overview .social a:hover.icon-twitter, .large-feature-wrapper--feature-page-short .feature-overview .social body a.addthis_button_twitter:hover, body .large-feature-wrapper--feature-page-short .feature-overview .social a.addthis_button_twitter:hover, .large-feature-wrapper--feature-page-short .feature-overview .social .event-overview .share-buttons a.twitter:hover, .event-overview .share-buttons .large-feature-wrapper--feature-page-short .feature-overview .social a.twitter:hover {
      color: #00aced; }
    .large-feature-wrapper--feature-page-short .feature-overview .social a:hover.icon-youtube {
      color: #bb0000; }
    .large-feature-wrapper--feature-page-short .feature-overview .social a:hover.icon-googleplus {
      color: #dd4b39; }
    .large-feature-wrapper--feature-page-short .feature-overview .social a:hover.icon-insta {
      color: #406E95; }
    .large-feature-wrapper--feature-page-short .feature-overview .social a.icon-facebook, .large-feature-wrapper--feature-page-short .feature-overview .social body a.addthis_button_facebook, body .large-feature-wrapper--feature-page-short .feature-overview .social a.addthis_button_facebook, .large-feature-wrapper--feature-page-short .feature-overview .social .event-overview .share-buttons a.facebook, .event-overview .share-buttons .large-feature-wrapper--feature-page-short .feature-overview .social a.facebook {
      color: #3b5998; }
    .large-feature-wrapper--feature-page-short .feature-overview .social a.icon-twitter, .large-feature-wrapper--feature-page-short .feature-overview .social body a.addthis_button_twitter, body .large-feature-wrapper--feature-page-short .feature-overview .social a.addthis_button_twitter, .large-feature-wrapper--feature-page-short .feature-overview .social .event-overview .share-buttons a.twitter, .event-overview .share-buttons .large-feature-wrapper--feature-page-short .feature-overview .social a.twitter {
      color: #00aced; }
    .large-feature-wrapper--feature-page-short .feature-overview .social a.icon-youtube {
      color: #bb0000; }
    .large-feature-wrapper--feature-page-short .feature-overview .social a.icon-googleplus {
      color: #dd4b39; }
    .large-feature-wrapper--feature-page-short .feature-overview .social a.icon-insta {
      color: #406E95; }

.large-feature-wrapper--feature-page-short .bg-bleed--feature-page {
  height: 50px;
  display: block;
  position: static; }
  @media (max-width: 767px) {
    .large-feature-wrapper--feature-page-short .bg-bleed--feature-page {
      height: 10px;
      display: block;
      position: static;
      margin-bottom: 0px; } }

.inner {
  position: relative; }

.panelBlock {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  padding: 0;
  width: 449px; }
  @media (max-width: 767px) {
    .panelBlock {
      clear: both;
      width: 100%;
      position: static; } }

.large-offset .featured {
  position: absolute;
  right: 0;
  top: 0; }

.page-heading-wrapper {
  padding-top: 44px;
  overflow: hidden; }
  .page-heading-wrapper h1, .page-heading-wrapper .search-title-wrapper .page-heading, .search-title-wrapper .page-heading-wrapper .page-heading {
    margin-bottom: 0px;
    padding: 5px 0px;
    color: white;
    text-transform: uppercase;
    font-size: 32px; }
  .page-heading-wrapper.light-bg {
    background: #f0f0f0; }
    .page-heading-wrapper.light-bg h1, .page-heading-wrapper.light-bg .search-title-wrapper .page-heading, .search-title-wrapper .page-heading-wrapper.light-bg .page-heading {
      color: #504d4d; }
  @media (max-width: 1200px) {
    .page-heading-wrapper {
      padding-top: 15px; } }
  @media (max-width: 767px) {
    .page-heading-wrapper h1, .page-heading-wrapper .search-title-wrapper .page-heading, .search-title-wrapper .page-heading-wrapper .page-heading {
      font-size: 25px; } }

.error-page .page-heading-wrapper {
  margin-bottom: 30px; }

.error-page h1, .error-page .search-title-wrapper .page-heading, .search-title-wrapper .error-page .page-heading {
  padding-left: 173px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.error-page .content-copy {
  padding-left: 173px; }

@media (max-width: 767px) {
  .error-page .content-copy, .error-page h1, .error-page .search-title-wrapper .page-heading, .search-title-wrapper .error-page .page-heading {
    padding-left: 0px; }
  .error-page .page-heading-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0; } }

.contact-details-block span.day {
  display: inline-block;
  min-width: 90px; }

.google-map-embed {
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .google-map-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.offset-wrapper .bg-bleed {
  height: 100%;
  border-bottom: 100px solid white; }
  @media (max-width: 767px) {
    .offset-wrapper .bg-bleed {
      border-bottom: 0; } }

.search-wrapper .bg-bleed {
  height: 100%;
  border-bottom: 185px solid white; }
  @media (max-width: 767px) {
    .search-wrapper .bg-bleed {
      border-bottom: 0; } }

.offset-wrapper:after {
  content: '';
  background: white;
  bottom: 0;
  width: 100%;
  height: 1px;
  display: block; }

.offset-wrapper:before {
  content: '';
  top: -2px;
  width: 100%;
  position: absolute;
  display: block;
  z-index: -2;
  height: 10px; }
  .theme-blue .offset-wrapper:before {
    background: #0099cc; }
    .theme-blue .offset-wrapper:before:hover {
      background: #007399; }
  .theme-green .offset-wrapper:before {
    background: #03a770; }
    .theme-green .offset-wrapper:before:hover {
      background: #02754e; }
  .theme-red .offset-wrapper:before {
    background: #f34840; }
    .theme-red .offset-wrapper:before:hover {
      background: #f01a10; }
  .theme-yellow .offset-wrapper:before {
    background: #fe9900; }
    .theme-yellow .offset-wrapper:before:hover {
      background: #cb7a00; }
  .theme-violet .offset-wrapper:before {
    background: #b4549c; }
    .theme-violet .offset-wrapper:before:hover {
      background: #94417f; }
  .theme-magenta .offset-wrapper:before {
    background: #fc5990; }
    .theme-magenta .offset-wrapper:before:hover {
      background: #fb276f; }
  .theme-slategray .offset-wrapper:before {
    background: #669999; }
    .theme-slategray .offset-wrapper:before:hover {
      background: #527a7a; }
  .theme-purple .offset-wrapper:before {
    background: #62619a; }
    .theme-purple .offset-wrapper:before:hover {
      background: #4e4d7b; }
  .theme-steel .offset-wrapper:before {
    background: #187fa2; }
    .theme-steel .offset-wrapper:before:hover {
      background: #115c76; }
  .theme-rose .offset-wrapper:before {
    background: #cc6666; }
    .theme-rose .offset-wrapper:before:hover {
      background: #bf4040; }
  .theme-olive .offset-wrapper:before {
    background: #999933; }
    .theme-olive .offset-wrapper:before:hover {
      background: #737326; }
  .theme-amber .offset-wrapper:before {
    background: #c28918; }
    .theme-amber .offset-wrapper:before:hover {
      background: #956912; }
  .theme-brown .offset-wrapper:before {
    background: #997747; }
    .theme-brown .offset-wrapper:before:hover {
      background: #765c37; }
  .theme-orange .offset-wrapper:before {
    background: #eb6811; }
    .theme-orange .offset-wrapper:before:hover {
      background: #bb530e; }
  .theme-warmgray .offset-wrapper:before {
    background: #8c7c7c; }
    .theme-warmgray .offset-wrapper:before:hover {
      background: #716464; }

.outerwrapper.page-heading-wrapper.color-base:after {
  content: '';
  bottom: -2px;
  width: 100%;
  position: absolute;
  display: block;
  z-index: -2;
  height: 5px; }
  .theme-blue .outerwrapper.page-heading-wrapper.color-base:after {
    background: #0099cc; }
    .theme-blue .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #007399; }
  .theme-green .outerwrapper.page-heading-wrapper.color-base:after {
    background: #03a770; }
    .theme-green .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #02754e; }
  .theme-red .outerwrapper.page-heading-wrapper.color-base:after {
    background: #f34840; }
    .theme-red .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #f01a10; }
  .theme-yellow .outerwrapper.page-heading-wrapper.color-base:after {
    background: #fe9900; }
    .theme-yellow .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #cb7a00; }
  .theme-violet .outerwrapper.page-heading-wrapper.color-base:after {
    background: #b4549c; }
    .theme-violet .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #94417f; }
  .theme-magenta .outerwrapper.page-heading-wrapper.color-base:after {
    background: #fc5990; }
    .theme-magenta .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #fb276f; }
  .theme-slategray .outerwrapper.page-heading-wrapper.color-base:after {
    background: #669999; }
    .theme-slategray .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #527a7a; }
  .theme-purple .outerwrapper.page-heading-wrapper.color-base:after {
    background: #62619a; }
    .theme-purple .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #4e4d7b; }
  .theme-steel .outerwrapper.page-heading-wrapper.color-base:after {
    background: #187fa2; }
    .theme-steel .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #115c76; }
  .theme-rose .outerwrapper.page-heading-wrapper.color-base:after {
    background: #cc6666; }
    .theme-rose .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #bf4040; }
  .theme-olive .outerwrapper.page-heading-wrapper.color-base:after {
    background: #999933; }
    .theme-olive .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #737326; }
  .theme-amber .outerwrapper.page-heading-wrapper.color-base:after {
    background: #c28918; }
    .theme-amber .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #956912; }
  .theme-brown .outerwrapper.page-heading-wrapper.color-base:after {
    background: #997747; }
    .theme-brown .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #765c37; }
  .theme-orange .outerwrapper.page-heading-wrapper.color-base:after {
    background: #eb6811; }
    .theme-orange .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #bb530e; }
  .theme-warmgray .outerwrapper.page-heading-wrapper.color-base:after {
    background: #8c7c7c; }
    .theme-warmgray .outerwrapper.page-heading-wrapper.color-base:after:hover {
      background: #716464; }

.outerwrapper.page-heading-wrapper.color-base:before {
  content: '';
  top: -2px;
  width: 100%;
  position: absolute;
  display: block;
  z-index: -2;
  height: 5px; }
  .theme-blue .outerwrapper.page-heading-wrapper.color-base:before {
    background: #0099cc; }
    .theme-blue .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #007399; }
  .theme-green .outerwrapper.page-heading-wrapper.color-base:before {
    background: #03a770; }
    .theme-green .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #02754e; }
  .theme-red .outerwrapper.page-heading-wrapper.color-base:before {
    background: #f34840; }
    .theme-red .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #f01a10; }
  .theme-yellow .outerwrapper.page-heading-wrapper.color-base:before {
    background: #fe9900; }
    .theme-yellow .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #cb7a00; }
  .theme-violet .outerwrapper.page-heading-wrapper.color-base:before {
    background: #b4549c; }
    .theme-violet .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #94417f; }
  .theme-magenta .outerwrapper.page-heading-wrapper.color-base:before {
    background: #fc5990; }
    .theme-magenta .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #fb276f; }
  .theme-slategray .outerwrapper.page-heading-wrapper.color-base:before {
    background: #669999; }
    .theme-slategray .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #527a7a; }
  .theme-purple .outerwrapper.page-heading-wrapper.color-base:before {
    background: #62619a; }
    .theme-purple .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #4e4d7b; }
  .theme-steel .outerwrapper.page-heading-wrapper.color-base:before {
    background: #187fa2; }
    .theme-steel .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #115c76; }
  .theme-rose .outerwrapper.page-heading-wrapper.color-base:before {
    background: #cc6666; }
    .theme-rose .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #bf4040; }
  .theme-olive .outerwrapper.page-heading-wrapper.color-base:before {
    background: #999933; }
    .theme-olive .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #737326; }
  .theme-amber .outerwrapper.page-heading-wrapper.color-base:before {
    background: #c28918; }
    .theme-amber .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #956912; }
  .theme-brown .outerwrapper.page-heading-wrapper.color-base:before {
    background: #997747; }
    .theme-brown .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #765c37; }
  .theme-orange .outerwrapper.page-heading-wrapper.color-base:before {
    background: #eb6811; }
    .theme-orange .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #bb530e; }
  .theme-warmgray .outerwrapper.page-heading-wrapper.color-base:before {
    background: #8c7c7c; }
    .theme-warmgray .outerwrapper.page-heading-wrapper.color-base:before:hover {
      background: #716464; }

.event-overview {
  position: relative;
  color: white;
  width: 40%;
  margin-left: 60%; }
  @media (min-width: 768px) {
    .event-overview {
      min-height: 410px; } }
  @media (min-width: 1200px) {
    .event-overview {
      min-height: 516px; } }
  @media (min-width: 1600px) {
    .event-overview {
      min-height: 557px; } }
  @media (max-width: 767px) {
    .event-overview {
      margin: auto;
      width: auto;
      margin-top: 10px; } }
  .event-overview h1, .event-overview .search-title-wrapper .page-heading, .search-title-wrapper .event-overview .page-heading {
    color: white;
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 10px; }
  .event-overview h2.sub-heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
  .event-overview:after {
    margin-top: 16px;
    content: '';
    border-bottom: 100px solid transparent;
    width: 100%;
    display: block; }
    @media (max-width: 767px) {
      .event-overview:after {
        border-bottom: 0 solid white; } }
  .search-wrapper .event-overview:after {
    margin-top: 100px;
    border-bottom: 116px solid transparent; }
    @media (max-width: 767px) {
      .search-wrapper .event-overview:after {
        display: none; } }
  .event-overview .type-search {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 50px; }
    @media (max-width: 767px) {
      .event-overview .type-search {
        margin: 0;
        padding: 0;
        background: none;
        border-left: 0;
        position: static; } }
    .event-overview .type-search h2 {
      color: #000000; }
    .event-overview .type-search .field-wrapper {
      position: relative; }
    .event-overview .type-search .search {
      height: 60px;
      float: left;
      width: 100%; }
    .event-overview .type-search button[type="submit"] {
      background: #6c6f78;
      height: 60px;
      float: left;
      width: 60px;
      position: absolute;
      right: 0;
      top: 0; }
      .event-overview .type-search button[type="submit"] span {
        display: block;
        color: white;
        font-size: 22px; }
      .event-overview .type-search button[type="submit"] .text {
        display: none; }
  .event-overview .visual {
    width: 100%; }
    .event-overview .visual img {
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      width: auto;
      max-width: none;
      height: 100%;
      margin-right: 20px;
      z-index: 1;
      border-bottom: 9px solid white; }
      @media (max-width: 767px) {
        .event-overview .visual img {
          position: static;
          width: 100%;
          margin-right: 0;
          border-bottom: 0;
          height: auto; } }
  .event-overview .img-tagline {
    position: absolute;
    right: 100%;
    width: 144%;
    background: #eaeaea;
    bottom: 0;
    z-index: 2;
    margin-right: 20px;
    display: block;
    padding: 15px;
    font-family: 'FaktPro-NormalItalic', Helvetica, sans-serif;
    line-height: normal;
    font-size: 12px;
    color: #000000; }
    @media (max-width: 767px) {
      .event-overview .img-tagline {
        position: static;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
  .event-overview .date, .event-overview .produced-by, .event-overview .ticket-price-range, .event-overview .rating {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    margin: 0 0 1em 0; }
  .event-overview .date {
    margin-bottom: 8px;
    font-size: 14px; }
  .event-overview p {
    font-size: 14px; }
  .event-overview .produced-by {
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 10px; }
  .event-overview .ticket-price-range {
    color: white;
    display: inline-block;
    font-size: 12px; }
  .event-overview .rating {
    display: inline-block;
    color: white;
    margin-right: 15px;
    font-size: 12px; }
  .event-overview .share-buttons {
    margin-top: 10px;
    color: white; }
    .event-overview .share-buttons a {
      font-size: 24px;
      display: inline-block;
      margin-right: 5px; }
      .event-overview .share-buttons a span {
        display: none; }
      .event-overview .share-buttons a:before {
        color: white; }

h2.section-title {
  vertical-align: top; }
  h2.section-title span.ticket-label {
    display: inline-block;
    font-size: 12px;
    position: relative;
    background: #b0b0b0;
    color: white;
    padding: 5px;
    top: -8px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif; }

.feature-row {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .feature-row h2.section-title {
    margin-bottom: 15px; }

.anchor-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px;
  background: white;
  z-index: 50; }

.anchor-nav {
  text-align: center;
  padding: 0; }
  @media (max-width: 767px) {
    .anchor-nav {
      padding-bottom: 0; }
      .fixed .anchor-nav {
        display: none; } }
  .anchor-nav a {
    display: inline-block;
    padding: 15px 30px;
    color: #000000;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif;
    font-size: 20px; }
    @media (max-width: 767px) {
      .anchor-nav a {
        display: block;
        font-size: 14px;
        padding: 8px;
        border-top: 1px solid #eaeaea; } }

.anchor-nav-mobile {
  display: none;
  text-align: center; }
  @media (max-width: 767px) {
    .fixed .anchor-nav-mobile {
      display: block; } }
  .anchor-nav-mobile .show-hide-nav {
    display: block;
    color: #000000;
    font-size: 24px; }
    .anchor-nav-mobile .show-hide-nav span {
      display: none; }

.event-attributes {
  background: #e9e9e9;
  padding: 10px; }
  .event-attributes li {
    margin-bottom: 10px;
    color: #666666;
    display: block; }
    .event-attributes li:last-child {
      margin-bottom: 0; }
  .event-attributes h4, .event-attributes .content-nav a, .content-nav .event-attributes a {
    display: inline-block;
    color: #666666;
    margin: 0; }
  .event-attributes .warning {
    font-family: 'FaktPro-NormalItalic', Helvetica, sans-serif; }
    .event-attributes .warning h4, .event-attributes .warning .content-nav a, .content-nav .event-attributes .warning a {
      font-family: 'FaktPro-BoldItalic', Helvetica, sans-serif; }

.taglists {
  text-transform: uppercase;
  font-family: 'FaktPro-Bold', Helvetica, sans-serif;
  font-size: 12px; }
  .taglists strong {
    color: #000000;
    display: inline-block; }
  .taglists li {
    display: block;
    margin-bottom: 15px; }
  .taglists a {
    display: inline-block;
    color: #a7a7a7;
    text-decoration: underline;
    margin-left: 10px; }
    .taglists a:hover {
      color: #747474; }
  @media (max-width: 767px) {
    .taglists li {
      clear: both;
      overflow: hidden; }
    .taglists strong {
      clear: both;
      display: block; }
    .taglists a {
      display: block;
      width: 50%;
      margin-left: 0;
      float: left; } }

.search-form-outer {
  margin-bottom: 40px; }
  .search-form-outer h3 {
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px; }

.search-title-wrapper {
  background: #f1f1f1;
  padding: 58px 0 50px 0; }
  .search-title-wrapper .page-heading {
    font-family: 'FaktPro-Light', Helvetica, sans-serif;
    margin: 0;
    display: block; }
    .search-title-wrapper .page-heading strong {
      font-weight: normal;
      font-family: 'FaktPro-Light', Helvetica, sans-serif; }
  .search-title-wrapper input {
    background: white;
    color: #9e9e9e; }
  .search-title-wrapper .change-search {
    display: inline-block;
    position: relative; }
    .search-title-wrapper .change-search:before {
      position: absolute;
      right: -34px;
      top: 34%;
      background: #c0c0c0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      color: white;
      font-size: 16px;
      padding: 4px; }
    .search-title-wrapper .change-search:hover:before {
      background: #9a9a9a; }
  .search-title-wrapper .submit-search {
    position: relative;
    top: -7px;
    margin-left: 15px; }
    .search-title-wrapper .submit-search:hover {
      background: #9a9a9a; }
  @media (max-width: 767px) {
    .search-title-wrapper {
      text-align: center; }
      .search-title-wrapper .page-heading {
        font-size: 33px; }
      .search-title-wrapper .change-search:before {
        float: right;
        position: static;
        margin-left: 5px;
        margin-top: 15px; }
      .search-title-wrapper .submit-search {
        display: block;
        margin: 10px auto 10px auto;
        position: static;
        width: 100%; }
      .search-title-wrapper input {
        width: 100%;
        margin-top: 10px; } }

.search-dropdown-options-wrapper {
  background: #e1e1e1;
  text-align: right;
  padding-bottom: 1px; }
  @media (max-width: 767px) {
    .search-dropdown-options-wrapper {
      text-align: center; } }
  .search-dropdown-options-wrapper .search-dropdown-options {
    padding: 20px 0 0 0; }
  .search-dropdown-options-wrapper h3 {
    margin: 9px 0 0 0; }
    @media (max-width: 767px) {
      .search-dropdown-options-wrapper h3 {
        float: none;
        margin: 0 0 14px 0;
        text-align: center; } }
  .search-dropdown-options-wrapper h4, .search-dropdown-options-wrapper .content-nav a, .content-nav .search-dropdown-options-wrapper a {
    color: #666666;
    font-size: 13px;
    text-transform: uppercase; }
  .search-dropdown-options-wrapper hr {
    margin: 0.5em 0; }

.edu-search-filter {
  display: block;
  margin: 10px 0 10px 0;
  text-align: left; }
  .edu-search-filter input[type="radio"] {
    display: none; }
  .edu-search-filter input[type="radio"] + label {
    padding: 0.75em;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 0.25em;
    transition: 0.2s; }
  .edu-search-filter input[type="radio"]:checked + label {
    color: white; }
  .edu-search-filter input[type="radio"] + label:hover {
    background-color: #eaeaea;
    color: #333333; }
  @media (max-width: 767px) {
    .edu-search-filter fieldset {
      display: none; } }
  @media (min-width: 768px) {
    .edu-search-filter .toggle-fieldset {
      display: none; }
    .edu-search-filter fieldset {
      display: block; } }

.search-filter {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
  background: white;
  text-align: left;
  position: relative;
  /*
    @extend .icon-arrow-down;
    width: 188px;
    overflow: hidden;

    &:before {
        @extend .acmi-icon-font;

        color: $black;
        position: absolute;
        right:5px;
        top: 40%;
        display: block;
    }

    select::-ms-expand { display: none; }
    select {

       background: transparent;
       width: 218px;
       padding-top: 7px;
       padding-left: 10px;
       font-size: 14px;
       line-height: 1;
       height: 45px;
       border: 0 !important;
       border-radius: 0;
        @include custom-font(bold);
        text-transform: uppercase;
        -webkit-appearance: none;  //Removes default chrome and safari style
         -moz-appearance: none;  // Removes default style Firefox
         text-indent: 0.01px; //Removes arrow Firefox
         text-overflow: "";  //Removes arrow  Firefox
   }

   option {
    background: #f0f0f0;
    background : #FFFFFF\9; // IE8 Only
    line-height: 200%;
   }

   */ }
  .search-filter select {
    font-size: 14px;
    padding: 0px 10px;
    border: none;
    line-height: 30px;
    height: 30px;
    box-shadow: none !important; }
  .search-filter.include-archived {
    background: none; }
    .search-filter.include-archived label {
      display: block;
      height: 30px;
      line-height: 30px;
      padding: 0px 10px;
      padding-left: 32px; }
      .search-filter.include-archived label input {
        position: absolute;
        left: 10px;
        top: 0px;
        height: 30px;
        line-height: 30px;
        display: block; }

.search-active-filters-outer {
  background: #e6e6e6;
  margin-bottom: 40px;
  display: none; }

.search-active-filters {
  padding: 10px 0; }
  .search-active-filters .active-filter {
    display: inline-block;
    margin-right: 20px;
    padding: 10px 60px 10px 10px;
    background: white;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    font-size: 12px; }
    .search-active-filters .active-filter:hover {
      background: #cccccc; }
    .search-active-filters .active-filter:before {
      width: 38px;
      height: 100%;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      color: white;
      background: #cbcbcb;
      font-size: 17px;
      line-height: 39px;
      text-align: center; }
    .search-active-filters .active-filter:hover:before {
      background: #989898; }
    .search-active-filters .active-filter input {
      display: none; }
    .search-active-filters .active-filter .custom-checkbox + label {
      padding-left: 0; }
      .search-active-filters .active-filter .custom-checkbox + label:before {
        display: none; }
  .search-active-filters h3 {
    margin-top: 10px;
    margin-bottom: 0; }
  .search-active-filters .filter-sort-col {
    text-align: right; }
  .search-active-filters .clear-filters-btn {
    text-transform: uppercase;
    text-decoration: underline; }
  .search-active-filters .search-filter {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .search-active-filters {
      text-align: center; }
      .search-active-filters h3, .search-active-filters .filter-sort-col {
        text-align: center; }
      .search-active-filters .active-filter {
        margin-bottom: 10px; } }

.archive-paging-content {
  margin-top: 20px; }

.paging-content {
  min-height: 480px; }

.content-nav {
  max-width: 283px; }
  .content-nav a {
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 20px 15px 15px;
    margin: 0;
    font-size: 14px; }
    .content-nav a:hover {
      background: #f2f2f2; }

.refine-results-wrapper {
  position: relative; }
  .refine-results-wrapper .results-dropdown-trigger {
    text-align: right;
    margin-bottom: 0;
    height: 35px; }
  .refine-results-wrapper .refine-results-toggle, .refine-results-wrapper .popular-topics {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-family: 'FaktPro-Bold', Helvetica, sans-serif; }
    .refine-results-wrapper .refine-results-toggle a, .refine-results-wrapper .popular-topics a {
      color: white; }
  .refine-results-wrapper .popular-topics h3 {
    color: #000000;
    font-size: 14px; }
  .refine-results-wrapper .popular-topics li {
    margin-right: 20px; }
  .refine-results-wrapper .filter-form-wrapper {
    background: #f6f6f6;
    position: absolute;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    display: none; }
    .refine-results-wrapper .filter-form-wrapper p {
      position: relative;
      overflow: hidden; }
    .refine-results-wrapper .filter-form-wrapper h4, .refine-results-wrapper .filter-form-wrapper .content-nav a, .content-nav .refine-results-wrapper .filter-form-wrapper a {
      color: #666666;
      font-size: 13px;
      text-transform: uppercase; }
    .refine-results-wrapper .filter-form-wrapper h4.toggle-fieldset, .refine-results-wrapper .filter-form-wrapper .content-nav a.toggle-fieldset, .content-nav .refine-results-wrapper .filter-form-wrapper a.toggle-fieldset {
      cursor: pointer;
      display: inline-block; }
      .refine-results-wrapper .filter-form-wrapper h4.toggle-fieldset.collapsed, .refine-results-wrapper .filter-form-wrapper .content-nav a.toggle-fieldset.collapsed, .content-nav .refine-results-wrapper .filter-form-wrapper a.toggle-fieldset.collapsed {
        /* change icon on collapsed state if needed */ }
      .refine-results-wrapper .filter-form-wrapper h4.toggle-fieldset:before, .refine-results-wrapper .filter-form-wrapper .content-nav a.toggle-fieldset:before, .content-nav .refine-results-wrapper .filter-form-wrapper a.toggle-fieldset:before {
        float: right;
        color: #666666;
        margin-right: 5px;
        margin-top: 5px; }
    .refine-results-wrapper .filter-form-wrapper .filters {
      padding-top: 40px;
      overflow: hidden; }
    .refine-results-wrapper .filter-form-wrapper .filter-two-col p {
      float: left;
      width: 50%; }
  .refine-results-wrapper .refine-results-toggle {
    display: inline-block; }
    .refine-results-wrapper .refine-results-toggle span {
      display: block;
      float: right; }
      .refine-results-wrapper .refine-results-toggle span:before {
        font-size: 13px;
        color: white;
        float: right;
        margin-top: 3px;
        margin-left: 5px; }
  .refine-results-wrapper .button, .refine-results-wrapper .basic-form button[type='submit'], .basic-form .refine-results-wrapper button[type='submit'] {
    margin: 20px auto;
    float: none;
    display: block;
    text-transform: uppercase; }

.calendar-wrapper {
  position: relative;
  min-height: 500px; }
  .calendar-wrapper .loading {
    background: none;
    color: #FFF;
    text-align: center;
    font-size: 2em;
    margin-top: 142px; }
  .calendar-wrapper .bg-bleed {
    height: 350px; }
  .calendar-wrapper.ticket-calendar {
    min-height: 0px; }

.calendar-app {
  background: white;
  margin-bottom: 60px; }
  .calendar-app .page-heading-wrapper {
    position: relative; }
  .calendar-app .calendar-filters {
    position: absolute;
    top: 40px;
    right: 0; }
    .calendar-app .calendar-filters select {
      padding: 10px;
      margin-left: 15px; }
      html:not(.browser-android) .calendar-app .calendar-filters select {
        border-width: 1px; }

#featured-slider-header {
  text-align: center;
  padding: 10px 0; }
  #featured-slider-header h4, #featured-slider-header .content-nav a, .content-nav #featured-slider-header a {
    text-transform: uppercase;
    font-size: 13px; }
  #featured-slider-header h2 {
    color: white; }
  #featured-slider-header p {
    margin: 0; }

.error-404-container {
  margin-top: 30px; }

.collection-search {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 20px;
  overflow: hidden;
  *zoom: 1; }
  .collection-search h2 {
    color: #000000; }
  .collection-search .text-box {
    margin-right: 60px; }
  .collection-search input {
    background: #DDD;
    height: 60px;
    display: block;
    width: 100%;
    outline: none;
    border: none; }
  .collection-search button {
    width: 60px;
    height: 60px;
    display: block;
    float: right;
    background: #666666; }
    .collection-search button:before {
      color: #DDD;
      display: block;
      line-height: 60px;
      width: 100%;
      height: 100%;
      font-size: 26px; }
  @media (max-width: 767px) {
    .collection-search {
      position: static;
      padding: 20px 0px; }
      .collection-search h2 {
        color: #FFF;
        margin-bottom: 8px; } }
