/********** LONGFORM **********/
/** Assuming rich text is usually nested within an element with the class .content **/
.content p,
.content ul,
.content ol,
legend {
  color: #000000;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 166%;
  margin: 24px 0 0 0;
}

.content.large p,
.content p.large {
  line-height: 135%;
}

.content.large p + p,
.content p.large + p {
  margin-top: 34px;
}

@media (max-width: 479px) {
  .content.large p,
  .content.large ul,
  .content.large ol,
  .content p.large,
  .content ul.large,
  .content ol.large {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .content.large p,
  .content.large ul,
  .content.large ol,
  .content p.large,
  .content ul.large,
  .content ol.large {
    font-size: calc(1.5rem + (1vw - 4.8px) * 0.4918);
  }
}
@media (min-width: 1701px) {
  .content.large p,
  .content.large ul,
  .content.large ol,
  .content p.large,
  .content ul.large,
  .content ol.large {
    font-size: 30px;
  }
}
.content p:first-child,
.content ul:first-child,
.content ol:first-child {
  margin-top: 0;
}

/********** BLOCKQUOTES **********/
.content blockquote {
  position: relative;
}

.content blockquote * {
  color: #1E1559;
  font-style: normal;
  font-weight: 500 !important;
}

.content blockquote:before {
  background-color: #33FFF5;
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
}

.content blockquote p {
  line-height: 160%;
}

.content blockquote p strong {
  color: #33FFF5;
}

.content blockquote em {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  margin: 0.25rem 0 0 0;
}

@media (max-width: 480px) {
  .content blockquote:before {
    top: 0.5rem;
    bottom: 0.313rem;
  }
}
@media (min-width: 481px) {
  .content blockquote:before {
    top: calc(0.5rem + (1vw - 4.69px) * 0.0812);
    bottom: calc(0.3125rem + (1vw - 4.69px) * 0.1625);
  }
}
@media (min-width: 1701px) {
  .content blockquote:before {
    top: 0.563rem;
    bottom: 0.438rem;
  }
}
.content blockquote:first-child {
  margin: 0 !important;
}

@media (max-width: 480px) {
  .content blockquote {
    margin: 1.5rem 1.875rem 0;
    padding: 0 0 0 0.938rem;
  }
}
@media (min-width: 481px) {
  .content blockquote {
    margin: calc(1.5rem + (1vw - 0.3rem) * 0.9836) calc(1.875rem + (1vw - 4.69px) * 1.4622);
    padding: 0 0 0 calc(1.25rem + (1vw - 4.81px) * 0.8197);
  }
}
@media (min-width: 1701px) {
  .content blockquote {
    margin: 2.25rem 3rem;
    padding: 0 0 0 1.5rem;
  }
}
.content blockquote:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 480px) {
  .content blockquote p {
    font-size: 110%;
  }
}
@media (min-width: 481px) {
  .content blockquote p {
    font-size: 125%;
  }
}
@media (min-width: 1701px) {
  .content blockquote p {
    font-size: 140%;
  }
}
.content blockquote a {
  text-decoration: underline !important;
}

/********** HEADINGS **********/
h1,
.content .h1,
h2,
.content .h2,
h3,
.content .h3,
h4,
.content .h4,
h5,
.content .h5,
h6,
.content .h6 {
  font-family: museo-sans-rounded, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin: 0;
  color: #1E1559;
}

* + h1,
.content * + .h1,
* + h2,
.content * + .h2,
* + h3,
.content * + .h3,
* + h4,
.content * + .h4,
* + h5,
.content * + .h5,
* + h6,
.content * + .h6 {
  margin-top: 52px;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 16px;
}

/** HEADING 1 **/
@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (min-width: 480px) {
  h1,
  .h1 {
    font-size: calc(-4.72128px + 3rem + 0.9836vw);
  }
}
@media (min-width: 1701px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
/** HEADING 2 **/
@media (max-width: 479px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media (min-width: 480px) {
  h2,
  .h2 {
    font-size: calc(2.5rem + (1vw - 4.8px) * 0.9836);
  }
}
@media (min-width: 1701px) {
  h2,
  .h2 {
    font-size: 52px;
  }
}
/** HEADING 3 **/
@media (max-width: 479px) {
  h3,
  .h3 {
    font-size: 34px;
  }
}
@media (min-width: 480px) {
  h3,
  .h3 {
    font-size: calc(2.125rem + (1vw - 4.8px) * 0.9016);
  }
}
@media (min-width: 1701px) {
  h3,
  .h3 {
    font-size: 45px;
  }
}
/** HEADING 4 **/
@media (max-width: 479px) {
  h4,
  .h4 {
    font-size: 32px;
  }
}
@media (min-width: 480px) {
  h4,
  .h4 {
    font-size: calc(2rem + (1vw - 4.8px) * 0.6557);
  }
}
@media (min-width: 1701px) {
  h4,
  .h4 {
    font-size: 40px;
  }
}
/** HEADING 5 **/
@media (max-width: 479px) {
  h5,
  .h5,
  .content .h5 {
    font-size: 30px;
  }
}
@media (min-width: 480px) {
  h5,
  .h5,
  .content .h5 {
    font-size: calc(1.875rem + (1vw - 4.8px) * 0.4098);
  }
}
@media (min-width: 1701px) {
  h5,
  .h5,
  .content .h5 {
    font-size: 35px;
  }
}
/** HEADING 6 **/
@media (max-width: 479px) {
  h6,
  .h6 {
    font-size: 28px;
  }
}
@media (min-width: 480px) {
  h6,
  .h6 {
    font-size: calc(1.75rem + (1vw - 4.8px) * 0.1639);
  }
}
@media (min-width: 1701px) {
  h6,
  .h6 {
    font-size: 30px;
  }
}
/********** BASE THEME STYLING **********/
body {
  color: #1E1559;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 500;
  font-style: normal;
  min-width: 320px;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.content a {
  color: #5000FF;
  text-decoration: none;
  background-color: transparent;
}
.content a:hover {
  text-decoration: underline;
}

.back-link-404 {
  display: inline-block;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}

.phw-header-language {
  flex-wrap: wrap;
  max-width: max-content;
  margin-inline-start: auto;
  align-content: center;
  color: #ffffff;
  font-weight: bold;
}
.phw-header-language ul[role=list],
.phw-header-language ul p {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 1rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.phw-header-language li:first-of-type::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.5rem;
  background-color: #ffffff;
  opacity: 25%;
  margin-inline-start: 0.75rem;
}
.phw-header-language__button {
  position: relative;
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  padding: 0.1rem 0px;
}
.phw-header-language__button:focus span {
  color: #ffffff;
}
.phw-header-language__button img {
  margin-right: 0.45rem;
  height: auto;
}
.phw-header-language__button span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 2px;
  background-color: #ffffff;
}
.phw-header-language__button.__active:not(:focus) span::before {
  width: 100%;
}
.phw-header-language__button:hover span {
  text-decoration: underline;
}
.phw-header-language__button:visited, .phw-header-language__button:hover {
  color: #ffffff;
}

.nhsuk-u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.jtc-container {
  background-color: #1E1559;
}

.jtc-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1E1559;
}

.jtc-section-container.row-full {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.join-the-community__text h2 {
  font-family: museo-sans-rounded, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin: 0;
  color: #ffffff;
  word-break: break-word;
}

.join-the-community__text p {
  font-weight: 400;
  min-height: 95px;
  width: 100%;
  color: #ffffff;
  margin: 24px 0 0;
  font-size: 1.5rem;
}

@media (min-width: 480px) {
  .join-the-community__text h2 {
    font-size: calc(3rem + (1vw - 4.8px) * 0.9836);
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .join-the-community__text p {
    font-size: 0.875rem;
    min-height: 0px;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .join-the-community__text p {
    min-height: 0px;
  }
}
.jtc-section .join-the-community {
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .jtc-section .join-the-community:after {
    height: 100vh;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100vh;
  }
}
.jtc-section .join-the-community .container {
  position: relative;
  z-index: 2;
}

.jtc-section .join-the-community .row {
  align-items: flex-end;
}

.jtc-section .join-the-community .col:first-child {
  flex-basis: initial;
  flex-grow: initial;
  width: 30.625rem;
}

.jtc-section .join-the-community .col:last-child {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.jtc-section .join-the-community .col:first-child h2 {
  max-width: 25rem;
}

.jtc-section .join-the-community .col:last-child:not(:only-child) {
  width: calc(100% - 30.625rem);
}

.jtc-section .join-the-community h1:first-child,
.jtc-section .join-the-community h2:first-child {
  padding-top: calc(1rem + 2vw);
}

.jtc-section .join-the-community .btn:not(:first-child) {
  margin-top: 3.125rem;
}

.jtc-section .join-the-community .image-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 18.75rem;
  position: relative;
  width: 100%;
}

.jtc-section .join-the-community .image-grid div.img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.jtc-section .join-the-community .image-grid div.img figure {
  display: block;
  padding-bottom: 100%;
}

.jtc-section .join-the-community .image-grid div.img img {
  height: calc(100% + 2px) !important;
  width: calc(100% + 2px) !important;
  image-rendering: auto;
  opacity: 1;
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 1200px) {
  .jtc-section .join-the-community.row-full-home,
  .jtc-section .join-the-community.row-full-sr {
    padding-top: 1rem;
  }
  .jtc-section .join-the-community.row-full-home .image-grid,
  .jtc-section .join-the-community.row-full-sr .image-grid {
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .jtc-section .join-the-community.row-full-home .col:first-child,
  .jtc-section .join-the-community.row-full-sr .col:first-child {
    width: 28rem;
  }
  .jtc-section .join-the-community.row-full-home .col:last-child:not(:only-child),
  .jtc-section .join-the-community.row-full-sr .col:last-child:not(:only-child) {
    width: calc(100% - 28rem);
  }
  .jtc-section .join-the-community.row-full-home .image-grid div.img:last-child,
  .jtc-section .join-the-community.row-full-sr .image-grid div.img:last-child {
    margin-left: auto;
    width: 18.5rem;
    height: 18.5rem;
    z-index: 3;
  }
  .jtc-section .join-the-community.row-full-home .image-grid div.img:not(:last-child),
  .jtc-section .join-the-community.row-full-sr .image-grid div.img:not(:last-child) {
    position: absolute;
  }
  .jtc-section .join-the-community.row-full-home .image-grid div.img:first-child,
  .jtc-section .join-the-community.row-full-sr .image-grid div.img:first-child {
    top: 0%;
    left: 42%;
    transform: translate3d(-50%, -50%, 0);
    width: 13.125rem;
    height: 13.125rem;
  }
  .jtc-section .join-the-community.row-full-home .image-grid div.img:first-child + div.img,
  .jtc-section .join-the-community.row-full-sr .image-grid div.img:first-child + div.img {
    bottom: 0;
    left: 0;
    width: 10.688rem;
    height: 10.688rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jtc-section .join-the-community.row-full-home .image-grid,
  .jtc-section .join-the-community.row-full-sr .image-grid {
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .jtc-section .join-the-community.row-full-home .col:first-child,
  .jtc-section .join-the-community.row-full-sr .col:first-child {
    width: 26rem;
  }
  .jtc-section .join-the-community.row-full-home .col:last-child:not(:only-child),
  .jtc-section .join-the-community.row-full-sr .col:last-child:not(:only-child) {
    width: calc(100% - 26rem);
  }
  .jtc-section .join-the-community.row-full-home .image-grid div.img:last-child,
  .jtc-section .join-the-community.row-full-sr .image-grid div.img:last-child {
    margin-left: auto;
    height: 16.5rem;
    width: 16.5rem;
    z-index: 3;
  }
  .jtc-section .join-the-community.row-full-home .image-grid div.img:not(:last-child),
  .jtc-section .join-the-community.row-full-sr .image-grid div.img:not(:last-child) {
    position: absolute;
  }
  .jtc-section .join-the-community.row-full-home .image-grid div.img:first-child,
  .jtc-section .join-the-community.row-full-sr .image-grid div.img:first-child {
    top: 0%;
    left: 42%;
    transform: translate3d(-50%, -50%, 0);
    height: 11.125rem;
    width: 11.125rem;
  }
  .jtc-section .join-the-community.row-full-home .image-grid div.img:first-child + div.img,
  .jtc-section .join-the-community.row-full-sr .image-grid div.img:first-child + div.img {
    bottom: 0;
    left: 0;
    height: 8.688rem;
    width: 8.688rem;
  }
}
@media (max-width: 991px) {
  .jtc-section .join-the-community .col {
    width: 100% !important;
  }
}
@media (min-width: 568px) and (max-width: 991px) {
  .jtc-section .join-the-community .image-grid {
    margin: 3.125rem 0 0 0;
    max-width: none;
    width: 100%;
  }
  .jtc-section .join-the-community .image-grid div.img {
    width: calc((100% - 32px) / 3) !important;
  }
  .jtc-section .join-the-community .image-grid div.img ~ div.img {
    margin: 0 0 0 16px !important;
  }
}
@media (min-width: 568px) {
  .jtc-section .join-the-community .join-the-community-last-row.row:last-child {
    display: none;
  }
}
@media (max-width: 567px) {
  .jtc-section .join-the-community .row:first-child a {
    display: none;
  }
  .jtc-section .join-the-community .btn:not(:first-child) {
    margin-top: 1.875rem;
  }
  .jtc-section .join-the-community .image-grid {
    margin-top: 32px;
    max-width: none;
  }
  .jtc-section .join-the-community .image-grid div.img:first-child {
    height: 70vw;
    width: calc(60% - 6px);
  }
  .jtc-section .join-the-community .image-grid div.img:not(:first-child) {
    height: calc(50% - 6px);
    position: absolute;
    right: 0;
    width: calc(40% - 6px);
    top: 0;
  }
  .jtc-section .join-the-community .image-grid div.img:last-child {
    top: auto;
    bottom: 0;
  }
  .jtc-section .join-the-community .join-the-community-last-row.row:last-child {
    display: block;
    width: 100% !important;
  }
  .jtc-section .join-the-community .join-the-community-last-row.row:last-child a {
    width: 100%;
    margin-top: 32px;
  }
  .jtc-section .join-the-community .col.large p {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .jtc-section .join-the-community .btn.hide-link {
    visibility: hidden;
  }
}
@media (max-width: 991.98px) {
  .jtc-section .join-the-community .btn.hide-link {
    display: none;
  }
}
.hero-section .hero-content .hero-journey-button,
.hero-section .hero-content .learn-more-button {
  margin: 16px 16px 0 0;
}
.hero-section .hero-content .hero-journey-button img,
.hero-section .hero-content .learn-more-button img {
  margin-left: 0.75rem;
  width: 24px;
  height: 24px;
}
.hero-section .hero-content .hero-journey-button:hover,
.hero-section .hero-content .learn-more-button:hover {
  background-color: #5000FF;
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
  border-color: #5000FF;
}

.hero-section {
  overflow: hidden;
  background-color: #1E1559;
  padding: 114px 0;
}
.hero-section .background-image {
  background-size: 100% 100%;
  content: "";
  height: 800px;
  position: absolute;
  left: 75%;
  bottom: 0;
  transform: translateX(-50%);
  width: 800px;
  z-index: 0;
}
.hero-section .hero-content {
  max-width: 38.75rem;
}
.hero-section .hero-content h1 {
  font-weight: 800;
}
.hero-section .hero-content h2 {
  font-weight: 400;
  margin-top: 12px;
}
.hero-section .hero-content .hero-p {
  font-size: 1.25rem;
  line-height: 166%;
  margin: 1.5rem 0 0;
}
.hero-section .hero-content .hero-journey-button {
  background-color: #9CCC33;
  color: #1E1559;
}
.hero-section .hero-content .hero-journey-button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1E1559;
}
.hero-section .hero-content .hero-journey-button,
.hero-section .hero-content .learn-more-button {
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  padding: 18px 24px 16px 0px;
}
.hero-section .hero-content .hero-journey-button img,
.hero-section .hero-content .learn-more-button img {
  position: absolute;
  right: 1rem;
}
.hero-section .hero-content .learn-more-button {
  padding: 18px 24px 16px 24px;
}
.hero-section .hero-content .learn-more-button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1E1559;
}
.hero-section .hero-image {
  border-radius: 10px;
  display: block;
  object-fit: cover;
  width: 100%;
  max-width: 450px;
  height: auto;
}
@media (max-width: 576px) {
  .hero-section .hero-image {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .hero-section .hero-image {
    float: right;
  }
}
@media (max-width: 480px) {
  .hero-section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .hero-section .row {
    gap: 3.125rem;
  }
  .hero-section .background-image {
    height: 600px;
  }
  .hero-section .hero-image {
    width: 100vw;
  }
}
@media (max-width: 1736px) {
  .hero-section .background-image {
    left: 90%;
  }
}
@media (max-width: 576px) {
  .hero-section {
    padding: 80px 0;
  }
  .hero-section .background-image {
    height: 400px;
  }
}
.hero-section .learn-more-button,
.hero-section .hero-journey-button.btn.btn-lg {
  width: 100%;
}
@media (min-width: 375px) {
  .hero-section .learn-more-button,
  .hero-section .hero-journey-button.btn.btn-lg {
    font-size: 1rem;
  }
}

.card-grid .card {
  transition: background-color 0.3s ease;
  border: none;
}
.card-grid .card .card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.card-grid .card .card-link .card-body {
  color: #1E1559;
}
.card-grid .card .card-link .card-body h5 {
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  font-size: 1.3rem;
}
.card-grid .card .card-link .card-body p {
  font-weight: 500;
  font-size: 1rem;
}
.card-grid .card:hover {
  background-color: #1E1559;
  color: #ffffff;
}
.card-grid .card:hover .card-heading {
  text-decoration: underline;
}
.card-grid .card:hover .card-heading,
.card-grid .card:hover .card-text {
  color: #ffffff;
}

.custom-padding {
  padding: 0 1.875rem;
}

.module.accordion .intro {
  text-align: center;
}
@media (max-width: 576px) {
  .module.accordion .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.module.accordion .row + .row,
.module.accordion .intro h2 + p {
  margin-top: 1rem;
}
.module.accordion .content .col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.875rem;
  user-select: none;
}
.module.accordion .accordion-item {
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 2.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 1.5rem 7.125rem 0.5rem 3.375rem;
  position: relative;
  width: 100%;
}
.module.accordion .accordion-item > * {
  max-width: 77.5rem;
}
.module.accordion .accordion-item:has(.state-highlight:hover) label {
  color: #9CCC33;
}
.module.accordion input[type=checkbox] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.module.accordion input[type=checkbox]:checked ~ .answer-content {
  display: block !important;
}
.module.accordion input[type=checkbox]:checked ~ .state-highlight, .module.accordion input[type=checkbox]:not(:checked) ~ .state-highlight:hover {
  background-color: #9CCC33;
}
.module.accordion input[type=checkbox]:checked ~ .state-highlight svg {
  fill: #ffffff;
  transform: rotate(180deg);
}
.module.accordion label {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem 0;
  text-align: left;
  transition: color 150ms ease-out;
}
.module.accordion label:hover {
  color: #9CCC33;
}
.module.accordion label ~ label {
  background-color: #9CCC33;
}
.module.accordion .answer-content {
  display: none;
  overflow: hidden;
  position: relative;
}
.module.accordion .answer-content > * {
  display: block;
  padding-bottom: 1.75rem;
}
.module.accordion .state-highlight {
  background-color: #1E1559;
  border-radius: 0 1.875rem 1.875rem 0;
  cursor: pointer;
  display: flex;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: background-color 150ms ease-out;
  width: 3.75rem;
}
.module.accordion .state-highlight svg {
  display: block;
  fill: #ffffff;
  height: 1.188rem;
  margin: auto;
  position: relative;
  transition: fill 150ms ease-out, transform 150ms ease-out;
  width: 1.688rem;
}

body .post-content .module.accordion.spacing-normal {
  padding: 2rem 0;
}
body .post-content .module.accordion.spacing-normal .container {
  padding-right: 0;
  padding-left: 0;
}
body .post-content .module.accordion.spacing-normal .container .col.mura-region-local {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .module.accordion .intro {
    text-align: left;
  }
}
@media (max-width: 568px) {
  .module.accordion .accordion-item {
    padding: 1rem 5.625rem 0 1.875rem;
  }
}
.wp-block-table.prevent-word-break {
  word-break: normal;
  overflow-wrap: normal;
}

.table thead {
  border-bottom: revert;
}
.table thead th {
  color: #1E1559;
  font-family: museo-sans-rounded, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin: 0;
}

@media (max-width: 479px) {
  th {
    font-size: 30px;
  }
}
@media (min-width: 480px) {
  th,
  .editor-visual-editor h5 {
    font-size: calc(1.7rem + (1vw - 4.8px) * 0.4098);
  }
}
@media (min-width: 1701px) {
  th {
    font-size: 35px;
  }
}
.btn {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.btn.btn-lg {
  padding: 18px 24px 16px;
}
@media (min-width: 638px) {
  .btn.btn-lg {
    min-width: 275px;
  }
}
.btn.btn-lg:hover {
  text-decoration: none;
}
.btn.btn-lg:focus-visible * {
  color: #000000;
}
.btn.btn-lg:focus-visible {
  background-color: #ffeb3b;
  color: #000000;
  border-color: #9CCC33;
  border-bottom: 5px solid #000000;
  outline: none;
}
.btn.btn-lg {
  box-shadow: none !important;
}
.btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-indigo {
  background-color: #1E1559;
  color: #ffffff;
  border-color: #1E1559;
}
.btn.btn-indigo.btn-primary:hover, .btn.btn-indigo.btn-primary:active {
  background-color: #5000FF;
  border-color: #5000FF;
  color: #ffffff;
}
.btn.btn-indigo.btn-secondary:hover {
  background-color: #1E1559;
  border-color: #1E1559;
  color: #ffffff;
}
.btn.btn-white {
  background-color: #ffffff;
  color: #1E1559;
  border-color: #ffffff;
}
.btn.btn-white.btn-primary:hover, .btn.btn-white.btn-primary:active {
  background-color: #5000FF;
  color: #ffffff;
  border-color: #5000FF;
}
.btn.btn-white.btn-secondary {
  margin: 16px 16px 0 0;
  padding: 10px 50px;
}
.btn.btn-white.btn-secondary:hover {
  background: #1E1559;
  border-color: #1E1559;
  color: #ffffff;
}
.btn.btn-outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-outline.btn-primary:hover, .btn.btn-outline.btn-primary:active {
  background-color: #5000FF;
  color: #ffffff;
  border-color: #5000FF;
}
.btn.btn-outline.btn-secondary {
  font-weight: 700;
  font-size: 0.875rem;
  color: #1E1559;
  text-transform: uppercase;
  padding: 10px 50px;
  border: 1px solid #1E1559;
  border-radius: 2px;
  text-decoration: none;
  margin: 10px;
}
.btn.btn-outline.btn-secondary:hover, .btn.btn-outline.btn-secondary:active {
  background: #1E1559;
  border-color: #1E1559;
  color: #ffffff;
}

.button-primary {
  background-color: #1E1559;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
}
.button-primary:hover, .button-primary:active {
  background-color: #ffffff;
  color: #1E1559;
  box-shadow: none !important;
}

.hwhy-btn-primary:hover, .hwhy-btn-primary:active {
  background-color: #ffffff;
  color: #1E1559;
  box-shadow: none !important;
}

.module.banner.basic.style.journey-two span.btn.btn-lg.btn-white.btn-secondary,
.module.banner.basic.style.journey-three span.btn.btn-lg.btn-white.btn-secondary {
  padding: 18px 24px 16px;
}

.editor-visual-editor .btn.btn-lg.btn-outline.btn-primary {
  color: lightgrey;
}
.editor-visual-editor .btn.btn-lg.btn-white.btn-primary,
.editor-visual-editor .btn.btn-lg.btn-white.btn-secondary,
.editor-visual-editor .btn.btn-lg.btn-outline.btn-primary {
  border: 1px solid lightgrey;
}

.module.banner.basic.style.journey-two .btn.btn-lg.btn-white.btn-secondary,
.module.banner.basic.style.journey-three .btn.btn-lg.btn-white.btn-secondary {
  padding: 18px 24px 16px !important;
}

.journey-button,
.hwhy-btn-primary {
  background-color: #9CCC33;
  color: #1E1559;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
}
.journey-button:focus,
.hwhy-btn-primary:focus {
  outline: 2px solid #151515;
  outline-offset: 4px;
}

.journey-button:hover {
  background-color: #5000FF;
  color: #ffffff;
}
.journey-button:hover img {
  filter: brightness(0) saturate(100%) invert(1);
}
.journey-button img {
  width: 24px;
  height: 24px;
}
@media (max-width: 500px) {
  .journey-button {
    text-align: center;
  }
}

.fyj-hero-buttons {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}
.fyj-hero-buttons .btn {
  padding: 0.625rem 3.125rem;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.25rem;
}
.fyj-hero-buttons .fyj-btn-primary {
  background-color: #ffffff;
  color: #1E1559;
}
.fyj-hero-buttons .fyj-btn-primary:hover {
  background-color: #1E1559;
  color: #ffffff;
}
.fyj-hero-buttons .fyj-btn-secondary {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.fyj-hero-buttons .fyj-btn-secondary:hover {
  border: 1px solid #1E1559;
}

.rounded-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 300px;
}
.rounded-btn--primary {
  background-color: #ffffff;
  color: #1E1559;
  border: 2px solid #ffffff;
}
.rounded-btn--primary:hover {
  background-color: #1E1559;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
}
.rounded-btn--secondary {
  background-color: #1E1559;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.rounded-btn--secondary:hover {
  background-color: #ffffff;
  color: #1E1559;
  border: 2px solid #ffffff;
  text-decoration: none;
}

.health-assessment-back-btn,
.health-assessment-next-btn,
.health-assessment-skip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 800;
  border: none;
  border-radius: 999px;
  width: 250px;
}
.health-assessment-back-btn:focus-visible,
.health-assessment-next-btn:focus-visible,
.health-assessment-skip-btn:focus-visible {
  background-color: #ffeb3b;
  color: #000000;
  border-color: #9CCC33;
  border-bottom: 5px solid #000000;
  outline: none;
}

.fyj-step .health-assessment-back-btn,
.fyj-step .health-assessment-skip-btn {
  background-color: #E2E0ED;
  color: #000000;
}
.fyj-step .health-assessment-back-btn:hover,
.fyj-step .health-assessment-skip-btn:hover {
  text-decoration: underline;
  color: #000000;
}

.fyj-step .health-assessment-next-btn,
button.health-assessment-next-btn {
  background-color: #1E1559;
  color: #ffffff;
  text-transform: capitalize;
  float: right;
}
.fyj-step .health-assessment-next-btn:hover,
button.health-assessment-next-btn:hover {
  text-decoration: underline;
  color: #ffffff;
}
@media (max-width: 490px) {
  .fyj-step .health-assessment-next-btn,
  button.health-assessment-next-btn {
    float: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.resources-list__card {
  overflow: hidden;
  width: 100%;
  border: none;
  border-radius: calc(0.25rem - 1px);
}
.resources-list__card .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  color: #1E1559;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  margin-left: 20px;
}
.resources-list__card .card-body .card-title {
  font-size: 1.25rem;
}
.resources-list__card .card-footer {
  border: none;
  background-color: transparent;
  padding: 0;
  padding-top: 20px;
}
.resources-list__card .card-footer .btn {
  background-color: #ffffff;
  color: #1E1559;
  border-color: #1E1559;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  white-space: normal;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  font-size: 11px;
}
.resources-list__card:hover {
  background-color: #1E1559;
}
.resources-list__card:hover .card-title {
  color: #ffffff !important;
}

@media (max-width: 500px) {
  .resources-list__card img {
    display: none;
  }
}
@media (min-width: 768px) {
  .resources-list__card .card-body {
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .resources-list__card .card-body {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .resources-list__card .card-body {
    padding: 30px;
    margin: 0;
  }
}
@media (min-width: 991px) {
  .resources-list__card .card-body .card-title {
    font-size: 2.188rem;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.headerPanel-breadcrumb .aioseo-breadcrumb-separator,
.headerPanel-breadcrumb a,
.headerPanel-breadcrumb li {
  color: #ffffff;
}

.headerPanel-breadcrumb .aioseo-breadcrumb-separator {
  margin: 0px 10px;
}

.wp-block-embed.is-provider-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
  width: 100%;
  max-width: 100%;
}
.wp-block-embed.is-provider-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.full-width-img img {
  width: 100%;
  height: auto;
}

.health-board-flex .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.health-board-flex .wp-block-group__inner-container figure {
  flex: 0 0 auto;
  margin: 0 1.5rem 0 0;
}
.health-board-flex .wp-block-group__inner-container figure img {
  max-width: 230px;
  height: auto;
  display: block;
}
.health-board-flex .wp-block-group__inner-container p {
  margin: 0;
  flex: 1;
}

@media (max-width: 768px) {
  .health-board-flex .wp-block-group__inner-container {
    display: block;
  }
  .health-board-flex .wp-block-group__inner-container figure {
    margin: 0 0 1rem 0;
  }
}
a {
  overflow-wrap: anywhere;
}

.journey-list .journey-card, .content .journey-recommendation-container .journey-card {
  background-color: #1E1559;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  border-radius: 7px;
  color: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.journey-list .journey-card:has(.journey-card__cta:hover), .content .journey-recommendation-container .journey-card:has(.journey-card__cta:hover) {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}
.journey-list .journey-card__heading, .content .journey-recommendation-container .journey-card__heading {
  border-radius: 5px 5px 0 0;
  width: 100%;
  padding: 1rem 1.5rem;
}
.journey-list .journey-card__heading .journey-card__heading-text, .content .journey-recommendation-container .journey-card__heading .journey-card__heading-text {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #1E1559;
  font-weight: 800;
}
.journey-list .journey-card__content, .content .journey-recommendation-container .journey-card__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1.5rem;
  height: 100%;
}
.journey-list .journey-card__content *, .content .journey-recommendation-container .journey-card__content * {
  color: #ffffff;
}
.journey-list .journey-card__content ul, .content .journey-recommendation-container .journey-card__content ul {
  padding-left: 1rem;
  list-style-type: disc;
}
.journey-list .journey-card__content ul li, .content .journey-recommendation-container .journey-card__content ul li {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.journey-list .journey-card__content a, .content .journey-recommendation-container .journey-card__content a {
  text-decoration: underline;
  margin-top: 1.5rem;
  font-size: 1.25rem;
}
.journey-list .journey-card__content a:hover, .content .journey-recommendation-container .journey-card__content a:hover {
  text-decoration: none;
}
.journey-list .journey-card__content a::before, .content .journey-recommendation-container .journey-card__content a::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -4px;
  left: -1px;
  background-color: hsla(0, 0%, 100%, 0);
}

.journey-card--1 ul li::marker {
  color: #9CCC33;
}
.journey-card--1 .journey-card__heading {
  background: #9CCC33;
  color: #1E1559;
}
.journey-card--1 {
  border-bottom: 5px solid #9CCC33;
}

.journey-card--2 ul li::marker {
  color: #5000FF;
}
.journey-card--2 .journey-card__heading {
  background: #5000FF;
}
.journey-card--2 .journey-card__heading .journey-card__heading-text {
  color: #ffffff;
}
.journey-card--2 {
  border-bottom: 5px solid #5000FF;
}

.journey-card--3 ul li::marker {
  color: #FE662F;
}
.journey-card--3 .journey-card__heading {
  background: #FE662F;
  color: #1E1559;
}
.journey-card--3 {
  border-bottom: 5px solid #FE662F;
}

.journey-card--4 ul li::marker {
  color: #F0D900;
}
.journey-card--4 .journey-card__heading {
  background: #F0D900;
  color: #1E1559;
}
.journey-card--4 {
  border-bottom: 5px solid #F0D900;
}

.journey-card--5 ul li::marker {
  color: #8BB7FE;
}
.journey-card--5 li {
  color: #ffffff;
}
.journey-card--5 .journey-card__heading {
  background: #8BB7FE;
}
.journey-card--5 {
  border-bottom: 5px solid #8BB7FE;
}

@media (max-width: 991px) {
  .journey-list .journey-card {
    margin-top: 2rem;
  }
}
.journey-list {
  display: grid;
  gap: 2rem;
  list-style-type: none;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .journey-list {
    display: block;
  }
  .journey-list .journey-card {
    margin-bottom: 2rem;
  }
}

.journey-list.grid-3-1 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

.journey-list.grid-2-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.journey-recommendation-container .journey-card {
  border: 1px solid #ffffff;
}
.journey-recommendation-container .journey-card .journey-card__cta {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .journey-list .journey-card,
  .journey-recommendation-container .journey-card {
    transition: none;
  }
}
.personaNav h2,
.personaNav h3 {
  padding-left: 23px;
}

.personaNav.personaChildren h2 {
  font-size: 2rem;
}

.personaNav.relatedContent h2,
.personaNav.relatedContent .standardHeading {
  margin-top: 35px;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1E1559;
}

.personaNav.relatedContent.furtherReading h2 {
  font-size: 1.8rem;
  margin: 3rem 0;
}

.personaNav ul.menu {
  padding-left: 0;
  margin-top: 15px;
}

.personaNav ul.menu li {
  list-style: none;
  padding: 10px 10px 10px 0;
  font-size: 18px;
  margin-top: 5px;
  display: flex;
}

.personaNav ul.menu li.active,
.personaNav ul.menu li:hover {
  background-color: #1E1559;
  border-radius: 0.25rem;
}

.personaNav ul.menu li.active a,
.personaNav ul.menu li:hover a {
  color: #ffffff;
  text-decoration: none;
}

.personaNav ul.menu li a {
  color: #1E1559;
  padding-left: 10px;
  width: 100%;
}

.personaNav ul.menu li span.caret.right {
  width: 0;
  height: 0;
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #edecf2;
  margin: auto 0;
}

@media (max-width: 991px) {
  .personaNav.personaChildren h2 {
    margin-top: 3rem;
  }
}
nav.hwhy-nav a.hwhy-menu-links,
nav.hwhy-nav li > span {
  display: block;
  padding: 0.75rem 1rem;
}

.enhanced li > span {
  padding: 0.75rem 1.5rem;
}

nav.hwhy-nav a.hwhy-menu-links {
  text-decoration: none;
}

header a.hwhy-menu-links:hover {
  text-decoration: underline;
}

nav.hwhy-nav {
  justify-self: flex-end;
}

nav.hwhy-nav ul {
  list-style: none;
  display: flex;
  padding: 0 1rem;
  margin: 0;
}

nav.hwhy-nav.enhanced ul {
  margin: 0;
  padding: 0;
}

nav.hwhy-nav.enhanced ul {
  min-width: max-content;
}

header nav.hwhy-nav ul li,
a.hwhy-menu-links,
nav.hwhy-nav button {
  margin: 0;
}

nav.hwhy-nav ul li > span {
  font-weight: bold;
}

.enhanced nav.hwhy-nav ul li > span {
  font-weight: normal;
}

nav.hwhy-nav li > ul:not(.social-link-list) {
  flex-direction: column;
  gap: 0.5rem 0;
}

li > ul li {
  display: block;
  margin: 0;
}

nav.hwhy-nav button {
  font: inherit;
  border: none;
  background: none;
  display: flex;
  gap: 0.5em;
  align-items: center;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  color: inherit;
  font-weight: bold;
  background-color: #9CCC33;
}

nav.hwhy-nav button:hover {
  background-color: #9CCC33;
}

nav.hwhy-nav button[aria-expanded=true] {
  background-color: #9CCC33;
}

nav.hwhy-nav button svg {
  color: inherit;
  transition: transform 0.1s linear;
}

nav.hwhy-nav button[aria-expanded=true] svg {
  transform: rotate(180deg);
}

button:focus-visible,
a.hwhy-menu-links:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

[data-nav-container] {
  gap: 0.5rem;
}

/***** HAMBURGER MENU ICON *****/
.hamburger {
  align-items: center;
  background-color: #9CCC33;
  border: 0 !important;
  border-radius: 6px;
  bottom: 30px;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font: inherit;
  height: 2.4rem;
  justify-content: center;
  margin: 0;
  min-width: 2.4rem;
  overflow: visible;
  padding: 0;
  position: fixed;
  right: 30px;
  transform: translate3d(0, 0, 0);
  text-transform: none;
  z-index: 110;
  -webkit-appearance: none !important;
}

.hamburger > span:last-child {
  display: none;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 1.6rem;
  height: 4px;
  background-color: #1E1559;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger-inner::after {
  bottom: -9px;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

nav.hwhy-nav button[aria-expanded=true].hamburger .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

nav.hwhy-nav button[aria-expanded=true].hamburger .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

nav.hwhy-nav button[aria-expanded=true].hamburger .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media all and (max-width: 992px) {
  nav.hwhy-nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    grid-column: 2;
  }
  nav.hwhy-nav li:not(.social-link-list-item),
  nav.hwhy-nav button {
    position: static;
    display: block;
    width: 100%;
  }
  .nav-toggle {
    width: max-content;
    border: none;
    padding: 0.5em 0.25em;
  }
  .nav-toggle[aria-expanded=true] {
    border: none;
  }
  .nav-toggle[aria-expanded=true] + .nav-content {
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    top: 6rem;
    left: 0;
  }
  .nav-toggle[aria-expanded=true] + .nav-content::after, .nav-toggle[aria-expanded=true] + .nav-content::before {
    content: "";
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .nav-toggle[aria-expanded=true] + .nav-content::after {
    left: -100%;
    right: auto;
  }
  .nav-toggle[aria-expanded=true] + .nav-content::before {
    left: auto;
    right: -100%;
  }
  .nav-toggle[aria-expanded=false] + .nav-content {
    display: none;
  }
  .nav-toggle[aria-expanded=true] svg {
    transform: none;
  }
  nav.hwhy-nav button,
  nav.hwhy-nav a.hwhy-menu-links {
    padding: 0.75rem 0;
    text-align: left;
    font-weight: 700;
    display: flex;
    font-size: 1rem;
  }
  nav.hwhy-nav button {
    max-width: 50px;
  }
  nav.hwhy-nav.enhanced > ul > li > ul {
    position: static;
    box-shadow: none;
    padding-left: 1rem;
  }
  nav.hwhy-nav ul {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .nav-toggle[aria-expanded=true] + .nav-content {
    top: 7rem;
  }
}
.social-link {
  background-color: #1E1559;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.75rem;
  border-radius: 0.25rem;
  height: 3rem;
  width: 3rem;
}
.social-link:focus-visible svg {
  fill: #151515;
}
.social-link svg {
  fill: #ffffff;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

a.header-logo-container:focus-visible {
  background-color: #9CCC33 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
a.header-logo-container:focus-visible img {
  background-color: #9CCC33 !important;
  color: #000000 !important;
  box-shadow: 0 -2px #9CCC33, 0 4px #151515;
  outline: 4px solid transparent;
}

.social-link-list {
  gap: 0.5rem;
}

.find-journey-hero {
  background-color: #1E1559;
  color: #ffffff;
  padding: 4rem 2rem;
  text-align: left;
}
.find-journey-hero h1 {
  color: #ffffff;
}
.find-journey-hero .fyj-hero-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.find-journey-hero .fyj-hero-heading {
  margin-top: 0.5rem;
  font-weight: 400;
  color: #ffffff;
}
.find-journey-hero .fyj-hero-text {
  max-width: 37.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 166%;
  margin: 1.5rem 0;
}
.find-journey-hero .fyj-hero-buttons {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}
.find-journey-hero .fyj-hero-buttons .btn {
  padding: 0.625rem 3.125rem;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.25rem;
}
.find-journey-hero .fyj-hero-buttons .fyj-btn-primary {
  background-color: #ffffff;
  color: #1E1559;
}
.find-journey-hero .fyj-hero-buttons .fyj-btn-primary:hover {
  background-color: #1E1559;
  color: #ffffff;
}
.find-journey-hero .fyj-hero-buttons .fyj-btn-secondary {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.find-journey-hero .fyj-hero-buttons .fyj-btn-secondary:hover {
  border: 1px solid #1E1559;
}

.gform_wrapper.gravity-theme {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 50px 16px 50px 16px;
}
.gform_wrapper.gravity-theme form {
  max-width: 700px;
  position: relative;
}
.gform_wrapper.gravity-theme form input:not([type=submit]) {
  border-radius: 3px;
  border: 1px solid #555555;
}
.gform_wrapper.gravity-theme form .gfield_label {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.gform_wrapper.gravity-theme form .ginput_container_consent {
  display: flex;
}
.gform_wrapper.gravity-theme form .ginput_container_consent input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border: 1px solid #1E1559;
  background-color: #ffffff;
  border-radius: 3px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-right: 10px;
  margin-top: 5px;
}
.gform_wrapper.gravity-theme form .ginput_container_consent input[type=checkbox]::before {
  content: "";
  width: 15px;
  height: 15px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  transform-origin: center;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.gform_wrapper.gravity-theme form .ginput_container_consent input[type=checkbox]:checked::before {
  background-color: #ffffff;
  transform: scale(1);
}
.gform_wrapper.gravity-theme form .ginput_container_consent input[type=checkbox]:checked {
  background-color: #9CCC33;
}
.gform_wrapper.gravity-theme form input[type=submit] {
  min-width: auto;
  width: 100%;
}
.gform_wrapper.gravity-theme form .gfield--type-html p {
  color: #1E1559;
  font-size: 1rem;
}
.gform_wrapper.gravity-theme .gform_heading {
  display: none;
}
.gform_wrapper.gravity-theme.gform_validation_error .gfield_validation_message {
  padding: 0px;
  background: none;
  border: none;
  margin-block-end: 2px !important;
}
.gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors {
  margin-block-end: 2rem;
  max-width: 700px;
}
.gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors h2 {
  font-size: 1rem;
}
.gform_wrapper.gravity-theme.gform_validation_error .gfield_error label,
.gform_wrapper.gravity-theme.gform_validation_error .gfield_error legend {
  color: revert;
}
.gform_wrapper.gravity-theme form[data-active-form=true] .gform_footer input[type=submit] + .gform-loader {
  border-block-end-color: #555555;
  border-inline-start-color: #555555;
  right: 20px;
  margin-bottom: 5px;
  position: absolute;
  font-size: 3px;
}

.gform_confirmation_wrapper.gravity-theme {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 646px;
}
.gform_confirmation_wrapper.gravity-theme .gform_confirmation_message {
  max-width: 750px;
  font-size: 1.5rem;
}

.start-your-journey-page .video-outer {
  position: relative;
  display: inline-block;
  width: 100%;
}
.start-your-journey-page .video-outer .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
  border-radius: 24px;
}
.start-your-journey-page {
  background-color: #1E1559;
  padding: 7.125rem 0;
}
.start-your-journey-page video {
  cursor: pointer;
}
.start-your-journey-page .hidden {
  display: none !important;
}
.start-your-journey-page .video-container {
  position: relative;
  width: 100%;
  height: auto;
}
.start-your-journey-page .video-info-text {
  position: absolute;
  left: 50%;
  top: calc(50% + 30px);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 400px;
  text-align: center;
  z-index: 2;
  color: #ffffff;
}
.start-your-journey-page #hero-banner-button {
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.start-your-journey-page .video-play-icon {
  width: 40px;
  height: 40px;
  display: block;
}
.start-your-journey-page .hero-bullets {
  margin-top: 2rem;
}
.start-your-journey-page .hero-bullets p {
  margin: 0;
  font-size: 1.125rem;
}
.start-your-journey-page .hero-bullets .tick-bullet-point {
  width: 40px;
  height: 40px;
  margin-right: 0.75rem;
}
.start-your-journey-page .col-lg-6 video,
.start-your-journey-page .intro-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 24px;
  display: block;
}
.start-your-journey-page .button-container a {
  min-width: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}
.start-your-journey-page .button-container .rounded-btn {
  text-transform: none;
}
@media (max-width: 600px) {
  .start-your-journey-page .button-container {
    display: block;
  }
  .start-your-journey-page .button-container a {
    margin-bottom: 1.5rem;
  }
}
.start-your-journey-page #hero-banner-button {
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 5px;
  height: 40px;
  width: 40px;
}

@media (min-width: 991px) {
  .intro-image-container {
    padding-left: 3rem;
  }
}
.module.columns .intro {
  text-align: center;
}

.module.columns .intro + .content {
  margin-top: 2.5rem;
}

.module.columns .content .col {
  width: 33.333%;
}

.module.columns .content .col img {
  aspect-ratio: 16/10;
  display: block;
  width: 100%;
}

.module.columns .content h3 {
  margin-top: 1.5rem;
}

.module.columns .content h3 + p {
  margin-top: 1.25rem;
}

@media (max-width: 991px) {
  .module.columns .content {
    flex-direction: column;
  }
  .module.columns .content .col {
    flex-basis: unset;
    width: 100%;
  }
  .module.columns .content .col + .col {
    margin-top: 3.125rem;
  }
}
@media (min-width: 640px) {
  .module.columns .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
  }
  .module.columns .container:before {
    background-color: #ffffff;
    content: "";
    position: absolute;
    top: 0;
    right: -0.625rem;
    bottom: 0;
    left: -0.625rem;
  }
}
@media (max-width: 767px) {
  .module.columns .intro {
    text-align: left;
  }
}
@media (max-width: 639px) {
  .module.columns {
    background-color: #ffffff;
  }
}
@media (max-width: 575px) {
  .spacing-normal.three-card-grid {
    padding: 2rem 0;
  }
}
.module.bg-green {
  background-color: #9CCC33;
}

.start-your-journey {
  overflow: hidden;
  position: relative;
}
.start-your-journey p {
  margin-bottom: 3.125rem;
  font-size: calc(1.5rem + (1vw - 4.8px) * 0.4918);
}
.start-your-journey .col {
  margin: 3.125rem auto;
  max-width: 630px;
  text-align: center;
}
.start-your-journey .start-your-journey-bg {
  position: absolute;
  top: 50%;
  width: 500px;
  height: 520px;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.start-your-journey .start-your-journey-bg-left {
  left: 0;
  transform: translateY(-50%) scaleX(-1) scaleY(-1);
}
.start-your-journey .start-your-journey-bg-right {
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1618px) {
  .start-your-journey .start-your-journey-bg-left {
    left: -8rem;
  }
  .start-your-journey .start-your-journey-bg-right {
    right: -8rem;
  }
}
@media (max-width: 1318px) {
  .start-your-journey .start-your-journey-bg-left {
    left: -12rem;
  }
  .start-your-journey .start-your-journey-bg-right {
    right: -12rem;
  }
}
@media (max-width: 1118px) {
  .start-your-journey .start-your-journey-bg-left {
    left: -18rem;
  }
  .start-your-journey .start-your-journey-bg-right {
    right: -18rem;
  }
}
@media (max-width: 979px) {
  .start-your-journey .start-your-journey-bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .start-your-journey .col {
    text-align: left;
  }
  .start-your-journey .btn {
    margin-top: 2rem;
    width: 100%;
  }
}

.titled-quote {
  overflow: hidden;
  position: relative;
  background-color: #1E1559;
}
.titled-quote h2, .titled-quote p {
  color: #ffffff;
}
.titled-quote h2 {
  text-align: center;
}
.titled-quote .container {
  padding-top: 64px;
  padding-bottom: 64px;
}
.titled-quote .quote > div {
  flex-basis: unset;
  position: relative;
  margin-top: 3.5rem;
}
.titled-quote .quote > div:first-child {
  position: relative;
  width: 390px;
}
.titled-quote .quote > div:last-child {
  width: calc(100% - 390px);
}
.titled-quote img {
  display: block;
  object-fit: cover;
  width: 350px;
  height: 300px;
  position: relative;
  z-index: 2;
  border-radius: 55% 45% 50% 60%/50% 60% 40% 55%;
  overflow: hidden;
}
.titled-quote .wonky-circle {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .titled-quote .wonky-circle {
    width: 80vw;
    max-width: 320px;
    height: 250px;
  }
}
.titled-quote blockquote {
  margin: 0;
  padding: 0;
}
.titled-quote cite {
  color: #ffffff;
  display: block;
  font-style: normal;
  margin-top: 2.5rem;
}
@media (max-width: 479px) {
  .titled-quote blockquote * {
    font-size: 24px;
  }
  .titled-quote cite {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .titled-quote blockquote * {
    font-size: calc(1.75rem + (1vw - 4.8px) * 0.1639);
  }
  .titled-quote cite {
    font-size: calc(1.75rem + (1vw - 4.8px) * 0.1639);
  }
}
@media (min-width: 1701px) {
  .titled-quote blockquote * {
    font-size: 30px;
  }
  .titled-quote cite {
    font-size: 30px;
  }
}
@media (min-width: 601px) {
  .titled-quote .quote .col:first-child:before {
    background: url("../images/green-opaque-5.png");
    background-size: 100% 100%;
    content: "";
    height: 460px;
    position: absolute;
    left: -30%;
    top: 0%;
    width: 380px;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  .titled-quote h2 {
    text-align: left;
  }
  .titled-quote .quote {
    flex-direction: column;
  }
  .titled-quote .quote div:first-child {
    width: 100%;
  }
  .titled-quote .quote div:last-child {
    width: 100%;
    margin-top: 3.5rem;
  }
}

.module.banner.basic.style.fyj-steps-snake-wrapper {
  background-color: #E2E0ED;
}

.fyj-steps-snake-container {
  position: relative;
  max-width: 350px;
}

.fyj-steps-snake {
  margin-bottom: 0px;
}
.fyj-steps-snake::before {
  background-color: #1E1559;
  content: "";
  height: 2px;
  position: absolute;
  width: 99%;
}
.fyj-steps-snake__step {
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E2E0ED;
  color: #1E1559;
  border: 2px solid #1E1559;
  z-index: 1;
  font-size: 1rem;
}
.fyj-steps-snake__step[aria-current=step], .fyj-steps-snake__step--complete {
  background-color: #1E1559;
  color: #ffffff;
}
.fyj-steps-snake__step--results {
  height: auto;
  width: auto;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  line-height: normal;
  text-align: center;
}

@media (min-width: 480px) {
  .fyj-steps-snake__step--results {
    padding: 0.5rem 1rem;
    line-height: revert;
  }
}
.has-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline solid #FFBF47 3px;
  text-decoration-skip-ink: none;
}
.has-tooltip:hover .tooltip-content, .has-tooltip:focus-within .tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.has-tooltip .tooltip-content {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  max-width: 80vw;
  min-width: 200px;
  width: 300px;
}
.has-tooltip .tooltip-content .tooltip-heading {
  display: block;
  width: 100%;
  background: #FFBF47;
  font-weight: 700;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 1.1rem;
}
.has-tooltip .tooltip-content .tooltip-body {
  display: block;
  padding: 15px;
  font-size: 0.9rem;
  line-height: 1.3;
}

header {
  color: #ffffff;
}

.phw-header {
  background-color: #2d78a0;
}
.phw-header img {
  max-width: 250px;
  height: auto;
}

.hwhy-header {
  color: #1E1559;
}

.hwhy-menu-links {
  color: #151515;
  margin-right: 1.5rem;
  white-space: nowrap;
  font-size: 1.125rem;
}
.hwhy-menu-links:hover {
  color: #5000FF;
}

.hwhy-menu-links-list {
  margin-bottom: 0;
}

.hwhy-logo {
  max-width: 120px;
  height: auto;
}

.hwhy-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  .phw-header img {
    max-width: 175px;
  }
  .phw-header-language ul[role=list],
  .phw-header-language ul p {
    font-size: 0.8rem;
    gap: 0.5rem;
  }
  .phw-header-language li:first-of-type::after {
    margin-inline-start: 0.5rem;
  }
  .padding-left-remove {
    padding-left: 0 !important;
  }
  .padding-right-remove {
    padding-right: 0 !important;
  }
  .hwhy-logo {
    max-width: 100px;
  }
  .phw-header-language__button.__en {
    margin-top: 0.1875rem;
  }
}
@media (min-width: 576px) {
  .journey-button {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .phw-header img {
    max-width: 150px;
  }
}
/* Cookie banner and form */
.nhsuk-cookie-banner__message {
  background-color: #1E1559;
  padding: 1em 0;
}
.nhsuk-cookie-banner__message .button-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nhsuk-cookie-banner__message h2.nhsuk-cookie-banner__heading.nhsuk-heading-m {
  font-size: 1.375rem;
  line-height: inherit;
  margin: 0;
  color: #ffffff;
}
.nhsuk-cookie-banner__message p, .nhsuk-cookie-banner__message ul {
  color: #ffffff;
  margin: 0.5em 0;
}
.nhsuk-cookie-banner__message button#accept-cookies, .nhsuk-cookie-banner__message button#reject-cookies {
  margin: 0;
}

.nhsuk-fieldset {
  border: 0;
  margin: 2em 0 0 0;
  padding: 0;
}

.nhsuk-margin-top-2 {
  margin-top: 2em;
}

.nhsuk-radios {
  margin-top: 1.5em;
}

.nhsuk-radios__item {
  clear: left;
  display: block;
  margin-bottom: 8px;
  min-height: 40px;
  padding-left: 40px;
  position: relative;
}
.nhsuk-radios__item .nhsuk-radios__input {
  cursor: pointer;
  height: 40px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 1;
}
.nhsuk-radios__item .nhsuk-radios__input:focus + .nhsuk-radios__label:before {
  border: 4px solid #1E1559;
  box-shadow: 0 0 0 0.3125rem #ffeb3b;
  outline: 4px solid transparent;
  outline-offset: 1px;
}
.nhsuk-radios__item .nhsuk-radios__label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 3px 12px 4px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 166%;
  color: #000000;
}
.nhsuk-radios__item .nhsuk-radios__label::before {
  border-radius: 50%;
  box-sizing: border-box;
  background: #ffffff;
  border: 2px solid #1E1559;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.nhsuk-radios__item .nhsuk-radios__label::after {
  border-radius: 50%;
  box-sizing: border-box;
  background: #1E1559;
  border: 10px solid #000000;
  content: "";
  height: 0;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 10px;
  width: 0;
}
.nhsuk-radios__item .nhsuk-radios__input:checked + .nhsuk-radios__label::after {
  opacity: 1;
  height: 20px;
  width: 20px;
}

/* Update cookie preferences notification banner styling */
.nhsuk-notification-banner-container {
  display: flex;
  width: 100%;
}
.nhsuk-notification-banner-container .nhsuk-notification-banner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  font-weight: 700;
  margin: 2em 0 0;
  border: 5px solid #9CCC33;
  color: #000000;
  padding: 15px;
  background-color: #ffffff;
}
.nhsuk-notification-banner-container .nhsuk-notification-banner:empty {
  border: none;
  padding: 0;
  margin: 0;
  height: 0px;
  background-color: transparent;
}

@media (max-width: 768px) {
  #reject-cookies, #accept-cookies {
    margin: 0 0 1em 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: auto;
    border-radius: 10px;
  }
}
.visually-hidden-phw {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.phw-footer {
  background-color: #2d78a0;
  color: #ffffff;
}

.phw-footer-link-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.phw-footer-link-list a:hover {
  text-decoration: none;
}

.phw-footer-link-list li {
  margin-right: 2rem;
}
.phw-footer-link-list li a {
  color: #ffffff;
  font-size: 1rem;
  text-decoration: underline;
}
.phw-footer-link-list li a:hover {
  text-decoration: none;
}

.phw-logo {
  max-width: 150px;
}

.copyright-text {
  margin: 0;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .phw-footer-link-list {
    flex-direction: column;
  }
  .phw-footer-link-list li a {
    font-size: 0.875rem;
  }
}
.footer-grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.footer-links-grid {
  grid-area: 1/1/3/5;
}

.footer-logo-grid {
  grid-area: 1/5/2/6;
}

.footer-copyright-grid {
  grid-area: 2/5/3/6;
}

@media (max-width: 768px) {
  .footer-grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-row-gap: 10px;
  }
  .footer-logo-grid {
    grid-area: 1/1/2/2;
  }
  .footer-links-grid {
    grid-area: 2/1/3/2;
  }
  .footer-copyright-grid {
    grid-area: 3/1/4/2;
  }
}
.hwhy-footer {
  background-color: #1E1559;
}
.hwhy-footer .hwhy-logo {
  margin-right: 4rem;
}

.social-logo {
  max-width: 50px;
  margin-right: 0.625rem;
}

@media (max-width: 576px) {
  .hwhy-footer .hwhy-logo {
    margin-bottom: 1rem;
  }
}
.social-logo:hover {
  filter: brightness(0) saturate(100%) invert(77%) sepia(24%) saturate(965%) hue-rotate(34deg) brightness(92%) contrast(86%);
}

.site {
  overflow-x: hidden;
}

.template {
  background-color: #edecf2;
}

a:focus-visible *,
.card:focus-visible *,
.health-assessment-back-btn:focus-visible * {
  color: #000000;
}
a:focus-visible,
.card:focus-visible,
.health-assessment-back-btn:focus-visible {
  background-color: #ffeb3b !important;
  color: #000000 !important;
  box-shadow: 0 -2px #ffeb3b, 0 4px #151515;
  outline: 4px solid transparent;
}

.spacing-normal,
[data-objectspacing=normal] {
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .spacing-normal,
  [data-objectspacing=normal] {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .spacing-normal,
  [data-objectspacing=normal] {
    padding: 2.5rem;
  }
}
.module.banner.basic.style.row-full {
  width: 100vw;
  padding-right: 0;
  padding-left: 0;
  margin-left: calc(-50vw + 50%);
}

.module.banner.basic.style,
.find-your-journey .banner.basic.style {
  background-color: #1E1559;
  background-image: none;
}

.ha-feedback .module.banner.basic.style h1,
.ha-feedback .module.banner.basic.style h2:not(.journey-card__heading-text),
.find-your-journey .banner.basic.style h1,
.find-your-journey .banner.basic.style h2:not(.journey-card__heading-text) {
  font-weight: normal;
}
.ha-feedback .module.banner.basic.style p,
.find-your-journey .banner.basic.style p {
  margin: 1rem 0;
}

@media (min-width: 480px) {
  .health-assessment-page .module.banner.basic,
  .ha-feedback .module.banner.basic {
    padding: 3rem 0;
  }
  .module.banner.basic {
    padding: calc(7.25rem + (1vw - 4.8px) * 8.1967) 0 46px;
  }
}
.module.banner.basic h1,
.module.banner.basic p {
  max-width: 650px;
}

.module.banner.basic p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 166%;
  margin: 24px 0 0;
}

.module.banner.basic h1,
.module.banner.basic p,
.module.banner.basic h2,
.module.banner.basic .more-info button {
  color: #ffffff;
}

@media (max-width: 479px) {
  .module.banner.basic {
    padding: 140px 0 46px;
  }
}
.headerPanel-breadcrumb {
  position: absolute;
  top: 50px;
  left: 30px;
}

.module.banner.basic.style.journey {
  background-repeat: no-repeat, no-repeat;
  background-size: 50% 100%;
  background-position: right top;
  background-image: url("../images/journey-banner-bg.png");
}

.module.banner.basic.style.journey-one {
  background-color: #9CCC33;
}
.module.banner.basic.style.journey-one h1,
.module.banner.basic.style.journey-one .headerPanel-breadcrumb .aioseo-breadcrumb-separator,
.module.banner.basic.style.journey-one .headerPanel-breadcrumb a,
.module.banner.basic.style.journey-one .headerPanel-breadcrumb li,
.module.banner.basic.style.journey-one p {
  color: #1E1559;
}

.module.banner.basic.style.journey-two {
  background-color: #5000FF;
}

.module.banner.basic.style.journey-three {
  background-color: #FE662F;
}

.module.banner.basic.style.journey-two p,
.module.banner.basic.style.journey-three p {
  color: #ffffff;
}

.module.banner.basic.style.journey-four {
  background-color: #F0D900;
}
.module.banner.basic.style.journey-four h1,
.module.banner.basic.style.journey-four .headerPanel-breadcrumb .aioseo-breadcrumb-separator,
.module.banner.basic.style.journey-four .headerPanel-breadcrumb a,
.module.banner.basic.style.journey-four .headerPanel-breadcrumb li,
.module.banner.basic.style.journey-four p {
  color: #1E1559;
}

@media (min-width: 1701px) {
  .module.banner.journey {
    padding: 145px 0 190px 0;
  }
}
.start-your-journey-page {
  position: relative;
  z-index: 1;
}

.start-your-journey-page::before {
  background: url(../images/journey-banner-bg.png);
  background-size: 900px 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 900px;
  pointer-events: none;
  user-select: none;
}

.visually-hidden, .fyj-step .question div:not(.split-button) input[type=radio],
.split-button input {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.template.health-assessment-page,
.template.ha-feedback {
  background-color: #ffffff;
}

.container.health-assessment-container {
  padding-left: 0;
  padding-right: 0;
}

.fyj-step {
  border-radius: 0.5rem;
  display: none;
  opacity: 0;
  transition: opacity 500ms ease;
}

.fyj-step.current {
  display: block;
}

.fyj-step.current.visible {
  opacity: 1;
}

.fyj-step h2 small {
  display: block;
  font-size: 40%;
  line-height: 110%;
}

.fyj-step button {
  text-align: center;
}

.fyj-step button[data-action=reset] {
  background: transparent;
  border: 0;
  color: #1E1559;
  cursor: pointer;
  display: block;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 35px 0 0 auto;
  padding: 0;
  width: auto;
}

.fyj-step button[data-action=reset]:hover {
  color: #1E1559;
  text-decoration: underline;
}

/*** ERROR MESSAGE ***/
div.fyj-error {
  background: #ff4d4d;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 64px;
  padding: 30px 24px;
}
div.fyj-error * {
  color: #ffffff;
}

div.fyj-error ul {
  display: block;
  list-style-type: none;
  margin: 16px 0 0 0;
  padding: 0;
}

div.fyj-error ul li {
  align-items: flex-start;
  display: flex;
  line-height: 30px;
  flex-wrap: nowrap;
}

div.fyj-error ul li + li {
  margin-top: 8px;
}

div.fyj-error ul li:before {
  background-image: url("../images/warn--white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  margin: 4px 12px 0 0;
  min-width: 24px;
  width: 24px;
}

/*** SPLIT BUTTON ***/
.split-button {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 3px;
}

.split-button label {
  background: #E2E0ED;
  box-sizing: border-box;
  color: #1E1559;
  cursor: pointer;
  display: block;
  font-size: 22px;
  line-height: 130%;
  margin: 0;
  min-width: 120px;
  padding: 16px 22px;
  text-align: center;
  transition: background 175ms ease, color 175ms ease;
}

.split-button input:not(:checked) + label:hover {
  background: #1E1559;
  color: #ffffff;
}

.split-button input:checked + label {
  background: #9CCC33;
}

.split-button label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.split-button label:last-of-type {
  border-radius: 0 4px 4px 0;
}

@media (max-width: 575px) {
  .split-button {
    flex-wrap: wrap;
  }
  .split-button label {
    width: 100%;
  }
  .split-button label:first-of-type {
    border-radius: 4px 4px 0 0;
  }
  .split-button label:last-of-type {
    border-radius: 0 0 4px 4px;
  }
}
/*** INFO BOX ***/
div.fyj-info {
  background: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 0;
}
div.fyj-info h3 {
  font-size: 1.25rem;
}

div.fyj-info p:last-child {
  margin-bottom: 0;
}

.measurement-card {
  max-width: 270px;
  padding: 20px;
  border-radius: 12px;
  background-color: #E2E0ED;
  color: #151515;
}
.measurement-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1E1559;
}
.measurement-card__steps {
  list-style-position: inside;
  padding-left: 0;
}
.measurement-card__steps li {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.measurement-card__image {
  border-radius: 10px;
  overflow: hidden;
}
.measurement-card__image img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 150px;
}

@media (max-width: 768px) {
  .measurement-card-container {
    border-bottom: 1px solid #E2E0ED;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
/*** QUESTION ***/
.fyj-step .video {
  display: block;
  width: 100%;
  margin-top: 32px;
}

.fyj-step .question {
  display: block;
}

.fyj-step .question.bmi,
.fyj-step .question.waist {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fyj-step .question.bmi label:first-child,
.fyj-step .question.waist label:first-child {
  width: 100%;
}

.fyj-step .question.bmi div label,
.fyj-step .question.waist div label {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.fyj-step:not([data-step="1"]) * + .question {
  margin-top: 42px;
}

.waist-measurement {
  border-bottom: 1px solid #E2E0ED;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.question.weight,
.assessment-questions .question {
  border-bottom: 1px solid #E2E0ED;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.question.weight span,
.assessment-questions .question span {
  font-size: 1.1rem;
}

.assessment-questions .question:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .question.weight {
    border: none;
    margin-bottom: 0;
  }
}
.fyj-step .field-group {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}

.fyj-step .field-group > div {
  margin: 0 30px 0 0;
}

.fyj-step button[data-action=switch] {
  background: transparent;
  border: 0;
  color: #1E1559;
  cursor: pointer;
  display: block;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 18px;
  margin-top: 16px;
  padding: 0;
  width: auto;
  text-decoration: underline;
}

.fyj-step button[data-action=switch]:hover {
  color: #1E1559;
  text-decoration: underline;
}

/** MORE INFO **/
.fyj-step .spacing-normal {
  padding: 2rem 0;
}
.fyj-step .container.error-info {
  padding: 0;
}

.fyj-step .more-info {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.fyj-step .more-info button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #1E1559;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  padding: 0;
  width: auto;
}

.fyj-step .more-info button svg {
  display: block;
  height: 20px;
  stroke: #1E1559;
  width: 20px;
}

.find-your-journey .banner .more-info {
  color: #ffffff;
}
.find-your-journey .banner .more-info button svg {
  stroke: #ffffff;
}
.find-your-journey .banner .more-info button.visible,
.find-your-journey .banner .more-info button:hover {
  color: #ffffff;
  text-decoration: none;
}
.find-your-journey .banner .more-info button.visible svg,
.find-your-journey .banner .more-info button:hover svg {
  stroke: #ffffff;
}
.find-your-journey {
  /* Button look */
}
.find-your-journey .question .options label {
  padding: 10px 0;
  background-color: #E2E0ED;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  width: 220px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
  outline: none;
}
.find-your-journey .left-btn {
  border-radius: 5px 5px 0 0;
}
.find-your-journey .right-btn {
  border-radius: 0 0 5px 5px;
}
.find-your-journey .health-assessment-btn-container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.find-your-journey .health-assessment-btn-container .health-assessment-next-btn {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .find-your-journey .health-assessment-btn-container .health-assessment-next-btn {
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .find-your-journey .health-assessment-btn-container .health-assessment-next-btn,
  .find-your-journey .health-assessment-btn-container .health-assessment-skip-btn,
  .find-your-journey .health-assessment-btn-container .health-assessment-back-btn {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .find-your-journey .health-assessment-btn-container {
    display: block;
  }
}
@media (min-width: 500px) {
  .find-your-journey .question .options {
    display: flex;
    gap: 3px;
  }
  .find-your-journey .left-btn {
    border-radius: 5px 0 0 5px;
  }
  .find-your-journey .right-btn {
    border-radius: 0 5px 5px 0;
  }
}
@media (max-width: 500px) {
  .find-your-journey .question .options label,
  .find-your-journey .health-assessment-back-btn,
  .find-your-journey .health-assessment-next-btn,
  .find-your-journey .health-assessment-skip-btn {
    width: 100%;
  }
  .find-your-journey .questions .col-md-8,
  .find-your-journey .questions .col-12,
  .find-your-journey .questions .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
.find-your-journey .question .options input[type=radio]:checked + label {
  background-color: #9CCC33;
}
.find-your-journey .question .options input[type=radio]:focus-visible,
.find-your-journey .question .options input[type=radio]:focus-visible + label,
.find-your-journey .split-button input[type=radio]:focus-visible + label,
.find-your-journey .fyj-step .input.number button:focus-visible,
.find-your-journey .fyj-step button[data-action=switch]:focus-visible {
  background-color: #ffeb3b;
  color: #000000;
  border-color: #9CCC33;
  border-bottom: 5px solid #000000;
  outline: none;
}
.find-your-journey .fyj-step select:focus-visible {
  border: 2px solid #000000;
  box-shadow: inset 0 0 0 2px #000000;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
}
.find-your-journey option {
  background-color: #e2e0ed;
}

.fyj-step .more-info button svg:first-child {
  margin-right: 4px;
}

.fyj-step .more-info button svg:last-child {
  margin-left: 4px;
  transform: rotate(0deg);
}

.fyj-step .more-info button.visible,
.fyj-step .more-info button:hover {
  color: #5000FF;
}

.fyj-step .more-info button.visible svg,
.fyj-step .more-info button:hover svg {
  stroke: #5000FF;
}

.fyj-step .more-info .info-text {
  display: none;
  padding-top: 10px;
}
.fyj-step .more-info .info-text p {
  font-size: 17.6px;
}

.fyj-step .more-info button.visible + .info-text {
  display: block;
}

.fyj-step .more-info button.visible svg:last-child {
  transform: rotate(180deg);
}

/** NUMBER INPUT **/
.fyj-step .input.number {
  display: flex;
  flex-wrap: wrap;
  width: 165px;
}

.fyj-step .input.number label {
  width: 100%;
}

.fyj-step .input.number input {
  background: #ffffff;
  border: solid 1px #E2E0ED;
  border-radius: 0;
  color: #000000;
  display: block;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 95px;
}

.fyj-step .input.number button {
  background: #E2E0ED;
  border: 0;
  cursor: pointer;
  display: block;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 50px;
  padding: 0;
  user-select: none;
  width: 35px;
}

.fyj-step .input.number button:hover {
  background: #9CCC33;
  color: #1E1559;
}

.fyj-step .input.number button:first-of-type {
  border-radius: 4px 0 0 4px;
}

.fyj-step .input.number button:last-child {
  border-radius: 0 4px 4px 0;
}

/** SELECT **/
.fyj-step select {
  border: 0;
  border-radius: 4px;
  color: #000000;
  display: block;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 18px;
  max-width: 460px;
  padding: 16px;
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23201664'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) calc(50% + 2px);
  background-repeat: no-repeat;
  background-color: #E2E0ED;
}

.fyj-step select option {
  font-weight: 400;
  text-align: left;
}

/** RADIO BUTTONS **/
.fyj-step .question > label:first-child {
  color: #1E1559;
  display: flex;
  flex-wrap: nowrap;
  font-size: 25px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 20px;
}

.fyj-step .question > label:first-child + span {
  display: block;
  margin-bottom: 20px;
}

.fyj-step .question div:not(.split-button) input[type=radio] + label {
  color: #1E1559;
  cursor: pointer;
  display: table;
  font-size: 18px;
  position: relative;
}

.fyj-step .question div:not(.split-button) input[type=radio] + label:hover {
  text-decoration: underline;
}

.fyj-step .question div:not(.split-button) input[type=radio] + label:hover:after {
  opacity: 0.1;
}

.fyj-step .question div:not(.split-button) input[type=radio]:checked + label:after {
  opacity: 1;
}

.fyj-step .question div:not(.split-button) input[type=radio] + label + span {
  display: block;
  font-size: 0.875rem;
  line-height: 22px;
  margin: 0 0 0 52px;
}

.fyj-step .question .options {
  margin-top: 20px;
}

.fyj-step .question div:not(.split-button) input[type=radio] + label:hover span {
  color: #1E1559;
  text-decoration: none !important;
}

/** INVALID STATE **/
.fyj-step .question.invalid label:first-child,
.fyj-step .question.invalid legend {
  display: flex;
  color: #ff4d4d;
  font-weight: 800;
}

.fyj-step .question.invalid label:first-child:before,
.fyj-step .question.invalid legend::before {
  background-image: url("../images/warn--red.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  margin: 1px 12px 0 0;
  min-width: 24px;
  width: 24px;
}

/** STEP 3 **/
.fyj-step[data-step="3"] .row + .row {
  margin-top: 48px;
}

.fyj-step[data-step="3"] .download-print {
  background: #ffffff;
  border-radius: 32px;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 0 auto;
  padding: 0 24px 16px 24px;
  width: min-content;
}

@media (max-width: 575px) {
  .fyj-step[data-step="3"] .download-print {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.fyj-step[data-step="3"] .download-print a {
  align-items: center;
  color: #1E1559;
  display: flex;
  flex-wrap: nowrap;
  font-size: 18px;
  font-weight: 500;
  margin: 16px 0 0 0;
  transition: color 175ms ease;
}

.fyj-step[data-step="3"] .download-print a + a {
  margin-left: 36px;
}

.fyj-step[data-step="3"] .download-print a:hover {
  color: #1E1559;
  text-decoration: underline;
}

.fyj-step[data-step="3"] .download-print a svg {
  display: block;
  height: 24px;
  margin-right: 8px;
  transition: stroke 175ms ease;
  width: 24px;
}

.fyj-step[data-step="3"] .download-print a:hover svg {
  stroke: #1E1559;
}

/** STEP 4 **/
.fyj-step[data-step="4"] h2 {
  font-weight: 800;
}

/** FINAL STEP **/
.full-screen-cta {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

@media (max-width: 479px) {
  .full-screen-cta {
    padding: 260px 0 140px 0;
  }
}
@media (min-width: 480px) {
  .full-screen-cta {
    min-height: 100vh;
    padding: 300px 0 170px 0;
  }
}
.full-screen-cta .col {
  max-width: 720px;
}

.full-screen-cta:before {
  background: url("img/backgrounds/transparent-4.png");
  background-size: 100% 100%;
  content: "";
  height: 1066px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1111px;
  z-index: 0;
}

.full-screen-cta .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) and (orientation: portrait) {
  .full-screen-cta:before {
    height: 100%;
    width: 100vh;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .full-screen-cta:before {
    height: 100%;
    width: 100vw;
  }
}
@media (max-width: 479px) {
  .full-screen-cta a.btn {
    margin-top: 32px;
  }
}
@media (min-width: 480px) {
  .full-screen-cta a.btn {
    margin-top: calc(2rem + (1vw - 4.8px) * 1.9672);
  }
}
@media (min-width: 1701px) {
  .full-screen-cta a.btn {
    margin-top: 56px;
  }
}
.ha-feedback .health-assessment-outcome-link {
  background-color: #1E1559;
  display: flex;
  flex-direction: column;
  width: calc(50% - 1.01rem);
  height: auto;
}
.ha-feedback .health-assessment-outcome-link a {
  text-decoration: none;
  padding: 1.5rem;
}
.ha-feedback .health-assessment-outcome-link h3 {
  font-size: calc(1.875rem + (1vw - 4.8px) * 0.4098);
}
.ha-feedback .health-assessment-outcome-link a:not(:focus-visible) * {
  color: #ffffff;
}
.ha-feedback .health-assessment-outcome-link:hover h3 {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .ha-feedback .health-assessment-outcome-link {
    width: 100%;
  }
}
.likert input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.likert input[type=radio]:checked + .likert-btn {
  background: #9CCC33;
}
.likert label {
  margin-bottom: 0;
}
.likert input[type=radio]:focus-visible + label {
  background-color: #ffeb3b !important;
  color: #000000 !important;
  box-shadow: 0 -2px #9CCC33, 0 4px #151515;
  outline: 4px solid transparent;
  z-index: 2;
  position: relative;
}

.fyj-step .journey-no-recommendation h1,
.fyj-step .journey-no-recommendation h2,
.fyj-step .journey-recommendation h1,
.fyj-step .journey-recommendation h2,
.journey-list .journey-no-recommendation h1,
.journey-list .journey-no-recommendation h2,
.journey-list .journey-recommendation h1,
.journey-list .journey-recommendation h2 {
  font-size: 2rem;
}
.fyj-step .journey-recommendation,
.journey-list .journey-recommendation {
  display: none;
}
.fyj-step .journey-recommendation .journey-recommendation__link,
.journey-list .journey-recommendation .journey-recommendation__link {
  background-color: #9CCC33;
  color: #1E1559;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 567px) {
  .fyj-step .journey-recommendation .journey-recommendation__link,
  .journey-list .journey-recommendation .journey-recommendation__link {
    width: 100%;
  }
}
.fyj-step .journey-no-recommendation,
.journey-list .journey-no-recommendation {
  display: block;
}
.fyj-step.has-recommendation .journey-recommendation,
.journey-list.has-recommendation .journey-recommendation {
  display: block;
}
.fyj-step.has-recommendation .journey-no-recommendation,
.journey-list.has-recommendation .journey-no-recommendation {
  display: none;
}
.fyj-step .journey-recommendations-list .hidden,
.journey-list .journey-recommendations-list .hidden {
  display: none;
}

/*# sourceMappingURL=main.css.map */
