:root {
  --gold: #cea83d;
  --lightGold: #e4cd90;
  --lighterGold: #ccab50;
  --green: #004b45;
  --greenAlt: #006f71;
  --textblue: #003359;
  --lightBackground: #ebedf7 --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%;
}

#goTopBtn {
  position: fixed;
  top: 670px;
  left: 20px;
  background-color: #007173;
  color: #fff;
  border: none;
  /* border-radius: 5px; */
  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;
}

/* ARTICLE GROUP HEADER */
.article-group-header {
  background-image: linear-gradient(90deg,
      var(--gold) 20%,
      var(--lightGold) 30%,
      var(--lightGold) 60%,
      var(--gold) 100%);
  padding: .25rem 0.5rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-group-header h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "Gotham Black";
  letter-spacing: 1px;
  line-height: 2.25rem;
  height: 100%;
}

p.blockquote {
  color: var(--gold);
  font-size: 1.8rem;
  font-style: italic;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem !important;
  text-align: center;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

p.blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -3rem;
  height: 100%;
  width: 4rem;
  transform: scale(1.25);
  /* background: var(--gold); */
  border-left: 7px solid var(--gold);
  border-top: 7px solid var(--gold);
  border-bottom: 7px solid var(--gold);
}

p.blockquote::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -3rem;
  height: 100%;
  width: 4rem;
  transform: scale(1.25);
  /* background: var(--gold); */
  border-right: 7px solid var(--gold);
  border-top: 7px solid var(--gold);
  border-bottom: 7px solid var(--gold);
}

p.blockquote span.cite {
  color: inherit;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 200;
}

.article-content h2 {
  color: var(--gold);
  text-transform: uppercase;
}

#fscnow-footer-credits {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding: 0rem 15px;
  gap: 2rem;
  padding-bottom: 0;
  transition: all 300ms ease;
}

#fscnow-footer-credits .footer-fsc-logo {
  width: 75%;
  /* width: 340px; */
  /* height:  */
}

#fscnow-footer-credits.active {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

#fscnow-footer-credits .credit-1 {
  flex-basis: 30%;
  position: relative;
}



#fscnow-footer-credits .credit-2,
#fscnow-footer-credits .credit-3 {
  font-size: 1rem;
}

#fscnow-footer-credits .credit-2 {
  flex-basis: 60%;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 2rem;
  position: relative;
  border-right: 1px solid #000;
  padding-right: 16px;
}

#fscnow-footer-credits .credit-3 {
  position: relative;
  padding-left: 16px;
}


#fscnow-footer-credits .credit-3 {
  flex-basis: 30%;
  align-self: start;
}



.fscnow-article__image-container {
  overflow: hidden;
  border: 1px solid var(--gold);
}

/* Constrain images within their containers */
.fscnow-article__image-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fscnow-article__title {
  color: var(--gold);
  font-size: 1.75rem;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5em;
}

.fscnow-article__title a {
  color: inherit;
}

.fscnow-article__blurb {
  color: var(--textblue);
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: .2em;
}

.fscnow-article:hover .article-image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.85;
  /* display: none; */
}

.article-image-aside {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.article-image-aside figure {
  margin: 0;
  padding: 0;
}

.article-image-aside figure img {
  width: 100%;
  display: block;
}

.article-image-aside figure figcaption {
  text-align: center;
  font-size: 0.9rem;
  color: var(--textblue);
  margin-top: 0.5em;
}

.article-image-aside.small figure {
  margin: 0;
  padding: 0;
  width: 90%;
}

.article-image-aside.small {
  display: flex;
  justify-content: center;
}

.lead {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 2rem;
  line-height: .5;
  position: relative;
  font-weight: bold;
}

#article-letter-from-the-president #fscnow-main-content .article-content .signature {
  width: 450px;
}

#article-letter-from-the-president #fscnow-main-content .article-content .signature img {
  width: 100%;
  display: block;
}


.textwrapImage img {
  width: 100%;
  height: auto;
}

.textwrapImage.right {
  float: right;
  margin-left: 1em;
  margin-bottom: .5em;
  width: 500px;
  /* Add a specific width */
}

.article-content a {
  color: var(--green);
  text-decoration: none;
  font-weight: bold;
}

.article-content a:hover {
  text-decoration: underline;
}

.embedVideoContainer iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.singlePhoto {
  width: 100%;
  /* display: flex;
  justify-content: center; */
}

.singlePhoto img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.clearFix {
  clear: both;
}

/* ARTICLE INFORMATION */
.fscnow-article .article-image-container {
  margin-bottom: 9px;

}

.fscnow-article .article-title {
  color: var(--gold);
  font-size: 1.75rem;
  margin: 0;
  line-height: 1.1;
}

.fscnow-article .article-title a {
  color: inherit;
}

.fscnow-article .article-type {
  color: var(--textblue);
}

.article-image-container img {
  border: 1px solid var(--gold);

}

.fscnow-article .article-blurb {
  color: var(--textblue);
  font-size: 1.2rem;
}

.fscnow-article .mobile-hero {
  display: none;
}

.hamburger {
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  position: fixed;
  /* top: 695px; */
  top: 640px;
  right: 20px;
  /* left: 20px; */
  /* right: 200px; */
  z-index: 9999;
  background: #006f71;
  border-radius: 50%;
  gap: 7px;
  border: 1px solid var(--gold);
  /* transform: translate3d(0, 0, 0); 
  will-change: transform; 
  isolation: isolate;  */
}

.bar {
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  position: relative;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(11px) rotate(48deg);
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-11px) rotate(-50deg);
}

#mobileHeader {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  background: #00000094;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#mobileHeader.visible {
  pointer-events: auto;
  opacity: 1;
}

#mobileHeader .mobileMenu {
  background: #fff;
  padding: 2rem;
  height: 100vh;
  overflow: scroll;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

#mobileHeader .mobileMenu.visible {
  transform: translateX(0);
}

#mobileHeader .mobileMenu .navFooter {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  ;
  align-items: end;
  font-size: 25px;
}

.logoContainer {
  margin-bottom: 2em;
}

.logoContainer img {
  display: block;
  width: 100%;
}

.issuesContainer {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
  margin-bottom: 2em;
}

.issuesContainer a img {
  width: 80px;
}


#mobileHeader .category {
  font-family: "Gotham", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #212529;
  text-decoration: none;
  display: inline-block;
}

#mobileHeader .mobileMenuList {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

#mobileHeader .subMenu {
  padding: 0;
  list-style: none;
  padding-left: 12px;
  margin-top: 0.5em;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  border-bottom: 1px solid var(--gold);
}

#mobileHeader .subMenu.expanded {
  max-height: 1000px;
  transition: max-height 0.3s ease-in-out;
}

#mobileHeader .articleTitle {
  margin: 0;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: bold;

}

#mobileHeader .articleSubHeader {
  font-size: 12px;
  margin-top: 0.25em;
  color: var(--textblue);
}

#mobileHeader a {
  color: inherit;
  text-decoration: none;
}


/* START NEW STYLES HERE FOR NEW ISSUE */
.fscnow-article-group:not(#fscnow-article-group-one) {
  padding: 30px 0;
}

#fscnow-article-group-one {
  padding-bottom: 30px;
}

#fscnow-mobile-article-one {
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 1em;
  display: none;


  /* ------------------------ */

}

#fscnow-mobile-article-one.show {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
  transition: all 1000ms ease-in-out;
}

/* MAIN ARTICLES */
#fscnow-article-group-one {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  /* overflow: hidden; */
  gap: 1em;
}

#fscnow-article-group-one::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--gold);
  background: var(--textblue);
  bottom: 0;
  left: 0;
}

#fscnow-article-one,
#fscnow-article-two {
  align-items: center;
}

/* 
#fscnow-article-one {
  filter: blur(3px);
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1000ms ease;
}

#fscnow-article-two {
  filter: blur(3px);
  opacity: 0;
  transform: scale(.9);
  transition: all 1000ms ease;
}

#fscnow-article-three {
  filter: blur(3px);
  opacity: 1;
  transform: translateX(100px);
  transition: all 1000ms ease;
} */

#fscnow-article-one.show,
#fscnow-article-two.show,
#fscnow-article-three.show {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}


#fscnow-article-group-2 .fscnow-article.show {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}



/* ARTICLE GROUP 3 */

#fscnow-article-group-3 {
  position: relative;
}

#fscnow-article-group-3::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--gold);
  background: var(--textblue);
  bottom: 0;
  left: 0;
}



#fscnow-article-group-3 .fscnow-article.show {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}

/* ARTICLE GROUP 4 */


#fscnow-article-group-4 {
  position: relative;
}


#fscnow-article-group-4::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--gold);
  background: var(--textblue);
  bottom: 0;
  z-index: 1;
  left: 0;
}

#fscnow-article-group-4 .fscnow-article {
  /* ------------------------ */
  /* filter: blur(3px);
  opacity: 0;
  transform: translateY(100px);
  transition: all 1000ms ease;
  transition-delay: var(--delay); */
  /* ------------------------ */
  position: relative;
  z-index: 2;
}

#fscnow-article-group-4 .fscnow-article.show {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}

/* ARTICLE GROUP 5 */
#fscnow-article-group-5 .fscnow-article.show {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}

/* ARTICLE GROUP 6 */
#fscnow-article-group-6 {
  position: relative;

}

#fscnow-article-group-6::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--gold);
  background: var(--textblue);
  bottom: 0;
  left: 0;
}



#fscnow-article-group-6 .fscnow-article.show {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}

/* ARTICLE GROUP 7 */


#fscnow-article-group-7 .fscnow-article.show {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}

/* ARTICLE GROUP 8 */
#fscnow-article-group-8 {
  position: relative;
}

#fscnow-article-group-8::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--gold);
  background: var(--textblue);
  bottom: 0;
  left: 0;
}

#fscnow-article-group-8 .fscnow-article.show {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}


/* ARTICLE GROUP 9 */
#fscnow-article-group-9 .fscnow-article.show {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}

/* ARTICLE GROUP 10 */
#fscnow-article-group-10 {
  padding-top: 0;
}

/* ARTICLE GROUP 11 */




.fscnow-article.wide .article-info {
  display: none;
}


/* NMEDIA QUERIES */
@media(max-width: 1500px) {
  .fscnow-article__title {
    font-size: 1.5rem;
  }

  .fscnow-article__blurb {
    font-size: 1.1rem;
  }

  .fscnow-article .article-title {
    font-size: 1.5rem;
  }

  .fscnow-article .article-blurb {
    font-size: 1.1rem;
  }
}

@media(max-width: 1242px) {
  .fscnow-article__title {
    font-size: 1.25rem;
  }

  .fscnow-article__blurb {
    font-size: 1rem;
  }

  .fscnow-article .article-title {
    font-size: 1.25rem;
  }

  .fscnow-article .article-blurb {
    font-size: 1rem;
  }

  .fscnow-article .article-type {
    font-size: 0.75rem;
  }
}

@media(max-width: 1016px) {
  #fscnow-article-two {
    display: none;
  }

  #fscnow-mobile-article-one {
    display: block;
  }

  #fscnow-article-group-one {
    grid-template-columns: 1fr 1fr;
  }
}



@media(max-width: 576px) {
  .hamburger {
    display: flex;
  }
}

@media(max-width: 552px) {
  #fscnow-article-group-one {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 766px) {
  .textwrapImage.right {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 1em;
  }
}

@media (max-width: 575px) {
  p.blockquote {
    width: 80%;
  }

  p.blockquote::before {
    margin-left: -2rem;
  }

  p.blockquote::after {
    margin-right: -2rem;
  }
}

@media (max-width: 671px) {
  p.blockquote {
    font-size: 1.5rem;
  }
}

@media(max-width: 650px) {
  .article-group-header {
    text-align: center;
  }

  .article-group-header h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 607px) {
  .fscnow-article {
    margin: 1em 0;
  }

  .fscnow-article .desktop-hero {
    display: none;
  }

  .fscnow-article .mobile-hero {
    display: block;
  }

  #fscnow-article-group-4.fscnow-article-group,
  #fscnow-article-group-7.fscnow-article-group {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media(max-width: 1002px) {
  .singlePhoto img {
    width: 70%;
  }
}

@media(max-width: 644px) {
  .singlePhoto {
    padding: 0 10px;

  }

  .singlePhoto img {
    width: 100%;
  }
}

@media(max-width: 714px) {
  .article-image-aside.small figure {
    width: 80%;
  }
}

@media(max-width: 564px) {
  .article-image-aside.small figure {
    width: 100%;
  }

  .article-image-aside.small {
    float: none;
    margin-left: auto;
    margin-right: auto;

  }
}


@media (max-width: 607px) {
  .fscnow-article.wide .article-info {
    display: block;
  }
}

@media (max-width: 575px) {
  #fscnow-footer-credits.active {
    max-height: 2200px !important;
  }
}

@media (max-width: 746px) {
  #fscnow-footer-credits {
    flex-direction: column;
    gap: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    /* align-items: center; */
  }

  #fscnow-footer-credits .credit-2 {
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid #000;
    border-right: none;
    padding-right: 0;
    padding-bottom: 16px;
  }

  #fscnow-footer-credits .credit-3 {
    padding-top: 16px;
    align-self: stretch;
  }


}


@media(min-width: 577px) {

  #fscnow-mobile-article-one {
    /* ------------------------ */
    filter: blur(3px);
    transform: scale(.8);
    opacity: 0;
    transition: all 1000ms ease-in-out;
  }


  #fscnow-article-one {
    filter: blur(3px);
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1000ms ease;
  }

  #fscnow-article-two {
    filter: blur(3px);
    opacity: 0;
    transform: scale(.9);
    transition: all 1000ms ease;
  }

  #fscnow-article-three {
    filter: blur(3px);
    opacity: 0;
    transform: translateX(100px);
    transition: all 1000ms ease;
  }

  /* ARTICLE GROUP 2 */
  #fscnow-article-group-2 .fscnow-article {
    filter: blur(3px);
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1000ms ease;
    transition-delay: var(--delay);
  }

  /* ARTICLE GROUP 3 */
  #fscnow-article-group-3 .fscnow-article {
    filter: blur(3px);
    opacity: 0;
    transform: translateX(100px);
    transition: all 1000ms ease;
  }

  /* ARTICLE GROUP 4 */
  #fscnow-article-group-4 .fscnow-article {
    filter: blur(3px);
    opacity: 0;
    transform: translateY(100px);
    transition: all 1000ms ease;
    transition-delay: var(--delay);
  }

  /* ARTICLE GROUP 5 */
  #fscnow-article-group-5 .fscnow-article {
    filter: blur(3px);
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1000ms ease;
    transition-delay: var(--delay);
  }


  /* ARTICLE GROUP 6 */
  #fscnow-article-group-6 .fscnow-article {
    filter: blur(3px);
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1000ms ease;
    transition-delay: var(--delay);
  }


  /* ARTICLE GROUP 7 */
  #fscnow-article-group-7 .fscnow-article {
    filter: blur(3px);
    opacity: 0;
    transform: translateY(100px);
    transition: all 1000ms ease;
    transition-delay: var(--delay);
  }

  /* ARTICLE GROUP 8 */
  #fscnow-article-group-8 .fscnow-article {
    filter: blur(3px);
    opacity: 0;
    transform: translateX(100px);
    transition: all 1000ms ease;
    transition-delay: var(--delay);
  }

  /* ARTICLE GROUP 9 */
  #fscnow-article-group-9 .fscnow-article {
    filter: blur(3px);
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1000ms ease;
    transition-delay: var(--delay);
  }
}


@media (max-width: 767px) {
  #fscnow-footer-credits.active {
    max-height: 1100px !important;
  }

  #fscnow-footer-credits::before {
    left: 0;
    right: 0;
  }

  #fscnow-footer-credits>.row {
    padding: 15px 0 0 0 !important;
  }

  #fscnow-footer-credits img {
    width: 100%;
    max-width: 350px;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  #fscnow-footer-credits p:last-child {
    margin-bottom: 1rem;
    text-align: center;
  }

  #fscnow-footer-credits .credit-2 .credit-2__col-1,
  #fscnow-footer-credits .credit-2 .credit-2__col-2 {
    text-align: center;
  }

  #fscnow-footer-credits .credit-3 {
    text-align: center;
  }
}