/*! 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
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before, ::after {
  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 {
  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 */
  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;
  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;
  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"] {
  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;
}
::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/
*********************/
/******************************************************************
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)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to: 
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
@font-face {
  font-family: "hbgfont";
  src: url("../fonts/HOLLYBUSH-Medium.otf") format("opentype"), url("../fonts/HOLLYBUSH-Medium.woff") format("woff"), url("../fonts/HOLLYBUSH-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
p {
  -ms-word-wrap: normal;
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphenate-before: 12;
  -webkit-hyphenate-after: 13;
  hyphenate-lines: 13;
  /* -webkit-hyphens: none;
     -moz-hyphens:    none;
     -ms-hyphens:     none;
     hyphens:         none; */
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/******************************************************************
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 {
  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 ZU
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
:root {
  --grid_margin: 1em;
}
.gutter-sizer {
  width: 1em;
}
.grid-container {
  padding-right: 1em;
  padding-left: 1em;
  max-width: 62.5rem;
  margin: 0 auto;
}
.grid-container.fluid {
  padding-right: 1em;
  padding-left: 1em;
  max-width: 100%;
  margin: 0 auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}
.grid-x {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -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 {
  -webkit-flex-basis: auto;
  -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 {
    -webkit-flex-basis: auto;
    -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 {
    -webkit-flex-basis: auto;
    -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;
  -webkit-flex: 0 0 auto;
  -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: 41.66667%;
}
.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;
    -webkit-flex: 1 1 0px;
    -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;
    -webkit-flex: 0 0 auto;
    -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;
    -webkit-flex: 1 1 0px;
    -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;
    -webkit-flex: 0 0 auto;
    -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: 41.66667%;
  }
  .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;
}
@media (min-width: 768px) {
  .grid-margin-x {
    margin-left: -1em;
    margin-right: -1em;
  }
  .grid-margin-x > .cell {
    width: calc(100% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 2em);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 2em);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 2em);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 2em);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 2em);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 2em);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 2em);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 2em);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 2em);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 2em);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 2em);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 2em);
}
@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% - 2em);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 2em);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2em);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 2em);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 2em);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2em);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 2em);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 2em);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2em);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 2em);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 2em);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2em);
  }
}
@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% - 2em);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 2em);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2em);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 2em);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 2em);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2em);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 2em);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 2em);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2em);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 2em);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 2em);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2em);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -1em;
  margin-left: -1em;
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1em;
  margin-left: -1em;
}
.grid-padding-x > .cell {
  padding-right: 1em;
  padding-left: 1em;
}
.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% - 2em);
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 2em);
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 2em);
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 2em);
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 2em);
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 2em);
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 2em);
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 2em);
}
@media (min-width: 768px) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2em);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2em);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2em);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2em);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2em);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2em);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2em);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2em);
  }
}
@media (min-width: 1024px) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2em);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2em);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2em);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2em);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2em);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2em);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2em);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2em);
  }
}
.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% + $grid_margin);
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + $grid_margin);
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + $grid_margin);
}
.small-offset-3 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + $grid_margin);
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + $grid_margin);
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + $grid_margin);
}
.small-offset-6 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + $grid_margin);
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + $grid_margin);
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + $grid_margin);
}
.small-offset-9 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + $grid_margin);
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + $grid_margin);
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + $grid_margin);
}
@media (min-width: 768px) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + $grid_margin);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + $grid_margin);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + $grid_margin);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + $grid_margin);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + $grid_margin);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + $grid_margin);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + $grid_margin);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + $grid_margin);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + $grid_margin);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + $grid_margin);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + $grid_margin);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + $grid_margin);
  }
}
@media (min-width: 1024px) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + $grid_margin);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + $grid_margin);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + $grid_margin);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + $grid_margin);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + $grid_margin);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + $grid_margin);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + $grid_margin);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + $grid_margin);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + $grid_margin);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + $grid_margin);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + $grid_margin);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + $grid_margin);
  }
}
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -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 {
  -webkit-flex-basis: auto;
  -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 {
    -webkit-flex-basis: auto;
    -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 {
    -webkit-flex-basis: auto;
    -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;
  -webkit-flex: 0 0 auto;
  -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;
    -webkit-flex: 1 1 0px;
    -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;
    -webkit-flex: 0 0 auto;
    -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;
    -webkit-flex: 1 1 0px;
    -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;
    -webkit-flex: 0 0 auto;
    -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: -1em;
  margin-bottom: -1em;
}
.grid-padding-y > .cell {
  padding-top: 1em;
  padding-bottom: 1em;
}
.grid-margin-y {
  margin-top: -1em;
  margin-bottom: -1em;
}
.grid-margin-y > .cell {
  height: calc(100% - 2em);
  margin-top: 1em;
  margin-bottom: 1em;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 2em);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 2em);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2em);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 2em);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 2em);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2em);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 2em);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 2em);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2em);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 2em);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 2em);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2em);
}
@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% - 2em);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2em);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2em);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2em);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2em);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2em);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2em);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2em);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2em);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2em);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2em);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2em);
  }
}
@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% - 2em);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2em);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2em);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2em);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2em);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2em);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2em);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2em);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2em);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2em);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2em);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2em);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: 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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: 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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: 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: -1em;
  margin-bottom: -1em;
}
.grid-margin-y > .cell {
  height: calc(100% - 2em);
  margin-top: 1em;
  margin-bottom: 1em;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 2em);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 2em);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2em);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 2em);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 2em);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2em);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 2em);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 2em);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2em);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 2em);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 2em);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2em);
}
@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% - 2em);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2em);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2em);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2em);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2em);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2em);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2em);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2em);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2em);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2em);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2em);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2em);
  }
}
@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% - 2em);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2em);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2em);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2em);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2em);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2em);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2em);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2em);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2em);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2em);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2em);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2em);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 2em);
}
@media (min-width: 768px) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2em);
  }
}
@media (min-width: 1024px) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2em);
  }
}
.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-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;
  -webkit-align-items: flex-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;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
@media (min-width: 768px) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media (min-width: 1024px) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-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-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

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

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

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

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

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: Arial, "Helvetica Neue", Helvetica, 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;
  -moz-transition: background-color 0.14s ease-in-out;
  -ms-transition: background-color 0.14s ease-in-out;
  -o-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: #0000FF;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #0000eb;
}
.blue-btn:active {
  background-color: #0000e6;
}
/******************************************************************
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: 1.3em;
  line-height: 1.3em;
  padding: 0;
  margin-bottom: 1.3em;
  font-size: 1em;
  color: #0000FF;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 15em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: transparent !important;
}
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:-internal-autofill-selected {
  background-color: transparent !important;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}
select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}
.newsletter-form button, .newsletter-form [type="button"], .newsletter-form [type="reset"], .newsletter-form [type="submit"] {
  height: 1.3em;
  line-height: 1.3em;
}
/*********************
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.
*********************/
/******************************************************************
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;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  height: 100%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
/* global box-sizing  */
*, *:after, *:before {
  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;
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 5vw;
  line-height: 1.18;
  color: #74300D;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 321px) {
  body {
    font-size: 4.5vw;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 2.1vw;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 19px;
    font-size: 1.45vw;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.3vw;
  }
}
html.android, html.android body {
  height: auto;
}
html, body {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none;
}
#container {
  max-width: 94%;
  margin: 0.55em auto 0.5em auto;
}
@media (min-width: 1024px) {
  #container {
    max-width: 92%;
    max-width: calc(100% - 6em);
    margin: 0.5em auto 0.1em auto;
  }
}
#container p {
  font-size: 100% !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
@media (min-width: 1024px) {
  body.postid-10693 #container {
    margin-top: 1.3em;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 23.4px;
  }
  #container {
    max-width: calc(1600px - 6em);
  }
}
/* clear */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  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) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  margin: 0 auto;
}
/*********************
LINK STYLES 
*********************/
a, a:visited {
  color: #74300D;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:active, a:visited:hover, a:visited:focus, a:visited:active {
  color: #74300D;
  outline: 0;
  text-decoration: none;
}
a:link, a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
}
/******************************************************************
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;
}
.menu_close, .menu-wrapper li a, h1, .h1, h3, .h3 {
  font-family: "hbgfont", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1, .h1 {
  position: relative;
  z-index: 3;
  font-size: 260%;
  font-size: 14vw;
  font-size: 14vmin;
  line-height: 1;
  margin: -0.06em 0 0 -0.055em;
}
@media (min-width: 1024px) {
  h1, .h1 {
    margin-top: -0.047em;
    font-size: 9vw;
    line-height: 0.88;
  }
}
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 144px;
    margin-top: -0.037em;
  }
}
h2, .h2 {
  font-weight: bold;
  font-size: 135%;
  margin-bottom: 0.1em;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 150%;
  }
}
@media (max-width: 1023px) {
  .artists-list {
    display: none;
  }
}
.artists-list h2 {
  margin-bottom: 0;
}
body:not(.post-template-default):not(.page-id-26) .entry-content h2:first-child {
  margin-top: -0.07em;
}
.entry-content .artists-list h2:first-child {
  margin-top: 0;
}
.menu_close, .menu-wrapper li, h3, .h3, .bigfont {
  font-size: 130%;
}
h3, .h3 {
  margin-bottom: 0.6em;
}
body.page-id-26 .left-column, body.single-post.post-template-default .left-column {
  overflow-y: inherit;
}
@media (min-width: 1024px) {
  body.page-id-26 .left-column, body.single-post.post-template-default .left-column {
    padding-right: 1.5em;
  }
}
body.page-id-26 h3.page-title.exhib-title, body.single-post.post-template-default h3.page-title.exhib-title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 0.3em 0 0.25em;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  body.page-id-26 h3.page-title.exhib-title, body.single-post.post-template-default h3.page-title.exhib-title {
    padding: 0.385em 0 0.26em;
  }
}
@media (min-width: 1024px) {
  body.page-id-26 .exhbition-short_content, body.single-post.post-template-default .exhbition-short_content {
    padding-top: 0.68em;
  }
}
.block-section > h3:first-child {
  margin-bottom: 1.25em;
}
h1 + h3 {
  margin-top: 1.2em;
}
h2 + .entry-content {
  margin-top: 0.9em;
}
/*********************
HEADER STYLES
*********************/
.header.main {
  background-color: #ffffff;
}
.header.pos {
  position: static !important;
  visibility: hidden !important;
}
@media (min-width: 1024px) {
  .header.pos {
    display: none !important;
  }
}
.logo {
  margin: 20px auto;
  margin: 2rem auto;
}
.logo a {
  color: #000;
  line-height: 1;
}
/*********************
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.
*/
#menu-button {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  padding: 0.55em 0.7em;
}
@media (min-width: 1024px) {
  #menu-button {
    top: 0;
    left: 1em;
    right: auto;
    padding: 0;
  }
}
#menu-button img {
  width: 1em;
}
@media (min-width: 1024px) {
  #menu-button .menu_open {
    margin-top: 0.715em;
  }
}
#menu-button .menu_close {
  display: none;
}
@media (min-width: 1024px) {
  #menu-button .menu_close {
    margin-top: 0.385em;
  }
}
#menu-button.active .menu_open {
  display: none;
}
#menu-button.active .menu_close {
  display: block;
}
#menu-button:hover {
  cursor: pointer;
}
.menu-wrapper {
  display: none;
  position: fixed;
  z-index: 999995;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #d0ffad;
}
@media (min-width: 1025px) {
  .menu-wrapper {
    height: 2.4em;
  }
}
.menu-wrapper.active {
  display: block;
}
@media (min-width: 1024px) {
  .menu-wrapper .top-nav {
    padding-left: 3em;
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .menu-wrapper li {
    display: inline-block;
    margin: 0.385em 1.12em 0.29em 0;
  }
  .menu-wrapper li:last-child {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .news-menu {
    margin-top: 1.7em !important;
  }
  .news-menu .wp-block-columns {
    background: #fff;
  }
  .news-header {
    margin: 0.385em 0 0.29em 0;
  }
  .news-header:last-child {
    padding-left: 0.8em !important;
  }
}
@media (max-width: 1023px) {
  #main-menu {
    margin: 0.6em auto 0.8em auto;
    width: 94%;
  }
  #main-menu li {
    margin-bottom: 0.2em;
  }
  #main-menu li.menu-margin {
    margin-bottom: 1.6em;
  }
  .news-menu {
    display: none;
  }
  body.page-id-26 .menu-section, body.page-template-page-customNews h3.hide-large {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #ffffff;
    padding: 0.3em 0 0.3em 0;
  }
  body.page-id-26 .menu-section {
    padding: 0.5em 0 0.4em 0;
    padding: 0;
  }
  body.page-id-26 .section-menu li {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.side-title-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .side-title-wrapper {
    position: fixed;
    left: 0.66em;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@media (min-width: 1600px) {
  .side-title-wrapper {
    left: 0.69em;
  }
}
@media (max-width: 1023px) {
  .side-title-wrapper {
    display: none !important;
  }
}
.side-title-wrapper .side-title {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*********************
POSTS & CONTENT STYLES
*********************/
/* entry content */
.entry-content p {
  margin: 0 0 1em 0;
  word-break: break-word;
  min-height: 1px;
}
.entry-content p.current_add {
  margin-top: -1em;
}
.entry-content ul:not(.section-menu), .entry-content ol {
  padding-left: 1em;
}
.entry-content ul:not(.section-menu) {
  list-style-type: disc;
}
.entry-content table {
  display: block;
  width: 100%;
  height: auto !important;
  border: 0;
  margin-bottom: 1em;
}
.entry-content table + table {
  margin-top: -1em;
}
.entry-content table p {
  margin-bottom: 0;
}
.entry-content p + table {
  margin-top: -1.25em;
}
.entry-content tbody {
  width: 100%;
  display: block;
}
.entry-content tr {
  display: block;
  height: auto !important;
}
@media (max-width: 1023px) {
  .entry-content tr {
    margin-bottom: 1em;
  }
}
@media (min-width: 1024px) {
  .entry-content tr {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.entry-content td {
  display: block;
  padding: 0;
  width: auto !important;
  height: auto !important;
}
@media (min-width: 1024px) {
  .entry-content td {
    width: calc(50% - 6.4em) !important;
    padding-right: 1.5em;
  }
}
.entry-content td:first-child {
  width: 6.5em !important;
}
@media (min-width: 1024px) {
  .entry-content td:first-child {
    width: 12.7em !important;
  }
}
@media (min-width: 1024px) {
  .entry-content table.twocolumn td:last-child {
    width: calc(100% - 5.5em) !important;
  }
}
.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;
  padding: 0 0 0 0.75em;
  border-left: 0px solid #0000FF;
  font-style: italic;
}
.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;
  width: auto;
}
/* end .entry-content */
.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 */
/* gallery caption styles */
.tags {
  margin: 0;
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination, .wp-prev-next {
  margin: 1.5em 0;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #ffffff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #0000FF;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #0000FF;
  color: #ffffff;
}
.pagination .current {
  cursor: default;
  color: #74300D;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #ffffff;
  color: #74300D;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
CONTENT STYLES
******************************************************************/
/******************************************************************
Stylesheet: Content Stylesheet

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

@supports (display: grid) { }

@supports not (position: sticky) { }

@media (any-hover: hover) { } 

******************************************************************/
@media (min-width: 1024px) {
  #wrapper {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.top-nav::-webkit-scrollbar {
  display: none;
}
#content.ovy {
  overflow-y: hidden;
}
@media (min-width: 1024px) {
  #content {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  body.post-template-post-customExhibition #content, body.single-artist #content, body.single-project #content {
    display: block;
    padding: 0;
  }
}
body.post-template-post-customExhibition #content .section:last-child, body.single-artist #content .section:last-child, body.single-project #content .section:last-child {
  padding-bottom: 1.5em;
}
body.post-template-post-customExhibition .block-paragraph.block-text:first-child {
  margin-bottom: 1em;
}
.sidebar, .left-column, .right-column {
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sidebar::-webkit-scrollbar, .left-column::-webkit-scrollbar, .right-column::-webkit-scrollbar {
  display: none;
}
.front-exhib__image, .news-home img {
  margin-bottom: 0.3em;
}
.front-content {
  margin-bottom: 1.7em;
}
.block-text-block {
  margin: 0 auto 3.35em auto;
  max-width: 30em;
}
.block-text-block.alignleft {
  max-width: 85%;
  margin-left: 0;
}
.block-text-block.fullwidth {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .block-text-block:first-child:not(#text-block-block_602d882f377fc) {
    padding-right: 1.8em;
  }
}
#text-block-block_605b2b3747d9f, #texts + .block-text-block {
  margin-bottom: 3em;
}
.wp-block-column .block-text-block {
  max-width: none;
}
.entry-content .block-text-block:first-child > h2:first-child {
  margin-bottom: 1em;
}
.text-column {
  width: auto;
  min-width: 50%;
}
@media (min-width: 1201px) {
  .text-column p, .block-text p, .petition-form {
    max-width: 42em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .text-column p.left-align, .block-text p.left-align, .petition-form.left-align {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .block-qa .question {
    position: relative;
    left: -6.6em;
  }
  .block-qa .answer {
    position: relative;
    right: -6.6em;
  }
}
.menu-section {
  margin: 0 auto 2em 0;
  background-color: #ffffff;
}
@media (min-width: 1025px) {
  .menu-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 0;
    z-index: 9990;
    height: 2.3em;
  }
}
body.page-id-26 .main-title, body.single-post .main-title {
  margin-bottom: 0.3em;
}
@media (min-width: 1024px) {
  body.page-id-26 .main-title, body.single-post .main-title {
    margin-bottom: 0.3em;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  body.page-id-26 .menu-section, body.single-post .menu-section {
    max-width: 50%;
  }
}
/*.exhib-title:first-of-type {
	visibility: hidden;
	height:1px;
	overflow: hidden;
	margin-bottom: 0;
}*/
.block-section {
  margin-bottom: 1.23em;
}
#biography + div > h2:first-child {
  margin-top: -0.95em;
}
.single-artist .block-wide p {
  max-width: none;
  left: 0;
}
.single-project .block-text p {
  left: 0;
  margin-left: 0;
}
@media (min-width: 1025px) {
  .section-block + .block-paragraph pxx {
    margin-left: 0;
    left: 0;
    max-width: none;
    padding-left: 3em;
  }
}
.block-grid + .block-paragraph {
  margin-top: -0.5em;
}
@media (min-width: 1025px) {
  .block-paragraph table {
    margin-left: 0;
    left: 0;
    max-width: none;
  }
}
@media (min-width: 1201px) {
  .block-paragraph h1 {
    margin-left: 0;
    left: 0;
    max-width: none;
    padding-left: 1.5789471em;
    padding-left: 0;
  }
}
body.single-post .left-column {
  display: none;
}
@media (min-width: 1024px) {
  body.single-post .left-column {
    display: block;
  }
}
.section-menu {
  background-color: #ffffff;
  font-family: "hbgfont", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.section-menu li {
  margin-top: 0.385em;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section-menu li {
    margin: 0.385em 1.12em 0.29em 0;
  }
}
@media (max-width: 1023px) {
  .section-menu li:last-child {
    margin-bottom: 1.3em;
  }
}
@media (min-width: 1024px) {
  .section-menu {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-menu li {
    margin-right: 1.12em;
  }
  .section-menu li.active:not(.previous-menu):not(.current-menu):not(.forthcoming-menu):hover {
    text-decoration: none;
    cursor: pointer;
    color: #000;
  }
}
.block-image .image-table {
  display: table;
  margin: 0 auto;
}
.studyline a {
  display: table !important;
}
.block-video {
  margin: 0 auto 3em auto;
}
.swiper-main--thumbs .swiper-slide .image-table {
  margin: 0 auto 0 0;
}
.block-image, .block-slideshow {
  margin: 0 auto 3em auto;
}
.block-image.fullwidth .image-table, .block-slideshow.fullwidth .image-table {
  margin-left: auto !important;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .block-image, .block-slideshow {
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .block-slideshow.narrow {
    max-width: 77vw;
  }
}
@media (min-width: 1200px) {
  .wp-block-column .block-slideshow.narrow {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .block-image.narrow .image-table, .block-image.narrow .image-caption {
    max-width: 77vw;
  }
}
@media (min-width: 1024px) {
  .block-image .image-caption, .swiper-slide .image-captionxxx {
    display: table-caption;
    caption-side: bottom;
    min-width: 300px;
  }
  .wp-block-columns .block-image .image-caption, .wp-block-columns .block-image.narrow .image-caption {
    min-width: 0;
    display: block;
  }
}
body.page-template-default .narrow .image-caption {
  min-width: 300px;
}
.image-caption {
  margin: 0.3em auto 0 auto;
  text-align: left;
  width: 100%;
}
.image-caption p:last-child, .image-caption div:last-child {
  margin-bottom: 0;
}
.masonry-item .image-caption, .block-grid .image-caption {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .masonry-item .image-caption, .block-grid .image-caption {
    margin-left: auto;
    margin-right: auto;
  }
}
/*.wp-block-column .image-caption {	 
	 p:last-child {
	 	margin-bottom: 1.5em;
	 }
}*/
video + .image-caption {
  margin-top: 0.15em;
}
/*
.zoom-image:hover, .zoomImg:hover {
	cursor: -moz-zoom-in; 
  cursor: -webkit-zoom-in; 
  cursor: zoom-in;
}

.zoomed-in.zoomImg:hover {
	cursor: -moz-zoom-out; 
  cursor: -webkit-zoom-out; 
  cursor: zoom-out;
}*/
html.safari .zoom-wrapper + .image-caption {
  display: block;
  padding-left: 0;
}
.zoom-wrapper {
  width: auto !important;
  margin: 0 auto;
}
.exhbition-short_content img.grid-caption, .block-slideshow, .studyline__image {
  margin-bottom: 0.3em;
}
a[href^="mailto:"] .studyline__image {
  margin-bottom: 0;
}
a[href^="mailto:"] .studyline__image + .narrow-caption {
  margin-top: 0.3em;
}
.exhbition-short_content img + div, .exhbition-short_content img + p {
  margin-top: 0.3em;
}
.slideshow-margin, .block-embed {
  margin-bottom: 3em;
}
.wp-block-audio {
  width: 100%;
  max-width: 22em;
  margin-bottom: 2em;
  text-align: left;
}
.wp-block-audio audio {
  width: 100%;
}
.newsletter-form {
  margin-bottom: 1em;
}
.newsletter-form input[type="text"], .newsletter-form input[type="email"] {
  color: #74300D;
  background-color: #d0ffad !important;
  height: auto !important;
  padding: 0.5em 0.5em;
  width: 100% !important;
  max-width: none;
}
@media (min-width: 1024px) {
  .newsletter-form input[type="text"], .newsletter-form input[type="email"] {
    width: 24em !important;
  }
}
.seemore-content .wp-block-columns:first-child {
  margin-top: 2em;
}
.block-grid .cell {
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .block-grid .cell {
    text-align: center;
  }
}
.masonry-item {
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .masonry-item {
    width: calc(0.5 * (100% - 1em));
    text-align: center;
  }
}
@media (max-width: 1023px) {
  section {
    height: auto !important;
  }
  .studyline, masonry-item {
    position: static !important;
  }
}
.block-seemore .narrow, body.page-template-default .block-image.narrow {
  padding-left: 0;
}
.block-seemore, .block-slideshow + .block-seemore {
  position: relative;
  z-index: 1;
}
.block-slideshow + .block-seemore, .block-grid + .block-seemore, .slideshow-margin + .slideshow-margin {
  margin-top: -1em;
}
.block-seemore {
  margin-top: -2em;
}
.seemore-link {
  text-align: right;
  color: #0000FF;
  margin-bottom: 1.5em;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.seemore-link:hover {
  cursor: pointer;
  text-decoration: none;
  color: #74300D;
}
.seemore-content {
  display: none;
}
@media (min-width: 1201px) {
  .seemore-content .narrow-video {
    padding-left: 0;
    max-width: none;
  }
}
video, iframe {
  max-width: 100% !important;
  margin-bottom: 0 !important;
}
video.v-caption, iframe.v-caption {
  margin-bottom: 0 !important;
}
.studyline video, .studyline iframe {
  margin-bottom: 0.8em !important;
}
.fluid-width-video-wrapper {
  margin-bottom: 0.3em;
  padding-top: 56.25%;
}
.seemore-video {
  padding-top: 56.25% !important;
}
.cell.large-6 {
  margin-bottom: 3em;
}
.others-grid .cell.large-6, #news .cell.large-6 {
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .others-grid .cell.large-6, #news .cell.large-6 {
    margin-bottom: 1em;
  }
}
#mc-embedded-subscribe:hover, .petition-subscribe:hover {
  text-decoration: none;
  color: #000;
}
.texts-link {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.texts-dot {
  padding-right: 0.65em;
}
.texts-link:last-child {
  margin-bottom: 1em;
}
#post-229 + article {
  min-height: 90vh;
}
.exhbition-short_content a, .left-column a, .single-more a, .exhibitions-list a, .studyline a {
  display: block;
  text-decoration: none;
}
.exhbition-short_content a:hover, .left-column a:hover, .single-more a:hover, .exhibitions-list a:hover, .studyline a:hover {
  text-decoration: none;
  color: #0000FF;
}
.exhbition-short_content.current-overview strong, .left-column.current-overview strong, .single-more.current-overview strong, .exhibitions-list.current-overview strong, .studyline.current-overview strong {
  font-weight: normal !important;
}
.exhbition-short_content a {
  text-decoration: underline;
}
.exhbition-short_content a.more-link {
  display: block;
  text-decoration: none;
}
.exhbition-short_content img {
  margin-top: 0.3em;
}
.exhib-hbg {
  margin: 0 auto 1.5em auto;
}
@media (min-width: 1024px) {
  .exhib-hbg {
    margin: 0 auto 3em auto;
  }
}
@media (min-width: 1200px) {
  .exhib-hbg {
    max-width: 77vw;
  }
}
.exhib-hbg:last-child {
  margin-bottom: 3em;
}
.exhib-hbg img {
  margin-bottom: 0.3em;
}
.wp-block-columns {
  margin: 0 auto 0 auto;
}
@media (min-width: 1024px) {
  .wp-block-columns {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    -moz-align-items: top;
    align-items: top;
  }
  .wp-block-columns .wp-block-column {
    width: 50%;
    padding-left: 1em;
    padding-right: 1em;
  }
  .wp-block-columns .wp-block-column:first-child {
    padding-left: 0;
  }
  .wp-block-columns .wp-block-column:last-child {
    padding-right: 0;
  }
  .wp-block-columns .wp-block-column .block-image, .wp-block-columns .wp-block-column .video-block {
    display: block;
  }
  .wp-block-columns .narrow {
    padding-left: 0;
  }
  .wp-block-columns.col3 {
    gap: 0 !important;
  }
  .wp-block-columns.col3 .wp-block-column {
    width: 33.3333%;
    padding-left: 0.6666em;
    padding-right: 0.6666em;
  }
  .wp-block-columns.col3 .wp-block-column:first-child {
    padding-left: 0;
    padding-right: 1.3333em;
  }
  .wp-block-columns.col3 .wp-block-column:last-child {
    padding-right: 0;
    padding-left: 1.3333em;
  }
}
.is-vertically-aligned-center {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.is-vertically-aligned-bottom {
  margin-top: auto !important;
}
@media (min-width: 1024px) {
  .right-column.fixed {
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 0;
    padding-top: 0.2em;
    width: 46%;
    width: calc(50% - 3em);
    max-width: calc(800px - 3em);
    height: 100vh;
    padding-bottom: 3em;
    overflow-y: scroll;
  }
}
.block-paragraph {
  left: 0;
}
.block-paragraph.block-text {
  margin-bottom: 3.33em;
}
.block-slideshow + .block-paragraph.block-text {
  margin-bottom: 1.5em;
}
.section .block-paragraph.block-text:last-child {
  margin-bottom: 1.5em;
}
@media (min-width: 1201px) {
  body.post-template-post-customExhibition .block-paragraph:first-child p, body.post-template-post-customExhibition .block-paragraph:first-child + .block-text p {
    max-width: none;
    left: 0;
    padding-left: 3em;
    margin-left: 0;
  }
  .wp-block-audio {
    margin-left: 3em;
  }
}
@media (min-width: 1024px) {
  audio + figcaption {
    width: 42em;
  }
}
.block-grid + .block-paragraph {
  margin-top: 1em;
}
#news {
  margin-top: 1.7em;
}
body.single-artist #news {
  margin-bottom: 2em;
}
body.home #news, .artists-list, .artists-tiles {
  margin-top: 2em;
}
body.home .entry-content > #news:first-child {
  margin-top: 0;
}
.studyline, .artists-tiles {
  margin-bottom: 2em;
}
.artists-tile, .exhibitions-list a, .exhib-nolink, .news-home {
  display: block;
  position: relative;
  margin-bottom: 2em;
}
.exhibitions-list a, .studyline__excerpt, .news-home--caption, .image-caption, .block-text-block, .narrow-caption p, .exhbition-short_content p, .seemore-link {
  max-height: 1000000px;
}
.news-home, .news-home a, .narrow-caption-wrapper {
  display: table !important;
}
.news-home:last-child {
  margin-bottom: 2em;
}
.entry-content .news-home p:last-child, .entry-content .studyline__excerpt p:last-child {
  margin-bottom: 0;
}
.news-home--caption, .narrow-caption {
  display: table-caption;
  caption-side: bottom;
  min-width: 25vw;
}
@media (min-width: 1800px) {
  .news-home--caption, .narrow-caption {
    min-width: 300px;
  }
}
.artists-tile__title {
  font-family: "hbgfont", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 300%;
  line-height: 1;
}
@media (min-width: 1024px) {
  .artists-tile__title {
    display: none;
    position: absolute;
    top: -2px;
    left: 5px;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .artists-tile:hover .artists-tile__title {
    display: block;
  }
  .artists-tile:hover img {
    opacity: 0;
  }
}
.sl-title {
  position: relative;
  z-index: -1;
  color: #0000FF;
}
.sl-title.sl-archive:hover {
  cursor: pointer;
}
.sl-title span {
  height: 40.8%;
  position: absolute;
  color: #74300D;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .sl-title span {
    height: 47.8%;
  }
}
.filter-wrapper {
  display: none;
  margin-bottom: 3em;
}
@media (min-width: 1024px) {
  .filter-wrapper {
    margin-top: 0.4em;
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.filter-wrapper .h3 {
  margin-bottom: 0.2em;
  margin-right: 1.12em;
  color: #666666;
}
.filter-wrapper a:hover, .filter-wrapper a.active {
  color: #000000;
}
.filter-wrapper a.active {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .sl-grid .studyline, .sl-grid .masonry-item, .masonry-news .studyline, .masonry-news .masonry-item {
    width: 47%;
    width: calc(50% - 1em);
    float: left;
  }
}
@media (min-width: 1024px) {
  .masonry-timeline {
    padding-top: 2em;
    visibility: hidden;
  }
  .masonry-timeline.ready {
    visibility: visible;
  }
}
.masonry-timeline .masonry-item {
  text-align: left;
}
.masonry-timeline a {
  text-decoration: none;
}
.slgutter-sizer {
  width: 2em;
}
.sl-singlecat {
  margin: 0 auto 1.22em auto;
}
#news *, .orange, .news-timeline * {
  color: #FF5F00 !important;
}
#news * {
  text-align: left;
}
#news h3 a:hover {
  color: #000000 !important;
}
#news a:hover *, .news-timeline a:hover * {
  color: #000 !important;
}
.studyline *, .artists-tile__title, .artists-list axxx:hover, .sl-singlecat, .single-studyline h2, body.page-id-10747 #content *, .single-studyline .image-caption {
  color: #0000FF !important;
}
body.page-id-10747 #content a:hover {
  color: #000 !important;
}
.studyline__title + .studyline__excerpt {
  margin-top: 1.1em;
}
.studyline__excerpt + div {
  padding-bottom: 0.1em;
}
#news .cell.large-6:last-child, #news .cell.large-6:nth-last-child(2) {
  margin-bottom: 0;
}
.next-left + .block-paragraph p {
  padding-left: 0;
  margin: 0;
}
.cursor:hover {
  cursor: pointer;
}
h1.cursor:hover {
  text-decoration: none;
}
.no-cursor:hover, .no-cursor > a:hover, .no-link > a, .no-link > a:hover {
  text-decoration: none !important;
}
.no-hoverxxx, .no-cursor > a {
  text-decoration: none !important;
}
.no-link > a {
  pointer-events: none;
}
.page-id-7552 .sidebar {
  visibility: hidden;
}
.post-password-form {
  margin-top: 0.8em;
}
@media (min-width: 1200px) {
  body:not(.page-id-7552) .post-password-form {
    margin-left: 3em;
  }
}
.print-title, .print-footer, .print-footer-pos {
  display: none;
}
.bordered {
  border: 1px solid #74300D !important;
}
.entry-content > h1:first-child, #content > h1:first-child, #content > .orange:first-child > h1:first-child {
  margin-bottom: 0.7em;
}
@media (min-width: 1024px) {
  .entry-content > h1:first-child, #content > h1:first-child, #content > .orange:first-child > h1:first-child {
    margin-bottom: 0;
    margin-top: -0.046em;
  }
}
.entry-content > h1:first-child + p, #content > h1:first-child + p, #content > .orange:first-child > h1:first-child + p {
  margin-top: 0.7em;
}
.exhibition--load h2 {
  font-size: 100%;
  font-weight: normal;
}
.blue, .artist-title, body.single-artist .menu-section li, #main-menu axxx:hover, .menu_closexxx:hover {
  color: #0000FF !important;
}
.brown, body.single-post:not(.post-template-default) #content *, .studyline axxx:hover *, body.single-artist .menu-section lixxx:hover, body.single-post #content axxx:hover {
  color: #74300D !important;
}
body.page-id-26 #content * {
  color: #74300D;
}
body.page-id-26 #content > h1, body.single-post #content > h1 {
  background-color: #ffffff;
}
body.page-id-26 #content .section-menu lixxx:hover, body.page-id-26 #content axxx:hover *, body.single-post #content axxx {
  color: #0000FF !important;
}
a:hover, .studyline a:hover *, #main-menu a:hover, body.single-artist .menu-section li:hover, body.single-post #content a:hover, body.page-id-26 #content .section-menu li:not(.previous-menu):not(.current-menu):not(.forthcoming-menu):hover, body.page-id-26 #content a:hover *, .exhibitions-list a:hover * {
  color: #000 !important;
}
body.single-post #content h1 a:hover {
  color: #74300D !important;
  cursor: default;
}
.block-text-block a, a.texts-url {
  display: inline !important;
  text-decoration: underline !important;
}
.newsletter-form input[type="submit"], body:not(.page-id-24) a[href^="mailto:"], a.button {
  text-decoration: none;
  background-color: #d0ffad !important;
  padding: 0.5em 0.5em;
  height: auto !important;
  text-decoration: none !important;
}
a.button {
  display: inline-block !important;
}
body:not(.page-id-24) h2 a[href^="mailto:"] {
  margin-top: 0.2em;
  padding: 0.25em 0.5em;
  display: inline-block !important;
}
@media (min-width: 1024px) {
  .two-columns-text {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
.zoom-image:hover, .zoomImg:hover {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.zoomed-in.zoomImg:hover {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
html.safari .zoom-wrapper + .image-caption {
  display: block;
  padding-left: 0;
}
.zoom-wrapper {
  width: auto !important;
}
.slideshow-margin {
  margin-top: -1em;
}
.block-seemore + .slideshow-margin {
  margin-top: 0;
}
.section-block + .slideshow-margin {
  margin-top: -1.5em;
}
.wp-block-columnxxx .block-slideshow, .wp-block-columnxxx .image-table, .wp-block-columnxxx .block-image {
  margin-bottom: 0;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
}
.footer nav {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 20px;
  margin-left: 2rem;
}
/*
	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.
	*/
/* end .footer-links */
.footer .nav li {
  float: none;
}
.copyright {
  display: inline-block;
  vertical-align: baseline;
}
/* Slider */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.swiper-main--captions .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.swiper-main--thumbs .swiper-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  text-align: left;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.swiper-slide img {
  margin: auto;
}
.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;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  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: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), 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, .swiper-button-next {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  font-size: 30px;
}
.swiper-main .swiper-button-prev, .swiper-main .swiper-button-next {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 0;
  cursor: default;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
  padding-left: 5px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  padding-right: 5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  text-align: right;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  margin-bottom: 0.4em;
  left: 0;
  width: 100%;
  text-align: right;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: grey;
  opacity: 1;
  border: 1px solid grey;
}
.swiper-pagination-bullet:hover {
  background: #74300D;
  border: 1px solid #74300D;
}
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;
  background: #74300D;
  border: 1px solid #74300D;
}
.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: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-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;
  -o-transition: 200ms transform, 200ms top;
  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 0 8px;
}
@media (min-width: 1024px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px 0 7px;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-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;
  -o-transition: 200ms transform, 200ms left;
  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;
  -o-transition: 200ms transform, 200ms right;
  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);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-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: 10px;
  position: relative;
  -ms-touch-action: none;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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%;
  -ms-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;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.swiper-thumbs {
  margin-top: 0.7em;
  margin-bottom: 3.35em;
  width: 97vw;
  overflow-x: auto;
  white-space: nowrap;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-thumbs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .swiper-thumbs {
    margin-top: 1.2em;
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
  }
}
.swiper-thumbs .swiper-thumb {
  display: inline-block;
  vertical-align: middle;
  max-width: 20vw;
  height: 100%;
  opacity: 1;
  margin: 0 0.25em;
}
@media (min-width: 1024px) {
  .swiper-thumbs .swiper-thumb {
    max-width: 15%;
    width: auto;
    margin: 0 0.5em;
  }
}
.swiper-thumbs .swiper-thumb:first-child {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .swiper-thumbs .swiper-thumb:last-child {
    margin-right: 3vw;
  }
}
.swiper-thumbs .swiper-thumb:hover {
  cursor: pointer;
}
.swiper-slide {
  opacity: 0 !important;
}
.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  .studyline__image img, .block-image img, .swiper-slide img, .masonry img, img, .zoom-wrapper {
    max-height: 85vh;
  }
}
@media (min-width: 1024px) {
  .swiper-main--thumbs .swiper-slide .video-container {
    max-width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.video-thumb {
  position: relative;
}
.video-thumb:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/play.png);
  z-index: 999;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 4vw;
  height: 5.57vw;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .video-thumb:after {
    width: 2em;
    height: 2.66em;
  }
}
.swiper-main--thumbs .swiper-slide {
  text-align: left;
}
.swiper-pagination-current {
  margin-right: -0.2em;
}
.swiper-pagination-total {
  margin-left: -0.2em;
}
/*.swiper-main, .swiper-main .swiper-slide, .swiper-main .image-caption {
	text-align: center;
}*/
.margin-top {
  margin-top: 0.6em;
}
body.page-id-24 .block-image .image-table {
  margin-left: 0;
}
a[href^="tel"] {
  color: inherit !important;
  text-decoration: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #74300D;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #74300D;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #74300D;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #74300D;
  opacity: 1;
}
::placeholder {
  color: #74300D;
  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;
}
.hide-mobile {
  display: none;
}
@media (min-width: 1024px) {
  .hide-mobile {
    display: block;
  }
}
@media (min-width: 1024px) {
  .hide-large {
    display: none !important;
  }
}
.hidden {
  display: none !important;
  visibility: hidden;
}
/* 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;
}
/*  SELECTION */
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
/*********************
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;
    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;
    font-size: 12px !important;
  }
  body, h1, h2, h3, ol, ul, div {
    width: auto;
    float: none;
    position: static;
    overflow: visible;
  }
  #container {
    min-height: 1px !important;
  }
  #wrapper, #content {
    margin-left: 0 !important;
    display: block !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: 0 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;
  }
  #content {
    position: static;
  }
  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, #menu-button {
    display: none !important;
  }
  .js_hidden {
    display: block !important;
  }
  a {
    text-decoration: none !important;
  }
  @page {
    size: A4;
    /* DIN A4 standard, Europe */
    margin: 25mm 25mm 18mm 25mm;
  }
  html, body {
    width: 210mm;
    height: 297mm;
    font-size: 12pt !important;
    background: #FFF;
    overflow: visible;
  }
  body {
    padding: 0;
    margin-bottom: 16mm !important;
  }
  .print-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
    margin-top: 2mm;
    margin-bottom: 8mm;
    line-height: 1;
  }
  .print-footer {
    display: block;
    width: auto;
    text-align: center;
    font-size: 10pt;
    position: absolute;
    bottom: 0mm;
    left: 50%;
    margin: 0 auto 0 auto;
    padding-top: 6mm;
    -webkit-transform: translate(-50%, 0mm);
    transform: translate(-50%, 0mm);
  }
  .print-footer p {
    white-space: nowrap;
  }
  .print-footer-pos {
    display: block;
    opacity: 0;
  }
  .left-column, .right-column {
    height: auto;
  }
  .text-column p, .block-text p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
  table.report-container {
    page-break-after: always;
  }
  thead.report-header {
    display: table-header-group;
  }
  tbody {
    padding-bottom: 5mm;
  }
  tfoot.report-footer {
    display: table-footer-group;
    float: bottom;
    float: footnote;
    footnote-style-position: inside;
  }
  table.report-content p {
    break-after: always;
  }
  @page {
    @top-center {
      content: element(pageFooter);
    }
  }
  #pageFooter {
    position: running(pageFooter);
  }
  .entry-content tr {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: flex !important;
  }
  .entry-content td {
    width: 40% !important;
    padding-right: 1.5em !important;
  }
  .entry-content td:first-child {
    width: 20% !important;
  }
  .entry-content table.twocolumn td:last-child {
    width: calc(50% - 18.5em) !important;
  }
}
