@charset "UTF-8";
/******************************************
ASH ROBBINS - VARIABLES
******************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0 0 2rem;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************
HELPER CLASSES
******************************************/
.u-no-list {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
  background: none;
}

.u-list-horizontal li {
  float: left;
  margin-right: 2rem;
}
.u-list-horizontal li:last-of-type {
  margin-right: 0;
}

.u-no-margin {
  margin: 0 !important;
}

.u-no-padding {
  padding: 0 !important;
}

.u-form-right-padding,
.u-form-right-padding--large-only {
  padding-right: 4rem;
}

.u-table,
.u-table-mobile {
  display: table;
  width: 100%;
}
.u-table.u-cell-align-top .u-table-cell,
.u-table-mobile.u-cell-align-top .u-table-cell {
  vertical-align: top;
}
.u-table.u-cell-align-middle .u-table-cell,
.u-table-mobile.u-cell-align-middle .u-table-cell {
  vertical-align: middle;
}

.u-table-row {
  display: table-row;
}

.u-table-cell {
  display: table-cell;
}

.u-table-small .u-table-row,
.u-table-small .u-table-cell {
  display: initial;
}

.u-gotham-book {
  font-family: "Gotham-Book", arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

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

.u-word-break {
  word-break: break-all;
}

.u-no-border {
  border: none !important;
}

.u-fade-out {
  animation: fadeOut 1s ease forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.u-margin-bottom {
  margin-bottom: 3rem;
}

.u-no-highlight {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   not supported by any browser */
}

.u-bullet-point-list ul {
  margin-bottom: 0;
}
.u-bullet-point-list ul li {
  list-style-position: inside;
  text-indent: -2em;
  padding-left: 2em;
}

/******************************************
FONTS
******************************************/
@font-face {
  font-family: "Antonio";
  src: url("/fonts/antonio-bold-webfont.woff2") format("woff2"), url("/fonts/antonio-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Antonio";
    src: url("/fonts/antonio-bold-webfont.svg#Antonio") format("svg");
  }
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html,
body {
  width: 100%;
}

body {
  font: 62.5%/1.2 "Source Serif Pro", Georgia, serif;
  color: #393434;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.8;
  background-color: #fefefe;
}
@media (max-width: 500px) {
  body {
    font-size: 1.6rem;
  }
}

#app {
  margin-bottom: 6rem;
}

.wrapper {
  width: 80vw;
  max-width: 76rem;
  margin: 2rem auto 10rem;
}
@media (max-width: 800px) {
  .wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 0 2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: inherit;
  margin: 0 0 3rem;
}

h1 {
  font-size: 3.4rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 2rem 0;
  vertical-align: top;
  display: block;
  clear: both;
}

li {
  margin-bottom: 0.8rem;
}

a {
  color: #d90815;
  text-decoration: none;
  transition: color linear 0.1s;
}

a:hover {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}
img.left {
  padding: 0.5rem 0.2rem 1.2rem 0;
  vertical-align: top;
  float: left;
}
img.right {
  padding: 0.5rem 0 1.2rem 0.2rem;
  float: right;
}

[hidden] {
  display: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

b,
strong {
  font-weight: 700;
}

em {
  font-weight: 700;
  font-style: italic;
}

button {
  font-size: 1.5rem;
  border: none;
  vertical-align: middle;
  line-height: 1.2;
  background-color: transparent;
  appearance: none;
}

hr {
  margin: 0.3rem 0;
  border: none;
  border-top: 3px solid #d90815;
}

address {
  margin: 0 0 1.2rem 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.media_embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.media_embed .map,
.media_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

* {
  -webkit-tap-highlight-color: rgba(179, 212, 252, 0.3);
}

blockquote {
  overflow: hidden;
  padding: 3rem 0 0;
  margin: 0 0 3rem 0;
  border-left: 1rem solid #000;
}
blockquote p {
  font-size: 1.6rem;
}
blockquote footer {
  text-align: right;
}
blockquote cite {
  font-size: 1.6rem;
  color: #393434;
}
blockquote cite:before {
  content: "- ";
}
blockquote a {
  color: #000;
}

em {
  font-style: italic;
  font-weight: normal;
}

label {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=search],
select {
  box-sizing: border-box;
  height: 4.8rem;
  padding: 0 1.6rem;
  font-size: 1.6rem;
  border-style: solid;
}

select {
  appearance: none;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 4.5rem;
}

.select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.select:after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 1.6rem;
  width: 1.6rem;
  border: 8px solid transparent;
  border-top-color: #393434;
}

/******************************************
HEADINGS
******************************************/
/**
 * By default, all headings are always ‘just a bit bigger’ than body copy.
 * Any font, size, color, etc. styling is done based on the purpose of the heading.
 * See classes below which detail styles for specific heading uses.
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 1.25rem;
  text-transform: uppercase;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 3rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

@media (max-width: 600px) {
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.2rem;
  }
}
.heading--site {
  font-size: 14vmin;
}
.heading--tagline {
  display: inline;
  padding-top: 1rem;
  font-size: 4vmin;
  border-top: 5px solid #fefefe;
}
.heading--page {
  font-size: 9rem;
  margin-bottom: 5rem;
  color: #fff;
}
@media (max-width: 1000px) {
  .heading--page {
    font-size: 5rem;
  }
}
@media (max-width: 500px) {
  .heading--page {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.heading--section {
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  .heading--section {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}
.heading--post {
  font-size: 2.6rem;
  color: #000;
  margin: 0 0 1rem;
}
.heading--title {
  font-size: 3.4rem;
}
.heading--subtitle,
.heading h6 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  color: black;
  text-transform: none;
}
@media (max-width: 800px) {
  .heading--subtitle,
  .heading h6 {
    line-height: 1.4;
  }
}
@media (max-width: 500px) {
  .heading--subtitle,
  .heading h6 {
    font-size: 1.6rem;
  }
}
.heading--source {
  display: inline-block;
  margin-top: 1rem;
  border-top: 2px solid black;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  color: black;
  text-transform: none;
}
.heading--source span {
  font-weight: 300;
}
.heading--siteTitle {
  position: absolute;
  left: 2rem;
  top: 1.8rem;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 600px) {
  .heading--siteTitle {
    font-size: 1.6rem;
  }
}
.heading--tag-listing {
  position: sticky;
  top: 8rem;
  z-index: 1;
  margin-bottom: 1.8rem;
  padding-bottom: 1.2rem;
  background-color: white;
  text-align: right;
}
@media (max-width: 800px) {
  .heading--tag-listing {
    top: 6rem;
  }
}
@media (max-width: 600px) {
  .heading--tag-listing {
    padding-bottom: 0.6rem;
    font-size: 1.2rem;
  }
}

/******************************************
HEADER
******************************************/
.header {
  width: 100%;
  margin-bottom: 6rem;
  padding: 2rem 0;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.header--single {
  margin-bottom: 3rem;
}

.header .heading__page {
  position: relative;
  margin: 0 0 2rem;
}

.header__home-link {
  display: block;
  color: #000;
}

.header__tagline {
  color: #fefefe;
  margin: 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  background-color: #000;
  color: #fefefe;
}
.footer a {
  color: #fefefe;
}
.footer a:hover {
  color: #d90815;
}
.footer a + a {
  margin-left: 3rem;
}

.home .footer,
.tag-listing .footer {
  margin-top: 2rem;
}

.header-logo a {
  color: #000 !important;
}
.header-logo img {
  position: relative;
  top: -0.1rem;
  height: 3rem;
  margin-right: 0.8rem;
}
@media (max-width: 600px) {
  .header-logo img {
    height: 2rem;
  }
}
.header-logo span {
  color: white;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  letter-spacing: 2px;
}
.post-hero .header-logo {
  color: white !important;
}
.post-hero .header-logo span {
  -webkit-text-stroke-color: white !important;
}

/******************************************
NAV
******************************************/
.nav-trigger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 7rem;
  height: 7rem;
  padding: 0;
  background: #fefefe;
  transition: all 0.2s ease;
}
.nav-trigger svg {
  position: absolute;
  top: 2.6rem;
  right: 2rem;
  width: 3rem;
  padding: 0 0.3rem;
}
.nav-trigger path {
  opacity: 1;
  transition: all linear 0.2s;
  fill: #000;
}
.nav-trigger:hover path {
  fill: #d90815;
}
.nav-trigger:focus {
  outline: none;
}
.nav-trigger.active path:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.nav-trigger.active path:nth-child(2) {
  opacity: 0;
}
.nav-trigger.active path:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
@media (max-width: 800px) {
  .nav-trigger {
    width: 5rem;
    height: 5rem;
  }
  .nav-trigger svg {
    top: 2rem;
    right: 1rem;
  }
}

.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -30rem;
  z-index: 2;
  width: 30rem;
  padding: 3rem;
  background: #fefefe;
  transition: all 0.2s ease;
}
.nav.open {
  right: 0;
  box-shadow: 0 0 3rem #e4e4e4;
}

.nav__item {
  display: block;
  margin: 0;
}

.nav__link {
  display: inline-block;
  position: relative;
  color: #000;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.nav__link:visited {
  color: #000;
}
.nav__link:hover, .nav__link.router-link-active {
  color: #d90815;
}
.nav__link:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.1rem;
  bottom: -0.3rem;
  left: 0.1rem;
  height: 0.3rem;
  background-color: #d90815;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav__link:hover:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav__social .nav__item {
  display: block;
}

.nav__social .nav__link {
  font-size: 1.6rem;
}
.nav__social .nav__link:before {
  height: 0.2rem;
}

/******************************************
POST
******************************************/
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  margin-bottom: 3rem;
  padding: 0 10%;
  background-color: #d90815;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.hero--home {
  position: sticky;
  top: 0;
  background-color: #fefefe;
  z-index: 1;
  align-items: flex-start;
  height: 8rem;
  margin-bottom: 0;
  padding: 0 2rem;
}
.hero--home .heading--page {
  margin: 0;
  font-size: 2.4rem;
  color: #d90815;
}
.hero--home .heading--page a:visited {
  color: #d90815;
}
.hero--home .heading--page a:hover {
  color: #000;
}
@media (max-width: 600px) {
  .hero--home {
    height: 6rem;
  }
  .hero--home .heading--page {
    font-size: 1.6rem;
  }
}

.post__date {
  display: flex;
  justify-content: center;
  padding: 0;
  font-size: 1.6rem;
  color: #fff;
  border-top: 0.4rem solid #fff;
  text-transform: uppercase;
}

.post__category {
  display: flex;
}
.post__category::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  height: 22px;
  width: 4px;
  background-color: #fff;
  margin-right: 12px;
  margin-left: 12px;
}
@media (max-width: 600px) {
  .post__category::after {
    height: 18px;
    width: 3px;
  }
}

.post__category + .post__category:before {
  display: inline-block;
  content: ",";
  margin-right: 0.4rem;
}

.post pre,
.post code {
  background-color: #eee;
  border: 0;
  border-radius: 0;
}
.post pre {
  padding: 1.6rem 2rem;
}
.post pre code {
  padding: 0;
  color: #393434;
}
.post code {
  padding: 0.3rem 0.6rem;
  color: #d90815;
  font-size: 1.6rem;
}
.post blockquote {
  margin: 3rem 0;
  padding: 0 0 0 3rem;
  border-left: 10px solid #d90815;
  color: #393434;
}
.post blockquote p {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .post blockquote {
    padding-left: 1.6rem;
    border-width: 6px;
  }
}

/******************************************
POST LIST
******************************************/
.post-list {
  margin: 0 2rem;
  padding: 0;
}
.post-list__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 30rem;
  grid-auto-rows: 30rem;
  grid-gap: 2rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .post-list__list {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 20rem;
  }
}
@media (max-width: 600px) {
  .post-list__list {
    grid-template-columns: 1fr;
    grid-template-rows: 12rem;
    grid-auto-rows: 12rem;
    grid-gap: 1.2rem;
  }
}
.post-list__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  background-color: #d90815;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  transition: background-color ease 0.2s;
}
.post-list__item:hover {
  background-color: #444444;
}
.post-list__item:hover .heading--post {
  text-shadow: 0 0 3px black;
}
@media (hover: none) and (pointer: coarse) {
  .post-list__item:hover {
    background-color: #d90815;
  }
}
.post-list__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2rem;
  color: #fefefe;
}
.post-list__link h3 {
  color: #fefefe;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .post-list__link h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 700px) {
  .post-list__link h3 {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .post-list__link h3 {
    font-size: 1.4rem;
  }
}
.post-list__link .post__date {
  display: initial;
  padding: 0.5rem 0 0;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.4rem;
  text-align: left;
  border: 0;
}
@media (max-width: 600px) {
  .post-list__link .post__date {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .post-list__link {
    padding: 1.2rem;
  }
}
@media (max-width: 600px) {
  .post-list {
    margin: 0 1.2rem;
  }
}

.home .post-list__item:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 1000px) {
  .home .post-list__item:first-child {
    grid-column-end: 3;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
@media (max-width: 600px) {
  .home .post-list__item:first-child {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .home .post-list__item:first-child h3 {
    font-size: 2rem;
  }
}
.home .post-list__item:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 1300px) {
  .home .post-list__item:nth-child(2) {
    grid-row-end: 2;
  }
}
@media (max-width: 1000px) {
  .home .post-list__item:nth-child(2) {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

/******************************************
POST
******************************************/
.heading__page--single {
  color: #000;
}

.post-hero a {
  color: #fefefe;
}
.post-hero a:hover {
  color: #fefefe;
  text-decoration: underline;
}

.post__date,
.post__categories {
  text-align: center;
}

.post__date {
  margin-bottom: 1rem;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 600px) {
  .post__date {
    font-size: 1.2rem;
  }
}

.post__categories {
  margin-bottom: 3rem;
}

.post__content pre code,
.post__content blockquote > * {
  display: block;
  margin-bottom: 3rem;
}

.post__content p {
  clear: none;
  font-family: "Source Serif Pro", Georgia, serif;
  font-weight: 400;
  font-weight: 400;
}
.post__content p b,
.post__content p strong {
  font-family: "Source Serif Pro", Georgia, serif;
  font-weight: 700;
}
.post__content p a {
  position: relative;
  color: #393434;
  border-bottom: 0.2rem solid #d90815;
}
.post__content p a:hover {
  color: #d90815;
}
.post__content iframe {
  width: 100%;
  margin-bottom: 2rem;
}
.post__content .left-image,
.post__content .right-image {
  width: 50%;
}
.post__content .left-image img,
.post__content .right-image img {
  width: 100%;
  height: auto;
}
.post__content .left-image {
  float: left;
  margin: 0 3rem 2rem -3rem;
}
.post__content .right-image {
  float: right;
  margin: 0 -3rem 2rem 3rem;
}
.post__content figcaption {
  display: inline-block;
  margin-top: 1rem;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  color: #888;
}
@media (max-width: 800px) {
  .post__content .left-image,
  .post__content .right-image {
    clear: both;
    width: 100%;
    margin: 0 auto 2rem;
  }
  .post__content .left-image img,
  .post__content .right-image img {
    display: block;
    width: 90%;
    margin: auto;
  }
}

.image__full-width {
  display: flex;
  flex-direction: column;
  margin: 3rem 0;
}
.image__full-width img {
  width: 100vw;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .image__full-width img {
    left: -2rem;
    transform: none;
    max-width: 100vw;
  }
}

.tag-list {
  display: grid;
  margin: 0 2rem;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  list-style: none;
}
@media (max-width: 1200px) {
  .tag-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 850px) {
  .tag-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  .tag-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6rem;
  }
}
.tag-list__item {
  margin: 0;
  padding: 0;
}
.tag-list__link {
  display: block;
  padding: 2rem 1.6rem;
  background-color: #000;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #fefefe;
}
.tag-list__link:hover {
  background-color: #d90815;
  text-decoration: none;
  color: #fefefe;
}
.tag-list .post__date {
  font-size: 1.2rem;
  border: 0;
  justify-content: left;
}

.reasons-why__promo {
  margin-top: -3rem;
  margin-bottom: 3rem;
  padding: 2rem 0;
  background-color: #000;
  color: #fefefe;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.6rem;
}
.reasons-why__promo .wrapper {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .reasons-why__promo {
    font-size: 1.2rem;
    padding: 1.6rem 0;
  }
}
.reasons-why__label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 2rem;
  padding: 0.8rem 1.2rem;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #000;
}
.reasons-why__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.2rem;
  width: calc(100% + 2.4rem);
  height: 100%;
  padding: 0.8rem 1.2rem;
  background-color: #fefefe;
  z-index: -1;
  transform: skew(-8deg);
}
@media (max-width: 600px) {
  .reasons-why__label {
    margin-bottom: 1rem;
    padding: 0 0.4rem;
    font-size: 1.2rem;
  }
  .reasons-why__label::before {
    left: -0.4rem;
    width: calc(100% + 0.8rem);
  }
}
.reasons-why__label--small {
  align-self: flex-start;
  margin-bottom: 0.8rem;
  padding: 0 0.8rem;
  font-size: 1.2rem;
}
.reasons-why__label--small::before {
  width: 100%;
  padding: 0rem 0.4rem;
  left: -0.4px;
}
@media (max-width: 600px) {
  .reasons-why__label--small {
    padding: 0 0.4rem;
    font-size: 1rem;
  }
}