
.hh-locations-search-bar {
	width: 56%;
	background-color: #fff;
	border-bottom: 2px solid #F1F4F9;
	height: 136px;
	position: relative;
	top: 0px;
	left: 0px;
  z-index: 10;
}

.hh-locations-search-bar:not(.hh-but-for-map) {
	opacity: 1;
	-webkit-animation: opacity .5s;
	animation: opacity .5s;
}

.hh-expand-map .hh-locations-search-bar:not(.hh-but-for-map) {
	opacity: 0;
}
.hh-expand-map.hh-locations-gutter-desktop {
  padding-left: 0px;
  padding-right: 0px;
}
.hh-search-bar-holder {
	margin-top: 15px;
	position: relative;
}

.hh-locations-search-bar input[type="text"] {
	width: 100%;
	padding: 16px 20px;
	display: block;
	background-color: #F1F4F9;
	border: 0px;
	font-family: "IvyPresto Text";
	font-size: 16px;
	color: #263746;
}

.hh-locations-search-bar label {
	display: block;
	font-size: 14px;
	color: #17314B;
	margin-bottom: 10px;
	font-weight: 500;
	text-rendering: geometricPrecision;
}

.hh-locations-search-bar.hh-but-for-map {
	width: 400px;
	height: auto;
	border: 0px;
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: transparent;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.hh-expand-map .hh-locations-search-bar.hh-but-for-map {
	-webkit-transition: all 0.3s linear .5s;
	-o-transition: all 0.3s linear .5s;
	transition: all 0.3s linear .5s;
	opacity: 1;
	z-index: 12;
}

.hh-locations-search-bar.hh-but-for-map input[type="text"] {
	background-color: #ffffff;
}

.hh-locations-search-bar.hh-but-for-map .hh-search-bar-holder {
	margin-top: 0px;
}

.hh-locations-right {
	width: 50%;
	height: 75vh;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
	z-index: 11;
}

.hh-locations-map {
	height: 100%;
	position: relative;
	z-index: 1;
}

.hh-loc-btn-search {
	width: 25px;
	height: 25px;
	background-image: url('../_images/icn-search.svg');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	background-size: 18px 18px;
	background-position: center;
	text-indent: -5000px;
	position: absolute;
	top: 12px;
	right: 12px;
  cursor: pointer;
}

.hh-loc-sort-holder {
	text-align: right;
	color: #263746;
	font-size: 14px;
	font-weight: 400;
	margin-top: 22px;
	position: absolute;
	top: -10px;
	right: 44%;
	z-index: 10;
	opacity: 1;
	-webkit-animation: opacity .5s;
	animation: opacity .5s;
}

.hh-expand-map .hh-loc-sort-holder {
	opacity: 0;
}

.hh-loc-sort-holder button {
	background-color: transparent;
	border: 0px;
	padding-right: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	outline: 0px;
}

.hh-loc-sort-holder button:after {
	content: ' ';
	background-size: 16px 16px;
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	right: 0px;
	display: block;
	width: 16px;
	height: 16px;
}

.hh-loc-sort-holder button.hh-sort-descending:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.hh-loc-seach-item {
	border-bottom: 2px solid #F1F4F9;
	padding: 20px 0px 40px 0px;
	font-size: 14px;
	line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}

.hh-loc-phone {
	margin-top: 10px;
}

.hh-loc-search-item-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hh-loc-search-item-details>div {
	width: 48%;
}

.hh-service-item {
	background-color: #F1F4F9;
	display: inline-block;
	list-style: none;
	padding: 7px 14px 7px 36px;
	margin-right: 8px;
	position: relative;
	opacity: .2;
  letter-spacing: -.01em;
  font-weight: 500;
}

.hh-loc-services li:last-child {
  margin-right: 0px;
}

.hh-service-item-curbside {
  padding-left: 34px;
}


.hh-service-yes.hh-service-item {
	opacity: 1;
}

.hh-service-item:before {
  content: ' ';
	position: absolute;
	bottom: 10px;
	left: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.hh-service-item-curbside:before {
	background-image: url('../_images/icons/icn-car.svg');
  width: 16px;
  height: 12px;
  bottom: 12px;
}

.hh-service-item-virtual:before {
	background-image: url('../_images/icons/icn-laptop.svg');
  width: 18px;
  height: 14px;
}

.hh-service-item-in-person:before {
	background-image: url('../_images/icons/icn-in-person.svg');
  width: 18px;
  height: 13px;
}

#markerLayer .hh-highlight-marker img {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#markerLayer .hh-highlight-marker img {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.hh-loc-options {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

.hh-loc-options li {
	margin-right: 20px;
}

.hh-loc-options li.hh-details-link a {
  background-color: transparent;
}

.hh-loc-options li:first-child.hh-details-link a {
  padding-left: 0px;
}
.hh-btn-loc {
	width: 100%;
	background-color: #fff;
	padding: 10px 20px 14px 30px;
	font-size: 14px;
	line-height: 1em;
	position: relative;
	cursor: pointer;
}

.hh-loc-list-map-view {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
}

.hh-loc-list-map-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

.hh-loc-list-map-view li {
	width: 50%;
	white-space: nowrap;
}

.hh-btn-list-view {
	border-radius: 5px 0 0 5px;
}

.hh-btn-list-view:after {
	width: 17px;
	height: 14px;
	position: absolute;
	top: 10px;
	left: 8px;
}

.hh-btn-map-view {
	border-radius: 0 5px 5px 0;
}

.hh-btn-map-view:after {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 8px;
}

.hh-btn-loc.hh-selected {
	color: #fff;
}

.hh-btn-loc.hh-selected:after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.hh-expand-map .hh-locations-holder {
	max-width: 3000px;
}

.hh-expand-map .hh-locations-left {
	opacity: 0;
}

.hh-expand-map .hh-locations-right {
	width: 100%;
}

.hh-loc-gradient {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 80px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 244, 249, 0)), to(#F1F4F9));
	background: -o-linear-gradient(top, rgba(241, 244, 249, 0) 0%, #F1F4F9 100%);
	background: linear-gradient(180deg, rgba(241, 244, 249, 0) 0%, #F1F4F9 100%);
  pointer-events: none;
}

.hh-map-directions-link {
  font-weight: 500;
}

.gm-style {
  font-family: sofia-pro, sans-serif !important;
	font-weight: 300;
}

.info-marker,
.gm-style-iw {
	max-width: 424px !important;
}

.gm-style .gm-style-iw-c {
	padding: 0px;
  min-width: 400px !important;
}

.gm-style .gm-style-iw-t button {
	top: 10px !important;
	right: 10px !important;
	opacity: 1;
  width: 35px !important;
  height: 35px !important;
}

.gm-style .gm-style-iw-t button:after {
	width: 36px;
	height: 36px;
}

.gm-style .hh-loc-seach-item {
	padding-bottom: 0px;
  padding-top: 20px;
}

.hh-btn-3.hh-btn-icon:before {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 12px;
  height: 16px;
  margin-right: 12px;
}

.gm-style .gm-style-iw-t button img {
	display: none !important;
}
.gm-style  .hh-loc-search-item-details {
  flex-direction: column;
}
.gm-style .hh-loc-search-item-details>div {
  width: 60%;
  position: relative;
}
.gm-style .hh-map-directions-link, .gm-style .hh-open-closed {
  position: absolute;
  right: -65%;
  top: 0px;
}
.gm-style .hh-open-closed {
  top: -3px;
}
.gm-style .hh-loc-phone {
  margin-bottom: 12px;
}
.gm-style .hh-loc-seach-item {
	border-bottom: 0px;
}

.gm-style .hh-marker-image {
  height: 165px;
  width: 100%;
  object-fit: cover;
}
.gm-style .gm-style-iw-d {
	margin-right: -18px;
	margin-bottom: -12px;
}

.gm-style .hh-loc-options li {
    width: 50%;
    margin-right: 0px;
    height: auto;
    overflow: hidden;
}
.gm-style .hh-loc-options li a {
    width: 100%;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    border-radius: 0px;
    display: block;
    color: #fff !important;
    padding-top: 23px;
    padding-bottom: 25px;
    line-height: 1em;
    margin-bottom: 0px;
}
.gm-style .hh-loc-options li a:after {
  -webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.gm-style .hh-loc-seach-item>* {
	padding-left: 20px;
	padding-right: 20px;
}
.gm-style .hh-hdr-4 {
  padding-right: 45px;
}
.gm-style .hh-loc-options {
	padding-left: 0px;
	padding-right: 0px;
  position: relative;

}

.gm-style .hh-loc-services {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.gm-style .hh-loc-services li {
  margin: 0px;
}
.gm-style .hh-loc-options:before {
  position: absolute;
  top: 13px;
  width: 1px;
  height: 35px;
  left: 50%;
  background-color: #ffffff;
  content: ' ';
}
.hh-marker-image {
	max-width: 100% !important;
}

.hh-locations-gutter-desktop {
	padding-left: 4%;
	padding-right: 4%;
}

@media(max-width: 1000px) {
	.hh-loc-sort-holder {
		right: 30px;
		top: 50vh;
		z-index: 0;
	}
	.hh-locations-search-bar {
		width: 90%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: auto;
		left: auto;
	}
	.hh-lock-map .hh-locations-right {
		position: fixed;
		left: 0px;
		z-index: 2;
	}
	.hh-past-map.hh-lock-map .hh-locations-right {
		position: absolute;
		bottom: -45px;
		top: auto !important;
	}
	.hh-locations-right {
		width: 100%;
		height: 35vh;
		position: relative;
		top: auto;
		right: auto;
		-webkit-transition: height .7s;
		-o-transition: height .7s;
		transition: height .7s;
	}
	.hh-expand-map .hh-locations-right {
		height: 80vh;
	}
	.hh-marker-image {
		display: none;
	}
	.hh-locations-left {
		width: auto;
		height: auto;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		padding-top: 60px;
	}
	.hh-expand-map .hh-locations-left {
		display: none;
	}
	.hh-lock-map .hh-locations-left {
		padding-top: calc(35vh + 60px);
	}
	.hh-scroll-section {
		height: auto;
	}
	.hh-loc-gradient {
		display: none;
	}
	.hh-loc-mobile-gradient {
		opacity: 0;
		-webkit-animation: opacity .5s;
		animation: opacity .5s;
	}
	.hh-lock-map .hh-loc-mobile-gradient {
		position: absolute;
		bottom: -80px;
		left: 0px;
		height: 80px;
		width: 100%;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(241, 244, 249, 0)), to(#F1F4F9));
		background: -o-linear-gradient(bottom, rgba(241, 244, 249, 0) 0%, #F1F4F9 100%);
		background: linear-gradient(0deg, rgba(241, 244, 249, 0) 0%, #F1F4F9 100%);
		opacity: 1;
	}
	.hh-locations-gutter-desktop {
		padding-left: 0%;
		padding-right: 0%;
	}
	.hh-locations-gutter-mobile {
		padding-left: 4%;
		padding-right: 4%;
	}
	.hh-loc-list-map-view {
		top: 10px;
		right: 10px;
	}
	.hh-btn-loc {
		padding: 8px 18px 12px 28px;
	}
	.hh-btn-list-view:after {
		top: 8px;
	}
  .gm-style .hh-loc-seach-item {
    width: 98%;
    max-width: 350px;
    padding: 20px 0px 50px 0px;
  }
  .gm-style-iw-d {
    max-height: 400px !important;
  }
  .gm-style .hh-loc-seach-item>*   {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gm-style .hh-map-directions-link, .gm-style .hh-open-closed {
    position: relative;
    right: auto;
    top: auto;
  }
  .gm-style .hh-loc-search-item-details>div {
    width: 100%;
  }
  .gm-style .hh-service-item {
    padding: 5px 5px 5px 25px !important;
  }
  .hh-service-item:before {
    left: 5px;
  }
  .gm-style .hh-loc-services {
    display: none;
  }
  .gm-style .hh-loc-options {
    margin-top: 10px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .gm-style .hh-loc-options li {
    margin-bottom: 0px !important;
  }
  .gm-style .hh-loc-options li {
    height: 50px;
  }
  .gm-style .hh-loc-options li a {
    padding-top: 13px;
    font-size: 12px;
  }

}

@media(max-width: 700px) {
	.hh-loc-search-item-details {
		display: block;
	}
	.hh-loc-search-item-details>div {
		width: 100%;
		margin-bottom: 10px;
	}
  .gm-style .gm-style-iw-c {
    min-width: 350px !important;
  }
}

