@charset "UTF-8";
/**
 * Global Variables, Override Foundation variables here
 *
 */
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&xmedium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "sorts-mill-goudy", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #3B3B3B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #343434;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3B3B3B;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #343434;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #3B3B3B;
}

::placeholder {
  color: #3B3B3B;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #f5f5f5;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #343434;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3B3B3B;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #343434;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.5rem;
  font-size: inherit;
  line-height: 1.7272;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "sorts-mill-goudy", serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h2, .h2 {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h4, .h4 {
  font-size: 1.5625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.75rem;
  }
  h2, .h2 {
    font-size: 2.75rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 5rem;
  }
  h2, .h2 {
    font-size: 2.625rem;
  }
  h3, .h3 {
    font-size: 2.25rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #CB6135;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #af532d;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1.5rem;
  list-style-position: outside;
  line-height: 1.7272;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1.5rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.7272;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 500;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 500;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: #1C1822;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

h1, .h1 {
  line-height: 1.05;
  letter-spacing: -0.055rem;
}

a {
  transition: color 0.2s ease-in-out;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url] {
  padding: 18px;
  height: 3.5625rem;
  line-height: 3.5625rem;
  padding-right: 65px;
}

textarea {
  padding: 18px;
}

::-moz-placeholder {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: "brother-1816", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-weight: 300;
}

::placeholder {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: "brother-1816", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-weight: 300;
}

li {
  line-height: 1.7272;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  li {
    font-size: 1.375rem;
  }
}

p {
  line-height: 1.7272;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  p {
    font-size: 1.375rem;
    margin-bottom: 2.3rem;
  }
}

div.spacer {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0px;
  height: 40px;
}
div.spacer--5 {
  height: 5px;
}
div.spacer--10 {
  height: 10px;
}
div.spacer--15 {
  height: 15px;
}
div.spacer--20 {
  height: 20px;
}
div.spacer--25 {
  height: 25px;
}
div.spacer--30 {
  height: 30px;
}
div.spacer--35 {
  height: 35px;
}
div.spacer--40 {
  height: 40px;
}
div.spacer--45 {
  height: 45px;
}
div.spacer--50 {
  height: 50px;
}
div.spacer--55 {
  height: 55px;
}
div.spacer--60 {
  height: 60px;
}
div.spacer--65 {
  height: 65px;
}
div.spacer--70 {
  height: 70px;
}
div.spacer--75 {
  height: 75px;
}
div.spacer--80 {
  height: 80px;
}
div.spacer--85 {
  height: 85px;
}
div.spacer--90 {
  height: 90px;
}
div.spacer--95 {
  height: 95px;
}
div.spacer--100 {
  height: 100px;
}

body {
  background: #fefefe;
}

.home .site-main {
  padding-top: 0px;
}

.site-wrapper {
  position: relative;
  width: 100%;
  max-width: 1600px;
  background: #fefefe;
  margin: 0 auto;
}

.button, .skip-main {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: "brother-1816", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-weight: 300;
  padding: 0 0 7px;
  color: inherit;
}
.button:after, .skip-main:after {
  content: "";
  height: 5px;
  background: black;
  max-width: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url(../images/underline-red.png) no-repeat center/100% 100%;
}
.button:hover, .skip-main:hover, .button:active, .skip-main:active, .button:focus, .skip-main:focus {
  color: #CB6135;
}
.button--alt {
  color: white;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 0 8px;
}
.button--alt:hover, .button--alt:active, .button--alt:focus {
  color: #CB6135;
}
.button--print {
  position: relative;
  padding-left: 26px;
}
.button--print:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon-print.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.button--print:after {
  left: 24px;
  width: calc(100% - 22px);
}
.button--audio {
  position: relative;
  padding-left: 26px;
  transition: all 0.2s ease-in-out;
}
.button--audio:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon-audio.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.button--audio:after {
  left: 24px;
  width: calc(100% - 22px);
}

.posts__item {
  padding: 40px 0 60px;
  margin: 0 0 20px;
  background: url(../images/divider-reverse_b.svg) no-repeat center bottom/100% 4px;
}
.posts > :last-child {
  margin: 0;
  background: none;
}
@media print, screen and (min-width: 40em) {
  .posts__item {
    padding: 90px 0;
    margin: 0 0 40px;
  }
}

.posts-no-results {
  padding: 60px 0;
}

.post__title {
  letter-spacing: -0.57px;
  line-height: 1.1538;
  max-width: 720px;
  margin: 0 0 20px;
}
.post__title a,
.post__title a:hover,
.post__title a:active,
.post__title a:focus {
  color: inherit;
}
.post__title a:hover,
.post__title a:active,
.post__title a:focus {
  text-decoration: underline;
}
.post__excerpt-wrap {
  padding: 30px 0 0;
  margin-top: 25px;
  background: url(../images/divider_b.svg) no-repeat center top/100% 4px;
}
.post__excerpt b,
.post__excerpt strong {
  font-family: "brother-1816", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.875;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}
.post__excerpt > :last-child {
  margin: 0;
}
@media print, screen and (min-width: 48em) {
  .post__excerpt p:first-child:first-letter {
    initial-letter: 2;
    -webkit-initial-letter: 2;
    margin-right: 5px;
    font-family: "sorts-mill-goudy", serif !important;
    font-weight: 500 !important;
  }
}
@media print, screen and (min-width: 40em) {
  .post__title {
    font-size: 3.25rem;
    margin: 0 0 42px;
  }
  .post__excerpt-wrap {
    display: flex;
    grid-column-gap: 20px;
    align-items: center;
    padding: 50px 0 0;
    margin-top: 40px;
  }
  .post__dirt {
    flex: 0 1 235px;
  }
  .post__dirt:after {
    content: "";
    padding-bottom: 119%;
    height: 0;
    width: 100%;
    display: block;
    background: url(../images/sketch-dirt.png) no-repeat center/contain;
  }
  .post__dirt.bg-img:after {
    content: none;
  }
  .post__dirt.bg-img > div {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 119%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .post__excerpt {
    flex: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .post__excerpt-wrap {
    grid-column-gap: 57px;
  }
}

.meta {
  color: inherit;
}
.meta__item {
  color: inherit;
  border-top: 1px solid #f5f5f5;
  padding: 10px 0 0 0;
  margin: 12px 0 0 0;
}
.meta > :first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.meta__title {
  line-height: 1;
  font-size: 1.125rem;
  font-style: italic;
  display: inline-block;
  font-weight: normal;
  margin: 0 11px 0 0;
  width: 100px;
}
.meta__definition {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: "brother-1816", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-weight: 300;
  font-size: 0.875rem;
}
.meta__share {
  display: flex;
  align-items: center;
  grid-gap: 26px;
}
.meta__button {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 40em) {
  .meta {
    display: flex;
    align-items: center;
  }
  .meta__item {
    color: inherit;
    border-top: none;
    border-left: 2px solid #f5f5f5;
    padding: 5px 0 1px 30px;
    margin: 0 0 0 31px;
  }
  .meta > :first-child {
    padding-top: 5px;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .meta__title {
    font-size: 1.375rem;
    width: auto;
  }
  .meta__definition {
    font-size: 1rem;
    vertical-align: baseline;
  }
  .meta__share {
    margin-left: 26px;
  }
  .meta__button {
    font-size: 1rem;
  }
  .meta#meta-sub .meta__item {
    border-left: none;
  }
}

.media-block-wrap {
  margin: 2em 0;
}
@media print, screen and (min-width: 48em) {
  .media-block-wrap {
    margin: 2em -50px;
  }
}
@media print, screen and (min-width: 64em) {
  .media-block-wrap {
    margin: 3em -98px;
  }
}
@media screen and (min-width: 75em) {
  .media-block-wrap {
    margin: 3em calc((100vw - 1200px) / -2 - 118px) 3em -98px;
  }
}
@media screen and (min-width: 90em) {
  .media-block-wrap {
    margin: 3em -238px 3em -98px;
  }
}

.media-block__caption {
  line-height: 1.38888;
  font-size: 1.125rem;
  margin: 18px 0 0;
  font-style: italic;
}
@media print, screen and (min-width: 48em) {
  .media-block {
    display: flex;
    align-items: center;
    grid-column-gap: 30px;
  }
  .media-block__image {
    flex: 1;
    order: 2;
  }
  .media-block__caption {
    order: 1;
    flex: 0 1 237px;
  }
}
@media print, screen and (min-width: 64em) {
  .media-block {
    grid-column-gap: 50px;
  }
}
@media screen and (min-width: 75em) {
  .media-block {
    grid-column-gap: 75px;
  }
}
@media screen and (min-width: 90em) {
  .media-block {
    grid-column-gap: 100px;
  }
}

.video-wrap {
  margin: 2em 0;
}
@media print, screen and (min-width: 48em) {
  .video-wrap {
    margin: 2em -50px;
  }
}
@media print, screen and (min-width: 64em) {
  .video-wrap {
    margin: 3em -98px;
  }
}

.video {
  position: relative;
  display: block;
  overflow: hidden;
}
.video:after {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(27, 27, 31, 0.5) url(../images/icon-play.svg) no-repeat center center;
}
.video__image {
  width: 100%;
  transition: transform 0.2s ease-in-out;
}
.video:hover__image {
  transform: scale(1.05);
}

.gallery {
  justify-content: center;
  grid-gap: 16px;
  margin: 2em 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}
.gallery > * {
  flex: 0 1 50%;
}
.gallery__image-wrap {
  height: 0;
  position: relative;
  padding: 0 0 66.55%;
}
.gallery__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .gallery {
    margin: 2em -50px;
  }
}
@media print, screen and (min-width: 64em) {
  .gallery {
    margin: 2em -98px;
  }
}

.reveal--video {
  padding: 50px 0 0;
  max-width: 1024px;
  width: 100%;
  border: none;
}
.reveal--video .responsive-embed {
  margin: 0;
}

.close-button {
  font-size: 3em;
  top: 0;
  color: #3B3B3B;
}
.close-button:hover, .close-button:active, .close-button:focus {
  color: #CB6135;
}

.gallery-wrap {
  margin: 2em 0;
}
@media print, screen and (min-width: 48em) {
  .gallery-wrap {
    margin: 2em -50px;
  }
}
@media print, screen and (min-width: 64em) {
  .gallery-wrap {
    margin: 3em -98px;
  }
}

.author {
  display: grid;
  grid-template-columns: 90px auto;
  grid-template-rows: auto auto;
  grid-gap: 30px;
}
.author__name {
  grid-column: 2;
  padding: 20px 0;
}
.author__details {
  display: grid;
  grid-gap: 20px;
  grid-column: 1/span 2;
  grid-row: 2;
}
.author__meta {
  line-height: 1;
  margin: 0;
}
.author__title {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: "brother-1816", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 7px;
}
.author__def {
  font-size: 1rem;
  line-height: 1.5;
}
.author__signature {
  height: 50px;
  width: auto;
}
.author__picture {
  border-radius: 100%;
}
@media screen and (min-width: 31.25em) {
  .author__details {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 40em) {
  .author {
    grid-template-columns: 180px auto;
    grid-row-gap: 18px;
  }
  .author__figure {
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .author__name {
    padding: 0;
  }
  .author__details {
    grid-column: 2;
    grid-row: 2;
  }
}
@media print, screen and (min-width: 64em) {
  .author {
    grid-column-gap: 58px;
  }
  .author__details {
    grid-template-columns: repeat(3, 1fr);
  }
}

.comment-notes {
  display: none;
}

.comment-form {
  margin-bottom: 80px;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin: 0 0 12px;
  position: relative;
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  position: absolute;
  top: 15px;
  left: 19px;
  font-size: 1rem;
}

.comment-form-cookies-consent {
  padding-left: 20px;
  position: relative;
  line-height: 1;
  display: block;
  margin: 0 0 25px;
}
.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 4px;
  margin: 0;
}
.comment-form-cookies-consent label {
  font-size: 1rem !important;
  line-height: 1.2;
}

.form-submit {
  text-align: right;
  margin: 0;
}
.form-submit button {
  cursor: pointer;
}

.comments-list {
  margin-top: -80px;
}
.comments-list > :last-child {
  background: none;
}

.comment {
  background: url(../images/divider_b.svg) no-repeat center bottom/100% 4px;
  padding: 50px 0;
}
@media print, screen and (min-width: 48em) {
  .comment {
    padding: 50px 0 50px 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .comment {
    padding: 80px 0 80px 98px;
  }
}

.comment-author {
  font-size: 1.375rem;
}
.comment-author b {
  font-weight: normal;
}

.comment-meta > * {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.comment-meta .says {
  display: none;
}

.comment-metadata {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: "brother-1816", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-weight: 300;
}
.comment-metadata a {
  pointer-events: none;
  color: inherit;
}

.comment-content {
  padding: 20px 0 0 0;
}
.comment-content p {
  font-size: 1rem;
  line-height: 1.5;
}
.comment-content > :last-child {
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .comment-content {
    padding-left: 98px;
  }
}

.single__details {
  background: url(../images/divider_b.svg) no-repeat center bottom/100% 4px;
  padding: 0 0 40px;
}
.single__details-last {
  margin-top: 40px;
}
.single__body {
  padding: 40px 0 0;
}
.single__body > :last-child {
  margin-bottom: 0;
}
.single__body i.lg {
  font-size: 25px;
}
.single__author {
  padding: 40px 0;
  background: url(../images/divider_b.svg) no-repeat center top/100% 4px;
  margin: 60px 0 0;
}
.single__comments {
  background: url(../images/divider-reverse_b.svg) no-repeat center top/100% 4px;
  padding: 40px 0 0;
}
@media print, screen and (min-width: 40em) {
  .single__details {
    padding: 0 0 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .single__body {
    padding: 80px 0 0;
  }
  .single__author {
    padding: 87px 0 80px;
    margin: 80px 0 0;
  }
  .single__comments {
    padding: 76px 0 0;
  }
}

.page-title {
  padding-bottom: 40px;
}

}
@media print, screen and (min-width: 40em) {
  .page-title {
    padding-bottom: 60px;
  }
}

.filter-bar {
  background: #f5f5f5;
  padding: 30px 0;
}
.filter-bar__row {
  display: grid;
  grid-row-gap: 20px;
}
@media print, screen and (min-width: 40em) {
  .filter-bar__row {
    display: flex;
    grid-column-gap: 20px;
  }
  .filter-bar__item--select {
    flex: 0 1 376px;
  }
  .filter-bar__item--keywords {
    flex: 1;
  }
  .filter-bar__item--action {
    flex: 0 1;
  }
}

.keywords {
  position: relative;
}
.keywords__input {
  margin: 0;
}
.keywords__label {
  display: none;
}
.keywords__button {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 3.5625rem;
  background: white url(../images/icon-search.svg) no-repeat center/15px 15px;
  cursor: pointer;
}

.custom-select {
  position: relative;
}
.custom-select[open] {
  z-index: 1;
}
.custom-select[open] .custom-select__summary:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}
.custom-select[open] .custom-select__summary:after {
  transform: rotate(-180deg) translate(0%, 0%);
}
.custom-select__summary {
  padding: 1rem;
  cursor: pointer;
  list-style: none;
  font-family: "brother-1816", sans-serif;
  background: white;
  border: 1px solid #343434;
}
.custom-select__summary::-webkit-details-marker {
  display: none;
}
.custom-select__summary:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow-down.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 19px;
  transition: transform 0.2s ease-in-out;
}
.custom-select__summary:focus {
  outline: none;
}
.custom-select__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.custom-select__radio:checked {
  display: inline;
}
.custom-select__radio:after {
  content: attr(title);
  display: inline;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: "brother-1816", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-weight: 300;
}
.custom-select__list {
  width: 100%;
  background: white;
  position: absolute;
  top: calc(100% - 1px);
  border: 1px solid #343434;
  left: 0;
  padding: 0.5rem 1rem;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
}
.custom-select__list > :first-child {
  padding-top: 0;
}
.custom-select__list > :last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.custom-select__item {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
}
.custom-select__label {
  width: 100%;
  display: flex;
  cursor: pointer;
  font-size: 1.375rem;
  justify-content: space-between;
}

.instagram {
  padding: 60px 0;
  background: url(../images/divider-reverse_b.svg) no-repeat center top/100% 4px;
}
.instagram__header {
  margin-bottom: 40px;
}
.instagram__feed {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.instagram__item {
  flex: 1;
}
.instagram__wrap {
  padding: 0 0 100%;
  height: 0;
  position: relative;
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
.instagram__wrap:hover .instagram__image, .instagram__wrap:active .instagram__image, .instagram__wrap:focus .instagram__image {
  transform: scale(1.05);
}
.instagram__image {
  transition: transform 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 40em) {
  .instagram {
    padding: 120px 0;
  }
  .instagram__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
  }
}

.hero {
  height: 0;
  padding: 0 0 56.25%;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 2;
}
.hero:after {
  content: "";
  display: block;
  position: absolute;
  left: -1%;
  right: -1%;
  background: url(../images/hero-rip_b.svg) no-repeat center top/cover;
  height: 10%;
  z-index: 3;
  bottom: -1px;
}
.hero .video-wrap {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}
.hero .video-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100.5%;
  max-width: unset;
  min-height: 100.5%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.hero .video-wrap video, .hero .video-wrap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.hero__row {
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 4;
}
.hero__row .video-control {
  display: none;
  position: absolute;
  font-size: 0px;
  right: 20px;
  bottom: 45px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.hero__row .video-control span {
  font-size: 0px;
}
.hero__row .video-control .pause {
  display: none;
}
.hero__row .video-control svg {
  width: 100%;
  height: auto;
}
.hero__row .video-control.is_paused .pause {
  display: block;
}
.hero__row .video-control.is_paused .play {
  display: none;
}
.hero__media {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero__content {
  color: white;
  position: relative;
  max-width: 41.25rem;
  z-index: 2;
  pointer-events: auto;
}
.hero__action {
  margin-top: 0.875rem;
}
.hero__title {
  font-size: 1.625rem;
}
@media screen and (min-width: 26.25em) {
  .hero__title {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .hero .video-wrap {
    display: block;
  }
  .hero__row .video-control {
    display: flex;
  }
  .hero__media {
    display: none;
  }
  .hero__action {
    margin-top: 2.3125rem;
  }
  .hero__title {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero__title {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 75em) {
  .hero__content {
    min-width: 800px;
  }
  .hero__title {
    font-size: 4.5rem;
  }
}

.row {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1200px;
}

@media print, screen and (min-width: 48em) {
  .row-inset {
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .row-inset {
    padding: 0 98px;
  }
}

.skip-main {
  z-index: 9999;
  transition: top 0.75s ease-out;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.skip-main:focus {
  top: 10px;
  transition: top 0s;
}

.skip-main {
  z-index: 9999;
  transition: top 0.75s ease-out;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.skip-main:focus {
  top: 10px;
  transition: top 0s;
}

.logo {
  font-size: 0;
  position: relative;
  padding-bottom: 57.032%;
  display: block;
  height: 0;
  width: 100%;
}
.logo:before {
  content: "";
  background: url(../images/logo.png) no-repeat center/contain;
  position: absolute;
  width: 100%;
  height: 100%;
}

.nav-utility {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-utility__item {
  margin: 0;
}
.nav-utility__link {
  position: relative;
  display: block;
  color: #1C1822;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "brother-1816", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.025rem;
  padding: 10px 0;
}
.nav-utility__link:after {
  content: "";
  height: 5px;
  background: black;
  max-width: 100%;
  width: 100%;
  bottom: -4px;
  left: 0;
  position: absolute;
  background: url(../images/underline-red.png) no-repeat center/100% 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.nav-utility__link--search {
  position: relative;
  padding-left: 32px;
  display: block;
}
.nav-utility__link--search:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  background: url(../images/icon-search.svg) no-repeat center/contain;
}
.nav-utility__link:hover:after, .nav-utility__link:active:after, .nav-utility__link:focus:after {
  opacity: 1;
}
@media print, screen and (min-width: 40em) {
  .nav-utility {
    display: flex;
    grid-column-gap: 40px;
    text-align: left;
  }
  .nav-utility__link {
    font-size: 1rem;
    padding: 0;
  }
  .nav-utility__link--search {
    padding-left: 18px;
  }
  .nav-utility__link--search:before {
    width: 13px;
    height: 13px;
    margin-top: -6px;
  }
}

.nav-main {
  list-style: none;
  margin: 0;
  padding: 0 22px;
  text-align: right;
}
.nav-main__item {
  margin: 0;
}
.nav-main__link {
  display: block;
  color: #1C1822;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "brother-1816", sans-serif;
  font-weight: 300;
  letter-spacing: 0.025rem;
  padding: 15px 0;
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .nav-main__link {
    font-size: 1rem;
  }
}

.nav-main-sub {
  list-style: none;
  margin: 14px 0 0;
  padding: 10px 22px 0;
  display: flex;
  justify-content: space-between;
  background: url(../images/divider-reverse_b.svg) no-repeat center top/100% 3px;
}
.nav-main-sub__link {
  display: block;
  color: #1C1822;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "brother-1816", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.021875rem;
  padding: 15px 0;
}

.menu-button {
  font-size: 0;
  width: 61px;
  height: 61px;
  border: none;
}

.hamburger {
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.25s ease-out;
  text-align: center;
  height: 18px;
  width: 26px;
  position: relative;
  padding-top: 8px;
  vertical-align: middle;
  top: 0;
  font-size: 0;
}
.hamburger:focus {
  outline: none;
}
.hamburger span,
.hamburger span:after,
.hamburger span:before {
  content: "";
  transition: transform 0.2s ease-in-out 0.25s;
  height: 2px;
  width: 26px;
  background: #CB6135;
  position: absolute;
  display: block;
  border-radius: 2px;
}
.hamburger span:after,
.hamburger span:before {
  left: 0;
  top: -8px;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.15s;
}
.hamburger span:after {
  top: 8px;
}

.site-header {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 22px;
  z-index: 5;
  position: relative;
}
.site-header__logo {
  width: 123px;
  z-index: 101;
  position: relative;
}
.site-header__toggle {
  z-index: 101;
  position: relative;
}
.site-header__utility {
  display: none;
}
.site-header__dropdown {
  opacity: 0;
  position: fixed;
  padding: 100px 20px 22px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (min-width: 26.25em) {
  .site-header {
    padding: 40px 25px;
  }
  .site-header__logo {
    width: 156px;
  }
  .site-header__utility {
    margin-right: 24px;
  }
  .site-header__nav {
    display: flex;
    align-items: center;
    position: relative;
  }
  .site-header__dropdown {
    padding: 45px 35px;
    background: white;
    z-index: 102;
    display: block;
    position: absolute;
    right: -25px;
    top: 100%;
    width: 291px;
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 43.75em) {
  .site-header__utility {
    display: block;
  }
}

.site-main {
  padding: 50px 0 0;
}

.menu-open .hamburger span {
  background-color: transparent !important;
  transition: all 0.15s ease-in-out;
}
.menu-open .hamburger span:after,
.menu-open .hamburger span:before {
  top: 0;
  transition: top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s;
}
.menu-open .hamburger span:before {
  transform: rotate(45deg);
}
.menu-open .hamburger span:after {
  transform: rotate(-45deg);
}
.menu-open .site-header__dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  background: white;
}
@media screen and (min-width: 26.25em) {
  .menu-open .site-header__dropdown {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.copy {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: "brother-1816", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-weight: 300;
  margin-top: 47px;
  font-size: 0.6875rem;
  letter-spacing: 0.0175rem;
}

.blurb {
  font-size: 1rem;
  line-height: 1.5;
}

.social-list {
  display: block;
}
.social-list__link {
  display: block;
  font-size: 0.8125rem;
  font-family: "brother-1816", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: inherit;
  padding: 5px 0 5px;
  position: relative;
  line-height: 2.3;
  letter-spacing: 0.020625rem;
}
.social-list__link:after {
  content: "";
  height: 2px;
  width: 41px;
  margin: 2px 0 0;
  background: #CACACB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.social-list__link:hover, .social-list__link:active, .social-list__link:focus {
  color: #CB6135;
}
.subscribe__form {
  position: relative;
}
.subscribe__title {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: "brother-1816", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 300 !important;
  font-size: 0.9375rem !important;
  margin: 0 0 1.25rem;
}
.subscribe__title.alt {
  font-family: "sorts-mill-goudy", serif;
  font-weight: 500 !important;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.25rem !important;
}
.subscribe__label {
  position: absolute;
  left: -9999px;
}
.subscribe__submit {
  position: absolute;
  width: 57px;
  height: 57px;
  background: #3B3B3B url(../images/arrow-go.svg) no-repeat center center/14px 14px;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.2s ease-in-out;
}
.subscribe__submit:hover, .subscribe__submit:active, .subscribe__submit:focus {
  background: #1C1822 url(../images/arrow-go.svg) no-repeat center center/14px 14px;
}

.mc-button {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: "brother-1816", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-weight: 300;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0px 50px 0px 20px;
  height: 55px;
  color: #fff;
  background: #3B3B3B url(../images/arrow-go.svg) no-repeat calc(100% - 20px) center/14px 14px;
  transition: all 0.2s ease-in-out;
}
.mc-button:hover, .mc-button:active, .mc-button:focus {
  color: #fff;
  background: #1C1822 url(../images/arrow-go.svg) no-repeat calc(100% - 20px) center/14px 14px;
}

#mc_embed_signup form {
  margin: 0px;
}

.site-footer {
  padding: 75px 0 132px;
  background: url(../images/divider-reverse_b.svg) no-repeat center top/100% 4px;
  display: flex;
  grid-row-gap: 40px;
  flex-direction: column;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .site-footer {
    flex-wrap: wrap;
    justify-content: space-between;
    grid-column-gap: 40px;
    flex-direction: row;
  }
  .site-footer__blurb {
    flex: 1 0 100%;
  }
  .site-footer__social {
    flex: 0 1 127px;
  }
  .site-footer__subscribe {
    flex: 0 1 300px;
  }
}
@media print, screen and (min-width: 64em) {
  .site-footer__blurb {
    flex: 0 1 519px;
    order: 1;
  }
  .site-footer__social {
    flex: 0 1 127px;
    order: 2;
  }
  .site-footer__subscribe {
    flex: 0 1 300px;
    order: 3;
  }
}

.error404 .site-main {
  padding-top: 0px;
}

.nf-block {
  position: relative;
  display: grid;
}
.nf-block .block {
  position: relative;
  display: grid;
  grid-row: 1;
  grid-column: 1;
}
.nf-block .block__copy {
  margin: 0px;
  width: 100%;
  z-index: 1;
}
.nf-block .block__image {
  grid-template-columns: auto auto;
  justify-content: flex-end;
  margin-left: 20px;
}
.nf-block .copy-wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  text-align: center;
  align-items: center;
  padding: 30px 0px 70px;
}
.nf-block .image-wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
  grid-column: 2;
  width: 100%;
  max-width: 450px;
}
.nf-block .image-wrap img {
  width: 100%;
  filter: grayscale(1);
}
.nf-block .image-wrap:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.85);
}
.nf-block .outline-title {
  font-family: "brother-1816", sans-serif;
  color: transparent;
  font-size: 75px;
  -webkit-text-stroke: 0.025em #CB6135;
  position: relative;
  line-height: 1;
  margin-bottom: 0.1em;
}
@media print, screen and (min-width: 40em) {
  .nf-block .outline-title {
    font-size: 105px;
  }
}
@media print, screen and (min-width: 64em) {
  .nf-block .outline-title {
    font-size: 135px;
  }
}
.nf-block .h2 {
  font-size: 30px;
  line-height: 1;
}
.nf-block .h2 .ul {
  position: relative;
  display: inline-block;
}
.nf-block .h2 .ul:after {
  content: "";
  height: 5px;
  background: black;
  max-width: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url(../images/underline-red.png) no-repeat center/100% 100%;
}
@media print, screen and (min-width: 40em) {
  .nf-block .h2 {
    font-size: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .nf-block .h2 {
    font-size: 60px;
  }
}
.nf-block .h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .nf-block .h3 {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 64em) {
  .nf-block .h3 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 64em) {
  .nf-block .block {
    grid-template-columns: 1fr 0.575fr;
    grid-column-gap: 30px;
  }
  .nf-block .image-wrap {
    grid-column: 2;
    max-width: 100%;
  }
  .nf-block .image-wrap img {
    filter: unset;
  }
  .nf-block .image-wrap:after {
    display: none;
  }
}

.full-width-image {
  position: relative;
  margin: 60px 0px;
  width: 100%;
}
.full-width-image img {
  width: 100%;
}

.authors-grid {
  position: relative;
  display: grid;
  padding-bottom: 60px;
  padding-top: 25px;
}
.authors-grid section {
  margin-top: 0px;
  background: url(../images/divider_b.svg) no-repeat center bottom/100% 4px;
  padding-top: 0px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.authors-grid section:first-child {
  margin-top: 40px;
  padding-top: 0px;
}

.subscribe-bar {
  position: relative;
  background: #CB6135;
}
.subscribe-bar__content {
  position: relative;
  display: grid;
}
.subscribe-bar__subscribe {
  position: relative;
  padding: 40px 0px;
  text-align: center;
}
.subscribe-bar__subscribe .h3 {
  color: #fefefe;
  margin-bottom: 15px;
}
.subscribe-bar__subscribe p {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-bar__image {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .subscribe-bar__subscribe {
    text-align: left;
  }
  .subscribe-bar__subscribe p {
    max-width: 100%;
  }
  .subscribe-bar__content {
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-column-gap: 120px;
  }
  .subscribe-bar__image {
    display: flex;
    width: 370px;
    margin-top: -45px;
    margin-bottom: -45px;
  }
}

.contact-blocks {
  position: relative;
  display: grid;
  grid-row-gap: 55px;
  justify-content: center;
}
.contact-blocks__block {
  position: relative;
  display: flex;
  flex-flow: column;
  text-align: center;
  align-items: center;
  max-width: 450px;
}
.contact-blocks__block .copy-wrap {
  position: relative;
  flex: 1;
}
.contact-blocks__block .h3 {
  margin-bottom: 20px;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .contact-blocks {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 35px;
  }
  .contact-blocks__block {
    max-width: 100%;
  }
}

.article-audio-player-container {
  display: flex;
}
.article-audio-player-container ~ .meta__item {
  border-left: none;
}
.article-audio-player-container .audiojs {
  width: 220px;
  display: flex;
  height: 32px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}
.article-audio-player-container .scrubber {
  display: none;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #BFD1DD;
}
.article-audio-player-container .scrubber__progress-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 3px;
  background: 0 0;
  width: 100%;
}
.article-audio-player-container .scrubber .played {
  z-index: 2;
}
.article-audio-player-container .scrubber .duration {
  z-index: 2;
}
.article-audio-player-container .loaded, .article-audio-player-container .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.article-audio-player-container .progress {
  background: #BFD1DD;
  border-radius: 0px;
  transition: width 0.2s ease-in-out;
}
.article-audio-player-container .loaded {
  background: #dae5e6;
  display: none;
}
.article-audio-player-container .time {
  color: #1C1822;
  display: flex;
  align-items: center;
  text-shadow: none;
  white-space: nowrap;
  border-left: none;
  height: 100%;
  line-height: 32px;
  color: #333;
  font-family: "brother-1816", sans-serif;
  font-weight: 300;
  font-size: 13px;
  padding: 0 10px;
  justify-content: space-between;
  margin: 0;
}
.article-audio-player-container .pre-play {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  cursor: pointer;
}
.article-audio-player-container .audio-controls {
  display: none;
  z-index: 3;
  grid-gap: 10px;
  pointer-events: none;
}
.article-audio-player-container .audio-controls__inner {
  position: relative;
  pointer-events: auto;
  display: flex;
  align-items: center;
  grid-gap: 7px;
}
.article-audio-player-container .audio-controls__inner button {
  cursor: pointer;
  font-size: 0px;
}
.article-audio-player-container .audio-controls__play-pause {
  width: 31px;
  height: 31px;
  border-radius: 100%;
  padding: 0;
  background: #CB6135;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.article-audio-player-container .audio-controls__play-button {
  height: 15px;
  width: 20px;
}
.article-audio-player-container .audio-controls__pause-button {
  display: none;
  height: 15px;
  padding: 1.5px 0;
}
.article-audio-player-container .audio-controls__progress-circle {
  position: absolute;
  z-index: 2;
}
.article-audio-player-container .audio-controls.playing .audio-controls__pause-button {
  display: block;
}
.article-audio-player-container .audio-controls.playing .audio-controls__play-button {
  display: none;
}
.article-audio-player-container--fixed .audio-controls {
  display: flex;
  position: fixed;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 12px;
}
@media screen and (max-width: 1024px) {
  .article-audio-player-container--fixed {
    position: fixed;
    display: flex;
    height: 70px;
    align-items: center;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fefefe;
    box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.2);
    justify-content: center;
    grid-gap: 20px;
    z-index: 2;
  }
  .article-audio-player-container--fixed .audio-controls {
    display: flex;
    position: relative;
    left: unset;
    transform: translateX(0);
    width: auto;
    max-width: auto;
    padding: 0px;
  }
  .article-audio-player-container--fixed ~ .meta__item {
    padding-left: 0px;
    margin-left: 0px;
  }
}

.playing .pre-play {
  display: none;
}
.playing .scrubber {
  display: block;
}

.reveal-overlay {
  background: rgba(28, 24, 34, 0.35);
  overflow-x: hidden;
}

.reveal__subscribe {
  background: transparent;
  border: none;
  height: auto !important;
  min-height: 0px;
  margin: 0px auto 0px;
  width: calc(100% - 40px);
  max-width: 600px;
  padding: 10px;
  overflow: hidden;
}
.reveal__subscribe--content {
  position: relative;
  padding: 45px 25px 30px;
  background: #CB6135;
}
.reveal__subscribe--content .h3 {
  color: #fefefe;
  margin-bottom: 15px;
}
.reveal__subscribe .close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  z-index: 5;
  transition: all 0.2s ease-in-out;
}
.reveal__subscribe .close-button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fefefe;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.reveal__subscribe .close-button:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -4px;
  background: #3B3B3B;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.reveal__subscribe .close-button span {
  position: relative;
  display: block;
  line-height: 1;
  font-weight: bolder;
  top: -2px;
  z-index: 2;
}
.reveal__subscribe .close-button:hover, .reveal__subscribe .close-button:focus, .reveal__subscribe .close-button:active {
  top: 2px;
  right: 2px;
}
.reveal__subscribe .close-button:hover:before, .reveal__subscribe .close-button:focus:before, .reveal__subscribe .close-button:active:before {
  top: 0px;
  left: 0px;
}

.rp-wrap {
  background: url(../images/divider_b.svg) no-repeat center top/100% 4px;
}

.rp-bar {
  position: relative;
  display: grid;
  grid-row-gap: 15px;
  padding-top: 40px;
  padding-bottom: 35px;
  align-items: flex-end;
}
.rp-bar .button, .rp-bar .skip-main {
  font-weight: 300 !important;
}
@media screen and (min-width: 568px) {
  .rp-bar {
    grid-template-columns: 1fr auto;
    padding-top: 60px;
  }
}

.rp-grid {
  position: relative;
  display: grid;
  grid-row-gap: 45px;
  padding-bottom: 50px;
}
.rp-grid a {
  font-weight: initial;
}
.rp-grid .rp-card .rp-date {
  font-family: "brother-1816", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  color: #3B3B3B;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
.rp-grid .rp-card .rp-title {
  color: #3B3B3B;
  font-family: "sorts-mill-goudy", serif;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 8px;
  transition: all 0.2s ease-in-out;
  font-size: 24px;
}
.rp-grid .rp-card .rp-exc {
  color: #3B3B3B;
  font-family: "sorts-mill-goudy", serif;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.rp-grid .rp-card:hover .rp-date, .rp-grid .rp-card:hover .rp-title, .rp-grid .rp-card:hover .rp-exc, .rp-grid .rp-card:focus .rp-date, .rp-grid .rp-card:focus .rp-title, .rp-grid .rp-card:focus .rp-exc, .rp-grid .rp-card:active .rp-date, .rp-grid .rp-card:active .rp-title, .rp-grid .rp-card:active .rp-exc {
  color: #CB6135;
}
@media screen and (min-width: 768px) {
  .rp-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 35px;
  }
}

.mce-content-body {
  font-family: "sorts-mill-goudy", serif;
  font-weight: 300;
  color: #3B3B3B;
}
.mce-content-body li {
  line-height: 1.7272;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 40em) {
  .mce-content-body li {
    font-size: 1.375rem;
  }
}
.mce-content-body p {
  line-height: 1.7272;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.mce-content-body b,
.mce-content-body strong,
.wysiwyg b,
.wysiwyg strong {
  font-family: "brother-1816", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.875;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}
.mce-content-body img,
.wysiwyg img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.mce-content-body .alignnone, .mce-content-body img.alignnone,
.wysiwyg .alignnone,
.wysiwyg img.alignnone {
  /* not sure about this one */
}
.mce-content-body figure.wp-caption,
.wysiwyg figure.wp-caption {
  width: auto !important;
  margin-bottom: 1.5em;
}
.mce-content-body .wp-caption-dd,
.mce-content-body .wp-caption-text,
.wysiwyg .wp-caption-dd,
.wysiwyg .wp-caption-text {
  line-height: 1.38888;
  font-size: 1.125rem;
  margin: 18px 0 0;
  font-style: italic;
}
@media print, screen and (min-width: 40em) {
  .mce-content-body .alignleft, .mce-content-body img.alignleft,
  .mce-content-body .alignright, .mce-content-body img.alignright,
  .mce-content-body .aligncenter, .mce-content-body img.aligncenter,
  .wysiwyg .alignleft,
  .wysiwyg img.alignleft,
  .wysiwyg .alignright,
  .wysiwyg img.alignright,
  .wysiwyg .aligncenter,
  .wysiwyg img.aligncenter {
    max-width: 355px;
  }
  .mce-content-body .alignleft, .mce-content-body img.alignleft,
  .wysiwyg .alignleft,
  .wysiwyg img.alignleft {
    margin: 0 1.5em 1.5em 0;
    display: block;
    float: left;
  }
  .mce-content-body .alignright, .mce-content-body img.alignright,
  .wysiwyg .alignright,
  .wysiwyg img.alignright {
    margin: 0 0 1.5em 1.5em;
    display: block;
    float: right;
  }
  .mce-content-body .aligncenter, .mce-content-body img.aligncenter,
  .wysiwyg .aligncenter,
  .wysiwyg img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}

.wysiwyg > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .wysiwyg--first p:first-child:first-letter {
    initial-letter: 2;
    -webkit-initial-letter: 2;
    margin-right: 5px;
    font-family: "sorts-mill-goudy", serif !important;
    font-weight: 500 !important;
  }
}
@media print, screen and (min-width: 48em) {
  .wysiwyg .alignleft, .wysiwyg img.alignleft {
    margin-left: -50px;
  }
  .wysiwyg .alignright, .wysiwyg img.alignright {
    margin-right: -50px;
  }
}
@media print, screen and (min-width: 64em) {
  .wysiwyg .alignleft, .wysiwyg img.alignleft {
    margin-left: -98px;
  }
  .wysiwyg .alignright, .wysiwyg img.alignright {
    margin-right: -98px;
  }
}

@media print {
  .site-header,
  .site-footer {
    display: none;
  }
  .row-inset {
    padding: 0;
  }
  #main,
  html,
  body {
    width: 100%;
  }
  .single__body {
    padding-top: 30px;
  }
  .single__details-last,
  .single #comments,
  .single .video-wrap,
  .single .media-block-wrap,
  .single figure,
  .single .gallery,
  .single .single__author {
    display: none;
  }
  .single .wysiwyg p,
  .single .wysiwyg li,
  .single .wysiwyg .wp-caption-dd,
  .single .wysiwyg .wp-caption-text {
    font-size: 1.125rem;
  }
  .single .wysiwyg figure {
    display: none !important;
  }
  .single .meta__title,
  .single .author__title {
    font-size: 1.125rem;
  }
  .single .meta__definition {
    font-size: 1rem;
  }
  .single .page-title {
    font-size: 2.1875rem;
  }
}
