body {
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}
h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}
h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #f05a2a;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 8px;
}
.button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 14px;
  padding: 5px 15px;
  border: 1px solid #f05a2a;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: #f05a2a;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #f05a2a;
  color: white;
}
.button.hollow {
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px, black 0px 0px 0px 2px inset;
  color: black;
  text-shadow: none;
}
.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px, #489fd9 0px 0px 0px 2px inset;
  color: white;
  text-shadow: none;
}
.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo-text {
  margin-top: 24px;
  font-family: Oswald, sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}
.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}
.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 0px 0px;
}
.nav-link {
  padding: 10px 15px;
  box-shadow: transparent 0px 3px 0px 0px inset;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
}
.nav-link:hover {
  box-shadow: rgba(181, 181, 181, 0.49) 0px 3px 0px 0px inset;
}
.nav-link.w--current {
  box-shadow: #4dbd90 0px 3px 0px 0px inset;
  color: #4dbd90;
}
.section {
  padding-top: 55px;
  padding-bottom: 55px;
}
.section.home {
  padding-top: 25px;
}

.section.blue {
  background-color: #e3f3fc;
}
.section.main {
  margin-top: 0px;
  background-color: #489fd9;
  background-image: url('../images/analytics-graphic2.png');
  background-position: 0% 23%;
  background-size: cover;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px;
}
.section.main.purple {
  background-color: #8668ab;
}
.section.main.green {
  background-color: #7aab42;
}
.section.main.orange {
  margin-top: 0px;
  background-color: #fd9915;
}
.section.grey {
  background-color: #f0f0f0;
}
.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: white;
}
.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #626469;
  color: #e4e8eb;
}
.section.footer.copyright {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #f5a623;
  color: #939596;
  font-size: 14px;
}
.section.purple {
  background-color: #e9f2f8;
}
.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}
.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #5d5f64;
}
.section.say1 {
  background-color: #f3ecf5;
}
.section.say2 {
  background-color: white;
}
.section.plans2 {
  background-color: #e2e2e3;
}
.section.support {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5a623;
  background-image: url('../images/hero-1d-cropped.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section.intro {
  padding-bottom: 0px;
}
.section.answer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8dbe2;
}
.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}
.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}
.slide._1 {
  background-color: #00ad6e;
}
.slide._2 {
  background-color: #00bdd6;
}
.slide._3 {
  background-color: #ccbe00;
}
.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.footer-form-heading {
  margin-bottom: 11px;
  color: #9c9c9c;
}
.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.social-icon:hover {
  opacity: 1;
}
.footer-title {
  margin-top: 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}
.page-link:hover {
  border-bottom-color: #489fd9;
}
.page-link.in-footer {
  display: block;
  color: #939596;
}
.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}
.page-link.white {
  border-bottom-color: rgba(255, 255, 255, 0.49);
  color: white;
}
.page-link.white:hover {
  border-bottom-color: white;
}
.email-field {
  width: 100%;
  height: 35px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}
.email-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: #489fd9 0px 0px 6px 0px;
}
.footer-form-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border: 0px none black;
  border-radius: 5px;
  background-color: #8f939c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}
.footer-form-button:hover {
  background-color: #489fd9;
  color: white;
}
.email-form {
  width: 80%;
}
.brand-link {
  text-decoration: none;
}
.success-message {
  background-color: #5f6166;
}
.main-heading {
  margin-bottom: 20px;
  color: white;
  font-size: 38px;
  line-height: 44px;
}
.section-subtitle {
  margin-bottom: 68px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}
.bold-text {
  font-weight: 400;
}
.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: white;
  color: #2b2b2b;
}
.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}
.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}
.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}
.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}
.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}
.additional-contact {
  margin-top: 21px;
  text-align: center;
}
.feature {
  text-align: left;
}
.feature.centered {
  text-align: center;
}
.feature-row {
  margin-bottom: 14px;
}
.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}
.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}
.testimony-text {
  margin-bottom: 21px;
  font-family:'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}
.slide-nav {
  display: none;
  font-size: 10px;
}
.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}
.name {
  font-weight: 500;
}
.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}
.slider-arrow:hover {
  color: black;
}
.feature-icon {
  margin-bottom: 12px;
}
.main-feature-group {
  margin-top: 30px;
}
.center-contents {
  text-align: center;
}
.small-features-row {
  margin-top: 71px;
}
.main-image.contact {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.client-logo {
  width: 16.6%;
}
.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}
.small-text {
  color: rgba(255, 255, 255, 0.31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.navbar {
  padding-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dcdae0;
  background-color: white;
}
.left-align {
  text-align: left;
}
.navlink {
  color: #4a4a4a;
  font-size: 15px;
  text-transform: uppercase;
}
.navlink:hover {
  color: #f5a623;
}
.navlink.w--current {
  color: #f05a2a;
}
.navlink.last {
  padding-right: 0px;
}
.dd-menu-link {
  background-color: #343b40;
  color: white;
}
.top-bar {
  height: 10px;
  background-color: #f05a2a;
}
.banner-container {
  background-color: transparent;
  text-align: right;
}
.banner-title-text {
  display: block;
  margin-bottom: 0px;
  margin-left: 100px;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #f5a623;
  color: white;
  line-height: 38px;
  font-weight: 300;
}
.banner-spacer {
  display: block;
  width: 120px;
  height: 118px;
  float: left;
}
.logo-suppt {
  width: 230px;
  margin-top: 3px;
}
.suppt-col-heading {
  margin-bottom: 15px;
  padding-bottom: 4px;
  border-bottom: 1px solid #333;
  font-size: 26px;
}
.suppt-home {
  padding-top: 4px;
  padding-bottom: 4px;
}
.support {
  color: #4a4a4a;
  font-size: 16px;
  text-decoration: none;
}
.support:hover {
  color: #f5a623;
}
.support:active {
  color: #f05a2a;
}
.copyright {
  color: white;
}
.logo-footer {
  width: 59px;
  margin-bottom: 15px;
}
.intro-text {
  color: #afb2b9;
  font-size: 20px;
  line-height: 28px;
}
html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}
html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}
@media (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 18px 0px;
    color: white;
  }
  .nav-link:hover {
    box-shadow: transparent 0px 3px 0px 0px inset;
  }
  .nav-link.w--current {
    box-shadow: transparent 0px 1px 0px 0px inset;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: black;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: black;
    color: white;
  }
  .section.support {
	  background-image: url('../images/hero-1d-cropped-short.jpg');
    background-position: -45px 50%;
    background-size: auto 127px;
    background-attachment: scroll;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: black;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .navmenu {
    background-color: #6b6c70;
  }
  .menubtn {
    padding-top: 10px;
    padding-bottom: 8px;
    background-color: white;
    font-size: 38px;
  }
  .menubtn.w--open {
    background-color: transparent;
  }
  .navlink {
    color: white;
    font-size: 24px;
    font-weight: 300;
  }
  .navlink.w--current {
    color: #f05a2a;
  }
  .dropdown-txt {
    color: white;
  }
  .icon-dd-arrow {
    color: white;
  }
  .banner-title-text {
    margin-left: 101px;
  }
  .logo-suppt {
    width: 230px;
  }
  .hamburger {
    color: #333;
  }
}
@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: left;
  }
  .section.main {
    margin-top: 0px;
  }
  .section.footer.copyright {
    padding-left: 20px;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .page-link.in-footer {
    padding-bottom: 8px;
  }
  .email-form {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .navbar {
    padding-bottom: 0px;
  }
  .top-bar {
    height: 8px;
  }
  .banner-title-text {
    margin-left: 116px;
    padding-right: 20px;
    font-size: 34px;
  }
  .logo-suppt {
    width: 220px;
  }
  .brand {
    padding-left: 20px;
  }
  .brand.w--current {
    padding-left: 20px;
  }
  .col-suppt {
    margin-bottom: 40px;
  }
  .content-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-container.no-cols {
    padding-right: 20px;
    padding-left: 20px;
  }
  .answer {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .section.footer.copyright {
    padding-left: 20px;
  }
  .footer-form-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .email-form {
    width: 100%;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .navbar {
    padding-bottom: 0px;
  }
  .menubtn {
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 34px;
  }
  .navlink {
    font-weight: 400;
  }
  .top-bar {
    height: 8px;
  }
  .banner-title-text {
    margin-left: 95px;
    padding-top: 59px;
    font-size: 26px;
  }
  .banner-spacer {
    width: 74px;
  }
  .logo-suppt {
    width: 170px;
  }
  .footer-form {
    width: 100%;
  }
  .intro-text {
	  font-size: 17px;
  }
}

