.pac-item{
	cursor: pointer;
}
.place-open-closed .place-closed{
	color: #c45495;
}
.place-open-closed .place-open{
	color: #84973b;
}
.place-open-closed{
	font-size: 1.5em;
}
.place-open-closed .place-closed,
.place-open-closed .place-open{
	font-weight: bold;
	margin-right: 30px;
}
.place-open-closed .button{
	vertical-align: super;
}
.spinner {
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #0a4772;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
#change-location{
	display: none;
	margin-right: 10px;
}
#location-ask{
	background-color: rgba(10, 71, 114, 0.9);
	border-radius: 20px;
	padding: 20px 15px;
}
#location-ask label{
	color: #c1d82f;
	display: block;
	font-size: 1.5em;
	margin-bottom: 20px;
	margin-top: 0;
	outline: none;
}
#location-ask-overlay{
	align-items: center;
	background-color: rgba(240, 240, 245, 0.8);
	display: none;
	justify-content: center;
	height: 100%;
	width: 100%;
	z-index: 10000000 !important;
}
#location-ask-buttons{
	display: flex;
	justify-content: space-between;
	position: relative;
}
#location-ask-buttons #all-branches,
#location-ask-buttons #geolocate{
	display: inline-block;
	position: relative;
	overflow: auto;
}
#location-ask-buttons #all-branches button,
#location-ask-buttons #geolocate button {
    background: none;
    border: none;
    color: #c1d82f;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1.2em;
    margin-right: 0;
    margin-top: 15px;
    outline: none;
    position: relative;
    text-decoration: underline;
}
#map{
	height: 600px;
}
#map .gm-style{
	font-size: 100%;
}
#map .gm-style .gm-style-iw{
	overflow: visible;
}
#map .gm-style .gm-style-iw > div{
	overflow: visible !important;
}
#map .place-details{
	display: flex;
}
#map .place-image-container{
	background-position: top center;
	border-radius: 12px;
	box-shadow: 0px 0px 1px;
	height: 150px;
	margin-right: 15px;
	overflow: hidden;
	text-align: center;
	width: 150px;
}
#map .place-metadata h3{
	color: #575858;
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
}
#map .place-phone i{
	color: #c1d82f;
	font-size: 2em;
	vertical-align: middle;
}
#map .place-address a{
	font-weight: bold;
	text-decoration: underline;
}
#map-overlay{
	height: 100%;
	width: 100%;
}
#place-list{
	box-sizing: border-box;
	display: none;
	padding: 0 6% !important;
	width: 100%;
}
#place-list li{
	align-items: center;
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: 100%;
}
#place-list li:not(:first-child){
	border-top: 3px solid #f1f1f2;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#place-list li .place-name{
	padding-right: 1em;
	flex-basis: 30%;
}
#place-list li .place-address{
	flex-basis: 50%;
}
#place-list li .get-directions{
	padding-left: 1em;
}
#search-area{
	display: none;
	margin-left: 10px;
}
#waiting-overlay{
	align-items: center;
	background-color: rgba(240, 240, 245, 0.8);
	display: none;
	justify-content: center;
	height: 100%;
	width: 100%;
	z-index: 10000000 !important;
}
@media (max-width: 1279px){

}
@media (max-width: 1023px){

}
@media (max-width: 815px){

}
@media (max-width: 599px){
	#location-ask {
		font-size: 0.7em;
	}
	#location-ask-buttons{
		font-size: 1.1em;
	}
	#map{
		height: 500px;
	}
	#map .place-image-container{
		display: none;
	}
	#place-list li{
		flex-direction: column;
		text-align: center;
	}
	#place-list li .place-name,
	#place-list li .place-address,
	#place-list li .get-directions{
		flex-basis: auto;
	}
}
@media (max-width: 430px){

}
@media (min-width: 816px){

}
