.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  background-color: #f5f5f5;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

strong {
  font-weight: 600;
}

.block {
  width: 100%;
  display: flex;
}

.block.block-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 4rem 1rem;
}

.rating-footer-logo {
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.logo {
  opacity: .84;
  background-image: url('../images/WBHdesignlogo-on-transparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 60px;
}

.rating-button {
  color: #fff;
  background-color: #4a3173;
  border-radius: 100rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.advisor-block {
  border: 1px solid #ababab;
  border-radius: 100rem;
  width: 125px;
  height: 125px;
  padding: 2px;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.h3 {
  color: #4b3173;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.rich-text-centered {
  text-align: center;
}

.page-content-block {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 1.25rem;
  padding: 3.5rem 3.5rem 2.5rem;
}

.page-content-block.page-content-narrow {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  padding-bottom: 3.5rem;
  display: flex;
}

.advisor {
  background-image: url('../images/69011e392f78a7a22af1c47e_renee-chastain.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100rem;
  width: 100%;
}

.paragraph {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.review-form-label {
  color: #4b415c;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4em;
}

.review-form-success {
  background-color: #4a3173;
  border-radius: .6rem;
  padding: 1.25rem 1.5rem;
  line-height: 1.6em;
}

.form-input-block {
  flex-flow: column;
  display: flex;
}

.review-form-success-text {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.review-form-field {
  color: #000;
  border-radius: 5px;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5em;
}

.rating-button-2 {
  color: #fff;
  background-color: #26493d;
  border-radius: 100rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9rem 2rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.form-radio-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: .8rem;
  margin-bottom: .5rem;
  display: flex;
}

.radio-button-label-2 {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.feedback-form {
  width: 100%;
  margin-bottom: 0;
}

.review-form-error {
  border-radius: 6px;
  margin-top: 30px;
  padding: 15px 20px;
}

.review-form-error-message {
  color: #303030;
  font-size: .8rem;
  line-height: 1.4em;
}

@media screen and (max-width: 991px) {
  .block.block-main {
    min-height: auto;
    padding: 7vw 2vw;
  }

  .logo {
    width: 35vw;
    height: 8vw;
  }

  .rating-button {
    padding: 2vw 4vw;
    font-size: 2.2vw;
  }

  .advisor-block {
    width: 12vw;
    height: 12vw;
  }

  .h3 {
    margin-bottom: 1vw;
    font-size: 3.2vw;
  }

  .page-content-block {
    border-radius: 1.8vw;
  }

  .page-content-block.page-content-narrow {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-bottom: 2vw;
    padding: 6vw;
  }

  .paragraph, .review-form-label, .review-form-success-text {
    font-size: 2.2vw;
  }

  .review-form-success {
    padding: 3vw 4vw;
  }

  .review-form-field {
    min-height: 7vw;
    padding: 1vw;
    font-size: 2.2vw;
  }

  .rating-button-2 {
    font-size: 1.1rem;
  }

  .form-radio-block {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .radio-button-label-2 {
    font-size: 2.2vw;
  }

  .form {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .block.block-main {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .logo {
    width: 40vw;
    height: 8vw;
  }

  .rating-button {
    font-size: 2.8vw;
  }

  .advisor-block {
    width: 22vw;
    height: 22vw;
  }

  .h3 {
    font-size: 4vw;
  }

  .page-content-block {
    position: relative;
  }

  .page-content-block.page-content-narrow {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .paragraph, .review-form-label, .review-form-success-text {
    font-size: 2.8vw;
  }

  .review-form-success {
    padding: 4vw 5vw;
  }

  .review-form-field {
    min-height: 8vw;
    padding: 2vw;
    font-size: 3vw;
  }

  .rating-button-2 {
    padding: 1.1rem 3rem;
    font-size: 1.4rem;
  }

  .form-radio-block {
    margin-top: 2vw;
  }

  .radio-button-label-2 {
    font-size: 3vw;
  }

  .form {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .review-form-error-message {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 479px) {
  .block.block-main {
    padding: 5vw;
  }

  .logo {
    width: 50vw;
    height: 12vw;
  }

  .rating-button {
    padding: 4vw 7vw;
    font-size: 4vw;
  }

  .h3 {
    font-size: 6vw;
  }

  .page-content-block {
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
  }

  .page-content-block.page-content-narrow {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }

  .paragraph, .review-form-label, .review-form-success-text {
    font-size: 4vw;
  }

  .review-form-success {
    padding: 5vw;
  }

  .review-form-field {
    min-height: 12vw;
    padding: 3vw;
    font-size: 4.2vw;
  }

  .rating-button-2 {
    padding: 2rem 6rem;
    font-size: 2.5rem;
  }

  .form-radio-block {
    margin-top: 2vw;
  }

  .radio-button-label-2 {
    font-size: 4.2vw;
  }

  .form {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .review-form-error-message {
    font-size: 3.5vw;
  }
}

