.evidon-prefdiag-overlay {
  z-index: 10;
}
.plusSign {
  background-image: url('');
  height: 40px;
  width: 40px;
  background-size: cover;
}
.closeButton {
  background-image: url('/assets/images/closebutton.svg');
  height: 40px;
  width: 40px;
  background-size: cover;
}
.colorTheme--pink .gameHero__whereToPlay .locationIcon,
.colorTheme--pink .heroElementFullWidth__whereToPlay .locationIcon,
.colorTheme--pink .NFLheroElementFullWidth__whereToPlay .locationIcon {
  background-image: url(''); 
}
.colorTheme--teal .gameHero__whereToPlay .locationIcon,
.colorTheme--teal .heroElementFullWidth__whereToPlay .locationIcon,
.colorTheme--teal .NFLheroElementFullWidth__whereToPlay .locationIcon {
  background-image: url(''); 
}
.colorTheme--gold .gameHero__whereToPlay .locationIcon,
.colorTheme--gold .heroElementFullWidth__whereToPlay .locationIcon,
.colorTheme--gold .NFLheroElementFullWidth__whereToPlay .locationIcon {
  background-image: url(''); 
}
.cardCarousel .slick-next:before {
  content: "\f054"!important;
}
.cardCarousel .slick-prev:before {
  content: "\f053"!important;
}
@media (max-width: 649.98px) {
  .cardCarousel__slider .card.slick-active .flip-card__inner--front:after {
    background-image: url('/assets/images/back_arrow.svg');
  }
}
#primaryHero.hideHero {
   display:none!important;
}
.learningFocus__sideNav--links .navLinks .pillarSection button:not(.collapsed) i::before,
.pillarFocus__sideNav--links .navLinks .pillarSection button:not(.collapsed) i:before {
   content: "\f068"!important;;
}
.all-games__search #filters .filter-section-toggle.collapsed i:before,
.all-cabinets__search #filters .filter-section-toggle.collapsed i:before {
    content: "\f067"!important;
}