@charset "utf-8";
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); 
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), 
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), 
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), 
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); 
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); 
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), 
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), 
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), 
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); 
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #494949;
    font: 400 1em/1.4 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 852px;
    min-width: 250px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 0rem;
}
h1,strong{
    font-weight: 700;
}
p {
    padding-bottom: 1rem;
}
p a.ins:hover{
    color: #275CB9;
    background: #F0F1F2;
    padding: 0.2rem;
    margin: 0 -0.2rem;
}
p a.ins{
    color: #004387;
    text-decoration: underline;
}
h1 {
    margin: 0rem 0rem 1rem;
    font-size: 1.6em;
    line-height: 1.3em;
    color: #333;
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 1rem;
    font-weight: 400;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #494949;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
ul li {
    padding-left: 2rem;
}
ul li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1rem;
}
.pt {
    padding-top: 0.75rem;
}
header {
    padding: 1rem;
}
.logo{
    margin: 1rem 0 2rem;
}
header figure{
    margin: 1rem -1rem 0;
}
article {
    padding: 1rem 1.5rem 0;
}
hr {
    border: 0;
    border-bottom: 1px solid rgb(206, 211, 217);
    margin: 0 -2rem 1rem;
}
article a.button {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #2B323A;
    padding: 1rem 2rem;
}
article a.button:hover {
    text-decoration: none;
    background-color: #5D6469;
}
.flex p span {
    padding-bottom: 10px;
}
.flex p {
    padding-bottom: 0.5rem;
}
.flex>p:first-of-type {
    width: 265px;
    padding-right: 5rem;
}
.flex {
    display: flex;
}
.flex img {
    float: left;
}
.flex span {
    display: block;
    padding-left: 2rem;
}
footer {
    padding: 0 1.5rem 1rem;
}
@media only screen and (max-width: 851px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    .logo{
        display: flex;
        justify-content: center;
    }
    p {
        text-align: left;
    }
    ul li {
        padding-left: 1.7rem;
    }
    article {
        padding: 1rem 1rem 0;
    }
    .flex {
        display: block;
    }
    .flex>p:first-of-type {
        width: auto;
        padding: 0 0 0.5rem;
    }
    footer {
        padding: 0 1rem;
    }
    i br {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
     ul li {
        padding-left: 1rem;
    }
}