@charset "UTF-8";
/*!
Theme Name: Kogo Gallery
Theme URI: http://underscores.me/
Author: Ralph Mackenzie
Author URI: https://www.ralphmackenzie.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kogo-gallery
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kogo Gallery is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

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

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

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.5.0-rc.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&smallmedium=25em&medium=40em&mediumlarge=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "IBM Plex Sans", monospace;
  font-style: normal;
  font-weight: 900;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 2.625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 6.25rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
  }
  h6, .h6 {
    font-size: 1.25rem;
  }
}

a {
  line-height: inherit;
  color: #fa4616;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:focus {
  color: #e53405;
  text-decoration: none;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.4;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.4;
  color: #787878;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #787878;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #787878;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 48em) {
  .mediumlarge-text-left {
    text-align: left;
  }
  .mediumlarge-text-right {
    text-align: right;
  }
  .mediumlarge-text-center {
    text-align: center;
  }
  .mediumlarge-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #787878;
    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;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-x > .mediumlarge-shrink, .grid-x > .mediumlarge-full, .grid-x > .mediumlarge-1, .grid-x > .mediumlarge-2, .grid-x > .mediumlarge-3, .grid-x > .mediumlarge-4, .grid-x > .mediumlarge-5, .grid-x > .mediumlarge-6, .grid-x > .mediumlarge-7, .grid-x > .mediumlarge-8, .grid-x > .mediumlarge-9, .grid-x > .mediumlarge-10, .grid-x > .mediumlarge-11, .grid-x > .mediumlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

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

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

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

.grid-x > .small-5 {
  width: 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 print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-x > .mediumlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .mediumlarge-shrink, .grid-x > .mediumlarge-1, .grid-x > .mediumlarge-2, .grid-x > .mediumlarge-3, .grid-x > .mediumlarge-4, .grid-x > .mediumlarge-5, .grid-x > .mediumlarge-6, .grid-x > .mediumlarge-7, .grid-x > .mediumlarge-8, .grid-x > .mediumlarge-9, .grid-x > .mediumlarge-10, .grid-x > .mediumlarge-11, .grid-x > .mediumlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .mediumlarge-shrink {
    width: auto;
  }
  .grid-x > .mediumlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .mediumlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .mediumlarge-3 {
    width: 25%;
  }
  .grid-x > .mediumlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .mediumlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .mediumlarge-6 {
    width: 50%;
  }
  .grid-x > .mediumlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .mediumlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .mediumlarge-9 {
    width: 75%;
  }
  .grid-x > .mediumlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .mediumlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .mediumlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 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%;
  }
}

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

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-auto {
    width: auto;
  }
  .grid-margin-x > .smallmedium-shrink {
    width: auto;
  }
  .grid-margin-x > .smallmedium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .smallmedium-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .mediumlarge-auto {
    width: auto;
  }
  .grid-margin-x > .mediumlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .mediumlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .mediumlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .mediumlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .mediumlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .mediumlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .mediumlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .mediumlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .mediumlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .mediumlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .mediumlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .mediumlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .mediumlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .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 print, screen and (min-width: 48em) {
  .mediumlarge-up-1 > .cell {
    width: 100%;
  }
  .mediumlarge-up-2 > .cell {
    width: 50%;
  }
  .mediumlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .mediumlarge-up-4 > .cell {
    width: 25%;
  }
  .mediumlarge-up-5 > .cell {
    width: 20%;
  }
  .mediumlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .mediumlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .mediumlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .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%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.mediumlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.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 print, screen and (min-width: 40em) {
  .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 print, screen and (min-width: 48em) {
  .small-margin-collapse > .mediumlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .mediumlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .mediumlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .mediumlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .mediumlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .mediumlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .mediumlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .mediumlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .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%;
  }
}

@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .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 print, screen and (min-width: 40em) {
  .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 print, screen and (min-width: 48em) {
  .medium-margin-collapse > .mediumlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .mediumlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .mediumlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .mediumlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .mediumlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .mediumlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .mediumlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .mediumlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .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 screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .mediumlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .mediumlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .mediumlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .mediumlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .mediumlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .mediumlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .mediumlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .mediumlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .mediumlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .mediumlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .mediumlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .mediumlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .mediumlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .mediumlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .mediumlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .mediumlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .mediumlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .mediumlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .mediumlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .mediumlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .mediumlarge-margin-collapse > .mediumlarge-1 {
    width: 8.33333%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-2 {
    width: 16.66667%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-4 {
    width: 33.33333%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-5 {
    width: 41.66667%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-7 {
    width: 58.33333%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-8 {
    width: 66.66667%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-10 {
    width: 83.33333%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-11 {
    width: 91.66667%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .mediumlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .mediumlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .mediumlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .mediumlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .mediumlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .mediumlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .mediumlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .mediumlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .mediumlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .mediumlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .mediumlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .mediumlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .mediumlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .mediumlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .mediumlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .mediumlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .mediumlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .mediumlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .mediumlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .mediumlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .mediumlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .mediumlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .mediumlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .mediumlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .mediumlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .mediumlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .mediumlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .mediumlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .mediumlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .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 print, screen and (min-width: 64em) {
  .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 print, screen and (min-width: 64em) {
  .large-margin-collapse > .mediumlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .mediumlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .mediumlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .mediumlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .mediumlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .mediumlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .mediumlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .mediumlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .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 screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .mediumlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .mediumlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .mediumlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .mediumlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .mediumlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .mediumlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .mediumlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .mediumlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .mediumlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .mediumlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .mediumlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .mediumlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .mediumlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .mediumlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .mediumlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .mediumlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 48em) {
  .mediumlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .mediumlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .mediumlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .mediumlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .mediumlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .mediumlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .mediumlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .mediumlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .mediumlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .mediumlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .mediumlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .mediumlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .mediumlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .mediumlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .mediumlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .mediumlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .mediumlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .mediumlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .mediumlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .mediumlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .mediumlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .mediumlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .mediumlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .mediumlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-y > .mediumlarge-shrink, .grid-y > .mediumlarge-full, .grid-y > .mediumlarge-1, .grid-y > .mediumlarge-2, .grid-y > .mediumlarge-3, .grid-y > .mediumlarge-4, .grid-y > .mediumlarge-5, .grid-y > .mediumlarge-6, .grid-y > .mediumlarge-7, .grid-y > .mediumlarge-8, .grid-y > .mediumlarge-9, .grid-y > .mediumlarge-10, .grid-y > .mediumlarge-11, .grid-y > .mediumlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-y > .mediumlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .mediumlarge-shrink, .grid-y > .mediumlarge-1, .grid-y > .mediumlarge-2, .grid-y > .mediumlarge-3, .grid-y > .mediumlarge-4, .grid-y > .mediumlarge-5, .grid-y > .mediumlarge-6, .grid-y > .mediumlarge-7, .grid-y > .mediumlarge-8, .grid-y > .mediumlarge-9, .grid-y > .mediumlarge-10, .grid-y > .mediumlarge-11, .grid-y > .mediumlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .mediumlarge-shrink {
    height: auto;
  }
  .grid-y > .mediumlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .mediumlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .mediumlarge-3 {
    height: 25%;
  }
  .grid-y > .mediumlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .mediumlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .mediumlarge-6 {
    height: 50%;
  }
  .grid-y > .mediumlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .mediumlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .mediumlarge-9 {
    height: 75%;
  }
  .grid-y > .mediumlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .mediumlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .mediumlarge-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-auto {
    height: auto;
  }
  .grid-margin-y > .smallmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .smallmedium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .mediumlarge-auto {
    height: auto;
  }
  .grid-margin-y > .mediumlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .mediumlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .mediumlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .mediumlarge-grid-frame {
    width: 100%;
  }
  .mediumlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .mediumlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .mediumlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .mediumlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

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

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

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

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-y.mediumlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .cell .grid-y.mediumlarge-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-auto {
    height: auto;
  }
  .grid-margin-y > .smallmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .smallmedium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .smallmedium-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .mediumlarge-auto {
    height: auto;
  }
  .grid-margin-y > .mediumlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .mediumlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .mediumlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.mediumlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 24.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 24.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #fa4616;
}

.tabs.primary > li > a {
  color: #0a0a0a;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #fa3b09;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #fa4616;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fff;
  color: #e53405;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #fa4616;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

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

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .menu.mediumlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.mediumlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.mediumlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.mediumlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #fa4616;
  color: #fff;
}

.menu .active > a {
  background: #fa4616;
  color: #fff;
}

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

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

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
          box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #787878;
  -webkit-box-shadow: 0 7px 0 #787878, 0 14px 0 #787878;
          box-shadow: 0 7px 0 #787878, 0 14px 0 #787878;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fa4616 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fa4616 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fa4616;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fa4616;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fa4616 transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fa4616 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fa4616 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #fa4616;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fa4616 transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fa4616;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fa4616 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fa4616 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fa4616;
  }
}

@media print, screen and (min-width: 48em) {
  .dropdown.menu.mediumlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.mediumlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.mediumlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.mediumlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fa4616 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.mediumlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.mediumlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.mediumlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.mediumlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.mediumlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fa4616 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.mediumlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fa4616;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fa4616 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fa4616 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fa4616;
  }
}

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fa4616 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fa4616 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fa4616;
  }
}

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fa4616 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fa4616 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fa4616;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fa4616 transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fa4616;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-mediumlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-mediumlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-mediumlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-mediumlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-mediumlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-mediumlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-mediumlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-mediumlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-mediumlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-mediumlarge.position-left, .off-canvas.in-canvas-for-mediumlarge.position-right, .off-canvas.in-canvas-for-mediumlarge.position-top, .off-canvas.in-canvas-for-mediumlarge.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-mediumlarge .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}

@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 24.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 47.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-mediumlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-mediumlarge .top-bar-left,
  .top-bar.stacked-for-mediumlarge .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar.stacked-for-xxlarge {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 24.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 25em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 47.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-mediumlarge {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-mediumlarge {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-mediumlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-mediumlarge-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr, .screen-reader-text,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/*--------------------------------------------------------------
# Old
--------------------------------------------------------------*/
.old-page {
  /*--------------------------------------------------------------
    # Fonts
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # General
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # Homepage
    --------------------------------------------------------------*/
  /* fixes potential theme css conflict */
  /*--------------------------------------------------------------
    # Artist/Exhibitions List
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # Single Artist
    --------------------------------------------------------------*/
}

@media print, screen and (min-width: 48em) {
  .old-page {
    padding: 1rem;
  }
}

.old-page body {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.old-page h1, .old-page h2, .old-page h3, .old-page h4, .old-page h5, .old-page h6 {
  font-size: 1rem;
  color: #f04925;
  font-style: italic;
  margin-bottom: 0;
  font-weight: 500;
  -webkit-text-stroke: 0;
  line-height: 1.2;
  font-family: 'IBM Plex Mono', courier;
}

.old-page * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

.old-page a:active {
  outline: none;
}

.old-page html {
  height: 100%;
}

.old-page body {
  padding: 1rem;
  overflow-x: hidden;
}

@media print, screen and (min-width: 48em) {
  .old-page body {
    padding: 2rem;
  }
}

.old-page body.menu-open {
  overflow-y: hidden;
}

.old-page p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.old-page a, .old-page a:visited, .old-page a:active, .old-page a:focus {
  color: #f04925;
  text-decoration: underline;
}

.old-page a:hover {
  color: black;
}

.old-page #content {
  clear: both;
}

.old-page .clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.old-page .no-scroll {
  overflow-y: hidden;
}

@media print, screen and (min-width: 48em) {
  .old-page .home.admin-bar .site-content {
    margin-top: 30px;
  }
}

.old-page .disable-hyphens {
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
      hyphens: none !important;
}

.old-page .grey-border {
  border: 1px solid #ccc;
}

.old-page .left-side-hide {
  position: absolute;
  height: 10.5rem;
  width: calc(100% - 30px);
  background: white;
  top: 0;
  left: 0;
  z-index: 5;
}

.old-page .swiper-container {
  width: 100%;
  height: 100%;
}

.old-page .swiper-container .swiper-pagination {
  position: relative;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  width: 450px;
  height: 20px;
  top: 0;
  text-align: left;
}

@media print, screen and (min-width: 48em) {
  .old-page .swiper-container .swiper-pagination {
    position: absolute;
    margin-bottom: 0;
    margin-left: 2rem;
    top: 140px;
  }
}

.old-page .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: white;
  border: 1px solid black;
  width: 15px;
  height: 12px;
  border-radius: 45% / 40%;
  opacity: 1;
  margin: 0 0.75rem 0 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.old-page .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: black;
}

.old-page .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100vw;
}

@media print, screen and (min-width: 48em) {
  .old-page .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: auto;
  }
}

.old-page .swiper-slide-left {
  width: 100%;
  padding: 1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 2rem;
  width: 35%;
  width: 30%;
}

@media print, screen and (min-width: 48em) {
  .old-page .swiper-slide-left {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 168px;
    padding: 2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .old-page .swiper-slide-left {
    width: 40%;
  }
}

@media screen and (min-width: 90em) {
  .old-page .swiper-slide-left {
    width: 35%;
  }
}

@media print, screen and (min-width: 48em) {
  .old-page .swiper-slide-left.no-bullets {
    margin-top: 130px;
  }
}

.old-page .swiper-slide-left {
  width: 35%;
  width: 30%;
}

@media print, screen and (min-width: 48em) {
  .old-page .swiper-slide-left {
    width: 45%;
  }
}

@media print, screen and (min-width: 64em) {
  .old-page .swiper-slide-left {
    width: 40%;
  }
}

@media screen and (min-width: 90em) {
  .old-page .swiper-slide-left {
    width: 35%;
  }
}

.old-page .swiper-slide-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 65%;
  width: 70%;
}

@media print, screen and (min-width: 48em) {
  .old-page .swiper-slide-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: sticky;
    -webkit-position: -webkit-sticky;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: row;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 55%;
    height: 100%;
    text-align: center;
    padding: 168px 0 2rem 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media print, screen and (min-width: 64em) {
  .old-page .swiper-slide-right {
    width: 60%;
  }
}

@media screen and (min-width: 90em) {
  .old-page .swiper-slide-right {
    width: 65%;
  }
}

.old-page .swiper-slide-right img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}

@media print, screen and (min-width: 48em) {
  .old-page .swiper-slide-right img {
    max-height: calc(100vh - 200px);
  }
}

.old-page .swiper-slide-right .left-arrow, .old-page .swiper-slide-right .right-arrow {
  height: 35px;
  opacity: 0.7;
  cursor: pointer;
  display: none;
}

.old-page .swiper-slide-right .left-arrow:hover, .old-page .swiper-slide-right .right-arrow:hover {
  opacity: 1;
}

@media print, screen and (min-width: 48em) {
  .old-page .swiper-slide-right .left-arrow, .old-page .swiper-slide-right .right-arrow {
    display: block;
  }
}

.old-page .swiper-slide-right .left-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.old-page .swiper-slide-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.old-page .swiper-slide-left .dates {
  margin-bottom: 1rem;
}

.old-page .swiper-slide-left .dates .upcoming-current {
  display: inline-block;
  border: 1px solid black;
  font-style: italic;
  padding: 2px 5px;
  margin-bottom: 0.5rem;
}

.old-page .swiper-slide-left .dates .date {
  display: inline-block;
}

@media print, screen and (min-width: 48em) {
  .old-page .swiper-slide-left .dates .date {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  .old-page .swiper-slide-left .dates .date {
    display: inline-block;
  }
}

.old-page .swiper-slide-left .artists, .old-page .swiper-slide-left .exhibitions {
  text-transform: uppercase;
  font-size: 2rem;
}

.old-page .swiper-slide-left .title {
  font-style: italic;
  font-size: 2rem;
  line-height: 2.4rem;
}

.old-page .swiper-slide-left .text {
  margin-top: 1.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.old-page .swiper-slide-left .more-info {
  margin-top: 1rem;
}

.old-page .swiper-slide-left .more-info a {
  background: white;
  color: #f04925;
  text-decoration: underline;
}

.old-page .swiper-slide-left .more-info a:hover {
  color: black;
}

.old-page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 48em) {
  .old-page .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.old-page .content .content-left {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .old-page .content .content-left {
    max-width: 50%;
    margin-right: 4rem;
  }
}

@media print, screen and (min-width: 64em) {
  .old-page .content .content-left {
    max-width: 400px;
  }
}

.old-page .content .content-right {
  width: 100%;
}

.old-page .acf-map {
  width: 100%;
  height: 600px;
  border: #ccc solid 1px;
  margin: 1.5rem 0 1rem 0;
}

@media print, screen and (min-width: 48em) {
  .old-page .acf-map {
    max-width: 500px;
  }
}

.old-page .acf-map * {
  font-family: sans-serif;
}

.old-page .acf-map img {
  max-width: inherit !important;
  max-height: inherit !important;
}

.old-page .mc4wp-form-fields {
  margin-bottom: 1.5rem;
}

.old-page .mc4wp-form-fields label {
  display: none;
}

.old-page .mc4wp-form-fields p {
  margin-bottom: 0.5rem;
}

.old-page .mc4wp-form-fields input[type="submit"] {
  background: #f04925;
  border: 0;
  padding: 0.5rem 1rem;
  color: white;
}

.old-page .page-template-artists-template article {
  margin-bottom: 0;
}

.old-page .artists .artist-list, .old-page .artists .exhibition-list, .old-page .exhibitions .artist-list, .old-page .exhibitions .exhibition-list {
  width: 100%;
}

.old-page .artists .artist-list ul, .old-page .artists .exhibition-list ul, .old-page .exhibitions .artist-list ul, .old-page .exhibitions .exhibition-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 4rem;
}

.old-page .artists .artist-list li, .old-page .artists .exhibition-list li, .old-page .exhibitions .artist-list li, .old-page .exhibitions .exhibition-list li {
  max-width: 400px;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .old-page .artists .artist-list li, .old-page .artists .exhibition-list li, .old-page .exhibitions .artist-list li, .old-page .exhibitions .exhibition-list li {
    margin-bottom: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .old-page .artists .artist-list li, .old-page .artists .exhibition-list li, .old-page .exhibitions .artist-list li, .old-page .exhibitions .exhibition-list li {
    max-width: 100%;
  }
}

.old-page .artists .artist-list a, .old-page .artists .exhibition-list a, .old-page .exhibitions .artist-list a, .old-page .exhibitions .exhibition-list a {
  color: #0a0a0a;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2;
}

@media print, screen and (min-width: 40em) {
  .old-page .artists .artist-list a, .old-page .artists .exhibition-list a, .old-page .exhibitions .artist-list a, .old-page .exhibitions .exhibition-list a {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.old-page .artists .artist-list a:hover, .old-page .artists .exhibition-list a:hover, .old-page .exhibitions .artist-list a:hover, .old-page .exhibitions .exhibition-list a:hover {
  color: #f04925;
  text-decoration: underline;
}

@media print, screen and (min-width: 48em) {
  .old-page .artists .artist-list img, .old-page .artists .exhibition-list img, .old-page .exhibitions .artist-list img, .old-page .exhibitions .exhibition-list img {
    display: none;
  }
}

.old-page .artists .artist-images, .old-page .artists .exhibition-images, .old-page .exhibitions .artist-images, .old-page .exhibitions .exhibition-images {
  position: relative;
}

@media print, screen and (min-width: 48em) {
  .old-page .artists .artist-images, .old-page .artists .exhibition-images, .old-page .exhibitions .artist-images, .old-page .exhibitions .exhibition-images {
    position: -webkit-sticky;
    position: sticky;
    height: calc(100vh - 185px);
    top: 90px;
  }
}

.old-page .artists .artist-image, .old-page .artists .exhibition-image, .old-page .exhibitions .artist-image, .old-page .exhibitions .exhibition-image {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.old-page .artists img, .old-page .exhibitions img {
  max-height: 100%;
  width: auto;
}

.old-page .exhibited-artists h2 {
  color: #0a0a0a;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.old-page .exhibitions .exhibition-list li.exhibition {
  margin-bottom: 2rem;
}

.old-page .exhibitions .exhibition a {
  line-height: 1.4;
}

.old-page .exhibitions .exhibition-title {
  text-transform: uppercase;
}

.old-page .exhibitions .exhibition-dates {
  font-size: 1.1rem;
  line-height: 2;
}

@media print, screen and (min-width: 40em) {
  .old-page .exhibitions .exhibition-dates {
    font-size: 1.4rem;
  }
}

.old-page .old-accordions {
  margin-bottom: 2rem;
}

.old-page .old-accordions .old-accordion-title {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .old-page .old-accordions .old-accordion-title {
    font-size: 1.8rem;
  }
}

.old-page .old-accordions .old-accordion-title {
  cursor: pointer;
}

.old-page .old-accordions .old-accordion-title .arrow {
  margin-right: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  height: 100%;
}

.old-page .old-accordions .old-accordion-title.active .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.old-page .old-accordions .old-accordion-title.active ~ .old-accordion-content {
  margin-bottom: 1.5rem;
}

.old-page .old-accordions .old-accordion-content {
  max-height: 0;
  max-width: 1200px;
  overflow: hidden;
  font-size: 1.2rem;
}

.old-page .old-accordions .active + .old-accordion-content {
  margin-bottom: 1rem;
}

.old-page .old-accordions .press-publications p:last-of-type {
  margin-bottom: 0;
}

.single-artists .old-page, .single-exhibitions .old-page, .single-fairs .old-page {
  height: 100%;
}

.single-artists .old-page #page, .single-exhibitions .old-page #page, .single-fairs .old-page #page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.single-artists .old-page .site-content, .single-exhibitions .old-page .site-content, .single-fairs .old-page .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.single-artists .old-page h1, .single-exhibitions .old-page h1, .single-fairs .old-page h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #0a0a0a;
}

@media print, screen and (min-width: 40em) {
  .single-artists .old-page h1, .single-exhibitions .old-page h1, .single-fairs .old-page h1 {
    font-size: 1.8rem;
  }
}

.single-artists .old-page .selected-artworks .old-accordion-content, .single-exhibitions .old-page .selected-artworks .old-accordion-content, .single-fairs .old-page .selected-artworks .old-accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.25rem;
}

.single-artists .old-page .selected-artworks .old-accordion-content .series-title, .single-exhibitions .old-page .selected-artworks .old-accordion-content .series-title, .single-fairs .old-page .selected-artworks .old-accordion-content .series-title {
  width: 100%;
  margin-top: 0.5rem;
}

.single-artists .old-page .biography .biography-content, .single-artists .old-page .exhibition-text, .single-exhibitions .old-page .biography .biography-content, .single-exhibitions .old-page .exhibition-text, .single-fairs .old-page .biography .biography-content, .single-fairs .old-page .exhibition-text {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

@media print, screen and (min-width: 40em) {
  .single-artists .old-page .biography .biography-content, .single-artists .old-page .exhibition-text, .single-exhibitions .old-page .biography .biography-content, .single-exhibitions .old-page .exhibition-text, .single-fairs .old-page .biography .biography-content, .single-fairs .old-page .exhibition-text {
    max-width: 800px;
  }
}

.single-artists .old-page .artists, .single-artists .old-page .exhibition-text, .single-artists .old-page .dates, .single-exhibitions .old-page .artists, .single-exhibitions .old-page .exhibition-text, .single-exhibitions .old-page .dates, .single-fairs .old-page .artists, .single-fairs .old-page .exhibition-text, .single-fairs .old-page .dates {
  max-width: 1200px;
  font-size: 1.2rem;
}

.single-artists .old-page .selected-artwork-thumbnail, .single-exhibitions .old-page .selected-artwork-thumbnail, .single-fairs .old-page .selected-artwork-thumbnail {
  position: relative;
  width: 50%;
  padding: 0.25rem;
  cursor: pointer;
}

@media print, screen and (min-width: 40em) {
  .single-artists .old-page .selected-artwork-thumbnail, .single-exhibitions .old-page .selected-artwork-thumbnail, .single-fairs .old-page .selected-artwork-thumbnail {
    width: 33.33%;
  }
}

@media print, screen and (min-width: 48em) {
  .single-artists .old-page .selected-artwork-thumbnail, .single-exhibitions .old-page .selected-artwork-thumbnail, .single-fairs .old-page .selected-artwork-thumbnail {
    width: 25%;
  }
}

@media print, screen and (min-width: 64em) {
  .single-artists .old-page .selected-artwork-thumbnail, .single-exhibitions .old-page .selected-artwork-thumbnail, .single-fairs .old-page .selected-artwork-thumbnail {
    width: 20%;
  }
}

@media screen and (min-width: 75em) {
  .single-artists .old-page .selected-artwork-thumbnail, .single-exhibitions .old-page .selected-artwork-thumbnail, .single-fairs .old-page .selected-artwork-thumbnail {
    max-width: 200px;
  }
}

.single-artists .old-page .selected-artwork-thumbnail .selected-artwork-thumbnail-inner, .single-exhibitions .old-page .selected-artwork-thumbnail .selected-artwork-thumbnail-inner, .single-fairs .old-page .selected-artwork-thumbnail .selected-artwork-thumbnail-inner {
  position: relative;
}

.single-artists .old-page .selected-artwork-thumbnail img, .single-exhibitions .old-page .selected-artwork-thumbnail img, .single-fairs .old-page .selected-artwork-thumbnail img {
  width: 100%;
}

.single-artists .old-page .selected-artwork-thumbnail .artwork-title-overlay, .single-exhibitions .old-page .selected-artwork-thumbnail .artwork-title-overlay, .single-fairs .old-page .selected-artwork-thumbnail .artwork-title-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 73, 37, 0.6);
  color: #fff;
  padding: 0.5rem;
  font-size: 1.2rem;
}

.single-artists .old-page .selected-artwork-thumbnail .artwork-title-overlay:hover, .single-exhibitions .old-page .selected-artwork-thumbnail .artwork-title-overlay:hover, .single-fairs .old-page .selected-artwork-thumbnail .artwork-title-overlay:hover {
  opacity: 1;
}

.single-artists .old-page form input, .single-exhibitions .old-page form input, .single-fairs .old-page form input {
  border: 0;
  padding: 0;
  margin-top: 1rem;
  background: transparent;
  color: #f04925;
  text-decoration: underline;
  cursor: pointer;
}

.single-artists .old-page form input:hover, .single-exhibitions .old-page form input:hover, .single-fairs .old-page form input:hover {
  color: #0a0a0a;
}

.single-artists .old-page h1 {
  margin-bottom: 1rem;
}

.single-artists .old-page .cv h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: black;
}

.single-artists .old-page .cv table {
  border: 0;
}

.single-artists .old-page .cv table tbody {
  border: 0;
}

.single-artists .old-page .cv table tbody td {
  padding: 0;
  background: white;
  border: 0;
  vertical-align: top;
}

.single-artists .old-page .cv table tbody td:first-child {
  padding-right: 25px;
  width: 1% !important;
  white-space: nowrap;
}

@media print, screen and (min-width: 40em) {
  .single-artists .old-page .cv table tbody td:first-child {
    padding-right: 50px;
  }
}

.single-exhibitions .old-page h1, .single-fairs .old-page h1 {
  text-transform: uppercase;
}

.single-exhibitions .old-page .artists, .single-fairs .old-page .artists {
  font-size: 1.8rem;
}

.single-exhibitions .old-page .artists, .single-exhibitions .old-page .exhibition-text, .single-fairs .old-page .artists, .single-fairs .old-page .exhibition-text {
  margin-bottom: 1rem;
  max-width: 800px;
}

.back {
  font-size: 1.2rem;
  margin-top: auto;
}

.back .arrow {
  font-size: 1.4rem;
  font-weight: 300;
  margin-right: 0.5rem;
  color: #f04925;
}

.single-artists .old-page .swiper-container, .single-exhibitions .old-page .swiper-container, .single-fairs .old-page .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: white;
}

.single-artists .old-page .swiper-container.open, .single-exhibitions .old-page .swiper-container.open, .single-fairs .old-page .swiper-container.open {
  opacity: 1;
  visibility: visible;
}

.single-artists .old-page .swiper-slide-left, .single-artists .old-page .swiper-slide-right, .single-exhibitions .old-page .swiper-slide-left, .single-exhibitions .old-page .swiper-slide-right, .single-fairs .old-page .swiper-slide-left, .single-fairs .old-page .swiper-slide-right {
  background: white;
  font-size: 1.2rem;
}

.single-artists .old-page .swiper-slide-left .counter, .single-exhibitions .old-page .swiper-slide-left .counter, .single-fairs .old-page .swiper-slide-left .counter {
  margin-top: auto;
}

.single-artists .old-page .swiper-slide-left .more-images, .single-exhibitions .old-page .swiper-slide-left .more-images, .single-fairs .old-page .swiper-slide-left .more-images {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .single-artists .old-page .swiper-slide-left .more-images, .single-exhibitions .old-page .swiper-slide-left .more-images, .single-fairs .old-page .swiper-slide-left .more-images {
    display: block;
    margin-bottom: 2rem;
  }
}

.single-artists .old-page .swiper-slide-left .works-exhibitions, .single-exhibitions .old-page .swiper-slide-left .works-exhibitions, .single-fairs .old-page .swiper-slide-left .works-exhibitions {
  margin-top: auto;
}

.single-artists .old-page .swiper-slide-left .works-exhibitions h2, .single-exhibitions .old-page .swiper-slide-left .works-exhibitions h2, .single-fairs .old-page .swiper-slide-left .works-exhibitions h2 {
  color: #0a0a0a;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
}

.single-artists .old-page .swiper-slide-right, .single-exhibitions .old-page .swiper-slide-right, .single-fairs .old-page .swiper-slide-right {
  padding-top: 10.5rem;
}

@media print, screen and (min-width: 48em) {
  .single-artists .old-page .swiper-slide-right, .single-exhibitions .old-page .swiper-slide-right, .single-fairs .old-page .swiper-slide-right {
    padding-right: 2rem;
  }
}

.single-artists .old-page .swiper-slide-right .more-images, .single-exhibitions .old-page .swiper-slide-right .more-images, .single-fairs .old-page .swiper-slide-right .more-images {
  padding: 0.5rem 0 1rem 0;
}

.single-artists .old-page .swiper-slide-right .more-images a, .single-exhibitions .old-page .swiper-slide-right .more-images a, .single-fairs .old-page .swiper-slide-right .more-images a {
  width: calc(25% - 0.376rem);
  margin-right: 0.5rem;
  display: block;
  float: left;
}

.single-artists .old-page .swiper-slide-right .more-images a:nth-child(4), .single-exhibitions .old-page .swiper-slide-right .more-images a:nth-child(4), .single-fairs .old-page .swiper-slide-right .more-images a:nth-child(4) {
  margin-right: 0;
}

@media print, screen and (min-width: 40em) {
  .single-artists .old-page .swiper-slide-right .more-images a, .single-exhibitions .old-page .swiper-slide-right .more-images a, .single-fairs .old-page .swiper-slide-right .more-images a {
    width: calc(20% - 0.4rem);
  }
  .single-artists .old-page .swiper-slide-right .more-images a:nth-child(4), .single-exhibitions .old-page .swiper-slide-right .more-images a:nth-child(4), .single-fairs .old-page .swiper-slide-right .more-images a:nth-child(4) {
    margin-right: 0.5rem;
  }
  .single-artists .old-page .swiper-slide-right .more-images a:nth-child(5), .single-exhibitions .old-page .swiper-slide-right .more-images a:nth-child(5), .single-fairs .old-page .swiper-slide-right .more-images a:nth-child(5) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .single-artists .old-page .swiper-slide-right .more-images, .single-exhibitions .old-page .swiper-slide-right .more-images, .single-fairs .old-page .swiper-slide-right .more-images {
    display: none;
  }
}

.single-artists .old-page .swiper-slide-right .image-caption, .single-exhibitions .old-page .swiper-slide-right .image-caption, .single-fairs .old-page .swiper-slide-right .image-caption {
  margin-top: 1rem;
  text-align: left;
  max-width: 800px;
  padding: 0 1rem;
}

@media print, screen and (min-width: 48em) {
  .single-artists .old-page .swiper-slide-right .image-caption, .single-exhibitions .old-page .swiper-slide-right .image-caption, .single-fairs .old-page .swiper-slide-right .image-caption {
    padding: 0 1rem 0 0;
  }
}

.old-page {
  /*--------------------------------------------------------------
    # PDF Generator
    --------------------------------------------------------------*/
}

.old-page .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 1rem;
  top: 6rem;
  font-size: 1.2rem;
  z-index: 10;
  height: 60px;
}

@media print, screen and (min-width: 48em) {
  .old-page .counter {
    left: 2rem;
    top: 7.5rem;
  }
}

.old-page .counter .left-arrow, .old-page .counter .right-arrow {
  font-size: 2.4rem;
  font-weight: 300;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.old-page .counter .left-arrow {
  margin-right: 1rem;
}

.old-page .counter .right-arrow {
  margin-left: 1rem;
}

.old-page .counter .current-slide {
  margin-right: 0.6rem;
}

.old-page .admin-bar.single-artists .swiper-container {
  top: 46px;
}

@media (min-width: 800px) {
  .old-page .admin-bar.single-artists .swiper-container {
    top: 32px;
  }
}

.old-page .more-images {
  overflow: auto;
}

.old-page .more-images a {
  display: block;
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  width: calc(33.33% - 0.34rem);
}

.old-page .more-images a:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 90em) {
  .old-page .more-images a {
    width: calc(25% - 0.376rem);
  }
  .old-page .more-images a:nth-child(3n) {
    margin-right: 0.5rem;
  }
  .old-page .more-images a:nth-child(4n) {
    margin-right: 0;
  }
}

.old-page .more-images a:before {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(240, 73, 37, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.old-page .more-images img {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.old-page .page-template-pdf-generator .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.old-page .page-template-pdf-generator select {
  max-width: 800px;
}

.old-page .page-template-pdf-generator .sortable-area {
  display: none;
}

.old-page .page-template-pdf-generator .sortable-list {
  margin: 0;
  padding: 1rem;
  list-style-type: none;
  width: 400px;
  max-width: 400px;
  background: #e6e6e6;
}

.old-page .page-template-pdf-generator .sortable-list-item {
  padding-bottom: 0.5rem;
}

.old-page .page-template-pdf-generator .sortable-list-item .sortable-list-item-inner {
  background: #fff;
  padding: 0.5rem;
  border: 2px solid #0a0a0a;
}

.old-page .page-template-pdf-generator .sortable-list-item .sortable-list-item-inner.sold {
  border: 2px solid #f04925;
}

.old-page .page-template-pdf-generator .sortable-list-item-content {
  display: none;
}

.artwork-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 100px;
  height: 50px;
  background: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
}

@media print, screen and (min-width: 48em) {
  .artwork-close {
    top: 2rem;
    right: 2rem;
  }
}

.artwork-close.open {
  opacity: 1;
  visibility: visible;
}

.artwork-close #nav-icon4 {
  float: right;
}

.admin-bar .artwork-close {
  top: calc(46px + 1rem);
}

@media (min-width: 800px) {
  .admin-bar .artwork-close {
    top: calc(32px + 2rem);
  }
}

/* Icon 3 */
#nav-icon3, #nav-icon4 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

@media (min-width: 600px) {
  #nav-icon3, #nav-icon4 {
    margin: 0;
    width: 30px;
  }
}

#nav-icon3:hover span, #nav-icon4:hover span {
  background: black;
}

#nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #f04925;
  opacity: 1;
  left: 0;
  border-radius: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (min-width: 600px) {
  #nav-icon3 span, #nav-icon4 span {
    height: 4px;
  }
}

#nav-icon3 span:nth-child(1), #nav-icon4 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3), #nav-icon4 span:nth-child(2), #nav-icon4 span:nth-child(3) {
  top: 11px;
}

@media (min-width: 600px) {
  #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3), #nav-icon4 span:nth-child(2), #nav-icon4 span:nth-child(3) {
    top: 11px;
  }
}

#nav-icon3 span:nth-child(4), #nav-icon4 span:nth-child(4) {
  top: 22px;
}

@media (min-width: 600px) {
  #nav-icon3 span:nth-child(4), #nav-icon4 span:nth-child(4) {
    top: 22px;
  }
}

#nav-icon3.open span:nth-child(1), #nav-icon4.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2), #nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3), #nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4), #nav-icon4.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

@media print, screen and (min-width: 48em) {
  .page-template-contact-template .content-left {
    max-width: 350px;
  }
}

.page-template-contact-template h2 {
  font-weight: bold;
}

@media print, screen and (min-width: 48em) {
  .page-template-page-about .content-left {
    max-width: 450px;
  }
}

@media print, screen and (min-width: 48em) {
  .page-template-page-about .content-right {
    max-width: 350px;
  }
}

.page-template-page-about .content {
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-contact-template, .page-template-page-about {
  font-size: 1.2rem;
}

.page-template-contact-template h1, .page-template-contact-template h2, .page-template-contact-template h3, .page-template-contact-template h4, .page-template-contact-template h5, .page-template-contact-template h6, .page-template-contact-template p, .page-template-page-about h1, .page-template-page-about h2, .page-template-page-about h3, .page-template-page-about h4, .page-template-page-about h5, .page-template-page-about h6, .page-template-page-about p {
  font-size: 1.2rem;
}

body {
  overflow-x: hidden;
}

body.menu-open {
  overflow-y: hidden;
}

@media print, screen and (min-width: 64em) {
  body {
    font-size: 1.2rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-style: italic;
}

h1.small {
  font-size: 2.625rem;
}

@media print, screen and (min-width: 64em) {
  h1.small {
    font-size: 4rem;
  }
}

h6 {
  text-transform: uppercase;
  letter-spacing: 4px;
}

.text h2:not(:first-child),
.text h3:not(:first-child),
.text h4:not(:first-child),
.text h5:not(:first-child),
.text h6:not(:first-child) {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.text img {
  margin: 2rem 0;
}

.text figure {
  margin: 2rem 0;
}

.text figure img {
  margin: 0 0 0.25rem;
}

.text ul {
  list-style: none;
  margin-left: 1rem;
  /* Remove default bullets */
}

.text ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f04925;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 2rem;
  /* Also needed for space (tweak if needed) */
  margin-left: -1rem;
  /* Also needed for space (tweak if needed) */
}

.text ol {
  list-style: none;
  counter-reset: item;
  margin-left: 0;
}

.text ol li {
  counter-increment: item;
  margin-bottom: 5px;
}

.text ol li:before {
  margin-right: 1rem;
  content: counter(item) ".";
  color: #f04925;
  font-weight: bold;
  width: 1rem;
  text-align: center;
  display: inline-block;
}

p {
  line-height: 1.8;
}

.large-text {
  font-size: 1.3rem;
}

@media print, screen and (min-width: 40em) {
  .large-text {
    font-size: 1.5rem;
  }
}

.small-text,
figcaption {
  font-size: 0.9rem;
  display: block;
}

.bold-text {
  font-weight: bold;
}

.hyphenate {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-link:focus,
a.skip-link:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

input {
  text-align: center;
  padding: 0.5rem 0.75rem;
  border: 2px solid;
  color: #787878;
  line-height: 1.5;
}

.button {
  border: 2px solid #f04925;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 4px 6px 0px 0px rgba(240, 73, 37, 0.2);
          box-shadow: 4px 6px 0px 0px rgba(240, 73, 37, 0.2);
  padding: 0.5rem 1.5rem;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0a0a0a;
}

.button.primary {
  background: #f04925;
  color: #fff;
}

.button.primary a {
  color: white;
  text-decoration: none;
}

.button.secondary {
  background: #fff;
  color: #0a0a0a;
}

.button.secondary a {
  color: black;
  text-decoration: none;
}

.button.secondary .fas {
  color: #f04925;
}

.button:hover {
  border-color: #B3361C;
  -webkit-box-shadow: 4px 10px 0px 0px rgba(240, 73, 37, 0.2);
          box-shadow: 4px 10px 0px 0px rgba(240, 73, 37, 0.2);
}

.button:hover.primary {
  background: #B3361C;
}

.button:hover.secondary {
  background: #fff;
}

.button .fas {
  margin-right: 1rem;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.site-main {
  padding: 0 1rem;
}

.outline {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  font-style: italic;
  -webkit-text-stroke: 1px #f04925;
  line-height: 1;
}

@media print, screen and (min-width: 40em) {
  .outline {
    font-size: 4rem;
  }
}

@media print, screen and (min-width: 64em) {
  .outline {
    font-size: 6rem;
  }
}

h1 {
  color: #fff;
  font-weight: bold;
  font-style: italic;
  -webkit-text-stroke: 1px #f04925;
  line-height: 1;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  h1 {
    margin-bottom: 4rem;
  }
}

h1.compact {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
  h1.compact {
    font-size: 4rem;
  }
}

.inactive {
  opacity: 0.5;
  pointer-events: none;
}

header.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  position: relative;
  z-index: 50;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media print, screen and (min-width: 64em) {
  header.site-header {
    padding: 1rem 2rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (min-width: 75em) {
  header.site-header .site-branding {
    margin-right: 2rem;
  }
}

header.site-header .site-branding img {
  height: 40px;
}

@media print, screen and (min-width: 40em) {
  header.site-header .site-branding img {
    height: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  header.site-header .site-branding img {
    height: 60px;
  }
}

@media screen and (min-width: 90em) {
  header.site-header .site-branding img {
    height: 80px;
  }
}

header.site-header .main-navigation {
  display: none;
}

@media screen and (min-width: 75em) {
  header.site-header .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header.site-header .main-navigation .current-menu-item {
  font-weight: bold;
}

header.site-header .main-navigation a {
  color: #0a0a0a;
}

header.site-header .main-navigation .save-list-icon img {
  margin-right: 0.75rem;
}

header.site-header .lang-selector {
  margin-left: auto;
  margin-right: 1rem;
}

@media print, screen and (min-width: 40em) {
  header.site-header .lang-selector {
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 75em) {
  header.site-header .lang-selector a {
    padding: 0.75rem 0;
    display: block;
  }
}

.scroll-up header.site-header {
  top: 0;
}

.scroll-down header.site-header {
  top: -120px;
}

.lang-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang-selector .lang-item {
  list-style-type: none;
  margin-right: 0.75rem;
}

.lang-selector .lang-item:last-of-type {
  margin-right: 0;
}

.lang-selector .lang-item a {
  color: #0a0a0a;
  text-decoration: none;
}

.lang-selector .lang-item.current-lang {
  text-decoration: underline;
}

.main-navigation .search-icon,
.main-navigation .save-list-icon {
  padding: 0.7rem .5rem;
}

.main-navigation .search-icon a,
.main-navigation .save-list-icon a {
  text-decoration: none;
}

@media screen and (min-width: 75em) {
  .main-navigation .search-icon a,
  .main-navigation .save-list-icon a {
    padding: 0.7rem;
  }
}

@media screen and (min-width: 90em) {
  .main-navigation .search-icon a,
  .main-navigation .save-list-icon a {
    padding: 0.7rem;
  }
}

.menu-icon-wrapper {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-icon-wrapper .menu-icon-label {
  margin-right: 1rem;
}

@media print, screen and (min-width: 64em) {
  .menu-icon-wrapper .menu-icon-label {
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 75em) {
  .menu-icon-wrapper .menu-icon-label {
    margin-right: 0;
  }
}

@media screen and (min-width: 90em) {
  .menu-icon-wrapper .menu-icon-label {
    margin-right: 1.5rem;
  }
}

.menu-icon-wrapper .search-icon {
  margin-right: 1rem;
  line-height: 1;
}

@media print, screen and (min-width: 64em) {
  .menu-icon-wrapper .search-icon {
    margin-right: 1.5rem;
  }
}

.menu-icon-wrapper .save-list-icon {
  margin-right: 1rem;
  line-height: 1;
}

@media print, screen and (min-width: 40em) {
  .menu-icon-wrapper .save-list-icon {
    margin-right: 1.5rem;
    font-size: 1em;
  }
}

@media print, screen and (min-width: 40em) {
  .menu-icon-wrapper .save-list-icon img {
    margin-right: 0.5rem;
  }
}

.menu-icon-wrapper .save-list-icon a {
  text-decoration: none;
  color: #0a0a0a;
}

.menu-icon-wrapper .save-list-icon .save-list-text {
  vertical-align: middle;
}

@media print, screen and (min-width: 64em) {
  .menu-icon-wrapper .save-list-icon .save-list-text {
    vertical-align: baseline;
  }
}

.menu-icon {
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  display: block;
  cursor: pointer;
}

@media screen and (min-width: 75em) {
  .menu-icon {
    display: none;
  }
}

.menu-icon::after {
  display: none;
}

.menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #f04925;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menu-icon span:nth-child(1) {
  top: 0px;
}

.menu-icon span:nth-child(2), .menu-icon span:nth-child(3) {
  top: 10px;
}

.menu-icon span:nth-child(4) {
  top: 20px;
}

.menu-icon.open span {
  background: #f04925;
}

.menu-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.mobile-navigation {
  position: fixed;
  min-height: 100vh;
  height: 100%;
  width: 100vw;
  left: 100%;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  padding: 0 1rem;
  z-index: 100;
}

.mobile-navigation.open {
  left: 0;
}

.mobile-navigation .top-row {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-navigation .top-row .menu-icon {
  margin-left: auto;
}

.mobile-navigation .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-navigation .menu a {
  padding: 1rem;
  border-bottom: 1px solid #e6e6e6;
  color: #0a0a0a;
  font-weight: bold;
}

.search-bar {
  background: #e6e6e6;
  padding: 2.5rem 1rem;
  position: absolute;
  display: none;
  width: 100%;
  z-index: 200;
  border-bottom: 2px solid black;
}

.search-bar.open {
  display: block;
}

.search-bar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  width: 100%;
  margin: auto;
}

@media print, screen and (min-width: 25em) {
  .search-bar form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.search-bar form .search-input {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 25em) {
  .search-bar form .search-input {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

article.page {
  padding: 2rem 0;
}

.home-gallery {
  position: relative;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  .home-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home-gallery .column-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.home-gallery .column-2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  .home-gallery .column-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.home-gallery .column-2 .current-exhibition {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.home-gallery .column-2 .future-exhibition {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.home-gallery .column-3 {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media print, screen and (min-width: 64em) {
  .home-gallery .column-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 140px;
  }
}

@media screen and (min-width: 90em) {
  .home-gallery .column-1,
  .home-gallery .column-3 {
    width: calc((100% - 75rem)/2);
  }
}

@media print, screen and (min-width: 64em) {
  .home-gallery .home-gallery-title {
    position: absolute;
    top: -35px;
    right: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

.home-gallery .current-exhibition,
.home-gallery .future-exhibition {
  position: relative;
  padding: 1rem 0 2rem 0;
}

@media print, screen and (min-width: 48em) {
  .home-gallery .current-exhibition,
  .home-gallery .future-exhibition {
    padding: 2rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .home-gallery .current-exhibition,
  .home-gallery .future-exhibition {
    padding: 3rem 0;
  }
}

.home-gallery .current-exhibition h2 a,
.home-gallery .future-exhibition h2 a {
  text-decoration: none;
}

.home-gallery .current-exhibition h2 a:hover,
.home-gallery .future-exhibition h2 a:hover {
  text-decoration: underline;
}

.home-gallery .current-exhibition .current-exhibition-spinner,
.home-gallery .future-exhibition .current-exhibition-spinner {
  color: #f04925;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 10rem;
  display: none;
}

@media print, screen and (min-width: 48em) {
  .home-gallery .current-exhibition .current-exhibition-spinner,
  .home-gallery .future-exhibition .current-exhibition-spinner {
    top: -20px;
    right: auto;
  }
}

.home-gallery .current-exhibition .current-exhibition-spinner > div,
.home-gallery .future-exhibition .current-exhibition-spinner > div {
  -webkit-animation-name: current;
          animation-name: current;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes current {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes current {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.home-gallery .current-exhibition .future-exhibition-notice h6,
.home-gallery .future-exhibition .future-exhibition-notice h6 {
  color: #f04925;
  margin-bottom: 0.5rem;
}

.home-gallery .current-exhibition .current-exhibition-image,
.home-gallery .current-exhibition .future-exhibition-image,
.home-gallery .future-exhibition .current-exhibition-image,
.home-gallery .future-exhibition .future-exhibition-image {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 48em) {
  .home-gallery .current-exhibition .current-exhibition-image,
  .home-gallery .current-exhibition .future-exhibition-image,
  .home-gallery .future-exhibition .current-exhibition-image,
  .home-gallery .future-exhibition .future-exhibition-image {
    margin-bottom: 0;
  }
}

.home-gallery .current-exhibition .current-exhibition-image img,
.home-gallery .current-exhibition .future-exhibition-image img,
.home-gallery .future-exhibition .current-exhibition-image img,
.home-gallery .future-exhibition .future-exhibition-image img {
  max-width: 100%;
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .home-gallery .current-exhibition .current-exhibition-details,
  .home-gallery .current-exhibition .future-exhibition-details,
  .home-gallery .future-exhibition .current-exhibition-details,
  .home-gallery .future-exhibition .future-exhibition-details {
    padding: 0 2rem 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.home-gallery .current-exhibition .future-exhibition-details,
.home-gallery .future-exhibition .future-exhibition-details {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media print, screen and (min-width: 48em) {
  .home-gallery .current-exhibition .future-exhibition-details,
  .home-gallery .future-exhibition .future-exhibition-details {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.home-gallery .current-exhibition .current-exhibition-dates,
.home-gallery .current-exhibition .future-exhibition-dates,
.home-gallery .future-exhibition .current-exhibition-dates,
.home-gallery .future-exhibition .future-exhibition-dates {
  margin-bottom: 1.5rem;
}

.home-gallery .current-exhibition .current-exhibition-title,
.home-gallery .current-exhibition .future-exhibition-title,
.home-gallery .future-exhibition .current-exhibition-title,
.home-gallery .future-exhibition .future-exhibition-title {
  color: #f04925;
}

.home-gallery .current-exhibition .current-exhibition-artists,
.home-gallery .current-exhibition .future-exhibition-artists,
.home-gallery .future-exhibition .current-exhibition-artists,
.home-gallery .future-exhibition .future-exhibition-artists {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}

@media print, screen and (min-width: 64em) {
  .home-gallery .current-exhibition .current-exhibition-artists,
  .home-gallery .current-exhibition .future-exhibition-artists,
  .home-gallery .future-exhibition .current-exhibition-artists,
  .home-gallery .future-exhibition .future-exhibition-artists {
    font-size: 1.5rem;
  }
}

.home-events,
.home-artstore {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 40em) {
  .home-events,
  .home-artstore {
    padding: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .home-events,
  .home-artstore {
    padding: 3rem 0;
    min-height: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home-events .column-1,
.home-artstore .column-1 {
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .home-events .column-1,
  .home-artstore .column-1 {
    width: 140px;
  }
}

@media screen and (min-width: 90em) {
  .home-events .column-1,
  .home-events .column-3,
  .home-artstore .column-1,
  .home-artstore .column-3 {
    width: calc((100% - 75rem)/2);
  }
}

.home-events .home-event-title,
.home-events .home-artstore-title,
.home-artstore .home-event-title,
.home-artstore .home-artstore-title {
  padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  .home-events .home-event-title,
  .home-events .home-artstore-title,
  .home-artstore .home-event-title,
  .home-artstore .home-artstore-title {
    position: absolute;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    top: 350px;
    left: 0;
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 64em) {
  .home-events .home-artstore-title,
  .home-artstore .home-artstore-title {
    top: 320px;
  }
}

.home-events a,
.home-artstore a {
  text-decoration: none;
}

.home-events h4,
.home-artstore h4 {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  html[lang="et"] .home-event-title {
    top: 520px;
  }
}

@media print, screen and (min-width: 64em) {
  html[lang="et"] .home-artstore-title {
    top: 700px;
  }
}

.home-artstore .column-2 {
  width: 100%;
}

.home-artstore .more-artworks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wave {
  position: relative;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wave:before {
  display: block;
  position: absolute;
  content: ' ';
  height: 50%;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("images/footer-border.svg");
  background-repeat: repeat-x;
  background-size: cover;
  z-index: -1;
}

.home-newsletter .container {
  text-align: center;
}

.home-newsletter .newsletter-title {
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .home-newsletter .newsletter-title {
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  .home-newsletter .newsletter-title {
    font-size: 4rem;
  }
}

.home-newsletter .newsletter-title:before {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .home-newsletter .newsletter-title:before {
    display: block;
  }
}

.home-newsletter .newsletter-title .newsletter-title-text {
  display: inline-block;
  background: #fff;
  padding: 0 1rem;
}

.home-newsletter form .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  width: 100%;
  margin: auto;
}

@media print, screen and (min-width: 40em) {
  .home-newsletter form .mc4wp-form-fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home-newsletter form .newsletter-input {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  .home-newsletter form .newsletter-input {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.home-newsletter .newsletter-content {
  padding: 1rem;
}

@media print, screen and (min-width: 40em) {
  .home-newsletter .newsletter-content {
    padding: 2.5rem 1rem;
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

@media print, screen and (min-width: 48em) {
  .site-footer {
    padding-bottom: 0;
  }
}

.site-footer .footer-title {
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .site-footer .footer-title {
    font-size: 3rem;
  }
}

.site-footer .footer-title .container {
  text-align: center;
}

.site-footer .footer-title-text {
  display: inline-block;
  background: #fff;
  padding: 0 1rem;
}

.site-footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 1rem;
}

@media print, screen and (min-width: 48em) {
  .site-footer .footer-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  .site-footer .footer-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 2rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 75em) {
  .site-footer .footer-main {
    padding: 2rem 4rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

.site-footer .footer-address {
  line-height: 2;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 48em) {
  .site-footer .footer-address {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.site-footer .footer-opening-hours {
  margin-bottom: 1rem;
  line-height: 2;
}

@media print, screen and (min-width: 48em) {
  .site-footer .footer-opening-hours {
    margin-bottom: 0;
  }
}

.site-footer .footer-social {
  line-height: 2;
}

@media print, screen and (min-width: 48em) {
  .site-footer .footer-social {
    margin-left: auto;
  }
}

.site-footer .footer-gradient {
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(50% 50% at 50% 50%, #F04925 0%, rgba(240, 73, 37, 0.176074) 75%, rgba(240, 73, 37, 0.078125) 83.33%, rgba(240, 73, 37, 0) 100%);
  z-index: -1;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media print, screen and (min-width: 48em) {
  .site-footer .footer-gradient {
    left: 50%;
    top: 4rem;
    bottom: auto;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
}

.site-footer .footer-mailing-list {
  margin: auto;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1rem;
}

@media print, screen and (min-width: 25em) {
  .site-footer .footer-mailing-list {
    width: 100%;
    max-width: 530px;
  }
}

.site-footer .footer-mailing-list form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-footer .footer-mailing-list input {
  margin-bottom: 0.75rem;
  width: 100%;
}

@media print, screen and (min-width: 25em) {
  .site-footer .footer-mailing-list input {
    margin-bottom: 1rem;
    width: auto;
  }
}

.site-footer .footer-mailing-list .newsletter-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

@media print, screen and (min-width: 25em) {
  .site-footer .footer-mailing-list .newsletter-input {
    margin-right: 1rem;
    text-align: left;
  }
}

.site-footer .footer-mailing-list .footer-mailing-list-links {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 1rem;
}

@media print, screen and (min-width: 25em) {
  .site-footer .footer-mailing-list .footer-mailing-list-links {
    margin-top: 0;
  }
}

.site-footer .footer-mailing-list .footer-mailing-list-links a {
  padding: 0 0.5rem;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 25em) {
  .site-footer .footer-mailing-list .footer-mailing-list-links a {
    width: auto;
    display: inline;
    margin-bottom: 0;
  }
}

.site-footer .footer-mailing-list p {
  font-size: 0.8rem;
  text-align: center;
}

@media print, screen and (min-width: 25em) {
  .site-footer .footer-mailing-list .mc4wp-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-footer .back-to-top {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
}

@media print, screen and (min-width: 64em) {
  .site-footer .back-to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 2rem;
  }
}

.artwork {
  padding: 1rem 0;
}

@media print, screen and (min-width: 40em) {
  .artwork {
    padding: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .artwork {
    padding: 2rem;
  }
}

.artwork.hide-by-default {
  display: none;
}

.artwork .artwork-artist {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.artwork .artwork-pill {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0.25rem 1rem;
  background: #fafafa;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
}

.artwork .artwork-pill.collection {
  background: #f04925;
  color: #fff;
  border: 0;
}

.artwork .artist-link {
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: bold;
}

.artwork .button {
  margin-top: 1rem;
}

.artwork .button img {
  margin-right: 1rem;
}

.artwork .button.saved {
  color: #0a0a0a;
  font-weight: normal;
  text-transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(240, 73, 37, 0.15);
  border: 2px solid transparent;
  border-left: 4px solid #f04925;
}

.artwork .button:focus {
  outline: 0;
}

.artwork .entry-content {
  padding: 2rem 0;
}

.artwork .tags {
  color: #787878;
  font-size: 0.8em;
}

.next-prev {
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.next-prev .next a,
.next-prev .previous a {
  color: #0a0a0a;
  text-decoration: none;
}

.next-prev .next img,
.next-prev .previous img {
  width: 30px;
}

.next-prev .next {
  margin-left: auto;
  text-align: right;
  padding-left: 1rem;
}

.next-prev .next img {
  margin-left: 1rem;
}

.next-prev .previous {
  margin-right: auto;
  padding-right: 1rem;
}

.next-prev .previous img {
  margin-right: 1rem;
}

.reserved {
  color: #f04925;
  font-weight: bold;
}

.item-count {
  margin-bottom: 2rem;
}

.item-list {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  .item-list {
    margin-bottom: 4rem;
  }
}

.item-list .delete-item {
  margin-right: 1.5rem;
}

.item-list .delete-item .fas {
  color: #f04925;
  cursor: pointer;
}

.item-list .saved-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.item-list .item-image {
  margin-right: 1rem;
}

.item-list .item-image img {
  max-height: 80px;
  max-width: 80px;
}

.item-list .item-details {
  line-height: 2;
}

.item-list .item-details .item-artist {
  font-weight: bold;
}

.nf-form-cont .nf-before-form-content {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .nf-form-cont .nf-field-container {
    max-width: 50%;
  }
}

.nf-form-cont .nf-field-container.one-third {
  width: calc(33% - 1.5rem);
  margin-right: 1.5rem;
  margin-left: 0;
}

.nf-form-cont .nf-field-container.textarea-container, .nf-form-cont .nf-field-container.checkbox-container {
  max-width: 100%;
}

.nf-form-cont h3 {
  margin-bottom: 0;
}

.nf-form-cont input {
  text-align: left;
}

.nf-form-cont label {
  font-weight: bold;
}

.nf-form-cont .conditional-1,
.nf-form-cont .conditional-2 {
  display: none;
}

.nf-form-cont .listcheckbox-wrap li label {
  font-weight: normal;
}

.tax-featured_exhibition .site-main {
  padding: 2rem 1rem;
}

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

@media print, screen and (min-width: 40em) {
  .artwork-grid {
    margin: 0 -1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .artwork-grid {
    padding: 2rem 0;
    margin: 0;
  }
}

.artwork-grid .featured-exhibitions h3 {
  margin-bottom: 1.5rem;
}

.artwork-grid .featured-exhibitions hr {
  margin-left: 0;
}

.artwork-grid .artwork a,
.artwork-grid .featured-exhibition a {
  color: #0a0a0a;
  text-decoration: none;
}

.artwork-grid .artwork a:hover,
.artwork-grid .featured-exhibition a:hover {
  color: #f04925;
}

.artwork-grid .artwork .artwork-image,
.artwork-grid .artwork .featured-exhibition-image,
.artwork-grid .featured-exhibition .artwork-image,
.artwork-grid .featured-exhibition .featured-exhibition-image {
  margin-bottom: 1.5rem;
  position: relative;
}

.artwork-grid .artwork .artwork-image a,
.artwork-grid .artwork .featured-exhibition-image a,
.artwork-grid .featured-exhibition .artwork-image a,
.artwork-grid .featured-exhibition .featured-exhibition-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .artwork-grid .artwork .artwork-image a,
  .artwork-grid .artwork .featured-exhibition-image a,
  .artwork-grid .featured-exhibition .artwork-image a,
  .artwork-grid .featured-exhibition .featured-exhibition-image a {
    height: 300px;
  }
}

.artwork-grid .artwork .artwork-image img,
.artwork-grid .artwork .featured-exhibition-image img,
.artwork-grid .featured-exhibition .artwork-image img,
.artwork-grid .featured-exhibition .featured-exhibition-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.artwork-grid .artwork .artwork-image .add-to-save-list,
.artwork-grid .artwork .featured-exhibition-image .add-to-save-list,
.artwork-grid .featured-exhibition .artwork-image .add-to-save-list,
.artwork-grid .featured-exhibition .featured-exhibition-image .add-to-save-list {
  height: 40px;
  width: 40px;
  border: 2px solid #f04925;
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 10px;
  bottom: -10px;
  cursor: pointer;
}

.artwork-grid .artwork .artwork-image .add-to-save-list:hover,
.artwork-grid .artwork .featured-exhibition-image .add-to-save-list:hover,
.artwork-grid .featured-exhibition .artwork-image .add-to-save-list:hover,
.artwork-grid .featured-exhibition .featured-exhibition-image .add-to-save-list:hover {
  border: 4px solid #f04925;
}

.artwork-grid .artwork .artwork-image .add-to-save-list img,
.artwork-grid .artwork .featured-exhibition-image .add-to-save-list img,
.artwork-grid .featured-exhibition .artwork-image .add-to-save-list img,
.artwork-grid .featured-exhibition .featured-exhibition-image .add-to-save-list img {
  height: 20px;
  width: auto;
}

.artwork-grid .artwork .artwork-image .add-to-save-list img.saved,
.artwork-grid .artwork .featured-exhibition-image .add-to-save-list img.saved,
.artwork-grid .featured-exhibition .artwork-image .add-to-save-list img.saved,
.artwork-grid .featured-exhibition .featured-exhibition-image .add-to-save-list img.saved {
  display: none;
}

.artwork-grid .artwork .artwork-image .add-to-save-list.saved img.not-saved,
.artwork-grid .artwork .featured-exhibition-image .add-to-save-list.saved img.not-saved,
.artwork-grid .featured-exhibition .artwork-image .add-to-save-list.saved img.not-saved,
.artwork-grid .featured-exhibition .featured-exhibition-image .add-to-save-list.saved img.not-saved {
  display: none;
}

.artwork-grid .artwork .artwork-image .add-to-save-list.saved img.saved,
.artwork-grid .artwork .featured-exhibition-image .add-to-save-list.saved img.saved,
.artwork-grid .featured-exhibition .artwork-image .add-to-save-list.saved img.saved,
.artwork-grid .featured-exhibition .featured-exhibition-image .add-to-save-list.saved img.saved {
  display: block;
}

.artwork-grid .artwork .artwork-details,
.artwork-grid .featured-exhibition .artwork-details {
  text-align: center;
}

.artwork-grid .artwork .artwork-details .artwork-artist,
.artwork-grid .featured-exhibition .artwork-details .artwork-artist {
  margin-bottom: 0;
}

.artwork-grid .artwork .artwork-details .artwork-artist a,
.artwork-grid .featured-exhibition .artwork-details .artwork-artist a {
  color: #f04925;
}

.artwork-grid .artwork .artwork-details .artwork-title,
.artwork-grid .featured-exhibition .artwork-details .artwork-title {
  font-weight: bold;
}

.artwork-grid .artwork .artwork-details .artwork-info,
.artwork-grid .featured-exhibition .artwork-details .artwork-info {
  font-size: 0.8em;
  line-height: 1.6;
}

.artwork-grid .artwork .artwork-details .artwork-price,
.artwork-grid .featured-exhibition .artwork-details .artwork-price {
  font-weight: bold;
}

.art-store {
  padding: 2rem 0;
}

.art-store .open-filters-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #0a0a0a;
  padding: 1rem;
  background: white;
  z-index: 10;
}

.art-store .open-filters-container .button {
  width: 100%;
  font-size: 1.2rem;
}

.art-store .open-filters-container img {
  margin-right: 1rem;
}

.art-store .artwork-grid {
  padding: 0;
}

.art-store .artwork-filters-top-bar {
  padding: 0.5rem 0;
}

.art-store .artwork-filters-top-bar .menu-icon {
  margin-left: auto;
}

.art-store .filter-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .art-store .filter-title {
    font-size: inherit;
    margin-bottom: 0;
  }
}

.art-store .filter-sub-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  .art-store .filter-sub-title {
    font-size: inherit;
    margin-vottom: 0;
  }
}

.art-store .filter-sub-title:after {
  width: 100%;
  display: block;
  border-bottom: 1px solid #cacaca;
  position: relative;
  top: -1rem;
  content: ' ';
  z-index: -1;
}

@media print, screen and (min-width: 40em) {
  .art-store .filter-sub-title:after {
    display: none;
  }
}

.art-store .filter-sub-title strong {
  background: #fff;
  padding-right: 0.5rem;
}

.art-store .apply-filters-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-top: 1px solid black;
  visibility: hidden;
  background: #fff;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.art-store .apply-filters-container .button {
  width: auto;
  white-space: nowrap;
  font-size: 1.2rem;
}

.art-store .apply-filters-container .button.primary {
  margin-left: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.art-store .apply-filters-container .button.secondary {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  color: #f04925;
  text-decoration: underline;
  text-transform: none;
}

.art-store .artwork-filters {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: fixed;
  top: 0;
  left: 100%;
  min-height: 100vh;
  width: 100vw;
  z-index: 40;
  background: white;
  margin: 0;
  padding: 1rem 1rem 100px;
}

@media print, screen and (min-width: 40em) {
  .art-store .artwork-filters {
    padding: 0;
    position: static;
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .art-store .artwork-filters {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .art-store .artwork-filters {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.art-store .artwork-filters.active {
  left: 0;
  overflow: auto;
  max-height: 100vh;
}

.art-store .artwork-filters.active .apply-filters-container {
  visibility: visible;
}

.art-store .filter {
  width: 100%;
  overflow-y: auto;
  font-size: 1em;
}

@media print, screen and (min-width: 40em) {
  .art-store .filter {
    border: 2px solid #e6e6e6;
    max-width: 300px;
    max-height: 400px;
    font-size: 0.8em;
    padding: 1rem;
    position: relative;
  }
}

.art-store .filter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.art-store .filter li {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .art-store .filter li {
    display: block;
    width: 100%;
  }
}

.art-store .filter button {
  padding: 0.5rem;
  margin: 0 0.5rem 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cacaca;
  text-align: left;
  line-height: 1.2;
}

@media print, screen and (min-width: 40em) {
  .art-store .filter button {
    padding: 0.75rem 0;
    margin: 0;
    border: 0;
  }
}

.art-store .filter button.active {
  border: 1px solid #0a0a0a;
}

@media print, screen and (min-width: 40em) {
  .art-store .filter button.active {
    border: 0;
  }
}

.art-store .filter button.active .checkbox .fa-check {
  display: block;
}

.art-store .filter button.active .checkbox .fa-square {
  display: none;
}

.art-store .filter button:focus {
  outline: 0;
}

.art-store .filter .checkbox {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-right: 0.25rem;
}

@media print, screen and (min-width: 40em) {
  .art-store .filter .checkbox {
    border: 2px solid #f04925;
    margin-right: 0.75rem;
  }
}

.art-store .filter .fa-square {
  color: #cacaca;
  font-size: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  .art-store .filter .fa-square {
    display: none;
  }
}

.art-store .filter .fa-check {
  display: none;
  color: #f04925;
}

.art-store .filter-group {
  margin-bottom: 1rem;
}

.art-store .filter-group:last-of-type {
  margin-bottom: 0;
}

.old-page .button {
  margin-bottom: 1rem;
  text-decoration: none;
}

.old-page .button.primary {
  color: #fff;
}

.swiper-works.swiper-container,
.swiper-artist.swiper-container,
.swiper-exhibition.swiper-container,
.swiper-post.swiper-container {
  margin-bottom: 1rem;
}

.swiper-works.swiper-container .post-thumbnail,
.swiper-artist.swiper-container .post-thumbnail,
.swiper-exhibition.swiper-container .post-thumbnail,
.swiper-post.swiper-container .post-thumbnail {
  text-align: center;
}

.swiper-works.swiper-container .swiper-slide,
.swiper-artist.swiper-container .swiper-slide,
.swiper-exhibition.swiper-container .swiper-slide,
.swiper-post.swiper-container .swiper-slide {
  text-align: center;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-height: 500px;
}

.swiper-works.swiper-container img,
.swiper-artist.swiper-container img,
.swiper-exhibition.swiper-container img,
.swiper-post.swiper-container img {
  max-height: 500px;
  margin: auto;
  width: auto;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.swiper-works.swiper-container .swiper-button-next,
.swiper-works.swiper-container .swiper-button-prev,
.swiper-artist.swiper-container .swiper-button-next,
.swiper-artist.swiper-container .swiper-button-prev,
.swiper-exhibition.swiper-container .swiper-button-next,
.swiper-exhibition.swiper-container .swiper-button-prev,
.swiper-post.swiper-container .swiper-button-next,
.swiper-post.swiper-container .swiper-button-prev {
  height: 30px;
  width: 20px;
  background-size: 20px 30px;
  outline: 0 !important;
}

.swiper-works.swiper-container .swiper-button-prev,
.swiper-artist.swiper-container .swiper-button-prev,
.swiper-exhibition.swiper-container .swiper-button-prev,
.swiper-post.swiper-container .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23F04925'%2F%3E%3C%2Fsvg%3E");
}

.swiper-works.swiper-container .swiper-button-next,
.swiper-artist.swiper-container .swiper-button-next,
.swiper-exhibition.swiper-container .swiper-button-next,
.swiper-post.swiper-container .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23F04925'%2F%3E%3C%2Fsvg%3E");
}

.swiper-thumbs .swiper-slide {
  height: 50px;
  width: 50px;
  opacity: 0.5;
}

.swiper-thumbs .swiper-slide.swiper-slide-active {
  opacity: 1;
}

@media print, screen and (min-width: 64em) {
  .exhibitions-container h1 {
    margin-bottom: 2rem;
  }
}

.artists,
.exhibitions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artists .artist-list,
.artists .exhibition-list,
.exhibitions .artist-list,
.exhibitions .exhibition-list {
  max-width: 400px;
}

.artists .artist-list ul,
.artists .exhibition-list ul,
.exhibitions .artist-list ul,
.exhibitions .exhibition-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 4rem;
}

.artists .artist-list li,
.artists .exhibition-list li,
.exhibitions .artist-list li,
.exhibitions .exhibition-list li {
  max-width: 400px;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .artists .artist-list li,
  .artists .exhibition-list li,
  .exhibitions .artist-list li,
  .exhibitions .exhibition-list li {
    margin-bottom: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .artists .artist-list li,
  .artists .exhibition-list li,
  .exhibitions .artist-list li,
  .exhibitions .exhibition-list li {
    max-width: 100%;
  }
}

.artists .artist-list a,
.artists .exhibition-list a,
.exhibitions .artist-list a,
.exhibitions .exhibition-list a {
  color: #f04925;
  font-size: 1.2rem;
  line-height: 2;
}

@media print, screen and (min-width: 40em) {
  .artists .artist-list a,
  .artists .exhibition-list a,
  .exhibitions .artist-list a,
  .exhibitions .exhibition-list a {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.artists .artist-list a:hover,
.artists .exhibition-list a:hover,
.exhibitions .artist-list a:hover,
.exhibitions .exhibition-list a:hover {
  color: #0a0a0a;
}

.artists .artist-list a:hover .exhibition-title,
.artists .exhibition-list a:hover .exhibition-title,
.exhibitions .artist-list a:hover .exhibition-title,
.exhibitions .exhibition-list a:hover .exhibition-title {
  text-decoration: underline;
}

.artists .artist-list a .exhibition-title,
.artists .exhibition-list a .exhibition-title,
.exhibitions .artist-list a .exhibition-title,
.exhibitions .exhibition-list a .exhibition-title {
  text-decoration: none;
}

.artists .artist-list img,
.artists .exhibition-list img,
.exhibitions .artist-list img,
.exhibitions .exhibition-list img {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 48em) {
  .artists .artist-list img,
  .artists .exhibition-list img,
  .exhibitions .artist-list img,
  .exhibitions .exhibition-list img {
    display: none;
    margin-bottom: 0;
  }
}

.artists .exhibition-list,
.exhibitions .exhibition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.artists .exhibition-list h2,
.exhibitions .exhibition-list h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.artists .exhibition-list .exhibition-list-inner,
.exhibitions .exhibition-list .exhibition-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.artists .exhibition-list .exhibition-list-inner.future,
.exhibitions .exhibition-list .exhibition-list-inner.future {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.artists .exhibition-list .exhibition,
.exhibitions .exhibition-list .exhibition {
  margin-bottom: 2rem;
}

.artists .exhibition-list .exhibition .exhibition-title,
.artists .exhibition-list .exhibition .exhibition-artist,
.exhibitions .exhibition-list .exhibition .exhibition-title,
.exhibitions .exhibition-list .exhibition .exhibition-artist {
  margin-bottom: 0.25rem;
}

.artists .exhibition-list .exhibition .exhibition-artist,
.exhibitions .exhibition-list .exhibition .exhibition-artist {
  font-size: 1.5rem;
  font-weight: bold;
}

.artists .exhibition-list .current,
.exhibitions .exhibition-list .current {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.artists .exhibition-list .future,
.exhibitions .exhibition-list .future {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.artists .exhibition-list .past,
.exhibitions .exhibition-list .past {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.artists .exhibition-list a,
.exhibitions .exhibition-list a {
  text-decoration: none;
}

.artists .artist-list li,
.exhibitions .artist-list li {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .artists .artist-list li,
  .exhibitions .artist-list li {
    margin-bottom: 1rem;
  }
}

.artists .artist-list img,
.exhibitions .artist-list img {
  display: none;
}

.artists,
.exhibitions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artists .artist-images,
.artists .exhibition-images,
.exhibitions .artist-images,
.exhibitions .exhibition-images {
  position: relative;
  width: calc(100% - 400px);
}

@media print, screen and (min-width: 48em) {
  .artists .artist-images,
  .artists .exhibition-images,
  .exhibitions .artist-images,
  .exhibitions .exhibition-images {
    position: -webkit-sticky;
    position: sticky;
    height: calc(100vh - 185px);
    top: 90px;
  }
}

.artists .artist-image,
.artists .exhibition-image,
.exhibitions .artist-image,
.exhibitions .exhibition-image {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2rem;
}

.artists img,
.exhibitions img {
  max-height: 100%;
  width: auto;
}

/*--------------------------------------------------------------
    # Single Artist
    --------------------------------------------------------------*/
.single-artists .title-area,
.single-exhibitions .title-area,
.single-fairs .title-area,
.single-post .title-area,
.tax-series .title-area,
.tax-featured_collection .title-area {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .single-artists .title-area,
  .single-exhibitions .title-area,
  .single-fairs .title-area,
  .single-post .title-area,
  .tax-series .title-area,
  .tax-featured_collection .title-area {
    margin-bottom: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (min-width: 40em) {
  .single-artists .title-area .title,
  .single-exhibitions .title-area .title,
  .single-fairs .title-area .title,
  .single-post .title-area .title,
  .tax-series .title-area .title,
  .tax-featured_collection .title-area .title {
    padding: 2rem;
    text-align: right;
  }
}

@media screen and (min-width: 75em) {
  .single-artists .title-area .title,
  .single-exhibitions .title-area .title,
  .single-fairs .title-area .title,
  .single-post .title-area .title,
  .tax-series .title-area .title,
  .tax-featured_collection .title-area .title {
    padding: 4rem;
  }
}

.single-artists .title-area .title h1,
.single-exhibitions .title-area .title h1,
.single-fairs .title-area .title h1,
.single-post .title-area .title h1,
.tax-series .title-area .title h1,
.tax-featured_collection .title-area .title h1 {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
  .single-artists .title-area .title h1,
  .single-exhibitions .title-area .title h1,
  .single-fairs .title-area .title h1,
  .single-post .title-area .title h1,
  .tax-series .title-area .title h1,
  .tax-featured_collection .title-area .title h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 75em) {
  .single-artists .title-area .title h1,
  .single-exhibitions .title-area .title h1,
  .single-fairs .title-area .title h1,
  .single-post .title-area .title h1,
  .tax-series .title-area .title h1,
  .tax-featured_collection .title-area .title h1 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 90em) {
  .single-artists .title-area .title h1,
  .single-exhibitions .title-area .title h1,
  .single-fairs .title-area .title h1,
  .single-post .title-area .title h1,
  .tax-series .title-area .title h1,
  .tax-featured_collection .title-area .title h1 {
    font-size: 6rem;
  }
}

@media print, screen and (min-width: 64em) {
  .single-artists .title-area .title h1.small,
  .single-exhibitions .title-area .title h1.small,
  .single-fairs .title-area .title h1.small,
  .single-post .title-area .title h1.small,
  .tax-series .title-area .title h1.small,
  .tax-featured_collection .title-area .title h1.small {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 75em) {
  .single-artists .title-area .title h1.small,
  .single-exhibitions .title-area .title h1.small,
  .single-fairs .title-area .title h1.small,
  .single-post .title-area .title h1.small,
  .tax-series .title-area .title h1.small,
  .tax-featured_collection .title-area .title h1.small {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 90em) {
  .single-artists .title-area .title h1.small,
  .single-exhibitions .title-area .title h1.small,
  .single-fairs .title-area .title h1.small,
  .single-post .title-area .title h1.small,
  .tax-series .title-area .title h1.small,
  .tax-featured_collection .title-area .title h1.small {
    font-size: 4rem;
  }
}

@media print, screen and (min-width: 40em) {
  .single-artists .title-area .title.no-images,
  .single-exhibitions .title-area .title.no-images,
  .single-fairs .title-area .title.no-images,
  .single-post .title-area .title.no-images,
  .tax-series .title-area .title.no-images,
  .tax-featured_collection .title-area .title.no-images {
    padding: 2rem 0 0;
    text-align: left;
  }
}

@media screen and (min-width: 75em) {
  .single-artists .title-area .title.no-images,
  .single-exhibitions .title-area .title.no-images,
  .single-fairs .title-area .title.no-images,
  .single-post .title-area .title.no-images,
  .tax-series .title-area .title.no-images,
  .tax-featured_collection .title-area .title.no-images {
    padding: 2rem 0 0;
  }
}

.single-artists .title-area .title-image,
.single-exhibitions .title-area .title-image,
.single-fairs .title-area .title-image,
.single-post .title-area .title-image,
.tax-series .title-area .title-image,
.tax-featured_collection .title-area .title-image {
  position: relative;
}

.single-artists .title-area .title-image.has-gallery,
.single-exhibitions .title-area .title-image.has-gallery,
.single-fairs .title-area .title-image.has-gallery,
.single-post .title-area .title-image.has-gallery,
.tax-series .title-area .title-image.has-gallery,
.tax-featured_collection .title-area .title-image.has-gallery {
  cursor: pointer;
}

@media print, screen and (min-width: 64em) {
  .single-artists .title-area .title-image,
  .single-exhibitions .title-area .title-image,
  .single-fairs .title-area .title-image,
  .single-post .title-area .title-image,
  .tax-series .title-area .title-image,
  .tax-featured_collection .title-area .title-image {
    padding-right: 1rem;
  }
}

.single-artists .title-area .title-image .gallery-icon,
.single-exhibitions .title-area .title-image .gallery-icon,
.single-fairs .title-area .title-image .gallery-icon,
.single-post .title-area .title-image .gallery-icon,
.tax-series .title-area .title-image .gallery-icon,
.tax-featured_collection .title-area .title-image .gallery-icon {
  position: absolute;
  bottom: 3rem;
  right: 3em;
  -webkit-filter: drop-shadow(-2px 2px 0px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(-2px 2px 0px rgba(0, 0, 0, 0.5));
  cursor: pointer;
}

@media print, screen and (min-width: 40em) {
  .single-artists .title-area .artists,
  .single-exhibitions .title-area .artists,
  .single-fairs .title-area .artists,
  .single-post .title-area .artists,
  .tax-series .title-area .artists,
  .tax-featured_collection .title-area .artists {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.single-artists .title-area .artists a,
.single-exhibitions .title-area .artists a,
.single-fairs .title-area .artists a,
.single-post .title-area .artists a,
.tax-series .title-area .artists a,
.tax-featured_collection .title-area .artists a {
  text-decoration: none;
}

.single-artists .title-area .artists p,
.single-exhibitions .title-area .artists p,
.single-fairs .title-area .artists p,
.single-post .title-area .artists p,
.tax-series .title-area .artists p,
.tax-featured_collection .title-area .artists p {
  line-height: 1.5;
}

.single-artists .accordions,
.single-exhibitions .accordions,
.single-fairs .accordions,
.single-post .accordions,
.tax-series .accordions,
.tax-featured_collection .accordions {
  margin-bottom: 2rem;
}

.single-artists .accordions .accordion,
.single-exhibitions .accordions .accordion,
.single-fairs .accordions .accordion,
.single-post .accordions .accordion,
.tax-series .accordions .accordion,
.tax-featured_collection .accordions .accordion {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
  .single-artists .accordions .accordion,
  .single-exhibitions .accordions .accordion,
  .single-fairs .accordions .accordion,
  .single-post .accordions .accordion,
  .tax-series .accordions .accordion,
  .tax-featured_collection .accordions .accordion {
    margin-bottom: 2rem;
  }
}

.single-artists .accordions .accordion-title,
.single-exhibitions .accordions .accordion-title,
.single-fairs .accordions .accordion-title,
.single-post .accordions .accordion-title,
.tax-series .accordions .accordion-title,
.tax-featured_collection .accordions .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-artists .accordions .accordion-title h3,
.single-exhibitions .accordions .accordion-title h3,
.single-fairs .accordions .accordion-title h3,
.single-post .accordions .accordion-title h3,
.tax-series .accordions .accordion-title h3,
.tax-featured_collection .accordions .accordion-title h3 {
  margin-bottom: 0;
}

.single-artists .accordions .accordion-title,
.single-exhibitions .accordions .accordion-title,
.single-fairs .accordions .accordion-title,
.single-post .accordions .accordion-title,
.tax-series .accordions .accordion-title,
.tax-featured_collection .accordions .accordion-title {
  cursor: pointer;
}

.single-artists .accordions .accordion-title .arrow,
.single-exhibitions .accordions .accordion-title .arrow,
.single-fairs .accordions .accordion-title .arrow,
.single-post .accordions .accordion-title .arrow,
.tax-series .accordions .accordion-title .arrow,
.tax-featured_collection .accordions .accordion-title .arrow {
  margin-right: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  height: 100%;
  width: 35px;
}

.single-artists .accordions .accordion-title .arrow.arrow-active,
.single-exhibitions .accordions .accordion-title .arrow.arrow-active,
.single-fairs .accordions .accordion-title .arrow.arrow-active,
.single-post .accordions .accordion-title .arrow.arrow-active,
.tax-series .accordions .accordion-title .arrow.arrow-active,
.tax-featured_collection .accordions .accordion-title .arrow.arrow-active {
  display: none;
}

.single-artists .accordions .accordion-title .arrow.arrow-inactive,
.single-exhibitions .accordions .accordion-title .arrow.arrow-inactive,
.single-fairs .accordions .accordion-title .arrow.arrow-inactive,
.single-post .accordions .accordion-title .arrow.arrow-inactive,
.tax-series .accordions .accordion-title .arrow.arrow-inactive,
.tax-featured_collection .accordions .accordion-title .arrow.arrow-inactive {
  display: inline-block;
}

.single-artists .accordions .accordion-title.active .arrow.arrow-active,
.single-exhibitions .accordions .accordion-title.active .arrow.arrow-active,
.single-fairs .accordions .accordion-title.active .arrow.arrow-active,
.single-post .accordions .accordion-title.active .arrow.arrow-active,
.tax-series .accordions .accordion-title.active .arrow.arrow-active,
.tax-featured_collection .accordions .accordion-title.active .arrow.arrow-active {
  display: inline-block;
}

.single-artists .accordions .accordion-title.active .arrow.arrow-inactive,
.single-exhibitions .accordions .accordion-title.active .arrow.arrow-inactive,
.single-fairs .accordions .accordion-title.active .arrow.arrow-inactive,
.single-post .accordions .accordion-title.active .arrow.arrow-inactive,
.tax-series .accordions .accordion-title.active .arrow.arrow-inactive,
.tax-featured_collection .accordions .accordion-title.active .arrow.arrow-inactive {
  display: none;
}

.single-artists .accordions .accordion-title.active ~ .old-accordion-content,
.single-exhibitions .accordions .accordion-title.active ~ .old-accordion-content,
.single-fairs .accordions .accordion-title.active ~ .old-accordion-content,
.single-post .accordions .accordion-title.active ~ .old-accordion-content,
.tax-series .accordions .accordion-title.active ~ .old-accordion-content,
.tax-featured_collection .accordions .accordion-title.active ~ .old-accordion-content {
  margin-bottom: 1.5rem;
}

.single-artists .accordions .accordion-content,
.single-exhibitions .accordions .accordion-content,
.single-fairs .accordions .accordion-content,
.single-post .accordions .accordion-content,
.tax-series .accordions .accordion-content,
.tax-featured_collection .accordions .accordion-content {
  max-height: 0;
  max-width: 1200px;
  overflow: hidden;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 40em) {
  .single-artists .accordions .accordion-content,
  .single-exhibitions .accordions .accordion-content,
  .single-fairs .accordions .accordion-content,
  .single-post .accordions .accordion-content,
  .tax-series .accordions .accordion-content,
  .tax-featured_collection .accordions .accordion-content {
    padding-left: 4rem;
  }
}

.single-artists .accordions .active + .accordion-content,
.single-exhibitions .accordions .active + .accordion-content,
.single-fairs .accordions .active + .accordion-content,
.single-post .accordions .active + .accordion-content,
.tax-series .accordions .active + .accordion-content,
.tax-featured_collection .accordions .active + .accordion-content {
  margin-bottom: 1rem;
}

.single-artists .accordions .press-publications p:last-of-type,
.single-exhibitions .accordions .press-publications p:last-of-type,
.single-fairs .accordions .press-publications p:last-of-type,
.single-post .accordions .press-publications p:last-of-type,
.tax-series .accordions .press-publications p:last-of-type,
.tax-featured_collection .accordions .press-publications p:last-of-type {
  margin-bottom: 0;
}

.single-artists .biography h1, .single-artists .biography h2, .single-artists .biography h3, .single-artists .biography h4, .single-artists .biography h5, .single-artists .biography p, .single-artists .biography ol, .single-artists .biography ul, .single-artists .biography img,
.single-artists .text h1,
.single-artists .text h2,
.single-artists .text h3,
.single-artists .text h4,
.single-artists .text h5,
.single-artists .text p,
.single-artists .text ol,
.single-artists .text ul,
.single-artists .text img,
.single-exhibitions .biography h1,
.single-exhibitions .biography h2,
.single-exhibitions .biography h3,
.single-exhibitions .biography h4,
.single-exhibitions .biography h5,
.single-exhibitions .biography p,
.single-exhibitions .biography ol,
.single-exhibitions .biography ul,
.single-exhibitions .biography img,
.single-exhibitions .text h1,
.single-exhibitions .text h2,
.single-exhibitions .text h3,
.single-exhibitions .text h4,
.single-exhibitions .text h5,
.single-exhibitions .text p,
.single-exhibitions .text ol,
.single-exhibitions .text ul,
.single-exhibitions .text img,
.single-fairs .biography h1,
.single-fairs .biography h2,
.single-fairs .biography h3,
.single-fairs .biography h4,
.single-fairs .biography h5,
.single-fairs .biography p,
.single-fairs .biography ol,
.single-fairs .biography ul,
.single-fairs .biography img,
.single-fairs .text h1,
.single-fairs .text h2,
.single-fairs .text h3,
.single-fairs .text h4,
.single-fairs .text h5,
.single-fairs .text p,
.single-fairs .text ol,
.single-fairs .text ul,
.single-fairs .text img,
.single-post .biography h1,
.single-post .biography h2,
.single-post .biography h3,
.single-post .biography h4,
.single-post .biography h5,
.single-post .biography p,
.single-post .biography ol,
.single-post .biography ul,
.single-post .biography img,
.single-post .text h1,
.single-post .text h2,
.single-post .text h3,
.single-post .text h4,
.single-post .text h5,
.single-post .text p,
.single-post .text ol,
.single-post .text ul,
.single-post .text img,
.tax-series .biography h1,
.tax-series .biography h2,
.tax-series .biography h3,
.tax-series .biography h4,
.tax-series .biography h5,
.tax-series .biography p,
.tax-series .biography ol,
.tax-series .biography ul,
.tax-series .biography img,
.tax-series .text h1,
.tax-series .text h2,
.tax-series .text h3,
.tax-series .text h4,
.tax-series .text h5,
.tax-series .text p,
.tax-series .text ol,
.tax-series .text ul,
.tax-series .text img,
.tax-featured_collection .biography h1,
.tax-featured_collection .biography h2,
.tax-featured_collection .biography h3,
.tax-featured_collection .biography h4,
.tax-featured_collection .biography h5,
.tax-featured_collection .biography p,
.tax-featured_collection .biography ol,
.tax-featured_collection .biography ul,
.tax-featured_collection .biography img,
.tax-featured_collection .text h1,
.tax-featured_collection .text h2,
.tax-featured_collection .text h3,
.tax-featured_collection .text h4,
.tax-featured_collection .text h5,
.tax-featured_collection .text p,
.tax-featured_collection .text ol,
.tax-featured_collection .text ul,
.tax-featured_collection .text img {
  max-width: 900px;
}

.single-artists .cv table,
.single-exhibitions .cv table,
.single-fairs .cv table,
.single-post .cv table,
.tax-series .cv table,
.tax-featured_collection .cv table {
  border: 0;
  margin-bottom: 1.5rem;
  height: auto !important;
}

.single-artists .cv table tbody,
.single-exhibitions .cv table tbody,
.single-fairs .cv table tbody,
.single-post .cv table tbody,
.tax-series .cv table tbody,
.tax-featured_collection .cv table tbody {
  border: 0;
}

.single-artists .cv table tbody tr,
.single-exhibitions .cv table tbody tr,
.single-fairs .cv table tbody tr,
.single-post .cv table tbody tr,
.tax-series .cv table tbody tr,
.tax-featured_collection .cv table tbody tr {
  height: auto !important;
}

.single-artists .cv table tbody td,
.single-exhibitions .cv table tbody td,
.single-fairs .cv table tbody td,
.single-post .cv table tbody td,
.tax-series .cv table tbody td,
.tax-featured_collection .cv table tbody td {
  padding: 0;
  background: white;
  border: 0;
  vertical-align: top;
  height: auto !important;
}

.single-artists .cv table tbody td:first-child,
.single-exhibitions .cv table tbody td:first-child,
.single-fairs .cv table tbody td:first-child,
.single-post .cv table tbody td:first-child,
.tax-series .cv table tbody td:first-child,
.tax-featured_collection .cv table tbody td:first-child {
  padding-right: 25px;
  width: 1% !important;
  white-space: nowrap;
}

@media print, screen and (min-width: 40em) {
  .single-artists .cv table tbody td:first-child,
  .single-exhibitions .cv table tbody td:first-child,
  .single-fairs .cv table tbody td:first-child,
  .single-post .cv table tbody td:first-child,
  .tax-series .cv table tbody td:first-child,
  .tax-featured_collection .cv table tbody td:first-child {
    padding-right: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .single-artists .artist-links,
  .single-exhibitions .artist-links,
  .single-fairs .artist-links,
  .single-post .artist-links,
  .tax-series .artist-links,
  .tax-featured_collection .artist-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.single-artists .artist-links form .button,
.single-exhibitions .artist-links form .button,
.single-fairs .artist-links form .button,
.single-post .artist-links form .button,
.tax-series .artist-links form .button,
.tax-featured_collection .artist-links form .button {
  cursor: pointer;
}

.single-artists .artist-links .button.secondary,
.single-exhibitions .artist-links .button.secondary,
.single-fairs .artist-links .button.secondary,
.single-post .artist-links .button.secondary,
.tax-series .artist-links .button.secondary,
.tax-featured_collection .artist-links .button.secondary {
  margin-bottom: 1rem;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .single-artists .artist-links .button.secondary,
  .single-exhibitions .artist-links .button.secondary,
  .single-fairs .artist-links .button.secondary,
  .single-post .artist-links .button.secondary,
  .tax-series .artist-links .button.secondary,
  .tax-featured_collection .artist-links .button.secondary {
    margin-bottom: 0;
    margin-right: 1rem;
    width: auto;
  }
}

.single-artists .artwork-grid,
.single-exhibitions .artwork-grid,
.single-fairs .artwork-grid,
.single-post .artwork-grid,
.tax-series .artwork-grid,
.tax-featured_collection .artwork-grid {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  overflow: auto;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .single-artists .artwork-grid,
  .single-exhibitions .artwork-grid,
  .single-fairs .artwork-grid,
  .single-post .artwork-grid,
  .tax-series .artwork-grid,
  .tax-featured_collection .artwork-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.single-artists .artwork-grid .cell,
.single-exhibitions .artwork-grid .cell,
.single-fairs .artwork-grid .cell,
.single-post .artwork-grid .cell,
.tax-series .artwork-grid .cell,
.tax-featured_collection .artwork-grid .cell {
  padding: 0 1.5rem 1.5rem 0;
  max-width: calc(100vw - 4rem);
}

.single-artists .gallery,
.single-exhibitions .gallery,
.single-fairs .gallery,
.single-works .gallery,
.page-template-page-about-new .gallery,
.single-post .gallery {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: white;
  padding: 0;
  z-index: 999999;
}

.single-artists .gallery.open,
.single-exhibitions .gallery.open,
.single-fairs .gallery.open,
.single-works .gallery.open,
.page-template-page-about-new .gallery.open,
.single-post .gallery.open {
  opacity: 1;
  visibility: visible;
}

.single-artists .gallery .gallery-inner,
.single-artists .gallery .swiper-container,
.single-artists .gallery .swiper-wrapper,
.single-artists .gallery .swiper-slide,
.single-exhibitions .gallery .gallery-inner,
.single-exhibitions .gallery .swiper-container,
.single-exhibitions .gallery .swiper-wrapper,
.single-exhibitions .gallery .swiper-slide,
.single-fairs .gallery .gallery-inner,
.single-fairs .gallery .swiper-container,
.single-fairs .gallery .swiper-wrapper,
.single-fairs .gallery .swiper-slide,
.single-works .gallery .gallery-inner,
.single-works .gallery .swiper-container,
.single-works .gallery .swiper-wrapper,
.single-works .gallery .swiper-slide,
.page-template-page-about-new .gallery .gallery-inner,
.page-template-page-about-new .gallery .swiper-container,
.page-template-page-about-new .gallery .swiper-wrapper,
.page-template-page-about-new .gallery .swiper-slide,
.single-post .gallery .gallery-inner,
.single-post .gallery .swiper-container,
.single-post .gallery .swiper-wrapper,
.single-post .gallery .swiper-slide {
  height: 100%;
}

.single-artists .gallery .swiper-slide,
.single-exhibitions .gallery .swiper-slide,
.single-fairs .gallery .swiper-slide,
.single-works .gallery .swiper-slide,
.page-template-page-about-new .gallery .swiper-slide,
.single-post .gallery .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
}

.single-artists .gallery img,
.single-exhibitions .gallery img,
.single-fairs .gallery img,
.single-works .gallery img,
.page-template-page-about-new .gallery img,
.single-post .gallery img {
  max-height: calc(100% - 50px);
  width: auto;
  margin-bottom: 0.5rem;
}

.single-artists .gallery .swiper-button-next,
.single-artists .gallery .swiper-button-prev,
.single-exhibitions .gallery .swiper-button-next,
.single-exhibitions .gallery .swiper-button-prev,
.single-fairs .gallery .swiper-button-next,
.single-fairs .gallery .swiper-button-prev,
.single-works .gallery .swiper-button-next,
.single-works .gallery .swiper-button-prev,
.page-template-page-about-new .gallery .swiper-button-next,
.page-template-page-about-new .gallery .swiper-button-prev,
.single-post .gallery .swiper-button-next,
.single-post .gallery .swiper-button-prev {
  position: fixed;
  top: auto;
  bottom: 20px;
  height: 30px;
  background-size: 27px 30px;
  outline: 0 !important;
}

@media print, screen and (min-width: 64em) {
  .single-artists .gallery .swiper-button-next,
  .single-artists .gallery .swiper-button-prev,
  .single-exhibitions .gallery .swiper-button-next,
  .single-exhibitions .gallery .swiper-button-prev,
  .single-fairs .gallery .swiper-button-next,
  .single-fairs .gallery .swiper-button-prev,
  .single-works .gallery .swiper-button-next,
  .single-works .gallery .swiper-button-prev,
  .page-template-page-about-new .gallery .swiper-button-next,
  .page-template-page-about-new .gallery .swiper-button-prev,
  .single-post .gallery .swiper-button-next,
  .single-post .gallery .swiper-button-prev {
    position: absolute;
    top: 50%;
    bottom: auto;
  }
}

.single-artists .gallery .swiper-button-prev,
.single-exhibitions .gallery .swiper-button-prev,
.single-fairs .gallery .swiper-button-prev,
.single-works .gallery .swiper-button-prev,
.page-template-page-about-new .gallery .swiper-button-prev,
.single-post .gallery .swiper-button-prev {
  left: 25px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23F04925'%2F%3E%3C%2Fsvg%3E");
}

.single-artists .gallery .swiper-button-next,
.single-exhibitions .gallery .swiper-button-next,
.single-fairs .gallery .swiper-button-next,
.single-works .gallery .swiper-button-next,
.page-template-page-about-new .gallery .swiper-button-next,
.single-post .gallery .swiper-button-next {
  right: 25px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23F04925'%2F%3E%3C%2Fsvg%3E");
}

.single-artists .gallery .image-count,
.single-exhibitions .gallery .image-count,
.single-fairs .gallery .image-count,
.single-works .gallery .image-count,
.page-template-page-about-new .gallery .image-count,
.single-post .gallery .image-count {
  position: absolute;
  top: 1rem;
  left: 2rem;
}

.single-artists .gallery .top-right,
.single-exhibitions .gallery .top-right,
.single-fairs .gallery .top-right,
.single-works .gallery .top-right,
.page-template-page-about-new .gallery .top-right,
.single-post .gallery .top-right {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 10;
}

.single-artists .gallery .top-right .full-screen,
.single-exhibitions .gallery .top-right .full-screen,
.single-fairs .gallery .top-right .full-screen,
.single-works .gallery .top-right .full-screen,
.page-template-page-about-new .gallery .top-right .full-screen,
.single-post .gallery .top-right .full-screen {
  cursor: pointer;
  margin-right: 1rem;
}

.single-artists .gallery .top-right .close-modal,
.single-exhibitions .gallery .top-right .close-modal,
.single-fairs .gallery .top-right .close-modal,
.single-works .gallery .top-right .close-modal,
.page-template-page-about-new .gallery .top-right .close-modal,
.single-post .gallery .top-right .close-modal {
  cursor: pointer;
}

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

.artwork-images > img {
  max-height: 500px;
  width: auto;
}

.artwork-images > img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.tag-list {
  color: #787878;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
  border-bottom: 1px solid #0a0a0a;
}

@media print, screen and (min-width: 40em) {
  .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0.5rem;
  }
}

.tabs .tabs-title {
  border: 1px solid #0a0a0a;
  border-bottom: 0px;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .tabs .tabs-title {
    width: auto;
    margin-right: 0.5rem;
  }
}

.tabs .tabs-title.is-active a {
  border-top: 6px solid #f04925;
  background: transparent;
}

.tabs .tabs-title a {
  color: #0a0a0a;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "IBM Plex Sans", monospace;
  padding: 1rem;
  text-decoration: none;
}

.tabs .tabs-title a:focus {
  outline: 0;
}

.tabs-content {
  border: 0;
}

.tabs-content .tabs-panel {
  padding: 1rem;
  max-width: 1000px;
  width: 100%;
  border: 0;
}

@media print, screen and (min-width: 40em) {
  .tabs-content .tabs-panel {
    padding: 2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .tabs-content .tabs-panel {
    padding: 3rem;
  }
}

@media screen and (min-width: 75em) {
  .tabs-content .tabs-panel {
    padding: 4rem;
  }
}

@media screen and (min-width: 90em) {
  .tabs-content .tabs-panel {
    padding: 5rem;
  }
}

.tabs-content .tabs-panel .button-links {
  margin-top: 2rem;
}

.tabs-content .tabs-panel .button-links .button {
  margin-right: 1rem;
}

.page-template-page-about-new .title-area {
  margin-bottom: 2rem;
}

.page-template-page-about-new .title-area .about-gallery {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media print, screen and (min-width: 40em) {
  .page-template-page-about-new .title-area .about-gallery {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-template-page-about-new .title-area .about-info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media print, screen and (min-width: 40em) {
  .page-template-page-about-new .title-area .about-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1rem 2rem;
  }
}

@media print, screen and (min-width: 40em) {
  .page-template-page-about-new .title-area h1 {
    margin-bottom: 4rem;
  }
}

.page-template-page-about-new .partners table {
  margin-bottom: 2rem;
}

.page-template-page-about-new .partners tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto !important;
}

.page-template-page-about-new .partners tr td {
  width: 100% !important;
  height: auto !important;
  max-width: 400px;
  max-height: 100px;
  text-align: center;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 25em) {
  .page-template-page-about-new .partners tr td {
    padding-right: 1rem;
    max-width: 250px;
    width: auto !important;
    margin-bottom: 0;
  }
}

.page-template-page-about-new .partners tr td img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
}

.page-template-page-news .entry-header {
  margin-top: 2rem;
}

.news-entries {
  padding: 0 1rem;
  max-width: 850px;
  margin: auto;
}

.news-entries .news-item {
  margin-bottom: 2rem;
}

.news-entries .news-item h2 {
  margin-bottom: 2.5rem;
}

.news-entries .news-item h2 a {
  text-decoration: none;
}

.news-entries .news-item .news-item-description,
.news-entries .news-item .read-newsletter {
  display: none;
}

.news-entries .news-item .news-item-description {
  margin-bottom: 2rem;
}

.news-entries .news-item .read-newsletter a {
  font-weight: bold;
  color: #0a0a0a;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-entries .news-item .read-newsletter a img {
  margin-left: 0.5rem;
}

.search .page-title {
  margin-top: 2rem;
}

.search .search-form {
  margin-bottom: 4rem;
}

.search .search-form .search-field {
  max-width: 500px;
  width: 100%;
  margin-right: 0.5rem;
  text-align: left;
}

.search .result-count {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.search .artist-results,
.search .exhibition-results,
.search .artwork-results {
  margin-bottom: 4rem;
}

.search .artist-results h3,
.search .exhibition-results h3,
.search .artwork-results h3 {
  margin-bottom: 2rem;
}

.search .artist-results .result,
.search .exhibition-results .result,
.search .artwork-results .result {
  margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
# PDF Generator
--------------------------------------------------------------*/
.page-template-pdf-generator .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-pdf-generator select {
  max-width: 800px;
}

.page-template-pdf-generator .sortable-area {
  display: none;
}

.page-template-pdf-generator .sortable-list {
  margin: 0;
  padding: 1rem;
  list-style-type: none;
  width: 400px;
  max-width: 400px;
  background: #e6e6e6;
}

.page-template-pdf-generator .sortable-list-item {
  padding-bottom: 0.5rem;
}

.page-template-pdf-generator .sortable-list-item .sortable-list-item-inner {
  background: #fff;
  padding: 0.5rem;
  border: 2px solid #0a0a0a;
}

.page-template-pdf-generator .sortable-list-item .sortable-list-item-inner.sold {
  border: 2px solid #f04925;
}

.page-template-pdf-generator .sortable-list-item-content {
  display: none;
}

.tax-series .artist-name {
  font-size: 1.5rem;
  font-weight: bold;
}

.tax-series .artist-name a {
  text-decoration: none;
}

.page-id-4048 h2,
.page-id-4057 h2 {
  color: #f04925;
  margin-top: 2rem;
}

.announcement {
  background: -webkit-gradient(linear, left top, left bottom, from(#f04925), to(rgba(240, 73, 37, 0.4)));
  background: linear-gradient(#f04925, rgba(240, 73, 37, 0.4));
  color: white;
  padding: 5px 30px;
  text-align: center;
  position: relative;
}

.announcement p {
  margin-bottom: 0;
  line-height: 1.4;
}

.announcement a {
  color: white;
  text-decoration: underline;
}

.announcement .close-announcement {
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 3px;
}

body.en .caption-ee {
  display: none;
}

body.ee .caption-en {
  display: none;
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 2rem 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */