@charset "UTF-8";
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

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

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

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

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

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

p {
  -ms-word-wrap: keep-all;
  word-break: keep-all;
  word-wrap: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

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

Stylesheet: Sass Functions

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

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

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

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

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

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

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
  font-family: "Elastik-A", sans-serif;
}

.sl-wrapper .sl-close:focus, .sl-wrapper .sl-navigation button:focus {
  outline: 0;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 1;
  display: none;
  z-index: 1050;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #000;
  position: fixed;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  color: #e6e7e8;
  transition: color 0.3s;
}

.sl-wrapper .sl-close {
  right: 16.5vw;
  font-size: 4.5vw;
  position: fixed;
  left: auto;
  top: 19.4vh;
  z-index: 999999;
  display: block;
  /*border: 0.25px solid green;
  */
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  z-index: 3;
  line-height: 1.055;
}

.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  /* top:50%;*/
  margin-top: 0px;
  text-align: center;
  display: block;
  z-index: 1060;
  color: #333;
  transition: color 0.1s;
}

.sl-wrapper .sl-navigation button.sl-next {
  /*right: 2.5vw;
  font-size: 4.5vw;
  line-height: 1;
  position: fixed;
  left: auto;
  top: 19.5vh;
  z-index: 999999;
  height: auto;*/
  /*border: 0.25px solid blue;
  */
  width: 50vw;
  position: fixed;
  left: 50vw;
  top: 0;
  height: 100vh;
  z-index: 1;
  cursor: e-resize;
}

.sl-wrapper .sl-navigation button.sl-next:hover, .sl-wrapper .sl-navigation button.sl-prev:hover {
  color: #e6e7e8;
  transition: color 0.3s;
}

.sl-wrapper .sl-navigation button.sl-prev {
  /*right: 29vw;
  font-size: 4.5vw;
  line-height: 1;
  position: fixed;
  left: auto;
  top: 19.5vh;
  z-index: 999999;*/
  /*border: 0.25px solid blue;
  */
  width: 50vw;
  position: fixed;
  left: 0vw;
  top: 0;
  height: 100vh;
  z-index: 1;
  cursor: w-resize;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}

/* ------- NEW HERE ------------*/
.sl-wrapper .sl-navigation .wrapper {
  right: 1vw;
  font-size: 4.5vw;
  line-height: 1;
  position: fixed;
  left: auto;
  top: 19.5vh;
  z-index: 999999;
  display: block;
}

.sl-wrapper .sl-navigation .wrapper button {
  display: inline-block;
  top: 0;
  left: 0;
  width: auto;
  font-size: 4.5vw;
  position: relative;
}

.sl-wrapper .sl-navigation .wrapper button.sl-prev,
.sl-wrapper .sl-navigation .wrapper button.sl-next,
.sl-wrapper .sl-navigation .wrapper button.sl-close {
  position: relative;
  display: inline;
}

.sl-wrapper .sl-navigation .wrapper button.sl-prev,
.sl-wrapper .sl-navigation .wrapper button.sl-next {
  top: -0.2vh;
}

@media (min-width: 481px) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 8.4vw;
    font-size: 2.5vw;
    position: fixed;
    left: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 1vw;
    padding-right: 2vw;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    right: 19.6vw;
    font-size: 2.5vw;
    position: fixed;
    left: auto;
    top: 19.5vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 2vw;
    padding-right: 1vw;
  }

  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0;
  }

  .sl-wrapper .sl-close {
    right: 13.6vw;
    font-size: 2.5vw;
    position: fixed;
    left: auto;
    z-index: 999999;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 2vw;
    padding-right: 2vw;
    text-transform: uppercase;
  }

  /* ------- NEW HERE ------------*/
  .sl-wrapper .sl-navigation .wrapper {
    right: 10vw;
    font-size: 2.5vw;
    line-height: 1;
    position: fixed;
    left: auto;
    top: 19.5vh;
    z-index: 999999;
    display: block;
  }

  .sl-wrapper .sl-navigation .wrapper button {
    display: inline-block;
    top: 0;
    left: 0;
    width: auto;
    font-size: 2.5vw;
    position: relative;
  }

  .sl-wrapper .sl-navigation .wrapper button.sl-prev,
.sl-wrapper .sl-navigation .wrapper button.sl-next,
.sl-wrapper .sl-navigation .wrapper button.sl-close {
    position: relative;
    display: inline;
  }

  .sl-wrapper .sl-navigation .wrapper button.sl-prev,
.sl-wrapper .sl-navigation .wrapper button.sl-next {
    top: -0.2vh;
  }
}
@media (min-width: 768px) {
  .sl-wrapper .sl-navigation button.sl-next {
    right: 8.4vw;
    font-size: 1.4vw;
    position: fixed;
    left: auto;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    right: 19.6vw;
    font-size: 1.4vw;
    position: fixed;
    left: auto;
  }

  .sl-wrapper .sl-close {
    font-size: 1.4vw;
  }

  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0;
  }

  /* ------- NEW HERE ------------*/
  .sl-wrapper .sl-navigation .wrapper {
    right: 9.5vw;
    font-size: 1.4vw;
    line-height: 1;
    position: fixed;
    left: auto;
    top: 19.5vh;
    z-index: 999999;
    display: block;
  }

  .sl-wrapper .sl-navigation .wrapper button {
    display: inline-block;
    top: 0;
    left: 0;
    width: auto;
    font-size: 1.4vw;
    position: relative;
  }

  .sl-wrapper .sl-navigation .wrapper button.sl-prev,
.sl-wrapper .sl-navigation .wrapper button.sl-next,
.sl-wrapper .sl-navigation .wrapper button.sl-close {
    position: relative;
    display: inline;
  }

  .sl-wrapper .sl-navigation .wrapper button.sl-prev,
.sl-wrapper .sl-navigation .wrapper button.sl-next {
    top: -0.2vh;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0%, 100% {
    opacity: 0;
  }
  0% {
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}
.sl-counter {
  display: none;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

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

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

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

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

.blue-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active {
  top: 1px;
}

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

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  line-height: 1.1;
  padding: 3px 2px 0px 4px;
  margin-bottom: 1vh;
  font-size: 2vw;
  color: black;
  border-radius: 0px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  background-color: white;
  text-transform: uppercase;
  font-family: "GT-America-Extended-Bold", sans-serif;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
@font-face {
  font-family: "FoundersGroteskRegular";
  src: url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Reg.eot");
  /* IE9 Compat Modes */
  src: url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Reg.eot?#iefix") format("embedded-opentype"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Reg.woff") format("woff"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Reg.ttf") format("truetype"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Reg.svg#FoundersGroteskWeb-Reg") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "FoundersGroteskRegularTrue";
  src: url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Regular.eot");
  /* IE9 Compat Modes */
  src: url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Regular.eot?#iefix") format("embedded-opentype"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Regular.woff") format("woff"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Regular.ttf") format("truetype"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Regular.svg#FoundersGroteskWeb-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "FoundersGroteskWebLight";
  src: url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Light.eot");
  /* IE9 Compat Modes */
  src: url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Light.eot?#iefix") format("embedded-opentype"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Light.woff") format("woff"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Light.ttf") format("truetype"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/FoundersGroteskWeb-Light.svg#FoundersGroteskWeb-Light") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "CormorantGaramond-LightItalic";
  src: url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/CormorantGaramond-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/CormorantGaramond-LightItalic.eot?#iefix") format("embedded-opentype"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/CormorantGaramond-LightItalic.woff") format("woff"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/CormorantGaramond-LightItalic.ttf") format("truetype"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/CormorantGaramond-LightItalic.svg#CormorantGaramond-LightItalic") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "00businesshistory-regular";
  src: url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/00businesshistory-regular.eot");
  /* IE9 Compat Modes */
  src: url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/00businesshistory-regular.eot?#iefix") format("embedded-opentype"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/00businesshistory-regular.woff") format("woff"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/00businesshistory-regular.ttf") format("truetype"), url("https://nicoletticontemporary.com/wp-content/themes/nicoletti-4/library/css/fonts/00businesshistory-regular.svg#00businesshistory-regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
b,
strong {
  font-family: "FoundersGroteskRegular", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

html {
  font-family: "FoundersGroteskRegular", sans-serif;
}

body {
  width: 100%;
  border: 0;
  margin: 0;
  font-family: "FoundersGroteskRegular", sans-serif;
  font-weight: normal;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  font-size: 4.75vw;
  color: #0b0c0c;
  line-height: 1.055;
  -ms-word-break: none;
  word-break: none;
  word-break: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

.single-digital_type #menu_digital,
.post-type-archive-digital_type #menu_digital {
  display: block;
  width: 45vw;
  right: 3vw;
  position: fixed;
  top: 1.95vw;
  z-index: 999;
  text-align: right;
  font-family: "00businesshistory-regular", serif;
  font-size: 8.5vw;
}

#menu_digital {
  display: none;
}

.address-index {
  position: relative;
  margin-top: 75px;
}

#all-wrapper {
  width: 94%;
  left: 3vw;
  position: relative;
  top: 11vw;
  top: 20vw;
  padding-bottom: 10vw;
  overflow: hidden;
}

h1 {
  font-size: 9vw;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "FoundersGroteskRegular", sans-serif;
  line-height: 1.055;
}

h2,
h2 > p {
  font-size: 7vw;
  padding: 0;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  font-family: "FoundersGroteskRegular", sans-serif;
  line-height: 1.055;
}

h5,
h5 > p {
  font-size: 5vw;
  padding: 0;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  font-family: "FoundersGroteskRegular", sans-serif;
  line-height: 1.055;
}

h6,
p > h6 {
  font-family: "FoundersGroteskRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 7.1vw;
  line-height: 1.055;
  margin-top: 5px;
  margin-bottom: 5px;
}

p {
  font-size: 4.75vw;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

a,
a:visited,
a:focus,
a:active {
  color: #0b0c0c;
  text-decoration: none;
  outline: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: #0b0c0c;
}

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

.grille {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  display: none;
}

#boule {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.rouge {
  display: none;
}

body.text-color-White {
  color: white !important;
}
body.text-color-White a,
body.text-color-White a:visited,
body.text-color-White a:focus,
body.text-color-White a:active {
  color: white !important;
}
body.text-color-White footer {
  color: black !important;
}
body.text-color-White footer a,
body.text-color-White footer a:visited,
body.text-color-White footer a:focus,
body.text-color-White footer a:active {
  color: black !important;
}
body.text-color-White a.menu_logo {
  transition: color 0.5s ease-in;
}
body.text-color-White.open a.menu_logo {
  color: black !important;
  transition: color 0.5s ease-in;
}

.nav.desktop a,
#logo a,
#all-wrapper.informations a,
#menu_digital a,
footer a {
  transition: 0.5s transform;
  display: inline-block;
  transform: translateZ(0) skew(0, 0);
}
.nav.desktop a.active,
#logo a.active,
#all-wrapper.informations a.active,
#menu_digital a.active,
footer a.active {
  font-style: normal;
  transform-origin: center;
  transform: translateZ(0) skew(-15deg, 0);
  transition: 0s transform;
}
.nav.desktop a:hover,
#logo a:hover,
#all-wrapper.informations a:hover,
#menu_digital a:hover,
footer a:hover {
  transform-origin: center;
  transform: translateZ(0) skew(-15deg, 0);
  transition: 0.5s transform;
}

.nav.mobile {
  display: block;
}

.nav.desktop {
  display: none;
}

.hamburger-menu {
  display: block;
  height: 60px;
  padding: 5px 5px;
  border-radius: 50%;
  background-color: #ff0000;
  width: 60px;
  position: fixed;
  top: 13%;
  right: 5%;
  transition: all 1.35s;
}

body.home #logo {
  position: fixed;
}

#logo {
  width: 94%;
  left: 3vw;
  top: 3vw;
  position: relative;
  z-index: 10001;
}

ul,
li {
  list-style: none;
}

header {
  background-color: white;
  width: 100%;
  position: fixed;
  height: 12vw;
  z-index: 9;
}

body.home header,
body.single-digital_type header {
  background-color: transparent;
  z-index: 998;
}

.nav.mobile {
  position: fixed;
  z-index: 9999;
  top: 0%;
  left: 100%;
  text-transform: uppercase;
  background-color: white;
  font-family: "FoundersGroteskRegular", sans-serif;
  font-size: 9vw;
  line-height: 1;
  width: 100%;
  height: 100%;
  overflow-y: visible;
  padding-top: 0px;
  transition: 0.3s;
  opacity: 1;
  color: black !important;
}
.nav.mobile ul,
.nav.mobile ol,
.nav.mobile li {
  padding: 0;
  margin: 0;
  display: block;
}
.nav.mobile p {
  font-size: 4.75vw;
}
.nav.mobile.open {
  transition: 0.3s;
  left: 0%;
  overflow-y: auto;
  opacity: 1;
}
.nav.mobile.open ul {
  opacity: 1;
  transition: 0.3s;
}
.nav.mobile .nicodigital {
  font-family: "00businesshistory-regular", serif;
  text-align: center;
  font-size: 8.5vw;
  bottom: 3vw;
  position: absolute;
  width: 94vw;
  padding: 5vw;
  background-color: red;
  border-radius: 2vw;
  overflow: visible;
}
.nav.mobile ul {
  opacity: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 3vw;
  display: block;
}
.nav.mobile a,
.nav.mobile a:visited {
  color: black !important;
}
.nav.mobile a:hover {
  text-decoration: none;
  color: black !important;
}
.nav.mobile a.active,
.nav.mobile .active {
  text-decoration: none;
  margin-bottom: 15px;
  color: black !important;
}

footer {
  display: none;
}

.background-index {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.background-index .index-content {
  text-align: center;
  top: 22vw;
  left: 5vw;
  position: fixed;
  width: 90vw;
  text-transform: uppercase;
}
.background-index .index-content p {
  font-size: 9vw;
  line-height: 1;
}
.background-index .index-content i {
  font-style: normal;
  transform-origin: top left;
  transform: skew(10deg, 0);
}
.background-index .index-content h2 {
  font-size: 8vw;
  line-height: 1;
  font-family: "00businesshistory-regular", serif;
}
.background-index .index-content b,
.background-index .index-content strong {
  font-size: 9vw;
  line-height: 0.7;
  font-family: "CormorantGaramond-LightItalic", serif;
  font-weight: normal;
  top: -2vw;
  position: relative;
}

#index-digital-blocks {
  bottom: 3vw;
  position: absolute;
  width: 94vw;
  left: 3vw;
}
#index-digital-blocks .index-digital-block {
  font-family: "00businesshistory-regular", serif;
  text-align: center;
  padding: 5vw;
  background-color: red;
  border-radius: 2vw;
  overflow: visible;
  margin-top: 3vw;
}
#index-digital-blocks .index-digital-block h1 {
  font-family: "00businesshistory-regular", serif;
  font-size: 6vw;
}

#all-wrapper.artists {
  overflow: hidden;
  width: 94%;
  left: 3vw;
  top: 20vw;
  padding-bottom: 10vw;
}
#all-wrapper.artists h2 {
  text-transform: uppercase;
  text-align: center;
}
#all-wrapper.artists .km {
  font-family: "CormorantGaramond-LightItalic", serif;
  font-weight: normal;
}
#all-wrapper.artists .artist-item-wrapper {
  margin-bottom: 60px;
  padding-bottom: 0vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: "FoundersGroteskRegular", sans-serif;
  text-align: center;
}
#all-wrapper.artists .artist-item-wrapper .km {
  font-family: "CormorantGaramond-LightItalic", serif;
}
#all-wrapper.artists .artist-item-wrapper .artist-thumbnail {
  width: 99%;
  margin-bottom: 20vw;
}
#all-wrapper.artists .artist-thumbnail {
  margin-bottom: 20px;
}

.sl-wrapper .sl-navigation .wrapper {
  top: 0;
}

.sl-wrapper .sl-navigation .wrapper button {
  font-size: 15vw;
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 0;
  color: black;
  background: none;
  position: fixed;
  bottom: 10px;
  left: 20vw;
  right: auto;
  text-transform: uppercase;
}

.sl-wrapper .sl-navigation .wrapper button.sl-next,
.sl-wrapper .sl-navigation .wrapper button.sl-next {
  width: 50vw;
  position: fixed;
  left: 50vw;
  top: 0;
  height: 100vh;
}

.sl-wrapper .sl-navigation .wrapper button.sl-prev,
.sl-wrapper .sl-navigation .wrapper button.sl-prev {
  width: 50vw;
  position: fixed;
  left: 0vw;
  top: 0;
  height: 100vh;
}

#all-wrapper.artist .links-left,
#all-wrapper.artist .links-right {
  display: none;
}
#all-wrapper.artist #work {
  width: 105%;
  overflow: hidden;
  margin-top: 8vw;
  display: flex;
  flex-wrap: wrap;
}
#all-wrapper.artist #work .slide-item {
  margin-bottom: 5vw;
  width: 100%;
  margin-right: 0;
  float: left;
}
#all-wrapper.artist #work .slide-item a {
  pointer-events: none;
}
#all-wrapper.artist #work .slide-item .pointernone iframe {
  pointer-events: auto;
}
#all-wrapper.artist .km {
  font-family: "CormorantGaramond-LightItalic", serif;
  font-weight: normal;
}
#all-wrapper.artist #exhibitions .km {
  font-family: "CormorantGaramond-LightItalic", serif;
  font-weight: normal;
}
#all-wrapper.artist #exhibitions .content .texte {
  margin-top: 5vw;
}
#all-wrapper.artist #exhibitions .content .texte h1,
#all-wrapper.artist #exhibitions .content .texte h2 {
  font-size: 9vw;
}
#all-wrapper.artist #biography {
  width: 100%;
  font-family: "FoundersGroteskRegularTrue", sans-serif;
}
#all-wrapper.artist #exhibitions {
  width: 100%;
}
#all-wrapper.artist #exhibitions .content {
  display: none;
}
#all-wrapper.artist #exhibitions .exhibition-item {
  margin-top: 10vw;
}
#all-wrapper.artist #press {
  width: 100%;
}
#all-wrapper.exhibitions .exhibition-item:nth-child(2):before {
  background-image: none;
  height: 0vw;
}
#all-wrapper.exhibitions .exhibition-item {
  margin-bottom: 0vw;
  padding-bottom: 0vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: "FoundersGroteskRegular", sans-serif;
  text-align: center;
  font-weight: 7vw;
}
#all-wrapper.exhibitions .exhibition-item b {
  font-family: "CormorantGaramond-LightItalic", serif;
  font-style: normal;
  line-height: 0.7;
}
#all-wrapper.exhibitions .exhibition-item:last-child {
  padding-bottom: 2vw;
}
#all-wrapper.exhibitions .exhibition-thumbnail {
  margin-bottom: 20vw;
}

#all-wrapper.audio .audio-item {
  margin-bottom: 5vw;
  padding-bottom: 0vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-family: "FoundersGroteskRegular", sans-serif;
  text-align: left;
  font-weight: 7vw;
}
#all-wrapper.audio .audio-item b {
  font-family: "CormorantGaramond-LightItalic", serif;
  font-style: normal;
  line-height: 0.7;
}
#all-wrapper.audio .audio-item h2 {
  margin-bottom: 4vw;
}
#all-wrapper.audio .audio-item:last-child {
  padding-bottom: 2vw;
}
#all-wrapper.audio .podcastcontent {
  margin-bottom: 10vw;
}

#all-wrapper.exhibition .links-left,
#all-wrapper.exhibition .links-right {
  display: none;
}
#all-wrapper.exhibition #work {
  width: 105%;
  overflow: hidden;
  margin-top: 8vw;
  display: flex;
        flex-wrap: wrap;
}
#all-wrapper.exhibition #work .slide-item {
  margin-bottom: 5vw;
  width: 100%;
  margin-right: 0%;
  float: left;
}
#all-wrapper.exhibition #work .slide-item a {
  pointer-events: none;
}
#all-wrapper.exhibition #work .slide-item .pointernone iframe {
  pointer-events: auto;
}
#all-wrapper.exhibition #exhibitions .km {
  font-family: "CormorantGaramond-LightItalic", serif;
  font-weight: normal;
}
#all-wrapper.exhibition #exhibitions .content .texte h1,
#all-wrapper.exhibition #exhibitions .content .texte h2 {
  font-size: 9vw;
}
#all-wrapper.exhibition #informations {
  font-family: "FoundersGroteskRegularTrue", sans-serif;
}
#all-wrapper.exhibition #informations b {
  font-family: "CormorantGaramond-LightItalic", serif;
  font-style: normal;
  line-height: 0.7;
}
#all-wrapper.exhibition #informations .info {
  text-transform: uppercase;
}
#all-wrapper.exhibition #informations .number {
  position: relative;
  left: 0%;
  display: inline;
}
#all-wrapper.exhibition #informations .kilometer {
  margin: 0;
  display: inline;
  left: 37%;
  position: relative;
}
#all-wrapper.exhibition #informations .dates1 {
  position: relative;
  left: 0%;
  display: inline;
  width: 50%;
}
#all-wrapper.exhibition #informations .dates2 {
  position: relative;
  left: 15%;
  width: 50%;
  display: inline;
}

#all-wrapper.press #work {
  width: 105%;
  overflow: hidden;
  margin-top: 8vw;
  text-align: center;
}
#all-wrapper.press #work p {
  margin-top: 2vw;
}
#all-wrapper.press #work i {
  font-family: "00businesshistory-regular", serif;
  font-style: normal;
}
#all-wrapper.press #work ul {
  margin: 0;
}
#all-wrapper.press #work li {
  margin-bottom: 5vw;
  width: 100%;
  margin-right: 0%;
  float: left;
}
#all-wrapper.press #work li a {
  pointer-events: none;
}

#all-wrapper.artist #press,
#all-wrapper.exhibition #press {
  width: 105%;
  overflow: hidden;
  margin-top: 8vw;
  text-align: left;
}
#all-wrapper.artist #press p,
#all-wrapper.exhibition #press p {
  margin-top: 2vw;
}
#all-wrapper.artist #press i,
#all-wrapper.exhibition #press i {
  font-family: "00businesshistory-regular", serif;
  font-style: normal;
}
#all-wrapper.artist #press ul,
#all-wrapper.exhibition #press ul {
  margin: 0;
}
#all-wrapper.artist #press li,
#all-wrapper.exhibition #press li {
  margin-bottom: 5vw;
  text-align: center;
  width: 50%;
  padding-right: 3%;
  float: left;
}
#all-wrapper.artist #press li a,
#all-wrapper.exhibition #press li a {
  pointer-events: none;
}

#all-wrapper.shop .shop-item {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  content: "";
  background-position: bottom;
  padding-bottom: 5%;
  margin-bottom: 6%;
}
#all-wrapper.shop .shop-item:last-child {
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 2%;
}
#all-wrapper.shop .shop-item .title {
  margin-bottom: 5vw;
  font-size: 3.75vw;
}
#all-wrapper.shop .shop-item .title p {
  font-size: 3.75vw;
}
#all-wrapper.shop .shop-item .title i,
#all-wrapper.shop .shop-item .title em {
  font-style: normal;
  font-family: "CormorantGaramond-LightItalic", serif;
}
#all-wrapper.shop .shop-item .title strong,
#all-wrapper.shop .shop-item .title b {
  font-size: 4.75vw;
  font-style: normal;
  text-transform: uppercase;
}
#all-wrapper.shop .shop-item .media {
  margin-bottom: 5vw;
}
#all-wrapper.shop .shop-item .item a {
  text-decoration: underline;
  font-size: 80%;
}
#all-wrapper.shop .shop-item .item p {
  font-size: 3.75vw;
}

.shopify-button {
  min-height: 60px;
}

#all-wrapper.news .news-item {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  content: "";
  background-position: bottom;
  padding-bottom: 11%;
  margin-bottom: 6%;
}
#all-wrapper.news .news-item:last-child {
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 2%;
}
#all-wrapper.news .news-item .title {
  font-size: 4.75vw;
  margin-bottom: 5vw;
}
#all-wrapper.news .news-item .title i,
#all-wrapper.news .news-item .title em {
  text-transform: uppercase;
  font-style: normal;
}
#all-wrapper.news .news-item .title strong,
#all-wrapper.news .news-item .title b {
  font-family: "CormorantGaramond-LightItalic", serif;
  font-style: normal;
}
#all-wrapper.news .news-item .media {
  margin-bottom: 5vw;
}
#all-wrapper.news .news-item .item a {
  text-decoration: underline;
  font-size: 80%;
}
#all-wrapper.news .news-item .item p {
  font-size: 3.75vw;
}

#all-wrapper.news-on-index {
  background-color: white;
  padding-left: 3vw;
  padding-top: 6vw;
  left: 6vw;
  padding-right: 3vw;
  margin-top: 90svh;
  top: 0;
  position: relative;
  color: black !important;
}
#all-wrapper.news-on-index .news-item {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  content: "";
  background-position: bottom;
  padding-bottom: 11%;
  margin-bottom: 6%;
  color: black !important;
}
#all-wrapper.news-on-index .news-item:last-child {
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 2%;
}
#all-wrapper.news-on-index .news-item a,
#all-wrapper.news-on-index .news-item a:visited,
#all-wrapper.news-on-index .news-item a:hover {
  color: black !important;
}
#all-wrapper.news-on-index .news-item .title {
  font-size: 4.75vw;
  margin-bottom: 5vw;
}
#all-wrapper.news-on-index .news-item .title i,
#all-wrapper.news-on-index .news-item .title em {
  text-transform: uppercase;
  font-style: normal;
}
#all-wrapper.news-on-index .news-item .title strong,
#all-wrapper.news-on-index .news-item .title b {
  font-family: "CormorantGaramond-LightItalic", serif;
  font-style: normal;
}
#all-wrapper.news-on-index .news-item .media {
  margin-bottom: 5vw;
}
#all-wrapper.news-on-index .news-item .item a {
  text-decoration: underline;
  font-size: 80%;
}
#all-wrapper.news-on-index .news-item .item p {
  font-size: 3.75vw;
}

#all-wrapper.informations {
  padding-bottom: 10vw;
  clear: both;
}
#all-wrapper.informations .first {
  margin-top: 0vw;
  position: relative;
  display: block;
  width: 100%;
}
#all-wrapper.informations .first p {
  font-size: 7vw;
  line-height: 1;
}
#all-wrapper.informations .first a {
  word-break: break-word;
  hyphens: manual;
}
#all-wrapper.informations .first b,
#all-wrapper.informations .first strong {
  font-family: "00businesshistory-regular", serif;
  font-weight: normal;
  font-size: 6.5vw;
}
#all-wrapper.informations .second {
  font-family: "FoundersGroteskRegularTrue", sans-serif;
  margin-top: 10vw;
  width: 100%;
  float: left;
}
#all-wrapper.informations .second p {
  font-size: 4.75vw;
  font-family: "FoundersGroteskRegularTrue", sans-serif;
}
#all-wrapper.informations .third {
  width: 100%;
  margin-top: 10vw;
  font-size: 7vw;
  line-height: 1;
  position: relative;
  float: left;
  clear: both;
}
#all-wrapper.informations .third b,
#all-wrapper.informations .third strong {
  font-family: "00businesshistory-regular", serif;
  font-weight: normal;
  font-size: 6.5vw;
}
#all-wrapper.informations .fourth {
  width: 100%;
  margin-top: 10vw;
  font-size: 7vw;
  line-height: 1;
  position: relative;
  float: left;
  clear: both;
  text-align: center;
}
#all-wrapper.informations .fourth b,
#all-wrapper.informations .fourth strong {
  font-family: "00businesshistory-regular", serif;
  font-weight: normal;
  font-size: 6.5vw;
}

.credits {
  position: relative;
  top: 150px;
  font-size: 10pt;
  left: 5vw;
}

body.page-id-922 footer,
body.single-digital_type footer {
  display: block;
  z-index: 99;
  position: fixed;
}
body.page-id-922 footer .mobile,
body.single-digital_type footer .mobile {
  display: block;
  position: fixed;
  bottom: 10.85vw;
  width: 97vw;
  left: 1.5vw;
  border-radius: 1vw;
  height: 8vw;
  font-size: 4.25vw;
  text-align: center;
  line-height: 1;
  padding-top: 2.3vw;
  text-transform: uppercase;
}
body.page-id-922 footer .desktop,
body.single-digital_type footer .desktop {
  display: none;
}

body.post-type-archive-digital_type #all-wrapper h1,
body.single-digital_type #all-wrapper h1 {
  font-family: "00businesshistory-regular", serif;
  text-align: center;
  font-size: 8vw;
}
body.post-type-archive-digital_type #all-wrapper p,
body.single-digital_type #all-wrapper p {
  text-align: left;
}
body.post-type-archive-digital_type #all-wrapper .first,
body.single-digital_type #all-wrapper .first {
  margin-top: 20vw;
  position: relative;
  display: block;
}
body.post-type-archive-digital_type #all-wrapper .first h2,
body.single-digital_type #all-wrapper .first h2 {
  font-family: "00businesshistory-regular", serif;
  text-align: center;
  margin-bottom: 14vw;
  font-size: 8vw;
}
body.post-type-archive-digital_type #all-wrapper .digital-exhibition-item,
body.single-digital_type #all-wrapper .digital-exhibition-item {
  padding: 7%;
  margin-bottom: 5vw;
  position: relative;
  border-radius: 5%;
  background-size: cover;
  min-height: 54vw;
  display: table;
  width: 100%;
}
body.post-type-archive-digital_type #all-wrapper .digital-exhibition-item h1,
body.single-digital_type #all-wrapper .digital-exhibition-item h1 {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

body.page-id-922 .first,
body.single-digital_type .first {
  margin-top: 20vw;
  position: relative;
}
body.page-id-922 .first h2,
body.single-digital_type .first h2 {
  font-family: "00businesshistory-regular", serif;
  text-align: center;
  margin-bottom: 14vw;
}
body.page-id-922 .title-exhibition-wrapper,
body.single-digital_type .title-exhibition-wrapper {
  z-index: 8;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  position: fixed;
  pointer-events: none;
  transition: opacity 2.5s;
  display: table;
}
body.page-id-922 .title-exhibition,
body.single-digital_type .title-exhibition {
  z-index: 8;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  position: fixed;
  pointer-events: none;
  transition: opacity 2.5s;
  display: table;
}
body.page-id-922 .title-exhibition h1,
body.single-digital_type .title-exhibition h1 {
  font-family: "00businesshistory-regular", serif;
  font-size: 8vw;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}

.otherspacestrigger {
  z-index: 9;
  display: block;
  position: fixed;
  bottom: 1.5vw;
  width: 47vw;
  height: 8vw;
  font-size: 3.75vw;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  background-color: white;
  color: black;
  border-radius: 1vw;
  left: 1.5vw;
  padding: 2vw;
  font-family: "00businesshistory-regular", serif;
}

.spaceinformationtrigger {
  z-index: 9;
  display: block;
  position: fixed;
  bottom: 1.5vw;
  width: 47vw;
  height: 8vw;
  font-size: 3.75vw;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  background-color: white;
  color: black;
  border-radius: 1vw;
  right: 1.5vw;
  padding: 2vw;
  font-family: "00businesshistory-regular", serif;
}

.close-two {
  color: white;
  position: fixed;
  right: 3vw;
  top: 2.25vw;
  z-index: 9;
  font-family: "00businesshistory-regular", serif;
  font-size: 8vw;
  display: none;
}

#spaceinformation {
  background-color: #d6d6d6;
  width: 100%;
  height: 100%;
  padding-bottom: 15vw;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  left: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  top: 0;
  padding-top: 3vw;
  z-index: 98;
  transition: all 0.5s;
}
#spaceinformation.open {
  left: 0%;
  transition: all 0.5s;
}
#spaceinformation.open .menu {
  right: 0;
  transition: all 0.5s;
}
#spaceinformation h1 {
  font-family: "00businesshistory-regular", serif;
  text-align: center;
  margin-top: 20vw;
  margin-bottom: 14vw;
  font-size: 8vw;
}
#spaceinformation .first {
  margin-top: 20vw;
  position: relative;
  display: block;
  width: 100%;
  left: 0%;
}
#spaceinformation .first h1 {
  font-family: "00businesshistory-regular", serif;
  text-align: center;
  margin-bottom: 14vw;
  font-size: 8vw;
}
#spaceinformation .first p {
  font-size: 4.75vw;
}
#spaceinformation .first b,
#spaceinformation .first strong {
  font-family: "00businesshistory-regular", serif;
  font-weight: normal;
  font-size: 6.5vw;
  margin-bottom: 1.4vw;
}
#spaceinformation .aquisitions {
  margin-top: 10vw;
  margin-bottom: 0vw;
  width: 94vw;
}
#spaceinformation .aquisitions .creditss {
  text-align: center;
  margin-top: 15vw;
  line-height: 1.2;
}
#spaceinformation .aquisitions .creditss a {
  color: inherit;
}
#spaceinformation .aquisitions a {
  color: inherit;
}
#spaceinformation .aquisitions h2 {
  font-family: "00businesshistory-regular", serif;
  text-align: center;
  font-size: 6.5vw;
  margin-bottom: 10vw;
}
#spaceinformation .aquisitions-single {
  margin-top: 10vw;
  text-align: center;
  width: 80%;
  left: 10%;
  position: relative;
}
#spaceinformation .aquisitions-single p {
  font-size: 4.75vw;
}
#spaceinformation .aquisitions-single img {
  width: 100%;
  left: 0%;
  position: relative;
  margin-bottom: 5vw;
}

.close-one {
  display: none;
}

#all-wrapper.digital {
  background-color: #d6d6d6;
  width: 100%;
  height: 100%;
  padding-bottom: 10vw;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  left: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  top: 0;
  padding-top: 3vw;
  z-index: 98;
  transition: all 0.5s;
}
#all-wrapper.digital a:hover {
  transform-origin: center;
  transition: 0.5s transform;
}
#all-wrapper.digital.open {
  left: 0%;
  transition: all 0.5s;
}
#all-wrapper.digital.open .menu {
  right: 0;
  transition: all 0.5s;
}
#all-wrapper.digital .menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 13vw;
  padding-top: 2.5vw;
  z-index: 9999;
  background-color: #d6d6d6;
  transition: all 0.5s;
  font-weight: normal;
  font-size: 7vw;
  width: 100%;
  padding-left: 3vw;
}
#all-wrapper.digital .menu .digital {
  display: none;
}
#all-wrapper.digital .menu .logo {
  float: left;
  left: 0vw;
  top: 0.5vw;
  position: relative;
}
#all-wrapper.digital .menu .close-one {
  float: right;
  right: 3vw;
  position: relative;
  text-align: right;
  font-family: "00businesshistory-regular", serif;
  font-size: 8vw;
  top: -0.75vw;
}
#all-wrapper.digital .menu .otherspaces {
  font-family: "00businesshistory-regular", serif;
  font-size: 8vw;
  top: -0.75vw;
}
#all-wrapper.digital .first {
  margin-top: 20vw;
  position: relative;
  display: block;
  width: 100%;
  left: 0%;
  text-align: center;
}
#all-wrapper.digital .first h2 {
  font-size: 7vw;
}
#all-wrapper.digital .first p {
  font-size: 4.75vw;
}
#all-wrapper.digital .first b,
#all-wrapper.digital .first strong {
  font-family: "00businesshistory-regular", serif;
  font-weight: normal;
  font-size: 6.5vw;
  margin-bottom: 1.4vw;
}
#all-wrapper.digital .second {
  margin-top: 10vw;
  position: relative;
  display: block;
  width: 96%;
  left: 0%;
  text-align: left;
}
#all-wrapper.digital .second p {
  font-size: 4.75vw;
}
#all-wrapper.digital .aquisitions {
  margin-top: 10vw;
  margin-bottom: 0vw;
  width: 94vw;
}
#all-wrapper.digital .aquisitions .creditss {
  text-align: center;
  margin-top: 20vw;
  line-height: 1.2;
}
#all-wrapper.digital .aquisitions a {
  color: inherit;
}
#all-wrapper.digital .aquisitions h2 {
  font-family: "00businesshistory-regular", serif;
  text-align: center;
  font-size: 6.5vw;
  margin-bottom: 10vw;
}
#all-wrapper.digital .aquisitions-single {
  margin-top: 10vw;
  text-align: center;
  width: 80%;
  left: 10%;
  position: relative;
}
#all-wrapper.digital .aquisitions-single p {
  font-size: 4.75vw;
}
#all-wrapper.digital .aquisitions-single img {
  width: 100%;
  left: 0%;
  position: relative;
  margin-bottom: 5vw;
}

@media only screen and (min-width: 481px) {
  h1 {
    font-size: 7vw;
  }

  .background-index .index-content p {
    font-size: 7vw;
  }
  .background-index .index-content b, .background-index .index-content strong {
    font-size: 7vw;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.2vw;
    background-size: 100%;
    background-attachment: fixed;
    background-position: top left;
  }

  body.home {
    height: 100vh;
  }

  header {
    background-color: transparent;
    height: 5vw;
    width: 24vw;
  }

  .single-digital_type #menu_digital,
.post-type-archive-digital_type #menu_digital,
#menu_digital {
    display: block;
    width: 25vw;
    right: 1.3vw;
    position: fixed;
    top: 0.5vw;
    z-index: 107;
    text-align: right;
    font-family: "00businesshistory-regular", serif;
    font-size: 3.1vw;
  }
  .single-digital_type #menu_digital:hover,
.post-type-archive-digital_type #menu_digital:hover,
#menu_digital:hover {
    cursor: pointer;
  }

  .single-digital_type header .nav.desktop {
    opacity: 0;
    transition: 0.35s opacity;
  }
  .single-digital_type header:hover .nav.desktop {
    opacity: 1;
    transition: 0.35s opacity;
  }

  #all-wrapper {
    width: 90%;
    left: 5%;
    top: 9vw;
    padding-bottom: 10vw;
  }

  #logo {
    width: 20vw;
    left: 1.3vw;
    position: fixed;
    top: 0.85vw;
    z-index: 9999;
  }

  h1,
h1 > p {
    font-size: 3.25vw;
    line-height: 1;
    display: inline;
  }

  h2,
h2 > p {
    font-size: 3.25vw;
   
    line-height: 1;
  }

  h5,
h5 > p {
    font-size: 1.18vw;
    line-height: 1;
  }

  p {
    font-size: 1.35vw;
    line-height: 1.15;
    padding: 0;
    margin: 0;
  }

  h6,
h6 > p {
    font-size: 3.25vw;
    line-height: 1;
  }

  .hidedesktop {
    display: none;
  }

  footer {
    width: 500%;
    height: 2vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
    background-color: white;
    text-transform: uppercase;
    font-size: 1.25vw;
    line-height: 2.3vw;
  }
  footer p {
    display: inline;
    margin-right: 0.5vw;
    font-size: 1.25vw;
  }
  footer strong {
    font-family: "CormorantGaramond-LightItalic", serif;
    font-weight: normal;
  }
  footer h2 {
    font-size: 1vw;
    font-size: 1.3vw;
    line-height: 1;
    font-family: "00businesshistory-regular", serif;
    display: inline;
    margin-right: 0.5vw;
  }

  .marquee {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }

  .nav.mobile {
    display: none;
  }

  .nav.desktop {
    display: block;
  }

  header > .nav {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    text-transform: uppercase;
    display: block;
    width: 20vw;
    line-height: 1.04;
  }
  header > .nav ul {
    top: 0.85vw;
    position: fixed;
    left: 1.3vw;
    margin: 0;
  }

  #all-wrapper {
    left: 26vw;
    width: 72.75vw;
    position: absolute;
    top: 0.55vw;
    padding-bottom: 5vw;
    overflow: visible;
  }

  .background-index {
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    display: block;
    background-position: center;
  }
  .background-index .index-content {
    text-align: center;
    top: 7.4vw;
    left: 25%;
    position: fixed;
    width: 50%;
    width: 74%;
  }
  .background-index .index-content p {
    font-size: 3.25vw;
  }
  .background-index .index-content i {
    font-style: italic;
  }
  .background-index .index-content h2 {
    font-size: 3.1vw;
    line-height: 1;
    font-family: "00businesshistory-regular", serif;
  }
  .background-index .index-content b,
.background-index .index-content strong {
    font-family: "CormorantGaramond-LightItalic", serif;
    font-weight: normal;
    font-size: 4.25vw;
    line-height: 0;
    top: -1vw;
    position: relative;
  }

  #index-digital-blocks {
    bottom: auto;
    position: absolute;
    width: auto;
    left: 0;
    top: 0;
  }
  #index-digital-blocks .index-digital-block {
    font-family: "00businesshistory-regular", serif;
    width: 32vw;
    text-align: center;
    padding: 1vw;
    position: absolute;
    left: 0vw;
    top: 0;
    background-color: red;
    border-radius: 1vw;
    overflow: visible;
    margin-top: 0vw;
    background-size: cover;
    background-attachment: fixed;
    z-index: 999;
    height: 7vw;
  }
  #index-digital-blocks .index-digital-block h1 {
    font-family: "00businesshistory-regular", serif;
    font-size: 1.5vw;
  }

  .x {
    -webkit-animation: x 10s linear infinite alternate;
    -moz-animation: x 10s linear infinite alternate;
    -o-animation: x 10s linear infinite alternate;
    animation: x 10s linear infinite alternate;
  }

  .y {
    -webkit-animation: test 13s ease-in infinite alternate;
    -moz-animation: test 13s linear infinite alternate;
    -o-animation: test 13s linear infinite alternate;
    animation: test 13s linear infinite alternate;
  }

  @-webkit-keyframes x {
    100% {
      left: calc(100vw - 32vw);
    }
  }
  @keyframes x {
    100% {
      left: calc(100vw - 32vw);
    }
  }
  @-webkit-keyframes test {
    100% {
      top: calc(100vh - 9vw);
    }
  }
  @keyframes test {
    100% {
      top: calc(100vh - 9vw);
    }
  }
  .sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 0;
    color: black;
    background: none;
    position: fixed;
    bottom: 10px;
    left: 60vw;
    right: auto;
    text-transform: uppercase;
  }

  #all-wrapper.artists {
    line-height: 1;
    top: 7.35vw;
    margin-top: 0;
    padding-bottom: 5vw;
    left: 1.3vw;
    width: 97.4vw;
  }
  #all-wrapper.artists h1 {
    margin-left: 25vw;
    line-height: 1.3;
    margin-top: -0.45vw;
  }
  #all-wrapper.artists h2 {
    font-size: 3.25vw;
    line-height: 1;
  }
  #all-wrapper.artists a:hover {
    color: #0b0c0c;
  }
  #all-wrapper.artists .wrapper-artists {
    margin-top: 5.75vw;
    margin-top: 0;
  }
  #all-wrapper.artists .artist-item-wrapper {
    width: auto;
    float: none;
    display: block;
    padding-right: 0;
    margin-bottom: 0;
    clear: both;
    width: 100%;
  }
  #all-wrapper.artists .artist-item-wrapper .km {
    display: inline;
    float: right;
    margin-right: 0%;
    font-size: 2.65vw;
    font-family: "CormorantGaramond-LightItalic", serif;
    width: 35vw;
    text-align: center;
    line-height: 1;
  }
  #all-wrapper.artists .artist-item-wrapper:hover .artist-thumbnail {
    display: block;
    pointer-events: none;
    z-index: -1;
  }
  #all-wrapper.artists .artist-thumbnail {
    display: none;
    position: fixed;
    height: auto;
    top: 50%;
    left: 66.75%;
    width: 28.5%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    line-height: 0;
    z-index: 99;
  }
  #all-wrapper.artists .artist-thumbnail img {
    height: auto;
    width: 100%;
  }

  .sl-wrapper .sl-counter {
    position: fixed;
    left: 1.3vw;
    bottom: 0.6vw !important;
    top: auto;
    padding-bottom: 0vw;
    width: 20%;
    font-family: "CormorantGaramond-LightItalic", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 3.25vw;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sl-wrapper .sl-counter:before {
    content: "(";
    display: inline-block;
  }
  .sl-wrapper .sl-counter:after {
    content: ")";
    display: inline-block;
  }

  .sl-wrapper .sl-navigation .wrapper button {
    font-size: 4.5vw;
  }

  .sl-wrapper .sl-navigation .wrapper button.sl-prev,
.sl-wrapper .sl-navigation .wrapper button.sl-next,
.sl-wrapper .sl-navigation .wrapper button.sl-close {
    position: fixed;
    display: inline;
    right: 1.3vw;
    left: auto;
    top: 0.75vw;
    font-size: 3.25vw;
    padding: 0;
    font-weight: normal;
  }

  .sl-wrapper .sl-navigation .wrapper button.sl-next,
.sl-wrapper .sl-navigation .wrapper button.sl-next {
    width: 50vw;
    position: fixed;
    left: 50vw;
    top: 0;
    height: 100vh;
  }

  .sl-wrapper .sl-navigation .wrapper button.sl-prev,
.sl-wrapper .sl-navigation .wrapper button.sl-prev {
    width: 50vw;
    position: fixed;
    left: 0vw;
    top: 0;
    height: 100vh;
  }

  .sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 0;
    color: black;
    background: none;
    position: fixed;
    bottom: 10px;
    left: 58.75vw;
    right: auto;
    text-transform: uppercase;
  }

  #all-wrapper.artist {
    left: 26vw;
    width: 72.75vw;
    top: 7.4vw;
  }
  #all-wrapper.artist .artist-menu {
    top: 0;
    left: 0;
    background-color: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
  }
  #all-wrapper.artist .links-left,
#all-wrapper.artist .links-right {
    display: block;
    text-transform: uppercase;
  }
  #all-wrapper.artist .links-left {
    position: fixed;
    left: 66vw;
    top: 0.45vw;
    padding-top: 0.5vw;
  }
  #all-wrapper.artist .links-right {
    position: fixed;
    top: 0.45vw;
    left: 82.5vw;
    padding-top: 0.5vw;
  }
  #all-wrapper.artist #work {
    width: 100.5%;
    margin-top: 4vw;
    display: flex;
        flex-wrap: wrap;
  }
  #all-wrapper.artist #work .slide-item {
    margin-bottom: 4vw;
    width: 100%;
    padding-right: 1.65%;
    margin-right: 0%;
    float: left;
  }
  /* Repeating pattern: 3 big (100%) + 2 small (50%) */
  /* Items 1,2,3 then 6,7,8 then 11,12,13... = 100% width */
  #all-wrapper.artist #work .slide-item:nth-of-type(5n+1),
  #all-wrapper.artist #work .slide-item:nth-of-type(5n+2),
  #all-wrapper.artist #work .slide-item:nth-of-type(5n+3) {
    width: 100%;
  }
  /* Items 4,5 then 9,10 then 14,15... = 50% width */
  #all-wrapper.artist #work .slide-item:nth-of-type(5n+4),
  #all-wrapper.artist #work .slide-item:nth-of-type(5n) {
    width: 50%;
  }
  #all-wrapper.artist #work .slide-item a {
    pointer-events: auto;
  }
  #all-wrapper.artist #work .slide-item .pointernone iframe {
    pointer-events: none;
  }
  #all-wrapper.artist #biography {
    position: relative;
    overflow: hidden;
  }
  #all-wrapper.artist #biography .bio {
    width: 45%;
    position: relative;
    left: 0;
    float: left;
  }
  #all-wrapper.artist #biography .cv {
    width: 45%;
    position: relative;
    left: 5%;
    float: left;
    text-align: left;
  }
  #all-wrapper.artist #biography .content {
    display: block;
  }
  #all-wrapper.artist #exhibitions {
    position: relative;
    clear: both;
  }
  #all-wrapper.artist #exhibitions .content {
    display: block;
  }
  #all-wrapper.artist #exhibitions .content .image {
    width: 32%;
    float: left;
    padding-top: 0.75vw;
  }
  #all-wrapper.artist #exhibitions .content .texte {
    width: 43%;
    position: relative;
    left: 1.75%;
    float: left;
    margin-top: 0.45vw;
  }
  #all-wrapper.artist #exhibitions .content .texte h1,
#all-wrapper.artist #exhibitions .content .texte h2 {
    font-size: 3.25vw;
  }
  #all-wrapper.artist #exhibitions .content .km {
    width: 21%;
    float: left;
    left: 3%;
    position: relative;
    margin: 0;
    font-family: "CormorantGaramond-LightItalic", serif;
    font-weight: normal;
    text-align: right;
  }
  #all-wrapper.artist #exhibitions .exhibition-item {
    clear: both;
    margin-top: 2vw;
    overflow: hidden;
  }

  #all-wrapper.exhibitions {
    top: 7.35vw;
    padding-bottom: 5vw;
    left: 1.3vw;
    width: 97.4vw;
  }
  #all-wrapper.exhibitions .exhibition-item {
    text-transform: uppercase;
    font-family: "FoundersGroteskRegular", sans-serif;
    margin-bottom: 0vw;
    clear: both;
    overflow: hidden;
    line-height: 1;
    padding-bottom: 0vw;
    padding-left: 0vw;
    padding-right: 0vw;
    font-size: 3.25vw;
  }
  #all-wrapper.exhibitions .exhibition-item b {
    font-family: "CormorantGaramond-LightItalic", serif;
    font-weight: normal;
  }
  #all-wrapper.exhibitions .exhibition-item:last-child {
    background-image: none;
    padding-bottom: 11vw;
    margin-bottom: 0;
  }
  #all-wrapper.exhibitions .exhibition-item .content {
    width: 40%;
    left: 25%;
    float: left;
    padding-bottom: 2vw;
    text-align: left;
    z-index: 2;
    position: relative;
    font-size:1.35vw;
  }
  #all-wrapper.exhibitions .exhibition-thumbnail {
    display: none;
    position: fixed;
    height: auto;
    top: 50%;
    left: 66.75%;
    width: 28.5%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    line-height: 0;
    z-index: 99;
  }
  #all-wrapper.exhibitions .exhibition-thumbnail img {
    height: auto;
    width: 100%;
  }

  #all-wrapper.exhibition {
    left: 26vw;
    width: 72.75vw;
    top: 7.35vw;
  }
  #all-wrapper.exhibition .exhibition-menu {
    position: relative;
    top: 0;
    left: 0;
    background-color: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
  }
  #all-wrapper.exhibition #work {
    width: 100.5%;
    margin-top: 4vw;
    display: flex;
        flex-wrap: wrap;
  }
  #all-wrapper.exhibition #work .slide-item {
    margin-bottom: 4vw;
    width: 100%;
    padding-right: 1.65%;
    margin-right: 0%;
    float: left;
  }
  /* Repeating pattern: 3 big (100%) + 2 small (50%) */
  /* Items 1,2,3 then 6,7,8 then 11,12,13... = 100% width */
  #all-wrapper.exhibition #work .slide-item:nth-of-type(5n+1),
  #all-wrapper.exhibition #work .slide-item:nth-of-type(5n+2),
  #all-wrapper.exhibition #work .slide-item:nth-of-type(5n+3) {
    width: 100%;
  }
  /* Items 4,5 then 9,10 then 14,15... = 50% width */
  #all-wrapper.exhibition #work .slide-item:nth-of-type(5n+4),
  #all-wrapper.exhibition #work .slide-item:nth-of-type(5n) {
    width: 50%;
  }

  #all-wrapper.exhibition #work .slide-item a {
    pointer-events: auto;
  }
  #all-wrapper.exhibition #work .slide-item .pointernone iframe {
    pointer-events: none;
  }
  #all-wrapper.exhibition #informations {
    position: relative;
    overflow: hidden;
  }
  #all-wrapper.exhibition #informations .info {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  #all-wrapper.exhibition #informations .description {
    float: left;
    width: 49%;
  }
  #all-wrapper.exhibition #informations .dates2 {
    left: 16%;
  }
  #all-wrapper.exhibition #informations .kilometer {
    left: 34%;
  }

  #all-wrapper.press {
    left: 26vw;
    width: 72.75vw;
    top: 7.35vw;
  }
  #all-wrapper.press #work {
    width: 100.5%;
    margin-top: 0vw;
  }
  #all-wrapper.press #work p {
    margin-top: 1vw;
  }
  #all-wrapper.press #work ul {
    margin: 0;
  }
  #all-wrapper.press #work li {
    margin-bottom: 4vw;
    width: 33.3333%;
    padding-right: 1.65%;
    margin-right: 0%;
    float: left;
  }
  #all-wrapper.press #work li a {
    pointer-events: auto;
  }

  #all-wrapper.artist #press,
#all-wrapper.exhibition #press {
    width: 100.5%;
    margin-top: 2vw;
  }
  #all-wrapper.artist #press p,
#all-wrapper.exhibition #press p {
    margin-top: 1vw;
  }
  #all-wrapper.artist #press ul,
#all-wrapper.exhibition #press ul {
    margin: 0;
  }
  #all-wrapper.artist #press li,
#all-wrapper.exhibition #press li {
    margin-bottom: 4vw;
    width: 25%;
    padding-right: 3%;
    margin-right: 0%;
    float: left;
  }
  #all-wrapper.artist #press li a,
#all-wrapper.exhibition #press li a {
    pointer-events: auto;
  }

  #all-wrapper.shop {
    left: 26vw;
    width: 72.75vw;
    top: 7.35vw;
  }
  #all-wrapper.shop .shop-item {
    margin-bottom: 4vw;
    width: 33.3333%;
    padding-right: 1.65%;
    margin-right: 0%;
    float: left;
    margin-bottom: 2vw;
    padding-bottom: 0vw;
  }
  #all-wrapper.shop .shop-item:after {
    height: 3vw;
  }
  #all-wrapper.shop .shop-item .title {
    font-size: 1.35vw;
    margin-bottom: 1.5vw;
  }
  #all-wrapper.shop .shop-item .title p {
    font-size: 1.2vw;
  }
  #all-wrapper.shop .shop-item .title b,
#all-wrapper.shop .shop-item .title strong {
    font-size: 1.2vw;
  }
  #all-wrapper.shop .shop-item .media {
    margin-bottom: 1.5vw;
  }
  #all-wrapper.shop .shop-item .item p {
    font-size: 1.25vw;
  }

  #all-wrapper.news {
    left: 26vw;
    width: 72.75vw;
    top: 7.35vw;
  }
  #all-wrapper.news .news-item {
    margin-bottom: 4vw;
    width: 33.3333%;
    padding-right: 1.65%;
    margin-right: 0%;
    float: left;
    margin-bottom: 2vw;
    padding-bottom: 0vw;
  }
  #all-wrapper.news .news-item:after {
    height: 3vw;
  }
  #all-wrapper.news .news-item .title {
    font-size: 1.35vw;
    margin-bottom: 1.5vw;
  }
  #all-wrapper.news .news-item .media {
    margin-bottom: 1.5vw;
  }
  #all-wrapper.news .news-item .item p {
    font-size: 1.25vw;
  }

  #all-wrapper.news-on-index {
    left: 26vw;
    width: 72.75vw;
    top: 60.85vh;
    background-color: white;
    padding-left: 1.3vw;
    padding-right: 1.3vw;
    padding-top: 1.5vw;
    left: 24.7vw;
    width: 75.35vw;
    margin-top: 0svh;
    overflow: hidden;
    position: relative;
    padding-bottom: 2vw;
    margin-top: 29vh;
    margin-left: 50vw;
  }
  #all-wrapper.news-on-index.active {
    transition: 1.5s all ease-in-out;
    margin-top: 0vh;
    margin-left: 0vw;
  }
  #all-wrapper.news-on-index .news-item {
    margin-bottom: 4vw;
    width: 33.3333%;
    padding-right: 1.65%;
    margin-right: 0%;
    float: left;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }
  #all-wrapper.news-on-index .news-item:after {
    height: 3vw;
  }
  #all-wrapper.news-on-index .news-item .title {
    font-size: 1.35vw;
    margin-bottom: 1.5vw;
  }
  #all-wrapper.news-on-index .news-item .media {
    margin-bottom: 1.5vw;
  }
  #all-wrapper.news-on-index .news-item .item p {
    font-size: 1.25vw;
  }

  #all-wrapper.audio {
    top: 0.85vw;
  }
  #all-wrapper.audio .audio-item {
    margin-bottom: 5vw;
  }
  #all-wrapper.audio .audio-item h2 {
    margin-bottom: 2vw;
  }
  #all-wrapper.audio .podcastcontent {
    margin-bottom: 5vw;
  }

  #all-wrapper.informations {
    padding-bottom: 5vw;
  }
  #all-wrapper.informations .first {
    margin-top: 6.85vw;
    position: relative;
    display: block;
    width: 50%;
    margin-right: 15%;
    float: left;
  }
  #all-wrapper.informations .first p {
    font-size: 3.25vw;
    font-size: 1.35vw;
    line-height: 1;
  }
  #all-wrapper.informations .first b,
#all-wrapper.informations .first strong {
    font-family: "00businesshistory-regular", serif;
    font-weight: normal;
    font-size: 3vw;
    font-size: 1.42vw;
  }
  #all-wrapper.informations .second {
    margin-top: 5vw;
    width: 50%;
    margin-right: 15%;
    float: left;
  }
  #all-wrapper.informations .second p {
    font-size: 1.35vw;
  }
  #all-wrapper.informations .third {
    width: 24%;
    font-size: 3.25vw;
    font-size: 1.35vw;
    margin-top: 0vw;
    text-align: center;
    float: right;
    position: absolute;
    right: 5vw;
    top: 6.85vw;
  }
  #all-wrapper.informations .third b,
#all-wrapper.informations .third strong {
    font-family: "00businesshistory-regular", serif;
    font-weight: normal;
    font-size: 3vw;
    font-size: 1.42vw;
  }
  #all-wrapper.informations .fourth {
    margin-left: 2%;
    width: 24%;
    font-size: 3.25vw;
    font-size: 1.35vw;
    margin-top: 5vw;
    float: right;
    position: absolute;
    right: 5vw;
    top: 13.85vw;
  }
  #all-wrapper.informations .fourth b,
#all-wrapper.informations .fourth strong {
    font-family: "00businesshistory-regular", serif;
    font-weight: normal;
    font-size: 3vw;
    font-size: 1.42vw;
  }

  #all-wrapper.contact {
    top: 6.72vw;
  }
  #all-wrapper.contact h2,
#all-wrapper.contact p {
    font-size: 3.25vw;
  }
  #all-wrapper.contact .social {
    width: 45%;
    float: left;
  }
  #all-wrapper.contact .address {
    width: 45%;
    float: left;
  }

  .credits {
    position: fixed;
    bottom: 1.75vw;
    font-size: 7pt;
    left: 59vw;
    top: auto;
  }

  #all-wrapper.digital-page {
    top: 6.72vw;
    width: 74vw;
  }

  body.post-type-archive-digital_type #all-wrapper .first,
body.single-digital_type #all-wrapper .first {
    width: 72.75vw;
    left: 0;
    display: block;
    margin-top: 0.25vw;
    padding-left: 3%;
    padding-right: 3%;
  }
  body.post-type-archive-digital_type #all-wrapper h1,
body.single-digital_type #all-wrapper h1 {
    font-size: 3.1vw;
  }
  body.post-type-archive-digital_type #all-wrapper h2,
body.single-digital_type #all-wrapper h2 {
    font-family: "00businesshistory-regular", serif;
    text-align: center;
    margin-bottom: 4vw;
  }
  body.post-type-archive-digital_type #all-wrapper p,
body.single-digital_type #all-wrapper p {
    text-align: center;
  }
  body.post-type-archive-digital_type #all-wrapper .digital-exhibition-item,
body.single-digital_type #all-wrapper .digital-exhibition-item {
    padding: 2.5%;
    margin-bottom: 5vw;
    position: relative;
    border-radius: 5%;
    float: left;
    width: 35.73vw;
    margin-right: 1.25vw;
    float: left;
    min-height: auto;
    height: 24vw;
  }

  body.page-id-922,
body.single-digital_type {
    background-color: black;
  }
  body.page-id-922 footer,
body.single-digital_type footer {
    height: 0vw;
  }
  body.page-id-922 footer .mobile,
body.single-digital_type footer .mobile {
    display: none;
  }
  body.page-id-922 footer .desktop,
body.single-digital_type footer .desktop {
    display: block;
  }
  body.page-id-922 footer .desktop .spaceinformationtrigger,
body.single-digital_type footer .desktop .spaceinformationtrigger {
    display: block;
  }
  body.page-id-922 footer .purchase,
body.single-digital_type footer .purchase {
    height: 1.75vw;
    font-size: 1.15vw;
    border-radius: 0.75vw;
    padding: 0.3vw;
    position: fixed;
    right: 0.5vw;
    line-height: 1;
    font-family: "00businesshistory-regular", serif;
    bottom: 0.5vw;
    width: 23.5vw;
    text-align: center;
    cursor: pointer;
  }
  body.page-id-922 footer .arrows,
body.single-digital_type footer .arrows {
    height: 1.75vw;
    font-size: 1.15vw;
    border-radius: 0.75vw;
    padding: 0.4vw;
    width: 99vw;
    position: fixed;
    bottom: 2.75vw;
    left: 0.5vw;
    text-align: center;
    line-height: 1;
    transition: opacity 0.3s;
  }
  body.page-id-922 #menu_digital,
body.single-digital_type #menu_digital {
    z-index: 107;
  }
  .close-two {
    display: none;
  }

  body.page-id-922 .first,
body.single-digital_type .first {
    margin-top: 5.75vw;
    position: relative;
  }
  body.page-id-922 .first h2,
body.single-digital_type .first h2 {
    font-size: 3.1vw;
    font-family: "00businesshistory-regular", serif;
    text-align: center;
    margin-bottom: 6vw;
  }
  body.page-id-922 .title-exhibition,
body.single-digital_type .title-exhibition {
    padding-left: 27%;
    padding-right: 27%;
    transition: opacity 0.3s;
  }
  body.page-id-922 .title-exhibition h1,
body.single-digital_type .title-exhibition h1 {
    font-size: 3.1vw;
  }

  #spaceinformation {
    background-color: #d6d6d6;
    width: 75.5vw;
    height: 100%;
    padding-bottom: 1.3vw;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    left: 100%;
    padding-left: 1.2vw;
    top: 0;
    padding-top: 1.2vw;
    z-index: 103;
    transition: all 0.5s;
  }
  #spaceinformation.open {
    left: 24.5vw;
    transition: all 0.5s;
  }
  #spaceinformation.open .close-one {
    left: 24.5vw;
    transition: all 0.5s;
  }
  #spaceinformation .close-one {
    float: none;
    display: inline-block;
    left: 1.3vw;
    position: fixed;
    left: 100%;
    transition: all 0.5s;
    right: auto;
    font-size: 3vw;
    top: 0.5vw;
    font-family: "00businesshistory-regular", serif;
    transition: all 0.5s;
    padding-left: 1.5vw;
    background-color: #d6d6d6;
    width: 76vw;
    z-index: 2;
    top: 0;
    padding-top: 0.5vw;
  }
  #spaceinformation h1,
#spaceinformation h2 {
    font-size: 3.25vw;
    margin-bottom: 3vw;
    font-family: "00businesshistory-regular", serif;
    display: block;
    margin-top: 6.4vw;
    padding-left: 10%;
    padding-right: 10%;
  }
  #spaceinformation .first {
    margin-top: 6.4vw;
    position: relative;
    display: block;
    width: 72vw;
    left: 0.5vw;
    text-align: left;
    column-count: 2;
  }
  #spaceinformation .first h1,
#spaceinformation .first h2 {
    font-size: 3.25vw;
    margin-bottom: 3vw;
  }
  #spaceinformation .first p {
    font-size: 1.35vw;
  }
  #spaceinformation .aquisitions {
    margin-top: 5vw;
    margin-bottom: 0vw;
    width: 72.5vw;
    left: 0.5vw;
  }
  #spaceinformation .aquisitions .creditss {
    text-align: center;
    margin-top: 10vw;
    line-height: 1.2;
    margin-bottom: 2vw;
  }
  #spaceinformation .aquisitions .credits {
    margin-top: 10vw;
  }
  #spaceinformation .aquisitions h2 {
    font-size: 3vw;
    margin-bottom: 5vw;
  }
  #spaceinformation .aquisitions-single {
    margin-top: 5vw;
    text-align: center;
    width: 50%;
    left: 25%;
    position: relative;
  }
  #spaceinformation .aquisitions-single p {
    font-size: 1.15vw;
  }
  #spaceinformation .aquisitions-single img {
    width: 100%;
    position: relative;
    margin-bottom: 1vw;
  }

  .otherspacestrigger {
    height: 1.75vw;
    font-size: 1.15vw;
    border-radius: 0.75vw;
    padding: 0.3vw;
    width: 23.5vw;
    left: 0.5vw;
    bottom: 0.5vw;
    cursor: pointer;
  }

  .spaceinformationtrigger {
    height: 1.75vw;
    font-size: 1.15vw;
    border-radius: 0.75vw;
    padding: 0.3vw;
    left: 24.5vw;
    width: 51vw;
    display: none;
    bottom: 0.5vw;
    cursor: pointer;
  }

  body.post-type-archive-digital_type #all-wrapper .first h2,
body.single-digital_type #all-wrapper .first h2 {
    font-family: "00businesshistory-regular", serif;
    text-align: center;
    margin-bottom: 6vw;
    font-size: 3.25vw;
  }

  body.single-digital_type #all-wrapper .first {
    margin-top: 6.4vw !important;
  }

  #all-wrapper.digital {
    background-color: #d6d6d6;
    width: 75.5vw;
    height: 100%;
    padding-bottom: 1.3vw;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    left: 100%;
    padding-left: 1.2vw;
    padding-top: 1.2vw;
    padding-right: 0vw;
    top: 0;
    z-index: 103;
    transition: all 0.5s;
  }
  #all-wrapper.digital a {
    display: inline-block;
  }
  #all-wrapper.digital.open {
    left: 24.5vw;
    transition: all 0.5s;
  }
  #all-wrapper.digital.open .close-one {
    left: 24.5vw;
    transition: all 0.5s;
  }
  #all-wrapper.digital.open .menu {
    right: 0%;
    transition: all 0.5s;
  }
  #all-wrapper.digital .close-one {
    float: none;
    display: inline-block;
    left: 1.3vw;
    position: fixed;
    left: 100%;
    transition: all 0.5s;
    right: auto;
    font-size: 3vw;
    top: 0.5vw;
    font-family: "00businesshistory-regular", serif;
    transition: all 0.5s;
    padding-left: 1.5vw;
    background-color: #d6d6d6;
    width: 76vw;
    z-index: 2;
    top: 0;
    padding-top: 0.5vw;
  }
  #all-wrapper.digital .menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 4vw;
    padding-top: 0.5vw;
    z-index: 9999;
    background-color: #d6d6d6;
    font-family: "00businesshistory-regular", serif;
    font-weight: normal;
    font-size: 3vw;
    width: 74%;
    padding-left: 1.2vw;
    cursor: pointer;
    transition: all 0.5s;
  }
  #all-wrapper.digital .menu .logo {
    display: none;
  }
  #all-wrapper.digital .menu .digital {
    display: inline-block;
    float: none;
    right: 1.3vw;
    position: absolute;
    font-size: 3vw;
    top: 0.5vw;
    font-family: "00businesshistory-regular", serif;
    text-align: right;
  }
  #all-wrapper.digital .first {
    margin-top: 6.4vw;
    position: relative;
    display: block;
    width: 90%;
    left: 5%;
    text-align: center;
  }
  #all-wrapper.digital .first h2 {
    font-size: 3.25vw;
  }
  #all-wrapper.digital .first p {
    font-size: 1.35vw;
  }
  #all-wrapper.digital .first b,
#all-wrapper.digital .first strong {
    font-family: "00businesshistory-regular", serif;
    font-weight: normal;
    font-size: 3vw;
    margin-bottom: 1.4vw;
  }
  #all-wrapper.digital .second {
    margin-top: 1.4vw;
    position: relative;
    display: block;
    width: 100%;
    left: 0%;
    text-align: left;
    column-count: 2;
  }
  #all-wrapper.digital .second p {
    font-size: 1.35vw;
  }
  #all-wrapper.digital .aquisitions {
    margin-top: 5vw;
    margin-bottom: 0vw;
    width: 71.7vw;
  }
  #all-wrapper.digital .aquisitions .credits {
    margin-top: 10vw;
    text-align: center;
    margin-top: 10vw;
    line-height: 1.2;
    margin-bottom: 2vw;
  }
  #all-wrapper.digital .aquisitions h2 {
    font-size: 3vw;
    margin-bottom: 5vw;
  }
  #all-wrapper.digital .aquisitions-single {
    margin-top: 5vw;
    text-align: center;
    width: 50%;
    left: 25%;
    position: relative;
  }
  #all-wrapper.digital .aquisitions-single p {
    font-size: 1.15vw;
  }
  #all-wrapper.digital .aquisitions-single img {
    width: 100%;
    position: relative;
    margin-bottom: 1vw;
  }
}
/* Ration minimal */
@media (max-aspect-ratio: 10/7) and (min-width: 768px) {
  #projects-wrapper {
    width: 100vw;
    left: 0;
    position: relative;
    top: 0vw;
    padding-bottom: 0vw;
  }
  #projects-wrapper .layout {
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  #projects-wrapper .layout img {
    max-width: 100%;
    max-height: 100%;
  }
  #projects-wrapper .plein-ecran .div1 {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-size: cover;
    position: relative;
    background-position: center center;
  }
  #projects-wrapper .une-image .div1 {
    width: auto;
    height: 60vh;
    margin-left: 5.5vh;
    top: 16vh;
    position: relative;
  }
  #projects-wrapper .une-image .div1 img {
    height: 100%;
  }
  #projects-wrapper .une-image-centre .div1 {
    width: auto;
    height: 50vh;
    margin-left: 50%;
    top: 25vh;
    position: relative;
    transform: translate(-50%, 0);
  }
  #projects-wrapper .une-image-centre .div1 img {
    height: 100%;
  }
  #projects-wrapper .deux-images .div1 {
    width: auto;
    height: 45vh;
    left: 5.5vh;
    top: 17vh;
    position: absolute;
  }
  #projects-wrapper .deux-images .div1 img {
    height: 100%;
  }
  #projects-wrapper .deux-images .div2 {
    height: 35vh;
    width: auto;
    right: 11vh !important;
    bottom: 16vh !important;
    position: absolute;
    left: auto;
    top: auto;
  }
  #projects-wrapper .deux-images .div2 img {
    height: 100%;
  }

  #single-projects-wrapper {
    width: 100vw;
    left: 0;
    position: relative;
    top: 0vw;
    padding-bottom: 0vw;
  }
  #single-projects-wrapper .layout {
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  #single-projects-wrapper .layout img {
    max-width: 100%;
    max-height: 100%;
  }
  #single-projects-wrapper .plein-ecran .div1 {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-size: cover;
    position: relative;
    background-position: center center;
  }
  #single-projects-wrapper .une-image .div1 {
    width: auto;
    height: 60vh;
    margin-left: 5.5vh;
    top: 16vh;
    position: relative;
  }
  #single-projects-wrapper .une-image .div1 img {
    height: 100%;
  }
  #single-projects-wrapper .une-image-centre .div1 {
    width: auto;
    height: 50vh;
    margin-left: 50%;
    top: 25vh;
    position: relative;
    transform: translate(-50%, 0);
  }
  #single-projects-wrapper .une-image-centre .div1 img {
    height: 100%;
  }
  #single-projects-wrapper .deux-images .div1 {
    width: auto;
    height: 45vh;
    left: 5.5vh;
    top: 17vh;
    position: absolute;
  }
  #single-projects-wrapper .deux-images .div1 img {
    height: 100%;
  }
  #single-projects-wrapper .deux-images .div2 {
    height: 35vh;
    width: auto;
    right: 11vh !important;
    bottom: 16vh !important;
    position: absolute;
    left: auto;
    top: auto;
  }
  #single-projects-wrapper .deux-images .div2 img {
    height: 100%;
  }
}
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}
