.hide {
  display: none !important;
  visibility: hidden !important;
  overflow: hidden !important;
}

.disclaimer {
  color: #676767 !important;
  font-size: 0.75rem !important;
}

.opsAlert img {
  max-width: 100px;
}

/* heroes */
.heroIcon {
  max-width: 33%;
}

.hfe-hero .carousel-caption.center {
  left: 15%;
}

.hfe-hero .carousel-caption.darkText {
  text-shadow: 1px 1px 4px #fcfcfc;
  color: #4a4a4a !important;
}
.hfe-hero .carousel-caption.darkText h2 {
  color: #4a4a4a !important;
}

@media only screen and (max-width: 768px) {
  .hfe-hero .cta-container .btn-primary {
    font-size: 0.75rem !important;
    padding: 0.5rem !important;
  }
}
@media only screen and (max-width: 640px) {
  .heroIcon {
    max-width: 48%;
  }
}
/* grid customizations */
.hfe-grid-fullwidth {
  display: block;
  height: auto;
  align-items: center;
  -ms-flex-align: center;
}

.hfe-grid-column {
  display: flex;
  height: 100%;
  align-items: center;
  -ms-flex-align: center;
}

[data-vertical-align=top].hfe-grid-column, [data-vertical-align=top] .hfe-grid-column {
  align-items: flex-start;
  -ms-flex-align: start;
}

[data-vertical-align=bottom].hfe-grid-column, [data-vertical-align=bottom] .hfe-grid-column {
  align-items: flex-end;
  -ms-flex-align: end;
}

[data-overrideFlex="1"] .hfe-grid-column {
  display: block;
}

.subnav-container .hfe-grid-column {
  display: block;
  height: auto;
}

.subnav-container .card .ribbon {
  display: none !important;
}

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

/* cards */
.hfe-card-section .card-body, .card-callout .card-body {
  padding-top: 0.5rem;
}

/* section headers */
.sectionContents {
  padding: 2rem;
}

@media only screen and (max-width: 768px) {
  .sectionContents {
    padding: 2rem 0;
  }
}
.column [data-wrapper-tb="1"] .sectionContents, .column [data-wrapper="1"] .sectionContents {
  padding: 0;
}

/* calendar */
.calendar-container {
  /* width: 1295px; */
}

.opsinfo-list .col {
  border-bottom: 1px solid #4a4a4a;
  padding: 0;
}

.opsinfo-list div {
  padding-bottom: 1rem;
}

.opsinfo-list div, .opsinfo-list span {
  color: #4a4a4a;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.opsinfo-list h6 {
  padding: 0.33rem;
  background-color: #4a4a4a;
  color: #fff;
  text-transform: uppercase;
}

.calendar-container .cal-day {
  border: solid 0.5px #dcdcdc;
  height: auto;
  min-height: 120px;
  width: 14.2857142857%;
  padding: 5px;
  float: left;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
}

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

.calendar-container .cal-day .featured-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.calendar-container .cal-day .featured {
  background-color: #e07500;
  color: #fff;
  margin: 0 -5px;
  padding: 0 5px;
  width: 100%;
}

.calendar-container .cal-day .featured a {
  color: #fff !important;
}

.calendar-container .row {
  margin-left: 0;
  margin-right: 0;
}

.calendar-container .cal-day.prev-day .purchase-container {
  display: none;
  visibility: hidden;
}

.calendar-container .date-navigator, .calendar-container h3.date-header {
  color: #2a388f;
  text-align: center;
}

.calendar-container .daily-schedule-header h3.date-header {
  margin-bottom: 0;
}

.calendar-container .daily-schedule-header {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 0.5rem;
  margin: 1rem auto;
}

.calendar-container .activity-list .events-banner-featured {
  background-color: #cb6e52;
  color: #fff;
  text-transform: uppercase;
  padding: 0.33rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bolder;
  letter-spacing: 1.5;
}

.calendar-container .activity-list .events-banner-all {
  background-color: #08156b;
  color: white;
  text-transform: uppercase;
  padding: 0.33rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bolder;
  letter-spacing: 1.5;
}

.calendar-container .activity-list .activity {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: solid 1px #dcdcdc;
}

.calendar-container .nav-list-by .list-by-item .active {
  font-weight: bolder;
  padding: 10px 0;
  color: #525252;
  border-bottom: 3px solid #d42e75;
}

.calendar-container .nav-list-by .list-by-item a {
  color: #525252;
  padding: 10px 0;
  text-decoration: none !important;
}

.calendar-container .nav-list-by .list-by-item a:hover {
  color: #525252;
  border-bottom: 3px solid #d42e75;
  text-decoration: none !important;
}

.calendar-container .activity-detail .img-max {
  max-width: 600px;
}

.calendar-container .activity-detail .activityMetaLabel, .calendar-container .activity .activityMetaLabel {
  text-transform: uppercase;
  font-weight: normal;
}

.calendar-container .activity-detail .activityAdditionalInfo {
  font-weight: bolder;
}

.calendar-container .activity-detail .showtimes {
  border-top: solid 1px #4a4a4a;
  border-bottom: solid 1px #4a4a4a;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}

.calendar-container .loading {
  animation: calendarDataChange 2s infinite;
}

@keyframes calendarDataChange {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}
/* Hiding classes for the calendar subapp */
body:not(.calendar-daily):not(.calendar-monthly) .hidden-calendar-daily,
body:not(.calendar-daily):not(.calendar-monthly) .hidden-calendar-monthly {
  display: none;
}

body.calendar-daily .hidden-calendar-daily, body.calendar-daily .cal-month-bottom-grid {
  display: none;
}

body.calendar-monthly .hidden-calendar-monthly, body.calendar-monthly .cal-daily-bottom-grid {
  display: none;
}

@media only screen and (max-width: 768px) {
  .daily-schedule-header .text-left {
    text-align: center !important;
  }

  .calendar-container .daily-schedule-header h3.day-header {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .calendar-container .cal-day {
    width: 100%;
  }

  .calendar-container .cal-day.prev-day, .calendar-container .cal-day.future-month.future-day {
    display: none;
    visibility: hidden;
  }

  .calendar-container .calnav-left, .calendar-container .calnav-right {
    width: 15%;
  }

  .calendar-container .calnav-center {
    width: 67%;
  }
}
.cal-week-legend-row {
  padding: 0.33rem 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.cal-week-legend-cell {
  display: inline-block;
  width: 14.2857142857%;
  font-size: 0.66rem !important;
  font-weight: bolder;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  color: #4a4a4a;
}

/* alerts and toasts */
body.hide-alerts .opsAlert, body.hide-toasts .mktg-toast {
  display: none !important;
  visibility: hidden !important;
  overflow: hidden !important;
}

.mktg-toast {
  width: 95vw !important;
  z-index: 2163300414 !important;
}

@media (max-width: 540px) {
  .mktg-toast {
    width: 90%;
    margin: 0 !important;
  }
}
.clickdform img {
  width: auto !important;
  height: auto !important;
}

/* section column settings */
[data-lighttext="1"] h1, [data-lighttext="1"] h2, [data-lighttext="1"] h3, [data-lighttext="1"] h4, [data-lighttext="1"] h5, [data-lighttext="1"] h6, [data-lighttext="1"] div, [data-lighttext="1"] p, [data-lighttext="1"] span, [data-lighttext="1"] a, [data-lighttext="1"] .card-subtitle {
  color: #fff !important;
}
[data-lighttext="1"] .btn-primary {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #4a4a4a !important;
}
[data-lighttext="1"] .btn-primary :hover {
  background-color: #fff !important;
  border-color: transparent !important;
  color: #4a4a4a !important;
}

[data-gradient]:not([data-gradient=""]) {
  position: relative;
}

.bg-gradient.bottom, [data-gradient=bottom] .bg-gradient {
  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;
  left: 0;
}

.bg-gradient.top, [data-gradient=top] .bg-gradient {
  position: absolute;
  height: 100%;
  width: 110%;
  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;
  left: 0;
}

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

.bg-gradient.right, [data-gradient=right] .bg-gradient {
  position: absolute;
  height: 100%;
  width: 110%;
  background: -moz-linear-gradient(right, transparent 0%, transparent 50%, #fff 100%);
  background: -webkit-linear-gradient(right, transparent 0%, transparent 50%, #fff 100%);
  background: linear-gradient(to right, transparent 0%, transparent 50%, #fff 100%);
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .bg-gradient.left, [data-gradient=left] .bg-gradient, .bg-gradient.right, [data-gradient=right] .bg-gradient {
    display: none;
    visibility: hidden;
  }
}
/* image gallery */
.hfe-imageGallery .carousel-control-prev, .hfe-imageGallery .carousel-control-next {
  top: 0;
  width: 15%;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.hfe-imageGallery .carousel-control-prev span, .hfe-imageGallery .carousel-control-next span {
  margin-top: -75%;
}

.hfe-imageGallery .carousel-caption.caption-gradient {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  text-shadow: none;
}

.hfe-imageGallery .hfe-hero .carousel-caption, .hfe-imageGallery .hfe-hero .carousel-caption p, .hfe-imageGallery .hfe-hero .carousel-caption div {
  font-size: unset !important;
}

.hfe-imageGallery .carousel-control:focus, .carousel-control:hover {
  color: #a7a7a7 !important;
  outline: solid 2px transparent !important;
}

.hfe-imageGallery .carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

.hfe-imageGallery .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.hfe-imageGallery .carousel .carousel-indicators {
  margin: 0 auto !important;
  overflow-x: scroll !important;
  position: static !important;
  text-align: center !important;
  white-space: nowrap !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.hfe-imageGallery .carousel .carousel-indicators li {
  background-color: transparent !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  height: auto !important;
  margin: 0 auto !important;
  width: 150px !important;
}

.hfe-imageGallery .carousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

.hfe-imageGallery .carousel .carousel-indicators li.active img {
  opacity: 1;
}

.hfe-imageGallery .carousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

/* booking widget */
.hfe-booking .widget-label {
  font-size: 0.75rem;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1.5;
  padding-bottom: 0.33rem;
}

.hfe-booking .header-row {
  background-color: #4a4a4a;
  color: #fff;
  font-weight: bolder;
  font-size: 0.75rem;
  letter-spacing: 1.5;
  padding: 0.33rem;
  text-align: center;
  border: 1px solid #4a4a4a;
  border-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.hfe-booking .body-row {
  padding: 1rem;
  border: 1px solid #4a4a4a;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.hfe-booking input[type=number] {
  max-width: 100px;
}

.badge-pill.in-bloom {
  background-color: #fff;
  color: #126600;
}

/* park zones */
.parkZone {
  border-top: 4px solid #4a4a4a;
  padding: 0.33rem 0.33rem 0 0.33rem;
}

.parkZoneTitle {
  text-transform: uppercase;
  font-size: 0.55rem;
  font-weight: bolder;
  letter-spacing: 1.5;
  text-align: right;
}

.activityMetaContainer .parkZoneTitle {
  font-size: 1rem;
  text-align: left;
}

/* fix anchors alignment */
.hfe-grid-column > a:not([href]), .hfe-grid-fullwidth > a:not([href]) {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
}

div[data-overrideflex="1"] .hfe-grid-column > a:not([href]), div[data-overrideflex="1"] .hfe-grid-fullwidth > a:not([href]) {
  display: block !important;
  position: relative !important;
  top: auto !important;
}

/* equal height and cards  */
.darkText.hfe-ticketCard .reg-price, .darkText.hfe-ticketCard .variant-tabs li.nav-item a {
  color: #676767 !important;
}
.darkText.hfe-ticketCard .variant-tabs li.nav-item a:hover, .darkText.hfe-ticketCard .variant-tabs li.nav-item a.active:hover {
  color: #fff !important;
}

.lightText.hfe-ticketCard h3, .lightText.hfe-ticketCard div, .lightText.hfe-ticketCard a {
  color: #fff !important;
}
.lightText.hfe-ticketCard .variant-tabs li.nav-item a.active {
  color: #525252 !important;
}
.lightText.hfe-ticketCard .variant-tabs li.nav-item a:hover, .lightText.hfe-ticketCard .variant-tabs li.nav-item a.active:hover {
  color: #fff !important;
}

.hfe-ticketCard .ribbon, .card .ribbon, .card .snipe {
  max-height: 1.75rem !important;
}

.ticket-container, .hfe-card-section {
  height: 100% !important;
}
.ticket-container .hfe-ticketCard, .ticket-container .card, .hfe-card-section .hfe-ticketCard, .hfe-card-section .card {
  height: 100% !important;
}

.hfe-card-section .col-md-4 {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hfe-ticketCard .ribbon, .card .ribbon, .card .snipe {
    max-height: 2.75rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .ticket-container .hfe-ticketCard, .hfe-card-section .card {
    height: auto !important;
  }
}
/* forms */
.form-group.titleanddescription .form-control {
  border: 0;
  padding: 0.5rem 0;
  height: auto;
}

/*# sourceMappingURL=style-base.css.map */
