  @page {
  margin: 2cm;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff !important;
  line-height: 1.3;
  color: #000;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 13pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
  margin: 16pt 0;
  line-height: 1.5;
}

h1 {
  font-size: 24pt;
}

h2 {
  font-size: 22pt;
}

h3 {
  font-size: 20pt;
}

h4 {
  font-size: 18pt;
}

h5 {
  font-size: 16pt;
}

h6 {
  font-size: 14pt;
}

p {
  margin: 12pt 0;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  page-break-inside: avoid;
}

a[href^="http"]:after {
  content: " < " attr(href) "> ";
}

ul,
ol,
dl {
  page-break-before: avoid;
}

blockquote {
  page-break-inside: avoid;
}

img {
  page-break-inside: avoid;
  page-break-after: avoid;
  max-width: 50%;
  height: auto;
}

table {
  border: 1pt solid #000;
  border-collapse: collapse;
  page-break-inside: avoid;
}

td,
th {
  border: 1pt solid #000;
  padding: 4pt;
}

iframe,
.iframe {
  display: none;
  height: 0 !important;
  width: 0 !important;
  line-height: 0pt !important;
  overflow: hidden !important;
  white-space: nowrap;
}

.skip-link,
.site-header,
.site-footer,
.breadcrumbs {
  display: none;
}

.accordion__content {
  height: auto !important;
}

.paragraph-widget {
  margin-bottom: 40px;
}

#main-content {
  padding-top: 0 !important;
}

.container-xxl, .container-lg {
  --bs-gutter-x: 3.75rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.layout-x-full {
  width: 100vw;
}

.hero--home .hero-bg-media img, .hero--home .hero-bg-media video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.btn, .button-set, .fancy-link, .secondary-menu-block, .showcase-images, .carousel-container, .modal, .modal-graphic--top, .modal-graphic--bottom, .sidebar, .video-embed, .fancy-link-set, form, .tabs, .privacy-consent, ul.ps-25,
[aria-label=breadcrumb], .hero-deco, .interior-hero__logo, .pagination-nav, .interior-hero__graphic {
  display: none!important;
}

.deco1-lg, .deco2-lg {
  margin-top: 0!important;
}

dt + dd {
  margin-inline-start: 0;
  margin-bottom: 20px;
}