@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

.wf-loading {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

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

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

.clear {
  clear: both;
}

.inline-block {
  display: inline-block;
}

.mobile .hide-mobile {
  display: none;
}

.mobile-only {
  display: none;
}

.mobile .mobile-only {
  display: block;
}

.full-height {
  height: 100vh;
}

.lock-scrolling {
  height: 100%;
  overflow: hidden;
}

.page-margin {
  padding-top: 85px;
}

@media screen and (max-width: 739px) {
  .page-margin {
    padding-top: 40px !important;
  }
}
.full-height-minus-header {
  height: calc(100vh - 64px);
}
@media screen and (max-width: 739px) {
  .full-height-minus-header {
    height: calc(100vh - 42px);
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

hr {
  border: 0;
  height: 1px;
  background-color: #cececc;
  color: #cececc;
}

a {
  text-decoration: none;
  color: #111;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body {
  background-color: #f6f6f4;
  margin: 0;
  padding: 0;
  margin-top: 64px;
  color: #111;
}
@media (max-width: 739px) {
  body {
    margin-top: 42px;
  }
}

p {
  margin-top: 0;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

@media (max-width: 1199px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container {
  max-width: 1139px;
  margin-left: auto;
  margin-right: auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
.container .col4 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
}
.container .col4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .container .col4 {
    float: left;
    display: block;
    margin-right: 38.1982152132%;
    width: 100%;
  }
  .container .col4:last-child {
    margin-right: 0;
  }
}
.container .col6 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
}
.container .col6:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .container .col6 {
    float: left;
    display: block;
    margin-right: 38.1982152132%;
    width: 100%;
  }
  .container .col6:last-child {
    margin-right: 0;
  }
}
.container .col8 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
}
.container .col8:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .container .col8 {
    float: left;
    display: block;
    margin-right: 38.1982152132%;
    width: 100%;
  }
  .container .col8:last-child {
    margin-right: 0;
  }
}
.container .col8-shift4 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-left: 34.1192173411%;
}
.container .col8-shift4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .container .col8-shift4 {
    float: left;
    display: block;
    margin-right: 38.1982152132%;
    width: 100%;
    margin-left: 0%;
  }
  .container .col8-shift4:last-child {
    margin-right: 0;
  }
}
.container .col4-shift8 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  margin-left: 68.2384346823%;
}
.container .col4-shift8:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .container .col4-shift8 {
    float: left;
    display: block;
    margin-right: 38.1982152132%;
    width: 100%;
    margin-left: 0%;
  }
  .container .col4-shift8:last-child {
    margin-right: 0;
  }
}
.container .col12 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.container .col12:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .container .col12 {
    float: left;
    display: block;
    margin-right: 38.1982152132%;
    width: 100%;
  }
  .container .col12:last-child {
    margin-right: 0;
  }
}
.container .omega {
  margin-right: 0;
}
.container .row {
  display: block;
}
.container .row::after {
  clear: both;
  content: "";
  display: block;
}

.tmp-button {
  display: block;
  width: 100%;
  padding: 15px;
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  border: 2px solid #ff0b3a;
  background-color: #ff0b3a;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.1s linear, border-color 0.1s linear;
}
.tmp-button:focus {
  outline: none;
}
.tmp-button.focus-visible {
  outline: dotted #111;
  outline-offset: 0;
}
.tmp-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #be0025;
  border-color: #be0025;
}
.tmp-button.inline-block {
  display: inline-block;
  width: auto;
  padding: 10px;
}
@media screen and (max-width: 739px) {
  .tmp-button.mobile-block {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.tmp-button.tmp-button-gray {
  background-color: #888888;
  border-color: #888888;
  color: #fff;
}
.tmp-button.tmp-button-gray:hover {
  background-color: #353535;
  border-color: #353535;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.icon-twitter {
  width: 0.9285714286em;
}

.icon-facebook {
  width: 0.5881428571em;
}

.icon-instagram {
  width: 0.8571428571em;
}

.menu-wrapper {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  padding-top: 64px;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 0;
  max-height: 100%;
  background-color: #111;
  z-index: 8999;
  transform: none;
  transition: transform 0.25s ease-in-out;
  width: 320px;
  visibility: visible;
}
@media screen and (max-width: 739px) {
  .menu-wrapper {
    padding-top: 42px;
  }
}
@media screen and (max-width: 739px) {
  .menu-wrapper {
    width: 100%;
  }
}

.menu-hidden {
  transform: translateX(-100%);
}

.menu-unfocusable {
  visibility: hidden;
}

.menu-section {
  border-bottom: 1px solid #353535;
  padding: 17px 20px 17px 20px;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.menu-section:hover {
  background-color: #292929;
}
.menu-section.menu-section-single {
  padding: 0;
}
.menu-section.menu-section-single .menu-item-link {
  padding: 17px 20px;
}

.menu-section-left,
.menu-section-right {
  display: inline-block;
  vertical-align: top;
}

.menu-section-left {
  width: 40%;
}

.menu-section-right {
  width: 55%;
  padding-left: 10px;
}

.menu-section-heading {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.menu-item {
  width: 100%;
  font-size: 14px;
  color: #fff;
}
.menu-item:first-child .menu-item-link {
  padding-top: 0;
}

.menu-item-link {
  display: block;
  width: 100%;
  color: #fff;
  padding: 4.5px 0;
  line-height: 17px;
}
.menu-item-link:active, .menu-item-link:focus, .menu-item-link:hover {
  color: #ff0b3a;
  text-decoration: none;
}

.menu-item-red {
  color: #ff0b3a;
}

.menu-section-socials {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 17px 20px;
}
.menu-section-socials > li {
  flex: 1 0 0%;
  font-size: 1.5rem;
  text-align: center;
}
.menu-section-socials a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.menu-section-socials a:active, .menu-section-socials a:focus, .menu-section-socials a:hover {
  color: #ff0b3a;
}

.search-section {
  position: relative;
  height: 51px;
  padding-right: 80px;
  cursor: pointer;
}
.search-section:hover .search-text {
  color: #ff0b3a;
}

.search-text {
  transition: color 0.2s linear;
}

.search-section:hover:not(.active) .menu-search-button {
  background-color: #292929;
}

.menu-search-button {
  position: absolute;
  width: 50px;
  height: 30px;
  right: 20px;
  top: 10px;
  padding: 5px 15px;
  background-color: #111;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.search-section.active {
  background-color: #ff0b3a;
}
.search-section.active .menu-search-input {
  pointer-events: all;
  opacity: 1;
}
.search-section.active .search-text {
  display: none;
}
.search-section.active .menu-search-button:hover {
  background-color: #fff;
}
.search-section.active .menu-search-button:hover .magnifying-glass-lens,
.search-section.active .menu-search-button:hover .magnifying-glass-handle {
  stroke: #111;
}

.menu-search-input {
  font-family: PressuraLight;
  transition: opacity 0.2s linear;
  pointer-events: none;
  opacity: 0;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  color: #fff;
  width: 100%;
  border: none;
  outline: none;
  height: 16px;
}

.magnifying-glass-lens {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
  transition: stroke 0.2s linear;
}

.magnifying-glass-handle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
  transition: stroke 0.2s linear;
}

.explanation-section {
  color: #888;
  font-size: 14px;
  padding-right: 40px;
}
@media (max-width: 360px) {
  .explanation-section {
    font-size: 13px;
    padding-right: 20px;
  }
}

.feedback-section {
  color: #999;
  font-size: 11px;
  padding: 15px 25px;
}

.feedback-link {
  color: #999;
  text-decoration: none;
}
.feedback-link:hover {
  text-decoration: none;
}

.svg-arrow {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: -4%;
}

.arrow-line {
  stroke-width: 1.2px;
  fill: none;
  stroke: #ff0b3a;
  stroke-miterlimit: 10;
}

.lights-out {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  opacity: 0;
  background-color: #111;
}

.header-v2 input:focus {
  outline: none;
}

.header-logo > a {
  display: block;
  float: left;
}

.tmp-logo {
  float: left;
  padding-top: 20.75px;
  padding-bottom: 16.75px;
  padding-left: 25px;
  padding-right: 15px;
  display: block;
  max-width: 225px;
  width: 100%;
  height: 64px;
}
@media screen and (max-width: 739px) {
  .tmp-logo {
    padding: 9.75px 0;
    padding-left: 0;
    margin-left: 10px;
    padding-right: 0;
    max-width: 171px;
    height: 42px;
  }
}

.header-tagline {
  font-family: PressuraLight;
  color: #888888;
  font-size: 13px;
  margin-top: 24px;
  float: left;
}

@media (max-width: 1075px) {
  .header-tagline {
    display: none;
  }
}
header {
  z-index: 9000;
  background: #111;
  border-bottom: 1px solid #353535;
  position: fixed;
  height: 64px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 739px) {
  header {
    height: 42px;
  }
}

.header-items {
  color: #fff;
  float: right;
  margin-right: 15px;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  height: 64px;
  align-items: center;
}
.header-items .header-donate-button {
  padding: 6px 10px;
  line-height: 1.1;
  margin-right: 0;
  color: white;
}
.header-items .header-donate-button:focus {
  outline: none;
}
.header-items .header-donate-button.focus-visible {
  outline: dotted #111;
  outline-offset: 0;
}
.header-items .header-donate-button.focus-visible {
  outline-color: #fff;
}
.header-items a:hover {
  text-decoration: none;
}
@media screen and (max-width: 739px) {
  .header-items {
    height: 42px;
    margin-right: 10px;
  }
  .header-items .header-donate-button {
    font-size: 10px;
    line-height: 1;
  }
}

.header-item {
  margin-right: 14px;
  color: #888888;
}

@media screen and (max-width: 739px) {
  .header-item {
    display: none;
  }
}
.header-menu-trigger {
  position: relative;
  float: left;
  border-right: 1px solid #353535;
  width: 64px;
  height: 64px;
  cursor: pointer;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header-menu-trigger.active, .header-menu-trigger:hover, .header-menu-trigger:focus {
  background-color: #ff0b3a;
}
.header-menu-trigger:focus {
  outline: none;
}
.header-menu-trigger.focus-visible {
  outline: dotted white;
  outline-offset: 0;
}
@media screen and (max-width: 739px) {
  .header-menu-trigger {
    height: 42px;
    width: 42px;
  }
}

@media (hover: none) {
  .header-menu-trigger:hover {
    background-color: transparent;
  }
  .header-menu-trigger.active, .header-menu-trigger:focus {
    background-color: #ff0b3a;
  }
}
.header-menu-button {
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #111;
  border: 0;
  border-bottom: 1px solid #353535;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.header-menu-button.active, .header-menu-button:hover, .header-menu-button:focus {
  background-color: #ff0b3a;
}
.header-menu-button.focus-visible {
  outline: dotted white;
  outline-offset: 0;
}

.hamburger-icon {
  width: 18px;
}
@media screen and (max-width: 739px) {
  .hamburger-icon {
    width: 14px;
    height: 14px;
  }
}

.footer {
  margin: 0 auto;
  width: 345px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

body.hide-footer-links .footer-content {
  display: none;
}

.footer-logo-shim {
  width: 100%;
}

.footer-logo {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.footer-logo svg polygon {
  fill: #cececc;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-logo svg:hover polygon {
  fill: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer-item {
  text-transform: uppercase;
  margin-bottom: 50px;
  display: inline-block;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  height: 20px;
}
.footer-item a {
  color: #cececc;
}
.footer-item a:hover {
  color: #ff0b3a;
  text-decoration: none;
}
.footer-item svg {
  height: 16px;
  width: 16px;
}
.footer-item svg path {
  fill: #cececc;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-item svg:hover path {
  fill: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 739px) {
  .footer {
    padding-top: 50px;
    width: 100%;
  }
  .footer-content {
    display: block;
  }
  .footer-item {
    width: 100%;
    margin: 10px 0;
    padding: 0px;
    text-align: center;
  }
  .footer-logo {
    margin-top: 30px;
  }
}
.featured-container {
  background-color: #111; /* safari-fix */
}

.featured-well {
  width: 33.3333333333%;
  float: left;
  background: #111;
  color: #fff;
  border-bottom: 1px solid #353535;
  border-right: 1px solid #353535;
  font-family: "Miller", Georgia, serif;
  font-weight: 500;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
.featured-well a {
  color: #fff;
}
.featured-well a.featured-link {
  width: 100%;
  height: 100%;
  display: block;
}
.featured-well a.featured-link:hover {
  text-decoration: none;
}
.featured-well .featured-tall {
  height: 450px;
}
.featured-well .featured-tall-headline {
  padding: 180px 40px;
  font-size: 40px;
  line-height: 1.15em;
  word-spacing: -1px;
  letter-spacing: -0.4px;
  max-width: 500px;
}
.featured-well .featured-tall-headline a:hover {
  text-decoration: none;
}
.featured-well .featured-tall-kicker {
  margin: 150px 40px;
  position: absolute;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #888;
  font-size: 14px;
  line-height: 14px;
}
.featured-well .featured-tall-kicker a {
  color: #ff0b3a;
}
.featured-well .featured-tall-kicker span {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  position: relative;
  font-size: 12px;
  color: #888;
  text-transform: none;
}
.featured-well .featured-short {
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  height: 225px;
  float: none;
  border-bottom: 1px solid #353535;
}
.featured-well .featured-short:last-child {
  border-bottom: none;
}
.featured-well .featured-short-headline {
  padding: 70px 40px;
  font-size: 24px;
  line-height: 1.15em;
  word-spacing: -1px;
  letter-spacing: -0.4px;
  max-width: 500px;
}
.featured-well .featured-short-kicker {
  margin: 40px 40px;
  position: absolute;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #888;
  font-size: 14px;
  line-height: 14px;
}
.featured-well .featured-short-kicker a {
  color: #ff0b3a;
}
.featured-well .overlay {
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 11, 0.6);
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.featured-well .overlay:hover {
  cursor: hand;
  cursor: pointer;
  background: rgba(11, 11, 11, 0.8);
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.featured-well .overlay:hover a {
  color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.featured-well.rubric-commentary,
.featured-well .rubric-commentary, .featured-well.rubric-viewfinder,
.featured-well .rubric-viewfinder {
  background-color: rgb(100, 100, 85);
}
.featured-well.rubric-commentary .featured-one-kicker a,
.featured-well.rubric-commentary .featured-short-kicker a,
.featured-well.rubric-commentary .featured-tall-kicker a,
.featured-well .rubric-commentary .featured-one-kicker a,
.featured-well .rubric-commentary .featured-short-kicker a,
.featured-well .rubric-commentary .featured-tall-kicker a, .featured-well.rubric-viewfinder .featured-one-kicker a,
.featured-well.rubric-viewfinder .featured-short-kicker a,
.featured-well.rubric-viewfinder .featured-tall-kicker a,
.featured-well .rubric-viewfinder .featured-one-kicker a,
.featured-well .rubric-viewfinder .featured-short-kicker a,
.featured-well .rubric-viewfinder .featured-tall-kicker a {
  color: #1fbec3;
}
.featured-well.rubric-commentary .overlay:hover a,
.featured-well .rubric-commentary .overlay:hover a, .featured-well.rubric-viewfinder .overlay:hover a,
.featured-well .rubric-viewfinder .overlay:hover a {
  color: #1fbec3;
}

.featured-clear-right {
  border-right: none;
}

.featured-one {
  width: 100%;
  float: none;
  border-right: none;
}

.featured-one-headline {
  padding: 206px 0 0 0;
  max-width: 1000px;
  font-size: 40px;
  line-height: 1.15em;
  word-spacing: -1px;
  letter-spacing: -0.4px;
}

.featured-one-deck {
  font-family: "Pressura";
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}

.featured-one-kicker {
  margin: 171px 0 0 0;
  position: absolute;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #888;
  font-size: 14px;
  line-height: 14px;
}
.featured-one-kicker a {
  color: #ff0b3a;
}
.featured-one-kicker span {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  position: relative;
  font-size: 12px;
  color: #888;
  text-transform: none;
}

.featured-one-byline {
  margin-top: 15px;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  margin-bottom: 15px;
  color: #fff;
}
.featured-one-byline span {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  text-transform: uppercase;
}
.featured-one-byline a {
  color: #ff0b3a;
}

.featured-kicker {
  font-family: "Pressura";
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.featured-kicker span {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  position: relative;
  font-size: 12px;
  color: #888;
  text-transform: none;
}
.featured-kicker a {
  color: #ff0b3a;
}

@media (max-width: 1350px) {
  .featured-well .featured-tall-headline {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .featured-well .featured-tall-headline {
    padding: 70px 20px;
  }
  .featured-well .featured-tall-kicker {
    margin: 40px 20px;
  }
}
@media screen and (max-width: 739px) {
  .featured-one-byline {
    display: none;
  }
  .featured-well {
    width: 100%;
    border-right: none;
  }
  .featured-one-headline {
    padding: 213px 10px;
  }
  .featured-one-byline {
    margin: 0px;
  }
  .featured-one-kicker {
    margin: 180px 10px;
  }
  .featured-tall {
    height: 225px !important;
  }
  .featured-tall-headline, .featured-one-headline {
    padding: 70px 40px !important;
    font-size: 24px !important;
  }
  .featured-tall-kicker, .featured-one-kicker {
    margin: 40px 40px !important;
  }
  .featured-container .container {
    padding: 0;
  }
}
/* opening statement sign up */
.opening-statement-banner .clear {
  clear: both;
}
.opening-statement-banner .copy {
  font-family: "Pressura";
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 7px;
  position: relative;
  color: #111;
  padding-top: 13px;
}
.opening-statement-banner .copy span {
  text-transform: none;
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
}
.opening-statement-banner a {
  text-decoration: none;
  color: #ff0b3a;
}
.opening-statement-banner a:hover {
  text-decoration: underline;
  color: #ff0b3a;
}
.opening-statement-banner .email-signup {
  background-color: #cececc;
  padding: 15px;
}
.opening-statement-banner .success-copy {
  padding-top: 22px;
  line-height: 1.2em;
}
.opening-statement-banner .success-copy a {
  text-decoration: none;
  font-weight: bold;
}
.opening-statement-banner .success-copy a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.opening-statement-banner input {
  float: left;
  background-color: #ececea;
  margin-bottom: 30px;
  border: none;
  height: 45px;
  font-family: "PressuraLight", Courier;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 16px;
  color: #111111;
  padding: 9px 10px 12px 20px;
  width: 60%;
  margin-bottom: 0px;
  border-left: 1px solid #ececea;
}
.opening-statement-banner input:focus {
  outline: 0;
  border-left: 1px solid #353535;
}
.opening-statement-banner input {
  -webkit-appearance: none;
  border-radius: 0;
}
.opening-statement-banner ::-webkit-input-placeholder {
  color: #999;
}
.opening-statement-banner :-moz-placeholder {
  color: #999;
  opacity: 1;
}
.opening-statement-banner ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.opening-statement-banner :-ms-input-placeholder {
  color: #999;
}
.opening-statement-banner .button {
  font-family: "PressuraLight", Courier;
  font-weight: normal;
  letter-spacing: -0.2px;
  float: left;
  background-color: #ff0b3a;
  border: none;
  padding: 0;
  height: 45px;
  width: 40%;
  color: #ffffff;
  font-size: 16px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.opening-statement-banner .button:hover {
  cursor: pointer;
  background-color: #111;
}
.opening-statement-banner .button:focus {
  outline: 0;
}

@media (max-width: 1170px) {
  .opening-statement-banner .copy {
    margin-right: 40px;
    padding-top: 0px;
  }
}
@media (max-width: 900px) {
  .opening-statement-banner .full-bleed {
    padding: 5px;
  }
  .opening-statement-banner .success-copy {
    padding: 4px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 739px) {
  .opening-statement-banner .email-signup {
    padding: 15px 20px;
  }
  .opening-statement-banner .os-banner-link-archive {
    display: none;
  }
  .opening-statement-banner .success-copy {
    padding-top: 5px;
  }
  .opening-statement-banner .email-signup-copy {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .opening-statement-banner .section-margin {
    margin-bottom: 20px;
  }
  .opening-statement-banner .copy {
    padding-right: 0px;
    width: 100%;
  }
}
.fb-obama-center {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.fb-obama-icon {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.fb-obama-kicker {
  position: absolute;
  left: calc(50% - 116px);
  top: 165px;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #888;
  font-size: 14px;
  line-height: 14px;
}
.fb-obama-kicker a {
  color: #ff0b3a;
}
.fb-obama-kicker span {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  position: relative;
  font-size: 12px;
  color: #888;
  text-transform: none;
}

@media screen and (max-width: 739px) {
  .fb-obama-kicker {
    display: none;
  }
}
/* Call to action styling. */
.donate-banner-cta {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  max-width: 860px;
  position: relative;
  margin-bottom: 74px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and (max-width: 739px) {
  .donate-banner-cta {
    max-width: 490px;
  }
}

.donate-banner-tagline {
  font-size: 26px;
  line-height: 52px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 860px) {
  .donate-banner-tagline {
    font-size: 21px;
  }
}
@media screen and (max-width: 739px) {
  .donate-banner-tagline {
    line-height: 1.4;
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .donate-banner-tagline {
    font-size: 22px;
  }
}

.os-v2 .os-desc {
  font-family: Utopia-std;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 30px;
  max-width: 290px;
}
.os-v2 .os-desc p {
  font-style: italic;
  margin: 0;
}
.os-v2 .os-desc a {
  color: #ff0b3a;
  text-decoration: underline;
}
.os-v2 .os-desc .email-sidebar-onboard {
  display: block;
}
.os-v2 .os-desc .email-sidebar-onboard .title, .os-v2 .os-desc .email-sidebar-onboard .body {
  display: none;
}
.os-v2 .os-desc .email-sidebar-onboard .form {
  display: block;
}
.os-v2 .header {
  background-color: black;
  color: #888888;
  font-family: PressuraLight;
  font-size: 12px;
  text-align: center;
  margin-bottom: 50px;
}
.os-v2 .header .logo {
  padding-top: 100px;
  margin-bottom: 20px;
}
.os-v2 .header .meta {
  margin-bottom: 5px;
}
.os-v2 .header .date {
  margin-bottom: 20px;
}
.os-v2 .header .headline {
  font-family: MillerItalic;
  font-size: 40px;
  margin-bottom: 20px;
  color: white;
}
.os-v2 .header .byline {
  padding-bottom: 50px;
}
.os-v2 .header a {
  font-family: Pressura;
  font-size: 14px;
  color: #ff0b3a;
  text-transform: uppercase;
}
.os-v2 .content {
  font-family: Utopia-std;
  font-size: 18px;
  line-height: 1.6em;
}
.os-v2 .content .section-name {
  font-family: Pressura;
  border-bottom: 2px solid #353535;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 33px;
  color: #353535;
}
.os-v2 .content p {
  margin-bottom: 28px;
}
.os-v2 .content a {
  color: #ff0b3a;
  font-family: Pressura;
  font-size: 0.695em;
  margin-right: 10px;
  margin-left: 3px;
  text-decoration: underline;
  text-transform: uppercase;
}
.os-v2 .side {
  padding-right: 30px;
}
.os-v2 .related-tags {
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.6em;
  font-family: PressuraLight;
}
.os-v2 .tag-group {
  margin-bottom: 30px;
}
.os-v2 .tag-button {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  border: 1px solid #ff0b3a;
  background-color: transparent;
  margin-top: 15px;
  margin-right: 15px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.os-v2 .tag-button a {
  color: #ff0b3a;
}
.os-v2 .tag-button a:hover {
  color: #fff;
}
.os-v2 .tag-button-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 14px 7px 14px;
}
.os-v2 .tag-button:hover {
  background-color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.os-v2 .tag-button:hover a:hover {
  text-decoration: none;
}

.os-v2-stream .issue-preview {
  position: relative;
  font-size: 20px;
  line-height: 1.5em;
  max-height: 150px;
  overflow: hidden;
  font-family: "Miller", Georgia, serif;
  font-weight: 500;
  cursor: pointer;
}
.os-v2-stream .issue-preview b, .os-v2-stream .issue-preview strong {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
}
.os-v2-stream .issue-preview a {
  color: #ff0b3a;
  border-bottom: 1px solid #ff0b3a;
}
.os-v2-stream .issue-preview p {
  display: inline;
}
.os-v2-stream .gradient-filter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f6f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#f6f6f4",GradientType=0 );
}

.mobile .os-v2-stream .issue-preview {
  max-height: 265px;
}
.mobile .os-v2-stream .gradient-filter {
  height: 265px;
}

.post-footer {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-left: 34.1192173411%;
  margin-top: 33px;
}
.post-footer:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .post-footer {
    float: left;
    display: block;
    margin-right: 38.1982152132%;
    width: 100%;
    margin-left: 0%;
  }
  .post-footer:last-child {
    margin-right: 0;
  }
}
.centered .post-footer {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (max-width: 414px) {
  .post-footer {
    margin-top: 21px;
  }
}

.email-onboard.email-onboard-inline.email-onboard-post-footer {
  padding-top: 32px;
  border-top: 1px solid #cececc;
}

.author-story-bio {
  font-family: PressuraLight;
  color: #353535;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
  border-top: 1px solid #cececc;
  padding: 24px 0;
}
.author-story-bio a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.author-story-bio a:hover {
  color: #ff0b3a;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.author-story-bio a:visited {
  color: #111;
}
.author-story-bio a:visited:hover {
  color: #ff0b3a;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.author-story-bio .bio-social-link {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  border-bottom: none;
  line-height: 0;
}
.author-story-bio .bio-social-link:hover {
  border-bottom: none;
}
.author-story-bio .bio-social-link:hover path {
  fill: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.post-footer-item {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 0 5px 4px 0;
}
.post-footer-item span {
  font-size: 12px;
  text-transform: none;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #888;
}

.letter-tools {
  margin-bottom: 30px;
}
.letter-tools .outlined-button {
  max-width: 290px;
}

.post-footer-subscribe-promo {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  padding-bottom: 24px;
  padding-top: 24px;
  width: 100%;
  border-top: 1px solid #cececc;
}
.post-footer-subscribe-promo .subscribe-button {
  padding: 10px;
}
@media (max-width: 882px) {
  .post-footer-subscribe-promo .subscribe-button {
    padding: 8px;
  }
}
@media (max-width: 788px) {
  .post-footer-subscribe-promo .subscribe-button {
    font-size: 14px;
    padding: 7px;
  }
}
@media screen and (max-width: 739px) {
  .post-footer-subscribe-promo .subscribe-button {
    font-size: 16px;
    padding: 15px;
  }
}

.post-footer-subscribe-tagline {
  color: #353535;
  font-size: 23px;
  line-height: 2;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .post-footer-subscribe-tagline {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .post-footer-subscribe-tagline {
    font-size: 18px;
    line-height: 2.3;
  }
}
@media (max-width: 882px) {
  .post-footer-subscribe-tagline {
    font-size: 16px;
  }
}
@media (max-width: 788px) {
  .post-footer-subscribe-tagline {
    font-size: 14px;
  }
}
@media screen and (max-width: 739px) {
  .post-footer-subscribe-tagline {
    line-height: 1.4;
    padding-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .post-footer-subscribe-tagline {
    font-size: 22px;
  }
}

/* article base */
.email-onboard-container-wrapper.post-lead-email-signup.rendered {
  border-bottom: none;
}

.post-header {
  margin: 85px 0px 80px 0px;
}

.compress-post-header {
  margin: 40px 0px 85px 0px;
}

.base-full-width-header {
  margin-bottom: 60px;
}

.post-timestamp {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.post-timestamp span {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: none;
  margin-left: 8px;
}

.post-date {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #888;
  font-size: 14px;
  margin-bottom: 54px;
}

.post-kicker {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.post-kicker span {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  color: #888;
  text-transform: none;
  display: inline-block;
}
.post-kicker span:first-letter {
  text-transform: uppercase;
}
.post-kicker a {
  color: #ff0b3a;
}

.post-lead-animation {
  width: 100%;
}

.post-lead-photo {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: 50% 50%;
}

.post-lead-photo-update {
  background-position: 50% 0;
}

.post-lead-photo-pin-top {
  background-position: 50% 0;
}

.post-lead-photo-pin-bottom {
  background-position: 50% 100%;
}

.post-lead-photo-pin-middle {
  background-position: 50% 50%;
}

.shortcode-video,
.post-lead-video-outer-container {
  color: #f6f6f4;
  background-color: rgb(30, 30, 26);
}

.shortcode-video {
  padding: 76px 0;
  margin: 47px 0 80px 0;
}

@media screen and (max-width: 739px) {
  .shortcode-video {
    padding: 0;
    margin: 45px 0 78px 0;
  }
}
.shortcode-video-inner-container,
.post-lead-video-inner-container {
  max-width: 950px;
  width: 100%;
  margin: auto;
}

.post-lead-video .meta {
  max-width: 950px;
  margin: auto;
  margin-top: 5px;
  text-align: right;
}

.shortcode-video .meta {
  margin-top: 5px;
}
.shortcode-video .meta a {
  color: #ff0b3a;
}

@media (max-width: 1150px) {
  .shortcode-video-inner-container,
.post-lead-video-inner-container {
    max-width: 850px;
  }
  .post-lead-video .meta {
    max-width: 850px;
  }
}
@media (max-width: 910px) {
  .post-lead-video .meta {
    padding-left: 30px;
    padding-right: 30px;
  }
  .shortcode-video .meta {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 910px) and (max-width: 739px) {
  .shortcode-video .meta {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 0;
  }
}
.shortcode-video-inner,
.post-lead-video-inner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.shortcode-video-inner {
  margin-bottom: 5px;
}

.shortcode-video-frame,
.post-lead-video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-headline {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 55px;
  line-height: 1.33em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.post-deck {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 22px;
  line-height: 1.66em;
  margin: 0px auto;
}
.post-deck a {
  text-decoration: underline;
}
.base-full-width-header .post-deck {
  margin-bottom: 50px;
}

.post-byline,
.shell-byline {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  color: #111;
}
.post-byline span,
.shell-byline span {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  text-transform: uppercase;
}
.post-byline a,
.shell-byline a {
  color: #ff0b3a;
}

.post-byline {
  max-width: 300px;
  margin-bottom: 15px;
}

.post-byline-shim {
  margin-top: 45px;
  display: block;
}

.post-short-rule {
  margin-top: 20px;
  width: 60px;
  border-top: 1px solid #111;
}

.post-producers {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  margin-top: 15px;
  max-width: 200px;
  margin-bottom: 45px;
  color: #111;
}
.post-producers span {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  text-transform: uppercase;
}
.post-producers a {
  color: #111;
  text-decoration: none;
}
.post-producers a:hover {
  text-decoration: underline;
}

.post-subhead {
  font-family: Utopia-std;
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-top: 20px;
  line-height: 1.25em;
}

.inline-metadata-container {
  margin-bottom: 20px;
}

.shortcode-subhead {
  font-family: Utopia-std;
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-top: 20px;
  line-height: 1.25em;
  margin-bottom: 33px;
}
.shortcode-subhead a {
  border-bottom: 1px solid #ff0b3a;
}
.shortcode-subhead a:hover {
  text-decoration: none;
}

.post-quote-full {
  margin-bottom: 80px; /* to do! */
  margin-top: 50px;
  margin-left: 0;
  width: 100%;
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3em;
}
.post-quote-full span {
  margin-top: 10px;
  font-family: PressuraLight;
  font-size: 16px;
  display: block;
  color: #888;
}

.post-quote-block {
  margin-bottom: 80px; /* to do! */
  margin-top: 50px;
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3em;
}

.post-quote-sidebar-shim {
  position: relative;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 739px) {
  .post-quote-sidebar-shim {
    position: static;
  }
}
.post-quote-sidebar-shim .post-quote-sidebar {
  position: absolute;
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3em;
  max-width: 275px;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  padding-right: 2.35%; /* TODO. this is an "extra" gutter */
}
.post-quote-sidebar-shim .post-quote-sidebar:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .post-quote-sidebar-shim .post-quote-sidebar {
    position: static;
    width: 100%;
    padding: 0;
    margin-bottom: 80px;
    margin-top: 50px;
  }
}

.post-rubric-description {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  line-height: 1.7em;
  max-width: 250px;
  letter-spacing: -0.2px;
  margin-bottom: 40px;
}
.post-rubric-description span {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}
.post-rubric-description span a {
  color: #ff0b3a;
  text-decoration: none;
}
.post-rubric-description span a:hover {
  text-decoration: underline;
}
.post-rubric-description a {
  text-decoration: underline;
}

/* Rubric description with related stories lazy loaded. See ShortcodeSeriesSidebar */
.shortcode-series-logo {
  margin-bottom: 25px;
}

.shortcode-series-logo img {
  max-width: 100px;
  display: block;
  height: auto;
}

.shortcode-series-headline {
  font-family: MillerItalic;
  font-size: 21px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.shortcode-series-desc p {
  font-family: PressuraLight;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0px;
}

.shortcode-series-desc a {
  color: #ff0b3a;
}

article ul,
article ol,
article p {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-size: 23px;
  line-height: 1.6em;
  margin-bottom: 33px;
}

article ul {
  padding-left: 30px;
  list-style-type: square;
  margin-top: 0;
}

article li {
  margin-bottom: 5px;
}

.fullbleed-container {
  /* This is a CSS variable set in `app/dynamic-sizing/dynamic-sizing.js`
   * Since vw includes scrollbar width, we need to subtract that from 100vw
   * to avoid overflow in browsers with visible scrollbars.
   */
  width: calc(100vw - var(--dynamic-resize-scrollbar-width, 0px) / 2);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* photos */
.post-lead-video img,
.post-lead-video video,
.shortcode-video img,
.shortcode-video video,
.photo-grid img,
.photo-grid video,
.photo img,
.photo video {
  height: auto;
  width: 100%;
}
.post-lead-video .meta .caption,
.post-lead-video .meta .caption p,
.shortcode-video .meta .caption,
.shortcode-video .meta .caption p,
.photo-grid .meta .caption,
.photo-grid .meta .caption p,
.photo .meta .caption,
.photo .meta .caption p {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin: 0;
  margin-top: 10px;
  display: inline;
  font-size: 14px;
  line-height: 18px;
}
.post-lead-video .meta .caption h1,
.post-lead-video .meta .caption h2,
.post-lead-video .meta .caption h3,
.post-lead-video .meta .caption p h1,
.post-lead-video .meta .caption p h2,
.post-lead-video .meta .caption p h3,
.shortcode-video .meta .caption h1,
.shortcode-video .meta .caption h2,
.shortcode-video .meta .caption h3,
.shortcode-video .meta .caption p h1,
.shortcode-video .meta .caption p h2,
.shortcode-video .meta .caption p h3,
.photo-grid .meta .caption h1,
.photo-grid .meta .caption h2,
.photo-grid .meta .caption h3,
.photo-grid .meta .caption p h1,
.photo-grid .meta .caption p h2,
.photo-grid .meta .caption p h3,
.photo .meta .caption h1,
.photo .meta .caption h2,
.photo .meta .caption h3,
.photo .meta .caption p h1,
.photo .meta .caption p h2,
.photo .meta .caption p h3 {
  margin-top: 0px;
}
.post-lead-video .meta .byline,
.shortcode-video .meta .byline,
.photo-grid .meta .byline,
.photo .meta .byline {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.post-lead-video .meta .text-nowrap,
.shortcode-video .meta .text-nowrap,
.photo-grid .meta .text-nowrap,
.photo .meta .text-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 739px) {
  .photo img,
.photo video {
    width: calc(100% + 60px) !important;
    margin-left: -30px;
    margin-right: -30px;
  }
  .photo.fullbleed-container img,
.photo-max img,
.photo.fullbleed-container video,
.photo-max video {
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.photo-lead-caption {
  margin-top: 10px;
}

.photo-full-shim,
.photo-inline-shim {
  margin-bottom: 80px; /* to do! */
  margin-top: 50px;
}

.photo-full-shim {
  margin-left: 0;
  width: 100%;
}

.photo-max-shim {
  /* This is a CSS variable set in `app/dynamic-sizing/dynamic-sizing.js`
   * Since vw includes scrollbar width, we need to subtract that from 100vw
   * to avoid overflow in browsers with visible scrollbars.
   */
  width: calc(100vw - var(--dynamic-resize-scrollbar-width, 0px) / 2);
  position: relative;
  height: 1300px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.photo-max-shim .photo-max {
  width: 100%;
  position: absolute;
  padding-bottom: 80px;
  padding-top: 50px;
}
.photo-max-shim .photo-max .meta {
  width: 1200px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.photo-sidebar-shim {
  position: relative;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 739px) {
  .photo-sidebar-shim {
    position: static;
  }
}
.photo-sidebar-shim .photo-sidebar {
  position: absolute;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  padding-right: 2.35%; /* TODO. this is an "extra" gutter */
}
.photo-sidebar-shim .photo-sidebar:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .photo-sidebar-shim .photo-sidebar {
    position: static;
    width: 100%;
    padding: 0;
  }
}

.photo-side-shim {
  margin-left: 0;
  margin-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  margin-bottom: 30px;
}
.photo-side-shim .meta {
  float: right;
  width: 20%;
  padding-right: 30px;
}
.photo-side-shim .photo-side img,
.photo-side-shim .photo-side video {
  float: right;
  width: 80%;
}

@media screen and (max-width: 739px) {
  .photo-side-shim {
    width: 100%;
  }
  .photo-side-shim .meta {
    margin-top: 10px;
    padding-right: 0px;
    width: 100%;
    clear: both;
  }
  .photo-side {
    clear: both;
  }
}
.photo-grid {
  margin-bottom: 80px;
  margin-top: 50px;
}
.photo-grid.photo-grid-full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.photo-grid.fullbleed-container .meta {
  padding: 0 30px;
}
@media (min-width: 740px) {
  .photo-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5em;
  }
  .photo-grid .meta {
    -ms-grid-row: 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .photo-grid .meta .caption-label-small {
    display: none;
  }
  .photo-grid .photo-grid-img:nth-child(2n) {
    -ms-grid-column: 2;
  }
  .photo-grid.photo-grid-size-2 .photo-grid-img:nth-child(3),
.photo-grid.photo-grid-size-2 .photo-grid-img:nth-child(4), .photo-grid.photo-grid-size-4 .photo-grid-img:nth-child(3),
.photo-grid.photo-grid-size-4 .photo-grid-img:nth-child(4) {
    -ms-grid-row: 2;
  }
  .photo-grid.photo-grid-size-3, .photo-grid.photo-grid-size-6 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .photo-grid.photo-grid-size-3 .photo-grid-img:nth-child(3n), .photo-grid.photo-grid-size-6 .photo-grid-img:nth-child(3n) {
    -ms-grid-column: 3;
  }
  .photo-grid.photo-grid-size-3 .photo-grid-img:nth-child(4),
.photo-grid.photo-grid-size-3 .photo-grid-img:nth-child(5),
.photo-grid.photo-grid-size-3 .photo-grid-img:nth-child(6), .photo-grid.photo-grid-size-6 .photo-grid-img:nth-child(4),
.photo-grid.photo-grid-size-6 .photo-grid-img:nth-child(5),
.photo-grid.photo-grid-size-6 .photo-grid-img:nth-child(6) {
    -ms-grid-row: 2;
  }
  .photo-grid.photo-grid-size-3 .meta, .photo-grid.photo-grid-size-6 .meta {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .photo-grid.photo-grid-size-4 .meta, .photo-grid.photo-grid-size-5 .meta, .photo-grid.photo-grid-size-6 .meta {
    -ms-grid-row: 3;
    -ms-grid-column-span: 3;
  }
}
@media screen and (max-width: 739px) {
  .photo-grid.photo-grid-size-4, .photo-grid.photo-grid-size-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5em;
  }
  .photo-grid.photo-grid-size-4 .photo-grid-img, .photo-grid.photo-grid-size-6 .photo-grid-img {
    margin-bottom: 0;
  }
  .photo-grid.photo-grid-size-4 .photo-grid-img:nth-child(2n), .photo-grid.photo-grid-size-6 .photo-grid-img:nth-child(2n) {
    -ms-grid-column: 2;
  }
  .photo-grid.photo-grid-size-4 .photo-grid-img:nth-child(3),
.photo-grid.photo-grid-size-4 .photo-grid-img:nth-child(4), .photo-grid.photo-grid-size-6 .photo-grid-img:nth-child(3),
.photo-grid.photo-grid-size-6 .photo-grid-img:nth-child(4) {
    -ms-grid-row: 2;
  }
  .photo-grid.photo-grid-size-4 .photo-grid-img:nth-child(5),
.photo-grid.photo-grid-size-4 .photo-grid-img:nth-child(6), .photo-grid.photo-grid-size-6 .photo-grid-img:nth-child(5),
.photo-grid.photo-grid-size-6 .photo-grid-img:nth-child(6) {
    -ms-grid-row: 3;
  }
  .photo-grid.photo-grid-size-4 .meta, .photo-grid.photo-grid-size-6 .meta {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .photo-grid.photo-grid-size-4 .meta {
    -ms-grid-row: 3;
  }
  .photo-grid.photo-grid-size-6 .meta {
    -ms-grid-row: 4;
  }
  .photo-grid .photo-grid-img {
    margin-bottom: 0.5em;
  }
  .photo-grid .meta .caption-label-large {
    display: none;
  }
}
.photo-grid .photo-grid-caption-label {
  font-size: 12px;
  font-family: Pressura, courier, monospace;
  text-transform: uppercase;
}
.photo-grid .photo-grid-icon-wrapper {
  display: inline-block;
  position: relative;
  height: 13px;
  width: 13px;
  margin-right: 5px;
}
.photo-grid .photo-grid-icon-wrapper .photo-grid-icon {
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 6px 1fr;
  border: 1px solid #ff0b3a;
  border-bottom: none;
}
.photo-grid .photo-grid-icon-wrapper .photo-grid-icon .icon-cell {
  display: block;
  width: 6px;
  height: 7px;
  border-bottom: 1px solid #ff0b3a;
}
.photo-grid .photo-grid-icon-wrapper .photo-grid-icon .icon-cell.icon-cell-selected {
  background: #ff0b3a;
}
@media (min-width: 740px) {
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-2, .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 {
    height: 9px;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-2 .photo-grid-icon .icon-cell:nth-child(2n), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-4 .photo-grid-icon .icon-cell:nth-child(2n) {
    -ms-grid-column: 2;
    border-left: 1px solid #ff0b3a;
    width: 7px;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-2 .photo-grid-icon .icon-cell:nth-child(3), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-2 .photo-grid-icon .icon-cell:nth-child(4), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-4 .photo-grid-icon .icon-cell:nth-child(3), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-4 .photo-grid-icon .icon-cell:nth-child(4) {
    -ms-grid-row: 2;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3, .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 {
    width: 20px;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon, .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon {
    -ms-grid-columns: 6px 1fr 1fr;
    grid-template-columns: 6px 1fr 1fr;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon .icon-cell:nth-child(3n-1), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon .icon-cell:nth-child(3n), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(3n-1), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(3n) {
    border-left: 1px solid #ff0b3a;
    width: 7px;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon .icon-cell:nth-child(3n-1), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(3n-1) {
    -ms-grid-column: 2;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon .icon-cell:nth-child(3n), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(3n) {
    -ms-grid-column: 3;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon .icon-cell:nth-child(4), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon .icon-cell:nth-child(5), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon .icon-cell:nth-child(6), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(4), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(5), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(6) {
    -ms-grid-row: 2;
  }
}
@media screen and (max-width: 739px) {
  .photo-grid .photo-grid-icon-wrapper {
    height: 11px;
    width: 9px;
  }
  .photo-grid .photo-grid-icon-wrapper .photo-grid-icon .icon-cell {
    width: 4px;
    height: 5px;
    border-bottom: 1px solid #ff0b3a;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-2, .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 {
    width: 5px;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-2 .photo-grid-icon, .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-2 .photo-grid-icon .icon-cell, .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon .icon-cell {
    -ms-grid-column: 1;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-2 .photo-grid-icon .icon-cell:nth-child(2), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon .icon-cell:nth-child(2) {
    -ms-grid-row: 2;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-2 .photo-grid-icon .icon-cell:nth-child(3), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 .photo-grid-icon .icon-cell:nth-child(3) {
    -ms-grid-row: 3;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-3 {
    width: 6px;
    height: 14px;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-4 .photo-grid-icon, .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon {
    -ms-grid-columns: 4px 5px;
    grid-template-columns: 4px 1fr;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-4 .photo-grid-icon .icon-cell:nth-child(2n), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(2n) {
    -ms-grid-column: 2;
    border-left: 1px solid #ff0b3a;
    width: 5px;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-4 .photo-grid-icon .icon-cell:nth-child(3), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-4 .photo-grid-icon .icon-cell:nth-child(4), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(3), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(4) {
    -ms-grid-row: 2;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-4 .photo-grid-icon .icon-cell:nth-child(5), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-4 .photo-grid-icon .icon-cell:nth-child(6), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(5), .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 .photo-grid-icon .icon-cell:nth-child(6) {
    -ms-grid-row: 3;
  }
  .photo-grid .photo-grid-icon-wrapper.photo-grid-icon-6 {
    height: 14px;
  }
}
.photo-grid .meta .photo-meta {
  margin-right: 15px;
}
.photo-grid img {
  display: block;
}

.shortcode-form {
  margin-bottom: 30px;
}

article > * {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-left: 34.1192173411%;
}
article > *:last-child {
  margin-right: 0;
}

article > script {
  display: none;
}

article > style {
  display: none;
}

article > aside {
  position: relative;
  margin-left: 0;
}
@media screen and (max-width: 739px) {
  article > aside {
    position: static;
  }
}
article > aside .inner {
  position: absolute;
}
@media screen and (max-width: 739px) {
  article > aside .inner {
    position: static;
  }
}

article > aside + .photo-inline-shim {
  margin-top: 0;
}

article > aside + .divider {
  margin-top: 0;
}
article .divider {
  margin-top: 50px;
  margin-bottom: 50px;
}
article .divider .timestamp {
  font-family: PressuraLight;
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  background-color: #f6f6f4;
  display: inline-block;
  padding: 0px 12px 0px 0px;
  margin-top: -9px;
}
article .divider .line {
  margin-bottom: -8px;
  border-top: 1px solid #888;
}

article ul a,
article ol a,
article p a {
  color: #111;
  border-bottom: 1px solid #ff0b3a;
}
article ul a:hover,
article ol a:hover,
article p a:hover {
  text-decoration: none;
}

article > p:last-of-type:after {
  content: "";
  background-image: url(/assets/m-f1f36d9f41fd89cf07e954b870db05ebf7934245e918fc5eb52882b38eec2d37.svg);
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-left: 12px;
}
@media screen and (max-width: 739px) {
  article > p:last-of-type:after {
    position: static;
  }
}

article.hide-colophon > p:last-of-type:after {
  display: none;
}

blockquote p:last-of-type:after {
  content: none; /* disables M at end of block quotes bc last-of-type */
}

article blockquote {
  border-left: 3px #353535 solid;
  padding: 40px;
  padding-left: 44px;
  padding-right: 44px;
  background-color: #ececea;
  margin-bottom: 50px;
}
article blockquote p {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: PressuraLight;
  font-size: 0.9em;
  line-height: 1.9em;
}

/* social */
.share-tools {
  margin: 0 0 45px 0;
  display: inline-block;
}

.share-button {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  width: 50px;
  height: 35px;
  display: inline-block;
  padding: 7px 10px 10px 10px;
  border: 2px solid black;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.share-button svg {
  height: 18px;
}

.share-button-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.share-button-link:focus:not(.focus-visible) {
  outline: none;
}

.share-button:hover {
  background-color: #ff0b3a;
  border: 2px solid #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.translation-crosslinks {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 20px;
}
.translation-crosslinks a {
  border-bottom: 1px solid #ff0b3a;
}
.translation-crosslinks a:hover {
  text-decoration: none;
}

/* email promo */
.promo-201506-email {
  font-family: MillerItalic;
  padding-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.5em;
}
.promo-201506-email b {
  font-family: MillerBold;
}
.promo-201506-email a {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #ff0b3a;
}
.promo-201506-email a:hover {
  color: #ff0b3a;
  text-decoration: none;
}

.photo-essay .promo-201506-email a {
  color: #fff;
}
.photo-essay .promo-201506-email a:hover {
  color: #ff0b3a;
}

.letter-desc {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  line-height: 1.5em;
  font-size: 22px;
}
.letter-desc a {
  color: #ff0b3a;
}
.letter-desc a:hover {
  color: #111;
}

.letter-button {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  position: relative;
  width: 325px;
  padding: 8px 10px 10px 10px;
  border: 2px solid black;
  text-align: center;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 14px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.letter-button-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.letter-button:hover {
  background-color: #ff0b3a;
  border: 2px solid #ff0b3a;
  color: #fff;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.shell-shares {
  position: relative;
  width: 100%;
}

.shell-shares-mobile {
  margin-top: 30px;
  display: none;
}

.shell-shares-shim {
  position: absolute;
  right: 0;
  top: 0;
}

.shell-deck-shim {
  margin-top: 50px;
  display: block;
}

.shell-margin {
  padding-bottom: 125px;
}

@media (max-width: 2000px) {
  .post-lead-photo {
    height: 550px;
  }
}
@media (max-width: 1500px) {
  .post-lead-photo {
    height: 450px;
  }
}
@media (max-width: 1000px) {
  .post-lead-photo {
    height: 292px;
  }
}
@media (max-width: 865px) and (min-width: 740px) {
  .share-tools {
    max-width: 150px;
  }
}
@media screen and (max-width: 739px) {
  .post-header {
    margin: 45px 0 20px 0;
  }
  .compress-post-header {
    margin: 40px 0px 20px 0px;
  }
  .base-full-width-header {
    margin-bottom: 35px;
  }
  .post-producers {
    max-width: 250px;
  }
  .post-quote-sidebar {
    max-width: 100% !important;
  }
  .shell-shares {
    display: none;
  }
  .shell-shares-mobile {
    display: block;
  }
  .post-quote-full,
.post-quote-sidebar,
.post-quote-block {
    font-size: 28px;
  }
  .post-footer-item span {
    display: block;
  }
  .post-lead-photo {
    height: 200px;
  }
  .tease-featured {
    padding-top: 75px;
  }
  .photo-sidebar {
    margin-bottom: 40px; /* to do! */
    margin-top: 10px;
  }
  .post-rubric-description {
    margin-top: 30px;
    max-width: 100%;
  }
  .post-timestamp {
    display: inline;
  }
  article p,
article li {
    font-size: 18px;
    margin-left: 0px;
    width: 100%;
  }
  article > * {
    margin-left: 0px;
    width: 100%;
  }
  .post-date {
    margin-bottom: 25px;
    display: inline-block;
  }
  .post-headline {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .post-deck {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .base-full-width-header .post-deck {
    margin-bottom: 35px;
  }
  .letter-button {
    width: 100% !important;
  }
  .share-tools {
    margin: 0 0 30px 0 !important;
  }
  .shell-shares-shim {
    position: relative !important;
  }
}
article .shortcode-sidebar-note-shim {
  position: relative;
  margin: 0;
  width: 100%;
}
article .shortcode-sidebar-note-inner {
  margin-right: 0;
  position: absolute;
  float: left;
  display: block;
  width: 23%;
  font-family: PressuraLight;
  font-size: 13px;
  line-height: 23px;
}
article .shortcode-sidebar-note-inner a {
  text-decoration: underline;
}
article .shortcode-section-break {
  margin-top: 45px;
  margin-bottom: 45px;
}
article .shortcode-leadin {
  text-transform: uppercase;
  font-family: "Pressura";
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 1.15px;
  padding-right: 4px;
}
article .social-embed-container {
  margin-bottom: 33px;
  margin-top: 33px;
  display: flex;
  justify-content: center;
}
article .social-embed-container .fb-post,
article .social-embed-container .fb-post > span,
article .social-embed-container .fb-post iframe {
  max-width: 100%;
}
article .social-embed-container .fb-post > span {
  margin: auto;
  display: block;
}
@media screen and (max-width: 739px) {
  article .shortcode-sidebar-note-inner {
    position: static;
    width: 100%;
    margin-bottom: 35px;
  }
}

.photo-essay {
  background-color: #353535;
  color: #fff !important;
  padding-top: 1px;
}
.photo-essay article p a {
  color: #fff;
}
.photo-essay article p a:hover {
  color: #ff0b3a;
}
.photo-essay .share-button {
  border: 2px solid #fff !important;
}
.photo-essay .share-button svg path {
  fill: #fff;
}
.photo-essay .share-button:hover {
  border: 2px solid #ff0b3a !important;
}
.photo-essay .share-button:hover svg path {
  fill: #111;
}
.photo-essay .tag-button {
  color: #111;
}
.photo-essay .col8 {
  margin-right: 0px !important;
}
.photo-essay .post-byline {
  color: #fff;
}
.photo-essay .post-footer-subscribe-tagline,
.photo-essay .post-footer,
.photo-essay .post-producers {
  color: #fff;
}
.photo-essay .post-footer-subscribe-tagline a,
.photo-essay .post-footer a,
.photo-essay .post-producers a {
  color: #fff;
}
.photo-essay .post-short-rule {
  border-top: 1px solid #fff;
}
.photo-essay .outlined-button {
  color: #fff !important;
  border: 2px solid #fff !important;
}
.photo-essay .outlined-button a {
  color: #fff;
}
.photo-essay .outlined-button a:hover {
  color: #111;
}
.photo-essay .outlined-button:hover {
  border: 2px solid #ff0b3a !important;
}
.photo-essay .letter-desc a:hover {
  color: #888;
}
.photo-essay article p:last-of-type:after {
  display: none;
}

/* this is the annotation short code scss */
.post-annotation-2-selector {
  display: inline;
  background-color: #cececc;
  padding: 3px 6px;
  margin-right: 2px;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 16px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.post-annotation-2-selector sup {
  font-size: 10px;
  margin-left: 3px;
}

.post-annotation-2-body {
  position: relative;
  margin: 0;
}
.post-annotation-2-body .body-inner {
  position: absolute;
  width: 40%;
  max-width: 330px;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 13px;
}
.post-annotation-2-body .body-inner .content {
  margin-top: 5px;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 23px;
}
.post-annotation-2-body .body-inner a {
  text-decoration: underline;
}
.post-annotation-2-body .body-inner span {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.post-annotation-2-body .body-inner sup {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 8px;
  margin-left: -3px;
}
.post-annotation-2-body .body-inner strong, .post-annotation-2-body .body-inner b {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}

@media (max-width: 739px) {
  .post-annotation-2-body .body-inner {
    max-width: 100%;
    position: initial;
    width: 100%;
    margin-bottom: 40px;
  }
}
.base-feature-header {
  padding-top: 85px;
  margin-bottom: 60px;
  font-family: Pressura;
  position: relative;
}
.base-feature-header .timestamp {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.base-feature-header .timestamp span {
  margin-left: 8px;
  font-family: PressuraLight;
  text-transform: none;
}
.base-feature-header .date {
  margin-bottom: 54px;
  font-family: PressuraLight;
  font-size: 14px;
  color: #888888;
}
.base-feature-header .kicker {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.base-feature-header .kicker a {
  color: #ff0b3a;
}
.base-feature-header .section-break {
  margin-top: 90px;
}
.base-feature-header .headline {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 90px;
  font-family: Miller;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.base-feature-header .headline.post-headline-long {
  font-size: 70px;
}
.base-feature-header .deck {
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 5px;
  font-size: 25px;
  font-weight: normal;
  font-family: MillerItalic;
  line-height: 1.3em;
}
.base-feature-header .img img {
  width: 100%;
}
.base-feature-header .photo-lead-caption {
  line-height: 18px;
  margin: 0;
}

@media (max-width: 739px) {
  .base-feature-header {
    padding-top: 30px;
    padding-bottom: 45px;
    margin-bottom: 5px;
  }
  .base-feature-header .timestamp-container {
    position: absolute;
    bottom: 0;
  }
  .base-feature-header .timestamp, .base-feature-header .date {
    display: inline-block;
    margin-bottom: 0;
  }
  .base-feature-header .deck {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .base-feature-header .headline {
    font-size: 50px;
  }
  .base-feature-header .headline.post-headline-long {
    font-size: 42px;
  }
  .base-feature-header .img {
    margin-top: 35px;
  }
}
@media (max-width: 500px) {
  .base-feature-header .deck {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .base-feature-header .headline {
    font-size: 40px;
  }
  .base-feature-header .headline.post-headline-long {
    font-size: 40px;
  }
  .base-feature-header .img {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .base-feature-header .headline {
    font-size: 35px;
  }
  .base-feature-header .headline.post-headline-long {
    font-size: 35px;
  }
}
.vertical_feature .post-top-email-signup {
  display: none;
}

.vertical-hed-outer-container {
  margin-bottom: 120px;
}
.vertical-hed-outer-container .photo-lead-caption.desktop-only-caption {
  margin: 10px 36px 0 36px;
  margin-left: calc(50% + 36px);
}

.vertical-hed-container {
  background-color: #ececea;
}
.vertical-hed-container .vertical-hed-content-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1800px;
}
.vertical-hed-container .vertical-hed-content {
  position: relative;
  min-height: 600px;
  height: calc(100vh - 64px);
}
@media screen and (max-width: 739px) {
  .vertical-hed-container .vertical-hed-content {
    height: calc(100vh - 42px);
  }
}
.vertical-hed-container .post-lead-photo, .vertical-hed-container .post-lead-animation {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
}
.vertical-hed-container .post-timestamp {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.vertical-hed-container .post-headline {
  margin-top: 12px;
  line-height: 1.18em;
  margin-bottom: 16px;
}
.vertical-hed-container .post-deck {
  line-height: 1.56em;
}
.vertical-hed-container h1 {
  font-size: 60px;
}
.vertical-hed-container h1.post-headline-long {
  font-size: 48px;
}

.vertical-hed-img, .vertical-hed-type {
  position: absolute;
  width: 50%;
  height: 100%;
  margin: 0;
  font-size: 0;
}

.vertical-hed-img {
  padding: 36px;
  top: 0;
  right: 0;
  height: 100%;
}

.vertical-hed-type {
  top: 0;
  left: 0;
  text-align: center;
}
.vertical-hed-type .vertical-hed-text {
  padding: 0 60px;
  position: absolute;
  width: 100%;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.mobile-only-caption {
  display: none;
}

@media (max-width: 1000px) {
  .vertical-hed-container .post-headline {
    font-size: 48px;
  }
  .vertical-hed-container .post-headline.post-headline-long {
    font-size: 38px;
  }
  .vertical-hed-container .post-deck {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .vertical-hed-container {
    padding-top: 20px;
  }
  .vertical-hed-container .vertical-hed-content,
.vertical-hed-container .post-timestamp,
.vertical-hed-container .photo-lead-caption,
.vertical-hed-container .vertical-hed-img,
.vertical-hed-container .vertical-hed-type,
.vertical-hed-container .vertical-hed-text {
    position: static;
    transform: none;
  }
  .vertical-hed-container .vertical-hed-content {
    min-height: 200px;
    height: auto;
  }
  .vertical-hed-container h1 {
    font-size: 42px;
  }
  .vertical-hed-container h1.post-headline-long {
    font-size: 32px;
  }
  .vertical-hed-container .post-deck {
    font-size: 18px;
  }
  .vertical-hed-container .post-headline {
    margin-bottom: 10px;
  }
  .vertical-hed-container .post-timestamp {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  .vertical-hed-container .photo-lead-caption {
    padding-bottom: 20px;
    margin-left: 0;
  }
  .mobile-only-caption {
    display: block;
  }
  .desktop-only-caption {
    display: none;
  }
  .vertical-hed-img, .vertical-hed-type {
    position: static;
    width: 100%;
  }
  .vertical-hed-type {
    top: 0;
    left: 0;
    transform: none;
  }
  .vertical-hed-text {
    margin-bottom: 33px;
    padding: 0 20px;
  }
  .vertical-hed-type {
    margin-bottom: 20px;
  }
  .vertical-hed-img {
    padding: 0 94px;
  }
}
@media screen and (max-width: 739px) {
  .vertical-hed-container {
    overflow: hidden;
    margin-bottom: 42px;
  }
  .vertical-hed-container h1 {
    font-size: 36px;
  }
  .vertical-hed-container .post-deck {
    font-size: 16px;
  }
  .vertical-hed-container .post-date {
    margin-bottom: 0;
  }
  .vertical-hed-type .vertical-hed-text {
    padding: 0 10px;
  }
  .vertical-hed-img {
    padding: 0 30px;
  }
}
/* Overrides outside of .commentary-post */
.rubric-commentary .photo-lead-caption .meta {
  text-align: center;
}

.commentary-post.container {
  max-width: 750px;
}
.commentary-post p a {
  color: #111;
  border-bottom: 1px solid #1fbec3;
}
.commentary-post p a:hover {
  text-decoration: none;
  color: #1fbec3;
  -webkit-text-stroke-color: #1fbec3;
}
.commentary-post .post-time-container {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  text-align: left;
}
.commentary-post .compress-post-header, .commentary-post .post-header {
  margin: auto;
  padding: 65px 0 60px 0;
}
.commentary-post .post-headline {
  font-family: "PressuraLight";
  font-weight: normal;
  font-size: 70px;
  letter-spacing: -4px;
  line-height: 80px;
  margin-top: 2px;
}
.commentary-post .post-deck {
  font-size: 16px;
  margin-top: 18px;
  padding: 0 50px;
  margin-bottom: 56px;
}
.commentary-post .post-date {
  margin-bottom: 0;
}
.commentary-post .share-tools {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-bottom: 37px;
}
.commentary-post .share-tools .share-button {
  margin-right: 0;
  border: 0;
  width: 45px;
}
.commentary-post .share-tools .share-button:hover {
  background-color: transparent;
}
.commentary-post .share-tools .share-button:hover path {
  fill: #1FBEC3;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.commentary-post .share-tools path {
  fill: #C4C4C4;
}
@media (max-width: 865px) and (min-width: 740px) {
  .commentary-post .share-tools {
    max-width: 200px;
  }
}
.commentary-post .post-kicker {
  font-size: 26px;
}
.commentary-post .post-kicker a {
  color: #1fbec3;
}
.commentary-post .post-header, .commentary-post .compress-post-header {
  text-align: center;
}
.commentary-post .post-byline {
  max-width: 100%;
  font-weight: normal;
  font-size: 0;
  text-transform: uppercase;
}
.commentary-post .post-byline span, .commentary-post .post-byline a {
  font-size: 36px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1fbec3;
  display: block;
}
.commentary-post ul {
  padding-left: 48px;
}
.commentary-post article > * {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.commentary-post *::-moz-selection {
  background-color: #b9e6e6;
  color: #111;
}
.commentary-post *::selection {
  background-color: #b9e6e6;
  color: #111;
}

@media screen and (max-width: 739px) {
  .commentary-post.container .post-headline {
    font-size: 36px;
    letter-spacing: -2px;
    line-height: 42px;
    margin-top: 4px;
    margin-bottom: 3px;
  }
  .commentary-post.container .post-time-container {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
  .commentary-post.container .post-kicker {
    font-size: 18px;
  }
  .commentary-post.container .post-deck {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 10px;
  }
  .commentary-post.container .share-button {
    margin-bottom: 0;
  }
  .commentary-post.container .share-tools {
    margin-bottom: 0 !important;
    float: none;
  }
  .commentary-post.container .shortcode-sidebar-note-inner {
    padding-bottom: 0px;
  }
  .commentary-post.container .post-byline {
    margin: 25px 0 0 0;
  }
  .commentary-post.container .post-byline span {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .commentary-post h4.post-deck {
    padding: 0;
  }
  .commentary-post .post-byline {
    font-size: 21px;
  }
  .commentary-post .post-byline span {
    display: inline;
  }
}
/* Overrides for shortcodes */
.commentary-post .sidebar-series a:hover {
  color: #1fbec3;
  text-decoration: none;
}
.commentary-post .house-ad {
  border-color: #1fbec3;
}
.commentary-post .house-ad-icon-frame {
  stroke: #1fbec3;
}
.commentary-post .house-ad-icon-figure {
  fill: #1fbec3;
  stroke: #1fbec3;
}
.commentary-post #house-ad-icon-figure {
  fill: #1fbec3;
  stroke: #1fbec3;
}
.commentary-post .house-ad-content-container {
  color: #1fbec3;
}
.commentary-post .inline-signup {
  border-color: #1fbec3;
  color: #1fbec3;
}
.commentary-post .inline-signup .subscribe-email-input::-moz-placeholder {
  border-color: #1fbec3;
  color: #1fbec3;
}
.commentary-post .inline-signup .subscribe-email-input:-ms-input-placeholder {
  border-color: #1fbec3;
  color: #1fbec3;
}
.commentary-post .inline-signup .subscribe-email-input, .commentary-post .inline-signup .subscribe-email-input::placeholder {
  border-color: #1fbec3;
  color: #1fbec3;
}
.commentary-post .inline-signup .subscribe-mailchimp-name {
  color: #1fbec3;
}
.commentary-post .inline-signup .newsletter-option-checkbox {
  border-color: #1fbec3;
}
.commentary-post .inline-signup .newsletter-option-input:checked + .newsletter-option-checkbox {
  background-color: #1fbec3;
}
.commentary-post .inline-signup .subscribe-button {
  background-color: #1fbec3;
  border-color: #1fbec3;
}
.commentary-post .inline-signup .subscribe-button:hover {
  background-color: #157e81;
  border-color: #157e81;
}

/* Dark colorscheme overrides */
.video-post-colorscheme {
  color: #ececec;
  background: rgb(35, 35, 31);
}
.video-post-colorscheme .post-byline {
  color: #fff;
  margin-bottom: 0;
}
.video-post-colorscheme .post-lead-video-outer-container {
  background: rgb(24, 25, 23);
}
.video-post-colorscheme .shortcode-video {
  margin: 80px 0 80px 0;
}
.video-post-colorscheme .shortcode-video,
.video-post-colorscheme .post-lead-video {
  background: rgb(24, 25, 23);
}
.video-post-colorscheme .post-producers {
  color: #fff;
}
.video-post-colorscheme .post-short-rule {
  border-top: 1px solid #fff;
}
.video-post-colorscheme .share-button {
  border: 2px solid #fff;
}
.video-post-colorscheme .share-button svg path {
  fill: #fff;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video-post-colorscheme .share-button:hover svg path {
  fill: #111;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video-post-colorscheme article p:last-of-type:after {
  display: none;
}
.video-post-colorscheme .email-onboard {
  color: #fff;
}
.video-post-colorscheme .commentary-post {
  color: #888;
}
.video-post-colorscheme .commentary-post p {
  -webkit-font-smoothing: antialiased;
}
.video-post-colorscheme .commentary-post .post-headline, .video-post-colorscheme .commentary-post .post-timestamp {
  color: #ececea;
}
.video-post-colorscheme .commentary-post .post-date {
  color: #888;
}
.video-post-colorscheme .commentary-post p a {
  color: #888;
}
.video-post-colorscheme .commentary-post p a:hover {
  text-decoration: none;
  color: #1fbec3;
  -webkit-text-stroke-color: #1fbec3;
}
.video-post-colorscheme .sidebar-series a {
  color: white;
}

.centered article > *:not(.photo-max-shim, .fullbleed-container, .photo-full-shim, .photo-grid-full) {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.centered aside.col4 {
  float: none;
  width: 100%;
  margin-right: auto;
  margin-top: 40px;
}
.centered aside.col4 .post-producers {
  margin-bottom: 25px;
}
.centered aside.col4 .post-byline-shim {
  display: none;
}
.centered aside.col4 .share-tools {
  margin: 10px 0 65px 0;
}
.centered aside .inner {
  position: static;
}
.centered ul {
  padding-left: 48px;
}
.centered .sidebar-series,
.centered .shortcode-sidebar-note-inner {
  position: static;
  width: 31.761565601%;
  padding-bottom: 30px;
  padding-right: 2.35%;
  margin-right: 15px;
}
@media screen and (max-width: 739px) {
  .centered .sidebar-series,
.centered .shortcode-sidebar-note-inner {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
.centered .sidebar-series {
  padding-top: 7px;
  float: left;
}
.centered .sidebar-series .rule,
.centered .sidebar-series .label,
.centered .sidebar-series .related,
.centered .sidebar-series .shortcode-series-logo {
  display: none;
}
.centered .sidebar-series .inner {
  width: 100%;
  float: left;
  position: static;
}
.centered .sidebar-series .freeform {
  margin-bottom: 0;
}
.centered .photo-sidebar-shim .photo-sidebar {
  position: static;
  padding-bottom: 15px;
  margin-right: 15px;
}
.centered .house-ad {
  margin-top: 60px;
}
.centered .tweet-embed {
  margin: 50px auto;
}
.centered .tweet-embed twitterwidget {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 810px) {
  .centered .photo-max-shim .meta {
    max-width: 750px;
    padding: 0;
  }
}
.centered .photo-inline-shim {
  margin-top: 50px;
  margin-bottom: 50px;
}
.centered blockquote {
  padding-bottom: 40px;
}
.centered blockquote p:last-of-type {
  margin-bottom: 0;
}
.centered .shortcode-section-break {
  margin: 0;
  padding-bottom: 90px;
}

.system-post-container {
  padding-bottom: 40px;
  padding-top: 64px;
}
@media screen and (max-width: 739px) {
  .system-post-container {
    padding-top: 42px;
  }
}

.system-post-header {
  text-align: center;
  padding-top: 50px;
}

.system-reader-notification {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
}

.system-post-title {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-size: 40px;
}

.system-rubric-link {
  color: #ff0b3a;
}

.system-updated-at {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #666;
  margin: 10px auto 40px auto;
  max-width: 650px;
}

.system-post-signup-container {
  max-width: 650px;
  margin: auto;
}
.system-post-signup-container .subscribe-subhead {
  text-align: center;
}

.feature_video {
  background: #111;
}
.feature_video .hed-container {
  position: relative;
}
.feature_video .hed-dateline {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #888888;
  padding-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.feature_video .hed-dateline a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.feature_video .hed-dateline a:hover {
  color: #ff0b3a;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.feature_video .hed-dateline a:visited {
  color: #fff;
}
.feature_video .hed-dateline a:visited:hover {
  color: #ff0b3a;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.feature_video .hed-dateline a,
.feature_video .hed-dateline a:hover {
  border-bottom: none;
}
@media (max-width: 325px) {
  .feature_video .hed-dateline {
    font-size: 13px;
  }
}
.feature_video .hed-text-container {
  width: 100%;
  padding-top: 10px;
  width: 100%;
}
@media (max-width: 419px) {
  .feature_video .hed-text-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.feature_video .hed-text {
  color: #fff;
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  font-size: 58px;
  text-align: center;
  line-height: 1.1;
  margin: 0.4em auto;
}
@media (max-width: 767px) {
  .feature_video .hed-text {
    font-size: 48px;
  }
}
@media (max-width: 579px) {
  .feature_video .hed-text {
    font-size: 32px;
  }
}
@media (max-width: 419px) {
  .feature_video .hed-text {
    font-size: 29px;
  }
}
@media (max-width: 370px) {
  .feature_video .hed-text {
    font-size: 24px;
  }
}
.feature_video .hed-dek-container {
  max-width: 730px;
  margin: auto;
  color: white;
  text-align: center;
}
@media (max-width: 419px) {
  .feature_video .hed-dek-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.feature_video .hed-dek {
  font-family: "Miller", Georgia, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
.feature_video .hed-dek .smallcaps {
  font-size: 16px;
}
@media (max-width: 767px) {
  .feature_video .hed-dek {
    font-size: 20px;
  }
}
@media (max-width: 579px) {
  .feature_video .hed-dek {
    font-size: 18px;
  }
  .feature_video .hed-dek .smallcaps {
    font-size: 14px;
  }
}
@media (max-width: 419px) {
  .feature_video .hed-dek {
    font-size: 15px;
  }
  .feature_video .hed-dek .smallcaps {
    font-size: 14px;
  }
}
.feature_video .hed-byline {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  letter-spacing: -0.2px;
  font-size: 12px;
  padding-top: 2.5em;
  color: #888888;
}
@media (max-width: 767px) {
  .feature_video .hed-byline {
    padding-top: 2em;
  }
}
.feature_video .hed-byline a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.feature_video .hed-byline a:hover {
  text-decoration: none;
  color: #ff0b3a;
}
.feature_video .share-tools {
  padding-top: 20px;
  margin-bottom: 0;
}
.feature_video .share-tools .share-button {
  border: none;
}
.feature_video .share-tools .share-button:last-child {
  margin-right: 0;
}
.feature_video .share-tools .share-button:hover {
  border: none;
  background-color: transparent;
}
.feature_video .share-tools .share-button:hover svg path {
  fill: #ff0b3a;
}
.feature_video .share-tools .share-button svg path {
  transition: fill 0.2s linear;
  fill: #fff;
}
.feature_video .video-container {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 30px auto 60px;
}
@media (max-width: 579px) {
  .feature_video .video-container {
    padding: 0;
    margin-bottom: 30px;
  }
}
.feature_video .video-placeholder {
  width: 100%;
  background: #333;
}
.feature_video article {
  color: #f6f6f4;
}
.feature_video article > aside .inner {
  display: none;
}
.feature_video article p a {
  color: white;
}
.feature_video article p a:hover {
  color: #ff0b3a;
}
.feature_video .subscribe-mailchimp-name {
  color: #ff0b3a;
}
.feature_video article > p:last-of-type::after {
  display: none;
}
.feature_video .post-short-rule {
  border-top: 1px solid #f6f6f4;
}
.feature_video .subscribe-checkmark {
  stroke: #111;
}
.feature_video .subscribe-error-container {
  color: #888888;
}
.feature_video .inline-signup .subscribe-button {
  color: #111;
}
.feature_video .newsletter-option-item.focus-visible .newsletter-option-checkbox {
  outline: dotted #888888;
}
.feature_video .tag-group {
  border-top: 1px solid #353535;
}
.feature_video .post-footer-tag-link {
  color: #888888;
}
.feature_video .post-footer-tag-link:hover {
  color: #ff0b3a;
}
.feature_video .post-footer-subscribe-promo {
  border-top: 1px solid #353535;
}
.feature_video .post-footer-subscribe-tagline {
  color: #f6f6f4;
}
.feature_video .post-footer {
  color: #888888;
}
.feature_video .author-story-bio {
  color: #888888;
  border-top: 1px solid #353535;
}
.feature_video .author-story-bio a {
  color: #888888;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.feature_video .author-story-bio a:hover {
  color: #ff0b3a;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.feature_video .author-story-bio a:visited {
  color: #888888;
}
.feature_video .author-story-bio a:visited:hover {
  color: #ff0b3a;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.feature_video .author-story-bio .bio-name-link {
  color: #fff;
}
.feature_video .author-story-bio .bio-social-link {
  border-bottom: none;
}
.feature_video .author-story-bio .bio-social-link svg path {
  fill: #888888;
}
.feature_video .author-story-bio .bio-social-link:hover svg path {
  fill: #ff0b3a;
}

.photo-overlay-header-post aside .post-byline, .photo-overlay-header-post .post-short-rule {
  display: none;
}
.photo-overlay-header-post .hed-outer-container {
  margin-bottom: 80px;
}
.photo-overlay-header-post .hed-container {
  position: relative;
  margin-bottom: 5px;
  background: #000;
}
.photo-overlay-header-post .hed-container .fullscreen-photo {
  position: -webkit-sticky;
  position: -x-sticky;
  position: sticky;
  top: 64px;
  width: 100%;
}
@media screen and (max-width: 739px) {
  .photo-overlay-header-post .hed-container .fullscreen-photo {
    top: 42px;
  }
}
.photo-overlay-header-post .hed-container .post-lead-animation {
  display: block;
  min-width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-overlay-header-post .hed-container .header-background {
  height: calc(100vh - 64px);
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
}
@media screen and (max-width: 739px) {
  .photo-overlay-header-post .hed-container .header-background {
    height: calc(100vh - 42px);
  }
}
.photo-overlay-header-post .hed-outer-spacer {
  height: 150vh;
}
.photo-overlay-header-post .hed-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
}
@media (max-width: 500px) {
  .photo-overlay-header-post .hed-overlay {
    background: rgba(0, 0, 0, 0.4);
  }
}
.photo-overlay-header-post .hed-overlay .post-header-text-position-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 64px);
}
@media screen and (max-width: 739px) {
  .photo-overlay-header-post .hed-overlay .post-header-text-position-container {
    height: calc(100vh - 42px);
  }
}
.photo-overlay-header-post .hed-overlay .post-header-text-container {
  padding: 80px;
  padding-top: 70px;
}
@media (max-width: 670px) {
  .photo-overlay-header-post .hed-overlay .post-header-text-container {
    padding: 20px;
    padding-top: 10px;
  }
}
.photo-overlay-header-post .hed-overlay .post-byline {
  margin-top: 30px;
  color: #fff;
}
.photo-overlay-header-post .hed-overlay .post-header-text {
  max-width: 760px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.photo-overlay-header-post .hed-overlay .post-header-text .post-headline {
  margin-top: 0;
  line-height: 1.33;
  margin-bottom: 20px;
}
.photo-overlay-header-post .hed-overlay .post-header-text .post-deck {
  line-height: 1.2;
}
@media (min-width: 740px) {
  .photo-overlay-header-post .hed-overlay.center .post-header-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 100%;
  }
  .photo-overlay-header-post .hed-overlay.center .post-byline {
    margin-left: auto;
    margin-right: auto;
  }
  .photo-overlay-header-post .hed-overlay.top-right .post-header-text-container {
    position: absolute;
    top: 0;
    right: 0;
  }
  .photo-overlay-header-post .hed-overlay.bottom-right .post-header-text-container {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .photo-overlay-header-post .hed-overlay.bottom-left .post-header-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 739px) {
  .photo-overlay-header-post .hed-overlay.mobile-center .post-header-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .photo-overlay-header-post .hed-overlay.mobile-center .post-byline {
    margin-left: auto;
    margin-right: auto;
  }
  .photo-overlay-header-post .hed-overlay.mobile-bottom .post-header-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.tmp-photo-slideshow {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}
.tmp-photo-slideshow .slideshow-content {
  position: relative;
}
.tmp-photo-slideshow .slideshow-content.slideshow-cursor-hide {
  cursor: default;
}
.tmp-photo-slideshow .slideshow-content.slideshow-cursor-prev {
  cursor: url(/assets/slideshow/arrow-prev-70-a4e9f7cff55485ba1e573a5dcc119757d8e8a1acffc37e533c4b36b721c79fdf.png) 35 35, pointer;
}
.tmp-photo-slideshow .slideshow-content.slideshow-cursor-next {
  cursor: url(/assets/slideshow/arrow-next-70-ec2d5943ce54863ba0dbb2afd31e6ec34602914777c2083607eb1ddc909b6b06.png) 35 35, pointer;
}
.tmp-photo-slideshow .slideshow-content.slideshow-cursor-replay {
  cursor: url(/assets/slideshow/arrow-replay-59fb536250fd523c3feeb9606293d492aa35ae79fd231470daace924e77a5d1a.png) 35 35, pointer;
}
.tmp-photo-slideshow .slide-wrapper {
  margin-left: -2px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 579px) {
  .tmp-photo-slideshow .slide-wrapper {
    left: 0;
    margin-left: 0;
  }
}
.tmp-photo-slideshow .slide-wrapper.is-animating {
  transition: transform 500ms ease-out;
}
.tmp-photo-slideshow .slide {
  width: 80%;
  margin: 0 2px;
  position: absolute;
}
@media screen and (max-width: 740px) {
  .tmp-photo-slideshow .slide {
    margin: 0 2px;
  }
}
@media screen and (max-width: 579px) {
  .tmp-photo-slideshow .slide {
    width: 100%;
    margin: 0 0 1em;
  }
  .tmp-photo-slideshow .slide.slide-prev img, .tmp-photo-slideshow .slide.slide-next img {
    padding: 0;
  }
}
.tmp-photo-slideshow img {
  max-width: 100%;
  pointer-events: none;
  display: block;
  height: auto;
}
.tmp-photo-slideshow .caption {
  font-size: 14px;
  color: #888;
  margin: 0.5em auto;
}
.tmp-photo-slideshow .byline {
  font-family: "PressuraLight", Courier;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.tmp-photo-slideshow .credit {
  font-family: "PressuraLight", Courier;
  font-size: 12px;
  color: #aaa;
}

.slide-caption-wrapper {
  position: relative;
  width: 80%;
  margin: 4px auto;
}
@media screen and (max-width: 579px) {
  .slide-caption-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
.slide-caption-wrapper .slide-caption {
  display: none;
}
.slide-caption-wrapper .slide-caption.slide-caption-active {
  display: block;
}
.slide-caption-wrapper .slide-progress {
  display: inline-block;
}
@media screen and (max-width: 579px) {
  .slide-caption-wrapper .slide-progress {
    display: block;
    margin: 6px auto 24px;
    text-align: center;
  }
}
.slide-caption-wrapper .slide-progress .progress-icon {
  border: 1px solid #ff0b3a;
  border-right: none;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 1px;
}
.slide-caption-wrapper .slide-progress .progress-icon.progress-icon-active {
  background: #ff0b3a;
}
.slide-caption-wrapper .slide-progress .progress-icon:last-child {
  border-right: 1px solid #ff0b3a;
}
.slide-caption-wrapper .slide-caption-btn {
  display: block;
  width: 10%;
  position: absolute;
  top: 1px;
  height: 44px;
}
.slide-caption-wrapper .slide-caption-btn.btn-hide, .slide-caption-wrapper .slide-caption-btn.btn-replay {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.slide-caption-wrapper .slide-caption-btn.btn-prev {
  right: 100%;
  padding-right: 4px;
  background: url(/assets/slideshow/arrow-prev-14-9ffea65280686f3065a9f8ca489f2aded49e6c7e08a86b0e6ebec678d690f820.svg) right 10px top 3px no-repeat;
  background-origin: content-box;
  background-size: 14px;
}
.slide-caption-wrapper .slide-caption-btn.btn-next {
  left: 100%;
  padding-left: 4px;
  background: url(/assets/slideshow/arrow-next-14-f98694ef97105b17406a30efad2320034093e6fe8b5acfe1c50615b6900c7c7c.svg) left 10px top 3px no-repeat;
  background-origin: content-box;
  background-size: 14px;
}
@media screen and (max-width: 579px) {
  .slide-caption-wrapper .slide-caption-btn {
    top: -10px;
    bottom: auto;
  }
  .slide-caption-wrapper .slide-caption-btn.btn-prev {
    right: auto;
    left: 20px;
    background-position: left center;
    padding: 0;
  }
  .slide-caption-wrapper .slide-caption-btn.btn-next {
    left: auto;
    right: 20px;
    background-position: right center;
    padding: 0;
  }
}
.slide-caption-wrapper p {
  font-family: Pressura, monospace;
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 18px;
}

.tf-v1-widget {
  width: 100%;
  height: 100%;
  position: relative;
}

.tf-v1-widget iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 8px;
}

.tf-v1-widget-close {
  display: none;
}

.tf-v1-widget-iframe-overlay {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.tf-v1-widget-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  width: 100% !important;
  height: 100% !important;
  width: 100vw !important;
  height: 100vh !important;
  max-height: -webkit-fill-available;
  max-height: -moz-available;
  max-height: stretch;
}

.tf-v1-widget-fullscreen .tf-v1-widget-close {
  display: block;
  position: absolute;
  font-size: 32px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.25s ease-in-out;
  text-decoration: none;
  color: #000;
  top: 4px;
  right: 6px;
  z-index: 1;
}

.tf-v1-widget-fullscreen .tf-v1-widget-close:hover {
  opacity: 1;
}

@media (min-width: 481px) {
  .tf-v1-widget-fullscreen .tf-v1-widget-close {
    color: #fff !important;
  }
}
.tf-v1-widget-fullscreen iframe {
  border-radius: 0;
}

tmp-datawrapper-embed {
  margin-bottom: 33px;
}

tmp-datawrapper-embed > iframe {
  border: none;
  min-width: 100% !important;
  width: 0;
}

.footnote-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  color: #ff0b3a;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0;
  position: relative;
  text-decoration: none;
  top: -0.5em;
  vertical-align: baseline;
}

.footnote-sup {
  border-bottom: 0;
  color: #ff0b3a;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 0;
  outline: none;
  position: relative;
  text-decoration: none;
  top: -0.5em;
  vertical-align: baseline;
}

.footnote-cite {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 1.0625rem;
  font-style: normal;
  line-height: 1.55;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}

.stream {
  background-color: #f6f6f4;
}

/* stream borders */
.stream-rule-first + .container .container .promo-rule,
.stream-rule-first + .container .promo-rule,
.stream-rule-first + section .container .promo-rule,
.stream-rule-first + section .promo-rule,
.stream-related-latest-hed + section .container .promo-rule,
.stream-related-latest-hed + section .promo-rule,
.stream-promo-fullbleed + section .container .promo-rule,
.stream-promo-fullbleed + section .promo-rule {
  border-top: 0;
}

.tease-headline-stub a:visited,
.tease-headline-large a:visited,
.tease-headline-std a:visited,
.promo-headline-dark a:visited,
.tease-head-letter a:visited {
  color: #888 !important;
}

.stream-img {
  overflow-y: hidden;
}
.stream-img img {
  height: auto;
  width: 95%;
}

/* display */
.tease-kicker {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  position: relative;
  margin-bottom: 25px;
}
.tease-kicker span {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  color: #888;
  display: inline-block;
}
.tease-kicker span:first-letter {
  text-transform: uppercase;
}
.tease-kicker a {
  text-transform: uppercase;
  color: #ff0b3a;
}

.tease-headline-std {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}
.tease-headline-std svg {
  margin-left: 5px;
  margin-right: 5px;
  width: 14px;
}
.tease-headline-std svg:hover path {
  fill: #ff0b3a;
  stroke: #ff0b3a;
}
.tease-headline-std a:hover {
  text-decoration: none;
}
.tease-headline-std a:hover svg path {
  fill: #ff0b3a;
  stroke: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.tease-headline-stub {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5em;
}
.tease-headline-stub span {
  font-weight: normal;
}
.tease-headline-stub a:hover {
  text-decoration: none;
}

.tease-headline-large {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25em;
  margin-bottom: 10px;
}
.tease-headline-large a:hover {
  text-decoration: none;
}

.tease-byline {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  margin-top: 20px;
  color: #111;
}
.tease-byline span {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  text-transform: uppercase;
}
.tease-byline a {
  color: #ff0b3a;
}

.tease-deck {
  line-height: 29px;
  font-size: 19px;
  color: #111;
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
}

.tease-deck a {
  color: #111;
  border-bottom: 1px solid #ff0b3a;
}

.tease-deck a:hover {
  text-decoration: none;
}

/* Related stories */
.stream-section-headline {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  color: #777;
  font-size: 24px;
  border-bottom: 1px solid #cececc;
  padding-top: 80px;
  margin-top: 0;
}
.stream-related-latest-hed .stream-section-headline {
  margin-bottom: 0;
}
@media screen and (max-width: 739px) {
  .stream-section-headline {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.related-promo {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
}
.related-promo:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .related-promo {
    float: left;
    display: block;
    margin-right: 38.1982152132%;
    width: 100%;
    border-top: 1px solid #cececc;
    padding: 30px 0;
  }
  .related-promo:last-child {
    margin-right: 0;
  }
}
.related-promo .promo-rule {
  border-top: none;
}
.related-promo .tease-byline {
  display: none;
}
.related-promo .promo-shim-special {
  min-height: 0;
}
.related-promo .promo-content-special {
  position: initial;
  top: 0;
  transform: none;
}
.related-promo .promo-post-thumbnail {
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
}
@media screen and (max-width: 739px) {
  .related-promo .promo-post-thumbnail {
    margin-bottom: 30px;
  }
}

/* Rubric overrides */
.rubric-viewfinder .tease-kicker a,
.rubric-viewfinder .tease-kicker a:hover,
.rubric-viewfinder .tease-byline a,
.rubric-viewfinder .tease-byline a:hover, .rubric-viewfinder:hover .tease-headline a,
.rubric-commentary .tease-kicker a,
.rubric-commentary .tease-kicker a:hover,
.rubric-commentary .tease-byline a,
.rubric-commentary .tease-byline a:hover,
.rubric-commentary:hover .tease-headline a {
  color: #1fbec3;
}

/* stub */
.tease-deck-stub {
  font-family: "Miller", Georgia, serif;
  font-weight: 500;
}

/* aggregation */
.tease-gator-attr {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
}

.tease-gator-attr-m {
  position: relative;
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-size: 12px;
  margin-right: 3px;
  margin-left: 3px;
}

/* tag block */
.tease-tags {
  max-width: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.tease-tags .tease-tags-header {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ff0b3a;
  margin-bottom: 5px;
}

/* most read */
.tease-popular-header {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.tease-popular-container {
  background-color: #ececea;
  width: 100%;
  padding: 75px 0px;
}

.tease-popular-item {
  float: left;
  width: 29%;
  margin-right: 4%;
}

.tease-popular-item:last-child {
  margin-right: 0;
}

.tease-popular-headline {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.tease-popular-content {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 18px;
}
.tease-popular-content img {
  max-width: 100%;
}

.stream-promo-mobile {
  border-top: 0;
}

@media screen and (max-width: 739px) {
  .promo-full-bleed .container {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #cececc;
  }
  .promo-rule {
    border-top: 0px !important;
  }
  .stream-img {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .stream-img img {
    height: auto;
    width: 100%;
  }
  .stream-promo-mobile {
    border-top: 1px solid #cececc;
  }
  .stream-promo-fullbleed + section .stream-promo-mobile {
    border-top: 0;
  }
  .stream-rule-first + section .container .stream-promo-mobile {
    border-top: 0;
  }
  .stream-rule-first + section .stream-img {
    border-top: 0;
  }
  .stream-rule-first + .container .stream-promo-mobile {
    border-top: 0;
  }
  .tease-popular-container {
    padding: 40px 0;
  }
  .tease-popular-item {
    float: none;
    width: 100%;
    margin-top: 90px;
  }
  .tease-popular-item:first-child {
    margin-top: 50px;
  }
  .tease-headline-large {
    font-size: 30px;
  }
  .tease-headline-stub {
    font-size: 20px;
  }
  .promo-content-special {
    position: initial !important;
    top: 0 !important;
    transform: none !important;
  }
  .promo-shim-special {
    position: initial !important;
    min-height: 30px !important;
  }
  .promo-shim-essay {
    min-height: 30px !important;
  }
  .tease-head-letter-quote {
    margin-bottom: -70px;
  }
  .tease-head-letter {
    font-size: 20px !important;
  }
}
.no-margin-bottom {
  margin-bottom: 0;
}

.promo-full-bleed {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.promo-headline-dark a {
  color: #fff;
}

.promo-text-dark {
  color: #fff;
}

.tease-kicker {
  display: inline-block;
}

.tease-byline {
  display: inline-block;
}

.tease-headline-large {
  margin-top: -5px;
}

.promo-link-dimmer,
.promo-link-ps-dimmer {
  position: absolute;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.promo-link-dimmer {
  background: rgba(11, 11, 11, 0.6);
}

.promo-link-ps-dimmer {
  background-color: #353535;
}

.hover .promo-link-dimmer {
  background-color: rgba(11, 11, 11, 0.8);
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hover .promo-link-ps-dimmer {
  background-color: #111;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hover .promo-headline-dark a {
  color: #ff0b3a;
}

.hover .promo-headline-brighten a {
  color: #ff0b3a;
}

.rubric-commentary.hover .promo-headline-dark a {
  color: #1fbec3;
}
.rubric-commentary.hover .promo-headline-brighten a {
  color: #1fbec3;
}
.rubric-commentary .promo-headline-dark a:active {
  color: #1fbec3;
}
.rubric-commentary .promo-headline-brighten a:active {
  color: #1fbec3;
}

.promo-content,
.promo-content-special,
.promo-content-essay {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.promo-shim,
.promo-shim-special,
.promo-shim-essay {
  position: relative;
  min-height: 350px;
}

.stream > .stream-post + .stream-post .promo-rule {
  border-top: 1px solid #cececc;
}
.stream > .stream-post:first-child .promo-rule {
  border-top: 1px solid #cececc;
}

.tease-letter-shim {
  margin-bottom: 5px;
}

.tease-head-letter-quote {
  font-size: 120px;
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  float: left;
  line-height: 120px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 0px;
}

.tease-head-letter {
  font-family: "Miller", Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
}
.tease-head-letter a:hover {
  text-decoration: none;
}

.post-link {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.post-link:hover {
  text-decoration: none;
}
.post-link > img {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-link > img:hover {
  opacity: 0.8;
}
.post-link > .promo-headline-dark {
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
}
.post-link > .promo-headline-dark:hover {
  color: #ff0b3a;
}

/* styles for author and tag pages */
.tag-description {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #888;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 0;
}
.tag-description span {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: none;
  margin-left: 8px;
}

.tag-name {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  margin-bottom: 64px;
}

.tag-desc {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 20px;
  line-height: 1.66em;
}
.tag-desc a {
  text-decoration: underline;
}

.tag-freeform {
  margin-bottom: 100px;
  min-height: 50px;
}

.tag-photo {
  margin: 0 0 40px 0;
}
.tag-photo img {
  width: 100%;
}
.tag-photo .meta {
  margin-top: 10px;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  line-height: 18px;
}
.tag-photo .meta .byline {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.author-header {
  margin-bottom: 90px;
  min-height: 50px;
}

.author-desc {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 20px;
  line-height: 1.66em;
  margin-bottom: 50px;
}
.author-desc a {
  text-decoration: underline;
}

.author-info {
  padding-right: 40px;
  float: left;
  margin-bottom: 20px;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 8px;
}
.author-info span {
  padding-left: 8px;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: none;
}

.author-obsessions {
  margin: 60px 0 0 0;
}

@media screen and (max-width: 739px) {
  .tag-name {
    margin-bottom: 30px;
  }
  .tag-desc, .author-desc {
    font-size: 14px;
    line-height: 1.5em;
  }
  .tag-freeform {
    margin-bottom: 50px;
  }
  .author-info {
    float: none;
    margin-bottom: 25px;
  }
  .author-info span {
    padding-left: 0px;
    margin-top: 5px;
    display: block;
  }
}
.light-on-dark {
  min-height: 900px;
  color: #fff;
  background: #111;
}
.light-on-dark .shell-byline {
  color: #fff;
}
.light-on-dark .post-producers {
  color: #fff;
}
.light-on-dark .post-short-rule {
  border-top: 1px solid #fff;
}
.light-on-dark .share-button {
  border: 2px solid #fff;
}
.light-on-dark .share-button svg path {
  fill: #fff;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.light-on-dark .share-button:hover {
  background-color: #ff0b3a;
  border: 2px solid #ff0b3a;
}
.light-on-dark .share-button:hover svg path {
  fill: #111;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.light-on-dark article p:last-of-type:after {
  display: none;
}

.static-page {
  margin-top: 100px;
}
.static-page h2,
.static-page h3 {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.static-page h2 {
  font-size: 19px;
  margin-top: 2.75em;
  margin-bottom: 24px;
  letter-spacing: 0.75px;
}
.static-page h4 {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
}
.static-page article p,
.static-page article ul,
.static-page article ol {
  font-size: 21px;
  line-height: 1.5em;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
@media screen and (max-width: 739px) {
  .static-page article p,
.static-page article ul,
.static-page article ol {
    font-size: 20px;
  }
}
@media screen and (max-width: 739px) {
  .static-page article p {
    margin-left: 0px;
    width: 100%;
  }
  .static-page .share-tools-container {
    margin-bottom: 33px;
  }
}

.static-margin {
  margin-top: 165px;
}
@media screen and (max-width: 739px) {
  .static-margin {
    margin-top: 125px;
  }
}

.static-logo {
  margin-bottom: 40px;
}
.static-logo img {
  width: 200px;
}
@media screen and (max-width: 739px) {
  .static-logo {
    margin-bottom: 20px;
  }
  .static-logo img {
    width: 100px;
  }
}

.static-menu-title {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #888888;
  display: inline-block;
  color: #888888;
  font-size: 42px;
  min-width: 140px;
  max-width: 260px;
  line-height: 1.2;
  margin-top: 16px;
}
@media (max-width: 950px) {
  .static-menu-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 739px) {
  .static-menu-title {
    padding-bottom: 20px;
    margin-bottom: 5px;
  }
}

.static-menu-link {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #888888;
  text-transform: uppercase;
  display: block;
  font-size: 15.5px;
  padding: 5px 0;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
}
.static-menu-link:focus {
  text-decoration: underline;
  outline: none;
}
.static-menu-link:first-child {
  padding-top: 0;
}
.static-menu-link:hover a {
  text-decoration: underline;
}
.static-menu-link.current {
  color: white;
  font-weight: bold;
  cursor: default;
}
.static-menu-link.current:hover {
  text-decoration: none;
}
@media screen and (max-width: 739px) {
  .static-menu-link {
    padding: 17px 0;
    border-top: 1px solid #888888;
  }
  .static-menu-link:first-child {
    padding-top: 17px;
  }
  .static-menu-link:last-child {
    border-bottom: 1px solid #888888;
  }
}

.static-content {
  min-height: 500px;
  margin-bottom: 75px;
  margin-top: 36px;
}
@media screen and (max-width: 739px) {
  .static-content {
    margin-bottom: 0;
  }
}
.static-content > h2:first-child {
  margin-top: 0;
}
.static-content a {
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.static-content a,
.static-content p a,
.static-content li a {
  color: #fff !important;
}
.static-content a:hover,
.static-content p a:hover,
.static-content li a:hover {
  color: #ff0b3a !important;
}

.static-page-title {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 64px;
}
@media (max-width: 960px) {
  .static-page-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 739px) {
  .static-page-title {
    margin-bottom: 44px;
  }
}

.static-desc {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-size: 21px;
  line-height: 1.5em;
  margin-bottom: 33px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.static-desc a {
  color: white;
}

.static-short-rule {
  width: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  border-top: 1px solid #fff;
}

.static-anchor {
  margin-top: 30px;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 15px;
  text-transform: uppercase;
}
.static-anchor a {
  color: #ff0b3a;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}
.static-anchor a:hover {
  color: #ff0b3a;
  text-decoration: underline;
}

.static-anchor-land {
  position: absolute;
  top: -100px;
}

.static-anchor-shim {
  position: relative;
}

.static-content .about-accordion-wrapper {
  margin: 80px 0;
  border-top: 1px solid white;
}
@media screen and (max-width: 739px) {
  .static-content .about-accordion-wrapper {
    margin-bottom: 0;
  }
}
.static-content .about-accordion-wrapper .about-accordion-section {
  width: 100%;
  border-bottom: 1px solid white;
}
.static-content .about-accordion-wrapper .about-accordion-section > .about-accordion-heading {
  list-style: none;
}
.static-content .about-accordion-wrapper .about-accordion-section > .about-accordion-heading::-webkit-details-marker {
  display: none;
}
.static-content .about-accordion-wrapper .about-accordion-heading {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 16px;
  padding: 1em 0;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 250ms ease;
}
.static-content .about-accordion-wrapper .about-accordion-heading:hover {
  color: #ff0b3a;
}
.static-content .about-accordion-wrapper .about-accordion-heading:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 15px;
  background: url(/assets/small-arrow-3c6319fc93e649a6b5d034574b9355708dcfec4fa4e72e177297be2f2b2c7c6e.svg);
  transition: transform 250ms ease;
}
.static-content .about-accordion-wrapper .about-accordion-section[open] .about-accordion-heading:before {
  transform: rotate(90deg);
}
.static-content .about-accordion-wrapper .about-accordion-section.about-accordion-expanded .about-accordion-heading:before {
  transform: rotate(90deg);
}
.static-content .about-accordion-wrapper .about-accordion-body {
  padding: 33px 0 0;
}
.static-content .about-accordion-wrapper p.about-accordion-byline {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  letter-spacing: -0.2px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 auto 11px;
  color: #888888;
}
.static-content .about-accordion-wrapper p.about-accordion-byline a {
  color: #ff0b3a !important;
  border-bottom: none;
}

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

.masthead-column {
  margin-top: 40px;
}
.masthead-column h4 {
  color: #888;
  font-size: 22px;
  margin-bottom: 20px;
}

.top-column {
  margin-top: 0;
}

.masthead-name {
  margin-bottom: 10px;
}

.masthead-name-section-break {
  margin-top: 30px;
}

.masthead-names {
  line-height: 17px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #fff;
}
.masthead-names a {
  color: #ff0b3a;
}
.masthead-names span:last-child {
  text-transform: none !important;
  font-size: 12px;
  color: #888;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 739px) {
  .masthead-container {
    text-align: left;
  }
  .masthead-squeeze {
    padding: 0;
  }
  .masthead-squeeze .masthead-names {
    max-width: 100%;
  }
  .masthead-names span {
    display: inline;
  }
}
.masthead-no-margin {
  margin-top: 0px;
}

.static-page .static-funders-list p {
  margin-bottom: 0.2em;
}

/* tags at end of articles, author page, etc. */
.tag-group {
  border-top: 1px solid #cececc;
  padding: 22px 0;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 13px;
  line-height: 1.6;
}

.tag-button {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin-top: 15px;
  margin-right: 15px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 12.5px;
  color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tag-button a {
  color: #111;
}
.tag-button a:hover {
  color: #111;
}

.tag-link-arrow {
  font-size: 20px;
  padding-right: 4px;
  line-height: 0;
  color: #ff0b3a;
  text-decoration: none;
}
.tag-link-arrow:hover {
  text-decoration: none;
}

.tag-button-link {
  display: block;
  width: 100%;
  height: 100%;
}
.tag-button-link:hover .tag-link-arrow {
  text-decoration: none;
}

.post-footer-tag-link:hover {
  text-decoration: none;
}
.post-footer-tag-link:hover .tag-link-text {
  text-decoration: underline;
}

.post-footer-tag-link {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #353535;
  font-weight: normal;
  letter-spacing: 0.1px;
  padding-left: 3.5px;
  padding-right: 10px;
  font-size: 12.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 739px) {
  .post-footer-tag-link {
    padding-right: 2px;
  }
}

.tag-button:hover {
  background-color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tag-button:hover a:hover {
  text-decoration: none;
}

/* buttons */
.outlined-button {
  border: 2px solid #111;
  text-align: center;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 14px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.outlined-button a {
  color: #111;
}
.outlined-button a:hover {
  color: #111;
  text-decoration: none;
}

.outlined-button-link {
  display: block;
  padding: 8px 10px 10px 10px;
  width: 100%;
  height: 100%;
}

.outlined-button:hover {
  background-color: #ff0b3a;
  border: 2px solid #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* forms */
.form-input {
  color: #888;
  float: left;
  background-color: #ececea;
  margin-bottom: 30px;
  border: none;
  height: 64px;
  width: 100%;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 16px;
  line-height: 16px;
  color: #111;
  padding: 28px 10px 24px 24px;
  border-left: 1px solid #ececea;
  -webkit-appearance: none;
  border-radius: 0;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

.form-textarea {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #888;
  margin-bottom: 30px;
  float: left;
  background-color: #ececea;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #111;
  padding: 19px 10px 24px 24px;
  border-left: 1px solid #ececea;
}

.form-input:focus {
  outline: 0;
  border-left: 1px solid #353535;
}

.form-textarea:focus {
  outline: 0;
  border-left: 1px solid #353535;
}

.form-button, .newsletter-button {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  float: left;
  background-color: #888;
  border: none;
  height: 64px;
  width: 30%;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0px !important;
}

.form-button:hover, .newsletter-button:hover {
  cursor: pointer;
  background-color: #ff0b3a;
  color: #111;
}

.form-button:focus, .newsletter-button:focus {
  outline: 0;
}

/* document cloud */
.DC-note-container {
  margin-bottom: 70px;
  margin-top: 30px;
}

.DC-note, .DC-note-body, .DC-note-header, .DC-note-embed-resource, .DC-note-title {
  background-image: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Pressura !important;
  max-width: 100% !important;
  font-size: 14px !important;
}

.DC-note-title {
  font-size: 20px !important;
  line-height: 1.3em !important;
  text-transform: none !important;
  color: #111 !important;
}

.DC-note a {
  text-decoration: none !important;
  color: #111 !important;
}

.DC-note-header {
  margin: 0;
}

.DC-note-image-max-bounds {
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  margin-top: 20px !important;
  margin-bottom: 15px !important;
  border: 1px solid #ff0b3a !important;
}

.DC-note-background-fader, .DC-note-credit {
  display: none !important;
}

/* documents */
.document-shim {
  position: relative;
  height: 1200px;
}

.document-header {
  margin-bottom: 50px;
  max-width: 700px;
}

.document-title {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: -1px;
  word-spacing: -1px;
}
.document-title a:hover {
  color: #ff0b3a !important;
  text-decoration: none;
}

.document-desc {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5em;
}
.document-desc span {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #888;
}

/* sidebar annotations */
.post-annotation {
  display: inline;
  background-color: #d6d6d6;
  padding: 3px 6px;
  letter-spacing: -0.3px;
  font-family: Pressura;
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal !important;
}

.post-annotation-sidebar {
  margin-right: 0;
  position: absolute;
  float: left;
  display: block;
  width: 23%;
  font-family: PressuraLight;
  font-size: 13px;
  line-height: 23px;
}
.post-annotation-sidebar a {
  text-decoration: underline;
}

.post-annotation-sidebar span {
  padding: 0px 0px 5px 0px;
  font-family: Pressura;
  font-size: 14px;
  line-height: 17px;
  display: block;
  text-transform: uppercase;
}

.post-annotation-shim {
  position: relative;
  margin: 0;
  width: 100%;
}

.search-input {
  width: 70%;
}

@media (max-width: 739px) {
  .post-annotation-sidebar {
    position: initial;
    width: 100%;
    margin-bottom: 50px;
  }
}
/* dropcaps, for [dropcap] */
.dropcap-shim {
  height: 50px;
}
.dropcap-shim:before {
  content: " ";
}

.sans-serif-dropcap {
  float: left;
  font-size: 140px;
  line-height: 100px;
  padding-right: 35px;
  padding-bottom: 20px;
  font-family: pressura;
}

.serif-dropcap {
  float: left;
  font-size: 140px;
  line-height: 120px;
  padding-right: 35px;
  padding-bottom: 20px;
  font-family: Miller;
}

/* stub update */
.post-updated-divide {
  margin-top: 50px;
  margin-bottom: 50px;
}

.post-updated-divide-name {
  margin-top: -9px;
  display: inline-block;
  background-color: #f6f6f4;
  padding: 0px 10px 0px 0px;
  font-family: Pressura;
  font-size: 14px;
  text-transform: uppercase;
  color: #cececc;
}

.post-updated-divide-line {
  margin-bottom: -9px;
  border-top: 1px solid #cececc;
}

.update {
  margin-top: 50px;
  margin-bottom: 50px;
}

.update .timestamp {
  font-family: PressuraLight;
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  background-color: #f6f6f4;
  display: inline-block;
  padding: 0px 12px 0px 0px;
  margin-top: -9px;
}

.update .line {
  margin-bottom: -8px;
  border-top: 1px solid #888;
}

/* asked and answered */
.askedanswered-question {
  font-family: Pressura;
  color: #fff;
  text-transform: uppercase;
  margin-right: 7px;
  padding: 4px 10px 5px 10px;
  font-size: 14px;
  background-color: #888;
}

.askedanswered-question svg polygon {
  fill: #fff;
}

.askedanswered-question svg {
  margin-right: 10px;
}

.askedanswered-shim {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 739px) {
  .askedanswered-question {
    display: block;
  }
}
.letter-kicker {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.letter-kicker span {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  color: #888;
  text-transform: none;
  display: inline-block;
}
.letter-kicker span:first-letter {
  text-transform: uppercase;
}
.letter-kicker a {
  color: #ff0b3a;
}

.letter-headline {
  font-family: "MillerItalic";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.33em;
  margin-bottom: 30px;
}

.letter-deck {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.66em;
  margin-top: -13px;
  background-color: #f6f6f4;
  color: #cececc;
  display: table;
  margin-bottom: 30px;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 13px;
}
.letter-deck a {
  text-decoration: underline;
}

.letter-line {
  margin-top: 30px;
  height: 1px;
  background-color: #cececc;
}

@media screen and (max-width: 739px) {
  .letter-line {
    display: none;
  }
}
.letter-byline {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  color: #111;
  margin-bottom: 75px;
}
.letter-byline span {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  text-transform: uppercase;
}
.letter-byline a {
  color: #ff0b3a;
}

.letter-short-rule {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 60px;
  border-top: 1px solid #111;
}

.letter-quote {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 130px;
  line-height: 0px;
  margin-top: 105px;
  margin-bottom: -15px;
}

.letter-footer {
  margin-top: 40px;
}

@media screen and (max-width: 739px) {
  .letter-checkbox {
    margin-left: 0px;
    clear: both;
  }
  .letter-headline {
    margin-top: 30px;
    font-size: 25px;
  }
}
.code-block {
  padding: 30px;
  background-color: #ececea;
  font-family: "Pressura";
  overflow-x: scroll;
}

.pixel-setup .error {
  color: #ff0b3a;
}
.pixel-setup .success {
  color: #1FBEC3;
}
.pixel-setup .partner-url-input {
  max-width: 70%;
}
.pixel-setup #results {
  clear: both;
}
.pixel-setup .link {
  border-bottom: 1px solid #ff0b3a;
}
.pixel-setup .link:hover {
  text-decoration: none;
}

/* Membership styles go here */
.support-page .static-content,
.donate-page .static-content {
  margin-top: 27px;
}
.support-page .support-page-sidebar-inner,
.donate-page .support-page-sidebar-inner {
  position: absolute;
  width: 100%;
}
.support-page .sidebar-desc,
.donate-page .sidebar-desc {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #888888;
  width: 100%;
  max-width: 260px;
}
.support-page .sidebar-desc .support-sidebar-link,
.donate-page .sidebar-desc .support-sidebar-link {
  color: #888888;
}
@media screen and (max-width: 739px) {
  .support-page .sidebar-desc,
.donate-page .sidebar-desc {
    font-family: "Pressura", Courier, monospace;
    font-weight: normal;
    letter-spacing: -0.2px;
    max-width: unset;
  }
  .support-page .static-menu-title,
.support-page .support-page-sidebar,
.donate-page .static-menu-title,
.donate-page .support-page-sidebar {
    display: none;
  }
  .support-page h1:first-of-type,
.donate-page h1:first-of-type {
    font-size: 27px;
  }
}

.support-page-react {
  font-family: "Utopia-Std", Georgia, serif;
}
.support-page-react .support-subhead {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 54px;
}
@media (max-width: 960px) {
  .support-page-react .support-subhead {
    font-size: 24px;
  }
}
.support-page-react article ul {
  padding-left: 40px;
}
.support-page-react li {
  font-size: 18px;
}
.support-page-react .btn {
  text-align: center;
  border: 1px solid #ff0b3a;
  border-radius: 3px;
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  padding: 10px 25px 12px;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  color: white;
  background-color: #ff0b3a;
}
.support-page-react .btn:active {
  box-shadow: inset 0 0 5px #111;
}
.support-page-react .btn-small {
  display: inline-block;
  line-height: 16px;
}
.support-page-react .btn-small:not(:first-child) {
  margin-left: 10px;
}
.support-page-react .btn-secondary {
  background-color: #353535;
  border-color: #353535;
}

article.support-page p,
article.donate-page p {
  font-size: 18px;
}

.support-hed {
  margin-bottom: 48px;
}

.checkout-enter {
  opacity: 0.1;
  transform: translateY(10%);
}

.checkout-enter.checkout-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}

.support-section-active .support-intent-sentence {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.support-section-active .support-intent {
  text-align: left;
}
.support-section-active .support-intent h2 {
  margin: 0px 0 72px 0;
}

.review-donation .review-text {
  margin: 72px 0;
}
.review-donation .review-text .error {
  color: #ff0b3a;
}

.cover-fees-container {
  margin-top: 30px;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}
@media (min-width: 1000px) {
  .cover-fees-container {
    padding-right: 40px;
  }
}

.membership-panel {
  font-size: 19px;
  color: #fff;
  text-align: left;
  margin-top: 70px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.membership-panel a {
  color: white;
  cursor: pointer;
}

.membership-benefits-container {
  margin: 30px 0;
  line-height: 1.4em;
}

.tote-language {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  font-size: 16px;
  font-family: PressuraLight, monospace;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.tote-container {
  font-size: 0;
  margin-bottom: 70px;
  text-align: left;
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tote-image {
  display: inline-block;
  width: 50%;
}

.static-page article p.tote-description {
  margin-top: 20px;
}

@media (max-width: 450px) {
  .tote-language {
    font-size: 18px;
  }
  .tote-image {
    width: 100%;
  }
}
.support-intent .next-button-container {
  margin-top: 50px;
}

.support-section .benefit-option-link {
  color: #ff0b3a;
}

.shipping-note {
  display: none;
  color: #888;
}

.support-section-active .shipping-benefits h2 {
  margin-bottom: 5px;
}
.support-section-active .shipping-benefits .shipping-note {
  display: block;
}

.minimal-field {
  width: 100%;
  padding: 10px 20px 10px 0;
}

.payment-form .minimal-field {
  padding-right: 0;
}

.support-section-active .payment-form-header {
  margin-bottom: 50px;
}

.support-section-active .payment-form-title {
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 739px) {
  .support-section-active .payment-form-title {
    display: block;
    float: none;
    margin-bottom: 30px;
  }
}

.payment-form-tabs {
  display: inline-block;
  font-family: "PressuraLight", monospace;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 40px;
}
.payment-form-tabs::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 739px) {
  .payment-form-tabs {
    margin-left: 0;
    float: none;
  }
}

.payment-form-tab {
  padding: 3px 0;
  margin: 0 20px;
  line-height: 32px;
  color: #888;
  cursor: pointer;
}
.payment-form-tab.active {
  color: #ff0b3a;
  border-bottom: 1px solid #ff0b3a;
}
.payment-form-tab:first-child {
  margin-left: 0;
}

.error .StripeElement,
.error .minimal-text-input {
  border-color: #ff0b3a;
}
.error .money-selector-symbol {
  color: #ff0b3a;
  transition: color 0.2s linear;
}
.error .minimal-text-input:focus ~ .money-selector-symbol {
  color: #fff;
}

.StripeElement,
.minimal-text-input {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  border-bottom: 1px solid #888;
  padding: 5px 5px 2px 0;
  transition: border-color 0.2s linear;
  display: block;
  margin: 0 3px 0 2px;
  border-radius: 0;
}
.StripeElement[type=number]::-webkit-inner-spin-button, .StripeElement[type=number]::-webkit-outer-spin-button,
.minimal-text-input[type=number]::-webkit-inner-spin-button,
.minimal-text-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.StripeElement::-webkit-input-placeholder,
.minimal-text-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #494949;
}
.StripeElement::-moz-placeholder,
.minimal-text-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #494949;
}
.StripeElement:-ms-input-placeholder,
.minimal-text-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #494949;
}
.StripeElement:-moz-placeholder,
.minimal-text-input:-moz-placeholder {
  /* Firefox 18- */
  color: #494949;
}
.StripeElement:focus,
.minimal-text-input:focus {
  border-color: #fff;
}
.StripeElement:focus ~ .minimal-label,
.minimal-text-input:focus ~ .minimal-label {
  color: #fff;
}
.StripeElement:-webkit-autofill,
.minimal-text-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #111 inset;
  -webkit-text-fill-color: white !important;
}

.modified-text-input {
  padding: 5px 5px 6px 0;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.minimal-label {
  width: 100%;
  color: #888;
  transition: color 0.2s linear;
  font-family: "PressuraLight";
}

.next-button-container {
  margin: 70px 0 0 0;
}

.custom-select {
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
}

.custom-select-input {
  width: 145px;
  padding-top: 0;
  padding-right: 20px;
  margin-left: 5px;
  cursor: pointer;
  line-height: 26px;
}

.custom-select-symbol {
  position: absolute;
  right: 1px;
  top: 15px;
  border-top: 9px solid #ff0b3a;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  width: 0;
  height: 0;
  pointer-events: none;
}

.custom-select-options {
  position: absolute;
  top: calc(100% + 5px);
  background-color: #fff;
  width: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  z-index: 1000;
}

.custom-select-option {
  padding: 5px;
  border-bottom: 1px solid #111;
  color: #111;
}
.custom-select-option:hover {
  background-color: #ff0b3a;
  color: #fff;
}

.money-selector-input {
  padding-top: 0;
  padding-left: 20px;
  width: 96px;
  line-height: 26px;
  color: white;
  -moz-appearance: textfield;
}

.money-selector-symbol {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2px;
  line-height: 26px;
}

.review-button {
  margin-top: 40px;
}

.support-section {
  color: #494949;
  padding: 0 0 8px 0;
  transition: all 0.3s linear;
  border-top: 1px solid #ddd;
}
.support-section a {
  color: #494949;
  cursor: pointer;
}
@media screen and (max-width: 739px) {
  .support-section {
    transition: none;
  }
}
.support-section:first-of-type {
  border-top: none;
  padding-top: 0;
}
.support-section:first-of-type h2 {
  margin-top: 0;
}

.support-pitch + .support-section-active {
  border-top: none;
  padding-top: 0;
}

.support-benefits {
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  display: inline-block;
  font-size: 16px;
  font-family: "Pressura", Courier, monospace;
  color: #888;
}
.support-benefits:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-top: -1px;
  margin-right: 15px;
  background: url(/assets/small-arrow-3c6319fc93e649a6b5d034574b9355708dcfec4fa4e72e177297be2f2b2c7c6e.svg);
  transform: rotate(90deg);
  transition: transform 250ms ease;
}
.support-benefits.collapsed:before {
  transform: rotate(0deg);
}

.support-pitch .react-slidedown {
  transition-duration: 0.2s;
}

.support-benefits-list {
  overflow: hidden;
  margin-top: 20px;
}
.support-benefits-list li {
  font-size: 16px;
  font-family: "Pressura", Courier, monospace;
  color: #888;
  line-height: 1.5;
}

.recurring-nudge {
  margin-top: 30px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.recurring-nudge.active {
  opacity: 1;
}

.static-page article .recurring-nudge-text {
  font-size: 16px;
  font-family: "Pressura", Courier, monospace;
  color: #888;
  line-height: 1.5;
}
.static-page article .recurring-nudge-text a.recurring-nudge-link {
  color: #ff0b3a;
}

.support-section-content {
  display: inline-block;
  width: 80%;
}

.support-section-controls {
  display: inline-block;
  width: 20%;
  text-align: right;
  vertical-align: middle;
  font-family: "PressuraLight";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.support-section-controls a {
  color: #fff;
}

.support-section-active {
  padding: 35px 0 58px 0;
  color: #fff;
}
.support-section-active .support-section-content {
  width: 100%;
}
.support-section-active h2 {
  margin: 0px 0 42px 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.support-section h2 {
  transition: color 0.2s linear;
}

.support-section-complete {
  font-family: "PressuraLight";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: white;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.support-section-complete h2 {
  color: #494949;
}

.newsletter-choice-card {
  display: inline-block;
  width: 50%;
  padding: 10px 10px 10px 0;
  vertical-align: top;
}
@media screen and (max-width: 739px) {
  .newsletter-choice-card {
    width: 100%;
  }
}

.minimal-checkbox {
  position: relative;
  padding-left: 36px;
  display: block;
  font-size: 16px;
  color: #ddd;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.minimal-checkbox .fake-checkbox {
  border: 2px solid #ff0b3a;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  position: absolute;
  left: 0;
}
.minimal-checkbox .fake-checkbox svg {
  width: 20px;
  height: 20px;
}
.minimal-checkbox .subscribe-checkmark {
  fill: none;
  stroke: #111;
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
  display: block;
}
.minimal-checkbox .hidden-checkbox {
  opacity: 0;
  position: absolute;
}
.minimal-checkbox .hidden-checkbox:checked + .fake-checkbox {
  background-color: #ff0b3a;
}

.newsletter-choice-label .fake-checkbox {
  top: 4px;
}

.newsletter-choice-title {
  color: #fff;
  font-size: 20px;
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 8px;
}

.newsletter-choice-description {
  display: block;
  line-height: 1.3em;
  font-family: "Utopia-Std", Georgia, serif;
  font-style: italic;
}

.contact-opt-out {
  margin-top: 30px;
  margin-bottom: 60px;
  margin-left: 10px;
}

.subscribe-instructions {
  font-family: "PressuraLight";
  margin-bottom: 10px;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #ddd;
}

.support-section .support-note-link {
  font-size: 16px;
  font-family: "Pressura", Courier, monospace;
  color: #888;
  text-decoration: underline;
  margin-top: 35px;
  display: inline-block;
}

.thank-you-party-time h1 {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.social-card-shim {
  width: 355px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
}
.social-card-shim img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}
.social-card-shim .card-caption {
  font-family: Pressura;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.social-card-shim svg {
  width: 20px;
  box-sizing: content-box;
  padding: 6px;
  vertical-align: -50%;
}
.social-card-shim svg:first-of-type {
  margin-left: 10px;
}

.thank-you-social-link:hover {
  text-decoration: none;
}

.progress-logo-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.progress-logo-container {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tmp-logo-bar {
  fill: #fff;
}

@media (max-width: 1199px) {
  .social-card-shim {
    width: 315px;
  }
}
@media screen and (max-width: 739px) {
  .social-card-shim {
    width: 100%;
    display: block;
  }
  .social-card-shim svg {
    margin-left: 10px;
  }
  .social-card-shim svg:first-of-type {
    margin-left: 22px;
  }
  .card-caption {
    display: block;
  }
}
.donation-manage-page {
  max-width: 500px;
}

h2.donation-manage-title {
  font-size: 1.625rem;
  line-height: 1.2;
}

article .donation-manage-prose > p {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 1.125rem;
  line-height: 1.3;
}
article .donation-manage-prose > p > a {
  color: #fff;
}
article .donation-manage-prose > p > a:hover {
  color: #ff0b3a;
}

ul.donation-container {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  list-style: none;
  padding-left: 0;
}
ul.donation-container > li {
  font-size: 1rem;
  line-height: 1.5;
}

.donation-row {
  border-bottom: 1px solid #727272;
  display: flex;
  padding-bottom: 15px;
  padding-top: 15px;
}
.donation-row:only-child {
  border-bottom: 0;
}

.donation-row-cell {
  align-items: center;
  display: flex;
  flex: 1 0 0%;
}
.donation-row-cell:last-child {
  justify-content: end;
}

.donation-link-paypal {
  background-color: #888888;
  border-color: #888888;
}
.donation-link-paypal:hover {
  background-color: #353535;
  border-color: #353535;
}

.donation-manage-notice {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  border-bottom: 1px solid #dddddd;
  font-size: 1rem;
  padding-bottom: 30px;
}

.events-header-container {
  position: relative;
}

.events-page-title,
.event-page-title {
  margin-top: 85px;
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-size: 50px;
}

.events-page-title-container {
  position: relative;
}

.events-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #ff0b3a;
  font-family: "PressuraLight";
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
}

.past-events-link {
  position: absolute;
  bottom: 35px;
  right: 30px;
}
@media (min-width: 1200px) {
  .past-events-link {
    right: 0;
  }
}

.event-list-item {
  padding: 42px 0;
  border-top: 1px solid #fff;
  font-family: "PressuraLight";
  color: #fff;
}
.event-list-item:hover {
  color: #fff;
}
.event-list-item:hover .event-title {
  color: #ff0b3a;
}
.event-list-item:last-child {
  border-bottom: 1px solid #fff;
}

.event-image-container {
  position: relative;
  padding-right: 20px;
  line-height: 0;
}
.event-image-container .event-image-overlay {
  border-radius: 3px;
  position: absolute;
  margin-right: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(255, 11, 58, 0);
}
.event-image-container .event-image-overlay:hover {
  background-color: rgba(255, 11, 58, 0.5);
  cursor: pointer;
}

.event-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.event-location {
  font-weight: 400;
  font-size: 15px;
  color: #888;
  letter-spacing: -0.2px;
  font-family: "Pressura";
}

.events-list-container .event-location {
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 24px;
}

.event-list-item:hover {
  text-decoration: none;
}
.event-list-item:hover .event-image-overlay {
  background-color: rgba(255, 11, 58, 0.5);
  cursor: pointer;
}
.event-list-item:hover .event-description {
  color: #ff0b3a;
}

.event-title {
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 32px;
  transition: color 0.2s linear;
}

.event-description {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-size: 18px;
  line-height: 32px;
  max-height: 128px;
  margin-top: -2px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
  position: relative;
}

.event-list-item .event-description::after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 32px;
  width: 100px;
  background: linear-gradient(to right, rgba(17, 17, 17, 0), rgb(17, 17, 17));
  display: block;
  content: "";
}

.events-empty-state {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-size: 28px;
  padding: 200px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.col8.event-page-image-container {
  padding-right: 1.2%;
}

.event-page-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 42px;
}

.events-show-top-container {
  display: flex;
  align-items: flex-end;
}

.events-navigation-container {
  margin-bottom: 35px;
}

.events-back-link {
  bottom: 0;
}

.event-page-deck {
  font-family: "PressuraLight";
  font-size: 24px;
  margin-bottom: 33px;
  letter-spacing: -0.8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.event-page-body {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-size: 1.1em;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 48px;
}
.event-page-body p {
  margin-bottom: 32px;
}
.event-page-body a {
  color: #ff0b3a;
}

.event-livestream-notice,
.event-address {
  margin-top: 0;
  color: #888;
  font-family: "Pressura";
  font-size: 15px;
  letter-spacing: -0.2px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.event-address {
  white-space: pre;
}

.event-livestream-notice {
  color: #ff0b3a;
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  min-height: 1px;
}

.event-share-tools {
  margin-bottom: 8px;
  margin-left: -12px;
}
.event-share-tools .share-button {
  border: none;
  width: auto;
  margin-right: 0;
}
.event-share-tools .share-button:hover {
  background-color: transparent;
  border: none;
}
.event-share-tools .share-button:hover svg path {
  fill: #ff0b3a;
}

.event-link-container {
  margin-bottom: 33px;
}

.event-map-link {
  color: #ff0b3a;
  font-family: "Pressura";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1em;
}

.events-rsvp-button {
  background-color: #ff0b3a;
  border: 2px solid #ff0b3a;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  font-family: Pressura;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1em;
  -webkit-transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 20px;
  border-radius: 3px;
}
.events-rsvp-button:hover {
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
  background-color: #111;
}

.event-time-row {
  white-space: nowrap;
  font-family: "Pressura";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
}

.events-show-container {
  position: relative;
}
.events-show-container .event-time-row {
  margin-bottom: 10px;
}

.event-date-box {
  margin-right: 20px;
}

.clock-icon,
.cal-icon {
  width: 24px;
  vertical-align: -16%;
  margin-right: 2px;
}
.clock-icon circle,
.clock-icon polyline,
.clock-icon rect,
.clock-icon line,
.cal-icon circle,
.cal-icon polyline,
.cal-icon rect,
.cal-icon line {
  stroke: #888;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
}

.event-story-link {
  margin-left: 5px;
}

.event-page-bottom-nav {
  text-align: right;
}

@media (max-width: 920px) and (min-width: 740px) {
  .col4.events-title-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    margin-right: 0;
  }
  .col4.events-title-column:last-child {
    margin-right: 0;
  }
  .container .events-description-column {
    display: none;
  }
  .events-page-title,
.event-page-title {
    margin-top: 66px;
  }
  .events-show-container .event-page-image-container,
.events-show-container .event-page-contents {
    width: 50%;
    margin-right: 0;
  }
  .events-show-container .event-page-image-container {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .event-page-title,
.events-page-title {
    font-size: 38px;
  }
  .event-page-deck {
    font-size: 22px;
  }
}
@media (max-width: 739px) {
  .container .event-list-item {
    display: block;
  }
  .events-page-title,
.event-page-title {
    margin-top: 66px;
  }
  .event-image-container {
    padding-right: 0;
    margin-bottom: 42px;
  }
  .event-image-container .event-image-overlay {
    margin-right: 0;
  }
  .col8.event-page-image-container {
    padding-right: 0;
    margin-right: 0;
  }
  .event-page-image-container {
    margin-bottom: 33px;
  }
  .event-time-row {
    margin-bottom: 33px;
  }
  .event-location {
    line-height: normal;
  }
  .events-navigation-container {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .event-page-title {
    margin-top: 10px;
  }
  .events-show-top-container {
    display: block;
  }
}
@media (max-width: 410px) {
  .event-title,
.event-page-title {
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -0.5px;
  }
  .events-page-title,
.event-page-title {
    margin-top: 10px;
    line-height: 1.2em;
  }
  .event-title,
.event-time-row {
    margin-bottom: 33px;
  }
  .event-page-deck {
    font-size: 19px;
  }
  .event-location {
    font-size: 14px;
  }
  .event-date-box {
    margin-right: 12px;
  }
  .clock-icon,
.cal-icon {
    width: 21px;
    margin-right: 1px;
  }
  .past-events-link {
    display: block;
    position: static;
    margin-top: 105px;
  }
}
.sitemap-container {
  margin-top: 100px;
}

.sitemap-title {
  color: #888;
  font-family: Pressura;
}

.sitemap-year {
  width: 33%;
  min-width: 300px;
  display: inline-block;
  padding: 25px;
  padding-left: 0;
  vertical-align: top;
  font-family: Pressura;
}

.sitemap-month {
  display: block;
  padding: 0 10px;
  padding-left: 0;
  font-family: PressuraLight;
}

.sitemap-breadcrumbs {
  text-transform: uppercase;
  font-family: Pressura;
}
.sitemap-breadcrumbs a {
  color: #ff0b3a;
}

.sitemap-month-header {
  font-family: Pressura;
}

.sitemap-item {
  margin: 10px 0;
  font-family: PressuraLight;
}

.subscribe-page .footer-content {
  display: none;
}

.subscribe-container {
  color: #ff0b3a;
  margin-top: 100px;
  font-weight: normal;
}
.subscribe-container .static-menu-title {
  color: #ff0b3a;
  border-color: #ff0b3a;
}
@media (max-width: 950px) {
  .subscribe-container .static-menu-title {
    font-size: 36px;
  }
}
.subscribe-container .static-menu-link {
  color: #ff0b3a;
}
@media screen and (max-width: 739px) {
  .subscribe-container .static-menu-link {
    border-top: 1px solid #ff0b3a;
  }
  .subscribe-container .static-menu-link:last-child {
    border-bottom: 1px solid #ff0b3a;
  }
}

.base-email-signup {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-weight: normal;
}

.full-signup {
  margin-bottom: 150px;
  max-width: 620px;
}
@media (max-width: 950px) {
  .full-signup {
    max-width: 490px;
  }
}
@media screen and (max-width: 739px) {
  .full-signup {
    margin-bottom: 60px;
  }
}

.full-signup-success-container {
  display: none;
}

.subscribe-next-steps {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1.6;
}
@media (min-width: 740px) {
  .subscribe-next-steps {
    font-size: 21px;
  }
}

.signup-donate-button-container {
  margin-top: 46px;
}

.subscribe-subhead {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 54px;
  max-width: 540px;
}
@media (max-width: 960px) {
  .subscribe-subhead {
    font-size: 24px;
  }
}

.newsletter-options-list {
  margin-bottom: 48px;
}
@media (max-width: 500px) {
  .newsletter-options-list {
    margin-bottom: 42px;
  }
}

.newsletter-option-item {
  display: block;
  padding-left: 50px;
  position: relative;
  margin: 40px 0;
  cursor: pointer;
}
.newsletter-option-item:focus {
  outline: none;
}
.newsletter-option-item.focus-visible .newsletter-option-checkbox {
  outline: dotted #111;
}
@media (max-width: 465px) {
  .newsletter-option-item {
    max-width: 274px;
  }
}

.newsletter-option-checkbox {
  position: absolute;
  top: 1px;
  left: 0;
  border: 2px solid #ff0b3a;
  border-radius: 5px;
  width: 50px;
  height: 50px;
}

.subscribe-checkmark {
  fill: none;
  stroke: #f6f6f4;
  stroke-width: 4;
  stroke-miterlimit: 10;
  display: none;
}

.newsletter-option-input:checked + .newsletter-option-checkbox {
  background-color: #ff0b3a;
}
.newsletter-option-input:checked + .newsletter-option-checkbox .subscribe-checkmark {
  display: block;
}

.newsletter-option-text-container {
  padding-left: 20px;
}

.newsletter-option-title {
  font-size: 24px;
  margin-bottom: 7px;
}

.newsletter-option-frequency {
  text-transform: uppercase;
  font-size: 13.5px;
  padding-right: 8px;
}

.newsletter-option-description {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-size: 15px;
  font-style: italic;
  margin-right: 5px;
}

.newsletter-option-sample {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin-left: 16px;
  padding: 1px 4px;
  border-radius: 2px;
  border: 1px solid #ff0b3a;
  text-transform: uppercase;
  color: #ff0b3a;
  vertical-align: 3px;
  font-size: 12px;
  display: inline-block;
}
.newsletter-option-sample:hover {
  background: #ff0b3a;
  color: #f6f6f4;
  text-decoration: none;
}
@media (max-width: 375px) {
  .newsletter-option-sample {
    margin-left: 6px;
    font-size: 11px;
  }
}

.subscribe-email-input {
  border: 2px solid #ff0b3a;
  padding: 15px;
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  width: 100%;
  border-radius: 3px;
  color: #ff0b3a;
  font-size: 16px;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
.subscribe-email-input:focus {
  outline: none;
}
.subscribe-email-input.focus-visible {
  outline: dotted #111;
  outline-offset: 0;
}
.subscribe-email-input::-moz-placeholder {
  color: #ff0b3a;
  opacity: 0.5;
}
.subscribe-email-input:-ms-input-placeholder {
  color: #ff0b3a;
  opacity: 0.5;
}
.subscribe-email-input::placeholder {
  color: #ff0b3a;
  opacity: 0.5;
}
.subscribe-email-input:focus::-moz-placeholder {
  opacity: 0.2;
}
.subscribe-email-input:focus:-ms-input-placeholder {
  opacity: 0.2;
}
.subscribe-email-input:focus::placeholder {
  opacity: 0.2;
}
.subscribe-email-input:-webkit-autofill, .subscribe-email-input:-webkit-autofill:hover, .subscribe-email-input:-webkit-autofill:focus {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  -webkit-text-fill-color: #ff0b3a;
  -webkit-box-shadow: 0 0 0px 1000px rgb(246, 246, 244) inset;
}

.donate-button,
.subscribe-button {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  display: block;
  padding: 15px;
  width: 100%;
  border: 2px solid #ff0b3a;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #ff0b3a;
  cursor: pointer;
  transition: all 0.1s linear;
  line-height: normal;
}
.donate-button:focus,
.subscribe-button:focus {
  outline: none;
}
.donate-button.focus-visible,
.subscribe-button.focus-visible {
  outline: dotted #111;
  outline-offset: 0;
}
.donate-button:hover,
.subscribe-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #be0025;
  border-color: #be0025;
}
.donate-button.inline-block,
.subscribe-button.inline-block {
  display: inline-block;
  width: auto;
  padding: 8px 20px 10px 20px;
}

.subscribe-column {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.subscribe-column:last-child {
  padding-right: 0;
}
@media (max-width: 500px) {
  .subscribe-column {
    width: 100%;
    padding: 0;
  }
  .subscribe-column:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 739px) {
  .subscribe-column.form-column {
    width: 100%;
    padding: 0;
  }
  .subscribe-column.form-column:first-child {
    margin-bottom: 10px;
  }
}

.subscribe-email-container {
  margin-bottom: 10px;
}

.subscribe-managed-label {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-style: italic;
  font-size: 12px;
  color: #888;
}
.error .subscribe-managed-label {
  display: none;
}
.subscribe-managed-label a {
  color: #ff0b3a;
}

.subscribe-error-container {
  margin-top: 20px;
  color: #353535;
  display: none;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 7px;
}
.error .subscribe-error-container {
  display: block;
}
.full-signup .subscribe-error-container {
  margin-top: 7px;
}
.ribbon-signup .subscribe-error-container {
  margin-top: 0;
}

/* Mobile menu shift */
@media screen and (max-width: 739px) {
  .subscribe-subhead {
    margin-bottom: 42px;
    max-width: 480px;
  }
  .newsletter-option-item {
    margin: 26px 0;
  }
  .newsletter-option-checkbox {
    top: 4px;
    width: 30px;
    height: 30px;
  }
  .newsletter-option-text-container {
    padding-left: 0;
  }
  .newsletter-option-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .newsletter-option-description {
    line-height: 1.3;
  }
}
@media (max-width: 739px) and (min-width: 630px) {
  .newsletter-option-item {
    max-width: none;
  }
}
@media (max-width: 500px) {
  .subscribe-subhead {
    max-width: 300px;
  }
  .newsletter-option-item {
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .subscribe-subhead {
    max-width: none;
    font-size: 21px;
  }
}
/* Banner signup styling */
.banner-signup {
  max-width: 860px;
  position: relative;
  margin-bottom: 74px;
  margin-top: 64px;
  padding: 0;
  color: #ff0b3a;
}
.banner-signup .subscribe-button,
.banner-signup .subscribe-email-input {
  font-size: 18px;
  padding: 14px;
}
@media screen and (max-width: 739px) {
  .banner-signup {
    max-width: 490px;
  }
}

.banner-signup-display-container {
  transition: opacity 0.2s linear;
  color: #111;
  width: 100%;
}
.banner-signup-display-container::after {
  clear: both;
  content: "";
  display: block;
}

.banner-signup-tagline {
  font-size: 26px;
  line-height: 52px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 925px) {
  .banner-signup-tagline {
    font-size: 21px;
  }
}
@media screen and (max-width: 739px) {
  .banner-signup-tagline {
    padding-bottom: 75px;
    line-height: 1.4;
  }
}
@media (max-width: 500px) {
  .banner-signup-tagline {
    font-size: 22px;
  }
}

.banner-signup-display-column {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-signup-display-button-container {
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-signup-form-container {
  transition: opacity 0.2s linear 0.2s, height 0.4s linear;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.banner-signup-form-container::after {
  clear: both;
  content: "";
  display: block;
}

.banner-signup-info-container {
  padding-right: 10px;
}
@media screen and (max-width: 739px) {
  .banner-signup-info-container {
    margin-bottom: 20px;
  }
}

.banner-signup-title {
  max-width: 212px;
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #ff0b3a;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: normal;
}

.banner-signup-description {
  font-size: 20px;
  max-width: 230px;
  line-height: 1.25;
  margin-bottom: 4px;
}

.banner-signup-more-container {
  margin-bottom: 0;
}

.banner-signup-more-link {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #ff0b3a;
  font-size: 10px;
  cursor: pointer;
  text-transform: uppercase;
}

.subscribe-input-column {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear 0.2s;
}

.expanded .subscribe-input-column,
.expanded .banner-signup-form-container {
  opacity: 1;
  pointer-events: all;
}
.expanded .banner-signup-display-container {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.banner-signup-success-container {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s linear 0.4s;
}

.banner-signup-success-message {
  font-size: 23.5px;
  line-height: 52px;
  font-weight: normal;
}
@media (max-width: 890px) {
  .banner-signup-success-message {
    font-size: 18px;
  }
}
@media screen and (max-width: 739px) {
  .banner-signup-success-message {
    padding-bottom: 75px;
    line-height: 1.4;
  }
}

.success-state .subscribe-input-column,
.success-state .banner-signup-form-container {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}
.success-state .banner-signup-success-container {
  opacity: 1;
  color: #353535;
  position: static;
  pointer-events: all;
}
@media (min-width: 740px) {
  .success-state .banner-signup-display-button-container {
    transition: width 0.2s linear;
    width: 180px;
  }
}

.banner-signup .newsletter-options-list {
  margin: 0;
  padding-bottom: 70px;
}
@media screen and (max-width: 739px) {
  .banner-signup .newsletter-options-list {
    padding-bottom: 120px;
  }
}
.banner-signup .newsletter-option-item {
  padding-left: 20px;
  margin: 0 0 10px 0;
}
.banner-signup .newsletter-option-checkbox {
  top: 0px;
  border-radius: 3px;
  border-width: 2px;
  width: 20px;
  height: 20px;
}
.banner-signup .newsletter-option-text-container {
  padding-left: 10px;
  font-size: 18px;
  padding-bottom: 4px;
}
.banner-signup .subscribe-error-container {
  position: absolute;
  bottom: 55px;
  margin-top: 0;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
}
.banner-signup .subscribe-error-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .banner-signup .subscribe-error-container {
    position: static;
    width: 100%;
  }
}

/* Inline signup */
.inline-signup {
  border: 2px solid #ff0b3a;
  border-radius: 10px;
  padding: 50px;
  margin-top: 27px;
  margin-bottom: 60px;
  color: #ff0b3a;
}
@media (max-width: 575px) {
  .inline-signup {
    padding: 24px;
  }
}
.inline-signup .subscribe-subhead {
  margin-top: 0;
  font-size: 36px;
  max-width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1140px) {
  .inline-signup .subscribe-subhead {
    font-size: 40px;
  }
}
@media (max-width: 760px) {
  .inline-signup .subscribe-subhead {
    font-size: 30px;
  }
}
@media (max-width: 669px) {
  .inline-signup .subscribe-subhead {
    font-size: 45px;
  }
}
@media (max-width: 535px) {
  .inline-signup .subscribe-subhead {
    font-size: 35px;
    margin-bottom: 32px;
  }
}
@media (max-width: 340px) {
  .inline-signup .subscribe-subhead {
    font-size: 28px;
  }
}
.inline-signup .newsletter-options-list {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.expanded .inline-signup .newsletter-options-list {
  display: block;
  pointer-events: all;
}
.inline-signup .newsletter-option-item {
  padding-left: 40px;
}
@media (max-width: 832px) {
  .inline-signup .newsletter-option-item {
    padding-left: 33px;
  }
}
.inline-signup .newsletter-option-description {
  font-size: 17.5px;
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}
@media (max-width: 1110px) {
  .inline-signup .newsletter-option-description {
    font-size: 16px;
  }
}
@media (max-width: 1054px) {
  .inline-signup .newsletter-option-description {
    font-size: 18px;
  }
}
@media (max-width: 832px) and (min-width: 740px) {
  .inline-signup .newsletter-option-description {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .inline-signup .newsletter-option-description {
    font-size: 14px;
  }
}
.inline-signup .newsletter-option-text-container {
  max-width: 128px;
  padding-left: 15px;
  line-height: 1.2;
}
@media (max-width: 1110px) {
  .inline-signup .newsletter-option-text-container {
    max-width: 118px;
  }
}
@media (max-width: 1054px) {
  .inline-signup .newsletter-option-text-container {
    max-width: none;
  }
}
@media (max-width: 500px) {
  .inline-signup .newsletter-option-text-container {
    max-width: 220px;
  }
}
.inline-signup .newsletter-option-checkbox {
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
@media (min-width: 1055px) {
  .inline-signup .newsletter-option-item {
    display: inline-block;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 47px;
    width: 24.5%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
  }
  .inline-signup .newsletter-option-text-container {
    padding-left: 0;
    padding-top: 15px;
  }
  .inline-signup .newsletter-option-description {
    font-family: "PressuraBold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .inline-signup .newsletter-option-checkbox {
    top: 0;
    left: 0;
    width: 47px;
    height: 47px;
    transform: none;
  }
}
@media (max-width: 832px) {
  .inline-signup .newsletter-option-checkbox {
    width: 33px;
    height: 33px;
  }
}
@media (min-width: 740px) and (max-width: 832px) {
  .inline-signup .newsletter-option-text-container {
    max-width: 240px;
  }
  .inline-signup .newsletter-option-item {
    margin: 24px 0;
  }
}
.inline-signup .subscribe-next-steps {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .inline-signup .subscribe-next-steps {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .inline-signup .subscribe-next-steps {
    font-size: 15px;
  }
}

.inline-signup-success-container {
  display: none;
}

/* Toast signup */
.toast-notification .banner-signup {
  margin-top: 32px;
  margin-bottom: 32px;
}
.toast-notification .banner-signup .subscribe-email-input {
  background-color: #e8e7e5;
}
.toast-notification .banner-signup .toast-subscribe-extra-text {
  display: none;
}
.toast-notification .banner-signup .subscribe-checkmark {
  stroke: #e8e7e5;
  stroke-width: 6;
}
.toast-notification .banner-signup .donate-button:hover,
.toast-notification .banner-signup .subscribe-button:hover {
  color: #e8e7e5;
}
@media (max-width: 360px) {
  .toast-notification .banner-signup .donate-button,
.toast-notification .banner-signup .subscribe-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 739px) {
  .toast-notification .banner-signup .banner-signup-description,
.toast-notification .banner-signup .banner-signup-title {
    display: none;
  }
}
@media (max-width: 500px) {
  .toast-notification .banner-signup {
    padding: 0 30px;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 500px;
    height: 52px;
  }
  .toast-notification .banner-signup .banner-signup-tagline {
    display: none;
  }
  .toast-notification .banner-signup .banner-signup-info-container {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .toast-notification .banner-signup .subscribe-input-column {
    margin-bottom: 0;
  }
  .toast-notification .banner-signup .subscribe-email-input {
    border-width: 2px 0 0 0;
    border-radius: 0;
    padding-left: 30px;
  }
  .toast-notification .banner-signup .subscribe-button {
    border-radius: 0;
    text-align: left;
    border-width: 2px 0;
    padding-left: 30px;
  }
  .toast-notification .banner-signup .newsletter-options-list {
    padding-bottom: 100px;
  }
  .toast-notification .banner-signup .subscribe-error-container {
    margin-top: 0;
  }
  .toast-notification .banner-signup .banner-signup-success-message {
    padding-top: 23px;
  }
  .toast-notification .banner-signup .toast-subscribe-extra-text {
    display: inline;
  }
}

@media (max-width: 978px) and (min-width: 740px) {
  .toast-email-signup-container {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media (max-width: 500px) {
  .toast-email-signup-container {
    padding: 0;
  }
}

.error-styles .error-page {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 300px;
  padding-bottom: 300px;
  color: #ffffff;
  font-family: "PressuraLight", Courier;
}
.error-styles .error-page p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.3em;
}
.error-styles .error-page a {
  color: #ff0b3a;
  text-decoration: none;
}
.error-styles .error-page a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.error-styles .logo {
  float: left;
}
.error-styles .logo svg {
  width: 30px;
  padding: 0px !important;
  margin-bottom: 30px;
}
.error-styles .clear {
  clear: both;
}

@media (max-width: 400px) {
  .error-styles .error-page {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-expiration-notice {
  color: #ff0b3a;
}

.print-only {
  display: none;
}

@media print {
  .stream,
.stream-collection,
header,
.letter-tools,
.post-footer,
.promo-full-bleed,
.letter-deck,
.DC-note-container,
.email-onboard-container-wrapper,
.email-onboard,
.footer,
.share-tools,
.sidebar-series,
.post-lead-photo,
.photo-lead-caption,
.post-timestamp,
.base-feature-header .timestamp,
.house-ad,
.hide-print,
.email-signup-v2-js,
.toast-notifications-container,
.post-annotation-shim {
    display: none;
  }
  .stream img,
.stream .meta,
.stream-collection img,
.stream-collection .meta,
header img,
header .meta,
.letter-tools img,
.letter-tools .meta,
.post-footer img,
.post-footer .meta,
.promo-full-bleed img,
.promo-full-bleed .meta,
.letter-deck img,
.letter-deck .meta,
.DC-note-container img,
.DC-note-container .meta,
.email-onboard-container-wrapper img,
.email-onboard-container-wrapper .meta,
.email-onboard img,
.email-onboard .meta,
.footer img,
.footer .meta,
.share-tools img,
.share-tools .meta,
.sidebar-series img,
.sidebar-series .meta,
.post-lead-photo img,
.post-lead-photo .meta,
.photo-lead-caption img,
.photo-lead-caption .meta,
.post-timestamp img,
.post-timestamp .meta,
.base-feature-header .timestamp img,
.base-feature-header .timestamp .meta,
.house-ad img,
.house-ad .meta,
.hide-print img,
.hide-print .meta,
.email-signup-v2-js img,
.email-signup-v2-js .meta,
.toast-notifications-container img,
.toast-notifications-container .meta,
.post-annotation-shim img,
.post-annotation-shim .meta {
    display: none;
  }
  .print-only {
    display: block;
  }
  @page {
    size: auto;
    margin: 0.5in 0.5in 0.5in 0.5in;
  }
  body {
    margin-top: 0 !important;
    background-color: #fff !important;
  }
  * {
    transition: none !important;
  }
  .container {
    max-width: 7in;
    padding: 0;
  }
  .container aside {
    position: static;
    float: none;
  }
  .container aside.col4 {
    width: 100%;
    margin: 0;
    float: none;
  }
  .container aside .inner {
    position: static;
  }
  .container aside .inner div.post-byline {
    max-width: 100%;
    margin: 0;
  }
  .container aside .inner div.post-byline a {
    font-size: 12px !important;
    color: #000;
  }
  .container aside .inner .post-producers {
    max-width: 100%;
    margin-top: 0;
  }
  .container aside .inner .post-short-rule {
    display: none;
  }
  .container .post-byline-shim {
    margin-top: 5mm;
  }
  .container .post-rubric-description {
    max-width: 100%;
  }
  .compress-post-header {
    margin: 15mm 0;
  }
  .base-feature-header {
    padding-top: 0;
    margin-bottom: 15mm;
  }
  .base-feature-header h1.headline {
    font-size: 36pt;
  }
  .base-feature-header .deck {
    margin-left: 0;
  }
  .base-feature-header .date {
    margin-bottom: 0;
    color: #000;
  }
  .base-feature-header .img-caption {
    line-height: 1.3;
  }
  .post-date {
    margin-bottom: 0;
  }
  .photo-max-shim,
.photo-max-shim .photo-max,
.fullbleed-container {
    position: static;
    width: 7in !important;
    max-width: 7in !important;
    height: auto !important;
    margin: auto !important;
  }
  .photo-max-shim img,
.photo-max-shim .meta,
.photo-max-shim .photo-max img,
.photo-max-shim .photo-max .meta,
.fullbleed-container img,
.fullbleed-container .meta {
    display: block;
    width: 7in;
    max-width: 7in;
    margin: auto;
    float: none;
  }
  .photo-max-shim img,
.photo-max-shim .photo-max img,
.fullbleed-container img {
    padding-bottom: 20px;
  }
  article {
    width: 7in;
    margin: 0 auto;
  }
  article > * {
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;
  }
  article p {
    font-size: 12pt;
    margin-bottom: 16px;
    line-height: 1.7;
  }
  article a {
    font-size: 12pt !important;
  }
  article a[href]:after {
    content: none !important;
  }
  article iframe {
    display: none;
  }
  article .post-header {
    margin-top: 0;
    margin-bottom: 20px;
  }
  article .post-subhead {
    font-size: 20pt;
  }
  article .post-deck {
    font-size: 14pt;
  }
  article .post-headline {
    font-size: 28pt;
  }
  article blockquote {
    font-family: "MillerBold";
    font-weight: 500;
    border-left: 3px black solid !important;
    margin: 15mm 0;
    padding-bottom: 0;
    padding-top: 0;
    background-color: transparent;
  }
  article blockquote p {
    margin-bottom: 0;
  }
  article .sans-serif-dropcap {
    float: none;
    line-height: inherit;
    font-size: inherit;
    padding: 0;
    font-family: inherit;
    margin-right: -3px;
  }
  article .post-quote-sidebar-shim {
    font-size: 0.5em !important;
    margin-bottom: 0px;
  }
  article .meta {
    font-size: 0.6em !important;
  }
  article .photo-max-shim .photo-max {
    padding: 10mm 0;
  }
  article .photo,
article .photo-inline-shim,
article .photo-inline {
    page-break-inside: avoid;
  }
  article .photo img,
article .photo .meta,
article .photo-inline-shim img,
article .photo-inline-shim .meta,
article .photo-inline img,
article .photo-inline .meta {
    page-break-inside: avoid;
  }
  article .photo-sidebar-shim {
    position: static;
    display: block;
    max-width: 3.5in;
    width: 3.5in;
    float: none;
    padding: 20px 0;
    padding-left: 0;
    margin: auto;
  }
  article .photo-sidebar-shim .photo-sidebar {
    position: static;
    width: 100%;
    float: none;
    padding: 0;
  }
  article .photo-sidebar-shim img,
article .photo-sidebar-shim .meta {
    margin-top: 0px;
    margin-bottom: 0;
    text-align: left !important;
    width: 100%;
    padding-left: 0;
  }
  article .photo-sidebar-shim .meta .caption p {
    margin-top: 0;
  }
  article .photo-inline-shim,
article .photo-full-shim {
    margin: 10mm 0;
    max-width: 6.65625in;
    width: 6.65625in;
    margin-left: 33px;
  }
  article .photo-inline {
    margin-bottom: 0;
  }
  article .photo-inline img,
article .photo-full img {
    vertical-align: top;
    margin-top: 0px;
    max-width: 48%;
    display: inline-block;
  }
  article .photo-inline .meta,
article .photo-full .meta {
    vertical-align: top;
    display: inline-block;
    max-width: 48%;
    font-size: 14pt !important;
    padding-left: 40px;
  }
  article .photo .meta .caption {
    margin-top: 0px;
  }
  article .photo .meta .caption p {
    line-height: 1.3;
  }
  article .post-annotation-2-body {
    position: static !important;
    margin-bottom: 16px;
  }
  article .post-annotation-2-body .body-inner {
    position: static;
    max-width: 100%;
    width: 100%;
  }
  article .post-annotation-2-body .body-inner .content {
    margin-top: 0;
  }
  article .shortcode-subhead {
    margin: 15mm 0 5mm;
  }
  article .shortcode-sidebar-note-inner {
    position: static;
  }
  article .sidebar-toc {
    display: none;
  }
  article div {
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
         print-color-adjust: exact;
  }
  article .g-inline-static-tablet,
article .g-inline-static-headline,
article .g-inline-static-credit,
article .g-deck {
    margin-left: 0 !important;
  }
  article .ai2html {
    display: none;
  }
  article .g-solitary {
    display: none;
  }
  article .g-pano-meta,
article .g-201606transport-wrapper {
    display: none;
  }
  .vertical-hed-type {
    width: 100%;
    position: static;
    transform: none;
    text-align: left;
  }
  .vertical-hed-type .vertical-hed-text {
    position: static;
    transform: none;
    padding: 0;
  }
  .vertical-hed-img {
    display: none;
  }
  .vertical-hed-container {
    background-color: white;
  }
  .vertical-hed-container h1 {
    font-size: 40px;
  }
  .vertical-hed-container .vertical-hed-content {
    height: auto;
    min-height: auto;
    max-width: 7in;
    margin: auto;
    text-align: left;
  }
  .vertical-hed-outer-container {
    margin-bottom: 0;
  }
}
.mobile .topshelf-container-hide-mobile {
  display: none;
}

.mobile .topshelf,
.mobile .topshelf-dock {
  display: none;
  height: 0;
}

.topshelf-dock {
  display: inline;
}

.topshelf {
  background-color: #ececea;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  height: 108px;
}

.topshelf-wrapper {
  width: 100%;
}
.topshelf-wrapper .nav,
.topshelf-wrapper .ul-wrap {
  float: left;
}
.topshelf-wrapper .nav {
  position: relative;
  width: 196px;
  border-right: 1px solid #ccc;
}
.topshelf-wrapper .left-arrow,
.topshelf-wrapper .right-arrow {
  opacity: 0.3;
  width: 30px;
  background: #eee;
}
.topshelf-wrapper .left-arrow img,
.topshelf-wrapper .right-arrow img {
  width: 10px;
}
.topshelf-wrapper .left-arrow svg polygon,
.topshelf-wrapper .right-arrow svg polygon {
  fill: #ff0b3a;
}
.topshelf-wrapper .left-arrow svg line,
.topshelf-wrapper .right-arrow svg line {
  stroke: #ff0b3a;
}
.topshelf-wrapper .left-arrow.active,
.topshelf-wrapper .right-arrow.active {
  cursor: pointer;
  opacity: 1;
}
.topshelf-wrapper .left-arrow.active:hover svg polygon,
.topshelf-wrapper .right-arrow.active:hover svg polygon {
  fill: #ff0b3a;
}
.topshelf-wrapper .left-arrow.active:hover svg line,
.topshelf-wrapper .right-arrow.active:hover svg line {
  stroke: #ff0b3a;
}
.topshelf-wrapper .right-arrow,
.topshelf-wrapper .left-arrow {
  width: 25px;
  margin: 0 auto;
}
.topshelf-wrapper .ul-wrap {
  width: 500px;
  overflow: hidden;
  width: calc(100% - 265px);
  border-right: 1px solid #ccc;
}
.topshelf-wrapper .transition-active {
  transition: left 0.5s ease-in-out;
}
.topshelf-wrapper ul {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 108px;
  left: 0;
}
.topshelf-wrapper li {
  border-right: 1px solid #f6f6f4;
  position: relative;
  margin: 0;
  padding: 15px 20px;
  float: left;
  display: block;
  list-style: none;
  height: 100%;
}
.topshelf-wrapper li a:hover {
  text-decoration: none;
}
.topshelf-wrapper .home-topshelf-image {
  margin: 0 15px 50% 0px;
  float: left;
  height: 72px;
  width: 60px;
  margin-top: 2px;
  background-size: cover;
  background-position: 50%;
}
.topshelf-wrapper .topshelf-dropdown {
  height: 108px;
  position: relative;
}
.topshelf-wrapper .topshelf-title {
  position: absolute;
  z-index: 1000;
  padding: 10px 10px 10px 15px;
  margin-left: -15px;
  margin-right: 20px;
  width: 200px;
  color: #ff0b3a;
  margin-top: 5px;
  font-family: "Pressura";
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 14px;
}
.topshelf-wrapper .topshelf-title svg {
  margin-bottom: 3px;
  width: 8px;
}
.topshelf-wrapper .topshelf-title svg polygon {
  fill: #ff0b3a;
}
.topshelf-wrapper .topshelf-title.active {
  background-color: #ff0b3a;
  color: #111;
  border-bottom: 1px solid #353535;
}
.topshelf-wrapper .topshelf-title.active svg polygon {
  fill: #111;
}
.topshelf-wrapper .topshelf-desc {
  position: absolute;
  top: 40px;
  overflow: hidden;
  color: #888;
  width: 180px;
  display: block;
  padding: 0px 0px 0px 0px;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  text-transform: none;
  display: block;
  line-height: 1.3em;
  margin-top: 0px;
}
.topshelf-wrapper .topshelf-desc a {
  text-decoration: underline;
}
.topshelf-wrapper .topshelf-desc a:hover {
  text-decoration: underline;
}
.topshelf-wrapper .topshelf-desc-links {
  margin-top: 7px;
  font-size: 12px;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}
.topshelf-wrapper .topshelf-desc-links a {
  margin-right: 30px;
  text-transform: uppercase;
  color: #ff0b3a;
  text-decoration: none;
}
.topshelf-wrapper .topshelf-desc-links a:hover {
  text-decoration: underline;
}
.topshelf-wrapper .topshelf-desc-links a:last-child {
  margin-right: 0px;
}
.topshelf-wrapper .topshelf-picker {
  display: none;
  position: absolute;
  top: 44px;
  left: -15px;
  width: 200px;
  z-index: 50;
}
.topshelf-wrapper .topshelf-picker .picker-item {
  cursor: pointer;
  width: 100%;
  padding: 10px 10px 10px 15px;
  color: #fff;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #111;
  line-height: 17px;
  border-bottom: 1px solid #353535;
}
.topshelf-wrapper .topshelf-picker .picker-item:hover {
  background-color: #ff0b3a;
  color: #111;
}
.topshelf-wrapper .topshelf-picker .picker-item:hover svg polygon {
  fill: #111;
}
.topshelf-wrapper .topshelf-picker .picker-item:last-child {
  border-bottom: 0;
}
.topshelf-wrapper .topshelf-fb-sharecount {
  font-size: 13px;
  padding-top: 8px;
  color: #888;
}

.topshelf-input {
  margin-top: 3px;
  float: left;
  background-color: #f6f6f4;
  border: none;
  height: 30px;
  margin-top: 4px;
  width: 85%;
  font-family: "PressuraLight";
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  line-height: 16px;
  color: #111;
  padding: 0px 0px 0px 10px;
  border-left: 1px solid #ececea;
  -webkit-appearance: none;
  border-radius: 0;
}

.topshelf-input:focus {
  outline: 0;
}

.topshelf-button {
  margin-top: 3px;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  float: left;
  background-color: #888;
  border: none;
  margin-top: 4px;
  height: 30px;
  width: 15%;
  color: #fff;
  font-size: 14px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0px !important;
}

.topshelf-button:hover {
  cursor: pointer;
  background-color: #ff0b3a;
  color: #111;
}

.topshelf-button:focus {
  outline: 0;
}

.topshelf-link {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}
.topshelf-link a {
  color: #888;
}
.topshelf-link a:hover {
  text-decoration: none;
}
.topshelf-link span {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #888;
  text-transform: none;
  font-size: 11px;
}

.topshelf-height-tester {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.3em;
}

.topshelf-headline {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.3em;
  max-height: 55px;
  overflow: hidden;
  position: relative;
}
.topshelf-headline a {
  color: #111;
}
.topshelf-headline span {
  color: #888;
}
.topshelf-headline.truncate::after {
  content: " ...";
}

.topshelf-opening-statement-blurb {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3em;
  color: #111;
}
.topshelf-opening-statement-blurb span {
  font-weight: bold;
}

.topshelf-controls {
  width: 60px;
  float: left;
  margin-top: 15px;
}
.topshelf-controls svg {
  width: 25px;
  height: 10px;
}

.topshelf-counter {
  text-align: center;
  padding: 10px 0px 10px 0px;
  font-family: Miller;
  font-style: Italic;
  color: #888;
  font-size: 15px;
}

@media (max-width: 850px) {
  .home-topshelf-image {
    display: none;
  }
  .topshelf-opening-statement-blurb {
    font-size: 12px;
  }
}
.topshelf-collection {
  height: 340px;
  margin: 0;
  background-color: #fff;
  padding-top: 40px;
}
.topshelf-collection .topshelf-name {
  position: absolute;
  margin-top: -23px;
  margin-left: 50px;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  background-color: #1fbec3;
  padding: 9px 16px 10px 16px;
  text-transform: uppercase;
  color: #fff;
}
.topshelf-collection .topshelf-name span {
  text-transform: none;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}
.topshelf-collection .topshelf-os-name {
  position: absolute;
  margin-top: -23px;
  margin-left: 50px;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  background-color: #1fbec3;
  padding: 9px 0px 10px 16px;
  text-transform: uppercase;
  color: #fff;
}
.topshelf-collection .topshelf-os-name span {
  text-transform: none;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin-left: 8px;
  font-size: 12px;
  padding: 13px;
  background-color: #fff;
  color: #111;
}
.topshelf-collection .topshelf-os-name a {
  color: #ff0b3a;
}
.topshelf-collection .topshelf-inner {
  margin: 10px;
  background-color: #888888;
  border-radius: 3%;
  height: 240px;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-family: "Miller", Georgia, serif;
  font-weight: 500;
}
.topshelf-collection .topshelf-inner a {
  color: #fff;
}
.topshelf-collection .topshelf-inner a:hover {
  color: #fff;
}
.topshelf-collection b {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
}
.topshelf-collection .topshelf-inner {
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  line-height: 1.2em;
  font-size: 19px;
  color: #fff;
  border: 1px solid #cececc;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.topshelf-collection .topshelf-inner .logo {
  margin-bottom: 5px;
}
.topshelf-collection .topshelf-inner .link {
  flex: none;
  max-width: 70%;
  flex: 70%;
  -webkit-font-smoothing: antialiased;
}
.topshelf-collection .topshelf-inner .link:after,
.topshelf-collection .topshelf-inner .title-card-desc {
  content: attr(data-updated);
  font-family: PressuraLight;
  font-size: 12px;
  padding-top: 5px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}
.topshelf-collection .topshelf-inner .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(11, 11, 11, 0.6);
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.topshelf-collection .topshelf-inner .overlay svg polygon {
  fill: #fff !important;
}
.topshelf-collection .topshelf-inner .overlay svg path {
  fill: #fff !important;
}
.topshelf-collection .topshelf-inner .overlay:hover {
  background-color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.topshelf-collection .topshelf-inner .overlay:hover a {
  color: #fff;
}
.topshelf-collection .topshelf-inner .overlay.no-hover {
  cursor: default !important;
  background-color: #fff !important;
}
.topshelf-collection .topshelf-inner:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.topshelf-collection .topshelf-inner.title-card {
  font-size: 30px;
  color: #888 !important;
  line-height: 1em;
}
.topshelf-collection .topshelf-inner.title-card .link:after,
.topshelf-collection .topshelf-inner.title-card .title-card-desc {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: none;
}
.topshelf-collection .topshelf-inner.title-card .link:after a,
.topshelf-collection .topshelf-inner.title-card .title-card-desc a {
  text-decoration: underline;
}
.topshelf-collection .topshelf-inner.title-card .link:after a:hover,
.topshelf-collection .topshelf-inner.title-card .title-card-desc a:hover {
  color: #ff0b3a !important;
  text-decoration: underline;
}
.topshelf-collection .topshelf-inner.title-card .overlay:hover a {
  color: #888 !important;
}
.topshelf-collection .topshelf-inner.title-card .overlay a:hover {
  color: #ff0b3a !important;
}
.topshelf-collection .quickreads-rubric {
  font-family: font-detail-bold;
}
.topshelf-collection .quickreads-time {
  font-family: font-detail;
}
.topshelf-collection .topshelf-wrapper ul {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.topshelf-collection .topshelf-wrapper li {
  border-right: none;
  flex: 0 0 25%;
  margin: 0;
  padding: 0;
}
.topshelf-collection .no-photo .overlay {
  background: #fff;
}
.topshelf-collection .topshelf-inner.no-photo {
  color: #888;
}
.topshelf-collection .topshelf-inner.no-photo a {
  color: #888;
}
.topshelf-collection .topshelf-inner.no-photo a:hover {
  color: #fff;
}
.topshelf-collection .topshelf-inner.no-photo {
  color: #888;
}
.topshelf-collection .topshelf-inner.no-photo a {
  color: #888;
}
.topshelf-collection .topshelf-inner.no-photo a:hover {
  color: #fff;
}
.topshelf-collection .topshelf-inner.records-colors {
  color: #fff;
}
.topshelf-collection .topshelf-inner.records-colors a {
  color: #fff;
}
.topshelf-collection .topshelf-inner.records-colors a:hover {
  color: #fff;
}
.topshelf-collection .records-colors .overlay {
  background: transparent;
}
.topshelf-collection .overlay:hover {
  color: #fff;
}
.topshelf-collection .title-card .overlay:hover {
  color: #888;
}
.topshelf-collection .topshelf-controls {
  margin-top: 55px;
  float: right;
  width: 50px;
}
.topshelf-collection .topshelf-dropdown {
  height: 200px;
}
.topshelf-collection .topshelf-title {
  margin-top: -20px;
  background-color: #f6f6f4;
  color: #fff;
  padding-right: 15px;
  width: auto;
}
.topshelf-collection .topshelf-title:hover {
  background: #f6f6f4;
  border-bottom: none;
  color: #fff;
}
.topshelf-collection .topshelf-desc {
  font-size: 18px;
  margin-top: 10px;
  color: #111;
}
.topshelf-collection .topshelf-headline {
  font-family: "Miller", Georgia, serif;
  font-weight: 500;
}
.topshelf-collection .topshelf-headline b {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
}
.topshelf-collection .left-arrow,
.topshelf-collection .right-arrow {
  background: none;
  margin: 0;
}
.topshelf-collection .left-arrow svg,
.topshelf-collection .right-arrow svg {
  width: 33px;
  height: 13px;
}
.topshelf-collection .left-controls {
  float: left;
}
.topshelf-collection .ul-wrap {
  float: left;
  display: block;
  margin-right: 0;
  border-right: none;
  width: calc(100% - 120px);
}
.topshelf-collection .topshelf-headline {
  max-height: 330px;
}
.topshelf-collection .nav {
  width: 31.7615656014%;
  border-right: none;
}
.topshelf-collection .topshelf-counter {
  display: none;
}
.topshelf-collection .topshelf-controls {
  margin-top: 115px;
}
.topshelf-collection .nav-circles-wrapper {
  width: 100%;
  position: relative;
}
.topshelf-collection .nav-circles {
  position: absolute;
  left: 50%;
  top: 267px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.topshelf-collection .nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ececea;
  float: left;
  margin-right: 5px;
}
.topshelf-collection .nav-dot:last-child {
  margin-right: 0;
}
.topshelf-collection .nav-dot.active {
  background: #ff0b3a;
}

.topshelf-collection-promos .topshelf-no-img-headline {
  font-size: 18px;
}
.topshelf-collection-promos .topshelf-img {
  width: 100%;
  background-size: cover;
  height: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0px 0px 10px 0px;
}
.topshelf-collection-promos .topshelf-img img {
  width: 100%;
}

.mobile .topshelf-collection {
  margin: 0;
  margin-top: 40px;
  margin-bottom: -1px;
}
.mobile .topshelf-collection .topshelf-os-name span {
  display: none;
}
.mobile .topshelf-collection .topshelf-os-name {
  padding-right: 16px;
}
.mobile .topshelf-collection .topshelf-controls {
  width: 30px;
}
.mobile .topshelf-collection .topshelf-name {
  margin-left: 30px;
}
.mobile .topshelf-collection .ul-wrap {
  width: calc(100% - 60px);
}
.mobile .topshelf-collection .left-arrow svg,
.mobile .topshelf-collection .right-arrow svg {
  width: 20px;
}
.mobile .topshelf-collection .left-arrow {
  margin-left: -10px;
}
.mobile .topshelf-collection .right-arrow {
  margin-left: 20px;
}
.mobile .topshelf-collection .nav-circles-wrapper {
  display: none;
}

@media only screen and (min-width: 740px) and (max-width: 930px) {
  .topshelf-collection .topshelf-img {
    height: 90px;
  }
}
.tag-page-container {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  padding-top: 12px;
}
.tag-page-container strong {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
}
.tag-page-container a {
  border-bottom: 1px solid #ff0b3a;
}
.tag-page-container a:hover {
  text-decoration: none;
}
@media screen and (min-width: calc(46.1875em + 1px)) {
  .tag-page-container .col4 {
    width: calc(33.33% - 30px);
    margin-right: 40px;
  }
  .tag-page-container .col4:last-child {
    margin-right: 0;
  }
}

.tag-page-module {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 739px) {
  .tag-page-module {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.tag-page-module p {
  margin: 0;
}

.tag-page-hed {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-size: 42px;
}
@media screen and (max-width: 739px) {
  .tag-page-hed {
    font-size: 36px;
  }
}

.tag-page-dek {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-size: 22px;
}
@media screen and (max-width: 739px) {
  .tag-page-dek {
    font-size: 18px;
  }
}

.tag-page-section-hed {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 739px) {
  .tag-page-section-hed {
    font-size: 24px;
  }
}

.tag-page-section-text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 739px) {
  .tag-page-section-text {
    font-size: 16px;
  }
}

.tag-page-signup {
  border: 2px solid #ff0b3a;
  border-radius: 12px;
  padding: 30px;
}
.tag-page-signup .tag-page-section-hed {
  color: #ff0b3a;
}
.tag-page-signup .tag-page-section-text {
  margin-bottom: 0;
}
.tag-page-signup .tag-page-signup-widget {
  padding-left: 15px;
}
.tag-page-signup .tag-page-signup-widget .subscribe-prompt {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.tag-page-signup .tag-page-signup-widget .subscribe-button {
  display: block;
}
@media screen and (max-width: 739px) {
  .tag-page-signup .tag-page-signup-widget {
    padding: 0;
    margin-top: 30px;
  }
  .tag-page-signup .tag-page-signup-widget .subscribe-prompt {
    margin-bottom: 20px;
  }
  .tag-page-signup .tag-page-signup-widget .subscribe-button {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (min-width: calc(46.1875em + 1px)) {
  .tag-page-flex-wrapper.col12 {
    display: flex;
    align-items: stretch;
  }
}

@media screen and (min-width: calc(46.1875em + 1px)) {
  .tag-page-basic.col6:nth-child(2n-1) {
    margin-right: 0;
    padding-right: 40px;
    border-right: 1px solid #cececc;
  }
  .tag-page-basic.col6:nth-child(2n) {
    padding-left: 40px;
  }
}
@media screen and (max-width: 739px) {
  .tag-page-basic:first-child {
    margin-bottom: 40px;
  }
}

.tag-page-list-hed {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #888888;
}
@media screen and (max-width: 739px) {
  .tag-page-list-hed {
    font-size: 14px;
  }
}

.tag-page-story-list {
  padding-left: 0;
}
.tag-page-story-list li {
  font-size: 18px;
  line-height: 1.6;
  list-style-type: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 739px) {
  .tag-page-story-list li {
    font-size: 16px;
  }
}
.tag-page-story-list li a {
  margin-right: 5px;
}

.tag-page-story-timestamp {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  color: #888;
  display: inline-block;
}

.tag-page-visual img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.tag-page-visual a {
  border-bottom: none;
}
.tag-page-visual a p {
  font-size: 18px;
  line-height: 1.6;
  border-bottom: 1px solid #ff0b3a;
  display: inline;
  margin-right: 5px;
}
@media screen and (max-width: 739px) {
  .tag-page-visual a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 46.1875em) and (min-width: 520px) {
  .tag-page-visual a {
    display: flex;
    align-items: center;
  }
  .tag-page-visual img {
    width: 50%;
    flex-basis: 50%;
    padding-right: 20px;
  }
  .tag-page-visual .tag-page-visual-text {
    flex-basis: 50%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 519px) {
  .tag-page-visual img {
    margin-bottom: 10px;
  }
  .tag-page-visual .tag-page-visual-text {
    margin-bottom: 40px;
  }
}

.tag-page-donate {
  text-align: center;
  border-top: 1px solid #cececc;
  border-bottom: 1px solid #cececc;
  padding: 60px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tag-page-donate .donate-button {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

.tag-page-all {
  margin-bottom: 0;
}
.tag-page-all .tag-page-section-hed {
  margin-bottom: 0;
}

.tag-page-stream > :first-child .promo-full-bleed .container {
  border-top: none;
}
@media screen and (min-width: calc(46.1875em + 1px)) {
  .tag-page-stream > :first-child .promo-full-bleed .container .promo-shim-special {
    min-height: 300px;
    margin-bottom: 30px;
  }
}
.tag-page-stream > :first-child .promo-rule {
  border-top: none;
}

.the-system-tag-page {
  background-color: #e5e5e5;
  overflow-x: hidden;
}
.the-system-tag-page .tag-page-container {
  margin-bottom: 120px;
}

.system-page-container {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 739px) {
  .system-page-container {
    margin-top: 30px;
  }
}

.system-page-logo {
  max-width: 100%;
}

.system-page-background-image {
  position: absolute;
  top: 213px;
  left: 20%;
  width: 116%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .system-page-background-image {
    top: 201px;
    left: 18%;
    width: 115%;
  }
}
@media screen and (max-width: 739px) {
  .system-page-background-image {
    top: 0;
    padding-top: 19%;
    left: 16%;
    width: 129%;
  }
}

.system-page-text-container {
  margin-bottom: 90px;
  padding-top: 50px;
  font-size: 25px;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .system-page-text-container {
    padding-right: 15%;
  }
}
@media (max-width: 1040px) {
  .system-page-text-container {
    font-size: 20px;
  }
}
@media screen and (max-width: 739px) {
  .system-page-text-container {
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 16px;
    padding-top: 93%;
  }
}
@media (max-width: 500px) {
  .system-page-text-container {
    padding-top: 100%;
  }
}

.tag-page-subhed {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #ff0b3a;
  font-size: 35px;
  margin-bottom: 70px;
}
@media (max-width: 1040px) {
  .tag-page-subhed {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 739px) {
  .tag-page-subhed {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.container .system-page-signup-container {
  background-color: #fff;
  padding: 25px;
}
.container .system-page-signup-container .inline-signup {
  margin: 0;
}
@media screen and (max-width: 739px) {
  .container .system-page-signup-container {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

.system-page-weeks-container {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  padding-right: 70px;
  position: relative;
}
@media (max-width: 1080px) {
  .system-page-weeks-container {
    padding-right: 0;
  }
}
@media screen and (max-width: 739px) {
  .system-page-weeks-container {
    flex-wrap: wrap;
  }
}

.system-page-week-container {
  display: inline-block;
  flex: 1 1 auto;
  padding-right: 10px;
}
@media screen and (max-width: 739px) {
  .system-page-week-container {
    flex: 0 1 50%;
    padding-bottom: 10px;
    padding-right: 5px;
  }
  .system-page-week-container:nth-child(2n) {
    padding-right: 0;
    padding-left: 5px;
  }
}

.system-page-week {
  text-align: center;
  background: linear-gradient(360deg, #fac823 0%, #e4f7fb 77%);
  padding: 20px;
}

.system-page-week-num {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 14px;
}

.system-page-week-title {
  font-family: "Miller", Georgia, serif;
  font-weight: 500;
  color: #ff0b3a;
  font-size: 25px;
  margin-bottom: 10px;
}
@media (max-width: 350px) {
  .system-page-week-title {
    font-size: 22px;
  }
}

.system-page-week-image {
  max-width: 100%;
}

.system-page-coming-soon {
  background: linear-gradient(45deg, #aaa 0%, #ccc 100%);
  flex: none;
  position: absolute;
  right: 0;
  width: 70px;
  top: 0;
  bottom: 0;
}
@media (max-width: 1080px) and (min-width: 740px) {
  .system-page-coming-soon {
    display: none;
  }
}
@media screen and (max-width: 739px) {
  .system-page-coming-soon {
    position: static;
    flex: 1 1 auto;
    width: 100%;
  }
}

.system-page-coming-soon-text {
  padding: 20px 10px 5px 10px;
  display: block;
  transform: rotate(90deg) translateY(-45px);
  transform-origin: top left;
  text-align: center;
  width: 250px;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 739px) {
  .system-page-coming-soon-text {
    width: 100%;
    transform: none;
    padding: 20px;
  }
}

.system-page-section {
  margin-top: 100px;
}
@media screen and (max-width: 739px) {
  .system-page-section {
    margin-top: 50px;
  }
}

.system-page-quote-column {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  background-color: #ff0b3a;
  color: #fff;
  padding: 30px;
}
@media screen and (max-width: 739px) {
  .system-page-quote-column {
    margin-left: 30px;
  }
}

.system-page-quote-mark {
  width: 40px;
  margin-bottom: 20px;
}

.system-page-quote-text {
  font-size: 30px;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .system-page-quote-text {
    font-size: 22px;
  }
}

.system-page-quote-byline {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  padding-right: 33%;
}
@media screen and (max-width: 739px) {
  .system-page-quote-byline {
    padding-right: 0;
  }
}

.system-page-explanation-column {
  padding: 30px;
  padding-bottom: 40px;
}
.system-page-explanation-column h3 {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #ff0b3a;
}
.system-page-explanation-column p {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 739px) {
  .system-page-explanation-column {
    margin-top: 50px;
    padding: 0;
  }
}

.system-page-bottom-signup {
  margin-top: -50px;
}
@media screen and (max-width: 739px) {
  .system-page-bottom-signup {
    margin-top: 0;
  }
}

.the-2015-collection .header {
  padding: 75px 0;
}
.the-2015-collection .content {
  padding: 75px 0 0 0;
}
.the-2015-collection .header {
  background-color: #111;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; /* temp */
  z-index: -2; /* temp */
}
.the-2015-collection .header .header-overlay { /* temp */
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(11, 11, 11, 0.7);
}
.the-2015-collection .header .branding {
  width: 100%;
}
.the-2015-collection .header .logo {
  width: 150px;
  margin: 0 auto;
}
.the-2015-collection .header .headline {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.the-2015-collection .header .updated {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  letter-spacing: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.the-2015-collection .content .col4-inner {
  padding-right: 30px;
  padding-bottom: 30px;
}
.the-2015-collection .content .description {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1.6em;
  font-size: 14px;
  margin-bottom: 35px;
}
.the-2015-collection .content .description:first-letter {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  float: left;
  font-size: 70px;
  line-height: 61px;
  padding-right: 25px;
  padding-bottom: 10px;
}
.the-2015-collection .content .related-tags .related-tag-label {
  font-family: MillerItalic;
  letter-spacing: 0px;
  font-size: 18px;
  padding-bottom: 30px;
}
.the-2015-collection .content .related-tags .related-tag-group {
  margin-top: 30px;
  display: inline-block;
}
.the-2015-collection .content .related-tags .related-tag-button {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin-bottom: 15px;
  margin-right: 15px;
  float: left;
  background-color: #ececea;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.the-2015-collection .content .related-tags .related-tag-button a {
  color: #111;
}
.the-2015-collection .content .related-tags .related-tag-button a:hover {
  color: #111;
}
.the-2015-collection .content .related-tags .related-tag-button-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 30px 10px 30px;
}
.the-2015-collection .content .related-tags .related-tag-button:hover {
  background-color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.the-2015-collection .content .related-tags .related-tag-button:hover a:hover {
  text-decoration: none;
}
.the-2015-collection .content .modules .map {
  padding-bottom: 60px;
}
.the-2015-collection .content .modules .map img {
  width: 100%;
}
.the-2015-collection .content .item {
  padding-bottom: 40px;
  cursor: pointer;
}
.the-2015-collection .content .item .image {
  position: relative;
  float: left;
  background-color: #ececea;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  background-size: cover;
  background-position: 50% 50%;
}
.the-2015-collection .content .item .image .icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
}
.the-2015-collection .content .item .image .icon svg path, .the-2015-collection .content .item .image .icon svg polygon {
  fill: #fff !important;
}
.the-2015-collection .content .item .image-overlay {
  background-color: #111;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  background: rgba(11, 11, 11, 0.4);
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.the-2015-collection .content .item .overlay {
  background: rgba(11, 11, 11, 0.6);
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.the-2015-collection .content .item .text {
  overflow: auto;
}
.the-2015-collection .content .item .text-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.the-2015-collection .content .item .headline {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3em;
}
.the-2015-collection .content .item .headline a:hover {
  text-decoration: none;
}
.the-2015-collection .content .item .headline-hover {
  color: #ff0b3a;
}
.the-2015-collection .content .item .sub-headline {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 10px;
}
.the-2015-collection .content .item .publication {
  margin-bottom: 10px;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.the-2015-collection .content .item .publication span {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}

@media (max-width: 1199px) {
  .collection .header .headline {
    font-size: 100px;
  }
}
@media (max-width: 739px) {
  .collection .content .col4-inner {
    padding-right: 0px;
  }
  .collection .header .headline {
    font-size: 10px;
  }
  .collection .header .updated {
    display: none;
  }
  .collection .content .item .image {
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .collection .content .item {
    border-bottom: 1px solid #cececc;
    padding-top: 40px;
  }
}
.collections {
  -webkit-font-smoothing: antialiased;
}
.collections .header {
  background-color: #111;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.collections .header .overlay {
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 11, 0.8);
  background: linear-gradient(rgba(11, 11, 11, 0.7), rgba(11, 11, 11, 0.91));
}
.collections .header .report {
  position: absolute;
}
.collections .header .index {
  text-align: center;
}
.collections .header .index .logo {
  padding-top: 100px;
  margin-bottom: 75px;
}
.collections .header .index .logo svg {
  width: 50px;
  height: 70px;
}
.collections .header .index .brand {
  font-family: MillerItalic;
  font-size: 12vw;
  line-height: 1.3em;
  margin: 0;
  font-weight: normal;
}
@media (min-width: 1300px) {
  .collections .header .index .brand {
    font-size: 140px !important;
  }
}
.collections .header .index .tagline {
  font-family: PressuraLightItalic;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  line-height: 1.2em;
  color: #888;
  margin-bottom: 100px;
}
.collections .header .index .search {
  margin-bottom: 50px;
}
.collections .header .index .search input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #888;
  padding: 20px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-family: PressuraLight;
  display: block;
  width: 100%;
  line-height: 1.4em;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.collections .header .index .search input:focus {
  outline-width: 0;
}
.collections .header .index .search .no-search-results {
  font-family: Utopia-std;
  font-style: italic;
  text-transform: none;
  font-size: 14px;
  margin-bottom: 40px;
}
.collections .header .index .search .realtime-search-results a {
  color: #ff0b3a !important;
}
.collections .header .index .popular-tags {
  font-family: PressuraLight;
  font-size: 14px;
  line-height: 1.6em;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.collections .header .index .popular-tags a {
  color: #ff0b3a;
  margin-left: 20px;
  margin-right: 20px;
}
.collections .header .index .popular-tags span {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1100px) {
  .collections .header .index .realtime-search-results {
    margin-top: 20px;
  }
}
.collections .header .index .down-arrow {
  font-family: PressuraLight;
  font-size: 40px;
  margin-bottom: 50px;
}
@media (max-width: 739px) {
  .collections .header .index .logo {
    padding-top: 60px;
    margin-bottom: 35px;
  }
  .collections .header .index .brand {
    font-size: 48px;
    margin-bottom: 5px;
  }
  .collections .header .index .tagline {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-transform: none;
    font-family: PressuraLight;
    letter-spacing: 0;
  }
  .collections .header .index .hide-on-mobile {
    display: none;
  }
}
.collections .header .tag {
  position: relative;
}
.collections .header .tag .name {
  font-family: MillerItalic;
  font-size: 9vw;
  line-height: 1em;
  max-width: 700px;
  margin: 0;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .collections .header .tag .name {
    font-size: 100px !important;
  }
}
.collections .header .tag .updated {
  padding-top: 50px;
}
.collections .header .tag .updated .timestamp {
  font-family: Pressura;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.collections .header .tag .updated .timestamp span {
  margin-left: 8px;
  font-family: PressuraLight;
  text-transform: none;
}
.collections .header .tag .updated .date {
  margin-bottom: 300px;
  font-family: PressuraLight;
  font-size: 14px;
  color: #888;
}
.collections .header .tag .tagline {
  font-family: PressuraLightItalic;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  line-height: 1.2em;
  color: #888;
  margin-top: 15px;
  margin-bottom: 50px;
}
.collections .header .tag .home {
  position: absolute;
  right: 25px;
  top: 50px;
  text-align: center;
  width: 100px;
}
.collections .header .tag .home svg {
  width: 50px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 70px;
}
.collections .header .tag .home .brand {
  margin-top: 5px;
  font-family: MillerItalic;
}
.collections .header .tag .home a {
  color: #fff;
}
.collections .header .tag .home a:hover {
  color: #ff0b3a;
  text-decoration: none;
}
.collections .header .tag .home a:hover svg {
  width: 60px;
  height: 80px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 739px) {
  .collections .header .tag .home {
    right: calc(50% - 50px);
  }
  .collections .header .tag .updated {
    display: none;
  }
  .collections .header .tag .name {
    padding-top: 300px;
    text-align: center;
    font-size: 42px;
  }
  .collections .header .tag .tagline {
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 50px;
    text-transform: none;
    font-family: PressuraLight;
    letter-spacing: 0;
  }
}
.collections .content {
  /*    .share-button {
     pointer-events: none;
     opacity: 0.5;
     cursor: default;
  }*/
}
.collections .content .tell-us {
  font-size: 15px;
  font-family: MillerBold;
  color: #111;
  margin-bottom: 30px;
}
.collections .content .tell-us a {
  text-decoration: underline;
  color: #ff0b3a;
}
@media (max-width: 739px) {
  .collections .content .tell-us {
    text-align: center;
  }
}
.collections .content .index .introduction {
  max-width: 700px;
  font-family: Utopia-std;
  line-height: 1.7em;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 739px) {
  .collections .content .index .introduction {
    text-align: center;
  }
}
.collections .content .index .lead {
  font-family: MillerBold;
  text-transform: uppercase;
  font-size: 15px;
}
.collections .content .index .kicker {
  font-family: PressuraLight;
  border-bottom: 1px solid #111;
  display: table;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 1.9em;
}
.collections .content .index ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-left: 0;
}
.collections .content .index li {
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  float: left;
  position: relative;
  margin: 1.5%;
  width: 22%;
  background-color: #ececea;
  font-family: MillerBold;
  font-size: 24px;
  border-radius: 3%;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.collections .content .index li .logo {
  margin-bottom: 5px;
}
.collections .content .index li .link {
  flex: none;
  max-width: 100%;
  flex: 1;
}
.collections .content .index li .link:after {
  content: attr(data-updated);
  font-family: PressuraLight;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}
.collections .content .index li .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(11, 11, 11, 0.7);
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .index li .overlay svg polygon {
  fill: #fff !important;
}
.collections .content .index li .overlay svg path {
  fill: #fff !important;
}
.collections .content .index li .card-tag-name {
  padding-left: 25px;
  padding-right: 25px;
}
.collections .content .index li .hover .overlay {
  background-color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .index li .hover .overlay a {
  color: #fff !important;
}
.collections .content .index li .overlay:hover {
  background-color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .index li .overlay:hover a {
  color: #fff !important;
}
.collections .content .index li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.collections .content .index .photo {
  background-size: cover;
}
.collections .content .index .no-photo {
  background-size: none !important;
}
.collections .content .index .no-photo a {
  color: #ececea !important;
}
.collections .content .index .no-photo .link:after {
  color: #ececea !important;
}
.collections .content .index .no-photo .overlay {
  background: none;
}
.collections .content .index .no-photo .overlay svg polygon {
  fill: #ececea !important;
}
.collections .content .index .no-photo .overlay svg path {
  fill: #ececea !important;
}
@media (max-width: 1050px) {
  .collections .content .index li {
    width: 30.333%;
  }
}
@media (max-width: 800px) {
  .collections .content .index li {
    width: 47%;
  }
}
@media (max-width: 500px) {
  .collections .content .index li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.collections .content .index .hover:hover {
  background-color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .index .hover .link:after,
.collections .content .index .hover a {
  color: #fff;
  webkit-transition: none;
  transition: none;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .index .hover:hover .link:after,
.collections .content .index .hover:hover a {
  color: #fff !important;
  webkit-transition: none;
  transition: none;
  text-decoration: none;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .index .hover .link .logo svg polygon {
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .index .hover:hover .link .logo svg polygon {
  fill: #fff !important;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .col2 {
  display: flex;
  align-items: top;
}
@media (max-width: 850px) {
  .collections .content .col2 {
    display: block;
  }
}
.collections .content .share-button {
  border: 1px solid #111;
  border-radius: 3px;
}
.collections .content .share-button:hover {
  border: 1px solid #ff0b3a;
}
.collections .content .index .share-tools {
  width: 180px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .collections .content .share-tools {
    display: flex;
    width: 180px;
    margin: 0 auto !important;
    margin-bottom: 40px !important;
  }
}
.collections .content .tag {
  margin-top: 50px;
}
@media (max-width: 739px) {
  .collections .content .tag .introduction {
    text-align: center;
  }
  .collections .content .tag .related-tags {
    display: none;
  }
  .collections .content .tag .back,
.collections .content .tag .push-down {
    text-align: center;
  }
}
.collections .content .tag .sidebar {
  flex: 1;
  margin-right: 50px;
}
.collections .content .tag .sidebar .kicker {
  margin-bottom: 15px;
}
.collections .content .tag .main {
  width: 65.8807828007%;
}
@media (max-width: 850px) {
  .collections .content .tag .sidebar {
    flex: 0;
    margin-right: 0;
  }
  .collections .content .tag .main {
    width: 100%;
  }
}
.collections .content .tag .toggle {
  text-align: left;
}
@media (max-width: 749px) {
  .collections .content .tag .toggle {
    text-align: center;
  }
}
.collections .content .tag .introduction {
  font-family: Utopia-std;
  line-height: 1.7em;
  font-size: 16px;
  margin-bottom: 30px;
}
.collections .content .tag .introduction a {
  color: #ff0b3a;
  border-bottom: 1px solid #ff0b3a;
}
.collections .content .tag .introduction a:hover {
  text-decoration: none;
}
.collections .content .tag .lead {
  font-family: MillerBold;
  text-transform: uppercase;
  font-size: 15px;
}
.collections .content .tag .kicker {
  font-family: PressuraLight;
  border-bottom: 1px solid #111;
  display: table;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.9em;
}
@media (max-width: 739px) {
  .collections .content .tag .kicker {
    margin-left: auto;
    margin-right: auto;
  }
}
.collections .content .tag .back {
  margin-bottom: 50px;
}
.collections .content .tag .posts-push-down,
.collections .content .tag .links-push-down {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 739px) {
  .collections .content .tag .posts-push-down,
.collections .content .tag .links-push-down {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.collections .content .tag .expandable {
  display: none;
}
.collections .content .tag .links-container ul.recent,
.collections .content .tag .links-container ul.popular {
  padding: 0;
}
.collections .content .tag .item {
  display: flex;
  align-items: center;
}
.collections .content .tag .item .media {
  margin-right: 20px;
  position: relative;
}
.collections .content .tag .item .media .photo {
  border-radius: 5%;
  width: 80px;
  height: 80px;
  background-color: #ececea;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.collections .content .tag .item .media .no-photo {
  border-radius: 5%;
  width: 80px;
  height: 80px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .tag .item .media .no-photo svg {
  margin: 30px;
}
.collections .content .tag .item .media .no-photo svg polygon {
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #ececea !important;
}
.collections .content .tag .item .media .no-photo svg path {
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #ececea !important;
}
.collections .content .tag .item .media .overlay {
  border-radius: 5%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(11, 11, 11, 0.3);
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .tag .item .media .overlay svg {
  margin: 30px;
}
.collections .content .tag .item .media .overlay svg polygon {
  fill: #fff !important;
}
.collections .content .tag .item .media .overlay svg path {
  fill: #fff !important;
}
.collections .content .tag .item .body {
  flex: 1;
  width: 100%;
}
.collections .content .tag .item .body .meta {
  font-family: PressuraLight;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 7px;
}
.collections .content .tag .item .body .headline {
  font-family: MillerBold;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 6px;
}
.collections .content .tag .item .body .deck {
  line-height: 1.4em;
  font-family: Utopia-std;
  font-size: 16px;
  word-wrap: break-word;
}
.collections .content .tag .item .body .deck-bold {
  font-weight: bold;
}
@media (max-width: 739px) {
  .collections .content .tag .item {
    flex-direction: column;
    text-align: center;
  }
  .collections .content .tag .media {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
.collections .content .tag .report-this-link {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.collections .content .tag .report-this-link:hover {
  color: #ff0b3a;
}
.collections .content .tag .report-this-link:hover svg path {
  fill: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .tag .item-container {
  margin-bottom: 40px;
  position: relative;
}
.collections .content .tag .item-container a:hover {
  text-decoration: none !important;
}
.collections .content .tag .item-container a:hover .overlay {
  background: rgba(11, 11, 11, 0.5);
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .tag .item-container a:hover .no-photo,
.collections .content .tag .item-container a:hover .overlay {
  background-color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .tag .item-container a:hover .no-photo svg polygon,
.collections .content .tag .item-container a:hover .overlay svg polygon {
  fill: #fff !important;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .content .tag .item-container a:hover .no-photo svg path,
.collections .content .tag .item-container a:hover .overlay svg path {
  fill: #fff !important;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .collections-button {
  line-height: 14px;
  border: 1px solid #ff0b3a;
  padding: 6px 14px 7px 14px;
  text-align: center;
  font-size: 14px;
  font-family: Pressura;
  text-transform: uppercase;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: #ff0b3a;
  border-radius: 3px;
  cursor: pointer;
}
.collections .collections-button:hover {
  background-color: #ff0b3a;
  color: #fff;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .collections-button a {
  color: #ffffff;
  text-decoration: none;
}
.collections .collections-button a:hover {
  color: #ffffff;
  text-decoration: none;
}
.collections .record-related-tag-group {
  margin-bottom: 30px;
}
.collections .record-tag-button {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  border: 1px solid #ff0b3a;
  background-color: transparent;
  margin-top: 15px;
  margin-right: 15px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .record-tag-button a {
  color: #ff0b3a;
}
.collections .record-tag-button a:hover {
  color: #fff;
}
.collections .record-tag-button-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 14px 7px 14px;
}
.collections .record-tag-button:hover {
  background-color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .record-tag-button:hover a:hover {
  text-decoration: none;
}
.collections .more {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 25px;
  width: 120px;
}
.collections .toggle {
  font-family: PressuraLight;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.collections .toggle span {
  margin-right: 20px;
}
.collections .toggle span:last-of-type {
  margin-right: 0;
}
.collections .collections-checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  margin-top: 4px;
  margin-right: 7px;
  margin-bottom: -2px;
  cursor: pointer;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .collections-checked {
  border: 5px solid #ff0b3a;
  background-color: #111111;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collections .collections-checkbox-second {
  display: none;
}
@media (max-width: 739px) {
  .collections .toggle span {
    margin-right: 0;
  }
  .collections .collections-checkbox-second {
    margin-top: 10px;
    display: block;
  }
}
.collections .the-homepage {
  background: url(/assets/collections-bg-a126a3dd8afcb59e480e4bb017dfd47f1cb52a2a50f81803e25d81284cf0a875.png);
}
.collections .the-showpage {
  background: url(/assets/collections-bg-a126a3dd8afcb59e480e4bb017dfd47f1cb52a2a50f81803e25d81284cf0a875.png);
}

.the-2015-collection-index .header {
  padding: 75px 0;
  background-color: #111;
}
.the-2015-collection-index .header .branding {
  width: 100%;
}
.the-2015-collection-index .header .logo {
  width: 150px;
  margin: 0 auto;
}
.the-2015-collection-index .header .headline {
  color: #fff;
  text-align: center;
  font-size: 35px;
  letter-spacing: -1px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin-top: 50px;
}
.the-2015-collection-index .header .headline b {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}
.the-2015-collection-index .content {
  padding-top: 75px;
  padding-bottom: 75px;
}
.the-2015-collection-index .content .card-container {
  max-width: 1080px;
  margin: 0 auto;
}
.the-2015-collection-index .content .card-header {
  font-family: MillerItalic;
  font-size: 18px;
  text-align: center;
  margin-bottom: 55px;
}
.the-2015-collection-index .content a {
  text-decoration: none;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.the-2015-collection-index .content a:hover span {
  text-decoration: none;
  color: #ff0b3a;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.the-2015-collection-index .content a:hover svg g polygon {
  fill: #ff0b3a !important;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.the-2015-collection-index .content .card {
  border-radius: 10px;
  width: 250px;
  background-color: #ececea;
  height: 250px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.the-2015-collection-index .content .card .card-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.the-2015-collection-index .content .card .logo {
  margin: 0 auto;
  width: 20px;
}
.the-2015-collection-index .content .card .name {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  color: #888;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}
.the-2015-collection-index .content .card .updated {
  margin: 0 auto;
  text-align: center;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  margin-top: 6px;
}

@media (max-width: 739px) {
  .collection-index .header {
    padding: 45px 0;
  }
  .collection-index .header .headline {
    font-size: 20px;
  }
  .collection-index .content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .collection-index .content .card {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.audioplayer-1 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.audioplayer-1 .card {
  margin-bottom: 40px;
}
.audioplayer-1 .card-image {
  width: 70px;
  height: 70px;
  background-size: cover;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
}
.audioplayer-1 .card-name {
  letter-spacing: 3px;
  text-align: center;
  font-family: Pressura;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1em;
  color: #888888;
  margin: 0 auto;
}
.audioplayer-1 .caption {
  text-align: center;
  font-family: "Miller", Georgia, serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  margin: 0 auto;
  min-height: 30px;
  margin-bottom: 20px;
}
.audioplayer-1 canvas {
  width: 100%;
}
.audioplayer-1 .playhead-svg {
  cursor: pointer;
  -webkit-touch-callout: none;
  margin-top: 20px;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.audioplayer-1 .playhead-svg:hover circle {
  fill: #ff0b3a;
}
.audioplayer-1 .playhead-svg path.play {
  fill: #ff0b3a;
}
.audioplayer-1 .playhead-svg path.load {
  fill: #cececc;
}
.audioplayer-1 .playhead-svg circle {
  fill: #111111;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.audioplayer-1 .playhead-svg .play-button, .audioplayer-1 .playhead-svg .pause-button {
  fill: #f6f6f4;
  opacity: 0;
  -webkit-touch-callout: none;
}
.audioplayer-1 .countdown {
  margin-top: 20px;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  font-family: Pressura;
  text-transform: uppercase;
  font-size: 12px;
  height: 12px;
  line-height: 1.1em;
  color: #888888;
}

.sidebar-toc {
  margin: 0;
  width: 100%;
  position: relative;
}
.sidebar-toc .sidebar-toc-inner {
  border: 1px solid #dadada;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 30%;
  position: absolute;
  margin-top: 10px;
  background: white;
}
.centered .sidebar-toc .sidebar-toc-inner {
  position: static;
  float: left;
  width: 340px;
  margin: 10px 30px 30px 0;
}
@media screen and (max-width: 739px) {
  .sidebar-toc .sidebar-toc-inner, .centered .sidebar-toc .sidebar-toc-inner {
    width: 100%;
    position: static;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .centered .sidebar-toc .sidebar-toc-inner {
    margin-right: 0;
  }
}
.sidebar-toc .sidebar-toc-header {
  background: #e7e7e7;
  width: 100%;
  padding: 9px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.sidebar-toc .sidebar-toc-header a {
  display: flex;
  width: 100%;
  min-height: 30px;
  align-items: center;
}
.sidebar-toc .sidebar-toc-headline {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 10px;
}
.sidebar-toc .sidebar-toc-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.sidebar-toc .sidebar-toc-logo img {
  max-width: 100%;
}
.sidebar-toc ul.sidebar-toc-stories {
  margin: 0 15px 15px 18px;
  font-size: 14px;
  font-family: "acumin-pro";
  list-style-type: none;
  padding-left: 20px;
}
.sidebar-toc ul.sidebar-toc-stories li {
  position: relative;
  padding-bottom: 25px;
  margin: 0;
}
.sidebar-toc ul.sidebar-toc-stories li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  border-left: 1px solid black;
  width: 0px;
}
.sidebar-toc ul.sidebar-toc-stories li:first-child {
  padding-top: 15px;
}
.sidebar-toc ul.sidebar-toc-stories li:last-child {
  padding-bottom: 10px;
}
.sidebar-toc ul.sidebar-toc-stories li:last-child:before {
  bottom: auto;
  height: 8px;
}
.sidebar-toc ul.sidebar-toc-stories .toc-item-link {
  position: relative;
  display: flex;
  align-items: top;
  color: #888888;
  border: none;
}
.sidebar-toc ul.sidebar-toc-stories .toc-item-link:hover {
  color: #ff0b3a;
}
.sidebar-toc ul.sidebar-toc-stories .toc-item-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 100%;
  border-top: 1px solid black;
  width: 15px;
  height: 0;
}
.sidebar-toc ul.sidebar-toc-stories .toc-item-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -17px;
  width: 5px;
  height: 5px;
  border: 1px solid black;
  border-radius: 50%;
  background: white;
}
.sidebar-toc ul.sidebar-toc-stories li.current-post-title .toc-item-link {
  color: black;
}
.sidebar-toc ul.sidebar-toc-stories li.current-post-title .toc-item-link:hover {
  color: #ff0b3a;
}
.sidebar-toc ul.sidebar-toc-stories li.current-post-title .toc-item-link:after {
  background: black;
}
.sidebar-toc ul.sidebar-toc-stories .toc-promo-img {
  display: inline-block;
  flex: 0 0 30px;
  width: 30px;
  height: 20px;
  background-size: cover;
  background-position: center;
}
.sidebar-toc ul.sidebar-toc-stories .toc-promo-img img {
  max-width: 100%;
}
.sidebar-toc ul.sidebar-toc-stories .toc-headline {
  font-size: 14px;
  line-height: 1.2;
  margin-top: -3px;
  margin-left: 7px;
}

.sidebar-series {
  position: relative;
  margin: 0;
}
.sidebar-series .inner {
  position: absolute;
  width: 40%;
  max-width: 250px;
  font-size: 12px;
  line-height: 1.7em;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}
.sidebar-series .freeform {
  margin-bottom: 25px;
}
.sidebar-series .rule {
  height: 0px;
  width: 60px;
  border-bottom: 1px solid #111;
  margin-bottom: 25px;
}
.sidebar-series .related {
  list-style-type: none;
  -webkit-padding-start: 0px;
  padding-left: 0;
  font-size: 12px;
}
.sidebar-series .label {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.sidebar-series .item {
  margin-bottom: 20px;
}
.sidebar-series .item .date {
  color: #888;
  margin-bottom: 10px;
}
.sidebar-series .item .headline {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 739px) {
  .sidebar-series .inner {
    max-width: 100%;
    position: initial;
    width: 100%;
    margin-bottom: 40px;
  }
}
.email-onboard-container-wrapper.rendered {
  border-bottom: 1px solid #cececc;
}

body.mobile .archive-link, body.tablet .archive-link {
  display: none;
}

.email-onboard {
  color: #111111;
  border: none;
  font-family: "Pressura", Courier;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 1.5em;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  margin: 0 auto;
}
.email-onboard .copy {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 5px;
}
.email-onboard .title {
  color: #ff0b3a;
  padding-right: 10px;
}
.email-onboard .body {
  padding-right: 10px;
  font-family: "PressuraLight", Courier;
}
.email-onboard .archive-link {
  color: #ff0b3a;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: "PressuraLight", Courier;
  font-size: 10px;
  text-decoration: underline;
}
.email-onboard .checkbox-outer {
  cursor: pointer;
}
.email-onboard .fakebox {
  font-family: "PressuraLight", Courier;
  background-color: none;
  border: 2px solid #ff0b3a;
  font-size: 16px;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-right: 0px;
  display: inline-block;
  text-align: center;
  line-height: 12.5px;
  color: #ff0b3a;
  cursor: pointer;
}
.email-onboard .archive-link:hover {
  color: #111;
}
.email-onboard .form {
  display: inline-block;
}
.email-onboard .form.float-right {
  float: right;
}
.email-onboard .form .email-address {
  border-radius: 3px 0 0 3px;
  font-family: "PressuraLight", Courier;
  display: inline-block;
  height: 35px;
  background-color: #ececea;
  margin-bottom: 30px;
  margin-bottom: 0px;
  padding: 4px 8px 4px 10px;
  border-left: 1px solid #ececea;
  border: 1px solid #ff0b3a;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(100% - 80px);
}
.email-onboard .form .email-address:focus, .email-onboard .form .submit:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.email-onboard .form .submit {
  font-family: "Pressura", Courier;
  display: inline-block;
  height: 35px;
  background-color: #ff0b3a;
  margin-left: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #ffffff;
  border: 1px solid #ff0b3a;
  border-radius: 0 3px 3px 0;
  padding: 4px 10px 5px 10px;
  cursor: pointer;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 80px;
}
.email-onboard .form .submit[disabled] {
  background-color: #111;
  cursor: default;
}
@media (max-width: 400px) {
  .email-onboard .form .submit {
    width: 100%;
  }
}
.email-onboard .form .response {
  color: #ff0b3a;
  font-family: PressuraLight;
  display: inline-block;
  padding-top: 10px;
}
.email-onboard .checkboxes {
  display: inline-block;
  padding-left: 15px;
}
.email-onboard.marketing-signup-standalone {
  margin-bottom: 40px;
  width: 100%;
}
.email-onboard.marketing-signup-standalone .title, .email-onboard.marketing-signup-standalone .body {
  display: none;
}
.email-onboard.marketing-signup-standalone .form {
  margin: auto;
  max-width: 400px;
  width: 100%;
  float: none;
  display: block;
  position: relative;
}
.email-onboard.marketing-signup-standalone .form input {
  font-size: 18px;
  height: 40px;
  letter-spacing: -1px;
  padding: 0px 0 0 20px;
  border-radius: 0;
}
.email-onboard.marketing-signup-standalone .form .response {
  top: -50px;
  margin-top: 0;
  font-size: 16px;
}
.email-onboard.marketing-signup-standalone .form .email-address {
  width: 70%;
}
.email-onboard.marketing-signup-standalone .form .submit {
  border-radius: 0;
  height: 40px;
  font-size: 18px;
  width: 30%;
  padding: 0;
  font-family: PressuraLight;
  border: 1px solid #ff0b3a;
  border-left: 0;
}
.email-onboard.marketing-signup-standalone .checkbox-outer {
  line-height: 36px;
}
.email-onboard.marketing-signup-standalone .checkbox-outer .fakebox {
  color: #fff;
}
.email-onboard.marketing-signup-standalone .checkboxes {
  text-transform: uppercase;
  color: #FFF;
  padding: 0;
  font-family: PressuraLight;
  font-size: 18px;
  margin-top: 30px;
}
.email-onboard.marketing-signup-standalone .checkboxes input {
  margin-left: 30px;
}
.email-onboard.marketing-signup-standalone .checkboxes input:first {
  margin-left: 0;
}
.email-onboard.email-onboard-fullbleed .form {
  width: 330px;
}
@media (max-width: 768px) {
  .email-onboard.email-onboard-fullbleed .form {
    width: 100%;
    margin-top: 15px;
    display: block;
  }
  .email-onboard.email-onboard-fullbleed .copy {
    padding-top: 0;
    padding-bottom: 0;
  }
  .email-onboard.email-onboard-fullbleed .email-address {
    width: calc(100% - 80px);
  }
  .email-onboard.email-onboard-fullbleed .submit {
    width: 80px;
  }
}
.email-onboard.email-onboard-inline .copy {
  margin: 0;
  padding: 0;
  width: 49%;
  margin-right: 3%;
  float: left;
}
.email-onboard.email-onboard-inline .form {
  width: 48%;
  float: left;
}
.email-onboard.email-onboard-inline .form .submit {
  width: 80px;
}
.email-onboard.email-onboard-inline .form .email-address {
  width: calc(100% - 80px);
}
.email-onboard.email-onboard-inline .checkboxes {
  width: 19%;
  padding-left: 0;
  float: left;
}
.email-onboard.email-onboard-inline .checkboxes .checkbox-outer {
  float: left;
  font-size: 12px;
  font-family: PressuraLight;
  text-transform: uppercase;
  margin-right: 15px;
}
.email-onboard.email-onboard-inline .checkboxes .fakebox {
  margin-left: 0;
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 9px;
  border-color: #111;
  color: #111;
  border-width: 2px;
}
@media (max-width: 768px) {
  .email-onboard.email-onboard-inline .copy, .email-onboard.email-onboard-inline .form, .email-onboard.email-onboard-inline .checkboxes {
    width: 100%;
    clear: left;
  }
  .email-onboard.email-onboard-inline .email-address {
    margin: 15px 0;
    width: calc(100% - 80px);
  }
  .email-onboard.email-onboard-inline .submit {
    width: 80px;
  }
}

body .photo-essay .email-onboard, body .light-on-dark .email-onboard {
  color: #fff;
}
body .photo-essay .email-onboard .checkboxes .fakebox, body .light-on-dark .email-onboard .checkboxes .fakebox {
  color: #fff;
  border-color: #fff;
}

.email-onboard-fullbleed {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  padding: 20px 0 20px 0;
}
.email-onboard-fullbleed:last-child {
  margin-right: 0;
}
@media screen and (max-width: 739px) {
  .email-onboard-fullbleed {
    float: left;
    display: block;
    margin-right: 38.1982152132%;
    width: 100%;
  }
  .email-onboard-fullbleed:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 739px) {
  .email-onboard-inline {
    float: left;
    display: block;
    margin-right: 38.1982152132%;
    width: 100%;
    margin-left: 0%;
  }
  .email-onboard-inline:last-child {
    margin-right: 0;
  }
}

.email-subscribe-page {
  color: #fff;
  text-align: center;
}
.email-subscribe-page .container {
  max-width: 1000px;
}
.email-subscribe-page .header {
  padding: 80px 0;
  position: relative;
}
.email-subscribe-page .header .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}
.email-subscribe-page .header .headline {
  font-family: PressuraLightItalic;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 3em;
  font-size: 30px;
  text-shadow: 1px 1px #111;
}
.email-subscribe-page .header .colorize {
  color: #ff0b3a;
}
.email-subscribe-page .header h1 {
  margin: 0;
}
.email-subscribe-page .header .logo {
  margin-top: 80px;
}
.email-subscribe-page .content {
  background-color: #111;
  padding: 80px 0;
}
.email-subscribe-page .content .copy {
  font-size: 20px;
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1.8em;
}
.email-subscribe-page .content .copy .lead {
  font-family: "MillerBold", Georgia, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9em;
}
.email-subscribe-page .testimonial {
  padding: 80px 0;
  background-color: #353535;
}
.email-subscribe-page .testimonial h2 {
  margin: 0;
  font-family: MillerItalic;
}
.email-subscribe-page .testimonial .attribution {
  margin-top: 20px;
  display: block;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
}
.email-subscribe-page .testimonial .attribution a {
  color: #fff;
  text-decoration: none;
}
.email-subscribe-page .testimonial .attribution a:hover {
  color: #ff0b3a;
  text-decoration: underline;
}

@media (max-width: 920px) {
  .email-subscribe-page .header .headline {
    font-size: 14px;
    line-height: 3em;
  }
}
.mobile .email-subscribe-page .header {
  padding: 50px 0;
}
.mobile .email-subscribe-page .header .logo {
  margin-top: 50px;
}
.mobile .email-subscribe-page .content {
  padding: 50px 0;
}
.mobile .email-subscribe-page .content .copy {
  font-size: 16px;
}
.mobile .email-subscribe-page .testimonial {
  padding: 50px 0;
}

.mobile .marketing-signup-standalone .title, .mobile .marketing-signup-standalone .body {
  display: none;
}
.mobile .marketing-signup-standalone .form {
  width: 100%;
}
.mobile .marketing-signup-standalone .form input.email-address {
  height: 35px;
  font-size: 12px;
  width: calc(100% - 80px);
  letter-spacing: 0;
  padding: 0px 0 0 10px;
}
.mobile .marketing-signup-standalone .form .submit {
  width: 80px;
  height: 35px;
  font-size: 12px;
  padding: 0;
  font-family: PressuraLight;
}
.mobile .marketing-signup-standalone .checkboxes {
  font-size: 14px;
}
.mobile .marketing-signup-standalone .checkboxes .checkbox-outer {
  line-height: 24px;
  margin-top: 10px;
}

body.landing-unbelievable {
  margin-top: 0;
  background-color: #FFFFFF;
}
body.landing-unbelievable header, body.landing-unbelievable .footer {
  display: none;
}
body.landing-unbelievable .unbelievable-container {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
body.landing-unbelievable .unbelievable-illustration {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body.landing-unbelievable a:link svg, body.landing-unbelievable a:visited svg {
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #111;
}
body.landing-unbelievable a:link svg path, body.landing-unbelievable a:visited svg path {
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #111;
}
body.landing-unbelievable a:hover svg, body.landing-unbelievable a.active svg {
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #7a8a88;
}
body.landing-unbelievable a:hover svg path, body.landing-unbelievable a.active svg path {
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #7a8a88;
}
body.landing-unbelievable .heading {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 50px;
}
body.landing-unbelievable .heading span {
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid black;
  letter-spacing: 4px;
  font-size: 12px;
  line-height: 2.2em;
  font-family: Miller;
}
body.landing-unbelievable .trailer {
  margin-bottom: 50px;
}
body.landing-unbelievable .main-logo {
  position: absolute;
  left: 30px;
  top: 30px;
}
body.landing-unbelievable .call-to-action {
  margin-bottom: 50px;
  text-align: center;
  font-family: Utopia-std;
  font-style: italic;
}
body.landing-unbelievable .email-signup {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
body.landing-unbelievable .email-signup form {
  display: block;
}
body.landing-unbelievable .email-signup .box, body.landing-unbelievable .email-signup .button {
  height: 75px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  line-height: 2.2em;
  float: left;
}
body.landing-unbelievable .email-signup .box {
  width: 65%;
  font-family: Miller;
  color: #17252b !important;
  border: 1px solid #17252b;
  padding-left: 30px;
  border-radius: 0;
}
body.landing-unbelievable .email-signup .button {
  -webkit-appearance: none;
  border-radius: 0;
  width: 35%;
  color: white;
  background-color: #17252b;
  border: none;
  font-family: MillerBold;
  webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
body.landing-unbelievable .email-signup .button:hover {
  background-color: #ff0b3a;
}
body.landing-unbelievable .email-signup input:focus,
body.landing-unbelievable .email-signup textarea:focus {
  outline: none;
}
body.landing-unbelievable .email-signup .response {
  padding-top: 50px;
  text-align: center;
  font-family: Utopia-std;
  font-style: italic;
  width: 100%;
  height: 50px;
  opacity: 0;
}
body.landing-unbelievable .divider {
  margin: 0 auto;
  background: #111;
  height: 40px;
  position: relative;
  width: 1px; /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
body.landing-unbelievable .divider:after {
  background: #111;
  content: "";
  height: 1px;
  left: -20px;
  position: absolute;
  top: 20px;
  width: 40px;
}
@media (max-width: 1010px) {
  body.landing-unbelievable .unbelievable-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 739px) {
  body.landing-unbelievable .unbelievable-container {
    margin-top: 85px;
  }
  body.landing-unbelievable .unbelievable-container .box, body.landing-unbelievable .unbelievable-container .button {
    clear: both;
    width: 100% !important;
  }
  body.landing-unbelievable .unbelievable-container .main-logo {
    left: calc(50% - 94px);
  }
}

.toast-notification {
  position: fixed;
  bottom: 0;
  background-color: #FF0B3A;
  color: #fff;
  height: auto;
  width: 100%;
  transform: translateY(200%);
  transition: 0.5s transform ease-out;
  font-family: "PressuraLight", monospace;
  padding: 12px;
  white-space: nowrap;
  font-size: 16px;
  overflow: hidden;
  cursor: pointer;
  z-index: 500;
}
.toast-notification.toast-active {
  transform: translateY(0);
}
.toast-notification.toast-active .toast-body {
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  font-family: "Pressura", monospace;
}
.toast-notification .close-button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 35px;
  padding: 9px 20px 9px 9px;
  cursor: pointer;
  background-color: #ff0b3a;
  transform: translateY(-50%);
  z-index: 1;
}
.toast-notification .close-button line, .toast-notification .close-button rect {
  fill: #fff;
  stroke: #fff;
}
@media screen and (max-width: 739px) {
  .toast-notification .close-button {
    right: 10px;
  }
}

.toast-notification-content {
  max-width: 1139px;
  margin: auto;
}

.toast-title {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.toast-icon {
  display: inline-block;
  padding-left: 100px;
  font-size: 25px;
  vertical-align: -11%;
}

.toast-body-container {
  overflow-x: hidden;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  min-width: 100vw;
}

.toast-body {
  -webkit-backface-visibility: hidden;
  white-space: nowrap;
  display: inline-block;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}

.toast-link {
  color: #fff;
}

.toast-cta {
  background-color: #fff;
  border-radius: 5px/5px;
  color: #ff0b3a;
  padding: 2px 7px;
  font-size: 15px;
}

@media (max-width: 1199px) {
  .toast-notification-content {
    margin: 0 18px;
  }
}
@media screen and (max-width: 739px) {
  .toast-notification-content {
    margin: auto;
    margin-left: 18px;
  }
  .toast-title {
    font-size: 15px;
    font-family: "Pressura", monospace;
    display: block;
    color: #111;
  }
  .toast-icon {
    padding-left: 0;
    font-size: 26px;
  }
  .toast-cta {
    padding: 1px 5px;
  }
  .toast-notification {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .toast-notification .close-button {
    top: 0;
    transform: none;
    padding-right: 22px;
    width: 42px;
  }
  .toast-notification .close-button rect {
    fill: #111;
  }
}
.toast-notification.toast-email-signup.toast-email-signup-legacy {
  background-color: #f6f6f4;
  border-top: 1px solid #ff0b3a;
  padding: 0;
  white-space: normal;
  cursor: initial;
}
.toast-notification.toast-email-signup.toast-email-signup-legacy .email-onboard-container-wrapper {
  border-bottom: none;
}
@media (max-width: 1230px) and (min-width: 740px) {
  .toast-notification.toast-email-signup.toast-email-signup-legacy .email-onboard {
    padding-right: 30px;
  }
}
.toast-notification.toast-email-signup.toast-email-signup-legacy .close-button {
  background-color: transparent;
}
.toast-notification.toast-email-signup.toast-email-signup-legacy .close-button line, .toast-notification.toast-email-signup.toast-email-signup-legacy .close-button rect {
  fill: #111;
}
@media screen and (max-width: 739px) {
  .toast-notification.toast-email-signup.toast-email-signup-legacy .close-button {
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 5px;
  }
}

.toast-notification.toast-email-signup {
  background-color: #e8e7e5;
  padding: 0;
  white-space: normal;
  cursor: initial;
}
.toast-notification.toast-email-signup .close-button {
  background-color: transparent;
  top: 10px;
  transform: none;
  padding: 10px;
  padding-right: 20px;
}
.toast-notification.toast-email-signup .close-button line {
  fill: #888;
  stroke: #888;
  stroke-width: 2px;
}
@media screen and (max-width: 739px) {
  .toast-notification.toast-email-signup .close-button {
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 5px;
  }
}
@media (max-width: 400px) {
  .toast-notification.toast-email-signup .close-button {
    top: 9px;
  }
}

.house-ad {
  border-top: 1px solid #ff0b3a;
  border-bottom: 1px solid #ff0b3a;
  margin-top: 27px;
  margin-bottom: 60px;
  padding: 40px 0;
}
.house-ad:hover {
  text-decoration: none;
}
.house-ad:hover .house-ad-title {
  text-decoration: underline;
}
.house-ad svg {
  overflow: visible;
}

.house-ad-icon-container {
  display: inline-block;
  width: 180px;
  padding: 0 20px;
  vertical-align: middle;
}

.house-ad-content-container {
  display: inline-block;
  width: calc(100% - 186px);
  color: #ff0b3a;
  vertical-align: middle;
  font-family: Pressura;
  text-decoration: none;
  padding-bottom: 2%;
}

.house-ad-title {
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -3px;
}

.house-ad-body {
  font-size: 21px;
  font-family: PressuraLight;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.2px;
}

.house-ad-icon-frame {
  transition: stroke-dashoffset 1s ease-in-out;
  stroke-width: 0.9px;
  fill: none;
  stroke: #ff0b3a;
  stroke-miterlimit: 10;
}

.house-ad-icon-figure {
  fill: #ff0b3a;
  stroke: #ff0b3a;
}

#house-ad-icon-figure {
  fill: #ff0b3a;
  stroke: #ff0b3a;
}

.house-ad.animate .house-ad-icon-frame {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  animation-direction: reverse;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@media (max-width: 500px) {
  .house-ad {
    padding: 48px 0;
  }
  .house-ad-content-container {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .house-ad-icon-container {
    text-align: center;
    padding: 0;
    width: 55%;
    margin: auto;
    margin-bottom: 30px;
    display: block;
  }
  .house-ad-icon-frame {
    stroke-width: 0.6px;
  }
  .house-ad-title {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .house-ad-body {
    font-size: 18px;
  }
}
.welcome-mat {
  width: 100%;
  background-color: #ececea;
  color: #111;
  padding: 30px 0;
}
.vertical_feature .welcome-mat {
  background-color: #f6f6f4;
}
.commentary .welcome-mat, .centered .welcome-mat {
  text-align: center;
}
.commentary .welcome-mat .welcome-mat-body,
.commentary .welcome-mat .donate-button, .centered .welcome-mat .welcome-mat-body,
.centered .welcome-mat .donate-button {
  margin-left: auto;
  margin-right: auto;
}
.welcome-mat .donate-button {
  max-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 400px) {
  .welcome-mat .donate-button {
    max-width: 100%;
  }
}

.welcome-mat-title {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .welcome-mat-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.welcome-mat-body {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1.4;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 900px;
}
@media (max-width: 739px) {
  .welcome-mat-body {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.donation-callout-outer-container {
  position: relative;
  margin-top: 20px;
}

.donation-callout-photo {
  right: 100%;
  top: 0;
  position: absolute;
  margin-top: 20px;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 920px) {
  .donation-callout-photo {
    width: 30px;
    height: 30px;
    position: static;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 0;
  }
}

.donation-callout-author {
  padding-bottom: 10px;
}

.donation-callout-author-title {
  font-size: 12px;
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #888888;
}

.donation-callout-author-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 2px;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}

.donation-callout {
  background-color: white;
  border-radius: 0 20px 20px 20px;
  padding: 20px;
  margin-bottom: 33px;
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
}
.impact-callout .donation-callout {
  border-radius: 20px;
}

.donation-callout-title {
  font-family: "PressuraBold", sans-serif;
  font-weight: normal;
  font-size: 23px;
  margin-top: 0;
  line-height: 1.5;
}

.donation-callout-body a {
  color: #ff0b3a;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.donation-callout-body a:hover {
  color: #ff0b3a;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.donation-callout-body a:visited {
  color: #ff0b3a;
}
.donation-callout-body a:visited:hover {
  color: #ff0b3a;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.donation-callout-body p {
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 20px;
  color: #111;
}

.donation-callout-button.inline-block {
  padding-left: 30px;
  padding-right: 30px;
}

.donation-callout-impact-list {
  margin: 30px 0;
  padding-left: 0;
}

.donation-callout-impact-item {
  color: #111;
  padding: 0 0 20px 25px;
  margin-top: 20px;
  border-bottom: 2px solid #ececea;
  list-style: none;
  line-height: 1.5;
  position: relative;
}
.donation-callout-impact-item a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.donation-callout-impact-item a:hover {
  color: #ff0b3a;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.donation-callout-impact-item a:visited {
  color: #111;
}
.donation-callout-impact-item a:visited:hover {
  color: #ff0b3a;
  text-decoration: none;
  border-bottom: 1px solid #ff0b3a;
}
.donation-callout-impact-item:before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.7;
  color: #ff0b3a;
  font-size: 25px;
}

.donation-callout-impact-body {
  font-family: "Utopia-Std", Georgia, serif;
  font-weight: normal;
  word-wrap: break-word;
  color: #111;
  font-size: 23px;
  line-height: 1.5;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKgAAADYUHzoRaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4uByr8R4fpuvDNzsDCBw7f/3LmSanREszsHABKIAKi0J7gAAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

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

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 2em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 12em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
@media (max-width: 767px) {
  .vjs-menu-button-popup .vjs-menu {
    width: 10em;
  }
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: relative;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .vjs-text-track-settings .vjs-track-settings-colors {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }
  .vjs-text-track-settings .vjs-track-settings-font {
    grid-column: 2;
    grid-row: 1;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 2;
    grid-row: 2;
  }
}
.vjs-track-setting > select {
  margin-right: 5px;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  visibility: hidden;
}

.tmp-video-player {
  height: 100vh;
}

.video-item-fallback {
  display: none;
}

.video-item-fallback-mode .video-item-fallback {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9999;
}
.video-item-fallback-mode .video-item-fallback:before {
  display: block;
  content: url("data:image/svg+xml;charset=UTF-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%20viewBox%3d%220%200%2036%2036%22%3e%3cpath%20d%3d%22M4%2c3%20L4%2c33%2032%2c18%20Z%22%20fill%3d%22none%22%20stroke%3d%22white%22%20stroke-width%3d%221px%22%20vector-effect%3d%22non-scaling-stroke%22%3e%3c%2fpath%3e%3c%2fsvg%3e");
}
.video-item-fallback-mode .video-item-fallback.video-item-fallback-started {
  display: none;
}

.video-item.video-js {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 0;
  width: auto;
  height: auto;
}
.video-item.video-js *:focus:not(.focus-visible) {
  outline: none;
}
.video-item.video-js .vjs-workinghover {
  cursor: pointer;
}
.video-item.video-js .vjs-workinghover .vjs-big-play-button .vjs-icon-placeholder .tmp-play-button-icon {
  transition: all 400ms ease-in-out;
}
.video-item.video-js .vjs-workinghover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(transparent 63%, black);
  opacity: 0.58;
  transition: opacity 400ms ease-in-out;
  pointer-events: none;
}
.video-item.video-js .vjs-workinghover:hover:after {
  opacity: 0;
}
.video-item.video-js .vjs-workinghover:hover .vjs-big-play-button .vjs-icon-placeholder .tmp-play-button-icon {
  width: 55%;
  fill: white;
}
.video-item.video-js .vjs-workinghover.vjs-has-started:after {
  display: none;
}
.video-item.video-js:first-child {
  border-left: none;
}
.video-item.video-js video {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: static;
  top: auto;
  left: auto;
}
@media (min-width: 950px) {
  .video-item.video-js video::cue {
    font-size: 3vh;
  }
}
.video-item.video-js.full-frame-video {
  overflow: hidden;
}
@media (min-aspect-ratio: 4/3) {
  .video-item.video-js.full-frame-video {
    overflow: hidden;
    height: 100%;
  }
  .video-item.video-js.full-frame-video video {
    min-height: 100vh;
    min-width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-aspect-ratio: 16/9) {
  .video-item.video-js.full-frame-video video {
    height: 100vh;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}
.video-item.video-js .vjs-control {
  width: 40px;
}
.video-item.video-js .vjs-control:first-child {
  width: 50px;
  padding-left: 10px;
}
.video-item.video-js .vjs-control:last-child {
  width: 50px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .video-item.video-js .vjs-control:first-child {
    width: 45px;
    padding-left: 5px;
  }
  .video-item.video-js .vjs-control:last-child {
    width: 45px;
    padding-right: 5px;
  }
}
.video-item.video-js .vjs-control-bar {
  background-color: transparent;
  color: white;
  height: 56px;
  width: 100%;
  display: flex;
  visibility: visible;
  opacity: 0;
  position: absolute;
  z-index: 1;
  transform: translateY(0);
  transition: transform 0.2s ease-out, opacity 0.2s ease-in !important;
}
@media screen and (max-width: 579px) {
  .video-item.video-js .vjs-control-bar {
    height: 44px;
  }
}
.video-item.video-js .vjs-fullscreen .vjs-control-bar {
  width: 100%;
}
.video-item.video-js .vjs-has-started.vjs-user-active .vjs-control-bar {
  opacity: 1;
}
.video-item.video-js .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  pointer-events: none;
  transform: translateY(15px);
  opacity: 0 !important;
}
.video-item.video-js .vjs-big-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background: none;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}
@media (max-width: 580px) {
  .video-item.video-js .vjs-big-play-button {
    width: 100px;
    height: 100px;
  }
}
.video-item.video-js .vjs-big-play-button .vjs-icon-placeholder {
  position: relative;
  display: block;
}
.video-item.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-item.video-js .vjs-big-play-button .vjs-icon-placeholder .tmp-play-button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -50%);
  display: block;
  width: 50%;
  height: auto;
  fill: transparent;
  stroke: white;
}
.video-item.video-js .vjs-caption-toggle {
  cursor: pointer;
  opacity: 0.4;
}
.video-item.video-js .vjs-caption-toggle .vjs-icon-placeholder:before {
  width: 20px;
  display: block;
  position: static;
  margin: 0 auto;
}
.video-item.video-js .vjs-caption-toggle:focus {
  text-shadow: none;
}
@media (hover: hover) {
  .video-item.video-js .vjs-caption-toggle:hover {
    opacity: 1;
  }
}
.video-item.video-js .vjs-caption-toggle.vjs-selected {
  opacity: 1;
}
@media (hover: hover) {
  .video-item.video-js .vjs-caption-toggle.vjs-selected:hover .vjs-icon-placeholder:before {
    opacity: 0.4;
  }
}
.video-item.video-js .vjs-caption-toggle.vjs-disabled {
  display: none;
}
.video-item.video-js .vjs-menu {
  left: auto;
  right: 0;
  bottom: 20px;
}
.video-item.video-js .vjs-menu .vjs-menu-content {
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  background-color: #111;
}
.video-item.video-js .vjs-menu li.vjs-menu-item:hover:not(.vjs-selected) {
  background-color: #111;
  opacity: 0.7;
  color: #fff;
}
.video-item.video-js .vjs-button > .vjs-icon-placeholder:before {
  line-height: 56px;
}
@media screen and (max-width: 579px) {
  .video-item.video-js .vjs-button > .vjs-icon-placeholder:before {
    line-height: 44px;
  }
}
.video-item.video-js .vjs-icon-play:before,
.video-item.video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml;charset=UTF-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%20viewBox%3d%220%200%2036%2036%22%3e%3cpath%20d%3d%22M4%2c3%20L4%2c33%2032%2c18%20Z%22%20fill%3d%22none%22%20stroke%3d%22white%22%20stroke-width%3d%221px%22%20vector-effect%3d%22non-scaling-stroke%22%3e%3c%2fpath%3e%3c%2fsvg%3e");
  width: 16px;
  display: block;
  position: static;
  margin: 0 auto;
}
@media (hover: hover) {
  .video-item.video-js .vjs-play-control:hover .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml;charset=UTF-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%20viewBox%3d%220%200%2036%2036%22%3e%3cpath%20d%3d%22M4%2c3%20L4%2c33%2032%2c18%20Z%22%20fill%3d%22none%22%20stroke%3d%22%23ff0b3a%22%20stroke-width%3d%221px%22%20vector-effect%3d%22non-scaling-stroke%22%3e%3c%2fpath%3e%3c%2fsvg%3e");
  }
}
.video-item.video-js .vjs-icon-pause:before,
.video-item.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml;charset=UTF-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%20viewBox%3d%220%200%2036%2036%22%3e%3cpath%20d%3d%22M7.5%2c3%20L%207.5%2c11%207.5%2c19%207.5%2c33%20M24%2c3%20L%2024%2c16%2024%2c16%2024%2c33%22%20fill%3d%22none%22%20stroke%3d%22white%22%20stroke-width%3d%221px%22%20vector-effect%3d%22non-scaling-stroke%22%3e%3c%2fpath%3e%3c%2fsvg%3e");
  width: 16px;
  display: block;
  position: static;
  margin: 0 auto;
}
@media (hover: hover) {
  .video-item.video-js .vjs-play-control.vjs-playing:hover .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml;charset=UTF-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%20viewBox%3d%220%200%2036%2036%22%3e%3cpath%20d%3d%22M7.5%2c3%20L%207.5%2c11%207.5%2c19%207.5%2c33%20M24%2c3%20L%2024%2c16%2024%2c16%2024%2c33%22%20fill%3d%22none%22%20stroke%3d%22%23ff0b3a%22%20stroke-width%3d%221px%22%20vector-effect%3d%22non-scaling-stroke%22%3e%3c%2fpath%3e%3c%2fsvg%3e");
  }
}
.video-item.video-js .vjs-icon-volume-high:before,
.video-item.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml;charset=UTF-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%3e%3cpath%20d%3d%22M23.3%2c33.9%20L3.5%2c33.9%203.5%2c68.9%2023.3%2c68.9%2054.6%2c92.3%2054.6%2c10.5%20z%22%20fill%3d%22none%22%20stroke%3d%22white%22%20stroke-width%3d%221px%22%20vector-effect%3d%22non-scaling-stroke%22%3e%3c%2fpath%3e%3cpath%20d%3d%22M75.1%2c31%20L92.5%2c20.7%20M76.6%2c51.4%20L95.5%2c51.4%20M75.1%2c71.9%20L92.5%2c82.1%22%20fill%3d%22none%22%20stroke%3d%22white%22%20stroke-width%3d%221px%22%20vector-effect%3d%22non-scaling-stroke%22%3e%3c%2fpath%3e%3c%2fsvg%3e%0a");
  width: 22px;
  display: block;
  position: static;
  margin: 2px auto 0;
}
@media (hover: hover) {
  .video-item.video-js .vjs-mute-control:hover .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml;charset=UTF-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%3e%3cpath%20d%3d%22M23.3%2c33.9%20L3.5%2c33.9%203.5%2c68.9%2023.3%2c68.9%2054.6%2c92.3%2054.6%2c10.5%20z%22%20fill%3d%22none%22%20stroke%3d%22%23ff0b3a%22%20stroke-width%3d%221px%22%20vector-effect%3d%22non-scaling-stroke%22%3e%3c%2fpath%3e%3cpath%20d%3d%22M75.1%2c31%20L92.5%2c20.7%20M76.6%2c51.4%20L95.5%2c51.4%20M75.1%2c71.9%20L92.5%2c82.1%22%20fill%3d%22none%22%20stroke%3d%22%23ff0b3a%22%20stroke-width%3d%221px%22%20vector-effect%3d%22non-scaling-stroke%22%3e%3c%2fpath%3e%3c%2fsvg%3e%0a");
  }
}
.video-item.video-js .vjs-icon-volume-mute:before,
.video-item.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml;charset=UTF-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%3e%3cpath%20d%3d%22M23.3%2c33.9%20L3.5%2c33.9%203.5%2c68.9%2023.3%2c68.9%2054.6%2c92.3%2054.6%2c10.5%20z%22%20fill%3d%22none%22%20stroke%3d%22white%22%20stroke-width%3d%221px%22%20vector-effect%3d%22non-scaling-stroke%22%3e%3c%2fpath%3e%3c%2fsvg%3e");
  width: 22px;
  display: block;
  position: static;
  margin: 2px auto 0;
}
@media (hover: hover) {
  .video-item.video-js .vjs-mute-control.vjs-vol-0:hover .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml;charset=UTF-8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%3e%3cpath%20d%3d%22M23.3%2c33.9%20L3.5%2c33.9%203.5%2c68.9%2023.3%2c68.9%2054.6%2c92.3%2054.6%2c10.5%20z%22%20fill%3d%22none%22%20stroke%3d%22%23ff0b3a%22%20stroke-width%3d%221px%22%20vector-effect%3d%22non-scaling-stroke%22%3e%3c%2fpath%3e%3c%2fsvg%3e");
  }
}
.video-item.video-js .vjs-icon-fullscreen-enter:before,
.video-item.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222px%22%20vector-effect%3D%22non-scaling-stroke%22%20shape-rendering%3D%22crispEdges%22%3E%3Cpolyline%20points%3D%220.5%2C7.4%200.5%2C0.5%207.4%2C0.5%22%2F%3E%3Cpolyline%20points%3D%2222.5%2C15.6%2022.5%2C22.5%2015.6%2C22.5%22%2F%3E%3Cpolyline%20points%3D%2222.5%2C7.4%2022.5%2C0.5%2015.6%2C0.5%22%2F%3E%3Cpolyline%20points%3D%220.5%2C15.6%200.5%2C22.5%207.4%2C22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 16px;
  display: block;
  position: static;
  margin: -2px auto 0;
}
@media (hover: hover) {
  .video-item.video-js .vjs-fullscreen-control:hover .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23ff0b3a%22%20stroke-width%3D%222px%22%20vector-effect%3D%22non-scaling-stroke%22%20shape-rendering%3D%22crispEdges%22%3E%3Cpolyline%20points%3D%220.5%2C7.4%200.5%2C0.5%207.4%2C0.5%22%2F%3E%3Cpolyline%20points%3D%2222.5%2C15.6%2022.5%2C22.5%2015.6%2C22.5%22%2F%3E%3Cpolyline%20points%3D%2222.5%2C7.4%2022.5%2C0.5%2015.6%2C0.5%22%2F%3E%3Cpolyline%20points%3D%220.5%2C15.6%200.5%2C22.5%207.4%2C22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.video-item.video-js .vjs-icon-captions:before,
.video-item.video-js .vjs-caption-toggle .vjs-icon-placeholder:before,
.video-item.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "CC";
  font-family: "PressuraLight", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  letter-spacing: 0.5px;
  font-size: 18px;
}
@media (hover: hover) {
  .video-item.video-js .vjs-icon-captions:hover:before,
.video-item.video-js .vjs-caption-toggle:hover .vjs-icon-placeholder:before {
    color: #ff0b3a;
  }
  .video-item.video-js .vjs-fullscreen-control:hover .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23ff0b3a%22%20stroke-width%3D%222px%22%20vector-effect%3D%22non-scaling-stroke%22%20shape-rendering%3D%22crispEdges%22%3E%3Cpolyline%20points%3D%220.5%2C7.4%200.5%2C0.5%207.4%2C0.5%22%2F%3E%3Cpolyline%20points%3D%2222.5%2C15.6%2022.5%2C22.5%2015.6%2C22.5%22%2F%3E%3Cpolyline%20points%3D%2222.5%2C7.4%2022.5%2C0.5%2015.6%2C0.5%22%2F%3E%3Cpolyline%20points%3D%220.5%2C15.6%200.5%2C22.5%207.4%2C22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .video-item.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-item.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-item.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 4em;
  }
}
.video-item.video-js .vjs-fullscreen .vjs-fullscreen-control {
  display: inline-block;
}
.video-item.video-js .vjs-volume-control {
  display: none;
}
.video-item.video-js .vjs-load-progress {
  display: none;
}
.video-item.video-js .vjs-play-progress {
  background-color: #ff0b3a;
  transition: border-radius 200ms ease;
}
.video-item.video-js .vjs-play-progress:before {
  content: none;
}
.video-item.video-js .vjs-progress-control:hover .vjs-progress-holder {
  height: 11px;
  border-radius: 99px;
}
.video-item.video-js .vjs-progress-control:hover .vjs-play-progress {
  box-sizing: content-box;
  border-left: 4.5px solid #ff0b3a;
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}
.video-item.video-js .vjs-progress-control.progress-near-end:hover .vjs-play-progress {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}
.video-item.video-js .vjs-progress-control .vjs-progress-holder {
  height: 1px;
  background-color: white;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .video-item.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px;
  }
}
.video-item.video-js .vjs-fullscreen .vjs-progress-holder {
  margin: 0 10px;
}
.video-item.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-item.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-item.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: none;
}
.video-item.video-js .vjs-time-control {
  font-family: "Pressura", Courier, monospace;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 56px;
  font-size: 12px;
  text-align: right;
  margin-top: -1px;
  width: 64px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .video-item.video-js .vjs-time-control {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 579px) {
  .video-item.video-js .vjs-time-control {
    line-height: 44px;
  }
}
.video-item.video-js .vjs-text-track-display > div > div > div {
  font-family: "acumin-pro", sans-serif !important;
  background-color: transparent !important;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 579px) {
  .video-item.video-js .vjs-text-track-display > div > div > div {
    font-size: 14px;
  }
}
.video-item.video-js .vjs-error-display {
  display: none;
}

@media (hover: hover) {
  .video-item-playable.seekable {
    cursor: ew-resize;
  }
}
@media (min-aspect-ratio: 4/3) {
  .vjs-text-track-display {
    transition: transform 0.2s linear;
  }
  .idle .vjs-text-track-display {
    transform: none;
  }
}
.play-button {
  top: 5px;
  left: 10px;
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 34px;
  fill: #6c7c80;
  outline: none;
}
@media (max-width: 767px) {
  .play-button {
    top: 12px;
  }
}
.play-button:hover {
  cursor: pointer;
  opacity: 1;
}

.video-chrome-mute-container {
  width: 56px;
  height: 56px;
  padding: 15px;
  position: absolute;
  right: 5px;
}
@media screen and (max-width: 579px) {
  .video-chrome-mute-container {
    width: 44px;
    height: 44px;
  }
}

.g-mute-button {
  width: 100%;
  fill: white;
  stroke: white;
  cursor: pointer;
  transition: fill 0.25s ease-in-out, stroke 0.25s ease-in-out, opacity 1s 0.25s;
}
.g-mute-button #button-path-mute-lines {
  stroke: white;
  stroke-width: 1px;
  transition: stroke-width 0.25s ease-in-out;
}
.g-mute-button path {
  vector-effect: non-scaling-stroke;
}
.g-mute-button.g-button-onscreen {
  opacity: 1;
}
.g-mute-button:focus {
  outline: none;
}
.g-mute-button:focus.g-button-notclicked {
  outline: 1px dotted #888888;
}
.g-mute-button:focus.g-button-hover.g-button-notclicked {
  outline: none;
}
.g-mute-button.g-button-hover.g-button-notclicked {
  fill: none;
  stroke: #ff0b3a;
}
.g-mute-button.g-button-hover.g-button-notclicked #button-path-mute-lines {
  stroke: #ff0b3a;
  stroke-width: 0px;
}
.g-mute-button.audio-is-muted {
  fill: none;
  stroke: white;
  stroke-width: 1px;
}
.g-mute-button.audio-is-muted #button-path-mute-lines {
  stroke: white;
  stroke-width: 0;
}
.g-mute-button.audio-is-muted.g-button-hover.g-button-notclicked {
  fill: #ff0b3a;
  stroke: #ff0b3a;
}
.g-mute-button.audio-is-muted.g-button-hover.g-button-notclicked #button-path-mute-lines {
  stroke: #ff0b3a;
  stroke-width: 1px;
}

.video-item {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 579px) {
  .video-item {
    margin-bottom: 25px;
  }
}
.video-item .video-item-controls {
  cursor: pointer;
  background: transparent;
  display: block;
  width: 100%;
  height: 56px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 579px) {
  .video-item .video-item-controls {
    height: 44px;
  }
}
.video-item .video-item-controls.video-item-controls-hidden {
  opacity: 0;
  pointer-events: none;
}
.video-item .video-item-progress-container {
  position: absolute;
  left: 56px;
  right: 56px;
  height: 56px;
}
@media screen and (max-width: 579px) {
  .video-item .video-item-progress-container {
    left: 44px;
    right: 44px;
    height: 44px;
  }
}
.video-item .video-item-progress-base {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  background-color: white;
  height: 1px;
}
.video-item .video-item-progress {
  background-color: #ff0b3a;
  height: 1px;
}
.video-item .play-button {
  width: 56px;
  height: 56px;
  padding: 20px;
  top: auto;
  left: 0;
  bottom: 0;
  fill: none;
  stroke: white;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 579px) {
  .video-item .play-button {
    width: 44px;
    height: 44px;
  }
}
.video-item .play-button:hover {
  stroke: #ff0b3a;
}
.video-item .play-button path {
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
