/* overwrites ...sorry */
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p
{
	margin: 0;
	color: #57585B;
	font-weight: 400 !important;
}
.media-desktop #home-page #hero-slide h1,
#home-page-gsw #hero-slide h1 {
	max-width: 970px;
	margin: 0 auto;
	color: #fff;
	font-size: 48px !important;
	line-height: 1;
	margin-bottom: 25px;
	font-weight: 600 !important;
	text-align: center;
}
p#collectionsSubtitle {
	font-size: 36px;
	margin-top: 0;
	line-height: 1;
}
.media-mobile main h1 {
	font-size: 32px;
}
main h2 {
	font-size: 36px;
	line-height: 1;
}
.media-mobile main h2 {
	font-size: 32px;
}
main h3, #revoo-container p {
	font-size: 24px;
	line-height: 1;
}
.media-mobile main h1, .media-mobile #reevoo-container p {
	font-size: 24px;
}
main h4 {
	font-size: 14px;
	line-height: 1;
}
main p {
	font-size: 18px;
}
main .media-mobile p {
	font-size: 14px;
}
.media-mobile main p.mobile-collapsed {
	max-height: 130px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px !important;
	transition: all 0.3s ease-out;
}
.media-mobile main p.mobile-collapsed::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.media-mobile main p.mobile-collapsed.expand::after {
	display: none;
}
.media-mobile main p.mobile-collapsed.expand {
	max-height: 2000px;
	margin-bottom: 30px !important;
}
main a
{
	font-weight: 400 !important;
	text-decoration: none !important;
}
footer {
	position: relative;
	z-index: -1;
}
.media-mobile .bottom-offset {
	margin-bottom: 0 !important;
}
.media-mobile .sign-up-form {
	margin-top: 0 !important;
}

body.blur>*:not(#panel-search):not(#main-nav-bar):not(#second-nav-bar):not(#ui-datepicker-div):not(#panel-destination):not(#side-bar):not(#form1):not(#panel-shortlist):not(#desktop-filters):not(#nav-dropdown),
body.blur .wrapper-body,
body.blur .hero-image,
body.blur div#sortBar {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	filter: none;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
body.blur>main>*:not(#panel-search):not(#main-nav-bar):not(#second-nav-bar):not(#ui-datepicker-div):not(#panel-destination):not(#side-bar):not(#form1):not(#panel-shortlist):not(#desktop-filters):not(#nav-dropdown):not(#search-all), body.blur .wrapper-body, body.blur .hero-image, body.blur div#sortBar, body.blur>footer>#footer-panel {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='https://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='3'%20/></filter></svg>#blur");
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='3');
	filter: blur(3px);
	opacity: 0.7;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.row
{
	max-width: 1300px;
	/* position: relative; */
}
.column
{
	padding-left: 10px;
	padding-right: 10px;
}
.row.full-width {
	max-width: initial;
}
main .row .row {
	width: 100%;
	margin: 0;
}

.hero-prop-ref {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: rgba(0,0,0,0.6);
	padding: 10px;
	border-radius: 3px;
}
.media-mobile .hero-prop-ref {
	font-size: 11px;
	padding: 5px;
}
#home-page #hero-slide h1#homepageMainTitleTxt,
#home-page-gsw #hero-slide h1#homepageMainTitleTxt
{
	font-size: 48px !important;
	margin-bottom: 25px;
	font-weight: 600 !important;
}
#home-page #hero-slide h2 {
	font-size: 36px;
	margin-top: 0;
	max-width: unset;
}

/* Smaller hero h2 font size for last minute deals page */
#home-page.last-minute #hero-slide h2 {
	font-size: 32px;
}

.media-mobile #home-page #hero-slide h1
{
	font-size: 36px !important;
	line-height: 1;
}
.media-mobile p#collectionsSubtitle {
	display: none;
}

.media-tablet #home-page #hero-slide, .media-desktop #home-page #hero-slide {
	height: 550px !important;
}
.media-mobile #hero-slide {
	height: 150px;
}
.media- #home-page #hero-slide.unique-hero {
	height: 550px !important;
	background-size: cover;
}
.media-desktop #home-page #hero-slide.unique-hero {
	height: 550px !important;
	background-size: 100% 150%;
}
#home-page-gsw #hero-slide {
	height: 470px;
}
#home-page-gsw.wcc-landing-page #hero-slide {
	background-size: 100% 130%;
	background-position: center 40%;
}
@media screen and (max-width: 1040px) {
	#home-page-gsw.wcc-landing-page #hero-slide {
		background-size: cover;
	}
}
#home-page-gsw.glamping-lp #hero-slide {
	background-position: 35%;
}
#home-page-gsw .slide_text_offset {
    margin-top: 7%;
}
#home-page-gsw.wcc-landing-page #hero-slide .wcc-logo {
	width: auto;
}
#home-page-gsw #hero-slide .dhh-logo {
	margin-top: 100px;
}
#home-page-gsw #hero-slide .dhh-logo svg {
	width: 360px;
	height: 65px;
	filter: drop-shadow( 5px 5px 3px rgba(0, 0, 0, .9));
}
#home-page .slide_text_offset {
	margin-top: 105px !important;
}
#home-page-gsw.icc-landing-page #hero-slide {
	background-size: cover;
    background-position-y: center;
}
#home-page-gsw.icc-landing-page .slide_text_offset,
#home-page-gsw.wcc-landing-page .slide_text_offset {
	margin-top: 5%;
}
#home-page-gsw.glamping-lp .slide_text_offset {
	margin-top: 10%;
}
#home-page .slide_text_offset {
	margin-top: 105px;
}
.media-mobile #home-page .slide_text_offset {
	margin-top: 10px !important;
}
#home-page .slide_text_offset > *,
#home-page-gsw .slide_text_offset > *  {
	text-shadow: 0px 1px 18px black, 0px 1px 25px black, 0px 1px 13px black
}
#panel-search
{
	top: 420px;
}
#clearSearchX { z-index: 99; }
.row.nav-panel, .row.nav-panel + .row, #footer-panel .row {
	max-width: 62.5em;
}
#panel-search.search-pos {
	transform: translateY(-200px);
}
.media-tablet .search-panel {
	top: 400px !important;
}
.media-desktop .dark-nav .nav-panel {
	border-bottom-right-radius: 0px;
}
.searchall
{
	color: white !important;
	background: rgba(0,0,0,0.7);
	padding: 5px 10px;
	position: relative;
	top: 2px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.media-mobile .searchall
{
	background: none;
    color: #2a2a2a !important;
}
.searchall::before
{
	content: '';
	border-radius: 3px;
	width: 20px;
	height: 20px;
	background-color: white;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #57585B;
	position: relative;
	top: 5px
}
.searchall::after {
	content: '\2713';
	position: absolute;
	color: #6BA741;
	font-weight: 900;
	top: 10px;
	left: 14px;
}
.searchall.active::after
{
	color: white;
}
#qs-button-search span {
	display: none;
}


/* Footer Search Bar */
#search-all #panel-search {
	position: relative;
	top: 0 !important;
}
#search-all #panel-search > .nav-panel {
	background: none;
	border: none;
	padding-bottom: 5px;
}
#search-all input {
	border: 1px solid black;
}
#search-all #collections-search-all a {
	background: none;
	color: #57585B !important;
	padding-right: 18px;
}
#search-all #text-search-api-input,
#search-all #panel-search #date-drop-bg-default,
#search-all #panel-search #guest-drop-bg {
	border: 1px solid #57585B !important;
	height: 48px;
}
#search-all #text-search-api-input {
	margin-top: 1px;
}
#search-all #guest-drop, #search-all #date-drop, #search-all #region-drop, #search-all #guest-drop:hover, #search-all #date-drop:hover, #search-all #region-drop:hover {
	top: 2px !important;
	right: 9px !important;
}
/*
#search-all #region-drop, #search-all #region-drop:hover {
	top: 1px !important;
}
*/

#collections-search-all {
	padding-bottom: 5px;
}
#refine-date-list {
	padding-right: 10px !important;
}
.media-mobile #collections-search-all {
	text-align: center !important;
	padding-bottom: 25px;
	background-color: #eee;
}
.media-mobile #panel-search {
	background-color: #2a2a2a;
}
.media-mobile #search-all #panel-search {
	background: none;
}
.media-mobile #panel-search input, .media-mobile #panel-search select {
	height: 40px;
	color: #8f8f8f !important;
	font-size: 16px !important;
}
.media-mobile .dark-nav .nav-panel {
	border: none;
	background-color: #2a2a2a;
	padding: 0px;
}
.media-mobile #panel-search .column {
	padding: 0 5px !important;
}
.media-mobile .pickdate-hold.ios {
	background-position: 95% 26px !important;
}

/* end overwrites */


/* template stuff */
/* desktop/tablet */
.modules-mt--1
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.modules-mt--2
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.modules-mb--1
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.modules-mb--2
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.modules-pt--1
{
	padding-top: 20px;
}
.modules-pt--2
{
	padding-top: 50px;
}
.modules-pb--1
{
	padding-bottom: 20px;
}
.modules-pb--2
{
	padding-bottom: 50px;
}
.modules-p--1
{
	padding: 20px;
}
.modules-p--2
{
	padding: 50px;
}

.media-tablet .modules-p--2 {
	padding: 50px 20px !important;
}

/* mobile */
.media-mobile .modules-mt--1
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.media-mobile .modules-mt--2
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.media-mobile .modules-mb--1
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.media-mobile .modules-mb--2
{
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 30px !important;
}

.media-mobile .modules-mtb--1
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.media-mobile .modules-mtb--2
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.media-mobile .modules-pt--1
{
	padding-top: 10px;
}
.media-mobile .modules-pt--2
{
	padding-top: 20px;
}
.media-mobile .modules-pb--1
{
	padding-bottom: 10px;
}
.media-mobile .modules-pb--2
{
	padding-bottom: 20px;
}

.media-mobile .modules-pl--1
{
	padding-left: 10px;
}
.media-mobile .modules-pl--2
{
	padding-left: 20px;
}
.media-mobile .modules-pr--1
{
	padding-right: 10px;
}
.media-mobile .modules-pr--2
{
	padding-right: 20px;
}
.media-mobile .modules-p--1
{
	padding: 20px 0;
}
.media-mobile .modules-p--2
{
	padding: 40px 0 !important;
}
.media-tablet .tab-label {
	margin: 15px;
	padding: 10px;
	font-size: 18px;
}

/* mobile */
.media-mobile .tab
{
	display: block;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #2A2A2A;
	position: relative;
}
.media-mobile .tab-lrg
{
	height: 250px;
}
.media-mobile .tab > img
{
	display: block;
	min-width: unset;
	min-height: unset;
	max-width: unset;
	max-height: 100%;
	width: 66.666%;
	left: 66.666%;
	transition: 0.2s all ease-out;
}
.media-mobile .tab-img {
	width: 66.6666%;
	float: right;
}
.media-mobile .tab:hover img
{
	filter: blur(2px);
	/* transform-origin: top left; */
	transform: translate(-50%,-50%) scale(1.05);
}
.media-mobile .wcc-landing-page .tab-label {
	font-size: 0.75rem; 
}
.media-mobile .tab-label {
	font-size: unset;
	margin: 0;
	padding: 10px 10px 10px 0;
	display: inline-block;
	color: white;
	position: relative;
	width: 33.333%;
	height: 100%;
	line-height: 1;
	top: 0;
}
.media-mobile .tab.tab-lrg .tab-label {
	margin: 15px 0 0 0;
}
.reevoo-score {
	height: 100px;
}
#reevoo-score span {
	color: #fff;
	font-size: 80px;
	display: block;
	line-height: 0.5;
}
#reevoo-score span.digit {
	font-size: 50px;
	display: inline-block;
}
#reevoo-score img {
	max-width: 140px;
	height: auto;
}
.quotes{
	background-color: white;
	padding: 0;
	position: relative;
	box-shadow: 0px 5px 21px -7px rgba(0,0,0,0.4);
	max-width: 100%;
	overflow: hidden;
	border-radius: 3px;
	background-image: url(/assets/collections-quote-mark.png?v=1edc12cc418d5dbd8350e7fc7484abf9);
	background-repeat: no-repeat;
	background-position: 105px 45px;
}
.media-mobile #reevoo-comments--top .slick-list {
	padding-bottom: 20px;
}
#reevoo-comments--top .slick-slide
{
	padding-left: 115px;
	padding-right: 15px;
}
.slick-dots li button:before {
	content: none !important;
}
.slick-dots li button {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #2A2A2A;
	transition: 0.2s all ease-out;
	z-index: 1;
}
.slick-dots .slick-active button {
	background-color: #2A2A2A;
}
.slick-dots {
	position: relative;
	bottom: 0;
}
.media-mobile .slick-dots {
	display: none !important;
}
/* #reevoo-comments--top::after
{
	position: absolute;
	bottom: 8px;
	right: 8px;
	content: "close-quote";
} */
#reevoo-comments--top h3
{
	padding: 3px 0;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
}
.quotes:hover h2 {
	text-decoration: underline;
}
#reevoo-comments--top a {
	width: calc(100% - 130px);
	display: block;
	float: right;
	position: relative;
	text-align: left;
}
.quote-img {
	border-radius: 50%;
	background-color: white;
}
#reevoo-comments--top p {
	text-align: left;
}

#reevoo-comments--bottom {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 130px;
	height: 130px;
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 40em) {
	#reevoo-comments--top .slick-slide {
		padding-left: 15px;
	}
	#reevoo-comments--top h3 {
		padding-left: 115px;
		position: absolute;
		top: 0;
	}
	#reevoo-comments--top p {
		margin-top: 120px;
	}
	.quotes {
		background-position: 10px 115px;
	}
}
.media-mobile #reevoo-comments--top .slick-dots {
	display: block !important;
}

/* #img-container
{
	padding-bottom: calc(25% - 10px);
	border-radius: 50%;
	border: 5px solid white;
	margin-top: -20px;
	height: 0;
	background-color: teal;
	overflow: hidden;
} */
/* #img-container img
{
} */
#reevoo .img
{
	padding: 0px;
	height: 130px;
	width: 130px;
	border-radius: 50%;
	background-size:  cover;
	margin: auto;
}
/* #quote-bit */

.media-mobile #reevoo h1 {
	margin: 0 20px 50px 20px;
}
.media-mobile #revoo-container {
	padding-bottom: 50px;
}
.btn
{
	display: inline-block;
	transition: 0.2s all ease-out;
	padding: 15px 25px;
	text-decoration: none;
	color: white;
	border: 1px solid #6BA741;
	background-color: #6BA741;
}
.media-mobile .btn {
	font-size: 18px;
}
.btn:hover
{
	color: #6BA741;
	background-color: transparent;
}
#reevoo .btn
{
	color: white;
	border: 1px solid white;
	background-color: #2EA68D;
}
#reevoo .btn:hover
{
	color: #2EA68D;
	background-color: white;
}
.dhh-landing-page #reevoo .btn {
	width: 420px;
}
.dhh-landing-page .tab-label {
	z-index: 0;
}
#property-cards .btn
{
	color: white;
	border: 1px solid #6BA741;
	background-color: #6BA741;
}
#property-cards .btn:hover
{
	color: #6BA741;
	background-color:white
}

/*
.prop_card:after{
	content: 'View';
	position: absolute;
	top: 122px;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 10px;
	border: 1px solid white;
	width: 100px;
	border-radius: 3px;
	color: white;
	text-align: center;
	z-index: 1;
	opacity: 0;

	transition: 0.2s all ease-out;
}
.prop_card:hover:after
{
	opacity: 1;
}
.prop_card:before
{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 228.75px;
	background-color: black;
	opacity: 0;
	z-index: 1;

	transition: 0.2s all ease-out;
}
.prop_card:hover:before
{
	opacity: 0.2;
}*/

/* USPs */
#collection-usp .columns {
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
}
#collection-usp span {
	color: #6BA741;
	padding: 0 7px;
}

/* Top Promo Cards */
.media-mobile .mobile-bgc-brighter-grey {
	background-color: #f2f2f2;
}
#offer-cards .columns {
	padding: 0 10px;
}
.media-mobile #offer-cards .columns {
	width: 90vw;
	transform: translateX(-20px);
}
#offer-cards .card-img {
	height: 210px;
	position: relative;
	background-position: center;
	background-size: cover;
}
#offer-cards .card-img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}
#offer-cards .card-copy {
	padding: 20px;
}
#offer-cards h1,
#offer-cards .card-img span{
	font-size: 24px;
	font-weight: 600 !important;
	color: #fff;
	position: absolute;
	bottom: 0;
	padding: 10px;
	line-height: 1;
}
#offer-cards h2,
#offer-cards p {
	font-size: 18px;
	color: #fff;
	margin: 3px 0 20px 0;
	line-height: 1;
}
#offer-cards .btn {
	text-align: center;
	border-color: #fff;
	color: #fff;
	background: transparent;
	border-radius: 3px;
	bottom: 10px;
	font-size: 18px;
	padding: 11px;
}
#offer-cards a:hover .btn {
	background-color: #fff;
	color: black;
}
#offer-cards .tmspslot {
	height: 100%;
}
#offer-cards .adPod {
	height: 100%;
}
#offer-cards .adPod * {
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: 300 !important;
	color: #fff;
	line-height: 1;
	display: inline-block;
	width: 100%;
}
#offer-cards .adPod h1.price,
#offer-cards .adPod span.price{
	font-size: 100px;
	margin-top: 15px;
	width: 100%;
	display: inline-block;
}
#offer-cards .adPod .line2 {
	font-size: 23px;
}
#offer-cards .adPod .btn {
	padding: 11px;
	position: absolute;
	width: calc(100% - 60px);
	bottom: 20px;
	left: 30px;
}
#offer-cards .adPod h2,
#offer-cards .adPod span.line4 {
	font-weight: 600 !important;
	font-size: 18px;
}
#offer-cards .adPod h3 {
	font-size: 18px;
	margin-top: 20px;
}

/* MODAL STUFF */
#yt-modal--container:before
{
	content: '';
	background-color: #8051a1;
	width: 144px;
	height: 93px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.2s all ease-out;
	border-radius: 3px;
}
.media-mobile #yt-modal--container:before {
	width: 100px;
	height: 70px;
}
#yt-modal--container:after {
	content: '';
	height: 0;
	width: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	border-left: 29px solid #fff;
	border-top: 17px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 17px solid transparent;
}

#yt-modal--container:hover:before
{
	transform: translate(-50%,-50%) scale(1.05);
}

#yt-modal
{
	width: 80vw;
	height: 40vw;
}
.media-mobile #yt-modal {
	position: fixed;
	top: 0 !important;
	left: 0;
	width: 100%;
	height: 100%;
}
#yt-modal iframe
{
	width: 100%;
	min-height: 100% !important;
	height: 100%;
}

/*Last Min Ribbon*/
#last-min-ribbon {
	width: 160px;
	background-color: #e42853;
	padding: 45px 20px 5px 20px;
	font-size: 28px;
	position: relative;
	left: 50px;
	color: white;
	transition: all 0.6s cubic-bezier(.18,.89,.32,1.28);
	display: none;
}
#last-min-ribbon .first-line {
	font-size: 22px;
}
#last-min-ribbon .button {
	margin: 7px 0 0 0 ;
	border: 1px solid white;
	padding: 0 9px;
	background: none;
}
#last-min-ribbon::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	border-top: 25px solid #e42853;
	border-left: 80px solid rgba(0,0,0,0);
	border-right: 80px solid rgba(0,0,0,0);
}
#last-min-ribbon:hover {
	padding-top: 50px;
	color: white;
}
#last-min-ribbon:hover .button {
	background: white;
	color: #e42853;
}
@media screen and (max-width: 1100px) {
	#last-min-ribbon {
		font-size: 20px;
		left: 10px;
		padding: 90px 20px 0px 20px;
	}
	#last-min-ribbon .first-line {
		font-size: 18px;
	}
	#last-min-ribbon .button {
		margin-top: 2px;
		font-size: 14px;
	}
}
@media screen and (max-width: 40em) {
	#last-min-ribbon {
		display: none;
	}
}

/*drivetime pod*/
#txtLocationSearch {
	color: #2a2a2a;
	text-indent: 8px;
	padding: 5px 0;
}
#use-current-location {
	margin: 10px 0;
	text-decoration: underline !important;
	display: block;
}
#RadiusSearchDistanceInMiles {
	color: #2a2a2a;
	cursor: pointer;
}
.drive-time-pod {
	height: 210px;
	background-color: #000;
	padding: 15px 7.5% 0;
}
.drive-time-pod h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600!important;
}
#noResultsMessage {
	color: #fff;
	font-size: 15px;
}
#selectContainer {
	margin-top: 20px;
}
.drive-time-search:hover #location-search-done-button {
	background: #fff;
	color: #000;
}

/* masonry grid drive time pod */
#property-tabs .drive-time-pod {
	position: absolute;
	top: 30px;
	width: 30%;
	right: 40px;
	padding: 10px;
	background-color: #339cd4 !important;
	height: auto;
	z-index: 99;
}
.media-mobile #property-tabs .drive-time-pod {
	position: relative;
	top: 0;
	right: 0;
	width: calc(100% - 10px);
	margin: -10px 0 10px 5px;
}

/* More destinations list */
.more-dests {
	margin: 25px 0;
}
.more-dests li {
	display: inline-block;
}
.more-dests li::after {
	content: '';
	display: inline-block;
	background-color: #57585B;
	width: 1px;
	height: 10px;
}
.more-dests li:last-child::after {
	content: none;
}
.more-dests li a {
	color: #57585B;
	padding: 5px 10px;
}
.more-dests li a:hover {
	text-decoration: underline !important;
}
.media-mobile .articles {
	padding: 40px 10px !important;
}
.media-mobile .articles .button {
	width: 100%;
}

/* Articles / description */
.articles .article-container {
	border: 1px solid #E2E2E2;
}
.articles .article-container .img {
	padding: 0;
}
.articles .article-container .content {
	padding: 20px;
}
.articles .article-container .content > * {
	margin: 0 0 20px 0;
}
.articles .article-container .content > *:last-child {
	margin: 0;
}

#property-tabs #txtLocationSearch {
	border-radius: 3px;
	background-color: #fff;
	border: none;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	width: 100%;
}
#property-tabs svg {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
}
#property-tabs .slider-txt {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	color: white;
}
#property-tabs .tenmiletag {
	font-size: 12px;
	color: white;
	text-align: left;
	float: left;
	padding-left: 5px;
}
#property-tabs .hundmiletag {
	font-size: 12px;
	color: white;
	text-align: right;
	float: right;
	padding-right: 5px;
}
#property-tabs #RadiusSearchDistanceInMiles {
	display: none;
}
#property-tabs #slider {
	background: white;
	height: 2px;
	margin: 10px auto;
	position: relative;
	width: calc(100% - 10px);
	cursor: -webkit-grab;
}
#property-tabs .ui-slider-handle {
	width: 15px;
	height: 15px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: white;
	transition: all 0.1s ease-out;
	transform: translate(-7px, -6px);
}
#property-tabs .btn {
	background: rgba(255, 255, 255, 0);
	border: 1px solid white;
	border-radius: 3px;
	text-align: center;
	margin-top: 20px;
	line-height: 6px;
}
#property-tabs .btn:hover {
	background: rgba(255, 255, 255, 1);
	columns: black;
}
/*hero roundel*/
#roundelContainer {
	max-width: 1000px;
	margin: 0 auto;
}
#roundelContainer a {
	float: right;
	background-color: #e42853;
	border-radius: 100px;
	height: 170px;
	width: 170px;
	margin-top: 125px;
	text-decoration: none;
	-webkit-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.75);
	position: relative;
	z-index: 2;
}
#roundelContainer a div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#roundelContainer a div h4 {
	color: #fff;
	font-weight: 300;
	font-size: 1.5em;
	margin-top: 0;
	line-height: .9;
	margin-bottom: .5rem;
}
#roundelContainer a div h3 {
	color: #fff;
	font-size: 1.9em;
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-weight: 800!important;
}
#roundelContainer a div span {
	color: #fff;
	padding-top: 17px;
	display: block;
	font-weight: 400;
}
#roundelContainer a div span#roundelChevron {
	display: inline-block;
	font-size: 2.5em;
	line-height: 0;
	margin-left: 5px;
	padding: 0;
	vertical-align: sub;
}
@media only screen and (max-width: 900px) {
	#roundelContainer {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.media-mobile #home-page #hero-slide.last-minute-hero h1 {
		line-height: 45px;
	}
	.media-mobile #home-page .last-minute-hero .slide_text_offset {
		margin-top: 30px!important;
	}
	.media-mobile #property-tabs.last-minute a,
	.media-mobile #property-tabs.last-minute a.height-100 {
		height: 115px;
	}
	.media-mobile #property-tabs.last-minute a .tab-img {
		width: 60%;
	}
	.media-mobile #property-tabs.last-minute a .tab-label {
		width: 40%;
	}

}

@media screen and (max-width: 1110px) {
	#property-tabs .drive-time-pod {
		width: 40%;
	}
}

@media screen and (max-width: 1024px) {
	.media-tablet #property-tabs.large-tabs .tab {
		min-height: 250px;
	}
	#property-tabs .drive-time-pod {
		top: 10px;
	}
	#global-search-widget .ui-datepicker-prev,
	#global-search-widget .ui-datepicker-next {
		background: none;
	}
}

/* Results Filter Resets */
.media-mobile #date-drop,
.media-mobile #guest-drop {
    background-size: 100% !important;
    top: 0px !important;
    right: 10px !important;
    height: auto;
    width: 48px;
}
.media-mobile #date-drop {
    background-image: url(../assets/home-input-date.png?v=3d5f7ebbc030d8255f37e2b699a6d36b);
}
.media-mobile #guest-drop {
    background-image: url(../assets/home-input-guests.png?v=d5bb0697fbb03ac00256bc012b91bdd9);
}
.media-mobile #refine-date-set,
#refine-party-set {
	opacity: 1;
	background-color: #fff;
	background-position: 8px 8px;
	background-image: none;
	padding: 0 0 0 5px;
}
.media-mobile #qs-button-search,
.media-mobile #refine-party-set,
.media-mobile #refine-date-set,
.media-mobile #text-search-api-input,
.media-mobile#date-drop-bg {
	border: 1px solid #cccccc!important;
}

/* START CUSTOM GSW */
#regions,
#dateselection {
	left: 0;
}

#gsw-wrap .global-search-widget-inner {
	display: flex;
}

.hot-tub-lp #gsw-wrap .global-search-widget-inner {
	display: block;
}

#gsw-wrap .global-search-widget-inner #checkbox-container .realLabel {
	padding-left: 8px;
}

/* Firefox specific styling - label misaligned */
@-moz-document url-prefix() {
	#gsw-wrap .global-search-widget-inner #checkbox-container .realLabel {
		margin: -17px 0 8px !important;
	}
}

#hero-slide-gradient {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.5) 100%);
}

.ui-datepicker-title {
	margin-top: 5px !important;
}

.ui-corner-all {
	padding-top: 0 !important;
}

.ui-corner-all.ui-state-disabled {
	display: none !important;
}

.ui-datepicker-calendar th {
	width: 14.2% !important;
}

.ui-datepicker-calendar {
	margin-bottom: 0 !important;
}

#freetext-rhs-accom-1 li {
	display: none !important;
}

#dateselection .flexibility span {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 1.5;
}

#homepage .ui-datepicker-calendar tr {
	display: table-row !important;
}

#gsw-wrap {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	top: 430px;
}

.hot-tub-lp #gsw-wrap {
	top: 400px;
}

.hot-tub-lp .tab-label {
	z-index: 0;
}

.hot-tub-lp .tab-img {
	z-index: 0;
}

#gsw-search-btn {
	background-color: #6BA643;
	border: #6BA643;
}

#global-search-widget #dateCancelBtn,
#global-search-widget #partyCancelBtn,
#global-search-widget #rhsCancelBtn,
#global-search-widget a.ui-state-default:hover,
#global-search-widget .ui-datepicker-current-day a.ui-state-default {
	background: #6BA643!important;
}

#global-search-widget .ui-datepicker-next:after,
#global-search-widget .ui-datepicker-prev:after {
	border-left: 6px solid #6BA643!important;
    border-bottom: 6px solid #6BA643!important;
}

#global-search-widget .disable-overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.6;
	z-index: 99;
}

#global-search-widget #gsw-search-btn {
	background-color: #6BA643!important;
	border: #6BA643!important;
}

#global-search-widget .gsw-chevron-down:before,
#global-search-widget #regions.dropdown-mode .gsw-global-nav-parent:after {
	border-left: 2px solid #6BA643!important;
	border-bottom: 2px solid #6BA643!important;
}

#global-search-widget .ui-datepicker .ui-datepicker-header {
	background-color: #fff;
	width: 100%;
}

#global-search-widget #date-select-container.constrain-width {
	width: 18% !important;
	min-width: 18% !important;
}

.hot-tub-lp #global-search-widget.region-root-control-visible #regions.dropdown-mode {
	left: 19.5% !important;
}

#global-search-widget #checkbox-container label {
	margin: 5px 0 0 !important;
}

/* IPAD */
@media only screen and (max-width: 900px) {
	#home-page-gsw.icc-landing-page #hero-slide,
	#home-page-gsw.wcc-landing-page #hero-slide,
	#home-page-gsw.dhh-landing-page #hero-slide {
		height: 650px !important;
		max-height: 650px !important;
	}

	#global-search-widget .global-search-widget-inner {
		display: block;
	}

	.dropdown-mode,
	#dateselection,
	#party-breakdown {
		z-index: 9999 !important;
	}

	#global-search-widget .ui-datepicker-unselectable {
		background: white !important;
	}

	.ui-state-active {
		color: white !important;
	}

	.ui-datepicker-calendar td {
		padding: 0
	}

	#regions.dropdown-mode {
		max-height: calc(100% - 120px) !important;
	}

	#gsw-wrap {
		top: 370px;
		width: 90%;
	}

	#region-root-select-container,
	#destination-select-container,
	#date-select-container,
	#party-select-container {
		border: none !important;
		border-bottom: 2px solid #e2e2e2 !important;
	}
}

/* TABLET PORTRAIT/MOBILE */
@media only screen and (max-width: 768px) {
	#home-page-gsw.icc-landing-page #hero-slide,
	#home-page-gsw.wcc-landing-page #hero-slide,
	#home-page-gsw.dhh-landing-page #hero-slide  {
		height: 250px !important;
	}
	#home-page-gsw.hot-tub-lp #hero-slide {
		background-position: 60% center;
		height: 350px;
	}
	#gsw-wrap .date-options-right>* {
		margin-top: 0 !important;
	}

	#gsw-wrap .ui-datepicker-title {
		padding: 0 !important;
	}

	#global-search-widget .ui-datepicker-prev,
	#global-search-widget .ui-datepicker-next {
		border: none !important;
	}

	#global-search-widget .ui-datepicker-prev.ui-state-disabled,
	#global-search-widget .ui-datepicker-next.ui-state-disabled {
		display: none !important;
	}

	#global-search-widget .ui-datepicker-prev {
		left: 0 !important;
	}

	#global-search-widget .ui-datepicker-next {
		right: 0 !important;
	}

	#dateselection .ui-datepicker-calendar {
		border: none;
	}

	.ui-datepicker-unselectable .ui-state-disabled {
		background: white !important;
	}

	#gsw-wrap .ui-datepicker-header {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	#gsw-wrap {
		position: relative;
		top: 0;
		width: 100%;
		background-color: #eeeeee;
		padding-top: 20px;
	}

	#global-search-widget {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.hot-tub-lp #gsw-wrap {
		top: 0;
	}

	.hot-tub-lp #global-search-widget.region-root-control-visible #regions.dropdown-mode {
		left: 0 !important;
	}
	
	#home-page-gsw #hero-slide .dhh-logo {
		margin-top: 70px;
	}

	.hot-tub-lp #gsw-wrap {
		top: 0;
	}

	.hot-tub-lp #global-search-widget.region-root-control-visible #regions.dropdown-mode {
		left: 0 !important;
	}
}

/* SMALL MOBILE */
@media only screen and (max-width: 350px) {
	#dateselection .ui-datepicker-calendar tr {
		display: table-row;
	}

	#global-search-widget .ui-datepicker-calendar td {
		line-height: 38px !important;
	}

	#home-page-gsw #hero-slide .dhh-logo svg {
		width: 300px;
	}
}

/* END CUSTOM GSW */

div#gsw-wrap {
	display: block;
	padding: 20px;
}

#global-search-widget {
	display: block;
}

#global-search-widget.gsw-modal {
    z-index: 1005;
}