#home-page {
  color: #666;
  position: relative;
}

#home-page .bar {
  height: 8px;
}

#home-page .clear {
  clear: both;
}

#home-page .innerRow {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 480px) {
  #home-page .innerRow {
    margin: 0 auto;
    width: 480px;
  }
}

@media (min-width: 630px) {
  #home-page .innerRow {
    padding-bottom: 40px;
    width: auto;
  }
}

#home-page .noWrap, #home-page .noWrap * {
  white-space: nowrap;
}

#home-page h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-size: 30px;
  font-weight: 300;
  line-height: 37px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
}

@media (min-width: 630px) {
  #home-page h2 {
    font-size: 40px;
    line-height: 49px;
  }
}

#home-page .hero--wrapper {
  background-image: url(/wp-content/themes/americanwell/assets/images/img_hero_home_4800x1280.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 40px;
  padding-top: 54px;
  position: relative;
  text-align: center;
}

@media (min-width: 630px) {
  #home-page .hero--wrapper {
    height: 535px;
  }
}

@media (min-width: 768px) {
  #home-page .hero--wrapper {
    height: 642px;
  }
}

#home-page .hero--wrapper .hero--message {
  position: relative;
  text-align: center;
  top: 14px;
}

#home-page .hero--wrapper .hero--message h1 {
  color: #333;
  font-size: 30px;
  font-weight: 300;
}

#home-page .hero--wrapper .hero--message h1 img {
  display: block;
  height: 60px;
  margin: 0 auto 15px;
}

@media (min-width: 768px) {
  #home-page .hero--wrapper .hero--message {
    float: right;
    margin-bottom: 20px;
    top: 40px;
    width: 290px;
  }
  #home-page .hero--wrapper .hero--message h1 {
    font-size: 40px;
  }
  #home-page .hero--wrapper .hero--message h1 img {
    height: 70px;
    margin: 0 auto 20px;
  }
}

#home-page .hero--wrapper:before, #home-page .hero--wrapper:after {
  bottom: 0;
  content: "";
  position: absolute;
  width: 50%;
}

#home-page .hero--wrapper:before {
  border-bottom: 20px solid #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
  left: 0;
}

#home-page .hero--wrapper:after {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid #fff;
  left: 50%;
}

#home-page .hero--wrapper #particles-js {
  height: 300px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media (min-width: 630px) {
  #home-page .hero--wrapper #particles-js {
    height: 640px;
  }
}

#home-page .hero--wrapper .widget-container {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  left: 50%;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media (min-width: 375px) {
  #home-page .hero--wrapper .widget-container {
    font-size: 24px;
  }
}

@media (min-width: 630px) {
  #home-page .hero--wrapper .widget-container {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  #home-page .hero--wrapper .widget-container {
    font-size: 48px;
  }
}

#home-page .hero--wrapper .widget-container .aperture {
  height: 28px;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 375px) {
  #home-page .hero--wrapper .widget-container .aperture {
    height: 34px;
  }
}

@media (min-width: 630px) {
  #home-page .hero--wrapper .widget-container .aperture {
    height: 57px;
  }
}

@media (min-width: 768px) {
  #home-page .hero--wrapper .widget-container .aperture {
    height: 65px;
  }
}

#home-page .hero--wrapper .widget-container .aperture .delta-text {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 37.4s;
          animation-duration: 37.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: moving-client-list;
          animation-name: moving-client-list;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  color: #fff;
  list-style-type: none;
  margin: 0px 0 0;
  padding: 0;
  position: relative;
}

@media (min-width: 375px) {
  #home-page .hero--wrapper .widget-container .aperture .delta-text {
    -webkit-animation-name: moving-client-list-xs-sm;
            animation-name: moving-client-list-xs-sm;
  }
}

@media (min-width: 630px) {
  #home-page .hero--wrapper .widget-container .aperture .delta-text {
    -webkit-animation-name: moving-client-list-sm;
            animation-name: moving-client-list-sm;
  }
}

@media (min-width: 768px) {
  #home-page .hero--wrapper .widget-container .aperture .delta-text {
    -webkit-animation-name: moving-client-list-md;
            animation-name: moving-client-list-md;
  }
}

@-webkit-keyframes moving-client-list {
  0% {
    top: 0px;
  }
  1.54545% {
    top: -28px;
  }
  4.54545% {
    top: -28px;
  }
  6.09091% {
    top: -56px;
  }
  9.09091% {
    top: -56px;
  }
  10.63636% {
    top: -84px;
  }
  13.63636% {
    top: -84px;
  }
  15.18182% {
    top: -112px;
  }
  18.18182% {
    top: -112px;
  }
  19.72727% {
    top: -140px;
  }
  22.72727% {
    top: -140px;
  }
  24.27273% {
    top: -168px;
  }
  27.27273% {
    top: -168px;
  }
  28.81818% {
    top: -196px;
  }
  31.81818% {
    top: -196px;
  }
  33.36364% {
    top: -224px;
  }
  36.36364% {
    top: -224px;
  }
  37.90909% {
    top: -252px;
  }
  40.90909% {
    top: -252px;
  }
  42.45455% {
    top: -280px;
  }
  45.45455% {
    top: -280px;
  }
  47% {
    top: -308px;
  }
  50% {
    top: -308px;
  }
  51.54545% {
    top: -336px;
  }
  54.54545% {
    top: -336px;
  }
  56.09091% {
    top: -364px;
  }
  59.09091% {
    top: -364px;
  }
  60.63636% {
    top: -392px;
  }
  63.63636% {
    top: -392px;
  }
  65.18182% {
    top: -420px;
  }
  68.18182% {
    top: -420px;
  }
  69.72727% {
    top: -448px;
  }
  72.72727% {
    top: -448px;
  }
  74.27273% {
    top: -476px;
  }
  77.27273% {
    top: -476px;
  }
  78.81818% {
    top: -504px;
  }
  81.81818% {
    top: -504px;
  }
  83.36364% {
    top: -532px;
  }
  86.36364% {
    top: -532px;
  }
  87.90909% {
    top: -560px;
  }
  90.90909% {
    top: -560px;
  }
  92.45455% {
    top: -588px;
  }
  95.45455% {
    top: -588px;
  }
  97% {
    top: -616px;
  }
  100% {
    top: -616px;
  }
}

@keyframes moving-client-list {
  0% {
    top: 0px;
  }
  1.54545% {
    top: -28px;
  }
  4.54545% {
    top: -28px;
  }
  6.09091% {
    top: -56px;
  }
  9.09091% {
    top: -56px;
  }
  10.63636% {
    top: -84px;
  }
  13.63636% {
    top: -84px;
  }
  15.18182% {
    top: -112px;
  }
  18.18182% {
    top: -112px;
  }
  19.72727% {
    top: -140px;
  }
  22.72727% {
    top: -140px;
  }
  24.27273% {
    top: -168px;
  }
  27.27273% {
    top: -168px;
  }
  28.81818% {
    top: -196px;
  }
  31.81818% {
    top: -196px;
  }
  33.36364% {
    top: -224px;
  }
  36.36364% {
    top: -224px;
  }
  37.90909% {
    top: -252px;
  }
  40.90909% {
    top: -252px;
  }
  42.45455% {
    top: -280px;
  }
  45.45455% {
    top: -280px;
  }
  47% {
    top: -308px;
  }
  50% {
    top: -308px;
  }
  51.54545% {
    top: -336px;
  }
  54.54545% {
    top: -336px;
  }
  56.09091% {
    top: -364px;
  }
  59.09091% {
    top: -364px;
  }
  60.63636% {
    top: -392px;
  }
  63.63636% {
    top: -392px;
  }
  65.18182% {
    top: -420px;
  }
  68.18182% {
    top: -420px;
  }
  69.72727% {
    top: -448px;
  }
  72.72727% {
    top: -448px;
  }
  74.27273% {
    top: -476px;
  }
  77.27273% {
    top: -476px;
  }
  78.81818% {
    top: -504px;
  }
  81.81818% {
    top: -504px;
  }
  83.36364% {
    top: -532px;
  }
  86.36364% {
    top: -532px;
  }
  87.90909% {
    top: -560px;
  }
  90.90909% {
    top: -560px;
  }
  92.45455% {
    top: -588px;
  }
  95.45455% {
    top: -588px;
  }
  97% {
    top: -616px;
  }
  100% {
    top: -616px;
  }
}

@-webkit-keyframes moving-client-list-xs-sm {
  0% {
    top: 0px;
  }
  1.54545% {
    top: -34px;
  }
  4.54545% {
    top: -34px;
  }
  6.09091% {
    top: -68px;
  }
  9.09091% {
    top: -68px;
  }
  10.63636% {
    top: -102px;
  }
  13.63636% {
    top: -102px;
  }
  15.18182% {
    top: -136px;
  }
  18.18182% {
    top: -136px;
  }
  19.72727% {
    top: -170px;
  }
  22.72727% {
    top: -170px;
  }
  24.27273% {
    top: -204px;
  }
  27.27273% {
    top: -204px;
  }
  28.81818% {
    top: -238px;
  }
  31.81818% {
    top: -238px;
  }
  33.36364% {
    top: -272px;
  }
  36.36364% {
    top: -272px;
  }
  37.90909% {
    top: -306px;
  }
  40.90909% {
    top: -306px;
  }
  42.45455% {
    top: -340px;
  }
  45.45455% {
    top: -340px;
  }
  47% {
    top: -374px;
  }
  50% {
    top: -374px;
  }
  51.54545% {
    top: -408px;
  }
  54.54545% {
    top: -408px;
  }
  56.09091% {
    top: -442px;
  }
  59.09091% {
    top: -442px;
  }
  60.63636% {
    top: -476px;
  }
  63.63636% {
    top: -476px;
  }
  65.18182% {
    top: -510px;
  }
  68.18182% {
    top: -510px;
  }
  69.72727% {
    top: -544px;
  }
  72.72727% {
    top: -544px;
  }
  74.27273% {
    top: -578px;
  }
  77.27273% {
    top: -578px;
  }
  78.81818% {
    top: -612px;
  }
  81.81818% {
    top: -612px;
  }
  83.36364% {
    top: -646px;
  }
  86.36364% {
    top: -646px;
  }
  87.90909% {
    top: -680px;
  }
  90.90909% {
    top: -680px;
  }
  92.45455% {
    top: -714px;
  }
  95.45455% {
    top: -714px;
  }
  97% {
    top: -748px;
  }
  100% {
    top: -748px;
  }
}

@keyframes moving-client-list-xs-sm {
  0% {
    top: 0px;
  }
  1.54545% {
    top: -34px;
  }
  4.54545% {
    top: -34px;
  }
  6.09091% {
    top: -68px;
  }
  9.09091% {
    top: -68px;
  }
  10.63636% {
    top: -102px;
  }
  13.63636% {
    top: -102px;
  }
  15.18182% {
    top: -136px;
  }
  18.18182% {
    top: -136px;
  }
  19.72727% {
    top: -170px;
  }
  22.72727% {
    top: -170px;
  }
  24.27273% {
    top: -204px;
  }
  27.27273% {
    top: -204px;
  }
  28.81818% {
    top: -238px;
  }
  31.81818% {
    top: -238px;
  }
  33.36364% {
    top: -272px;
  }
  36.36364% {
    top: -272px;
  }
  37.90909% {
    top: -306px;
  }
  40.90909% {
    top: -306px;
  }
  42.45455% {
    top: -340px;
  }
  45.45455% {
    top: -340px;
  }
  47% {
    top: -374px;
  }
  50% {
    top: -374px;
  }
  51.54545% {
    top: -408px;
  }
  54.54545% {
    top: -408px;
  }
  56.09091% {
    top: -442px;
  }
  59.09091% {
    top: -442px;
  }
  60.63636% {
    top: -476px;
  }
  63.63636% {
    top: -476px;
  }
  65.18182% {
    top: -510px;
  }
  68.18182% {
    top: -510px;
  }
  69.72727% {
    top: -544px;
  }
  72.72727% {
    top: -544px;
  }
  74.27273% {
    top: -578px;
  }
  77.27273% {
    top: -578px;
  }
  78.81818% {
    top: -612px;
  }
  81.81818% {
    top: -612px;
  }
  83.36364% {
    top: -646px;
  }
  86.36364% {
    top: -646px;
  }
  87.90909% {
    top: -680px;
  }
  90.90909% {
    top: -680px;
  }
  92.45455% {
    top: -714px;
  }
  95.45455% {
    top: -714px;
  }
  97% {
    top: -748px;
  }
  100% {
    top: -748px;
  }
}

@-webkit-keyframes moving-client-list-sm {
  0% {
    top: 0px;
  }
  1.54545% {
    top: -57px;
  }
  4.54545% {
    top: -57px;
  }
  6.09091% {
    top: -114px;
  }
  9.09091% {
    top: -114px;
  }
  10.63636% {
    top: -171px;
  }
  13.63636% {
    top: -171px;
  }
  15.18182% {
    top: -228px;
  }
  18.18182% {
    top: -228px;
  }
  19.72727% {
    top: -285px;
  }
  22.72727% {
    top: -285px;
  }
  24.27273% {
    top: -342px;
  }
  27.27273% {
    top: -342px;
  }
  28.81818% {
    top: -399px;
  }
  31.81818% {
    top: -399px;
  }
  33.36364% {
    top: -456px;
  }
  36.36364% {
    top: -456px;
  }
  37.90909% {
    top: -513px;
  }
  40.90909% {
    top: -513px;
  }
  42.45455% {
    top: -570px;
  }
  45.45455% {
    top: -570px;
  }
  47% {
    top: -627px;
  }
  50% {
    top: -627px;
  }
  51.54545% {
    top: -684px;
  }
  54.54545% {
    top: -684px;
  }
  56.09091% {
    top: -741px;
  }
  59.09091% {
    top: -741px;
  }
  60.63636% {
    top: -798px;
  }
  63.63636% {
    top: -798px;
  }
  65.18182% {
    top: -855px;
  }
  68.18182% {
    top: -855px;
  }
  69.72727% {
    top: -912px;
  }
  72.72727% {
    top: -912px;
  }
  74.27273% {
    top: -969px;
  }
  77.27273% {
    top: -969px;
  }
  78.81818% {
    top: -1026px;
  }
  81.81818% {
    top: -1026px;
  }
  83.36364% {
    top: -1083px;
  }
  86.36364% {
    top: -1083px;
  }
  87.90909% {
    top: -1140px;
  }
  90.90909% {
    top: -1140px;
  }
  92.45455% {
    top: -1197px;
  }
  95.45455% {
    top: -1197px;
  }
  97% {
    top: -1254px;
  }
  100% {
    top: -1254px;
  }
}

@keyframes moving-client-list-sm {
  0% {
    top: 0px;
  }
  1.54545% {
    top: -57px;
  }
  4.54545% {
    top: -57px;
  }
  6.09091% {
    top: -114px;
  }
  9.09091% {
    top: -114px;
  }
  10.63636% {
    top: -171px;
  }
  13.63636% {
    top: -171px;
  }
  15.18182% {
    top: -228px;
  }
  18.18182% {
    top: -228px;
  }
  19.72727% {
    top: -285px;
  }
  22.72727% {
    top: -285px;
  }
  24.27273% {
    top: -342px;
  }
  27.27273% {
    top: -342px;
  }
  28.81818% {
    top: -399px;
  }
  31.81818% {
    top: -399px;
  }
  33.36364% {
    top: -456px;
  }
  36.36364% {
    top: -456px;
  }
  37.90909% {
    top: -513px;
  }
  40.90909% {
    top: -513px;
  }
  42.45455% {
    top: -570px;
  }
  45.45455% {
    top: -570px;
  }
  47% {
    top: -627px;
  }
  50% {
    top: -627px;
  }
  51.54545% {
    top: -684px;
  }
  54.54545% {
    top: -684px;
  }
  56.09091% {
    top: -741px;
  }
  59.09091% {
    top: -741px;
  }
  60.63636% {
    top: -798px;
  }
  63.63636% {
    top: -798px;
  }
  65.18182% {
    top: -855px;
  }
  68.18182% {
    top: -855px;
  }
  69.72727% {
    top: -912px;
  }
  72.72727% {
    top: -912px;
  }
  74.27273% {
    top: -969px;
  }
  77.27273% {
    top: -969px;
  }
  78.81818% {
    top: -1026px;
  }
  81.81818% {
    top: -1026px;
  }
  83.36364% {
    top: -1083px;
  }
  86.36364% {
    top: -1083px;
  }
  87.90909% {
    top: -1140px;
  }
  90.90909% {
    top: -1140px;
  }
  92.45455% {
    top: -1197px;
  }
  95.45455% {
    top: -1197px;
  }
  97% {
    top: -1254px;
  }
  100% {
    top: -1254px;
  }
}

@-webkit-keyframes moving-client-list-md {
  0% {
    top: 0px;
  }
  1.54545% {
    top: -65px;
  }
  4.54545% {
    top: -65px;
  }
  6.09091% {
    top: -130px;
  }
  9.09091% {
    top: -130px;
  }
  10.63636% {
    top: -195px;
  }
  13.63636% {
    top: -195px;
  }
  15.18182% {
    top: -260px;
  }
  18.18182% {
    top: -260px;
  }
  19.72727% {
    top: -325px;
  }
  22.72727% {
    top: -325px;
  }
  24.27273% {
    top: -390px;
  }
  27.27273% {
    top: -390px;
  }
  28.81818% {
    top: -455px;
  }
  31.81818% {
    top: -455px;
  }
  33.36364% {
    top: -520px;
  }
  36.36364% {
    top: -520px;
  }
  37.90909% {
    top: -585px;
  }
  40.90909% {
    top: -585px;
  }
  42.45455% {
    top: -650px;
  }
  45.45455% {
    top: -650px;
  }
  47% {
    top: -715px;
  }
  50% {
    top: -715px;
  }
  51.54545% {
    top: -780px;
  }
  54.54545% {
    top: -780px;
  }
  56.09091% {
    top: -845px;
  }
  59.09091% {
    top: -845px;
  }
  60.63636% {
    top: -910px;
  }
  63.63636% {
    top: -910px;
  }
  65.18182% {
    top: -975px;
  }
  68.18182% {
    top: -975px;
  }
  69.72727% {
    top: -1040px;
  }
  72.72727% {
    top: -1040px;
  }
  74.27273% {
    top: -1105px;
  }
  77.27273% {
    top: -1105px;
  }
  78.81818% {
    top: -1170px;
  }
  81.81818% {
    top: -1170px;
  }
  83.36364% {
    top: -1235px;
  }
  86.36364% {
    top: -1235px;
  }
  87.90909% {
    top: -1300px;
  }
  90.90909% {
    top: -1300px;
  }
  92.45455% {
    top: -1365px;
  }
  95.45455% {
    top: -1365px;
  }
  97% {
    top: -1430px;
  }
  100% {
    top: -1430px;
  }
}

@keyframes moving-client-list-md {
  0% {
    top: 0px;
  }
  1.54545% {
    top: -65px;
  }
  4.54545% {
    top: -65px;
  }
  6.09091% {
    top: -130px;
  }
  9.09091% {
    top: -130px;
  }
  10.63636% {
    top: -195px;
  }
  13.63636% {
    top: -195px;
  }
  15.18182% {
    top: -260px;
  }
  18.18182% {
    top: -260px;
  }
  19.72727% {
    top: -325px;
  }
  22.72727% {
    top: -325px;
  }
  24.27273% {
    top: -390px;
  }
  27.27273% {
    top: -390px;
  }
  28.81818% {
    top: -455px;
  }
  31.81818% {
    top: -455px;
  }
  33.36364% {
    top: -520px;
  }
  36.36364% {
    top: -520px;
  }
  37.90909% {
    top: -585px;
  }
  40.90909% {
    top: -585px;
  }
  42.45455% {
    top: -650px;
  }
  45.45455% {
    top: -650px;
  }
  47% {
    top: -715px;
  }
  50% {
    top: -715px;
  }
  51.54545% {
    top: -780px;
  }
  54.54545% {
    top: -780px;
  }
  56.09091% {
    top: -845px;
  }
  59.09091% {
    top: -845px;
  }
  60.63636% {
    top: -910px;
  }
  63.63636% {
    top: -910px;
  }
  65.18182% {
    top: -975px;
  }
  68.18182% {
    top: -975px;
  }
  69.72727% {
    top: -1040px;
  }
  72.72727% {
    top: -1040px;
  }
  74.27273% {
    top: -1105px;
  }
  77.27273% {
    top: -1105px;
  }
  78.81818% {
    top: -1170px;
  }
  81.81818% {
    top: -1170px;
  }
  83.36364% {
    top: -1235px;
  }
  86.36364% {
    top: -1235px;
  }
  87.90909% {
    top: -1300px;
  }
  90.90909% {
    top: -1300px;
  }
  92.45455% {
    top: -1365px;
  }
  95.45455% {
    top: -1365px;
  }
  97% {
    top: -1430px;
  }
  100% {
    top: -1430px;
  }
}

#home-page .hero--wrapper .widget-container .aperture .delta-text li {
  white-space: nowrap;
  height: 28px;
}

@media (min-width: 375px) {
  #home-page .hero--wrapper .widget-container .aperture .delta-text li {
    height: 34px;
  }
}

@media (min-width: 630px) {
  #home-page .hero--wrapper .widget-container .aperture .delta-text li {
    height: 57px;
  }
}

@media (min-width: 768px) {
  #home-page .hero--wrapper .widget-container .aperture .delta-text li {
    height: 65px;
  }
}

#home-page .hero--wrapper .aw-btn-md {
  margin-top: 10px;
}

@media (min-width: 630px) {
  #home-page .hero--wrapper .aw-btn-cta {
    margin-top: 16px;
  }
}

#home-page .news-card {
  max-width: 480px;
  margin: 0 auto 40px;
}

@media (min-width: 630px) {
  #home-page .news-card {
    margin: 4px auto 72px;
    max-width: 100%;
  }
}

#home-page .news-card a:hover {
  text-decoration: none;
}

#home-page .news-card .news-card--image {
  margin-bottom: 14px;
}

#home-page .news-card .news-card--image img {
  width: 100%;
  height: auto;
}

#home-page .news-card .news-card--title {
  font-size: 21px;
  font-weight: 400;
  line-height: 23px;
}

#home-page .news-card .news-card--title a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #237bd2;
}

#home-page .news-card .news-card--title a:hover {
  color: #25abfd;
}

#home-page .news-card .news-card--excerpt {
  margin-top: 10px;
}

#home-page .news-card .news-card--read-more .icon-AW_ArrowRight {
  color: inherit;
  font-size: .6em;
  vertical-align: middle;
}

#home-page .news-card p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}

#home-page .news-card .news-card--bar {
  height: 10px;
  background-color: #25abfd;
  background-image: -webkit-gradient(linear, left top, right top, from(#25abfd), to(#0469bd));
  background-image: linear-gradient(to right, #25abfd, #0469bd);
}

#home-page .news-card#news-card-2 .news-card--bar {
  background-color: #25abfd;
  background-image: -webkit-gradient(linear, left top, right top, from(#25abfd), to(#0469bd));
  background-image: linear-gradient(to right, #25abfd, #0469bd);
}

#home-page .news-card#news-card-2 .news-card--bar {
  background-color: #71df54;
  background-image: -webkit-gradient(linear, left top, right top, from(#71df54), to(#30a039));
  background-image: linear-gradient(to right, #71df54, #30a039);
}

#home-page .news-card#news-card-3 .news-card--bar {
  background-color: #fcd54e;
  background-image: -webkit-gradient(linear, left top, right top, from(#fcd54e), to(#ef9c23));
  background-image: linear-gradient(to right, #fcd54e, #ef9c23);
}

#home-page #success-stories {
  padding-bottom: 56px;
  padding-top: 23px;
}

@media (min-width: 630px) {
  #home-page #success-stories {
    padding-bottom: 70px;
    padding-top: 33px;
  }
}

#home-page #success-stories .success-story {
  background: #fff;
  border: 1px solid #d3d6d7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 480px;
  padding: 16px 22px 22px;
}

#home-page #success-stories .success-story h3 {
  margin-bottom: 10px;
  margin-top: 0;
}

#home-page #success-stories .success-story img {
  height: 40px;
}

#home-page #success-stories .success-story p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 8px;
}

@media (min-width: 630px) {
  #home-page #success-stories .success-story p {
    min-height: 52px;
  }
}

@media (min-width: 768px) {
  #home-page #success-stories .success-story p {
    min-height: 96px;
  }
}

@media (min-width: 960px) {
  #home-page #success-stories .success-story p {
    min-height: 74px;
  }
}

#home-page .section-group {
  padding-bottom: 40px;
  padding-top: 37px;
}

@media (min-width: 768px) {
  #home-page .section-group {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

#home-page .section-group p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}

#home-page .section-group.gray-background {
  background-color: #efefef;
}

#home-page #clients-row div.bar {
  height: 10px;
}

#home-page #clients-row div.row:nth-child(1) h3 {
  color: #313336;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  text-align: center;
}

@media (min-width: 630px) {
  #home-page #clients-row div.row:nth-child(1) h3 {
    text-align: left;
  }
}

#home-page #clients-row div.row:nth-child(2) .client-container {
  margin-bottom: 35px;
}

@media (min-width: 630px) {
  #home-page #clients-row div.row:nth-child(2) .client-container:nth-child(3) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #home-page #clients-row div.row:nth-child(2) .client-container {
    margin-bottom: 0;
  }
}

#home-page #clients-row div.row:nth-child(2) .client-container:nth-child(4) {
  margin-bottom: 0;
}

#home-page #clients-row div.row:nth-child(2) .client-container h3 {
  color: #313336;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
}

@media (min-width: 960px) {
  #home-page #clients-row div.row:nth-child(2) .client-container h3 {
    font-size: 20px;
  }
}

#home-page #clients-row div.row:nth-child(2) .client-container div.bar {
  background-color: #9485ed;
  background-image: -webkit-gradient(linear, left top, right top, from(#9485ed), to(#5d51a2));
  background-image: linear-gradient(to right, #9485ed, #5d51a2);
}

#home-page #clients-row div.row:nth-child(2) .client-container img {
  width: 100%;
}

#home-page #clients-row div.row:nth-child(3) a {
  display: block;
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 768px) {
  #home-page #clients-row div.row:nth-child(3) a {
    font-size: 18px;
  }
}

#home-page #clients-row .clients-top-inner-row,
#home-page #clients-row .clients-bottom-inner-row {
  padding-bottom: 26px;
  padding-top: 37px;
}

#home-page #clients-row .clients-bottom-inner-row {
  padding-bottom: 36px;
  padding-top: 37px;
}

#home-page #clients-row .clients-middle-inner-row {
  padding-bottom: 0;
  padding-top: 0;
}

#home-page #audiences-row {
  margin-top: 6px;
}

#home-page #audiences-row ul {
  padding: 0;
}

#home-page #audiences-row .rule {
  border-top: 1px solid #d3d3d3;
}

#home-page #audiences-row div.audience-container {
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  #home-page #audiences-row div.audience-container {
    margin: 0;
  }
}

#home-page #audiences-row div.audience-container > a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #313336;
  font-size: 21px;
  line-height: 23px;
  text-decoration: none;
}

#home-page #audiences-row div.audience-container div.bar {
  margin: 10px 0;
  background-color: #25abfd;
  background-image: -webkit-gradient(linear, left top, right top, from(#25abfd), to(#0469bd));
  background-image: linear-gradient(to right, #25abfd, #0469bd);
}

@media (min-width: 768px) {
  #home-page #audiences-row div.audience-container div.bar {
    margin: 10px 0;
  }
}

#home-page #audiences-row div.audience-container ul {
  list-style-type: none;
  margin: 0;
}

#home-page #audiences-row div.audience-container ul li {
  margin-bottom: 5px;
}

@media (min-width: 630px) {
  #home-page #audiences-row div.audience-container ul li {
    margin-bottom: 5px;
  }
}

#home-page #audiences-row div.audience-container ul li:last-child {
  margin-bottom: 0;
}

#home-page #audiences-row div.audience-container ul li a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #237bd2;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

#home-page #audiences-row div.audience-container ul li a:hover {
  color: #25abfd;
}

#home-page #audiences-row div.audience-container ul li p {
  margin-bottom: 0;
}

#home-page #audiences-row #for-businesses div.bar {
  background-color: #25abfd;
  background-image: -webkit-gradient(linear, left top, right top, from(#25abfd), to(#0469bd));
  background-image: linear-gradient(to right, #25abfd, #0469bd);
}

#home-page #audiences-row #for-doctors div.bar {
  background-color: #71df54;
  background-image: -webkit-gradient(linear, left top, right top, from(#71df54), to(#30a039));
  background-image: linear-gradient(to right, #71df54, #30a039);
}

#home-page #audiences-row #for-doctors ul li {
  margin-bottom: 5px;
}

#home-page #audiences-row #for-doctors ul li:last-child {
  margin-bottom: 0;
}

#home-page #audiences-row #news-and-media {
  margin: 0;
}

#home-page #audiences-row #news-and-media div.bar {
  background-color: #fcd54e;
  background-image: -webkit-gradient(linear, left top, right top, from(#fcd54e), to(#ef9c23));
  background-image: linear-gradient(to right, #fcd54e, #ef9c23);
}

#home-page #audiences-row #news-and-media ul li {
  margin-bottom: 20px;
}

#home-page #audiences-row #news-and-media ul li:last-child {
  margin-bottom: 0;
}

#home-page #audiences-row #news-and-media ul li h3 {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
}

#home-page #audiences-row #news-and-media ul li span, #home-page #audiences-row #news-and-media ul li span a {
  font-size: 14px;
  line-height: 20px;
}

#home-page #accreditations-row {
  margin-top: 0;
}

@media (min-width: 630px) {
  #home-page #accreditations-row {
    margin-top: 45px;
  }
}

#home-page #accreditations-row .rule {
  border-top: 1px solid #d3d3d3;
}

#home-page #accreditations-row .innerRow {
  padding-bottom: 32px;
  padding-top: 33px;
}

#home-page #accreditations-row .innerRow div.accreditation-container {
  margin-bottom: 15px;
}

#home-page #accreditations-row .innerRow div.accreditation-container:nth-child(2) {
  margin-bottom: 0;
}

#home-page #accreditations-row .innerRow div.accreditation-container .table {
  display: table;
  margin-bottom: 0;
}

#home-page #accreditations-row .innerRow div.accreditation-container .row {
  display: table-row;
  vertical-align: middle;
}

#home-page #accreditations-row .innerRow div.accreditation-container .column {
  display: table-cell;
  vertical-align: middle;
}

#home-page #accreditations-row .innerRow div.accreditation-container .column p {
  margin: 0;
  padding: 0 0 0 15px;
}

#home-page #accreditations-row .innerRow div.accreditation-container .column:first-child {
  width: 115px;
}

#home-page #certifications {
  padding-bottom: 40px;
  padding-top: 23px;
  text-align: center;
}

@media (min-width: 630px) {
  #home-page #certifications {
    padding-bottom: 55px;
    padding-top: 33px;
  }
}

#home-page #certifications .logo-group {
  margin-top: 25px;
}

#home-page #certifications .logo-group img {
  height: 85px;
  margin: 20px;
  width: auto;
}

/*# sourceMappingURL=home.css.map */
