/* Modal Forms Module */
.modal-default {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  max-width: 1170px;
}

.spark_modal-form-title {
  display: none;
}

div.modal-forms-modal-content {
  font-family: 'AvenirNextLTPro-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #666;
  max-width: 1170px;
}

div.modal-forms-modal-content .spark_modal-form-title {
  padding: 0;
  margin: 0 0 50px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-weight: 600;
  color: #5f259f;
  display: block;
}

div.modal-forms-modal-content .modal-title {
  display: none;
}

div.modal-forms-modal-content #messages {
  margin-bottom: 50px;
}

div.modal-forms-modal-content .popups-container {
  max-width: 1170px;
}

div.modal-forms-modal-content .modal-header {
  min-height: 37px;
  padding: 0;
}

div.modal-forms-modal-content .popups-close {
  width: 37px;
  height: 34px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: ease 0.25s all;
  -o-transition: ease 0.25s all;
  transition: ease 0.25s all;
  border-radius: 0;
  text-align: center;
  background: url("../images/dialog-close.svg") no-repeat transparent center;
}

div.modal-forms-modal-content .popups-close:focus, div.modal-forms-modal-content .popups-close:hover {
  background-position: center;
}

div.modal-forms-modal-content .webform-client-form {
  padding: 0;
}

div.modal-forms-modal-content a[title="Close"] {
  text-align: center;
  display: block;
  margin: auto;
  font-family: 'AvenirNextLTPro-Regular', sans-serif;
  font-weight: 400;
  max-width: 196px;
  outline: none !important;
}

div.modal-forms-modal-content a[title="Close"]:after {
  font-family: fontello;
  font-size: 16px;
  content: '\e80f';
  margin-left: 14px;
  vertical-align: top;
}

div.modal-forms-modal-content .ajax-progress-throbber {
  display: none !important;
}

/*** CTools ***/
div.ctools-modal-content .modal-content {
  padding: 48px 49px 85px 74px;
  max-width: 1047px;
}

/*** Webform ***/
.node-webform {
  padding: 58px 0 0;
}

.webform-client-form {
  padding: 0 10px;
}

.webform-client-form .form-actions {
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.webform-client-form .form-actions input {
  margin: 0;
  min-width: 196px;
}

.webform-component textarea.form-textarea,
.webform-component input.form-text {
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  color: #333;
  font-size: 22px;
  padding: 0;
  width: 100%;
}

.webform-component textarea.form-textarea:hover,
.webform-component input.form-text:hover {
  background-color: #f6f6f6;
}

.webform-component label {
  font-size: 14px;
  font-weight: 500;
  color: #b2b2b2;
  margin-left: 0;
}

.webform-component-textarea textarea.form-textarea {
  height: 100px;
}

.webform-component-textarea .grippie {
  display: none;
}

.webform-confirmation {
  padding: 58px 10px 0;
}

.webform-confirmation + .links {
  padding: 0 10px;
}

.webform-confirmation + .links a {
  color: #333;
  text-decoration: none;
}

.webform-confirmation + .links a:after {
  font-family: fontello;
  font-size: 14px;
  content: '\e804';
  margin-left: 12px;
  vertical-align: top;
}

.webform-client-form .form-item {
  margin: 0 0 30px;
}

@media screen and (min-width: 1025px) {
  .webform-client-form .webform-component,
  .webform-client-form .captcha.form-wrapper {
    margin-left: 35%;
  }
}

.webform-client-form .webform-component--description {
  margin: 0 0 58px;
}

@media screen and (min-width: 1025px) {
  .webform-client-form .webform-component--description {
    float: left;
    width: 25%;
  }
}

.webform-client-form .contact_us-form-title {
  padding: 0;
  margin-bottom: 50px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-weight: 600;
  color: #5f259f;
  line-height: 41px;
  font-size: 30px;
  position: relative;
}

.webform-client-form .contact_us-form-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 122px;
  color: #5f259f;
  margin-top: 14px;
  border: 2.5px solid #5f259f;
}

.webform-client-form .contact_us-form-support-link {
  color: #333;
  text-decoration: none;
}

.webform-client-form .contact_us-form-support-link:after {
  font-family: fontello;
  font-size: 14px;
  content: '\e804';
  margin-left: 12px;
  vertical-align: top;
}

.webform-processed {
  text-align: center;
  margin: 130px auto 60px;
  max-width: 420px;
}

.webform-processed-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
}

.webform-processed-icon-email {
  background-image: url("../images/icon-email.svg");
  width: 53px;
  height: 40px;
}

.webform-processed-title {
  padding: 0;
  margin-bottom: 50px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-weight: 600;
  color: #5f259f;
  line-height: 41px;
  font-size: 30px;
  position: relative;
}

.webform-processed-title:after {
  content: '';
  display: block;
  width: 122px;
  color: #5f259f;
  margin: 14px auto;
  border: 2.5px solid #5f259f;
}
/*# sourceMappingURL=forms-modal-webform.css.map */