/* Testimonial */
.sugarbowl{
  display: none;
}
#system_body {
  padding-top: 2rem;
}
.content_body {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 1rem 3rem;
}
.content-pad h1.page,
.content-pad .h2.section {
  max-width: 960px;
  margin: 0 auto;
}
.content-pad h1.page {
  padding: 0 1rem 1rem;
}
.content-pad .h2.section {
  padding: 1rem 1rem 0;
}
.testimonial-container{
  height: 100%;
  border: 1px solid #356d8e;
}
.testimonial-quote svg{
  margin: 0 auto;
}
blockquote.testimonial-quote{
  margin-inline-start: 1rem;
  margin-inline-end: 1rem;
}
.box-quote-watermark > *{
  z-index: 10;
  position: relative;
}
.box-quote-watermark::after{
  content: "";
  position: absolute;
  background: url('https://www.livingonthehudson.com/lib/realestate_solution/layouts_page/testimonial/columns/quote-watermark.svg');
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: clamp(33vw, 60vh, 80vh);
  background-attachment: fixed;
  opacity: 0.85;
}
.testimonial-quote svg path{
  fill: #356d8e;
}
.u-font-weight-600{
  font-weight: 600;
}
.standard-form textarea,
.standard-form input,
.standard-form input[type=text],
.standard-form .form-submit .form-btn {
  border-radius: 0;
}
.testimonial-form legend.h3,
.testimonial-form p {
  text-align: center;
}
.testimonial-form p {
  padding-bottom: 2rem;
}


@media screen and (min-width: 1024px) {
  blockquote.testimonial-quote{
    margin-inline-start: 2.5rem;
    margin-inline-end: 2.5rem;
  }
}