@media screen {
  .print {
    display: none;
  }
}

audio {
  width: 100%;
  max-width: 50em;
}

html {
  font-size: 12px !important;
}

body {
  font-size: 1rem !important;
}
body::before {
  top: 0;
  width: 5rem;
}

.no-print {
  display: none !important;
}

.print {
  display: block !important;
}

li, img, figure, blockquote, header, footer, pre,
.box, .banner, .slab, .card, .ctaBox {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

h2, h3, h4, h5, h6 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
h2::after, h3::after, h4::after, h5::after, h6::after {
  content: "";
  display: block;
  height: 200px;
  margin-bottom: -200px;
}

.siteHeader__logo {
  display: none !important;
}

.siteHeader__printLogo {
  padding: 1rem;
}

.siteFooter__socialLinks,
.siteFooter__stayInformed {
  display: none;
}

.siteFooter {
  padding-top: 2rem !important;
  font-size: 0.9rem;
}
.siteFooter__contact {
  padding: 1rem 0 0;
  border-top: 0.75rem solid #002D64;
  background: #F0F0F0;
  color: black;
}
.siteFooter__contact a:where(:not([class])) {
  color: black;
}
.siteFooter__branding {
  display: none;
}
.siteFooter__strapline {
  margin-bottom: 0.75rem;
}
.siteFooter__blurb {
  font-size: 0.825rem;
}
.siteFooter__legal {
  font-size: 0.7rem;
  background: #F0F0F0;
  color: black;
}
.siteFooter__FR {
  display: none !important;
}

.align-full,
.alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

.align-wide,
.alignwide {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

.masthead-inner {
  height: auto !important;
}

#nav-lang, #nav-site-secondary, #nav-site, #nav-site-search, #nav-lang-open, #nav-lang-close {
  display: none !important;
}

.block-icon {
  display: none;
}
.block-icon span {
  display: none;
}

.page-title h1 {
  left: 0;
  color: #000;
}

.mastehad--home-logo {
  display: none;
}

a, a:visited, .button {
  font-weight: bold;
  text-decoration: underline;
  color: #962D91;
}

.button {
  background: transparent;
  box-shadow: inset 0 0 0 2px #962D91;
}

.wrap {
  padding: 0;
}

.siteFooter {
  background: #fff;
  color: #000;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.siteFooter > .wrap > .grid > div {
  display: none;
}
.siteFooter > .wrap > .grid > div:nth-child(1), .siteFooter > .wrap > .grid > div:nth-child(2) {
  display: block;
  margin-bottom: 1em;
}

.panel, .siteFooter {
  padding: 2em 0;
  margin: 2em 0 0;
  border-top: 1px solid #000;
}

.masthead {
  margin: 0 0 2em;
  border-bottom: 1px solid #000;
}

.page-section {
  margin: 0;
}

.box, .widebox {
  background: none;
  box-shadow: none;
  padding-top: 1em;
  padding-bottom: 1em;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

[class^=grid] > *, .grid > * {
  display: block;
  width: 100%;
}

.card {
  display: block;
  width: 30%;
  margin-right: 3%;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.card .card--inner {
  display: block;
  width: 100%;
}

.grid-3-cols > .col {
  display: block;
  width: 30%;
  margin-right: 3%;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.listing--news .col-1\/3\@tabletwide {
  display: block;
  width: 30%;
  margin-right: 3%;
  float: left;
}
.listing--news .col-2\/3\@tabletwide {
  display: block;
  width: 60%;
  margin-right: 3%;
  float: left;
}

.masthead-image {
  display: none;
}

video {
  display: none;
}
/*# sourceMappingURL=print.css.map */
