.if-only-screenreader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.l-container {
  position: relative;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.donthyphenate {
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}
:root {
  --app-color-cd-yellow: #ffc233;
  --app-color-cd-coral: #ED6B62;
  --app-color-cd-winered: #B33D53;
  --app-color-cd-turquoise: #23AA95;
  --app-color-cd-green: #4DB05B;
  --app-color-cd-darkgreen: #004E32;
  --app-color-cd-violet: #6C4796;
  --app-color-cd-darkblue: #1C2F76;
  --app-color-cd-anthracite: #292929;
  --app-color-cd-blue: #005CA9;
  --app-color-accent: var(--app-color-cd-yellow);
}
.app-DownloadListTile {
  background-color: #ffffff;
  border: 3px solid var(--app-color-accent);
  display: none;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  line-height: 1.5;
  justify-content: center;
  padding: 2rem;
  width: 100%;
}
@media (min-width: 70rem) {
  .app-DownloadListTile {
    justify-content: flex-start;
  }
}
.app-DownloadListTile.is-open {
  display: flex;
}
.app-DownloadListTile-Entry {
  margin-right: 2em;
  white-space: nowrap;
}
.app-DownloadListTile-Entry-Link {
  font-family: 'Mundial', 'Verdana', sans-serif;
  font-weight: 400;
  text-underline-offset: calc(0.5px + 0.1em);
  text-decoration: underline;
}
.app-DownloadListTile-Entry-Link:hover,
.app-DownloadListTile-Entry-Link:focus {
  text-decoration: none;
}
.app-DownloadListTile-Entry-downloadType {
  font-family: 'Mundial', 'Verdana', sans-serif;
  font-weight: 300;
  text-underline-offset: calc(0.5px + 0.1em);
  text-transform: uppercase;
}
