﻿ * {
     box-sizing: border-box;
     margin: 0rem;
     padding: 0rem;
 }

 html {
     min-height: 100%;
 }

 img {
     max-width: 100%;
     height: auto;
     border: none;
 }

 body {
     color: #000;
 }

 #wrapper {
     position: relative;
     max-width: 910px;
     margin: 1rem auto;
     border: 1px solid #000;
     padding: 40px 90px 106px 90px;
     overflow: hidden;
     color: #000;
     font-size: 16px;
     line-height: 21px;
     font-family: 'Roboto', sans-serif;
     background: #fff url(background.jpg) no-repeat bottom left;
 }

 .logo {
     float: none;
     margin: 0 0 0 -30px;
 }

 .banner {
     float: right;
 }

 h1 {
     margin: 20px 0rem 41px 0rem;
     padding: 0rem 0rem 0rem 0rem;
     font-size: 23px;
     line-height: 33px;
     text-align: left;
 }

 p strong {
     padding-top: 10px;
 }

 h2 {
     font-size: 19px;
     line-height: 22px;
     margin: 24px 0;
 }

 h3 {
     font-size: 17px;
     margin: 20px 0rem;
     line-height: 1.125rem;
 }

 p {
     margin: 0rem 0rem 20px 0rem;
     padding: 0rem 0rem 0rem 0rem;
 }

 article {
     padding-top: 9px;
 }

 footer {
     margin: 0rem 0rem 0rem 0rem;
     padding: 0rem 0rem 0rem 0rem;
     position: relative;
 }

 a {
     color: #000;
     text-decoration: none;
     font-weight: bold;
 }

 a:hover {
     text-decoration: underline;
 }

 .sie {
     padding-bottom: 15px;
 }

 ul {
     list-style: none;
     margin-bottom: 25px;
 }

 ul li {
     padding-left: 55px;
     margin-bottom: 3px;
 }

 ul li:before {
     content: "\2022";
     color:#000;
     float: left;
     margin-left: 0rem;
     font-size: 1.5625rem;
     text-indent: -30px;
 }

 .clear {
     clear: both;
     margin: 0px;
     display: block;
     padding: 0rem;
 }

 header img {
     position: relative;
 }

 @media all and (max-width: 909px) {
     #wrapper {
         width: 100%;
         min-width: 200px !important;
         padding: 1rem;
         text-align: left;
         border: none;
     }

     a:hover {
         text-decoration: underline;
     }
     .logo{margin:0}
     p {
         margin: 0rem 0rem 1rem;
         text-align: left;
     }

     br {
         display: none;
     }

     footer br {
         display: block;
     }
 }