@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap");
@import url("https://use.typekit.net/fyt3ntt.css");
@import url("https://rsms.me/inter/inter.css");
html {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("/static/fonts/Inter-Regular.woff2?v=3.19") format("woff2"), url("/static/fonts/Inter-Regular.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter Light";
  font-weight: 300;
  src: url("/static/fonts/Inter-Light.woff2?v=3.19") format("woff2"), url("/static/fonts/Inter-Light.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter Medium";
  font-weight: 500;
  src: url("/static/fonts/Inter-Medium.woff2?v=3.19") format("woff2"), url("/static/fonts/Inter-Medium.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "GrotesqueNo9T";
  font-weight: 400;
  src: url("/static/fonts/grotesqueno9t.woff2") format("woff2"), url("/static/fonts/grotesqueno9t.woff") format("woff");
}
@font-face {
  font-family: "Silk Serif Extra Light";
  font-weight: 100;
  src: url("/static/fonts/Silk-Serif-ExtraLight.woff2") format("woff2"), url("/static/fonts/Silk-Serif-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Silk Serif Extra Light Italic";
  font-weight: 100;
  font-style: italic;
  src: url("/static/fonts/Silk-Serif-ExtraLight-Italic.woff2") format("woff2"), url("/static/fonts/Silk-Serif-ExtraLight-Italic") format("woff");
}
@font-face {
  font-family: "Silk Serif Light";
  font-weight: 200;
  src: url("/static/fonts/Silk-Serif-Light.woff2") format("woff2"), url("/static/fonts/Silk-Serif-Light") format("woff");
}
@font-face {
  font-family: "Silk Serif Light Italic";
  font-style: italic;
  font-weight: 200;
  src: url("/static/fonts/Silk-Serif-Light-Italic.woff2") format("woff2"), url("/static/fonts/Silk-Serif-Light-Italic") format("woff");
}
@font-face {
  font-family: "Silk Serif";
  font-weight: 300;
  src: url("/static/fonts/Silk-Serif.woff2") format("woff2"), url("/static/fonts/Silk-Serif.woff") format("woff");
}
@font-face {
  font-family: "Silk Serif Italic";
  font-weight: 300;
  font-style: italic;
  src: url("/static/fonts/Silk-Serif-Italic.woff2") format("woff2"), url("/static/fonts/Silk-Serif-Italic") format("woff");
}
#skip-to-main {
  padding: 6px;
  position: absolute;
  top: -41px;
  right: 0;
  color: white;
  font-family: "Futura-PT", "Jost", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 200;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-left-radius: 8px;
  background: #c81e1e;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}

#skip-to-main a {
  padding: 6px;
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-family: "Futura-PT", "Jost", "Lato", sans-serif;
  font-weight: 500;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-left-radius: 8px;
  background: #c81e1e;
  -webkit-transition: top 0.1s ease-out;
  transition: top 0.1s ease-out;
  z-index: 100;
  text-align: right;
}

#skip-to-main a:focus {
  position: absolute;
  right: 0;
  top: 40px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  width: 200px;
  height: 25px;
}

.topnav {
  position: sticky;
  top: 0;
  z-index: 10;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: calc(0.4rem + (1vw - 11.76px) * 1.8497);
  min-height: 0vw;
  min-height: 3rem;
  max-height: 4rem;
  background-color: white;
}

.topnav-text {
  all: unset;
  position: sticky;
  display: inline-flex;
  order: 1;
  width: -webkit-max-content;
  font-family: "Futura-PT", "Jost", sans-serif;
  font-weight: 200;
  font-size: calc(1rem + 32 * (100vw - 320px) / 2240);
  min-height: 0vw;
  letter-spacing: 0.1rem;
  color: #c81e1e;
  text-align: left;
  margin: 0;
}

.topnav-text a {
  all: inherit;
  background-image: none;
  transition: none;
  padding: 0;
}

.topnav-text a:hover, .topnav-text a:active, .topnav-text a:focus {
  background-image: none;
  transition: none;
  padding: 0;
}

.desktopsearch {
  display: inline-flex;
  order: 2;
  width: -webkit-fill-available;
  justify-content: flex-end;
  margin-right: 1rem;
}

.topnav-menu {
  display: inline-flex;
  order: 3;
}

.topnav-menu a {
  background: none;
  transition: none;
  font-family: "Futura PT", "Jost";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  font-size: 1rem;
  color: #c81e1e;
  text-decoration: none;
  margin-right: 0.7rem;
  line-height: inherit;
}

.topnav-menu a:hover, .topnav-menu a:focus {
  background: none;
  transition: none;
  line-height: inherit;
}

/* Hide mobile nav */
@media screen and (min-width: 1175px) {
  .mobilenav {
    display: none;
  }
  #mobileMenu {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .topnav {
    min-height: calc(3.5rem + (1vw - 0.900625rem) * 4.2895);
    max-height: calc(4rem + (1vw - 0.900625rem) * 4.2895);
  }
  .topnav-menu a {
    font-size: calc(1rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
    letter-spacing: calc(0.02rem + (1vw - 0.900625rem) * 0.0286);
    min-height: 0vw;
  }
}
@media screen and (min-width: 2561px) {
  .topnav {
    height: 7rem;
  }
}
#skip-to-main {
  padding: 6px;
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-family: "Futura PT", "Jost", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-left-radius: 8px;
  background: #c81e1e;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}

#skip-to-main a {
  padding: 6px;
  position: absolute;
  top: -41px;
  right: 0;
  color: white;
  font-family: "Futura PT", "Jost", "Lato", sans-serif;
  font-weight: 500;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-left-radius: 8px;
  background: #c81e1e;
  -webkit-transition: top 0.1s ease-out;
  transition: top 0.1s ease-out;
  z-index: 100;
  text-align: right;
}

#skip-to-main a:focus {
  position: absolute;
  right: 0;
  top: 40px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  width: 200px;
  height: 25px;
}

.hidden {
  visibility: hidden;
}

@media screen and (max-width: 500px) {
  /* Mobile nav menu */
  .topnav,
  .topnav-menu,
  .topnav-left {
    display: none;
  }
  .navbar {
    display: grid;
    grid-row: 1;
    grid-column: 1/3;
    position: sticky;
    top: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 4;
    background-color: white;
  }
  .mobilenav {
    display: grid;
    width: 100vw;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    padding: 0;
    top: 0;
    margin: 0;
    height: 65px;
    position: sticky;
    z-index: 5;
    background-color: white;
  }
  .mobilenav-left {
    grid-column: 1;
    position: absolute;
    display: inline-grid;
    align-self: center;
    align-content: center;
    align-items: center;
    padding-left: 0.7rem;
    background-color: white;
    margin: 0;
    height: 65px;
  }
  .mobilenav-left p {
    display: inline-block;
    font-family: "Futura PT", "Jost", "Lato", sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    padding: 0;
    color: #c81e1e;
    text-align: left;
    align-self: center;
  }
  .mobilenav-left p > a {
    text-decoration: none;
    color: #c81e1e;
    background-image: none;
    transition: none;
  }
  .mobilenav-left p > a:hover {
    background-image: none;
    transition: none;
  }
  .mobilenav-left p > a:active {
    background-image: none;
    transition: none;
  }
  .mobilenav-left p > a:focus {
    background-image: none;
    transition: none;
  }
  .mobilenav-menu {
    grid-column: 2;
    align-self: center;
    justify-self: right;
    padding: 0.3rem;
    margin: 0;
    background-color: white;
  }
  #mobileMenu {
    float: right;
    z-index: 99999;
    position: fixed;
    overflow: hidden;
    background-color: white;
    visibility: hidden;
  }
  .mobile-menu-nav {
    visibility: hidden;
  }
  .mobile-menu-nav-open {
    visibility: visible;
    position: fixed;
    overflow: hidden;
    display: block;
    right: 0;
    left: 0;
    opacity: 1;
    margin: -4px 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    text-align: right;
    visibility: visible;
    background-color: white;
    z-index: 999999;
    transition: none !important;
  }
  .mobile-menu-nav > ul {
    background-color: white;
    list-style-type: none;
    opacity: 1;
    padding: 0 0.7rem 0 0;
    line-height: 2rem;
  }
  .mobile-menu-nav > ul > li {
    background-color: white;
    list-style-type: none;
  }
  .mobile-menu-nav > ul > li > a {
    color: #c81e1e;
    font-family: "Futura-PT", "Inter";
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1;
    background-image: none !important;
    transition: none !important;
    text-decoration: none;
    opacity: 1;
  }
  .mobile-menu-nav > ul > li > a:hover {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }
  .mobile-menu-nav > ul > li > a:focus {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }
  .mobile-menu-nav > ul > li > a:active {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }
  /* Search bar styling */
  .mobile-menu-nav > ul > li > form {
    display: block;
    margin-top: 2rem;
    margin-left: 0;
  }
  .mobile-menu-nav > ul > li > form input.prompt {
    border: 0;
    border-bottom: 1px solid #c81e1e;
    padding: 5px;
    color: #c81e1e;
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    font-family: "Lato";
    vertical-align: middle;
    display: inline-block;
    position: relative;
  }
  .mobile-menu-nav > ul > li > form input.prompt::placeholder {
    color: #c81e1e;
  }
  .mobile-menu-nav > ul > li > form input.prompt:focus::placeholder {
    color: transparent;
  }
  .mobile-menu-nav > ul > li > form button {
    border: 0;
    background-color: #fff;
    display: inline-block;
  }
  .mobile-menu-nav > ul > li > form > button > .fas.fa-search {
    color: #c81e1e;
    font-size: 1rem;
    vertical-align: middle;
  }
  .mobile-menu-nav > ul > li > form > button > .fas.fa-search:before {
    color: #c81e1e;
    font-size: 1rem;
    vertical-align: middle;
  }
}
@media screen and (min-width: 501px) and (max-width: 1174px) {
  /* Mobile nav menu */
  .topnav {
    display: none;
  }
  .mobilenav {
    display: grid;
    width: 100vw;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    padding: 0;
    top: 0;
    margin-top: 0;
    height: 65px;
    position: sticky;
    z-index: 5;
  }
  .mobilenav-left {
    grid-column: 1;
    position: absolute;
    display: inline-grid;
    align-content: center;
    padding-left: 0.7rem;
    max-height: 65px;
    background-color: white;
  }
  .mobilenav-left p {
    display: inline-block;
    font-family: "Futura PT", "Jost", "Lato", sans-serif;
    font-weight: 200;
    font-size: calc(1.5rem + 8 * (100vw - 501px) / 674);
    min-height: 0vw;
    letter-spacing: 0.1rem;
    padding: 0;
    color: #c81e1e;
    text-align: left;
    align-self: center;
  }
  .mobilenav-left p > a {
    text-decoration: none;
    color: #c81e1e;
    background-image: none;
    transition: none;
  }
  .mobilenav-left p > a:hover, .mobilenav-left p > a:active, .mobilenav-left p > a:focus {
    background-image: none;
    transition: none;
  }
  .mobilenav-menu {
    grid-column: 2;
    align-self: center;
    justify-self: right;
    background-color: white;
    z-index: 7000;
  }
  #mobileMenu {
    float: right;
    z-index: 99999;
    position: fixed;
    overflow: hidden;
    visibility: hidden;
  }
  .mobile-menu-nav {
    visibility: hidden;
  }
  .mobile-menu-nav-open {
    visibility: visible;
    position: static;
    overflow: hidden;
    display: block;
    right: 0;
    left: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    text-align: right;
    visibility: visible;
    background-color: white;
    z-index: 999999;
    transition: none !important;
  }
  .mobile-menu-nav > ul {
    background-color: white;
    list-style-type: none;
    opacity: 1;
    padding: 0 0.7rem 0 0;
    line-height: 2rem;
  }
  .mobile-menu-nav > ul > li {
    background-color: white;
    list-style-type: none;
  }
  .mobile-menu-nav > ul > li > a {
    display: inline-flex;
    color: #c81e1e;
    font-family: "Lato";
    font-size: 2rem;
    background-image: none !important;
    transition: none !important;
    text-decoration: none;
    opacity: 1;
  }
  .mobile-menu-nav > ul > li > a:hover {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }
  .mobile-menu-nav > ul > li > a:focus {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }
  .mobile-menu-nav > ul > li > a:active {
    background-image: none !important;
    transition: none !important;
    background-color: #fff;
    text-decoration: none;
    color: #c81e1e;
    opacity: 1;
  }
  /* Search bar styling */
  .mobile-menu-nav > ul > li > form {
    display: block;
    margin-top: 2rem;
    margin-left: 0;
  }
  .mobile-menu-nav > ul > li > form input.prompt {
    border: 1px solid #c81e1e;
    border-radius: 10px;
    padding: 5px;
    color: #c81e1e;
    width: 25%;
    font-weight: 300;
    font-size: 16px;
    font-family: "Lato";
    vertical-align: middle;
    display: inline-block;
    position: relative;
  }
  .mobile-menu-nav > ul > li > form input.prompt::placeholder {
    color: #c81e1e;
  }
  .mobile-menu-nav > ul > li > form input.prompt:focus::placeholder {
    color: transparent;
  }
  .mobile-menu-nav > ul > li > form button {
    border: 0;
    background-color: #fff;
    display: inline-block;
  }
  .mobile-menu-nav > ul > li > .fas.fa-search {
    color: #c81e1e;
    font-size: 2rem;
    vertical-align: middle;
  }
  .mobile-menu-nav > ul > li > .fas.fa-search:before {
    color: #c81e1e;
    font-size: 2rem;
    vertical-align: middle;
  }
}
@media screen and (max-height: 450px) and (orientation: landscape) {
  .mobilenav-menu a {
    font-size: 1.2rem;
  }
  .mobilenav-menu nav ul li {
    background-color: white;
    list-style-type: none;
    opacity: 1;
    padding: 0 0.7rem 0 0;
    line-height: 1.5rem;
  }
  .mobilenav-menu ul li form {
    display: block;
    margin-top: 0.2rem;
  }
}
.hamburger {
  float: right;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  background-color: #c81e1e;
  border-radius: 50%;
  padding: 15px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin: auto;
  right: 7px;
  left: 7px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 15px;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -5px;
}

.hamburger-inner::after {
  bottom: -5px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Hide from smaller screens */
@media screen and (max-width: 849px) {
  .search-form .search-field .search-field:focus .search-submit .search-form input {
    display: none;
  }
  input.search-field {
    display: none;
  }
  input.search-submit {
    display: none;
  }
}
@media screen and (min-width: 850px) and (max-width: 1440px) {
  .search-form {
    position: relative;
    display: inline-block;
  }
  .search-field {
    background-color: transparent;
    background-image: url(../img/lnr-magnifier.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    border: none;
    cursor: pointer;
    height: 2.3rem;
    margin: 0;
    padding: 0 0 0 2rem;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
  }
  .search-field:focus {
    border: 0;
    border-bottom: 1px solid #c81e1e;
    color: #c81e1e;
    font: 300 1rem "Jost";
    vertical-align: middle;
    outline: 0;
    width: 14rem;
  }
  .search-submit {
    display: none;
    margin: 0;
    padding: 0;
  }
  .search-form input[type=search] {
    -webkit-appearance: textfield;
  }
  .search-form input[type=search-submit] {
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1441px) {
  .search-form {
    position: inherit;
    display: inline-block;
  }
  .search-field {
    background-color: transparent;
    background-image: url(../img/lnr-magnifier.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: calc(1.5rem + (1vw - 0.900625rem) * 1.4298);
    border: none;
    cursor: pointer;
    height: calc(3rem + (1vw - 0.900625rem) * 0.7149);
    margin: calc(0rem + (1vw - 14.41px) * 1.3405);
    padding: 0.5rem 0.5rem 0.5rem 3rem;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
  }
  .search-field:focus {
    border: 0;
    border-bottom: 1px solid #c81e1e;
    color: #c81e1e;
    font-size: 1em;
    min-height: 0vw;
    font-weight: 300;
    font-family: "Jost";
    vertical-align: middle;
    width: calc(25rem + 50 * (100vw - 1441px) / 615);
    min-height: 0vw;
  }
  .search-submit {
    display: none;
  }
  .search-form input[type=search] {
    -webkit-appearance: textfield;
  }
}
@media screen and (max-width: 1175px) {
  footer {
    display: none;
  }
}
@media screen and (min-width: 1176px) {
  footer {
    display: block;
    margin: 0;
    width: 100%;
    height: 400px;
    max-height: 100%;
    background-color: #c81e1e;
    align-content: center;
    font-family: "Futura-PT";
    font-weight: 400;
    color: #fff;
  }
  footer .divider {
    margin: 64px auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
  }
  footer .dividermask {
    overflow: hidden;
    height: 20px;
  }
  footer .dividermask:after {
    content: "";
    display: block;
    margin: -26px auto 0;
    width: 100%;
    height: 25px;
    border: 1px solid #c81e1e;
  }
  footer .divider span {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -50px;
    left: 50%;
    margin-left: -50px;
    background: rgba(255, 255, 255, 0);
  }
  footer .divider i:before {
    content: "NS.";
  }
  footer .divider i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 50%;
    border: 5px solid #fff;
    text-align: center;
    line-height: 80px;
    font-family: "Jost";
    letter-spacing: 0em;
    font-weight: 400;
    font-size: 2rem;
    color: #fff;
    background-color: #c81e1e;
  }
  .fa-envelope,
  .fa-twitter,
  .fa-facebook,
  .fa-rss {
    font-size: 2rem;
  }
  .footer-content {
    display: block;
    background-color: inherit;
    font-size: 2rem;
    justify-items: center;
  }
  .footer-content a:before {
    content: "";
    position: absolute;
    display: none !important;
  }
  .footer-content a:hover:before {
    visibility: hidden;
    transform: none !important;
    display: none !important;
  }
  .footer-content a {
    color: #ffffff;
    text-decoration: none;
    font-size: 2rem;
    transition-property: box-shadow;
    transition-duration: 0.2s;
    box-shadow: inset 0 -0.125em #fff;
  }
  .footer-content a:hover, .footer-content a:focus, .footer-content a:active {
    box-shadow: inset 0 -1.13em #fff;
    color: #c81e1e;
    transition: all 0.2s ease-in-out;
  }
  .social-links {
    display: block;
    background-color: inherit;
    font-size: 2rem;
    align-self: center;
    justify-self: center;
  }
  .social-links a {
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
    transition: none;
    box-shadow: none;
    background-image: none;
  }
  .social-links a:hover, .social-links a:focus, .social-links a:active {
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
    transition: none;
    box-shadow: none;
    background-image: none;
  }
  .footer-box1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4;
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-self: center;
  }
  .footer-box {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
  }
  .footer-box1 {
    grid-column: 1/5;
    align-content: center;
  }
  .footer-box5 {
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 1900px) {
  .footer-content,
  .footer-content a,
  .fa-envelope,
  .fa-twitter,
  .fa-facebook,
  .fa-rss {
    font-size: 3rem;
  }
  .social-links,
  .social-links a {
    font-size: 3rem;
    color: #ffffff;
    text-decoration: none;
    transition: none;
    box-shadow: none;
    background-image: none;
  }
  .social-links:hover, .social-links:focus, .social-links:active,
  .social-links a:hover,
  .social-links a:focus,
  .social-links a:active {
    color: #ffffff;
    font-size: 3rem;
    text-decoration: none;
    transition: none;
    box-shadow: none;
    background-image: none;
  }
}
.article-header {
  display: flex;
  height: 100vh;
  min-height: 500px;
  width: 100vw;
  max-width: 100%;
}

.article {
  margin: 0;
  padding: 0;
}

.article-image {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
}

.article-image > img {
  max-width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

main.non-edition-article {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: auto;
}

.non-edition-article > header {
  display: flex;
  flex-direction: column;
}

.non-edition-article .article-image {
  order: 3;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.non-edition-article image-credit {
  width: 100%;
  margin: auto;
}

.non-edition-article .article-title, header.transmissions-header {
  order: 1;
  width: 100%;
  margin: auto;
  text-align: left;
}

.non-edition-article .article-title > h1, .transmissions-header h1 {
  font-size: 5rem;
  margin: 1rem 0;
}

.non-edition-article .article-title > h1 {
  font-family: "Inter";
  font-weight: 800;
}

.non-edition-article .article-title > h2 {
  font-size: 2rem;
  margin: 0.2rem 0 2rem 0;
}

.non-edition-article .author-date {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 1rem auto;
}

.non-edition-article .author-date > p {
  max-width: 50%;
  text-align: right;
  font-size: 1.7rem;
  font-family: "Inter";
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.non-edition-article .author-date > p a {
  background-image: none;
}

.non-edition-article .author-date > p a:hover, .non-edition-article .author-date > p a:focus {
  color: black;
}

.non-edition-article .main-article-content-wrapper {
  display: flex;
  flex-direction: column;
  margin: auto;
}

.non-edition-article .main-article-content-wrapper .main-article {
  width: 100%;
}

.non-edition-article > .main-article-content-wrapper .standfirst, main.transmissions-main-wrapper .standfirst {
  order: 1;
  width: 65%;
  margin: 3rem 0 auto 0;
  padding: 0;
  border: 0;
  border-radius: unset;
  border-top: 1px solid #c81e1e;
}

main.transmissions-main-wrapper .standfirst {
  border-style: dashed;
}

.non-edition-article .main-article .standfirst p, main.transmissions-main-wrapper .standfirst p {
  font-family: "Inter";
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
  text-align: left;
  padding-top: 1rem;
  margin: 0;
}

.non-edition-article .main-article-content-wrapper article {
  order: 2;
  width: 60%;
  margin: 2rem 0 auto auto;
  border-left: 1px dashed #c81e1e;
  padding-left: 2rem;
}

.non-edition-article > .main-article-content-wrapper > article h1, .main-article-content-wrapper > article h2, .main-article-content-wrapper > article h3, .main-article-content-wrapper > .main-article-content-wrapper > article h4, article h5 {
  font-family: "Inter";
  font-weight: 300;
  color: #c81e1e;
}

.non-edition-article .main-article-content-wrapper article p {
  color: black;
}

.non-edition-article .main-article-content-wrapper article blockquote {
  color: black;
  border-left: 3px double #c81e1e;
}

.non-edition-article .main-article-content-wrapper .article-footer-content {
  order: 3;
  width: 60%;
  margin: 5rem 0 auto auto;
  padding: 0;
}

.non-edition-article .article-footer-content > h3, main.transmissions-main-wrapper .article-footer-content > h3 {
  font-weight: 600;
  text-align: left;
  color: black;
  max-width: 100%;
  margin: 0;
}

.non-edition-article .article-footer-content > h3 {
  font-family: "Inter";
}

.non-edition-article .main-article-content-wrapper .article-footer-content p {
  font-family: "Inter";
  font-size: 1.2rem;
  font-weight: 500;
  color: black;
  text-align: right;
  margin: 0;
}

.non-edition-article .main-article-content-wrapper .article-footer-content p.tags {
  font-variant-caps: all-small-caps;
  border-bottom: 1px solid #c81e1e;
  width: 100%;
  font-size: 1rem;
}

/* Article footnote styling */
.footnote hr {
  margin: 25px 0;
  height: 1px;
  border: 0;
  background: #c81e1e;
}

.footnote ol {
  list-style-type: decimal;
  margin-left: unset;
}

.footnote ol li {
  margin: auto;
  display: list-item;
  font-family: "Baskerville", "baskerville-urw", serif;
  white-space: normal;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.footnote ol li p {
  text-align: left;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #593d3d;
}

.footnote p:first-of-type:first-letter {
  all: inherit;
}

.footnote p:last-of-type {
  all: unset;
}

.footnote a, a.footnote-backref {
  color: #c81e1e;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.footnote a:hover, .footnote a:focus, a.footnote-backref:hover, a.footnote-backref:focus {
  color: black;
}

.footnote li:target {
  background-color: #efefef;
  padding-left: 0.5rem;
  border-left: 2px solid #c81e1e;
}

.reading-time {
  display: block;
  position: relative;
  top: 1rem;
  font-family: "Lato";
  font-weight: 300;
  font-size: 0.7rem;
  line-height: 1;
  color: #593d3d;
  text-align: center;
  text-transform: uppercase;
}

.reading-time a {
  font-size: inherit;
}

.main-article-content-wrapper > .main-article > article section h2:first-line, .transmissions-main-wrapper > .main-article-content-wrapper > article section h2:first-line {
  line-height: 3;
}

article h1, article h2, article h3, article h4 {
  display: block;
  margin: auto;
  text-align: center;
  max-width: 95%;
  text-shadow: none;
  background: none;
  box-shadow: none;
  line-height: 1.5;
}

h5 {
  text-align: left;
  font-variant: small-caps;
  font-weight: 600;
  color: #593d3d;
}

.sharing-links h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #c81e1e;
}

article p {
  margin: auto;
  display: block;
  text-align: left;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  color: #593d3d;
  margin-top: 1.5rem;
}

article section p:first-of-type {
  margin-top: unset;
}

article section p:last-of-type {
  margin-bottom: 2.5rem;
}

article section p:first-of-type:first-letter {
  float: left;
  display: inline-block;
  font-weight: 500;
  font-family: "Jost", "Futura-PT";
  text-align: center;
  line-height: 1;
  padding: 0 0.3rem 0 0;
  margin-top: 0;
  color: #c81e1e;
}

article section ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 10%;
}

article section ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 10%;
}

article section ul li, article section ol li {
  display: list-item;
  font-family: "Baskerville", "baskerville-urw", serif;
  color: #593d3d;
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem;
}

article section ul li::marker {
  color: #c81e1e;
}

.non-edition-article article section ul, .non-edition-article article section ol {
  margin-left: 2%;
}

.non-edition-article article section ul li, article section ol li {
  color: black;
}

article section blockquote {
  position: relative;
  max-width: 90%;
  margin: 1rem auto;
  padding-left: 0.85rem;
  text-align: left;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #593d3d;
  z-index: 2;
  border-left: 2px solid #c81e1e;
}

article section blockquote p {
  font-family: "Baskerville", "baskerville-urw", serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #593d3d;
}

article section blockquote p:first-of-type:first-letter {
  all: unset !important;
  font-size: inherit;
  margin: auto;
  padding: 0;
  font-family: "Baskerville", "baskerville-urw", serif;
  color: #593d3d;
  font-weight: 300;
  line-height: 1.5;
  float: none;
}

article section blockquote p:last-of-type {
  margin-bottom: auto;
}

article hr {
  margin: 50px 0;
  height: 1px;
  border: 0;
  background-color: #c81e1e;
}

.epigraph {
  position: relative;
  max-width: 90%;
  margin: 0.5rem auto;
  border: 0;
  padding: 0;
  text-align: center;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.epigraph:first-of-type:first-letter {
  all: unset;
}

cite {
  position: relative;
  display: block;
  margin-top: 0;
  text-align: right;
  font-style: normal;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1rem;
  color: #593d3d;
}

main.non-edition-article cite {
  color: black;
}

cite:before {
  content: "—";
}

.contentnote {
  position: relative;
  max-width: 75%;
  margin: auto;
  padding: 0.5rem;
  text-align: center;
  font-family: "Futura PT", "Jost";
  font-weight: 500;
  color: #593d3d;
  font-variant: all-small-caps;
  line-height: 1.5;
  letter-spacing: 0.01em;
  border: 1px dashed #c81e1e !important;
  background-color: whitesmoke;
}

article sup {
  font-size: 1rem;
  vertical-align: baseline;
  position: relative;
  top: -0.8em;
}

.footnote-ref {
  position: relative;
  margin-top: -200px;
}

article p sup a {
  color: #c81e1e;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

article p sup a:hover, article p sup a:focus {
  color: #000;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.pullquote {
  position: relative;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #593d3d;
  z-index: 2;
}

.pullquote:before {
  position: absolute;
  left: -0.4em;
  top: -0.4em;
  margin-top: 0;
  font-family: "Lato";
  font-size: 6rem;
  font-weight: 300;
  color: #c81e1e;
  content: "“";
}

.pullquote:after {
  position: absolute;
  right: -0.4em;
  bottom: -0.3em;
  font-family: "Lato";
  font-size: 6rem;
  font-weight: 300;
  color: #c81e1e;
  content: "”";
}

.article-footer-content {
  display: block;
  background-color: #fff;
  padding: 1vw;
  margin: 0;
  justify-self: center;
  align-self: center;
  height: auto;
}

.article-footer-content p {
  display: block;
  margin: auto;
  width: 98%;
  text-align: center;
  font-family: "Jost";
  font-weight: 300;
  color: #593d3d;
  line-height: 1.5;
}

.article-footer-content a {
  color: #c81e1e;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.article-footer-content a:hover, .article-footer-content a:focus {
  color: #000;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.article-footer-content hr {
  width: 75%;
  height: 1px;
  margin: 2rem auto 0.5rem auto;
  border-top: 1px dashed #c81e1e;
}

.sharing-links {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1rem;
}

.sharing-links i, fas, fab {
  padding-top: 0.5rem;
}

.sharing-links a {
  color: #c81e1e;
  padding: 1rem;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.sharing-links a:hover, .sharing-links a:focus {
  color: #000;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  main.non-edition-article {
    width: 98%;
  }
  .non-edition-article .article-title > h1, .transmissions-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .non-edition-article .article-title > h2 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  .non-edition-article .author-date > p, .transmissions-header .author-date p {
    font-size: 1rem;
    text-align: right;
  }
  .non-edition-article > .main-article-content-wrapper .standfirst, main.transmissions-main-wrapper .standfirst {
    width: 100%;
    margin-top: 2rem;
    border: 0;
  }
  .non-edition-article .main-article-content-wrapper article {
    order: 2;
    width: 100%;
    margin: 2rem 0 auto auto;
    border: 0;
    padding: 0;
  }
  .non-edition-article .standfirst p, main.transmissions-main-wrapper > .standfirst p {
    font-size: 1.5rem;
  }
  .non-edition-article .main-article-content-wrapper .main-article {
    padding: 0;
  }
  .non-edition-article .main-article-content-wrapper .article-footer-content {
    width: 100%;
    padding-top: 1rem;
  }
  .non-edition-article .article-footer-content > h3, main.transmissions-main-wrapper .article-footer-content > h3 {
    text-align: center;
  }
  .non-edition-article .main-article-content-wrapper .article-footer-content p {
    font-size: 1rem;
    padding: 0;
    margin: 0.5rem;
    text-align: center;
  }
  .non-edition-article .main-article-content-wrapper .article-footer-content p.tags {
    margin: 1rem auto;
  }
  article h1 {
    font-size: 1.73rem;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
  article h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
  }
  h3 {
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
    margin-top: 1rem;
  }
  .article-footer-content > h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  h5 {
    font-size: 1rem;
  }
  article p, article section ul li, article section ol li, .footnote ol li, .footnote ol li p {
    width: 98%;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .non-edition-article article section ul, .non-edition-article article section ol, article section ul, article section ol {
    margin-left: unset;
  }
  article section p:first-of-type:first-letter {
    font-size: 7rem;
    padding-right: 0.3rem;
    margin-top: -0.5rem;
  }
  article section blockquote {
    margin-top: 1rem;
    font-size: 1.2rem;
    padding-left: 10px;
  }
  article section blockquote p {
    margin-top: 1rem;
  }
  article section blockquote p:first-of-type:first-letter {
    all: unset;
  }
  .epigraph {
    font-size: 1rem;
  }
  .contentnote {
    font-size: 1rem;
    max-width: 95%;
  }
  .pullquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
  .pullquote:before {
    position: absolute;
    left: -0.4em;
    top: -0.4em;
    margin-top: 0;
    font-family: "Lato";
    font-size: 4rem;
    font-weight: 300;
    color: #c81e1e;
    content: "“";
  }
  .pullquote:after {
    position: absolute;
    right: -0.5em;
    bottom: -0.3em;
    font-family: "Lato";
    font-size: 4rem;
    font-weight: 300;
    color: #c81e1e;
    content: "”";
  }
  article sup {
    font-size: 0.5rem;
  }
  .article-footer-content p {
    padding: 0;
    font-size: 1rem;
  }
  .article-footer-content a {
    font-size: 1rem;
  }
  .sharing-links i, fas, fab {
    font-size: 1rem;
  }
  .sharing-links a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1174px) {
  .non-edition-article .main-article-content-wrapper article {
    width: 80%;
  }
  article p, article section ul li, article section ol li {
    font-size: 1.2rem;
  }
  article section p:first-of-type:first-letter {
    font-size: 6rem;
    margin-top: -0.85rem;
  }
  .footnote ol li, .footnote ol li p {
    font-size: 1.2rem;
  }
  .contentnote {
    font-size: 1.1rem;
  }
  .non-edition-article .main-article-content-wrapper .article-footer-content {
    width: 100%;
  }
  .non-edition-article .article-footer-content > h3 {
    font-size: 2.19rem;
  }
  .non-edition-article .article-footer-content > p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1175px) and (max-width: 1440px) {
  article h1 {
    font-size: 2.19333rem;
    padding: 2.5rem 0 1.2rem 0;
  }
  article h2 {
    font-size: 1.7rem;
    margin-bottom: 0.7rem;
    margin-top: 1.5rem;
  }
  article h3 {
    margin-bottom: 2rem;
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
  .non-edition-article .article-footer-content > h3 {
    font-size: 2.19rem;
  }
  article h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1rem;
  }
  .sharing-links h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #c81e1e;
  }
  article p, article section ul li, article section ol li {
    font-size: 1.3rem;
  }
  article section p:first-of-type:first-letter {
    font-size: 9rem;
  }
  .footnote ol li, .footnote ol li p {
    font-size: 1.3rem;
  }
  article section blockquote {
    font-size: 1.3rem;
  }
  article section blockquote p {
    font-size: 1.3rem;
  }
  article section blockquote p:first-of-type:first-letter {
    font-size: 1.3rem;
  }
  .epigraph {
    font-size: 1.3rem;
  }
  cite {
    font-size: 1rem;
  }
  .contentnote {
    font-size: 1.2rem;
  }
  .article-footer-content p {
    padding: 0.2rem;
    font-size: 1.2rem;
  }
  .article-footer-content a {
    font-size: 1.2rem;
  }
  .sharing-links i, fas, fab {
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }
  .sharing-links a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 2560px) {
  .non-edition-article .article-title > h1 {
    font-size: calc(5rem + (1vw - 0.900625rem) * 7.1492);
    min-height: 0vw;
    margin: calc(1rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
    margin-left: 0;
    padding: 0;
  }
  .non-edition-article .article-title > h2 {
    font-size: calc(2rem + (1vw - 0.900625rem) * 2.8597);
    margin-bottom: calc(2rem + (1vw - 0.900625rem) * 2.8597);
    min-height: 0vw;
  }
  .non-edition-article .author-date > p {
    font-size: calc(1.7rem + (1vw - 0.900625rem) * 2.5737);
    min-height: 0vw;
    margin: 0;
    margin-bottom: calc(1rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
  }
  .non-edition-article .main-article .standfirst p, main.transmissions-main-wrapper .standfirst p {
    font-size: calc(1.6rem + (1vw - 0.900625rem) * 2.0018);
    min-height: 0vw;
    margin: 0;
  }
  .non-edition-article .article-image > img {
    width: 100%;
  }
  .non-edition-article .main-article-content-wrapper article {
    width: 65%;
  }
  .non-edition-article .main-article-content-wrapper .article-footer-content {
    width: 65%;
  }
  article h3, h3, .non-edition-article .main-article-content-wrapper .article-footer-content > h3 {
    font-size: calc(2.2rem + (1vw - 0.900625rem) * 2.5737);
    min-height: 0vw;
  }
  .non-edition-article .main-article-content-wrapper .article-footer-content > p, main.transmissions-main-wrapper > .transmissions-article-wrapper > .article-footer-content > p {
    font-size: calc(1.4rem + (1vw - 0.900625rem) * 2.2878);
    min-height: 0vw;
  }
  .mobile-only {
    display: none;
  }
  article h1 {
    font-size: calc(2.2rem + (1vw - 0.900625rem) * 2.5737);
    min-height: 0vw;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }
  article h2 {
    font-size: calc(2.4rem + (1vw - 0.900625rem) * 2.2878);
    min-height: 0vw;
    margin-bottom: 8vh;
    margin-top: 15vh;
  }
  article h3 {
    margin-bottom: 2rem;
    margin-top: 2.5rem;
  }
  h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  h5 {
    font-size: 1.7rem;
  }
  article p, article section ul li, article section ol li, article section blockquote p {
    font-size: calc(1.4rem + (1vw - 0.900625rem) * 1.5728);
    min-height: 0vw;
  }
  article section p:first-of-type:first-letter {
    font-size: calc(9rem + (1vw - 0.900625rem) * 8.5791);
    min-height: 0vw;
    padding-right: calc(0.3rem + (1vw - 0.900625rem) * 2.8597);
    min-height: 0vw;
    margin-top: calc(-0.85rem + (1vw - 0.900625rem) * -0.2145);
    min-height: 0vw;
  }
  .footnote ol li, .footnote ol li p, .article-edition .footnote > ol > li > p {
    font-size: calc(1.3rem + (1vw - 0.900625rem) * 1.2869);
    min-height: 0vw;
  }
  article section blockquote {
    padding-left: 1.9rem;
    border-left: 3px solid #c81e1e;
  }
  article section blockquote p:first-of-type:first-letter {
    font-size: inherit;
  }
  article section blockquote p:last-of-type {
    margin-bottom: auto;
  }
  article hr {
    margin: 50px 0;
  }
  .epigraph {
    font-size: calc(1.4rem + (1vw - 0.900625rem) * 1.5728);
    min-height: 0vw;
  }
  .epigraph:first-of-type:first-letter {
    all: unset;
  }
  cite {
    font-size: calc(1.1rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
  }
  .contentnote {
    font-size: calc(1.2rem + (1vw - 0.900625rem) * 1.8588);
    min-height: 0vw;
    border-width: calc(0.0625rem + (1vw - 0.900625rem) * 0.1787);
  }
  .pullquote {
    position: relative;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 3rem;
    font-family: "Baskerville", "baskerville-urw", serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #593d3d;
    z-index: 2;
  }
  .pullquote:before {
    position: absolute;
    left: -0.4em;
    top: -0.4em;
    margin-top: 0;
    font-family: "Lato";
    font-size: 6rem;
    font-weight: 300;
    color: #c81e1e;
    content: "“";
  }
  .pullquote:after {
    position: absolute;
    right: -0.5em;
    bottom: -0.3em;
    font-family: "Lato";
    font-size: 6rem;
    font-weight: 300;
    color: #c81e1e;
    content: "”";
  }
  article sup {
    font-size: 1.2rem;
  }
  .article-footer-content {
    display: block;
    background-color: #fff;
    padding: 1vw;
    margin: 0;
    justify-self: center;
    align-self: center;
    height: auto;
  }
  .article-footer-content p {
    font-size: calc(1.2rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
  }
  .article-footer-content a {
    font-size: inherit;
  }
  .sharing-links {
    font-size: calc(1.5rem + (1vw - 0.900625rem) * 2.1448);
    min-height: 0vw;
  }
  .sharing-links i, fas, fab {
    font-size: calc(1.5rem + (1vw - 0.900625rem) * 2.1448);
    min-height: 0vw;
    padding-top: 1rem;
  }
  .sharing-links a {
    font-size: inherit;
    padding: 1rem;
  }
}
@media screen and (min-width: 1176px) {
  .mobile-info-nav {
    display: none;
  }
  .info {
    display: none;
  }
  .info > ul {
    display: none;
  }
  .info > ul > li {
    display: none;
  }
}
.bigfoot-footnote__button {
  position: relative;
  z-index: 2;
  top: -0.5em;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  padding: 0.35em;
  margin: 0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  background-color: #c81e1e;
  backface-visibility: hidden;
  transition: background-color 0.3s ease-in-out 0.3s;
  font-size: 1rem;
  font-color: #fff;
  line-height: 0;
  vertical-align: middle;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition-property: background-color;
  transition-duration: 0.25s ease-in-out;
}

.bigfoot-footnote__button:hover, .bigfoot-footnote__button:focus {
  outline: none;
  background-color: black;
  transition: background-color 0.3s ease-in-out 0.3s;
}

.bigfoot-footnote__button:active {
  background-color: black;
  transition: background-color 0.3s ease-in-out 0.3s;
}

.bigfoot-footnote__button.is-active {
  background-color: #c81e1e;
  transition-delay: 0.3s;
}

.bigfoot-footnote__button:after {
  content: "";
  display: table;
  clear: both;
}

.bigfoot-footnote__button__circle {
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.25em;
  float: left;
}

.bigfoot-footnote__button__circle:last-child {
  margin-right: 0;
}

.bigfoot-footnote__container {
  display: inline-block;
  position: relative;
  text-indent: 0;
}

@media not print {
  .footnote-print-only {
    display: none !important;
  }
}
@media print {
  .bigfoot-footnote,
  .bigfoot-footnote__button {
    display: none !important;
  }
}
.bigfoot-footnote {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  max-width: 75%;
  margin: 1.9692388156em 0;
  background: rgb(250, 250, 250);
  opacity: 0;
  border-radius: 0.5em;
  border: 1px solid rgb(200, 30, 30);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  line-height: 0;
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transform: scale(0.1) translateZ(0);
  transform-origin: 50% 0;
}

.bigfoot-footnote.is-positioned-top {
  top: auto;
  bottom: 0;
}

.bigfoot-footnote.is-active {
  transform: scale(1) translateZ(0);
  opacity: 0.97;
}

.bigfoot-footnote.is-bottom-fixed {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  transform: translateY(100%);
  width: 100%;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  border-width: 1px 0 0;
  transition: transform 0.3s ease;
}

.bigfoot-footnote.is-bottom-fixed.is-active {
  transform: translateY(0);
}

.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper {
  margin: 0 0 0 50%;
  transform: translateX(-50%);
  max-width: 100%;
}

.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper,
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__content {
  border-radius: 0;
}

.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__tooltip {
  display: none;
}

.bigfoot-footnote.is-scrollable:after {
  content: "";
  position: absolute;
  bottom: -0.0625em;
  left: -0.0625em;
  z-index: 6;
  display: block;
  height: 0.78125em;
  width: 0.625em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTIgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4iPgogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgICAgICA8cGF0aCBkPSJNNSwwIEw1LDExLjUiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsNy41IEw1LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjUsNy41IEw5LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCAxMC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTcuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
  background-size: cover;
  opacity: 0.1;
  transition-properties: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}

.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before, .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 7;
  left: 0;
}

.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before {
  top: -1px;
  height: 1.1em;
  border-radius: 0.5em 0.5em 0 0;
  background-image: linear-gradient(to bottom, rgb(250, 250, 250) 50%, rgba(250, 250, 250, 0) 100%);
}

.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
  bottom: -1px;
  height: 1.2em;
  border-radius: 0 0 0.5em 0.5em;
  background-image: linear-gradient(to top, rgb(250, 250, 250) 50%, rgba(250, 250, 250, 0) 100%);
}

.bigfoot-footnote.is-scrollable ::-webkit-scrollbar {
  display: none;
}

.bigfoot-footnote.is-fully-scrolled:after, .bigfoot-footnote.is-fully-scrolled:before {
  opacity: 0;
  transition-delay: 0;
}

.bigfoot-footnote__wrapper {
  position: relative;
  z-index: 9;
  width: 20em;
  display: inline-block;
  box-sizing: inherit;
  overflow: hidden;
  margin: 0;
  background-color: rgb(250, 250, 250);
  border-radius: 0.5em;
  line-height: 0;
}

aside.bigfoot-footnote {
  border-top: 1px solid rgb(200, 30, 30) !important;
}

.bigfoot-footnote__content {
  position: relative;
  z-index: 3;
  display: inline-block;
  max-height: 15em;
  padding: 1.1em 0.5em 1.2em;
  box-sizing: inherit;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgb(250, 250, 250);
  border-radius: 0.5em;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: normal;
}

.bigfoot-footnote__content img {
  max-width: 100%;
}

.bigfoot-footnote__content *:last-child {
  margin-bottom: 0 !important;
}

.bigfoot-footnote__content *:first-child {
  margin-top: 0 !important;
}

.bigfoot-footnote__content p {
  all: unset;
  font-family: "Jost";
  font-weight: 300;
  font-size: 1rem;
  line-height: normal;
  color: black;
}

.bigfoot-footnote__content p:first-of-type:first-letter {
  all: inherit;
}

@media screen and (max-width: 425px) {
  .bigfoot-footnote__content p {
    font-size: 0.85rem;
  }
  .bigfoot-footnote__content p:first-of-type:first-letter {
    font-size: 0.85rem;
  }
  .bigfoot-footnote__wrapper {
    width: 15em;
    max-width: 98%;
  }
}
@media screen and (min-width: 1900px) {
  .bigfoot-footnote__content p {
    font-size: 2rem;
  }
  .bigfoot-footnote__content p:first-of-type:first-letter {
    font-size: 2rem;
  }
  .bigfoot-footnote__button {
    font-size: 2rem;
  }
}
.bigfoot-footnote__tooltip {
  position: absolute;
  z-index: 7;
  box-sizing: border-box;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  transform: rotate(45deg);
  background: rgb(250, 250, 250);
  border: 1px solid rgb(200, 30, 30);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 0;
}

.is-positioned-bottom .bigfoot-footnote__tooltip {
  top: -0.65em;
}

.is-positioned-top .bigfoot-footnote__tooltip {
  bottom: -0.65em;
}

.bigfoot-footnote__button {
  position: relative;
  height: 1em;
  width: 1em;
  border-radius: 50%;
}

.bigfoot-footnote__button:after {
  content: attr(data-footnote-number);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 0.57em;
  font-weight: bold;
  color: rgb(255, 255, 255);
  transition: color 0.25s ease;
}

.bigfoot-footnote__button:hover:after, .bigfoot-footnote__button.is-active:after {
  color: white;
}

.bigfoot-footnote__button__circle {
  display: none;
}

/* Interview styling */
.interview-quote {
  font-family: "Futura PT", "Jost", "Lato", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: white;
  width: 46px;
  height: 46px;
  line-height: 46px;
  float: left;
  text-align: center;
  border-radius: 23px;
  box-sizing: border-box;
}

@media screen and (min-width: 320px) and (max-width: 849px) {
  .interview-quote {
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 850px) {
  .interview-quote {
    display: block;
    margin-top: -2px;
    margin-left: -60px;
    float: left;
  }
}
.interview-quote.author-1 {
  background: #c81e1e;
}

.interview-quote.author-2 {
  background: #2b2b44;
}

.interview-quote.author-3 {
  background: #2f5d50;
}

.interview-quote.author-4 {
  background: #605751;
}

.interview-quote.author-5 {
  background: #804417;
}

interview-quote.author-6 {
  background: #5c2f3c;
}

.display-edition-grid-wrapper {
  display: grid;
  grid-template-rows: auto;
  grid-template-areas: "hero" "contents";
  position: relative;
  margin: 0;
  padding: 0;
}

.editions-hero {
  grid-column: 1;
  grid-row: 1;
  grid-area: "hero";
  padding: 0;
  z-index: 1;
  margin: 0;
  top: 0;
  position: relative;
}

.editions-hero > img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}

.editions-flex-title-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 20px;
  top: 0;
  height: auto;
  left: 0;
  opacity: 1;
  position: absolute;
  flex-direction: column;
  z-index: 3;
}

.edition-title {
  order: 1;
  padding: 0;
  justify-self: left;
  justify-content: left;
  justify-items: left;
  align-content: center;
  align-items: center;
  vertical-align: top;
  margin: 0;
  position: relative;
  top: 0;
}

.space {
  display: none;
}

.edition-description {
  order: 2;
  padding: 0;
  margin: 1rem;
}

.edition-title > h1 {
  text-align: left;
  justify-self: left;
  align-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin: 0;
  padding: 0.5rem;
  background: none;
  box-shadow: none;
}

.edition-title > h2 {
  display: block;
  background-color: transparent;
  line-height: normal;
  border: none;
  text-align: left;
  justify-self: inherit;
  align-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 0 0.7rem;
  margin: 0;
}

.edition-description p:first-of-type:first-letter {
  float: inherit;
  line-height: inherit;
  font-size: inherit;
}

.editions-content {
  grid-area: "contents";
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  position: relative;
  justify-items: center;
  justify-self: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: auto;
}

.editions-content > h3 {
  text-align: center;
}

.editions-content > details > summary {
  text-align: left;
  justify-items: center;
  justify-self: center;
  justify-content: center;
  cursor: pointer;
}

.editions-content > details > p > a {
  transition: none;
  background-image: none;
}

.editions-content > details > ul {
  display: grid;
  padding-inline-start: 0;
  padding: 0;
}

.editions-content > details > ul > li {
  list-style-type: none;
  border: 1px solid;
  border-radius: 0.5rem;
  margin: 0;
  padding-inline-start: 0;
}

.editions-content > details > ul > li > figure {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 1rem;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: relative;
}

.editions-content > details > ul > li > figure > img {
  width: 100%;
  height: auto;
}

.editions-content > details > ul > li > figure > figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.editions-content > details > ul > li > figure > figcaption > h4 {
  font-family: Jost;
  font-weight: 300;
  align-self: center;
  margin: 0;
  color: white !important;
  padding: 0.75rem;
}

.editions-content > details > ul > li > p {
  font-family: Jost;
  font-weight: 200;
  line-height: 1.5;
  padding: 0.75rem;
  margin: 0;
}

.editions-content > details > ul > li > p:first-of-type:first-letter {
  float: inherit;
  padding: 0;
  font-family: Jost;
  font-weight: 200;
  line-height: 1.5;
}

.editions-content > details > ul > li > p.author-attrib {
  padding: 1rem 0.75rem;
  text-align: center;
  font-weight: 400;
}

.editions-content > details > ul > li > p.author-attrib:first-of-type:first-letter {
  all: inherit;
  padding: 0;
}

.editions-content > details > ul > li > p.subtitle {
  font-family: "Baskerville", "baskerville-urw", serif;
  font-weight: 200;
  line-height: 1.5;
  width: 95%;
  margin: auto;
}

.editions-content > details > ul > li > p.subtitle:first-of-type:first-letter {
  all: inherit;
}

.editions-content > details > ul > li > a {
  display: inline-block;
  position: relative;
  place-self: end start;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  font-family: Jost;
  font-weight: 400;
  line-height: 1.5;
  transition: none;
  background-image: none;
}

@media screen and (min-width: 280px) and (max-width: 849px) {
  .editions-content {
    padding: 0.5rem;
    width: 85vw;
  }
  .editions-content > details > ul {
    grid-template-columns: repeat(var(--repeat, auto-fit), minmax(250px, 1fr));
    grid-gap: 1rem;
  }
  .editions-content > details > ul > li > figure > figcaption > h4 {
    font-size: 1rem;
  }
  .editions-content > details > ul > li > p {
    font-size: 1rem;
  }
  .editions-content > details > ul > li > p:first-of-type:first-letter {
    float: inherit;
    font-size: 1rem;
  }
  .editions-content > details > ul > li > p.author-attrib {
    font-size: 1rem;
    min-height: 0vw;
  }
  .editions-content > details > ul > li > p.subtitle {
    font-size: 1rem;
    padding: 0.6rem;
    height: auto;
    min-height: 180px;
  }
  .editions-content > details > ul > li > a {
    font-size: 1rem;
    border-radius: 5px;
  }
}
@media screen and (min-width: 850px) {
  .editions-content {
    padding: 2rem;
    margin: auto;
    --repeat: 2;
    width: 75vw;
  }
  .editions-content > details > ul {
    grid-template-columns: repeat(var(--repeat, auto-fit), minmax(340px, 1fr));
    grid-gap: 1.5rem;
  }
  .editions-content > details > ul > li > figure > figcaption > h4 {
    padding: 0.75rem;
    font-size: 1.25rem;
  }
  .editions-content > details > ul > li > p {
    font-size: 1rem;
  }
  .editions-content > details > ul > li > p:first-of-type:first-letter {
    font-size: 1rem;
  }
  .editions-content > details > ul > li > p.author-attrib {
    font-size: calc(1rem + (1vw - 0.53125rem) * 0.8136);
    min-height: 0vw;
  }
  .editions-content > details > ul > li > p.subtitle {
    font-size: calc(1rem + (1vw - 0.53125rem) * 0.8136);
    min-height: 0vw;
    padding: 0.75rem;
    height: auto;
    min-height: 150px;
  }
  .editions-content > details > ul > li > a {
    display: inline-block;
    margin: 1rem;
    font-size: 1rem;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1441px) {
  .edition-title > h1 {
    padding: 2rem 0 0 2rem;
  }
  .edition-title > h2 {
    padding: 0 0 0 2.5rem;
  }
  .editions-content {
    padding: 2rem;
    --repeat: 2;
    width: 75vw;
  }
  .editions-content > details > summary {
    box-shadow: inset 0 calc(-1.0625rem + (1vw - 14.41px) * -1.6086) 0;
    font-size: calc(2rem + (1vw - 0.900625rem) * 2.8597);
  }
  .editions-content > details > ul {
    grid-template-columns: repeat(var(--repeat, auto-fit), minmax(540px, 1fr));
    grid-gap: 2rem;
  }
  .editions-content > details > ul > li > figure > figcaption > h4 {
    padding: 0.75rem;
    font-size: calc(1.25rem + (1vw - 0.900625rem) * 2.2163);
    min-height: 0vw;
  }
  .editions-content > details > ul > li > p.author-attrib {
    font-size: calc(1.7rem + 0.5 * (100vw - 90.0625rem) / 38.4375);
    min-height: 0vw;
    padding: 1rem 0.75rem;
  }
  .editions-content > details > ul > li > p.subtitle {
    font-size: calc(1.5rem + 0.5 * (100vw - 90.0625rem) / 38.4375);
    min-height: 0vw;
    padding: 0.75rem;
    height: auto;
    min-height: 220px;
  }
  .editions-content > details > ul > li > a {
    margin: 1.3rem;
    font-size: calc(1.5rem + 0.5 * (100vw - 90.0625rem) / 38.4375);
    min-height: 0vw;
    border-radius: 10px;
  }
}
.editions-archive-container {
  width: 100vw;
  padding: 0;
  display: flex;
  flex-flow: column;
}

.editions-archive-heading {
  display: flex;
  justify-content: flex-end;
  border-bottom: 5px solid #c81e1e;
  padding-top: 1.5rem;
}

.editions-archive-heading p {
  display: flex;
  padding-bottom: 0;
  margin: 0;
}

.editions-archive-list {
  display: flex;
  width: 100%;
}

.editions-archive-list > ul {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  margin: 0;
}

.editions-archive-list > ul > li {
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 8/1;
  align-items: baseline;
}

.editions-archive-list > ul > li > figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: relative;
  aspect-ratio: 8/1;
  width: 100%;
}

.editions-archive-list > ul > li:hover .edition-archive-thumb-img {
  opacity: 70%;
}

.edition-archive-thumb-img {
  aspect-ratio: 8/1;
  object-fit: cover;
  width: 100%;
  max-width: 100vw;
  height: auto;
  margin: 0;
  opacity: 95%;
  z-index: -1;
}

.editions-archive-list > ul > li > figure > figcaption {
  position: absolute;
  margin: auto;
  z-index: 3;
}

.editions-archive-list > ul > li > figure > figcaption > a {
  font-family: "Futura PT", "Jost", sans-serif;
  font-weight: 500;
  color: white;
  font-size: calc(1rem + (1vw - 0.2rem) * 2.5);
  min-height: 0vw;
  text-transform: uppercase;
  background-image: none;
  transition: none;
  padding: 0.3rem;
  opacity: 100% !important;
}

.edition-ge-2017 {
  display: flex;
  width: 100%;
  align-items: center !important;
  justify-content: center;
  background-color: snow;
  border: 1px solid #940c13;
}

.edition-ge-2017:hover {
  background-color: white;
}

.edition-ge-2017 > a {
  font-family: "Futura PT", "Jost", sans-serif;
  font-weight: 500;
  color: white;
  font-size: calc(1rem + (1vw - 0.2rem) * 2.5);
  min-height: 0vw;
  text-transform: uppercase;
  background-image: none;
  transition: none;
  padding: 0.3rem;
}

.editions-archive-list > ul > li:nth-of-type(1) a {
  color: snow;
  background-color: #940c13;
}

.editions-archive-list > ul > li:nth-of-type(2) a {
  color: #521c19;
  background-color: #f9a91e;
}

.editions-archive-list > ul > li:nth-of-type(3) a {
  color: #92b5a9;
  background-color: white;
}

.editions-archive-list > ul > li:nth-of-type(4) a {
  color: #330808;
  background-color: #8CC9C6;
}

.editions-archive-list > ul > li:nth-of-type(5) a {
  color: black;
  text-shadow: 2px 2px white;
  background-color: #f7931e;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .editions-archive-list > ul > li {
    aspect-ratio: 8/2;
    align-items: baseline;
  }
  .editions-archive-list > ul > li:nth-of-type(5) a {
    color: black;
    text-shadow: 1px 1px white;
    background-color: #f7931e;
  }
  .edition-archive-thumb-img {
    aspect-ratio: 8/2;
  }
  .editions-archive-heading {
    border-bottom: calc(0.0625rem + (1vw - 3.2px) * 0.4464) solid #c81e1e;
    padding-top: calc(0rem + (1vw - 0.2rem) * 3.5714);
  }
  .editions-archive-heading p {
    font-size: calc(1.5rem + (1vw - 0.175rem) * 4.5996);
    min-height: 0vw;
  }
  .edition-ge-2017 > a {
    font-size: calc(0.86rem + (1vw - 0.175rem) * 2.7598);
    min-height: 0vw;
  }
}
@media screen and (min-width: 1441px) {
  .editions-archive-list > ul > li {
    aspect-ratio: 8/1;
    align-items: center;
  }
  .editions-archive-list > ul > li:nth-of-type(5) a {
    color: black;
    text-shadow: 3px 3px white;
    background-color: #f7931e;
  }
}
.pagination {
  width: calc(16.625rem + (1vw - 0.175rem) * 95);
  min-height: 0vw;
  margin: 1rem auto;
  text-align: center;
  font-family: "Futura-PT", "Jost", sans-serif;
  font-weight: 300;
}

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

.pagination-menu a, .pagination-menu a:focus {
  color: white;
  float: left;
  padding: 4px 8px;
  text-decoration: none;
  margin: 0 4px;
  background-color: #c81e1e;
  border-radius: 5px;
  border: 1px solid #c81e1e;
  font-family: "Futura-PT", "Jost", sans-serif;
  font-size: 1rem;
  background-image: none;
  transition: none;
}

.pagination a.active {
  background-color: white;
  color: #c81e1e;
  border-color: #c81e1e;
}

.pagination-menu a:hover:not(.active) {
  background-color: white;
  color: #c81e1e;
  border: 1px solid #c81e1e;
}

.pagination-menu > .disabled-item {
  color: #b5b5b5;
  border: 1px solid #b5b5b5;
  background-color: white;
  cursor: default;
}

.fas.fa-angle-double-right,
.fas.fa-angle-double-left,
.fas.fa-angle-left,
.fas.fa-angle-right {
  font-size: 1rem;
}

.keywords {
  display: flex;
  flex-direction: column;
  width: max-content;
  max-width: calc(16.625rem + (1vw - 0.175rem) * 95);
  min-height: 0vw;
  margin: auto;
  margin-bottom: calc(1rem + (1vw - 0.175rem) * 1.3793);
  min-height: 0vw;
}

.keywords > p {
  order: 1;
  font-family: "Inter";
  font-variant-caps: all-small-caps;
  font-weight: 500;
  font-size: calc(1rem + (1vw - 0.175rem) * 0.4828);
  min-height: 0vw;
  color: black;
  text-align: left;
  margin: 0;
}

.keywords > p.smaller {
  order: 2;
  font-family: "Inter";
  font-variant-caps: all-small-caps;
  font-size: calc(0.9rem + (1vw - 0.175rem) * 0.4138);
  min-height: 0vw;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  border-top: 1px solid black;
}

@media screen and (min-width: 1441px) and (max-width: 2560px) {
  .keywords > p {
    font-size: calc(1.35rem + (1vw - 0.900625rem) * 1.9303) !important;
    min-height: 0vw;
  }
  .keywords > p.smaller,
  .fas.fa-angle-double-right,
  .fas.fa-angle-double-left,
  .fas.fa-angle-left,
  .fas.fa-angle-right,
  .pagination-menu a,
  .pagination-menu a:focus {
    font-size: calc(1.1rem + (1vw - 0.900625rem) * 1.5728);
    min-height: 0vw;
  }
}
.twitter-share-button {
  display: block;
  background-image: url("../img/tweetquote.png");
  background-size: 100px 21px;
  transition: none;
  width: 100px;
  height: 21px;
  visibility: visible;
  font-family: Jost, Lato, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 1;
  color: #c81e1e;
  font-variant: small-caps;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.twitter-share-button:hover, .twitter-share-button:focus, .twitter-share-button:active, .twitter-share-button:visited {
  display: block;
  background-image: url("../img/tweetquote.png");
  background-size: 100px 21px;
  transition: none;
  width: 100px;
  height: 21px;
  visibility: visible;
}

.article-class .twitter-share-button {
  background-image: url("../img/tweetquote_class.svg");
}

.article-class .twitter-share-button:hover, .article-class .twitter-share-button:focus, .article-class .twitter-share-button:active, .article-class .twitter-share-button:visited {
  background-image: url("../img/tweetquote_class.svg");
}

.article-ecologies .twitter-share-button {
  background-image: url("../img/tweetquote_ecologies.svg");
}

.article-ecologies .twitter-share-button:hover, .article-ecologies .twitter-share-button:focus, .article-ecologies .twitter-share-button:active, .article-ecologies .twitter-share-button:visited {
  background-image: url("../img/tweetquote_ecologies.svg");
}

.article-fifth-birthday .twitter-share-button {
  background-image: url("../img/tweetquote_fifth-birthday.svg");
}

.article-fifth-birthday .twitter-share-button:hover, .article-fifth-birthday .twitter-share-button:focus, .article-fifth-birthday .twitter-share-button:active, .article-fifth-birthday .twitter-share-button:visited {
  background-image: url("../img/tweetquote_fifth-birthday.svg");
}

.transmissions-article-wrapper .twitter-share-button {
  background-image: url("../img/tweetquote.svg");
}

.transmissions-article-wrapper .twitter-share-button:hover, .transmissions-article-wrapper .twitter-share-button:focus, .transmissions-article-wrapper .twitter-share-button:active, .transmissions-article-wrapper .twitter-share-button:visited {
  background-image: url("../img/tweetquote.svg");
}

@media screen and (min-width: 1920px) {
  .twitter-share-button {
    background-size: 200px 42px;
    width: 200px;
    height: 42px;
  }
  .twitter-share-button:hover, .twitter-share-button:focus, .twitter-share-button:active, .twitter-share-button:visited {
    background-size: 200px 42px;
    width: 200px;
    height: 42px;
  }
}
.prepare-for-publication-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  width: 100%;
  justify-items: center;
  margin: 1rem;
}

.admin-header-text {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}

.admin-header-buttons {
  grid-column: 2;
  grid-row: 1;
}

.admin-article-title {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 2;
  padding: 1rem;
}

.admin-management-column-left {
  grid-column: 1;
  grid-row: 3;
  justify-items: center;
  width: 100%;
}

.admin-management-column-right {
  grid-column: 2;
  grid-row: 3;
  max-width: 100%;
}

.prepare-twitter-facebook-posts {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 4;
  justify-items: center;
  width: 80%;
  margin: auto;
  padding: 1rem;
}

.check-article-preview-page {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 5;
  justify-items: center;
  width: 80%;
  margin: auto;
  padding: 1rem;
}

.check-link-previews {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 6;
  justify-items: center;
  width: 80%;
  margin: auto;
  padding: 1rem;
}

.check-twitter-preview {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 7;
  justify-items: center;
  width: 80%;
  margin: auto;
  padding: 1rem;
}

.check-facebook-preview {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 8;
  justify-items: center;
  width: 80%;
  margin: auto;
  padding: 1rem;
}

.publish-article-button {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 9;
  justify-items: center;
  width: 80%;
  margin: auto;
  padding: 1rem;
}

.share-grid {
  display: grid;
  grid-template-columns: repeat(9);
  grid-template-rows: auto;
  max-width: 100%;
  justify-items: center;
  margin: 1rem;
  grid-row-gap: 2rem;
}

.share-header {
  grid-column-start: 1;
  grid-column-end: 5;
  width: 100%;
  grid-row: 1;
  justify-items: center;
}

.share-buttons {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row: 1;
}

.share-article-left {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row: 2;
  justify-items: center;
  width: 100%;
}

.share-article-right {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row: 2;
  justify-items: center;
  width: 100%;
}

.share-on-twitter-heading {
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row: 3;
  justify-items: center;
  width: 100%;
}

.tweet-this {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row: 4;
  justify-items: center;
  width: 100%;
}

.twitter-screenshot-left {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row: 5;
  justify-items: center;
  width: 100%;
  padding: 1rem;
}

.twitter-screenshot-right {
  grid-column-start: 6;
  grid-column-end: 8;
  grid-row: 5;
  justify-items: center;
  width: 100%;
  padding: 1rem;
}

.share-on-facebook-heading {
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row: 6;
  justify-items: center;
  width: 100%;
}

.share-on-facebook {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row: 7;
  justify-items: center;
  width: 100%;
}

@media screen and (min-width: 320px) {
  .article-button {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    background-image: none;
    transition: none;
    color: white;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
    font-size: 0.5rem;
    font-weight: 400;
    padding: 10px;
    margin: auto;
    width: auto;
    border: 1px solid;
    border-radius: 8px;
    overflow: hidden;
  }
  .article-button:hover, .article-button:active, .article-button:focus {
    text-decoration: none;
    background-image: none;
    transition: none;
    padding: 10px;
    width: auto;
    transition: none;
    color: white;
    text-transform: capitalize;
    font-size: 1rem;
  }
  .article-button:nth-of-type(1) {
    background-color: #c81e1e;
    border-color: #c81e1e;
  }
  .article-button:nth-of-type(2) {
    background-color: #593d3d;
    border-color: #593d3d;
  }
  .article-button:nth-of-type(3) {
    background-color: #7a6e67;
    border-color: #7a6e67;
  }
  .article-button:nth-of-type(4) {
    background-color: #c8731e;
    border-color: #c8731e;
  }
  .article-button:nth-of-type(5) {
    background-color: #78677a;
    border-color: #78677a;
  }
  .article-button:nth-of-type(6) {
    background-color: #1ec8c8;
    border-color: #1ec8c8;
  }
  .article-button:nth-of-type(7) {
    background-color: rosybrown;
    border-color: rosybrown;
  }
  .article-button:nth-of-type(8) {
    background-color: #3D5959;
    border-color: #3D5959;
  }
}
@media screen and (min-width: 850px) {
  .article-button {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    background-image: none;
    transition: none;
    color: white;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px;
    margin: 5px;
    width: auto;
    border: 1px solid;
    border-radius: 8px;
    overflow: hidden;
  }
  .article-button:hover, .article-button:active, .article-button:focus {
    text-decoration: none;
    background-image: none;
    transition: none;
    padding: 10px;
    width: auto;
    transition: none;
    color: white;
    text-transform: capitalize;
    font-size: 1rem;
  }
  .article-button:nth-of-type(1) {
    background-color: #c81e1e;
    border-color: #c81e1e;
  }
  .article-button:nth-of-type(2) {
    background-color: #593d3d;
    border-color: #593d3d;
  }
  .article-button:nth-of-type(3) {
    background-color: #7a6e67;
    border-color: #7a6e67;
  }
  .article-button:nth-of-type(4) {
    background-color: #c8731e;
    border-color: #c8731e;
  }
  .article-button:nth-of-type(5) {
    background-color: #78677a;
    border-color: #78677a;
  }
  .article-button:nth-of-type(6) {
    background-color: #1ec8c8;
    border-color: #1ec8c8;
  }
  .article-button:nth-of-type(7) {
    background-color: rosybrown;
    border-color: rosybrown;
  }
  .article-button:nth-of-type(8) {
    background-color: #3D5959;
    border-color: #3D5959;
  }
}
.article-thumb {
  margin: 1rem;
  width: 80%;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  border: 1px solid #7a6e67;
  border-radius: 8px;
}

.article-thumb > figure {
  max-width: 540px;
  max-height: 350px;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: relative;
  background: #7a6e67;
}

.article-thumb > figure > img {
  width: 100%;
}

.article-thumb > figure > figcaption {
  position: absolute;
  bottom: 0;
  background-color: white;
  width: 100%;
}

.article-thumb > figure > figcaption > h3 {
  font-family: Jost;
  font-weight: 300;
  align-self: center;
  margin: 0;
  color: white;
  padding: 0.75rem;
  font-size: 1.3rem;
}

.article-thumb > figure > figcaption > h3 > a {
  font-family: Lato;
  font-weight: 400;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.article-thumb > figure > figcaption > h3 > a:hover, .article-thumb > figure > figcaption > h3 > a:focus {
  color: #593d3d;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.article-thumb > p {
  font-family: "Lato", "Jost", sans-serif;
  font-weight: 300;
  max-width: 540px;
  align-self: center;
  text-align: center;
  margin: auto;
  padding: 0.5rem;
  color: #593d3d;
  font-size: 1.3rem;
}

.article-thumb > p:first-of-type:first-letter {
  font-family: "Lato", "Jost", sans-serif;
  font-weight: 300;
  align-self: center;
  text-align: center;
  margin: auto;
  padding: 0;
  color: #593d3d;
  font-size: 1.3rem;
  line-height: inherit;
  float: none;
}

.article-thumb > p > a {
  font-family: Lato;
  font-weight: 400;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.article-thumb > p > a:hover, .article-thumb > p > a:focus {
  color: #593d3d;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.admin-h1 {
  display: block;
  font-family: "Lato", "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #c81e1e;
  text-shadow: none;
  margin: auto;
  justify-self: center;
  justify-items: center;
  text-align: center;
  width: 100%;
  background: none;
  box-shadow: none;
}

.admin-h2 {
  font-family: "Lato", "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #593d3d;
  text-shadow: none;
  background: rgba(200, 30, 30, 0.3);
  border: 2px solid #c81e1e;
  border-radius: 8px;
  text-align: center;
  width: 80%;
  margin: 1rem auto auto auto;
}

@media screen and (min-width: 320px) and (max-width: 850px) {
  .admin-h1 {
    font-size: 1rem;
  }
  .admin-h2 {
    font-size: 0.7rem;
  }
}
.admin-article-title-h2 {
  font-family: "Lato", "Jost", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: #593d3d;
  text-shadow: none;
  margin: auto;
  justify-self: center;
  justify-items: center;
  text-align: center;
  width: 100%;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.admin-article-title-h2 > a {
  font-family: Lato;
  font-weight: 300;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.admin-article-title-h2 > a:hover, .admin-article-title-h2 > a:focus {
  color: #593d3d;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.share-h2 {
  font-family: "Lato", "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #593d3d;
  text-shadow: none;
  background: rgba(30, 200, 200, 0.3);
  border: 2px solid #1ec8c8;
  border-radius: 8px;
  text-align: center;
  width: 80%;
  margin: 1rem auto auto auto;
}

.tweet-this > p {
  color: #593d3d;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.2rem;
  width: 100%;
  margin: 1rem;
  text-align: center;
}

.share-on-facebook > p {
  color: #593d3d;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.2rem;
  width: 100%;
  margin: 1rem;
  text-align: center;
}

.tweet-this > a {
  color: #c81e1e;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.2rem;
  width: 100%;
  margin: 1rem;
  text-align: center;
}

.share-on-facebook > a {
  color: #c81e1e;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.2rem;
  width: 100%;
  margin: 1rem;
  text-align: center;
}

.article-preview-page-check {
  background-color: snow;
  border: 1px dashed #c81e1e;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.2rem;
  width: 100%;
  margin: 1rem;
}

.article-preview-page-check > ul {
  list-style: square;
}

.article-preview-page-check > ul > li {
  padding: 0.5rem;
}

.check-link-previews > p {
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.2rem;
  width: 100%;
  margin: 1rem;
}

.two-column-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.column-left {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row: 1;
  width: 100%;
  padding: 1.2rem;
  justify-items: center;
}

.column-left > ul > li > a {
  display: inline-block;
  position: relative;
  place-self: end start;
  margin: 0.5rem;
  font-family: Lato;
  font-weight: 400;
  line-height: 1.5;
  color: #c81e1e;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.column-left > ul > li > a:hover, .column-left > ul > li > a:focus {
  color: #000;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.column-left > ul {
  padding-inline-start: 0;
  padding-bottom: 1rem;
}

.column-left > ul > li {
  border: 1px solid;
  border-radius: 0.5rem;
  list-style-type: none;
  margin: 0;
  padding-inline-start: 0;
  width: 380px;
}

.column-left > ul > li > figure {
  height: auto;
  width: 340px;
  margin-left: 20px;
  margin-right: 20px;
}

.column-left > ul > li > figure {
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: relative;
  background: #b5b5b5;
}

.column-left > ul > li > figure > img {
  width: 100%;
  height: auto;
}

.column-left > ul > li > figure > figcaption {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
}

.column-left > ul > li > figure > figcaption > h3 {
  font-family: Lato;
  font-weight: 400;
  font-size: 1.7rem;
  align-self: center;
  margin: 0;
  padding: 0.75rem;
  font-size: 1.25rem;
}

.column-left > ul > li > figure > figcaption > h3 > a {
  font-family: Lato;
  font-weight: 400;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.column-left > ul > li > figure > figcaption > h3 > a:hover, .column-left > ul > li > figure > figcaption > h3 > a:focus {
  color: #593d3d;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.column-left > ul > li > p {
  font-family: Lato;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  height: 100px;
  padding: 0.2rem, 0.75rem;
  margin: 0.5rem;
  color: #593d3d;
  text-align: center;
}

p.archive-article-metadata {
  text-align: center;
  padding: 0 !important;
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.archive-article-metadata > a {
  margin: 0 !important;
  padding: 0 !important;
  color: #c81e1e;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.archive-article-metadata > a:hover, .archive-article-metadata > a:focus {
  color: #000;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.column-right {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row: 1;
  width: 100%;
}

.column-right > .article-preview-page-check > ul {
  padding: 0 1rem;
  margin: 0 1rem;
}

.admin-article-management-table {
  width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 0;
  box-shadow: none;
  border-radius: 0.23529412rem;
  text-align: left;
  color: #593d3d;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Lato", "Jost", sans-serif;
}

.admin-article-management-table > thead,
th {
  background-color: #aaaab0;
  color: white;
  text-align: center;
  border-top: 0;
  border-bottom: 1px dashed #593d3d;
  border-left: 1px dashed #593d3d;
  border-right: 1px dashed #593d3d;
  padding: 0.5rem;
}

.admin-article-management-table > tbody, td {
  background-color: snow;
  color: #593d3d;
}

td.warning {
  background-color: goldenrod;
  color: white;
  font-weight: 700;
}

td {
  border-top: 0;
  border-bottom: 1px dashed #593d3d;
  border-left: 1px dashed #593d3d;
  border-right: 1px dashed #593d3d;
  padding: 0.5rem;
}

td > .twitter-preview-image {
  width: 540px;
  height: 270px;
}

.check-twitter-preview > p {
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.2rem;
  color: #593d3d;
  width: 100%;
  margin: 1rem;
  text-align: center;
}

.check-facebook-preview > p {
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.2rem;
  color: #593d3d;
  width: 100%;
  margin: 1rem;
  text-align: center;
}

.publish-article {
  width: 100%;
  padding: 1rem;
  text-align: center;
}

.publish-article > p {
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.2rem;
  color: #593d3d;
  width: 100%;
  margin: 1rem;
  text-align: center;
}

.admin-form-h3 {
  font-family: "Lato", "Jost", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #593d3d;
  text-shadow: none;
  margin: auto;
  padding: 0.5rem;
  justify-self: center;
  justify-items: center;
  text-align: center;
  width: 100%;
  border: 0;
}

.admin-social-media-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  margin-top: 0.5rem;
}

.admin-social-media-form-1 {
  grid-row: 1;
  grid-column: 1/span 2;
  padding: 0.5rem;
}

.admin-social-media-form-2 {
  grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 0.5rem;
}

.admin-social-media-form-3 {
  grid-row: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  margin: auto;
  text-align: center;
  border-top: 1px dashed #593d3d;
  padding: 0.5rem;
  width: 100%;
}

.admin-social-media-form-3 > textarea {
  border: 1px solid #c81e1e !important;
  width: 75%;
  margin-top: 0.2rem;
  padding: 5px;
}

.admin-social-media-form-4 {
  grid-row: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  padding: 0.7rem;
  text-align: center;
  width: 100%;
  border-top: 1px dashed #593d3d;
}

.admin-social-media-form-4 > label {
  font-family: "lato", "Jost", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  color: #593d3d;
}

.admin-social-media-form-5 {
  grid-row: 4;
  grid-column-start: 2;
  grid-column-end: 3;
  padding: 0.7rem;
  text-align: center;
  width: 100%;
  border-top: 1px dashed #593d3d;
  border-left: 1px dashed #593d3d;
}

.admin-social-media-form-5 > label {
  font-family: "lato", "Jost", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  color: #593d3d;
}

.admin-social-media-form-6 {
  grid-row: 5;
  grid-column-start: 1;
  grid-column-end: 3;
  margin: auto;
  text-align: center;
  border-top: 1px dashed #593d3d;
  padding: 0.7rem;
  width: 100%;
}

.admin-social-media-form-6 > textarea {
  border: 1px solid #c81e1e !important;
  width: 75%;
  margin-top: 0.2rem;
  padding: 5px;
}

.admin-social-media-form-7 {
  grid-row: 6;
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: center;
  padding: 0.5rem;
}

.admin {
  order: 4;
}

.article-admin-banner {
  text-align: center;
  justify-content: center;
  justify-self: center;
  justify-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2vw;
  padding-bottom: 2vw;
  width: 100%;
}

.article-admin {
  text-align: center;
  justify-content: center;
  justify-self: center;
  justify-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2vw;
  padding-bottom: 2vw;
  width: 100%;
}

.admin-article-banner-h2 {
  font-family: "Lato", "Jost", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: #c81e1e;
  text-shadow: none;
  margin: auto;
  justify-self: center;
  justify-items: center;
  text-align: center;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.article-admin-banner > p {
  font-family: "Lato", "Jost", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #593d3d;
}

.article-admin-banner-buttons {
  width: 95%;
  text-align: center;
  justify-items: center;
  justify-content: center;
  justify-self: center;
  padding: 1rem;
  margin: auto;
  display: block;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 850px) {
  .admin-article-banner-h2 {
    font-size: 1rem;
  }
  .admin-article-title-h2 {
    font-size: 0.7rem;
  }
}
/* Transmissions main page */
main.transmissions {
  display: flex;
  flex-direction: column;
}

main.transmissions > .page-title {
  order: 1;
  font-size: calc(2.1rem + (1vw - 0.175rem) * 3.652);
  min-height: 0vw;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background-color: white;
}

main.transmissions > hr {
  order: 2;
}

.transmissions-info-text {
  order: 3;
  width: 75%;
  margin: 1rem auto 3rem auto;
  font-family: "Jost", "Inter", sans-serif;
  font-weight: 400;
  color: black;
  font-size: 1.3rem;
  line-height: 1.4;
}

.transmissions-article-list-container {
  order: 4;
  width: 95%;
  margin: auto;
}

/* Responsive grid for article list display */
.transmissions-list-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "featured featured featured" "latest latest latest" "list list list";
  background-color: #c81e1e;
  padding: 3rem;
}

/* Featured article styling */
.transmissions-featured-article {
  grid-area: featured;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  row-gap: 7vh;
  justify-content: space-between;
  align-content: center;
  background-color: white;
  margin: auto;
  margin-bottom: 2rem;
  padding: 1rem;
}

.transmissions-featured-article h2 {
  order: 1;
  font-family: "Futura-PT", "Jost", "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-variant-caps: all-small-caps;
  font-size: 8rem;
  color: black;
  text-align: left;
  margin: 0;
  line-height: 1;
}

.transmissions-featured-article h2 a {
  color: black;
  transition: none;
  text-decoration: none;
  text-decoration-style: dashed;
  text-decoration-color: #c81e1e;
  text-decoration-thickness: 4px;
  background: unset;
}

.transmissions-featured-article h2 a:hover, .transmissions-featured-article h2 a:focus {
  text-decoration-style: solid;
}

.transmissions-featured-article .author-date {
  order: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

.transmissions-featured-article h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: black;
  font-size: 2rem;
  line-height: 1.2;
  text-align: left;
  font-variant-caps: all-small-caps;
  margin: auto 0;
}

.transmissions-featured-article-subtitle {
  order: 3;
  width: 75%;
  background: none;
  font-family: "Jost", "Inter", sans-serif;
  font-weight: 400;
  color: black;
  font-size: 3rem;
  line-height: 1.2;
  text-align: right;
  border-top: 1px dashed #c81e1e;
  padding-top: 1rem;
  margin: 0 0 0 auto;
}

h3 > .transmissions-featured-article-author {
  font-family: "Inter", sans-serif;
  color: black;
  font-variant-caps: all-small-caps;
  font-weight: 500;
  text-shadow: none !important;
  margin: auto;
}

h3 > .transmissions-featured-article-author:hover, h3 > .transmissions-featured-article-author:focus {
  text-shadow: none;
}

/* Recent articles view */
.transmissions-article-thumb {
  display: flex;
  justify-content: space-between;
  grid-area: latest;
  margin: auto;
  margin-top: 0;
  padding: 0;
  width: 100%;
}

.transmissions-article-thumb ul {
  display: inline-flex;
  flex-flow: row nowrap;
  flex: auto;
  padding-inline-start: 0;
  margin: 0;
}

.transmissions-article-thumb ul li {
  width: 50%;
  word-wrap: normal;
  background-color: white;
  border: none;
  list-style-type: none;
  margin: 1rem 0.5rem 2rem 0;
  padding-inline-start: 0;
  padding: 1rem;
  padding-top: 0;
}

.transmissions-article-thumb ul li:nth-of-type(2) {
  margin: 1rem 0 2rem 0.5rem;
  padding-top: 0;
}

.transmissions-article-thumb ul li h2 {
  text-align: right;
}

.transmissions-article-thumb-details {
  display: flex;
  flex-flow: column nowrap;
  flex: 2 1 auto;
  height: 100%;
  min-height: -webkit-fit-content;
  width: 100%;
  gap: 1rem;
  grid-gap: 1rem;
  padding-bottom: 3vh;
  justify-content: space-around;
}

.transmissions-article-thumb-details h2 {
  order: 1;
  font-family: "Jost", "Inter", sans-serif;
  font-weight: 700;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-variant-caps: all-small-caps;
  padding-top: 1rem;
  margin: 0;
  line-height: 1;
  max-width: 100%;
}

.transmissions-article-thumb ul li:first-of-type h2 {
  text-align: left;
}

.transmissions-article-thumb-details p {
  order: 2;
  background: none;
  margin: auto;
  margin-top: 0;
  font-family: "Jost", "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  padding: 1rem;
}

.transmissions-article-thumb ul li:first-of-type p {
  color: black;
  text-align: left;
  margin-left: 0;
  border-top: 1px dashed #c81e1e;
  border-left: 1px dashed #c81e1e;
}

.transmissions-article-thumb ul li:nth-of-type(2) p {
  color: black;
  text-align: right;
  margin-right: 0;
  border-top: 1px dashed #c81e1e;
  border-right: 1px dashed #c81e1e;
}

.transmissions-article-thumb-details h3 {
  order: 3;
  font-family: "Jost", "Inter", sans-serif;
  font-weight: 500;
  color: white;
  background-color: black;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  font-variant-caps: all-small-caps;
  padding: 0.2rem;
  margin: auto;
  margin-bottom: 1rem;
}

.transmissions-article-thumb-details a {
  color: black;
  background: none;
  transition: none;
}

.transmissions-article-thumb-details a:hover, .transmissions-article-thumb-details a:focus {
  background: none;
  transition: none;
  color: black;
}

a.transmissions-article-thumb-author {
  font-family: "Jost", "Inter", sans-serif;
  color: white;
  font-variant-caps: all-small-caps;
  font-size: 1.2rem;
  font-weight: 500;
  text-shadow: none;
  margin: auto;
}

a.transmissions-article-thumb-author:hover, a.transmissions-article-thumb-author:focus {
  color: white;
  text-shadow: none;
}

/* Older articles view */
.transmissions-older-list-view {
  display: grid;
  grid-area: list;
  background-color: white;
  width: 100%;
  margin: auto;
  padding: 0.5rem;
}

.transmissions-older-list-view h2 {
  order: unset;
  display: block;
  max-width: 100%;
  border-bottom: 1px dashed #c81e1e;
  font-family: "Jost", "Inter", sans-serif;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  box-shadow: none;
  color: black;
  word-wrap: normal;
  line-height: normal;
  margin: 0;
}

.columns-content {
  padding-left: 0;
  padding-right: 1rem;
  padding-top: 0;
  justify-items: center;
}

.columns-content > ul {
  padding-inline-start: 0;
}

.columns-content > ul > li {
  display: flex;
  flex-direction: column;
  border: none;
  list-style-type: none;
  margin: 0;
  padding-inline-start: 0;
  border-bottom: 2px dashed #c81e1e;
}

.columns-content ul li h2 {
  order: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 0.2rem;
  margin: 0;
  line-height: 1;
  border: none;
}

.columns-content ul li h2 a {
  text-decoration: underline;
  text-decoration-color: #c81e1e;
  color: black;
  background: unset;
}

.columns-content ul li h2 a:hover, .columns-content ul li h2 a:focus {
  background: unset;
}

.transmissions-author-attrib {
  display: flex;
  order: 2;
  justify-content: flex-end;
  position: relative;
  width: 95%;
  font-size: 1.2rem;
  font-family: "Jost";
  font-weight: 500;
  text-transform: uppercase;
  color: black;
}

.transmissions-author-attrib > a {
  color: black;
  background: none;
  text-decoration: underline;
  transition: none;
  border-right: 1px dashed #c81e1e;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
}

.transmissions-author-attrib > .anon {
  border-right: 1px dashed black;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
}

/* Transmissions article styling */
.transmissions-breadcrumb {
  width: 65%;
  border-bottom: 1px solid black;
}

.transmissions-breadcrumb a {
  font-family: "Futura-PT", "Jost", "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.transmissions-header h1 {
  font-family: "Futura-PT", "Jost", "Inter", sans-serif;
  font-weight: 700;
}

.transmissions-header .author-date p, main.transmissions-main-wrapper .article-footer-content > h3, main.transmissions-main-wrapper > .transmissions-article-wrapper > .article-footer-content > p {
  font-family: "Futura-PT", "Jost", "Inter", sans-serif;
}

main.transmissions-main-wrapper > .standfirst p {
  font-family: "Baskerville", "baskerville-urw", serif;
  font-weight: 400;
}

main.transmissions-main-wrapper > .standfirst p.readtime {
  font-family: "Futura-PT", "Jost", "Inter", sans-serif;
  font-variant-caps: all-small-caps;
}

.transmissions-article-wrapper > article h1, .transmissions-article-wrapper > article h2, .transmissions-article-wrapper > article h3, .transmissions-article-wrapper > article h4, .transmissions-article-wrapper > article h5 {
  font-family: "Jost", "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}

main.transmissions-main-wrapper > .transmissions-article-wrapper > .article-footer-content > p, main.transmissions-main-wrapper > .transmissions-article-wrapper > .article-footer-content > p a {
  font-size: 1.5rem;
}

.transmissions-article-wrapper .article-footer-content > hr {
  width: 100%;
  border-top: 1px dashed #c81e1e;
}

@media screen and (min-width: 280px) and (max-width: 849px) {
  .transmissions-featured-article-subtitle, .transmissions-article-thumb details p, .transmissions-article-thumb ul li p {
    width: 100%;
  }
}
@media screen and (min-width: 280px) and (max-width: 1174px) {
  .transmissions-info-text {
    width: 95%;
    font-size: calc(1rem + (1vw - 0.175rem) * 0.3579);
    min-height: 0vw;
    margin: 1rem auto 1rem auto;
  }
  .transmissions-list-view {
    padding: calc(0.5rem + (1vw - 0.175rem) * 4.2953);
    min-height: 0vw;
  }
  .transmissions-featured-article {
    width: 100%;
    border: unset;
  }
  .transmissions-featured-article h2 {
    font-size: calc(3rem + (1vw - 0.175rem) * 8.0537);
    min-height: 0vw;
  }
  .transmissions-featured-article h3 {
    font-size: calc(1rem + (1vw - 0.175rem) * 0.8949);
    min-height: 0vw;
  }
  .transmissions-featured-article-subtitle, .transmissions-article-thumb details p, .transmissions-article-thumb ul li p {
    font-size: calc(1.1rem + (1vw - 0.175rem) * 0.7159);
    min-height: 0vw;
  }
  .transmissions-article-thumb ul {
    flex-flow: column nowrap;
  }
  .transmissions-article-thumb ul li {
    width: 100%;
    margin: auto;
    height: auto;
  }
  .transmissions-article-thumb ul li:nth-of-type(2) {
    border-left: unset;
    margin: 2rem auto;
  }
  .transmissions-article-thumb-details h2 {
    font-size: calc(1.95rem + (1vw - 0.175rem) * 3.5794);
    min-height: 0vw;
  }
  .transmissions-older-list-view h2 {
    font-size: calc(3rem + (1vw - 0.175rem) * 3.5794);
    min-height: 0vw;
  }
  .transmissions-article-thumb-details h3, a.transmissions-article-thumb-author {
    font-size: calc(1rem + (1vw - 0.175rem) * 0.3579);
    min-height: 0vw;
  }
  .columns-content > ul {
    display: grid;
    grid-gap: 0.5rem;
  }
  .columns-content ul li h2, .columns-content ul li h2 a {
    font-size: calc(1.5rem + (1vw - 0.175rem) * 0.8949);
    min-height: 0vw;
    line-height: 1.2;
  }
  .transmissions-author-attrib {
    font-size: calc(0.8rem + (1vw - 0.175rem) * 0.5369);
    min-height: 0vw;
  }
  .transmissions-author-attrib > a {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
  main.transmissions-main-wrapper > .transmissions-article-wrapper > .article-footer-content > p, main.transmissions-main-wrapper > .transmissions-article-wrapper > .article-footer-content > p a {
    font-size: calc(1rem + (1vw - 0.900625rem) * 0.429);
    min-height: 0vw;
  }
}
@media screen and (min-width: 1175px) and (max-width: 1440px) {
  .transmissions-article-thumb-details h2 {
    font-size: calc(3.5rem + (1vw - 0.734375rem) * 4.2264);
    min-height: 0vw;
    height: 250px;
  }
  .transmissions-article-thumb-details p {
    width: 85%;
    font-size: calc(1.2rem + (1vw - 0.734375rem) * 1.8113);
    min-height: 0vw;
  }
  .transmissions-older-list-view h2 {
    font-size: 5rem;
  }
  .columns-content > ul {
    grid-gap: 1rem;
    padding-bottom: 1rem;
  }
  .columns-content ul li h2 {
    font-size: calc(3rem + (1vw - 0.734375rem) * 3.0189);
    min-height: 0vw;
  }
  .columns-content ul li h2 a {
    font-size: calc(3rem + (1vw - 0.734375rem) * 3.0189);
    min-height: 0vw;
    line-height: 1.2;
  }
  main.transmissions-main-wrapper > .transmissions-article-wrapper > article h2 {
    font-size: calc(1.7rem + (1vw - 0.734375rem) * 4.2264);
    min-height: 0vw;
  }
}
@media screen and (min-width: 1441px) {
  .transmissions-info-text {
    font-size: calc(1.3rem + (1vw - 0.900625rem) * 1.8588);
    min-height: 0vw;
    margin: 2rem auto 6rem auto;
  }
  .transmissions-featured-article {
    margin-bottom: calc(2rem + (1vw - 0.900625rem) * 7.1492);
    min-height: 0vw;
  }
  .transmissions-featured-article h2 {
    font-size: calc(8rem + (1vw - 0.900625rem) * 10.0089);
    min-height: 0vw;
    padding: 1rem;
  }
  .transmissions-featured-article h3 {
    font-size: calc(2rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
  }
  .transmissions-featured-article-subtitle {
    width: 65%;
    font-size: calc(2rem + (1vw - 0.900625rem) * 5.7194);
    min-height: 0vw;
    line-height: 1.3;
  }
  .transmissions-article-thumb ul li {
    width: 50%;
    height: auto;
  }
  .transmissions-article-thumb-details {
    grid-gap: 3rem;
    gap: 3rem;
  }
  .transmissions-article-thumb-details h2 {
    font-size: calc(3.95rem + (1vw - 0.900625rem) * 2.2163);
    min-height: 0vw;
    height: 250px;
  }
  .transmissions-article-thumb-details p {
    width: 85%;
    font-size: calc(1.2rem + (1vw - 0.900625rem) * 1.8588);
  }
  .transmissions-article-thumb-details h3, a.transmissions-article-thumb-author {
    font-size: calc(1.2rem + (1vw - 0.900625rem) * 2.5737);
    min-height: 0vw;
  }
  .transmissions-older-list-view h2 {
    font-size: calc(6rem + (1vw - 0.900625rem) * 5.7194);
    min-height: 0vw;
    border-bottom: 3px dashed #c81e1e;
  }
  .columns-content > ul {
    grid-gap: 1rem;
    padding-bottom: 1rem;
  }
  .columns-content > ul > li {
    border-bottom: 3px dashed #c81e1e;
  }
  .columns-content ul li h2 {
    font-size: calc(3.5rem + (1vw - 0.900625rem) * 3.5746);
    min-height: 0vw;
    line-height: 1.3;
  }
  .columns-content ul li h2 a {
    font-size: calc(3.5rem + (1vw - 0.900625rem) * 3.5746);
    min-height: 0vw;
  }
  .transmissions-author-attrib {
    font-size: calc(1.2rem + (1vw - 0.900625rem) * 1.7158);
    min-height: 0vw;
  }
  .transmissions-author-attrib > a {
    padding-right: 1rem;
    margin-right: 1rem;
  }
  .transmissions-breadcrumb a {
    font-size: 2rem;
  }
  main.transmissions-main-wrapper > .transmissions-article-wrapper > .article-footer-content > p, main.transmissions-main-wrapper > .transmissions-article-wrapper > .article-footer-content > p a {
    font-size: calc(1.4rem + (1vw - 0.900625rem) * 2.2878);
    min-height: 0vw;
  }
}
.edition-article {
  top: 100px;
  margin: 0;
  padding: 0;
}

.article {
  display: flex;
  flex-direction: column;
}

.article-header {
  order: 1;
  display: flex;
}

.image-credit {
  order: 2;
}

.image-credit p a {
  background: unset;
  transition: none;
}

.article-title {
  display: flex;
  flex-direction: column;
}

.article-title h1 {
  order: 1;
}

.article-title h2 {
  order: 2;
}

.main-article-content-wrapper {
  order: 3;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: -webkit-fill-available;
  background-color: white;
  margin-top: 5rem;
}

.main-article-content-wrapper > aside {
  display: flex;
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-content: flex-start;
  width: 25%;
  margin-left: 1vw;
}

.main-article-content-wrapper > aside > figure {
  width: fit-content;
  max-width: 80%;
  aspect-ratio: 16/9;
  margin: 1rem 0;
  box-sizing: content-box;
}

.main-article-content-wrapper > aside > figure > img {
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.main-article-content-wrapper > aside > p, .main-article-content-wrapper > aside > h2 {
  font-family: "Inter Medium";
  font-variant-caps: all-petite-caps;
  color: black;
  font-size: 1.2rem;
  margin: auto 0;
}

.main-article-content-wrapper > aside > h2 {
  margin-bottom: 0.5rem;
}

.main-article-content-wrapper > aside > .edition-sidebar-article-list {
  margin-bottom: 1rem;
  padding: 0.2rem;
}

.main-article-content-wrapper > aside > p > a {
  font-family: "Inter Medium";
  font-variant-caps: all-petite-caps;
  font-size: inherit;
  text-decoration: none;
  background: none;
  transition: none;
}

.edition-sidebar-article-list {
  display: block;
  width: 80%;
  color: black;
  padding: 0.5rem 0;
  line-height: 1;
}

.edition-sidebar-article-list a {
  font-style: italic;
}

.main-article-content-wrapper > .spacer {
  order: 2;
  width: 8%;
}

.main-article {
  display: flex;
  flex-direction: column;
  order: 3;
  width: 60%;
  padding-left: 1rem;
}

.main-article .standfirst {
  order: 2;
  padding: 1rem 0.25rem;
  margin-bottom: 2rem;
  border: unset;
  border-radius: unset;
}

.main-article .standfirst p {
  font-size: 1.5rem;
  letter-spacing: 0.001rem;
  text-align: center;
  color: black;
  margin: 0;
}

.main-article > article {
  order: 3;
}

.main-article > article > p, .article-edition .footnote > ol > li > p {
  font-family: "Baskerville", "baskerville-urw", serif;
  font-weight: 200;
  font-size: 1.3rem;
  color: #593d3d;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}

.main-article > article section > p:first-of-type:first-letter {
  float: left;
  font-size: 9rem;
  line-height: 1;
}

.article-footer-content {
  order: 3;
  width: 100%;
  background-color: white;
  margin-top: 2rem;
  padding: 0;
}

.article-edition .article-footer-content h3 {
  display: none;
  height: 0;
}

.article-edition .article-footer-content p {
  margin: 0 auto;
}

.article-footer-content > p.tags, .tags a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-variant-caps: all-small-caps;
  color: black;
  text-align: right;
  width: 100%;
  margin: 0;
}

.article-footer-content p {
  color: #593d3d;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.2rem;
  text-align: center;
  margin: 1rem auto;
  padding: 0.2rem;
}

.article-footer-content p.anon {
  font-style: italic;
}

.article-footer-content > .sharing-links {
  text-align: center;
}

.article-footer-content > .sharing-links h4 {
  text-align: center;
  font-family: "Inter";
  font-weight: 700;
  font-size: calc(0.8rem + (1vw - 0.175rem) * 0.8421);
  min-height: 0vw;
  color: #c81e1e;
}

.article-footer-content > .sharing-links a {
  text-decoration: none;
  color: #c81e1e;
  font-size: 1.9rem;
  padding: 1rem;
  background-image: none;
  transition: color 0.5s ease-in-out;
}

.article-footer-content > .sharing-links a:hover, .article-footer-content > .sharing-links a:focus {
  color: black;
  transition: color 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .main-article > .author-date, .article-edition > .main-article-content-wrapper > .main-article > .author-date > p {
    display: none;
    height: 0;
  }
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .article-header {
    height: auto;
    min-height: 250px;
  }
  .main-article-content-wrapper {
    margin-top: 2rem;
  }
  .main-article-content-wrapper > .spacer {
    display: none;
  }
  .main-article {
    flex-direction: column;
  }
  .edition-context-mobile {
    order: 2;
    display: block;
    position: sticky;
    top: 65px;
    width: 100%;
    height: fit-content;
    margin: 0;
    z-index: 3;
  }
  .edition-context-mobile p {
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
    padding: 0.2rem;
  }
  .article-edition > .main-article-content-wrapper > .main-article > .author-date {
    order: 1;
    width: 100%;
    margin: 0;
  }
  .article-edition > .main-article-content-wrapper > .main-article > .author-date > p {
    width: 100%;
    padding: 0;
    font-size: 1rem;
    text-align: left;
    padding-left: 0.25rem;
    margin: 0 0 1rem 0;
  }
  .article-edition > .main-article-content-wrapper > .main-article > .main-article.standfirst {
    order: 3;
  }
  .main-article-content-wrapper .standfirst p {
    font-size: 1.35rem;
  }
  .article-edition > .main-article-content-wrapper > .main-article > .main-article article {
    order: 4;
  }
  .main-article article {
    width: 95%;
    margin: auto;
    padding-right: 0;
  }
  .article-edition > .main-article-content-wrapper > .main-article > .article-footer-content {
    order: 5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1174px) {
  .article-header {
    min-height: 350px;
  }
  .tags, .tags a, .non-edition-article .main-article-content-wrapper .article-footer-content p.tags {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1175px) and (max-width: 1440px) {
  .edition-context-mobile {
    display: none;
  }
  .tags, .tags a, .non-edition-article .main-article-content-wrapper .article-footer-content p.tags {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1441px) and (max-width: 2560px) {
  .article-header {
    min-height: calc(34.375rem + (1vw - 0.900625rem) * 31.2779);
  }
  .article-title h1 {
    font-size: calc(7rem + (1vw - 0.900625rem) * 4.2895);
    min-height: 0vw;
  }
  .article section p, article section ul li, article section ol li {
    font-size: calc(1.4rem + (1vw - 0.900625rem) * 1.5728);
    min-height: 0vw;
  }
  .main-article-content-wrapper > aside {
    top: calc(4.0625rem + (1vw - 0.900625rem) * 4.2002);
    min-height: 0vw;
    border-top-width: calc(0.0625rem + (1vw - 14.41px) * 0.0894) !important;
  }
  .main-article-content-wrapper > aside > p, .main-article-content-wrapper > aside > h2 {
    font-size: calc(1.2rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
  }
  .edition-context-mobile {
    display: none;
  }
  .article-footer-content > p.tags, .tags, .article-footer-content > p.tags a, .non-edition-article .main-article-content-wrapper .article-footer-content > p.tags, .non-edition-article .main-article-content-wrapper .article-footer-content > p.tags a {
    font-size: calc(1.1rem + (1vw - 0.900625rem) * 1.2869);
    min-height: 0vw;
  }
}
@media screen and (min-width: 2561px) {
  .article-header {
    min-height: 900px;
  }
  .article section p, article section ul li, article section ol li {
    font-size: 2.5rem;
  }
  .main-article-content-wrapper > aside > p, .main-article-content-wrapper > aside > h2 {
    font-size: 2.2rem;
  }
  .edition-context-mobile {
    display: none;
  }
  .tags, .tags a, .non-edition-article .main-article-content-wrapper .article-footer-content p.tags {
    font-size: 2.2rem;
  }
}
.link-badnewtimes {
  color: white;
  transition: none;
  background: none;
  text-decoration: none;
}

.link-badnewtimes:hover, .link-badnewtimes:focus {
  background-image: none;
  color: white;
  text-decoration: none;
  transition: none;
}

.editions-flex-title-wrapper-badnewtimes {
  justify-content: flex-start;
  justify-items: left;
  align-items: flex-start;
  max-width: calc(100% - 0.5rem);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.5rem;
}

.badnewtimes > h1 {
  font-family: Jost;
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 2px #f9a91e;
  padding: 0;
  margin: 0;
}

.badnewtimes > h1 > .first-word {
  font-family: Jost;
  font-weight: 300;
  color: #f9a91e;
  text-shadow: 2px 2px #fff;
  text-align: left;
  align-self: flex-start;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.badnewtimes > h2 {
  font-family: Jost;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.editions-flex-title-wrapper-badnewtimes > .edition-description {
  margin: 0;
  padding: 0;
}

.edition-description-badnewtimes > p {
  color: #fff;
  font-family: Jost;
  font-weight: 300;
  margin: 0;
  text-shadow: 2px 2px #521c19;
}

.edition-description-badnewtimes p:first-of-type:first-letter {
  float: inherit;
  line-height: inherit;
  color: #fff;
  font-family: Jost;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px #521c19;
}

.edition-description-badnewtimes > p:before {
  content: "Image: Emir Uslu";
}

.badnewtimes p {
  color: #fff;
  font-family: Jost;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.badnewtimes {
  padding-top: 0;
}

.badnewtimes > h3 {
  font-family: Jost;
  font-weight: 400;
  color: #593d3d;
  text-shadow: 2px 2px #fff;
  margin-top: 0.2rem;
}

.badnewtimes > details > summary {
  font-family: Jost;
  font-weight: 300;
  line-height: 1.5;
  color: #521c19;
}

.badnewtimes > details > p {
  font-family: Jost;
  font-weight: 200;
  line-height: 1.5;
  color: #521c19;
  border-bottom: 1px solid #521c19;
}

.badnewtimes > details > p > a {
  background-color: #521c19;
  color: #fff;
}

.badnewtimes > details > ul > li {
  border-color: #521c19;
}

.badnewtimes > details > ul > li > figure {
  background: transparent;
}

.badnewtimes > details > ul > li > figure > figcaption {
  background-color: rgba(82, 28, 25, 0.7);
}

.badnewtimes > details > ul > li > p {
  color: #521c19;
}

.badnewtimes > details > ul > li > p:first-of-type:first-letter {
  color: #521c19;
}

badnewtimes > details > ul > li > p.subtitle {
  color: #521c19;
}

.badnewtimes > details > ul > li > p.subtitle:first-of-type:first-letter {
  color: #521c19;
}

.badnewtimes > details > ul > li > a {
  background-color: #521c19;
  color: #fff;
}

.article-badnewtimes > .article-header {
  flex-direction: column;
  height: auto;
}

.article-badnewtimes > .article-header > .article-image {
  order: 2;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.article-badnewtimes > .article-header > .article-title {
  order: 1;
}

.article-badnewtimes > .article-header > .article-title > h1 {
  font-family: "Lato", "sans-serif";
  font-weight: 400;
  text-align: left;
  max-width: 95%;
  color: #521c19;
  text-decoration: underline;
  text-decoration-color: #f9a91e;
}

.article-badnewtimes > .main-article-content-wrapper > aside {
  border-top: 1px solid #f9a91e;
}

.article-badnewtimes > .main-article-content-wrapper > aside > figure {
  background-color: #521c19;
}

.article-badnewtimes > .main-article-content-wrapper > aside > p > a {
  color: #c81e1e;
}

.article-badnewtimes .edition-sidebar-article-list {
  border-bottom: 1px solid #521c19;
}

.edition-context-mobile-badnewtimes {
  background-color: #521c19;
}

.edition-context-mobile-badnewtimes p, .edition-context-mobile-badnewtimes a {
  color: white;
}

.edition-context-mobile-badnewtimes a {
  text-decoration: underline;
}

.article-badnewtimes > .main-article-content-wrapper > .main-article .standfirst {
  border-top: 1px solid #521c19;
  border-bottom: none;
  margin-bottom: 0.5rem;
}

.article-badnewtimes > .main-article-content-wrapper .main-article .standfirst p, .article-badnewtimes > .main-article-content-wrapper .main-article .author-date p {
  font-family: "Lato", "Futura-PT";
  font-weight: 300;
  color: #521c19;
  line-height: 1.5;
}

.article-badnewtimes article section h1, .article-badnewtimes article section h2, .article-badnewtimes article section h3 {
  font-family: "Lato", sans-serif;
  color: #521c19;
}

.article-badnewtimes > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #f9a91e;
  text-shadow: 3px 3px #521c19;
  border: none;
  padding: 0;
  margin: 0;
  margin-right: 1rem;
  line-height: 0.9;
}

.article-badnewtimes > .main-article-content-wrapper > .main-article blockquote {
  border-left-color: #f9a91e;
}

.article-badnewtimes > .main-article-content-wrapper > .main-article .bigfoot-footnote__button {
  background-color: #521c19;
}

.article-badnewtimes .pullquote::before {
  color: #f9a91e;
}

.article-badnewtimes .pullquote::after {
  color: #f9a91e;
}

.article-badnewtimes > .main-article-content-wrapper .article-footer-content {
  border-top: 1px solid #f9a91e;
}

.article-badnewtimes .footnote hr {
  background-image: linear-gradient(rgb(249, 169, 30), rgb(249, 169, 30));
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .badnewtimes > h1 {
    font-size: 2.19rem;
    text-shadow: 1px 1px #f9a91e;
  }
  .badnewtimes > h1 > .first-word {
    text-shadow: 1px 1px white;
  }
  .badnewtimes > h2 {
    font-size: 1rem;
  }
  .badnewtimes > h3 {
    font-size: 2rem;
    box-shadow: inset 0 -18px 0 #c81e1e;
  }
  .edition-description-badnewtimes > p {
    font-size: 0.9rem;
    padding: 0;
  }
  .edition-description-badnewtimes p:first-of-type:first-letter {
    font-size: 0.9rem;
  }
  .badnewtimes p {
    font-size: 1rem;
  }
  .badnewtimes > details > summary {
    box-shadow: inset 0 -13px 0 #f9a91e;
    font-size: 1.5rem;
  }
  .badnewtimes > details > p {
    font-size: 1.5rem;
    padding: 0.5rem 1.7rem;
  }
  .article-badnewtimes > .article-header > .article-title > h1 {
    font-size: 2rem;
    margin: 1rem 0.5rem;
  }
  .article-badnewtimes > .main-article-content-wrapper {
    flex-direction: column;
  }
  .article-badnewtimes > .main-article-content-wrapper > aside {
    display: none;
  }
  .article-badnewtimes > .main-article-content-wrapper > .main-article {
    width: 100%;
    padding-left: 0;
  }
  .article-badnewtimes > .main-article-content-wrapper .main-article .standfirst p, .article-badnewtimes > .main-article-content-wrapper .main-article .author-date p {
    font-size: 1.1rem;
    text-align: left;
    padding-left: 0.5rem;
    width: 95%;
  }
  .article-badnewtimes > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .article-badnewtimes > .article-header > .article-title > h1 {
    font-size: 3rem;
    margin: 1rem;
  }
  .article-badnewtimes > .main-article-content-wrapper .main-article .standfirst p {
    font-size: 1.3rem;
  }
  .article-badnewtimes > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1175px) {
  .badnewtimes > h1 {
    font-size: 5rem;
  }
  .badnewtimes > h1 > .first-word {
    font-size: 5rem;
  }
  .badnewtimes > h2 {
    font-size: 1.5rem;
  }
  .badnewtimes > h3 {
    font-size: 3rem;
    box-shadow: inset 0 -24px 0 #c81e1e;
  }
  .edition-description-badnewtimes > p {
    font-size: 1rem;
    padding: 0;
  }
  .edition-description-badnewtimes p:first-of-type:first-letter {
    font-size: 1rem;
  }
  .badnewtimes p {
    font-size: 1.5rem;
  }
  .badnewtimes > details > summary {
    box-shadow: inset 0 -17px 0 #f9a91e;
    font-size: 2rem;
  }
  .badnewtimes > details > p {
    font-size: 2rem;
    padding: 1.5rem 2.2rem;
  }
  .article-badnewtimes > .article-header > .article-title > h1 {
    font-size: 4rem;
    margin: 3rem 1rem;
  }
  .article-badnewtimes > .main-article-content-wrapper .main-article .standfirst p {
    font-size: 1.5rem;
  }
  .article-badnewtimes > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1441px) {
  .editions-flex-title-wrapper-badnewtimes {
    max-width: calc(100% - 1.5rem);
    margin-left: 1.5rem;
  }
  .badnewtimes > h1 {
    font-size: calc(6rem + (1vw - 0.900625rem) * 5.7194);
    min-height: 0vw;
  }
  .badnewtimes > h1 > .first-word {
    font-size: calc(6rem + (1vw - 0.900625rem) * 5.7194);
    min-height: 0vw;
  }
  .badnewtimes > h2 {
    font-size: calc(2rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
  }
  .badnewtimes > h3 {
    font-size: 4rem;
    box-shadow: inset 0 -30px 0 #c81e1e;
  }
  .edition-description-badnewtimes > p {
    font-size: calc(1.3rem + (1vw - 0.900625rem) * 1.0009);
    min-height: 0vw;
    padding: 0;
  }
  .edition-description-badnewtimes p:first-of-type:first-letter {
    font-size: inherit;
  }
  .badnewtimes p {
    font-size: 1.5rem;
  }
  .badnewtimes > details > summary {
    box-shadow: inset 0 calc(-1.0625rem + (1vw - 14.41px) * -1.6086) 0 #f9a91e;
    font-size: calc(2rem + (1vw - 0.900625rem) * 2.8597);
  }
  .badnewtimes > details > p {
    font-size: 2.5rem;
    padding: 2rem 3.2rem;
  }
  .article-badnewtimes > .article-header > .article-title > h1 {
    font-size: calc(4rem + (1vw - 0.900625rem) * 2.8597);
    min-height: 0vw;
    margin: 3rem 1rem;
  }
  .article-badnewtimes > .main-article-content-wrapper .main-article .standfirst p {
    font-size: calc(1.5rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
  }
  .article-badnewtimes > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
    font-size: calc(6rem + (1vw - 0.900625rem) * 8.5791);
    min-height: 0vw;
    text-shadow: 5px 5px #521c19;
  }
}
.summary-kc {
  font-family: "Jost", "Lato", "Futura PT", sans-serif;
  font-style: italic;
  font-size: 4vw;
  font-weight: 400;
  color: #eeb46e;
  border-bottom: 1px solid #eeb46e;
  padding-left: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

.details-kc {
  margin: auto;
}

.details-kc p {
  font-family: "Futura PT", "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: black;
  margin-left: 6.25rem;
  max-width: 100%;
  background-color: #eeb46e;
  margin-top: 0;
  padding: 20px;
  border-top: none;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px dashed black;
}

.recipe {
  font-family: "Futura PT", "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: black;
  margin-left: 6.25rem;
  max-width: 100%;
  background-color: #eeb46e;
  margin-top: 0;
  padding: 20px;
  border-top: none;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px dashed black;
}

.recipe ol {
  font-family: "Futura PT", "Jost", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  color: black;
}

.recipe ol li {
  padding: 0.7rem;
}

.recipe ul li {
  font-family: "Futura PT", "Jost", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  color: black;
  padding: 0.7rem;
}

.details-kc > p:first-of-type:first-letter {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: black;
  line-height: inherit;
  padding: 0;
  text-align: left;
  float: none;
  display: inherit;
}

.summary-kc-2 {
  font-family: "Jost", "Lato", sans-serif;
  font-style: italic;
  font-size: 4vw;
  text-align: right;
  font-weight: 400;
  color: #92b5a9;
  border-bottom: 1px solid #92b5a9;
  padding-left: 2px;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

.details-kc-2 {
  margin: auto;
}

.details-kc-2 p {
  font-family: "Futura PT", "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  color: black;
  margin-right: 6.25rem;
  max-width: 100%;
  background-color: #92b5a9;
  margin-top: 0;
  padding: 20px;
  border-top: none;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px dashed black;
}

.details-kc-2 p:first-of-type:first-letter {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  color: black;
  line-height: inherit;
  padding: 0;
  text-align: left;
  float: none;
  display: inherit;
}

.recipe-2 {
  font-family: "Futura PT", "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: black;
  margin-right: 6.25rem;
  max-width: 100%;
  background-color: #92b5a9;
  margin-top: 0;
  padding: 20px;
  border-top: none;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px dashed black;
}

.recipe-2 ol {
  font-family: "Futura PT", "Jost", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  color: black;
}

.recipe-2 ol li {
  padding: 0.7rem;
}

.recipe-2 ul li {
  font-family: "Futura PT", "Jost", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  color: black;
  padding: 0.7rem;
  line-height: 1.5;
}

.poetry-kc {
  border-top: 1px dashed black;
  width: 75%;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
  .summary-kc, .summary-kc-2 {
    font-size: calc(1.5rem + 8 * (100vw - 320px) / 280);
    min-height: 0vw;
  }
  .recipe, .details-kc p {
    margin-left: 3rem;
    font-size: calc(0.7rem + 0.3 * (100vw - 20rem) / 17.5);
    min-height: 0vw;
    width: calc(13.4rem + 16.6 * (100vw - 20rem) / 17.5);
    min-height: 0vw;
  }
  .recipe-2, .details-kc-2 p {
    margin-right: 3rem;
    font-size: calc(0.7rem + 0.3 * (100vw - 20rem) / 17.5);
    min-height: 0vw;
    width: calc(13.4rem + 16.6 * (100vw - 20rem) / 17.5);
    min-height: 0vw;
  }
  .recipe-2 ol, .recipe-2 ol li, .recipe-2 ul, .recipe-2 ul li {
    font-size: calc(0.7rem + 0.3 * (100vw - 20rem) / 17.5);
    min-height: 0vw;
  }
}
.link-ecologies {
  color: #bed3ca;
  transition: none;
}

.link-ecologies:hover, .link-ecologies:focus {
  background-image: none;
  color: white;
  text-decoration: none;
  transition: none;
}

.editions-flex-title-wrapper-ecologies {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 16/9;
}

.edition-title-ecologies {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ecologies > h1 {
  order: 1;
  font-family: "Jost";
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  text-shadow: 2px 2px #293330;
  background: rgba(116, 136, 124, 0.5);
  text-align: center;
  position: relative;
  align-self: center;
  padding: 0;
  box-shadow: none;
}

.ecologies > h2 {
  order: 2;
  z-index: 4;
  font-family: Jost;
  font-weight: 400;
  color: #bed3ca;
  text-shadow: 1px 1px #293330;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: rgba(47, 93, 80, 0.5);
  position: relative;
  padding: 0;
  margin: auto;
}

.edition-description-ecologies > p:before {
  content: "Image: B.Mure";
}

.edition-description-ecologies p {
  color: black;
  background: rgba(255, 255, 255, 0.5);
  font-family: Jost;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
  position: relative;
}

.edition-description-ecologies p:first-of-type:first-letter {
  font-family: Jost;
  font-weight: 400;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  line-height: inherit;
  text-shadow: none;
}

.ecologies > h3 {
  font-family: Jost;
  font-weight: 400;
  color: #5c2f3c;
  text-shadow: 2px 2px #fff;
}

.ecologies > details > summary {
  font-family: Jost;
  font-weight: 300;
  line-height: 1.5;
  color: #293330;
}

.ecologies > details > p {
  font-family: Jost;
  font-weight: 200;
  line-height: 1.5;
  color: #5c2f3c;
  border-bottom: 1px solid #293330;
}

.ecologies > details > p > a {
  background-color: #74887c;
  color: #bed3ca;
}

.ecologies > details > ul > li {
  border-color: #293330;
}

.ecologies > details > ul > li > figure {
  background: #74887c;
}

.ecologies > details > ul > li > figure > figcaption {
  background-color: rgba(41, 51, 48, 0.7);
}

.ecologies > details > ul > li > p {
  color: #5c2f3c;
}

.ecologies > details > ul > li > p:first-of-type:first-letter {
  color: #5c2f3c;
}

.ecologies > details > ul > li > p.subtitle {
  color: #5c2f3c;
}

.ecologies > details > ul > li > p.subtitle:first-of-type:first-letter {
  color: #5c2f3c;
}

.ecologies > details > ul > li > a {
  background-color: #293330;
  color: #fff;
}

.article-ecologies > .article-header {
  flex-direction: column;
  height: auto;
}

.article-ecologies > .article-header > .article-image {
  order: 1;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.article-ecologies > .article-header > .article-title {
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: flex-start;
  z-index: 3;
  height: fit-content;
  left: 0;
  opacity: 1;
  position: relative;
}

.article-ecologies > .article-header > .article-title > h1 {
  order: 1;
  display: flex;
  padding: 2vw;
  font-family: "Jost", "Futura-PT";
  font-size: 5rem;
  font-weight: 400;
  text-align: center;
  max-width: 90%;
  color: black;
  background-color: #9fc7c7;
  z-index: 3;
}

.article-ecologies > .image-credit {
  z-index: 3;
  margin-top: -8rem;
}

.article-ecologies > .main-article-content-wrapper > aside {
  border-top: 1px solid #2f5d50;
}

.article-ecologies > .main-article-content-wrapper > aside > figure {
  background-color: #2f5d50;
}

.article-ecologies > .main-article-content-wrapper > aside > p > a {
  color: #2f5d50;
}

.article-ecologies .edition-sidebar-article-list {
  background-color: rgba(190, 211, 202, 0.25);
  border-bottom: 1px solid #293330;
}

.article-ecologies .edition-sidebar-article-list a {
  color: #2f5d50 !important;
}

.edition-context-mobile-ecologies {
  background-color: #bed3ca;
  border-bottom: 1px solid #293330;
}

.edition-context-mobile-ecologies a {
  color: #293330;
}

.article-ecologies > .main-article-content-wrapper > .main-article .standfirst {
  border-top: 1px solid #2f5d50;
  border-bottom: 1px solid #2f5d50;
}

.article-ecologies > .main-article-content-wrapper .main-article .standfirst p, .article-ecologies > .main-article-content-wrapper .main-article .author-date p {
  font-family: "Jost", "Futura-PT";
  font-weight: 300;
  color: #293330;
  line-height: 1.3;
}

.article-ecologies article section h1, .article-ecologies article section h2, .article-ecologies article section h3 {
  font-family: "Jost", sans-serif;
  color: #2f5d50;
  font-weight: 300;
}

.article-ecologies > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  background-color: #2f5d50;
  color: white;
  border: none;
  padding: 0;
  padding: 0.3rem;
  margin: 0;
  margin-right: 1rem;
}

.article-ecologies > .main-article-content-wrapper > .main-article .author-date a, .article-ecologies > .main-article-content-wrapper .main-article article section p a {
  color: #2f5d50;
  background-size: 100% 1px;
  transition: none;
}

.article-ecologies > .main-article-content-wrapper > .main-article .author-date a:hover, .article-ecologies > .main-article-content-wrapper .main-article article section p a:hover {
  background-size: 0% 1px;
  transition: none;
}

.article-ecologies > .main-article-content-wrapper > .main-article blockquote {
  border-left-color: #2f5d50;
}

.article-ecologies > .main-article-content-wrapper > .main-article .bigfoot-footnote__button {
  background-color: #2f5d50;
}

.article-ecologies .article-footer-content > p > a {
  color: #2f5d50;
}

.article-ecologies .pullquote::before {
  color: #2f5d50;
}

.article-ecologies .pullquote::after {
  color: #2f5d50;
}

.article-ecologies > .main-article-content-wrapper .article-footer-content {
  border-top: 1px solid #2f5d50;
}

.article-ecologies .footnote hr {
  background-image: linear-gradient(rgb(47, 93, 80), rgb(47, 93, 80));
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .editions-flex-title-wrapper-ecologies {
    margin: auto;
  }
  .ecologies > h1 {
    font-size: calc(2.5rem + (1vw - 0.175rem) * 14.6119);
    min-height: 0vw;
  }
  .ecologies > h2 {
    font-size: calc(0.7rem + (1vw - 0.175rem) * 2.9224);
    min-height: 0vw;
    box-shadow: inset 0 -10px 0 #887480;
  }
  .edition-description-ecologies p {
    font-size: 0.7rem;
  }
  .edition-description-ecologies p:first-of-type:first-letter {
    font-size: calc(0.5rem + (1vw - 0.175rem) * 1.4612);
    min-height: 0vw;
  }
  .ecologies > h3 {
    font-size: 2rem;
    box-shadow: inset 0 -18px 0 #2f5d50;
  }
  .ecologies > details > summary {
    box-shadow: inset 0 -17px 0 #92b5a9;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .ecologies > details > p {
    font-size: 1.5rem;
    padding: 0.5rem 1.7rem;
  }
  .article-ecologies > .article-header > .article-title {
    top: -50px;
  }
  .article-ecologies > .article-header > .article-title > h1 {
    font-size: 2rem;
    text-shadow: 1px 1px white;
    box-shadow: 5px 5px #c79f9f;
  }
  .article-ecologies > .image-credit {
    margin-top: calc(-4rem + (1vw - 0.175rem) * -3.2854);
    min-height: 0vw;
  }
  .article-ecologies > .main-article-content-wrapper {
    margin-top: calc(2rem + (1vw - 0.175rem) * 1.6427);
    min-height: 0vw;
    flex-direction: column;
  }
  .article-ecologies > .main-article-content-wrapper > aside {
    display: none;
  }
  .article-ecologies > .main-article-content-wrapper > .main-article {
    width: 100%;
    padding-left: 0;
  }
  .article-ecologies > .main-article-content-wrapper .main-article .standfirst p {
    font-size: 1.3rem;
  }
  .article-ecologies > .main-article-content-wrapper .main-article .author-date p {
    font-size: 1.2rem;
    padding-left: 0.25rem;
  }
  .article-ecologies > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
    font-size: 6rem;
  }
}
@media screen and (min-width: 500px) {
  .editions-flex-title-wrapper-ecologies {
    margin-top: auto;
  }
  .ecologies > h1 {
    font-size: calc(5rem + 2 * (100vw - 31.25rem) / 21.8125);
    min-height: 0vw;
    font-family: "Jost";
  }
  .ecologies > h2 {
    font-size: calc(1.2rem + 0.3 * (100vw - 31.25rem) / 21.8125);
    min-height: 0vw;
    box-shadow: inset 0 -20px 0 #887480;
  }
}
@media screen and (min-width: 850px) {
  .ecologies > h1 {
    font-size: 7rem;
  }
  .ecologies > h2 {
    font-size: 1.5rem;
    box-shadow: inset 0 -20px 0 #887480;
  }
  .edition-description-ecologies p {
    font-size: 1.2rem;
  }
  .edition-description-ecologies p:first-of-type:first-letter {
    font-size: 1.2rem;
  }
  .ecologies > h3 {
    font-size: 3rem;
    font-weight: 400;
    box-shadow: inset 0 -24px 0 #2f5d50;
  }
  .ecologies > details > summary {
    box-shadow: inset 0 -17px 0 #92b5a9;
    font-size: 2rem;
  }
  .ecologies > details > p {
    font-size: 2rem;
    padding: 1rem 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1174px) {
  .ecologies > h3 {
    font-size: 2rem;
    box-shadow: inset 0 -18px 0 #2f5d50;
  }
  .ecologies > details > summary {
    box-shadow: inset 0 -17px 0 #92b5a9;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .ecologies > details > p {
    font-size: 1.5rem;
    padding: 0.5rem 1.7rem;
  }
  .article-ecologies > .article-header > .article-title {
    top: -75px;
  }
  .article-ecologies > .article-header > .article-title > h1 {
    font-size: calc(4rem + (1vw - 0.734375rem) * 6.0377);
    min-height: 0vw;
    text-shadow: 2px 2px white;
    box-shadow: 10px 10px #c79f9f;
  }
  .article-ecologies > .main-article-content-wrapper .main-article .standfirst p {
    font-size: 1.35rem;
  }
  .article-ecologies > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1175px) and (max-width: 1440px) {
  .article-ecologies > .article-header > .article-title {
    top: -100px;
  }
  .article-ecologies > .article-header > .article-title > h1 {
    font-size: calc(4rem + (1vw - 0.734375rem) * 6.0377);
    min-height: 0vw;
    text-shadow: 2px 2px white;
    box-shadow: 10px 10px #c79f9f;
  }
  .article-ecologies > .main-article-content-wrapper .main-article .standfirst p {
    font-size: 1.5rem;
  }
  .article-ecologies > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
    font-size: 9rem;
  }
}
@media screen and (min-width: 1441px) {
  .ecologies > h1 {
    font-size: calc(7rem + (1vw - 0.900625rem) * 10.0089);
    min-height: 0vw;
    text-shadow: 4px 4px #2f5d50;
  }
  .ecologies > h2 {
    font-size: calc(1.5rem + (1vw - 0.900625rem) * 2.1448);
    min-height: 0vw;
    text-shadow: 2px 2px #293330;
    box-shadow: inset 0 calc(-1.25rem + (1vw - 0.900625rem) * -1.2511) 0 #887480;
  }
  .edition-description-ecologies p {
    font-size: calc(1.3rem + (1vw - 0.900625rem) * 1.0009);
    min-height: 0vw;
  }
  .edition-description-ecologies p:first-of-type:first-letter {
    font-size: inherit;
  }
  .ecologies > h3 {
    font-size: 3.5rem;
    box-shadow: inset 0 -30px 0 #2f5d50;
  }
  .ecologies > details > summary {
    box-shadow: inset 0 calc(-1.0625rem + (1vw - 14.41px) * -1.6086) 0 #92b5a9;
    font-size: calc(2rem + (1vw - 0.900625rem) * 2.8597);
  }
  .ecologies > details > p {
    font-size: 2.5rem;
    padding: 2rem 3.2rem;
  }
  .article-ecologies > .article-header > .article-title {
    top: -125px;
  }
  .article-ecologies > .article-header > .article-title > h1 {
    font-size: calc(5rem + (1vw - 0.900625rem) * 2.8597);
    min-height: 0vw;
    text-shadow: 2px 2px white;
    box-shadow: 10px 10px #c79f9f;
  }
  .article-ecologies > .main-article-content-wrapper .main-article .standfirst p {
    font-size: calc(1.5rem + (1vw - 0.900625rem) * 2.1448);
    min-height: 0vw;
  }
  .article-ecologies > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
    font-size: calc(9rem + (1vw - 0.900625rem) * 4.2895);
    min-height: 0vw;
  }
}
.editions-flex-title-wrapper-fifth-birthday {
  position: relative;
  align-items: center;
  top: -77px;
  border-top: 5px solid #330808;
  padding: unset;
}

.edition-description-fifth-birthday {
  position: static;
  top: 207px;
  margin: 0 auto;
}

.edition-description-fifth-birthday > p {
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 700;
  font-variant-caps: all-small-caps;
  color: #330808;
  text-shadow: 1px 1px white;
  border: 5px solid #330808;
  border-top: 0;
  background-color: #8CC9C6;
  padding: 0.3rem;
  margin: 0;
  text-shadow: none;
}

.edition-description-fifth-birthday > p:before {
  content: "Image: Emir Uslu";
}

.edition-description-fifth-birthday > p:first-of-type:first-letter {
  all: inherit;
}

.edition-title-fifth-birthday {
  border: 5px solid #330808;
  border-top: none;
  background-color: rgba(8, 148, 141, 0.5);
  padding-bottom: 16px;
}

.fifth-birthday > h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: 0.01rem;
  color: #330808;
  text-shadow: 3px 3px white;
  -webkit-text-stroke: 1px white;
}

.fifth-birthday > h2 {
  font-family: Inter;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #330808;
  text-align: center;
  margin-bottom: 1vh;
}

.fifth-birthday > h3 {
  margin: auto;
  margin-bottom: 1.5rem;
  font-family: Jost;
  font-size: 3rem;
  font-weight: 400;
  color: #330808;
  text-shadow: 2px 2px #fff;
  box-shadow: inset 0 -31px 0 #08948d;
}

.fifth-birthday {
  padding-top: 1rem;
  margin: auto;
}

.fifth-birthday > details > summary {
  box-shadow: inset 0 -23px 0 #8CC9C6;
  font-family: Jost;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.5;
  color: #330808;
}

.fifth-birthday > details > p {
  font-family: Jost;
  font-weight: 200;
  font-size: 2rem;
  line-height: 1.5;
  padding: 1rem 2.2rem;
  color: #330808;
  border-bottom: 1px solid #8CC9C6;
}

.fifth-birthday > details > p > a {
  background-color: #08948d;
  color: #330808;
}

.fifth-birthday details > ul > li > figure > figcaption > h4 {
  border-bottom: 5px solid #330808;
  border-top: 5px solid #330808;
}

.fifth-birthday > details > ul > li {
  border-color: #2b2b44;
}

.fifth-birthday > details > ul > li > figure {
  background: #08948d;
  height: auto;
}

.fifth-birthday > details > ul > li > figure > figcaption {
  background-color: #8CC9C6;
}

.fifth-birthday > details > ul > li > p {
  color: #330808;
}

.fifth-birthday > details > ul > li > p.subtitle {
  text-align: left;
  color: #330808;
  font-weight: 300;
}

.fifth-birthday > details > ul > li > a {
  background-color: #08948d;
  color: #fff;
}

.link-fifth-birthday {
  color: #2b2b44;
  transition: none;
}

.link-fifth-birthday:hover, .link-fifth-birthday:focus {
  background-image: none;
  color: white;
  text-decoration: none;
  transition: none;
}

.article-fifth-birthday > .article-header {
  flex-direction: column;
  height: auto;
}

.article-fifth-birthday > .article-header > .article-title {
  order: 1;
}

.article-fifth-birthday > .article-header > .article-image {
  order: 2;
  width: 98%;
  margin: auto;
  aspect-ratio: 16/9;
}

.article-fifth-birthday > .article-header > .article-title > h1 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 4rem;
  text-align: left;
  color: #2b2b44;
  width: 98%;
  margin: 1rem auto;
}

.article-fifth-birthday > .main-article-content-wrapper > aside {
  border-top: 5px solid #330808;
}

.article-fifth-birthday > .main-article-content-wrapper > aside > figure {
  background-color: #08948d;
}

.article-fifth-birthday .article-footer-content > p > a {
  color: #2b2b44;
  background-image: linear-gradient(rgb(140, 201, 198), rgb(140, 201, 198));
  background-size: 100% 1px;
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}

.article-fifth-birthday .article-footer-content > p > a:hover {
  background-size: 0% 1px;
  transition: all 0.5s ease-in-out;
}

.article-fifth-birthday > .main-article-content-wrapper > aside > p > a {
  color: #4b7d7a;
  text-decoration: none;
  transition: none;
}

.article-fifth-birthday .edition-sidebar-article-list {
  border-bottom: 2px solid #330808;
  border-top: 2px solid #330808;
  background-color: #8CC9C6;
}

.article-fifth-birthday .edition-sidebar-article-list a {
  color: #2b2b44 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  transition: none !important;
}

.article-fifth-birthday .edition-sidebar-article-list a:hover {
  transition: none !important;
}

.article-fifth-birthday > .main-article-content-wrapper > .main-article .standfirst {
  border-top: 5px solid #330808;
  border-bottom: 5px solid #330808;
  background-color: #8CC9C6;
  margin: 1rem auto 2rem auto;
}

.article-fifth-birthday > .main-article-content-wrapper .main-article .standfirst p, .article-fifth-birthday > .main-article-content-wrapper .main-article .author-date p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 1.4rem;
  color: #2b2b44;
  line-height: 1.3;
}

.article-fifth-birthday article section h1, .article-fifth-birthday article section h2, .article-fifth-birthday article section h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #2b2b44;
}

.article-fifth-birthday > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #08948d;
  text-shadow: 3px 3px #330808;
  border: none;
  padding: 0;
  margin: 0;
  margin-right: 1rem;
  line-height: 0.9;
}

.article-fifth-birthday > .main-article-content-wrapper > .main-article .author-date a, .article-fifth-birthday > .main-article-content-wrapper .main-article article section p a {
  color: #2b2b44;
  background-image: linear-gradient(rgb(8, 148, 141), rgb(8, 148, 141));
  background-size: 100% 1px;
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: none;
}

.article-fifth-birthday > .main-article-content-wrapper > .main-article .author-date a:hover, .article-fifth-birthday > .main-article-content-wrapper .main-article article section p a:hover {
  background-size: 0% 0px;
  transition: none;
}

.article-fifth-birthday > .main-article-content-wrapper > .main-article blockquote {
  border-left-color: #08948d;
}

.article-fifth-birthday > .main-article-content-wrapper > .main-article .bigfoot-footnote__button {
  background-color: #8CC9C6;
  color: #2b2b44;
}

.article-fifth-birthday .pullquote::before {
  color: #08948d;
}

.article-fifth-birthday .pullquote::after {
  color: #08948d;
}

.article-fifth-birthday > .main-article-content-wrapper .article-footer-content {
  border-top: 1px solid #08948d;
}

.article-fifth-birthday .footnote hr {
  background-image: linear-gradient(rgb(8, 148, 141), rgb(8, 148, 141));
}

@media screen and (max-width: 500px) {
  .editions-flex-title-wrapper-fifth-birthday {
    top: -42px;
    margin: auto;
  }
  .fifth-birthday > h1 {
    font-size: 3rem;
    letter-spacing: normal;
    text-shadow: 1px 1px white;
    -webkit-text-stroke: 1px white;
  }
  .fifth-birthday > h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .fifth-birthday > h3 {
    font-size: 2rem;
    box-shadow: inset 0 -20px 0 #08948d;
    margin-bottom: 6vh;
  }
  .fifth-birthday > details > summary {
    font-size: 1.5rem;
    box-shadow: inset 0 -18px 0 #8cc9c6;
  }
  .link-fifth-birthday {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .article-fifth-birthday > .article-header > .article-title > h1 {
    font-size: 2rem;
    margin: 0.5rem;
  }
  .article-fifth-birthday > .main-article-content-wrapper {
    flex-direction: column;
    margin-top: 2rem;
  }
  .article-fifth-birthday > .main-article-content-wrapper > aside {
    display: none;
  }
  .article-fifth-birthday > .main-article-content-wrapper > .main-article {
    width: 100%;
    padding-left: 0;
  }
  .edition-context-mobile-fifth-birthday {
    background-color: #8CC9C6;
    color: #2b2b44;
    margin-bottom: 1rem;
  }
  .edition-context-mobile-fifth-birthday a {
    color: #2b2b44;
    text-decoration: underline;
  }
  .article-fifth-birthday > .main-article-content-wrapper .main-article .standfirst {
    width: 90%;
    margin: auto;
    border-top-width: calc(0.125rem + (1vw - 0.175rem) * 0.2049);
    min-height: 0vw;
    border-bottom-width: calc(0.125rem + (1vw - 0.175rem) * 0.2049);
    min-height: 0vw;
  }
  .article-fifth-birthday > .main-article-content-wrapper .main-article .standfirst p, .article-fifth-birthday > .main-article-content-wrapper .main-article .author-date p {
    font-size: 1rem;
  }
  .article-fifth-birthday > .main-article-content-wrapper .main-article .author-date p {
    padding-left: 0.25rem;
  }
  .article-fifth-birthday > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
    font-size: 5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .article-fifth-birthday > .article-header > .article-title > h1 {
    font-size: 3rem;
    margin: 1rem;
  }
  .article-fifth-birthday > .main-article-content-wrapper .main-article .standfirst p {
    font-size: 1.3rem;
  }
  .article-fifth-birthday > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1441px) {
  .editions-flex-title-wrapper-fifth-birthday {
    top: -90px;
    margin: auto;
  }
  header .fifth-birthday {
    width: 60%;
  }
  .fifth-birthday > h1 {
    display: block;
    text-align: center;
    font-size: 6rem;
    letter-spacing: normal;
    text-shadow: 2px 2px white;
    -webkit-text-stroke: 1px white;
  }
  .fifth-birthday > h2 {
    font-size: 3rem;
    font-weight: 700;
  }
  .fifth-birthday > h3 {
    font-size: 4rem;
    box-shadow: inset 0 -43px 0 #08948d;
    margin-bottom: 3rem;
  }
  .fifth-birthday > details > summary {
    font-size: calc(2rem + (1vw - 0.900625rem) * 2.8597);
    box-shadow: inset 0 calc(-1.0625rem + (1vw - 14.41px) * -1.6086) 0 #8cc9c6;
  }
  .link-fifth-birthday {
    font-size: 3rem;
  }
  .edition-description-fifth-birthday > p {
    font-size: 2.2rem;
    margin: auto;
    padding: 1rem;
  }
  .fifth-birthday > details > ul > li > a {
    padding: 1rem;
  }
  .article-fifth-birthday > .article-header > .article-title > h1 {
    font-size: calc(4rem + (1vw - 0.900625rem) * 4.2895);
    min-height: 0vw;
    margin: calc(1.5rem + (1vw - 0.900625rem) * 0.286);
    min-height: 0vw;
  }
  .article-fifth-birthday > .main-article-content-wrapper .main-article .standfirst {
    padding: calc(1rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
    border-top-width: calc(0.3125rem + (1vw - 0.900625rem) * 0.4468);
    min-height: 0vw;
    border-bottom-width: calc(0.3125rem + (1vw - 0.900625rem) * 0.4468);
    min-height: 0vw;
  }
  .article-fifth-birthday > .main-article-content-wrapper .main-article .standfirst p {
    font-size: calc(1.5rem + (1vw - 0.900625rem) * 2.1448);
    min-height: 0vw;
  }
  .article-badnewtimes > .main-article-content-wrapper > .main-article > article section > p:first-of-type:first-letter {
    font-size: calc(9rem + (1vw - 0.900625rem) * 7.1492);
    min-height: 0vw;
    text-shadow: 5px 5px #330808;
  }
}
.class-header {
  background-color: #f7931e;
  display: flex;
  align-content: center;
  height: auto;
}

.class-header > img {
  z-index: 2;
  object-fit: cover;
  aspect-ratio: 16/9;
  width: 85%;
  margin: auto;
}

.editions-flex-title-wrapper-class {
  width: 100%;
  z-index: 1;
  margin: auto;
  bottom: 0;
}

.edition-title-class {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto !important;
  width: auto;
}

.edition-title-class > h1 {
  display: flex;
  order: 1;
  position: relative;
  color: black;
  text-shadow: 5px 5px white;
  font-family: "GrotesqueNo9T";
  font-weight: 700;
  font-size: 8rem;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.edition-title-class > h2 {
  display: flex;
  position: relative;
  order: 2;
  font-family: "GrotesqueNo9T";
  font-weight: 500;
  font-size: 2rem;
  text-transform: uppercase;
  color: black;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.edition-description-class {
  display: none;
}

.class-cover-image-credit {
  position: relative;
  margin: 0;
  padding: 0;
  margin-right: 1vw;
}

.class-cover-image-credit > p {
  margin: 0;
  padding: 0;
  color: black;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  text-align: right;
  text-transform: uppercase;
  font-variant-caps: all-small-caps;
}

.class-cover-image-credit > p:before {
  content: "Image: Emir Uslu";
}

section.class {
  width: 95vw;
}

.class > h3 {
  font-family: GrotesqueNo9T;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  text-align: right;
  text-transform: uppercase;
  color: black;
  margin: 0;
  margin-bottom: 0.5em;
  border-bottom: 17px solid #f7931e;
  max-width: 100%;
}

.class > details {
  margin-bottom: 2rem;
}

.class > details > ul > li > a {
  display: none;
}

.class > details > summary {
  box-shadow: inset 0 -1px 0 black;
  font-family: "GrotesqueNo9T";
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.5;
  color: black;
  margin-bottom: 1rem;
}

.class > details:nth-of-type(even) > summary {
  text-align: right;
}

.class > details > summary {
  list-style: none;
}

.class > details > summary::-webkit-details-marker {
  display: none;
}

.class > details > summary::before {
  content: "+ ";
  font-weight: 100;
  color: #8f262a;
}

.class > details:nth-of-type(even) > summary::after {
  content: " +";
  font-weight: 100;
  color: #8f262a;
}

.class > details:nth-of-type(even) > summary::before {
  content: none;
}

.class > details[open] > summary::before {
  content: "– ";
}

.class > details:nth-of-type(even)[open] > summary::before {
  content: none;
}

.class > details:nth-of-type(even)[open] > summary::after {
  content: " –";
}

.class > details > ul {
  all: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.class > details > ul > li {
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 1rem;
}

.class > details > ul > li:not(:last-of-type) {
  margin-bottom: 3rem;
}

.class > details:nth-of-type(even) > ul > li {
  align-items: flex-start;
}

.class > details:nth-of-type(odd) > ul > li:nth-of-type(even) {
  align-items: flex-start;
}

.class > details:nth-of-type(even) > ul > li:nth-of-type(even) {
  align-items: flex-end;
}

.class > details > p {
  font-family: Jost;
  font-weight: 200;
  font-size: 2rem;
  line-height: 1.5;
  padding: 1rem 2.2rem;
  color: #330e0f;
  border-bottom: 1px solid #8f262a;
}

.class > details > ul > li > figure {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  margin: 0;
  width: 70%;
  height: auto;
  overflow: visible;
  aspect-ratio: unset;
}

.class > details:nth-of-type(even) > ul > li > figure {
  justify-content: space-between;
}

.class > details:nth-of-type(odd) > ul > li:nth-of-type(even) > figure {
  justify-content: space-between;
}

.class > details:nth-of-type(even) > ul > li:nth-of-type(even) > figure {
  justify-content: space-between;
}

.class > details > ul > li > figure > img {
  display: flex;
  order: 1;
  max-width: 45%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.class > details:nth-of-type(even) > ul > li > figure > img {
  order: 2;
}

.class > details:nth-of-type(even) > ul > li:nth-of-type(even) > figure > img {
  order: 1;
}

.class > details > ul > li > figure > figcaption {
  all: unset;
  display: flex;
  order: 2;
  position: relative;
  margin-right: 1rem;
}

.class > details:nth-of-type(even) > ul > li > figure > figcaption {
  order: 1;
}

.class > details:nth-of-type(even) > ul > li:nth-of-type(even) > figure > figcaption {
  order: 2;
  margin-left: 1rem;
}

.link-class {
  color: #8f262a;
  background: none;
}

.link-class:hover {
  background: none;
  color: black;
}

.class > details > ul > li > figure > figcaption > h4 {
  font-family: "Silk Serif Extra Light";
  font-size: 2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.class > details:nth-of-type(even) > ul > li > figure > figcaption > h4 {
  text-align: left;
}

.class > details:nth-of-type(even) > ul > li:nth-of-type(even) > figure > figcaption > h4 {
  text-align: right;
}

.class > details > ul > li > p.author-attrib {
  position: relative;
  text-align: right;
  font-family: "GrotesqueNo9T";
  letter-spacing: 0.05rem;
  padding-left: 0;
  padding-right: 0;
}

.class > details > ul > li > p.author-attrib:first-of-type:first-letter {
  all: inherit;
  padding-right: 0;
}

.class > details:nth-of-type(even) > ul > li > p.author-attrib {
  text-align: left;
  padding-left: 0;
}

p.author-attrib > a {
  color: black;
}

p.author-attrib > a:hover {
  background: none;
  color: #8f262a;
}

.class > details > ul > li > p.subtitle {
  position: relative;
  border-top: 2px double black;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  width: 70%;
  min-height: unset;
  font-family: "Silk Serif Extra Light";
  text-align: right;
  font-style: italic;
}

.class > details:nth-of-type(even) > ul > li > p.subtitle {
  text-align: left;
  margin-left: 0;
}

.class > details:nth-of-type(odd) > ul > li:nth-of-type(even) > p.subtitle {
  margin-left: 0;
  text-align: left;
}

.class > details:nth-of-type(even) > ul > li:nth-of-type(even) > p.subtitle {
  margin-right: 0;
  text-align: right;
}

@media screen and (min-width: 280px) and (max-width: 849px) {
  .class-header > img {
    z-index: 2;
    object-fit: contain;
    aspect-ratio: 3/4;
    width: 100%;
    margin: auto;
  }
  .edition-title-class > h1 {
    font-size: 5rem;
  }
  .edition-title-class > h2 {
    font-size: 1rem;
    margin: auto;
  }
  .class > details > ul > li > figure {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .class > details:nth-of-type(even) > ul > li:nth-of-type(even) > figure {
    align-items: flex-end;
  }
  .class > details:nth-of-type(odd) > ul > li:nth-of-type(even) > figure {
    align-items: flex-start;
  }
  .class > details:nth-of-type(odd) > ul > li:nth-of-type(even) > figure > figcaption > h4 {
    text-align: left;
  }
  .class > details > ul > li > figure > img {
    max-width: 100%;
    order: 1;
  }
  .class > details > ul > li > figure > figcaption, .class > details:nth-of-type(even) > ul > li:nth-of-type(even) > figure > figcaption {
    order: 2;
    margin: auto 0;
  }
  .class > details:nth-of-type(even) > ul > li > figure > img {
    order: 1;
  }
  .class > details:nth-of-type(even) > ul > li > figure > figcaption {
    order: 2;
  }
  .class > details:nth-of-type(even) > ul > li:nth-of-type(even) > figure > img {
    order: 1;
  }
  .class > details > ul > li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .class > details > ul > li > p.author-attrib {
    padding-top: 0;
  }
  .class > details:nth-of-type(even) > ul > li > p.author-attrib {
    padding-top: 0;
  }
  .class > details > ul > li > p.subtitle {
    width: 98%;
  }
}
@media screen and (min-width: 1441px) {
  .edition-title-class > h1 {
    font-size: calc(10rem + (1vw - 0.900625rem) * 14.2985);
    min-height: 0vw;
  }
  .edition-title-class > h2 {
    font-size: calc(3rem + (1vw - 0.900625rem) * 2.8597);
    min-height: 0vw;
  }
  .class-cover-image-credit > p {
    font-size: calc(1rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
  }
  .class > h3 {
    font-size: calc(6rem + (1vw - 0.900625rem) * 5.7194);
    min-height: 0vw;
  }
  .class > details > summary {
    font-size: calc(2.2rem + (1vw - 0.900625rem) * 4.0036);
    min-height: 0vw;
    margin-bottom: calc(1rem + (1vw - 0.900625rem) * 2.8597);
    min-height: 0vw;
  }
  .class > details > ul > li:not(:last-of-type) {
    margin-bottom: calc(3rem + (1vw - 0.900625rem) * 7.1492);
    min-height: 0vw;
  }
  .class > details > ul > li > figure > figcaption > h4 {
    font-size: calc(2rem + (1vw - 0.900625rem) * 3.1457);
    min-height: 0vw;
  }
  .class > details > ul > li > p.subtitle {
    padding-top: calc(1rem + (1vw - 0.900625rem) * 2.8597);
    min-height: 0vw;
  }
}
.article-class {
  display: flex;
  flex-direction: column;
}

.article-class > .article-header {
  flex-direction: row;
  background-color: #f7931e;
  min-height: unset;
}

.article-class > .article-header .mobile-no-image-height-override {
  height: calc(100vh - 65px);
  flex-shrink: 0;
}

.article-class > .article-header .mobile-no-image-height-override > h1, .article-class > .article-header .mobile-no-image-height-override > h2 {
  flex-shrink: 0;
}

.article-class > .article-header > .article-image {
  display: inline-flex;
  order: 1;
  width: 50%;
}

.article-class > .article-header > .article-image > img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.article-class > .article-header > .article-title {
  justify-content: space-between;
  align-items: flex-end;
  flex-shrink: 0;
  order: 2;
  width: 50%;
  margin: 0;
  padding: 1vw;
}

.article-class > .article-header > .article-title h1 {
  font-family: "GrotesqueNo9t";
  font-weight: 100;
  color: black;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  line-height: 1;
  background: unset;
  box-shadow: none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  max-width: unset;
  flex-shrink: 0;
}

.article-class > .article-header > .article-title h2 {
  width: 75%;
  font-family: "Inter";
  font-weight: 600;
  color: black;
  font-size: 1.74rem;
  text-align: right;
  letter-spacing: 0.025rem;
  line-height: 1.5;
  padding: 0;
  white-space: inherit;
  font-variant: unset;
  margin: 1rem 0;
  flex-shrink: 0;
}

.article-title h2 > p {
  margin: 0;
}

.article-class > .main-article-content-wrapper aside {
  border-top: 1px solid #f7931e;
}

.article-class > .main-article-content-wrapper aside figure {
  background-color: #f7931e;
}

.article-class > .main-article-content-wrapper > aside > p > a {
  color: #8f262a;
}

.article-class .edition-sidebar-article-list {
  background-color: rgba(199, 186, 171, 0.15);
  border-bottom: 1px solid #330e0f;
}

.article-class > .main-article-content-wrapper .main-article .standfirst {
  border-top: 1px solid #f7931e;
  border-bottom: 1px solid #f7931e;
}

.article-class > .main-article-content-wrapper .main-article .standfirst {
  border-left: none;
  border-right: none;
  border-radius: 0;
  max-width: unset;
}

.article-class > .main-article-content-wrapper .main-article .standfirst p {
  font-family: "Silk Serif Extra Light Italic";
  font-style: italic;
  line-height: 1.3;
}

.article-class article section h1, .article-class article section h2, .article-class article section h3 {
  font-family: "Inter";
  color: #8f262a;
}

.article-class > .main-article-content-wrapper > .main-article > article section p:first-of-type:first-letter {
  font-family: "Futura-PT", sans-serif;
  font-weight: 500;
  color: #f7931e;
  border: 1px solid black;
  border-right: none;
  padding: 0;
  padding-left: 0.3rem;
  margin: 0;
  margin-right: 1rem;
}

.article-class > .main-article-content-wrapper .main-article .author-date p a, .article-class > .main-article-content-wrapper .main-article article section p a, .article-class .article-footer-content > p > a {
  color: black;
  background-size: 100% 1px;
  background-image: linear-gradient(rgba(247, 147, 30, 0.9), rgba(247, 147, 30, 0.9));
  transition: all 0.5s ease-in-out;
}

.article-class > .main-article-content-wrapper .main-article .author-date p a:hover, .article-class > .main-article-content-wrapper .main-article article section p a:hover, .article-class .article-footer-content > p > a:hover {
  background-size: 100% 4px;
  background-image: linear-gradient(rgb(143, 38, 42), rgb(143, 38, 42));
  transition: all 0.5s ease-in-out;
}

.article-class > .main-article-content-wrapper > .main-article blockquote {
  border-left-color: #f7931e;
}

.article-class > .main-article-content-wrapper > .main-article .bigfoot-footnote__button {
  background-color: #f7931e;
  color: black;
}

.article-class .pullquote::before {
  color: #8f262a;
}

.article-class .pullquote::after {
  color: #8f262a;
}

.article-class > .main-article-content-wrapper .article-footer-content {
  padding: 0;
  border-top: 1px solid #f7931e;
}

.article-class .tags, .article-class .tags a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-variant-caps: all-small-caps;
  color: black;
  text-align: right;
  width: 100%;
  margin: 0;
}

.article-class .footnote hr {
  background-image: linear-gradient(rgb(247, 147, 30), rgb(247, 147, 30));
}

.article-class a.footnote-backref {
  color: #8f262a !important;
  background: unset !important;
  transition: all 0.5s ease-in-out;
}

.article-class a.footnote-backref:hover, .article-class a.footnote-backref:focus {
  color: black !important;
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .article-class > .article-header {
    flex-direction: column;
    min-height: calc(100vh - 65px);
  }
  .article-class > .article-header > .article-title {
    order: 1;
    width: 100%;
    min-height: calc(100vh - 65px);
  }
  .article-class > .article-header > .article-image {
    order: 2;
    width: 100%;
  }
  .article-class > .article-header > .article-image > img {
    aspect-ratio: 1/1;
  }
  .article-class > .article-header > .article-title h1 {
    font-size: calc(3.5rem + (1vw - 0.175rem) * 1.6427);
    min-height: 0vw;
    text-align: left;
    margin: 0 auto 1rem auto;
    letter-spacing: 0.05rem;
  }
  .article-class > .article-header > .article-title h2, .article-title h2 p {
    font-size: calc(1.1rem + (1vw - 0.175rem) * 1.3142);
    min-height: 0vw;
    margin: 0;
  }
  .article-class > .main-article-content-wrapper {
    flex-direction: column;
  }
  .article-class > .main-article-content-wrapper aside {
    display: none;
  }
  .article-class > .main-article-content-wrapper .main-article .author-date p {
    font-family: "Silk Serif Light";
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .article-class > .main-article-content-wrapper > .main-article > .edition-context-mobile {
    background-color: white;
    border-bottom: 1px solid #f7931e;
  }
  .article-class > .main-article-content-wrapper > .main-article > .edition-context-mobile p {
    color: black;
  }
  .article-class > .main-article-content-wrapper > .main-article > .edition-context-mobile a {
    color: black;
    text-decoration: underline;
  }
  .article-class > .main-article-content-wrapper .main-article .standfirst {
    border-top: unset;
  }
  .article-class > .main-article-content-wrapper > .main-article {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1174px) {
  .article-class > .article-header {
    height: calc(100vh - 3.4rem);
  }
  .article-class > .article-header > .article-title h1 {
    font-size: calc(3.5rem + (1vw - 0.48rem) * 1.9704);
    min-height: 0vw;
    margin: 0 auto 1rem auto;
  }
  .article-class > .article-header > .article-title h2 {
    margin: 1rem 0 0.5rem 0;
  }
  .article-class > .article-header > .article-title h2, .article-title > h2 > p {
    font-size: calc(1.5rem + (1vw - 0.48rem) * 0.9458);
    min-height: 0vw;
    width: 100%;
  }
}
@media screen and (min-width: 1175px) and (max-width: 1440px) {
  .article-class > .article-header > .article-title h1 {
    font-size: calc(4rem + (1vw - 0.734375rem) * 12.0755);
    min-height: 0vw;
  }
}
@media screen and (min-width: 1441px) and (max-width: 2560px) {
  .article-class > .article-header {
    height: calc(100vh - (4rem + (1vw - 0.900625rem) * 4.2752));
  }
  .article-class > .article-header > .article-title h1 {
    font-size: calc(5rem + (1vw - 0.900625rem) * 5.7194);
    min-height: 0vw;
  }
  .article-class > .article-header > .article-title h2, .article-title > h2 > p {
    font-size: calc(1.75rem + (1vw - 0.900625rem) * 1.7873);
    min-height: 0vw;
  }
  .article-class > .main-article-content-wrapper .main-article .standfirst p {
    font-size: calc(1.5rem + (1vw - 0.900625rem) * 2.4307);
    min-height: 0vw;
  }
}
@media screen and (min-width: 2561px) {
  .article-class > .article-header > .article-title h1 {
    font-size: 9rem;
  }
  .article-class > .article-header > .article-title h2, .article-title h2 p {
    font-size: 3rem;
  }
}
@media screen {
  .print-only {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  margin: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

header {
  display: initial;
}

main {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

img {
  line-height: 0;
}

.image-credit p {
  margin: 0;
  padding: 0 0.5rem;
  color: black;
  font-family: "Inter", sans-serif;
  font-size: calc(0.8rem + (1vw - 0.175rem) * 0.8421);
  min-height: 0vw;
  text-align: left;
  text-transform: uppercase;
  font-variant-caps: all-small-caps;
}

.uploaded-image {
  display: block;
  margin: auto;
  text-align: center;
  max-width: 90%;
}

.uploaded-image-caption {
  max-width: 80%;
  margin: auto;
  font-family: "Jost", "Lato";
  font-weight: 200;
  text-align: center;
  position: relative;
  display: block;
  font-size: 1rem;
}

.uploaded-image-caption a {
  background-image: none;
  transition: color 0.5s ease-in-out;
  font-size: 1rem;
}

article > section > ul > li > .uploaded-image {
  margin: auto;
  padding: 1rem;
  text-align: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  max-width: 90%;
}

.uploaded-image img {
  margin: auto;
  max-width: 90%;
  height: auto;
  position: relative;
  padding: 0.5rem;
}

.uploaded-image a {
  background: none;
  background-image: none;
}
.uploaded-image a:hover, .uploaded-image a:focus {
  background-image: none;
}

.ns-branding {
  font-family: "Futura-PT";
  font-weight: 200;
  color: #c81e1e;
  letter-spacing: 0.1rem;
}

.centred {
  text-align: center;
}

/* Links */
a {
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  color: #c81e1e;
  cursor: pointer;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: all 0.3s ease-in-out 0s;
}

a:hover {
  background-size: 100% 1px;
  transition: all 0.3s ease-in-out 0s;
}

a:focus {
  background-size: 100% 1px;
  transition: all 0.3s ease-in-out 0s;
}

.fade, .contentnote a {
  transition: color 0.5s ease-in-out;
  background-image: none;
}
.fade:hover, .fade:focus, .contentnote a:hover, .contentnote a:focus {
  color: black;
  transition: color 0.5s ease-in-out;
}

/* Custom HR separator styling */
.divider {
  margin: 64px auto;
  width: 400px;
  max-width: 100%;
  position: relative;
}

.dividermask {
  overflow: hidden;
  height: 20px;
}
.dividermask:after {
  content: "";
  display: block;
  margin: -26px auto 0;
  width: 100%;
  height: 25px;
  border: 1px solid #c81e1e;
}

.divider span {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  background: #fff;
}

.divider i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px solid #c81e1e;
  text-align: center;
  line-height: 40px;
  font-family: "Lato";
  font-weight: 100;
  color: #c81e1e;
}
.divider i::before {
  content: "NS.";
}

.page-title {
  font-family: "Futura-PT", "Jost", "Inter", sans-serif;
  text-align: right;
  text-transform: uppercase;
  font-size: calc(3rem + (1vw - 0.2rem) * 2.5);
  min-height: 0vw;
  font-weight: 500;
  color: black;
}

.author-archives, .tag-archives, .older-article-archives, main.subscribe, .info-imprint, main.search, main.transmissions {
  width: calc(17.325rem + (1vw - 0.175rem) * 99);
  min-height: 0vw;
  margin: auto;
}

main.info-imprint {
  display: flex;
  flex-direction: row;
}

.imprint {
  order: 1;
  flex-shrink: 0;
  width: 25%;
  min-height: 100%;
  border-right: 1px dashed #c81e1e;
  padding: 0 1rem;
}

.imprint h2, .imprint p {
  color: black;
}

.imprint h2, .container details h2 {
  font-family: "Futura-PT";
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  border-bottom: 1px solid #c81e1e;
  margin-bottom: 0;
}

.container details h2 {
  text-align: left;
  width: 50%;
}

.imprint p {
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 0.02rem;
  text-align: left;
  line-height: 1.5;
  border-left: 1px solid #c81e1e;
  padding: 0.5rem;
  margin: 0;
}

.imprint h2:nth-of-type(even) {
  text-align: left;
}

.imprint p:nth-of-type(even) {
  text-align: right;
  border-left: unset;
  border-right: 1px solid #c81e1e;
}

.container {
  order: 2;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.imprint-title {
  order: 1;
  margin-bottom: calc(2rem + (1vw - 0.900625rem) * 3.5746);
  min-height: 0vw;
}

.imprint-about {
  order: 2;
}

main.info-imprint > .container > .imprint-title h1, .older-article-archives h1 {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}

main.info-imprint > .container hr, .older-article-archives hr, main.transmissions hr {
  width: 75%;
  border-top: 1px solid #c81e1e;
  height: 1px;
}

main.info-imprint h2.epigraph {
  font-size: 1.5rem;
}

h2.epigraph cite {
  max-width: 100%;
  font-size: 1.2rem;
  color: black;
}

main.info-imprint > .container p, p.archive-info-explanation {
  width: 65%;
  margin: 1.2rem auto;
  font-family: "Baskerville", "baskerville-urw", serif;
  font-size: 1.3rem;
  color: black;
  line-height: 1.5;
}

p.archive-info-explanation {
  width: 75%;
  margin: 1.2rem auto 2rem auto;
}

main.info-imprint > .container details {
  order: 3;
  width: 65%;
  margin: 0 auto;
}

main.info-imprint > .container details summary {
  box-shadow: inset 0 -1px 0 black;
  font-family: "Futura-PT", "Jost";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #c81e1e;
  margin-bottom: 1rem;
}

main.info-imprint > .container details p {
  width: 100%;
}

main.info-imprint > .container details p.border-left {
  margin-left: calc(0.5rem + (1vw - 0.175rem) * 1.0526);
  border-left: 1px solid #c81e1e;
  padding-left: calc(0.5rem + (1vw - 0.175rem) * 1.0526);
  min-height: 0vw;
}

.author-archives h1, .tag-archives h1, .subscribe h1, main.search h1 {
  font-size: 3rem;
}

.author-archives h2, main.search h2, main.subscribe h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 2rem;
  color: black;
  text-align: left;
  border-bottom: 1px solid black;
  max-width: 95%;
  margin: auto;
}

main.search h2, .search-results-display, main.subscribe h2 {
  border: none !important;
}

main.subscribe h2 {
  width: 75%;
  margin: 0;
  font-size: 2.2rem;
}

main.subscribe h3 {
  width: 75%;
}

main.subscribe h3, main.subscribe h3 a {
  font-size: calc(1.2rem + (1vw - 0.175rem) * 1.4737);
  min-height: 0vw;
}

main.subscribe > .subscribe-text-container > h3, main.subscribe > .subscribe-text-container-even > h3 {
  width: 100%;
}

main.subscribe > h3.centred {
  width: 100%;
  margin: 2rem auto;
  text-align: center;
}

.button-link {
  background-image: none;
  transition: none;
}

button.subscribe {
  background-color: #c81e1e;
  color: #fff;
  font-family: "Futura-PT", "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem;
  border: 2px solid #c81e1e;
  cursor: pointer;
  overflow: hidden;
}
button.subscribe:before {
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
}
button.subscribe:hover:before {
  top: 0;
}

iframe[name=donorbox] {
  max-width: 425px !important;
  display: block;
  margin: auto;
  border: 1px solid #c81e1e;
}

.subscribe-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 75%;
  margin: 2rem auto;
  border-top: 1px solid #c81e1e;
  border-bottom: 1px solid #c81e1e;
}

.donorbox {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.subscribe-text-container, .subscribe-text-container-even {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: whitesmoke;
}

.subscribe-text-container > h3, .subscribe-text-container-even > h3 {
  font-size: calc(1.9rem + (1vw - 0.900625rem) * 0.286);
  min-height: 0vw;
  font-style: italic;
  text-transform: uppercase;
  text-align: right;
  border-bottom: 1px solid #c81e1e;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0.2rem;
}

.subscribe-text-container-even > h3 {
  text-align: left;
}

.subscribe-text-container p, .subscribe-text-container-even p {
  width: 50%;
  font-family: "Inter";
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0;
  padding: 1%;
}

.subscribe-text-container:nth-of-type(odd) > p {
  align-self: flex-start;
  border-left: 1px dashed #c81e1e;
}

.subscribe-text-container-even > p {
  align-self: flex-end;
  border-right: 1px dashed #c81e1e;
}

.author-archives > .bio, .tag-info-explanation, .search-results-display {
  width: calc(16.625rem + (1vw - 0.175rem) * 95);
  min-height: 0vw;
  margin: auto;
  border-left: 1px solid black;
  padding-left: 0.5rem;
}

.author-archives > .bio > p {
  text-align: left;
  width: 50%;
  font-size: 1rem;
}

.author-archives > .bio > p > a {
  background: unset;
}
.author-archives > .bio > p > a:hover, .author-archives > .bio > p > a:focus {
  color: black;
}

.search-results-display > h3 {
  font-size: 1.7rem;
}

main.search > h2 span, main.search > .search-results-display > h3 span {
  font-style: italic;
  color: black;
}

.search-results-display p {
  font-size: calc(1rem + (1vw - 0.734375rem) * 1.8113);
  min-height: 0vw;
  border-left: 1px solid black;
  padding-left: 1rem;
}

.tag-archives p {
  font-size: 1rem;
}

.article-flex-display {
  width: 95%;
  max-width: 95%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.article-flex-display > ul {
  display: flex;
  flex-flow: column wrap;
  padding-inline-start: unset;
  width: 100%;
  max-width: 100%;
  margin: 1rem auto;
}

.article-flex-display > ul > li {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  padding: 0 0 0 1rem;
  margin-bottom: 2rem;
  align-items: flex-end;
  border-top: 1px solid #c81e1e;
  background-color: whitesmoke;
}

.article-flex-display > ul > li > figure {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: clip;
}

.article-flex-display > ul > li > figure > a {
  display: flex;
  order: 2;
  padding: 0;
  width: 50%;
}

.article-flex-display > ul > li > figure > a > picture, .article-flex-display > ul > li > figure > a > picture > source, .article-flex-display > ul > li > figure > a > picture > img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  line-height: 0;
}

.article-flex-display > ul > li > figure > .article-flex-display-no-image {
  display: flex;
  order: 2;
  width: 50%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: clip;
}

.article-flex-display > ul > li > figure > figcaption {
  all: unset;
  width: 50%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 1;
  position: relative;
  padding-bottom: 0.25rem;
}

.article-flex-display > ul > li:nth-of-type(even) {
  align-items: flex-start;
  padding: 0 1rem 0 0;
}

.article-flex-display > ul > li:nth-of-type(even) > figure > a {
  order: 1;
}

.article-flex-display > ul > li:nth-of-type(even) > figure > .article-flex-display-no-image {
  order: 1;
}

.article-flex-display > ul > li:nth-of-type(even) > figure > figcaption {
  order: 2;
}

.article-flex-display > ul > li:nth-of-type(even) > figure > figcaption > h3 {
  margin-right: 0;
  margin-left: 0.5rem;
  text-align: right;
}

.article-flex-display > ul > li:nth-of-type(even) > figure > figcaption > p.subtitle {
  margin-left: 1rem;
}

.article-flex-display > ul > li:nth-of-type(even) > figure > figcaption > .edition-tags {
  text-align: right;
}

.article-flex-display > ul > li:nth-of-type(even) > figure > figcaption > .author-date-wrapper {
  margin-right: 0;
  margin-left: 1rem;
}

.article-flex-display a {
  background: unset;
}

.article-flex-display h3 {
  max-width: unset;
  order: 1;
  font-family: "Futura-PT";
  font-weight: 300;
  font-size: 2.5rem;
  margin: 0;
  padding: 0.5rem 0 1rem 0;
  margin-right: 0.5rem;
}

.article-flex-display > ul > li:nth-of-type(even) > figure > figcaption > h3 {
  padding: 0.5rem 0.5rem 1rem 0rem;
}

.article-flex-display .author-date-wrapper {
  order: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid black;
  padding: 0.5rem 0;
  margin-right: 1rem;
}

.article-flex-display .author-date-wrapper > p, .article-flex-display .edition-tags > p {
  font-family: "Inter";
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #593d3d;
  margin: 0;
  padding: 0;
  border: 0 !important;
}

.article-flex-display p.subtitle {
  order: 3;
  font-family: "Baskerville", "baskerville-urw", serif;
  min-height: 0vw;
  line-height: 1.5;
  padding: 0.25rem;
  border: 0;
  font-size: 1.3rem;
}

.article-flex-display .edition-tags {
  order: 4;
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 280px) and (max-width: 500px) {
  .subscribe-text-container, .subscribe-text-container-even {
    width: 98%;
    margin: auto;
  }
  .subscribe-text-container > h3, .subscribe-text-container-even > h3 {
    text-align: left;
    padding: 0 0 0.2rem 0;
    font-size: calc(1.5rem + (1vw - 0.175rem) * 1.4545);
    min-height: 0vw;
  }
  .subscribe-text-container p, .subscribe-text-container-even p, .subscribe-text-container:nth-of-type(odd) > p {
    width: 100%;
    font-size: calc(1rem + (1vw - 0.175rem) * 0.7273);
    min-height: 0vw;
    line-height: 1.3;
    align-self: flex-start;
    border: unset;
    margin-top: 0.5rem;
  }
  .subscribe-options {
    flex-direction: column;
    width: 100%;
    margin: 1rem auto;
    border: unset;
  }
  button.subscribe {
    font-size: calc(1.15rem + (1vw - 0.175rem) * 2.5455);
    min-height: 0vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 1174px) {
  .subscribe-text-container > h3, .subscribe-text-container-even > h3 {
    font-size: calc(1.7rem + (1vw - 0.313125rem) * 0.4755);
    min-height: 0vw;
  }
  .subscribe-text-container p, .subscribe-text-container-even p, .subscribe-text-container:nth-of-type(odd) > p {
    width: 70%;
    font-size: calc(1.1rem + (1vw - 0.313125rem) * 0.2377);
    min-height: 0vw;
  }
}
@media screen and (min-width: 280px) and (max-width: 1174px) {
  .author-archives h1, .tag-archives h1, .subscribe h1, .info-masthead h1, main.search h1 {
    font-size: calc(1.9rem + (1vw - 0.175rem) * 1.0738);
    min-height: 0vw;
  }
  .author-archives h2, main.search h2, main.subscribe h2 {
    font-size: calc(1.3rem + (1vw - 0.175rem) * 1.1633);
    min-height: 0vw;
    width: 95%;
  }
  main.subscribe h3 {
    width: 95%;
  }
  .search-results-display > h3 {
    font-size: calc(1.1rem + (1vw - 0.175rem) * 0.724);
    min-height: 0vw;
  }
  .search-results-display p {
    border-left: 1px solid black;
    padding-left: 1rem;
  }
  .search-results-display p, p.archive-info-explanation {
    font-size: calc(1rem + (1vw - 0.175rem) * 0.362);
    min-height: 0vw;
  }
  p.archive-info-explanation {
    width: 95%;
  }
  .author-archives > .bio > p, .tag-archives p, older-article-archives p {
    font-size: calc(0.8rem + (1vw - 0.175rem) * 0.3579);
    min-height: 0vw;
  }
  .subscribe-options {
    flex-direction: column;
    align-content: center;
    border: unset;
    margin: 1rem auto;
  }
  main.info-imprint {
    flex-direction: column;
  }
  main.info-imprint .container {
    order: 1;
  }
  main.info-imprint > .container > .imprint-title h1 {
    padding: 0;
  }
  .imprint-about {
    margin-top: 1rem;
  }
  main.info-imprint h2.epigraph {
    font-size: 1.2rem;
  }
  h2.epigraph cite {
    font-size: 1.1rem;
  }
  main.info-imprint > .container p {
    width: 95%;
    font-size: 1.2rem;
  }
  main.info-imprint > .container details {
    order: 3;
    width: 95%;
  }
  main.info-imprint > .container details h2 {
    width: 100%;
  }
  .imprint {
    order: 2;
    width: 100%;
    border: unset;
  }
  .article-flex-display > ul > li {
    max-width: 100%;
    height: auto;
    padding: 0;
  }
  .article-flex-display > ul > li > figure {
    flex-direction: column;
  }
  .article-flex-display > ul > li > figure > a {
    width: 100%;
    height: auto;
    order: 1;
  }
  .article-flex-display > ul > li > figure > .article-flex-display-no-image {
    display: none;
  }
  .article-flex-display > ul > li > figure > figcaption {
    order: 2;
    width: 100%;
  }
  .article-flex-display h3 {
    font-size: 2rem;
    padding: 0.5rem 0 1rem 0.5rem;
    margin: 0;
  }
  .article-flex-display .author-date-wrapper {
    flex-direction: column;
    margin: 0;
    padding: 0.25rem;
  }
  .article-flex-display > ul > li:nth-of-type(even) > figure > figcaption > .author-date-wrapper {
    margin: 0;
  }
  .article-flex-display .author-date-wrapper > p, .article-flex-display .edition-tags > p {
    font-size: calc(0.8rem + (1vw - 0.175rem) * 0.179);
    min-height: 0vw;
    line-height: 1.35;
  }
  .article-flex-display > ul > li:nth-of-type(even) > figure > figcaption > .edition-tags, .article-flex-display > ul > li:nth-of-type(even) .author-date-wrapper > p {
    text-align: right;
  }
  .article-flex-display p.subtitle {
    padding-right: 0.25rem;
    font-size: 1.2rem;
  }
  .article-flex-display > ul > li:nth-of-type(even) > figure > figcaption > p.subtitle {
    margin-right: 1rem;
    margin-left: 0;
  }
  .article-flex-display > ul > li:nth-of-type(even) {
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .uploaded-image-caption, .uploaded-image-caption a {
    font-size: calc(1rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
  }
  .page-title {
    font-size: calc(5rem + (1vw - 0.900625rem) * 7.1492);
    min-height: 0vw;
  }
  .author-archives h1, .tag-archives h1, .subscribe h1, .info-masthead h1, main.search h1 {
    font-size: calc(3rem + (1vw - 0.900625rem) * 4.2895);
    min-height: 0vw;
  }
  .imprint h2, .container details h2, main.info-imprint > .container details summary {
    font-size: calc(1.6rem + (1vw - 0.900625rem) * 2.0018);
    min-height: 0vw;
  }
  main.info-imprint h2.epigraph {
    font-size: calc(1.5rem + (1vw - 0.900625rem) * 2.1448);
    min-height: 0vw;
  }
  main.info-imprint cite {
    font-size: calc(1.3rem + (1vw - 0.900625rem) * 1.5728);
    min-height: 0vw;
  }
  main.info-imprint > .container p, .imprint p {
    font-size: calc(1.4rem + (1vw - 0.900625rem) * 1.5728);
    min-height: 0vw;
  }
  .imprint p {
    padding: calc(0.7rem + (1vw - 0.900625rem) * 0.429);
    min-height: 0vw;
  }
  .author-archives h2, main.search h2 {
    font-size: calc(2rem + (1vw - 0.900625rem) * 2.8597);
    min-height: 0vw;
    margin-top: calc(2rem + (1vw - 0.900625rem) * 2.8597);
  }
  main.subscribe h2 {
    font-size: calc(2.2rem + (1vw - 0.900625rem) * 2.5737);
    min-height: 0vw;
  }
  .search-results-display > h3 {
    font-size: calc(1.7rem + (1vw - 0.900625rem) * 2.1448);
    min-height: 0vw;
  }
  .search-results-display p {
    font-size: calc(1.3rem + (1vw - 0.900625rem) * 1.7158);
    min-height: 0vw;
    border-left: 1px solid black;
    padding-left: 1rem;
  }
  .author-archives > .bio > p, .tag-archives p, .older-article-archives p {
    font-size: calc(1.1rem + (1vw - 0.900625rem) * 1.5728);
    min-height: 0vw;
  }
  p.archive-info-explanation {
    font-size: calc(1.3rem + (1vw - 0.900625rem) * 1.8588);
    margin: calc(1.2rem + (1vw - 0.900625rem) * 1.7158) auto calc(2rem + (1vw - 0.900625rem) * 2.8597) auto;
    min-height: 0vw;
  }
  .author-archives > .bio, .tag-info-explanation {
    border-left: 2px solid black;
  }
  .subscribe-text-container > h3, .subscribe-text-container-even > h3 {
    font-size: calc(2.3rem + (1vw - 0.900625rem) * 1.7158);
    min-height: 0vw;
  }
  .subscribe-text-container p, .subscribe-text-container-even p, .subscribe-text-container:nth-of-type(odd) > p {
    font-size: calc(1.2rem + (1vw - 0.900625rem) * 1.4298);
    min-height: 0vw;
  }
  button.subscribe {
    font-size: calc(1.5rem + (1vw - 0.900625rem) * 2.1448);
    min-height: 0vw;
  }
  .subscribe-text-container > h3, .subscribe-text-container-even > h3, .subscribe-text-container:nth-of-type(odd) > p, .subscribe-text-container-even > p {
    border-width: calc(0.0625rem + (1vw - 0.900625rem) * 0.1787);
    min-height: 0vw;
  }
  .article-flex-display {
    margin-top: calc(2rem + (1vw - 0.900625rem) * 2.8597);
    min-height: 0vw;
  }
  .article-flex-display h3 {
    font-size: calc(2.5rem + (1vw - 0.900625rem) * 4.2895);
    min-height: 0vw;
  }
  .article-flex-display .author-date-wrapper > p, .article-flex-display .edition-tags > p {
    font-size: calc(0.9rem + (1vw - 0.900625rem) * 1.5728);
    min-height: 0vw;
  }
  .article-flex-display p.subtitle {
    font-size: calc(1.4rem + (1vw - 0.900625rem) * 1.5728);
    min-height: 0vw;
  }
  .article-flex-display .edition-tags {
    margin-bottom: calc(0.25rem + (1vw - 0.900625rem) * 1.3584);
    min-height: 0vw;
  }
  .author-date-wrapper > p, .edition-tags > p {
    font-size: calc(0.9rem + (1vw - 0.900625rem) * 0.8579);
    min-height: 0vw;
    border: 0;
    padding: 0;
  }
}
@media print {
  .print-hide {
    display: none !important;
  }
  .pullquote {
    display: none;
  }
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2.5rem !important;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: "Baskerville", "baskerville-urw", serif;
    color: #000;
    background: none;
    font-size: 14pt !important;
  }
  .main-article-content-wrapper {
    margin: unset;
    width: 100%;
  }
  .main-article-content-wrapper > aside {
    display: none;
  }
  .article-header, .article-title, .main-article {
    all: unset !important;
  }
  .article-title, .main-article, .main-article article {
    width: 100% !important;
    margin: auto !important;
    border: 0 !important;
  }
  .author-date {
    flex-direction: column !important;
    justify-content: flex-end !important;
    margin: 2em auto !important;
  }
  .author-date p {
    margin: 0.25em 0 !important;
    font-size: 14pt !important;
    text-align: right !important;
  }
  .epigraph {
    position: relative;
    max-width: 90%;
    margin: auto;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 14pt;
    font-family: "Baskerville", "baskerville-urw", serif;
    color: black;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  cite {
    max-width: 90%;
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 18pt;
    text-align: right;
    font-style: normal;
    font-family: "Baskerville", "baskerville-urw", serif;
    font-size: 14pt;
    color: black;
  }
  .contentnote {
    border: unset;
    background: unset;
    position: relative;
    max-width: 75%;
    margin: auto;
    text-align: center;
    font-family: "Baskerville", "baskerville-urw", serif;
    font-weight: 600;
    font-size: 14pt;
    font-variant: all-small-caps;
    color: black;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-bottom: 18pt;
  }
  .contentnote:before {
    content: "Please note:";
  }
  cite:before {
    content: "—";
  }
  h1, h2, h3, h4, h5, h6 {
    width: 100% !important;
    display: block !important;
    font-family: "Futura-PT", "Inter", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-align: center !important;
  }
  h1 {
    font-size: 19pt !important;
    margin: auto !important;
  }
  h2 {
    font-size: 17pt !important;
  }
  h3 {
    font-size: 15pt !important;
  }
  h4, h5, h6 {
    font-size: 14pt !important;
  }
  .article-footer-content,
  .reading-time,
  .footer-content {
    text-align: center;
    font-style: italic;
    margin: auto !important;
    width: 75% !important;
    border: unset !important;
  }
  .standfirst {
    text-align: center;
    font-style: italic;
    margin: 0 auto 1em auto !important;
    padding: 0 0 1em 0 !important;
    width: 75% !important;
    border-top: unset !important;
    border-bottom: 1px solid black !important;
  }
  .reading-time {
    display: block;
  }
  .standfirst p {
    font-size: 14pt !important;
  }
  p {
    all: unset !important;
    line-height: 1 !important;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: "Baskerville", "baskerville-urw", serif;
    color: #000000 !important;
  }
  .footnote-backref {
    display: none;
  }
  blockquote {
    margin: 1.3em;
    padding: 1em;
    font-size: 14pt;
  }
  hr {
    background-color: #000;
  }
  img {
    display: block;
    margin: auto;
    width: 75%;
    padding-top: 1rem;
  }
  a img {
    border: none;
  }
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }
  a {
    text-decoration: none;
    color: #c81e1e;
    background-image: none;
  }
  a::after {
    content: "(" attr(href) ")";
    text-decoration: underline;
  }
  .social-links a {
    text-decoration: none;
  }
  .social-links a::after {
    content: "(" attr(href) ")";
    text-decoration: underline;
  }
  .footnote p {
    margin: auto;
    display: block;
    text-align: left;
    justify-self: center;
    align-self: center;
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: "Baskerville", "baskerville-urw", serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #593d3d;
  }
  .footnote p:first-of-type:first-letter {
    all: unset;
  }
  article section blockquote {
    position: relative;
    max-width: 90%;
    margin: auto;
  }
  article section blockquote p {
    padding-left: 0.5rem;
    text-align: justify;
    font-size: 1em;
    font-family: "Baskerville", "baskerville-urw", serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: black;
    z-index: 2;
    border-left: 2px solid #c81e1e;
  }
  article section blockquote p:first-of-type:first-letter {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: "Baskerville", "baskerville-urw", serif;
    color: #593d3d;
    font-weight: 300;
    line-height: inherit;
  }
  article section blockquote p:last-of-type {
    margin-bottom: auto;
  }
  article hr {
    margin: 50px 0;
    height: 1px;
    border: 0;
    background: #c81e1e;
  }
}

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