body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
h1 {
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}
h2 {
  margin-bottom: 10px;
  color: #4d4d4d;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}
h3 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
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-bottom: 5px;
}
.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: black;
  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:'Roboto Slab', sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #489fd9;
}
.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 {
  display: inline-block;
  margin-top: 25px;
  float: left;
  font-family:'Roboto Slab', sans-serif;
  color: #4d4d4d;
  font-size: 27px;
  font-weight: 500;
}
.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}
.navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  border-bottom-style: solid;
  border-bottom-color: #44535a;
  background-color: transparent;
  background-image: -webkit-linear-gradient(#ddd5c0, white);
  background-image: linear-gradient(#ddd5c0, white);
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 0px 0px;
}
.nav-link {
  padding: 26px 17px;
  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;
  color: #4d4d4d;
  font-size: 14px;
}
.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 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #f6f3ec;
}
.section.blue {
  background-color: #e3f3fc;
}
.section.main {
  margin-top: 73px;
  background-color: #4dbd90;
  background-image: url('../images/analytics-graphic2.png');
  background-position: 0% 23%;
  background-size: cover;
  color: #f6f3ec;
  text-shadow: rgba(0, 0, 0, 0.20) 0px 1px 0px;
}
.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: #2b2c2e;
  color: #e4e8eb;
}
.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}
.section.purple {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 30px;
  background-color: white;
}
.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}
.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}
.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-slogan {
  margin-bottom: 11px;
  color: #939596;
}
.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-family:'Roboto Condensed', sans-serif;
  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;
}
.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}
.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: #489fd9 0px 0px 6px 0px;
}
.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}
.newsletter-button:hover {
  background-color: #489fd9;
  color: white;
}
.newsletter-form {
  width: 70%;
}
.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: 30px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}
.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;
}
.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.29);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.logoimage {
  position: static;
  display: inline-block;
  float: left;
  clear: none;
}
.leftsidebar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: auto;
  max-width: 940px;
  margin-top: 75px;
  margin-right: 32px;
  margin-left: 32px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  line-height: 20px;
}
.sidebarheader {
  padding-left: 10px;
  background-color: #618cac;
  color: white;
  font-weight: 500;
}
.sidebardiv {
  margin-left: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  border: 1px solid #828780;
}
.sidebarlinks {
  display: block;
  padding-left: 10px;
  color: #c48827;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}
.sidebarlinks:hover {
  color: #618cac;
}
.sidebarsection {
  margin-top: 5px;
  padding-left: 10px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.fglink {
  color: #c48827;
}
.important {
  color: #4d4d4d;
}
.iconsmall {
  margin-left: 10px;
}
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.w-mod-no-ios *[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;
  }
  .navigation {
    position: absolute;
    display: inline-block;
  }
  .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;
    opacity: 0.9;
    color: black;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: black;
    color: white;
  }
  .section {
    display: block;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #618cac;
  }
  .newsletter-field {
    display: inline-block;
  }
  .newsletter-button {
    display: inline-block;
  }
  .social-icon-group {
    position: static;
    left: 0px;
    top: 0px;
    display: inline-block;
    margin-bottom: 15px;
    float: none;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .logodivider {
    position: static;
    display: block;
  }
  .leftsidebar {
    padding-bottom: 0px;
  }
  .sidebarheader {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #618cac;
    color: white;
    font-weight: 500;
  }
  .sidebarlinks {
    font-weight: 300;
  }
  .fgicon {
    opacity: 0.65;
  }
}
@media (max-width: 767px) {
  h2 {
    padding-left: 0px;
  }
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    display: inline-block;
    margin-top: 30px;
    float: left;
    clear: none;
  }
  .navigation {
    position: absolute;
  }
  .nav-link.menu {
    margin-top: 27px;
    padding-top: 0px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .section.main {
    margin-top: 51px;
  }
  .section.footer {
    padding-bottom: 15px;
  }
  .section.purple {
    margin-right: 32px;
    margin-bottom: 15px;
    margin-left: 32px;
    padding-bottom: 15px;
  }
  .nav-menu {
    position: absolute;
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 20px;
  }
  .newsletter-field {
    display: inline-block;
    width: 230px;
    clear: left;
  }
  .newsletter-button {
    display: inline-block;
    width: auto;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .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;
  }
  .logoimage {
    display: inline-block;
  }
  .logodivider {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .leftsidebar {
    display: block;
    margin-top: 60px;
  }
  .fgicon {
    opacity: 0.65;
  }
}
@media (max-width: 479px) {
  .logo-text {
    display: inline-block;
    margin-top: 30px;
  }
  .navigation {
    position: fixed;
    padding-top: 0px;
  }
  .nav-link.w--current:hover {
    box-shadow: none;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    color: white;
    font-weight: 500;
  }
  .nav-link.menu {
    margin-top: 17px;
    padding-top: 10px;
  }
  .section {
    display: block;
    padding-top: 42px;
    padding-bottom: 0px;
  }
  .section.purple {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.orange {
    padding-top: 15px;
  }
  .nav-menu {
    opacity: 0.95;
  }
  .newsletter-field {
    width: auto;
    float: none;
  }
  .newsletter-button {
    width: auto;
    float: none;
  }
  .brand-link {
    display: block;
    padding-left: 0px;
  }
  .section-subtitle {
    margin-bottom: 0px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .logodivider {
    display: block;
  }
  .leftsidebar {
    margin-top: 15px;
    padding-left: 0px;
  }
  .fgicon {
    display: inline-block;
  }
  .lowbar {
    padding-bottom: 20px;
  }
}

