/** CUSTOM FONTS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/** GLOBAL CONFIGURATION */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #0D0A0B;
  font-size: 11.5pt;
  line-height: 1.15;
}

p {
  margin-bottom: 0.5rem;
}

ul {
  margin-bottom: 0.5rem;
}

h1, h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #336791;
}

h2 {
  font-size: 1.6em;
  margin: 1em 0;
}

h2.centered-lines {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

h2.centered-lines:after, h2.centered-lines:before {
  background-color: #e7eae8;
  content: '\a0';
  flex-grow: 1;
  height: 2px;
  position: relative;
  margin: 0.5em 0;
}

h2.centered-lines:after {
  margin-left: 0.75em;
}

h2.centered-lines:before {
  margin-right: 0.75em;
}

h1 a, h2 a {
  text-decoration: none;
  color: inherit;
}

a, .news a {
  color: #840032;
  font-weight: 600;
  text-decoration: none;
}

a:hover, a:active {
  color: #193145;
  text-decoration: none;
}

hr {
  border: 0;
  border-top: solid 2px #E7EAE8;
  margin: 0 0 3em 0;
}

.image {
  width: 100%;
  margin: 1em 0 2em 0;
}

#docContent {
  font-size: 0.9rem;
  margin-top: 1rem;
}

#docContent p {
  margin-bottom: 1rem;
}

#docContent hr {
  margin: 0 0 0.5em 0;
}

p.code {
  font-size: 150%;
  font-family: monospace;
  padding: 10px;
  background-color: #f7f9fa;
  border-left: 3px solid #7A7A7A;
  overflow: auto;
  color: Black;
}

/* HEADER */

#pgHeader {
  position: relative;
  background: url("../img/hdr_fill.png") repeat-x;
  height: 80px;
  margin: 5px;
  padding: 0;
  clear: both;
}

#pgHeaderLogoLeft {
  position: relative;
  width: 230px;
  height: 80px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: left;
}

#pgHeaderLogoLeft img { 
  border: 0px; 
}

#pgHeaderLogoRight {
  position: relative;
  width: 210px;
  height: 80px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: right;
}

#pgHeaderLogoRight img {
  border: 0px;
}

.pgContent {
  margin: 20px;
}

/* NAVIGATION */

.pgTopNav {
  text-align: left;
  color: #666;
  font-size: 0.9em;
  margin: 5px;
  padding: 0;
  height: 23px;
  background: #B7B7B7 url("../img/nav_fill.png") top left repeat-x;
  overflow: visible;
  margin-top: 2px;
}

.pgTopNavLeft {
  width: 7px;
  height: 23px;
  border: 0px;
  padding-right: 10px;
  margin: 0px;
  float: left;
}

.pgTopNavLeft img {
  border: 0px;
  margin: 0;
  padding: 0;
}

.pgTopNavRight {
  width: 7px;
  height: 23px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: right;
}

.pgTopNavRight img {
  border: 0px;
  margin: 0;
  padding: 0;
}

.pgTopNavList {
  list-style: none;
  margin: 0;
  padding: 0;

  height: 23px;
  padding-top: 5px;
}

.pgTopNavList li {
  padding: 0 1em 0 1.2em;
  display: inline;
  border-left: 1px solid #C8C8C8;
}

/*
.pgTopNavList li a {
  color: #fff;
  font-weight: bold; 
  text-decoration: none;
}
*/

.pgTopNavList li:first-child {
  border-left: 0;
  padding-left: 0;
}

