body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

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

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 8px 20px;
  border-radius: 0px;
  background-color: #f7a100;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #1d75b6;
}

.button.full-width:hover {
  background-color: #000;
}

.button.no-space {
  margin-top: 0px;
}

.button.red {
  background-color: #cf3249;
}

.button.red:hover {
  background-color: #000;
}

.button.green {
  background-color: #7aa556;
}

.button.green:hover {
  background-color: #000;
}

.button.orange {
  background-color: #ee7b22;
}

.button.purple {
  background-color: #9400f7;
}

.button.blue {
  background-color: #1d75b6;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  color: #ecf0f1;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  height: auto;
  margin-top: 0px;
  padding: 0px 40px 110px;
  background-color: transparent;
}

.section.section-gray {
  padding-bottom: 80px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  height: auto;
  margin-bottom: 0px;
  padding: 44px 40px;
  background-color: #f7a100;
  color: #fff;
}

.call-to-action-section.green {
  background-color: #7aa556;
}

.call-to-action-section.green.patients {
  height: 124px;
  padding-top: 40px;
}

.call-to-action-section.red {
  background-color: #cf3249;
}

.call-to-action-section.orange {
  background-color: #ee7b22;
}

.call-to-action-section.purple {
  background-color: #9400f7;
}

.call-to-action-section.blue {
  background-color: #1d75b6;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  color: #f0f0f0;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.align-right {
  text-align: right;
}

.hero-heading {
  width: 508px;
  margin-right: 325px;
  margin-bottom: 19px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 28px;
  border-bottom: 8px solid #d6ca9e;
  border-bottom-right-radius: 26px;
  font-family: Merriweather, serif;
  color: #1d75b6;
  font-size: 50px;
  line-height: 97px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-subheading {
  margin-top: -360px;
  margin-bottom: 267px;
  margin-left: 40px;
  padding-right: 40px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #404047;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.hero-subheading.small {
  margin-top: 12px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.centered.above {
  margin-bottom: 0px;
  padding-top: 40px;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 45.1%, 0.74);
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 30px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 10%;
  padding-left: 10%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  width: 100%;
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 155px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #1d75b6;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.nav-link {
  display: block;
  padding: 15px 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.nav-link:hover {
  background-color: #3b99d9;
  color: #fff;
}

.nav-link:active {
  color: #fdbe48;
}

.nav-link:focus {
  color: #fdbe48;
}

.nav-link.w--current {
  color: #f7a100;
}

.nav-link.w--current:hover {
  background-color: #f7a100;
  color: #fff;
}

.nav-menu {
  margin-top: 100px;
  float: none;
}

.logo-link {
  display: block;
  margin-top: 100px;
  margin-bottom: 0px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.logo {
  display: block;
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 0px;
  border-bottom: 6px solid #2d3e4f;
  font-family: Oswald, sans-serif;
  color: #2d3e4f;
  font-size: 120px;
  line-height: 120px;
  font-weight: 400;
  letter-spacing: -5px;
}

.logo.no-above {
  margin-top: 0px;
  color: #2e80b6;
}

.body-text {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Merriweather, serif;
  font-size: 14px;
  text-align: left;
}

.body-text.no-indent {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 24px;
}

.body-text.small-gray {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Merriweather, serif;
  color: #676969;
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.body-text.small-gray.center {
  margin-top: 20px;
  text-align: center;
}

.body-text.small-gray.indent {
  padding-right: 30px;
  padding-left: 30px;
}

.new-link {
  color: #1d75b6;
  font-weight: 700;
}

.new-link:hover {
  color: #f7a100;
  font-weight: 700;
}

.body {
  background-color: #fff;
}

.website {
  width: 100%;
  max-width: 100%;
  border: 1px solid #bec3c7;
  border-radius: 0px;
}

.website:hover {
  width: auto;
  max-width: 100%;
}

.header3 {
  font-family: Merriweather, serif;
  color: #242222;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: none;
}

.divider {
  height: 3px;
  margin-top: 60px;
  margin-bottom: 110px;
  border-radius: 10px;
  background-color: #7aa556;
}

.divider.white {
  margin: 20px 20% 15px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 94.1%, 0.39);
}

.home-header {
  margin-top: 346px;
}

.header-home {
  margin-top: 180px;
}

.header._50-above {
  margin-top: 50px;
}

._62 {
  height: 4px;
  background-color: transparent;
}

.bold-green {
  font-family: 'Open Sans', sans-serif;
  color: #7aa556;
  font-size: 16px;
  font-weight: 800;
}

.border {
  border: 1px solid #735260;
  background-color: transparent;
}

.dropdown {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nav-drop-down {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3b99d9), to(#3b99d9));
  background-image: linear-gradient(180deg, #3b99d9, #3b99d9);
  color: #dcedf8;
  text-align: center;
}

.head {
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 160px;
  line-height: 140px;
  font-weight: 900;
}

.container-block {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-bottom: 80px;
  padding-left: 40px;
  border-bottom: 2px none #7aa556;
}

.header-block {
  width: 100%;
  height: 105px;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #2d3e4f;
}

.header-block.yellow {
  background-color: #e79b0d;
}

.header-block.orange {
  background-color: #2d3e4f;
}

.header-block.blue {
  background-color: #6495ac;
}

.italic-text {
  font-family: Merriweather, serif;
}

.image {
  padding-left: 20px;
}

.bacground {
  height: 900px;
  padding-top: 340px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.1%, 0.23)), to(hsla(0, 0%, 94.1%, 0.23))), url('../images/stronger-together-background.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.1%, 0.23), hsla(0, 0%, 94.1%, 0.23)), url('../images/stronger-together-background.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.textblock {
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (min-width: 1280px) {
  .button {
    width: 100%;
    margin-top: 0px;
  }

  .hero-subheading {
    padding-right: 220px;
    font-size: 26px;
    line-height: 40px;
  }

  .nav-link {
    font-family: Oswald, sans-serif;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: none;
  }

  .nav-menu {
    margin-top: 40px;
  }

  .banner {
    margin-bottom: 120px;
  }

  .body-text.no-indent {
    line-height: 22px;
  }

  .divider.white {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .header-home {
    margin-top: 130px;
  }

  .container-block {
    padding-bottom: 60px;
  }

  .header-block.orange {
    height: 85px;
    padding-top: 20px;
    background-color: #2d3e4f;
  }

  .bacground {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.1%, 0.42)), to(hsla(0, 0%, 94.1%, 0.42))), url('../images/stronger-together-background.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 94.1%, 0.42), hsla(0, 0%, 94.1%, 0.42)), url('../images/stronger-together-background.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
}

@media screen and (min-width: 1440px) {
  .hero-subheading {
    margin-top: -340px;
    margin-bottom: 200px;
    padding-right: 265px;
    font-size: 28px;
    line-height: 42px;
  }

  .nav-link {
    font-size: 22px;
  }

  .logo {
    padding-top: 0px;
    font-size: 140px;
    line-height: 145px;
  }

  .body-text.no-indent {
    font-size: 17px;
    line-height: 28px;
  }

  .container-block {
    padding-right: 0px;
    padding-bottom: 70px;
    padding-left: 0px;
  }

  .header-block.orange {
    margin-top: 60px;
  }

  .bio {
    font-size: 14px;
    line-height: 22px;
  }

  .columns-2 {
    margin-left: 0px;
  }

  .bacground {
    height: 840px;
    padding-top: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    width: 350px;
    margin-left: -60px;
  }

  .call-to-action-heading {
    font-size: 40px;
  }

  .hero-subheading {
    margin-top: -320px;
    font-size: 32px;
    line-height: 50px;
  }

  .left-navigation {
    width: 450px;
  }

  .nav-link {
    font-size: 28px;
    line-height: 50px;
  }

  .content {
    margin-left: 110px;
  }

  .logo {
    padding-top: 20px;
    padding-bottom: 60px;
    border-top: 6px none #2d3e4f;
    font-family: Oswald, sans-serif;
    font-size: 220px;
    line-height: 220px;
    font-weight: 400;
    letter-spacing: -10px;
    text-transform: capitalize;
  }

  .body-text.no-indent {
    margin-left: -60px;
    font-size: 22px;
    line-height: 36px;
  }

  .body-text.small-gray {
    margin-left: -60px;
    font-size: 18px;
    line-height: 26px;
  }

  .website {
    width: 350px;
    max-width: none;
    margin-left: -60px;
  }

  .website:hover {
    width: 350px;
    max-width: 350%;
  }

  .header-block.orange {
    margin-top: 20px;
  }

  .bio {
    font-size: 16px;
    line-height: 28px;
  }

  .italic-text-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .image-2 {
    width: 350px;
    max-width: none;
  }

  .bacground {
    height: 1000px;
  }

  .textblock {
    margin-left: 60px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }

  .hamburger-button {
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #1d75b6;
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .brand-text {
    padding-left: 10px;
  }

  .hero-heading {
    padding-left: 20px;
    font-size: 46px;
    line-height: 80px;
  }

  .hero-subheading {
    margin-top: -220px;
    margin-bottom: 35px;
    padding-right: 300px;
    padding-left: 20px;
    font-size: 22px;
  }

  .hero-subheading.small {
    font-size: 14px;
  }

  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 99999;
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-link {
    padding-left: 13px;
    text-align: left;
  }

  .nav-menu {
    background-color: #1d75b6;
  }

  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }

  .social-footer {
    position: absolute;
    display: inline-block;
  }

  .banner {
    height: auto;
  }

  .logo {
    padding-left: 10px;
    float: left;
    font-size: 140px;
    line-height: 132px;
  }

  .body-text.no-indent {
    font-size: 13px;
  }

  .header3 {
    margin-bottom: 0px;
  }

  .header._50-above {
    margin-top: 30px;
  }

  .container-block {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .header-block.orange {
    margin-bottom: 20px;
  }

  .image {
    padding-left: 10px;
  }

  .icon {
    font-size: 65px;
  }

  .columns {
    margin-left: 0px;
  }

  .bacground {
    height: 700px;
    padding-top: 200px;
  }

  .textblock {
    padding-left: 40px;
  }
}

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

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

  .button.green {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .hamburger-button {
    margin-top: 0px;
  }

  .section {
    padding: 30px 10px 40px;
  }

  .section.section-gray {
    padding-bottom: 20px;
  }

  .call-to-action-section.green.patients {
    height: auto;
    padding: 25px 10px;
    font-size: 14px;
  }

  .call-to-action-section.red.managers {
    padding: 25px 10px;
  }

  .call-to-action-section.orange.providers {
    padding: 25px 10px;
  }

  .call-to-action-section.caregivers {
    padding: 25px 10px;
  }

  .call-to-action-heading {
    margin-top: 0px;
    margin-bottom: 13px;
    font-size: 20px;
    text-align: center;
  }

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

  .hero-heading {
    width: 342px;
    margin-top: 24px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 34px;
    line-height: 60px;
  }

  .hero-subheading {
    margin-top: -160px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 21px;
  }

  .hero-subheading.small {
    margin-top: 4px;
    margin-right: 300px;
    font-size: 12px;
    line-height: 16px;
  }

  .section-heading.centered.above {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 24px;
    line-height: 22px;
  }

  .form-wrapper.squeezed {
    padding-right: 0%;
    padding-left: 0%;
  }

  .footer.center {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .grid-image {
    width: 400px;
    margin-bottom: 10px;
    text-align: left;
  }

  .grid-image.space-above {
    margin-top: 60px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .nav-menu {
    margin-top: 0px;
  }

  .grid-fours {
    width: 33.333%;
  }

  .banner {
    height: auto;
    margin-bottom: 10px;
  }

  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }

  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content {
    height: auto;
  }

  .logo {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
  }

  .logo.no-above {
    padding-left: 10px;
    font-size: 103px;
  }

  .body-text.no-indent {
    line-height: 20px;
  }

  .body-text.small-gray {
    padding-left: 0px;
    line-height: 17px;
  }

  .website {
    display: block;
    width: 400px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .header3 {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
  }

  .divider {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .header-home {
    margin-top: 0px;
  }

  .header {
    padding-left: 10px;
  }

  .center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
  }

  .container-block {
    margin-bottom: 26px;
    padding-bottom: 0px;
  }

  .header-block {
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 2px;
    line-height: 16px;
  }

  .header-block.orange {
    margin-top: 0px;
  }

  .image {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon {
    font-size: 30px;
  }

  .bacground {
    height: 240px;
    padding-top: 20px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .textblock {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
    margin: 0px auto 15px;
  }

  .button.green {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .brand-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 21px;
  }

  .call-to-action-section.green.patients {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .call-to-action-section.orange {
    height: 128px;
    padding: 30px 20px;
  }

  .call-to-action-section.orange.providers {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .call-to-action-section.caregivers {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .call-to-action-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .hero-heading {
    width: 205px;
    margin-top: 143px;
    padding-right: 0px;
    font-size: 38px;
    line-height: 45px;
  }

  .hero-subheading {
    margin-top: -180px;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 19px;
    line-height: 29px;
  }

  .hero-subheading.small {
    margin-right: 0px;
    line-height: 18px;
  }

  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }

  .grid-image {
    margin-bottom: 0px;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .left-navigation {
    height: autopx;
  }

  .banner {
    height: 560px;
    margin-bottom: 0px;
    background-image: url('../images/stronger-together-background.png');
    background-position: 33% 100%;
  }

  .logo {
    margin-top: 140px;
    margin-bottom: 0px;
    font-size: 80px;
    line-height: 85px;
  }

  .logo.no-above {
    font-size: 59px;
  }

  .body-text.no-indent {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .body-text.small-gray {
    padding-left: 0px;
  }

  .body-text.small-gray.indent {
    padding-right: 20px;
    padding-left: 20px;
  }

  .website {
    margin-bottom: 10px;
  }

  .header3 {
    margin-bottom: 8px;
    text-align: center;
  }

  .center {
    padding-left: 10px;
  }

  ._62 {
    height: 3px;
  }

  .container-block {
    padding-bottom: 20px;
  }

  .header-block {
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
  }

  .image {
    margin-top: 100px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .bacground {
    height: 540px;
  }

  .textblock {
    padding-bottom: 40px;
  }

  .italic-text-3 {
    line-height: 18px;
  }
}

