.harryshouse-locations {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.harryshouse-locations li {
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #006fcf;
}
.harryshouse-locations li:not(:last-child):after {
	content: " | ";
	display: inline-block;
	margin-left: 15px;
  margin-right: 10px;
}
.harryshouse-locations button {
	font-weight: 700;
	text-decoration: underline;
}
.harryshouse-modal {
	display: none;
	position: fixed;
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top: 0;
	align-items: center;
  justify-content: center;
}
.harryshouse-modal.active {
	display: flex !important;
	z-index: 99;
}
.harryshouse-modal div {
	width: 100%;
	max-width: 500px;
	text-align: center;
	position: relative;
	padding: 0 0 50px;
	background:#fff;
}
.harryshouse-modal button {
	text-decoration: none;
	position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Helvetica Neue", Helvetica, fallbackBold, sans-serif;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
/* .harryshouse-close {
	text-decoration: none;
	position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Helvetica Neue", Helvetica, fallbackBold, sans-serif;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
} */
.harryshouse-modal h2 {
	font-family: "Helvetica Neue", Helvetica, fallbackBold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  background-color: #006fcf;
  color: #fff;
  padding: 25px 0;
	margin-bottom: 40px;
}
.harryshouse-modal h3 {
	font-family: "Helvetica Neue", Helvetica, fallbackBold, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}

@media only screen and (max-width: 767px)  {
.harryshouse-locations li {
		display: block;
		padding: 10px;
		margin: 0;
		color: #006fcf;
}
.harryshouse-locations li:not(:last-child):after {
	content: "";
	display: block;
	margin:0;
}
}
