h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 300;
}

.body {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.body-div {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.section {
  padding: 60px;
  text-align: center;
}

.section.gray {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
}

.section.gray.small-section {
  padding: 15px;
}

.section.footer-section {
  text-align: left;
}

.section.image-section {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/1024-1__03335.1507081527.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/1024-1__03335.1507081527.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.section.small-section {
  padding: 15px 30px;
}

.section.hidden-section {
  display: none;
}

.brand {
  z-index: 1250;
  display: inline-block;
  float: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand:hover {
  -webkit-transform: rotate(-450deg);
  -ms-transform: rotate(-450deg);
  transform: rotate(-450deg);
}

.brand.dashboard-brand:hover {
  -webkit-transform: rotate(-540deg);
  -ms-transform: rotate(-540deg);
  transform: rotate(-540deg);
}

.corduro-icon {
  height: 40px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  background-color: #fff;
  box-shadow: 0 10px 25px -15px rgba(0, 0, 0, .25);
  font-size: 12px;
  text-align: center;
}

.navbar-row {
  margin-top: -35px;
  margin-bottom: 5px;
}

.menu-button {
  padding: 0px;
  float: left;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-button.w--open {
  background-color: transparent;
  color: #000;
}

.menu-icon-div {
  display: inline-block;
  margin-top: 7px;
  margin-right: 15px;
  float: left;
}

.menu-icon-line-1 {
  width: 20px;
  margin-bottom: 6px;
  border-bottom: 1px solid #000;
}

.menu-icon-line-2 {
  width: 20px;
  margin-bottom: 6px;
  border-bottom: 1px solid #000;
}

.menu-icon-line-3 {
  width: 20px;
  margin-bottom: 6px;
  border-bottom: 1px solid #000;
}

.text-block {
  margin-top: 5px;
  float: right;
}

.navbar-link {
  margin-left: 15px;
  float: right;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.small-icon {
  height: 30px;
}

.small-icon.right-justified-small-icon {
  margin-left: 10px;
  float: right;
}

.small-icon.left-justified-small-icon {
  margin-right: 15px;
  float: left;
}

.nav-link-div {
  display: inline-block;
  padding-right: 15px;
  float: right;
  border-right: 1px solid rgba(0, 0, 0, .25);
}

.menu-link {
  display: block;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #000;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.menu-link:hover {
  border-color: rgba(0, 0, 0, .25);
  color: #0094ff;
}

.menu-link.w--current {
  color: #0094ff;
}

.dropdown-link-text {
  display: inline-block;
  margin-top: 5px;
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1500;
  display: block;
  overflow: auto;
  max-width: 1500px;
  min-height: 475px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 15px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  background-color: #fff;
  font-weight: 600;
}

.nav-menu-header {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  text-align: left;
}

.header-group {
  padding-top: 70px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 475px;
  padding: 60px;
  -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;
  background-color: rgba(0, 104, 179, .75);
  color: #fff;
  text-align: center;
}

.header.shop {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('../images/POS-Bundle_0000_Layer-1.png');
  background-position: 75% 50%;
  background-size: 750px;
  background-repeat: no-repeat;
  color: #000;
  text-align: left;
  text-shadow: none;
}

.header.header-small {
  height: 250px;
  background-color: rgba(0, 104, 179, .75);
  background-image: none;
}

.header.header-small.even-smaller-header {
  height: 175px;
}

.header.text-giving-header {
  background-image: -webkit-linear-gradient(0deg, transparent, #fff 50%), url('../images/Receipt-on-Phone.jpg');
  background-image: linear-gradient(90deg, transparent, #fff 50%), url('../images/Receipt-on-Phone.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  color: #000;
}

.header.retail-liquor-header {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-87224-1500.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-87224-1500.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, 1500px;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.header.non-profit-header {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-255488-1500.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-255488-1500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1500px;
  background-repeat: repeat, no-repeat;
}

.header.product-header {
  background-color: rgba(0, 104, 179, .75);
  background-image: none;
  text-align: left;
}

.header.food-drink-header {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/restaurant-coffee-cup-cappuccino-1500.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/restaurant-coffee-cup-cappuccino-1500.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 1500px;
  background-repeat: repeat, repeat;
}

.header.login-header {
  background-image: none;
  color: #000;
}

.header.professional-header {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-40120-1500.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-40120-1500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1500px;
  background-repeat: repeat, no-repeat;
}

.header.service-repair-header {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-221027-1500.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-221027-1500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1500px;
  background-repeat: repeat, no-repeat;
}

.header.healthcare-header {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-339620-1500.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-339620-1500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1500px;
  background-repeat: repeat, no-repeat;
}

.header.education-alumni-header {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-94356-1500.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-photo-94356-1500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1500px;
  background-repeat: repeat, no-repeat;
}

.header.sports-leisure-header {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/the-ball-488714-1500.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/the-ball-488714-1500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1500px;
  background-repeat: repeat, no-repeat;
}

.header.other-header {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/people-eiffel-tower-lights-night-1500.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/people-eiffel-tower-lights-night-1500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1500px;
  background-repeat: repeat, no-repeat;
}

.header.header-adjust {
  height: 423px;
}

.button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 30px;
  border: 2px solid #0094ff;
  border-radius: 50px;
  background-color: #0094ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 600;
}

.button:hover {
  border-color: #0068b3;
  background-color: #0068b3;
}

.button.dark-button {
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #0068b3;
  background-color: #0068b3;
}

.button.dark-button:hover {
  border-color: #004e86;
  background-color: #004e86;
}

.container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-link {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #0094ff;
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  opacity: 0.75;
}

.text-link.footer-text-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

.text-link.footer-text-link:hover {
  color: #0094ff;
}

.text-link.footer-text-link.w--current {
  color: #0094ff;
}

.text-link.white-text-link {
  color: #fff;
}

.text-link.forgot-password {
  margin-top: 0px;
  margin-bottom: 10px;
  float: right;
  font-weight: 400;
}

.dropdown {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.dropdown-toggle {
  padding: 15px 50px 15px 30px;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 600;
}

.dropdown-toggle:hover {
  background-color: #fff;
  color: #000;
}

.dropdown-toggle.black-dropdown-toggle {
  border-color: #000;
  color: #000;
}

.dropdown-toggle.black-dropdown-toggle:hover {
  background-color: #000;
  color: #fff;
}

.icon {
  height: 60px;
}

.dropdown-list {
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: -250px;
}

.dropdown-list.w--open {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.dropdown-link {
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: rgba(0, 0, 0, .05);
}

.dropdown-link.w--current {
  color: #0094ff;
}

.notification {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 20px;
  border-radius: 50px;
  background-color: red;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
}

.header-image {
  display: block;
  max-height: 350px;
  margin-right: auto;
  margin-left: auto;
}

.header-image.hidden-image {
  display: none;
}

.link-block {
  display: block;
  padding: 30px 15px;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.link-block:hover {
  border-color: rgba(0, 148, 255, .5);
  color: #0094ff;
}

.link-block.smaller-link-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

.line {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.div-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.div-block.div-block-outlined {
  border-color: rgba(0, 148, 255, .75);
}

.div-block.div-block-outlined.outlined-black {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: rgba(0, 0, 0, .25);
}

.div-block.div-block-v2 {
  padding: 15px;
}

.div-block.pricing-div {
  max-width: 350px;
  border-color: #0094ff;
}

.h1-color {
  color: #0094ff;
}

.desktop-only-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.unordered-list {
  margin-top: 20px;
  text-align: left;
  list-style-type: none;
}

.checkmark-div {
  display: inline-block;
  height: 20px;
  margin-bottom: -20px;
  margin-left: -40px;
  padding-top: 10px;
  color: #0094ff;
}

.checkmark-r {
  width: 20px;
  margin-top: -5px;
  margin-left: 5px;
  border-top-style: solid;
  border-top-width: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkmark-l {
  width: 10px;
  border-top-style: solid;
  border-top-width: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-paragraph {
  margin-top: -10px;
}

.list-paragraph.bold-list-paragraph {
  font-weight: 600;
}

.hollow-button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 30px;
  border: 2px solid #0094ff;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0094ff;
  font-weight: 600;
}

.hollow-button:hover {
  background-color: #0094ff;
  color: #fff;
}

.hollow-button.white-hollow-button {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white-hollow-button:hover {
  background-color: #fff;
  color: #0094ff;
}

.hollow-button.black-hollow-button {
  border-color: #000;
  color: #000;
}

.hollow-button.black-hollow-button:hover {
  background-color: #000;
  color: #fff;
}

.big-line {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.image-2 {
  height: 125px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.in-text-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #0094ff;
  text-decoration: none;
}

.in-text-link:hover {
  opacity: 0.75;
}

.in-text-link.white-in-text-link {
  color: #fff;
  font-weight: 600;
}

.pricing-link-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .25);
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.pricing-link-block:hover {
  border-color: #0094ff;
  color: #0094ff;
}

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

.field-label {
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
}

.text-field {
  margin-bottom: 25px;
  border-radius: 10px;
  font-weight: 300;
}

.select-field {
  margin-bottom: 25px;
  border-radius: 10px;
  font-weight: 600;
}

.textarea {
  min-height: 100px;
  margin-bottom: 25px;
  border-radius: 10px;
  font-weight: 300;
}

.big-icon {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.tabs {
  display: none;
}

.tab-link {
  margin-bottom: 15px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.tab-link:hover {
  opacity: 0.75;
}

.tab-link.w--current {
  border-bottom-color: #0094ff;
  background-color: transparent;
  color: #0094ff;
}

.tab-link.type-2 {
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 30px;
  border-bottom-style: none;
  border-radius: 50px;
  background-color: #0094ff;
  color: #fff;
  font-weight: 600;
}

.tab-link.type-2.w--current {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.image {
  display: block;
  max-height: 300px;
  margin: 30px auto;
}

.image.smaller-image {
  max-height: 225px;
  margin-top: 105px;
}

.image.bottom-of-image {
  margin-bottom: -60px;
}

.column-left {
  text-align: left;
}

.black-paragraph {
  color: #000;
}

.dropdown-link-2 {
  display: block;
  margin: 0px;
  padding: 15px;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
}

.dropdown-link-2:hover {
  background-color: rgba(0, 0, 0, .05);
}

.dropdown-link-2.w--current {
  color: #0094ff;
}

.hide-on-desktop {
  display: none;
}

.form {
  text-align: center;
}

.map {
  height: 400px;
}

.slide-1 {
  background-image: url('../images/Step-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  max-height: 350px;
  background-color: transparent;
}

.slide-nav {
  margin-bottom: -50px;
}

.slide-2 {
  background-image: url('../images/Step-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/Step-3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.download-image {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}

.container-2 {
  padding: 30px;
}

.container-2.top-space {
  padding-top: 45px;
}

.download-link {
  float: right;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.download-link:hover {
  opacity: 0.5;
}

.download-link.left {
  float: left;
}

.download-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1002;
  display: none;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.sub-heading {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.sub-heading.black {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.x {
  display: inline-block;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.x:hover {
  opacity: 0.5;
}

.link-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
  color: #000;
  text-decoration: none;
}

.heading-2 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.section-2 {
  display: none;
}

.ordered-list {
  text-align: left;
}

.background-video {
  position: relative;
  z-index: 250;
  height: 475px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 60px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 148, 255, .25), rgba(0, 148, 255, .25));
  background-image: linear-gradient(180deg, rgba(0, 148, 255, .25), rgba(0, 148, 255, .25));
}

.payments-logo {
  width: 75px;
}

.payments-logo.middle-pay-logo {
  width: 200px;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.image-3 {
  height: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
}

.image-4 {
  max-width: 150px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.div-block-shadow {
  margin-top: 30px;
  margin-left: 15px;
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
  border-radius: 5px;
}

.text-span {
  font-style: italic;
  font-weight: 600;
}

.heading-3 {
  color: #0094ff;
}

@media (max-width: 991px) {
  .nav-menu {
    height: 95%;
    min-height: 0px;
    padding: 0px 25px 75px;
  }
  .header {
    padding-right: 25px;
    padding-left: 25px;
  }
  .header.shop {
    background-position: 100% 75%;
    background-size: 500px;
  }
  .header.text-giving-header {
    background-position: 0px 0px, -275px 0px;
  }
  .header.retail-liquor-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-87224-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-87224-1500.jpg');
    background-size: auto, 1250px;
  }
  .header.non-profit-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-255488-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-255488-1500.jpg');
    background-size: auto, 1250px;
  }
  .header.food-drink-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/restaurant-coffee-cup-cappuccino-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/restaurant-coffee-cup-cappuccino-1500.jpg');
    background-size: auto, 1250px;
  }
  .header.professional-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-40120-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-40120-1500.jpg');
    background-size: auto, 1250px;
  }
  .header.service-repair-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-221027-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-221027-1500.jpg');
    background-size: auto, 1250px;
  }
  .header.education-alumni-header {
    background-image: url('../images/pexels-photo-94356-1500.jpg'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/pexels-photo-94356-1500.jpg'), linear-gradient(180deg, null, null);
    background-size: 1250px, auto;
  }
  .header.sports-leisure-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/the-ball-488714-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/the-ball-488714-1500.jpg');
    background-size: auto, 1250px;
  }
  .header.other-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/people-eiffel-tower-lights-night-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/people-eiffel-tower-lights-night-1500.jpg');
    background-size: auto, 1250px;
  }
  .header.header-adjust {
    height: 443px;
  }
  .icon {
    height: 50px;
  }
  .dropdown-list.w--open {
    margin-top: -237px;
  }
  .link-block.smaller-link-block {
    padding: 10px;
  }
  .div-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block.div-block-outlined.outlined-black {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .desktop-only-row {
    display: none;
  }
  .tabs {
    display: block;
  }
  .div-block-2 {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  h3 {
    font-size: 14px;
    line-height: 22px;
  }
  p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .section {
    padding: 35px 30px;
  }
  .brand {
    padding-left: 0px;
  }
  .corduro-icon {
    height: 30px;
  }
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-row {
    margin-top: -30px;
    margin-bottom: 0px;
  }
  .text-block {
    display: none;
  }
  .text-block.menu {
    display: block;
    font-size: 10px;
    line-height: 18px;
  }
  .navbar-link {
    margin-left: 10px;
  }
  .small-icon.right-justified-small-icon {
    margin-left: 0px;
  }
  .nav-link-div {
    padding-right: 0px;
    border-right-style: none;
  }
  .dropdown-link-text {
    display: block;
  }
  .nav-menu {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-group {
    padding-top: 60px;
  }
  .header {
    height: 460px;
    padding: 30px 20px;
  }
  .header.shop {
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }
  .header.header-small {
    height: 200px;
  }
  .header.header-small.even-smaller-header {
    height: 125px;
  }
  .header.text-giving-header {
    background-position: 0px 0px, -225px 50%;
    background-size: auto, cover;
  }
  .header.retail-liquor-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-87224-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-87224-1500.jpg');
    background-size: auto, 1000px;
  }
  .header.non-profit-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-255488-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-255488-1500.jpg');
    background-size: auto, 1000px;
  }
  .header.product-header {
    text-align: center;
  }
  .header.food-drink-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/restaurant-coffee-cup-cappuccino-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/restaurant-coffee-cup-cappuccino-1500.jpg');
    background-size: auto, 1000px;
  }
  .header.professional-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-40120-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-40120-1500.jpg');
    background-size: auto, 1000px;
  }
  .header.service-repair-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-221027-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-221027-1500.jpg');
    background-size: auto, 1000px;
  }
  .header.education-alumni-header {
    background-image: url('../images/pexels-photo-94356-1500.jpg'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/pexels-photo-94356-1500.jpg'), linear-gradient(180deg, null, null);
    background-size: 1000px, auto;
  }
  .header.sports-leisure-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/the-ball-488714-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/the-ball-488714-1500.jpg');
    background-size: auto, 1000px;
  }
  .header.other-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/people-eiffel-tower-lights-night-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/people-eiffel-tower-lights-night-1500.jpg');
    background-size: auto, 1000px;
  }
  .header.header-adjust {
    height: 418px;
  }
  .button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 25px;
    font-size: 12px;
    line-height: 18px;
  }
  .h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .text-link {
    font-size: 12px;
    line-height: 18px;
  }
  .text-link.text-link-adjust {
    margin-left: 60px;
  }
  .dropdown-toggle {
    padding: 10px 45px 10px 25px;
    font-size: 12px;
    line-height: 18px;
  }
  .icon {
    height: 40px;
  }
  .icon.left-justified-icon {
    float: left;
  }
  .dropdown-list.w--open {
    margin-top: -205px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .dropdown-link {
    padding: 12px;
    border-radius: 10px;
    text-align: center;
  }
  .header-image {
    display: block;
    max-height: 150px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .header-image.hidden-image {
    display: block;
  }
  .link-block.link-block-v2 {
    padding: 15px 5px 5px;
    text-align: left;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block {
    padding: 15px;
  }
  .div-block.div-block-v2 {
    max-width: none;
    padding: 5px;
    text-align: left;
  }
  .hollow-button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 25px;
    font-size: 12px;
    line-height: 18px;
  }
  .big-line {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 15px;
  }
  .pricing-link-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .field-label {
    font-size: 12px;
    line-height: 18px;
  }
  .text-field {
    font-size: 12px;
    line-height: 18px;
  }
  .select-field {
    font-size: 12px;
    line-height: 18px;
  }
  .textarea {
    font-size: 12px;
    line-height: 18px;
  }
  .big-icon {
    height: 75px;
  }
  .tab-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 18px;
  }
  .tab-link.type-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
  }
  .image.smaller-image {
    margin-top: 30px;
  }
  .image.bottom-of-image {
    margin-bottom: -35px;
  }
  .dropdown-link-2 {
    padding: 10px;
  }
  .hide-on-mobile {
    display: block;
  }
  .hide-on-desktop {
    display: none;
  }
  .h3-adjust {
    margin-left: 60px;
  }
  .paragraph-adjust {
    margin-top: 0px;
    margin-left: 60px;
    color: #000;
  }
  .map {
    height: 250px;
  }
  .slider {
    height: 125px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .slide-nav {
    font-size: 10px;
    line-height: 15px;
  }
  .slide-2 {
    display: inline-block;
  }
  .container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-2.top-space {
    text-align: center;
  }
  .download-link {
    display: inline-block;
    float: none;
    text-align: center;
  }
  .download-link.left {
    float: none;
  }
  .sub-heading {
    font-size: 12px;
  }
  .row {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .heading-2 {
    margin-bottom: 0px;
    font-size: 24px;
  }
  .background-video {
    height: 460px;
  }
  .div-block-2 {
    padding: 30px 20px;
  }
}

@media (max-width: 479px) {
  .section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-icon-div {
    margin-right: 10px;
  }
  .text-block {
    display: none;
  }
  .navbar-link {
    margin-left: 5px;
  }
  .small-icon.left-justified-small-icon {
    margin-right: 12px;
    float: left;
  }
  .dropdown-link-text {
    display: inline-block;
  }
  .header.shop {
    padding: 15px;
  }
  .header.text-giving-header {
    background-position: 0px 0px, -275px 0px;
  }
  .header.retail-liquor-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-87224-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-87224-1500.jpg');
    background-size: auto, 750px;
  }
  .header.non-profit-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-255488-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-255488-1500.jpg');
    background-size: auto, 750px;
  }
  .header.food-drink-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/restaurant-coffee-cup-cappuccino-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/restaurant-coffee-cup-cappuccino-1500.jpg');
    background-size: auto, 750px;
  }
  .header.professional-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-40120-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-40120-1500.jpg');
    background-size: auto, 750px;
  }
  .header.service-repair-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/pexels-photo-221027-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-221027-1500.jpg');
    background-size: auto, 750px;
  }
  .header.education-alumni-header {
    background-image: url('../images/pexels-photo-94356-1500.jpg'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/pexels-photo-94356-1500.jpg'), linear-gradient(180deg, null, null);
    background-size: 750px, auto;
  }
  .header.sports-leisure-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/the-ball-488714-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/the-ball-488714-1500.jpg');
    background-size: auto, 750px;
  }
  .header.other-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/people-eiffel-tower-lights-night-1500.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/people-eiffel-tower-lights-night-1500.jpg');
    background-size: auto, 750px;
  }
  .header.header-adjust {
    height: 324px;
  }
  .icon {
    height: 35px;
  }
  .dropdown-list.w--open {
    margin-top: -237px;
    padding: 0px;
  }
  .dropdown-link {
    padding: 7px 12px;
    border-radius: 0px;
    text-align: left;
  }
  .header-image {
    max-width: 180px;
  }
  .header-image.hidden-image {
    height: auto;
    max-height: 125px;
  }
  .link-block {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .image-2 {
    width: 130px;
    height: auto;
  }
  .tab-link {
    display: inline-block;
    padding: 7px 12px;
  }
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }
  .map {
    height: 200px;
  }
  .slide-nav {
    margin-bottom: -45px;
  }
}

