﻿@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    /* background-image: url(../images/bg.png);
    background-repeat: repeat-x;*/
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    padding: 2.5rem 3.125rem 0;
    background-color: #fff;
    overflow: hidden;
    border: solid thin #000;
}

p {
    text-align: left;
}


h1 {
    font-size: 1.75rem;
    line-height: 1.1;
    color: #E3131B;
    text-align: center;
    margin: 1.25rem 0 1.875rem;
}

header h1 {
    text-align: center;
    margin: .625rem 0 1.25rem;
}

/*#0070C0;*/
h1 span {
    font-weight: normal;
    font-size: 0.731em;
}

h2 {
    font-size: 1.062rem;
    line-height: 1.2;
    color: #0070C0;
    /*background: #D9D9D9;*/
    text-align: left;
    margin: 1.25rem 0 .312rem;
}

a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    padding-left: 1rem;
}

li {
    padding-bottom: 0.2rem;
}

ol {
    padding-left: 2rem;
    margin: 0 0 .625rem;
}

ol li {
    list-style-type: none;
}

ol li:before {
    content: "\25A0";
    float: left;
    margin-left: -2rem;
    margin-top: 1px;
    font-size: .625rem;
    color: #0070C0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header a {


    margin: 0;
}

header a img {
    max-width: 12.5rem;
    width: 100%;
}

section {
    display: flex;
    justify-content: space-between;
}

section p {
    font-size: .812rem;
    margin: 0;
}

section p:first-of-type {
    margin: 0 0 0 9.375rem;
}

section p:last-of-type {
    margin-right: 9.375rem;
}

section p strong {
    display: flex;
}

section p element {
    display: block;
    width: 1.562rem;
}

section p element img {
    max-width: 1rem;
    width: 100%;
}

section p:last-of-type element img {
    max-width: .875rem;
}

section p span {
    display: inline-block;
}

footer {
    background: #D9D9D9;
    margin: 1.875rem -3.125rem 0;
    padding: 1.25rem 3.125rem;

}

footer img {
    max-width: 25rem;
    margin: 1.25rem auto .625rem;
    display: block;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    30% {
        left: 0%;
    }

    33% {
        left: -100%;
    }

    64% {
        left: -100%;
    }

    67% {
        left: -200%;
    }

    97% {
        left: -200%;
    }

    100% {
        left: -300%;
    }
}

.slider {
    overflow: hidden;
    margin: 1.875rem -3.125rem;
}

.slider figure {
    position: relative;
    width: 400%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 18s slidy infinite;
}

figure img {
    width: 25%;
    float: left;
}

@media only screen and (max-width:56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: .625rem .625rem 0;
    }

    a {
        font-weight: bold;
    }

    p a {
        white-space: pre-wrap;
    }

    body {
        font-size: .875rem;
    }

    h1 {
        font-size: 1.375rem;
        text-align: left;
        margin: .937rem 0
    }

    header h1 {
        text-align: left;
        margin: .937rem 0;
    }

    /*#0070C0;*/
    h1 span {
        font-weight: normal;
        font-size: 0.731em;
    }

    h2 {
        font-size: .937rem;
        margin: .625rem 0 0;
    }

    header a {
        float: none;
        max-width: 12.5rem;
        display: block;
        margin: .625rem;
    }

    section {
        display: block;
        justify-content: center;
    }

    section p {
        font-size: .812rem;
        text-align: center;
        margin: 0 0 .625rem;
    }

    section p:first-of-type {
        margin: 0 0 .625rem;
    }

    section p:last-of-type {
        margin: 0 0 .625rem;
    }

    section p strong {
        display: flex;
    }

    section p element {
        display: block;
        width: 1.562rem;
    }

    footer {
        margin: .625rem -.625rem 0;
        padding: .625rem;

    }

    footer img {
        max-width: 15.625rem;
        margin: .625rem auto;
    }

    .slider {
        margin: .625rem -.625rem;
    }

    p > strong > span br {
        display: none;
    }
}
