@charset "UTF-8";
/*****
  Import the things that dont output anything
*****/
/*****
  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;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

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

.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: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}

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

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

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

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

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: transform, opacity;
}

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

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

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

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

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

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

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

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

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

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

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

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

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

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

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

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

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

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2;
}

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

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

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

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

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
	.fancybox-caption h3 {
		font-size: 16px;
	}
	.fancybox-caption h4 {
		font-size: 14px;
	}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

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

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  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 {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

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

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

/* 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 {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

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

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

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

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

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

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

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

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

/* 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 {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

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

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

.fancybox-share p:first-of-type {
  margin-right: -10px;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all .2s;
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

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

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

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

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

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

.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 {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.fancybox-thumbs > ul > li.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, "small_desktop": 1200px, "medium_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;
}

@media (max-width: 1399px) {
  .outer-wrapper {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .outer-wrapper {
    margin-left: 25px;
    margin-right: 25px;
  }
}

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

.padded-wrapper {
  width: 100%;
  max-width: 1350px;
  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;
  }
}

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

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

.site-header {
  position: relative;
  z-index: 20;
}
	@media (min-width: 1025px) {
		.page-template-template-gallery .site-header,
		.site-header {
			background: #FFF;
			position: fixed !important;
			z-index: 110 !important;
			width: 100%;
			top: 0;
			transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;
			border-bottom-color: #e4e4e4;
		}
		body.past-top .site-header {
		    padding: 14px 0 8px;
		    border-bottom: 1px solid #e4e4e4;
		}
	}

.site-header .padded-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

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

.site-header-menu-open {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  text-transform: uppercase;
  padding: 5px;
  margin-top: -6px;
  margin-right: -5px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.site-header-menu-open svg {
  width: 13px;
  height: 34px;
  fill: #000000;
  margin-left: 10px;
}

.site-header-nav-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background: rgba(255, 255, 255, 0.8);
  transition: transform 0.01s ease 0.51s, opacity 0.51s ease;
  transform: translateX(100%);
  opacity: 0;
  cursor: pointer;
  cursor: e-resize;
}

.site-header-nav {
  width: 100%;
  max-width: 480px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 550;
  background: #ffffff;
  transition: transform 0.5s ease;
  transform: translateX(100%);
}

.site-header-nav nav ul {
  margin: 0;
  padding: 0;
}

.site-header-nav nav ul ul li:first-child {
  margin-top: 0;
}

.site-header-nav nav li {
  list-style: none;
}

.site-header-nav nav > ul > li:first-child {
  margin-top: 0;
}

.site-header-nav nav a {
  display: block;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.site-header-nav nav a:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #000000;
  margin-left: 20px;
  position: relative;
  top: -5px;
  opacity: 0;
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-header-nav nav a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.site-header-nav .social:before {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: #000000;
}

.site-header-nav .social ul {
  padding: 0;
}

.site-header-nav .social li {
  list-style: none;
  float: left;
}

.site-header-nav .social li:first-child {
  margin-left: 0;
}

.site-header-nav .social a {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.site-header-nav .social a svg {
  width: 36px;
  height: 36px;
  fill: #000000;
}

.site-header-nav .social a:hover svg {
  fill: #5e6976;
}

.site-header-nav-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100vh;
}

.site-header-menu-close {
  position: absolute;
  width: 40px;
  height: 40px;
}

.site-header-menu-close:before, .site-header-menu-close:after {
  content: '';
  width: 32px;
  height: 3px;
  background: #000000;
  position: absolute;
  top: 19px;
  left: 5px;
}

.site-header-menu-close:before {
  transform: rotate(45deg);
}

.site-header-menu-close:after {
  transform: rotate(-45deg);
}

#main_wrapper {
  transition: transform 0.5s ease;
}
	@media (min-width: 1025px) {
		#main_wrapper {
			    margin-top: 110px;
		}
	}

html[data-nav-state="open"] .site-header .padded-wrapper {
  transform: translateX(-480px);
  opacity: 0;
}

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

html[data-nav-state="open"] .site-header-nav {
  transform: translateX(0);
}

html[data-nav-state="open"] #main_wrapper {
  transform: translateX(-480px);
}

@media (max-width: 599px) {
  .site-header-menu-close {
    top: 25px;
    right: 20px;
  }
  .site-header-nav nav ul ul {
    padding-top: 10px;
    padding-left: 20px;
  }
  .site-header-nav nav ul ul li {
    margin-top: 9px;
  }
  .site-header-nav nav li {
    margin-top: 25px;
  }
  .site-header-nav .social {
    margin-top: 40px;
  }
  .site-header-nav .social ul {
    margin: 40px 0 0 0;
  }
  .site-header-nav .social li {
    margin-left: 12px;
  }
  .site-header-nav-inner {
    padding: 40px 40px 40px 40px;
  }
}

@media (min-width: 600px) {
  .site-header-menu-close {
    top: 45px;
    right: 28px;
  }
  .site-header-nav nav ul ul {
    padding-top: 17px;
    padding-left: 25px;
  }
  .site-header-nav nav ul ul li {
    margin-top: 9px;
  }
  .site-header-nav nav li {
    margin-top: 36px;
  }
  .site-header-nav .social {
    margin-top: 65px;
  }
  .site-header-nav .social ul {
    margin: 72px 0 0 0;
  }
  .site-header-nav .social li {
    margin-left: 12px;
  }
  .site-header-nav-inner {
    padding: 105px 50px 50px 93px;
  }
}

@media (max-width: 799px) {
  .site-header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .site-header .padded-wrapper {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .site-header-logo svg {
    width: 210px;
    height: 23px;
  }
}

@media (min-width: 800px) {
  .site-header {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .site-header-logo svg {
    width: 296px;
    height: 32px;
  }
  .site-header-nav-inner .sub-menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, padding-top 0.3s ease, opacity 0.3s ease;
    padding-top: 0;
    opacity: 0;
  }
  .menu-item-has-children:hover .sub-menu {
    max-height: 82px;
    padding-top: 17px;
    opacity: 1;
  }
}

body.page-template-template-about .site-footer,
body.single-recording .site-footer,
.newsletter-wrapper + .site-footer {
  border-top: 0;
  margin-top: 0;
}

.site-footer {
  border-top: 1px solid #000000;
  margin-top: 50px;
}

.site-footer .bottom {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}

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

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

.site-footer .social li {
  list-style: none;
  float: left;
  margin-left: 12px;
}

.site-footer .social li:first-child {
  margin-left: 0;
}

.site-footer .social a {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.site-footer .social a svg {
  width: 36px;
  height: 36px;
  fill: #000000;
}

.site-footer .social a:hover svg {
  fill: #5e6976;
}

.site-footer-copyright {
  display: block;
  font-style: normal;
  font-size: inherit;
}

.site-footer-maker {
  display: block;
  font-style: normal;
  font-size: inherit;
}

@media (max-width: 699px) {
  .site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .site-footer .padded-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .site-footer .top .social {
    margin-top: 34px;
  }
  .site-footer .bottom {
    margin-top: 40px;
  }
  .site-footer .bottom .site-footer-maker {
    margin-top: 10px;
  }
}

@media (min-width: 700px) {
  .site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-footer .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 20px;
  }
  .site-footer .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.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: 60px;
    margin-bottom: 60px;
  }
}

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

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

.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-image {
  position: relative;
}

.page-header-image:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 40%;
  background: #000000;
  z-index: -1;
}

.page-header-image-elem {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-header-image-elem:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 64.7%;
}

.page-header-content {
  background: #000000;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
  text-align: center;
}

.page-header-content .padded-wrapper > * {
  padding-left: 20px;
  padding-right: 20px;
}

.page-header-content h1 {
  font-weight: 600;
}

.page-header-content h1 small {
  font-size: 0.6em;
  margin-top: 0.2em;
  display: block;
}

.page-header-content p {
  margin: 20px auto;
  max-width: 1080px;
}

.page-header-content ul {
  margin: 25px 0 0 0;
  padding: 0;
}

.page-header-content ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px 16px 8px;
}

.newsletter-wrapper {
  background: #f0f1f2;
  text-align: center;
}

@media (max-width: 499px) {
  .newsletter-wrapper {
    margin-top: 6vw;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  .newsletter-wrapper {
    margin-top: 50px;
  }
}

@media (min-width: 900px) {
  .newsletter-wrapper {
    margin-top: 100px;
  }
}

.newsletter-wrapper .padded-wrapper {
  padding-top: 41px;
  padding-bottom: 50px;
}

.newsletter-wrapper h1 + p {
  margin-top: 30px;
}

.newsletter-wrapper form {
  margin-top: 22px;
}

.newsletter-wrapper form input[type="email"] {
  width: 100%;
  max-width: 430px;
  border: 1px solid #000000;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
  background: transparent;
  color: #000000;
}

.newsletter-wrapper form input[type="email"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.newsletter-wrapper form input[type="email"]::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

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

.newsletter-wrapper form button {
  margin-top: 9px;
  min-width: 180px;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 499px) {
  body {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  body {
    font-size: 15px;
    line-height: 1.75;
  }
}

@media (min-width: 900px) {
  body {
    font-size: 16px;
    line-height: 1.75;
  }
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

h1, .h1 {
  font-weight: 600;
}

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

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

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

h2, .h2 {
  font-weight: 600;
  line-height: 1.4;
}

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

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

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

h3, .h3 {
  line-height: 1.32;
}

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

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

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

h4, .h4 {
  line-height: 1.2857;
  line-height: 1.5238;
}

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

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

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

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

h6, .h6 {
  line-height: 1.2;
}

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

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

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

.title-line:after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: currentColor;
  margin-top: 13px;
  transition: width 0.3s ease;
}

.title-line.centered {
  text-align: center;
}

.title-line.centered:after {
  margin: 23px auto 0;
}

h2.title-line.centered:after, h2.title-line:after {
  margin-top: 13px;
}

p {
  margin: 0;
}

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

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

.all-caps {
  text-transform: uppercase;
}

.hentry > * + * {
  margin-top: 1em;
}

.button, .button-light {
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #000000;
  line-height: 1.2;
  text-align: center;
  background: transparent;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  transition: background 0.15s ease, color 0.15s ease;
}

.button.no-min, .no-min.button-light {
  min-width: 1px;
}

.button.active, .active.button-light, .button:hover, .button-light:hover {
  background: #000000;
  color: #ffffff;
}

@media (max-width: 799px) {
  .button, .button-light {
    font-size: 12px;
    padding: 12px 16px;
    min-width: 110px;
  }
}

@media (min-width: 800px) {
  .button, .button-light {
    font-size: 14px;
    padding: 14px 22px;
    min-width: 120px;
  }
}

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

.button-light.active, .button-light:hover {
  background: #ffffff;
  color: #000000;
}

/*****
  Larger groups of styles for larger parts
*****/
.home-header {
  position: relative;
  color: #ffffff;
}

.home-header:before {
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: -1;
}

.home-header-artistry {
  background: #242b35;
}

.home-header-advocacy {
  background: #5e6977;
}

.home-header-leadership {
  background: #2e3844;
}

.home-header-block {
  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;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-header-block h1 {
  font-weight: 400;
}

.home-header-block p {
	line-height: 1.4;
}

.home-header-block-content {
  display: none;
}

.home-header-block:hover .home-header-block-content .button-light {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 599px) {
  .home-header {
    padding-bottom: 1.5vw;
  }
  .home-header .padded-wrapper .right {
    margin-top: 1.5vw;
  }
  .home-header .padded-wrapper .right .home-header-leadership {
    margin-top: 1.5vw;
  }
  .home-header-block {
    padding: 25px 25px 25px 25px;
    height: 340px;
  }
  .home-header-artistry {
    height: 120vw;
  }
  .home-header-block-content p {
    padding-top: 20px;
  }
  .home-header-block-content .button-light {
    margin-top: 25px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .home-header {
    padding-bottom: 1.5vw;
  }
  .home-header .padded-wrapper .right {
    margin-top: 1.5vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .home-header .padded-wrapper .right .home-header-block {
    width: calc(50% - 0.75vw);
  }
  .home-header-block {
    padding: 25px 25px 25px 25px;
    height: 40vw;
    min-height: 400px;
  }
  .home-header-artistry {
    height: 94vw;
  }
  .home-header-block-content p {
    padding-top: 20px;
  }
  .home-header-block-content .button-light {
    margin-top: 25px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .home-header {
    padding-bottom: 66px;
  }
  .home-header .padded-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .home-header .padded-wrapper .left {
    width: calc(50% - 12px);
  }
  .home-header .padded-wrapper .right {
    height: 80vw;
    width: calc(50% - 12px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .home-header .padded-wrapper .right .home-header-block {
    height: calc(50% - 12px);
  }
  .home-header-artistry {
    height: 80vw;
  }
  .home-header-block {
    padding: 25px 25px 25px 25px;
  }
  .home-header-block-content p {
    padding-top: 20px;
  }
  .home-header-block-content .button-light {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  .home-header {
    padding-bottom: 66px;
  }
  .home-header .padded-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .home-header .padded-wrapper .left {
    width: calc(58.3% - 12px);
  }
  .home-header .padded-wrapper .right {
    height: 67vw;
    max-height: 1000px;
    width: calc(41.7% - 12px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .home-header .padded-wrapper .right .home-header-block {
    height: calc(50% - 12px);
  }
  .home-header-artistry {
    height: 67vw;
    max-height: 1000px;
  }
  .home-header-block {
    padding: 30px 40px 39px 32px;
  }
  .home-header-block-content p {
    padding-top: 25px;
  }
  .home-header-block-content .button-light {
    margin-top: 47px;
  }
}

.home-schedule {
  background: #f7f7f7;
}

.home-schedule-first {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.home-schedule-first .schedule-first-item {
  text-align: left;
}

.home-schedule-first .schedule-first-item .first-show-info {
  text-align: left;
}

.home-schedule-first .schedule-first-item .schedule-item-pretitle {
  margin-top: 20px;
}

.home-schedule-first .schedule-first-item .schedule-item-dates {
  padding-top: 0;
  padding-left: 0;
  font-weight: 700;
}

.home-schedule-first .schedule-first-item .schedule-item-tickets {
  display: block;
  margin-top: 30px;
  padding-top: 0;
}

.home-schedule-first-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

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

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

@media (max-width: 899px) {
  .home-schedule {
    margin-top: 1.5vw;
    padding-top: 1.5vw;
    padding-bottom: 6vw;
  }
  .home-schedule .schedule-item:nth-child(3),
  .home-schedule .schedule-item:nth-child(4) {
    display: none;
  }
  .home-schedule .schedule-items .schedule-item:before {
    display: none !important;
  }
  .home-schedule-first {
    display: block;
  }
  .home-schedule-first .schedule-first-item .first-show-meta {
    padding-top: 3vw;
  }
  .home-schedule-first .schedule-first-item .first-show-info {
    margin-top: 0;
    text-align: center;
  }
  .home-schedule-first .schedule-first-item .first-show-info time {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-schedule-first-image {
    width: 100%;
  }
  .home-schedule-more {
    padding-top: 6vw;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .home-schedule {
    margin-top: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-schedule .schedule-item:nth-child(4) {
    display: none;
  }
  .home-schedule-first .schedule-first-item {
    width: calc(33.33% - 10px);
  }
  .home-schedule-first .schedule-first-item .first-show-info {
    margin-top: 40px;
  }
  .home-schedule-first-image {
    width: calc(66.66% - 5px);
  }
  .home-schedule-more {
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .home-schedule {
    margin-top: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-schedule-first .schedule-first-item {
    width: calc(25% - 12px);
  }
  .home-schedule-first .schedule-first-item .first-show-info {
    margin-top: 110px;
  }
  .home-schedule-first-image {
    width: calc(75% - 4px);
  }
  .home-schedule-more {
    padding-top: 50px;
  }
}

.home-album {
  background: #000000;
  overflow: hidden;
}

.home-album.recording-single-page-header-image .page-header-image-elem {
  background: none;
  overflow: visible;
}

.home-album .page-header-image-elem:before {
  display: none;
}

.home-album .page-header-image-elem-content {
  position: static;
}

.home-album .page-header-image-elem-content .page-header-image-elem-content-inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.home-album .page-header-image-elem-content .page-header-image-elem-content-inner .title-line {
  font-size: 22px;
  margin-bottom: 20px;
}

.home-album .page-header-image-elem-content .page-header-image-elem-content-inner .title-line:after {
  margin-top: 13px;
}

.home-album .page-header-image-elem-content .page-header-image-elem-content-inner .right p {
  max-width: 590px;
}

.home-album .home-album-right-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.home-album .home-album-right-info .recording-single-header-embed {
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-right: 18px;
}

.home-album .home-album-right-info .recording-single-header-buy {
  margin-right: auto;
}

@media (min-width: 700px) {
  .home-album .home-album-right-info .recording-single-header-buy li {
    display: block;
  }
}

.home-album-header {
  position: relative;
  color: #ffffff;
}

@media (max-width: 699px) {
  .home-album-header {
    padding-top: 40px;
  }
  .home-album-header h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 899px) {
  .home-album {
    margin-top: 1.5vw;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .home-album {
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .home-album {
    margin-top: 24px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .home-album-header {
    padding-top: 40px;
    padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .home-album {
    padding-bottom: 50px;
  }
  .home-album .page-header-image-elem-content .page-header-image-elem-content-inner .left {
    width: calc(50% - 25px);
  }
  .home-album .page-header-image-elem-content .page-header-image-elem-content-inner .right {
    width: calc(50% - 25px);
  }
}

@media (min-width: 1000px) {
  .home-album-header {
    padding-top: 58px;
    padding-bottom: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .home-album {
    padding-bottom: 140px;
  }
  .home-album .page-header-image-elem-content .page-header-image-elem-content-inner .left {
    width: calc(42% - 25px);
  }
  .home-album .page-header-image-elem-content .page-header-image-elem-content-inner .right {
    width: calc(56.5% - 25px);
  }
}

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

.home-news-items {
  max-width: 830px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-news-items .news-item {
  border-color: #ffffff;
  color: #ffffff;
}

.home-news-items .news-item.has-post-thumbnail {
  border-color: #ffffff;
  color: #ffffff;
}

.home-news-items .news-item.has-post-thumbnail .news-item-link {
  background: none;
}

.home-news-items .news-item .news-item-meta {
  border-color: #ffffff;
}

.home-news-items .news-item .news-item-inner h1:after {
  background: #ffffff;
}

.home-news-items .news-item .news-item-button .button, .home-news-items .news-item .news-item-button .button-light {
  border-color: #ffffff;
}

.home-news-items .news-item:hover .news-item-button .button, .home-news-items .news-item:hover .news-item-button .button-light {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 899px) {
  .home-news {
    margin-top: 1.5vw;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .home-news {
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .home-news {
    margin-top: 24px;
  }
}

@media (max-width: 699px) {
  .home-news {
    padding-bottom: 60px;
  }
  .home-news-header {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .home-news-header h1 {
    margin-bottom: 20px;
  }
  .home-news-items .news-item {
    width: 100%;
  }
  .home-news-items .news-item.has-post-thumbnail {
    min-height: 1px;
  }
  .home-news-items .news-item:nth-child(2), .home-news-items .news-item:nth-child(3), .home-news-items .news-item:nth-child(4) {
    margin-top: 3vw;
  }
}

@media (min-width: 700px) {
  .home-news {
    padding-bottom: 114px;
  }
  .home-news-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-top: 58px;
    padding-bottom: 78px;
  }
  .home-news-items .news-item {
    width: calc(50% - 10px);
  }
  .home-news-items .news-item.has-post-thumbnail {
    min-height: 380px;
  }
  .home-news-items .news-item:nth-child(1) {
    margin-right: 20px;
  }
  .home-news-items .news-item:nth-child(3) {
    margin-top: 20px;
    margin-right: 20px;
  }
  .home-news-items .news-item:nth-child(4) {
    margin-top: 20px;
  }
}

.home-video {
  overflow: hidden;
}

.home-video .page-header-image-elem:before {
  padding-bottom: 54%;
}

.home-video .page-header-content h1 {
  margin-bottom: 40px;
}

.home-video .page-header-content .button-light {
  margin-top: 20px;
}

@media (max-width: 899px) {
  .home-video {
    margin-top: 1.5vw;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .home-video {
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .home-video {
    margin-top: 24px;
  }
}

.home-videos-lower {
  background: #000000;
  color: #ffffff;
}

@media (max-width: 799px) {
  .home-videos-lower {
    padding-bottom: 50px;
  }
}

@media (min-width: 800px) {
  .home-videos-lower {
    padding-bottom: 100px;
  }
}

.home-videos-lower .gallery-items {
  margin-top: 0;
  padding-bottom: 0;
}

.home-videos-lower .gallery-items .photo-gallery-group {
  margin-bottom: 0;
}

.home-video-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  border: 2px solid #ffffff;
  border-radius: 40px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15), inset 0 0 30px rgba(0, 0, 0, 0.15);
}

.photo-gallery-group .home-video-num {
  top: 10px;
  left: 10px;
}

.home-videos-lower-key {
  margin-left: auto;
}

@media (max-width: 799px) {
  .home-videos-lower-key {
    margin-top: 25px;
  }
}

@media (min-width: 800px) {
  .home-videos-lower-key {
    width: 50%;
    margin-top: -15px;
  }
}

.home-videos-lower-key .item {
  margin-top: 25px;
  position: relative;
  padding-left: 62px;
  max-width: 620px;
}

.home-videos-lower-key .item:first-child {
  margin-top: 0;
}

.home-videos-lower-key .item .home-video-num {
  top: 4px;
}

.home-videos-lower-key .item h6 {
  font-weight: 600;
  margin-bottom: 3px;
}

.home-videos-lower-key .item p {
  font-size: 14px;
}

@media (max-width: 799px) {
  .home-video .photo-gallery-group {
    height: auto;
  }
  .home-video .photo-gallery-group .photo-wrapper {
    width: 100%;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .home-video .photo-gallery-group .photo-wrapper:before {
    display: none;
  }
  .home-video .photo-gallery-group .photo-wrapper .photo-1 {
    -ms-flex-order: 2;
        order: 2;
  }
  .home-video .photo-gallery-group .photo-wrapper .photo-2 {
    -ms-flex-order: 3;
        order: 3;
  }
  .home-video .photo-gallery-group .photo-wrapper .photo-3 {
    -ms-flex-order: 1;
        order: 1;
  }
  .home-video .photo-gallery-group .photo-wrapper .photo-1,
  .home-video .photo-gallery-group .photo-wrapper .photo-2,
  .home-video .photo-gallery-group .photo-wrapper .photo-3 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: 100%;
  }
  .home-video .photo-gallery-group .photo-wrapper .photo-1:before,
  .home-video .photo-gallery-group .photo-wrapper .photo-2:before,
  .home-video .photo-gallery-group .photo-wrapper .photo-3:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 54%;
  }
  .home-video .photo-gallery-group .photo-wrapper .photo-2,
  .home-video .photo-gallery-group .photo-wrapper .photo-3 {
    margin-top: 1.5vw;
  }
  .home-videos-lower-key {
    margin-top: 20px;
  }
}

@media (min-width: 800px) and (max-width: 1299px) {
  .home-video .photo-gallery-group {
    height: 65vw;
  }
  .home-video .photo-gallery-group .photo-wrapper {
    width: 85%;
  }
}

.home-video + .newsletter-wrapper {
  margin-top: 24px;
}

.news-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

@media (max-width: 699px) {
  .news-items:before {
    content: '1 .column.size-1of1';
  }
  .news-items .news-item {
    margin-top: 3vw;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .news-items:before {
    content: '2 .column.size-1of2';
  }
  .news-items .news-item {
    margin-top: 16px;
  }
}

@media (min-width: 1000px) {
  .news-items:before {
    content: '3 .column.size-1of3';
  }
  .news-items .news-item {
    margin-top: 15px;
  }
}

.news-items .column.size-1of1 {
  width: 100%;
}

.news-items .column.size-1of2 {
  width: calc(50% - 8px);
}

.news-items .column.size-1of2:nth-child(1) {
  margin-right: 16px;
}

.news-items .column.size-1of3 {
  width: calc(33.33% - 10px);
}

.news-items .column.size-1of3:nth-child(1), .news-items .column.size-1of3:nth-child(2) {
  margin-right: 15px;
}

.news-items .news-item {
  opacity: 0;
}

.news-items .news-item:first-child {
  margin-top: 0;
}

.news-items .column .news-item {
  opacity: 1;
}

.article-single-image {
  position: relative;
}

.article-single-image:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 40%;
  background: #000000;
  z-index: -1;
}

.article-single-image img {
  display: block;
  width: 100%;
}

.article-single-header {
  font-family: 'Open Sans', sans-serif;
}

.article-single-header .article-single-header-meta {
  text-transform: uppercase;
  margin-top: 0;
}

.article-single-header .article-single-header-meta time {
  font-weight: 600;
}

.article-single-header .time-cat-pipe {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.article-single-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.article-single-content a {
	text-decoration: underline;
}

.article-single-content a:hover {
	text-decoration: none;
}

body.single-post .article-single-content.padded-wrapper,
body.page-template-page .article-single-content.padded-wrapper {
  max-width: 1090px;
}

.news-item {
  border: 1px solid rgba(0, 0, 0, 0.6);
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.news-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.news-item.has-post-thumbnail {
  color: #ffffff;
  border-color: #000000;
  min-height: 440px;
}

.news-item.has-post-thumbnail .news-item-link {
  background: rgba(0, 0, 0, 0.4);
}

.news-item.has-post-thumbnail .news-item-meta {
  border-color: rgba(255, 255, 255, 0.6);
}

.news-item.has-post-thumbnail .news-item-content .news-item-content-text {
  display: none;
}

.news-item.has-post-thumbnail .news-item-inner svg {
  display: none;
}

.news-item.has-post-thumbnail .news-item-inner h1:after {
  background: #ffffff;
}

.news-item-link {
  width: 100%;
  -ms-flex-positive: 2;
      flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.news-item-meta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  padding: 16px 16px 14px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.news-item-meta ul {
  margin: 0;
  padding: 0;
}

.news-item-meta li {
  list-style: none;
}

.news-item-inner {
  padding: 23px 20px 18px 16px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.news-item-inner svg {
  width: 15px;
  height: 23px;
  fill: #000000;
  margin-bottom: 5px;
}

.news-item-inner h1 {
  margin-bottom: 20px;
}

.news-item-inner h1:after {
  content: '';
  display: block;
  margin-top: 23px;
  width: 35px;
  height: 2px;
  background: #000000;
}

.news-item-inner .news-item-content-cite {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.news-item-button {
  margin-top: auto;
  padding-top: 47px;
}

.news-item:hover .button, .news-item:hover .button-light {
  background: #000000;
  color: #ffffff;
}

.news-item:hover .button-light {
  background: #ffffff;
  color: #000000;
}

.schedule-first-item-outer {
  background: #000000;
  color: #ffffff;
}

@media (max-width: 699px) {
  .schedule-first-item-outer {
    padding-bottom: 0;
  }
}

@media (min-width: 700px) {
  .schedule-first-item-outer {
    padding-bottom: 30px;
  }
}

.schedule-first-item-outer.past-shows {
  padding-top: 50px;
  padding-bottom: 50px;
}

.schedule-first-item.padded-wrapper {
  padding-bottom: 50px;
}

.first-show-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-top: 45px;
}

.first-show-info {
  text-align: center;
  margin: 11px auto 20px;
}

@media (max-width: 699px) {
  .first-show-info {
    padding-top: 40px;
  }
}

.first-show-dates {
  border-bottom: 1px solid #ffffff;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 12px;
  font-size: 18px;
}

@media (max-width: 499px) {
  .first-show-dates {
    width: calc(100% - 12vw);
  }
}

@media (min-width: 500px) {
  .first-show-dates {
    width: 100%;
  }
}

.first-schedule-item-pretitle {
  margin-top: 20px;
}

.first-schedule-item-title {
  font-weight: 600;
  margin-top: 4px;
}

@media (max-width: 499px) {
  .first-schedule-item-title {
    font-size: 28px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  .first-schedule-item-title {
    font-size: 35px;
  }
}

@media (min-width: 900px) {
  .first-schedule-item-title {
    font-size: 40px;
  }
}

.first-schedule-item-description {
    display: inline-block;
    max-width: 600px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.2;
}

.first-schedule-item-location {
  margin-top: 15px;
}

.first-schedule-item-tickets {
  display: block;
  margin-top: 26px;
}

.other-shows {
  overflow: hidden;
}

.schedule-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 58px;
}

@media (max-width: 599px) {
  .schedule-items .schedule-item {
    width: 100%;
    margin-top: 40px;
  }
  .schedule-items .schedule-item:nth-child(1) {
    margin-top: 0;
  }
  .schedule-items .schedule-item:nth-child(2n+2) {
    position: relative;
  }
  .schedule-items .schedule-item:nth-child(2n+2):before {
    content: '';
    position: absolute;
    top: -20px;
    left: -50vw;
    right: -50vw;
    bottom: -20px;
    background: #f7f7f7;
    z-index: -1;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .schedule-items .schedule-item {
    width: calc(50% - 8px);
    margin-top: 40px;
  }
  .schedule-items .schedule-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .schedule-items .schedule-item:nth-child(2n+1) {
    margin-right: 16px;
  }
  .schedule-items .schedule-item:nth-child(4n+3), .schedule-items .schedule-item:nth-child(4n+4) {
    position: relative;
  }
  .schedule-items .schedule-item:nth-child(4n+3):before, .schedule-items .schedule-item:nth-child(4n+4):before {
    content: '';
    position: absolute;
    top: -20px;
    left: -50vw;
    right: -50vw;
    bottom: -20px;
    background: #f7f7f7;
    z-index: -1;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .schedule-items .schedule-item {
    width: calc(33.33% - 10px);
    margin-top: 40px;
  }
  .schedule-items .schedule-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .schedule-items .schedule-item:nth-child(3n+1), .schedule-items .schedule-item:nth-child(3n+2) {
    margin-right: 15px;
  }
  .schedule-items .schedule-item:nth-child(6n+4), .schedule-items .schedule-item:nth-child(6n+5), .schedule-items .schedule-item:nth-child(6n+6) {
    position: relative;
  }
  .schedule-items .schedule-item:nth-child(6n+4):before, .schedule-items .schedule-item:nth-child(6n+5):before, .schedule-items .schedule-item:nth-child(6n+6):before {
    content: '';
    position: absolute;
    top: -20px;
    left: -50vw;
    right: -50vw;
    bottom: -20px;
    background: #f7f7f7;
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .schedule-items .schedule-item {
    width: calc(25% - 12px);
    margin-top: 40px;
  }
  .schedule-items .schedule-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .schedule-items .schedule-item:nth-child(4n+1), .schedule-items .schedule-item:nth-child(4n+2), .schedule-items .schedule-item:nth-child(4n+3) {
    margin-right: 16px;
  }
  .schedule-items .schedule-item:nth-child(8n+5), .schedule-items .schedule-item:nth-child(8n+6), .schedule-items .schedule-item:nth-child(8n+7), .schedule-items .schedule-item:nth-child(8n+8) {
    position: relative;
  }
  .schedule-items .schedule-item:nth-child(8n+5):before, .schedule-items .schedule-item:nth-child(8n+6):before, .schedule-items .schedule-item:nth-child(8n+7):before, .schedule-items .schedule-item:nth-child(8n+8):before {
    content: '';
    position: absolute;
    top: -20px;
    left: -50vw;
    right: -50vw;
    bottom: -20px;
    background: #f7f7f7;
    z-index: -1;
  }
}

.schedule-item {
  display: block;
  border: 1px solid #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.schedule-item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 2;
      flex-grow: 2;
}

.schedule-item-dates {
  display: block;
  border-bottom: 1px solid #000000;
  padding: 16px 20px 15px;
}

.schedule-item-dates p {
  display: inline-block;
  margin: 0;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.schedule-item-dates p:first-child {
  margin-left: 0;
}

.schedule-item-data {
  padding: 22px 20px 25px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 2;
      flex-grow: 2;
}

.schedule-item-pretitle {
  font-size: 18px;
}

.schedule-item-title {
  font-size: 24px;
}

.schedule-item-location {
  margin-top: 8px;
}

.schedule-item-venue {
  margin: 0;
  font-size: 15px;
  line-height: 28px;
}

.schedule-item-description {
    line-height: 1;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 15px;
}

.schedule-item-city {
  margin: 0;
  font-size: 15px;
  line-height: 28px;
}

.schedule-item-tickets {
  padding-top: 65px;
  margin-top: auto;
}

.schedule-item-tickets .button, .schedule-item-tickets .button-light {
  min-width: 140px;
}

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

.featured-video-wrapper .page-header-image-elem {
  position: relative;
}

.featured-video-wrapper .video-featured-length {
  position: absolute;
  bottom: 16px;
  right: 20px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.videos-header {
  padding-top: 50px;
  padding-bottom: 50px;
}

.video-play-button {
  width: 46px;
  height: 46px;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
}

.video-play-button:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 17px;
  left: 19px;
  z-index: 10;
}

.video-play-button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 100px;
  z-index: 2;
  transform: scale(1);
  transition: transform 0.3s ease;
}

@media (max-width: 599px) {
  .video-play-button {
    transform: scale(0.6);
  }
}

.video-play-button-text {
  position: absolute;
  top: 56px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

[data-video]:hover .video-play-button:after {
  transform: scale(1.5);
}

.video-items {
  margin-bottom: 100px;
}

body .fancybox-button.fancybox-button--close {
  background: transparent;
  color: #ffffff;
  width: 60px;
  height: 60px;
}

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

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

body .fancybox-slide--iframe .fancybox-content {
  width: 85vmax;
  height: 47.8125vmax;
}

body .fancybox-caption-wrap {
  background: none;
  text-align: center;
}

body .fancybox-caption-wrap .fancybox-caption {
  border: 0;
}

@media (max-width: 799px) {
  .video-items .video-item + .video-item {
    margin-top: 50px;
  }
}

.video-item-image {
  position: relative;
  width: 100%;
  display: block;
  background: #000000;
}

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

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

.video-item-image .video-item-length {
  position: absolute;
  bottom: 10px;
  right: 14px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.video-item-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

.video-item-text p {
  font-size: 15px;
  line-height: 1.86;
}

[data-video]:focus {
  outline: 0;
}

@media (max-width: 799px) {
  .video-item-text {
    margin-top: 30px;
  }
  .video-item-image:before {
    padding-bottom: 56.6%;
  }
  .video-item-text {
    padding-left: 25px;
    padding-right: 25px;
  }
  .video-item-text p {
    margin-top: 15px;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .video-item {
    display: -ms-flexbox;
    display: flex;
  }
  .video-item:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .video-item-image {
    width: 50%;
    -ms-flex-positive: 2;
        flex-grow: 2;
  }
  .video-item-text {
    width: 50%;
    -ms-flex-positive: 2;
        flex-grow: 2;
  }
  .video-item-image:before {
    padding-bottom: 100%;
  }
  .video-item-text {
    padding-left: 25px;
    padding-right: 25px;
  }
  .video-item-text p {
    margin-top: 15px;
  }
}

@media (min-width: 1000px) {
  .video-item {
    display: -ms-flexbox;
    display: flex;
  }
  .video-item:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .video-item-image {
    width: 50%;
    -ms-flex-positive: 2;
        flex-grow: 2;
  }
  .video-item-text {
    width: 50%;
    -ms-flex-positive: 2;
        flex-grow: 2;
  }
  .video-item-image:before {
    padding-bottom: 75%;
  }
  .video-item-text {
    padding-left: 50px;
    padding-right: 50px;
  }
  .video-item-text p {
    margin-top: 25px;
  }
}

.page-template-template-gallery .site-header,
.page-template-template-gallery .page-header-image,
.page-template-template-gallery .page-header-content,
.page-template-template-gallery .site-footer {
  position: relative;
  z-index: 100;
}

.page-template-template-gallery #main_wrapper {
  overflow: hidden;
}

.gallery-titles {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.gallery-titles a {
  display: block;
  width: 400px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -200px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.gallery-titles a.active {
  opacity: 1;
  z-index: 10;
}

.gallery-titles a h1 {
  color: #ffffff;
}

.gallery-titles a:hover h1:after {
  width: 200px;
}

.photo-gallery-group {
  position: relative;
}

.photo-gallery-group h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 20;
}

.photo-gallery-group h1 a {
  outline: 0;
}

.photo-gallery-group.hovered .photo-1:after,
.photo-gallery-group.hovered .photo-2:after,
.photo-gallery-group.hovered .photo-3:after {
  opacity: 0.4;
}

.photo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.photo-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 64.6%;
}

.photo-1,
.photo-2,
.photo-3 {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.photo-1:after,
.photo-2:after,
.photo-3:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.1;
  transition: opacity 0.3s ease;
}

.photo-1 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.photo-1:after {
  opacity: 0.3;
}

.photo-2,
.photo-3 {
  z-index: 1;
}

.photo-2:before,
.photo-3:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 62%;
}

@media (max-width: 999px) {
  .gallery-items {
    margin-top: 3vw;
    padding-bottom: 3vw;
  }
  .gallery-items.padded-wrapper {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  .photo-gallery-group + .photo-gallery-group {
    margin-top: 1.5vw;
  }
  .photo-wrapper {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
  }
  .photo-wrapper:before {
    display: none;
  }
  .photo-1 {
    display: block;
    position: relative;
  }
  .photo-1:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 64%;
  }
  .photo-2,
  .photo-3 {
    display: none;
  }
  .gallery-titles {
    display: none;
  }
}

@media (min-width: 1000px) {
  .photo-1 h1 {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1299px) {
  .gallery-items {
    margin-top: 70px;
    padding-bottom: 200px;
  }
  .photo-gallery-group {
    height: 100vw;
  }
  .photo-gallery-group + .photo-gallery-group {
    margin-top: 150px;
  }
  .photo-wrapper {
    width: 90%;
  }
  .photo-2,
  .photo-3 {
    width: 40%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  .photo-2 {
    bottom: -7%;
    left: -7%;
  }
  .photo-3 {
    top: -7%;
    right: -7%;
  }
  .photo-gallery-group:nth-child(even) .photo-2 {
    top: -7%;
    left: -7%;
    bottom: auto;
    right: auto;
  }
  .photo-gallery-group:nth-child(even) .photo-3 {
    bottom: -7%;
    right: -7%;
    top: auto;
    left: auto;
  }
  .gallery-titles:before {
    width: 200px;
    height: 50px;
    margin-top: -25px;
    margin-left: -100px;
    filter: blur(70px);
  }
}

@media (min-width: 1300px) {
  .gallery-items {
    margin-top: 70px;
    padding-bottom: 200px;
  }
  .photo-gallery-group {
    height: 823px;
  }
  .photo-gallery-group + .photo-gallery-group {
    margin-top: 150px;
  }
  .photo-wrapper {
    width: 950px;
  }
  .photo-2,
  .photo-3 {
    width: 452px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .photo-2 {
    bottom: -105px;
    left: -150px;
  }
  .photo-3 {
    top: -105px;
    right: -150px;
  }
  .photo-gallery-group:nth-child(even) .photo-2 {
    top: -105px;
    left: -150px;
    bottom: auto;
    right: auto;
  }
  .photo-gallery-group:nth-child(even) .photo-3 {
    bottom: -105px;
    right: -150px;
    top: auto;
    left: auto;
  }
  .photo-gallery-group:last-child {
    margin-bottom: calc(100vh - 1200px);
  }
  .gallery-titles:before {
    width: 400px;
    height: 70px;
    margin-top: -35px;
    margin-left: -200px;
    filter: blur(90px);
  }
}

@media (min-width: 1300px) and (max-height: 950px) {
  .gallery-items {
    padding-bottom: calc(200px + 50vh);
  }
}

.photos-block:first-child {
  margin-top: 0;
}

.photos-block.double_wide .left {
  float: left;
}

.photos-block.double_wide .right {
  float: right;
}

.photos-block.single_wide .photos-image:before {
  padding-bottom: 63.38%;
}

.photos-block.double_wide_left .left_image {
  float: left;
}

.photos-block.double_wide_left .top_right_image {
  float: right;
}

.photos-block.double_wide_left .bottom_right_image {
  float: right;
}

.photos-block.double_wide_right .top_left_image {
  float: left;
}

.photos-block.double_wide_right .bottom_left_image {
  float: left;
  clear: left;
}

.photos-block.double_wide_right .right_image {
  float: right;
  clear: right;
}

.photos-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

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

.photos-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.photos-image span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.photos-image:hover:after,
.photos-image:hover span {
  opacity: 1;
}

[data-photo]:focus {
  outline: 0;
}

body .fancybox-button.fancybox-button--close {
  background: transparent;
  color: #ffffff;
  width: 60px;
  height: 60px;
}

body .fancybox-infobar {
  display: none;
}

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

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

body .fancybox-caption-wrap {
  background: none;
  text-align: center;
}

body .fancybox-caption-wrap .fancybox-caption {
  border: 0;
}

body .fancybox-caption a {
	text-decoration: none;
    font-size: 11px;
    margin-top: 10px;
    padding: 5px 0 5px;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid;
    width: auto;
    min-width: 0;
    display: none;
}
	/* only display on Portrait gallery */
	body.page-id-343 .fancybox-caption a {
		display: inline-block;
	}
	body .fancybox-caption a:hover {
		background: transparent;
		color: #FFF;
		border-bottom-color: transparent;
	}

@media (max-width: 799px) {
  .photos-blocks {
    margin-top: 6vw;
  }
  .photos-blocks.padded-wrapper {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  .photos-block {
    margin-top: 1.5vw;
  }
  .photos-block.double_wide .left {
    width: calc(50% - 0.75vw);
  }
  .photos-block.double_wide .right {
    width: calc(50% - 0.75vw);
  }
  .photos-block.double_wide_left .left_image {
    width: calc(50% - 0.75vw);
  }
  .photos-block.double_wide_left .left_image:before {
    padding-bottom: calc(75.77% * 2 + 3vw);
  }
  .photos-block.double_wide_left .top_right_image {
    width: calc(50% - 0.75vw);
  }
  .photos-block.double_wide_left .bottom_right_image {
    margin-top: 3vw;
    width: calc(50% - 0.75vw);
  }
  .photos-block.double_wide_right .top_left_image {
    width: calc(50% - 0.75vw);
  }
  .photos-block.double_wide_right .bottom_left_image {
    margin-top: 1.5vw;
    width: calc(50% - 0.75vw);
  }
  .photos-block.double_wide_right .right_image {
    width: calc(50% - 0.75vw);
  }
  .photos-block.double_wide_right .right_image:before {
    padding-bottom: calc(75.77% * 2 + 1.5vw);
  }
}

@media (min-width: 800px) {
  .photos-blocks {
    margin-top: 88px;
  }
  .photos-block {
    margin-top: 24px;
  }
  .photos-block.double_wide .left {
    width: calc(50% - 12px);
  }
  .photos-block.double_wide .right {
    width: calc(50% - 12px);
  }
  .photos-block.double_wide_left .left_image {
    width: calc(50% - 12px);
  }
  .photos-block.double_wide_left .left_image:before {
    padding-bottom: calc(75.77% * 2 + 24px);
  }
  .photos-block.double_wide_left .top_right_image {
    width: calc(50% - 12px);
  }
  .photos-block.double_wide_left .bottom_right_image {
    margin-top: 24px;
    width: calc(50% - 12px);
  }
  .photos-block.double_wide_right .top_left_image {
    width: calc(50% - 12px);
  }
  .photos-block.double_wide_right .bottom_left_image {
    margin-top: 24px;
    width: calc(50% - 12px);
  }
  .photos-block.double_wide_right .right_image {
    width: calc(50% - 12px);
  }
  .photos-block.double_wide_right .right_image:before {
    padding-bottom: calc(75.77% * 2 + 24px);
  }
}

.tax-recordingtype .page-header-content .button-light {
  min-width: 80px;
}

.recording-items-outer.padded-wrapper {
  max-width: 950px;
  max-width: 1136px;
}

.recording-items .recording-item {
  margin-top: 26px;
}

.recording-items .recording-item:first-child {
  margin-top: 0;
}

@media (max-width: 599px) {
  .recording-items {
    margin-top: 6vw;
    padding-bottom: 6vw;
  }
  .recording-items .recording-item {
    margin-top: 50px;
  }
  .recording-items-text-elems {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 799px) {
  .recording-items {
    margin-top: 58px;
  }
  .recording-items .recording-item {
    margin-top: 50px;
  }
  .recording-items-text-elems {
    display: none;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .recording-items {
    margin-top: 58px;
  }
  .recording-items .recording-item {
    margin-top: 26px;
  }
  .recording-items-text-elems {
    display: none;
  }
}

@media (min-width: 1200px) {
  .recording-items {
    margin-top: 58px;
    margin-left: 9%;
  }
  .recording-items .recording-item {
    margin-top: 26px;
  }
  .recording-items {
    position: relative;
  }
  .recording-items .recording-item {
    margin-top: 26px;
  }
}

.recording-single-page-header-image {
  position: relative;
}

.recording-single-page-header-image .page-header-image-elem {
  position: relative;
  overflow: hidden;
  background: #000000;
}

.recording-single-page-header-image .page-header-image-elem-bg {
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  background-size: cover;
  background-position: center center;
  filter: blur(20px);
  opacity: 0.7;
}

.page-header-image-elem-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.page-header-image-elem-content .page-header-image-elem-content-inner {
  width: 100%;
  max-width: calc(1040px + 3vw);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.recording-single-header-image {
  display: inline-block;
  position: relative;
  width: 100%;
}

.recording-single-header-image:before {
  content: '';
  position: absolute;
  border: 2px solid #ffffff;
  z-index: 1;
}

@media (max-width: 699px) {
  .recording-single-header-image:before {
    display: none;
  }
}

@media (min-width: 700px) {
  .recording-single-header-image:before {
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
  }
}

.recording-single-header-image img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
}

.recording-single-header-buy p {
  display: block;
}

.recording-single-header-buy ul {
  margin: 0;
  padding: 0;
}

.recording-single-header-buy li {
  list-style: none;
  display: inline-block;
}

.recording-single-header-embed {
  margin-top: 28px;
  min-height: 280px;
  position: relative;
  -ms-flex-positive: 2;
      flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
}

.recording-single-header-embed iframe {
  max-width: 300px;
  height: auto;
  -ms-flex-positive: 2;
      flex-grow: 2;
}

.recording-single-quote {
  text-align: center;
  margin-top: 88px;
  margin-bottom: 88px;
}

.recording-single-quote.padded-wrapper {
  max-width: 1080px;
}

.recording-single-quote svg {
  width: 15px;
  height: 23px;
  fill: #000000;
  display: block;
  margin: 0 auto;
}

.recording-single-quote p {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  margin-top: 14px;
}

.recording-single-quote cite {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 25px;
}

.recording-single-quote cite:before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #000000;
  margin: 0 auto 10px;
}

.recording-single-tracks {
  background: #edf1f2;
}

.recording-single-tracks h2 {
  text-align: center;
  margin-bottom: 50px;
}

.recording-single-tracks h6 {
  margin-bottom: 22px;
}

.recording-single-tracks .padded-wrapper {
  max-width: 1080px;
}

.recording-single-tracks ol {
  margin: 0;
  padding: 0;
  counter-reset: track_list;
}

.recording-single-tracks li {
  border: 1px solid #cfcfcf;
  border-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  list-style: none;
  counter-increment: track_list;
}

.recording-single-tracks li:first-child {
  border-top: 1px solid #cfcfcf;
}

.recording-single-tracks li:before {
  content: counters(track_list, ".", decimal-leading-zero);
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.1em;
}

.recording-single-tracks li .title {
  font-size: 15px;
  line-height: 27px;
}

.recording-single-tracks li .length {
  margin-left: auto;
  text-align: right;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 27px;
  padding-left: 20px;
}

.recording-single-info {
  background: #000000;
  color: #ffffff;
  text-align: center;
}

.recording-single-info .padded-wrapper {
  padding-top: 61px;
  padding-bottom: 70px;
}

.recording-single-info h2 {
  margin-bottom: 34px;
}

@media (max-width: 599px) {
  .page-header-image-elem-content .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .page-header-image-elem-content .right .title-line {
    -ms-flex-order: 2;
        order: 2;
  }
  .page-header-image-elem-content .right .recording-single-header-buy {
    -ms-flex-order: 3;
        order: 3;
  }
  .page-header-image-elem-content .right .recording-single-header-embed {
    -ms-flex-order: 1;
        order: 1;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  .recording-single-header-embed {
    height: 80px;
    min-height: 80px;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .recording-single-header-embed iframe {
    width: 100%;
    max-width: 100%;
  }
  .recording-single-page-header-image .page-header-image-elem:before {
    display: none;
  }
  .recording-single-page-header-image .page-header-image-elem-content {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .recording-single-header-buy {
    margin-top: 14px;
  }
  .recording-single-header-buy p {
    margin-bottom: -2px;
  }
  .recording-single-header-buy li {
    margin-right: 16px;
    margin-top: 16px;
  }
  .recording-single-tracks {
    margin-top: 39px;
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .recording-single-tracks li {
    padding: 12px 12px 12px 12px;
  }
  .recording-single-tracks li:before,
  .recording-single-tracks li .title,
  .recording-single-tracks li .length {
    line-height: 22px;
  }
  .recording-single-tracks li:before {
    width: 55px;
  }
  .recording-single-tracks ol + h6 {
    margin-top: 44px;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  .page-header-image-elem-content .left {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  .page-header-image-elem-content .right {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .page-header-image-elem-content .right .title-line {
    -ms-flex-order: 2;
        order: 2;
  }
  .page-header-image-elem-content .right .recording-single-header-buy {
    -ms-flex-order: 3;
        order: 3;
  }
  .page-header-image-elem-content .right .recording-single-header-embed {
    -ms-flex-order: 1;
        order: 1;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  .recording-single-header-embed {
    height: 80px;
    min-height: 80px;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .recording-single-header-embed iframe {
    width: 100%;
    max-width: 100%;
  }
  .recording-single-page-header-image .page-header-image-elem:before {
    display: none;
  }
  .recording-single-page-header-image .page-header-image-elem-content {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .recording-single-header-buy {
    margin-top: 33px;
  }
  .recording-single-header-buy p {
    margin-bottom: -6px;
  }
  .recording-single-header-buy li {
    margin-right: 22px;
    margin-top: 22px;
  }
  .recording-single-tracks {
    margin-top: 39px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .recording-single-tracks li {
    padding: 22px 20px 22px 23px;
  }
  .recording-single-tracks li:before {
    width: 55px;
  }
  .recording-single-tracks ol + h6 {
    margin-top: 44px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .page-header-image-elem-content .page-header-image-elem-content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .page-header-image-elem-content .left {
    width: calc(100% - 340px);
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .page-header-image-elem-content .right {
    width: 300px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .recording-single-header-embed {
    height: 80px;
    min-height: 80px;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .recording-single-page-header-image .page-header-image-elem:before {
    display: none;
  }
  .recording-single-page-header-image .page-header-image-elem-content {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .recording-single-header-buy {
    margin-top: 33px;
  }
  .recording-single-header-buy p {
    margin-bottom: -6px;
  }
  .recording-single-header-buy li {
    margin-right: 22px;
    margin-top: 22px;
  }
  .recording-single-tracks {
    margin-top: 39px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .recording-single-tracks li {
    padding: 22px 20px 22px 23px;
  }
  .recording-single-tracks li:before {
    width: 55px;
  }
  .recording-single-tracks ol + h6 {
    margin-top: 44px;
  }
}

@media (min-width: 1000px) {
  .page-header-image-elem-content .page-header-image-elem-content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .page-header-image-elem-content .left {
    width: calc(50% - 25px);
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .page-header-image-elem-content .right {
    width: calc(50% - 25px);
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .recording-single-header-buy {
    margin-top: 33px;
  }
  .recording-single-header-buy p {
    margin-bottom: -6px;
  }
  .recording-single-header-buy li {
    margin-right: 22px;
    margin-top: 22px;
  }
  .recording-single-tracks {
    margin-top: 83px;
    padding-top: 44px;
    padding-bottom: 120px;
    margin-bottom: 20px;
    bottom: 100px;
  }
  .recording-single-tracks h1 {
    margin-bottom: 46px;
  }
  .recording-single-tracks li {
    padding: 22px 20px 22px 23px;
  }
  .recording-single-tracks li:before {
    width: 55px;
  }
  .recording-single-tracks ol + h6 {
    margin-top: 44px;
  }
}

.recording-item-image img {
  display: block;
  width: 100%;
}

.recording-item-text p {
  font-size: 15px;
}

.recording-item-meta {
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
}

@media (max-width: 599px) {
  .recording-item-text {
    margin-top: 11px;
  }
  .recording-item-text h2 {
    margin-top: 8px;
    padding-bottom: 4px;
  }
  .recording-item-text p {
    margin-top: 8px;
  }
  .recording-item-text a {
    margin-top: 20px;
  }
  .recording-item-meta {
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}

@media (min-width: 600px) and (max-width: 799px) {
  .recording-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .recording-item-image {
    width: calc(46.5% - 20px);
  }
  .recording-item-text {
    width: calc(54% - 20px);
  }
  .recording-item-text h2 {
    margin-top: 8px;
    padding-bottom: 4px;
  }
  .recording-item-text p {
    margin-top: 11px;
  }
  .recording-item-text a {
    margin-top: 20px;
  }
  .recording-item-meta {
    padding-bottom: 8px;
    margin-bottom: 18px;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .recording-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .recording-item-image {
    width: calc(46.5% - 30px);
  }
  .recording-item-text {
    width: calc(54% - 30px);
  }
  .recording-item-text h2 {
    margin-top: 8px;
    padding-bottom: 4px;
  }
  .recording-item-text p {
    margin-top: 11px;
  }
  .recording-item-text a {
    margin-top: 36px;
  }
  .recording-item-meta {
    padding-bottom: 8px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1200px) {
  .recording-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .recording-item-image {
    width: calc(46.5% - 30px);
  }
  .recording-item-text {
    width: calc(54% - 30px);
    margin-top: -3px;
  }
  .recording-item-text h2 {
    margin-top: 8px;
    padding-bottom: 4px;
  }
  .recording-item-text p {
    margin-top: 11px;
  }
  .recording-item-text a {
    margin-top: 36px;
  }
  .recording-item-meta {
    padding-bottom: 8px;
    margin-bottom: 18px;
  }
}

.page-template-template-about .hentry > * + * {
  margin-top: 1.75em;
}

.about-header-content .padded-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  max-width: 1140px;
}

.about-header-content .padded-wrapper h1 {
  padding-left: 0;
}

.about-header-content h1 {
  text-align: left;
  padding-left: 0;
}

.about-intro {
  background: #000000;
  padding-top: 11px;
  color: #ffffff;
}

.about-intro .padded-wrapper {
  max-width: 1140px;
}

.about-intro .padded-wrapper p:first-child {
  font-weight: 300;
}

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

.about-block.block-images_quote {
  color: #ffffff;
  position: relative;
}

.about-block.block-images_quote:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #000000;
  z-index: -1;
}

.about-block.block-images_quote .padded-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.about-block.block-images_quote .right {
  margin: 0;
}

.about-block.block-images_quote .large-image {
  background-position: center center;
}

.about-block.block-images_quote .large-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 131%;
}

.about-block.block-images_quote blockquote {
  padding: 0;
  margin: 0;
  position: relative;
}

.about-block.block-images_quote blockquote svg {
  width: 15px;
  height: 23px;
  fill: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.about-block.block-images_quote blockquote p {
  font-family: 'Open Sans', sans-serif;
}

.about-block.block-images_quote blockquote cite {
  display: block;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  margin-top: 29px;
}

.about-block.block-images_quote .small-image {
  background-size: cover;
  background-position: center center;
}

.about-block.block-images_quote .small-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60%;
}

.about-block.block-text_and_image {
  overflow: hidden;
}

.about-block.block-text_and_image .padded-wrapper .text {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.about-block.block-text_and_image .padded-wrapper .image {
  position: relative;
}

.about-block.block-text_and_image .padded-wrapper .image:before {
  content: '';
  display: block;
  background: red;
  background: #f1f1f1;
  position: absolute;
  z-index: -1;
  bottom: 50%;
  left: -50vw;
  right: -50vw;
  top: -200vh;
}

.about-block.block-text_and_image .padded-wrapper .image img {
  display: block;
  width: 100%;
}

.about-book {
  color: #ffffff;
  overflow: hidden;
}

.about-book .padded-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  max-width: 1140px;
}

.about-book .padded-wrapper .image {
  position: relative;
  z-index: 20;
}

.about-book .padded-wrapper .image img {
  display: block;
  width: 100%;
}

.about-book .padded-wrapper .text h1 {
  position: relative;
  z-index: 10;
}

.about-book .padded-wrapper .text h1:before {
  content: '';
  display: block;
  background: #000000;
  position: absolute;
  left: -100vw;
  z-index: -1;
  width: 200vw;
  height: 100vw;
}
.about-book .padded-wrapper .text h5 {
  position: relative;
  z-index: 10;
}

.about-book .padded-wrapper .text p {
  position: relative;
  z-index: 10;
}

.about-book .padded-wrapper .text a {
  position: relative;
  z-index: 10;
}

@media (max-width: 699px) {
  .about-header-content.page-header-content {
    padding-top: 6vw;
    padding-bottom: 3vw;
  }
  .about-header-content .padded-wrapper {
    text-align: left;
    display: block;
  }
  .about-header-content .padded-wrapper h1 {
    margin-bottom: 6vw;
  }
  .about-intro {
    padding-bottom: 30px;
  }
  .about-intro .padded-wrapper p:first-child {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .about-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about-block.block-images_quote:before {
    bottom: 10%;
  }
  .about-block.block-images_quote .padded-wrapper {
    display: block;
    padding-top: 1.5vw;
  }
  .about-block.block-images_quote .right {
    margin-top: 6vw;
  }
  .about-block.block-images_quote blockquote {
    padding-left: 26px;
  }
  .about-block.block-images_quote blockquote svg {
    width: 13px;
    height: 20px;
    top: 4px;
  }
  .about-block.block-images_quote blockquote p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 20px;
    position: relative;
  }
  .about-block.block-images_quote blockquote cite {
    margin-top: 10px;
    font-size: 12px;
  }
  .about-block.block-images_quote .small-image {
    -ms-flex-positive: 2;
        flex-grow: 2;
    margin-top: 6vw;
  }
  .about-block.block-text_and_image {
    padding-top: 30px;
  }
  .about-block.block-text_and_image .padded-wrapper .image {
    margin-top: 30px;
  }
  .about-book {
    padding-bottom: 30px;
    padding-top: 1.5vw;
    margin-top: 6vw;
    background: #000000;
  }
  .about-book .padded-wrapper {
    display: block;
  }
  .about-book .padded-wrapper .text {
    margin-top: 6vw;
  }
  .about-book .padded-wrapper .text h1 {
    margin-bottom: 6px;
  }
  .about-book .padded-wrapper .text h1:before {
    display: none;
  }
  .about-book .padded-wrapper .text h5:after {
    margin-top: 20px;
  }
  .about-book .padded-wrapper .text p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-book .padded-wrapper .text a {
    min-width: 160px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .about-intro {
    padding-bottom: 30px;
  }
  .about-intro .padded-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .about-intro .padded-wrapper p {
    width: calc(50% - 25px);
  }
  .about-intro .padded-wrapper p:first-child {
    font-size: 22px;
    line-height: 36px;
    margin-top: -2px;
  }
  .about-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about-block.block-images_quote:before {
    bottom: 20%;
  }
  .about-block.block-images_quote .padded-wrapper {
    padding-top: 1.5vw;
  }
  .about-block.block-images_quote .left {
    width: calc(50% - 1.5vw);
    display: -ms-flexbox;
    display: flex;
  }
  .about-block.block-images_quote .left .large-image {
    -ms-flex-positive: 2;
        flex-grow: 2;
  }
  .about-block.block-images_quote .right {
    width: calc(50% - 1.5vw);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .about-block.block-images_quote blockquote {
    padding-left: 30px;
  }
  .about-block.block-images_quote blockquote p {
    font-size: 20px;
    line-height: 30px;
    margin-top: -4px;
    padding-right: 20px;
  }
  .about-block.block-images_quote blockquote cite {
    margin-top: 29px;
  }
  .about-block.block-images_quote .small-image {
    -ms-flex-positive: 2;
        flex-grow: 2;
    margin-top: 3vw;
  }
  .about-block.block-text_and_image {
    padding-top: 30px;
  }
  .about-block.block-text_and_image .padded-wrapper .image {
    margin-top: 30px;
  }
  .about-book {
    padding-bottom: 30px;
    margin-top: 6vw;
  }
  .about-book .padded-wrapper .image {
    width: calc(50% - 1.5vw);
  }
  .about-book .padded-wrapper .text {
    width: calc(50% - 1.5vw);
  }
  .about-book .padded-wrapper .text h1 {
    margin-bottom: 6px;
  }
  .about-book .padded-wrapper .text h1:before {
    top: -1.5vw;
  }
  .about-book .padded-wrapper .text h5:after {
    margin-top: 20px;
  }
  .about-book .padded-wrapper .text p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-book .padded-wrapper .text a {
    min-width: 200px;
  }
}

@media (min-width: 1000px) {
  .about-intro {
    padding-bottom: 91px;
  }
  .about-intro .padded-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .about-intro .padded-wrapper p {
    width: calc(50% - 25px);
  }
  .about-intro .padded-wrapper p:first-child {
    font-size: 25px;
    line-height: 40px;
    margin-top: -5px;
  }
  .about-block {
    margin-top: 85px;
    margin-bottom: 75px;
  }
  .about-block.block-text .padded-wrapper {
    column-count: 2;
    column-gap: 50px;
  }
  .about-block.block-images_quote {
    margin-top: -49px;
  }
  .about-block.block-images_quote:before {
    bottom: 30%;
  }
  .about-block.block-images_quote .padded-wrapper {
    padding-top: 108px;
  }
  .about-block.block-images_quote .left {
    width: calc(50% - 25px);
  }
  .about-block.block-images_quote .right {
    width: calc(50% - 25px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .about-block.block-images_quote blockquote {
    padding-left: 30px;
  }
  .about-block.block-images_quote blockquote p {
    font-size: 22px;
    line-height: 32px;
    margin-top: -8px;
    padding-right: 80px;
  }
  .about-block.block-images_quote blockquote cite {
    margin-top: 29px;
  }
  .about-block.block-images_quote .small-image {
    -ms-flex-positive: 2;
        flex-grow: 2;
    margin-top: 88px;
  }
  .about-block.block-text_and_image {
    padding-top: 82px;
  }
  .about-block.block-text_and_image .padded-wrapper .text {
    column-count: 2;
    column-gap: 50px;
  }
  .about-block.block-text_and_image .padded-wrapper .image {
    margin-top: 70px;
  }
  .about-book {
    padding-bottom: 66px;
    margin-top: -20px;
  }
  .about-book .padded-wrapper .image {
    width: calc(37.5% - 25px);
  }
  .about-book .padded-wrapper .text {
    width: calc(62.5% - 25px);
  }
  .about-book .padded-wrapper .text h1 {
    margin-bottom: 6px;
  }
  .about-book .padded-wrapper .text h1:before {
    top: -56px;
  }
  .about-book .padded-wrapper .text h5:after {
    margin-top: 32px;
  }
  .about-book .padded-wrapper .text p {
    margin-top: 30px;
    margin-bottom: 56px;
  }
  .about-book .padded-wrapper .text a {
    min-width: 200px;
  }
}

.about-sub-page {
  margin-top: 23px;
}

.about-sub-page:first-child {
  margin-top: 0;
}

.about-sub-page-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.about-sub-page-text {
  background: #f0f1f2;
}

.about-sub-page-text h4 {
  font-size: 15px;
  margin-top: 5px;
}

.about-sub-page-text p {
  margin-top: 25px;
}

.about-sub-page-text .button, .about-sub-page-text .button-light {
  margin-top: 32px;
}

@media (max-width: 599px) {
  .about-sub-page-text {
    margin-top: 3vw;
  }
  .about-sub-page-image {
    width: 100%;
  }
  .about-sub-page-text {
    padding: 20px 25px 25px 25px;
  }
}

@media (min-width: 600px) {
  .about-sub-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .about-sub-page-text {
    margin-left: 23px;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

@media (min-width: 600px) and (max-width: 799px) {
  .about-sub-page {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .about-sub-page-image {
    width: 150px;
  }
  .about-sub-page-text {
    padding: 25px 30px 25px 30px;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .about-sub-page-image {
    width: 300px;
  }
  .about-sub-page-text {
    padding: 30px 40px 30px 40px;
  }
}

@media (min-width: 1000px) {
  .about-sub-page-image {
    width: 350px;
  }
  .about-sub-page-text {
    padding: 45px 50px 40px 80px;
  }
}


.txt-row {
	display: block;
	width: 100%;
	clear: both;
}

.img-row {
	padding: 20px 0;
	width: 100%;
	clear: both;

}
	.img-row:last-of-type {
		padding-bottom: 0;
	}
	.img-row p.caption {
		font-style: italic;
		font-size: 16px;
		color: #8c8b8b;
	}
	.img-row .img-wrap {
		width: 100%;
		margin-bottom: 20px;
	}
	.img-row .img-wrap:last-of-type {
		margin-bottom: 0;
	}
	.img-row .img-wrap img {
		width: 100%;
	}
	@media (min-width: 700px) {
		.img-row {
			padding: 30px 0;
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
		}
		.img-row .img-wrap {
			margin: 0;
		}
		.img-row.two-img .img-wrap {
			width: 49%;
		}
		.img-row.three-img .img-wrap {
			width: 32%;
		}
	}


.contact-block-role {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.contact-block-info-left {
  padding-top: 9px;
  text-transform: uppercase;
}

.contact-block-info-right p {
  line-height: 2;
  word-break: break-all;
}

.contact-block-info-right p + p {
  margin-top: 2em;
}

.contact-block-company {
  font-size: 22px;
  line-height: 1.2;
}

.contact-block-name {
  margin-top: 10px;
}

.contact-block-info a {
	text-decoration: underline;
}
	.contact-block-info a:hover {
		text-decoration: none;
	}

@media (max-width: 699px) {
  .contact-wrapper {
    margin-top: 60px;
  }
  .contact-block {
    margin-top: 60px;
  }
  .contact-block:nth-child(-n+1) {
    margin-top: 0;
  }
  .contact-block-role {
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  .contact-block-info-right {
    margin-top: 2em;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .contact-wrapper {
    margin-top: 120px;
  }
  .contact-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .contact-block {
    width: calc(50% - 50px);
    margin-top: 100px;
  }
  .contact-block:nth-child(-n+2) {
    margin-top: 0;
  }
  .contact-block-role {
    margin-bottom: 30px;
    padding-bottom: 8px;
  }
  .contact-block-info-right {
    margin-top: 2em;
  }
}

@media (min-width: 1000px) {
  .contact-wrapper {
    margin-top: 120px;
  }
  .contact-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .contact-block {
    width: calc(50% - 50px);
    margin-top: 136px;
  }
  .contact-block:nth-child(-n+2) {
    margin-top: 0;
  }
  .contact-block-role {
    margin-bottom: 51px;
    padding-bottom: 8px;
  }
  .contact-block-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .contact-block-info-left {
    width: calc(50% - 20px);
  }
  .contact-block-info-right {
    width: 50%;
  }
}

body.error404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}

body.error404 #main_wrapper {
  -ms-flex-positive: 2;
      flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.error404-wrapper {
  -ms-flex-positive: 2;
      flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}


table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
	border: none;
}
	table td {
		border: none;
		padding: 10px;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.4;
	}
	table tr:first-of-type td {
		font-weight: 400;
	}

	table tr:nth-of-type(even) {
		background: rgba(0,0,0,0.05);
	}
	table tr:nth-of-type(1) {
		background: rgba(0,0,0,0.15);
	}
	table tr:nth-of-type(1) td {
		font-weight: 600;
	}

/*--------------------------------------------------------------
##  Cookie consent
--------------------------------------------------------------*/



.cc-window {
background: #fdfdfd;
    color: #000;
    overflow: visible;
    /* box-shadow: 0px 0px 10px #00000021; */
    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;
}

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


.cc-message {
	margin-bottom: 10px;
}

@media all and (min-width: 600px) {
	.cc-window {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    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;
	}
	.cc-message {
    	width: calc(100% - 85px);
	}
}

/*****
  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: 1199px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_tablet', 'small_desktop') {}";
    background: #506;
  }
}

@media (min-width: 1200px) 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 */
