<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form {
	
	margin: 0;
	padding: 0;
	
}

.availabilityBackground {
	
	max-width: 1200px;
	border: none;
	margin: auto;
	color: white;

}

.availabilityContainer {
	
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: row;
	-webkit-flex-direction: row; /* Safari */
	justify-content: space-around;
	-webkit-justify-content: space-around;
	margin: auto;
	max-width: 1200px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	box-sizing: border-box;
	margin: 10px auto;
	background: #7AA65D;
	padding: 10px 0;
	border: 1px solid #3a6120;

}

select::-ms-expand {
	
    display: none;
    
}

.accommBox, .dateBox, .durationBox, .adultBox, .childBox, .infantBox, .petBox {
	
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: column;                   
	-webkit-flex-direction: column; /* Safari */
	font-weight: bold;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	padding: 4px;
	text-align: center;

}

.accommBox {
	
	width: 30%;
	
}

.dateBox {
	
	width: 12%;
	
}

.dpifs-fake-input {
	
	width: 100%;
	
}

.durationBox, .adultBox, .childBox, .infantBox, .petBox {

	width: CALC(53% / 5);
	
}


#countyList {

	width: 100%;
}


/* style the select */

select.availBoxSelect {
	
	border-radius: 4px;
	/*display: block;*/
	padding: 10px 40px 10px 13px !important;
	width: 100%;
	height: auto !important;
	border: 0;
	background: url('/images/down-arrow.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	background-color: white;
	color: black;
	font-size: 14px;
	line-height: 16px !important;
	appearance: none;
	/* this is must */ -webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	border: 1px solid #1D4900;
	
	
} 

select.availBorder {
	
}

/* for IE and Edge */

select.sortBySelect::-ms-expand {
	
	display: none; 
	
}

select.sortBySelect:disabled::-ms-expand {

	background: pink;
	
}

.availText {
	
	text-align: center;
	margin: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 10px;	
	
}

.searchButton2 {
	
	font-size: 16px;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 10px;
	color: white;
	background: #ff8814;
	text-align: center;
	width: 100%;
	font-weight: bold;
	border: 0;
	margin-top: 25px;
	outline: none;
	border: 1px solid #bc4800;
	margin-bottom: -2px;
	
	/* ipad / phone button styling */
	
	-webkit-appearance: none;
	
}

.searchButton2:hover {
	
	background: #ff7c35;
	cursor: pointer;
	
}



/* search summary box styling */

.searchSummary {
	
	width: CALC(100% - 20px);
	margin: 10px;
	border: 1px solid #685B37;
	background: #7AA65D;
	padding: 15px;
	box-sizing: border-box;
	display: none;
	
	
}

.searchSummaryRow1, .searchSummaryRow2, .searchSummaryRow3 {
	
	font-size: 14pt;
	font-weight: bold;
	margin: 10px auto;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: white;
	
}
	

	
.searchSummaryChange {
	
	font-size: 16px;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 10px;
	color: white;
	background: #ff8814;
	text-align: center;
	width: 100%;
	font-weight: bold;
	border: 0;
	margin-top: 22px;
	outline: none;
	
}
	


.searchSummaryChange:hover {
	
	background: #ff7c35;
	cursor: pointer;
	
}

	
	

/* Media Queries */


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

	.availabilityContainer {
		
		
		max-width: 80%;	
		
	}

	.accommBox, .dateBox, .durationBox {

		text-align: center;
		width: 33%;
	
	}
	
	.accommBox {
		margin-left: 6px;
	}
	
	.adultBox, .childBox, .infantBox, .petBox, .searchBox {
	
		width: 25%;
		
	}
	

	.availabilityContainer {
	
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		
	}

	.availText {
		
		min-width: 100px;
		
	}


	
}









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


	
	.availText {
		
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
		
	}
	
	
	
	
	.regionBox, .countyBox, .dateBox, .durationBox, .adultBox, .childBox, .infantBox, .petBox, .searchBox {
	
		flex-direction: column;
	

	}
	
	.searchBox {
		
		margin: auto;
		padding: 0;
		margin-top: -25px;
		margin-bottom: 10px;
	}

	.availabilityContainer {
	
		padding: 8px;
		max-width: 100%;
		margin: 10px;
		
		
	}

	
	.regionBox, .countyBox, .dateBox, .durationBox, .adultBox, .childBox, .infantBox, .petBox, .searchBox {
	
		padding: 3px;
		
	}
	
}


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

	.accommBox {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	
	.availabilityBackground {
	
		margin: auto;
		margin-top: 10px;
		width: CALC(100% - 20px);
		border-radius: 0;

	}

	.availText {
		
		min-width: 70px;
		
	}
	
	.childBox, .petBox, .durationBox {
		
		margin-left: 8px;
		
	}
	
	.adultBox, .childBox, .infantBox, .petBox, .dateBox, .durationBox  {
		
		width: calc(50% - 4px);
	}
	
	.regionBox, .dateBox, .durationBox, .adultBox, .childBox, .infantBox, .petBox {
	
		padding: 2px;
		
	}
	
	
	.availabilityContainer {

		margin: auto;
	
	}
	
	.regionBox, .countyBox {
		
		width: 100%;

	}
	
	select.availBoxSelect {

		width: 100%;

	}
	

}



@media only screen and (max-width: 600px) {
	
	
	.searchSummary {
		display: block;
	}


	.featuresButton {
		
		display: none;
		
	}

	
	
	
	
}</pre></body></html>