body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #ae1f23;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #996868;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  margin-left: 15px;
  background-color: #f1f1f1;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, 0.77);
}

.button.black {
  background-color: #333;
}

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

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.full-width:hover {
  background-color: #ae1f23;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #ae1f23;
}

.button.tab.w--current:hover {
  background-color: #ae1f23;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.request-demo {
  background-color: #4caf50;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  color: #5d5d5d;
}

.navigation-link.white:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.navigation-link.white.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 48, 43, 0.31)), to(rgba(162, 48, 43, 0.31)));
  background-image: linear-gradient(180deg, rgba(162, 48, 43, 0.31), rgba(162, 48, 43, 0.31));
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  background-image: url('http://www.jancointernational.com/images/logo-placeholder.png');
  background-position: 0px 0px;
  background-size: cover;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

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

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  display: block;
  overflow: visible;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

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

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.section.contact-form {
  display: block;
}

.hero-slider {
  height: 400px;
  background-color: transparent;
}

.slide {
  padding-top: 40px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #f3f3f3;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-subheading {
  display: none;
  background-color: transparent;
  color: #fff;
}

.page-subheading.tag-for-feedback {
  background-color: transparent;
  color: #fff;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1565c0;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: #ae1f23;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 14px;
  padding-right: 0px;
  color: #fff;
}

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

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.page-title-ribbon {
  padding: 20px;
  background-color: #164a85;
  color: #fff;
  text-align: center;
}

.page-title-ribbon.knowledgebase {
  background-color: rgba(146, 33, 33, 0.69);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23255f), to(#23255f));
  background-image: linear-gradient(180deg, #23255f, #23255f);
}

.page-title-ribbon.stocktrac {
  margin-bottom: 0px;
  background-color: #a2302b;
}

.page-title-ribbon.tiretools {
  background-color: #d11f39;
}

.page-title-ribbon.inspec {
  background-color: #3c19ce;
}

.page-title-ribbon.text {
  background-color: #05aa09;
}

.page-title-ribbon.mvconnect {
  background-color: #d1b026;
}

.page-title-ribbon.cloud-backup {
  background-color: #2196f3;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  color: #1d5ece;
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  color: #1565c0;
  font-size: 33px;
}

.slider-icon-circle.left {
  color: #1565c0;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

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

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

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

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: #f1f1f1;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  display: block;
  margin-left: 10px;
  padding-left: 20px;
  background-color: transparent;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.sidemenu-link.hidden {
  display: none;
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.footer-link.hidden {
  display: block;
}

.footer-link.hidden.w--current {
  display: block;
}

.footer-link.twitter {
  display: none;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.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;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text {
  line-height: 18px;
  font-weight: 400;
  white-space: normal;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

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

.content-column {
  padding-top: 10px;
}

.feature-column {
  background-color: transparent;
  text-align: center;
}

.waterfall-image-column {
  text-align: center;
}

.waterfall-text-column {
  position: relative;
}

.image {
  display: inline-block;
  padding-top: 69px;
}

.image-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.heading {
  font-size: 24px;
}

.column {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: 1fr 1fr auto auto auto auto;
  grid-template-rows: 1fr 1fr auto auto auto auto;
}

.field-label {
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
}

.field-label-2 {
  margin-bottom: 0px;
}

.field-label-3 {
  margin-bottom: 0px;
  margin-left: 10px;
}

.form-label-margin {
  margin-bottom: 0px;
  margin-left: 10px;
}

.field-label-5 {
  margin-bottom: 0px;
}

.field-label-6 {
  margin-bottom: 0px;
}

.field-label-7 {
  margin-bottom: 0px;
}

.field-label-8 {
  margin-bottom: 0px;
}

.field-label-9 {
  margin-bottom: 0px;
}

.field-label-10 {
  margin-bottom: 0px;
}

.field-label-11 {
  margin-bottom: 0px;
}

.field-label-12 {
  margin-bottom: 0px;
}

.text-field {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.button-2 {
  display: inline-block;
  background-color: #ae1f23;
}

.columns {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.submenu:hover {
  background-color: rgba(162, 48, 43, 0.31);
}

.section-2 {
  padding-top: 20px;
}

.software_submenu-link:hover {
  background-color: #c99292;
  color: #000;
}

.software_submenu-link.w--current {
  color: #d32f2f;
}

.text-block {
  color: #5d5d5d;
}

.icon {
  color: #5d5d5d;
}

.rich-text-block {
  padding-top: 20px;
}

.text-block-2 {
  background-color: #ffc107;
  font-weight: 700;
  text-align: center;
}

.column-2 {
  background-color: #ffc107;
}

.rich-text-block-2 {
  background-color: transparent;
}

.rich-text-block-3 {
  background-color: transparent;
}

.rich-text-block-4 {
  background-color: transparent;
}

.rich-text-block-5 {
  padding-top: 30px;
  background-color: transparent;
}

.rich-text-block-6 {
  background-color: #ffc107;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.form-block {
  margin-right: 0px;
  padding-right: 0px;
}

.column-3 {
  padding-left: 0px;
}

.text-field-2 {
  margin-left: 10px;
}

.form-field-margin {
  margin-left: 10px;
}

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

.container-3 {
  background-color: #4caf50;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #4caf50;
  color: #fff;
  text-align: center;
}

.heading-3 {
  margin-bottom: 5px;
}

.heading-4 {
  margin-bottom: 5px;
}

.heading-5 {
  margin-bottom: 5px;
}

.heading-6 {
  margin-bottom: 5px;
}

.heading-7 {
  margin-bottom: 5px;
}

.close-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  text-align: right;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.form-wrapper-2 {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}

.contact-text {
  margin-bottom: 20px;
  padding-top: 10px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.text-field-3 {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #acacac;
  font-size: 16px;
}

.text-field-3:focus {
  border-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.text-field-3.text-area {
  height: 120px;
}

.text-field-3.support {
  overflow: scroll;
  border-color: #fff;
  background-color: rgba(51, 51, 51, 0.79);
  color: #fff;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.submit-button:hover {
  background-color: #13243c;
}

.success-message-2 {
  background-color: #2bab68;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.side-contact {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: none;
  overflow: scroll;
  width: 320px;
  height: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.div-block {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  overflow: scroll;
  padding: 15px 20px;
  background-color: #1565c0;
}

.form {
  color: #fff;
}

.form.support_form {
  color: #fff;
}

.form-block-2 {
  color: #333;
}

.support-contact {
  position: fixed;
  left: 25%;
  top: 0%;
  right: 25%;
  bottom: auto;
  z-index: 9999;
  display: none;
  overflow: auto;
  max-height: 80%;
  max-width: 80%;
  padding: 10px 20px;
  background-color: #1565c0;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-padding-block {
  padding-bottom: 40px;
}

.columns-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #607d8b;
}

.columns-2.stockttrac {
  background-color: #ffc107;
}

.columns-2.mvconnect {
  background-color: #3f51b5;
}

.columns-2.inspec {
  background-color: #a8a8a8;
}

.columns-2.cloud-backup {
  background-color: #c29718;
}

.columns-2.cloud-backup-2 {
  background-color: #5ebeca;
}

.columns-2.texting-1 {
  background-color: #8fcf91;
}

.columns-2.texting-2 {
  background-color: #ac6a7f;
}

.columns-2.texting-3 {
  background-color: #d3cc7c;
}

.columns-2.inspec-2 {
  background-color: #dbdbdb;
}

.columns-2.inspec-3 {
  background-color: #53869e;
}

.heading-8 {
  display: block;
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.heading-9 {
  color: #333;
  font-size: 18px;
  text-align: center;
}

.image-4 {
  display: block;
  margin: 10px auto;
  text-align: left;
}

.image-5 {
  display: block;
  margin: 10px auto;
}

.columns-3 {
  margin: 0px 0px 10px;
  padding: 0px 10px 10px;
  background-color: transparent;
}

.div-block-2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.feature-highlight {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.feature-highlight.pos {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d3b079;
}

.feature-highlight.vendor-tracking {
  background-color: #acdee4;
}

.feature-highlight.accounts-r {
  background-color: #8ccb91;
}

.feature-highlight.customers {
  background-color: #899fd2;
}

.feature-highlight.sales {
  background-color: #b9d2af;
}

.feature-highlight.employees {
  background-color: #a5bdce;
}

.column-5 {
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-10 {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-11 {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-12 {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-13 {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-14 {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-15 {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-12 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  position: relative;
  left: 0%;
  top: 28%;
  right: 0%;
  bottom: 0px;
  z-index: -1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.image-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide-2 {
  height: 300px;
}

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

.image-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.icon-2 {
  display: none;
}

.icon-3 {
  display: none;
}

.slide-3 {
  background-color: transparent;
}

.div-block-3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.image-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.columns-4 {
  background-color: #5113e2;
}

.paragraph {
  color: #f1f1f1;
}

.paragraph-2 {
  color: #f1f1f1;
}

.heading-16 {
  margin-top: 10px;
  color: #f1f1f1;
  text-align: center;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-18 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-17 {
  display: block;
  margin: auto;
  text-align: left;
}

.paragraph-3 {
  background-color: #cddc39;
}

.paragraph-4 {
  background-color: #cddc39;
}

.image-19 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-20 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-18 {
  color: #f1f1f1;
}

.heading-19 {
  position: static;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-20 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(93, 93, 93, 0.38);
  text-align: center;
}

.heading-20.homepage {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: hsla(0, 0%, 85.9%, 0);
  color: #263899;
  font-size: 30px;
}

.section-3 {
  margin-top: 10px;
  background-color: #3fb562;
}

.heading-21 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.form-2 {
  display: none;
}

.icon-4 {
  background-color: rgba(245, 173, 173, 0);
  color: #bd1d1d;
}

.submit-button-2 {
  display: none;
}

.image-21 {
  display: none;
}

.text-block-3 {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(199, 198, 198, 0.41);
  text-align: center;
}

.link-2 {
  color: #075797;
}

.link-block {
  padding-right: 5px;
  padding-left: 5px;
}

.link-block.techlink-legacy {
  background-color: #dbdbdb;
}

.link-block-2 {
  padding-right: 5px;
  padding-left: 5px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.faq-question {
  display: block;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="fade-out-top-scroll-in"] {
  display: block;
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000003, 0.6000000000000003);
  -ms-transform: scale(0.6000000000000003, 0.6000000000000003);
  transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="hide-faq"] {
  display: none;
  opacity: 0;
  height: 0px;
}

@media screen and (max-width: 991px) {
  .button.tab {
    margin-top: 10px;
  }
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.left {
    float: left;
  }
  .hamburger-button.white {
    color: #000;
  }
  .hero-slider {
    height: 400px;
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .nav-menu {
    padding: 17px;
    background-color: #333;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .social-footer {
    margin-top: 0px;
  }
  .content-column {
    padding-top: 0px;
  }
  .form-wrapper-2 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .button.tab {
    margin-top: 10px;
  }
  .hamburger-button.white {
    color: #000;
  }
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slider {
    height: 528px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }
  .picture-border {
    margin-bottom: 13px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    margin-bottom: 10px;
  }
  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-wrapper-2 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .button.white {
    margin-top: 10px;
  }
  .button.tab {
    margin-bottom: 9px;
  }
  .hamburger-button.white {
    display: block;
    color: #000;
    text-align: left;
  }
  .hero-slider {
    height: 550px;
  }
  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }
  .grid-fours {
    width: 50%;
  }
  .close-link:hover {
    color: #fff;
  }
  .form-wrapper-2 {
    width: 90%;
  }
}

#w-node-fab1286cf6ae-23df3e7c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fab1286cf6b1-23df3e7c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}