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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.screen-reader-text {
  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: '("small_mobile": 320px, "mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "larger_tablet": 1100px, "small_desktop": 1300px, "desktop": 1350px, "huge": 1800px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

[data-href] {
  cursor: pointer;
}

.todo {
  color: lime;
  font-size: 50px;
  background: blue;
  padding: 20px;
  outline: 5px solid red;
  margin: 20px;
  text-align: center;
}

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

body {
  background: #ffffff;
}

#site-wrapper {
  max-width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-header-top {
  background: #19181d;
  color: #ffffff;
}

.site-header-top .wrapper, .site-header-top .padded-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.site-menu-open {
  position: relative;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.site-menu-open .line {
  display: block;
  background: #ffffff;
  transition: background 0.15s ease;
}

.site-menu-open .label {
  color: #ffffff;
  font-family: 'Avenir', sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transition: color 0.15s ease;
}

.site-menu-open:hover .line {
  background: #bf8a46;
}

.site-menu-open:hover .label {
  color: #bf8a46;
}

.site-header-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

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

.site-header-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.site-header-actions-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
}

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

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

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

.site-header-actions-social a:hover svg {
  fill: #bf8a46;
}

.site-header-actions-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  border-left: 1px solid #ffffff;
}

.site-header-actions-search button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.site-header-actions-search button:focus {
  outline: 0;
}

.site-header-actions-search button span {
  display: inline-block;
  margin: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: 'Avenir', sans-serif;
  text-transform: uppercase;
  transition: color 0.15s ease;
}

.site-header-actions-search button svg {
  position: relative;
}

.site-header-actions-search button svg path {
  fill: #ffffff;
  transition: fill 0.15s ease;
}

.site-header-actions-search button:hover span {
  color: #bf8a46;
}

.site-header-actions-search button:hover svg path {
  fill: #bf8a46;
}

.site-header-nav {
  background: #ffffff;
  border-bottom: 1px solid #dbdbdb;
}

.site-header-nav ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

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

.site-header-nav a {
  display: block;
  line-height: 1.2;
  color: #0f0f0f;
  text-transform: uppercase;
  font-weight: 500;
}

.site-header-nav li.current-menu-item a {
  position: relative;
  color: #bf8a46;
}

.site-header-nav li.current-menu-item a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 3px;
  right: 3px;
  height: 2px;
  background: #bf8a46;
}

@media (max-width: 899px) {
  .site-header-top .padded, .site-header-top .padded-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-menu-open {
    width: 45px;
    height: 40px;
    padding: 10px;
    left: -10px;
  }
  .site-menu-open .line {
    height: 4px;
  }
  .site-menu-open .line-1 {
    width: 25px;
  }
  .site-menu-open .line-2 {
    width: 20px;
    margin-top: 4px;
  }
  .site-menu-open .line-3 {
    width: 25px;
    margin-top: 4px;
  }
  .site-menu-open .label {
    display: none;
  }
  .site-header-logo {
    transform: translate(-50%, -50%);
  }
  .site-header-logo svg {
    max-width: 243px;
    width: 50vw;
  }
  .site-header-actions-social {
    display: none;
  }
  .site-header-actions-search {
    margin-left: 15px;
    border-left: 0;
  }
  .site-header-actions-search button span {
    display: none;
  }
  .site-header-actions-search button svg {
    width: 24px;
    height: 24px;
    top: 2px;
  }
  .site-header-nav {
    display: none;
  }
}

@media (min-width: 900px) and (max-width: 999px) {
  .site-header-top .padded, .site-header-top .padded-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .site-menu-open {
    width: 105px;
    height: 40px;
    padding: 10px;
    left: -10px;
  }
  .site-menu-open .line {
    height: 4px;
  }
  .site-menu-open .line-1 {
    width: 25px;
  }
  .site-menu-open .line-2 {
    width: 20px;
    margin-top: 4px;
  }
  .site-menu-open .line-3 {
    width: 25px;
    margin-top: 4px;
  }
  .site-menu-open .label {
    font-size: 13px;
    line-height: 15px;
    left: 55px;
    margin-top: -6px;
  }
  .site-header-logo {
    transform: translate(-50%, -50%);
  }
  .site-header-logo svg {
    width: 243px;
    height: 31px;
  }
  .site-header-actions-social li {
    width: 22px;
    height: 22px;
  }
  .site-header-actions-social li:nth-child(n+2) {
    margin-left: 17px;
  }
  .site-header-actions-social a {
    width: 22px;
    height: 22px;
    padding: 5px;
  }
  .site-header-actions-social svg {
    width: 12px;
    height: 12px;
  }
  .site-header-actions-search {
    margin-left: 15px;
    padding-left: 16px;
  }
  .site-header-actions-search button span {
    padding: 4px 16px 2px 0;
    font-size: 13px;
    line-height: 15px;
  }
  .site-header-actions-search button svg {
    width: 18px;
    height: 18px;
    top: 2px;
  }
  .site-header-nav li:nth-child(n+2) {
    margin-left: 30px;
  }
  .site-header-nav a {
    padding: 23px 5px 18px;
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  .site-header-top .padded, .site-header-top .padded-wrapper {
    padding-top: 51px;
    padding-bottom: 33px;
  }
  .site-menu-open {
    width: 105px;
    height: 40px;
    padding: 10px;
    left: -10px;
  }
  .site-menu-open .line {
    height: 4px;
  }
  .site-menu-open .line-1 {
    width: 25px;
  }
  .site-menu-open .line-2 {
    width: 20px;
    margin-top: 4px;
  }
  .site-menu-open .line-3 {
    width: 25px;
    margin-top: 4px;
  }
  .site-menu-open .label {
    font-size: 13px;
    line-height: 15px;
    left: 55px;
    margin-top: -6px;
  }
  .site-header-logo {
    transform: translate(-50%, calc(-50% - 10px));
  }
  .site-header-logo svg {
    width: 243px;
    height: 31px;
  }
  .site-header-actions-social li {
    width: 22px;
    height: 22px;
  }
  .site-header-actions-social li:nth-child(n+2) {
    margin-left: 17px;
  }
  .site-header-actions-social a {
    width: 22px;
    height: 22px;
    padding: 5px;
  }
  .site-header-actions-social svg {
    width: 12px;
    height: 12px;
  }
  .site-header-actions-search {
    margin-left: 15px;
    padding-left: 16px;
  }
  .site-header-actions-search button span {
    padding: 4px 16px 2px 0;
    font-size: 13px;
    line-height: 15px;
  }
  .site-header-actions-search button svg {
    width: 18px;
    height: 18px;
    top: 2px;
  }
  .site-header-nav li:nth-child(n+2) {
    margin-left: 46px;
  }
  .site-header-nav a {
    padding: 23px 5px 18px;
    font-size: 14px;
  }
}

.site-main-nav,
#site-wrapper-inner {
  transition: transform 0.5s ease;
}

#site-wrapper {
  position: relative;
  z-index: 100;
}

#site-wrapper-inner {
  position: relative;
  z-index: 50;
}

.site-wrapper-shade {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 0;
  background: rgba(15, 15, 15, 0.7);
  opacity: 0;
  z-index: 75;
  transition: opacity 0.3s ease, height 0.01s ease 0.3s;
}

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

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

html[data-nav-state="open"] .site-wrapper-shade {
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
}

html[data-nav-state="open"] .site-menu-open {
  opacity: 0;
}

@media (max-width: 599px) {
  html[data-nav-state="open"] .site-main-nav {
    transform: translateX(0);
  }
}

@media (min-width: 600px) {
  html[data-nav-state="open"] .site-main-nav {
    transform: translateX(0);
  }
  html[data-nav-state="open"] #site-wrapper-inner {
    transform: translateX(350px);
  }
}

.site-menu-close {
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.site-menu-close .line {
  display: block;
  background: #bf8a46;
}

.site-menu-close .line-1 {
  transform: rotate(-45deg) translateY(50%);
}

.site-menu-close .line-2 {
  transform: rotate(45deg) translateY(-50%);
}

.site-menu-close .label {
  color: #0f0f0f;
  font-family: 'Avenir', sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
}

.site-main-nav {
  width: 100%;
  transform: translateX(-100%);
  background: #f6f6f6;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 150;
}

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

@media (min-width: 600px) {
  .site-main-nav {
    max-width: 565px;
  }
}

.site-main-nav-inner {
  overflow: auto;
  height: 100vh;
}

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

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

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

.site-main-nav-inner a {
  text-transform: uppercase;
  line-height: 1.2;
}

.site-main-nav-inner .main li,
.site-main-nav-inner .lower li {
  border-top: 1px solid #dbdbdb;
}

.site-main-nav-inner .main a,
.site-main-nav-inner .lower a {
  display: block;
  transition: background 0.3s ease;
  position: relative;
}

.site-main-nav-inner .main a:after,
.site-main-nav-inner .lower a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  background: #bf8a46;
  transition: transform 0.3s ease;
  transform-origin: top right;
  transform: scaleX(0);
  pointer-events: none;
}

.site-main-nav-inner .main a:hover,
.site-main-nav-inner .lower a:hover {
  background: #ffffff;
}

.site-main-nav-inner .main a:hover:after,
.site-main-nav-inner .lower a:hover:after {
  transform: scaleX(1);
}

.site-main-nav-inner .main .menu-item-has-children.is-active > a,
.site-main-nav-inner .lower .menu-item-has-children.is-active > a {
  background: #0f0f0f;
  color: #ffffff;
}

.site-main-nav-inner .main .menu-item-has-children.is-active > a .toggle-subnav,
.site-main-nav-inner .lower .menu-item-has-children.is-active > a .toggle-subnav {
  transform: rotate(45deg);
}

.site-main-nav-inner .main .menu-item-has-children.is-active > a:after,
.site-main-nav-inner .lower .menu-item-has-children.is-active > a:after {
  transform: scaleX(0);
}

.site-main-nav-inner .main .menu-item-has-children > a,
.site-main-nav-inner .lower .menu-item-has-children > a {
  position: relative;
  transition: background 0.3s ease;
}

.site-main-nav-inner .main .menu-item-has-children > a .toggle-subnav,
.site-main-nav-inner .lower .menu-item-has-children > a .toggle-subnav {
  position: absolute;
  top: 50%;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.site-main-nav-inner .main .menu-item-has-children > a .toggle-subnav:focus,
.site-main-nav-inner .lower .menu-item-has-children > a .toggle-subnav:focus {
  outline: 0;
}

.site-main-nav-inner .main .menu-item-has-children > a .toggle-subnav:before, .site-main-nav-inner .main .menu-item-has-children > a .toggle-subnav:after,
.site-main-nav-inner .lower .menu-item-has-children > a .toggle-subnav:before,
.site-main-nav-inner .lower .menu-item-has-children > a .toggle-subnav:after {
  content: '';
  display: block;
  height: 1px;
  background: #bf8a46;
  position: absolute;
  top: 50%;
  left: 50%;
}

.site-main-nav-inner .main .menu-item-has-children > a .toggle-subnav:after,
.site-main-nav-inner .lower .menu-item-has-children > a .toggle-subnav:after {
  transform: rotate(90deg);
}

.site-main-nav-inner .main .menu-item-has-children .sub-menu,
.site-main-nav-inner .lower .menu-item-has-children .sub-menu {
  display: none;
}

.site-main-nav-inner .main .menu-item-has-children .sub-menu li:first-child,
.site-main-nav-inner .lower .menu-item-has-children .sub-menu li:first-child {
  border-top: 0;
}

.site-main-nav-inner .main .menu-item-has-children .sub-menu a,
.site-main-nav-inner .lower .menu-item-has-children .sub-menu a {
  font-weight: 400;
}

.site-main-nav-inner .main a {
  font-weight: 900;
}

.site-main-nav-inner .site-main-nav-social {
  border-top: 1px solid #dbdbdb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.site-main-nav-inner .site-main-nav-social li {
  display: inline-block;
}

.site-main-nav-inner .site-main-nav-social svg {
  display: block;
  fill: #0f0f0f;
}

.site-main-nav-inner .lower {
  border-bottom: 1px solid #dbdbdb;
}

@media (max-width: 599px) {
  .site-menu-close {
    width: 105px;
    height: 28px;
    padding: 10px;
    left: -10px;
  }
  .site-menu-close .line {
    height: 3px;
  }
  .site-menu-close .line-1 {
    width: 28px;
  }
  .site-menu-close .line-2 {
    width: 28px;
  }
  .site-menu-close .label {
    font-size: 13px;
    line-height: 15px;
    left: 55px;
    margin-top: -6px;
  }
  .site-main-nav-inner {
    padding: 25px 0 20px;
  }
  .site-main-nav-inner .site-menu-close {
    margin-bottom: 23px;
  }
  .site-main-nav-inner .site-menu-close-outer {
    margin-left: 5vw;
  }
  .site-main-nav-inner a {
    font-size: 15px;
  }
  .site-main-nav-inner .main a,
  .site-main-nav-inner .lower a {
    padding: 16px 5vw 14px 5vw;
  }
  .site-main-nav-inner .main .menu-item-has-children > a .toggle-subnav,
  .site-main-nav-inner .lower .menu-item-has-children > a .toggle-subnav {
    right: 0;
    width: 53px;
    height: 48px;
    margin-top: -24px;
    padding: 5px;
  }
  .site-main-nav-inner .main .menu-item-has-children > a .toggle-subnav:before, .site-main-nav-inner .main .menu-item-has-children > a .toggle-subnav:after,
  .site-main-nav-inner .lower .menu-item-has-children > a .toggle-subnav:before,
  .site-main-nav-inner .lower .menu-item-has-children > a .toggle-subnav:after {
    width: 23px;
    margin-left: -12px;
  }
  .site-main-nav-inner .main .menu-item-has-children .sub-menu li a,
  .site-main-nav-inner .lower .menu-item-has-children .sub-menu li a {
    padding-left: calc(5vw + 25px);
  }
  .site-main-nav-inner .site-main-nav-social {
    padding: 20px 20px 20px 5vw;
  }
  .site-main-nav-inner .site-main-nav-social li:nth-child(n+2) {
    margin-left: 35px;
  }
  .site-main-nav-inner .site-main-nav-social svg {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 600px) {
  .site-menu-close {
    width: 105px;
    height: 28px;
    padding: 10px;
    left: -10px;
  }
  .site-menu-close .line {
    height: 3px;
  }
  .site-menu-close .line-1 {
    width: 28px;
  }
  .site-menu-close .line-2 {
    width: 28px;
  }
  .site-menu-close .label {
    font-size: 13px;
    line-height: 15px;
    left: 55px;
    margin-top: -6px;
  }
  .site-main-nav-inner {
    padding: 57px 0 20px;
  }
  .site-main-nav-inner .site-menu-close {
    margin-left: -45px;
    margin-bottom: 39px;
  }
  .site-main-nav-inner .site-menu-close-outer {
    margin-left: 113px;
  }
  .site-main-nav-inner a {
    font-size: 17px;
  }
  .site-main-nav-inner .main a,
  .site-main-nav-inner .lower a {
    padding: 19px 20px 17px 113px;
  }
  .site-main-nav-inner .main .menu-item-has-children > a .toggle-subnav,
  .site-main-nav-inner .lower .menu-item-has-children > a .toggle-subnav {
    right: 0px;
    width: 80px;
    height: 56px;
    margin-top: -28px;
    padding: 5px;
  }
  .site-main-nav-inner .main .menu-item-has-children > a .toggle-subnav:before, .site-main-nav-inner .main .menu-item-has-children > a .toggle-subnav:after,
  .site-main-nav-inner .lower .menu-item-has-children > a .toggle-subnav:before,
  .site-main-nav-inner .lower .menu-item-has-children > a .toggle-subnav:after {
    width: 23px;
    margin-left: -12px;
  }
  .site-main-nav-inner .main .menu-item-has-children .sub-menu li a,
  .site-main-nav-inner .lower .menu-item-has-children .sub-menu li a {
    padding-left: calc(113px + 38px);
  }
  .site-main-nav-inner .site-main-nav-social {
    padding: 25px 20px 24px 113px;
  }
  .site-main-nav-inner .site-main-nav-social li:nth-child(n+2) {
    margin-left: 46px;
  }
  .site-main-nav-inner .site-main-nav-social svg {
    width: 22px;
    height: 22px;
  }
}

.site-footer {
  background: #242329;
  color: rgba(255, 255, 255, 0.6);
}

.site-footer h2, .site-footer h3 {
  color: #ffffff;
}

.site-footer-newsletter .wrapper, .site-footer-newsletter .padded-wrapper {
  max-width: 962px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}

.site-footer-newsletter-left p {
  font-weight: 500;
  color: #bf8a46;
  margin: 0;
  position: absolute;
  left: 0;
}

.site-footer-newsletter-left h2 {
  line-height: 39px;
  line-height: 1.25;
}

.site-footer-newsletter-right form {
  position: relative;
  /* border: 1px solid rgba(255, 255, 255, 0.7); */
  width: 100%;
  transition: border-color 0.15s ease;
}

.site-footer-newsletter-right form:focus-within {
  border-color: white;
}

.site-footer-newsletter-right form .email {
  background: transparent;
  position: relative;
  border: 0;
  font-family: 'Avenir', sans-serif;
  font-size: 13px;
  line-height: 15px;
  padding: 16px 70px 14px 23px;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}

.site-footer-newsletter-right form .email:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.site-footer-newsletter-right form .email::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.site-footer-newsletter-right form .email:focus {
  outline: 0;
}

.site-footer-newsletter-right form button {
  background: #bf8a46;
  display: block;
  width: 57px;
  height: 37px;
  position: absolute;
  top: 4px;
  right: 4px;
  border: 0;
  cursor: pointer;
  transition: background 0.15s ease;
}

.site-footer-newsletter-right form button:focus {
  outline: 0;
}

.site-footer-newsletter-right form button svg {
  display: block;
  width: 34px;
  height: 12px;
  fill: #0f0f0f;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -17px;
}

.site-footer-newsletter-right form button:hover {
  background: #ffffff;
}

.site-footer-links .wrapper, .site-footer-links .padded-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-links h3 {
  font-size: 22px;
  font-weight: 400;
}

.site-footer-links-columns {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.site-footer-links-column {
  font-size: 13px;
  font-weight: 400;
}

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

.site-footer-links-column li {
  list-style: none;
}

.site-footer-links-column li:nth-child(n+2) {
  margin-top: 1.2em;
}

.site-footer-links-column li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.site-footer-links-column li a:hover {
  color: #bf8a46;
}

.site-footer-links-column li svg {
  display: inline-block;
  fill: currentColor;
  width: 12px;
  height: 12px;
  margin-right: 15px;
}

.site-footer-links-column p {
  margin: 0;
}

.site-footer-links-column svg {
  display: block;
  width: 100%;
}

.site-footer-links-column.col-1 ul {
  text-transform: uppercase;
}

.site-footer-links-column.col-4 svg {
  width: 220px;
  height: 29px;
  fill: #ffffff;
}

.site-footer-links-column.col-4 p {
  font-size: 13.77px;
  line-height: 2.35;
  font-weight: 700;
}

.site-footer-legal {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}

.site-footer-legal small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 599px) {
  .site-footer-links {
    margin-top: 70px;
  }
  .site-footer-links-columns {
    padding-top: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer-links-column {
    width: 100%;
    margin-top: 50px;
  }
  .site-footer-links-column.col-4 {
    -ms-flex-order: -1;
        order: -1;
    margin-top: 0;
  }
  .site-footer-links-column.col-4 p {
    line-height: 2;
  }
  .site-footer-links-column h3,
  .site-footer-links-column svg {
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .site-footer-links {
    margin-top: 80px;
  }
  .site-footer-links-columns {
    padding-top: 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer-links-column {
    width: calc(50% - 15px);
  }
  .site-footer-links-column ul {
    margin-top: 20px;
  }
  .site-footer-links-column.col-3 {
    margin-top: 48px;
  }
  .site-footer-links-column.col-4 {
    margin-top: 48px;
  }
  .site-footer-links-column.col-4 svg {
    margin-bottom: 20px;
  }
}

@media (max-width: 999px) {
  .site-footer-newsletter .padded, .site-footer-newsletter .padded-wrapper {
    padding-top: 60px;
  }
  .site-footer-newsletter .wrapper, .site-footer-newsletter .padded-wrapper {
    display: block;
  }
  .site-footer-newsletter-left,
  .site-footer-newsletter-right {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer-newsletter-left {
    position: relative;
  }
  .site-footer-newsletter-left p {
    position: static;
    margin-bottom: 10px;
  }
  .site-footer-newsletter-left h2 {
    max-width: 480px;
    margin-bottom: 30px;
  }
  .site-footer-newsletter-left h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) and (min-width: 320px) {
  .site-footer-newsletter-left h2 {
    font-size: calc(20px + 11 * ((100vw - 320px) / 680));
  }
}

@media screen and (max-width: 999px) and (min-width: 1000px) {
  .site-footer-newsletter-left h2 {
    font-size: 31px;
  }
}

@media (min-width: 1000px) {
  .site-footer-newsletter .padded, .site-footer-newsletter .padded-wrapper {
    padding-top: 181px;
  }
  .site-footer-newsletter-left {
    width: 55%;
  }
  .site-footer-newsletter-left p {
    top: -42px;
  }
  .site-footer-newsletter-left h2 {
    font-size: 31px;
    max-width: 480px;
    padding-right: 20px;
  }
  .site-footer-newsletter-right {
    width: 45%;
  }
  .site-footer-links {
    margin-top: 139px;
  }
  .site-footer-links-columns {
    padding-top: 112px;
  }
  .site-footer-links-column ul {
    margin-top: 48px;
  }
  .site-footer-links-column.col-1 {
    width: 265px;
  }
  .site-footer-links-column.col-2 {
    width: 235px;
  }
  .site-footer-links-column.col-3 {
    width: 250px;
  }
  .site-footer-links-column.col-4 {
    width: 315px;
    margin-left: auto;
  }
  .site-footer-links-column.col-4 svg {
    margin-top: -10px;
    margin-bottom: 49px;
  }
}

.blockquote {
  margin: 0;
  padding: 0;
}

.page-header {
  color: #0f0f0f;
}

.page-header .padded, .page-header .padded-wrapper {
  display: block;
  position: relative;
}

.page-header time {
  display: block;
  text-align: center;
  margin-bottom: 1.4em;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.page-header h1 {
  text-align: center;
  transition: color 0.3s ease;
}

.page-header cite {
  font-family: 'starling', serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  margin-top: 1.15em;
}

.page-header p {
  text-align: center;
}

.page-header.no-image {
  background: #f2f2f2;
}

.page-header.no-image .padded, .page-header.no-image .padded-wrapper {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .page-header.no-image .padded, .page-header.no-image .padded-wrapper {
    padding-top: calc(40px + 28 * ((100vw - 400px) / 950));
  }
}

@media screen and (min-width: 1350px) {
  .page-header.no-image .padded, .page-header.no-image .padded-wrapper {
    padding-top: 68px;
  }
}

.page-header.no-image .padded, .page-header.no-image .padded-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .page-header.no-image .padded, .page-header.no-image .padded-wrapper {
    padding-bottom: calc(40px + 31 * ((100vw - 400px) / 950));
  }
}

@media screen and (min-width: 1350px) {
  .page-header.no-image .padded, .page-header.no-image .padded-wrapper {
    padding-bottom: 71px;
  }
}

.page-header.no-image .wrapper, .page-header.no-image .padded-wrapper {
  max-width: 700px;
}

.page-header.no-image p {
  margin: 1em 0 0 0;
}

.page-header.has-image .padded, .page-header.has-image .padded-wrapper {
  background: #242329;
  color: white;
}

.page-header.has-image .padded, .page-header.has-image .padded-wrapper {
  padding-top: 30px;
}

@media screen and (min-width: 400px) {
  .page-header.has-image .padded, .page-header.has-image .padded-wrapper {
    padding-top: calc(30px + 50 * ((100vw - 400px) / 950));
  }
}

@media screen and (min-width: 1350px) {
  .page-header.has-image .padded, .page-header.has-image .padded-wrapper {
    padding-top: 80px;
  }
}

.page-header.has-image .padded, .page-header.has-image .padded-wrapper {
  padding-bottom: 34px;
}

@media screen and (min-width: 400px) {
  .page-header.has-image .padded, .page-header.has-image .padded-wrapper {
    padding-bottom: calc(34px + 56 * ((100vw - 400px) / 950));
  }
}

@media screen and (min-width: 1350px) {
  .page-header.has-image .padded, .page-header.has-image .padded-wrapper {
    padding-bottom: 90px;
  }
}

.page-header.has-image .padded p, .page-header.has-image .padded-wrapper p {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .page-header.has-image .padded, .page-header.has-image .padded-wrapper {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-header.has-image .padded, .page-header.has-image .padded-wrapper {
    margin-top: -80px;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .page-header.has-image .padded, .page-header.has-image .padded-wrapper {
    margin-top: calc(-80px + -52 * ((100vw - 1000px) / 350));
  }
}

@media screen and (min-width: 1000px) and (min-width: 1350px) {
  .page-header.has-image .padded, .page-header.has-image .padded-wrapper {
    margin-top: -132px;
  }
}

.page-header.has-image.is-featured .padded, .page-header.has-image.is-featured .padded-wrapper, .page-header.has-image.is-single .padded, .page-header.has-image.is-single .padded-wrapper {
  padding-bottom: 0;
}

.page-header.has-image.is-featured .padded, .page-header.has-image.is-featured .padded-wrapper, .page-header.has-image.is-single .padded, .page-header.has-image.is-single .padded-wrapper {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .page-header.has-image.is-featured .padded, .page-header.has-image.is-featured .padded-wrapper, .page-header.has-image.is-single .padded, .page-header.has-image.is-single .padded-wrapper {
    padding-top: calc(40px + 14 * ((100vw - 400px) / 950));
  }
}

@media screen and (min-width: 1350px) {
  .page-header.has-image.is-featured .padded, .page-header.has-image.is-featured .padded-wrapper, .page-header.has-image.is-single .padded, .page-header.has-image.is-single .padded-wrapper {
    padding-top: 54px;
  }
}

.page-header.has-image.is-featured .padded h1, .page-header.has-image.is-featured .padded-wrapper h1, .page-header.has-image.is-single .padded h1, .page-header.has-image.is-single .padded-wrapper h1 {
  padding-left: 5%;
  padding-right: 5%;
}

.page-header.is-featured .padded, .page-header.is-featured .padded-wrapper,
.page-header.is-single .padded,
.page-header.is-single .padded-wrapper {
  background: #ffffff;
  margin-bottom: -37px;
}

.page-header.is-featured time,
.page-header.is-featured cite,
.page-header.is-single time,
.page-header.is-single cite {
  color: #bf8a46;
}

.page-header.is-featured h1,
.page-header.is-featured p,
.page-header.is-single h1,
.page-header.is-single p {
  color: #0f0f0f;
}

.page-header.is-home .padded, .page-header.is-home .padded-wrapper {
  background: #19181d;
  margin-bottom: -37px;
}

.page-header.is-home .padded, .page-header.is-home .padded-wrapper {
  padding-top: 30px;
}

@media screen and (min-width: 400px) {
  .page-header.is-home .padded, .page-header.is-home .padded-wrapper {
    padding-top: calc(30px + 24 * ((100vw - 400px) / 950));
  }
}

@media screen and (min-width: 1350px) {
  .page-header.is-home .padded, .page-header.is-home .padded-wrapper {
    padding-top: 54px;
  }
}

.page-header.is-home .padded, .page-header.is-home .padded-wrapper {
  padding-bottom: 34px;
}

@media screen and (min-width: 400px) {
  .page-header.is-home .padded, .page-header.is-home .padded-wrapper {
    padding-bottom: calc(34px + 17 * ((100vw - 400px) / 950));
  }
}

@media screen and (min-width: 1350px) {
  .page-header.is-home .padded, .page-header.is-home .padded-wrapper {
    padding-bottom: 51px;
  }
}

.page-header.is-home time,
.page-header.is-home cite {
  color: #bf8a46;
}

.page-header.is-home h1,
.page-header.is-home p {
  color: #ffffff;
}

.page-header-image {
  background: #242329;
  max-height: 70vh;
  position: relative;
  overflow: hidden;
}

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

@media (orientation: portrait) and (max-width: 600px) {
  .page-header-image:before {
    padding-bottom: 80%;
  }
}

.page-header-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.3s ease;
  transform: scale(1.05);
}

.page-header-links {
  border-top: 1px solid #dadada;
  position: relative;
}

@media (max-width: 899px) {
  .page-header-links {
    padding-top: 20px;
    margin-top: 45px;
    margin-bottom: -10px;
  }
}

@media (min-width: 900px) {
  .page-header-links {
    padding-top: 25px;
    margin-top: 64px;
    margin-bottom: -8px;
  }
}

.page-header-links-header {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 18px;
  top: -9px;
  color: #0f0f0f;
  background: #f2f2f2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 899px) {
  .page-header-links-header {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 900px) {
  .page-header-links-header {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-header-links-buttons {
  width: calc(100% + 22px);
  margin-left: -11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 899px) {
  .page-header-links-buttons .button-large {
    margin: 6px;
  }
}

@media (min-width: 900px) {
  .page-header-links-buttons .button-large {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    margin: 11px;
  }
}

.page-header.is-featured:hover .page-header-image-inner {
  opacity: 0.4;
}

.page-header.is-featured:hover a.padded h1, .page-header.is-featured:hover a.padded-wrapper h1 {
  color: #bf8a46;
}

.nice-type > div[class^="advads-"] {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}

@media (min-width: 1350px) {
  .nice-type > div[class^="advads-"] {
    width: calc(100% + 180px);
    margin-left: -90px;
  }
}

@media (max-width: 499px) {
  .nice-type > div[class^="advads-"] {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-top: 26px;
    padding-bottom: 21px;
  }
}

@media (min-width: 500px) {
  .nice-type > div[class^="advads-"] {
    margin-top: 90px;
    margin-bottom: 93px;
    padding-top: 36px;
    padding-bottom: 31px;
  }
}

.nice-type > div[class^="advads-"]:before {
  content: 'Advertisment - keep reading below';
  line-height: 13px;
  background: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  color: #787878;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width: 499px) {
  .nice-type > div[class^="advads-"]:before {
    font-size: 10px;
    padding: 0 15px;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 500px) {
  .nice-type > div[class^="advads-"]:before {
    font-size: 11px;
    padding: 0 35px;
    letter-spacing: 0.075em;
  }
}

.page-header + .ow-archive-ad {
  padding-top: 40px;
  margin-bottom: -25px;
}

.ow-archive-ad.padded-wrapper {
  max-width: 1378px;
}

.ow-archive-ad-inner {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  text-align: center;
}

@media (max-width: 499px) {
  .ow-archive-ad-inner {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-top: 26px;
    padding-bottom: 21px;
  }
}

@media (min-width: 500px) {
  .ow-archive-ad-inner {
    margin-top: 90px;
    margin-bottom: 93px;
    padding-top: 36px;
    padding-bottom: 31px;
  }
}

.ow-archive-ad-inner:before {
  content: 'Advertisment - keep reading below';
  line-height: 13px;
  background: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  color: #787878;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width: 499px) {
  .ow-archive-ad-inner:before {
    font-size: 10px;
    padding: 0 15px;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 500px) {
  .ow-archive-ad-inner:before {
    font-size: 11px;
    padding: 0 35px;
    letter-spacing: 0.075em;
  }
}

.ow-archive-ad.for-bottom .ow-archive-ad-inner {
  border-bottom: 0;
  padding-bottom: 0;
}

.footer-ad .footer-ad-inner {
  border-top: 1px solid #dbdbdb;
  margin-top: 90px;
  position: relative;
  text-align: center;
  padding-top: 36px;
  padding-bottom: 60px;
}

.footer-ad .footer-ad-inner:before {
  content: 'Advertisment - keep reading below';
  line-height: 13px;
  background: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  color: #787878;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width: 499px) {
  .footer-ad .footer-ad-inner:before {
    font-size: 10px;
    padding: 0 15px;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 500px) {
  .footer-ad .footer-ad-inner:before {
    font-size: 11px;
    padding: 0 35px;
    letter-spacing: 0.075em;
  }
}

@media (max-width: 800px) {
  [class*="opera-in-content-"],
  .footer-ad {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  [class*="opera-in-content-"] img,
  .footer-ad img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.page-social-share-inner {
  border: 1px solid #dbdbdb;
}

.page-social-share-inner a {
  display: block;
  width: 57px;
  height: 57px;
  position: relative;
  transition: background 0.3s ease;
}

.page-social-share-inner a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  fill: #0f0f0f;
}

.page-social-share-inner a:hover {
  background: #bf8a46;
}

.page-social-share-inner a:hover svg {
  fill: #ffffff;
}

@media (max-width: 1150px) {
  .page-social-share-inner {
    display: -ms-flexbox;
    display: flex;
  }
  .page-social-share-inner a + a {
    border-left: 1px solid #dbdbdb;
  }
}

@media (min-width: 1151px) {
  .page-social-share-inner a + a {
    border-top: 1px solid #dbdbdb;
  }
}

.page-blocks-text_ctas-item {
  background: #f2f2f2;
}

.page-blocks-text_ctas-item-inner .nice-type {
  margin-top: 1em;
  margin-bottom: 1.9em;
}

.page-blocks-image_grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}

.page-blocks-image_grid-item {
  display: block;
  position: relative;
}

.page-blocks-image_grid-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.page-blocks-image_grid-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px #dbdbdb;
}

.page-blocks-image_grid-item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  z-index: 5;
  mix-blend-mode: darken;
}

@media (max-width: 599px) {
  .page-blocks,
  .page-blocks-image_grid + .nice-type {
    margin-top: 40px;
  }
  .page-blocks-image_grid-item {
    width: calc(33.33% - 10px);
  }
  .page-blocks-image_grid-item:nth-child(3n+1), .page-blocks-image_grid-item:nth-child(3n+2) {
    margin-right: 15px;
  }
  .page-blocks-image_grid-item:nth-child(n+4) {
    margin-top: 15px;
  }
  .page-blocks-text_ctas-item {
    padding: 25px 30px 35px;
  }
  .page-blocks-text_ctas-item + .page-blocks-text_ctas-item {
    margin-top: 30px;
  }
}

@media (min-width: 600px) {
  .page-blocks,
  .page-blocks-image_grid + .nice-type {
    margin-top: 67px;
  }
  .page-blocks-image_grid-item {
    width: calc(25% - 12px);
  }
  .page-blocks-image_grid-item:nth-child(4n+1), .page-blocks-image_grid-item:nth-child(4n+2), .page-blocks-image_grid-item:nth-child(4n+3) {
    margin-right: 16px;
  }
  .page-blocks-image_grid-item:nth-child(n+5) {
    margin-top: 16px;
  }
  .page-blocks-text_ctas-item {
    padding: 30px 47px 40px 47px;
  }
  .page-blocks-text_ctas-item + .page-blocks-text_ctas-item {
    margin-top: 43px;
  }
}

.pagination-outer .wrapper, .pagination-outer .padded-wrapper {
  position: relative;
  max-width: 1110px;
}

.pagination-outer .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #242329;
}

.pagination-outer .nav-links [aria-current="page"] {
  font-weight: 500;
  color: #bf8a46;
}

.pagination-outer a.prev .pagination-button-box svg {
  transform: rotate(180deg);
}

.pagination-button {
  display: block;
  position: relative;
}

.pagination-button:hover .pagination-button-label {
  color: #bf8a46;
}

.pagination-button:hover .pagination-button-box {
  border-color: #bf8a46;
  background: #bf8a46;
}

.pagination-button:hover .pagination-button-box svg {
  fill: #ffffff;
}

.pagination-button-label {
  position: absolute;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.3s ease;
}

.pagination-button-box {
  display: block;
  border: 1px solid #0f0f0f;
  position: relative;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.pagination-button-box svg {
  fill: #0f0f0f;
  transition: fill 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (max-width: 699px) {
  .pagination-outer {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .pagination-outer .nav-links {
    -ms-flex-align: start;
        align-items: flex-start;
    height: 90px;
  }
  .pagination-outer .nav-links > *:not(.prev):not(.next) {
    margin: 0 10px;
  }
  .pagination-outer a.prev {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -60px;
  }
  .pagination-outer a.prev .pagination-button-label {
    right: calc(100% + 20px);
  }
  .pagination-outer a.next {
    position: absolute;
    top: 40px;
    right: 50%;
    margin-right: -60px;
  }
  .pagination-outer a.next .pagination-button-label {
    left: calc(100% + 20px);
  }
  .pagination-button {
    height: 50px;
  }
  .pagination-button-label {
    top: 50%;
    font-size: 14px;
    line-height: 18px;
    margin-top: -9px;
  }
  .pagination-button-box {
    width: 50px;
    height: 50px;
  }
  .pagination-button-box svg {
    width: 19px;
    height: 12px;
    margin-top: -6px;
    margin-left: -9px;
  }
}

@media (min-width: 700px) {
  .pagination-outer {
    margin-top: 140px;
    margin-bottom: 130px;
  }
  .pagination-outer .nav-links {
    height: 68px;
  }
  .pagination-outer .nav-links > *:not(.prev):not(.next) {
    margin: 0 10px;
  }
  .pagination-outer a.prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  .pagination-outer a.prev .pagination-button-label {
    left: calc(100% + 20px);
  }
  .pagination-outer a.next {
    position: absolute;
    top: 0;
    right: 0;
  }
  .pagination-outer a.next .pagination-button-label {
    right: calc(100% + 20px);
  }
  .pagination-button {
    height: 68px;
  }
  .pagination-button-label {
    top: 50%;
    font-size: 14px;
    line-height: 18px;
    margin-top: -9px;
  }
  .pagination-button-box {
    width: 68px;
    height: 68px;
  }
  .pagination-button-box svg {
    width: 19px;
    height: 12px;
    margin-top: -6px;
    margin-left: -9px;
  }
}

.site-search {
  background: rgba(25, 25, 25, 0.97);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.01s ease 0.31s;
}

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

.site-search .wrapper, .site-search .padded-wrapper {
  max-width: 100%;
}

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

.site-search-close {
  border: 2px solid #ffffff;
  position: absolute;
  background: transparent;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.site-search-close svg {
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.site-search-close:hover {
  background: #bf8a46;
  border-color: #bf8a46;
}

.site-search-close:focus {
  outline: 0;
}

.site-search-wrapper form {
  position: relative;
}

.site-search-wrapper form input[name="s"] {
  background: transparent;
  border: 0;
  margin: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  letter-spacing: 0.01em;
  font-family: 'Avenir', sans-serif;
  color: #ffffff;
}

.site-search-wrapper form input[name="s"]:-ms-input-placeholder {
  color: #ffffff;
}

.site-search-wrapper form input[name="s"]::placeholder {
  color: #ffffff;
}

.site-search-wrapper form input[name="s"]:focus {
  outline: 0;
}

.site-search-wrapper form input[name="s"]:-webkit-autofill, .site-search-wrapper form input[name="s"]:-webkit-autofill:hover, .site-search-wrapper form input[name="s"]:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.site-search-wrapper form button {
  position: absolute;
  top: 50%;
  right: 0;
  background: #ffffff;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.15s ease;
  border: 0;
}

.site-search-wrapper form button svg {
  fill: #0f0f0f;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: fill 0.15s ease;
}

.site-search-wrapper form button:hover {
  background: #bf8a46;
}

.site-search-wrapper form button:hover svg {
  fill: #ffffff;
}

.site-search-wrapper form button:focus {
  outline: 0;
}

@media (max-width: 899px) {
  .site-search.padded, .site-search.padded-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .site-search-close {
    width: 40px;
    height: 40px;
    top: 5vw;
    right: 5vw;
  }
  .site-search-close svg {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
  }
  .site-search-wrapper form input[name="s"] {
    padding: 12px 60px 12px 0;
    font-size: 24px;
    line-height: 1.2;
  }
  .site-search-wrapper form button {
    width: 40px;
    height: 40px;
    margin-top: -22px;
  }
  .site-search-wrapper form button svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 900px) {
  .site-search.padded, .site-search.padded-wrapper {
    padding-left: 72px;
    padding-right: 72px;
  }
  .site-search-close {
    width: 64px;
    height: 64px;
    top: 56px;
    right: 72px;
  }
  .site-search-close svg {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -13px;
  }
  .site-search-wrapper form input[name="s"] {
    padding: 12px 100px 12px 0;
    font-size: 50px;
    line-height: 60px;
  }
  .site-search-wrapper form button {
    width: 64px;
    height: 64px;
    margin-top: -32px;
  }
  .site-search-wrapper form button svg {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
  }
}

body {
  font-family: 'Avenir', sans-serif;
  font-weight: 300;
  font-weight: 400;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.65;
}

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

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

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


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'starling', serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

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

@media (min-width: 600px) and (max-width: 999px) {
  h1, .h1 {
    font-size: 38px;
  }
}

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

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

@media (min-width: 600px) and (max-width: 999px) {
  h2, .h2 {
    font-size: 28px;
  }
}

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

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

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

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

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

@media (min-width: 600px) and (max-width: 999px) {
  h4, .h4 {
    font-size: 22px;
  }
}

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

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

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

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

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

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

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

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

article p a {
  text-decoration: underline;
}

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

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

.nice-type a {
  color: #bf8a46;
}

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

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

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

.button, .button-large, .button-small, .button-ghost-light {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  padding: 9px 27px 8px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  text-decoration: none;
  white-space: nowrap;
}

.button svg, .button-large svg, .button-small svg, .button-ghost-light svg {
  width: 26px;
  height: 9px;
  margin-left: 18px;
  transition: fill 0.15s ease;
}

.button {
  padding: 9px 27px 8px;
  background: #242329;
  border-color: #242329;
  color: #ffffff;
}

.button svg {
  fill: #ffffff;
}

.button:hover {
  background: #bf8a46;
  border-color: #bf8a46;
  color: #ffffff;
}

.button:hover svg {
  fill: #ffffff;
}

.button-large {
  border-radius: 0;
  background: #242329;
  border-color: #242329;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 500;
  white-space: nowrap;
}

.button-large svg {
  display: none;
}

.button-large.active, .button-large:hover {
  background: #bf8a46;
  border-color: #bf8a46;
  color: #ffffff;
}

@media (max-width: 899px) {
  .button-large {
    padding: 10px 15px 9px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 900px) {
  .button-large {
    padding: 16px 20px 15px;
    font-size: 16px;
    line-height: 20px;
  }
}

.button-small {
  background: #242329;
  border-color: #242329;
  color: #ffffff;
  padding: 3px 22px 3px;
}

.button-small svg {
  display: none;
}

.button-small:hover {
  background: #bf8a46;
  border-color: #bf8a46;
  color: #ffffff;
}

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

.button-ghost-light svg {
  fill: #ffffff;
}

.button-ghost-light:hover {
  background: #ffffff;
  color: #0f0f0f;
}

.button-ghost-light:hover svg {
  fill: #0f0f0f;
}

/*****
  Larger groups of styles for larger parts
*****/
body.home .ow-archive-ad:last-of-type .ow-archive-ad-inner {
  border-bottom: 0;
  padding-bottom: 0;
}

.home-section-title.padded-wrapper,
.home-news-items .padded-wrapper,
.home-social .padded-wrapper {
  max-width: 1378px;
}

.home-section-title {
  margin-top: 115px;
  margin-bottom: 34px;
}

.home-section-title h1 {
  font-family: 'Avenir', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.01em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 22px;
}

.home-section-title h1:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #bf8a46;
}

.home-section-title span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 0 2.3em;
}

.home-lower {
  overflow: hidden;
  position: relative;
}

.home-letters {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}

.home-letters span {
  display: block;
  font-weight: 900;
  color: rgba(36, 35, 41, 0.05);
  font-size: 50vw;
  line-height: 1;
  z-index: -1;
  position: absolute;
}

.home-letters span:nth-child(odd) {
  right: 0;
}

.home-letters span:nth-child(even) {
  left: 0;
}

.home-letters span:nth-child(6) {
  z-index: 0;
}

.home-letters span:nth-child(5) {
  z-index: 1;
}

.home-letters span:nth-child(1) {
  top: 0em;
}

.home-letters span:nth-child(2) {
  top: 0.9em;
}

.home-letters span:nth-child(3) {
  top: 1.8em;
}

.home-letters span:nth-child(4) {
  top: 2.7em;
}

.home-letters span:nth-child(5) {
  top: 3.6em;
}

.home-letters span:nth-child(6) {
  top: 4.5em;
}

.home-letters span:nth-child(7) {
  top: 5.4em;
}

.home-letters span:nth-child(8) {
  top: 6.3em;
}

.home-letters span:nth-child(9) {
  top: 7.2em;
}

.home-indieopera .home-news-items {
  position: relative;
}

.home-indieopera .home-news-items .news-item:nth-child(1) {
  position: relative;
  margin-bottom: 0;
}

.home-indieopera .home-news-items .news-item:nth-child(1):before {
  content: '';
  width: 100vw;
  position: absolute;
  top: 0;
  background: #f9f9f9;
  z-index: 0;
}

.home-indieopera .home-news-items .news-item:nth-child(1) .news-item-text {
  position: relative;
  z-index: 20;
}

.home-indieopera .home-news-items .news-item:nth-child(1) .news-item-image {
  position: relative;
  z-index: 30;
}

.home-indieopera .home-news-items .news-item:nth-child(2) {
  position: relative;
}

.home-indieopera .home-news-items .news-item:nth-child(2):before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  background: #232229;
  z-index: -1;
}

.home-indieopera .home-news-items .news-item:nth-child(2) .news-item-image {
  overflow: visible;
}

.home-indieopera .home-news-items .news-item:nth-child(2) .news-item-text h1, .home-indieopera .home-news-items .news-item:nth-child(2) .news-item-text p {
  color: #ffffff;
}

@media (max-width: 999px) {
  .home-indieopera .home-news-items .news-item .news-item-link {
    -ms-flex-align: center;
        align-items: center;
  }
  .home-indieopera .home-news-items .news-item:nth-child(1) {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .home-indieopera .home-news-items .news-item:nth-child(1):before {
    left: 15%;
    bottom: 0;
  }
  .home-indieopera .home-news-items .news-item:nth-child(2) {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .home-indieopera .home-news-items .news-item:nth-child(2):before {
    width: 110vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1000px) and (max-width: 1099px) {
  .home-indieopera .home-news-items .news-item .news-item-link {
    -ms-flex-align: center;
        align-items: center;
  }
  .home-indieopera .home-news-items .news-item:nth-child(1) {
    padding-top: 84px;
  }
  .home-indieopera .home-news-items .news-item:nth-child(1):before {
    left: 15%;
    bottom: 0;
  }
  .home-indieopera .home-news-items .news-item:nth-child(1) .news-item-text {
    padding-bottom: 82px;
  }
  .home-indieopera .home-news-items .news-item:nth-child(1) .news-item-image:before {
    padding-bottom: 150%;
  }
  .home-indieopera .home-news-items .news-item:nth-child(2) {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-indieopera .home-news-items .news-item:nth-child(2):before {
    top: 0;
    right: 30%;
  }
}

@media (min-width: 1100px) {
  .home-indieopera .home-news-items .news-item .news-item-link {
    -ms-flex-align: center;
        align-items: center;
  }
  .home-indieopera .home-news-items .news-item:nth-child(1) {
    padding-top: 84px;
  }
  .home-indieopera .home-news-items .news-item:nth-child(1):before {
    left: 15%;
    bottom: 82px;
  }
  .home-indieopera .home-news-items .news-item:nth-child(1) .news-item-text {
    padding-bottom: 82px;
  }
  .home-indieopera .home-news-items .news-item:nth-child(1) .news-item-image:before {
    padding-bottom: 150%;
  }
  .home-indieopera .home-news-items .news-item:nth-child(2) {
    padding-top: 191px;
    padding-bottom: 173px;
    margin-top: -82px;
  }
  .home-indieopera .home-news-items .news-item:nth-child(2):before {
    top: -100px;
    right: 38%;
  }
}

.social-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.social-item {
  display: -ms-flexbox;
  display: flex;
}

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

@media (max-width: 599px) {
  .social-item {
    width: 100%;
  }
  .social-item:nth-child(n+2) {
    margin-top: 5vw;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .social-item {
    width: calc(50% - 2.5vw);
  }
  .social-item:nth-child(2n+1) {
    margin-right: 5vw;
  }
  .social-item:nth-child(n+3) {
    margin-top: 5vw;
  }
}

@media (min-width: 1000px) {
  .social-item {
    width: calc(33.33% - 32px);
  }
  .social-item:nth-child(3n+1), .social-item:nth-child(3n+2) {
    margin-right: 48px;
  }
  .social-item:nth-child(n+4) {
    margin-top: 48px;
  }
}

.social-item {
  position: relative;
}

.social-item.social-item-tweet {
  background-image: linear-gradient(to bottom, #299bf4, #557afd);
}

.social-item-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
}

.social-item-inner svg[data-icon="instagram"] {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
}

.social-item-inner svg[data-icon="twitter"] {
  width: 274px;
  height: 226px;
  fill: #ffffff;
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0.15;
  z-index: 10;
  transform: translate(-11%, -12%);
}

.social-item-inner p {
  margin: 0 10%;
  position: relative;
  z-index: 20;
  color: #ffffff;
}

.social-item-inner p a {
  font-weight: 900;
}

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

.contact-page-wrapper .wrapper, .contact-page-wrapper .padded-wrapper {
  max-width: 1110px;
}

.contact-block-inner .nice-type {
  margin-top: 1.1em;
  margin-bottom: 1.7em;
}

.contact-block-inner dl {
  margin: 0.8em 0 0 0;
}

.contact-block-inner dl:after {
  content: "";
  display: table;
  clear: both;
}

.contact-block-inner dl dt:nth-child(n+3),
.contact-block-inner dl dd:nth-child(n+3) {
  padding-top: 0.4em;
}

.contact-block-inner dt {
  font-weight: 900;
  float: left;
  clear: both;
}

.contact-block-inner dd {
  float: left;
  margin-left: 10px;
}

.contact-block-inner dd a {
  text-decoration: underline;
}

.contact-block-inner dd a:hover {
  color: #bf8a46;
}

@media (max-width: 699px) {
  .contact-block {
    padding-top: 40px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .contact-block {
    padding-top: calc(40px + 30 * ((100vw - 400px) / 300));
  }
}

@media screen and (max-width: 699px) and (min-width: 700px) {
  .contact-block {
    padding-top: 70px;
  }
}

@media (max-width: 699px) {
  .contact-block {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .contact-block {
    padding-bottom: calc(40px + 30 * ((100vw - 400px) / 300));
  }
}

@media screen and (max-width: 699px) and (min-width: 700px) {
  .contact-block {
    padding-bottom: 70px;
  }
}

@media (max-width: 699px) {
  .contact-block:nth-child(n+2) {
    border-top: 1px solid #dbdbdb;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .contact-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 110px;
  }
  .contact-block {
    width: 50%;
    padding: 70px 40px 70px 40px;
  }
  .contact-block:nth-child(even) {
    border-left: 1px solid #dbdbdb;
  }
  .contact-block:nth-child(n+3) {
    border-top: 1px solid #dbdbdb;
  }
}

@media (min-width: 1000px) {
  .contact-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 110px;
  }
  .contact-block {
    width: 50%;
    padding: 150px 40px 150px 103px;
  }
  .contact-block:nth-child(even) {
    border-left: 1px solid #dbdbdb;
  }
  .contact-block:nth-child(n+3) {
    border-top: 1px solid #dbdbdb;
  }
}

.search-results-header {
  background: #f2f2f2;
}

.search-results-header h1 {
  text-align: center;
  color: #0f0f0f;
}

.search-results-header form {
  width: 100%;
  max-width: 560px;
  background: #ffffff;
  border: 1px solid #dadada;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  transition: border-color 0.3s ease;
}

.search-results-header form:focus-within {
  border-color: #a7a7a7;
}

.search-results-header form input[name="s"] {
  display: block;
  width: 100%;
  font-family: 'Avenir', sans-serif;
  display: block;
  border: 0;
  background: transparent;
}

.search-results-header form input[name="s"]:focus {
  outline: 0;
}

.search-results-header form button {
  background: #0f0f0f;
  display: block;
  border: 0;
  margin: 0;
  color: #ffffff;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.3s ease;
  cursor: pointer;
}

.search-results-header form button:focus {
  outline: 0;
}

.search-results-header form button:hover {
  background: #bf8a46;
}

@media (max-width: 599px) {
  .search-results-header {
    padding-top: 53px;
    padding-bottom: 35px;
    margin-bottom: 10vw;
  }
  .search-results-header h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) and (min-width: 320px) {
  .search-results-header h1 {
    font-size: calc(24px + 6 * ((100vw - 320px) / 180));
  }
}

@media screen and (max-width: 599px) and (min-width: 500px) {
  .search-results-header h1 {
    font-size: 30px;
  }
}

@media (max-width: 599px) {
  .search-results-header form {
    margin-top: 25px;
  }
  .search-results-header form input[name="s"] {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 90px 10px 15px;
  }
  .search-results-header form button {
    font-size: 12px;
    line-height: 15px;
    padding: 11px 12px 10px;
    top: 3px;
    right: 3px;
    min-width: 76px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .search-results-header {
    padding-top: 45px;
    padding-bottom: 50px;
    margin-bottom: 90px;
  }
  .search-results-header form {
    margin-top: 36px;
  }
  .search-results-header form input[name="s"] {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 150px 12px 22px;
  }
  .search-results-header form button {
    font-size: 13px;
    line-height: 15px;
    padding: 14px 30px 14px 30px;
    top: 3px;
    right: 3px;
    min-width: 132px;
  }
}

@media (min-width: 1000px) {
  .search-results-header {
    padding-top: 55px;
    padding-bottom: 63px;
    margin-bottom: 125px;
  }
  .search-results-header form {
    margin-top: 41px;
  }
  .search-results-header form input[name="s"] {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 150px 12px 22px;
  }
  .search-results-header form button {
    font-size: 13px;
    line-height: 15px;
    padding: 14px 30px 14px 30px;
    top: 3px;
    right: 3px;
    min-width: 132px;
  }
}

body.search-results .news-items.layout-wide .news-item {
  margin-top: 0;
  margin-bottom: 0;
}

body.search-results .news-items.layout-wide .news-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  margin-top: 40px;
}

body.search-results .news-items.layout-wide .news-item + .news-item {
  margin-top: 40px;
}

body.search-results .news-items.layout-wide .news-item-link {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  body.search-results .news-items.layout-wide .news-item-image {
    max-width: 290px;
  }
}

.error404-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 599px) {
  .error404-wrapper {
    padding: 70px 0;
  }
}

@media (min-width: 600px) {
  .error404-wrapper {
    padding: 10vw 0 11.4vw;
  }
}

.error404-wrapper h1 {
  font-size: 80px;
}

@media screen and (min-width: 400px) {
  .error404-wrapper h1 {
    font-size: calc(80px + 60 * ((100vw - 400px) / 950));
  }
}

@media screen and (min-width: 1350px) {
  .error404-wrapper h1 {
    font-size: 140px;
  }
}

.error404-wrapper h2 {
  margin-top: 0.32em;
  margin-bottom: 2.1em;
}

.error404-wrapper h2 {
  font-size: 18px;
}

@media screen and (min-width: 400px) {
  .error404-wrapper h2 {
    font-size: calc(18px + 12 * ((100vw - 400px) / 950));
  }
}

@media screen and (min-width: 1350px) {
  .error404-wrapper h2 {
    font-size: 30px;
  }
}

.error404-wrapper .button-ghost-light {
  margin-top: 10px;
}

/*****
  Post type & section styles
*****/
.generic-text-wrapper .padded, .generic-text-wrapper .padded-wrapper {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .generic-text-wrapper .padded, .generic-text-wrapper .padded-wrapper {
    padding-top: calc(40px + 26 * ((100vw - 400px) / 950));
  }
}

@media screen and (min-width: 1350px) {
  .generic-text-wrapper .padded, .generic-text-wrapper .padded-wrapper {
    padding-top: 66px;
  }
}

.generic-text-wrapper .padded, .generic-text-wrapper .padded-wrapper {
  padding-bottom: 80px;
}

@media screen and (min-width: 400px) {
  .generic-text-wrapper .padded, .generic-text-wrapper .padded-wrapper {
    padding-bottom: calc(80px + 70 * ((100vw - 400px) / 950));
  }
}

@media screen and (min-width: 1350px) {
  .generic-text-wrapper .padded, .generic-text-wrapper .padded-wrapper {
    padding-bottom: 150px;
  }
}

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

.page-header.has-image + .generic-text-wrapper {
  padding-top: 40px;
}

@media (max-width: 1150px) {
  .page-template-template-text-ads .page-social-share {
    display: none;
  }
}

.news-item-image {
  position: relative;
  overflow: hidden;
  background: #242329;
}

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

.news-item-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease;
  background-size: cover;
  background-position: center center;
}

.news-item-text-date {
  display: block;
  color: #bf8a46;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.news-item-text-date.sentance-case {
  text-transform: none;
}

.news-item-text-title {
  color: #0f0f0f;
  transition: color 0.3s ease;
  line-height: 1.065;
}

.news-item-text-url {
  color: #bf8a46;
}

.news-item .news-item-link:hover .news-item-text-title {
  color: #bf8a46;
}

.news-item .news-item-link:hover .news-item-image-inner {
  opacity: 0.4;
}

@media (max-width: 599px) {
  .news-item-text-date {
    margin-bottom: 1em;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .news-item-text-date {
    margin-bottom: 1em;
  }
}

@media (min-width: 1000px) {
  .news-item-text-date {
    margin-bottom: 1em;
  }
}

.news-item-pullquote {
  background: #242329;
  position: relative;
}

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

.news-item-pullquote-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  font-size: 25px;
}

@media (max-width: 599px) {
  .news-item-pullquote-inner {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) and (min-width: 320px) {
  .news-item-pullquote-inner {
    font-size: calc(16px + 9 * ((100vw - 320px) / 280));
  }
}

@media screen and (max-width: 599px) and (min-width: 600px) {
  .news-item-pullquote-inner {
    font-size: 25px;
  }
}

@media (min-width: 600px) and (max-width: 1299px) {
  .news-item-pullquote-inner {
    font-size: 12px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1299px) and (min-width: 600px) {
  .news-item-pullquote-inner {
    font-size: calc(12px + 13 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 600px) and (max-width: 1299px) and (min-width: 1300px) {
  .news-item-pullquote-inner {
    font-size: 25px;
  }
}

.news-item-pullquote-inner.type-text p:before, .news-item-pullquote-inner.type-text p:after {
  content: '';
  display: block;
  width: 3.4em;
  height: 1px;
  background: #bf8a46;
  margin-left: auto;
  margin-right: auto;
}

.news-item-pullquote-inner.type-text p:before {
  margin-bottom: 1.4em;
}

.news-item-pullquote-inner.type-text p:after {
  margin-top: 1.4em;
}

.news-item-pullquote-inner svg {
  width: 1.99em;
  height: 1.3em;
  fill: #bf8a46;
}

.news-item-pullquote-inner svg + p {
  margin-top: 1em;
}

.news-item-pullquote-inner p {
  font-family: 'starling', serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  font-style: italic;
  color: #bf8a46;
  margin: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.layout-grid .news-item .news-item-text {
  text-align: center;
}

.layout-grid .news-item .news-item-text-title {
  line-height: 1.2;
}

@media (max-width: 599px) {
  .layout-grid .news-item .news-item-text-date {
    margin-top: 1.6em;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .layout-grid .news-item .news-item-text-date {
    margin-top: 2.6em;
  }
}

@media (min-width: 1000px) {
  .layout-grid .news-item .news-item-text-date {
    margin-top: 2.6em;
  }
}

@media (max-width: 599px) {
  body.archive .news-items.layout-grid {
    margin-top: 10vw;
  }
  body.home .layout-grid .news-item:nth-child(6n+2), body.home .layout-grid .news-item:nth-child(6n+3), body.home .layout-grid .news-item:nth-child(6n+4), body.home .layout-grid .news-item:nth-child(6n+5), body.home .layout-grid .news-item:nth-child(6n+6),
  body.archive .layout-grid .news-item:nth-child(6n+2),
  body.archive .layout-grid .news-item:nth-child(6n+3),
  body.archive .layout-grid .news-item:nth-child(6n+4),
  body.archive .layout-grid .news-item:nth-child(6n+5),
  body.archive .layout-grid .news-item:nth-child(6n+6) {
    margin-top: 60px;
  }
  body.single-post .layout-grid .news-item:nth-child(n+2),
  body.single-person .layout-grid .news-item:nth-child(n+2) {
    margin-top: 60px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  body.archive .news-items.layout-grid {
    margin-top: 50px;
  }
  .news-items.layout-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .layout-grid .news-item {
    width: calc(50% - 2.5vw);
  }
  .layout-grid .news-item:nth-child(2n+1) {
    margin-right: 5vw;
  }
  body.home .layout-grid .news-item:nth-child(6n+3), body.home .layout-grid .news-item:nth-child(6n+4), body.home .layout-grid .news-item:nth-child(6n+5), body.home .layout-grid .news-item:nth-child(6n+6),
  body.archive .layout-grid .news-item:nth-child(6n+3),
  body.archive .layout-grid .news-item:nth-child(6n+4),
  body.archive .layout-grid .news-item:nth-child(6n+5),
  body.archive .layout-grid .news-item:nth-child(6n+6) {
    margin-top: 80px;
  }
  body.single-post .layout-grid .news-item:nth-child(n+3),
  body.single-person .layout-grid .news-item:nth-child(n+3) {
    margin-top: 80px;
  }
  body.single-post .layout-grid .news-item:nth-child(n+3) {
    display: none;
  }
}

@media (min-width: 1000px) {
  body.archive .news-items.layout-grid {
    margin-top: 50px;
  }
  .news-items.layout-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .layout-grid .news-item {
    width: calc(33.33% - 44px);
  }
  .layout-grid .news-item:nth-child(3n+1), .layout-grid .news-item:nth-child(3n+2) {
    margin-right: 66px;
  }
  body.home .layout-grid .news-item:nth-child(6n+4), body.home .layout-grid .news-item:nth-child(6n+5), body.home .layout-grid .news-item:nth-child(6n+6),
  body.archive .layout-grid .news-item:nth-child(6n+4),
  body.archive .layout-grid .news-item:nth-child(6n+5),
  body.archive .layout-grid .news-item:nth-child(6n+6) {
    margin-top: 80px;
  }
  body.single-post .layout-grid .news-item:nth-child(n+4),
  body.single-person .layout-grid .news-item:nth-child(n+4) {
    margin-top: 80px;
  }
}

.layout-wide .news-item.padded-wrapper {
  max-width: 1378px;
}

.layout-wide .news-item .news-item-text-date {
  margin-top: 0;
  margin-bottom: 0.55em;
}

.layout-wide .news-item .news-item-text-excerpt {
  margin-top: 1.4em;
}

@media (max-width: 599px) {
  .layout-wide .news-item {
    margin-bottom: 70px;
  }
  .layout-wide .news-item:nth-child(1) {
    margin-top: 10vw;
  }
  .layout-wide .news-item .news-item-text {
    margin-top: 20px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .layout-wide .news-item {
    margin-bottom: 100px;
  }
  .layout-wide .news-item:nth-child(1) {
    margin-top: 70px;
  }
  .layout-wide .news-item .news-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .layout-wide .news-item .news-item-image,
  .layout-wide .news-item .news-item-pullquote {
    width: 35%;
    max-width: 388px;
    margin-right: 5vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .layout-wide .news-item .news-item-text {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .layout-wide .news-item .news-item-text-inner {
    margin-bottom: -0.5em;
  }
  .layout-wide .news-item .news-item-text-excerpt {
    padding-right: 5%;
  }
}

@media (min-width: 1000px) {
  .layout-wide .news-item {
    margin-bottom: 130px;
  }
  .layout-wide .news-item:nth-child(1) {
    margin-top: 70px;
  }
  .layout-wide .news-item .news-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .layout-wide .news-item .news-item-image,
  .layout-wide .news-item .news-item-pullquote {
    width: 35%;
    max-width: 388px;
    margin-right: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .layout-wide .news-item .news-item-text {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .layout-wide .news-item .news-item-text-inner {
    margin-bottom: -0.5em;
  }
  .layout-wide .news-item .news-item-text-excerpt {
    padding-right: 5%;
  }
}

.layout-expanded .news-item.padded-wrapper {
  max-width: 1378px;
}

.layout-expanded .news-item .news-item-text-date {
  margin-bottom: 1.95em;
}

.layout-expanded .news-item .news-item-text-excerpt {
  margin-top: 1.95em;
}

@media (max-width: 599px) {
  .layout-expanded .news-item {
    margin-bottom: 70px;
  }
  .layout-expanded .news-item:nth-child(1) {
    margin-top: 10vw;
  }
  .layout-expanded .news-item .news-item-text {
    margin-top: 20px;
  }
  .layout-expanded .news-item .news-item-text-date {
    margin-bottom: 0.55em;
  }
  .layout-expanded .news-item .news-item-text-excerpt {
    margin-top: 1.4em;
  }
  .layout-expanded.periodic-larger-items .page-header.is-featured + .news-item {
    margin-top: 145px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .layout-expanded .news-item {
    margin-bottom: 130px;
  }
  .layout-expanded .news-item:nth-child(1) {
    margin-top: 70px;
  }
  .layout-expanded .news-item .news-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .layout-expanded .news-item .news-item-text-inner {
    max-width: 540px;
    margin-bottom: -0.5em;
  }
  .layout-expanded .news-item .news-item-text-excerpt {
    max-width: 420px;
  }
  .layout-expanded .news-item:nth-of-type(odd) .news-item-image,
  .layout-expanded .news-item:nth-of-type(odd) .news-item-pullquote {
    width: calc(40% - 2.5vw);
  }
  .layout-expanded .news-item:nth-of-type(odd) .news-item-text {
    width: calc(60% - 2.5vw);
  }
  .layout-expanded .news-item:nth-of-type(even) .news-item-link {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .layout-expanded .news-item:nth-of-type(even) .news-item-image,
  .layout-expanded .news-item:nth-of-type(even) .news-item-pullquote {
    width: calc(40% - 2.5vw);
  }
  .layout-expanded .news-item:nth-of-type(even) .news-item-text {
    width: calc(60% - 2.5vw);
  }
  .layout-expanded .news-item:nth-of-type(even) .news-item-text-inner {
    margin-left: auto;
  }
  .layout-expanded.periodic-larger-items .page-header.is-featured + .news-item {
    margin-top: 145px;
  }
}

@media (min-width: 1000px) {
  .layout-expanded .news-item {
    margin-bottom: 130px;
  }
  .layout-expanded .news-item:nth-child(1) {
    margin-top: 70px;
  }
  .layout-expanded .news-item .news-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .layout-expanded .news-item .news-item-text-inner {
    max-width: 540px;
    margin-bottom: -0.5em;
  }
  .layout-expanded .news-item .news-item-text-excerpt {
    max-width: 420px;
  }
  .layout-expanded .news-item:nth-of-type(odd) .news-item-image,
  .layout-expanded .news-item:nth-of-type(odd) .news-item-pullquote {
    width: calc(46.4% - 47px);
  }
  .layout-expanded .news-item:nth-of-type(odd) .news-item-text {
    width: calc(53.6% - 47px);
  }
  .layout-expanded .news-item:nth-of-type(even) .news-item-link {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .layout-expanded .news-item:nth-of-type(even) .news-item-image,
  .layout-expanded .news-item:nth-of-type(even) .news-item-pullquote {
    width: calc(46.4% - 47px);
  }
  .layout-expanded .news-item:nth-of-type(even) .news-item-text {
    width: calc(53.6% - 47px);
  }
  .layout-expanded .news-item:nth-of-type(even) .news-item-text-inner {
    margin-left: auto;
  }
  .layout-expanded.periodic-larger-items .page-header.is-featured + .news-item {
    margin-top: 145px;
  }
}

body.single-post .generic-text-wrapper .padded, body.single-post .generic-text-wrapper .padded-wrapper {
  padding-bottom: 0;
}

.post-categories {
  border-top: 1px solid #d9d9d9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-categories p {
  font-weight: 900;
  margin: 0;
  margin-right: 18px;
}

.post-categories a {
  margin-left: 14px;
}

@media (max-width: 599px) {
  .post-categories {
    margin-top: 5em;
    padding: 2.4em 0 3em;
  }
}

@media (min-width: 600px) {
  .post-categories {
    margin-top: 7em;
    padding: 2.4em 0 3em;
  }
}

.post-author-bio {
  background: #f2f2f2;
}

.post-author-bio .wrapper, .post-author-bio .padded-wrapper {
  max-width: 820px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.post-author-bio-photo {
  width: 100%;
  border-radius: 300px;
  background-size: cover;
  background-position: center center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  filter: grayscale(1);
}

.post-author-bio-photo:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.post-author-bio-text {
  width: 100%;
  -ms-flex-positive: 2;
      flex-grow: 2;
}

.post-author-bio-text .nice-type {
  font-family: 'starling', serif;
  font-weight: 300;
  font-style: normal;
}

.post-author-bio-text .nice-type p:first-child {
  font-style: italic;
}

.post-author-bio-text ul {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-author-bio-text li {
  list-style: none;
}

.post-author-bio-text li:last-child {
  margin-right: 0;
}

.post-author-bio-text li a {
  color: #242329;
  font-size: 14px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.post-author-bio-text li svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: #242329;
  margin-right: 10px;
}

@media (max-width: 599px) {
  .post-author-bio .wrapper, .post-author-bio .padded-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .post-author-bio-photo {
    max-width: 140px;
    margin-right: 64px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-author-bio-text .post-author-bio-text-name {
    text-align: center;
    margin-top: 1em;
  }
  .post-author-bio-text ul {
    margin: 3em 0 0 0;
    padding: 0.9em 0;
  }
  .post-author-bio-text li {
    margin-right: 30px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

@media (min-width: 600px) {
  .post-author-bio .wrapper, .post-author-bio .padded-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .post-author-bio-photo {
    max-width: 140px;
    margin-right: 64px;
  }
  .post-author-bio-text ul {
    margin: 4em 0 0 0;
    padding: 0.9em 0;
  }
  .post-author-bio-text li {
    margin-right: 50px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

.post-single-related-title {
  text-align: center;
  color: #0f0f0f;
}

@media (max-width: 599px) {
  .post-single-related {
    margin-top: 50px;
    padding-bottom: 80px;
  }
  .post-single-related .post-single-related-title {
    font-size: 24px;
  }
  .post-single-related .news-items {
    margin-top: 44px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .post-single-related {
    margin-top: 64px;
    padding-bottom: 80px;
  }
  .post-single-related .news-items {
    margin-top: 61px;
  }
}

@media (min-width: 1000px) {
  .post-single-related {
    margin-top: 94px;
    padding-bottom: 100px;
  }
  .post-single-related .news-items {
    margin-top: 81px;
  }
}

@media (max-width: 1150px) {
  .single-post .default-page-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .single-post .post-skyscraper-ad {
    display: none;
  }
  .single-post .nice-type {
    -ms-flex-order: 1;
        order: 1;
  }
  .single-post .post-categories {
    -ms-flex-order: 3;
        order: 3;
  }
  .single-post .page-social-share {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 5em;
  }
}

@media (min-width: 1151px) and (max-width: 1350px) {
  .page-social-share {
    width: 59px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    float: left;
    margin-left: -80px;
    margin-top: 2px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1351px) {
  .page-social-share {
    width: 59px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    float: left;
    margin-left: -238px;
    margin-top: 2px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1150px) {
  .post-skyscraper-ad {
    display: none;
  }
}

@media (min-width: 1151px) and (max-width: 1350px) {
  .post-skyscraper-ad {
    width: 120px;
    height: 600px;
    float: right;
    margin-right: -150px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1351px) {
  .post-skyscraper-ad {
    width: 120px;
    height: 600px;
    float: right;
    margin-right: -238px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    margin-bottom: 50px;
  }
}

.person-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.person-items.padded-wrapper {
  max-width: 1378px;
}

@media (max-width: 599px) {
  .person-items {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .person-items .person-item {
    width: 100%;
  }
  .person-items .person-item:nth-child(n+2) {
    margin-top: 126px;
  }
  .ow-archive-ad + .person-items {
    padding-top: 0;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .person-items {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .person-items .person-item {
    width: calc(50% - 20px);
  }
  .person-items .person-item:nth-child(n+3) {
    margin-top: 126px;
  }
  .ow-archive-ad + .person-items {
    padding-top: 0;
  }
}

@media (min-width: 1000px) {
  .person-items {
    padding-top: 136px;
    padding-bottom: 50px;
  }
  .person-items:after {
    content: '';
    width: calc(33.33% - 20px);
  }
  .person-items .person-item {
    width: calc(33.33% - 20px);
  }
  .person-items .person-item:nth-child(n+4) {
    margin-top: 126px;
  }
  .ow-archive-ad + .person-items {
    padding-top: 35px;
  }
}

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

.person-item-image {
  overflow: hidden;
  border-radius: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

@media (max-width: 599px) {
  .person-item-image {
    width: 50vw;
  }
  .person-item-text h1 {
    margin-top: 22px;
    margin-bottom: 13px;
  }
  .person-item-text .button {
    margin-top: 20px;
  }
}

@media (min-width: 600px) {
  .person-item-image {
    max-width: 258px;
  }
  .person-item-text h1 {
    margin-top: 43px;
    margin-bottom: 13px;
  }
  .person-item-text .button {
    margin-top: 20px;
  }
}

.single-person .generic-text-wrapper .padded, .single-person .generic-text-wrapper .padded-wrapper {
  padding-bottom: 0;
}

.person-single-header-image-blur {
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
}

.person-single-header-image-blur .inner {
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 0.95;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  filter: blur(20px);
}

.person-single-header-image {
  background-size: cover;
  background-position: center center;
  border-radius: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

@media (max-width: 499px) {
  .person-single-header-image-blur {
    height: 175px;
  }
  .person-single-header-image {
    max-width: 200px;
    margin-top: -120px;
  }
}

@media (min-width: 500px) {
  .person-single-header-image-blur {
    height: 266px;
  }
  .person-single-header-image {
    max-width: 258px;
    margin-top: -156px;
  }
}

.person-single-header-text {
  text-align: center;
}

.person-single-header-text.padded-wrapper {
  max-width: 800px;
}

.person-single-header-name {
  margin-top: 0.78em;
}

.person-single-header-short-bio {
  margin-top: 1em;
}

.person-single-header-short-links {
  margin-top: 3.25em;
  border-bottom: 1px solid #dadada;
}

.person-single-header-short-links p {
  margin: 0;
  position: relative;
  border-top: 1px solid #dadada;
  line-height: 20px;
}

.person-single-header-short-links p span {
  background: #ffffff;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: -10px;
}

.person-single-header-short-links ul {
  margin: 0.7em 0 1.6em;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.person-single-header-short-links li {
  margin: 0 14px;
}

.person-single-header-short-links a {
  display: block;
}

.person-single-header-short-links a:hover svg {
  fill: #bf8a46;
}

.person-single-header-short-links svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #0f0f0f;
}

.person-single-bio-title {
  text-align: center;
}

body.single-person .ow-archive-ad .ow-archive-ad-inner {
  border-bottom: 0;
  margin-bottom: 0;
}

body.single-person .post-single-related {
  background: #f2f2f2;
  padding-top: 81px;
  margin-top: 30px;
}

body.single-person .post-single-related + .ow-archive-ad .ow-archive-ad-inner {
  margin-top: 70px;
  margin-bottom: 20px;
}

/*****
  Development Styles
*****/
body.debug_mq:before {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  padding: 5px 8px 6px;
  line-height: 1;
  margin-left: 5px;
  font-family: "Menlo", "Courier";
}

@media (max-width: 399px) {
  body.debug_mq:before {
    content: "@include respond('to', 'mobile') {}";
    background: #fc0;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'mobile', 'large_mobile') {}";
    background: #f00;
  }
}

@media (min-width: 500px) and (max-width: 599px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_mobile', 'phablet') {}";
    background: #060;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'phablet', 'small_tablet') {}";
    background: #060;
  }
}

@media (min-width: 700px) and (max-width: 799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_tablet', 'tablet') {}";
    background: #006;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'tablet', 'large_tablet') {}";
    background: #046;
  }
}

@media (min-width: 1000px) and (max-width: 1299px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_tablet', 'small_desktop') {}";
    background: #506;
  }
}

@media (min-width: 1300px) and (max-width: 1349px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_desktop', 'desktop') {}";
    background: #907;
  }
}

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