﻿:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
}
/* List style:
25A0 - square
25B6 - Triangle
23E9 - 2 triangles
2713 - tick
2714 - tick dick
2010 - dash
2212 - long dash
2022 - District (Bullet)
2B9A - Dreick 3D
*/
#wrapper {
  width: 744px;
  margin: 0.75rem auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  box-sizing: border-box;
  background-color: #fff;
  border: solid thin #E7E7E9;
  position: relative;
  overflow: hidden;
  color: #000000;
  box-shadow: 0 0 0.25rem 0.125rem #E7E7E9;
  padding-bottom: 0.625rem;
  text-align: left;
}
address {
  font-style: normal;
}
article {
  margin: 0 0 0 0;
  padding: .5rem 0.3125rem 0.5rem 0.3125rem;
}
header {
  margin: 0 0 0 0;
  padding: 0 0.3125rem 0.3125rem 0.3125rem;
}
ul + p{
  margin-bottom: 0;
}
footer {
  margin: 0 0 0 0;
  padding: 0rem 0.3125rem 0 0.3125rem;
  position: relative;
}
footer img {
  float: right;
  margin-bottom: 0.9375rem;
}
h1 {
  font-size: 1.4rem;
  margin: 1rem 0 01rem;
  line-height: 1.5rem;
}

h1 + p + p {
  
  text-align: left;
}
h1 span {
  font-weight: normal;
  display: block;
  font-size: 0.9375rem;
}
p {
  margin-bottom: 1rem;
  /* text-align: justify; */
}
p:last-child {
  margin-bottom: 0;
}
article p:last-child {
  
/* margin-top: 2.5rem; */
}
article p:last-of-type span{
word-spacing: 2px;
}
ul:nth-of-type(3) {
  margin-bottom: 1rem;
}
p strong span {
  word-spacing: 0.1875rem;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  margin: 0rem 0 1rem 0;
  padding: 0 0 0 0;
  list-style: none;
}
ul li {
  padding-left: 2rem;
  text-align: left;
}
ul li:before {
  text-indent: -1rem;
  content: "\2022";
  color: #000000;
  float: left;
  margin-left: 0;
  font-size: 1rem;
  margin-top: 0.0625rem;
}
ol {
  margin: 0 0 0.75rem 1.8rem;
  padding: 0 0 0 0;
  list-style: none;
}
ol li {
  padding-left: 0.6rem;
}
ol li:before {
  text-indent: -0.9rem;
  content: "\25A0";
  color: #231f20;
  float: left;
  margin-left: 0;
  font-size: 0.7rem;
  margin-top: -1px;
}
figure {
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
  font-size: 0;
  line-height: 0;
  display: block;
}
article p:nth-of-type(1) {
  word-spacing: 0rem;
  text-align: left;
}
article p:nth-of-type(2) {
  /* text-align: justify; */
}
h2 {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  margin: 1.125rem 0 1.5625rem;
}
h3 {
  line-height: 1.25rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
}
h3:nth-of-type(3) {
 
}
figure {
  margin: 0;
  padding: 0;
}
header figure {
  position: relative; 
}
figure {}
header figure a:nth-of-type(1) {
  position: absolute;
  top: 0%;
  left: 1%;
  height: 34%;
  width: 18%;
  /* border: 1px solid; */
}
header figure a:nth-of-type(2) {
  position: absolute;
  top: 48%;
  left: 25%;
  height: 45%;
  width: 14%;
}
header h1 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 0.5rem 0 1rem 0;
  color: #000;
}
ul:nth-of-type(3) { 
}
footer p{margin-bottom: 0}
@media screen and (max-width: 744px) {
 
  #wrapper {
    width: 100%;
    margin: 0 auto;
    border: none;
    padding-bottom: 0.625rem;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  h3:nth-of-type(3) {
    margin-left: 0;
  }
  ul {
    margin-left: 0.3125rem;
  }
  footer img {
    position: static;
    margin-bottom: 0.625rem;
  }
  p {
    text-align: left;
  }
  header h1 {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 1.3125rem;
    line-height: 1.5rem;
  }
  footer {
    margin-top: 0.375rem;
    padding-top: 0.625rem;
  }
  footer figure {
    position: static;
    text-align: right;
  }
  article p:nth-of-type(1) {
    text-align: left;
  }
  article p:nth-of-type(2) {
    text-align: left;
  }
  ul li{
    padding-left: 1rem;
  }
  ol {
    margin-left: 0.3125rem;
  }
  p:last-child {
    text-align: left;
  }
}