body {
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

img {
  display: inline-block;
  max-width: 100%;
}

.e-section {
  color: #414042;
  text-align: center;
}

.e-section.hero {
  background-color: #6cb33f;
  background-image: -webkit-linear-gradient(270deg, #414042, #414042);
  background-image: linear-gradient(180deg, #414042, #414042);
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
  font-weight: 300;
}

.e-section.alt-gradient {

}

.e-section.ez-footer {
  background-color: #414042;
}

.e-container {
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
}

.e-container.hero {
  padding-top: 50px;
  padding-bottom: 20px;
  font-weight: 400;
}

.e-section-heading {
  display: inline-block;
  color: #6bb344;
  font-size: 40px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.e-section-heading.hero {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 65px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}

.e-section-heading.small {
  width: 78%;
  margin-top: 5px;
  margin-bottom: 40px;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  text-transform: none;
}

.e-section-heading.no-box {
  margin-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
  color: #333;
  line-height: 44px;
  font-weight: 300;
}

.e-section-heading.heading-white {
  padding-bottom: 3px;
  color: #fff;
}

.e-customer-logo {
  display: block;
  width: 150px;
  height: 150px;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
}

.e-btn {
  padding: 12px 20px;
  border-radius: 2px;
  background-color: #6cb33f;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.e-btn.cta {
  display: inline;
  height: 50px;
  padding: 15px 100px;
  border-radius: 2px;
  background-color: #6cb33f;
  background-image: none;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.e-btn.cta:hover {
  border-radius: 2px;
  background-color: #6cb33f;
  background-image: none;
}

.e-btn.cta:active {
  background-color: #6cb33f;
  background-image: none;
}

.e-btn.cta:focus {
  background-color: #6cb33f;
  background-image: none;
}

.e-btn.cta.enq-1 {
  margin-top: 28px;
  padding-right: 100px;
  padding-left: 100px;
}

.e-social {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.e-social-wrap {
  display: block;
}

.e-icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  float: none;
  text-align: center;
}

.e-legal {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.e-heading-box {
  display: inline-block;
  margin: 20px auto 67px;
  padding: 12px 30px;
  border: 2px solid #6bb344;
  border-radius: 2px;
  color: #6bb344;
  text-align: center;
}

.e-heading-box.box-white {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #fff;
  border-radius: 2px;
}

.e-legal-link {
  color: #fff;
  text-decoration: underline;
}

.e-customers {
  margin-bottom: 20px;
}

.ez-row {
  display: block;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.ez-heading {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block {
  width: 50px;
  height: 50px;
  background-image: url('https://go.ezidebit.com/rs/959-IFO-826/images/down-arrow-white.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block.w--current {
  background-image: url('https://go.ezidebit.com/rs/959-IFO-826/images/down-arrow-white.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.ez-down-arrow {
  margin-top: 80px;
}

.ez-image-small {
  display: inline-block;
  width: 100px;
}

.ez-image-med {
  display: inline-block;
  width: 250px;
  height: 250px;
}

.ez-image-why-div {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.ez-arrow-text {
  padding-bottom: 20px;
  color: #552e2e;
  font-size: 18px;
}

.ez-heading-3 {
  margin-top: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.ez-text {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.ez-column-text-div {
  display: inline-block;
  max-width: 80%;
}

.ez-bg-div {
  display: inline-block;
  width: 1200px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.ez-logo {
  display: block;
  height: 50px;
  margin-top: 10%;
}

.ez-column-hero {
  font-weight: 400;
  text-align: left;
}

.e-section-heading-hero {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.e-section-heading-hero.hero {
  margin-bottom: 20px;
  color: #fff;
  font-size: 66px;
  line-height: 52px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.e-section-heading-hero.small {
  width: 78%;
  margin-top: 5px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-transform: none;
}

.e-section-heading-hero.no-box {
  margin-top: 20px;
  color: #333;
  font-weight: 300;
}

.e-section-heading-hero.heading-white {
  padding-bottom: 3px;
  color: #fff;
}

.ez-hero-content {
  max-width: 600px;
  float: right;
}

.ez-hero-content-bg {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  background-image: url('https://go.ezidebit.com/rs/959-IFO-826/images/adam-krowitz-386792.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.ez-column-right {
  height: 100%;
  text-align: center;
}

.ez-row-hero {
  display: block;
  height: 700px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.ez-column-text-div-content {
  display: inline-block;
  max-width: 80%;
  padding-top: 50px;
}

.div-block {
}

.body {
  overflow: auto;
}

.div-block-2 {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-3 {
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('https://go.ezidebit.com/rs/959-IFO-826/images/lpbanner-keyword-merchantseervices.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading {
  display: block;
  margin-top: 5%;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-top: 0%;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

.image {
  height: 75px;
  margin-left: 10%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-2 {
  width: 50px;
  padding-top: 13px;
  padding-right: 0px;
}

.text-block {
  margin-left: 10%;
  padding-top: 10px;
  color: #fff;
  font-size: 20px;
}

.link-block-2 {
  margin-left: 10%;
}

.image-3 {
  display: none;
}

.column {
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 14px;
}

.row {
  padding-right: 30%;
  padding-left: 30%;
}

.div-block-4 {
  width: 600px;
  float: right;
}

.column-4 {
  display: none;
}

@media (max-width: 991px) {
  .e-section.hero {
    background-image: -webkit-linear-gradient(270deg, #414042, #414042), url('https://go.ezidebit.com/rs/959-IFO-826/images/clock-landing-page.png');
    background-image: linear-gradient(180deg, #414042, #414042), url('https://go.ezidebit.com/rs/959-IFO-826/images/clock-landing-page.png');
    background-size: auto, cover;
  }
  .e-container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .e-container.hero {
    padding-top: 50px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .e-section-heading.hero {
    padding-top: 1%;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
  }
  .e-btn.cta {
    height: auto;
  }
  .e-icon {
    width: 60px;
    height: 60px;
  }
  .ez-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ez-down-arrow {
    margin-top: 60px;
  }
  .ez-image-small {
    width: 100px;
  }
  .ez-image-med {
    width: 200px;
    height: 200px;
  }
  .ez-bg-div {
    width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .e-section-heading-hero.hero {
    font-size: 64px;
  }
  .div-block-3 {
    background-position: 50% 50%;
  }
  .heading {
    margin-top: 5%;
    margin-bottom: auto;
    margin-left: 5%;
    padding-top: 0%;
    padding-left: 0%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
  }
  .image {
    height: 50px;
    margin-top: 2%;
    margin-left: 5%;
  }
  .image-2 {
    width: 30px;
    margin-top: 10%;
    padding-top: 0px;
  }
  .text-block {
    margin-top: 4px;
    margin-left: 5%;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .link-block-2 {
    margin-left: 5%;
  }
  .div-block-4 {
    width: 350px;
  }
  .column-4 {
    display: none;
  }
}

@media (max-width: 767px) {
  .e-container.hero {
    padding-top: 60px;
  }
  .e-section-heading.hero {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0%;
    padding-bottom: 0px;
    font-size: 35px;
  }
  .e-section-heading.small {
    width: 70%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .e-btn.cta {
    width: 100%;
  }
  .e-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .ez-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ez-column {
    margin-bottom: 50px;
  }
  .ez-down-arrow {
    margin-top: 50px;
  }
  .ez-image-small {
    width: 100px;
    height: 100px;
    padding-bottom: 0px;
  }
  .ez-image-med {
    width: 300px;
    height: 300px;
  }
  .ez-bg-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ez-column-hero {
    margin-bottom: 50px;
  }
  .e-section-heading-hero.hero {
    font-size: 35px;
  }
  .e-section-heading-hero.small {
    width: 70%;
    font-size: 20px;
    line-height: 24px;
  }
  .ez-column-right {
    margin-bottom: 50px;
  }
  .ez-row-hero {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-block {
    font-weight: 400;
  }
  .div-block-3 {
    background-position: 50% 50%;
  }
  .heading {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .image {
    height: 30px;
    margin-top: 2%;
  }
  .image-2 {
    margin-top: auto;
    padding-top: 0px;
  }
  .text-block {
    padding-bottom: 5px;
    font-size: 12px;
  }
  .column {
    padding-left: 10px;
  }
  .column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-4 {
    width: 95%;
  }
  .column-4 {
    display: none;
  }
}

@media (max-width: 479px) {
  .e-container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .e-container.hero {
    padding-top: 50px;
    background-image: none;
  }
  .e-section-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .e-section-heading.hero {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
  }
  .e-section-heading.small {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
  }
  .e-heading-box {
    margin-bottom: 20px;
  }
  .ez-image-small {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ez-image-med {
    width: 250px;
    height: 250px;
  }
  .e-section-heading-hero {
    font-size: 20px;
    line-height: 24px;
  }
  .e-section-heading-hero.hero {
    font-size: 24px;
    line-height: 28px;
  }
  .e-section-heading-hero.small {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
  }
  .div-block-3 {
    overflow: visible;
    padding-bottom: 30px;
  }
  .heading {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .image {
    display: block;
    padding-right: 0%;
  }
  .image-2 {
    display: block;
  }
  .text-block {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .link-block-2 {
    display: block;
  }
  .image-3 {
    display: none;
  }
  .div-block-4 {
    width: 95%;
  }
}

@font-face {
  font-family: 'Porter';
  src: url('../fonts/Porter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Neosansstd';
  src: url('../fonts/NeoSansStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Neosansstd';
  src: url('../fonts/NeoSansStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Neosansstd';
  src: url('../fonts/NeoSansStd-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Neosansstd';
  src: url('../fonts/NeoSansStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
