#FormController{
  margin-bottom: 1rem;
}
.consent-text{
  color: white;
}
/* Review Styles */
#widgetBBB {
  padding: 5px 10px;
  margin: 10px auto;
}
.reviewIcon {
  display: block;
  margin: 0px auto;
}
.bgColor {
  padding: 10px 0;
}
.bgColor:nth-child(odd) {
background-color: #3e3e3e;
}
.bgColor:nth-child(even) {
background-color:  #254a62;
}
.review {
  max-width: 75rem;
  display: block;
  margin: 0px auto;
  color:white;
}
.reviewQuote {
width: 100%;
background-color: gray;
padding: 20px;
margin: 5px;
border-radius: 10px;
}
.reviewQuote p {
  line-height: 150%;
}
.review .row h1 {
margin: 0px 20px;
padding: 10px;
}
.reviewQuote h2 {
width: 100%;
margin-top: 10px;
font-size: 1.2rem;
line-height: 1.5rem;
}
.row .row {
  margin: 5px;
}
.review .row .row {
background-color:transparent;
}
.review .row h1, .review .row p, .review .row h2 {
color: white;
}
div#reviewHome {
  padding: 5px;
}
#reviewWidget h3 {
  text-align: center;
  color:white;
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin-top: 10px;
}
.reviewArea p {
  color: white;
  font-size: 1.15rem;
  margin-bottom: 0px;
  line-height: 1.9rem;
  text-align: left;
}
.readMore {
  padding: 0 3px;
}
.readMore p {
  text-align: center;
  background: #466c9a;
  color: white;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 120%;
  border-radius: 3px;
  border: solid 1px #a6b6c1;
  margin-bottom: 0;
}
#faceLikes {
  text-align: center;
}
.stars {
  display: block;
  margin: 10px auto;
  margin-left: 0;
  max-height: 30px;
}
.smReviewTitle h2{
  color: black;
  font-size: 12px;
  width: 100%;
}
.smClientTitle h2 {
  text-align: center;
  font-weight: 600;
}
.reviewArea a {
  color: #802d04;
  font-size: .8rem;
}
.reviewDisclaimer {
  text-align: center;
  color: white;
  line-height: 1.7rem;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.reviewArea {
  margin: 5px;;
  padding: 5px;
}
.review h1 {
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .reviewIcon {
    margin-left:0;
  }
  .readMore {
    padding-left: 0;
  }
  .readMore br {
    display: none;
  }
  .reviewQuote {
    margin: 0px;
  }
  .reviewArea .small-9 {
    padding: 0px 5px;
  }
  .reviewArea .small-3 {
    padding: 3px 0px;
  }
  .reviewArea .small-3 img {
    padding: 3px;
    display: block;
    margin: 0 auto;
  }
  #reviewWidget {
    background-color:transparent;
    background:none;
    box-shadow:none;
    border: none;
    width: 100%;
    max-width: 100%;
  }
    .reviewArea p {
      font-size: 1rem;
      margin-top: 0px;
      margin-left: 0;
      color:black;
    }
    .readMore p {
      font-size: .8rem;
      color:white;
    }
    .stars {
      margin-top: 10px;
    }
    .row.reviewArea {
      padding: 0px;
    }
  .row.reviewArea {
    background: white;
    margin-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .review .row h1 {
    font-weight: 700;
  }
}
