body {
  max-width: 1400px;
  margin: auto;
  background: white;
  color: black;
  font-family: SourceSansPro,SourceSans,Arial,Helvetica,sans-serif;
  font-size: 17px;
  line-height: 25.5px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: SourceSansPro,SourceSans,Courier,Arial,Helvetica,sans-serif;
  line-height: normal;
}
img {
  max-width: 100%;
  height: auto;
}
nav {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
  border-bottom: 4px solid black;
}
main {
  padding: 25px 40px;
}
main a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}
main a:hover {
  color: white;
  background: black;
  text-decoration: none;
}
main .breadcrumb {
  font-size: 90%;
  padding-top: 10px;
}
main .breadcrumb a {
  color: #999;
  text-decoration: none;
}
main .breadcrumb a:hover {
  text-decoration: underline;
  background-color: white;
}
.logo {
  padding: 20px 0;
}
.identity {
  background: #f1f1f1;
  text-transform: uppercase;
  font-size: 19px;
  height: 37px;
  line-height: 37px;
}
.identity a {
  color: #333;
  padding: 5px 5px;
  text-decoration: none;
}
.topnav {
  margin-right: 20px;
  font-size: 90%;
}
.topnav ul {
  list-style-type: none;
}
.topnav ul a {
  padding: 0 5px;
  color: #333;
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}
.topnav ul a:hover {
  text-decoration: underline;
}
.topnav ul li {
  display: inline;
}
.topnavlight {
  font-size: 90%;
}
.topnavlight a {
  padding: 0 5px;
  color: #333;
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}
.topnavlight a:hover {
  text-decoration: underline;
}
.bigger {
  font-size: 150%;
}
.big {
  font-size: 200%;
}
.navbar {
  padding: 0 10px;;
}
.nav {
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px!important;
  border-bottom: 4px solid black;
}
.nav a:hover {
  background-color:#cf0!important;
}
footer {
  padding-bottom: 25px;
}
.bottomnav {
  padding: 50px;
  border-top: 4px solid black;
  font-size: 0.9em;
}
.bottomnav a {
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}
.bottomnav a:hover {
  text-decoration: underline;
}
.bottomnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bottomnav li::before {
  content: "\203A  ";
  font-weight: bold;
  font-size: 1.5em;
}
.bottomnav-headline {
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
}
.seal {
  padding: 50px;
  border-top: 1px solid black;
  font-size: 0.9em;
}
.seal-description {
  font-size: 90%;
  min-height: 150px;
  line-height: 150px;
}
.seal-description p {
  padding-left: 20px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
.tag {
  color: white;
  background-color: #4C7D8A;
  float: right;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.selected {
  color: white;
  background-color: black;
}
@media print
{
  .on-screen, .on-screen *
  {
    display: none !important;
  }
}
