:root {
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #8668ab;
  --gainsboro: #dfe8e4;
}

body {
  color: #333;
  font-family: Arbutus Slab, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 500;
  line-height: 30px;
}

.logo-text.footer {
  color: #e6eaed;
  margin-top: 0;
  margin-bottom: 19px;
}

.navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.nav-link {
  padding: 26px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  box-shadow: inset 0 19px 50px 9px #b5b5b580;
}

.nav-link.w--current {
  color: #4dbd90;
  box-shadow: inset 0 3px #4dbd90;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-color: #4dbd90;
  background-image: url('../images/analytics-graphic2.png');
  background-position: 0 23%;
  background-size: cover;
  margin-top: 73px;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  color: #fff;
  background-image: url('../images/town.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  background-color: #a1bfd4;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  background-color: #3e5c50;
  padding-top: 29px;
  padding-bottom: 38px;
}

.section.hero {
  background-image: url('../images/Final-Profile-Pic.jpg');
  background-position: 50% 44px;
  background-size: cover;
  height: 530px;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.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;
  font-weight: 300;
  line-height: 26px;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.page-link.white {
  color: #fff;
  border-bottom-color: #ffffff7d;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  flex: 1;
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 68px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  min-height: 300px;
  padding: 17px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
}

.feature {
  text-align: left;
}

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

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.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 {
  opacity: .94;
  width: 16%;
  margin-left: 2%;
  margin-right: 2%;
}

.small-text {
  color: #ffffff4f;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.logo-sub {
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 21px;
}

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

.section-head {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
}

.section-sub {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.section-sub.faq-question {
  margin-top: 0;
}

.section-sub.contact {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-sub.welcome {
  margin-top: 0;
}

.section-text {
  text-align: justify;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.section-text.sessions {
  margin-top: 30px;
}

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

.inline-link {
  color: #464646;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.inline-link:hover {
  color: #000;
}

.inline-link.email {
  text-align: center;
  text-shadow: none;
}

.footer-text {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}

.map {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bacp-text {
  flex: 1;
  align-self: center;
}

.bacp-wrapper {
  flex-wrap: nowrap;
  align-content: flex-start;
  display: flex;
}

.bacp-logo {
  text-align: center;
  margin-top: 30px;
}

.color-band {
  background-color: #25a1c0;
  height: 13px;
}

.room-pic {
  text-align: left;
  width: 800px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.question-block {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.inline-link-faq-question {
  color: #464646;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.inline-link-faq-question:hover {
  color: #000;
}

.inline-link-faq-question.email {
  text-shadow: none;
}

.faq-answer {
  text-align: justify;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  display: none;
}

.faq-answer.sessions {
  margin-top: 30px;
}

.welcome-rows {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.chairs-pic {
  margin: 20px auto;
  display: block;
}

.picture-frame {
  text-align: center;
}

.bacp-image-1 {
  margin-right: 30px;
}

.bacp-image-2 {
  width: 157px;
  height: 150px;
  margin-left: 30px;
}

html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="fade-in-on-scroll"] {
  opacity: 0;
  transform: translate(0, 24px);
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    color: #000;
    text-align: center;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-link.w--current {
    box-shadow: none;
    transition-property: none;
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu:hover {
    box-shadow: none;
  }

  .nav-link.menu.w--open {
    color: #000;
    background-color: #0000;
    box-shadow: inset 0 19px 50px 9px #b5b5b580;
  }

  .section.hero {
    background-position: 0 74px;
    height: 350px;
  }

  .nav-menu {
    background-color: #e0e0e0;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    margin-top: 49px;
  }

  .section-sub {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .color-band {
    height: 9px;
  }

  .room-pic {
    width: 650px;
  }

  .chairs-pic {
    width: 400px;
  }

  .bacp-image-1 {
    width: 280px;
    height: 120px;
    margin-right: 20px;
  }

  .bacp-image-2 {
    width: 126px;
    height: 120px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    font-size: 30px;
    line-height: 25px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-link.menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .section.main {
    margin-top: 51px;
  }

  .section.hero {
    background-position: 0 59px;
    height: 250px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .logo-sub {
    font-size: 16px;
    line-height: 17px;
  }

  .top-bar-container {
    height: 62px;
  }

  .section-head {
    font-size: 30px;
    line-height: 31px;
  }

  .section-sub {
    margin: 12px 15px;
    font-size: 21px;
    line-height: 21px;
  }

  .section-text {
    margin: 20px 15px;
    font-size: 15px;
    line-height: 17px;
  }

  .section-text.sessions {
    margin-top: 20px;
  }

  .footer-text {
    margin-left: 50px;
    margin-right: 50px;
  }

  .map {
    width: 500px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .color-band {
    height: 8px;
  }

  .room-pic {
    width: 500px;
  }

  .faq-answer {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
    line-height: 17px;
  }

  .welcome-rows {
    display: block;
  }

  .chairs-pic {
    width: 400px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .logo-text {
    font-size: 25px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section.hero {
    background-position: 62% 45px;
    height: 230px;
  }

  .brand-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .client-logo {
    width: 33.33%;
  }

  .press-logo {
    width: 28%;
  }

  .logo-sub {
    font-size: 14px;
    line-height: 15px;
  }

  .top-bar-container {
    height: 52px;
  }

  .inline-link.email {
    font-size: 19px;
  }

  .footer-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .map {
    width: 300px;
    height: 200px;
  }

  .room-pic {
    width: 300px;
  }

  .chairs-pic {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bacp-image-1 {
    width: 217px;
    height: 93px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .bacp-image-2 {
    width: 111px;
    height: 105px;
    margin-top: 5px;
    margin-left: 0;
  }
}


