@import url(vendor/pure-min.css);
@import url(vendor/grids-responsive-min.css);
* {
  box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff; }

.pure-g {
  letter-spacing: normal; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

a {
  color: #1f5a7a;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

#header {
  background-color: #fff;
  border-bottom: 1px solid #e1e8ed;
  padding: 0.5rem 0;
  margin-bottom: 1.5rem;
  position: relative; }
  @media (max-width: 768px) {
    #header .pure-g {
      align-items: center; }
    #header .pure-u-1 {
      margin-bottom: 0; } }
  #header .logo {
    display: inline-block; }
    #header .logo img {
      max-width: 80px;
      height: auto;
      vertical-align: middle; }
  #header .pure-menu {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    #header .pure-menu .menu-toggle-checkbox {
      display: none; }
    #header .pure-menu .menu-toggle-label {
      display: none;
      cursor: pointer;
      padding: 0.5rem;
      font-size: 1.25rem;
      color: #333;
      user-select: none;
      line-height: 1; }
      #header .pure-menu .menu-toggle-label .hamburger-icon {
        display: block;
        transition: transform 0.3s ease; }
      #header .pure-menu .menu-toggle-label:hover .hamburger-icon {
        color: #2E86AB; }
      @media (max-width: 768px) {
        #header .pure-menu .menu-toggle-label {
          display: block; } }
    #header .pure-menu .pure-menu-list {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin: 0; }
      #header .pure-menu .pure-menu-list .pure-menu-item {
        margin-left: 0.5rem; }
        #header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-link {
          color: #333;
          padding: 0.5rem 0.75rem; }
          #header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-link:hover {
            background-color: transparent;
            color: #2E86AB; }
      @media (max-width: 768px) {
        #header .pure-menu .pure-menu-list {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          background-color: white;
          border: 1px solid #e1e8ed;
          border-top: none;
          flex-direction: column;
          align-items: stretch;
          z-index: 1000;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          margin: 0; }
          #header .pure-menu .pure-menu-list .pure-menu-item {
            margin: 0;
            border-bottom: 1px solid #e1e8ed; }
            #header .pure-menu .pure-menu-list .pure-menu-item:last-child {
              border-bottom: none; }
            #header .pure-menu .pure-menu-list .pure-menu-item .pure-menu-link {
              display: block;
              padding: 1rem;
              text-align: left; } }
    @media (max-width: 768px) {
      #header .pure-menu .menu-toggle-checkbox:checked ~ .pure-menu-list {
        display: flex; } }
    #header .pure-menu .menu-toggle-checkbox:checked ~ .menu-toggle-label .hamburger-icon {
      transform: rotate(90deg); }

.main-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px; }

.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem; }
  @media (min-width: 768px) {
    .content-grid {
      grid-template-columns: 1fr 250px; } }

@media (max-width: 767px) {
  .sidebar {
    order: -1; } }

footer {
  background-color: #f8f9fa;
  padding: 2rem 0;
  margin-top: 3rem;
  border-top: 1px solid #e1e8ed;
  text-align: center;
  color: #666;
  width: 100%; }
  footer span {
    display: inline-block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #333; }

h1 {
  font-size: 2.5rem; }
  @media (max-width: 768px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 1.75rem; }
  @media (max-width: 768px) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-size: 1.375rem; }
  @media (max-width: 768px) {
    h3 {
      font-size: 1.125rem; } }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.9rem; }

p {
  margin-bottom: 1rem;
  line-height: 1.7; }

ul, ol {
  margin-bottom: 1rem;
  padding-left: 2rem; }
  ul li, ol li {
    margin-bottom: 0.5rem;
    line-height: 1.6; }

blockquote {
  border-left: 4px solid #2E86AB;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #666; }

code {
  background-color: #f8f9fa;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-size: 0.9em;
  color: #e83e8c; }

pre {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 5px;
  overflow-x: auto;
  margin: 1rem 0; }
  pre code {
    background: none;
    padding: 0;
    color: #333; }

.subscribe-form {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 2rem 0;
  border-left: 4px solid #2E86AB; }
  .subscribe-form h3 {
    margin-top: 0;
    color: #1f5a7a; }
  .subscribe-form h3.subscribe-title {
    color: #1f5a7a; }
  .subscribe-form .pure-form .pure-group {
    margin-bottom: 1rem;
    display: flex;
    gap: 10px;
    align-items: center; }
    @media (max-width: 768px) {
      .subscribe-form .pure-form .pure-group {
        flex-direction: column;
        gap: 10px; } }
  .subscribe-form .pure-form input[type="email"] {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #e1e8ed;
    border-radius: 4px; }
    @media (max-width: 768px) {
      .subscribe-form .pure-form input[type="email"] {
        width: 100%; } }
    .subscribe-form .pure-form input[type="email"]:focus {
      border-color: #2E86AB;
      outline: none;
      box-shadow: 0 0 0 2px rgba(46, 134, 171, 0.2); }
  .subscribe-form .pure-form .pure-button {
    background-color: #1f5a7a;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .subscribe-form .pure-form .pure-button {
        width: 100%; } }
    .subscribe-form .pure-form .pure-button:hover {
      background-color: #174a63; }
  .subscribe-form .pure-form .pure-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    line-height: 1.4; }
    .subscribe-form .pure-form .pure-checkbox input[type="checkbox"] {
      margin: 0;
      flex-shrink: 0; }

.check-archive {
  display: inline-block;
  background-color: #A23B72;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  margin: 2rem 0; }
  .check-archive:hover {
    background-color: #7a2c56;
    color: white;
    text-decoration: none; }

.post-meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem; }

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1rem 0; }
.article-content figure {
  margin: 1.5rem 0;
  text-align: center; }
  .article-content figure figcaption {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #666;
    font-style: italic; }
.article-content picture {
  display: block;
  text-align: center;
  margin: 1.5rem 0; }
  .article-content picture img {
    max-width: 100%;
    height: auto;
    border-radius: 4px; }

picture {
  display: block;
  text-align: center;
  margin: 1.5rem 0; }
  picture img {
    max-width: 100%;
    height: auto;
    border-radius: 4px; }

.post-content picture {
  display: block;
  text-align: center;
  margin: 1.5rem 0; }
  .post-content picture img {
    max-width: 100%;
    height: auto;
    border-radius: 4px; }

img {
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

.mt-2 {
  margin-top: 1rem; }

.mb-2 {
  margin-bottom: 1rem; }

.p-2 {
  padding: 1rem; }

.post-content .post {
  margin-bottom: 3rem; }
  .post-content .post .post-header {
    margin-bottom: 2rem; }
    .post-content .post .post-header h1 {
      margin-bottom: 0.5rem; }
      .post-content .post .post-header h1 a {
        color: #333;
        text-decoration: none; }
        .post-content .post .post-header h1 a:hover {
          color: #2E86AB; }
    .post-content .post .post-header .by-line {
      color: #666;
      font-size: 0.9rem; }
    .post-content .post .post-header .author-line {
      color: #666;
      font-size: 0.9rem;
      margin-top: 0.25rem;
      font-style: italic; }
  .post-content .post .post-image {
    margin: 2rem 0;
    text-align: center; }
    .post-content .post .post-image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
  .post-content .post .post-body {
    line-height: 1.7; }
    .post-content .post .post-body p {
      margin-bottom: 1.5rem; }
    .post-content .post .post-body h2, .post-content .post .post-body h3, .post-content .post .post-body h4, .post-content .post .post-body h5, .post-content .post .post-body h6 {
      margin-top: 2rem;
      margin-bottom: 1rem; }

.PageNavigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid #e1e8ed;
  gap: 1rem; }
  .PageNavigation .prev, .PageNavigation .next {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background-color: #f8f9fa;
    transition: background-color 0.3s ease; }
    .PageNavigation .prev:hover, .PageNavigation .next:hover {
      background-color: #2E86AB;
      color: white;
      border-color: #2E86AB; }
    .PageNavigation .prev:empty, .PageNavigation .next:empty {
      visibility: hidden; }
  .PageNavigation .prev {
    text-align: left; }
  .PageNavigation .next {
    text-align: right; }
  @media (max-width: 768px) {
    .PageNavigation {
      flex-direction: column; }
      .PageNavigation .prev, .PageNavigation .next {
        width: 100%;
        text-align: center; } }

.archive-content h2 {
  color: #2E86AB;
  border-bottom: 2px solid #2E86AB;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem; }
.archive-content ul {
  list-style: none;
  padding: 0; }
  .archive-content ul li {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #2E86AB; }
    .archive-content ul li a {
      font-weight: 600;
      color: #333; }
      .archive-content ul li a:hover {
        color: #2E86AB; }
    .archive-content ul li .date {
      color: #666;
      font-size: 0.9rem;
      margin-left: 1rem; }

#page {
  line-height: 1.7; }
  #page h1 {
    color: #2E86AB;
    border-bottom: 2px solid #2E86AB;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem; }
  #page h2, #page h3, #page h4, #page h5, #page h6 {
    margin-top: 2rem;
    margin-bottom: 1rem; }
  #page p {
    margin-bottom: 1.5rem; }

.hero-section {
  text-align: center;
  padding: 3rem 0; }
  .hero-section .hero-content {
    max-width: 800px;
    margin: 0 auto; }
    .hero-section .hero-content h1 {
      font-size: 3rem;
      color: #2E86AB;
      margin-bottom: 1.5rem; }
      @media (max-width: 768px) {
        .hero-section .hero-content h1 {
          font-size: 2.5rem; } }
      @media (max-width: 480px) {
        .hero-section .hero-content h1 {
          font-size: 2rem; } }
    .hero-section .hero-content .hero-description {
      font-size: 1.2rem;
      line-height: 1.6;
      color: #333;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .hero-section .hero-content .hero-description {
          font-size: 1.1rem; } }
      @media (max-width: 480px) {
        .hero-section .hero-content .hero-description {
          font-size: 1rem; } }

.subscribe-section {
  margin: 2rem 0; }

.latest-issue-section {
  text-align: center;
  margin: 3rem 0; }
  .latest-issue-section .latest-issue-image-link {
    display: block;
    margin-bottom: 2rem;
    text-decoration: none; }
    .latest-issue-section .latest-issue-image-link .latest-issue-image {
      max-width: 100%;
      height: auto;
      border-radius: 4px; }
  .latest-issue-section .latest-issue-button {
    display: inline-block;
    background-color: #1f5a7a;
    color: white !important;
    padding: 1rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background-color 0.3s ease; }
    .latest-issue-section .latest-issue-button:hover {
      background-color: #174a63;
      color: white !important;
      text-decoration: none; }
    .latest-issue-section .latest-issue-button:focus {
      background-color: #174a63;
      color: white !important;
      outline: 2px solid #2E86AB;
      outline-offset: 2px; }
    .latest-issue-section .latest-issue-button:visited {
      color: white !important; }
    .latest-issue-section .latest-issue-button .issue-number {
      background-color: rgba(255, 255, 255, 0.3);
      padding: 0.25rem 0.5rem;
      border-radius: 12px;
      font-size: 0.9rem;
      margin-left: 0.5rem;
      color: white; }
    @media (max-width: 480px) {
      .latest-issue-section .latest-issue-button {
        padding: 0.75rem 1.5rem;
        font-size: 1rem; } }
  .latest-issue-section .latest-issue-date {
    margin-top: 1rem;
    color: #666;
    font-size: 0.95rem;
    font-style: italic; }

.sponsor-snippet-wrapper {
  margin: 2rem 0; }
  .sponsor-snippet-wrapper .sponsor-snippet h3 {
    color: #2E86AB;
    margin-bottom: 1rem; }
  .sponsor-snippet-wrapper .sponsor-snippet .sponsored-text-color {
    color: #666;
    margin-bottom: 1.5rem; }

.sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px 0; }
  .sponsor-grid .sponsor-item {
    display: inline-block;
    padding: 15px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none; }
    .sponsor-grid .sponsor-item:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      text-decoration: none; }
    .sponsor-grid .sponsor-item img {
      height: 60px;
      max-width: 160px;
      object-fit: contain;
      display: block; }

.sponsors {
  list-style: none;
  padding: 0;
  margin: 0; }
  .sponsors .sponsor__logos {
    display: inline-block;
    margin: 0 10px 10px 0; }
    .sponsors .sponsor__logos a {
      display: block;
      padding: 10px;
      background-color: white;
      border-radius: 4px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      text-decoration: none; }
      .sponsors .sponsor__logos a:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }
      .sponsors .sponsor__logos a img {
        height: 50px;
        max-width: 140px;
        object-fit: contain; }

@media (max-width: 480px) {
  .container {
    padding: 0 15px; }

  .main-content {
    padding: 0 15px; }

  h1 {
    font-size: 1.75rem; }

  h2 {
    font-size: 1.5rem; }

  .subscribe-form {
    padding: 1rem;
    margin: 1.5rem 0; } }
@media print {
  .subscribe-form,
  .check-archive,
  .PageNavigation,
  #header,
  footer {
    display: none; }

  body {
    font-size: 12pt;
    line-height: 1.4; }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; }

  img {
    max-width: 100% !important; } }
.pure-button {
  background-color: #1f5a7a !important;
  color: white !important; }
  .pure-button:hover {
    background-color: #174a63 !important;
    color: white !important; }
  .pure-button:focus {
    background-color: #174a63 !important;
    color: white !important;
    outline: 2px solid #2E86AB;
    outline-offset: 2px; }

.learn-more-container {
  margin: 1.5rem 0;
  text-align: center; }
  .learn-more-container .pure-button {
    background-color: #1f5a7a !important;
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s ease; }
    .learn-more-container .pure-button:hover {
      background-color: #174a63 !important;
      color: white !important;
      text-decoration: none; }
    .learn-more-container .pure-button:focus {
      background-color: #174a63 !important;
      color: white !important;
      outline: 2px solid #2E86AB;
      outline-offset: 2px; }

a:not(.pure-button):not(.latest-issue-button):not(.check-archive):not(.sponsor-item) {
  color: #1f5a7a !important; }
  a:not(.pure-button):not(.latest-issue-button):not(.check-archive):not(.sponsor-item):hover {
    color: #174a63 !important;
    text-decoration: underline; }
  a:not(.pure-button):not(.latest-issue-button):not(.check-archive):not(.sponsor-item):focus {
    color: #174a63 !important;
    outline: 2px solid #2E86AB;
    outline-offset: 2px; }
  a:not(.pure-button):not(.latest-issue-button):not(.check-archive):not(.sponsor-item):visited {
    color: #7a2c56 !important; }

.post-content a:not(.pure-button):not(.latest-issue-button),
.article-content a:not(.pure-button):not(.latest-issue-button) {
  color: #1f5a7a !important; }
  .post-content a:not(.pure-button):not(.latest-issue-button):hover,
  .article-content a:not(.pure-button):not(.latest-issue-button):hover {
    color: #174a63 !important;
    text-decoration: underline; }
  .post-content a:not(.pure-button):not(.latest-issue-button):focus,
  .article-content a:not(.pure-button):not(.latest-issue-button):focus {
    color: #174a63 !important;
    outline: 2px solid #2E86AB;
    outline-offset: 2px; }
