:root {
  --gold: #cea83d;
  --lightGold: #e4cd90;
  --lighterGold: #ccab50;
  --goldOnWhite: #856514;
  --goldOnGreen: #ffd050;
  --green: #004b45;
  --greenPrimary: #006456;
  --greenAlt: #006f71;
  --textblue: #003359;
  --lightBackground: #ebedf7;
}

* {
  box-sizing: border-box;
  /* overflow-x: hidden; */
}

body,
html {
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow-y: hidden !important;
}

body {
  /* position: relative; */
}

body#article-letter-from-the-president-two {
  height: 100%;
}

.fscnow__presidentsSignature img {
  width: 100%;
}

.fscnow__presidentsSignature {
  width: 450px;
  display: block;
}

.fscnow__leadParagraph {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.5;
  color: #856514;
}

#goTopBtn {
  position: fixed;
  top: 670px;
  left: 20px;
  background-color: #007173;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 10px;
  cursor: pointer;
  border-radius: 100%;
  transform: translateX(-500px);
  z-index: 1000;
  transition: transform 1s ease-in-out;
}

#goTopBtn .icon-arrow {
  position: absolute;
  bottom: 7px;
}

.fscnow__content {
  display: flex;
  flex-direction: column;
  /* gap: 3em; */
}

.fscnow__sectionHeader {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.fscnow__sectionHeader::after {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 400px;
  width: 100%;
  height: 2px;
  background-color: var(--gold);
  /* background-color: var(--greenPrimary); */
}

.fscnow__sectionHeader.fscnow__featuresHeader::after {
  left: 320px;
}

.fscnow__sectionHeader.fscnow__studentSpotlightHeader::after {
  left: 420px;
}

.fscnow__sectionHeader.fscnow__fscNewsHeader::after {
  left: 250px;
}
.fscnow__sectionHeader.fscnow__facultySpotlightHeader::after {
  left: 425px;
}

.fscnow__headerIcon {
  flex: 0 0 45px;
  font-size: 2em;
  color: var(--gold);
  /* color: var(--greenPrimary); */
}

.fscnow__fscNewsIcon {
  line-height: 0;
}

.fscnow__sectionTitle {
  margin-bottom: 0;
  font-size: 1.75em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--goldOnWhite);
  color: var(--greenPrimary);
}

.fscnow__featuresIcon {
  flex: 0 0 40px;
}

.fscnow__alumniSpotlightIcon {
  flex: 0 0 45px;
}

.fscnow__studentSpotlightIcon {
  flex: 0 0 40px;
}

/* .fscnow__sectionHeader.fscnow__studentSpotlightHeader::after {
  left: 450px;
} */

.fscnow__facultySpotlightIcon {
  flex: 0 0 45px;
}

.fsc__iconContainer img {
  width: 100%;
}

.fscnow__articleGroup:not(.fscnow__articleGroup--one) {
  /* margin: 21px 0; */
  margin: 32px 0;
}

.fscnow__article,
.fscnow__articleImageContainer {
  overflow: hidden;
}

.fscnow__articleImageContainer {
  border: 1px solid var(--gold);
  /* will-change: transform;
  transform: translateZ(0); */

  /* outline: 1px solid var(--gold); */
  /* box-shadow: 0 0 0 5px var(--gold); */
}

.fscnow__articleImage {
  display: block;
  width: 100%;
  transition:
    opacity 0.35s,
    transform 0.35s;
}

.fscnow__article:hover .fscnow__articleImage {
  transform: scale(1.05);
  opacity: 0.85;
}

.fscnow__articleRow {
  display: flex;
  gap: 21px;
}

.fscnow__article--one {
  flex: 1 1 50%;
  max-width: 50%;
}

.fscnow__article--one-mobile {
  display: none;
}

.fscnow__article--one .fscnow__articleImage {
  width: 100%;
}

.fscnow__articleGroup--one .fscnow__articleRow {
  gap: 1em;
}

.fscnow__articleSubGroup.fscnow__articleSubGroup--one {
  display: flex;
  gap: 1em;
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
}

.fscnow__articleSubGroup.fscnow__articleSubGroup--one .fscnow__article {
  display: flex;
  flex-direction: column;
}

.fscnow__articleCategory {
  font-size: 0.85rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #007173;
  margin: 0.25em 0;
  margin-top: 0.75em;
}

.fscnow__articleTitle {
  text-transform: uppercase;
  margin-top: 0.5em;
  font-size: 1.25em;
  font-size: 1.5em;
  margin-bottom: 0;
  line-height: 1.2;
}

.fscnow__navArticleTitle {
  font-size: 1.15rem;
  line-height: 1.15em;
  margin-bottom: 0.25rem;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Gotham", Arial, sans-serif;
}

.fscnow__navArticleTitle:hover {
  color: var(--gold);
  text-decoration: underline;
}

.fscnow__articleLink {
  color: var(--gold);
  text-decoration: none;
}

.fscnow__articleLink:hover {
  color: var(--gold);
  text-decoration: none;
}

.fscnow__articleLead {
  color: var(--textblue);
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 0.2em;
}

.fscnow__articleGroup--wide {
  margin-bottom: 16px;
}

#fscnow-nav-sections .fscnow-nav-section .fscnow-article .fscnow__articleLead {
  font-size: 0.85rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.fscnow__article--fourteen-mobile {
  display: none;
}
.fscnow__article--eighteen-mobile {
  display: none;
}

/* .fscnow__article--sixteen-mobile {
  display: none;
} */

.fscnow__imageGallery {
  display: flex;
  gap: 2em;
  margin: 1em 0;
}

.fscnow__imageGallery--oneCol {
  justify-content: center;
}

.fscnow__imageGallery--threeCol {
  gap: 1em;
}

.fscnow__imageGalImage {
  position: relative;
}

.fscnow__imageGalGradient {
  margin-top: 1em;
}

.fscnow__imageGalGradient::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 5%,
    rgba(255, 255, 255, 0) 100%
  );
}

.fscnow__imageGalGradient > * {
  position: relative;
  z-index: 1;
}

.fscnow__imageGalImage img {
  border: 1px solid var(--gold);
  width: 100%;
}

.fscnow__textwrapImage img {
  border: 1px solid var(--gold);
}

.fscnow__imageGallery--twoCol figure,
.fscnow__imageGallery--threeCol figure {
  flex: 1;
}

.fscnow__imageGalImage--accent {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.fscnow__imageGalImage--accent::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: var(--goldOnWhite);
  height: 10px;
}

.fscnow__imageGalImage--accent-top::before {
  order: 1;
}

.fscnow__imageGalImage--accent-top img {
  order: 2;
}

.fscnow__imageGalImage--accent-bottom::before {
  order: 2;
}

.fscnow__imageGalImage--accent-bottom img {
  order: 1;
}

.fscnow__textwrapImage img {
  display: block;
}

.fscnow__textwrapImage--right {
  float: right;
  margin: 0 0 1em 1em;
}

.fscnow__textwrapImage--left {
  float: left;
  margin: 0em 1em 1em 0;
}

/* ARTICLE ANIMATION HOMEPAGE */

.fscnow__imageGallery--bento {
  display: grid;
  grid-template-columns: 300px 190px 570px;
  gap: 20px;
  width: 100%;
}

.fscnow__bento--box img {
  width: 100%;
}

.fscnow__bento--box {
  background: lightblue;
}

.fscnow__bento--box-tall {
  grid-row: span 2;
  height: 400px;
}

.fscnow__bento--box-square {
  height: 190px;
}

.fscnow__bento--box-wide {
  grid-row: span 2;
}

.fscnow__hiddenDesktopImage {
  display: none;
}

.fscnow__hiddenOnDesktop {
  display: none;
}

@media (max-width: 556px) {
  .fscnow__imageGallery--twoCol {
    flex-direction: column;
    gap: 0.5em;
  }
}

@media (max-width: 820px) {
  .fscnow__imageGallery--threeCol {
    flex-wrap: wrap;
    justify-content: center;
  }

  .fscnow__imageGallery--threeCol figure {
    /* flex: 1 1 calc(33.333% - 1em); */
    min-width: 245px;
    max-width: 460px;
  }

  .fscnow__imageGalImage--accent::before {
    display: none;
  }
}

@media (max-width: 1101px) {
  .fscnow__imageGallery--bento {
    display: none;
  }

  .fscnow__hiddenDesktopImage {
    display: block;
  }
}

@media (max-width: 827px) {
  .fscnow__blockOnMobile {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .fscnow__blockOnMobile img {
    width: 100%;
  }
}

@media (max-width: 878px) {
  .fscnow__articleGroup--one .fscnow__articleRow {
    flex-direction: column;
  }

  .fscnow__article--two .fscnow__articleTitle br {
    display: none;
  }

  .fscnow__hiddenOnDesktop {
    display: block;
  }

  .fscnow__article--one:not(.fscnow__article--one-mobile) {
    display: none;
  }

  .fscnow__article--one-mobile {
    display: block;
    max-width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .fscnow__articleSubGroup--one {
    flex-direction: column;
  }

  /* .fscnow__articleGroup--two .fscnow__articleRow {
    flex-direction: column;
  } */

  .fscnow__articleRow {
    flex-direction: column;
  }

  .fscnow__article--one-mobile {
    max-width: 100%;
  }
}

@media (max-width: 607px) {
  .fscnow__article--fourteen:not(.fscnow__article--fourteen-mobile) {
    display: none;
  }
  .fscnow__article--fourteen-mobile {
    display: block;
  }

  .fscnow__article--eighteen:not(.fscnow__article--eighteen-mobile) {
    display: none;
  }

  .fscnow__article--eighteen-mobile {
    display: block;
  }

  /* .fscnow__article--sixteen:not(.fscnow__article--sixteen-mobile) {
    display: none;
  }

  .fscnow__article--sixteen-mobile {
    display: block;
  } */
}

@media (max-width: 550px) {
  .fscnow__imageGalGradient::before {
    display: none;
  }
}

@media (max-width: 730px) {
  .fscnow__leadParagraph {
    font-size: 1.2em;
  }
}

@media (max-width: 500px) {
  .fscnow__sectionHeader::after {
    display: none;
  }

  .fscnow__sectionHeader {
    background: #006456;
    justify-content: center;
    padding: 0.5em 0;
  }

  .fscnow__sectionTitle {
    color: #ffd050;
  }
}

@media (max-width: 450px) {
  .fscnow__sectionTitle {
    font-size: 20px;
  }
}

/* ANIMATIONS ONLY ON DESKTOP - ADJUST ARTICLE CARDS OFF SCREEN TO ANIMATE IN FROM NON MOBILE SCREENS AND UP*/
@media (min-width: 577px) {
  .fscnow__article {
    filter: blur(3px);
    opacity: 0;
    transition: all 1s ease-in-out;
    transition-delay: var(--delay);
  }

  .fscnow__article.show {
    opacity: 1;
    transform: translateY(0) translateX(0) skew(0) rotateX(0) rotateY(0);
    filter: blur(0);
  }
  .fscnow__article--one {
    transform: translateX(-100px);
  }

  .fscnow__article--two {
    transform: translateY(-100px);
  }

  .fscnow__article--three {
    transform: translateY(100px);
  }

  .fscnow__article--four {
    transform: translateX(-100px);
  }
  .fscnow__article--five {
    transform: translateX(100px);
  }

  .fscnow__article--six {
    transform: translateX(100px);
  }

  /* .fscnow__articleGroup--three .fscnow__articleRow {
    perspective: 1000px;
  }
  .fscnow__article--six {
    transform: rotateX(-90deg);
    transform-origin: center bottom;
    backface-visibility: hidden;
  } */

  .fscnow__article--seven {
    transform: translateX(100px);
  }
  .fscnow__article--eight {
    transform: translateX(100px);
  }
  .fscnow__article--nine {
    transform: translateX(-100px);
  }

  .fscnow__article--ten {
    transform: translateX(-100px);
  }

  .fscnow__article--eleven {
    transform: translateX(100px);
  }
  .fscnow__article--twelve {
    transform: translateY(-100px);
  }
  .fscnow__article--thirteen {
    transform: translateX(-100px);
  }
  .fscnow__articleGroup--six .fscnow__articleRow {
    perspective: 1000px;
  }

  .fscnow__article--fourteen {
    transform: rotateX(90deg);
    transform-origin: center bottom;
    backface-visibility: hidden;
  }

  .fscnow__article--fifteen {
    transform: translateY(100px);
  }

  .fscnow__article--sixteen {
    transform: translateY(100px);
  }

  .fscnow__article--seventeen {
    transform: translateY(100px);
  }

  .fscnow__articleGroup--eight .fscnow__articleRow {
    perspective: 1000px;
  }

  .fscnow__article--eighteen {
    transform: rotateX(-90deg);
    transform-origin: center bottom;
    backface-visibility: hidden;
  }

  .fscnow__article--nineteen {
    transform: translateX(-100px);
  }

  .fscnow__article--nineteen {
    transform: translateX(-100px);
  }
  .fscnow__article--twenty {
    transform: translateX(-100px);
  }
  .fscnow__article--twentyone {
    transform: translateX(-100px);
  }
}

@media (max-width: 576px) {
  .fscnow__presidentsSignature {
    width: 300px;
  }
}
