:root {
--theme-color-white:#fff;
--theme-color-background:var(--theme-color-white);
--theme-color-primary:#004D8B;
--theme-color-primary-microsite:var(--theme-color-primary);
--theme-color-primary-rgb:0,51,102;
--theme-color-primary-dimmed-01:#004D8B;
--theme-color-primary-dimmed-02:#72C3FF;
--theme-color-primary-dimmed-03:#ABDBFF;
--theme-color-primary-dimmed-04:#C8E7FF;
--theme-color-secondary:#BED020;
--theme-color-secondary-microsite:var(--theme-color-secondary);
--theme-color-secondary-intensed:#BED025;
--theme-color-secondary-dimmed:#EEF5BF;
--theme-color-secondary-dimmed-02:#D5E55F;
--theme-color-secondary-dimmed-03:#E6EF9F;
--theme-color-secondary-dimmed-04:#EEF5BF;
--theme-color-gradient-01:var(--theme-color-primary);
--theme-color-gradient-02:var(--theme-color-primary);
--theme-color-gradient-03:var(--theme-color-primary);
--gradient-a:var(--theme-color-secondary);
--gradient-b:var(--theme-color-primary);
--theme-color-link:var(--theme-color-primary);
--theme-color-link-hover:var(--theme-color-secondary-intensed);
--theme-color-success:var(--theme-color-secondary);
--theme-color-success-dimmed:var(--theme-color-secondary-dimmed);
--theme-color-warning:#fdc600;
--theme-color-warning-dimmed:#fff4cc;
--theme-color-error:#d54048;
--theme-color-error-dimmed:#f7d9da;
--color-decoration:#BED020;
--color-background:#C8E7FF;
--swatches-primary-100:#C8E7FF;
--swatches-primary-500:#004D8B;
--swatches-secondary-500:#BED020;
--swatches-secondary-700: #BED020;
--color-text-accent: #004D8B;
--theme-grey-light:#eff3f6;
--theme-24dp:0px 0px 15px 0px rgba(0,51,102,.2),0px 0px 46px 0px rgba(0,51,102,.12),0px 0px 38px 0px rgba(0,51,102,.14);
--header-height:160px;
--container-width:1460px;
--container-padding:60px;
--col-padding:20px;
--content-box-padding:60px;
--section-margin:calc(1.8vw + 2em);
--section-padding:calc(1.8vw + 2em);
--section-headline-margin:-0.3em;
--border-radius-xl:32px;
--border-radius-lg:24px;
--border-radius-md:18px;
--border-radius-sm:14px;
--border-radius-xs:4px;
--border-width:8px;
--border-width-hover:14px;
--icon-size:30px;
--icon-size-small:22px
}
/* Header */
.page-header {
--logo-size: 110px;
}
@media (max-width: 1199px) {
.page-header .logo img {
  transition: none;
  height: 75px;
}
}
.artwork-left .foreground::before {
background-color: var(--theme-color-secondary);
}
.artwork-left .background::before {
background: var(--theme-color-secondary);
}
.artwork .foreground::before {
background-color: var(--theme-color-secondary);
}
.artwork .background::before {
background: var(--theme-color-secondary);
}
section.marketingheader .search button.search-submit {
background-color: var(--theme-color-secondary) !important;
}
section.marketingheader .search button.search-submit::before {
color: var(--theme-color-primary);
}
/* Toplink */
.toplink {
background-color: var(--theme-color-secondary);
}
.toplink::before {
color: var(--theme-color-primary);
}
.show-toplink .toplink {
color: var(--theme-color-primary);
}
/* Flockler */
.flockler.colored {
background-color: white;
}
/* Footer */
.page-footer {
background-color: var(--theme-color-secondary-dimmed-02);
}
.page-footer a:hover {
color: var(--theme-color-primary-dimmed-02);
}
