#container > [data-na-home-articles] {
  clear: both;
  width: 100%;
  margin: 30px 0 42px;
  padding: 0;
  color: #3f3435;
}

#hometop {
  display: flow-root;
  height: auto;
}

#container > [data-na-home-articles] .notebook-pages {
  position: relative;
  padding: 26px 28px 20px 70px;
  border: 1px solid #e4cfd3;
  background-color: #fffafb;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 35px, #f0dde0 36px);
  box-shadow: 7px 7px 0 #f2e6e8;
}

#container > [data-na-home-articles] .notebook-pages::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46px;
  width: 1px;
  background: #e9aeb9;
}

#container > [data-na-home-articles] .notebook-pages-label {
  margin: 0 0 18px;
  color: #7b4954;
  font: italic 700 28px/1.1 Georgia, serif;
  letter-spacing: 0;
}

#container > [data-na-home-articles] .notebook-pages-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
}

#container > [data-na-home-articles] .notebook-line {
  display: grid;
  grid-template-columns: 27px 1fr;
  align-items: start;
  min-width: 0;
  min-height: 72px;
  padding: 10px 6px 8px 0;
  color: #46383a;
  text-decoration: none;
}

#container > [data-na-home-articles] .notebook-line:hover,
#container > [data-na-home-articles] .notebook-line:focus-visible {
  color: #a14459;
}

#container > [data-na-home-articles] .notebook-number {
  color: #be7584;
  font: 700 10px/1.45 Arial, sans-serif;
}

#container > [data-na-home-articles] .notebook-title {
  min-width: 0;
  overflow-wrap: anywhere;
  font: 700 14px/1.35 Georgia, serif;
}

#container > [data-na-home-articles] details {
  border-top: 1px solid #dfc9ce;
}

#container > [data-na-home-articles] summary {
  padding: 11px 0 8px;
  color: #7b4954;
  font: italic 700 13px/1.3 Georgia, serif;
  cursor: pointer;
}

@media (max-width: 700px) {
  #wrap,
  #header,
  #header #title,
  #header #title a,
  #navbar,
  #container,
  #hometop,
  #homepage {
    width: 100% !important;
    max-width: 100% !important;
  }

  #wrap {
    padding-inline: 16px !important;
    box-sizing: border-box !important;
  }

  #header #title a {
    height: 112px !important;
    background-size: contain !important;
    background-position: center !important;
  }

  #hometop .feature_img,
  #hometop .feature_img img,
  #hometop .feature_info {
    position: static !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #homefeature {
    height: auto !important;
    border-bottom: 0 !important;
  }

  #hometop #homeslider .feature_img,
  #hometop #homeslider .feature_img img {
    min-width: 0 !important;
    height: auto !important;
  }

  #homeslider,
  #homeslider .anythingSlider,
  #homeslider .anythingWindow,
  #homeslider #slider1,
  #homeslider #slider1 > li {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  #homeslider .feature_img img {
    height: auto !important;
  }

  #hometop .feature_info {
    padding: 14px 0 6px !important;
  }

  #hometop .feature_info h2 a {
    text-decoration: none !important;
  }

  #hometop .feature_info p {
    margin-bottom: 0 !important;
  }

  #hometop {
    padding-bottom: 36px !important;
  }

  #container > [data-na-home-articles] {
    margin: 22px 0 32px;
  }

  #container > [data-na-home-articles] .notebook-pages {
    padding: 22px 16px 16px 42px;
  }

  #container > [data-na-home-articles] .notebook-pages::before {
    left: 28px;
  }

  #container > [data-na-home-articles] .notebook-pages-list {
    grid-template-columns: 1fr;
  }

  #container > [data-na-home-articles] .notebook-line {
    min-height: 64px;
  }
}
