/*
 * Configuration Options
 */
/*
 * Colors
 * Names from http://chir.ag/projects/name-that-color/
 */
/*
Open Sans: regular = 400
Open Sans: semi-bold = 600
Acta: book = 400
Acta: medium = 500
Acta: bold = 600
*/
/**********
* Alignments for use in includes.
**********/
/*
 * Top-level Cascade Items
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Open Sans";
  src: url("../../assets/fonts/OpenSans-Regular.eot");
  src: url("../../assets/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("../../assets/fonts/OpenSans-Regular.woff") format("woff"), url("../../assets/fonts/OpenSans-Regular.ttf") format("truetype"), url("../../assets/fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/fonts/OpenSans-Italic.eot");
  src: url("../../assets/fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/OpenSans-Italic.woff2") format("woff2"), url("../../assets/fonts/OpenSans-Italic.woff") format("woff"), url("../../assets/fonts/OpenSans-Italic.ttf") format("truetype"), url("../../assets/fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/fonts/OpenSans-SemiBoldItalic.eot");
  src: url("../../assets/fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../../assets/fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../../assets/fonts/OpenSans-SemiBoldItalic.ttf") format("truetype"), url("../../assets/fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/fonts/OpenSans-SemiBold.eot");
  src: url("../../assets/fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../../assets/fonts/OpenSans-SemiBold.woff") format("woff"), url("../../assets/fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../../assets/fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Acta";
  src: url("../../assets/fonts/Acta-Book.woff2") format("woff2"), url("../../assets/fonts/Acta-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Acta";
  src: url("../../assets/fonts/Acta-BookItalic.woff2") format("woff2"), url("../../assets/fonts/Acta-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Acta";
  src: url("../../assets/fonts/Acta-Medium.woff2") format("woff2"), url("../../assets/fonts/Acta-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Acta";
  src: url("../../assets/fonts/Acta-MediumItalic.woff2") format("woff2"), url("../../assets/fonts/Acta-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Acta";
  src: url("../../assets/fonts/Acta-Bold.woff2") format("woff2"), url("../../assets/fonts/Acta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Acta";
  src: url("../../assets/fonts/Acta-BoldItalic.woff2") format("woff2"), url("../../assets/fonts/Acta-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
/*
 * Base HTML and Typography
 */
html {
  box-sizing: border-box;
}

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

*:focus {
  outline-color: #d0021b;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Acta", Georgia, "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.5;
}
body.menu-is-open {
  overflow: hidden;
}
body:before {
  content: "small";
  display: none;
}
@media (min-width: 48em) {
  body:before {
    content: "medium";
  }
}
@media (min-width: 64em) {
  body:before {
    content: "large";
  }
}
@media (min-width: 85.375em) {
  body:before {
    content: "xlarge";
  }
}
@media (min-width: 92.5em) {
  body:before {
    content: "full";
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin: 0 0 0.5em 0;
  font-weight: 500;
}

h1 {
  font-size: 44px;
}
@media (min-width: 48em) {
  h1 {
    font-size: 64px;
  }
}

h2 {
  font-size: 38px;
}
@media (min-width: 48em) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 30px;
}
@media (min-width: 48em) {
  h3 {
    font-size: 38px;
  }
}

h4 {
  font-size: 26px;
}
@media (min-width: 48em) {
  h4 {
    font-size: 30px;
  }
}

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

h6 {
  font-size: 18px;
}
@media (min-width: 48em) {
  h6 {
    font-size: 22px;
  }
}

p, ol, ul, dd {
  line-height: 1.6;
  margin: 0 0 1em;
  padding: 0;
}

ol, ul, dd {
  margin-left: 1em;
}

/*
 * Images
 */
img {
  height: auto;
  max-width: 100%;
}

/*
 * Links
 */
a {
  color: #d0021b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*
 * Tables
 */
table {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
}

td, th {
  border: 1px solid #cccccc;
  font-weight: 400;
  padding: 5px;
  text-align: left;
}

/*
 * iFrame
 */
iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*
 * Image captions
 */
.wp-caption {
  margin: 0 auto 1em auto;
  max-width: 100%;
}

.wp-caption-text {
  color: #54585d;
  font-size: 15px;
  text-align: center;
}
@media (min-width: 48em) {
  .wp-caption-text {
    font-size: 17px;
  }
}
@media (min-width: 48em) {
  .gallery-item .wp-caption-text, .aligncenter .wp-caption-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}

/*
 * Alignments
 */
.alignnone {
  margin: 0 auto 1em auto;
}
@media (min-width: 30em) {
  .alignnone {
    margin: 0 0 1em 0;
  }
}

.alignleft {
  margin: 0 auto 1em auto;
}
@media (min-width: 30em) {
  .alignleft {
    float: left;
    margin-right: 40px;
  }
}

.alignright {
  margin: 0 auto 1em auto;
}
@media (min-width: 30em) {
  .alignright {
    float: right;
    margin-left: 40px;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1em auto;
  text-align: center;
}

/*
 * Blockquotes
 */
blockquote {
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 48em) {
  blockquote {
    margin-left: 45px;
    margin-right: 45px;
  }
}

label {
  color: #000000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  letter-spacing: 0.055em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

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

legend {
  display: block;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.75;
  margin: 0 0 0.625em;
  text-transform: uppercase;
}

input[type=color],
input[type=date],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  font-family: "Acta", Georgia, "Times New Roman", serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0;
  margin-bottom: 1em;
  max-width: 100%;
  padding: 1em;
  text-transform: none;
  width: 100%;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  background: #ffffff;
  border-color: #000000;
}

input[type=color],
input[type=date],
input[type=number] {
  max-width: 208px;
}

input[type=color] {
  padding: 0.25em;
}

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

input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  display: block;
  min-width: 60px;
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input[disabled],
textarea[disabled] {
  background-color: #e6e6e6;
  box-shadow: none;
  cursor: not-allowed;
}

input[readonly],
textarea[readonly] {
  background-color: #e6e6e6;
}

input[required]:valid,
textarea[required]:valid {
  border-color: #5fae1e;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
  cursor: pointer;
  font-family: "Acta", Georgia, "Times New Roman", serif;
}
[disabled][role=button],
button[disabled],
input[disabled][type=button],
input[disabled][type=reset],
input[disabled][type=submit] {
  cursor: not-allowed;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 0.5em;
  padding: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  position: relative;
  top: 1px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  outline: none;
  padding: 0;
}

input[type=file] {
  cursor: pointer;
  display: block;
}

select {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 1em;
  width: 100%;
}
select[multiple] {
  display: block;
  min-height: 50px;
  padding: 4px;
  resize: vertical;
  width: 100%;
}

option {
  padding: 4px;
}
option[disabled] {
  display: none;
}

/*
 * Custom select menu
 */
.select-menu {
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 0;
  display: block;
  height: 55px;
  overflow: hidden;
  position: relative;
}
.select-menu:after {
  background-color: transparent;
  background-image: url("../icons/dist/chevron-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  content: "";
  display: inline-block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  speak: none;
}
.select-menu select {
  appearance: none;
  background: none;
  border: 0;
  color: #000000;
  font-family: sans-serif;
  height: 100%;
  margin: 0;
  padding: 0 28px 0 20px;
  width: 100%;
  width: 110% \9 ;
  z-index: 2;
}
.select-menu select:focus {
  box-shadow: none;
  outline: transparent;
}
.select-menu select::-ms-expand {
  display: none;
}
.select-menu select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
.select-menu option {
  border: 0;
  padding: 2px 4px;
}

/*
 * Layout and Helpers
 */
.container {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 48em) {
  .container {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container.-tighten {
  max-width: 860px;
}
@media (min-width: 48em) {
  .container.-tighten {
    padding: 0;
  }
}
.container.-narrow {
  max-width: 940px;
}
.container.-narrow-med {
  max-width: 1280px;
}
.container.-flex {
  display: flex;
}
.container.-flex:before, .container.-flex:after {
  display: none;
}
.container.-home {
  display: block;
}
@media (min-width: 64em) {
  .container.-home {
    display: flex;
    justify-content: space-between;
  }
}
.container.-nopad {
  padding: 0;
}
.container.-relative {
  position: relative;
}

[class*=col-] {
  float: left;
}

.col-1-16 {
  width: 6.25%;
}

.col-2-16 {
  width: 12.5%;
}

.col-3-16 {
  width: 18.75%;
}

.col-4-16 {
  width: 25%;
}

.col-5-16 {
  width: 31.25%;
}

.col-6-16 {
  width: 37.5%;
}

.col-7-16 {
  width: 43.7%;
}

.col-8-16 {
  width: 50%;
}

.col-9-16 {
  width: 56.25%;
}

.col-10-16 {
  width: 62.5%;
}

.col-11-16 {
  width: 68.75%;
}

.col-12-16 {
  width: 75%;
}

.col-13-16 {
  width: 81.25%;
}

.col-14-16 {
  width: 87.5%;
}

.col-15-16 {
  width: 93.75%;
}

.col-16-16 {
  width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  position: absolute !important;
  overflow: hidden;
  width: 1px;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.-center {
  text-align: center;
}

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

@media (min-width: 48em) {
  .home .site-main {
    padding-top: 40px;
  }
}
@media (min-width: 85.375em) {
  .home .site-main {
    padding-top: 80px;
  }
}

#onetrust-pc-sdk .pc-logo-container, .pc-footer-logo {
  display: none !important;
}

/*
 * Components
 */
.ad-sponsored {
  /* Header */
  /* Supplementary Nav */
}
.site-header > .ad-sponsored {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 20px;
  padding: 18px 0 20px 0;
  text-align: center;
}
@media (min-width: 48em) {
  .site-header > .ad-sponsored {
    display: none;
  }
}
.nav-supplementary .ad-sponsored {
  border: none;
  padding: 0;
}
@media (min-width: 48em) {
  .nav-supplementary .ad-sponsored {
    left: 40px;
    position: absolute;
    top: 70px;
    width: 145px;
  }
}
@media (min-width: 64em) {
  .nav-supplementary .ad-sponsored {
    top: 112px;
    width: 280px;
  }
}
@media (min-width: 85.375em) {
  .nav-supplementary .ad-sponsored {
    top: 70px;
    width: 320px;
  }
}
.ad-sponsored .text {
  color: #41484f;
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}
.nav-supplementary .ad-sponsored .text {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 64em) {
  .nav-supplementary .ad-sponsored .text {
    margin-bottom: 0;
    margin-right: 15px;
    text-align: left;
  }
}
@media (min-width: 85.375em) {
  .nav-supplementary .ad-sponsored .text {
    font-size: 15px;
    margin-right: 25px;
  }
}
.ad-sponsored .image {
  display: block;
  margin: 0 auto;
  width: 145px;
}
@media (min-width: 48em) {
  .nav-supplementary .ad-sponsored .image {
    flex: 0 0 auto;
  }
}
@media (min-width: 85.375em) {
  .nav-supplementary .ad-sponsored .image {
    width: 155px;
  }
}
.ad-sponsored .image img {
  display: block;
  height: auto;
}

.ad-sponsored-inline {
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 48em) {
  .ad-sponsored-inline {
    margin: 0 0 0 40px;
    float: right;
    width: 314px;
  }
}
@media (min-width: 64em) {
  .ad-sponsored-inline {
    margin: 0 -6vw 0 40px;
  }
}
@media (min-width: 85.375em) and (max-width: 100em) {
  .ad-sponsored-inline {
    margin: 0 calc(430px - 45vw) 0 40px;
  }
}
@media (min-width: 100em) {
  .ad-sponsored-inline {
    margin: 0 -290px 0 40px;
  }
}
.ad-sponsored-inline > div {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ad-sponsored-inline .more {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-size: 14px;
}

.alpha-pagination {
  text-align: center;
  margin: 50px 0;
}
.alpha-pagination li {
  display: inline-block;
  text-transform: lowercase;
}
.alpha-pagination li:first-of-type {
  text-transform: none;
}
.alpha-pagination a {
  border: 1px solid transparent;
  color: #41484f;
  display: block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
@media (min-width: 48em) {
  .alpha-pagination a {
    font-size: 22px;
  }
}
@media (min-width: 87.5em) {
  .alpha-pagination a {
    font-size: 28px;
    line-height: 45px;
    height: 45px;
    width: 45px;
  }
}
.alpha-pagination a:focus, .alpha-pagination a:hover {
  color: #d0021b;
  border-color: #d0021b;
  text-decoration: none;
}

.archive-filters {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 55px 20px 40px 20px;
}
.-issue_archive .archive-filters {
  padding-bottom: 0;
}
@media (min-width: 48em) {
  .-issue_archive .archive-filters {
    padding-bottom: 40px;
  }
}
.archive-filters .title {
  color: #41484f;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 60px 0;
  text-align: center;
}
@media (min-width: 48em) {
  .archive-filters .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.archive-filters label {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 30px;
  text-transform: uppercase;
}
.archive-filters .group {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .archive-filters .group {
    flex: 1;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.archive-filters .group:last-of-type {
  margin-right: 0;
}
.archive-filters .select {
  color: #41484f;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
}
.archive-filters .select .choices__item--selectable {
  padding-right: 10px;
}

.archive-link .link {
  color: #262626;
  font-style: italic;
  letter-spacing: 0.1em;
}
.archive-link .icon {
  margin-left: 20px;
  vertical-align: middle;
}

.artist-directory {
  column-count: 2;
  column-width: 50%;
  font-size: 18px;
  list-style: none;
  margin: 80px auto;
  max-width: 1100px;
  padding: 0;
}
@media (min-width: 48em) {
  .artist-directory {
    column-count: 3;
    column-width: 33.33%;
    font-size: 22px;
  }
}
@media (min-width: 64em) {
  .artist-directory {
    column-count: 4;
    column-width: 20%;
  }
}
.artist-directory li {
  margin-bottom: 10px;
}
.artist-directory a {
  color: #262626;
}
.artist-directory a:focus, .artist-directory a:hover {
  color: #d0021b;
}

.artwork-header {
  padding-top: 70px;
}
.artwork-header.-with_searches {
  border-bottom: 4px solid #000000;
  padding-bottom: 70px;
}
.artwork-header a {
  color: #000000;
}
.artwork-header .header {
  line-height: 1;
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}
.artwork-header.-with_searches .header {
  margin-bottom: 90px;
}
.artwork-header.-art {
  padding-top: 80px;
}
.artwork-header.-issue {
  padding-top: 80px;
}
@media (min-width: 48em) {
  .artwork-header.-issue {
    padding-top: 40px;
  }
}
@media (min-width: 85.375em) {
  .artwork-header.-issue {
    padding-top: 0;
  }
}
.-issue_archive .artwork-header {
  padding-top: 40px;
}
.artwork-header .heading {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.055em;
  margin: 0 auto -28px;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .artwork-header .heading {
    font-size: 56px;
  }
}
.artwork-header .heading > span {
  background: #ffffff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.artwork-header .heading > span:before, .artwork-header .heading > span:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 23px;
  z-index: 1;
}
@media (min-width: 25.8125em) {
  .artwork-header .heading > span:before, .artwork-header .heading > span:after {
    z-index: -1;
  }
}
@media (min-width: 48em) {
  .artwork-header .heading > span:before, .artwork-header .heading > span:after {
    top: 30px;
  }
}
.artwork-header .heading > span:before {
  right: 90%;
}
@media (min-width: 30em) {
  .artwork-header .heading > span:before {
    right: 100%;
  }
}
.artwork-header .heading > span:after {
  left: 90%;
}
@media (min-width: 30em) {
  .artwork-header .heading > span:after {
    left: 100%;
  }
}
.artwork-header .subheading {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}
.artwork-header .group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1085px;
}
.artwork-header .card {
  flex: 1;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
@media (min-width: 48em) {
  .artwork-header .card {
    margin-bottom: 0;
  }
}
.artwork-header .card:hover, .artwork-header .card:focus {
  text-decoration: none;
}
.artwork-header .card:hover .more, .artwork-header .card:focus .more {
  text-decoration: underline;
}
.artwork-header .card:hover .media:before, .artwork-header .card:focus .media:before {
  opacity: 1;
  transform: scale(1);
}
.artwork-header .card .media {
  border-radius: 50%;
  height: 136px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 136px;
}
.artwork-header .card .media:before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.7);
  transition: opacity 0.25s, transform 0.2s;
  width: 100%;
}
.artwork-header .card img {
  display: block;
  height: 100%;
  width: 100%;
}
.artwork-header .card .title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.artwork-header .card .more {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #d0021b;
  display: inline-block;
  font-size: 14px;
}

.button-primary {
  background: #ffffff;
  border: 3px solid #d0021b;
  color: #d0021b;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1;
  padding: 16px 36px;
  text-decoration: none;
  text-transform: uppercase;
}
.button-primary:hover, .button-primary:focus {
  text-decoration: underline;
}

.button-secondary {
  background: #d0021b;
  border: 3px solid #d0021b;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1;
  padding: 16px 36px;
  text-decoration: none;
  text-transform: uppercase;
}
.button-secondary:hover, .button-secondary:focus {
  text-decoration: underline;
}

.button-tertiary {
  background: #41484f;
  border: 3px solid #41484f;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1;
  padding: 16px 36px;
  text-decoration: none;
  text-transform: uppercase;
}
.button-tertiary:hover, .button-tertiary:focus {
  text-decoration: underline;
}

.categories-menu {
  max-width: 860px;
  text-align: center;
}
.categories-menu .heading {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #d0021b;
  font-size: 14px;
  font-style: normal;
  margin-top: 50px;
}

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

.content-list {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  list-style: url(../images/diamond-bullet.svg);
  margin: 0;
  padding: 0 0 0 20px;
}
.content-list.-post {
  margin-bottom: 100px;
}
.content-list.-space {
  margin: 40px 0;
}
.content-list a {
  color: #000000;
}
.content-list > li {
  margin-bottom: 1em;
  padding-left: 10px;
}

.cta-button-line {
  margin-bottom: 2em;
  position: relative;
  text-align: center;
}
@media (min-width: 48em) {
  .cta-button-line {
    padding-left: 50px;
    text-align: left;
  }
}
.cta-button-line:before {
  background-color: #000000;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 19px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 48em) {
  .cta-button-line:before {
    top: 28px;
  }
}
.cta-button-line .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 20px 0 0 0 #ffffff, -20px 0 0 0 #ffffff;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .cta-button-line .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.cta-button-line .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.cta-button-line .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.cta-button-line .button.-secondary {
  background-color: #41484f;
}
.cta-button-line .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.cta-button-line .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .cta-button-line .button.-outlined {
    font-size: 20px;
  }
}
.cta-button-line .image {
  display: block;
  margin: 30px auto;
}
@media (min-width: 64em) {
  .cta-button-line .image {
    bottom: 30px;
    height: auto;
    margin: 0;
    position: absolute;
    right: 0;
    width: 32%;
  }
}

.cta-hero, .page-curtis .hero {
  align-items: flex-end;
  background-color: #000000;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 60px;
  min-height: 360px;
  padding: 0 1em;
  position: relative;
  text-align: center;
}
@media (min-width: 30em) {
  .cta-hero, .page-curtis .hero {
    min-height: 488px;
  }
}
.cta-hero:after, .page-curtis .hero:after {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cta-hero .sub, .page-curtis .hero .sub {
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 30em) {
  .cta-hero .sub, .page-curtis .hero .sub {
    font-size: 24px;
  }
}
.cta-hero .content, .page-curtis .hero .content {
  margin-bottom: -22px;
  max-width: 860px;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .cta-hero .content, .page-curtis .hero .content {
    margin-bottom: -30px;
  }
}
.cta-hero .heading, .page-curtis .hero .heading {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (min-width: 30em) {
  .cta-hero .heading, .page-curtis .hero .heading {
    font-size: 78px;
  }
}
.cta-hero .copy, .page-curtis .hero .copy {
  margin-bottom: 37px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cta-hero .copy p, .page-curtis .hero .copy p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.cta-hero .copy p + p, .page-curtis .hero .copy p + p {
  margin-top: 1em;
}
@media (min-width: 30em) {
  .cta-hero .copy p, .page-curtis .hero .copy p {
    font-size: 24px;
  }
}
.cta-hero .button, .page-curtis .hero .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 48em) {
  .cta-hero .button, .page-curtis .hero .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.cta-hero .button:before, .page-curtis .hero .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.cta-hero .button:hover:before, .page-curtis .hero .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.cta-hero .button.-secondary, .page-curtis .hero .button.-secondary {
  background-color: #41484f;
}
.cta-hero .button.-outlined, .page-curtis .hero .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.cta-hero .button.-outlined:before, .page-curtis .hero .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .cta-hero .button.-outlined, .page-curtis .hero .button.-outlined {
    font-size: 20px;
  }
}
@media (min-width: 30em) {
  .cta-hero .button, .page-curtis .hero .button {
    width: auto;
  }
}
.cta-hero .media, .page-curtis .hero .media {
  border-radius: 100%;
  border: 8px solid #262626;
  display: inline-block;
  height: 200px;
  margin-bottom: -85px;
  overflow: hidden;
  position: relative;
  width: 200px;
  z-index: 1;
}
@media (min-width: 30em) {
  .cta-hero .media, .page-curtis .hero .media {
    height: 268px;
    width: 268px;
  }
}
.cta-hero .media:after, .page-curtis .hero .media:after {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 50%, #000000 98%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
}
.cta-hero .media .image, .page-curtis .hero .media .image {
  height: 100%;
  width: 100%;
}
.cta-hero-link:hover {
  text-decoration: none;
}

.cta-link {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .cta-link {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.cta-link:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.cta-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
.cta-link.-secondary {
  background-color: #41484f;
}
.cta-link.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.cta-link.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .cta-link.-outlined {
    font-size: 20px;
  }
}

@media (min-width: 64em) {
  .cta-newsletter {
    align-items: center;
    display: flex;
  }
}
@media (min-width: 48em) {
  .site-footer .cta-newsletter {
    margin-right: 60px;
  }
}
.cta-newsletter.-inline {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  justify-content: space-between;
  margin: 30px auto;
  max-width: 860px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.cta-newsletter.-inline .content {
  margin-right: 30px;
}
.cta-newsletter.-inline .email,
.cta-newsletter.-inline .button.-outlined {
  border-width: 3px;
  font-size: 16px;
}
.cta-newsletter.-inline svg {
  width: 19px;
  height: 12px;
}
.cta-newsletter.-curtis {
  align-items: flex-start;
  border: none;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.cta-newsletter.-curtis .ctct-form-embed.form_0 .ctct-form-defaults {
  padding: 0;
}
.cta-newsletter.-curtis .ctct-form-custom {
  display: grid;
  /* grid fallbacks */
  /* end grid fallbacks */
}
@media (min-width: 48em) {
  .cta-newsletter.-curtis .ctct-form-custom {
    grid-column-gap: 2rem;
    grid-template-columns: 2fr 2.5fr 2.5fr;
  }
}
.cta-newsletter.-curtis .ctct-form-custom .ctct-form-header {
  line-height: 1;
}
@media (min-width: 48em) {
  .cta-newsletter.-curtis .ctct-form-custom > *:nth-child(1), .cta-newsletter.-curtis .ctct-form-custom > *:nth-child(2) {
    clear: both;
    float: left;
    width: 40%;
  }
}
@media (min-width: 48em) {
  .cta-newsletter.-curtis .ctct-form-custom .ctct-form-field {
    display: inline-block;
    width: 29.5%;
  }
}
@media (min-width: 53.4375em) {
  .cta-newsletter.-curtis .ctct-form-custom .ctct-form-field#last_name_field_0, .cta-newsletter.-curtis .ctct-form-custom .ctct-form-field#company_field_0 {
    left: 40%;
  }
}
@media (min-width: 48em) {
  .cta-newsletter.-curtis .ctct-form-custom > *:not(.ctct-form-field):not(:nth-child(1)):not(:nth-child(2)) {
    float: right;
    width: 60%;
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .cta-newsletter.-curtis .ctct-form-custom > *:nth-child(2) {
      transform: translateY(-30%);
    }
  }
}
@supports (display: grid) {
  .cta-newsletter.-curtis .ctct-form-custom > *:nth-child(1), .cta-newsletter.-curtis .ctct-form-custom > *:nth-child(2) {
    width: auto;
  }
}
@media (min-width: 48em) {
  .cta-newsletter.-curtis .ctct-form-custom > *:nth-child(1), .cta-newsletter.-curtis .ctct-form-custom > *:nth-child(2) {
    grid-column: 1;
  }
}
@media (min-width: 48em) {
  .cta-newsletter.-curtis .ctct-form-custom > *:nth-child(3) {
    grid-row: 1;
  }
}
@media (min-width: 48em) {
  .cta-newsletter.-curtis .ctct-form-custom > * {
    grid-column: 2;
  }
}
@supports (display: grid) {
  .cta-newsletter.-curtis .ctct-form-custom > *:not(.ctct-form-field):not(:nth-child(1)):not(:nth-child(2)) {
    float: none;
    width: auto;
  }
}
@media (min-width: 48em) {
  .cta-newsletter.-curtis .ctct-form-custom > *:not(.ctct-form-field):not(:nth-child(1)):not(:nth-child(2)) {
    grid-column: 2/-1;
  }
}
.cta-newsletter.-curtis .ctct-form-custom .ctct-form-field {
  position: relative;
}
@supports (display: grid) {
  .cta-newsletter.-curtis .ctct-form-custom .ctct-form-field {
    width: auto;
  }
}
@media (min-width: 48em) {
  .cta-newsletter.-curtis .ctct-form-custom .ctct-form-field {
    grid-column: 2;
  }
  .cta-newsletter.-curtis .ctct-form-custom .ctct-form-field#first_name_field_0 {
    grid-column: 3;
    grid-row: 1;
  }
  @supports (display: grid) {
    .cta-newsletter.-curtis .ctct-form-custom .ctct-form-field#last_name_field_0, .cta-newsletter.-curtis .ctct-form-custom .ctct-form-field#company_field_0 {
      left: unset;
    }
  }
  .cta-newsletter.-curtis .ctct-form-custom .ctct-form-field#company_field_0 {
    grid-column: 3;
  }
}
.cta-newsletter.-curtis .ctct-form-custom .ctct-form-field .ctct-form-errorMessage {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.cta-newsletter.-curtis .ctct-form-custom .ctct-form-field input { /* Necessary to override Constant Contact styles */
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  font-family: "Acta", Georgia, "Times New Roman", serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0;
  margin-bottom: 1em;
  max-width: 100%;
  padding: 1em;
  text-transform: none;
  width: 100%;
}
.cta-newsletter.-curtis .ctct-form-custom .ctct-form-field input:focus {
  background: #ffffff;
  border-color: #000000;
}
.cta-newsletter.-curtis .ctct-form-custom#ctct_form_0 .ctct-form-button { /* Necessary to override Constant Contact styles */
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 12px 22px;
  position: relative;
  text-decoration: none;
}
.cta-newsletter.-curtis .ctct-form-custom#ctct_form_0 .ctct-form-button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.cta-newsletter.-curtis .ctct-form-custom#ctct_form_0 .ctct-form-button:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 48em) {
  .cta-newsletter.-curtis .ctct-form-footer {
    clear: both;
    margin-left: auto;
    max-width: 70%;
  }
}
.cta-newsletter .content {
  margin-right: 60px;
}
.cta-newsletter .title {
  font-size: 30px;
  margin: 0 0 5px 0;
}
.cta-newsletter .text {
  color: #262626;
  flex: 1 1 auto;
  font-size: 17px;
  margin: 0 0 15px 0;
}
@media (min-width: 64em) {
  .cta-newsletter .text {
    margin: 0;
  }
}
.cta-newsletter .form {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .cta-newsletter .form {
    display: flex;
    margin-bottom: 0;
  }
}
.cta-newsletter .email {
  margin: 0 15px 5px 0;
  text-align: center;
}
@media (min-width: 48em) {
  .cta-newsletter .email {
    text-align: left;
    margin-bottom: 0;
  }
}
.cta-newsletter .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 48em) {
  .cta-newsletter .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.cta-newsletter .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.cta-newsletter .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.cta-newsletter .button.-secondary {
  background-color: #41484f;
}
.cta-newsletter .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.cta-newsletter .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .cta-newsletter .button.-outlined {
    font-size: 20px;
  }
}
@media (min-width: 48em) {
  .cta-newsletter .button {
    flex: 0 0 auto;
    width: auto;
  }
}
.cta-newsletter .button svg {
  margin-right: 10px;
}

@media (min-width: 64em) {
  .cta-signup {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.cta-signup .title {
  color: #d0021b;
  font-size: 30px;
  margin: 0 0 20px 0;
}
@media (min-width: 64em) {
  .cta-signup .title {
    margin: 0;
    width: 30%;
  }
}
@media (min-width: 85.375em) {
  .cta-signup .title {
    width: 25%;
  }
}
.cta-signup .text {
  color: #262626;
  flex: 1 1 auto;
  font-size: 17px;
  margin: 0 0 25px 0;
}
@media (min-width: 64em) {
  .cta-signup .text {
    margin: 0;
    padding: 0 60px 0 0;
    width: 44.2857142857%;
  }
}
.cta-signup .cta {
  flex: 0 0 auto;
  margin: 0;
}
.cta-signup .link {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 48em) {
  .cta-signup .link {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.cta-signup .link:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.cta-signup .link:hover:before {
  opacity: 1;
  transform: scale(1);
}
.cta-signup .link.-secondary {
  background-color: #41484f;
}
.cta-signup .link.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.cta-signup .link.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .cta-signup .link.-outlined {
    font-size: 20px;
  }
}
@media (min-width: 48em) {
  .cta-signup .link {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.cta-speedbump {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
@media (min-width: 48em) {
  .cta-speedbump.-has-image {
    text-align: left;
  }
}
@media (min-width: 48em) {
  .cta-speedbump.-has-image .content {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}
@media (min-width: 48em) {
  .cta-speedbump.-has-image .text {
    flex-basis: calc(100% - 380px);
  }
}
@media (min-width: 48em) {
  .cta-speedbump.-has-image .image {
    bottom: 90px;
    position: absolute;
    right: -20px;
    width: 450px;
  }
}
.cta-speedbump.-has-image .image > img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .cta-speedbump.-has-image .image > img {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .cta-speedbump.-has-image .action {
    flex-basis: 100%;
  }
}
.cta-speedbump.-locked {
  margin-top: 60px;
}
.cta-speedbump.-locked .icon_wrapper {
  background-color: #e8f3ec;
  border-radius: 100%;
  border: 1px solid #cccccc;
  height: 37px;
  left: 50%;
  line-height: 37px;
  margin-left: -18px;
  position: absolute;
  top: -8px;
  width: 37px;
}
.cta-speedbump.-locked .icon_wrapper:after {
  background: #e8f3ec;
  border-radius: 100%;
  content: "";
  display: block;
  height: 57px;
  left: -11px;
  position: absolute;
  top: -11px;
  width: 57px;
  z-index: -1;
}
.cta-speedbump.-membership {
  display: none;
  position: relative;
  left: 0;
  max-width: 100%;
}
@media (min-width: 58.875em) {
  .cta-speedbump.-membership {
    left: calc(-50vw + 450px);
    max-width: none;
    width: calc(100vw - 40px);
  }
}
.cta-speedbump.-membership .action:before, .cta-speedbump.-membership .action:after {
  left: 50%;
  max-width: 1600px;
  transform: translateX(-50%);
}
.cta-speedbump .content {
  background-color: #e8f3ec;
  box-shadow: inset 0 0 0 10px #e8f3ec, inset 0 0 0 11px #cccccc;
  padding: 40px;
}
@media (min-width: 48em) {
  .cta-speedbump .content {
    padding: 75px 60px 40px 60px;
  }
}
.cta-speedbump .heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 48em) {
  .cta-speedbump .heading {
    font-size: 34px;
  }
}
@media (min-width: 64em) {
  .cta-speedbump .heading {
    font-size: 52px;
  }
}
.cta-speedbump .copy {
  color: #41484f;
  font-size: 21px;
  margin-bottom: 30px;
}
.cta-speedbump .image > img {
  display: block;
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
}
@media (min-width: 48em) {
  .cta-speedbump .image > img {
    margin-bottom: -10px;
  }
}
.woocommerce .cta-speedbump a.button,
.cta-speedbump .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 20px 0 0 0 #e8f3ec, -20px 0 0 0 #e8f3ec;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .woocommerce .cta-speedbump a.button,
.cta-speedbump .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.woocommerce .cta-speedbump a.button:before,
.cta-speedbump .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.woocommerce .cta-speedbump a.button:hover:before,
.cta-speedbump .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.woocommerce .cta-speedbump a.button.-secondary,
.cta-speedbump .button.-secondary {
  background-color: #41484f;
}
.woocommerce .cta-speedbump a.button.-outlined,
.cta-speedbump .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.woocommerce .cta-speedbump a.button.-outlined:before,
.cta-speedbump .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce .cta-speedbump a.button.-outlined,
.cta-speedbump .button.-outlined {
    font-size: 20px;
  }
}
@media (min-width: 48em) {
  .cta-speedbump .action {
    padding-left: 20px;
  }
}
.cta-speedbump .action:before, .cta-speedbump .action:after {
  background-color: #000000;
  content: "";
  height: 4px;
  left: 0;
  margin-top: 8px;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 1;
}
@media (min-width: 48em) {
  .cta-speedbump .action:before, .cta-speedbump .action:after {
    height: 8px;
    margin-top: 10px;
  }
}
.cta-speedbump .action:after {
  margin-top: 33px;
}
@media (min-width: 48em) {
  .cta-speedbump .action:after {
    margin-top: 43px;
  }
}

.cta-subscribe {
  border-top: 4px solid #000000;
  clear: both;
  margin-bottom: 40px;
  margin-top: 50px;
  padding-top: 20px;
}
@media (min-width: 48em) {
  .cta-subscribe {
    margin-bottom: 60px;
    margin-top: 100px;
  }
}
.cta-subscribe a {
  display: inline-block;
}
.cta-subscribe a:after {
  background-image: url("../icons/dist/arrow.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  margin-top: -4px;
  vertical-align: middle;
  width: 9px;
}
.cta-subscribe span {
  margin-right: 10px;
}

.divider-text {
  margin: 2em 0;
  position: relative;
  text-align: center;
}
.divider-text:before {
  border: 1px solid #cccccc;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.divider-text .text {
  background-color: #ffffff;
  display: inline-block;
  padding: 10px;
  position: relative;
}

.editors-choice {
  flex: 1;
  margin-bottom: 40px;
}
@media (min-width: 64em) {
  .editors-choice {
    margin-bottom: 0;
    margin-right: 40px;
    margin-top: -10px;
    max-width: 666px;
  }
}
@media (min-width: 85.375em) {
  .editors-choice {
    margin-right: 115px;
  }
}

.error-404 {
  text-align: center;
}
.error-404 .image {
  display: inline-block;
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}
@media (min-width: 48em) {
  .error-404 .image {
    margin-top: 100px;
    padding-top: 100px;
  }
}
.error-404 .image img {
  height: auto;
  max-width: 980px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.error-404 .title {
  color: #cccccc;
  font-size: 150px;
  font-weight: 500;
  left: 0;
  line-height: 0;
  margin: 0;
  opacity: 0.39;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 2;
}
@media (min-width: 48em) {
  .error-404 .title {
    font-size: 260px;
  }
}
.error-404 .copy {
  color: #262626;
  font-size: 16px;
  line-height: 1.37;
  max-width: 60%;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 3;
}
@media (min-width: 31.25em) {
  .error-404 .copy {
    font-size: 26px;
    line-height: 1.27;
    max-width: 55%;
    top: 80px;
  }
}
@media (min-width: 48em) {
  .error-404 .copy {
    font-size: 36px;
    line-height: 1.12;
    max-width: 50%;
    top: 110px;
  }
}
@media (min-width: 55.375em) {
  .error-404 .copy {
    font-size: 46px;
    line-height: 1.37;
    max-width: 508px;
    top: 120px;
  }
}
.error-404 .subtletext {
  color: #41484f;
  font-size: 18px;
  font-style: italic;
}
.error-404 .form {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 5px solid #000000;
  border-top: 5px solid #000000;
  margin-top: -14.2%;
  padding: 14px;
  position: relative;
  z-index: 3;
}
@media (min-width: 48em) {
  .error-404 .form {
    border-bottom-width: 8px;
    border-top-width: 8px;
  }
}
@media (min-width: 64em) {
  .error-404 .form {
    margin-top: -133px;
  }
}

.fine-print {
  color: #41484f;
  font-style: italic;
}

.form-control {
  margin-bottom: 2em;
}
.form-control.-group {
  margin-bottom: 1em;
}

@media (min-width: 48em) {
  .form-generic {
    border-top: 4px solid #000000;
    display: flex;
    margin-top: 50px;
  }
}
.form-generic .heading {
  display: block;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.055em;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .form-generic .heading {
    margin-bottom: 0;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .form-generic .heading {
    font-size: 28px;
  }
}
.form-generic .heading div {
  text-align: center;
}
@media (min-width: 48em) {
  .form-generic .heading div {
    margin-bottom: 40px;
    margin-top: -64px;
  }
}
@media (min-width: 64em) {
  .form-generic .heading div {
    margin-top: -70px;
  }
}
.form-generic .heading span {
  background: #ffffff;
  display: inline-block;
  padding: 0 20px;
}
@media (min-width: 85.375em) {
  .form-generic .heading span {
    padding: 0 40px;
  }
}
.form-generic .group {
  border: 0;
  border-top: 4px solid #000000;
  margin-bottom: 0;
  margin-top: 45px;
  padding: 0;
  width: 100%;
}
@media (min-width: 30em) {
  .form-generic .group {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 48em) {
  .form-generic .group {
    border: 0;
    margin-bottom: 50px;
    padding: 0 50px 40px;
  }
}
@media (min-width: 85.375em) {
  .form-generic .group {
    padding: 0 100px 75px;
  }
}
@media (min-width: 48em) {
  .form-generic .group.-primary {
    border-right: 1px solid #cccccc;
  }
}
@media (min-width: 85.375em) {
  .form-generic .group.-primary {
    padding-left: 165px;
  }
}
@media (min-width: 85.375em) {
  .form-generic .group.-secondary {
    padding-right: 165px;
  }
}
.form-generic .control {
  margin-bottom: 25px;
}
.form-generic .label {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14;
  text-transform: uppercase;
}
.form-generic .input {
  margin: 0;
  max-width: none;
  padding: 1em;
}
.form-generic .error {
  background-color: #d0021b;
  color: #ffffff;
  font-size: 22px;
  margin: 1em 0;
  padding: 10px;
}
.form-generic .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  flex: 0 0 auto;
  font-size: 24px;
  margin-top: 1em;
  padding: 1.25em 1em;
  width: 100%;
}
@media (min-width: 48em) {
  .form-generic .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.form-generic .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.form-generic .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.form-generic .button.-secondary {
  background-color: #41484f;
}
.form-generic .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.form-generic .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .form-generic .button.-outlined {
    font-size: 20px;
  }
}
@media (min-width: 30em) {
  .form-generic .button {
    padding: 1.25em 2em;
    width: auto;
  }
}

.custom-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #000;
  width: 100%;
  height: 62px;
}
@media (max-width: 47.99em) {
  .custom-select {
    text-align: center;
  }
}
.custom-select .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.custom-select .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF url(../icons/dist/arrow-down.svg) no-repeat 90% center;
  padding: 0 15px;
  border: 2px solid #000;
  line-height: 59px;
}
.custom-select .select-styled:hover {
  background-color: #fafafa;
}
.custom-select .select-styled:active, .custom-select .select-styled.active {
  background: #f2f2f2 url(../icons/dist/arrow-up.svg) no-repeat 90% center;
}
.custom-select .select-styled.active {
  border-bottom: 0;
}
.custom-select .select-options {
  display: none;
  position: absolute;
  top: 99%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.custom-select .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.custom-select .select-options li:hover {
  color: #FFF;
  background: #000;
}
.custom-select .select-options li[rel=hide] {
  display: none;
}

#link-subscription-form .form-error-message {
  color: #d0021b;
  display: none;
}
#link-subscription-form .form-error-message.show-error {
  display: block;
}
.post-body .gallery:after, .page-curtis .content .gallery:after {
  clear: both;
  content: "";
  display: block;
}
.post-body .gallery:before, .page-curtis .content .gallery:before {
  clear: both;
  content: "";
  display: block;
}
.post-body .gallery .gallery-item, .page-curtis .content .gallery .gallery-item {
  border-top: 1px solid #cccccc;
  margin: 30px auto;
  max-width: 860px;
  padding-top: 30px;
}
.post-body .gallery .gallery-item:first-child, .page-curtis .content .gallery .gallery-item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.post-body .gallery .gallery-item img, .page-curtis .content .gallery .gallery-item img,
.post-body .gallery .gallery-item .wp-post-image,
.page-curtis .content .gallery .gallery-item .wp-post-image {
  display: block;
  margin: 0 auto 20px auto;
}
.post-body .gallery .gallery-item p, .page-curtis .content .gallery .gallery-item p {
  color: #54585d;
  font-size: 17px;
  margin: 0;
  text-align: center;
}
.post-body .archive-wrapper + .gallery, .page-curtis .content .archive-wrapper + .gallery {
  margin: 40px 0;
}

.heading-line, .page-curtis .headline {
  line-height: 1;
  margin: 80px auto 90px;
  max-width: 510px;
  text-align: center;
  position: relative;
}
.showcase-primary .heading-line, .showcase-primary .page-curtis .headline, .page-curtis .showcase-primary .headline {
  margin: 0 auto 90px;
}
.heading-line.-wide, .page-curtis .-wide.headline {
  max-width: 860px;
}
.heading-line.-heavy, .page-curtis .-heavy.headline {
  border-bottom: 4px solid #000000;
  margin-top: 0;
  max-width: none;
}
.heading-line .heading, .page-curtis .headline .heading {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.055em;
  margin: 0 auto -15px;
  padding: 0;
  text-transform: uppercase;
}
.heading-line .heading > span, .page-curtis .headline .heading > span {
  background: #ffffff;
  display: inline-block;
  padding: 0 24px;
  position: relative;
}
.heading-line .heading > span:before, .page-curtis .headline .heading > span:before, .heading-line .heading > span:after, .page-curtis .headline .heading > span:after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #cccccc;
  top: 50%;
  position: absolute;
  z-index: 1;
}
@media (min-width: 48em) {
  .heading-line .heading > span:before, .page-curtis .headline .heading > span:before, .heading-line .heading > span:after, .page-curtis .headline .heading > span:after {
    z-index: -1;
  }
}
.heading-line .heading > span:before, .page-curtis .headline .heading > span:before {
  left: 90%;
}
@media (min-width: 31.25em) {
  .heading-line .heading > span:before, .page-curtis .headline .heading > span:before {
    left: 100%;
  }
}
.heading-line .heading > span:after, .page-curtis .headline .heading > span:after {
  right: 90%;
}
@media (min-width: 31.25em) {
  .heading-line .heading > span:after, .page-curtis .headline .heading > span:after {
    right: 100%;
  }
}
.heading-line.-large .heading, .page-curtis .-large.headline .heading {
  margin: 0 auto -28px;
  font-size: 40px;
}
@media (min-width: 48em) {
  .heading-line.-large .heading, .page-curtis .-large.headline .heading {
    font-size: 56px;
  }
}

.inline-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.inline-menu li {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-right: 30px;
}
.inline-menu li:last-of-type {
  margin-right: 0;
}
.inline-menu li.current-menu-item a {
  color: #d0021b;
}
.inline-menu a {
  color: #262626;
}
.inline-menu a:focus, .inline-menu a:hover {
  color: #d0021b;
}

.logo-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px auto;
  max-width: 1390px;
}
.logo-grid .logo {
  display: block;
  flex: 1 0 45%;
  margin: 10px 0;
  max-width: 45%;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 48em) {
  .logo-grid .logo {
    flex: 1 0 32%;
    margin: 20px 0;
    max-width: 32%;
    padding: 0 20px;
  }
}
@media (min-width: 64em) {
  .logo-grid .logo {
    flex: 1 0 24%;
    margin: 30px 0;
    max-width: 24%;
    padding: 0 30px;
  }
}
.logo-grid img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.membership-benefits {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
@media (min-width: 48em) {
  .membership-benefits {
    margin: 50px;
  }
}
.membership-benefits .title {
  flex-basis: 100%;
  margin-bottom: 30px;
}
.membership-benefits .content-list {
  flex-basis: 100%;
}
@media (min-width: 48em) {
  .membership-benefits .content-list {
    flex-basis: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 64em) {
  .membership-benefits .content-list {
    flex-basis: 25%;
  }
}
.membership-benefits .copy {
  flex-basis: 100%;
  margin-top: 30px;
}
@media (min-width: 64em) {
  .membership-benefits .copy {
    flex-basis: 50%;
    margin-top: 0;
    padding-left: 70px;
  }
}

.pagination {
  border-top: 1px solid #cccccc;
  font-size: 22px;
}
@media (min-width: 48em) {
  .pagination {
    font-size: 28px;
  }
}
.pagination.-internal {
  text-align: center;
}
.pagination .page-numbers {
  list-style: none;
  margin: -18px 0 0;
  padding: 0;
}
@media (min-width: 48em) {
  .pagination .page-numbers {
    margin-top: -23px;
  }
}
.pagination .page-numbers .small {
  display: none;
}
@media (min-width: 48em) {
  .pagination .page-numbers .small {
    display: inline;
  }
}
.pagination .page-numbers > li {
  background: #ffffff;
  display: inline-block;
  margin: 0 -4px;
  padding: 0 10px;
}
@media (min-width: 48em) {
  .pagination .page-numbers > li {
    padding: 0 20px;
  }
}
.pagination .page-numbers > li:first-child {
  padding-left: 0;
}
.pagination .page-numbers .page-numbers {
  color: #000000;
  display: block;
  margin: 0;
}
.pagination .page-numbers .page-numbers[aria-current] {
  color: #d0021b;
}
.pagination .page-numbers .prev_parent,
.pagination .page-numbers .next_parent {
  line-height: 33px;
  margin-top: 1px;
}
@media (min-width: 48em) {
  .pagination .page-numbers .prev_parent,
.pagination .page-numbers .next_parent {
    margin-top: 5px;
  }
}
.pagination .page-numbers .prev_parent {
  float: left;
  padding-right: 10px;
}
@media (min-width: 48em) {
  .pagination .page-numbers .prev_parent {
    padding-right: 40px;
  }
}
.pagination .page-numbers .next_parent {
  float: right;
  padding-left: 10px;
  padding-right: 0;
}
@media (min-width: 48em) {
  .pagination .page-numbers .next_parent {
    padding-left: 40px;
  }
}
.pagination .page-numbers .prev,
.pagination .page-numbers .next {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.055em;
}
.pagination .page-numbers .prev:before {
  background-image: url(../icons/dist/arrow.svg);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  margin-top: -4px;
  vertical-align: middle;
  transform: rotate(180deg);
  width: 9px;
}
@media (min-width: 48em) {
  .pagination .page-numbers .prev:before {
    margin-right: 20px;
  }
}
.pagination .page-numbers .next:after {
  background-image: url(../icons/dist/arrow.svg);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  margin-top: -4px;
  vertical-align: middle;
  width: 9px;
}
@media (min-width: 48em) {
  .pagination .page-numbers .next:after {
    margin-left: 20px;
  }
}

.post-pagination {
  font-size: 22px;
  margin-top: 1.5em;
  position: relative;
}
@media (min-width: 48em) {
  .post-pagination {
    font-size: 28px;
  }
}
.post-pagination:before {
  border-top: 1px solid #cccccc;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0.8em;
  width: 100%;
}
.post-pagination > span,
.post-pagination > a {
  background: #ffffff;
  display: inline-block;
  list-style: none;
  margin: -18px -4px 0 -4px;
  padding: 0 10px;
  position: relative;
}
@media (min-width: 48em) {
  .post-pagination > span,
.post-pagination > a {
    margin-top: -23px;
    padding: 0 15px;
  }
}
.post-pagination > span:first-child,
.post-pagination > a:first-child {
  margin: 0;
  padding: 0;
}

.pull-quote {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.0182em;
  line-height: 1.24;
}
@media (min-width: 48em) {
  .pull-quote {
    float: right;
    margin: 0 0 0 40px;
    max-width: 50%;
  }
}
.pull-quote p {
  line-height: 1.24;
}

.search-form {
  background-color: #ffffff;
}
.nav-mobile .search-form {
  border-bottom: 5px solid #000000;
  padding: 10px 20px;
}
.nav-secondary .search-form {
  display: block;
}
@media (min-width: 48em) {
  .nav-secondary .search-form {
    display: inline-block;
  }
}
.search-archive-form .search-form {
  border-bottom: 4px solid #000000;
  margin-bottom: 50px;
  margin-top: 40px;
  padding: 14px;
}
@media (min-width: 48em) {
  .search-archive-form .search-form {
    margin-top: 60px;
  }
}
@media (min-width: 64em) {
  .search-archive-form .search-form {
    margin-top: 130px;
  }
}
.search-archive-form .search-form .wrapper {
  justify-content: center;
}
.search-archive-form .search-form .field {
  text-align: center;
}
@media (min-width: 48em) {
  .search-archive-form .search-form .field {
    font-size: 34px;
    width: auto;
  }
}
@media (min-width: 85.375em) {
  .search-archive-form .search-form .field {
    font-size: 44px;
    width: auto;
  }
}
.search-archive-form .search-form label {
  width: auto;
}
@media (min-width: 48em) {
  .search-archive-form .search-form .submit > svg {
    height: 34px;
    width: 34px;
  }
}
.error-404 .search-form {
  background-color: transparent;
}
.search-form .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48em) {
  .search-form .wrapper {
    margin-bottom: 0;
  }
}
.error-404 .search-form .wrapper {
  justify-content: center;
}
.search-form label {
  margin: 0;
  width: 100%;
}
.error-404 .search-form label {
  width: auto;
}
.search-form .field {
  border-color: transparent;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: auto;
}
@media (min-width: 48em) {
  .search-form .field {
    width: 140px;
  }
}
@media (min-width: 85.375em) {
  .search-form .field {
    font-size: 18px;
    width: 150px;
  }
}
.search-form .field:focus {
  border-color: #000000;
}
.search-form .field::placeholder {
  color: #000000;
}
.error-404 .search-form .field {
  background-color: transparent;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 30em) {
  .error-404 .search-form .field {
    font-size: 32px;
  }
}
@media (min-width: 48em) {
  .error-404 .search-form .field {
    font-size: 44px;
    width: auto;
  }
}
@media (min-width: 85.375em) {
  .error-404 .search-form .field {
    width: auto;
  }
}
.search-form .submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .error-404 .search-form .submit svg {
    height: 34px;
    width: 34px;
  }
}

.search-results .count {
  color: #41484f;
  font-size: 15px;
  margin: 0 auto 10px auto;
  max-width: 860px;
}

.showcase-aside {
  margin-bottom: 100px;
  text-align: center;
}
@media (min-width: 64em) {
  .showcase-aside {
    max-width: 362px;
  }
}
.showcase-aside .media {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}
.showcase-aside .media > a {
  display: block;
  position: relative;
}
.showcase-aside .media > a:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.96);
  transition: opacity 0.25s, transform 0.2s;
  width: 100%;
}
.showcase-aside .media > a:hover:before, .showcase-aside .media > a:focus:before {
  opacity: 1;
  transform: scale(1);
}
.showcase-aside .media .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.showcase-aside .media.-secondary {
  max-width: 295px;
}
.showcase-aside .item + .item {
  margin-top: 50px;
}
.showcase-aside .heading {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0;
}
.showcase-aside .heading > a {
  color: #000000;
}
.showcase-aside .copy {
  color: #41484f;
  font-size: 18px;
  line-height: 1.444444;
  margin-left: auto;
  margin-right: auto;
  max-width: 286px;
}
.showcase-aside .meta {
  color: #41484f;
  font-size: 15px;
  line-height: 1.2;
}

.showcase-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 60px;
}
.showcase-header.-tighten {
  margin-bottom: 40px;
}
.sidebar-wrapper .showcase-header {
  margin-bottom: 20px;
}
@media (min-width: 85.375em) {
  .sidebar-wrapper .showcase-header {
    margin-bottom: 60px;
  }
}
.archive-wrapper .showcase-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
.showcase-header .heading {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1;
  margin: 0 0 -12px 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .showcase-header .heading {
    font-size: 28px;
    margin-bottom: -16px;
  }
}
.showcase-header .heading > span {
  background: #ffffff;
  margin-bottom: -15px;
  padding-right: 15px;
}
@media (min-width: 48em) {
  .showcase-header .heading > span {
    padding-right: 24px;
  }
}
.showcase-header .action {
  background: #ffffff;
  float: right;
  margin-top: -10px;
  padding: 0 20px 0 40px;
}
.showcase-header .action .more {
  color: #000000;
}
.showcase-header .action .more:after {
  background-image: url(../icons/dist/arrow.svg);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 15px;
  margin-top: -4px;
  vertical-align: middle;
  width: 9px;
}

.articles-showcase-header {
  margin-bottom: 25px;
}

.showcase-intro {
  margin: 0 auto 30px auto;
  max-width: 860px;
}

.article-archive-header {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.article-archive-header .archive-meta {
  padding-left: 20px;
}

.-river .print-archive-wrapper .archive-post {
  margin-bottom: 30px;
}
.-river .print-archive-wrapper h2.archive-title {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 0;
}
.-river .print-archive-wrapper .archive-meta {
  margin-bottom: 0;
}

.print-archive-pagination {
  margin-top: 20px;
}

.showcase-media {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  position: relative;
}
.showcase-media .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.showcase-media:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.96);
  transition: opacity 0.25s, transform 0.2s;
  width: 100%;
}
.showcase-media.-secondary {
  max-width: 230px;
}

.showcase-primary {
  border-top: 4px solid #000000;
  padding-top: 70px;
}
.showcase-primary a {
  color: #000000;
}
.showcase-primary .group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1085px;
}
.showcase-primary .column {
  box-sizing: border-box;
  flex: 1 0 100%;
  margin-bottom: 50px;
  padding-right: 15px;
}
@media (min-width: 48em) {
  .showcase-primary .column {
    flex: 1 0 50%;
    max-width: 485px;
  }
}
.showcase-primary .card_header {
  display: flex;
  margin-bottom: 35px;
}
.showcase-primary .card_header_image, .showcase-primary .wp-user-avatar {
  border-radius: 50%;
  display: inline-block;
  height: 65px;
  margin-right: 15px;
  width: 65px;
}
@media (min-width: 48em) {
  .showcase-primary .card_header_image, .showcase-primary .wp-user-avatar {
    margin-right: 25px;
  }
}
.showcase-primary .card_header_heading {
  color: #000000;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 0.2em 0;
  padding: 0;
}
.showcase-primary .card_header_heading a {
  color: #000000;
}
.showcase-primary .card_header_meta {
  color: #41484f;
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.showcase-primary .card_header_meta a {
  color: #41484f;
}

.showcase-secondary {
  margin-bottom: 80px;
  margin-top: 120px;
}
.showcase-secondary:after {
  clear: both;
  content: "";
  display: block;
}
.showcase-secondary .primary {
  border: 4px solid #000000;
  margin: 0 auto 35px;
  padding-bottom: 35px;
}
@media (min-width: 48em) {
  .showcase-secondary .primary {
    max-width: 50%;
  }
}
@media (min-width: 85.375em) {
  .showcase-secondary .primary {
    float: left;
    margin-bottom: 0;
    width: 25%;
  }
}
.showcase-secondary .primary .image {
  border: 15px solid #ffffff;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-top: -65px;
  max-width: 75%;
  width: auto;
}
.showcase-secondary .primary .card_heading {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 5px;
}
.showcase-secondary .primary .card_heading {
  padding: 0 15px;
}
@media (min-width: 48em) {
  .showcase-secondary .primary .card_heading {
    padding: 0 25px;
  }
}
.showcase-secondary .secondary {
  clear: both;
}
@media (min-width: 85.375em) {
  .showcase-secondary .secondary {
    clear: none;
    float: right;
    padding-left: 40px;
    width: 75%;
  }
}
.showcase-secondary .card_heading {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.22;
  margin: 0 0 15px;
  padding: 0;
}
@media (min-width: 48em) {
  .showcase-secondary .card_heading {
    font-size: 28px;
  }
}
.showcase-secondary .copy {
  font-size: 22px;
  line-height: 1.8;
  margin: 0 0 1.5em;
  padding: 0 15px;
}
@media (min-width: 48em) {
  .showcase-secondary .copy {
    padding: 0 25px;
  }
}
.showcase-secondary .group {
  margin: 0 -10px;
}
@media (min-width: 64em) {
  .showcase-secondary .group {
    margin: 0 -20px;
  }
}
.showcase-secondary .column {
  padding: 0 10px;
  margin-bottom: 40px;
}
@media (min-width: 30em) {
  .showcase-secondary .column {
    float: left;
    margin-bottom: 0;
    width: 33.333333%;
  }
}
@media (min-width: 48em) {
  .showcase-secondary .column {
    padding: 0 20px;
  }
}
.showcase-secondary .card {
  display: block;
}
.showcase-secondary .card:hover, .showcase-secondary .card:focus {
  text-decoration: none;
}
.showcase-secondary .card:hover .more, .showcase-secondary .card:focus .more {
  text-decoration: underline;
}
.showcase-secondary .card:hover .showcase-media:before, .showcase-secondary .card:focus .showcase-media:before {
  opacity: 1;
  transform: scale(1);
}
.showcase-secondary .image {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}
.showcase-secondary .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  flex: 0 0 auto;
  width: auto;
}
@media (min-width: 48em) {
  .showcase-secondary .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.showcase-secondary .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.showcase-secondary .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.showcase-secondary .button.-secondary {
  background-color: #41484f;
}
.showcase-secondary .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.showcase-secondary .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .showcase-secondary .button.-outlined {
    font-size: 20px;
  }
}
.showcase-secondary .more {
  color: #d0021b;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.showcase-tag {
  background: #000000 url(../icons/dist/gallery.svg) no-repeat right center;
  border-right: 12px solid #000000;
  bottom: 15px;
  color: #ffffff;
  content: "Gallery";
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.055em;
  padding: 8px 25px 8px 12px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  /*
  * Generic Archive Title
  */
  /*
  * Article Archive Title
  */
  /*
  * Cartoon Archive Title
  */
  /*
  * Generic Archive Image
  */
  /*
  * Article Archive Image
  */
}
.showcase-tag.-secondary {
  background-position: center;
  border: 6px solid #ffffff;
  bottom: 0;
  box-sizing: content-box;
  display: none;
  height: 34px;
  padding: 0;
  right: 0;
  text-indent: -999em;
  width: 34px;
  z-index: 1;
}
.archive-title .showcase-tag {
  display: none;
}
@media (min-width: 64em) {
  .-oneup .archive-title .showcase-tag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 28px 33px;
    border: none;
    display: block;
    height: 68px;
    left: -106px;
    right: auto;
    width: 68px;
  }
}
.-article.-oneup.-first .archive-title .showcase-tag {
  left: auto;
  right: -106px;
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:first-child .archive-title .showcase-tag, .-article.-fiveup .archive-post:first-child .archive-title .showcase-tag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 28px 33px;
    border: none;
    display: block;
    height: 68px;
    left: -106px;
    right: auto;
    width: 68px;
  }
}
.-cartoon.-oneup .archive-title .showcase-tag {
  left: auto;
  right: -106px;
}
@media (min-width: 64em) {
  .-oneup .archive-image .showcase-tag {
    display: none;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:first-child .archive-image .showcase-tag, .-article.-fiveup .archive-post:first-child .archive-image .showcase-tag {
    display: none;
  }
}

.showcase-tertiary {
  border: 4px solid #000000;
  flex: 1;
  margin-bottom: 60px;
  padding: 0 20px 20px;
}
.showcase-tertiary:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 48em) {
  .showcase-tertiary {
    padding: 0 40px 40px;
  }
}
@media (min-width: 64em) {
  .showcase-tertiary {
    max-width: 712px;
  }
}
.showcase-tertiary .showcase_tertiary_heading {
  color: #000000;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.055em;
  margin: -20px 0 20px;
  padding: 0;
  text-transform: uppercase;
}
.showcase-tertiary .showcase_tertiary_heading > span {
  background: #ffffff;
  display: inline-block;
  padding: 0 20px;
}
@media (min-width: 48em) {
  .showcase-tertiary .showcase_tertiary_heading {
    margin-bottom: 68px;
  }
}
.showcase-tertiary .heading {
  color: #000000;
  font-size: 38px;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding: 0;
}
.showcase-tertiary .heading > a {
  color: #000000;
}
.showcase-tertiary .meta {
  color: #41484f;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 1em;
}
.showcase-tertiary .meta.-secondary a {
  color: #41484f;
}
.showcase-tertiary .image {
  display: block;
  width: 100%;
}
.showcase-tertiary .media {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .showcase-tertiary .media {
    margin-bottom: 0;
    padding-right: 40px;
  }
}
.showcase-tertiary .media > a {
  display: block;
  position: relative;
}
.showcase-tertiary .media > a:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.96);
  transition: opacity 0.25s, transform 0.2s;
  width: 100%;
}
.showcase-tertiary .media > a:hover:before, .showcase-tertiary .media > a:focus:before {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 48em) {
  .showcase-tertiary .media,
.showcase-tertiary .content {
    width: 50%;
    float: left;
  }
}
.showcase-tertiary .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  flex: 0 0 auto;
  margin-top: 1em;
  width: auto;
}
@media (min-width: 48em) {
  .showcase-tertiary .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.showcase-tertiary .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.showcase-tertiary .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.showcase-tertiary .button.-secondary {
  background-color: #41484f;
}
.showcase-tertiary .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.showcase-tertiary .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .showcase-tertiary .button.-outlined {
    font-size: 20px;
  }
}
.showcase-tertiary .more {
  color: #d0021b;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 1.5em 0;
  text-transform: uppercase;
}
.showcase-tertiary .more:before {
  background-image: url(../icons/dist/arrow.svg);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 15px;
  margin-top: -4px;
  vertical-align: middle;
  width: 9px;
}

@media (min-width: 64em) {
  .sidebar-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.sidebar-wrapper:after {
  display: none;
}
@media (min-width: 64em) {
  .sidebar-wrapper > .wrapper {
    flex: 1 0 calc(100% - 362px);
    max-width: 846px;
    padding-right: 40px;
  }
}
@media (min-width: 85.375em) {
  .sidebar-wrapper > .wrapper {
    padding-right: 60px;
  }
}
@media (min-width: 92.5em) {
  .sidebar-wrapper > .wrapper {
    padding-right: 100px;
  }
}

.nav-mobile .social-links {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
  text-align: center;
}
.social-links .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-mobile .social-links .list {
  display: inline-block;
}
.nav-secondary .social-links .list {
  margin-left: -12px;
}
.site-footer .social-links .list {
  margin-left: -17px;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .site-footer .social-links .list {
    margin-left: 0;
    margin-right: -17px;
  }
}
.social-links .item {
  display: inline-block;
  vertical-align: middle;
}
.social-links .link {
  color: #000000;
  display: block;
  line-height: 0;
  padding: 6px 12px;
}
.social-links .link:hover {
  color: #d0021b;
  transition: color 0.2s ease-out;
}
.social-links .link svg {
  fill: currentColor;
}
.social-links.-sharing .link {
  padding: 6px 30px;
}
.site-footer .social-links .link {
  margin: 0 5px;
}
.site-footer .social-links .icon-facebook {
  height: 28px;
  width: 13px;
}
.site-footer .social-links .icon-twitter {
  height: 24px;
  width: 29px;
}
.site-footer .social-links .icon-instagram {
  height: 22px;
  width: 22px;
}
.site-footer .social-links .icon-pinterest {
  height: 28px;
  width: 22px;
}

.subscribe-aside {
  background-color: #F5F5F2;
  font-size: 20px;
  padding: 10px;
}
@media (min-width: 48em) {
  .subscribe-aside {
    font-size: 16px;
    max-width: 240px;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 2;
  }
}
@media (min-width: 64em) {
  .subscribe-aside {
    font-size: 20px;
    max-width: 340px;
    right: 70px;
  }
}
@media (min-width: 85.375em) {
  .subscribe-aside {
    max-width: 440px;
    top: 200px;
  }
}
.subscribe-aside .wrapper {
  border: 1px solid #cccccc;
  padding: 20px;
}
@media (min-width: 64em) {
  .subscribe-aside .wrapper {
    padding: 40px;
  }
}
@media (min-width: 85.375em) {
  .subscribe-aside .wrapper {
    padding: 60px;
  }
}
.subscribe-aside .wrapper p:last-child {
  margin-bottom: 0;
}

.subscribe-alt .subscribe-aside {
  background-color: transparent;
  max-width: none;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
}
@media (min-width: 64em) {
  .subscribe-alt .subscribe-aside {
    flex-basis: calc(40% - 2em);
    max-width: calc(40% - 2em);
    padding-top: 4em;
    padding-left: 2em;
  }
}
.subscribe-alt .subscribe-aside .wrapper {
  padding: 40px 60px;
}
.subscribe-alt .subscribe-aside .box {
  background-color: #F5F5F2;
  margin-bottom: 30px;
  padding: 10px;
}

.year-directory {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  list-style: none;
  margin: 80px auto;
  max-width: 1100px;
  padding: 0;
  text-align: center;
}
.year-directory li {
  margin-bottom: 10px;
  width: 25%;
}
@media (min-width: 48em) {
  .year-directory li {
    font-size: 22px;
    width: 12.5%;
  }
}
@media (min-width: 64em) {
  .year-directory li {
    width: 8.3333%;
  }
}
.year-directory a {
  color: #262626;
}
.year-directory a:focus, .year-directory a:hover {
  color: #d0021b;
}

.menu-access a {
  position: absolute;
  left: -999em;
  top: -999em;
}
.menu-access a:focus {
  position: static;
}

.menu-toggle {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.menu-toggle:hover {
  text-decoration: none;
}
@media (min-width: 48em) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .text {
  color: #000000;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-left: 15px;
}
.menu-toggle .toggle {
  display: inline-block;
  height: 17px;
  position: relative;
  width: 25px;
}
.menu-toggle .toggle span {
  background-color: #000000;
  display: block;
  height: 3px;
  position: absolute;
  top: 7px;
  width: 25px;
}
.menu-is-open .menu-toggle .toggle span {
  /*background-color: $c-base;*/
}
.menu-toggle .toggle span:before,
.menu-toggle .toggle span:after {
  background-color: #000000;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 25px;
}
.menu-is-open .menu-toggle .toggle span:before,
.menu-is-open .menu-toggle .toggle span:after {
  /*background-color: $c-base;*/
}
.menu-toggle .toggle span:before {
  top: -7px;
}
.menu-toggle[aria-expanded=true] .toggle span {
  background: transparent;
}
.menu-toggle[aria-expanded=true] .toggle span:before {
  top: 0;
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded=true] .toggle span:after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile-menu {
  margin: 10px 0;
}
.mobile-menu .menu-item a {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 10px 15px;
  text-align: center;
}

.nav-mobile {
  border-bottom: 5px solid #000000;
  border-top: 5px solid #000000;
  display: flex;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 48em) {
  .nav-mobile {
    display: none;
  }
}
.nav-mobile.-curtis {
  padding: 10px;
}
.nav-mobile.-curtis .curtis-menu {
  margin: 0;
}
.nav-mobile .subscribe {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border-left: 2px solid #000000;
  display: inline-block;
  font-size: 15px;
  margin-left: 40px;
  padding-left: 40px;
}
.nav-mobile .subscribe:hover {
  text-decoration: underline;
}
.nav-mobile .menu {
  background-color: #ffffff;
  bottom: 0;
  display: none;
  left: 0;
  margin: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 183px;
  z-index: 999;
}
.nav-mobile .menu[aria-hidden=true] {
  width: 0;
}
.nav-mobile .menu[aria-hidden=false], .nav-mobile .menu:target {
  display: block;
}
.admin-bar.menu-is-open .nav-mobile .menu {
  top: 229px;
}
@media (min-width: 48.9375em) {
  .admin-bar.menu-is-open .nav-mobile .menu {
    top: 215px;
  }
}
.nav-mobile .actions {
  border-top: 5px solid #000000;
  padding: 20px 0;
  text-align: center;
}
.nav-mobile .actions a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #262626;
  font-size: 15px;
  padding: 0 10px;
}
@media (min-width: 85.375em) {
  .nav-mobile .actions a {
    font-size: 16px;
  }
}
.nav-mobile .actions a:hover {
  text-decoration: underline;
}
.nav-mobile ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 48em) {
  .nav-primary {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 85.375em) {
  .nav-primary {
    flex-wrap: nowrap;
  }
}
.nav-primary .wrapper {
  display: none;
  flex: 1 1 auto;
}
@media (min-width: 48em) {
  .nav-primary .wrapper {
    border-bottom: 7px solid #000000;
    border-top: 7px solid #000000;
    display: block;
  }
}
@media (min-width: 85.375em) {
  .nav-primary .wrapper {
    border-bottom-width: 8px;
    border-top-width: 8px;
    display: flex;
    width: 50%;
  }
}
.nav-primary .wrapper.-left {
  order: 2;
}
@media (min-width: 85.375em) {
  .nav-primary .wrapper.-left {
    justify-content: flex-end;
    order: 1;
    padding-left: 40px;
  }
}
@media (min-width: 48em) and (max-width: 85.365em) {
  .nav-primary .wrapper.-left {
    padding-left: 20px;
  }
}
.nav-primary .wrapper.-right {
  order: 3;
}
@media (min-width: 85.375em) {
  .nav-primary .wrapper.-right {
    justify-content: flex-start;
    order: 3;
    padding-right: 40px;
  }
}
@media (min-width: 48em) and (max-width: 85.365em) {
  .nav-primary .wrapper.-right {
    padding-right: 20px;
  }
}
.nav-primary ul {
  list-style: none;
  padding: 0;
}

.nav-secondary {
  border-bottom: 1px solid #e6e6e6;
  display: none;
  padding: 14px 0;
}
@media (min-width: 48em) {
  .nav-secondary {
    display: block;
  }
}
.nav-secondary .container {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}
.nav-secondary .container:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 48em) {
  .nav-secondary .container {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.nav-secondary .container:before, .nav-secondary .container:after {
  content: none;
}
.nav-secondary .actions {
  align-items: center;
  display: flex;
}
.nav-secondary .actions .login {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border-right: 1px solid #e6e6e6;
  color: #262626;
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
  padding-right: 30px;
}
@media (min-width: 85.375em) {
  .nav-secondary .actions .login {
    font-size: 16px;
    margin-right: 30px;
    padding-right: 40px;
  }
}

.nav-supplementary {
  display: none;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .nav-supplementary {
    display: block;
  }
}
.nav-supplementary .container {
  position: relative;
}
.nav-supplementary .actions {
  position: absolute;
  right: 40px;
  top: 136px;
}
@media (min-width: 85.375em) {
  .nav-supplementary .actions {
    top: 95px;
  }
}
.nav-supplementary .actions a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-size: 15px;
}
@media (min-width: 85.375em) {
  .nav-supplementary .actions a {
    font-size: 16px;
  }
}
.nav-supplementary .actions a:hover {
  text-decoration: underline;
}
.nav-supplementary .actions .donate {
  color: #262626;
}
.nav-supplementary .actions .subscribe {
  margin-left: 20px;
}
@media (min-width: 64em) {
  .nav-supplementary .actions .subscribe {
    margin-left: 50px;
  }
}

.primary-menu,
.curtis-menu {
  margin: 0;
  position: relative;
}
@media (min-width: 48em) {
  .primary-menu,
.curtis-menu {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 85.375em) {
  .primary-menu,
.curtis-menu {
    justify-content: space-between;
    max-width: 470px;
    width: 100%;
  }
}
.primary-menu.-left,
.curtis-menu.-left {
  text-align: right;
}
@media (min-width: 85.375em) {
  .primary-menu.-left,
.curtis-menu.-left {
    text-align: right;
  }
}
.primary-menu.-right,
.curtis-menu.-right {
  text-align: left;
}
@media (min-width: 85.375em) {
  .primary-menu.-right,
.curtis-menu.-right {
    text-align: left;
  }
}
.primary-menu .menu-item,
.curtis-menu .menu-item {
  /*Site calls for no sub menus. Disabling here.*/
}
@media (min-width: 48em) {
  .primary-menu .menu-item,
.curtis-menu .menu-item {
    display: inline-block;
    position: relative;
  }
}
.primary-menu .menu-item a,
.curtis-menu .menu-item a {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 15px 10px;
  transition: all 0.3s;
}
@media (min-width: 64em) {
  .primary-menu .menu-item a,
.curtis-menu .menu-item a {
    font-size: 19px;
    padding: 20px;
  }
}
@media (min-width: 85.375em) {
  .primary-menu .menu-item a,
.curtis-menu .menu-item a {
    padding: 20px 0;
  }
}
@media (min-width: 92.5em) {
  .primary-menu .menu-item a,
.curtis-menu .menu-item a {
    padding: 20px;
  }
}
@media (min-width: 48em) {
  .primary-menu .menu-item a:hover,
.curtis-menu .menu-item a:hover {
    box-shadow: 0 -7px 0 0 #d0021b, 0 7px 0 0 #d0021b;
    color: #d0021b;
    text-decoration: none;
  }
}
@media (min-width: 85.375em) {
  .primary-menu .menu-item a:hover,
.curtis-menu .menu-item a:hover {
    box-shadow: 0 -8px 0 0 #d0021b, 0 8px 0 0 #d0021b;
  }
}
.primary-menu .menu-item.menu-item-has-children > a,
.curtis-menu .menu-item.menu-item-has-children > a {
  /*padding-right: 25px;
  position: relative;

  &:after {
  	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M256 352L96 198.406 141.72 160 256 275.188 370.28 160 416 198.406 256 352z'/%3E%3C/svg%3E ");
  	background-size: cover;
  	content: "";
  	height: 20px;
  	position: absolute;
  	right: 0;
  	top: calc(50% - 10px);
  	width: 20px;
  }*/
}
@media (min-width: 48em) {
  .primary-menu.-left .menu-item:first-child a,
.curtis-menu.-left .menu-item:first-child a {
    margin-left: -10px;
  }
}
@media (min-width: 64em) {
  .primary-menu.-left .menu-item:first-child a,
.curtis-menu.-left .menu-item:first-child a {
    margin-left: -20px;
  }
}
@media (min-width: 48em) {
  .primary-menu.-right .menu-item:last-child a,
.curtis-menu.-right .menu-item:last-child a {
    margin-right: -10px;
  }
}
@media (min-width: 64em) {
  .primary-menu.-right .menu-item:last-child a,
.curtis-menu.-right .menu-item:last-child a {
    margin-right: -20px;
  }
}

.site-branding {
  line-height: 0;
  margin: 20px auto;
  order: 1;
  position: relative;
  width: 215px;
}
@media (min-width: 48em) {
  .site-branding {
    margin: 60px 0 32px 0;
    padding: 0 35px;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 85.375em) {
  .site-branding {
    margin: 115px 0 -2px 0;
    order: 2;
    width: auto;
  }
}
.site-branding .title {
  display: inline-block;
  line-height: 0;
  margin: 0;
  padding: 0;
}
@media (min-width: 85.375em) {
  .site-branding .title {
    display: block;
  }
}
.site-branding .link {
  display: block;
  line-height: 0;
}
.site-branding .link svg {
  display: block;
  height: 68px;
  width: 215px;
}
@media (min-width: 48em) {
  .site-branding .link svg {
    height: 93px;
    width: 294px;
  }
}
@media (min-width: 85.375em) {
  .site-branding .link svg {
    height: 123px;
    width: 390px;
  }
}
.site-branding .link .logo-png {
  height: auto;
  max-width: 1000px;
  width: 222px;
}
@media (min-width: 48em) {
  .site-branding .link .logo-png {
    width: 301px;
  }
}
@media (min-width: 85.375em) {
  .site-branding .link .logo-png {
    width: 397px;
  }
}
@media (min-width: 85.375em) {
  .site-branding.-curtis {
    margin: 60px 0 32px 0;
  }
}
.site-branding.-curtis .link svg {
  height: 130px;
}
@media (min-width: 48em) {
  .site-branding.-curtis .link svg {
    height: 180px;
  }
}
@media (min-width: 85.375em) {
  .site-branding.-curtis .link svg {
    height: 240px;
  }
}

.site-header {
  position: relative;
}

.primary-menu .sub-menu {
  background-color: #000000;
  /*Site calls for no sub menus. Disabling here.*/
  display: none !important;
  left: -20px;
  min-width: 300px;
  text-align: left;
}
@media (min-width: 48em) {
  .primary-menu .sub-menu {
    position: absolute;
  }
}
.child-has-focus > .primary-menu .sub-menu {
  display: block;
}
@media (min-width: 48em) {
  .menu-item:hover > .primary-menu .sub-menu {
    display: block;
  }
}
@media (min-width: 48em) {
  .menu-item > a:focus ~ .primary-menu .sub-menu {
    display: block;
  }
}
.primary-menu.uses-click .menu-item:hover .primary-menu .sub-menu {
  display: none;
}
.primary-menu.uses-click .menu-item:hover .primary-menu .sub-menu[aria-hidden=false] {
  display: block;
}
.primary-menu .sub-menu .menu-item a {
  color: #ffffff;
  font-weight: normal;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .footer-menu > .menu-item {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 48em) {
  .footer-menu > .menu-item:nth-child(2) {
    margin: 0 40px;
  }
}
@media (min-width: 64em) {
  .footer-menu > .menu-item:nth-child(2) {
    margin: 0 50px;
  }
}
@media (min-width: 85.375em) {
  .footer-menu > .menu-item:nth-child(2) {
    margin: 0 120px;
  }
}
.footer-menu > .menu-item > a {
  color: #262626;
  display: block;
  font-size: 18px;
  line-height: 0.88;
  margin-bottom: 20px;
  pointer-events: none;
}
.footer-menu > .menu-item > a:hover {
  text-decoration: none;
}
.footer-menu > .menu-item.-hide > a {
  display: none;
}

.site-footer {
  background-color: #ffffff;
  margin-top: 125px;
  padding-top: 100px;
  position: relative;
}
.site-footer:before, .site-footer:after {
  background-color: #000000;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-footer:after {
  top: 33px;
}
.site-footer.-curtis {
  padding-bottom: 100px;
}
.site-footer.-curtis .wrapper.-newsletter_social,
.site-footer.-curtis .wrapper.-logo_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 64em) {
  .site-footer.-curtis .wrapper.-newsletter_social,
.site-footer.-curtis .wrapper.-logo_menu {
    justify-content: start;
    flex-wrap: nowrap;
  }
}
.site-footer.-curtis .-logo_menu {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
  padding-bottom: 80px;
}
.site-footer.-curtis .logo {
  max-width: 100%;
}
.site-footer.-curtis svg {
  max-width: 100%;
}
.site-footer.-curtis .nav-footer {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 64em) {
  .site-footer.-curtis .nav-footer {
    display: block;
  }
}
.site-footer.-curtis .footer-menu {
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 64em) {
  .site-footer.-curtis .footer-menu {
    display: grid;
    grid-column-gap: 1rem;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    text-align: left;
  }
}
@media (min-width: 64em) {
  .site-footer.-curtis .footer-menu:first-child {
    padding-right: 40px;
  }
}
.site-footer.-curtis .footer-menu > .menu-item {
  display: block;
}
.site-footer.-curtis .footer-menu > .menu-item:nth-child(2) {
  margin: 0;
}
.site-footer.-curtis .footer-menu > .menu-item > a {
  pointer-events: all;
}
.site-footer.-curtis .footer-menu > .menu-item > a:hover {
  text-decoration: underline;
}
.site-footer .wrapper.-newsletter_social {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 60px;
  margin-top: 30px;
  padding-top: 30px;
}
@media (min-width: 48em) {
  .site-footer .wrapper.-newsletter_social {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 60px;
    padding-top: 50px;
  }
}
@media (min-width: 64em) {
  .site-footer .wrapper.-newsletter_social {
    align-items: center;
    margin-bottom: 120px;
    margin-top: 80px;
    padding-top: 80px;
  }
}
.site-footer .wrapper.-logo_menu {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .site-footer .wrapper.-logo_menu {
    display: flex;
    margin-bottom: 80px;
  }
}
.site-footer .wrapper .logo {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .site-footer .wrapper .logo {
    margin-bottom: 0;
    margin-right: 60px;
  }
}
@media (min-width: 85.375em) {
  .site-footer .wrapper .logo {
    margin-right: 120px;
  }
}
.site-footer .copyright {
  color: #9e9e9e;
  font-size: 14px;
}

.footer-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu .sub-menu > .menu-item {
  margin-bottom: 20px;
}
.footer-menu .sub-menu > .menu-item > a {
  color: #262626;
  display: block;
  font-size: 16px;
  line-height: 1;
}
.footer-menu .sub-menu > .menu-item.-emphasize > a {
  color: #d0021b;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.footer-menu .sub-menu > .menu-item.-magazine > a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 0.88;
}
.footer-menu .sub-menu > .menu-item.-magazine > a:after {
  background-image: url("../icons/dist/arrow.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  margin-top: -4px;
  vertical-align: middle;
  width: 9px;
}

.post-body, .page-curtis .content {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 860px;
}
@media (min-width: 48em) {
  .post-body, .page-curtis .content {
    font-size: 22px;
  }
}
.post-body.-wide, .page-curtis .-wide.content {
  max-width: none;
}
.post-body.-locked, .page-curtis .-locked.content {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.post-body.-locked:after, .page-curtis .-locked.content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 2%, #FFFFFF 100%);
  z-index: 2;
}
.post-body.-leftalign, .page-curtis .-leftalign.content {
  margin: 0 0 50px 0;
}
@media (min-width: 48em) {
  .post-body.-leftalign, .page-curtis .-leftalign.content {
    margin: 0 0 50px 50px;
  }
}
.post-body.-column, .page-curtis .-column.content {
  margin: 0 0 50px 0;
}
@media (min-width: 48em) {
  .post-body.-column, .page-curtis .-column.content {
    width: calc(100% - 280px);
  }
}
@media (min-width: 64em) {
  .post-body.-column, .page-curtis .-column.content {
    margin-left: 50px;
    width: calc(100% - 460px);
  }
}
@media (min-width: 85.375em) {
  .post-body.-column, .page-curtis .-column.content {
    width: calc(100% - 600px);
  }
}
.post-body.-pageheader, .page-curtis .-pageheader.content {
  margin-top: 40px;
}
@media (min-width: 48em) {
  .post-body.-pageheader, .page-curtis .-pageheader.content {
    margin-top: 130px;
  }
}
@media (min-width: 64em) {
  .post-body.-image, .page-curtis .-image.content {
    width: 860px;
    max-width: calc(64% - 50px);
  }
}
.post-body li, .page-curtis .content li {
  margin-bottom: 1em;
}
.post-body h1:not(:first-child), .page-curtis .content h1:not(:first-child), .post-body h2:not(:first-child), .page-curtis .content h2:not(:first-child), .post-body h3:not(:first-child), .page-curtis .content h3:not(:first-child), .post-body h4:not(:first-child), .page-curtis .content h4:not(:first-child), .post-body h5:not(:first-child), .page-curtis .content h5:not(:first-child), .post-body h6:not(:first-child), .page-curtis .content h6:not(:first-child) {
  margin-top: 1.25em;
}
.post-body .link, .page-curtis .content .link {
  color: #d0021b;
}
.post-body .link:hover, .page-curtis .content .link:hover, .post-body .link:focus, .page-curtis .content .link:focus {
  color: #d0021b;
}

.post-category {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}
* + .post-category {
  border-left: 1px solid #000000;
  margin-left: 20px;
  padding-left: 20px;
}
.post-category a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-size: 14px;
}

.post-comments .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .post-comments .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.post-comments .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.post-comments .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.post-comments .button.-secondary {
  background-color: #41484f;
}
.post-comments .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.post-comments .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .post-comments .button.-outlined {
    font-size: 20px;
  }
}
.post-comments .button.-outlined {
  padding: 25px;
}
.post-comments .commentlist {
  margin-bottom: 60px;
}
.post-comments ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-comments li.comment {
  border-bottom: 3px solid #000000;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.post-comments li.comment:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post-comments .children {
  background-color: #fafafa;
  margin-left: 20px;
  padding: 20px;
}
@media (min-width: 48em) {
  .post-comments .children {
    margin-left: 60px;
  }
}
.post-comments .children li.comment {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
.post-comments small,
.post-comments .comment-reply-link {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.post-comments .avatar {
  border-radius: 100%;
  border: 2px solid #000000;
  float: left;
  margin-top: -30px;
  margin-right: 20px;
  overflow: hidden;
}
.post-comments .comment-meta {
  display: flex;
  flex-wrap: wrap;
}
.post-comments .comment-meta .comment-author {
  order: 2;
  width: 100%;
}
.post-comments .comment-meta .comment-metadata {
  order: 1;
  width: 100%;
}
.post-comments .comment-metadata {
  font-size: 13px;
}
.post-comments .comment-awaiting-moderation {
  color: #41484f;
  font-style: italic;
}
.post-comments .comment-content {
  clear: both;
  margin: 20px 0;
}

.post-cover {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
.post-cover:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 48em) {
  .post-cover {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.post-cover:before {
  background-color: #000000;
  bottom: 70px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 48em) {
  .post-cover {
    margin-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 64em) {
  .post-cover {
    margin-bottom: 100px;
    padding-top: 100px;
  }
}
.post-cover .wrapper {
  margin-top: 35px;
  position: relative;
}
@media (min-width: 64em) {
  .post-cover .wrapper {
    display: flex;
  }
}
@media (min-width: 30em) {
  .post-cover.-restricted .wrapper {
    display: flex;
  }
}
.post-cover.-teased-content {
  margin-bottom: -300px;
}
.post-cover.-teased-content:before {
  display: none;
}
.post-cover.-teased-content .wrapper:before {
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-cover .image {
  margin: 0 auto;
  max-width: 423px;
  padding-bottom: 60px;
}
@media (min-width: 64em) {
  .post-cover .image {
    padding-bottom: 0;
    width: 30.2142857143%;
  }
}
.post-cover .image img {
  border: 1px solid #e6e6e6;
  display: block;
  height: auto;
  width: 100%;
}
.post-cover.-restricted .image {
  width: 148px;
}
.post-cover .cover_link {
  background-color: #ffffff;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}
.post-cover .cover_link .icon {
  margin-right: 5px;
  margin-top: -6px;
  vertical-align: middle;
}
.post-cover .content {
  margin: 0 auto;
  max-width: 860px;
  padding-bottom: 120px;
}
@media (min-width: 30em) {
  .post-cover .content {
    padding-bottom: 140px;
  }
}
@media (min-width: 64em) {
  .post-cover .content {
    max-width: none;
    padding-left: 85px;
    width: 69.7857142857%;
  }
}
@media (min-width: 30em) {
  .post-cover.-restricted .content {
    padding-left: 40px;
    width: calc(100% - 148px);
  }
}
.post-cover .header {
  text-align: center;
}
@media (min-width: 64em) {
  .post-cover .header {
    text-align: left;
  }
}
@media (min-width: 30em) {
  .post-cover.-restricted .header {
    text-align: left;
  }
}
.post-cover .title {
  margin-bottom: 15px;
}
.post-cover .meta {
  margin-bottom: 30px;
}
.post-cover .license {
  font-size: 18px;
  line-height: 1.6;
  margin: 30px 0;
}
@media (min-width: 48em) {
  .post-cover .license {
    font-size: 22px;
  }
}
.post-cover .artist .intro {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}
.post-cover .artist .name {
  color: #d0021b;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .post-cover .artist .name {
    font-size: 30px;
  }
}
.post-cover .actions {
  background-color: #ffffff;
  bottom: 40px;
  left: 0;
  margin: 0 10px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
}
@media (min-width: 48em) {
  .post-cover .actions {
    padding: 0 10px;
    margin-left: 20px;
  }
}
@media (min-width: 64em) {
  .post-cover .actions {
    left: auto;
    margin-left: 0;
    margin-right: 40px;
    right: 0;
  }
}
@media (min-width: 30em) {
  .post-cover.-restricted .actions {
    left: auto;
    right: 0;
  }
}
.post-cover .actions .link {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 5px 0;
  width: 100%;
}
@media (min-width: 48em) {
  .post-cover .actions .link {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.post-cover .actions .link:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.post-cover .actions .link:hover:before {
  opacity: 1;
  transform: scale(1);
}
.post-cover .actions .link.-secondary {
  background-color: #41484f;
}
.post-cover .actions .link.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.post-cover .actions .link.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .post-cover .actions .link.-outlined {
    font-size: 20px;
  }
}
@media (min-width: 30em) {
  .post-cover .actions .link {
    margin: 5px;
    width: auto;
  }
}
@media (min-width: 48em) {
  .post-cover .actions .link {
    margin: 0 10px;
  }
}
.post-cover .actions .link.-view {
  padding-right: 55px;
  position: relative;
}
@media (min-width: 48em) {
  .post-cover .actions .link.-view {
    padding-right: 70px;
  }
}
.post-cover .actions .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  right: 20px;
  width: 18px;
}
@media (min-width: 48em) {
  .post-cover .actions .icon {
    height: 25px;
    right: 30px;
    width: 25px;
  }
}

.post-date {
  color: #41484f;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  margin: 0;
}
.archive-meta .post-date {
  white-space: nowrap;
}

.post-header {
  margin: 0 auto;
  max-width: 860px;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 48em) {
  .post-header {
    padding: 60px 0 60px 0;
  }
}
@media (min-width: 85.375em) {
  .post-header {
    padding-top: 100px;
  }
}
@media (min-width: 85.375em) {
  .page-main .post-header {
    padding-bottom: 75px;
    padding-top: 130px;
  }
}
.post-header .meta {
  margin-bottom: 30px;
}
.post-header .category {
  border-left: 1px solid #000000;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
}
.post-header .category a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-size: 14px;
}
.post-header .category a:hover {
  text-decoration: underline;
}
.post-header .title {
  margin: 0 0 20px 0;
}
.page-main .post-header .title {
  margin-bottom: 0;
}
.post-header .subtitle {
  color: #41484f;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .post-header .subtitle {
    font-size: 22px;
  }
}
.post-header .author {
  color: #41484f;
  font-size: 15px;
  margin-bottom: 35px;
}
.post-header .type {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin: 50px 0 0 0;
  position: relative;
  text-align: left;
}
.post-header .type:after {
  border-top: 1px solid #cccccc;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.post-header .type .gallery {
  background: #ffffff url(../icons/dist/gallery-black.svg) no-repeat right center;
  border-right: 20px solid #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

.authorbox.-postend .author-bio {
  color: #54585d;
  margin-bottom: 10px;
  font-style: italic;
  line-height: 22px;
}

.post-media {
  margin: 0 auto 30px auto;
  max-width: 860px;
  text-align: center;
}
@media (min-width: 48em) {
  .post-media {
    margin-bottom: 55px;
  }
}
.post-media .flipbook {
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
}
.post-media .flipbook > .iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-media .caption-container {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.post-media .post-media-caption {
  flex-basis: 100%;
  font-size: 14px;
  max-width: 100%;
  text-align: right;
}
@media (min-width: 48em) {
  .post-media .post-media-caption {
    flex-basis: 60%;
    max-width: 60%;
  }
}

.archive-author {
  color: #41484f;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 18px;
  /*
  * General
  */
  /*
  * Article
  */
  /*
  * Cover
  */
  /*
  * Offset Position
  */
}
.-river .archive-author {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .-article.-threeup .archive-post:not(:first-child) .archive-author, .-article.-fourup .archive-author, .-article.-fiveup .archive-post:not(:first-child) .archive-author {
    margin-bottom: 0;
  }
}
.-cover .archive-author {
  display: none;
}
.-oneup.-cover .archive-author, .-cover.-artarchive .archive-author {
  display: block;
}
.-cover.-artarchive .archive-author {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .-article.-oneup.-first .archive-author, .-cartoon.-oneup .archive-author {
    position: absolute;
    right: 0;
    width: 100px;
  }
}
@media (min-width: 85.375em) {
  .-article.-oneup.-first .archive-author, .-cartoon.-oneup .archive-author {
    width: 200px;
  }
}
.archive-author a {
  color: #41484f;
}
.archive-author a:hover {
  color: #d0021b;
  text-decoration: none;
}

.archive-content {
  font-size: 17px;
  margin-bottom: 20px;
  /*
  * Generic
  */
  /*
  * Article
  */
  /*
  * Artwork
  */
  /*
  * Cartoon
  */
}
@media (min-width: 64em) {
  .-article.-oneup.-first .archive-content, .-cartoon.-oneup .archive-content {
    padding-right: 130px;
  }
}
@media (min-width: 85.375em) {
  .-article.-oneup.-first .archive-content, .-cartoon.-oneup .archive-content {
    padding-right: 230px;
  }
}
@media (min-width: 48em) {
  .-fourup .archive-content, .-fiveup .archive-content {
    display: none;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-content {
    display: none;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:first-child .archive-content, .-article.-fiveup .archive-post:first-child .archive-content {
    display: block;
  }
}
@media (min-width: 48em) {
  .-artwork.-fourup .archive-content {
    display: block;
  }
}
@media (min-width: 48em) {
  .-cartoon.-fourup .archive-content, .-cartoon.-fiveup .archive-content {
    display: block;
  }
}
.archive-content *:last-child {
  margin-bottom: 0;
}

.archive-content-wrapper {
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
  /*
  * Generic
  */
  /*
  * Article
  */
  /*
  * Artwork
  */
  /*
  * Cartoon
  */
  /*
  * Cover
  */
  /*
  * No Image
  */
}
.-river .archive-content-wrapper {
  margin: -5px 0 0 0;
}
@media (min-width: 64em) {
  .-oneup .archive-content-wrapper {
    max-width: none;
    padding: 40px 0 40px 70px;
    width: 64.6428571429%;
  }
}
@media (min-width: 64em) {
  .-twoup .archive-content-wrapper {
    max-width: 375px;
    padding-left: 50px;
    width: 55.5555555556%;
  }
}
@media (min-width: 48em) {
  .-threeup .archive-content-wrapper, .-fourup .archive-content-wrapper, .-fiveup .archive-content-wrapper {
    text-align: center;
  }
}
@media (min-width: 48em) {
  .-article .archive-content-wrapper {
    text-align: left;
  }
}
@media (min-width: 64em) {
  .-article.-oneup.-first .archive-content-wrapper {
    order: 1;
    padding: 40px 70px 40px 0;
    width: 54.8571428571%;
  }
}
@media (min-width: 64em) {
  .-article.-twoup .archive-content-wrapper {
    max-width: none;
    padding-left: 0;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:not(:first-child) .archive-content-wrapper, .-article.-fourup .archive-content-wrapper, .-article.-fiveup .archive-post:not(:first-child) .archive-content-wrapper {
    text-align: left;
  }
}
@media (min-width: 64em) {
  .-article.-threeup .archive-post:not(:first-child) .archive-content-wrapper, .-article.-fourup .archive-content-wrapper, .-article.-fiveup .archive-post:not(:first-child) .archive-content-wrapper {
    max-width: 500px;
    padding-left: 40px;
    text-align: left;
    width: 74.0740740741%;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:first-child .archive-content-wrapper, .-article.-fiveup .archive-post:first-child .archive-content-wrapper {
    max-width: none;
    padding: 0 0 40px 70px;
    width: 64.6428571429%;
  }
}
@media (min-width: 48em) {
  .-artwork.-fourup .archive-content-wrapper {
    text-align: left;
  }
}
@media (min-width: 64em) {
  .-artwork.-fourup .archive-content-wrapper {
    max-width: 410px;
    padding-left: 50px;
    text-align: left;
    width: 60.7407407407%;
  }
}
@media (min-width: 48em) {
  .-cartoon .archive-content-wrapper {
    text-align: left;
  }
}
@media (min-width: 64em) {
  .-cartoon.-oneup .archive-content-wrapper {
    order: 1;
    padding: 40px 70px 40px 0;
    width: 54.8571428571%;
  }
}
@media (min-width: 64em) {
  .-cartoon.-twoup .archive-content-wrapper {
    max-width: none;
    padding-left: 0;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .-cartoon.-fiveup .archive-post:first-child .archive-content-wrapper {
    max-width: none;
    padding: 0 0 40px 70px;
    width: 64.6428571429%;
  }
}
@media (min-width: 64em) {
  .-cover.-oneup .archive-content-wrapper {
    width: 69.7857142857%;
  }
}
.archive-content-wrapper.-no-image {
  padding-left: 0;
}
@media (min-width: 64em) {
  .archive-content-wrapper.-no-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    width: auto;
  }
}

.archive-grouping-heading {
  margin-bottom: 40px;
}
.archive-grouping-heading .heading {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.archive-grouping-heading .link {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  padding-left: 24px;
  position: relative;
}
.archive-grouping-heading .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.archive-grouping-heading.-showcase {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.archive-header {
  position: relative;
  text-align: center;
  /*
  * Generic
  */
  /*
  * Article
  */
  /*
  * Artwork
  */
  /*
  * Cartoon
  */
}
.-river .archive-header {
  text-align: left;
}
@media (min-width: 64em) {
  .-oneup .archive-header, .-twoup .archive-header {
    text-align: left;
  }
}
@media (min-width: 48em) {
  .-article:not(.-oneup) .archive-header {
    text-align: left;
  }
}
@media (min-width: 64em) {
  .-artwork.-fourup .archive-header {
    text-align: left;
  }
}
@media (min-width: 48em) {
  .-cartoon:not(.-oneup) .archive-header {
    text-align: left;
  }
}

.archive-image {
  margin: 0 auto 35px auto;
  max-width: 495px;
  overflow: hidden;
  position: relative;
  /*
  * Generic
  */
  /*
  * Article
  */
  /*
  * Artwork
  */
  /*
  * Cartoon
  */
  /*
  * Cover
  */
  /*
  * Issue Archive
  */
  /*
  * Image
  */
}
.archive-image:before {
  content: " ";
  display: block;
  padding-bottom: 100%;
}
.-river .archive-image {
  flex: 0 0 100px;
  margin: 0 20px 0 0;
}
@media (min-width: 30em) {
  .-river .archive-image {
    flex-basis: 120px;
  }
}
@media (min-width: 48em) {
  .-river .archive-image {
    flex-basis: 175px;
    margin-right: 40px;
  }
}
@media (min-width: 64em) {
  .-oneup .archive-image {
    margin-bottom: 0;
    width: 35.3571428571%;
  }
}
@media (min-width: 64em) {
  .-twoup .archive-image {
    max-width: 300px;
    width: 44.4444444444%;
  }
}
.-article .archive-image:before {
  padding-bottom: 90.664556962%;
}
@media (min-width: 64em) {
  .-article.-oneup.-first .archive-image {
    max-width: 632px;
    order: 2;
    width: 45.1428571429%;
  }
}
@media (min-width: 64em) {
  .-article.-twoup .archive-image {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:not(:first-child) .archive-image, .-article.-fourup .archive-image, .-article.-fiveup .archive-post:not(:first-child) .archive-image {
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .-article.-threeup .archive-post:not(:first-child) .archive-image, .-article.-fourup .archive-image, .-article.-fiveup .archive-post:not(:first-child) .archive-image {
    max-width: 175px;
    width: 25.9259259259%;
  }
}
.-article.-threeup .archive-post:not(:first-child) .archive-image:before, .-article.-fourup .archive-image:before, .-article.-fiveup .archive-post:not(:first-child) .archive-image:before {
  padding-bottom: 100%;
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:first-child .archive-image, .-article.-fiveup .archive-post:first-child .archive-image {
    margin-bottom: 0;
    width: 35.3571428571%;
  }
}
@media (min-width: 64em) {
  .-artwork.-fourup .archive-image {
    max-width: 265px;
    width: 39.2592592593%;
  }
}
.-cartoon .archive-image:before {
  padding-bottom: 90.664556962%;
}
@media (min-width: 64em) {
  .-cartoon.-oneup .archive-image {
    max-width: 632px;
    order: 2;
    width: 45.1428571429%;
  }
}
@media (min-width: 64em) {
  .-cartoon.-twoup .archive-image {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .-cartoon.-fiveup .archive-post:first-child .archive-image {
    margin-bottom: 0;
    width: 35.3571428571%;
  }
}
.-cover .archive-image {
  max-width: 423px;
}
@media (min-width: 64em) {
  .-cover.-oneup .archive-image {
    width: 30.2142857143%;
  }
}
.-cover .archive-image:before {
  padding-bottom: 135.4609929078%;
}
.-cover.-artarchive.-sixup .archive-image {
  margin-bottom: 20px;
}
.archive-image img {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@supports (object-fit: cover) {
  .archive-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.-author .archive-image img {
  border-radius: 50%;
}
.archive-image.-broadsheet img {
  height: auto;
}

.archive-meta {
  display: flex;
  margin-bottom: 12px;
  /*
  * Cover
  */
}
.-cover.-artarchive .archive-meta {
  margin-bottom: 0;
}
.-cover .archive-meta {
  display: none;
}
.-cover.-oneup .archive-meta, .-cover.-artarchive .archive-meta {
  display: block;
}

.archive-post {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  /*
  * Generic
  */
  /*
  * Cover
  */
  /*
  * Issues
  */
  /*
  * Article
  */
  /*
  * Artwork
  */
  /*
  * Cartoon
  */
}
@media (min-width: 48em) {
  .archive-post {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.archive-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.-river .archive-post {
  align-items: flex-start;
  border-bottom: 0;
  display: flex;
  margin: 0 auto 40px auto;
  max-width: 860px;
  padding-bottom: 0;
}
@media (min-width: 48em) {
  .-river .archive-post {
    margin-bottom: 80px;
  }
}
.-river .archive-post:last-child {
  margin-bottom: 0;
}
.-river.-search .archive-post {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.-river.-search .archive-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 64em) {
  .-oneup .archive-post {
    align-items: center;
    display: flex;
  }
}
@media (min-width: 48em) {
  .-twoup .archive-post {
    align-items: flex-start;
    display: flex;
    max-width: 675px;
    width: 48.2142857143%;
  }
}
@media (min-width: 48em) {
  .-threeup .archive-post {
    max-width: 400px;
    width: 28.5714285714%;
  }
}
@media (min-width: 48em) {
  .-fourup .archive-post {
    max-width: 300px;
    width: 21.4285714286%;
  }
}
@media (min-width: 48em) {
  .-fiveup .archive-post {
    max-width: 240px;
    width: 17.1428571429%;
  }
}
@media (min-width: 48em) {
  .-fiveup .archive-post:nth-of-type(n+6) {
    margin-top: 50px;
  }
}
@media (min-width: 48em) {
  .-cover.-artarchive.-fourup .archive-post {
    margin-bottom: 50px;
    margin-right: 4%;
    width: 22%;
  }
}
@media (min-width: 48em) {
  .-cover.-artarchive.-fourup .archive-post:nth-child(4n) {
    margin-right: 0;
  }
}
.-cover.-artarchive.-sixup .archive-post {
  border-bottom: none;
  margin-bottom: 50px;
  margin-right: 4.5454545455%;
  padding-bottom: 0;
  width: 47.5%;
}
@media (min-width: 30em) {
  .-cover.-artarchive.-sixup .archive-post {
    margin-right: 6.1813186813%;
    width: 20.3296703297%;
  }
}
@media (min-width: 48em) {
  .-cover.-artarchive.-sixup .archive-post {
    margin-right: 6.1991869919%;
    width: 15.0406504065%;
  }
}
@media (min-width: 64em) {
  .-cover.-artarchive.-sixup .archive-post {
    margin-right: 3.8181818182%;
    width: 13.4545454545%;
  }
}
.-cover.-artarchive.-sixup .archive-post:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 30em) {
  .-cover.-artarchive.-sixup .archive-post:nth-child(2n) {
    margin-right: 6.1813186813%;
  }
}
@media (min-width: 48em) {
  .-cover.-artarchive.-sixup .archive-post:nth-child(2n) {
    margin-right: 6.1991869919%;
  }
}
@media (min-width: 64em) {
  .-cover.-artarchive.-sixup .archive-post:nth-child(2n) {
    margin-right: 3.8181818182%;
  }
}
@media (min-width: 30em) {
  .-cover.-artarchive.-sixup .archive-post:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .-cover.-artarchive.-sixup .archive-post:nth-child(4n) {
    margin-right: 6.1991869919%;
  }
}
@media (min-width: 64em) {
  .-cover.-artarchive.-sixup .archive-post:nth-child(4n) {
    margin-right: 3.8181818182%;
  }
}
@media (min-width: 48em) {
  .-cover.-artarchive.-sixup .archive-post:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .-cover.-artarchive.-sixup .archive-post:nth-child(5n) {
    margin-right: 3.8181818182%;
  }
}
@media (min-width: 64em) {
  .-cover.-artarchive.-sixup .archive-post:nth-child(6n) {
    margin-right: 0;
  }
}
.-cover.-fourup.-curtis .archive-post {
  flex-grow: 0;
}
.-cover.-fourup .archive-post {
  margin-right: 20px;
  flex-grow: 1;
}
@media (min-width: 64em) {
  .-cover.-fourup .archive-post {
    margin-right: 50px;
  }
}
.-cover.-fourup .archive-post:last-of-type {
  margin-right: 0;
}
@media (min-width: 48em) {
  .-article.-twoup .archive-post {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    max-width: 632px;
    width: 45.1428571429%;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:not(:first-child), .-article.-fourup .archive-post, .-article.-fiveup .archive-post:not(:first-child) {
    align-items: flex-start;
    display: flex;
    margin-bottom: 40px;
    max-width: 675px;
    width: 48.2142857143%;
  }
}
@media (min-width: 64em) {
  .-article.-threeup .archive-post:not(:first-child), .-article.-fourup .archive-post, .-article.-fiveup .archive-post:not(:first-child) {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 48em) {
  .-article.-fourup .archive-post:nth-child(1), .-article.-fourup .archive-post:nth-child(2), .-article.-fiveup .archive-post:nth-child(2), .-article.-fiveup .archive-post:nth-child(3) {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
@media (min-width: 64em) {
  .-article.-fourup .archive-post:nth-child(1), .-article.-fourup .archive-post:nth-child(2), .-article.-fiveup .archive-post:nth-child(2), .-article.-fiveup .archive-post:nth-child(3) {
    border-bottom: none;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:first-child, .-article.-fiveup .archive-post:first-child {
    align-items: flex-start;
    display: flex;
    max-width: none;
    padding-bottom: 50px;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:first-child:before, .-article.-fiveup .archive-post:first-child:before {
    background-color: #cccccc;
    bottom: 75px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .-artwork.-fourup .archive-post {
    align-items: flex-start;
    display: flex;
    margin-bottom: 40px;
    max-width: 675px;
    width: 48.2142857143%;
  }
}
@media (min-width: 48em) {
  .-cartoon.-twoup .archive-post {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    max-width: 632px;
    width: 45.1428571429%;
  }
}
@media (min-width: 48em) {
  .-cartoon.-fiveup .archive-post {
    max-width: 300px;
    width: 21.4285714286%;
  }
}
@media (min-width: 48em) {
  .-cartoon.-fiveup .archive-post:first-child {
    align-items: flex-start;
    display: flex;
    max-width: none;
    padding-bottom: 40px;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .-cartoon.-fiveup .archive-post:first-child:before {
    background-color: #cccccc;
    bottom: 75px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.archive-title {
  position: relative;
  /*
  * Generic
  */
  /*
  * Cover
  */
  /*
  * Article
  */
  /*
  * Artwork
  */
  /*
  * Author
  */
  /*
  * Cartoon
  */
  /*
  * Link
  */
}
@media (min-width: 48em) {
  .archive-title {
    margin-bottom: 20px;
  }
}
.-river .archive-title {
  font-size: 24px;
}
@media (min-width: 30em) {
  .-river .archive-title {
    font-size: 30px;
  }
}
@media (min-width: 48em) {
  .-river .archive-title {
    font-size: 38px;
  }
}
@media (min-width: 48em) {
  .-twoup .archive-title {
    font-size: 36px;
  }
}
@media (min-width: 48em) {
  .-threeup .archive-title {
    font-size: 36px;
  }
}
@media (min-width: 48em) {
  .-fourup .archive-title, .-fiveup .archive-title {
    font-size: 22px;
  }
}
@media (min-width: 64em) {
  .-fourup .archive-title, .-fiveup .archive-title {
    font-size: 28px;
  }
}
@media (min-width: 48em) {
  .-cover.-artarchive .archive-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-title, .-article.-fourup .archive-title, .-article.-fiveup .archive-title {
    font-size: 32px;
  }
}
@media (min-width: 85.375em) {
  .-article.-threeup .archive-title, .-article.-fourup .archive-title, .-article.-fiveup .archive-title {
    font-size: 38px;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:first-child .archive-title, .-article.-fiveup .archive-post:first-child .archive-title {
    font-size: 38px;
  }
}
@media (min-width: 85.375em) {
  .-article.-threeup .archive-post:first-child .archive-title, .-article.-fiveup .archive-post:first-child .archive-title {
    font-size: 46px;
  }
}
@media (min-width: 48em) {
  .-artwork.-oneup .archive-title {
    font-size: 44px;
  }
}
@media (min-width: 85.375em) {
  .-artwork.-oneup .archive-title {
    font-size: 64px;
  }
}
@media (min-width: 48em) {
  .-artwork.-twoup .archive-title {
    font-size: 38px;
  }
}
@media (min-width: 85.375em) {
  .-artwork.-twoup .archive-title {
    font-size: 52px;
  }
}
@media (min-width: 48em) {
  .-artwork.-fourup .archive-title {
    font-size: 38px;
  }
}
@media (min-width: 85.375em) {
  .-artwork.-fourup .archive-title {
    font-size: 52px;
  }
}
@media (min-width: 48em) {
  .-artwork.-fiveup .archive-title {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .-author.-oneup .archive-title {
    font-size: 44px;
  }
}
@media (min-width: 85.375em) {
  .-author.-oneup .archive-title {
    font-size: 64px;
  }
}
@media (min-width: 48em) {
  .-author.-twoup .archive-title {
    font-size: 38px;
  }
}
@media (min-width: 85.375em) {
  .-author.-twoup .archive-title {
    font-size: 52px;
  }
}
@media (min-width: 48em) {
  .-author.-fourup .archive-title {
    margin-bottom: 0;
    font-size: 26px;
  }
}
@media (min-width: 85.375em) {
  .-author.-fourup .archive-title {
    font-size: 32px;
  }
}
@media (min-width: 48em) {
  .-author.-fiveup .archive-title {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .-cartoon.-fiveup .archive-title {
    font-size: 30px;
  }
}
@media (min-width: 85.375em) {
  .-cartoon.-fiveup .archive-title {
    font-size: 36px;
  }
}
@media (min-width: 48em) {
  .-cartoon.-fiveup .archive-post:first-child .archive-title {
    font-size: 38px;
  }
}
@media (min-width: 85.375em) {
  .-cartoon.-fiveup .archive-post:first-child .archive-title {
    font-size: 46px;
  }
}
.archive-title a {
  color: #000000;
}
.archive-title a:hover {
  color: #d0021b;
}

.archive-view {
  margin: 0;
  /*
  * Link
  */
}
@media (min-width: 64em) {
  .-oneup .archive-view {
    margin-bottom: 40px;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-view, .-article.-fourup .archive-view, .-article.-fiveup .archive-view, .-author.-threeup .archive-view, .-author.-fourup .archive-view, .-author.-fiveup .archive-view, .-cartoon.-fourup .archive-view, .-cartoon.-fiveup .archive-view, .-artwork.-threeup .archive-view, .-artwork.-fiveup .archive-view {
    display: none;
  }
}
@media (min-width: 48em) {
  .-article.-threeup .archive-post:first-child .archive-view, .-article.-fiveup .archive-post:first-child .archive-view, .-cartoon.-fiveup .archive-post:first-child .archive-view {
    display: block;
    margin-bottom: 40px;
  }
}
@media (min-width: 64em) {
  .-article.-threeup .archive-post:first-child .archive-view, .-article.-fiveup .archive-post:first-child .archive-view, .-cartoon.-fiveup .archive-post:first-child .archive-view {
    margin-bottom: 60px;
  }
}
.archive-view .link {
  color: #000000;
  display: inline-block;
  font-size: 15px;
  font-style: italic;
  padding-right: 24px;
  position: relative;
}
.-cover .archive-view .link {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #d0021b;
  font-size: 14px;
  font-style: normal;
}
@media (min-width: 48em) and (max-width: 85.365em) {
  .-cover.-fourup .archive-view .link, .-cover.-fiveup .archive-view .link {
    font-size: 12px;
  }
}
.archive-view .link:hover {
  color: #d0021b;
  text-decoration: none;
}
.-cover .archive-view .link:hover {
  text-decoration: underline;
}
.archive-view .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
}

.archive-wrapper {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  /*
  * Wrapper
  */
  /*
  * Wrapper Before
  */
}
.archive-wrapper:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 48em) {
  .archive-wrapper {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.archive-wrapper + .archive-wrapper {
  margin-top: 0;
}
.error-404 .archive-wrapper.-river {
  padding-left: 0;
  padding-right: 0;
}
.sidebar-wrapper .archive-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}
@media (min-width: 85.375em) {
  .sidebar-wrapper .archive-wrapper {
    margin-bottom: 100px;
  }
}
.editors-choice .archive-wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 48em) {
  .archive-wrapper.-cover.-artarchive.-fourup, .archive-wrapper.-cover.-artarchive.-sixup {
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.archive-wrapper.-curtis .wrapper {
  flex-wrap: wrap;
}
.archive-wrapper.-curtis .wrapper > * {
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .archive-wrapper .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.archive-wrapper.-search {
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  .archive-wrapper.-river .wrapper, .archive-wrapper.-oneup .wrapper {
    display: block;
  }
}
@media (min-width: 48em) {
  .archive-wrapper.-fourup.-cover .wrapper {
    justify-content: start;
  }
}
.archive-wrapper.-river .wrapper {
  margin: 0 auto;
  max-width: 860px;
}
@media (min-width: 48em) {
  .archive-wrapper.-article.-threeup .wrapper, .archive-wrapper.-article.-fourup .wrapper, .archive-wrapper.-article.-fiveup .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .archive-wrapper.-artwork.-fourup .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .archive-wrapper.-cartoon.-fiveup .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .archive-wrapper.-author.-fiveup .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .archive-wrapper.-cover.-fiveup .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .archive-wrapper.-cover.-artarchive.-fourup .wrapper {
    flex-wrap: wrap;
    justify-content: normal;
  }
}
.archive-wrapper.-cover.-artarchive.-sixup .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
}
.archive-wrapper .wrapper:before {
  background-color: #000000;
  bottom: -2px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.archive-wrapper.-home .wrapper:before, .archive-wrapper.-river .wrapper:before {
  display: none;
}
@media (min-width: 64em) {
  .archive-wrapper.-oneup .wrapper:before {
    bottom: 75px;
  }
}
@media (min-width: 64em) {
  .archive-wrapper.-article.-oneup:not(.-first) .wrapper:before {
    bottom: -2px;
  }
}
.archive-wrapper.-cover.-artarchive .wrapper:before {
  display: none;
}
.archive-wrapper.-collection .archive-post {
  margin-bottom: 120px;
}
.archive-wrapper.-collection .archive-image {
  overflow: visible;
}
.archive-wrapper.-collection .archive-image img {
  height: auto;
}

.page-curtis {
  margin-top: 60px;
  /* Grid Fallbacks */
  /* Grid Fallbacks */
}
.page-curtis .heading-line.-large .heading, .page-curtis .-large.headline .heading {
  font-size: 36px;
}
@media (min-width: 48em) {
  .page-curtis .heading-line.-large .heading, .page-curtis .-large.headline .heading {
    font-size: 40px;
  }
}
@media (min-width: 64em) {
  .page-curtis .heading-line.-large .heading, .page-curtis .-large.headline .heading {
    font-size: 57px;
  }
}
.page-curtis .heading-line.-large span, .page-curtis .-large.headline span {
  overflow: hidden;
  padding: 0 10%;
}
@media (min-width: 48em) {
  .page-curtis .heading-line.-large span, .page-curtis .-large.headline span {
    overflow: visible;
  }
}
.page-curtis .hero {
  margin-bottom: 80px;
  margin-top: 0;
}
.page-curtis .logos {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page-curtis .gallery-cta .heading-line, .page-curtis .gallery-cta .headline {
  margin-bottom: 40px;
  margin-top: 0;
}
.page-curtis .gallery-cta .action {
  text-align: center;
}
.page-curtis .gallery-cta .action.-multi {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
@media (min-width: 48em) {
  .page-curtis .gallery-cta .action.-multi {
    flex-wrap: nowrap;
  }
}
@media (max-width: 47.99em) {
  .page-curtis .gallery-cta .action.-multi .button {
    width: 100%;
  }
}
.page-curtis .gallery-cta .action.-multi .button:first-child {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .page-curtis .gallery-cta .action.-multi .button:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 48em) {
  .page-curtis .gallery-cta .action.-multi .button:last-child {
    margin-left: 10px;
  }
}
.page-curtis .gallery-cta .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .page-curtis .gallery-cta .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.page-curtis .gallery-cta .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.page-curtis .gallery-cta .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.page-curtis .gallery-cta .button.-secondary {
  background-color: #41484f;
}
.page-curtis .gallery-cta .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.page-curtis .gallery-cta .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .page-curtis .gallery-cta .button.-outlined {
    font-size: 20px;
  }
}
.page-curtis .gallery {
  display: block;
  margin-bottom: 80px;
  overflow: hidden;
}
.page-curtis .gallery .gallery-item:first-child {
  max-height: none;
  width: 75%;
}
.page-curtis .gallery .gallery-item {
  float: left;
  margin: 0;
  max-height: 256px;
  overflow: hidden;
  position: relative;
  width: 25%;
}
@supports (display: grid) {
  .page-curtis .gallery {
    display: grid;
  }
  .page-curtis .gallery .gallery-item,
.page-curtis .gallery .gallery-item:first-child {
    width: auto;
  }
  .page-curtis .gallery .gallery-item {
    max-height: none;
  }
  .page-curtis .gallery .gallery-item img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
  }
}
.page-curtis .gallery {
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 100px);
}
@media (min-width: 20em) {
  .page-curtis .gallery {
    grid-template-rows: repeat(3, 200px);
  }
}
@media (min-width: 48em) {
  .page-curtis .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-curtis .gallery .gallery-item:first-child {
  grid-column: 1/-1;
  grid-row: 1/-2;
}
@media (min-width: 48em) {
  .page-curtis .gallery .gallery-item:first-child {
    grid-column: 1/-2;
    grid-row: 1/-1;
  }
}
@media (min-width: 48em) {
  .page-curtis .gallery .gallery-item {
    grid-column: 4;
  }
}
.page-curtis .headline {
  margin: 0 auto 80px auto;
}
.page-curtis .content.-branding .headline {
  margin-top: 60px;
}
.page-curtis .content.-branding .headline h2 {
  font-size: 18px;
}
@media (min-width: 30em) {
  .page-curtis .content.-branding .headline h2 {
    font-size: 28px;
  }
}
@media (max-width: 47.99em) {
  .page-curtis .content .heading > span {
    padding: 0 10%;
  }
}
@media (max-width: 47.99em) {
  .page-curtis .content .heading > span:before {
    left: 90%;
  }
}
@media (max-width: 47.99em) {
  .page-curtis .content .heading > span:after {
    right: 90%;
  }
}
.page-curtis .content.-branding .heading > span {
  background-color: #e8f3ec;
}
.page-curtis .title {
  color: #41484f;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 60px 0;
  text-align: center;
}
.page-curtis .content {
  margin-bottom: 80px;
  overflow: hidden;
}
.page-curtis .content.-intro {
  text-align: center;
}
.page-curtis .content.-branding {
  background-color: #e8f3ec;
  padding: 40px;
}
.page-curtis .cta {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 48em) {
  .page-curtis .cta {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.page-curtis .cta:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.page-curtis .cta:hover:before {
  opacity: 1;
  transform: scale(1);
}
.page-curtis .cta.-secondary {
  background-color: #41484f;
}
.page-curtis .cta.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.page-curtis .cta.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .page-curtis .cta.-outlined {
    font-size: 20px;
  }
}
.page-curtis .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-curtis .columns .column {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 48em) {
  .page-curtis .columns .column {
    margin-bottom: 40px;
    width: 47.5%;
  }
}
.page-curtis .columns h3 {
  border-bottom: 2px solid #000000;
  font-size: 24px;
  margin: 0 0 10px 0;
}
.page-curtis .contact {
  font-size: 18px;
}
@media (min-width: 48em) {
  .page-curtis .contact {
    font-size: 22px;
  }
}
.page-curtis .contact span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .page-curtis .contact .detail {
    font-size: 28px;
  }
}
.page-curtis .form .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .page-curtis .form .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.page-curtis .form .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.page-curtis .form .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.page-curtis .form .button.-secondary {
  background-color: #41484f;
}
.page-curtis .form .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.page-curtis .form .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .page-curtis .form .button.-outlined {
    font-size: 20px;
  }
}

.page-template-page-curtis-artworks a.link.a11y-modal-trigger {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-curtis-artworks .modal__content .archive-image:before {
  padding-bottom: 0;
}
.page-template-page-curtis-artworks .modal__content .archive-image img {
  position: relative;
}

.page-template-page-curtis-artists .gallery-cta .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .page-template-page-curtis-artists .gallery-cta .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.page-template-page-curtis-artists .gallery-cta .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.page-template-page-curtis-artists .gallery-cta .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.page-template-page-curtis-artists .gallery-cta .button.-secondary {
  background-color: #41484f;
}
.page-template-page-curtis-artists .gallery-cta .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.page-template-page-curtis-artists .gallery-cta .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .page-template-page-curtis-artists .gallery-cta .button.-outlined {
    font-size: 20px;
  }
}
.page-template-page-curtis-artists .gallery-cta .heading-line, .page-template-page-curtis-artists .gallery-cta .page-curtis .headline, .page-curtis .page-template-page-curtis-artists .gallery-cta .headline {
  max-width: 800px;
}

.page-subscribe ul {
  font-size: 16px;
  font-weight: 100;
}
.page-subscribe ul li {
  line-height: 1.3;
}
.page-subscribe .post-header {
  padding-bottom: 39px;
}
.page-subscribe .grad-wrap {
  background: linear-gradient(#000000 80%, #ffffff 80%);
  margin-bottom: 49px;
}
@media (min-width: 48em) {
  .page-subscribe .grad-wrap {
    margin-bottom: 113px;
  }
}
.page-subscribe .grad-wrap.-full {
  background: #000000;
}
.page-subscribe .grad-wrap h1 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 100;
  margin-bottom: 0;
  padding: 0 16px;
}
@media (min-width: 48em) {
  .page-subscribe .grad-wrap h1 {
    font-size: 65px;
    padding: 0;
  }
}
.page-subscribe .sub-box {
  background-color: #ffffff;
  border: 8px solid #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 502px;
  padding: 35px 21px;
}
@media (min-width: 48em) {
  .page-subscribe .sub-box {
    padding: 52px 33px;
  }
}
.page-subscribe .sub-box .link,
.page-subscribe .sub-box .pricing,
.page-subscribe .sub-box h2 {
  text-align: center;
}
.page-subscribe .sub-box .link {
  margin-bottom: 8px;
}
.page-subscribe .sub-box h2 {
  font-size: 40px;
  margin-bottom: 26px;
}
.page-subscribe .sub-box .price {
  font-size: 22px;
  margin-bottom: 30px;
}
.page-subscribe .sub-box .button-secondary {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 34px;
  width: 100%;
}
@media (min-width: 48em) {
  .page-subscribe .sub-box .button-secondary {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.page-subscribe .sub-box .button-secondary:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.page-subscribe .sub-box .button-secondary:hover:before {
  opacity: 1;
  transform: scale(1);
}
.page-subscribe .sub-box .button-secondary.-secondary {
  background-color: #41484f;
}
.page-subscribe .sub-box .button-secondary.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.page-subscribe .sub-box .button-secondary.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .page-subscribe .sub-box .button-secondary.-outlined {
    font-size: 20px;
  }
}
@media (min-width: 48em) {
  .page-subscribe .sub-box .button-secondary {
    font-size: 18px;
    width: calc(100% - 96px);
  }
}
@media (min-width: 48em) {
  .page-subscribe .sub-box ul {
    padding: 0 33px;
  }
}
.page-subscribe .container {
  max-width: 502px;
}
@media (min-width: 48em) {
  .page-subscribe .container {
    max-width: none;
  }
}
.page-subscribe .pricing {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media (min-width: 48em) {
  .page-subscribe .pricing {
    margin-bottom: 137px;
  }
}
.page-subscribe .pricing h3 {
  font-size: 30px;
}
.page-subscribe .pricing .price {
  font-size: 18px;
}
.page-subscribe .pricing .button-primary {
  display: inline-block;
  margin-bottom: 17px;
  position: relative;
  text-align: center;
  width: 100%;
}
.page-subscribe .pricing .button-primary:before {
  border: 1px solid #d0021b;
  content: "";
  height: calc(100% - 6px);
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 6px);
}
.page-subscribe .pricing .button-primary:hover, .page-subscribe .pricing .button-primary:focus {
  text-decoration: none;
}
.page-subscribe .pricing .button-primary:hover:before, .page-subscribe .pricing .button-primary:focus:before {
  opacity: 1;
  transform: scale(1);
}
.page-subscribe .pricing .plan {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 48em) {
  .page-subscribe .pricing .plan {
    flex: 0 1 calc(50% - 76px);
    max-width: calc(50% - 76px);
  }
}
.page-subscribe .pricing .plan:first-child {
  padding-bottom: 56px;
}
@media (min-width: 48em) {
  .page-subscribe .pricing .plan:first-child {
    padding-bottom: 0;
  }
}

.subscribe-alt .-pageheader {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  max-width: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 64em) {
  .subscribe-alt .-pageheader {
    flex-flow: row nowrap;
    max-width: calc(100% - 100px);
  }
}
.subscribe-alt .-pageheader::after {
  background-color: #000000;
  bottom: 5%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 92.5em) {
  .subscribe-alt .-pageheader::after {
    transform: translateX(-5%);
    width: 110%;
  }
}
@media (min-width: 64em) {
  .subscribe-alt .-pageheader h1 {
    flex: 0 1 64%;
  }
}
.subscribe-alt .-pageheader .cover {
  position: relative;
}
.subscribe-alt .-pageheader .cover img {
  display: block;
  margin: 0 auto;
}
.subscribe-alt .-pageheader .cover .lock {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 0 0 6px #ffffff;
  display: flex;
  height: 64px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(50%);
  width: 64px;
  z-index: 10;
}
.subscribe-alt .-bot-bor {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.subscribe-alt .-highlight {
  color: #d0021b;
}
.subscribe-alt .post-body.-flex, .subscribe-alt .page-curtis .-flex.content, .page-curtis .subscribe-alt .-flex.content {
  display: flex;
  flex-flow: column wrap;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 64em) {
  .subscribe-alt .post-body.-flex, .subscribe-alt .page-curtis .-flex.content, .page-curtis .subscribe-alt .-flex.content {
    flex-flow: row nowrap;
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 64em) {
  .subscribe-alt .content-wrap {
    flex-basis: calc(60% + 2em);
    max-width: calc(60% + 2em);
  }
}
.subscribe-alt .subscription-products .woocommerce ul.products li.product a .-highlight {
  color: #d0021b;
}
.subscribe-alt .subscription-products .woocommerce ul.products li.product a .woocommerce-loop-product__title {
  display: inline-block;
  padding-right: 20px;
}
.subscribe-alt .subscription-products .woocommerce ul.products li.product .add-to-cart-actions .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 20px 0 0 0 #ffffff, -20px 0 0 0 #ffffff;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .subscribe-alt .subscription-products .woocommerce ul.products li.product .add-to-cart-actions .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.subscribe-alt .subscription-products .woocommerce ul.products li.product .add-to-cart-actions .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.subscribe-alt .subscription-products .woocommerce ul.products li.product .add-to-cart-actions .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.subscribe-alt .subscription-products .woocommerce ul.products li.product .add-to-cart-actions .button.-secondary {
  background-color: #41484f;
}
.subscribe-alt .subscription-products .woocommerce ul.products li.product .add-to-cart-actions .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.subscribe-alt .subscription-products .woocommerce ul.products li.product .add-to-cart-actions .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .subscribe-alt .subscription-products .woocommerce ul.products li.product .add-to-cart-actions .button.-outlined {
    font-size: 20px;
  }
}
.subscribe-alt .woocommerce ul.products li.product .price {
  display: inline-block;
  font-weight: 700;
}
.subscribe-alt .woocommerce .products ul.content-list {
  padding-left: 20px;
}
.subscribe-alt .woocommerce .products ul.content-list > li {
  list-style: url(../images/diamond-bullet.svg);
  margin: 0 0 1em 0;
  padding: 0 0 0 10px;
}
.subscribe-alt .more-issues .heading {
  display: inline-block;
  font-weight: 100;
  margin-right: 30px;
  text-transform: uppercase;
}
.subscribe-alt .more-issues .link {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  text-transform: uppercase;
}
.subscribe-alt .more-issues .link svg {
  margin-right: 15px;
}
.subscribe-alt .issues {
  justify-content: space-between;
  display: flex;
  flex-flow: row wrap;
}
.subscribe-alt .issue {
  flex-basis: calc(50% - 2rem);
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .subscribe-alt .issue {
    flex-basis: calc(25% - 2rem);
  }
}
.subscribe-alt .issue img {
  width: 100%;
}
.subscribe-alt .issue .meta {
  text-align: center;
}

/*
 * These styles have been added temporarily to the site.
 */
.post-2701 .post-header,
.woocommerce-products-header .post-header {
  padding: 80px 0;
  max-width: 450px;
  text-align: center;
}
.post-2701 .title,
.woocommerce-products-header .title {
  margin: 0 auto -28px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.055em;
  position: relative;
  font-size: 40px;
}
@media (min-width: 48em) {
  .post-2701 .title,
.woocommerce-products-header .title {
    font-size: 56px;
  }
}
.post-2701 .title span,
.woocommerce-products-header .title span {
  background: white;
  z-index: 1;
  padding: 0 20px;
}
.post-2701 .title span:before, .post-2701 .title span:after,
.woocommerce-products-header .title span:before,
.woocommerce-products-header .title span:after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #cccccc;
  top: 50%;
  position: absolute;
  z-index: 1;
}
@media (min-width: 48em) {
  .post-2701 .title span:before, .post-2701 .title span:after,
.woocommerce-products-header .title span:before,
.woocommerce-products-header .title span:after {
    z-index: -1;
  }
}
.post-2701 .title span:before,
.woocommerce-products-header .title span:before {
  left: 90%;
}
@media (min-width: 31.25em) {
  .post-2701 .title span:before,
.woocommerce-products-header .title span:before {
    left: 100%;
  }
}
.post-2701 .title span:after,
.woocommerce-products-header .title span:after {
  right: 90%;
}
@media (min-width: 31.25em) {
  .post-2701 .title span:after,
.woocommerce-products-header .title span:after {
    right: 100%;
  }
}

.woocommerce-products-header .post-header {
  max-width: 200px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  width: 100%;
}
.woocommerce .woocommerce-message {
  border-top-color: #5fae1e;
}
.woocommerce .woocommerce-message::before {
  color: #5fae1e;
}
.woocommerce .woocommerce-info {
  border-top-color: #000000;
}
.woocommerce .woocommerce-info::before {
  color: #000000;
}
.woocommerce .woocommerce-error {
  border-top-color: #d0021b;
}
.woocommerce .woocommerce-error::before {
  color: #d0021b;
}

.woocommerce .woo-wrapper .woocommerce-ordering {
  color: #41484f;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
}
@media (min-width: 48em) {
  .woocommerce .woo-wrapper .woocommerce-ordering {
    float: right;
    width: auto;
  }
}
.woocommerce .woo-wrapper .woocommerce-ordering .choices {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .woocommerce .woo-wrapper .woocommerce-ordering .choices {
    min-width: 250px;
  }
}
.woocommerce .woo-wrapper .woocommerce-ordering .choices__item--selectable {
  padding-right: 10px;
}

.woocommerce .onsale {
  height: 4.236em !important;
  width: 4.236em !important;
  padding: 0 !important;
  font-size: 1em !important;
  line-height: 4.236 !important;
  background-color: #d0021b !important;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 48em) {
  .woocommerce ul.products {
    justify-content: normal;
  }
}
.subscription-products .woocommerce ul.products {
  margin: 40px 0;
}
@media (min-width: 48em) {
  .subscription-products .woocommerce ul.products {
    justify-content: space-between;
  }
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products:first-child li.product:first-child {
  width: 100%;
}
.woocommerce ul.products:first-child li.product:first-child .button {
  align-self: flex-start;
  width: 47%;
}
.subscription-products .woocommerce ul.products:first-child li.product:first-child.-full {
  border-top: none;
  padding-top: 0;
}
.subscription-products .woocommerce ul.products:first-child li.product:first-child.-full .add-to-cart-actions {
  display: block;
}
@media (max-width: 63.99em) {
  .subscription-products .woocommerce ul.products:first-child li.product:first-child.-full .add-to-cart-actions .button,
.subscription-products .woocommerce ul.products:first-child li.product:first-child.-full .add-to-cart-actions .custom-select {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .subscription-products .woocommerce ul.products:first-child li.product:first-child.-full .add-to-cart-actions {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .subscription-products .woocommerce ul.products:first-child li.product:first-child.-full .add-to-cart-actions .custom-select {
    width: 47%;
  }
}
@media (max-width: 47.99em) {
  .subscription-products .woocommerce ul.products:first-child li.product:first-child .add-to-cart-actions .button {
    width: 100%;
  }
}
@media (min-width: 48em) {
  .subscription-products .woocommerce ul.products:first-child li.product:first-child .add-to-cart-actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .subscription-products .woocommerce ul.products:first-child li.product:first-child .add-to-cart-actions .custom-select {
    width: 47%;
  }
}
.woocommerce ul.products li.product {
  align-content: space-between;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.subscription-products .woocommerce ul.products li.product {
  margin: 0 0 40px 0;
  width: 100%;
}
.subscription-products .woocommerce ul.products li.product .custom-select {
  text-align: center;
}
@media (min-width: 48em) {
  .subscription-products .woocommerce ul.products li.product {
    width: 47%;
    margin: 0 0 60px 0;
  }
  .subscription-products .woocommerce ul.products li.product .button {
    width: 100%;
    align-self: flex-start;
  }
}
.subscription-products .woocommerce ul.products li.product.-full {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 0;
  padding-top: 40px;
}
@media (min-width: 48em) {
  .subscription-products .woocommerce ul.products li.product.-full {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .subscription-products .woocommerce ul.products li.product.-full .add-to-cart-actions {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
}
.subscription-products .woocommerce ul.products li.product.-full .add-to-cart-actions .button {
  align-self: flex-start;
  font-size: 18px;
  margin-top: 0;
  margin-left: 40px;
  min-width: 201px;
  padding-top: 22px;
  padding-bottom: 22px;
  width: auto;
}
@media (max-width: 63.99em) {
  .subscription-products .woocommerce ul.products li.product.-full .add-to-cart-actions .button {
    margin-left: 0;
    width: 100%;
  }
}
.subscription-products .woocommerce ul.products li.product.-full .add-to-cart-actions .custom-select {
  text-align: left;
}
@media (min-width: 64em) {
  .subscription-products .woocommerce ul.products li.product.-full .add-to-cart-actions .custom-select {
    width: 47%;
  }
}
.subscription-products .woocommerce ul.products li.product p {
  color: #000000;
  font-size: 16px;
}
.subscription-products .woocommerce ul.products li.product p strong {
  display: initial;
}
.woocommerce ul.products li.product a:first-child {
  margin-bottom: 1em;
}
.woocommerce ul.products li.product a .woocommerce-loop-product__title {
  color: #000000;
  font-size: 16px;
  padding-top: 0;
}
@media (min-width: 64em) {
  .woocommerce ul.products li.product a .woocommerce-loop-product__title {
    font-size: 20px;
  }
}
@media (min-width: 85.375em) {
  .woocommerce ul.products li.product a .woocommerce-loop-product__title {
    font-size: 24px;
  }
}
.subscription-products .woocommerce ul.products li.product a .woocommerce-loop-product__title {
  font-size: 24px;
}
@media (min-width: 48em) {
  .subscription-products .woocommerce ul.products li.product a .woocommerce-loop-product__title {
    font-size: 30px;
  }
}
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
  color: #d0021b;
  text-decoration: underline;
}
.woocommerce ul.products li.product .price {
  color: #000000;
  font-size: 18px;
}
@media (min-width: 64em) {
  .woocommerce ul.products li.product .price {
    font-size: 22px;
  }
}
.woocommerce ul.products li.product a.button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
  margin-top: auto;
}
@media (min-width: 48em) {
  .woocommerce ul.products li.product a.button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.woocommerce ul.products li.product a.button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.woocommerce ul.products li.product a.button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.woocommerce ul.products li.product a.button.-secondary {
  background-color: #41484f;
}
.woocommerce ul.products li.product a.button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.woocommerce ul.products li.product a.button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce ul.products li.product a.button.-outlined {
    font-size: 20px;
  }
}
.woocommerce ul.products li.product a.button:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce ul.products li.product a.button {
    font-size: 20px;
  }
}
.woocommerce ul.products li.product a.added_to_cart {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 1em;
}
@media (min-width: 48em) {
  .woocommerce ul.products li.product a.added_to_cart {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.woocommerce ul.products li.product a.added_to_cart:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.woocommerce ul.products li.product a.added_to_cart:hover:before {
  opacity: 1;
  transform: scale(1);
}
.woocommerce ul.products li.product a.added_to_cart.-secondary {
  background-color: #41484f;
}
.woocommerce ul.products li.product a.added_to_cart.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.woocommerce ul.products li.product a.added_to_cart.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce ul.products li.product a.added_to_cart.-outlined {
    font-size: 20px;
  }
}
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.added_to_cart {
  align-self: flex-end;
  display: block;
  flex: 0 0 auto;
  font-size: 16px;
  padding: 20px 5px;
  width: 100%;
}
@media (min-width: 48em) {
  .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.added_to_cart {
    font-size: 18px;
  }
}

.woocommerce-page .woocommerce table.shop_table {
  border: none;
}
.woocommerce-page .woocommerce table.shop_table th {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-page .woocommerce table.shop_table th,
.woocommerce-page .woocommerce table.shop_table td {
  border: none;
  border-bottom: 1px solid #cccccc;
  line-height: 1.2;
}
.woocommerce-page .woocommerce table.shop_table th dl.variation,
.woocommerce-page .woocommerce table.shop_table td dl.variation {
  margin-top: 5px;
}
.woocommerce-page .woocommerce table.shop_table th dl.variation dt.variation-Years,
.woocommerce-page .woocommerce table.shop_table td dl.variation dt.variation-Years {
  font-weight: bold;
}
.woocommerce-page .woocommerce table.shop_table th dl.variation dd.variation-Years > p,
.woocommerce-page .woocommerce table.shop_table td dl.variation dd.variation-Years > p {
  line-height: 1.3;
}
.woocommerce-page .woocommerce table.shop_table tr th:first-child,
.woocommerce-page .woocommerce table.shop_table tr td:first-child {
  padding-left: 0;
}
.woocommerce-page .woocommerce table.shop_table tr th:last-child,
.woocommerce-page .woocommerce table.shop_table tr td:last-child {
  padding-right: 0;
}

.woocommerce-cart .woocommerce {
  font-size: 18px;
}
@media (min-width: 48em) {
  .woocommerce-cart .woocommerce {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    flex: 1 1 60%;
  }
}
.woocommerce-cart .woocommerce .product-thumbnail {
  padding: 6px 0;
}
.woocommerce-cart .woocommerce .product-quantity .quantity .qty {
  display: inline-block;
  padding: 5px;
  width: 50px;
}
@media (min-width: 48em) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    flex: 1 1 40%;
    padding-left: 40px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: auto;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .recurring-totals,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .recurring-total {
  display: none !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .checkout-button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 48em) {
  .woocommerce-cart .woocommerce .cart-collaterals .checkout-button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .checkout-button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.woocommerce-cart .woocommerce .cart-collaterals .checkout-button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.woocommerce-cart .woocommerce .cart-collaterals .checkout-button.-secondary {
  background-color: #41484f;
}
.woocommerce-cart .woocommerce .cart-collaterals .checkout-button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.woocommerce-cart .woocommerce .cart-collaterals .checkout-button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce-cart .woocommerce .cart-collaterals .checkout-button.-outlined {
    font-size: 20px;
  }
}
@media (min-width: 48em) {
  .woocommerce-cart .woocommerce .cart-collaterals .checkout-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .checkout-button:hover {
  background-color: #d0021b;
}
.woocommerce-cart .woocommerce .actions .coupon {
  display: flex;
}
.woocommerce-cart .woocommerce .actions button.button,
.woocommerce-cart .woocommerce .actions button.button:disabled,
.woocommerce-cart .woocommerce .actions button.button:disabled[disabled] {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
  font-size: 16px;
}
@media (min-width: 48em) {
  .woocommerce-cart .woocommerce .actions button.button,
.woocommerce-cart .woocommerce .actions button.button:disabled,
.woocommerce-cart .woocommerce .actions button.button:disabled[disabled] {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.woocommerce-cart .woocommerce .actions button.button:before,
.woocommerce-cart .woocommerce .actions button.button:disabled:before,
.woocommerce-cart .woocommerce .actions button.button:disabled[disabled]:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.woocommerce-cart .woocommerce .actions button.button:hover:before,
.woocommerce-cart .woocommerce .actions button.button:disabled:hover:before,
.woocommerce-cart .woocommerce .actions button.button:disabled[disabled]:hover:before {
  opacity: 1;
  transform: scale(1);
}
.woocommerce-cart .woocommerce .actions button.button.-secondary,
.woocommerce-cart .woocommerce .actions button.button:disabled.-secondary,
.woocommerce-cart .woocommerce .actions button.button:disabled[disabled].-secondary {
  background-color: #41484f;
}
.woocommerce-cart .woocommerce .actions button.button.-outlined,
.woocommerce-cart .woocommerce .actions button.button:disabled.-outlined,
.woocommerce-cart .woocommerce .actions button.button:disabled[disabled].-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.woocommerce-cart .woocommerce .actions button.button.-outlined:before,
.woocommerce-cart .woocommerce .actions button.button:disabled.-outlined:before,
.woocommerce-cart .woocommerce .actions button.button:disabled[disabled].-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce-cart .woocommerce .actions button.button.-outlined,
.woocommerce-cart .woocommerce .actions button.button:disabled.-outlined,
.woocommerce-cart .woocommerce .actions button.button:disabled[disabled].-outlined {
    font-size: 20px;
  }
}
.woocommerce-cart .woocommerce .actions button.button:before,
.woocommerce-cart .woocommerce .actions button.button:disabled:before,
.woocommerce-cart .woocommerce .actions button.button:disabled[disabled]:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce-cart .woocommerce .actions button.button,
.woocommerce-cart .woocommerce .actions button.button:disabled,
.woocommerce-cart .woocommerce .actions button.button:disabled[disabled] {
    font-size: 20px;
  }
}
@media (min-width: 48em) {
  .woocommerce-cart .woocommerce .actions button.button,
.woocommerce-cart .woocommerce .actions button.button:disabled,
.woocommerce-cart .woocommerce .actions button.button:disabled[disabled] {
    font-size: 18px;
    padding: 20px;
  }
}

.woocommerce-checkout .woocommerce {
  font-size: 18px;
}
.woocommerce-checkout .woocommerce .checkout_coupon .button,
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
@media (min-width: 48em) {
  .woocommerce-checkout .woocommerce .checkout_coupon .button,
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.woocommerce-checkout .woocommerce .checkout_coupon .button:before,
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.woocommerce-checkout .woocommerce .checkout_coupon .button:hover:before,
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.woocommerce-checkout .woocommerce .checkout_coupon .button.-secondary,
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button.-secondary {
  background-color: #41484f;
}
.woocommerce-checkout .woocommerce .checkout_coupon .button.-outlined,
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.woocommerce-checkout .woocommerce .checkout_coupon .button.-outlined:before,
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce-checkout .woocommerce .checkout_coupon .button.-outlined,
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button.-outlined {
    font-size: 20px;
  }
}
.woocommerce-checkout .woocommerce .checkout_coupon .button:before,
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce-checkout .woocommerce .checkout_coupon .button,
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button {
    font-size: 20px;
  }
}
.woocommerce-checkout .woocommerce .checkout_coupon .button:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button:hover {
  background-color: #ffffff;
  color: #d0021b;
}
.woocommerce-checkout .woocommerce .checkout textarea {
  height: 500px;
}
.woocommerce-checkout .woocommerce .recurring-totals,
.woocommerce-checkout .woocommerce .recurring-total {
  display: none !important;
}
.woocommerce-checkout .woocommerce #gift_recipient_details {
  clear: both;
  display: none;
}
.woocommerce-checkout .woocommerce #ship-to-different-address {
  float: none;
  margin-top: 0;
}
.woocommerce-checkout .woocommerce input:disabled + span {
  font-weight: lighter;
}
.woocommerce-checkout .woocommerce #order_review table.woocommerce-checkout-review-order-table tr td.product-name strong.product-quantity {
  display: none;
}

.woocommerce .woo-wrapper div.product {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
@media (min-width: 48em) {
  .woocommerce .woo-wrapper div.product {
    margin-bottom: 60px;
    margin-top: 60px;
    padding-top: 0;
  }
}
@media (min-width: 64em) {
  .woocommerce .woo-wrapper div.product {
    margin-bottom: 100px;
    margin-top: 100px;
    padding-top: 0;
  }
}
.woocommerce .woo-wrapper div.product:before, .woocommerce .woo-wrapper div.product:after {
  content: none;
}
.woocommerce .woo-wrapper div.product .woocommerce-product-gallery {
  float: none;
  margin: 40px auto 0 auto;
  max-width: 300px;
  width: 100%;
}
@media (min-width: 64em) {
  .woocommerce .woo-wrapper div.product .woocommerce-product-gallery {
    margin: 0 auto;
    width: 300px;
  }
}
.woocommerce .woo-wrapper div.product .woocommerce-product-gallery img {
  border: 1px solid #e6e6e6;
  display: block;
  height: auto;
  width: 100%;
}
.woocommerce .woo-wrapper div.product .entry-summary {
  float: none;
  margin: 0 auto;
  max-width: 860px;
  padding-bottom: 60px;
  text-align: center;
  width: 100%;
}
@media (min-width: 64em) {
  .woocommerce .woo-wrapper div.product .entry-summary {
    max-width: none;
    padding-left: 85px;
    text-align: left;
    width: calc(100% - 300px);
  }
}
.woocommerce .woo-wrapper div.product .entry-summary .product_title {
  margin-top: 35px;
}
@media (min-width: 64em) {
  .woocommerce .woo-wrapper div.product .entry-summary .product_title {
    margin-top: 0;
  }
}
.woocommerce .woo-wrapper div.product .entry-summary .price {
  color: #000000;
  font-size: 18px;
}
@media (min-width: 48em) {
  .woocommerce .woo-wrapper div.product .entry-summary .price {
    font-size: 22px;
  }
}
.woocommerce .woo-wrapper div.product .entry-summary .cart {
  display: flex;
  justify-content: center;
}
@media (min-width: 64em) {
  .woocommerce .woo-wrapper div.product .entry-summary .cart {
    justify-content: normal;
  }
}
.woocommerce .woo-wrapper div.product .entry-summary .cart:before, .woocommerce .woo-wrapper div.product .entry-summary .cart:after {
  content: none;
}
.woocommerce .woo-wrapper div.product .entry-summary .cart .quantity {
  display: flex;
}
.woocommerce .woo-wrapper div.product .entry-summary .cart input {
  margin-bottom: 0;
}
.woocommerce .woo-wrapper div.product .entry-summary .custom-select {
  max-width: 260px;
  margin-right: 30px;
}
.woocommerce .woo-wrapper div.product .entry-summary .single_add_to_cart_button {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
@media (min-width: 48em) {
  .woocommerce .woo-wrapper div.product .entry-summary .single_add_to_cart_button {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.woocommerce .woo-wrapper div.product .entry-summary .single_add_to_cart_button:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.woocommerce .woo-wrapper div.product .entry-summary .single_add_to_cart_button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.woocommerce .woo-wrapper div.product .entry-summary .single_add_to_cart_button.-secondary {
  background-color: #41484f;
}
.woocommerce .woo-wrapper div.product .entry-summary .single_add_to_cart_button.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.woocommerce .woo-wrapper div.product .entry-summary .single_add_to_cart_button.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce .woo-wrapper div.product .entry-summary .single_add_to_cart_button.-outlined {
    font-size: 20px;
  }
}
.woocommerce .woo-wrapper div.product .entry-summary .single_add_to_cart_button:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce .woo-wrapper div.product .entry-summary .single_add_to_cart_button {
    font-size: 20px;
  }
}
.woocommerce .woo-wrapper div.product .woocommerce-tabs {
  border-bottom: 4px solid #000000;
  margin: 30px 0;
  padding-bottom: 15px;
  width: 100%;
}
@media (min-width: 64em) {
  .woocommerce .woo-wrapper div.product .woocommerce-tabs {
    margin: 60px 0;
    padding-bottom: 40px;
  }
}
.woocommerce .woo-wrapper div.product .woocommerce-tabs #respond input#submit {
  background-color: #d0021b;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
@media (min-width: 48em) {
  .woocommerce .woo-wrapper div.product .woocommerce-tabs #respond input#submit {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.woocommerce .woo-wrapper div.product .woocommerce-tabs #respond input#submit:before {
  border: 2px solid #ffffff;
  content: "";
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0.92);
  transition: opacity 0.25s, transform 0.2s;
  width: calc(100% - 10px);
}
.woocommerce .woo-wrapper div.product .woocommerce-tabs #respond input#submit:hover:before {
  opacity: 1;
  transform: scale(1);
}
.woocommerce .woo-wrapper div.product .woocommerce-tabs #respond input#submit.-secondary {
  background-color: #41484f;
}
.woocommerce .woo-wrapper div.product .woocommerce-tabs #respond input#submit.-outlined {
  background-color: #ffffff;
  border: 2px solid #d0021b;
  color: #d0021b;
  font-size: 18px;
  padding: 16px 30px;
}
.woocommerce .woo-wrapper div.product .woocommerce-tabs #respond input#submit.-outlined:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce .woo-wrapper div.product .woocommerce-tabs #respond input#submit.-outlined {
    font-size: 20px;
  }
}
.woocommerce .woo-wrapper div.product .woocommerce-tabs #respond input#submit:before {
  border-color: #d0021b;
  border-width: 1px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
@media (min-width: 48em) {
  .woocommerce .woo-wrapper div.product .woocommerce-tabs #respond input#submit {
    font-size: 20px;
  }
}
.woocommerce .woo-wrapper div.product .related.products {
  width: 100%;
}
.woocommerce .woo-wrapper div.product .related.products ul.products li.product-type-subscription .custom-select {
  display: block;
  margin-bottom: 10px;
}

/** --------------------------------------------------------------------
	Flexbox Mixins
--------------------------------------------------------------------- */
.modal-is-open,
.modal-is-open body {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.js .modal-overlay,
.js .a11y-modal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.666);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 1.5625em;
  position: fixed;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.js .modal-overlay[aria-hidden=false],
.js .a11y-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.js .modal-overlay[aria-hidden=false] .modal,
.js .a11y-modal[aria-hidden=false] .modal {
  transform: scale(1) translateY(0px);
}

.modal {
  box-sizing: border-box;
  background: #fff;
  margin: auto;
  max-height: 90%;
  max-width: 50em;
  min-width: 16.875em;
  overflow: auto;
  overflow-x: hidden;
  padding: 2em;
  position: relative;
  transform: scale(0.8) translateY(-30px);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.modal--full-width {
  max-width: 100%;
}
.modal--content-scroll {
  overflow: hidden;
}
.modal--content-scroll .modal__content {
  height: 300px;
  overflow: auto;
  transition: height 0.2s ease-in-out;
}
@media screen and (min-height: 40.625em) {
  .modal--content-scroll .modal__content {
    height: 400px;
  }
}
@media screen and (min-height: 53.125em) {
  .modal--content-scroll .modal__content {
    height: 600px;
  }
}
@media screen and (min-height: 62.5em) {
  .modal--content-scroll .modal__content {
    height: 700px;
  }
}

.modal__outro__close {
  cursor: pointer;
  font-size: 2em;
  line-height: 1;
  padding: 4px;
  position: absolute;
  right: 28px;
  text-decoration: none;
  top: 28px;
}

.no-js .no-js-hide-modal,
.no-js button[data-action=modal-open] {
  display: none;
}

.no-js .no-js-hide-modal:target {
  display: block;
}

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: calc(100% - 20px);
  padding: 10px;
  border: 1px solid #9B9D9E;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin: 10px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("../images/cross-inverse.svg");
  padding: 0;
  background-size: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00BCD4;
}
.choices[data-type*=select-one]:after {
  content: "";
  height: 11px;
  width: 19px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -4.5px;
  pointer-events: none;
  background-image: url("../images/filter-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.choices[data-type*=select-one].is-open:after {
  background-image: url("../images/filter-up.svg");
}
.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("../images/cross.svg");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=text] .choices__button:hover, .choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #ffffff;
  padding: 7.5px 7.5px 3.75px;
  border: 2px solid #262626;
  border-radius: 0px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: black;
}
.is-open .choices__inner {
  border-radius: 0px 0px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 0px 0px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 2px solid #00a5bb;
  color: #FFFFFF;
  word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 2px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 2px solid #919191;
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #262626;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
  word-break: break-all;
}
.choices__list--dropdown.is-active {
  display: block;
}
.is-open .choices__list--dropdown {
  border-color: black;
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #404040;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/*=====  End of Choices  ======*/
