﻿@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;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.35rem;
    font-weight: 400;
    text-align: center;
}

#wrapper {
    max-width: 727px;
    margin: 0.75rem auto;
    border: 5px solid #003d7a;
    padding: 0.9375rem 0.9375rem 0.125rem;
    background: #fff;
}

header {
    padding: 0;
}

article {
    padding: 0;
}

footer {
    padding: 0;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -o-display: flex;
    -ms-display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

footer p {
    text-align: left;
}

footer p:nth-of-type(2) {
    text-align: right;
}

p {
    margin: 0 0 0.625rem;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 0.625rem;
    padding: 0;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.875rem;
    color: #003d7a;
}

h1 small {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000;
}

h1 span {
    font-weight: 400;
    line-height: 1.25rem;
    font-size: 1rem;
    color: #000;
}

h2 {
    margin: 0 0 0.625rem;
    font-weight: 700;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #959595;
}

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%;
    vertical-align: middle;
}

p i {
    font-style: normal;
}

h2 span {
    color: #1a4e83;
}

h2 small {
    font-weight: 400;
    display: block;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

aside {
    margin: 1rem 0;
}

@media all and (max-width: 727px) {
    #wrapper {
        min-width: 200px !important;
        margin: 0;
        padding: 0.5rem;
        border: none;
    }

    footer {
        display: block;
    }

    br {
        display: none;
    }

    a,
    p i {
        white-space: nowrap;
    }

    footer br {
        display: inline;
    }

    footer p,
    footer p:nth-of-type(2) {
        text-align: center;
    }
}