html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-image: url("../assets/img/header-bg.png");
  background-attachment: scroll;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.body-container { width: 100%; background-color: #fff; padding: 0.75rem; padding-left: 0.75rem; margin-right: auto; margin-left: auto; }
@media (min-width: 576px) { .body-container { max-width: 540px; background-color: #fff; padding: 0.75rem; padding-left: 0.75rem; margin-right: auto; margin-left: auto; } }
@media (min-width: 768px) { .body-container { max-width: 720px; background-color: #fff; padding: 0.75rem; padding-left: 0.75rem; margin-right: auto; margin-left: auto; } }
@media (min-width: 992px) { .body-container { max-width: 1140px; background-color: #fff; padding: 0.75rem; padding-left: 0.75rem; margin-right: auto; margin-left: auto; } }

a.nav-back {
  color: white;
  background-color: #002F62;
  border: 1px solid #002F62;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
  font-size: 0.9rem;
}
a.nav-back:hover {
  background-color: #E85C0E;
  color: #002F62;
  text-decoration: none;
}
a.nav:link, a.nav:visited {
  background-color: white;
  color: #002F62;
  border: 1px solid #002F62;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
  font-size: 0.9rem;
}
a.nav:hover, a.nav:active {
  background-color: #002F62;
  color: white;
  text-decoration: none;
}

.mheading {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 1rem;
  color: #112D63;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 3px solid #bfbfbf;
  margin: 25px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.2rem; }
h3 { font-size: 1.1rem; }
h4 { font-size: 1rem; }
h5 { font-size: .8rem; }
h6 { font-size: .6rem; }

ul.dot { list-style-type: disc; }
ul.squ { list-style-type: square; }

ol.123 { list-style-type: decimal; }
ol.abc { list-style-type: lower-alpha; }
ol.iii { list-style-type: lower-roman; }

a {
  color: #c91e12;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #e6b301;
  text-decoration: underline;
}

.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.par {
  text-indent: 25px;
}

#gdpr {
  color: #bfbfbf;
}
