body {
	padding-top: 0 !important;
}

#header {
	position: relative !important;
}

#header.hide-meta .metanav {
    height: auto;
    padding: .79em 0;
}
	
#stickysub {
    position: relative;
    width: 100%;
    z-index: 999;
    transition: .3;
    padding: 1rem 0;
	text-align: center;
}

@media (min-width: 769px) {
    #stickysub {
        padding: 0;
    }
}

@media (min-width: 769px) {
	#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 {
    display: block;
    float: none;
    font-size: 1em;
    width: 90%;
    padding: 4px;
    margin: 0 auto 1em auto;
    border: 1px solid #999999;
    color: #666666;
    box-sizing: border-box;
}

@media (min-width: 769px) {
    #stickysub select {
		display: none;
	}
}

#stickysub .ui-selectmenu-button {
    margin: 0 auto !important;
    text-align: left;
}

@media (min-width: 769px) {
    #stickysub .ui-selectmenu-button {
        display: none;
    }
}

#stickysub #stickysub-nav {
    display: none;
    text-align: center;
    margin: 0;
	padding: 0;
}

@media (min-width: 769px) {
    #stickysub #stickysub-nav {
        display: block;
    }
}

#stickysub #stickysub-nav li {
    display: inline-block;
    margin: 0;
	padding: 0;
}

#stickysub #stickysub-nav li a {
    display: block;
    padding: 1rem 1.5rem;
    font-weight: 700;
	margin: 0;
    font-size: 1rem;
}

#stickysub #stickysub-nav li a i {
	margin-right: .25rem;
	font-size: .8125rem;
}

#stickysub #stickysub-nav li.toplink {
    float: right;
}

#se-info {
	text-align: center;
}

#se-info p {
	margin-bottom: .5rem;
}

#se-info .se-description {
	margin-top: 2rem;
}

#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: 769px) {
    #se-location-map {
        height: 640px;
    }
}

#se-location-map.loading {
  position: relative;
  min-height: 10em;
}

@media (min-width: 769px) {
  #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(/_assets/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: 769px) {
    #se-countdown-timer {
        font-size: 2rem;
    }
}

#se-countdown-timer .time-block {
    display: inline-block;
    vertical-align: top;
}

#se-countdown-timer .time-block span.num {
    display: block;
}

#se-countdown-timer .time-block span.label {
    display: block;
}

#se-countdown-timer span.colon {
    padding: 0 .5em;
    vertical-align: top;
}

.content-section .section-tabs nav ul {
  margin: 0; }

.content-section .section-tabs nav ul li {
	list-style: none;
}
  
.monkForm {
	padding-top: 24px;
}
 
.monkForm fieldset > legend {
	display: none;
}