hr {
  border-bottom-width: 1px;
}
.thumbs-slider.slick-initialized.slick-slider .slick-track {
    display: flex;
}

.about-issue .magazine-cover {
  display: none;
}
.about-issue-info .h5,
.about-issue-info .summary {
  display: none;
}
.magazine-archive .view-more {
  display: none;
}
.magazine-cover-slider {
  border: 1px solid #e5e5e5;
  margin: 0 0 0.5rem;
  aspect-ratio: 3/4;
  width: 100%;
  max-width: 300px;
  max-height: 400px;
}
.magazine-cover-slider > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .featured-article .headline-summary-wrapper > *:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 420px) {
  .article-preview-list article {
    max-width: 100%;
    flex-direction: column;
  }
  .grid-container + .grid-container h2.margin-top {
    margin-top: 0.5rem !important;
  }
}
/* CTA Module */
.cta.gray .cta-content .large-4 img {
  max-width: 100%;
}
@media (min-width: 567px) {
  .cta.gray .cta-content .large-4 img {
    max-width: 420px;
  }
}
@media (min-width: 1025px) {
  .cta.gray {
    margin-top: 3rem;
  }
  .cta.gray .cta-content .large-4 img {
    max-width: 100%;
  }
  .cta.gray .cta-content .large-4 {
    margin-top: -6rem;
  }
  .cta.gray .cta-content .large-6.padding {
    padding-left: 4rem;
  }
}
@media (max-width: 1024px) {
  .cta.gray .cta-content .large-6.padding {
    padding-bottom: 0;
  }
  .cta.gray .cta-content .large-6.padding > *:last-child {
    margin-bottom: 0;
  }
}
nav.nav-logo-wrapper {
  display: none;
}
.more-in-this-issue-4x3.hidden {
  display: none !important;
}
.fiu-research-magazine-logo {
  display: block !important;
  position: absolute;
  width: 100% !important;
  max-width: 100%;
  margin: 50px auto;
  z-index: 10;
}
.fiu-background-gray {
  background: #eef2f4;
}
/* HERO */
.hero-slider {
  .hero-item {
    display: block;
    .banner-container {
      display: block;
      background-position: center top !important;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center !important;
      min-height: 850px;
    }
    .headline-container {
      background-color: rgba(51, 51, 51, 0.65);
      .row {
        margin: 0 auto;
        max-width: 62.5rem;
        .columns {
          height: 100% !important;
          display: block;
          .content-flex {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 80%;
            height: 100%;
            min-height: 850px;
            margin: 0 auto;
            h2 {
              color: #fff;
              font-size: 3rem;
              font-style: normal;
              font-weight: 700;
              line-height: 1.2;
            }
            p {
              &.read-more {
                a {
                  font-weight: 800;
                  text-decoration: none;
                  color: inherit;
                }
              }
            }
            .content {
              width: 100%;
              max-width: 100%;
              color: #fff;
            }
          }
        }
      }
    }
  }
}
/* wrapper anchors arrow positioning */
.hero-slider-wrap {
  position: relative;
}
/* shared arrow styles */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
/* left / right placement */
.hero-arrow.s-prev {
  left: 20px;
}
.hero-arrow.s-next {
  right: 20px;
}
/* icon */
.hero-arrow i {
  font-size: 25px;
  line-height: 1;
}
/* interactions */
.hero-arrow:hover {
  background: rgba(255, 255, 255, 0.8);
}
.hero-arrow:active {
  transform: translateY(-50%) scale(0.95);
}
@media (max-width: 800px) {
  .hero-arrow.s-prev {
    left: 10px;
  }
  .hero-arrow.s-next {
    right: 10px;
  }
}
/* THUMBS */
.content-block .grid-container {
  position: relative;
}
.news-cards-grid {
  position: relative;
  top: -100px;
}
.thumbs-slider {
  .slick-slide {
    height: auto;
  }
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  top: -100px;
  .thumb-item {
    cursor: pointer;
    padding: 0 10px;
    a.cell-link {
      display: block;
      text-decoration: none;
      color: black;
      &:hover,
      &:focus {
        opacity: 1;
      }
      .cell-content {
        height: 100%;
        background-color: #fff;
        color: black;
        border-radius: 5px;
        transition: box-shadow 0.2s ease, transform 0.15s ease;
        h2 {
          font-size: 18px;
          margin:0;
        }
        img {
          height: 230px;
          width: 100%;
          object-fit: cover;
        }
      }
    }
  }
}
@media (min-width: 641px) {
  .thumbs-slider {
    .slick-list {
      padding: 5px 0;
    }
    .thumb-item {
      a.cell-link {
        &:hover,&:focus {
          .cell-content {
            box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
            transform: translateY(-4px);
          }
        }
        height: 100%;
      }
      .cell-content {
        padding: 28px;
      }
    }
  }
}
@media (max-width: 1100px) {
  .thumbs-slider {
    .thumb-item {
      .cell-content {
        padding: 15px;
      }
    }
  }
}
@media (max-width: 641px) {
  .fiu-research-magazine-logo {
    margin: 20px auto;
    img {
      max-width: 300px;
      max-height: 90px;
    }
  }
  .hero-slider {
    .hero-item {
      .banner-container {
        min-height: 550px;
      }
      .headline-container {
        .row {
          .slick-list {
            height: 550px;
          }
          .columns {
            .content-flex {
              min-height: 550px;
              .content {
                padding-top: 4rem;
                h2 {
                  font-size: 1.7rem;
                  line-height: normal;
                }
              }
            }
          }
        }
      }
    }
  }
  .hero-arrow {
    width: 2rem;
    height: 2rem;
    &.s-prev {
      left: 0;
    }
    &.s-next {
      right: 0;
    }
  }
  .thumbs-slider {
    top: 0;
    .thumb-item {
      padding: 0;
      height: 150px;
      .cell-content {
        padding: 0;
        h2 {
          display: none;
        }
        img {
          height: 150px;
        }
      }
    }
  }
}
@media (min-width: 641px) {
  .more-in-this-issue-4x3.part-presentation {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    gap: 1rem;
    margin: 2rem 0 4rem 0;

    li {
      width: calc(25% - 0.75rem);
      position: relative;
      margin: 0;

      article {
        flex-wrap: wrap-reverse;
        margin: 0;

        .article-thumbnail {
          order: 2;
          width: 100%;
          aspect-ratio: 6 / 7;
          margin: 0;

          figure {
            padding-bottom: 0 !important;
            height: 100% !important;
            img {
              opacity: 0;
              transition: opacity 1s;
              width: 100%;
              border-radius: 5px;
              object-fit: cover;
              aspect-ratio: 6 / 7;
            }
          }
        }
        header {
          order: 2;
          width: 100%;
          margin: 1rem 0 0;
        }
      }
    }
  }
}

@media (max-width: 640px) {
  .more-in-this-issue-4x3.fiu-slider {
    width: calc(100vw - 1rem);
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    margin-top: 1rem;
    margin-bottom: 4rem;
    margin-left: -0.665rem;
    margin-right: -0.665rem;
    .slide {
      ul {
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        margin-left: 0.665rem;
        margin-right: 0.665rem;
        width: calc(100vw - 1.33rem);
        li {
          /* margin-left: .665rem; */
          margin-right: .665rem;
          width: calc(100vw - 2.5rem);
          
          article {
            min-height: 195px;
             margin-left: 0;
            margin-right: 0;
            header {
              p.summary {
                display: block;
              }
            ;
              margin-top: 0;
            }
            .article-thumbnail {
              width: 50%;
              height: 100%;
              order: 1;
              margin-left: 0;

              figure {
                position: relative;
                height: 100%;
                padding-bottom: 0;
                img {
                  height: 100%;
                  width: 100%;
                  object-fit: cover;
                  min-height: 150px;
                  border-radius: 5px;
                }
              }
            }
          }
        }
      }
    }
    .slick-dots {
      position: relative;
      bottom: 0.5rem;
      margin: 0 auto;
      display: flex !important;
      justify-content: center;
      gap: 0.8rem;

      li {
        width: 50%;
        list-style: none;
        button {
          width: 10px;
          height: 10px;
          padding: 0;
          border-radius: 50%;
          background-color: #c7c7c7;
          border: none;
          cursor: pointer;
          text-indent: -9999px;
          transition: background-color 0.2s ease, transform 0.15s ease;
        }
        &.slick-active button {
          background-color: #555;
          transform: scale(1.2);
        }
      }
    }
  }
}

@media (max-width: 420px) {
  .more-in-this-issue-4x3.fiu-slider {
    margin-bottom: 1rem;
    &.slick-initialized {
      .slide.slick-slide {
        article {
          flex-direction: row;
          header {
            margin-top: 0;
          }
          
        }
      }
    }
  }
}
