@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

: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 {}

address {
    font-style: normal;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: .812rem;
    line-height: 1.3;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 1.75rem;
    line-height: 1;
    margin: 1.25rem -4.687rem;
    padding: 1.562rem 4.687rem;
    background: #c23c33;
    color: #fff;
}

h1 span {
    font-weight: 400;
    font-size: 0.73em
}

h2 {
    font-size: .812rem;
    margin: 0 0 .125rem;
    ;
    color: #c23c33;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: .937rem;
    position: relative;
}

/*ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .437rem;
    height: .437rem;
    border-top: .062rem solid #c23c33;
    border-right: .062rem solid #c23c33;
    transform: rotate(45deg);
    margin-left: -1.062rem;
    top: 3px;
}*/

ul li:before {
    position: absolute;
    top: .187rem;
    left: .062rem;
    content: "";
    height: 0;
    width: 0;
    border: .375rem solid;
    border-color: transparent transparent transparent #c23c33;
}

ul li:after {
    position: absolute;
    top: .312rem;
    left: .062rem;
    content: "";
    height: 0;
    width: 0;
    border: .25rem solid;
    border-color: transparent transparent transparent #fff;
}



.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 698px;
    margin: 1rem auto;
    border: solid .062rem #c23c33;
}

header {
    padding: 1.562rem;
}

header a {
    display: block;
    width: 13.437rem;
    margin: 0 0 0 2.187rem;
}

aside {
    overflow: hidden;
}

aside section {
    box-shadow: 0 0 5rem 4.375rem #fff;
    position: relative;

}

article {
    margin: -5.625rem 1.562rem 0;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    padding: 1.562rem 1.562rem 0;
}

address {
    background: #E9EAEA;
    padding: 1.562rem 1.562rem 1.25rem;
    margin: 1.562rem -25px 0;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

address span {
    color: #c23c33;
}

footer {
    background: #C23C33;
    padding: 10px 80px;
    text-align: right;
    color: #fff;
}

nav {
    padding: 0 1.562rem;
}

article > a {
    background-color: #c23c33;
    padding: 10px 25px;
    transition: all .3s ease;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    font-weight: 400;

}

article > a:hover {
    background: #AD352D;
}

@media only screen and (max-width:43.562rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    header {
        padding: .625rem;
    }

    article {
        margin: 0 0 0;
        border-top-left-radius: .625rem;
        border-top-right-radius: .625rem;
        padding: .625rem .625rem 0;
    }

    address {
        padding: .625rem;
        margin: 0 -.625rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    h1 {
        margin: 0 -.625rem .625rem;
        padding: .625rem;
        text-align: left;
        font-size:1.375rem;
    }

    footer {
        padding: .625rem;
        text-align: center;
    }

    nav {
        padding: 0;
    }

    article > a {
        margin: .625rem 0 .937rem
    }
}

@media only screen and (max-width:29.937rem) {}
