


h2 a
{
  color: white;
  text-decoration: none;
}

h2 a:hover
{
  color: #7bb585;
  text-decoration: underline;
}


.quoteDoneSection
{
  max-width:450px;
}

.quoteMessage
{
  color: black;
  text-shadow: 1px 1px gray;
  /*float:left;*/
  /*clear: both;*/
  display: inline-block;
  
}

.quoteWarning
{
  background-color: #ff00007a;
  
}

.field.error
{
  background-color: #ff00007a;
}

.imageSet4
{
  display: flex;
  align-items: center;
  /*align-content: center;*/
  justify-content:center;
  
  /*flex-direction:column;*/
  flex-wrap: wrap;
}

.imageSet3 img
{
  float: left;
  max-width: 30%;
  margin: 20px;
}

.imageSet4 img
{
  float: left;
  max-width: 32%;
  margin: 20px;
}

@media screen and (max-width: 600px) {

  .imageSet3 img, .imageSet4 img
  {
    max-width: 72%;
  }

}




.testimonials
{
  display: table;
  margin: 0 auto;
  text-align: center;

  max-width: 700px;
}

.testimonial
{
  font-size: 90%;
  margin: 5px;
  margin-bottom: 25px;
  position: relative;
  
}


.testimonial .quoteStart
{
  display: table-cell;
  
  position: absolute;
  left: 0;
  content: '';
  width: 27px;
  height: 27px;
  /*font-size: 300%;*/
  background: url(/images/quote.png) no-repeat center;
}

.testimonial .quote
{
  margin-left:35px;
  font-style: italic;
}

.testimonial .author
{
  color: gray;
  /*color: #8e8e8e;*/
  margin-left:35px;
  font-weight: bold;
}


