/*
*Hide header CTA button on certain pages
*/
body.page-id-6227 .nav-item--cta{
  display: none;
}
/*
* Header Banner
*/
.header__banner {
  background-color: #5852ec;
  padding: 7px;
}
.header__banner p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.header__banner a {
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 450px) {
  .header__banner p {
    font-size: 10px;
  }
}
main#main.sticky-banner {
  padding-top: 110px;
}
@media (min-width: 768px) {
  .single-post-hero__author:after {
    display: none;
  }
}
.solution-details--noicon {
  .solution-details__icon {
    display: none;
  }
}
.solution-details__icon.no-icon {
  display: none;
}
@media screen and (max-width: 991px) {
  .hero--form {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/*
*Gravity Forms
*/
.gform-theme .gform_required_legend {
    display: none;
  }
.form-wrapper form input:not([type=radio],[type=checkbox]), .form-wrapper form select:not([type=radio],[type=checkbox]), .form-wrapper form textarea:not([type=radio],[type=checkbox]) {    height: 60px;
    margin-bottom: 0;
  }
.gform-theme .gform_footer {
  justify-content: center;
}
.gform-theme .gform_footer input[type="submit"] {
  background-color: #D2FF66 !important;
  color: #000 !important;
  line-height: 1.4em !important;
  border-radius: 50px !important;
  padding: 14px 30px !important;
  width: 100% !important;
  margin-top: 20px !important;
}
.gform-theme .gform_footer input[type="submit"]:hover {
  background-color: #6B65FF !important;
  color: #fff !important;
}
.gform-theme--foundation .gform-body .gform_fields {
  row-gap: 25px;
}
.author-avatar {
  max-width: 120px;
  margin: 0 auto;
}
.author-avatar img {
  border-radius: 50%;
}
