.row-flex.content-center {
  justify-content: center;
  gap: 10px;
}

.row-flex.align-center {
  align-items: center;
}

.home #home {
  display: flex;
  flex-direction: column;
}

.home .cta-bar div[class*="col-"] {
  display: flex;
  align-items: center;
}

.home .cta-bar div[class*="col-"] a {
  margin-right: 0;
  margin-left: auto;
}

.home .cta-bar .exude-logo {
  position: initial;
  -webkit-transform: none;
  transform: none;
}

.home .cta-bar p {
  font-size: 20px;
}

.page-id-224 .module-hero h1 {
  text-transform: none;
}

@media (min-width: 992px) {
  .home .header {
    background-color: #ffffff;
  }

  .home .header.header-transparent .inner-nav>li>a,
  .home .header.header-transparent .menu-extras .menu-item a,
  .home ul.menu li a {
    color: #717174;
  }

  .home .inner-brand .brand-light {
    display: none;
  }

  .home .header.header-transparent .brand-dark {
    display: inline-block;
  }

  .page-id-224 .module-hero {
    height: 80vh;
  }

  .page-id-224 .module-hero .hero-text {
    vertical-align: middle;
  }
}

@media (max-width: 991px) {
  .module-hero {
    height: 70vh;
  }

  .hero-caption.home {
    top: -80px;
  }

  .home .module-hero h1 {
    margin-bottom: 30px;
  }

  .home .retirement-content {
    display: block;
    background-color: rgba(255, 255, 255, .75);
  }

  .home .retirement-content h1 {
    padding-top: 40px;
  }

  .home .retirement-content a {
    margin-bottom: 40px;
  }

  .home .hero-text.home {
    vertical-align: bottom !important;
  }

  .home .cta-bar div[class*="col-"] a {
    margin-right: auto;
  }
}

@media screen and (max-width: 434px) {
  .hero-caption.home {
    top: -100px;
  }
}