﻿@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;
}

a u {
    text-decoration: underline;
    color: blue;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-size: .845rem;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    background-color: rgb(240, 240, 240);
}

#wrapper {
    position: relative;
    max-width: 43.125rem;
    margin: 1rem auto;
    border: none;
    padding: 1.25rem 2rem;
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: .812rem 0 .937rem;
}

h1 {
    font-size: 1.475em;
    line-height: 1.1;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: .687rem 0;
}

h1 span {
	
	font-size: 0.731em;
	font-weight:normal;
	}

h2 {
    font-size: .937rem;
    margin: .312rem 0 0;
    padding: .625rem 0 0;
}

h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

article > ul {
    margin-top: 0;
    padding-top: 0;
    padding-left: 1.25rem;
    margin-left: 1.875rem;

}



.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header a {
    display: block;
    width: 100%;
    height: auto;
}

header {
    margin: 0 0 .812rem;
}

article p a {
    white-space: normal;
    display: inline;
}


footer {
    display: flex;
    justify-content: flex-start;
}


footer p {
    line-height: 1.6;
    margin: 30px 0 0;
    text-align: left;
    padding-right: 4.687rem
}

footer a img {
    width: 100%;
    max-width: 5.937rem;
    padding-top: 1.875rem
}

article p:last-of-type {}

@-moz-document url-prefix() {
    footer p {
        line-height: 1.55;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    footer p {
        line-height: 1.55;
    }
}

@media only screen and (max-width:43.062rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem .625rem;
    }

    a {
        font-weight: bold;
    }


    h1 {
        padding: 0;
    }

    h2 {
        margin: 0;
        padding: 0;
    }

    p {
        text-align: left;
    }

    #wrapper > article > p:nth-child(10) {
        margin: 0 0 .812rem
    }

    footer {
        display: block;
    }

    footer p {
        line-height: inherit;
        margin: 0 0 1.25rem 0;
    }
    footer a img{
        padding-top: 0
    }

    article ul {
        margin: 0 0 .625rem;
        padding: 0 0 0 1.25rem;
    }

    article ul li {
        padding-left: .625rem
    }
    article ul li:before{
        margin-left: -.625rem;
    }
   

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}
