﻿@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: red;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

address {
    font-style: normal;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 1.1;
    margin: .937rem 0 1.25rem;
    font-weight: 400;
    padding: 0;
}

h2 {
    font-size: 1.5rem;
    margin: 1rem 0 .625rem;
    font-weight: normal;
}

h3 {
    font-size: 1.5rem;
    margin: 1.25rem 0 0;
    text-align: center;
    font-weight: normal;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    margin: 0 0 .937rem;
    padding: 0;
    flex: 1;
    list-style-position: inside;
    margin-left: 1em;
}

/*
ul ul {
    margin: 0;
}

ul li {
    padding-left: 0px;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -0px;
    font-size: 1.375em;
    line-height: 1;
    font-family: 'arial', sans-serif;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: .5rem;
    border: .062rem solid #000;
    margin-left: -.937rem;
    top: .5rem;
}
*/


ul p {
    margin: 0;
    letter-spacing: -0.1px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#wrapper {
    position: relative;
    max-width: 57.5rem;
    margin: 1rem auto;
    background-color: #fff;
    padding: 0;
}

address {
    position: relative;
}

address > a {
    position: absolute;
    width: 27%;
    height: 9%;
    right: 5%;
    bottom: 8%
}

header > a {
    margin: .625rem 0;
    display: block;
    width: 11.5rem;
}

header > a img {
    max-width: 11.5rem;
    width: 100%;
}

aside {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

aside p {
    text-align: right;
    margin: 0;
}

aside img {
    max-width: 32px;
    margin: 7px 0 0;
}

article {
    padding: 0;
}

article > a:last-of-type {
    color: #fff;
    background-color: red;
    border-color: #e60000;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: .062rem solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.42857143;
    border-radius: 0;
}

article > a:last-of-type:hover {
    color: #fff;
    background-color: #CC0000;
    border-color: #e60000;
}

p span {
    color: #E2001A;
    font-weight: bold;
}

p a:hover {
    color: #B30000
}

@media only screen and (max-width:57.437rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    h1 {
        font-size: 1.25rem;
    }

    h2 {
        font-size: 1.125rem;
    }

    header > a {
        margin: .625rem 0;
        display: block;
        width: 13.437rem
    }

    footer,
    article,
    header > a {
        padding: .625rem;
    }

    aside p {
        text-align: center;
        margin: 0;
    }

    article > br {
        display: none;
    }

    article > p:nth-of-type(3) {
        margin: .625rem 0 .625rem;
    }

    footer {
        padding-top: 0;
    }

    /*  ul li{
        padding-left: 25px;
    }*/
}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .875rem;
    }

    h1 {
        font-size: 1.125rem;
    }

    h2 {
        font-size: 1rem;
        margin: .625rem 0 .312rem;
    }

    h3 {
        font-size: 1rem;
    }
}
