@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.list-footer, .list-inline, .list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.holder:after, .fancybox-slide > :after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #252959;
  background: #fff;
  font: 15px/1.2 "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3, .oh-spektrix-paywall-wrap h2,
.paywall-denied-message h2,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Roboto Condensed", "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
  color: #252959;
  line-height: 1.15em;
}
h1.white, .h1.white,
h2.white, .h2.white,
h3.white, .h3.white,
h4.white, .h4.white,
h5.white, .h5.white,
h6.white, .h6.white,
.h.white {
  color: #fff;
}
h1.white a, .h1.white a,
h2.white a, .h2.white a,
h3.white a, .h3.white a,
h4.white a, .h4.white a,
h5.white a, .h5.white a,
h6.white a, .h6.white a,
.h.white a {
  color: #fff;
}
h1.black, .h1.black,
h2.black, .h2.black,
h3.black, .h3.black,
h4.black, .h4.black,
h5.black, .h5.black,
h6.black, .h6.black,
.h.black {
  color: #000;
}
h1.black a, .h1.black a,
h2.black a, .h2.black a,
h3.black a, .h3.black a,
h4.black a, .h4.black a,
h5.black a, .h5.black a,
h6.black a, .h6.black a,
.h.black a {
  color: #000;
}
h1.blue-light, .h1.blue-light,
h2.blue-light, .h2.blue-light,
h3.blue-light, .h3.blue-light,
h4.blue-light, .h4.blue-light,
h5.blue-light, .h5.blue-light,
h6.blue-light, .h6.blue-light,
.h.blue-light {
  color: #c7e6f9;
}
h1.blue-light a, .h1.blue-light a,
h2.blue-light a, .h2.blue-light a,
h3.blue-light a, .h3.blue-light a,
h4.blue-light a, .h4.blue-light a,
h5.blue-light a, .h5.blue-light a,
h6.blue-light a, .h6.blue-light a,
.h.blue-light a {
  color: #c7e6f9;
}
h1.blue-mid, .h1.blue-mid,
h2.blue-mid, .h2.blue-mid,
h3.blue-mid, .h3.blue-mid,
h4.blue-mid, .h4.blue-mid,
h5.blue-mid, .h5.blue-mid,
h6.blue-mid, .h6.blue-mid,
.h.blue-mid {
  color: #475aa3;
}
h1.blue-mid a, .h1.blue-mid a,
h2.blue-mid a, .h2.blue-mid a,
h3.blue-mid a, .h3.blue-mid a,
h4.blue-mid a, .h4.blue-mid a,
h5.blue-mid a, .h5.blue-mid a,
h6.blue-mid a, .h6.blue-mid a,
.h.blue-mid a {
  color: #475aa3;
}
h1.blue-dark, .h1.blue-dark,
h2.blue-dark, .h2.blue-dark,
h3.blue-dark, .h3.blue-dark,
h4.blue-dark, .h4.blue-dark,
h5.blue-dark, .h5.blue-dark,
h6.blue-dark, .h6.blue-dark,
.h.blue-dark {
  color: #252959;
}
h1.blue-dark a, .h1.blue-dark a,
h2.blue-dark a, .h2.blue-dark a,
h3.blue-dark a, .h3.blue-dark a,
h4.blue-dark a, .h4.blue-dark a,
h5.blue-dark a, .h5.blue-dark a,
h6.blue-dark a, .h6.blue-dark a,
.h.blue-dark a {
  color: #252959;
}
h1.red-light, .h1.red-light,
h2.red-light, .h2.red-light,
h3.red-light, .h3.red-light,
h4.red-light, .h4.red-light,
h5.red-light, .h5.red-light,
h6.red-light, .h6.red-light,
.h.red-light {
  color: #f6bab9;
}
h1.red-light a, .h1.red-light a,
h2.red-light a, .h2.red-light a,
h3.red-light a, .h3.red-light a,
h4.red-light a, .h4.red-light a,
h5.red-light a, .h5.red-light a,
h6.red-light a, .h6.red-light a,
.h.red-light a {
  color: #f6bab9;
}
h1.red-mid, .h1.red-mid,
h2.red-mid, .h2.red-mid,
h3.red-mid, .h3.red-mid,
h4.red-mid, .h4.red-mid,
h5.red-mid, .h5.red-mid,
h6.red-mid, .h6.red-mid,
.h.red-mid {
  color: #ef846d;
}
h1.red-mid a, .h1.red-mid a,
h2.red-mid a, .h2.red-mid a,
h3.red-mid a, .h3.red-mid a,
h4.red-mid a, .h4.red-mid a,
h5.red-mid a, .h5.red-mid a,
h6.red-mid a, .h6.red-mid a,
.h.red-mid a {
  color: #ef846d;
}
h1.red-dark, .h1.red-dark,
h2.red-dark, .h2.red-dark,
h3.red-dark, .h3.red-dark,
h4.red-dark, .h4.red-dark,
h5.red-dark, .h5.red-dark,
h6.red-dark, .h6.red-dark,
.h.red-dark {
  color: #d03316;
}
h1.red-dark a, .h1.red-dark a,
h2.red-dark a, .h2.red-dark a,
h3.red-dark a, .h3.red-dark a,
h4.red-dark a, .h4.red-dark a,
h5.red-dark a, .h5.red-dark a,
h6.red-dark a, .h6.red-dark a,
.h.red-dark a {
  color: #d03316;
}
h1.green-light, .h1.green-light,
h2.green-light, .h2.green-light,
h3.green-light, .h3.green-light,
h4.green-light, .h4.green-light,
h5.green-light, .h5.green-light,
h6.green-light, .h6.green-light,
.h.green-light {
  color: #c8dec0;
}
h1.green-light a, .h1.green-light a,
h2.green-light a, .h2.green-light a,
h3.green-light a, .h3.green-light a,
h4.green-light a, .h4.green-light a,
h5.green-light a, .h5.green-light a,
h6.green-light a, .h6.green-light a,
.h.green-light a {
  color: #c8dec0;
}
h1.green-mid, .h1.green-mid,
h2.green-mid, .h2.green-mid,
h3.green-mid, .h3.green-mid,
h4.green-mid, .h4.green-mid,
h5.green-mid, .h5.green-mid,
h6.green-mid, .h6.green-mid,
.h.green-mid {
  color: #008362;
}
h1.green-mid a, .h1.green-mid a,
h2.green-mid a, .h2.green-mid a,
h3.green-mid a, .h3.green-mid a,
h4.green-mid a, .h4.green-mid a,
h5.green-mid a, .h5.green-mid a,
h6.green-mid a, .h6.green-mid a,
.h.green-mid a {
  color: #008362;
}
h1.green-dark, .h1.green-dark,
h2.green-dark, .h2.green-dark,
h3.green-dark, .h3.green-dark,
h4.green-dark, .h4.green-dark,
h5.green-dark, .h5.green-dark,
h6.green-dark, .h6.green-dark,
.h.green-dark {
  color: #1d4f51;
}
h1.green-dark a, .h1.green-dark a,
h2.green-dark a, .h2.green-dark a,
h3.green-dark a, .h3.green-dark a,
h4.green-dark a, .h4.green-dark a,
h5.green-dark a, .h5.green-dark a,
h6.green-dark a, .h6.green-dark a,
.h.green-dark a {
  color: #1d4f51;
}
h1.yellow-light, .h1.yellow-light,
h2.yellow-light, .h2.yellow-light,
h3.yellow-light, .h3.yellow-light,
h4.yellow-light, .h4.yellow-light,
h5.yellow-light, .h5.yellow-light,
h6.yellow-light, .h6.yellow-light,
.h.yellow-light {
  color: #f9bd1c;
}
h1.yellow-light a, .h1.yellow-light a,
h2.yellow-light a, .h2.yellow-light a,
h3.yellow-light a, .h3.yellow-light a,
h4.yellow-light a, .h4.yellow-light a,
h5.yellow-light a, .h5.yellow-light a,
h6.yellow-light a, .h6.yellow-light a,
.h.yellow-light a {
  color: #f9bd1c;
}
h1.yellow-mid, .h1.yellow-mid,
h2.yellow-mid, .h2.yellow-mid,
h3.yellow-mid, .h3.yellow-mid,
h4.yellow-mid, .h4.yellow-mid,
h5.yellow-mid, .h5.yellow-mid,
h6.yellow-mid, .h6.yellow-mid,
.h.yellow-mid {
  color: #e59a24;
}
h1.yellow-mid a, .h1.yellow-mid a,
h2.yellow-mid a, .h2.yellow-mid a,
h3.yellow-mid a, .h3.yellow-mid a,
h4.yellow-mid a, .h4.yellow-mid a,
h5.yellow-mid a, .h5.yellow-mid a,
h6.yellow-mid a, .h6.yellow-mid a,
.h.yellow-mid a {
  color: #e59a24;
}
h1.yellow-dark, .h1.yellow-dark,
h2.yellow-dark, .h2.yellow-dark,
h3.yellow-dark, .h3.yellow-dark,
h4.yellow-dark, .h4.yellow-dark,
h5.yellow-dark, .h5.yellow-dark,
h6.yellow-dark, .h6.yellow-dark,
.h.yellow-dark {
  color: #84611e;
}
h1.yellow-dark a, .h1.yellow-dark a,
h2.yellow-dark a, .h2.yellow-dark a,
h3.yellow-dark a, .h3.yellow-dark a,
h4.yellow-dark a, .h4.yellow-dark a,
h5.yellow-dark a, .h5.yellow-dark a,
h6.yellow-dark a, .h6.yellow-dark a,
.h.yellow-dark a {
  color: #84611e;
}
h1.purple-light, .h1.purple-light,
h2.purple-light, .h2.purple-light,
h3.purple-light, .h3.purple-light,
h4.purple-light, .h4.purple-light,
h5.purple-light, .h5.purple-light,
h6.purple-light, .h6.purple-light,
.h.purple-light {
  color: #f6bab9;
}
h1.purple-light a, .h1.purple-light a,
h2.purple-light a, .h2.purple-light a,
h3.purple-light a, .h3.purple-light a,
h4.purple-light a, .h4.purple-light a,
h5.purple-light a, .h5.purple-light a,
h6.purple-light a, .h6.purple-light a,
.h.purple-light a {
  color: #f6bab9;
}
h1.purple-mid, .h1.purple-mid,
h2.purple-mid, .h2.purple-mid,
h3.purple-mid, .h3.purple-mid,
h4.purple-mid, .h4.purple-mid,
h5.purple-mid, .h5.purple-mid,
h6.purple-mid, .h6.purple-mid,
.h.purple-mid {
  color: #7c569c;
}
h1.purple-mid a, .h1.purple-mid a,
h2.purple-mid a, .h2.purple-mid a,
h3.purple-mid a, .h3.purple-mid a,
h4.purple-mid a, .h4.purple-mid a,
h5.purple-mid a, .h5.purple-mid a,
h6.purple-mid a, .h6.purple-mid a,
.h.purple-mid a {
  color: #7c569c;
}
h1.purple-dark, .h1.purple-dark,
h2.purple-dark, .h2.purple-dark,
h3.purple-dark, .h3.purple-dark,
h4.purple-dark, .h4.purple-dark,
h5.purple-dark, .h5.purple-dark,
h6.purple-dark, .h6.purple-dark,
.h.purple-dark {
  color: #7c1537;
}
h1.purple-dark a, .h1.purple-dark a,
h2.purple-dark a, .h2.purple-dark a,
h3.purple-dark a, .h3.purple-dark a,
h4.purple-dark a, .h4.purple-dark a,
h5.purple-dark a, .h5.purple-dark a,
h6.purple-dark a, .h6.purple-dark a,
.h.purple-dark a {
  color: #7c1537;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small, .oh-spektrix-paywall-wrap h2 small,
.paywall-denied-message h2 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small,
.h small {
  display: block;
  font-family: "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (min-width: 1024px) {
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small, .oh-spektrix-paywall-wrap h2 small,
  .paywall-denied-message h2 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small,
  .h small {
    font-size: 17px;
  }
}

h1, .h1 {
  font-size: 32px;
  font-family: "ESRebondGrotesqueBold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 62px;
    margin-bottom: 32px;
  }
}

h2, .h2 {
  font-size: 28px;
  font-family: "ESRebondGrotesqueBold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}
.caption h2, .caption .h2 {
  font-family: "Roboto Condensed", "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3, .oh-spektrix-paywall-wrap h2,
.paywall-denied-message h2 {
  font-size: 19px;
}
@media (min-width: 1024px) {
  h3, .h3, .oh-spektrix-paywall-wrap h2,
  .paywall-denied-message h2 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 17px;
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-size: 16px;
}

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

p {
  margin: 0 0 1em;
}
p a {
  text-decoration: underline;
}

button,
input {
  outline: none !important;
}

a {
  color: #252959;
  text-decoration: none;
  transition: color 0.2s linear, background 0.2s linear, opacity, border, 0.2s linear;
  outline: none;
}
a:hover, a:focus {
  color: #161835;
  text-decoration: underline;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #252959;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #252959;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #252959;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #252959;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #252959;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #252959;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.gform_validation_container {
  position: absolute;
  left: -999em;
  height: 0;
  width: 0;
  overflow: hidden;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?dxjju7");
  src: url("../fonts/icomoon.eot?dxjju7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dxjju7") format("truetype"), url("../fonts/icomoon.woff?dxjju7") format("woff"), url("../fonts/icomoon.svg?dxjju7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  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-arrow_upward:before {
  content: "\e90e";
}

.icon-arrow_forward:before {
  content: "\e90f";
}

.icon-arrow_downward:before {
  content: "\e910";
}

.icon-arrow_back:before {
  content: "\e911";
}

.icon-star-full:before {
  content: "\e912";
}

.icon-rate:before {
  content: "\e912";
}

.icon-star:before {
  content: "\e912";
}

.icon-favorite:before {
  content: "\e912";
}

.icon-bookmark:before {
  content: "\e912";
}

.icon-triangle-up:before {
  content: "\e900";
}

.icon-triangle-right:before {
  content: "\e901";
}

.icon-triangle-left:before {
  content: "\e902";
}

.icon-triangle-down:before {
  content: "\e903";
}

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

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

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

.icon-angle-down:before {
  content: "\e907";
}

.icon-angle-up:before {
  content: "\e908";
}

.icon-angle-right:before {
  content: "\e909";
}

.icon-angle-left:before {
  content: "\e90a";
}

.icon-close:before {
  content: "\e90b";
}

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

.icon-circle-with-plus:before {
  content: "\e90d";
}

@font-face {
  font-family: "ESRebondGrotesqueBold";
  src: url("../fonts/ESRebondGrotesque-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ESRebondGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ESRebondGrotesque-Bold.woff2") format("woff2"), url("../fonts/ESRebondGrotesque-Bold.woff") format("woff"); /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
}
/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
  overflow: hidden;
  cursor: default;
  border: 2px solid #d03316;
  margin: 0 3px 0 0;
  height: 22px;
  width: 22px;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jcf-checkbox span:before, .jcf-checkbox span:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 9px;
  width: 2px;
  height: 30px;
  transform: rotate(45deg);
  background: #d03316;
}
.jcf-checkbox span:after {
  left: auto;
  right: 9px;
  transform: rotate(-45deg);
}

.jcf-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  touch-action: none;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #252959 !important;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  backface-visibility: hidden;
}
.account-lightbox .fancybox-bg {
  background: #7c1537 !important;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.95 !important;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

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

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  backface-visibility: hidden;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fancybox-slide--image {
  overflow: hidden;
}

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

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}

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

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing;
}

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

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small,
.fancybox-close {
  position: absolute;
  top: 2px;
  right: 12px;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  color: #fff;
  text-align: center;
  border-radius: 0;
  border-width: 0;
  cursor: pointer;
  transition: color 0.2s linear, background 0.2s linear, opacity, border, 0.2s linear;
  box-sizing: border-box;
  z-index: 2;
  background: none;
  font-weight: normal;
  text-decoration: none !important;
  outline: none;
}
@media (min-width: 768px) {
  .fancybox-close-small,
  .fancybox-close {
    width: 70px;
    height: 70px;
  }
}
.fancybox-close-small:hover,
.fancybox-close:hover {
  background: #252959 !important;
  color: rgba(255, 255, 255, 0.6);
}
.account .fancybox-close-small:hover,
.account .fancybox-close:hover {
  background: #7c1537 !important;
}
.fancybox-close-small:before,
.fancybox-close:before {
  content: "\e90b";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 30px;
  line-height: 1;
  font-family: "icomoon";
}
@media (min-width: 768px) {
  .fancybox-close-small:before,
  .fancybox-close:before {
    font-size: 40px;
  }
}

.fancybox-close-small {
  display: none !important;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.ui-datepicker {
  font-family: "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  min-height: 300px;
}
@media (min-width: 768px) {
  .ui-datepicker {
    min-height: 295px;
  }
}
@media (min-width: 1024px) {
  .ui-datepicker {
    font-size: 17px;
    line-height: 1;
    min-height: 330px;
  }
}
.ui-datepicker.ui-widget-content {
  background: none;
  border: 0 !important;
  border-radius: 0 !important;
  width: 100%;
  padding: 0;
  color: #fff;
}
.ui-datepicker.ui-widget-content .ui-state-default {
  background: none;
  color: #fff;
  border: none;
}
.ui-datepicker.ui-widget-content .ui-state-default.ui-state-active, .ui-datepicker.ui-widget-content .ui-state-default.ui.state-hover, .ui-datepicker.ui-widget-content .ui-state-default:hover {
  background: none !important;
  text-decoration: underline !important;
  border: none !important;
}
.ui-datepicker .ui-widget-header.ui-datepicker-header {
  border: 2px solid #fff;
  padding: 10px 30px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 10px;
  color: #fff;
  background: none;
  border-radius: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .ui-datepicker .ui-widget-header.ui-datepicker-header {
    margin-bottom: 20px;
  }
}
.ui-datepicker .ui-widget-header.ui-datepicker-header:before, .ui-datepicker .ui-widget-header.ui-datepicker-header:after {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
  display: block;
}
@media (min-width: 1024px) {
  .ui-datepicker .ui-widget-header.ui-datepicker-header:before, .ui-datepicker .ui-widget-header.ui-datepicker-header:after {
    left: 120px;
  }
}
.ui-datepicker .ui-widget-header.ui-datepicker-header:after {
  left: auto;
  right: 60px;
}
@media (min-width: 1024px) {
  .ui-datepicker .ui-widget-header.ui-datepicker-header:after {
    left: auto;
    right: 120px;
  }
}
.ui-datepicker .ui-datepicker-title {
  font-size: 19px;
  line-height: 1;
  margin: 0;
  font-family: "Roboto Condensed", "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .ui-datepicker .ui-datepicker-title {
    font-size: 26px;
  }
}
.ui-datepicker .ui-datepicker-calendar,
.ui-datepicker .ui-datepicker table {
  font-size: 15px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-datepicker .ui-datepicker-calendar,
  .ui-datepicker .ui-datepicker table {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .ui-datepicker .ui-datepicker-calendar,
  .ui-datepicker .ui-datepicker table {
    font-size: 17px;
  }
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker table th {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 2px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (min-width: 768px) {
  .ui-datepicker .ui-datepicker-calendar th,
  .ui-datepicker .ui-datepicker table th {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .ui-datepicker .ui-datepicker-calendar th,
  .ui-datepicker .ui-datepicker table th {
    font-size: 17px;
  }
}
.ui-datepicker .ui-datepicker-calendar td,
.ui-datepicker .ui-datepicker table td {
  padding: 20px 2px 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker table td span,
.ui-datepicker .ui-datepicker table td a {
  text-align: center;
  padding: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #fff;
  color: #252959;
  text-align: center;
  margin: 0;
  font-weight: normal;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    left: 47px;
  }
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: "\e90a";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  font-size: 22px;
  line-height: 1;
  margin-top: -1px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: none;
  opacity: 0.6;
}
.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 17px;
}
@media (min-width: 1024px) {
  .ui-datepicker .ui-datepicker-next {
    left: auto;
    right: 47px;
  }
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e909";
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none;
  color: currentColor;
}

.flickity-button:hover {
  cursor: pointer;
}

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

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 4.16666px;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 48px;
  height: 48px;
  background-color: transparent;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: calc(100% - 96px);
  bottom: -2rem;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: currentColor;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  body.nav-active {
    overflow: hidden;
  }
}

strong,
b {
  font-weight: 700;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .visible-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .visible-tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .visible-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}

.list-unstyled > li {
  margin-bottom: 10px;
}

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.list-inline.center {
  justify-content: center;
}
.list-inline > li {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.resize-active * {
  transition: none !important;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.holder, .fancybox-slide > * {
  max-width: 1260px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .holder, .fancybox-slide > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .holder, .fancybox-slide > * {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.bg-white {
  background: #fff;
}

.text-white {
  color: #fff;
}
.text-white a {
  color: #fff;
}

.bg-black {
  background: #000;
}

.text-black {
  color: #000;
}
.text-black a {
  color: #000;
}

.bg-blue-light {
  background: #c7e6f9;
}

.text-blue-light {
  color: #c7e6f9;
}
.text-blue-light a {
  color: #c7e6f9;
}

.bg-blue-mid {
  background: #475aa3;
}

.text-blue-mid {
  color: #475aa3;
}
.text-blue-mid a {
  color: #475aa3;
}

.bg-blue-dark {
  background: #252959;
}

.text-blue-dark {
  color: #252959;
}
.text-blue-dark a {
  color: #252959;
}

.bg-red-light {
  background: #f6bab9;
}

.text-red-light {
  color: #f6bab9;
}
.text-red-light a {
  color: #f6bab9;
}

.bg-red-mid {
  background: #ef846d;
}

.text-red-mid {
  color: #ef846d;
}
.text-red-mid a {
  color: #ef846d;
}

.bg-red-dark {
  background: #d03316;
}

.text-red-dark {
  color: #d03316;
}
.text-red-dark a {
  color: #d03316;
}

.bg-green-light {
  background: #c8dec0;
}

.text-green-light {
  color: #c8dec0;
}
.text-green-light a {
  color: #c8dec0;
}

.bg-green-mid {
  background: #008362;
}

.text-green-mid {
  color: #008362;
}
.text-green-mid a {
  color: #008362;
}

.bg-green-dark {
  background: #1d4f51;
}

.text-green-dark {
  color: #1d4f51;
}
.text-green-dark a {
  color: #1d4f51;
}

.bg-yellow-light {
  background: #f9bd1c;
}

.text-yellow-light {
  color: #f9bd1c;
}
.text-yellow-light a {
  color: #f9bd1c;
}

.bg-yellow-mid {
  background: #e59a24;
}

.text-yellow-mid {
  color: #e59a24;
}
.text-yellow-mid a {
  color: #e59a24;
}

.bg-yellow-dark {
  background: #84611e;
}

.text-yellow-dark {
  color: #84611e;
}
.text-yellow-dark a {
  color: #84611e;
}

.bg-purple-light {
  background: #f6bab9;
}

.text-purple-light {
  color: #f6bab9;
}
.text-purple-light a {
  color: #f6bab9;
}

.bg-purple-mid {
  background: #7c569c;
}

.text-purple-mid {
  color: #7c569c;
}
.text-purple-mid a {
  color: #7c569c;
}

.bg-purple-dark {
  background: #7c1537;
}

.text-purple-dark {
  color: #7c1537;
}
.text-purple-dark a {
  color: #7c1537;
}

.text-white {
  color: #fff;
}
.text-white a {
  color: #fff;
}

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

@media (max-width: 767px) {
  #main {
    padding-top: 50px !important;
  }
}
@media (min-width: 768px) {
  #main {
    position: relative;
    top: -16px;
    margin-bottom: -16px;
  }
}
@media (min-width: 1024px) {
  #main {
    top: -30px;
    margin-bottom: -30px;
  }
}

.btn, .oh-spektrix-paywall-wrap form .button,
.paywall-denied-message form .button {
  display: inline-block;
  vertical-align: top;
  padding: 16px 10px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  transition: color 0.2s linear, background 0.2s linear, opacity, border, 0.2s linear;
  margin: 0;
  outline: none;
  font-size: 17px;
  line-height: 20px;
  min-width: 160px;
  border-radius: 0;
  color: #fff;
  background: #252959;
  font-weight: 700;
  font-family: "Roboto Condensed", "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  border: 2px solid transparent;
}
@media (min-width: 768px) {
  .btn, .oh-spektrix-paywall-wrap form .button,
  .paywall-denied-message form .button {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .btn, .oh-spektrix-paywall-wrap form .button,
  .paywall-denied-message form .button {
    font-size: 18px;
    line-height: 26px;
    min-width: 190px;
  }
}
.btn:hover, .oh-spektrix-paywall-wrap form .button:hover,
.paywall-denied-message form .button:hover, .btn:focus, .oh-spektrix-paywall-wrap form .button:focus,
.paywall-denied-message form .button:focus {
  color: #fff;
  background: #161835;
  text-decoration: underline;
}
.btn.bg-white, .oh-spektrix-paywall-wrap form .bg-white.button,
.paywall-denied-message form .bg-white.button {
  background: #fff;
}
.btn.bg-white:hover, .oh-spektrix-paywall-wrap form .bg-white.button:hover,
.paywall-denied-message form .bg-white.button:hover {
  background: #e6e6e6;
}
.btn.bg-white.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-white.has-ico.button .ico,
.paywall-denied-message form .bg-white.has-ico.button .ico {
  color: #fff;
}
.btn.bg-white.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-white.has-ico.button:hover .ico,
.paywall-denied-message form .bg-white.has-ico.button:hover .ico, .btn.bg-white.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-white.has-ico.button:focus .ico,
.paywall-denied-message form .bg-white.has-ico.button:focus .ico {
  color: #e6e6e6;
}
.btn.bg-black, .oh-spektrix-paywall-wrap form .bg-black.button,
.paywall-denied-message form .bg-black.button {
  background: #000;
}
.btn.bg-black:hover, .oh-spektrix-paywall-wrap form .bg-black.button:hover,
.paywall-denied-message form .bg-black.button:hover {
  background: black;
}
.btn.bg-black.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-black.has-ico.button .ico,
.paywall-denied-message form .bg-black.has-ico.button .ico {
  color: #000;
}
.btn.bg-black.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-black.has-ico.button:hover .ico,
.paywall-denied-message form .bg-black.has-ico.button:hover .ico, .btn.bg-black.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-black.has-ico.button:focus .ico,
.paywall-denied-message form .bg-black.has-ico.button:focus .ico {
  color: black;
}
.btn.bg-blue-light, .oh-spektrix-paywall-wrap form .bg-blue-light.button,
.paywall-denied-message form .bg-blue-light.button {
  background: #c7e6f9;
}
.btn.bg-blue-light:hover, .oh-spektrix-paywall-wrap form .bg-blue-light.button:hover,
.paywall-denied-message form .bg-blue-light.button:hover {
  background: #99d1f4;
}
.btn.bg-blue-light.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-blue-light.has-ico.button .ico,
.paywall-denied-message form .bg-blue-light.has-ico.button .ico {
  color: #c7e6f9;
}
.btn.bg-blue-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-blue-light.has-ico.button:hover .ico,
.paywall-denied-message form .bg-blue-light.has-ico.button:hover .ico, .btn.bg-blue-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-blue-light.has-ico.button:focus .ico,
.paywall-denied-message form .bg-blue-light.has-ico.button:focus .ico {
  color: #99d1f4;
}
.btn.bg-blue-mid, .oh-spektrix-paywall-wrap form .bg-blue-mid.button,
.paywall-denied-message form .bg-blue-mid.button {
  background: #475aa3;
}
.btn.bg-blue-mid:hover, .oh-spektrix-paywall-wrap form .bg-blue-mid.button:hover,
.paywall-denied-message form .bg-blue-mid.button:hover {
  background: #38467f;
}
.btn.bg-blue-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-blue-mid.has-ico.button .ico,
.paywall-denied-message form .bg-blue-mid.has-ico.button .ico {
  color: #475aa3;
}
.btn.bg-blue-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-blue-mid.has-ico.button:hover .ico,
.paywall-denied-message form .bg-blue-mid.has-ico.button:hover .ico, .btn.bg-blue-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-blue-mid.has-ico.button:focus .ico,
.paywall-denied-message form .bg-blue-mid.has-ico.button:focus .ico {
  color: #38467f;
}
.btn.bg-blue-dark, .oh-spektrix-paywall-wrap form .bg-blue-dark.button,
.paywall-denied-message form .bg-blue-dark.button {
  background: #252959;
}
.btn.bg-blue-dark:hover, .oh-spektrix-paywall-wrap form .bg-blue-dark.button:hover,
.paywall-denied-message form .bg-blue-dark.button:hover {
  background: #161835;
}
.btn.bg-blue-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-blue-dark.has-ico.button .ico,
.paywall-denied-message form .bg-blue-dark.has-ico.button .ico {
  color: #252959;
}
.btn.bg-blue-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-blue-dark.has-ico.button:hover .ico,
.paywall-denied-message form .bg-blue-dark.has-ico.button:hover .ico, .btn.bg-blue-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-blue-dark.has-ico.button:focus .ico,
.paywall-denied-message form .bg-blue-dark.has-ico.button:focus .ico {
  color: #161835;
}
.btn.bg-red-light, .oh-spektrix-paywall-wrap form .bg-red-light.button,
.paywall-denied-message form .bg-red-light.button {
  background: #f6bab9;
}
.btn.bg-red-light:hover, .oh-spektrix-paywall-wrap form .bg-red-light.button:hover,
.paywall-denied-message form .bg-red-light.button:hover {
  background: #f08d8c;
}
.btn.bg-red-light.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-red-light.has-ico.button .ico,
.paywall-denied-message form .bg-red-light.has-ico.button .ico {
  color: #f6bab9;
}
.btn.bg-red-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-red-light.has-ico.button:hover .ico,
.paywall-denied-message form .bg-red-light.has-ico.button:hover .ico, .btn.bg-red-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-red-light.has-ico.button:focus .ico,
.paywall-denied-message form .bg-red-light.has-ico.button:focus .ico {
  color: #f08d8c;
}
.btn.bg-red-mid, .oh-spektrix-paywall-wrap form .bg-red-mid.button,
.paywall-denied-message form .bg-red-mid.button {
  background: #ef846d;
}
.btn.bg-red-mid:hover, .oh-spektrix-paywall-wrap form .bg-red-mid.button:hover,
.paywall-denied-message form .bg-red-mid.button:hover {
  background: #ea5d3f;
}
.btn.bg-red-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-red-mid.has-ico.button .ico,
.paywall-denied-message form .bg-red-mid.has-ico.button .ico {
  color: #ef846d;
}
.btn.bg-red-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-red-mid.has-ico.button:hover .ico,
.paywall-denied-message form .bg-red-mid.has-ico.button:hover .ico, .btn.bg-red-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-red-mid.has-ico.button:focus .ico,
.paywall-denied-message form .bg-red-mid.has-ico.button:focus .ico {
  color: #ea5d3f;
}
.btn.bg-red-dark, .oh-spektrix-paywall-wrap form .bg-red-dark.button,
.paywall-denied-message form .bg-red-dark.button {
  background: #d03316;
}
.btn.bg-red-dark:hover, .oh-spektrix-paywall-wrap form .bg-red-dark.button:hover,
.paywall-denied-message form .bg-red-dark.button:hover {
  background: #a22811;
}
.btn.bg-red-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-red-dark.has-ico.button .ico,
.paywall-denied-message form .bg-red-dark.has-ico.button .ico {
  color: #d03316;
}
.btn.bg-red-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-red-dark.has-ico.button:hover .ico,
.paywall-denied-message form .bg-red-dark.has-ico.button:hover .ico, .btn.bg-red-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-red-dark.has-ico.button:focus .ico,
.paywall-denied-message form .bg-red-dark.has-ico.button:focus .ico {
  color: #a22811;
}
.btn.bg-green-light, .oh-spektrix-paywall-wrap form .bg-green-light.button,
.paywall-denied-message form .bg-green-light.button {
  background: #c8dec0;
}
.btn.bg-green-light:hover, .oh-spektrix-paywall-wrap form .bg-green-light.button:hover,
.paywall-denied-message form .bg-green-light.button:hover {
  background: #abcc9f;
}
.btn.bg-green-light.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-green-light.has-ico.button .ico,
.paywall-denied-message form .bg-green-light.has-ico.button .ico {
  color: #c8dec0;
}
.btn.bg-green-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-green-light.has-ico.button:hover .ico,
.paywall-denied-message form .bg-green-light.has-ico.button:hover .ico, .btn.bg-green-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-green-light.has-ico.button:focus .ico,
.paywall-denied-message form .bg-green-light.has-ico.button:focus .ico {
  color: #abcc9f;
}
.btn.bg-green-mid, .oh-spektrix-paywall-wrap form .bg-green-mid.button,
.paywall-denied-message form .bg-green-mid.button {
  background: #008362;
}
.btn.bg-green-mid:hover, .oh-spektrix-paywall-wrap form .bg-green-mid.button:hover,
.paywall-denied-message form .bg-green-mid.button:hover {
  background: #00503c;
}
.btn.bg-green-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-green-mid.has-ico.button .ico,
.paywall-denied-message form .bg-green-mid.has-ico.button .ico {
  color: #008362;
}
.btn.bg-green-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-green-mid.has-ico.button:hover .ico,
.paywall-denied-message form .bg-green-mid.has-ico.button:hover .ico, .btn.bg-green-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-green-mid.has-ico.button:focus .ico,
.paywall-denied-message form .bg-green-mid.has-ico.button:focus .ico {
  color: #00503c;
}
.btn.bg-green-dark, .oh-spektrix-paywall-wrap form .bg-green-dark.button,
.paywall-denied-message form .bg-green-dark.button {
  background: #1d4f51;
}
.btn.bg-green-dark:hover, .oh-spektrix-paywall-wrap form .bg-green-dark.button:hover,
.paywall-denied-message form .bg-green-dark.button:hover {
  background: #102a2b;
}
.btn.bg-green-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-green-dark.has-ico.button .ico,
.paywall-denied-message form .bg-green-dark.has-ico.button .ico {
  color: #1d4f51;
}
.btn.bg-green-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-green-dark.has-ico.button:hover .ico,
.paywall-denied-message form .bg-green-dark.has-ico.button:hover .ico, .btn.bg-green-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-green-dark.has-ico.button:focus .ico,
.paywall-denied-message form .bg-green-dark.has-ico.button:focus .ico {
  color: #102a2b;
}
.btn.bg-yellow-light, .oh-spektrix-paywall-wrap form .bg-yellow-light.button,
.paywall-denied-message form .bg-yellow-light.button {
  background: #f9bd1c;
}
.btn.bg-yellow-light:hover, .oh-spektrix-paywall-wrap form .bg-yellow-light.button:hover,
.paywall-denied-message form .bg-yellow-light.button:hover {
  background: #dca206;
}
.btn.bg-yellow-light.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-yellow-light.has-ico.button .ico,
.paywall-denied-message form .bg-yellow-light.has-ico.button .ico {
  color: #f9bd1c;
}
.btn.bg-yellow-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-yellow-light.has-ico.button:hover .ico,
.paywall-denied-message form .bg-yellow-light.has-ico.button:hover .ico, .btn.bg-yellow-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-yellow-light.has-ico.button:focus .ico,
.paywall-denied-message form .bg-yellow-light.has-ico.button:focus .ico {
  color: #dca206;
}
.btn.bg-yellow-mid, .oh-spektrix-paywall-wrap form .bg-yellow-mid.button,
.paywall-denied-message form .bg-yellow-mid.button {
  background: #e59a24;
}
.btn.bg-yellow-mid:hover, .oh-spektrix-paywall-wrap form .bg-yellow-mid.button:hover,
.paywall-denied-message form .bg-yellow-mid.button:hover {
  background: #bf7e17;
}
.btn.bg-yellow-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-yellow-mid.has-ico.button .ico,
.paywall-denied-message form .bg-yellow-mid.has-ico.button .ico {
  color: #e59a24;
}
.btn.bg-yellow-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-yellow-mid.has-ico.button:hover .ico,
.paywall-denied-message form .bg-yellow-mid.has-ico.button:hover .ico, .btn.bg-yellow-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-yellow-mid.has-ico.button:focus .ico,
.paywall-denied-message form .bg-yellow-mid.has-ico.button:focus .ico {
  color: #bf7e17;
}
.btn.bg-yellow-dark, .oh-spektrix-paywall-wrap form .bg-yellow-dark.button,
.paywall-denied-message form .bg-yellow-dark.button {
  background: #84611e;
}
.btn.bg-yellow-dark:hover, .oh-spektrix-paywall-wrap form .bg-yellow-dark.button:hover,
.paywall-denied-message form .bg-yellow-dark.button:hover {
  background: #5a4215;
}
.btn.bg-yellow-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-yellow-dark.has-ico.button .ico,
.paywall-denied-message form .bg-yellow-dark.has-ico.button .ico {
  color: #84611e;
}
.btn.bg-yellow-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-yellow-dark.has-ico.button:hover .ico,
.paywall-denied-message form .bg-yellow-dark.has-ico.button:hover .ico, .btn.bg-yellow-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-yellow-dark.has-ico.button:focus .ico,
.paywall-denied-message form .bg-yellow-dark.has-ico.button:focus .ico {
  color: #5a4215;
}
.btn.bg-purple-light, .oh-spektrix-paywall-wrap form .bg-purple-light.button,
.paywall-denied-message form .bg-purple-light.button {
  background: #f6bab9;
}
.btn.bg-purple-light:hover, .oh-spektrix-paywall-wrap form .bg-purple-light.button:hover,
.paywall-denied-message form .bg-purple-light.button:hover {
  background: #f08d8c;
}
.btn.bg-purple-light.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-purple-light.has-ico.button .ico,
.paywall-denied-message form .bg-purple-light.has-ico.button .ico {
  color: #f6bab9;
}
.btn.bg-purple-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-purple-light.has-ico.button:hover .ico,
.paywall-denied-message form .bg-purple-light.has-ico.button:hover .ico, .btn.bg-purple-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-purple-light.has-ico.button:focus .ico,
.paywall-denied-message form .bg-purple-light.has-ico.button:focus .ico {
  color: #f08d8c;
}
.btn.bg-purple-mid, .oh-spektrix-paywall-wrap form .bg-purple-mid.button,
.paywall-denied-message form .bg-purple-mid.button {
  background: #7c569c;
}
.btn.bg-purple-mid:hover, .oh-spektrix-paywall-wrap form .bg-purple-mid.button:hover,
.paywall-denied-message form .bg-purple-mid.button:hover {
  background: #62447b;
}
.btn.bg-purple-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-purple-mid.has-ico.button .ico,
.paywall-denied-message form .bg-purple-mid.has-ico.button .ico {
  color: #7c569c;
}
.btn.bg-purple-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-purple-mid.has-ico.button:hover .ico,
.paywall-denied-message form .bg-purple-mid.has-ico.button:hover .ico, .btn.bg-purple-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-purple-mid.has-ico.button:focus .ico,
.paywall-denied-message form .bg-purple-mid.has-ico.button:focus .ico {
  color: #62447b;
}
.btn.bg-purple-dark, .oh-spektrix-paywall-wrap form .bg-purple-dark.button,
.paywall-denied-message form .bg-purple-dark.button {
  background: #7c1537;
}
.btn.bg-purple-dark:hover, .oh-spektrix-paywall-wrap form .bg-purple-dark.button:hover,
.paywall-denied-message form .bg-purple-dark.button:hover {
  background: #500e24;
}
.btn.bg-purple-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .bg-purple-dark.has-ico.button .ico,
.paywall-denied-message form .bg-purple-dark.has-ico.button .ico {
  color: #7c1537;
}
.btn.bg-purple-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .bg-purple-dark.has-ico.button:hover .ico,
.paywall-denied-message form .bg-purple-dark.has-ico.button:hover .ico, .btn.bg-purple-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .bg-purple-dark.has-ico.button:focus .ico,
.paywall-denied-message form .bg-purple-dark.has-ico.button:focus .ico {
  color: #500e24;
}
.btn.text-white, .oh-spektrix-paywall-wrap form .text-white.button,
.paywall-denied-message form .text-white.button {
  color: #fff;
}
.btn.text-white.has-ico .ico, .oh-spektrix-paywall-wrap form .text-white.has-ico.button .ico,
.paywall-denied-message form .text-white.has-ico.button .ico {
  background: #fff;
}
.btn.text-black, .oh-spektrix-paywall-wrap form .text-black.button,
.paywall-denied-message form .text-black.button {
  color: #000;
}
.btn.text-black.has-ico .ico, .oh-spektrix-paywall-wrap form .text-black.has-ico.button .ico,
.paywall-denied-message form .text-black.has-ico.button .ico {
  background: #000;
}
.btn.text-blue-light, .oh-spektrix-paywall-wrap form .text-blue-light.button,
.paywall-denied-message form .text-blue-light.button {
  color: #c7e6f9;
}
.btn.text-blue-light.has-ico .ico, .oh-spektrix-paywall-wrap form .text-blue-light.has-ico.button .ico,
.paywall-denied-message form .text-blue-light.has-ico.button .ico {
  background: #c7e6f9;
}
.btn.text-blue-mid, .oh-spektrix-paywall-wrap form .text-blue-mid.button,
.paywall-denied-message form .text-blue-mid.button {
  color: #475aa3;
}
.btn.text-blue-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .text-blue-mid.has-ico.button .ico,
.paywall-denied-message form .text-blue-mid.has-ico.button .ico {
  background: #475aa3;
}
.btn.text-blue-dark, .oh-spektrix-paywall-wrap form .text-blue-dark.button,
.paywall-denied-message form .text-blue-dark.button {
  color: #252959;
}
.btn.text-blue-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .text-blue-dark.has-ico.button .ico,
.paywall-denied-message form .text-blue-dark.has-ico.button .ico {
  background: #252959;
}
.btn.text-red-light, .oh-spektrix-paywall-wrap form .text-red-light.button,
.paywall-denied-message form .text-red-light.button {
  color: #f6bab9;
}
.btn.text-red-light.has-ico .ico, .oh-spektrix-paywall-wrap form .text-red-light.has-ico.button .ico,
.paywall-denied-message form .text-red-light.has-ico.button .ico {
  background: #f6bab9;
}
.btn.text-red-mid, .oh-spektrix-paywall-wrap form .text-red-mid.button,
.paywall-denied-message form .text-red-mid.button {
  color: #ef846d;
}
.btn.text-red-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .text-red-mid.has-ico.button .ico,
.paywall-denied-message form .text-red-mid.has-ico.button .ico {
  background: #ef846d;
}
.btn.text-red-dark, .oh-spektrix-paywall-wrap form .text-red-dark.button,
.paywall-denied-message form .text-red-dark.button {
  color: #d03316;
}
.btn.text-red-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .text-red-dark.has-ico.button .ico,
.paywall-denied-message form .text-red-dark.has-ico.button .ico {
  background: #d03316;
}
.btn.text-green-light, .oh-spektrix-paywall-wrap form .text-green-light.button,
.paywall-denied-message form .text-green-light.button {
  color: #c8dec0;
}
.btn.text-green-light.has-ico .ico, .oh-spektrix-paywall-wrap form .text-green-light.has-ico.button .ico,
.paywall-denied-message form .text-green-light.has-ico.button .ico {
  background: #c8dec0;
}
.btn.text-green-mid, .oh-spektrix-paywall-wrap form .text-green-mid.button,
.paywall-denied-message form .text-green-mid.button {
  color: #008362;
}
.btn.text-green-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .text-green-mid.has-ico.button .ico,
.paywall-denied-message form .text-green-mid.has-ico.button .ico {
  background: #008362;
}
.btn.text-green-dark, .oh-spektrix-paywall-wrap form .text-green-dark.button,
.paywall-denied-message form .text-green-dark.button {
  color: #1d4f51;
}
.btn.text-green-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .text-green-dark.has-ico.button .ico,
.paywall-denied-message form .text-green-dark.has-ico.button .ico {
  background: #1d4f51;
}
.btn.text-yellow-light, .oh-spektrix-paywall-wrap form .text-yellow-light.button,
.paywall-denied-message form .text-yellow-light.button {
  color: #f9bd1c;
}
.btn.text-yellow-light.has-ico .ico, .oh-spektrix-paywall-wrap form .text-yellow-light.has-ico.button .ico,
.paywall-denied-message form .text-yellow-light.has-ico.button .ico {
  background: #f9bd1c;
}
.btn.text-yellow-mid, .oh-spektrix-paywall-wrap form .text-yellow-mid.button,
.paywall-denied-message form .text-yellow-mid.button {
  color: #e59a24;
}
.btn.text-yellow-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .text-yellow-mid.has-ico.button .ico,
.paywall-denied-message form .text-yellow-mid.has-ico.button .ico {
  background: #e59a24;
}
.btn.text-yellow-dark, .oh-spektrix-paywall-wrap form .text-yellow-dark.button,
.paywall-denied-message form .text-yellow-dark.button {
  color: #84611e;
}
.btn.text-yellow-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .text-yellow-dark.has-ico.button .ico,
.paywall-denied-message form .text-yellow-dark.has-ico.button .ico {
  background: #84611e;
}
.btn.text-purple-light, .oh-spektrix-paywall-wrap form .text-purple-light.button,
.paywall-denied-message form .text-purple-light.button {
  color: #f6bab9;
}
.btn.text-purple-light.has-ico .ico, .oh-spektrix-paywall-wrap form .text-purple-light.has-ico.button .ico,
.paywall-denied-message form .text-purple-light.has-ico.button .ico {
  background: #f6bab9;
}
.btn.text-purple-mid, .oh-spektrix-paywall-wrap form .text-purple-mid.button,
.paywall-denied-message form .text-purple-mid.button {
  color: #7c569c;
}
.btn.text-purple-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .text-purple-mid.has-ico.button .ico,
.paywall-denied-message form .text-purple-mid.has-ico.button .ico {
  background: #7c569c;
}
.btn.text-purple-dark, .oh-spektrix-paywall-wrap form .text-purple-dark.button,
.paywall-denied-message form .text-purple-dark.button {
  color: #7c1537;
}
.btn.text-purple-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .text-purple-dark.has-ico.button .ico,
.paywall-denied-message form .text-purple-dark.has-ico.button .ico {
  background: #7c1537;
}
.btn.has-ico:hover, .oh-spektrix-paywall-wrap form .has-ico.button:hover,
.paywall-denied-message form .has-ico.button:hover, .btn.has-ico:focus, .oh-spektrix-paywall-wrap form .has-ico.button:focus,
.paywall-denied-message form .has-ico.button:focus {
  text-decoration: none;
}
.btn.has-ico:hover .text, .oh-spektrix-paywall-wrap form .has-ico.button:hover .text,
.paywall-denied-message form .has-ico.button:hover .text, .btn.has-ico:focus .text, .oh-spektrix-paywall-wrap form .has-ico.button:focus .text,
.paywall-denied-message form .has-ico.button:focus .text {
  text-decoration: underline;
}
.btn.has-ico .ico, .oh-spektrix-paywall-wrap form .has-ico.button .ico,
.paywall-denied-message form .has-ico.button .ico {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #fff;
  color: #252959;
  font-size: 32px;
  line-height: 26px;
  margin: -2px 10px 0 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  transition: color 0.2s linear, background 0.2s linear, opacity, border, 0.2s linear;
}
@media (min-width: 768px) {
  .btn.has-ico .ico, .oh-spektrix-paywall-wrap form .has-ico.button .ico,
  .paywall-denied-message form .has-ico.button .ico {
    font-size: 38px;
  }
}
.btn.has-ico .ico span, .oh-spektrix-paywall-wrap form .has-ico.button .ico span,
.paywall-denied-message form .has-ico.button .ico span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn.has-ico .ico .icon-arrow_downward, .oh-spektrix-paywall-wrap form .has-ico.button .ico .icon-arrow_downward,
.paywall-denied-message form .has-ico.button .ico .icon-arrow_downward {
  font-size: 24px;
}
.btn.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .has-ico.button:hover .ico,
.paywall-denied-message form .has-ico.button:hover .ico {
  color: #161835;
}
.btn.btn-open, .oh-spektrix-paywall-wrap form .btn-open.button,
.paywall-denied-message form .btn-open.button, .btn.btn-dotted, .oh-spektrix-paywall-wrap form .btn-dotted.button,
.paywall-denied-message form .btn-dotted.button {
  border: 2px solid #252959;
  color: #252959;
  background: transparent;
  padding: 16px 20px;
}
.btn.btn-open:hover, .oh-spektrix-paywall-wrap form .btn-open.button:hover,
.paywall-denied-message form .btn-open.button:hover, .btn.btn-open:focus, .oh-spektrix-paywall-wrap form .btn-open.button:focus,
.paywall-denied-message form .btn-open.button:focus, .btn.btn-dotted:hover, .oh-spektrix-paywall-wrap form .btn-dotted.button:hover,
.paywall-denied-message form .btn-dotted.button:hover, .btn.btn-dotted:focus, .oh-spektrix-paywall-wrap form .btn-dotted.button:focus,
.paywall-denied-message form .btn-dotted.button:focus {
  color: #161835;
  border-color: #161835;
}
.btn.btn-open.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.button .ico,
.paywall-denied-message form .btn-open.has-ico.button .ico, .btn.btn-dotted.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.button .ico {
  color: #fff;
  background: #252959;
}
.btn.btn-open.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.has-ico.button:hover .ico, .btn.btn-open.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.has-ico.button:focus .ico, .btn.btn-dotted.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.has-ico.button:hover .ico, .btn.btn-dotted.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.has-ico.button:focus .ico {
  background: #161835;
}
.btn.btn-open.has-ico.on-white .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-white.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-white.button .ico, .btn.btn-dotted.has-ico.on-white .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-white.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-white.button .ico {
  color: #fff;
}
.btn.btn-open.has-ico.on-black .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-black.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-black.button .ico, .btn.btn-dotted.has-ico.on-black .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-black.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-black.button .ico {
  color: #000;
}
.btn.btn-open.has-ico.on-blue-light .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-blue-light.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-blue-light.button .ico, .btn.btn-dotted.has-ico.on-blue-light .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-blue-light.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-blue-light.button .ico {
  color: #c7e6f9;
}
.btn.btn-open.has-ico.on-blue-mid .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-blue-mid.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-blue-mid.button .ico, .btn.btn-dotted.has-ico.on-blue-mid .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-blue-mid.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-blue-mid.button .ico {
  color: #475aa3;
}
.btn.btn-open.has-ico.on-blue-dark .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-blue-dark.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-blue-dark.button .ico, .btn.btn-dotted.has-ico.on-blue-dark .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-blue-dark.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-blue-dark.button .ico {
  color: #252959;
}
.btn.btn-open.has-ico.on-red-light .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-red-light.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-red-light.button .ico, .btn.btn-dotted.has-ico.on-red-light .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-red-light.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-red-light.button .ico {
  color: #f6bab9;
}
.btn.btn-open.has-ico.on-red-mid .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-red-mid.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-red-mid.button .ico, .btn.btn-dotted.has-ico.on-red-mid .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-red-mid.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-red-mid.button .ico {
  color: #ef846d;
}
.btn.btn-open.has-ico.on-red-dark .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-red-dark.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-red-dark.button .ico, .btn.btn-dotted.has-ico.on-red-dark .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-red-dark.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-red-dark.button .ico {
  color: #d03316;
}
.btn.btn-open.has-ico.on-green-light .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-green-light.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-green-light.button .ico, .btn.btn-dotted.has-ico.on-green-light .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-green-light.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-green-light.button .ico {
  color: #c8dec0;
}
.btn.btn-open.has-ico.on-green-mid .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-green-mid.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-green-mid.button .ico, .btn.btn-dotted.has-ico.on-green-mid .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-green-mid.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-green-mid.button .ico {
  color: #008362;
}
.btn.btn-open.has-ico.on-green-dark .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-green-dark.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-green-dark.button .ico, .btn.btn-dotted.has-ico.on-green-dark .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-green-dark.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-green-dark.button .ico {
  color: #1d4f51;
}
.btn.btn-open.has-ico.on-yellow-light .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-yellow-light.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-yellow-light.button .ico, .btn.btn-dotted.has-ico.on-yellow-light .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-yellow-light.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-yellow-light.button .ico {
  color: #f9bd1c;
}
.btn.btn-open.has-ico.on-yellow-mid .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-yellow-mid.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-yellow-mid.button .ico, .btn.btn-dotted.has-ico.on-yellow-mid .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-yellow-mid.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-yellow-mid.button .ico {
  color: #e59a24;
}
.btn.btn-open.has-ico.on-yellow-dark .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-yellow-dark.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-yellow-dark.button .ico, .btn.btn-dotted.has-ico.on-yellow-dark .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-yellow-dark.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-yellow-dark.button .ico {
  color: #84611e;
}
.btn.btn-open.has-ico.on-purple-light .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-purple-light.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-purple-light.button .ico, .btn.btn-dotted.has-ico.on-purple-light .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-purple-light.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-purple-light.button .ico {
  color: #f6bab9;
}
.btn.btn-open.has-ico.on-purple-mid .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-purple-mid.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-purple-mid.button .ico, .btn.btn-dotted.has-ico.on-purple-mid .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-purple-mid.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-purple-mid.button .ico {
  color: #7c569c;
}
.btn.btn-open.has-ico.on-purple-dark .ico, .oh-spektrix-paywall-wrap form .btn-open.has-ico.on-purple-dark.button .ico,
.paywall-denied-message form .btn-open.has-ico.on-purple-dark.button .ico, .btn.btn-dotted.has-ico.on-purple-dark .ico, .oh-spektrix-paywall-wrap form .btn-dotted.has-ico.on-purple-dark.button .ico,
.paywall-denied-message form .btn-dotted.has-ico.on-purple-dark.button .ico {
  color: #7c1537;
}
.btn.btn-open.btn-white, .oh-spektrix-paywall-wrap form .btn-open.btn-white.button,
.paywall-denied-message form .btn-open.btn-white.button, .btn.btn-dotted.btn-white, .oh-spektrix-paywall-wrap form .btn-dotted.btn-white.button,
.paywall-denied-message form .btn-dotted.btn-white.button {
  color: #fff;
  border-color: #fff;
}
.btn.btn-open.btn-white:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-white.button:hover,
.paywall-denied-message form .btn-open.btn-white.button:hover, .btn.btn-open.btn-white:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-white.button:focus,
.paywall-denied-message form .btn-open.btn-white.button:focus, .btn.btn-dotted.btn-white:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-white.button:hover,
.paywall-denied-message form .btn-dotted.btn-white.button:hover, .btn.btn-dotted.btn-white:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-white.button:focus,
.paywall-denied-message form .btn-dotted.btn-white.button:focus {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn.btn-open.btn-white.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-white.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-white.has-ico.button .ico, .btn.btn-dotted.btn-white.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-white.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-white.has-ico.button .ico {
  background: white;
}
.btn.btn-open.btn-white.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-white.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-white.has-ico.button:hover .ico, .btn.btn-open.btn-white.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-white.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-white.has-ico.button:focus .ico, .btn.btn-dotted.btn-white.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-white.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-white.has-ico.button:hover .ico, .btn.btn-dotted.btn-white.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-white.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-white.has-ico.button:focus .ico {
  background: #e6e6e6;
}
.btn.btn-open.btn-black, .oh-spektrix-paywall-wrap form .btn-open.btn-black.button,
.paywall-denied-message form .btn-open.btn-black.button, .btn.btn-dotted.btn-black, .oh-spektrix-paywall-wrap form .btn-dotted.btn-black.button,
.paywall-denied-message form .btn-dotted.btn-black.button {
  color: #000;
  border-color: #000;
}
.btn.btn-open.btn-black:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-black.button:hover,
.paywall-denied-message form .btn-open.btn-black.button:hover, .btn.btn-open.btn-black:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-black.button:focus,
.paywall-denied-message form .btn-open.btn-black.button:focus, .btn.btn-dotted.btn-black:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-black.button:hover,
.paywall-denied-message form .btn-dotted.btn-black.button:hover, .btn.btn-dotted.btn-black:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-black.button:focus,
.paywall-denied-message form .btn-dotted.btn-black.button:focus {
  color: black;
  border-color: black;
}
.btn.btn-open.btn-black.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-black.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-black.has-ico.button .ico, .btn.btn-dotted.btn-black.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-black.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-black.has-ico.button .ico {
  background: black;
}
.btn.btn-open.btn-black.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-black.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-black.has-ico.button:hover .ico, .btn.btn-open.btn-black.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-black.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-black.has-ico.button:focus .ico, .btn.btn-dotted.btn-black.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-black.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-black.has-ico.button:hover .ico, .btn.btn-dotted.btn-black.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-black.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-black.has-ico.button:focus .ico {
  background: black;
}
.btn.btn-open.btn-blue-light, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-light.button,
.paywall-denied-message form .btn-open.btn-blue-light.button, .btn.btn-dotted.btn-blue-light, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-light.button,
.paywall-denied-message form .btn-dotted.btn-blue-light.button {
  color: #c7e6f9;
  border-color: #c7e6f9;
}
.btn.btn-open.btn-blue-light:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-light.button:hover,
.paywall-denied-message form .btn-open.btn-blue-light.button:hover, .btn.btn-open.btn-blue-light:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-light.button:focus,
.paywall-denied-message form .btn-open.btn-blue-light.button:focus, .btn.btn-dotted.btn-blue-light:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-light.button:hover,
.paywall-denied-message form .btn-dotted.btn-blue-light.button:hover, .btn.btn-dotted.btn-blue-light:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-light.button:focus,
.paywall-denied-message form .btn-dotted.btn-blue-light.button:focus {
  color: #99d1f4;
  border-color: #99d1f4;
}
.btn.btn-open.btn-blue-light.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-light.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-blue-light.has-ico.button .ico, .btn.btn-dotted.btn-blue-light.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-light.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-blue-light.has-ico.button .ico {
  background: #c7e6f9;
}
.btn.btn-open.btn-blue-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-light.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-blue-light.has-ico.button:hover .ico, .btn.btn-open.btn-blue-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-light.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-blue-light.has-ico.button:focus .ico, .btn.btn-dotted.btn-blue-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-light.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-blue-light.has-ico.button:hover .ico, .btn.btn-dotted.btn-blue-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-light.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-blue-light.has-ico.button:focus .ico {
  background: #99d1f4;
}
.btn.btn-open.btn-blue-mid, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-mid.button,
.paywall-denied-message form .btn-open.btn-blue-mid.button, .btn.btn-dotted.btn-blue-mid, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-mid.button,
.paywall-denied-message form .btn-dotted.btn-blue-mid.button {
  color: #475aa3;
  border-color: #475aa3;
}
.btn.btn-open.btn-blue-mid:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-mid.button:hover,
.paywall-denied-message form .btn-open.btn-blue-mid.button:hover, .btn.btn-open.btn-blue-mid:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-mid.button:focus,
.paywall-denied-message form .btn-open.btn-blue-mid.button:focus, .btn.btn-dotted.btn-blue-mid:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-mid.button:hover,
.paywall-denied-message form .btn-dotted.btn-blue-mid.button:hover, .btn.btn-dotted.btn-blue-mid:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-mid.button:focus,
.paywall-denied-message form .btn-dotted.btn-blue-mid.button:focus {
  color: #38467f;
  border-color: #38467f;
}
.btn.btn-open.btn-blue-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-mid.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-blue-mid.has-ico.button .ico, .btn.btn-dotted.btn-blue-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-mid.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-blue-mid.has-ico.button .ico {
  background: #475aa3;
}
.btn.btn-open.btn-blue-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-mid.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-blue-mid.has-ico.button:hover .ico, .btn.btn-open.btn-blue-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-mid.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-blue-mid.has-ico.button:focus .ico, .btn.btn-dotted.btn-blue-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-mid.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-blue-mid.has-ico.button:hover .ico, .btn.btn-dotted.btn-blue-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-mid.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-blue-mid.has-ico.button:focus .ico {
  background: #38467f;
}
.btn.btn-open.btn-blue-dark, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-dark.button,
.paywall-denied-message form .btn-open.btn-blue-dark.button, .btn.btn-dotted.btn-blue-dark, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-dark.button,
.paywall-denied-message form .btn-dotted.btn-blue-dark.button {
  color: #252959;
  border-color: #252959;
}
.btn.btn-open.btn-blue-dark:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-dark.button:hover,
.paywall-denied-message form .btn-open.btn-blue-dark.button:hover, .btn.btn-open.btn-blue-dark:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-dark.button:focus,
.paywall-denied-message form .btn-open.btn-blue-dark.button:focus, .btn.btn-dotted.btn-blue-dark:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-dark.button:hover,
.paywall-denied-message form .btn-dotted.btn-blue-dark.button:hover, .btn.btn-dotted.btn-blue-dark:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-dark.button:focus,
.paywall-denied-message form .btn-dotted.btn-blue-dark.button:focus {
  color: #161835;
  border-color: #161835;
}
.btn.btn-open.btn-blue-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-dark.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-blue-dark.has-ico.button .ico, .btn.btn-dotted.btn-blue-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-dark.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-blue-dark.has-ico.button .ico {
  background: #252959;
}
.btn.btn-open.btn-blue-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-dark.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-blue-dark.has-ico.button:hover .ico, .btn.btn-open.btn-blue-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-blue-dark.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-blue-dark.has-ico.button:focus .ico, .btn.btn-dotted.btn-blue-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-dark.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-blue-dark.has-ico.button:hover .ico, .btn.btn-dotted.btn-blue-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-blue-dark.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-blue-dark.has-ico.button:focus .ico {
  background: #161835;
}
.btn.btn-open.btn-red-light, .oh-spektrix-paywall-wrap form .btn-open.btn-red-light.button,
.paywall-denied-message form .btn-open.btn-red-light.button, .btn.btn-dotted.btn-red-light, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-light.button,
.paywall-denied-message form .btn-dotted.btn-red-light.button {
  color: #f6bab9;
  border-color: #f6bab9;
}
.btn.btn-open.btn-red-light:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-red-light.button:hover,
.paywall-denied-message form .btn-open.btn-red-light.button:hover, .btn.btn-open.btn-red-light:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-red-light.button:focus,
.paywall-denied-message form .btn-open.btn-red-light.button:focus, .btn.btn-dotted.btn-red-light:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-light.button:hover,
.paywall-denied-message form .btn-dotted.btn-red-light.button:hover, .btn.btn-dotted.btn-red-light:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-light.button:focus,
.paywall-denied-message form .btn-dotted.btn-red-light.button:focus {
  color: #f08d8c;
  border-color: #f08d8c;
}
.btn.btn-open.btn-red-light.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-red-light.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-red-light.has-ico.button .ico, .btn.btn-dotted.btn-red-light.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-light.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-red-light.has-ico.button .ico {
  background: #f6bab9;
}
.btn.btn-open.btn-red-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-red-light.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-red-light.has-ico.button:hover .ico, .btn.btn-open.btn-red-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-red-light.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-red-light.has-ico.button:focus .ico, .btn.btn-dotted.btn-red-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-light.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-red-light.has-ico.button:hover .ico, .btn.btn-dotted.btn-red-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-light.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-red-light.has-ico.button:focus .ico {
  background: #f08d8c;
}
.btn.btn-open.btn-red-mid, .oh-spektrix-paywall-wrap form .btn-open.btn-red-mid.button,
.paywall-denied-message form .btn-open.btn-red-mid.button, .btn.btn-dotted.btn-red-mid, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-mid.button,
.paywall-denied-message form .btn-dotted.btn-red-mid.button {
  color: #ef846d;
  border-color: #ef846d;
}
.btn.btn-open.btn-red-mid:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-red-mid.button:hover,
.paywall-denied-message form .btn-open.btn-red-mid.button:hover, .btn.btn-open.btn-red-mid:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-red-mid.button:focus,
.paywall-denied-message form .btn-open.btn-red-mid.button:focus, .btn.btn-dotted.btn-red-mid:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-mid.button:hover,
.paywall-denied-message form .btn-dotted.btn-red-mid.button:hover, .btn.btn-dotted.btn-red-mid:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-mid.button:focus,
.paywall-denied-message form .btn-dotted.btn-red-mid.button:focus {
  color: #ea5d3f;
  border-color: #ea5d3f;
}
.btn.btn-open.btn-red-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-red-mid.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-red-mid.has-ico.button .ico, .btn.btn-dotted.btn-red-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-mid.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-red-mid.has-ico.button .ico {
  background: #ef846d;
}
.btn.btn-open.btn-red-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-red-mid.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-red-mid.has-ico.button:hover .ico, .btn.btn-open.btn-red-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-red-mid.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-red-mid.has-ico.button:focus .ico, .btn.btn-dotted.btn-red-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-mid.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-red-mid.has-ico.button:hover .ico, .btn.btn-dotted.btn-red-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-mid.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-red-mid.has-ico.button:focus .ico {
  background: #ea5d3f;
}
.btn.btn-open.btn-red-dark, .oh-spektrix-paywall-wrap form .btn-open.btn-red-dark.button,
.paywall-denied-message form .btn-open.btn-red-dark.button, .btn.btn-dotted.btn-red-dark, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-dark.button,
.paywall-denied-message form .btn-dotted.btn-red-dark.button {
  color: #d03316;
  border-color: #d03316;
}
.btn.btn-open.btn-red-dark:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-red-dark.button:hover,
.paywall-denied-message form .btn-open.btn-red-dark.button:hover, .btn.btn-open.btn-red-dark:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-red-dark.button:focus,
.paywall-denied-message form .btn-open.btn-red-dark.button:focus, .btn.btn-dotted.btn-red-dark:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-dark.button:hover,
.paywall-denied-message form .btn-dotted.btn-red-dark.button:hover, .btn.btn-dotted.btn-red-dark:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-dark.button:focus,
.paywall-denied-message form .btn-dotted.btn-red-dark.button:focus {
  color: #a22811;
  border-color: #a22811;
}
.btn.btn-open.btn-red-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-red-dark.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-red-dark.has-ico.button .ico, .btn.btn-dotted.btn-red-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-dark.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-red-dark.has-ico.button .ico {
  background: #d03316;
}
.btn.btn-open.btn-red-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-red-dark.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-red-dark.has-ico.button:hover .ico, .btn.btn-open.btn-red-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-red-dark.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-red-dark.has-ico.button:focus .ico, .btn.btn-dotted.btn-red-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-dark.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-red-dark.has-ico.button:hover .ico, .btn.btn-dotted.btn-red-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-red-dark.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-red-dark.has-ico.button:focus .ico {
  background: #a22811;
}
.btn.btn-open.btn-green-light, .oh-spektrix-paywall-wrap form .btn-open.btn-green-light.button,
.paywall-denied-message form .btn-open.btn-green-light.button, .btn.btn-dotted.btn-green-light, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-light.button,
.paywall-denied-message form .btn-dotted.btn-green-light.button {
  color: #c8dec0;
  border-color: #c8dec0;
}
.btn.btn-open.btn-green-light:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-green-light.button:hover,
.paywall-denied-message form .btn-open.btn-green-light.button:hover, .btn.btn-open.btn-green-light:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-green-light.button:focus,
.paywall-denied-message form .btn-open.btn-green-light.button:focus, .btn.btn-dotted.btn-green-light:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-light.button:hover,
.paywall-denied-message form .btn-dotted.btn-green-light.button:hover, .btn.btn-dotted.btn-green-light:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-light.button:focus,
.paywall-denied-message form .btn-dotted.btn-green-light.button:focus {
  color: #abcc9f;
  border-color: #abcc9f;
}
.btn.btn-open.btn-green-light.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-green-light.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-green-light.has-ico.button .ico, .btn.btn-dotted.btn-green-light.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-light.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-green-light.has-ico.button .ico {
  background: #c8dec0;
}
.btn.btn-open.btn-green-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-green-light.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-green-light.has-ico.button:hover .ico, .btn.btn-open.btn-green-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-green-light.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-green-light.has-ico.button:focus .ico, .btn.btn-dotted.btn-green-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-light.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-green-light.has-ico.button:hover .ico, .btn.btn-dotted.btn-green-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-light.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-green-light.has-ico.button:focus .ico {
  background: #abcc9f;
}
.btn.btn-open.btn-green-mid, .oh-spektrix-paywall-wrap form .btn-open.btn-green-mid.button,
.paywall-denied-message form .btn-open.btn-green-mid.button, .btn.btn-dotted.btn-green-mid, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-mid.button,
.paywall-denied-message form .btn-dotted.btn-green-mid.button {
  color: #008362;
  border-color: #008362;
}
.btn.btn-open.btn-green-mid:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-green-mid.button:hover,
.paywall-denied-message form .btn-open.btn-green-mid.button:hover, .btn.btn-open.btn-green-mid:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-green-mid.button:focus,
.paywall-denied-message form .btn-open.btn-green-mid.button:focus, .btn.btn-dotted.btn-green-mid:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-mid.button:hover,
.paywall-denied-message form .btn-dotted.btn-green-mid.button:hover, .btn.btn-dotted.btn-green-mid:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-mid.button:focus,
.paywall-denied-message form .btn-dotted.btn-green-mid.button:focus {
  color: #00503c;
  border-color: #00503c;
}
.btn.btn-open.btn-green-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-green-mid.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-green-mid.has-ico.button .ico, .btn.btn-dotted.btn-green-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-mid.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-green-mid.has-ico.button .ico {
  background: #008362;
}
.btn.btn-open.btn-green-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-green-mid.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-green-mid.has-ico.button:hover .ico, .btn.btn-open.btn-green-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-green-mid.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-green-mid.has-ico.button:focus .ico, .btn.btn-dotted.btn-green-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-mid.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-green-mid.has-ico.button:hover .ico, .btn.btn-dotted.btn-green-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-mid.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-green-mid.has-ico.button:focus .ico {
  background: #00503c;
}
.btn.btn-open.btn-green-dark, .oh-spektrix-paywall-wrap form .btn-open.btn-green-dark.button,
.paywall-denied-message form .btn-open.btn-green-dark.button, .btn.btn-dotted.btn-green-dark, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-dark.button,
.paywall-denied-message form .btn-dotted.btn-green-dark.button {
  color: #1d4f51;
  border-color: #1d4f51;
}
.btn.btn-open.btn-green-dark:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-green-dark.button:hover,
.paywall-denied-message form .btn-open.btn-green-dark.button:hover, .btn.btn-open.btn-green-dark:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-green-dark.button:focus,
.paywall-denied-message form .btn-open.btn-green-dark.button:focus, .btn.btn-dotted.btn-green-dark:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-dark.button:hover,
.paywall-denied-message form .btn-dotted.btn-green-dark.button:hover, .btn.btn-dotted.btn-green-dark:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-dark.button:focus,
.paywall-denied-message form .btn-dotted.btn-green-dark.button:focus {
  color: #102a2b;
  border-color: #102a2b;
}
.btn.btn-open.btn-green-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-green-dark.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-green-dark.has-ico.button .ico, .btn.btn-dotted.btn-green-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-dark.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-green-dark.has-ico.button .ico {
  background: #1d4f51;
}
.btn.btn-open.btn-green-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-green-dark.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-green-dark.has-ico.button:hover .ico, .btn.btn-open.btn-green-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-green-dark.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-green-dark.has-ico.button:focus .ico, .btn.btn-dotted.btn-green-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-dark.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-green-dark.has-ico.button:hover .ico, .btn.btn-dotted.btn-green-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-green-dark.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-green-dark.has-ico.button:focus .ico {
  background: #102a2b;
}
.btn.btn-open.btn-yellow-light, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-light.button,
.paywall-denied-message form .btn-open.btn-yellow-light.button, .btn.btn-dotted.btn-yellow-light, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-light.button,
.paywall-denied-message form .btn-dotted.btn-yellow-light.button {
  color: #f9bd1c;
  border-color: #f9bd1c;
}
.btn.btn-open.btn-yellow-light:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-light.button:hover,
.paywall-denied-message form .btn-open.btn-yellow-light.button:hover, .btn.btn-open.btn-yellow-light:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-light.button:focus,
.paywall-denied-message form .btn-open.btn-yellow-light.button:focus, .btn.btn-dotted.btn-yellow-light:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-light.button:hover,
.paywall-denied-message form .btn-dotted.btn-yellow-light.button:hover, .btn.btn-dotted.btn-yellow-light:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-light.button:focus,
.paywall-denied-message form .btn-dotted.btn-yellow-light.button:focus {
  color: #dca206;
  border-color: #dca206;
}
.btn.btn-open.btn-yellow-light.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-light.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-yellow-light.has-ico.button .ico, .btn.btn-dotted.btn-yellow-light.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-light.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-yellow-light.has-ico.button .ico {
  background: #f9bd1c;
}
.btn.btn-open.btn-yellow-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-light.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-yellow-light.has-ico.button:hover .ico, .btn.btn-open.btn-yellow-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-light.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-yellow-light.has-ico.button:focus .ico, .btn.btn-dotted.btn-yellow-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-light.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-yellow-light.has-ico.button:hover .ico, .btn.btn-dotted.btn-yellow-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-light.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-yellow-light.has-ico.button:focus .ico {
  background: #dca206;
}
.btn.btn-open.btn-yellow-mid, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-mid.button,
.paywall-denied-message form .btn-open.btn-yellow-mid.button, .btn.btn-dotted.btn-yellow-mid, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-mid.button,
.paywall-denied-message form .btn-dotted.btn-yellow-mid.button {
  color: #e59a24;
  border-color: #e59a24;
}
.btn.btn-open.btn-yellow-mid:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-mid.button:hover,
.paywall-denied-message form .btn-open.btn-yellow-mid.button:hover, .btn.btn-open.btn-yellow-mid:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-mid.button:focus,
.paywall-denied-message form .btn-open.btn-yellow-mid.button:focus, .btn.btn-dotted.btn-yellow-mid:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-mid.button:hover,
.paywall-denied-message form .btn-dotted.btn-yellow-mid.button:hover, .btn.btn-dotted.btn-yellow-mid:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-mid.button:focus,
.paywall-denied-message form .btn-dotted.btn-yellow-mid.button:focus {
  color: #bf7e17;
  border-color: #bf7e17;
}
.btn.btn-open.btn-yellow-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-mid.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-yellow-mid.has-ico.button .ico, .btn.btn-dotted.btn-yellow-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-mid.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-yellow-mid.has-ico.button .ico {
  background: #e59a24;
}
.btn.btn-open.btn-yellow-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-mid.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-yellow-mid.has-ico.button:hover .ico, .btn.btn-open.btn-yellow-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-mid.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-yellow-mid.has-ico.button:focus .ico, .btn.btn-dotted.btn-yellow-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-mid.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-yellow-mid.has-ico.button:hover .ico, .btn.btn-dotted.btn-yellow-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-mid.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-yellow-mid.has-ico.button:focus .ico {
  background: #bf7e17;
}
.btn.btn-open.btn-yellow-dark, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-dark.button,
.paywall-denied-message form .btn-open.btn-yellow-dark.button, .btn.btn-dotted.btn-yellow-dark, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-dark.button,
.paywall-denied-message form .btn-dotted.btn-yellow-dark.button {
  color: #84611e;
  border-color: #84611e;
}
.btn.btn-open.btn-yellow-dark:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-dark.button:hover,
.paywall-denied-message form .btn-open.btn-yellow-dark.button:hover, .btn.btn-open.btn-yellow-dark:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-dark.button:focus,
.paywall-denied-message form .btn-open.btn-yellow-dark.button:focus, .btn.btn-dotted.btn-yellow-dark:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-dark.button:hover,
.paywall-denied-message form .btn-dotted.btn-yellow-dark.button:hover, .btn.btn-dotted.btn-yellow-dark:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-dark.button:focus,
.paywall-denied-message form .btn-dotted.btn-yellow-dark.button:focus {
  color: #5a4215;
  border-color: #5a4215;
}
.btn.btn-open.btn-yellow-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-dark.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-yellow-dark.has-ico.button .ico, .btn.btn-dotted.btn-yellow-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-dark.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-yellow-dark.has-ico.button .ico {
  background: #84611e;
}
.btn.btn-open.btn-yellow-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-dark.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-yellow-dark.has-ico.button:hover .ico, .btn.btn-open.btn-yellow-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-yellow-dark.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-yellow-dark.has-ico.button:focus .ico, .btn.btn-dotted.btn-yellow-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-dark.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-yellow-dark.has-ico.button:hover .ico, .btn.btn-dotted.btn-yellow-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-yellow-dark.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-yellow-dark.has-ico.button:focus .ico {
  background: #5a4215;
}
.btn.btn-open.btn-purple-light, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-light.button,
.paywall-denied-message form .btn-open.btn-purple-light.button, .btn.btn-dotted.btn-purple-light, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-light.button,
.paywall-denied-message form .btn-dotted.btn-purple-light.button {
  color: #f6bab9;
  border-color: #f6bab9;
}
.btn.btn-open.btn-purple-light:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-light.button:hover,
.paywall-denied-message form .btn-open.btn-purple-light.button:hover, .btn.btn-open.btn-purple-light:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-light.button:focus,
.paywall-denied-message form .btn-open.btn-purple-light.button:focus, .btn.btn-dotted.btn-purple-light:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-light.button:hover,
.paywall-denied-message form .btn-dotted.btn-purple-light.button:hover, .btn.btn-dotted.btn-purple-light:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-light.button:focus,
.paywall-denied-message form .btn-dotted.btn-purple-light.button:focus {
  color: #f08d8c;
  border-color: #f08d8c;
}
.btn.btn-open.btn-purple-light.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-light.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-purple-light.has-ico.button .ico, .btn.btn-dotted.btn-purple-light.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-light.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-purple-light.has-ico.button .ico {
  background: #f6bab9;
}
.btn.btn-open.btn-purple-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-light.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-purple-light.has-ico.button:hover .ico, .btn.btn-open.btn-purple-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-light.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-purple-light.has-ico.button:focus .ico, .btn.btn-dotted.btn-purple-light.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-light.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-purple-light.has-ico.button:hover .ico, .btn.btn-dotted.btn-purple-light.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-light.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-purple-light.has-ico.button:focus .ico {
  background: #f08d8c;
}
.btn.btn-open.btn-purple-mid, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-mid.button,
.paywall-denied-message form .btn-open.btn-purple-mid.button, .btn.btn-dotted.btn-purple-mid, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-mid.button,
.paywall-denied-message form .btn-dotted.btn-purple-mid.button {
  color: #7c569c;
  border-color: #7c569c;
}
.btn.btn-open.btn-purple-mid:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-mid.button:hover,
.paywall-denied-message form .btn-open.btn-purple-mid.button:hover, .btn.btn-open.btn-purple-mid:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-mid.button:focus,
.paywall-denied-message form .btn-open.btn-purple-mid.button:focus, .btn.btn-dotted.btn-purple-mid:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-mid.button:hover,
.paywall-denied-message form .btn-dotted.btn-purple-mid.button:hover, .btn.btn-dotted.btn-purple-mid:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-mid.button:focus,
.paywall-denied-message form .btn-dotted.btn-purple-mid.button:focus {
  color: #62447b;
  border-color: #62447b;
}
.btn.btn-open.btn-purple-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-mid.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-purple-mid.has-ico.button .ico, .btn.btn-dotted.btn-purple-mid.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-mid.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-purple-mid.has-ico.button .ico {
  background: #7c569c;
}
.btn.btn-open.btn-purple-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-mid.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-purple-mid.has-ico.button:hover .ico, .btn.btn-open.btn-purple-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-mid.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-purple-mid.has-ico.button:focus .ico, .btn.btn-dotted.btn-purple-mid.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-mid.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-purple-mid.has-ico.button:hover .ico, .btn.btn-dotted.btn-purple-mid.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-mid.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-purple-mid.has-ico.button:focus .ico {
  background: #62447b;
}
.btn.btn-open.btn-purple-dark, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-dark.button,
.paywall-denied-message form .btn-open.btn-purple-dark.button, .btn.btn-dotted.btn-purple-dark, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-dark.button,
.paywall-denied-message form .btn-dotted.btn-purple-dark.button {
  color: #7c1537;
  border-color: #7c1537;
}
.btn.btn-open.btn-purple-dark:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-dark.button:hover,
.paywall-denied-message form .btn-open.btn-purple-dark.button:hover, .btn.btn-open.btn-purple-dark:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-dark.button:focus,
.paywall-denied-message form .btn-open.btn-purple-dark.button:focus, .btn.btn-dotted.btn-purple-dark:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-dark.button:hover,
.paywall-denied-message form .btn-dotted.btn-purple-dark.button:hover, .btn.btn-dotted.btn-purple-dark:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-dark.button:focus,
.paywall-denied-message form .btn-dotted.btn-purple-dark.button:focus {
  color: #500e24;
  border-color: #500e24;
}
.btn.btn-open.btn-purple-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-dark.has-ico.button .ico,
.paywall-denied-message form .btn-open.btn-purple-dark.has-ico.button .ico, .btn.btn-dotted.btn-purple-dark.has-ico .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-dark.has-ico.button .ico,
.paywall-denied-message form .btn-dotted.btn-purple-dark.has-ico.button .ico {
  background: #7c1537;
}
.btn.btn-open.btn-purple-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-dark.has-ico.button:hover .ico,
.paywall-denied-message form .btn-open.btn-purple-dark.has-ico.button:hover .ico, .btn.btn-open.btn-purple-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-open.btn-purple-dark.has-ico.button:focus .ico,
.paywall-denied-message form .btn-open.btn-purple-dark.has-ico.button:focus .ico, .btn.btn-dotted.btn-purple-dark.has-ico:hover .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-dark.has-ico.button:hover .ico,
.paywall-denied-message form .btn-dotted.btn-purple-dark.has-ico.button:hover .ico, .btn.btn-dotted.btn-purple-dark.has-ico:focus .ico, .oh-spektrix-paywall-wrap form .btn-dotted.btn-purple-dark.has-ico.button:focus .ico,
.paywall-denied-message form .btn-dotted.btn-purple-dark.has-ico.button:focus .ico {
  background: #500e24;
}
.btn.btn-open.btn-hover-white:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-white.button:hover,
.paywall-denied-message form .btn-open.btn-hover-white.button:hover, .btn.btn-open.btn-hover-white:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-white.button:focus,
.paywall-denied-message form .btn-open.btn-hover-white.button:focus, .btn.btn-dotted.btn-hover-white:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-white.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-white.button:hover, .btn.btn-dotted.btn-hover-white:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-white.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-white.button:focus {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn.btn-open.btn-hover-black:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-black.button:hover,
.paywall-denied-message form .btn-open.btn-hover-black.button:hover, .btn.btn-open.btn-hover-black:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-black.button:focus,
.paywall-denied-message form .btn-open.btn-hover-black.button:focus, .btn.btn-dotted.btn-hover-black:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-black.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-black.button:hover, .btn.btn-dotted.btn-hover-black:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-black.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-black.button:focus {
  color: black;
  border-color: black;
}
.btn.btn-open.btn-hover-blue-light:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-blue-light.button:hover,
.paywall-denied-message form .btn-open.btn-hover-blue-light.button:hover, .btn.btn-open.btn-hover-blue-light:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-blue-light.button:focus,
.paywall-denied-message form .btn-open.btn-hover-blue-light.button:focus, .btn.btn-dotted.btn-hover-blue-light:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-blue-light.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-blue-light.button:hover, .btn.btn-dotted.btn-hover-blue-light:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-blue-light.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-blue-light.button:focus {
  color: #99d1f4;
  border-color: #99d1f4;
}
.btn.btn-open.btn-hover-blue-mid:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-blue-mid.button:hover,
.paywall-denied-message form .btn-open.btn-hover-blue-mid.button:hover, .btn.btn-open.btn-hover-blue-mid:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-blue-mid.button:focus,
.paywall-denied-message form .btn-open.btn-hover-blue-mid.button:focus, .btn.btn-dotted.btn-hover-blue-mid:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-blue-mid.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-blue-mid.button:hover, .btn.btn-dotted.btn-hover-blue-mid:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-blue-mid.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-blue-mid.button:focus {
  color: #38467f;
  border-color: #38467f;
}
.btn.btn-open.btn-hover-blue-dark:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-blue-dark.button:hover,
.paywall-denied-message form .btn-open.btn-hover-blue-dark.button:hover, .btn.btn-open.btn-hover-blue-dark:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-blue-dark.button:focus,
.paywall-denied-message form .btn-open.btn-hover-blue-dark.button:focus, .btn.btn-dotted.btn-hover-blue-dark:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-blue-dark.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-blue-dark.button:hover, .btn.btn-dotted.btn-hover-blue-dark:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-blue-dark.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-blue-dark.button:focus {
  color: #161835;
  border-color: #161835;
}
.btn.btn-open.btn-hover-red-light:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-red-light.button:hover,
.paywall-denied-message form .btn-open.btn-hover-red-light.button:hover, .btn.btn-open.btn-hover-red-light:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-red-light.button:focus,
.paywall-denied-message form .btn-open.btn-hover-red-light.button:focus, .btn.btn-dotted.btn-hover-red-light:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-red-light.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-red-light.button:hover, .btn.btn-dotted.btn-hover-red-light:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-red-light.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-red-light.button:focus {
  color: #f08d8c;
  border-color: #f08d8c;
}
.btn.btn-open.btn-hover-red-mid:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-red-mid.button:hover,
.paywall-denied-message form .btn-open.btn-hover-red-mid.button:hover, .btn.btn-open.btn-hover-red-mid:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-red-mid.button:focus,
.paywall-denied-message form .btn-open.btn-hover-red-mid.button:focus, .btn.btn-dotted.btn-hover-red-mid:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-red-mid.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-red-mid.button:hover, .btn.btn-dotted.btn-hover-red-mid:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-red-mid.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-red-mid.button:focus {
  color: #ea5d3f;
  border-color: #ea5d3f;
}
.btn.btn-open.btn-hover-red-dark:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-red-dark.button:hover,
.paywall-denied-message form .btn-open.btn-hover-red-dark.button:hover, .btn.btn-open.btn-hover-red-dark:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-red-dark.button:focus,
.paywall-denied-message form .btn-open.btn-hover-red-dark.button:focus, .btn.btn-dotted.btn-hover-red-dark:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-red-dark.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-red-dark.button:hover, .btn.btn-dotted.btn-hover-red-dark:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-red-dark.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-red-dark.button:focus {
  color: #a22811;
  border-color: #a22811;
}
.btn.btn-open.btn-hover-green-light:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-green-light.button:hover,
.paywall-denied-message form .btn-open.btn-hover-green-light.button:hover, .btn.btn-open.btn-hover-green-light:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-green-light.button:focus,
.paywall-denied-message form .btn-open.btn-hover-green-light.button:focus, .btn.btn-dotted.btn-hover-green-light:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-green-light.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-green-light.button:hover, .btn.btn-dotted.btn-hover-green-light:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-green-light.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-green-light.button:focus {
  color: #abcc9f;
  border-color: #abcc9f;
}
.btn.btn-open.btn-hover-green-mid:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-green-mid.button:hover,
.paywall-denied-message form .btn-open.btn-hover-green-mid.button:hover, .btn.btn-open.btn-hover-green-mid:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-green-mid.button:focus,
.paywall-denied-message form .btn-open.btn-hover-green-mid.button:focus, .btn.btn-dotted.btn-hover-green-mid:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-green-mid.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-green-mid.button:hover, .btn.btn-dotted.btn-hover-green-mid:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-green-mid.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-green-mid.button:focus {
  color: #00503c;
  border-color: #00503c;
}
.btn.btn-open.btn-hover-green-dark:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-green-dark.button:hover,
.paywall-denied-message form .btn-open.btn-hover-green-dark.button:hover, .btn.btn-open.btn-hover-green-dark:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-green-dark.button:focus,
.paywall-denied-message form .btn-open.btn-hover-green-dark.button:focus, .btn.btn-dotted.btn-hover-green-dark:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-green-dark.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-green-dark.button:hover, .btn.btn-dotted.btn-hover-green-dark:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-green-dark.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-green-dark.button:focus {
  color: #102a2b;
  border-color: #102a2b;
}
.btn.btn-open.btn-hover-yellow-light:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-yellow-light.button:hover,
.paywall-denied-message form .btn-open.btn-hover-yellow-light.button:hover, .btn.btn-open.btn-hover-yellow-light:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-yellow-light.button:focus,
.paywall-denied-message form .btn-open.btn-hover-yellow-light.button:focus, .btn.btn-dotted.btn-hover-yellow-light:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-yellow-light.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-yellow-light.button:hover, .btn.btn-dotted.btn-hover-yellow-light:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-yellow-light.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-yellow-light.button:focus {
  color: #dca206;
  border-color: #dca206;
}
.btn.btn-open.btn-hover-yellow-mid:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-yellow-mid.button:hover,
.paywall-denied-message form .btn-open.btn-hover-yellow-mid.button:hover, .btn.btn-open.btn-hover-yellow-mid:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-yellow-mid.button:focus,
.paywall-denied-message form .btn-open.btn-hover-yellow-mid.button:focus, .btn.btn-dotted.btn-hover-yellow-mid:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-yellow-mid.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-yellow-mid.button:hover, .btn.btn-dotted.btn-hover-yellow-mid:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-yellow-mid.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-yellow-mid.button:focus {
  color: #bf7e17;
  border-color: #bf7e17;
}
.btn.btn-open.btn-hover-yellow-dark:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-yellow-dark.button:hover,
.paywall-denied-message form .btn-open.btn-hover-yellow-dark.button:hover, .btn.btn-open.btn-hover-yellow-dark:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-yellow-dark.button:focus,
.paywall-denied-message form .btn-open.btn-hover-yellow-dark.button:focus, .btn.btn-dotted.btn-hover-yellow-dark:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-yellow-dark.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-yellow-dark.button:hover, .btn.btn-dotted.btn-hover-yellow-dark:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-yellow-dark.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-yellow-dark.button:focus {
  color: #5a4215;
  border-color: #5a4215;
}
.btn.btn-open.btn-hover-purple-light:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-purple-light.button:hover,
.paywall-denied-message form .btn-open.btn-hover-purple-light.button:hover, .btn.btn-open.btn-hover-purple-light:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-purple-light.button:focus,
.paywall-denied-message form .btn-open.btn-hover-purple-light.button:focus, .btn.btn-dotted.btn-hover-purple-light:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-purple-light.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-purple-light.button:hover, .btn.btn-dotted.btn-hover-purple-light:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-purple-light.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-purple-light.button:focus {
  color: #f08d8c;
  border-color: #f08d8c;
}
.btn.btn-open.btn-hover-purple-mid:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-purple-mid.button:hover,
.paywall-denied-message form .btn-open.btn-hover-purple-mid.button:hover, .btn.btn-open.btn-hover-purple-mid:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-purple-mid.button:focus,
.paywall-denied-message form .btn-open.btn-hover-purple-mid.button:focus, .btn.btn-dotted.btn-hover-purple-mid:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-purple-mid.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-purple-mid.button:hover, .btn.btn-dotted.btn-hover-purple-mid:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-purple-mid.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-purple-mid.button:focus {
  color: #62447b;
  border-color: #62447b;
}
.btn.btn-open.btn-hover-purple-dark:hover, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-purple-dark.button:hover,
.paywall-denied-message form .btn-open.btn-hover-purple-dark.button:hover, .btn.btn-open.btn-hover-purple-dark:focus, .oh-spektrix-paywall-wrap form .btn-open.btn-hover-purple-dark.button:focus,
.paywall-denied-message form .btn-open.btn-hover-purple-dark.button:focus, .btn.btn-dotted.btn-hover-purple-dark:hover, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-purple-dark.button:hover,
.paywall-denied-message form .btn-dotted.btn-hover-purple-dark.button:hover, .btn.btn-dotted.btn-hover-purple-dark:focus, .oh-spektrix-paywall-wrap form .btn-dotted.btn-hover-purple-dark.button:focus,
.paywall-denied-message form .btn-dotted.btn-hover-purple-dark.button:focus {
  color: #500e24;
  border-color: #500e24;
}
.btn.btn-dotted, .oh-spektrix-paywall-wrap form .btn-dotted.button,
.paywall-denied-message form .btn-dotted.button {
  border-style: dotted;
  border-width: 3px;
  position: relative;
}
.btn.btn-dotted.btn-dotted-top, .oh-spektrix-paywall-wrap form .btn-dotted.btn-dotted-top.button,
.paywall-denied-message form .btn-dotted.btn-dotted-top.button {
  border-width: 0;
  border-top-width: 3px;
}
.btn.btn-block, .oh-spektrix-paywall-wrap form .btn-block.button,
.paywall-denied-message form .btn-block.button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: 100%;
}

.btn-play {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .btn-play {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.video-block .btn-play {
  width: 80px;
  height: 80px;
  font-size: 20px;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .video-block .btn-play {
    width: 120px;
    height: 120px;
    font-size: 60px;
  }
}
.btn-play .icon-play {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #707180;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 2px 3px;
  transition: color 0.2s linear, background 0.2s linear, opacity, border, 0.2s linear;
}
@media (min-width: 1024px) {
  .btn-play .icon-play {
    width: 42px;
    height: 42px;
    padding: 2px 0 2px 3px;
  }
}
.video-block .btn-play .icon-play {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .video-block .btn-play .icon-play {
    width: 85px;
    height: 85px;
    padding-left: 6px;
  }
}
.btn-play:hover {
  opacity: 1;
}
.btn-play:hover .icon-play {
  background: #999;
}

.btn-more {
  font-family: "Roboto Condensed", "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #252959;
}
.btn-more:hover, .btn-more:focus {
  text-decoration: none;
}
.btn-more:hover .text, .btn-more:focus .text {
  text-decoration: underline;
}
.btn-more .ico {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #252959;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 2px 0;
  margin: -2px 5px 0 0;
}

.social-networks.list-inline {
  margin: 0 -10px -10px;
}
.social-networks.list-inline > li {
  padding: 0 10px 10px;
}
.social-networks a {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #d03316;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
}
#header .social-networks a {
  width: 50px;
  height: 50px;
  font-size: 24px;
}
.social-networks a:hover {
  background: #a22811;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}
@media (min-width: 768px) {
  #header {
    position: static;
  }
}
#header.fixed-position {
  position: fixed;
  box-shadow: 0 0 4px 0 rgba(37, 41, 89, 0.6);
}

@media (min-width: 768px) {
  .header-holder {
    position: relative;
    min-height: 85px;
  }
}
@media (min-width: 1024px) {
  .header-holder {
    min-height: 150px;
  }
}
@media (min-width: 768px) {
  .fixed-position .header-holder {
    min-height: 65px;
  }
}
.header-holder.holder, .fancybox-slide > .header-holder {
  padding-top: 15px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .header-holder.holder, .fancybox-slide > .header-holder {
    padding-top: 0;
  }
}

.top-bar {
  background: #475aa3;
  position: relative;
  z-index: 777;
}
.top-bar .holder, .top-bar .fancybox-slide > * {
  padding-top: 0;
  padding-bottom: 0;
}
.top-bar .cols {
  display: flex;
}
.top-bar .cols .col {
  width: 57%;
}
@media (min-width: 1280px) {
  .top-bar .cols .col {
    width: 58.5%;
  }
}
.top-bar .cols .col:first-child {
  width: 43%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .top-bar .cols .col:first-child {
    width: 41.5%;
  }
}
.top-bar .cols .col:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: -9999px;
  background: #252959;
  z-index: -1;
}

.logo {
  float: left;
  width: 128px;
  position: relative;
}
@media (min-width: 768px) {
  .fixed-position .logo {
    width: 50px;
    height: 50px;
    bottom: 7px;
  }
}
@media (min-width: 768px) {
  .logo {
    position: absolute;
    bottom: -50px;
    left: 10px;
    z-index: 99;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    transition: width, height, 0.2s linear;
  }
  .logo img {
    display: block;
    max-width: none;
    width: 100%;
    border-radius: 100%;
  }
}
@media (min-width: 1024px) {
  .logo {
    width: 190px;
    height: 190px;
    bottom: -65px;
  }
}
@media (min-width: 768px) {
  .logo .logo-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.logo .logo-holder .logo-circle,
.logo .logo-holder .logo-letters {
  transition: fill 0.3s linear;
}
.logo .logo-holder .logo-circle {
  fill: #ef846d;
}
.logo .logo-holder .logo-letters {
  fill: #252959;
}
body.theme-about .logo .logo-holder .logo-circle {
  fill: #f9bd1c;
}
body.theme-visit .logo .logo-holder .logo-circle {
  fill: #1d4f51;
}
body.theme-visit .logo .logo-holder .logo-letters {
  fill: #fff;
}
body.theme-about .logo:hover .logo-holder .logo-circle, body.theme-visit .logo:hover .logo-holder .logo-circle, .logo:hover .logo-holder .logo-circle {
  fill: #252959;
}
body.theme-about .logo:hover .logo-holder .logo-letters, body.theme-visit .logo:hover .logo-holder .logo-letters, .logo:hover .logo-holder .logo-letters {
  fill: #fff;
}
.logo .mobile-logo-holder .logo-letters {
  fill: #ef846d;
}
body.theme-about .logo .mobile-logo-holder .logo-letters {
  fill: #e59a24;
}
body.theme-visit .logo .mobile-logo-holder .logo-letters {
  fill: #1d4f51;
}
.logo a {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .logo a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#nav {
  float: right;
}
@media (min-width: 768px) {
  #nav {
    width: 50%;
    padding-left: 5px;
  }
}
@media (min-width: 1280px) {
  #nav {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .fixed-position #nav {
    width: 70%;
  }
}

.navigation {
  font-family: "Roboto Condensed", "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #d03316;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .navigation {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .fixed-position .navigation {
    font-size: 18px;
    line-height: 22px;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .navigation li {
    padding: 0 10px;
    width: 50%;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .fixed-position .navigation li {
    width: auto;
  }
}
@media (min-width: 768px) {
  .navigation li:first-child {
    width: 100%;
  }
  .navigation li:first-child a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .fixed-position .navigation li:first-child {
    width: auto;
  }
  .fixed-position .navigation li:first-child a {
    width: auto;
    display: block;
  }
}
.navigation a {
  display: block;
  color: #d03316;
  border-bottom: 2px solid #d03316;
  padding: 10px;
  text-align: center;
  transition: color, border, 0.2s linear;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .navigation a {
    padding: 14px;
  }
}
@media (min-width: 768px) {
  .fixed-position .navigation a {
    padding: 15px 10px 10px 10px;
  }
}
body.theme-about .navigation a {
  color: #84611e;
  border-color: #84611e;
}
body.theme-visit .navigation a {
  color: #1d4f51;
  border-color: #1d4f51;
}
.navigation a:hover, body.theme-about .navigation a:hover, body.theme-visit .navigation a:hover {
  color: #252959;
  border-color: #252959;
}
.navigation .current-menu-item a,
.navigation .current-page-ancestor a, body.theme-about .navigation .current-menu-item a, body.theme-about .navigation .current-page-ancestor a, body.theme-visit .navigation .current-menu-item a, body.theme-visit .navigation .current-page-ancestor a {
  color: #252959;
  border-color: #252959;
}

@media (max-width: 767px) {
  .nav-drop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding: 50px 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear, visibility 0.2s linear;
  }
}
@media (max-width: 767px) {
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .nav-wrap {
    height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
  }
}

.nav-opener {
  float: right;
  width: 25px;
  height: 22px;
  transition: all 0.3s linear;
  position: relative;
}
@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener.close {
  z-index: 999;
  position: absolute;
  right: 10px;
  top: 15px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #20255f;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -2px;
  transition: all 0.3s linear;
}
@media (min-width: 1024px) {
  .nav-opener:before,
  .nav-opener:after,
  .nav-opener span {
    display: none;
  }
}

.nav-opener:before,
.nav-opener:after {
  content: "";
  top: 0;
}

.nav-opener:after {
  top: 100%;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 50%;
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.info-schedule {
  padding: 0 0 5px;
  margin: 0 0 15px;
  border-bottom: 3px dotted #252959;
}
@media (min-width: 768px) {
  .info-schedule {
    padding: 0;
    margin: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 5px 5px;
  }
}
@media (min-width: 1024px) {
  .info-schedule {
    font-size: 15px;
    line-height: 18px;
    padding: 12px 5px 10px;
  }
}
@media (min-width: 1280px) {
  .info-schedule {
    font-size: 17px;
    line-height: 20px;
  }
}
.info-schedule p {
  margin-bottom: 5px;
}
.info-schedule p a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .info-schedule a {
    color: inherit;
  }
}
.info-schedule .opening-info:hover {
  color: #fff;
}

.list-links {
  font-size: 14px;
  line-height: 18px;
  color: #252959;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .list-links {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 10px 0 5px 5px;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .list-links {
    font-size: 15px;
    line-height: 18px;
    margin: 0 -7px;
    padding: 12px 0 10px 5px;
  }
}
@media (min-width: 1280px) {
  .list-links {
    font-size: 17px;
    margin: 0 -17px;
  }
}
.list-links > li {
  width: 40%;
}
@media (min-width: 768px) {
  .list-links > li {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .list-links > li {
    padding: 0 7px;
  }
}
@media (min-width: 1280px) {
  .list-links > li {
    padding: 0 17px;
  }
}
.list-links a {
  color: #252959;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (min-width: 768px) {
  .list-links a {
    color: #fff;
  }
}
.list-links a:hover {
  color: #f6bab9;
}
body.theme-about .list-links a:hover {
  color: #f9bd1c;
}
body.theme-visit .list-links a:hover {
  color: #c8dec0;
}
.list-links .active a {
  text-decoration: underline;
  color: #f6bab9;
}
.list-links .counter spektrix-basket-summary {
  position: absolute;
  top: -6px;
  right: -16px;
  background: rgba(208, 51, 22, 0.85);
  min-width: 16px;
  min-height: 16px;
  border-radius: 20px;
  color: #fff;
  z-index: 2;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
.list-links .counter spektrix-basket-summary:not([count]) {
  display: none;
}
.list-links .counter spektrix-basket-summary[count="0"] {
  display: none;
}

.search-block {
  padding: 40px 0 15px;
}

body.theme-about .nav-drop .social-networks a {
  background: #e59a24;
}
body.theme-visit .nav-drop .social-networks a {
  background: #1d4f51;
}

#footer {
  position: relative;
}

.footer-holder {
  background: #ef846d;
  color: #252959;
  text-align: center;
}
.footer-holder .holder, .footer-holder .fancybox-slide > * {
  padding-top: 10px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .footer-holder .holder, .footer-holder .fancybox-slide > * {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .footer-holder .holder, .footer-holder .fancybox-slide > * {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .footer-holder .cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  .footer-holder .cols > .col {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.footer-holder a {
  color: #252959;
  text-decoration: underline;
}
.footer-holder a:hover {
  text-decoration: none;
}
.footer-holder h3 {
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .footer-holder h3 {
    margin-bottom: 7px;
  }
}

.footer-info {
  text-align: center;
  padding: 15px 0;
  border-bottom: 2px solid #252959;
}
@media (min-width: 768px) {
  .footer-info {
    padding: 15px 0 22px;
  }
}
.footer-info address {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
}

.info-site {
  padding: 20px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .info-site {
    font-size: 15px;
    padding: 0;
  }
}
.info-site a {
  text-decoration: underline;
}
.info-site a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .info-site br {
    display: none;
  }
}

.footer-frame {
  text-align: center;
}
.footer-frame.holder, .fancybox-slide > .footer-frame {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .footer-frame.holder, .fancybox-slide > .footer-frame {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.footer-frame .title {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .footer-frame .title {
    margin-bottom: 18px;
  }
}

.info-associates {
  margin-bottom: 20px;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .info-associates {
    padding: 0 50px;
  }
}

.logo-slider .mask {
  overflow: hidden;
  position: relative;
}
.logo-slider .slideset {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slider .slide {
  margin: 0 20px;
}
.logo-slider .slide img {
  max-height: 50px;
}
.logo-slider .img-logo a:hover {
  opacity: 0.8;
}

.bx-prev,
.bx-next {
  position: absolute;
  top: 74%;
  left: 0;
  transform: translateY(-50%);
  z-index: 20;
  width: 26px;
  height: 26px;
  background: #252959;
  border-radius: 100%;
  color: #fff;
  font-size: 0;
  line-height: 0;
  text-align: center;
  text-decoration: none;
}
.bx-prev:before,
.bx-next:before {
  content: "\e90a";
  display: block;
  font-family: "icomoon";
  font-size: 22px;
  line-height: 1;
}
.bx-prev:hover, .bx-prev:focus,
.bx-next:hover,
.bx-next:focus {
  background: #d03316;
  text-decoration: none;
}

.bx-next {
  left: auto;
  right: 0;
}
.bx-next:before {
  content: "\e909";
}

.footer-links {
  padding: 15px 0;
  border-top: 2px solid #252959;
  border-bottom: 2px solid #252959;
}
@media (min-width: 1024px) {
  .footer-links {
    padding: 18px 0;
  }
}
@media (min-width: 768px) {
  .footer-links .list-inline {
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .footer-links .list-inline {
    margin: 0 -42px;
  }
}
.footer-links .list-inline > li {
  width: 50%;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-links .list-inline > li {
    width: auto;
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .footer-links .list-inline > li {
    padding: 0 42px;
  }
}
.footer-links a:hover, .footer-links a:focus {
  color: #ef846d;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.section-highlights.holder, .fancybox-slide > .section-highlights {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .section-highlights.holder, .fancybox-slide > .section-highlights {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols > .cols {
    display: block;
    letter-spacing: -5px;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols > .cols > .col {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols > .cols > .col:first-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols > .cols > .col:nth-child(2) {
    padding-top: 35px !important;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols > .cols > .col:nth-child(2) {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols > .cols > .col:nth-child(odd) {
    padding-top: 0;
    margin-top: -35px;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols > .cols > .col:nth-child(odd) {
    margin-top: -60px;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols > .cols > .col:nth-child(even) {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols.reverse-style > .cols > .col:first-child {
    padding-top: 35px !important;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.reverse-style > .cols > .col:first-child {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols.reverse-style > .cols > .col:nth-child(2) {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.reverse-style > .cols > .col:nth-child(2) {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols.reverse-style > .cols > .col:nth-child(odd) {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.reverse-style > .cols > .col:nth-child(odd) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols.reverse-style > .cols > .col:nth-child(even) {
    padding-top: 0;
    margin-top: -35px;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.reverse-style > .cols > .col:nth-child(even) {
    margin-top: -60px;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols.reverse-style.two-columns > .cols > .col:first-child {
    padding-top: 35px !important;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.reverse-style.two-columns > .cols > .col:first-child {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols.reverse-style.two-columns > .cols > .col:nth-child(2) {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.reverse-style.two-columns > .cols > .col:nth-child(2) {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols.reverse-style.two-columns > .cols > .col:nth-child(odd) {
    padding-top: 35px !important;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.reverse-style.two-columns > .cols > .col:nth-child(odd) {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols.reverse-style.two-columns > .cols > .col:nth-child(even) {
    padding-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.reverse-style.two-columns > .cols > .col:nth-child(even) {
    padding-top: 0 !important;
  }
}
.section-highlights.post-cols.two-columns .info-article {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-highlights.post-cols.two-columns > .cols > .col:first-child {
    padding-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.two-columns > .cols > .col:first-child {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols.two-columns > .cols > .col:nth-child(2) {
    padding-top: 35px !important;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.two-columns > .cols > .col:nth-child(2) {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols.two-columns > .cols > .col:nth-child(odd) {
    padding-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.two-columns > .cols > .col:nth-child(odd) {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .section-highlights.post-cols.two-columns > .cols > .col:nth-child(even) {
    padding-top: 35px !important;
  }
}
@media (min-width: 1024px) {
  .section-highlights.post-cols.two-columns > .cols > .col:nth-child(even) {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .section-highlights .columns {
    display: flex;
  }
}
@media (min-width: 768px) {
  .section-highlights .columns .column {
    width: 100px;
  }
}
@media (min-width: 1280px) {
  .section-highlights .columns .column {
    width: 190px;
  }
}
@media (min-width: 768px) {
  .section-highlights .columns .column:first-child {
    width: calc(100% - 100px);
    padding-right: 10px;
  }
}
@media (min-width: 1280px) {
  .section-highlights .columns .column:first-child {
    width: calc(100% - 190px);
    padding-right: 20px;
  }
}

.info-article {
  margin: 0 -10px;
  position: relative;
}
@media (min-width: 768px) {
  .info-article {
    margin: 0;
    width: 100%;
  }
}
.news-index-archive .info-article {
  height: 100%;
}
.info-article:hover a {
  text-decoration: underline;
}
.info-article:hover a.img-holder:before {
  opacity: 1;
}
@media (min-width: 768px) {
  .info-article.events {
    padding-bottom: 60px;
  }
}
.info-article.events .img-holder {
  height: 200px;
}
@media (min-width: 768px) {
  .info-article.events .img-holder {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .info-article.events .img-holder {
    height: 290px;
  }
}
.info-article.events .caption {
  background: none;
  padding: 0 10px 10px;
  position: static;
  width: 100%;
}
@media (min-width: 768px) {
  .info-article.events .caption {
    padding: 0;
  }
}
.info-article.events .caption .info-text {
  padding: 15px 0 20px;
  border: 0;
  color: inherit;
}
.info-article.events .caption .info-text p {
  text-transform: none;
  min-height: 63px;
}
.info-article.events .caption h3 {
  margin: 0 0 5px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .info-article.events .btn, .info-article.events .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .info-article.events .button,
  .info-article.events .paywall-denied-message form .button,
  .paywall-denied-message form .info-article.events .button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.info-article.guide {
  min-height: 510px;
}
@media (min-width: 768px) {
  .info-article.guide {
    display: flex;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .info-article.guide {
    padding-top: 290px;
  }
}
.info-article.guide .img-holder {
  margin: 0;
}
@media (min-width: 768px) {
  .info-article.guide .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.info-article.guide .wrap {
  width: 100%;
}
.info-article.guide .info-block {
  padding: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .info-article.guide .info-block {
    padding: 25px 15px;
    display: flex;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .info-article.guide .info-block {
    padding: 30px 40px;
  }
}
.info-article.guide .info-block p {
  margin: 0;
}
.info-article.guide .info-block .title {
  display: block;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.info-article .img-holder {
  display: block;
  height: 170px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .columns .info-article .img-holder {
    height: 220px;
  }
}
@media (min-width: 1280px) {
  .columns .info-article .img-holder {
    height: 400px;
  }
}
.info-article .img-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.2s linear;
}
@media (min-width: 768px) {
  .info-article .img-holder {
    height: 250px;
  }
}
@media (min-width: 1280px) {
  .info-article .img-holder {
    height: 400px;
  }
}
.info-article .caption {
  padding: 10px 10px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .info-article .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    padding: 10px;
    padding-bottom: 0;
    padding-left: 0;
    z-index: 20;
  }
}
@media (min-width: 1024px) {
  .info-article .caption {
    padding: 22px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .info-article .caption {
    width: 69%;
  }
}
@media (min-width: 768px) {
  .columns .info-article .caption {
    width: 100%;
  }
}
.info-article .caption.white {
  background: #fff;
}
.info-article .caption.black {
  background: #000;
}
.info-article .caption.blue-light {
  background: #c7e6f9;
}
.info-article .caption.blue-mid {
  background: #475aa3;
}
.info-article .caption.blue-dark {
  background: #252959;
}
.info-article .caption.red-light {
  background: #f6bab9;
}
.info-article .caption.red-mid {
  background: #ef846d;
}
.info-article .caption.red-dark {
  background: #d03316;
}
.info-article .caption.green-light {
  background: #c8dec0;
}
.info-article .caption.green-mid {
  background: #008362;
}
.info-article .caption.green-dark {
  background: #1d4f51;
}
.info-article .caption.yellow-light {
  background: #f9bd1c;
}
.info-article .caption.yellow-mid {
  background: #e59a24;
}
.info-article .caption.yellow-dark {
  background: #84611e;
}
.info-article .caption.purple-light {
  background: #f6bab9;
}
.info-article .caption.purple-mid {
  background: #7c569c;
}
.info-article .caption.purple-dark {
  background: #7c1537;
}
.info-article .caption .info-text {
  text-transform: uppercase;
  padding: 0 0 10px;
  border-bottom: 2px solid #252959;
  color: #252959;
}
@media (min-width: 768px) {
  .info-article .caption .info-text {
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .info-article .caption .info-text {
    padding-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .info-article .caption .info-text {
    padding-left: 20px;
  }
}
.info-article .caption .info-text.no-border {
  border-bottom: 0 none;
}
.events-carousel .info-article .caption .info-text {
  border: none;
}
.info-article .caption h3 {
  margin: 0;
  text-transform: none;
  padding: 4px 0 0;
}
@media (min-width: 768px) {
  .info-article .caption h3 {
    padding: 5px 0 0;
  }
}
.info-article .caption .time,
.info-article .caption time {
  font-weight: 700;
}
.info-article .caption .schedule {
  font-weight: 700;
}
.info-article .caption .schedule,
.info-article .caption .schedule li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}
.info-article .caption .schedule li:not(:last-child):after {
  content: "; ";
}

.list-category {
  padding: 10px 0 0;
  font-family: "ESRebondGrotesqueBold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
}
@media (min-width: 768px) {
  .list-category {
    font-size: 17px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .list-category {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .list-category > li {
    margin-bottom: 0;
  }
}
.list-category > li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .list-category > li + li {
    margin-top: 20px;
  }
}
.list-category .link-category {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #475aa3;
  border-bottom: 2px solid #475aa3;
  padding: 10px 20px;
  color: #475aa3;
  text-align: center;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .list-category .link-category {
    width: 100px;
    height: 100px;
    padding: 10px;
  }
}
@media (min-width: 1280px) {
  .list-category .link-category {
    width: 190px;
    height: 190px;
  }
}
.list-category .link-category:hover {
  background: #475aa3;
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 767px) {
  .list-category .link-category br {
    display: none;
  }
}
.list-category .link-category.has-radius {
  border-radius: 50px;
  border: 2px solid #475aa3;
}
@media (min-width: 768px) {
  .list-category .link-category.has-radius {
    border-radius: 100%;
  }
}
@media (min-width: 768px) {
  .list-category .link-category.side-border {
    border: none;
    border-left: 2px solid #475aa3;
    border-right: 2px solid #475aa3;
  }
}

.filter-section {
  position: relative;
}
.filter-section.holder, .fancybox-slide > .filter-section {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .filter-section.holder, .fancybox-slide > .filter-section {
    padding-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .filter-section .btn-holder {
    position: absolute;
    right: 10px;
    top: 25px;
    width: 145px;
  }
}
@media (min-width: 1024px) {
  .filter-section .btn-holder {
    top: 47px;
    width: 160px;
  }
}
@media (min-width: 1280px) {
  .filter-section .btn-holder {
    width: 192px;
  }
}
@media (min-width: 768px) {
  .filter-section .intro-block {
    padding: 0 150px;
  }
}
@media (min-width: 1280px) {
  .filter-section .intro-block {
    padding: 0 200px;
  }
}

.list-filter {
  padding: 30px 0 0;
  margin: 0 -3px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Roboto Condensed", "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .list-filter {
    margin: 0 -8px;
    padding-top: 38px;
  }
}
.list-filter.subnav {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .list-filter.subnav {
    font-size: 17px;
    line-height: 1;
    padding-top: 7px;
  }
}
.list-filter.subnav > li {
  display: flex;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .list-filter.subnav > li {
    width: 14.285%;
  }
}
.list-filter.subnav > li.current-menu-item a, .list-filter.subnav > li.current-page-ancestor a {
  color: #252959;
  border-color: #252959;
}
.list-filter.subnav .btn, .list-filter.subnav .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .list-filter.subnav .button,
.list-filter.subnav .paywall-denied-message form .button,
.paywall-denied-message form .list-filter.subnav .button {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .list-filter.subnav .btn, .list-filter.subnav .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .list-filter.subnav .button,
  .list-filter.subnav .paywall-denied-message form .button,
  .paywall-denied-message form .list-filter.subnav .button {
    font-size: 14px;
    padding: 9px 5px;
  }
}
@media (min-width: 1024px) {
  .list-filter.subnav .btn, .list-filter.subnav .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .list-filter.subnav .button,
  .list-filter.subnav .paywall-denied-message form .button,
  .paywall-denied-message form .list-filter.subnav .button {
    font-size: 17px;
    min-height: 62px;
  }
}
.list-filter > li {
  padding: 0 3px;
  margin-bottom: 6px;
  width: 50%;
  display: flex;
}
@media (min-width: 768px) {
  .list-filter > li {
    width: 16.66%;
  }
}
@media (min-width: 1024px) {
  .list-filter > li {
    width: 16.66%;
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .list-filter > li.medium {
    width: 25.01%;
  }
}
.list-filter > li.big {
  width: 100%;
}
@media (min-width: 768px) {
  .list-filter > li.big {
    width: 50%;
  }
}
.list-filter.whats-on > li {
  flex-grow: 1;
  min-width: 16.66%;
}
.list-filter .btn, .list-filter .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .list-filter .button,
.list-filter .paywall-denied-message form .button,
.paywall-denied-message form .list-filter .button,
.list-filter a {
  min-width: 100%;
  font-size: 19px;
  line-height: 23px;
  text-transform: none;
}
@media (min-width: 768px) {
  .list-filter .btn, .list-filter .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .list-filter .button,
  .list-filter .paywall-denied-message form .button,
  .paywall-denied-message form .list-filter .button,
  .list-filter a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .list-filter .btn, .list-filter .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .list-filter .button,
  .list-filter .paywall-denied-message form .button,
  .paywall-denied-message form .list-filter .button,
  .list-filter a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1280px) {
  .list-filter .btn, .list-filter .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .list-filter .button,
  .list-filter .paywall-denied-message form .button,
  .paywall-denied-message form .list-filter .button,
  .list-filter a {
    font-size: 26px;
    line-height: 30px;
  }
}

.intro-banner {
  height: 170px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .intro-banner {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .intro-banner {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .intro-banner.big {
    height: 450px;
  }
}

@media (min-width: 768px) {
  .post-cols .cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .post-cols .cols.odd-numbered-list .col:nth-last-child(2), .post-cols .cols.odd-numbered-list .col:nth-last-child(1) {
    width: 25%;
  }
  .post-cols .cols.odd-numbered-list .col:nth-last-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .post-cols .cols {
    margin: 0 -10px;
  }
}
.post-cols .cols > .col {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-cols .cols > .col {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .post-cols .cols > .col {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .post-cols .cols > .col.big {
    width: 66.66%;
  }
}
@media (min-width: 768px) {
  .post-cols .cols > .col.medium {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .post-cols .cols > .col.small {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .post-cols .cols > .col.full {
    width: 100%;
  }
}
.post-cols .cols > .col.brochure-list {
  display: flex;
  flex-grow: 1;
}
.post-cols .cols > .col.brochure-list a {
  width: 100%;
}
.post-cols .cols > .col.brochure-list a:nth-child(2) {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .post-cols .cols .cols > .col {
    display: flex;
    margin-bottom: 0;
  }
}
.articles-holder {
  padding-bottom: 30px;
}
.articles-holder.holder, .fancybox-slide > .articles-holder {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .articles-holder.holder, .fancybox-slide > .articles-holder {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .articles-holder.holder.team-holder, .fancybox-slide > .articles-holder.team-holder {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .articles-holder.holder.team-holder, .fancybox-slide > .articles-holder.team-holder {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .articles-holder .cols {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  .articles-holder .cols > .col {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .articles-holder .cols > .col.small {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .articles-holder .cols > .col.medium {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .articles-holder .cols > .col.big {
    width: 66.66%;
  }
}

.info-aside.holder, .fancybox-slide > .info-aside {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .info-aside.holder, .fancybox-slide > .info-aside {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.info-aside .cols {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .info-aside .cols {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  .info-aside .cols > .col {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
    display: flex;
  }
}
.info-aside .cols > .col:last-child .info-box {
  margin-bottom: 0;
}
.info-aside .cols > .col .info-box.gform-info-form {
  display: flex;
  flex-direction: column;
}

.info-box {
  text-align: center;
  border-top: 2px solid #475aa3;
  border-bottom: 2px solid #475aa3;
  padding: 15px 0 20px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .info-box {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .info-box {
    padding: 20px 0;
  }
}
.info-box h3 {
  margin-bottom: 5px;
  color: #475aa3;
}
.info-box.purple {
  border-color: #7c569c;
}
.info-box.purple h3 {
  color: #7c569c;
}
.info-box.red {
  border-color: #d03316;
}
.info-box.red h3 {
  color: #d03316;
}
.info-box .gform_wrapper {
  position: relative;
  color: #475aa3;
}
.info-box .gform_wrapper .gform_body {
  width: 100%;
  float: left;
}
.info-box .gform_wrapper .gform_body li:nth-child(2) {
  width: 75%;
}
.info-box .gform_wrapper .gform_body li:nth-child(2) .validation_message {
  position: absolute;
}
.info-box .gform_wrapper .gform_body .validation_message {
  text-align: left;
}
.info-box .gform_wrapper .gform_footer {
  width: 23%;
  position: absolute;
  bottom: 16px;
  right: 0px;
}
.info-box .gform_wrapper .gform_footer .btn, .info-box .gform_wrapper .gform_footer .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .info-box .gform_wrapper .gform_footer .button,
.info-box .gform_wrapper .gform_footer .paywall-denied-message form .button,
.paywall-denied-message form .info-box .gform_wrapper .gform_footer .button {
  min-width: 100%;
}
.info-box .gform_wrapper label {
  text-align: left;
  display: block;
}
.info-box .gform_wrapper input[type=text] {
  border-color: #475aa3;
}
.info-box .gform_wrapper img.gform_ajax_spinner {
  position: absolute;
  bottom: -25px;
  right: 0px;
}
.info-box .social-networks {
  justify-content: center;
}
@media (min-width: 1024px) {
  .info-box .social-networks {
    padding-top: 26px;
  }
}
@media (min-width: 1024px) {
  .info-box p {
    margin-bottom: 20px;
  }
}

.lightbox-content {
  border: 2px solid #fff;
  padding: 50px 20px 30px;
}
@media (min-width: 1024px) {
  .lightbox-content {
    padding: 50px 80px;
  }
}
.lightbox-content.white {
  color: #fff;
}
.lightbox-content .info-block {
  max-width: 820px;
  margin: 0 auto;
}
.lightbox-content .title {
  text-align: center;
}
@media (min-width: 768px) {
  .lightbox-content .title br {
    display: none;
  }
}
.lightbox-content h1 {
  font-family: "ESRebondGrotesqueBold", Arial, Helvetica, sans-serif;
  text-transform: none;
}
@media (min-width: 768px) {
  .lightbox-content h1 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .info-cols {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .info-cols .col {
    width: 60%;
  }
}
.info-cols .col:first-child {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .info-cols .col:first-child {
    width: 40%;
    padding: 0 15px 0 0;
  }
}
@media (min-width: 768px) {
  .info-cols .col:first-child {
    margin: 0;
  }
}
.info-cols .info-text {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .info-cols .info-text {
    text-align: left;
  }
}
.info-cols .info-text a {
  text-decoration: underline;
  color: #fff;
}
.info-cols .info-text a:hover {
  text-decoration: none;
}
.info-cols .btn-holder {
  margin: 0 -5px -10px;
}
.info-cols .btn, .info-cols .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .info-cols .button,
.info-cols .paywall-denied-message form .button,
.paywall-denied-message form .info-cols .button {
  margin: 0 5px 10px;
  display: block;
}
@media (min-width: 768px) {
  .info-cols .btn, .info-cols .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .info-cols .button,
  .info-cols .paywall-denied-message form .button,
  .paywall-denied-message form .info-cols .button {
    display: inline-block;
    vertical-align: top;
  }
}

.intro-block {
  text-align: center;
}
.intro-block.holder, .fancybox-slide > .intro-block {
  padding-bottom: 0;
}

.info-about,
.info-guide {
  text-align: center;
}
@media (min-width: 768px) {
  .info-about.holder, .fancybox-slide > .info-about,
  .info-guide.holder,
  .fancybox-slide > .info-guide {
    padding-bottom: 0;
  }
}
.info-about .h3, .info-about .oh-spektrix-paywall-wrap h2, .oh-spektrix-paywall-wrap .info-about h2,
.info-about .paywall-denied-message h2,
.paywall-denied-message .info-about h2,
.info-guide .h3,
.info-guide .oh-spektrix-paywall-wrap h2,
.oh-spektrix-paywall-wrap .info-guide h2,
.info-guide .paywall-denied-message h2,
.paywall-denied-message .info-guide h2 {
  padding-bottom: 10px;
  border-bottom: 3px dotted #252959;
}
.info-about .h3.white, .info-about .oh-spektrix-paywall-wrap h2.white, .oh-spektrix-paywall-wrap .info-about h2.white,
.info-about .paywall-denied-message h2.white,
.paywall-denied-message .info-about h2.white,
.info-guide .h3.white,
.info-guide .oh-spektrix-paywall-wrap h2.white,
.oh-spektrix-paywall-wrap .info-guide h2.white,
.info-guide .paywall-denied-message h2.white,
.paywall-denied-message .info-guide h2.white {
  border-bottom-color: #fff;
}
.info-about .h3.black, .info-about .oh-spektrix-paywall-wrap h2.black, .oh-spektrix-paywall-wrap .info-about h2.black,
.info-about .paywall-denied-message h2.black,
.paywall-denied-message .info-about h2.black,
.info-guide .h3.black,
.info-guide .oh-spektrix-paywall-wrap h2.black,
.oh-spektrix-paywall-wrap .info-guide h2.black,
.info-guide .paywall-denied-message h2.black,
.paywall-denied-message .info-guide h2.black {
  border-bottom-color: #000;
}
.info-about .h3.blue-light, .info-about .oh-spektrix-paywall-wrap h2.blue-light, .oh-spektrix-paywall-wrap .info-about h2.blue-light,
.info-about .paywall-denied-message h2.blue-light,
.paywall-denied-message .info-about h2.blue-light,
.info-guide .h3.blue-light,
.info-guide .oh-spektrix-paywall-wrap h2.blue-light,
.oh-spektrix-paywall-wrap .info-guide h2.blue-light,
.info-guide .paywall-denied-message h2.blue-light,
.paywall-denied-message .info-guide h2.blue-light {
  border-bottom-color: #c7e6f9;
}
.info-about .h3.blue-mid, .info-about .oh-spektrix-paywall-wrap h2.blue-mid, .oh-spektrix-paywall-wrap .info-about h2.blue-mid,
.info-about .paywall-denied-message h2.blue-mid,
.paywall-denied-message .info-about h2.blue-mid,
.info-guide .h3.blue-mid,
.info-guide .oh-spektrix-paywall-wrap h2.blue-mid,
.oh-spektrix-paywall-wrap .info-guide h2.blue-mid,
.info-guide .paywall-denied-message h2.blue-mid,
.paywall-denied-message .info-guide h2.blue-mid {
  border-bottom-color: #475aa3;
}
.info-about .h3.blue-dark, .info-about .oh-spektrix-paywall-wrap h2.blue-dark, .oh-spektrix-paywall-wrap .info-about h2.blue-dark,
.info-about .paywall-denied-message h2.blue-dark,
.paywall-denied-message .info-about h2.blue-dark,
.info-guide .h3.blue-dark,
.info-guide .oh-spektrix-paywall-wrap h2.blue-dark,
.oh-spektrix-paywall-wrap .info-guide h2.blue-dark,
.info-guide .paywall-denied-message h2.blue-dark,
.paywall-denied-message .info-guide h2.blue-dark {
  border-bottom-color: #252959;
}
.info-about .h3.red-light, .info-about .oh-spektrix-paywall-wrap h2.red-light, .oh-spektrix-paywall-wrap .info-about h2.red-light,
.info-about .paywall-denied-message h2.red-light,
.paywall-denied-message .info-about h2.red-light,
.info-guide .h3.red-light,
.info-guide .oh-spektrix-paywall-wrap h2.red-light,
.oh-spektrix-paywall-wrap .info-guide h2.red-light,
.info-guide .paywall-denied-message h2.red-light,
.paywall-denied-message .info-guide h2.red-light {
  border-bottom-color: #f6bab9;
}
.info-about .h3.red-mid, .info-about .oh-spektrix-paywall-wrap h2.red-mid, .oh-spektrix-paywall-wrap .info-about h2.red-mid,
.info-about .paywall-denied-message h2.red-mid,
.paywall-denied-message .info-about h2.red-mid,
.info-guide .h3.red-mid,
.info-guide .oh-spektrix-paywall-wrap h2.red-mid,
.oh-spektrix-paywall-wrap .info-guide h2.red-mid,
.info-guide .paywall-denied-message h2.red-mid,
.paywall-denied-message .info-guide h2.red-mid {
  border-bottom-color: #ef846d;
}
.info-about .h3.red-dark, .info-about .oh-spektrix-paywall-wrap h2.red-dark, .oh-spektrix-paywall-wrap .info-about h2.red-dark,
.info-about .paywall-denied-message h2.red-dark,
.paywall-denied-message .info-about h2.red-dark,
.info-guide .h3.red-dark,
.info-guide .oh-spektrix-paywall-wrap h2.red-dark,
.oh-spektrix-paywall-wrap .info-guide h2.red-dark,
.info-guide .paywall-denied-message h2.red-dark,
.paywall-denied-message .info-guide h2.red-dark {
  border-bottom-color: #d03316;
}
.info-about .h3.green-light, .info-about .oh-spektrix-paywall-wrap h2.green-light, .oh-spektrix-paywall-wrap .info-about h2.green-light,
.info-about .paywall-denied-message h2.green-light,
.paywall-denied-message .info-about h2.green-light,
.info-guide .h3.green-light,
.info-guide .oh-spektrix-paywall-wrap h2.green-light,
.oh-spektrix-paywall-wrap .info-guide h2.green-light,
.info-guide .paywall-denied-message h2.green-light,
.paywall-denied-message .info-guide h2.green-light {
  border-bottom-color: #c8dec0;
}
.info-about .h3.green-mid, .info-about .oh-spektrix-paywall-wrap h2.green-mid, .oh-spektrix-paywall-wrap .info-about h2.green-mid,
.info-about .paywall-denied-message h2.green-mid,
.paywall-denied-message .info-about h2.green-mid,
.info-guide .h3.green-mid,
.info-guide .oh-spektrix-paywall-wrap h2.green-mid,
.oh-spektrix-paywall-wrap .info-guide h2.green-mid,
.info-guide .paywall-denied-message h2.green-mid,
.paywall-denied-message .info-guide h2.green-mid {
  border-bottom-color: #008362;
}
.info-about .h3.green-dark, .info-about .oh-spektrix-paywall-wrap h2.green-dark, .oh-spektrix-paywall-wrap .info-about h2.green-dark,
.info-about .paywall-denied-message h2.green-dark,
.paywall-denied-message .info-about h2.green-dark,
.info-guide .h3.green-dark,
.info-guide .oh-spektrix-paywall-wrap h2.green-dark,
.oh-spektrix-paywall-wrap .info-guide h2.green-dark,
.info-guide .paywall-denied-message h2.green-dark,
.paywall-denied-message .info-guide h2.green-dark {
  border-bottom-color: #1d4f51;
}
.info-about .h3.yellow-light, .info-about .oh-spektrix-paywall-wrap h2.yellow-light, .oh-spektrix-paywall-wrap .info-about h2.yellow-light,
.info-about .paywall-denied-message h2.yellow-light,
.paywall-denied-message .info-about h2.yellow-light,
.info-guide .h3.yellow-light,
.info-guide .oh-spektrix-paywall-wrap h2.yellow-light,
.oh-spektrix-paywall-wrap .info-guide h2.yellow-light,
.info-guide .paywall-denied-message h2.yellow-light,
.paywall-denied-message .info-guide h2.yellow-light {
  border-bottom-color: #f9bd1c;
}
.info-about .h3.yellow-mid, .info-about .oh-spektrix-paywall-wrap h2.yellow-mid, .oh-spektrix-paywall-wrap .info-about h2.yellow-mid,
.info-about .paywall-denied-message h2.yellow-mid,
.paywall-denied-message .info-about h2.yellow-mid,
.info-guide .h3.yellow-mid,
.info-guide .oh-spektrix-paywall-wrap h2.yellow-mid,
.oh-spektrix-paywall-wrap .info-guide h2.yellow-mid,
.info-guide .paywall-denied-message h2.yellow-mid,
.paywall-denied-message .info-guide h2.yellow-mid {
  border-bottom-color: #e59a24;
}
.info-about .h3.yellow-dark, .info-about .oh-spektrix-paywall-wrap h2.yellow-dark, .oh-spektrix-paywall-wrap .info-about h2.yellow-dark,
.info-about .paywall-denied-message h2.yellow-dark,
.paywall-denied-message .info-about h2.yellow-dark,
.info-guide .h3.yellow-dark,
.info-guide .oh-spektrix-paywall-wrap h2.yellow-dark,
.oh-spektrix-paywall-wrap .info-guide h2.yellow-dark,
.info-guide .paywall-denied-message h2.yellow-dark,
.paywall-denied-message .info-guide h2.yellow-dark {
  border-bottom-color: #84611e;
}
.info-about .h3.purple-light, .info-about .oh-spektrix-paywall-wrap h2.purple-light, .oh-spektrix-paywall-wrap .info-about h2.purple-light,
.info-about .paywall-denied-message h2.purple-light,
.paywall-denied-message .info-about h2.purple-light,
.info-guide .h3.purple-light,
.info-guide .oh-spektrix-paywall-wrap h2.purple-light,
.oh-spektrix-paywall-wrap .info-guide h2.purple-light,
.info-guide .paywall-denied-message h2.purple-light,
.paywall-denied-message .info-guide h2.purple-light {
  border-bottom-color: #f6bab9;
}
.info-about .h3.purple-mid, .info-about .oh-spektrix-paywall-wrap h2.purple-mid, .oh-spektrix-paywall-wrap .info-about h2.purple-mid,
.info-about .paywall-denied-message h2.purple-mid,
.paywall-denied-message .info-about h2.purple-mid,
.info-guide .h3.purple-mid,
.info-guide .oh-spektrix-paywall-wrap h2.purple-mid,
.oh-spektrix-paywall-wrap .info-guide h2.purple-mid,
.info-guide .paywall-denied-message h2.purple-mid,
.paywall-denied-message .info-guide h2.purple-mid {
  border-bottom-color: #7c569c;
}
.info-about .h3.purple-dark, .info-about .oh-spektrix-paywall-wrap h2.purple-dark, .oh-spektrix-paywall-wrap .info-about h2.purple-dark,
.info-about .paywall-denied-message h2.purple-dark,
.paywall-denied-message .info-about h2.purple-dark,
.info-guide .h3.purple-dark,
.info-guide .oh-spektrix-paywall-wrap h2.purple-dark,
.oh-spektrix-paywall-wrap .info-guide h2.purple-dark,
.info-guide .paywall-denied-message h2.purple-dark,
.paywall-denied-message .info-guide h2.purple-dark {
  border-bottom-color: #7c1537;
}
.info-about .text-block,
.info-guide .text-block {
  max-width: 820px;
  margin: 0 auto;
}
.info-about .text-block.intro-text,
.info-guide .text-block.intro-text {
  margin: 0 auto 54px;
}
@media (max-width: 768px) {
  .info-about .text-block.intro-text,
  .info-guide .text-block.intro-text {
    margin: 0 auto 20px;
  }
}
.info-about .guide-links,
.info-guide .guide-links {
  clear: both;
  margin-bottom: 63px;
}
@media (max-width: 768px) {
  .info-about .guide-links,
  .info-guide .guide-links {
    margin: 0 auto 20px;
  }
}
.info-about .guide-links .sections,
.info-guide .guide-links .sections {
  flex-grow: 1;
}
.info-about .guide-links .sections ul,
.info-guide .guide-links .sections ul {
  border: 3px dotted #252959;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  display: flex;
}
.info-about .guide-links .sections ul li,
.info-guide .guide-links .sections ul li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 17px 0;
  font-family: "Roboto Condensed", "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  flex-grow: 1;
  position: relative;
  color: #252959;
}
.info-about .guide-links .sections ul li:after,
.info-guide .guide-links .sections ul li:after {
  content: " — ";
  position: absolute;
  right: 1px;
  width: 5px;
  z-index: 1;
  color: #d03316;
}
.info-about .guide-links .sections ul li:last-child:after,
.info-guide .guide-links .sections ul li:last-child:after {
  display: none;
}
.info-about .guide-links .sections ul li a,
.info-guide .guide-links .sections ul li a {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .info-about .guide-links .sections ul,
  .info-guide .guide-links .sections ul {
    flex-wrap: wrap;
  }
  .info-about .guide-links .sections ul li,
  .info-guide .guide-links .sections ul li {
    padding: 17px 10px;
  }
  .info-about .guide-links .sections ul li:after,
  .info-guide .guide-links .sections ul li:after {
    display: none;
  }
}
.info-about .guide-links .buttons,
.info-guide .guide-links .buttons {
  text-align: left;
  margin: 0 -10px;
  display: flex;
}
.info-about .guide-links .buttons a,
.info-guide .guide-links .buttons a {
  width: 50%;
  margin: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .info-about .guide-links .buttons,
  .info-guide .guide-links .buttons {
    padding: 0px;
    margin: 20px 0 0 0;
  }
}

.side-form {
  padding: 20px 15px;
  border: 2px solid #252959;
}
.side-form.has-bg {
  border: 0 none;
}

.events-carousel {
  padding: 30px 0;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .events-carousel {
    margin-bottom: 4px;
  }
}
@media (min-width: 1024px) {
  .events-carousel {
    padding: 60px 0;
  }
}
.events-carousel:before, .events-carousel:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 30px;
  width: calc(50% - 5px);
  z-index: -1;
  background: #f6bab9;
}
@media (min-width: 1024px) {
  .events-carousel:before, .events-carousel:after {
    width: calc(50% - 10px);
    bottom: 60px;
  }
}
.events-carousel:after {
  left: auto;
  top: 30px;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .events-carousel:after {
    top: 60px;
    bottom: 0;
  }
}
body.theme-about .events-carousel:before {
  background: #f9bd1c;
}
body.theme-about .events-carousel:after {
  background: #e59a24;
}
body.theme-visit .events-carousel:before {
  background: #c8dec0;
}
body.theme-visit .events-carousel:after {
  background: #008362;
}
.events-carousel .holder, .events-carousel .fancybox-slide > * {
  padding-top: 0;
  padding-bottom: 0;
}
.events-carousel .info-article .img-holder {
  height: 250px;
}
@media (min-width: 768px) {
  .events-carousel .info-article .img-holder {
    width: 74.2%;
    height: 350px;
  }
  .events-carousel .info-article .img-holder.full-width {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .events-carousel .info-article .img-holder {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .events-carousel .info-article .caption {
    left: auto;
    bottom: -30px;
    right: 0;
    width: calc(50% - 5px);
    padding: 30px 0 10px;
  }
}
@media (min-width: 1024px) {
  .events-carousel .info-article .caption {
    width: calc(50% - 10px);
    bottom: -60px;
  }
}

.event-info {
  background: #c7e6f9;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .big .event-info {
    padding-right: 13%;
  }
}
.event-info.booking {
  text-align: center;
  background: #475aa3;
  color: #fff;
}
.event-info.share-block {
  background: #252959;
  color: #c7e6f9;
}
.event-info.share-block .social-networks a {
  background: #c7e6f9;
  color: #252959;
}
.event-info.share-block .social-networks a:hover, .event-info.share-block .social-networks a:focus {
  background: #99d1f4;
  color: #161835;
}
.event-info p {
  margin: 0 0 15px;
}
.event-info p:last-child {
  margin: 0;
}
.event-info p a {
  text-decoration: underline;
  color: inherit;
}
.event-info p a:hover, .event-info p a:focus {
  opacity: 0.6;
}
.event-info .showing-summary {
  display: block;
  margin: 0 0 15px;
  font-style: normal;
}
.event-info .showing-summary a {
  text-decoration: underline;
  color: inherit;
  font-weight: bold;
}
.event-info .showing-summary a:hover, .event-info .showing-summary a:focus {
  color: #fff;
}
.event-info .showing-summary .schedule {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-transform: uppercase;
}

.info-section .info-reviews {
  text-align: center;
}
.info-section .info-reviews.holder, .info-section .fancybox-slide > .info-reviews {
  padding-top: 80px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .info-section .info-reviews.holder, .info-section .fancybox-slide > .info-reviews {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .info-section .info-reviews.holder, .info-section .fancybox-slide > .info-reviews {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
.info-section .info-reviews blockquote {
  margin: 0;
}
.info-section .info-reviews blockquote cite {
  font-style: normal;
  display: block;
  font-weight: 700;
  text-transform: capitalize;
}

.video-block {
  display: block;
  max-width: 930px;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 768px) {
  .video-block {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .video-block {
    height: 450px;
  }
}
.video-block:hover {
  opacity: 0.7;
}
.video-block iframe {
  width: 100%;
  height: 100%;
}

.info-section .info-media.holder, .info-section .fancybox-slide > .info-media {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .info-section .info-media.holder, .info-section .fancybox-slide > .info-media {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .info-section .info-media .video-block {
    float: right;
  }
}

.intro-section {
  padding-bottom: 40px;
}
.intro-section .btn-holder {
  margin: 0 0 25px;
  padding: 12px 0 0;
}
@media (min-width: 768px) {
  .intro-section h1 {
    padding: 0 150px;
  }
}
@media (min-width: 1024px) {
  .intro-section h1 {
    padding: 0 200px;
  }
}

.info-holder.holder, .fancybox-slide > .info-holder {
  padding-top: 20px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .info-holder.holder, .fancybox-slide > .info-holder {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .info-holder.holder, .fancybox-slide > .info-holder {
    padding-top: 60px;
  }
}

.post-holder.holder, .fancybox-slide > .post-holder {
  padding-top: 0;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .post-holder.holder, .fancybox-slide > .post-holder {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .post-holder.holder, .fancybox-slide > .post-holder {
    padding-bottom: 40px;
  }
}

.list-rating {
  font-size: 20px;
}

.page-template-whats-on .info-section:nth-child(odd),
.alternate-bg .info-section:nth-child(odd) {
  padding-top: 60px;
}
.page-template-whats-on .info-section:nth-child(even) .bg-container,
.alternate-bg .info-section:nth-child(even) .bg-container {
  background: #f6bab9;
}

ul#menu-main-menu ul.sub-menu {
  display: none;
}

.sub-menu-container ul.list-inline li {
  flex-grow: 1;
}

.pagination-holder {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .pagination-holder {
    top: 70px;
  }
}
@media (min-width: 768px) {
  .pagination-holder .pagination {
    width: 75%;
    padding: 0 10px;
  }
}

.pagination {
  justify-content: flex-end;
  margin: 0 -3px;
}
.pagination > li {
  padding: 0 3px;
  position: relative;
  z-index: 40;
}
.pagination a {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #fff;
}
.pagination a:hover {
  background: none;
}
.pagination .active a {
  background: none;
}

.breadcrumbs {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 3px dotted #252959;
}
.breadcrumbs .list-inline {
  justify-content: center;
  font-family: "Roboto Condensed", "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .breadcrumbs .list-inline {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs .list-inline {
    font-size: 26px;
    line-height: 30px;
  }
}
.breadcrumbs .list-inline > li {
  padding: 0;
}
.breadcrumbs .list-inline > li:after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  font-weight: 400;
}
.breadcrumbs .list-inline > li:last-child:after {
  display: none;
}
.breadcrumbs .list-inline a {
  font-weight: 400;
  text-decoration: underline;
}

.pagination-links {
  margin: 50px 0;
}
.pagination-links .pagination-links-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pagination-links .page-numbers {
  text-decoration: underline;
  margin: 0 6px;
  color: #475aa3;
}
.pagination-links .page-numbers.current {
  text-decoration: none;
  color: #252959;
}
.pagination-links .page-numbers.next {
  font-size: 0;
  line-height: 0;
  text-align: center;
  text-decoration: none;
}
.pagination-links .page-numbers.next:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 22px;
  line-height: 1;
  background-color: #475aa3;
  color: #fff;
  border-radius: 13px;
  height: 26px;
  width: 26px;
  transition: color 0.2s linear, background 0.2s linear, opacity, border, 0.2s linear;
}
.pagination-links .page-numbers.next:hover:before {
  background-color: #38467f;
}
.pagination-links .page-numbers.next:before {
  content: "\e909";
  padding-left: 1px;
}
.pagination-links .page-numbers.prev {
  font-size: 0;
  line-height: 0;
  text-align: center;
  text-decoration: none;
}
.pagination-links .page-numbers.prev:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 22px;
  line-height: 1;
  background-color: #475aa3;
  color: #fff;
  border-radius: 13px;
  height: 26px;
  width: 26px;
  transition: color 0.2s linear, background 0.2s linear, opacity, border, 0.2s linear;
}
.pagination-links .page-numbers.prev:hover:before {
  background-color: #38467f;
}
.pagination-links .page-numbers.prev:before {
  content: "\e90a";
  padding-right: 1px;
}

.heading {
  padding: 12px 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .heading {
    margin-bottom: 30px;
    padding: 15px 30px;
  }
}
@media (min-width: 1024px) {
  .heading {
    padding: 22px 60px;
    margin-bottom: 60px;
  }
}
.heading.white {
  background: #fff;
}
.heading.black {
  background: #000;
}
.heading.blue-light {
  background: #c7e6f9;
}
.heading.blue-mid {
  background: #475aa3;
}
.heading.blue-dark {
  background: #252959;
}
.heading.red-light {
  background: #f6bab9;
}
.heading.red-mid {
  background: #ef846d;
}
.heading.red-dark {
  background: #d03316;
}
.heading.green-light {
  background: #c8dec0;
}
.heading.green-mid {
  background: #008362;
}
.heading.green-dark {
  background: #1d4f51;
}
.heading.yellow-light {
  background: #f9bd1c;
}
.heading.yellow-mid {
  background: #e59a24;
}
.heading.yellow-dark {
  background: #84611e;
}
.heading.purple-light {
  background: #f6bab9;
}
.heading.purple-mid {
  background: #7c569c;
}
.heading.purple-dark {
  background: #7c1537;
}
.heading h2,
.heading .h2,
.heading h1,
.heading .h1 {
  margin: 0;
}
@media (min-width: 768px) {
  .heading h2 br,
  .heading .h2 br,
  .heading h1 br,
  .heading .h1 br {
    display: none;
  }
}

.info-section .holder, .info-section .fancybox-slide > * {
  padding-top: 0;
  padding-bottom: 0;
}

.intro {
  margin-top: -30px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .intro {
    margin-top: -35px;
  }
}
@media (min-width: 1024px) {
  .intro {
    margin-top: -60px;
  }
}
.intro.bottom {
  margin-top: auto;
  margin-bottom: -30px;
}
@media (min-width: 768px) {
  .intro.bottom {
    margin-top: auto;
    margin-bottom: -35px;
  }
}
@media (min-width: 1024px) {
  .intro.bottom {
    margin-top: auto;
    margin-bottom: -60px;
  }
}
.intro.bottom .heading {
  margin-bottom: 0;
  opacity: 1;
}
@media (min-width: 768px) {
  .intro .heading {
    display: inline-block;
    vertical-align: top;
    min-width: 610px;
  }
}

.info-post {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 2px solid #252959;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .info-post {
    display: block;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.info-post:hover a {
  text-decoration: underline;
}
.info-post:hover .img {
  opacity: 0.6;
}
.info-post .img {
  transition: color 0.2s linear, background 0.2s linear, opacity, border, 0.2s linear;
}
.about .info-post {
  display: block;
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about .info-post {
    margin-bottom: 0;
  }
}
.about .info-post .img-holder {
  float: none;
  width: 100%;
  margin: 0 0 15px;
  height: 150px;
}
@media (min-width: 768px) {
  .about .info-post .img-holder {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .about .info-post .img-holder {
    height: 260px;
  }
}
.about .info-post .text-block {
  width: 100%;
  padding: 0;
}
.about .info-post .text-block p {
  display: block;
  margin: 0;
}
.info-post.team {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  height: auto;
}
.info-post.team .text-block {
  padding: 10px;
}
@media (min-width: 768px) {
  .info-post.team .text-block {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 80%;
    background: #fff;
    z-index: 20;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .info-post.team .text-block {
    padding: 30px;
    width: 74%;
    bottom: -60px;
  }
}
@media (min-width: 768px) {
  .info-post.team .img-holder {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .info-post.news .text-block {
    min-height: 60px;
  }
}
@media (min-width: 1024px) {
  .info-post.news .text-block {
    min-height: 92px;
  }
}
.info-post.white {
  border-color: #fff;
}
.info-post.black {
  border-color: #000;
}
.info-post.blue-light {
  border-color: #c7e6f9;
}
.info-post.blue-mid {
  border-color: #475aa3;
}
.info-post.blue-dark {
  border-color: #252959;
}
.info-post.red-light {
  border-color: #f6bab9;
}
.info-post.red-mid {
  border-color: #ef846d;
}
.info-post.red-dark {
  border-color: #d03316;
}
.info-post.green-light {
  border-color: #c8dec0;
}
.info-post.green-mid {
  border-color: #008362;
}
.info-post.green-dark {
  border-color: #1d4f51;
}
.info-post.yellow-light {
  border-color: #f9bd1c;
}
.info-post.yellow-mid {
  border-color: #e59a24;
}
.info-post.yellow-dark {
  border-color: #84611e;
}
.info-post.purple-light {
  border-color: #f6bab9;
}
.info-post.purple-mid {
  border-color: #7c569c;
}
.info-post.purple-dark {
  border-color: #7c1537;
}
.info-post .img-holder {
  float: left;
  width: 100px;
  height: 66px;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media (min-width: 768px) {
  .info-post .img-holder {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .info-post .img-holder {
    height: 260px;
  }
}
.info-post .img-holder img {
  display: block;
  max-width: none;
  width: 100%;
}
.info-post .img-holder .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.info-post .text-block {
  width: calc(100% - 100px);
  padding: 0 0 0 10px;
}
@media (min-width: 768px) {
  .info-post .text-block {
    width: 100%;
    padding: 0;
  }
}
.info-post .text-block p {
  display: none;
}
@media (min-width: 768px) {
  .info-post .text-block p {
    display: block;
    margin: 0;
  }
}
.info-post h3 {
  margin: 0;
}
@media (min-width: 768px) {
  .info-post h3 {
    margin-bottom: 7px;
  }
}
.info-post .category {
  display: block;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .info-post .category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background: #475aa3;
    padding: 22px 30px;
    color: #fff;
    margin: 0;
  }
}
.info-post .category a {
  color: #fff;
}

.info-article .category {
  display: block;
  text-transform: uppercase;
  margin-bottom: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #707180;
  padding: 22px 30px;
  color: #fff;
  margin: 0;
}
.info-article .category a {
  color: #fff;
}
.info-article.events .category {
  top: 0;
  left: 0;
  bottom: initial;
  z-index: 2;
  background: #d03316;
}
.homepage-highlights .info-article .category {
  bottom: initial;
  left: initial;
  top: 0;
  right: 0;
}
.info-article.white {
  color: #fff;
}
.info-article.white .info-text a {
  color: #fff;
}
.info-article.black {
  color: #000;
}
.info-article.black .info-text a {
  color: #000;
}
.info-article.blue-light {
  color: #c7e6f9;
}
.info-article.blue-light .info-text a {
  color: #c7e6f9;
}
.info-article.blue-mid {
  color: #475aa3;
}
.info-article.blue-mid .info-text a {
  color: #475aa3;
}
.info-article.blue-dark {
  color: #252959;
}
.info-article.blue-dark .info-text a {
  color: #252959;
}
.info-article.red-light {
  color: #f6bab9;
}
.info-article.red-light .info-text a {
  color: #f6bab9;
}
.info-article.red-mid {
  color: #ef846d;
}
.info-article.red-mid .info-text a {
  color: #ef846d;
}
.info-article.red-dark {
  color: #d03316;
}
.info-article.red-dark .info-text a {
  color: #d03316;
}
.info-article.green-light {
  color: #c8dec0;
}
.info-article.green-light .info-text a {
  color: #c8dec0;
}
.info-article.green-mid {
  color: #008362;
}
.info-article.green-mid .info-text a {
  color: #008362;
}
.info-article.green-dark {
  color: #1d4f51;
}
.info-article.green-dark .info-text a {
  color: #1d4f51;
}
.info-article.yellow-light {
  color: #f9bd1c;
}
.info-article.yellow-light .info-text a {
  color: #f9bd1c;
}
.info-article.yellow-mid {
  color: #e59a24;
}
.info-article.yellow-mid .info-text a {
  color: #e59a24;
}
.info-article.yellow-dark {
  color: #84611e;
}
.info-article.yellow-dark .info-text a {
  color: #84611e;
}
.info-article.purple-light {
  color: #f6bab9;
}
.info-article.purple-light .info-text a {
  color: #f6bab9;
}
.info-article.purple-mid {
  color: #7c569c;
}
.info-article.purple-mid .info-text a {
  color: #7c569c;
}
.info-article.purple-dark {
  color: #7c1537;
}
.info-article.purple-dark .info-text a {
  color: #7c1537;
}

.accessibility-interface span.accessibility-option {
  padding-right: 12px;
}
.accessibility-interface span.accessibility-option.color-option a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #555;
}
@media (min-width: 768px) {
  .accessibility-interface .info-cols {
    align-items: start;
  }
}

.optional-content-holder {
  padding: 0 !important;
}
.optional-content-holder .optional-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.optional-content-holder a.optional-content-panel {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  background-color: #252959;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
  outline: 20px solid #fff;
  min-width: 100%;
  transition: color 0.2s linear, background 0.2s linear, opacity, border, 0.2s linear;
}
.optional-content-holder a.optional-content-panel:hover {
  background-color: #161835;
}
@media (min-width: 768px) {
  .optional-content-holder a.optional-content-panel {
    min-width: 50%;
  }
}
.optional-content-holder a.optional-content-panel span.external-link {
  padding-right: 12px;
}
.optional-content-holder a.optional-content-panel span.external-link:before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e909";
  font-size: 24px;
  line-height: 1;
  background-color: #fff;
  color: #252959;
  border-radius: 13px;
  height: 26px;
  width: 26px;
}
.optional-content-holder a.optional-content-panel span.external-link:before {
  padding-top: 1px;
  padding-left: 2px;
}
.optional-content-holder a.optional-content-panel span.download {
  padding-right: 12px;
}
.optional-content-holder a.optional-content-panel span.download:before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e910";
  font-size: 24px;
  line-height: 1;
  background-color: #fff;
  color: #252959;
  border-radius: 13px;
  height: 26px;
  width: 26px;
}
.optional-content-holder a.optional-content-panel span.download:before {
  padding-top: 1px;
}

.event-info img.alignright {
  float: right;
  padding: 16px 0 16px 16px;
}
.event-info img.alignleft {
  float: left;
  padding: 16px 16px 16px 0;
}
.event-info img.aligncenter {
  display: block;
  margin: 0 auto;
  padding: 16px 0;
}
.event-info div.wp-caption p.wp-caption-text {
  font-style: italic;
  margin-bottom: 24px;
}
.event-info table td, .event-info table th {
  border: 1px solid #252959;
  padding: 4px;
}
.event-info blockquote {
  background-color: #475aa3;
  padding: 16px;
  color: #fff;
}
.event-info q:before, .event-info q:after {
  content: "";
}
.event-info mark {
  background-color: #f6bab9;
}
.event-info .gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event-info .gform_wrapper {
  margin: 1em 0;
}
.event-info .gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.event-info .gform_wrapper .gfield {
  margin: 0 0 1em 0;
}
.event-info .gform_wrapper .gfield > label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.event-info .gform_wrapper .gfield input[type=text],
.event-info .gform_wrapper .gfield input[type=email],
.event-info .gform_wrapper .gfield input[type=tel],
.event-info .gform_wrapper .gfield textarea {
  min-width: 50%;
  border: none;
  border-top: 2px solid #252959;
  border-bottom: 2px solid #252959;
  padding: 15px 1em;
  font-size: 14px;
  line-height: 18px;
  color: #252959;
  outline: none;
  background: #fff;
}
@media (min-width: 1024px) {
  .event-info .gform_wrapper .gfield input[type=text],
  .event-info .gform_wrapper .gfield input[type=email],
  .event-info .gform_wrapper .gfield input[type=tel],
  .event-info .gform_wrapper .gfield textarea {
    font-size: 17px;
    line-height: 24px;
  }
}
.event-info .gform_wrapper .gfield input[type=text]::-webkit-input-placeholder,
.event-info .gform_wrapper .gfield input[type=email]::-webkit-input-placeholder,
.event-info .gform_wrapper .gfield input[type=tel]::-webkit-input-placeholder,
.event-info .gform_wrapper .gfield textarea::-webkit-input-placeholder {
  color: #252959;
}
.event-info .gform_wrapper .gfield input[type=text]::-moz-placeholder,
.event-info .gform_wrapper .gfield input[type=email]::-moz-placeholder,
.event-info .gform_wrapper .gfield input[type=tel]::-moz-placeholder,
.event-info .gform_wrapper .gfield textarea::-moz-placeholder {
  opacity: 1;
  color: #252959;
}
.event-info .gform_wrapper .gfield input[type=text]:-moz-placeholder,
.event-info .gform_wrapper .gfield input[type=email]:-moz-placeholder,
.event-info .gform_wrapper .gfield input[type=tel]:-moz-placeholder,
.event-info .gform_wrapper .gfield textarea:-moz-placeholder {
  color: #252959;
}
.event-info .gform_wrapper .gfield input[type=text]:-ms-input-placeholder,
.event-info .gform_wrapper .gfield input[type=email]:-ms-input-placeholder,
.event-info .gform_wrapper .gfield input[type=tel]:-ms-input-placeholder,
.event-info .gform_wrapper .gfield textarea:-ms-input-placeholder {
  color: #252959;
}
.event-info .gform_wrapper .gfield input[type=text].placeholder,
.event-info .gform_wrapper .gfield input[type=email].placeholder,
.event-info .gform_wrapper .gfield input[type=tel].placeholder,
.event-info .gform_wrapper .gfield textarea.placeholder {
  color: #252959;
}
.event-info .gform_wrapper .gfield textarea {
  height: 120px !important;
  min-width: 80%;
  resize: none;
}
.event-info .gform_wrapper .validation_error {
  color: #d03316;
  margin: 0 0 1em 0;
  font-weight: bold;
}

.info-form, .oh-spektrix-paywall-wrap form,
.paywall-denied-message form {
  text-align: left;
}
.info-form .input-holder, .oh-spektrix-paywall-wrap form .input-holder,
.paywall-denied-message form .input-holder {
  position: relative;
  padding: 0 95px 0 0;
}
#header .info-form .input-holder, #header .oh-spektrix-paywall-wrap form .input-holder, .oh-spektrix-paywall-wrap #header form .input-holder,
#header .paywall-denied-message form .input-holder,
.paywall-denied-message #header form .input-holder {
  padding-right: 80px;
}
@media (min-width: 768px) {
  .lightbox-content .info-form .input-holder, .lightbox-content .oh-spektrix-paywall-wrap form .input-holder, .oh-spektrix-paywall-wrap .lightbox-content form .input-holder,
  .lightbox-content .paywall-denied-message form .input-holder,
  .paywall-denied-message .lightbox-content form .input-holder {
    padding-right: 210px;
  }
}
.info-form .input-holder .btn, .info-form .input-holder .oh-spektrix-paywall-wrap form .button,
.info-form .input-holder .paywall-denied-message form .button, .oh-spektrix-paywall-wrap form .input-holder .btn, .oh-spektrix-paywall-wrap form .input-holder .button,
.paywall-denied-message form .input-holder .btn,
.paywall-denied-message form .input-holder .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 85px;
  outline: none;
  padding: 5px;
  min-width: 40px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .info-form .input-holder .btn, .info-form .input-holder .oh-spektrix-paywall-wrap form .button,
  .info-form .input-holder .paywall-denied-message form .button, .oh-spektrix-paywall-wrap form .input-holder .btn, .oh-spektrix-paywall-wrap form .input-holder .button,
  .paywall-denied-message form .input-holder .btn,
  .paywall-denied-message form .input-holder .button {
    font-size: 18px;
  }
}
#header .info-form .input-holder .btn, #header .info-form .input-holder .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form #header .info-form .input-holder .button,
#header .info-form .input-holder .paywall-denied-message form .button,
.paywall-denied-message form #header .info-form .input-holder .button, #header .oh-spektrix-paywall-wrap form .input-holder .btn, #header .oh-spektrix-paywall-wrap form .input-holder .button, .oh-spektrix-paywall-wrap #header form .input-holder .btn, .oh-spektrix-paywall-wrap #header form .input-holder .button,
#header .paywall-denied-message form .input-holder .btn,
#header .paywall-denied-message form .input-holder .button,
.paywall-denied-message #header form .input-holder .btn,
.paywall-denied-message #header form .input-holder .button {
  width: 70px;
}
@media (min-width: 768px) {
  .lightbox-content .info-form .input-holder .btn, .lightbox-content .info-form .input-holder .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .lightbox-content .info-form .input-holder .button,
  .lightbox-content .info-form .input-holder .paywall-denied-message form .button,
  .paywall-denied-message form .lightbox-content .info-form .input-holder .button, .lightbox-content .oh-spektrix-paywall-wrap form .input-holder .btn, .lightbox-content .oh-spektrix-paywall-wrap form .input-holder .button, .oh-spektrix-paywall-wrap .lightbox-content form .input-holder .btn, .oh-spektrix-paywall-wrap .lightbox-content form .input-holder .button,
  .lightbox-content .paywall-denied-message form .input-holder .btn,
  .lightbox-content .paywall-denied-message form .input-holder .button,
  .paywall-denied-message .lightbox-content form .input-holder .btn,
  .paywall-denied-message .lightbox-content form .input-holder .button {
    width: 190px;
  }
}
.info-form input[type=text], .oh-spektrix-paywall-wrap form input[type=text],
.paywall-denied-message form input[type=text],
.info-form input[type=email],
.oh-spektrix-paywall-wrap form input[type=email],
.paywall-denied-message form input[type=email],
.info-form input[type=search],
.oh-spektrix-paywall-wrap form input[type=search],
.paywall-denied-message form input[type=search],
.info-form input[type=tel],
.oh-spektrix-paywall-wrap form input[type=tel],
.paywall-denied-message form input[type=tel],
.info-form input[type=password],
.oh-spektrix-paywall-wrap form input[type=password],
.paywall-denied-message form input[type=password],
.info-form textarea,
.oh-spektrix-paywall-wrap form textarea,
.paywall-denied-message form textarea {
  display: block;
  width: 100%;
  border: none;
  border-top: 2px solid #252959;
  border-bottom: 2px solid #252959;
  height: 60px;
  padding: 15px 0;
  font-size: 14px;
  line-height: 18px;
  color: #252959;
  outline: none;
  background: none;
}
@media (min-width: 1024px) {
  .info-form input[type=text], .oh-spektrix-paywall-wrap form input[type=text],
  .paywall-denied-message form input[type=text],
  .info-form input[type=email],
  .oh-spektrix-paywall-wrap form input[type=email],
  .paywall-denied-message form input[type=email],
  .info-form input[type=search],
  .oh-spektrix-paywall-wrap form input[type=search],
  .paywall-denied-message form input[type=search],
  .info-form input[type=tel],
  .oh-spektrix-paywall-wrap form input[type=tel],
  .paywall-denied-message form input[type=tel],
  .info-form input[type=password],
  .oh-spektrix-paywall-wrap form input[type=password],
  .paywall-denied-message form input[type=password],
  .info-form textarea,
  .oh-spektrix-paywall-wrap form textarea,
  .paywall-denied-message form textarea {
    font-size: 17px;
    line-height: 24px;
  }
}
.info-form input[type=text]::-webkit-input-placeholder, .oh-spektrix-paywall-wrap form input[type=text]::-webkit-input-placeholder,
.paywall-denied-message form input[type=text]::-webkit-input-placeholder,
.info-form input[type=email]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]::-webkit-input-placeholder,
.paywall-denied-message form input[type=email]::-webkit-input-placeholder,
.info-form input[type=search]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]::-webkit-input-placeholder,
.paywall-denied-message form input[type=search]::-webkit-input-placeholder,
.info-form input[type=tel]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]::-webkit-input-placeholder,
.paywall-denied-message form input[type=tel]::-webkit-input-placeholder,
.info-form input[type=password]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]::-webkit-input-placeholder,
.paywall-denied-message form input[type=password]::-webkit-input-placeholder,
.info-form textarea::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form textarea::-webkit-input-placeholder,
.paywall-denied-message form textarea::-webkit-input-placeholder {
  color: #252959;
}
.info-form input[type=text]::-moz-placeholder, .oh-spektrix-paywall-wrap form input[type=text]::-moz-placeholder,
.paywall-denied-message form input[type=text]::-moz-placeholder,
.info-form input[type=email]::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]::-moz-placeholder,
.paywall-denied-message form input[type=email]::-moz-placeholder,
.info-form input[type=search]::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]::-moz-placeholder,
.paywall-denied-message form input[type=search]::-moz-placeholder,
.info-form input[type=tel]::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]::-moz-placeholder,
.paywall-denied-message form input[type=tel]::-moz-placeholder,
.info-form input[type=password]::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]::-moz-placeholder,
.paywall-denied-message form input[type=password]::-moz-placeholder,
.info-form textarea::-moz-placeholder,
.oh-spektrix-paywall-wrap form textarea::-moz-placeholder,
.paywall-denied-message form textarea::-moz-placeholder {
  opacity: 1;
  color: #252959;
}
.info-form input[type=text]:-moz-placeholder, .oh-spektrix-paywall-wrap form input[type=text]:-moz-placeholder,
.paywall-denied-message form input[type=text]:-moz-placeholder,
.info-form input[type=email]:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:-moz-placeholder,
.paywall-denied-message form input[type=email]:-moz-placeholder,
.info-form input[type=search]:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:-moz-placeholder,
.paywall-denied-message form input[type=search]:-moz-placeholder,
.info-form input[type=tel]:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:-moz-placeholder,
.paywall-denied-message form input[type=tel]:-moz-placeholder,
.info-form input[type=password]:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:-moz-placeholder,
.paywall-denied-message form input[type=password]:-moz-placeholder,
.info-form textarea:-moz-placeholder,
.oh-spektrix-paywall-wrap form textarea:-moz-placeholder,
.paywall-denied-message form textarea:-moz-placeholder {
  color: #252959;
}
.info-form input[type=text]:-ms-input-placeholder, .oh-spektrix-paywall-wrap form input[type=text]:-ms-input-placeholder,
.paywall-denied-message form input[type=text]:-ms-input-placeholder,
.info-form input[type=email]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:-ms-input-placeholder,
.paywall-denied-message form input[type=email]:-ms-input-placeholder,
.info-form input[type=search]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:-ms-input-placeholder,
.paywall-denied-message form input[type=search]:-ms-input-placeholder,
.info-form input[type=tel]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:-ms-input-placeholder,
.paywall-denied-message form input[type=tel]:-ms-input-placeholder,
.info-form input[type=password]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:-ms-input-placeholder,
.paywall-denied-message form input[type=password]:-ms-input-placeholder,
.info-form textarea:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form textarea:-ms-input-placeholder,
.paywall-denied-message form textarea:-ms-input-placeholder {
  color: #252959;
}
.info-form input[type=text].placeholder, .oh-spektrix-paywall-wrap form input[type=text].placeholder,
.paywall-denied-message form input[type=text].placeholder,
.info-form input[type=email].placeholder,
.oh-spektrix-paywall-wrap form input[type=email].placeholder,
.paywall-denied-message form input[type=email].placeholder,
.info-form input[type=search].placeholder,
.oh-spektrix-paywall-wrap form input[type=search].placeholder,
.paywall-denied-message form input[type=search].placeholder,
.info-form input[type=tel].placeholder,
.oh-spektrix-paywall-wrap form input[type=tel].placeholder,
.paywall-denied-message form input[type=tel].placeholder,
.info-form input[type=password].placeholder,
.oh-spektrix-paywall-wrap form input[type=password].placeholder,
.paywall-denied-message form input[type=password].placeholder,
.info-form textarea.placeholder,
.oh-spektrix-paywall-wrap form textarea.placeholder,
.paywall-denied-message form textarea.placeholder {
  color: #252959;
}
.info-form input[type=text]:hover::-webkit-input-placeholder, .oh-spektrix-paywall-wrap form input[type=text]:hover::-webkit-input-placeholder,
.paywall-denied-message form input[type=text]:hover::-webkit-input-placeholder,
.info-form input[type=email]:hover::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:hover::-webkit-input-placeholder,
.paywall-denied-message form input[type=email]:hover::-webkit-input-placeholder,
.info-form input[type=search]:hover::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:hover::-webkit-input-placeholder,
.paywall-denied-message form input[type=search]:hover::-webkit-input-placeholder,
.info-form input[type=tel]:hover::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:hover::-webkit-input-placeholder,
.paywall-denied-message form input[type=tel]:hover::-webkit-input-placeholder,
.info-form input[type=password]:hover::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:hover::-webkit-input-placeholder,
.paywall-denied-message form input[type=password]:hover::-webkit-input-placeholder,
.info-form textarea:hover::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form textarea:hover::-webkit-input-placeholder,
.paywall-denied-message form textarea:hover::-webkit-input-placeholder {
  text-decoration: underline;
}
.info-form input[type=text]:hover::-moz-placeholder, .oh-spektrix-paywall-wrap form input[type=text]:hover::-moz-placeholder,
.paywall-denied-message form input[type=text]:hover::-moz-placeholder,
.info-form input[type=email]:hover::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:hover::-moz-placeholder,
.paywall-denied-message form input[type=email]:hover::-moz-placeholder,
.info-form input[type=search]:hover::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:hover::-moz-placeholder,
.paywall-denied-message form input[type=search]:hover::-moz-placeholder,
.info-form input[type=tel]:hover::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:hover::-moz-placeholder,
.paywall-denied-message form input[type=tel]:hover::-moz-placeholder,
.info-form input[type=password]:hover::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:hover::-moz-placeholder,
.paywall-denied-message form input[type=password]:hover::-moz-placeholder,
.info-form textarea:hover::-moz-placeholder,
.oh-spektrix-paywall-wrap form textarea:hover::-moz-placeholder,
.paywall-denied-message form textarea:hover::-moz-placeholder {
  opacity: 1;
  text-decoration: underline;
}
.info-form input[type=text]:hover:-moz-placeholder, .oh-spektrix-paywall-wrap form input[type=text]:hover:-moz-placeholder,
.paywall-denied-message form input[type=text]:hover:-moz-placeholder,
.info-form input[type=email]:hover:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:hover:-moz-placeholder,
.paywall-denied-message form input[type=email]:hover:-moz-placeholder,
.info-form input[type=search]:hover:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:hover:-moz-placeholder,
.paywall-denied-message form input[type=search]:hover:-moz-placeholder,
.info-form input[type=tel]:hover:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:hover:-moz-placeholder,
.paywall-denied-message form input[type=tel]:hover:-moz-placeholder,
.info-form input[type=password]:hover:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:hover:-moz-placeholder,
.paywall-denied-message form input[type=password]:hover:-moz-placeholder,
.info-form textarea:hover:-moz-placeholder,
.oh-spektrix-paywall-wrap form textarea:hover:-moz-placeholder,
.paywall-denied-message form textarea:hover:-moz-placeholder {
  text-decoration: underline;
}
.info-form input[type=text]:hover:-ms-input-placeholder, .oh-spektrix-paywall-wrap form input[type=text]:hover:-ms-input-placeholder,
.paywall-denied-message form input[type=text]:hover:-ms-input-placeholder,
.info-form input[type=email]:hover:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:hover:-ms-input-placeholder,
.paywall-denied-message form input[type=email]:hover:-ms-input-placeholder,
.info-form input[type=search]:hover:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:hover:-ms-input-placeholder,
.paywall-denied-message form input[type=search]:hover:-ms-input-placeholder,
.info-form input[type=tel]:hover:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:hover:-ms-input-placeholder,
.paywall-denied-message form input[type=tel]:hover:-ms-input-placeholder,
.info-form input[type=password]:hover:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:hover:-ms-input-placeholder,
.paywall-denied-message form input[type=password]:hover:-ms-input-placeholder,
.info-form textarea:hover:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form textarea:hover:-ms-input-placeholder,
.paywall-denied-message form textarea:hover:-ms-input-placeholder {
  text-decoration: underline;
}
.info-form input[type=text]:hover.placeholder, .oh-spektrix-paywall-wrap form input[type=text]:hover.placeholder,
.paywall-denied-message form input[type=text]:hover.placeholder,
.info-form input[type=email]:hover.placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:hover.placeholder,
.paywall-denied-message form input[type=email]:hover.placeholder,
.info-form input[type=search]:hover.placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:hover.placeholder,
.paywall-denied-message form input[type=search]:hover.placeholder,
.info-form input[type=tel]:hover.placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:hover.placeholder,
.paywall-denied-message form input[type=tel]:hover.placeholder,
.info-form input[type=password]:hover.placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:hover.placeholder,
.paywall-denied-message form input[type=password]:hover.placeholder,
.info-form textarea:hover.placeholder,
.oh-spektrix-paywall-wrap form textarea:hover.placeholder,
.paywall-denied-message form textarea:hover.placeholder {
  text-decoration: underline;
}
.info-form input[type=text]:focus::-webkit-input-placeholder, .oh-spektrix-paywall-wrap form input[type=text]:focus::-webkit-input-placeholder,
.paywall-denied-message form input[type=text]:focus::-webkit-input-placeholder,
.info-form input[type=email]:focus::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:focus::-webkit-input-placeholder,
.paywall-denied-message form input[type=email]:focus::-webkit-input-placeholder,
.info-form input[type=search]:focus::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:focus::-webkit-input-placeholder,
.paywall-denied-message form input[type=search]:focus::-webkit-input-placeholder,
.info-form input[type=tel]:focus::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:focus::-webkit-input-placeholder,
.paywall-denied-message form input[type=tel]:focus::-webkit-input-placeholder,
.info-form input[type=password]:focus::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:focus::-webkit-input-placeholder,
.paywall-denied-message form input[type=password]:focus::-webkit-input-placeholder,
.info-form textarea:focus::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap form textarea:focus::-webkit-input-placeholder,
.paywall-denied-message form textarea:focus::-webkit-input-placeholder {
  opacity: 0 !important;
  visibility: hidden !important;
}
.info-form input[type=text]:focus::-moz-placeholder, .oh-spektrix-paywall-wrap form input[type=text]:focus::-moz-placeholder,
.paywall-denied-message form input[type=text]:focus::-moz-placeholder,
.info-form input[type=email]:focus::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:focus::-moz-placeholder,
.paywall-denied-message form input[type=email]:focus::-moz-placeholder,
.info-form input[type=search]:focus::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:focus::-moz-placeholder,
.paywall-denied-message form input[type=search]:focus::-moz-placeholder,
.info-form input[type=tel]:focus::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:focus::-moz-placeholder,
.paywall-denied-message form input[type=tel]:focus::-moz-placeholder,
.info-form input[type=password]:focus::-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:focus::-moz-placeholder,
.paywall-denied-message form input[type=password]:focus::-moz-placeholder,
.info-form textarea:focus::-moz-placeholder,
.oh-spektrix-paywall-wrap form textarea:focus::-moz-placeholder,
.paywall-denied-message form textarea:focus::-moz-placeholder {
  opacity: 1;
  opacity: 0 !important;
  visibility: hidden !important;
}
.info-form input[type=text]:focus:-moz-placeholder, .oh-spektrix-paywall-wrap form input[type=text]:focus:-moz-placeholder,
.paywall-denied-message form input[type=text]:focus:-moz-placeholder,
.info-form input[type=email]:focus:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:focus:-moz-placeholder,
.paywall-denied-message form input[type=email]:focus:-moz-placeholder,
.info-form input[type=search]:focus:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:focus:-moz-placeholder,
.paywall-denied-message form input[type=search]:focus:-moz-placeholder,
.info-form input[type=tel]:focus:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:focus:-moz-placeholder,
.paywall-denied-message form input[type=tel]:focus:-moz-placeholder,
.info-form input[type=password]:focus:-moz-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:focus:-moz-placeholder,
.paywall-denied-message form input[type=password]:focus:-moz-placeholder,
.info-form textarea:focus:-moz-placeholder,
.oh-spektrix-paywall-wrap form textarea:focus:-moz-placeholder,
.paywall-denied-message form textarea:focus:-moz-placeholder {
  opacity: 0 !important;
  visibility: hidden !important;
}
.info-form input[type=text]:focus:-ms-input-placeholder, .oh-spektrix-paywall-wrap form input[type=text]:focus:-ms-input-placeholder,
.paywall-denied-message form input[type=text]:focus:-ms-input-placeholder,
.info-form input[type=email]:focus:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:focus:-ms-input-placeholder,
.paywall-denied-message form input[type=email]:focus:-ms-input-placeholder,
.info-form input[type=search]:focus:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:focus:-ms-input-placeholder,
.paywall-denied-message form input[type=search]:focus:-ms-input-placeholder,
.info-form input[type=tel]:focus:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:focus:-ms-input-placeholder,
.paywall-denied-message form input[type=tel]:focus:-ms-input-placeholder,
.info-form input[type=password]:focus:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:focus:-ms-input-placeholder,
.paywall-denied-message form input[type=password]:focus:-ms-input-placeholder,
.info-form textarea:focus:-ms-input-placeholder,
.oh-spektrix-paywall-wrap form textarea:focus:-ms-input-placeholder,
.paywall-denied-message form textarea:focus:-ms-input-placeholder {
  opacity: 0 !important;
  visibility: hidden !important;
}
.info-form input[type=text]:focus.placeholder, .oh-spektrix-paywall-wrap form input[type=text]:focus.placeholder,
.paywall-denied-message form input[type=text]:focus.placeholder,
.info-form input[type=email]:focus.placeholder,
.oh-spektrix-paywall-wrap form input[type=email]:focus.placeholder,
.paywall-denied-message form input[type=email]:focus.placeholder,
.info-form input[type=search]:focus.placeholder,
.oh-spektrix-paywall-wrap form input[type=search]:focus.placeholder,
.paywall-denied-message form input[type=search]:focus.placeholder,
.info-form input[type=tel]:focus.placeholder,
.oh-spektrix-paywall-wrap form input[type=tel]:focus.placeholder,
.paywall-denied-message form input[type=tel]:focus.placeholder,
.info-form input[type=password]:focus.placeholder,
.oh-spektrix-paywall-wrap form input[type=password]:focus.placeholder,
.paywall-denied-message form input[type=password]:focus.placeholder,
.info-form textarea:focus.placeholder,
.oh-spektrix-paywall-wrap form textarea:focus.placeholder,
.paywall-denied-message form textarea:focus.placeholder {
  opacity: 0 !important;
  visibility: hidden !important;
}
.text-white .info-form input[type=text], .text-white .oh-spektrix-paywall-wrap form input[type=text], .oh-spektrix-paywall-wrap .text-white form input[type=text],
.text-white .paywall-denied-message form input[type=text],
.paywall-denied-message .text-white form input[type=text],
.text-white .info-form input[type=email],
.text-white .oh-spektrix-paywall-wrap form input[type=email],
.oh-spektrix-paywall-wrap .text-white form input[type=email],
.text-white .paywall-denied-message form input[type=email],
.paywall-denied-message .text-white form input[type=email],
.text-white .info-form input[type=search],
.text-white .oh-spektrix-paywall-wrap form input[type=search],
.oh-spektrix-paywall-wrap .text-white form input[type=search],
.text-white .paywall-denied-message form input[type=search],
.paywall-denied-message .text-white form input[type=search],
.text-white .info-form input[type=tel],
.text-white .oh-spektrix-paywall-wrap form input[type=tel],
.oh-spektrix-paywall-wrap .text-white form input[type=tel],
.text-white .paywall-denied-message form input[type=tel],
.paywall-denied-message .text-white form input[type=tel],
.text-white .info-form input[type=password],
.text-white .oh-spektrix-paywall-wrap form input[type=password],
.oh-spektrix-paywall-wrap .text-white form input[type=password],
.text-white .paywall-denied-message form input[type=password],
.paywall-denied-message .text-white form input[type=password],
.text-white .info-form textarea,
.text-white .oh-spektrix-paywall-wrap form textarea,
.oh-spektrix-paywall-wrap .text-white form textarea,
.text-white .paywall-denied-message form textarea,
.paywall-denied-message .text-white form textarea {
  border-color: #fff;
  color: #fff;
}
.text-white .info-form input[type=text]::-webkit-input-placeholder, .text-white .oh-spektrix-paywall-wrap form input[type=text]::-webkit-input-placeholder, .oh-spektrix-paywall-wrap .text-white form input[type=text]::-webkit-input-placeholder,
.text-white .paywall-denied-message form input[type=text]::-webkit-input-placeholder,
.paywall-denied-message .text-white form input[type=text]::-webkit-input-placeholder,
.text-white .info-form input[type=email]::-webkit-input-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=email]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=email]::-webkit-input-placeholder,
.text-white .paywall-denied-message form input[type=email]::-webkit-input-placeholder,
.paywall-denied-message .text-white form input[type=email]::-webkit-input-placeholder,
.text-white .info-form input[type=search]::-webkit-input-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=search]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=search]::-webkit-input-placeholder,
.text-white .paywall-denied-message form input[type=search]::-webkit-input-placeholder,
.paywall-denied-message .text-white form input[type=search]::-webkit-input-placeholder,
.text-white .info-form input[type=tel]::-webkit-input-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=tel]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=tel]::-webkit-input-placeholder,
.text-white .paywall-denied-message form input[type=tel]::-webkit-input-placeholder,
.paywall-denied-message .text-white form input[type=tel]::-webkit-input-placeholder,
.text-white .info-form input[type=password]::-webkit-input-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=password]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=password]::-webkit-input-placeholder,
.text-white .paywall-denied-message form input[type=password]::-webkit-input-placeholder,
.paywall-denied-message .text-white form input[type=password]::-webkit-input-placeholder,
.text-white .info-form textarea::-webkit-input-placeholder,
.text-white .oh-spektrix-paywall-wrap form textarea::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap .text-white form textarea::-webkit-input-placeholder,
.text-white .paywall-denied-message form textarea::-webkit-input-placeholder,
.paywall-denied-message .text-white form textarea::-webkit-input-placeholder {
  color: #fff;
}
.text-white .info-form input[type=text]::-moz-placeholder, .text-white .oh-spektrix-paywall-wrap form input[type=text]::-moz-placeholder, .oh-spektrix-paywall-wrap .text-white form input[type=text]::-moz-placeholder,
.text-white .paywall-denied-message form input[type=text]::-moz-placeholder,
.paywall-denied-message .text-white form input[type=text]::-moz-placeholder,
.text-white .info-form input[type=email]::-moz-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=email]::-moz-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=email]::-moz-placeholder,
.text-white .paywall-denied-message form input[type=email]::-moz-placeholder,
.paywall-denied-message .text-white form input[type=email]::-moz-placeholder,
.text-white .info-form input[type=search]::-moz-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=search]::-moz-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=search]::-moz-placeholder,
.text-white .paywall-denied-message form input[type=search]::-moz-placeholder,
.paywall-denied-message .text-white form input[type=search]::-moz-placeholder,
.text-white .info-form input[type=tel]::-moz-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=tel]::-moz-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=tel]::-moz-placeholder,
.text-white .paywall-denied-message form input[type=tel]::-moz-placeholder,
.paywall-denied-message .text-white form input[type=tel]::-moz-placeholder,
.text-white .info-form input[type=password]::-moz-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=password]::-moz-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=password]::-moz-placeholder,
.text-white .paywall-denied-message form input[type=password]::-moz-placeholder,
.paywall-denied-message .text-white form input[type=password]::-moz-placeholder,
.text-white .info-form textarea::-moz-placeholder,
.text-white .oh-spektrix-paywall-wrap form textarea::-moz-placeholder,
.oh-spektrix-paywall-wrap .text-white form textarea::-moz-placeholder,
.text-white .paywall-denied-message form textarea::-moz-placeholder,
.paywall-denied-message .text-white form textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.text-white .info-form input[type=text]:-moz-placeholder, .text-white .oh-spektrix-paywall-wrap form input[type=text]:-moz-placeholder, .oh-spektrix-paywall-wrap .text-white form input[type=text]:-moz-placeholder,
.text-white .paywall-denied-message form input[type=text]:-moz-placeholder,
.paywall-denied-message .text-white form input[type=text]:-moz-placeholder,
.text-white .info-form input[type=email]:-moz-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=email]:-moz-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=email]:-moz-placeholder,
.text-white .paywall-denied-message form input[type=email]:-moz-placeholder,
.paywall-denied-message .text-white form input[type=email]:-moz-placeholder,
.text-white .info-form input[type=search]:-moz-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=search]:-moz-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=search]:-moz-placeholder,
.text-white .paywall-denied-message form input[type=search]:-moz-placeholder,
.paywall-denied-message .text-white form input[type=search]:-moz-placeholder,
.text-white .info-form input[type=tel]:-moz-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=tel]:-moz-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=tel]:-moz-placeholder,
.text-white .paywall-denied-message form input[type=tel]:-moz-placeholder,
.paywall-denied-message .text-white form input[type=tel]:-moz-placeholder,
.text-white .info-form input[type=password]:-moz-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=password]:-moz-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=password]:-moz-placeholder,
.text-white .paywall-denied-message form input[type=password]:-moz-placeholder,
.paywall-denied-message .text-white form input[type=password]:-moz-placeholder,
.text-white .info-form textarea:-moz-placeholder,
.text-white .oh-spektrix-paywall-wrap form textarea:-moz-placeholder,
.oh-spektrix-paywall-wrap .text-white form textarea:-moz-placeholder,
.text-white .paywall-denied-message form textarea:-moz-placeholder,
.paywall-denied-message .text-white form textarea:-moz-placeholder {
  color: #fff;
}
.text-white .info-form input[type=text]:-ms-input-placeholder, .text-white .oh-spektrix-paywall-wrap form input[type=text]:-ms-input-placeholder, .oh-spektrix-paywall-wrap .text-white form input[type=text]:-ms-input-placeholder,
.text-white .paywall-denied-message form input[type=text]:-ms-input-placeholder,
.paywall-denied-message .text-white form input[type=text]:-ms-input-placeholder,
.text-white .info-form input[type=email]:-ms-input-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=email]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=email]:-ms-input-placeholder,
.text-white .paywall-denied-message form input[type=email]:-ms-input-placeholder,
.paywall-denied-message .text-white form input[type=email]:-ms-input-placeholder,
.text-white .info-form input[type=search]:-ms-input-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=search]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=search]:-ms-input-placeholder,
.text-white .paywall-denied-message form input[type=search]:-ms-input-placeholder,
.paywall-denied-message .text-white form input[type=search]:-ms-input-placeholder,
.text-white .info-form input[type=tel]:-ms-input-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=tel]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=tel]:-ms-input-placeholder,
.text-white .paywall-denied-message form input[type=tel]:-ms-input-placeholder,
.paywall-denied-message .text-white form input[type=tel]:-ms-input-placeholder,
.text-white .info-form input[type=password]:-ms-input-placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=password]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=password]:-ms-input-placeholder,
.text-white .paywall-denied-message form input[type=password]:-ms-input-placeholder,
.paywall-denied-message .text-white form input[type=password]:-ms-input-placeholder,
.text-white .info-form textarea:-ms-input-placeholder,
.text-white .oh-spektrix-paywall-wrap form textarea:-ms-input-placeholder,
.oh-spektrix-paywall-wrap .text-white form textarea:-ms-input-placeholder,
.text-white .paywall-denied-message form textarea:-ms-input-placeholder,
.paywall-denied-message .text-white form textarea:-ms-input-placeholder {
  color: #fff;
}
.text-white .info-form input[type=text].placeholder, .text-white .oh-spektrix-paywall-wrap form input[type=text].placeholder, .oh-spektrix-paywall-wrap .text-white form input[type=text].placeholder,
.text-white .paywall-denied-message form input[type=text].placeholder,
.paywall-denied-message .text-white form input[type=text].placeholder,
.text-white .info-form input[type=email].placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=email].placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=email].placeholder,
.text-white .paywall-denied-message form input[type=email].placeholder,
.paywall-denied-message .text-white form input[type=email].placeholder,
.text-white .info-form input[type=search].placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=search].placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=search].placeholder,
.text-white .paywall-denied-message form input[type=search].placeholder,
.paywall-denied-message .text-white form input[type=search].placeholder,
.text-white .info-form input[type=tel].placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=tel].placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=tel].placeholder,
.text-white .paywall-denied-message form input[type=tel].placeholder,
.paywall-denied-message .text-white form input[type=tel].placeholder,
.text-white .info-form input[type=password].placeholder,
.text-white .oh-spektrix-paywall-wrap form input[type=password].placeholder,
.oh-spektrix-paywall-wrap .text-white form input[type=password].placeholder,
.text-white .paywall-denied-message form input[type=password].placeholder,
.paywall-denied-message .text-white form input[type=password].placeholder,
.text-white .info-form textarea.placeholder,
.text-white .oh-spektrix-paywall-wrap form textarea.placeholder,
.oh-spektrix-paywall-wrap .text-white form textarea.placeholder,
.text-white .paywall-denied-message form textarea.placeholder,
.paywall-denied-message .text-white form textarea.placeholder {
  color: #fff;
}
.lightbox-content .info-form input[type=text], .lightbox-content .oh-spektrix-paywall-wrap form input[type=text], .oh-spektrix-paywall-wrap .lightbox-content form input[type=text],
.lightbox-content .paywall-denied-message form input[type=text],
.paywall-denied-message .lightbox-content form input[type=text],
.lightbox-content .info-form input[type=email],
.lightbox-content .oh-spektrix-paywall-wrap form input[type=email],
.oh-spektrix-paywall-wrap .lightbox-content form input[type=email],
.lightbox-content .paywall-denied-message form input[type=email],
.paywall-denied-message .lightbox-content form input[type=email],
.lightbox-content .info-form input[type=search],
.lightbox-content .oh-spektrix-paywall-wrap form input[type=search],
.oh-spektrix-paywall-wrap .lightbox-content form input[type=search],
.lightbox-content .paywall-denied-message form input[type=search],
.paywall-denied-message .lightbox-content form input[type=search],
.lightbox-content .info-form input[type=tel],
.lightbox-content .oh-spektrix-paywall-wrap form input[type=tel],
.oh-spektrix-paywall-wrap .lightbox-content form input[type=tel],
.lightbox-content .paywall-denied-message form input[type=tel],
.paywall-denied-message .lightbox-content form input[type=tel],
.lightbox-content .info-form input[type=password],
.lightbox-content .oh-spektrix-paywall-wrap form input[type=password],
.oh-spektrix-paywall-wrap .lightbox-content form input[type=password],
.lightbox-content .paywall-denied-message form input[type=password],
.paywall-denied-message .lightbox-content form input[type=password],
.lightbox-content .info-form textarea,
.lightbox-content .oh-spektrix-paywall-wrap form textarea,
.oh-spektrix-paywall-wrap .lightbox-content form textarea,
.lightbox-content .paywall-denied-message form textarea,
.paywall-denied-message .lightbox-content form textarea {
  border-color: #fff;
  color: #fff;
}
.lightbox-content .info-form input[type=text]::-webkit-input-placeholder, .lightbox-content .oh-spektrix-paywall-wrap form input[type=text]::-webkit-input-placeholder, .oh-spektrix-paywall-wrap .lightbox-content form input[type=text]::-webkit-input-placeholder,
.lightbox-content .paywall-denied-message form input[type=text]::-webkit-input-placeholder,
.paywall-denied-message .lightbox-content form input[type=text]::-webkit-input-placeholder,
.lightbox-content .info-form input[type=email]::-webkit-input-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=email]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=email]::-webkit-input-placeholder,
.lightbox-content .paywall-denied-message form input[type=email]::-webkit-input-placeholder,
.paywall-denied-message .lightbox-content form input[type=email]::-webkit-input-placeholder,
.lightbox-content .info-form input[type=search]::-webkit-input-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=search]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=search]::-webkit-input-placeholder,
.lightbox-content .paywall-denied-message form input[type=search]::-webkit-input-placeholder,
.paywall-denied-message .lightbox-content form input[type=search]::-webkit-input-placeholder,
.lightbox-content .info-form input[type=tel]::-webkit-input-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=tel]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=tel]::-webkit-input-placeholder,
.lightbox-content .paywall-denied-message form input[type=tel]::-webkit-input-placeholder,
.paywall-denied-message .lightbox-content form input[type=tel]::-webkit-input-placeholder,
.lightbox-content .info-form input[type=password]::-webkit-input-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=password]::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=password]::-webkit-input-placeholder,
.lightbox-content .paywall-denied-message form input[type=password]::-webkit-input-placeholder,
.paywall-denied-message .lightbox-content form input[type=password]::-webkit-input-placeholder,
.lightbox-content .info-form textarea::-webkit-input-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form textarea::-webkit-input-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form textarea::-webkit-input-placeholder,
.lightbox-content .paywall-denied-message form textarea::-webkit-input-placeholder,
.paywall-denied-message .lightbox-content form textarea::-webkit-input-placeholder {
  color: #fff;
}
.lightbox-content .info-form input[type=text]::-moz-placeholder, .lightbox-content .oh-spektrix-paywall-wrap form input[type=text]::-moz-placeholder, .oh-spektrix-paywall-wrap .lightbox-content form input[type=text]::-moz-placeholder,
.lightbox-content .paywall-denied-message form input[type=text]::-moz-placeholder,
.paywall-denied-message .lightbox-content form input[type=text]::-moz-placeholder,
.lightbox-content .info-form input[type=email]::-moz-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=email]::-moz-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=email]::-moz-placeholder,
.lightbox-content .paywall-denied-message form input[type=email]::-moz-placeholder,
.paywall-denied-message .lightbox-content form input[type=email]::-moz-placeholder,
.lightbox-content .info-form input[type=search]::-moz-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=search]::-moz-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=search]::-moz-placeholder,
.lightbox-content .paywall-denied-message form input[type=search]::-moz-placeholder,
.paywall-denied-message .lightbox-content form input[type=search]::-moz-placeholder,
.lightbox-content .info-form input[type=tel]::-moz-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=tel]::-moz-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=tel]::-moz-placeholder,
.lightbox-content .paywall-denied-message form input[type=tel]::-moz-placeholder,
.paywall-denied-message .lightbox-content form input[type=tel]::-moz-placeholder,
.lightbox-content .info-form input[type=password]::-moz-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=password]::-moz-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=password]::-moz-placeholder,
.lightbox-content .paywall-denied-message form input[type=password]::-moz-placeholder,
.paywall-denied-message .lightbox-content form input[type=password]::-moz-placeholder,
.lightbox-content .info-form textarea::-moz-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form textarea::-moz-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form textarea::-moz-placeholder,
.lightbox-content .paywall-denied-message form textarea::-moz-placeholder,
.paywall-denied-message .lightbox-content form textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.lightbox-content .info-form input[type=text]:-moz-placeholder, .lightbox-content .oh-spektrix-paywall-wrap form input[type=text]:-moz-placeholder, .oh-spektrix-paywall-wrap .lightbox-content form input[type=text]:-moz-placeholder,
.lightbox-content .paywall-denied-message form input[type=text]:-moz-placeholder,
.paywall-denied-message .lightbox-content form input[type=text]:-moz-placeholder,
.lightbox-content .info-form input[type=email]:-moz-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=email]:-moz-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=email]:-moz-placeholder,
.lightbox-content .paywall-denied-message form input[type=email]:-moz-placeholder,
.paywall-denied-message .lightbox-content form input[type=email]:-moz-placeholder,
.lightbox-content .info-form input[type=search]:-moz-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=search]:-moz-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=search]:-moz-placeholder,
.lightbox-content .paywall-denied-message form input[type=search]:-moz-placeholder,
.paywall-denied-message .lightbox-content form input[type=search]:-moz-placeholder,
.lightbox-content .info-form input[type=tel]:-moz-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=tel]:-moz-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=tel]:-moz-placeholder,
.lightbox-content .paywall-denied-message form input[type=tel]:-moz-placeholder,
.paywall-denied-message .lightbox-content form input[type=tel]:-moz-placeholder,
.lightbox-content .info-form input[type=password]:-moz-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=password]:-moz-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=password]:-moz-placeholder,
.lightbox-content .paywall-denied-message form input[type=password]:-moz-placeholder,
.paywall-denied-message .lightbox-content form input[type=password]:-moz-placeholder,
.lightbox-content .info-form textarea:-moz-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form textarea:-moz-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form textarea:-moz-placeholder,
.lightbox-content .paywall-denied-message form textarea:-moz-placeholder,
.paywall-denied-message .lightbox-content form textarea:-moz-placeholder {
  color: #fff;
}
.lightbox-content .info-form input[type=text]:-ms-input-placeholder, .lightbox-content .oh-spektrix-paywall-wrap form input[type=text]:-ms-input-placeholder, .oh-spektrix-paywall-wrap .lightbox-content form input[type=text]:-ms-input-placeholder,
.lightbox-content .paywall-denied-message form input[type=text]:-ms-input-placeholder,
.paywall-denied-message .lightbox-content form input[type=text]:-ms-input-placeholder,
.lightbox-content .info-form input[type=email]:-ms-input-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=email]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=email]:-ms-input-placeholder,
.lightbox-content .paywall-denied-message form input[type=email]:-ms-input-placeholder,
.paywall-denied-message .lightbox-content form input[type=email]:-ms-input-placeholder,
.lightbox-content .info-form input[type=search]:-ms-input-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=search]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=search]:-ms-input-placeholder,
.lightbox-content .paywall-denied-message form input[type=search]:-ms-input-placeholder,
.paywall-denied-message .lightbox-content form input[type=search]:-ms-input-placeholder,
.lightbox-content .info-form input[type=tel]:-ms-input-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=tel]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=tel]:-ms-input-placeholder,
.lightbox-content .paywall-denied-message form input[type=tel]:-ms-input-placeholder,
.paywall-denied-message .lightbox-content form input[type=tel]:-ms-input-placeholder,
.lightbox-content .info-form input[type=password]:-ms-input-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=password]:-ms-input-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=password]:-ms-input-placeholder,
.lightbox-content .paywall-denied-message form input[type=password]:-ms-input-placeholder,
.paywall-denied-message .lightbox-content form input[type=password]:-ms-input-placeholder,
.lightbox-content .info-form textarea:-ms-input-placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form textarea:-ms-input-placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form textarea:-ms-input-placeholder,
.lightbox-content .paywall-denied-message form textarea:-ms-input-placeholder,
.paywall-denied-message .lightbox-content form textarea:-ms-input-placeholder {
  color: #fff;
}
.lightbox-content .info-form input[type=text].placeholder, .lightbox-content .oh-spektrix-paywall-wrap form input[type=text].placeholder, .oh-spektrix-paywall-wrap .lightbox-content form input[type=text].placeholder,
.lightbox-content .paywall-denied-message form input[type=text].placeholder,
.paywall-denied-message .lightbox-content form input[type=text].placeholder,
.lightbox-content .info-form input[type=email].placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=email].placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=email].placeholder,
.lightbox-content .paywall-denied-message form input[type=email].placeholder,
.paywall-denied-message .lightbox-content form input[type=email].placeholder,
.lightbox-content .info-form input[type=search].placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=search].placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=search].placeholder,
.lightbox-content .paywall-denied-message form input[type=search].placeholder,
.paywall-denied-message .lightbox-content form input[type=search].placeholder,
.lightbox-content .info-form input[type=tel].placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=tel].placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=tel].placeholder,
.lightbox-content .paywall-denied-message form input[type=tel].placeholder,
.paywall-denied-message .lightbox-content form input[type=tel].placeholder,
.lightbox-content .info-form input[type=password].placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form input[type=password].placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form input[type=password].placeholder,
.lightbox-content .paywall-denied-message form input[type=password].placeholder,
.paywall-denied-message .lightbox-content form input[type=password].placeholder,
.lightbox-content .info-form textarea.placeholder,
.lightbox-content .oh-spektrix-paywall-wrap form textarea.placeholder,
.oh-spektrix-paywall-wrap .lightbox-content form textarea.placeholder,
.lightbox-content .paywall-denied-message form textarea.placeholder,
.paywall-denied-message .lightbox-content form textarea.placeholder {
  color: #fff;
}
.info-form textarea, .oh-spektrix-paywall-wrap form textarea,
.paywall-denied-message form textarea {
  height: 120px !important;
  width: 100% !important;
  resize: none;
}
.info-form label, .oh-spektrix-paywall-wrap form label,
.paywall-denied-message form label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: capitalize;
}
.info-form .form-group, .oh-spektrix-paywall-wrap form .form-group,
.paywall-denied-message form .form-group {
  margin-bottom: 15px;
}
.info-form .checkbox, .oh-spektrix-paywall-wrap form .checkbox,
.paywall-denied-message form .checkbox {
  padding: 20px 0 0;
}
@media (min-width: 1024px) {
  .info-form .checkbox, .oh-spektrix-paywall-wrap form .checkbox,
  .paywall-denied-message form .checkbox {
    padding-top: 28px;
  }
}
.info-form .checkbox label, .oh-spektrix-paywall-wrap form .checkbox label,
.paywall-denied-message form .checkbox label {
  font-weight: 400;
  padding-left: 35px;
}
.info-form .checkbox a, .oh-spektrix-paywall-wrap form .checkbox a,
.paywall-denied-message form .checkbox a {
  color: #252959;
}
.info-form .checkbox a:hover, .oh-spektrix-paywall-wrap form .checkbox a:hover,
.paywall-denied-message form .checkbox a:hover {
  color: #161835;
}
.text-white .info-form .checkbox a, .text-white .oh-spektrix-paywall-wrap form .checkbox a, .oh-spektrix-paywall-wrap .text-white form .checkbox a,
.text-white .paywall-denied-message form .checkbox a,
.paywall-denied-message .text-white form .checkbox a {
  color: white;
}
.text-white .info-form .checkbox a:hover, .text-white .oh-spektrix-paywall-wrap form .checkbox a:hover, .oh-spektrix-paywall-wrap .text-white form .checkbox a:hover,
.text-white .paywall-denied-message form .checkbox a:hover,
.paywall-denied-message .text-white form .checkbox a:hover {
  color: #e6e6e6;
}

.info-form.gform-info-form ul, .oh-spektrix-paywall-wrap form.gform-info-form ul,
.paywall-denied-message form.gform-info-form ul {
  padding: 0;
  list-style-type: none;
}
.info-form.gform-info-form ul li, .oh-spektrix-paywall-wrap form.gform-info-form ul li,
.paywall-denied-message form.gform-info-form ul li {
  margin-bottom: 15px;
}
.info-form.gform-info-form .gform_footer, .oh-spektrix-paywall-wrap form.gform-info-form .gform_footer,
.paywall-denied-message form.gform-info-form .gform_footer {
  text-align: center;
}
.info-form.gform-info-form input[type=file], .oh-spektrix-paywall-wrap form.gform-info-form input[type=file],
.paywall-denied-message form.gform-info-form input[type=file] {
  padding: 15px 0;
  border-top: 2px solid #252959;
  border-bottom: 2px solid #252959;
  width: 100%;
}
.info-form.gform-info-form .ginput_container_radio, .oh-spektrix-paywall-wrap form.gform-info-form .ginput_container_radio,
.paywall-denied-message form.gform-info-form .ginput_container_radio, .info-form.gform-info-form .ginput_container_checkbox, .oh-spektrix-paywall-wrap form.gform-info-form .ginput_container_checkbox,
.paywall-denied-message form.gform-info-form .ginput_container_checkbox {
  padding-top: 15px;
  border-top: 2px solid #252959;
  border-bottom: 2px solid #252959;
}
.info-form.gform-info-form .ginput_container_radio li, .oh-spektrix-paywall-wrap form.gform-info-form .ginput_container_radio li,
.paywall-denied-message form.gform-info-form .ginput_container_radio li, .info-form.gform-info-form .ginput_container_checkbox li, .oh-spektrix-paywall-wrap form.gform-info-form .ginput_container_checkbox li,
.paywall-denied-message form.gform-info-form .ginput_container_checkbox li {
  position: relative;
}
.info-form.gform-info-form .ginput_container_radio li label, .oh-spektrix-paywall-wrap form.gform-info-form .ginput_container_radio li label,
.paywall-denied-message form.gform-info-form .ginput_container_radio li label {
  margin-left: 12px;
}
.info-form.gform-info-form .ginput_container_checkbox li label, .oh-spektrix-paywall-wrap form.gform-info-form .ginput_container_checkbox li label,
.paywall-denied-message form.gform-info-form .ginput_container_checkbox li label {
  margin-left: 25px;
}
.info-form.gform-info-form .gform_submission_error, .oh-spektrix-paywall-wrap form.gform-info-form .gform_submission_error,
.paywall-denied-message form.gform-info-form .gform_submission_error {
  font-family: "Roboto Condensed", "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: inherit;
  color: #d03316;
}

body.high-contrast {
  color: #f2df10 !important;
  background-color: black !important;
}
body.high-contrast a, body.high-contrast a:hover {
  color: #f2df10 !important;
}
@media (max-width: 767px) {
  body.high-contrast .nav-drop {
    color: #f2df10 !important;
    background-color: black !important;
  }
  body.high-contrast .nav-drop a, body.high-contrast .nav-drop a:hover {
    color: #f2df10 !important;
  }
}
body.high-contrast .bg-white {
  background: black;
}
body.high-contrast .text-white {
  color: white;
}
body.high-contrast .text-white a {
  color: white;
}
body.high-contrast .bg-black {
  background: black;
}
body.high-contrast .text-black {
  color: white;
}
body.high-contrast .text-black a {
  color: white;
}
body.high-contrast .bg-blue-light {
  background: black;
}
body.high-contrast .text-blue-light {
  color: white;
}
body.high-contrast .text-blue-light a {
  color: white;
}
body.high-contrast .bg-blue-mid {
  background: black;
}
body.high-contrast .text-blue-mid {
  color: white;
}
body.high-contrast .text-blue-mid a {
  color: white;
}
body.high-contrast .bg-blue-dark {
  background: black;
}
body.high-contrast .text-blue-dark {
  color: white;
}
body.high-contrast .text-blue-dark a {
  color: white;
}
body.high-contrast .bg-red-light {
  background: black;
}
body.high-contrast .text-red-light {
  color: white;
}
body.high-contrast .text-red-light a {
  color: white;
}
body.high-contrast .bg-red-mid {
  background: black;
}
body.high-contrast .text-red-mid {
  color: white;
}
body.high-contrast .text-red-mid a {
  color: white;
}
body.high-contrast .bg-red-dark {
  background: black;
}
body.high-contrast .text-red-dark {
  color: white;
}
body.high-contrast .text-red-dark a {
  color: white;
}
body.high-contrast .bg-green-light {
  background: black;
}
body.high-contrast .text-green-light {
  color: white;
}
body.high-contrast .text-green-light a {
  color: white;
}
body.high-contrast .bg-green-mid {
  background: black;
}
body.high-contrast .text-green-mid {
  color: white;
}
body.high-contrast .text-green-mid a {
  color: white;
}
body.high-contrast .bg-green-dark {
  background: black;
}
body.high-contrast .text-green-dark {
  color: white;
}
body.high-contrast .text-green-dark a {
  color: white;
}
body.high-contrast .bg-yellow-light {
  background: black;
}
body.high-contrast .text-yellow-light {
  color: white;
}
body.high-contrast .text-yellow-light a {
  color: white;
}
body.high-contrast .bg-yellow-mid {
  background: black;
}
body.high-contrast .text-yellow-mid {
  color: white;
}
body.high-contrast .text-yellow-mid a {
  color: white;
}
body.high-contrast .bg-yellow-dark {
  background: black;
}
body.high-contrast .text-yellow-dark {
  color: white;
}
body.high-contrast .text-yellow-dark a {
  color: white;
}
body.high-contrast .bg-purple-light {
  background: black;
}
body.high-contrast .text-purple-light {
  color: white;
}
body.high-contrast .text-purple-light a {
  color: white;
}
body.high-contrast .bg-purple-mid {
  background: black;
}
body.high-contrast .text-purple-mid {
  color: white;
}
body.high-contrast .text-purple-mid a {
  color: white;
}
body.high-contrast .bg-purple-dark {
  background: black;
}
body.high-contrast .text-purple-dark {
  color: white;
}
body.high-contrast .text-purple-dark a {
  color: white;
}
body.high-contrast h2.h3, body.high-contrast .oh-spektrix-paywall-wrap h2, .oh-spektrix-paywall-wrap body.high-contrast h2,
body.high-contrast .paywall-denied-message h2,
.paywall-denied-message body.high-contrast h2, body.high-contrast h2.h2, body.high-contrast h2.h1, body.high-contrast h2 a {
  color: #f2df10;
}
body.high-contrast .logo .logo-holder .logo-circle {
  fill: #f2df10;
}
body.high-contrast .logo .logo-holder .logo-letters {
  fill: black;
}
body.high-contrast .logo .mobile-logo-holder .logo-letters {
  fill: #f2df10;
}
body.high-contrast .logo:hover .logo-holder .logo-circle {
  fill: black;
}
body.high-contrast .logo:hover .logo-holder .logo-letters {
  fill: #f2df10;
}
body.high-contrast .nav-opener:before, body.high-contrast .nav-opener:after, body.high-contrast .nav-opener span {
  background-color: #f2df10;
}
body.high-contrast .btn, body.high-contrast .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form body.high-contrast .button,
body.high-contrast .paywall-denied-message form .button,
.paywall-denied-message form body.high-contrast .button {
  background-color: #f2df10;
  color: black !important;
}
body.high-contrast .btn:hover, body.high-contrast .oh-spektrix-paywall-wrap form .button:hover, .oh-spektrix-paywall-wrap form body.high-contrast .button:hover,
body.high-contrast .paywall-denied-message form .button:hover,
.paywall-denied-message form body.high-contrast .button:hover, body.high-contrast .btn:focus, body.high-contrast .oh-spektrix-paywall-wrap form .button:focus, .oh-spektrix-paywall-wrap form body.high-contrast .button:focus,
body.high-contrast .paywall-denied-message form .button:focus,
.paywall-denied-message form body.high-contrast .button:focus {
  background-color: #f2df10;
  color: black !important;
}
body.high-contrast .btn.has-ico .ico, body.high-contrast .oh-spektrix-paywall-wrap form .has-ico.button .ico, .oh-spektrix-paywall-wrap form body.high-contrast .has-ico.button .ico,
body.high-contrast .paywall-denied-message form .has-ico.button .ico,
.paywall-denied-message form body.high-contrast .has-ico.button .ico {
  color: #f2df10 !important;
  background-color: black !important;
}
body.high-contrast .btn.has-ico .ico a, body.high-contrast .oh-spektrix-paywall-wrap form .has-ico.button .ico a, .oh-spektrix-paywall-wrap form body.high-contrast .has-ico.button .ico a,
body.high-contrast .paywall-denied-message form .has-ico.button .ico a,
.paywall-denied-message form body.high-contrast .has-ico.button .ico a, body.high-contrast .btn.has-ico .ico a:hover {
  color: #f2df10 !important;
}
body.high-contrast .btn.open, body.high-contrast .oh-spektrix-paywall-wrap form .open.button, .oh-spektrix-paywall-wrap form body.high-contrast .open.button,
body.high-contrast .paywall-denied-message form .open.button,
.paywall-denied-message form body.high-contrast .open.button, body.high-contrast .btn.dotted, body.high-contrast .oh-spektrix-paywall-wrap form .dotted.button, .oh-spektrix-paywall-wrap form body.high-contrast .dotted.button,
body.high-contrast .paywall-denied-message form .dotted.button,
.paywall-denied-message form body.high-contrast .dotted.button {
  border-color: #f2df10 !important;
  color: #f2df10 !important;
  background-color: black !important;
}
body.high-contrast .btn.open a, body.high-contrast .oh-spektrix-paywall-wrap form .open.button a, .oh-spektrix-paywall-wrap form body.high-contrast .open.button a,
body.high-contrast .paywall-denied-message form .open.button a,
.paywall-denied-message form body.high-contrast .open.button a, body.high-contrast .btn.open a:hover, body.high-contrast .btn.dotted a, body.high-contrast .oh-spektrix-paywall-wrap form .dotted.button a, .oh-spektrix-paywall-wrap form body.high-contrast .dotted.button a,
body.high-contrast .paywall-denied-message form .dotted.button a,
.paywall-denied-message form body.high-contrast .dotted.button a, body.high-contrast .btn.dotted a:hover {
  color: #f2df10 !important;
}
body.high-contrast .btn.open.has-ico .ico, body.high-contrast .oh-spektrix-paywall-wrap form .open.has-ico.button .ico, .oh-spektrix-paywall-wrap form body.high-contrast .open.has-ico.button .ico,
body.high-contrast .paywall-denied-message form .open.has-ico.button .ico,
.paywall-denied-message form body.high-contrast .open.has-ico.button .ico, body.high-contrast .btn.dotted.has-ico .ico, body.high-contrast .oh-spektrix-paywall-wrap form .dotted.has-ico.button .ico, .oh-spektrix-paywall-wrap form body.high-contrast .dotted.has-ico.button .ico,
body.high-contrast .paywall-denied-message form .dotted.has-ico.button .ico,
.paywall-denied-message form body.high-contrast .dotted.has-ico.button .ico {
  background-color: #f2df10;
  color: black !important;
}
body.high-contrast .btn.open:hover, body.high-contrast .oh-spektrix-paywall-wrap form .open.button:hover, .oh-spektrix-paywall-wrap form body.high-contrast .open.button:hover,
body.high-contrast .paywall-denied-message form .open.button:hover,
.paywall-denied-message form body.high-contrast .open.button:hover, body.high-contrast .btn.open:focus, body.high-contrast .oh-spektrix-paywall-wrap form .open.button:focus, .oh-spektrix-paywall-wrap form body.high-contrast .open.button:focus,
body.high-contrast .paywall-denied-message form .open.button:focus,
.paywall-denied-message form body.high-contrast .open.button:focus, body.high-contrast .btn.dotted:hover, body.high-contrast .oh-spektrix-paywall-wrap form .dotted.button:hover, .oh-spektrix-paywall-wrap form body.high-contrast .dotted.button:hover,
body.high-contrast .paywall-denied-message form .dotted.button:hover,
.paywall-denied-message form body.high-contrast .dotted.button:hover, body.high-contrast .btn.dotted:focus, body.high-contrast .oh-spektrix-paywall-wrap form .dotted.button:focus, .oh-spektrix-paywall-wrap form body.high-contrast .dotted.button:focus,
body.high-contrast .paywall-denied-message form .dotted.button:focus,
.paywall-denied-message form body.high-contrast .dotted.button:focus {
  color: #f2df10 !important;
  background-color: black !important;
}
body.high-contrast .btn.open:hover a, body.high-contrast .oh-spektrix-paywall-wrap form .open.button:hover a, .oh-spektrix-paywall-wrap form body.high-contrast .open.button:hover a,
body.high-contrast .paywall-denied-message form .open.button:hover a,
.paywall-denied-message form body.high-contrast .open.button:hover a, body.high-contrast .btn.open:hover a:hover, body.high-contrast .btn.open:focus a, body.high-contrast .oh-spektrix-paywall-wrap form .open.button:focus a, .oh-spektrix-paywall-wrap form body.high-contrast .open.button:focus a,
body.high-contrast .paywall-denied-message form .open.button:focus a,
.paywall-denied-message form body.high-contrast .open.button:focus a, body.high-contrast .btn.open:focus a:hover, body.high-contrast .btn.dotted:hover a, body.high-contrast .oh-spektrix-paywall-wrap form .dotted.button:hover a, .oh-spektrix-paywall-wrap form body.high-contrast .dotted.button:hover a,
body.high-contrast .paywall-denied-message form .dotted.button:hover a,
.paywall-denied-message form body.high-contrast .dotted.button:hover a, body.high-contrast .btn.dotted:hover a:hover, body.high-contrast .btn.dotted:focus a, body.high-contrast .oh-spektrix-paywall-wrap form .dotted.button:focus a, .oh-spektrix-paywall-wrap form body.high-contrast .dotted.button:focus a,
body.high-contrast .paywall-denied-message form .dotted.button:focus a,
.paywall-denied-message form body.high-contrast .dotted.button:focus a, body.high-contrast .btn.dotted:focus a:hover {
  color: #f2df10 !important;
}
body.high-contrast p, body.high-contrast .info-text,
body.high-contrast .event-info .showing-summary,
body.high-contrast .event-info .showing-summary li,
body.high-contrast .footer-holder,
body.high-contrast .info-box .gform_wrapper,
body.high-contrast .pagination-links .page-numbers.current,
body.high-contrast .pagination-links .page-numbers.dots {
  color: white !important;
}
body.high-contrast li, body.high-contrast header#header, body.high-contrast .fancybox-bg, body.high-contrast h1, body.high-contrast h3, body.high-contrast h4, body.high-contrast h5, body.high-contrast h6, body.high-contrast .event-info h2, body.high-contrast .text-block h2, body.high-contrast h2.h4,
body.high-contrast div.top-bar, body.high-contrast div.caption, body.high-contrast div.text-block, body.high-contrast div.event-info,
body.high-contrast section, body.high-contrast section.bg-soft-blue, body.high-contrast .info-post.team, body.high-contrast.page-template-whats-on .info-section:nth-child(2n) .bg-container, body.high-contrast.alternate-bg .info-section:nth-child(2n) .bg-container,
body.high-contrast .navigation a, body.high-contrast.single-post .navigation a,
body.high-contrast .navigation li.current-menu-item a, body.high-contrast .bx-controls a,
body.high-contrast .navigation li.current-page-ancestor a,
body.high-contrast li.calendar :before, body.high-contrast .events-carousel:before, body.high-contrast .events-carousel:after {
  color: #f2df10 !important;
  background-color: black !important;
}
body.high-contrast li a, body.high-contrast li a:hover, body.high-contrast header#header a, body.high-contrast header#header a:hover, body.high-contrast .fancybox-bg a, body.high-contrast .fancybox-bg a:hover, body.high-contrast h1 a, body.high-contrast h1 a:hover, body.high-contrast h3 a, body.high-contrast h3 a:hover, body.high-contrast h4 a, body.high-contrast h4 a:hover, body.high-contrast h5 a, body.high-contrast h5 a:hover, body.high-contrast h6 a, body.high-contrast h6 a:hover, body.high-contrast .event-info h2 a, body.high-contrast .event-info h2 a:hover, body.high-contrast .text-block h2 a, body.high-contrast .text-block h2 a:hover, body.high-contrast h2.h4 a, body.high-contrast h2.h4 a:hover,
body.high-contrast div.top-bar a,
body.high-contrast div.top-bar a:hover, body.high-contrast div.caption a, body.high-contrast div.caption a:hover, body.high-contrast div.text-block a, body.high-contrast div.text-block a:hover, body.high-contrast div.event-info a, body.high-contrast div.event-info a:hover,
body.high-contrast section a,
body.high-contrast section a:hover, body.high-contrast section.bg-soft-blue a, body.high-contrast section.bg-soft-blue a:hover, body.high-contrast .info-post.team a, body.high-contrast .info-post.team a:hover, body.high-contrast.page-template-whats-on .info-section:nth-child(2n) .bg-container a, body.high-contrast.page-template-whats-on .info-section:nth-child(2n) .bg-container a:hover, body.high-contrast.alternate-bg .info-section:nth-child(2n) .bg-container a, body.high-contrast.alternate-bg .info-section:nth-child(2n) .bg-container a:hover,
body.high-contrast .navigation a a,
body.high-contrast .navigation a a:hover, body.high-contrast.single-post .navigation a a, body.high-contrast.single-post .navigation a a:hover,
body.high-contrast .navigation li.current-menu-item a a,
body.high-contrast .navigation li.current-menu-item a a:hover, body.high-contrast .bx-controls a a, body.high-contrast .bx-controls a a:hover,
body.high-contrast .navigation li.current-page-ancestor a a,
body.high-contrast .navigation li.current-page-ancestor a a:hover,
body.high-contrast li.calendar :before a,
body.high-contrast li.calendar :before a:hover, body.high-contrast .events-carousel:before a, body.high-contrast .events-carousel:before a:hover, body.high-contrast .events-carousel:after a, body.high-contrast .events-carousel:after a:hover {
  color: #f2df10 !important;
}
body.high-contrast div.heading, body.high-contrast div.heading h2.h1, body.high-contrast mark, body.high-contrast.page-template-whats-on .info-section:nth-child(odd) .heading, body.high-contrast.page-template-whats-on .info-section:nth-child(even) .heading,
body.high-contrast div.event-info.dark-blue,
body.high-contrast div.heading u.text-white,
body.high-contrast .events-carousel:before, body.high-contrast .events-carousel:after,
body.high-contrast .social-networks a,
body.high-contrast .info-post .category,
body.high-contrast .counter spektrix-basket-item-count,
body.high-contrast .ui-datepicker .ui-datepicker-prev, body.high-contrast .ui-datepicker .ui-datepicker-next,
body.high-contrast .pagination-links .page-numbers.next:before, body.high-contrast .pagination-links .page-numbers.prev:before {
  background-color: #f2df10;
  color: black !important;
}
body.high-contrast .info-guide .guide-links .sections ul li:after {
  color: #f2df10 !important;
}
body.high-contrast div.heading h2, body.high-contrast div.heading h2 a {
  color: black !important;
}
body.high-contrast input[type=text], body.high-contrast input[type=email], body.high-contrast input[type=search],
body.high-contrast .info-schedule, body.high-contrast .list-filter.whats-on > li a, body.high-contrast textarea,
body.high-contrast .info-about .guide-links .sections ul, body.high-contrast .info-guide .guide-links .sections ul {
  border-color: #f2df10 !important;
  color: #f2df10 !important;
  background-color: black !important;
}
body.high-contrast input[type=text] a, body.high-contrast input[type=text] a:hover, body.high-contrast input[type=email] a, body.high-contrast input[type=email] a:hover, body.high-contrast input[type=search] a, body.high-contrast input[type=search] a:hover,
body.high-contrast .info-schedule a,
body.high-contrast .info-schedule a:hover, body.high-contrast .list-filter.whats-on > li a a, body.high-contrast .list-filter.whats-on > li a a:hover, body.high-contrast textarea a, body.high-contrast textarea a:hover,
body.high-contrast .info-about .guide-links .sections ul a,
body.high-contrast .info-about .guide-links .sections ul a:hover, body.high-contrast .info-guide .guide-links .sections ul a, body.high-contrast .info-guide .guide-links .sections ul a:hover {
  color: #f2df10 !important;
}
body.high-contrast blockquote, body.high-contrast blockquote.footer {
  color: #f2df10 !important;
  background-color: black !important;
  border: 1px solid #f2df10;
}
body.high-contrast blockquote a, body.high-contrast blockquote a:hover, body.high-contrast blockquote.footer a, body.high-contrast blockquote.footer a:hover {
  color: #f2df10 !important;
}
body.high-contrast .optional-content a {
  outline-color: black;
  background-color: #f2df10;
  color: black !important;
}
body.high-contrast .optional-content a span.download:before, body.high-contrast .optional-content a span.external-link:before {
  color: #f2df10 !important;
  background-color: black !important;
}
body.high-contrast .optional-content a span.download:before a, body.high-contrast .optional-content a span.download:before a:hover, body.high-contrast .optional-content a span.external-link:before a, body.high-contrast .optional-content a span.external-link:before a:hover {
  color: #f2df10 !important;
}
body.high-contrast .list-category .link-category {
  border-color: #f2df10 !important;
  color: #f2df10 !important;
}
body.high-contrast .list-category .link-category:hover {
  background-color: #f2df10;
  color: black !important;
}
body.high-contrast nav.breadcrumbs, body.high-contrast table td, body.high-contrast table th,
body.high-contrast .info-text, body.high-contrast .navigation a, body.high-contrast article, body.high-contrast .footer-info,
body.high-contrast .info-about .h3,
body.high-contrast .info-about .oh-spektrix-paywall-wrap h2,
.oh-spektrix-paywall-wrap body.high-contrast .info-about h2,
body.high-contrast .info-about .paywall-denied-message h2,
.paywall-denied-message body.high-contrast .info-about h2, body.high-contrast .info-guide .h3, body.high-contrast .info-guide .oh-spektrix-paywall-wrap h2, .oh-spektrix-paywall-wrap body.high-contrast .info-guide h2,
body.high-contrast .info-guide .paywall-denied-message h2,
.paywall-denied-message body.high-contrast .info-guide h2 {
  border-color: #f2df10 !important;
}
body.high-contrast .info-post.team .text-block:after {
  border-color: black !important;
}
body.high-contrast .info-box, body.high-contrast .info-box.green, body.high-contrast .info-box.orange, body.high-contrast .side-form, body.high-contrast .side-form.green, body.high-contrast .side-form.orange, body.high-contrast .search-form, body.high-contrast .search-form.green, body.high-contrast .search-form.orange {
  border-color: #f2df10 !important;
}
body.high-contrast .info-box .btn, body.high-contrast .info-box .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form body.high-contrast .info-box .button,
body.high-contrast .info-box .paywall-denied-message form .button,
.paywall-denied-message form body.high-contrast .info-box .button, body.high-contrast .info-box.green .btn, body.high-contrast .info-box.orange .btn, body.high-contrast .side-form .btn, body.high-contrast .side-form .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form body.high-contrast .side-form .button,
body.high-contrast .side-form .paywall-denied-message form .button,
.paywall-denied-message form body.high-contrast .side-form .button, body.high-contrast .side-form.green .btn, body.high-contrast .side-form.orange .btn, body.high-contrast .search-form .btn, body.high-contrast .search-form .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form body.high-contrast .search-form .button,
body.high-contrast .search-form .paywall-denied-message form .button,
.paywall-denied-message form body.high-contrast .search-form .button, body.high-contrast .search-form.green .btn, body.high-contrast .search-form.orange .btn {
  background-color: #f2df10;
  color: black !important;
}
body.high-contrast .info-box input::-webkit-input-placeholder, body.high-contrast .info-box textarea::-webkit-input-placeholder, body.high-contrast .info-box input[type=text]::-webkit-input-placeholder, body.high-contrast .info-box.green input::-webkit-input-placeholder, body.high-contrast .info-box.green textarea::-webkit-input-placeholder, body.high-contrast .info-box.green input[type=text]::-webkit-input-placeholder, body.high-contrast .info-box.orange input::-webkit-input-placeholder, body.high-contrast .info-box.orange textarea::-webkit-input-placeholder, body.high-contrast .info-box.orange input[type=text]::-webkit-input-placeholder, body.high-contrast .side-form input::-webkit-input-placeholder, body.high-contrast .side-form textarea::-webkit-input-placeholder, body.high-contrast .side-form input[type=text]::-webkit-input-placeholder, body.high-contrast .side-form.green input::-webkit-input-placeholder, body.high-contrast .side-form.green textarea::-webkit-input-placeholder, body.high-contrast .side-form.green input[type=text]::-webkit-input-placeholder, body.high-contrast .side-form.orange input::-webkit-input-placeholder, body.high-contrast .side-form.orange textarea::-webkit-input-placeholder, body.high-contrast .side-form.orange input[type=text]::-webkit-input-placeholder, body.high-contrast .search-form input::-webkit-input-placeholder, body.high-contrast .search-form textarea::-webkit-input-placeholder, body.high-contrast .search-form input[type=text]::-webkit-input-placeholder, body.high-contrast .search-form.green input::-webkit-input-placeholder, body.high-contrast .search-form.green textarea::-webkit-input-placeholder, body.high-contrast .search-form.green input[type=text]::-webkit-input-placeholder, body.high-contrast .search-form.orange input::-webkit-input-placeholder, body.high-contrast .search-form.orange textarea::-webkit-input-placeholder, body.high-contrast .search-form.orange input[type=text]::-webkit-input-placeholder {
  color: #f2df10 !important;
}
body.high-contrast .info-box input::-moz-placeholder, body.high-contrast .info-box textarea::-moz-placeholder, body.high-contrast .info-box input[type=text]::-moz-placeholder, body.high-contrast .info-box.green input::-moz-placeholder, body.high-contrast .info-box.green textarea::-moz-placeholder, body.high-contrast .info-box.green input[type=text]::-moz-placeholder, body.high-contrast .info-box.orange input::-moz-placeholder, body.high-contrast .info-box.orange textarea::-moz-placeholder, body.high-contrast .info-box.orange input[type=text]::-moz-placeholder, body.high-contrast .side-form input::-moz-placeholder, body.high-contrast .side-form textarea::-moz-placeholder, body.high-contrast .side-form input[type=text]::-moz-placeholder, body.high-contrast .side-form.green input::-moz-placeholder, body.high-contrast .side-form.green textarea::-moz-placeholder, body.high-contrast .side-form.green input[type=text]::-moz-placeholder, body.high-contrast .side-form.orange input::-moz-placeholder, body.high-contrast .side-form.orange textarea::-moz-placeholder, body.high-contrast .side-form.orange input[type=text]::-moz-placeholder, body.high-contrast .search-form input::-moz-placeholder, body.high-contrast .search-form textarea::-moz-placeholder, body.high-contrast .search-form input[type=text]::-moz-placeholder, body.high-contrast .search-form.green input::-moz-placeholder, body.high-contrast .search-form.green textarea::-moz-placeholder, body.high-contrast .search-form.green input[type=text]::-moz-placeholder, body.high-contrast .search-form.orange input::-moz-placeholder, body.high-contrast .search-form.orange textarea::-moz-placeholder, body.high-contrast .search-form.orange input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #f2df10 !important;
}
body.high-contrast .info-box input:-moz-placeholder, body.high-contrast .info-box textarea:-moz-placeholder, body.high-contrast .info-box input[type=text]:-moz-placeholder, body.high-contrast .info-box.green input:-moz-placeholder, body.high-contrast .info-box.green textarea:-moz-placeholder, body.high-contrast .info-box.green input[type=text]:-moz-placeholder, body.high-contrast .info-box.orange input:-moz-placeholder, body.high-contrast .info-box.orange textarea:-moz-placeholder, body.high-contrast .info-box.orange input[type=text]:-moz-placeholder, body.high-contrast .side-form input:-moz-placeholder, body.high-contrast .side-form textarea:-moz-placeholder, body.high-contrast .side-form input[type=text]:-moz-placeholder, body.high-contrast .side-form.green input:-moz-placeholder, body.high-contrast .side-form.green textarea:-moz-placeholder, body.high-contrast .side-form.green input[type=text]:-moz-placeholder, body.high-contrast .side-form.orange input:-moz-placeholder, body.high-contrast .side-form.orange textarea:-moz-placeholder, body.high-contrast .side-form.orange input[type=text]:-moz-placeholder, body.high-contrast .search-form input:-moz-placeholder, body.high-contrast .search-form textarea:-moz-placeholder, body.high-contrast .search-form input[type=text]:-moz-placeholder, body.high-contrast .search-form.green input:-moz-placeholder, body.high-contrast .search-form.green textarea:-moz-placeholder, body.high-contrast .search-form.green input[type=text]:-moz-placeholder, body.high-contrast .search-form.orange input:-moz-placeholder, body.high-contrast .search-form.orange textarea:-moz-placeholder, body.high-contrast .search-form.orange input[type=text]:-moz-placeholder {
  color: #f2df10 !important;
}
body.high-contrast .info-box input:-ms-input-placeholder, body.high-contrast .info-box textarea:-ms-input-placeholder, body.high-contrast .info-box input[type=text]:-ms-input-placeholder, body.high-contrast .info-box.green input:-ms-input-placeholder, body.high-contrast .info-box.green textarea:-ms-input-placeholder, body.high-contrast .info-box.green input[type=text]:-ms-input-placeholder, body.high-contrast .info-box.orange input:-ms-input-placeholder, body.high-contrast .info-box.orange textarea:-ms-input-placeholder, body.high-contrast .info-box.orange input[type=text]:-ms-input-placeholder, body.high-contrast .side-form input:-ms-input-placeholder, body.high-contrast .side-form textarea:-ms-input-placeholder, body.high-contrast .side-form input[type=text]:-ms-input-placeholder, body.high-contrast .side-form.green input:-ms-input-placeholder, body.high-contrast .side-form.green textarea:-ms-input-placeholder, body.high-contrast .side-form.green input[type=text]:-ms-input-placeholder, body.high-contrast .side-form.orange input:-ms-input-placeholder, body.high-contrast .side-form.orange textarea:-ms-input-placeholder, body.high-contrast .side-form.orange input[type=text]:-ms-input-placeholder, body.high-contrast .search-form input:-ms-input-placeholder, body.high-contrast .search-form textarea:-ms-input-placeholder, body.high-contrast .search-form input[type=text]:-ms-input-placeholder, body.high-contrast .search-form.green input:-ms-input-placeholder, body.high-contrast .search-form.green textarea:-ms-input-placeholder, body.high-contrast .search-form.green input[type=text]:-ms-input-placeholder, body.high-contrast .search-form.orange input:-ms-input-placeholder, body.high-contrast .search-form.orange textarea:-ms-input-placeholder, body.high-contrast .search-form.orange input[type=text]:-ms-input-placeholder {
  color: #f2df10 !important;
}
body.high-contrast .info-box input.placeholder, body.high-contrast .info-box textarea.placeholder, body.high-contrast .info-box input[type=text].placeholder, body.high-contrast .info-box.green input.placeholder, body.high-contrast .info-box.green textarea.placeholder, body.high-contrast .info-box.green input[type=text].placeholder, body.high-contrast .info-box.orange input.placeholder, body.high-contrast .info-box.orange textarea.placeholder, body.high-contrast .info-box.orange input[type=text].placeholder, body.high-contrast .side-form input.placeholder, body.high-contrast .side-form textarea.placeholder, body.high-contrast .side-form input[type=text].placeholder, body.high-contrast .side-form.green input.placeholder, body.high-contrast .side-form.green textarea.placeholder, body.high-contrast .side-form.green input[type=text].placeholder, body.high-contrast .side-form.orange input.placeholder, body.high-contrast .side-form.orange textarea.placeholder, body.high-contrast .side-form.orange input[type=text].placeholder, body.high-contrast .search-form input.placeholder, body.high-contrast .search-form textarea.placeholder, body.high-contrast .search-form input[type=text].placeholder, body.high-contrast .search-form.green input.placeholder, body.high-contrast .search-form.green textarea.placeholder, body.high-contrast .search-form.green input[type=text].placeholder, body.high-contrast .search-form.orange input.placeholder, body.high-contrast .search-form.orange textarea.placeholder, body.high-contrast .search-form.orange input[type=text].placeholder {
  color: #f2df10 !important;
}
body.high-contrast footer#footer .footer-holder {
  background-color: black !important;
}
body.high-contrast footer#footer .footer-holder li {
  color: white !important;
}
body.high-contrast footer#footer, body.high-contrast footer#footer .footer-frame {
  background-color: white !important;
}
body.high-contrast footer#footer strong.h3.title {
  color: black !important;
}
body.high-contrast footer#footer .footer-links {
  border-color: black !important;
}
body.high-contrast footer#footer .footer-links li {
  color: white !important;
  background-color: transparent !important;
}
body.high-contrast footer#footer .footer-links li a {
  color: black !important;
}
body.high-contrast .top-bar .cols .col:first-child:before,
body.high-contrast .info-post .category:before {
  display: none;
}

.gallery {
  position: relative;
}
.gallery .bx-viewport {
  max-width: 1260px;
}
.gallery .bx-controls {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 166px;
}
.gallery .bx-controls .bx-prev,
.gallery .bx-controls .bx-next {
  display: inline-block;
  position: static;
  background: white;
}
.gallery .bx-controls .bx-prev:before, .gallery .bx-controls .bx-prev:after,
.gallery .bx-controls .bx-next:before,
.gallery .bx-controls .bx-next:after {
  color: #f6bab9;
}
.gallery .bx-controls .bx-prev.bx-next,
.gallery .bx-controls .bx-next.bx-next {
  float: right;
}
.gallery .bx-default-pager {
  color: white;
  position: relative;
  top: 10px;
  width: 100%;
  text-align: center;
}
.gallery .bx-default-pager:before {
  content: "Image ";
  display: inline;
}
.gallery .description {
  color: white;
  top: 20%;
  left: 5%;
  max-width: 20%;
  position: absolute;
}
@media (max-width: 1150px) {
  .gallery .bx-controls {
    width: 200px;
    max-width: 80%;
    margin: auto;
    left: 50%;
    position: static;
    margin-left: auto;
  }
  .gallery .video-block {
    max-width: 100%;
    float: none;
  }
  .gallery .description {
    max-width: 90%;
    display: block;
    position: static;
    text-align: center;
    margin: auto;
  }
  .gallery .info-media {
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .gallery .description {
    padding-top: 17px;
  }
}

.events-carousel.no-image {
  padding: 113px 0;
}
.events-carousel.no-image .caption {
  width: 100%;
}
.events-carousel.no-image:after {
  bottom: -6px;
  top: 89px;
}
@media (min-width: 768px) {
  .has-no-thumbnail .events-carousel.no-image {
    padding: 138px 0;
  }
  .has-no-thumbnail .events-carousel.no-image .caption {
    bottom: -78px;
  }
  .has-no-thumbnail .events-carousel.no-image:after {
    bottom: -6px;
    top: 111px;
  }
}

.cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .cols {
    display: block;
  }
}
.cols .col {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cols .col {
    width: 100% !important;
  }
}
.cols.two-columns .col {
  width: 50%;
}
.cols.three-columns .col {
  width: 33.33%;
}
.cols.four-columns .col {
  width: 25%;
}
.cols.two-three-columns .col {
  width: 50%;
}
.cols.two-three-columns .col:nth-child(5n+3), .cols.two-three-columns .col:nth-child(5n+4), .cols.two-three-columns .col:nth-child(5n+5) {
  width: 33.33%;
}

.events-carousel.paywall.has-paywall-form .info-article {
  display: flex;
  justify-content: center;
}

.oh-spektrix-paywall-wrap,
.paywall-denied-message {
  padding: 20px 15px;
  border: 2px solid #252959;
  background: #fff;
}
@media (min-width: 769px) {
  .oh-spektrix-paywall-wrap,
  .paywall-denied-message {
    max-width: 80%;
  }
}
@media (min-width: 1025px) {
  .oh-spektrix-paywall-wrap,
  .paywall-denied-message {
    max-width: 50%;
  }
}
.oh-spektrix-paywall-wrap .switch-account,
.paywall-denied-message .switch-account {
  text-align: center;
}
.oh-spektrix-paywall-wrap h2,
.paywall-denied-message h2 {
  text-align: center;
}
.oh-spektrix-paywall-wrap form p > label,
.paywall-denied-message form p > label {
  display: block;
}
.oh-spektrix-paywall-wrap form p > small,
.paywall-denied-message form p > small {
  display: block;
  margin-bottom: 0.5em;
}
.oh-spektrix-paywall-wrap form .oh-spektrix-paywall-errors,
.paywall-denied-message form .oh-spektrix-paywall-errors {
  color: #d03316;
}
.oh-spektrix-paywall-wrap form .oh-spektrix-paywall-errors,
.oh-spektrix-paywall-wrap form .oh-spektrix-paywall-errors li,
.paywall-denied-message form .oh-spektrix-paywall-errors,
.paywall-denied-message form .oh-spektrix-paywall-errors li {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.oh-spektrix-paywall-wrap form .oh-spektrix-paywall-selected-email a,
.paywall-denied-message form .oh-spektrix-paywall-selected-email a {
  font-size: 80%;
  font-weight: bold;
  font-style: italic;
}
.oh-spektrix-paywall-wrap form .oh-spektrix-paywall-or,
.paywall-denied-message form .oh-spektrix-paywall-or {
  text-align: center;
  text-transform: uppercase;
}
.oh-spektrix-paywall-wrap form .oh-spektrix-paywall-or:before, .oh-spektrix-paywall-wrap form .oh-spektrix-paywall-or:after,
.paywall-denied-message form .oh-spektrix-paywall-or:before,
.paywall-denied-message form .oh-spektrix-paywall-or:after {
  content: " — ";
}
.oh-spektrix-paywall-wrap form .oh-spektrix-paywall-footer,
.paywall-denied-message form .oh-spektrix-paywall-footer {
  text-align: center;
}

@media (min-width: 768px) {
  .burrs-banner {
    margin-top: 40px;
  }
}
.burrs-banner picture {
  display: block;
}
.burrs-banner img {
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
}
@media (min-width: 768px) {
  .burrs-banner img {
    aspect-ratio: 2;
  }
}

hr.burrs-rule {
  border: none;
  height: 2px;
  max-width: 1260px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
hr.burrs-rule::after {
  content: "";
  display: block;
  background-color: var(--accent);
  width: 100%;
  height: 2px;
}
hr.burrs-rule.blue {
  --accent: #276AF6;
}

.burrs-nav {
  background-color: var(--navbar);
}
.burrs-nav .menu {
  padding: 2rem 10px;
  max-width: 1260px;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: "ESRebondGrotesqueBold", Arial, Helvetica, sans-serif;
  font-size: clamp(
		21px,
		-6px + 0.03515625 * 100vw,
		30px
	);
}
@media (min-width: 768px) {
  .burrs-nav .menu {
    justify-content: space-between;
  }
}
.burrs-nav .menu-item a {
  color: var(--navitem);
}

.burrs-section.links .burrs-tile span, .burrs-intro p {
  font-size: clamp(
		21px,
		7.5px + 0.017578125 * 100vw,
		30px
	);
  line-height: 1.2;
}

.burrs-live-header h1, .burrs-live-header h2 {
  font-size: clamp(
		36px,
		15px + 0.02734375 * 100vw,
		50px
	);
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .burrs-intro .inner {
    max-width: 760px;
    margin: 0 auto;
  }
}
.burrs-intro p {
  text-align: left;
}
.burrs-intro.burrs-section .intro {
  margin-top: 0;
}
.burrs-intro.burrs-section .intro .heading {
  margin: 0 0 2rem 0;
}

.burrs-section {
  padding: 3rem 0;
}
.burrs-section .intro {
  margin-top: 0;
}
.burrs-section .intro .heading {
  margin-bottom: 0;
  padding: 0;
}
.burrs-section .image-gallery {
  padding: 0 48px;
  color: var(--accent);
}
.burrs-section .image-gallery .carousel-cell {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .burrs-section .image-gallery .carousel-cell {
    width: 33.3%;
  }
}
.burrs-section.links {
  padding-top: 0;
}
.burrs-section.links .grid {
  display: grid;
  align-items: center;
  gap: 2rem 20px;
  grid-template-columns: repeat(auto-fit, minmax(364px, calc(50% - 10px)));
}
.burrs-section.links .burrs-tile a {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
}
.burrs-section.links .burrs-tile a img {
  transition: all 0.33s ease-in-out;
}
.burrs-section.links .burrs-tile a:hover img {
  transform: scale(1.1);
}
.burrs-section.links .burrs-tile a, .burrs-section.links .burrs-tile span {
  display: block;
}
.burrs-section .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.burrs-section.mailing-list {
  --accent: #276AF6;
  background-color: transparent;
}
.burrs-section.mailing-list .h1 {
  color: #24265A;
}
.burrs-section.mailing-list .btn, .burrs-section.mailing-list .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .burrs-section.mailing-list .button,
.burrs-section.mailing-list .paywall-denied-message form .button,
.paywall-denied-message form .burrs-section.mailing-list .button {
  background-color: var(--accent);
  color: #fff;
  text-transform: none;
  font-size: 2rem;
  line-height: 1;
  padding: 0.66em 1em;
}
@media (max-width: 767px) {
  .burrs-section.mailing-list .btn, .burrs-section.mailing-list .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .burrs-section.mailing-list .button,
  .burrs-section.mailing-list .paywall-denied-message form .button,
  .paywall-denied-message form .burrs-section.mailing-list .button {
    font-size: 1.33rem;
  }
}
.burrs-section.mailing-list .btn:hover, .burrs-section.mailing-list .oh-spektrix-paywall-wrap form .button:hover, .oh-spektrix-paywall-wrap form .burrs-section.mailing-list .button:hover,
.burrs-section.mailing-list .paywall-denied-message form .button:hover,
.paywall-denied-message form .burrs-section.mailing-list .button:hover {
  text-decoration: none !important;
  background-color: #F08C73 !important;
}
@media (max-width: 767px) {
  .burrs-section.mailing-list .holder, .burrs-section.mailing-list .fancybox-slide > * {
    padding-top: 40px;
  }
}
.burrs-section.burrs-faq .intro .heading {
  margin: 0;
}

.burrs-live-header h1, .burrs-live-header h2 {
  line-height: 1.2;
  margin: 0;
}

.video .dummy {
  width: 100%;
  background-color: #fff;
  aspect-ratio: 16/9;
  position: relative;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion-title {
  border-bottom: 2px solid #276AF6;
  display: block;
  width: 100%;
}
.accordion-opener {
  padding: 1rem 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .accordion-opener {
    padding: 1rem calc(48px + 1rem);
  }
}
.accordion-opener h3 {
  flex-grow: 1;
  text-align: center;
  margin: 0;
  padding-left: 48px;
}
.accordion-opener span {
  width: 48px;
  height: 48px;
  transform-origin: center center;
  transition: all 0.33s;
  color: #276AF6;
}
.accordion-opener span svg {
  display: block;
  width: 100%;
  height: 100%;
}
.accordion-active .accordion-opener span {
  transform: rotate(180deg);
}
.accordion-inner {
  padding: 3rem 0;
}
.accordion-inner .accordion-text {
  max-width: 760px;
  margin: 0 auto;
}

.burrs-tag {
  padding: 0.5em 1em;
  font-weight: bold;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  font-family: "ESRebondGrotesqueBold", Arial, Helvetica, sans-serif;
  text-decoration: none !important;
}

.burrs-theme-0 {
  --bg: #C7DDBF;
  --accent: #276AF6;
  --navbar: #276AF6;
  --navitem: #fff;
}

.burrs-tag.burrs-theme-0 {
  color: #C7DDBF;
  background-color: #276AF6;
}

.burrs-theme-1 {
  --bg: #FFF8EA;
  --accent: #9B56A0;
  --navbar: #9B56A0;
  --navitem: #fff;
}

.burrs-tag.burrs-theme-1 {
  color: #FFF8EA;
  background-color: #9B56A0;
}

.burrs-theme-2 {
  --bg: #F5B9B9;
  --accent: #4759A2;
  --navbar: #4759A2;
  --navitem: #fff;
}

.burrs-tag.burrs-theme-2 {
  color: #F5B9B9;
  background-color: #4759A2;
}

.burrs-theme-3 {
  --bg: #4759A2;
  --accent: #F9BD1D;
  --navbar: #F9BD1D;
  --navitem: #24265A;
}

.burrs-tag.burrs-theme-3 {
  color: #4759A2;
  background-color: #F9BD1D;
}

.burrs-theme-4 {
  --bg: #C7DDBF;
  --accent: #FFA697;
  --navbar: #FFA697;
  --navitem: #24265A;
}

.burrs-tag.burrs-theme-4 {
  color: #C7DDBF;
  background-color: #FFA697;
}

.burrs-theme-5 {
  --bg: #FFF8EA;
  --accent: #24265A;
  --navbar: #24265A;
  --navitem: #fff;
}

.burrs-tag.burrs-theme-5 {
  color: #FFF8EA;
  background-color: #24265A;
}

.burrs-tag {
  color: #C7DDBF;
  background-color: #276AF6;
}

.burrs-theme-0 #main,
.burrs-theme-1 #main,
.burrs-theme-2 #main,
.burrs-theme-3 #main,
.burrs-theme-4 #main,
.burrs-theme-5 #main {
  background: var(--bg);
  position: relative;
}
.burrs-theme-0 #main > *,
.burrs-theme-1 #main > *,
.burrs-theme-2 #main > *,
.burrs-theme-3 #main > *,
.burrs-theme-4 #main > *,
.burrs-theme-5 #main > * {
  z-index: 3;
  position: relative;
}
.burrs-theme-0 #main::after,
.burrs-theme-1 #main::after,
.burrs-theme-2 #main::after,
.burrs-theme-3 #main::after,
.burrs-theme-4 #main::after,
.burrs-theme-5 #main::after {
  content: "";
  background-color: red;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 33.3%;
  right: 0;
  top: 50%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .burrs-theme-0 .events-detail,
  .burrs-theme-1 .events-detail,
  .burrs-theme-2 .events-detail,
  .burrs-theme-3 .events-detail,
  .burrs-theme-4 .events-detail,
  .burrs-theme-5 .events-detail {
    padding-top: 130px;
  }
}
.burrs-theme-0 .event-info,
.burrs-theme-1 .event-info,
.burrs-theme-2 .event-info,
.burrs-theme-3 .event-info,
.burrs-theme-4 .event-info,
.burrs-theme-5 .event-info {
  padding: 40px;
  background-color: var(--accent);
  color: var(--navitem);
}
.burrs-theme-0 .event-info .white,
.burrs-theme-1 .event-info .white,
.burrs-theme-2 .event-info .white,
.burrs-theme-3 .event-info .white,
.burrs-theme-4 .event-info .white,
.burrs-theme-5 .event-info .white {
  color: var(--navitem);
}
.burrs-theme-0 .event-info .burrs-live-header,
.burrs-theme-1 .event-info .burrs-live-header,
.burrs-theme-2 .event-info .burrs-live-header,
.burrs-theme-3 .event-info .burrs-live-header,
.burrs-theme-4 .event-info .burrs-live-header,
.burrs-theme-5 .event-info .burrs-live-header {
  margin-bottom: 2rem;
}
.burrs-theme-0 .event-info .burrs-live-header *,
.burrs-theme-1 .event-info .burrs-live-header *,
.burrs-theme-2 .event-info .burrs-live-header *,
.burrs-theme-3 .event-info .burrs-live-header *,
.burrs-theme-4 .event-info .burrs-live-header *,
.burrs-theme-5 .event-info .burrs-live-header * {
  color: var(--navitem);
}
.burrs-theme-0 .event-info p,
.burrs-theme-1 .event-info p,
.burrs-theme-2 .event-info p,
.burrs-theme-3 .event-info p,
.burrs-theme-4 .event-info p,
.burrs-theme-5 .event-info p {
  font-size: clamp(
		14px,
		9.5px + 0.005859375 * 100vw,
		17px
	);
  line-height: 1.2;
  margin-bottom: 1em;
}
.burrs-theme-0 .event-info p:last-of-type,
.burrs-theme-1 .event-info p:last-of-type,
.burrs-theme-2 .event-info p:last-of-type,
.burrs-theme-3 .event-info p:last-of-type,
.burrs-theme-4 .event-info p:last-of-type,
.burrs-theme-5 .event-info p:last-of-type {
  margin-bottom: 0;
}
.burrs-theme-0 .event-info .summary-manual,
.burrs-theme-1 .event-info .summary-manual,
.burrs-theme-2 .event-info .summary-manual,
.burrs-theme-3 .event-info .summary-manual,
.burrs-theme-4 .event-info .summary-manual,
.burrs-theme-5 .event-info .summary-manual {
  margin: 1.5rem 0 3rem;
}
.burrs-theme-0 .event-info .summary-manual p,
.burrs-theme-1 .event-info .summary-manual p,
.burrs-theme-2 .event-info .summary-manual p,
.burrs-theme-3 .event-info .summary-manual p,
.burrs-theme-4 .event-info .summary-manual p,
.burrs-theme-5 .event-info .summary-manual p {
  margin: 0;
}
.burrs-theme-0 .event-info .summary-manual .button-holder,
.burrs-theme-1 .event-info .summary-manual .button-holder,
.burrs-theme-2 .event-info .summary-manual .button-holder,
.burrs-theme-3 .event-info .summary-manual .button-holder,
.burrs-theme-4 .event-info .summary-manual .button-holder,
.burrs-theme-5 .event-info .summary-manual .button-holder {
  margin-top: 1rem;
}
.burrs-theme-0 .event-info .summary-manual .button-holder .btn, .burrs-theme-0 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .burrs-theme-0 .event-info .summary-manual .button-holder .button,
.burrs-theme-0 .event-info .summary-manual .button-holder .paywall-denied-message form .button,
.paywall-denied-message form .burrs-theme-0 .event-info .summary-manual .button-holder .button,
.burrs-theme-1 .event-info .summary-manual .button-holder .btn,
.burrs-theme-1 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button,
.oh-spektrix-paywall-wrap form .burrs-theme-1 .event-info .summary-manual .button-holder .button,
.burrs-theme-1 .event-info .summary-manual .button-holder .paywall-denied-message form .button,
.paywall-denied-message form .burrs-theme-1 .event-info .summary-manual .button-holder .button,
.burrs-theme-2 .event-info .summary-manual .button-holder .btn,
.burrs-theme-2 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button,
.oh-spektrix-paywall-wrap form .burrs-theme-2 .event-info .summary-manual .button-holder .button,
.burrs-theme-2 .event-info .summary-manual .button-holder .paywall-denied-message form .button,
.paywall-denied-message form .burrs-theme-2 .event-info .summary-manual .button-holder .button,
.burrs-theme-3 .event-info .summary-manual .button-holder .btn,
.burrs-theme-3 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button,
.oh-spektrix-paywall-wrap form .burrs-theme-3 .event-info .summary-manual .button-holder .button,
.burrs-theme-3 .event-info .summary-manual .button-holder .paywall-denied-message form .button,
.paywall-denied-message form .burrs-theme-3 .event-info .summary-manual .button-holder .button,
.burrs-theme-4 .event-info .summary-manual .button-holder .btn,
.burrs-theme-4 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button,
.oh-spektrix-paywall-wrap form .burrs-theme-4 .event-info .summary-manual .button-holder .button,
.burrs-theme-4 .event-info .summary-manual .button-holder .paywall-denied-message form .button,
.paywall-denied-message form .burrs-theme-4 .event-info .summary-manual .button-holder .button,
.burrs-theme-5 .event-info .summary-manual .button-holder .btn,
.burrs-theme-5 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button,
.oh-spektrix-paywall-wrap form .burrs-theme-5 .event-info .summary-manual .button-holder .button,
.burrs-theme-5 .event-info .summary-manual .button-holder .paywall-denied-message form .button,
.paywall-denied-message form .burrs-theme-5 .event-info .summary-manual .button-holder .button {
  text-decoration: none;
}
.burrs-theme-0 .event-info .summary-manual .button-holder .btn:hover, .burrs-theme-0 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button:hover, .oh-spektrix-paywall-wrap form .burrs-theme-0 .event-info .summary-manual .button-holder .button:hover,
.burrs-theme-0 .event-info .summary-manual .button-holder .paywall-denied-message form .button:hover,
.paywall-denied-message form .burrs-theme-0 .event-info .summary-manual .button-holder .button:hover,
.burrs-theme-1 .event-info .summary-manual .button-holder .btn:hover,
.burrs-theme-1 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button:hover,
.oh-spektrix-paywall-wrap form .burrs-theme-1 .event-info .summary-manual .button-holder .button:hover,
.burrs-theme-1 .event-info .summary-manual .button-holder .paywall-denied-message form .button:hover,
.paywall-denied-message form .burrs-theme-1 .event-info .summary-manual .button-holder .button:hover,
.burrs-theme-2 .event-info .summary-manual .button-holder .btn:hover,
.burrs-theme-2 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button:hover,
.oh-spektrix-paywall-wrap form .burrs-theme-2 .event-info .summary-manual .button-holder .button:hover,
.burrs-theme-2 .event-info .summary-manual .button-holder .paywall-denied-message form .button:hover,
.paywall-denied-message form .burrs-theme-2 .event-info .summary-manual .button-holder .button:hover,
.burrs-theme-3 .event-info .summary-manual .button-holder .btn:hover,
.burrs-theme-3 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button:hover,
.oh-spektrix-paywall-wrap form .burrs-theme-3 .event-info .summary-manual .button-holder .button:hover,
.burrs-theme-3 .event-info .summary-manual .button-holder .paywall-denied-message form .button:hover,
.paywall-denied-message form .burrs-theme-3 .event-info .summary-manual .button-holder .button:hover,
.burrs-theme-4 .event-info .summary-manual .button-holder .btn:hover,
.burrs-theme-4 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button:hover,
.oh-spektrix-paywall-wrap form .burrs-theme-4 .event-info .summary-manual .button-holder .button:hover,
.burrs-theme-4 .event-info .summary-manual .button-holder .paywall-denied-message form .button:hover,
.paywall-denied-message form .burrs-theme-4 .event-info .summary-manual .button-holder .button:hover,
.burrs-theme-5 .event-info .summary-manual .button-holder .btn:hover,
.burrs-theme-5 .event-info .summary-manual .button-holder .oh-spektrix-paywall-wrap form .button:hover,
.oh-spektrix-paywall-wrap form .burrs-theme-5 .event-info .summary-manual .button-holder .button:hover,
.burrs-theme-5 .event-info .summary-manual .button-holder .paywall-denied-message form .button:hover,
.paywall-denied-message form .burrs-theme-5 .event-info .summary-manual .button-holder .button:hover {
  background-color: var(--navitem);
}
.burrs-theme-0 .event-info.share-block .blue-light,
.burrs-theme-1 .event-info.share-block .blue-light,
.burrs-theme-2 .event-info.share-block .blue-light,
.burrs-theme-3 .event-info.share-block .blue-light,
.burrs-theme-4 .event-info.share-block .blue-light,
.burrs-theme-5 .event-info.share-block .blue-light {
  color: var(--navitem);
  text-align: center;
}
.burrs-theme-0 .event-info.share-block .social-networks a,
.burrs-theme-1 .event-info.share-block .social-networks a,
.burrs-theme-2 .event-info.share-block .social-networks a,
.burrs-theme-3 .event-info.share-block .social-networks a,
.burrs-theme-4 .event-info.share-block .social-networks a,
.burrs-theme-5 .event-info.share-block .social-networks a {
  color: var(--accent);
  background-color: var(--navitem);
}
.burrs-theme-0 .share-block .blue-light,
.burrs-theme-1 .share-block .blue-light,
.burrs-theme-2 .share-block .blue-light,
.burrs-theme-3 .share-block .blue-light,
.burrs-theme-4 .share-block .blue-light,
.burrs-theme-5 .share-block .blue-light {
  color: var(--navitem);
}

.burrs-theme-0 {
  --bg: linear-gradient(180deg, #C6DFBE 0%, #BFE2F9 100%);
}
.burrs-theme-0 #main::after {
  top: 27%;
  width: 50%;
  aspect-ratio: 1475/782;
  transform: translate(10%, 0) rotate(-3deg);
  background-image: url(../images/tent.webp);
  background-color: transparent !important;
}
.burrs-theme-0 #main::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 33.3%;
  left: 0;
  z-index: 2;
  bottom: 25%;
  aspect-ratio: 380/480;
  transform: translate(-15%, 0);
  background-image: url(../images/baloon.webp);
  background-color: transparent !important;
}

.burrs-theme-1 #main::after {
  top: auto;
  bottom: 15%;
  width: 25%;
  aspect-ratio: 413/680;
  background-image: url(../images/wheel.webp);
  background-color: transparent !important;
}

.burrs-theme-2 #main::after {
  top: auto;
  bottom: 25%;
  aspect-ratio: 736/400;
  transform: translate(25%, 0) rotate(-30deg);
  background-image: url(../images/butterfly.webp);
  background-color: transparent !important;
}

.burrs-theme-3 #main::after {
  top: auto;
  bottom: 5%;
  right: auto;
  left: 0;
  aspect-ratio: 504/679;
  transform: translate(-25%, 0) rotate(-140deg);
  background-image: url(../images/pizza.webp);
  background-color: transparent !important;
}
.burrs-theme-3 .mailing-list {
  --accent: #FFF8EA;
}
.burrs-theme-3 .mailing-list .h1 {
  color: var(--accent);
}
.burrs-theme-3 .mailing-list .btn, .burrs-theme-3 .mailing-list .oh-spektrix-paywall-wrap form .button, .oh-spektrix-paywall-wrap form .burrs-theme-3 .mailing-list .button,
.burrs-theme-3 .mailing-list .paywall-denied-message form .button,
.paywall-denied-message form .burrs-theme-3 .mailing-list .button {
  color: var(--bg);
}

.burrs-theme-4 #main::after {
  top: auto;
  bottom: 10%;
  width: 25%;
  aspect-ratio: 311/676;
  transform: translate(25%, 0) rotate(-20deg);
  background-image: url(../images/icecream.webp);
  background-color: transparent !important;
}

.burrs-theme-5 #main::after {
  top: auto;
  bottom: 25%;
  width: 40%;
  aspect-ratio: 980/473;
  transform: translate(25%, 0) rotate(-5deg);
  background-image: url(../images/bus.webp);
  background-color: transparent !important;
}

.summary-manual p {
  font-size: 17px;
}

/*# sourceMappingURL=main.css.map*/