﻿@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: #1D1D1B;
    font-family: 'Arial', sans-serif;
    font-size: .812rem;
    line-height: 1.4;
    letter-spacing: -0.2px;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: solid thin #868585;
    padding: 0;
    overflow: hidden;
    background: #D6D7D3;
}

article section:nth-of-type(1) p {
    line-height: 1.5;
    margin-bottom: .312rem;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    color: #E3000F;
    text-align: center;
    line-height: 1.1;
    margin:0;
    font-size: 2.062rem;
}

h1 span {
    font-weight: normal;
    font-size: 0.52em;
    display: block;
    margin-top: .312rem;
}

h2 {
    font-size: .812rem;
    margin: 0 0;
}

h3 {
    position: absolute;
    bottom: .312rem;
    left: 0;
    /*background: rgba(255, 255, 255, 0.87);*/
    font-size: .812rem;
    font-weight: normal;
    margin: 0;
    padding: .312rem .937rem .312rem .312rem;
    line-height: 1.1;
    color: #fff;
}

h4 {
    position: absolute;
    bottom: .312rem;
    right: 0;
    font-size: .812rem;
    font-weight: normal;
    margin: 0;
    padding: .312rem .937rem .312rem .312rem;
    line-height: 1.1;
    color: #fff;
}

ul {
    list-style: none;
    margin: 0 0 .312rem;
    padding: 0;
}

ul li {
    padding-left: .75rem;
    margin-bottom: .062rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .437rem;
    height: .437rem;
    background: #E3000F;
    margin-left: -.75rem;
    top: .25rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

article section:nth-of-type(1) {
    width: 53.5%;
    float: left;
    padding: 10px .625rem .312rem;
    background: #fff;
     

}

article section:nth-of-type(2) {
    width: 45.5%;
    float: right;
    line-height: 1.2;
    background: #fff;
     !important;
}

aside {
    padding: .625rem;
    background: #fff;
    margin: 0;
}

aside:last-of-type {
    margin: -10px 0 0;
    padding-top: 0;
}





address {
    margin: -.625rem -.625rem .625rem -1.187rem;
    display: block;
    position: relative;
    font-style: normal;
}

article section:nth-of-type(2) aside:nth-of-type(2) {
    position: relative;
}

article section:nth-of-type(2) aside:nth-of-type(2) > a {
    float: left;
    margin: .937rem 0 0 -.625rem;
    max-width: 6.75rem;
    position: relative;
    top: .625rem;
}



element {
    display: block;
    margin: 5px 0 0 10px;
    float: left;
    position: relative;
}

element p {
    font-size: .812rem;
    margin: 0 0 8px
}

element p:nth-of-type(2) {
    margin: 0 0 5px
}

element nav {
    float: right;
    position: absolute;
    top: -.625rem;
    right: -1.875rem;
}

nav a {
    display: block;
    text-align: center;
    margin: 0 auto;
}

nav a:nth-of-type(1) {
    max-width: 3.437rem;
}

nav a:nth-of-type(2) {
    max-width: 2.687rem;
}





article section:nth-of-type(1) p:nth-of-type(1),
article section:nth-of-type(1) p:nth-of-type(3),
article section:nth-of-type(1) p:nth-of-type(5) {
    letter-spacing: -0.4px;
    margin-bottom: 10px
}
article section:nth-of-type(1) p:nth-of-type(2){
    letter-spacing: -0.4px
}
article section:nth-of-type(1) ul {
    line-height: 1.3;
    margin: 0 0 .312rem;
}




article section:nth-of-type(1) {
    background-size: 100%;
    padding-top:.312rem;
    border-left: 10px solid #D6D7D3;
    border-top: .625rem solid #D6D7D3;

}


article section:nth-of-type(2) aside:nth-of-type(2) > p:last-of-type {
    background-color: #009444;
    color: #fff;
    padding: .062rem 1.25rem;
    font-weight: bold;
    margin: 0 -.625rem -.625rem;
    font-size: 1.25rem;
}

article section:nth-of-type(2) aside:nth-of-type(2) > p:last-of-type a:last-of-type {
    max-width: 1.25rem;
    margin-bottom: -.187rem
}
as{
    display: block;
}
@-moz-document url-prefix() {
    article section:nth-of-type(1) p {
        text-align: left;
        line-height: 1.44;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    article section:nth-of-type(1) p {
        text-align: left;
        line-height: 1.45;
    }
}

@media only screen and (max-width:56.187rem) {
    article section:nth-of-type(2) ul:last-of-type {
        width: auto
    }
    as{
        display: none;
    }

    #wrapper {
        background: #fff;
        margin: 0 auto;
        border: 0;
        padding: 0;
        text-align: left;
        line-height: 1.3 !important
    }

    a {
        font-weight: bold;
    }

    article section:nth-of-type(1),
    article section:nth-of-type(2) {
        width: auto;
        float: none;
        height: auto;
    }

    address {
        display: none;
    }

    ul br {
        display: none;
    }

    article section:nth-of-type(1) p,
    article section:nth-of-type(1) ul,
    article section:nth-of-type(2) p,
    article section:nth-of-type(2) ul {
        line-height: 1.4
    }

    article section:nth-of-type(1) p {
        margin: 0 0 .625rem;
    }

    article section:nth-of-type(1) {
        padding: .625rem .625rem 0;
    }

    article section:nth-of-type(1) ul {
        margin: 0;
    }

    article section:nth-of-type(2) aside {
        padding: 0 .625rem;
    }


    element {
        float: none;
        margin: 0 auto;
        display: block;
    }



    element p {
        text-align: center;
        margin: 0;
        padding: .625rem 0 0
    }

    element nav {
        position: static;
        display: block;
        text-align: left;
        float: none;
    }

    nav a {
        margin: .625rem auto 0;
        display: block;
    }

    h1 {
        font-size: 1.5rem;
    }

    article section:nth-of-type(1) p {
        text-align: left
    }

    ul {
        text-align: left;
    }



    #wrapper > article > section:nth-child(2) > aside:nth-child(2) > element > a {
        position: static;
        max-width: 2.5rem;
        margin: .625rem 0 .625rem;
        display: block;
    }

    article section:nth-of-type(1) {
        background: #fff;
        padding-top: .625rem
    }

    article section:nth-of-type(1) p:nth-of-type(1) {
        letter-spacing: 0;
    }

    h1 span {
        font-size: 0.65em
    }

    article section:nth-of-type(1) {
        background: #fff;
        border-left: none

    }

    #wrapper > article > section:nth-child(1) > p:nth-child(6) {
        margin-bottom: .625rem
    }

    article section:nth-of-type(2) aside:nth-of-type(2) > p:last-of-type {
        padding: .312rem .625rem;
        margin: 0 -.625rem 0;
        font-size: 1rem;
        text-align: center;
    }

    article section:nth-of-type(2) aside:nth-of-type(2) > p:last-of-type a:last-of-type {
        max-width: 1.25rem;
        margin-bottom: -.187rem
    }
    article section:nth-of-type(2) aside:nth-of-type(2) > a{
        float: none;
        margin: .625rem auto;
        display: block;
    }
    aside:last-of-type{
        margin-top: 0;
    }
    article section:nth-of-type(1) p:nth-of-type(2){
        letter-spacing: 0;
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.125rem;
    }
}
