/* some nice functions for common stuff */
#contactSuggestWrapper {
  background: #eee;
  background: rgba(233, 233, 233, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}
#contactSuggestInner {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 15px #C4DF9B;
  padding: .5rem;
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 430px;
  z-index: 100001;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#contactSuggestInner h3 {
  font-size: .9rem;
  margin: 0;
  padding: 0;
}
#contactSuggestInner p {
  font-size: 0.8rem;
}
#contactSuggestInner .title-success {
  width: 100%;
  padding: 0.25rem;
}
@media (min-width: 25em) {
  #contactSuggestInner .title-success {
    width: 50%;
    float: left;
  }
}
#contactSuggestInner .may-be-interested {
  width: 100%;
  padding: 0.25rem;
  font-size: 0.8rem;
}
@media (min-width: 25em) {
  #contactSuggestInner .may-be-interested {
    width: 50%;
    float: left;
  }
}
#contactSuggestInner #textarea-and-button {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: space-around;
  margin-bottom: 3px;
}
#contactSuggestInner #textarea-and-button textarea {
  width: 50%;
  height: 75px;
  background: #ECF4FF;
  color: #333;
}
#contactSuggestInner #textarea-and-button a {
  color: white;
  padding-top: 19px;
}
#moreSuggestions {
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow-x: auto;
  flex-grow: 2;
}
#contactSuggestCloseBar {
  width: 100%;
  border-radius: 8px;
  text-align: center;
  padding-top: 3px;
}
#moreSuggestions .lead-link-simple {
  border: 1px solid #C4DF9B;
  box-shadow: 0 0 5px #C4DF9B;
  padding: .25rem;
  width: 200px;
  height: 230px;
  margin-bottom: .5rem;
  margin-right: .25rem;
}
#moreSuggestions .lead-link-simple .top-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: .5rem;
  align-items: center;
}
#moreSuggestions .lead-link-simple .top-inner .distance {
  background: #fcb941;
  padding: 5px;
  border-radius: .5rem;
  font-size: 0.8rem;
  color: white;
}
#moreSuggestions .lead-link-simple .top-inner .the_prices {
  color: #0088cc;
  font-weight: bold;
}
#moreSuggestions .lead-link-simple .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: .5rem;
}
#moreSuggestions .lead-link-simple .actions .pure-button {
  padding: 0.2rem;
}

#contactForm .alert {
  padding: 5px;
  display: none;
}
#contactForm .alert ul {
  margin: 0;
}

/*# sourceMappingURL=contact-modals.css.map */
