/* reset all */

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    font: 16px;
}



*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
img {
    outline: none;
    border: none;
}

img {
    display: inline-block;
    width: 100%;
}

/* body set-up */

body {
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background: #fff;
    font-weight: normal;
}

/* main style */

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

u {
    text-decoration: underline;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    color: #A11B32;
    display: block;
    font-size: 2.562rem;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 .937rem;
}

h1 span {
    font-size: 0.7em;
    font-weight: normal;
}

h2 {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 1.25rem;
    font-weight: normal
}

h3 {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 .937rem;
    font-weight: normal
}

ul {
    padding: 0;
    margin: 0 0 .625rem 0;
    list-style: none;
}

ul li {
    padding-left: 1.562rem;


}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.562rem;
    font-size: 1.375rem;
    line-height: 1;
}


/* layout  */

#wrapper {
    display: block;
    max-width: 48.125rem;
    margin: 0.75em auto;
    padding: 1.875rem;
    border: .062rem solid #9C9EA1;
    background: #132534;
}



/* content */

header {
    margin: -1.875rem -1.875rem -4.687rem;
    padding: 0;
    position: relative;
}

article {
    position: relative;
}

header a {
    position: absolute;
    display: block;
    margin: 0 auto 0;
    width: 30%;
    height: 18%;
    top: 4%;
    right: 5%;
}

header img {
    display: block;
}

article section:nth-of-type(1) {
    width: 49%;
    float: left
}

article section:nth-of-type(2) {
    width: 48%;
    float: right
}

article p span {
    color: #A11B32;
}

article p:nth-of-type(2) span {
    font-size: 1.187rem;
}

article p:nth-of-type(3) span {
    font-size: 1.187rem;
    line-height: 1;
    margin: .125rem;
    color: #C00000;
    display: inline-block;
    top: -.062rem;
    position: relative;
}

article p:nth-of-type(3) span:nth-of-type(1),
article p:nth-of-type(3) span:nth-of-type(4),
article p:nth-of-type(3) span:nth-of-type(9) {
    margin-left: 0
}

/*--use clearfix when float get's overflowed--*/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

/*----------------- footer --------------------*/

footer {
    margin: 0 0 -.625rem;
    padding: 0;
}

footer p {
    letter-spacing: 0.1px;
    margin: 0;
}

footer p a {
    color: #A11B32;
    text-decoration: underline;
}

@media only screen and (max-width:48.062rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    article p:nth-of-type(3) span {
        font-size: 1.187rem;
        line-height: 1;
        margin: 0;
        color: #C00000;
        display: inline-block;
        top: -.062rem;
        position: relative;
    }

    article p:nth-of-type(3) span:nth-of-type(1),
    article p:nth-of-type(3) span:nth-of-type(4),
    article p:nth-of-type(3) span:nth-of-type(9) {
        margin: 0;
    }

    article p:nth-of-type(3) br,
    ul br {
        display: none;
    }

    footer {
        margin: 0;
        padding: 0;
    }

    header {
        margin: -.625rem -.625rem -2.5rem;
        padding: 0;
    }

    article section:nth-of-type(1),
    article section:nth-of-type(2) {
        width: auto;
        float: none;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: .875rem;
        margin: 0 0 .625rem;

    }

    h3 {
        font-size: .937rem;
        margin: 0 0 .625rem;
    }

    a {
        font-weight: bold;
    }

    p,
    ul {
        margin: 0 0 .625rem;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }
}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .812rem;
    }

    h1 {
        font-size: 1.125rem;
    }

}
