/*!
Theme Name: Midway Motors
Theme URI: http://underscores.me/
Author: Modern Print & Design
Author URI: https://www.modernprint.co.uk
Description: Midway Motors 2024/5
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: midway-motors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*---------------------------------------------------------------*/
/* # Responsiveness & Mobile Optimisation ---------------------- */
/* --------------------------------------------------------------*/

header svg g,
footer svg g,
.contact-wrap svg g{
	-webkit-clip-path:none !important;
	        clip-path:none !important;
} 

#menu-toggle {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}

#menu-toggle > button,
#resp-menu > button {
	margin:0;
	background: var(--mm-gold);
	color: var(--mm-dkb);
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row;
	        flex-flow: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-transform: uppercase;
	padding-bottom: .5rem;
	-webkit-column-gap: .25rem;
	        column-gap: .25rem;
	border-radius: 1rem;
}

#resp-menu {
	background: url(img/midway-footer-small.jpg) #7f6135 no-repeat bottom right / contain;
}

#resp-menu > div.mobile-contact-wrap {
	padding:.5rem 1rem;
	background: rgba(0,0,0,.15);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
}

#resp-menu > div.mobile-contact-wrap::before {
	content:'';
	position:absolute;
	bottom:100%;
	left:0;
	width:100%;
	height:1.5rem;
	background: -webkit-gradient(linear, left bottom, left top, from(#6c532d), to(transparent));
	background: linear-gradient(0deg, #6c532d, transparent);
	pointer-events: none;
}

#resp-menu > div.mobile-logo-wrap {
	padding:1rem;
}

#resp-menu > div.mobile-contact-wrap a {
	color:#FFF
}

#resp-menu > div.mobile-contact-wrap svg path {
	fill:#FFF;
}

#resp-menu > div.mobile-contact-wrap > div.contact-wrap.eml {
	-webkit-box-ordinal-group:4;
	    -ms-flex-order:3;
	        order:3;
}

#resp-menu > div.mobile-contact-wrap > div.contact-wrap.soc {
	-webkit-box-ordinal-group:3;
	    -ms-flex-order:2;
	        order:2;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}

#resp-menu > div.mobile-contact-wrap > div.contact-wrap.tel {
	-webkit-box-ordinal-group:2;
	    -ms-flex-order:1;
	        order:1;
}

#resp-menu.is-open {
	overflow: visible;
}

#resp-menu > button {
	position:absolute;
	left: -3rem;
	top: 0;
	width:3rem;
	height:3rem;
	background: var(--mm-dkb);
	color: #FFF;
	border-radius: 0 0 0 1rem;
	padding: .5rem;
}

#resp-menu .submenu-toggle::after {
	border-top-color: var(--mm-dkb);
}

#resp-menu .mobile-menu-wrap > ul {
	height: 100%;
	overflow-y: scroll;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}

#resp-menu .mobile-menu-wrap ul {
	list-style:none;
}

.mobile-menu-wrap a,
.mobile-menu-wrap a:hover,
.mobile-menu-wrap a:focus{
	color:#FFF
}

.mobile-menu-wrap .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
	border-top-color: #FFF !important;
}

#resp-menu {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-flow:column;
	        flex-flow:column;
	height: 100vh;
}

#resp-menu > div.mobile-menu-wrap {
	-webkit-box-flex:1;
	    -ms-flex:1 1 auto;
	        flex:1 1 auto;
	height:auto;
	overflow-y: scroll;
}

#resp-menu > div.mobile-logo-wrap {
	-webkit-box-flex:0;
	    -ms-flex:0 0 auto;
	        flex:0 0 auto;
	height:auto;
}

#resp-menu .current_page_item {
	background:var(--mm-dkb);
}

#resp-menu .current_page_item > a {
	font-weight:700;
}

#resp-menu .mobile-menu-wrap ul ul {
	border-left:3px solid var(--mm-dkb);
	position:relative;
	left:-6px;
}

#mast-inner button > svg {
	width:1rem;
	height:1rem;
	display:block;
}

#mast-inner button > svg+span {
	position:relative;
	padding-top:.25rem;
}

/*--------------------------------------------------*/
/* Smartphones ------------------------------------ */
/*--------------------------------------------------*/
@media only screen and (max-width: 40em) {

	div#site-nav-contact {
		display:none;
	}

	html.mobile #site-branding a {
		padding:0;
	}

	html.mobile #site-branding a img {
		height:72px;
		width:auto;
	}

	html.mobile .home-slideshow div.trip-slide-details > div.trip-slide-overview > p:not(:first-of-type){
		display:none;
	}

	html.mobile .home-slideshow div.trip-slide-details > div.trip-slide-overview > p {
		line-height: 1.05;
		font-size: .875rem;
		margin: 0 0 0.5rem 0;
	}

	html.mobile .trip-slide-terms span,
	html.mobile .depart-terms span,
	html.mobile .trip-tile .tile-cats span,
	html.mobile body.single-trip .banner-terms span{
		font-size:.75rem;
		padding: .5rem .5rem .25rem .5rem;
	}

	html.mobile [slide-type="trip"] .slide-fg h2 {
		font-size: 1.25rem;
	}

	html.mobile [slide-type="trip"] .slide-fg h5 {
		font-size:1rem;
		margin-bottom:0;
	}

	html.mobile .trip-link-price a.link-button, 
	html.mobile .custom-link a.link-button {
		font-size:.925rem;
		padding-left: .75rem;
		line-height: 1;
	}

	html.mobile .trip-link-price span.price-circle {
		font-size:1.25rem;
		width: 4rem;
		height: 4rem;
	}

	html.mobile .swiper-slide .slide-fg > div.grid-container {
		padding-left:1rem;
		padding-right:1rem;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding-bottom: 4.5rem;
		height: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	html.mobile .trip-slide-details, 
	html.mobile .custom-slide-details {
		padding: .75rem;
	}

	html.mobile .home-slideshow .swiper-button-next, 
	html.mobile .home-slideshow .swiper-button-prev {
		top:auto;
		bottom: .75rem;
		height: 3rem;
	}

	html.mobile main.main-content > section.home-search {
		position: static;
	}

	html.mobile main.main-content > section.home-search > div, 
	html.mobile section.trip-search > div {
		border-radius:0;
	}

	html.mobile .home-slideshow .swiper-pagination.swiper-pagination-horizontal {
		padding-bottom: .75rem;
		-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));
		        filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));
	}

	html.mobile .trip-link-price, 
	html.mobile .slide-fg [data-align="lt"] .custom-link {
		padding-right:3rem;
		margin-top: 1rem;
	}

	html.mobile .home-slide-wrap .swiper-slide {
		max-height:75vh;
	}

	html.mobile .home-slideshow .slide-bg {
		position:absolute;
	}

	html.mobile .home-slideshow .slide-fg {
		position:relative;
	}

	html.mobile .home-search div form.search-form, 
	html.mobile .trip-search div form.search-form {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		row-gap:.5rem;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
	}

	html.mobile .home-search div form.search-form .input-wrap, 
	html.mobile .trip-search div form.search-form .input-wrap {
		-webkit-box-flex:1;
		    -ms-flex:1 1 auto;
		        flex:1 1 auto;
	}

	html.mobile .home-search div form.search-form input[type="submit"], 
	html.mobile .trip-search div form.search-form input[type="submit"] {
		height:auto;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		padding: 1rem 4rem 1rem 1rem;
		margin: 0 auto;
	}

	.home-search+.home-services {
		padding:0 1rem;
	}

	.home-services .grid-container {
		row-gap:1rem;
	}

	html.mobile .service-box.cell.small-12.medium-12.large-4 {
		width:100%;
	}

	html.mobile section.home-departing div.departing-inner {
		width:100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row column-reverse;
		        flex-flow: row column-reverse;
	}

	html.mobile .departing-wrap .tabs-content {
		height:auto;
		margin-bottom: 0;
		border-radius: 1.5rem;
	}

	html.mobile .departing-wrap ul.tabs {
		-webkit-column-gap:0;
		        column-gap:0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	html.mobile .departing-wrap ul.tabs li {
		max-width:none;
	}

	html.mobile .depart-gallery {
		left: auto;
		position:relative;
		height: 230px;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		overflow: hidden;
	}

	html.mobile .depart-gallery a {
		border-radius:1rem 1rem 0 0
		
	}

	html.mobile .depart-info {
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		position: relative;
		overflow: visible;
	}

	html.mobile .departing-inner .tabs-panel.is-active {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.mobile .departing-wrap .tabs-title.is-active > a > span {
		display:none;
	}

	html.mobile .depart-terms {
		-webkit-column-gap:.25rem;
		        column-gap:.25rem;
		position: absolute;
		bottom: 100%;
		left: 0;
		z-index: 9999;
		padding: .75rem;
		width: 60%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		row-gap: .25rem;
	}

	html.mobile .depart-terms > a, 
	html.mobile .depart-terms > span {
		-webkit-box-flex:0;
		    -ms-flex:0 0 auto;
		        flex:0 0 auto;
		width:auto;
	}

	html.mobile .depart-details h2 {
		font-size:1.75rem
	}

	html.mobile .included-wrap > span {
		width: calc(50% - .25rem);
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(50% - .25rem);
		        flex: 0 0 calc(50% - .25rem);
		font-size:.75rem;
		text-transform:uppercase;
		text-align: center;
	}

	html.mobile div.depart-info > div.depart-details > div > div.price-wrap.cell.small-12.medium-4 {
		position:absolute;
		bottom: calc(100% + .75rem);
		width: 50%;
		right: .75rem;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	html.mobile .depart-details span.price-circle {
		width:6rem;
		height:6rem;
		font-size:2rem;
	}

	html.mobile .departing-wrap div.link-bar {
		width: 100%;
		position: static;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		row-gap: .5rem;
	}

	html.mobile section.home-departing > div > div.departing-wrap {
		padding:0 1rem;
	}

	html.mobile .depart-gallery > span {
		text-transform:uppercase;
		font-weight:700;
		padding:.5rem .5rem .25rem .5rem;
		font-size:.825rem;
	}

	html.mobile .depart-date span {
		font-size:1.1rem;
	}

	html.mobile .depart-date .depart-month {
		font-size: 0.75rem;
	}

	html.mobile .depart-date {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		padding: .25rem;
	}

	html.mobile .depart-label {
		font-size:.625rem;
		font-weight:500;
		padding:0.325rem .325rem .125rem .325rem
	}

	html.mobile .departing-date {
		width:auto;
		height: auto;
	}

	html.mobile .depart-overview p:last-child { 
		margin-bottom:.75rem;
	}

	html.mobile .included-wrap.depart,
	html.mobile div.tile-text-wrap > div.tile-price > div > div {
		margin: 0 .25rem;
		width:calc(100% - .5rem);
		border-radius:1rem;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	html.mobile section.home-departing > div > h1,
	html.mobile section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-8 > h2,
	html.mobile section.home-about-contact > div > div.cell.small-12.medium-4 > h3 {
		color: var(--mm-dkb);
		font-size: 2rem;
		line-height: 1;
	}

	html.mobile .sbr-owl-nav > div {
		top:auto;
		bottom:0.75rem;
	}

	html.mobile #sb-reviews-container-1 > section > section.sb-feed-posts.sbr_carousel.sbr-owl-loaded.sbr-owl-drag div.sbr-owl-item {
		padding:.75rem;
	}

	html.mobile main.main-content > section.home-reviews {
		height:auto;
	}

	html.mobile #sb-reviews-container-1 .sb-post-item > .sb-item-text {
		font-size:1.125rem;
		line-height:1.125;
		text-align:center;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		padding: .5rem;
	}

	html.mobile [id^=sb-reviews-container-] .sb-feed-header-average {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.mobile #sb-reviews-container-1 section.sb-feed-header {
		padding:0.5rem;
	}

	html.mobile #sb-reviews-container-1 > section > section.sb-feed-header > div > div > div.sb-feed-header-btn-ctn.sb-relative > a {
		font-size:.75rem;
		text-transform:uppercase;
		line-height:1;
		padding: .5rem .5rem;
	}

	html.mobile #sb-reviews-container-1 > section > section.sb-feed-header > div > div > div.sb-feed-header-average.sb-relative > span.sb-feed-header-rating-subtext {
		font-size:.75rem;
		text-transform:uppercase;
		line-height:1;
		padding: 0;	
		margin:0;
	}

	html.mobile #sb-reviews-container-1 > section > section.sb-feed-header > div > div > div.sb-feed-header-btn-ctn.sb-relative > a > span {
		margin-right: .25rem;
	}

	html.mobile #sb-reviews-container-1 .sb-item-rating {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		width:100%;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		text-align:center;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		margin: 0;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	html.mobile [id^=sb-reviews-container-] .sb-item-author-date-ctn {
		-webkit-box-ordinal-group:4;
		    -ms-flex-order:3;
		        order:3;
		width:100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		text-align:center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	html.mobile [id^=sb-reviews-container-] .sb-item-author-date-ctn > div {
		width:100%;
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 !important;
	}

	html.mobile [id^=sb-reviews-container-] .sb-post-item {
		row-gap:.5rem;
	}

	html.mobile .parallax-fade.gold {
		background:var(--mm-gold);
		opacity:.75;
	}

	html.mobile .parallax-bg img, 
	html.mobile .parallax-bg picture {
		-o-object-position:right;
		   object-position:right;
	}

	html.mobile #page > main > section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-8 {
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		margin-bottom: 1.5rem;
		padding: 0 1.5rem;
	}

	html.mobile section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	html.mobile section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		row-gap:.5rem;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
		height: auto;
		padding: 0 1.5rem;
	}

	html.mobile section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y a[data-gal-num] {
		width:100%;
		-webkit-box-flex:0;
		    -ms-flex:0 0 100%;
		        flex:0 0 100%;
	}

	html.mobile section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y a:not([data-gal-num="0"]) {
		width:50%;
		-webkit-box-flex:0;
		    -ms-flex:0 0 calc(50% - .5rem);
		        flex:0 0 calc(50% - .5rem);
	}

	html.mobile #page > main > section.home-about-contact {
		padding-bottom:0;
	}

	html.mobile #page > main > section.home-about-contact > div > div.cell.small-12.medium-4 {
		margin-top:.75rem;
		padding: 1.5rem;
	}

	html.mobile section.home-about-contact > div {
		padding:0;
	}

	html.mobile #gform_2 div.ginput_complex span+span input {
		border-radius:0 1rem 1rem 0;
	}

	html.mobile #gform_2 #input_2_7 > div {
		border-radius:.5rem;
	}

	html.mobile #gform_submit_button_2 {
		height:auto;
	}

	html.mobile #gform_1 #field_1_9:before, 
	html.mobile #gform_2 #field_2_4:before,
	html.mobile #gform_1 #field_1_3:before, 
	html.mobile #gform_2 #field_2_1:before{
		background-position: center .75rem;
	}

	html.mobile #colophon > div {
		row-gap:1.5rem;
		margin: 0;
		padding: 0;
	}

	html.mobile #colophon div.cell.small-12.medium-6.large-4.grid-x {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		width: 100%;
		padding: 0 1rem;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		row-gap: 1rem;
		padding-bottom: 1.5rem;
		background: url(img/midway-footer-small.jpg) transparent no-repeat center bottom / 100%;
	}
	
	html.mobile #colophon .foot-menu {
		width: calc(48.5% - .5rem);
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(48.5% - .5rem);
		        flex: 0 0 calc(48.5% - .5rem);
		
	}

	html.mobile footer#colophon {
		background: #7f6135;
		padding-bottom: 0;
		padding-top: .75rem;
	}

	html.mobile li#menu-item-426, 
	html.mobile li#menu-item-842 {
		margin-top:0;
	}

	html.mobile .foot-contact.cell.small-12.medium-6.large-6 {
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		row-gap: .75rem;
		-webkit-column-gap: 1.5rem;
		        column-gap: 1.5rem;
		padding-top: 1rem;
	}

	html.mobile .foot-legal.cell.small-12.medium-6.large-6 {
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-bottom: .5rem;
	}

	html.mobile #colophon > div.legal-bar div.contact-wrap.soc {
		-webkit-box-ordinal-group:4;
		    -ms-flex-order:3;
		        order:3;
	}

	html.mobile #colophon > div.legal-bar div.contact-wrap.eml {
		-webkit-box-ordinal-group:5;
		    -ms-flex-order:4;
		        order:4;
	}

	html.mobile footer#colophon:before {
	    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #826337), color-stop(50%, transparent), color-stop(90%, #826337));
	    background: linear-gradient(90deg, #826337 10%, transparent 50%, #826337 90%);
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    opacity: .5;
	}

	html.mobile .sticky-container {
		height: 3.5rem;
		z-index: 9999;
	}

	html.mobile #masthead {
		height:auto;
		-webkit-transition:all .2s ease;
		transition:all .2s ease;
	}

	html.mobile .is-anchored #masthead {
		background:#FFF;
	}

	.is-stuck header#masthead #site-branding,
	.is-stuck header#masthead #site-branding a {
		padding:0;
		height: auto;
		-webkit-transition:all .2s ease;
		transition:all .2s ease;
		width: auto;
	}
	
	.is-stuck header#masthead #site-branding img {
		height: 2.5rem;
		width: auto;
	}

	section#listing div.cell.large-4 {
		width:100%;
		-webkit-box-flex:0;
		    -ms-flex:0 0 100%;
		        flex:0 0 100%;
		padding: .75rem;
	}

	html.mobile div.banner-fg h1 {
		width:100%;
		font-size: 2rem;
	}

	html.mobile section.trip-search {
		padding-top:0;
		padding-bottom: 0;
	}

	html.mobile section.trip-cats > div > div.cell.small-12.medium-9, 
	html.mobile section.trip-cats > div > div.cell.small-12.medium-3 {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		row-gap:.25rem;
		-webkit-column-gap:.25rem;
		        column-gap:.25rem;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		text-align: center;
		-ms-flex-line-pack: center;
		    align-content: center;
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
	}

	html.mobile section.trip-cats > div > div.cell.small-12.medium-3 {
		margin-bottom:.75rem;
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
	}

	html.mobile section.trip-cats > div > div.cell.small-12.medium-9 a {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(33% - .25rem);
		flex: 1 1 calc(33% - .25rem);
		text-align:center;
		width: calc(33% - .25rem);
		opacity: .5;
		padding: .25rem;
		font-size: 0.925rem;
		-ms-flex-line-pack: center;
		align-content: center;
		justify-content: center;
		line-height: 1;
		padding-top: .5rem;
	}

	html.mobile section.trip-cats > div > div.cell.small-12.medium-3 > a {
		-webkit-box-flex:0;
		    -ms-flex:0 0 calc(50% - .25rem);
		        flex:0 0 calc(50% - .25rem);
		width:calc(50% - .25rem);
		text-align:center;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}

	html.mobile section.trip-cats > div > div.cell.small-12.medium-9 a.active {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
		-webkit-box-flex:1;
		-ms-flex:1 1 100%;
		flex:1 1 100%;
		opacity: 1;
	}

	html.mobile .tile-text-wrap {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		width:100%;
	}

	html.mobile .tile-text-wrap > div {
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
	}

	html.mobile div.tile-text-wrap > div.tile-overview {
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
	}

	html.mobile div.tile-text-wrap > div.tile-price {
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
	}

	html.mobile .tile-img {
		-webkit-box-flex:0;
		    -ms-flex:0 0 auto;
		        flex:0 0 auto;
	}

	html.mobile .tile-includes .included-wrap {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.mobile .tile-includes .included-wrap span {
		-webkit-box-flex:1;
		    -ms-flex:1 1 calc(50% - .5rem);
		        flex:1 1 calc(50% - .5rem);
		width:calc(50% - .5rem);
		padding: .5rem .5rem 0.25rem;
	}

	html.mobile .tile-price span.price-circle {
		left:auto;
		right: .75rem;
		-webkit-transform: none;
		        transform: none;
	}

	html.mobile .tile-includes h4 {
		margin-top:0.25rem;
	}

	html.mobile h5.tile-date {
		font-size:1rem;
	}

	html.mobile section#listing .grid-x {
		row-gap: 1rem;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		padding: 0 .75rem;
		row-gap: .75rem;
		margin: 0;
	}

	html.mobile section#listing {
		padding-top:0.75rem;
	}



	html.mobile #listing > div > div.listing-foot.cell.small-12.grid-x{
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row nowrap;
		        flex-flow:row nowrap;
		row-gap:.5rem;
	}

	html.mobile .listing-foot .list-count,
	html.mobile .listing-head .list-count {
		row-gap:.5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	html.mobile .listing-head.cell.small-12.grid-x > div.list-count {
		width:50%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 50%;
		        flex: 1 1 50%;
	}

	html.mobile .listing-head.cell.small-12.grid-x > div.list-bread {
		width:100%;
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
		text-align:center;
		display: none;
	}

	html.mobile div.listing-head.cell.small-12.grid-x > div.list-count > span {
		font-weight: 700;
	}

	html.mobile div.list-count > span:nth-child(1) {
		display:none;
	}

	html.mobile div#trip-main,
	html.mobile div#trip-sidebar{
		width:100%;
		position:relative;
		margin: 0;
		padding-bottom: 0;
	}

	html.mobile section.trip-banner {
		height: 50vh;
	}

	html.mobile section#about-trip > div.cell.small-12.medium-7 {
		padding:0;
	}

	html.mobile section.trip-banner > div.banner-bg {
		width:100%;
		height:100%;
	}
		
	html.mobile section.trip-banner > div.banner-bg img {
		width:100%;
		height:100%;
		-o-object-fit:cover;
		   object-fit:cover;
	}

	html.mobile .trip-banner .banner-fg, 
	html.mobile .trip-listing-banner .banner-fg,
	html.mobile .page-banner .banner-fg {
		padding: 1rem .5rem;
		padding-top: 7.5rem;
	}

	html.mobile .trip-banner .banner-bg, 
	html.mobile .trip-listing-banner .banner-bg,
	html.mobile .page-banner .banner-bg {
		height: 40vh;
	}

	html.mobile .trip-banner .banner-bg img, 
	html.mobile .trip-listing-banner .banner-bg img,
	html.mobile .page-banner .banner-bg img {
		width:100%;
		height:100%;
		-o-object-fit:cover;
		   object-fit:cover;
	}

	html.mobile .trip-listing-banner .banner-fg,
	html.mobile .trip-listing-banner .banner-bg{
		height: 25vh;
	}

	html.mobile body.single-trip div.banner-fg h1 {
		font-size:2rem;
		margin:0;
	}

	html.mobile body.single-trip div.banner-dates > h3 {
		font-size:1.25rem;
		margin:0;
	}

	html.mobile body.single-trip div.banner-fg.grid-x > div > div.cell.small-12.medium-8.large-9 > div.banner-terms {
		width: calc(100% - 7.5rem);
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(100% - 7.5rem);
		        flex: 0 0 calc(100% - 7.5rem);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		row-gap: .325rem;
		height: 7.5rem;
	}

	html.mobile body.single-trip .banner-fg span.price-circle {
		width: 6.5rem;
		height: 6.5rem;
		font-size:2.5rem;
		position:absolute;
		bottom: .75rem;
		right: .75rem;
		-webkit-transform:none;
		        transform:none;
		margin-bottom: 0;
	}

	html.mobile .trip-banner .banner-fg > div {
		-webkit-box-align:end;
		    -ms-flex-align:end;
		        align-items:flex-end;
		-ms-flex-line-pack: end;
		    align-content: flex-end;
		margin-bottom: 0;
	}

	html.mobile .trip-banner .banner-fg .banner-dates h3 {
		font-size:1rem;
		font-weight:700;
	}

	html.mobile section.trip-info-wrapper > div.grid-container.grid-x {
		padding:0;
		margin:0;
	}

	html.mobile #trip-main section h2 {
		font-size:2rem;
		line-height:1;
		margin-bottom: 0;
	}

	html.mobile div#trip-gallery {
		margin-top:1.5rem;
	}

	html.mobile body.single-trip .included-wrap > span {
		font-size:1.125rem;
		text-transform:none;
		padding: .5rem .75rem .375rem;
		border-radius: 1rem;
	}

	html.mobile #trip-sidebar .side-nav {
		display:none;
	}

	html.mobile #mobile-cats {
		position:fixed;
		bottom:0;
		left:0;
		height:auto;
		width:100%;
	}

	html.mobile #mobile-cats ul {
		background:var(--mm-dkb);
		width:auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row nowrap;
		        flex-flow:row nowrap;
		list-style: none;
		margin: 0;
		padding-bottom: 1.5rem;
	}

	html.mobile #mobile-cats ul li {
		-webkit-box-flex:1;
		    -ms-flex:1 1 auto;
		        flex:1 1 auto;
		display:-webkit-inline-box;
		display:-ms-inline-flexbox;
		display:inline-flex;
		-ms-flex-line-pack:center;
		    align-content:center;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		font-weight: 100;
	}

	html.mobile #mobile-cats ul li a {
		display:-webkit-inline-box;
		display:-ms-inline-flexbox;
		display:inline-flex;
		-ms-flex-line-pack:center;
		    align-content:center;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		text-align:center;
		line-height:1;
		padding:.5rem;
		color:#FFF;
		font-size: .875rem;
	}

	html.mobile #mobile-cats ul li a.is-active {
		color:var(--mm-dkb);
		background:var(--mm-ltb);
		font-weight:700;
	}

	html.mobile #mobile-cats > div > h6 {
		color:#FFF;
		position:absolute;
		bottom: 0;
		width:100%;
		text-align:center;
		letter-spacing:8px;
		text-transform:uppercase;
		font-size:.875rem;
		line-height: 1.5rem;
		margin:0;
		font-weight:100;
		height: 1.5rem;
		background: var(--mm-ltb);
	}

	html.mobile #trip-itinerary {
		row-gap:0;
	}

	html.mobile #trip-itinerary > div:nth-child(1), 
	html.mobile #trip-itinerary > div:nth-child(2){
		width:100%;
		-webkit-box-flex:0;
		    -ms-flex:0 0 100%;
		        flex:0 0 100%;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
		text-align: left;
	}


	html.mobile span.day-circle {
		width: auto;
		padding: 0.5rem .5rem .5rem 0;
		border-radius: 0;
		-webkit-writing-mode: vertical-lr;
		    -ms-writing-mode: tb-lr;
		        writing-mode: vertical-lr;
		line-height: 1;
		height: auto;
		-webkit-box-flex:1;
		    -ms-flex:1 1 auto;
		        flex:1 1 auto;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		background: var(--destColor);
	}

	html.mobile #trip-itinerary > div.grid-x {
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: row-reverse nowrap;
		        flex-flow: row-reverse nowrap;
		margin-bottom:1rem;
		-webkit-column-gap: .5rem;
		        column-gap: .5rem;
		padding: 0;
		overflow: hidden;
	}

	html.mobile #trip-itinerary > div > div.cell.small-9.medium-10.large-11 {
		-webkit-box-flex:1;
		    -ms-flex:1 1 auto;
		        flex:1 1 auto;
		width: auto;
		padding: 1rem;
		font-size: 1rem;
		padding-right: 0.25rem;
	}

	
	html.mobile #trip-itinerary > div > div.cell.small-3.medium-2.large-1  {
		width:auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	html.mobile #trip-itinerary h4  {
		margin:0 0 1rem 0;
	}

	html.mobile #your-hotel > div > div > div.cell.small-12.medium-7 > div {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.mobile #your-hotel > div > div > div.cell.small-12.medium-7 {
		padding:1rem;
		row-gap: .5rem;
	}

	html.mobile #your-hotel h3 {
		font-size:1.5rem;
	}

	html.mobile #your-hotel p {
		font-size:1rem;
	}

	html.mobile #your-hotel > div > div > div.cell.small-12.medium-5 {
		height:180px
	}

	html.mobile #your-hotel > div > div > div.cell.small-12.medium-5 img {
		-o-object-fit:cover;
		   object-fit:cover;
	}

	html.mobile div#gf_page_steps_1  .gf_step_active:before {
		display:none;
	}

	html.mobile div#gf_page_steps_1 {
		margin-bottom:3.5rem
	}

	html.mobile div#gf_page_steps_1 .gf_step_active .gf_step_label {
		top:4.25rem;
		left:0;
		width:100%;
		text-align:center;
		padding: 0;
	}

	html.mobile div#trip-main > section#book {
		padding:0;
	}

	html.mobile div#trip-main > section#book > div > :not(#book-form-wrap) {
		padding:0 1.5rem;
	}
	
	html.mobile #gform_1 .gfmc-container {
		row-gap:.75rem;
	}

	html.mobile #input_1_5 {
		row-gap:.25rem
	}
	
	html.mobile #input_1_5 #input_1_5_5 {
		border-radius:1rem;
	}

	html.mobile #gform_1 div.gform-page-footer.gform_page_footer {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		position: relative;
		left: -1rem;
		width: calc(100% + 2rem);
		-webkit-column-gap: 1rem;
		        column-gap: 1rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	html.mobile #gform_1 .gfield_list_group {
		border: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	html.mobile #gform_1 .gfield_list_icons{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
		row-gap: .325rem;
		width: 2rem;
		margin: 0;
		border-radius: 1rem;
		position: absolute;
		right: -2rem;
		height: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	html.mobile #gform_1 div.gfield_list_groups > div.gfield_list_group.gform-grid-row {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row;
		        flex-flow: row;
		width: 100%;
		position: relative;
		-webkit-column-gap: .325rem;
		        column-gap: .325rem;
		padding-right:.325rem;
	}

	html.mobile #gform_1 div.gfield_list_groups > div.gfield_list_group.gform-grid-row div {
		margin:0;
	}

	html.mobile #gform_1 .gfield_list_icons button {
		width:1.5rem;
		height:1.5rem;
		margin: 0;
	}

	html.mobile #gform_1 div#field_1_40 {
		padding:0;
		background:transparent;
		margin-top:.5rem;
		border: none;
		position: relative;
		left: -.75rem;
	}

	#gform_1 .gfield_list_container .gfield_list_group_item {
		padding-right:.325rem;
	}
	

	#gform_1 .gfield_list_container .gfield_list_group_item input {
		border-radius:.75rem;
	}

	html.mobile #gform_1 .gfield_list_group_item::before {
		font-size:.75rem;
		text-transform:uppercase;
		letter-spacing:2px;
		font-weight:700;
	}

	html.mobile #gform_1 div#field_1_40 > :not(fieldset){
		padding-left:.75rem;
	}

	html.mobile #gform_1 .gform_next_button, 
	html.mobile #gform_1 .gform_previous_button,
	html.mobile #gform_submit_button_1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 calc(50% - .5rem);
		        flex: 0 1 calc(50% - .5rem);
		background-size: 1rem;
		font-size: 1.25rem;
	}

	html.mobile #gform_1 .gform_previous_button {
		padding-left:2.5rem
	}

	html.mobile #gform_1 .gform_next_button,
	html.mobile #gform_submit_button_1 {
		padding-right:2.5rem
	}

	#gform_1 .gform-loader {
		position:absolute;
		width: 2.5rem;
		height: 2.5rem;
		background: url(svg/logo-fade.svg) #FFF no-repeat center center / 2.5rem;
		border-block-start-color: var(--mm-dkb);
		border-block-end-color: var(--mm-ltb);
		border-inline-start-color: var(--mm-ltb);
		border-inline-end-color: var(--mm-dkb);
		left: calc(50% - 1.25rem);
	}

	#input_1_28 > div {
		margin:0 auto;
	}

	html.mobile #gform_1 #gform_fields_1_3 > div > div.gfmc-column {
		row-gap:1rem;
	}

	html.mobile #gform_1 .gfield--type-consent input[type="checkbox"], 
	html.mobile #gform_2 .gfield--type-consent input[type="checkbox"] {
		width: 2.5rem;
		height: 2.5rem;
		-ms-flex-preferred-size: 2.5rem;
		    flex-basis: 2.5rem;
	}

	html.mobile #gform_1 .gfield--type-consent .ginput_container_consent label, 
	html.mobile #gform_2 .gfield--type-consent .ginput_container_consent label {
		line-height:1.5;
	}

	html.mobile #about-trip p {
		font-size:1rem
	}

	html.mobile main.main-content section.service-intro {
		padding:1rem;
	}

	body.page-template-services main.main-content section:first-of-type .grid-container {
		padding: .5rem 0;
		background: transparent;
	}

	body.page-template-services section.service-intro > div > div.cell.small-12.medium-7.large-6 {
		margin-bottom:1rem;
	}

	body.page-template-services section.service-intro > div > div.cell.small-12.medium-7.large-6 p{
		font-size: 1rem;
	}

	body.page-template-services ul.service-list li {
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
	}

	body.page-template-services ul.service-list {
		padding:0.5rem 0;
	}

	html.mobile #page > main > section.service-intro > div {
		margin-bottom:0;
		padding: 0;
	}

	html.mobile .service-main .sections div.cell.small-12.medium-9.large-7 {
		padding:1rem;
	}

	html.mobile .service-main .sections > div {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		border-radius: 0;
	}

	html.mobile #page > main > section.service-main > div > ul,
	html.mobile section.service-intro ul.service-list {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		row-gap:.5rem;
		padding: 0 .75rem;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
		margin-bottom: .75rem;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	html.mobile section.service-intro ul.service-list {
		row-gap:.25rem;
		-webkit-column-gap:.25rem;
		        column-gap:.25rem;
		margin-bottom: 0;
	}

	html.mobile section.service-main > div > ul > li,
	html.mobile section.service-intro ul.service-list > li {
		width: auto;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 calc(50% - 2rem);
		        flex: 1 0 calc(50% - 2rem);
	}

	html.mobile section.service-intro ul.service-list > li {
		margin-left: 1.25rem;
	}

	html.mobile body.page-template-services main.main-content .grid-container {
		padding: .75rem 0;
		border-radius: 0 !important;
	}

	html.mobile section.service-main > div > ul > li > a {
		font-size:1.25rem;
		text-align: center;
	}

	html.mobile #page > main > section.service-main > div > div.cell.small-12.hide-for-medium-and-up {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		-ms-flex-line-pack:center;
		    align-content:center;
		margin-top:1rem;
		margin-bottom:.25rem;
		text-transform:uppercase;
		letter-spacing:2px;
		font-weight:700;
		color:var(--mm-ltb);
	}

	html.mobile .service-main .sections h3,
	html.mobile section.service-intro > div > div.cell.small-12.medium-7.large-6 > h2 {
		font-size:2rem;
	}

	.service-main .sections div.cell.small-12.medium-3.large-5 {
		height:25vh;
	}

	html.mobile #page > main > section.service-main {
		padding-bottom:0;
	}

	html.mobile .cell.small-12.medium-6.point-wrap {
		width:100%;
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
	}

	html.mobile ul.point-list li {
		width:100%;
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
		padding-right: 0;
	}

	html.mobile .cell.small-12.medium-6.point-map {
		width:100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	html.mobile #primary > section > div > div.cell.small-12.medium-6.point-map .point-disclaimer {
		position:static;
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		width:100%;
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
		margin-bottom:1rem;
	}

	html.mobile div.cell.small-12.medium-6.point-map > picture,
	html.mobile .cell.small-12.medium-6.point-map img {
		width:100%;
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
		max-width: none;
		margin: 0;
	}

	html.mobile section.pickup-wrapper {
		padding:0;
	}

	section.pickup-wrapper > div {
		padding:0;
	}

	html.mobile ul.point-list > li > div {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row nowrap;
		        flex-flow:row nowrap;
		-webkit-column-gap: .5rem;
		        column-gap: .5rem;
	}

	html.mobile .point-wrap ul li span.point-no {
		-webkit-box-flex:0;
		    -ms-flex:0 0 2rem;
		        flex:0 0 2rem;
		width:2rem;
	}

	html.mobile .point-wrap ul li div.name {
		-webkit-box-flex:1;
		    -ms-flex:1 1 calc(80% - 8.25rem);
		        flex:1 1 calc(80% - 8.25rem);
		width:calc(80% - 8.25rem);
		row-gap: 0;
		padding: 0;
	}

	html.mobile .point-wrap ul li p {
		-webkit-box-flex:0;
		    -ms-flex:0 0 100px;
		        flex:0 0 100px;
		width:100px;
		text-align:right;
	}

	html.mobile ul.point-list p {
		padding:0 .125rem 0 0;
		margin:0;
	}

	html.mobile .point-head-wrap {
		margin-bottom:.5rem;
	}

	html.mobile body.page-template-pickuppoints #fancybox-2 > div.fancybox__carousel.is-draggable > div > div > div > div,
	html.mobile body.page-template-pickuppoints .fancybox__backdrop{
		background:#FFF;
	}

	html.mobile div.cell.small-12.medium-6.point-map > div.cell.small-12.hide-for-large-and-up {
		position:absolute;
		bottom:0.5rem;
		right:0.5rem;
		width:auto;
		background:var(--mm-dkb);
		padding:.25rem .5rem 0.125rem .5rem;
		border-radius:.5rem;		
	}

	html.mobile div.cell.small-12.medium-6.point-map > div.cell.small-12.hide-for-large-and-up a {
		color:#FFF;
		font-size:.75rem;
		text-transform:uppercase;
		font-weight:700;
	}

	html.mobile div.news-wrap #cff.cff-masonry > div.cff-posts-wrap > div.cff-item {
		width:100%;
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
		margin:0;
	}

	html.mobile div.news-wrap #cff > div.cff-posts-wrap {
		margin:0 !important;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		padding:0 .75rem;
		row-gap: .75rem;
	}

	html.mobile main.main-content > section.news-outer > div.grid-container {
		padding:0;
	}

	html.mobile main.main-content > section.news-outer {
		background:transparent;
	}

	html.mobile #cff .cff-posts-wrap p.cff-post-text {
		font-size: .825rem;
	}

	html.mobile #cff.cff-masonry .cff-load-more {
		margin-top:.75rem;
	}

	html.mobile #page > main > section.service-main > div {
		padding:0;
	}

	html.mobile .service-intro div.cell.small-12.medium-5.large-5 {
		margin-top: 1rem;
	}

	html.mobile #page > main > section.default {
		padding: 1rem 0.375rem;
	}

	html.mobile .details-map-wrap.cell.small-12.medium-6.grid-y {
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	html.mobile div.form-wrap.cell.small-12.medium-6 {
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		max-width: none;
		margin-top: 1.5rem;
	}

	html.mobile div.details-map-wrap div.dmw-row {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}

	html.mobile div.details-map-wrap div.dmw-row > div,
	html.mobile .oh-wrap.cell.small-12.medium-6{
		-ms-flex-preferred-size:100%;
		    flex-basis:100%;
	}

	html.mobile section.contact-wrap {
		padding:1rem .375rem		
	}

	html.mobile .main-book-wrap .sidebar.cell {
		padding:0;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-bottom: .75rem;
		row-gap: 0;
	}

	html.mobile .main-book-wrap .sidebar.cell .ad-box {
		display:none;
	}

	html.mobile section.main-book-wrap p {
		font-size:1rem;
	}

	html.mobile section.main-book-wrap > div {
		padding:0;
	}

	html.mobile main.main-content section.main-book-wrap {
		padding-top:0;
	}

	html.mobile .sidebar.grid-y > .link-box.cell {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		row-gap:.5rem;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
		text-align:center;
	}

	html.mobile .sidebar.grid-y > .link-box.cell h4 {
		width:100%;
		-webkit-box-flex:0;
		    -ms-flex:0 0 100%;
		        flex:0 0 100%;
		text-transform:uppercase;
	}

	html.mobile .sidebar.grid-y > .link-box.cell > a {
		width:calc(50% - .25rem);
		-webkit-box-flex:1;
		    -ms-flex:1 1 calc(50% - .25rem);
		        flex:1 1 calc(50% - .25rem);
		text-align:center;
	}

	html.mobile #book-form-text {
		padding: 0 1rem;
	}

	html.mobile #gform_fields_1_2 > div > div:nth-child(2) {
		position:relative;
		left:-.75rem;
	}

	html.mobile #gform_1 .gfield--type-consent input[type="checkbox"]::before, 
	html.mobile #gform_2 .gfield--type-consent input[type="checkbox"]::before {
		width:1.5rem;
		height:1.5rem;
	}

	html.mobile .map-wrap.cell.small-6 {
		padding-bottom:100%;
	}
	
	html.mobile body.page-id-978 #page > main > section > div > div > h2 > span > strong > img {
		max-width:100% !important;
	}
	
	html.mobile #gform_fields_3 #field_3_4 span,
	html.mobile #gform_fields_3 #field_3_7,
	html.mobile #gform_fields_3 #field_3_8,
	html.mobile #gform_fields_3 #field_3_9,
	html.mobile div#term-sections > div {
		width: 100%;
		flex: 0 0 100%;
	}

	html.mobile div#input_3_10,
	html.mobile #term-sections {
		flex-flow:row wrap;
		row-gap:.5em;
		column-gap:2%;
		margin-bottom: .5em;
	}

	html.mobile div#input_3_10 .gchoice {
		width:49%;
		flex:0 0 49%;
	}

	html.mobile div#input_3_10 .gchoice label {
		padding:.75rem .75rem .5rem;
		line-height:1 !important;
	}

	html.mobile #show-terms h6 {
		width:100%;
	}

	html.mobile #gform_fields_3 fieldset#field_3_11,
	html.mobile #gform_3 .gform-footer.gform_footer.top_label {
		width:100%;
		position:relative;
		flex:1 1 100%;
		left:auto;
		bottom:auto;
	}

	html.mobile input#gform_submit_button_3 {
		margin-top:1.5rem;
	}
}


/*--------------------------------------------------*/
/* Tablets (portrait) ----------------------------- */
/*--------------------------------------------------*/
@media only screen and (min-width: 40em) and (max-width: 64em) and (orientation: portrait) and (-webkit-max-device-pixel-ratio: 1.5){

	div#site-nav-contact {
		display:none;
	}

	html.portrait #site-branding a {
		padding:0;
	}

	html.portrait #site-branding a img {
		height:72px;
		width:auto;
	}

	html.portrait .home-slideshow div.trip-slide-details > div.trip-slide-overview > p {
		line-height: 1.05;
		font-size: .825rem;
		margin: 0 0 0.5rem 0;
	}

	html.portrait .trip-slide-terms span,
	html.portrait .depart-terms span,
	html.portrait .trip-tile .tile-cats span,
	html.portrait body.single-trip .banner-terms span{
		font-size:.75rem;
		padding: .5rem .5rem .25rem .5rem;
	}

	html.portrait [slide-type="trip"] .slide-fg h2 {
		font-size: 1.25rem;
	}

	html.portrait [slide-type="trip"] .slide-fg h5 {
		font-size:1rem;
		margin-bottom:0;
	}

	html.portrait .trip-link-price a.link-button, 
	html.portrait .custom-link a.link-button {
		font-size:.925rem;
		padding-left: .75rem;
		line-height: 1;
	}

	html.portrait .trip-link-price span.price-circle {
		font-size:1.25rem;
		width: 4rem;
		height: 4rem;
	}

	html.portrait .swiper-slide .slide-fg > div.grid-container {
		padding-left:1rem;
		padding-right:1rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-top: 6.5rem;
		padding-bottom: 5.5rem;
		height: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	html.portrait .trip-slide-details, 
	html.portrait .custom-slide-details {
		padding: .75rem;
	}

	html.portrait .home-slideshow .swiper-button-next, 
	html.portrait .home-slideshow .swiper-button-prev {
		top:auto;
		bottom: .75rem;
		height: 3rem;
	}

	html.portrait main.main-content > section.home-search {
		position: static;
	}

	html.portrait main.main-content > section.home-search > div, 
	html.portrait section.trip-search > div {
		border-radius:0;
	}

	html.portrait .home-slideshow .swiper-pagination.swiper-pagination-horizontal {
		padding-bottom: .75rem;
		-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));
		        filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));
	}

	html.portrait .trip-link-price, 
	html.portrait .slide-fg [data-align="lt"] .custom-link {
		padding-right:3rem;
		margin-top: 1rem;
	}

	html.portrait .home-slide-wrap .swiper-slide {
		max-height: 35vh;
	}

	html.portrait .home-slideshow .slide-bg {
		position:absolute;
	}

	html.portrait .home-slideshow .slide-fg {
		position:relative;
	}

	html.portrait .home-search div form.search-form, 
	html.portrait .trip-search div form.search-form {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		row-gap:.5rem;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
	}

	html.portrait .home-search div form.search-form .input-wrap, 
	html.portrait .trip-search div form.search-form .input-wrap {
		-webkit-box-flex:1;
		    -ms-flex:1 1 auto;
		        flex:1 1 auto;
	}

	html.portrait .home-search div form.search-form input[type="submit"], 
	html.portrait .trip-search div form.search-form input[type="submit"] {
		height:auto;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		padding: 1rem 4rem 1rem 1rem;
		margin: 0 auto;
	}

	.home-search+.home-services {
		padding:0 1rem;
	}

	.home-services .grid-container {
		row-gap:1rem;
	}

	html.portrait section.home-departing div.departing-inner {
		width:100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row column-reverse;
		        flex-flow: row column-reverse;
	}

	html.portrait .departing-wrap .tabs-content {
		height:auto;
		margin-bottom: 0;
		border-radius: 1.5rem;
	}

	html.portrait .departing-wrap ul.tabs {
		-webkit-column-gap:0;
		        column-gap:0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	html.portrait .departing-wrap ul.tabs li {
		max-width:none;
	}

	html.portrait .depart-gallery {
		left: auto;
		position:relative;
		height: 270px;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		overflow: hidden;
	}

	html.portrait .depart-gallery a {
		border-radius:1rem 1rem 0 0
		
	}

	html.portrait .depart-info {
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		position: relative;
		overflow: visible;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row;
		        flex-flow: row;
		padding: 0;
	}

	html.portrait .departing-inner .tabs-panel.is-active {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.portrait .depart-terms {
		-webkit-column-gap:.25rem;
		        column-gap:.25rem;
		position: absolute;
		bottom: 100%;
		left: 0;
		z-index: 9999;
		padding: .75rem;
		width: 60%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		row-gap: .25rem;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	html.portrait .depart-terms > a, 
	html.portrait .depart-terms > span {
		-webkit-box-flex:0;
		    -ms-flex:0 0 auto;
		        flex:0 0 auto;
		width:auto;
	}

	html.portrait .depart-details h2 {
		font-size:1.75rem
	}

	html.portrait .included-wrap > span {
		font-size:.75rem;
		text-transform:uppercase;
		text-align: center;
	}

	html.portrait div.depart-info > div.depart-details > div > div.price-wrap.cell.small-12.medium-4 {
		position:absolute;
		bottom: calc(100% + .75rem);
		width: 50%;
		right: .75rem;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	html.portrait .depart-details span.price-circle {
		width:6rem;
		height:6rem;
		font-size:2rem;
	}

	html.portrait .departing-wrap div.link-bar {
		width: 100%;
		position: static;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		row-gap: .5rem;
	}

	html.portrait section.home-departing > div > div.departing-wrap {
		padding:0 1rem;
	}

	html.portrait .depart-gallery > span {
		text-transform:uppercase;
		font-weight:700;
		padding:.5rem .5rem .25rem .5rem;
		font-size:.825rem;
	}

	html.portrait .depart-date span {
		font-size:1.1rem;
	}

	html.portrait .depart-date .depart-month {
		font-size: 0.75rem;
	}

	html.portrait .depart-date {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		padding: .25rem;
	}

	html.portrait .depart-label {
		font-size:.625rem;
		font-weight:500;
		padding:0.325rem .325rem .125rem .325rem;
	}

	html.portrait .departing-date {
		width:auto;
		height: auto;
	}

	html.portrait .depart-overview p:last-child { 
		margin-bottom:.75rem;
	}
	
	html.portrait section.home-departing > div > h1,
	html.portrait section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-8 > h2,
	html.portrait section.home-about-contact > div > div.cell.small-12.medium-4 > h3 {
		color: var(--mm-dkb);
		font-size: 2rem;
		line-height: 1;
	}

	html.portrait .sbr-owl-nav > div {
		top:auto;
		bottom:0.75rem;
	}

	html.portrait #sb-reviews-container-1 > section > section.sb-feed-posts.sbr_carousel.sbr-owl-loaded.sbr-owl-drag div.sbr-owl-item {
		padding:.75rem;
	}

	html.portrait main.main-content > section.home-reviews {
		height:auto;
	}

	html.portrait #sb-reviews-container-1 .sb-post-item > .sb-item-text {
		font-size:1.125rem;
		line-height:1.125;
		text-align:center;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		padding: .5rem;
	}

	html.portrait [id^=sb-reviews-container-] .sb-feed-header-average {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.portrait .parallax-fade.gold {
		background:var(--mm-gold);
		opacity:.75;
	}

	html.portrait .parallax-bg img, 
	html.portrait .parallax-bg picture {
		-o-object-position:right;
		   object-position:right;
	}

	html.portrait #page > main > section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-8 {
		padding: 1.5rem 10%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}

	html.portrait section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y {
	}

	html.portrait section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		row-gap:.5rem;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
		height: auto;
		padding: 0 1.5rem;
		width: 100%;
		-ms-flex-direction: row;
		    flex-direction: row;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 1.5rem;
	}

	html.portrait section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y a[data-gal-num] {
		width: calc(33.3333% - .5rem);
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(33.3333% - .5rem);
		        flex: 0 0 calc(33.3333% - .5rem);
	}

	html.portrait #page > main > section.home-about-contact {
		padding-bottom:0;
	}

	html.portrait #page > main > section.home-about-contact > div > div.cell.small-12.medium-4 {
		padding: 2.5rem 10%;
		width: 100%;
	}

	html.portrait section.home-about-contact > div {
		padding:0;
	}

	html.portrait #gform_2 div.ginput_complex span+span input {
		border-radius:0 1rem 1rem 0;
	}

	html.portrait #gform_2 #input_2_7 > div {
		border-radius:.5rem;
		width: auto !important;
		height: auto !important;
	}

	html.portrait #gform_submit_button_2 {
		height:auto;
	}

	html.portrait #gform_1 #field_1_9:before, 
	html.portrait #gform_2 #field_2_4:before,
	html.portrait #gform_1 #field_1_3:before, 
	html.portrait #gform_2 #field_2_1:before{
		background-position: center .75rem;
	}

	html.portrait #colophon > div {
		row-gap:1.5rem;
		padding: 0;
		margin: 0;
	}

	html.portrait #colophon > div:nth-child(1) > div.cell.small-12.medium-4 {
		width: 30%;
		margin: 0 auto 0 0;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}

	html.portrait #colophon > div:nth-child(1){
		background: url(img/midway-footer-bg.jpg) #7a5b2f no-repeat center bottom / cover;
    }

	html.portrait #colophon div.cell.small-12.medium-6.large-4.grid-x {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		width: 100%;
		padding: 0 1rem;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		row-gap: 1rem;
		padding-bottom: 1.5rem;
	}
	
	html.portrait #colophon .foot-menu {
		width: calc(33.33333% - .66666667rem);
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 calc(33.33333% - .66666667rem);
		        flex: 1 1 calc(33.33333% - .66666667rem);
	}

	html.portrait footer#colophon {
		background: #7a5b2f;
		background-position-y: 214px;
		padding-bottom: 0;
		padding-top: 1rem;
	}

	html.portrait #colophon > div.legal-bar > div {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		height: 76px;
	}

	html.portrait li#menu-item-426, 
	html.portrait li#menu-item-842 {
		margin-top:0;
	}

	html.portrait .foot-contact.cell.small-12.medium-6.large-6 {
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		row-gap: .75rem;
		-webkit-column-gap: 1.5rem;
		        column-gap: 1.5rem;
		/* padding-top: 1rem; */
		width: 100%;
	}

	html.portrait .foot-legal.cell.small-12.medium-6.large-6 {
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-bottom: .5rem;
		width: 100%;
	}

	html.portrait #colophon > div.legal-bar div.contact-wrap.soc {
		-webkit-box-ordinal-group:4;
		    -ms-flex-order:3;
		        order:3;
	}

	html.portrait #colophon > div.legal-bar div.contact-wrap.eml {
		-webkit-box-ordinal-group:5;
		    -ms-flex-order:4;
		        order:4;
	}

	html.portrait footer#colophon:before {
	    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #826337), color-stop(50%, transparent), color-stop(90%, #826337));
	    background: linear-gradient(90deg, #826337 10%, transparent 50%, #826337 90%);
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    opacity: .5;
	}

	html.portrait .sticky-container {
		height: 3.5rem;
		z-index: 9999;
	}

	html.portrait #masthead {
		height:auto;
		-webkit-transition:all .2s ease;
		transition:all .2s ease;
	}

	html.portrait .is-anchored #masthead {
		background:#FFF;
	}

	.is-stuck header#masthead #site-branding,
	.is-stuck header#masthead #site-branding a {
		padding:0;
		height: auto;
		-webkit-transition:all .2s ease;
		transition:all .2s ease;
		width: auto;
	}
	
	.is-stuck header#masthead #site-branding img {
		height: 2.5rem;
		width: auto;
	}

	html.portrait section#listing div.cell.large-4 {
		width: calc(50% - .5rem);
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(50% - .5rem);
		        flex: 0 0 calc(50% - .5rem);
		padding: 0;
	}

	html.portrait div.banner-fg h1 {
		width:100%;
		font-size: 2rem;
	}

	html.portrait section.trip-search {
		padding-top:0;
		padding-bottom: 0;
	}

	html.portrait section.trip-cats > div {
		-webkit-box-pack:justify;
		    -ms-flex-pack:justify;
		        justify-content:space-between;
	}

	html.portrait section.trip-cats > div > div.cell.small-12.medium-9, 
	html.portrait section.trip-cats > div > div.cell.small-12.medium-3 {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		row-gap:.25rem;
		-webkit-column-gap:.25rem;
		        column-gap:.25rem;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		text-align: center;
		-ms-flex-line-pack: center;
		    align-content: center;
		width: auto;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}

	html.portrait section.trip-cats > div > div.cell.small-12.medium-3 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row;
		        flex-flow: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		justify-items: center;
		width: auto;
		margin-top: .5rem;
	}

	html.portrait section.trip-cats > div > div.cell.small-12.medium-9 a {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		text-align:center;
		width: auto;
		opacity: .5;
		padding: .25rem .5rem 0 .5rem;
		-ms-flex-line-pack: center;
		    align-content: center;
	}

	html.portrait section.trip-cats > div > div.cell.small-12.medium-3 > a {
		text-align:center;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}

	html.portrait section.trip-cats > div > div.cell.small-12.medium-9 a.active {
		-webkit-box-ordinal-group:0;
		    -ms-flex-order:-1;
		        order:-1;
		/* flex:1 1 100%; */
		opacity: 1;
	}

	html.portrait .tile-text-wrap {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		width:100%;
	}

	html.portrait .tile-text-wrap > div {
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
	}

	html.portrait div.tile-text-wrap > div.tile-overview {
		/* order:2; */
	}

	html.portrait div.tile-text-wrap > div.tile-price {
	}

	html.portrait .tile-img {
		-webkit-box-flex:0;
		    -ms-flex:0 0 auto;
		        flex:0 0 auto;
	}

	html.portrait .tile-includes .included-wrap {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.portrait .tile-includes .included-wrap span {
		-webkit-box-flex:1;
		    -ms-flex:1 1 calc(50% - .5rem);
		        flex:1 1 calc(50% - .5rem);
		width:calc(50% - .5rem);
		padding: .5rem .5rem 0.25rem;
	}

	html.portrait .tile-price span.price-circle {
		left:auto;
		top:auto;
		right: .75rem;
		-webkit-transform: none;
		        transform: none;
		width:5rem;
		height:5rem;
		font-size:1.75rem;
		bottom:calc(100% + 4rem);
	}

	html.portrait .tile-includes h4 {
		margin-top:0.25rem;
	}

	html.portrait h5.tile-date {
		font-size:1rem;
	}

	html.portrait section#listing .grid-x {
		row-gap: 1rem;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		padding: 0 .75rem;
		row-gap: 1rem;
		margin: 0;
	}

	html.portrait section#listing {
		padding-top:0.75rem;
	}



	html.portrait #listing > div > div.listing-foot.cell.small-12.grid-x{
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row nowrap;
		        flex-flow:row nowrap;
		row-gap:.5rem;
	}

	html.portrait .listing-foot .list-count,
	html.portrait .listing-head .list-count {
		row-gap:.5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	html.portrait .listing-head.cell.small-12.grid-x > div.list-count {
		width:50%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 50%;
		        flex: 1 1 50%;
	}

	html.portrait .listing-head.cell.small-12.grid-x > div.list-bread {
		width:100%;
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
		text-align:center;
		display: none;
	}

	html.portrait div.listing-head.cell.small-12.grid-x > div.list-count > span {
		font-weight: 700;
	}

	html.portrait div.list-count > span:nth-child(1) {
		display:none;
	}

	html.portrait div#trip-main,
	html.portrait div#trip-sidebar{
		width:100%;
		position:relative;
		margin: 0;
		padding-bottom: 0;
	}

	html.portrait section.trip-banner {
		height: 33vh;
	}

	html.portrait section.trip-banner > div.banner-bg {
		width:100%;
		height:100%;
	}
		
	html.portrait section.trip-banner > div.banner-bg img {
		width:100%;
		height:100%;
		-o-object-fit:cover;
		   object-fit:cover;
	}

	html.portrait .trip-banner .banner-fg, 
	html.portrait .trip-listing-banner .banner-fg,
	html.portrait .page-banner .banner-fg {
		padding: 1rem .5rem;
		padding-top: 7.5rem;
	}

	html.portrait .trip-banner .banner-bg, 
	html.portrait .trip-listing-banner .banner-bg,
	html.portrait .page-banner .banner-bg {
		height: auto;
		min-height: 25vh;
	}

	html.portrait .trip-listing-banner .banner-fg,
	html.portrait .trip-listing-banner .banner-bg{
		height: 25vh;
	}

	html.portrait body.single-trip div.banner-fg h1 {
		font-size:2rem;
		margin:0;
	}

	html.portrait body.single-trip div.banner-dates > h3 {
		font-size:1.25rem;
		margin:0;
	}

	html.portrait body.single-trip div.banner-fg.grid-x > div > div.cell.small-12.medium-8.large-9 > div.banner-terms {
		width: calc(100% - 7.5rem);
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(100% - 7.5rem);
		        flex: 0 0 calc(100% - 7.5rem);
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row;
		        flex-flow: row;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		row-gap: .325rem;
		height: 7.5rem;
	}

	html.portrait body.single-trip .banner-fg span.price-circle {
		width: 6.5rem;
		height: 6.5rem;
		font-size:2.5rem;
		position:absolute;
		bottom: .75rem;
		right: .75rem;
		-webkit-transform:none;
		        transform:none;
		margin-bottom: 0;
	}

	html.portrait .trip-banner .banner-fg > div {
		-webkit-box-align:end;
		    -ms-flex-align:end;
		        align-items:flex-end;
		-ms-flex-line-pack: end;
		    align-content: flex-end;
		margin-bottom: 0;
	}

	html.portrait section.trip-info-wrapper > div.grid-container.grid-x {
		padding:0;
		margin:0;
	}

	html.portrait #trip-main section h2 {
		font-size:2rem;
		line-height:1;
		margin-bottom: 0;
	}

	html.portrait div#trip-gallery {
		margin-top:1.5rem;
	}

	html.portrait body.single-trip .included-wrap > span {
		font-size:1.125rem;
		text-transform:none;
		padding: .5rem .75rem .375rem;
		border-radius: 1rem;
	}

	html.portrait #trip-sidebar .side-nav {
		display:none;
	}

	html.portrait #mobile-cats > div {
		top: auto !important;
		bottom:0 !important;
	}

	html.portrait #mobile-cats ul {
		background:var(--mm-dkb);
		width:auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row nowrap;
		        flex-flow:row nowrap;
		list-style: none;
		margin: 0;
		padding-bottom: 1.5rem;
	}

	html.portrait div#trip-main div#breadcrumbs {
		margin:2.5rem 0 -2.5rem;
	}

	html.portrait #mobile-cats ul li {
		-webkit-box-flex:1;
		    -ms-flex:1 1 auto;
		        flex:1 1 auto;
		display:-webkit-inline-box;
		display:-ms-inline-flexbox;
		display:inline-flex;
		-ms-flex-line-pack:center;
		    align-content:center;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		font-weight: 100;
	}

	html.portrait #mobile-cats ul li a {
		display:-webkit-inline-box;
		display:-ms-inline-flexbox;
		display:inline-flex;
		-ms-flex-line-pack:center;
		    align-content:center;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		text-align:center;
		line-height:1;
		padding:.5rem;
		color:#FFF;
		font-size: .875rem;
		width: 100%;
	}

	html.portrait #mobile-cats ul li a.is-active {
		color:var(--mm-dkb);
		background:var(--mm-ltb);
		font-weight:700;
	}

	html.portrait #mobile-cats > div > h6 {
		color:#FFF;
		position:absolute;
		bottom: 0;
		width:100%;
		text-align:center;
		letter-spacing:8px;
		text-transform:uppercase;
		font-size:.875rem;
		line-height: 1.5rem;
		margin:0;
		font-weight:100;
		height: 1.5rem;
		background: var(--mm-ltb);
	}

	html.portrait #trip-itinerary > div:nth-child(1), 
	html.portrait #trip-itinerary > div:nth-child(2){
		width:100%;
		-webkit-box-flex:0;
		    -ms-flex:0 0 100%;
		        flex:0 0 100%;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
		text-align: left;
	}
	
	html.portrait #trip-itinerary > div > div.cell.small-3.medium-2.large-1  {
		width:auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	html.portrait #your-hotel > div > div > div.cell.small-12.medium-7 > div {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.portrait #your-hotel > div > div > div.cell.small-12.medium-7 {
		padding:1rem;
		row-gap: .5rem;
		width: 50%;
	}

	html.portrait #your-hotel h3 {
		/* font-size:1.5rem; */
	}

	html.portrait #your-hotel p {
		font-size: 1.125rem;
	}

	html.portrait #your-hotel > div > div > div.cell.small-12.medium-5 {
		height: 0;
		width: 50%;
		position: relative;
		padding-bottom: 52.5%;
	}

	html.portrait #your-hotel > div > div > div.cell.small-12.medium-5 img {
		-o-object-fit:cover;
		   object-fit:cover;
		position: absolute;
		top: 0;
		left: 0;
	}

	html.portrait div#trip-main > section#book {
		padding-top: 1rem;
		background: #fef4e5;
		padding-left: 0;
		padding-right: 0;
	}

	html.portrait div#trip-main > section#book > div > :not(#book-form-wrap) {
		padding:0 1.5rem;
		margin: 0;
	}
	
	html.portrait #gform_1 .gfmc-container {
		row-gap:.75rem;
	}

	html.portrait #input_1_5 {
		row-gap:.25rem;
	}
	
	html.portrait #input_1_5 #input_1_5_5 {
		border-radius:1rem;
	}

	html.portrait #gform_1 div.gform-page-footer.gform_page_footer {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		position: relative;
		left: -1rem;
		width: calc(100% + 2rem);
		-webkit-column-gap: 1rem;
		        column-gap: 1rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	html.portrait #gform_1 .gfield_list_group {
		border: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	html.portrait #gform_1 .gfield_list_icons{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
		row-gap: .325rem;
		width: 2rem;
		margin: 0;
		border-radius: 1rem;
		position: absolute;
		right: -2rem;
		height: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	html.portrait #gform_1 div.gfield_list_groups > div.gfield_list_group.gform-grid-row {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row;
		        flex-flow: row;
		width: 100%;
		position: relative;
		-webkit-column-gap: .325rem;
		        column-gap: .325rem;
		padding-right:.325rem;
	}

	html.portrait #gform_1 div.gfield_list_groups > div.gfield_list_group.gform-grid-row div {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		position: static;
	}

	html.portrait #gform_1 .gfield_list_icons button {
		width:1.5rem;
		height:1.5rem;
		margin: 0;
	}

	html.portrait #gform_1 div#field_1_40 {
		padding:0;
		background:transparent;
		margin-top:.5rem;
		border: none;
		position: relative;
		left: -.75rem;
	}

	#gform_1 .gfield_list_container .gfield_list_group_item {
		padding-right:.325rem;
	}
	

	#gform_1 .gfield_list_container .gfield_list_group_item input {
		border-radius:.75rem;
	}

	html.portrait #gform_1 .gfield_list_group_item::before {
		font-size:.75rem;
		text-transform:uppercase;
		letter-spacing:2px;
		font-weight:700;
	}

	html.portrait #gform_1 div#field_1_40 > :not(fieldset){
		padding-left:.75rem;
	}

	html.portrait #gform_1 .gform_next_button, 
	html.portrait #gform_1 .gform_previous_button,
	html.portrait #gform_submit_button_1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 calc(50% - .5rem);
		        flex: 0 1 calc(50% - .5rem);
		background-size: 1rem;
		font-size: 1.25rem;
	}

	html.portrait #gform_1 .gform_previous_button {
		padding-left:2.5rem
	}

	html.portrait #gform_1 .gform_next_button,
	html.portrait #gform_submit_button_1 {
		padding-right:2.5rem
	}

	#gform_1 .gform-loader {
		position:absolute;
		width: 2.5rem;
		height: 2.5rem;
		background: url(svg/logo-fade.svg) #FFF no-repeat center center / 2.5rem;
		border-block-start-color: var(--mm-dkb);
		border-block-end-color: var(--mm-ltb);
		border-inline-start-color: var(--mm-ltb);
		border-inline-end-color: var(--mm-dkb);
		left: calc(50% - 1.25rem);
	}

	#input_1_28 > div {
		margin:0 auto;
	}

	html.portrait #gform_1 #gform_fields_1_3 > div > div.gfmc-column {
		row-gap:1rem;
	}

	html.portrait #gform_1 .gfield--type-consent input[type="checkbox"], 
	html.portrait #gform_2 .gfield--type-consent input[type="checkbox"] {
		width: 2.5rem;
		height: 2.5rem;
		-ms-flex-preferred-size: 2.5rem;
		    flex-basis: 2.5rem;
	}

	html.portrait #gform_1 .gfield--type-consent .ginput_container_consent label, 
	html.portrait #gform_2 .gfield--type-consent .ginput_container_consent label {
		line-height:1.5;
	}

	html.portrait #about-trip p {
		font-size:1rem
	}

	html.portrait main.main-content section.service-intro {
		padding:1rem;
	}

	html.portrait body.page-template-services main.main-content section:first-of-type .grid-container {
		padding: .5rem 0;
		background: transparent;
	}

	html.portrait body.page-template-services section.service-intro > div > div.cell.small-12.medium-7.large-6,
	html.portrait section.service-intro > div > div.cell.small-12.medium-7.large-6 {
		margin-bottom:1rem;
		width: 100%;
	}

	html.portrait body.page-template-services section.service-intro > div > div.cell.small-12.medium-7.large-6 p{
		font-size: 1rem;
	}

	html.portrait body.page-template-services ul.service-list li {
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
	}

	html.portrait body.page-template-services ul.service-list {
		padding:0.5rem 0;
	}

	html.portrait #page > main > section.service-intro > div {
		margin-bottom:0;
		padding: 0;
	}

	html.portrait .service-main .sections div.cell.small-12.medium-9.large-7 {
		padding:1rem;
		width: 70%;
	}

	html.portrait .service-main .sections > div {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		border-radius: 0;
	}

	html.portrait .service-main .sections > div {
		padding-top:2.5rem;
	}

	html.portrait #page > main > section.service-main > div > ul,
	html.portrait section.service-intro ul.service-list {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		row-gap:.5rem;
		padding: 0 .75rem;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
		margin-bottom: -1.5rem;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	html.portrait section.service-intro ul.service-list {
		row-gap:.25rem;
		-webkit-column-gap:.25rem;
		        column-gap:.25rem;
		margin-bottom: 0;
	}

	html.portrait section.service-main > div > ul > li,
	html.portrait section.service-intro ul.service-list > li {
		width: auto;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}

	html.portrait section.service-intro ul.service-list > li {
		margin-left: 1.25rem;
	}

	html.portrait body.page-template-services main.main-content .grid-container {
		padding: .75rem 0;
		border-radius: 0 !important;
	}

	html.portrait section.service-main > div > ul > li > a {
		font-size:1.25rem;
		text-align: center;
	}

	html.portrait #page > main > section.service-main > div > div.cell.small-12.hide-for-medium-and-up {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		-ms-flex-line-pack:center;
		    align-content:center;
		margin-top:1rem;
		margin-bottom:.25rem;
		text-transform:uppercase;
		letter-spacing:2px;
		font-weight:700;
		color:var(--mm-ltb);
	}

	html.portrait .service-main .sections h3,
	html.portrait section.service-intro > div > div.cell.small-12.medium-7.large-6 > h2 {
		font-size:2rem;
	}

	html.portrait .service-main .sections div.cell.small-12.medium-3.large-5 {
		height: auto;
		width: 30%;
	}

	html.portrait #page > main > section.service-main {
		padding-bottom:0;
	}

	html.portrait .cell.small-12.medium-6.point-map {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group:0;
		    -ms-flex-order:-1;
		        order:-1
	}

	html.portrait .cell.small-12.medium-6.point-wrap.pembrokeshire {
		width:100%;
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
		max-width:none;
	}

	html.portrait #primary > section > div > div.cell.small-12.medium-6.point-map .point-disclaimer {
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		width:35%;
		-webkit-box-flex:0;
		    -ms-flex:0 0 35%;
		        flex:0 0 35%;
		margin-bottom:1rem;
		top: 0;
		left: 0;
	}

	html.portrait div.cell.small-12.medium-6.point-map > picture,
	html.portrait .cell.small-12.medium-6.point-map img {
		max-width: none;
		margin: 0;
		width: auto;
	}

	html.portrait div.cell.small-12.medium-6.point-map > picture {
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
	}

	html.portrait .cell.small-12.medium-6.point-map img {
		width: 100%;
	}

	html.portrait section.pickup-wrapper {
		padding:0;
	}

	html.portrait div.cell.small-12.medium-6.point-wrap.carmarthenshire > ul > li,
	html.portrait div.cell.small-12.medium-6.point-wrap.ceredigion > ul > li {
		width:100%;
		-webkit-box-flex:1;
		    -ms-flex:1 1 100%;
		        flex:1 1 100%;
	}

	html.portrait .point-wrap ul > li > div > div span:last-of-type {
		font-size:.825rem;
		font-weight:500;
	}
	
	html.portrait section.pickup-wrapper > div {
		padding:0;
	}

	html.portrait ul.point-list > li > div {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row nowrap;
		        flex-flow:row nowrap;
		-webkit-column-gap: .5rem;
		        column-gap: .5rem;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	html.portrait .point-wrap ul li span.point-no {
		-webkit-box-flex:0;
		    -ms-flex:0 0 2rem;
		        flex:0 0 2rem;
		width:2rem;
	}

	html.portrait .point-wrap ul li div.name {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		row-gap: 0;
		padding: 0;
		-ms-flex-item-align: start;
		    align-self: flex-start;
		max-width: calc(50% - 2rem);
	}

	html.portrait .point-wrap ul li p {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 150px;
		        flex: 0 0 150px;
		width: 150px;
		text-align:right;
		margin: 0 0 0 auto;
	}

	html.portrait ul.point-list p {
		padding:0 .125rem 0 0;
		margin:0;
	}

	html.portrait .point-head-wrap {
		margin-bottom:.5rem;
	}

	html.portrait body.page-template-pickuppoints #fancybox-2 > div.fancybox__carousel.is-draggable > div > div > div > div,
	html.portrait body.page-template-pickuppoints .fancybox__backdrop{
		background:#FFF;
	}

	html.portrait div.cell.small-12.medium-6.point-map > div.cell.small-12.hide-for-large-and-up {
		position:absolute;
		bottom:0.5rem;
		right:0.5rem;
		width:auto;
		background:var(--mm-dkb);
		padding:.25rem .5rem 0.125rem .5rem;
		border-radius:.5rem;
		display: none;
	}

	html.portrait div.cell.small-12.medium-6.point-map > div.cell.small-12.hide-for-large-and-up a {
		color:#FFF;
		font-size:.75rem;
		text-transform:uppercase;
		font-weight:700;
	}

	html.portrait div.news-wrap #cff.cff-masonry > div.cff-posts-wrap > div.cff-item {
		width: calc(50% - 1rem);
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(50% - 1rem);
		        flex: 0 0 calc(50% - 1rem);
	}

	html.portrait div.news-wrap #cff > div.cff-posts-wrap {
		margin:0 !important;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		padding: 0;
		row-gap: .75rem;
	}

	html.portrait main.main-content > section.news-outer > div.grid-container {
		padding:0;
	}

	html.portrait main.main-content > section.news-outer {
		background:transparent;
	}

	html.portrait #cff .cff-posts-wrap p.cff-post-text {
		font-size: .825rem;
	}

	html.portrait #cff.cff-masonry .cff-load-more {
		margin-top:.75rem;
	}

	html.portrait #page > main > section.service-main > div {
		padding:0;
	}

	html.portrait .service-intro div.cell.small-12.medium-5.large-5 {
		width: 100%;
	}

	html.portrait #page > main > section.default {
		padding: 1rem 0.375rem;
	}

	html.portrait .details-map-wrap.cell.small-12.medium-6.grid-y {
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		width: 100%;
	}

	html.portrait div.form-wrap.cell.small-12.medium-6 {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		max-width: none;
		margin-top: 1.5rem;
		padding: 1.5rem;
	}

	html.portrait div.details-map-wrap div.dmw-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}

	html.portrait section.contact-wrap {
		padding:1rem .375rem;
	}

	html.portrait .service-box h3 {
		font-size:1.5rem;
	}

	html.portrait .reviews-wrap.cell.small-12.medium-6.large-7 {
		width:80%;
		margin:0 10%;
	}

	html.portrait section.home-about-contact > div > div.cell.small-12.medium-8.grid-x {
		width:100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	html.portrait .trip-banner .banner-bg img, 
	html.portrait .trip-listing-banner .banner-bg img, 
	html.portrait .page-banner .banner-bg img {
		position:absolute;
		width:100%;
		height:100%;
		-o-object-fit:cover;
		   object-fit:cover;
	}

	html.portrait .service-main .sections {
		row-gap:0;
	}

	html.portrait body.page-template-book section > div > div.cell.small-12.medium-9 {
		width:100%
	}

	html.portrait .main-book-wrap .sidebar.cell {
		padding:0;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-bottom: .75rem;
		row-gap: 0;
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
	}

	html.portrait .main-book-wrap .sidebar.cell .ad-box {
		display:none;
	}

	html.portrait .main-book-wrap .sidebar.cell div{
		width:50%;
		border-radius: 0;
	}

	html.portrait section.main-book-wrap p {
		font-size:1rem;
	}

	html.portrait section.main-book-wrap > div {
		padding:0;
	}

	html.portrait main.main-content section.main-book-wrap {
		padding-top:0;
	}

	html.portrait .sidebar.grid-y > .link-box.cell {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		row-gap:.5rem;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
		text-align:center;
	}

	html.portrait .sidebar.grid-y > .link-box.cell h4 {
		width:100%;
		-webkit-box-flex:0;
		    -ms-flex:0 0 100%;
		        flex:0 0 100%;
		text-transform:uppercase;
	}

	html.portrait .sidebar.grid-y > .link-box.cell > a {

		text-align:center;
	}

	html.portrait #book-form-text {
		padding: 1rem 1rem 0;
	}

	html.portrait #gform_fields_1_2 > div > div:nth-child(2) {
		position:relative;
	}

	html.portrait #gform_1 .gfield--type-consent input[type="checkbox"]::before, 
	html.portrait #gform_2 .gfield--type-consent input[type="checkbox"]::before {
		width:1.5rem;
		height:1.5rem;
	}

	html.portrait #about-trip {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
	}

	html.portrait #about-trip div.cell.small-12.medium-7 {
		padding-right:1rem;
	}

	html.portrait section#trip-itinerary {
		-webkit-box-pack:justify;
		    -ms-flex-pack:justify;
		        justify-content:space-between;
	}

	html.portrait form#gform_1 {
		background-size:contain;
	}

}

/*--------------------------------------------------*/
/* Tablets (Landscape) ---------------------------- */
/*--------------------------------------------------*/
@media only screen and (min-width: 40em) and (max-width: 64em) and (orientation: landscape) and (-webkit-max-device-pixel-ratio: 1.5){

	html.tablet.landscape .trip-banner, 
	html.tablet.landscape .trip-listing-banner, 
	html.tablet.landscape .page-banner {
		height: 50vh;
		overflow: visible;
	}

	.trip-banner .banner-bg img,
	.trip-listing-banner .banner-bg img,
	.page-banner .banner-bg img{
		height:100%;
		-o-object-fit:cover;
		   object-fit:cover;
	}

	html.tablet.landscape .banner-bg {
		height:100%;
	}

	html.tablet.landscape .tile-img img {
		width:100% !important;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	html.tablet.landscape section#listing div.cell.large-4 {
		width: calc(33% - .5rem);
	}

	html.tablet.landscape section.trip-cats > div > div.cell.small-12.medium-9 a,
	html.tablet.landscape section.trip-cats > div > div.cell.small-12.medium-3 > a {
		font-size:1rem;
	}

	html.tablet.landscape header#masthead {
		height:auto;
	}

	html.tablet.landscape header#masthead #site-branding img,
	html.tablet.landscape .is-stuck header#masthead #site-branding img {
		height:5rem;
		width:auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}

	html.tablet.landscape div#site-nav-contact {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	html.tablet.landscape nav#head-nav > ul {
		height:auto;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
	}

	html.tablet.landscape div#mast-inner {
		-webkit-box-align:stretch;
		    -ms-flex-align:stretch;
		        align-items:stretch;
	}

	html.tablet.landscape div#head-contact,
	html.tablet.landscape nav#head-nav{
		height:auto;
	}

	html.tablet.landscape nav#head-nav{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:end;
		    -ms-flex-align:end;
		        align-items:flex-end;
	}

	html.tablet.landscape .departing-wrap ul.tabs {
		-webkit-column-gap: .125rem;
		        column-gap: .125rem;
		width: 200%;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}

	html.tablet.landscape .departing-wrap ul.tabs li {
		max-width:calc(20% - .125rem);
		height: auto;
	}

	html.tablet.landscape .departing-wrap .tabs-title a {
		position: relative;
		background: transparent;
	}

	html.tablet.landscape .departing-wrap .tabs-title a img {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		-o-object-fit:cover;
		   object-fit:cover;
		z-index: -5;
		opacity:.5;
	}

	html.tablet.landscape .departing-wrap .tabs-title a {
		position:relative;
		z-index:1;
		display:block;
		height:100%;
	}

	html.tablet.landscape .departing-wrap .tabs-title > a > span {
		height: 100%;
		color: #FFF;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
		text-align: center;
		font-weight: 300;
		font-size: .875rem;
		line-height: 1.1;
		padding: 0.75rem;
		-webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
		        filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.3))
	}

	html.tablet.landscape .departing-wrap .tabs-title.is-active > a > span {
		position:relative;
		z-index: 2;		
		font-weight:900;
	}

	html.tablet.landscape .depart-gallery {
		height:100%;
	}

	html.tablet.landscape .departing-wrap .tabs-title > a > div {
		opacity: .3;
	}

	html.tablet.landscape .departing-wrap .tabs-title.is-active > a > div {
		opacity: .6;
	}

	html.tablet.landscape #sb-reviews-container-1 .sb-post-item > .sb-item-text {
		font-size:1rem;
	}

	html.tablet.landscape section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		width:100%;
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		height:auto;
		-webkit-column-gap: .25rem;
		        column-gap: .25rem;
	}

	html.tablet.landscape section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-8 {
		padding:0;
		width:100%;
	}

	html.tablet.landscape section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-8 p {
		font-size:1rem;
	}

	html.tablet.landscape section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-8 .sig-wrap {
		display: grid;
		grid-template-columns: 250px auto;
		grid-template-rows: repeat(2, 50%);
		grid-column-gap: 4px;
		grid-row-gap: 4px;
		margin-bottom: .75rem;
	}

	html.tablet.landscape .sig-wrap img {
		grid-area: 1 / 1 / 3 / 2;
		margin: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	html.tablet.landscape div.sig-wrap > span:nth-child(2) {
		grid-area: 1 / 2 / 2 / 3;
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}

	html.tablet.landscape div.sig-wrap > span:nth-child(3) {
		grid-area: 2 / 2 / 2 / 3;
	}

	html.tablet.landscape section.home-about-contact > div > div.cell.small-12.medium-8.grid-x {
		padding-right:1.5rem;
	}

	html.tablet.landscape .home-reviews {
		height: auto;
	}

	html.tablet.landscape section.home-about-contact > div {
		-webkit-box-align:stretch;
		    -ms-flex-align:stretch;
		        align-items:stretch;
	}

	html.tablet.landscape main.main-content > section.home-search {
		margin-bottom: -1.5rem;
		position: relative;
	}

	html.tablet.landscape .home-slide-wrap div.swiper-slide > div.slide-fg > div > div {
		width:50%;
	}

	html.tablet.landscape .trip-link-price span.price-circle {
		width:6rem;
		height:6rem;
		font-size: 2rem;
	}

	html.tablet.landscape .trip-slide-details, 
	html.tablet.landscape .custom-slide-details {
		padding: .75rem;
	}

	html.tablet.landscape .home-slideshow .swiper-button-next, 
	html.tablet.landscape .home-slideshow .swiper-button-prev {
		top:auto;
		bottom: 3rem;
		height: 3rem;
	} 

	html.tablet.landscape .swiper-slide .slide-fg > div.grid-container {
		padding-bottom: 6rem;
		height: 100%;
		padding-top: 8rem;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	html.tablet.landscape .home-slide-wrap .swiper-slide {
		height: 75vh;
		max-height:none;
		min-height:0;
	}

	html.tablet.landscape [slide-type="trip"] .slide-fg h2, 
	html.tablet.landscape [slide-type="custom"] .slide-fg h2, 
	html.tablet.landscape [slide-type="custom"] .slide-fg h3, 
	html.tablet.landscape [slide-type="custom"] .slide-fg h4 {
		font-size:2rem;
	}

	html.tablet.landscape .trip-slide-details h5 {
		font-size:1rem;
	}

	html.tablet.landscape .trip-link-price a.link-button, 
	html.tablet.landscape .custom-link a.link-button {
		font-size:1rem;
	}

	html.tablet.landscape .trip-link-price {
		margin-top:.75rem;
	}

	html.tablet.landscape div.details-map-wrap div.dmw-row {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-flow:column;
		        flex-flow:column;
	}

	html.tablet.landscape div.details-map-wrap div.dmw-row > div {
		width:100%;
	}

	html.tablet.landscape .details-map-wrap.cell.small-12.medium-6.grid-y {
		width:35%;
	}

	html.tablet.landscape div.form-wrap.cell.small-12.medium-6 {
		max-width:none;
		-webkit-box-flex:1;
		    -ms-flex:1 1 auto;
		        flex:1 1 auto;
		padding-right:1.5rem;
	}

	html.tablet.landscape #listing div.tile-text-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: column-reverse;
		        flex-flow: column-reverse;
		position: relative;
	}

	html.tablet.landscape .tile-img {
		-webkit-box-flex:0;
		    -ms-flex:0 0 10vh;
		        flex:0 0 10vh;
	}

	html.tablet.landscape .tile-overview {
		width:100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}

	html.tablet.landscape .tile-includes,
	html.tablet.landscape .tile-price {
		height:auto !important;
		-webkit-box-flex:0;
		    -ms-flex:0 0 auto;
		        flex:0 0 auto;
		position: static;
	}

	html.tablet.landscape .tile-includes .included-wrap {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
	}

	html.tablet.landscape .tile-includes .included-wrap span {
		-webkit-box-flex:1;
		    -ms-flex:1 1 calc(50% - .25rem);
		        flex:1 1 calc(50% - .25rem);
		width:calc(50% - .25rem);
	}

	html.tablet.landscape .tile-price span.price-circle {
		left:auto;
		right:0.5rem;
		-webkit-transform:none;
		        transform:none;
	}

	html.tablet.landscape .tile-cats {
		width:100%;
		row-gap:.25rem;
		-webkit-column-gap:.25rem;
		        column-gap:.25rem;
		-webkit-box-pack:start;
		    -ms-flex-pack:start;
		        justify-content:flex-start;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.tablet.landscape .tile-cats a,
	html.tablet.landscape .tile-cats span{
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		width:auto;
	}

	html.tablet.landscape div.tile-img > div > a.term.type {
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 calc(50% - .125rem);
		        flex: 0 1 calc(50% - .125rem);
		width:calc(50% - .125rem);
	}

	html.tablet.landscape div.tile-img > div > span.nights {
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 calc(50% - .125rem);
		        flex: 0 1 calc(50% - .125rem);
		width:calc(50% - .125rem);
	}

	html.tablet.landscape div.tile-img > div > a.term.destination {
		-webkit-box-ordinal-group:4;
		    -ms-flex-order:3;
		        order:3;
		-webkit-box-flex:0;
		    -ms-flex:0 0 auto;
		        flex:0 0 auto;
		width:auto;
	}

	html.tablet.landscape .tile-includes h4 {
		margin-top:0.25rem;
	}

	html.tablet.landscape h3.tile-title {
		font-size:1.25rem;
	}

	html.tablet.landscape .tile-overview a.link-button {
		margin:.5rem auto .5rem;
	}

	html.tablet.landscape div.cell.small-12.medium-6.point-map > div.cell.small-12.hide-for-large-and-up {
		display:none;
	}

	html.tablet.landscape section.service-main > div > div.cell.small-12.hide-for-medium-and-up > span {
		font-weight:700;
		text-transform:uppercase;
		color:var(--mm-ltb);
	}

	html.tablet.landscape .service-main .sections div.cell.small-12.medium-9.large-7 {
		padding: 5rem 1.5rem;
	}

	#mobile-cats {
		display:none;
	}

	html.tablet.landscape div#trip-main {
		width:80%;
	}

	html.tablet.landscape div#trip-sidebar {
		width: calc(17.5%) !important;
		left: calc(80% + 1rem);
		max-width: none;
		margin-top: 0;
		z-index: 99;
	}

	html.tablet.landscape div#trip-sidebar > div {
		padding-top:6rem;
		-webkit-transition:all 0s;
		transition:all 0s;
	}

	html.tablet.landscape .ad-text-wrap h4 {
		font-size:1.25rem;
	}

	html.tablet.landscape .ad-text p {
		font-size:.825rem;
	}

	html.tablet.landscape .ad-box.cell.auto {
		-ms-flex-preferred-size:auto;
		    flex-basis:auto;
	}

	html.tablet.landscape #about-trip p {
		line-height:1;
	}

	html.tablet.landscape #your-hotel > div > div > div.cell.small-12.medium-7 > div {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.tablet.landscape #your-hotel > div > div > div {
		width:50%;
	}

	html.tablet.landscape #your-hotel .cell.small-12.medium-7 {
		padding:1.5rem;
	}

	html.tablet.landscape #book div.gform-page-footer.gform_page_footer.top_label,
	html.tablet.landscape .main-book-wrap div.gform-page-footer.gform_page_footer.top_label {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		-webkit-column-gap:.75rem;
		        column-gap:.75rem
	}

	html.tablet.landscape .sidebar.grid-y > .link-box.cell > a {
		padding:.5rem;
	}

	html.tablet.landscape div.banner-fg h1 {
		width:100%;
	}

	html.tablet.landscape #colophon div.cell.small-12.medium-6.large-4.grid-x {
		padding-top:1.5rem;
	}

}

/*--------------------------------------------------*/
/* Big Tablets ---------------------------- */
/*--------------------------------------------------*/

/* Portrait */
@media only screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait){

	html.portrait .trip-banner, 
	html.portrait .trip-listing-banner, 
	html.portrait .page-banner {
		height: 25vh;
		overflow: visible;
	}

	.trip-banner .banner-bg img,
	.trip-listing-banner .banner-bg img,
	.page-banner .banner-bg img{
		height:100%;
		-o-object-fit:cover;
		   object-fit:cover;
	}

	html.portrait .banner-bg {
		height:100%;
	}

	html.portrait .tile-img img {
		width:100% !important;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	html.portrait section#listing div.cell.large-4 {
		width: calc(33% - .5rem);
	}

	html.portrait section.trip-cats > div > div.cell.small-12.medium-9 a,
	html.portrait section.trip-cats > div > div.cell.small-12.medium-3 > a {
		font-size:1rem;
	}

	html.portrait header#masthead {
		height:auto;
	}

	html.portrait header#masthead #site-branding img,
	html.portrait .is-stuck header#masthead #site-branding img {
		height:5rem;
		width:auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}

	html.portrait div#site-nav-contact {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	html.portrait nav#head-nav > ul {
		height:auto;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
	}

	html.portrait div#mast-inner {
		-webkit-box-align:stretch;
		    -ms-flex-align:stretch;
		        align-items:stretch;
	}

	html.portrait div#head-contact,
	html.portrait nav#head-nav{
		height:auto;
	}

	html.portrait nav#head-nav{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:end;
		    -ms-flex-align:end;
		        align-items:flex-end;
	}

	html.portrait .departing-wrap ul.tabs {
		-webkit-column-gap: .125rem;
		        column-gap: .125rem;
		width: 200%;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}

	html.portrait .departing-wrap ul.tabs li {
		max-width:calc(20% - .125rem);
		height: auto;
	}

	html.portrait .departing-wrap .tabs-title a {
		position: relative;
		background: transparent;
	}

	html.portrait .departing-wrap .tabs-title a img {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		-o-object-fit:cover;
		   object-fit:cover;
		z-index: -5;
		opacity:.5;
	}

	html.portrait .departing-wrap .tabs-title a {
		position:relative;
		z-index:1;
		display:block;
		height:100%;
	}

	html.portrait .departing-wrap .tabs-title > a > span {
		height: 100%;
		color: #FFF;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
		text-align: center;
		font-weight: 300;
		font-size: .875rem;
		line-height: 1.1;
		padding: 0.75rem;
		-webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
		        filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.3))
	}

	html.portrait .departing-wrap .tabs-title.is-active > a > span {
		position:relative;
		z-index: 2;		
		font-weight:900;
	}

	html.portrait .depart-gallery {
		height:100%;
	}

	html.portrait .departing-wrap .tabs-title > a > div {
		opacity: .3;
	}

	html.portrait .departing-wrap .tabs-title.is-active > a > div {
		opacity: .6;
	}

	html.portrait #sb-reviews-container-1 .sb-post-item > .sb-item-text {
		font-size:1rem;
	}

	html.portrait section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		width:100%;
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		height:auto;
		-webkit-column-gap: .25rem;
		        column-gap: .25rem;
	}

	html.portrait section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-8 {
		padding:0;
		width:100%;
	}

	html.portrait section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-8 p {
		font-size:1rem;
	}

	html.portrait section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-8 .sig-wrap {
		display: grid;
		grid-template-columns: 250px auto;
		grid-template-rows: repeat(2, 50%);
		grid-column-gap: 4px;
		grid-row-gap: 4px;
		margin-bottom: .75rem;
	}

	html.portrait .sig-wrap img {
		grid-area: 1 / 1 / 3 / 2;
		margin: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	html.portrait div.sig-wrap > span:nth-child(2) {
		grid-area: 1 / 2 / 2 / 3;
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}

	html.portrait div.sig-wrap > span:nth-child(3) {
		grid-area: 2 / 2 / 2 / 3;
	}

	html.portrait section.home-about-contact > div > div.cell.small-12.medium-8.grid-x {
		padding-right:1.5rem;
	}

	html.portrait .home-reviews {
		height: auto;
	}

	html.portrait section.home-about-contact > div {
		-webkit-box-align:stretch;
		    -ms-flex-align:stretch;
		        align-items:stretch;
	}

	html.portrait main.main-content > section.home-search {
		margin-bottom: -1.5rem;
		position: relative;
	}

	html.portrait .home-slide-wrap div.swiper-slide > div.slide-fg > div > div {
		width:50%;
	}

	html.portrait .trip-link-price span.price-circle {
		width:6rem;
		height:6rem;
		font-size: 2rem;
	}

	html.portrait .trip-slide-details, 
	html.portrait .custom-slide-details {
		padding: .75rem;
	}

	html.portrait .home-slideshow .swiper-button-next, 
	html.portrait .home-slideshow .swiper-button-prev {
		top:auto;
		bottom: 3rem;
		height: 3rem;
	} 

	html.portrait .swiper-slide .slide-fg > div.grid-container {
		padding-bottom: 6rem;
		height: 100%;
		padding-top: 8rem;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	html.portrait .home-slide-wrap .swiper-slide {
		height: 46vh;
		max-height:none;
		min-height:0;
	}

	html.portrait [slide-type="trip"] .slide-fg h2, 
	html.portrait [slide-type="custom"] .slide-fg h2, 
	html.portrait [slide-type="custom"] .slide-fg h3, 
	html.portrait [slide-type="custom"] .slide-fg h4 {
		font-size:2rem;
	}

	html.portrait .trip-slide-details h5 {
		font-size:1rem;
	}

	html.portrait .trip-link-price a.link-button, 
	html.portrait .custom-link a.link-button {
		font-size:1rem;
	}

	html.portrait .trip-link-price {
		margin-top:.75rem;
	}

	html.portrait div.details-map-wrap div.dmw-row {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-flow:column;
		        flex-flow:column;
	}

	html.portrait div.details-map-wrap div.dmw-row > div {
		width:100%;
	}

	html.portrait .details-map-wrap.cell.small-12.medium-6.grid-y {
		width:35%;
	}

	html.portrait div.form-wrap.cell.small-12.medium-6 {
		max-width:none;
		-webkit-box-flex:1;
		    -ms-flex:1 1 auto;
		        flex:1 1 auto;
		padding-right:1.5rem;
	}

	html.portrait #listing div.tile-text-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: column-reverse;
		        flex-flow: column-reverse;
		position: relative;
	}

	html.portrait .tile-img {
		-webkit-box-flex:0;
		    -ms-flex:0 0 10vh;
		        flex:0 0 10vh;
	}

	html.portrait .tile-overview {
		width:100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}

	html.portrait .tile-includes,
	html.portrait .tile-price {
		height:auto !important;
		-webkit-box-flex:0;
		    -ms-flex:0 0 auto;
		        flex:0 0 auto;
		position: static;
	}

	html.portrait .tile-includes .included-wrap {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
		-webkit-column-gap:.5rem;
		        column-gap:.5rem;
	}

	html.portrait .tile-includes .included-wrap span {
		-webkit-box-flex:1;
		    -ms-flex:1 1 calc(50% - .25rem);
		        flex:1 1 calc(50% - .25rem);
		width:calc(50% - .25rem);
	}

	html.portrait .tile-price span.price-circle {
		left:auto;
		right:0.5rem;
		-webkit-transform:none;
		        transform:none;
	}

	html.portrait .tile-cats {
		width:100%;
		row-gap:.25rem;
		-webkit-column-gap:.25rem;
		        column-gap:.25rem;
		-webkit-box-pack:start;
		    -ms-flex-pack:start;
		        justify-content:flex-start;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.portrait .tile-cats a,
	html.portrait .tile-cats span{
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		width:auto;
	}

	html.portrait div.tile-img > div > a.term.type {
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 calc(50% - .125rem);
		        flex: 0 1 calc(50% - .125rem);
		width:calc(50% - .125rem);
	}

	html.portrait div.tile-img > div > span.nights {
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 calc(50% - .125rem);
		        flex: 0 1 calc(50% - .125rem);
		width:calc(50% - .125rem);
	}

	html.portrait div.tile-img > div > a.term.destination {
		-webkit-box-ordinal-group:4;
		    -ms-flex-order:3;
		        order:3;
		-webkit-box-flex:0;
		    -ms-flex:0 0 auto;
		        flex:0 0 auto;
		width:auto;
	}

	html.portrait .tile-includes h4 {
		margin-top:0.25rem;
	}

	html.portrait h3.tile-title {
		font-size:1.25rem;
	}

	html.portrait .tile-overview a.link-button {
		margin:.5rem auto .5rem;
	}

	html.portrait div.cell.small-12.medium-6.point-map > div.cell.small-12.hide-for-large-and-up {
		display:none;
	}

	html.portrait section.service-main > div > div.cell.small-12.hide-for-medium-and-up > span {
		font-weight:700;
		text-transform:uppercase;
		color:var(--mm-ltb);
	}

	html.portrait .service-main .sections div.cell.small-12.medium-9.large-7 {
		padding: 5rem 1.5rem;
	}

	#mobile-cats {
		display:none;
	}

	html.portrait div#trip-main {
		width:80%;
	}

	html.portrait div#trip-sidebar {
		width: calc(17.5%) !important;
		left: calc(80% + 1rem);
		max-width: none;
		margin-top: 0;
		z-index: 99;
	}

	html.portrait div#trip-sidebar > div {
		padding-top:6rem;
		-webkit-transition:all 0s;
		transition:all 0s;
	}

	html.portrait .ad-text-wrap h4 {
		font-size:1.25rem;
	}

	html.portrait .ad-text p {
		font-size:.825rem;
	}

	html.portrait .ad-box.cell.auto {
		-ms-flex-preferred-size:auto;
		    flex-basis:auto;
	}

	html.portrait #about-trip p {
		line-height:1;
	}

	html.portrait #your-hotel > div > div > div.cell.small-12.medium-7 > div {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-flow:row wrap;
		        flex-flow:row wrap;
	}

	html.portrait #your-hotel > div > div > div {
		width:50%;
	}

	html.portrait #your-hotel .cell.small-12.medium-7 {
		padding:1.5rem;
	}

	html.portrait #book div.gform-page-footer.gform_page_footer.top_label,
	html.portrait .main-book-wrap div.gform-page-footer.gform_page_footer.top_label {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		-webkit-column-gap:.75rem;
		        column-gap:.75rem
	}

	html.portrait .sidebar.grid-y > .link-box.cell > a {
		padding:.5rem;
	}

	html.portrait div.banner-fg h1 {
		width:100%;
	}

	html.portrait #colophon div.cell.small-12.medium-6.large-4.grid-x {
		padding-top:1.5rem;
	}

	html.portrait #sb-reviews-container-1 .sb-post-item > .sb-item-text {
		font-size:1.125rem;
	}
	
}

/* Landscape */
@media only screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
	
}

/*--------------------------------------------------*/
/* Notebooks / Low Res Laptops -------------------- */
/*--------------------------------------------------*/
@media only screen and (min-width: 64em) and (max-width:90em) {

	#site-nav-contact {
		row-gap:1rem;
	}

	.is-stuck #mast-inner {
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
	}

	.is-stuck #site-nav-contact {
		row-gap:.25rem;
	}

	html.landscape #site-branding a, 
	html.landscape #site-branding a img {
		height:4.5rem;
		width:auto;
	}

	html.landscape .is-stuck #site-branding a, 
	html.landscape .is-stuck #site-branding a img {
		height:3.5rem;
		padding:0;
		width: auto;
	}

	html.landscape #colophon > div {
		padding-top:1rem;
	}

	html.landscape section.service-main > div > div.cell.small-12.hide-for-medium-and-up {
		display:none;
	}

	html.landscape .service-main .sections div.cell.small-12.medium-9.large-7 {
		padding:1rem 1.5rem;
	}

}

/*---------------------------------------------------------------*/
/* # Core Styling ---------------------- */
/* --------------------------------------------------------------*/

html.no-js div[data-sticky-container] {
	position:absolute;
	z-index:999999;
	width:100%;
}

	#site-branding a img {
		transition:all .2s ease-in-out;
	}

	.is-stuck #site-branding a img {
		height:3.5rem;
		padding:0;
		width: auto;
	}


.trip-banner,
.trip-listing-banner,
.page-banner {
	position:relative;
	z-index:1;
}

.trip-banner .banner-bg img,
.trip-listing-banner .banner-bg img,
.page-banner .banner-bg img{
	position:relative;
	z-index:-5;
}

.trip-banner .banner-fg,
.trip-listing-banner .banner-fg,
.page-banner .banner-fg{
	position:absolute;
	bottom: 0;
	width:100%;
	height:100%;
	padding-bottom: 1rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:end;
	    -ms-flex-align:end;
	        align-items:flex-end;
}

.trip-banner .banner-fg > div,
.trip-listing-banner .banner-fg > div {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.page-banner .banner-fg > div {
   width:100%;
}

#primary > section.trip-banner > div.banner-fg.grid-x > div > div.cell.small-12.medium-8.large-9 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	row-gap:.75rem;
}

.banner-terms span, .tile-cats span,
.trip-slide-terms span, .depart-terms span {
	background: var(--catColor, var(--mm-dkb));
	color: #FFF;
	padding: 1rem 1.5rem .75rem 1.5rem;
	border-radius: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

div.banner-fg.grid-x > div > div.cell.small-12.medium-4.large-3 {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

span.price-circle{
    background:var(--destColor, var(--mm-dkb));
    font-size: 3.5rem;
    font-weight: bold;
    width: 10.5rem;
    height: 10.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
    border-radius: 50%;
    line-height: 1;
    margin-bottom: -5rem;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

div.banner-fg.grid-x > div > div.cell.small-12.medium-3.large-2 > span {
	margin-bottom: -.75rem;
}

div.banner-fg div.cell.small-12.medium-9.large-10 {
	padding-bottom:1.5rem;
}

div.banner-fg h1 {
	font-weight:700;
	line-height: .925;
	font-size: 3.5rem;
	color:#FFF;
	-webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,.75));
	        filter:drop-shadow(2px 2px 2px rgba(0,0,0,.75));
	margin: 0;
	width: 130%;
}

div.banner-dates > h3 {
	font-weight:600;
	line-height:1;
	font-size: 1.825rem;
	color:#FFF;
	-webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,.75));
	        filter:drop-shadow(2px 2px 2px rgba(0,0,0,.75));
	margin: 0;
}

.banner-bg {
    overflow: hidden;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 50%)), to(transparent));
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, transparent 50%);
}

.banner-terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: .5rem;
            column-gap: .5rem;
}

.banner-terms > a,
.banner-terms > span,
.tile-cats > a,
.tile-cats > span{
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

span.term.nights {
	background:#008cd1;
}

body.single-trip main {
    background: #e5f4fa;
}

div#trip-main {
    background: #FFF;
    margin: 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border-radius: 1.5rem;
    padding: 1.5rem 0;
    row-gap: 2.5rem;
}

div#trip-main > section {
	width:100%;
}

div#trip-main > section:not(#included), div#trip-main > div{
	padding:0 1.5rem;
}

div#trip-main div#breadcrumbs {
	margin-bottom:-1rem;
}

.included-wrap {
    background: var(--tint);
    padding:1.5rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    row-gap: .5rem;
    -webkit-column-gap: .5rem;
            column-gap: .5rem;
}

.included-wrap > span {
	background:var(--destColor);
	color:#FFF;
	padding: .5rem .625rem .325rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	font-size: 1rem;
	font-weight:700;
	border-radius:1.5rem;
	line-height: 1;
}

#included > div > h2 {
	padding:0 1.5rem;
}

#trip-main section h2 {
    color: var(--mm-dkb);
    font-weight: 700;
    font-size: 3rem;
    margin: 0;
}

#about-trip h4 {
    color: var(--mm-ltb);
    font-weight: 700;
    font-size: 1.375rem;
    margin: 0 0 1.5rem 0;
	line-height:1;
}

#about-trip p {
	font-size:1.125rem
}

#about-trip p:first-of-type{
	font-size: 1.25rem;
	line-height:1.25;
}

#about-trip p:last-of-type{
	margin:0;
}

section#about-trip {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

section#about-trip > div.cell.small-12.medium-7{
	padding-right: 3.5rem;
}

div#trip-gallery {
    margin-right: 0;
    margin-left: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

div#trip-gallery a:not(:first-of-type) {
	display:none;
}

div#trip-gallery a, div#trip-gallery img {
	width:100%;
	height:auto;
	max-width: none;
}

#trip-gallery > span {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    background: url(svg/camera.svg) var(--destColor) no-repeat calc(100% - .625rem) center / 1.5rem;
    pointer-events: none;
    padding: 1.25rem 2.5rem 1rem .75rem;
    border-radius: .75rem;
    font-size: .925rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    line-height: 0;
}

.list-bread span,
#breadcrumbs > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-column-gap: .75rem;
            column-gap: .75rem;
    color: var(--mm-ltb, #008cd1);
}

.list-bread a,
#breadcrumbs a {
	color:#000;
	border-bottom:1px dotted;
}

.list-bread strong,
#breadcrumbs strong {
	color:#000;
}

span.day-circle {
    background: var(--destColor, var(--mm-dkb));
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    width: 4.625rem;
    height: 4.625rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
	font-size:1.325rem;
	padding-top:.25rem;
}

span.day-circle.connected+span.day-circle.connected {
	margin-top:-1rem;
	mix-blend-mode: multiply;
}

section#trip-itinerary {
    row-gap: 1.5rem;
}

#trip-itinerary > div:nth-child(2) {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

#trip-itinerary h4 {
	color:var(--mm-dkb, #1c337a);
	font-weight:700;
	margin-top:.5rem;
}

#trip-itinerary > div {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	font-size:1.125rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#trip-itinerary > div:nth-child(1),
#trip-itinerary > div:nth-child(2){
	-webkit-box-flex:1;
	    -ms-flex:1 1 auto;
	        flex:1 1 auto;
	width:auto;
	max-width:60%;
}

#trip-itinerary > div.grid-x {
	background: var(--tint);
	padding: 1rem;
	border-radius: 1rem;
}

#trip-itinerary > div > div.cell.small-9.medium-10.large-11 {
	padding-left:1.5rem;	
}

#trip-itinerary > div > div.cell.small-9.medium-10.large-11 p:last-of-type {
	margin:0;
}

#trip-itinerary > div > div.cell.small-9.medium-10.large-11 p {
	line-height:1.25;
}

#trip-sidebar div, #trip-sidebar ul {
    width: 100%;
}

#trip-sidebar div.sticky.is-stuck.is-at-top {
	padding-top: 6rem;
}

#trip-sidebar div.sticky.is-anchored.is-at-bottom {
	padding-top: 0;
	padding-bottom: 3.5rem;
}


div#trip-sidebar.sticky-container {
    width: 290px;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: 0;
    right: 0;
    max-width: 290px;
}

#trip-sidebar > div:not(.side-nav),
#trip-sidebar > div.side-nav > *,
#trip-sidebar > div > div {
	background:var(--mm-dkb);
	border-radius: 1rem;
	overflow: hidden;
}

#trip-sidebar > div > ul {
	list-style:none;
	width:100%;
	margin: 0;
	border-radius: 0 0 1rem 1rem !important;
	margin-bottom: 1rem;
}

#trip-sidebar ul li a {
	color:#FFF;
	font-weight:600;
	padding:.325rem 1rem;
	width:100%;
	display: block;
}

#trip-sidebar ul li a.is-active {
	background:var(--mm-ltb);
}

#your-hotel > div > div {
    background: var(--tint, #ededed);
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

section#your-hotel img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
}

section#your-hotel .star img {
	-o-object-fit:contain;
	   object-fit:contain;
}

#your-hotel .cell.small-12.medium-7 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 2.5rem;
    row-gap: 1rem;
}

#your-hotel h3 {
    font-weight: 700;
    color: var(--destColor, var(--mm-dkb));
    font-size: 2.25rem;
    line-height: 1;
    text-align: center;
}

#your-hotel p {
	font-size:1.25rem;
	font-style:oblique;
	text-align:center;
	font-weight:400;
	line-height:1.25;
}

#your-hotel > div > div > div.cell.small-12.medium-7 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
}

#your-hotel > div > div > div.cell.small-12.medium-7 > div > div {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	justify-items:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-line-pack:center;
	    align-content:center;
	background:var(--destColor, var(--mm-dkb));
	border-radius:1rem;
	padding:.75rem 1rem .5rem;
	color:#FFF;
	font-size:1.15rem;
	line-height:1;
	row-gap:.5rem;
}

#your-hotel > div > div > div.cell.small-12.medium-7 > div > a {
	background: #e0a920;
	border-radius:1rem;
	padding:.75rem 1rem .5rem;
	color:#FFF;
	font-size:1.15rem;
	line-height:1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 600;
}

form#gform_1 {
    background: url(svg/logo-fade.svg) #fef4e5 no-repeat 75% center / cover;
    padding: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
}

div#gf_page_steps_1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
}

div#gf_page_steps_1 > div {
	margin:0;
	border-radius: .5rem;
}

div#gf_page_steps_1 > div+div {
	padding-left: 2rem;
	background: url(svg/form-arr.svg) no-repeat left center / 2rem auto;
}

div#gf_page_steps_1 .gf_step_label {
	display:none;
}

div#gf_page_steps_1 .gf_step_number {
	background:#ffffff;
	color:#ccc;
	font-weight:400;
	font-size:2rem;
	width: calc(3rem - 4px);
	height: calc(3rem - 4px);
	display: inline-grid;
	border-radius: 1rem;
	border: 2px solid var(--mm-dkb);
	line-height: calc(3rem - 4px);
}

div#gf_page_steps_1 .gf_step_active .gf_step_number{
	background:#008cd1;
	color:#FFF;
	font-weight:900;
}

div#gf_page_steps_1 .gf_step_active .gf_step_label {
    position: absolute;
    display:block;
    top: 1rem;
    right: 0;
    font-weight:700;
    color:var(--mm-dkb);
    font-size: 2rem;
}

div#gf_page_steps_1 .gf_step_completed .gf_step_number::before {
	background: var(--mm-dkb);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 1rem;
	border-color: #008cd1;
}

div#gf_page_steps_1 .gf_step_completed .gf_step_number::after {
	font-size: 2.5rem;
}

#gf_step_1_1.gf_step_active:before,
#gf_step_1_2.gf_step_active:before,
#gf_step_1_3.gf_step_active:before {
	content: 'Step 1';
	position:absolute;
	left:0;
	top: 1rem;
	font-weight:500;
	color:var(--mm-ltb);
	font-size: 2rem;
	display: block;
	line-height: 16px;
}

#gf_step_1_2.gf_step_active:before {
	content:"Step 2";
}

#gf_step_1_3.gf_step_active:before {
	content:"Step 3";
}

#gform_1 .ginput_complex span,
#gform_1 .ginput_complex,
#gform_2 .ginput_complex span,
#gform_2 .ginput_complex{
	position:relative;
	margin:0;
	padding: 0;
}

#gform_1 .ginput_complex,
#gform_2 .ginput_complex{
	-webkit-column-gap: .5rem;
	        column-gap: .5rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#field_1_4, #field_1_4 > div {
	padding-bottom:0;
}

#gform_1 .ginput_complex span label,
#gform_1 div.gfield > label,
#gform_2 .ginput_complex span label,
#gform_2 div.gfield > label{
	position:absolute;
	top: 0.375rem;
	left: 0.425rem;
	padding: 0;
	line-height: 1;
}

#gform_1 .ginput_complex span label,
#gform_1 div.gfield > label,
#gform_2 .ginput_complex span label,
#gform_2 div.gfield > label{
	font-weight:600;
	font-size:.625rem;
	text-transform:uppercase;
}

#gform_1 fieldset,
#gform_1 div.gfield,
#gform_2 fieldset,
#gform_2 div.gfield{
	position:relative;
	padding-bottom: 0;
}

#gform_1 div.gfield.gfmc-column {
	row-gap:.75rem;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

#gform_1 fieldset,
#gform_1 div.gfield:not(.gfmc-column),
#gform_2 fieldset:not(.gfield--type-consent),
#gform_2 div.gfield:not(.gfield--type-captcha){
	margin-left: 3rem;
}

#gform_2 fieldset:not(.gfield--type-consent),
#gform_2 div.gfield:not(.gfield--type-captcha){
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}

#gform_1 fieldset:before,
#gform_1 div.gfield:not(.gfmc-column):before,
#gform_2 fieldset:not(.gfield--type-consent):before,
#gform_2 div.gfield:not(.gfield--type-captcha):before{
	content:'';
	width: 3rem;
	height:100%;
	background: #008cd1;
	position:absolute;
	left: -3rem;
	border-radius: 1rem 0 0 1rem;
}

#gform_1 .ginput_complex span{
	padding:0;
}

#gform_1 .ginput_complex.has_street span{
	-webkit-box-flex:1;
	    -ms-flex:1 1 calc(50% - .5rem);
	        flex:1 1 calc(50% - .5rem);
	width:calc(50% - .5rem);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#gform_1 .ginput_complex.has_street span:nth-of-type(1),
#gform_1 .ginput_complex.has_street span:nth-of-type(2){
	-webkit-box-flex:1;
	    -ms-flex:1 1 100%;
	        flex:1 1 100%;
}

#gform_1 div.gfield input,
#gform_1 div.gfield select {
	height:auto;
	padding: 1.5rem .325rem .5rem .425rem;
	font-size: 1rem;
	line-height: 1;
	border-radius: 0 1rem 1rem 0;
}

#page {
	position:relative;
	overflow: hidden;
}

header#masthead {
	width: 100%;
	background: rgba(255,255,255,.8);
	height: auto;
	-webkit-transition:all ease .2s;
	transition:all ease .2s;
}

.is-stuck header#masthead{
	height:auto;
}

#gform_1 .gfmc-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
}

#input_1_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
	row-gap:.75rem;
}

fieldset#field_1_5 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

#input_1_5_3_container {
	-webkit-box-flex:1;
	    -ms-flex:1 1 100%;
	        flex:1 1 100%;
	width:100%;
}

section#book p {
	font-size:1.125rem;
	line-height:1.25;
}

#gform_1 #field_1_3:before,
#gform_2 #field_2_1:before{
	background: url(svg/form-name.svg) #008cd1 no-repeat center center / 2rem 2rem;
}

#gform_1 #field_1_4:before,
#gform_2 #field_2_3:before{
	background: url(svg/form-tel.svg) #008cd1 no-repeat center center / 2rem 2rem;
}

#gform_1 #field_1_9:before,
#gform_2 #field_2_4:before{
	background: url(svg/form-mail.svg) #008cd1 no-repeat center center / 2rem 2rem;
}

#gform_1 #field_1_5:before {
	background: url(svg/form-addr.svg) #008cd1 no-repeat center .75rem / 2rem 2rem;
}

#gform_1 #field_1_13:before {
	background: url(svg/form-trip.svg) #008cd1 no-repeat center .75rem / 2rem 2rem;
}

#gform_1 #field_1_15:before {
	background: url(svg/form-pickup.svg) #008cd1 no-repeat center .75rem / 2rem 2rem;
}

#gform_1 #field_1_16:before {
	background: url(svg/form-bed.svg) #008cd1 no-repeat center .75rem / 2rem 2rem;
}

#gform_1 #field_1_27:before,
#gform_2 #field_2_5:before{
	background: url(svg/form-comments.svg) #008cd1 no-repeat center .75rem / 2rem 2rem;
}

.gform_page_footer.before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
}

#input_1_27 {
	padding-top:1.25rem;
	padding-left:.375rem
}

#gform_1 .gfmc-field div:not(.gchoice) {
	padding:0;
}


#gform_1 .gfield_description {
	font-weight:700;
	line-height:1;
	margin:0;
	padding:0.5rem !important;
	font-size:.825rem;
	background:#008cd1;
	color:#FFF;
	display:inline-block;
	border-radius: 0 0 1rem 0;
}

#gform_1 div.gfield.gfield--input-type-html {
	position:static;
	font-weight:700;
	line-height:1;
	margin:0;
	padding:0;
	font-size:.75rem;
	text-align:center;
}

#gform_1 .gfield--input-type-html:before {
	display:none;
}

fieldset#field_1_14,
fieldset#field_1_17,
fieldset#field_1_18,
fieldset#field_1_19,
fieldset#field_1_20,
fieldset#field_1_21{
	margin:0;
}

fieldset#field_1_14:before,
fieldset#field_1_17:before,
fieldset#field_1_18:before,
fieldset#field_1_19:before,
fieldset#field_1_20:before,
fieldset#field_1_21:before,
#gform_1 div#field_1_40:before{
	display:none;
}

fieldset#field_1_17,
fieldset#field_1_18,
fieldset#field_1_19,
fieldset#field_1_20,
fieldset#field_1_21{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-flow:row wrap;
	        flex-flow:row wrap;
}

#gform_1 fieldset.gfield--type-radio,
#gform_1 .gfield_radio {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-flow:row wrap;
	        flex-flow:row wrap;
}

#gform_1 fieldset.gfield--type-radio legend{
	float: left;
	width: 75px;
	color: var(--mm-dkb);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: .5rem;
	margin: 0;
	font-weight: 700;
}

#gform_1 fieldset.gfield--type-radio input {
	display:none !important;
}

#gform_1 div#field_1_40 {
    margin: 0;
	padding:.75rem;
	background:#FFF;
	border-radius:1rem;
}

#gform_1 .ginput_container.ginput_container_radio {
    width: calc(100% - 75px);
	background:#e8ebf2;
	border-radius:1rem;
}

#gform_1 .ginput_container.ginput_container_radio > div {
	width:100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	border-radius: 1rem;
}

#gform_1 .ginput_container.ginput_container_radio div.gchoice {
	-webkit-box-flex:1;
	    -ms-flex:1 1 auto;
	        flex:1 1 auto;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	height: 100%;
}

#gform_1 .ginput_container.ginput_container_radio div.gchoice label {
	margin:0;
	width: 100%;
	max-width: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#gform_1 .ginput_container.ginput_container_radio div.gchoice input:checked+label {
	background:#FFF;
	font-weight: 700;
}

#gform_1 select#input_1_13, #gform_1 select#input_1_15, #gform_1 select#input_1_16 {
    border-radius: 0 1rem 0 0;
}

#gform_1 #field_1_40 > h3 {
	font-size:1.75rem;
	font-weight:700;
	color:var(--mm-dkb);
}

#gform_1 .gfield_list_container .gfield_list_group_item input {
    padding: .75rem .5rem .5rem .5rem;
}

#gform_1 #field_1_28, 
#gform_1 #field_1_29, 
#gform_1 #field_1_30, 
#gform_1 #field_1_31 {
    margin-left: 0;
}

#gform_1 #field_1_28:before, 
#gform_1 #field_1_29:before, 
#gform_1 #field_1_30:before, 
#gform_1 #field_1_31:before {
	display:none;
}

#gform_1 #gform_fields_1_3 > div > div.gfmc-column {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	row-gap: 2.5rem;
}

#gform_1 .gfield--type-consent .ginput_container_consent,
#gform_2 .gfield--type-consent .ginput_container_consent{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}

#gform_2 .gfield--type-consent .ginput_container_consent{
	max-width:90%;
	margin: 0.5rem auto;
}

#gform_1 .gfield--type-consent .ginput_container_consent label,
#gform_2 .gfield--type-consent .ginput_container_consent label{
	line-height:1;
	margin-right: 0;
}

#gform_1 .gfield--type-consent .ginput_container_consent input:checked+label,
#gform_2 .gfield--type-consent .ginput_container_consent input:checked+label{
	font-weight:700;	
}

#gform_1 .gfield--type-consent input[type="checkbox"],
#gform_2 .gfield--type-consent input[type="checkbox"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #008cd1;
  width: 1.5em;
  height: 1.5em;
  border: 0.15em solid #008cd1;
  border-radius: 0.15em;
  -webkit-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  padding: 0 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5em;
          flex: 0 0 1.5em;
}

#gform_1 .gfield--type-consent label,
#gform_2 .gfield--type-consent label{
	color:var(--mm-dkb);
}

#gform_1 .gfield--type-consent label > a,
#gform_2 .gfield--type-consent label > a{
	color:var(--mm-dkb);
	border-bottom:2px dotted;
}

#gform_1 .gfield--type-consent input[type="checkbox"]::before,
#gform_2 .gfield--type-consent input[type="checkbox"]::before{
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em var(--mm-dkb);
  box-shadow: inset 1em 1em var(--mm-dkb);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

#gform_1 .gfield--type-consent input[type="checkbox"]:checked::before,
#gform_2 .gfield--type-consent input[type="checkbox"]:checked::before{
  -webkit-transform: scale(1);
          transform: scale(1);
}

input#gform_submit_button_1,
input#gform_submit_button_2{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

#gform_1 .gform_next_button,
#gform_1 .gform_previous_button,
#gform_submit_button_1,
#gform_submit_button_2{
	font-size:1.5rem;
	border-radius: 1rem !important;
	text-transform:uppercase;
	font-weight:500;
	color:#FFF;
	margin: 0;
	padding-bottom: .825rem;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

#gform_1 .gform_next_button,
#gform_submit_button_1,
#gform_submit_button_2{
    background: url(svg/next-arr.svg) var(--mm-ltb) no-repeat calc(100% - 0.75rem) center / 1.5rem;
    padding-right:3.5rem;
    font-weight:700;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

#gform_submit_button_2{ 
	background:var(--mm-dkb);
	padding:1rem .75rem .75rem;
	
}

#gform_1 .gform_previous_button {
	background: url(svg/prev-arr.svg) var(--mm-dkb) no-repeat 0.75rem center / 1.5rem;
	padding-left:3.5rem;
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

div#mast-inner {
    padding-top: .5rem;
    padding-bottom: .5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

#site-branding a {
	padding: .9375rem 0 0.5rem 0;
}

#site-branding a,
#site-branding a img {
	display:block;
	height: auto;
}

#site-branding a img {
	height:100px;
}

section#listing .grid-x {
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
    margin-bottom: 1rem;
}

section#listing div.cell.large-4 {
    width: calc(33.33333% - .666667rem);
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border-radius: .75rem;
    overflow: hidden; 
}

.tile-text-wrap p {
    font-size: .9325rem;
    line-height: 1.1;
}

section#listing {
    background: #f6f4f0;
    padding: 2.5rem 0;
}

h5.tile-date {
    font-size: .75rem;
    font-weight: 700;
    color: var(--mm-dkb);
    margin: 0;
    margin-bottom: .25rem;
    justify-self: center;
}

h3.tile-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    font-size: 1.5rem;
    color: var(--destColor, #321);
}

.tile-overview {
    padding: .75rem;
}

.tile-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.tile-overview {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 160px);
            flex: 0 0 calc(100% - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tile-includes {
	height:100%;
}

.tile-includes .included-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	padding: 0;
	row-gap: .25rem;
	background: none;
}

.tile-includes h4 {
    font-weight: 700;
    color: var(--mm-dkb, #123);
    font-size: 1.125rem;
    text-align: center;
    margin: 1rem 0 0.25rem;
    width: 100%;
    line-height: 1;
}

.tile-includes .included-wrap span {
	font-size:.825rem;
	border-radius:.625rem;
	text-align:center;
	line-height:1;
	padding:.5rem .25rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50px;
	        flex: 1 1 50px;
}

.tile-img {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
}

.tile-cats {
    position: absolute;
    top: 0;
    left: 0;
    padding: .75rem;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row nowrap;
            flex-flow:row nowrap;
    -webkit-column-gap:.5rem;
            column-gap:.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.25));
            filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.25));
}

.tile-cats span,
.tile-cats a > span {
	font-size: .875rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding:0.5rem 0.75rem 0.25rem 0.75rem;
	text-align:center;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.tile-cats > span,
.tile-cats > a {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.tile-price {
	position:relative;
	background: var(--tint);
	padding: .25rem .5rem .5rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.tile-price span.price-circle {
	font-size: 2.25rem;
	width: 6.625rem;
	height: 6.625rem;
	position:absolute;
	top: -5.75rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.tile-includes .included-wrap span.inc-more {
    background: none;
    color: var(--mm-dkb);
    padding: 0.25rem 0;
    line-height: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

span.price-circle > small {
    font-size: 50%;
}

a.link-button,
li.link-button > a {
    background: var(--mm-ltb);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    color: #FFF;
    font-weight: 600;
    padding: .5rem 2.5rem .5rem 1rem;
    border-radius: .75rem;
}

a.link-button:hover {
	opacity:.7;
	color:#FFF;
}

.tile-overview > div > p:last-of-type {
    margin: 0;
}

.tile-overview a.link-button {
    margin-top: .75rem;
    background: url(svg/button-arr.svg) var(--mm-ltb, #000) no-repeat calc(100% - .5rem)center / 1.5rem;
    padding-left: .5rem;
    padding-bottom: 0.25rem;
}

span.price-circle strong {
    line-height: 1;
    margin-bottom: -.25rem;
}

#your-hotel div[data-type="option"]+div[data-type="option"] {
    margin-top: 1.5rem;
}

#your-hotel h5 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: 700;
    margin-bottom: -1rem;
}

#your-hotel span.price-circle {
    position: absolute;
    left: .5rem;
    bottom: .5rem;
    margin: 0;
    font-size: 2.5rem;
    width: 7.5rem;
    height: 7.5rem;
}

#trip-sidebar .side-nav h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--mm-ltb);
    padding: .75rem .75rem 0 .75rem;
    margin: 0;
    line-height: 1;
    font-size: 1.25rem;
    text-align: right;
    border-radius: 1rem 1rem 0 0;
}

.home-slide-wrap .swiper-slide {
    position: relative !important;
	height:85vh;
	max-height:750px;
}

.swiper-slide .slide-fg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide .slide-fg > div.grid-container {
	height: calc(100% - 11rem);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 8rem;
	padding-bottom: 3rem;
}

.swiper-slide .slide-fg > div.grid-container[data-align="lt"]{
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
	text-align:left;
}

.swiper-slide .slide-fg > div.grid-container[data-align="cn"]{
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	text-align:center;
}

.swiper-slide .slide-fg > div.grid-container[data-align="rt"]{
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
	text-align:right;
}

[slide-type="trip"] .slide-fg h2,
[slide-type="custom"] .slide-fg h2,
[slide-type="custom"] .slide-fg h3,
[slide-type="custom"] .slide-fg h4{
    font-weight: 700;
    color: var(--destColor);
    line-height: 1;
    font-size: 2.5rem;
	margin:0;
}

[slide-type="trip"] .slide-fg h5 {
	color:var(--mm-dkb);
	font-weight:500;
}

[slide-type="custom"] .slide-fg h3 {
	font-size:2.25rem;
}

[slide-type="custom"] .slide-fg h4 {
	font-size:1.75rem
}

.trip-slide-details,
.custom-slide-details{
    padding: 1.5rem;
    border-radius: 1rem;
    background: rgba(255,255,2525,.8);
}

.trip-link-price span.price-circle {
    width: 8rem;
    height: 8rem;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
}

div.slide-fg > div > div {
    position: relative;
}

.trip-link-price,
.slide-fg [data-align="lt"] .custom-link{
    margin-top: 1.5rem;
    padding-right: 8rem;
}

.slide-fg [data-align="rt"] .custom-link,
.slide-fg [data-align="cn"] .custom-link{
    margin-top: 1.5rem;
    padding-right: 0;
}

.trip-link-price a.link-button,
.custom-link a.link-button{
	background: url(svg/button-arr.svg) var(--mm-dkb) calc(100% - .5rem) center no-repeat;
	background-size: 1.5rem;
	font-size: 1.325rem;
}

.slide-fg a.link-button:hover {
	background-color:var(--mm-ltb);
	opacity:1;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.slide-fg a.link-button span {
	padding-top:.25rem;
}

.trip-slide-terms span {
	padding-top:.5rem;
	padding-bottom:.25rem;
	font-size: .825rem;
}

.custom-slide-details p:last-of-type {
	margin:0;
}

.trip-slide-overview p,
.custom-slide-details [data-textsize="md"] p{
	font-size: 1rem;
	line-height:1.125;
}

.custom-slide-details [data-textsize="sm"] p{
	font-size: 1rem;
	line-height:1;
}

.custom-slide-details [data-textsize="lg"] p{
	font-size: 1.325rem;
	line-height:1.325;
}

.custom-link a.link-button{
	background: url(svg/button-arr.svg) var(--destColor, #1c337a) calc(100% - .5rem) center no-repeat;
}

.custom-link a.link-button:hover{
	background-color:var(--destColor, #1c337a);
	-webkit-filter: saturate(0.725);
	        filter: saturate(0.725);
}

.home-slideshow .slide-bg {
	height: 100%;
	width: 100%;
}

.home-slideshow .slide-bg img,
.home-slideshow .slide-bg picture {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	   object-fit:cover;
	max-width: none;
	position: relative;
	display: block;
}

.home-slideshow span.swiper-pagination-bullet {
	width:2rem;
	height:2rem;
	border-radius:.5rem;
	background: rgba(255,255,255,.55);
	opacity:1;
}

.home-slideshow span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255,255,255,.75);
    border: 2px solid #FFF;
}

.home-slideshow .swiper-pagination.swiper-pagination-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2.5rem;
}

.home-slideshow .swiper-button-next, 
.home-slideshow .swiper-button-prev {
	top:calc(50% + 2rem);
	width:2rem;
	height:5rem;
	color:#FFF;
	-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));
	        filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));
}

.service-box.cell.small-12.medium-12.large-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    border-radius: 1rem;
    overflow: hidden;
    background: #e8eaf2;
}

.service-box h3 {
    background: url(svg/service-stripe.svg) var(--mm-dkb) bottom right no-repeat;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    color:#FFF;
    margin:0;
    padding: 1rem 0.5rem 0 0;
    text-transform: uppercase;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 1px;
}

section.home-services > div {
    padding: .9375rem 0;
    -webkit-column-gap: .9375rem;
            column-gap: .9375rem;
}

.service-box.cell.small-12.medium-12.large-4 {
	width:calc(33.3333% - .625rem)
}

.service-box.cell.small-12.medium-12.large-4 img {
	width:100%;
}

.service-inner .text-wrap {
    padding: 1rem 0.75rem 1rem;
    line-height: 1;
}

.service-inner .text-wrap p {
	font-size:1;
	line-height:1.25
}

.service-inner .text-wrap p:last-of-type {
	margin:0;
}

.service-inner .text-wrap a.link-button {
	margin-top:.75rem;
	background: url(svg/button-arr.svg) var(--mm-gold) calc(100% - .75rem) center no-repeat;
	background-size: 1.5rem;
	height: 2.5rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 3rem;
}

#page > main > section.home-departing > div {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}

.departing-wrap ul.tabs {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom: 0.5rem;
	border: none;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-evenly;
	background: transparent;
	-webkit-column-gap: .5rem;
	column-gap: .5rem;
	justify-items: center;
}

.departing-wrap ul.tabs:before,
.departing-wrap ul.tabs:after {
	display:none;
}

.departing-wrap ul.tabs li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	max-width: 117px;
}

.departing-wrap .tabs-title > a {
	padding:0;
	position:relative;
	border-radius: 1rem;
	overflow: hidden;
	border:2px solid transparent;
}

.departing-wrap .tabs-title > a > div {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:var(--destColor);
	opacity:0;
}

.departing-wrap .tabs-title.is-active > a {
	border:2px solid #FFF;
}

.departing-wrap .tabs-title.is-active > a > div {
	opacity:.7;
}

.departing-wrap .tabs-title > a > span {
	display:none;
}

.departing-wrap .tabs-title.is-active > a > span {
	position:absolute;
	color:#FFF;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	width:100%;
	height:100%;
	text-align:center;
	color:#FFF;
	font-weight:700;
	font-size: .875rem;
	line-height: 1.1;
	padding: 0.75rem;
}

.depart-gallery {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: calc(100% + 124px);
}

.departing-wrap .tabs-content {
    height: 470px;
    position: relative;
    border-radius: 1rem 0 0 1rem;
    border: none;
    margin-bottom: 4.5rem;
}

.depart-gallery a {
	width:100%;
	height:100%;
	display:block;
	border-radius: 1rem 1rem 1rem 0;
	overflow:hidden;
}

.depart-gallery a > img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	   object-fit:cover;
	-o-object-position:center;
	   object-position:center;
}

.depart-gallery > span {
    position: absolute;
    top: .75rem;
    right: .75rem;
    color: #FFF;
    padding: 0.5rem 1rem;
    background: var(--destColor);
    border-radius: 1rem;
    pointer-events: none;
}

section.home-departing {
    background: #e8eaf2;
    overflow: hidden;
}

section.home-departing > div > h1 {
	font-weight:700;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	text-align:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}

section.home-departing > div > div.departing-wrap {
	width:100%;
	overflow: hidden;
	height: auto;
}

section.home-departing div.departing-inner {
	width:50%;
}
main.main-content > section {
    padding: 2.5rem 0;
}

.depart-terms {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-column-gap: 1rem;
	        column-gap: 1rem;
}

.depart-terms > a,
.depart-terms > span{
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 33.3333%;
	        flex: 1 1 33.3333%;
	width:auto;
	text-align: center;
}

.depart-terms span {
	padding: .5rem 0 .25rem 0;
	width:100%;
	text-align: center;
	display: block;
}


.depart-info {
    padding: .75rem .75rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
    border-radius: 1rem 1rem 0 1rem;
    overflow: hidden;
}

.depart-details h2 {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: var(--destColor);
    font-size: 2.25rem;
}

.depart-details h5 {
	color:var(--mm-dkb);
	font-weight:500;
	font-size:1.125rem;
}

.depart-details h2 > a,
.depart-details h2 > a:hover {
	color:inherit;
}

.depart-details span.price-circle {
    font-size: 3.5rem;
    width: 10rem;
    height: 10rem;
    margin-bottom: 0;
}

.depart-details .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

div.depart-details > div.grid-x {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.depart-overview p {
    line-height: 1.25;
}

.depart-overview p:last-child {
	margin:0;
}

.included-wrap.depart {
    padding: 0.5rem  .75rem;
    margin-left: -1rem;
    width: calc(100% + 2rem);
}

.departing-inner .tabs-panel.is-active {
    height: 100%;
}


.link-bar {
    width: 200%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem;
    position: absolute;
}

.departing-date {
    position: absolute;
    top: .75rem;
    left: .75rem;
    width: 7rem;
    height: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border-radius: 1rem;
    overflow: hidden;
    font-weight: 700;
    text-transform:uppercase;
}

span.depart-label {
	font-size: .75rem;
	background: var(--mm-dkb);
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: .25rem;
	color:#FFF;
}

.depart-date {
    background: rgba(255,255,255,.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 5.75rem;
            flex: 1 1 5.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: .5rem .25rem;
	letter-spacing:3px;
}

.depart-date > span {
	line-height:1;
	letter-spacing: 1px;
}

.depart-date .depart-day, .depart-date .depart-year {
	font-size: 2rem;
	margin:0;
	text-align:justify;
	width:100%;
	line-height: 1;
	display: block;
	text-align: center;
	letter-spacing:6px;
}

.tabs-content div.link-bar{
	-webkit-column-gap:.75rem;
	        column-gap:.75rem;
}

.tabs-content div.link-bar > a.link-button.depart,
.tabs-content div.link-bar > a.link-button.book{
    background: url(svg/button-arr.svg) var(--mm-dkb) no-repeat calc(100% - .5rem) center / 1.5rem;
    padding-top: .75rem;
}

.tabs-content div.link-bar > a.link-button.book{
	background: url(svg/form-pickup.svg) var(--mm-ltb) no-repeat calc(100% - .5rem) center / 2.5rem;
    padding-top: .75rem;
	padding-right:3.75rem
}

main.main-content > section.home-reviews {
    position: relative;
    padding:3.5rem 0;
    height: 640px;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parallax-bg img,
.parallax-bg picture {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	   object-fit:cover;
	-o-object-position:center;
	   object-position:center;
}

.parallax-fade.gold {
    background: -webkit-gradient(linear, left top, right top, from(var(--mm-gold)), color-stop(70%, transparent));
    background: linear-gradient(90deg, var(--mm-gold) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.reviews-wrap.cell.small-12.medium-6.large-7 {
    padding: 1rem;
    background: rgba(255,255,255,.5);
    border-radius:1rem;
    -ms-flex-item-align: center;
        align-self: center;
}

.home-reviews .grid-x.grid-container {
	position:relative;
	height: 100%;
}

#sb-reviews-container-1 section.sb-feed-header {
    margin-bottom: .75rem;
    padding: .75rem 1.5rem;
    background: rgba(255,255,255,.5);
    border-radius: 1rem;
}

#sb-reviews-container-1 > section > section.sb-feed-posts.sbr_carousel.sbr-owl-loaded.sbr-owl-drag {
	background: rgba(255,255,255,.5);
	border-radius:1rem;
}

#sb-reviews-container-1 section.sb-feed-header > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#sb-reviews-container-1 > section > section.sb-feed-header > div > div > div.sb-feed-header-btn-ctn.sb-relative > a {
	border-radius:1rem;
}

#sb-reviews-container-1 > section > section.sb-feed-posts.sbr_carousel.sbr-owl-loaded.sbr-owl-drag div.sbr-owl-item {
	padding: 1rem 4.5rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 0;
	opacity: 0.5;
}

#sb-reviews-container-1 > section > section.sb-feed-posts.sbr_carousel.sbr-owl-loaded.sbr-owl-drag div.sbr-owl-item.active {
	height: auto;
	opacity: 1;
}

[id^=sb-reviews-container-] .sb-item-provider-icon {
	display:none;
}

[id^=sb-reviews-container-] .sbr-owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:stretch;
	    -ms-flex-align:stretch;
	        align-items:stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
}

[id^=sb-reviews-container-] .sb-post-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-flow:row wrap;
	        flex-flow:row wrap;
}

[id^=sb-reviews-container-] .sb-item-author-date-ctn {
	width:75%;
	-webkit-box-flex:0;
	    -ms-flex:0 0 75%;
	        flex:0 0 75%;
}

#sb-reviews-container-1 .sb-item-rating {
	width:25%;
	-webkit-box-flex:0;
	    -ms-flex:0 0 25%;
	        flex:0 0 25%;
	text-align:right;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

#sb-reviews-container-1 div.sb-item-author-date-ctn.sb-fs > div {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-flow:row nowrap;
	        flex-flow:row nowrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin-bottom:1rem;
}

#sb-reviews-container-1 .sb-post-item-wrap {
	padding:0 !important
}

#sb-reviews-container-1 .sb-post-item > .sb-item-text {
	font-weight: 300;
	font-style:italic;
	font-size:1.25rem;
}

[id^=sb-reviews-container-] .sb-item-rating-icon svg,
[id^=sb-reviews-container-] .sb-feed-header-rating-icons svg {
	width:1.5rem;
}

.home-reviews #sb-reviews-container-1 .sb-feed-header-rating,
#sb-reviews-container-1 > section > section.sb-feed-header > div > div > div.sb-feed-header-average.sb-relative > span.sb-feed-header-rating-subtext {
	margin-bottom: -.5rem;
	font-size:1.5rem;
}

#sb-reviews-container-1 > section > section.sb-feed-header > div > div > div.sb-feed-header-average.sb-relative > span.sb-feed-header-rating-subtext {
	font-size:1rem;
}

section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: .75rem;
	height:100vh;
    max-height: 700px;
}

section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y a {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 calc(33.333% - .25rem);
	        flex: 1 1 calc(33.333% - .25rem);
	overflow:hidden;
	border-radius:1rem;
	position:relative;
}

section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-4.grid-y a > img {
	-o-object-fit:cover;
	   object-fit:cover;
	-o-object-position:center;
	   object-position:center;
	width:100%;
	height:100%;
	display:block;
}

section.home-about-contact > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

section.home-about-contact > div > div.cell.small-12.medium-8.grid-x > div.cell.small-12.medium-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0 2.5rem 0 1.5rem;
}

section.home-about-contact .para-wrap p {
	font-size:1.125rem;
	line-height:1.25rem;
}

section.home-about-contact .para-wrap p:last-child {
	margin:0;
}

.sig-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 1.5rem;
}

.sig-wrap img {
	margin-bottom:1rem;
}

.sig-wrap span:first-of-type,
.sig-wrap span:last-of-type{
	font-weight:700;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	line-height:1;
	color:var(--mm-dkb);
}

.home-about-contact h2 {
    line-height: 1;
    font-weight: 700;
    color: var(--mm-dkb);
    margin-bottom: 1.5rem;
}

form#gform_2, form#gform_2 > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-row-gap: .5rem;
}

section.home-about-contact > div > div.cell.small-12.medium-4 {
    background: #e8eaf2;
    padding: .75rem;
    overflow: hidden;
    border-radius: 1rem;
}

#gform_2 > div.gform_footer.before {
    padding: 0;
}

section.home-about-contact > div > div.cell.small-12.medium-4 > div.contact-para {
	line-height:1.25;
	font-size:.925rem;
}

section.home-about-contact > div > div.cell.small-12.medium-4 > h3 {
	font-weight:700;
	color:var(--mm-dkb);
	margin:0;
}

#gform_2 #field_2_1:before,
#gform_2 #field_2_3:before,
#gform_2 #field_2_4:before,
#gform_2 #field_2_5:before{
	background-size:1.5rem 1.5rem;
}

#gform_2 #input_2_7 > div {
	overflow:hidden;
	border-radius:1rem;
}

#gform_2 input {
	height:3rem;
}

#gform_2 input, #gform_2 textarea {
	border-radius: 0 1rem 1rem 0;
}

#gform_2 div.ginput_complex span+span input {
	border-radius:1rem;
}

#page > main > section.home-about-contact {
	padding:2.5rem 0;
}

footer#colophon {
    background: url(img/midway-footer-bg.jpg) #7a5b2f no-repeat center bottom / cover;
    color: #FFF;
    position: relative;
    padding: 0;
}

#colophon .menu a {
	color:#FFF;
}

footer#colophon:before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--mm-gold)), color-stop(50%, transparent), color-stop(90%, var(--mm-gold)));
    background: linear-gradient(90deg, var(--mm-gold) 10%, transparent 50%, var(--mm-gold) 90%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

#colophon > div {
	position:relative;
}

#colophon > div.legal-bar > div,
#colophon > div.grid-container.grid-x{
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.legal-bar {
    background: rgba(0,0,0,.25);
    margin: 1.5rem 0 .75rem 0;
}

#credits a, 
#colophon > div.legal-bar div.foot-contact.cell.small-12.medium-6.large-6 > a,
#colophon > div.legal-bar ul li a{
	border-bottom:2px dotted;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	padding: 0 !important;
	color: #FFF;
	line-height: 1;
}

#credits {
	text-align:center;
}

#credits a {
	font-size:.75rem;
}

#colophon div.cell.small-12.medium-6.large-4.grid-x {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-column-gap: 1rem;
	        column-gap: 1rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	width: 65%;
	padding: .75rem;
}

#colophon .foot-menu {
	width:auto;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

span.menu-title {
    padding: 0 0 .5rem 0;
    font-weight: 1000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.25rem;
    line-height: 1;
}

.foot-menu .vertical.menu li a {
    padding: .25rem 0 0 0;
}

.legal-bar svg {
	height:1.5rem;
	width:auto;
}

.legal-bar svg path {
    fill: #FFF;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-column-gap:.75rem;
	        column-gap:.75rem;
}

.social a {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

.foot-contact.cell.small-12.medium-6.large-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    padding: .5rem 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
}

.foot-contact .contact-wrap:not(.soc) a {
	color: #FFF;
	border-bottom: 2px dotted #FFF;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 1;
}

.foot-legal.cell.small-12.medium-6.large-6, .legal-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
}

.legal-menu ul a {
	font-size:.75rem;
}

#colophon > div.legal-bar > div > div.foot-legal.cell.small-12.medium-6.large-6 > span {
	font-size:.75rem;
	font-weight:300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#colophon > div:nth-child(1) > div.cell.small-12.medium-4 > a,
#colophon > div:nth-child(1) > div.cell.small-12.medium-4 > a > img{
    width: 100%;
    height: auto;
}

#colophon > div:nth-child(1) > div.cell.small-12.medium-4 > a {
	/* margin-top:-.75rem; */
	display:block;
}

#colophon li.link-button > a {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: .5rem .325rem .25rem;
}

.foot-menu .vertical.menu {
    row-gap: .75rem;
}

li#menu-item-426, li#menu-item-842 {
    margin-top: .75rem;
}

li#menu-item-842 > a { 
	background-color:var(--mm-dkb);
}

div.contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: .325rem;
            column-gap: .325rem;
}

div#head-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    -webkit-column-gap: 2.5rem;
            column-gap: 2.5rem;
    padding-top: .25rem;
}

#head-contact div.contact-wrap:not(.soc) a {
	color:var(--mm-dkb);
	border-bottom:2px dotted;
	line-height:1;
	font-size:1.125rem;
}

#head-contact svg {
	height:1.25rem;
	width: 1.25rem;
}

#head-contact svg path {
	fill:var(--mm-ltb);
}

div#site-nav-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

nav#head-nav > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

nav#head-nav > ul > li {
	-webkit-box-flex:0;
	    -ms-flex:0 0 auto;
	        flex:0 0 auto;
	width:auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	justify-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
}

#head-nav li:not(.link-button) > a {
	padding: .5rem 1rem;
	color:var(--mm-dkb);
	-ms-flex-item-align: center;
	    align-self: center;
	line-height: 1;
	font-weight: 600;
	font-size: 1.25rem;
}

#head-nav > ul.dropdown.menu > li.is-active > a {
	background:var(--mm-ltb);
	color:#FFF;
	border-radius: .75rem;
}

#head-nav > ul.dropdown.menu > li.is-active > ul.sub-menu > li.is-active > a {
	background:var(--mm-dkb);
	color:#FFF
}

#head-nav > ul.dropdown.menu ul > li:hover {
	background:#dedede;
}

#head-nav > ul.dropdown.menu > li.is-dropdown-submenu-parent.is-active > a:after {
	border-color:#FFF transparent transparent;
}

#head-nav li.menu-item-has-children.is-active > a:after{
		border-color:transparent transparent transparent #FFF;
}
#head-nav li.menu-item-has-children > a {
	padding: .5rem 1.5rem .5rem .75rem;
}

#menu-item-434 > a {
	padding-bottom:.5rem;
	-ms-flex-item-align: center;
	    align-self: center;
}

#head-nav li.current_page_item > a,
#head-nav li.current-menu-item > a,
#head-nav li.current-menu-parent > a{
	background:var(--mm-dkb);
	color:#FFF;
}

#head-nav > ul > li > a{
	border-radius:1rem;
}

nav#head-nav li.home-icon > a {
    text-indent: -9999em;
    width: 3rem;
    height: 3rem;
    background: url(svg/home.svg) no-repeat center center / 2rem;
}

nav#head-nav li.home-icon.current_page_item > a,
nav#head-nav li.home-icon.current-menu-item > a {
    background: url(svg/home-active.svg) var(--mm-dkb) no-repeat center center / 2rem;
}

.foot-menu .vertical.menu li.current_page_item a,
.foot-menu .vertical.menu li.current-menu-item a{
	font-weight:700;
	border-left: .25rem solid var(--mm-ltb);
	padding-left: .5rem;
	padding-top: .25rem;
}

#head-nav .dropdown.menu > li > .is-dropdown-submenu {
    top: calc(100% + .5rem);
    border: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
    list-style: none;
}

#head-nav .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-color:var(--mm-gold) transparent transparent;
	border-width: .5rem;
	margin-top: -.25rem;
}

main.main-content > section.home-search {
	padding:0;
	position:absolute;
	width: 100%;
	top: -2.5rem;
	z-index: 999;
}

main.main-content > section.home-search > div,
section.trip-search > div {
	background:var(--mm-gold);
	padding: .75rem;
	border-radius:1.5rem;
	overflow:hidden;
}

section.trip-search {padding: 1rem 0;}

.home-search div form.search-form,
.trip-search div form.search-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}

.home-search div form.search-form input[type="submit"],
.trip-search div form.search-form input[type="submit"]{
	-webkit-box-flex:0;
	    -ms-flex:0 0 200px;
	        flex:0 0 200px;
	height: 100%;
	border: none;
	border-radius: 1rem;
	background: url(svg/form-pickup.svg) var(--mm-dkb) no-repeat calc(100% - 1rem) center / 2rem;
	color: #FFF;
	font-weight: 700;
	font-size: 1.25rem;
	padding: 0 3rem 0 0;
	cursor:pointer;
	-webkit-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
}

.home-search div form.search-form input[type="submit"]:hover,
.trip-search div form.search-form input[type="submit"]:hover{
	background-color:var(--mm-ltb);
}

.home-search div form.search-form .input-wrap,
.trip-search div form.search-form .input-wrap{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(33.33% - 80px);
	        flex: 0 0 calc(33.33% - 80px);
	height: auto;
	position:relative;
}

.home-search div form.search-form .input-wrap label,
.trip-search div form.search-form .input-wrap label {
	position:absolute;
	top: .625rem;
	left:.5rem;
	font-size:.75rem;
	text-transform:uppercase;
	font-weight: 700;
	line-height: 1;
}

.home-search div form.search-form .input-wrap select,
.trip-search div form.search-form .input-wrap select{
	padding: 1.5rem .5rem .25rem;
	height:auto;
	border-radius:1rem;
	margin: 0;
}

main.main-content {
    position: relative;
}

.listing-head.cell.small-12.grid-x,
.listing-foot.cell.small-12.grid-x{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.listing-head.cell.small-12.grid-x > div {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
}

.listing-head .list-bread,
.listing-foot .list-count{
	text-align:left;
}

.listing-head .list-count {
	text-align:center;
}

.listing-head .list-pag {
	text-align:right;
}



section.trip-search {
    background: #f6f4f0;
	
}
section.trip-cats{
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
	        filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
	background: #FFF;
}

section.trip-cats > div {
	padding:.75rem;
}

section.trip-cats > div > div.cell.small-12.medium-9,
section.trip-cats > div > div.cell.small-12.medium-3{
    -webkit-column-gap: .5rem;
            column-gap: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.trip-cats > div > div.cell.small-12.medium-3 {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}

section.trip-cats > div > div.cell.small-12.medium-9 a {
	background:var(--destColor);
	border: 4px solid transparent;
	color: #FFF;
	padding: .25rem.75rem;
	border-radius: 1rem;
	font-size: 1.125rem;
	font-weight: 500;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

section.trip-cats > div > div.cell.small-12.medium-9 a.active {
    pointer-events: none;
    border-color: var(--destTint);
    font-weight: bold;
}

.list-count > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    padding: .25rem 1.5rem 0;
    background: #dddade;
    border-radius: 1rem;
}

.wp-pagenavi {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	width:2rem;
	height:2rem;
	padding:.25rem .5rem 0;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	background:#dddade;
	border-radius:.375rem;
	color:#000;
	border:none;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width:auto;
}

.wp-pagenavi span.current {
	background:var(--mm-dkb);
	color:#FFF;
	font-weight:700;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	background:var(--mm-ltb);
	color:#FFF;
	font-size:2rem;
	line-height:1rem;
}

section.trip-cats > div > div.cell.small-12.medium-3 > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background:var(--mm-dkb);
	border: 4px solid transparent;
	color: #FFF;
	padding: .25rem .75rem;
	border-radius: 1rem;
	font-size: 1.125rem;
	font-weight: 500;
	opacity:.5;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

section.trip-cats > div > div.cell.small-12.medium-3 > a.active {
	opacity:1;
	pointer-events:none;
}

.listing-foot.cell.small-12.grid-x {
    width: 100%;
}

.cell.small-12.medium-6.point-map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    overflow: visible;
    position: relative;
    width: calc(50% - .375rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.cell.small-12.medium-6.point-map picture,
.cell.small-12.medium-6.point-map img {
	width: 120%;
	max-width: 110%;
	margin-left: -10%;
}

.cell.small-12.medium-6.point-wrap.pembrokeshire {
	-webkit-box-ordinal-group:2;
	    -ms-flex-order:1;
	        order:1;
	width: calc(50% - .375rem);
}

.cell.small-12.medium-6.point-wrap.carmarthenshire {
	-webkit-box-ordinal-group:4;
	    -ms-flex-order:3;
	        order:3;
	width: calc(50% - .375rem);
}

.cell.small-12.medium-6.point-wrap.ceredigion {
	-webkit-box-ordinal-group:5;
	    -ms-flex-order:4;
	        order:4;
	width: calc(50% - .375rem);
}

ul.point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0;
    row-gap: .75rem;
    -webkit-column-gap: .75rem;
            column-gap: .75rem;
	list-style:none;
}

ul.point-list li {
	width:calc(50% - .375rem);
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - .375rem);
	        flex: 0 0 calc(50% - .375rem);
	background:var(--sectTint);
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: .5rem;
	border-radius: .75rem;
}

ul.point-list > li > div {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-flow:row wrap;
	        flex-flow:row wrap;
	-webkit-box-flex:1;
	    -ms-flex:1 1 auto;
	        flex:1 1 auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.point-wrap ul li span.point-no {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	width:2rem;
	height:2rem;
	background:var(--sectColor);
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	color:#FFF;
	font-weight:700;
	line-height:1;
	padding-top:.25rem;
	-webkit-box-flex:0;
	    -ms-flex:0 0 2rem;
	        flex:0 0 2rem;
	border-radius:.5rem;
	border: 2px solid var(--mm-dkb);
	font-size: 1.5rem;
}

.point-wrap ul > li > div > div {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-flow:column;
	        flex-flow:column;
	line-height:1;
	padding: .25rem .75rem 0 .75rem;
	width: calc(100% - 2rem);
	row-gap: .25rem;
}

.point-head-wrap > span {
    background: var(--sectColor);
    width: 2rem;
    height: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: .5rem;
    border: 2px solid var(--mm-dkb);
}

.point-head-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: .75rem;
            column-gap: .75rem;
}

.point-head-wrap h2 {
	margin:0;
	font-weight: 700;
	color: var(--mm-dkb);
}

section.pickup-wrapper {
	background:#e5f4fa;
	padding:1rem;
}

section.pickup-wrapper > div {
    background: #FFF;
    padding:1rem;
    border-radius:1rem;
    row-gap: 1.5rem;
    -webkit-column-gap: .75rem;
            column-gap: .75rem;
}

ul.point-list p {
    margin: 0;
    width: 100%;
    padding-top: .5rem;
    line-height: 1;
    font-size: .8rem;
}

.point-disclaimer {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 250px;
    font-size: .925em;
    background: var(--mm-dkb);
    color: #FFF;
    height: auto;
    padding: 1rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    row-gap:.5rem;
    border-radius: 1rem;
}

.point-disclaimer p {
	margin:0;
	font-size: .925rem;
	line-height:1;
}

.point-wrap ul > li > div > div span:first-of-type {
	font-size:1.125rem;
	font-weight:700;
	color:var(--mm-dkb);
	line-height:1;
}

.point-wrap ul > li > div > div span:last-of-type {
	font-size:.925rem
}

.service-main .sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    row-gap: 2.5rem;
}

.service-main .sections > div {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-flow:row wrap;
	        flex-flow:row wrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	background:#e8eaf2;
	border-radius:2.5rem;
	overflow:hidden;
}

.service-main .sections > div:nth-child(odd){
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}

.service-main .sections h3 {
	font-weight:700;
	color:var(--mm-dkb);
	font-size:3rem;
}

.service-main .sections div.cell.small-12.medium-9.large-7 {
	padding:3.5rem
}

.service-main .sections div.cell.small-12.medium-3.large-5 {
	-ms-flex-item-align:stretch;
	    align-self:stretch;
}

.service-main .service-row img,
.service-main .service-row picture {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	   object-fit:cover;
	-o-object-position:center;
	   object-position:center;
}

.service-row a.link-button {
    background: url(svg/button-arr.svg) var(--mm-gold, #000) no-repeat calc(100% - .5rem)center / 1.5rem;
}

section.service-main > div > ul {
    padding: 0;
    margin-bottom: 2.5rem;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
	-webkit-column-gap:1rem;
	        column-gap:1rem;
}

section.service-main > div > ul > li {
	-webkit-box-flex:1;
	    -ms-flex:1 1 auto;
	        flex:1 1 auto;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}

section.service-main > div > ul > li > a {
	color:#FFF;
	background:var(--mm-dkb);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	width:100%;
	height:100%;
	padding:1rem;
	border-radius:1rem;
	font-size:1.5rem;
	font-weight:700;
}

main.main-content section.service-intro {
    padding-bottom: 0;
    padding-top: 1.5rem;
}

main > section.service-main {
    padding-top: 0;
}

section.service-intro > div > div.cell.small-12.medium-7.large-6 > h2 {
    font-size: 2.125rem;
    font-weight: 700;
    color: var(--mm-dkb);
    line-height: 1;
}

section.service-intro > div > div.cell.small-12.medium-7.large-6 > p {
	font-size:1.125rem;
	line-height: 1.5rem;
}

section.service-intro > div > div.cell.small-12.medium-7.large-6 > p:last-of-type {
	margin:0;
}

#page > main > section.service-intro > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.5rem;
}

body.page-template-services main.main-content {
    background: #f6f4f0;
}

body.page-template-services main.main-content .grid-container{
	background:#ffffff;
	padding:1.5rem;
	border-radius:2.5rem
}

body.page-template-services main.main-content section:first-of-type .grid-container{
	border-radius:2.5rem 2.5rem 0 0;
}

body.page-template-services main.main-content section:last-of-type .grid-container{
	border-radius:0 0 2.5rem 2.5rem;
}

.service-intro div.cell.small-12.medium-5.large-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.service-intro div.cell.small-12.medium-5.large-5 h4 {
	width:100%;
	text-align:center;
	font-weight:700;
	background:var(--mm-ltb);
	color:#FFF;
	margin:0;
	line-height: 1;
	padding: .75rem 0;
	height: 3rem;
	border-radius: 1.5rem 1.5rem 0 0;
}

ul.service-list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style:none;
    background: #cce8f6;
    padding: 1rem;
    border-radius: 0 0 1.5rem 1.5rem;
}

ul.service-list li {
	padding: .75rem 0;
	width:auto;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 calc(50% - 2.5rem);
	        flex: 1 0 calc(50% - 2.5rem);
	margin-left: 2.5rem;
	position: relative;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
}

ul.service-list li:before {
	content:'';
	position:absolute;
	width:.75rem;
	height:.75rem;
	border-radius:50%;
	background:var(--mm-gold);
	left:-1.5rem;
	top:calc(50% - .375rem);
}

main > section > div.grid-container div.cell > p a {
    border-bottom: 2px dotted;
    color: var(--mm-ltb);
}

#head-nav ul ul ul.sub-menu {
    margin: 0;
    list-style: none;
}

.news-wrap.cell.small-12.grid-x > div {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}

main.main-content > section.news-outer {
    padding: 1.5rem 0;
    background: #f6f4f0;
}

main.main-content > section.news-outer > div.grid-container {
	background:#FFF;
	padding:1.5rem 0;
	border-radius: 2.5rem;
}

div.news-wrap #cff.cff-masonry > div.cff-posts-wrap > div.cff-item {
	background: #e8eaf2 !important;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 1.5rem !important;
	overflow: hidden;
	margin-right: 0 !important;
	width: 31.3%;
}

#cff-lightbox-wrapper > div.cff-lightbox-outerContainer > div > div.cff-lightbox-sidebar{
	background: #e8eaf2 !important;
}

#cff .cff-author .cff-page-name.cff-author-date a,
#cff-lightbox-wrapper .cff-lightbox-sidebar > div .cff-page-name.cff-author-date a {
    color: var(--mm-dkb) !important;
}

#cff .cff-meta-wrap {
    padding: 0 .5rem;
}

#cff.cff-masonry .cff-load-more {
    width: 200px;
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    background: var(--mm-dkb);
    color: #FFF;
    font-weight: 700;
    padding: .5rem 1rem;
}

#cff.cff-masonry .cff-load-more svg circle {
	fill:#FFF;
}

#cff {
	margin-bottom:0 !important;
}

#cff-lightbox-wrapper div.cff-lightbox-sidebar > div > p > span {
	font-size:1rem;
	line-height:1.25;
}

#cff-lightbox-wrapper .cff-comments-box > p > span,
#cff-lightbox-wrapper .cff-comments-box > p > a{
	font-size:.875rem !important;
	line-height:1.125;
}

#cff-lightbox-wrapper .cff-comments-box svg {
	max-height:.75rem
}

#cff-lightbox-wrapper .cff-likes-this-text,
#cff-lightbox-wrapper .cff-likes-this-text a {
	display:inline;
	line-height:1;
	margin:0;
}

#cff-lightbox-wrapper .cff-likes-this-text a,
#cff-lightbox-wrapper a,
div.news-wrap #cff.cff-masonry > div.cff-posts-wrap > div.cff-item .cff-post-text a {
	color:var(--mm-ltb);
	border-bottom:1px dotted;
}

#cff-lightbox-wrapper > div.cff-lightbox-outerContainer > div > div.cff-lightbox-sidebar > div.cff-lightbox-sidebar-content > p:last-of-type {
	margin-bottom:0;
}

#cff div.cff-author > div.cff-author-text > div.cff-date {
	color:#000;
}

section.contact-wrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

section.contact-wrap #gform_2 .gfield input,
section.contact-wrap #gform_2 .gfield textarea{
	background:#e8ebf2;
	padding: .75rem .375rem .25rem;
}

.form-wrap h2 {
    font-weight: 700;
    color: var(--mm-dkb);
    margin: 0;
    font-size: 3rem;
}

.form-wrap p {
	font-size:1.125rem;
	line-height:1.5;
}

.details-map-wrap.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

div.details-map-wrap div.dmw-row {
    color: #FFF;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 1rem;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    height: auto;
}

.form-wrap.cell.small-12.medium-6 {
    max-width: calc(50% - 2.5rem);
}

.oh-wrap.cell.small-12.medium-6 {
    background: var(--mm-dkb);
    padding: .75rem 0 0;
}

.contact-wrap .details-wrap {
    background: var(--mm-ltb);
}

.contact-wrap .details-wrap svg {
	width:2rem;
	height:2rem;
	margin-right:.5rem;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 2rem;
	        flex: 0 0 2rem;
}

.contact-wrap .details-wrap,
.oh-wrap.cell.small-12.medium-6 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - .5rem);
	        flex: 0 0 calc(50% - .5rem);
	border-radius:1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	row-gap: .5rem;
	overflow: hidden;
}

.details-map-wrap.cell.small-12.medium-6.grid-y {
    row-gap: 1rem;
}

.details-map-wrap .details-wrap {
	padding:1rem;
}

.details-wrap div.contact-wrap {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}

.details-wrap div.contact-wrap p {
	margin-bottom:0;
}

.details-wrap div.contact-wrap a {
	color:#FFF;
	border-bottom:2px dotted;
	font-size:1.125rem;
	line-height:1.5;
}

.oh-table {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-flow:column nowrap;
	        flex-flow:column nowrap;
	-webkit-box-pack:stretch;
	    -ms-flex-pack:stretch;
	        justify-content:stretch;
}

.oh-table .oh-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-flow:row nowrap;
	        flex-flow:row nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: .25rem 1rem;
}

.oh-row.today {
    font-weight: 700;
    background: rgba(0,0,0,.3);
}

.oh-head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
}

.oh-head-wrap h3 {
	line-height:1;
	margin:0;
	font-weight:700;
	font-size:1.375rem
}

.map-wrap.cell.small-6 {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-radius:1rem;
    overflow:hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.map-wrap .map {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#gform_2 div.gf_clear {
	display:none;
}

div.map-wrap.cell.small-6 > a {
	position:absolute;
	top:1rem;
	right:1rem;
	z-index:999;
	background:url(svg/button-arr.svg) var(--mm-gold) calc(100% - .75rem) center no-repeat;
}

.contact-wrap .form-wrap #gform_2 .gfield--type-consent .ginput_container_consent {
	max-width:none;
}

.contact-wrap .form-wrap #gform_2 .gfield--type-consent .ginput_container_consent label {
	font-size:1rem
}

section.main-book-wrap p {
    font-size: 1.25rem;
	line-height:1.25
	
}

.main-book-wrap form#gform_1 {
	padding: 3rem 2rem;
}

.main-book-wrap .sidebar.cell {
	padding-left:1.5rem;
	row-gap: 1rem;
}

main.main-content section.main-book-wrap {
    background: #e5f4fa;
	padding:.9375rem 0;
}

section.main-book-wrap > div {
	background:#FFF;
	border-radius:1rem;
	padding: .9375rem;
}

.sidebar.grid-y > .help-box.cell {
	background:#fef4e5;
	overflow:hidden;
	border-radius:1rem;
	padding:.75rem;
	height:auto;
	-webkit-box-flex:0;
	    -ms-flex:0 0 auto;
	        flex:0 0 auto;
}

.sidebar > div.help-box.cell.auto > h3 {
	font-size: 1.375rem;
	line-height:1;
	font-weight:700;
	color:var(--mm-dkb);
}

.sidebar > div.help-box.cell.auto > p {
	font-size: 1rem;
}

.sidebar > div.help-box.cell.auto > p:last-of-type {
	margin:0;
}

.sidebar > div.help-box.cell.auto > p > a {
	color:var(--mm-ltb);
	font-weight:600;
}

.sidebar.grid-y > .link-box.cell {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-flow:column;
	        flex-flow:column;
	row-gap:.5rem;
	border-radius:1rem;
	padding:.75rem;
	background: #e8ebf2;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.sidebar.grid-y > .link-box.cell > h4 {
	font-size: 1rem;
	margin:0;
	font-weight: 700;
	color: var(--mm-dkb);
}

.sidebar.grid-y > .link-box.cell > a { 
	width:100%;
	padding:.5rem 1.5rem;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	text-transform:uppercase;
	background:var(--mm-dkb);
}

.ad-box.cell.auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 290px;
            flex: 1 1 290px;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    color: #FFF;
}

.ad-img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem;
    overflow: hidden;
}

.ad-text-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: relative;
    z-index: 10;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
    color: #FFF;
}

.ad-text {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1d327b),  color-stop(85%, #1d327b88), color-stop(130%, transparent));
    background: linear-gradient(0deg, #1d327b 50%,  #1d327b88 85%, transparent 130%);
    padding: 3.5rem .75rem .75rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.ad-text-wrap h4 {
    font-weight: 700;
    line-height: 1;
    padding: .75rem;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.5));
            filter: drop-shadow(2px 2px 2px rgba(0,0,0,.5));
    margin: 0;
}

.sidebar .ad-text p,
.ad-text p{
	font-size:.9375rem;
	line-height:1;
}

.sidebar .ad-text p:last-of-type,
.ad-text p:last-of-type{
	margin:0;
}

.sidebar .ad-text a,
.ad-text a{
	margin-top:.5rem;
	background:url(svg/button-arr.svg) var(--mm-ltb) calc(100% - .75rem) center no-repeat;
}

[data-tiles="past"] .trip-tile{
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
    opacity: .65;
}

[data-tiles="past"] .trip-tile:hover {
	opacity:1;
}

[data-tiles="past"] > h2 {
	font-weight:700;
	color:var(--mm-dkb);
}

[data-tiles="past"] .tile-img,
[data-avail="limited"] .tile-img,
[data-avail="full"] .tile-img,
.depart-gallery[data-avail="limited"] > a,
.depart-gallery[data-avail="full"] > a{
	background:var(--destColor);
}

[data-tiles="past"] .tile-img a img,
[data-avail="limited"] .tile-img a img,
[data-avail="full"] .tile-img a img,
.depart-gallery[data-avail="limited"] > a > img,
.depart-gallery[data-avail="full"] > a > img{
	opacity:0.75;
	mix-blend-mode: luminosity;
}

[data-tiles="past"] .tile-img a img {
	opacity:.5;
}

[data-tiles="past"] .tile-img > a:after,
[data-avail="limited"] .tile-img > a:after,
[data-avail="full"] .tile-img > a:after,
.depart-gallery[data-avail="limited"] > a:after,
.depart-gallery[data-avail="full"] > a:after{
	content:'Departed';
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	display:grid;
	place-content:center;
	text-align:center;
	-webkit-transform:rotate(-15deg);
	        transform:rotate(-15deg);
	font-weight: 1000;
	text-transform:uppercase;
	color:#FFF;
	font-size: 2.75rem;
	letter-spacing: .75rem;
}


.trip-tile[data-avail="limited"] .tile-img > a:after,
.trip-tile[data-avail="full"] .tile-img > a:after,
.depart-gallery[data-avail="limited"] > a:after,
.depart-gallery[data-avail="full"] > a:after{
	content:'Limited Spaces';
	position:absolute;
	bottom:0;
	left:0;
	color:#FFF;
	font-weight:700;
	line-height:1;
	padding:.125rem .75rem 0;
	border-radius:1rem;
	text-transform:uppercase;
}

span.avail.limited {
	background:#c24f00;
}

.trip-tile[data-avail="full"] .tile-img > a:after,
.depart-gallery[data-avail="full"] > a:after {
	content:'Fully Booked';
}

span.avail.full {
	background:#c01a1a;
}

div#gform_confirmation_message_1,
div#gform_confirmation_message_2{
	background: url(svg/logo-fade.svg) #fef4e5 no-repeat 75% center / cover;
    padding: 3.5rem;
    border-radius: 1.5rem;
	font-size:1.125rem
}

div#gform_confirmation_message_1 strong,
div#gform_confirmation_message_2 strong{
	font-size:1.575rem;
	color:var(--mm-dkb)
}

div#gform_confirmation_message_1 strong:last-of-type,
div#gform_confirmation_message_2 strong:last-of-type{
	font-size:1.25rem;
	line-height:1;
}

div#gform_confirmation_message_1 a,
div#gform_confirmation_message_2 a{
	border-bottom:2px dotted;
}

section.default h4 {
    font-weight: 700;
	color:var(--mm-dkb)
}

main.main-content > section.default table,
main.main-content > section.default h4{
    margin: 1.5rem 0 0 0;
}

body.page-id-421 main.main-content section.default {
    padding-top: 0.5rem;
}

html #page > .sticky-container {
    position: absolute;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mobile-contact-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-flow:row wrap;
	        flex-flow:row wrap;
	-webkit-column-gap: .5rem;
	        column-gap: .5rem;
	row-gap: .5rem;
}

.mobile-contact-wrap > div {
	-webkit-box-flex:1;
	    -ms-flex:1 1 auto;
	        flex:1 1 auto;
	width:auto;
}

.mobile-contact-wrap svg {
	width:1rem;
	height:1rem;
}

.gform-page-footer.gform_page_footer.top_label {
    justify-content: center;
    display: flex;
    column-gap: .75rem;
}

div#gform_wrapper_3 {
    background: #ededed;
    padding: 1rem;
    border-radius: 1.5rem;
}

div#gform_fields_3 {
    display: flex;
    flex-flow: row wrap;
    row-gap: 1rem;
    column-gap: 1rem;
}

#gform_fields_3 .gfield {
    flex: 0 0 auto;
    width: 100%;
}

#gform_fields_3 .gfield input {
	border-radius:1.5rem;
}

#gform_fields_3 div#field_3_7, 
#gform_fields_3 div#field_3_8, 
#gform_fields_3 div#field_3_9 {
    flex: 0 0 calc(33.333% - .75rem);
    width: calc(33.333% - .75rem);
}

#input_3_4_1_container, #input_3_4_2_container {
	flex: 0 0 50%;
    width: 50%;
}

#input_3_4_3_container, #input_3_4_4_container, #input_3_4_5_container {
	flex: 0 0 33.333%;
    width: 33.333%;
}

#gform_fields_3 input+label, 
#gform_fields_3 .gfield_description{
	font-size: .75rem;
	padding-left: .125rem;
	padding-top:0.5rem;
	margin:0;
	line-height:1;
	text-transform:uppercase;
	letter-spacing: 1px;
}

div#input_3_10 {
	display:flex;
	flex-flow:row nowrap;
	width: 100%;
	flex: 1 1 100%;
	row-gap: .75rem;
	column-gap: .75rem;
}

div#input_3_10 .gchoice {
	flex: 1 1 auto;
	width:auto;
}

div#input_3_10 input {
    display: none;
}

div#input_3_10 input+label {
	max-width:none;
	padding:1rem 2rem;
	border-radius:1rem;
	background: #c8dee8;
	margin: 0;
	color: #1c337a;
	font-size: 1.25rem;
	font-weight: bold;
	border: 1px solid #1c337a;
	width: 100%;
	text-align: center;
	letter-spacing: normal;
}

div#input_3_10 input:checked+label {
	font-weight:bold;
	background: #1c337a;
	color: #FFF;
}

#input_3_11_1:checked+label {
	font-weight:bold;
}

#field_3_10 > div {
    display: flex;
	align-items:center;
	justify-content:space-between;
}

#gform_fields_3 fieldset#field_3_11 {
    width: 30.3333%;
    flex: 0 0 33.33333%;
    position: absolute;
    bottom: 0;
    left: 33.83333%;
    padding: .5rem;
    background: #c8dee8;
    border-radius: 1rem;
    border: 1px solid;
}

#gform_fields_3 legend,
#gform_fields_3 .gfield_label{
	margin:0;
}

#gform_3 .gform-footer.gform_footer.top_label {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 33.33333%;
}

form#gform_3 {
    position: relative;
}

input#gform_submit_button_3 {
    margin: 0;
    font-size: 1.5rem;
    display: flex !important;
    border-radius: 1rem;
    padding: 1rem 3.5rem;
    background: #e0a920;
    font-weight: 700;
    width: 100%;
}

#gfield_consent_description_3_11 {
	background:#FFF;
	text-transform:none !important;
}

#gform_3 #no-email {
	padding: 1rem .5rem .75rem;
	background:rgb(200 222 232);
	line-height:1;
	font-size:1.125rem;
	text-align:center;
	font-weight:700;
	border-radius:1rem;
	letter-spacing:2px;
	border: 1px solid #2a4183;
}

#gform_3 #no-email a {
	color:#1c337a;
	border-bottom:2px dotted;
}

#show-terms h6 {
	font-weight: 700;
	width: 33.333%;
	margin-top: 1em;
	margin-bottom: 0;
	clear: both;
}

div#term-sections {
    display: flex;
    flex-flow: row wrap;
    row-gap: 1em;
    column-gap: 3.5%;
    margin-bottom: 2em;
    float: left;
}

div#term-sections > div {
    width: 30.33333%;
    flex: 0 0 30.33333%;
}

div#term-sections > div h5 {
	margin:0;
	color:#1c337a;
}

div#term-sections > div p {
	font-size:.875rem;
	line-height:1.125;
	margin:0;
}

#show-terms h4 {
    margin: 0;
}

#gform_fields_3 .gfield--type-consent input+label{
	padding-top:2em;
	margin: 0 !important;
	line-height: 1 !important;
}

#gform_fields_3 .gfield--type-consent legend { 
	position:absolute;
	top:0.25rem;
	left:0.5rem;
}

#input_3_11_1 {
	margin-bottom: .125em;
}

#gfield_instruction_3_9 {
	display:none;
}

#gform_3 .ginput_container.ginput_container_consent {
	display:flex;
	align-items:flex-end;
	justify-content:flex-start;
	row-gap:.25rem;
	column-gap:.5rem;
}

div#field_3_13 {
    border-top: 1px solid #cacaca;
    padding-top: 2em;
}