.f1Masthead .authorByline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  color: #ffffff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.f1Masthead .authorByline p,
.f1Masthead .authorByline .publ-date {
  color: #ffffff;
  font-size: 0.875rem;
  clear: unset;
  display: inline-block;
  margin: 0;
}
.f1Masthead .authorByline .authorByline__authorNamesDetailsRow > div,
.f1Masthead .authorByline .lastUpdated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.f1Masthead .authorByline #lastUpdated__popover-trigger,
.f1Masthead .authorByline #factCheck__popover-trigger {
  cursor: pointer;
}
.f1Masthead .authorByline :not(.popover-content) > a, .f1Masthead .authorByline :not(.popover-content) > a:hover {
  color: #ffffff;
  font-weight: 500;
}
.f1Masthead .authorByline__lastUpdated > .lastUpdated {
  /** "Updated" text **/
}
.f1Masthead .authorByline__lastUpdated > .lastUpdated > * {
  font-size: 0.75rem;
}
.f1Masthead .authorByline__lastUpdated > .lastUpdated > p {
  text-decoration: underline;
  font-weight: 500;
}
.f1Masthead .authorByline__authorNamesDetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.f1Masthead .authorByline__authorNamesDetails > .authorByline__authorNamesDetailsRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px 16px;
}
.f1Masthead .authorByline__authorNamesDetails > .authorByline__lastUpdateRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.f1Masthead .authorByline__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.f1Masthead .authorByline__photo > figure > img {
  background-color: #b469ff;
}
.sponsored-content .f1Masthead .authorByline__photo > figure > img {
  background-color: #00b2ff;
}
.f1Masthead .authorByline__photo > figure:not(:first-child) {
  margin: -8px 0 0 0;
}
.f1Masthead .authorByline__photo > figure:not(:first-child) > img {
  background-color: #ffd23b;
}
.sponsored-content .f1Masthead .authorByline__photo > figure:not(:first-child) > img {
  background-color: #00b2ff;
}
@media (min-width: 601px) {
  .f1Masthead .authorByline__photo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .f1Masthead .authorByline__photo > figure:not(:first-child) {
    margin: 0 0 0 -8px;
  }
}
.f1Masthead .authorByline__photo > figure > img {
  border-radius: 48px;
  border: 2px solid #1d53ff;
  width: 32px;
}
@media (min-width: 601px) {
  .f1Masthead .authorByline__photo > figure > img {
    width: 48px;
  }
}
.f1Masthead .factCheck {
  border-radius: 0px 10px 10px 10px;
  background: #c3f53c;
  padding: 0 8px 0 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
}
.f1Masthead .factCheck > .factCheck__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #232320;
}

.f1Masthead__breadcrumbs > nav.breadcrumbExpander {
  /** css override due to weird container scaling on selected pages **/
  line-height: 1;
  font-size: 0.875rem;
}
.f1Masthead__breadcrumbs > nav.breadcrumbExpander > .breadcrumbExpander__level > span > a {
  font-size: 0.875rem;
  text-decoration: underline;
  line-height: 1.25;
  font-weight: 500;
}
.f1Masthead__breadcrumbs > nav.breadcrumbExpander > .breadcrumbExpander__level.breadcrumbExpander__level--last > span > a {
  max-width: unset;
}
.f1Masthead__breadcrumbs > nav.breadcrumbExpander > .breadcrumbExpander__separator--desktop > svg,
.f1Masthead__breadcrumbs > nav.breadcrumbExpander > .breadcrumbExpander__separator--mobile > svg {
  height: 1rem;
}

.f1Masthead__disclaimer > a,
.f1Masthead__disclaimer > button.global-disclaimer > .global-disclaimer__text,
.f1Masthead__disclaimer > span.global-disclaimer > .global-disclaimer__text {
  color: #ffffff;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
  /** override hiding disclaimer on smaller viewports */
  padding-left: 0;
}
.f1Masthead__disclaimer > button.global-disclaimer,
.f1Masthead__disclaimer > span.global-disclaimer {
  /** button css reset **/
  border: none;
  outline: none;
  background-color: transparent;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

@media (min-width: 961px) {
  .finder-us .f1Masthead__disclaimer .global-disclaimer {
    font-size: 0.75rem;
  }
}

.f1Masthead .authorByline .authorByline__name {
  font-weight: 500;
  text-decoration: underline;
}
.f1Masthead .authorByline .popover-bio-role--author img {
  background-color: #b469ff;
}
.sponsored-content .f1Masthead .authorByline .popover-bio-role--author img {
  background-color: #00b2ff;
}
.f1Masthead .authorByline .popover-bio-role--coauthor img {
  background-color: #ffd23b;
}
.f1Masthead .authorByline .popover-bio-role--editor img {
  background-color: #00b2ff;
}
.f1Masthead .authorByline .popover-bio-role--reviewer img {
  background-color: #ff73a9;
}
.f1Masthead .authorByline .popover {
  max-width: 80% !important;
  width: 20rem;
  border: 1px solid #d4d3ce;
  border-radius: 12px;
  overflow: visible;
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.f1Masthead .authorByline .popover.bottom .arrow::after {
  top: 1px;
  border-color: transparent transparent #fff transparent;
}
.f1Masthead .authorByline .popover .popover-byline-bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4px 0;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__avatar {
  height: 4.5rem;
  width: 4.5rem;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__header .popover-bio__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.125rem;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__header .popover-bio__heading .popover-bio__lead-in {
  font-size: 12px;
  color: #74736e;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__header .popover-bio__heading .popover-bio__job-title {
  font-size: 14px;
  color: #232320;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__header .popover-bio__heading .popover-bio__name {
  font-size: 1.125rem;
  font-weight: 800;
  text-decoration: none;
  color: inherit;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__header .popover-bio__heading .popover-bio__name:hover {
  color: #0a41ee;
  text-decoration: underline;
  text-decoration-thickness: 2.5px;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__header .popover-bio__heading .popover-bio__name:focus {
  color: #1d53ff;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__content .popover-bio__bio {
  font-size: 14px;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.5em * 4);
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__content .popover-bio__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__content .popover-bio__full-bio-link {
  color: #1D53FF;
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: under;
  font-size: 0.875rem;
  -webkit-transition: color 0.1s, text-decoration-thickness 0.1s, outline 0.1s;
  transition: color 0.1s, text-decoration-thickness 0.1s, outline 0.1s;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__content .popover-bio__full-bio-link:hover {
  color: #0A41EE;
  text-decoration-thickness: 2.5px;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__content .popover-bio__full-bio-link:focus-visible {
  outline: 3px solid #ff73a9;
  outline-offset: 2px;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__content .popover-bio__social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__content .popover-bio__social-icons .authorDetails__socialMedia {
  width: 1.5rem;
  height: 1.5rem;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__content .popover-bio__social-icons .authorDetails__socialMedia .luna-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.f1Masthead .authorByline .popover .popover-byline-bio .popover-bio__expertise-heading {
  font-size: 14px;
  font-weight: 700;
  margin-top: 1rem;
}
.f1Masthead .authorByline .popover .popover-byline-bio ul.popover-bio__expertise-list {
  columns: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-left: calc(1rem + 1px);
  -webkit-columns: 2;
  -moz-columns: 2;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.f1Masthead .authorByline .popover .popover-byline-bio ul.popover-bio__expertise-list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.f1Masthead .authorByline .popover .popover-bio__divider {
  border-bottom: 1px solid #d4d3ce;
  margin: 0.5rem 0;
}
.f1Masthead .authorByline .popover .popover-bio__reviewer-explanation {
  font-size: 0.75rem;
  line-height: 1.25;
  display: block;
  overflow: visible;
  color: #232320;
}
.f1Masthead .authorByline .popover .popover-bio__reviewer-explanation a {
  color: #232320;
  text-decoration: underline;
}

.reviews-io-rating-bar-widget + .f1Masthead__sub {
  margin-top: calc(var(--collapse-margin)) !important;
}

.reviews-io-rating-bar-widget {
  background-color: #0a41ee;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 52px;
}
@media screen and (max-width: 959px) {
  .reviews-io-rating-bar-widget {
    width: 100vw;
  }
}
.reviews-io-rating-bar-widget .R-PlatformIcon {
  max-width: 118px !important;
  width: 118px !important;
  height: 19px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  cursor: pointer !important;
}
.reviews-io-rating-bar-widget .R-PlatformIcon:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.reviews-io-rating-bar-widget .R-RatingStars {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.reviews-io-rating-bar-widget .R-TextBody {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  margin-bottom: 0 !important;
}
.reviews-io-rating-bar-widget .RatingBarWidget__inner {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  margin: 0 !important;
}
.reviews-io-rating-bar-widget .RatingBarWidget-prefix .u-marginTop--xxs {
  margin-top: 0 !important;
}
.reviews-io-rating-bar-widget .R-flex-row {
  gap: 12px !important;
}

.f1Masthead__wrapper {
  margin-bottom: 24px;
  --visual-margin: var(--masthead-visual-margin, 24px);
  --collapse-margin: var(--masthead-collapse-margin, 64px);
}
.f1Masthead__wrapper > .f1Masthead,
.f1Masthead__wrapper > .f1Masthead__sub {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 601px) {
  .f1Masthead__wrapper > .f1Masthead,
.f1Masthead__wrapper > .f1Masthead__sub {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 961px) {
  .f1Masthead__wrapper > .f1Masthead,
.f1Masthead__wrapper > .f1Masthead__sub {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.f1Masthead__wrapper > .f1Masthead__sub {
  margin-top: calc(var(--visual-margin) + var(--collapse-margin));
  margin-bottom: calc(var(--visual-margin) + var(--collapse-margin));
}
.f1Masthead__wrapper > .f1Masthead__sub > .content {
  margin-top: calc(-1 * var(--collapse-margin));
  margin-bottom: calc(-1 * var(--collapse-margin));
}
.f1Masthead__wrapper > .f1Masthead + .f1Masthead__bleedOver {
  margin-top: var(--collapse-margin);
}

.f1Masthead {
  background: #1d53ff;
  padding-top: 16px;
  padding-bottom: 32px;
}
@media (min-width: 961px) {
  .f1Masthead {
    padding-bottom: 48px;
  }
}

.f1Masthead__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 24px;
}

.f1Masthead__content {
  display: -ms-grid;
  display: grid;
}
.f1Masthead__content:not(:has(> .f1Masthead__disclaimer)) {
  -ms-grid-rows: 0;
      grid-template-rows: 0;
}
.f1Masthead__content:not(:has(> .f1Masthead__disclaimer)) > .f1Masthead__mainSection {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.f1Masthead__content > .f1Masthead__disclaimer {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  margin-bottom: 24px;
  -webkit-align-content: end;
      -ms-flex-line-pack: end;
          align-content: end;
}
.f1Masthead__content > .f1Masthead__image.f1Masthead__image--provider {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: 2/1;
}
@media (max-width: 960px) {
  .f1Masthead__content > .f1Masthead__image.f1Masthead__image--provider {
    margin: 0 0 24px;
  }
}
.f1Masthead__content > .f1Masthead__mainSection {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: 3/1;
}
.f1Masthead__content > .f1Masthead__widget,
.f1Masthead__content > .f1Masthead__image {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: 4/1;
}
@media (max-width: 960px) {
  .f1Masthead__content > .f1Masthead__widget,
.f1Masthead__content > .f1Masthead__image {
    margin: 24px 0 0;
  }
}
@media (min-width: 961px) {
  .f1Masthead__content {
    -ms-grid-columns: 3fr;
        grid-template-columns: 3fr;
    grid-auto-columns: 2fr;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
  .f1Masthead__content > .f1Masthead__disclaimer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1/1;
  }
  .f1Masthead__content > .f1Masthead__mainSection {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: 2/1;
  }
  .f1Masthead__content > .f1Masthead__widget,
.f1Masthead__content > .f1Masthead__image {
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 2 !important;
    -ms-grid-column: 2 !important;
    grid-area: 1/2/span 2 !important;
    min-width: 250px;
    max-width: 424px;
  }
}

.f1Masthead--widget:has(.f1-pill) .f1Masthead__content {
  display: block;
}

.f1Masthead__widget > * {
  margin: 0 !important;
}

.f1Masthead__image {
  display: none;
}
.f1Masthead__image:not(.f1Masthead__image--borderless) img {
  border-radius: 1.5rem;
  border: 2px solid #232320;
}
.f1Masthead__image.f1Masthead__image--provider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  border-radius: 1.5rem;
  border: 2px solid #232320;
  background-color: #ffffff;
  padding: 16px;
}
.f1Masthead__image.f1Masthead__image--provider img {
  border: none;
  border-radius: 0;
}
@media (min-width: 961px) {
  .f1Masthead__image {
    display: block;
  }
}

.f1Masthead__mainSection > .f1Masthead__footer,
.f1Masthead__mainSection > .f1Masthead__ctaContainer {
  margin-top: 24px;
}

.f1Masthead__headers > h1 {
  color: #ffffff;
  margin: 0 0 12px !important;
}
.f1Masthead__headers > h2 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  margin-top: 0 !important;
}
@media (min-width: 601px) {
  .f1Masthead__headers > h2 {
    font-size: 1.125rem;
  }
}

.f1Masthead + .f1Masthead__bleedOver {
  background: linear-gradient(#1d53ff min(40%, 128px), transparent min(40%, 128px));
}
@media (min-width: 601px) {
  .f1Masthead + .f1Masthead__bleedOver {
    background: linear-gradient(#1d53ff min(40%, 64px), transparent min(40%, 64px));
  }
}

.f1Masthead.f1Masthead--widget .f1Masthead__widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.f1Masthead.f1Masthead--widget .widgetHeadline {
  display: inline-block;
}

.f1Masthead__ctaContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

/* Quiz results page overrides */
.page-template-page-quiz-results-php .f1Masthead,
.post-template-page-quiz-results-php .f1Masthead,
.page-template-page-fhi-result-php .f1Masthead,
.post-template-page-fhi-result-php .f1Masthead {
  padding-bottom: 20px;
}
.page-template-page-quiz-results-php .f1Masthead > .content,
.post-template-page-quiz-results-php .f1Masthead > .content,
.page-template-page-fhi-result-php .f1Masthead > .content,
.post-template-page-fhi-result-php .f1Masthead > .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .page-template-page-quiz-results-php .f1Masthead > .content,
.post-template-page-quiz-results-php .f1Masthead > .content,
.page-template-page-fhi-result-php .f1Masthead > .content,
.post-template-page-fhi-result-php .f1Masthead > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 24px;
  }
}
.page-template-page-quiz-results-php .f1Masthead .f1Masthead__top,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__top,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__top,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__top {
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .page-template-page-quiz-results-php .f1Masthead .f1Masthead__top,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__top,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__top,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__top {
    -webkit-align-self: end;
        -ms-flex-item-align: end;
                -ms-grid-row-align: end;
            align-self: end;
  }
}
.page-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media (max-width: 1200px) {
  .page-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.page-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection .f1Masthead__headers > h1,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection .f1Masthead__headers > h1,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection .f1Masthead__headers > h1,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection .f1Masthead__headers > h1 {
  margin-bottom: 0px !important;
}
@media (min-width: 1201px) {
  .page-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button),
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button),
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button),
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button {
  border: none !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  text-transform: none !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
  font-style: normal !important;
  padding: 0 !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.page-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:hover,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:hover,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:hover,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:hover {
  border: none !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
.page-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:active, .page-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:focus,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:active,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:focus,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:active,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:focus,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:active,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button:focus {
  background-color: transparent !important;
}
.page-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button > svg,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button > svg,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button > svg,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection > div:has(> button) > button > svg {
  width: 16px !important;
}
.page-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection .f1Masthead__footer,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection .f1Masthead__footer,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection .f1Masthead__footer,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection .f1Masthead__footer {
  margin: 0;
}
.page-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection .quiz-modal-container,
.post-template-page-quiz-results-php .f1Masthead .f1Masthead__mainSection .quiz-modal-container,
.page-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection .quiz-modal-container,
.post-template-page-fhi-result-php .f1Masthead .f1Masthead__mainSection .quiz-modal-container {
  margin-bottom: 0px;
}

.f1Masthead--feature {
  padding-top: 48px;
}
.f1Masthead--feature h2 {
  margin-bottom: 16px;
}
.f1Masthead--feature .f1Masthead__disclaimer {
  margin-bottom: 24px;
}
.f1Masthead--feature .breadcrumbExpander {
  margin-bottom: 24px;
}
.f1Masthead--feature .f1Masthead__ctaLeft {
  background-color: #ffffff;
  border-radius: 10px;
  border: 0;
  color: #1d53ff;
  cursor: pointer;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 16px;
  padding: 16px 20px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 601px) {
  .f1Masthead--feature .f1Masthead__ctaLeft {
    width: auto;
  }
}
.f1Masthead--feature .f1Masthead__details {
  font-size: 16px;
}
.f1Masthead--feature .f1Masthead__icon {
  position: relative;
  top: 2px;
}
.f1Masthead--feature .quiz-container {
  margin-bottom: 0 !important;
}
