@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

/* adding bootstrap width helper */
:root {
  --w-15: width:15%!important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  margin-top: 15rem;
  font-family: "Metric Web", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 4.2rem;
  line-height: 5.3rem;
}

h2 {
  font-size: 3.2rem;
  line-height: 4.1rem;
}

h3 {
  font-size: 2.6rem;
  line-height: 3.3rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
}

h5 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
}

h6 {
  font-size: 1.8rem;
  line-height: 2.1rem;
}

p {
  font-size: 1.6rem;
}

a:link,
a:visited {
  font-size: 3rem;
  line-height: 3.9rem;
  color: #0071DC;
  transition: all 0.1s;
  outline: none;
}

a:hover,
a:active {
  color: #383838;
}

hr {
  width: 100%;
}

ul,
ol {
  padding-left: 30px;
}

li {
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.fw-semibold {
  font-weight: 600;
}

/* simple container */
.intro__container {
  margin-top: -8rem;
  padding-bottom: 2rem;
}

.content__container {
  padding-bottom: 5rem;
}

.header-gradient-blue {
  background: rgb(255, 255, 255);
  background: linear-gradient(55deg, rgb(255, 255, 255) 21%, rgb(214, 232, 249) 47%, rgb(255, 255, 255) 80%);
  position: relative;
}

.content-header {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.content-section-heading {
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.content-body {
  font-size: 2rem;
  line-height: 2.4rem;
}

.content-link:link,
.content-link:visited {
  color: #00BA82;
}

.content-link:hover,
.content-link:active {
  color: #707070;
}

.feature-bg {
  background-color: #e9f0fb;
}

.feature-list {
  background-color: #ffffff;
  border-color: #afb4bc;
}

/* heading modifiers */
.features {
  color: #00BA82;
}

.products {
  color: #0071DC;
}

.industries {
  color: #5D4BA4;
}

.blog {
  color: #E2AD00;
  font-weight: 600;
}

.news {
  color: #1F3C84;
  font-weight: 600;
}

.product-name {
  color: #56DBA1;
  font-weight: 600;
}

.metadata {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.pro-product-name {
  color: #1F3C84;
  font-weight: 600;
}

.heading-strong {
  font-weight: 600;
  line-height: 3.6rem;
}

.feature-grid-header {
  font-weight: 500;
  color: #0071dc;
}

.feature-grid:hover {
  color: #e9f0fb;
}

.icon--software {
  fill: #0071dc;
}

/* table */
.table-border-inside {
  border-collapse: collapse;
  border-style: hidden;
}
.table-border-inside td {
  border-left: 1px solid #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important;
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6 !important;
}
.table-border-inside p {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #d6e8f9;
}

/* Blog post */
.blog-post-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.4rem;
}

.blog-category {
  color: #E2AD00;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 2.6rem;
}

.related-post-excerpt {
  font-size: 2.1rem;
  line-height: 2.7rem;
}

.related-post-meta {
  font-size: 2.4rem;
  line-height: 3rem;
}

/* News */
.news-post-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.4rem;
}

.news-category {
  color: #989898;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 2.6rem;
}

.news-low-impact {
  color: #383838;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 2.6rem;
}

/* pricing card styling */
.pricing-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
}

.pricing-card-header h4 {
  font-weight: 500;
  margin-top: 1.5rem;
}

/* Masthead */
.hero-heading {
  color: #00BA82;
  margin-bottom: 2.5rem;
  font-size: 2.6rem;
  line-height: 3.3rem;
}

.hero-sub-heading {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 5rem;
  width: 90%;
}

.paragraph-heading {
  font-size: 1.8rem;
  line-height: 2.3rem;
}

blockquote {
  background: #fcf6df;
  border-left: 10px solid #E2AD00;
  margin: 5rem 1rem;
  padding: 2rem;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: #E2AD00;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

@media (min-width: 767px) {
  h1 {
    font-size: 5rem;
    line-height: 7rem;
  }
  h2 {
    font-size: 4.1rem;
    line-height: 5.7rem;
  }
  h3 {
    font-size: 3.2rem;
    line-height: 3.5rem;
  }
  h4 {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
  h5 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  h6 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .hero-heading {
    margin-bottom: 4.5rem;
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .hero-sub-heading {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 5rem;
  }
  .content-header {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .hero-heading {
    margin-bottom: 4rem;
    font-size: 3.5rem;
    line-height: 1.3;
  }
  .hero-sub-heading {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 5rem;
  }
  .content-header {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-heading {
    margin-bottom: 4.5rem;
    font-size: 4rem;
  }
  .hero-sub-heading {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 5rem;
    width: 85%;
  }
  .content-header {
    font-size: 5rem;
  }
}
@media (max-width: 76.7rem) {
  h1 {
    font-size: 3.8rem;
    line-height: 5.3rem;
  }
  h2 {
    font-size: 2.9rem;
    line-height: 4.1rem;
  }
  h3 {
    font-size: 2.3rem;
    line-height: 3.3rem;
  }
  h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h5 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  h6 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  li {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  .content-header {
    font-size: 5rem;
  }
}
:root {
  --healpay-green-light: #00BA82;
  --healpay-green-dark: #00B983;
  --features-blue: #0071DC;
  --healpay-pro-blue: #1F3C84;
  --hover-black: #383838;
  --link-gray: #989898 ;
}

.healpay-green-light {
  color: var(--healpay-green-light);
}

.features-blue {
  color: var(--features-blue);
}

.healpay-pro-blue {
  color: var(--healpay-pro-blue);
}

@font-face {
  font-family: "Metric Web";
  src: url("/assets/fonts/metric/metric-web-regular.eot"), url("/assets/fonts/metric/metric-web-regular.woff"), url("/assets/fonts/metric/metric-web-regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metric Web";
  src: url("/assets/fonts/metric/metric-web-regular-italic.eot"), url("/assets/fonts/metric/metric-web-regular-italic.woff"), url("/assets/fonts/metric/metric-web-regular-italic.woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Metric Web";
  src: url("/assets/fonts/metric/metric-web-medium.eot"), url("/assets/fonts/metric/metric-web-medium.woff"), url("/assets/fonts/metric/metric-web-medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metric Web";
  src: url("/assets/fonts/metric/metric-web-medium-italic.eot"), url("/assets/fonts/metric/metric-web-medium-italic.woff"), url("/assets/fonts/metric/metric-web-medium-italic.woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Metric Web";
  src: url("/assets/fonts/metric/metric-web-semibold.eot"), url("/assets/fonts/metric/metric-web-semibold.woff"), url("/assets/fonts/metric/metric-web-semibold.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metric Web";
  src: url("/assets/fonts/metric/metric-web-semibold-italic.eot"), url("/assets/fonts/metric/metric-web-semibold-italic.woff"), url("/assets/fonts/metric/metric-web-semibold-italic.woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Metric Web";
  src: url("/assets/fonts/metric/metric-web-bold.eot"), url("/assets/fonts/metric/metric-web-bold.woff"), url("/assets/fonts/metric/metric-web-bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metric Web";
  src: url("/assets/fonts/metric/metric-web-bold-italic.eot"), url("/assets/fonts/metric/metric-web-bold-italic.woff"), url("/assets/fonts/metric/metric-web-bold-italic.woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.hp-btn,
.hp-btn:link,
.hp-btn:visited {
  display: inline-block;
  padding: 7px 4px;
  min-width: 15rem;
  height: 4rem;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 1.6rem;
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
  transition: transform 0.2s ease-out;
}

.hp-btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
  background-color: #383838;
}

.hp-btn:active {
  transform: translateY(-0.1rem);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1607843137);
  background-color: #383838;
}

.hp-btn--primary {
  background: #00BA82 0% 0% no-repeat padding-box;
}

.hp-btn-alternate {
  background: #383838 0% 0% no-repeat padding-box;
}

.hp-btn-industries {
  background: #5D4BA4 0% 0% no-repeat padding-box;
}

.hp-btn--contact {
  background: #0071DC 0% 0% no-repeat padding-box;
}

.hp-btn-blog {
  background: #E2AD00 0% 0% no-repeat padding-box;
}

.hp-btn--high-impact:link {
  padding: 10px 1px;
  background-color: #00BA82;
}

.hp-btn--high-impact:hover {
  background-color: #383838;
}

.hp-btn--cta:link,
.hp-btn--cta:visited {
  padding: 10px;
  width: 100px;
  color: #00BA82;
  box-shadow: none;
}

.hp-btn--cta:hover {
  color: #00d495;
  background-color: rgba(0, 0, 0, 0);
}

.hp-btn--cta-img {
  margin-left: 2rem;
  height: 1.6rem;
  margin-top: -5px;
}

.formgroup {
  font-size: 1.6;
  line-height: 1.2;
}

label {
  margin: 2rem 0;
  font-size: 1.6rem;
  line-height: 1.1;
}

input {
  transition: all 0.1s ease;
  border: 1px solid #707070;
  width: 100%;
  font-size: 2rem;
  line-height: 1.2rem;
  padding: 1.4rem 2.5rem;
}

textarea {
  transition: all 0.1s ease;
  border: 1px solid #707070;
  width: 100%;
  font-size: 2rem;
  line-height: 1.2rem;
  padding: 2rem 2.5rem;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #56DBA1;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

.formactive {
  border: 1px solid #56DBA1;
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.1607843137);
}

.formerror {
  border: 1px solid #E05955;
}

::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.8);
  font-size: 1.6rem;
}

::-moz-placeholder {
  color: rgba(112, 112, 112, 0.8);
  font-size: 1.6rem;
}

:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.8);
  font-size: 1.6rem;
}

:-moz-placeholder {
  color: rgba(112, 112, 112, 0.8);
  font-size: 1.6rem;
}

@media (min-width: 776px) {
  input {
    transition: all 0.1s ease;
    border: 1px solid #707070;
    width: 100%;
  }
  input:focus {
    outline: none;
    border-color: #56DBA1;
  }
  .formcontrol {
    padding: 0.5rem 1rem;
    border: 1px solid #707070;
    font-size: 12px;
    line-height: 1.4;
  }
  .formactive {
    padding: 0.5rem 1rem;
    border: 1px solid #56DBA1;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .formerror {
    padding: 0.5rem 1rem;
    border: 1px solid #E05955;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.product-link:link,
.product-link:visited {
  text-transform: uppercase;
  color: var(--healpay-green-dark);
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.1s;
}

.product-link:hover,
.product-link:active {
  color: var(--hover-black);
  text-decoration: none;
}

.industry-link:link,
.industry-link:visited {
  color: var(--healpay-pro-blue);
  font-size: 2rem;
  text-transform: capitalize;
  transition: all 0.1s;
}

.industry-link:hover,
.industry-link:active {
  color: var(--hover-black);
  text-decoration: none;
}

.product-pro-link:link,
.product-pro-link:visited {
  text-transform: uppercase;
  color: var(--healpay-pro-blue);
  font-size: 1.8rem;
  font-weight: 600;
  transition: all 0.1s;
}

.product-pro-link:hover,
.product-pro-link:active {
  color: var(--hover-black);
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .product-link:link,
  .product-link:visited {
    font-size: 2rem;
  }
  .product-pro-link:link,
  .product-pro-link:visited {
    font-size: 2rem;
  }
}
.blog-post-header__container {
  padding: 0 3rem;
  margin-top: 5rem;
}

.blog-post-header {
  margin: 3rem 0 6rem 0;
}

.blog-post-header__category {
  color: #E2AD00;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.blog-post-header__title-container {
  padding: 2rem 0 1rem 0;
}

.blog-post-header__link:link,
.blog-post-header__link:visited {
  color: #212529;
}

.blog-post-header__link:hover,
.blog-post-header__link:active {
  color: #707070;
  text-decoration: none;
}

.blog-post-header__title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.4rem;
}

.blog-post-header__excerpt {
  margin-bottom: 3rem;
}

.blog-post-header__date {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.blog-post-header__author {
  font-size: 2rem;
}

.blog-post-header__image-mobile {
  border-radius: 3px;
  height: 25rem;
  background-size: cover;
  background-position: center;
}

@media (min-width: 575px) {
  .blog-post-header__info-container {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .blog-post-header__image-mobile {
    height: 30rem;
  }
}
@media (min-width: 992px) {
  .blog-post-header {
    display: flex;
    background-color: #fff;
    margin: 6rem 0;
    box-shadow: 2px 0.5rem 2rem -0.5rem rgba(0, 0, 0, 0.5);
    border-radius: 1.5em 1.5em;
  }
  .blog-post-header__info-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    width: 38%;
    border-radius: 5%;
    height: 45rem;
    z-index: 2;
    padding: 3rem;
  }
  .blog-post-header__info-container::after {
    content: "";
    background-color: #fff;
    position: absolute;
    right: -5.5rem;
    top: 0;
    width: 20rem;
    height: 100%;
    transform: skewX(13deg);
    z-index: -1;
  }
  .blog-post-header__excerpt {
    margin-bottom: 0;
  }
  .blog-post-header__image {
    text-align: end;
    padding: 0;
    width: 62%;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 1.5em 1.5em;
    border-bottom-right-radius: 1.5em 1.5em;
  }
  .blog-post-header__image-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .blog-post-header__info-container {
    padding: 4rem;
  }
}
.category-navigation {
  display: none;
  margin: 4rem 0 8rem 0;
  font-weight: 500;
}

.category-navigation__group {
  text-transform: uppercase;
  color: #C6C6C6;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.category-navigation__link:hover {
  text-decoration: none;
}

.category-navigation__link:not(:last-child) {
  margin-right: 6rem;
}

.category-navigation__link.active {
  color: #00BA82;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  box-shadow: 0 0.35rem 0.5rem rgba(0, 0, 0, 0.2);
  padding: 0.5rem 2rem;
  transform: translateY(-0.5rem);
  transition: all 0.1s;
}

.category-navigation__link.active:hover {
  box-shadow: 0 0.5rem 0.7rem rgba(0, 0, 0, 0.2);
  transform: translateY(-0.65rem);
}

.category-navigation__link.active:active {
  box-shadow: 0 0.4rem 0.55rem rgba(0, 0, 0, 0.2);
  transform: translateY(-0.55rem);
}

.category-navigation__link:hover {
  color: #00BA82;
}

@media (min-width: 992px) {
  .category-navigation {
    display: block;
  }
  .features-hero__container .category-navigation__link:not(:last-child) {
    margin-right: 5rem;
  }
}
@media (min-width: 1200px) {
  .category-navigation__link:not(:last-child) {
    margin-right: 10rem;
  }
}
.contact-sales__container {
  justify-content: center;
}

.contact-sales {
  margin: 0 2rem;
}

.contact-sales__snippet {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}

.contact-sales__section {
  padding: 15rem 0;
}

.contact-sales__header {
  color: rgb(0, 186, 130);
  margin-bottom: 1.5rem;
}

.contact-sales__button {
  width: 25%;
  float: left;
  margin-left: 50%;
  transform: translate(-50%, -0.3rem);
  background-color: rgb(0, 186, 130);
}

.contact-sales__button:hover {
  transform: translate(-50%, -5px);
}

.contact-sales__button:active {
  transform: translate(-50%, -5px);
}

@media (min-width: 400px) {
  .contact-sales {
    margin: 0 2rem;
  }
}
@media (min-width: 992px) {
  .contact-sales__container {
    justify-content: center;
  }
  .contact-sales__snippet {
    width: 75%;
    float: left;
    font-size: 1.8rem;
    padding-right: 3rem;
    margin-bottom: 1rem;
  }
  .contact-sales__button {
    margin-left: 0;
    transform: none;
    background-color: #0071DC;
  }
  .contact-sales__button:hover {
    transform: translateY(-0.5rem);
  }
  .contact-sales__button:active {
    transform: translateY(-0.5rem);
  }
}
@media (min-width: 992px) {
  .contact-sales__snippet {
    width: 70%;
  }
}
.slanted-masthead.feature-slant {
  height: 40rem;
}

.slanted-masthead.feature-slant, .slanted-masthead.feature-slant::after {
  background-color: #f5fcfa;
}

.feature-header {
  position: relative;
}

.feature-hero__container {
  padding-right: 3rem;
  padding-left: 3rem;
}

.feature-mobile-header__row {
  margin: 6rem 0 2rem 0;
  justify-content: space-between;
}

.feature-mobile-header__product {
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(0, 186, 130);
}

.features-mobile-header__get-started:link,
.features-mobile-header__get-started:visited {
  background-color: rgb(0, 186, 130);
}

.features-mobile-header__get-started:hover,
.features-mobile-header__get-started:active {
  background-color: #383838;
}

@media (max-width: 768px) {
  .feature-mobile-header__product {
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(0, 186, 130);
  }
  .feature-mobile-header__row {
    margin: 8rem 0 -1rem 0;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .feature-header {
    position: relative;
  }
  .feature-hero__container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .feature-mobile-header__product {
    display: none;
  }
}
.footer {
  position: relative;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
  line-height: 1.5;
}

.footer::before {
  content: "";
  position: absolute;
  transform: skewY(-3deg);
  transform-origin: 0;
  background: #f2f2f2;
  left: 0;
  right: 0;
  top: -1rem;
  height: 30rem;
  box-shadow: 0 -1rem 1.5rem #e2e2e2;
}

.footer h6 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  color: #383838;
}

.footer p {
  font-size: 1.6rem;
}

.footer a:link,
.footer a:visited {
  color: #707070;
  line-height: 1.75;
  font-size: 1.6rem;
}

.footer a:hover {
  color: #00BA82;
  text-decoration: none;
}

.footer__container {
  position: relative;
  margin-top: 10rem;
}

.footer__links-container {
  margin-top: 1rem;
  margin-bottom: 3rem;
  min-width: 70%;
}

.footer__links-row {
  position: relative;
  margin: 0;
  justify-content: center;
}

.footer__why-healpay-col,
.footer__products-col,
.footer__industries-col,
.footer__resources-col {
  margin-bottom: 5rem;
}

.footer__why-healpay-col,
.footer__products-col,
.footer__industries-col,
.footer__resources-col {
  width: 80%;
}

.footer__logo {
  display: none;
}

.footer__icons {
  fill: #383838;
}

.footer__post-row {
  margin-top: 3.5rem;
  padding: 0 2rem;
  justify-content: center;
}

.footer__post-row__links-col {
  margin-top: 4rem;
  width: 81%;
  max-width: 81%;
}

.footer__post-row__links-col a {
  color: #707070;
  display: block;
  margin-bottom: 1rem;
}

.footer__post-copyright-block {
  color: #00BA82;
  margin-top: 5rem;
  width: 100%;
  text-align: center;
}

.footer hr {
  width: 100%;
  margin: 0 auto;
}

.footer__post-mobile-icons {
  width: 100%;
  text-align: center;
  margin-top: 5rem;
}

.footer__post-mobile-icons a:link,
.footer__post-mobile-icons a:visited {
  font-size: 2.5rem;
  margin-right: 0.8rem;
}

@media (min-width: 400px) {
  .footer__why-healpay-col {
    width: 50%;
  }
  .footer__products-col {
    width: 30%;
  }
  .footer__industries-col {
    width: 50%;
  }
  .footer__resources-col {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .footer__post-row {
    position: relative;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
  }
  .footer-links-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .footer__links-row {
    justify-content: flex-end;
  }
  .footer__logo {
    display: block;
    position: absolute;
    left: -2%;
    top: -1%;
  }
  .footer__logo img {
    width: 10rem;
  }
  .footer__logo img {
    margin-bottom: 2rem;
  }
  .footer__post-row__links-col {
    width: 79%;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .footer__container {
    margin-top: 5rem;
  }
  .footer__links-row,
  .footer__post-row {
    justify-content: flex-end;
  }
  .footer__logo {
    left: 2%;
  }
  .footer__logo img {
    width: auto;
  }
  .footer__why-healpay-col {
    width: 18rem;
  }
  .footer__products-col {
    width: 16rem;
  }
  .footer__industries-col {
    width: 21rem;
  }
  .footer__resources-col {
    width: 16rem;
  }
  .footer__post-mobile-icons,
  .footer__post-copyright-block,
  .footer__post-row__links-col {
    width: auto;
  }
  .footer__post-mobile-icons {
    margin-top: 0;
    margin-right: 10rem;
  }
  .footer__post-row__links-col {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    right: 3rem;
  }
  .footer__post-row__links-col .footer_careers_link {
    margin-right: 0;
  }
  .footer__post-row__links-col a {
    display: inline;
    margin: 0 1rem 0.5rem 0rem;
  }
  .footer__post-copyright-block {
    position: absolute;
    left: 5%;
    top: 20%;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .footer__links-row,
  .footer__post-row {
    justify-content: flex-end;
  }
  .footer-links-row {
    margin-left: 0;
  }
  .footer__logo {
    position: absolute;
    left: 15rem;
  }
  .footer__logo {
    left: 6%;
    top: 4%;
  }
  .footer__why-healpay-col {
    width: 20rem;
  }
  .footer__products-col {
    width: 18rem;
  }
  .footer__industries-col {
    width: 24rem;
  }
  .footer__resources-col {
    width: 18rem;
  }
  .footer__post-row {
    margin: 0;
    margin-top: 3rem;
    align-items: center;
  }
  .footer__post-row__links-col {
    margin-top: 0;
    max-width: max-content;
    right: -1rem;
  }
  .footer__post-row__links-col a {
    margin: 0 3.5rem 0 0;
    display: inline;
  }
  .footer__post-row__links-col .footer_careers_link {
    margin-right: 0;
  }
  .footer__post-mobile-icons {
    width: auto;
    padding: 0;
    margin-right: 9rem;
  }
  .footer__post-copyright-block {
    margin-top: 0;
    position: absolute;
    left: 7%;
    font-size: 1.6rem;
  }
}
.header {
  position: fixed;
  top: -8px;
  width: 100%;
  z-index: 2000;
  padding-top: 8px;
}

.navbar {
  padding: 0.8rem 1.6rem;
}

a:link,
a:visited {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #212529;
}

a:hover {
  color: rgb(86, 219, 161);
}

.header__logo {
  height: 5rem;
}

.nav-cta-container {
  display: initial;
}

.navbar-dropdown-menu-link {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .main-nav-item a {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .main-nav-item a:hover {
  color: rgb(86, 219, 161);
}

.navbar-dark .navbar-nav .navbtn {
  color: rgb(162, 210, 255);
}

.navbar-dark .navbar-nav .navbtn:hover {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-btn-item {
  margin: 0 1.6rem;
}

.nav-item {
  padding: 0 0.56rem;
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  color: #56DBA1;
}

ul.navbar-nav li.dropdown:hover > ul.hp-dropdown-menu-center {
  display: block;
}

.main-dropdown-container {
  position: absolute;
  top: 73%;
  left: 0;
  padding-top: 3.2rem;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 0.5 ease-out;
  min-height: 3.2rem;
  display: block;
  float: left;
  width: 100vw;
}

.main-dropdown-container.show {
  opacity: 1;
}

.main-dropdown {
  position: absolute;
  max-width: min-content;
  background-color: white;
  top: 70%;
  display: none;
  border-radius: 0.4rem;
  left: 35%;
  z-index: 999;
  /* transition: max-width 1s ease-out; */
}

.hp-dropdown-menu {
  border: none;
  padding: 3.5rem 2rem 1rem 4.5rem;
  position: initial;
  display: none;
  float: left;
  text-align: left;
  list-style: none;
  background-color: transparent;
  height: 0;
  width: 0;
  opacity: 0;
  border-radius: 0.4rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}

.hp-dropdown-menu.show {
  display: block;
  /* transition: all 1s ease-out; */
  opacity: 1;
  width: auto;
  height: auto;
}

.dropdown-item {
  font-weight: 500;
  outline: none;
  margin-bottom: 3rem;
  padding: 0;
}

.dropdown-item:hover {
  background-color: initial;
  color: rgb(86, 219, 161);
}

.why-healpay-dropdown {
  min-width: 30rem;
}

.products-dropdown {
  padding-bottom: 4rem;
  padding-left: 5rem;
  padding-right: 3rem;
}

.products-dropdown small {
  color: #C6C6C6;
  display: block;
  margin-bottom: 3.5rem;
  font-weight: 600;
  font-size: 1.4rem;
}

.products-dropdown .dropdown-item {
  display: inline;
  color: #383838;
}

.products-dropdown .dropdown-item:hover {
  color: #00ba82;
}

.products-dropdown .dropdown-item--pro:link,
.products-dropdown .dropdown-item--pro:visited {
  margin-left: 2.5rem;
  color: #1F3C84;
}

.products-dropdown .dropdown-item--pro:hover,
.products-dropdown .dropdown-item--pro:active {
  color: #707070;
}

.products-container {
  display: flex;
  min-width: max-content;
  margin: 0 auto;
  justify-content: space-between;
}

.dropdown-item--merchant-service--cont {
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
  margin-top: -0.75rem;
}

.dropdown-item--merchant-service:link,
.dropdown-item--merchant-service:visited {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}

.products-dropdown .features {
  margin-right: 3rem;
}

.products-dropdown img, .products-dropdown a {
  vertical-align: middle;
}

.products-dropdown .software img {
  margin-right: 2rem;
  width: 1.6rem;
}

.products-dropdown .features img {
  margin-right: 2rem;
  width: 1.6rem;
}

.products-dropdown .software div, .products-dropdown .features div {
  margin-bottom: 1.8rem;
}

.industries-dropdown {
  padding: 3.2rem 3.2rem 2rem 3.2rem;
  transition: display 0.3s ease-in-out;
}

.industries-container div {
  display: flex;
  margin-bottom: 2.2rem;
  justify-content: center;
}

.industries-container a {
  margin: 0 0 0 0;
}

.resources-dropdown {
  color: #383838;
  padding: 3.6rem 4.5rem 1rem 4.5rem;
  transition: display 0.3s ease-in-out;
  width: 19rem;
}

.resources-dropdown .dropdown-item {
  color: #383838;
}

.resources-dropdown .dropdown-item:hover {
  color: #00BA82;
}

.resources-dropdown div {
  padding-top: 2.4rem;
  border-top: 0.1rem #ccc solid;
}

.resources-dropdown p {
  margin: 0;
  color: #222;
  display: inline;
}

.resources-dropdown img, .resources-dropdown a {
  vertical-align: middle;
}

.resources-dropdown img {
  width: 1.6rem;
  margin-right: 0.5rem;
}

.dropdown-mailto {
  min-width: max-content;
}

.dropdown-mailto a {
  color: #383838;
  text-decoration: none;
}

.dropdown-mailto a:hover {
  color: rgb(86, 219, 161);
}

.mobile-dropdown {
  width: 90%;
  background-color: white;
  min-width: 90%;
  z-index: 1052;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 2%;
  left: 5%;
  border-radius: 5px;
  padding: 4rem 6rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}

.mobile-dropdown-active {
  visibility: visible;
  opacity: 1;
}

.mobile-close-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: all 0.2s;
}

.mobile-close-icon:hover {
  transform: rotate(90deg);
  cursor: pointer;
}

.mobile-dropdown .products-container {
  max-width: 500px;
  margin: 0 auto;
  justify-content: center;
  display: block;
}

.mobile-dropdown .software {
  margin-right: 3rem;
  margin-bottom: 3rem;
}

.mobile-dropdown .mobile-category {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #C6C6C6;
}

.mobile-dropdown .dropdown-item-cont {
  margin-bottom: 1rem;
}

.mobile-dropdown .dropdown-icon {
  width: 1.5rem;
  margin-right: 1.5rem;
}

.mobile-dropdown .dropdown-item {
  font-size: 1.4rem;
  display: inline;
  margin: 0;
}

.mobile-dropdown .dropdown-item--pro {
  margin-left: 2rem;
}

.mobile-dropdown .software .dropdown-item:link,
.mobile-dropdown .software .dropdown-item:visited {
  color: #383838;
}

.mobile-dropdown .software .dropdown-item:hover,
.mobile-dropdown .software .dropdown-item:active {
  color: #C6C6C6;
}

.mobile-dropdown .software .dropdown-item--pro:link,
.mobile-dropdown .software .dropdown-item--pro:visited {
  color: #1F3C84;
}

.mobile-dropdown .software .dropdown-item--pro:hover,
.mobile-dropdown .software .dropdown-item--pro:active {
  color: #C6C6C6;
}

.mobile-dropdown .features .dropdown-item:link,
.mobile-dropdown .features .dropdown-item:visited {
  color: #989898;
}

.mobile-dropdown .features .dropdown-item:hover,
.mobile-dropdown .features .dropdown-item:active {
  color: #00BA82;
}

.mobile-dropdown .dropdown-item--merchant-service--cont {
  border: unset;
}

.mobile-dropdown .software .dropdown-item--merchant-service:link,
.mobile-dropdown .software .dropdown-item--merchant-service:visited {
  font-size: 1rem;
  color: black;
}

.mobile-dropdown .software .dropdown-item--merchant-service:hover,
.mobile-dropdown .software .dropdown-item--merchant-service:active {
  color: #C6C6C6;
}

.mobile-add-links-cont {
  margin: 4rem auto;
  max-width: 70%;
  display: flex;
  justify-content: space-evenly;
}

.mobile-add-links-cont .dropdown-item-cont {
  display: block;
  max-width: max-content;
}

.mobile-add-links-cont .dropdown-item:link,
.mobile-add-links-cont .dropdown-item:visited {
  color: #989898;
}

.mobile-add-links-cont .dropdown-item:hover,
.mobile-add-links-cont .dropdown-item:active {
  color: #00BA82;
}

.mobile-add-links_col--1 {
  margin-right: 1rem;
}

.mobile-add-links_col--2 {
  margin-left: 1rem;
}

.mobile-button-cont {
  text-align: center;
  margin-top: 5rem;
}

.hp-btn.hp-btn--mobile-1, .hp-btn.hp-btn--mobile-2 {
  min-width: 12rem;
}

.hp-btn.hp-btn--mobile-2 {
  color: #00BA82;
  background-color: #FFF;
  margin-left: 1rem;
  display: none;
}

@media (min-width: 400px) {
  .mobile-dropdown {
    padding: 4rem 2.5rem;
  }
  .mobile-dropdown .products-container {
    display: flex;
  }
  .mobile-dropdown .software {
    margin-bottom: 0;
  }
  .hp-btn.hp-btn--mobile-1 {
    margin-right: 1rem;
  }
  .hp-btn.hp-btn--mobile-2 {
    display: inline-block;
  }
}
@media (min-width: 575px) {
  .mobile-dropdown .software {
    margin-right: 6rem;
  }
  .mobile-dropdown .dropdown-item {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .hp-dropdown-menu {
    text-align: center;
    background-color: rgb(255, 255, 255);
  }
  .navbar-dark .navbar-nav .main-nav-item a {
    color: rgb(255, 255, 255);
  }
  .navbar-dark .navbar-nav .hp-dropdown-menu .dropdown-item {
    color: rgb(56, 56, 56);
  }
  .nav-cta-container {
    display: flex;
    margin-left: 1rem;
  }
  .nav-item {
    /* margin: 0 .35rem; */
  }
  .nav-item a {
    font-size: 1.5rem;
  }
  .navbar-dark .navbar-nav .nav-btn-item {
    margin: 0;
  }
  .hp-dropdown-menu {
    border: none;
    text-align: left;
  }
  .main-dropdown::after, .main-dropdown::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .main-dropdown::before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #FFFFFF;
    border-width: 1rem;
    margin-left: -1rem;
  }
}
@media (min-width: 992px) {
  .navbar-dark .navbar-nav .main-nav-item a {
    color: rgb(255, 255, 255);
  }
  .navbar-dark .navbar-nav .main-nav-item a:hover {
    color: rgb(86, 219, 161);
  }
  .navbar-dark .navbar-nav .hp-dropdown-menu .dropdown-item {
    color: rgb(56, 56, 56);
  }
  .nav-item {
    padding: 0 1.6rem;
  }
  .nav-item a {
    font-size: 1.6rem;
  }
  .nav-cta-container {
    margin-left: 2.56rem;
  }
  .hp-dropdown-menu {
    text-align: initial;
    background-color: rgb(255, 255, 255);
  }
}
.industries-hero__row {
  position: relative;
}

.industries-hero {
  height: 60rem;
}

.industries-hero__container {
  padding-right: 4rem;
  padding-left: 4rem;
}

.industries-hero__heading-container {
  padding: 0;
}

.industries-hero__heading {
  color: #1F3C84;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 2.6rem;
  line-height: 1.2;
}

.industries-hero__sub-heading {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 8rem;
  width: 90%;
}

.industries-hero__image {
  width: 55%;
  margin-top: -8rem;
  display: none;
}

.industries-hero__button-container {
  display: flex;
  align-items: center;
  width: 90%;
}

.industries-hero__btn {
  background-color: #1F3C84;
}

.industries-hero__btn:link,
.industries-hero__btn:visited {
  background-color: #1F3C84;
}

.industries-hero__btn:hover,
.industries-hero__btn:active {
  background-color: #383838;
}

.industry-mobile-header__product {
  text-transform: uppercase;
  font-weight: bold;
  color: #1F3C84;
}

.industry-mobile-header__row {
  margin: 8rem -1.5rem 0rem -1.5rem;
  justify-content: space-between;
}

.industries-hero__image--mobile {
  width: 7rem;
  margin-left: 5rem;
}

@media (min-width: 575px) {
  .industries-hero__heading {
    font-size: 2.8rem;
  }
  .industries-hero__button-container {
    width: 80%;
  }
  .industries-hero__image--mobile {
    width: 7rem;
    margin-left: 10rem;
  }
}
@media (min-width: 768px) {
  .industries-hero__heading {
    font-size: 3.6rem;
  }
  .industries-hero__heading-container {
    padding: 0;
  }
  .industries-hero__sub-heading {
    font-size: 2rem;
  }
  .industries-hero__sub-heading, .industries-hero__button-container {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .industries-hero__container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .industries-hero {
    height: 75rem;
  }
  .industries-hero__heading {
    font-size: 3.4rem;
  }
  .industries-hero__sub-heading {
    line-height: 2.9rem;
    margin-bottom: 5rem;
    font-size: 2rem;
  }
  .industries-hero__heading, .industries-hero__sub-heading, .industries-hero__button-container {
    width: 100%;
  }
  .industries-hero__container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .industries-hero__container .category-navigation__link {
    color: #1F3C84;
  }
  .industries-hero__container .category-navigation__link:not(:last-of-type) {
    margin-right: 3rem;
  }
  .industries-hero__row {
    align-items: center;
  }
  .industries-hero__heading-container {
    width: 60%;
  }
  .industries-hero__image-container {
    width: 15rem;
    padding-left: 2rem;
    margin-right: 2rem;
  }
  .industries-hero__image {
    display: block;
  }
  .industries-hero__image--mobile {
    display: none;
  }
  .industries-mobile-header__image {
    display: none;
  }
  .industries-header__icon {
    display: block;
    position: absolute;
    left: -8.5rem;
    top: 1rem;
    width: 3.5rem;
    opacity: 70%;
  }
}
@media (min-width: 1200px) {
  .slanted-masthead.slanted-masthead--industries {
    height: 40rem;
  }
  .industries-hero__row {
    align-items: center;
  }
  .industries-hero__heading-container {
    width: 55%;
  }
}
.industry-cards__row {
  justify-content: center;
  margin-right: 1rem;
  margin-left: 1rem;
}

.industry-cards__card {
  margin-top: 4rem;
  border-radius: 5px;
  min-height: 35rem;
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}

.industry-cards__card--collection-attorneys {
  min-height: 20rem;
}

.industry-cards__card:hover {
  box-shadow: 0 0.7rem 1.2rem rgba(0, 0, 0, 0.3);
  transform: scale(1.02);
  background-color: white;
}

.industry-cards__link:link,
.industry-cards__link:visited {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 3.5rem 2rem;
  text-decoration: none;
}

.industry-cards__link--collection-attorneys:link,
.industry-cards__link--collection-attorneys:visited {
  padding: 3rem 2rem 1rem 2rem;
}

.industry-cards__link:hover,
.industry-cards__link:active {
  color: rgb(33, 37, 41);
}

.industry-cards__product-cont:hover {
  transition: all 0.2s;
}

.industry-cards__svg {
  float: left;
  margin-right: 2rem;
}

.industry-cards__svg-path-a {
  fill: none;
}

.industry-cards__svg-path-b {
  fill: #1F3C84;
}

.industry-cards__card:hover .industry-cards__product {
  color: #0071DC;
  transition: all 0.3s;
}

.industry-cards__card:hover .industry-cards__svg-path-b {
  fill: #0071DC;
  transition: all 0.3s;
}

.industry-cards__product {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.5rem;
  font-size: 2.25rem;
  margin-bottom: 2rem;
  color: #1F3C84;
  transition: all 0.2s;
  white-space: nowrap;
}

.industry-cards__sub-header {
  margin-bottom: 3rem;
}

.industry-cards__point {
  color: #1F3C84;
  margin-bottom: 1rem;
}

@media screen and (min-width: 400px) {
  .industry-cards__link:link,
  .industry-cards__link:visited {
    padding: 3.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .industry-cards__card {
    box-shadow: unset;
    background-color: transparent;
  }
  .industry-cards__card:hover {
    transform: translateY(-2rem);
  }
}
@media screen and (min-width: 992px) {
  .industry-cards__row {
    justify-content: center;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .industry-cards__link--collection-attorneys:link,
  .industry-cards__link--collection-attorneys:visited {
    padding: 3rem 2rem;
  }
}
.info-icon-group {
  text-align: center;
  display: flex;
  justify-content: center;
}

.info-icon-cont {
  display: none;
  max-width: 30rem;
  position: relative;
  min-width: 25rem;
}

.info-icon-cont--1st {
  left: 24rem;
}

.info-icon-cont--2nd {
  left: 12rem;
}

.info-icon-cont--4th {
  right: 12rem;
}

.info-icon-cont--5th {
  right: 24rem;
}

.info-icon-cont--1st-even {
  left: 5.5rem;
}

.info-icon-cont--2nd-even {
  right: 5.5rem;
}

.info-icon__link {
  display: block;
  width: max-content;
  margin: 0 auto;
}

.info-icon {
  background-color: #56dba1;
  display: inline-block;
  padding: 2rem;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.2);
}

.info-icon--slanted-portal {
  display: inline-block;
  position: relative;
}

.info-icon img {
  width: 3rem;
}

.info-icon__link:hover + .info-icon-snippet {
  visibility: visible;
  opacity: 1;
}

.info-icon-snippet {
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
  margin-top: 1rem;
  padding-top: 1rem;
  min-width: 22.5rem;
  max-width: 30.5rem;
}

.info-icon-snippet-header {
  color: #0071DC;
}

.info-icon-snippet-header--features {
  color: #00BA82;
}

.info-icon-snippet::before {
  left: 1.5%;
  content: " ";
  height: 0;
  width: 0;
  position: relative;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #00BA82;
  border-width: 0.8rem;
  margin-left: -0.8rem;
}

#info-icon-snippet__pro::before {
  left: 1.5%;
  content: " ";
  height: 0;
  width: 0;
  position: relative;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #1F3C84;
  border-width: 0.8rem;
  margin-left: -0.8rem;
}

.info-icon-group--mobile-item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.info-icon--mobile {
  padding: 1rem;
  margin-right: 4rem;
}

.info-icon--mobile img {
  width: 2rem;
}

.info-icon--mobile-feature:link,
.info-icon--mobile-feature:visited {
  color: var(--link-gray);
}

.info-icon--mobile-feature:hover,
.info-icon--mobile-feature:active {
  color: var(--features-blue);
  text-decoration: none;
}

@media (min-width: 992px) {
  .info-icon-cont {
    display: inline-block;
  }
  .info-icon-group--mobile {
    display: none;
  }
  .info-icon:hover {
    background-color: #00BA82;
  }
}
.large-benefits-card {
  margin-top: 5rem;
}

.large-benefits-card__container {
  padding: 5rem 5rem 8rem 5rem;
  border-radius: 3px;
  position: relative;
  width: 96%;
}

.large-benefits-card__container--ivr {
  padding: 5rem 4rem 8rem 4rem;
}

.large-benefits-card__row {
  justify-content: space-between;
}

.large-benefits-card__header {
  color: #1F3C84;
  margin-bottom: 3rem;
  margin-right: 3rem;
  font-size: 2.8rem;
}

.large-benefits-card__snippet {
  margin-bottom: 3rem;
}

.large-benefits-card__main-icon {
  position: absolute;
  top: 5.25rem;
  right: 2rem;
  width: 35px;
  display: none;
}

.large-benefits-card__point-container {
  width: 100%;
}

.large-benefits-card__point-line {
  padding: 1.25rem 0;
  display: flex;
}

.large-benefits-card__point-line:not(:last-of-type) {
  border-bottom: 1px solid #989898;
}

.large-benefits-card__point-line-text-adjust {
  border-bottom: 1px solid #989898;
}

.large-benefits-card__point:link,
.large-benefits-card__point:visited {
  color: #0071DC;
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
}

.large-benefits-card__point--ivr {
  color: #0071DC;
}

.large-benefits-card__point-svg-container {
  width: 3rem;
  margin-right: 2.5rem;
}

.large-benefits-card__point-svg {
  width: 2.5rem;
}

.large-benefits-card__point-svg-a {
  fill: none;
}

.large-benefits-card__point-svg-b {
  fill: #989898;
}

.large-benefits-card__point-line h5 {
  color: #989898;
}

.large-benefits-card__point-line--ivr-pro:not(:last-of-type) {
  border-bottom: none;
  margin-bottom: 2rem;
}

.large-benefits-card__point--adjust:link,
.large-benefits-card__point--adjust:visited {
  border-bottom: none;
}

@media (min-width: 400px) {
  .large-benefits-card__container--ivr {
    padding: 5rem 3rem 8rem 3rem;
  }
}
@media (min-width: 768px) {
  .large-benefits-card {
    margin-top: 10rem;
  }
  .large-benefits-card__container {
    box-shadow: 0 0.1rem 1rem 0.1rem rgba(0, 0, 0, 0.1);
    padding: 5rem 10rem 8rem 8rem;
    width: 100%;
    background-color: white;
  }
  .large-benefits-card__header {
    margin-left: 0;
    width: 85%;
    line-height: 1.4;
  }
  .large-benefits-card__main-icon {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 5rem;
    display: block;
  }
  .large-benefits-card__point-container {
    width: 45%;
  }
  .large-benefits-card__point:link,
  .large-benefits-card__point:visited {
    border-bottom: none;
  }
  .large-benefits-card__point-line:not(:last-of-type) {
    border-bottom: 1px solid #989898;
  }
  .large-benefits-card__point-line-text-adjust {
    border-bottom: unset;
  }
}
@media screen and (min-width: 992px) {
  .large-benefits-card {
    margin-top: 18rem;
  }
  .large-benefits-card__container {
    padding: 5rem 7rem 8rem 7rem;
  }
  .large-benefits-card__snippet {
    width: 75%;
  }
  .large-benefits-card__main-icon {
    top: 4rem;
    right: 5rem;
    width: 6rem;
  }
  .large-benefits-card__point-line--ivr-pro:not(:last-of-type) {
    border-bottom: 1px solid #989898;
    margin-bottom: 0;
  }
  .large-benefits-card__point-line--portal {
    width: 85%;
  }
  .large-benefits-card__point-line:hover .large-benefits-card__point {
    color: var(--healpay-green-light);
  }
  .large-benefits-card__point-line:hover .large-benefits-card__point-svg-b {
    fill: var(--healpay-green-light);
  }
  .large-benefits-card__header {
    width: 75%;
    line-height: 1.4;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .large-benefits-card__container {
    padding: 5rem 9rem;
    width: 100rem;
  }
  .large-benefits-card__main-icon {
    top: 5rem;
    right: 6rem;
    width: 6rem;
  }
  .large-benefits-card__header {
    width: 75%;
    font-size: 3.6rem;
  }
}
.newsletter-signup__container {
  padding: 0;
  margin: 0;
  max-width: unset;
  position: relative;
  top: 7rem;
}

.newsletter-signup {
  z-index: 10;
  position: relative;
  top: -2rem;
  background-color: #F8DB67;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 3rem 2rem;
  text-align: center;
}

.newsletter-signup.newsletter-signup--news {
  background-color: #A2D2FF;
}

.newsletter-signup__tagline {
  margin-bottom: 2rem;
}

.newsletter-signup__form {
  display: block;
  margin: 0 auto;
  font-size: 0;
}

.newsletter-signup__input {
  border: 1px solid #ABB7AF;
  width: 80%;
  height: 5rem;
  margin-bottom: 3rem;
}

.newsletter-signup__input:focus {
  box-shadow: none;
}

.newsletter-signup__input::placeholder {
  font-size: 1.6rem;
}

.newsletter-signup__submit {
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin: 0 auto;
}

.newsletter-signup__submit:hover,
.newsletter-signup__submit:active {
  transform: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .newsletter-signup__container {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .newsletter-signup__container {
    top: 0;
    max-width: 96rem;
  }
  .newsletter-signup {
    z-index: 10;
    position: relative;
    top: -2rem;
    background-color: #F8DB67;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 5rem 2rem;
    text-align: center;
  }
  .newsletter-signup__tagline {
    display: inline-block;
  }
  .newsletter-signup__form {
    display: inline-block;
    margin-left: 2rem;
    width: 60%;
    font-size: 0;
  }
  .newsletter-signup__input {
    border: 1px solid #ABB7AF;
    width: 70%;
    height: 5rem;
    margin-bottom: 0;
    display: inline-block;
  }
  .newsletter-signup__input:focus {
    box-shadow: none;
  }
  .newsletter-signup__submit {
    border-radius: 0;
    box-shadow: none;
    height: 4.99rem;
    position: relative;
    top: -0.1rem;
    display: inline-block;
  }
  .newsletter-signup__submit:hover,
  .newsletter-signup__submit:active {
    transform: none;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .newsletter-signup__container {
    max-width: 114rem;
  }
}
.product-benefits__section {
  align-self: center;
  padding: 0;
  margin-top: 5rem;
}

.product-benefits__row {
  padding: 3rem 0;
  justify-content: center;
  align-items: center;
}

.product-benefits__row--payment-reminders {
  justify-content: space-between;
  margin: 3rem 0;
  padding: 0;
}

.product-benefits__row--payment-reminders--2 {
  align-items: self-start;
}

.product-benefits {
  padding: 0 1.6rem;
}

.product-benefits--portal-pro {
  padding: 0 2rem;
}

.product-benefits__sub-heading {
  color: rgb(0, 186, 130);
  margin-bottom: 3rem;
  font-weight: 500;
}

.product-benefits__snippet {
  margin-bottom: 2.5rem;
}

.product-benefits__image {
  max-height: 22rem;
  max-width: 100%;
  margin: 0 auto;
}

.product-benefits__image-cont--recurring-payments-1st {
  text-align: center;
}

.product-benefits__image-cont--recurring-payments-2nd {
  text-align: center;
}

.product-benefits__image-cont--recurring-payments-3rd {
  text-align: center;
}

.product-benefits__image--recurring-payments-3rd {
  max-height: 18rem;
}

.product-benefits__image-container {
  text-align: center;
  max-width: 75%;
  margin: 2rem 0;
}

@media (min-width: 992px) {
  .product-benefits {
    padding: 0 1.6rem;
  }
  .product-benefits__row {
    justify-content: space-between;
  }
  .product-benefits__sub-heading {
    color: rgb(0, 186, 130);
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
    font-weight: 400;
  }
  .product-benefits__schedule-demo {
    display: block;
  }
  .product-benefits__row--recurring-payments-3rd {
    margin-top: 5rem;
  }
  .product-benefits__image-container {
    text-align: unset;
    max-width: unset;
    margin: 0;
  }
  .product-benefits__image {
    max-height: 24rem;
    padding: 0 2rem;
  }
  .product-benefits__image-cont--recurring-payments-3rd {
    text-align: left;
  }
  .product-benefits__image--recurring-payments-3rd {
    max-height: 18rem;
    margin-top: -10rem;
    margin-left: -3rem;
  }
  .product-benefits__row--payment-reminders {
    justify-content: space-between;
    margin: 3rem 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .product-benefits__row--payment-reminders {
    justify-content: flex-start;
  }
  .product-benefits__image {
    max-height: 27rem;
    padding: 0 2rem;
  }
  .product-benefits__image--recurring-payments-3rd {
    max-height: 20rem;
    margin-top: -10rem;
  }
}
.ninety-day-trial-promo-modal {
  box-sizing: border-box;
  position: fixed;
  top: 9vw;
  left: 50%;
  display: none;
  margin-left: -25%;
  width: 50vw;
  height: auto;
  opacity: 0;
  background: linear-gradient(135deg, #86F9A4, #0BCDF7);
  border-radius: 10px;
  z-index: 1051;
  box-shadow: 2px 3px 50px #000;
  color: white;
  max-height: min-content;
}

.ninety-day-trial-promo-modal-active {
  display: initial;
  animation: fadeInPromoModal ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInPromoModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ninety-day-trial-promo-modal-submitted {
  box-sizing: border-box;
  position: fixed;
  top: 9vw;
  left: 50%;
  margin-left: -25%;
  width: 50vw;
  background: linear-gradient(135deg, #86F9A4, #0BCDF7);
  border-radius: 10px;
  z-index: 1051;
  box-shadow: 2px 3px 50px #000;
  color: white;
  max-height: min-content;
  transition: height 0.3s;
}

.ninety-day-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 75px;
  height: 75px;
}

.close-promo {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 24px;
  transition: font-size 0.3s;
  transition: rotate 0.3s;
  cursor: pointer;
}

.close-promo:hover {
  font-size: 26px;
  rotate: 90deg;
}

.close-promo:active {
  font-size: 28px;
}

.ninety-day-promo-container {
  margin-top: 100px;
}

.ninety-day-promo-container-submitted {
  display: none;
}

.ninety-day-trial-messaging h3 {
  font-size: 48px;
  margin-bottom: 0;
}

.ninety-day-trial-messaging p {
  font-size: 18px;
}

.ninety-day-trial-promo-form input[type=text],
.ninety-day-trial-promo-form input[type=email] {
  border-radius: 3px;
  border: 1px solid white;
  padding: 5px 10px;
  width: 199px;
  min-width: 199px;
  height: 52px;
  box-sizing: border-box;
  margin: 10px;
}

.ninety-day-trial-promo-form input::placeholder {
  color: #9c9c9c;
  font-size: 0.9rem;
  opacity: 1;
}

.ninety-day-trial-promo-form button {
  box-sizing: border-box;
  font-size: 18px;
  background-color: transparent;
  color: white;
  border: 4px solid white;
  border-radius: 2px;
  padding: 10px 25px;
  margin-top: 1rem;
  transition: box-shadow 0.3s;
  transition: background-color 0.2s;
}

.ninety-day-trial-promo-form button:hover {
  box-shadow: 2px 2px 10px #aaa;
  background-color: rgb(255, 255, 255);
  color: #48E3CE;
}

.ninety-day-trial-promo-form button:active {
  box-shadow: 2px 2px 10px #fff;
  color: rgb(109, 255, 236);
}

.ninety-day-promo-submitted-container {
  display: none;
  transition: display 1s;
}

.ninety-day-promo-submitted-container-submitted {
  margin-top: 120px;
  display: inline-block;
}

.ninety-day-promo-submitted-container .row {
  margin-bottom: 86px;
}

@media screen and (max-width: 1230px) {
  #submission-complete-modal {
    width: 70vw;
    height: 40vh;
    top: 25vh;
    margin-left: -35vw;
  }
  #submission-complete-modal {
    width: 80vw;
    margin-left: -40vw;
    height: 40vh;
    top: 25vh;
  }
  .ninety-day-trial-promo-modal {
    position: fixed;
    top: 15vw;
    left: 50%;
    margin-left: -30vw;
    width: 60vw;
    height: auto;
    max-height: min-content;
    transition: height 0.3s;
  }
  .ninety-day-trial-promo-modal-submitted {
    height: 44vh;
  }
  .ninety-day-promo-submitted-container .row {
    margin-bottom: 36px;
  }
  .ninety-day-promo-container {
    margin-top: 120px;
  }
  .ninety-day-trial-messaging h3 {
    font-size: 42px;
    margin-bottom: 0;
  }
  .ninety-day-trial-messaging p {
    font-size: 18px;
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  #submission-complete-modal {
    width: 80vw;
    margin-left: -40vw;
    height: 40vh;
    top: 25vh;
  }
  .ninety-day-trial-promo-modal {
    position: fixed;
    top: 15vw;
    left: 50%;
    margin-left: -36vw;
    width: 72vw;
    height: auto;
    max-height: min-content;
    transition: height 0.3;
  }
  .ninety-day-trial-promo-modal-submitted {
    height: 44vh;
  }
  .ninety-day-promo-submitted-container .row {
    margin-bottom: 46px;
  }
  .ninety-day-promo-container {
    margin-top: 120px;
  }
  .ninety-day-trial-messaging h3 {
    font-size: 42px;
    margin-bottom: 0;
  }
  .ninety-day-trial-messaging p {
    font-size: 18px;
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #submission-complete-modal {
    width: 90vw;
    margin-left: -45vw;
    height: 40vh;
    top: 30vh;
  }
  .ninety-day-trial-promo-modal {
    position: fixed;
    top: 25vw;
    left: 50%;
    margin-left: -40vw;
    width: 80vw;
    height: auto;
    max-height: min-content;
    transition: height 0.3;
  }
  .ninety-day-trial-promo-modal-submitted {
    height: 50vh;
  }
  .ninety-day-promo-submitted-container .row {
    margin-bottom: 46px;
  }
  .ninety-day-promo-container {
    margin-top: 140px;
  }
  .ninety-day-trial-messaging h3 {
    font-size: 36px;
    margin-bottom: 0;
  }
  .ninety-day-trial-messaging p {
    font-size: 16px;
    max-width: 65%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  #submission-complete-modal {
    width: 90vw;
    margin-left: -45vw;
    height: 40vh;
    top: 30vh;
  }
  .ninety-day-trial-promo-modal {
    position: fixed;
    top: 25vw;
    left: 50%;
    margin-left: -40vw;
    width: 80vw;
    height: auto;
    max-height: min-content;
    transition: height 0.3s;
  }
  .ninety-day-trial-promo-modal-submitted {
    height: 44vh;
  }
  .ninety-day-promo-submitted-container .row {
    margin-bottom: 56px;
  }
  .ninety-day-promo-container {
    margin-top: 140px;
  }
  .ninety-day-trial-messaging h3 {
    font-size: 36px;
    margin-bottom: 0;
  }
  .ninety-day-trial-messaging p {
    font-size: 14px;
    max-width: 80%;
    margin: 0 auto;
  }
  .ninety-day-trial-promo-form input[type=text] {
    box-sizing: border-box;
    margin: 10 auto;
  }
  .ninety-day-trial-promo-form input::placeholder {
    color: #9c9c9c;
    font-size: 0.9rem;
    opacity: 1;
  }
  .ninety-day-trial-promo-form button {
    box-sizing: border-box;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .ninety-day-trial-promo-modal {
    position: fixed;
    top: 25vw;
    left: 50%;
    margin-left: -45vw;
    width: 90vw;
    height: auto;
    max-height: min-content;
    transition: height 0.3s;
  }
  .ninety-day-trial-promo-modal-submitted {
    height: 44vh;
  }
  .ninety-day-promo-submitted-container .row {
    margin-bottom: 56px;
  }
  .ninety-day-promo-container {
    margin-top: 140px;
  }
  .ninety-day-trial-messaging h3 {
    font-size: 28px;
  }
  .ninety-day-trial-messaging p {
    font-size: 14px;
  }
}
.rainbow {
  height: 8rem;
  position: absolute;
  top: 30rem;
  right: -50rem;
  transform: skewY(-10deg);
}

.rainbow__segment {
  width: 50rem;
  height: 3.5rem;
}

.rainbow__segment--1 {
  background-color: #56DBA1;
  height: 2rem;
}

.rainbow__segment--2 {
  background-color: #00BA82;
  height: 3rem;
}

.rainbow__segment--3 {
  background-color: #F5D879;
  height: 5rem;
}

.rainbow__segment--4 {
  background-color: #F2F2F2;
  height: 8rem;
}

.rainbow--blur {
  filter: blur(2.7rem);
  position: absolute;
  left: 1rem;
  top: 0rem;
  z-index: -1;
  text-align: end;
}

.rainbow__segment--1--blur {
  width: 20rem;
  position: absolute;
  right: 3rem;
  top: 0;
}

.rainbow__segment--2--blur {
  width: 33rem;
  position: absolute;
  right: 0;
  top: 2rem;
}

.rainbow__segment--3--blur {
  width: 43rem;
  position: absolute;
  right: 0;
  top: 5rem;
}

.rainbow__segment--4--blur {
  width: 50rem;
  position: absolute;
  right: 0;
  top: 10rem;
}

.rainbow.rainbow--software {
  height: 8rem;
  position: absolute;
  top: 7rem;
  right: 0;
  transform: skewY(-10deg);
  z-index: -1;
}

.rainbow--software .rainbow__segment {
  position: absolute;
  right: 0;
}

.rainbow--software .rainbow__segment--1 {
  width: 30vw;
  height: 1.4rem;
}

.rainbow--software .rainbow__segment--2 {
  top: 1.4rem;
  width: 45vw;
  height: 2rem;
}

.rainbow--software .rainbow__segment--3 {
  top: 3.4rem;
  width: 78vw;
  height: 2.4rem;
}

.rainbow--software .rainbow__segment--4 {
  top: 5.8rem;
  width: 88vw;
  height: 3.4rem;
}

.rainbow--software .rainbow__segment--1-pro {
  background-color: #000000;
}

.rainbow--software .rainbow__segment--2-pro {
  background-color: #1f3c84;
}

.rainbow--software .rainbow__segment--3-pro {
  background-color: #0071dc;
}

.rainbow--software .rainbow__segment--4-pro {
  background-color: #a2d2ff;
}

.rainbow--error {
  display: none;
}

@media (min-width: 400px) {
  .rainbow.rainbow--software {
    top: 10rem;
  }
  .rainbow--software .rainbow__segment--1 {
    width: 30vw;
  }
  .rainbow--software .rainbow__segment--2 {
    width: 45vw;
  }
  .rainbow--software .rainbow__segment--3 {
    width: 78vw;
  }
  .rainbow--software .rainbow__segment--4 {
    width: 88vw;
  }
}
@media (min-width: 575px) {
  .rainbow.rainbow--software {
    height: 8rem;
    position: absolute;
    top: 43.2rem;
    right: 0;
    transform: skewY(-10deg);
    z-index: -1;
  }
  .rainbow--software .rainbow__segment {
    position: absolute;
    right: 0;
  }
  .rainbow--software .rainbow__segment--1 {
    width: 25vw;
    height: 1.6rem;
  }
  .rainbow--software .rainbow__segment--2 {
    top: 1.6rem;
    width: 45vw;
    height: 2.4rem;
  }
  .rainbow--software .rainbow__segment--3 {
    top: 3.9rem;
    width: 65vw;
    height: 3.3rem;
  }
  .rainbow--software .rainbow__segment--4 {
    top: 7.2rem;
    width: 80vw;
    height: 5.1rem;
  }
}
@media (min-width: 768px) {
  .rainbow.rainbow--software {
    height: 8rem;
    top: 46rem;
    right: 0;
    z-index: -1;
  }
  .rainbow--software .rainbow__segment {
    position: absolute;
    right: 0;
  }
  .rainbow--software .rainbow__segment--1 {
    width: 20vw;
    height: 2rem;
  }
  .rainbow--software .rainbow__segment--2 {
    top: 1.8rem;
    width: 40vw;
    height: 3rem;
  }
  .rainbow--software .rainbow__segment--3 {
    top: 4.5rem;
    width: 70vw;
    height: 4rem;
  }
  .rainbow--software .rainbow__segment--4 {
    top: 8rem;
    width: 80vw;
    height: 5rem;
  }
}
@media (min-width: 992px) {
  .rainbow.rainbow--software {
    height: 8rem;
    top: 42rem;
    right: -1rem;
    z-index: -1;
  }
  .rainbow--software .rainbow__segment {
    position: absolute;
    right: 0;
  }
  .rainbow--software .rainbow__segment--1 {
    height: 2rem;
    width: 30vw;
  }
  .rainbow--software .rainbow__segment--2 {
    height: 3rem;
    width: 40vw;
    top: 1.7rem;
  }
  .rainbow--software .rainbow__segment--3 {
    height: 4rem;
    width: 56vw;
    top: 4.3rem;
  }
  .rainbow--software .rainbow__segment--4 {
    height: 6rem;
    width: 65vw;
    top: 7.9rem;
  }
  .rainbow--error {
    display: block;
  }
}
@media (min-width: 1200px) {
  .rainbow.rainbow--software {
    top: 36rem;
    right: -1rem;
  }
  .rainbow--software .rainbow__segment {
    position: absolute;
    right: 0;
  }
  .rainbow--software .rainbow__segment--1 {
    width: 25vw;
    height: 1.75rem;
  }
  .rainbow--software .rainbow__segment--2 {
    width: 40vw;
    height: 2.62rem;
  }
  .rainbow--software .rainbow__segment--3 {
    width: 57vw;
    height: 4.375rem;
  }
  .rainbow--software .rainbow__segment--4 {
    width: 65vw;
    height: 7rem;
  }
}
@media (min-width: 1400px) {
  .rainbow.rainbow--software {
    top: 34rem;
  }
  .rainbow--software .rainbow__segment--2 {
    width: 40vw;
  }
  .rainbow--software .rainbow__segment--3 {
    width: 51vw;
  }
  .rainbow--software .rainbow__segment--4 {
    width: 60vw;
  }
}
@media (min-width: 1500px) {
  .rainbow.rainbow--software {
    top: 3rem;
    right: -58rem;
  }
  .rainbow--software .rainbow__segment--1 {
    width: 35vw;
  }
  .rainbow--software .rainbow__segment--2 {
    width: 55vw;
  }
  .rainbow__segment.rainbow__segment--2--vterm {
    width: 45vw;
  }
  .rainbow__segment.rainbow__segment--2--ivr {
    width: 50vw;
  }
  .rainbow--software .rainbow__segment--3 {
    width: 63vw;
  }
  .rainbow--software .rainbow__segment--4 {
    width: 69vw;
  }
}
@media (min-width: 1800px) {
  .rainbow.rainbow--software {
    top: 0;
    right: -80rem;
  }
}
.slanted-masthead.resources-slant, .slanted-masthead.resources-slant:after {
  background-color: #fefbf1;
}

.slanted-masthead {
  position: absolute;
  top: 0;
  left: 0;
  height: 32rem;
  width: 100%;
  z-index: -1;
  background-color: #f6f7fa;
}

.slanted-masthead:after {
  content: "";
  transform: skewY(-10.4deg);
  transform-origin: 0;
  background-color: #f6f7fa;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35rem;
  height: 50rem;
}

@media screen and (min-width: 575px) {
  .slanted-masthead {
    height: 29rem;
  }
}
@media screen and (min-width: 768px) {
  .slanted-masthead {
    height: 38rem;
  }
}
@media screen and (min-width: 1500px) {
  .slanted-masthead {
    height: 42rem;
  }
}
.slanted-product__section {
  transform: skewY(-3deg);
  padding: 10rem 0 5rem 0;
  background-color: #f0f7fd;
}

.slanted-product__container {
  transform: skewY(3deg);
}

.slanted-product__header {
  color: var(--healpay-green-dark);
  text-align: center;
  margin-bottom: 5rem;
  display: none;
}

.slanted-product__snippet-container {
  margin: 0 auto;
}

.slanted-product__snippet {
  font-size: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}

.slanted-product__snippet span {
  font-weight: 700;
}

.slanted-product-feature__container {
  width: 50%;
  margin: 0 auto;
  display: none;
}

.slanted-product-feature {
  display: flex;
  padding: 1.2rem 0;
  justify-content: flex-start;
  align-items: center;
}

.slanted-product-feature:not(:last-of-type) {
  border-bottom: 1px solid #88DDC3;
}

.slanted-product-feature__snippet {
  margin: 0;
  margin-left: 2rem;
  font-weight: 600;
  font-size: 2rem;
  color: var(--healpay-green-dark);
  white-space: nowrap;
}

/* 
.slanted-product-feature__snippet {
  white-space: nowrap;
} */
.slanted-product-feature__img {
  width: 2rem;
}

@media (min-width: 992px) {
  .recurring__header-image {
    width: 80%;
    margin-top: 3rem;
    margin-left: 5rem;
  }
  .slanted-product__section {
    background-color: #f0f7fd;
  }
  .slanted-product-feature__container {
    display: block;
  }
  .slanted-product__icon-container {
    justify-content: center;
    text-align: center;
    padding-top: 8rem;
  }
  .slanted-product__icon-container--account-grouping {
    padding-top: 5rem;
  }
  .slanted-product__icon-container--payment-reminders {
    padding-top: 3rem;
  }
  .slanted-product__header {
    font-size: 3.5rem;
    font-weight: bold;
    display: block;
  }
}
.slanted-section {
  background: #F0FBF8;
  transform: skewY(-3deg);
  position: relative;
  padding: 10% 0 5% 0;
  margin: 7% 0;
  display: flex;
  align-items: center;
}

.slanted-section__mobile {
  background: #f0fbf8;
  height: 70vh;
  transform: skewY(-3deg);
  position: relative;
  margin-top: 10rem;
}

.slanted-section__mobile p {
  color: #C6C6C6;
}

.slanted-section__container {
  transform: skewY(3deg);
}

.slanted-section__contents {
  position: relative;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-left: -29.6rem;
  margin-top: -14.2rem;
  vertical-align: middle;
  transform: skewY(3deg);
  padding: 100px;
  background-color: rgba(255, 255, 255, 0.7);
}

.slanted-section--line-outer-top {
  top: -2rem;
  right: 0;
}

.slanted-section--line-outer-bottom {
  bottom: -2rem;
  left: 0;
}

.slanted-section--line-outer {
  z-index: 100;
  background-color: #56dba1;
  position: absolute;
  transform: skewX(-10deg);
  height: 1rem;
  width: 43%;
  display: none;
}

.slanted-section--line-inner-top {
  top: -1rem;
  right: 0;
}

.slanted-section--line-inner-bottom {
  bottom: -1rem;
  left: 0;
}

.slanted-section--line-inner {
  z-index: 100;
  background-color: #00ba82;
  position: absolute;
  transform: skewX(-10deg);
  height: 1rem;
  width: 45%;
  display: none;
}

.slant-section__container {
  transform: skewY(3deg);
  max-width: 30rem;
}

.slanted-section__header {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 5rem;
}

@media (min-width: 575px) {
  .slant-section__container {
    max-width: 37rem;
  }
}
@media (min-width: 992px) {
  .slanted-section--line-inner, .slanted-section--line-outer {
    display: block;
  }
  .slanted-section {
    height: 45rem;
    padding: 5% 0 2% 0;
  }
}
.software-slant.software-slant, .software-slant.software-slant:after {
  background-color: #f5fcfa;
}

.software-slant__pro.software-slant__pro, .software-slant__pro.software-slant__pro:after {
  background-color: #f6faff;
}

.software-header {
  position: relative;
}

.product-hero {
  height: 60em;
}

.product-hero--features {
  height: 65rem;
}

.software-mobile-header__row {
  margin: 6rem 0 2rem 0;
  justify-content: space-between;
}

.software-mobile-header__product {
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(0, 186, 130);
}

.software-header__image-container {
  position: absolute;
  top: 41vh;
  right: 51vw;
  width: 50%;
}

.software-header__image {
  width: 65vw;
  display: none;
}

.software-mobile-header__image {
  width: 94vw;
}

.software-header__icon {
  display: none;
}

.software-mobile-header__get-started:link,
.software-mobile-header__get-started:visited {
  background-color: rgb(0, 186, 130);
}

.software-mobile-header__get-started:hover,
.software-mobile-header__get-started:active {
  background-color: #383838;
}

@media (max-width: 400px) {
  .software-header__image-container {
    top: 47vh;
    right: 41vw;
    width: 50%;
  }
  .software-mobile-header__image {
    width: 92vw;
  }
}
@media (min-width: 575px) {
  .software-header__image-container {
    top: 38vh;
    right: 37vw;
    width: 50%;
  }
  .software-mobile-header__image {
    width: 80vw;
  }
}
@media (min-width: 768px) {
  .software-header__image-container {
    top: 20.5vh;
    right: 32vw;
  }
  .software-mobile-header__image {
    width: 77vw;
  }
}
@media (min-width: 992px) {
  .software-hero__container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .software-mobile-header {
    display: none;
  }
  .software-mobile-header__row {
    margin-bottom: 2rem;
  }
  .software-mobile-header__product {
    font-size: 2.6rem;
  }
  .software-rainbow-mobile-background {
    display: none;
  }
  .software-header__image-container {
    top: 0rem;
    right: 22rem;
    width: 50%;
  }
  .software-header__image {
    width: 75vw;
    display: block;
  }
  .product-hero {
    height: 65rem;
  }
  .product-hero--features {
    height: 60rem;
  }
}
@media (min-width: 1200px) {
  .software-header__image-container {
    right: 17rem;
  }
  .software-header__image {
    width: 55vw;
  }
}
@media screen and (min-width: 1300px) {
  .software-header__icon {
    display: block;
    position: absolute;
    left: -5rem;
    top: 1rem;
    width: 2.9rem;
    opacity: 90%;
  }
}
@media (min-width: 1500px) {
  .software-header__image {
    width: 55vw;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 1019;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
}

.modal-overlay.modal-overlay-active {
  visibility: visible;
  opacity: 0.4;
}

@keyframes fadeInOverlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
#submission-complete-modal {
  position: fixed;
  top: 10vw;
  left: 50%;
  margin-left: -25vw;
  width: 50vw;
  height: 40vh;
  background-color: white;
  border-radius: 5px;
  z-index: 1051;
  display: none;
  box-shadow: 2px 3px 50px #999;
}

#submission-complete-modal h3,
#submission-complete-modal p {
  margin: 0 auto;
  text-align: center;
}

#submission-complete-modal p {
  margin-top: 15vh;
  font-size: 3vh;
}

div#submission-complete-modal i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 25px;
  z-index: 1099;
}

div#submission-complete-modal i:hover {
  color: #999;
}

#submission-complete-modal i:active {
  color: #ccc;
}

#submission-complete-modal h3::before {
  content: "✔";
  color: green;
  font-size: 10vh;
}

@media screen and (max-width: 1230px) {
  #submission-complete-modal {
    width: 70vw;
    height: 40vh;
    top: 25vh;
    margin-left: -35vw;
  }
  #submission-complete-modal {
    width: 80vw;
    margin-left: -40vw;
    height: 40vh;
    top: 25vh;
  }
}
@media screen and (max-width: 992px) {
  #submission-complete-modal {
    width: 80vw;
    margin-left: -40vw;
    height: 40vh;
    top: 25vh;
  }
}
@media screen and (max-width: 768px) {
  #submission-complete-modal {
    width: 90vw;
    margin-left: -45vw;
    height: 40vh;
    top: 30vh;
  }
}
@media screen and (max-width: 575px) {
  #submission-complete-modal {
    width: 90vw;
    margin-left: -45vw;
    height: 40vh;
    top: 30vh;
  }
}
.why-healpay-slant {
  /* background-color: #f6f7fa; */
  /* clip-path: polygon(0% 0%, 100% 0, 100% 65%, 0% 95%); */
}

.why-healpay-intro {
  margin-top: 8rem;
}

.why-healpay-intro__title {
  font-size: 3rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.why-healpay-intro__snippet {
  font-size: 2rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .why-healpay-intro__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .why-healpay-intro__title {
    font-size: 4rem;
  }
}
.slanted-masthead.error-slant,
.slanted-masthead.error-slant::after {
  background-color: #f5fcfa;
}

.error {
  height: 100rem;
}

.error__container {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.5rem;
  position: relative;
  top: 0%;
  padding: 7rem 5rem 15rem 6rem;
  display: inline-block;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.error__type {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #383838;
  margin-bottom: 1rem;
}

.error__title {
  color: #00BA82;
  font-size: 3.6rem;
  line-height: 4.2rem;
  padding-bottom: 3rem;
}

.error__message {
  font-size: 1.6rem;
  color: #000;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .error__container {
    height: 100rem;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .error__container {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 0.5rem;
    padding: 12rem 40rem 15rem 15rem;
    display: block;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .error__type {
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 3rem;
    color: #383838;
    margin-bottom: 1rem;
  }
  .error__title {
    color: #00BA82;
    font-size: 3.6rem;
    line-height: 4.2rem;
    padding-bottom: 3rem;
  }
  .error__message {
    font-size: 1.6rem;
    color: #000;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .error__hr {
    width: 140%;
    left: 0;
  }
  .hp-btn--cta--margin {
    margin-left: 4rem;
  }
}
.get-started__container {
  margin: 5rem auto;
}

.get-started__container h3 {
  color: #128961;
}

.get-started__form {
  background-color: #56DBA1;
  padding: 2rem;
  margin-bottom: 15rem;
  border-radius: 1rem;
}

.get-started__form input {
  border-radius: 3px;
  transition: all 0.3s ease;
  border: 4px transparent;
  display: block;
  padding: 9px 11px;
  width: 100%;
  margin: 0;
  font-size: 1.3rem;
  line-height: 0;
}

.get-started__form input:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.get-started__form label {
  margin: 1rem auto;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 600;
}

.get-started__select {
  background-color: #fff;
  transition: all 0.3s ease;
  display: block;
  padding: 9px 11px;
  width: 100%;
  margin: 0;
  font-size: 1.3rem;
  line-height: 0;
  border: 2px;
  border-radius: 3px;
}

.get-started__select:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.styled-select select {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: all 0.1s ease;
  display: block;
  padding: 9px 11px;
  width: 100%;
  margin: 0;
  font-size: 1.3rem;
  line-height: 0;
}

.multiselect-native-select {
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 13px;
  line-height: 0;
  border-radius: 3px;
  background-color: white;
  max-height: 3.7rem;
}

.multiselect-native-select .multiselect {
  padding: 1rem 1rem 0.8rem 1.6rem;
  background-color: #fff;
}

.multiselect-native-select .multiselect:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.multiselect-native-select .btn {
  font-size: 13px;
  text-align: left;
}

.multiselect-container {
  margin: 4px auto;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 0.3rem 2rem;
  bottom: 100%;
  color: rgb(0, 0, 0);
}

.multiselect-native-select .btn-group {
  width: 100%;
}

.multiselect-native-select .btn-group ul.dropdown-menu {
  right: 0px;
}

.multiselect-native-select .btn-group ul.dropdown-menu .checkbox input {
  display: inline;
  width: auto;
  margin-right: 10px;
}

.multiselect.dropdown-toggle:hover {
  color: #222;
}

.multiselect.dropdown-toggle .multiselect-selected-text {
  display: inline-block;
  width: 95%;
}

.homepage-slant {
  background-image: linear-gradient(to right, #00B983, #1f3e84);
  height: 70rem;
  transform: skewY(-3deg);
}

.homepage-slant::after {
  content: unset;
}

.homepage-container {
  margin-top: 20rem;
  margin-bottom: 25rem;
}

.homepage-header {
  padding: 0 4rem;
}

.hero-heading--homepage {
  color: white;
  line-height: 1.4;
  font-size: 3.2rem;
  font-weight: 800;
}

.hero-sub-heading--homepage {
  color: white;
  font-size: 1.6rem;
  line-height: 1.1;
}

.hp-btn--homepage-hero:link,
.hp-btn--homepage-hero:visited {
  padding: 0.7rem 4.5rem;
}

.homepage-hero-image {
  width: 150%;
  margin-left: -5rem;
  margin-top: 2rem;
  display: none;
}

/* Benefits section */
.homepage-benefits-section {
  margin-bottom: 10rem;
}

.homepage-benefits__row {
  justify-content: center;
  margin: 0;
}

.homepage-benefits__heading {
  color: #00B983;
  margin-bottom: 4rem;
  font-size: 2.4rem;
}

.homepage-benefits__snippet {
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

.hp-btn--homepage:link,
.hp-btn--homepage:visited {
  padding: 0.7rem 3rem;
}

.homepage-benefits__image {
  width: 100%;
  padding: 0 2rem;
  margin-left: 10rem;
  display: none;
}

/* Slanted section */
.slanted-section.slanted-section--homepage {
  background-color: #f6f7fa;
  transform: skewY(-3deg);
  padding: 12rem 0 8rem 0;
}

.slanted-section--homepage__container {
  transform: skewY(3deg);
}

.slanted-section--homepage__row {
  justify-content: center;
}

.slanted-section--homepage__link-cont {
  text-align: end;
  transition: all 0.2s;
}

.slanted-section--homepage__link-cont:hover {
  background-color: white;
  border-radius: 0.7rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
}

.slanted-section--homepage__link-cont:hover .slanted-section--homepage__link {
  color: var(--healpay-pro-blue);
}

.slanted-section--homepage__link:link,
.slanted-section--homepage__link:visited {
  color: #00BA82;
  font-size: 1.4rem;
  transition: all 0.2s;
  width: 100%;
  padding: 1.5rem 2rem 1.5rem 0;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.slanted-section--homepage__link:hover,
.slanted-section--homepage__link:active {
  color: #1F3C84;
  transform: none;
}

.slanted-section--homepage__svg {
  margin-left: 1.3rem;
  width: 1.8rem;
}

.slanted-section--homepage__svg-a {
  fill: none;
}

.slanted-section--homepage__svg-b {
  fill: #00BA82;
  transition: all 0.2s;
}

.slanted-section--homepage__link-cont:hover .slanted-section--homepage__svg-b,
.slanted-section--homepage__link-cont:active .slanted-section--homepage__svg-b {
  fill: #1F3C84;
}

.slanted-section--homepage__header-cont {
  margin-top: -1.5rem;
  margin-bottom: 3rem;
}

.slanted-section--homepage__header {
  color: #1F3C84;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}

.slanted-section--homepage__snippet {
  font-size: 1.6rem;
}

/* Homepage card section */
.homepage-card__container {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

.homepage-card__row {
  flex-direction: column;
  align-content: center;
}

.homepage-card__header-row {
  margin-bottom: 10rem;
}

.homepage-card__header {
  color: #00B983;
  font-size: 2.6rem;
  text-align: center;
}

.homepage-card__header-image {
  display: none;
}

.homepage-card {
  padding: 3.5rem 2.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: white;
  position: relative;
  max-width: 80%;
  margin-bottom: 7rem;
}

.homepage-card__snippet {
  font-size: 2.2rem;
}

.homepage-card__snippet-link:link,
.homepage-card__snippet-link:visited {
  color: var(--healpay-green-light);
  font-weight: 600;
  font-size: 2.2rem;
  text-decoration: none;
}

.homepage-card__snippet-link:hover,
.homepage-card__snippet-link:active {
  color: var(--hover-black);
}

.homepage-card__icon {
  position: absolute;
  bottom: -3.5rem;
  right: -3rem;
  width: 20%;
}

/* Testimonial section */
.homepage-testimonial {
  margin-bottom: 15rem;
}

.homepage-testimonial__video-cont {
  padding: 0;
}

.homepage-testimonial__video {
  width: 100%;
}

.homepage-testimonial__caption-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
}

.homepage-testimonial__caption {
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.homepage-testimonial__name, .homepage-testimonial__title, .homepage-testimonial__merchant {
  margin-bottom: 0;
}

.homepage-testimonial__name {
  font-family: "Metric Web-Bold", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
}

/* Contact Section */
.contact-sales__section--homepage-adjust {
  margin-bottom: 22rem;
  padding: 0;
}

@media (min-width: 400px) {
  .homepage-container {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }
  .hero-heading--homepage {
    width: 30rem;
  }
  .hero-sub-heading--homepage {
    width: 85%;
  }
  .homepage-benefits__heading {
    width: 25rem;
  }
  .slanted-section--homepage__link:link,
  .slanted-section--homepage__link:visited {
    font-size: 1.6rem;
  }
  .homepage-card {
    max-width: 70%;
  }
}
@media (min-width: 575px) {
  .homepage-container {
    margin-bottom: 30rem;
  }
  .slanted-section--homepage__link:link,
  .slanted-section--homepage__link:visited {
    font-size: 1.8rem;
  }
  .homepage-benefits__heading {
    width: 80%;
  }
  .homepage-testimonial__caption-cont {
    padding: 1rem;
  }
  .homepage-card__icon {
    position: absolute;
    bottom: -3rem;
    right: -3rem;
    width: 17%;
  }
}
@media (min-width: 768px) {
  .hero-sub-heading--homepage {
    font-size: 2.2rem;
  }
  .homepage-benefits__row {
    justify-content: space-around;
  }
  .homepage-benefits__heading {
    font-size: 2.8rem;
  }
  .homepage-benefits__snippet {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
  .homepage-benefits__image {
    width: 110%;
  }
  .slanted-section--homepage__snippet {
    font-size: 2rem;
  }
  .slanted-section--homepage__header {
    font-size: 3.2rem;
  }
  .slanted-section--homepage__link-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .slanted-section--homepage__link-cont {
    min-width: 40rem;
  }
  .homepage-card {
    max-width: 60%;
  }
  .homepage-card__icon {
    bottom: -3rem;
    right: -3rem;
    width: 15%;
  }
}
@media (min-width: 992px) {
  .homepage-container {
    margin-top: 10rem;
    margin-bottom: 25rem;
  }
  .hero-heading--homepage {
    font-size: 4rem;
    width: 40rem;
  }
  .homepage-hero-image {
    width: 140%;
    margin-left: -4rem;
    display: block;
  }
  .homepage-benefits-section {
    margin-bottom: 5rem;
  }
  .homepage-benefits__heading {
    font-size: 3.6rem;
  }
  .homepage-benefits__image {
    margin-left: 0;
    display: block;
  }
  .homepage-card__container {
    margin-bottom: 15rem;
  }
  .homepage-card__header {
    font-size: 3.2rem;
    text-align: left;
    line-height: 1.3;
  }
  .homepage-card__row {
    flex-direction: row;
    justify-content: space-around;
  }
  .homepage-card__header-row {
    margin-bottom: 10rem;
  }
  .homepage-card__header-image {
    display: block;
    position: absolute;
    top: -5rem;
    right: -5rem;
    width: 60%;
  }
  .homepage-card {
    max-width: 27%;
  }
  .homepage-card__icon {
    width: 24%;
    bottom: -3rem;
    right: -3rem;
  }
  .slanted-section.slanted-section--homepage {
    margin-bottom: 15rem;
    padding: 7% 0 5% 0;
    height: 50rem;
  }
  .slanted-section--homepage__header-cont {
    padding-left: 5rem;
    margin-top: 0.5rem;
  }
  .slanted-section--homepage__header {
    font-size: 3.2rem;
  }
  .slanted-section--homepage__snippet {
    font-size: 2.2rem;
  }
  .slanted-section--homepage__link:link,
  .slanted-section--homepage__link:visited {
    font-size: 1.7rem;
  }
  .homepage-testimonial__caption-cont {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .hero-heading--homepage {
    font-size: 5rem;
    width: 80%;
  }
  .hero-sub-heading--homepage {
    width: 80%;
  }
  .homepage-hero-image {
    margin-left: -10rem;
    width: 120%;
  }
  .homepage-benefits-section {
    margin-bottom: 10rem;
  }
  .homepage-benefits__image {
    width: 100%;
    padding: 0 2rem;
    margin-left: 3rem;
  }
  .homepage-card__header-row {
    margin-bottom: 10rem;
  }
  .homepage-card__header {
    font-size: 3.8rem;
  }
  .homepage-card__header-image {
    position: absolute;
    top: -8rem;
    right: -10rem;
    width: 60%;
  }
  .slanted-section--homepage__header-cont {
    padding-left: 10rem;
  }
  .slanted-section--homepage__header {
    font-size: 3.6rem;
  }
  .slanted-section--homepage__link:link,
  .slanted-section--homepage__link:visited {
    font-size: 2rem;
  }
  .slanted-section--homepage__svg {
    margin-left: 2rem;
  }
  .homepage-testimonial__caption {
    font-size: 1.8rem;
  }
  .homepage-card__icon {
    width: 23%;
    bottom: -3.5rem;
    right: -3rem;
  }
}
@media (min-width: 1500px) {
  .hero-heading--homepage {
    font-size: 5.5rem;
  }
  .homepage-hero-image {
    margin-left: -5rem;
    width: 140%;
  }
  .homepage-benefits__image {
    margin-left: 10rem;
  }
}
.free-trial-slant {
  background-color: #e5f1fb;
}

.free-trial-slant::after {
  background-color: #e5f1fb;
}

.free-trial__container {
  margin: 5rem auto;
}

.free-trial__row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.free-trial__title {
  color: #1F3C84;
}

.free-trial__snippet {
  text-align: center;
  margin: 1rem 0;
}

.free-trial__form {
  background-color: #A2D2FF;
  padding: 2rem;
  margin-bottom: 15rem;
  border-radius: 1rem;
}

.free-trial__input {
  border-radius: 3px;
  transition: all 0.2s ease;
  border: 4px transparent;
  display: block;
  padding: 9px 11px;
  width: 100%;
  margin: 0;
  font-size: 1.3rem;
  line-height: 0;
}

.free-trial__input:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.free-trial__form label {
  margin: 1rem auto;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 600;
}

.free-trial__select {
  background-color: white;
  border: none;
  border-radius: 0.3rem;
  display: block;
  padding: 9px 11px;
  width: 100%;
  margin: 0;
  font-size: 1.3rem;
  line-height: 0;
  transition: all 0.1s ease;
}

.free-trial__select:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.free-trial__button {
  width: 100%;
  margin: 4rem 0;
}

.terms__container {
  margin-top: 10rem;
  margin-bottom: 25rem;
}

.terms-header {
  margin-bottom: 4rem;
}

.terms-section-heading {
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.terms-link:link,
.terms-link:visited {
  color: #00BA82;
}

.terms-link:hover,
.terms-link:active {
  color: #707070;
}

.subscription-container {
  margin: 12rem auto 27rem auto;
}

.subscribe-button {
  min-width: 25rem;
}

.account-grouping__header-image {
  width: 60%;
  margin-top: 4rem;
  float: right;
  margin-right: -2rem;
}

.account-grouping-features__sub-heading {
  color: rgb(0, 186, 130);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.account-grouping-cards__title {
  font-weight: 500;
  margin-bottom: 3rem;
}

.account-grouping-features__snippet {
  font-size: 2rem;
  margin-bottom: 6rem;
}

.account-grouping-benefits__section {
  margin: 10rem 0 5rem 0;
}

.account-grouping-cards__box-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.account-grouping__box {
  width: 100%;
  height: 15rem;
  padding: 3rem 1.5rem 0 1.5rem;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.account-grouping__box--light-green {
  background-color: #66deaa;
}

.account-grouping__box--green {
  background-color: #00ce90;
}

.account-grouping__box--yellow {
  background-color: #f5d879;
}

.account-grouping__box--gray {
  background-color: #f2f2f2;
}

.account-grouping__box--light-green::after,
.account-grouping__box--green::after,
.account-grouping__box--yellow::after {
  content: " ";
  position: absolute;
  right: 25px;
  bottom: -11px;
  border-right: 12px solid transparent;
  border-top: 13px solid #66deaa;
  border-left: 12px solid transparent;
  border-bottom: none;
}

.account-grouping__box--green::after {
  border-top-color: #00ce90;
}

.account-grouping__box--yellow::after {
  border-top-color: #f5d879;
}

.account-grouping__box--green::before,
.account-grouping__box--yellow::before,
.account-grouping__box--gray::before {
  content: " ";
  position: absolute;
  right: 25px;
  top: 0;
  border-right: 13px solid transparent;
  border-top: 12px solid #fff;
  border-left: 13px solid transparent;
  border-bottom: none;
}

.slanted-product__snippet--adjust {
  font-size: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}

@media (min-width: 400px) {
  .account-grouping__header-image {
    margin-top: -4.5rem;
    float: right;
    margin-right: -2rem;
    width: 50%;
  }
  .account-grouping-cards__box-group {
    align-items: center;
  }
  .account-grouping__box {
    width: 80%;
  }
}
@media (min-width: 575px) {
  .account-grouping__header-image {
    width: 50%;
    margin-top: -5rem;
    float: right;
    margin-right: -5rem;
  }
  .account-grouping-cards__title {
    margin-left: 4rem;
  }
}
@media (min-width: 768px) {
  .account-grouping__header-image {
    width: 40%;
    margin-right: 0;
  }
  .account-grouping-cards__title {
    margin-left: 10rem;
  }
  .account-grouping__box {
    width: 60%;
  }
  .account-grouping-features__sub-heading {
    color: rgb(0, 186, 130);
    margin-bottom: 1.5rem;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .hero-heading--account-grouping {
    width: 90%;
  }
  .hero-sub-heading--account-grouping {
    width: 80%;
  }
  .account-grouping__header-image {
    width: 65%;
    margin-top: 6rem;
    margin-left: 7rem;
    float: left;
  }
  .slanted-product__snippet--adjust {
    display: none;
  }
  .account-grouping-features__feature {
    padding: 0;
  }
  .account-grouping-benefits__section {
    margin: 10rem 0 5rem 0;
  }
  .account-grouping-cards__title {
    margin-left: unset;
  }
  .account-grouping-cards__box-group {
    flex-direction: row;
  }
  .account-grouping__box {
    width: 24%;
    height: 12rem;
    padding: 2rem 1.5rem;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-right: 1.5rem;
    margin-bottom: 0;
    position: relative;
  }
  .account-grouping__box--light-green::after,
  .account-grouping__box--green::after,
  .account-grouping__box--yellow::after {
    right: -6px;
    top: 16px;
    bottom: unset;
    border-right: none;
    border-top: 6px solid transparent;
    border-left: 6px solid #66deaa;
    border-bottom: 6px solid transparent;
  }
  .account-grouping__box--green::after {
    border-left-color: #00ce90;
  }
  .account-grouping__box--yellow::after {
    border-left-color: #f5d879;
  }
  .account-grouping__box--yellow::after {
    border-left-color: 6px solid #f5d879;
  }
  .account-grouping__box--green::before,
  .account-grouping__box--yellow::before,
  .account-grouping__box--gray::before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 16px;
    border-right: none;
    border-top: 6px solid transparent;
    border-left: 6px solid white;
    border-bottom: 6px solid transparent;
  }
  .account-grouping__snippet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hero-heading--account-grouping {
    width: 80%;
  }
  .account-grouping__header-image {
    width: 65%;
    margin-top: 3rem;
    margin-left: 10rem;
  }
  .account-grouping-benefits__section {
    margin: 15rem 0 10rem 0;
  }
  .account-grouping__box {
    font-size: 2rem;
  }
}
.product-hero--convenience-fees {
  margin-bottom: 2rem;
}

.convenience-fees__header-image {
  width: 85%;
  margin-top: 5rem;
  margin-left: 25%;
}

.conv-fees__how-it-works {
  margin-bottom: 10rem;
}

.conv-fees__how-it-works-title {
  color: var(--healpay-green-light);
  margin-bottom: 2.5rem;
  margin-right: 1rem;
}

.conv-fees__how-it-works-cont {
  display: flex;
  flex-direction: column;
  margin-bottom: 10rem;
}

.conv-fees__how-it-works-item {
  margin: 0 1rem 4rem;
}

.conv-fees__how-it-works-icon {
  width: 4rem;
  margin-left: -1rem;
  margin-bottom: 1rem;
}

.conv-fees__how-it-works-text {
  font-size: 2rem;
}

.conv-fees-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
  justify-content: space-around;
}

.conv-fees-legal__image {
  width: 100%;
  margin-bottom: 5rem;
  max-width: 35rem;
}

.conv-fees-legal__block {
  width: 50rem;
  max-width: 100%;
  margin: 0 1rem;
}

.conv-fees-legal__title {
  color: var(--healpay-green-light);
}

.conv-fees-legal__text {
  font-size: 2rem;
}

.slanted-product__section.slanted-product__section--conv-fees {
  background-color: #f5fcfa;
  padding: 10rem 0;
}

.conv-fees__frictionless {
  transform: skewY(3deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.conv-fees__frictionless-block {
  width: 50rem;
  max-width: 100%;
  margin-bottom: 4rem;
}

.conv-fees__frictionless-title {
  color: var(--healpay-green-light);
}

.conv-fees__frictionless-text {
  font-size: 1.8rem;
}

.conv-fees__frictionless-text:not(:last-of-type) {
  margin-bottom: 3rem;
}

.conv-fees__frictionless-list {
  margin-bottom: 3rem;
}

.conv-fees__frictionless-list-item-group {
  margin-bottom: 3rem;
}

.conv-fees__frictionless-list-item {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.conv-fees__frictionless-list-item-image {
  margin-right: 1rem;
  width: 1.6rem;
}

.conv-fees__frictionless-list-item-text {
  margin: 0;
  font-size: 1.6rem;
  margin-bottom: 2px;
}

.conv-fees__frictionless-image {
  width: 25rem;
}

@media only screen and (min-width: 400px) {
  .convenience-fees__header-image {
    width: 75%;
    margin-top: 5rem;
    margin-left: 30%;
  }
}
@media only screen and (min-width: 575px) {
  .convenience-fees__header-image {
    width: 75%;
    margin-top: 5rem;
    margin-left: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .convenience-fees__header-image {
    width: 65%;
    margin-top: -1rem;
    margin-left: 40%;
  }
  .conv-fees__frictionless {
    flex-direction: row;
  }
  .conv-fees__frictionless-block {
    width: 50rem;
    margin-bottom: 0;
  }
  .conv-fees__frictionless-list-item {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .convenience-fees__header-image {
    width: 120%;
    margin-top: 10rem;
    margin-left: -5rem;
  }
  .product-hero--convenience-fees {
    margin-bottom: 10rem;
  }
  .conv-fees__how-it-works-title {
    margin-right: 0;
  }
  .conv-fees__how-it-works-cont {
    flex-direction: row;
    margin-bottom: 15rem;
  }
  .conv-fees__how-it-works-item {
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .conv-fees-legal {
    flex-direction: row;
  }
  .conv-fees-legal__image {
    width: 30rem;
    margin-bottom: 0;
    max-width: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .convenience-fees__header-image {
    width: 110%;
    margin-top: 12rem;
    margin-left: -5rem;
  }
  .conv-fees-legal__image {
    width: 40rem;
  }
}
.recurring__header-image {
  width: 80%;
  margin-top: 7rem;
  float: right;
}

.product-benefits__container--recurring-payments {
  margin-top: 10rem;
  margin-bottom: 7rem;
}

.recurring-payments__card {
  border: 2px solid #ccc;
  padding: 6.5rem 3rem 4rem 3rem;
  margin: 10rem 0 8rem 0;
  border-radius: 0.7rem;
  background-image: url("/assets/img/features/recurring-payments/rainbow-blur.png");
  background-size: 45rem;
  background-repeat: no-repeat;
  background-position: right -7rem;
}

.recurring-payments__card--col-1--subheader-container {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.recurring-payments__card--col-1--subheader {
  color: var(--healpay-green-light);
  margin-bottom: 0;
  font-size: 2.6rem;
}

.recurring-payments__card--col-1--subheader-img {
  width: 3.5rem;
  margin-left: 3rem;
}

.recurring-payments__card--col-1--snippet-1 {
  margin-bottom: 3rem;
  font-size: 2rem;
}

.recurring-payments__card--col-1--snippet-2 {
  color: var(--healpay-green-light);
  margin-bottom: 5rem;
  font-size: 1.6rem;
}

.recurring-payments__card--col-2--subheader {
  color: #00BA82;
  margin-bottom: 3rem;
  font-size: 2.6rem;
}

.recurring-payments__card--col-2--snippet {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.recurring-payments__card--col-2--image {
  width: 20rem;
}

.product-benefits__row--recurring-payments {
  justify-content: flex-start;
}

.product-benefits--recurring-payments {
  padding: 0 3rem;
}

@media (min-width: 575px) {
  .hero-sub-heading--recurring-payments {
    width: 80%;
  }
  .recurring-payments__card {
    padding: 6.5rem 5rem 4rem 5rem;
  }
  .recurring-payments__card--col-1--snippet-1 {
    width: 90%;
  }
  .recurring-payments__card--col-1--snippet-2 {
    width: 75%;
  }
  .product-benefits__snippet--recurring-payments {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .hero-sub-heading--recurring-payments {
    width: 100%;
  }
  .recurring__header-image {
    width: 64%;
    margin-top: -1rem;
    margin-right: -3rem;
    float: right;
  }
  .product-benefits--recurring-payments {
    padding: 0 8rem;
  }
  .product-benefits__snippet--recurring-payments {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .recurring__header-image {
    width: 80%;
    margin-top: 7rem;
    float: right;
  }
  .product-benefits__container--recurring-payments {
    margin-top: 20rem;
    margin-bottom: 10rem;
  }
  .recurring-payments__card--col-1--snippet-2 {
    margin-bottom: 4rem;
  }
  .product-benefits__snippet--recurring-payments {
    width: 110%;
  }
}
@media (min-width: 992px) {
  .recurring__header-image {
    width: 80%;
    margin-top: 3rem;
    margin-left: 5rem;
  }
}
@media (min-width: 1200px) {
  .recurring__header-image {
    width: 80%;
    margin-top: 6rem;
    margin-left: 10rem;
  }
  .product-benefits__snippet--recurring-payments {
    width: 90%;
  }
}
.payment-reminders__header-image {
  width: 85%;
  margin-top: 7rem;
  float: right;
}

.payment-reminders-benefits__section {
  margin: 10rem 0;
}

.payment-reminders-features__sub-heading {
  color: rgb(0, 186, 130);
  margin-bottom: 0;
  font-weight: 500;
}

.payment-reminders-features__sub-heading--2 {
  width: 80%;
}

.payment-reminders-features__snippet {
  margin-bottom: 4rem;
}

.payment-reminders-features__feature-img--3 {
  width: 80vw;
  margin-top: -5rem;
  margin-left: -2rem;
}

.payment-reminders-features__feature--2 {
  border-bottom: solid 1px #989898;
}

.payment-reminders-features__sub-heading--3 {
  margin-bottom: 3rem;
}

@media (min-width: 575px) {
  .payment-reminders__header-image {
    width: 72%;
    margin-top: -3rem;
    margin-right: -4rem;
  }
  .payment-reminders-features__feature-img--3 {
    width: 70vw;
    margin-left: -2rem;
  }
}
@media (min-width: 768px) {
  .payment-reminders__header-image {
    width: 72%;
    margin-top: -3rem;
    margin-right: -4rem;
  }
  .payment-reminders-features__feature-img--3 {
    width: 65vw;
    margin-top: 0;
    margin-left: 9rem;
  }
  .payment-reminders-features__sub-heading {
    color: rgb(0, 186, 130);
    margin-bottom: 0;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .payment-reminders__header-image {
    width: 80%;
    margin-top: 3rem;
    margin-left: 5rem;
  }
  .payment-reminders-features__feature {
    margin-left: 4rem;
    padding: 0;
  }
  .payment-reminders-features__feature--1 {
    margin-bottom: 8rem;
  }
  .payment-reminders-features__feature--2 {
    padding-bottom: 5rem;
    margin-bottom: 8rem;
  }
  .payment-reminders-benefits__section {
    margin: 18rem 16rem 10rem 16rem;
  }
  .payment-reminders-features__feature-img--3 {
    width: 55vw;
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .hero-sub-heading--payment-reminders {
    width: 80%;
  }
  .payment-reminders__header-image {
    width: 90%;
    margin-top: 2rem;
    margin-left: 10rem;
  }
  .payment-reminders-features__feature--3rd {
    display: flex;
  }
  .payment-reminders-features__feature-img {
    margin-left: 3rem;
  }
  .payment-reminders-features__sub-heading--2 {
    width: unset;
  }
  .payment-reminders-features__sub-heading--3 {
    width: 50%;
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .payment-reminders-features__feature-img--3 {
    margin-top: 1rem;
    margin-left: -6rem;
    width: 50rem;
  }
  .payment-reminders-features__snippet {
    width: 75%;
  }
  .payment-reminders-features__feature-img--3 {
    margin-top: 4rem;
    margin-left: -10rem;
    width: 45rem;
  }
}
.treatments__header-image {
  width: 86%;
  margin-top: 7rem;
  float: right;
}

.treatments__intelligent-portfolio-image {
  width: 100%;
}

.treatments_card_mobile-title {
  margin-bottom: 3rem;
}

.treatments_card {
  border: 1rem solid rgba(0, 0, 0, 0);
  box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.1607843137);
  z-index: 1;
  padding: 2rem;
}

.treatments-card__title {
  font-weight: 600;
  color: #00B983;
  font-size: 2.5rem;
  padding: 2% 0;
}

.treatments-card__title--desktop {
  display: none;
}

.treatments-card__row {
  justify-content: space-around;
}

.treatments-card__card-block {
  background-color: #f6faff;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-width: 48%;
  height: 22rem;
}

.treatment-card__item {
  display: flex;
  align-items: center;
}

.treatment-card__image {
  width: 1.8rem;
}

.treatment-card__snippet {
  margin: 0 0 0 3rem;
}

.treatment-card__button-container {
  justify-content: right;
  margin: 4rem 1rem 0 0;
}

.treatment-features__row {
  justify-content: center;
}

.treatment-features__card {
  padding: 3rem 0;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 27rem;
  margin-top: 5rem;
}

.treatment-features__card--1-snippet-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.treatment-features__card-snippet {
  color: var(--healpay-green-dark);
  margin-bottom: 0;
  font-weight: 500;
}

.treatment-features__card--1-snippet {
  width: 80%;
  color: var(--healpay-green-dark);
  margin-bottom: 0;
  font-weight: 500;
}

.treatment-features__card--1-icon {
  width: 4rem;
}

.treatment-features__image {
  width: 17rem;
}

.treatments-benefits__row {
  padding: 9rem 0;
  align-items: center;
  justify-content: space-between;
}

.treatments-benefits__image {
  width: 95%;
}

.treatments-benefits__row--mobile {
  padding: 6rem 0;
  align-items: center;
  justify-content: center;
}

.slanted-product__snippet--treatments-mobile {
  margin: 0 2rem;
}

.treatments-benefits {
  background-color: #f0f7fd;
  margin: 10rem 0;
  display: none;
}

.treatments-benefits-mobile {
  background-color: #f0f7fd;
  margin: 10rem 0;
}

.treatments-button__portalpro {
  width: 30rem;
}

@media (min-width: 575px) {
  .treatments_card_mobile-title__title {
    margin: 0 3rem;
  }
}
@media (min-width: 768px) {
  .treatments__header-image {
    width: 65%;
    margin-top: 1rem;
    float: right;
  }
  .treatment-features__card--1-snippet {
    width: 80%;
    color: var(--healpay-green-dark);
    margin-bottom: 0;
    font-weight: 400;
  }
  .treatment-features__card-snippet {
    color: var(--healpay-green-dark);
    margin-bottom: 0;
    font-weight: 400;
  }
  .treatments__intelligent-portfolio-image {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .treatments__header-image {
    width: 90%;
    margin-top: 1rem;
    margin-left: 5rem;
    float: left;
  }
  .treatment-card__button-container {
    justify-content: left;
    margin: 3rem 0 0 2.8rem;
  }
  .treatments-benefits {
    display: block;
  }
  .treatments-benefits-mobile {
    display: none;
  }
  .treatment-features__row {
    justify-content: space-between;
  }
  .treatment-features__card {
    padding: 3rem 3rem;
    width: 99%;
    height: 30rem;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.2);
  }
  .treatments__header-image {
    margin-top: 5rem;
    margin-left: 5rem;
  }
  .slanted-product__snippet--treatments {
    text-align: left;
    width: 90%;
  }
  .treatment-features__card--description {
    font-size: 2rem;
    line-height: 1.4;
  }
  .treatments_card_mobile-title {
    display: none;
  }
  .treatments-card__title--desktop {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .slanted-product__snippet--treatments {
    width: 85%;
  }
  .treatment-features__card {
    height: 27rem;
  }
}
.wallet__header-image {
  width: 80%;
  margin-top: 7rem;
  float: right;
  margin-right: 3rem;
}

.wallet-benefits__row {
  justify-content: center;
}

.wallet__sub-heading-cont {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.wallet__sub-heading {
  color: #00BA82;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
}

.wallet-benefits__section {
  margin: 10rem 0 8rem 0;
}

.wallet-benefit__image--mobile {
  margin-right: 1rem;
}

.wallet-benefit__image--desktop-cont {
  display: flex;
  justify-content: center;
}

.wallet-benefit__image--desktop {
  display: none;
  width: 8rem;
  margin-top: -11rem;
}

@media (min-width: 575px) {
  .wallet__header-image {
    width: 80%;
    margin-top: 0;
    float: right;
    margin-right: -5rem;
  }
  .wallet-benefit__image--mobile {
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .wallet__header-image {
    width: 50%;
    margin-top: -3rem;
    margin-right: 4rem;
  }
  .wallet__sub-heading {
    color: #00BA82;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 400;
  }
  .wallet-benefit__image--mobile {
    margin-right: 3rem;
  }
}
@media (min-width: 992px) {
  .hero-sub-heading--wallet {
    width: 110%;
  }
  .wallet-benefits__section {
    margin: 14rem 0 8rem 0;
  }
  .wallet__header-image {
    width: 80%;
    margin-top: 3rem;
    margin-left: 5rem;
  }
  .wallet-benefit__image--mobile {
    display: none;
  }
  .wallet-benefit__image--desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hero-sub-heading--wallet {
    width: 100%;
  }
  .wallet__header-image {
    margin-top: 2rem;
    margin-left: 10rem;
  }
}
.slanted-masthead.slanted-masthead--auto-finance {
  height: 43rem;
}

.industries-hero__sub-heading.industries-hero__sub-heading--auto-finance {
  margin-bottom: 2rem;
}

/* BENEFITS SECTION */
.auto-finance-benefits {
  margin-bottom: 8rem;
}

.auto-finance-benefits__row {
  justify-content: center;
}

.auto-finance-benefits__heading {
  color: #1F3C84;
  margin-bottom: 5rem;
  width: 90%;
  font-size: 2.8rem;
}

.auto-finance-benefits__heading-2 {
  color: #1F3C84;
  margin-bottom: 5rem;
  font-size: 2.3rem;
  line-height: 2.7rem;
}

.auto-finance-benefits__snippet {
  font-size: 2rem;
}

.auto-finance-benefits__snippet:not(:last-of-type) {
  margin-bottom: 4rem;
}

.auto-finance-benefits__img-cont {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.auto-finance-benefits__img {
  width: 100vw;
  height: auto;
  align-self: flex-start;
}

.auto-finance-benefits__img-2 {
  border-radius: 0.7rem;
  display: none;
}

/* FEATURES SECTION */
.auto-finance-features {
  margin-top: 10rem;
}

.auto-finance-features__heading {
  color: #1F3C84;
  margin-bottom: 5rem;
  width: 90%;
  font-size: 2.8rem;
}

.auto-finance-features__snippet {
  font-size: 2rem;
  line-height: 2.7rem;
}

.auto-finance-features__snippet:not(:last-of-type) {
  margin-bottom: 4rem;
}

.auto-finance-features__img-cont {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.auto-finance-features__img {
  width: 100vw;
  align-self: flex-start;
  height: auto;
}

/* ADDITIONAL FEATURES SECTION */
.slanted-section.auto-finance-cards__section {
  height: unset;
  padding: 10rem 0 1rem 0;
  margin: 0;
  background-color: #f6f7fa;
  transform: skewY(-4deg);
}

.auto-finance-cards__container {
  transform: skewY(4deg);
}

.auto-finance-cards__header {
  color: #1F3C84;
  margin-bottom: 2rem;
  font-size: 2.4rem;
}

.auto-finance-cards__row {
  margin: 3rem 0 5rem 0;
  justify-content: center;
}

/* CONTACT SALES SECTION */
.contact-sales__header--char-orgs {
  color: #1F3C84;
}

.contact-sales__btn--char-orgs {
  background-color: #1F3C84;
}

@media (min-width: 575px) {
  .slanted-masthead.slanted-masthead--auto-finance {
    height: 37rem;
  }
  .auto-finance-benefits__img {
    width: 100%;
    margin-left: 0;
    border-radius: 0.7rem;
  }
  .auto-finance-features__img {
    width: 100%;
    margin-left: 0;
    border-radius: 0.7rem;
  }
}
@media (min-width: 768px) {
  .auto-finance-benefits__img {
    width: 80%;
  }
  .auto-finance-cards__row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .auto-finance-cards__header {
    font-size: 2.6rem;
  }
  .auto-finance-features__row {
    justify-content: center;
  }
  .auto-finance-features__img-cont {
    display: flex;
    justify-content: center;
  }
  .auto-finance-features__img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .slanted-masthead.slanted-masthead--auto-finance {
    height: 43rem;
  }
  .industries-hero__heading.industries-hero__heading--auto-finance {
    width: 105%;
  }
  .auto-finance-benefits {
    margin-top: -5rem;
  }
  .auto-finance-benefits__img-cont {
    position: relative;
  }
  .auto-finance-benefits__img {
    right: -25rem;
    height: 35%;
    top: -10rem;
    position: absolute;
    width: unset;
  }
  .auto-finance-benefits__img-2 {
    right: -25rem;
    height: 35%;
    top: 72rem;
    position: absolute;
    display: block;
  }
  .auto-finance-img-fluid__3 {
    max-width: 77rem;
    height: 38rem;
  }
  .auto-finance-cards__row {
    justify-content: left;
  }
  .auto-finance-cards__header {
    font-size: 2.6rem;
  }
  .auto-finance-cards__snippet {
    width: 65%;
    font-size: 2rem;
  }
  .auto-finance-features__img {
    position: absolute;
    top: 0rem;
    right: -20rem;
    height: 100%;
    width: unset;
  }
}
@media (min-width: 1200px) {
  .auto-finance-benefits {
    margin-top: -8rem;
  }
  .auto-finance-benefits__img {
    height: 40rem;
    right: -21rem;
    top: -10rem;
  }
  .auto-finance-benefits__img-2 {
    height: 40rem;
    right: -21rem;
    top: 50rem;
  }
  .auto-finance-cards__row {
    justify-content: center;
  }
  .auto-finance-features__img {
    right: -12rem;
    height: 90%;
    top: -2rem;
    height: 100%;
  }
  .industries-hero__heading-container.industries-hero__heading-container--auto-finance {
    width: 60%;
  }
}
@media screen and (min-width: 1500px) {
  .auto-finance-features__img {
    position: static;
    margin-left: 10rem;
    margin-top: 1rem;
    width: 110%;
  }
}
.product-hero--cbd-payments {
  margin-bottom: 10rem;
}

.hero-heading--cdb-payment {
  color: #00BA82;
  line-height: 1.6;
  font-size: 3.5rem;
  margin-bottom: 0.7rem;
}

.hero-sub-heading--cdb-payment {
  color: #00BA82;
  margin-bottom: 2rem;
}

.cbd-payment_hero-container .category-navigation__link {
  margin-right: 3rem;
}

.cbd-payments__header-image {
  width: 90%;
  margin-left: 5rem;
  margin-top: 4rem;
}

.cbd-online {
  margin-bottom: 15rem;
}

.cbd-compliant {
  margin-bottom: 10rem;
}

.cbd-online__header, .cbd-compliant__header {
  color: #00BA82;
}

.cbd-online__sub-header {
  color: #00BA82;
  margin-bottom: 2rem;
}

.cbd-online__paragraph {
  margin-bottom: 2rem;
}

.cbd-online__image-cont {
  text-align: center;
}

.cbd-online__image {
  width: 70%;
  margin-bottom: 2rem;
}

.cbd-compliant__image-cont {
  text-align: center;
}

.cbd-compliant__image {
  width: 70%;
  margin-bottom: 2rem;
}

.cbd-compliant__paragraph {
  margin-bottom: 2.5rem;
}

.cbd-payments__list {
  list-style: none;
}

.cbd-payments__list-item {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

.cbd-payments__list-item::before {
  content: "•";
  color: #00BA82;
  display: inline-block;
  width: 1em;
  margin-left: -3.2rem;
  margin-right: 1.2rem;
  text-align: right;
  font-size: 2.5rem;
  vertical-align: bottom;
}

.cbd-compliant__list-item::before {
  margin-left: -4.5rem;
}

@media only screen and (min-width: 400px) {
  .cbd-payments__header-image {
    width: 90%;
    margin-left: 5rem;
    margin-top: 4rem;
  }
  .cbd-online__image-cont {
    text-align: left;
  }
  .cbd-online__image {
    max-width: 30rem;
  }
  .cbd-compliant__image-cont {
    text-align: left;
  }
  .cbd-compliant__image {
    max-width: 30rem;
  }
}
@media only screen and (min-width: 575px) {
  .cbd-payments__header-image {
    width: 80%;
    margin-left: 15rem;
    margin-top: 4rem;
  }
  .cbd-online__image {
    width: 60%;
    margin-bottom: 3rem;
    max-width: none;
  }
  .cbd-compliant__image {
    width: 60%;
    margin-bottom: 3rem;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .cbd-payments__header-image {
    width: 80%;
    margin-left: 20rem;
    margin-top: 4rem;
  }
  .cbd-online__image {
    width: 45%;
  }
  .cbd-compliant__image {
    width: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .hero-heading--cdb-payment {
    line-height: 0.5;
    font-size: 4.5rem;
    margin-bottom: 3.5rem;
  }
  .hero-sub-heading--cdb-payment {
    margin-bottom: 4rem;
  }
  .hero-sub-heading--cdb-payment-lower {
    width: 70%;
  }
  .cbd-payments__header-image {
    width: 110%;
    margin-left: -10rem;
    margin-top: 11rem;
  }
  .cbd-online__sub-header {
    width: 90%;
  }
  .cbd-online__image {
    width: 95%;
    margin-top: 12rem;
  }
  .cbd-compliant__paragraph--1 {
    width: 95%;
  }
  .cbd-compliant__paragraph--2 {
    width: 75%;
  }
  .cbd-compliant__paragraph--3 {
    width: 72%;
  }
  .cbd-compliant__image {
    width: 100%;
    margin-top: 15rem;
    margin-left: -8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-heading--cdb-payment {
    font-size: 5rem;
  }
  .hero-sub-heading--cdb-payment-lower {
    width: 75%;
  }
  .cbd-payments__header-image {
    width: 110%;
    margin-left: -10rem;
    margin-top: 6rem;
  }
  .cbd-online__sub-header {
    width: 100%;
  }
  .cbd-online__image {
    width: 95%;
    margin-top: 5rem;
  }
  .cbd-compliant__paragraph--1 {
    width: 95%;
  }
  .cbd-compliant__paragraph--2 {
    width: 75%;
  }
  .cbd-compliant__paragraph--3 {
    width: 72%;
  }
  .cbd-compliant__image {
    width: 85%;
    margin-top: 14rem;
    margin-left: -5rem;
  }
}
/* BENEFITS SECTION */
.charitable-orgs-benefits {
  margin-top: -15rem;
  margin-bottom: 8rem;
}

.charitable-orgs-benefits__heading {
  color: #1F3C84;
  margin-bottom: 5rem;
  width: 80%;
  font-size: 2.4rem;
}

.charitable-orgs-benefits__snippet {
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 2rem;
}

.charitable-orgs-benefits__img-cont {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

.charitable-orgs-benefits__img {
  width: 100vw;
  align-self: flex-start;
  height: auto;
}

/* FEATURES SECTION */
.charitable-orgs-features {
  background-color: #f6f7fa;
}

.charitable-orgs-features__container {
  padding: 8rem 2rem 15rem 2rem;
}

.charitable-orgs-features__header {
  text-align: center;
  margin-bottom: 10rem;
  color: #1F3C84;
  font-size: 2.8rem;
}

.charitable-orgs-features__row {
  justify-content: space-around;
}

.charitable-orgs-features__feature-cont {
  margin-bottom: 7rem;
}

.charitable-orgs-features__sub-header-cont {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.charitable-orgs-features__sub-header {
  font-size: 2.5rem;
  color: #1F3C84;
  margin-bottom: 0;
}

.charitable-orgs-features__icon {
  width: 1.8rem;
  margin: 0 0 0 2.2rem;
}

.charitable-orgs-features__snippet {
  /* width: 85%; */
}

.charitable-orgs-features__btn:link,
.charitable-orgs-features__btn:visited {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1F3C84;
  padding: 0.7rem 4rem;
}

.charitable-orgs-features__btn:hover,
.charitable-orgs-features__btn:active {
  background-color: rgb(0, 0, 0);
  transform: translate(-50%, -3px);
}

.charitable-orgs-features__btn:active {
  transform: translate(-50%, -1px);
}

/* BUNDLE PRODUCTS SECTION */
.charitable-orgs-bundle {
  padding: 10rem 0 5rem 0;
}

.charitable-orgs-bundle__header {
  text-align: center;
  margin-bottom: 7rem;
  color: #1F3C84;
  font-size: 2.8rem;
}

/* ADDITIONAL FEATURES SECTION */
.slanted-section__orgs {
  background: #f5f7fa;
  transform: skewY(-4deg);
  position: relative;
  padding: 10rem 2rem;
  margin: 5rem 0;
}

.slanted-section.charitable-orgs-additional-features {
  height: 88rem;
  padding: 10rem 0;
  margin: 0;
  background-color: #f6f7fa;
  transform: skewY(-4deg);
}

.charitable-orgs-additional-features__container {
  transform: skewY(4deg);
}

.charitable-orgs-additional-features__row {
  margin-top: 7rem;
}

.charitable-orgs-additional-features__heading-cont {
  margin-bottom: 5rem;
}

.charitable-orgs-additional-features__heading {
  text-align: center;
  color: #1F3C84;
  margin-bottom: 2.5rem;
}

.charitable-orgs-additional-features__heading-lower {
  text-align: center;
}

.charitable-orgs-additional-features__sub-heading {
  margin-bottom: 4rem;
  color: #1F3C84;
  font-size: 2.5rem;
}

.charitable-orgs-additional-features__snippet-cont {
  display: flex;
  align-items: baseline;
}

.charitable-orgs-additional-features__snippet {
  margin-bottom: 4rem;
  line-height: 2.4rem;
  padding-left: 2rem;
}

.charitable-orgs-additional-features__icon {
  width: 1.6rem;
  position: relative;
  top: 0.3rem;
}

.charitable-orgs-additional-features__img-cont {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.charitable-orgs-additional-features__img {
  width: 100vw;
  height: auto;
  align-self: flex-start;
}

/* CONTACT SALES SECTION */
.contact-sales__header--char-orgs {
  color: #1F3C84;
}

.contact-sales__btn--char-orgs {
  background-color: #1F3C84;
}

@media screen and (min-width: 400px) {
  .industries-hero__heading.industries-hero__heading--charitable-orgs {
    width: 95%;
  }
}
@media screen and (min-width: 575px) {
  .charitable-orgs-benefits__heading {
    width: 75%;
  }
  .charitable-orgs-benefits__img {
    border-radius: 0.7rem;
    width: 100%;
  }
  .charitable-orgs-additional-features__img {
    width: 100%;
    border-radius: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .charitable-orgs-benefits__row {
    justify-content: center;
  }
  .charitable-orgs-benefits__heading {
    color: #1F3C84;
    margin-bottom: 5rem;
    width: 80%;
    font-size: 2.8rem;
  }
  .charitable-orgs-benefits__snippet {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 2rem;
  }
  .charitable-orgs-benefits__img {
    width: 80%;
  }
  .charitable-orgs-additional-features__row {
    justify-content: center;
  }
  .charitable-orgs-additional-features__img {
    /* margin-left: 26rem; */
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .charitable-orgs-benefits__img-cont {
    margin-top: 0;
  }
  .charitable-orgs-benefits__img {
    right: -25rem;
    height: 40rem;
    top: -10rem;
    position: absolute;
    width: unset;
  }
  .charitable-orgs-features__header {
    text-align: center;
    margin-bottom: 10rem;
    color: #1F3C84;
    font-size: 2.8rem;
  }
  .charitable-orgs-features__snippet {
    width: 85%;
  }
  .charitable-orgs-additional-features__img-cont {
    height: 50rem;
    display: block;
  }
  .charitable-orgs-additional-features__img {
    position: relative;
    top: 5rem;
    right: 0rem;
    max-height: 80%;
    width: unset;
    margin-left: 0;
  }
  .contact-sales__section--charitable-orgs {
    padding: 15rem 0 25rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .industries-hero__heading.industries-hero__heading--charitable-orgs {
    width: 90%;
  }
  .charitable-orgs-benefits {
    margin-top: -9rem;
  }
  .charitable-orgs-benefits__heading {
    width: 90%;
  }
  .charitable-orgs-benefits__img {
    right: -15rem;
    height: 40rem;
    top: -10rem;
    position: absolute;
    width: unset;
  }
  .charitable-orgs-additional-features__img {
    right: -5rem;
    top: 0;
    max-height: 85%;
  }
}
@media screen and (min-width: 1500px) {
  .charitable-orgs-benefits {
    margin-top: -15rem;
  }
  .charitable-orgs-benefits__img {
    right: -20rem;
    height: 40rem;
    top: -10rem;
  }
  .charitable-orgs-additional-features__img {
    /* right: -15rem; */
  }
}
/* BENEFITS SECTION */
.collection-benefits {
  margin-top: -5rem;
}

.collection-benefits__heading {
  color: #1F3C84;
  margin-bottom: 5rem;
  font-size: 2.4rem;
}

.collection-benefits__heading-2 {
  color: #1F3C84;
  margin-bottom: 5rem;
  font-size: 2.2rem;
  line-height: 1.3;
}

.collection-benefits__snippet {
  font-size: 1.6rem;
  line-height: 1.3;
}

.collection-benefits__snippet:not(:last-of-type) {
  margin-bottom: 3rem;
}

.collection-benefits__img-cont {
  position: static;
}

.collection-benefits__img {
  right: -13rem;
  height: 50%;
  position: absolute;
  top: 52rem;
}

.collection-payment__img {
  height: 17%;
}

/* FEATURES SECTION */
.collection-features {
  margin-top: 9rem;
}

.collection-features__row {
  margin-bottom: 15rem;
}

.collection-features__heading {
  color: #1F3C84;
  margin-bottom: 3rem;
  width: 85%;
  font-size: 2.4rem;
}

.collection-features__snippet {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

.collection-features__snippet .industry-link {
  font-weight: 600;
}

.collection-features__snippet:last-of-type {
  margin-bottom: 4rem;
}

.collection-features__img-cont {
  display: flex;
  justify-content: center;
}

.collection-features__img {
  width: 100vw;
  height: auto;
  align-self: flex-start;
}

.collection-boost-productivity__row {
  justify-content: center;
  align-items: center;
}

.collection-boost-productivity__img-cont {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.collection-boost-productivity__img {
  width: 100%;
  max-width: 28rem;
  align-self: flex-start;
}

.collection-boost-productivity__header {
  color: var(--healpay-pro-blue);
  font-size: 2.8rem;
  margin-bottom: 5rem;
}

.collection-boost-productivity__snippet {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 2.7rem;
}

/* ADDITIONAL FEATURES SECTION */
.collection-cards__section {
  height: unset;
  padding: 5rem 0 0 0;
  margin-bottom: 10rem;
  background-color: #f6f7fa;
  transform: skewY(-4deg);
}

.collection-cards__container {
  transform: skewY(4deg);
}

.collection-cards__header {
  color: #1F3C84;
  margin-bottom: 2rem;
}

.collection-cards__row {
  margin: 3rem 0 5rem 0;
  justify-content: center;
}

.collection-testimony {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 2rem;
}

.collection-testimony__header {
  color: var(--healpay-pro-blue);
  margin-bottom: 1rem;
}

.collection-testimony__snippet {
  margin-bottom: 3rem;
}

.collection-testimony__link-row {
  display: flex;
}

.collection-testimony__link {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 6rem;
  margin: 0 2rem;
  transition: all 0.2s;
}

.collection-testimony__link:hover {
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, 0.2);
  transform: translateY(-0.5rem);
}

/* CONTACT SALES SECTION */
.contact-sales__header--char-orgs {
  color: #1F3C84;
}

.contact-sales__btn--char-orgs {
  background-color: #1F3C84;
}

/* @media (min-width: 400px) {

  .collection-features__img {
    border-radius: .7rem;
    width: 110%;
    margin-left: -2rem;
  }

} */
@media (min-width: 575px) {
  .collection-benefits__img {
    border-radius: 0.7rem;
  }
  .collection-cards__section {
    padding-top: 10rem;
  }
  .collection-features__img {
    border-radius: 0.7rem;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .collection-benefits {
    margin-top: 5rem;
  }
  .collection-payment__img {
    height: 31%;
  }
  .collection-testimony__link {
    width: 8rem;
  }
  .collection-boost-productivity__row {
    justify-content: center;
  }
  .collection-boost-productivity__header {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .collection-boost-productivity__img-cont {
    justify-content: flex-end;
    margin-top: 0;
  }
  .collection-cards__row {
    margin-top: 3rem;
  }
  .collection-cards__snippet {
    width: 75%;
  }
  .collection-features__row {
    justify-content: center;
  }
  .collection-features__img-cont {
    justify-content: center;
    display: flex;
  }
  .collection-features__img {
    border-radius: 0.7rem;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .industries-hero__sub-heading--collections {
    width: 90%;
  }
  .collection-benefits {
    margin-top: -10rem;
    margin-bottom: 10rem;
  }
  .collection-benefits__heading {
    color: #1F3C84;
    margin-bottom: 5rem;
    width: 75%;
    font-size: 2.8rem;
  }
  .collection-benefits__heading-2 {
    color: #1F3C84;
    margin-bottom: 5rem;
    font-size: 2.4rem;
  }
  .collection-benefits__snippet {
    font-size: 2rem;
  }
  .collection-benefits__img {
    right: -12rem;
    height: 44rem;
    top: -10rem;
  }
  .collection-cards__section {
    padding-top: 15rem;
  }
  .collection-cards__row {
    margin-top: 5rem;
    margin-bottom: 0;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .collection-cards__snippet {
    width: 55%;
  }
  .collection-features__row {
    justify-content: unset;
  }
  .collection-features__heading {
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
  .collection-features__snippet {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .collection-features__snippet:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
  .collection-features__img {
    right: -25rem;
    height: 90%;
    width: unset;
    position: absolute;
    top: 0rem;
    border-radius: 0.7rem;
  }
  .collection-boost-productivity__row {
    justify-content: space-around;
  }
  .collection-boost-productivity__header {
    margin-bottom: 5rem;
  }
  .collection-boost-productivity__img {
    width: 100%;
  }
  .feature-mobile-header {
    display: none;
  }
}
@media (min-width: 1200px) {
  .collection-benefits {
    margin-top: -9rem;
  }
  .collection-benefits__img {
    right: -12rem;
    height: 44rem;
    top: -10rem;
  }
  .collection-cards__row {
    margin-bottom: 5rem;
  }
  .collection-features__heading {
    margin-bottom: 5rem;
  }
  .collection-features__snippet:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .collection-features__img {
    right: -20rem;
    top: 0rem;
    height: 100%;
  }
  .collection-boost-productivity__img {
    width: 70%;
  }
}
@media (min-width: 1500px) {
  .collection-benefits__img {
    top: -10rem;
    right: -15rem;
    height: 45rem;
  }
  .collection-payment__img {
    height: 37%;
  }
  .collection-benefits {
    margin-top: -12rem;
  }
}
/* BENEFITS SECTION */
.law-firms-benefits {
  margin-top: -15rem;
  margin-bottom: 8rem;
}

.law-firms-benefits__heading {
  color: #1F3C84;
  margin-bottom: 5rem;
  width: 75%;
  font-size: 2.4rem;
}

.law-firms-benefits__heading-2 {
  color: #1F3C84;
  margin-bottom: 5rem;
  font-size: 2.4rem;
  line-height: 1.3;
}

.law-firms-benefits__snippet {
  font-size: 1.6rem;
  line-height: 1.3;
}

.law-firms-benefits__snippet:not(:last-of-type) {
  margin-bottom: 3rem;
}

.law-firms-benefits__img-cont {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.law-firms-benefits__img {
  width: 100vw;
  height: auto;
  align-self: flex-start;
}

/* FEATURES SECTION */
.law-firms-features {
  margin-top: -3rem;
}

.law-firms-features__heading {
  color: #1F3C84;
  margin-bottom: 5rem;
  width: 85%;
  font-size: 2.4rem;
}

.law-firms-features__snippet {
  font-size: 1.6rem;
  line-height: 1.3;
}

.law-firms-features__snippet:not(:last-of-type) {
  margin-bottom: 3rem;
}

.law-firms-features__img-cont {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.law-firms-features__img {
  width: 100vw;
  height: auto;
  align-self: flex-start;
}

/* ADDITIONAL FEATURES SECTION */
.slanted-section.law-firms-cards__section {
  height: unset;
  padding: 10rem 0 15rem 0;
  margin: 0;
  background-color: #f6f7fa;
  transform: skewY(-4deg);
}

.law-firms-cards__container {
  transform: skewY(4deg);
}

.law-firms-cards__header {
  color: #1F3C84;
  margin-bottom: 2rem;
}

.law-firms-cards__row {
  margin: 3rem 0 5rem 0;
  justify-content: center;
}

.law-firms__collection-link-cont {
  display: none;
}

/* CONTACT SALES SECTION */
.contact-sales__header--char-orgs {
  color: #1F3C84;
}

.contact-sales__btn--char-orgs {
  background-color: #1F3C84;
}

@media (min-width: 575px) {
  .law-firms-benefits__row {
    justify-content: center;
  }
  /* .law-firms-benefits__img-cont {
    display: flex;
    justify-content: center;
  }   */
  .law-firms-benefits__img {
    width: 100%;
    /* margin-left: 0; */
    border-radius: 0.7rem;
  }
  .law-firms-features__row {
    justify-content: center;
  }
  .law-firms-features__img-cont {
    display: flex;
    justify-content: center;
  }
  .law-firms-features__img {
    width: 100%;
    margin-left: 0;
    border-radius: 0.7rem;
  }
}
@media (min-width: 768px) {
  .law-firms-benefits__img {
    width: 80%;
    margin-left: 0;
  }
  .law-firms-features__img {
    width: 80%;
    margin-left: 0;
  }
  .law-firms-cards__row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 992px) {
  .industries-hero__heading {
    width: 90%;
  }
  .law-firms-benefits {
    margin-top: -10rem;
  }
  .law-firms-benefits__row {
    justify-content: flex-start;
  }
  .law-firms-benefits__heading {
    color: #1F3C84;
    margin-bottom: 5rem;
    width: 75%;
    font-size: 2.8rem;
  }
  .law-firms-benefits__heading-2 {
    color: #1F3C84;
    margin-bottom: 5rem;
    font-size: 2.3rem;
  }
  .law-firms-benefits__snippet {
    font-size: 2rem;
  }
  .law-firms-benefits__img-cont {
    margin-top: 0;
    position: relative;
    display: block;
  }
  .law-firms-benefits__img {
    right: -20rem;
    position: absolute;
    top: -10rem;
    border-radius: 0.7rem;
    width: unset;
    height: 80%;
  }
  .law-firms-cards__row {
    justify-content: left;
  }
  .law-firms-features__heading {
    font-size: 2.8rem;
  }
  .law-firms-features__snippet {
    font-size: 2rem;
  }
  .law-firms-features__img-cont {
    margin-top: 0;
    display: block;
  }
  .law-firms-features__img {
    right: -25rem;
    border-radius: 0.7rem;
    width: unset;
    height: 85%;
  }
  .law-firms__collection-link-cont {
    display: block;
  }
}
@media (min-width: 1200px) {
  .industries-hero__heading {
    width: 100%;
  }
  .law-firms-benefits {
    margin-top: -10rem;
  }
  .law-firms-benefits__img {
    right: -12rem;
    top: -10rem;
  }
  .law-firms-cards__row {
    justify-content: center;
  }
  .law-firms-features__img {
    right: -10rem;
    height: 115%;
    position: absolute;
    top: -5rem;
  }
}
@media (min-width: 1500px) {
  .law-firms-benefits__img {
    right: -15rem;
    height: 45rem;
    top: -10rem;
  }
  .law-firms-features__img {
    right: -10rem;
    height: 103%;
    top: -1rem;
  }
}
.industries-hero__sub-heading.industries-hero__sub-heading--healthcare {
  margin-bottom: 4rem;
}

/* BENEFITS SECTION */
.healthcare-benefits {
  margin-bottom: 8rem;
}

.healthcare-benefits__row {
  display: flex;
  justify-content: center;
}

.healthcare-benefits__heading {
  color: #1F3C84;
  margin-bottom: 3rem;
  line-height: 1.3;
  font-size: 2.4rem;
}

.healthcare-benefits__snippet {
  font-size: 1.6rem;
  line-height: 1.3;
}

.healthcare-benefits__snippet:not(:last-of-type) {
  margin-bottom: 4rem;
}

.healthcare-benefits__img-cont {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.healthcare-benefits__img {
  width: 100vw;
  height: auto;
  align-self: flex-start;
}

.healthcare-cards__row {
  margin: 3rem 0 5rem 0;
  justify-content: center;
}

/* FEATURES SECTION */
.healthcare-features {
  margin-top: 15rem;
  margin-bottom: 8rem;
}

.healthcare-features__row {
  display: flex;
  justify-content: center;
}

.healthcare-features__heading {
  color: #1F3C84;
  margin-bottom: 5rem;
  font-size: 2.8rem;
  line-height: 1.3;
}

.healthcare-features__snippet {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 4rem;
}

.healthcare-features__img-cont {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.healthcare-features__img {
  width: 100vw;
  height: auto;
  align-self: flex-start;
}

/* ADDITIONAL FEATURES SECTION */
.slanted-section.healthcare-additional-features {
  height: unset;
  padding: 10rem 0;
  margin: 0;
  background-color: #f6f7fa;
  transform: skewY(-4deg);
}

.healthcare-cards__container {
  transform: skewY(4deg);
}

/* CONTACT SALES SECTION */
.contact-sales__header--char-orgs {
  color: #1F3C84;
}

.contact-sales__btn--char-orgs {
  background-color: #1F3C84;
}

@media screen and (min-width: 400px) {
  .industries-hero__heading--healthcare {
    width: 85%;
  }
  .industries-hero__sub-heading.industries-hero__sub-heading--healthcare {
    width: 95%;
  }
}
@media screen and (min-width: 575px) {
  .industries-hero__sub-heading.industries-hero__sub-heading--healthcare {
    width: 100%;
  }
  .healthcare-benefits__img {
    width: 100%;
    border-radius: 0.7rem;
  }
  .healthcare-features__img {
    width: 100%;
    border-radius: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .healthcare-cards__row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .healthcare-benefits__img {
    width: 80%;
  }
  .healthcare-features__img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .healthcare-benefits {
    margin-top: -10rem;
  }
  .healthcare-benefits__row {
    justify-content: flex-start;
  }
  .healthcare-benefits__heading {
    font-size: 2.8rem;
  }
  .healthcare-benefits__snippet {
    font-size: 2rem;
  }
  .healthcare-benefits__img-cont {
    margin-top: 0;
    position: relative;
    display: block;
  }
  .healthcare-benefits__img {
    right: -17rem;
    height: 75%;
    top: -19rem;
    position: absolute;
    width: unset;
  }
  .healthcare-cards__row {
    justify-content: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .healthcare-features {
    margin-bottom: 0;
  }
  .healthcare-features__row {
    justify-content: flex-start;
  }
  .healthcare-features__heading {
    margin-bottom: 3rem;
  }
  .healthcare-features__snippet {
    margin-bottom: 6rem;
  }
  .healthcare-features__img-cont {
    margin-top: 3rem;
    display: block;
  }
  .healthcare-features__img {
    position: absolute;
    top: 3rem;
    width: unset;
    height: 65%;
  }
  .slanted-section.healthcare-additional-features {
    padding: 5rem 0;
  }
}
@media (min-width: 1200px) {
  .healthcare-benefits__img {
    right: -10rem;
    height: 80%;
  }
  .healthcare-features__img {
    right: -10rem;
  }
}
.slanted-masthead.slanted-masthead--property-management {
  height: 43rem;
}

.industries-hero__sub-heading.industries-hero__sub-heading--property-management {
  margin-bottom: 4rem;
}

/* BENEFITS SECTION */
.property-management-benefits {
  margin-bottom: 8rem;
}

.property-management-benefits__heading {
  color: #1F3C84;
  margin-bottom: 3rem;
  width: 85%;
  font-size: 2.4rem;
}

.property-management-benefits__snippet {
  font-size: 1.6rem;
  line-height: 1.3;
}

.property-management-benefits__snippet:not(:last-of-type) {
  margin-bottom: 4rem;
}

.property-management-benefits__img-cont {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.property-management-benefits__img {
  width: 100vw;
  height: auto;
  align-self: flex-start;
}

/* FEATURES SECTION */
.property-management-features {
  margin-top: 5rem;
}

.property-management-features__heading {
  color: #1F3C84;
  margin-bottom: 3rem;
  width: 85%;
  font-size: 2.4rem;
}

.property-management-features__snippet {
  font-size: 1.6rem;
  line-height: 1.3;
}

.property-management-features__snippet:not(:last-of-type) {
  margin-bottom: 4rem;
}

.property-management-features__img-cont {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.property-management-features__img {
  width: 100vw;
  height: auto;
  align-self: flex-start;
}

/* ADDITIONAL FEATURES SECTION */
.slanted-section.property-management-cards__section {
  height: unset;
  padding: 10rem 0 5rem 0;
  margin: 0 0 5rem 0;
  background-color: #f6f7fa;
  transform: none;
  transform: skewY(-4deg);
}

.property-management-cards__container {
  transform: skewY(4deg);
}

.property-management-cards__header {
  color: #1F3C84;
  margin-bottom: 2rem;
}

.property-management-cards__row {
  margin: 3rem 0 5rem 0;
  justify-content: center;
}

/* CONTACT SALES SECTION */
.contact-sales__header--char-orgs {
  color: #1F3C84;
}

.contact-sales__btn--char-orgs {
  background-color: #1F3C84;
}

@media (min-width: 400px) {
  .slanted-masthead.slanted-masthead--property-management {
    height: 37rem;
  }
  .industries-hero__sub-heading.industries-hero__sub-heading--property-management {
    margin-bottom: 8rem;
  }
}
@media (min-width: 575px) {
  .slanted-masthead.slanted-masthead--property-management {
    height: 37rem;
  }
  .industries-hero__sub-heading.industries-hero__sub-heading--property-management {
    width: 100%;
  }
  .property-management-benefits__img {
    width: 100%;
    border-radius: 0.7rem;
  }
  .property-management-features__img {
    width: 100%;
    border-radius: 0.7rem;
  }
  .property-management-cards__header {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .industries-hero__sub-heading.industries-hero__sub-heading--property-management {
    margin-bottom: 6rem;
    width: 80%;
  }
  .property-management-benefits__row {
    justify-content: center;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .property-management-benefits__img-cont {
    display: flex;
    justify-content: center;
  }
  .property-management-benefits__img {
    width: 80%;
  }
  .slanted-section.property-management-cards__section {
    margin: 0 0 10rem 0;
  }
  .property-management-cards__header {
    font-size: 2.8rem;
  }
  .property-management-cards__snippet {
    width: 75%;
  }
  .property-management-features__row {
    justify-content: center;
  }
  .property-management-features__img-cont {
    display: flex;
    justify-content: center;
  }
  .property-management-features__img {
    width: 80%;
  }
  .property-management-cards__header {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .slanted-masthead.slanted-masthead--property-management {
    height: 43rem;
  }
  .property-management-benefits {
    margin-top: -10rem;
  }
  .property-management-benefits__row {
    justify-content: flex-start;
  }
  .property-management-benefits__heading {
    width: 85%;
    font-size: 2.8rem;
  }
  .property-management-benefits__header {
    font-size: 2.8rem;
  }
  .property-management-benefits__snippet {
    font-size: 2rem;
  }
  .property-management-benefits__img-cont {
    position: relative;
    display: block;
  }
  .property-management-benefits__img {
    position: absolute;
    top: -12rem;
    right: -20rem;
    height: 100%;
    width: unset;
    margin-top: 0;
  }
  .slanted-section.property-management-cards__section {
    margin: 0 0 15rem 0;
  }
  .property-management-cards__header {
    width: 75%;
  }
  .property-management-cards__snippet {
    width: 70%;
  }
  .property-management-features__snippet {
    font-size: 2rem;
  }
  .property-management-features__img {
    font-size: 2.8rem;
  }
  .property-management-features__img-cont {
    justify-content: flex-start;
  }
  .property-management-features__img {
    position: absolute;
    top: -4rem;
    right: -18rem;
    height: 110%;
    width: unset;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .industries-hero__sub-heading.industries-hero__sub-heading--property-management {
    margin-bottom: 6rem;
  }
  .slanted-masthead.slanted-masthead--property-management {
    height: 40rem;
  }
  .industries-hero__heading-container.industries-hero__heading-container--property-management {
    width: 60%;
  }
  .property-management-benefits__img {
    right: -15rem;
    height: 120%;
    position: absolute;
    top: -20rem;
    width: unset;
  }
  .property-management-cards__header {
    width: 50%;
  }
  .property-management-cards__snippet {
    width: 55%;
  }
  .property-management-features__img {
    position: absolute;
    top: -7rem;
    right: -10rem;
    height: 130%;
    width: unset;
    margin-top: 0;
  }
}
.mobile-hero-heading {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.ivr-hero__image {
  position: absolute;
  top: 4rem;
  right: 0;
  width: 75%;
}

.ivr-benefits__image-container {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: center;
}

.ivr-benefits__image {
  width: 75%;
  display: none;
}

.ivr-benefits__image-mobile {
  width: 75%;
  max-width: 30rem;
}

.ivr-benefits__image-mobile--2 {
  margin-right: -5rem;
}

.ivr-benefits {
  margin-bottom: 4rem;
  padding: 0 4rem;
}

.slanted-section--ivr {
  height: 75rem;
}

.slanted-section__ivr-benefits {
  transform: skewY(3deg);
}

.slanted-section__ivr-benefits-header {
  color: var(--healpay-green-light);
  margin-bottom: 2rem;
  font-weight: 500;
}

.slanted-section__ivr-benefits-row {
  padding: 3rem 0;
  justify-content: space-evenly;
  align-items: center;
}

.hp-btn--cta--ivr-adjust:link,
.hp-btn--cta--ivr-adjust:visited {
  text-align: left;
  margin-top: 0.5rem;
}

.large-benefits-card__header {
  margin-right: 0rem;
}

.ivr-precard__container {
  padding-top: 4rem;
}

.ivr-precard {
  padding: 0 3rem;
}

.ivr-precard__header {
  color: var(--healpay-green-light);
  margin-bottom: 3rem;
  font-size: 2.8rem;
  text-transform: uppercase;
}

.ivr-card__header {
  justify-content: center;
}

.ivr-card__header-title {
  color: var(--healpay-green-light);
  padding: 0 1rem;
}

.ivr-card__subheading {
  margin: 0rem -3rem;
}

.ivr-card__subheading .col-1 {
  position: relative;
  top: 4rem;
  right: -10rem;
}

.ivr-card__row {
  justify-content: space-evenly;
  margin: 0 auto;
}

.ivr-card__container {
  position: relative;
  right: 0rem;
  top: 1rem;
}

.ivr-card__title {
  color: var(--features-blue);
  text-align: left;
  font-size: 1.6rem;
  padding-left: 4rem;
}

.ivr-card__snippet {
  font-size: 1.6rem;
}

.ivr-card__icon {
  position: absolute;
  height: 5.5rem;
  left: 1.5rem;
  width: 2.5rem;
  top: -1.5rem;
}

@media (min-width: 400px) {
  .ivr-hero__image {
    top: 5rem;
    right: 5%;
    width: 25rem;
  }
  .ivr-card__header-title {
    padding: 0 2rem;
  }
  .slanted-section--ivr {
    height: 65rem;
  }
}
@media (min-width: 575px) {
  .ivr-hero__image {
    position: absolute;
    top: 36rem;
    right: 9%;
    width: 28rem;
  }
  .ivr-benefits__image-container {
    text-align: right;
  }
  .ivr-benefits__image-container--2 {
    text-align: left;
    padding-left: 4rem;
  }
  .ivr-benefits__image-mobile {
    max-width: 35rem;
  }
  .ivr-benefits__image-mobile--2 {
    margin-right: 0;
  }
  .ivr-card__title {
    font-size: 2rem;
  }
  .ivr-card__snippet {
    font-size: 1.8rem;
  }
  .slanted-section--ivr {
    height: 60rem;
  }
  .ivr-precard {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .ivr-hero__image {
    top: 39rem;
    right: 15%;
    width: 33rem;
  }
  .ivr-promo__container {
    margin-top: 3rem;
    padding-left: 8rem;
  }
  .ivr-benefits__image-container {
    margin-bottom: -1.5rem;
    text-align: right;
  }
  .slanted-section__ivr-benefits-header {
    color: var(--healpay-green-light);
    margin-bottom: 2rem;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .ivr-hero__image {
    top: 35rem;
    right: 10%;
    width: 35rem;
  }
  .ivr-precard__section {
    background-color: #f4f9fd;
    margin: 5rem 0 -31rem 0;
    height: 45rem;
  }
  .ivr-benefits__row {
    padding: 1rem 0;
  }
  .ivr-benefits {
    padding: 0 2rem;
    margin-bottom: 0;
  }
  .ivr-benefits__snippet {
    margin-bottom: 4rem;
    width: 95%;
  }
  .ivr-benefits__snippet--2 {
    margin-bottom: 4rem;
    width: 85%;
  }
  .ivr-benefits__snippet--3 {
    padding: 0 2rem;
    margin-bottom: 5rem;
  }
  .ivr-benefits__image-container {
    position: relative;
    text-align: unset;
    margin-bottom: 0;
  }
  .ivr-benefits__image {
    width: 38rem;
    position: absolute;
    display: block;
  }
  .ivr-benefits__image--1 {
    right: 2rem;
    top: -1rem;
  }
  .ivr-benefits__image--2 {
    right: 13rem;
    top: -6rem;
  }
  .ivr-benefits__image--3 {
    right: 9rem;
    top: -3rem;
  }
  .ivr-benefits__image-mobile {
    display: none;
  }
  .slanted-section--ivr {
    height: 55rem;
  }
  .slanted-section__ivr-benefits {
    transform: skewY(3deg);
  }
  .slanted-section__ivr-benefits-header-row {
    justify-content: center;
    text-align: center;
  }
  .slanted-section__ivr-benefits-header {
    font-size: 2.6rem;
  }
  .slanted-section__ivr-benefits-row {
    padding: 3rem 0;
    justify-content: space-evenly;
    align-items: center;
  }
  .ivr-pro-features__header {
    font-size: 3.5rem;
    font-weight: bold;
  }
  .ivr-card__subheading .col-1 {
    position: relative;
    top: -2rem;
    right: -2rem;
  }
  .ivr-card__subheading .product-benefits__sub-heading {
    position: relative;
    right: 0rem;
    top: 1rem;
  }
  .ivr-precard__container {
    padding-top: 8rem;
    text-align: center;
  }
  .ivr-precard__header {
    font-size: 3.2rem;
    text-transform: capitalize;
  }
  .ivr-precard__snippet {
    width: 55rem;
    margin: 0 auto;
  }
  .ivr-card__header-title {
    font-size: 2.8rem;
    padding: 0;
  }
  .ivr-card__row {
    padding: 3rem 0;
  }
  .ivr-card__container {
    margin-bottom: 0;
  }
  .ivr-card__title {
    text-align: left;
    padding-left: 0rem;
  }
  .ivr-card__icon {
    position: absolute;
    height: 5.5rem;
    left: -4rem;
    width: 2.5rem;
    top: -1.5rem;
  }
  .ivr-card__snippet {
    width: 120%;
  }
  .ivr-card__snippet--adjust {
    width: 130%;
  }
}
@media (min-width: 1200px) {
  .ivr-hero__image {
    top: 26rem;
    right: 10%;
    width: 42rem;
  }
  .hero-heading--ivr {
    white-space: nowrap;
  }
  .ivr-card__header-title {
    font-size: 3.6rem;
  }
  .slanted-section--ivr {
    height: 50rem;
  }
  .ivr-precard__snippet {
    font-size: 2rem;
  }
  .ivr-benefits__snippet--3 {
    padding: 0 4rem;
  }
}
@media (min-width: 1400px) {
  .ivr-hero__image {
    right: 13%;
  }
}
@media (min-width: 1500px) {
  .ivr-hero__image {
    right: -17%;
    top: 0;
  }
}
@media (max-width: 992px) {
  #ivr__slanted-section {
    display: none;
  }
}
.software-slant__ivr-pro {
  background-color: #f6faff;
}

.mobile-hero-heading {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.hero-heading-portalpro {
  color: #1F3C84;
}

.software-hero--ivr-pro .category-navigation__link.active {
  color: #1F3C84;
}

.software-hero--ivr-pro .category-navigation__link:hover {
  color: #1F3C84;
}

/* IVR PRO Hero Section */
.ivr-pro-hero__image {
  position: absolute;
  top: 4rem;
  right: 0;
  width: 75%;
}

.software-hero--ivr-pro .category-navigation__link.active:link,
.software-hero--ivr-pro .category-navigation__link.active:visited {
  color: #1F3C84;
}

.software-hero--ivr-pro .category-navigation__link:hover,
.software-hero--ivr-pro .category-navigation__link:active {
  color: #1F3C84;
}

/* IVR PRO Benefits Section */
.ivrpro-benefits__section a {
  color: #00BA82;
}

.ivr-pro-benefits__sub-heading {
  color: #1f3c84;
}

.ivr-pro-benefits__sub-heading--adjust {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5rem;
  margin-bottom: 0;
}

/* IVR PRO Features Section */
.slanted-section.ivr-pro-features__section {
  transform: skewY(-1.5deg);
  padding: 0;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  margin-top: 7rem;
}

.ivr-pro-features__container {
  margin: 10rem auto;
  margin-bottom: 6rem;
  transform: skewY(1.5deg);
}

.ivr-pro-features__row-1 {
  padding-bottom: 2rem;
}

.ivr-pro-features__row-2 {
  padding-top: 2.5rem;
}

/* .ivr-pro-features__header {
  color: #0071DC;
  margin-bottom: 2rem;
} */
.ivr-pro-features__snippet {
  font-size: 2.2rem;
}

.ivr-pro-features__sub-heading {
  color: #1f3c84;
  margin-bottom: 1.5rem;
}

.ivr-pro-features__feature {
  margin-top: 8rem;
}

.ivr-pro-features__image {
  width: 55rem;
  position: relative;
  top: -8rem;
}

.ivr-pro-features__section {
  background-color: #f0f7fd;
}

.hp-btn--cta--ivr-pro-adjust:link,
.hp-btn--cta--ivr-pro-adjust:visited {
  white-space: nowrap;
  width: unset;
  padding: 0;
}

.hp-btn--cta-svg {
  width: 1.8rem;
  margin: -2px 0 0 1rem;
}

.hp-btn--cta-svg-a {
  fill: none;
}

.hp-btn--cta-svg-b {
  fill: #00BA82;
}

.hp-btn--cta--ivr-pro-adjust:link,
.hp-btn--cta--ivr-pro-adjust:visited {
  white-space: nowrap;
  width: unset;
  padding: 0;
  color: var(--healpay-green-light);
}

.hp-btn--cta--ivr-pro-adjust:hover,
.hp-btn--cta--ivr-pro-adjust:active {
  background-color: transparent;
  color: #222;
  backface-visibility: hidden;
}

.hp-btn--cta--ivr-pro-adjust .hp-btn--cta-svg-b {
  fill: var(--healpay-green-light);
}

.hp-btn--cta--ivr-pro-adjust:hover .hp-btn--cta-svg-b,
.hp-btn--cta--ivr-pro-adjust:active .hp-btn--cta-svg-b {
  fill: #222;
}

/* IVR Pro Large Benefits Card */
.large-benefits-card__container--ivr-pro {
  background-color: white;
}

@media (min-width: 400px) {
  .ivr-pro-hero__image {
    top: 5rem;
    right: 5%;
    width: 25rem;
  }
}
@media (min-width: 575px) {
  .ivr-pro-hero__image {
    position: absolute;
    top: 36rem;
    right: 9%;
    width: 28rem;
  }
}
@media (min-width: 768px) {
  .ivr-pro-hero__image {
    top: 39rem;
    right: 15%;
    width: 33rem;
  }
  .large-benefits-card__container--ivr-pro {
    margin-top: -13rem;
  }
  .ivr-benefits__image-mobile--2 {
    margin-bottom: 3rem;
  }
  .ivr-benefits__image-mobile--3 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .software-slant__ivr-pro {
    clip-path: polygon(0% 0%, 100% 0, 100% 64.5%, 0% 86%);
  }
  .ivr-pro-hero__image {
    top: 35rem;
    right: 14%;
    width: 35rem;
  }
  .ivr-pro-benefits__image--3 {
    top: -8rem;
  }
  .ivr-pro-features__container {
    margin: 10rem 8rem 6rem 8rem;
  }
  .ivrpro-benefits__section {
    background-color: #f4f9fd;
    margin: -5rem 0 -18rem 0;
  }
  .ivr-pro-features__row-1 {
    border-bottom: 1px solid #ccc;
  }
  .ivr-pro-benefits__sub-heading--adjust {
    border-bottom: unset;
  }
  .ivr-pro-features__header {
    font-size: 3.5rem;
    font-weight: bold;
  }
  .large-benefits-card__container--ivr-pro {
    margin-top: -19.8rem;
  }
}
@media (min-width: 1200px) {
  .software-slant__ivr-pro {
    clip-path: polygon(0% 0%, 100% 0, 100% 68.5%, 0% 95%);
  }
  .ivr-pro-hero__image {
    top: 26rem;
    right: 9%;
    width: 42rem;
  }
  .ivr-pro-features__container {
    margin: 10rem auto;
  }
}
@media (min-width: 1400px) {
  .ivr-pro-hero__image {
    right: 13%;
  }
  .ivr-pro-features__container {
    margin: 10rem auto;
  }
}
@media (min-width: 1500px) {
  .ivr-pro-hero__image {
    right: -17%;
    top: 0;
  }
}
/* Merchant services hero */
.software-hero--merchant-services {
  margin-bottom: 30rem;
  height: unset;
}

.software-header__col-1 {
  z-index: 2;
}

.merchant-services__hero-tagline {
  color: #008961;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.hero-heading--merchant-services {
  font-size: 4.5rem;
  line-height: 1.35;
  color: #008961;
  margin-bottom: 4rem;
}

.hero-sub-heading--merchant-services {
  color: #008961;
  margin-bottom: 3rem;
}

.hero-snippet--merchant-services {
  width: 85%;
  margin-bottom: 3rem;
}

.hp-btn--merchant-services {
  background-color: #008961;
}

.software-header__image-container.software-header__image-container--merchant-services {
  top: 10vw;
  right: -5vw;
  position: relative;
}

.software-header__image.software-header__image--merchant-services {
  display: none;
  width: 90vw;
}

/* Merchant Services benefits */
.merchant-services-benefits__container {
  padding-right: 3rem;
  padding-left: 3rem;
}

.merchant-services-benefits__row {
  margin-bottom: 10rem;
}

.merchant-services-benefits__image-1-cont {
  text-align: center;
  display: none;
}

.merchant-services-benefits__image-1 {
  width: 83%;
}

.merchant-services-benefits__image-2-cont {
  text-align: end;
  padding-bottom: 5rem;
}

.merchant-services-benefits__image-2 {
  width: 95%;
}

.merchant-services-benefits__image-3-cont {
  text-align: center;
  padding-bottom: 5rem;
}

.merchant-services-benefits__image-3 {
  width: 70%;
}

.merchant-services-benefits__image-text {
  margin: 7rem auto;
  color: #00BA82;
  line-height: 3.2rem;
}

.merchant-services-benefits__category {
  text-transform: uppercase;
  color: #008961;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.merchant-services-benefits__title {
  margin-bottom: 2.5rem;
  font-size: 3.5rem;
}

.merchant-services-benefits__main-snippet {
  color: #008961;
  margin-bottom: 2.5rem;
  line-height: 1.3;
  font-size: 1.8rem;
}

.merchant-services-benefits__main-snippet--1 {
  width: 75%;
}

.merchant-services-benefits__main-snippet--2 {
  margin-bottom: 4rem;
}

.merchant-services-benefits__sub-heading {
  color: #008961;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.merchant-services-benefits__snippet {
  margin-bottom: 4.5rem;
  width: 85%;
}

.merchant-services-benefits__snippet--2-bottom {
  margin-bottom: 2rem;
}

.merchant-services-benefits__list {
  margin-bottom: 4rem;
  list-style-image: url("/assets/img/software/merchant-services/check-24px.svg");
  list-style-position: outside;
}

.merchant-services-benefits__list-item {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.contact-sales__section--merchant-services {
  padding: 2rem 0;
}

.merchant-services__fin-footer {
  position: relative;
  top: 11rem;
  left: -5rem;
  max-width: 100%;
  display: block;
  height: auto;
}

@media (min-width: 360px) {
  .hero-heading--merchant-services {
    font-size: 3.8rem;
  }
  .software-hero--merchant-services {
    margin-bottom: 0rem;
  }
  .software-header__image-container.software-header__image-container--merchant-services {
    top: -6vw;
    right: -4vw;
  }
  .software-header__image.software-header__image--merchant-services {
    display: block;
  }
  .merchant-services-benefits__section {
    padding-top: 30rem;
  }
  .merchant-services-benefits__container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 575px) {
  .software-header--merchant-services .portal-header__image {
    top: 47rem;
    right: -8%;
  }
  .software-header--merchant-services .rainbow--software {
    right: -12rem;
    top: 50rem;
  }
}
@media (min-width: 768px) {
  .hero-heading--merchant-services {
    font-size: 4.5rem;
  }
  .software-hero--merchant-services {
    margin-bottom: 30rem;
  }
  .software-header--merchant-services .portal-header__image {
    top: 41rem;
    right: -5%;
  }
  .software-header--merchant-services .rainbow--software {
    right: -16rem;
    top: 45rem;
  }
  .merchant-services-benefits__section {
    padding-top: 0;
  }
  .merchant-services-benefits__image-2-cont {
    text-align: center;
    padding-bottom: 5rem;
  }
  .merchant-services-benefits__image-2 {
    width: 75%;
  }
  .merchant-services-benefits__image-3 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .hero-heading--merchant-services {
    font-size: 5.3rem;
  }
  .software-hero--merchant-services {
    margin-bottom: 15rem;
  }
  .software-header--merchant-services .portal-header__image {
    top: 10rem;
    right: 0;
  }
  .software-header--merchant-services .rainbow--software {
    right: -12rem;
    top: 15rem;
  }
  .merchant-services-mobile-schedule-demo {
    display: none;
  }
  .merchant-services-benefits__image-text {
    width: 75%;
  }
  .merchant-services-benefits__image-1-cont {
    text-align: left;
    display: block;
  }
  .merchant-services-benefits__image-2-cont {
    text-align: end;
    padding-top: 15rem;
  }
  .merchant-services-benefits__title--2 {
    white-space: nowrap;
  }
  .merchant-services-benefits__image-3-cont {
    padding-top: 10rem;
  }
  .software-header__image.software-header__image--merchant-services {
    width: 80vw;
  }
  .software-header__image-container.software-header__image-container--merchant-services {
    top: 25vw;
    right: 25vw;
  }
  .merchant-services-benefits__image-2-cont {
    text-align: end;
    padding-top: 15rem;
  }
  .merchant-services-benefits__image-2 {
    width: 95%;
  }
  .merchant-services-benefits__image-3 {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .software-header--merchant-services {
    position: static;
  }
  .software-header--merchant-services .software-header--portal-col {
    position: static;
  }
  .software-header--merchant-services .portal-header__image {
    top: 35rem;
    right: 5rem;
  }
  .software-header--merchant-services .rainbow--software {
    right: -12rem;
    top: 40rem;
  }
  .software-header__image-container.software-header__image-container--merchant-services {
    top: 4vw;
    right: 15vw;
    position: static;
  }
  .software-header__image.software-header__image--merchant-services {
    width: 70vw;
    max-width: 90rem;
    position: absolute;
    top: 36rem;
    right: -1rem;
  }
}
@media (min-width: 1600px) {
  .software-header--merchant-services .portal-header__image {
    right: 15%;
  }
}
@media (min-width: 1900px) {
  .software-header--merchant-services .portal-header__image {
    right: 20%;
  }
}
/* Portal Hero Section */
.portal-header__image {
  position: absolute;
  top: 5rem;
  right: 1rem;
  width: 80%;
}

.hp-btn--cta.hp-btn--portal-lets-talk {
  display: none;
}

.hp-btn--cta.hp-btn--portal-lets-talk:link,
.hp-btn--cta.hp-btn--portal-lets-talk:visited {
  color: #00BA82;
}

.hp-btn--cta.hp-btn--portal-lets-talk:hover,
.hp-btn--cta.hp-btn--portal-lets-talk:active {
  color: #222;
}

.hp-btn--cta.hp-btn--portal-lets-talk .hp-btn--cta-svg-b {
  fill: #00BA82;
}

/* Portal Benefits Section */
.portal-benefits__section {
  padding: 0 1.5rem;
}

.portal-benefits__col-2 {
  display: none;
}

.portal-benefits__benefit:not(:last-of-type) {
  margin-bottom: 5rem;
}

.portal-benefits__image {
  width: 55rem;
}

/* Portal Features Slant Section */
.slanted-section.slanted-section--portal {
  padding: 10rem 7rem;
  height: unset;
}

.portal-features-slant__section {
  transform: skewY(3deg);
}

.portal-features-slant__header {
  text-align: center;
  margin-bottom: 5rem;
}

.portal-features-slant__product {
  text-transform: uppercase;
  color: #00BA82;
  font-weight: 700;
}

.hp-btn--portal-cont {
  margin-top: 3rem;
  text-align: center;
}

/* Portal Benefits Slant Section */
.portal-benefits-slant__section {
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
  background-color: #f0f7fd;
  padding: 12rem 1.5rem;
}

.portal-benefits-slant__row-1 {
  justify-content: center;
  margin: 3rem 0 8rem 0;
}

.portal-benefits-slant__row-1-header {
  margin-bottom: 2.6rem;
  color: #00BA82;
}

.portal-benefits-slant__row-2-header {
  color: #1F3C84;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.portal-benefits-slant__row-2-snippet {
  font-size: 2rem;
}

.portal-benefits-slant__row-2-image {
  display: none;
}

.payment-icon-box--desktop {
  display: none;
}

.payment-icon-box__container {
  justify-content: center;
  margin-top: 10rem;
}

.payment-icon-box {
  margin: 0 4rem;
}

.payment-icon-box__header {
  color: rgb(0, 186, 130);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.payment-icon-box__snippet {
  width: 65%;
  float: left;
  font-size: 2rem;
  padding-right: 3rem;
  margin-bottom: 1rem;
}

.payment-icon-box__image {
  float: left;
  width: 25rem;
}

.payment-icon-box--mobile .payment-icon-box__snippet {
  width: unset;
  padding-right: unset;
  margin-bottom: 3rem;
}

/* Large Benefits Card Section */
.large-benefits-card__point-container--portal {
  width: 100%;
}

.portal-pro-promo__container {
  padding: 0 6rem;
  margin-top: -3rem;
  margin-bottom: 5rem;
}

.hp-btn--cta-svg {
  width: 1.8rem;
  margin: -2px 0 0 1rem;
}

.hp-btn-cta-svg-1 {
  margin-right: 1rem;
  margin-top: -3px;
}

.hp-btn--cta-svg-a {
  fill: none;
}

.hp-btn--cta-svg-b {
  fill: #0071DC;
}

.hp-btn--cta--portal-adjust:link,
.hp-btn--cta--portal-adjust:visited {
  white-space: nowrap;
  width: unset;
  padding: 0;
  color: #0071DC;
}

.hp-btn--cta--portal-adjust:hover,
.hp-btn--cta--portal-adjust:active {
  background-color: transparent;
  color: #222;
  backface-visibility: hidden;
}

.hp-btn--cta--portal-adjust:hover .hp-btn--cta-svg-b,
.hp-btn--cta--portal-adjust:active .hp-btn--cta-svg-b {
  fill: #222;
}

.hp-btn--cta--ivr-pro-b {
  color: var(--healpay-green-light);
}

.portal-pro-promo h5 {
  padding-bottom: 2rem;
}

/* Contact Sales Section */
.contact-sales__section--portal-adjust {
  margin-top: 10rem;
  padding-top: 0rem;
}

@media (min-width: 400px) {
  .portal-header__image {
    position: absolute;
    top: 5rem;
    width: 32rem;
  }
}
@media (min-width: 575px) {
  .portal-header__image {
    position: absolute;
    top: 39rem;
    right: 3%;
    width: 38rem;
  }
  .portal-pro-promo__container {
    padding: 0;
    padding-left: 5rem;
  }
  .software-header.software-header--portal-row {
    position: static;
  }
  .software-header--portal-col {
    position: static;
  }
}
@media (min-width: 768px) {
  .portal-header__image {
    position: absolute;
    top: 39.5rem;
    right: 6%;
    width: 43rem;
  }
  .portal-pro-promo__container {
    margin-top: 3rem;
    padding-left: 9rem;
  }
}
@media (min-width: 992px) {
  .slanted-section.slanted-section--portal {
    padding: 10% 0 5% 0;
    height: 45rem;
  }
  .software-slant__portal {
    clip-path: polygon(0% 0%, 100% 0, 100% 64.5%, 0% 86%);
  }
  .software-header.software-header--portal-row {
    position: static;
  }
  .software-header--portal-col {
    position: static;
  }
  .hero-heading--portal {
    width: 80%;
  }
  .portal-header__image {
    position: absolute;
    top: 35rem;
    right: 5%;
    width: 45rem;
  }
  .hp-btn--cta.hp-btn--portal-lets-talk {
    display: inline-block;
  }
  .portal-benefits__image {
    width: 45vw;
  }
  .portal-benefits-slant__row-1-header {
    font-size: 3.2rem;
  }
  /* Portal Benefits Slant Section */
  .portal-benefits-slant__section {
    clip-path: polygon(0 10%, 100% 0, 100% 93%, 0% 100%);
    background-color: #f0f7fd;
    padding: 12rem 0;
  }
  .portal-benefits-slant__row-2 {
    padding: 4rem 5rem 7rem 5rem;
    background: #fff;
    position: relative;
    border-radius: 3px;
    box-shadow: 2px 0.3rem 0.5rem rgba(0, 0, 0, 0.2);
    margin: 0 5rem;
  }
  .portal-benefits-slant__row-2-image {
    width: 7.5rem;
    margin: 2rem 0 0 7rem;
    display: block;
  }
  .portal-benefits__col-2 {
    display: block;
    align-self: center;
  }
  .portal-benefits-slant__row-2-header {
    font-size: 3rem;
  }
  .payment-icon-box--desktop {
    display: block;
  }
  .payment-icon-box--mobile {
    display: none;
  }
  .payment-icon-box {
    margin: 0 8rem;
  }
}
@media (min-width: 1200px) {
  .portal-header__image {
    position: absolute;
    top: 26rem;
    right: 5%;
    width: 55rem;
  }
  .portal-benefits__image {
    max-width: 65rem;
  }
  .portal-benefits__benefit {
    width: 85%;
  }
  .portal-benefits-slant__row-1-header {
    font-size: 3.6rem;
  }
}
@media (min-width: 1400px) {
  .portal-header__image {
    right: 7%;
  }
}
@media (min-width: 1500px) {
  .software-header--portal-col {
    position: relative;
  }
  .portal-header__image {
    right: -40%;
    top: 0;
  }
}
.software-hero--portal-pro .category-navigation__link.active:link,
.software-hero--portal-pro .category-navigation__link.active:visited {
  color: #1F3C84;
}

.software-hero--portal-pro .category-navigation__link:hover,
.software-hero--portal-pro .category-navigation__link:active {
  color: #1F3C84;
}

.software-hero--portal-pro .category-navigation__link.active {
  color: #1F3C84;
}

.software-hero--portal-pro .category-navigation__link {
  color: #1F3C84;
}

.portal-pro-hero__image {
  position: absolute;
  top: 4rem;
  right: 1rem;
  width: 75%;
}

.portal-pro-benefits__sub-heading {
  color: #0071DC;
}

.portal-pro-features__section {
  transform: skewY(-3deg);
  padding: 10rem 0 1rem 0;
  margin-top: 8rem;
}

.portal-pro-features__container {
  transform: skewY(3deg);
}

.portal-pro-features__header {
  color: #0071DC;
  margin-bottom: 2rem;
  font-weight: 600;
}

.portal-pro-features__section {
  background-color: #f0f7fd;
}

.portal-pro-features__row {
  margin-bottom: 5rem;
  justify-content: center;
}

.portal-pro-features__sub-heading {
  font-weight: 500;
  color: rgb(0, 186, 130);
  margin-bottom: 1.5rem;
  width: 100%;
  font-size: 2.4rem;
}

.portal-pro-features__snippet-lower--1 {
  margin-bottom: 6rem;
}

.portal-pro-features__snippet-lower--2 {
  margin-bottom: 3rem;
}

.portal-pro-features__snippet-lower--3 {
  font-style: italic;
}

.portal-pro__testimonial-card {
  background-color: #fff;
  padding: 2.5rem 2rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  width: 98%;
  margin: 0 auto;
  display: none;
}

.portal-pro__testimonial-card-title {
  color: var(--healpay-pro-blue);
  font-size: 1.4rem;
}

.portal-pro__testimonial-card-icon {
  width: 2rem;
}

.portal-pro__testimonial-card-img {
  width: 3.8rem;
  margin: 0 0.5rem;
}

.portal-pro-features__feature {
  margin-top: 8rem;
}

.portal-pro-features__header-row {
  justify-content: center;
}

.portal-pro-features__image-mobile-row {
  margin-top: 4rem;
  justify-content: center;
}

.portal-pro-features__image-mobile-container {
  display: flex;
  justify-content: center;
}

.portal-pro-features__image-mobile {
  width: 90%;
}

.portal-pro-features__image {
  width: 55rem;
  position: relative;
  display: none;
}

.portal-pro__card-section {
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.portal-pro__product-benefits-row--adjust {
  justify-content: left;
}

.portal-pro__card-group {
  margin-bottom: 2rem;
}

.portal-pro__card-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.portal-pro__card {
  width: 100%;
  max-width: 30rem;
  padding: 2rem;
  height: 27rem;
  transition: all 0.2s;
  margin-bottom: 2rem;
}

.portal-pro__card:hover {
  transform: translateY(-4%);
}

.portal-pro__card-title {
  color: #1F3C84;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.portal-pro__card-1 {
  background-color: #f0f7fd;
}

.portal-pro__card-2 {
  background-color: #d6f4eb;
}

.portal-pro__card-3 {
  background-color: #f2f2f2;
}

.portal-pro__card-4 {
  background-color: #fdfaf0;
}

.portal-pro__card-text {
  margin: 4rem 0;
}

.portal-pro__card-button {
  display: flex;
  justify-content: center;
}

.payment-pro-features__row:not(:last-of-type) {
  margin-bottom: 5rem;
}

.payment-pro-features__image {
  margin-top: 0.5rem;
  width: 90%;
}

@media (min-width: 400px) {
  .portal-pro-hero__image {
    position: absolute;
    top: 5rem;
    right: 2rem;
    width: 33rem;
  }
}
@media (min-width: 575px) {
  .hero-heading--portal-pro {
    width: 80%;
  }
  .portal-pro-hero__image {
    position: absolute;
    top: 39rem;
    right: 5%;
    width: 36rem;
  }
  .portal-pro__testimonial-card {
    display: flex;
  }
  .portal-pro__card {
    padding: 2rem;
    height: 27rem;
    transition: all 0.2s;
  }
  .payment-pro-features__image {
    width: 30rem;
  }
}
@media (min-width: 768px) {
  .hero-heading--portal-pro {
    width: 100%;
  }
  .portal-pro-hero__image {
    position: absolute;
    top: 39.5rem;
    right: 8%;
    width: 43rem;
  }
  .portal-pro-features__image-mobile {
    width: 60%;
  }
  .portal-pro__testimonial-card {
    padding: 2.5rem 2rem;
    width: 60rem;
  }
  .portal-pro__testimonial-card-title {
    color: var(--healpay-pro-blue);
    font-size: 1.8rem;
  }
  .portal-pro__testimonial-card-img {
    width: 4rem;
    margin: 0 0.5rem;
    transition: all 0.2s;
    border-radius: 50%;
  }
  .portal-pro__testimonial-card-img:hover {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
  }
  .portal-pro-features__sub-heading {
    font-weight: 400;
    color: rgb(0, 186, 130);
    margin-bottom: 1.5rem;
    width: 70%;
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .portal-pro-hero__image {
    position: absolute;
    top: 36rem;
    right: 3%;
    width: 45rem;
  }
  .portal-pro-features__image-mobile {
    display: none;
  }
  .portal-pro-features__header-row {
    justify-content: flex-start;
  }
  .portal-pro-features__header-container {
    padding-bottom: 5rem;
    border-bottom: 1px solid #ccc;
  }
  .portal-pro-features__row {
    justify-content: flex-start;
    margin-bottom: 10rem;
  }
  .portal-pro-features__image {
    display: block;
    left: 7rem;
    top: 8rem;
    width: 45rem;
  }
  .portal-pro-features__sub-heading {
    margin-bottom: 2rem;
    width: unset;
  }
  .portal-pro__testimonial-card {
    padding: 2.5rem 3rem;
    justify-content: space-between;
    width: 72rem;
  }
  .portal-pro__testimonial-card-title {
    font-size: 2rem;
  }
  .portal-pro__testimonial-card-img {
    width: 6rem;
    margin: 0 1rem;
  }
  .portal-pro__card {
    width: 24%;
    margin-bottom: 0;
  }
  .portal-pro__card-title {
    font-size: 2.2rem;
  }
  .portal-pro-features__section {
    background-color: #f0f7fd;
  }
  .portal-pro-features__header {
    font-size: 3.5rem;
  }
  .payment-pro__features {
    margin-top: 10rem;
  }
  .payment-pro-features__row {
    justify-content: space-between;
  }
  .payment-pro-features__image {
    margin-top: 2rem;
    width: 30rem;
  }
  .portal-pro__card-row {
    flex-direction: row;
  }
  .portal-pro__card-group {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .portal-pro-hero__image {
    position: absolute;
    top: 27rem;
    right: 5%;
    width: 55rem;
  }
  .portal-pro__row {
    justify-content: space-between;
  }
  .portal-pro-features__image {
    display: block;
    left: 7rem;
    top: -8rem;
    width: 55rem;
  }
  .portal-pro__card-row {
    margin: 0 -3rem;
  }
}
@media (min-width: 1250px) {
  .portal-pro-hero__image {
    position: absolute;
    top: 27rem;
    right: 5%;
    width: 55rem;
  }
  .portal-pro__row {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}
@media (min-width: 1400px) {
  .portal-pro-hero__image {
    right: 7%;
  }
}
@media (min-width: 1500px) {
  .portal-pro-hero__image {
    right: -40%;
    top: 0;
  }
}
.hp-btn--cta-text:link,
.hp-btn--cta-text:visited {
  padding: 0;
  text-align: left;
  color: #0071DC;
}

.hp-btn--cta-arrow {
  padding-left: 2rem;
  height: 1.6rem;
  margin-top: -1px;
}

.hp-btn--cta-text:link,
.hp-btn--cta-text:visited {
  min-width: max-content;
  color: #0071DC;
  padding: 0;
  margin-top: 0.75rem;
  width: 16rem;
  height: 3rem;
  display: block;
  text-align: left;
  background-image: url(/assets/img/software/virtual-terminal/icon/arrow_forward-24px-blue.svg);
  background-position: 83% 25%;
  background-repeat: no-repeat;
  background-size: 1.8rem;
}

.hp-btn--cta-text:hover,
.hp-btn--cta-text:active {
  color: #383838;
  background-image: url(/assets/img/software/virtual-terminal/icon/arrow_forward-24px-dark-gray.svg);
}

.text-hero__image {
  position: absolute;
  top: 4rem;
  right: 0;
  width: 75%;
}

.slanted-decoration-text {
  display: none;
}

.text-benefits__container {
  height: inherit;
}

.text-benefits__row {
  position: relative;
  height: inherit;
  justify-content: center;
}

.text-benefit:not(:last-of-type) {
  margin-bottom: 4rem;
}

.text-benefit__sub-heading {
  margin-bottom: 2rem;
  width: 105%;
  font-weight: 500;
}

.text-benefits__image {
  display: none;
}

.text-slanted-section {
  padding: 5rem;
  height: auto;
  transform: skewY(-5deg);
}

.text-slanted-section__contents {
  transform: skewY(5deg);
}

.contact-sales__section--text-adjust {
  margin-top: 0rem;
  padding-top: 0rem;
}

.text-slanted-section__heading {
  padding-left: 0.1rem;
}

.text-slanted-section__item {
  padding-left: 0.1rem;
  padding-top: 1rem;
  font-weight: 500;
}

.text-slanted-section__sub-heading {
  font-weight: 500;
}

@media (min-width: 401px) {
  .text-hero__image {
    top: 5rem;
    right: 5%;
    width: 25rem;
  }
}
@media (min-width: 575px) {
  .text-hero__image {
    position: absolute;
    top: 36rem;
    right: 9%;
    width: 28rem;
  }
  .software-hero.software-hero--text {
    margin-bottom: 5rem;
  }
  .text-benefits__row {
    justify-content: left;
  }
}
@media (min-width: 768px) {
  .text-hero__image {
    top: 39rem;
    right: 15%;
    width: 33rem;
  }
  .text-benefit__sub-heading {
    margin-bottom: 2rem;
    font-weight: 400;
  }
  .software-hero.software-hero--text {
    margin-bottom: 10rem;
  }
  .text-benefit:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  .text-benefits__image {
    display: inline-block;
    width: 55rem;
  }
  .text-slanted-section__contents {
    padding: 5rem 5rem;
  }
  .contact-sales__section--text-adjust {
    margin-top: 15rem;
    padding-top: 0rem;
  }
  .text-slanted-section__sub-heading {
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .text-hero__image {
    top: 35rem;
    right: 14%;
    width: 35rem;
  }
  .text-benefits__section {
    margin-bottom: 10rem;
    height: 40rem;
  }
  .text-benefits__row {
    justify-content: left;
  }
  .text-benefit__sub-heading {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .text-benefit__snippet {
    font-size: 2rem;
  }
  .text-benefits__image-container {
    position: absolute;
    right: 0;
  }
  .text-benefits__image {
    width: 65rem;
  }
  .slanted-decoration-text {
    display: block;
  }
  .text-slanted-section {
    transform: skewY(-3deg);
  }
  .text-slanted-section__contents {
    padding: 5rem;
    transform: skewY(3deg);
  }
  .text-slanted-section__heading {
    /* margin-left: 5rem; */
    font-size: 4.1rem;
    margin-bottom: 5rem;
  }
  .text-slanted-section__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .text-hero__image {
    top: 26rem;
    right: 13%;
    width: 42rem;
  }
  .software-header__image--text-adjust {
    right: 0;
  }
  .text-benefits__image-container {
    position: absolute;
    right: -22vw;
  }
  .text-benefits__image {
    float: right;
    width: 70rem;
  }
}
@media (min-width: 1400px) {
  .text-hero__image {
    right: 17%;
  }
}
@media (min-width: 1500px) {
  .text-hero__image {
    right: -25%;
    top: 0;
  }
  .text-benefits__image-container {
    right: -25vw;
  }
}
.mobile-hero-heading {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.v-term-mobile-schedule-demo {
  transform: skewY(-5deg);
  height: 35rem;
  background-color: rgba(0, 186, 130, 0.07);
  position: relative;
}

.v-term-mobile-schedule-demo__container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) skewY(5deg);
  width: 70%;
  max-width: 55rem;
}

.v-term-mobile-schedule-demo__button:link,
.v-term-mobile-schedule-demo__button:visited {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -80px;
}

.v-term-mobile-schedule-demo__button:hover {
  transform: translateX(-50%) translateY(-3rem);
}

.v-term-mobile-schedule-demo__product {
  text-transform: uppercase;
  color: rgb(0, 186, 130);
}

.v-term-header__image {
  position: absolute;
  top: 5rem;
  right: 1rem;
  width: 70%;
}

.product-benefits__vterm-product-name {
  text-transform: uppercase;
  color: var(--healpay-green-light);
  font-weight: 600;
  white-space: nowrap;
}

.product-benefits__section--v-term {
  padding-top: 0rem;
  margin-top: -2rem;
}

.product-benefits__schedule-demo--v-term {
  display: none;
}

.product-benefits__image-container--v-term {
  text-align: center;
}

.v-term-features__section {
  transform: skewY(-3deg);
  padding: 15rem 0 0 0;
}

.v-term-features__row {
  margin-bottom: 5rem;
}

.v-term-features__feature {
  padding: 0 4rem;
}

.v-term-features__feature--adjust {
  margin-top: 2rem;
}

.v-term-features__container {
  transform: skewY(3deg);
}

.v-term-features__header {
  color: #0071DC;
  margin-bottom: 6rem;
  padding: 0 4rem;
}

.v-term-features__sub-heading {
  font-weight: 500;
  color: rgb(0, 186, 130);
  margin-bottom: 1.5rem;
}

.v-term-features__snippet-block {
  display: flex;
  justify-content: space-between;
}

.v-term-features__snippet-container {
  width: 45%;
}

.v-term-features__snippet {
  font-size: 1.6rem;
  margin-bottom: 6rem;
}

.v-term-features__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  max-width: max-content;
}

.v-term-features__icon--adjust {
  width: 3.2rem;
  height: 2.8rem;
}

.v-term-features__snippet--upper {
  margin-bottom: 3rem;
}

.v-term-features__snippet--lower {
  display: inline-block;
  margin-top: 1rem;
}

.v-term-features__image-container {
  text-align: start;
}

.v-term-features__image {
  width: 100%;
  margin-bottom: 4rem;
}

.v-term-features__image--1 {
  padding: 0 4rem;
}

.v-term-features__image--2 {
  padding: 0 10rem;
}

.v-term-features__image--3 {
  padding: 0 10rem;
}

.hp-btn--cta--adjust:link,
.hp-btn--cta--adjust:visited {
  min-width: max-content;
  color: #0071DC;
  padding: 0;
  margin-top: 0.75rem;
  width: 33rem;
  height: 3rem;
  display: block;
  text-align: left;
  background-image: url(/assets/img/software/virtual-terminal/icon/arrow_forward-24px-blue.svg);
  background-position: 83% 25%;
  background-repeat: no-repeat;
  background-size: 1.8rem;
}

.hp-btn--cta--adjust:hover,
.hp-btn--cta--adjust:active {
  color: #383838;
  background-image: url(/assets/img/software/virtual-terminal/icon/arrow_forward-24px-dark-gray.svg);
}

@media (min-width: 400px) {
  .v-term-header__image {
    top: 5rem;
    /* right: 0; */
    width: 30rem;
  }
}
@media (min-width: 575px) {
  .mobile-hero-heading {
    line-height: 3.5rem;
  }
  .v-term-header__image {
    top: 38rem;
    right: 5%;
    width: 33rem;
  }
  .product-benefits__section--v-term {
    margin-top: -5rem;
  }
}
@media (min-width: 768px) {
  .v-term-header__image {
    top: 42.7rem;
    right: 10%;
    width: 37rem;
  }
  .product-benefits__section--v-term {
    margin-top: 0;
  }
  .v-term-features__sub-heading {
    font-weight: 700;
    color: rgb(0, 186, 130);
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .mobile-hero-heading {
    line-height: 4rem;
  }
  .v-term-header__image {
    top: 36rem;
    right: 9%;
    width: 37rem;
  }
  .product-benefits__section--v-term {
    /* margin-top: -10rem; */
  }
  .product-benefits__row--v-term {
    margin-bottom: 5rem;
  }
  .product-benefits__image-container--v-term {
    text-align: right;
  }
  .product-benefits__image--v-term {
    width: 90%;
  }
  .v-term-mobile-schedule-demo {
    display: none;
  }
  .v-term-features__section {
    background-color: rgba(0, 186, 130, 0.07);
  }
  .product-benefits__schedule-demo--v-term {
    display: block;
  }
  .v-term-features__row {
    margin-bottom: 10rem;
  }
  .v-term-features__feature {
    margin-left: 4rem;
    padding: 0;
  }
  .v-term-features__header {
    font-weight: bold;
  }
  .v-term-features__sub-heading {
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .v-term-features__snippet {
    margin-bottom: 6rem;
  }
  .v-term-features__snippet--upper {
    margin-bottom: 6rem;
  }
  .v-term-features__image {
    width: 40rem;
  }
  .v-term-features__image--1,
  .v-term-features__image--3 {
    padding: 0 2rem;
  }
  .v-term-features__image--2 {
    padding: 0 2rem;
    margin-left: 4rem;
  }
  .v-term-features__image--3 {
    margin-left: 3rem;
  }
  .v-term-image-adjust {
    position: relative;
    left: -8rem;
  }
}
@media (min-width: 1200px) {
  .v-term-header__image {
    top: 28rem;
    right: 10%;
    width: 42rem;
  }
  .product-benefits__section--v-term {
    margin-top: 0;
  }
  .product-benefits__image--v-term {
    width: 80%;
  }
  .v-term-features__image {
    width: 45rem;
  }
}
@media (min-width: 1400px) {
  .v-term-header__image {
    right: 12%;
    top: 28rem;
  }
}
@media (min-width: 1500px) {
  .v-term-header__image {
    right: -25%;
    top: 1rem;
  }
}
.blog-post-header__container .category-navigation__link:hover {
  color: #707070;
}

.blog-post-header__container .category-navigation__link.active {
  color: #E2AD00;
}

.blog-post-list {
  padding: 0;
}

.blog-post-list__recent-posts {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 5rem;
  margin-bottom: 5rem;
  color: #707070;
}

.blog-post-list__row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.blog-card {
  margin: 0 auto;
  margin-bottom: 5rem;
  background-color: #fff;
  box-shadow: 0 2px 7px -1px #C1C7D0;
  transition: 0.3s ease-in-out;
  width: 40rem;
  max-width: 95%;
  min-height: 48rem;
  border-radius: 3px;
  overflow: hidden;
  display: block;
}

.blog-card:hover {
  text-decoration: none;
  color: #212529;
}

.blog-card:hover {
  -webkit-transform: scale(1.015);
  -ms-transform: scale(1.015);
  transform: scale(1.015);
}

.blog-card__url {
  text-decoration: none;
}

.blog-card-img {
  height: 45%;
  background-color: white;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 22rem;
}

.blog-card__info {
  height: 30rem;
  padding: 2rem 2rem 3rem 2rem;
}

.blog-card__info--top {
  height: 50%;
}

.blog-card__category {
  text-transform: uppercase;
  color: #E2AD00;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.2rem;
  margin: 0.5rem 0;
}

.blog-card__title {
  height: 40%;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 3rem;
}

.blog-card__title:hover {
  color: #707070;
}

.blog-card__title-link:link,
.blog-card__title-link:visited {
  font-size: 1.8rem;
  line-height: 2rem;
  text-decoration: none;
}

.blog-card__title-link:hover {
  color: #707070;
}

.blog-card__title-link:hover {
  color: #606060;
}

.blog-card__metadata {
  display: flex;
  justify-content: space-between;
  padding-right: 2rem;
}

.blog-card__author, .blog-card__date {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2;
}

.blog-card__excerpt {
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-navigation {
  padding-bottom: 10rem;
}

@media screen and (min-width: 768px) {
  .blog-post-list__recent-posts {
    font-size: 1.8rem;
    margin-left: 5rem;
  }
  .blog-card {
    width: 100%;
  }
  .blog-card__title-link:link,
  .blog-card__title-link:visited {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 992px) {
  .blog-card {
    width: 100%;
  }
  .blog-post-list__row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .blog-card {
    max-width: 90%;
    margin-bottom: 8rem;
  }
}
.blog-post-header__image, .blog-post-header__image-mobile {
  position: relative;
}

.blog-post-header__credit, .blog-post-header__credit-mobile {
  font-size: 1.2rem;
  color: #909090;
}

.blog-post-header__credit {
  display: none;
}

.blog-post-header__credit-mobile {
  position: absolute;
  bottom: -3.5rem;
  right: 1rem;
}

.blog-post__content {
  margin: 0 3rem;
  border-bottom: 1px #7c7c7c solid;
  padding-bottom: 4rem;
}

.blog-post__content h2,
.blog-post__content h3,
.blog-post__content h4,
.blog-post__content h5,
.blog-post__content h6 {
  margin-bottom: 2.5rem;
}

.blog-post__content p {
  margin-bottom: 2rem;
}

.blog-post__content h2 {
  font-weight: 600;
  font-size: 3.1rem;
  line-height: 3.4rem;
  color: #E2AD00;
}

.blog-post__content p {
  font-size: 1.8rem;
  line-height: 37px;
  color: #383838;
}

.blog-post__content p:first-of-type::first-line {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 37px;
}

.blog-post__content a:link,
.blog-post__content a:visited {
  font-size: 1.8rem;
  color: #0071DC;
  text-decoration: none;
  font-weight: 400;
}

.blog-post__content a:hover,
.blog-post__content a:active {
  color: #707070;
}

.blog-post__content li {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #383838;
}

.blog-post__content li > p {
  margin-bottom: 0rem;
}

.blog-post + hr {
  margin: 0 auto;
  width: 90%;
}

.related-posts-header {
  text-align: center;
  margin: 4rem 0;
}

.related-post {
  justify-content: center;
}

.related-post__container {
  margin-bottom: 4rem;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.1);
  max-width: 95%;
  width: 90%;
  transition: all 0.2s ease;
}

.related-post__container:hover {
  transform: scale(1.03);
  color: #212529;
}

.related-post__container:active {
  transform: scale(1.01);
}

.related-post--1 {
  margin-right: 0;
}

.related-post--2 {
  margin-left: 0;
}

.related-post__image {
  width: 40%;
  height: 19rem;
  background-size: cover;
  float: left;
  background-position: right;
}

.related-post__info {
  padding: 1.5rem;
  width: 60%;
  float: left;
  height: 100%;
  padding-top: 5rem;
  position: relative;
}

.related-post__title {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.related-post__snippet {
  display: none;
}

.related-post__meta {
  position: absolute;
  bottom: 1rem;
  width: 90%;
}

.related-post__author {
  display: none;
  font-weight: 600;
}

.related-post__type {
  display: none;
  font-weight: 600;
  color: #E2AD00;
}

@media (min-width: 768px) {
  .blog-post-slant::after {
    height: 60rem;
  }
}
@media (min-width: 992px) {
  .blog-post-header__container {
    padding: 0;
    margin-top: 0;
  }
  .blog-post-header__credit-mobile {
    display: none;
  }
  .blog-post-header__credit {
    position: absolute;
    bottom: -3.5rem;
    right: 1rem;
    display: block;
  }
  .blog-post__content {
    margin: 0 8rem;
  }
  .related-posts-header {
    text-align: center;
    margin: 4rem 0;
  }
  .related-post {
    justify-content: center;
  }
  .related-post__container {
    margin-bottom: 7rem;
    box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.1);
    max-width: 47%;
  }
  .related-post--1 {
    margin-right: 1.5rem;
  }
  .related-post--2 {
    margin-left: 1.5rem;
  }
  .related-post__image {
    width: 40%;
    height: 19rem;
    background-size: cover;
    float: left;
    background-position: right;
  }
  .related-post__info {
    padding-top: 1.5rem;
  }
  .related-post__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .related-post__snippet {
    font-size: 1.4rem;
    display: inline-block;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    max-width: 100%;
  }
  .related-post__meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .related-post__author {
    display: inline-block;
    margin: 0;
  }
  .related-post__type {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .related-post--1 {
    margin-right: 2rem;
  }
  .related-post--2 {
    margin-left: 2rem;
  }
}
.brand-kit-header__container {
  margin-top: 5rem;
  padding: 0 3rem;
}

.brand-kit-header__container .category-navigation__link.active {
  color: #E2AD00;
}

.brand-kit-header__container .category-navigation__link:hover {
  color: #707070;
}

.brand-kit-header {
  flex-direction: column;
  padding: 1rem 0;
}

.brand-kit-header__title {
  color: #E2AD00;
}

.brand-kit-header__icon {
  width: 2rem;
  height: 2rem;
}

.brand-kit-header__button {
  display: flex;
  margin-top: 3rem;
  width: 22rem;
}

.brand-kit-values__container {
  margin-top: 8rem;
  padding: 0 3rem;
}

.brank-kit-values__title {
  font-weight: 500;
  color: #E2AD00;
}

.brank-kit-values__row {
  justify-content: space-between;
  margin-bottom: 5rem;
}

.brank-kit-values__row-item {
  padding: 0;
  margin-bottom: 3rem;
}

.brank-kit-values__title {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.brand-kit-colors__container {
  margin-bottom: 10rem;
  padding: 0 3rem;
}

.brand-kit-colors__col {
  padding: 0;
  margin-bottom: 3rem;
  width: 41rem;
}

.brand-kit-colors__title {
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding: none;
  color: #E2AD00;
  font-weight: 500;
}

.brand-kit-colors__color-row {
  flex-direction: column;
  margin-left: 0;
}

.brand-kit-colors__color-box-cont {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}

.brand-kit-colors__color-box-cont:not(:last-of-type) .brand-kit-colors__color-box {
  margin-right: 2rem;
}

.brand-kit-colors__color-box-cont:first-of-type .brand-kit-colors__color-box {
  width: 100%;
}

.brand-kit-colors__color-box {
  display: flex;
  width: 15rem;
}

.brand-kit-colors__color-box:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.brand-kit-colors__color-shape {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  margin-right: 1rem;
}

.brand-kit-colors__color-shape--hp-shade {
  background-color: #008961;
}

.brand-kit-colors__color-shape--hp-green {
  background-color: #00BA82;
}

.brand-kit-colors__color-shape--hp-accent {
  background-color: #56DBA1;
}

.brand-kit-colors__color-shape--dk-blue {
  background-color: #1F3C84;
}

.brand-kit-colors__color-shape--blue {
  background-color: #0071DC;
}

.brand-kit-colors__color-shape--light-blue {
  background-color: #A2D2FF;
}

.brand-kit-colors__color-shape--gold {
  background-color: #E2AD00;
}

.brand-kit-colors__color-shape--gold-accent {
  background-color: #F5D879;
}

.brand-kit-colors__color-shape--light-gold {
  background-color: #F2EFE9;
}

.brand-kit-colors__color-info {
  display: flex;
  flex-direction: column;
}

.brand-kit-colors__name {
  white-space: nowrap;
}

.brand-kit-logo__container {
  padding: 0 3rem;
}

.brand-kit-logo__row {
  flex-direction: column;
  justify-content: center;
}

.brand-kit-logo__title {
  color: #E2AD00;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.brand-kit-logo-require__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 7rem;
}

.brand-kit-logo-require__logo-cont {
  display: flex;
}

.brand-kit-logo-require__healpay-logo {
  width: 11rem;
  height: 11rem;
  margin-left: 0;
  margin-bottom: 4rem;
}

.brand-kit-logo-require__healpay-logo--black {
  margin-right: 4rem;
}

.brand-kit-logo-require__healpay-logo--white {
  margin-right: 5rem;
}

.brand-kit-logo-require__points {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -1rem;
}

.brand-kit-logo-require__points li {
  font-size: 1.6rem;
}

.brand-kit-logo-avoid__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10rem;
}

.brand-kit-logo-avoid__logo-round-square {
  height: 10.5rem;
  margin-right: 7rem;
  margin-bottom: 2rem;
}

.brand-kit-logo-avoid__small-logos {
  margin-top: 1rem;
}

.brand-kit-logo__healpay-logo-small-circle-cont {
  margin-bottom: 5rem;
}

.brand-kit-logo__healpay-logo-small-circle {
  max-width: 30rem;
}

.brand-kit-logo-avoid__points {
  padding-left: 2rem;
}

.brand-kit-logo-avoid__points li {
  font-size: 1.6rem;
}

@media screen and (min-width: 400px) {
  .brand-kit-colors__color-row {
    flex-direction: row;
    margin-left: -1.5rem;
  }
  .brand-kit-colors__color-box-cont {
    width: unset;
  }
}
@media screen and (min-width: 575px) {
  .brand-kit-colors__color-box-cont:first-of-type .brand-kit-colors__color-box {
    width: 17.5rem;
  }
  .brand-kit-colors__color-box-cont:not(:last-of-type) .brand-kit-colors__color-box {
    margin-right: 1rem;
  }
  .brand-kit-colors__color-box {
    display: flex;
    width: 15rem;
  }
  .brand-kit-logo__title {
    margin-bottom: 5rem;
  }
  .brand-kit-logo-require__healpay-logo {
    width: 13rem;
    height: 13rem;
  }
  .brand-kit-logo-avoid__logo-round-square {
    height: 12.5rem;
  }
  .brand-kit-logo__healpay-logo-small-circle {
    max-width: 35rem;
  }
}
@media screen and (min-width: 768px) {
  .brank-kit-values__row-item {
    max-width: 45%;
  }
  .brand-kit-colors__color-box-cont:not(:last-of-type) .brand-kit-colors__color-box {
    margin-right: 7rem;
  }
  .brand-kit-logo-require__healpay-logo {
    margin-left: -2rem;
  }
  .brand-kit-logo-require__row {
    flex-direction: row;
    margin-bottom: 10rem;
  }
  .brand-kit-logo-require__healpay-logo {
    margin-bottom: 0;
  }
  .brand-kit-logo-require__points {
    margin-left: 0;
  }
  .brand-kit-logo-avoid__row {
    flex-direction: row;
  }
  .brand-kit-logo-avoid__logo-round-square {
    margin-left: -1rem;
  }
}
@media screen and (min-width: 992px) {
  .brand-kit-header__container {
    padding: 0 2rem;
  }
  .brand-kit-header__title {
    padding: 0 1rem;
  }
  .brand-kit-header__snippet {
    padding: 0 1rem;
  }
  .brank-kit-values__row {
    margin-bottom: 10rem;
  }
  .brank-kit-values__row-item {
    margin-bottom: 0;
  }
  .brank-kit-values__row-item {
    max-width: 30rem;
  }
  .brand-kit-colors__color-box-cont:not(:last-of-type) .brand-kit-colors__color-box {
    margin-right: 10rem;
  }
  .brand-kit-logo__container {
    padding: 0 3rem;
  }
  .brand-kit-logo-avoid__row {
    margin-bottom: 20rem;
  }
  .brand-kit-logo-require__healpay-logo {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .brank-kit-values__row-item {
    max-width: 35rem;
  }
  .brand-kit-colors__color-box-cont:not(:last-of-type) .brand-kit-colors__color-box {
    margin-right: 15rem;
  }
  .brand-kit-logo-require__healpay-logo {
    margin-left: -1rem;
  }
}
.careers-hero__container {
  margin-top: 10rem;
}

.careers-hero {
  padding: 0;
}

.careers-hero__title {
  color: #1F3C84;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.career-list__section {
  margin-top: 7rem;
  margin-bottom: 20rem;
}

.career-list {
  margin-top: 5rem;
}

.career-list__header {
  display: none;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 4rem;
}

.career-list__header-item {
  color: #1F3C84;
  text-transform: uppercase;
  font-weight: 800;
  flex: 1;
}

.career-list__header-item--feat {
  flex: 2;
}

.career-list__item {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}

.career-list__card {
  display: block;
  flex-direction: row;
  align-items: center;
  padding: 4rem 3rem;
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 0.5rem;
}

.career-list__card:hover {
  text-decoration: none;
  color: #000;
  transform: scale(1.01);
}

.career-list__card:hover .hp-btn.hp-button--career-list {
  background-color: #315ecf;
}

.hp-btn.hp-button--career-list {
  padding: 1rem 1rem;
  height: 4.5rem;
  background-color: #1F3C84;
  display: block;
}

.hp-btn.hp-button--career-list:hover {
  transform: none;
  box-shadow: none;
}

.career-list__item--title {
  flex: 2;
}

.career-list__item--type,
.career-list__item--location,
.career-list__item--experience {
  display: none;
}

@media screen and (min-width: 768px) {
  .career-list__header {
    display: flex;
  }
  .career-list__card {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6rem 3rem;
    background-color: #fff;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    height: 10rem;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 0.5rem;
  }
  .hp-btn.hp-button--career-list {
    padding: 1rem 1rem;
    min-width: 25rem;
    height: 4.5rem;
    background-color: #1F3C84;
    margin-bottom: 0;
    display: inline-block;
  }
  .career-list__item {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .career-list__item--type,
  .career-list__item--location,
  .career-list__item--experience {
    flex: 1;
    margin-bottom: 0;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .hp-btn.hp-button--career-list {
    min-width: 28rem;
  }
}
.career-listing-slant {
  background-color: #fbfbfb;
  clip-path: polygon(0% 0%, 100% 0, 100% 66%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 88vh;
  width: 100%;
  z-index: -1;
}

.career-listing__container {
  margin: 10rem 2rem 30rem 2rem;
}

.career-listing__header {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3rem;
}

.career-listing__title {
  margin-bottom: 2rem;
}

.career-listing__header,
.career-listing__title {
  color: var(--healpay-pro-blue);
}

.career-listing__description {
  width: 90%;
}

.career-listing__row {
  margin-top: 6rem;
  display: none;
}

.career-listing__row--mobile {
  margin: 5rem 0;
}

.career-listing__row--mobile .career-listing__form--element {
  margin-bottom: 2rem;
}

.career-listing__apply-header {
  color: var(--healpay-pro-blue);
  margin-bottom: 2rem;
}

.career-listing__row h3 {
  color: var(--healpay-pro-blue);
  font-family: "Metric Web-Bold", Helvetica, Arial, Lucida, sans-serif;
}

.career-listing__row h4 {
  color: var(--healpay-pro-blue);
}

.career-listing__dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0.3rem;
  border: 1px solid #dfdfdf;
  padding: 0.5rem;
  font-size: 1.4rem;
  color: var(--healpay-pro-blue);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

.career-listing__dropdown > option {
  color: var(--healpay-pro-blue);
  padding: 0.3rem 0;
}

.career-listing__menu-container {
  position: absolute;
  left: 1rem;
  top: -7.5rem;
}

.career-listing__quals--required {
  margin-bottom: 5rem;
}

.career-listing__quals__header {
  color: var(--healpay-pro-blue);
  margin-bottom: 2rem;
}

.career-listing__quals-section {
  margin-top: 5rem;
}

.career-listing__quals-section ul {
  padding-left: 1.5rem;
}

.career-listing__quals__list-item {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.career-listing__form {
  width: 100%;
}

.career-listing__form--row-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
}

.career-listing__form--row-1, .career-listing__form--row-2 {
  display: flex;
  flex-direction: row;
}

.career-listing__form--row-1 {
  margin-bottom: 2rem;
  justify-content: space-between;
}

.career-listing__form--row-input-cont {
  width: 48%;
}

.career-listing__form--row-2 {
  align-items: flex-end;
  justify-content: space-between;
}

.career-listing__form-label {
  font-size: 1.4rem;
  margin: 0;
}

.career-listing__form--attach-files {
  margin-right: 1rem;
  font-size: 1.3rem;
}

.career-listing__input {
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: all 0.1s ease;
  border: 4px transparent;
  padding: 9px 11px;
  font-size: 1.3rem;
  line-height: 0;
}

.career-listing__form--row-2 .career-listing__input--1 {
  padding-right: 0.5rem;
}

.career-listing__form h2 {
  color: #000000;
}

.hp-btn.hp-btn--career-listing {
  background-color: var(--healpay-pro-blue);
  min-width: unset;
  padding: 0.7rem 1rem;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  border: none;
  color: var(--healpay-pro-blue);
  white-space: nowrap;
  font-size: 1.6rem;
  margin: 0;
  transition: all 0.1s;
}

.custom-file-upload:hover {
  color: #315FD3;
}

.file-upload-cont {
  display: flex;
  align-items: first baseline;
}

.upload-filename {
  display: inline;
  margin-left: 10px;
  font-size: 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

input[type=file] {
  display: none;
  border: none;
  width: max-content;
  outline: none;
}

@media screen and (min-width: 575px) {
  .career-listing__menu-container {
    top: 0;
    right: -2.5rem;
    left: unset;
  }
}
@media screen and (min-width: 768px) {
  .career-listing__container {
    margin-right: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .career-listing__container {
    margin: 0 auto;
    margin-top: 15rem;
    margin-bottom: 30rem;
  }
  .career-listing__desc-section {
    padding-right: 10rem;
    border-right: 1px solid #ddd;
  }
  .career-listing__quals-section {
    margin-top: 0;
    padding-left: 10rem;
  }
  .career-listing__row {
    display: block;
  }
  .career-listing__row--mobile {
    display: none;
  }
  .career-listing__menu,
  .career-listing__menu ul {
    width: 17rem;
  }
  .career-listing__menu-container {
    right: 1rem;
  }
  .career-listing__form--row-2 {
    display: flex;
  }
  .career-listing__form--attach-files {
    padding: 2rem 0 1rem 0;
    display: block;
  }
  .career-listing__form--row-3 {
    display: flex;
    justify-content: flex-end;
    margin-top: 3rem;
  }
  .custom-file-upload {
    font-size: 1.4rem;
  }
  .upload-filename {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .career-listing__menu-container {
    right: 5rem;
  }
  .career-listing__form--attach-files {
    display: inline;
    padding: 0;
  }
  .career-listing__menu,
  .career-listing__menu ul {
    width: 20rem;
  }
  .custom-file-upload {
    font-size: 1.6rem;
  }
  .upload-filename {
    font-size: 1.2rem;
  }
}
.contact-us__title {
  margin: 15rem auto;
  margin-bottom: 10rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem;
}

.contact-us-form__container {
  margin-top: 3rem;
  margin-bottom: 10rem;
}

.contact-us__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95rem;
  margin-bottom: 10rem;
}

.contact-us-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 45%;
  justify-content: space-evenly;
}

.contact-us-address__img-cont {
  text-align: center;
}

.contact-us-address__img {
  max-width: 75%;
}

.contact-us-address__block {
  text-align: center;
}

.contact-us-address__block--location {
  text-transform: uppercase;
  color: #008961;
  font-weight: 600;
}

.hp-btn--contact-us {
  margin-top: 3rem;
  min-width: 20rem;
  height: 5rem;
}

.hp-btn--contact-us a {
  padding: 2rem;
  color: #F2F2F2;
}

.contact-us-form__header {
  margin-left: 1rem;
}

.contact-us__iframe {
  height: 750px;
  width: 99%;
  border: none;
}

@media only screen and (min-width: 575px) {
  .contact-us-form__header {
    text-align: center;
  }
  .contact-us__iframe {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us__row {
    height: 60rem;
  }
  .contact-us-form__header {
    font-size: 2.5rem;
  }
  .contact-us-address {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 992px) {
  .contact-us__row {
    height: 55rem;
  }
  .contact-us-address {
    height: unset;
  }
  .contact-us__iframe {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us__row {
    flex-direction: row;
    height: 30rem;
  }
  .contact-us__iframe {
    width: 50%;
  }
}
.events__header {
  color: #E2AD00;
  margin-left: 1rem;
}

.grouped-events-cards {
  margin-bottom: 0rem;
  text-decoration: none;
}

.grouped-events-cards--link:hover {
  text-decoration: none;
  color: #E2AD00;
}

.grouped-events-cards--link:hover > .events__card--event,
.grouped-events-cards--link:hover > .events__card--location {
  color: #E2AD00;
  text-decoration: none;
}

.events__card {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 4rem 4rem;
  margin: 4rem -2rem;
  border-radius: 0.75rem;
}

.events__card--date {
  margin-bottom: 1.5rem;
  color: #E2AD00;
}

.events__card--event,
.events__card--location {
  font-size: 2.2rem;
}

.events__card--event,
.events__card--location,
.events-logo,
use {
  transition: all 0.2s;
}

.events__card--location {
  align-self: flex-end;
}

.events__card--image {
  margin: 4rem 0;
}

.events__card--image svg {
  width: 50%;
}

.hp-tag__svg {
  height: 5rem;
}

.hp-tag__svg symbol {
  height: 64px;
  width: 200px;
}

.grouped-events-cards--link:hover .events-logo {
  fill: #E2AD00;
}

.grouped-events-cards--link:hover use {
  fill: #E2AD00;
}

.event__checkbox {
  display: none;
}

.event__label {
  display: block;
  text-align: center;
  transition: all 0.1s;
  line-height: 0;
  padding: 4rem 0;
  margin: 0;
  font-size: 2.2rem;
}

.event__label:hover {
  cursor: pointer;
  color: #E2AD00;
}

.event__list--group .grouped-events-cards--link:last-of-type .events__card {
  margin-bottom: 0;
}

#newsletter-signup__events {
  margin-top: -20rem;
}

@media screen and (min-width: 992px) {
  .events__card {
    margin: 2rem -1rem;
  }
  .events__card--image {
    margin: 0;
  }
  .events__card--image svg {
    width: 40%;
    margin: 0;
  }
  #newsletter-signup__events {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1200px) {
  .events__card {
    margin: 2rem -2rem 0 -2rem;
  }
}
.hero-header--faq {
  margin-bottom: 1.5rem;
}

.faq__container {
  margin-top: 15rem;
  margin-bottom: 25rem;
}

.faq__link-list-header {
  color: #1F3C84;
  margin-bottom: 1.5rem;
}

.faq__link-list-header--2 {
  margin-top: 5rem;
}

.faq__row {
  margin: 12rem 0;
}

.faq-slant {
  background-color: #fbfbfb;
  clip-path: polygon(0% 0%, 100% 0, 100% 66%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 88vh;
  width: 100%;
  z-index: -1;
}

.faq__row--header {
  flex-direction: column;
}

.faq-section-heading {
  font-weight: 500;
}

.faq-section-text {
  margin-top: 1.5rem;
}

.faq__image {
  width: 100%;
  margin: 1.5rem 0;
}

.faq__card span {
  color: #1F3C84;
  font-weight: 600;
}

.faq__card {
  box-shadow: 0 0.25rem 1rem 0.25rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 3px;
  position: relative;
  margin: 6rem 0rem;
}

.faq__links:link,
.faq__links:visited {
  font-family: "Metric Web", Helvetica, Arial, Lucida, sans-serif;
  color: #989898;
  display: block;
  text-decoration: none;
  margin-top: 1rem;
}

.faq__links:hover,
.faq__links:active {
  color: #00BA82;
}

.faq__password {
  color: #1F3C84;
}

.faq__note {
  padding: 3rem 3.5rem;
  margin-top: 3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.faq__note span {
  color: #1F3C84;
  font-weight: 700;
}

#faq_mybtn {
  position: fixed;
  bottom: 10px;
  float: right;
  right: 18.5%;
  left: 77.25%;
  max-width: 12rem;
  width: 100%;
  font-size: 12px;
  border-color: rgba(85, 85, 85, 0.2);
  background-color: #00BA82;
  padding: 0.5px;
  border-radius: 4px;
  text-decoration: none;
}

.return-to-top-btn {
  position: fixed;
  bottom: 5rem;
  float: right;
  right: 23rem;
  left: 77.25%;
  max-width: 12rem;
  width: 100%;
  font-size: 12px;
  border: none;
  background-color: #00BA82;
  padding: 7px;
  border-radius: 4px;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

.return-to-top-btn:active {
  color: red;
}

/*On Hover Color Change*/
#faq_mybtn a:hover {
  background-color: #00BA82;
  text-decoration: none;
}

@media (max-width: 992px) {
  .faq__container {
    padding: 0 3rem;
  }
  #faq_mybtn {
    left: 67%;
  }
}
@media (min-width: 992px) {
  .faq__link-list-header--2 {
    margin-top: 0;
  }
  .faq__row--what {
    margin-top: 15rem;
    justify-content: space-between;
  }
  .faq__image {
    width: 110%;
  }
  .faq__note {
    width: 110%;
  }
  .faq__note--adjust {
    width: 44rem;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .hero-subheader--faq {
    width: 90%;
  }
  .faq__image {
    width: 150%;
  }
}
.slanted-masthead.resources-slant.news-slant,
.slanted-masthead.resources-slant.news-slant::after {
  background-color: #f6f7fa;
}

.blog-post-header__container.blog-post-header__container--news .category-navigation__link.active {
  color: var(--healpay-pro-blue);
}

.blog-post-header__category.news-post-header__category {
  color: var(--healpay-pro-blue);
}

.blog-post-header__link--news:link,
.blog-post-header__link--news:visited {
  color: var(--healpay-pro-blue);
  transition: all 0.1s;
}

.blog-post-header__link--news:hover,
.blog-post-header__link--news:active {
  color: #707070;
}

.news__row {
  justify-content: center;
  margin: 0 2rem 5rem 2rem;
}

.news-item {
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
}

.news-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}

.blog-card__title--news {
  color: var(--healpay-pro-blue);
}

.blog-card__title--news-link:link,
.blog-card__title--news-link:visited {
  text-decoration: none;
}

.blog-navigation {
  padding-bottom: 10rem;
}

.related-post__type.related-post__type--news {
  color: var(--healpay-pro-blue);
}

.newsletter-signup--news.newsletter-signup--news {
  background-color: #A2D2FF;
}

@media screen and (min-width: 768px) {
  .blog-post-list__recent-posts {
    font-size: 1.8rem;
    margin-left: 5rem;
  }
  .news-item {
    flex-direction: row;
  }
  .blog-card__date--news {
    flex: 0 0 20%;
  }
}
.privacy-policy__container {
  margin-top: 12rem;
  margin-bottom: 25rem;
}

.privacy-header {
  margin-bottom: 4rem;
}

.privacy-section-heading {
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.privacy-link:link,
.privacy-link:visited {
  color: #00BA82;
}

.privacy-link:hover,
.privacy-link:active {
  color: #707070;
}

.privacy-list {
  margin: 3rem 0;
  font-size: 1.6rem;
}

.privacy-list li {
  line-height: 1.6;
}

.about-us-intro__container {
  justify-content: center;
}

.about-us-intro__snippet--bold {
  font-weight: 700;
}

.team-bios {
  margin-top: 24rem;
}

.team-bios__header {
  text-align: center;
  font-size: 4.8rem;
}

.co-founder {
  margin-bottom: 2.5rem;
  padding: 0 3.5rem;
}

.co-founder__img {
  width: 20rem;
}

.employee {
  margin-bottom: 2rem;
  padding: 2.5rem;
}

.employee__img {
  width: 15rem;
}

.employee__firstname, .employee__lastname {
  display: block;
  color: #383838;
}

.employee__title, .co-founder__title {
  color: #6c757d;
  font-size: 1.3rem;
}

.employee__description, .co-founder__description {
  color: #5f666d;
  margin-top: 1.5rem;
}

.about-us__logo-container {
  margin-top: 2rem;
  text-align: center;
  display: none;
}

.about-us__logo {
  width: 17rem;
}

.disable {
  pointer-events: none;
  cursor: default;
  color: #C6C6C5;
}

.contact {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.contact__title {
  margin-bottom: 5rem;
  font-size: 4rem;
}

.contact__container {
  margin-bottom: 9rem;
}

.contact__header, .contact__address {
  font-size: 1.8rem;
}

.contact__header {
  color: #1F3C84;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.contact__address span {
  color: #707070;
  display: block;
  margin-bottom: 1rem;
}

.contact__video-container video {
  width: 100%;
  height: auto;
  border-radius: 2%;
}

.contact__video-info {
  display: flex;
  margin-top: 2rem;
}

.contact__video-title {
  white-space: nowrap;
  font-size: 3rem;
}

.contact__video-description {
  color: #707070;
  margin-left: 6rem;
}

a.active {
  color: #C6C6C6;
}

@media screen and (max-width: 575px) {
  .team-bios__header {
    font-size: 2.5rem;
  }
  .contact__video-info {
    display: block;
    margin-top: 2rem;
  }
  .contact__video-description {
    margin-left: 0;
  }
}
@media screen and (min-width: 400px) {
  .about-us__logo-container {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .intro-container {
    padding: 0;
  }
  .about-us__logo-container {
    margin-top: 2rem;
    text-align: right;
  }
  .employee {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .about-us-intro__container {
    justify-content: unset;
  }
  .about-us__logo-container {
    margin-top: 0;
  }
  .intro-container {
    padding-right: 1rem;
  }
  .contact__video-title {
    white-space: normal;
  }
}
@media screen and (min-width: 1200px) {
  .employee {
    margin-bottom: 2rem;
    padding: 2.5rem;
  }
  .contact__video-title {
    white-space: nowrap;
  }
}
.integrations-cards__section {
  margin-top: 5rem;
}

.integrations-card {
  border-radius: 0.3rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 2.5rem 3.5rem;
  margin: 4rem 0rem;
  align-items: center;
}

.integrations-card__row {
  align-items: center;
}

.integrations-card__title {
  color: #1F3C84;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}

.integrations-card__snippet {
  font-size: 2rem;
}

.integrations-card__logo-container {
  padding: 3rem 0;
  display: flex;
  justify-content: space-around;
}

.integrations-card__logo {
  margin: 0;
}

.integrations-card__logo--authorize {
  width: 25%;
}

.integrations-card__logo--vericheck {
  width: 20%;
}

.integrations-card__logo--jst {
  width: 12%;
}

.integrations-card__logo--cogent {
  width: 20%;
}

.integrations-card__logo--vertican {
  width: 24%;
}

.integrations-card__logo--spreedly {
  width: 20%;
}

.integrations-card__logo--usaepay {
  width: 20%;
}

.integrations-card__logo--wells {
  width: 11%;
}

.integrations-cta-button {
  margin: 4rem 0 3rem 0px;
}

.integrations-benefits__section {
  margin: 3rem 0 10rem 0;
}

.integrations-benefits {
  padding: 0 2rem;
}

.integrations-benefits__title {
  margin-bottom: 3rem;
}

.integrations-benefits__snippet {
  font-size: 2rem;
  width: 90%;
}

.integrations-benefits__img {
  display: none;
}

.integrations-form__container {
  margin-bottom: 15rem;
}

.integrations-form__row {
  justify-content: center;
}

.integrations-form__title {
  color: #1F3C84;
}

.integrations-form__label {
  color: #707070;
}

.integrations-form__input {
  border-radius: 0.3rem;
}

#how-to-int {
  line-height: 3rem;
}

@media (min-width: 575px) {
  .why-healpay-intro__snippet--integrations {
    width: 87%;
  }
}
@media (min-width: 768px) {
  .why-healpay-intro__snippet--integrations {
    width: 85%;
  }
  .integrations-card {
    padding: 4rem 5rem;
    margin: 3rem -6rem;
  }
  .integrations-card__title {
    font-size: 2.4rem;
  }
  .integrations-card__snippet {
    font-size: 2.2rem;
  }
  .integrations-card__logo {
    margin: 0 2rem;
  }
}
@media (min-width: 992px) {
  .why-healpay-intro__title--integrations {
    white-space: nowrap;
  }
  .why-healpay-intro__snippet--integrations {
    width: 95%;
  }
  .integrations-cards__section {
    border-bottom: 1px solid #ccc;
  }
  .integrations-card__logo-container {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
  }
  .integrations-card__logo {
    width: 10rem;
    margin: 0 2rem;
  }
  .integrations-card__logo--authorize {
    width: 10rem;
  }
  .integrations-card__logo--jst {
    width: 8rem;
  }
  .integrations-card__logo--cogent {
    width: 12rem;
  }
  .integrations-card__logo--vertican {
    width: 14rem;
  }
  .integrations-card__logo--spreedly {
    width: 10rem;
    /* margin-left: 4rem; */
  }
  .integrations-card__logo--usaepay {
    width: 10rem;
    /* margin-left: 4rem; */
  }
  .integrations-card__logo--wells {
    width: 6rem;
    margin: 0 0 0 4rem;
  }
  .integrations-cta-button {
    margin: 7rem 0 3rem 0px;
  }
  .integrations-benefits__section {
    margin: 10rem 0;
  }
  .integrations-benefits__row {
    display: flex;
    justify-content: space-between;
  }
  .integrations-benefits__snippet {
    font-size: 2rem;
    width: 60%;
  }
  .integrations-benefits__img {
    height: 25rem;
    margin-top: -10rem;
    display: inline;
  }
}
@media (min-width: 1200px) {
  .integrations-card__logo {
    margin: 0 3rem;
  }
  .integrations-card__snippet--2 {
    width: 80%;
  }
  .integrations-benefits__row {
    display: flex;
    justify-content: space-between;
  }
  .integrations-benefits__snippet {
    font-size: 2rem;
    width: 70%;
  }
}
.grouped-organizations-cards {
  position: relative;
  margin: 6rem auto;
  /* margin-bottom: -5rem; */
  z-index: 2;
}

.organizations-card {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 3rem 2rem;
  margin: 4rem 0rem;
  border-radius: 0.5rem;
}

.organizations-card__img {
  width: 15rem;
}

.organizations-card__img--rmai {
  width: 12rem;
}

.organizations-card__img--nasp {
  width: 10rem;
}

.organizations-card__img--general-bar {
  width: 7rem;
}

.organizations-card__img--nasp {
  width: 8rem;
}

.organizations-card__img--ncba {
  width: 12rem;
}

.organizations-card__img--maca {
  width: 10rem;
}

.organizations-card__img--ccef {
  width: 9rem;
}

.organizations-card__img--mcba {
  width: 10rem;
}

.organizations-card__img--mwaa {
  width: 12rem;
}

.organizations-card__name {
  display: none;
  color: #1F3C84;
  padding-bottom: 1rem;
  font-size: 2.3rem;
}

.organizations-card__snippet {
  margin: 3rem 0;
  line-height: 1.4;
}

.organizations__btn-container {
  display: flex;
  justify-content: flex-end;
}

.organizations__btn-container--2 {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.hp-btn--cta--organizations:link,
.hp-btn--cta--organizations:visited {
  float: right;
  font-weight: 600;
  height: unset;
  margin-top: 2rem;
}

@media screen and (min-width: 400px) {
  .organizations__btn-container {
    flex-direction: row;
  }
  .hp-btn--cta--organizations:link,
  .hp-btn--cta--organizations:visited {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .organizations-card {
    padding: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .organizations-card {
    justify-content: space-between;
    align-items: center;
    height: 26rem;
    margin: 4rem -3rem;
    padding: 4rem 2rem;
  }
  .organizations-card__img-container--general-bar {
    padding: 0;
  }
  .organizations-card__img {
    width: 12rem;
  }
  .organizations-card__img--nasp {
    width: 8rem;
    margin: 0 0 0 2rem;
  }
  .organizations-card__img--general-bar {
    width: 7rem;
    padding: 0;
    margin: 0 0 0 4rem;
  }
  .organizations-card__img--maca {
    width: 11rem;
    margin: 0 0 0 1rem;
  }
  .organizations-card__img--ccef {
    width: 10rem;
    margin: 0 0 0 1rem;
  }
  .organizations-card__img--mcba {
    width: 10rem;
    margin: 0 0 0 1rem;
  }
  .organizations-card__img--mwaa {
    width: 11em;
    margin: 0 0 0 0.5rem;
  }
  .organizations-card__name {
    display: block;
  }
  .organizations-card__snippet {
    width: 80%;
    margin: 1rem 0 0 0;
    line-height: 1.4;
  }
  .hp-btn--cta--organizations:link,
  .hp-btn--cta--organizations:visited {
    float: unset;
  }
  .organizations__btn-container {
    flex-direction: column;
    height: 90%;
    justify-content: flex-end;
  }
  .organizations__btn-container--2 {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .organizations-card__img-container {
    padding: 5rem;
  }
  .organizations-card__img-container--nasp {
    padding: 2rem 5rem;
  }
  .organizations-card__img-container--general-bar {
    padding: 0;
  }
  .organizations-card__img {
    width: 15rem;
  }
  .organizations-card__img--nasp {
    width: 10rem;
    margin: 0 0 0 3rem;
  }
  .organizations-card__img--general-bar {
    width: 7rem;
    margin: 0 0 0 8rem;
  }
  .organizations-card__img--maca {
    width: 12rem;
    margin: 0 0 0 2rem;
  }
  .organizations-card__img--ccef {
    width: 12rem;
    margin: 0 0 0 2rem;
  }
  .organizations-card__img--mcba {
    width: 12rem;
    margin: 0 0 0 2rem;
  }
  .organizations-card__img--mwaa {
    width: 13rem;
    margin: 0 0 0 1rem;
  }
}
.why-healpay-intro__snippet--resellers {
  margin-bottom: 5rem;
  width: 80%;
}

.resellers-benefits__section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.resellers__container h3 {
  color: var(--healpay-pro-blue);
}

.resellers-benefits__row--row-1 {
  margin-bottom: 7rem;
}

.resellers-benefits__row--row-2 {
  margin-bottom: 3rem;
}

.resellers-benefits__row--row-1-heading {
  margin-bottom: 3rem;
  color: var(--healpay-pro-blue);
}

.resellers-benefits__row--row-1-snippet {
  font-size: 1.8rem;
  width: 85%;
}

.resellers-benefits__row--row-2-heading {
  color: var(--healpay-pro-blue);
}

.resellers-card__image {
  max-width: 3rem;
}

.resellers__small-cards {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1607843137);
  padding: 3.5rem 2.5rem;
  margin: 1.5rem 2rem;
}

.resellers__small-cards--top-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.resellers-features__section {
  margin-bottom: 14rem;
}

.resellers-features__row--row-1 {
  margin-bottom: 8rem;
}

.resellers-features__header {
  color: var(--healpay-pro-blue);
  margin-bottom: 3rem;
}

.resellers__list {
  margin: 0;
  padding-left: 0;
}

.resellers__list li {
  line-height: 1.3;
  margin: 1.5rem;
}

.resellers__header-image {
  display: none;
}

@media screen and (min-width: 768px) {
  .resellers-benefits__row--row-1-snippet {
    font-size: 2rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .resellers__header-image {
    width: 55%;
    margin-top: -12rem;
    margin-left: 35rem;
    display: block;
  }
  .resellers-benefits__section {
    margin-bottom: 12rem;
  }
  .resellers-benefits__row--row-1 {
    margin-bottom: 9rem;
  }
  .resellers-benefits__row--row-2 {
    margin-bottom: 6rem;
  }
  .resellers__small-cards {
    padding: 3.5rem 2.5rem;
    margin: 0 8rem 7rem 0rem;
  }
  .resellers__small-cards--row-2 {
    margin-bottom: 0;
  }
  .resellers-features__row--row-1 {
    margin-bottom: 12rem;
  }
  .resellers__list li {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .resellers__header-image {
    width: 100%;
    margin-top: 7rem;
    margin-left: -5rem;
  }
  .resellers__container {
    margin: 5rem 0rem;
  }
}
.testimonial-template {
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.testimonial-template__title {
  margin-bottom: 5rem;
  font-size: 2.6rem;
  margin-left: 1.6rem;
}

.testimony-template__client {
  color: #1F3C84;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.testimony-template__client--mobile {
  color: #1F3C84;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2.2rem;
}

.testimony-template__video-container {
  padding: 0;
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

.testimonial-template__text-container {
  padding: 0;
}

.testimonial-template__header {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.testimonial-template__name {
  font-size: 2rem;
}

.testimonial-template__link:link,
.testimonial-template__link:visited {
  font-size: 2rem;
  color: var(--healpay-green-light);
}

.testimonial-template__link:hover,
.testimonial-template__link:active {
  color: var(--hover-black);
  text-decoration: none;
}

.testimonial-template__products-used-cont {
  margin-bottom: 10rem;
}

.testimony-template__product-used:link,
.testimony-template__product-used:visited {
  text-transform: uppercase;
  color: #00BA82;
  font-weight: 700;
}

.testimony-template__product-used:hover,
.testimony-template__product-used:active {
  color: #56DBA1;
  text-decoration: none;
}

.testimonial-template__product {
  font-size: 2rem;
}

.testimonial-template__product-link:link,
.testimonial-template__product-link:visited {
  color: #1F3C84;
  font-size: 2rem;
  font-weight: bold;
}

.testimonial-template__product-link:hover {
  color: #A2D2FF;
  text-decoration: none;
}

.testimonial-template__product-link:active {
  color: #1F3C84;
  text-decoration: none;
}

.testimony-video {
  width: 100%;
}

.testimony-template__snippet {
  margin-top: 5rem;
  font-style: italic;
  font-size: 2rem;
  width: 90%;
}

.testimonial-template__transcript {
  margin: 3rem 0 5rem 0;
}

.testimony-template__testimony-navigation {
  padding: 0 0 0 4rem;
  display: none;
}

.testimony-template__navigation-header {
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #989898;
  font-weight: 600;
}

.testimony-template__navigation-header--mobile {
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  color: #989898;
  font-weight: 600;
}

.testimony-template__navigation-link:link,
.testimony-template__navigation-link:visited {
  text-transform: uppercase;
  color: #989898;
  text-decoration: none;
  display: block;
  margin-bottom: 2rem;
  font-weight: 700;
}

.testimony-template__navigation-link:hover {
  color: #A2D2FF;
}

.testimony-template__navigation-link:active {
  color: #1F3C84;
}

.testimony-template__testimony-navigation--mobile {
  margin-right: 0;
  margin-left: 0;
}

.testimony-template__navigation-link--mobile:link,
.testimony-template__navigation-link--mobile:visited {
  color: #1F3C84;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin-bottom: 2rem;
}

.testimony-template__navigation-link--mobile:hover,
.testimony-template__navigation-link--mobile:active {
  color: #A2D2FF;
  text-decoration: none;
}

.transcript__checkbox {
  display: none;
}

.testimony-quote {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.transcript__button {
  color: #1F3C84;
  font-weight: 600;
  cursor: pointer;
  font-size: 2rem;
}

.transcript__checkbox:checked ~ .testimony-quote {
  height: 100%;
}

.transcript__button--arrow {
  height: 4rem;
  margin-top: -0.75rem;
  transition: all 0.5s;
  transform: rotate(-90deg);
}

.transcript__checkbox:checked ~ .transcript__button .transcript__button--arrow {
  transform: rotate(0deg);
}

@media screen and (min-width: 767px) {
  .testimony-video {
    width: 100%;
  }
  .testimony-template__video-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-template {
    margin-top: 0;
  }
  .testimonial-template__title {
    font-size: 3.8rem;
    margin-left: 0;
  }
  .testimony-template__client--mobile {
    display: none;
  }
  .testimonial-template__content {
    padding: 0 0 0 0rem;
  }
  .testimony-template__testimony-navigation {
    padding-left: 11rem;
    display: block;
  }
  .testimonial-template__transcript {
    margin: 3rem 0 25rem 0;
  }
  .testimony-template__testimony-navigation--mobile {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .testimony-video {
    width: 100%;
  }
}
.why-healpay-container .category-navigation__link.active:link,
.why-healpay-container .category-navigation__link.active:visited {
  color: #000000;
}

.why-healpay-container .category-navigation__link.active:hover,
.why-healpay-container .category-navigation__link.active:active {
  color: #00BA82;
}

.testimonial-hero__container {
  margin-bottom: 4rem;
}

.hero-heading.hero-heading--why-healpay {
  color: #000000;
}

.testimonials {
  margin-bottom: -5rem;
  position: relative;
  z-index: 2;
}

.testimonials__container {
  border-radius: 5px;
  background-color: white;
  padding: 5rem 7rem;
  margin: 0 2rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  width: unset;
}

.testimonials__row--1 {
  justify-content: space-around;
  align-items: baseline;
}

.testimonials__row--2 {
  justify-content: space-evenly;
  align-items: baseline;
}

.testimonials__logo {
  transition: all 0.2s;
  padding: 2rem 3rem;
  text-align: center;
  margin-bottom: 3rem;
}

.testimonials__logo svg {
  width: 100%;
}

.testimonials__logo .testimonials-logo,
.testimonials__logo .testimonials-logo--fbcg {
  transition: all 0.2s;
}

.testimonials__logo:hover .testimonials-logo,
.testimonials__logo:active .testimonials-logo,
.testimonials__logo:hover .testimonials-logo--fbcg,
.testimonials__logo:active .testimonials-logo--fbcg {
  fill: #00BA82;
}

.testimonials__logo--fbcg svg {
  width: 100%;
}

.testimonials__logo--wide {
  max-width: 25rem;
}

.testimonials-logo--fbcg tspan {
  font-size: 10px;
  font-family: TrajanPro3-Regular, "Trajan Pro 3", serif;
}

.aca--b {
  fill: #fff;
}

.fbc-logo--a {
  font-size: 13px;
  font-family: TrajanPro3-Regular, "Trajan Pro 3", serif;
}

.fbc-logo--b {
  font-size: 29px;
  font-family: TrajanPro3-Regular, "Trajan Pro 3", serif;
}

.vertican--a {
  font-size: 51px;
}

@media screen and (min-width: 400px) {
  .why-healpay-intro__snippet--testimonials {
    width: 85%;
  }
  .testimonials__logo svg {
    width: 90%;
  }
  .testimonials__logo--fbcg svg {
    width: 75%;
  }
}
@media screen and (min-width: 575px) {
  .why-healpay-intro__snippet--testimonials {
    width: 90%;
  }
  .testimonials__container {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonials__logo--fbcg svg {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .why-healpay-intro__snippet--testimonials {
    width: 100%;
  }
  .testimonials__logo--fbcg svg {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .testimonials {
    margin-bottom: 30rem;
  }
  .testimonials__logo {
    margin-bottom: 1rem;
  }
  .testimonials__logo--fbcg svg {
    width: 125%;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials__logo--fbcg svg {
    width: 110%;
  }
}

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