﻿:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

strong {
    font-weight: 500;
}
html {
  min-height: 100%;
}
#wrapper {
  max-width: 807px;
  margin: 0.75rem auto;
  border: 2px solid #00AEB5;
  padding: 0;
  background-color: #fff;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}
header {
  position: relative;
}
header a {
  content: "";
  position: absolute;
  top: 20%;
  left: 4%;
  width: 21%;
  height: 48%;
  z-index: 200;
}
article {
  margin: -1.5rem 0 0;
  padding: 0 2.5rem 0.2875rem;
  position: relative;
  z-index: 300;
}

article aside:nth-of-type(1) {
    float: left;
    width: 345px;
}

article aside:nth-of-type(2) {
    float: right;
    max-width: 355px;
}

article aside:nth-of-type(2) p {
    text-align: left;
    margin-bottom: 1.25rem;
}
footer {
  padding: 0.5rem 2.5rem;
  background: #00AEB5;
  color: #fff;
  line-height: 1.0625rem;
  position: relative;
}

footer p:nth-of-type(2) {
    margin: 0;
    position: absolute;
    top: 2.3125rem;
    left: 26.9375rem;
    z-index: 200;
}
footer p:nth-of-type(2) small {
  font-size: 0.4375rem;
  display: block;
  line-height: 1rem;
}
footer a {
    color: #fff;
}

footer h3 {
    margin-top: 0;
    color: #fff;
}
p {
  margin: 0 0 0.6875rem;
  text-align: justify;
}
h1 {
  margin: 0 0 1.25rem 0;
  font-size: 1.6875rem;
  line-height: 1.75rem;
  color: #00AEB5;
  font-weight: 500;
}

h1 + p + p span {
    color: #00AEB5;
}

h1 span {
    display: block;
    font-weight: 400;
    font-size: 1.1875rem;
}

h1 small {
    font-weight: 400;
    font-size: 0.875rem;
}
h3 {
  margin: 1.875rem 0 0.6875rem;
  padding: 0 0 0 0;
  font-size: 1.0625rem;
  line-height: 1.125rem;
  color: #00AEB5;
  font-weight: 500;
}
a {
  color: #000;
  text-decoration: none;
}
h3+p span{
  word-spacing: -1px;
  font-size: 96%;
}
ul {
  padding: 0;
  list-style: none;
}
ul li {
  padding-left: 0.875rem;
}
li:before {
  content: '\2022';
  color: #333333;
  float: left;
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  text-indent: -0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  border: none;
}
figure {
    text-align: right;
    margin: 1.2rem 0 0 2.5rem;
}
.clear {
  clear: both;
  margin: 0;
  display: block;
  padding: 0;
}

@media all and (max-width: 807px) {
  #wrapper {
    width: 100%;
    min-width: 200px !important;
    padding: 0.5rem;
    margin: 0;
    border: none;
  }
  header {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
  }
  article {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
  footer {
    width: auto;
    height: auto;
    padding: 0.5rem;
    margin: 0;
  }
  footer p:nth-of-type(2) {
    position: static;
  }
  article aside:nth-of-type(1),
  article aside:nth-of-type(2) {
    float: none;
    width: auto;
    max-width: none;
  }
  footer br {
    display: block;
  }
  p {
    text-align: left;
  }
  br {
    display: none;
  }h3+p span {
    word-spacing:0px;
    font-size:100%;
}h1 span {
    display: block;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4375rem;
}
figure{
  margin-right: 0;
}
}
