@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=91bc8109-5859-48f5-8df8-64bc43331647&fontids=825442,825445,825454,825457");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::-moz-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

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

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../fonts/825442/058e449e-6b71-4b05-9a5b-9a951d40efa6.woff2") format("woff2"), url("../fonts/825442/d32982a5-a70a-4fd5-af56-7ab60b665ca3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../fonts/825445/5d8de6bd-191a-4ef2-b446-27f06879dcf5.woff2") format("woff2"), url("../fonts/825445/780633a6-5e89-4243-b67f-ff41b0a6d2a9.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../fonts/825454/f3d9cc0a-8a1d-4c4c-b2ef-2ad9ca6520f6.woff2") format("woff2"), url("../fonts/825454/4f2145f0-cad6-4108-9ef3-542dcc65ea39.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../fonts/825457/1b0f3b03-f597-4952-97d4-fda5b7224d93.woff2") format("woff2"), url("../fonts/825457/2a02931a-611a-4b4c-b530-313018d73e00.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: normal;
  word-break: normal;
  word-wrap: normal;
}

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

Stylesheet: Sass Functions

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

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

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

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

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

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

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

Stylesheet: Mixins Stylesheet

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

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

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

******************************************************************/
/*================ #Clear Fix ================*/
/*********************
IMAGE-REPLACEMENT     @include image-replace("xxx.jpg");
*********************/
/*********************
CALC     @include calc( width, '100% - 2px');
*********************/
/*********************
REM-PX      @include font-size(1.6);
*********************/
/*********************
REM-PX 2      @include rem-fallback(margin, 10, 20, 30, 40);
*********************/
/*********************
REM-PX 3     @include rem(font-size, 1.6rem);   or  @include rem(padding, 20px 10px);
*********************/
/*********************
ROTATE    @include rotate(-90deg);
*********************/
/*********************
TRANSFORM-ORIGIN    @include transform-origin(top left);
*********************/
/*********************
VERTICAL ALIGN MIDDLE    @include vertical-align-middle();
*********************/
/*********************
TRANSITION     @include transition(color .3s ease);
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING    @include box-sizing(border-box);
*********************/
/*********************
OPACITY   @include opacity(0.8);
*********************/
/*********************
FLEXBOX      @include flexbox();
*********************/
/*********************
FLEXBOX VALUE    @include flex(1, 2);
*********************/
/*********************
FLEXBOX    ORDER    @include flex-order(3);
*********************/
/*********************
FLEXBOX     DIRECTION      @include flex-direction(column);
*********************/
/*********************
FLEXBOX     GROW      @include flex-grow(1);
*********************/
/*********************
FLEXBOX     WRAP      @include flex-wrap(wrap);
*********************/
/*********************
FLEXBOX     ALIGN-ITEMS      @include align-items(center);
*********************/
/*********************
FLEXBOX     ALIGN-SELF      @include align-self(center);
*********************/
/*********************
GRADIENT     @include gradient(#ff00ff, #ff00cc, vertical);   
*********************/
/*============================================================================
  Prefix mixin for generating vendor prefixes:

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }

  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
==============================================================================*/
/*********************
BREAKPOINT
div {
 margin:5em;
 @include break-point(mobile)
 {
 margin:2em;
 }
 }   
*********************/
.kite {
  display: table;
  width: 100%;
  font-size: 0 !important;
}

/*
Opera 12 has causing too wide gaps bug by setting `font-size: 0'.
If you need to fix this bug, use the following code.

```
.opera:-o-prefocus,
.kite {
  font-size: 0.5px !important;
}
```
*/
.kite__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: medium;
  font-size: 1rem;
  vertical-align: top;
}

/*
# kite functions
*/
/*
## Horizontal align items

```html
<div class="kite kite--center">
  <div class="kite__item">A</div>
  <div class="kite__item">B</div>
  <div class="kite__item">C</div>
</div>
```
*/
.kite--left {
  text-align: left !important;
}

.kite--center {
  text-align: center !important;
}

.kite--right {
  text-align: right !important;
}

/*
## Sizing items

```html
<div class="kite">
  <div class="kite__item">A</div>
  <div class="kite__item kite__item--left">B</div>
  <div class="kite__item kite__item--right">C</div>
</div>
```
*/
.kite__item--fifth {
  width: 20%;
}

.kite__item--fourth {
  width: 25%;
}

.kite__item--third {
  width: 33.333%;
}

.kite__item--half {
  width: 50%;
}

.kite__item--full {
  width: 100%;
}

/*
## Vertical align items

```html
<div class="kite">
  <div class="kite__item">A</div>
  <div class="kite__item kite__item--middle">B</div>
  <div class="kite__item kite__item--middle">C</div>
</div>
```
*/
.kite--top > .kite__item {
  vertical-align: top !important;
}

.kite--middle > .kite__item {
  vertical-align: middle !important;
}

.kite--bottom > .kite__item {
  vertical-align: bottom !important;
}

/*
## Horizontal align content in items

```html
<div class="kite">
  <div class="kite__item kite__item--center">A</div>
  <div class="kite__item kite__item--center">B</div>
  <div class="kite__item kite__item--center">C</div>
</div>
```
*/
.kite__item--left {
  text-align: left !important;
}

.kite__item--center {
  text-align: center !important;
}

.kite__item--right {
  text-align: right !important;
}

/*
## Intrinsic width 

```html
<div class="kite">
  <div class="kite__item">A</div>
  <div class="kite__item kite__item--left">B</div>
  <div class="kite__item kite__item--right">C</div>
</div>
```
*/
.kite__item--fifth {
  width: 20%;
}

.kite__item--fourth {
  width: 25%;
}

.kite__item--third {
  width: 33.333%;
}

.kite__item--half {
  width: 50%;
}

.kite__item--full {
  width: 100%;
}

/*
## Justify align items

```html
<div class="kite kite--justify">
  <div class="kite__item">A</div>
  <div class="kite__item">B</div>
  <div class="kite__item">C</div>
</div>
```
*/
.kite--justify {
  display: block;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.kite--justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

/*
## Fill items

```html
<div class="kite kite--justify">
  <div class="kite__item">A</div>
  <div class="kite__item">B</div>
  <div class="kite__item">C</div>
</div>
```
*/
.kite--fill.is-equalize {
  table-layout: fixed;
}
.kite--fill > .kite__item {
  display: table-cell;
}

/*
## Absolute position items

```html
<div style="position:relative">
  <div class="kite kite--position">
    <div class="kite__item">A</div>
  </div>
</div>
```
*/
.kite--position {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.kite--position.is-position-fixed {
  position: fixed;
}
.kite--position:after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.kite--position > .kite__item {
  vertical-align: middle;
  text-align: left;
}

/*
## Grid layout items

NOTE: this can trigger a horizontal scrollbar if the component is as wide as the viewport.
Use padding on a container(.kite), or `overflow-x:hidden` to protect against it.

```html
<div class="kite kite--grid has-gutter">
  <div class="kite__item is-4of12">A</div>
  <div class="kite__item is-4of12">B</div>
  <div class="kite__item is-4of12">C</div>
</div>
```
*/
.kite--grid > .kite__item.is-1of12 {
  width: 8.3333333333%;
}
.kite--grid > .kite__item.is-2of12 {
  width: 16.6666666667%;
}
.kite--grid > .kite__item.is-3of12 {
  width: 25%;
}
.kite--grid > .kite__item.is-4of12 {
  width: 33.3333333333%;
}
.kite--grid > .kite__item.is-5of12 {
  width: 41.6666666667%;
}
.kite--grid > .kite__item.is-6of12 {
  width: 50%;
}
.kite--grid > .kite__item.is-7of12 {
  width: 58.3333333333%;
}
.kite--grid > .kite__item.is-8of12 {
  width: 66.6666666667%;
}
.kite--grid > .kite__item.is-9of12 {
  width: 75%;
}
.kite--grid > .kite__item.is-10of12 {
  width: 83.3333333333%;
}
.kite--grid > .kite__item.is-11of12 {
  width: 91.6666666667%;
}
.kite--grid > .kite__item.is-12of12 {
  width: 100%;
}
.kite--grid.has-gutter {
  display: block;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.kite--grid.has-gutter > .kite__item {
  padding-left: 10px;
  padding-right: 10px;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 62.5rem;
  margin: 0 auto;
}

.grid-container.fluid {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin: 0 auto;
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (min-width: 768px) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (min-width: 1024px) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 40.5%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 40.5%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.grid-margin-x > .cell {
  width: calc(100% - 1.876rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.876rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.876rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.876rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.876rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.876rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.876rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.876rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.876rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.876rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.876rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.876rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.876rem);
}

@media (min-width: 768px) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.876rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.876rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.876rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.876rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.876rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.876rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.876rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.876rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.876rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.876rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.876rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.876rem);
  }
}
@media (min-width: 1024px) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.876rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.876rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.876rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.876rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.876rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.876rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.876rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.876rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.876rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.876rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.876rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.876rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media (min-width: 768px) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media (min-width: 1024px) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.876rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.876rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.876rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.876rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.876rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.876rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.876rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.876rem);
}

@media (min-width: 768px) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.876rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.876rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.876rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.876rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.876rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.876rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.876rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.876rem);
  }
}
@media (min-width: 1024px) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.876rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.876rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.876rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.876rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.876rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.876rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.876rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.876rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.9375rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.9375rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.9375rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.9375rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.9375rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.9375rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.9375rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.9375rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.9375rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.9375rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.9375rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.9375rem);
}

@media (min-width: 768px) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media (min-width: 1024px) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (min-width: 768px) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (min-width: 1024px) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media (min-width: 768px) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-margin-y > .cell {
  height: calc(100% - 1.876rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.876rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.876rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.876rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.876rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.876rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.876rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.876rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.876rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.876rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.876rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.876rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.876rem);
}

@media (min-width: 768px) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.876rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.876rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.876rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.876rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.876rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.876rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.876rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.876rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.876rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.876rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.876rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.876rem);
  }
}
@media (min-width: 1024px) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.876rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.876rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.876rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.876rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.876rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.876rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.876rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.876rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.876rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.876rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.876rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.876rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (min-width: 1024px) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media (min-width: 768px) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}

@media (min-width: 768px) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-margin-y > .cell {
  height: calc(100% - 1.876rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.876rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.876rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.876rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.876rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.876rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.876rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.876rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.876rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.876rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.876rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.876rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.876rem);
}

@media (min-width: 768px) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.876rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.876rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.876rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.876rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.876rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.876rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.876rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.876rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.876rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.876rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.876rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.876rem);
  }
}
@media (min-width: 1024px) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.876rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.876rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.876rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.876rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.876rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.876rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.876rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.876rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.876rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.876rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.876rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.876rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.876rem);
}

@media (min-width: 768px) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.876rem);
  }
}
@media (min-width: 1024px) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.876rem);
  }
}
.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

@media (min-width: 768px) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media (min-width: 1024px) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

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

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

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

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

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

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

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

Stylesheet: Button Styles

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

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

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

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

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

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

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

Stylesheet: Form Styles

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

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

******************************************************************/
/*********************
INPUTS
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 1px 12px 0 12px;
  margin-bottom: 22px;
  font-size: 1em;
  color: #FF1900;
  border-radius: 0;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FF1900;
  width: 95.2%;
  font-family: "NeueHaasGroteskText Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url],
  input[type=search],
  input[type=tel],
  input[type=color],
  select,
  textarea,
  .field {
    width: 98%;
  }
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

@media (max-width: 1023px) {
  .contactmail-form input,
  textarea,
  .contact-button {
    width: 100%;
  }
}
input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  min-height: 180px;
  line-height: 1.4;
  padding-top: 0.3em;
  min-width: 150px;
}

select {
  -webkit-appearance: none; /* 1 */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23E63C3C'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: 95% center;
  background-position: calc(100% - 15px) calc(100% - 10px);
  background-color: #fff;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
  color: #FF1900 !important;
}

input[type=email],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/* Slider */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container .swiper-slide img {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide,
.thumb-slide {
  background-color: #ffffff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  text-align: center;
}
.news-slider .swiper-slide {
  text-align: left;
}
.news-slider .swiper-slide .image-caption-full {
  font-size: 120%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.button-thumbs-prev,
.swiper-button-next,
.button-thumbs-next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 44px;
  margin-top: -34px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 1024px) {
  .swiper-button-prev,
  .button-thumbs-prev,
  .swiper-button-next,
  .button-thumbs-next {
    display: block;
  }
}

.swiper-button-next {
  left: auto;
  right: 0;
  text-align: right;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  border-bottom: 1.5px solid #FF1900;
  -webkit-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
}
.swiper-pagination-bullet:hover {
  border-bottom: 2.5px solid #FF1900;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  border-bottom: 2.5px solid #FF1900;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 6px;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
@media (min-width: 1024px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
  opacity: 1 !important;
}

/******************************************************************
Stylesheet: Base Stylesheet

@include media(">=tablet", "<=1150px", "landscape") { }

@supports (display: grid) { }

@supports not (position: sticky) { }

@media (any-hover: hover) { }

******************************************************************/
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
html.no-scroll {
  overflow-y: hidden;
}

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* -webkit-perspective: 1000; */
  /* overflow: -moz-scrollbars-none; */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html.chrome.android strong,
html.chrome.android p,
html.chrome.android li a,
html.chrome.android .section-border,
html.chrome.android .moreview-mobile,
html.chrome.android .no-adjust,
html.chrome.android .bio-title,
html.chrome.android .bio-link,
html.chrome.android .location-city,
html.chrome.android .page-title,
html.chrome.android label,
html.chrome.android .contact-link,
html.chrome.android .inquire-link_mobile,
html.chrome.android .artist-anchor,
html.chrome.android .artist-block.artist-name,
html.chrome.android .price {
  max-height: 1000000px;
}
html.chrome.android .exhib-grid u,
html.chrome.android .menu-item strong {
  display: block;
  font-size: 100% !important;
}

.cc-window p {
  color: #ffffff !important;
}

body {
  font-family: "NeueHaasGroteskText Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #FF1900 !important;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

html.android,
html.android body {
  height: auto;
}

#container {
  min-height: 100vh;
  background: #ffffff;
  position: relative;
  z-index: 5;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

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

.image-container:not(.wrap),
.swiper-inline.full_height {
  width: 100%;
}
.image-container:not(.wrap) img,
.swiper-inline.full_height img {
  max-height: none !important;
}

img:not(.slider-image):not(.location-image):not(.full-w),
.swiper-container:not(.news-slider) .swiper-wrapper img:not(.img-with-thumb) {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  img:not(.slider-image):not(.location-image):not(.full-w),
  .swiper-container:not(.news-slider) .swiper-wrapper img:not(.img-with-thumb) {
    max-height: 80vh !important;
    width: auto;
  }
}

.image-container img:not(.slider-image):not(.location-image) {
  height: auto;
}

input:focus {
  outline: 0;
}

p {
  margin: 0;
  padding: 0;
}

/********************
	WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LINK STYLES
*********************/
a:not(.no-hover) {
  color: #FF1900;
  text-decoration: underline;
}

a:not(.no-hover):hover {
  color: #FF1900;
  border-bottom: 0px solid #000;
  text-decoration: underline;
  outline: 0;
}

a.fm-artist-link {
  text-decoration: none;
}

a:focus,
a:active,
a:visited {
  outline: 0;
  border-bottom: 0px solid #FF1900 !important;
}

a.no-hover {
  text-decoration: none !important;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  text-rendering: optimizelegibility;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
  white-space: normal;
}

s,
strike,
del {
  text-decoration: line-through;
}

/*********************
Layout STYLES
*********************/
:root {
  --wrap: 3.5%;
  --button-height: 1.88em;
}
@media (min-width: 1024px) {
  :root {
    --wrap: 4%;
    --button-height: 2.5em;
  }
}

.wrap {
  max-width: 93%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .wrap {
    max-width: 92%;
  }
}

@media (min-width: 1024px) {
  .swipers-two.wrap .slideshow-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .swipers-two.wrap {
    max-width: 100%;
  }
  .swipers-two.wrap .grid-margin-x {
    margin-left: 0;
    margin-right: 0;
  }
  .swipers-two.wrap .grid-margin-x > .cell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#content {
  min-height: 65vh;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #content {
    margin-top: 0;
    min-height: calc(100vh - 264px);
  }
}

body.exhib-archive #content {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  body.exhib-archive #content {
    margin-top: 0;
  }
}

/*@include media(">=large") { 
	@supports (object-fit: cover) {

			body.exhib-archive .exhib-tile .exhib-image {
				height: 29.1vw;
				width: 43.7vw;
				overflow: hidden;

				img {
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: center;
					overflow: hidden;
				}
			}		
	}
}*/
@media (min-width: 1024px) {
  header.sub + #content {
    margin-top: 5em;
  }
}

@media (min-width: 1024px) {
  body.page-template-page-customExhibitions #content {
    margin-top: 1em;
  }
}

/* Fair Individual Page (Headroom Still active) */
@media (min-width: 1024px) {
  body.single-fairs #content {
    margin-top: 4em;
  }
}

body.single-fairs #content main {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  body.single-fairs #content main {
    margin-top: 0;
  }
}

.inner-content {
  width: 93%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .inner-content {
    width: 100%;
  }
}

#content main {
  padding-bottom: 6em;
}
@media (min-width: 1024px) {
  #content main {
    margin-top: 40px;
    margin-top: 4rem;
  }
}

body.single-inquire #content main {
  padding-bottom: 6em;
}
@media (min-width: 1024px) {
  body.single-inquire #content main {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

.content-flexible {
  margin-bottom: 4em;
}
.content-flexible.noflex {
  margin-bottom: 5em;
}
.content-flexible .image-container {
  width: 100%;
}
.content-flexible .image-container img {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .content-flexible .image-container:has(.image-caption) {
    display: table;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .content-flexible .image-container:has(.image-caption) img {
    width: auto !important;
  }
}
.content-flexible .image-container:has(.image-caption) .full-w {
  width: 100% !important;
}
.content-flexible .image-container:has(.full-w) {
  width: 100% !important;
}
.content-flexible .image-caption {
  text-align: left;
}
@media (min-width: 1024px) {
  .content-flexible .image-caption {
    display: table-caption;
    caption-side: bottom;
    min-width: 200px;
  }
}

.opener {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999990;
  top: 0;
  left: 0;
  background-color: #FF1900;
  background-color: #FF1900;
}

body.no-opener .opener {
  display: none !important;
}

#opener-white {
  z-index: 999991;
  background-color: #ffffff;
}

body.cookie_open:not(.privacy-policy) #opener {
  display: block !important;
}

body.cookie_open #opener-white {
  display: none !important;
}

.cc-window {
  z-index: 999992 !important;
  color: #ffffff !important;
  width: 100%;
}

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #ffffff;
}

.header.main {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

.header.pos {
  position: static !important;
  visibility: hidden !important;
}
@media (max-width: 1023px) {
  body.home .header.pos {
    display: none !important;
  }
}

.inner-header {
  padding: 0.6em 0 0.37em 0;
}
@media (min-width: 1024px) {
  .inner-header {
    border-bottom: 1px solid #FF1900;
    padding: 1.24em 0 1.24em 0;
    line-height: 1.6;
  }
}
body.home:not(.home-border) header.main .inner-header {
  border-bottom: 1px solid transparent;
}

.logo {
  vertical-align: middle;
  text-align: right;
  font-size: 115%;
  margin-top: 0.2em;
}
@media (min-width: 1024px) {
  .logo {
    font-size: 100%;
    margin: 0 0 0 auto;
    width: auto;
    display: inline-block;
    float: right;
  }
}
.logo a {
  display: inline-block;
  color: #FF1900;
  line-height: 1;
  font-weight: bold;
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  .logo a {
    position: relative;
    top: 0.1em;
    padding: 0.1em;
  }
}
.logo a:hover {
  text-decoration: none !important;
}
.logo img:not(.slider-image):not(.location-image),
.logo svg {
  width: 35vw;
  width: 35.3vmin;
}
@media (min-width: 768px) {
  .logo img:not(.slider-image):not(.location-image),
  .logo svg {
    position: relative;
    width: 134px;
  }
}
@media (min-width: 1024px) {
  .logo img:not(.slider-image):not(.location-image),
  .logo svg {
    width: 120px;
    top: 2px;
  }
}

#logo-opener {
  color: #ffffff;
  font-weight: bold;
}

header.sub {
  position: fixed;
  width: 100%;
  z-index: 990;
}
@media (max-width: 1023px) {
  header.sub {
    display: none;
  }
}

@media (min-width: 1024px) {
  header.sub .inner-header,
  header.pos .inner-header {
    padding: 1.3em 0 1.2em 0;
  }
}
header.sub .nav,
header.pos .nav {
  display: block;
}
header.sub .nav li a,
header.pos .nav li a {
  padding-top: 0px;
}
@media (min-width: 1200px) {
  header.sub .nav li a,
  header.pos .nav li a {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .flexmenu {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flexmenu .top-nav:first-child {
    margin-right: 0.15em;
  }
}

header .nav.single-past-menu {
  margin-bottom: 0.7em;
}

.nobreak {
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .fullmenu {
    width: 100%;
    margin-bottom: 5px;
  }
}

body.page-template-page-customExhibitions header.sub,
body.page-template-page-customExhibitionsPast header.sub {
  display: block;
}

@media (min-width: 1024px) {
  .headroom {
    will-change: transform;
    -webkit-transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .headroom--pinned {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
header nav {
  margin: 0 auto 0 0;
  display: none;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  header nav {
    display: inline-block;
  }
}

header .nav {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
header .nav li {
  text-align: left;
  padding: 0 2.3em 0 0;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
header .nav li a {
  display: block;
  color: #FF1900;
  text-decoration: none;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
header .nav li a:hover, header .nav li a:focus {
  outline: 0;
}
header .nav li ul.sub-menu,
header .nav li ul.children {
  display: none;
}
header .nav li ul.sub-menu li a,
header .nav li ul.children li a {
  padding-left: 30px;
}
header .nav li ul.sub-menu li a:hover, header .nav li ul.sub-menu li a:focus,
header .nav li ul.children li a:hover,
header .nav li ul.children li a:focus {
  outline: 0;
}
header .nav li.current-menu-item a,
header .nav li.current_page_item a,
header .nav li.current_page_ancestor a {
  text-decoration: underline;
}

/* end .nav */
.main-nav li.current-page-ancestor a,
body.single-post .exhibitions-menu > a,
body.single-artists .artists-menu > a,
.responsive-menu-pro-current-item > a {
  text-decoration: underline !important;
}

#responsive-menu-pro-container li.responsive-menu-pro-item a {
  font-size: 115% !important;
  padding: 0 !important;
  width: 93% !important;
  margin: 0 auto;
}

.responsive-menu-pro-submenu {
  padding-left: 2em !important;
}

#responsive-menu-pro-container #responsive-menu-pro-additional-content,
#responsive-menu-pro-container #responsive-menu-pro-title {
  padding: 0 3.5% !important;
}

button#responsive-menu-pro-button {
  width: 25px !important;
  margin-left: 3.5% !important;
}

.menu-item p {
  display: inline-block;
}

.responsive-menu-pro-inner,
.responsive-menu-pro-inner::before,
.responsive-menu-pro-inner::after {
  border-radius: 0 !important;
}

/******************************************************************
ARTIST PAGE SECTION HIGHLIGHT (NAV)
******************************************************************/
@media (min-width: 1024px) {
  .single-artists #sub-menu li.menu-item a {
    position: relative;
    text-decoration: none;
  }
  .single-artists #sub-menu li.menu-item a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: #ff1900;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .single-artists #sub-menu li.menu-item.active a::after {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  header.header.pos.hidden-small {
    display: none;
  }
  .single-artists #content main {
    margin-top: 0 !important;
  }
  div#about .image-container {
    padding-top: 11.4rem;
  }
  /* Add top padding to OLD EXHIBITION pages that have NO image or video at the top */
  body.single-post.single-format-standard #about > .wrap.text-container:first-child {
    padding-top: 11.4rem;
  }
  /* Remove top padding if preceded by Image or Video */
  body.single-post.single-format-standard #about > .image-container.wrap + .wrap.text-container,
  body.single-post.single-format-standard #about > .video-container + .wrap.text-container {
    padding-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.single-artists header.sub,
  body.single-post header.sub,
  body.single-fairs header.sub {
    display: block;
    position: static;
    font-size: 115%;
  }
  body.single-artists header.sub .inner-header,
  body.single-post header.sub .inner-header,
  body.single-fairs header.sub .inner-header {
    border-bottom: 1px solid #FF1900;
  }
  body.single-artists header nav,
  body.single-artists header .nav li,
  body.single-post header nav,
  body.single-post header .nav li,
  body.single-fairs header nav,
  body.single-fairs header .nav li {
    display: block;
    margin-bottom: 3px;
  }
  .artists-menu .artist-name {
    font-size: 115% !important;
  }
  body.single-fairs .artist-overview {
    margin-top: 1em;
  }
}
#INDmenu-btn {
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
}

/******************************************************************
COOKIE BANNER STYLES
******************************************************************/
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cc-window {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 99999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-banner {
  color: #ffffff !important;
  padding: 1.5em 1.8em 0.7em 1.8em;
  width: 100%;
}
@media (min-width: 1024px) {
  .cc-window.cc-banner {
    padding: 1.5em 1.8em 1.7em 1.8em;
  }
}
@media (min-width: 1024px) {
  .cc-window.cc-banner {
    padding: 2.3em 4% 2.3em 4%;
  }
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: normal;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

a.cc-link {
  display: none !important;
  color: #FF1900 !important;
  opacity: 1;
  display: inline;
  line-height: 1.3;
  line-height: 1.58;
  padding: 0;
  border-bottom: 1px solid #000000 !important;
  text-decoration: none !important;
}

a.cc-link:hover,
a.cc-link:focus,
a.cc-link:active,
a.cc-link:visited {
  opacity: 1;
  border-bottom: 1px solid #7dd667 !important;
  color: #7dd667 !important;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 3.9em;
  font-size: 100%;
  font-weight: normal;
  border-width: 0;
  text-align: center;
  white-space: nowrap;
  background-color: #FF1900 !important;
  width: 100%;
}
.cc-btn:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}
@media (min-width: 1024px) {
  .cc-btn {
    width: 13em;
  }
}
@media (min-width: 1025px) {
  .cc-btn.cc-dismiss {
    margin-right: 3em;
  }
}

@media (max-width: 1023px) {
  html.desktop .cc-window.cc-banner {
    padding: 2.3em 4% 2.3em 4%;
  }
  html.desktop .cc-btn {
    margin: 1.6em 0em 0 3em;
    width: 10em;
    padding-left: 0;
    padding-right: 0;
  }
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-bottom {
  bottom: 0;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 0em;
}
@media (min-width: 768px) {
  .cc-floating .cc-message {
    padding-top: 1em;
  }
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance img {
  vertical-align: top;
  width: 16px;
}

.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
.cc-floating.cc-theme-classic {
  padding: 16px 4.5% 8px 4.5%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cc-floating.cc-theme-classic {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .cc-floating.cc-theme-classic {
    padding-bottom: 30px;
  }
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
  margin-top: 1.2em;
}
@media (min-width: 1024px) {
  .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    margin-top: 0;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}

.cc-theme-classic .cc-btn {
  border-radius: 0;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.cookie_inner {
  padding-right: 0px;
  max-width: 650px;
}
@media (min-width: 768px) {
  .cookie_inner {
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .cookie_inner {
    margin-left: 0;
    padding-left: 0;
  }
}
.cookie_inner a {
  color: #ffffff !important;
}

@media (min-width: 1200px) {
  .cc-banner .cc-message {
    margin-right: 0;
  }
  .cc-compliance {
    margin-top: 0px;
    right: 4%;
  }
}
.cc-compliance a {
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  text-decoration: none !important;
}
@media (max-width: 1024px) {
  .cc-compliance a {
    margin-top: 0;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 1023px) {
  .cc-compliance a {
    margin-top: 0.3em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1200px) {
  .cc-compliance a {
    margin-bottom: 0.3em;
  }
}

/*********************
POSTS & CONTENT STYLES
*********************/
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* entry content */
.entry-content {
  /*
  		image alignment on a screen this size may be
  		a bit difficult. It's set to start aligning
  		and floating images at the next breakpoint,
  		but it's up to you. Feel free to change it up.
  		*/
}
.entry-content p {
  margin: 0 0 1em 0;
  word-break: break-word;
}
.entry-content tr {
  border-bottom: 0;
}
.entry-content td {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 0 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #000000;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.entry-content .exhib-text--past p {
  margin-bottom: 0;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/******************************************************************
CONTENT STYLES
******************************************************************/
.section-border {
  font-weight: 700;
  border-top: 1px solid;
  padding: 1.2em 0 1.8em 0;
  margin-top: 2em;
}
.section-border + .grid-x, .section-border + .exhib-grid {
  margin-top: 1em;
}

.artist-overview {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .artist-overview {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 15px; /* Chrome, Safari, Opera */
    -moz-column-gap: 15px; /* Firefox */
    column-gap: 15px;
  }
}
@media (min-width: 1024px) {
  .artist-overview {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-gap: 15px; /* Chrome, Safari, Opera */
    -moz-column-gap: 15px; /* Firefox */
    column-gap: 15px;
  }
}

#sub-menu .artist-overview,
#sub-menu-pos .artist-overview {
  margin-bottom: 0;
}

.artist-anchor:hover {
  cursor: pointer;
}

header nav.artists-menu {
  display: block;
}

@media (min-width: 1024px) {
  body.single-fairs .artists-menu .flexmenu,
  body.post-template-post-customSingleTemplate .artists-menu .flexmenu {
    border-bottom: 1px solid #FF1900;
    padding-bottom: 0.95em;
    margin-bottom: 1.2em;
  }
}

a.artist-name,
.artist-name {
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0.4em;
}
a.artist-name:hover, a.artist-name:focus,
.artist-name:hover,
.artist-name:focus {
  text-decoration: underline;
}

.artist-block {
  margin-bottom: 2.6em;
}
@media (min-width: 1024px) {
  .artist-block {
    margin-bottom: 3.4em;
  }
}
.artist-block:hover, .artist-block:focus {
  text-decoration: none;
}

.archive-filter {
  display: inline-block;
  padding: 0 2.3em 0 0;
}
.archive-filter:hover {
  cursor: pointer;
  text-decoration: underline;
}

.tags {
  color: #FF1900;
  background-color: #ffffff;
  border-bottom: 1px solid #FF1900;
  padding: 0.9em 0 0.8em 0;
}
@media (min-width: 768px) {
  .tags .tags-inner.column4 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 15px; /* Chrome, Safari, Opera */
    -moz-column-gap: 15px; /* Firefox */
    column-gap: 15px;
  }
}
@media (min-width: 1024px) {
  .tags .tags-inner.column4 {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
  }
}
.tags .tags-inner.column7 {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: none;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .tags .tags-inner.column7 {
    width: 77%;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .tags .tags-inner.column7 .tag {
    width: 12%;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  #years {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .all-years {
    width: 12%;
  }
}

.tag:hover {
  cursor: pointer;
  text-decoration: underline;
}

#locations .tag,
.year-tag {
  padding: 0 1.4em 0 0;
}

@media (max-width: 767px) {
  .year-tag {
    width: 25%;
  }
}
#locations .tag {
  display: inline-block;
}
@media (min-width: 768px) {
  #locations .tag {
    padding: 0 2.3em 0 0;
  }
}

@media (min-width: 768px) {
  body:not(.page-template-page-customContact) .margin-two.grid-margin-x {
    margin-left: -2.4%;
    margin-right: -2.4%;
  }
  .margin-two.grid-margin-x .cell.medium-6 {
    width: 44%;
    margin-left: 2.4%;
    margin-right: 2.4%;
  }
}
@media (min-width: 1024px) {
  .margin-two.grid-margin-x {
    margin-left: -2.4%;
    margin-right: -2.4%;
  }
  .margin-two.grid-margin-x .cell.large-3 {
    width: 19.2%;
    margin-left: 2.4%;
    margin-right: 2.4%;
  }
  .margin-two.grid-margin-x .cell.large-6 {
    width: 45.4%;
    margin-left: 2.3%;
    margin-right: 2.3%;
  }
  .margin-two.grid-margin-x .cell.large-12 {
    width: 95.4%;
    margin-left: 2.3%;
    margin-right: 2.3%;
  }
}
body.exhib-archive .cell.large-6 {
  overflow: hidden;
}

.exhib-tile,
.series-tile {
  margin-bottom: 3.2em;
}
.exhib-tile .exhib-image,
.exhib-tile .series-image,
.series-tile .exhib-image,
.series-tile .series-image {
  text-align: left;
  position: relative;
}
@media (min-width: 1024px) {
  .exhib-tile .exhib-image,
  .exhib-tile .series-image,
  .series-tile .exhib-image,
  .series-tile .series-image {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .thumb_padded {
    padding: 0 !important;
  }
}

.page-template-page-customExhibitions .exhib-image img,
.page-template-page-customExhibitionsPast .exhib-image img {
  min-width: 100%;
}

@media (min-width: 1024px) {
  .thumb-tile img,
  .artist_thumb-tile img {
    max-height: 50vh;
  }
}

.full-thumb {
  width: 100%;
  max-height: none !important;
}
.full-thumb + .thumb-caption.hidden-small {
  padding-left: 4%;
}
.full-thumb + .thumb-caption.hidden-small + .thumb-caption.hidden-large {
  padding-left: 3.5%;
}

.thumb-tile,
.artist_thumb-tile {
  margin-bottom: 3em;
}
.thumb-tile .exhib-image:hover,
.artist_thumb-tile .exhib-image:hover {
  cursor: pointer;
}

.thumb-caption {
  color: #FF1900 !important;
  text-align: left;
  margin-top: 11px;
}
@media (min-width: 1024px) {
  .thumb-caption {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 5px 8px;
  }
}
@media (hover: none) and (min-width: 1024px) {
  .thumb-caption {
    opacity: 1;
    position: static;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .thumb-caption p {
    margin: 0.5em 0 0.5em 7px;
  }
  .thumb-tile .exhib-image:hover .thumb-caption,
  .artist_thumb-tile:hover .thumb-caption {
    opacity: 1;
  }
}
.moreview-mobile {
  text-decoration: underline;
}

.artist-grid .cell {
  margin-bottom: 4.8%;
}

.load-more-link {
  text-decoration: underline;
  margin-bottom: 3.5em;
}
.load-more-link:hover {
  cursor: pointer;
}

.artist-grid-link {
  position: relative;
}

.artist-grid-name {
  display: none;
  position: absolute;
  z-index: 600;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FF1900;
  color: #ffffff;
}
.artist-grid-name strong {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
}

.artist-grid-link:hover .artist-grid-name {
  display: block;
}

.series-tile:hover {
  cursor: pointer;
}

.series-info {
  padding-top: 0.8em;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.series-info .series-info_count {
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 1024px) {
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .series-image {
      width: 100%;
      height: 38.5vw;
    }
    .series-image img {
      width: 100%;
      height: 100%;
      max-height: none !important;
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
}
.exhib-text {
  margin-top: 1em;
}

@media (min-width: 1024px) {
  .exhibitions .exhib-text,
  .upcoming .exhib-text {
    margin-top: 0;
  }
}

.exhib-grid {
  margin-bottom: 4.5em;
}
.exhib-grid .grid-x .large-5 {
  margin-top: 0.8em;
}
@media (min-width: 1024px) {
  .exhib-grid .grid-x .large-5:first-child {
    margin-top: 0;
    padding-right: 2.6em;
  }
  .exhib-grid .grid-x .large-5:last-child {
    margin-top: 0;
    padding-left: 2.6em;
  }
}

.exhib-grid .image-right-align {
  display: table;
}
.exhib-grid .image-right-align .image-caption {
  margin: 0.4em auto 0 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .exhib-grid .image-right-align .image-caption {
    display: table-caption;
    caption-side: bottom;
    min-width: 200px;
  }
}
.exhib-grid .image-right-align img,
.exhib-grid .image-right-align .image-caption {
  max-width: 96%;
}

@media (min-width: 1024px) {
  .exhib-grid .right-align {
    text-align: right;
  }
  .exhib-grid .right-align .image-right-align {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }
  .exhib-grid .right-align .image-right-align .image-caption {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  body:not(.page-template-page-customExhibitions):not(.page-template-page-customExhibitionsPast) .exhib-image {
    display: table;
    margin: auto;
  }
  body:not(.page-template-page-customExhibitions):not(.page-template-page-customExhibitionsPast) .exhib-image .thumb-caption.hidden-small {
    display: table-caption;
    caption-side: bottom;
    min-width: 350px;
    text-align: left;
  }
}

#selected-work.section-border {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.selected-works_thumbs,
.selected-works_slider {
  display: none;
  float: right;
  font-weight: normal;
  margin-right: 0;
  margin-left: auto;
}
.selected-works_thumbs:hover,
.selected-works_slider:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .selected-works_thumbs,
  .selected-works_slider {
    display: block;
  }
}

@media (min-width: 1024px) {
  .selected-works_slider {
    display: none;
  }
}

.selected_works-thumbs_wrapper {
  display: block;
}

.footer_loc p.location-p {
  margin-top: -1em;
}

.exhib-footer {
  margin-bottom: 4.5em;
}
@media (min-width: 768px) {
  .exhib-footer .margin-two.grid-margin-x .cell.medium-6 {
    width: 45.2%;
  }
}

.exhib-footer--past .reception-dates {
  display: none;
}

@media (min-width: 1024px) {
  #inquiremailform {
    margin-left: -0.2em;
  }
}
@media (min-width: 1550px) {
  #inquiremailform {
    margin-left: -0.5em;
  }
}

.exhib-footer-right {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .exhib-footer-right {
    text-align: right;
    margin-top: 0;
  }
}
.exhib-footer-right b,
.exhib-footer-right strong {
  font-weight: normal;
}

.footer-press_release {
  margin-top: 1em;
}

.exhib-footer-content {
  margin-top: 3em;
}
.exhib-footer-content p {
  margin-bottom: 1em;
}

.postid-16094 .exhib-footer-content {
  margin-top: 1.25em;
}

.access-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  color: #FF1900;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .access-popup {
    z-index: 99999;
  }
}

body.cookie_open .access-popup {
  display: none !important;
}

.access-popup_inner {
  position: absolute;
  top: 17vh;
  max-width: 93%;
  left: 3.5%;
  background-color: #ffffff;
  padding: 1em 2.5em 1em 1.3em;
}
@media (min-width: 768px) {
  .access-popup_inner {
    width: 38em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em 3.5em 2em 2.3em;
  }
}

body.single-fairs .access-popup_inner em {
  font-style: normal !important;
}

.access-popup_close {
  position: absolute;
  top: 1.2em;
  right: 1.2em;
}
@media (min-width: 768px) {
  .access-popup_close {
    top: 2.1em;
    right: 2em;
  }
}
.access-popup_close:hover {
  cursor: pointer;
}
.access-popup_close img {
  display: block;
}

.access-email {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.access-button {
  margin-top: 1.45em !important;
  margin-bottom: 0.5em !important;
  text-align: center;
}
@media (max-width: 1023px) {
  .access-button {
    width: 95.2%;
  }
}

.val-error {
  display: none;
  margin: 5px auto 5px 0;
  font-size: 85%;
}

.fullscreen-caption .price,
.thumbs-wrapper .price,
.video_caption_price {
  margin-top: -1em;
  min-height: 1px;
}

.thumbs-wrapper .price {
  margin-bottom: 1em;
}

.news-menu {
  border-top: 1px solid #FF1900;
}
@media (min-width: 1024px) {
  .news-menu {
    position: sticky;
    z-index: 999;
    top: 72px;
  }
}
.news-menu nav {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-inner {
  position: relative;
}

.news-current,
.news-upcoming {
  display: none;
  min-height: 75vh;
  min-height: calc(100vh - 140px);
  margin-top: 1.1em;
}
.news-current.active,
.news-upcoming.active {
  display: block;
}

.news-image {
  margin-bottom: 1.3em !important;
}
@media (min-width: 1024px) {
  .news-image {
    text-align: left;
  }
  .news-image.large-order-2 {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .news-image.large-7 img {
    max-height: 65vh;
  }
}

.memorial-tile .news-caption {
  color: #000;
}

.padded-left .news-table {
  display: table;
  margin-left: auto;
}
.padded-left .news-table .image-caption {
  text-align: left;
}
@media (min-width: 1024px) {
  .padded-left .news-table .image-caption {
    display: table-caption;
    caption-side: bottom;
    min-width: 200px;
  }
}

.news-tagline {
  margin-bottom: 0.7em;
}
@media (min-width: 1024px) {
  .news-tagline {
    margin-bottom: 1em;
  }
}

.news-tile a {
  text-decoration: none !important;
}

@media (min-width: 1024px) {
  h1 + .news-tile {
    margin-top: 0.5em;
  }
}
/*
#content-news { 
    padding-top: 2em;
    padding-bottom: 5.5em;
}

.news-grid {
    margin: 0 auto !important;
    max-width: calc(92% + 1.4em + 1.87rem);
}

.news-tilexxx {
	position: relative;
	margin-bottom: 2em;

	@include media(">=large") {
		margin-bottom: 0;
		padding: 1.23em .7em;

		&.Center {
			margin: auto;
		}

		&.Right {
			margin-left: auto;
			margin-right: 0;
		}
	}
}

.news-tile.large-12 img {
	max-height: none!important;
}

@media (hover: hover) and (min-width:1025px) {
	.news-tile img {
		opacity: 1;
		//@include transition (opacity .3s ease);
	}

	.news-tile a {
		display: block;
		&:hover {
			background-color: $text-color;

			img {
				opacity: 0;
			}
		} 

	}

}

.news-textxxx {
	position: absolute;
	top: 2.6em;
	left: 2.4em;
	color: #fff;

	&.Bottom{
		top: auto;
		bottom: 2.6em;
	}

	&.Black{
		color: #000;
	}

	&.Red{
		color: $text-color;
	}
}

@supports (object-fit: cover) {
	.news-tile.large-4, .news-tile.large-8, .news-tile.large-6 {
		img {
			height: 130vw;
		  object-fit: cover;

			@include media(">=large") {
		    height: 33vw;
		  }
		}
	}

	.news-tile.large-12 {
		img {
			height: 130vw;
		  object-fit: cover;

			@include media(">=large") {
		    height: 40vw;
		  }
		}
	}
}
*/
.title-big,
.artist-name {
  font-size: 115%;
}
@media (min-width: 1024px) {
  .title-big,
  .artist-name {
    font-size: 100%;
  }
}

.fair {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 1.2em auto;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #FF1900;
}
.fair a {
  text-decoration: none;
}

.fairurl:hover {
  cursor: pointer;
}

.text-hidden {
  display: none;
}

.fair .text-hidden {
  padding-bottom: 0.4em;
  display: block;
}

.image-fair-spacer {
  height: 8px;
}

.text-fair-spacer {
  height: 4px;
}

.text-fair-add {
  margin-top: -3em;
  padding-bottom: 40px;
}

.fair-open {
  position: absolute;
  right: 0;
  bottom: 1.3em;
  cursor: pointer;
}
.fair-open .fair-open-plus,
.fair-open .fair-open-minus {
  width: 19px;
}
.fair-open .fair-open-minus {
  width: 15px;
  display: none;
}
.fair-open.active .fair-open-plus {
  display: none;
}
.fair-open.active .fair-open-minus {
  display: block;
}

@media (max-width: 1023px) {
  .entry-content img.location-image {
    max-width: 500px;
    width: 100%;
  }
}

#post-17038 .location-city * {
  font-weight: bold !important;
}

.location-city {
  margin: 1.6em 0 1em 0;
}
@media (min-width: 1024px) {
  .location-city {
    margin: 2.4em 0 1em 0;
  }
}

.location-time {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .location-time {
    margin: 0;
  }
}

.grid-full .location-city {
  margin: 1em 0 1em 0;
}
@media (min-width: 1024px) {
  .grid-full .location-city {
    margin: -1em 0 1em 0;
  }
}

.location-wrapper {
  margin-top: 1.2em;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .location-wrapper {
    margin-top: -0.3em;
  }
}
.location-wrapper:last-of-type {
  margin-bottom: 0;
}
.location-wrapper.loc_image {
  margin-top: 1.1em;
}
@media (min-width: 1024px) {
  .location-wrapper.loc_image {
    margin-top: 0.7em;
  }
  .location-wrapper.loc_image img {
    max-width: 29em;
  }
}
.location-wrapper.loc_image:first-child {
  margin-top: 1.6em;
}
@media (min-width: 1024px) {
  .location-wrapper.loc_image:first-child {
    margin-top: 1.2em;
  }
}
@media (min-width: 1024px) {
  .location-wrapper.loc_image:nth-child(2) {
    margin-top: 1.2em;
  }
}
.location-wrapper .large-order-2 a {
  text-decoration: none;
}
.location-wrapper .large-order-2 a:hover {
  text-decoration: underline;
}

.loc_sidetext {
  margin-top: 1.5em;
}
@media (min-width: 1024px) {
  .loc_sidetext {
    margin-top: -0.23em;
  }
}

.entry-content p.map-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .entry-content p.map-link {
    margin-left: -0.15em;
  }
}
.entry-content p.map-link img {
  margin-right: 0.5em;
}

.map-link img {
  position: relative;
  top: -0.1em;
  width: 0.82em !important;
}

.staff-wrapper {
  position: relative;
  border-bottom: 1px solid #FF1900;
  padding-bottom: 1.3em;
}
@media (min-width: 1024px) {
  .staff-wrapper {
    border-bottom: 0px solid #FF1900;
    padding-bottom: 0;
  }
}
.staff-wrapper p.first {
  margin-bottom: 0;
  cursor: pointer;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.staff-border {
  border-bottom: 1px solid #FF1900;
}
.staff-border:last-child {
  border-bottom: 0;
}

.grid-full {
  grid-column: 1/-1; /* The div will span from the first column to the last column (full width) */
}

.staff {
  display: none;
  position: relative;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 0.3em;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding-bottom 0.4s ease;
  transition: max-height 0.4s ease, padding-bottom 0.4s ease;
}
.staff.active {
  max-height: none !important;
  padding-bottom: 3em;
}
.staff .large-4,
.staff .large-3 {
  margin-top: 5px;
}
.staff p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-bottom: 0.2em;
}
@media (min-width: 1024px) {
  .staff p:last-child {
    padding-bottom: 1em;
  }
}
.staff a {
  text-decoration: none;
  word-break: break-all;
}

.staff-open {
  bottom: 1.34em;
  visibility: hidden;
}

.staff-col:first-child, .staff-col:nth-child(2) {
  padding-top: 0.5em;
}

.location-infotext {
  margin-top: 2.8em !important;
  margin-left: 0 !important;
  max-width: 35em;
}
@media (min-width: 1024px) {
  .location-infotext {
    margin-top: 1em !important;
  }
}

@media (min-width: 1024px) {
  .cell.padded {
    padding: 0 25px 0 25px;
  }
  .cell.padded-right {
    padding: 0 25px 0 0;
  }
  .cell.padded-left {
    padding: 0 0 0 25px;
    margin: 0 0 0 auto;
  }
}
.video-container,
.image-container {
  margin-bottom: 2em;
  text-align: center;
}

.video-container .plyr {
  position: relative;
  overflow: hidden;
}
.video-container .plyr video {
  width: 100%;
  position: unset;
  left: 0;
}

.video-with-thumb,
.hidecontrols {
  pointer-events: none;
}

.video-caption {
  margin-top: 1em;
}
.video-caption.pos1 {
  text-align: left;
}

.text-container + .video-container,
.text-container + .image-container,
.video-container + .text-container,
.image-container + .text-container {
  padding-top: 2em;
}

.plyr__video-wrapper {
  cursor: pointer;
  padding-bottom: 0 !important;
}

.video-container,
.video-container-thumb {
  position: relative;
}

.video-container:not(.hidecontrols) .plyr__video-wrapper::after,
.video-container-thumb::after,
.video-thumb::after,
#fullvideo-container.play-button::after,
.video-container:not(.hidecontrols) .plyr--video::after {
  content: " ";
  display: none;
  position: absolute;
  width: 16vw;
  width: 16vmin;
  height: 16vw;
  height: 16vmin;
  background-image: url(../images/Play.svg);
  left: 50%;
  top: 50%;
  /* transform: translate(-50%,-50%); */
  z-index: 999;
  background-repeat: no-repeat;
  background-size: 16vw;
  background-size: 16vmin;
  margin-left: -8vw;
  margin-left: -8vmin;
  margin-top: -25vw;
  margin-top: -25vmin;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .video-container:not(.hidecontrols) .plyr__video-wrapper::after,
  .video-container-thumb::after,
  .video-thumb::after,
  #fullvideo-container.play-button::after,
  .video-container:not(.hidecontrols) .plyr--video::after {
    display: block;
    width: 120px;
    height: 120px;
    background-size: 120px;
    margin-left: -60px;
    margin-top: -114px;
  }
}
@media (min-width: 1025px) {
  .video-container:not(.hidecontrols) .plyr__video-wrapper::after,
  .video-container-thumb::after,
  .video-thumb::after,
  #fullvideo-container.play-button::after,
  .video-container:not(.hidecontrols) .plyr--video::after {
    margin-top: -60px;
  }
}

.video-container:not(.hidecontrols) .plyr--video::after {
  display: block;
  margin-top: -10vw;
  margin-top: -10vmin;
}
@media (min-width: 1024px) {
  .video-container:not(.hidecontrols) .plyr--video::after {
    display: none;
  }
}

@media (max-width: 1023px) {
  #fullvideo-container.play-button::after {
    display: block;
    margin-top: -12vmin;
  }
}
@media (min-width: 1024px) {
  #fullvideo-container.play-button::after {
    margin-top: -60px;
  }
}

@media (min-width: 1024px) {
  .video-thumb::after {
    background-size: 8vw;
    width: 8vw;
    height: 8vw;
    margin-left: -4vw;
    margin-top: -4vw;
  }
}

@media (min-width: 1024px) {
  .more-thumb.video-thumb::after {
    background-size: 3.6vw;
    width: 3.6vw;
    height: 3.6vw;
    margin-left: -1.8vw;
    margin-top: -1.8vw;
  }
}

.ratio-box {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
}

.ratio-box img,
.ratio-box iframe,
.ratio-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.video-container.playing .plyr__video-wrapper::after,
.video-container-thumb.playing::after,
.video-container.playing .plyr--video::after {
  background-image: url(../images/Pause.svg);
  opacity: 0;
}

@media (min-width: 1025px) {
  .video-container.showpause::after {
    opacity: 1;
  }
}
/*@media (hover: hover) and (min-width:1025px) {
	.video-container.playing:hover::after {
		opacity:1;
	}
}*/
.plyr--playing .video-container::after {
  background-image: url(../images/Pause.svg);
  opacity: 0;
}

@media (min-width: 1025px) {
  .plyr--playing:not(.plyr--hide-controls):hover .plyr__video-wrapper:after {
    display: block;
    opacity: 1;
  }
}
.bio-text {
  padding-bottom: 2em;
}

.bio-title {
  padding-top: 0.2em;
  display: block;
}

.biography-table {
  table-layout: auto;
  width: 100%;
  border: 0;
  margin-bottom: 1em;
}

td {
  padding: 0;
}

.biography-year {
  width: auto;
  white-space: nowrap;
  padding-right: 0.5em;
}

.no-years .biography-year {
  display: none !important;
}

.biography-td {
  width: 100%;
}

.bio-link {
  dispay: block;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .bio-link {
    display: inline-block;
    margin-right: 4em;
  }
}

.press-section a {
  text-decoration: none;
}

.page-title {
  font-size: 115%;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .page-title {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-title.show {
    font-size: 100%;
    display: block;
  }
}

.text-wrapper {
  margin: 0 auto;
  max-width: 950px;
}
.text-wrapper.news-text {
  margin: 0;
}

.bigtext {
  max-width: none;
  font-size: 150%;
  margin: 0.4em 0 2em 0;
}
@media (min-width: 1024px) {
  .bigtext {
    font-size: 230%;
  }
}

@media (min-width: 1024px) {
  .text-container.pos1 .text-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .text-container.pos2 .text-wrapper,
  .image-caption.pos2 {
    margin-left: 0;
    padding-left: 7%;
    padding-left: 7vw;
    max-width: calc(950px + 7vw);
  }
}
.image-caption.pos3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}

.side-text h1 {
  font-size: 150%;
}
@media (min-width: 1024px) {
  .side-text h1 {
    font-size: 230%;
    margin-top: -0.2em;
  }
}

#post-3578 .text-wrapper {
  margin: 0;
}

body.post-template-post-customSingleTemplate .text-container,
body.single-online_exhib .text-container,
body.single-fairs .text-container {
  margin-bottom: 3em;
}
body.post-template-post-customSingleTemplate .text-container.single-content,
body.single-online_exhib .text-container.single-content,
body.single-fairs .text-container.single-content {
  display: none;
}
body.post-template-post-customSingleTemplate .read-more-wrapper,
body.single-online_exhib .read-more-wrapper,
body.single-fairs .read-more-wrapper {
  margin-top: -4.4em;
}
body.post-template-post-customSingleTemplate .color-wrapper .text-container,
body.single-online_exhib .color-wrapper .text-container,
body.single-fairs .color-wrapper .text-container {
  margin-bottom: 0;
  padding-bottom: 3em;
}
body.post-template-post-customSingleTemplate .color-wrapper .text-container:first-child,
body.single-online_exhib .color-wrapper .text-container:first-child,
body.single-fairs .color-wrapper .text-container:first-child {
  padding-bottom: 2em;
}

article.news,
article.newspage,
.press-section {
  margin-bottom: 3em;
}
@media (min-width: 1024px) {
  article.news,
  article.newspage,
  .press-section {
    margin-bottom: 3em;
  }
}

.image-caption {
  margin: 0.4em auto 0 auto;
}

.exhib-grid .image-caption {
  margin: 0.4em 0 0 0;
}

.image-caption,
.video-caption,
.small_font {
  color: #FF1900 !important;
  font-size: 85% !important;
  word-break: break-word;
}

.read-more-wrapper {
  margin-top: -1.4em;
}

.press-read-more {
  margin-top: 2.3em;
}

.entry-content p.read-more {
  text-decoration: underline;
  margin-bottom: 3em;
}

.read-more:hover {
  cursor: pointer;
}

body.of-hidden {
  overflow-y: hidden;
  height: 100vh;
}

body.page-template-page-customOnework {
  /*header.sub {
  	display: none;
  }*/
}
body.page-template-page-customOnework header.sub {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body.page-template-page-customOnework header.sub.active {
  opacity: 1;
  pointer-events: auto;
}
body.page-template-page-customOnework header.sub .inner-header,
body.page-template-page-customOnework header.pos .inner-header {
  border-bottom: 0;
}
body.page-template-page-customOnework .past-onework-header {
  margin-top: 6em;
  margin-bottom: 3.7em;
  border-top: 1px solid;
}
body.page-template-page-customOnework .past-onework-header.only-past {
  margin-top: 0;
}
@media (max-width: 1023px) {
  body.page-template-page-customOnework .past-onework-header.only-past {
    padding-bottom: 0;
  }
  body.page-template-page-customOnework .past-onework-header.only-past nav {
    display: block;
  }
}
body.page-template-page-customOnework #content main {
  margin-top: 0px;
  padding-bottom: 0em;
}
body.page-template-page-customOnework article.onework {
  margin-top: 10px;
  margin-left: 0%;
  -webkit-transition: all 1.75s linear;
  transition: all 1.75s linear;
  will-change: margin-left;
}
@media (min-width: 1024px) {
  body.page-template-page-customOnework article.onework {
    -webkit-transition: all 3.65s linear;
    transition: all 3.65s linear;
  }
}
body.page-template-page-customOnework article.onework.active {
  margin-left: -120%;
}
body.page-template-page-customOnework .wrap-press {
  padding-bottom: 5em;
}
@media (min-width: 1024px) {
  body.page-template-page-customOnework .past-onework:not(.only-past) {
    padding-bottom: 3em;
  }
}

.w-100 {
  width: 100%;
}

.closing-nav {
  visibility: hidden;
  text-align: right;
  margin-left: auto;
  position: fixed;
  right: 4%;
  padding-top: 1em;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.closing-nav.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .closing-nav {
    display: none !important;
  }
}

.onework-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition: all 2.15s ease;
  transition: all 2.15s ease;
  will-change: width;
}
.onework-wrapper.active {
  width: 25em;
}

.onework-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #FF1900;
  will-change: width;
}
@media (min-width: 1024px) {
  .onework-bg {
    min-height: 0;
    width: 53.33%;
    margin-left: 4%;
    -webkit-transition: all 0.85s ease;
    transition: all 0.85s ease;
  }
}
@media (min-width: 1024px) {
  .onework-bg.active {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .onework-bg.active {
    min-height: 100% !important;
  }
}
.onework-bg:not(.active) {
  min-height: 14em !important;
}
@media (min-width: 1024px) {
  .onework-bg:not(.active) {
    min-height: 25.4em !important;
  }
}
.onework-bg.long-trans {
  -webkit-transition: all 1.85s ease;
  transition: all 1.85s ease;
}
@media (max-width: 1023px) {
  .onework-bg.long-trans {
    height: 100vh !important;
    width: 100vw !important;
  }
}

/*
.inTime .onework-bg {
	display: none;
}*/
.onework-left {
  position: relative;
  z-index: 5;
  color: #ffffff;
  font-size: 125%;
  padding: 2.5em 0.6em 2.5em 3.5%;
  background-color: #FF1900;
}
@media (min-width: 1024px) {
  .onework-left {
    display: inline-block;
    width: 53.33%;
    padding: 3em 0.6em 3em 1em;
    font-size: 200%;
    margin-left: 4%;
    margin-left: 4vw;
  }
}
.onework-left.active {
  width: auto;
}

.inTimexxx .onework-left {
  display: none;
  position: relative;
  left: 0;
  -webkit-transition: left 1.8s ease-in;
  transition: left 1.8s ease-in;
}
@media (min-width: 1024px) {
  .inTimexxx .onework-left {
    padding-left: 2.4em;
    padding-left: calc(1em + 4vw);
    -webkit-transition: left 2.8s ease-in;
    transition: left 2.8s ease-in;
  }
}
.inTimexxx .onework-left.active {
  position: absolute;
  height: 100vh;
  width: 100%;
}
@media (min-width: 1024px) {
  .inTimexxx .onework-left.active {
    width: 15em;
    margin-left: 0;
  }
}
.inTimexxx .onework-left.inactive {
  left: -250%;
  left: -270vw;
}
@media (min-width: 1024px) {
  .inTimexxx .onework-left.inactive {
    left: -250vw;
  }
}

@media (max-width: 1023px) {
  .onework-intro {
    display: none;
    margin-top: 2em;
    padding: 0 3.5%;
  }
}
@media (min-width: 1024px) {
  .onework-intro {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 4%;
    width: 33.67%;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    min-height: 25.4em !important;
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.onework-intro .request-button,
.onework-intro .entercode-button,
.onework-intro .enter-button {
  color: #FF1900;
  border: 1px solid #FF1900;
  background-color: #ffffff;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 0;
}
.onework-intro .entercode-button,
.onework-intro .enter-button,
.onework-intro .incorrect-token {
  display: block;
}
@media (min-width: 1024px) {
  .onework-intro .entercode-button,
  .onework-intro .enter-button,
  .onework-intro .incorrect-token {
    margin-top: auto;
  }
}
.onework-intro.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1023px) {
  .onework-intro.active {
    display: block;
  }
}
.onework-intro .entercode-button:not(.active) {
  visibility: hidden;
  pointer-events: none;
}

.incorrect-token {
  visibility: hidden;
  pointer-events: none;
  color: #ffffff;
  margin-top: auto;
}
.incorrect-token.active {
  visibility: visible;
}
.incorrect-token.active + #OneW-CODE {
  margin-top: 1em;
}

body.single-cpt_video #container:not(.show_menu) #menu-main_menu {
  display: none;
}

.onework-form {
  position: relative;
  z-index: 2;
  display: block;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  color: #ffffff;
  pointer-events: none;
  padding: 3em 0.5% 2em 3.5%;
}
@media (min-width: 1024px) {
  .onework-form {
    display: block;
    position: absolute;
    max-height: none;
    top: 0;
    right: 4%;
    width: 33.67%;
    padding: 3.7em 0 1.5em 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
}
.onework-form input,
.onework-form .onework-button {
  color: #ffffff;
  border: 1px solid #fff;
  background-color: #FF1900;
}
.onework-form.active {
  opacity: 1;
  pointer-events: auto;
  max-height: none;
  overflow: auto;
}
.onework-form .form-button-close {
  position: absolute;
  top: 10px;
  right: 8px;
}

.onework-required {
  margin-bottom: 1.4em;
}

.onework-privacy a {
  color: #ffffff !important;
}

.onework-response {
  display: none;
}
@media (min-width: 1024px) {
  .onework-response_inner {
    min-height: 23.7em !important;
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.onework-response #OneW-CODE {
  margin-top: 1.8em;
  text-align: center;
}
@media (min-width: 1024px) {
  .onework-response #OneW-CODE {
    margin-top: auto;
  }
}
.onework-response .token-button {
  margin-top: 3px;
}

.onework-content {
  position: relative;
}
.onework-content .content-flexible > div:first-child {
  margin-bottom: 4em;
}
.onework-content .content-flexible > div.video-container:first-child video {
  -o-object-fit: cover;
     object-fit: cover;
}

.newsletter {
  opacity: 0;
  color: #FF1900;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  padding: 3.5%;
  padding-bottom: 7vh;
  z-index: 99999;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
@media (min-width: 1024px) {
  .newsletter {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 0 4%;
  }
}
.newsletter.active {
  opacity: 1 !important;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.newsletter .newsletter-inner {
  position: absolute;
  height: 99.9%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}
@media (min-width: 768px) {
  .newsletter .newsletter-inner {
    width: 90%;
    padding-left: 3.5%;
  }
}
@media (min-width: 1024px) {
  .newsletter .newsletter-inner {
    height: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.newsletter .newsletter-inner::-webkit-scrollbar {
  display: none;
}
.newsletter .newsletter-intro,
.newsletter .social-newsletter {
  padding: 1.2em 60px 3em 0;
}
@media (min-width: 1024px) {
  .newsletter .newsletter-intro,
  .newsletter .social-newsletter {
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  .newsletter .newsletter-intro {
    padding-bottom: 5em;
  }
  .newsletter .newsletter-intro.newsletter-text1 {
    padding-bottom: 0;
  }
}
.newsletter p {
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .newsletter .newsletter-inner {
    width: 92vw;
  }
}
.newsletter .newsletter-form {
  padding-top: 2.5em;
}
@media (min-width: 1024px) {
  .newsletter .newsletter-form {
    overflow: hidden;
  }
}

.newsletter button,
.access-button,
input[type=button],
input[type=reset],
.newsletter input[type=submit],
.contact-button,
.inquire-button,
.onework-button,
.inquire-link_wdetails,
.backtowork-button,
.sm-btn {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #FF1900;
  color: white;
  padding: 0.7em 1.2em 0.63em 1.2em;
  min-width: 95.2%;
  margin-bottom: 35px;
  margin-top: 23px;
}
@media (min-width: 768px) {
  .newsletter button,
  .access-button,
  input[type=button],
  input[type=reset],
  .newsletter input[type=submit],
  .contact-button,
  .inquire-button,
  .onework-button,
  .inquire-link_wdetails,
  .backtowork-button,
  .sm-btn {
    min-width: 30vw;
  }
}
@media (min-width: 1024px) {
  .newsletter button,
  .access-button,
  input[type=button],
  input[type=reset],
  .newsletter input[type=submit],
  .contact-button,
  .inquire-button,
  .onework-button,
  .inquire-link_wdetails,
  .backtowork-button,
  .sm-btn {
    width: 98%;
    min-width: 0;
    margin-top: 46px;
  }
}

.newsletter-new .pretty {
  margin-right: 12px;
  margin-top: -8px;
}
.newsletter-new .pretty .state svg {
  margin: 0 !important;
}
.newsletter-new .pretty .state {
  top: 6.5px;
}
.newsletter-new .yikes-mailchimp-eu-compliance-label {
  margin-bottom: 5px;
}
.newsletter-new .newsletter-right .yikes-mailchimp-eu-compliance-text {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.newsletter-new label.field-no-label {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.newsletter-new .newsletter-right .yikes-easy-mc-submit-button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ff1900;
  color: white;
  padding: 0.7em 1.2em 0.63em 1.2em;
  min-width: 95.2%;
  margin-bottom: 10px;
  margin-top: 15px;
}

.yikes-mailchimp-container-2 span.edit-link {
  display: none;
}
.yikes-mailchimp-container-2 .yikes-easy-mc-error-message-2 {
  display: block !important;
  background: #fff;
  font-size: 85% !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #000;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  z-index: 9999;
}

.newsletter-popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  overflow-y: auto;
}
.newsletter-popup-form .newsletter-popup_inner {
  position: absolute;
  background: white;
}
@media (max-width: 1023px) {
  .newsletter-popup-form .newsletter-popup_inner {
    width: calc(100% - 40px);
    min-height: 625px;
    padding: 30px 15px;
    top: 15px;
    left: 20px;
    z-index: 100000;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .newsletter-popup-form .newsletter-popup_inner {
    width: calc(100% - 40px);
    min-height: 625px;
    padding: 30px 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  .newsletter-popup-form .newsletter-popup_inner {
    width: 82%;
    max-width: 1420px;
    min-height: 535px;
    padding: 7rem 5rem 5rem 5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.newsletter-popup-form .newsletter-popup_close {
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .newsletter-popup-form .newsletter-popup_close {
    top: 5px;
    right: 10px;
    width: 17px;
  }
}
@media (min-width: 1024px) {
  .newsletter-popup-form .newsletter-popup_close {
    top: 3rem;
    right: 5rem;
  }
}
.newsletter-popup-form .submitted .customized-success {
  margin-top: 125px;
}

.submitted p.interested-prompt,
.submitted .newsletter-textholder-followup,
.submitted .newsletter-textholder-intro,
.submitted form#newsletter-new-2 {
  display: none;
}

.newsletter-popup-form .yikes-easy-mc-success-message {
  color: unset !important;
  background: unset !important;
}

@media (max-width: 767px) {
  .newsletter-popup-form .margin-two.grid-margin-x .cell.large-6 {
    padding: 0px;
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .newsletter-popup-form .margin-two.grid-margin-x .cell.large-6 {
    padding: 0 10px;
    margin: 2px 10px;
  }
}
@media (min-width: 1024px) {
  .newsletter-popup-form .margin-two.grid-margin-x .cell.large-6 {
    width: 47%;
    margin-right: 0;
    margin-left: 2%;
  }
}

.newsletter-left {
  margin-right: 2%;
}
@media (min-width: 1024px) {
  .newsletter-left {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}

.newsletter-right {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .newsletter-right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 1024px) and (max-width: 1740px) {
  .newsletter-popup-form .newsletter-right {
    margin-top: 40px;
  }
  .newsletter-popup-form .cell.large-6.newsletter-right .newsletter-textholder-followup.small_font {
    margin-top: -43px !important;
  }
}
@media (min-width: 1740px) {
  .newsletter-popup-form .newsletter-right {
    margin-top: 66px;
  }
  .newsletter-popup-form .cell.large-6.newsletter-right .newsletter-textholder-followup.small_font {
    margin-top: -63px !important;
  }
}
@media (min-width: 1024px) {
  .yikes-easy-mc-form .yikes-easy-mc-checkbox-label:nth-child(3),
  .yikes-easy-mc-form .yikes-easy-mc-checkbox-label:nth-child(4),
  .yikes-easy-mc-form .yikes-easy-mc-checkbox-label:nth-child(5),
  .yikes-easy-mc-form .yikes-easy-mc-checkbox-label:nth-child(6) {
    margin-left: 8rem;
  }
}

@media (max-width: 1023px) {
  .newsletter-new.yikes-easy-mc-form .yikes-easy-mc-checkbox-label:nth-child(3),
  .newsletter-new.yikes-easy-mc-form .yikes-easy-mc-checkbox-label:nth-child(4),
  .newsletter-new.yikes-easy-mc-form .yikes-easy-mc-checkbox-label:nth-child(5),
  .newsletter-new.yikes-easy-mc-form .yikes-easy-mc-checkbox-label:nth-child(6) {
    margin-left: 38px;
  }
}

@media (min-width: 1024px) {
  .newsletter-textholder-intro {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .newsletter-textholder-intro {
    margin-bottom: 20px;
  }
}

.force-hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.yikes-easy-mc-success-message {
  color: unset;
  background: unset;
  padding: unset;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button.admin-logged-in.yikes-easy-mc-submit-button-2 {
  margin: 0.5em 0;
}

#open-newsletter-popup {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  background: #ff1900;
  color: white;
  border: none;
  cursor: pointer;
  margin: 300px auto;
  position: absolute;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.newsletter-popup-form p.interested-prompt {
  margin-bottom: 10px;
}

.newsletter-new .yikes-easy-mc-form label {
  margin-bottom: 5px;
}

input#yikes-easy-mc-form-2-EMAIL {
  margin-bottom: 0;
}

.newsletter-new .newsletter-right input#yikes-easy-mc-form-2-EMAIL {
  background-color: #ffffff;
  border: 1px solid #ff1900;
  margin-bottom: 7px;
}

.sm-btn.outline {
  background-color: #ffffff;
  color: #FF1900;
  border: 1px solid #FF1900;
  min-width: 0;
  margin: 0.6em auto 1em 0;
  width: 100%;
  height: calc(var(--button-height) - 2px);
}
@media (min-width: 1024px) {
  .sm-btn.outline {
    width: 13em;
  }
}

.inquire-link_wdetails,
.backtowork-button {
  color: #FF1900;
  background-color: #ffffff;
  text-align: center;
  max-width: 25em;
  border: 1px solid #FF1900;
}

.inquirebtn-video {
  margin-top: 1.5em;
  max-width: 10em;
  min-width: 10em;
}
@media (min-width: 1024px) {
  .inquirebtn-video {
    margin-top: 0.35em;
  }
}

.backtowork-button {
  margin: 5.7em auto;
}

.video-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-caption > div:last-child {
  margin-left: auto;
}

.workdetails {
  padding-bottom: 3em;
}
@media (max-width: 1023px) {
  .workdetails {
    margin-top: 0 !important;
  }
}

@media (max-width: 1023px) {
  .workdetails_inner {
    margin-top: 0 !important;
  }
}

.workdetails_caption--visible {
  padding-bottom: 1.6em;
}

.workdetails_caption--hidden {
  padding-bottom: 3.3em;
}

.workdetails_caption--hidden {
  display: none;
}

.workdetails_caption_more {
  margin: 1em 0 2.4em 0;
  cursor: pointer;
  cursor: pointer;
  text-decoration: underline;
}

.workdetails_caption_price {
  margin-top: 0.5em;
}

@media (min-height: 800px) and (min-width: 1400px) {
  .newsletter-inner {
    margin-top: 10vh;
  }
}
.newsletter-right .yikes-mailchimp-eu-compliance-text {
  width: calc(100% - 3em) !important;
  display: inline-block !important;
  vertical-align: text-top;
}

.field-right-half label {
  display: block;
  margin-bottom: 14.2px;
}

.yikes-easy-mc-error-message,
.yikes-easy-mc-error-message,
#yikes-mailchimp-submitted-form-1 {
  display: none !important;
}

.newsletter-required {
  margin-top: 5px;
}

.required-large {
  visibility: hidden;
}
@media (min-width: 1024px) {
  .required-large {
    visibility: visible;
    padding-top: 5px;
  }
}

.required-mobile {
  margin-bottom: 2.5em;
  margin-top: -1em;
}
@media (min-width: 1024px) {
  .required-mobile {
    display: none;
  }
}

#instantclick-bar {
  background: #FF1900;
  background: transparent;
}

.italic {
  font-style: italic;
}

noitalic {
  font-style: normal;
}

/**
 * pretty-checkbox.css
 */
.pretty * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pretty input:not([type=checkbox]):not([type=radio]) {
  display: none;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1.1em;
  white-space: nowrap;
  line-height: 1;
  top: 0;
}

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 30px;
  width: 100%;
  width: 30px;
  height: 30px;
  z-index: 2;
  opacity: 0 !important;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pretty .state label {
  position: initial;
  position: absolute;
  top: 0;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em - 1px);
}

.pretty .state label:before,
.pretty .state label:after {
  content: "";
  width: calc(1em + 8px);
  height: calc(1em + 7px);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc(0% - (100% - 1em) - 18px);
  top: 0;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .pretty .state label:before,
  .pretty .state label:after {
    top: calc(0% - (100% - 1em) - 19px);
    top: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pretty .state label:before,
  .pretty .state label:after {
    left: -1.42em;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .pretty .state label:before,
  .pretty .state label:after {
    left: -1.42em;
  }
}
html.safari.ios .pretty .state label:before,
html.safari.ios .pretty .state label:after {
  left: -1.42em;
}

.pretty .state label:before {
  border-color: #FF1900;
}

.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
  display: none;
}

.pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: transparent !important;
}

.pretty.p-default.p-thick .state label:before,
.pretty.p-default.p-thick .state label:after {
  border-width: 0.1428571429em;
}

.pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
          transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc(0% - (100% - 1em) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}

.pretty.p-svg .state {
  position: relative;
  top: 6px;
}

.pretty.p-svg .state .svg,
.contact-remember .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc(0% - (100% - 1em) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-svg .state svg {
  margin: -1px 0 0 1px;
  width: 25px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
@media (min-width: 1024px) {
  .pretty.p-svg .state svg {
    margin: 0;
  }
}
.pretty.p-svg .state svg.checked {
  display: none;
}

html.safari.ios .pretty.p-svg .state svg {
  margin: -1px 0 0 2px;
}

.pretty.p-svg input:checked ~ .state svg.unchecked {
  display: none;
}

.pretty.p-svg input:checked ~ .state svg.checked {
  display: block;
}

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc(0% - (100% - 1em) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-image input:checked ~ .state img {
  opacity: 1;
}

.pretty.p-switch input {
  min-width: 2em;
}

.pretty.p-switch .state {
  position: relative;
}

.pretty.p-switch .state:before {
  content: "";
  border: 1px solid #000000;
  border-radius: 60px;
  width: 2em;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc(0% - (100% - 1em) - 16%);
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pretty.p-switch .state label {
  text-indent: 2.5em;
}

.pretty.p-switch .state label:before,
.pretty.p-switch .state label:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-switch .state label:after {
  background-color: transparent !important;
}

.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b;
}

.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch input:checked ~ .state label:after {
  background-color: transparent !important;
  left: 1em;
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em;
}

.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #bdc3c7 !important;
  top: calc(50% - 0.1em);
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}

.pretty.p-has-focus input:focus ~ .state label:before {
  -webkit-box-shadow: 0px 0px 3px 0px #bdc3c7;
          box-shadow: 0px 0px 3px 0px #bdc3c7;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
  display: block;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
  display: block;
  opacity: 1;
}

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}

.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7;
}

.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}

.pretty.p-plain input:checked ~ .state label:before,
.pretty.p-plain.p-toggle .state label:before {
  content: none;
}

.pretty.p-plain.p-plain .icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pretty.p-round .state label:before,
.pretty.p-round .state label:after {
  border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-curve .state label:before,
.pretty.p-curve .state label:after {
  border-radius: 20%;
}

.pretty.p-smooth label:before,
.pretty.p-smooth label:after,
.pretty.p-smooth .icon,
.pretty.p-smooth .svg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pretty.p-smooth input:checked + .state label:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:before,
.pretty.p-tada:not(.p-default) input:checked + .state label:after {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}

.pretty input[disabled] ~ * {
  opacity: 0.5;
}

.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}

.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important;
}

.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca;
}

.pretty input:checked ~ .state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important;
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important;
}

.pretty input:checked ~ .state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}

.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}

.pretty input:checked ~ .state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important;
}

.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}

.pretty input:checked ~ .state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}

.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}

.pretty input:checked ~ .state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}

.pretty input:checked ~ .state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}

.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}

.pretty input:checked ~ .state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important;
}

.pretty input:checked ~ .state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}

.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}

.pretty input:checked ~ .state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important;
}

.pretty.p-bigger label:before,
.pretty.p-bigger label:after,
.pretty.p-bigger .icon,
.pretty.p-bigger .svg,
.pretty.p-bigger .img {
  font-size: 1.2em !important;
  top: calc(0% - (100% - 1em) - 35%) !important;
}

.pretty.p-bigger label {
  text-indent: 1.7em;
}

@media print {
  .pretty .state:before,
  .pretty .state label:before,
  .pretty .state label:after,
  .pretty .state .icon {
    /* stylelint-disable */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.border-block {
  height: 1px;
  border-top: 1px solid #FF1900;
  margin-bottom: 3.4em;
  /* Sticky Red Border under Home navigation, large screens */
}
.border-block.home {
  margin-bottom: 2.8em;
}
@media (min-width: 1024px) {
  .home #news-section .border-block {
    position: sticky;
    top: 72px;
  }
}

.content-flexible .border-block:first-child {
  border-top: 1px solid transparent;
  margin-bottom: 2.4em;
}

@supports not ((-o-object-fit: cover) or (object-fit: cover)) {
  #fullslides-container,
  #fullvideo-container {
    position: fixed;
    z-index: 9999999;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-color: #ffffff;
  }
  #fullslides-container img,
  #fullvideo-container video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    max-height: none !important;
    width: auto !important;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #fullslides-container,
  #fullvideo-container {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: #ffffff;
  }
  #fullslides-container img.full,
  #fullvideo-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: none !important;
  }
}
#fullslides-container.static {
  height: 56.2vw;
  position: relative;
  margin-bottom: 2em;
  z-index: 1;
}

#fullslides-container.static img.full {
  height: 56.2vw;
}

#fullvideo-container.play-button:hover {
  cursor: pointer;
}

.fullvideo-caption {
  position: absolute;
  left: 4%;
  bottom: 4%;
}
.fullvideo-caption.White {
  color: #ffffff;
}
.fullvideo-caption.Black {
  color: #000000;
}

.margin-small {
  height: 1em;
}

.margin-medium {
  height: 2.5em;
}

.margin-large {
  height: 4em;
}

#back-to-top {
  position: fixed;
  bottom: 37px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  background: #dddddd;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
#back-to-top.visible {
  opacity: 0.8;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#back-to-top.visible:hover {
  opacity: 1;
}
#back-to-top.hidden {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
}
@media (max-width: 1023px) {
  #back-to-top {
    right: 3.5%;
  }
}
@media (min-width: 1024px) and (max-width: 1499px) {
  #back-to-top {
    right: 4%;
  }
}
@media (min-width: 1500px) and (max-width: 1999px) {
  #back-to-top {
    right: 10px;
  }
}
@media (min-width: 2000px) and (max-width: 2649px) {
  #back-to-top {
    right: 20px;
  }
}
@media (min-width: 2650px) {
  #back-to-top {
    right: 30px;
  }
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #eb1700;
  color: #ffffff;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer {
    padding: 2em 0 1.9em 0;
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
}

body.cookie_open .footer {
  padding-bottom: 14em;
}
@media (min-width: 1024px) {
  body.cookie_open .footer {
    position: static;
    padding-bottom: 12em;
  }
}

#inner-footer {
  text-align: center;
  margin: 0 auto;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #inner-footer {
    text-align: left;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #inner-footer {
    width: 92%;
  }
}

@media (min-width: 1024px) {
  .footer nav {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 2.3em;
  }
}
@media (max-width: 1023px) {
  .footer nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0.32em 0;
  }
}

/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view. 
	*/
.footer-links ul li a {
  color: #ffffff !important;
  text-decoration: none;
}
.footer-links ul li a:hover {
  text-decoration: underline;
}

/* end .footer-links */
@media (min-width: 1024px) {
  .footer .nav li {
    display: inline-block;
    margin-right: 2em;
  }
}
@media (max-width: 1023px) {
  .footer .nav li {
    padding: 0.4em 0;
  }
}

@media (min-width: 1024px) {
  .copyright {
    display: inline-block;
    vertical-align: baseline;
  }
}
@media (max-width: 1023px) {
  .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-top: 1px solid #ffffff;
    padding: 0.8em 0;
  }
}

@media (min-width: 1024px) {
  .social-icons {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .social-icons {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: 1px solid #ffffff;
    padding: 0.8em 0;
  }
}

#responsive-menu-pro-container .social-icons {
  border-top: none;
}

.social-icon {
  display: inline-block;
  max-width: 25px !important;
  margin: 0 10px !important;
  max-width: 8vw !important;
  margin: 0 4vw !important;
}
@media (min-width: 768px) {
  .social-icon {
    max-width: 33px !important;
  }
}
@media (min-width: 1024px) {
  .social-icon {
    max-width: 25px !important;
    margin: 0 0 0 16px !important;
  }
}
.social-icon img {
  vertical-align: middle;
  max-height: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .social-icon img {
    height: 17px;
  }
}

.social-footer .social-icon img {
  height: 17px;
}

.social-mobile .social-icon,
.social-newsletter .social-icon {
  background: #ffffff;
  width: 32px;
  text-align: center;
  padding: 3px 0px !important;
  margin: 0 17px 0 0 !important;
}
.newsletter .social-newsletter {
  display: none;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .newsletter .social-newsletter {
    display: block;
    padding-left: 2.7em;
    padding-bottom: 37px;
  }
}

.wechat-link:hover {
  cursor: pointer;
}

.wechat-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
}
.wechat-popup .qr-code {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 400px !important;
  max-width: 90%;
  max-width: min(90%, 400px);
  width: auto !important;
}

.post-password-form {
  margin-top: 4.5em;
  max-width: 350px;
}
.post-password-form p {
  margin-bottom: 1em;
}
.post-password-form .access-button {
  margin-top: 0 !important;
  padding-top: 0.7em;
}

.image-caption-full {
  margin-top: 0.7em;
}

.news-slider .swiper-wrapper {
  -moz-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-slider .image-wrapper-full {
  width: 100%;
}
.news-slider .swiper-slide img,
.news-slider .swiper-slide .plyr__poster {
  max-width: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-slider .swiper-slide .memorial-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

.news-slider + #content {
  margin-top: 0;
}
.news-slider + #content main {
  margin-top: 0;
}
.news-slider + #content main .border-block {
  margin-bottom: 1.5em;
}
.news-slider + #content main .page-title.show {
  margin-bottom: 3em;
}

.image-full-wrapper,
.image-full {
  position: relative;
}

.image-full img,
.image-full video {
  width: 100%;
}

.news-slider.crop {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.news-slider.crop .image-full-wrapper,
.news-slider.crop .image-full {
  height: 100%;
}
.news-slider.crop .image-full img,
.news-slider.crop .image-full video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100vh;
}

.image-caption-full {
  position: absolute;
  left: 3.5%;
  bottom: 12vh;
  color: #ffffff;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .image-caption-full {
    top: 50%;
    bottom: auto;
    left: 4.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.image-caption-full.Red {
  color: #FF1900;
}
.image-caption-full.Black {
  color: #000000;
}
@media (min-width: 1024px) {
  .image-caption-full.right {
    right: 4.5%;
    left: auto;
  }
  .image-caption-full.left_bottom {
    top: auto;
    bottom: 10%;
    -webkit-transform: none;
    transform: none;
  }
  .image-caption-full.right_bottom {
    right: 4.5%;
    left: auto;
    top: auto;
    bottom: 10%;
    -webkit-transform: none;
    transform: none;
  }
}

.memorial-slide {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .memorial-slide {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    min-height: 80vh;
    width: 100%;
  }
}

.memorial-caption,
.memorial-image {
  -webkit-box-ordinal-group: 3;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 1024px) {
  .memorial-caption,
  .memorial-image {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: auto;
  }
}

@media (min-width: 1024px) {
  .memorial-slide-left .memorial-caption {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .memorial-slide-left .memorial-image {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.memorial-caption,
.memorial-imagecaption {
  color: #000000;
}

.memorial-imagecaption {
  font-size: 85%;
  margin: 0.8em auto 0.2em 0;
}

@media (min-width: 1024px) {
  .memorial-caption {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .memorial-caption p {
    padding-left: 10vw;
  }
}
@media (max-width: 1023px) {
  .memorial-caption {
    padding: 4em 0 1em 0;
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 93%;
  }
}

@media (min-width: 1024px) {
  .memorial-caption p {
    font-size: 120%;
  }
}

.memorial-image img {
  margin: 0 auto 0 0;
  max-height: 75vh;
}
@media (max-width: 1023px) {
  .memorial-image img {
    max-height: 55vh;
  }
}

@media (min-width: 1024px) {
  body.home-border .swiper-slide a {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
  }
}
.scroll-down {
  display: none;
}
@media (min-width: 1024px) {
  .scroll-down {
    display: block;
    position: absolute;
    z-index: 999;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .scroll-down img {
    width: 20px;
  }
}

.notification-active .image-caption-full {
  bottom: 25%;
}
@media (min-width: 1024px) {
  .notification-active .image-caption-full.left_bottom, .notification-active .image-caption-full.right_bottom {
    bottom: 23%;
  }
}

.notification {
  position: absolute;
  z-index: 98;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 1.5em 0 1.5em 0;
}
@media (min-width: 1024px) {
  .notification {
    text-align: center;
    padding: 1.8em 0 1.8em 0;
  }
}

.swiper-fullscreen,
.global-fullscreen {
  display: none;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9999;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  will-change: opacity;
  padding: 0 3.5%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .swiper-fullscreen,
  .global-fullscreen {
    display: block;
  }
}
@media (min-width: 1024px) {
  .swiper-fullscreen,
  .global-fullscreen {
    padding: 0;
  }
}
.swiper-fullscreen.active,
.global-fullscreen.active {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
.swiper-fullscreen .swiper-wrapper,
.global-fullscreen .swiper-wrapper {
  overflow: hidden;
}
.swiper-fullscreen .swiper-slide .video-container,
.global-fullscreen .swiper-slide .video-container {
  margin: 0 auto;
  max-width: 90%;
}
.swiper-fullscreen .swiper-slide img,
.global-fullscreen .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 5px;
}
.swiper-fullscreen .video-container,
.global-fullscreen .video-container {
  position: relative;
  top: 47%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media (min-width: 1024px) {
  .swiper-fullscreen .swiper-slide,
  .global-fullscreen .swiper-slide {
    height: 70vh;
    height: calc(100vh - 143px);
  }
}
.swiper-fullscreen .swiper-slide img,
.swiper-fullscreen video,
.swiper-fullscreen video,
.swiper-fullscreen .video-container,
.swiper-fullscreen .plyr__poster,
.global-fullscreen .swiper-slide img,
.global-fullscreen video,
.global-fullscreen video,
.global-fullscreen .video-container,
.global-fullscreen .plyr__poster {
  z-index: 30;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .swiper-fullscreen .swiper-slide img,
  .swiper-fullscreen video,
  .swiper-fullscreen video,
  .swiper-fullscreen .video-container,
  .swiper-fullscreen .plyr__poster,
  .global-fullscreen .swiper-slide img,
  .global-fullscreen video,
  .global-fullscreen video,
  .global-fullscreen .video-container,
  .global-fullscreen .plyr__poster {
    max-height: 75%;
    max-height: calc(100% - 143px);
    max-height: calc(100vh - 143px);
  }
}
.swiper-fullscreen .plyr__video-wrapper:after,
.global-fullscreen .plyr__video-wrapper:after {
  top: 29%;
  top: calc(50vh - 139px);
}

@media (min-width: 1024px) {
  .swiper-fullscreen .swiper-wrapper,
  .global-fullscreen .swiper-wrapper {
    padding: 0 4%;
  }
}
.swiper-fullscreen .fullscreen-caption,
.global-fullscreen .fullscreen-caption {
  padding-left: 4%;
}
@media (min-width: 1024px) {
  .swiper-fullscreen .swiper-info,
  .global-fullscreen .swiper-info {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.swiper-fullscreen .swiper-button-prev,
.global-fullscreen .swiper-button-prev {
  position: fixed;
  left: 1.55%;
}
.swiper-fullscreen .swiper-button-next,
.global-fullscreen .swiper-button-next {
  position: fixed;
  text-align: right;
}
.swiper-fullscreen .swiper-button-next,
.swiper-fullscreen .swiper-button-close,
.global-fullscreen .swiper-button-next,
.global-fullscreen .swiper-button-close {
  right: 1.5%;
}

.global-fullscreen .swiper-container {
  height: 100%;
}
.global-fullscreen .fullscreen-button {
  display: none;
}

.button-thumbs-prev {
  left: 0;
}
.button-thumbs-prev.swiper-button-disabled {
  display: none;
}

.button-thumbs-next {
  right: 0;
  left: auto;
  text-align: right;
}
.button-thumbs-next.swiper-button-disabled {
  display: none;
}

.swiper-fullscreen > .swiper-wrapper .more-thumb {
  display: none !important;
}

.swiper-fullscreen.series-fullscreen {
  display: block;
}

@media (min-width: 1024px) {
  .swiper-container:not(.swiper_one) .swiper-slide img,
  .swiper-container:not(.swiper-fullscreen):not(.swiper_one) .swiper-slide .plyr__poster {
    max-width: 90%;
  }
}

.swiper-info {
  padding-top: 1em;
  padding-bottom: 1.25em;
  z-index: 50;
  background-color: #ffffff;
  width: 93%;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .swiper-info {
    position: absolute;
    bottom: -1px;
    width: 100%;
  }
}
.swiper-info .swiper-info-left {
  float: left;
}
.swiper-info .swiper-details,
.swiper-info .showmoreviews,
.swiper-info .inquire-link {
  display: inline-block;
  margin-right: 2.7em;
}
@media (min-width: 1200px) {
  .swiper-info .swiper-details,
  .swiper-info .showmoreviews,
  .swiper-info .inquire-link {
    margin-right: 3em;
  }
}
.swiper-info .swiper-details:hover,
.swiper-info .showmoreviews:hover,
.swiper-info .inquire-link:hover {
  cursor: pointer;
}
.swiper-info .swiper-count {
  float: right;
}

@media (max-width: 1199px) {
  .swiper-inline.half_width .swiper-info .swiper-details,
  .swiper-inline.half_width .swiper-info .showmoreviews,
  .swiper-inline.half_width .swiper-info .inquire-link {
    margin-right: 1.9em;
  }
}

.inquire-link {
  margin-right: 1em !important;
}

.inquire-link_mobile {
  margin-top: 1em;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .fairs-template .inquire-privacy-inner {
    margin-top: 0px !important;
  }
}
@media (min-width: 1024px) {
  .fairs-template .inquire-footer .inquire-privacy {
    top: calc(2 * var(--button-height) + 3em) !important;
  }
}

@media (min-width: 1024px) {
  .swiper-fullscreen .swiper-info {
    width: 92%;
  }
}

@media (max-width: 1023px) {
  .showmoreviews {
    display: none !important;
  }
}
.fullscreen-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding-top: 1em;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  z-index: 40;
  text-align: left;
}
.fullscreen-caption .caption-desc {
  max-width: 55em;
}
.fullscreen-caption p {
  margin-bottom: 1em;
}

.contactmail-description p {
  margin-bottom: 1em;
}
.contactmail-description p:last-of-type {
  margin-bottom: 0;
}

.swiper-fullscreen .fullscreen-caption p,
.global-swiper .fullscreen-caption p {
  color: #FF1900 !important;
}

.video-slide .fullscreen-caption {
  z-index: 999999;
}

@media (min-width: 1024px) {
  .contact-link:not(.inquire-link) {
    margin-bottom: 0.6em;
  }
  .contact-link:not(.inquire-link).contact-inline {
    margin-bottom: 1em;
  }
}
.contact-link:not(.inquire-link).contact-inline {
  margin-top: 1em;
}
.contact-link:not(.inquire-link):hover {
  cursor: pointer;
}

/*.swiper-details, .showmoreviews, .inquire-link {
	display: none;	
}*/
.swiper-button-close::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: 9;
  cursor: pointer;
}

.swiper-button-close,
.contact-button-close,
.form-button-close {
  position: fixed;
  top: 5px;
  right: 3.5%;
  z-index: 1;
  width: 25px;
  text-align: right;
}
@media (min-width: 768px) {
  .swiper-button-close,
  .contact-button-close,
  .form-button-close {
    top: 15px;
  }
}
@media (min-width: 1024px) {
  .swiper-button-close,
  .contact-button-close,
  .form-button-close {
    top: 15px;
    right: 4%;
  }
}
.swiper-button-close:hover,
.contact-button-close:hover,
.form-button-close:hover {
  cursor: pointer;
}
.swiper-button-close img:not(.slider-image):not(.location-image),
.swiper-button-close svg,
.contact-button-close img:not(.slider-image):not(.location-image),
.contact-button-close svg,
.form-button-close img:not(.slider-image):not(.location-image),
.form-button-close svg {
  width: 15px;
}
.swiper-button-close svg,
.swiper-button-close path,
.contact-button-close svg,
.contact-button-close path,
.form-button-close svg,
.form-button-close path {
  height: auto;
  fill: #FF1900;
}

.swiper-button-close svg {
  width: 14px;
  height: 20px;
}
.swiper-button-close svg path {
  stroke: transparent;
  fill: #FF1900;
}

.fullscreen-button {
  display: none;
}

@media (min-width: 1024px) {
  .artist_thumb-tile img:not(.slider-image):not(.location-image) {
    max-height: 70vh;
    max-height: calc(100vh - 260px);
  }
}

.swiper-thumbs {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 1em;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: transform 0.34s ease;
  -webkit-transition: -webkit-transform 0.34s ease;
  transition: -webkit-transform 0.34s ease;
  transition: transform 0.34s ease;
  transition: transform 0.34s ease, -webkit-transform 0.34s ease;
  transform: translateY(200%);
  -webkit-transform: translateY(calc(100% + 4em));
  transform: translateY(calc(100% + 4em));
  max-width: 100%;
}
.swiper-thumbs.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.swiper-thumbs .swiper-wrapper {
  overflow: visible;
}
.swiper-thumbs .moreview:hover {
  cursor: pointer;
}
.swiper-thumbs .more-thumb img {
  height: 6.5vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-thumbs .video-container,
.swiper-thumbs .full_img-wrapper,
.swiper-thumbs .fullscreen-caption {
  display: none !important;
}

.swiper-fullscreen .swiper-thumbs,
.swiper-inline .swiper-thumbs,
.global-swiper .swiper-thumbs {
  padding-bottom: 4.5em;
  margin-bottom: 0;
}

.swiper-inline .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.swiper-inline .swiper-wrapper .full_img {
  margin: 0 10px 0 0;
}
@media (min-width: 1024px) {
  .swiper-inline .swiper-wrapper .full_img {
    margin: 0 15px 0 0;
  }
}
.swiper-inline .swiper-button-close {
  display: none;
}
.swiper-inline .swiper-slide,
.swiper-inline .swiper-info {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .swiper-inline .swiper-info {
    position: relative;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .swiper-inline:not(.half_width):not(.swiper_one) .swiper-info,
  .swiper-inline:not(.half_width):not(.swiper_one) .fullscreen-caption {
    padding-left: 32px;
    padding-right: 0px;
  }
}
.swiper-inline .video-container,
.swiper-inline .image-container {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .swiper-inline video,
  .swiper-inline .plyr__poster {
    max-height: 80vh;
    width: auto;
  }
}
.swiper-inline .fullscreen-button {
  display: inline-block;
  float: right;
}
.swiper-inline .fullscreen-button:hover {
  cursor: pointer;
}
.swiper-inline .fullscreen-button img,
.swiper-inline .fullscreen-button svg {
  height: 1em;
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.24em;
}
.swiper-inline .fullscreen-caption {
  padding-bottom: 0em;
}
.swiper-inline .swiper-thumbs {
  max-width: 100%;
  padding-bottom: 3em;
}

.swiper-half {
  width: 50%;
}

.thumb-slide {
  background-color: transparent;
  width: auto;
  margin-right: 30px;
}

.swiper-container-initialized .swiper-slide,
.swiper-container-initialized .thumb-slide {
  visibility: hidden;
}
.swiper-container-initialized .swiper-slide:first-child,
.swiper-container-initialized .thumb-slide:first-child {
  visibility: visible;
}

.swiper-container-initialized .swiper-slide,
.swiper-container-initialized .thumb-slide {
  visibility: visible;
}

.swiper-container:not(.news-slider):not(.swiper-with-thumbs-thumbnails) .swiper-slide:not(.swiper-slide-active):not(.swiper-thumb) {
  opacity: 0 !important;
}

.slideshow-wrapper {
  margin-top: 2em;
  margin-bottom: 4.8em;
}
@media (min-width: 1024px) {
  .slideshow-wrapper .swiper-inline.full_height.swiper_one .swiper-slide img,
  .slideshow-wrapper .swiper-inline.full_height.swiper_one .swiper-slide .plyr__poster {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .slideshow-wrapper .fairs-template .swiper-with-thumbs-wrapper .slideshow-wrapper {
    margin: 1.4em auto 1.6em !important;
  }
}
@media (min-width: 1024px) {
  .slideshow-wrapper .fairs-template .swiper-with-thumbs .swiper-slide {
    max-height: calc(100vh - 12.5em) !important;
    min-height: calc(100vh - 12.5em) !important;
  }
}
@media (min-width: 1024px) {
  .slideshow-wrapper .swiper-inline.full_height:not(.swiper_one) .swiper-slide img,
  .slideshow-wrapper .swiper-inline.full_height:not(.swiper_one) .swiper-slide .plyr__poster {
    max-width: 92%;
    max-width: calc(100% - 50px);
  }
}
.slideshow-wrapper .swiper-button-next {
  text-align: right;
}

.columns-wrapper {
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 92%;
}
@media (min-width: 1024px) {
  .columns-wrapper .cell {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.columns-wrapper .cell .slideshow-wrapper {
  margin: 0 auto 1.5em auto;
  max-width: 100%;
}
.columns-wrapper .cell .slideshow-wrapper:last-child {
  margin-bottom: 0;
}
.columns-wrapper .cell .swiper-slide {
  min-width: 100%;
  width: 100% !important;
}
.columns-wrapper .cell .text-container:last-child {
  margin-bottom: 0;
}
.columns-wrapper .cell .text-container:last-child .text-wrapper p:last-child {
  margin-bottom: 0;
}
.columns-wrapper .cell .text-container:last-child > p:last-child {
  display: none;
}
@media (max-width: 1023px) {
  .columns-wrapper {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .columns-wrapper .cell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.color-wrapper {
  padding: 3em 0 2em 0;
}
.color-wrapper:first-child {
  padding-top: 0.5em;
}
.color-wrapper:first-child .border-block:first-of-type {
  border-color: transparent;
  margin-bottom: 0.7em;
}
.color-wrapper + .text-container {
  margin-top: 3em;
}
.color-wrapper .selected_works-thumbs_wrapper .thumb-tile {
  margin-bottom: 4.5em;
}

@media (min-width: 1024px) {
  body.postid-4419 .columns-wrapper .cell:first-child {
    margin-top: 3.84em;
  }
}

.contactmail-popup,
.inquire-footer-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  inset: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  will-change: opacity;
  padding: 0 3.5%;
  pointer-events: none;
  z-index: 100000;
  background-color: white;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
@media (min-width: 1024px) {
  .contactmail-popup,
  .inquire-footer-popup {
    padding: 0 4%;
  }
}
.contactmail-popup.active,
.inquire-footer-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.contactmail-popup .contactmail-inner,
.inquire-footer-popup .contactmail-inner {
  position: absolute;
  min-height: 100%;
  min-height: 100vh;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  height: 99.9vh;
}
@media (min-width: 768px) {
  .contactmail-popup .contactmail-inner,
  .inquire-footer-popup .contactmail-inner {
    width: 90%;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .contactmail-popup .contactmail-inner,
  .inquire-footer-popup .contactmail-inner {
    height: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.contactmail-popup .contactmail-inner::-webkit-scrollbar,
.inquire-footer-popup .contactmail-inner::-webkit-scrollbar {
  display: none;
}
.contactmail-popup .contactmail-success,
.inquire-footer-popup .contactmail-success {
  display: none;
  position: absolute;
  left: 50%;
  top: 49.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  text-align: center;
}
.contactmail-popup #Contact-Message,
.inquire-footer-popup #Contact-Message {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .contactmail-popup #Contact-Message,
  .inquire-footer-popup #Contact-Message {
    margin-top: 0;
  }
}
.contactmail-popup .contact-right-column,
.inquire-footer-popup .contact-right-column {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contactmail-popup .contactmail-form:not(.inquire-form),
.inquire-footer-popup .contactmail-form:not(.inquire-form) {
  max-width: 1300px;
  margin: 0 auto;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: calc(100vh - 100px);
}
.contactmail-popup .contactmail-image img:not(.slider-image):not(.location-image),
.inquire-footer-popup .contactmail-image img:not(.slider-image):not(.location-image) {
  max-height: calc(100vh - 30.5em) !important;
  max-width: 100%;
  width: auto;
}
@media (min-width: 1024px) {
  .contactmail-popup .contactmail-image img:not(.slider-image):not(.location-image),
  .inquire-footer-popup .contactmail-image img:not(.slider-image):not(.location-image) {
    max-height: 38.8em !important;
    margin: auto;
  }
}
.contactmail-popup .contactmail-description,
.inquire-footer-popup .contactmail-description {
  padding-top: 0.8em;
  padding-bottom: 2em;
}
.contactmail-popup .inquire-form-wrapper .contactmail-description,
.inquire-footer-popup .inquire-form-wrapper .contactmail-description {
  padding-top: 0.8em;
  padding-bottom: 1em;
}
.contactmail-popup .contact-button,
.inquire-footer-popup .contact-button {
  margin-top: auto;
}

@media (min-width: 1024px) {
  .inquire-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    padding-top: 1rem;
  }
}
.inquire-form-wrapper .coummn-form {
  width: 100%;
  max-width: 26em;
}
.inquire-form-wrapper textarea {
  min-height: 130px;
}
@media (min-width: 1024px) {
  .inquire-form-wrapper textarea {
    min-height: 190px;
  }
}

@media (max-width: 1023px) {
  .contactmail-popup .contactmail-inner {
    padding-bottom: 2.5em;
  }
}
.inquire-footer {
  margin-top: 4.52em;
}
.inquire-footer .border-block {
  margin-bottom: 4.5em;
}
.inquire-footer strong {
  margin-bottom: 1.7em;
  display: block;
}
.inquire-footer .inquire-button {
  margin: 0;
}
.inquire-footer input,
.inquire-footer .inquire-button,
.inquire-footer textarea {
  width: 100% !important;
  margin-bottom: 1.5em;
}
.inquire-footer .contactmail-success {
  display: block !important;
}
.inquire-footer textarea {
  min-height: 6.7em;
}

.single-artists .inquire-footer {
  margin-top: 3em;
}
@media (min-width: 1024px) {
  .single-artists .inquire-footer .cell-FNAME {
    width: 46.2% !important;
    margin-right: 1.3% !important;
  }
}

body.single-inquire .contactmail-popup,
body.single-inquire .contactmail-popup .contactmail-inner {
  position: static;
  height: auto;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  z-index: 1;
  padding: 0;
  pointer-events: auto;
}

.contact-info {
  display: none;
}

.popup-title {
  padding: 0 0 0.5em 0;
}
@media (min-width: 1024px) {
  .popup-title {
    display: none !important;
  }
}

body.single-inquire .popup-title {
  padding: 1.2em 60px 0em 0;
}

.purechat-wrapper {
  position: fixed;
  position: sticky;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 99;
  text-align: right;
  pointer-events: none;
}
.purechat-wrapper .purechat-button-expand {
  background: #FF1900;
  color: #fff;
  padding: 0.7em 2.2em 0.55em 2.2em;
  font-size: 90%;
  pointer-events: auto;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: "NeueHaasGroteskText Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

audio,
video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui::after,
.plyr--full-ui::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.2;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px 20px 3px 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 2.7vw;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
  display: -ms-inline-grid;
  display: inline-grid;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 17px;
  pointer-events: none;
  width: 17px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
          box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  color: #fff;
}

.plyr--video .plyr__control svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #FF1900;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.plyr__controls .plyr__controls__item {
  margin-left: 20px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0px;
  margin-right: auto;
  background-image: url(../images/SPM_Play.svg);
  background-repeat: no-repeat;
}

.plyr__controls .plyr__controls__item.plyr__control--pressed:first-child {
  background-image: url(../images/SPM_Pause.svg);
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

button.plyr__volume {
  background-image: url(../images/SPM_Mute_Icon_2.svg);
  display: block !important;
  background-size: 100%;
  margin-left: 17px;
  margin-right: -5px;
  background-repeat: no-repeat;
  background-position: center center;
}

.plyr__volume + .plyr__controls__item {
  background-image: url(../images/fullscreen.png);
  display: block !important;
  background-size: 100%;
  padding: 2px;
  margin-left: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}

.subtitles {
  background-image: url(../images/subtitles.png);
  background-size: 100%;
  padding: 5px;
  margin-left: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}

.subtitles.plyr__control--pressed {
  background-image: url(../images/subtitles_red.png);
}

button.plyr__volume.plyr__control--pressed {
  background-image: url(../images/SPM_Mute_Icon_1.svg);
}

.plyr__volume input[type=range] {
  max-width: 43px !important;
  margin-right: 20px !important;
}

.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0);
}

.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0);
}

.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0);
}

.plyr--full-ui .plyr__volume input[type=range] {
  color: transparent;
}

.plyr__volume input {
  content: " ";
  position: absolute;
  background-image: url(../images/SPM_Lautstaerke_Icon_2.svg) !important;
  width: 100%;
  height: 150%;
  background-repeat: no-repeat !important;
  top: 0;
  height: 27px !important;
}

input.volume2 {
  background-image: url(../images/SPM_Lautstaerke_Icon_2.svg) !important;
}

input.volume3 {
  background-image: url(../images/SPM_Lautstaerke_Icon_3.svg) !important;
}

input.volume4 {
  background-image: url(../images/SPM_Lautstaerke_Icon_4.svg) !important;
}

input.volume5 {
  background-image: url(../images/SPM_Lautstaerke_Icon_5.svg) !important;
}

input.volume0,
input.volume1,
input.muted-true {
  background-image: url(../images/SPM_Lautstaerke_Icon_1.svg) !important;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .plyr--video .plyr__controls {
    padding: 20px 5px 5px;
  }
}

@media (min-width: 680px) {
  .plyr--video .plyr__controls {
    margin: 0 auto;
    padding: 10px 3.7% 10px 4%;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.swiper-slide .plyr--video .plyr__controls {
  z-index: 999999 !important;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4f5b5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #FF1900;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #FF1900;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}

html.mac.firefox .plyr--full-ui input[type=range] {
  height: 3px;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 0;
  height: 3px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 10px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 10px;
  -webkit-appearance: none;
  margin-top: -3px;
  opacity: 0;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 0;
  height: 3px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  opacity: 0;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
  opacity: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  -webkit-box-shadow: 0 0 0 5px rgb(255, 255, 255);
          box-shadow: 0 0 0 5px rgb(255, 255, 255);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  box-shadow: none;
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  box-shadow: none;
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgb(255, 255, 255);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgb(255, 255, 255);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgb(255, 255, 255);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 100%;
}

.plyr__time--current {
  margin-left: 1.1em;
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-left: 7px;
  margin-right: 7px;
}

/* @media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
} */
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: transparent;
  overflow: hidden;
}

.text-wrapper .plyr--video {
  padding-top: 0 !important;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: transparent;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*.plyr__poster-enabled .plyr__video-wrapper {
	padding-bottom: 0 !important;
}*/
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.half_width .plyr:not(.fullscreen_mode) .plyr__video-embed,
.half_width .plyr:not(.fullscreen_mode) .plyr__video-wrapper--fixed-ratio {
  height: auto;
  padding-bottom: 0;
}

.video-container-thumb .plyr:not(.fullscreen_mode) .plyr__video-embed,
.video-container-thumb .plyr:not(.fullscreen_mode) .plyr__video-wrapper--fixed-ratio {
  height: auto;
  padding-bottom: 0 !important;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plyr__video-wrapper--fixed-ratio videoxxx {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.half_width .plyr:not(.fullscreen_mode) .plyr__video-wrapper--fixed-ratio video,
.video-container-thumb video {
  height: auto;
  width: auto;
  position: static;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
  display: none !important;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
  display: none;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: #ffffff;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: #ffffff;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgb(255, 255, 255);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66);
  color: rgb(255, 255, 255);
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgb(255, 255, 255);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgb(183, 197, 205);
  background-color: rgb(255, 255, 255);
}

.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  position: relative;
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .plyr__volume {
    margin-right: -12px;
  }
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
  display: block !important;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 30px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 40px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: transparent;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: transparent;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: transparent;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    padding-bottom: 20px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    padding-bottom: 20px;
  }
  .plyr:fullscreen .plyr__captions {
    padding-bottom: 20px;
  }
}
.plyr:-webkit-full-screen {
  background: transparent;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-moz-full-screen {
  background: transparent;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen {
  background: transparent;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr--fullscreen-fallback {
  background: transparent;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #b7c5cd;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr.fullscreen_mode .plyr__video-embed iframe,
.plyr.fullscreen_mode .plyr__video-wrapper--fixed-ratio video {
  -webkit-transform: translateX(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 49%;
  left: 50%;
  position: absolute;
}
.plyr.fullscreen_mode .plyr__poster {
  display: none;
}
.plyr.fullscreen_mode .plyr__video-wrapper:after {
  top: 50%;
  margin-top: -5vw;
}

@media (min-width: 1024px) {
  .half_width .video-slide:not(.thumb-slide) {
    margin: 0 auto;
  }
  .half_width .video-container:not(.hidecontrols) {
    display: table;
    margin: 0 auto;
  }
  .half_width .video-container:not(.hidecontrols)::after {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    margin-top: -80px;
  }
  .half_width .plyr:not(.fullscreen_mode) .plyr__controls {
    padding: 8px 3.7% 7px 4%;
  }
  .half_width .plyr:not(.fullscreen_mode) .plyr__controls .plyr__controls__item:first-child,
  .half_width .plyr:not(.fullscreen_mode) button.plyr__volume,
  .half_width .plyr:not(.fullscreen_mode) .plyr__volume + .plyr__controls__item {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}
iframe,
embed {
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

.embed-video,
.side-text {
  margin-bottom: 3.4em;
}

@media (min-width: 1024px) {
  .side-text {
    margin-top: -0.1em;
  }
  .side-text.side-top {
    padding-top: 10%;
  }
}
.side-text p {
  margin-bottom: 1em;
}

.embed-video iframe {
  visibility: hidden;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.embed-video.custom iframe,
.embed-video .fluid-width-video-wrapper iframe {
  visibility: visible;
}

img,
img[alt] {
  color: #ffffff;
}

.box-shadow-Thin {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.39);
}

.box-shadow-Normal {
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.29);
}

.box-shadow-Big {
  -webkit-box-shadow: 0px 14px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 14px 12px 0px rgba(0, 0, 0, 0.2);
}

a[href^=tel] {
  color: inherit !important;
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FF1900;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FF1900;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #FF1900;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #FF1900;
  opacity: 1;
}

::placeholder {
  color: #FF1900;
  opacity: 1;
}

.onework-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1;
}
.onework-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.onework-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}
.onework-form ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.onework-form ::placeholder {
  color: #ffffff;
  opacity: 1;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
img {
  -ms-interpolation-mode: bicubic;
}

.attachment img[src$=".svg"],
.widget_media_image img[src$=".svg"] {
  width: 100%;
}

.attachment img[src$=".svg"],
.widget_media_image img[src$=".svg"] {
  width: 100%;
}

.attachment svg,
.widget_media_image svg {
  max-width: 100%;
  height: auto;
}

.hidden,
.screen-reader-text {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 1023px) {
  .hidden-small {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .hidden-large {
    display: none !important;
    visibility: hidden;
  }
}
.pointer-events-none {
  pointer-events: none;
}

.last-no-mb p:last-child {
  margin-bottom: 0;
}

body.page-template-page-customOnework .contactmail-popup .contact-button.hidden-large,
body.single-onework .contactmail-popup .contact-button.hidden-large {
  display: block !important;
  visibility: visible;
  margin-top: 1.5em;
}
body.page-template-page-customOnework .contactmail-popup .contact-button.hidden-small,
body.single-onework .contactmail-popup .contact-button.hidden-small {
  display: none !important;
  visibility: hidden;
}
body.page-template-page-customOnework .contactmail-popup .popup-title,
body.single-onework .contactmail-popup .popup-title {
  visibility: hidden;
}
@media (min-width: 1024px) {
  body.page-template-page-customOnework .contactmail-popup .contactmail-image img,
  body.single-onework .contactmail-popup .contactmail-image img {
    max-height: 36vh !important;
  }
}

@media (min-width: 1024px) {
  .entry-content .contact-two-col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3em 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
  }
}

.entry-content .location-wrapper:not(.grid-full) p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .entry-content .address-two-col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5em 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2.5em;
       -moz-column-gap: 2.5em;
            column-gap: 2.5em;
    max-width: 36.6em;
  }
}

.entry-content .address-two-col-mobile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media (min-width: 1024px) {
  .entry-content .address-two-col-mobile {
    -webkit-column-gap: 2.5em;
       -moz-column-gap: 2.5em;
            column-gap: 2.5em;
    max-width: 36.6em;
  }
}

.staff-two-col {
  padding: 1em 0 0;
}
@media (min-width: 1024px) {
  .staff-two-col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5em 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2.5em;
       -moz-column-gap: 2.5em;
            column-gap: 2.5em;
    max-width: 36.6em;
  }
}

.staff-col-left {
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .staff-col-left {
    margin-bottom: 0;
  }
}

.underline {
  text-decoration: underline;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.no-scrollbar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/*  SELECTION */
/* === Global Text Selection Styling (Red background + White text) === */
::-moz-selection {
  background: #FF1900;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #FF1900;
  color: #ffffff;
  text-shadow: none;
}

::-webkit-selection {
  background: #FF1900;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #FF1900;
  color: #ffffff;
  text-shadow: none;
}

/* === Prevent Image Selection Globally === */
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

/* === Headroom Navigation Adjustment === */
@media (min-width: 1024px) {
  /* Ensure header stays visible when Headroom.js is disabled */
  body.artists-template-default header.sub,
  body.post-template-post-customSingleTemplate header.sub {
    transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
    position: fixed !important;
    z-index: 990 !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media (max-width: 1023px) {
  /* Remove fixed position on smaller screens */
  .header.headroom--pinned {
    position: static !important;
  }
}
/* === Scroll Down Button Styles === */
#scroll-down {
  position: absolute;
  padding: 20px;
  top: calc(100vh - 65px);
  left: 50%;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 1;
  pointer-events: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  z-index: 10;
}
#scroll-down:hover {
  opacity: 0.8;
}
#scroll-down.hidden-scroll {
  opacity: 0;
  pointer-events: none;
}
#scroll-down polyline {
  stroke: rgb(255, 25, 0);
  stroke-width: 2;
  fill: none;
}
@media (max-width: 1024px) {
  #scroll-down {
    display: none;
  }
}

.filter-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  margin-bottom: 2.2em;
}

.filter-locations,
.filter-years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; /* Needed for the dropdown arrow positioning */
  border: 1px solid; /* Adjust as needed */
  padding: 0.5em 0.5em 0.5em 0.8em; /* Adjust padding as needed */
  width: 11em;
}

.filter-years {
  width: 7.4em;
}

/* Styling the dropdown arrow */
.filter-locations::after,
.filter-years::after {
  content: "";
  width: 2em;
  height: 100%;
  position: absolute;
  right: 0;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="%23E63C3C"><polygon points="0,0 100,0 50,50"/></svg>') no-repeat;
  background-size: 12px;
  background-position: 95% center;
  background-position: calc(100% - 15px) calc(100% - 10px);
  background-color: #fff;
  opacity: 1;
}

/* Initially hide the filter values */
.filter-locations-values,
.filter-years-values {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  overflow: visible;
  z-index: 1;
  background: #fff;
  border: 1px solid;
  max-height: 50vh;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #FF1900 #fff;
}
.filter-locations-values::-webkit-scrollbar,
.filter-years-values::-webkit-scrollbar {
  width: 6px;
  border-radius: 0px !important;
}
.filter-locations-values::-webkit-scrollbar-track,
.filter-years-values::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px !important;
}
.filter-locations-values::-webkit-scrollbar-thumb,
.filter-years-values::-webkit-scrollbar-thumb {
  background-color: #FF1900;
  border-radius: 0 !important;
  border: 0 none #fff;
  background-clip: padding-box;
}
@media (min-width: 1024px) {
  .filter-locations-values,
  .filter-years-values {
    max-height: 50vh !important;
  }
}
.filter-locations-values button,
.filter-years-values button {
  display: block;
  margin: 0.5em 0;
  padding: 0 0.5em 0 0.8em;
  text-align: left;
}

/* Show filter values on hover */
.filter-locations:hover .filter-locations-values,
.filter-years:hover .filter-years-values {
  display: block;
}

.entry-content .exhib-tile .exhib-text p:last-child {
  margin-bottom: 0;
}

body.popup-open button#responsive-menu-pro-button {
  z-index: 1;
}

.swiper-with-thumbs-wrapper {
  --thumb-height: 80px;
  margin-bottom: 5em;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs-wrapper {
    --thumb-height: 90px;
  }
}
.swiper-with-thumbs-wrapper .swiper-container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.swiper-with-thumbs-wrapper .slideshow-wrapper {
  margin: 0.4em auto 1.6em;
}
.swiper-with-thumbs-wrapper .swiper-button-close {
  z-index: 2;
}

.swiper-with-thumbs .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.swiper-with-thumbs .slide-caption {
  margin-top: auto;
  padding-top: 1.7em;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs .slide-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .swiper-with-thumbs .slide-caption p {
    padding-right: 3em;
  }
}
@media (min-width: 1024px) {
  .swiper-with-thumbs .slide-caption .inquire-button-wrapper {
    margin-left: auto;
    max-width: 25em;
    width: 25em;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.swiper-with-thumbs .slide-caption .inquire-button-wrapper .inquire-button {
  margin: 1.7em 0 0;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs .slide-caption .inquire-button-wrapper .inquire-button {
    margin: 0 0 0 auto;
  }
}
.swiper-with-thumbs .swiper-button-next,
.swiper-with-thumbs .swiper-button-prev {
  display: block;
  top: 48.5vw;
  margin-top: -1.7em;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs .swiper-button-next,
  .swiper-with-thumbs .swiper-button-prev {
    top: 41vh;
  }
}

.swiper-with-thumbs .swiper-slide {
  max-height: calc(100vh - 13em);
  min-height: calc(33vh + 10em);
}
@media (min-width: 1024px) {
  .swiper-with-thumbs .swiper-slide {
    max-height: calc(100vh - 11.5em);
    min-height: calc(100vh - 11.5em);
  }
}
.swiper-with-thumbs .swiper-slide img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1023px) {
  .swiper-with-thumbs .swiper-slide img {
    margin-top: auto;
    max-width: calc(100% - 3em);
    max-height: calc(100vh - 22em);
    min-height: 33vh;
  }
}
@media (min-width: 1024px) {
  .swiper-with-thumbs .swiper-slide img {
    min-height: calc(100vh - 18.5em);
  }
}

.swiper-with-thumbs-popup-slider .swiper-slide {
  max-height: calc(100svh - 14em);
  min-height: 33vh;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs-popup-slider .swiper-slide {
    max-height: calc(100vh - 11.5em);
  }
}
@media (max-width: 1023px) {
  .swiper-with-thumbs-popup-slider .swiper-slide img {
    margin-top: auto;
    max-width: 100%;
    max-height: calc(100svh - 22.9em);
    min-height: 33vh;
  }
}
@media (min-width: 1024px) {
  .swiper-with-thumbs-popup-slider .swiper-slide img {
    min-height: calc(100vh - 18em);
  }
}

.swiper-with-thumbs-thumbnails {
  padding-bottom: 1.2em;
}
.swiper-with-thumbs-thumbnails .swiper-wrapper {
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}
.swiper-with-thumbs-thumbnails .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.35;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  margin: 0 8px;
  visibility: visible;
}
.swiper-with-thumbs-thumbnails .swiper-slide:not(.swiper-thumb):first-child {
  margin-left: var(--wrap);
}
.swiper-with-thumbs-thumbnails .swiper-slide:not(.swiper-thumb):last-child {
  margin-right: var(--wrap);
}
.swiper-with-thumbs-thumbnails .swiper-slide img {
  max-width: 100% !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: var(--thumb-height);
}
.swiper-with-thumbs-thumbnails .swiper-scrollbar {
  left: var(--wrap);
  height: 2px;
}
@media (max-width: 1023px) {
  .swiper-with-thumbs-thumbnails .swiper-scrollbar {
    display: none;
  }
}
.swiper-with-thumbs-thumbnails .swiper-slide:hover,
.swiper-with-thumbs-thumbnails .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.swiper-with-thumbs-popup {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: -1;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.swiper-with-thumbs-popup.active {
  height: 100%;
  position: fixed;
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
  display: block;
}
.swiper-with-thumbs-popup-inner {
  padding: 2em var(--wrap) 4em;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs-popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    padding: 4.5em var(--wrap) 1em;
  }
}
.swiper-with-thumbs-popup .slide-caption .inquire-button {
  margin-top: 1.5em;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs-popup .slide-caption .inquire-button {
    margin-top: 0.4em;
  }
}
.swiper-with-thumbs-popup .swiper-with-thumbs-thumbnails {
  margin: 1.3em 0 0.7em;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs-popup .swiper-with-thumbs-thumbnails {
    margin-top: 2.3em;
  }
}

.swiper-with-thumbs-popup-slider-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs-popup-slider-wrapper {
    max-width: calc(100% - 25em - 2em);
  }
}
.swiper-with-thumbs-popup-slider-wrapper .swiper-with-thumbs-thumbnails .swiper-slide:first-child {
  margin-left: 0;
}

.swiper-with-thumbs-popup-slider .swiper-slide img.img-with-thumb,
.swiper-with-thumbs-popup-slider .swiper-slide video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs-popup-slider .swiper-slide img.img-with-thumb,
  .swiper-with-thumbs-popup-slider .swiper-slide video {
    width: auto;
    height: calc(100vh - var(--thumb-height) - 8vw - 2.4em) !important;
  }
}

@media (min-width: 1024px) {
  .swiper-with-thumbs-popup-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 25em;
    max-width: 25em;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .swiper-with-thumbs-popup-side .inquire-button-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.swiper-with-thumbs-popup-caption {
  position: relative;
  margin-bottom: 1.8em;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs-popup-caption {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: auto;
    margin-bottom: 1.2em;
    padding-top: 2em;
  }
}
.swiper-with-thumbs-popup-caption .read-more-caption {
  margin-top: 0;
}
.swiper-with-thumbs-popup-caption .read-more-ellipsis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 2em;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(52%, white));
  background: linear-gradient(to right, transparent 0%, white 52%);
}
.swiper-with-thumbs-popup-caption + .inquire-button-wrapper .inquire-button {
  margin-bottom: 1.8em !important;
}
@media (min-width: 1024px) {
  .swiper-with-thumbs-popup-caption + .inquire-button-wrapper .inquire-button {
    margin: 0 0 1.8em !important;
  }
}

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

.read-less svg {
  cursor: pointer;
}

.read-more--open > p:first-child {
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
}

.read-more-caption {
  margin-top: 1em;
}
.read-more-caption + .text-hidden br:first-child {
  display: none;
}

.swiper-scrollbar-drag {
  background-color: #FF1900;
  border-radius: 0;
}

.swiper-slide-video {
  position: relative;
}

.swiper-slide-video::after {
  content: " ";
  position: absolute;
  width: 3em;
  height: 3em;
  background-image: url(../images/Play.svg);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .swiper-slide-video::after {
    width: 66px;
    height: 66px;
  }
}

textarea::-moz-selection {
  color: #fff;
  background: #FF1900;
  text-shadow: none;
}

textarea::selection {
  color: #fff;
  background: #FF1900;
  text-shadow: none;
}
textarea::-webkit-selection {
  color: #fff;
  background: #FF1900;
  text-shadow: none;
}
textarea::-moz-selection {
  color: #fff;
  background: #FF1900;
  text-shadow: none;
}

.fairs-template-post-customFairsTemplate .exhib-info {
  display: none;
}
.fairs-template-post-customFairsTemplate .flexmenu {
  display: block;
}
.fairs-template-post-customFairsTemplate .flexmenu .italic {
  font-style: normal;
}
.fairs-template-post-customFairsTemplate .inquire-button,
.fairs-template-post-customFairsTemplate .contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: var(--button-height);
  margin-bottom: 1.8em;
  padding: 0;
  line-height: 1;
}
.fairs-template-post-customFairsTemplate .price {
  display: none;
}
.fairs-template-post-customFairsTemplate .inquire-footer {
  margin-top: 0.4em;
}
@media (min-width: 1024px) {
  .fairs-template-post-customFairsTemplate .inquire-footer {
    margin-top: 2.7em;
  }
}
.fairs-template-post-customFairsTemplate .inquire-footer .border-block {
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .fairs-template-post-customFairsTemplate .inquire-footer .border-block {
    margin-bottom: 2.7em;
  }
}
.fairs-template-post-customFairsTemplate .inquire-footer strong {
  margin-bottom: 1.1em;
}
.fairs-template-post-customFairsTemplate .inquire-footer .grid-margin-x,
.fairs-template-post-customFairsTemplate .inquire-footer #inquiremailform,
.fairs-template-post-customFairsTemplate .inquire-footer .grid-margin-x > .cell,
.fairs-template-post-customFairsTemplate .inquire-footer .margin-two.grid-margin-x .cell.large-6,
.fairs-template-post-customFairsTemplate .inquire-footer .margin-two.grid-margin-x .cell.large-12 {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1024px) {
  .fairs-template-post-customFairsTemplate .inquire-footer .margin-two.grid-margin-x .cell.cell-FNAME,
  .fairs-template-post-customFairsTemplate .inquire-footer .margin-two.grid-margin-x .cell.cell-LNAME {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .fairs-template-post-customFairsTemplate .inquire-footer .margin-two.grid-margin-x .cell.cell-FNAME {
    padding-right: 0.4em !important;
  }
}
@media (min-width: 1024px) {
  .fairs-template-post-customFairsTemplate .inquire-footer .margin-two.grid-margin-x .cell.cell-LNAME {
    padding-left: 0.4em !important;
  }
}
@media (min-width: 1024px) {
  .fairs-template-post-customFairsTemplate .inquire-footer .footer-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.8em 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.8em;
  }
}
.fairs-template-post-customFairsTemplate .popup-title {
  visibility: hidden;
  pointer-events: none;
  padding: 0 0 0.5em 0;
}
@media (min-width: 1024px) {
  .fairs-template-post-customFairsTemplate .popup-title {
    display: none !important;
    height: 0.5em;
  }
}
.fairs-template-post-customFairsTemplate .inquire-button {
  height: var(--button-height);
  line-height: var(--button-height);
  margin-bottom: 0.55em;
  width: 100%;
}
@media (min-width: 1024px) {
  .fairs-template-post-customFairsTemplate .inquire-button {
    margin-bottom: 0.8em;
  }
}
.fairs-template-post-customFairsTemplate .inquire-footer-popup .contactmail-form:not(.inquire-form) {
  max-width: 1400px;
}
.fairs-template-post-customFairsTemplate .swiper-with-thumbs-wrapper + .text-container.pos1 {
  margin-top: -1.5em;
}
.fairs-template-post-customFairsTemplate .swiper-with-thumbs-wrapper + .text-container.pos1 + .text-container.pos3 {
  margin-top: -3em;
  margin-bottom: -3.5em;
}
@media (min-width: 1024px) {
  .fairs-template-post-customFairsTemplate .swiper-with-thumbs-wrapper + .text-container.pos1 + .text-container.pos3 {
    margin-top: -2em;
  }
}
.fairs-template-post-customFairsTemplate *::-moz-selection {
  color: #fff;
  background: #FF1900;
  text-shadow: none;
}
.fairs-template-post-customFairsTemplate *::selection {
  color: #fff;
  background: #FF1900;
  text-shadow: none;
}
.fairs-template-post-customFairsTemplate *::-webkit-selection {
  color: #fff;
  background: #FF1900;
  text-shadow: none;
}
.fairs-template-post-customFairsTemplate *::-moz-selection {
  color: #fff;
  background: #FF1900;
  text-shadow: none;
}

.contactmailform-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .contactmailform-grid {
    -ms-grid-columns: 1fr 0.8em 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.8em;
  }
}
.contactmailform-grid .contact-left-column {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 1em 0;
}
@media (min-width: 1024px) {
  .contactmailform-grid .contact-left-column-inner {
    width: 25em;
    margin: 0 auto;
    min-height: 100%;
  }
}
.contactmailform-grid .contact-right-column {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.contactmailform-grid .contactmail-image {
  text-align: center;
}
@media (min-width: 1024px) {
  .contactmailform-grid .contactmail-image {
    padding-right: 1em;
  }
}

.contactmail-popup-V2 .contact-button,
.contactmail-popup-V2 input,
.contactmail-popup-V2 textarea {
  height: var(--button-height);
  line-height: var(--button-height);
  margin-bottom: 0.55em;
  width: 100%;
}
@media (min-width: 1024px) {
  .contactmail-popup-V2 .contact-button,
  .contactmail-popup-V2 input,
  .contactmail-popup-V2 textarea {
    margin-bottom: 0.8em;
  }
}
.contactmail-popup-V2 .contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: var(--button-height);
  margin-bottom: 1.8em;
  padding: 0;
  line-height: 1;
}
@media (min-width: 1024px) {
  .contactmail-popup-V2 .contact-button {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.contactmail-popup-V2 textarea {
  min-height: 3.5em;
  height: 3.5em;
  resize: vertical;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .contactmail-popup-V2 textarea {
    height: calc(2 * var(--button-height) + 0.8em);
    padding-top: 0.6em;
  }
}
.contactmail-popup-V2 .contact-left-column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1024px) {
  .contactmail-popup-V2 .contactmailform-grid {
    -ms-grid-columns: 1.5fr 2.5em 1fr;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 2.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contactmail-popup-V2 .contactmailform-grid .contact-left-column-inner {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .contactmail-popup-V2 .contactmail-image img {
    max-height: calc(100svh - 22em) !important;
    min-height: 17vh;
  }
}
.contactmail-popup-V2 .contactmail-description {
  padding: 0.62em 0 1.6em 0;
}
@media (min-width: 1024px) {
  .contactmail-popup-V2 .contactmail-description {
    padding: 0 0 3em;
  }
}
.contactmail-popup-V2 #Contact-Message {
  margin-top: 0;
  min-height: 4.8em;
  line-height: 1.3;
}
.contactmail-popup-V2 #Contact-Message::-webkit-input-placeholder {
  font-style: italic;
}
.contactmail-popup-V2 #Contact-Message::-moz-placeholder {
  font-style: italic;
}
.contactmail-popup-V2 #Contact-Message:-ms-input-placeholder {
  font-style: italic;
}
.contactmail-popup-V2 #Contact-Message::-ms-input-placeholder {
  font-style: italic;
}
.contactmail-popup-V2 #Contact-Message::placeholder {
  font-style: italic;
}
.contactmail-popup-V2 .contactmail-form:not(.inquire-form) {
  max-width: 1400px;
}

.contact-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0 0.8em;
}
@media (min-width: 1024px) {
  .contact-remember {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0.5em 0 1.7em;
  }
}
.contact-remember .state {
  margin-top: -0.1em;
  margin-right: 0.7em;
  cursor: pointer;
}
.contact-remember .state.active .unchecked {
  display: none;
}
.contact-remember .state.active .checked {
  display: block;
}
.contact-remember .checked {
  display: none;
}

.fairs-btn {
  margin: 0.1em 0 1.2em;
  width: 100%;
}
@media (min-width: 768px) {
  .fairs-btn {
    margin: 0 auto 1.4em 0;
    max-width: 13em;
  }
}

.fairs-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fairs-2col .fairs-btn {
  margin: 1.4em 0 1.2em;
}
@media (min-width: 768px) {
  .fairs-2col .fairs-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 13em;
    margin: 1.2em auto 1.4em 0;
  }
}
@media (min-width: 768px) {
  .fairs-2col div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fairs-2col div.fairs-2col-text p {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
  }
  .fairs-2col div.fairs-2col-text p:last-child {
    margin-bottom: 0;
  }
}

.fairs-text + .fairs-btn {
  margin-top: 1.6em;
}
@media (min-width: 1024px) {
  .fairs-text + .fairs-btn {
    margin-top: 0;
  }
}

.btn-new {
  height: var(--button-height);
  padding: 0 1.2em;
}

.inquire-privacy {
  margin-top: 0.8rem;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.inquire-privacy-inner {
  font-size: 59%;
}
@media (min-width: 1024px) {
  .inquire-privacy-inner {
    font-size: 77%;
  }
}

.inquire-footer .inquire-privacy {
  margin-top: 0.8rem;
}
@media (min-width: 1024px) {
  .inquire-footer .inquire-privacy {
    position: absolute;
    top: calc(2 * var(--button-height) + 2.8em);
    left: 0;
    width: 45% !important;
    margin-top: 0;
  }
}

.mt-scroll {
  margin-top: -1em;
}

.text-scroll-container {
  height: 15.3em;
  overflow: hidden;
}

.text-scroll-content {
  height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: my-animation 13s linear infinite;
          animation: my-animation 13s linear infinite;
  padding-top: 1em;
}

@-webkit-keyframes my-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
    opacity: 0;
  }
}

@keyframes my-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
    opacity: 0;
  }
}
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/******************************************************************
Stylesheet: Super Large Monitor Stylesheet
******************************************************************/
/*------------------------------------
    IPAD
------------------------------------*/
@media only screen and (device-width: 768px) and (orientation: portrait) {
  /*iPad Portrait orientation styles */
  *,
  *:after,
  *:before {
    /* -webkit-backface-visibility: hidden; */
  }
  body {
    /* font-weight:600; */
  }
}
@media only screen and (device-width: 768px) and (orientation: landscape) {
  /*iPad landscape orientation styles */
  *,
  *:after,
  *:before {
    /* -webkit-perspective: 1000; */
    /* -webkit-backface-visibility: hidden; */
  }
  body {
    /* font-weight:600; */
  }
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

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

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  html, body {
    height: 99% !important;
    overflow: visible !important;
    border: 1px solid white;
    page-break-after: avoid;
    page-break-before: avoid;
  }
  body {
    margin: 0 0 0 0 !important;
    min-height: 0 !important;
  }
  body, h1, h2, h3, ol, ul, div {
    width: auto;
    float: none;
    position: static;
    overflow: visible;
  }
  #container {
    min-height: 1px !important;
  }
  #content {
    margin-left: 0 !important;
    display: block !important;
    padding: 20px 0 20px 0 !important;
  }
  .kite__item {
    display: inline !important;
  }
  .page-section {
    max-width: 90%;
    display: inline !important;
  }
  .sticky-helper {
    position: static !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .footer {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    top: 0 !important;
  }
  a, a:visited {
    color: #000 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
    display: none !important;
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
  header, .social_links a, #lang_sel_list, .bg-image, #responsive-menu-pro-container {
    display: none !important;
  }
  img {
    position: static !important;
    opacity: 1 !important;
  }
  .entry-content img {
    margin: 0px;
    width: 60% !important;
    max-width: 100%;
    height: auto;
  }
  #logo {
    max-width: 30% !important;
  }
  [class*=cute-], #logo {
    float: none !important;
    position: static !important;
    padding: 1px;
    width: 100%;
  }
  img {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
  }
  .read-more-link {
    display: none !important;
  }
  .js_hidden {
    display: block !important;
  }
  a {
    text-decoration: none !important;
  }
}