/* MISC HELPER CLASSES */
.z-index-10 {
  z-index: 10;
  position: relative;
}

.z-index-20 {
  z-index: 20;
  position: relative;
}

.z-index-30 {
  z-index: 30;
  position: relative;
}

.z-index-40 {
  z-index: 40;
  position: relative;
}

.z-index-50 {
  z-index: 50;
  position: relative;
}

@media screen and (max-width: 1100px) {
  br.not-mobile {
    display: none;
  }
}
.fl-module-rich-text.para-last-no-mb .fl-rich-text p:last-child {
  margin-bottom: 0;
}

ul.list-style-inside li {
  list-style: inside;
}

.marginTop10 {
  margin-top: 10px !important;
}

.marginTop20 {
  margin-top: 20px !important;
}

.marginTop30 {
  margin-top: 30px !important;
}

.marginTop40 {
  margin-top: 40px !important;
}

.marginBottom10 {
  margin-bottom: 10px !important;
}

.marginBottom20 {
  margin-bottom: 20px !important;
}

.marginBottom30 {
  margin-bottom: 30px !important;
}

.marginBottom40 {
  margin-bottom: 40px !important;
}

.gform_wrapper.gravity-theme .gform-body .gfield .gfield_label {
  display: block;
  margin-bottom: 0;
  line-height: 1.4;
}
.gform_wrapper.gravity-theme .gform-body .gfield .gfield_label .gfield_required {
  font-weight: 600;
  color: var(--accent-color);
}
.gform_wrapper.gravity-theme .gform-body .gfield textarea.large {
  height: 125px;
}
.gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: flex-end;
}
.gform_wrapper.gravity-theme .gform_footer input.gform_button {
  display: inline-block;
  background-color: var(--brand-color);
  color: #FFF;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  border: 2px solid var(---brand-color);
}
.gform_wrapper.gravity-theme .gform_footer input.gform_button:hover {
  background-color: var(--brand-color-alt);
}
