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

html,
body {
  background: #034580;
  color: #222;
  font-family: "Open Sans", "Georgia", "Times New Roman", serif;
  font-size: 14pt;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  font-family: "Droid Serif", "Georgia", "Times New Roman", serif;
  font-weight: 400;
}

#page {
  min-height: 100vh;
}

.container {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  background: #fff;
}

.sixteen.columns {
  width: 100%;
}

#upper-nav,
#middle-nav {
  border-bottom: 1px solid #d0d0d0;
  display: block;
  margin: 0;
  width: 100%;
}

#upper-nav {
  padding: 8px 14px;
}

#upper-nav ul {
  list-style: none;
}

#upper-nav li {
  color: #222;
  font-size: 14pt;
  line-height: 1.4;
}

.track-item {
  color: #034580;
  font-weight: 700;
}

#middle-nav {
  background: #034580;
  background-image: url("./assets/images/header_image_bg3b.png");
  min-height: 85px;
}

#middle-nav a {
  background-image: url("./assets/images/header_image_bg3a.png");
  background-repeat: no-repeat;
  border: 0;
  display: block;
  height: 85px;
  width: 300px;
}

#middle-nav img {
  margin: 12px 13px;
}

#main {
  padding: 22px 16px 30px;
}

.contentbox {
  position: relative;
  padding-bottom: 40px;
}

.contentbox h2 {
  border: 0;
  color: #606060;
  font-family: "Open Sans Condensed", "Georgia", "Times New Roman", serif;
  font-size: 12pt;
  letter-spacing: 3px;
  line-height: 30px;
  margin: 15px 0 0;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}

.contentbox h2::before {
  background-color: #d0d0d0;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  top: 28px;
  width: 100%;
}

.contentbox > div {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 16px;
  width: 650px;
  font-size: 13pt;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.staticpage .intro {
  line-height: 1.9;
  margin-bottom: 12px;
}

.staticpage p {
  margin-bottom: 10px;
}

label {
  display: inline-block;
  margin-bottom: 6px;
}

input[type="email"] {
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #a0a0a0;
  font-size: 14pt;
  height: 30px;
  padding: 4px 9px;
  width: 100%;
}

.submit-row {
  margin-top: 12px;
  text-align: right;
}

button {
  background: #000;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 10pt;
  height: 30px;
  padding: 6px 10px;
  text-transform: uppercase;
}

button:hover {
  background: #555;
}

button:disabled {
  background: #aaa;
  cursor: wait;
}

#newsletter-message {
  font-size: 10pt;
  margin-top: 10px;
  min-height: 1.2em;
}

#newsletter-message.error {
  color: maroon;
}

#newsletter-message.success {
  color: #146a14;
}

#footer {
  padding-bottom: 24px;
}

#footnote {
  border-top: 1px solid #d0d0d0;
  color: #555;
  font-size: 10pt;
  padding-top: 12px;
  text-align: center;
}
