﻿:root {
  font-size: 1rem;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
}
#wrapper {
  max-width: 601px;
  margin: 0.75rem auto;
  border: 1px solid #CBCBCB;
  padding: 0;
  background-color: #fff;
  color: #231F20;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}
header {
  position: relative;
}
header a {
  position: absolute;
  top: 8%;
  left: 3%;
  width: 56%;
  height: 19%;
  display: inline-block;
  z-index: 200;
}
article {
  padding: 1.375rem 1.375rem 1.125rem;
}
footer {
  position: relative;
}
footer a:nth-of-type(1) {
  position: absolute;
  top: 0%;
  left: 4%;
  width: 13%;
  height: 101%;
  display: inline-block;
  z-index: 200;
}
footer a:nth-of-type(2) {
  position: absolute;
  top: 29%;
  right: 3%;
  width: 24%;
  height: 47%;
  display: inline-block;
  z-index: 200;
}

p {
  margin: 0 0 0.2rem;
  text-align: justify;
}
p span {
  color: #0073BB;
}
h1 {
  margin: 1rem 0 0.625rem 0;
  font-size: 2.5625rem;
  line-height: 1.75rem;
  color: #0073BB;
}

h1 sup {
    font-size: 1.375rem;
}
h3 {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #0073BB;
  text-decoration: underline;
  margin-top: 0.7rem;
}
h4 {
  margin: 1rem 0 1rem 0;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #0073BB;
}
a {
  color: #231F20;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  border: none;
  vertical-align: middle;
}
article p:nth-of-type(1), article p:nth-of-type(2), article p:nth-of-type(3){margin-bottom: 0.7rem;}

h1 span{font-size: 57%;}

@media all and (max-width: 600px) {
  #wrapper {
    width: 100%;
    min-width: 200px !important;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding: 0.3rem;
    margin: 0;
    border: none;
  }
  article {
    width: auto;
    height: auto;
    padding: 0.5rem 0;
    margin: 0;
  }
  h1 {
    font-size: 1.9375rem;
    line-height: 2.0625rem;
  }
  h1 sup {
    position: relative;
    top: -0.25rem;
  }
  h1 br{display: block;}
  h4 + p br {
    display: block;
  }
  p {
    text-align: left;
  }
  br {
    display: none;
  }
}
