* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html {
  min-height: 100%;
}
#wrapper {
  max-width: 790px;
  margin: 12px auto;
  border: 1px solid #000;
  padding: 0px;
  background-color: #fff;
  overflow: hidden;
  text-align: left;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}
header {
  margin: 100px 0px 140px 98px;
  position: relative;
}

header a img {
    position: absolute;
    top: -45px;
    right: 38px;
    z-index: 200;
}
article {
  margin: -111px 69px 0;
}
footer {
  margin: 51px 0px 40px 76px;
  font-size: 13px;
  line-height: 18px;
  color: #5D5D5D;
}
footer span {
  display: inline-block;
  width: 163px;
  font-weight: bold;
}
footer a {
  color: #5D5D5D;
}
p {
  margin: 0px 0px 20px;
}
p strong {
  font-weight: 700;
}
p>small {
  font-size: 15px;
  line-height: 18px;
  margin-top: 40px;
  word-spacing: 0px;
}
span.color {
  color: #F5000F;
  font-weight: 700;
}
h1 {
  margin: 39px 0px 37px 0px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
}
h2 {
  font-size: 17px;
  margin: 16px 0px 16px 0px;
  line-height: 26px;
  color: #F5000F;
  font-weight: 700;
}
h3 {
  font-size: 19px;
  margin: 16px 0px 25px 0px;
  line-height: 18px;
}
a {
  color: #000;
  text-decoration: none;
}
a u {
  color: #0000FF;
}
ul {
  margin: 0px 0px 35px 0px;
  list-style: none;
}
ul li {
  padding-left: 49px;
}
li:before {
  content: '-';
  color: #000;
  float: left;
  margin-left: 0px;
  font-size: 11px;
  text-indent: -22px;
  position: relative;
  top: -2px;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
.mb{
  margin-bottom: 3px;
}
.small{
  /* font-size: 98%; */
}
@media all and (max-width: 790px) {
  #wrapper {
    width: 100%;
    min-width: 200px !important;
    padding: 0px;
    border: none;
  }
  header {
    height: auto;
    padding: 8px;
    width: auto;
    margin: 0px;
  }
  header a img {
    position: static;
  }
  article {
    height: auto;
    padding: 8px;
    width: auto;
    margin: 0px;
  }
  footer {
    height: auto;
    padding: 2px 13px;
    width: auto;
    margin: 0px;
  }
  footer br {
    display: block;
  }
  footer span {
    margin-bottom: 10px;
  }
  h2 {
    margin-bottom: 0;
  }
  h3 {
    margin-top: 0;
  }
  p.small {
    margin-top: 20px;
  }
  p.small br {
    display: block;
  }
  br {
    display: none;
  }
  article {
    margin: 0px 10px 0;
}
ul li {
    padding-left: 26px;
}
}
