.subscribe-form-wrapper {
  position: relative;
  height: 87px;
  border-radius: 1000px;
  border: 1px solid rgba(29, 29, 29, 0.12);
  background: #FFF;
  width: 100%;
  padding: 0 222px 0 36px;
  color: #1D1D1D;
  font-family: "Proxima Nova", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: left;
  max-width: 530px;
  margin: 0 auto;
}

.gfield_label {
  display: none;
}

.gform_button {
  position: absolute;
  right: 8px;
  border-radius: 1000px;
  background: #EA148C;
  color: #FFF;
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  height: 72px;
  width: 222px;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.subscribe-form-wrapper .napco-gf-privacy {
  display: none;
}

.gform-body input[type=text] {
  border-width: 0;
  background-color: #efefef;
  font-family: "Proxima Nova", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  padding: 10px;
}

.archive article {
    display: flex;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px #ccc solid;
}

.archive article figure {
    margin-right: 1em;
}


.archive article p {
    margin: 1em 0;
}

section.archive a {
    text-decoration: none;
    color: #fff;
}

section.archive h2 {
    align-items: left;
    justify-content: left;
        font-size: 1.5em;
    margin: .7em 0;
}

section.archive .title h2 {
    align-items: center;
    justify-content: center;
}

.gform_button, .comments input[type=submit], .tml-button, .button, .action-nav li a {
    display: inline-block;
    background-color: #fff;
    color: #000 !important;
    text-transform: uppercase;
    font-size: .8em;
    padding: .3em 1em;
    text-align: center;
    cursor: pointer;
    min-width: 80px;
    border-width: 0;
    text-decoration: none !important;
}

.load-posts-spinner {
    display: none;
}

/* consulting form */
.solutions .gfield_label {
  display: block;
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  text-align: left;
}
.solutions .gfield_required_text {
  display: none;
}
.solutions .gfield_required::after {
  content: "*";
  color: #EA148C;
  margin-left: 4px;
}
.solutions .gform-body input[type="text"],
.solutions .gform-body input[type="email"] {
  padding: 15px 10px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--White, #FFF);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  font-family: "Proxima Nova", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  max-width: 230px;
}
.solutions #gform_fields_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.solutions #gform_fields_1 .gfield {
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
}
.solutions #gform_fields_1 .gfield.full-width {
  flex: 1 1 100%;
}
.solutions .gform_button {
  width: 100%;
  position: relative;
  padding: 14px;
  background: #ff1493;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  right: 0;
  color:#fff !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  transform: none;
  height: auto;
}
.solutions .gform_button:hover {
    background: #e01382;
    color: #fff;
}
.solutions .napco-gf-privacy {
  display: none !important; /* using custom form-footer instead */
}
.solutions .form-footer {
  margin-top: 15px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.solutions .form-footer a {
  color: #fff;
  text-decoration: underline;
}
.solutions .gform_submission_error {
  font-size: 14px;
  color:#fff;
  background-color:#e01382;
  border-radius: 4px;
  padding: 5px 10px;
}
.solutions .validation_message {
  font-size: 14px;
}
.solutions .consulting-form-message {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  display: none;
}
.solutions .consulting-form-message.success {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
}
.solutions .consulting-form-message.error {
  background-color: rgba(234, 20, 140, 0.2);
  color: #fff;
  border: 1px solid #EA148C;
  display: block;
}

.sub.quote span {
  font-style: italic;
  font-size: 1.25em;
}

@media (max-width: 1159px) {
  .solutions #gform_fields_1 .gfield {
    flex: 1 1 100%;
  }
  .solutions .gform-body input[type="text"],
  .solutions .gform-body input[type="email"] {
    max-width: none;
    width: 100%;
  }
  .form-cont {
    max-width: 100%;
  }
}