﻿@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: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 55rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 .312rem;
}

h1 {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 1.875rem;
    line-height: 1.2;
    margin: .312rem 0 .625rem;
    color: #E3000F;
    font-weight: 600;
}

h1 span {
    font-weight: 300;
    font-size: 0.95em;
}

h2 {
    font-size: 1em;
    margin: 0 0 .312rem;
    color: #E3000F;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3
}


header p {
    letter-spacing: -0.3px;
}

h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: .625rem;
    margin-bottom: .187rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: .375rem;
    background: #E3000F;
    margin-left: -.625rem;
    top: .437rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: .undefinedrem;
}

header {
    position: relative;
}

header a {
    position: absolute;
    width: 41%;
    height: 22%;
    top: 6%;
    left: 4%;
}

header > img:nth-of-type(2) {
    display: none;

}

article {
    background: #D9DADA;
    padding: 0 .625rem;
    margin: 0 0 0;
}

section nav:nth-of-type(1) {
    background: #FBFBFB;
    margin: .625rem 0 0;
    position: relative;
}

section:nth-of-type(1) nav {
    width: 49.5%;
    float: left;
    padding: .312rem .625rem;
}

section:nth-of-type(2) nav:nth-of-type(1) {
    width: 49.4%;
    float: right;
    padding: .312rem .625rem;

}

section:nth-of-type(2) nav:nth-of-type(2) {
    width: 49.4%;
    float: right;
    padding: .312rem .625rem 0;
    background: #FBFBFB;
    margin-top: .625rem;
    letter-spacing: -0.2px;
}

section:nth-of-type(2) nav:nth-of-type(2) p:nth-of-type(1) {
    margin: 0 0 .937rem;
}

section:nth-of-type(2) nav:nth-of-type(2) p:nth-of-type(2) {
    margin: 0;
}

aside {
    margin: -10px -.625rem;
    padding: .312rem .625rem;
    background: #009547;
    line-height: 1;
    color: #fff;
    position: relative;
    font-size: 1.187rem;
    text-align: center
}

small {
    font-size: 1.375rem;
}

aside a:nth-of-type(1) {

    font-weight: bold;
    color: #fff;
    line-height: 1;
}

aside a:nth-of-type(2) {
    position: absolute;
    margin: 0;
    right: 5%;
    top: .312rem;
}

header section {
    position: absolute;
    bottom: 1.25rem;
    left: 5rem;
}

article section:nth-of-type(2) > nav > a {
    max-width: 140px;
}

article section:nth-of-type(2) nav:last-of-type > p:last-of-type {
    float: right;
}

article section:nth-of-type(2) nav:last-of-type > p:first-of-type {
    margin-bottom: 1.312rem
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast: active) {
    article section:nth-of-type(2) nav:last-of-type > p:first-of-type {
    margin-bottom: 23px
}
}

@media only screen and (max-width:54.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }



    a {
        font-weight: bold;
    }

    section nav:nth-of-type(1) {
        background: #FBFBFB;
        margin: 0 0 0;
        position: relative;
    }

    article {
        padding: 0;
    }

    section:nth-of-type(1) nav,
    section:nth-of-type(2) nav:nth-of-type(1),
    section:nth-of-type(2) nav:nth-of-type(2) {
        width: auto;
        float: none;
    }

    section:nth-of-type(2) nav:nth-of-type(1),
    section:nth-of-type(2) nav:nth-of-type(2) {
        margin: 10px 0 0;
    }

    h1 {
        font-size: 24px;
    }



    section:nth-of-type(1) br,
    ul br {
        display: none;
    }

    aside {
        font-size: 16px;
        padding-bottom: .625rem;
    }

    aside a:nth-of-type(1),
    aside a:nth-of-type(2) {
        position: static;
        margin: 10px 0 0;
    }

    aside a:nth-of-type(1) {
        margin-top: 5px
    }

    small {
        display: none;
    }

    header a {
        height: 48%;
    }

    header section {
        position: static;
        margin: .625rem .625rem 0;
    }
    header p{
        letter-spacing: 0;
        
    }
    header h1 br{
        display: block !important;
    }

    article section:nth-of-type(2) > nav > a {
        max-width: 140px;
        margin: .625rem auto;
        display: block;
    }

    article section:nth-of-type(2) nav:last-of-type > p:last-of-type {
        float: none;
    }

    article section:nth-of-type(2) nav:last-of-type > p:first-of-type {
        margin-bottom: 1.312rem
    }
    aside a:nth-of-type(2){
        margin-bottom: -.312rem;
        
        margin-top: 0;
    }
     article section:nth-of-type(2) nav:last-of-type > p:first-of-type {
    margin-bottom: .625rem
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
