/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 150%;
  color: #262626;
  background-color: #CCCCCC;
  margin: 0px 40px 0px 40px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
}

.center {
  position: relative;
  max-width: 1000px;
  padding: 0px;
  margin: 0px auto 0px auto;
}

.header_div:after {
  position: relative;
  content: "";
  display: table;
  clear: both;
}

.logo_div {
  position: relative;
  float: left;
  width: 260px;
  padding: 0px;
}

.nav_div {
  position: relative;
  float: left;
  width: calc(100% - 265px);
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 2.0em;
  font-weight: 500;
  line-height: 1.2em;
  padding: 42px 0px 10px 0px;
}

div.nav_div ul {
  display: table;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

div.nav_div li {
  display: table-cell;
  text-align: center;
  list-style-type: none;
}

.nav_div#small {
  display: none;
  text-align: right;
}
.nav_div#regular {
  display: block;
}

@media (max-width: 850px) {
  div.logo_div img {
    max-width: 145px;
    width: auto;
    height: auto;
  }
  .nav_div {
    padding: 22px 10px 10px 0px;
  }
  .nav_div#regular {
    display: none;
  }
  .nav_div#small {
    display: block;
  }
  body {
    margin: 0px 20px 0px 20px;
  }
}

.main_content {
  position: relative;
  padding: 0em 2em 1em 2em;
  margin: 0px;
  background-color: #E7EEF4;
  border: solid 1px #0C4D8E;
  border-radius: 10px;
}

@media (max-width: 650px) {
  body {
    margin: 0px;
  }
  .logo_div {
    padding-left: 15px;
  }
  .main_content {
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
    border-radius: 0px;
  }
}

h1 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #0C4D8E;
  font-size: 2.8em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1em;
  margin: 0.2em 0px 0.3em 0px;
}

h2 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 2.0em;
  font-style: normal;
  font-weight: 600;
  color: #0C4D8E;
  margin: 1.2em 0.0em 0.6em 0.0em;
}

h3 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1.1em;
  color: #0C4D8E;
  margin: 1.0em 0.0em 0.5em 0.0em;
}

p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

table {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: underline;
  font-weight: 600;
  color: #0C4D8E;
}

a:hover {
  text-decoration: underline;
  font-weight: 600;
  color: #FF9900;
}

.text_emph {
  font-weight: bold;
}

ul.sitemap li {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin-top: 1em;
}

.footer_div {
  position: relative;
  color: #333333;
  font-size: 0.9em;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  line-height: 1.5em;
  padding: 0.8em 40px 0.8em 40px;
}

.footer_left {
  float: left;
}

.footer_right {
  text-align: right;
}

@media (max-width: 850px) {
  .footer_div {
    padding: 0.8em 20px 0.8em 20px;
  }
}

@media (max-width: 650px) {
  .footer_left {
    float: none;
  }
  .footer_right {
    text-align: center;
  }
}

.footer_div a {
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}

.footer_div a:hover {
  font-weight: normal;
  text-decoration: underline;
  color: #000000;
}

.footer_right span {
  margin-left: 1.0em;
  margin-right: 1.0em;
}
