@charset "utf-8";

@font-face {
  font-family: "HelveticaNeueLTPro55Roman";
  src: url("assets/helveticaneueltpro-roman-webfont.eot");
  src: local("Helvetica Neue"),
       url("assets/helveticaneueltpro-roman-webfont.woff") format("woff"),
       url("assets/helveticaneueltpro-roman-webfont.ttf") format("truetype"),
       url("assets/helveticaneueltpro-roman-webfont.svg#HelveticaNeueLTPro55Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #7e7e7e;
  font: 12px/22px Tahoma, Geneva, sans-serif;
  background: #fff;
}

a,
a:link,
a:visited {
  color: #2c6098;
  text-decoration: underline;
}

a:hover {
  color: #2c6098;
  text-decoration: none;
}

p {
  padding-bottom: 10px;
  color: #7e7e7e;
  font: 12px/22px Tahoma, Geneva, sans-serif;
}

ul {
  margin: 0 0 10px 15px;
  padding: 0;
}

h1 {
  padding-bottom: 10px;
  color: #2c6098;
  font: 37px/44px "HelveticaNeueLTPro55Roman", Tahoma, sans-serif;
}

h2 {
  padding-bottom: 10px;
  color: #2c6098;
  font: 25px/36px "HelveticaNeueLTPro55Roman", Tahoma, sans-serif;
}

.wrapper {
  width: 920px;
  margin: 0 auto;
}

header {
  height: 360px;
  background: url("assets/header_bg.jpg") repeat-x;
}

#header_bg {
  height: 360px;
  margin: 0 auto;
  background: url("assets/header.jpg") no-repeat center top;
}

.header_wrapper {
  position: relative;
  height: 360px;
}

#logo {
  position: absolute;
  top: 28px;
  left: 0;
  display: block;
  width: 245px;
  height: 90px;
  background: url("assets/logo.jpg") no-repeat left top;
}

#slideshow {
  position: absolute;
  top: 180px;
  left: 0;
  width: 620px;
  padding-left: 40px;
  background: url("assets/bullet.gif") no-repeat left 8px;
}

.rotator p {
  padding-bottom: 10px;
  color: #2c6098;
  font: 27px/36px "HelveticaNeueLTPro55Roman", Tahoma, sans-serif;
  text-shadow: 1px 1px 1px #fff;
}

#nav {
  position: absolute;
  top: 300px;
  left: -10px;
  z-index: 15;
  width: 920px;
  height: 57px;
  margin: 0;
  list-style: none;
  font: 15px/20px "HelveticaNeueLTPro55Roman", Tahoma, Geneva, sans-serif;
}

#content {
  width: 680px;
  padding-bottom: 30px;
}

footer {
  margin-top: 20px;
  padding: 50px 0 10px;
  background: #0f3605 url("assets/footer_bg.jpg") repeat-x;
}

.footer_sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 85px;
}

.footer_sections h2 {
  color: #fdd702;
  text-shadow: 1px 1px 1px #103904;
}

.footer_sections p {
  color: #fff;
}

.footer_sections a {
  color: #fdd702;
  text-decoration: none;
}

#footer_bottom {
  margin: 10px 0;
}

.copyright {
  width: 250px;
  padding: 10px 0;
  color: #949494;
  font-size: 11px;
}

@media (max-width: 960px) {
  .wrapper,
  #nav {
    width: calc(100% - 32px);
  }

  header,
  #header_bg,
  .header_wrapper {
    height: 300px;
  }

  #header_bg {
    background-position: center top;
    background-size: auto 300px;
  }

  #logo {
    left: 0;
    transform-origin: left top;
    transform: scale(0.85);
  }

  #slideshow {
    top: 155px;
    width: 70%;
  }

  #nav {
    top: 250px;
  }

  #content {
    width: 100%;
  }

  .footer_sections {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .copyright {
    width: 100%;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  header,
  #header_bg,
  .header_wrapper {
    height: 250px;
  }

  #header_bg {
    background-size: auto 250px;
  }

  #logo {
    transform: scale(0.72);
  }

  #slideshow {
    top: 135px;
    width: 90%;
  }

  .rotator p {
    font-size: 22px;
    line-height: 30px;
  }

  #nav {
    top: 205px;
  }
}
