:root {
  --black: black;
  --grey: #262626;
  --white: white;
  --light-blue: #d4e5f0;
  --cta-blue: #007bd2;
  --grey-text-light: #cacaca;
  --light-grey: #f4f4f4;
  --grey-text-dark: #666;
  --logo-blue: #226693;
}

body {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

h1 {
  letter-spacing: -.08rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  width: 100%;
  padding: 5rem 4rem 6rem;
  position: relative;
}

.section.full {
  min-height: 100vh;
}

.section.full.hero {
  background-image: linear-gradient(90deg, #000, #fff0), url('../images/ct-hero-1-min.png');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.counter {
  background-color: var(--grey);
  color: var(--white);
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.section.how {
  background-color: var(--grey);
  color: var(--white);
  padding-bottom: 10rem;
}

.section.about {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.section.cta {
  background-color: var(--light-blue);
  padding-top: 7rem;
  padding-bottom: 8rem;
}

.section.footer {
  background-color: var(--grey);
  color: var(--white);
  padding: 1.5rem 3rem;
}

.container {
  width: 100%;
  max-width: 1450px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.hero {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 3rem;
  transition: all .5s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  background-color: var(--cta-blue);
  border-radius: 100rem;
  padding: .8rem 2rem;
  font-size: 1.2rem;
  transition: color .35s, background-color .35s;
}

.button:hover {
  background-color: var(--white);
  color: var(--cta-blue);
}

.button.top-spacing {
  margin-top: .5rem;
}

.brand {
  margin-right: auto;
}

.brand-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-logo {
  background-image: url('../images/logo_square_fav2.png');
  background-position: 50%;
  background-size: cover;
  width: 4rem;
  height: 4rem;
}

.nav-logo.footer {
  width: 3rem;
  height: 3rem;
}

.nav-brand-name {
  color: var(--white);
  font-family: Roboto Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  transition: all .5s;
}

.nav-brand-name.footer {
  font-size: 2.2rem;
}

.hero-heading {
  color: var(--white);
}

.hero-text-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 32rem;
  margin-top: 4rem;
  margin-left: 1rem;
  display: flex;
}

.hero-body {
  color: var(--white);
  max-width: 29rem;
  font-size: 1.3rem;
}

.count-section-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-heading {
  text-align: center;
  max-width: 45rem;
}

.counter-body {
  color: var(--white);
  text-align: center;
  max-width: 60rem;
}

.number-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  padding-left: 2rem;
  display: flex;
}

.number {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  letter-spacing: -.1rem;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  display: flex;
}

.numbers_number {
  font-weight: 400;
}

.plus {
  font-size: 3.5rem;
  font-weight: 200;
}

.line {
  background-color: var(--grey-text-light);
  color: #fff;
  width: .1rem;
  height: 100%;
  min-height: 5rem;
}

.counter-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.counter-wrap.middle {
  margin-left: 3rem;
  margin-right: 3rem;
}

.counter-wrap.smaller {
  padding-right: 1rem;
}

.counter-subtext {
  color: var(--grey-text-light);
  font-size: 1.4rem;
}

.dropdown-content {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 0;
  padding-top: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-name {
  cursor: default;
  margin-bottom: .4rem;
}

.dropdown-wrap {
  background-color: var(--light-grey);
  border-radius: 1rem;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: static;
}

.plus-lottie {
  width: 80%;
}

.plus-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dropdown-heading {
  color: #1d1d1b;
  justify-content: space-between;
  align-items: flex-end;
  transition: all .4s;
  display: flex;
}

.dropdown-trigger {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px #1d1d1b;
  flex-flow: column;
  padding: 2rem 2rem 1.5rem;
  display: flex;
}

.dropdown-section-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 3rem;
  display: flex;
}

.dropdown-subheading {
  color: var(--grey-text-dark);
  width: 90%;
  font-size: 1.3rem;
}

.content-wrap {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 2rem 2rem;
  display: flex;
}

.detail-wrap {
  flex-flow: column;
  width: 31%;
  display: flex;
}

.small-p {
  color: var(--grey-text-dark);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-size: 1.2rem;
}

.heading-icon-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.dropdown-icon {
  background-image: url('../images/health-provider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.5rem;
  height: 3rem;
}

.dropdown-icon.plans {
  background-image: url('../images/health-plans.svg');
  height: 3.5rem;
}

.dropdown-icon.transportation {
  background-image: url('../images/transportation.svg');
}

.how-heading {
  text-align: center;
}

.how-section-wrap {
  position: relative;
}

.step-wrap {
  z-index: 2;
  grid-column-gap: 9%;
  grid-row-gap: 9%;
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
  margin-bottom: 7rem;
  display: flex;
  position: relative;
}

.step-wrap.top {
  margin-top: 5rem;
}

.step-wrap.last {
  margin-bottom: 0;
}

.how-text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 36%;
  display: flex;
}

.how-image {
  border-radius: 1rem;
  width: 36%;
}

.how-line {
  background-color: var(--light-grey);
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.line-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-text-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.about-body {
  color: var(--grey-text-dark);
  font-size: 1.3rem;
}

.more-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  margin-top: 3rem;
  display: flex;
}

.ui-image {
  z-index: 2;
  width: 67%;
  min-height: 23rem;
  margin-bottom: 3rem;
  position: absolute;
  inset: -1.3rem -23% 4rem auto;
}

.more-list {
  margin-bottom: 0;
  line-height: 2.3;
}

.more-list.checkmarks {
  color: var(--cta-blue);
}

.more-side {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-heading {
  text-align: center;
  width: auto;
  max-width: 40rem;
  line-height: 1.3;
}

.cta-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.foot-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.row-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-icon {
  width: 1.1rem;
}

.email-link {
  color: var(--white);
  text-decoration: none;
  transition: color .35s;
}

.email-link:hover {
  color: var(--cta-blue);
}

.step-body {
  color: var(--grey-text-light);
}

.more-item-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.more-items {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-heading {
  max-width: 35rem;
}

@media screen and (max-width: 991px) {
  .section.full.hero {
    background-position: 0 0, 90%;
  }

  .section.counter {
    padding-bottom: 6rem;
  }

  .section.about {
    padding-top: 0;
  }

  .section.footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }

  .nav-logo.footer {
    width: 3rem;
    height: 3rem;
  }

  .nav-brand-name.footer {
    font-size: 2rem;
  }

  .hero-text-wrap {
    margin-top: 0;
    margin-bottom: 10vh;
  }

  .count-section-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .counter-heading {
    max-width: none;
  }

  .number-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-left: 0;
  }

  .line {
    width: 50%;
    height: .1rem;
    min-height: 0;
    display: none;
  }

  .counter-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: auto;
  }

  .counter-wrap.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .counter-subtext {
    text-align: center;
    font-size: 1.5rem;
  }

  .plus-lottie {
    width: 80%;
  }

  .dropdown-heading {
    justify-content: space-between;
    align-items: center;
  }

  .content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .detail-wrap {
    width: 100%;
  }

  .step-wrap {
    grid-column-gap: 11%;
    grid-row-gap: 11%;
  }

  .how-text-wrap, .how-image {
    width: 45%;
  }

  .about-text-wrap {
    width: 100%;
    max-width: 50rem;
  }

  .ui-image {
    width: 120%;
    max-width: none;
    min-height: 30rem;
    margin-bottom: 3rem;
    position: relative;
    right: -19%;
  }

  .more-list {
    margin-right: auto;
  }

  .more-side {
    justify-content: space-around;
    align-items: flex-start;
  }

  .cta-heading {
    width: auto;
  }

  .menu-button, .icon {
    display: none;
  }

  .more-items {
    grid-column-gap: 15%;
    grid-row-gap: 15%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.full.hero {
    padding-bottom: 5rem;
  }

  .section.how {
    padding-bottom: 6rem;
  }

  .section.about {
    padding-bottom: 5rem;
  }

  .section.footer {
    padding-bottom: 3rem;
    font-size: 1.1rem;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-logo {
    width: 3rem;
    height: 3rem;
  }

  .nav-logo.footer {
    width: 3.5rem;
    height: 3.5rem;
  }

  .nav-brand-name, .nav-brand-name.footer {
    font-size: 2.5rem;
  }

  .hero-text-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dropdown-wrap {
    padding-top: 0;
  }

  .plus-lottie {
    margin-bottom: .2rem;
  }

  .dropdown-heading {
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-trigger {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .dropdown-subheading {
    width: 100%;
  }

  .heading-icon-wrap {
    justify-content: flex-start;
    align-items: flex-end;
    width: 90%;
  }

  .heading-icon-wrap.middle {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-icon, .dropdown-icon.plans {
    width: 3rem;
  }

  .step-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--grey);
    flex-flow: column;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .step-wrap.top {
    margin-top: 1rem;
  }

  .step-wrap.center {
    flex-flow: wrap-reverse;
  }

  .how-text-wrap, .how-image, .about-text-wrap {
    width: 90%;
  }

  .ui-image {
    width: 130%;
    min-height: 27rem;
    margin-bottom: 3rem;
    top: -.4rem;
    right: -14%;
  }

  .more-list {
    margin-bottom: 0;
  }

  .more-side {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .foot-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .more-items {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 1.1rem;
  }

  p {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .section {
    padding: 3rem 1.5rem 4rem;
  }

  .section.full.hero {
    background-image: linear-gradient(90deg, #000000e8, #fff0), url('../images/ct-hero-1-min.png');
    background-position: 0 0, 92% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 103%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section.counter {
    padding-bottom: 4rem;
  }

  .section.how {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .section.about {
    padding-bottom: 4rem;
  }

  .section.cta {
    padding-bottom: 7rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section.footer {
    padding: 2.5rem 2rem 4rem;
  }

  .navbar {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button {
    font-size: 1.1rem;
  }

  .button.top-spacing {
    margin-top: 0;
  }

  .nav-logo {
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav-brand-name {
    font-size: 2rem;
  }

  .hero-text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 98%;
    max-width: none;
    margin-bottom: 15%;
    margin-left: 0;
  }

  .hero-body {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .count-section-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .counter-body {
    max-width: none;
    font-size: 1.1rem;
  }

  .number-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .numbers_number {
    font-size: 4.2rem;
  }

  .plus {
    font-size: 2.5rem;
  }

  .counter-wrap.smaller {
    padding-right: 0;
  }

  .counter-subtext {
    color: var(--light-grey);
    font-size: 1.3rem;
    font-weight: 400;
  }

  .dropdown-wrap {
    width: 100%;
  }

  .plus-lottie {
    width: 70%;
    margin-bottom: 0;
  }

  .plus-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-trigger {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 1rem;
  }

  .dropdown-section-wrap {
    margin-top: 2.5rem;
  }

  .dropdown-subheading {
    font-size: 1.1rem;
  }

  .content-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .small-p {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .heading-icon-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-icon-wrap.middle {
    padding-top: .5rem;
  }

  .dropdown-icon {
    width: 2.5rem;
    margin-bottom: .5rem;
  }

  .dropdown-icon.plans {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: .7rem;
  }

  .dropdown-icon.transportation {
    width: 2.8rem;
  }

  .how-section-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .step-wrap {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .step-wrap.top {
    margin-top: 0;
  }

  .how-text-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 95%;
  }

  .how-image {
    width: 100%;
  }

  .about-text-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 95%;
    margin-top: 0;
  }

  .about-body {
    font-size: 1.1rem;
  }

  .more-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .ui-image {
    z-index: 3;
    min-height: 12rem;
    margin-bottom: 2rem;
    display: block;
    top: -.3rem;
    left: 0;
  }

  .more-list {
    font-size: 1.1rem;
  }

  .more-side {
    padding-left: 4%;
  }

  .email-link {
    text-decoration: underline;
  }

  .step-body {
    margin-bottom: 0;
  }
}


