html {
  overflow-x: hidden;
}

body {
  background: #ffffff;
  overflow-x: hidden;
}

main {
  max-width: 100%;
  padding: 0 0 6.4rem 0;
}
@media (min-width: 768px) {
  main {
    padding-bottom: 9.6rem;
  }
}

/**
h1.page-title {
  color: #3B3331;
  display: table-caption;
  font-family: WF-Sans, Verdana, sans-serif;
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 100;
  line-height: 4.6rem;
  letter-spacing: -0.23px;
  position: relative;
  bottom: -1.55rem;
  text-align: center;

  @media (min-width: 768px) {
    font-size: 9rem;
    line-height: 8.6rem;
    letter-spacing: -1.35px;
    bottom: -2.5rem;
    text-align: left;
  }
}
*/
a {
  color: transparent;
  text-decoration: none;
}
a:hover {
  color: transparent;
}

p:empty {
  display: none;
}

a.btn-primary,
button.btn-primary {
  border-radius: 0;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  margin: 3.2rem auto 0 auto;
  padding: 1.6rem 2.4rem;
  max-width: -moz-min-content;
  max-width: min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  text-decoration: none;
  white-space: nowrap;
}
a.btn-primary:active, a.btn-primary:focus, a.btn-primary:hover,
button.btn-primary:active,
button.btn-primary:focus,
button.btn-primary:hover {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
a.btn-primary:hover,
button.btn-primary:hover {
  background-color: #141414;
}

@media (min-width: 1200px) {
  .pull-left-fill {
    margin-left: calc(-50vw + 600px);
  }
  .pull-right-fill {
    margin-right: calc(-50vw + 600px);
  }
}
.post-thumb-container {
  position: relative;
}
.post-thumb-container .post-thumb-img {
  position: relative;
  z-index: 1;
}

.post-thumb {
  height: 100%;
  width: 100%;
}
.post-thumb .post-thumb-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  transform-origin: center center;
  transition: transform 1s;
}
.post-thumb .post-thumb-img:hover {
  transform: scale(1.05);
}

.post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
}
@media (min-width: 768px) {
  .post-content {
    min-height: 100%;
  }
}

p.post-description,
div.post-description {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0;
}

p.read-link {
  color: #D71E28;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin-bottom: 0;
}
p.read-link:hover {
  color: #D71E28;
  text-decoration: underline;
}
p.read-link:after {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/dsmwp-child/images/icons/right-arrow.svg") no-repeat top right;
  width: 12px;
  height: 12px;
  margin-left: 4px;
}

.section-t {
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .section-t {
    margin-top: 19rem;
  }
}

.section-y {
  margin-bottom: 6.4rem;
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .section-y {
    margin-bottom: 19rem;
    margin-top: 19rem;
  }
}

.home .section-y {
  margin-top: 0;
}
@media (min-width: 768px) {
  .home .section-y {
    margin-top: 19rem;
  }
}

footer .links li a {
  color: #3B3331;
  text-decoration: none;
}
footer .links li a:hover {
  color: #3B3331;
  text-decoration: underline;
}
footer .links li:first-of-type {
  padding-right: 2.4rem;
}
@media (min-width: 768px) {
  footer .links li:first-of-type {
    padding-right: 0;
  }
}

@media (min-width: 2560px) {
  .container-fluid.arc-story,
  .container-fluid.hero,
  .container-fluid.featured-story {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .containers {
  outline: 1px solid #000;
}

footer .copyright {
  padding-bottom: 0;
}
footer .copyright p {
  padding-bottom: 0;
}

.backtop {
  right: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
  custom/custom.scss *
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
:root {
  --header-height: 12.2rem;
  --v-line: 4rem;
}

.bust-out {
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
}

/** Moved to global
html {
  // yuck
  // needed for full-width trick
  overflow-x: hidden;
}
*/
.test {
  outline: 1px solid deeppink;
}

.mh-100vh {
  min-height: 100vh;
}

.opacity-0 {
  opacity: 0;
}

nav {
  z-index: unset;
}

.accordion-container .accordion-expander {
  background-image: url("../images/icons/controls/accordion-open.svg");
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  border-radius: 0;
  min-width: 0;
  padding: 0 0 23px 18px;
  transition: none;
}
.accordion-container .accordion-expander.collapsed {
  background-image: url("../images/icons/controls/accordion-closed.svg");
}
@media (forced-colors: active) {
  .accordion-container .accordion-expander {
    background-image: url("../images/icons/controls/accordion-open-inverse.png");
  }
  .accordion-container .accordion-expander.collapsed {
    background-image: url("../images/icons/controls/accordion-closed-inverse.png");
  }
}

header {
  z-index: unset;
}
header.masthead {
  z-index: 10;
}

.search-container {
  display: flex;
  align-items: center;
  position: relative;
}
.search-container input {
  background-color: #ffffff;
  border: 0;
  color: #3b3331;
  font-size: 16px;
  font-weight: 400;
  padding: 2.5rem;
  text-indent: 0;
  transition: text-indent 250ms ease;
  width: 100%;
}
@media (min-width: 768px) {
  .search-container input {
    background-color: transparent;
    color: #ffffff;
    font-weight: 600;
  }
}
.search-container input::-moz-placeholder {
  color: #3b3331;
  opacity: 1;
}
.search-container input::placeholder {
  color: #3b3331;
  opacity: 1;
}
@media (min-width: 768px) {
  .search-container input::-moz-placeholder {
    color: #ffffff;
  }
  .search-container input::placeholder {
    color: #ffffff;
  }
}
.search-container .form-control:focus {
  background-color: #ffffff;
  color: #3b3331;
  border-color: unset;
  box-shadow: 0 0.1rem 0 0 rgba(59, 51, 49, 0.75);
}
@media (min-width: 768px) {
  .search-container .form-control:focus {
    color: #ffffff;
    border-color: unset;
    box-shadow: 0 0.1rem 0 0 rgba(255, 255, 255, 0.75);
  }
}
.search-container.form-floating > label {
  color: #3b3331;
  padding: 1.6rem 0 1.6rem 1.6rem;
}
@media (min-width: 768px) {
  .search-container.form-floating > label {
    color: #ffffff;
    padding: 0;
  }
}
.search-container.form-floating > .form-control {
  border-bottom: 1px solid #3b3331;
  color: #3b3331;
  padding: 1.6rem 0 1.6rem 1.6rem;
}
@media (min-width: 768px) {
  .search-container.form-floating > .form-control {
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    padding: 0;
  }
}
.search-container.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(59, 51, 49, 0.75) !important;
  padding: 1.25rem 0.75rem 2rem 1.5rem;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}
.search-container.form-floating > .form-control:focus ~ label, .search-container.form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: rgba(59, 51, 49, 0.75) !important;
  padding: 1.25rem 0.75rem 2rem 1.5rem;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}
@media (min-width: 768px) {
  .search-container.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    color: rgba(255, 255, 255, 0.75) !important;
    padding: 0;
    transform: translateY(-1.75rem);
  }
  .search-container.form-floating > .form-control:focus ~ label, .search-container.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: rgba(255, 255, 255, 0.75) !important;
    padding: 0;
    transform: translateY(-1.75rem);
  }
}
.search-container .search-icon {
  width: 1.5rem;
  height: 1.5rem;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: 0;
  border: 0;
  margin-left: 1rem;
  background-color: transparent;
  background-image: url("../images/icons/forms/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .search-container .search-icon {
    filter: invert(1);
    right: 1rem;
  }
}

.nav-primary {
  background-color: #ffffff;
  height: 54px;
}
@media (min-width: 768px) {
  .nav-primary {
    height: 62px;
  }
}
.nav-primary .site-title a {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 25.3px;
  margin-left: -0.8px;
}
.nav-primary .site-title a:hover {
  color: #141414;
}
@media (min-width: 768px) {
  .nav-primary .site-title a {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 25.3px;
  }
}
.nav-primary .navlinks-primary {
  --btn-padding-bottom: 1.6rem;
  background-color: #ffffff;
}
.nav-primary .navlinks-primary li {
  padding: 0 1.2rem;
}
.nav-primary .navlinks-primary li:last-of-type {
  padding-right: 0;
}
.nav-primary .navlinks-primary li a {
  margin-left: 0;
  font-size: 1.6rem;
  text-decoration: none;
  color: #3b3331;
  display: inline;
  position: relative;
}
.nav-primary .navlinks-primary li a:hover {
  text-decoration: underline;
}
.nav-primary .navlinks-primary li a.is-active {
  font-weight: 600;
}
.nav-primary .navlinks-primary li a.is-active:before {
  content: "";
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  bottom: calc((var(--btn-padding-bottom) + 2px) / 2);
  left: 0;
  margin: auto;
  background-color: #ffcd41;
  transition: opacity 300ms ease;
}
.nav-primary .navlinks-primary ul {
  padding: 0;
}
.nav-primary .navlinks-primary ul li > a:hover, .nav-primary .navlinks-primary ul li > a:active, .nav-primary .navlinks-primary ul li > a.is-open {
  font-weight: 600;
}
.nav-primary .navlinks-primary ul li > a.is-open + .submenu {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}
.nav-primary .navlinks-primary ul li > a.is-open + .submenu li a {
  opacity: 1;
}
.nav-primary .navlinks-primary ul li,
.nav-primary .navlinks-primary ul li a {
  display: flex;
}
.nav-primary .navlinks-primary ul li a {
  position: relative;
  padding-top: 1.6rem;
  padding-bottom: var(--btn-padding-bottom);
  align-items: center;
}
.nav-primary .navlinks-primary ul ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  z-index: -10;
  transform: translateY(-100%);
  transition: transform 250ms ease;
}
.nav-primary .navlinks-primary ul ul li a {
  opacity: 0;
  transition: opacity 250ms ease;
}
@media (min-width: 768px) {
  .nav-primary .navlinks-primary ul ul:before {
    content: "";
    opacity: 1;
    position: absolute;
    z-index: -1;
    margin-right: -9999rem;
    margin-left: -9999rem;
    padding-right: 9999rem;
    padding-left: 9999rem;
    height: 100%;
    background-color: #F9F7F6;
  }
}
.nav-primary .navlinks-primary ul .submenu .submenu a {
  font-size: 1.6rem;
}
.nav-primary .navlinks-primary ul .submenu .submenu:before {
  background-color: #ffffff;
}
.nav-primary .navlinks-primary > ul {
  position: relative;
  display: flex;
  justify-content: end;
  min-height: 100%;
  /**
  > li {
    // &:hover,
    // &.active,
    // &:focus-within,

    > a {
      &:before {
        content: '';
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        right: 0;
        bottom: calc((var(--btn-padding-bottom) + 2px) / 2);
        left: 0;
        margin: auto;
        background-color: $secondary;
        transition: opacity 300ms ease;
      }

      &.is-open {
        &:before {
          opacity: 1;
        }
      }
    }
  }
  */
}
.nav-primary .navlinks-primary > ul .submenu a.current {
  font-weight: 600;
}
.nav-primary .navlinks-primary > ul .submenu a.current:hover {
  text-decoration: underline;
}

#MobileMenu {
  top: 9.6rem;
}
#MobileMenu > ul li {
  background-color: transparent;
}
#MobileMenu > ul .primary {
  font-weight: 400;
}
#MobileMenu.active:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ffffff transparent;
  right: 4rem;
  top: -62px;
  position: absolute;
}
#MobileMenu .mobile {
  box-shadow: 0px 0px 4px 0px rgba(20, 20, 20, 0.15);
  top: -5.2rem;
}
#MobileMenu .mobile > .has-submenu > a {
  border-bottom: 1px solid #3b3331;
  background-color: #ffffff;
}
#MobileMenu .mobile .has-submenu {
  --mobile-nav-tab-spacing: 1.6rem;
}
#MobileMenu .mobile .has-submenu .submenu {
  background-color: #fff7e2;
  max-height: 0;
  overflow: hidden;
  position: relative;
}
#MobileMenu .mobile .has-submenu .submenu a {
  margin-left: var(--mobile-nav-tab-spacing);
}
#MobileMenu .mobile .has-submenu .submenu a.current {
  font-weight: 600;
}
#MobileMenu .mobile .has-submenu .submenu a.current:hover {
  text-decoration: underline;
}
#MobileMenu .mobile .has-submenu .submenu .submenu {
  background-color: #ffffff;
}
#MobileMenu .mobile .has-submenu .submenu .submenu a {
  margin-left: calc(var(--mobile-nav-tab-spacing) * 2);
}
#MobileMenu .mobile .has-submenu > .is-open + .submenu {
  max-height: 100%;
}
#MobileMenu .mobile > .has-submenu > .is-open {
  border-bottom: 1px solid #ffcd41;
  background-color: #ffcd41;
  font-weight: 600;
}
#MobileMenu .mobile > .has-submenu > .is-open + .submenu {
  max-height: 100%;
}

/** moved to global
main {
  padding: 0;
  max-width: 100%;
}
*/
/** moved to v-line
  .v-line {
    position: relative;
    // padding-top: calc(var(--v-line) / 2);

    &:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1;
      margin: auto;
      width: 0.4rem;
      height: 0;
      transform: translateY(-50%);
      background-color: $secondary;
      transition: height 0.5s ease;
    }

    &.expand {

      &:before {
        height: var(--v-line);
      }
    }
  }
*/
.lock header,
.lock .opening-animation .post-content :not(.title) {
  opacity: 0;
}

body {
  background-color: #ffffff;
}
body.lock {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.opening-animation {
  background-color: white;
  overflow: hidden;
}
.opening-animation .post-content {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  /**
  .title {
    margin-bottom: 3.2rem;
    font-size: 4.6rem;
    line-height: 1;
    text-align: center;

    @media (min-width: 576.9px) {
      font-size: 7rem; // ! make var
      line-height: 6.7rem; // ! make var
      display: table-caption; // * one word per line
      text-align: left;
    }
  }

  p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #787070;
  }
  */
}
.opening-animation .post-content.end-frame .imgs {
  grid-template-columns: 1fr;
  transition: opacity 500ms ease;
}
.opening-animation .post-content.end-frame .imgs .img:not(.main) {
  display: none;
}
.opening-animation .imgs {
  min-height: calc(50vh - var(--header-height));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 1.5%;
  /**
    @media (min-width: 1200px) {
      margin-left: calc(-100vw / 2 + (1200px / 2));
    }
    */
}
@media (min-width: 768px) {
  .opening-animation .imgs {
    margin-top: calc(var(--v-line) / 2);
    min-height: calc(100vh - (var(--header-height) + var(--v-line) / 2));
    overflow: visible;
  }
}
.opening-animation .imgs.v-line {
  --v-line: 4rem;
}
@media (min-width: 768px) {
  .opening-animation .imgs.v-line {
    --v-line: 9rem;
  }
}
.opening-animation .imgs.v-line:before {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  z-index: 4;
}
@media (min-width: 768px) {
  .opening-animation .imgs.v-line:before {
    top: 0;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.opening-animation .imgs .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /**
    &.main {
      background-image: url('http://placekitten.com/1200/1500');
    }

    &:not(.main) {
      &:nth-child(1) { background-image: url('http://placekitten.com/1250/1500'); }
      &:nth-child(2) { background-image: url('http://placekitten.com/1000/2000'); }
      &:nth-child(3) { background-image: url('http://placekitten.com/2000/1200'); }
      &:nth-child(4) { background-image: url('http://placekitten.com/1300/2300'); }
      &:nth-child(5) { background-image: url('http://placekitten.com/1400/2200'); }
    }
    */
}
.opening-animation.end-frame .imgs {
  grid-template-columns: 1fr;
}
.opening-animation.end-frame .imgs .img:not(.main) {
  display: none;
}

.v-line {
  position: relative;
}
.v-line:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 0.4rem;
  height: 0;
  transform: translateY(-50%);
  background-color: #ffcd41;
  transition: height 0.5s ease;
}
.v-line.expand:before {
  height: var(--v-line);
}

.yellow-box {
  background-color: #ffcd41;
  height: 100%;
  position: absolute;
  width: 100%;
}

.featured-story.left .yellow-box {
  bottom: -2.4rem;
  left: 2.4rem;
}
@media (min-width: 768px) {
  .featured-story.left .yellow-box {
    bottom: -3.2rem;
    left: -3.2rem;
  }
}
.featured-story.right .yellow-box {
  bottom: -2.4rem;
  left: -2.4rem;
}
@media (min-width: 768px) {
  .featured-story.right .yellow-box {
    bottom: -3.2rem;
    left: 3.2rem;
  }
}

.tdih .yellow-box {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .tdih .yellow-box {
    opacity: 1;
    top: -3.2rem;
    left: 3.2rem;
    visibility: visible;
  }
}

.hero-thumb-container {
  position: relative;
}
.hero-thumb-container .hero-thumb {
  position: relative;
  z-index: 1;
  max-width: calc(100% - var(--yellow-box-offset));
  max-height: calc(100% - var(--yellow-box-offset));
}
.hero-thumb-container .yellow-box {
  display: none;
  right: 3.2rem;
  bottom: 0;
  max-width: 18.2rem;
  max-height: 18.2rem;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 281px) {
  .hero-thumb-container .yellow-box {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .hero-thumb-container .yellow-box {
    right: -2.4rem;
    bottom: -2.4rem;
  }
}

.archive .container-fluid.hero.wiltsee .hero-thumb-container .yellow-box {
  max-width: 100%;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb-container .yellow-box {
    bottom: -3.2rem;
    left: 3.2rem;
  }
}

.navbar .toggle {
  right: 3.2rem;
}

h1.page-title {
  color: #3B3331;
  font-family: WF-Sans, Verdana, sans-serif;
  font-size: 4.6rem;
  font-weight: 100;
  letter-spacing: -0.23px;
  line-height: 4.6rem;
  margin: 0.65rem 0 3.2rem 0;
  position: relative;
  bottom: -0.9rem;
  text-align: center;
}
@media (min-width: 768px) {
  h1.page-title {
    font-size: 9rem;
    letter-spacing: -1.35px;
    line-height: 8.6rem;
    margin-bottom: 4.8rem;
    margin-left: -5px;
  }
}
h1.page-title.title-sm {
  font-size: 4.4rem;
  letter-spacing: -0.22px;
  line-height: 4.4rem;
}
@media (min-width: 768px) {
  h1.page-title.title-sm {
    font-size: 6rem;
    letter-spacing: -1.2px;
    line-height: 6.3rem;
  }
}

.home h1.page-title {
  margin-top: 3.5rem;
}
@media (min-width: 575.98px) {
  .home h1.page-title {
    font-size: 6rem;
    line-height: 5.6rem;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .home h1.page-title {
    font-size: 7rem;
    line-height: 6.6rem;
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .home h1.page-title {
    font-size: 8rem;
    line-height: 7.6rem;
  }
}
@media (min-width: 1100px) {
  .home h1.page-title {
    font-size: 9rem;
    line-height: 8.6rem;
  }
}

@media (min-width: 768px) {
  .archive .hero h1.page-title,
  .page .hero h1.page-title {
    text-align: left;
  }
}

.tag h1.page-title {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.category-wiltsee-collection h1.page-title {
  margin-top: 2.25rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .category-wiltsee-collection h1.page-title {
    margin-top: 7rem;
    margin-bottom: 12rem;
  }
}

.wiltsee h1.page-title {
  font-size: 3rem;
  line-height: 3rem;
  margin-top: 0.4rem;
  margin-bottom: 8rem;
}
@media (min-width: 374.98px) {
  .wiltsee h1.page-title {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
}
@media (min-width: 768px) {
  .wiltsee h1.page-title {
    font-size: 6rem;
    line-height: 6.3rem;
  }
}

.sitemap h1.page-title {
  margin-top: 7.75rem;
  margin-bottom: 4.8rem;
  text-align: left;
}
@media (min-width: 575px) {
  .sitemap h1.page-title {
    margin-top: 12.8rem;
    margin-bottom: 6.8rem;
    text-align: center;
  }
}

.post h1.page-title {
  bottom: -1.25rem;
}
@media (min-width: 768px) {
  .post h1.page-title {
    padding-right: 10rem;
    padding-left: 10rem;
  }
}

.page p.page-tag ~ h1.page-title {
  margin-top: -0.4rem;
}

.coming-soon h1.page-title {
  margin-top: 0rem;
  margin-bottom: 5.2rem;
}

.search h1.page-title {
  margin-top: 7.75rem;
}

/**
// Global archive
h1.archive-title {
    color: #3B3331;
    font-family: WF-Sans, Verdana, sans-serif;
    font-size: 4.6rem;
    font-weight: 100;
    letter-spacing: -0.23px;
    line-height: 4.3rem;
    margin: 12rem auto;
    position: relative;
    bottom: -2.5rem;
    text-align: center;

    @media (min-width: 768px) {
        font-size: 9rem;
        letter-spacing: -1.35px;
        line-height: 8.6rem;
    }
}
*/
.tag .featured-story {
  margin: 19rem 0;
}

.listing-more {
  margin: 0 auto;
}
.listing-more.listing article:last-of-type, .listing-more.wiltsee article:last-of-type {
  margin-bottom: 0;
}
.listing-more .btn-more {
  margin: 0 auto;
}

.archive .listing-more {
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .archive .listing-more {
    margin-top: 6.4rem;
  }
}

.archive .listing-more.wiltsee {
  margin-top: 0;
}

.listing article {
  margin-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .listing article {
    margin-bottom: 6.4rem;
  }
}
.listing article:last-child {
  margin-bottom: 0;
}
.listing .post-thumb .post-thumb-img {
  aspect-ratio: 270/150;
  max-height: 173px;
  width: 100%;
}
@media (min-width: 768px) {
  .listing .post-thumb .post-thumb-img {
    aspect-ratio: 412/250;
    max-height: 250px;
  }
}
.listing h2.post-title {
  font-size: 2.6rem;
  line-height: 2.9rem;
  margin: 2.4rem 0 2rem -0.1rem;
}
@media (min-width: 768px) {
  .listing h2.post-title {
    margin-top: 0;
  }
}
.listing h2.post-title:hover,
.listing h3.post-title:hover {
  text-decoration: underline;
}
.listing p.post-excerpt {
  color: #787070;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.listing p.read-link {
  margin: 0 0 0 -0.1rem;
}

.archive-nav {
  margin: 6.5rem auto;
  position: relative;
  scroll-margin-top: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .archive-nav {
    margin: 14.4rem auto;
  }
}
.archive-nav ul {
  list-style: none;
  margin: 0 auto;
  max-width: 30rem;
  padding: 0;
}
@media (min-width: 768px) {
  .archive-nav ul {
    max-width: 100%;
  }
}
.archive-nav li {
  align-items: center;
  display: flex;
  list-style: none;
}
.archive-nav .col.archive-nav-item {
  border-left: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .archive-nav .col.archive-nav-item {
    border: none;
  }
}
.archive-nav .col.archive-nav-item:first-of-type {
  border-left: 0;
}
.archive-nav p {
  color: #787070;
  display: none;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .archive-nav p {
    padding: 0;
  }
}
.archive-nav a {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 1.6rem 0;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  .archive-nav a {
    padding: 7.3rem 3.4rem;
  }
}
@media (min-width: 991.98px) {
  .archive-nav a {
    padding: 7.3rem 6.4rem;
  }
}
.archive-nav a:hover {
  color: #3B3331;
  text-decoration: underline;
}
.archive-nav a:hover span {
  text-decoration: underline;
}
.archive-nav a h2 {
  color: #3B3331;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 0;
}
@media (min-width: 768px) {
  .archive-nav a h2 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3rem;
  }
}
.archive-nav a h2:hover {
  text-decoration: underline;
}
.archive-nav a h2 span {
  display: block;
}
@media (min-width: 768px) {
  .archive-nav a h2 span {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .archive-nav a.active h2 {
    margin-bottom: 2.4rem;
  }
}
.archive-nav a p {
  display: none;
}
.archive-nav a.active {
  background-color: #3B3331;
  position: relative;
}
@media (min-width: 768px) {
  .archive-nav a.active {
    padding: 4rem 3.4rem;
  }
}
@media (min-width: 768px) and (min-width: 991.98px) {
  .archive-nav a.active {
    padding: 4rem 6.4rem;
  }
}
.archive-nav a.active:hover h2 {
  text-decoration: underline;
}
.archive-nav a.active:hover p {
  text-decoration: none;
}
.archive-nav a.active .bar {
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .archive-nav a.active .bar {
    content: "";
    display: block;
    background-color: #FFCD41;
    height: 0px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    visibility: visible;
    width: 5px;
    animation-name: grow;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-name: grow;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
  }
  @keyframes grow {
    from {
      height: 0px;
    }
    to {
      height: 40px;
    }
  }
}
.archive-nav a.active h2 {
  color: #ffffff;
}
.archive-nav a.active p {
  color: #ffffff;
  display: none;
}
@media (min-width: 768px) {
  .archive-nav a.active p {
    display: block;
  }
}
.archive-nav #mobile-desc {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .archive-nav #mobile-desc {
    display: none;
  }
}

.archive-search {
  margin-bottom: 3.2rem;
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .archive-search {
    margin-bottom: 10rem;
    margin-top: 14.4rem;
  }
}
.archive-search .search-input {
  transition: all 0.2s;
}
.archive-search .search-input input {
  background-color: #fff;
  border-bottom: 0.5px solid #B5ADAD;
  color: #787070;
  font-size: 2rem;
  outline: none;
  transition: width 0.5s;
  width: 100%;
}
.archive-search .search-input input::-ms-clear, .archive-search .search-input input::-ms-expand {
  display: none;
}
.archive-search .search-input input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.archive-search .search-input input::placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}
.archive-search .search-input input:focus::-moz-placeholder {
  opacity: 0;
}
.archive-search .search-input input:focus::placeholder {
  opacity: 0;
}
.archive-search .search-input input:focus {
  border-bottom: 1px solid #B5ADAD;
  margin-bottom: -3px;
  outline: none;
  cursor: text;
}
.archive-search .search-input .search-icon {
  width: 17px;
  height: 16px;
  background-image: url("/wp-content/themes/dsmwp-child/images/icons/forms/archive-search.svg");
  background-size: 17px 16px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.notfound .archive-search {
  margin-top: 3rem;
}

.archive .container-fluid.hero.wiltsee {
  margin-bottom: 6.4rem;
  max-width: 100%;
  padding-right: 0 !important;
  position: relative;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee {
    margin-bottom: 12.8rem;
    left: 5rem;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .archive .container-fluid.hero.wiltsee {
    left: 0;
  }
}
@media (min-width: 1600px) {
  .archive .container-fluid.hero.wiltsee {
    left: 10rem;
  }
}
@media (min-width: 1700px) {
  .archive .container-fluid.hero.wiltsee {
    left: 15rem;
  }
}
@media (min-width: 1800px) {
  .archive .container-fluid.hero.wiltsee {
    left: 20rem;
  }
}
@media (min-width: 1900px) {
  .archive .container-fluid.hero.wiltsee {
    left: 0;
    max-width: 1394px;
  }
}
.archive .container-fluid.hero.wiltsee .hero-thumb-container {
  position: relative;
  transform: none;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb-container {
    left: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb-container {
    left: 0;
  }
}
.archive .container-fluid.hero.wiltsee .hero-thumb-container .yellow-box {
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb-container .yellow-box {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.archive .container-fluid.hero.wiltsee .hero-thumb {
  height: 227px;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb {
    height: 598px;
  }
}
.archive .container-fluid.hero.wiltsee .hero-thumb .hero-thumb-img {
  aspect-ratio: 375/227;
  max-height: 227px;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb .hero-thumb-img {
    aspect-ratio: 950/598;
    max-height: 598px;
  }
}
@media (min-width: 1440px) {
  .archive .container-fluid.hero.wiltsee .hero-content {
    max-width: 506px;
  }
}
.archive .container-fluid.hero.wiltsee h2.hero-title {
  color: #3B3331;
  font-size: 3rem;
  font-weight: 100;
  line-height: 3.3rem;
  letter-spacing: -1.35px;
  text-align: center;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee h2.hero-title {
    font-size: 6rem;
    line-height: 6.3rem;
    letter-spacing: -1.2px;
    margin-top: 0;
    max-width: 35rem;
    text-align: left;
  }
}
.archive .container-fluid.hero.wiltsee a.btn-primary,
.archive .container-fluid.hero.wiltsee button.btn-primary {
  margin-left: auto;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee a.btn-primary,
  .archive .container-fluid.hero.wiltsee button.btn-primary {
    margin-left: 0;
  }
}

/**
.category-wiltsee-collection {
  h1.archive-title {
    margin-bottom: 4.5rem;
    margin-top: 6.4rem;
    position: relative;
    bottom: -1.25rem;

    @media (min-width: 768px) {
      margin-bottom: 12rem;
      margin-top: 7rem;
      bottom: -3.6rem;
    }
  }
}
*/
.wiltsee {
  /**
  h1.archive-title {
    font-size: 4.4rem;
    font-weight: 100;
    letter-spacing: -0.22px;
    line-height: 4.4rem;
    margin-bottom: 8rem;
    margin-top: 3.2rem;
    position: relative;
    bottom: -2.4rem;

    @media (min-width: 768px) {
      font-size: 6rem;
      letter-spacing: -1.2px;
      line-height: 6.3rem;
      margin-bottom: 11.2rem;
      text-align: center;
    }
  }
  */
}
.wiltsee.collection .listing {
  margin-top: 4.1rem;
}
@media (min-width: 768px) {
  .wiltsee.collection .listing {
    margin-top: 7.8rem;
  }
}
.wiltsee.collection .listing h2 {
  margin-bottom: 1.9rem;
}
.wiltsee.collection .listing p {
  color: #787070;
  margin-bottom: 2.4rem;
}
.wiltsee.collection .listing p:last-of-type {
  margin-bottom: 0;
}
.wiltsee.collection .listing .accordion-container p.accordion-toggle {
  margin-bottom: 0;
}
.wiltsee.collection .listing .accordion-container p.accordion-toggle button {
  color: #787070;
}
.wiltsee.collection .listing .accordion-container p.accordion-toggle:last-of-type {
  margin-bottom: 2.4rem;
}
.wiltsee.collection .listing p + .accordion-container {
  margin-top: 60px;
}
.wiltsee article {
  margin-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .wiltsee article {
    margin-bottom: 6.4rem;
  }
}
.wiltsee .post-thumb .post-thumb-img {
  aspect-ratio: 311/173;
  max-height: 283px;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .wiltsee .post-thumb .post-thumb-img {
    aspect-ratio: 412/250;
    max-height: 250px;
  }
}
.wiltsee .post-content {
  justify-content: center;
}
.wiltsee h2.page-title,
.wiltsee h2.post-title {
  font-size: 2.6rem;
  line-height: 2.9rem;
  margin: 2.4rem 0;
}
.wiltsee h2.page-title {
  color: #3B3331;
  font-family: WF-Sans, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: -0.15px;
  line-height: 3.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .wiltsee h2.page-title {
    font-size: 6rem;
    line-height: 6.3rem;
    letter-spacing: -1.2px;
    text-align: left;
  }
}
.wiltsee h2.post-title:hover,
.wiltsee h3.post-title:hover {
  text-decoration: underline;
}
.wiltsee p.post-excerpt {
  color: #787070;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2.4rem;
}
.wiltsee .category {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-top: -0.5rem;
  text-transform: uppercase;
}
.wiltsee .header {
  margin: 3.2rem auto 0 auto;
  max-width: 311px;
}
@media (min-width: 768px) {
  .wiltsee .header {
    margin: 9.6rem auto 0 auto;
    max-width: 526px;
  }
}
.wiltsee figure {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .wiltsee figure {
    margin-bottom: 0;
  }
}
.wiltsee section:last-of-type {
  margin-bottom: 9.6rem;
}
.wiltsee .wp-caption-text {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.visit-us {
  margin: 8.8rem 0 0 0;
}
@media (min-width: 768px) {
  .visit-us {
    margin: 19.2rem 0 0 0;
  }
}
.visit-us h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3rem;
  margin: 3.2rem 0 0 -0.2rem;
}
@media (min-width: 768px) {
  .visit-us h2 {
    margin-top: 0;
  }
}
.visit-us img {
  aspect-ratio: 611/436;
  max-width: 100%;
  height: auto;
}
.visit-us ul,
.visit-us li {
  list-style-type: none;
}
.visit-us ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .visit-us ul {
    margin-left: 0;
  }
}
.visit-us li {
  border-bottom: 0.5px solid #B5ADAD;
  color: #787070;
  display: flex;
  padding: 2.4rem 0;
}
.visit-us li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.visit-us li div {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  vertical-align: top;
}
.visit-us li div:first-of-type {
  font-weight: 600;
  min-width: 10.5rem;
}
.visit-us .email {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .visit-us .email {
    font-size: 1.5rem;
  }
}

.faq {
  background: #3B3331;
  padding-bottom: 6.4rem;
  padding-top: 6.4rem;
}
@media (min-width: 576px) {
  .faq {
    padding-bottom: 10.4rem;
    padding-top: 10.4rem;
  }
}
@media (min-width: 768px) {
  .faq {
    padding-bottom: 12.4rem;
    padding-top: 12.4rem;
  }
}
@media (min-width: 991.98px) {
  .faq {
    padding-bottom: 14.4rem;
    padding-top: 14.4rem;
  }
}
.faq h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.3rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 576px) {
  .faq h2 {
    font-size: 3.5rem;
    line-height: 3.7rem;
    margin-bottom: 6.4rem;
  }
}
.faq h2 span {
  display: block;
  position: relative;
  padding-left: 56px;
}
.faq h2 span:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 5px;
  height: 3px;
  width: 40px;
  background-color: #FFCD41;
}

.page {
  /**
  h1.page-title {
      display: block;
      margin-top: 3.2rem;
      margin-bottom: 3.2rem;
      text-align: center;

      @media (min-width: 768px) {
          margin-top: 0.8rem;
          margin-bottom: 4.8rem;
          text-align: center;
      }
  }
  */
}
.page .hero .hero-content {
  margin-bottom: 3.2rem;
}
.page .hero .hero-thumb .hero-thumb-img {
  aspect-ratio: 305/305;
  max-height: 305px;
  max-width: 100%;
}
@media (min-width: 281px) {
  .page .hero .hero-thumb .hero-thumb-img {
    max-width: calc(100% - 5.6rem);
  }
}
@media (min-width: 768px) {
  .page .hero .hero-thumb .hero-thumb-img {
    aspect-ratio: 1006/775;
    max-height: 775px;
    max-width: 1006px;
  }
}
.page p.page-tag {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 2.7rem 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page p.page-tag {
    margin-top: 7rem;
  }
}
.page p.page-description {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0 auto;
  max-width: 956px;
  text-align: center;
}

.annual-reports {
  /**
  h1.page-title {
      display: block;
      margin-top: 4.8rem;
      margin-bottom: 3.2rem;

      @media (min-width: 768px) {
          margin-top: 12rem;
          text-align: center;
      }
  }
  */
}
.annual-reports p.page-description {
  color: #787070;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .annual-reports p.page-description {
    margin-bottom: 12rem;
  }
}
.annual-reports article {
  margin-bottom: 0rem;
}
.annual-reports .container {
  padding: 0;
}
@media (min-width: 1400px) {
  .annual-reports .container {
    padding: 0 5rem;
  }
}
.annual-reports .post-thumb {
  border: 0.5px solid #B5ADAD;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.annual-reports .post-thumb .post-thumb-img {
  aspect-ratio: 240/305;
}
.annual-reports .post-thumb .post-thumb-img:hover {
  border: 0.5px solid #B5ADAD;
}
.annual-reports .post-content {
  padding: 0 0 6.4rem 0;
  min-height: auto;
  margin: 0 auto;
}
.annual-reports .post-content p.download-link {
  margin-bottom: 0;
}
.annual-reports .post-content p.download-link:after {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/dsmwp-child/images/icons/right-arrow.svg") no-repeat top right;
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.annual-reports .post-content h2 {
  color: #141414;
  font-size: 26px;
  font-weight: 600;
  line-height: 29.9px;
  margin: 2.4rem 0;
}
.annual-reports .post-content a {
  color: #D71E28;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  text-decoration: none;
}
.annual-reports .post-content a :hover {
  text-decoration: underline;
}
.annual-reports button.btn-primary {
  margin-top: 0;
}
.annual-reports.lcr {
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .annual-reports.lcr {
    margin-top: 9.6rem;
  }
}
.annual-reports.lcr p {
  margin-bottom: 0;
}

.post img.attachment-full {
  height: auto;
  max-width: 100%;
}
.post .author {
  margin: 4.8rem 0 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .post .author {
    margin-top: 6.4rem;
  }
}
.post .author .byline {
  min-height: 56px;
  vertical-align: top;
}
.post .author .byline p {
  margin: 0;
  padding: 0;
}
.post .author .byline p:first-of-type {
  color: #141414;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0.8rem;
}
.post .author .byline p:last-of-type {
  color: #787070;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 0rem;
}
.post .post-thumbnail-caption {
  background: #3B3331;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  padding: 1.6rem 3.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .post .post-thumbnail-caption {
    background: transparent;
    color: #787070;
    margin: 0 auto;
    position: relative;
    top: 26.5rem;
    max-width: 720px;
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .post .post-thumbnail-caption {
    max-width: 768px;
    top: 14.5rem;
  }
}
@media (min-width: 1200px) {
  .post .post-thumbnail-caption {
    max-width: 992px;
  }
}
.post .heading {
  position: relative;
  width: 100%;
}
.post .heading .intro-box {
  background-color: #F9F7F6;
  bottom: -10rem;
  margin: 0 auto;
  max-width: 956px;
  text-align: center;
}
@media (min-width: 768px) {
  .post .heading .intro-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20rem;
  }
}
@media (min-width: 992px) {
  .post .heading .intro-box {
    bottom: -8rem;
    z-index: 5;
  }
  .post .heading .intro-box:before, .post .heading .intro-box:after {
    content: "";
    position: absolute;
  }
  .post .heading .intro-box:before {
    top: -2rem;
    left: -2rem;
    width: 13.3rem;
    height: 13.3rem;
    background-color: #ffcd41;
    z-index: -2;
  }
  .post .heading .intro-box:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F9F7F6;
    z-index: -1;
  }
}
.post .heading .intro-box .row {
  margin: 0;
}
.post .heading .post-thumbnail img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  display: block;
}
@media (min-width: 576px) {
  .post .heading .post-thumbnail img {
    max-height: 300px;
  }
}
@media (min-width: 768px) {
  .post .heading .post-thumbnail img {
    max-height: 500px;
  }
}
@media (min-width: 992px) {
  .post .heading .post-thumbnail img {
    max-height: 550px;
  }
}
.post .heading .category {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin-top: -0.5rem;
}
.post .heading .category a {
  color: #3B3331;
  text-decoration: underline;
}
.post .heading .category a:hover {
  text-decoration: none;
}
.post .heading .description {
  color: #787070;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .post .heading .description {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0 10rem;
  }
}
.post .the-content {
  margin-top: 0rem;
  overflow-wrap: anywhere;
}
@media (min-width: 576.9px) {
  .post .the-content {
    margin-top: 4.8rem;
  }
}
@media (min-width: 768px) {
  .post .the-content {
    margin-top: 30.8rem;
  }
}
@media (min-width: 992px) {
  .post .the-content {
    margin-top: 17.8rem;
    max-width: 768px;
  }
}
@media (min-width: 1200px) {
  .post .the-content {
    max-width: 992px;
  }
}
.post .the-content h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3rem;
}
.post .the-content p {
  color: #787070;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}
.post .the-content a:hover {
  text-decoration: none;
}
.post .the-content blockquote {
  display: block;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  position: relative;
}
.post .the-content blockquote p {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.9rem;
}
@media (min-width: 768px) {
  .post .the-content blockquote p {
    font-weight: 600;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .post .the-content blockquote:before {
    content: "";
    border-left: 4px solid #FFCD41;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: -24px;
  }
}
.post .the-content img {
  max-width: 100%;
  height: auto;
  margin-left: 0;
  width: auto;
}
@media (min-width: 992px) {
  .post .the-content img {
    max-width: 600px;
    max-height: 600px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
  }
}
.post .the-content .tags {
  border-top: 0.5px solid #B5ADAD;
  display: block;
  margin: 4.8rem 0 -0.75rem 0;
  padding: 1.6rem 0 0 0;
}
.post .the-content .tags h2.title-tags {
  color: #D71E28;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 0 0 1.5rem 0;
}
.post .the-content .tags ul.post-tags {
  margin: 0;
  padding: 0;
}
.post .the-content .tags ul.post-tags li.post-tag {
  display: inline-block;
  list-style: none;
  margin-bottom: 1.2rem;
  padding: 0 1rem 0 0;
  text-decoration: none;
}
.post .the-content .tags ul.post-tags li.post-tag:first-of-type {
  margin-left: 0;
}
.post .the-content .tags ul.post-tags li.post-tag span {
  border: 1px solid #B5ADAD;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  padding: 0.5rem 1.6rem;
}
.post .the-content .tags ul.post-tags li.post-tag:last-of-type {
  border-bottom: 0;
}
.post .the-content .tags ul.post-tags li.post-tag a {
  color: #141414;
  text-decoration: underline;
}
.post .the-content .tags ul.post-tags li.post-tag a:hover {
  text-decoration: none;
}

.social-share,
.social-follow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-share h2.social-label,
.social-follow h2.social-label {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.social-share ul,
.social-follow ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.social-share ul li,
.social-follow ul li {
  list-style: none;
  margin-left: 1.5rem;
  padding: 0;
}
.social-share ul li:first-of-type,
.social-follow ul li:first-of-type {
  margin-left: 0;
}

.social-follow {
  background: #000000;
  padding: 2.4rem 0;
}
.social-follow .col {
  display: flex;
}
.social-follow h2.social-label {
  align-items: center;
  color: #fff;
  display: flex;
  margin: 0 1.6rem 0 0;
}
.social-follow ul {
  display: flex;
  justify-content: space-around;
}
.social-follow ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.social-follow a,
.social-follow img {
  height: 44px;
  width: 44px;
}

.social-share {
  margin: 3.2rem 0;
  display: flex;
}
@media (min-width: 576px) {
  .social-share {
    display: block;
    height: 100%;
    position: absolute;
    top: 75px;
    right: -80px;
  }
}
@media (min-width: 768px) {
  .social-share {
    top: -30px;
    right: -140px;
  }
}
.social-share .social-container {
  align-items: center;
  display: flex;
  justify-content: start;
  width: 100%;
}
@media (min-width: 576px) {
  .social-share .social-container {
    display: block;
    justify-content: center;
    position: sticky;
    top: 130px;
  }
}
.social-share h2.social-label {
  align-items: center;
  color: #787070;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 16px;
  margin: 0 1.6rem 0 0;
}
@media (min-width: 576px) {
  .social-share h2.social-label {
    display: block;
    margin: 0 0 1.6rem 0;
  }
}
@media (min-width: 768px) {
  .social-share h2.social-label {
    line-height: 20px;
  }
}
.social-share ul {
  display: flex;
}
@media (min-width: 576px) {
  .social-share ul {
    display: block;
  }
}
.social-share ul li {
  align-items: center;
  display: flex;
}
@media (min-width: 576px) {
  .social-share ul li {
    display: block;
    padding-bottom: 1.1rem;
    margin: 0;
  }
}
.social-share a,
.social-share img {
  display: block;
  height: 44px !important;
  width: 44px !important;
}

.post-navigation {
  height: 24px;
  margin-top: 2.8rem;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .post-navigation {
    margin-top: 6.4rem;
  }
}
.post-navigation a {
  color: #3B3331;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem;
  text-decoration: none;
}
.post-navigation a:hover {
  text-decoration: underline;
}
.post-navigation:after {
  content: "";
  clear: both;
  display: table;
}
.post-navigation .nav-previous {
  float: right;
}
.post-navigation .nav-previous a::before {
  position: absolute;
  content: url("/wp-content/themes/dsmwp-child/images/icons/next-arrow-circle.svg");
  height: 24px;
  width: 24px;
  right: 0;
  top: -2px;
}
.post-navigation .nav-next {
  float: left;
}
.post-navigation .nav-next a::before {
  position: absolute;
  content: url("/wp-content/themes/dsmwp-child/images/icons/back-arrow-circle.svg");
  height: 24px;
  width: 24px;
  left: 0;
  top: -2px;
}

.arc-story {
  padding-left: 0;
  padding-right: 0;
  /**
    h1.page-title {
      margin-top: 5.2rem;
      text-align: center;

      @media (min-width: 575.98px) {
        font-size: 6rem;
        line-height: 5.6rem;
        margin-left: -10px;
      }

      @media (min-width: 768px) {
        font-size: 7rem;
        letter-spacing: -1.35px;
        line-height: 6.6rem;
        margin-top: 0;
        text-align: left;
      }

      @media (min-width: 992px) {
        font-size: 8rem;
        line-height: 7.6rem;
      }

      @media (min-width: 1100px) {
        font-size: 9rem;
        line-height: 8.6rem;
      }
    }
  */
}
.arc-story .post-thumb .post-thumb-img {
  transition: unset;
  aspect-ratio: 375/310;
  max-height: 375px;
  width: 100%;
}
@media (min-width: 768px) {
  .arc-story .post-thumb .post-thumb-img {
    aspect-ratio: 786/825;
    max-height: 825px;
  }
}
@media (min-width: 992px) {
  .arc-story .post-thumb .post-thumb-img {
    aspect-ratio: 886/925;
  }
}
.arc-story .post-thumb .post-thumb-img:hover {
  transform: unset;
}
@media (min-width: 768px) {
  .arc-story.opening-animation .post-thumb .post-thumb-img {
    max-height: 100%;
    aspect-ratio: unset;
  }
}
@media (min-width: 768px) {
  .arc-story .post-content {
    margin-left: 3.2rem;
    max-width: 32.8rem;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .arc-story .post-content {
    margin-left: 4.2rem;
    max-width: 36.8rem;
  }
}
@media (min-width: 1200px) {
  .arc-story .post-content {
    margin-left: 5.2rem;
    max-width: 42.8rem;
  }
}
@media (min-width: 1330px) {
  .arc-story .post-content {
    margin-left: 12.2rem;
    max-width: 42.8rem;
  }
}
.arc-story p.post-description {
  text-align: center;
}
@media (min-width: 768px) {
  .arc-story p.post-description {
    text-align: left;
  }
}
.arc-story a.btn-primary {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .arc-story a.btn-primary {
    margin-top: 4.8rem;
  }
}

.story-blocks {
  align-items: center;
  background-image: url("/wp-content/uploads/choose-your-path-1-scaled.jpeg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 3.2rem;
}
@media (min-width: 768px) {
  .story-blocks {
    background-attachment: fixed;
    height: 100vh;
    min-height: 100%;
    padding-bottom: 19rem;
    padding-top: 19rem;
  }
}
@media (min-width: 576px) {
  .story-blocks .col-12 {
    max-width: 360px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .story-blocks .container {
    max-width: 100%;
  }
}
.story-blocks .story-block {
  position: relative;
  z-index: 1;
  background: white;
  display: flex;
  max-width: 100%;
  text-decoration: none;
  margin: 1.2rem 0;
}
@media (min-width: 768px) {
  .story-blocks .story-block {
    margin: 0 1.2rem;
    max-width: 100%;
    min-height: 100%;
  }
}
.story-blocks .story-block a {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: white;
}
@media (min-width: 768px) {
  .story-blocks .story-block a {
    padding: 3.2rem;
  }
}
.story-blocks .story-block a:before {
  content: "";
  position: absolute;
  top: -1.95rem;
  left: -1.95rem;
  width: 11rem;
  height: 11rem;
  background-color: #ffcd41;
  z-index: -1;
  opacity: 0;
  transition: opacity 250ms ease;
}
.story-blocks .story-block a:hover:before {
  opacity: 1;
}
.story-blocks .story-block a:hover .learn-more {
  text-decoration: underline;
}
.story-blocks .story-block h2 {
  color: #3B3331;
  display: table-caption;
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .story-blocks .story-block h2 {
    line-height: 3rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .story-blocks .story-block h2 {
    line-height: 3.7rem;
    font-size: 3.5rem;
  }
}
.story-blocks .story-block p.description {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  flex: 1;
  margin: 2.4rem 0;
}
@media (min-width: 768px) {
  .story-blocks .story-block p.description {
    margin: 3.2rem 0;
  }
}
.story-blocks .story-block p.learn-more {
  color: #3B3331;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.story-blocks .story-block p.learn-more:before {
  content: url("/wp-content/themes/dsmwp-child/images/icons/next-arrow-circle.svg");
  height: 14px;
  position: absolute;
  top: -2px;
  left: 0;
  width: 14px;
}

.tdih {
  background: #FFCD41;
  padding: 3.2rem !important;
  /**
    .yellow-box {
      @media (min-width: 768px) {
        margin: 0 0 0 auto;
        max-width: 388px;
        right: 0;
      }

      @media (min-width: 992px) {
        max-width: 607px;
      }

      @media (min-width: 1200px) {
        max-width: 728px;
      }

      @media (min-width: 1400px) {
        max-width: 760px;
      }
    }
  */
}
@media (min-width: 768px) {
  .tdih {
    background: transparent;
    padding: 0;
  }
}
.tdih .row {
  align-items: center;
  justify-content: center;
}
.tdih .col-12 {
  background: #ffffff;
}
.tdih .post-thumb {
  /**
  @media (min-width: 768px) {
    max-height: 286px;
  }

  @media (min-width: 992px) {
    max-height: 437px;
  }

  @media (min-width: 1200px) {
    max-height: 520px;
  }

  .post-thumb-img {
    aspect-ratio: 328 / 265;
    margin: 0 0 0 auto;
    max-height: 265px;
    width: 100%;

    @media (min-width: 768px) {
      aspect-ratio: 730 / 590;
      max-height: 590px;
      max-width: 730px;
      position: relative;
      right: 3.2rem;
    }
  }
  */
}
.tdih .post-thumb .post-thumb-img {
  display: flex;
  justify-content: center;
  max-height: 265px;
}
@media (min-width: 768px) {
  .tdih .post-thumb .post-thumb-img {
    justify-content: end;
    max-height: 590px;
  }
}
.tdih .post-thumb .post-thumb-img span {
  background: #ffcd41;
  display: table-cell;
  position: relative;
  left: 0;
}
@media (min-width: 768px) {
  .tdih .post-thumb .post-thumb-img span {
    left: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .tdih .post-thumb .post-thumb-img span {
    left: 0;
  }
}
.tdih .post-thumb .post-thumb-img img {
  height: 100%;
  max-height: 265px;
  position: relative;
  top: 0;
  right: 0;
  width: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .tdih .post-thumb .post-thumb-img img {
    max-height: 590px;
    max-width: 700px;
    top: 3.2rem;
    right: 3.2rem;
  }
}
.tdih h2.post-title {
  color: #3B3331;
  display: block;
  font-size: 3rem;
  line-height: 3.3rem;
  margin: 0 0 2.4rem 0;
}
@media (min-width: 768px) {
  .tdih h2.post-title {
    margin: 0 0 3.2rem 0;
  }
}
.tdih h2.post-title span {
  color: #D71E28;
  display: table-caption;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 2.4rem 0;
}
@media (min-width: 768px) {
  .tdih h2.post-title span {
    margin: 0 0 3.2rem 0;
  }
}
@media (min-width: 768px) {
  .tdih div.post-description {
    max-width: 27rem;
  }
}
.tdih .post-content {
  padding: 2.4rem;
}
@media (min-width: 768px) {
  .tdih .post-content {
    padding: 0 3.2rem 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tdih .post-content {
    padding: 0 6.4rem 0 0;
  }
}
.tdih .post-content p {
  text-align: center;
}
@media (min-width: 768px) {
  .tdih .post-content p {
    text-align: left;
  }
}

.coming-soon .page-description {
  color: #787070;
  line-height: 20px;
}
@media (min-width: 768px) {
  .coming-soon .page-description span {
    display: block;
  }
}
.coming-soon .page-description a {
  color: #D71E28;
}
.coming-soon .page-description a:hover {
  text-decoration: none;
}
.coming-soon .col-12 {
  margin-top: 18.5rem;
  margin-bottom: 17rem;
}
@media (min-width: 768px) {
  .coming-soon .col-12 {
    margin-top: 20.2rem;
    margin-bottom: 14rem;
  }
}

.v-line {
  position: relative;
}
.v-line:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 0.4rem;
  height: 0;
  transform: translateY(-50%);
  background-color: #ffcd41;
  transition: height 0.5s ease;
}
.v-line.expand:before {
  height: var(--v-line);
}

figure {
  margin: 0;
}
@media (min-width: 768px) {
  figure {
    margin: 0 6.1rem 0 0;
  }
}
figure img {
  margin-bottom: -6px;
}
figure + h2,
figure + h3 {
  margin: 3.2rem 0 1.2rem 0;
}
figure + p {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  figure.fig-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  figure figcaption.fig-flex {
    align-items: center;
    display: flex;
    margin-left: 2.4rem;
  }
}
figure .wp-caption {
  max-width: 100%;
  height: auto;
  margin-left: 0;
}
figure .wp-caption-text {
  background-color: #fff;
  color: #787070;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 0.8rem 0 0 0;
}
figure + figure {
  margin-top: 3.2rem;
}
figure a {
  position: relative;
}
figure a .clickable-icon {
  background-image: url("../images/icons/icon-expand.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  height: 24px;
  width: 24px;
}
figure figcaption a,
figure figcaption a:active,
figure figcaption a:visited {
  color: #787070;
  text-decoration: underline;
}
figure figcaption a:hover {
  color: #787070;
  text-decoration: none;
}

.sitemap {
  /**
  h1.page-title {
      margin-bottom: 4.8rem;
      margin-top: 7.75rem;
      text-align: left;
  }
  */
}
.sitemap .sitemap-list {
  margin-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .sitemap .sitemap-list {
    margin-bottom: 6.4rem;
  }
}
.sitemap a {
  font-size: 1.8rem;
  text-decoration: underline;
}
.sitemap a:hover {
  text-decoration: none;
}
.sitemap ul,
.sitemap li {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 0 0;
}
.sitemap ul ul {
  margin-left: 1.5rem;
}
.sitemap ul ul li {
  margin-top: 2rem;
}
.sitemap ul ul ul {
  margin-left: 2.5rem;
}
.sitemap ul ul ul li {
  list-style-type: disc;
}
@media (min-width: 575px) {
  .sitemap {
    /**
    h1.page-title {
        margin-bottom: 6.8rem;
        margin-top: 12.8rem; 
        text-align: center;
    }
    */
  }
  .sitemap .sitemap-list {
    margin-bottom: 11.2rem;
  }
  .sitemap ul,
  .sitemap li {
    margin: 0 auto;
  }
  .sitemap ul ul li:nth-child(2),
  .sitemap ul ul li:nth-child(3) {
    margin-left: 0;
  }
  .sitemap ul ul ul li:nth-child(2),
  .sitemap ul ul ul li:nth-child(3) {
    margin-left: 0;
  }
  .sitemap ul ul li {
    margin: 1.8rem auto 0 0;
  }
}
@media (min-width: 768px) {
  .sitemap ul ul li:nth-child(2),
  .sitemap ul ul li:nth-child(3) {
    margin-left: 11.2rem;
  }
}

.home.page .featured-story {
  margin-bottom: 8rem;
}
.home.page .featured-story .post-thumb {
  overflow: hidden;
}
@media (min-width: 768px) {
  .home.page .featured-story .post-thumb {
    max-height: 639px;
  }
}
.home.page .featured-story .post-thumb .post-thumb-img {
  aspect-ratio: 286/315;
  max-height: 315px;
  max-width: 272px;
  width: 100%;
}
@media (min-width: 376px) {
  .home.page .featured-story .post-thumb .post-thumb-img {
    max-width: 92%;
  }
}
@media (min-width: 576px) {
  .home.page .featured-story .post-thumb .post-thumb-img {
    max-width: 452px;
  }
}
@media (min-width: 768px) {
  .home.page .featured-story .post-thumb .post-thumb-img {
    aspect-ratio: 662/639;
    max-height: 639px;
    max-width: 662px;
    left: 3.2rem;
  }
}
.home.page .featured-story .yellow-box {
  max-width: 272px;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 376px) {
  .home.page .featured-story .yellow-box {
    max-width: 92%;
  }
}
@media (min-width: 576px) {
  .home.page .featured-story .yellow-box {
    max-width: 452px;
  }
}
@media (min-width: 768px) {
  .home.page .featured-story .yellow-box {
    max-width: 328px;
    left: 0;
    bottom: -3.2rem;
  }
}
@media (min-width: 992px) {
  .home.page .featured-story .yellow-box {
    max-width: 528px;
  }
}
@media (min-width: 1200px) {
  .home.page .featured-story .yellow-box {
    max-width: 630px;
  }
}
@media (min-width: 1400px) {
  .home.page .featured-story .yellow-box {
    max-width: 662px;
  }
}
.home.page .featured-story .post-content {
  background-color: transparent;
  padding-bottom: 0rem;
}
.home.page .featured-story p.post-tag {
  margin: 4.1rem 0 0 0;
}
@media (min-width: 768px) {
  .home.page .featured-story p.post-tag {
    margin: 0;
  }
}

.archive .featured-story .post-thumb .post-thumb-img {
  aspect-ratio: 375/227;
  max-height: 227px;
}
@media (min-width: 768px) {
  .archive .featured-story .post-thumb .post-thumb-img {
    aspect-ratio: 1015/598;
    max-height: 598px;
  }
}

.featured-story .yellow-box {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .featured-story .yellow-box {
    opacity: 1;
    visibility: visible;
  }
}
.featured-story .post-content {
  background-color: #F9F7F6;
  padding: 3.2rem 0;
  margin-top: -0.5rem;
}
@media (min-width: 768px) {
  .featured-story .post-content {
    background-color: transparent;
    margin-left: 5rem;
    max-width: 368px;
    padding: 0;
  }
}

.featured-story.right .post-content {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media (min-width: 768px) {
  .featured-story.right .post-content {
    margin: 0 2.2rem 0 2.5rem;
  }
}
@media (min-width: 960px) {
  .featured-story.right .post-content {
    margin: 0 5.2rem 0 11.8rem;
  }
}
@media (min-width: 992px) {
  .featured-story.right .post-content {
    margin: 0 6.2rem 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .featured-story.right .post-content {
    margin: 0 7.2rem 0 3rem;
  }
}
@media (min-width: 1320px) {
  .featured-story.right .post-content {
    margin: 0 8.2rem 0 8.7rem;
  }
}
@media (min-width: 1400px) {
  .featured-story.right .post-content {
    margin: 0 9.2rem 0 4rem;
  }
}
@media (min-width: 1440px) {
  .featured-story.right .post-content {
    margin: 0 10.2rem 0 8.5rem;
  }
}
@media (min-width: 1600px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 13.8rem;
    max-width: 506px;
  }
}
@media (min-width: 1700px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 19rem;
  }
}
@media (min-width: 1900px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 29rem;
  }
}
@media (min-width: 2100px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 39rem;
  }
}
@media (min-width: 2200px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 44rem;
  }
}
@media (min-width: 2200px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 49rem;
  }
}
@media (min-width: 2560px) {
  .featured-story.right .post-content {
    margin: 0;
  }
}

.featured-story .post-thumb .post-thumb-img {
  width: 100%;
}
.featured-story .post-content {
  max-width: 100%;
}
.featured-story p.post-tag {
  color: #787070;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-story p.post-tag {
    text-align: left;
  }
}
.featured-story h2.post-title {
  color: #3B3331;
  font-family: WF-Sans, Verdana, sans-serif;
  font-size: 4.4rem;
  font-weight: 100;
  line-height: 4.4rem;
  margin: 1.8rem 0;
  position: relative;
  bottom: 0.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-story h2.post-title {
    font-size: 5rem;
    line-height: 5.3rem;
    margin-top: 2.3rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .featured-story h2.post-title {
    font-size: 6rem;
    line-height: 6.3rem;
  }
}
.featured-story p.post-description {
  text-align: center;
}
@media (min-width: 768px) {
  .featured-story p.post-description {
    text-align: left;
  }
}
.featured-story .btn-primary {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .featured-story .btn-primary {
    margin-left: 0;
  }
}

.hero {
  padding-left: 0;
}
.hero.listing {
  padding-top: 0;
}
.hero .hero-thumb {
  height: 326px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .hero .hero-thumb {
    height: 550px;
  }
}
@media (min-width: 991.98px) {
  .hero .hero-thumb {
    height: 775px;
  }
}
.hero .hero-thumb .hero-thumb-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  transform-origin: center center;
  transition: transform 1s;
  width: 100%;
}
.hero .hero-thumb .hero-thumb-img:hover {
  transform: scale(1.05);
}
.hero .hero-content {
  max-width: 100%;
}
@media (min-width: 768px) {
  .hero .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2.4rem;
    min-height: 100%;
    max-width: 33.3rem;
  }
}
.hero h2.hero-title {
  color: #3B3331;
  font-family: WF-Sans, Verdana, sans-serif;
  font-size: 4.6rem;
  font-weight: 100;
  letter-spacing: -0.23px;
  line-height: 4.3rem;
  margin-bottom: 3.2rem;
  position: relative;
  bottom: -1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero h2.hero-title {
    font-size: 9rem;
    letter-spacing: -1.35px;
    line-height: 8.6rem;
    margin-bottom: 4.8rem;
    margin-left: -5px;
    text-align: left;
  }
}
.hero .hero-description {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .hero .hero-description {
    padding: 0;
    max-width: 35rem;
    text-align: left;
  }
}
.hero .hero-description p:last-child {
  margin-bottom: 0;
}
.hero.left-reverse .hero-description, .hero.right-reverse .hero-description {
  margin-bottom: 3.4rem;
}

.more-stories {
  background: #3B3331;
  color: #ffffff;
  margin-bottom: -6.4rem;
  margin-top: 6.4rem;
  padding-bottom: 6.4rem;
  padding-top: 6.4rem;
}
@media (min-width: 576px) {
  .more-stories {
    margin-bottom: -9.6rem;
    margin-top: 9.6rem;
    padding-bottom: 9.6rem;
    padding-top: 9.6rem;
  }
}
.more-stories .g-5 {
  --bs-gutter-y: 3.2rem;
  --bs-gutter-x: 3.2rem;
}
@media (min-width: 768px) {
  .more-stories .g-5 {
    --bs-gutter-y: 2.4rem;
    --bs-gutter-x: 2.4rem;
  }
}
.more-stories h2 {
  background: #3B3331;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.3rem;
  margin-bottom: 3.2rem;
  margin-top: -0.55rem;
  padding: 0;
}
@media (min-width: 576px) {
  .more-stories h2 {
    background: #3B3331;
    color: #fff;
    font-size: 3.5rem;
    line-height: 3.7rem;
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 768px) {
  .more-stories h2 {
    padding: 0;
  }
}
.more-stories h2 span {
  background: #3B3331;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 56px;
}
.more-stories h2 span:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 5px;
  height: 3px;
  width: 40px;
  background-color: #FFCD41;
}
.more-stories a.post {
  background: #fff;
  display: block;
}
.more-stories .post-thumb .post-thumb-img {
  aspect-ratio: 270/150;
}
@media (min-width: 768px) {
  .more-stories .post-thumb .post-thumb-img {
    aspect-ratio: 270/270;
  }
}
.more-stories .post-content {
  padding: 2.4rem;
}
.more-stories p.post-term {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.more-stories h3.post-title {
  margin: -0.55rem 0 1.6rem 0;
  height: 8rem;
}

.text-transcript {
  border-top: 1px solid #9C9191;
  border-bottom: 1px solid #9C9191;
  margin-bottom: 3.2rem;
  max-width: 100%;
  position: relative;
  text-align: left;
}
.text-transcript .accordion-container {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}
.text-transcript .accordion-container p.accordion-toggle {
  color: #787070;
  margin-bottom: 0;
  padding: 0;
}
.text-transcript .accordion-container p.accordion-toggle button {
  background-position: 1rem;
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  padding-left: 3rem;
}
.text-transcript .accordion-container p.accordion-toggle button[aria-expanded=true], .text-transcript .accordion-container p.accordion-toggle button[aria-expanded=false] {
  color: #787070;
  background-size: 1rem 1rem;
}
.text-transcript .accordion-container .accordion-expander {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.text-transcript .accordion-container .accordion-panel {
  background-color: #fff;
}
.text-transcript .accordion-container .accordion-panel button,
.text-transcript .accordion-container .accordion-panel div,
.text-transcript .accordion-container .accordion-panel p {
  color: #787070;
  font-size: 1.3rem;
  line-height: 1.4;
}
.text-transcript .accordion-container .accordion-panel p:last-child {
  margin-bottom: 0;
}
.text-transcript .accordion-container .accordion-panel a {
  text-decoration: underline;
}
.text-transcript .accordion-container .accordion-panel a:hover {
  text-decoration: none;
}

#text-transcript p,
#text-transcript div {
  color: #787070;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  text-align: left;
}

.page-video,
.post-video,
.wp-video {
  margin: 0 auto;
  max-width: 1152px;
  text-align: center;
}

.page-video {
  margin: 5.6rem auto 0 auto;
}
.page-video .text-transcript {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
body.admin-bar .masthead #MobileMenu,
body.admin-bar .masthead .nav-global {
  margin-top: 46px;
}
@media (min-width: 768px) {
  body.admin-bar .masthead #MobileMenu,
  body.admin-bar .masthead .nav-global {
    margin-top: 0;
  }
}
