@media only screen and (max-width: 991px) {
  .cta-bg.with-shadow {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (min-width: 992px) {
  .green-separator > .row > .col-lg-4 {
    position: relative;
  }
  .green-separator > .row > .col-lg-4:first-of-type::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20%;
    background: var(--global--color-green);
    width: 1.5px;
    height: 70%;
  }
  .green-separator > .row > .col-lg-4:last-of-type {
    padding-left: 5rem !important;
  }
  .green-separator > .row > .col-lg-3 {
    position: relative;
  }
  .green-separator > .row > .col-lg-3:not(:last-of-type):after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10%;
    background: var(--global--color-green);
    width: 1.5px;
    height: 85%;
  }
  .green-separator > .row > .col-lg-6 {
    position: relative;
  }
  .green-separator > .row > .col-lg-6:first-of-type::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5%;
    background: var(--global--color-green);
    width: 1.5px;
    height: 90%;
  }
}
.wauto {
  width: auto !important;
}

.border-radius-2 {
  border-radius: 2rem;
}

.fdis {
  display: flex;
}

.fjust-end {
  justify-content: flex-end;
}

.fdir-col-rev {
  flex-direction: column-reverse;
}

.fdir-col {
  flex-direction: column;
}

@media only screen and (max-width: 992px) {
  .fdir-md-col {
    flex-direction: column;
  }
}

.mini {
  font-size: var(--global--font-size-mini) !important;
}

.smallest {
  font-size: var(--global--font-size-xs) !important;
}

.smaller {
  font-size: var(--global--font-size-sm) !important;
}

.modal {
  margin-top: 0;
}

.m-auto {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  body main#maincontent .page-hero-form {
    box-shadow: none !important;
    margin-top: 0;
  }
}
.site-main > .pos-absolute {
  margin: 0;
}

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

.shadow-box {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  padding: 48px 24px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
@media only screen and (min-width: 992px) {
  .shadow-box {
    padding: 48px 120px;
  }
}

.color-black {
  color: #000 !important;
}

.footnote-mark {
  position: relative;
}
.footnote-mark:before {
  content: "*";
  position: absolute;
  left: -10px;
  top: 0;
  font-size: inherit;
}

.fjust-center {
  justify-content: center;
}

.flex {
  display: flex;
}

@media only screen and (min-width: 992px) {
  .flex-lg {
    display: flex;
  }
  .fdir-lg-row {
    flex-direction: row;
  }
  .flex-lg-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.pl-0 {
  padding-left: 0;
}

.p4-0 {
  padding-right: 0;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 992px) {
  .pr-md-zero {
    padding-right: 0 !important;
  }
  .pl-md-zero {
    padding-left: 0 !important;
  }
  .plr-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .fdir-md-rowrev {
    flex-direction: row-reverse;
  }
  .fdir-md-colrev {
    flex-direction: column-reverse;
  }
  .px-md-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .mb-md-24 {
    margin-bottom: 1.5rem;
  }
  .mb-md-32 {
    margin-bottom: 2rem;
  }
  .py-md-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .px-md-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .pr-lg-zero {
    padding-right: 0 !important;
  }
  .pl-lg-zero {
    padding-left: 0 !important;
  }
  .mb-lg-32 {
    margin-bottom: 2rem;
  }
  .px-lg-96 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 1.5rem;
  }
  .pl-lg-0 {
    padding-left: 0;
  }
  .pr-lg-0 {
    padding-right: 0;
  }
  .pl-lg-24 {
    padding-left: 1.5rem;
  }
  .pr-lg-24 {
    padding-right: 1.5rem;
  }
  .fdir-lg-rowrev {
    flex-direction: row-reverse;
  }
  .fdir-lg-colrev {
    flex-direction: column-reverse;
  }
}

/*# sourceMappingURL=custom.css.map */
