.csl-header-text p {
  font-size: 0.75rem !important;
}

.csl-header-image {
  max-width: 16rem !important;
}

.csl-header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* border: 1px solid tomato; */
  justify-content: center;
}

.description-header-h1 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
  font-weight: 500;
  width: 100%;
}

.csl-header-text a {
  align-self: center;
}

.csl-header-container {
  display: flex;
  position: relative;
  height: 30rem !important;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem /* 24px */;
  padding-right: 1.5rem;
  /* background: linear-gradient(
    180deg,
    rgba(3, 3, 3, 1),
    rgba(3, 3, 3, 1) 25%,
    rgba(29, 29, 29, 1) 50%,
    rgba(29, 29, 29, 1) 100%
  ); */
  background: linear-gradient(
    180deg,
    rgba(192, 192, 192, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(192, 192, 192, 1) 100%
  );
}

.csl-header-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.6rem;
}

.csl-header-text h2 {
  font-size: 1.3rem;
  font-weight: 500;
}

/* NAVIGATION */

.csl-navigation-buttons {
  width: 100%;
  background-color: #232426;
  display: flex;
  justify-content: space-around;
  height: 3rem;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 400;
  margin-bottom: 3rem;
}

.csl-navigation-buttons div p {
  font-weight: 400;
  font-size: 0.65rem;
  /* color: #e4e4e2; */
}

/* HEADER IMAGE GHOST BOX */
.csl-header-image-ghostbox {
  background-color: black;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  max-height: 39rem;
}

.button-grid-container {
  /* position: relative; */
  display: flex;
  /* display: -webkit-flex; */
  width: 100vw;
  width: -webkit-fill-available;
  /* justify-content: center; */
  /* -webkit-justify-content: center; */
  /* align-items: center; */
}

.csl-scrollnav-selected {
  background-color: #1d558d;
  border-radius: 4px;
  padding: 3px 15px 3px 15px;
  color: #ffffff;
  opacity: 95%;
}

.csl-scrollnav-unselected {
  transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  padding: 3px 15px 3px 15px;
  border-radius: 4px;
  color: #ffffff;
  opacity: 95%;
}

.csl-scrollnav-unselected:hover {
  color: rgb(64 64 64);
  /* transition: all 120ms ease-in-out; */
  background-color: #d2d2d2;
  padding: 3px 15px 3px 15px;
  border-radius: 4px;
}

.csl-invisible-onscroll-bottom {
  /* visibility: hidden; */
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: space-around;
  height: 3rem;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  top: 7rem;
  width: 100%;
  /* transition: all 200ms ease-in-out; */
  z-index: 990;
}

.csl-invisible-onscroll-bottom div {
  cursor: pointer;
}
.csl-invisible-onscroll-bottom div p {
  /* color: #dbdbda; */
  font-weight: 400;
  font-size: 0.65rem;
  opacity: 95%;
}

.csl-subheader-container {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}

.csl-subheader-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  margin-left: 1rem;
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  font-size: 0.875rem;
}

.csl-bullet-list-container {
  /* border: 1px solid blue; */
  width: 100%;
  font-size: 0.875rem;
}

.csl-bullet-list-container ul {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 2.4rem;
}

.csl-text-block {
  margin-top: 2rem;
  line-height: 1.75rem /* 28px */;
  font-size: 0.875rem /* 14px */;
  font-weight: 400;
  text-align: left;
}

.csl-bullet-container {
  margin-bottom: 1.25rem /* 20px */;
  margin-bottom: 1.25rem /* 20px */;
  font-size: 0.875rem /* 14px */;
  font-weight: 400;
}

.csl-bullet-container ul {
  margin-right: 1.75rem /* 28px */;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}

.csl-bullet-container ul li {
  margin-top: 0.75rem /* 12px */;
  margin-bottom: 0.75rem /* 12px */;
}

.csl-text-block-quote-attribution {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  font-size: 0.875rem;
  color: rgb(67, 67, 67);
  margin-top: 0.2rem;
}

@media (min-width: 350px) {
  .csl-navigation-buttons div p {
    font-size: 0.9rem;
  }
  .csl-invisible-onscroll-bottom div p {
    font-size: 0.9rem;
  }
}

@media (min-width: 640px) {
  .csl-navigation-buttons div p {
    font-size: 0.9rem;
    /* margin-left: 10px;
    margin-right: 10px; */
  }
}

@media (min-width: 940px) {
  .csl-subheader-content {
    max-width: 67rem;
  }
}

@media (min-width: 700px) {
  .csl-navigation-buttons {
    /* column-gap: 9.2rem; */
    justify-content: center;
  }

  .csl-navigation-buttons a {
    margin-left: 4.6rem;
    margin-right: 4.6rem;
  }

  .csl-invisible-onscroll-bottom {
    /* column-gap: 9.2rem; */
    justify-content: center;
  }
  .csl-invisible-onscroll-bottom a {
    margin-left: 4.6rem;
    margin-right: 4.6rem;
  }
}

@media (min-width: 768px) {
  .csl-header-flex {
    flex-direction: row;
  }
  .csl-header-text h2 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .csl-header-container {
    height: 29rem !important;
  }
  .csl-header-flex {
    row-gap: 0rem;
    column-gap: 3rem;
  }
  .csl-header-text a {
    align-self: center;
  }
}
