/* Static Metz&Co. theme, based on the public MC 2012 WordPress theme. */

html, body, div, span, h1, p, a, img, strong, small, header, main, article, footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

header, main, article, footer {
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: none;
  background-color: #f9f9f9;
  min-width: 1024px;
  color: #000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

a,
a:active,
a:visited {
  color: #000;
  text-decoration: none;
}

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

a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

h1 {
  padding: 10px 0;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 210%;
  font-style: italic;
  font-weight: normal;
}

p {
  padding: 10px 0;
  color: #444;
  line-height: 1.2;
}

strong {
  font-weight: bold;
}

#wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#header {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 1000px;
  height: 120px;
}

#logo {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
  display: block;
  width: 200px;
  height: 60px;
}

#logo img {
  display: block;
}

#container {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 1000px;
}

.cover {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 1000px;
}

.cover > img {
  display: block;
  width: 1000px;
  height: 500px;
}

.cover-top {
  position: absolute;
  top: -8px;
  left: 0;
  width: 1000px;
  height: 8px;
  background: url("images/topbg.png") no-repeat;
}

.cover-left {
  position: absolute;
  top: 0;
  left: -8px;
  width: 8px;
  height: 235px;
  background: url("images/leftbg.png") no-repeat;
}

.cover-right {
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: 235px;
  background: url("images/rightbg.png") no-repeat;
}

.cover-bottom {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 1000px;
  height: 13px;
  background: url("images/bottombg.png") no-repeat;
}

#page {
  position: relative;
  display: block;
  float: right;
  width: 740px;
  padding: 20px 0 40px 40px;
}

#page.not-found {
  min-height: 280px;
}

#footer {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 1000px;
  padding: 5px 0 40px;
  color: #999;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#footer a,
#footer a:active,
#footer a:visited {
  color: #999;
}

#footer a:hover {
  color: #000;
  text-decoration: none;
}

.address {
  display: block;
  float: left;
  min-height: 20px;
  line-height: 20px;
}

.disclaimer {
  display: block;
  float: right;
  min-height: 20px;
  line-height: 20px;
  text-align: right;
}

.disclaimer small {
  font-size: 80%;
}

@media (max-width: 1023px) {
  body {
    min-width: 0;
  }

  #wrapper,
  #header,
  #container,
  #footer,
  .cover,
  .cover > img,
  .cover-top,
  .cover-bottom {
    width: 100%;
  }

  #wrapper {
    padding: 0 20px;
  }

  #header {
    height: 112px;
  }

  .cover {
    aspect-ratio: 2 / 1;
  }

  .cover > img {
    height: auto;
  }

  .cover-left,
  .cover-right {
    display: none;
  }

  #page {
    float: none;
    width: 100%;
    padding: 20px 0 40px;
  }

  #footer {
    padding-top: 18px;
  }

  .address,
  .disclaimer {
    float: none;
    text-align: left;
  }

  .disclaimer {
    margin-top: 12px;
  }
}

@media (max-width: 540px) {
  body {
    font-size: 15px;
  }

  #wrapper {
    padding: 0 16px;
  }

  #header {
    height: 104px;
  }

  #logo {
    top: 32px;
  }

  h1 {
    font-size: 185%;
  }

  #footer {
    line-height: 1.35;
  }
}
