/*
Template Name: MOSI
*/

.page-container {
	overflow: hidden;
}

.page-container .main-section {
	overflow: visible;
}

.vspacer.layer-dark::before {
	z-index: 0;
}

.page-intro-video .video-wrapper {
	transform: translate3d(0,0,0);
}

.video-popup {
	position: relative;
}

.video-popup-sidetext {
	white-space: nowrap;
}

.directions-map {
	overflow: hidden;
}

.directions-map iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.sz-sm.picture-content .picture-content-pic .picture {
	aspect-ratio: unset !important; /* about page tmp bug fix */
}

.faqs-item-body ul {
	margin: 10px 0 30px;
}

.faqs-item-body ul li {
	padding-left: 16px;
	position: relative;
}

.faqs-item-body ul li::before {
	top: 0;
	left: 0;
	content: "•";
	color: #a42ec2;
	position: absolute;
}

body.search-results {
	margin-top: 0;
}

.addon-item {
	transition: opacity .5s ease;
}

.addon-item .item-row-head-action {
	cursor: pointer;
}

.addon-item .item-row-head-action:hover span {
	text-decoration: underline;
}

.addon-item-disabled {
	opacity: .5;
	pointer-events: none;
}


/*.home-gradient {*/
/*	padding-bottom: 500px;*/
/*}*/

.rocket-wrap {
	width: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

.rocket-wrap .rocket {
	margin: 0 !important;
	overflow: hidden;
	background: #d3a8ff;
}

/*.rocket::before {*/
/*	display: block;*/
/*	content: '';*/
/*	width: 100%;*/
/*	height: 100px;*/
/*	position: absolute;*/
/*	top: 100%;*/
/*	left: 0;*/
/*	background: linear-gradient(to bottom, rgba(22,23,30,1) 0%,rgba(22,23,30,0) 100%);*/
/*}*/

/*.space-area .rocket::after {*/
/*	background: url(images/mask.png) center 0 no-repeat;*/
/*	background-size: 100% 100%;*/
/*}*/

.calendar-item-time span {
	text-transform: uppercase;
}

.calendar-item-main .title a {
	text-decoration: none;
}

.filter-acc-item label span {
	text-transform: capitalize !important;
}

a[name=list] {
	display: block;
	top: -45px;
	position: relative;
}

.media-wrap img,
.media-wrap video,
.media-wrap iframe {
	display: block;
	width: 100%;
}

.video-embed {
	position: relative;
  	padding-bottom: 56.25%;
  	height: 0;
}

.video-embed iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-post-gallery {
	width: 100vw;
	margin-left: 50%;
	overflow: hidden;
	transform: translateX(-50%);
}

.post-colouts form h5 {
	display: none;
}

.post-colouts .footer-signin {
	padding: 0;
}


/*.registration-form-step .form-controller.checkbox-group span.wpcf7-list-item {*/
/*	width: 20%;*/
/*	margin: 0;*/
/*}*/

.registration-form-step .wpcf7-form-control-wrap {
	display: block;
}

.registration-form-step .wpcf7-not-valid-tip {
	width: 100%;
	position: absolute;
	font-size: .8em;
}

#google_translate_element {
	margin-top: -5px;
}


.pagination span.current {
	width: 41px;
	height: 41px;
	padding: 5px;
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	background: #16171d;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 700 22px/1 "Space Grotesk",sans-serif;
	pointer-events: none;
}

.loading-state {
	opacity: .5;
	pointer-events: none;
}

.news-grid,
.pagination {
	transition: opacity .5s ease;
}

.search-item + .pagination {
	margin: 30px 0 50px;
}

.weather-slider-card .pic {
	display: flex;
	min-height: 100px;
	align-items: center;
}

.weather-slider-card .pic img {
	max-width: 70%;
}

.weather-container .weather-slider-card .pic {
	min-height: 125px;
}


.google_translate_element .goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: white;
    white-space: nowrap;
}

.google_translate_element .goog-te-gadget img {
    vertical-align: middle;
    border-radius: 100px;
}

.google_translate_element .goog-te-gadget-simple {
    background-color: #444;
    font-size: 10pt;
    display: inline-block;
    cursor: pointer;
    padding: 5px 5px;
    border: #444;
    border-radius: 20px;
}

.google_translate_element .goog-te-gadget-icon {
    margin-left: 2px;
    margin-right: 2px;
    width: 19px;
    height: 19px;
    border: none;
    vertical-align:middle
}

.google_translate_element .goog-te-combo {
    margin-left: 4px;
    margin-right: 4px;
    vertical-align:baseline
}

.google_translate_element .goog-te-gadget .goog-te-combo {
    margin: 4px 0
}

.google_translate_element .goog-te-gadget-simple a span {
	color: #fff !important;
}


.schedule-list .item .categories>span.green {
    background: -webkit-gradient(linear, left top, right top, from(#eafe8e), to(#caf7c7));
    background: -o-linear-gradient(left, #eafe8e 0, #caf7c7 100%);
    background:linear-gradient(to right, #eafe8e 0, #caf7c7 100%)
}

.schedule-list .item .categories>span.yellow {
    background: -webkit-gradient(linear, left top, right top, from(#f0fa86), to(#fde38d));
    background: -o-linear-gradient(left, #f0fa86 0, #fde38d 100%);
    background:linear-gradient(to right, #f0fa86 0, #fde38d 100%)
}

.schedule-list .item .categories>span.orange {
    background: -webkit-gradient(linear, left top, right top, from(#ffd87c), to(#ffbd4a));
    background: -o-linear-gradient(left, #ffd87c 0, #ffbd4a 100%);
    background:linear-gradient(to right, #ffd87c 0, #ffbd4a 100%)
}


.grecaptcha-badge {
	visibility: hidden;
} 


.dates-info-img {
  display: block;
  width: 126px;
  float: left;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 3px 25px 0 rgba(0,0,0,.16);
}

.dates-info-img img {
  display: block;
  width: 100%;
}

.dates-info-img + div {
  margin-left: 150px;
}

@media screen and (max-width: 767px) {

	.dates-info-img {
		float: none;
	}

	.dates-info-img + div {
	  margin: 25px 0 0;
	}

}

form.submitting {
	pointer-events: none;
}

form.submitting .btn {
	opacity: .5;
}