/* service-area.css */

.cta-heading {
  font-size: 1.2em;
  margin: 0 auto 1em;
  max-width: 700px;
  text-align: center;
}

.cta-nav {
  text-align: center;
}

.cta-nav__item {
  display: inline-block;
  margin: 0 1.25rem 3rem;
}
.cta-nav__item--special {
 background: #fff;
 border: 2px solid #3990c9;
}

.cta-nav__item--special:hover a {
  color: #fff;
  
 }
.cta-nav__item__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 12px 0 16px;
}

.cta-nav__item__title a {
  text-decoration: none;
}

.cta-nav__item__button.phone {
  height: auto;
  line-height: 1em;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  width: 100%;
}

.locations-template .full-bleed {
  margin: -4rem 0 6rem;
  position: relative;
  z-index: 1;
}

.locations-template .map {
  height: 75vh;
  width: 100%;
}

@media (min-width: 896px) {
  .locations-template .content {
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 767px) {
  .cta-nav__item {
    margin: 0 1.25rem 3rem;
  }

  .locations-template .full-bleed {
    margin-top: 0;
  }
}

/* * Map markers */


.locations-template .gm-style .gm-style-iw-c {
	border-radius: 0;
	max-width: 350px !important;
	padding: 20px 24px 24px !important;
}

.locations-template .gm-style .gm-style-iw-t::after {
	height: 24px;
  top: -1px;
  width: 24px;
}

.locations-template .gm-style-iw button {
  height: 16px !important;
	opacity: 1;
  right: 8px !important;
	width: 16px !important;
	top: 8px !important;
}

.locations-template .gm-style-iw button::before,
.locations-template .gm-style-iw button::after {
	background: #2a3139;
	border-radius: 1px;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transform-origin: center;
	width: 100%;
}

.locations-template .gm-style-iw button::before {
	transform: rotate(45deg);
}

.locations-template .gm-style-iw button::after {
	transform: rotate(-45deg);
}

.locations-template .gm-style-iw button img {
	display: none !important;
}

.locations-template .wpgmza-infowindow p {
  color: #2a3139;
	font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
  line-height: 1.1em;
	margin-bottom: 8px;
}

.locations-template .wpgmza-infowindow p a {
  color: #398fc9 !important;
  font-weight: 400;
  text-decoration: underline;
}

.locations-template .wpgmza-infowindow p a.button {
	margin-top: 16px;
}

.locations-template .wpgmza-infowindow > p:first-child {
	font-family: 'Arvo', serif;
  font-size: 22px;
	font-weight: bold;
  margin-bottom: 0.9em;
}

.locations-template .wpgmza-infowindow .wpgmza_infowindow_description {
	border-top: 1px solid #fff;
	margin: 0.75em 0 0 !important;
	padding-top: 0.75em;
}
