body {
  background: #f7f7f7;
  font-family: "Open Sans", sans-serif !important;
}

.newsletter-archive {
  max-width: 1328px;
  margin: 0 auto;
  padding: 80px 0;
  background: #f7f7f7;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, sans-serif;
}
.newsletter-archive .archive-container {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  align-items: start;
}
@media (max-width: 968px) {
  .newsletter-archive .archive-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.newsletter-archive .archive-left {
  position: sticky;
  top: 40px;
  margin-right: 30px;
}
@media (max-width: 968px) {
  .newsletter-archive .archive-left {
    position: static;
  }
}
.newsletter-archive .archive-left .archive-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.2;
}
.newsletter-archive .archive-left .archive-intro {
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 27px;
  font-family: Arial, sans-serif;
}
.newsletter-archive .archive-left .archive-buttons {
  display: flex;
  flex-direction: column;
  gap: 27px;
  font-family: Arial, sans-serif;
}
.newsletter-archive .archive-left .archive-buttons .archive-arrow {
  margin-left: 5px;
}
.newsletter-archive .archive-left .archive-buttons .archive-button {
  display: inline-block;
  padding: 16px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.25s ease;
  margin-right: 167px !important;
}
@media (max-width: 968px) {
  .newsletter-archive .archive-left .archive-buttons .archive-button {
    margin-right: 0 !important;
  }
}
.newsletter-archive .archive-left .archive-buttons .archive-button.signup-button, .newsletter-archive .archive-left .archive-buttons .archive-button.latest-issue-button {
  background: #EDDB38;
  color: #000000;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  padding: 8px 16px;
}
.newsletter-archive .archive-left .archive-buttons .archive-button.signup-button:hover, .newsletter-archive .archive-left .archive-buttons .archive-button.latest-issue-button:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-2px);
}
.newsletter-archive .archive-right {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.newsletter-archive .year-section {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.newsletter-archive .year-section .year-header {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 18px 22px 18px 30px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  transition: background 0.2s ease;
}
.newsletter-archive .year-section .year-header:hover {
  background: white;
}
.newsletter-archive .year-section .year-header .toggle-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #CFAF5E;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.newsletter-archive .year-section .year-content {
  display: none;
  padding: 18px 22px;
}
.newsletter-archive .year-section .year-content.active {
  display: block;
}
.newsletter-archive .year-section .year-content .newsletter-list .newsletter-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.newsletter-archive .year-section .year-content .newsletter-list .newsletter-item {
  margin: 0;
}
.newsletter-archive .year-section .year-content .newsletter-list .newsletter-item.no-files {
  font-style: italic;
  color: #777777;
  font-family: Arial, sans-serif;
}
.newsletter-archive .year-section .year-content .newsletter-list.subsection {
  margin-bottom: 30px;
}
.newsletter-archive .year-section .year-content .newsletter-list.subsection .subsection-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  font-family: "Open Sans", sans-serif;
}
.newsletter-archive .year-section .year-content .newsletter-list.subsection.extraordinary-subsection .newsletter-link {
  position: relative;
}
.newsletter-archive .year-section .year-content .newsletter-list.subsection.extraordinary-subsection .newsletter-link .extraordinary-badge {
  background: #CFAF5E;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.newsletter-archive .year-section .year-content .newsletter-list.subsection.extraordinary-subsection .newsletter-link.extraordinary-link {
  border-left: 3px solid #CFAF5E;
  padding-left: 12px;
  margin-left: 5px;
  margin-bottom: 10px;
}
.newsletter-archive .year-section .year-content .newsletter-list.subsection.extraordinary-subsection .nested-files {
  list-style: none;
  margin: 10px 0 0 50px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.newsletter-archive .year-section .year-content .newsletter-list.subsection.extraordinary-subsection .nested-files .nested-link {
  margin-bottom: 0;
}
.newsletter-archive .year-section .year-content .newsletter-list .newsletter-link {
  color: #077EB1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  gap: 5px !important;
  transition: color 0.2s ease;
}
.newsletter-archive .year-section .year-content .newsletter-list .newsletter-link .newsletter-link-text {
  text-decoration: underline;
}
.newsletter-archive .year-section .year-content .newsletter-list .newsletter-link:hover .newsletter-link-text {
  color: #003d73;
  text-decoration: underline;
}
.newsletter-archive .year-section .year-content .newsletter-list .newsletter-link .pdf-icon {
  vertical-align: middle;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.newsletter-archive .no-newsletters {
  text-align: center;
  padding: 40px;
  color: #777777;
  font-style: italic;
}

/*# sourceMappingURL=archive-gazette-newsletter.css.map */
