@charset "utf-8";

/* Standard */

: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 {}

address {
    font-style: normal;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Tahoma', sans-serif;
    font-size: .75rem;
    line-height: 1.3;
    background: #565656;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 1.25rem;
    margin: 0;
    padding: .625rem 2.5rem;
    font-weight: 400;
    color: #fff;
    background: #00343D;
}

h2 {
    font-size: 1rem;
    margin: 0;
}

h3 {
    font-size: 1.25rem;
    margin: 1.562rem 0 1.25rem;
    font-weight: 400;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
}

ul li {
    padding-left: 1.25rem;
    margin-top: .125rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .937rem;
    height: .625rem;
    background: url(../images/1.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -1.25rem;
    top: .125rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid thin #000;
    box-shadow: .187rem .187rem .312rem #000;
    background-color: #fff;
}

header {
    position: relative;
}

header a {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 13.437rem
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    header a {
        top: 0;
    }
}

article {
    padding: 1.25rem 2.5rem 0;
}

#wrapper > a {
    display: block;
    width: 8.125rem;
    margin: 0 0 2.5rem auto;
}

article > img {
    position: absolute;
    bottom: 13%;
    right: 1.875rem;
    border: .062rem solid #ccc;
}

footer {
    background: #00343D;
    color: #fff;
    padding: .437rem 1.875rem;
    text-align: right;
}

@media only screen and (max-width:800px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    header {
        background: linear-gradient(to right, #006778 7%, #007183 15%, #003D47 47%, #003D47);
        padding-top: .625rem;
    }

    header a {
        position: static;
        margin: 0 .625rem .625rem auto;
        width: 9.375rem;
        display: block;
    }

    h1 {
        padding: .625rem;
        text-align: center;
    }

    article {
        padding: .625rem;
    }

    h3 {
        margin: .625rem 0
    }

    #wrapper > a {
        margin: 0 0 .625rem auto;
    }

    article > img {
        position: static;
    }

    footer {
        text-align: center;
    }

}

@media only screen and (max-width:479px) {}
