﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline;
    text-decoration: none;
    white-space: normal;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Arial', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 45.625rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 2.5rem 2.5rem 0;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 0.625rem;
}

p span,
h2 {
    color: #5B9BD5;
}

h1 {
    text-align: left;
    font-size: 1.75rem;
    line-height: 1.2;
    margin: 0 0 .937rem;
    font-weight: normal;
}

h2 {
    font-size: .875rem;
    line-height: 1;
    margin: 0 0 1.25rem;
    font-weight: normal;
}

footer h2 {
    margin: 0 0 .937rem;
}

h3 {
    font-size: .937rem;
    line-height: 1.4;
    margin: 0 0 0.625rem;
    background: #ED7D31;
    padding: .437rem 2.5rem;
    border-top: thin solid #AE5A21;
    border-bottom: thin solid #AE5A21;
    margin: -.625rem -2.5rem .937rem;
    text-align: center;
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.1px;
}

ul {
    list-style: none;
    margin: 0 0 .125rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375rem;
    line-height: 0.9;
}

hr {
    border: none;
    border-top: thin solid #41719C;
    border-bottom: thin solid #41719C;
    height: .5rem;
    background: #5B9BD5;
    margin: 0 -2.5rem 2.5rem;
}

menu hr:nth-of-type(1),
footer hr {
    margin: 0 -2.5rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

menu {
    margin: 0;

}

menu p {
    margin: 0;
    padding: .312rem 0;
}

header {
    position: relative;
}

header > img {
    position: absolute;
    bottom: -.625rem;
    right:0;
    max-width: 270px;
}

header p {
    margin: 0 0 .937rem;
}


footer {
    margin: 4.375rem 0 0;
    position: relative;
}

footer p {
    width: 60%;
    font-weight: bold;
    margin: 0 0 1.875rem;
}

footer > a {
    position: absolute;
    bottom: .625rem;
    right: 0;
    max-width: 18.125rem;
}


@media only screen and (max-width:45.562rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem .625rem 0;
    }

    header img {
        position: static;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        margin: 0 0 .625rem
    }

    footer {
        margin: 0;
    }

    footer > a {
        position: relative;
        margin: 20px auto 10px;
        display: block;
    }

    h1 {
        margin: 0 0 .625rem;
        font-size: 1.25rem;
    }

    h2 {
        margin: 0 0 .625rem;
    }

    h3 {
        margin: 0 -.625rem;
        padding: .312rem .625rem;
    }

    header p {
        margin: 0 0 .625rem;
    }

    header p br,
    ul br {
        display: none;
    }

    menu p {
        text-align: left;
    }

    a {
        font-weight: bold;
    }


    hr {
        margin: 0 -.625rem .625rem;
    }

    footer p{
        width: auto;
        margin: 0 0 10px;
    }
    footer p a{
        display: block;
    }
}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.125rem;
    }
}
