:root {
  --heading: "Faculty Glyphic", sans-serif;
  --body: "Funnel Sans", sans-serif;
  --black: #121212;
  --main-blue: #3070b6;
  --coyote: #7a542e;
  --white: #f8f8f8;
  --magnolia: #172121;
  --alt: "Funnel Display", sans-serif;
  --color: #6ccff6;
  --red: #e22c2c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  font-family: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 44px;
}

p {
  font-family: var(--body);
  color: var(--black);
  margin-bottom: 10px;
}

.container {
  max-width: 1170px;
  padding: 0 20px 20px;
}

.section {
  text-align: center;
  font-family: Bitter, serif;
}

.hp-banner-img {
  width: 100%;
  display: none;
}

.section-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/photo-store-security-camera.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  max-width: 1170px;
  min-height: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 81px;
  padding-bottom: 81px;
  display: flex;
}

.section-2.where-to-buy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Fotolia_75854173_M.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-2.where-to-buy.vsipro-hd {
  background-image: linear-gradient(#00000073, #00000073), url('../images/All-in-One-POS-Cornerstone.jpg');
}

.section-2.contact {
  background-image: linear-gradient(#0009, #0009), url('../images/AdobeStock_192584899.jpg');
  justify-content: space-between;
  padding-bottom: 81px;
}

.heading {
  font-family: var(--heading);
  color: #eee;
  margin-top: 0;
  margin-bottom: 62px;
  position: relative;
}

.heading.subheading {
  font-size: 22px;
  font-weight: 400;
}

.heading.subheading.less-padidng-bottom {
  margin-bottom: 10px;
}

.heading.less-padding-bottom {
  font-family: var(--heading);
  text-align: center;
  margin-bottom: 10px;
}

.heading.bigger {
  text-align: center;
  font-size: 70px;
}

.intro.form {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.intro.form.wider {
  max-width: 1170px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph {
  margin-bottom: 20px;
}

.cell, .cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  margin-top: 25px;
}

.field-label {
  font-family: var(--heading);
  text-align: center;
}

.form-block {
  max-width: 500px;
  margin: 20px auto;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cell-4 {
  justify-content: center;
  align-items: flex-end;
}

.quick-stack-2 {
  font-family: Bitter, serif;
}

.heading-2 {
  text-align: right;
  margin-bottom: 0;
}

.text-block {
  text-align: right;
  font-family: Droid Sans, sans-serif;
  line-height: 17px;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.submit-button {
  background-color: var(--main-blue);
  font-family: var(--heading);
  padding-top: 10px;
  padding-bottom: 10px;
}

.image {
  margin-bottom: 20px;
}

.navbar {
  background-color: #fff;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  background-color: var(--coyote);
  font-family: var(--heading);
  color: var(--white);
}

.nav-link:hover {
  background-color: var(--main-blue);
}

.nav-link.w--current {
  background-color: var(--main-blue);
  color: var(--white);
}

.brand.w--current {
  flex: 1;
}

.nav-menu {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: right;
  flex: 0 auto;
  display: flex;
}

.rich-text-block {
  font-family: var(--body);
  text-align: left;
  line-height: 1.3;
}

.body {
  line-height: 1.3;
}

.flex-block {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.image-2 {
  max-width: 270px;
}

.image-2.canal {
  filter: invert();
}

.div-block {
  font-family: var(--body);
  flex: 1;
  max-width: 670px;
  margin-left: 80px;
  padding: 20px 80px;
}

.rich-text-block-2 {
  text-align: left;
  margin-top: 20px;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.heading-3 {
  font-family: var(--heading);
  color: var(--magnolia);
  margin-bottom: 40px;
}

.div-block-2 {
  min-width: 270px;
}

.partner-title {
  font-family: var(--heading);
  color: var(--main-blue);
  font-size: 30px;
}

.link-block {
  display: flex;
}

.image-3 {
  width: 50px;
}

.heading-4, .heading-5 {
  font-family: var(--heading);
}

.rich-text-block-3 {
  font-family: var(--body);
}

.text-field, .text-field-2, .text-field-3 {
  font-family: var(--heading);
}

.textarea {
  font-family: var(--body);
}

.button {
  max-width: 430px;
  margin: 20px auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro.form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    background-color: #fff;
    padding-right: 20px;
  }

  .nav-link {
    margin-bottom: 20px;
  }

  .nav-menu {
    background-color: #ffffffa3;
    display: block;
  }

  .link-block {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .heading.subheading {
    font-size: 17px;
    line-height: 23px;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-2 {
    font-size: 14px;
  }

  .text-block {
    font-size: 10px;
    line-height: 12px;
  }
}

#w-node-eb640c6d-6c1c-d46d-a4b6-9e73aed6d95b-3a1f34a7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7c74ca44-0caf-5940-f3a1-68c65d18d6e4-5d18d6e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_7c74ca44-0caf-5940-f3a1-68c65d18d6e5-5d18d6e2 {
    grid-column: span 1 / span 1;
  }
}


