<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.availContainer {
	
	background: white;
	border-radius: 5px;
	margin: auto;
	padding: 0 30px 30px 30px;
	max-width: 1200px;
	border: 1px solid white;
		
}

h1.a3AccommName {
	
	font-weight: normal;
	background: #608a45;
	font-family: 'Francois One', sans-serif;
	font-size: 19pt;
	text-shadow: -1px 1px #000000;
	margin: auto;
	border-radius: 5px;
	text-align: center;
	color: white;
	padding: 10px;
	border-radius: 0;
	margin-left: -30px;
	max-width: CALC(100% + 60px);
	margin-top: 10px;
	
}

.priceGuide {
	
	width: 100%;
	text-align: center;
	font-size: 10pt;
	margin: 10px;
	
}


/* other dates this month popup styling */

.otherSitename {
	
	width: 100%;
	text-align: center;
	font-size: 24pt;
	color: #567C3B;
	font-weight: bold;
	margin-bottom: 10px;
	
	
}

.otherDate {
	
	width: 100%;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 2px;
	
}

select.otherDateSelect {
	
	display: block;
	margin: auto;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 80%;
	
}



.dateSpinner {
	
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	
}


a.otherDatesLink {
	
	display: block;
	font-size: 10.5pt;
	padding: 3px;
	border: 1px solid #3D72E5;
	border-radius: 15px;
	cursor: pointer;
	transition: all .2s;
	max-width: 220px;
	margin: auto;
	margin-top: 10px;
	background: white;
	color: #3D72E5;
	
	
}

a.otherDatesLink:hover {
	
	background: #3D72E5;
	color: white;
	text-decoration: none;
	
	
}

.sortByBox {

	padding: 0;
	padding-top: 1px;
	margin: auto;
	
}

.sortByLeft {

	padding: 0;
	width: 70%;
	
}

.availBoxSelect {
	
	max-width: 250px;
	
}

.sortByRight {

	width: 30%;
	padding: 0;
	text-align: right;
	
}

.availabilityBackground {
	
	margin-left: -30px;
	width: CALC(100% + 60px);
	border: none;
	
}






/* pricing table */


.pricingTable {
	
	width: 100%;
	border: 1px solid #76A794;
	margin-top: 20px;
	margin-bottom: 40px;
	border-left: none;
	border-right: none;
	
}

.pricingRow, .pricingRowHeader {

	display: flex;
	display: -webkit-flex;
	width: 100%;
	align-items: center;
	-webkit-justify-content: center;
	padding: 10px;
	
}

.pricingRow {
	
	border-bottom: 1px dashed #bbccc5;
	
}

.pricingArrive, .pricingNights, .pricingPrice, .pricingBook, .nightsBold {
	
	width: 25%;
	padding: 5px;
	text-align: center;
	font-size: 16pt;
	
}

.pricingRow {
	
	padding: 10px;
	
}

.pricingRow:nth-child(odd) {
	
	background: #eaf2ef;
	
}

.pricingRow:nth-child(even) {
	
	background: white;
	
}

.pricingRow:last-child {
	
	border-radius: 0 0 14px 14px;
	border: 0;
	
}

.pricingRowHeader {
	
	border-radius: 0;
	background: linear-gradient(#A8D7C4, #A8D7C4);
	color: white;
	font-size: 16pt;
	border-bottom: 1px solid #79ad99;
	color: #386653;
}
		

a.viewButton {
	
	display: block;
	color: white;
	text-decoration: none;
	background: #ff8814;
	margin: 0;
	width: 80%;
	margin: auto;
	
}

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

.pricingPrice {

	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	
}

.priceLR {
	
	display: flex;
	display: -webkit-flex;
	
}


.pricingWasPrice {
	
	text-decoration: line-through;
	
	
}

.pricingThisPrice {
	
	font-weight: bold;
	color: #24af7b;
	
}

.pricingRight {

	margin-left: 20px;
	
}


.pricingSpecialOffer {
	
	background: linear-gradient(to bottom left, #efd2f7, #e27aff);
	border-radius: 5px;
	color: white;
	padding: 7px;
	font-size: 11pt;
	-moz-box-shadow:    inset 0 0 10px #c763e2;
	-webkit-box-shadow: inset 0 0 10px #c763e2;
	box-shadow:         inset 0 0 10px #c763e2;
	
}


.results1 {

	max-width: 25%;
	
}

.results2 {

	width: 100%;
	
}

.resultsBox2 {
	
	margin-top: 15px;

}

.resultsBox2Left {

	width: 100%;
	max-width: 100%;
	
}

.noResultsMessage {
	
	padding: 20px;
	margin-top: 20px;
	background: #e3f2ed;
	border: 1px solid #9c875f;
	margin-bottom: 20px;
	
}

noResultsWhite {
	
	width: 100%;
	
}

.noResultsWhite {
	display: none;
}

.petPrice {
	
	color: #3295BC;
	font-size: 10pt;
	
}

.mobileOnly, a.mobileOnly {
	display: none;
}

/* Media Queries */

@media only screen and (max-width: 1200px) {
	
	.results1 {
		
		min-width: 350px;
		
	}
	

	
	
}



@media only screen and (max-width: 900px) {
	
	.sortByRight {

		width: 50%;

		
	}
	

	
	
}






@media only screen and (max-width: 600px) {
	
	h1.a3AccommName {
		
		margin: 0;
		margin-left: 0;
		max-width: 100%;

		
	}
	
	.mobileWhiteBG {
		
		margin-bottom: -15px;
		background: none;
		margin-top: -4px;

	}
	
	.desktopOnly, a.desktopOnly {
		display: none;
	}
	
	.mobileOnly, a.mobileOnly {
		display: block;
	}
	
	.prevMonthMobile, .nextMonthMobile {
		
		display: block;
		font-size: 40px;
		padding: 0;
		margin-top: -8px;
		
	}
	
	
	.calendarArrowLeft, .calendarArrowRight {

		font-size: 50px;
		margin: auto;
		padding: 0;
		
	}


	.otherSitename {
		
		font-size: 17pt;
		margin-bottom: 10px;
		
		
	}
	
	
	.otherDate {
		
		font-size: 17pt;
		margin-bottom: 10px;
		
	}
	
	a.otherDatesLink {
		
		padding: 0;
		font-size: 9pt;
		border: 0;
		margin-top: 7px;
		margin-bottom: 5px;

	}
	
	select.otherDateSelect {
	
		width: 90%;
		
	}
	
	.priceLR {
	
		flex-direction: column;
		-webkit-flex-direction: column;

		
	}

	
	.petPrice {
	
		font-size: 10pt;
		
	}
	
	.sortByBox {
		
		margin-top: 10px;
		margin-bottom: 10px;
		
	}
	
	.sortByLeft {
		
		width: 0;
		display: none;
		
		
	}

	.sortByRight {
	
		margin: auto;
		width: 90%;
		margin-top: 3px;;
		padding: 7px 20px 0 20px;
		text-align: center;
		
	}
	
	.availabilityBackground {
	
		margin: 10px;
		width: CALC(100% - 20px);


		
	}

	.noResultsWhite {
		
		background: white;
		padding-top: 10px;
		
	}

	.noResultsMessage {
		
		padding: 20px;
		background: #e3f2ed;
		margin-left: 10px;
		margin-right: 10px;
		border: 1px solid #9c875f;
		margin-top: -5px;
		
	}

	.mobileFilters {
		display: none;
	}
	
	.availContainer {
	
		border: 0;
		margin-top: 0;
		padding: 0;
		padding-top: 10px;
		padding-bottom: 30px;
		border-bottom: 30px solid #1D4900;

	}
	
	.resultsContainer {

		box-shadow: none;
		width: 100%;
		margin: 0;
		padding-top: 10px;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		align-items: top;
		-webkit-align-items: top;
		
	}
	
	.results1 {
		
		min-width: 0;
		max-width: 100%;
		align-self: flex-start;
		-webkit-align-self: flex-start;
		
	}
	
	.results2 {
		
		width: 100%;
		
	}
	

	
	.resultsBox1 {
		
		width: 100%;
		display: block;
		text-align: center;
		font-size: 18pt;
		
	}
	
	.resultsBox2 {
		
		margin: 15px auto;
		padding: 0 10px;
		
	}
	

	
	.infoText {
		font-size: 11pt;
	}
	
	.hotTubIcon {
		
		width: 20px;
		
	}
	
	
	
		
	/* pricing table */
	
	.pricingTable {
		
		border-radius: none;
		margin-top: 20px;
		margin-bottom: 20px;
	

		
	}

	.pricingArrive, .pricingNights, .pricingPrice, .pricingBook {
		
		padding: 5px;
		font-size: 12pt;

	}
	
	.pricingArrive {
		
		font-size: 11pt;
	
	
	}
	
	.pricingRow:last-child {
		
		border-radius: none;
		border: 0;
		
	}
	
	.pricingRowHeader {
		
		border-radius: none;
		font-size: 14pt;

	}
			
	
	a.viewButton {
		
		background: #ff8814;
		margin: 0;
		width: 80%;
		margin: auto;		
		display: block;
		width: 100%;
		font-size: 10pt;
		width: 100%;
		
	}
	
	.viewButton:hover {
		
		background: #ff7c35;
		
	}
	
	.pricingPrice {
	
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		
	}
	
	
	.pricingWasPrice {
		
		text-decoration: line-through;
		
		
	}
	
	.pricingThisPrice {
		
		font-weight: bold;
		color: #24af7b;
		
	}
	
	.pricingRight {
	
		margin: auto;
		
	}
	
	.pricingRow {
	
		padding: 3px;
		
	}
	
	.theName {
		
		background: #336854;
		margin: -5px;
		margin-bottom: 10px;
		margin-top: -10px;
		color: white;
		padding: 5px;
		
	}
		
	
	.pricingSpecialOffer {
		
		padding: 4px;
		font-size: 9pt;
		
	}
	
	.pricingPrice { 
		
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;

		
	}
	
	.nightsBold {
		font-weight: bold;
		width: 25%;
	}
	

	
	
	.availBoxSelect {
		
		max-width: 100%;
		
	}


}




@media only screen and (max-width: 400px) {
	
	h1.a3AccommName {
		
		font-size: 15pt;

		
	}
	
	.theName {
		
		padding: 14px 5px;
		font-size: 14pt;
	}

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