
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800');

:root {  font-size:16px;}
* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#FFF;
   font-family:'Open Sans', Helvetica, Arial, sans-serif;
   font-size:1.125em;
   line-height:1.3em;
}

#wrapper {
   position:relative;
   max-width:560px;
   margin: 1rem auto;
   border:solid 1px #000;
   background:#032C42;
   overflow:hidden;
   padding:2rem 2rem 1.75rem;
}
a {
   color:#FFF;
   text-decoration:none;
}
p {
   padding-bottom:0.5rem;
}
p span{
   color: #599CB3;
}
h1 {
   margin: 0rem 0rem 1.75rem;
   font-size:2.625em;
   color: #599CB4;
   line-height:1.1em;
}

h1 span {
   font-size:0.4em;
   font-weight: 400;
}

h2 {
   font-size:1em;
   line-height:1.3em;
   font-weight: 500;
   margin-bottom:1rem;
}
h3 {
   font-size:1em;
   line-height:1.3;
   margin-bottom:0;
}
ul {
  padding: 0rem 0rem 1rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.75rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.0em;
  font-family:Helvetica, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -0.75rem;
}

header {
  padding: 0rem;
}

article {
  padding:0rem;
}
article p{
   position: relative;
   padding-left: 1.75rem;
}
article p img{
   position: absolute;
   top: -2px;
   left: 0;
}
footer {
   position: relative;
  padding:0.75rem 0 0;
  color: #599CB4;
}
footer img{
   position: absolute;
   right: 0;
   bottom: 0;
}
footer a{
   color: #599CB4;
}
a:hover {
   text-decoration:underline;
}

img {
   max-width:100%;
   height:auto;
   display: inline-block;
   vertical-align: middle;
}

@media only screen and (max-width:560px) {
   #wrapper {
      border:none;
      margin: 0 auto;
      padding: 1rem;
   }
   h1{
      font-size: 1.85em;
      line-height: 0.7;
   }
   article br{
      display: none;
   }
   footer img{
      position: static;
      margin-top: 1rem;
   }
   p {
    text-align: left;
   }
}
