/*
 * Template Name: Communities
 */



.ip-banner{}
.ip-banner::before{
	background: #000;
	opacity: 0.3;
}
.ip-banner canvas{
	aspect-ratio: 1600/435;
}

#inner-page-wrapper{
	margin-bottom: 0;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}
#comm-ip{
	padding: 0 0 115px;
}

.comm-title{
	padding: 43px 0 52px;
}
.comm-map{
	padding: 30px 0;
	background: url(../../images/communities/comm_bg_01.jpg) right center no-repeat;
	background-size: cover;
	position: relative;
}
.comm-map:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0.65) 100%);
}
.comm-map-inner{
	position: relative;
	z-index: 1;
}
.map-buttons{
	max-width: 530px;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.map-button{
	width: calc(50% - min(0.179vw,1px));
}
.map-button:nth-child(even){
	margin-left: min(0.357vw,2px);
}
.map-button:nth-child(n + 3){
	margin-top: min(0.357vw,2px);
}
.map-button{}
.map-button a{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	min-height: min(12.821vw,55px);
	background: rgba(0,0,0,0);
	color: #4d4c4c;
	font-size: min(4.286vw,24px);
	letter-spacing: 0.025em;
	text-align: center;
	padding: min(1.786vw,10px);
}
.map-button.active a,
.map-button a:hover{
	background: #c8b273;
	color: #fff;
}
.map-wrap{
	position: relative;
	z-index: 0;
}
.map-section img{
	display: block;
	width: 100%;
	height: auto;
}
.map-section:not(.map-main){
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.map-section.map-main{
	position: relative;
	z-index: 0;
}
.map-section.map-main canvas{
	background: url(../../images/communities/map_main.png) center center no-repeat;
	background-size: cover;
}
.map-img img{
	opacity: 0;
}
.map-hovers{
	pointer-events: none;
}
.map-hover{
	position: absolute;
	opacity: 0;
}
.map-hover.active{
	opacity: 1;
}
.map-hover.map-woodenville {
    width: 22.423%;
    left: 28%;
}
.map-hover.map-issaquah{
	width: 39.421%;
    bottom: 0;
    right: 6.4%;
}
.map-hover.map-sammamish{
	width: 42.857%;
    right: 0%;
    bottom: 16%;
}
.map-hover.map-tam-oshanter{
	width: 8.861%;
    right: 40.7%;
    bottom: 43.2%;
}
.map-hover.map-redmond{
	width: 43.942%;
    left: 32%;
    top: 23%;
}
.map-hover.map-kirkland {
    width: 38.156%;
    left: 0;
    top: 13.7%;
}
.map-hover.map-mercer-island{
	width: 18.626%;
    bottom: 6%;
    left: 2.2%;
}
.map-hover.map-hunts-point{
	width: 3.978%;
    top: 46.8%;
    left: 9.58%;
}
.map-hover.map-clyde-hill{
	width: 7.233%;
    left: 10.9%;
    top: 50.8%;
}
.map-hover.map-yarrow-point{
	width: 4.340%;
    left: 13%;
    top: 46.4%;
}
.map-hover.map-medina{
	width: 8.680%;
    left: 5.5%;
    bottom: 36.5%;
}
.map-hover.map-enatai{
	width: 4.340%;
    bottom: 26.3%;
    left: 18.4%;
}
.map-hover.map-bellevue{
	width: 46.655%;
    left: 12.5%;
    bottom: 8.2%;
}
.map-labels{
	pointer-events: none;
}
.map-label{
	position: absolute;
}

.map-label[data-map-label="woodenville"] {
    left: 32%;
    top: 7.5%;
}
.map-label[data-map-label="issaquah"] {
    right: 20.7%;
    bottom: 9%;
}
.map-label[data-map-label="sammamish"] {
    right: 13%;
    bottom: 31.5%;
}
.map-label[data-map-label="tam-oshanter"] {
    right: 35%;
    bottom: 42.4%;
}
.map-label[data-map-label="redmond"] {
    top: 35.3%;
    right: 46.3%;
}
.map-label[data-map-label="kirkland"] {
    left: 18.5%;
    top: 28%;
}
.map-label[data-map-label="mercer-island"] {
    bottom: 17%;
    left: 5.2%;
}
.map-label[data-map-label="hunts-point"] {
    left: -2%;
    top: 49%;
}
.map-label[data-map-label="clyde-hill"] {
    left: 9.2%;
    top: 54.5%;
}
.map-label[data-map-label="yarrow-point"] {
    left: 14.2%;
    top: 48.9%;
}
.map-label[data-map-label="medina"] {
    left: 2.7%;
    top: 57.1%;
}
.map-label[data-map-label="enatai"] {
    bottom: 26%;
    left: 17%;
}
.map-label[data-map-label="bellevue"] {
    left: 30%;
    bottom: 31%;
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
-webkit-@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
-moz-@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.map-label:before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -1.25vw;
	width: 0.3125vw;
	height: 0.3125vw;
	border-radius: 0.3125vw;
	background: #314054;
	margin: 0 auto;
	opacity: 0;
	animation: heartbeat 1s infinite;
	-moz-animation: heartbeat 1s infinite;
	-webkit-animation: heartbeat 1s infinite;
}
.map-label.active:before{
	opacity: 1;
}
.map-label[data-map-label="hunts-point"]:before {
    left: auto;
    top: -0.1875vw;
    right: 0.375vw;
}
.map-label[data-map-label="yarrow-point"]:before {
    left: 0.1875vw;
    right: auto;
    top: -0.375vw;
}
.map-label[data-map-label="medina"]:before {
    top: -0.438vw;
    left: auto;
    right: 1.25vw;
}
.map-label[data-map-label="clyde-hill"]:before {
    left: auto;
    top: auto;
    bottom: -0.625vw;
    right: 2.1875vw;
}
.map-label[data-map-label="tam-oshanter"]:before{
	right: 3.3125vw;
    left: auto;
    top: -0.8125vw;
}
.map-label[data-map-label="enatai"]:before {
    top: -0.125vw;
}
.map-label a{
	pointer-events: auto;
	font-size: min(2.5vw,14px);
	letter-spacing: 0.025em;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	filter: drop-shadow(0.1875vw 0.1875vw 0.375vw rgba(0,0,0,0.93));
	-webkit-filter: drop-shadow(0.1875vw 0.1875vw 0.375vw rgba(0,0,0,0.93));
	text-shadow: rgb(103, 103, 103) 1px 0px 0px, rgb(103, 103, 103) 0.540302px 0.841471px 0px, rgb(103, 103, 103) -0.416147px 0.909297px 0px, rgb(103, 103, 103) -0.989992px 0.14112px 0px, rgb(103, 103, 103) -0.653644px -0.756802px 0px, rgb(103, 103, 103) 0.283662px -0.958924px 0px, rgb(103, 103, 103) 0.96017px -0.279415px 0px;
}

.comm-list{
	width: 1530px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
}
.comm-single{}
.comm-single a{
	display: block;
	position: relative;
	text-align: center;
}
.comm-single a .comm-img{
	background: #000;
	position: relative;
	z-index: 0;
}
.comm-single a:hover .comm-img{
	background: var(--secondary);
}
.comm-single a .comm-img img{
	display: block;
	position: relative;
	z-index: 0;
	object-position: center;
	object-fit: cover;
	aspect-ratio: 503/342;
	opacity: 0.75;
	width: 100%;
	height: auto;
}
.comm-single a .comm-img:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/site-logo.png) center center no-repeat;
	background-size: 64.612% auto;
	opacity: 0;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.comm-single a:hover .comm-img:before{
	opacity: 0.5;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.comm-single a:hover .comm-img img{
	opacity: 0.25;
}
.comm-single a .comm-det{
	padding: min(3.752vw,20px) min(9.381vw,15px) 0;
}
.comm-single a .comm-name{
	font-family: var(--font-family-title);
	color: var(--primary);
	text-transform: uppercase;
	font-size: min(5.629vw,30px);
	letter-spacing: 0.075em;
}
.comm-single a .comm-aka{
	color: #4d4c4c;
	font-size: min(3.377vw,18px);
	text-transform: uppercase;
	line-height: 1.389;
	margin: min(1.689vw,9px) 0 0;
}
@media only screen and (min-width: 768px) {
	.comm-list{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.comm-single{
		width: calc((100% / 3) - min(0.449vw,7px));
		margin-left: min(0.641vw,10px);
	}
	.comm-single:nth-child(3n + 1){
		margin-left: 0;
	}
	.comm-single:nth-child(n + 4){
		margin-top: min(6.026vw,94px);
	}
	.comm-single a .comm-det{
		padding: min(1.282vw,20px) min(3.205vw,50px) 0;
	}
	.comm-single a .comm-name{
		font-size: min(2.4vw,30px);
	}
	.comm-single a .comm-aka{
		font-size: min(1.3vw,15px);
		margin: min(0.8vw,9px) 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.comm-map{
		padding: 1.875vw 0;
	}
	.comm-map-inner{
		display: flex;
		flex-flow: row wrap;
		align-items:center;
		justify-content: center;
	}
	.comm-map-col{
		padding: 0 14.375vw 0 0;
		width: 48.938%;
	}
	.comm-map-col:first-child{
		padding: 0 0 0 7.250vw;
		width: 51.062%;
	}
	.map-buttons{
		max-width: 33.125vw;
	}
	.map-button{
		width: calc(50% - 1.4375vw);
	}
	.map-button:nth-child(n + 3){
		margin-top: 0.125vw;
	}
	.map-button:nth-child(even){
		margin-left: 2.875vw;
	}
	.map-button a{
		justify-content: flex-start;
		min-height: 3.438vw;
		font-size: 1.5vw;
		padding: 0.625vw 0.625vw 0.625vw 2.375vw;
	}
	.map-label a{
		font-size: 0.875vw;
	}
	
}
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
	.comm-map-inner{
		padding: 0 15px;
	}
	.map-buttons{
		margin: 0 auto;
	}
	.comm-list{
		padding: 40px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.comm-single {
	    width: 100%;
	    max-width: 503px;
	    margin: min(9.381vw,50px) auto 0;
	}
	.comm-single:first-child{
		margin-top: 0;
	}
}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {}