.breadcrumbWrapper {
  background-color: #18304b;
  margin: -0.5rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
@media (min-width: 601px) {
  .breadcrumbWrapper {
    padding-left: 1.25rem;
  }
}
@media (min-width: 961px) {
  .breadcrumbWrapper {
    background: none;
    margin: 0 0 1.5rem 0;
    padding: 0.5rem 0 0 0;
  }
}
@media (min-width: 961px) and (max-width: 993px) {
  .breadcrumbWrapper .content {
    margin: 0;
    width: 58.125rem;
  }
}
.breadcrumbWrapper link {
  display: none;
}
.breadcrumbWrapper .top-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
.breadcrumbWrapper .breadcrumbExpander {
  z-index: 2;
}
.breadcrumbWrapper .breadcrumbExpander__level--last span {
  vertical-align: sub;
}
@media (min-width: 961px) {
  .breadcrumbWrapper .breadcrumbExpander a {
    color: #242a2f;
  }
}
.breadcrumbWrapper .breadcrumbExpander .breadcrumbExpander__separator--desktop > .luna-icon,
.breadcrumbWrapper .breadcrumbExpander .breadcrumbExpander__separator--mobile > .luna-icon {
  fill: #fff;
}
@media (min-width: 961px) {
  .breadcrumbWrapper .breadcrumbExpander .breadcrumbExpander__separator--desktop > .luna-icon,
.breadcrumbWrapper .breadcrumbExpander .breadcrumbExpander__separator--mobile > .luna-icon {
    fill: #242a2f;
  }
}
.breadcrumbWrapper .disclaimer_popup {
  display: inline-block;
  float: none !important;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 8rem;
  text-align: right;
  z-index: 2;
}
.breadcrumbWrapper a.disclaimer_popup .luna-icon {
  fill: #fff;
}
@media (min-width: 961px) {
  .breadcrumbWrapper a.disclaimer_popup .luna-icon {
    fill: #0271e1;
  }
}
@media (max-width: 960px) {
  .breadcrumbWrapper .disclaimer_text {
    color: #fff;
  }
}

@media (min-width: 961px) {
  .breadcrumbWrapper.breadcrumbWrapper--overlapping {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .breadcrumbWrapper.breadcrumbWrapper--overlapping {
    padding: 0.5rem 0 0 0;
  }
}
@media (min-width: 961px) and (max-width: 993px) {
  .breadcrumbWrapper.breadcrumbWrapper--overlapping .content {
    margin: 0;
    width: 58.125rem;
  }
}
@media (min-width: 961px) {
  .breadcrumbWrapper.breadcrumbWrapper--overlapping .breadcrumbExpander a {
    color: #fff;
  }
}
@media (min-width: 601px) {
  .breadcrumbWrapper.breadcrumbWrapper--overlapping .breadcrumbExpander__dropDown {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 961px) {
  .breadcrumbWrapper.breadcrumbWrapper--overlapping .breadcrumbExpander .breadcrumbExpander__separator--desktop > .luna-icon,
.breadcrumbWrapper.breadcrumbWrapper--overlapping .breadcrumbExpander .breadcrumbExpander__separator--mobile > .luna-icon {
    fill: #fff;
  }
}

@media (min-width: 961px) {
  .breadcrumbWrapper.breadcrumbWrapper--overlapping.breadcrumbWrapper--image a.disclaimer_popup {
    background: #20436b;
    border-radius: 50%;
  }
}

.breadcrumbWrapper--overlapping .disclaimer_text {
  color: #fff;
}

@media (min-width: 961px) {
  .breadcrumbWrapper--overlapping.breadcrumbWrapper--provider .disclaimer_text {
    color: #0271e1;
  }
}

@media (min-width: 961px) {
  .breadcrumbWrapper--image .disclaimer_text {
    background-color: #fff;
    border-radius: 3px;
    color: #242a2f;
    padding: 0.125rem;
  }
}

.breadcrumbExpander__level span > a {
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.standardMasthead__ctaContainer {
  margin-top: 2rem;
}
.standardMasthead__ctaContainer .luna-button:not(:last-of-type) {
  margin-right: 1rem;
}
@media (max-width: 600px) {
  .standardMasthead__ctaContainer .luna-button:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.standardMasthead__ctaContainer .luna-button {
  padding: 1rem;
}
@media (max-width: 600px) {
  .standardMasthead__ctaContainer .luna-button {
    width: 100%;
  }
}

.standardMasthead--d2204 .standardMasthead__ctaContainer {
  margin-top: 1.75rem;
}
@media (min-width: 601px) {
  .standardMasthead--d2204 .standardMasthead__ctaContainer {
    margin-bottom: -1rem;
  }
}
@media (min-width: 601px) {
  .standardMasthead--d2204 .standardMasthead__ctaContainer .luna-button {
    margin-bottom: 1rem;
  }
}

.standardMasthead__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (min-width: 961px) {
  .standardMasthead__details {
    margin: 0;
    margin-bottom: 0.5rem;
  }
}
.standardMasthead__details p {
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  margin-right: 0.5rem;
}

.wide-popover {
  width: 600px;
}
.wide-popover .popover-body {
  padding: 1rem;
}
@media (max-width: 600px) {
  .wide-popover {
    width: 225px;
  }
}

.authorByline__authorNames {
  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;
}

.authorByline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.authorByline__photo {
  display: inline-block;
  margin-right: 0.5rem;
}
.authorByline__photo img {
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
}

.authorByline__name,
.factCheck__text,
.whatChanged {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.factCheck__text:hover,
.whatChanged:hover {
  text-decoration: underline;
}
.factCheck__text::before,
.whatChanged::before {
  content: "" !important;
}

.authorByline__name:hover {
  color: #fff;
}

.standardMasthead__lastUpdated,
.factCheck {
  margin-bottom: 0.5rem !important;
}
@media (min-width: 601px) {
  .standardMasthead__lastUpdated,
.factCheck {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.factCheck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
}
.factCheck svg {
  margin-right: 0.5rem;
}

.preferredSourceLozenge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5rem;
}
.preferredSourceLozenge__trigger {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #202124;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 9px 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.preferredSourceLozenge__trigger:hover, .preferredSourceLozenge__trigger:focus {
  background-color: #f1f3f4;
  color: #202124;
  text-decoration: none;
}
.preferredSourceLozenge__trigger:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 2px;
}
.preferredSourceLozenge__icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.preferredSourceLozenge__icon img {
  display: block;
}
.preferredSourceLozenge__label {
  position: relative;
  top: 1px;
}

.publ-date {
  font-size: 1rem;
  margin: 0;
}

@media (min-width: 961px) {
  .content .usDisclaimer.content {
    width: auto;
  }

  .standardMasthead--condensed + .usDisclaimer.content {
    margin-bottom: 1.5rem;
    margin-top: -1rem;
  }
}
.usDisclaimer__text {
  background-color: #0271e1;
  color: #fff;
  font-size: 0.875rem;
}
.usDisclaimer__text a {
  color: #fff;
}

.masthead {
  margin-top: -1px;
}

.masthead__header {
  height: 31.25rem;
  margin-bottom: 1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 601px) {
  .masthead__header {
    height: 22.8125rem;
  }
}
@media (min-width: 961px) {
  .masthead__header {
    height: 30.3125rem;
    margin: 0 0 1rem 0;
  }
}
.masthead__header .top-content {
  background-color: rgba(0, 0, 0, 0.65);
  left: 0;
  margin-top: 0;
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 601px) {
  .masthead__header .top-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 961px) {
  .masthead__header .top-content {
    background-color: transparent;
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}
.masthead__header .top-content .breadcrumbExpander {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .masthead__header .top-content .breadcrumbExpander span,
.masthead__header .top-content .breadcrumbExpander a {
    vertical-align: sub;
  }
}
.masthead__header .top-content .breadcrumbExpander span > a {
  display: block;
  max-width: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 601px) {
  .masthead__header .top-content .breadcrumbExpander span > a {
    display: inline-block;
    max-width: none;
  }
}
.masthead__header .top-content .breadcrumbExpander .breadcrumbExpander__toggleBtn .dotsMoreIcon {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.masthead__header .top-content .breadcrumbExpander .breadcrumbExpander__toggleBtn .separatorIcon {
  padding-bottom: 3px;
}
.masthead__header .top-content .disclaimer_popup {
  position: absolute;
  right: 1rem;
  top: 8px;
  width: auto;
}
.masthead__header .top-content .disclaimer_popup .luna-icon {
  background-color: rgba(32, 32, 32, 0.6);
  border-radius: 50%;
  fill: #fff;
  margin-top: 0;
}
@media (min-width: 961px) {
  .masthead__header .top-content .disclaimer_popup .luna-icon {
    margin: 0.125rem;
  }
}
.masthead__header .top-content .disclaimer_text {
  color: #fff;
  vertical-align: middle;
}
@media (min-width: 961px) {
  .masthead__header .top-content .disclaimer_text {
    background-color: rgba(32, 32, 32, 0.6);
    border-radius: 2%;
    padding: 1px 3px;
  }
}
.masthead__header #breadcrumbExpanderTrigger {
  display: none;
}
.masthead__header #breadcrumbExpanderTrigger:checked + .breadcrumbExpander .breadcrumbExpander__level {
  display: inline-block;
}
.masthead__header #breadcrumbExpanderTrigger:checked + .breadcrumbExpander .breadcrumbExpander__dropDown {
  height: auto;
  padding: 0.9375rem 0.75rem !important;
}
.masthead__header .breadcrumbExpander__dropDown {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 601px) {
  .masthead__header .breadcrumbExpander__dropDown {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 600px) {
  .masthead__header .breadcrumbExpander__dropDown {
    height: 0;
    overflow: visible !important;
    padding: 0 0.75rem !important;
  }
  .masthead__header .breadcrumbExpander__dropDown .breadcrumbExpander__level:not(:last-of-type) {
    display: none;
  }
  .masthead__header .breadcrumbExpander__dropDown .breadcrumbExpander__level:last-of-type {
    position: absolute;
    top: 0;
    -webkit-transform: translate(2.75rem, -1.875rem);
            transform: translate(2.75rem, -1.875rem);
  }
  .masthead__header .breadcrumbExpander__dropDown .breadcrumbExpander__level:last-of-type a {
    color: #fff !important;
  }
}

@media (min-width: 961px) {
  .masthead__header--condensed {
    height: 25rem;
  }
}

.masthead__image {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (min-width: 601px) {
  .masthead__image {
    height: 31.6875rem;
    right: -12rem;
  }
}
@media (min-width: 961px) {
  .masthead__image {
    right: 0;
    text-align: right;
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .masthead__image {
    width: 70%;
  }
}
.masthead__image img {
  max-width: 145%;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
@media (min-width: 601px) {
  .masthead__image img {
    max-width: 36rem;
    right: 0;
    -webkit-transform: translateX(-12rem);
            transform: translateX(-12rem);
  }
}
@media (min-width: 961px) {
  .masthead__image img {
    height: 103% !important;
    max-width: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1281px) {
  .masthead__image img {
    height: auto !important;
    width: 100%;
  }
}

@media (min-width: 961px) {
  .masthead__image--condensed {
    height: 27rem;
  }
}
@media (min-width: 1281px) {
  .masthead__image--condensed {
    height: auto;
    width: 60%;
  }
}
@media (min-width: 1681px) {
  .masthead__image--condensed {
    width: 54%;
  }
}

@media (min-width: 961px) {
  #main #sidebar {
    margin-top: 0;
  }
}

@media (min-width: 961px) {
  :empty:not(input):first-child + *:not(.finder-staff) {
    margin-top: 0 !important;
  }
}

#sideBarWrapper {
  display: none;
}
@media (max-width: 960px) {
  #sideBarWrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin: 0 0.5rem;
    min-height: 55px;
  }
}
#sideBarWrapper #sidebar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 8px;
  padding-top: 8px;
}
#sideBarWrapper #sidebar .discover-more {
  margin-top: 0;
}

#sidebar .discover-more {
  background-color: transparent;
  border: 1px solid #d5d9dc;
  border-radius: 0.3125rem;
  color: #20436b;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.25rem;
  margin-top: 0.5rem;
}
#sidebar .discover-more:after {
  background: url(/parent-theme/components/masthead/client/prod/images/chevron-down.2e85f49827c7a36d2349455d9f7e5147.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 0.75rem;
  right: 1rem;
  top: 0.75rem;
  width: 1.125rem;
}
@media (min-width: 961px) {
  #sidebar .discover-more {
    margin-top: 0;
  }
}
#sidebar .discover-more.active:after {
  background: url(/parent-theme/components/masthead/client/prod/images/chevron-up.17f4655ded9a7053cd59688f94c2c628.svg) no-repeat;
  background-size: contain;
}
#sidebar > div:not(.banner__image-search),
#sidebar > ul {
  background-color: transparent;
}
@media (min-width: 961px) {
  #sidebar > div:not(.banner__image-search),
#sidebar > ul {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
}
#sidebar .holder {
  border: 1px solid #d5d9dc;
  border-radius: 0.3125rem;
  margin: 0.75rem 0 0 0;
}
@media (min-width: 961px) {
  #sidebar .holder {
    border-radius: 0;
    margin: 0 0 1rem 0;
    padding-bottom: 1.5rem;
  }
}
#sidebar .holder .menu-element:hover {
  background-color: transparent;
}
#sidebar .holder .sub-menu a {
  margin-left: 0;
  padding-left: 0;
}
#sidebar .holder .sub-menu > li {
  padding-left: 1rem;
}
@media (min-width: 961px) {
  #sidebar .holder .sub-menu > li {
    margin-left: 0;
  }
}
#sidebar .holder .sub-menu > li a {
  color: #20436b;
}
#sidebar .holder li {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
#sidebar .holder li a {
  color: #20436b;
  margin-left: 0;
  padding: 0;
}
@media (min-width: 961px) {
  #sidebar .holder li a {
    padding: 0;
  }
}
#sidebar .holder li a:hover {
  background-color: transparent;
  text-decoration: none;
}
#sidebar .holder > div {
  background-color: transparent;
  padding: 0;
}
#sidebar .holder > li {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}
#sidebar .holder a {
  color: #20436b;
}
#sidebar .holder .compare-filter.toggle-content {
  background-color: transparent;
}
#sidebar .holder .compare-filter {
  background: transparent;
  border-radius: 0;
  color: #20436b;
  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;
  font-size: 1rem;
  margin: 0.3125rem 0;
  padding: 0 0.75rem;
  text-align: left;
}
#sidebar .holder .compare-filter.toggle-content + * {
  background-color: transparent;
  display: block;
}
@media (min-width: 961px) {
  #sidebar .holder .compare-filter {
    background-color: transparent;
    border-radius: 0;
    display: block;
    font-size: 1.25rem;
    margin: 0;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    text-align: left;
  }
}
#sidebar .holder .compare-filter i {
  margin: 0.5rem 0.5rem 0 auto;
}
@media (min-width: 961px) {
  #sidebar .holder .menu-element:hover,
#sidebar .holder .menu-element:focus,
#sidebar .active .menu-element {
    background-color: transparent;
  }
}
#sidebar .banner__image-search {
  margin-top: 0;
}
#sidebar li:hover {
  background-color: #f4f5f6;
}
#sidebar a:not(.luna-button):hover {
  background-color: transparent;
}
#sidebar a:not(.luna-button):active,
#sidebar a:not(.luna-button):focus {
  color: #0271e1 !important;
  font-weight: 600;
}
#sidebar li > a {
  color: #20436b;
  padding: 0.5rem;
}
@media (min-width: 961px) {
  #sidebar li > a {
    color: #20436b;
  }
}
#sidebar li > a:hover {
  text-decoration: none;
}
@media (min-width: 961px) {
  #sidebar li > a:hover {
    background-color: transparent;
  }
}
#sidebar .current-menu-ancestor > a {
  background-color: transparent;
}
#sidebar .menu-element {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 961px) {
  #sidebar .menu-element {
    padding: 0;
  }
}
#sidebar .menu-element:hover,
#sidebar .menu-element a:hover {
  background-color: transparent;
}
#sidebar .active > .menu-element {
  background-color: transparent;
  color: #0271e1;
  font-weight: 600;
}
#sidebar .active > .menu-element a {
  color: #0271e1;
  font-weight: 600;
}
#sidebar .menu-toggle {
  background: url(/parent-theme/components/masthead/client/prod/images/minus.3526eb7f33b393dae243b054b89e5420.svg) center center no-repeat;
  display: inline-block;
  float: none;
  height: 1rem;
  margin-left: auto;
}
@media (max-width: 960px) {
  #sidebar .menu-toggle {
    margin-top: 0;
    -webkit-transform: translateX(0.1875rem);
            transform: translateX(0.1875rem);
    width: 1rem;
  }
}
@media (min-width: 961px) {
  #sidebar .menu-toggle {
    margin: 0 0 0 auto;
    width: 0.625rem;
  }
  #sidebar .menu-toggle:hover {
    background-color: transparent;
  }
}
#sidebar .menu-expand {
  background-image: url(/parent-theme/components/masthead/client/prod/images/add.578495e6414be68ed25ecc10bc78022a.svg);
  padding-right: 1px;
}
#sidebar .page_item {
  margin-bottom: 0;
}
#sidebar .sub-menu a {
  color: #20436b !important;
  padding: 0.5rem 1rem;
}
#sidebar .sub-menu a:hover {
  background: transparent;
  color: #20436b;
}
#sidebar .sub-menu a:active,
#sidebar .sub-menu a:focus {
  color: #0271e1 !important;
  font-weight: 600;
}
#sidebar .sub-menu .active > a {
  background-color: transparent;
  font-weight: 600;
}
#sidebar .holder .sub-menu li > ul > li {
  padding: 0.5rem 1rem 0.5rem 0;
}
#sidebar .holder.provider-icons li {
  padding-right: 0.8rem;
}
@media (min-width: 961px) {
  #sidebar .holder.provider-icons li {
    padding: 0 1rem 0 1.5rem;
  }
}
#sidebar .holder.provider-icons li:hover {
  background-color: #f4f5f6;
}
#sidebar .holder.provider-icons a {
  color: #20436b;
  padding: 0;
}
@media (min-width: 961px) {
  #sidebar .holder.provider-icons a {
    padding: 0.5rem 1rem 0.5rem 2.5rem;
  }
}
#sidebar .holder.provider-icons a:hover {
  background-color: transparent;
  padding: 0;
  text-decoration: none;
}
@media (min-width: 961px) {
  #sidebar .holder.provider-icons a:hover {
    padding: 0.5rem 1rem 0.5rem 2.5rem;
  }
}
#sidebar .holder.provider-icons .provider-icon {
  left: 0;
}
#sidebar .holder.provider-icons .menu-element {
  width: 100%;
}
#sidebar .holder.provider-icons .sub-menu a {
  padding: 0;
}
@media (min-width: 961px) {
  #sidebar .holder.provider-icons .sub-menu a {
    padding: 0.5rem 1rem;
  }
}
#sidebar .holder.provider-icons .sub-menu li {
  padding-left: 1rem;
}
@media (min-width: 961px) {
  #sidebar .holder.provider-icons .sub-menu li {
    padding-left: 1.5rem;
    padding-right: 0.5rem;
  }
}
#sidebar .holder.provider-icons li:not(.provider-icon-embedded) {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
@media (min-width: 961px) {
  #sidebar .holder.provider-icons li:not(.provider-icon-embedded) {
    padding: 0 0 0 0.25rem;
  }
}
#sidebar .light-box {
  border: 1px solid #d5d9dc;
  padding: 1.5rem !important;
  width: auto;
}
#sidebar .light-box h5 {
  color: #20436b;
}
#sidebar .light-box li {
  background-color: transparent;
}
#sidebar .light-box li a {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 0;
  text-decoration: none;
}
#sidebar .light-box li a:hover {
  color: #0271e1;
}
#sidebar .light-box li p {
  font-size: 0.875rem;
}
#sidebar .light-box.popular > h5 {
  font-size: 1.25rem;
  margin: 0 0 0.25rem;
}
#sidebar .light-box.popular > ul {
  margin: 0;
}
#sidebar .light-box.popular li {
  border-top: 1px solid #d5d9dc;
  padding: 0.75rem 0;
}
#sidebar .light-box.popular p {
  margin: 0;
}
#sidebar .light-box.popular .first {
  border-top: 0;
}
#sidebar .calculator-sidebar.light-box > a.fin-btn:hover {
  background-color: #1591fe;
}
#sidebar .calculator-sidebar.light-box > a.fin-btn:focus,
#sidebar .calculator-sidebar.light-box > a.fin-btn:active {
  color: #fff !important;
  font-weight: 600;
}
#sidebar .calculator-header > a {
  color: #20436b;
}
#sidebar .calculator-header > a:hover {
  color: #0271e1;
}
#sidebar .discover-more + .sidebar-tile {
  margin-bottom: 0;
}
#sidebar .discover-more + .sidebar-tile .adSlot:not(.hide) {
  margin-bottom: 0.5rem;
}
#sidebar .car-selection-widget,
#sidebar .state-selection-widget {
  border: 1px solid #d5d9dc !important;
  margin-bottom: 1rem !important;
}
#sidebar .luna-button--fluid {
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  #sidebar .luna-button--fluid {
    display: none;
  }
}
#sidebar .has-padding-xsmall {
  display: none;
}
#sidebar .sidebar-cta-button {
  margin-bottom: 1rem;
}

@media (max-width: 960px) {
  .sidebarBottomWrapper {
    display: none;
  }
}
@media (min-width: 961px) {
  .has-openModal .standardMasthead--hasSocialShare .standardMasthead__content {
    z-index: 80;
  }
}

.standardMasthead--hasSocialShare.standardMasthead--condensed .standardMasthead__text {
  padding-right: 0;
}

.standardMasthead--hasSocialShare .socialShareModal--primary {
  margin-bottom: 0.25rem;
}
@media (min-width: 601px) {
  .standardMasthead--hasSocialShare .socialShareModal--primary {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 601px) {
  .standardMasthead--hasSocialShare .socialShareModal--primary > .luna-button {
    padding: 0.25rem;
  }
}
.standardMasthead--hasSocialShare .standardMasthead__details {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .standardMasthead--hasSocialShare .standardMasthead__details .authorByline {
    margin-bottom: 0.5rem;
  }
  .standardMasthead--hasSocialShare .standardMasthead__details .authorByline__authorNames {
    -webkit-flex-basis: 88%;
        -ms-flex-preferred-size: 88%;
            flex-basis: 88%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .standardMasthead--hasSocialShare .standardMasthead__details .standardMasthead__lastUpdated {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .standardMasthead--hasSocialShare .standardMasthead__details .factCheck {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .standardMasthead--hasSocialShare .standardMasthead__details .socialShareModal {
    -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
            align-self: baseline;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 601px) {
  .standardMasthead--hasSocialShare .standardMasthead__details .authorByline__multipleAuthors {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (max-width: 600px) {
  .standardMasthead--hasSocialShare .no-author .standardMasthead__lastUpdated {
    -webkit-flex-basis: 85%;
        -ms-flex-preferred-size: 85%;
            flex-basis: 85%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .standardMasthead--hasSocialShare .no-author .factCheck {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .standardMasthead--hasSocialShare .no-author .socialShareModal {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.masthead__text {
  color: #fff;
  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;
  height: 18rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 13.5rem;
  padding-bottom: 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 440px) {
  .masthead__text {
    margin-top: 15rem;
  }
}
@media (min-width: 601px) {
  .masthead__text {
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
    max-width: 53vw;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 961px) {
  .masthead__text {
    height: 66%;
    margin-left: 0;
    max-width: 40vw;
  }
}
@media (min-width: 1281px) {
  .masthead__text {
    max-width: 34vw;
  }
}
@media (min-width: 1681px) {
  .masthead__text {
    max-width: 23vw;
  }
}
.masthead__text h1 {
  color: #fff;
  font-size: 1.9375rem;
  font-weight: 600;
  margin: 0 auto 0.5rem;
  text-align: center;
}
@media (min-width: 601px) {
  .masthead__text h1 {
    font-size: 1.9375rem;
    line-height: 2.25rem;
    margin: 0 0 0.5rem;
    text-align: left;
  }
}
@media (min-width: 961px) {
  .masthead__text h1 {
    font-size: 2.4375rem;
    line-height: 2.75rem;
  }
}
.masthead__text h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 400;
  margin-top: 0.5rem !important;
  text-align: left;
}
@media (min-width: 961px) {
  .masthead__text h2 {
    font-size: 1.5625rem;
    line-height: 1.75rem;
  }
}
.masthead__text p {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
@media (min-width: 601px) {
  .masthead__text p {
    text-align: left;
  }
}
.masthead__text p .publ-date {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
}

#productCategoriesSidebarNav .dropdownSidebarNav__container {
  border: 1px solid #d5d9dc;
  border-radius: 0.3125rem;
  display: none;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (min-width: 961px) {
  #productCategoriesSidebarNav .dropdownSidebarNav__container {
    display: block;
  }
}
#productCategoriesSidebarNav .dropdownSidebarNav__heading {
  font-size: 1rem;
  font-weight: bold;
}
#productCategoriesSidebarNav .luna-dropdown__menu {
  max-height: 200px;
  overflow-y: scroll;
}
#productCategoriesSidebarNav .luna-dropdown__menu ul {
  list-style-type: none;
}
#productCategoriesSidebarNav .luna-dropdown__menu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#productCategoriesSidebarNav .luna-dropdown__menu a {
  color: #242a2f;
  font-size: 0.875rem;
  text-decoration: none;
}

.featuresStrap {
  background-color: #18304b;
  margin: -1rem 0 1rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  z-index: 2;
}
@media (max-width: 600px) {
  .featuresStrap {
    margin-left: -0.5rem;
    padding-right: 0.5rem;
    width: 100vw;
  }
}
@media (min-width: 1281px) {
  .featuresStrap {
    padding-left: 0;
  }
}
@media (min-width: 601px) {
  .featuresStrap {
    margin-top: -1rem;
  }
}
@media (min-width: 961px) {
  .featuresStrap {
    margin-top: -2rem;
  }
}

ul.featuresStrap__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  height: 2.5rem;
  list-style: none;
  margin: 0 0 0;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-left: 1rem;
}
@media (min-width: 961px) {
  ul.featuresStrap__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    overflow: hidden;
    padding-left: 20px;
  }
}
ul.featuresStrap__list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  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-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: inherit;
}
ul.featuresStrap__list li > svg {
  margin-right: 0.5rem;
}
ul.featuresStrap__list li:not(:first-child) {
  margin-left: 1rem;
}

#seriesTabs {
  background-color: #fff;
  margin-left: -8px;
  margin-right: -8px;
  z-index: 1000;
}
@media (min-width: 961px) {
  #seriesTabs {
    margin-left: 0;
    margin-right: 0;
  }
}

.seriesTabs__sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
@media (min-width: 961px) {
  .seriesTabs__sticky {
    max-width: 972px;
  }
}
@media (min-width: 1281px) {
  .seriesTabs__sticky {
    max-width: 1120px;
  }
}

.seriesTabs__link {
  font-weight: 700;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.luna-tab.seriesTabs__tab[aria-selected=true] .luna-tab__action {
  border: none;
}

.seriesTabs__tab[aria-selected=true]:after {
  background-color: #0067d7;
  border-radius: 10px 10px 0 0;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
}

.seriesTabs__list {
  background: -webkit-gradient(linear, left top, left bottom, from(#cecfd2), to(#fff)) left bottom #fff no-repeat;
  background: linear-gradient(to bottom, #cecfd2 0%, #fff 100%) left bottom #fff no-repeat;
  background-size: 100% 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 5px;
}

.seriesTabs__calcTable_head {
  padding-top: 50px;
}

.standardMasthead.standardMasthead--hasSeriesTabs {
  margin-bottom: 0.5rem;
}

.seriesTabs__inPageNav {
  padding-top: 50px;
}

.standardMasthead {
  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-bottom: 1rem;
  margin-left: -0.5rem;
  overflow: hidden;
  white-space: nowrap;
  width: 100vw;
}
@media (min-width: 601px) {
  .standardMasthead {
    margin-bottom: 1rem;
    width: calc(100% + 1rem);
  }
}
@media (min-width: 961px) {
  .standardMasthead {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 62.5% 37.5%;
        grid-template-columns: 62.5% 37.5%;
    margin-bottom: 2rem;
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 961px) and (-ms-high-contrast: none) {
  .standardMasthead *::-ms-backdrop, .standardMasthead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.standardMasthead__content {
  background-color: #0271e1;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media (min-width: 961px) {
  .standardMasthead__content {
    border-radius: 0 0 3rem 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    z-index: 1;
  }
}
@media (min-width: 961px) and (-ms-high-contrast: none) {
  .standardMasthead__content *::-ms-backdrop, .standardMasthead__content {
    width: 67%;
  }
}

.standardMasthead__textWrapper {
  pointer-events: none;
  width: 100%;
}
@media (min-width: 961px) {
  .standardMasthead__textWrapper {
    width: 100vw;
  }
}

.standardMasthead__text {
  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-bottom: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1.5rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  pointer-events: auto;
  text-align: left;
  white-space: normal;
  word-break: break-word;
}
@media (min-width: 961px) {
  .standardMasthead__text {
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4rem;
    width: 60%;
  }
}
@media (min-width: 1681px) {
  .standardMasthead__text {
    width: 67%;
  }
}
.standardMasthead__text h1,
.standardMasthead__text h2,
.standardMasthead__text p,
.standardMasthead__text span {
  color: #fff;
}
.standardMasthead__text h1 {
  font-size: 1.9375rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 961px) {
  .standardMasthead__text h1 {
    font-size: 2.4375rem;
    line-height: 2.75rem;
  }
}
.standardMasthead__text h2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0;
  margin-top: 1rem !important;
}
@media (min-width: 961px) {
  .standardMasthead__text h2 {
    font-size: 1.5625rem;
    line-height: 1.75rem;
  }
}
.standardMasthead__text span {
  color: #fff;
  display: inline-block;
}

.standardMasthead__image {
  height: auto;
  overflow: hidden;
}
@media (min-width: 601px) {
  .standardMasthead__image {
    max-height: 27rem;
  }
}
@media (min-width: 961px) {
  .standardMasthead__image {
    background-position: center;
    background-size: cover;
    margin-left: -15%;
    max-height: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    z-index: 0;
  }
}
@media (min-width: 961px) and (-ms-high-contrast: none) {
  .standardMasthead__image *::-ms-backdrop, .standardMasthead__image {
    width: 55%;
  }
}
@media (max-width: 960px) {
  .standardMasthead__image {
    background: none !important;
  }
}

.standardMasthead__image img {
  width: 100%;
}
@media (max-width: 600px) {
  .standardMasthead__image img {
    display: none;
  }
}

.standardMasthead__details {
  margin-bottom: 0;
  margin-top: 1rem;
}

@media (max-width: 960px) {
  .content .u-grid {
    margin-left: 0;
    margin-right: 0;
  }
}

.standardMasthead--d2204 .standardMasthead__content {
  background: linear-gradient(179.89deg, #0271e1 0.36%, #0153c3 99.67%);
  border-radius: 0 0 0 0;
}
.standardMasthead--d2204 .standardMasthead__details {
  margin-top: 1.25rem;
}
.standardMasthead--d2204 .standardMasthead__details .socialShareModal .luna-button {
  background: none;
}
@media (min-width: 961px) {
  .standardMasthead--d2204 .standardMasthead__text {
    margin-bottom: 3rem;
    margin-top: 3.5rem;
  }
}
.standardMasthead--d2204 .standardMasthead__text .usDisclaimer.content .usDisclaimer__text {
  background: none;
  line-height: 1.3em;
}
.standardMasthead--d2204 .standardMasthead__text h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.375rem;
}
@media (min-width: 961px) {
  .standardMasthead--d2204 .standardMasthead__text h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.standardMasthead--d2204 .standardMasthead__text h2 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.standardMasthead--d2204.standardMasthead__condesedWidth--background, .standardMasthead--d2204.standardMasthead__fullWidth--background {
  background: linear-gradient(179.89deg, #0271e1 0.36%, #0153c3 99.67%);
  border-radius: 0 0 0 0;
}
.standardMasthead--d2204.standardMasthead__condesedWidth--background .standardMasthead__content, .standardMasthead--d2204.standardMasthead__fullWidth--background .standardMasthead__content {
  background: none;
}
.standardMasthead--d2204 .standardMasthead__ctaContainer .luna-button,
.standardMasthead--d2204 .standardMasthead__widgetSection .luna-button {
  border-radius: 4px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 0.75rem 1.25rem;
}

body {
  overflow-x: hidden;
  overflow-y: overlay;
}

@media (min-width: 961px) {
  .standardMasthead--noImage {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .standardMasthead--noImage .standardMasthead__content *::-ms-backdrop, .standardMasthead--noImage .standardMasthead__content {
    width: 100%;
  }
}
.standardMasthead--noImage .standardMasthead__textWrapper {
  width: 100%;
}

.standardMasthead--d2204 .standardMasthead--calculator {
  display: block;
  margin-bottom: 5rem;
  overflow: visible;
}
.standardMasthead--d2204 .standardMasthead--calculator .standardMasthead__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.standardMasthead--d2204 .standardMasthead--calculator .standardMasthead__widgetSection {
  margin-bottom: 0 !important;
  overflow: visible !important;
}
@media all and (-ms-high-contrast: none) {
  .standardMasthead--d2204 .standardMasthead--calculator .standardMasthead__widgetSection *::-ms-backdrop, .standardMasthead--d2204 .standardMasthead--calculator .standardMasthead__widgetSection {
    width: 100%;
  }
}
.standardMasthead--d2204 .standardMasthead--calculator .standardMasthead__widgetSection__content {
  top: 3rem;
  width: 100%;
}
.standardMasthead--d2204 .standardMasthead--calculator .standardMasthead__widgetSection__content > .luna-card {
  padding: 1.5rem;
}
.standardMasthead--d2204 .standardMasthead--calculator .standardMasthead__widgetSection__content .luna-label,
.standardMasthead--d2204 .standardMasthead--calculator .standardMasthead__widgetSection__content .luna-input {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
}
.standardMasthead--d2204 .standardMasthead--calculator .standardMasthead__widgetSection__content .luna-input {
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-form__group {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-label {
  margin-bottom: 0.125rem;
  padding-bottom: 0.75rem;
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-affix__label {
  color: #5c666d;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-input,
.standardMasthead--d2204 .standardMasthead--calculator .luna-affix__label {
  border-color: #a7a7a7;
  border-radius: 4px;
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-affix > .luna-input:not(:last-child) {
  border-bottom-right-radius: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-affix > .luna-affix__label:last-child {
  border-bottom-left-radius: 0;
  border-left-width: 0;
  border-top-left-radius: 0;
  padding-right: 1rem;
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-affix > .luna-input:last-child {
  border-left-width: 0;
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-affix > .luna-affix__label:not(:last-child) {
  border-bottom-right-radius: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
  padding-left: 1rem;
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-affix > .luna-affix__label:not(:last-child) + .luna-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 0;
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-form__field {
  padding-bottom: 1.125rem;
}
@media (min-width: 601px) {
  .standardMasthead--d2204 .standardMasthead--calculator .luna-form__field {
    padding-bottom: 0;
    padding-right: 0.75rem;
  }
  .standardMasthead--d2204 .standardMasthead--calculator .luna-form__field:not(:first-of-type) {
    padding-left: 0.75rem;
  }
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-form__actions {
  padding-bottom: 0;
  padding-top: 0.375rem;
}
@media (min-width: 601px) {
  .standardMasthead--d2204 .standardMasthead--calculator .luna-form__actions {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
}
.standardMasthead--d2204 .standardMasthead--calculator .luna-form__actions .luna-button {
  min-height: 3rem;
  width: 100%;
}

.standardMasthead--condensed {
  width: 100vw;
}
@media (min-width: 601px) {
  .standardMasthead--condensed {
    width: calc(100% + 1rem);
  }
}
@media (min-width: 961px) {
  .standardMasthead--condensed {
    width: 100%;
  }
}
.standardMasthead--condensed .standardMasthead__text {
  margin: 2rem 1rem 3rem;
  padding-right: 1rem;
  width: auto;
}
@media (min-width: 601px) {
  .standardMasthead--condensed .standardMasthead__text {
    margin: 3rem 1.5rem 3.5rem;
    padding-right: 0;
  }
}
@media (min-width: 961px) {
  .standardMasthead--condensed .standardMasthead__text {
    margin: 3rem 3rem 3.5rem;
  }
}
@media (min-width: 961px) {
  .standardMasthead--condensed .standardMasthead__text h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.standardMasthead--condensed + .thumbnail img {
  width: 15.625rem;
}

@media (min-width: 961px) {
  .standardMasthead--image:not(.standardMasthead--provider) .standardMasthead__content,
.standardMasthead--image:not(.standardMasthead--provider) .standardMasthead__image {
    position: relative;
  }
  .standardMasthead--image:not(.standardMasthead--provider) .standardMasthead__image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .standardMasthead--image:not(.standardMasthead--provider) .standardMasthead__image img {
      height: 100% !important;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.standardMasthead--image.standardMasthead--cta-image-filter .standardMasthead__image img {
  -webkit-filter: brightness(65%) grayscale(35%);
          filter: brightness(65%) grayscale(35%);
}

.standardMasthead--provider {
  width: 100vw;
}
@media (min-width: 601px) {
  .standardMasthead--provider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 62.5% 37.5%;
        grid-template-columns: 62.5% 37.5%;
    margin-left: -0.5rem;
    width: 100%;
  }
}
@media (min-width: 601px) and (-ms-high-contrast: none) {
  .standardMasthead--provider *::-ms-backdrop, .standardMasthead--provider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.standardMasthead--provider .standardMasthead__content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 601px) and (-ms-high-contrast: none) {
  .standardMasthead--provider .standardMasthead__content *::-ms-backdrop, .standardMasthead--provider .standardMasthead__content {
    width: 67%;
  }
}
@media (min-width: 961px) {
  .standardMasthead--provider .standardMasthead__text {
    margin-left: 0.5rem;
    width: 59%;
  }
}

@media (max-width: 600px) {
  .contentType--promo .standardMasthead__providerImage {
    display: none;
  }
}
.standardMasthead__providerImage {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  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;
  min-height: 8rem;
}
.standardMasthead__providerImage img {
  display: block !important;
}
@media (min-width: 601px) {
  .standardMasthead__providerImage {
    height: auto;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    z-index: 1;
  }
}
@media (min-width: 1681px) {
  .standardMasthead__providerImage {
    margin-left: 4rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .standardMasthead__providerImage *::-ms-backdrop, .standardMasthead__providerImage {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.standardMasthead__providerImage .standardMasthead__image {
  height: auto;
  max-width: 15rem;
  width: 100%;
}
@media (min-width: 601px) and (-ms-high-contrast: none) {
  .standardMasthead__providerImage .standardMasthead__image *::-ms-backdrop, .standardMasthead__providerImage .standardMasthead__image {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .standardMasthead__providerImage .standardMasthead__image *::-ms-backdrop, .standardMasthead__providerImage .standardMasthead__image {
    max-width: auto;
  }
}
.standardMasthead__providerImage .standardMasthead__image img {
  max-height: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 601px) {
  .standardMasthead__providerImage .standardMasthead__image img {
    display: block;
    max-height: 90%;
  }
}

.standardMasthead__fullWidth--background {
  background-color: #0271e1;
  border-radius: 0 0 3rem 0;
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 961px) {
  .standardMasthead__fullWidth--background {
    margin-left: 0;
    margin-right: 0;
  }
}

.standardMasthead--widget {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-right: 0;
  width: 100vw;
}
@media (min-width: 601px) {
  .standardMasthead--widget {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    margin-left: 8px;
    margin-right: 8px;
    width: 100%;
  }
}
@media (min-width: 961px) {
  .standardMasthead--widget {
    -ms-grid-columns: 62.5% 37.5%;
        grid-template-columns: 62.5% 37.5%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }
}
@media (-ms-high-contrast: none) and (min-width: 601px) {
  .standardMasthead--widget *::-ms-backdrop, .standardMasthead--widget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.standardMasthead--widget .enquiry-form {
  width: 100%;
}
.standardMasthead--widget .enquiry-form label {
  white-space: normal;
}
.standardMasthead--widget .enquiry-form button {
  max-width: 100%;
  padding: 0.75em 1em;
}
.standardMasthead--widget .standardMasthead__content {
  background-color: unset;
  border-radius: 0;
}
@media (-ms-high-contrast: none) and (min-width: 601px) {
  .standardMasthead--widget .standardMasthead__content *::-ms-backdrop, .standardMasthead--widget .standardMasthead__content {
    width: 62.5%;
  }
}
@media (min-width: 601px) {
  .standardMasthead--widget .standardMasthead__text {
    margin-bottom: 6.5rem;
    margin-right: 2rem;
    margin-top: 1rem;
    width: unset;
  }
}
@media (min-width: 961px) {
  .standardMasthead--widget .standardMasthead__text {
    margin-top: 4rem;
  }
}

.standardMasthead__widgetSection {
  margin-bottom: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 94vw;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 601px) {
  .standardMasthead__widgetSection {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 2rem;
    max-width: none;
  }
}
@media (-ms-high-contrast: none) and (min-width: 601px) {
  .standardMasthead__widgetSection *::-ms-backdrop, .standardMasthead__widgetSection {
    display: block !important;
    width: 37.5%;
  }
}
@media (min-width: 961px) {
  .standardMasthead__widgetSection {
    margin-bottom: 3.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5rem;
    max-height: 28.125rem;
  }
}

@media (min-width: 601px) {
  .standardMasthead--d2204 .standardMasthead__widgetSection {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 0;
    margin-top: 0;
  }
  .standardMasthead--d2204 .standardMasthead--widget {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .standardMasthead--d2204 .standardMasthead--widget .standardMasthead__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .standardMasthead--d2204 .standardMasthead--widget .standardMasthead__text {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 961px) {
  .standardMasthead--d2204 .standardMasthead--widget {
    padding-top: 3rem;
  }
}
.standardMasthead--d2204.standardMasthead--prioritized-widget .standardMasthead--widget {
  margin-bottom: 1.5rem;
  position: relative;
}
@media (min-width: 601px) {
  .standardMasthead--d2204.standardMasthead--prioritized-widget .standardMasthead--widget {
    margin-bottom: 2rem;
  }
}
.standardMasthead--d2204.standardMasthead--prioritized-widget .standardMasthead--widget .standardMasthead__details {
  bottom: 1rem;
  position: absolute;
}
@media (min-width: 601px) {
  .standardMasthead--d2204.standardMasthead--prioritized-widget .standardMasthead--widget .standardMasthead__details {
    bottom: 0;
    position: static;
  }
}
@media (min-width: 601px) {
  .standardMasthead--d2204.standardMasthead--maximized-widget .standardMasthead__widgetSection__content {
    width: 100%;
  }
}
.standardMasthead--d2204 .widgetHeadline {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.standardMasthead--d2204 .standardMasthead--widget-stats-cta .widgetHeadline {
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: center;
  white-space: pre-wrap;
}
.standardMasthead--d2204 .standardMasthead--widget-stats-cta .luna-icon {
  margin-right: 3px;
}
.standardMasthead--d2204 .standardMasthead--widget-stats-cta .luna-list__item {
  color: inherit;
  font-size: 1rem;
  line-height: 1.5rem;
}
.standardMasthead--d2204 .standardMasthead__widgetSection {
  max-width: inherit;
  overflow: visible;
}
.standardMasthead--d2204 .standardMasthead__widgetSection__content {
  top: 3rem;
  white-space: normal;
  width: 100%;
}
@media (min-width: 601px) {
  .standardMasthead--d2204 .standardMasthead__widgetSection__content {
    margin-top: 0;
    position: inherit;
    top: 0;
    width: auto;
  }
}
.standardMasthead--d2204 .standardMasthead__widgetSection__content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.standardMasthead--d2204 .standardMasthead__widgetSection__content > .luna-card {
  border-color: #dbdee0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  color: #000;
}
.standardMasthead--d2204 .standardMasthead__widgetSection__content > .luna-card--border .luna-card__block {
  border: 0;
}
.standardMasthead--d2204 .standardMasthead__widgetSection__content > .luna-card:not(:last-of-type) {
  margin-bottom: 1rem;
}
.standardMasthead--d2204 .standardMasthead__widgetSection__content > .luna-card:last-of-type {
  margin-bottom: 0;
}

.standardMasthead.standardMasthead--widget {
  display: block;
  margin-bottom: 4.5rem;
  overflow: inherit;
}
.standardMasthead.standardMasthead--widget .standardMasthead__content,
.standardMasthead.standardMasthead--widget .standardMasthead__widgetSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 601px) {
  .standardMasthead.standardMasthead--widget {
    display: -ms-grid;
    display: grid;
    margin-bottom: 2rem;
    overflow: hidden;
  }
}
@media (-ms-high-contrast: none) and (min-width: 601px) {
  .standardMasthead.standardMasthead--widget *::-ms-backdrop, .standardMasthead.standardMasthead--widget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.standardMasthead--fullWidthWidget {
  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-left: 0;
  width: 100%;
}
.standardMasthead--fullWidthWidget .standardMasthead__text {
  margin-bottom: 2rem;
}
.standardMasthead--fullWidthWidget .standardMasthead__content {
  background-color: unset;
  border-radius: 0;
}
.standardMasthead--fullWidthWidget .standardMasthead__widgetSection {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3rem;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 601px) {
  .standardMasthead--fullWidthWidget .standardMasthead__widgetSection {
    margin-bottom: 3.5rem;
    margin-top: 0;
  }
}
@media (min-width: 961px) {
  .standardMasthead--fullWidthWidget .standardMasthead__widgetSection {
    margin-bottom: 4rem;
    width: 100%;
  }
}
.standardMasthead--fullWidthWidget .fin-hc-search-box {
  width: 100% !important;
}

.standardMasthead__condesedWidth--background {
  background-color: #0271e1;
  border-radius: 0 0 3rem 0;
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 961px) {
  .standardMasthead__condesedWidth--background {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 601px) {
  .standardMasthead__condesedWidth--background .standardMasthead__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .standardMasthead__condesedWidth--background .standardMasthead__text {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .standardMasthead__condesedWidth--background .standardMasthead__widgetSection {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 3rem 2rem 3rem 0;
  }
}
@media (min-width: 961px) {
  .standardMasthead__condesedWidth--background .standardMasthead__text {
    margin: 3rem 3rem 6rem;
  }
  .standardMasthead__condesedWidth--background h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.cleanMastHead.gte-masthead-1 {
  margin-bottom: 1rem;
}

body.clean-masthead #main,
.page-template-page-clean-masthead #main {
  border-top: 1px solid #e5e7eb;
}

.cleanMasthead--breadcrumbWrapper {
  font-weight: 500;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
}
@media (min-width: 961px) {
  .cleanMasthead--breadcrumbWrapper {
    padding: 1rem 0;
  }
}
@media (min-width: 1281px) {
  .cleanMasthead--breadcrumbWrapper {
    padding: 1rem 0;
  }
}
.cleanMasthead--breadcrumbWrapper .top-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
.cleanMasthead--breadcrumbWrapper .breadcrumbExpander {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  z-index: 2;
}
.cleanMasthead--breadcrumbWrapper .breadcrumbExpander a {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.cleanMasthead--breadcrumbWrapper .breadcrumbExpander .breadcrumbExpander__separator--desktop .luna-icon {
  fill: #e5e7eb;
  height: 1rem;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  width: 1rem;
}
.cleanMasthead--breadcrumbWrapper .breadcrumbExpander .breadcrumbExpander__separator--mobile .luna-icon {
  fill: #e5e7eb;
  height: 1rem;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  width: 1rem;
}

.cleanMastHead {
  grid-auto-columns: 1fr 35%;
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-bottom: 0;
}
@media (min-width: 601px) {
  .cleanMastHead {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    display: -ms-grid;
    display: grid;
    margin-bottom: 2rem;
  }
}
@media (min-width: 961px) {
  .cleanMastHead {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    display: -ms-grid;
    display: grid;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1281px) {
  .cleanMastHead {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    display: -ms-grid;
    display: grid;
    margin-left: 0;
    margin-right: 0;
  }
}

.cleanMastHead__tableHeading {
  color: #111827;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  margin: 0;
  margin-bottom: 24px;
}

.cleanMastHead__content {
  background-color: transparent;
  -ms-grid-column: 1;
  grid-column: 1;
  margin-bottom: auto;
  margin-top: auto;
}

.cleanMasthead__disclaimer {
  color: #6a727f !important;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.cleanMasthead__disclaimer a {
  color: #6a727f;
  font-weight: 500;
}
.cleanMasthead__disclaimer .global-disclaimer {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}
.cleanMasthead__disclaimer .global-disclaimer .global-disclaimer__text {
  color: #6a727f !important;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
  text-decoration: underline;
}

.breadcrumbWrapper .cleanMasthead__disclaimer {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  margin-bottom: 0;
}

.cleanMastHead__text {
  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: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  pointer-events: auto;
  text-align: left;
  white-space: normal;
  word-break: break-word;
}
.cleanMastHead__text h1 {
  color: #111827;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 0;
}
@media (min-width: 961px) {
  .cleanMastHead__text h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1281px) {
  .cleanMastHead__text h1 {
    font-size: 2.5rem;
  }
}
.cleanMastHead__text h2 {
  color: #374151;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem !important;
  margin-top: 0.5rem !important;
}

.cleanMastHead__footer {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 !important;
}
.cleanMastHead__footer .cleanMastHead__footerElements {
  border: none;
  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-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
@media (min-width: 961px) {
  .cleanMastHead__footer .cleanMastHead__footerElements {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
    grid-row-gap: 0.5rem;
  }
}
.cleanMastHead__footer .cleanMastHead__footerElements .cleanMastHead__footerElement {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  grid-row-gap: 0.5rem;
}
@media (min-width: 961px) {
  .cleanMastHead__footer .cleanMastHead__footerElements .authors {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1281px) {
  .cleanMastHead__footer .cleanMastHead__footerElements .authors {
    margin-right: 1rem !important;
  }
}
.cleanMastHead__footer .cleanMastHead__footerElements .authorByline__authorNames {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-row-gap: 0.5rem;
  margin-bottom: 0.25rem;
  position: relative;
}
@media (min-width: 961px) {
  .cleanMastHead__footer .cleanMastHead__footerElements .authorByline__authorNames {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-right: 0;
    width: auto;
  }
}
@media (min-width: 1281px) {
  .cleanMastHead__footer .cleanMastHead__footerElements .authorByline__authorNames {
    margin-bottom: 0;
  }
}
.cleanMastHead__footer .cleanMastHead__footerElements .authorByline__authorNames p {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 961px) {
  .cleanMastHead__footer .cleanMastHead__footerElements .authorByline__authorNames p {
    margin-bottom: 0;
  }
}
.cleanMastHead__footer .cleanMastHead__footerElements .authorByline__authorNames .authorByline__name {
  color: #111827;
  font-size: 0.75rem !important;
  font-weight: 500;
  text-decoration: underline;
}
.cleanMastHead__footer .cleanMastHead__footerElements .authorByline {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
}
.cleanMastHead__footer .cleanMastHead__footerElements .authorByline:not(:first-of-type) {
  margin-bottom: 0;
  margin-right: 0;
}
.cleanMastHead__footer .cleanMastHead__footerElements .authorByline .authorImages {
  display: inline-block;
  margin-right: 0.5rem;
  width: 2.875rem;
}
.cleanMastHead__footer .cleanMastHead__footerElements .authorByline .authorImages .authorByline__photo {
  margin-right: 0;
}
.cleanMastHead__footer .cleanMastHead__footerElements .authorByline .authorImages .authorByline__photo img {
  outline: solid 1px #fff;
  width: 1.5rem;
}
.cleanMastHead__footer .cleanMastHead__footerElements .authorByline .authorImages .coAuthorImage {
  left: 22px;
  position: absolute;
}
.cleanMastHead__footer .cleanMastHead__footerElements .authorByline__photo {
  min-height: 1.5rem;
}
.cleanMastHead__footer .cleanMastHead__footerElements .authorByline__photo img {
  min-height: 1.5rem;
  vertical-align: middle;
  width: 1.5rem;
}
.cleanMastHead__footer .cleanMastHead__footerElements .cleanMastHead__lastUpdated {
  color: #374151;
  font-size: 0.75rem !important;
  font-weight: 400;
}
.cleanMastHead__footer .cleanMastHead__footerElements .cleanMastHead__lastUpdated .publ-date {
  color: #374151;
  display: inline-block;
  font-size: inherit !important;
}
.cleanMastHead__footer .cleanMastHead__footerElements .contentFeatures {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 961px) {
  .cleanMastHead__footer .cleanMastHead__footerElements .contentFeatures {
    margin-top: 0.1875rem;
  }
}
@media (min-width: 1281px) {
  .cleanMastHead__footer .cleanMastHead__footerElements .contentFeatures {
    margin-top: 0.1875rem;
  }
}
.cleanMastHead__footer .cleanMastHead__footerElements .contentFeatures .whatChanged {
  color: #111827;
  font-size: 0.75rem !important;
  font-weight: 500;
  text-decoration: underline;
}
.cleanMastHead__footer .cleanMastHead__footerElements .contentFeatures .factCheck {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 !important;
}
.cleanMastHead__footer .cleanMastHead__footerElements .contentFeatures .factCheck .factCheck__text {
  color: #111827;
  font-size: 0.75rem !important;
  font-weight: 500;
  text-decoration: underline;
}
.cleanMastHead__footer .cleanMastHead__footerElements .contentFeatures .factCheck svg {
  height: 16px;
  width: 16px;
}
.cleanMastHead__footer .cleanMastHead__footerElements .contentFeatures .factCheck svg path {
  fill: #111827;
}

.cleanMasthead_calculator__container {
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 961px) {
  .cleanMasthead_calculator__container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1281px) {
  .cleanMasthead_calculator__container {
    margin-left: 0;
    margin-right: 0;
  }
}

.cleanMasthead_calculator--content {
  background-color: #f3f4f6;
  border-radius: 0.75rem;
}

.cleanMasthead__widgetSection {
  -ms-grid-column: 2;
  grid-column: 2;
  margin-top: 1.5rem;
}
.cleanMasthead__widgetSection #standardMasthead__primaryCta,
.cleanMasthead__widgetSection #standardMasthead__secondaryCta {
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: inherit;
}
.cleanMasthead__widgetSection #standardMasthead__primaryCta {
  background-color: #1969e8;
  color: #fff;
}
.cleanMasthead__widgetSection #standardMasthead__secondaryCta {
  border-color: #111827;
  color: #111827;
}
@media (min-width: 601px) {
  .cleanMasthead__widgetSection {
    margin-top: 0;
  }
}
@media (min-width: 961px) {
  .cleanMasthead__widgetSection {
    margin-top: 0;
  }
}
@media (min-width: 1281px) {
  .cleanMasthead__widgetSection {
    margin-top: 0;
  }
}

.cleanMastHead--calculator {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0 !important;
  overflow: inherit;
  white-space: nowrap;
  width: 100%;
}

.cleanMastHead__calculatorSection__content {
  padding-bottom: 0 !important;
}
.cleanMastHead__calculatorSection__content .luna-form__group {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin: 0;
}
@media (min-width: 601px) {
  .cleanMastHead__calculatorSection__content .luna-form__group {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (min-width: 961px) {
  .cleanMastHead__calculatorSection__content .luna-form__group {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (min-width: 1281px) {
  .cleanMastHead__calculatorSection__content .luna-form__group {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.cleanMastHead__calculatorSection__content .luna-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  padding-bottom: 0;
  position: static;
  top: auto;
  white-space: initial;
}
.cleanMastHead__calculatorSection__content .luna-affix__label {
  border-color: #d1d5db !important;
  color: #5c666d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cleanMastHead__calculatorSection__content .luna-input {
  border-color: #d1d5db !important;
  border-radius: 0.75rem !important;
  font-weight: 400;
  height: 2.875rem;
  padding: 0.625rem 1rem;
}
.cleanMastHead__calculatorSection__content .luna-affix > .luna-input:not(:last-child) {
  border-bottom-right-radius: 0 !important;
  border-right-width: 0;
  border-top-right-radius: 0 !important;
}
.cleanMastHead__calculatorSection__content .luna-affix > .luna-affix__label:last-child {
  border-bottom-right-radius: 0.75rem !important;
  border-left-width: 0;
  border-top-right-radius: 0.75rem !important;
  padding-right: 1rem;
}
.cleanMastHead__calculatorSection__content .luna-affix > .luna-input:last-child {
  border-left-width: 0;
}
.cleanMastHead__calculatorSection__content .luna-affix > .luna-affix__label:not(:last-child) {
  border-bottom-left-radius: 0.75rem !important;
  border-right-width: 0;
  border-top-left-radius: 0.75rem !important;
  padding-left: 1rem;
}
.cleanMastHead__calculatorSection__content .luna-affix > .luna-affix__label:not(:last-child) + .luna-input {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding-left: 0;
}
@media only screen and (max-width: 359px) {
  .cleanMastHead__calculatorSection__content .u-1\/2 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 463px) {
  .cleanMastHead__calculatorSection__content .u-1\/2 {
    width: 47.25% !important;
  }
}
@media only screen and (min-width: 464px) and (max-width: 600px) {
  .cleanMastHead__calculatorSection__content .u-1\/2 {
    width: 48% !important;
  }
}
.cleanMastHead__calculatorSection__content .luna-form__field {
  margin: 0 0 1rem;
  padding: 0;
}
@media (min-width: 601px) {
  .cleanMastHead__calculatorSection__content .luna-form__field {
    margin: 0;
    max-width: 9.375rem;
  }
}
@media (min-width: 961px) {
  .cleanMastHead__calculatorSection__content .luna-form__field {
    margin: 0;
    max-width: 11.25rem;
  }
}
@media (min-width: 1281px) {
  .cleanMastHead__calculatorSection__content .luna-form__field {
    margin: 0;
    max-width: 12.5rem;
  }
}
.cleanMastHead__calculatorSection__content .luna-form__actions {
  padding: 0.5rem 0 0;
}
@media (min-width: 601px) {
  .cleanMastHead__calculatorSection__content .luna-form__actions {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 9.375rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 961px) {
  .cleanMastHead__calculatorSection__content .luna-form__actions {
    max-width: 11.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1281px) {
  .cleanMastHead__calculatorSection__content .luna-form__actions {
    max-width: 12.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.cleanMastHead__calculatorSection__content .luna-form__actions .luna-button {
  width: 100%;
}

.cleanMastHead__calculatorForm__container {
  padding: 1rem 1rem 1.5rem;
}
@media (min-width: 601px) {
  .cleanMastHead__calculatorForm__container {
    padding: 1rem 1.5rem 1.5rem;
  }
}
@media (min-width: 961px) {
  .cleanMastHead__calculatorForm__container {
    padding: 1rem 1.5rem 1.5rem;
  }
}
@media (min-width: 1281px) {
  .cleanMastHead__calculatorForm__container {
    padding: 1rem 1.5rem 1.5rem;
  }
}
.cleanMastHead__calculatorForm__container .cleanMastHead__calculatorButton {
  background-color: #111827;
  border-radius: 0.75rem !important;
  color: #fff;
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1.5 !important;
  padding: 10px 16px !important;
}

.clean.breadcrumbWrapper, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping {
  background: none;
  padding: 0.5rem 0;
  position: static;
}
@media (max-width: 960px) {
  .clean.breadcrumbWrapper, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 600px) {
  .clean.breadcrumbWrapper, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping {
    padding: 0.5rem 1rem;
  }
}
.clean.breadcrumbWrapper .content .top-content, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .content .top-content {
  width: 100% !important;
}
@media (max-width: 600px) {
  .clean.breadcrumbWrapper .content .top-content, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .content .top-content {
    line-height: 1;
  }
}
.clean.breadcrumbWrapper .breadcrumbExpander, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .breadcrumbExpander {
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.clean.breadcrumbWrapper .breadcrumbExpander .content .top-content, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .breadcrumbExpander .content .top-content {
  line-height: 1;
}
.clean.breadcrumbWrapper .breadcrumbExpander span a, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .breadcrumbExpander span a {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.clean.breadcrumbWrapper .breadcrumbExpander span.breadcrumbExpander__separator--desktop .luna-icon, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .breadcrumbExpander span.breadcrumbExpander__separator--desktop .luna-icon {
  fill: #d1d5db;
  height: 1rem;
  opacity: 1;
  width: 1rem;
}
.clean.breadcrumbWrapper .breadcrumbExpander span.breadcrumbExpander__separator--mobile .luna-icon, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .breadcrumbExpander span.breadcrumbExpander__separator--mobile .luna-icon {
  fill: #111827;
  height: 1rem;
  width: 1rem;
}
.clean.breadcrumbWrapper .socialShareModal.socialShareModal--primary.socialShareModal--withText, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .socialShareModal.socialShareModal--primary.socialShareModal--withText {
  z-index: 2;
}
.clean.breadcrumbWrapper .socialShareModal.socialShareModal--primary.socialShareModal--withText .luna-button.js-modal-trigger, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .socialShareModal.socialShareModal--primary.socialShareModal--withText .luna-button.js-modal-trigger {
  background: transparent;
}
.clean.breadcrumbWrapper .socialShareModal.socialShareModal--primary.socialShareModal--withText .luna-button.js-modal-trigger::before, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .socialShareModal.socialShareModal--primary.socialShareModal--withText .luna-button.js-modal-trigger::before {
  content: none;
}
.clean.breadcrumbWrapper .socialShareModal.socialShareModal--primary.socialShareModal--withText .luna-button.js-modal-trigger::after, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .socialShareModal.socialShareModal--primary.socialShareModal--withText .luna-button.js-modal-trigger::after {
  content: url(/parent-theme/components/masthead/client/prod/images/icon-share.d6c0e0b887e1ebbabd5686d58bcad9a6.svg);
  height: 1rem;
  margin-left: 0.375rem;
  width: 1rem;
}
@media (max-width: 600px) {
  .clean.breadcrumbWrapper .socialShareModal.socialShareModal--primary.socialShareModal--withText .luna-button.js-modal-trigger::after, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .socialShareModal.socialShareModal--primary.socialShareModal--withText .luna-button.js-modal-trigger::after {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.clean.breadcrumbWrapper .socialShareModal.socialShareModal--primary.socialShareModal--withText .luna-button.js-modal-trigger span, .clean.breadcrumbWrapper.breadcrumbWrapper--overlapping .socialShareModal.socialShareModal--primary.socialShareModal--withText .luna-button.js-modal-trigger span {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
}
.clean.standardMasthead, .clean.standardMasthead__container {
  background: none !important;
  margin-bottom: 1.5rem;
}
@media (min-width: 961px) {
  .clean.standardMasthead, .clean.standardMasthead__container {
    margin-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .clean.standardMasthead .standardMasthead__content, .clean.standardMasthead__container .standardMasthead__content {
    padding: 0 0.5rem;
  }
}
.clean.standardMasthead .standardMasthead__content,
.clean.standardMasthead .standardMasthead__textWrapper, .clean.standardMasthead__container .standardMasthead__content,
.clean.standardMasthead__container .standardMasthead__textWrapper {
  background: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.clean.standardMasthead .standardMasthead__content > *:not(:last-child),
.clean.standardMasthead .standardMasthead__content .content > *:not(:last-child),
.clean.standardMasthead .standardMasthead__textWrapper > *:not(:last-child),
.clean.standardMasthead .standardMasthead__textWrapper .content > *:not(:last-child), .clean.standardMasthead__container .standardMasthead__content > *:not(:last-child),
.clean.standardMasthead__container .standardMasthead__content .content > *:not(:last-child),
.clean.standardMasthead__container .standardMasthead__textWrapper > *:not(:last-child),
.clean.standardMasthead__container .standardMasthead__textWrapper .content > *:not(:last-child) {
  margin-bottom: 1rem;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__text,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__text,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  padding: 0;
}
@media (max-width: 960px) {
  .clean.standardMasthead .standardMasthead__content .standardMasthead__text,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__text,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text {
    margin-left: 0.5rem;
  }
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__text > *:not(:last-child),
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text > *:not(:last-child), .clean.standardMasthead__container .standardMasthead__content .standardMasthead__text > *:not(:last-child),
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text > *:not(:last-child) {
  margin-bottom: 1rem;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__text > h1 + h2,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text > h1 + h2, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__text > h1 + h2,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text > h1 + h2 {
  margin-top: -8px !important;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__text h1,
.clean.standardMasthead .standardMasthead__content .standardMasthead__text h2,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text h1,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text h2, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__text h1,
.clean.standardMasthead__container .standardMasthead__content .standardMasthead__text h2,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text h1,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text h2 {
  color: #111827;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__text p,
.clean.standardMasthead .standardMasthead__content .standardMasthead__text span,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text p,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text span, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__text p,
.clean.standardMasthead__container .standardMasthead__content .standardMasthead__text span,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text p,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text span {
  color: #374141;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__text h1,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text h1, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__text h1,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text h1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
@media (min-width: 961px) {
  .clean.standardMasthead .standardMasthead__content .standardMasthead__text h1,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text h1, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__text h1,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text h1 {
    font-size: 2.5rem;
    letter-spacing: -0.025em;
  }
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__text h2,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text h2, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__text h2,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text h2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__text .standardMasthead__details span,
.clean.standardMasthead .standardMasthead__content .standardMasthead__text .standardMasthead__details span a,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text .standardMasthead__details span,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text .standardMasthead__details span a, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__text .standardMasthead__details span,
.clean.standardMasthead__container .standardMasthead__content .standardMasthead__text .standardMasthead__details span a,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text .standardMasthead__details span,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text .standardMasthead__details span a {
  color: #374141;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__text #userRatings_summary,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__text #userRatings_summary, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__text #userRatings_summary,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__text #userRatings_summary {
  margin-top: 0;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__footer.content,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer.content, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer.content,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer.content {
  padding: 0;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements {
  border-bottom: 0;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding-top: 0;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements > .authors, .clean.standardMasthead .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements > .contentFeatures,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements > .authors,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements > .contentFeatures, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements > .authors, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements > .contentFeatures,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements > .authors,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements > .contentFeatures {
  line-height: inherit;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .authorByline__photo img,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .authorByline__photo img, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .authorByline__photo img,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .authorByline__photo img {
  width: 32px;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .authorByline__name,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .authorByline__name, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .authorByline__name,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .authorByline__name {
  color: #111827;
  font-size: 0.75rem !important;
  font-weight: 500;
  line-height: inherit;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures {
  -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;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: inherit;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .publ-date,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .publ-date, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .publ-date,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .publ-date {
  color: #374141;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .whatChanged,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .whatChanged, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .whatChanged,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .whatChanged {
  color: #111827;
  font-size: inherit !important;
  text-decoration: underline;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck svg,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck svg, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck svg,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck svg {
  height: 1rem;
  width: 1rem;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck svg path,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck svg path, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck svg path,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck svg path {
  fill: #111827;
}
.clean.standardMasthead .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck__text,
.clean.standardMasthead .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck__text, .clean.standardMasthead__container .standardMasthead__content .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck__text,
.clean.standardMasthead__container .standardMasthead__textWrapper .standardMasthead__footer .standardMasthead__footerElements .standardMasthead__footerElement.contentFeatures .factCheck__text {
  color: #111827;
  font-size: inherit !important;
  font-weight: 500;
  padding-left: 0.25rem;
}
.clean.standardMasthead #standardMasthead__primaryCta,
.clean.standardMasthead #standardMasthead__secondaryCta, .clean.standardMasthead__container #standardMasthead__primaryCta,
.clean.standardMasthead__container #standardMasthead__secondaryCta {
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: inherit;
}
.clean.standardMasthead #standardMasthead__primaryCta, .clean.standardMasthead__container #standardMasthead__primaryCta {
  background-color: #1969e8;
  color: #fff;
}
.clean.standardMasthead #standardMasthead__secondaryCta, .clean.standardMasthead__container #standardMasthead__secondaryCta {
  border-color: #111827;
  color: #111827;
}
.clean.standardMasthead__container.standardMasthead__fullWidth--background {
  background: none !important;
}
.clean.standardMasthead__container.standardMasthead__fullWidth--background .standardMasthead.standardMasthead--widget {
  overflow: visible;
  padding: 0 !important;
}
.clean.standardMasthead__container.standardMasthead__fullWidth--background .standardMasthead.standardMasthead--widget .standardMasthead__content {
  display: block;
}
@media (max-width: 600px) {
  .clean.standardMasthead__container.standardMasthead__fullWidth--background .standardMasthead.standardMasthead--widget .standardMasthead__content {
    margin-bottom: 32px;
    padding: 0 0.5rem;
  }
  .clean.standardMasthead__container.standardMasthead__fullWidth--background .standardMasthead.standardMasthead--widget .standardMasthead__content .standardMasthead__text {
    margin: 0 0.5rem;
  }
}
.clean.standardMasthead__container.standardMasthead__fullWidth--background .standardMasthead.standardMasthead--widget .standardMasthead__widgetSection {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.clean.standardMasthead__container.standardMasthead__fullWidth--background .standardMasthead.standardMasthead--widget .standardMasthead__widgetSection .highlight-cards {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .clean.standardMasthead__container.standardMasthead__fullWidth--background .standardMasthead.standardMasthead--widget .standardMasthead__widgetSection .highlight-cards {
    margin-top: 0;
  }
}
.clean.standardMasthead.standardMasthead--noImage .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__text,
.clean.standardMasthead.standardMasthead--noImage .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__footer.content, .clean.standardMasthead.standardMasthead--image.standardMasthead--provider .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__text,
.clean.standardMasthead.standardMasthead--image.standardMasthead--provider .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__footer.content {
  margin: 0;
}
@media (max-width: 960px) {
  .clean.standardMasthead.standardMasthead--noImage .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__text,
.clean.standardMasthead.standardMasthead--noImage .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__footer.content, .clean.standardMasthead.standardMasthead--image.standardMasthead--provider .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__text,
.clean.standardMasthead.standardMasthead--image.standardMasthead--provider .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__footer.content {
    margin-left: 1rem;
  }
}
@media (max-width: 600px) {
  .clean.standardMasthead.standardMasthead--noImage .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__text,
.clean.standardMasthead.standardMasthead--noImage .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__footer.content, .clean.standardMasthead.standardMasthead--image.standardMasthead--provider .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__text,
.clean.standardMasthead.standardMasthead--image.standardMasthead--provider .standardMasthead__content .standardMasthead__textWrapper .standardMasthead__footer.content {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.clean.standardMasthead.standardMasthead--condensed .standardMasthead__text {
  margin-bottom: 1rem;
}

.atlas-voltron--masthead .cleanMastHead .standardMasthead--widget .standardMasthead__widgetSection__content,
.atlas-voltron--masthead .clean .standardMasthead--widget .standardMasthead__widgetSection__content {
  padding-bottom: 0;
}
.atlas-voltron--masthead .cleanMastHead .standardMasthead__footerElements.slimFooterElements,
.atlas-voltron--masthead .clean .standardMasthead__footerElements.slimFooterElements {
  margin-bottom: 0;
}
.atlas-voltron--masthead .cleanMastHead .standardMasthead__footer,
.atlas-voltron--masthead .clean .standardMasthead__footer {
  padding: 0;
}
