/* TABLE OF CONTENTS */
/* 00. Global Styles */
/* 01. Header */
/* 02. Footer */
/* 03. Heroes */
/* 04. Main Content */
/* =========================== */
/* =========================== */
/* 00. Global Styles */
/* =========================== */
section, footer {
  overflow-x: hidden;
}

body main .text-purple {
  color: #64498D;
}
body main .text-purple-light {
  color: #D7C9EE;
}
body main .text-blue {
  color: #0065A4;
}
body main a {
  color: #0065A4;
}

.bg-purple {
  background-color: #64498D;
  color: white;
}
.bg-purple a {
  color: white;
}
.bg-purple h1, .bg-purple .h1,
.bg-purple h2, .bg-purple .h2,
.bg-purple h3, .bg-purple .h3,
.bg-purple h4, .bg-purple .h4,
.bg-purple h5, .bg-purple .h5,
.bg-purple h6, .bg-purple .h6 {
  color: white;
}

.bg-green {
  background-color: #74C056;
  color: #222;
}
.bg-green a {
  color: #222;
}
.bg-green h1, .bg-green .h1,
.bg-green h2, .bg-green .h2,
.bg-green h3, .bg-green .h3,
.bg-green h4, .bg-green .h4,
.bg-green h5, .bg-green .h5,
.bg-green h6, .bg-green .h6 {
  color: #222;
}

.bg-purple-medium {
  background-color: #ab91da;
}

.bg-purple-light {
  background-color: #F3F1F5;
}

.bg-white {
  background-color: white;
}

.bg-gray-light {
  background-color: #D9D9D9;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  color: #414042;
}

h1,
.h1 {
  font-size: 2.986rem;
}

h2,
.h2 {
  font-size: 2.488rem;
}

h3,
.h3 {
  font-size: 2.074rem;
}

h4,
.h4 {
  font-size: 1.728rem;
}

h5,
.h5 {
  font-size: 1.44rem;
}

@media (max-width: 576px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 2.25rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
  h4,
  .h4 {
    font-size: 1.75rem;
  }
  h5,
  .h5 {
    font-size: 1.5rem;
  }
}
* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.lead {
  font-weight: normal;
}

.hh-button {
  border-radius: 50px;
  background-color: #64498D;
  color: white;
  padding: 10px 20px;
  border: none;
  text-decoration: none;
  display: inline-block;
}
.hh-button.hh-button-wht {
  background-color: white;
  color: #64498D;
  border: 1px solid white;
}
.hh-button.hh-button-blue {
  background-color: #0065A4;
  color: white;
}
.hh-button.hh-button-outlined {
  background-color: transparent;
  color: #64498D;
  border: 1px solid #64498D;
}

.hh-button:hover,
.hh-button:focus-visible {
  background-color: #46156b;
  color: white;
}

.chevron-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 4px 24px 4px 0;
  color: #64498D;
  background-color: transparent;
  border: 0;
}
.chevron-link:hover {
  text-decoration: underline;
}
.chevron-link::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 8px;
  height: 12px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.20703 11.9496L7.91403 6.24264L2.20703 0.535645L0.79303 1.94964L5.08603 6.24264L0.79303 10.5356L2.20703 11.9496Z" fill="%2364498D"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.chevron-link.chevron-down::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.spacer-20 {
  height: 20px;
}

.spacer-40 {
  height: 40px;
}

.spacer-50 {
  height: 50px;
}

.spacer-60 {
  height: 60px;
}

.spacer-80 {
  height: 80px;
}

.spacer-100 {
  height: 100px;
}

.padded-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padded-y-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

hr {
  border-top-width: 1px;
  border-color: #74C056;
  opacity: 1;
}

a[href^="tel:"] {
  white-space: nowrap;
}

.no-wrap {
  white-space: nowrap;
}

/* ===========================  */
/* 01. Header                   */
/* ===========================  */
header {
  background-color: white;
}
header img.brand {
  width: 200px;
}
header .phone-number {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}
header .navbar .nav-item .hh-button {
  padding: 10px 20px;
}
header .hh-main-nav {
  width: 100%;
}
header .hh-main-nav li.nav-item {
  margin-left: 20px;
}
header .hh-main-nav ul.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav.navbar {
  border-bottom: 1px solid #64498D;
  padding: 12px 0;
}
header nav.navbar .navbar-toggler {
  border: none;
}
header button.navbar-toggler {
  padding: 4px;
}
header button.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
header button.navbar-toggler:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #ab91da;
          box-shadow: 0 0 0 2px #ab91da;
}
header button.navbar-toggler svg {
  background-color: #F3F1F5;
}
header button.navbar-toggler .close-x {
  display: none;
}

@media (max-width: 991.98px) {
  header .hh-main-nav ul.navbar-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  header .hh-main-nav .cta-phone {
    margin-top: 10px;
  }
}
/* ===========================  */
/* 02. Footer                   */
/* ===========================  */
#hh-footer {
  background-color: #F3F1F5;
}
#hh-footer h2, #hh-footer h3, #hh-footer h4 {
  color: #64498D;
}
#hh-footer ul {
  list-style-type: none;
  padding-left: 0;
}
#hh-footer ul li {
  margin-top: 10px;
}
#hh-footer ul a {
  color: #414042;
  text-decoration: none;
}
#hh-footer ul a:hover {
  text-decoration: underline;
}
#hh-footer .social-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#hh-footer .social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
#hh-footer .social-links ul img {
  width: 32px;
}
@media (max-width: 576px) {
  #hh-footer .social-links ul img {
    width: 26px;
  }
}

/* ===========================  */
/* 03. Heroes                   */
/* ===========================  */
.home-hero {
  background-image: url("../images/home-hero-01.jpg");
  background-size: cover;
  background-position: center;
}

.hero {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .hero {
    padding: 20px 0 0 0;
  }
  .home-hero {
    background-position: 15% center;
  }
}
@media (max-width: 576px) {
  .home-hero {
    background-position: 30% center;
  }
  .home-hero .cobrand-logo {
    width: 180px;
  }
}
.hero.hero-subpage {
  background-color: #64498D;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.hero.hero-subpage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #64498D;
  opacity: 0.88;
  z-index: 1;
}
.hero.hero-subpage .container {
  position: relative;
  z-index: 2;
}
.hero.hero-subpage.hero-subpage-provider {
  background-image: url("../images/hero-bg-map.jpg");
}
.hero.hero-subpage h1 {
  color: white;
}

@media (max-width: 768px) {
  .hero.hero-subpage {
    padding: 40px 0;
  }
}
/* ===========================  */
/* 04. Main Content             */
/* ===========================  */
.hh-blurb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px;
  height: 100%;
  background-color: white;
  border-radius: 16px;
  border: 1px solid #74C056;
}
.hh-blurb .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
.hh-blurb h2,
.hh-blurb h3,
.hh-blurb h4 {
  color: #64498D;
}
.hh-blurb a {
  margin-top: auto;
}

.hh-blurb-mobile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border-top: 4px solid #74C056;
  padding: 12px 0;
  border-bottom: 1px solid #74C056;
}
.hh-blurb-mobile-wrapper .hh-blurb-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-right: 1px solid #74C056;
  padding: 0 4px;
}
.hh-blurb-mobile-wrapper .hh-blurb-mobile:last-of-type {
  border-right: none;
}
.hh-blurb-mobile-wrapper .hh-blurb-mobile .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
}
.hh-blurb-mobile-wrapper .hh-blurb-mobile a {
  text-decoration: none;
  color: #414042;
  font-weight: 600;
  font-size: 0.9rem;
}
.hh-blurb-mobile-wrapper .hh-blurb-mobile a:hover {
  text-decoration: underline;
}

.hh-pill {
  border-radius: 0 80px 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hh-pill span:not(.fw-normal) {
  font-weight: bold;
  margin-bottom: 6px;
  margin-right: 6px;
  color: black;
}
.hh-pill ul {
  padding-left: 0;
  padding-bottom: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hh-pill ul li {
  list-style: none;
  padding: 4px 8px;
  position: relative;
  background-color: rgba(100, 73, 141, 0.6);
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .hh-pill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-radius: 16px;
  }
  .hh-pill span {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .hh-pill ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hh-pill ul li {
    padding-right: 12px;
  }
  .hh-pill ul li::after {
    display: none;
  }
}
.hh-pill-limited-width {
  display: inline-block;
  margin-left: -1rem;
}
@media (max-width: 768px) {
  .hh-pill-limited-width {
    margin-left: inherit;
  }
}

[class*=mask-] {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.mask-up-left {
  -webkit-mask-image: url("../images/pill_mask_left.svg");
          mask-image: url("../images/pill_mask_left.svg");
}

.mask-up-left-soft {
  -webkit-mask-image: url("../images/pill_mask_left-soft.svg");
          mask-image: url("../images/pill_mask_left-soft.svg");
}

.mask-up-right {
  -webkit-mask-image: url("../images/pill_mask_right.svg");
          mask-image: url("../images/pill_mask_right.svg");
}

.mask-up-right-soft {
  -webkit-mask-image: url("../images/pill_mask_right-soft.svg");
          mask-image: url("../images/pill_mask_right-soft.svg");
}

.mask-low-left {
  -webkit-mask-image: url("../images/pill_mask_left_below.svg");
          mask-image: url("../images/pill_mask_left_below.svg");
}

.mask-low-left-soft {
  -webkit-mask-image: url("../images/pill_mask_left_below-soft.svg");
          mask-image: url("../images/pill_mask_left_below-soft.svg");
}

.mask-low-right {
  -webkit-mask-image: url("../images/pill_mask_right_below.svg");
          mask-image: url("../images/pill_mask_right_below.svg");
}

.mask-low-right-soft {
  -webkit-mask-image: url("../images/pill_mask_right_below-soft.svg");
          mask-image: url("../images/pill_mask_right_below-soft.svg");
}

.mask-full-11oclock {
  -webkit-mask-image: url("../images/pill_mask_full_11oclock.svg");
          mask-image: url("../images/pill_mask_full_11oclock.svg");
}

.mask-full-1oclock {
  -webkit-mask-image: url("../images/pill_mask_full_1oclock.svg");
          mask-image: url("../images/pill_mask_full_1oclock.svg");
}

.masked-bg-img-01 {
  background-image: url("../images/knee-brace.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: url("../images/pill_mask_left_below-soft.svg");
          mask-image: url("../images/pill_mask_left_below-soft.svg");
  -webkit-mask-size: auto;
          mask-size: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  min-height: 100%;
}

@media (min-width: 992px) {
  .masked-bg-img-01 {
    -webkit-mask-position: inherit;
            mask-position: inherit;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .masked-bg-img-01 {
    -webkit-mask-size: 100% 120%;
            mask-size: 100% 120%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .masked-bg-img-01 {
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: -20px 50px;
            mask-position: -20px 50px;
  }
}
.list-checks {
  list-style: none;
  padding-left: 0;
}
.list-checks li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.list-checks li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon-checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.button-video {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #64498D;
  border-radius: 50%;
  width: 320px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-align: center;
  padding: 20px;
}
.button-video a,
.button-video button {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  background-color: transparent;
  border: none;
}
.button-video a:hover,
.button-video button:hover {
  text-decoration: underline;
}
.button-video img {
  padding-bottom: 20px;
}
.button-video.btn-vid-wht {
  background-color: white;
  color: #64498D;
}
.button-video.btn-vid-wht button.video-btn-text {
  color: #64498D;
}
.button-video.btn-vid-wht svg {
  fill: #64498D;
}

.play-video-wrapper {
  position: relative;
}
.play-video-wrapper .masked-image-wrapper {
  height: 800px;
  -webkit-mask-image: url("../images/pill_mask_full_11oclock.svg");
          mask-image: url("../images/pill_mask_full_11oclock.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: 70% center;
          mask-position: 70% center;
}
.play-video-wrapper .masked-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .masked-image-wrapper.miw-01 {
    max-height: 400px;
    -webkit-mask-position: center;
            mask-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    mask-position: center;
    margin-left: -50px;
  }
  .masked-image-wrapper.miw-01 img {
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
  }
}
@media (max-width: 991px) {
  .play-video-wrapper .unmasked-pill {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .play-video-wrapper .button-video {
    -webkit-transform: scale(0.6) translateX(50%);
            transform: scale(0.6) translateX(50%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    right: 20px;
  }
}
/* Custom styles for video modal */
.modal-fullscreen-custom {
  --bs-modal-width: min(90vw, 1200px);
  --bs-modal-height: auto;
  --bs-modal-margin: 2rem;
}

.modal-fullscreen-custom .modal-dialog {
  max-width: none;
  margin: var(--bs-modal-margin) auto;
  width: var(--bs-modal-width);
  height: var(--bs-modal-height);
  /* Remove flex centering that was pushing content off-screen */
  display: block;
}

.modal-fullscreen-custom .modal-content {
  border: none;
  border-radius: 0.5rem;
  width: 100%;
  /* Let height be auto to accommodate content */
  height: auto;
  max-height: calc(100vh - 4rem); /* Ensure it fits in viewport */
  overflow: hidden;
}

.modal-fullscreen-custom .modal-header {
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem 0.5rem 0 0;
  /* Ensure header is always visible */
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-fullscreen-custom .modal-body {
  padding: 1rem;
  overflow: hidden;
  /* Allow body to shrink if needed */
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 0;
}

/* Responsive iframe container with 16:9 aspect ratio */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 * 100) */
  height: 0;
  max-height: calc(100vh - 12rem); /* Account for header and padding */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .modal-fullscreen-custom {
    --bs-modal-width: 95vw;
    --bs-modal-margin: 1rem;
  }
  .modal-fullscreen-custom .modal-header {
    padding: 0.75rem 1rem;
  }
  .modal-fullscreen-custom .modal-body {
    padding: 0.75rem;
  }
  .video-container {
    max-height: calc(100vh - 10rem);
  }
}
@media (max-height: 600px) {
  /* For very short screens */
  .modal-fullscreen-custom .modal-content {
    max-height: calc(100vh - 2rem);
  }
  .video-container {
    max-height: calc(100vh - 8rem);
    padding-bottom: min(56.25%, 100vh - 8rem);
  }
}
.card {
  border-color: #74C056;
  border-radius: 16px;
  height: 100%;
}
.card .card-img-top {
  border-radius: 16px 16px 0 0;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card .card-body {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card .card-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Custom carousel styles */
.card-carousel {
  position: relative;
}

/* Hide default carousel controls */
.card-carousel .carousel-control-prev,
.card-carousel .carousel-control-next {
  display: none;
}

/* Custom dot indicators */
.card-carousel .carousel-indicators {
  bottom: -50px;
  margin-bottom: 0;
}

.card-carousel .carousel-indicators [data-bs-target] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background-color: transparent;
  /* Make the button itself transparent */
  border: none;
  margin: 0 5px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

/* Create the visual dot with ::before pseudo-element */
.card-carousel .carousel-indicators [data-bs-target]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #dee2e6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Active state styling */
.card-carousel .carousel-indicators .active::before {
  background-color: #64498D;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.card-carousel .carousel-indicators [data-bs-target]:hover::before {
  background-color: #adb5bd;
}

.card-carousel .carousel-indicators .active:hover::before {
  background-color: #64498D;
}

.card-carousel .carousel-indicators .active {
  background-color: #64498D;
}

.video-poster-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.video-poster-wrapper .video-poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-poster-wrapper button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.video-poster-wrapper button:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.video-poster-wrapper button img {
  width: 128px;
  height: 102px;
}

.hh-article img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px;
}
.hh-article p:first-of-type {
  margin-bottom: 0;
}

button.hh-article {
  border: none;
  background-color: transparent;
  text-align: left;
  width: 100%;
}

.app-badge-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .app-badge-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.app-badge {
  width: 150px;
  height: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.accordion .accordion-button:not(.collapsed) {
  background-color: #F3F1F5;
  -webkit-box-shadow: inset 0 3px 0 #64498D;
          box-shadow: inset 0 3px 0 #64498D;
}

.col-vert-rule {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .col-vert-rule {
    border-right: 1px solid #74C056;
    border-bottom-width: 0 !important;
    padding-bottom: none;
  }
}
.two-tone {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #D9D9D9));
  background: linear-gradient(to bottom, white 50%, #D9D9D9 50%);
}

.blue-pill {
  background-color: #0065A4;
  color: white;
  padding: 20px 40px 20px 100vw;
  margin-left: -100vw;
  border-radius: 0 80px 80px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.blue-pill img {
  max-width: 340px;
}

@media (max-width: 768px) {
  .blue-pill img {
    max-width: 240px;
  }
}