/*****
  Import the things that dont output anything
*****/
:root {
  --vh-offset: 0px;
}

/**
  Darking blue: 82d1d9
  Lightish blue: cfe9ec
**/
/*****
  Now import the things that do output stuff
*****/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 14px 11px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

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

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

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

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

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

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

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

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#media-queries:before {
  content: '("mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "larger_tablet": 1150px, "smaller_desktop": 1250px, "small_desktop": 1300px, "desktop": 1400px, "huge": 1800px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

[data-href] {
  cursor: pointer;
}

/*****
  Generic styles used site-wide
*****/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #ffffff;
}

html[data-nav-state="open"] body {
  overflow: hidden;
}

.wrapper, .padded-wrapper {
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1399px) {
  .padded, .padded-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media (min-width: 1400px) {
  .padded, .padded-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

body {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  color: #141414;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}

@media (max-width: 499px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  body {
    font-size: 19px;
  }
}

@media (min-width: 900px) {
  body {
    font-size: 20px;
  }
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 200;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

h1.huge, .h1.huge {
  line-height: 0.88;
  font-weight: 100;
}

h1.huge, .h1.huge {
  font-size: 50px;
}

@media screen and (min-width: 400px) {
  h1.huge, .h1.huge {
    font-size: calc(50px + 60 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  h1.huge, .h1.huge {
    font-size: 110px;
  }
}

h1.larger, .h1.larger {
  line-height: 0.88;
  font-weight: 100;
}

h1.larger, .h1.larger {
  font-size: 40px;
}

@media screen and (min-width: 400px) {
  h1.larger, .h1.larger {
    font-size: calc(40px + 30 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  h1.larger, .h1.larger {
    font-size: 70px;
  }
}

h1, .h1 {
  line-height: 0.88;
}

h1, .h1 {
  font-size: 40px;
}

@media screen and (min-width: 400px) {
  h1, .h1 {
    font-size: calc(40px + 20 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  h1, .h1 {
    font-size: 60px;
  }
}

h2, .h2 {
  line-height: 0.88;
}

h2, .h2 {
  font-size: 32px;
}

@media screen and (min-width: 400px) {
  h2, .h2 {
    font-size: calc(32px + 13 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  h2, .h2 {
    font-size: 45px;
  }
}

h3, .h3 {
  font-size: 18px;
}

@media screen and (min-width: 400px) {
  h3, .h3 {
    font-size: calc(18px + 7 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  h3, .h3 {
    font-size: 25px;
  }
}

@media (max-width: 499px) {
  h4, .h4 {
    font-size: 21px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h4, .h4 {
    font-size: 23px;
  }
}

@media (min-width: 900px) {
  h4, .h4 {
    font-size: 26px;
  }
}

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

@media screen and (min-width: 400px) {
  h5, .h5 {
    font-size: calc(16px + 4 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  h5, .h5 {
    font-size: 20px;
  }
}

@media (max-width: 499px) {
  h6, .h6 {
    font-size: 17px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h6, .h6 {
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  h6, .h6 {
    font-size: 19px;
  }
}

.footer-content-newsletter form input[type="email"]::-webkit-input-placeholder {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.footer-content-newsletter form input[type="email"]::-moz-placeholder {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.footer-content-newsletter form input[type="email"]:-ms-input-placeholder {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.footer-content-newsletter form input[type="email"]::-ms-input-placeholder {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.small-caps, .button, .button-light, .button-ghost, .button-light-ghost-round, .button-ghost-round, .footer-content-newsletter form input[type="email"]::placeholder {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 599px) {
  .footer-content-newsletter form input[type="email"]::-webkit-input-placeholder {
    font-size: 13px;
  }
  .footer-content-newsletter form input[type="email"]::-moz-placeholder {
    font-size: 13px;
  }
  .footer-content-newsletter form input[type="email"]:-ms-input-placeholder {
    font-size: 13px;
  }
  .footer-content-newsletter form input[type="email"]::-ms-input-placeholder {
    font-size: 13px;
  }
  .small-caps, .button, .button-light, .button-ghost, .button-light-ghost-round, .button-ghost-round, .footer-content-newsletter form input[type="email"]::placeholder {
    font-size: 13px;
  }
}

@media (min-width: 600px) {
  .footer-content-newsletter form input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .footer-content-newsletter form input[type="email"]::-moz-placeholder {
    font-size: 14px;
  }
  .footer-content-newsletter form input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
  }
  .footer-content-newsletter form input[type="email"]::-ms-input-placeholder {
    font-size: 14px;
  }
  .small-caps, .button, .button-light, .button-ghost, .button-light-ghost-round, .button-ghost-round, .footer-content-newsletter form input[type="email"]::placeholder {
    font-size: 14px;
  }
}

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}

article p a, article li a {
  text-decoration: none;
  color: #7bcad2;
}

article p a:hover, article li a:hover {
  text-decoration: underline;
}

svg {
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.nice-type p {
  margin-top: 1.65em;
  margin-bottom: 1.65em;
}

.nice-type .fluid-width-video-wrapper,
.nice-type [class*="wp-image"] {
  margin-top: 3em;
  margin-bottom: 3em;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nice-type .blockquote {
  margin-top: 4.9em;
}

.nice-type .blockquote + .blockquote {
  border-top: 1px solid rgba(13, 15, 20, 0.15);
  padding-top: 3.3em;
  margin-top: 2.9em;
}

.nice-type > *:first-child {
  margin-top: 0;
}

.nice-type > *:last-child {
  margin-bottom: 0;
}

.button, .button-light {
  display: inline-block;
  text-align: center;
  border: 1px solid #141414;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
  position: relative;
}

.button svg[data-icon="button_arrow"], .button-light svg[data-icon="button_arrow"] {
  display: block;
  fill: lime;
  width: 32px;
  height: 8px;
  fill: currentColor;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -16px;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}

@media (max-width: 599px) {
  .button, .button-light {
    padding: 12px 18px 11px;
    min-width: 150px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .button, .button-light {
    padding: 15px 20px 14px;
    min-width: 160px;
  }
}

@media (min-width: 1000px) {
  .button, .button-light {
    padding: 17px 24px 16px;
    min-width: 170px;
  }
}

.button.active, .active.button-light,
.button:hover,
.button-light:hover {
  background: #cfe9ec;
  border-color: #cfe9ec;
  color: #0d0f14;
}

.button.active svg[data-icon="button_arrow"], .active.button-light svg[data-icon="button_arrow"],
.button:hover svg[data-icon="button_arrow"],
.button-light:hover svg[data-icon="button_arrow"] {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.button-light {
  border-color: #0d0f14;
  color: #0d0f14;
}

.button-ghost {
  display: inline-block;
  text-align: center;
  border: 1px solid #141414;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
  position: relative;
}

.button-ghost svg[data-icon="button_arrow"] {
  display: block;
  fill: lime;
  width: 32px;
  height: 8px;
  fill: currentColor;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -16px;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}

@media (max-width: 599px) {
  .button-ghost {
    padding: 12px 18px 11px;
    min-width: 150px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .button-ghost {
    padding: 15px 20px 14px;
    min-width: 160px;
  }
}

@media (min-width: 1000px) {
  .button-ghost {
    padding: 17px 24px 16px;
    min-width: 170px;
  }
}

.button-ghost.active,
.button-ghost:hover {
  background: #cfe9ec;
  border-color: #cfe9ec;
  color: #0d0f14;
}

.button-ghost.active svg[data-icon="button_arrow"],
.button-ghost:hover svg[data-icon="button_arrow"] {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.button-light-ghost-round {
  display: inline-block;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
  border-radius: 50px;
}

@media (max-width: 599px) {
  .button-light-ghost-round {
    padding: 12px 18px 11px;
  }
}

@media (min-width: 600px) {
  .button-light-ghost-round {
    padding: 13px 24px;
    min-width: 150px;
  }
}

.button-ghost-round {
  display: inline-block;
  text-align: center;
  border: 1px solid #000000;
  color: #000000;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
  border-radius: 50px;
}

@media (max-width: 599px) {
  .button-ghost-round {
    padding: 12px 18px 11px;
  }
}

@media (min-width: 600px) {
  .button-ghost-round {
    padding: 13px 24px;
    min-width: 150px;
  }
}

.button-ghost-round:hover {
  background: #7bcad2;
  border-color: #7bcad2;
  color: #ffffff;
}

/*--------------------------------------------------------------
##  Policy styling
--------------------------------------------------------------*/
.default-page-wrapper {
  padding-top: 5em;
  padding-bottom: 5em;
  font-size: 16px;
}

@media all and (min-width: 600px) {
  .default-page-wrapper {
    font-size: 18px;
  }
}

.default-page-wrapper h1 {
  font-size: 2em;
}

.default-page-wrapper h2 {
  font-size: 1.6em;
}

.default-page-wrapper h3 {
  font-size: 1.3em;
}

.default-page-wrapper h3,
.default-page-wrapper h2,
.default-page-wrapper h1 {
  margin-bottom: 0.3em;
  text-align: left;
}

.default-page-wrapper h3,
.default-page-wrapper h2,
.default-page-wrapper h1:not(:first-of-type) {
  margin-top: 1em;
}

.default-page-wrapper p {
  font-size: 1em;
  line-height: 1.3em;
}

.default-page-wrapper ol,
.default-page-wrapper ul {
  display: list-item;
  text-align: left;
  margin-left: 2em;
  float: left;
  margin-bottom: 1em;
  margin-top: 1em;
  list-style: none;
  width: 100%;
}

.default-page-wrapper li {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1.3em;
  list-style: disc;
}

.default-page-wrapper ol li {
  list-style: decimal;
}

.default-page-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  border: none;
  margin: 2em 0;
  border: 1px solid #d9d9d9;
  text-align: left;
}

.default-page-wrapper table td {
  border: none;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.default-page-wrapper table tr:first-of-type td {
  font-weight: 400;
}

.default-page-wrapper table tr:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.05);
}

.default-page-wrapper table tr:nth-of-type(1) {
  background: rgba(0, 0, 0, 0.15);
}

.default-page-wrapper table tr:nth-of-type(1) td {
  font-weight: 600;
}

.default-page-wrapper a {
  color: inherit;
  text-decoration: underline;
}

.default-page-wrapper a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
##  Cookie consent
--------------------------------------------------------------*/
.cc-window {
  background: #e6e6e6;
  color: #000;
  overflow: visible;
  width: calc(100% - 40px);
  max-width: none;
  bottom: 0;
  padding: 15px;
  position: fixed;
  bottom: 20px;
  z-index: 550;
  max-width: 400px;
  left: 20px;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.cc-message {
  display: block;
  float: left;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 10px;
}

.cc-btn {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  border: 2px solid #2a2d32;
  padding: 13px 15px 11px;
  display: inline-block;
  min-width: 166px;
  text-align: center;
  color: #ffffff;
  background: #2a2d32;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

.cc-btn:hover {
  background: rgba(208, 46, 66, 0);
  color: #2a2d32;
}

.cc-link {
  color: #000;
  text-decoration: underline;
}

.cc-link:hover {
  text-decoration: none;
}

.cc-compliance {
  float: right;
  width: 100%;
}

@media all and (min-width: 600px) {
  .cc-window {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .cc-compliance {
    float: right;
    width: auto;
  }
  .cc-btn {
    width: 190px;
    padding: 10px;
    display: inline;
    width: auto;
    font-size: 13px;
  }
  .cc-message {
    margin-bottom: 0px;
    width: calc(100% - 85px);
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  z-index: 100;
}

.site-header .wrapper, .site-header .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1240px;
}

.site-header-logo {
  display: block;
  position: relative;
}

.site-header-logo svg {
  display: block;
  fill: #ffffff;
}

.site-menu-toggle {
  border: 1px solid #ffffff;
  position: relative;
  z-index: 150;
}

.site-menu-toggle .hamburger-box {
  display: block;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transform: scaleX(0.65) translateX(-24%);
          transform: scaleX(0.65) translateX(-24%);
}

html[data-nav-state="open"] .site-menu-toggle {
  border-color: #0d0f14;
}

html[data-nav-state="open"] .hamburger-inner,
html[data-nav-state="open"] .hamburger-inner::before,
html[data-nav-state="open"] .hamburger-inner::after {
  background-color: #0d0f14;
}

@media (max-width: 599px) {
  .site-header {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .site-header .wrapper, .site-header .padded-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .site-header-logo {
    width: 100%;
  }
  .site-header-logo svg {
    width: 100%;
    width: 200px;
    height: 68px;
  }
  .site-menu-toggle {
    bottom: 6px;
  }
}

@media (min-width: 600px) {
  .site-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .site-header-logo {
    top: -10px;
  }
  .site-header-logo svg {
    width: 290px;
    height: 98px;
  }
}

.site-header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
  z-index: 120;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.01s ease 0.51s;
  transition: opacity 0.5s ease, -webkit-transform 0.01s ease 0.51s;
  transition: opacity 0.5s ease, transform 0.01s ease 0.51s;
  transition: opacity 0.5s ease, transform 0.01s ease 0.51s, -webkit-transform 0.01s ease 0.51s;
}

html[data-nav-state="open"] .site-header-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.02s, -webkit-transform 0.01s ease;
  transition: opacity 0.3s ease 0.02s, -webkit-transform 0.01s ease;
  transition: opacity 0.3s ease 0.02s, transform 0.01s ease;
  transition: opacity 0.3s ease 0.02s, transform 0.01s ease, -webkit-transform 0.01s ease;
}

.site-header-nav ul {
  margin: auto;
  padding: 0;
  list-style: none;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.site-header-nav li:nth-child(n+2) {
  margin-top: 4px;
}

@media screen and (min-width: 400px) {
  .site-header-nav li:nth-child(n+2) {
    margin-top: calc(4px + 16 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .site-header-nav li:nth-child(n+2) {
    margin-top: 20px;
  }
}

.site-header-nav a {
  display: inline-block;
  font-size: 45px;
  line-height: 1;
  padding: 0.15em 0.5em;
  font-weight: 300;
  color: rgba(13, 15, 20, 0.28);
}

.site-header-nav a {
  font-size: 30px;
}

@media screen and (min-width: 400px) {
  .site-header-nav a {
    font-size: calc(30px + 15 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .site-header-nav a {
    font-size: 45px;
  }
}

.site-header-nav li.current-menu-item a,
.site-header-nav li.current_page_parent a,
.site-header-nav li:hover a {
  color: #0d0f14;
}

.footer-quotes {
  margin-top: 50px;
}

.footer-quotes .wrapper, .footer-quotes .padded-wrapper {
  border-top: 1px solid rgba(13, 15, 20, 0.15);
  max-width: 820px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-quotes .blockquote {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.footer-quotes .blockquote h3.blockquote-text {
  line-height: 1;
}

.footer-quotes .blockquote h3.blockquote-text {
  font-size: 28px;
}

@media screen and (min-width: 400px) {
  .footer-quotes .blockquote h3.blockquote-text {
    font-size: calc(28px + 7 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  .footer-quotes .blockquote h3.blockquote-text {
    font-size: 35px;
  }
}

.footer-quotes + .site-footer {
  margin-top: 80px;
}

.site-footer {
  color: #ffffff;
  position: relative;
}

.footer-content {
  background: #0d0f14;
}

.footer-content .wrapper, .footer-content .padded-wrapper {
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-content-newsletter {
  position: relative;
  color: #0d0f14;
}

.footer-content-newsletter:before {
  content: '';
  background: url("../jpg/stayintouch_blue.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 20;
}

.footer-content-newsletter > * {
  position: relative;
  z-index: 30;
}

.footer-content-newsletter h1 {
  letter-spacing: 0.025em;
}

.footer-content-newsletter form {
  border: 1px solid #0d0f14;
  max-width: 493px;
}

.footer-content-newsletter form input[type="email"] {
  display: block;
  width: 100%;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: transparent;
  border: 0;
  color: #0d0f14;
}

.footer-content-newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #0d0f14;
}

.footer-content-newsletter form input[type="email"]::-moz-placeholder {
  color: #0d0f14;
}

.footer-content-newsletter form input[type="email"]:-ms-input-placeholder {
  color: #0d0f14;
}

.footer-content-newsletter form input[type="email"]::-ms-input-placeholder {
  color: #0d0f14;
}

.footer-content-newsletter form input[type="email"]::placeholder {
  color: #0d0f14;
}

.footer-content-newsletter form input[type="email"]:focus {
  outline: 0;
}

.footer-content-newsletter form button {
  position: absolute;
  background: #ffffff;
  border: 0;
  color: #0d0f14;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
}

.footer-content-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-content-text svg[data-icon="logo"] {
  display: block;
  fill: #ffffff;
  margin-bottom: auto;
}

.footer-content-text .links {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-content-text .links p {
  margin: 0;
}

.footer-content-text .links a {
  color: #7bcad2;
  text-decoration: underline;
}

.footer-content-text .links a:hover {
  text-decoration: none;
}

.site-footer-social {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer-social svg {
  fill: #ffffff;
}

.site-footer-social svg[data-icon="facebook"] {
  width: 9.4px;
  height: 20.2px;
}

.site-footer-social svg[data-icon="ig"] {
  width: 23.1px;
  height: 23.1px;
}

.site-footer-social svg[data-icon="twitter"] {
  width: 23.3px;
  height: 18.9px;
}

.site-footer-social svg[data-icon="youtube"] {
  width: 21px;
  height: 20.5px;
}

.site-footer-social a:hover svg {
  fill: #7bcad2;
}

.footer-legal {
  background: #0d0f14;
}

.footer-legal .wrapper, .footer-legal .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1030px;
}

.site-footer-exclusivity,
.site-footer-copyright {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

@media (max-width: 1149px) {
  .footer-content .wrapper, .footer-content .padded-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-content-newsletter {
    width: 100%;
    padding-top: calc(20px + 3vw);
    padding-bottom: calc(20px + 3vw);
  }
  .footer-content-newsletter:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -3vw;
    width: calc(100% + 6vw);
  }
  .footer-content-newsletter h1 {
    text-align: center;
  }
  .footer-content-newsletter form {
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-content-newsletter form input[type="email"] {
    padding: 19px 160px 19px 24px;
    font-size: 14px;
  }
  .footer-content-newsletter form button {
    top: 4px;
    right: 4px;
    padding: 16px 20px 16px;
    width: 143px;
  }
  .footer-content-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: calc(20px + 3vw);
    padding-bottom: calc(20px + 3vw);
  }
  .footer-content-text svg[data-icon="logo"] {
    width: 294px;
    height: 99px;
  }
  .footer-content-text .links {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
  }
  .site-footer-social {
    margin: 20px 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer-social li + li {
    margin-left: 20px;
  }
  .footer-legal {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-legal .wrapper, .footer-legal .padded-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1150px) {
  .footer-content-newsletter {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: -50px;
    padding-top: calc(50px + 34px);
    padding-right: 20px;
    padding-bottom: 86px;
  }
  .footer-content-newsletter:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50vw;
  }
  .footer-content-newsletter form {
    margin-top: 17px;
  }
  .footer-content-newsletter form input[type="email"] {
    padding: 19px 160px 19px 24px;
    font-size: 14px;
  }
  .footer-content-newsletter form button {
    top: 4px;
    right: 4px;
    padding: 16px 20px 16px;
    width: 143px;
  }
  .footer-content-text {
    width: 50%;
    padding-left: 40px;
    padding-top: 20px;
  }
  .footer-content-text svg[data-icon="logo"] {
    width: 294px;
    height: 99px;
  }
  .footer-content-text .links {
    margin-top: 20px;
    padding-top: 20px;
  }
  .site-footer-social {
    margin: 20px 0 0 0;
  }
  .site-footer-social li + li {
    margin-left: 20px;
  }
  .footer-legal {
    padding-top: 25px;
    padding-bottom: 17px;
  }
  .footer-legal .wrapper, .footer-legal .padded-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body.home .footer-quotes {
  background-color: #f7f8fb;
  margin-top: 0;
  padding-top: 50px;
}

body.home .site-footer {
  background-color: #f7f8fb;
  margin-top: 0;
  padding-top: 80px;
}

.load-more-wrapper {
  text-align: center;
}

.load-more-wrapper {
  margin-top: 45px;
}

@media screen and (min-width: 400px) {
  .load-more-wrapper {
    margin-top: calc(45px + 68 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .load-more-wrapper {
    margin-top: 113px;
  }
}

.load-more-wrapper {
  margin-bottom: 45px;
}

@media screen and (min-width: 400px) {
  .load-more-wrapper {
    margin-bottom: calc(45px + 68 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .load-more-wrapper {
    margin-bottom: 113px;
  }
}

.load-more-wrapper .button, .load-more-wrapper .button-light {
  min-width: 170px;
}

.load-more-wrapper .js-load-more svg {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.load-more-wrapper .js-load-more.loading svg {
  display: block;
}

.blockquote {
  margin: 0;
  padding: 0;
  text-align: center;
}

.blockquote-text {
  line-height: 1.36;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.blockquote-text {
  font-size: 20px;
}

@media screen and (min-width: 400px) {
  .blockquote-text {
    font-size: calc(20px + 5 * ((100vw - 400px) / 300));
  }
}

@media screen and (min-width: 700px) {
  .blockquote-text {
    font-size: 25px;
  }
}

.blockquote-cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blockquote-cite {
  padding-top: 25px;
}

@media screen and (min-width: 400px) {
  .blockquote-cite {
    padding-top: calc(25px + 14 * ((100vw - 400px) / 300));
  }
}

@media screen and (min-width: 700px) {
  .blockquote-cite {
    padding-top: 39px;
  }
}

.blockquote-cite {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .blockquote-cite {
    font-size: calc(14px + 3 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .blockquote-cite {
    font-size: 17px;
  }
}

[data-accordion-item] {
  border-bottom: 1px solid red;
}

[data-accordion-item-toggle] {
  position: relative;
  cursor: pointer;
}

[data-accordion-item-toggle] h3 {
  position: relative;
}

[data-accordion-item-toggle-icon] {
  position: absolute;
}

[data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
  content: '';
  display: block;
  background: red;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

[data-accordion-item-toggle-icon]:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

[data-accordion-item="open"] [data-accordion-item-toggle-icon]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

[data-accordion-item-content] {
  display: none;
}

@media (max-width: 699px) {
  [data-accordion-item] {
    padding-bottom: 10px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    font-size: 15px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }
  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 20px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 18px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  [data-accordion-item] {
    padding-bottom: 14px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 24px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }
  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 26px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 18px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}

@media (min-width: 1000px) {
  [data-accordion-item] {
    padding-bottom: 14px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 35px;
    padding-bottom: 30px;
    padding-bottom: 17px;
  }
  [data-accordion-item-toggle-icon] {
    width: 26px;
    height: 26px;
    top: 34px;
    right: 6px;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 26px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}

.ajax-window {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  left: 100vw;
  -webkit-transition: opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, left 0.5s ease 0.55s;
  transition: transform 0.5s ease, opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  z-index: 500;
  opacity: 0;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}

.ajax-window.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s, left 0.05s ease;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
}

.ajax-window .ajax-window-content {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.ajax-window.temp-hide .ajax-window-content {
  opacity: 0;
}

.ajax-window-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 510;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-ajax-close] {
  cursor: pointer;
  width: 23px;
  height: 23px;
  fill: #000000;
}

[data-ajax-close]:hover {
  fill: #000000;
}

.ajax-window-top-close {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  position: absolute;
  top: 32px;
  right: 31px;
  z-index: 520;
}

.ajax-window-bottom-close-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 699px) {
  .ajax-window-inner {
    padding: 6vw 0 40px;
  }
  .ajax-window-bottom-close {
    margin-top: 50px;
  }
  .ajax-window-bottom-close-inner {
    padding-top: 40px;
  }
}

@media (min-width: 700px) {
  .ajax-window-inner {
    padding: 80px 0;
  }
  .ajax-window-bottom-close {
    margin-top: 71px;
  }
  .ajax-window-bottom-close-inner {
    padding-top: 63px;
  }
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}

.page-header.has-image {
  background: #000000;
  height: 100vmin;
}

body.is-local .page-header.has-image {
  max-height: 855px;
}

@media (orientation: portrait) {
  .page-header.has-image {
    height: 130vmin;
    max-height: 100vh;
  }
}

.page-header.has-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(42%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.83)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.83));
  z-index: 15;
}

.page-header.has-image {
  padding-bottom: 45px;
}

@media screen and (min-width: 400px) {
  .page-header.has-image {
    padding-bottom: calc(45px + 57 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .page-header.has-image {
    padding-bottom: 102px;
  }
}

.page-header.has-image.for-press {
  padding-bottom: 45px;
}

@media screen and (min-width: 400px) {
  .page-header.has-image.for-press {
    padding-bottom: calc(45px + 4 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .page-header.has-image.for-press {
    padding-bottom: 49px;
  }
}

.page-header.no-image {
  background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
  height: 50vw;
  max-height: 564px;
  color: #0d0f14;
}

@media (orientation: portrait) {
  .page-header.no-image {
    height: auto;
  }
  .page-header.no-image {
    padding-top: 150px;
  }
}

@media screen and (orientation: portrait) and (min-width: 400px) {
  .page-header.no-image {
    padding-top: calc(150px + 50 * ((100vw - 400px) / 1000));
  }
}

@media screen and (orientation: portrait) and (min-width: 1400px) {
  .page-header.no-image {
    padding-top: 200px;
  }
}

.page-header.no-image {
  padding-bottom: 30px;
}

@media screen and (min-width: 400px) {
  .page-header.no-image {
    padding-bottom: calc(30px + 20 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .page-header.no-image {
    padding-bottom: 50px;
  }
}

.page-header-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  z-index: 10;
}

.page-header-wrapper {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-header-wrapper.wrapper, .page-header-wrapper.padded-wrapper {
  position: relative;
  z-index: 30;
}

.page-header-title {
  line-height: 1;
  width: 100%;
}

.page-header-title.larger-title {
  font-weight: 100;
  line-height: 0.8;
}

.page-header-title.larger-title {
  font-size: 60px;
}

@media screen and (min-width: 400px) {
  .page-header-title.larger-title {
    font-size: calc(60px + 60 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .page-header-title.larger-title {
    font-size: 120px;
  }
}

.page-header-title.medium-title {
  font-weight: 200;
  max-width: calc(900px + 10vw);
  padding-left: 5vw;
  padding-right: 5vw;
}

.page-header-title.medium-title {
  font-size: 40px;
}

@media screen and (min-width: 400px) {
  .page-header-title.medium-title {
    font-size: calc(40px + 20 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .page-header-title.medium-title {
    font-size: 60px;
  }
}

.page-header.centered .page-header-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.page-header.for-press .press-item-type {
  margin-bottom: 1.15em;
}

.page-header.for-press .press-item-citation {
  margin-top: 1em;
}

.page-header.for-press.no-image .press-item-type {
  background: #ffffff;
  color: #7bcad2;
}

@media (max-width: 799px) {
  .page-header.has-button .page-header-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-header.has-button .button-light {
    margin-top: 2em;
  }
}

@media (min-width: 800px) {
  .page-header.has-button .page-header-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-header.has-button .button-light {
    min-width: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.filter-bar {
  padding-top: 35px;
}

@media screen and (min-width: 400px) {
  .filter-bar {
    padding-top: calc(35px + 35 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .filter-bar {
    padding-top: 70px;
  }
}

.filter-bar {
  padding-bottom: 35px;
}

@media screen and (min-width: 400px) {
  .filter-bar {
    padding-bottom: calc(35px + 35 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .filter-bar {
    padding-bottom: 70px;
  }
}

.filter-by-header {
  text-align: center;
  margin: 0;
}

.filter-bar-items {
  margin: 11px 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-bar-items li {
  margin: 6px;
}

body.tax-recordingtype .filter-bar-items li:nth-child(1) .button, body.tax-recordingtype .filter-bar-items li:nth-child(1) .button-light, body.tax-recordingtype .filter-bar-items li:nth-child(2) .button, body.tax-recordingtype .filter-bar-items li:nth-child(2) .button-light, body.tax-recordingtype .filter-bar-items li:nth-child(3) .button, body.tax-recordingtype .filter-bar-items li:nth-child(3) .button-light,
body.post-type-archive-recording .filter-bar-items li:nth-child(1) .button,
body.post-type-archive-recording .filter-bar-items li:nth-child(1) .button-light,
body.post-type-archive-recording .filter-bar-items li:nth-child(2) .button,
body.post-type-archive-recording .filter-bar-items li:nth-child(2) .button-light,
body.post-type-archive-recording .filter-bar-items li:nth-child(3) .button,
body.post-type-archive-recording .filter-bar-items li:nth-child(3) .button-light {
  min-width: auto;
}

@media (max-width: 599px) {
  body.tax-recordingtype .filter-bar-items li:nth-child(1) .button, body.tax-recordingtype .filter-bar-items li:nth-child(1) .button-light, body.tax-recordingtype .filter-bar-items li:nth-child(2) .button, body.tax-recordingtype .filter-bar-items li:nth-child(2) .button-light, body.tax-recordingtype .filter-bar-items li:nth-child(3) .button, body.tax-recordingtype .filter-bar-items li:nth-child(3) .button-light,
  body.post-type-archive-recording .filter-bar-items li:nth-child(1) .button,
  body.post-type-archive-recording .filter-bar-items li:nth-child(1) .button-light,
  body.post-type-archive-recording .filter-bar-items li:nth-child(2) .button,
  body.post-type-archive-recording .filter-bar-items li:nth-child(2) .button-light,
  body.post-type-archive-recording .filter-bar-items li:nth-child(3) .button,
  body.post-type-archive-recording .filter-bar-items li:nth-child(3) .button-light {
    width: 62px;
  }
}

@media (min-width: 600px) {
  body.tax-recordingtype .filter-bar-items li:nth-child(1) .button, body.tax-recordingtype .filter-bar-items li:nth-child(1) .button-light, body.tax-recordingtype .filter-bar-items li:nth-child(2) .button, body.tax-recordingtype .filter-bar-items li:nth-child(2) .button-light, body.tax-recordingtype .filter-bar-items li:nth-child(3) .button, body.tax-recordingtype .filter-bar-items li:nth-child(3) .button-light,
  body.post-type-archive-recording .filter-bar-items li:nth-child(1) .button,
  body.post-type-archive-recording .filter-bar-items li:nth-child(1) .button-light,
  body.post-type-archive-recording .filter-bar-items li:nth-child(2) .button,
  body.post-type-archive-recording .filter-bar-items li:nth-child(2) .button-light,
  body.post-type-archive-recording .filter-bar-items li:nth-child(3) .button,
  body.post-type-archive-recording .filter-bar-items li:nth-child(3) .button-light {
    width: 83px;
  }
}

.filter-bar-items li:nth-child(1) .button, .filter-bar-items li:nth-child(1) .button-light {
  min-width: auto;
}

@media (max-width: 599px) {
  .filter-bar-items li:nth-child(1) .button, .filter-bar-items li:nth-child(1) .button-light {
    width: 62px;
  }
}

@media (min-width: 600px) {
  .filter-bar-items li:nth-child(1) .button, .filter-bar-items li:nth-child(1) .button-light {
    width: 83px;
  }
}

.two-col-item .wrapper, .two-col-item .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.two-col-item .wrapper:before, .two-col-item .padded-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  left: 115%;
  z-index: -1;
  width: 100%;
  background-image: url("../png/paint-splash_blue.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 81.14%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 699px) {
  .two-col-item .wrapper:before, .two-col-item .padded-wrapper:before {
    display: none;
  }
}

.two-col-item.flipped .wrapper:before, .two-col-item.flipped .padded-wrapper:before,
.two-col-item:nth-child(even) .wrapper:before,
.two-col-item:nth-child(even) .padded-wrapper:before {
  left: -15%;
}

.two-col-item-media {
  display: block;
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  overflow: hidden;
}

.two-col-item-media:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 98.98%;
}

.two-col-item-media.squat:before {
  padding-bottom: 78.3%;
}

.two-col-item-media-image,
.two-col-item-media-image-hover,
.two-col-item-media-image-hover-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.two-col-item-media-image {
  background-size: cover;
  background-position: center center;
}

.two-col-item-media-image-hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#82d1d9), to(#cfe9ec));
  background-image: linear-gradient(to top right, #82d1d9, #cfe9ec);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.two-col-item-media-image-hover-inner {
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  mix-blend-mode: overlay;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.two-col-item-text {
  display: block;
  position: relative;
  background: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.two-col-item-text {
  padding-top: 36px;
}

@media screen and (min-width: 400px) {
  .two-col-item-text {
    padding-top: calc(36px + 17 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  .two-col-item-text {
    padding-top: 53px;
  }
}

.two-col-item-text {
  padding-right: 20px;
}

@media screen and (min-width: 400px) {
  .two-col-item-text {
    padding-right: calc(20px + 36 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  .two-col-item-text {
    padding-right: 56px;
  }
}

.two-col-item-text {
  padding-bottom: 25px;
}

@media screen and (min-width: 400px) {
  .two-col-item-text {
    padding-bottom: calc(25px + 32 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  .two-col-item-text {
    padding-bottom: 57px;
  }
}

.two-col-item-text {
  padding-left: 20px;
}

@media screen and (min-width: 400px) {
  .two-col-item-text {
    padding-left: calc(20px + 36 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  .two-col-item-text {
    padding-left: 56px;
  }
}

.two-col-item-text:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
  z-index: -1;
}

.two-col-item-text h1 {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

@media (max-width: 699px) {
  .two-col-item .wrapper, .two-col-item .padded-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .two-col-item-media {
    width: calc(100% - 20px);
  }
  .two-col-item-text {
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: -40px;
  }
  .two-col-item:nth-child(n+2) {
    margin-top: 89px;
  }
  .two-col-item.no-post-thumbnail .two-col-item-media {
    height: 100px;
  }
}

@media (min-width: 700px) {
  .two-col-item-text {
    margin-bottom: -39px;
  }
  body.post-type-archive-photo .two-col-item-text,
  body.tax-phototype .two-col-item-text {
    margin-bottom: -70px;
  }
  .two-col-item.has-post-thumbnail .two-col-item-media {
    width: 52.4%;
  }
  .two-col-item.has-post-thumbnail .two-col-item-text {
    margin-top: 149px;
    width: calc(47.6% + 13.8%);
  }
  body.post-type-archive-event .two-col-item.has-post-thumbnail .two-col-item-text {
    margin-top: 86px;
  }
  .two-col-item.no-post-thumbnail .two-col-item-media {
    width: 52.4%;
  }
  .two-col-item.no-post-thumbnail .two-col-item-text {
    margin-top: 96px;
    width: calc(47.6% + 44%);
    padding-right: 22%;
  }
  .two-col-item:nth-child(n+2) {
    margin-top: 128px;
  }
  body.tax-phototype .two-col-item:nth-child(n+2),
  body.post-type-archive-photo .two-col-item:nth-child(n+2) {
    margin-top: 197px;
  }
  .two-col-item:nth-child(odd).has-post-thumbnail .two-col-item-text {
    margin-left: -13.8%;
  }
  .two-col-item:nth-child(odd).no-post-thumbnail .two-col-item-text {
    margin-left: -44%;
  }
  .two-col-item.flipped .wrapper, .two-col-item.flipped .padded-wrapper, .two-col-item:nth-child(even) .wrapper, .two-col-item:nth-child(even) .padded-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .two-col-item.flipped.has-post-thumbnail .two-col-item-text, .two-col-item:nth-child(even).has-post-thumbnail .two-col-item-text {
    margin-right: -13.8%;
  }
  .two-col-item.flipped.no-post-thumbnail .two-col-item-text, .two-col-item:nth-child(even).no-post-thumbnail .two-col-item-text {
    margin-right: -44%;
  }
  .two-col-item.flipped.has-post-thumbnail .two-col-item-text {
    margin-left: auto;
  }
  .two-col-item.flipped.no-post-thumbnail .two-col-item-text {
    margin-left: auto;
  }
  .two-col-item:last-child {
    padding-bottom: 39px;
  }
}

.two-col-item .wrapper.active:before, .two-col-item .active.padded-wrapper:before {
  opacity: 1;
}

.two-col-item .wrapper.faux-link:hover .two-col-item-media-image-hover, .two-col-item .faux-link.padded-wrapper:hover .two-col-item-media-image-hover,
.two-col-item a.wrapper:hover .two-col-item-media-image-hover,
.two-col-item a.padded-wrapper:hover .two-col-item-media-image-hover {
  opacity: 0.65;
}

.two-col-item .wrapper.faux-link:hover .two-col-item-text h1, .two-col-item .faux-link.padded-wrapper:hover .two-col-item-text h1,
.two-col-item a.wrapper:hover .two-col-item-text h1,
.two-col-item a.padded-wrapper:hover .two-col-item-text h1 {
  color: #7bcad2;
}

.two-col-item .wrapper.faux-link:hover .two-col-item-text .button, .two-col-item .faux-link.padded-wrapper:hover .two-col-item-text .button, .two-col-item .wrapper.faux-link:hover .two-col-item-text .button-light, .two-col-item .faux-link.padded-wrapper:hover .two-col-item-text .button-light,
.two-col-item a.wrapper:hover .two-col-item-text .button,
.two-col-item a.padded-wrapper:hover .two-col-item-text .button,
.two-col-item a.wrapper:hover .two-col-item-text .button-light,
.two-col-item a.padded-wrapper:hover .two-col-item-text .button-light {
  background: #cfe9ec;
  border-color: #cfe9ec;
  color: #0d0f14;
}

.two-col-item .wrapper.faux-link:hover .two-col-item-text .button svg[data-icon="button_arrow"], .two-col-item .faux-link.padded-wrapper:hover .two-col-item-text .button svg[data-icon="button_arrow"], .two-col-item .wrapper.faux-link:hover .two-col-item-text .button-light svg[data-icon="button_arrow"], .two-col-item .faux-link.padded-wrapper:hover .two-col-item-text .button-light svg[data-icon="button_arrow"],
.two-col-item a.wrapper:hover .two-col-item-text .button svg[data-icon="button_arrow"],
.two-col-item a.padded-wrapper:hover .two-col-item-text .button svg[data-icon="button_arrow"],
.two-col-item a.wrapper:hover .two-col-item-text .button-light svg[data-icon="button_arrow"],
.two-col-item a.padded-wrapper:hover .two-col-item-text .button-light svg[data-icon="button_arrow"] {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

body .fancybox-bg {
  background: #ffffff;
}

body .fancybox-content {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

body .fancybox-is-open .fancybox-bg {
  opacity: 1;
}

body .fancybox-button {
  background: transparent;
  outline: 0;
}

body .fancybox-button svg {
  fill: #000000;
}

body .fancybox-button.fancybox-button--close {
  margin-top: 18px;
  margin-right: 12px;
}

body .fancybox-toolbar {
  top: 1.2vw;
  right: 1.2vw;
}

@media (max-width: 599px) {
  body .fancybox-slide {
    padding: 5vh 53px 20vh;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 5vh 53px 35vh;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  body .fancybox-slide {
    padding: 10vh 12vw 20vh;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 100px 12vw 300px;
  }
}

@media (min-width: 1000px) {
  body .fancybox-slide {
    padding: 180px 140px;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 120px 140px 300px;
  }
}

.fancybox-is-open.fancybox-container .page-header {
  opacity: 1;
}

.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
  cursor: pointer;
}

.fancybox-button.fancybox-button--arrow_left div,
.fancybox-button.fancybox-button--arrow_right div {
  padding: 0;
  width: 24px;
  height: 15px;
}

.fancybox-button.fancybox-button--arrow_left:hover,
.fancybox-button.fancybox-button--arrow_right:hover {
  opacity: 0.3;
}

@media (max-width: 599px) {
  .fancybox-button.fancybox-button--arrow_left,
  .fancybox-button.fancybox-button--arrow_right {
    width: 53px;
    height: 43px;
    padding: 14px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .fancybox-button.fancybox-button--arrow_left,
  .fancybox-button.fancybox-button--arrow_right {
    width: 65px;
    height: 55px;
    padding: 20px;
  }
}

@media (min-width: 1000px) {
  .fancybox-button.fancybox-button--arrow_left,
  .fancybox-button.fancybox-button--arrow_right {
    width: 65px;
    height: 55px;
    padding: 20px;
  }
}

.fancybox-button.fancybox-button--arrow_left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 599px) {
  .fancybox-button.fancybox-button--arrow_left {
    left: 0;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .fancybox-button.fancybox-button--arrow_left {
    left: 20px;
  }
}

@media (min-width: 1000px) {
  .fancybox-button.fancybox-button--arrow_left {
    left: 20px;
  }
}

@media (max-width: 599px) {
  .fancybox-button.fancybox-button--arrow_right {
    right: 0;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .fancybox-button.fancybox-button--arrow_right {
    right: 20px;
  }
}

@media (min-width: 1000px) {
  .fancybox-button.fancybox-button--arrow_right {
    right: 20px;
  }
}

.lightbox-custom-caption {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.lightbox-date {
  margin: 0 auto;
}

.lightbox-title {
  line-height: 1.3;
  max-width: 700px;
  margin: -3px auto 0;
}

.lightbox-subtitle {
  max-width: 840px;
}

.lightbox-caption {
  margin: 0 auto;
  max-width: 840px;
}

@media (max-width: 599px) {
  .lightbox-custom-caption {
    margin-top: 15px;
  }
  .lightbox-date {
    font-size: 15px;
  }
  .lightbox-subtitle {
    margin: 15px auto 30px;
  }
  .lightbox-download {
    margin-top: 15px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .lightbox-custom-caption {
    margin-top: 15px;
  }
  .lightbox-date {
    font-size: 15px;
  }
  .lightbox-subtitle {
    margin: 15px auto 30px;
  }
  .lightbox-download {
    margin-top: 15px;
  }
}

@media (min-width: 1000px) {
  .lightbox-custom-caption {
    margin-top: 38px;
  }
  .lightbox-date {
    font-size: 15px;
  }
  .lightbox-subtitle {
    margin: 15px auto 0;
  }
  .lightbox-caption {
    margin: 18px auto 0;
  }
  .lightbox-download {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.fancybox-image + .lightbox-custom-caption {
  margin-top: 10px;
}

.journal-banner {
  background-color: #000;
  background-repeat: no-repeat;
  position: relative;
}

.journal-banner-text {
  margin-left: auto;
  color: #ffffff;
}

.journal-banner-text h1 {
  font-weight: 100;
}

.journal-banner-text h1 {
  font-size: 50px;
}

@media screen and (min-width: 400px) {
  .journal-banner-text h1 {
    font-size: calc(50px + 50 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  .journal-banner-text h1 {
    font-size: 100px;
  }
}

.journal-banner-text p {
  margin: 0.8em 0 1.5em;
}

@media (max-width: 699px) {
  .journal-banner {
    background-position: bottom left;
    background-size: 160%;
    padding-top: 40px;
    padding-bottom: calc(60vw + 30px);
  }
  .journal-banner-text {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .journal-banner {
    background-position: 75% 0%;
    background-size: cover;
  }
  .journal-banner {
    padding-top: 50px;
  }
}

@media screen and (min-width: 700px) and (max-width: 999px) and (min-width: 700px) {
  .journal-banner {
    padding-top: calc(50px + 0 * ((100vw - 700px) / 300));
  }
}

@media screen and (min-width: 700px) and (max-width: 999px) and (min-width: 1000px) {
  .journal-banner {
    padding-top: 50px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .journal-banner {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 700px) and (max-width: 999px) and (min-width: 700px) {
  .journal-banner {
    padding-bottom: calc(80px + 20 * ((100vw - 700px) / 300));
  }
}

@media screen and (min-width: 700px) and (max-width: 999px) and (min-width: 1000px) {
  .journal-banner {
    padding-bottom: 100px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .journal-banner-text {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .journal-banner {
    background-position: bottom center;
    background-size: cover;
  }
  .journal-banner {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .journal-banner {
    padding-top: calc(50px + 40 * ((100vw - 1000px) / 400));
  }
}

@media screen and (min-width: 1000px) and (min-width: 1400px) {
  .journal-banner {
    padding-top: 90px;
  }
}

@media (min-width: 1000px) {
  .journal-banner {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .journal-banner {
    padding-bottom: calc(100px + 92 * ((100vw - 1000px) / 400));
  }
}

@media screen and (min-width: 1000px) and (min-width: 1400px) {
  .journal-banner {
    padding-bottom: 192px;
  }
}

@media (min-width: 1000px) {
  .journal-banner-text {
    width: calc(50% - 42px);
  }
}

/*****
  Larger groups of styles for larger parts
*****/
.home-section-title.left h1 {
  text-align: left;
}

.home-section-title.right h1 {
  text-align: right;
}

body.home .footer-quotes .wrapper, body.home .footer-quotes .padded-wrapper, body.home .footer-quotes .padded-wrapper {
  border-top: 0;
}

.home-header-outer {
  position: relative;
  height: 100vh;
}

body.use-ios-offset .home-header-outer {
  height: calc(100vh - var(--vh-offset));
}

.home-header-slide {
  height: 100vh;
}

body.use-ios-offset .home-header-slide {
  height: calc(100vh - var(--vh-offset));
}

.home-header-main {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 5;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-header-main .padded, .home-header-main .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 15;
}

.home-header-main .padded:before, .home-header-main .padded-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.home-header-main .wrapper, .home-header-main .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.home-header-quote {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-header-quote {
  margin-bottom: 35px;
}

@media screen and (min-width: 400px) {
  .home-header-quote {
    margin-bottom: calc(35px + 20 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-header-quote {
    margin-bottom: 55px;
  }
}

@media (max-width: 499px) {
  .home-header-quote {
    width: 100%;
    max-width: 400px;
  }
}

@media (min-width: 500px) {
  .home-header-quote {
    width: 80vw;
    max-width: 950px;
  }
}

.home-header-quote.color-light {
  color: #ffffff;
}

.home-header-quote.color-dark {
  color: #141414;
}

.home-header-quote p {
  margin: 0 0 0.55em 0;
  font-weight: 300;
}

.home-header-quote p {
  line-height: 29px;
}

@media screen and (min-width: 400px) {
  .home-header-quote p {
    line-height: calc(29px + 13 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-header-quote p {
    line-height: 42px;
  }
}

.home-header-quote p {
  font-size: 26px;
}

@media screen and (min-width: 400px) {
  .home-header-quote p {
    font-size: calc(26px + 9 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-header-quote p {
    font-size: 35px;
  }
}

.home-header-quote cite {
  display: block;
  font-style: normal;
}

.home-header-quote cite {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .home-header-quote cite {
    font-size: calc(14px + 3 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-header-quote cite {
    font-size: 17px;
  }
}

.home-header-cover {
  background-image: url("../png/joyce-banner.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.home-about {
  overflow: hidden;
}

.home-about h1.huge.press-item-title {
  font-size: 50px;
}

@media screen and (min-width: 400px) {
  .home-about h1.huge.press-item-title {
    font-size: calc(50px + 50 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  .home-about h1.huge.press-item-title {
    font-size: 100px;
  }
}

.home-about .block-item:nth-of-type(1) .wrapper:before, .home-about .block-item:nth-of-type(1) .padded-wrapper:before {
  opacity: 0;
}

.home-about .block-item:nth-of-type(2) .wrapper:before, .home-about .block-item:nth-of-type(2) .padded-wrapper:before {
  opacity: 1;
}

.home-about .two-col-item:nth-of-type(n+2) {
  margin-top: 70px;
}

@media screen and (min-width: 400px) {
  .home-about .two-col-item:nth-of-type(n+2) {
    margin-top: calc(70px + 170 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-about .two-col-item:nth-of-type(n+2) {
    margin-top: 240px;
  }
}

.home-events {
  margin-top: 129px;
  padding-bottom: 47px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f8fb), to(#eff5f5));
  background: linear-gradient(to bottom, #f7f8fb, #eff5f5);
}

.home-events .event-items {
  padding-top: 0;
}

@media (max-width: 699px) {
  .home-events .event-items {
    margin-top: 30px;
  }
}

@media (min-width: 700px) and (max-width: 1249px) {
  .home-events .two-col-item:nth-child(1) {
    margin-top: 50px;
  }
  .home-events .two-col-item:nth-child(1) .wrapper, .home-events .two-col-item:nth-child(1) .padded-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-events .two-col-item:nth-child(1) .two-col-item-media {
    z-index: 10;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .home-events .two-col-item:nth-child(1) .two-col-item-text {
    background: transparent;
  }
  .home-events .two-col-item:nth-child(1) .two-col-item-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100vw;
    bottom: 0;
    background: #ffffff;
    z-index: 1;
  }
  .home-events .two-col-item:nth-child(1) .two-col-item-text > * {
    position: relative;
    z-index: 5;
  }
  .home-events .two-col-item:nth-child(2) {
    position: relative;
    color: #0d0f14;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 80px;
    z-index: 10;
  }
  .home-events .two-col-item:nth-child(2):before {
    content: '';
    background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
    position: absolute;
    top: 0;
    right: calc(50% - 150px);
    bottom: 0;
    width: calc(50vw + 150px);
  }
  .home-events .two-col-item:nth-child(2) .two-col-item-text {
    background: transparent;
  }
  .home-events .two-col-item:nth-child(2) a {
    color: #0d0f14;
  }
  .home-events .two-col-item:nth-child(2) .performance-item-excerpt {
    border-color: rgba(255, 255, 255, 0.15);
  }
  .home-events .two-col-item:nth-child(2) .press-item-button.button, .home-events .two-col-item:nth-child(2) .press-item-button.button-light {
    border-color: #ffffff;
  }
  .home-events .two-col-item:nth-child(2) .wrapper:hover .two-col-item-text h1, .home-events .two-col-item:nth-child(2) .padded-wrapper:hover .two-col-item-text h1 {
    color: #0d0f14;
  }
  .home-events .two-col-item:nth-child(2) .wrapper:hover .button, .home-events .two-col-item:nth-child(2) .padded-wrapper:hover .button, .home-events .two-col-item:nth-child(2) .wrapper:hover .button-light, .home-events .two-col-item:nth-child(2) .padded-wrapper:hover .button-light {
    background: #ffffff;
    color: #7bcad2;
  }
  .home-events .two-col-item:nth-child(3) {
    margin-top: 80px;
    padding-bottom: 0;
  }
  .home-events .two-col-item:nth-child(3) .wrapper, .home-events .two-col-item:nth-child(3) .padded-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-events .two-col-item:nth-child(3) .wrapper .button, .home-events .two-col-item:nth-child(3) .padded-wrapper .button, .home-events .two-col-item:nth-child(3) .wrapper .button-light, .home-events .two-col-item:nth-child(3) .padded-wrapper .button-light {
    margin-bottom: auto;
  }
  .home-events .two-col-item:nth-child(3) .two-col-item-media {
    z-index: 10;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .home-events .two-col-item:nth-child(3) .two-col-item-text {
    background: transparent;
  }
  .home-events .two-col-item:nth-child(3) .two-col-item-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100vw;
    bottom: 0;
    background: #ffffff;
    z-index: 1;
  }
  .home-events .two-col-item:nth-child(3) .two-col-item-text > * {
    position: relative;
    z-index: 5;
  }
  .home-events .two-col-item .wrapper, .home-events .two-col-item .padded-wrapper,
  .home-events .two-col-item .padded-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-events .two-col-item .wrapper:before, .home-events .two-col-item .padded-wrapper:before,
  .home-events .two-col-item .padded-wrapper:before {
    display: none;
  }
  .home-events .two-col-item .wrapper .two-col-item-media.squat, .home-events .two-col-item .padded-wrapper .two-col-item-media.squat,
  .home-events .two-col-item .padded-wrapper .two-col-item-media.squat {
    width: 44%;
  }
  .home-events .two-col-item .wrapper .two-col-item-media.squat:before, .home-events .two-col-item .padded-wrapper .two-col-item-media.squat:before,
  .home-events .two-col-item .padded-wrapper .two-col-item-media.squat:before {
    padding-bottom: 145.25%;
  }
  .home-events .two-col-item .wrapper .two-col-item-text, .home-events .two-col-item .padded-wrapper .two-col-item-text,
  .home-events .two-col-item .padded-wrapper .two-col-item-text {
    width: 56%;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 55px;
  }
  .home-events .press-item-button {
    margin-top: 10px;
  }
}

@media (min-width: 1250px) {
  .home-events .two-col-item:nth-child(1) .wrapper, .home-events .two-col-item:nth-child(1) .padded-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .home-events .two-col-item:nth-child(1) .two-col-item-media {
    z-index: 10;
  }
  .home-events .two-col-item:nth-child(1) .two-col-item-text {
    background: transparent;
  }
  .home-events .two-col-item:nth-child(1) .two-col-item-text:before {
    content: '';
    position: absolute;
    top: 88px;
    left: -50%;
    width: 100vw;
    bottom: -88px;
    background: #ffffff;
    z-index: 1;
  }
  .home-events .two-col-item:nth-child(1) .two-col-item-text > * {
    position: relative;
    z-index: 5;
  }
  .home-events .two-col-item:nth-child(2) {
    position: relative;
    color: #0d0f14;
    margin-top: 88px;
    z-index: 10;
  }
  .home-events .two-col-item:nth-child(2) {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1250px) and (min-width: 1250px) {
  .home-events .two-col-item:nth-child(2) {
    padding-top: calc(100px + 140 * ((100vw - 1250px) / 150));
  }
}

@media screen and (min-width: 1250px) and (min-width: 1400px) {
  .home-events .two-col-item:nth-child(2) {
    padding-top: 240px;
  }
}

@media (min-width: 1250px) {
  .home-events .two-col-item:nth-child(2) {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1250px) and (min-width: 1250px) {
  .home-events .two-col-item:nth-child(2) {
    padding-bottom: calc(100px + 140 * ((100vw - 1250px) / 150));
  }
}

@media screen and (min-width: 1250px) and (min-width: 1400px) {
  .home-events .two-col-item:nth-child(2) {
    padding-bottom: 240px;
  }
}

@media (min-width: 1250px) {
  .home-events .two-col-item:nth-child(2):before {
    content: '';
    background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
    position: absolute;
    top: 0;
    right: calc(50% - 150px);
    bottom: 0;
    width: calc(50vw + 150px);
  }
  .home-events .two-col-item:nth-child(2) .two-col-item-text {
    background: transparent;
  }
  .home-events .two-col-item:nth-child(2) a {
    color: #0d0f14;
  }
  .home-events .two-col-item:nth-child(2) .performance-item-excerpt {
    border-color: rgba(255, 255, 255, 0.15);
  }
  .home-events .two-col-item:nth-child(2) .press-item-button.button, .home-events .two-col-item:nth-child(2) .press-item-button.button-light {
    border-color: #ffffff;
  }
  .home-events .two-col-item:nth-child(2) .wrapper:hover .two-col-item-text h1, .home-events .two-col-item:nth-child(2) .padded-wrapper:hover .two-col-item-text h1 {
    color: #0d0f14;
  }
  .home-events .two-col-item:nth-child(2) .wrapper:hover .button, .home-events .two-col-item:nth-child(2) .padded-wrapper:hover .button, .home-events .two-col-item:nth-child(2) .wrapper:hover .button-light, .home-events .two-col-item:nth-child(2) .padded-wrapper:hover .button-light {
    background: #ffffff;
    border-color: #ffffff;
    color: #0d0f14;
  }
  .home-events .two-col-item:nth-child(3) {
    margin-top: 110px;
    padding-bottom: 0;
  }
  .home-events .two-col-item:nth-child(3) .wrapper, .home-events .two-col-item:nth-child(3) .padded-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .home-events .two-col-item:nth-child(3) .wrapper .button, .home-events .two-col-item:nth-child(3) .padded-wrapper .button, .home-events .two-col-item:nth-child(3) .wrapper .button-light, .home-events .two-col-item:nth-child(3) .padded-wrapper .button-light {
    margin-bottom: auto;
  }
  .home-events .two-col-item:nth-child(3) .two-col-item-media {
    z-index: 10;
  }
  .home-events .two-col-item:nth-child(3) .two-col-item-text {
    padding-top: 0;
    background: transparent;
  }
  .home-events .two-col-item:nth-child(3) .two-col-item-text:before {
    content: '';
    position: absolute;
    top: -110px;
    left: -50%;
    width: 100vw;
    bottom: 100px;
    background: #ffffff;
    z-index: 1;
  }
  .home-events .two-col-item:nth-child(3) .two-col-item-text > * {
    position: relative;
    z-index: 5;
  }
  .home-events .two-col-item .wrapper, .home-events .two-col-item .padded-wrapper,
  .home-events .two-col-item .padded-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-events .two-col-item .wrapper:before, .home-events .two-col-item .padded-wrapper:before,
  .home-events .two-col-item .padded-wrapper:before {
    display: none;
  }
  .home-events .two-col-item .wrapper .two-col-item-media.squat, .home-events .two-col-item .padded-wrapper .two-col-item-media.squat,
  .home-events .two-col-item .padded-wrapper .two-col-item-media.squat {
    width: 44%;
  }
  .home-events .two-col-item .wrapper .two-col-item-media.squat:before, .home-events .two-col-item .padded-wrapper .two-col-item-media.squat:before,
  .home-events .two-col-item .padded-wrapper .two-col-item-media.squat:before {
    padding-bottom: 145.25%;
  }
  .home-events .two-col-item .wrapper .two-col-item-text, .home-events .two-col-item .padded-wrapper .two-col-item-text,
  .home-events .two-col-item .padded-wrapper .two-col-item-text {
    width: 56%;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 55px;
  }
  .home-events .press-item-button {
    margin-top: 10px;
  }
}

@media (max-width: 699px) {
  .home-events-more {
    margin-top: 6vw;
    margin-left: 6vw;
  }
}

@media (min-width: 700px) and (max-width: 1249px) {
  .home-events-more {
    text-align: right;
  }
}

@media (min-width: 1250px) {
  .home-events-more {
    margin-top: -49px;
    text-align: right;
  }
}

@media (max-width: 699px) {
  .home-event-short {
    display: block;
  }
  .home-event-tall {
    display: none;
  }
}

@media (min-width: 700px) {
  .home-event-short {
    display: none;
  }
  .home-event-tall {
    display: block;
  }
}

.home-news {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f7f8fb));
  background-image: linear-gradient(to bottom, #fdfdfd, #f7f8fb);
}

.home-news {
  padding-bottom: 70px;
}

@media screen and (min-width: 400px) {
  .home-news {
    padding-bottom: calc(70px + 196 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news {
    padding-bottom: 266px;
  }
}

.home-news-header {
  background-image: url("../jpg/home-news-bg_blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.home-news-header:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 61.8%;
}

.home-news .home-section-title {
  margin-top: -20px;
}

@media screen and (min-width: 400px) {
  .home-news .home-section-title {
    margin-top: calc(-20px + -120 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news .home-section-title {
    margin-top: -140px;
  }
}

.home-news .home-section-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 400px) {
  .home-news .home-section-title {
    margin-bottom: calc(20px + 17 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news .home-section-title {
    margin-bottom: 37px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .home-news .news-item:nth-child(3) {
    display: none;
  }
}

.home-news-more {
  text-align: center;
}

.home-news-more {
  margin-top: 30px;
}

@media screen and (min-width: 400px) {
  .home-news-more {
    margin-top: calc(30px + 40 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news-more {
    margin-top: 70px;
  }
}

.home-news-bg-left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../png/news-bg-left_blue.png");
  background-size: contain;
  background-position: bottom left;
}

@media (max-width: 699px) {
  .home-news-bg-left {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 1249px) {
  .home-news-bg-left {
    width: 245px;
    height: 676px;
    -webkit-transform: translateY(-74%);
            transform: translateY(-74%);
  }
}

@media (min-width: 1250px) {
  .home-news-bg-left {
    width: 408px;
    height: 1126px;
    -webkit-transform: translateY(-74%);
            transform: translateY(-74%);
  }
}

.home-news-bg-right {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../png/news-bg-right_blue.png");
  background-size: contain;
  background-position: bottom right;
}

@media (max-width: 699px) {
  .home-news-bg-right {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 1249px) {
  .home-news-bg-right {
    width: 216px;
    height: 676px;
    -webkit-transform: translateY(-46%);
            transform: translateY(-46%);
  }
}

@media (min-width: 1250px) {
  .home-news-bg-right {
    width: 359px;
    height: 1126px;
    -webkit-transform: translateY(3.5%);
            transform: translateY(3.5%);
  }
}

.home-videos {
  background-color: #f7f8fb;
  position: relative;
}

.home-videos {
  padding-top: 35px;
}

@media screen and (min-width: 400px) {
  .home-videos {
    padding-top: calc(35px + 19 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-videos {
    padding-top: 54px;
  }
}

.home-videos {
  padding-bottom: 35px;
}

@media screen and (min-width: 400px) {
  .home-videos {
    padding-bottom: calc(35px + 19 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-videos {
    padding-bottom: 54px;
  }
}

.home-videos:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
  z-index: 5;
}

@media (max-width: 799px) {
  .home-videos:before {
    left: 0;
  }
}

@media (min-width: 800px) {
  .home-videos:before {
    left: 50%;
  }
}

.home-videos > * {
  position: relative;
  z-index: 10;
}

.home-videos .home-section-title {
  color: #0d0f14;
}

@media (max-width: 799px) {
  .home-videos .home-section-title h1.huge {
    text-align: center;
  }
  .home-videos .home-section-title h1.huge {
    font-size: 50px;
  }
}

@media screen and (max-width: 799px) and (min-width: 400px) {
  .home-videos .home-section-title h1.huge {
    font-size: calc(50px + 20 * ((100vw - 400px) / 400));
  }
}

@media screen and (max-width: 799px) and (min-width: 800px) {
  .home-videos .home-section-title h1.huge {
    font-size: 70px;
  }
}

@media (min-width: 800px) {
  .home-videos .home-section-title h1.huge {
    font-size: 70px;
  }
}

@media screen and (min-width: 800px) and (min-width: 800px) {
  .home-videos .home-section-title h1.huge {
    font-size: calc(70px + 40 * ((100vw - 800px) / 350));
  }
}

@media screen and (min-width: 800px) and (min-width: 1150px) {
  .home-videos .home-section-title h1.huge {
    font-size: 110px;
  }
}

.home-videos .featured-video {
  padding-top: 0;
  padding-bottom: 0;
}

.home-videos .featured-video:before {
  display: none;
}

.home-video-items {
  max-width: 1129px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-video-items {
  margin-top: 35px;
}

@media screen and (min-width: 400px) {
  .home-video-items {
    margin-top: calc(35px + 17 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-video-items {
    margin-top: 52px;
  }
}

.home-video-items:focus {
  outline: 0;
}

.home-video-items .flickity-viewport {
  overflow: hidden;
}

.home-video-items .home-videos-items-slide {
  width: 100%;
}

.home-videos-arrow {
  position: absolute;
  cursor: pointer;
}

.home-videos-arrow svg {
  display: block;
}

.home-videos-arrow.prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1249px) {
  .home-videos-arrow {
    bottom: -50px;
    width: 48px;
    height: 38px;
    padding: 10px;
  }
  .home-videos-arrow svg {
    width: 28px;
    height: 18px;
  }
  .home-videos-arrow.prev {
    left: -10px;
  }
  .home-videos-arrow.next {
    left: 48px;
  }
}

@media (min-width: 1250px) {
  .home-videos-arrow {
    top: 50%;
    width: 48px;
    height: 38px;
    padding: 10px;
    margin-top: -24px;
  }
  .home-videos-arrow svg {
    width: 28px;
    height: 18px;
  }
  .home-videos-arrow.prev {
    left: -58px;
  }
  .home-videos-arrow.next {
    right: -58px;
  }
}

.home-videos-more {
  text-align: right;
}

.home-videos-more {
  margin-top: 15px;
}

@media screen and (min-width: 400px) {
  .home-videos-more {
    margin-top: calc(15px + 40 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-videos-more {
    margin-top: 55px;
  }
}

.home-videos-more .button-ghost {
  border-color: #0d0f14;
  color: #0d0f14;
  margin-right: 14px;
}

.home-videos-more .button-ghost:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0d0f14;
}

.home-recording {
  background-color: #f7f8fb;
}

.home-recording {
  padding-top: 70px;
}

@media screen and (min-width: 400px) {
  .home-recording {
    padding-top: calc(70px + 140 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-recording {
    padding-top: 210px;
  }
}

.home-recording .recording-single-header.padded, .home-recording .recording-single-header.padded-wrapper {
  background: transparent;
  margin-top: 35px;
  color: #000000;
}

.home-recording .recording-single-header.padded .wrapper, .home-recording .recording-single-header.padded-wrapper .wrapper, .home-recording .recording-single-header.padded .padded-wrapper, .home-recording .recording-single-header.padded-wrapper .padded-wrapper {
  max-width: 1130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-recording .recording-single-header-text {
  position: relative;
}

@media (max-width: 799px) {
  .home-recording .recording-single-header-text {
    padding: calc(3vw + 20px);
  }
  .home-recording .recording-single-header-text:before {
    right: 0%;
  }
}

@media (min-width: 800px) {
  .home-recording .recording-single-header-text {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 78px;
    padding-right: 40px;
  }
  .home-recording .recording-single-header-text {
    padding-left: 40px;
  }
}

@media screen and (min-width: 800px) and (min-width: 800px) {
  .home-recording .recording-single-header-text {
    padding-left: calc(40px + 38 * ((100vw - 800px) / 600));
  }
}

@media screen and (min-width: 800px) and (min-width: 1400px) {
  .home-recording .recording-single-header-text {
    padding-left: 78px;
  }
}

@media (min-width: 800px) {
  .home-recording .recording-single-header-text:before {
    right: -38%;
  }
}

.home-recording .recording-single-header-text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 1;
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
}

.home-recording .recording-single-header-text > * {
  position: relative;
}

.home-recording .recording-single-header-text .press-item-date {
  margin-top: 27px;
  margin-bottom: 10px;
}

.home-recording .recording-single-header-text .recording-single-header-title {
  border-bottom: 1px solid rgba(13, 15, 20, 0.15);
  padding-bottom: 0.75em;
  margin-bottom: 0.55em;
}

.home-recording .recording-single-header-text .recording-single-header-description {
  font-size: 20px;
  line-height: 1.3;
}

.home-recording .recording-single-header-text .recording-single-header-links {
  margin-top: 50px;
}

.home-recording .recording-single-header-text .recording-single-header-links .button-ghost-round {
  min-width: 130px;
}

.home-recording .recording-single-type.recording-item-type .recording-item-type-text {
  color: #7bcad2;
}

.home-recording .recording-single-header-media {
  position: relative;
  z-index: 10;
}

@media (max-width: 799px) {
  .home-recording .recording-single-header-media {
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .home-recording .recording-single-header-text {
    width: 56%;
  }
  .home-recording .recording-single-header-media {
    width: 44%;
  }
}

.home-recording-more {
  text-align: center;
}

.home-recording-more {
  margin-top: 40px;
}

@media screen and (min-width: 400px) {
  .home-recording-more {
    margin-top: calc(40px + 18 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-recording-more {
    margin-top: 58px;
  }
}

.home-social {
  background-color: #f7f8fb;
  position: relative;
}

.home-social {
  padding-top: 70px;
}

@media screen and (min-width: 400px) {
  .home-social {
    padding-top: calc(70px + 130 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-social {
    padding-top: 200px;
  }
}

.home-social:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../png/social-bg_blue.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.home-social:before {
  top: 70px;
}

@media screen and (min-width: 400px) {
  .home-social:before {
    top: calc(70px + 130 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-social:before {
    top: 200px;
  }
}

.home-social .home-section-title {
  position: relative;
  z-index: 10;
}

@media (max-width: 799px) {
  .home-social .home-section-title h1 {
    text-align: center;
  }
  .home-social .home-section-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 799px) and (min-width: 400px) {
  .home-social .home-section-title {
    margin-bottom: calc(20px + 30 * ((100vw - 400px) / 400));
  }
}

@media screen and (max-width: 799px) and (min-width: 800px) {
  .home-social .home-section-title {
    margin-bottom: 50px;
  }
}

.home-social .home-section-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 799px) {
  .home-social .home-section-title p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-social .home-section-title p a {
  display: block;
  width: 33px;
  height: 33px;
  border: 1px solid #141414;
  border-radius: 100px;
  margin-left: 10px;
  position: relative;
}

.home-social .home-section-title p a svg {
  display: block;
  fill: #141414;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-social .home-section-title p a svg[data-icon="twitter"] {
  width: 18px;
  height: 14px;
}

.home-social .home-section-title p a svg[data-icon="ig"] {
  width: 18px;
  height: 18px;
}

.home-social-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-social-item {
  display: block;
  background: #ddd;
  position: relative;
  background-size: cover;
}

@media (max-width: 799px) {
  .home-social-item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-social-item:nth-child(n+2) {
    margin-top: 3vw;
  }
}

@media (min-width: 800px) {
  .home-social-item {
    width: calc(50% - 18px);
  }
  .home-social-item:nth-child(1) {
    margin-bottom: 36px;
  }
  .home-social-item:nth-child(2) {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.home-social-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.home-social-item .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-social-item .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 22px;
  height: 22px;
}

.home-social-item .icon svg {
  fill: #ffffff;
}

.home-social-item time {
  color: #141414;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.home-social-item .nice-type {
  font-size: 22px;
  font-style: italic;
  padding: 0 17%;
  text-align: center;
}

.home-social-item .nice-type a {
  color: #cfe9ec;
}

.home-social-item.tweet {
  background: #ffffff;
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
}

.home-social-item.tweet .icon {
  width: 44px;
  height: 44px;
  background-color: #7bcad2;
  border-radius: 100px;
  z-index: 10;
}

.home-social-item.tweet .icon svg {
  fill: #ffffff;
  width: 23px;
  height: 17px;
  position: relative;
  top: 11px;
  left: 11px;
}

.about-outer {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .about-outer {
    padding-top: calc(40px + 74 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-outer {
    padding-top: 114px;
  }
}

.about-outer {
  margin-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .about-outer {
    margin-bottom: calc(40px + 28 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-outer {
    margin-bottom: 68px;
  }
}

.about-text-outer .wrapper, .about-text-outer .padded-wrapper {
  max-width: 820px;
}

.about-text-top .blockquote {
  border-bottom: 1px solid rgba(13, 15, 20, 0.15);
}

.about-text-top .blockquote {
  padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .about-text-top .blockquote {
    padding-bottom: calc(40px + 34 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-text-top .blockquote {
    padding-bottom: 74px;
  }
}

.about-text-top .blockquote {
  margin-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .about-text-top .blockquote {
    margin-bottom: calc(40px + 29 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-text-top .blockquote {
    margin-bottom: 69px;
  }
}

.about-middle {
  margin-top: 60px;
}

@media screen and (min-width: 400px) {
  .about-middle {
    margin-top: calc(60px + 80 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-middle {
    margin-top: 140px;
  }
}

.about-middle {
  margin-bottom: 80px;
}

@media screen and (min-width: 400px) {
  .about-middle {
    margin-bottom: calc(80px + 140 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-middle {
    margin-bottom: 220px;
  }
}

.about-middle .two-col-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-press-kit {
  margin-top: 3.25em;
  margin-bottom: 3.25em;
}

.about-download {
  border-top: 1px solid rgba(13, 15, 20, 0.15);
  padding-top: 3.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-download p {
  margin: 0 0 1.5em;
}

.about-download .button-ghost:nth-of-type(n+2) {
  margin-top: 17px;
}

.contact-wrapper {
  padding-top: 60px;
}

@media screen and (min-width: 400px) {
  .contact-wrapper {
    padding-top: calc(60px + 58 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-wrapper {
    padding-top: 118px;
  }
}

.contact-wrapper {
  margin-bottom: 75px;
}

@media screen and (min-width: 400px) {
  .contact-wrapper {
    margin-bottom: calc(75px + 105 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-wrapper {
    margin-bottom: 180px;
  }
}

.contact-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-blocks.wrapper, .contact-blocks.padded-wrapper {
  max-width: 960px;
}

.contact-block-role {
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin-bottom: 0.6em;
}

.contact-block-company {
  font-weight: 300;
  border-bottom: 1px solid rgba(13, 15, 20, 0.15);
  padding-bottom: 0.6em;
  margin-bottom: 0.48em;
}

.contact-block-info {
  position: relative;
  margin: 0;
}

.contact-block-info b {
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  left: 4px;
  font-size: 85%;
  display: block;
  line-height: 1.9;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-block-info b + br {
  display: none;
}

.contact-block-info a {
  color: inherit;
}

.contact-block-info a:hover {
  color: #7bcad2;
}

.contact-block-info a[href*="http"],
.contact-block-info a[href*="mail"] {
  text-decoration: underline;
}

.contact-block-info + .contact-block-info {
  margin-top: 25px;
}

@media (max-width: 799px) {
  .contact-block {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-block + .contact-block {
    margin-top: 80px;
  }
  .contact-block-info {
    padding-left: 110px;
  }
}

@media (min-width: 800px) and (max-width: 899px) {
  .contact-block {
    width: calc(50% - 20px);
  }
  .contact-block:nth-child(n+3) {
    margin-top: 70px;
  }
  .contact-block-info {
    padding-left: 110px;
  }
}

@media (min-width: 900px) and (max-width: 1149px) {
  .contact-block {
    width: calc(50% - 30px);
  }
  .contact-block:nth-child(n+3) {
    margin-top: 90px;
  }
  .contact-block-info {
    padding-left: 130px;
  }
}

@media (min-width: 1150px) {
  .contact-block {
    width: calc(50% - 70px);
  }
  .contact-block:nth-child(n+3) {
    margin-top: 120px;
  }
  .contact-block-info {
    padding-left: 130px;
  }
}

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

.blocks-subheader {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .blocks-subheader {
    padding-top: calc(40px + 74 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .blocks-subheader {
    padding-top: 114px;
  }
}

.blocks-subheader .wrapper, .blocks-subheader .padded-wrapper {
  max-width: 890px;
}

.block-items {
  overflow: hidden;
}

.block-items {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .block-items {
    padding-top: calc(40px + 74 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .block-items {
    padding-top: 114px;
  }
}

.block-items {
  padding-bottom: 80px;
}

@media screen and (min-width: 400px) {
  .block-items {
    padding-bottom: calc(80px + 34 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .block-items {
    padding-bottom: 114px;
  }
}

.block-item:nth-child(2) .wrapper:before, .block-item:nth-child(2) .padded-wrapper:before {
  opacity: 1;
}

.block-item h1 {
  margin-top: 0;
}

@media (min-width: 900px) {
  .block-item .block-item-excerpt,
  .block-item .press-item-button {
    margin-left: 15%;
  }
}

.block-item-excerpt {
  margin: 1.25em 0;
}

body.error404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body.use-ios-offset body.error404 {
  min-height: calc(100vh - var(--vh-offset));
}

body.error404 .site-header {
  background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
}

.error404-outer {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 599px) {
  .error404-outer {
    padding-top: calc(101px + 50px);
    padding-bottom: 50px;
  }
}

@media (min-width: 600px) {
  .error404-outer {
    padding-top: calc(146px + 50px);
    padding-bottom: 50px;
  }
}

.error404-outer .wrapper, .error404-outer .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.error404-outer h1 {
  line-height: 1;
  margin-bottom: 0.165em;
}

.error404-outer h1 {
  font-size: 120px;
}

@media screen and (min-width: 400px) {
  .error404-outer h1 {
    font-size: calc(120px + 30 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  .error404-outer h1 {
    font-size: 150px;
  }
}

.error404-outer p {
  line-height: 1;
  font-weight: 300;
  margin: 0 0 1.55em;
  letter-spacing: 0.025em;
}

.error404-outer p {
  font-size: 24px;
}

@media screen and (min-width: 400px) {
  .error404-outer p {
    font-size: calc(24px + 6 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  .error404-outer p {
    font-size: 30px;
  }
}

/*****
  Post type & section styles
*****/
.news-items-outer {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .news-items-outer {
    padding-top: calc(40px + 50 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .news-items-outer {
    padding-top: 90px;
  }
}

@media (max-width: 599px) {
  .news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-items .news-item {
    width: 100%;
  }
  .news-items .news-item:nth-child(n+2) {
    margin-top: 3vw;
  }
  .news-items .news-item.has-post-thumbnail {
    height: calc(100vw - 6vw);
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-items .news-item {
    width: calc(50% - 13px);
    max-height: 600px;
    height: 100vw;
  }
  .news-items .news-item:nth-child(2n+1) {
    margin-right: 26px;
  }
  .news-items .news-item:nth-child(n+3) {
    margin-top: 26px;
  }
}

@media (min-width: 1000px) {
  .news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-items .news-item {
    width: calc(33.33% - 18px);
    max-height: 656px;
    height: 100vw;
  }
  .news-items .news-item:nth-child(3n+1), .news-items .news-item:nth-child(3n+2) {
    margin-right: 27px;
  }
  .news-items .news-item:nth-child(n+4) {
    margin-top: 27px;
  }
}

@media (max-width: 599px) {
  .news-item-square {
    display: block;
  }
  .news-item-tall {
    display: none;
  }
}

@media (min-width: 600px) {
  .news-item-square {
    display: none;
  }
  .news-item-tall {
    display: block;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 65px rgba(0, 0, 0, 0.05);
}

.news-item-image,
.news-item-image-hover,
.news-item-image-hover-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news-item-image {
  background-size: cover;
  background-position: center center;
}

.news-item-image-hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#82d1d9), to(#cfe9ec));
  background-image: linear-gradient(to top right, #82d1d9, #cfe9ec);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.news-item-image-hover-inner {
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  mix-blend-mode: overlay;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 600px) {
  .news-item-image,
  .news-item-image-hover-inner {
    background-position: top center;
  }
}

.news-item-link {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 90px 20px 42px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.has-post-thumbnail .news-item-link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: -1;
}

.news-item-date {
  position: absolute;
  top: 11px;
  left: 11px;
  border: 2px solid #141414;
  text-align: center;
  line-height: 1.06;
  text-transform: uppercase;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color 0.15s ease, color 0.15s ease;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.news-item-date b {
  display: block;
  font-weight: 700;
}

@media (max-width: 399px) {
  .news-item-date {
    width: 64px;
    height: 64px;
    font-size: 14px;
  }
}

@media (min-width: 400px) {
  .news-item-date {
    width: 71px;
    height: 71px;
    font-size: 15px;
  }
}

.news-item-title {
  line-height: 1.07;
  font-weight: 400;
  margin-top: 1.1em;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.news-item-title {
  font-size: 24px;
}

@media screen and (min-width: 400px) {
  .news-item-title {
    font-size: calc(24px + 5 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .news-item-title {
    font-size: 29px;
  }
}

.news-item-excerpt {
  margin-top: 1.05em;
  margin-bottom: auto;
}

.news-item.has-post-thumbnail {
  background: #000000;
  color: #ffffff;
}

.news-item.has-post-thumbnail .news-item-date {
  border-color: #ffffff;
  color: #ffffff;
}

.news-item.no-post-thumbnail {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.news-item:hover .news-item-image-hover {
  opacity: 0.65;
}

.news-item:hover.no-post-thumbnail h1 {
  color: #7bcad2;
}

.news-item:hover.no-post-thumbnail .news-item-date {
  border-color: #7bcad2;
  color: #7bcad2;
}

.news-item:hover .button, .news-item:hover .button-light {
  background: #cfe9ec;
  border-color: #cfe9ec;
  color: #0d0f14;
}

.news-item:hover .button svg[data-icon="button_arrow"], .news-item:hover .button-light svg[data-icon="button_arrow"] {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.single-item-content {
  padding-top: 45px;
}

@media screen and (min-width: 400px) {
  .single-item-content {
    padding-top: calc(45px + 50 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .single-item-content {
    padding-top: 95px;
  }
}

.single-item-content {
  padding-bottom: 45px;
}

@media screen and (min-width: 400px) {
  .single-item-content {
    padding-bottom: calc(45px + 55 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .single-item-content {
    padding-bottom: 100px;
  }
}

.single-item-content .wrapper, .single-item-content .padded-wrapper {
  max-width: 820px;
}

.news-single-header {
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.3em;
  letter-spacing: 0.05em;
}

.news-single-header b {
  font-weight: 700;
}

.stylized-responsive-video .fluid-width-video-outer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stylized-responsive-video .fluid-width-video-outer {
  padding-top: 30px;
}

@media screen and (min-width: 400px) {
  .stylized-responsive-video .fluid-width-video-outer {
    padding-top: calc(30px + 70 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .stylized-responsive-video .fluid-width-video-outer {
    padding-top: 100px;
  }
}

.stylized-responsive-video .fluid-width-video-outer {
  padding-bottom: 30px;
}

@media screen and (min-width: 400px) {
  .stylized-responsive-video .fluid-width-video-outer {
    padding-bottom: calc(30px + 70 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .stylized-responsive-video .fluid-width-video-outer {
    padding-bottom: 100px;
  }
}

.stylized-responsive-video .fluid-width-video-outer:before {
  content: '';
  display: block;
  width: 50%;
  background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.stylized-responsive-video .fluid-width-video-inner {
  width: calc(100% - 6vw);
  max-width: 1500px;
}

.basic-responsive-video .fluid-width-video-outer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.basic-responsive-video .fluid-width-video-inner {
  width: calc(100vw - 6vw);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.press-items {
  overflow: hidden;
}

.press-items {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .press-items {
    padding-top: calc(40px + 74 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .press-items {
    padding-top: 114px;
  }
}

.press-items .press-item:nth-child(2) .wrapper:before, .press-items .press-item:nth-child(2) .padded-wrapper:before {
  opacity: 1;
}

.press-item-type {
  background: #7bcad2;
  display: inline-block;
  color: #ffffff;
  padding: 0.35em 0.85em;
}

.press-item-date {
  display: block;
  font-weight: 200;
  text-transform: uppercase;
}

.press-item-date b {
  font-weight: 700;
}

.press-item-title {
  margin-top: 0.3em;
}

.press-item-citation {
  font-style: italic;
  margin: 0;
}

.press-item-excerpt {
  margin: 1.25em 0;
}

.press-item-button {
  margin-top: auto;
}

.two-col-item-text .press-item-type {
  position: absolute;
  top: 0;
  left: 0;
}

.two-col-item-text .press-item-citation {
  margin-top: 2.05em;
}

.event-items {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .event-items {
    padding-top: calc(40px + 74 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .event-items {
    padding-top: 114px;
  }
}

.event-items .event-item.is-future:nth-child(2) .wrapper:before, .event-items .event-item.is-future:nth-child(2) .padded-wrapper:before {
  opacity: 1;
}

.performance-item-excerpt {
  width: 100%;
  border-top: 1px solid rgba(13, 15, 20, 0.15);
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 115%;
}

.performance-item-excerpt p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 799px) {
  .recording-items-outer {
    padding-top: 10px;
    overflow: hidden;
  }
  .recording-items .recording-item {
    width: 100%;
    padding-left: 70px;
  }
  .recording-items .recording-item .recording-item-date {
    position: absolute;
    top: -10px;
  }
  .recording-items .recording-item .recording-item-date {
    left: -70px;
  }
  .recording-items .recording-item .recording-item-date:after {
    left: 100%;
  }
  .recording-items .recording-item .recording-item-date .blob {
    left: 63px;
  }
  .recording-items .recording-item:nth-child(n+2) {
    margin-top: 80px;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .recording-items-outer {
    padding-top: 29px;
    overflow: hidden;
  }
  .recording-items .recording-item {
    width: calc(50% - 90px);
  }
  .recording-items .recording-item .recording-item-date {
    position: absolute;
    top: -29px;
  }
  .recording-items .recording-item:nth-child(odd) {
    float: left;
    clear: left;
  }
  .recording-items .recording-item:nth-child(odd) .recording-item-date {
    right: -122px;
  }
  .recording-items .recording-item:nth-child(odd) .recording-item-date:after {
    right: 100%;
  }
  .recording-items .recording-item:nth-child(odd) .recording-item-date .blob {
    right: calc(100% + 35px);
  }
  .recording-items .recording-item:nth-child(even) {
    float: right;
    clear: right;
  }
  .recording-items .recording-item:nth-child(even) .recording-item-date {
    left: -122px;
  }
  .recording-items .recording-item:nth-child(even) .recording-item-date:after {
    left: 100%;
  }
  .recording-items .recording-item:nth-child(even) .recording-item-date .blob {
    left: calc(100% + 35px);
  }
  .recording-items .recording-item:nth-child(2) {
    margin-top: 200px;
  }
  .recording-items .recording-item:nth-child(n+3) {
    margin-top: 200px;
  }
}

@media (min-width: 1000px) {
  .recording-items-outer {
    padding-top: 29px;
    overflow: hidden;
  }
  .recording-items .recording-item {
    width: calc(50% - 134px);
  }
  .recording-items .recording-item .recording-item-date {
    position: absolute;
    top: -29px;
  }
  .recording-items .recording-item:nth-child(odd) {
    float: left;
    clear: left;
  }
  .recording-items .recording-item:nth-child(odd) .recording-item-date {
    right: -166px;
  }
  .recording-items .recording-item:nth-child(odd) .recording-item-date:after {
    right: 100%;
  }
  .recording-items .recording-item:nth-child(odd) .recording-item-date .blob {
    right: calc(100% + 55px);
  }
  .recording-items .recording-item:nth-child(even) {
    float: right;
    clear: right;
  }
  .recording-items .recording-item:nth-child(even) .recording-item-date {
    left: -166px;
  }
  .recording-items .recording-item:nth-child(even) .recording-item-date:after {
    left: 100%;
  }
  .recording-items .recording-item:nth-child(even) .recording-item-date .blob {
    left: calc(100% + 55px);
  }
  .recording-items .recording-item:nth-child(2) {
    margin-top: 200px;
  }
  .recording-items .recording-item:nth-child(n+3) {
    margin-top: 200px;
  }
}

.recording-item-link {
  display: block;
  position: relative;
}

.recording-item-link:before {
  content: '';
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
}

.no-post-thumbnail .recording-item-link:before {
  top: 0;
}

.recording-item-link:after {
  content: '';
  position: absolute;
  top: -45px;
  right: -100px;
  bottom: 0;
  left: -100px;
  z-index: -2;
  background-image: url("../paint-splash.html");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.recording-item-date {
  border: 2px solid #7bcad2;
  color: #7bcad2;
  text-align: center;
  line-height: 1.06;
  text-transform: uppercase;
  border-radius: 100px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
}

.recording-item-date b {
  display: block;
  font-weight: 700;
  margin-top: 2px;
}

.recording-item-date .line {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  bottom: 0;
  background: #7bcad2;
  z-index: -1;
}

.recording-item-date:after {
  content: '';
  height: 1px;
  background: #7bcad2;
  position: absolute;
}

.recording-item-date .blob {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #7bcad2;
  border-radius: 10px;
}

.recording-item-inner {
  text-align: center;
  position: relative;
}

.recording-item-image-outer {
  position: relative;
  display: block;
  width: 100%;
}

.recording-item-image {
  display: block;
  width: 100%;
}

.recording-item-image-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.recording-item-image-hover-inner {
  display: block;
  width: 100%;
  opacity: 0.6;
  mix-blend-mode: overlay;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.recording-item-type-icon {
  display: block;
  background-color: #7bcad2;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.recording-item-type-icon svg {
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recording-item-type-icon svg[data-icon="cd_icon"] {
  width: 14px;
  height: 25px;
}

.recording-item-type-icon svg[data-icon="complitation_icon"] {
  width: 17px;
  height: 15px;
}

.recording-item-type-icon svg[data-icon="dvd_icon"] {
  width: 25px;
  height: 13px;
}

.recording-item-type-text {
  margin: 0;
  color: #7bcad2;
}

.recording-item-title {
  line-height: 1;
  font-weight: 200;
}

.recording-item-title {
  font-size: 32px;
}

@media screen and (min-width: 400px) {
  .recording-item-title {
    font-size: calc(32px + 18 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  .recording-item-title {
    font-size: 50px;
  }
}

.recording-item:hover .recording-item-link:after {
  opacity: 1;
}

.recording-item:hover .recording-item-image-hover {
  opacity: 0.65;
}

.recording-item:hover .button-ghost {
  background: #cfe9ec;
  border-color: #cfe9ec;
  color: #0d0f14;
}

.recording-item:hover .button-ghost svg[data-icon="button_arrow"] {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

@media (max-width: 799px) {
  .recording-item-link:before {
    -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
  }
  .recording-item-date {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }
  .recording-item-date .line {
    height: 300vw;
    height: 300vmin;
    left: 20px;
  }
  .recording-item-date:after {
    width: 28px;
    top: 21px;
  }
  .recording-item-date .blob {
    top: 18px;
  }
  .recording-item-inner {
    padding: 0 15px 30px;
  }
  .no-post-thumbnail .recording-item-inner {
    padding-top: 30px;
  }
  .recording-item-type {
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .recording-item-type-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }
  .recording-item-image-outer + .recording-item-title {
    margin-top: 20px;
  }
  .recording-item-button {
    margin-top: 20px;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .recording-item-link:before {
    -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
  }
  .recording-item-date .line {
    height: 300vw;
    height: 300vmin;
    left: 30px;
  }
  .recording-item-date:after {
    width: 38px;
    top: 30px;
  }
  .recording-item-date .blob {
    top: 27px;
  }
  .recording-item-inner {
    padding: 0 15px 30px;
  }
  .no-post-thumbnail .recording-item-inner {
    padding-top: 30px;
  }
  .recording-item-type {
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .recording-item-type-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }
  .recording-item-image-outer + .recording-item-title {
    margin-top: 20px;
  }
  .recording-item-button {
    margin-top: 20px;
  }
}

@media (min-width: 1000px) {
  .recording-item-link:before {
    -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 65px rgba(0, 0, 0, 0.12);
  }
  .recording-item-date .line {
    height: 300vw;
    height: 300vmin;
    left: 30px;
  }
  .recording-item-date:after {
    width: 58px;
    top: 30px;
  }
  .recording-item-date .blob {
    top: 27px;
  }
  .recording-item-inner {
    padding: 0 20px 35px;
  }
  .no-post-thumbnail .recording-item-inner {
    padding-top: 30px;
  }
  .recording-item-type {
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .recording-item-type-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }
  .recording-item-image-outer + .recording-item-title {
    margin-top: 30px;
  }
  .recording-item-button {
    margin-top: 30px;
  }
}

body.single-recording .footer-quotes .wrapper, body.single-recording .footer-quotes .padded-wrapper, body.single-recording .footer-quotes .padded-wrapper {
  border-top: 0;
}

.recording-single-header {
  background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
  color: #ffffff;
  position: relative;
}

.recording-single-header .wrapper, .recording-single-header .padded-wrapper {
  max-width: 1090px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 20;
}

.recording-single-header.orientation-landscape {
  padding-top: 140px;
}

@media screen and (min-width: 400px) {
  .recording-single-header.orientation-landscape {
    padding-top: calc(140px + 85 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .recording-single-header.orientation-landscape {
    padding-top: 225px;
  }
}

.recording-single-header.orientation-landscape {
  padding-bottom: 50px;
}

@media screen and (min-width: 400px) {
  .recording-single-header.orientation-landscape {
    padding-bottom: calc(50px + 73 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .recording-single-header.orientation-landscape {
    padding-bottom: 123px;
  }
}

.recording-single-header.orientation-portrait {
  padding-top: 144px;
  padding-bottom: 46px;
}

.recording-single-header-blur {
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}

.recording-single-header-blur-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.recording-single-header-blur-inner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
  opacity: 0.6;
}

.recording-single-type.recording-item-type {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recording-single-type.recording-item-type .recording-item-type-icon {
  margin: 0;
}

body.single-recording .recording-single-type.recording-item-type .recording-item-type-icon {
  background: #ffffff;
}

body.single-recording .recording-single-type.recording-item-type .recording-item-type-icon svg {
  fill: #7bcad2;
}

.recording-single-type.recording-item-type .recording-item-type-text {
  margin-left: 12px;
  color: #ffffff;
}

.recording-single-header-embed {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  min-height: 200px;
}

.recording-single-header-embed:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 42%;
}

.recording-single-header-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recording-single-header-description {
  font-size: 110%;
}

.recording-single-header-links {
  margin: 0;
  margin-left: 2px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recording-single-header-media img {
  display: block;
  width: 100%;
}

@media (max-width: 799px) {
  .recording-single-header .wrapper, .recording-single-header .padded-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    max-width: 600px;
  }
  .recording-single-header-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .recording-single-type.recording-item-type {
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recording-single-type.recording-item-type .recording-item-type-text {
    margin-left: 0;
    margin-top: 10px;
  }
  .recording-single-header-title {
    margin-bottom: 0.65em;
  }
  .recording-single-header-links {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recording-single-header-links li {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .recording-single-header-media {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 28px;
  }
}

@media (min-width: 800px) {
  .recording-single-header-text {
    width: calc(50% - 14px);
    padding-bottom: 2.5em;
  }
  .recording-single-type.recording-item-type {
    margin-bottom: 10px;
  }
  .recording-single-header-title {
    margin-bottom: 0.65em;
  }
  .recording-single-header-links {
    margin-top: 26px;
  }
  .recording-single-header-links li {
    margin-top: 20px;
    margin-right: 40px;
  }
  .recording-single-header-media {
    width: calc(50% - 48px);
  }
}

.recording-single-content {
  padding-top: 50px;
}

@media screen and (min-width: 400px) {
  .recording-single-content {
    padding-top: calc(50px + 33 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .recording-single-content {
    padding-top: 83px;
  }
}

.recording-single-content {
  padding-bottom: 80px;
}

@media screen and (min-width: 400px) {
  .recording-single-content {
    padding-bottom: calc(80px + 19 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .recording-single-content {
    padding-bottom: 99px;
  }
}

.recording-single-content .wrapper, .recording-single-content .padded-wrapper {
  max-width: 820px;
}

.recording-single-content .nice-type h2:first-child {
  text-align: center;
}

.recording-single-content .nice-type h2:first-child {
  margin-bottom: 30px;
}

@media screen and (min-width: 400px) {
  .recording-single-content .nice-type h2:first-child {
    margin-bottom: calc(30px + 20 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .recording-single-content .nice-type h2:first-child {
    margin-bottom: 50px;
  }
}

.recording-single-info {
  background-image: linear-gradient(207deg, #82d1d9 30%, #cfe9ec 65%);
  color: #0d0f14;
  padding-top: 44px;
  padding-bottom: 38px;
  text-align: center;
}

.recording-single-info h2 {
  margin-bottom: -0.25em;
}

.recording-single-info h2 {
  font-size: 34px;
}

@media screen and (min-width: 400px) {
  .recording-single-info h2 {
    font-size: calc(34px + 6 * ((100vw - 400px) / 750));
  }
}

@media screen and (min-width: 1150px) {
  .recording-single-info h2 {
    font-size: 40px;
  }
}

.recording-single-info p {
  line-height: 1.5;
}

.recording-single-info p b,
.recording-single-info p strong {
  font-weight: 700;
}

.video-items-outer {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .video-items-outer {
    padding-top: calc(40px + 42 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-items-outer {
    padding-top: 82px;
  }
}

@media (max-width: 699px) {
  .video-items .video-item {
    width: 100%;
  }
  .video-items .video-item:nth-child(n+2) {
    margin-top: 3vw;
  }
}

@media (min-width: 700px) {
  .video-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .video-items .video-item {
    width: calc(50% - 13px);
  }
  .video-items .video-item:nth-child(2n+1) {
    margin-right: 26px;
  }
  .video-items .video-item:nth-child(n+3) {
    margin-top: 26px;
  }
}

.video-item {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  display: block;
  background-color: #eee;
}

.video-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 64.72%;
}

.video-item:after {
  content: '';
  position: absolute;
  height: 100%;
  max-height: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.42)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.42) 100%);
}

.video-item-image,
.video-item-image-hover,
.video-item-image-hover-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-item-image {
  background-size: cover;
  background-position: center center;
}

.video-item-image-hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#82d1d9), to(#cfe9ec));
  background-image: linear-gradient(to top right, #82d1d9, #cfe9ec);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.video-item-image-hover-inner {
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  mix-blend-mode: overlay;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.video-item-text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-item-text {
  padding-top: 14px;
}

@media screen and (min-width: 400px) {
  .video-item-text {
    padding-top: calc(14px + 17 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-text {
    padding-top: 31px;
  }
}

.video-item-text {
  padding-right: 14px;
}

@media screen and (min-width: 400px) {
  .video-item-text {
    padding-right: calc(14px + 14 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-text {
    padding-right: 28px;
  }
}

.video-item-text {
  padding-bottom: 14px;
}

@media screen and (min-width: 400px) {
  .video-item-text {
    padding-bottom: calc(14px + 17 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-text {
    padding-bottom: 31px;
  }
}

.video-item-text {
  padding-left: 14px;
}

@media screen and (min-width: 400px) {
  .video-item-text {
    padding-left: calc(14px + 14 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-text {
    padding-left: 28px;
  }
}

.video-item-play {
  display: block;
  border: 2px solid #ffffff;
  position: relative;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.video-item-play {
  width: 50px;
}

@media screen and (min-width: 400px) {
  .video-item-play {
    width: calc(50px + 27 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-play {
    width: 77px;
  }
}

.video-item-play {
  height: 50px;
}

@media screen and (min-width: 400px) {
  .video-item-play {
    height: calc(50px + 27 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-play {
    height: 77px;
  }
}

.video-item-play {
  margin-right: 14px;
}

@media screen and (min-width: 400px) {
  .video-item-play {
    margin-right: calc(14px + 12 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-play {
    margin-right: 26px;
  }
}

.video-item-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  width: 17px;
  height: 16px;
  fill: #ffffff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.video-item-title {
  line-height: 1;
  font-weight: 400;
}

.video-item-title {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  .video-item-title {
    font-size: calc(22px + 3 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-title {
    font-size: 25px;
  }
}

.video-item:hover .video-item-image-hover {
  opacity: 0.65;
}

.video-item:hover .video-item-play {
  background: white;
}

.video-item:hover .video-item-play svg {
  fill: #000000;
}

.featured-video {
  position: relative;
}

.featured-video {
  padding-top: 30px;
}

@media screen and (min-width: 400px) {
  .featured-video {
    padding-top: calc(30px + 70 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .featured-video {
    padding-top: 100px;
  }
}

.featured-video {
  padding-bottom: 30px;
}

@media screen and (min-width: 400px) {
  .featured-video {
    padding-bottom: calc(30px + 70 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .featured-video {
    padding-bottom: 100px;
  }
}

.featured-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-image: linear-gradient(207deg, #82d1d9, #cfe9ec);
}

@media (min-width: 700px) {
  .featured-video .video-item:before {
    padding-bottom: 54.5%;
  }
  .featured-video .video-item .video-item-title {
    font-weight: 200;
  }
  .featured-video .video-item .video-item-title {
    font-size: 35px;
  }
}

@media screen and (min-width: 700px) and (min-width: 400px) {
  .featured-video .video-item .video-item-title {
    font-size: calc(35px + 10 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 700px) and (min-width: 1400px) {
  .featured-video .video-item .video-item-title {
    font-size: 45px;
  }
}

.phototype-items {
  overflow: hidden;
}

.phototype-items {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .phototype-items {
    padding-top: calc(40px + 74 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .phototype-items {
    padding-top: 114px;
  }
}

.phototype-items {
  padding-bottom: 80px;
}

@media screen and (min-width: 400px) {
  .phototype-items {
    padding-bottom: calc(80px + 34 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .phototype-items {
    padding-bottom: 114px;
  }
}

.phototype-items .phototype-item:nth-child(2) .wrapper:before, .phototype-items .phototype-item:nth-child(2) .padded-wrapper:before {
  opacity: 1;
}

.phototype-item .two-col-item-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::-webkit-input-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::-webkit-input-placeholder {
  margin-bottom: 10px;
}

.phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::-moz-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::-moz-placeholder {
  margin-bottom: 10px;
}

.phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]:-ms-input-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]:-ms-input-placeholder {
  margin-bottom: 10px;
}

.phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::-ms-input-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::-ms-input-placeholder {
  margin-bottom: 10px;
}

.phototype-item .two-col-item-text .small-caps, .phototype-item .two-col-item-text .button, .phototype-item .two-col-item-text .button-light, .phototype-item .two-col-item-text .button-ghost, .phototype-item .two-col-item-text .button-light-ghost-round, .phototype-item .two-col-item-text .button-ghost-round, .phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::placeholder {
  margin-bottom: 10px;
}

@media screen and (min-width: 400px) {
  .phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::-webkit-input-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::-webkit-input-placeholder {
    margin-bottom: calc(10px + 10 * ((100vw - 400px) / 1000));
  }
  .phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::-moz-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::-moz-placeholder {
    margin-bottom: calc(10px + 10 * ((100vw - 400px) / 1000));
  }
  .phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]:-ms-input-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]:-ms-input-placeholder {
    margin-bottom: calc(10px + 10 * ((100vw - 400px) / 1000));
  }
  .phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::-ms-input-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::-ms-input-placeholder {
    margin-bottom: calc(10px + 10 * ((100vw - 400px) / 1000));
  }
  .phototype-item .two-col-item-text .small-caps, .phototype-item .two-col-item-text .button, .phototype-item .two-col-item-text .button-light, .phototype-item .two-col-item-text .button-ghost, .phototype-item .two-col-item-text .button-light-ghost-round, .phototype-item .two-col-item-text .button-ghost-round, .phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::placeholder {
    margin-bottom: calc(10px + 10 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::-webkit-input-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::-webkit-input-placeholder {
    margin-bottom: 20px;
  }
  .phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::-moz-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::-moz-placeholder {
    margin-bottom: 20px;
  }
  .phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]:-ms-input-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]:-ms-input-placeholder {
    margin-bottom: 20px;
  }
  .phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::-ms-input-placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::-ms-input-placeholder {
    margin-bottom: 20px;
  }
  .phototype-item .two-col-item-text .small-caps, .phototype-item .two-col-item-text .button, .phototype-item .two-col-item-text .button-light, .phototype-item .two-col-item-text .button-ghost, .phototype-item .two-col-item-text .button-light-ghost-round, .phototype-item .two-col-item-text .button-ghost-round, .phototype-item .two-col-item-text .footer-content-newsletter form input[type="email"]::placeholder, .footer-content-newsletter form .phototype-item .two-col-item-text input[type="email"]::placeholder {
    margin-bottom: 20px;
  }
}

.phototype-item .two-col-item-text .press-item-title {
  margin-top: 0;
}

.phototype-item .two-col-item-text .press-item-button {
  margin-bottom: 0;
}

.phototype-item .two-col-item-text .press-item-button {
  margin-top: 25px;
}

@media screen and (min-width: 400px) {
  .phototype-item .two-col-item-text .press-item-button {
    margin-top: calc(25px + 17 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .phototype-item .two-col-item-text .press-item-button {
    margin-top: 42px;
  }
}

.photos-single-items-outer {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .photos-single-items-outer {
    padding-top: calc(40px + 74 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .photos-single-items-outer {
    padding-top: 114px;
  }
}

.photo-single-item {
  position: relative;
}

.photo-single-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.photo-single-item-image,
.photo-single-item-image-hover,
.photo-single-item-image-hover-inner,
.photo-single-item-image-hover-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.photo-single-item-image {
  background-size: cover;
  background-position: center center;
}

.photo-single-item-image-hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#82d1d9), to(#cfe9ec));
  background-image: linear-gradient(to top right, #82d1d9, #cfe9ec);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.photo-single-item-image-hover-inner {
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  mix-blend-mode: overlay;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.photo-single-item-image-hover-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.photo-single-item-image-hover-label .footer-content-newsletter form input[type="email"]::-webkit-input-placeholder, .footer-content-newsletter form .photo-single-item-image-hover-label input[type="email"]::-webkit-input-placeholder {
  color: #0d0f14;
}

.photo-single-item-image-hover-label .footer-content-newsletter form input[type="email"]::-moz-placeholder, .footer-content-newsletter form .photo-single-item-image-hover-label input[type="email"]::-moz-placeholder {
  color: #0d0f14;
}

.photo-single-item-image-hover-label .footer-content-newsletter form input[type="email"]:-ms-input-placeholder, .footer-content-newsletter form .photo-single-item-image-hover-label input[type="email"]:-ms-input-placeholder {
  color: #0d0f14;
}

.photo-single-item-image-hover-label .footer-content-newsletter form input[type="email"]::-ms-input-placeholder, .footer-content-newsletter form .photo-single-item-image-hover-label input[type="email"]::-ms-input-placeholder {
  color: #0d0f14;
}

.photo-single-item-image-hover-label .small-caps, .photo-single-item-image-hover-label .button, .photo-single-item-image-hover-label .button-light, .photo-single-item-image-hover-label .button-ghost, .photo-single-item-image-hover-label .button-light-ghost-round, .photo-single-item-image-hover-label .button-ghost-round, .photo-single-item-image-hover-label .footer-content-newsletter form input[type="email"]::placeholder, .footer-content-newsletter form .photo-single-item-image-hover-label input[type="email"]::placeholder {
  color: #0d0f14;
}

.photo-single-item:hover .photo-single-item-image-hover {
  opacity: 1;
}

@media (max-width: 1149px) {
  .photo-single-item {
    width: calc(50% - 1.5vw);
  }
  .photo-single-item:nth-child(odd) {
    float: left;
    clear: left;
  }
  .photo-single-item:nth-child(even) {
    float: right;
    clear: right;
  }
  .photo-single-item:nth-child(2) {
    margin-top: 7.5vw;
  }
  .photo-single-item:nth-child(n+3) {
    margin-top: 3vw;
  }
}

@media (min-width: 1150px) {
  .photo-single-item {
    width: calc(50% - 18px);
  }
  .photo-single-item:nth-child(odd) {
    float: left;
    clear: left;
  }
  .photo-single-item:nth-child(even) {
    float: right;
    clear: right;
  }
  .photo-single-item:nth-child(2) {
    margin-top: 97px;
  }
  .photo-single-item:nth-child(n+3) {
    margin-top: 36px;
  }
}

.book-items-outer {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .book-items-outer {
    padding-top: calc(40px + 74 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .book-items-outer {
    padding-top: 114px;
  }
}

/*****
  Development Styles
*****/
body.debug_mq:before {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  padding: 5px 8px 6px;
  line-height: 1;
  margin-left: 5px;
  font-family: "Menlo", "Courier";
}

@media (max-width: 399px) {
  body.debug_mq:before {
    content: "@include respond('to', 'mobile') {}";
    background: #fc0;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'mobile', 'large_mobile') {}";
    background: #f00;
  }
}

@media (min-width: 500px) and (max-width: 599px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_mobile', 'phablet') {}";
    background: #060;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'phablet', 'small_tablet') {}";
    background: #060;
  }
}

@media (min-width: 700px) and (max-width: 799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_tablet', 'tablet') {}";
    background: #006;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'tablet', 'large_tablet') {}";
    background: #046;
  }
}

@media (min-width: 1000px) and (max-width: 1299px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_tablet', 'small_desktop') {}";
    background: #506;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_desktop', 'desktop') {}";
    background: #907;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'desktop', 'huge') {}";
    background: #09c;
  }
}

@media (min-width: 1800px) {
  body.debug_mq:before {
    content: "@include respond('from', 'huge') {}";
    background: #f06;
  }
}
/*# sourceMappingURL=app.css.map */
