/* ==High Contrast Button== */
/* Desktop View */
.highContrast {
	background: transparent;
	position: absolute;
	right: 0;
}
.highContrast .icon {
	width: 1em;
	height: 1em;
}
@media (min-width: 966px) {
	.highContrast {
	    margin-top: 11px;
	}
}
#liveRegion {
	position: absolute;
	left: -10000px;
}
/* Mobile View*/
@media (max-width: 965px) {
	.highContrast {
		position: fixed;
		top: 15px;
		z-index: 1001;
	}
	.highContrast path {
		fill: white;
	}
}
/* ==High Contrast Theme Rules== */
/* Default Rules */
body.ada .highContrast[aria-pressed="true"] .icon {
	transform: rotate(180deg);
}
body.ada * {
  color: black !important  
}
body.ada * {
  background: white !important;
}
body.ada *:focus {
	outline: 3px solid #66403e !important;
}
body.ada a {
	text-decoration: underline;
}

/* Sepecific Changes */
body.ada header nav, body.ada header .mobile_header {
	background: black !important;
}
body.ada header nav * {
  background: black !important;
  color: white !important;
}
body.ada .booking_form_wrapper, body.ada .john_ash_item, body.ada .lower_banner_item {
	outline: 1px solid black;
}
body.ada a.clickable, body.ada .pw_map_canvas *, body.ada header a, body.ada header a *, body.ada .highContrast, body.ada .highContrast * {
  background: transparent !important; 
}
body.ada .contact_footer .social_media_wrap .social .icon path {
	fill: black !important;
}
body.ada .page_footer .affiliate_logo_wrap {
	filter: grayscale(100%);
}
body.ada .nav_toggle.open .icon path {
	fill: white;
}