@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Open+Sans: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 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12.5px;
    line-height: 1.4;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    font-size: 1.5rem;
    line-height: 1;
    margin:.937rem 0;
    color: #F18A0B;
}

h2 {
    font-size: 1rem;
    margin: 0 0 .937rem;
    color: #F18A0B;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: 1.875rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .5rem;
    height: .5rem;
    border-radius: .312rem;
    border: .062rem solid #F18A0B;
    margin-left: -1.25rem;
    top: .187rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 53.75rem;
    margin: 1rem auto;
    box-shadow: 0 0 1.562rem #999;
}

article {
    padding: 1.25rem 3.125rem .625rem
}

footer {
    padding: 0 3.125rem 3.125rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

footer > a {
    width: 12.5rem;
    margin-bottom: -.75rem;
}

address {
    display: flex;
    flex-wrap: wrap;
    font-style: normal;
}

address strong {
    width: 100%;
    padding: 0 0 .312rem .437rem
}

address a {
    font-size: 1.062rem;
    background: #F18A0B;
    color: #fff;
    width: 2rem;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 .312rem;
}

nav {
    width: 13.75rem;
    color: #F18A0B;
    font-weight: 700;
    font-size: 1.15em
}

nav a:first-of-type {
    width: 7.5rem
}
nav a:nth-of-type(2){
    font-size: 1.06em
}

@media only screen and (max-width:53.687rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    article {
        padding: .625rem
    }

    footer {
        padding: .625rem;
        display: block;
        text-align: center;
    }

    footer > a {
        width: 12.5rem;
        margin: 0;
    }

    address {
        display: flex;
        margin: .625rem 0;
        justify-content: center;
    }

    address a {
        font-size: 1.062rem;
        background: #F18A0B;
        color: #fff;
        width: 2rem;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0 .312rem;
    }

    nav {
        width: auto;
        color: #F18A0B;
        font-weight: 700;
        font-size: 1.15em
    }

    nav a {
        display: block;
        margin: 0 auto.625rem
    }

    nav a:first-of-type {
        width: 6.875rem
    }
}

@media only screen and (max-width:479px) {}
