html, body {
  height: 100%;
}

body {
  background-color: #e6e9ed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

#page {
  width: 100%;
  min-height: 100%;
  position: relative;
}

#header {
  background-color: #1f4e79;
  color: #ffffff;
  padding: 20px 4%;
  border-bottom: 6px solid #ffffff;
}

#header h1 {
  margin: 0;
  font-size: 2.1em;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #ffffff;
}

#header .subtitle {
  margin: 4px 0 0 0;
  font-size: 1em;
  color: #f0f5fa;
}

#brand {
  overflow: hidden;
  padding-right: 150px;
}

#brandlogo {
  float: left;
  margin-right: 16px;
  height: 64px;
  width: auto;
}

#brandtext {
  overflow: hidden;
  padding-top: 6px;
}

#langwrap {
  position: absolute;
  top: 24px;
  right: 4%;
}

#langbtn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  padding: 6px 12px;
  border: 1px solid #0d2b46;
  background-color: #3a6b9c;
  color: #ffffff;
  cursor: pointer;
}

#langbtn:hover,
#langbtn:focus {
  background-color: #2a5f92;
}

#langswitch {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 4px 0 0 0;
  min-width: 120px;
  background-color: #ffffff;
  border: 1px solid #3a6b9c;
  padding: 4px 0;
  z-index: 50;
}

#langwrap.open #langswitch {
  display: block;
}

#langswitch a {
  display: block;
  color: #1a1a1a;
  text-decoration: none;
  padding: 6px 12px;
}

#langswitch a:hover,
#langswitch a:focus {
  background-color: #1f4e79;
  color: #ffffff;
}

#langswitch a.active {
  background-color: #cc0000;
  color: #ffffff;
}

#nav {
  background-color: #1f4e79;
  padding: 10px 4%;
  font-size: 1em;
  border-bottom: 3px solid #cc0000;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav li {
  display: inline;
  margin-right: 16px;
}

#nav a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  background-color: #2f6aa4;
}

#nav a:hover,
#nav a:focus {
  background-color: #cc0000;
  color: #ffffff;
}

#content {
  padding: 26px 4% 120px 4%;
  background-color: #ffffff;
  text-align: center;
}

#content h2 {
  color: #1f4e79;
  border-bottom: 3px solid #cc0000;
  padding-bottom: 6px;
  font-size: 1.5em;
  font-weight: bold;
}

#content h3 {
  color: #1f4e79;
  font-size: 1.2em;
}

#content a {
  color: #003f7f;
  text-decoration: underline;
}

#content a:visited {
  color: #5a2680;
}

#content a:hover,
#content a:focus {
  color: #cc0000;
}

#feed {
  margin-top: 16px;
}

.feed-item {
  border: 1px solid #b9c8d6;
  border-left: 6px solid #1f4e79;
  background-color: #f2f5f8;
  margin-bottom: 12px;
  padding: 12px 16px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.feed-item h3 {
  margin: 0 0 6px 0;
  color: #1f4e79;
}

.feed-item .date {
  font-weight: bold;
  color: #cc0000;
}

#footer {
  background-color: #1f4e79;
  color: #ffffff;
  padding: 18px 4%;
  border-top: 6px solid #ffffff;
  font-size: 0.95em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#footer .footerlinks {
  text-align: left;
}

#footer p {
  margin: 4px 0;
}

#footer a {
  color: #ffffff;
  text-decoration: underline;
}

#footer a:visited {
  color: #d9e6f2;
}

#footer a:hover,
#footer a:focus {
  color: #ffcc33;
}

#footer .wcaglogo {
  position: absolute;
  right: 4%;
  bottom: 18px;
  max-width: 110px;
  height: auto;
}

#footer .vallogo {
  position: absolute;
  right: 4%;
  bottom: 18px;
  margin-right: 120px;
  max-width: 70px;
  height: auto;
}

#footer .footerlinks {
  margin-right: 130px;
}

#skiplink {
  position: absolute;
  left: -9999px;
  top: 0;
}

#skiplink:focus {
  left: 0;
  background-color: #1f4e79;
  color: #ffffff;
  padding: 8px 16px;
  z-index: 100;
  border: 2px solid #000000;
}

table.info {
  width: 100%;
  border-collapse: collapse;
  margin: 12px auto;
  max-width: 900px;
}

table.info th,
table.info td {
  border: 1px solid #b9c8d6;
  padding: 8px 10px;
  text-align: left;
}

table.info th {
  background-color: #1f4e79;
  color: #ffffff;
  font-weight: bold;
}

dl.contact {
  font-size: 1em;
}

dl.contact dt {
  font-weight: bold;
  margin-top: 8px;
}

form label {
  display: block;
  margin-top: 12px;
  font-weight: bold;
  text-align: left;
}

form fieldset {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

form input[type="text"],
form textarea {
  width: 90%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 8px;
  border: 1px solid #7a8fa8;
  background-color: #ffffff;
  color: #1a1a1a;
}

form select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px;
  border: 1px solid #7a8fa8;
  background-color: #ffffff;
  color: #1a1a1a;
}

form input[type="submit"] {
  margin-top: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 9px 26px;
  background-color: #1f4e79;
  border: 1px solid #16395c;
  color: #ffffff;
  cursor: pointer;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
  background-color: #cc0000;
  border-color: #820000;
}

fieldset {
  border: 1px solid #b9c8d6;
  padding: 14px 18px;
}

legend {
  font-weight: bold;
  color: #1f4e79;
  padding: 0 8px;
}

.mission {
  border: 1px solid #b9c8d6;
  border-left: 6px solid #1f4e79;
  background-color: #f2f5f8;
  padding: 14px 18px;
  font-size: 1.05em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

ul.checklist {
  list-style: square;
  display: inline-block;
  text-align: left;
}

#content > p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  margin: 12px 24px;
  border-left: 6px solid #1f4e79;
  padding-left: 14px;
}

.required {
  color: #b30000;
  font-weight: bold;
}

span.note {
  font-size: 0.9em;
  font-style: italic;
  color: #555555;
}

address {
  font-style: normal;
  margin-top: 8px;
  line-height: 1.6;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  border: 0;
  border-top: 1px solid #b9c8d6;
  margin: 16px 0;
}