/* Fontscheme: default */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.logo-text h1 {
  font-size: 2em;
  margin: 0 0 0.3em;
}
/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 0.3em;
  font-family: Rufina, serif;
}
h1 {
  color: #000;
  font-size: 1.7em;
}
h2 {
  color: #25567b;
  font-size: 1.4em;
}
h3 {
  color: #25567b;
  font-size: 1.3em;
}
h4 {
  color: #25567b;
  font-size: 1.2em;
}
h5 {
  color: #25567b;
  font-size: 1em;
}
h6 {
  color: #25567b;
  font-size: 0.9em;
}
/* Groups of headlines */
hgroup {
  margin: 0.7em 0 0.3em;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
  margin: 0;
}
hgroup h1 {
  line-height: 0.8;
}
hgroup h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}
p {
  margin: 0 0 0.9em;
}
a,
a:link,
a:visited {
  color: #0b61a4;
}
a:hover,
a:active,
a:focus {
  color: #3f92d2;
}
nav {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #0b61a4;
}
nav a,
nav a:link,
nav a:visited {
  color: #fff;
  text-shadow: 0 0 3px #033e6b;
  text-decoration: none;
  display: block;
  padding: 11px 20px 11px;
}
nav a:focus,
nav a:active,
nav a:hover,
nav li.active a {
  color: #fff;
  background: #25567b;
}
nav.nav-vertical li {
  border-top: 1px solid #85b0d2;
  border-bottom: 1px solid #094e83;
}
nav.nav-horizontal ul {
  width: 100%;
  display: table;
  overflow: hidden;
}

.list-inline li {
    display: inline-block;
}
nav.nav-horizontal li {
  border-left: 1px solid #85b0d2;
  border-right: 1px solid #094e83;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}
html {
  height: 100%;
}
body {
  padding: 20px 0;
  height: 100%;
  box-sizing: border-box;
  background: #eef1f3;
}
#site {
  box-sizing: border-box;
  height: 100%;
}
.full-height-wrapper {
  height: 100%;
  padding-bottom: 40px;
  background: #fff;
}
.full-height-wrapper .container-header-outer {
  background: #eef1f3;
}
.container-header-outer .container-header-inner {
  padding-top: 20px;
}
.container-header-outer header hgroup {
  margin: 0;
}
.container-header-outer header .logo-text {
  margin: 0 0 30px 20px;
  display: block;
}
.container-header-outer header h1 {
  text-transform: uppercase;
}
.container-header-outer header h2 {
  color: #959698;
  font-weight: normal;
  font-size: 0.9em;
  vertical-align: top;
  display: inline-block;
}
.container-header-outer header.logo-horizontal h1 {
  display: inline-block;
}
.container-header-outer header.logo-horizontal h2 {
  border-left: 1px solid #c6c8c9;
  margin-top: -10px;
  margin-left: 20px;
  padding-left: 20px;
  line-height: 3.6em;
}
.container-content-outer {
  background: #fff;
  color: #6b7176;
  padding: 30px 20px 10px;
  margin-bottom: 7px;
}
.container-content-full-width-inner {
  padding: 0 20px 15px;
}
footer a,
footer a:link,
footer a:visited {
  color: #8eb0cb;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #6296be;
}
