[data-main-section="themed"] {
  --topbar-background: #f0f0f0;
}
[data-main-section="themed"] .text a:not(.linkbutton) {
  color: var(--theme-link-color);
}
[data-main-section="themed"] .text a:not(.linkbutton):visited {
  color: #153962;
}
[data-main-section="themed"] .text a:not(.linkbutton):hover,
[data-main-section="themed"] .text a:not(.linkbutton):focus {
  color: #fff;
  background-color: var(--theme-link-color);
}
[data-main-section="themed"] .pageheader .relatedcontact {
  border-inline-start-color: var(--theme-primary-color);
}
[data-main-section="themed"] .menu {
  background: var(--theme-primary-color);
}
[data-main-section="themed"] .contactcard {
  color: #494949;
}
[data-main-section="themed"] .contactcard .contact-info dd {
  color: var(--theme-link-color);
}
[data-main-section="themed"] .linkboxcta.accent {
  background: var(--theme-primary-color);
}
[data-main-section="themed"] .iconbutton {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  transition-property: opacity;
}
[data-main-section="themed"] .iconbutton:hover,
[data-main-section="themed"] .iconbutton:focus {
  opacity: 0.8;
}
[data-main-section="themed"] .icon.fill {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
[data-main-section="themed"] .faqlist .faqitem {
  background: var(--theme-gray-color);
  color: var(--theme-text-color);
}
[data-main-section="themed"] .topbar-panel {
  padding: 2.4rem 1.5rem 2.4rem 2.5rem;
}
@media (max-width: 1000px) {
  [data-main-section="themed"] .topbar-panel {
    padding: 1rem 0;
    background-color: var(--theme-gray-color);
  }
}
[data-main-section="themed"] .footer {
  background-color: #383838;
}
@media screen and (min-width: 600px) {
  [data-main-section="themed"] .footer {
    background-position: left 66% bottom -10px;
    background-size: 25%;
  }
}
[data-main-section="themed"] .footer .content::before {
  content: none;
}
