/*!
Theme Name: dunelm2026
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dunelm2026
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dunelm2026 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Gotham, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--black);
}
:root {
  --dark: #002a41;
  --black: #333132;
}
@font-face {
  font-family: Gotham;
  src:
    url("./fonts/Gotham-Book.woff2") format("woff2"),
    url("./fonts/Gotham-Book.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Gotham;
  src:
    url("./fonts/Gotham-BookItalic.woff2") format("woff2"),
    url("./fonts/Gotham-BookItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: Gotham;
  src:
    url("./fonts/Gotham-Medium.woff2") format("woff2"),
    url("./fonts/Gotham-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Gotham;
  src:
    url("./fonts/Gotham-MediumItalic.woff2") format("woff2"),
    url("./fonts/Gotham-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: Gotham;
  src:
    url("./fonts/Gotham-Bold.woff2") format("woff2"),
    url("./fonts/Gotham-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Gotham;
  src:
    url("./fonts/Gotham-BoldItalic.woff2") format("woff2"),
    url("./fonts/Gotham-BoldItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: Gotham;
  src:
    url("./fonts/Gotham-LightItalic.woff2") format("woff2"),
    url("./fonts/Gotham-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
section,
main {
  display: block;
  position: relative;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}
.container-40 {
  padding: 0 40px;
}
.container-48 {
  padding: 0 48px;
}
.ofc {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.jcsb {
  justify-content: space-between;
}
.aic {
  align-items: center;
}
.jcc {
  justify-content: center;
}
p {
  margin: 0 0 16px;
  font-weight: 400;
}
.large p {
  font-size: 20px;
  line-height: 120%;
}
.nm {
  margin: 0;
}
.body > p:last-of-type {
  margin: 0;
}
p.bold,
strong p,
.bold p,
strong,
.bold {
  font-weight: 700;
}
.medium p,
.medium {
  font-weight: 500;
}
.white,
.white * {
  color: #ffffff;
}
h1 {
  margin: 0 0 24px;
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -2%;
}
.h2 h1,
h1.h2,
h2 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -3%;
  margin: 0 0 16px;
}
h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -2%;
  margin: 0 0 16px;
}
h4 {
  margin: 0 0 16px;
  letter-spacing: -2%;
  font-size: 28px;
  line-height: 120%;
  font-weight: 500;
}
p {
  letter-spacing: -2%;
}
#masthead .plain-btn svg path:last-child {
  transform-origin: 12px 12px;
}
#masthead .plain-btn:hover svg path:last-child {
  transform: rotate(90deg);
  transform-origin: 12px 12px;
}
a.plain-btn {
  display: inline-flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  border-radius: 8px;
  background: #333132;
  color: #ffffff;
  transition: all 0.1s ease;
}
.page-template-home:not(.main-menu-open) a.plain-btn {
  background: #ffffff;
  color: #333132;
}
.page-template-home.dark-header a.plain-btn {
  background: #333132;
  color: #ffffff;
}
a.plain-btn span {
  display: block;
  padding-top: 2px;
}
a.plain-btn svg path {
  stroke: #ffffff;
  transition: all 0.1s ease;
}
a.plain-btn svg {
  overflow: visible;
}
.page-template-home:not(.main-menu-open) a.plain-btn svg path {
  stroke: #333132;
}
.page-template-home.dark-header:not(.main-menu-open) a.plain-btn svg path {
  stroke: #ffffff;
}
svg {
  display: block;
}
#masthead {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.2s ease;
}
.header-bg #masthead {
  background: #f9f4ed;
}
.page-template-articles #masthead,
.page-template-issue #masthead,
.page-template-issues #masthead {
  position: fixed;
  background: #f9f4ed;
}
.home #masthead {
  position: fixed;
}
#masthead .site-branding {
  width: 272px;
  height: 46.5px;
  position: relative;
}
#masthead .site-branding a {
  display: block;
  height: 100%;
}
#masthead .site-branding img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.1s ease;
}
.hdr-right-row {
  gap: 32px;
}
#masthead .menu-trigger {
  position: relative;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
#masthead .menu-trigger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s ease;
}
#masthead .menu-trigger svg.close,
.main-menu-open #masthead .menu-trigger svg.open {
  opacity: 0;
}
.main-menu-open #masthead .menu-trigger svg.close {
  opacity: 1;
}
#masthead .menu-trigger svg path {
  transition: all 0.1s ease;
}
.page-template-home #masthead .menu-trigger svg path {
  stroke: #ffffff;
}
.main-menu-open #masthead .menu-trigger svg path,
.page-template-home.dark-header.main-menu-open #masthead .menu-trigger svg path,
.page-template-home.dark-header #masthead .menu-trigger svg path {
  stroke: #333132;
}
.page-template-home.main-menu-open #masthead .logo-light,
.page-template-home.dark-header #masthead .logo-light,
.page-template-home #masthead .logo-dark,
#masthead .logo-light {
  visibility: hidden;
  opacity: 0;
}
.page-template-home.main-menu-open #masthead .logo-dark,
.page-template-home.dark-header #masthead .logo-dark,
.page-template-home #masthead .logo-light {
  visibility: visible;
  opacity: 1;
}
#page {
  position: relative;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-content {
  position: relative;
  z-index: 5;
}
.home-hero {
  height: 100vh;
  height: 100svh;
  min-height: 500px;
  text-align: center;
  padding: 155px 0 24px;
  position: sticky;
  top: 0;
  left: 0;
}
.home-hero .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #68246d;
  z-index: 99999;
}
.home #masthead {
  opacity: 0;
}
.home-hero .bottom {
  position: relative;
  z-index: 9999999;
}
.home-hero .bg {
  overflow: hidden;
}
.home-hero .bg img {
  transform: scale(1.2);
  transform-origin: center center;
}
.site-loaded .home-hero .loader {
  transform: translateY(-100%);
  transition: all 1.2s ease 1s;
}
.site-loaded .home #masthead {
  opacity: 1;
  transition:
    opacity 0.2s ease 2s,
    background 0.2s ease;
}
.site-loaded .home-hero .bg img {
  transform: scale(1);
  transition: all 2.5s ease-in-out 1s;
}
.home-hero h1 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
}
.home-hero h1,
.home-hero p {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.home-hero p {
  font-size: 14px;
  line-height: 140%;
}
.home-hero .bg {
  height: calc(100% + 40px);
}
.home-hero .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 46.24%);
}
.home-hero .home-hero-content,
.home-hero .bg-content-wrap .container,
.home-hero .bg-content-wrap {
  height: 100%;
}
.flex-column .bottom {
  margin-top: auto;
}
.home-hero .bottom svg {
  display: block;
  width: 100%;
  height: auto;
}
.home-main-section {
  border-radius: 32px 32px 0 0;
  background: #f9f4ed;
  padding: 80px 0;
  position: relative;
  z-index: 10;
}
.home-main-section h2 {
  font-weight: 400;
}
.home-main-section h2 strong {
  font-weight: 700;
}
.home-sticky-wrap {
  position: relative;
}
.community-section {
  background: #f9f4ed;
  padding: 0 0 80px;
  scroll-margin-top: 120px;
}
.community-section .titles {
  padding: 40px 0;
  border-top: 1px solid #b3bdb1;
}
.community-post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.post-card.community-card .featured-image {
  padding-bottom: 100%;
}
.community-card .post-card-inner {
  background: #ffffff;
  padding: 8px;
  border-radius: 8px;
  height: 100%;
  transition: all 0.1s ease;
}
.community-card .post-card-inner .bottom {
  margin: 24px 8px 8px;
}
.community-card h4 {
  margin: 0 24px 8px 0;
}
.text-center {
  text-align: center;
}
footer {
  position: relative;
  z-index: 10;
}
.main-post-grid {
  display: grid;
  grid-template-columns: repeat(60, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 64px;
  margin: 48px -10px 0;
}
.main-post-grid > div {
  padding: 0 10px;
}
.main-post-grid > div:nth-of-type(9n),
.main-post-grid > div:nth-of-type(9n + 1) {
  grid-column: span 38;
}
.main-post-grid > div:nth-of-type(9n + 1) .featured-image {
  border-radius: 10px 10px 80px 10px;
}
.main-post-grid > div:nth-of-type(9n + 8),
.main-post-grid > div:nth-of-type(9n + 2) {
  grid-column: span 22;
}
.main-post-grid > div:nth-of-type(9n + 3),
.main-post-grid > div:nth-of-type(9n + 4) {
  grid-column: span 30;
}
.main-post-grid > div:nth-of-type(9n + 8) .featured-image,
.main-post-grid > div:nth-of-type(9n + 2) .featured-image,
.main-post-grid > div:nth-of-type(9n + 3) .featured-image,
.main-post-grid > div:nth-of-type(9n + 4) .featured-image {
  padding-bottom: 71.8%;
}
.main-post-grid > div:nth-of-type(9n + 5),
.main-post-grid > div:nth-of-type(9n + 6),
.main-post-grid > div:nth-of-type(9n + 7) {
  grid-column: span 20;
}
.main-post-grid > div:nth-of-type(9n + 5) .featured-image,
.main-post-grid > div:nth-of-type(9n + 6) .featured-image,
.main-post-grid > div:nth-of-type(9n + 7) .featured-image {
  padding-bottom: 77.4%;
}
.main-post-grid > div:nth-of-type(9n) .bottom,
.main-post-grid > div:nth-of-type(9n + 1) .bottom {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.main-post-grid > div:nth-of-type(9n) .bottom > div,
.main-post-grid > div:nth-of-type(9n + 1) .bottom > div {
  flex: 1;
}
.post-card .featured-image {
  padding-bottom: 65.2%;
  height: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.post-card .bottom {
  margin: 24px 32px 24px 0;
}
.post-card p {
  font-weight: 500;
}
.related-article img,
.post-card img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.related-article .read-time,
.post-card .read-time {
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 8px 12px 6px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #0000001a;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  backdrop-filter: blur(16px);
}
.post-card.old-post-card .read-time {
  position: relative;
  top: 0;
  left: 0;
}
.post-card.old-post-card .floating {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  gap: 4px;
}
.post-card.old-post-card .issue-tag {
  border-radius: 100px;
  padding: 8px 12px 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.related-article .featured-image {
  position: relative;
  height: 0;
  padding-bottom: 53.7%;
  border-radius: 10px;
  overflow: hidden;
}
.post-card-inner {
  position: relative;
}
.stretch-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.post-card-inner .stretch-link::after {
  z-index: 5;
}
.article-top {
  background: var(--background);
  padding: 126.5px 0 20px;
  position: sticky;
  top: calc(var(--top) * -1 + 20px);
  z-index: 99;
}
.article-top h1 {
  margin: 0 auto 64px;
  max-width: var(--max-width);
}
.article-top p.read-time {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -2%;
  text-transform: uppercase;
}
.article-top .fake-corner {
  top: 100%;
  width: 32px;
  height: 32px;
  background: var(--background);
  display: none;
  position: absolute;
}
.fake-corners .article-top .fake-corner {
  display: block;
}
.article-top .fake-corner.right {
  right: 0;
}
.article-top .fake-corner.right::after {
  border-radius: 0 32px 0 0;
}
.article-top .fake-corner.left {
  left: 0;
}
.article-top .fake-corner.left::after {
  border-radius: 32px 0 0 0;
}
.article-top .fake-corner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f4ed;
}
.article-image {
  background: var(--background);
  padding: 0 0 40px;
  position: sticky;
  top: 64px;
}
.article-image::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  display: block;
  background: var(--background);
  z-index: 1;
}
.article-image .featured-image {
  height: 0;
  padding-bottom: 54.5%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.article-image .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.share-links-row {
  gap: 12px;
}
.share-links-row p {
  margin: 8px 4px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 90%;
  text-transform: uppercase;
}
.article-main {
  background: #f9f4ed;
  padding: 64px 0;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #333132;
}
.container.has-mx,
.more-stories > .container,
.article-image > .container,
.article-top > .container,
.article-main > .container {
  max-width: 1440px;
}
.breadcrumbs-row {
  align-items: center;
}
.breadcrumbs span,
.breadcrumbs a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 90%;
  text-transform: uppercase;
}
.breadcrumbs-row span.sep {
  margin: 0 2px;
}
.breadcrumbs-row a.back {
  margin: 0 8px 0 0;
  position: relative;
  top: -1px;
}
.breadcrumbs-row > a:last-of-type {
  font-weight: 500;
}
.article-main-row {
  gap: 48px;
}
.article-main-row > .right {
  width: 363px;
  min-width: 363px;
  position: relative;
}
.article-main-row > .left {
  flex-shrink: 1;
}
.article-main-row .right .related-posts {
  position: sticky;
  top: 64px;
  padding: 16px 24px;
  border-left: 1px solid #b3bdb1;
}
.article-main-row .right .related-posts h3 {
  margin: 0 0 32px;
  padding: 22px 0 0;
  position: relative;
}
.article-main-row .right .related-posts h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 6px;
  background: #ffd53a;
  display: block;
}
.article-main-row .right .related-posts .related-article {
  margin: 0 0 24px;
  position: relative;
}
.article-main-row .right .related-posts .related-article p {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -2%;
  margin: 18px 0 0;
}
.article-main-row
  .right
  .related-articles-wrap
  > div.related-article:last-of-type {
  margin: 0;
}
.article-main-row .right .related-articles-wrap {
  height: calc(100vh - 158px);
  overflow-y: auto;
  padding-bottom: 24px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 10px 10px 0 0;
}
.article-main-row .right .related-articles-wrap::-webkit-scrollbar {
  display: none;
}
.article-main-row .entry-content {
  padding: 0 83px 0 32px;
}
.entry-content figure {
  width: 100% !important;
  margin: 48px 0;
}
.article-main-row .entry-content figure {
  width: calc(100% + 115px) !important;
  position: relative;
  left: -32px;
}
.community-item-top-row figcaption,
.article-image figcaption,
.entry-content figure figcaption {
  margin: 16px 0 0 32px;
  padding: 0 0 0 8px;
  border-left: 2px solid #ffd53a;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.community-item-top-row figcaption {
  margin: 16px 0 0 12px;
}
.community-item-top-row .entry-content {
  margin: 0 0 40px;
}
.entry-content p img {
  display: block;
  margin: 48px 0;
}
.entry-content p img,
.entry-content figure img {
  border-radius: 10px;
}
.entry-content h6 a,
.entry-content p a,
.entry-content li a {
  text-decoration: underline;
}
.entry-content h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -2%;
  margin: 0 0 24px;
}
.entry-content {
  display: flex;
  flex-direction: column;
}
.entry-content h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -2%;
  margin: 32px 0 20px;
}
.entry-content h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -2%;
  margin: 0 0 16px;
}
.entry-content h6 strong {
  font-weight: 500;
}
.entry-content blockquote {
  margin: 36px 0;
  padding: 0 0 0 24px;
  border-left: 1px solid #b6aaa7;
}
.entry-content li strong {
  font-weight: 500;
}
.acf-inline-quote .right::before,
.entry-content blockquote::before {
  content: "";
  display: block;
  width: 30.42px;
  height: 24.97px;
  background-image: url('data:image/svg+xml,<svg width="31" height="25" viewBox="0 0 31 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.42 3.85C27.6333 4.87667 25.6533 6.16 24.48 7.7C23.38 9.16667 22.9033 11.0733 23.05 13.42H27.01V24.97H17V15.07C17 10.5967 17.9533 7.22334 19.86 4.95C21.84 2.60334 24.92 0.953334 29.1 0L30.42 3.85ZM13.42 3.85C10.6333 4.87667 8.65333 6.16 7.48 7.7C6.38 9.16667 5.90333 11.0733 6.05 13.42H10.12V24.97H0V15.07C0 10.5967 0.953333 7.22334 2.86 4.95C4.84 2.60334 7.92 0.953334 12.1 0L13.42 3.85Z" fill="%23B6AAA7"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 20px;
}
.entry-content blockquote h4 {
  font-weight: 300;
  font-style: italic;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #000000;
  margin: 0 0 40px;
}
.acf-inline-quote p,
.entry-content blockquote p {
  margin: 0;
}
.acf-inline-quote .right > p:first-of-type,
.entry-content blockquote > p:first-of-type {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.acf-inline-quote .right > p:nth-of-type(2),
.entry-content blockquote > p:nth-of-type(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.acf-inline-quote .right > p:last-of-type {
  margin: 0;
}
.acf-inline-quote {
  margin: 40px 0;
}
.entry-content ul {
  margin: 0 0 16px;
  padding-left: 20px;
}
a.copy-current-link {
  position: relative;
}
a.copy-current-link::after {
  content: "COPIED";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 2px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  color: #68246d;
}
a.copy-current-link svg path {
  transition: all 0.1s ease;
}
a.copy-current-link.copied svg path {
  fill: #68246d;
}
a.copy-current-link.copied::after {
  opacity: 1;
  visibility: visible;
}
.article-meta-row .share-links-row p {
  display: none;
}
.article-meta-row {
  gap: 32px;
  margin: 64px 0 0 32px;
  flex-wrap: wrap;
}
article {
  position: relative;
}
.article-meta-row .column-1 {
  min-width: 172px;
}
.article-meta-row .column-2 {
  min-width: 187px;
}
.article-meta-row .column-3 .uni-btn {
  display: flex;
}
.article-meta-row .column-3 p.sub-text {
  margin: 24px 0 0;
  font-size: 13px;
}
.article-meta-row .column-3 p.sub-text a {
  text-decoration: underline;
  font-weight: 500;
}
p.am-title {
  padding: 22px 0 0;
  margin: 0 0 24px;
  position: relative;
  font-weight: 500;
}
p.am-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 6px;
  background: #ffd53a;
  display: block;
}
.author-row {
  gap: 16px;
}
.author-row .img {
  width: 41px;
  height: 41px;
  min-width: 41px;
  border-radius: 50%;
  overflow: hidden;
}
.author-row p.name {
  font-weight: 500;
  margin: 0 0 2px;
  line-height: 100%;
}
.author-row p.role {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
.author-row {
  margin: 0 0 16px;
}
.author-row:last-child {
  margin: 0;
}
.more-stories {
  padding: 64px 0;
  background: #f9f4ed;
  overflow: hidden;
}
.more-stories .titles {
  margin: 0 0 40px;
}
.more-stories h2 {
  font-weight: 400;
}
.more-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.article-more-stories .related-article,
.more-stories-grid .related-article {
  position: relative;
}
.article-more-stories .related-article .featured-image,
.more-stories-grid .related-article .featured-image {
  padding-bottom: 72.3%;
}
.article-more-stories .related-article p,
.more-stories-grid .related-article p {
  margin: 24px 0 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
a.uni-btn {
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  border-radius: 4px 4px 64px 4px;
  background: #ffd53a;
  align-items: center;
  padding: 16px 42px 16px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  transition: all .1s ease;
}
a.uni-btn:hover {
  background: #68246D;
  color: #ffffff;
}
a.uni-btn svg path {
  transition: all .1s ease;
}
a.uni-btn:hover svg path {
  fill: #ffffff;
}
#colophon a.uni-btn:hover {
  background: #ffffff;
  color: var(--black);
}
#colophon a.uni-btn:hover svg path {
  fill: var(--black);
}
.socials-menu a:hover svg path {
  fill: #68246D;
}
.legal-menu a:hover {
  text-decoration: underline;
}
.related-article:hover p {
  text-decoration: underline;
}
.main-menu-row .img-wrap .download-btn {
  transition: all .1s ease;
}
.main-menu-row .img-wrap:hover .download-btn {
  background: #68246D;
}
.main-menu-nav a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
a.main-menu-btn svg path,
a.main-menu-btn {
  transition: all .1s ease;
}
a.main-menu-btn:hover {
  color: #68246D;
}
a.main-menu-btn:hover svg path {
  stroke: #68246D;
}
.post-card:not(.community-card):hover h4 {
  text-decoration: underline;
  transition: all .1s ease;
}
.main-menu-nav a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--black);
  display: block;
  transform: translateX(-101%);
  transition: all .2s ease;
}
.main-menu-nav a:hover::after {
  transform: translateX(0);
}
.title-btn-row {
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
}
.acf-inline-quote h4 {
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #000000;
  margin: 0 0 32px;
}
.acf-inline-quote .quote-row {
  gap: 16px;
}
.acf-inline-quote .image {
  width: 145px;
  min-width: 145px;
  position: relative;
}
.acf-inline-quote .image img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.acf-inline-quote .right {
  padding: 0 0 0 24px;
  border-left: 1px solid #b6aaa7;
}
.acf-inline-cta {
  background: var(--bg);
  padding: 20px 50px 20px 16px;
  border-radius: 4px 4px 64px 4px;
  width: calc(100% + 115px);
  position: relative;
  left: -32px;
  margin: 40px 0;
}
.acf-inline-cta.text-light * {
  color: #ffffff;
}
.acf-inline-cta.text-light svg path {
  fill: #ffffff;
}
.acf-inline-cta h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -2%;
  color: var(--black);
}
.acf-inline-cta .body > *:last-child {
  margin: 0;
}
.acf-inline-cta .cta-row {
  gap: 32px;
}
.acf-inline-cta .btn-container a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -2%;
}
.previous-issues-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #33313233;
}
.previous-issues-grid > div {
  border-bottom: 1px solid #33313233;
  border-right: 1px solid #33313233;
}
.previous-issues-grid > div:nth-of-type(4n) {
  border-right: 0;
}
.previous-issue-item {
  text-align: center;
  padding: 40px;
  transition: all 0.2s ease;
  background: #f9f4ed;
}
.previous-issue-item:hover {
  background: #dacda2;
}
.previous-issue-item .img-container {
  width: 100%;
  max-width: 200px;
  height: 280px;
  margin: 24px auto 32px;
  box-shadow: -1px 4px 16px 0px #00000040;
  border-radius: 6px;
  overflow: hidden;
}
.previous-issue-item p {
  margin: 0;
}
body.page-template-issue,
body.page-template-issues {
  background: #f9f4ed;
}
.previous-issues-top {
  padding: 118px 0 40px;
}
.previous-issues-top h1 {
  margin: 0 0 24px;
}
.previous-issues-top .container {
  max-width: 674px;
}
.previous-issue-item .btns-container {
  margin: 32px 0 0;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s ease;
}
.previous-issue-item:hover .btns-container {
  opacity: 1;
  transform: translateY(0);
}
.previous-issue-item .content {
  position: relative;
}
.previous-issue-item .btns-container a {
  border: 1px solid #333132;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  gap: 16px;
  border-radius: 8px;
}
.previous-issue-item .btns-container a.view-btn {
  border-bottom-right-radius: 100px;
  background: #333132;
  color: #ffffff;
}
.previous-issue-top {
  padding: 146px 0 30px;
}
.previous-issue-top h1 {
  font-weight: 400;
}
.previous-issue-top h1 strong {
  font-weight: 700;
}
.previous-issue-top-row {
  align-items: flex-start;
  position: relative;
  gap: 24px;
}
.previous-issue-top-row .right {
  width: 300px;
  min-width: 300px;
}
.previous-issue-top-row .left {
  max-width: 632px;
  padding: 20px 0 64px;
  position: relative;
}
.previous-issue-top-row .left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(1360px, calc(100vw - 80px));
  height: 1px;
  background: #b3bdb1;
  display: block;
}
.previous-issue-top-row .img-container {
  width: 100%;
  height: 420px;
  border-radius: 6px;
  box-shadow: -1px 4px 16px 0px #00000040;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.previous-issue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  padding: 0 0 80px;
  margin: 0 0 48px;
  border-bottom: 1px solid #33313233;
}
.old-post-card h4 {
  font-size: 24px;
}
.old-post-card .bottom {
  margin: 24px 0;
}
.previous-issue-main .articles-title {
  font-size: 28px;
  margin: 0 0 32px;
}
.post-card.old-post-card p {
  font-weight: 400;
}
.post-card.old-post-card .featured-image {
  padding-bottom: 71%;
}
.community-item-top-row {
  gap: 40px;
}
.community-item-top-row > div {
  flex: 1;
}
.entry-content.community-content .acf-inline-cta {
  width: 100%;
  left: 0;
}
.community-item-top-row .left img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.community-item-top .breadcrumbs {
  margin: 0 0 16px;
}
.article-top.community-item-top {
  padding: 110px 0 64px;
}
.article-top.community-item-top p.read-time {
  margin: 32px 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}
.article-top.community-item-top h1 {
  font-size: 40px;
  line-height: 110%;
  margin: 0 0 20px;
}
#articles {
  scroll-margin-top: 100px;
}
.more-stories-grid .community-card .body {
  display: none;
}
.community-item-top-row p a {
  color: #68246d;
}
.related-article .community-card {
  height: 100%;
}
.home .community-post-grid {
  grid-template-columns: repeat(3, 1fr);
}
.home .community-card .featured-image {
  padding-bottom: 73%;
}
.articles-main-section {
  background: #f9f4ed;
  padding: 150px 0 64px;
}
.articles-main-section .main-post-grid {
  padding: 40px 0 0;
  border-top: 1px solid #b3bdb1;
}
.articles-main-section h1 {
  font-weight: 400;
}
.bottom-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.bottom-link {
  position: relative;
}
.bottom-link .img-container {
  position: relative;
  height: 0;
  padding-bottom: 54%;
  border-radius: 10px;
  overflow: hidden;
}
.bottom-link .img-container img {
  position: absolute;
  top: 0;
  left: 0;
}
.bottom-link p {
  margin: 24px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -2%;
}
.articles-bottom-links {
  background: #f9f4ed;
  padding: 0 0 64px;
}
.articles-bottom-links .content {
  padding: 40px 0 0;
  border-top: 1px solid #b3bdb1;
}
.articles-bottom-links h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -3%;
  margin: 0 0 40px;
}
#colophon {
  background: #68246d;
  padding: 80px 0 40px;
  border-radius: 0 0 80px 0;
}
.footer-row {
  gap: 80px;
}
.footer-top-row > div {
  padding: 22px 0 0;
  position: relative;
}
.footer-top-row > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 99px;
  background: #ffd53a;
  display: block;
}
.footer-top-row {
  margin: 0 0 80px;
}
.socials-row {
  gap: 14px;
}
.socials-row a {
  display: block;
}
.footer-row .left {
  width: 230px;
}
.footer-logo {
  max-width: 150px;
}
.footer-logo a {
  display: block;
}
.footer-row .right {
  width: 518px;
  margin-left: auto;
}
ul.legal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}
ul.legal-menu li,
p.copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
p.footer-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -2%;
}
#primary {
  background: #f9f4ed;
}
#primary,
#colophon {
  position: relative;
  z-index: 5;
}
.footer-bottom {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 0;
  padding-bottom: 24%;
}
.footer-bottom .bg {
  top: -80px;
  height: calc(100% + 80px);
}
.footer-bottom img {
  object-position: top center;
}
.footer-bottom svg {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: calc(100% - 64px);
  height: auto;
  z-index: 5;
}
.footer-wrap {
  position: relative;
}
#colophon .btn-container {
  margin: 0 0 24px;
}
#colophon .btn-container a {
  display: flex;
  justify-content: space-between;
}
#colophon p.sub-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
#colophon p.sub-text a {
  text-decoration: underline;
}
.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: #b3bdb1;
  padding: 86px 0 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.6s ease;
}
.main-menu-open .main-menu {
  visibility: visible;
  transform: translateY(0);
}
.main-menu-open #masthead {
  background: #b3bdb1 !important;
}
.main-menu-inner {
  overflow-y: auto;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.main-menu-inner::-webkit-scrollbar {
  display: none;
}
.main-menu-row {
  gap: 40px;
  padding: 24px 0 40px;
}
.main-menu-row > div {
  flex: 1;
}
.main-menu-row > .left {
  padding: 108px 0 0;
}
.main-menu-row .img-wrap {
  padding: 32px;
  background: #c2cac1;
  border-radius: 10px;
  position: relative;
}
.main-menu-row .img-wrap .btn-container {
  margin: 60px 0 0;
}
.main-menu-row .img-wrap .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 16px;
  color: #ffffff;
  background: #333132;
  padding: 14px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -2%;
}
.main-menu-row .img-wrap .download-btn span {
  display: block;
  margin: 2px 0 0;
}
.main-menu-row .right .bottom {
  margin: 46px 0 0;
}
.main-menu-row .right .bottom .title {
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
}
.main-menu-row .right .bottom p.sub-text {
  margin: 24px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
.main-menu-row .right .bottom p.sub-text a {
  text-decoration: underline;
  font-weight: 500;
}
.main-menu-nav {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.main-menu-nav li {
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -2%;
}
.main-menu-nav li.show-mob {
  display: none;
}
.main-menu-row .left .btn-container {
  margin: 80px 0 0;
}
.main-menu-row .left .btn-container a {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -2%;
}
.main-menu-row .left .btn-container span {
  margin: 2px 0 0;
  display: block;
}
ul.socials-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
ul.socials-menu li a {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
ul.socials-menu li a span {
  margin: 1px 0 0;
  display: block;
}
.post-card.old-community-card .featured-image {
  padding-bottom: 100%;
}
.previous-community-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 32px;
  margin: 40px 0 0;
}
.previous-issue-community {
  padding: 0 0 64px;
}
#community {
  scroll-margin-top: 120px;
}
.previous-issue-community .title {
  margin: 0 0 16px;
}
.previous-issue-community .title h3 {
  font-size: 32px;
  font-weight: 400;
}
.previous-issue-community .community-body {
  max-width: 632px;
  margin: 0;
}
.title-btn-row .left {
  max-width: 632px;
}
.more-stories h2 {
  font-size: 32px;
  line-height: 110%;
}
.more-stories .title-btn-row .body p {
  font-size: 18px;
}
.more-stories .title-btn-row {
  padding: 48px 0 0;
  border-top: 1px solid #b3bdb1;
}
.show-tab {
  display: none;
}
.body.p18 p {
  font-size: 18px;
}
.previous-issue-top-row p.issue {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-weight: 500;
}
.community-main-section {
  padding: 150px 0 64px;
}
.community-main-section h1 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 24px;
}
.community-main-section .community-post-grid {
  padding: 40px 0 0;
  margin: 40px 0 0;
  border-top: 1px solid #b3bdb1;
}
.community-card:hover .post-card-inner {
  background: #dacda2;
}
.breadcrumbs-row a {
  white-space: nowrap;
}
.breadcrumbs-row a:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 1080px) {
  .main-post-grid > div:nth-of-type(9n) .bottom,
  .main-post-grid > div:nth-of-type(9n + 1) .bottom {
    flex-direction: column;
    gap: 0;
  }
  .main-post-grid > div:nth-of-type(9n + 1) {
    grid-column: span 60;
  }
  .main-post-grid > div:nth-of-type(9n),
  .main-post-grid > div:nth-of-type(9n + 8),
  .main-post-grid > div:nth-of-type(9n + 2),
  .main-post-grid > div:nth-of-type(9n + 7),
  .main-post-grid > div:nth-of-type(9n + 3),
  .main-post-grid > div:nth-of-type(9n + 6),
  .main-post-grid > div:nth-of-type(9n + 5),
  .main-post-grid > div:nth-of-type(9n + 4) {
    grid-column: span 30;
  }
  .main-post-grid > div:nth-of-type(9n) .featured-image,
  .main-post-grid > div:nth-of-type(9n + 8) .featured-image,
  .main-post-grid > div:nth-of-type(9n + 2) .featured-image,
  .main-post-grid > div:nth-of-type(9n + 7) .featured-image,
  .main-post-grid > div:nth-of-type(9n + 3) .featured-image,
  .main-post-grid > div:nth-of-type(9n + 6) .featured-image,
  .main-post-grid > div:nth-of-type(9n + 5) .featured-image,
  .main-post-grid > div:nth-of-type(9n + 4) .featured-image {
    padding-bottom: 100%;
  }
  .home .community-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-row {
    flex-wrap: wrap;
  }
  .footer-row .right {
    width: 100%;
    max-width: 400px;
    margin-left: 0;
  }
  .footer-bottom-row {
    flex-direction: column;
    gap: 24px;
  }
  .footer-bottom-row .left {
    display: none;
  }
  .main-menu-row {
    flex-direction: column;
    gap: 64px;
  }
  .show-tab {
    display: block;
  }
  .hide-tab {
    display: none !important;
  }
  .main-menu-row {
    padding: 40px 0;
  }
  .main-menu-row .img-wrap {
    max-width: 500px;
  }
  .main-menu-row > .left {
    padding: 0;
  }
  .main-menu-row .left .btn-container {
    margin: 64px 0 0;
  }
  .main-menu-row .right .bottom.show-tab {
    margin: 64px 0 0;
  }
  .more-stories-grid,
  .previous-community-grid,
  .previous-issue-grid,
  .previous-issues-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .previous-issues-grid > div:nth-of-type(2n) {
    border-right: 0;
  }
  .community-item-top-row {
    flex-direction: column;
    gap: 32px;
  }
  .community-item-top-row .featured-image {
    max-width: 600px;
  }
  .article-top.community-item-top p.read-time {
    margin-top: 0;
  }
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 12px;
  }
  .breadcrumbs-row svg {
    width: 20px;
    height: 20px;
  }
  .breadcrumbs-row a.back {
    margin: 0 4px 0 0;
  }
  .community-item-top .breadcrumbs-row {
    margin: 0 0 24px;
  }
  .title-btn-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .breadcrumb-share-row .share-links {
    display: none;
  }
  .breadcrumb-share-row .breadcrumbs {
    max-width: 100%;
  }
  .share-links-wrap.show-tab .share-links-row {
    justify-content: center;
    margin: 0 0 32px;
  }
  .article-top {
    top: calc(var(--top) * -1 + 24px);
  }
  .article-main-row {
    flex-direction: column;
  }
  .article-main-row .entry-content {
    padding: 0;
  }
  .article-main-row .entry-content figure {
    width: 100% !important;
    left: 0;
  }
  .article-meta-row,
  .article-main .entry-content figure figcaption {
    margin-left: 0;
  }
  .article-main-row > .right  {
    display: none;
  }
  .article-main {
    border-bottom: none;
  }
}
@media all and (max-width: 768px) {
  .article-meta-row {
    flex-direction: column;
    gap: 64px;
  }
  .community-item-top-row figcaption {
    margin-left: 0;
  }
  .main-menu-nav {
    gap: 24px;
  }
  .main-menu-row .left .btn-container a {
    font-size: 18px;
    gap: 16px;
  }
  .main-menu-row .left .btn-container a svg {
    width: 16px;
    height: auto;
  }
  .main-menu-row .img-wrap {
    padding: 32px 16px;
  }
  .main-menu-nav li {
    font-size: 30px;
  }
  .articles-bottom-links h2 {
    font-size: 24px;
    margin: 0 0 32px;
  }
  .bottom-link .img-container {
    padding-bottom: 73%;
  }
  .articles-main-section {
    padding: 140px 0 64px;
  }
  .bottom-links-grid {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
    max-width: 550px;
  }
  .articles-bottom-links {
    padding: 0 0 40px;
  }
  .community-section {
    padding: 0 0 64px;
  }
  .community-section h2 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .post-card p {
    font-size: 14px;
  }
  .acf-inline-quote .quote-row {
    flex-direction: column;
    gap: 32px;
  }
  .entry-content blockquote,
  .acf-inline-quote .right {
    padding: 0 0 0 16px;
  }
  .entry-content blockquote h4 {
    font-size: 24px;
  }
  .entry-content blockquote p {
    font-size: 14px !important;
  }
  .acf-inline-quote {
    margin: 32px 0;
  }
  .entry-content figure {
    margin: 32px 0;
  }
  .acf-inline-quote .image {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .acf-inline-quote h4 {
    font-size: 18px;
  }
  .acf-inline-quote p {
    font-size: 14px !important;
  }
  .article-image figcaption {
    margin-left: 0;
  }
  .article-main {
    border-radius: 16px 16px 0 0;
  }
  .home-hero {
    padding: 156px 0 16px;
  }
  .post-card .featured-image {
    border-radius: 8px;
  }
  .main-post-grid > div:nth-of-type(9n + 1) .featured-image {
    border-radius: 8px 8px 40px 8px;
  }
  .home-hero h1 {
    font-size: 18px;
    max-width: 342px;
  }
  .article-top .fake-corner {
    width: 16px;
    height: 16px;
  }
  .article-top h1 {
    font-size: 30px;
  }
  .article-more-stories {
    margin: 64px 0 0;
  }
  .entry-content h2 {
    font-size: 24px;
  }
  .single-post .more-stories {
    padding: 20px 0 40px;
  }
  .title-btn-row .right {
    width: 100%;
  }
  .more-stories h2 {
    font-size: 24px;
    margin: 0 0 24px;
  }
  .more-stories .title-btn-row .body p {
    font-size: 16px;
  }
  .more-stories .community-card h4 {
    font-size: 18px;
    line-height: 120%;
    margin: 0;
  }
  .community-card .post-card-inner .bottom {
    margin: 24px 8px 16px;
  }
  .article-top.community-item-top h1 {
    font-size: 30px;
  }
  .entry-content h6 {
    font-size: 16px;
    line-height: 150%;
  }
  .community-item-top .entry-content h3 {
    font-size: 18px;
    margin: 24px 0 20px;
  }
  .article-main .entry-content h3 {
    font-size: 20px;
    margin: 32px 0 20px;
  }
  .entry-content li,
  .entry-content p {
    font-size: 14px;
  }
  .community-item-top .entry-content > div:last-of-type {
    margin-bottom: 0;
  }
  .acf-inline-cta .cta-row {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .title-btn-row .uni-btn {
    display: flex;
    justify-content: center;
  }
  .community-main-section {
    padding: 140px 0 64px;
  }
  .article-top.community-item-top {
    padding: 92px 0 24px;
  }
  .large p {
    font-size: 18px;
  }
  .previous-issue-top-row p.issue {
    font-size: 18px;
  }
  .previous-issue-community .title h3 {
    font-size: 24px;
  }
  .old-post-card h4 {
    font-size: 18px;
  }
  .post-card.old-community-card h4 {
    margin: 0;
  }
  .post-card.old-community-card p {
    font-size: 14px;
  }
  .previous-issue-grid {
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
  .previous-community-grid {
    margin: 64px 0 0;
  }
  .body.p18 p {
    font-size: 16px;
  }
  .more-stories-grid,
  .previous-community-grid,
  .previous-issue-grid {
    grid-template-columns: 100%;
  }
  .post-card.old-community-card .featured-image {
    padding-bottom: 74%;
  }
  .h2 h1,
  h1.h2,
  h2 {
    font-size: 32px;
    line-height: 120%;
  }
  .previous-issue-top {
    padding: 136px 0 40px;
  }
  .previous-issue-top-row {
    padding: 0 0 64px;
    border-bottom: 1px solid #b3bdb1;
  }
  .previous-issue-top-row .right {
    display: none;
  }
  .previous-issue-top-row .left {
    padding: 0;
  }
  .previous-issue-top-row .left::after {
    display: none;
  }
  .previous-issues-top {
    padding: 108px 0 40px;
  }
  .previous-issues-grid {
    grid-template-columns: 100%;
  }
  .previous-issues-grid > div {
    border-right: 0 !important;
  }
  .main-menu-nav li.show-mob {
    display: block;
  }
  .container,
  .container-48,
  .container-40 {
    padding: 0 16px;
  }
  .main-post-grid {
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 20px;
  }
  .post-card .bottom {
    margin: 24px 0;
  }
  .main-post-grid > div:nth-of-type(9n + 1) .featured-image {
    padding-bottom: 100%;
  }
  .main-post-grid > div:nth-of-type(9n),
  .main-post-grid > div:nth-of-type(9n + 8),
  .main-post-grid > div:nth-of-type(9n + 2),
  .main-post-grid > div:nth-of-type(9n + 7),
  .main-post-grid > div:nth-of-type(9n + 3),
  .main-post-grid > div:nth-of-type(9n + 6),
  .main-post-grid > div:nth-of-type(9n + 5),
  .main-post-grid > div:nth-of-type(9n + 4),
  .main-post-grid > div:nth-of-type(9n + 1) {
    grid-column: span 1;
    padding: 0;
  }
  .main-post-grid,
  .home .community-post-grid {
    grid-template-columns: 100%;
    max-width: 500px;
  }
  .community-main-section.home .community-post-grid {
    max-width: 100%;
  }
  .community-main-section.home .community-post-grid > div {
    max-width: 500px;
  }
  .hdr-right .btn-container {
    display: none;
  }
  .footer-bottom {
    padding-bottom: 29%;
  }
  .footer-bottom svg {
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }
  #masthead .site-branding {
    width: 210px;
    height: 36px;
  }
  #colophon {
    padding: 48px 0 32px;
    border-radius: 0 0 64px 0;
  }
  .footer-bottom .bg {
    top: -64px;
    height: calc(100% + 64px);
  }
  ul.legal-menu {
    flex-direction: column;
    gap: 12px;
  }
  .footer-top-row {
    gap: 64px;
  }
}
