/*! normalize.css v4.2.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 and 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 OS X.
 */
[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; }

.footer-links, .social__list {
  list-style: none;
  padding-right: 0;
  padding-left: 0; }
  .footer-links li, .social__list li {
    display: inline-block; }

.related .container > .columns, .sidebox__tabs {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.comments-header__subhead, .share__print, .sidebox__heading,
.sidebox__tab {
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

.nav-article-meta, .post-categories a, .author-card__twitter, .author-meta, .comment__meta {
  font: 12px "niveau-grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #969696; }

*, *:before, *:after {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #303030; }

html {
  font: 16px/1.5 "Times", serif; }
  @media (min-width: 768px) {
    html {
      font-size: 17px; } }
  @media (min-width: 991px) {
    html {
      font-size: 18px; } }

body {
  height: 100%;
  color: #454545; }

@media (min-width: 991px) {
  :target:before {
    content: '';
    display: block;
    height: 100px;
    margin-top: -100px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "niveau-grotesk", sans-serif;
  line-height: 1.25;
  color: #000; }

h1 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
  margin: 0.75em 0;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.85em; } }

h2 {
  margin: 0 0 0.5em 0;
  font-size: 1.33em;
  line-height: 1.3;
  letter-spacing: 0.015em; }

h2 a {
  color: #000; }

h2 a:hover {
  text-decoration: underline; }

h3, .h3 {
  margin: 0 0 0.25em 0;
  font-size: 0.889em;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

h4 {
  font-size: 0.67em;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

h5 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125;
  text-transform: uppercase; }

h6 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125; }

p {
  margin: 0 0 1.4em 0; }

p:last-child {
  margin-bottom: 0; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

a {
  color: #a61d3e;
  text-decoration: none;
  transition: color 0.15s ease; }

hr {
  height: 1px;
  margin: 1.5rem 0;
  border: none;
  background: #bcbec0; }

img, svg {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%;
  border: none; }

img,
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none; }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  width: 100%;
  outline: none;
  border: 1px solid #bcbec0;
  border-radius: 0;
  padding: 0.5em 0.75em;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: 0.0125em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button {
  font-size: 1em;
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #939598;
  font-weight: 300;
  font-style: italic; }

::-moz-placeholder {
  color: #939598;
  font-weight: 300;
  font-style: italic; }

:-moz-placeholder {
  color: #939598;
  font-weight: 300;
  font-style: italic; }

:-ms-input-placeholder {
  color: #939598;
  font-weight: 300;
  font-style: italic; }

:placeholder-shown {
  color: #939598;
  font-weight: 300;
  font-style: italic; }

select {
  display: inline-block;
  width: 200px;
  height: 22px;
  outline: none;
  border: none;
  border-radius: 0;
  padding-right: 3.25em;
  padding-left: 1em;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

select:hover,
select:focus {
  outline: none; }

select::-ms-expand {
  display: none; }

.select-wrap {
  position: relative;
  display: inline-block;
  border: 2px solid #eceded;
  background: #fff; }

.select-wrap:after {
  content: '\f107';
  font: 1.2em 'FontAwesome';
  line-height: 44px;
  text-align: center;
  position: absolute;
  right: 0;
  width: 48px;
  height: 100%;
  background: #eceded; }

.select {
  visibility: hidden; }

.select--wrapped {
  visibility: visible;
  position: relative;
  width: 100%;
  height: 45px;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 0.833rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #000;
  z-index: 5;
  background-color: transparent; }
  @media (max-width: 480px) {
    .select--wrapped {
      font-size: 16px; } }

/* =================================================================================
  12 column grid
  --------------
  Based on display: inline-block; and font-size: 0; + font-size: 1rem;
================================================================================= */
.container {
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative; }

.columns {
  font-size: 0;
  margin-right: -12px;
  margin-left: -12px; }

.col {
  display: inline-block;
  width: calc(100% - 24px);
  vertical-align: top;
  margin-right: 12px;
  margin-left: 12px;
  font-size: 1rem; }

.col-1 {
  width: calc(8.333% - 24px); }

.col-2 {
  width: calc(16.666% - 24px); }

.col-3 {
  width: calc(25% - 24px); }

.col-4 {
  width: calc(33.333% - 24px); }

.col-5 {
  width: calc(41.666% - 24px); }

.col-6 {
  width: calc(50% - 24px); }

.col-7 {
  width: calc(58.333% - 24px); }

.col-8 {
  width: calc(66.666% - 24px); }

.col-9 {
  width: calc(75% - 24px); }

.col-10 {
  width: calc(83.333% - 24px); }

.col-11 {
  width: calc(91.666% - 24px); }

.col-12 {
  width: calc(100% - 24px); }

.col-offset-0 {
  margin-left: 12px; }

.col-offset-1 {
  margin-left: calc(8.333% + 12px); }

.col-offset-2 {
  margin-left: calc(16.666% + 12px); }

.col-offset-3 {
  margin-left: calc(25% + 12px); }

.col-offset-4 {
  margin-left: calc(33.333% + 12px); }

.col-offset-5 {
  margin-left: calc(41.666% + 12px); }

.col-offset-6 {
  margin-left: calc(50% + 12px); }

.col-offset-7 {
  margin-left: calc(58.333% + 12px); }

.col-offset-8 {
  margin-left: calc(66.666% + 12px); }

.col-offset-9 {
  margin-left: calc(75% + 12px); }

.col-offset-10 {
  margin-left: calc(83.333% + 12px); }

.col-offset-11 {
  margin-left: calc(91.666% + 12px); }

@media only screen and (min-width: 480px) {
  .container {
    padding-left: 18px;
    padding-right: 18px; }

  .col-sm-1 {
    width: calc(8.333% - 24px); }

  .col-sm-2 {
    width: calc(16.666% - 24px); }

  .col-sm-3 {
    width: calc(25% - 24px); }

  .col-sm-4 {
    width: calc(33.333% - 24px); }

  .col-sm-5 {
    width: calc(41.666% - 24px); }

  .col-sm-6 {
    width: calc(50% - 24px); }

  .col-sm-7 {
    width: calc(58.333% - 24px); }

  .col-sm-8 {
    width: calc(66.666% - 24px); }

  .col-sm-9 {
    width: calc(75% - 24px); }

  .col-sm-10 {
    width: calc(83.333% - 24px); }

  .col-sm-11 {
    width: calc(91.666% - 24px); }

  .col-sm-12 {
    width: calc(100% - 24px); }

  .col-sm-offset-0 {
    margin-left: 12px; }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 12px); }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 12px); }

  .col-sm-offset-3 {
    margin-left: calc(25% + 12px); }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 12px); }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 12px); }

  .col-sm-offset-6 {
    margin-left: calc(50% + 12px); }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 12px); }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 12px); }

  .col-sm-offset-9 {
    margin-left: calc(75% + 12px); }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 12px); }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 12px); } }
@media only screen and (min-width: 768px) {
  .col-md-1 {
    width: calc(8.333% - 24px); }

  .col-md-2 {
    width: calc(16.666% - 24px); }

  .col-md-3 {
    width: calc(25% - 24px); }

  .col-md-4 {
    width: calc(33.333% - 24px); }

  .col-md-5 {
    width: calc(41.666% - 24px); }

  .col-md-6 {
    width: calc(50% - 24px); }

  .col-md-7 {
    width: calc(58.333% - 24px); }

  .col-md-8 {
    width: calc(66.666% - 24px); }

  .col-md-9 {
    width: calc(75% - 24px); }

  .col-md-10 {
    width: calc(83.333% - 24px); }

  .col-md-11 {
    width: calc(91.666% - 24px); }

  .col-md-12 {
    width: calc(100% - 24px); }

  .col-md-offset-0 {
    margin-left: 12px; }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 12px); }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 12px); }

  .col-md-offset-3 {
    margin-left: calc(25% + 12px); }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 12px); }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 12px); }

  .col-md-offset-6 {
    margin-left: calc(50% + 12px); }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 12px); }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 12px); }

  .col-md-offset-9 {
    margin-left: calc(75% + 12px); }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 12px); }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 12px); } }
@media only screen and (min-width: 991px) {
  .col-lg-1 {
    width: calc(8.333% - 24px); }

  .col-lg-2 {
    width: calc(16.666% - 24px); }

  .col-lg-3 {
    width: calc(25% - 24px); }

  .col-lg-4 {
    width: calc(33.333% - 24px); }

  .col-lg-5 {
    width: calc(41.666% - 24px); }

  .col-lg-6 {
    width: calc(50% - 24px); }

  .col-lg-7 {
    width: calc(58.333% - 24px); }

  .col-lg-8 {
    width: calc(66.666% - 24px); }

  .col-lg-9 {
    width: calc(75% - 24px); }

  .col-lg-10 {
    width: calc(83.333% - 24px); }

  .col-lg-11 {
    width: calc(91.666% - 24px); }

  .col-lg-12 {
    width: calc(100% - 24px); }

  .col-lg-offset-0 {
    margin-left: 12px; }

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 12px); }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 12px); }

  .col-lg-offset-3 {
    margin-left: calc(25% + 12px); }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 12px); }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 12px); }

  .col-lg-offset-6 {
    margin-left: calc(50% + 12px); }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 12px); }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 12px); }

  .col-lg-offset-9 {
    margin-left: calc(75% + 12px); }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 12px); }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 12px); } }
@media only screen and (min-width: 1199px) {
  .col-xl-1 {
    width: calc(8.333% - 24px); }

  .col-xl-2 {
    width: calc(16.666% - 24px); }

  .col-xl-3 {
    width: calc(25% - 24px); }

  .col-xl-4 {
    width: calc(33.333% - 24px); }

  .col-xl-5 {
    width: calc(41.666% - 24px); }

  .col-xl-6 {
    width: calc(50% - 24px); }

  .col-xl-7 {
    width: calc(58.333% - 24px); }

  .col-xl-8 {
    width: calc(66.666% - 24px); }

  .col-xl-9 {
    width: calc(75% - 24px); }

  .col-xl-10 {
    width: calc(83.333% - 24px); }

  .col-xl-11 {
    width: calc(91.666% - 24px); }

  .col-xl-12 {
    width: calc(100% - 24px); }

  .col-xl-offset-0 {
    margin-left: 12px; }

  .col-xl-offset-1 {
    margin-left: calc(8.333% + 12px); }

  .col-xl-offset-2 {
    margin-left: calc(16.666% + 12px); }

  .col-xl-offset-3 {
    margin-left: calc(25% + 12px); }

  .col-xl-offset-4 {
    margin-left: calc(33.333% + 12px); }

  .col-xl-offset-5 {
    margin-left: calc(41.666% + 12px); }

  .col-xl-offset-6 {
    margin-left: calc(50% + 12px); }

  .col-xl-offset-7 {
    margin-left: calc(58.333% + 12px); }

  .col-xl-offset-8 {
    margin-left: calc(66.666% + 12px); }

  .col-xl-offset-9 {
    margin-left: calc(75% + 12px); }

  .col-xl-offset-10 {
    margin-left: calc(83.333% + 12px); }

  .col-xl-offset-11 {
    margin-left: calc(91.666% + 12px); } }
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
  clear: both; }

.avatar {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.hide-lg {
  display: inherit; }
  @media (min-width: 991px) {
    .hide-lg {
      display: none !important; } }

.show-lg {
  display: none; }
  @media (min-width: 991px) {
    .show-lg {
      display: inherit !important; } }

.hide-xl {
  display: inherit; }
  @media (min-width: 1199px) {
    .hide-xl {
      display: none !important; } }

.show-xl {
  display: none; }
  @media (min-width: 1199px) {
    .show-xl {
      display: inherit !important; } }

.wrap-ad-article-header {
  border-bottom: #bcbec0 1px solid; }

.ad {
  margin: 0 auto;
  padding: 0;
  max-width: 300px; }

.ad:before {
  content: 'ADVERTISEMENT';
  display: block;
  margin-bottom: 10px;
  font: 11px/1 "niveau-grotesk", sans-serif;
  font-weight: 700;
  color: #9e9e9e;
  text-align: center;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }

.ad--leaderboard {
  margin-top: 2em;
  margin-bottom: 2em; }

@media (min-width: 768px) {
  .ad--home-header,
  .ad--article-header {
    max-width: 728px; }
    .ad--home-header:before,
    .ad--article-header:before {
      text-align: left;
      text-indent: 2px; } }

.ad--article-comments {
  margin-left: 0; }
  .ad--article-comments:before {
    text-align: left;
    text-indent: 2px; }
  @media (min-width: 768px) {
    .ad--article-comments {
      max-width: 728px; } }

@media (min-width: 768px) {
  .ad--sidebar-primary {
    max-width: 728px; }
    .ad--sidebar-primary:before {
      text-align: left;
      text-indent: 2px; } }
@media (min-width: 991px) {
  .ad--sidebar-primary {
    max-width: 300px; }
    .ad--sidebar-primary:before {
      text-align: center;
      text-indent: 0; } }

@media (min-width: 768px) {
  .ad--sidebar-secondary {
    max-width: 728px; }
    .ad--sidebar-secondary:before {
      text-align: left;
      text-indent: 2px; } }
@media (min-width: 991px) {
  .ad--sidebar-secondary {
    max-width: 160px; }
    .ad--sidebar-secondary:before {
      text-align: center;
      text-indent: 0; } }

.archive-heading {
  margin: 2em 0;
  padding-bottom: 0.889em;
  border-bottom: #bcbec0 1px solid;
  letter-spacing: 0.075em; }

.archive-heading--home {
  padding-bottom: 0;
  border-bottom: 0;
  letter-spacing: 0.233em;
  position: relative; }

.archive-heading--home:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background: #f0f0f0; }

.archive-heading--home span {
  padding-right: 1.33em;
  background: #FFF;
  position: relative;
  z-index: 1; }

.list-article {
  padding-bottom: 1.5em;
  border-bottom: #e0e0e0 1px solid; }

.list-article:nth-of-type(n+2) {
  margin-top: 1.5em; }

.list-article__thumb {
  height: 200px;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 480px) {
    .list-article__thumb {
      float: right;
      display: inline-block;
      width: 115px;
      height: 115px;
      margin-left: 1em;
      margin-bottom: 0.2em; } }
  @media (min-width: 768px) {
    .list-article__thumb {
      width: 280px;
      height: 200px;
      margin-left: 1.5em; } }

@media (min-width: 768px) {
  .list-article--has-thumb .list-article__content {
    padding-right: calc(280px + 1.5em); } }

.nav-article-meta {
  margin: 0;
  cursor: default;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.list-article .nav-article-meta {
  margin-top: 2em; }

.nav-article-meta__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-article-meta li {
  display: inline; }
  .nav-article-meta li::before {
    content: '\007C';
    margin: 0 6px; }
  .nav-article-meta li:first-child::before {
    display: none; }

.nav-article-meta a:hover {
  text-decoration: underline; }

@media (max-width: 990px) {
  .nav-article-meta .nav-article-meta__comments {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0; }

  .nav-article-meta__comments:before {
    display: none; } }
.byline {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  font-family: "Times", serif;
  text-transform: none;
  margin-right: 2px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }

.post-categories {
  list-style: none;
  margin: 2.25em 0 0 0;
  padding: 0.25em 0;
  border-top: #bcbec0 1px solid;
  border-bottom: #bcbec0 1px solid; }

.post-categories li {
  display: inline-block;
  font-size: 0;
  padding: 0 0.4rem;
  margin: 0;
  border-left: #969696 1px solid;
  text-transform: uppercase; }

.post-categories li:first-child {
  border: 0; }

.post-categories a {
  line-height: 1; }

.post-categories a:hover {
  color: #a61d3e; }

.author-card {
  margin: 2.5em 0;
  padding: 1.3em;
  background: #f0f0f0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .author-card {
      padding: 1.9em; } }

.author-card__image {
  margin-bottom: 0.5em;
  max-width: 150px; }
  @media (min-width: 768px) {
    .author-card__image {
      margin-right: 1.5em;
      margin-bottom: 0;
      width: 20%;
      max-width: 100%;
      float: left; } }

.author-card__content {
  overflow: hidden; }

.author-card__heading {
  margin: 0; }

.author-card__twitter:hover {
  color: "niveau-grotesk", sans-serif; }

.author-card__bio {
  margin: 0.5em 0 1.25em 0;
  color: #454545;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 0.83em; }

@media print {
  .author-card {
    padding: 0; }

  .author-card__image {
    width: 100px; } }
.author-meta {
  list-style: none;
  margin-bottom: 2em; }

.author-meta li {
  display: inline; }

.author-meta li:before {
  content: '\007C';
  margin: 0 6px; }

.author-meta li:first-child:before {
  display: none; }

.author-meta__orcid a:before {
  content: 'iD';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  margin-right: 5px;
  font: 9px/16px sans-serif;
  background: #000;
  border-radius: 50%;
  color: #FFF;
  text-indent: 1px;
  text-align: center;
  text-transform: none; }

.author-meta a:hover {
  color: #5c041a; }

@media (max-width: 479px) {
  .author-meta li {
    display: block;
    margin: 0.75em 0; }

  .author-meta li:before {
    display: none; } }
.list-author {
  margin: 2.85em 0;
  overflow: hidden; }

.list-author--alumni {
  margin-top: 2em;
  margin-bottom: 2em; }

.list-author__name {
  margin-bottom: 0.25em; }

.list-author__name a {
  color: inherit;
  text-decoration: none; }

.list-author__image {
  display: none; }
  @media (min-width: 480px) {
    .list-author__image {
      display: block;
      float: left;
      max-width: 100px;
      margin: 0 1.5rem 1rem 0; } }
  @media (min-width: 768px) {
    .list-author__image {
      max-width: 180px; } }

.list-author__content {
  overflow: hidden; }

.list-author--alumni .list-author__image,
.list-author--alumni .author-meta {
  display: none; }

.author-profile {
  overflow: hidden; }
  @media (min-width: 768px) {
    .author-profile {
      margin-bottom: 4em; } }

.author-profile .author-meta {
  margin-top: 3em; }

.author-profile__image {
  font-size: 0;
  float: left;
  width: 100px;
  margin: 0 1.5rem 1rem 0; }
  @media (min-width: 480px) {
    .author-profile__image {
      width: 175px; } }
  @media (min-width: 991px) {
    .author-profile__image {
      float: right;
      width: 30%;
      margin: 0 0 1rem 1.5rem; } }

.btn {
  display: inline-block;
  padding: 1em 2em;
  color: #fff;
  font-size: 12px;
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 700;
  border: 1px solid #a61d3e;
  border-radius: 100px;
  background: #a61d3e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }
  .btn:hover {
    border-color: #73001c;
    background: #73001c; }

.btn--white {
  border-color: transparent;
  background: #fff;
  color: #000; }
  .btn--white:hover {
    border-color: transparent;
    background: #e9ac51;
    color: #000; }

.btn--wide {
  display: block;
  width: 100%; }

.btn--small {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.btn--lg {
  padding: 1em 2em; }
  @media (min-width: 480px) {
    .btn--lg {
      padding: 1.3em 2.5em; } }

.btn--link {
  padding: 0;
  background: transparent;
  color: #454545;
  border: none; }
  .btn--link:hover {
    background: transparent;
    color: #a61d3e; }

.container-comments {
  margin-top: 2.5em; }

.comments-header__subhead {
  font-size: 0.89rem;
  font-family: "niveau-grotesk", sans-serif;
  letter-spacing: 0.05em;
  color: #000; }

.comments {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: #bcbec0 1px solid; }

.comment {
  padding-top: 1.2em;
  padding-bottom: 1.2em; }
  @media (min-width: 480px) {
    .comment {
      padding-top: 2em;
      padding-bottom: 2em;
      border-top: #bcbec0 1px solid; } }

.comment--reply {
  padding-top: 0;
  padding-left: 22px;
  border-left: #F0F0F0 3px solid; }
  @media (min-width: 480px) {
    .comment--reply {
      padding-left: calc(40px + 1em);
      border: 0; } }

.comment__avatar {
  max-width: 60px;
  margin-top: 5px;
  margin-right: 1em;
  margin-bottom: 0em;
  float: left; }
  @media (min-width: 480px) {
    .comment__avatar {
      max-width: 40px;
      overflow: hidden; } }

@media (min-width: 480px) {
  .comment__body {
    overflow: hidden; } }

.comment__meta {
  margin-top: 1.5em; }
  @media (min-width: 480px) {
    .comment__meta {
      margin-top: 2em; } }

.comment__meta a {
  color: #969696; }

.comment__meta a:hover {
  color: #a61d3e;
  text-decoration: underline; }

.comment__meta li {
  display: block;
  margin-top: 0.25em;
  line-height: 1.5; }
  @media (min-width: 480px) {
    .comment__meta li {
      display: inline-block;
      margin-top: 0; } }

@media (min-width: 480px) {
  .comment__meta__date:before {
    content: '\007C';
    margin: 0 6px; } }

.comment__meta .comment__meta__cta {
  display: block;
  margin-top: 0.25em; }

.comment-form {
  margin-bottom: 1em; }

.comment-form__group {
  margin: 0.75em 0; }

.comment-form__textarea {
  vertical-align: top; }

@media (min-width: 768px) {
  .comment-form .form-submit {
    float: right;
    margin-top: 4px; } }

#cancel-comment-reply-link {
  text-transform: lowercase;
  font-weight: normal;
  margin-left: 5px;
  color: #969696; }

.comment-subscription-form {
  margin: 0;
  font-size: 0.889em;
  text-transform: lowercase;
  letter-spacing: 0; }

.comment-subscription-form input {
  margin-left: 2px;
  margin-right: 5px; }

.site-main {
  margin-bottom: 2.5em; }

.content > *:first-child {
  margin-top: 0; }
.content a:not(.btn) {
  text-decoration: underline; }
.content a:hover {
  text-decoration: none; }
.content ul, .content ol {
  margin: 1.5em 0 1.5em 3em; }
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0; }
.content li {
  margin-bottom: 0.5em;
  line-height: 1.4; }
.content figure {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0;
  max-width: 100%; }
.content .callout {
  margin: 1.4em 0 1.4em 0;
  padding-left: 1em;
  border-left: #e39724 4px solid;
  font-size: 1.2em;
  font-family: "niveau-grotesk", sans-serif; }
  @media (min-width: 480px) {
    .content .callout {
      margin-left: 2em; } }
.content blockquote {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 1em;
  margin-right: 0;
  font-size: 1.15em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.4;
  color: #888;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  @media (min-width: 480px) {
    .content blockquote {
      margin-left: 2em; } }
.content table {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.889rem;
  white-space: nowrap;
  vertical-align: top;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, -webkit-radial-gradient(right ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 8px 100%, 8px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat; }
  @media (min-width: 600px) {
    .content table {
      background: none; } }
@media (min-width: 600px) {
  .content tr:nth-of-type(odd) {
    background: #f0f0f0; } }
.content th {
  background: #454545;
  color: #FFF;
  font-weight: bold; }
.content td, .content th {
  padding: 6px 8px;
  border: 1px solid #D5D5D5;
  text-align: left;
  line-height: 1.3; }

.single .content {
  margin-bottom: 3em; }

.cta-link {
  font-size: 0.89rem;
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 700;
  color: #a61d3e; }

.cta-link:hover {
  text-decoration: underline; }

.footnote {
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.3; }

.content .footnote {
  margin-top: 2.5em; }

body .gform_wrapper .gform_body img {
  margin: 0; }

body .gform_wrapper .gform_body label.gfield_label + div.ginput_container {
  margin-top: 0; }

.gform_wrapper .gform_body form li,
.gform_wrapper .gform_body li {
  margin-bottom: 0.7rem; }

.gform_wrapper .gform_body .gform_page_footer .button.gform_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_previous_button {
  cursor: pointer; }

.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=password],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body textarea {
  padding: 0.32em 0.5em; }

.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label textarea {
  margin-top: 0.75em; }

.gform_wrapper .gform_body .top_label .gfield_label {
  margin: 0.65em 0 0.2em;
  font-size: 0.85rem;
  font-weight: 700; }

.gform_wrapper .gform_body .gfield_required {
  color: inherit; }

.gform_wrapper .gform_body .top_label .gfield_description {
  padding-top: 0.2em; }

.gform_wrapper .gform_body li.field_description_above .gfield_description {
  margin-bottom: 0.2em; }

.gform_wrapper .gform_body .description,
.gform_wrapper .gform_body .gfield_description,
.gform_wrapper .gform_body .gsection_description,
.gform_wrapper .gform_body .instruction {
  font-size: 0.8rem; }

.gform_wrapper form div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.6em;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 0.8em 0; }

.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0; }

.gform_wrapper .gform_body .gfield_description + .gform_wrapper .gfield_description.validation_message,
.gform_wrapper .gform_body .ginput_container + .gfield_description.validation_message {
  margin-top: 0; }

.gform_wrapper .gform_body .gfield_description.validation_message,
.gform_wrapper .gform_body .top_label .gfield_description.validation_message {
  padding: 0.25em 0 0.65em !important; }

.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFE0;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797; }

.hero {
  background: #e39724;
  margin: -35px 0 2rem 0;
  padding: 0.8rem;
  color: #FFF;
  overflow: hidden; }
  .hero a {
    color: #FFF; }
  @media (min-width: 991px) {
    .hero {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex; } }

.hero--no-thumb .hero__content {
  width: 100%;
  max-width: 800px; }
  @media (min-width: 991px) {
    .hero--no-thumb .hero__content {
      text-align: center; } }

.hero__image {
  display: block;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  line-height: 0; }
  @media (min-width: 991px) {
    .hero__image {
      width: 50%;
      float: left;
      min-height: 380px;
      padding-bottom: 0; } }

.hero__content {
  width: 100%;
  margin: auto;
  padding: 5% 2.5%; }
  @media (min-width: 991px) {
    .hero__content {
      width: 50%;
      padding: 4% 5%;
      float: right;
      text-align: left; } }

.hero__heading {
  margin: 0 0 0.5em 0;
  font-weight: 500;
  font-size: 1.5rem; }
  @media (min-width: 1199px) {
    .hero__heading {
      font-size: 1.9rem; } }

.hero .nav-article-meta {
  margin-top: 2em;
  margin-bottom: 0;
  color: #FFF; }
  @media (min-width: 1199px) {
    .hero .nav-article-meta {
      margin-top: 3em; } }

@media (max-width: 990px) {
  .hero .nav-article-meta li {
    display: block;
    margin: 5px 0; } }

@media (max-width: 990px) {
  .hero .nav-article-meta li:before {
    display: none; } }

@media print {
  .hero {
    margin: 2em 0;
    padding: 0; }

  .hero__image {
    display: none; }

  .hero__content {
    width: 100%;
    padding: 0; } }
.nav--active .body-overlay {
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px); }
  @media (min-width: 991px) {
    .nav--active .body-overlay {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none; } }

.nav {
  position: absolute;
  width: 270px;
  right: -270px;
  top: 0;
  z-index: 101;
  margin: 0;
  padding-top: 60px;
  font-family: "niveau-grotesk", sans-serif;
  overflow-x: hidden; }
  @media (min-width: 991px) {
    .nav {
      position: static;
      right: 0;
      top: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      background: transparent;
      overflow-x: visible; } }

.nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }
  @media (min-width: 991px) {
    .nav__menu {
      float: right; } }

@media (min-width: 991px) {
  .nav__menu {
    margin-top: 48px; }

  .header--sticky .nav__menu {
    margin-top: 20px; } }
.nav__item {
  display: block;
  font-size: 1rem;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid; }
  @media (min-width: 991px) {
    .nav__item {
      border: 0;
      display: inline-block; } }

.nav__item:first-child {
  border-top: rgba(255, 255, 255, 0.2) 1px solid; }
  @media (min-width: 991px) {
    .nav__item:first-child {
      border: 0; } }

.nav__item a {
  color: #FFF;
  font-weight: 700; }
  @media (min-width: 991px) {
    .nav__item a {
      font-weight: 500;
      color: #a61d3e; } }

.nav__item > a {
  display: block;
  padding: 8px 20px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  @media (min-width: 991px) {
    .nav__item > a {
      display: inline-block;
      padding: 0.5rem 1rem;
      font-size: 0.85em;
      font-weight: 700;
      color: #000;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      transition: all 0.33s; } }

@media (min-width: 991px) {
  .home:not(.header--sticky) .nav__item > a {
    color: #FFF; } }

.nav__item > a:hover,
.nav__item--active > a {
  color: #FFF; }
  @media (min-width: 991px) {
    .nav__item > a:hover,
    .nav__item--active > a {
      color: #a61d3e; } }

.nav__item--parent > a {
  position: relative; }

.nav__item--parent > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 0.33em;
  float: right; }
  @media (min-width: 991px) {
    .nav__item--parent > a:after {
      float: none; } }

@media (min-width: 991px) {
  .nav__item--parent > a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.9rem;
    height: 0;
    width: 0;
    margin-left: -15px;
    border: 10px solid transparent;
    border-bottom-color: #2d1d13;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s; } }

.nav__item--active > a:before {
  opacity: 1;
  visibility: visible; }

.nav__item--cta {
  display: block;
  margin-top: 5px;
  padding: 8px 20px; }
  @media (min-width: 991px) {
    .nav__item--cta {
      display: inline-block;
      margin-top: 0;
      margin-left: 0.5rem;
      padding: 0; } }

.nav__item--cta a {
  display: block;
  width: 100%;
  font-size: 0.778rem;
  padding: 0.75em 1.5em; }
  @media (min-width: 991px) {
    .nav__item--cta a {
      display: inline-block;
      width: auto; } }

.submenu {
  display: none;
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  padding: 0.5em 0.5em 0.75em 2em; }
  @media (min-width: 991px) {
    .submenu {
      position: absolute;
      left: 0;
      display: block;
      min-width: 10rem;
      padding: 0;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      transition: all 0.2s; } }

.nav__item--active .submenu {
  height: auto;
  opacity: 1;
  visibility: visible; }

@media (min-width: 991px) {
  .submenu--collections {
    left: 0;
    right: 0;
    margin-top: 0.9rem;
    padding: 1.5em;
    background: #2d1d13 url("../images/submenu-bg.jpg") 50% 50% no-repeat;
    background-size: cover; } }

.submenu__heading {
  display: none; }
  @media (min-width: 991px) {
    .submenu__heading {
      display: block;
      width: 100%;
      margin-bottom: 0.5em;
      padding-bottom: 10px;
      border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
      font: 1.1rem "niveau-grotesk", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      color: #e39724;
      letter-spacing: 0.1em; } }

.submenu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.submenu a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font: 0.89rem/1.2 "niveau-grotesk", sans-serif;
  font-weight: 400;
  padding: 0.55em 0; }
  @media (min-width: 991px) {
    .submenu a {
      color: white;
      padding: 0.45em 0;
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; } }

.submenu a:hover {
  color: #e39724; }

@media (min-width: 991px) {
  .submenu--collections ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; } }

.featured-collection a {
  display: none; }
  @media (min-width: 991px) {
    .featured-collection a {
      display: block;
      max-width: 270px;
      position: relative;
      font-size: 0;
      line-height: 0; } }

.featured-collection a:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.85) 100%);
  background: -moz-linear-gradient(top, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.85) 100%); }

.featured-collection span {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0.5em;
  z-index: 2;
  font-size: 0.725rem;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase; }

.toggle-nav {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 9999;
  padding: 8px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 480px) {
    .toggle-nav {
      right: 30px; } }
  @media (min-width: 991px) {
    .toggle-nav {
      display: none; } }

.toggle-nav__wrap {
  position: relative;
  width: 30px;
  height: 20px;
  transition: -webkit-transform 0.5s ease-out;
  transition: -ms-transform 0.5s ease-out;
  transition: transform 0.5s ease-out; }

.toggle-nav__bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 1000px;
  background: #a61d3e;
  transition: all 0.5s ease-out; }
  .toggle-nav__bar:nth-child(1) {
    top: 0; }
  .toggle-nav__bar:nth-child(2) {
    top: 50%;
    margin-top: -2px;
    opacity: 1; }
  .toggle-nav__bar:nth-child(3) {
    bottom: 1px; }

.home .toggle-nav__bar {
  background: #FFF; }

.nav--active .toggle-nav__wrap {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.nav--active .toggle-nav__bar:nth-child(1) {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.nav--active .toggle-nav__bar:nth-child(2) {
  opacity: 0; }
.nav--active .toggle-nav__bar:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (min-width: 991px) {
  .ie9 .submenu--collections li {
    float: left;
    width: 33%; } }

@media (min-width: 991px) {
  .ie9 .submenu--collections li:nth-child(3n + 1) {
    clear: left; } }

.site-main > .nav-browse {
  margin-bottom: 3em; }
  @media (min-width: 991px) {
    .site-main > .nav-browse {
      display: none; } }

.sidebar > .nav-browse {
  display: none; }
  @media (min-width: 991px) {
    .sidebar > .nav-browse {
      display: block; } }

.nav-browse__heading {
  margin-top: 0.25em; }

.nav-browse .select-wrap {
  width: 100%;
  margin-top: 0.7em; }

.nav-browse label {
  display: none; }

.page-header {
  margin-bottom: 2.66em; }

.page-title {
  margin: 0;
  padding: 0.75em 0;
  border-bottom: #bcbec0 1px solid; }

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

.page-header--post .page-title {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0; }

.nav-archive {
  margin-top: 2rem; }

.nav-archive-prev {
  margin-right: 1em; }

.related {
  background-color: #f0f0f0;
  font-family: "niveau-grotesk", sans-serif; }

@media (max-width: 991px) {
  .related .container > .columns {
    display: block; } }

.related-posts,
.related-next {
  padding-top: 1.7em;
  padding-bottom: 1.25em; }

.related__heading {
  margin: 0 0 1.2em 0;
  letter-spacing: 0.05em; }

.related__item {
  display: block;
  font-size: 0.89rem;
  line-height: 1.375;
  padding-right: 24px;
  margin-bottom: 1.25em;
  color: #000; }

.related__item:hover {
  color: #a61d3e; }

.related__item img {
  margin-bottom: 0.5em; }

.related__item__title {
  display: block; }

.related-next {
  position: relative; }

.related-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  width: 999%;
  height: 100%;
  background-color: #dedede; }

.related-next > * {
  position: relative;
  z-index: 2; }

.main-search {
  margin-bottom: 2.66em;
  border: #eceded 2px solid; }

.main-search__group {
  position: relative; }

input.main-search__field {
  border: none;
  padding: 0.6em 3em 0.6em 1em; }

.main-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.9em;
  padding-left: 0.9em;
  border: none;
  border-left: #eceded 2px solid;
  background: #eceded;
  color: #000; }

.share {
  margin-bottom: 2.25em; }

.share .nc_socialPanel {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.share--header {
  overflow: hidden;
  padding-bottom: 3px; }

@media (min-width: 768px) {
  .share--header .nc_socialPanel {
    max-width: 75%;
    float: left; } }

.share__print {
  letter-spacing: 0.075em;
  margin-top: 2em; }
  @media (min-width: 768px) {
    .share__print {
      margin-top: 0.9em;
      float: right; } }

.share__print .bts {
  margin-right: 0.2em; }

.share--footer .nc_socialPanel {
  max-width: 660px; }

div.nc_socialPanel .nc_tweetContainer {
  cursor: default !important; }

div.nc_socialPanel .nc_tweetContainer a {
  cursor: pointer !important; }

.sidebar {
  margin-bottom: 3em; }
  @media (min-width: 991px) {
    .sidebar {
      padding-left: 20px; } }

.sidebar > * {
  margin-bottom: 1.5rem; }
  @media (min-width: 991px) {
    .sidebar > * {
      margin-bottom: 2.5rem; } }

.sidebox {
  font-family: "niveau-grotesk", sans-serif; }

.sidebox__heading,
.sidebox__content,
.sidebox__tab {
  background: #f0f0f0; }

.sidebox__heading,
.sidebox__content {
  padding-right: 1.2rem;
  padding-left: 1.2rem; }

.sidebox__heading,
.sidebox__tab {
  margin: 0 0 2px 0;
  padding-top: 0.8rem;
  padding-bottom: 0.7rem;
  font-size: 0.6rem; }
  @media (min-width: 768px) {
    .sidebox__heading,
    .sidebox__tab {
      padding-top: 1rem;
      padding-bottom: 0.85rem;
      font-size: 0.67rem; } }

.sidebox__heading i {
  margin-right: 0.5em; }

.sidebox__list {
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  list-style: none;
  line-height: 1.25; }

.sidebox__list li {
  padding: 1em 0;
  font-size: 0.75rem; }
  .sidebox__list li:nth-child(n+2) {
    border-top: 1px solid #d7d7d7; }
  @media (min-width: 768px) {
    .sidebox__list li {
      padding: 1rem 0;
      font-size: 0.89rem; } }

.sidebox__list li a {
  color: #000; }
  .sidebox__list li a:hover {
    color: #a61d3e; }

.sidebox--authors {
  padding: 22px;
  background: #f0f0f0;
  text-align: center; }

.sidebox--authors .ssp-logo {
  max-width: 85%;
  height: 70px;
  margin: 5px auto 40px auto; }

.sidebox--authors__heading {
  margin: 0 0 0.7em 0;
  letter-spacing: 0.175em; }

.chef-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  text-align: center; }
  @media (min-width: 991px) {
    .chef-list {
      text-align: left; } }

.chef-list li {
  display: inline-block;
  width: 55px;
  margin: 2px; }
  @media (min-width: 480px) {
    .chef-list li {
      width: 72px;
      margin: 4px; } }
  @media (min-width: 991px) {
    .chef-list li {
      width: 23%;
      margin: 1%; } }

.sidebox__tab {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: inline-block;
  padding-right: 1em;
  padding-left: 1em;
  color: #000;
  text-align: center;
  transition: background 0.25s; }
  .sidebox__tab:nth-child(n+2) {
    margin-left: 2px; }

.sidebox__tab:not(.tab--active) {
  background: #e1e1e1; }

.wpp-stats {
  margin-top: 0.7em;
  color: #959595;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.wpp-views {
  margin-right: 0.2em; }

.wpp-comments {
  margin-left: 0.2em;
  color: #cc581f; }

#ctf .ctf-tweets {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem; }

#ctf .ctf-retweet-icon {
  display: none; }

#ctf .ctf-author-name,
#ctf .ctf-tweet-content {
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    #ctf .ctf-author-name,
    #ctf .ctf-tweet-content {
      font-size: 0.89rem; } }

#ctf .ctf-tweet-text {
  line-height: 1.25; }

.body-overlay {
  position: relative;
  background: #FFF;
  padding-top: 190px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
  transition: all 0.25s cubic-bezier(0.54, 0.12, 0.2, 1); }
  @media (min-width: 991px) {
    .body-overlay {
      box-shadow: none; } }

.home .body-overlay {
  padding-top: 385px; }

.site-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 190px;
  opacity: 0.3;
  background-color: #24140e;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url("../images/site-banner.jpg"); }

.home .site-banner {
  height: 385px;
  opacity: 1; }

@media (max-width: 767px) {
  .not-home .body-overlay {
    padding-top: 150px; }

  .not-home .site-banner {
    height: 150px; } }
.site-banner:before,
.site-banner:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%; }

.site-banner:before {
  content: ''; }

.site-banner:after {
  content: ''; }

.site-footer {
  font-family: "niveau-grotesk", sans-serif;
  background: #871531;
  color: #f1f2f2;
  overflow: hidden; }

.site-footer .container {
  position: relative;
  padding-top: 2.7em;
  z-index: 2; }

.site-footer a:hover {
  color: #FFF; }

@media (min-width: 1200px) {
  .site-footer .container:before {
    content: '';
    position: absolute;
    width: 360px;
    height: 306px;
    right: 98%;
    top: 0;
    background: url("../images/footer-bg-1.jpg") 0 0 no-repeat;
    background-size: contain; }

  .site-footer .container:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 90%;
    bottom: 0;
    width: 392px;
    height: 173px;
    background: url("../images/footer-bg-2.jpg") 0 0 no-repeat;
    background-size: contain; } }
.site-footer .col {
  position: relative;
  z-index: 2; }

.site-footer .ssp-logo {
  width: 210px;
  height: 75px;
  max-width: 90%;
  height: auto;
  margin-bottom: 2em; }

.footer-mission {
  font-size: 0.778em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #f1f2f2;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.footer-disclaimer {
  font-size: 0.667em;
  font-style: italic;
  letter-spacing: 0.05em; }

.footer-disclaimer span {
  font-style: normal; }

@media (min-width: 991px) {
  .footer-mission,
  .footer-disclaimer {
    padding-right: 1.5em; } }

.footer-nav {
  list-style: none;
  margin: 3em 0 0 0;
  padding: 0;
  font-size: 0.72em;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  @media (min-width: 991px) {
    .footer-nav {
      margin-top: 0; } }

.footer-nav li {
  margin-top: 0.1em;
  margin-bottom: 0.9em;
  line-height: 1.3; }

.footer-nav a {
  color: #bbb5b6; }

.footer-links {
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0;
  padding: 1em 0; }
  @media (min-width: 991px) {
    .footer-links {
      margin-top: 2.7em; } }

@media (min-width: 480px) {
  .footer-links:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    font-size: 0;
    background: rgba(255, 255, 255, 0.25);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 95%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 95%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 95%); } }

.footer-links li {
  display: block;
  margin-bottom: 5px;
  font-size: 10px; }
  @media (min-width: 480px) {
    .footer-links li {
      display: inline-block;
      line-height: 1;
      margin-bottom: 0;
      margin-right: 12px;
      padding-right: 12px;
      border-right: rgba(255, 255, 255, 0.4) 2px solid; } }

.footer-links li:last-child {
  border: 0; }

.footer-links a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase; }

@media print {
  .site-footer,
  .site-footer .container {
    background: transparent;
    padding: 0; }

  .site-footer .container:before,
  .site-footer .container:after {
    display: none; }

  .site-footer svg {
    fill: black; } }
.site-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 0.33s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  @media (min-width: 991px) {
    .site-header {
      position: fixed; } }

.site-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 0; }

.site-header > .container {
  height: 110px; }
  @media (min-width: 768px) {
    .site-header > .container {
      height: 140px; } }

.site-logo {
  width: 190px;
  height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 18px;
  transition: all 0.33s;
  -webkit-transform: translate(0, -65%);
  -moz-transform: translate(0, -65%);
  -ms-transform: translate(0, -65%);
  transform: translate(0, -65%);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%; }
  @media (min-width: 1025px) {
    .site-logo {
      width: 243px;
      height: 65px; } }

@media (max-width: 990px) {
  .site-logo {
    top: 58%; } }
.site-logo a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0; }

.home:not(.header--sticky) .site-logo g {
  fill: #FFF; }

@media (max-width: 990px) {
  .home .site-logo g {
    fill: #FFF; } }

.site-tagline {
  position: absolute;
  left: 18px;
  top: 75%;
  margin: 0;
  padding: 0;
  font: 0.833em/1 "niveau-grotesk", sans-serif;
  font-style: italic;
  color: rgba(12, 7, 8, 0.5);
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }

@media (max-width: 767px) {
  .not-home .site-tagline {
    display: none; } }
.site-tagline--home {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: 0.4em;
  padding-left: 20px;
  padding-right: 20px;
  left: 50%;
  top: 50%;
  font-family: "Times", serif;
  font-size: 1.65em;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #FFF;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (min-width: 768px) {
    .site-tagline--home {
      font-size: 1.8em; } }
  @media (min-width: 991px) {
    .site-tagline--home {
      max-width: 500px;
      font-size: 2.1em;
      margin-top: 0.2em; } }

@media (min-width: 991px) {
  .header--sticky .site-header {
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
    background: rgba(255, 255, 255, 0.95);
    background: -webkit-linear-gradient(45deg, rgba(250, 250, 250, 0.95) -75%, rgba(233, 233, 233, 0.95) 175%);
    background: -moz-linear-gradient(45deg, rgba(250, 250, 250, 0.95) -75%, rgba(233, 233, 233, 0.95) 175%);
    background: linear-gradient(45deg, rgba(250, 250, 250, 0.95) -75%, rgba(233, 233, 233, 0.95) 175%); }

  .header--sticky .site-header > .container {
    height: 85px; }

  .header--sticky .site-header:before {
    opacity: 1; }

  .header--sticky .site-logo {
    -webkit-transform: translate(0, -50%) scale(0.73);
    -moz-transform: translate(0, -50%) scale(0.73);
    -ms-transform: translate(0, -50%) scale(0.73);
    transform: translate(0, -50%) scale(0.73); }

  .header--sticky .site-tagline--interior {
    display: none; } }
.header-search {
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.85); }
  @media (min-width: 991px) {
    .header-search {
      background: transparent;
      border-radius: 0;
      z-index: 10;
      top: -40px;
      left: auto;
      right: 18px;
      width: 220px;
      margin: 0;
      padding: 0; } }

input.header-search__field {
  border: none;
  background: transparent;
  max-width: 215px;
  font-size: 16px; }
  @media (min-width: 991px) {
    input.header-search__field {
      max-width: 185px;
      border-left: rgba(255, 255, 255, 0.3) 1px solid;
      color: rgba(255, 255, 255, 0.85);
      height: 30px;
      font-size: 0.85em;
      line-height: 30px;
      padding: 0 0 0 15px; } }
  input.header-search__field::-ms-clear {
    display: none; }

.header-search__btn {
  position: absolute;
  top: 0;
  right: 5px;
  width: 30px;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #a61d3e; }
  @media (min-width: 991px) {
    .header-search__btn {
      color: #FFF; } }

.header-search__field::-webkit-input-placeholder {
  color: #58595b;
  text-transform: lowercase;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }

.header-search__field::-moz-placeholder {
  color: #58595b;
  text-transform: lowercase;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }

.header-search__field:-moz-placeholder {
  color: #58595b;
  text-transform: lowercase;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }

.header-search__field:-ms-input-placeholder {
  color: #58595b;
  text-transform: lowercase;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }

.header-search__field:placeholder-shown {
  color: #58595b;
  text-transform: lowercase;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }

.header-utility {
  background: rgba(0, 0, 0, 0.75); }
  @media (min-width: 991px) {
    .header-utility {
      height: 50px; } }

.header-utility a {
  color: white; }

.header-utility a:hover {
  color: rgba(255, 255, 255, 0.7); }

.social__list {
  margin: 0; }

.social--header {
  position: static;
  padding: 3px 0; }
  @media (min-width: 991px) {
    .social--header {
      position: absolute;
      top: 10px;
      right: 255px;
      display: inline-block;
      padding: 0; } }

.social--header .social__item {
  margin: 0 0.15em;
  font-size: 1.0em;
  line-height: 30px; }

.social--header .social__item:last-child {
  margin-left: 5px; }

.social--c3 {
  display: inline-block;
  width: 18px;
  height: 15px;
  background-image: url("../images/TSK-c3-social.png");
  background-repeat: no-repeat;
  background-size: 18px 15px; }

.alignnone {
  margin-right: 0;
  margin-left: 0; }

.aligncenter,
div.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin: .4em 0 .6em 1.5em; }

.alignleft {
  display: inline;
  float: left;
  margin: .4em 1.5em .6em 0; }

.wp-caption.alignleft {
  margin-bottom: 1em; }

.wp-caption.alignright {
  margin-bottom: 1em; }

.wp-caption.alignright img,
.wp-caption.alignleft img {
  display: block; }

.wp-caption .wp-caption-text {
  padding: .5em 0;
  font-size: .8em;
  font-family: "niveau-grotesk", sans-serif;
  font-style: italic;
  color: #959595; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.form-follow input[type=text],
.form-follow input[type=email] {
  margin-bottom: 1.2rem; }

.form-follow ::-webkit-input-placeholder {
  color: #454545;
  font-weight: 300;
  font-style: normal; }
.form-follow ::-moz-placeholder {
  color: #454545;
  font-weight: 300;
  font-style: normal; }
.form-follow :-moz-placeholder {
  color: #454545;
  font-weight: 300;
  font-style: normal; }
.form-follow :-ms-input-placeholder {
  color: #454545;
  font-weight: 300;
  font-style: normal; }
.form-follow :placeholder-shown {
  color: #454545;
  font-weight: 300;
  font-style: normal; }

.mfp-content .icegram.ig_popup {
  width: 95%;
  max-width: 790px; }
  @media (min-width: 480px) {
    .mfp-content .icegram.ig_popup {
      width: 90%; } }

.mfp-content .ig_popup.ig_container {
  background-color: #871531;
  background-image: url("../images/interrupt-bg-img.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 374px; }

.mfp-content .ig_popup.ig_container .ig_headline {
  padding: 2rem 1.8rem 1.6rem;
  color: #fff;
  font-size: 1.3rem;
  font-family: "niveau-grotesk", sans-serif; }
  @media (min-width: 480px) {
    .mfp-content .ig_popup.ig_container .ig_headline {
      padding-top: 2.4rem;
      padding-bottom: 2rem;
      font-size: 1.5rem; } }
  @media (min-width: 768px) {
    .mfp-content .ig_popup.ig_container .ig_headline {
      padding-top: 2.7rem;
      padding-bottom: 2.2rem;
      font-size: 2rem; } }

.mfp-content .ig_popup.ig_container .ig_message {
  padding: 0 1.8rem 2rem; }

.form-interrupt__wrap {
  position: relative; }

.mfp-content .ig_popup.ig_container .ig_close {
  position: absolute;
  top: auto;
  bottom: 33px;
  right: 1.8rem;
  width: 55px;
  height: 2.3rem;
  background-image: none;
  background-color: transparent; }
  @media (min-width: 480px) {
    .mfp-content .ig_popup.ig_container .ig_close {
      bottom: 43px;
      width: 140px;
      height: 1.3rem; } }
  @media (min-width: 768px) {
    .mfp-content .ig_popup.ig_container .ig_close {
      bottom: 39px;
      width: 145px; } }
  @media (min-width: 991px) {
    .mfp-content .ig_popup.ig_container .ig_close {
      width: 155px; } }

.form-interrupt__dismiss {
  position: absolute;
  bottom: 0.2rem;
  right: 0;
  display: inline-block;
  width: 55px;
  color: #fff;
  text-align: right;
  font-size: 0.6rem;
  font-style: italic;
  line-height: 1.2;
  opacity: 0.3; }
  @media (min-width: 480px) {
    .form-interrupt__dismiss {
      bottom: 0.9rem;
      width: auto;
      font-size: 0.8rem; } }
  @media (min-width: 768px) {
    .form-interrupt__dismiss {
      bottom: 0.5rem; } }
  @media (min-width: 991px) {
    .form-interrupt__dismiss {
      bottom: 0.3rem; } }

.form-interrupt__dismiss .fa {
  display: block; }
  @media (min-width: 480px) {
    .form-interrupt__dismiss .fa {
      display: inline-block;
      margin-left: 0.25em; } }

#icegram_message_48490 .ig_data {
  text-align: center; }
#icegram_message_48490.ig_popup.ig_inspire .ig_button {
  display: inline-block;
  width: auto !important;
  margin: 0 auto 3.5rem;
  padding: 0.6em 1.75em;
  color: #000;
  font-size: 1rem;
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 1000px;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }
  @media (min-width: 480px) {
    #icegram_message_48490.ig_popup.ig_inspire .ig_button {
      font-size: 1.1rem; } }
  #icegram_message_48490.ig_popup.ig_inspire .ig_button:hover {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.6); }
#icegram_message_48490.ig_popup.ig_container .ig_close {
  bottom: 1rem;
  width: 105px;
  color: #fff;
  height: 1.3rem; }
  @media (min-width: 480px) {
    #icegram_message_48490.ig_popup.ig_container .ig_close {
      width: 135px; } }
  @media (min-width: 768px) {
    #icegram_message_48490.ig_popup.ig_container .ig_close {
      width: 145px; } }
  @media (min-width: 991px) {
    #icegram_message_48490.ig_popup.ig_container .ig_close {
      width: 155px; } }
  #icegram_message_48490.ig_popup.ig_container .ig_close::before {
    content: 'Do not show this again';
    font-size: 0.6rem;
    font-style: italic; }
    @media (min-width: 480px) {
      #icegram_message_48490.ig_popup.ig_container .ig_close::before {
        font-size: 0.8rem; } }
  #icegram_message_48490.ig_popup.ig_container .ig_close::after {
    content: '\f00d';
    margin-left: 0.5em;
    font-size: 0.7em;
    font-family: 'FontAwesome'; }

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  @page {
    margin: 0.6cm; }
  /* a, a:visited { text-decoration: underline; } */
  .content a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

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

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

  thead {
    display: table-header-group; }

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

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

  p, h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-inside: avoid; }

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

  blockquote, .callout {
    border: 0;
    page-break-inside: avoid; }

  .body-overlay {
    padding: 0 !important; }

  .ad,
  .sidebar {
    display: none !important; }

  .site-header .site-logo a:after {
    content: ''; }

  .site-header {
    position: relative !important; }

  .site-banner {
    height: auto; }

  .site-tagline {
    display: none; }

  .site-logo g {
    fill: inherit !important; }

  .site-main {
    display: inline;
    overflow: visible; }

  .hidden-print {
    display: none !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; }

  .visible-print-block {
    display: block !important; }

  .visible-print-inline {
    display: inline !important; }

  .visible-print-inline-block {
    display: inline-block !important; } }

/*# sourceMappingURL=app.css.map */
