:root {
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #8668ab;
  --gainsboro: #dfe8e4;
  --royal-blue: #2d46bb;
  --deep-pink: #eb0585;
  --alice-blue: #ebf8ff;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Roboto;
  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;
  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;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab;
  font-size: 27px;
  font-weight: 500;
}

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

.navigation {
  background-color: #0000;
  border-style: none;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  padding: 26px 20px;
  font-family: source-code-pro, sans-serif;
  font-weight: 400;
  transition: box-shadow .5s, color .3s;
  box-shadow: 0 3px #0000;
}

.nav-link:hover {
  box-shadow: 0 3px #b5b5b580;
}

.nav-link.w--current {
  color: #000;
  box-shadow: 0 3px #2d46bb;
}

.nav-link.w--current:hover {
  box-shadow: 0 3px #2d46bb;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  position: static;
}

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

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-color: #0000;
  background-image: url('../images/analytics-graphic2.png');
  background-position: 0 23%;
  background-size: cover;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.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;
  position: relative;
  top: 700px;
  left: 0;
  right: 0;
}

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

.section.purple {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 100px;
  left: 0;
  right: 0;
}

.section.clients {
  background-color: #a1bfd4;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 300px;
  left: 0;
  right: 0;
}

.section.highlight {
  background-color: #0000;
  margin-top: 600px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 65px;
  left: 0;
  right: 0;
  overflow: visible;
}

.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;
  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 {
  margin-top: 10px;
  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;
  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;
}

.splash-image {
  float: none;
  clear: none;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}

.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 {
  display: block;
}

.splash-text {
  z-index: 1;
  float: right;
  direction: ltr;
  color: #000;
  text-align: right;
  width: 82%;
  max-width: 1600px;
  margin: auto 0 0;
  padding-left: 240px;
  padding-right: 50px;
  font-family: industry, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: block;
  position: relative;
  top: 550px;
  bottom: 550px;
  right: 0;
}

.splash {
  position: absolute;
  inset: 0;
  overflow: visible;
}

.highlight.section {
  background-color: #2d46bb;
  height: 100vh;
  margin-top: 65px;
  margin-bottom: 0;
  padding-top: 200px;
  top: 600px;
}

.highlight-hero {
  text-transform: uppercase;
  font-family: industry, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.highlight-blurb {
  text-align: left;
  font-family: source-code-pro, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.highlight-text {
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 150px;
  display: block;
}

.cta {
  float: right;
  color: #fff;
  background-color: #2d46bb;
  width: 100%;
  height: 85px;
  margin-top: 0;
  padding: 5px 50px 5px 5px;
  position: relative;
  inset: 0;
}

.cta:hover, .cta:focus {
  background-color: #eb0585;
}

.toggle-cta {
  width: 100%;
  max-width: 100%;
  height: 85px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.dropdown-text {
  text-align: center;
  text-transform: uppercase;
  width: 240px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 120px;
  padding-left: 0;
  font-size: 21px;
}

.cta-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  padding-left: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cta-text {
  float: right;
  color: #fff;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: source-code-pro, sans-serif;
  font-size: 20px;
  position: static;
}

.nav-container {
  z-index: 1;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 30px;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.splash-container {
  margin-top: 0;
  padding-left: 270px;
  padding-right: 0;
  position: relative;
  top: 450px;
  left: 0;
  right: 0;
}

.highlight-right {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
}

.highlight-container-text {
  color: #fff;
  text-align: left;
  padding-left: 50px;
  padding-right: 0;
}

.details-left.section {
  float: left;
  max-width: 95%;
  padding: 0;
}

.details.section {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 700px;
}

.details-text {
  padding-top: 75px;
  padding-bottom: 50px;
  padding-left: 50px;
  font-family: source-code-pro, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.details-heading {
  float: none;
  text-align: left;
  border-style: none;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  font-family: industry, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.details-right {
  text-align: left;
  padding-right: 50px;
}

.details-right-container {
  padding-right: 80px;
}

.network.section {
  background-color: #f8f9ff;
  height: 400px;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
  top: 700px;
}

.network-row {
  padding-left: 0;
}

.team {
  position: relative;
  top: 600px;
  left: 0;
  right: 0;
}

.team.cta-side {
  display: none;
}

.network-right {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.network-right-image {
  float: right;
  max-width: 100%;
  padding-top: 0;
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
}

.network-left-nest {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 50px;
  display: block;
  top: 90px;
  left: 0;
  right: 0;
}

.network-left-container {
  position: static;
}

.network-text {
  padding-left: 0;
  font-family: source-code-pro, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.network-heading {
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: industry, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.nav-background {
  z-index: 0;
  background-color: #fff;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-scroll {
  padding-left: 0;
  display: block;
  position: fixed;
  top: 15px;
  left: 3%;
  right: 0;
}

.nav-scroll {
  z-index: 1000;
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.nav-scroll-container {
  max-width: 100%;
  display: block;
  position: static;
}

.net-services {
  z-index: 1;
  background-color: #222;
  position: relative;
}

.net-services-button {
  z-index: 1;
  float: right;
  background-color: #2d46bb;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.net-services-button.w--current {
  padding-left: 50px;
  padding-right: 50px;
}

.net-services-text {
  float: right;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 0;
  padding-right: 20px;
  position: static;
}

.cta-side {
  z-index: 2;
  float: left;
  background-color: #222;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 114px 50px 50px;
  display: block;
  position: absolute;
  inset: 0 43% 0 0;
}

.need-text {
  color: #fff;
}

.cta-side-text {
  color: #fff;
  font-family: industry, sans-serif;
  font-weight: 300;
}

.cta-side-close {
  float: right;
  color: #fff;
}

.cta-form, .doctor.cta-side {
  display: block;
}

.attorney.cta-side {
  display: none;
}

.about-us {
  background-color: #222;
  padding: 30px 50px;
  position: relative;
  top: 700px;
}

.about-us-text {
  float: right;
  clear: none;
  color: #fff;
  margin-left: 0;
  padding-top: 0;
  font-family: source-code-pro, sans-serif;
  font-weight: 300;
}

.about-us-heading {
  color: #fff;
  font-family: industry, sans-serif;
  font-weight: 600;
}

.footer-cta {
  margin-bottom: 0;
  padding: 50px;
  position: relative;
  top: 700px;
}

.footer-cta-text {
  float: right;
  font-family: industry, sans-serif;
  font-weight: 300;
}

.about-us-image {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 1px;
  padding-right: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.about-us-left {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.about-us-right {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-scroll-menu {
  padding-right: 25px;
}

.footer-cta-right {
  padding-left: 30px;
  padding-right: 0;
}

.tabs {
  background-color: #e0e0e0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 600px;
}

.splash-ns-highlight {
  z-index: 1;
  text-align: right;
  padding-right: 50px;
  font-family: source-code-pro, sans-serif;
  font-size: 20px;
  position: relative;
  top: 190px;
}

.splash-ns-image {
  z-index: 0;
  max-width: 75%;
  position: relative;
  top: 165px;
}

.splash-ns-text {
  z-index: 1;
  text-align: right;
  padding-right: 50px;
  font-family: industry, sans-serif;
  font-size: 45px;
  font-weight: 700;
  position: relative;
  top: 200px;
}

.tabs-pa {
  float: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.physicians, .attorneys {
  float: right;
}

.tab-label {
  font-family: source-code-pro, sans-serif;
}

.tab-block {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #a5a5a5;
  width: 50%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.tab-block.w--current {
  float: none;
  color: #000;
  background-color: #e0e0e0;
  width: 50%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.footer-cta-right-image {
  float: right;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.footer-cta-left-image {
  float: left;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.contact-us {
  z-index: 2;
  float: none;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: 0;
  right: 0;
}

.contact-us-row {
  position: relative;
}

.contact-image {
  z-index: 0;
  float: none;
  clear: none;
  display: block;
  position: relative;
  top: 0;
}

.contact-form {
  float: right;
  width: 100%;
  position: relative;
}

.tabs-heading, .tabs-text {
  font-family: industry, sans-serif;
}

.h1 {
  font-family: industry, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.tabs-content {
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 20px;
}

.tabs-left {
  padding-left: 0;
  padding-right: 0;
}

.tabs-right {
  color: #fff;
  background-color: #222;
  padding: 20px;
}

.contact-bottom {
  z-index: 2;
  float: none;
  clear: right;
  margin-left: 316px;
  position: relative;
  inset: 0;
}

.contact-container {
  background-color: #fff;
  margin-left: 75px;
  margin-right: 75px;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ns-section.footer.copyright {
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  position: relative;
  inset: 600px 0 0;
}

.o-section.footer.copyright {
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  position: relative;
  top: 700px;
  left: 0;
  right: 0;
}

.copyright {
  color: #fff;
  text-align: center;
  font-family: source-code-pro, sans-serif;
}

.text-block {
  float: right;
}

.link {
  float: right;
  color: #dfe8e4;
  margin-right: 3%;
}

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

html.w-mod-js [data-ix="fade-in-on-scroll"] {
  opacity: 0;
}

html.w-mod-js [data-ix="slide-in-left"] {
  transform: translate(700px);
}

html.w-mod-js [data-ix="slide-in-right"] {
  transform: translate(-500px);
}

html.w-mod-js [data-ix="slide-up-on-scroll"] {
  transform: translate(0, 200px);
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

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

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .section.footer.copyright {
    position: relative;
    top: 150px;
    left: 0;
    right: 0;
  }

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

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

  .splash-image {
    margin-top: 21px;
  }

  .splash-text {
    top: 350px;
  }

  .highlight {
    clear: left;
  }

  .highlight.section {
    height: auto;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    top: 560px;
  }

  .highlight-hero {
    font-size: 38px;
  }

  .highlight-text {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 30px;
    inset: 0 0 68px 31px;
  }

  .cta {
    padding-top: 10px;
    padding-left: 100px;
  }

  .toggle-cta {
    clear: left;
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

  .cta-icon {
    max-width: 25%;
    margin-top: 0;
    position: absolute;
  }

  .cta-text {
    text-align: center;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    top: 10px;
    bottom: 10px;
    right: 0;
  }

  .highlight-right {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: visible;
  }

  .highlight-container-text {
    padding-left: 0;
  }

  .details.section {
    height: auto;
    padding-top: 60px;
    top: 560px;
  }

  .details-text {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    font-size: 13px;
    line-height: 25px;
  }

  .details-heading {
    font-size: 32px;
  }

  .network.section {
    height: auto;
    padding-top: 50px;
    top: 650px;
  }

  .team.cta-side {
    display: none;
  }

  .network-left-nest {
    top: 0;
  }

  .network-text {
    font-size: 12px;
    line-height: 25px;
  }

  .network-heading {
    font-size: 32px;
  }

  .nav-scroll {
    display: block;
  }

  .cta-side-close {
    position: relative;
    bottom: 33px;
    left: 0;
    right: 0;
  }

  .doctor.cta-side {
    height: auto;
    padding-top: 20px;
    display: block;
  }

  .attorney.cta-side {
    display: none;
  }

  .about-us {
    top: 650px;
  }

  .about-us-text {
    font-size: 12px;
  }

  .about-us-heading {
    font-size: 20px;
  }

  .footer-cta {
    margin-bottom: 0;
    top: 700px;
    left: 0;
    right: 0;
  }

  .about-us-right {
    padding-left: 0;
  }

  .tab-label {
    font-size: 13px;
  }

  .footer-cta-left-image {
    max-width: 100%;
    position: absolute;
    inset: auto 0 0;
    overflow: hidden;
  }

  .contact-us {
    padding-left: 0;
  }
}

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

  .logo-text {
    margin-top: 15px;
  }

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

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

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

  .section.footer.copyright {
    position: relative;
    top: 300px;
    left: 0;
    right: 0;
  }

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

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

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

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

  .splash-text {
    text-align: right;
    padding-left: 150px;
    font-size: 30px;
    line-height: 30px;
    top: 285px;
  }

  .splash {
    height: 500px;
  }

  .highlight.section {
    top: 500px;
  }

  .highlight-text {
    height: 200px;
    padding: 0 20px;
    bottom: 0;
    left: 0;
  }

  .cta {
    padding-left: 50px;
    padding-right: 50px;
  }

  .toggle-cta {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 100px;
  }

  .cta-icon {
    margin-left: 150px;
  }

  .cta-text {
    float: left;
    text-align: left;
    width: 100%;
    max-width: 200px;
    padding-right: 0;
    font-size: 14px;
    top: 20px;
    left: 230px;
  }

  .details-left.section {
    max-width: 52%;
  }

  .details-text {
    width: 80%;
  }

  .details-heading {
    padding-left: 30px;
    padding-right: 30px;
  }

  .details-right {
    position: absolute;
    top: 160px;
    left: 150px;
    right: 0;
  }

  .network.section {
    top: 725px;
  }

  .team.cta-side {
    width: 100%;
    height: auto;
    padding-top: 115px;
    display: none;
  }

  .team-image {
    position: relative;
    top: 100px;
  }

  .network-right-image {
    max-width: 25%;
    top: -400px;
    bottom: 46px;
    right: 0;
  }

  .network-left-nest {
    padding-left: 30px;
    padding-right: 30px;
  }

  .network-text {
    float: none;
    text-align: left;
    position: static;
  }

  .network-heading {
    float: none;
    text-align: left;
    padding-right: 180px;
    font-size: 32px;
    position: relative;
    overflow: visible;
  }

  .cta-side-text {
    font-size: 35px;
  }

  .doctor.cta-side, .attorney.cta-side {
    width: 100%;
    height: auto;
    padding-top: 115px;
    display: none;
  }

  .about-us {
    padding-left: 30px;
    padding-right: 30px;
    top: 725px;
    left: 0;
    right: 0;
  }

  .footer-cta {
    padding-left: 30px;
    padding-right: 30px;
    top: 700px;
    left: 0;
    right: 0;
  }

  .footer-cta-text {
    text-align: right;
    font-size: 28px;
  }

  .about-us-image {
    max-width: 30%;
  }

  .about-us-right {
    padding-left: 185px;
  }

  .footer-cta-right {
    padding-left: 0;
    top: 75px;
  }

  .tabs {
    background-color: #eee;
  }

  .splash-ns-highlight {
    font-size: 13px;
    line-height: 25px;
    top: 141px;
  }

  .splash-ns-image {
    top: 121px;
  }

  .splash-ns-text {
    font-size: 32px;
    line-height: 32px;
    top: 160px;
  }

  .tabs-pa {
    background-color: #eee;
    inset: auto 0 38px;
  }

  .footer-cta-right-image {
    max-width: 20%;
  }

  .footer-cta-left-image {
    max-width: 31%;
    inset: 0 auto 0 0;
  }

  .contact-us {
    padding-top: 50px;
    padding-left: 0;
  }

  .contact-form {
    padding-top: 30px;
  }

  .tabs-left {
    position: relative;
  }

  .tabs-right {
    left: 0;
    right: 0;
  }

  .contact-bottom {
    margin-left: 0;
  }

  .text-row {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.footer.copyright {
    top: 600px;
    left: 0;
    right: 0;
  }

  .client-logo {
    width: 33.33%;
  }

  .press-logo {
    width: 28%;
  }

  .splash-text {
    padding-left: 70px;
    padding-right: 20px;
    font-size: 25px;
    top: 200px;
  }

  .splash {
    height: 400px;
  }

  .highlight.section {
    top: 380px;
  }

  .highlight-hero {
    font-size: 25px;
  }

  .highlight-blurb {
    font-size: 13px;
    line-height: 20px;
  }

  .highlight-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .cta-icon {
    margin-left: 20px;
    position: absolute;
  }

  .cta-text {
    max-width: 175px;
    top: 25px;
    left: 115px;
  }

  .highlight-container-text {
    position: static;
  }

  .details.section {
    top: 380px;
  }

  .details-text {
    width: 79%;
    padding-left: 0;
    position: absolute;
  }

  .details-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .details-right {
    padding-left: 65px;
    padding-right: 0;
    top: 190px;
    left: 0;
    right: 0;
  }

  .network.section {
    top: 600px;
  }

  .team {
    top: 569px;
  }

  .team-image {
    top: 0;
  }

  .network-right-image {
    max-width: 20%;
    top: -430px;
  }

  .network-left-nest {
    padding-left: 15px;
    padding-right: 15px;
  }

  .network-heading {
    margin-top: 20px;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .about-us {
    top: 600px;
  }

  .footer-cta {
    padding-left: 15px;
    padding-right: 15px;
    top: 600px;
  }

  .footer-cta-text {
    text-align: left;
    padding-left: 0;
  }

  .about-us-right {
    padding-top: 100px;
    padding-left: 0;
  }

  .footer-cta-right {
    inset: 40px 0 10px;
  }

  .splash-ns-highlight {
    padding-right: 15px;
    line-height: 20px;
  }

  .splash-ns-text {
    padding-right: 15px;
    font-size: 30px;
    line-height: 34px;
  }

  .tabs-pa {
    bottom: 38px;
    left: 0;
    right: 0;
  }

  .tab-block, .tab-block.w--current {
    width: 100%;
  }

  .footer-cta-right-image {
    max-width: 31%;
  }

  .footer-cta-left-image {
    top: 0;
  }

  .contact-us {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .contact-image {
    top: 61px;
    bottom: 199px;
  }

  .tabs-heading {
    font-size: 23px;
    line-height: 38px;
  }

  .tabs-text {
    font-size: 14px;
  }

  .h1 {
    font-size: 26px;
  }

  .tabs-content {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 16px;
  }

  .contact-container {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 5px;
    bottom: 0;
    left: 0;
    right: 0;
  }
}


