﻿@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 {}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

address {
    font-style: normal;
}

body {
    color: #000;
    font-family: 'Arial', sans-serif;
    font-size: .937rem;
    line-height: 1.4;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    font-size: 2.125rem;
    line-height: 1;
    margin: 0 0 1.25rem;
    color: #C00000
}


h1 span {
    font-size: 0.631em;
	font-weight:normal;
}


h2 {
    font-size: 1.125rem;
    margin: 0;
    color: #C00000
}

h3 {
    font-size: .875rem;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

ul li {
    padding-left: 1.25rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .812rem;
    height: .812rem;
    background: url(../images/bullet.jpg);
    background-size: contain;
    margin-left: -1.25rem;
    top: .25rem;
}

ul:nth-of-type(1) {
    width: 71%;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#wrapper {
    position: relative;
    max-width: 45.125rem;
    margin: 1rem auto;
    border: solid .375rem #D82C2C;
    background-color: #fff;
}

article {
    padding: 2.5rem 2.5rem 0;
    background: url(../images/img.jpg);
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: top 47% right 4%;
}

p img {
    display: inline;
    width: .937rem
}

footer {
    position: relative;
}

footer a {
    position: absolute;
    right: 7%;
    top: 0;
    bottom: 0;
    width: 24%;
}

#wrapper > article > p:nth-child(10) > a {
    color: blue;
    text-decoration: underline;
}

@media only screen and (max-width:43.062rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    article {
        padding: .625rem;
        background: none;
    }

    ul:nth-of-type(1) {
        width: auto;
    }

    ul br {
        display: none;
    }

    article > br {
        display: none;
    }
}

@media only screen and (max-width:29.937rem) {}
