<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;
	
}

.dpifs-fake-input {
		
	text-align: center;
	
}

/* search summary box styling */

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

select#county {

	width: 180px;

}

.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;
	
}

.availabilityBackground {
	
	width: 100%;
	background: #7aa65d;
	border-top: 1px solid #1D4900;
	border-bottom: 1px solid #1D4900;
	color: white;

}

.availabilityContainer {
	
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	margin: auto;
	max-width: 1200px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	box-sizing: border-box;
	margin-bottom: 15px;


}



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




/* style the select */

select.availBoxSelect {
	
	border-radius: 4px;
	/*display: block;*/
	padding: 10px 40px 10px 13px !important;
	width: 100%;
	height: auto !important;
	border: 0;
	border: 1px solid #1D4900;
	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;
	margin: 0;
	
	
} 



/* for IE and Edge */

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

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

	background: pink;
	
}

.regionBox, .countyBox, .dateBox, .durationBox, .adultBox, .childBox, .infantBox, .petBox, .searchBox {
	
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	font-weight: bold;
	white-space: nowrap;
	padding: 7px 0px;
	box-sizing: border-box;
	align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;

}

.searchBox {

	padding-top: 10px;
	margin-bottom: -20px;
	
}

.availText {
	
	margin-bottom: 5px;	
	
}

.searchButton2 {
	
	font-size: 16px;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 5px;
	color: white;
	background: #FF8814;
	text-align: center;
	width: 100%;
	font-weight: bold;
	border: 0;
	margin-top: 22px;
	outline: none;
	border: 1px solid #bc4800;
	margin: auto;

	/* ipad / phone button styling */

	-webkit-appearance: none;
		
}

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

/* Media Queries */


@media only screen and (max-width: 1200px) {
	
	.dpifs-fake-input {
		
		text-align: left;
		
	}

	.availabilityBackground {
		
		border: 1px solid #1D4900;
		margin: 10px;
		width: CALC(100% - 20px);

	}

	.availabilityContainer {
	
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		
	}
	
	
	.regionBox, .countyBox, .dateBox, .durationBox, .adultBox, .childBox, .infantBox, .petBox, .searchBox {
	
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: row;
		-webkit-flex-direction: row;
		width: 33%;
		padding: 10px;
		
	}

	.availText {
		
		width: 40%;
		margin-bottom: 0;	
		margin-right: 10px;
		
	}
	
	#countyList {
		
		width: 60%;
		
	}
	
	select.availBoxSelect {
		
		width: 60%;
		display: block;
		
	}
	
	select#county {
		width: 100%;
	}
	
	#selectedDate {
		
		display: none;
		
	}


	
	.searchButton2 {
		
		margin-top: 0;

		
	}
	
	/* date input */
	
	.dpifs-fake-input {
		
		width: 60%;
		
	}
	
	
}



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

	.availabilityContainer {
	
		padding: 8px;
		
	}

	.regionBox, .countyBox, .dateBox, .durationBox, .adultBox, .childBox, .infantBox, .petBox, .searchBox {
		
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		text-align: left;
		width: 50%;
		padding: 4px;
		
	
	}

	select#county  {

		width: 100%;
		
	}

	.searchBox {
		
		width: 100%;
		margin-top: 6px;
		
	}

	.availText {
		
		min-width: 80px;
		
	}

	
	.regionBox, .dateBox, .adultBox, .infantBox {
	
		padding-right: 10px;
		
	}
	
	.searchBox {
		
		display: block;
		margin-bottom: 2px;

	}
	
	
	
}



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

	.searchSummary {
		display: block;
	}
	
	.availabilityContainer {
		
		
		
	}

	.regionBox, .countyBox, .dateBox, .durationBox, .adultBox, .childBox, .infantBox, .petBox, .searchBox {
	
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: row;
		-webkit-flex-direction: row;
		width: 100%;
		padding: 5px;
		
	}
	
	.dateBox, .durationBox, .adultBox, .childBox, .infantBox, .petBox {
	
		width: 50%;
		
	}

	.availText {
		
		width: 100px;
		margin-right: 10px;
		
		
	}
	
	#countyList {
		
		width: 100%;
		margin: 0;
		
		
		
	}
	
	select.availBoxSelect {
		
		width: 100%;
		
	}
	
	select#county {
		width: 100%;
	}

	.searchButton2 {
		
		margin-top: 0;

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




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

	.regionBox, .countyBox, .dateBox, .durationBox, .searchBox {
		
		width: 100%;	
		margin: 0;
	}
	
	.adultBox, .childBox, .infantBox, .petBox {
		
		width: 50%;	
		margin: 0;
	}
	
}

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

	.availabilityContainer {
		padding: 4px;
	}
	
	.regionBox, .countyBox, .dateBox, .durationBox, .adultBox, .childBox, .infantBox, .petBox, .searchBox {
		
		padding: 2px;
		
	
	}
	
	.availText {
		
	}
	
	.searchButton2 {
		
		margin-top: 15px;
		
	}

	
}

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

	
	.adultBox, .childBox, .infantBox, .petBox {
		
		width: 100%;	
		margin: 0;
	}
	
}

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