﻿:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
}
#wrapper {
  max-width: 404px;
  margin: 0.75rem auto;
  border: 2px solid #D2232B;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1rem;
}
header {
  position: relative;
}
header a {
  content: "";
  position: absolute;
  bottom: 22%;
  right: 6%;
  width: 13%;
  height: 8%;
  z-index: 200;
}
article {
  padding: 0.3125rem 1.875rem 0;
}
footer {
  padding: 1.125rem 1.875rem 1.375rem;
  position: relative;
}

footer p:nth-of-type(1) {
    position: absolute;
    top: 0.3125rem;
    left: 54%;
    z-index: 200;
}

footer p:nth-of-type(2) {
    position: absolute;
    top: -9.9375rem;
    right: -14.5rem;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    font-size: 0.75rem;
    line-height: 0.625rem;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
p {
  margin: 0 0 0.4375rem;
}
h1 {
  margin: 0 0 0.3125rem;
  font-size: 1.6875rem;
  line-height: 1.75rem;
}

h1 small {
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.125rem;
}

h1 span {
    font-size: 1.3125rem;
}
h2 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
h3 {
  margin: 0 0 0;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  color: #D2232B;
}

h3 + p {
    margin-bottom: 0.25rem;
}
a {
  color: #000;
  text-decoration: none;
}
ul {
  padding: 0;
  list-style: none;
}
ul li {
  padding-left: 1.25rem;
}
li:before {
  content: '\2022';
  color: #000;
  float: left;
  margin-left: 0;
  font-size: 1.5625rem;
  text-indent: -1.25rem;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  border: none;
}

@media all and (max-width: 403px) {
  #wrapper {
    width: 100%;
    min-width: 200px !important;
    padding: 0.3rem;
    margin: 0;
    border: none;
  }
  header {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
  }
  article {
    width: auto;
    height: auto;
    padding: 0.5rem 0 0;
    margin: 0;
  }
  footer {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
  footer p:nth-of-type(1) {
    position: static;
    margin-top: 0.5rem;
  }
  footer p:nth-of-type(2) {
    position: static;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .br br {
    display: block;
  }

  br {
    display: none;
  }
}
