:root {
  --background-color: #ffffff;
  --white: #fff;
}

.no-pointer {
  cursor: default;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.heading, .site-title, .hero-title, .lato {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

body {
  font-weight: normal;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-size: 16px;
}
@media (max-width: 991px) {
  body {
    max-width: 100vw;
  }
}

.container {
  max-width: 1565px;
}
.container.contained {
  max-width: 1384px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
  -webkit-margin-after: 20px !important;
          margin-block-end: 20px !important;
}

.sticky-top-lg {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .sticky-top-lg {
    position: sticky;
    top: 150px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .sticky-top-lg.right-pad {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .mb-60-sm {
    margin-bottom: 60px;
  }
}

.top-bar {
  background: #29809e;
  color: rgba(255, 255, 255, 0.87);
  width: 100%;
  text-align: center;
  padding: 10px 30px;
  font-weight: 600;
}
.top-bar p {
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  font-size: 14px;
}
.top-bar p a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
@media (max-width: 767px) {
  .top-bar p {
    font-size: 13px;
  }
}

.empower-header {
  text-align: center;
  height: 78px;
  width: 100vw;
  display: block;
  position: sticky;
  top: -30px;
  z-index: 99;
}
@media (max-width: 767px) {
  .empower-header {
    top: -10px;
  }
}
.empower-header .floating-header {
  padding-top: 48px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .empower-header .floating-header {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
  }
}
.empower-header .floating-header .empower-logo {
  margin-right: 20px;
}
.empower-header .floating-header .empower-logo svg {
  height: 22px;
}
.empower-header .floating-header .empower-logo img {
  height: 60px;
  position: relative;
  top: -2px;
  left: -8px;
}
.empower-header .floating-header nav {
  border: solid 1px rgb(159, 159, 159);
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 8px;
  height: 60px;
  border-bottom-color: rgb(159, 159, 159);
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(159, 159, 159);
  border-left-style: solid;
  border-left-width: 0px;
  border-right-color: rgb(159, 159, 159);
  border-right-style: solid;
  border-right-width: 0px;
  border-top-color: rgb(159, 159, 159);
  border-top-style: solid;
  border-top-width: 0px;
  text-align: left;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.empower-header .floating-header nav::before {
  content: "";
  backdrop-filter: blur(24px);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(159, 159, 159);
  -o-border-image: initial;
     border-image: initial;
  position: fixed;
  top: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
  -webkit-box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.03) 0px 16px 16px -8px, rgba(0, 0, 0, 0.03) 0px 10px 10px -5px, rgba(0, 0, 0, 0.03) 0px 5px 5px -2.5px, rgba(0, 0, 0, 0.03) 0px 3px 3px -1.5px, rgba(0, 0, 0, 0.03) 0px 2px 2px -1px, rgba(0, 0, 0, 0.03) 0px 1px 1px -0.5px;
          box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.03) 0px 16px 16px -8px, rgba(0, 0, 0, 0.03) 0px 10px 10px -5px, rgba(0, 0, 0, 0.03) 0px 5px 5px -2.5px, rgba(0, 0, 0, 0.03) 0px 3px 3px -1.5px, rgba(0, 0, 0, 0.03) 0px 2px 2px -1px, rgba(0, 0, 0, 0.03) 0px 1px 1px -0.5px;
}
.empower-header .floating-header ul {
  padding-left: 0;
  margin-bottom: 0;
}
.empower-header .floating-header ul li {
  display: inline-block;
}
.empower-header .floating-header ul li a,
.empower-header .floating-header ul li button,
.empower-header .floating-header ul li .btn {
  color: rgba(0, 0, 0, 0.76);
  font-weight: 500;
  font-size: 14px;
}
.empower-header .floating-header ul li a:hover,
.empower-header .floating-header ul li button:hover,
.empower-header .floating-header ul li .btn:hover {
  color: #29809e;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .empower-header .floating-header ul li a,
  .empower-header .floating-header ul li button,
  .empower-header .floating-header ul li .btn {
    margin-left: -5px;
  }
}
.empower-header .floating-header .main-nav .btn {
  border: none !important;
}
.empower-header .floating-header .cta-buttons {
  margin-left: auto;
  margin-right: 0;
}
.empower-header .floating-header .cta-buttons a,
.empower-header .floating-header .cta-buttons button,
.empower-header .floating-header .cta-buttons .btn {
  margin-left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .empower-header .floating-header .cta-buttons a,
  .empower-header .floating-header .cta-buttons button,
  .empower-header .floating-header .cta-buttons .btn {
    margin-left: 0;
  }
}

.empower-footer {
  padding: 80px 0;
}
.empower-footer .container {
  padding-left: 102px;
  padding-right: 102px;
}
@media (max-width: 767px) {
  .empower-footer .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
.empower-footer .empower-logo {
  margin-right: 20px;
  display: block;
  margin-bottom: 60px;
}
.empower-footer .empower-logo svg {
  height: 22px;
}
.empower-footer .empower-logo img {
  height: 80px;
  position: relative;
  top: -30px;
  left: -15px;
}
@media (max-width: 767px) {
  .empower-footer .empower-logo img {
    top: 0;
    margin-top: -30px;
  }
}
.empower-footer .list-title {
  font-weight: 700;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.empower-footer hr {
  border-top: dashed 1px rgba(0, 0, 0, 0.4) !important;
  margin-bottom: 80px;
}
.empower-footer ul {
  line-height: 24px;
  font-size: 16px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.empower-footer ul li a {
  line-height: 24px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
.empower-footer ul li a:hover {
  color: #29809e;
}
.empower-footer .copyright,
.empower-footer .lower-ul {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px !important;
}
.empower-footer .copyright ul,
.empower-footer .lower-ul ul {
  list-style-type: none;
}
.empower-footer .copyright ul li,
.empower-footer .lower-ul ul li {
  display: inline-block;
}
.empower-footer .copyright ul li a,
.empower-footer .lower-ul ul li a {
  margin-left: 20px;
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .empower-footer .copyright ul li a,
  .empower-footer .lower-ul ul li a {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 60px;
  }
}

.empower-footer-cta .upper-tag {
  color: rgba(255, 255, 255, 0.76) !important;
}
.empower-footer-cta .title {
  font-family: "Lato", sans-serif;
  font-size: 76px;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 25px;
  font-weight: 900 !important;
  color: white !important;
  position: relative;
  left: -6px;
}
@media (max-width: 767px) {
  .empower-footer-cta .title {
    font-size: 42.5px !important;
    line-height: 1.2;
    letter-spacing: -2px;
    left: -3px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.empower-footer-cta p {
  opacity: 0.75;
}
.empower-footer-cta .btn.btn-main {
  background-color: #f6851f;
}
.empower-footer-cta .btn.btn-main:hover {
  background: #f2780a;
}

.resource-menu-item {
  position: relative;
}
.resource-menu-item .resource-menu-container {
  padding-top: 30px;
  background: none;
  left: 50%;
  top: 30px;
  opacity: 0;
  -webkit-transform: translate(-190px, 30px);
          transform: translate(-190px, 30px);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  position: absolute;
  pointer-events: none;
}
.resource-menu-item .resource-menu {
  border-radius: 12px;
  width: 410px;
  display: block;
  background-color: rgb(255, 255, 255);
  padding: 24px 32px;
  -webkit-box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.03) 0px 16px 16px -8px, rgba(0, 0, 0, 0.03) 0px 10px 10px -5px, rgba(0, 0, 0, 0.03) 0px 5px 5px -2.5px, rgba(0, 0, 0, 0.03) 0px 3px 3px -1.5px, rgba(0, 0, 0, 0.03) 0px 2px 2px -1px, rgba(0, 0, 0, 0.03) 0px 1px 1px -0.5px;
          box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.03) 0px 16px 16px -8px, rgba(0, 0, 0, 0.03) 0px 10px 10px -5px, rgba(0, 0, 0, 0.03) 0px 5px 5px -2.5px, rgba(0, 0, 0, 0.03) 0px 3px 3px -1.5px, rgba(0, 0, 0, 0.03) 0px 2px 2px -1px, rgba(0, 0, 0, 0.03) 0px 1px 1px -0.5px;
}
.resource-menu-item .resource-menu ul {
  display: block;
}
.resource-menu-item .resource-menu ul li {
  display: block;
}
.resource-menu-item .resource-menu ul li .btn {
  line-height: 20px;
}
.resource-menu-item .resource-menu ul li .btn .icon-holder {
  display: inline-block;
  width: 35px;
  text-align: center;
  position: relative;
  top: -2px;
  color: rgba(0, 0, 0, 0.76);
}
.resource-menu-item .resource-menu ul li .btn .icon-holder svg {
  color: #154550;
}
.resource-menu-item .resource-menu ul li .btn span {
  display: inline-block;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}
.resource-menu-item .resource-menu ul li .btn svg {
  height: 17px;
  display: inline;
}
.resource-menu-item .resource-menu ul li .btn:hover span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.resource-menu-item .resource-menu .left,
.resource-menu-item .resource-menu .right {
  width: calc(50% - 2px);
  display: inline-block;
  vertical-align: top;
}
.resource-menu-item:hover .resource-menu-container {
  opacity: 1;
  -webkit-transform: translate(-190px, 0px);
          transform: translate(-190px, 0px);
  pointer-events: auto;
  margin-right: 7px;
}
.resource-menu-item .resource-toggle {
  position: relative;
}
.resource-menu-item .resource-toggle svg {
  height: 16px;
}
.resource-menu-item .resource-toggle .icon {
  position: absolute;
  right: 15px;
}
.resource-menu-item .resource-toggle .icon.minus {
  opacity: 0;
}
.resource-menu-item .resource-toggle .icon.plus {
  opacity: 1;
}
.resource-menu-item.open {
  background: #f3f3f3;
}
.resource-menu-item.open .resource-toggle .icon.minus {
  opacity: 1;
}
.resource-menu-item.open .resource-toggle .icon.plus {
  opacity: 0;
}

.btn {
  line-height: 28px;
  border-radius: 6px;
}
.btn.btn-main {
  color: white !important;
  background: #29809e;
  font-weight: 700 !important;
}
.btn.btn-main:hover {
  background: #1e5f76;
}
.btn.btn-large {
  line-height: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn.btn-ghost {
  border: solid 1px rgba(221, 221, 221, 0);
  background: #29809e;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0);
  color: rgba(0, 0, 0, 0.76);
}
.btn.btn-ghost:hover {
  border: solid 1px rgb(221, 221, 211);
  background: rgb(255, 255, 255);
  color: #29809e;
}

.mobile-menu-toggle {
  margin-right: -10px;
  margin-left: auto;
}
.mobile-menu-toggle .btn {
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0) !important;
  border: none;
  line-height: 50px;
  text-align: center;
  padding: 0;
  position: relative;
  top: -1px;
  padding: 0;
}
.mobile-menu-toggle .btn span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  height: 50px;
  width: 50px;
}
.mobile-menu-toggle .btn span svg {
  height: 25px;
  width: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.mobile-menu-toggle .btn .bars {
  opacity: 1;
  top: 0px;
}
.mobile-menu-toggle .btn .times {
  opacity: 0;
  top: 0px;
}
.mobile-menu-toggle.open .btn span svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.mobile-menu-toggle.open .btn .bars {
  opacity: 0;
}
.mobile-menu-toggle.open .btn .times {
  opacity: 1;
}

.mobile-menu-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media (min-width: 992px) {
  .mobile-menu-overlay {
    display: none;
  }
}

.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  background: white;
  -webkit-transform: translate(320px, 0px);
          transform: translate(320px, 0px);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  z-index: 100;
  pointer-events: none;
}
.mobile-menu .mobile-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 80px;
  background: #154550;
  color: white;
  text-align: right;
}
.mobile-menu .mobile-header .empower-logo-svg {
  position: absolute;
  left: 20px;
  top: 18px;
}
.mobile-menu .mobile-header img {
  position: absolute;
  left: 20px;
  top: 15px;
  height: 50px;
}
.mobile-menu .mobile-close-btn {
  height: 80px;
  width: 60px;
  border: none;
  background: #154550;
  color: white;
}
.mobile-menu .mobile-close-btn svg {
  height: 22px;
}
.mobile-menu .menu-scroll-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.mobile-menu .menu-content {
  padding: 100px 30px 30px;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu ul li {
  border-bottom: solid 1px #ddd;
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  border-radius: 6px;
}
.mobile-menu ul li a,
.mobile-menu ul li .btn {
  display: block !important;
  color: rgba(0, 0, 0, 0.87) !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  background: none;
  width: 100%;
}
.mobile-menu ul li a:hover,
.mobile-menu ul li .btn:hover {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mobile-menu ul li:hover a, .mobile-menu ul li:active a {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mobile-menu ul li:hover a ul li, .mobile-menu ul li:active a ul li {
  background: white !important;
}
.mobile-menu ul li:hover a ul li a, .mobile-menu ul li:active a ul li a {
  background: white !important;
}
.mobile-menu ul li:hover a ul li:hover, .mobile-menu ul li:active a ul li:hover {
  background: #f3f3f3 !important;
}
.mobile-menu ul li:hover a ul li:hover a, .mobile-menu ul li:active a ul li:hover a {
  background: #f3f3f3 !important;
}
.mobile-menu .resource-menu-mobile {
  display: none;
}
.mobile-menu .resource-menu-mobile.open {
  display: block;
}
.mobile-menu .resource-menu-mobile li svg {
  height: 18px;
  margin-right: 7px;
}
.mobile-menu .resource-menu-mobile li .icon-holder,
.mobile-menu .resource-menu-mobile li span {
  display: inline-block;
}
.mobile-menu .cta-buttons {
  padding: 20px 30px;
  border-top: 1px solid #ddd;
  background: white;
}
.mobile-menu .cta-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.mobile-menu .cta-buttons ul li a {
  display: block;
  text-align: center;
}
.mobile-menu .cta-buttons ul .resident {
  background: #29809e !important;
  color: white !important;
}
.mobile-menu .cta-buttons ul .resident:hover, .mobile-menu .cta-buttons ul .resident:active {
  background: #24708a !important;
  color: white !important;
}
.mobile-menu .cta-buttons ul .demo {
  background: #154550 !important;
  color: white !important;
}
.mobile-menu .cta-buttons ul .demo:hover, .mobile-menu .cta-buttons ul .demo:active {
  background: #10343c !important;
  color: white !important;
}

.mobile-menu-open .mobile-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-open .mobile-menu {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: auto;
}

.empower-blog-heading {
  padding: 20px 25px;
}
.empower-blog-heading a {
  color: white !important;
}
.empower-blog-heading a svg {
  height: 16px !important;
  top: -2px !important;
  margin-right: 5px;
  position: relative;
}

.empower-hero {
  background: #154550;
  color: white;
  border-radius: 12px;
  margin-top: -55px;
  padding: 200px 90px 160px;
  background-color: #29809e;
  background-image: url("../img/tile-bg.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  background-size: 50% auto;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .empower-hero {
    margin: -12px;
    padding: 20px;
    border-radius: 0;
    margin-top: -80px;
    padding-top: 120px;
    margin-bottom: 60px;
  }
}
.empower-hero .upper-tag {
  color: #45abcf;
}
.empower-hero h1 {
  font-family: "Lato", sans-serif;
  font-size: 76px;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 25px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .empower-hero h1 {
    font-size: 42.5px;
    line-height: 1;
    letter-spacing: -2px;
  }
}
.empower-hero p {
  margin-bottom: 40px !important;
  font-size: 18px;
  line-height: 27px;
  opacity: 0.87;
}
@media (max-width: 767px) {
  .empower-hero p {
    font-size: 16px;
    line-height: 24px;
  }
}
.empower-hero .cta-buttons .btn-ghost {
  color: white;
  background: none;
  margin-left: 7px;
}
@media (max-width: 575px) {
  .empower-hero .cta-buttons .btn-ghost {
    margin-left: 0;
    border: solid 1px rgba(255, 255, 255, 0.5);
    margin-top: 7px;
  }
}
.empower-hero .cta-buttons .btn-ghost:hover {
  background: none;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .empower-hero .cta-buttons .btn {
    display: block;
  }
}

.empower-video-hero {
  background: #154550;
  color: white;
  border-radius: 12px;
  margin-top: -55px;
  background: url("../img/empower-bg.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 90px;
  position: relative;
  background-position: 50% 50%;
  height: auto;
  z-index: 0;
  overflow: hidden;
}
.empower-video-hero.child-smiling {
  background: url("../img/child-smiling.jpg") no-repeat center center;
  background-size: cover;
}
.empower-video-hero.speech-therapy {
  background: url("../img/speech-therapy.jpg") no-repeat center center;
  background-size: cover;
}
.empower-video-hero.blue-contact {
  background-color: #29809e;
  background-image: url("../img/tile-bg.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  background-size: 50% auto;
  background-color: #154550;
}
.empower-video-hero.overlay-25 .overlay {
  background: rgba(0, 0, 0, 0.25);
}
.empower-video-hero.overlay-25 .overlay.blue {
  background: rgba(7, 13, 40, 0.25);
}
.empower-video-hero.overlay-50 .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.empower-video-hero.overlay-50 .overlay.blue {
  background: rgba(7, 13, 40, 0.5);
}
.empower-video-hero.overlay-60 .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.empower-video-hero.overlay-60 .overlay.blue {
  background: rgba(7, 13, 40, 0.6);
}
.empower-video-hero.overlay-75 .overlay {
  background: rgba(0, 0, 0, 0.75);
}
.empower-video-hero.overlay-75 .overlay.blue {
  background: rgba(7, 13, 40, 0.75);
}
.empower-video-hero.overlay-90 .overlay {
  background: rgba(0, 0, 0, 0.9);
}
.empower-video-hero.overlay-90 .overlay.blue {
  background: rgba(7, 13, 40, 0.9);
}
.empower-video-hero .dot-matrix {
  height: 100%;
  width: 100%;
  background: url("../img/dot-matrix.png") repeat center;
  background-size: 10px 10px;
  padding: 200px 90px 160px;
}
@media (max-width: 767px) {
  .empower-video-hero {
    margin: -12px;
    border-radius: 0;
    margin-top: -80px;
    margin-bottom: 60px;
  }
  .empower-video-hero .dot-matrix {
    padding: 20px;
    padding-bottom: 100px;
    padding-top: 140px;
  }
}
.empower-video-hero .upper-tag {
  color: #45abcf;
}
.empower-video-hero .logo {
  height: 45px;
  width: auto;
  margin-bottom: 30px;
}
.empower-video-hero h1 {
  font-family: "Lato", sans-serif;
  font-size: 76px;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .empower-video-hero h1 {
    font-size: 42.5px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.empower-video-hero p {
  margin-bottom: 40px !important;
  font-size: 18px;
  line-height: 27px;
  opacity: 0.87;
}
@media (max-width: 767px) {
  .empower-video-hero p {
    font-size: 16px;
    line-height: 24px;
  }
}
.empower-video-hero .cta-buttons .btn-ghost {
  color: white;
  background: none;
  margin-left: 7px;
}
@media (max-width: 575px) {
  .empower-video-hero .cta-buttons .btn-ghost {
    margin-left: 0;
    border: solid 1px rgba(255, 255, 255, 0.5);
    margin-top: 7px;
  }
}
.empower-video-hero .cta-buttons .btn-ghost:hover {
  background: none;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .empower-video-hero .cta-buttons .btn {
    display: block;
  }
}
.empower-video-hero video {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.empower-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 375px;
  position: relative;
}
.empower-carousel .card {
  background-color: white;
  border-radius: 10px;
  position: absolute;
  width: 450px;
  height: 110px;
  padding: 20px;
  text-align: left;
  font-family: sans-serif;
  font-size: 20px;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation: empower-carousel 10s linear infinite;
          animation: empower-carousel 10s linear infinite; /* duration should be 3 multiplied by the total number of cards */
  border-top: none;
  text-decoration: none;
}
.empower-carousel .card .avatar {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  line-height: 75px;
  text-align: center;
  background: #869c60;
  color: white;
  font-size: 25px;
  font-weight: 900;
  display: inline-block;
  width: 75px;
  vertical-align: top;
  overflow: hidden;
  padding: 0;
}
.empower-carousel .card .avatar img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.empower-carousel .card .info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 85px);
  padding-left: 12px;
  text-align: left;
}
.empower-carousel .card .info .name {
  font-weight: bold;
  margin-top: 15px;
}
.empower-carousel .card .info .lower {
  font-size: 18px;
  padding-top: 7px;
  color: rgba(0, 0, 0, 0.6);
}
.empower-carousel .card .info .lower span.green {
  color: #869c60;
}
.empower-carousel .card:nth-child(1) {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}
.empower-carousel .card:nth-child(2) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.empower-carousel .card:nth-child(3) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.empower-carousel .card:nth-child(4) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.empower-carousel .card:last-child {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.empower-carousel .card.error .avatar {
  background: #FF0066;
}
.empower-carousel .card.error .lower span.pink {
  color: #FF0066;
}

/* Increment animation delay by 3 for each card */
@-webkit-keyframes empower-carousel {
  0% {
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 20% { /* 3, 100/total number of cards */
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
    opacity: 0.8;
    visibility: visible;
  }
  23%, 40% { /* [(100/total number of cards) + 3], [(100/number of cards) * 2] */
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  43%, 60% { /* [(100/total number of cards)*2 + 3], [(100/number of cards) * 3] */
    -webkit-transform: translateY(-100%) scale(0.7);
            transform: translateY(-100%) scale(0.7);
    opacity: 0.8;
    visibility: visible;
  }
  63% { /* [(100/total number of cards) * 3] + 3 */
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes empower-carousel {
  0% {
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 20% { /* 3, 100/total number of cards */
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
    opacity: 0.8;
    visibility: visible;
  }
  23%, 40% { /* [(100/total number of cards) + 3], [(100/number of cards) * 2] */
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  43%, 60% { /* [(100/total number of cards)*2 + 3], [(100/number of cards) * 3] */
    -webkit-transform: translateY(-100%) scale(0.7);
            transform: translateY(-100%) scale(0.7);
    opacity: 0.8;
    visibility: visible;
  }
  63% { /* [(100/total number of cards) * 3] + 3 */
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
.empower-footer-cta {
  margin-top: 120px;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .empower-footer-cta {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 60px;
  }
}

.card.empower-card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 7px 25px 0 rgba(0, 0, 0, 0.03), 0 4px 12px 0 rgba(0, 0, 0, 0.03) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 7px 25px 0 rgba(0, 0, 0, 0.03), 0 4px 12px 0 rgba(0, 0, 0, 0.03) !important;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 450px;
  display: block !important;
  padding: 0 !important;
  border-top: 0 !important;
  border-radius: 12px !important;
  width: 100% !important;
  backdrop-filter: none !important;
  background: white !important;
  border: none !important;
  margin-bottom: 25px;
  margin-top: 0 !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  .card.empower-card {
    margin-bottom: 20px;
  }
}
.card.empower-card .card-body {
  padding: 32px;
}
@media (max-width: 767px) {
  .card.empower-card .card-body {
    padding: 30px 25px;
  }
}
.card.empower-card .card-body .upper-tag {
  font-size: 14px;
}
.card.empower-card .card-body .card-title {
  margin-bottom: 20px;
}
.card.empower-card .card-body .text-muted {
  color: #29809e !important;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .card.empower-card .card-body .text-muted {
    margin-bottom: -16px;
    display: block;
  }
}
.card.empower-card:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 7px 25px 0 rgba(0, 0, 0, 0.03), 0 4px 30px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 7px 25px 0 rgba(0, 0, 0, 0.03), 0 4px 30px rgba(0, 0, 0, 0.1) !important;
}
.card.empower-card .card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 767px) {
  .card.empower-card .card-img {
    border-radius: 0 !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
}
.card.empower-card .text-muted svg {
  height: 14px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.card.empower-card p {
  font-size: 16px !important;
  line-height: 28px !important;
}

.empower-marketing-container {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .empower-marketing-container {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .empower-marketing-container {
    max-width: 650px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.empower-marketing-container.gray {
  background: #fafafa;
}
.empower-marketing-container .upper-tag {
  color: #45abcf;
  text-transform: uppercase;
}
.empower-marketing-container h2,
.empower-marketing-container h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.2;
}
.empower-marketing-container h2 {
  font-size: 40px;
}
.empower-marketing-container h3 {
  letter-spacing: -0.5px;
}

.gray-container {
  background: #f3f3f3;
  border-radius: 12px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .gray-container {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    background-color: whitesmoke;
  }
}
.gray-container .empower-marketing-container {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .my-empower-wrapper {
    padding-right: 60px;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 69.5%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background-color: #000; /* Optional: fallback color */
  border-radius: 12px;
}
@media (max-width: 991px) {
  .video-wrapper {
    margin-bottom: 30px;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
  }
}

/* Apply to BOTH video and iframe */
.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* fine for video, ignored by iframe */
  border: 0;
}

.empower-list {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 45px;
  list-style-type: none;
  padding-left: 0;
}

.empower-list {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 45px;
  list-style-type: none;
  padding-left: 0;
}

.modal .modal-header {
  padding: 20px 45px;
}
.modal .modal-header h1 {
  font-weight: bold;
}
.modal .modal-body {
  padding: 20px 45px 45px;
}
.modal .btn-close {
  background: white !important;
  color: rgba(0, 0, 0, 0.67) !important;
  border: none;
}
.modal .btn-close svg {
  height: 25px;
  width: 25px;
  display: block;
  position: relative;
  top: -4px;
}
.modal .btn-close:hover {
  color: rgb(0, 0, 0) !important;
}

ul.leaders {
  margin-top: 20px;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.76);
  margin-bottom: 40px;
}
ul.leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.2);
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}
ul.leaders span:first-child {
  padding-right: 0.33em;
  background: #f3f3f3;
}
ul.leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: #f3f3f3;
}

.gray-bg {
  background: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-template-template-empower-contact .empower-footer-cta {
  display: none !important;
}

.contact-form-wrapper .wpforms-field-label {
  color: white !important;
}
.contact-form-wrapper .wpforms-field-sublabel {
  color: rgba(255, 255, 255, 0.5) !important;
}