.ast-single-post-featured-section {
	display:none;
}

.hero_sub_header {
	font-size: 1.5rem;
	color:#000;
}

form.csl-search-form button {
  background-color: #FF7200;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s;
}

form.csl-search-form button#mapreset:hover {
  color: #fff;
  background-color: #FF7200;
}
form.csl-search-form button#mapreset {
  color: #ee5253;
  background-color: #fff;
  border: 2px solid #FF7200;
}

.csl-search-form label input {
  min-height: 54px;
  background-color: #f1f1f1;
  padding-right: 12px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

form.csl-search-form select {
  color: #7f7f7f;
  background-color: #f1f1f1;
  background-image: url(./images/select_arrow.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
  border-radius: 0 !important;
  outline: none;
  padding: 10px 30px 10px 15px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  box-shadow: none;
  min-height: 54px;
  border: none;
  flex: auto;
}

form.csl-search-form button:hover {
  background-color: #00628E;
}

.gm-style .gm-style-iw-tc::after {
  background: #0274be;
}

.gm-style .gm-style-iw-c a.directionlink {
  display: none;
  clear: both;
  margin-top: 6px;
  margin-right: 5px;
  background: #231f20;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  padding: 9px 19px;
  font-size: 14px;
  border: none;
  box-shadow: none;
}

.infoWindow h3 {
  display: none;
}

.csl-wrapper #locations-near-you .csl-list-item .marker-link:hover {
  background-color: #00628e;
}

.csl-wrapper #locations-near-you .csl-list-item a.viewmaplink {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  background: #ee5253;
  color: #fff;
  text-align: center;
  padding: 7px 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  border-radius: 0;
  letter-spacing: 0.5px;
  border: none;
  box-shadow: none;
}

.csl-wrapper #locations-near-you .csl-list-item a.viewmaplink {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  background: #00628e;
  color: #fff;
  text-align: center;
  padding: 7px 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  border-radius: 0;
  letter-spacing: 0.5px;
  border: none;
  box-shadow: none;
}

form.csl-search-form select {
  color: #7f7f7f;
  background-color: #f1f1f1;
  background-image: url(./images/select_arrow.svg) !important;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
  border-radius: 50px !important;
  outline: none;
  padding: 10px 30px 10px 15px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  box-shadow: none;
  min-height: 54px;
  border: none;
  flex: auto;
}