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

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  color: #4a4a4a;
}

h1 {
  font-size: 2.5rem;
  font-weight: 500;
}

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

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

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: 130px;
}

.footer-logo {
  display: none;
  visibility: hidden;
}

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* brand colors */
.green {
  color: #049B4D;
}

.red {
  color: #CB0421;
}

.darkred {
  color: #8A0015;
}

.darkgray {
  color: #909090;
}

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

a:hover, .hfe-cta:hover {
  color: #8A0015;
  text-decoration: underline;
  cursor: pointer;
}

.hfe-btn > a, .btn-primary {
  font-family: "Montserrat", 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: #CB0421 !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: #8A0015 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.hfe-ghost-btn > a, .btn-primary.ghost, .hfe-promoPanel .btn-primary {
  font-family: "Montserrat", 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: #4a4a4a !important;
  color: #4a4a4a !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: #CB0421 !important;
  border-color: transparent !important;
  color: #fff !important;
}

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

/******* HEADER *******/
.hfe-nav.navbar {
  border-bottom: 0;
  padding-right: 0;
  background: transparent;
  z-index: 99999;
  align-items: start;
  top: -5px;
}

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

#utility-nav a, #primary-nav li > a {
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 1.5px;
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  text-transform: none;
}

#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;
  background-color: #049B4D;
}

.header-right .nav-link {
  padding: 0;
}

.header-right .nav-item.link {
  border-bottom: 0;
  padding: 20px 30px;
}

.header-right .nav-item.link:hover {
  border-bottom: 0;
  background-color: #006732;
}

.header-right .nav-item.cta {
  padding: 1rem;
}

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

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

.hfe-nav.navbar .subnav-container .container {
  display: block !important;
}

@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: #4a4a4a;
  font-size: 1rem;
  font-weight: bolder;
}

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

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

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

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

.nav-item .btn-secondary:hover {
  background-color: #8A0015;
  border: 1px solid #8A0015;
  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: #fbf9ea;
}

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

.hfe-accordions.mobile-menu .accordion button a {
  color: #4a4a4a;
  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: #049B4D;
  color: #fff;
  font-size: 12px;
  padding-top: 60px;
}

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

footer h3, footer h4, footer h5 {
  color: #fff;
}

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

.content-footer {
  padding-bottom: 2rem;
}

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

.global-footer .col-md-4 {
  text-align: center;
}

.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: 0;
  padding-top: 0;
}

.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: 3px;
  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: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #CB0421;
  color: #fff;
  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: #8A0015;
}

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

  .hfe-newsletter .signup-form input[type=text], .search-box 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;
}

.grid-section > div {
  background-position: center center;
  background-size: cover;
}

.darkText {
  color: #4a4a4a !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: #CB0421;
}

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

#primary-nav .link-list ul, .link-list ul {
  display: block;
  margin-bottom: 2rem;
  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;
}

.subnav-container .link-list h4, .subnav-container .link-list h4 a {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-family: "Montserrat", Arial, sans-serif;
}

.subnav-container .link-list hr {
  margin: 0.5rem auto;
}

.subnav-container li > a {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: #676767 !important;
  letter-spacing: 1.5px !important;
  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: #CB0421;
  font-weight: bolder;
}

.activityMetaLabel {
  font-size: 0.75rem;
  font-weight: bolder;
  color: #757575;
  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: #049b4d;
  font-weight: bolder;
  font-size: 0.75rem;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 1.5px;
}

@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: #049b4d;
  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: #049b4d;
}

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

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

/* toasts */
.mktg-toast {
  position: fixed;
  z-index: 101;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  background: #e07500;
  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%;
  }
}
/* text carousel */
.hfe-text-carousel blockquote {
  padding: 0 15%;
}

.hfe-text-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%234a4a4a' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.hfe-text-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%234a4a4a' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* 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 h1 {
  font-weight: bolder;
}

.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: #4a4a4a !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;
  color: #fff;
}

.hfe-hero .carousel-caption p {
  font-size: 1.5rem;
  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.25rem;
    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;
  }

  .hfe-hero .carousel-caption {
    bottom: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .hfe-hero .carousel-caption h2 {
    font-size: 1.25rem;
  }
}
/* countdown timer */
.countdown-container {
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  color: #4a4a4a !important;
}

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

#countdown-content {
  color: #049b4d !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: 768px) {
  .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: #4a4a4a;font-size: 40px;position: relative;text-align: center;margin: 0 auto;} */
.hfe-carousel .carousel-control-prev, .hfe-carousel .carousel-control-next {
  color: #4a4a4a;
  font-size: 40px;
}

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

.hfe-carousel .carousel-control-next {
  color: #4a4a4a;
  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: #4a4a4a;
}

.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: #4a4a4a;border: 1px solid #4a4a4a;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: #4a4a4a;
}

.hfe-tabbedContent .nav-tabs > li > a:hover {
  border-color: 0;
  background-color: transparent;
  color: #4a4a4a;
  border-bottom: 3px solid #049b4d;
  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: #4a4a4a;
  cursor: default;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #049b4d;
}

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

/* calendar */
.calendar-container .cal-day {
  min-height: 200px;
}

.calendar-container .cal-day.prev-day, .calendar-container .cal-day.next-day {
  background-color: #eee;
}

.calendar-container .cal-day .featured {
  background-color: #049b4d;
}

.calendar-container .date-navigator, .calendar-container h3.date-header {
  color: #4a4a4a;
}

.calendar-container .activity-list .events-banner-featured {
  background-color: #049b4d;
}

.calendar-container .activity-list .events-banner-all {
  background-color: #8A0015;
}

.calendar-container .nav-list-by .list-by-item .active {
  color: #4a4a4a;
  border-bottom: 3px solid #049b4d;
}

.calendar-container .nav-list-by .list-by-item a {
  color: #4a4a4a;
}

.calendar-container .nav-list-by .list-by-item a:hover {
  color: #4a4a4a;
  border-bottom: 3px solid #049b4d;
}

@media only screen and (max-width: 1420px) {
  .calendar-container .cal-day {
    min-height: 220px;
  }
}
@media only screen and (max-width: 920px) {
  .calendar-container .cal-day {
    min-height: 260px;
  }
}
@media only screen and (max-width: 768px) {
  .calendar-container .nav-list-by.text-right, .calendar-container .nav-return-month.text-left {
    text-align: center !important;
  }
}
/* attraction search */
.hfe-attr-grid {
  margin-bottom: 2rem;
}

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

.hfe-attr-list .resultItem {
  align-items: center;
  margin-bottom: 2rem;
}

.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%;
  margin: 0 auto;
}

.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: #4a4a4a;
  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: #4a4a4a;
  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: #049b4d;
  font-weight: bolder;
  font-size: 0.75rem;
  font-family: "Montserrat", Arial, sans-serif;
}

.hfe-promoPanel .lightText h2, .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: #4a4a4a !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;
  font-size: 0.85rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.card-subtitle {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 0.75rem;
  font-family: "Montserrat", Arial, sans-serif;
  color: #049b4d;
  letter-spacing: 1.5px;
}

@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: 0 0 15px rgba(0, 0, 0, 0.15) !important;
  border: 0;
}

.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: 0.85rem;
  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: #FFCC18;
  color: #4a4a4a;
  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: #049b4d;
  font-weight: bolder;
  cursor: pointer;
}

.variant-tabs li.nav-item a.active {
  color: #4a4a4a;
  border: none;
  border-bottom: 3px solid #049b4d;
  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: #049b4d;
  font-weight: bolder;
  cursor: pointer;
}

.hfe-pass-card .variant-tabs li.nav-item a.active {
  color: #4a4a4a;
  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;
}

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

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

.umbraco-forms-page input[type=text], .umbraco-forms-page select {
  width: 100%;
  border: 1px solid #c1c1c1;
  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: #9a0000 !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: #CB0421;
}

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