@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://use.typekit.net/igu0exu.css");

* {
  box-sizing: border-box;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: trade-gothic-next, sans-serif;
  /* font-size: 18px; */
}

a {
  text-decoration: none;
}

.trade-gothic-next {
  font-family: trade-gothic-next, sans-serif;
}

.container {
  max-width: 915px;
  /* min-height: calc(100vh - 419px); */
  margin: 0 auto;
  /* margin-bottom: 5rem; */
}

#above-fold {
  background-size: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center 102%;
  /* background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 327.89'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23450d30%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0 265.33v62.56H1920V0S815.74 455.45 0 265.33Z'/%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 393' style='enable-background:new 0 0 1920 393;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23450D30;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,265.3V393h1920V0C1920,0,815.7,455.5,0,265.3z'/%3E%3C/svg%3E");
}

#headerContainer {
  padding: 4rem 0;
}

/* #carouselContainer {
} */

#navContainer {
  margin-top: -2px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #450d30 !important;
}

.header {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .headerLogo img {
} */

#donate {
  display: flex;
  justify-content: center;
}

#donate>a>button {
  cursor: pointer !important;
  font-family: trade-gothic-next, sans-serif;
  color: white;
  background: #76297c;
  border: none;
  border-radius: 100px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0.3rem 2.5rem 0.4rem 2.5rem;
  transition: 0.2s;
}

#donate a {
  transition: 0.2s;
}

#donate a:hover {
  text-decoration: none !important;
}

#donate a:hover button {
  transform: scale3d(1.05, 1.05, 1.05);
}

@media screen and (max-width: 944px) {
  .searchBox {
    margin-top: 3rem;
  }
}

.searchBox__container {
  width: 335px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid black;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.searchBox__input {
  border: 0;
  border-radius: 0px;
  /* border-bottom: 2px solid #9b9b9b; */
  line-height: 30px;
  font-size: 16px;
  padding: 10px;
  transition: border-color 0.1s linear;
  /* width: 240px; */
  box-sizing: border-box;
  width: calc(100% - 30px);
}

.searchbox__input:focus {
  outline: none;
}

.searchBox__input:focus-visible {
  outline: 1px solid #333;
}

.searchBox__input::placeholder {
  font-family: mr-eaves-sans, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: -5px;
  font-weight: 100 !important;
}

.searchBox__input:not(:placeholder-shown) {
  border-color: white;
  font-family: mr-eaves-sans;
  width: calc(100% - 30px);
}

.searchBox__button {
  padding: 0;
  background: #fff;
  color: #333;
  border: none;
  cursor: pointer;
  height: 24px;
  width: 24px;
  transform: translateY(5px);
}

.st0 {
  transition: fill 0.15s linear;
}

.searchBox__button:hover .st0,
.searchBox__button:focus .st0 {
  fill: white;
}

.searchBox__options {
  margin: 0;
  text-align: right;
  padding-top: 0.5rem;
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 944px) {
  .searchBox__options>span {
    display: flex;
    margin-top: 0.5rem;
  }
}

.options__radio {
  position: relative;
}

.options__radio::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 100%;
  position: absolute;
  /* left: -1px; */
  top: 0px;
  cursor: pointer;
  transition: border-color 0.1s linear;
}

@media screen and (max-width: 944px) {
  .options__radio::before {
    top: 2px;
  }
}

.options__radio:hover::before {
  border-color: black;
  color: black;
}

.options__radio:hover~.options__radioLabel {
  color: #000;
}

.options__radio:checked::before {
  background-color: #333;
  border-color: black;
}

.options__radio:checked~.options__radioLabel {
  color: #000;
}

.options__radioLabel {
  cursor: pointer;
  transition: color 0.1s linear;
  padding-left: 0.2rem;
  padding-right: 0.35rem;
}

.options__link>a {
  color: #333;
}

.category-wrapper {
  overflow: auto;
  display: flex;
}

.category {
  margin: 0rem auto 2rem auto;
  padding: 0 0.5rem;
  flex: 1;
}

.category__title {
  font-family: mr-eaves-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.75rem;
  padding-bottom: 1.5rem;
  color: #ccc;
}

.titleUnderline {
  border-bottom: 3px solid;
  padding-bottom: 0.5rem;
}

.titleUnderline--orange {
  border-color: #e6853f;
}

.titleUnderline--blue {
  border-color: #00a9cc;
}

.titleUnderline--red {
  border-color: #c41230;
}

.titleUnderline--purple {
  border-color: #771e7e;
}

.category__item-wrapper {
  display: inline-block;
  float: left;
}

.category__item {
  display: inline-block;
  color: #afafaf;
  transition: color 0.1s linear;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
}

.category__item:hover {
  color: white;
  text-decoration: none;
}

.category__item:hover::after {
  transform: translateY(2px) translateX(2px);
}

.category__item::after {
  width: 15px;
  height: 15px;
  margin-left: 0.25rem;
  transform: translateY(2px);
  display: inline-block;
  content: "";
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  transition: transform 0.2s ease-out;
}

.socialMediaBar {
  max-width: 964px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1001;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.socialMediaBar-wrapper {
  position: relative;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: 100%;
  clear: both;
  z-index: 1000;
  padding: 1rem 0 0 0;
}

.socialMediaBar__icon {
  height: 3rem;
  width: 3rem;
  padding: 0 0.5rem;
  opacity: 0.75;
  transition: opacity 0.1s linear;
  cursor: pointer;
}

.socialMediaBar__icon:hover {
  opacity: 1;
}

.notification-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.notification {
  max-width: 915px;
  width: 90vw;
  height: auto;
  min-height: 2rem;
  margin: 0.5rem auto;
  text-align: center;
  padding: 1rem;
  line-height: 1.5rem;
  color: #865200;
  background-color: #eeb110;
  border-radius: 7px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.notification-wrapper--display {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  pointer-events: all;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Flickity banner systems */
.carousel {
  background: transparent;
  max-width: 915px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin: 0 auto;
}

.carousel-cell {
  max-width: 915px;
  width: 100%;
  height: 300px;
  margin-right: 10px;
}

.carousel.is-hidden {
  display: none;
}

.carousel.flickity-enabled {
  opacity: 1;
}

.flickity-viewport {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.flickity-page-dots .dot {
  background: white;
}

.banner_preview {
  max-width: 915px;
  width: 100%;
  height: 300px;
  background-color: #eee;
  position: relative;
}

.banner_wrapper {
  width: 345px;
  height: 300px;
  padding: 0px 15px;
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(left,
      rgba(100, 100, 100, 0.92),
      rgba(50, 50, 50, 0.92));
  background-image: linear-gradient(to right,
      rgba(100, 100, 100, 0.92),
      rgba(50, 50, 50, 0.92));
}

/*--------------------------*/
/*BANNER BACKGROUND 0 STYLES*/
/*--------------------------*/

.banner_background_0 {
  /* background-color: rgba(243, 29, 65, 0.92);*/
  background-image: linear-gradient(to right,
      rgba(32, 12, 51, 1),
      rgba(32, 12, 51, 1));
}

.banner_background_0 .banner_preview_p,
.banner_background_0 .banner_preview_h3,
.banner_background_0 .banner_preview_h4,
.banner_preview_p>p>a {
  color: white;
}

.banner_background_0 .banner_link {
  background: rgba(0, 0, 0, 0.3);
}

.banner_background_0 .banner_link:hover {
  background: black;
}

/*--------------------------*/
/*BANNER BACKGROUND 1 STYLES*/
/*--------------------------*/

.banner_background_1 {
  /* background-color: rgba(253, 128, 32, 0.92);*/
  background-image: linear-gradient(to right,
      rgba(101, 205, 245, 1),
      rgba(101, 205, 245, 1));
}

.banner_background_1 .banner_preview_p,
.banner_background_1 .banner_preview_h3,
.banner_background_1 .banner_preview_h4,
.banner_preview_p>p>a {
  color: black !important;
}

.banner_background_1 .banner_link {
  background: rgba(255, 255, 255, 0.3);
}

.banner_background_1 .banner_link:hover {
  background: white;
}

/*--------------------------*/
/*BANNER BACKGROUND 2 STYLES*/
/*--------------------------*/

.banner_background_2 {
  /* background-color: rgba(247, 199, 45, 0.92);*/
  background-image: linear-gradient(to right,
      rgba(254, 190, 38, 1),
      rgba(254, 190, 38, 1));
}

.banner_background_2 .banner_preview_p,
.banner_background_2 .banner_preview_h3,
.banner_background_2 .banner_preview_h4,
.banner_preview_p>p>a {
  color: black;
}

.banner_background_2 .banner_link {
  background: rgba(255, 255, 255, 0.3);
}

.banner_background_2 .banner_link:hover {
  background: white;
}

/*--------------------------*/
/*BANNER BACKGROUND 3 STYLES*/
/*--------------------------*/

.banner_background_3 {
  /* background-color: rgba(0, 167, 202, 0.92);*/
  background-image: linear-gradient(to right,
      rgba(2, 168, 203, 0.92),
      rgba(2, 168, 203, 0.92));
}

.banner_background_3 .banner_preview_p,
.banner_background_3 .banner_preview_h3,
.banner_background_3 .banner_preview_h4,
.banner_preview_p>p>a {
  color: black;
}

.banner_background_3 .banner_link {
  background: rgba(255, 255, 255, 0.3);
}

.banner_background_3 .banner_link:hover {
  background: white;
}

/*--------------------------*/
/*BANNER BACKGROUND 4 STYLES*/
/*--------------------------*/

.banner_background_4 {
  /* background-color: rgba(121, 29, 125, 0.92);*/
  background-image: linear-gradient(to right,
      rgba(118, 41, 124, 1),
      rgba(118, 41, 124, 1));
}

.banner_background_4 .banner_preview_p,
.banner_background_4 .banner_preview_h3,
.banner_background_4 .banner_preview_h4,
.banner_preview_p>p>a {
  color: white;
}

.banner_background_4 .banner_link {
  background: rgba(0, 0, 0, 0.3);
}

.banner_background_4 .banner_link:hover {
  background: black;
}

.banner_preview_div {
  width: 350px;
  margin: 0;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  left: 0;
  z-index: 1;
  line-height: 1.4em;
}

.banner_preview_h3 {
  font-family: mr-eaves-sans, sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.25rem !important;
  margin: 0 0 10px 0px;
  padding-top: 10px;
  color: white;
  line-height: 1.7rem;
  width: 315px;
  /* text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2); */
}

.banner_preview_h3>p {
  display: block;
  height: auto;
  margin: 0px;
}

.banner_preview_h4 {
  display: block;
  height: auto;
  font-size: 1.05rem;
  line-height: 1.15rem;
  color: white;
  font-weight: bold;
  margin: 0;
  width: 315px;
  text-align: center;
}

.banner_preview_p {
  display: block;
  height: auto;
  margin: 0px;
  font-size: 0.95rem;
  width: 315px;
  line-height: 1.3rem;
}

.banner_preview_p>p {
  margin: 0px;
}

.banner_preview_img {
  width: 570px;
  height: 300px;
  position: absolute;
  right: 0;
}

.banner_preview_p>p>a {
  text-decoration: underline;
}

.banner_link {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: black;
  text-decoration: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  margin-top: 15px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: background-color 0.1s linear;
}

.banner_link:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Footer */
footer {
  background-color: #450d30;
  padding-top: 2rem;
}

footer a {
  color: #67cef6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#footContainer {
  position: relative;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-top: 0;
  width: 100%;
  clear: both;
  z-index: 1000;
  padding: 20px 0px;
}

#footMain {
  max-width: 964px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1001;
}

#footer {
  text-align: center;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  z-index: 1002;
  border-top: none;
  margin: 0;
  padding: 0;
}

.footerLink {
  text-align: left;
  padding: 20px 10px 20px 20px;
}

.footerLink a:link {
  text-decoration: none;
  font-size: 100%;
  color: #ccc;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 8px 8px 9px 8px;
  display: block;
  transition: color 0.35s;
}

.footerLink a:visited {
  color: #ccc;
}

.footerLink a:hover {
  color: #fff;
}

.footerBox {
  padding: 20px 0px 20px 28px;
  text-align: left;
  color: #ccc;
}

@media screen and (min-width: 984px) {
  .footerBox {
    max-width: 30%;
  }
}

.footerBoxTitle {
  padding: 8px 0px;
  font-weight: bold;
  text-align: left;
  color: #ccc;
}

.floatLeft {
  float: left;
}

.clear {
  clear: both;
}

.clear:after {
  clear: both;
  content: "";
  display: table;
}

/* Affiliate Footer */
.affiliateContainer {
  position: relative;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: 100%;
  clear: both;
  z-index: 1000;
  padding: 20px 0px;
}

.affiliateMain {
  max-width: 964px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1001;
  text-align: center;
}

.affiliateLogo {
  padding: 30px 10px 0px 10px;
}

/* Media Queries */
@media only screen and (max-width: 944px) {
  .category-wrapper {
    flex-direction: column;
  }

  .category {
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    flex-basis: auto;
  }

  .header {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .header>div {
    flex-basis: auto;
  }

  .affiliateLogo {
    display: block;
  }

  .carousel {
    max-width: 570px;
    min-width: 370px;
  }

  .banner_preview {
    height: auto;
    min-width: 370px;
    font-family: mr-eaves-sans, sans-serif !important;
    font-weight: 400;
    font-style: normal;
  }

  .banner_preview_div {
    width: 100%;
    max-width: 570px;
  }

  .banner_preview_h3 {
    width: 100%;
  }

  .banner_preview_h4 {
    width: 100%;
  }

  .banner_preview_p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }

  .banner_wrapper {
    width: 100%;
    max-width: 570px;
    height: 80vw;
    max-height: 280px;
    min-height: 230px;
    position: relative;
  }

  .banner_preview_img {
    display: block;
    width: 100%;
    max-width: 570px;
    height: auto;
    position: relative;
  }

  .footerBox {
    width: 100%;
  }

  .socialMediaBar__icon-wrapper {
    display: block;
    width: 33%;
    margin-bottom: 2rem;
  }
}

/*SNACKBAR*/
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  background-color: #007e99;
  /* Black background color */
  color: white;
  /* White text color */
  text-align: left;
  /* Centered text */
  border-radius: 4px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1001;
  /* Add a z-index if needed */
  max-width: 500px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  /* 30px from the bottom */
  display: flex;
  line-height: 1.5rem;
}

#snackbar #left {
  margin-right: 10px;
}

#snackbar #right i {
  cursor: pointer;
  font-size: 25px;
}

/* Show the snackbar on load (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in. */
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

#start-here {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  font-family: mr-eaves-sans, sans-serif;
  margin-bottom: 3rem;
  color: #67cef6;
}

#start-here h3 {
  font-size: 5.75rem;
  margin: 0;
  padding: 0;
}

/*DESKTOP NAV - TAB STYLE CATEGORIES ADDED 12/20/2022*/
@media screen and (min-width: 916px) {
  #accordion-nav {
    display: none;
  }

  .tabs {
    font-family: trade-gothic-next, sans-serif;
    display: flex;
    gap: 1rem;
  }

  [role="tablist"] {
    min-width: calc(50% - 0.5rem);
    display: flex;
    flex-direction: column;
  }

  [role="tab"] {
    font-family: mr-eaves-sans, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: white;
  }

  [role="tab"],
  [role="tab"]:focus,
  [role="tab"]:hover {
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
    overflow: visible;
    outline: none;
    font-weight: bold;
    border: none;
    background: transparent;
    text-align: left;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: 0.2s;
  }

  [role="tab"]:focus-visible {
    outline: 3px solid white;
  }

  [role="tab"][aria-selected="true"] {}

  [role="tab"][aria-selected="false"] {}

  [role="tab"] span.focus {
    display: inline-block;
    padding: 2px 4px;
  }

  [role="tab"]:hover span.focus,
  [role="tab"]:focus span.focus,
  [role="tab"]:active span.focus {
    padding: 2px 4px;
  }

  [role="tabpanel"] {
    padding: 5px;
    min-height: 10em;
    min-width: calc(50% - 0.5rem);
    overflow: auto;
    width: 50%;
    transition: 0.3s;
  }

  [role="tabpanel"].is-hidden {
    display: none;
  }

  [role="tabpanel"] ul {
    margin: 0;
    padding: 0;
  }

  [role="tabpanel"] ul li {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }

  [role="tabpanel"] ul li a:hover {
    color: #febe26;
  }

  [role="tabpanel"] a {
    color: white;
  }

  [role="tabpanel"] a:hover {
    text-decoration: none;
  }

  [role="tabpanel"] a:focus-visible {
    outline: 3px solid white;
  }

  #tab-nav button[aria-selected="true"] {
    border-radius: 100px;
  }

  button#tab-1 {
    border-bottom: 2px solid #febe26;
  }

  button#tab-1[aria-selected="true"] {
    background: #febe26;
  }

  button#tab-1[aria-selected="true"] .focus {
    color: black !important;
  }

  button#tab-2 {
    border-bottom: 2px solid #c62a43;
  }

  button#tab-2[aria-selected="true"] {
    background: #c62a43;
  }

  button#tab-3 {
    border-bottom: 2px solid #52c6de;
  }

  button#tab-3[aria-selected="true"] {
    background: #52c6de;
  }

  button#tab-3[aria-selected="true"] .focus {
    color: black !important;
  }

  button#tab-4 {
    border-bottom: 2px solid #9d63a5;
  }

  button#tab-4[aria-selected="true"] {
    background: #9d63a5;
  }

  button#tab-4[aria-selected="true"] .focus {
    color: black !important;
  }
}

/*MOBILE NAVIGATION*/
@media screen and (max-width: 915px) {
  #content {
    padding: 1rem;
  }

  #tab-nav {
    display: none;
  }

  #navContainer {
    padding: 3rem 1rem;
  }

  #start-here h3 {
    font-size: 60px;
  }

  .accordion {
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    color: white;
  }

  .accordion h3 {
    margin: 0;
    padding: 0;
  }

  /* .accordion:focus-within {
  } */

  .accordion:focus-within h3 {
    background: transparent;
  }

  /* .accordion > * + * {
    border-top: 1px solid hsl(0deg 0% 52%);
  } */

  .accordion-trigger {
    background: none;
    font-family: mr-eaves-sans, sans-serif;
    color: white;
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0;
    padding: 0.75em 1em;
    position: relative;
    text-align: left;
    width: 100%;
    outline: none;
  }

  .accordion-trigger:focus,
  .accordion-trigger:hover {
    background: transparent;
  }

  .accordion-trigger:focus {
    outline: 4px solid transparent;
  }

  button {
    border-style: none;
  }

  .accordion button::-moz-focus-inner {
    border: 0;
  }

  .accordion-title {
    display: block;
    pointer-events: none;
    border: transparent 2px solid;
    padding: 0.25em;
    outline: none;
  }

  /* .accordion-trigger:focus .accordion-title {
    border-color: hsl(216deg 94% 43%);
  } */

  .accordion-icon {
    border: solid currentcolor;
    border-width: 0 2px 2px 0;
    height: 0.5rem;
    pointer-events: none;
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    width: 0.5rem;
  }

  .accordion-trigger:focus .accordion-icon,
  .accordion-trigger:hover .accordion-icon {
    border-color: #52c6de;
  }

  .accordion-trigger[aria-expanded="true"] .accordion-icon {
    transform: translateY(-50%) rotate(-135deg);
  }

  .accordion-panel {
    margin: 0;
    padding: 1em 1.5em;
  }

  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
  .accordion-panel[hidden] {
    display: none;
  }

  .accordion-panel ul {
    list-style-type: none;
    margin-left: 2rem;
    padding: 0;
  }

  .accordion-panel ul li {
    margin-bottom: 1.5rem;
  }

  .accordion-panel ul li a {
    color: white;
  }

  #accordion1id {
    border-left: 5px solid #febe26 !important;
  }

  #accordion2id {
    border-left: 5px solid #c62a43 !important;
  }

  #accordion3id {
    border-left: 5px solid #52c6de !important;
  }

  #accordion4id {
    border-left: 5px solid #9d63a5 !important;
  }
}

/*ANIMATED TEXT*/

.animatedText {
  position: relative;
  width: 100%;
  min-height: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 900;
  display: flex;
  align-items: center;
  font-size: 5em;
}

.animatedText .letters {
  position: absolute;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 915px) {
  .animatedText {
    font-size: 3em;
  }
}

@media screen and (max-width: 640px) {
  .animatedText {
    font-size: 2rem !important;
  }
}

#animatedText {
  animation: fade 5s infinite;
}