@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 72.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
    padding: 1.25rem
}

p {
    margin: 0 0 1.25rem
}

h1 {
    font-size: 2.5rem;
    line-height: 35px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    line-height: 1.1;
    font-weight: 500;
    margin: 0 0 1.25rem
}


h2 {
    font-size: 1.75rem;
    line-height: 2.187rem;
    font-weight: 700;
    text-align: left;
    margin: 0;
    color: #b7b7b7
}

h3 {
    display: block;
    margin: 1.25rem 0;
    font-size: 1.187rem;
    font-weight: 700;
}

h4 {
    margin: 0 0 1.25rem;
    font-size: .875rem
}

ul {
    list-style: none;
    margin: 0 0 1.875rem;
    padding: 0;
}

ul li {
    padding-left: 2.187rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -15px;
    font-size: 17px;
    line-height: 1.3;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

article {
    padding: 1.562rem 4.062rem
}

article p a {
    color: #000;
    text-decoration: none
}

section {
    margin: 1.875rem 0
}

section > a {
    box-shadow: inset 0 0 0 1px #9e0000, inset 0 0 0 2px hsl(0deg 0% 100% / 15%), 0 8px 0 0 maroon, 0 8px 0 1px rgb(0 0 0 / 40%), 0 8px 8px 1px rgb(0 0 0 / 50%);
    color: #fff;
    background-color: #d60000;
    position: relative;
    outline: 0;
    border: 0;
    margin-bottom: 1.25rem;
    top: 0;
    text-align: center;
    font-weight: 700 !important;
    clear: both;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    display: block;
    width: 50%;
    text-decoration: none;
    float: left
}

section > a:hover {
    box-shadow: inset 0 0 0 1px #9e0000, inset 0 0 0 2px hsl(0deg 0% 100% / 15%), 0 3px 0 0 maroon, 0 8px 0 1px rgb(0 0 0 / 10%), 0 8px 8px 1px rgb(0 0 0 / 2%);
}

section aside {
    float: left;
    margin: 0 1.25rem 0
}

section aside img {
    float: left;
    border-radius: 50%;
    height: 4rem;
    margin-right: .625rem;
}

section aside p {
    float: right;
    margin: -6px 0 0
}

footer {
    padding: 2.5rem 2.5rem 3.125rem;
    position: relative
}

footer p {
    margin: 0 0 .625rem
}

footer p a {
    text-decoration: underline;
    color: #000
}

nav a {
    color: #000;
    text-decoration: none;
    margin-right: .5rem
}

footer > a {
    position: absolute;
    right: 8%;
    bottom: 5px
}



@media only screen and (max-width: 72.437rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    article,
    footer {
        padding: 1.25rem
    }

    section > a {
        float: none;
        margin-bottom: 2.5rem;
        width: 80%
    }
    
    footer nav {
        margin-bottom: 1.25rem
    }
}

@media only screen and (max-width: 48rem) {
    footer > a {
        position: static;
    }
}

@media only screen and (max-width: 23.438rem) {
    article,
    footer {
        padding: .625rem
    }
    
    h1 {
        font-size: 1.875rem
    }
}
