#se-billboard {
  position: relative;
  width: 100%;
  min-height: 12rem;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

@media (min-width: 48em) {
  #se-billboard {
    min-height: 24rem;
  }
}
@media (min-width: 64em) {
  #se-billboard {
    min-height: 36rem;
  }
}

#stickysub {
    position: relative;
    width: 100%;
    z-index: 999;
    transition: .3;
    padding: 1rem 0;
	text-align: center;
}

@media (min-width: 37.5em) {
    #stickysub {
        padding: 0;
    }
}

@media (min-width: 37.5em) {
	#stickysub.stuck {
		position: fixed;
		top: 0;
		left: 0;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

#stickysub select {
	margin: 0 auto;
}

@media (min-width: 37.5em) {
  #stickysub select {
	  display: none;
  }
}

#stickysub .ui-selectmenu-button {
    margin: 0 auto !important;
    text-align: left;
}

@media (min-width: 37.5em) {
    #stickysub .ui-selectmenu-button {
        display: none;
    }
}

#stickysub #stickysub-nav {
    display: none;
    text-align: center;
    margin: 0;
	padding: 0;
}

@media (min-width: 37.5em) {
    #stickysub #stickysub-nav {
        display: block;
    }
}

#stickysub #stickysub-nav li {
    display: inline-block;
    margin: 0;
	padding: 0;
}

#stickysub #stickysub-nav li a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-weight: 700;
	margin: 0;
    font-size: 1.25rem;
}

#stickysub #stickysub-nav li.toplink {
    float: right;
}

#stickysub #stickysub-nav li.toplink a {
	position: relative;
}

#stickysub #stickysub-nav li a i {
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 16px;
}

.content-section {
  position: relative;
  background-color: #ffffff;
}
.content-section.dark {
  background-color: #000;
}
.content-section .content-section-inner {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 3em 0;
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
@media (min-width: 64em) {
  .content-section .content-section-inner {
    padding: 8em 0;
  }
}
@media (min-width: 64em) {
  .content-section .content-section-inner.parallax {
    background-attachment: fixed;
  }
}
/* TABS */
#content .special-event-tabs-wrapper * {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: initial;
  transform-origin: initial;
  -webkit-perspective-origin: initial;
  perspective-origin: initial;
}
#content .special-event-tabs-wrapper .special-event-tabs nav {
  max-width: 700px;
  margin: 0 auto;
}
#content .special-event-tabs-wrapper .special-event-tabs ul {
  margin: 20px auto 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#text .special-event-tabs-wrapper .special-event-tabs ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 150px;
}

#text .content-section .special-event-tabs-wrapper .special-event-tabs ul li a {
  color: rgba(30,30,30,0.95);
  width: 100%;
  display: block;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 4px solid;
  border-color: rgba(30,30,30,0.4);
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: .15em;
  position: relative;
  height: 40px;
  overflow: visible;
}
#text .content-section.dark .special-event-tabs-wrapper .special-event-tabs ul li a {
  border-bottom-color: rgba(255,255,255,0.4);
}
#text .special-event-tabs-wrapper .special-event-tabs ul li a.active, 
#text .content-section.dark .special-event-tabs-wrapper .special-event-tabs ul li a:hover {
  border-color: rgba(255,255,255,0.75);
}
#text .content-section.dark .special-event-tabs-wrapper .special-event-tabs ul li a {
  color: rgba(255,255,255,0.95);
  border-color: rgba(255,255,255,0.4);
}
#text .content-section .special-event-tabs-wrapper .special-event-tabs ul li a.active, 
#text .content-section .special-event-tabs-wrapper .special-event-tabs ul li a:hover {
  border-color: rgba(255,255,255,0.74);
}

#text .content-section .special-event-tabs-wrapper .special-event-tabs ul li a.active:after {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -7.07106781186548px;
  content: '';
  width: 0; 
  height: 0; 
  background: transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(30,30,30,0.75);
}

#text .content-section.dark .special-event-tabs-wrapper .special-event-tabs ul li a.active:after {
 border-top-color: rgba(255,255,255,0.75);
}

#text .dark .special-event-tabs nav ul li a,
#text .dark .special-event-tabs nav ul li a.active,
#text .dark p,
#text .dark h2,
#text .dark h3,
#text .dark h4,
#text .dark h6,
#text .dark li,
#text .dark h3 a,
#text .dark h3 a:hover {
	color: #ffffff;
}
section.dark .special-event-tabs-wrapper ul.special-event-tabs li a.active, section.dark .special-event-tabs-wrapper ul.special-event-tabs li:hover a {
  border-color: rgba(255,255,255,0.75);
}

#se-info {
	text-align: center;
}

#se-info p {
	margin-bottom: .5rem;
}

#se-info .se-description {
	margin-top: 2rem;
}

#se-info .eventTime {
	font-size: inherit;
}

#se-pricing {
	text-align: center;
}

#se-pricing p {
	margin-bottom: .5rem;
}


#se-location {
	text-align: center;
}

#se-location-map {
	position: relative;
    height: 350px;
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    #se-location-map {
        height: 640px;
    }
}

#se-location-map.loading {
  position: relative;
  min-height: 10em;
}

@media (min-width: 768px) {
  #se-location-map.loading {
    min-height: 15em;
  }
}

#se-location-map.loading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(/_img/loaders/preloader.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px 64px;
}

#se-location-map img {
    max-width: none;
}

#se-countdown {
	text-align: center;
}

#se-countdown-timer {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    #se-countdown-timer {
        font-size: 2rem;
		
    }
}

#se-countdown-timer .time-block {
    display: inline-block;
    vertical-align: top;
	padding: 0;
}

#se-countdown-timer .time-block span.num {
    display: block;
	padding: 0;
}

#se-countdown-timer .time-block span.label {
    display: block;
	padding: 0;
	line-height: 1 !important;
}

#se-countdown-timer span.colon {
    padding: 0 .5em;
    vertical-align: top;
}

.monkForm {
	padding-top: 2em;
}

.monkForm > fieldset > legend {
  display: none;
}

.content-section .special-event-tabs nav ul {
  margin: 0;
  list-style: none;
}
.content-section  .special-event-tabs li {
  list-style: none;
}

.fullwidth #content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.csstransforms3d.csstransitions.js #inner-wrap {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}