/* 
For specific HGI WL Modified styles overriding bootstrap 
*/
@font-face {
  font-family: "Work Sans";
  src: url("/fonts/WorkSans/WorkSans-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("/fonts/WorkSans/WorkSans-Italic-Variable.woff2") format("woff2");
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
}
/****** DEFAULTS AND HEADINGS *******/
body, p, div, span {
  font-family: "Work Sans", Arial, sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", Arial, sans-serif;
}

h1 {
  font-size: 2.5rem;
  font-weight: bolder;
  text-transform: uppercase;
}

h2 {
  font-size: 2rem;
  font-weight: bolder;
}

h3 {
  font-size: 1.5rem;
  font-weight: bolder;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

img, .img-max {
  width: 100%;
  height: auto;
}

.header-logo {
  max-width: 150px;
}

.footer-logo {
  max-width: 200px;
}

.mobile-only {
  display: none !important;
  visibility: hidden !important;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* brand colors */
.red {
  color: #e22132;
}

.blue {
  color: #3f32d8;
}

.bronze {
  color: #74613D;
}

.gold {
  color: #c28c4c;
}

.darkgray {
  color: #232323;
}

/******* CTA *******/
a, .hfe-cta {
  color: #333;
  font-weight: bolder;
  word-break: break-word;
}

a:hover, .hfe-cta:hover {
  color: #000;
  text-decoration: underline;
}

.hfe-btn > a, .btn-primary {
  font-family: "Work Sans", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-align: center !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 3px !important;
  padding: 15px 25px !important;
  display: inline-block !important;
  transition: all 350ms ease !important;
  background-color: #000 !important;
  border-color: transparent !important;
  color: #fff !important;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  display: inline-block !important;
}

.hfe-btn > a:hover, .btn-primary:hover {
  background-color: #232323, !important;
  border-color: transparent !important;
  color: #fff !important;
}

.hfe-ghost-btn > a, .btn-primary.ghost, .hfe-promoPanel .btn-primary {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-align: center !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 3px !important;
  padding: 15px 25px !important;
  display: inline-block !important;
  transition: all 350ms ease !important;
  border-color: #000 !important;
  color: #000 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  display: inline-block !important;
}

.hfe-ghost-btn > a:hover, .btn-primary.ghost:hover, .hfe-promoPanel .darkText .btn-primary:hover {
  background-color: #000 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.tagline-box {
  border-left: 5px solid #3f32d8 !important;
}

/******* HEADER *******/
.hfe-nav.navbar {
  border-bottom: 1px solid #c9c8c0;
  padding: 0.25rem 5% 0.45rem 5%;
}

.utility-right {
  display: flex;
  justify-content: flex-end;
}

#utility-nav a, #primary-nav li > a {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.75px;
  display: block;
  color: #232323;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

#utility-nav .fas, #utility-nav .fab {
  font-size: 18px;
  margin-left: 5px;
}

#primary-nav ul {
  justify-content: center;
  display: flex;
  padding: 0;
  margin: 0;
  text-align: left;
}

#primary-nav .nav-item.cta a {
  color: #fff !important;
}

.header-right {
  text-align: right;
}

.subnav-container {
  padding: 30px 60px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  position: fixed;
  margin-top: 2px;
  width: 100%;
  left: 0;
  z-index: 100;
  display: none;
}

.nav-item:hover .subnav-container {
  display: flex;
}

@media only screen and (min-width: 994px) and (max-width: 1130px) {
  .hfe-nav.navbar {
    padding: 0 5%;
    margin-top: 1rem;
    height: 120px;
  }

  .header-left {
    position: absolute;
  }

  .header-logo {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-device-width: 590px), only screen and (max-width: 590px) {
  .navbar-logo {
    max-width: 120px;
    padding-bottom: 0.75rem;
  }

  .header-right {
    width: 58%;
  }

  .header-left {
    width: 39%;
  }
}
.btn.no-radius {
  border-radius: 0 !important;
}

.nav-item a {
  color: #232323;
  font-size: 1rem;
  font-weight: bolder;
}

.nav-item a:hover {
  color: #000;
}

.nav-item.link {
  border-bottom: 3px solid #fff;
}

.nav-item.link:hover {
  border-bottom: 3px solid #e22132;
}

.nav-item .btn-secondary {
  background-color: #e22132;
  border: 1px solid #e22132;
  color: #fff;
}

.nav-item .btn-secondary:hover {
  background-color: #cb1d2d;
  border: 1px solid #cb1d2d;
  color: #fff;
}

@media only screen and (max-width: 993px) {
  .nav-utility-link {
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .hfe-nav.navbar {
    margin-top: 0.5rem;
  }

  .hfe-nav .navbar-toggler {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-device-width: 590px), only screen and (max-width: 1220px) {
  .nav-item a {
    font-size: 0.75rem;
  }
}
.hfe-mobile-menu {
  background-color: #f7f7f7;
}

.hfe-accordions.mobile-menu .accordion button {
  padding: 1rem 1rem 1rem 1.5rem;
}

.hfe-accordions.mobile-menu .accordion button a {
  color: #232323;
  display: inline;
}

.hfe-accordions.mobile-menu .accordion button[aria-expanded=true] a {
  color: #fff;
}

.hfe-accordions.mobile-menu .accord button::before {
  content: "";
}

.hfe-accordions.mobile-menu button {
  width: 97% !important;
}

.hfe-accordions.mobile-menu button[aria-expanded=true] span.fas.fa-plus {
  display: none;
}

.hfe-accordions.mobile-menu button[aria-expanded=true] span.fas.fa-minus {
  display: block !important;
  color: #fff;
}

/******* FOOTER ********/
footer {
  background-color: #232323;
  color: #fff;
  font-size: 12px;
  padding-top: 60px;
}

footer a {
  color: #fff !important;
  text-decoration: none;
}

.footer-list a {
  display: block;
  margin-bottom: 0.5rem;
}

.global-footer {
  background-color: #000;
  padding: 15px;
  vertical-align: middle;
}

.global-footer .nav-link {
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0.5rem;
}

.global-footer .nav-link:hover {
  text-decoration: underline;
}

.iconRow {
  display: flex;
  justify-content: space-between;
}

.social {
  padding: 0;
}

.social li, .sponsors li {
  list-style-type: none;
  margin-bottom: 10px;
  margin-right: 2rem;
  display: inline-block;
}

.social li a:hover {
  text-decoration: none !important;
}

.sponsors {
  flex-wrap: wrap;
  align-items: center;
}

.social .fab {
  height: 40px;
  width: 40px;
  font-size: 16px;
  vertical-align: middle;
  line-height: 37px;
  padding: 0;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  padding-left: 3px;
}

.footer-list {
  border-top: 1px solid #fff;
  padding-top: 15px;
}

.footer-list .social li:last-child {
  margin-right: 0;
}

/******** NEWSLETTER *******/
.hfe-newsletter {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hfe-newsletter h2, .hfe-newsletter .description {
  margin-bottom: 2rem;
}

.hfe-newsletter .signup-form input[type=text], .search-box input[type=text] {
  border: 1px solid #c1c1c1;
  border-radius: 0;
  padding: 20px 30px;
  height: 60px;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hfe-newsletter .signup-form input[type=submit], .search-box input[type=submit] {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #c6c6c6;
  color: #000;
  border: 0;
  padding: 20px 15px;
  height: 60px;
  width: 140px;
}

.hfe-newsletter .signup-form input[type=submit]:hover, .search-box input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}

.search-box.findgames input[type=submit] {
  border: 1px solid #c6c6c6;
  background-color: #c6c6c6;
  color: #000 !important;
}

@media (min-width: 768px) {
  .hfe-newsletter .signup-form input[type=text], .search-box input[type=text] {
    width: 50%;
    margin-right: -7px;
  }

  .search-box.findgames input[type=text] {
    width: 80%;
    /* differs for hgi */
  }
}
@media (max-width: 767px) {
  .hfe-newsletter .signup-form, .search-box {
    position: relative;
  }

  /*.hfe-newsletter .signup-form input[type=submit], .search-box input[type=submit] {
      background-color: #c6c6c6;
      position: relative;
      width: 100%;
  }
  .hfe-newsletter .signup-form input[type=text], .search-box input[type=text] {
      padding-right: 0;
  } */
  .hfe-newsletter .signup-form input[type=text], .search-box input[type=text], .search-box.findgames input[type=text] {
    font-size: 12px;
    width: 100%;
    padding: 20px;
    /* padding-right: 160px; */
  }

  .hfe-newsletter .signup-form input[type=submit], .search-box input[type=submit] {
    font-size: 14px;
    /* position: absolute; 
    right: 0;
    top: 0; */
    position: relative;
    width: 100%;
  }
}
/******* CONTENTS *******/
.umb-grid .container {
  margin-bottom: 60px;
  max-width: none !important;
  padding: 0 !important;
}

.subnav-container .umb-grid .container {
  margin-bottom: 0 !important;
}

.wrapper, [data-wrapper="1"] {
  padding: 0 5%;
}

[data-wrapper-tb="1"] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.darkText {
  color: #333 !important;
}

.lightText {
  color: #fff !important;
}

.bg-gradient.bottom {
  position: absolute;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, transparent 0%, transparent 50%, #fff 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #fff 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 100%);
  bottom: 0;
}

.bg-gradient.top {
  position: absolute;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(bottom, transparent 0%, transparent 50%, #fff 100%);
  background: -webkit-linear-gradient(bottom, transparent 0%, transparent 50%, #fff 100%);
  background: linear-gradient(to top, transparent 0%, transparent 50%, #fff 100%);
  bottom: 0;
}

/* breadcrumbs */
.breadcrumb {
  font-size: 0.75rem;
  background: transparent;
}

.breadcrumb .divider {
  color: #dcdcdc;
}

.breadcrumb li {
  margin-right: 3px;
}

.breadcrumb li.active {
  font-weight: bolder;
}

.breadcrumb li a {
  color: #182F58;
}

/* link list */
.link-list h4 a {
  font-weight: normal !important;
  color: #4a4a4a !important;
}

#primary-nav .link-list ul, .link-list ul {
  display: block;
  margin-bottom: 1rem;
  list-style: none;
}

#primary-nav .link-list ul li {
  margin-bottom: 0.5rem;
}

#primary-nav .link-list ul li h4 a {
  text-transform: none !important;
}

/* author list */
.author-byline {
  display: inline;
  padding-inline-start: 0;
  list-style: none;
}

.author-byline li {
  display: inline;
  padding: 0 0.5rem;
  border-right: 2px solid #4a4a4a;
}

.author-byline a {
  color: #000 !important;
}

.author-byline li:last-child {
  border-right: 0 !important;
}

/* activity details */
.activityMeta h3, .activityMeta h4, .activityMeta h5 {
  color: #e22132;
  font-weight: bolder;
}

.activityMetaLabel {
  font-size: 0.75rem;
  font-weight: bolder;
  color: #4a4a4a;
  padding-right: 0.5rem;
}

.activityMetaContainer {
  padding: 0.25rem 0.75rem;
}

.activityAdditionalInfo {
  font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .activityMeta {
    margin-top: 1.5rem;
  }
}
/* section header */
.sectionIcon {
  max-width: 150px;
}

.sectionBackground {
  background-position: center center;
  /* margin-top: -4rem; */
  background-size: cover;
  position: relative;
}

.sectionBackground .sectionBox {
  padding: 8rem 0;
}

.sectionBox {
  width: 85%;
  margin: 0 auto;
}

.sectionBox .sectionIcon {
  position: relative;
  margin-bottom: -1.25rem;
  z-index: 2;
}

.sectionBox .sectionContents {
  border-radius: 3px;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 2.5rem 1.5rem;
  max-width: 75%;
}

.sectionDetails h4 {
  text-transform: uppercase;
  color: #e22132;
  font-weight: bolder;
  font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .sectionBox .sectionContents {
    max-width: 100%;
  }

  .sectionBackground .sectionBox {
    padding: 6rem 0;
  }

  .sectionBackground {
    /* margin-top: -2.5rem; */
  }
}
/* animals section */
.animals-header {
  background-color: #000;
  color: #fff;
  padding: 1.5rem 1rem;
  margin-top: -5rem;
  margin-bottom: 3rem;
}

/* ops alerts */
.opsAlert {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0.75rem;
  color: darkred;
}

.opsAlert-content {
  font-size: 0.75rem;
  text-align: center;
}

.opsAlert-content p {
  margin: 0 auto;
}

/* toasts */
.mktg-toast {
  position: fixed;
  z-index: 101;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  background: #e22132;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 2.5;
  overflow: hidden;
  box-shadow: 0 0 5px #7a7a7a;
}

@keyframes slideUp {
  0% {
    opacity: 1;
    transform: translateY(calc(100% + 10px));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mktg-toast {
  animation: slideUp 2s ease forwards;
  animation-delay: 5s;
}

.mktg-toast .fa-times-circle {
  font-size: 1rem !important;
}

.mktg-toast-title {
  padding: 1rem;
  font-weight: bolder;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .mktg-toast-title {
    font-size: 0.75rem;
    letter-spacing: 1.15;
    text-align: left;
  }
}
@media (max-width: 540px) {
  .mktg-toast {
    width: 90%;
  }
}
/* video hero */
.jumbotron {
  position: relative;
  overflow: hidden;
  background-color: black;
  margin-bottom: 0 !important;
}

.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity: 1;
}

.jumbotron .container {
  z-index: 2;
  position: relative;
}

.jumbotron .video-overlay {
  padding: 0 2rem;
}

.jumbotron .video-overlay h2 {
  color: #fff;
}

/* hero slider */
.hfe-hero .carousel-caption {
  bottom: 3rem;
  left: 10%;
}

.hfe-hero .gradient {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}

.hfe-hero .carousel-caption {
  text-shadow: 2px 2px 4px #000000;
}

.cta-container {
  height: 120px;
}

.cta-container.no-cta {
  height: 0px !important;
}

.hfe-hero .cta-container .btn-primary {
  background-color: #fff !important;
  border-color: transparent !important;
  color: #000 !important;
  text-shadow: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
}

.hfe-hero .carousel-caption h2 {
  font-size: 4rem;
}

.hfe-hero .carousel-caption p {
  font-size: 2rem;
  padding-top: 20px;
  line-height: 1.25;
}

@media (min-width: 767px) {
  .hfe-hero .carousel-caption {
    bottom: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .hfe-hero .carousel-caption h2 {
    font-size: 2rem;
  }

  .hfe-hero .carousel-caption p {
    font-size: 1.5rem;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-container {
    height: 90px !important;
  }

  .sectionBox-wrapper {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .hfe-hero .carousel-caption h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .hfe-hero .carousel-caption h2 {
    font-size: 1.5rem;
  }

  .hfe-hero .carousel-caption p {
    font-size: 1rem;
    padding-top: 10px;
  }
}
/* countdown timer */
.countdown-container {
  font-family: "Work Sans", Arial, sans-serif;
  text-align: center;
  color: #4a4a4a !important;
}

.countdown-container.lightText, .countdown-container.lightText h3 {
  color: #fff !important;
}

#countdown-content {
  color: #e22132 !important;
}

.lightText #countdown-content {
  color: #fff !important;
}

.countdown-timer {
  padding: 20px 20px 0 20px;
  margin: 0;
  font-size: 5rem;
  font-weight: bold;
}

.countdown-units {
  padding: 0 20px 20px 20px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.countdown-wrapper {
  width: initial;
  margin-bottom: -10px;
  position: relative;
  /*top: 4%;left: -20%;*/
  margin: 0 auto !important;
}

@media only screen and (max-device-width: 640px), only screen and (max-width: 712px) {
  .countdown-timer {
    padding: 10px 10px 0 10px;
    font-size: 2.5rem;
  }

  .countdown-units {
    padding: 0 10px 10px 10px;
    font-size: 1rem;
  }

  .countdown-wrapper {
    width: initial;
    margin-bottom: -10px;
    z-index: 99999;
    position: relative;
    /*top: 8%;left: -25%;*/
  }
}
@media only screen and (max-device-width: 560px), only screen and (max-width: 560px) {
  .countdown-timer {
    padding: 10px 10px 0 10px;
    font-size: 2rem;
  }

  .countdown-units {
    padding: 0 10px 10px 10px;
    font-size: 0.75rem;
  }

  .countdown-wrapper {
    width: initial;
    margin-bottom: -10px;
    z-index: 99999;
    position: relative;
    /* top: 6%;left: -24%;*/
  }
}
/******* MODALS ********/
.modal {
  top: 0;
}

@media (min-width: 767px) {
  .modal-dialog {
    max-width: 640px;
  }
}
/******* MIN DESKTOP 1024 ******/
/******* MIN DESKTOP ******/
@media (max-width: 1160px) {
  #primary-nav li > a {
    padding: 10px 15px;
  }
}
/******* TABLET ********/
@media only screen and (max-width: 991px) {
  .mobile-only {
    display: block !important;
    visibility: visible !important;
  }

  .desktop-only {
    display: none !important;
    visibility: hidden !important;
  }
}
/******* MOBILE ********/
@media only screen and (max-width: 768px) {
  .umb-grid .reverse .row, [data-reverse="1"] .row {
    flex-direction: column-reverse !important;
  }

  .umb-grid .reverse .row, [data-reverse="1"] .row .hfe-sectionHeader {
    text-align: left !important;
  }

  .umb-grid .container {
    margin-bottom: 30px;
    max-width: none !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  /* show 3 items */
  .hfe-carousel .carousel-inner .active,
.hfe-carousel .carousel-inner .active + .carousel-item,
.hfe-carousel .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }

  .hfe-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.hfe-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
.hfe-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }

  .hfe-carousel .carousel-inner .carousel-item-next,
.hfe-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .hfe-carousel .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .hfe-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
.hfe-carousel .carousel-item-next.carousel-item-left + .carousel-item,
.hfe-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
.hfe-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .hfe-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .hfe-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
.hfe-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
.hfe-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
.hfe-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* bs4+ fix */
.hfe-carousel .carousel-item {
  margin-right: auto;
}

/* .hfe-carousel .carousel-control-prev, .hfe-carousel .carousel-control-next {color: #333;font-size: 40px;position: relative;text-align: center;margin: 0 auto;} */
.hfe-carousel .carousel-control-prev, .hfe-carousel .carousel-control-next {
  color: #333;
  font-size: 40px;
}

.hfe-carousel .carousel-control-prev {
  color: #333;
  font-size: 40px;
}

.hfe-carousel .carousel-control-next {
  color: #333;
  font-size: 40px;
}

.hfe-carousel .carousel-control-prev:hover, .hfe-carousel .carousel-control-next:hover {
  color: #000;
}

.hfe-carousel .carousel-indicators {
  position: relative;
  top: 25%;
}

.hfe-carousel .carousel-indicators li {
  background-color: #333;
}

.hfe-carousel .carousel-indicators li:active {
  background-color: #000;
}

@media (max-width: 768px) {
  .hfe-carousel .carousel-item {
    display: none !important;
  }

  .hfe-carousel .carousel-item.active {
    display: flex !important;
  }
}
/* nocarousel */
.hfe-carousel .nocarousel-controls, .hfe-carousel .nocarousel-control-prev, .hfe-carousel .nocarousel-control-next, .hfe-carousel .nocarousel-control-indicators {
  display: none;
  visibility: hidden;
}

.hfe-carousel .nocarousel-item {
  margin-top: 30px;
}

/* tabbed content */
.hfe-tabbedContent {
  margin-top: 30px;
}

.hfe-tabbedContent .nav-tabs {
  margin-bottom: 2rem;
  /*padding: 0 5%*/
}

.hfe-tabbedContent .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* .hfe-tabbedContent .nav-tabs>li>a {margin-right: 2px;line-height: 1.42857143;border: 1px solid transparent;border-radius: 4px 4px 0 0;}
    .hfe-tabbedContent .nav-tabs>li>a:hover {border-color: #eee #eee #ddd;background-color: #eee;}
    .hfe-tabbedContent .nav-tabs>li.active>a, .hfe-tabbedContent .nav-tabs>li.active>a:focus, .hfe-tabbedContent .nav-tabs>li.active>a:hover{color: #fff;cursor: default;background-color: #232323;border: 1px solid #232323;border-bottom-color: transparent;} */
.hfe-tabbedContent .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0;
  border-radius: 4px 4px 0 0;
  color: #232323;
}

.hfe-tabbedContent .nav-tabs > li > a:hover {
  border-color: 0;
  background-color: transparent;
  border-bottom: 3px solid #e22132;
  text-decoration: none !important;
}

.hfe-tabbedContent .nav-tabs > li.active > a, .hfe-tabbedContent .nav-tabs > li.active > a:focus, .hfe-tabbedContent .nav-tabs > li.active > a:hover {
  color: #232323;
  cursor: default;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #e22132;
}

.hfe-tabbedContent .tab-pane {
  margin-top: 30px;
}

/* attraction search */
.hfe-attr-grid {
  margin-bottom: 2rem;
}

.hfe-attr-grid .resultItem h3 {
  padding-top: 1rem;
}

.hfe-attr-list .resultItem {
  align-items: center;
}

.resultItem a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.resultItem a .fa-chevron-right {
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .hfe-attr-grid {
    margin-bottom: 0.75rem;
  }

  .hfe-attr-list .resultItem h3 {
    margin-top: 0.75rem;
  }
}
/* accordion */
.hfe-accordions {
  margin: 30px 0;
}

.hfe-accordions .accordion {
  width: 100%;
}

.hfe-accordions .accordion .accord-header {
  padding: 0;
}

.hfe-accordions .accordion .accord-body {
  padding: 1.5rem;
  border: 1px solid #dcdcdc;
}

.accordion button {
  width: 100%;
  text-align: left;
  border-radius: 0;
  padding: 10px 5px 10px 20px;
  color: #232323;
  border-bottom: 1px solid #dee2e6;
}

.accordion button:hover, .accordion button:active, .accordion button:focus {
  text-decoration: none !important;
}

.accordion button[aria-expanded=true] {
  width: 100%;
  text-align: left;
  background-color: #232323;
  border-bottom: 0;
  color: #fff;
}

.accordion button::before {
  content: "+";
  font-size: 1.25rem;
  font-weight: bolder;
  padding-right: 1rem;
}

.accordion button[aria-expanded=true]::before {
  content: "-";
}

.accordion .accord {
  width: 67%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .accordion .accord {
    width: 90%;
  }
}
/* promo panel */
.hfe-promoPanel {
  margin: 30px 0;
}

.hfe-promoPanel .details {
  padding: 2rem;
}

.hfe-promoPanel .details h4 {
  text-transform: uppercase;
  color: #e22132;
  font-weight: bolder;
  font-size: 0.75rem;
}

.hfe-promoPanel .lightText h4 {
  color: #fff !important;
}

.hfe-promoPanel .photo {
  min-height: 320px;
}

.hfe-promoPanel .lightText a {
  color: #fff;
}

.hfe-promoPanel .lightText .btn-primary, [data-lighttext="1"] .btn-primary {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.hfe-promoPanel .lightText .btn-primary:hover, [data-lighttext="1"] .btn-primary:hover {
  background-color: #fff !important;
  border-color: transparent !important;
  color: #333 !important;
}

@media only screen and (max-width: 768px) {
  .hfe-promoPanel .details {
    text-align: left !important;
  }
}
/* content cards */
.card {
  background-color: transparent;
  margin: 0 0 20px 0;
  /* box-shadow: 0 0 15px rgba(0,0,0,0.15); */
}

.card-subtitle {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  color: #e22132;
}

@media only screen and (max-width: 768px) {
  .card-body {
    min-height: 100px !important;
  }

  header .card-body {
    min-height: 0 !important;
  }
}
.card-body a.card-link {
  padding-top: 1rem;
  bottom: 1rem;
  position: absolute;
  text-transform: uppercase;
}

.card-body a.card-link .fa-chevron-right {
  font-size: 1rem;
}

.card.shadow {
  box-shadow: none !important;
}

.card.noshadow {
  box-shadow: none !important;
  border: 0;
}

.hfe-card-section.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hfe-card-carousel.container-fluid {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

header .card-body {
  padding: 1rem 0 !important;
}

header .card-body, header .card-body a.card-link, header .card-body a.card-link .fa-chevron-right {
  color: #000 !important;
  font-size: 0.75rem !important;
  letter-spacing: 1.5px;
  position: relative !important;
}

/* hover collage */
.hfe-hover-collage .card-body {
  padding: 0;
}

.hfe-hover-collage .card-body .card-contents {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 1rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.83));
}

.hfe-hover-collage .card-link {
  position: relative;
}

.hfe-hover-collage .card-title, .hfe-hover-collage a {
  color: #fff;
}

.hfe-hover-collage .card-body {
  background-size: 100% 100%;
  background-position: top left;
  cursor: pointer;
  position: relative;
}

.hfe-hover-collage .gradient {
  background-color: rgba(0, 0, 0, 0.33);
  position: absolute;
  width: 100%;
  height: 100%;
}

@keyframes hoverBlock {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 105% 105%;
  }
}
.hfe-hover-collage .card-body:hover, .hfe-hover-collage .card-body:focus {
  animation: hoverBlock 1s ease-in forwards;
}

@media only screen and (max-width: 768px) {
  .hfe-hover-collage .card-body {
    min-height: 300px !important;
  }
}
/* ticket card */
.hfe-ticketCard h3 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 0.5rem;
}

.hfe-ticketCard {
  border-radius: 3px;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin: 30px auto;
  background-color: #fff;
  position: relative;
}

.hfe-ticketCard .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.hfe-ticketCard .body {
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
}

.hfe-ticketCard .snipe, .card .snipe {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 5px 10px;
  background-color: gold;
  color: #333;
  text-transform: uppercase;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 12px;
}

.hfe-ticketCard .ribbon, .card .ribbon {
  display: block;
  text-align: center;
  padding: 5px 10px;
  background-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 12px;
}

.variant-tabs {
  margin-bottom: 10px;
}

.variant-tabs .nav-tabs {
  border: none;
}

.variant-tabs li.nav-item {
  width: 50% !important;
  margin-bottom: 0;
}

.variant-tabs li.nav-item a {
  color: #999;
}

.variant-tabs li.nav-item a:hover {
  color: #fff;
  border: none;
  background-color: #4374a6;
  font-weight: bolder;
  cursor: pointer;
}

.variant-tabs li.nav-item a.active {
  color: #232323;
  border: none;
  border-bottom: 3px solid #4374a6;
  font-weight: bolder;
}

.hfe-pass-card .variant-tabs li.nav-item a {
  color: #fff;
  border: 1px solid #fff;
}

.hfe-pass-card .variant-tabs li.nav-item a:hover {
  color: #fff;
  border: none;
  background-color: #4374a6;
  font-weight: bolder;
  cursor: pointer;
}

.hfe-pass-card .variant-tabs li.nav-item a.active {
  color: #232323;
  border: none;
  border-bottom: 3px solid #fff;
  font-weight: bolder;
}

.sale-price {
  font-size: 2.25rem;
  padding-right: 5px;
}

.reg-price {
  color: #999;
  font-size: 0.75rem;
}

.hfe-pass-card .reg-price {
  color: #fff;
}

.darker .reg-price {
  color: #999;
}

.strike {
  text-decoration: line-through;
}

.benefits-list {
  padding-top: 30px;
}

.green, .darker .fas.green {
  color: green !important;
}

.red, .darker .fas.red {
  color: red !important;
}

/******** HGI LISTINGS ********/
.hgi-add-on {
  font-size: 0.75rem;
  margin-right: 1rem;
}

.hgi-tour-list .resultItem, .hgi-event-list .resultItem {
  padding: 1.5rem;
  border-bottom: 2px solid #c6c6c6;
}

.hgi-event-list .resultItem {
  padding-top: 2.25rem;
}

.hgi-tour-list .resultItem:nth-child(odd), .hgi-event-list .resultItem:nth-child(odd) {
  background-color: #f6f6f6;
}

.hgi-event-list {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.hgi-event-list .btn-primary {
  background-color: #e22132 !important;
  margin-top: 0 !important;
}

.hgi-event-list .btn-primary:hover {
  background-color: #cb1d2d !important;
}

.hgi-tour-list .btn-primary.ghost:hover {
  background-color: #cb1d2d !important;
}

.resultItem.featured {
  border: 1px solid #484848;
  background-color: #fff !important;
  position: relative;
  padding-top: 3rem;
}

.resultItem.featured .featuredText {
  padding: 0.33rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #484848;
  text-transform: uppercase;
  font-weight: bolder;
}

.hgi-venue-city, .hgi-venue-dates {
  display: inline;
}

.hgi-venue-city {
  font-weight: bolder;
  padding-right: 1rem;
  margin-right: 0.5rem;
  border-right: 1px solid #4a4a4a;
}

.hgi-team-list h3 {
  font-weight: normal;
  color: #fff;
}

.hgi-team-list .jersey-number {
  font-size: 4rem;
  font-weight: bolder;
  color: #fff;
}

span.show-games {
  color: #e22132;
  font-weight: bolder;
}

.playerdetail-number {
  font-size: 6rem;
  font-weight: bolder;
  margin-bottom: 0;
  margin-top: -4rem;
}

.playerdetail-name {
  font-weight: normal;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .hgi-team-list .jersey-number {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .playerdetail-number {
    font-size: 4rem;
    margin-top: -1rem;
  }

  .playerdetail-name {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 920px) {
  .hgi-team-list h3 {
    font-size: 1.15rem !important;
  }

  .hgi-team-list .jersey-number {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 475px) {
  .hgi-event-list h3, .hgi-event-list h4, .hgi-tour-list h3 {
    font-size: 1.15rem !important;
  }

  .hgi-event-list .resultItem .col-md-8, .hgi-tour-list .resultItem .col-md-8 {
    max-width: 150px;
  }

  .hgi-venue-city, .hgi-venue-dates {
    display: block;
    border: 0 !important;
  }
}
@media only screen and (max-width: 340px) {
  .hgi-event-list h3, .hgi-event-list h4, .hgi-tour-list h3 {
    font-size: 1rem !important;
  }

  .hgi-venue-city {
    font-size: 1rem !important;
  }

  .hgi-venue-city, .hgi-venue-dates {
    display: block;
    border: 0 !important;
  }
}
/*** combos ***/
.accordion#combo_listing .accord {
  width: 100%;
}

.accordion#combo_listing button {
  width: auto !important;
  padding: 10px 0 !important;
  border-bottom: 0 !important;
}

.accordion#combo_listing button::before {
  content: "" !important;
}

.accordion#combo_listing button[aria-expanded=true] {
  display: block !important;
  background-color: transparent;
  color: #212529;
}

.accordion#combo_listing button[aria-expanded=true] span.show-games {
  display: none;
}

.accordion#combo_listing button[aria-expanded=true] span.hide-games {
  display: block !important;
}

/******** UMB FORMS *******/
.umbraco-forms-page label {
  font-size: 0.75rem;
  font-weight: bolder;
  color: #232323;
}

.umbraco-forms-page .field-validation-error {
  font-size: 0.75rem;
  color: #e22132;
  font-weight: bolder;
}

.umbraco-forms-page input[type=text], .umbraco-forms-page select {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  height: 3rem;
  letter-spacing: 1px;
  font-size: 1rem;
}

.umbraco-forms-page .form-control.radio {
  border: 0 !important;
}

.umbraco-forms-page .form-control.radio input {
  margin-right: 1rem;
}

.umbraco-forms-page .checkbox label::before {
  display: none !important;
  visibility: hidden !important;
}

.umbraco-forms-page .checkbox input {
  margin-right: 0.5rem;
}

.umbraco-forms-page .validation-summary-errors {
  font-weight: bolder !important;
  color: #e22132 !important;
}

.umbraco-forms-page .form-group.hidden {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.umbraco-forms-submitmessage {
  text-align: center;
  margin: 0 auto;
  font-weight: bolder;
  font-style: italic;
  color: #232323;
}

/*# sourceMappingURL=hgi-styles.css.map */
