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

/*****
  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 {
  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 */
  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 {
  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"] {
  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: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, 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;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  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;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  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;
  transition: opacity .25s, visibility 0s linear .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;
  transition: opacity .25s, visibility 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;
  text-align: center;
  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: translate3d(0, 0, 0);
  z-index: 99994;
}

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

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

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

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

.fancybox-slide--next {
  z-index: 99995;
}

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .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--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

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

.fancybox-iframe {
  vertical-align: top;
}

.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;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.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 {
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

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

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  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;
  transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

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

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

/* 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;
  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: #fff;
  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: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    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": 1100px, "small_desktop": 1300px, "desktop": 1400px, "huge": 1800px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

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

body {
  background: #ffffff;
}

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

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

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

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

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.site-menu-open {
  position: absolute;
  cursor: pointer;
}

.site-menu-open svg {
  fill: #ffffff;
  width: 29px;
  height: 25px;
}

.site-header-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.site-header-social {
  position: absolute;
  margin: 0;
  padding: 0;
}

.site-header-social li {
  display: inline-block;
  list-style: none;
  border: 1px solid #ffffff;
  position: relative;
}

.site-header-social a {
  display: inline-block;
}

@media (max-width: 699px) {
  .site-header {
    padding: 30px 20px 30px;
  }
  .site-header .site-header-social {
    display: none;
  }
  .site-menu-open {
    top: 34px;
    left: 20px;
  }
  .site-header-logo {
    width: 160px;
    height: 25px;
  }
  .site-header-logo svg {
    width: 160px;
    height: 25px;
  }
}

@media (min-width: 700px) {
  .site-header {
    padding: 35px 20px 35px;
  }
  .site-menu-open {
    top: 47px;
    left: 60px;
  }
  .site-header-logo {
    width: 300px;
    height: 47px;
  }
  .site-header-logo svg {
    width: 300px;
    height: 47px;
  }
  .site-header-social {
    top: 33px;
    right: 60px;
  }
  .site-header-social li {
    width: 48px;
    height: 48px;
  }
  .site-header-social li + li {
    margin-left: 10px;
  }
  .site-header-social a {
    width: 48px;
    height: 48px;
  }
  .site-header-social svg {
    position: absolute;
    fill: #ffffff;
  }
  .site-header-social svg[data-icon="twitter"] {
    width: 20px;
    height: 17px;
    top: 15px;
    left: 13px;
  }
  .site-header-social svg[data-icon="facebook"] {
    width: 8px;
    height: 19px;
    top: 14px;
    left: 19px;
  }
}

.site-header-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: #2f2f2f;
  background-image: linear-gradient(130deg, #213b64 0%, #895265 100%);
}

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

.site-header-nav nav {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 145px;
  right: 0;
  bottom: 0;
}

.site-header-nav nav ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  counter-reset: navmenu;
}

.site-header-nav nav li {
  list-style: none;
  -ms-flex-positive: 2;
      flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  counter-increment: navmenu;
  position: relative;
}

.site-header-nav nav li:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  background: #ffffff;
  opacity: 0;
  z-index: 1;
}

.site-header-nav nav a {
  font-family: 'Libre Baskerville', serif;
  letter-spacing: -0.025em;
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding-left: 39px;
  position: relative;
  z-index: 20;
}

.site-header-nav nav a:before {
  content: counters(navmenu, ".", decimal-leading-zero);
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  width: 39px;
  display: inline-block;
  position: relative;
  top: 9px;
  z-index: 20;
}

.site-header-nav nav li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.site-header-nav nav li:hover a:before {
  color: #213b64;
}

.site-header-nav nav li:hover:after {
  opacity: 1;
}

.site-header-nav nav li:hover span {
  color: #000000;
  background: linear-gradient(to right, #213b64 0%, #895265 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-menu-close {
  position: absolute;
  top: 47px;
  left: 60px;
  cursor: pointer;
}

.site-menu-close svg {
  width: 25px;
  height: 25px;
  fill: #ffffff;
}

.site-header-nav {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.01s ease 0.5s, opacity 0.5s ease;
}

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

@media screen and (max-width: 699px), screen and (max-height: 599px) {
  .site-menu-close {
    top: 34px;
    left: 32px;
  }
  .site-header-nav nav {
    left: 80px;
  }
  .site-header-nav nav a {
    font-size: 22px;
    padding-left: 24px;
  }
  .site-header-nav nav a:before {
    font-size: 15px;
    top: 2px;
    width: 26px;
  }
  .site-header-social {
    top: 100px;
    left: 22px;
  }
  .site-header-social li {
    width: 40px;
    height: 40px;
    display: block;
  }
  .site-header-social li + li {
    margin-top: 10px;
  }
  .site-header-social a {
    width: 40px;
    height: 40px;
  }
  .site-header-social svg {
    position: absolute;
    fill: #ffffff;
  }
  .site-header-social svg[data-icon="twitter"] {
    width: 20px;
    height: 17px;
    top: 10px;
    left: 9px;
  }
  .site-header-social svg[data-icon="facebook"] {
    width: 8px;
    height: 19px;
    top: 10px;
    left: 15px;
  }
}

@media (max-width: 349px) {
  .site-header-nav nav a {
    font-size: 19px;
  }
}

.site-footer {
  background: #292e35;
  color: #ffffff;
}

.site-footer a {
	text-decoration: underline;
}
	.site-footer a:hover {
	text-decoration: none;
	}

.footer-title {
  font-size: 20px;
  margin-bottom: 27px;
}

.footer-title:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #ffffff;
  margin-top: 16px;
}

.site-footer-upper {
  display: -ms-flexbox;
  display: flex;
}

.footer-site-map {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.footer-site-map ul.nav {
  margin: 0;
  padding: 0;
  column-count: 2;
}

.footer-site-map ul.nav li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-site-map ul.nav a {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

.site-footer-social {
  margin: auto 0 auto 0;
  padding: 0;
}

.site-footer-social li {
  display: inline-block;
  list-style: none;
  margin-right: 23px;
}

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

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

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

.site-footer-social svg[data-icon="google"] {
  width: 27px;
  height: 17px;
}

.footer-project .nice-type p {
  font-size: 16px;
  line-height: 1.5625;
}

.footer-project .button-light {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-thanks img {
  display: block;
  max-width: 100%;
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer-copyright {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 18px;
  display: block;
}

.site-footer-logo {
  fill: #ffffff;
}

.site-footer-maker {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 18px;
  display: block;
  text-align: right;
}

@media (max-width: 799px) {
  .site-footer {
    padding-top: 12vw;
  }
  .site-footer-upper {
    display: block;
  }
  .footer-site-map,
  .footer-project,
  .footer-thanks {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-project {
    margin-top: 6vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
    margin-bottom: 6vw;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-project .nice-type {
    margin-bottom: 30px;
  }
  .footer-legal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 12vw;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .site-footer-copyright {
    -ms-flex-order: 3;
        order: 3;
    margin-top: 10px;
  }
  .site-footer-logo {
    -ms-flex-order: 1;
        order: 1;
    width: 298px;
    height: 47px;
  }
  .site-footer-maker {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 30px;
  }
}

@media (min-width: 800px) and (max-width: 1099px) {
  .site-footer {
    padding-top: 104px;
  }
  .footer-site-map {
    width: 30%;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .footer-project {
    width: 40%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .footer-project .nice-type {
    margin-bottom: 30px;
  }
  .footer-thanks {
    width: 30%;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .footer-legal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 20px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .site-footer-copyright {
    width: 200px;
  }
  .site-footer-logo {
    width: 298px;
    height: 47px;
  }
  .site-footer-maker {
    width: 200px;
  }
}

@media (min-width: 1100px) {
  .site-footer {
    padding-top: 104px;
  }
  .footer-site-map {
    width: 33.33%;
    padding-right: 60px;
    padding-bottom: 40px;
  }
  .footer-project {
    width: 33.33%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
  }
  .footer-project .nice-type {
    margin-bottom: 40px;
  }
  .footer-thanks {
    width: 33.33%;
    padding-left: 60px;
    padding-bottom: 40px;
  }
  .footer-legal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 20px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .site-footer-copyright {
    width: 200px;
  }
  .site-footer-logo {
    width: 298px;
    height: 47px;
  }
  .site-footer-maker {
    width: 200px;
  }
}

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

@media (max-width: 599px) {
  .load-more-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .load-more-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 900px) and (max-width: 999px) {
  .load-more-wrapper {
    margin-top: 102px;
    margin-bottom: 102px;
  }
}

@media (min-width: 1000px) {
  .load-more-wrapper {
    margin-top: 122px;
    margin-bottom: 122px;
  }
}

.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;
}

.page-header {
  background-image: linear-gradient(to bottom, #555, #333);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  height: 100vh;
}

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

.page-header .padded-wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
}

.page-header h1 {
  margin-bottom: 0.55em;
}

.page-header p {
  font-family: 'PT Serif', serif;
  line-height: 1.4545;
  max-width: 590px;
  letter-spacing: -0.025em;
}

@media (max-width: 699px) {
  .page-header {
    padding-top: 100px;
    padding-bottom: 12vw;
  }
  .page-header p {
    font-size: 18px;
  }
}

@media (min-width: 700px) {
  .page-header {
    padding-top: 130px;
    padding-bottom: 106px;
  }
  .page-header p {
    font-size: 22px;
  }
}

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

body .fancybox-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 58%;
  background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  opacity: 0.4;
}

body .fancybox-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
}

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

body .fancybox-button {
  background: transparent;
}

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

body .fancybox-slide {
  padding: 8vw;
}

body .fancybox-caption {
  display: none;
}

body.page-template-template-home .fancybox-bg,
body.page-template-template-about .fancybox-bg,
body.post-type-archive-video .fancybox-bg {
  background: #292e35;
}

body.page-template-template-home .fancybox-bg:before, body.page-template-template-home .fancybox-bg:after,
body.page-template-template-about .fancybox-bg:before,
body.page-template-template-about .fancybox-bg:after,
body.post-type-archive-video .fancybox-bg:before,
body.post-type-archive-video .fancybox-bg:after {
  display: none;
}

.gallery-lightbox-bg {
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  filter: blur(20px);
}

.gallery-lightbox-bg:last-child {
  opacity: 0.4;
}

.lightbox-custom-caption {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}

.lightbox-custom-caption > * {
  width: 100%;
  max-width: calc(760px + 6vw);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vw;
  padding-right: 3vw;
}

.lightbox-custom-caption h2 {
  margin-top: 12px;
  margin-bottom: 20px;
}

.get-involved {
  border-top: 1px solid rgba(59, 59, 59, 0.2);
  text-align: center;
}

.get-involved .padded-wrapper {
  max-width: 1200px;
}

.get-involved h1 {
  width: 100%;
}

.get-involved-join {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.get-involved-join > * {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.get-involved-join > *:nth-last-child(2) {
  padding-bottom: 20px;
}

.get-involved-join .button, .get-involved-join .button-light {
  margin-top: auto;
}

.get-involved-newsletter form {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.get-involved-newsletter form input {
  margin-bottom: 12px;
}

.get-involved-newsletter form .button, .get-involved-newsletter form .button-light {
  margin-top: 25px;
  margin-bottom: 0;
}

@media (max-width: 699px) {
  .get-involved {
    padding-top: 12vw;
    margin-bottom: 12vw;
  }
  .get-involved-boxes {
    padding-top: 12vw;
  }
  .get-involved-boxes h2 {
    margin-bottom: 15px;
  }
  .get-involved-pipe {
    width: calc(100% + 6vw);
    margin-left: -3vw;
    height: 1px;
    display: block;
    background: rgba(59, 59, 59, 0.2);
    margin-top: 12vw;
    margin-bottom: 12vw;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .get-involved {
    padding-top: 96px;
    margin-bottom: 150px;
  }
  .get-involved-boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 102px;
  }
  .get-involved-boxes h2 {
    margin-bottom: 15px;
  }
  .get-involved-join {
    width: calc(50% - 30px);
  }
  .get-involved-pipe {
    width: 1px;
    background: rgba(59, 59, 59, 0.2);
  }
  .get-involved-newsletter {
    width: calc(50% - 30px);
  }
}

@media (min-width: 1000px) {
  .get-involved {
    padding-top: 96px;
    margin-bottom: 150px;
  }
  .get-involved h1 {
    font-size: 40px;
  }
  .get-involved-boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 102px;
  }
  .get-involved-boxes h2 {
    font-size: 30px;
    margin-bottom: 23px;
  }
  .get-involved-join {
    width: calc(50% - 93px);
  }
  .get-involved-pipe {
    width: 1px;
    background: rgba(59, 59, 59, 0.2);
  }
  .get-involved-newsletter {
    width: calc(50% - 93px);
  }
}

body {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.45;
}

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

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

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


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.025em;
}

@media (max-width: 499px) {
  h1.larger, .h1.larger {
    font-size: 30px;
  }
}

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

@media (min-width: 900px) {
  h1.larger, .h1.larger {
    font-size: 50px;
    line-height: 50px;
  }
}

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

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

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

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

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

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

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

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

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

@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;
  }
}

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

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

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

@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;
  }
}

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

article p a {
  text-decoration: underline;
}

article p a:hover {
  text-decoration: none;
}

.nice-type * + * {
  margin-top: 1.45em;
}

p {
  margin: 0;
}

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

.button, .button-light {
  display: inline-block;
  border: 2px solid #3b3b3b;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: normal;
  transition: background 0.15s ease, color 0.15s ease;
  min-width: 150px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  cursor: pointer;
  background: transparent;
}

.button:hover, .button-light:hover {
  background: #3b3b3b;
  color: #ffffff;
}

@media (max-width: 599px) {
  .button, .button-light {
    padding: 10px 20px 10px 20px;
    font-size: 15px;
  }
  .button svg[data-icon="arrow"], .button-light svg[data-icon="arrow"] {
    width: 20px;
    height: 12px;
    margin-left: 20px;
    position: relative;
    top: 1px;
  }
}

@media (min-width: 600px) {
  .button, .button-light {
    padding: 13px 28px 12px 28px;
    font-size: 18px;
  }
  .button svg[data-icon="arrow"], .button-light svg[data-icon="arrow"] {
    width: 23px;
    height: 14px;
    margin-left: 50px;
  }
}

.button-light {
  border-color: #ffffff;
  color: #ffffff;
  text-align: center;
}

.button-light:hover {
  background: #ffffff;
  color: #3b3b3b;
}

.button-icon, .button-icon-simple, .button-icon-light, .button-icon-dark {
  display: inline-block;
  border: 2px solid #ffffff;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: normal;
  transition: background 0.15s ease, color 0.15s ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  cursor: pointer;
  background: transparent;
}

.button-icon svg, .button-icon-simple svg, .button-icon-light svg, .button-icon-dark svg {
  display: inline-block;
  transition: fill 0.15s ease;
}

.button-icon svg[data-icon="arrow"], .button-icon-simple svg[data-icon="arrow"], .button-icon-light svg[data-icon="arrow"], .button-icon-dark svg[data-icon="arrow"] {
  margin-right: 1px;
  fill: #ffffff;
}

.button-icon:hover, .button-icon-simple:hover, .button-icon-light:hover, .button-icon-dark:hover {
  background: #ffffff;
  color: #082f70;
}

.button-icon:hover svg, .button-icon-simple:hover svg, .button-icon-light:hover svg, .button-icon-dark:hover svg {
  fill: #082f70;
}

@media (max-width: 599px) {
  .button-icon, .button-icon-simple, .button-icon-light, .button-icon-dark {
    padding: 10px 20px 10px 20px;
    font-size: 15px;
  }
  .button-icon svg[data-icon="arrow"], .button-icon-simple svg[data-icon="arrow"], .button-icon-light svg[data-icon="arrow"], .button-icon-dark svg[data-icon="arrow"] {
    width: 20px;
    height: 12px;
    margin-left: 20px;
    position: relative;
    top: 1px;
  }
}

@media (min-width: 600px) {
  .button-icon, .button-icon-simple, .button-icon-light, .button-icon-dark {
    padding: 13px 28px 12px 28px;
    font-size: 18px;
  }
  .button-icon svg[data-icon="arrow"], .button-icon-simple svg[data-icon="arrow"], .button-icon-light svg[data-icon="arrow"], .button-icon-dark svg[data-icon="arrow"] {
    width: 23px;
    height: 14px;
    margin-left: 30px;
  }
}

.button-icon-simple, .button-icon-light {
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
  padding: 0;
}

.button-icon-simple svg[data-icon="arrow"], .button-icon-light svg[data-icon="arrow"] {
  fill: #3b3b3b;
  margin-left: 15px;
}

.button-icon-simple:hover svg[data-icon="arrow"], .button-icon-light:hover svg[data-icon="arrow"] {
  fill: #082f70;
}

.button-icon-light {
  display: inline-block;
  color: #ffffff;
}

.button-icon-light svg[data-icon="arrow"] {
  fill: #ffffff;
}

.button-icon-light:hover {
  background: transparent;
  color: #ffffff;
}

.button-icon-light:hover svg[data-icon="arrow"] {
  fill: #ffffff;
}

.button-icon-dark {
  border-color: #3b3b3b;
}

.button-icon-dark svg[data-icon="arrow"] {
  fill: #3b3b3b;
}

.button-icon-dark:hover {
  background: #3b3b3b;
  color: #ffffff;
}

.button-icon-dark:hover svg {
  fill: #ffffff;
}

input[type='text'],
input[type='email'] {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  background: #f8f8f8;
  display: block;
  width: 100%;
  padding: 12px 15px 12px;
  text-align: center;
  border: 0;
  border-radius: 5px;
}

input[type='text']:focus,
input[type='email']:focus {
  outline: 0;
}

/*****
  Larger groups of styles for larger parts
*****/
.home-about {
  overflow: hidden;
}

.home-about .padded-wrapper {
  max-width: 1280px;
}

.home-about-image {
  position: relative;
}

.home-about-text p {
  letter-spacing: -0.025em;
}

@media (max-width: 699px) {
  .home-about {
    padding-top: 12vw;
    padding-bottom: 0;
  }
  .home-about .padded-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .home-about-image {
    width: 100%;
  }
  .home-about-image img {
    display: block;
    width: 100%;
    margin-bottom: -4px;
  }
  .home-about-text {
    width: 100%;
  }
  .home-about-text h1 {
    margin-bottom: 3vw;
  }
}

@media (min-width: 700px) {
  .home-about {
    padding-top: 123px;
    padding-bottom: 123px;
  }
  .home-about .padded-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .home-about-image {
    width: calc(39.2% - 80px);
  }
  .home-about-image img {
    width: 36vw;
    position: absolute;
    top: -50px;
    right: 0;
  }
  .home-about-text {
    width: 60.8%;
  }
  .home-about-text h1 {
    margin-bottom: 34px;
    font-size: 40px;
  }
}

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

.home-videos .video-items {
  margin-top: 19px;
  position: relative;
  z-index: 20;
}

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

.home-videos .video-items .video-item:nth-child(1) {
  padding-top: 0;
}

.home-videos-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 39vw;
  max-height: 561px;
}

.home-videos-header {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 20;
}

.home-videos-header h1 {
  margin-bottom: 16px;
}

.home-videos-carousel {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.home-videos-carousel:focus {
  outline: 0;
}

.home-videos-carousel .carousel-item {
  width: 100vw;
  max-width: 100vw !important;
}

.home-videos-carousel .carousel-item .video-item {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home-videos-carousel .prev,
.home-videos-carousel .next {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  position: absolute;
  z-index: 20;
  transition: background 0.15s ease;
}

.home-videos-carousel .prev svg,
.home-videos-carousel .next svg {
  width: 21px;
  height: 11px;
  fill: #ffffff;
  position: absolute;
  top: 18px;
  left: 13px;
}

.home-videos-carousel .prev:hover,
.home-videos-carousel .next:hover {
  background: #ffffff;
}

.home-videos-carousel .prev:hover svg,
.home-videos-carousel .next:hover svg {
  fill: #3b3b3b;
}

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

@media (max-width: 799px) {
  .home-videos {
    padding-top: 12vw;
  }
  .home-videos-image {
    height: 85vw;
  }
}

@media (min-width: 800px) {
  .home-videos {
    padding-top: 78px;
  }
  .home-videos-image {
    height: 39vw;
    max-height: 561px;
  }
  .home-videos-header h1 {
    font-size: 40px;
  }
}

@media (max-width: 1399px) {
  .home-videos-carousel {
    max-width: calc(1200px + 6vw);
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
  .home-videos-carousel .prev,
  .home-videos-carousel .next {
    top: 0;
  }
  .home-videos-carousel .prev {
    left: 3vw;
  }
  .home-videos-carousel .next {
    right: 3vw;
  }
}

@media (min-width: 1400px) {
  .home-videos-carousel .prev,
  .home-videos-carousel .next {
    top: 310px;
    left: 50%;
    margin-left: -24px;
  }
  .home-videos-carousel .prev {
    transform: translateX(-660px);
  }
  .home-videos-carousel .next {
    transform: translateX(660px);
  }
}

.home-recordings {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  color: #ffffff;
}

.home-recordings .recording-item {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

.home-recordings .recording-item-title {
  display: none;
}

.home-gallery {
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  color: #ffffff;
}

.home-gallery .padded-wrapper {
  max-width: 1340px;
}

.home-gallery .padded-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.home-galery-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

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

@media (max-width: 799px) {
  .home-gallery {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .home-gallery-intro {
    padding-bottom: 12vw;
  }
  .home-gallery-image-1 {
    margin-bottom: 3vw;
  }
  .home-gallery-image-2 {
    margin-bottom: 3vw;
  }
  .home-gallery-link {
    margin-top: 12vw;
  }
}

@media (min-width: 800px) {
  .home-gallery {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .home-gallery-intro {
    width: 50%;
    float: left;
    height: 36%;
    padding: 50px;
  }
  .home-galery-image {
    width: 50%;
  }
  .home-gallery-image-1 {
    float: right;
  }
  .home-gallery-image-2 {
    float: left;
  }
  .home-gallery-image-3 {
    float: right;
  }
  .home-gallery-link {
    width: 50%;
    float: left;
    padding: 100px 50px 50px 50px;
  }
}

.home-press {
  background: #f8f8f8;
  text-align: center;
}

.home-press-carousel {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-press-carousel .flickity-viewport {
  overflow: hidden;
}

.home-press-carousel:focus {
  outline: 0;
}

.home-press-carousel .prev,
.home-press-carousel .next {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #3b3b3b;
  position: absolute;
  z-index: 20;
  transition: background 0.15s ease;
}

.home-press-carousel .prev svg,
.home-press-carousel .next svg {
  width: 21px;
  height: 11px;
  fill: #3b3b3b;
  position: absolute;
  top: 18px;
  left: 13px;
}

.home-press-carousel .prev:hover,
.home-press-carousel .next:hover {
  background: #3b3b3b;
}

.home-press-carousel .prev:hover svg,
.home-press-carousel .next:hover svg {
  fill: #ffffff;
}

.home-press-carousel .prev svg {
  transform: rotate(180deg);
}

.home-press-carousel-item {
  width: 100%;
  text-align: center;
}

.home-press-carousel-item svg {
  fill: #3b3b3b;
}

.home-press-carousel-item p {
  margin-top: 12px;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
  font-style: italic;
}

.home-press-carousel-item cite {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-style: normal;
}

.home-press-carousel-item cite:before {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #3b3b3b;
}

.home-press-carousel-numbers {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.home-press-carousel-numbers a {
  font-family: 'Roboto Condensed', sans-serif;
}

.home-press-carousel-numbers a.active {
  font-weight: bold;
}

@media (max-width: 699px) {
  .home-press {
    padding-top: 12vw;
    padding-bottom: calc(12vw + 30px);
  }
  .home-press-carousel .prev,
  .home-press-carousel .next {
    display: none;
  }
  .home-press-carousel-item {
    padding-top: 36px;
  }
  .home-press-carousel-item svg {
    width: 56px;
    height: 37px;
  }
  .home-press-carousel-item p {
    font-size: 20px;
    line-height: 26px;
  }
  .home-press-carousel-item cite {
    font-size: 18px;
    margin-top: 41px;
  }
  .home-press-carousel-item cite:before {
    margin: 0 auto 20px;
  }
  .home-press-carousel-numbers {
    bottom: -12vw;
  }
  .home-press-carousel-numbers a {
    margin: 0 10px;
    font-size: 16px;
  }
}

@media (min-width: 700px) and (max-width: 1299px) {
  .home-press {
    padding-top: 12vw;
    padding-bottom: calc(12vw + 30px);
  }
  .home-press-carousel .prev,
  .home-press-carousel .next {
    top: 50%;
    margin-top: -24px;
    background: #f8f8f8;
  }
  .home-press-carousel .prev {
    left: 0;
  }
  .home-press-carousel .next {
    right: 0;
  }
  .home-press-carousel-item {
    padding-top: 36px;
    width: calc(100% - 140px);
    margin-left: 100px;
    margin-right: 100px;
  }
  .home-press-carousel-item svg {
    width: 56px;
    height: 37px;
  }
  .home-press-carousel-item p {
    font-size: 25px;
    line-height: 33px;
  }
  .home-press-carousel-item cite {
    font-size: 18px;
    margin-top: 41px;
  }
  .home-press-carousel-item cite:before {
    margin: 0 auto 20px;
  }
  .home-press-carousel-numbers {
    bottom: -10vw;
  }
  .home-press-carousel-numbers a {
    margin: 0 10px;
    font-size: 16px;
  }
}

@media (min-width: 1300px) {
  .home-press {
    padding-top: 126px;
    padding-bottom: 150px;
  }
  .home-press h1 {
    font-size: 40px;
  }
  .home-press-carousel .prev,
  .home-press-carousel .next {
    top: 100px;
  }
  .home-press-carousel .prev {
    left: -140px;
  }
  .home-press-carousel .next {
    right: -140px;
  }
  .home-press-carousel-item {
    padding-top: 36px;
  }
  .home-press-carousel-item svg {
    width: 56px;
    height: 37px;
  }
  .home-press-carousel-item p {
    font-size: 25px;
    line-height: 33px;
  }
  .home-press-carousel-item cite {
    font-size: 18px;
    margin-top: 41px;
  }
  .home-press-carousel-item cite:before {
    margin: 0 auto 20px;
  }
  .home-press-carousel-numbers {
    bottom: -116px;
  }
  .home-press-carousel-numbers a {
    margin: 0 10px;
    font-size: 16px;
  }
}

body.page-template-template-home .get-involved {
  border-top: 0;
}

.recording-items .recording-item:nth-child(1) {
  position: relative;
  color: #ffffff;
}

.recording-items .recording-item:nth-child(1) .padded-wrapper {
  position: relative;
}

@media (max-width: 999px) {
  .recording-items .recording-item:nth-child(1) .padded-wrapper {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

.recording-items .recording-item:nth-child(1):before {
  display: block;
  content: '';
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  top: 0;
  transform: translateX(-50%);
}

.recording-items .recording-item:nth-child(1) h1 {
  font-size: 30px;
}

.recording-items .recording-item:nth-child(1) .button-icon-dark {
  border-color: #ffffff;
  color: #ffffff;
}

.recording-items .recording-item:nth-child(1) .button-icon-dark svg[data-icon="arrow"] {
  fill: #ffffff;
}

.recording-items .recording-item:nth-child(1) .button-icon-dark:hover {
  background: #ffffff;
  color: #3b3b3b;
}

.recording-items .recording-item:nth-child(1) .button-icon-dark:hover svg[data-icon="arrow"] {
  fill: #3b3b3b;
}

@media (min-width: 800px) {
  .recording-items .recording-item:nth-child(1) .recording-item-embed {
    margin-left: 40px;
  }
}

@media (min-width: 1000px) {
  .recording-items .recording-item:nth-child(1) .recording-item-buy {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(37.6% - 50px);
    margin-top: 0;
  }
  .recording-items .recording-item:nth-child(1) .recording-item-buy .button-icon-dark {
    margin-top: 10px;
    margin-right: 0;
  }
}

.recording-items .recording-item:nth-child(n+2) .padded-wrapper {
  -ms-flex-align: end;
      align-items: flex-end;
}

.recording-items .recording-item:nth-child(n+2) .recording-item-title {
  display: none;
}

@media (min-width: 800px) {
  .recording-items .recording-item:nth-child(n+2) .recording-item-embed {
    width: calc(37.6% - 30px);
  }
}

.recording-items .recording-item:nth-child(2n+3) .padded-wrapper {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media (min-width: 800px) {
  .recording-items .recording-item:nth-child(2n+3) .recording-item-embed {
    width: calc(37.6% - 30px);
  }
  .recording-items .recording-item:nth-child(2n+3) .recording-item-embed iframe {
    margin-left: auto;
  }
  .recording-items .recording-item:nth-child(2n+3) .recording-item-buy {
    width: 62.4%;
  }
}

@media (max-width: 799px) {
  .recording-items .recording-item:nth-child(1) {
    padding-top: 12vw;
    padding-bottom: 12vw;
    margin-bottom: 67px;
  }
  .recording-items .recording-item:nth-child(n+3) {
    margin-top: 18vw;
  }
}

@media (min-width: 800px) {
  .recording-items .recording-item:nth-child(1) {
    padding-top: 152px;
    padding-bottom: 186px;
    margin-bottom: 67px;
  }
  .recording-items .recording-item:nth-child(n+3) {
    margin-top: 140px;
  }
}

.recording-item .padded-wrapper {
  max-width: 1020px;
}

.recording-item .button-icon-dark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
}

.recording-item .button-icon-dark svg {
  margin-left: auto;
}

.recording-item-title {
  width: 100%;
}

.recording-item-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

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

.recording-item-embed iframe {
  display: block;
  width: 100%;
}

.recording-item-buy {
  width: 100%;
}

.recording-item-buy:after {
  content: "";
  display: table;
  clear: both;
}

.recording-item-buy h3 {
  font-size: 18px;
  margin-bottom: 9px;
}

@media (max-width: 799px) {
  .recording-item .button-icon-dark {
    width: 228px;
  }
  .recording-item-title {
    margin-bottom: 43px;
  }
  .recording-item-image {
    width: 100%;
    max-width: 576px;
  }
  .recording-item-embed {
    width: 100%;
    margin-top: 20px;
  }
  .recording-item-embed iframe {
    height: 80px;
  }
  .recording-item-buy {
    padding-top: 20px;
  }
  .recording-item-buy .button-icon-dark {
    float: left;
    margin-bottom: 10px;
  }
}

@media (min-width: 800px) {
  .recording-item .padded-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .recording-item .button-icon-dark {
    width: 228px;
  }
  .recording-item-title {
    margin-bottom: 43px;
  }
  .recording-item-image {
    width: 62.4%;
    max-width: 576px;
  }
  .recording-item-embed {
    width: calc(37.6% - 50px);
  }
  .recording-item-embed iframe {
    max-width: 300px;
  }
  .recording-item-buy {
    padding-top: 20px;
  }
  .recording-item-buy .button-icon-dark {
    float: left;
  }
}

.post-type-archive-show .page-header .padded-wrapper {
  max-width: 1348px;
}

.post-type-archive-show .page-header .padded-wrapper .button, .post-type-archive-show .page-header .padded-wrapper .button-light {
  border-color: #ffffff;
  min-width: 200px;
  text-align: center;
}

.schedule-intro a.button-hollow-dark.has-icon {
  text-align: left;
  padding-right: 80px;
  position: relative;
  margin-left: auto;
}

.schedule-intro a.button-hollow-dark svg {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.post-type-archive-show .page-header {
  padding-top: 400px;
}

.post-type-archive-show .page-header .shows-header-inner-next {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 0;
  font-size: 18px;
}

.post-type-archive-show .page-header .schedule-item {
  padding-top: 0;
  padding-bottom: 0;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-title {
  -ms-flex-order: 2;
      order: 2;
  margin-bottom: 22px;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-dates {
  -ms-flex-order: 1;
      order: 1;
  margin-top: 0;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-dates:after {
  width: 45px;
  height: 1px;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-location {
  display: none;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-tickets {
  margin-top: 48px;
  margin-bottom: 0;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-simple, .post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-light {
  background: #ffffff;
  color: #3b3b3b;
  display: block;
  text-align: center;
}

@media (max-width: 599px) {
  .post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-simple, .post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-light {
    padding: 10px 20px 10px 20px;
  }
}

@media (min-width: 600px) {
  .post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-simple, .post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-light {
    padding: 13px 28px 12px 28px;
  }
}

.post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-simple svg, .post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-light svg {
  display: none;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-simple:hover, .post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-light:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

@media (max-width: 599px) {
  .post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-simple:hover, .post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-light:hover {
    padding: 8px 18px 8px 18px;
  }
}

@media (min-width: 600px) {
  .post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-simple:hover, .post-type-archive-show .page-header .schedule-item .schedule-item-tickets .button-icon-light:hover {
    padding: 11px 26px 10px 26px;
  }
}

.post-type-archive-show .page-header .schedule-item .schedule-item-dates {
  margin-bottom: 21px;
}

@media (max-width: 599px) {
  .post-type-archive-show .page-header .schedule-item .schedule-item-dates {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (min-width: 600px) {
  .post-type-archive-show .page-header .schedule-item .schedule-item-dates {
    font-size: 25px;
    line-height: 32px;
  }
}

.post-type-archive-show .page-header .schedule-item .schedule-item-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 5px;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-location {
  font-size: 26px;
  line-height: 32px;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-venue {
  font-size: 15px;
  line-height: 25px;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  -ms-flex-order: 3;
      order: 3;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-notes {
  margin-top: 29px;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-notes p {
  font-size: 19px;
  line-height: 25px;
}

.post-type-archive-show .page-header .schedule-item .schedule-item-notes p + p {
  margin-top: 25px;
}

@media (max-width: 699px) {
  .schedule-intro {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .schedule-intro h1 {
    margin-bottom: 20px;
  }
  .schedule-intro a {
    margin-right: 3vw;
    margin-bottom: 3vw;
  }
  .show-items {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) and (max-width: 1299px) {
  .schedule-intro {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .schedule-intro h1 {
    margin-bottom: 20px;
  }
  .schedule-intro a {
    margin-right: 3vw;
    margin-bottom: 3vw;
  }
  .show-items {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1300px) {
  .schedule-intro {
    padding-top: 100px;
    padding-bottom: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .schedule-intro a + a {
    margin-left: 30px;
  }
}

.schedule-item {
  position: relative;
}

.schedule-item .padded-wrapper {
  position: relative;
  z-index: 10;
}

.schedule-item p {
  margin: 0;
}

.schedule-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  background: #000000;
  transition: opacity 0.3s ease;
}

.schedule-item-image .schedule-item-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.schedule-item-dates span {
  font-weight: bold;
}

.schedule-item-location {
  font-family: 'PT Serif', serif;
}

.schedule-item-venue {
  text-transform: uppercase;
}

.schedule-item-notes a {
  text-decoration: underline;
}

.shows-header-inner .shows-header-inner-next {
  text-transform: uppercase;
}

.shows-header-inner .schedule-item .padded-wrapper {
  padding: 0;
}

.shows-header-inner .schedule-item .schedule-item-dates:after {
  content: '';
  width: 45px;
  height: 4px;
  background: #ffffff;
  display: block;
  margin-top: 31px;
}

.shows-header-inner .schedule-item .schedule-item-venue {
  display: none;
}

.show-items .schedule-item {
  display: block;
  border-top: 1px solid rgba(59, 59, 59, 0.2);
}

.show-items .schedule-item-dates {
  display: block;
}

.show-items .schedule-item-venue {
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}

.show-items .schedule-item-venue:before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #3b3b3b;
  position: absolute;
  top: 0;
  left: 0;
}

.schedule-item:hover {
  color: #ffffff;
}

.schedule-item:hover .schedule-item-venue:before {
  background: #ffffff;
}

.schedule-item:hover .schedule-item-image {
  opacity: 1;
}

.schedule-item:hover .button-icon-simple svg[data-icon="arrow"], .schedule-item:hover .button-icon-light svg[data-icon="arrow"] {
  fill: #ffffff;
}

.schedule-item:hover .button-icon-simple:hover, .schedule-item:hover .button-icon-light:hover {
  background: transparent;
  color: #ffffff;
}

@media (max-width: 899px) {
  .schedule-item {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .schedule-item .schedule-item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .schedule-item .schedule-item-dates {
    -ms-flex-order: 1;
        order: 1;
  }
  .schedule-item .schedule-item-title {
    margin-bottom: 4px;
    -ms-flex-order: 2;
        order: 2;
  }
  .schedule-item .schedule-item-location {
    -ms-flex-order: 3;
        order: 3;
    margin-bottom: 8px;
  }
  .schedule-item .schedule-item-tickets {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    -ms-flex-order: 6;
        order: 6;
  }
  .schedule-item .schedule-item-venue {
    margin-bottom: 6px;
    -ms-flex-order: 4;
        order: 4;
  }
  .schedule-item .schedule-item-venue:before {
    display: none;
  }
  .schedule-item .schedule-item-notes {
    -ms-flex-order: 5;
        order: 5;
  }
}

@media (min-width: 900px) and (max-width: 1299px) {
  .schedule-item-dates {
    font-size: 22px;
    line-height: 32px;
  }
  .schedule-item-title {
    line-height: 32px;
    padding-right: 20px;
  }
  .schedule-item-location {
    font-size: 26px;
    line-height: 32px;
  }
  .schedule-item-venue {
    font-size: 14px;
    line-height: 25px;
    padding-right: 20px;
  }
  .schedule-item-notes {
    font-size: 18px;
    line-height: 25px;
  }
  .schedule-item-notes p + p {
    margin-top: 1em;
  }
  .shows-header-inner .shows-header-inner-next {
    font-size: 15px;
  }
  .shows-header-inner .schedule-item .schedule-item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .shows-header-inner .schedule-item .schedule-item-title {
    -ms-flex-order: 1;
        order: 1;
  }
  .shows-header-inner .schedule-item .schedule-item-dates {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 20px;
  }
  .shows-header-inner .schedule-item .schedule-item-location {
    -ms-flex-order: 3;
        order: 3;
    margin-top: 26px;
  }
  .shows-header-inner .schedule-item .schedule-item-notes {
    -ms-flex-order: 4;
        order: 4;
    margin-top: 20px;
  }
  .shows-header-inner .schedule-item .schedule-item-tickets {
    -ms-flex-order: 5;
        order: 5;
    margin-top: 47px;
  }
  .show-items .schedule-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .show-items .schedule-item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .show-items .schedule-item-dates {
    width: 28%;
  }
  .show-items .schedule-item-title {
    width: 36%;
  }
  .show-items .schedule-item-location {
    width: 12%;
  }
  .show-items .schedule-item-tickets {
    max-width: 160px;
    text-align: right;
    margin-left: auto;
  }
  .show-items .schedule-item-tickets .button, .show-items .schedule-item-tickets .button-light {
    min-width: 160px;
  }
  .show-items .schedule-item-venue {
    width: 28%;
    padding-top: 16px;
  }
  .show-items .schedule-item-notes {
    width: 36%;
  }
}

@media (min-width: 1300px) {
  .schedule-item-dates {
    font-size: 25px;
    line-height: 32px;
  }
  .schedule-item-title {
    line-height: 32px;
  }
  .schedule-item-location {
    font-size: 26px;
    line-height: 32px;
  }
  .schedule-item-venue {
    font-size: 14px;
    line-height: 25px;
  }
  .schedule-item-notes {
    font-size: 18px;
    line-height: 25px;
  }
  .schedule-item-notes p + p {
    margin-top: 25px;
  }
  .shows-header-inner .shows-header-inner-next {
    font-size: 15px;
  }
  .shows-header-inner .schedule-item .schedule-item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .shows-header-inner .schedule-item .schedule-item-title {
    -ms-flex-order: 1;
        order: 1;
  }
  .shows-header-inner .schedule-item .schedule-item-dates {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 20px;
  }
  .shows-header-inner .schedule-item .schedule-item-location {
    -ms-flex-order: 3;
        order: 3;
    margin-top: 26px;
  }
  .shows-header-inner .schedule-item .schedule-item-notes {
    -ms-flex-order: 4;
        order: 4;
    margin-top: 20px;
  }
  .shows-header-inner .schedule-item .schedule-item-tickets {
    -ms-flex-order: 5;
        order: 5;
    margin-top: 47px;
  }
  .show-items .schedule-item {
    padding-top: 72px;
    padding-bottom: 77px;
  }
  .show-items .schedule-item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .show-items .schedule-item-dates {
    width: 28%;
    margin-bottom: 27px;
  }
  .show-items .schedule-item-title {
    width: 36%;
  }
  .show-items .schedule-item-location {
    width: 12%;
  }
  .show-items .schedule-item-tickets {
    max-width: 220px;
    text-align: right;
    margin-left: auto;
  }
  .show-items .schedule-item-venue {
    width: 28%;
    padding-top: 25px;
  }
  .show-items .schedule-item-notes {
    width: 36%;
  }
}

.video-items.padded-wrapper {
  max-width: 1200px;
}

@media (max-width: 699px) {
  .video-items {
    margin-top: 6vw;
  }
  .video-items .video-item:nth-child(n+2) {
    margin-top: 12vw;
  }
}

@media (min-width: 700px) {
  .video-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .video-items .video-item {
    width: calc(50% - 13px);
    margin-top: 52px;
  }
  .video-items .video-item:nth-child(1) {
    width: 100%;
    margin-top: 0;
    position: relative;
    padding-top: 91px;
    padding-bottom: 74px;
  }
  .video-items .video-item:nth-child(1):before {
    content: '';
    background: #f8f8f8;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .video-items .video-item:nth-child(1) .video-item-image:before {
    padding-bottom: 56%;
  }
  .video-items .video-item:nth-child(1) .video-item-text {
    margin-top: 20px;
  }
  .video-items .video-item:nth-child(2), .video-items .video-item:nth-child(3) {
    margin-top: 76px;
  }
}

.video-item {
  display: block;
}

.video-item:focus {
  outline: 0;
}

.video-item-image {
  background: #000000;
  position: relative;
}

.video-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 73%;
}

.video-item-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.video-item-play {
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.video-item-play:before, .video-item-play:after {
  width: 50px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  font-weight: normal;
  color: #ffffff;
  transition: transform 0.5s ease;
  font-family: 'Roboto Condensed', sans-serif;
}

.video-item-play:before {
  content: 'Play';
  right: calc(100% + 15px);
  text-align: right;
}

.video-item-play:after {
  content: 'Video';
  left: calc(100% + 15px);
  text-align: left;
}

.video-item-play svg {
  width: 15px;
  height: 19px;
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -5px;
  transition: transform 0.5s ease;
}

.video-item-text {
  font-family: 'PT Serif', serif;
  text-align: center;
  padding-top: 28px;
  padding: 28px 10px 0;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.video-item-text h2 {
  margin-bottom: 9px;
}

.video-item:hover .video-item-play:before {
  transform: translateX(-10px);
}

.video-item:hover .video-item-play:after {
  transform: translateX(10px);
}

.video-item:hover .video-item-play svg {
  transform: scale(1.2);
}

.photo-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photo-gallery-item {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.photo-gallery-item:focus {
  outline: 0;
}

.photo-gallery-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 122%;
}

.photo-gallery-item-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.photo-gallery-item-hover:before {
  content: attr(data-hover-text);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -60px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  width: 120px;
  text-align: center;
}

.photo-gallery-item:hover .photo-gallery-item-hover {
  opacity: 1;
}

@media (max-width: 699px) {
  .photo-gallery {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }
  .photo-gallery-item {
    margin-top: 3vw;
  }
  .photo-gallery-item:nth-child(1), .photo-gallery-item:nth-child(2) {
    margin-top: 0;
  }
  .photo-gallery-item:nth-child(3n+1) {
    margin-right: 3vw;
  }
  .photo-gallery-item:nth-child(3n+1), .photo-gallery-item:nth-child(3n+2) {
    width: calc(50% - 1.5vw);
  }
  .photo-gallery-item:nth-child(3n+3) {
    width: 100%;
  }
  .photo-gallery-item:nth-child(3n+3):before {
    padding-bottom: 62%;
  }
}

@media (min-width: 700px) {
  .photo-gallery {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .photo-gallery-item {
    margin-top: 21px;
  }
  .photo-gallery-item:nth-child(1), .photo-gallery-item:nth-child(2), .photo-gallery-item:nth-child(3) {
    margin-top: 0;
  }
  .photo-gallery-item:nth-child(4n+1), .photo-gallery-item:nth-child(4n+2) {
    margin-right: 21px;
  }
  .photo-gallery-item:nth-child(4n+1), .photo-gallery-item:nth-child(4n+2), .photo-gallery-item:nth-child(4n+3) {
    width: calc(33.33% - 14px);
  }
  .photo-gallery-item:nth-child(4n+4) {
    width: 100%;
  }
  .photo-gallery-item:nth-child(4n+4):before {
    padding-bottom: 62%;
  }
}

.about-text {
  letter-spacing: -0.026em;
}

.about-text.padded-wrapper {
  max-width: 1028px;
}

.about-video.video-items .video-item {
  padding-top: 0;
}

.about-team.padded-wrapper {
  max-width: 1280px;
}

.about-team h1 {
  text-align: center;
}

.about-team-person {
  text-align: center;
}

.about-team-person-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 500px;
}

.about-team-person-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.about-extended-team {
  color: #ffffff;
  text-align: center;
}

.about-extended-team .padded-wrapper {
  max-width: 830px;
}

.page-template-template-about .get-involved {
  border-top: 0;
}

@media (max-width: 599px) {
  .about-text {
    margin-top: 6vw;
  }
  .about-video.video-items {
    margin-top: 6vw;
  }
  .about-team {
    margin-top: 12vw;
  }
  .about-team h1 {
    margin-bottom: 12vw;
    font-size: 22px;
  }
  .about-team-people {
    padding-bottom: 6vw;
  }
  .about-team-person {
    margin-bottom: 6vw;
  }
  .about-team-person-name {
    margin-top: 34px;
  }
  .about-team-person-description {
    margin-top: 16px;
  }
  .about-extended-team {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .about-extended-team h2 {
    margin-bottom: 6vw;
  }
  .about-extended-team .nice-type {
    font-size: 18px;
    line-height: 36px;
  }
}

@media (min-width: 600px) and (max-width: 799px) {
  .about-text {
    margin-top: 6vw;
  }
  .about-video.video-items {
    margin-top: 6vw;
  }
  .about-team {
    margin-top: 12vw;
  }
  .about-team h1 {
    margin-bottom: 12vw;
  }
  .about-team-people {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 6vw;
  }
  .about-team-person {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 6vw;
  }
  .about-team-person-name {
    margin-top: 34px;
  }
  .about-team-person-description {
    margin-top: 16px;
  }
  .about-extended-team {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .about-extended-team h2 {
    margin-bottom: 6vw;
  }
  .about-extended-team .nice-type {
    font-size: 18px;
    line-height: 36px;
  }
}

@media (min-width: 800px) {
  .about-text {
    margin-top: 90px;
  }
  .about-video.video-items {
    margin-top: 85px;
  }
  .about-team {
    margin-top: 89px;
  }
  .about-team h1 {
    margin-bottom: 80px;
    font-size: 40px;
  }
  .about-team-people {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 80px;
  }
  .about-team-person {
    width: calc(33.33% - 70px);
    margin-left: 35px;
    margin-right: 35px;
  }
  .about-team-person-name {
    margin-top: 34px;
  }
  .about-team-person-description {
    margin-top: 16px;
  }
  .about-extended-team {
    padding-top: 73px;
    padding-bottom: 108px;
  }
  .about-extended-team h2 {
    margin-bottom: 54px;
  }
  .about-extended-team .nice-type {
    column-count: 2;
    column-gap: 100px;
    font-size: 18px;
    line-height: 36px;
  }
}

.educational-blocks {
  background: #f8f8f8;
}

.educational-blocks + .get-involved {
  border-top: 0;
}

.educational-block-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.educational-block-image:before {
  content: '';
  display: block;
  width: 100%;
}

.educational-block-text .nice-type {
  font-family: 'PT Serif', serif;
}

@media (max-width: 799px) {
  .educational-blocks {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .educational-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .educational-block + .educational-block {
    margin-top: 6vw;
  }
  .educational-block-image {
    margin-top: 6vw;
  }
  .educational-block-image:before {
    padding-bottom: 68%;
  }
  .educational-block-text {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .educational-block-text .nice-type {
    padding-top: 3vw;
  }
}

@media (min-width: 800px) {
  .educational-blocks {
    padding-top: 100px;
    padding-bottom: 145px;
  }
  .educational-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .educational-block + .educational-block {
    margin-top: 115px;
  }
  .educational-block-image {
    width: calc(52% - 22px);
  }
  .educational-block-image:before {
    padding-bottom: 68%;
  }
  .educational-block-text {
    width: calc(48% - 22px);
  }
  .educational-block-text h2 {
    max-width: calc(510px + 3vw);
    margin-bottom: 21px;
  }
  .educational-block-text .nice-type {
    max-width: 510px;
  }
  .educational-block:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .educational-block:nth-child(even) h2,
  .educational-block:nth-child(even) .nice-type {
    margin-left: auto;
    padding-left: 3vw;
  }
  .educational-block:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .educational-block:nth-child(even) h2,
  .educational-block:nth-child(even) .nice-type {
    padding-right: 3vw;
  }
}

body.error404 .page-header {
  height: 100vh;
}

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

body.error404 .page-header h1 {
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 599px) {
  body.error404 .page-header h1 {
    font-size: 100px;
  }
  body.error404 .page-header p {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

@media (min-width: 600px) {
  body.error404 .page-header h1 {
    font-size: 200px;
  }
  body.error404 .page-header p {
    margin-top: 4px;
    margin-bottom: 34px;
  }
}

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