@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    font-family: 'Oxygen', sans-serif;
    font-size: .875rem;
    line-height: 1.3;
    color: #6E6E70;
    background: #565656;
}

p {
    margin: 0 0 .625rem;
    text-align: justify;
}

h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.3;
    margin: 1.25rem 0;
    color: #0059A6;
}

h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 .937rem;
    color: #0059A6;
}

h3 {
    font-size: 1.562rem;
    margin: 0;
    color: #fff;
    line-height: 1;
}

h3 span {
    color: #BDBEC1;
    font-size: 1rem;
}

h4 {
    text-align: center;
    font-size: 1.125rem;
    margin: 0 0 1.25rem;
}

h4 span {
    font-size: 1.25rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.25rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: .312rem;
    background: #6E6E70;
    margin-left: -1.25rem;
    top: .375rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 770px;
    margin: 1rem auto;
    background: #fff;
    box-shadow: 0 0 .625rem .187rem #333;
}

header {
    background: #0059A6;
    display: flex;
    justify-content: space-between;
}

header a {
    display: block;
    width: 11.875rem;
}

header section {
    flex: 1;
    padding: .937rem 0 0 2.5rem;
}

article {
    padding: 1.875rem 2.5rem 0;
}
article aside:nth-of-type(2) ul:first-of-type{
    margin-top: -5.625rem;
}

aside {
    display: flex;
}

aside section,
ul {
    flex: 1;
    padding-right: .937rem;
}

article aside section,
article ul {
    padding-right: 1.562rem;
}

footer section {
    line-height: 1.2;
    padding: 0;
}

footer aside section:first-of-type{
    margin-top: -1.562rem
}

footer section p {
    padding: 0 .937rem 0 2.5rem;
    font-size: .812rem
}

footer p span {
    color: #0059A6;
}

footer img {
    /*    height: 100%;*/
}



footer section p:last-of-type {
    /*    font-size: .812rem;*/
    padding-left: 2.5rem;
    margin-bottom: 12px;
}

footer section:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

address {
    padding: 1.25rem;
    background: #0059A6;
    text-align: right;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
}

footer > p {
    padding-left: 50%;
}


@media only screen and (max-width:769px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    h1 {
        font-size: 1.562rem;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    p a {
        font-weight: bold;
    }

    header {
        display: block;
        text-align: center;
        padding: .625rem;
    }

    header a {
        margin: .937rem auto 0;
    }

    header section {
        padding: 0;
    }

    article {
        padding: .625rem;
    }

    aside {
        display: block;
    }

    br {
        display: none;
    }

    p {
        text-align: left;
    }
    article aside:nth-of-type(2) ul:first-of-type{
        margin-top: 0;
    }
    footer aside section:first-of-type{
        margin-top: 0
    }

    aside section,
    ul {
        padding-right: 0;
    }

    article aside section,
    article ul {
        padding-right: 0;
    }

    footer {
        padding: 0 .625rem;
    }

    footer section p:first-of-type {
        text-align: left;
    }

    footer section p,
    footer section p:last-of-type {
        padding: 0;
    }

    address {
        padding: .625rem;
        text-align: center;
        font-size: 1rem;
        margin: 0 -.625rem;
    }

    footer > p {
        padding-left: 0;
    }

    footer img {
        display: none;
    }

    h1 {
        margin: .625rem 0;
    }

    h4,
    h4 span {
        font-size: 1rem;
    }

    header br {
        display: block;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.25rem;
    }
}
