﻿@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 {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    box-shadow: .125rem .125rem .625rem #000;
    padding: 2.5rem;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    color: #0F507D;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.1;
    margin: 0 0 1.875rem;
}

h1 element {
    padding-left: 4.375rem
}

h1 span {
    font-size:1.5rem;
    display: block;
    margin-top: .187rem;
}

h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 1.25rem 0;
}

h3 {
    text-align: center;
    color: #17365D;
    font-size: .937rem;
    line-height: 1.4;
    margin:1.875rem 0 .312rem;
    font-weight: normal;
}

h4 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 .312rem 0;
}

h4:after {
    content: "";
    background: url(../images/image.JPG) no-repeat;
    background-size: 100%;
    width: 3.437rem;
    height: 1.125rem;
    display: inline-block;
    position: relative;
    top: .25rem;
}

h5 {
    color: #0F507D;
    text-align: center;
    font-weight: bold;
    font-size: 1.312rem;
    margin: 0;

}

hr {
    border-top: thin solid #52BA5A;
}

ul {

    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left:3.625rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -2.687rem;
    font-size: 1.312rem;
    line-height: 0.95
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    margin: 0;
    padding: 0 0;
    position: relative;
}

header a {
    position: absolute;
    top: 1%;
    right: 0%;
    width: 45%;
    height: 40%;
}

article > section:nth-of-type(1) {
    float: left;
    width: 49%;
}

article > section:nth-of-type(2) {
    float: right;
    width: 49%;
}



footer {
    margin: .312rem -1.875rem 0;
    padding: 0 1.875rem 1.875rem;
}

footer > a {
    float: right;
    max-width: 14.375rem;
    margin: .625rem 0;
}


p span {
    color: #D9222A;
    font-weight: bold;
}



nav {
    display: block;
    margin: -.75rem 3.375rem -.75rem 0;

}

nav img {
    display: block;
}

a {
    text-decoration: underline;
    color: blue;
}

ul h2 {
    padding-left: 1.562rem;
}
ul:nth-of-type(2){
    margin-bottom: 1.875rem;
}
@media only screen and (max-width: 49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
        box-shadow: none;
    }

    a {
        font-weight: bold;
    }

    h2 {
        margin: 0 0 .625rem 0;
    }

    p {
        text-align: left;
    }

    header {
        margin: -.625rem -.625rem .625rem;
        padding: 0 .125rem;
    }

    ul li {
        padding-left: .937rem;
        text-align: left;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    article > section:nth-of-type(1) {
        float: none;
        width: auto;
    }

    article > section:nth-of-type(2) {
        float: none;
        width: auto;
    }

    article > p:nth-last-of-type(2) br {}

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    p,
    ul {
        margin: 0 0 .625rem;
    }

    h3 {
        margin: 0 0 .625rem;
        font-size: 1rem;
        display: block;
        line-height: 1;
    }

    h1 {
        margin: .625rem 0;
        line-height: 1;
        font-size: 1.375rem;
    }

    h5 {
        margin: 0 0 .625rem;
        font-size: 1.125rem;
    }

    h1 span {
        font-size: 1rem;
    }

    nav {
        margin: 0;
    }

    ul:last-of-type {
        margin-bottom: .625rem;
    }

    ul li br {
        display: none;
    }

    ul:last-of-type {
        margin-bottom: .625rem;
    }

    ul h2 {
        padding-left: 0;
    }

    element {
        display: none;
    }
    article>br,
    ul br{
        display: none;
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.25rem;
    }

    h1 span {
        font-size: 1rem;
    }

    h3 {
        font-size: .875rem;
    }


}
