/* ==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;
}

.logo-split {
	display:inline-block;
}
.john_ash_item {
    width: 33.333%;
}
.john_ash_item .john_ash_inner {
    float: left;
    height: 610px;
    padding: 100px 20px 40px 20px;
    width: 100%;
}
.lower_banner_item {
    background: #000;
    border-right: 1px solid #fff;
    height: 610px;
    width: 33.333%;
    float: left;
    position: relative;
}
.john_ash_item .john_ash_logo {
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.john_ash_item .john_ash_title {
    display: block;
    padding: 27px 20px 25px 20px;
    font-size: 21px;
    color: #22686e;
}
.front-room {
    width: 100%;
    text-align: center;
    padding: 15px 30px 30px;
}
.front-room img {
	margin:0 auto;
}


@media screen and (min-width: 966px) {
	.menu_wrapper .submenu-content .image_wrapper {
	    padding: 20px 20px;
	    float: left;
	    width: 55%;
	}

	.menu_wrapper .main_menu > .menu-item .sub-menu {
	    float: left;
	    margin: 23px 0;
	    padding-left: 32px;
	    width: 20%;
	}
	.menu_wrapper .main_menu > .multicolumn.menu-item .sub-menu {
		float: left;
	    margin: 23px 0 60px;
	    padding-left: 32px;
	    width: 64%;
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	    column-gap: 40px;
	    vertical-align: top;
	}
	.menu_wrapper .main_menu > .multicolumn.menu-item .sub-menu .menu-item {
		margin-right: 15px;
		display:inline-block;
		width:100%;
	}
}

@media screen and (max-width: 965px) {
	.john_ash_item {
	    width: 100%;
	}
	.john_ash_item .john_ash_inner {
	    float: left;
	    height: auto;
	    padding: 50px 20px;
	    width: 100%;
	}
	.lower_banner_item {
		width:50%;
	}
}
@media screen and (max-width: 550px) {
	.lower_banner_item {
		width:100%;
	}
}