.cls.story {
  max-width: 100%; /* Updated from 65.625rem to full width */
  padding: 2.5rem 0;
}

.cls.story .aspect-box {
  --aspect-ratio: 198/353;
}

@media screen and (min-width:768px) {
  .cls.story .aspect-box {
    --aspect-ratio: 393/728;
  }
}

@media screen and (min-width:1199px) {
  .cls.story .aspect-box {
    width: 100%;
    --aspect-ratio: 371/910;
  }
}

@media screen and (min-width:1540px) {
  .cls.story .aspect-box {
    width: 93.5%;
    --aspect-ratio: 401/984;
  }
}

.cls.story .aspect-box img {
  height: 100% !important;
}

.cls.story article {
  padding-top: 1.25rem;
}

@media screen and (min-width:768px) {
  .cls.story article {
    padding-top: 1.975rem;
  }
}

.cls.story article h2 {
  margin-bottom: 0.375rem;
  color: #3D8BA1;
  font-family: "Cormorant Unicase", sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  letter-spacing: unset;
  line-height: 1.28;
}

.cls.story article p {
  margin-bottom: 0.65rem !important;
  color: #231F20;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.cls.story article p strong {
  display: inline-block;
  margin-bottom: 0.625rem;
}

@media screen and (min-width:1441px) {
  .cls.story article p strong {
    margin-bottom: 0rem;
  }
}

.cls.story.is-fullwidth {
  max-width: 100%;
}

.cls.story.is-fullwidth .aspect-box {
  width: 100%;
}

@media screen and (min-width:1540px) {
  .cls.story.is-fullwidth .aspect-box {
    width: 93.5%;
  }
}


/* Full-width override for story inside story-sidebarnav */
.cls.story-sidebarnav .story {
  width: 100% !important; /* Overriding previous widths */
  padding: 0;
}


/* Story-sidebarnav styles */
.cls.story-sidebarnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse wrap;
          flex-flow: column-reverse wrap;
  gap: 1.675rem;
}

@media screen and (min-width:480px) {
  .cls.story-sidebarnav {
    gap: 1.875rem;
  }
}

@media screen and (min-width:991px) {
  .cls.story-sidebarnav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width:1540px) {
  .cls.story-sidebarnav {
    gap: 3.3333333333%;
  }
}

/* The sidebar was removed, so these are here for legacy reference only.
   You could delete them if no other component uses them. */
.cls.story-sidebarnav .sidebar-navigation {
  width: 100%;
  padding: 0;
}

@media screen and (min-width:991px) {
  .cls.story-sidebarnav .sidebar-navigation {
    width: 29.4117647059%;
  }
}

@media screen and (min-width:1540px) {
  .cls.story-sidebarnav .sidebar-navigation {
    width: 26.6666666667%;
  }
}

.cls.sidebar-navigation {
  width: 100%;
  padding: 2.5rem 0;
  margin-left: auto;
}

@media screen and (min-width:991px) {
  .cls.sidebar-navigation {
    max-width: 25rem;
    padding: 3.5625rem 0;
    margin-top: 0.1875rem;
  }
  .cls.sidebar-navigation.is-fullwidth {
    max-width: 100%;
  }
}

.cls.sidebar-navigation h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 1.25rem 1.25rem 0.9375rem;
  background-color: #FBFBFB;
  color: #377D90;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
}

@media screen and (min-width:480px) {
  .cls.sidebar-navigation h2 {
    padding: 1.125rem 1.875rem;
    font-size: 1.75rem;
    line-height: 1.18;
  }
}

@media screen and (max-width:990px) {
  .cls.sidebar-navigation h2 {
    cursor: pointer;
  }
}

.cls.sidebar-navigation h2 figure {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
}

@media screen and (min-width:480px) {
  .cls.sidebar-navigation h2 figure {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (min-width:991px) {
  .cls.sidebar-navigation h2 figure {
    display: none;
  }
}

.cls.sidebar-navigation h2 figure svg.open {
  display: block;
}

.cls.sidebar-navigation h2 figure svg.close {
  display: none;
}

.cls.sidebar-navigation h2.is-open figure svg.open {
  display: none;
}

.cls.sidebar-navigation h2.is-open figure svg.close {
  display: block;
}

.cls.sidebar-navigation nav {
  display: none;
  padding-bottom: 0.75rem;
  background-color: #F7F7F7;
}

@media screen and (min-width:480px) {
  .cls.sidebar-navigation nav {
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width:991px) {
  .cls.sidebar-navigation nav {
    display: block !important;
  }
}

.cls.sidebar-navigation .hs-menu-wrapper > ul {
  padding-top: 0.1875rem;
}

.cls.sidebar-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cls.sidebar-navigation ul > li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cls.sidebar-navigation ul > li span,
.cls.sidebar-navigation ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1.875rem 0.5rem 3.25rem;
  background-color: transparent;
  color: #15476D;
  cursor: pointer;
  font-family: "Cormorant", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.27;
  text-decoration: underline solid #15476D auto;
  text-decoration-skip-ink: none;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width:480px) {
  .cls.sidebar-navigation ul > li span,
  .cls.sidebar-navigation ul > li a {
    padding: 0.5625rem 1.875rem 0.5625rem 3.125rem;
  }
}

.cls.sidebar-navigation ul > li span:hover,
.cls.sidebar-navigation ul > li a:hover {
  background-color: #EBEAE9;
  text-decoration-color: transparent;
}

.cls.sidebar-navigation ul > li span::after,
.cls.sidebar-navigation ul > li a::after {
  display: block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  margin-left: 0.375rem;
  background-image: url("data:image/svg+xml..."); /* icon */
  background-position: center
