@charset "utf-8";
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #000000;
  font: 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
h1, h2, strong {
  font-weight: 700;
}
#wrapper {
  position: relative;
  max-width: 1170px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: #fff;
  overflow: hidden;
  padding: 1rem 1.5rem;
}
p {
  padding-bottom: 1rem;
}
:is(a:link,a:visited,a:hover,a:active){
    color: inherit;
    text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  margin: 1rem 0 2rem;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #0072BC;
}
h1 span {
  font-weight: 400;
  font-size: 1rem;
}
h2 {
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 1rem;
  color: #0072BC;
  text-indent: -1.5rem;
}
ul {
  padding: 0 0 2rem;
  list-style: none;
}
li {
  padding-left: 1.5rem;
}
li:before {
  color: #0072BC;
  content: "•";
  font-size: 1.3em;
  display: inline-block;
  margin: -1px 1.375rem 0 -1.75rem;
}
header {
  padding-bottom: 1rem;
  position: relative;
}
header :is(a:link,a:visited,a:active) {
  position: absolute;
  width: 34%;
  height: 73%;
  top: 0;
  left: 0;
}
header :is(a:link,a:visited,a:active):last-of-type {
  left: auto;
  right: 0;
  width: 25%;
}
article {
  display: flex;
}
.banner {
  margin-bottom: 2rem;
}
.left {
  width: 40%;
  position: relative;
  z-index: 2;
}
.right {
  width: 73%;
  margin-left: -10rem;
}
.right:before {
    content: "";
    shape-outside: ellipse(130px 672px at 45% 54%);
    width: 307px;
    height: 126%;
    float: left;
}
.pdr {
  padding-right: 1rem;
}
footer {
  margin: 1rem 0 0 31rem;
}
footer h2 {
  text-indent: 0.75rem;
}
footer p{
  text-indent: 0.325rem;
}
span{
  display: inline-block;
}
@media only screen and (max-width: 1169px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }
  p {
    hyphens: auto;
  }
  p span {
    display: inline-block;
  }
  h2 {
    text-indent: 0;
  }
  br {
    display: none;
  }
  li {
    padding-left: 1.5rem;
  }
  li:before {
    margin: 0 0 0 -1.5rem;
    float: left;
  }
  article {
    justify-content: space-between;
  }
  .right {
    width: 56%;
    margin: 0;
  }
  .right:before {
    display: none;
  }
  footer {
    width: 56%;
    margin: 0 0 0 auto;
  }
  footer :is(h2, p) {
    text-indent: 0;
  }
}
@media only screen and (max-width:780px) {
  article {
    flex-direction: column;
  }
  .left, .right, footer {
    width: auto;
  }
  .banner {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width:480px) {
  #wrapper {
    padding: 1rem;
  }
  h1 {
    margin: 0.5rem 0 1.5rem;
  }
}