@charset "utf-8";

body {
  margin: 0;
  color: #000;
  background: #fff;
  font: 12pt Georgia, "Times New Roman", serif;
}

.site-shell {
  width: 100%;
  margin: 0;
}

.site-header,
.panel,
.menu-card,
.hero-card,
.site-footer,
.trip-card,
.callout {
  box-shadow: none;
  border: 1px solid #999;
  background: #fff;
  color: #000;
}

.layout,
.hero-card,
.news-grid,
.split-panel,
.trip-grid,
.info-panel {
  display: block;
}

.sidebar,
.language-switch,
.hero-actions,
#currentDateTime,
script {
  display: none !important;
}

a {
  color: #000;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  page-break-inside: avoid;
}

.panel,
.site-header,
.site-footer {
  margin-bottom: 16pt;
  padding: 12pt;
}
