@charset "UTF-8";
@font-face {
  font-family: "Brown";
  src: url("./fonts/lineto-brown-pro-thin.eot");
  src: url("./fonts/lineto-brown-pro-thin.eot?#iefix") format("embedded-opentype"), url("./fonts/lineto-brown-pro-thin.woff2") format("woff2"), url("./fonts/lineto-brown-pro-thin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brown";
  src: url("./fonts/lineto-brown-pro-light.eot");
  src: url("./fonts/lineto-brown-pro-light.eot?#iefix") format("embedded-opentype"), url("./fonts/lineto-brown-pro-light.woff2") format("woff2"), url("./fonts/lineto-brown-pro-light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brown";
  src: url("./fonts/lineto-brown-pro-regular.eot");
  src: url("./fonts/lineto-brown-pro-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/lineto-brown-pro-regular.woff2") format("woff2"), url("./fonts/lineto-brown-pro-regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brown";
  src: url("./fonts/lineto-brown-pro-bold.eot");
  src: url("./fonts/lineto-brown-pro-bold.eot?#iefix") format("embedded-opentype"), url("./fonts/lineto-brown-pro-bold.woff2") format("woff2"), url("./fonts/lineto-brown-pro-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

html, body, main, footer, h1, h2, h3, p, a, span, table, ul {
    font-family: Brown,sans-serif;
    font-style: normal;
    color: #3a3a3a;
}
html, html.font-default {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    background: #FFFFFF;
}
h1, h2, h3 {
    font-style: normal;
    font-weight: inherit;
}
h1 {
    font-size: 30px;
    line-height: 42px;
    margin: 1em 0 0.5em 0;
}
h2 {
    font-size: 30px;
    line-height: 42px;
    margin: 2em 0 0.5em 0;
}
p {
    margin: 0 0 1em;
}
a {
    color: #0F8AC7;
}
img {
  border: 0;
}
.table {
    background-color: #DCEFFF;
    border: 1px solid #3a3a3a;
}
.table.table-b1 td  {
    border-width: 0;
}
.table.table-b1 td.border-1  {
    border-width: 1;
}
.table.table-b1 td.border-left  {
    border-width: 0 0 1px 0;
}
.table.table-b1 td.border-right  {
    border-width: 0 1px 0 0;
}
/*.table tr, .table td  {
    border: 1px solid #3a3a3a;
}*/
.table .col, .table .row {
    font-size: 18px;
    line-height: 140%;
}
.table .row {
}
.table th span {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #3A3A3A;
}
p {
    font-size: 18px;
    line-height: 25px;
}
.footer {
    margin-top: 50px;
}
.footer div, .footer p, .footer a {
    font-size: 18px;
    line-height: 140%;
}
.footer p.lead {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}
.footer p.copyright {
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin: 0px 16px;
}
.footer .h4 {
    font-size: 18px;
    line-height: 140%;
    /* or 25px */
    font-weight: 500;
}
.page-404 {
    min-height: 300px;
}
.block-notes {
    background: #EDEDED;
    padding: 25px;
}
.block-notes p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #3A3A3A;
}