* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #bdd8e1;
  font-family: 'Roboto', sans-serif;
}

div.sitewrapper {
  position: relative;
  max-width: 800px;
  height: 600px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  div.sitewrapper {
    background-image: url('images/sidebar.png');
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}

div.header {
  padding-bottom: 18px;
}

hr.ruler {
  margin: 0;
  border-bottom: 3px solid #007188;
}

nav {
  margin-top: 10px;
}

div.table {
  display: table;   /* Allow the centering to work */
  margin: 0 auto;
}

ul.nav {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

ul.nav li {
  display:inline;
  float: left;
  text-align: center;
  width: 100px;
  height: 30px;
  margin-left: 9px;
  margin-right: 9px;
  background-color: #007188;
  border: 0px solid #007188;
  border-radius: 12px;

  -moz-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

@media screen and (max-width: 600px) {
  ul.nav li {
    margin-bottom: 5px;
  }
}

ul.nav li a {
  padding-top: 7px;
  display: block;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

ul.nav li.active, ul.nav li:hover {
  background-color: #0050ad;
  border: 0px solid #007188;
  border-radius: 12px;
}

div.content {
  position: relative;
  float: left;
  scroll-behavior: smooth;
  width: 675px;
  height: 380px;
  padding-left: 55px;
  padding-right: 40px;
  overflow-y: scroll;
}

@media screen and (max-width: 600px) {
  div.content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

div.content h1 {
  margin-top: 0;
  font-size: 15px;
  display: inline-block;
}

div.content h2 {
  font-size: 15px;
  margin-bottom: 0;
}

p.lead {
  font-size: 13px;
  font-weight: bold;
}

p {
  font-size: 13px;
  margin-top: 0;
  line-height: 19px;
}

img.right {
  float: right;
  padding-left: 10px;
}

ul.links, ul.contact {
  list-style-type: none;
  font-size: 13px;
  margin: 0;
  padding-left: 0;
  line-height: 19px;
}

ul.partners li {
  padding-bottom: 10px;
  line-height: 19px;
}

#page_5 h2 {
  margin-bottom: 0;
}

div#page_1, div#page_2, div#page_3, div#page_4, div#page_5, div#page_6 {
  min-height: 380px;
}

.hidden {
  display: none;
}

.js_scrollTo {
  margin-bottom: 100px;
}

div.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height:20px;
  border-top: 3px solid #007188;
}
