﻿* {
    box-sizing: border-box;
    margin: 0rem;
    padding: 0rem;
}


html {
    font-size: 62.5%;
}

#wrapper {
    max-width: 480px;
    margin: 1.2rem auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    box-sizing: border-box;
    background-color: #fff;
    border: solid thin #0a9ed1;
    position: relative;
    overflow: hidden;
    color: #231f20;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

address {
    font-style: normal;
}

article {
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
    text-align: justify;
}

header {
    position: relative;
    padding: 0rem 0rem 0.5rem 0rem;
    border-bottom: #0095d3 .125rem solid;
}

header img {
    width: 50%
}

section {
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

footer p strong span {
    font-size: 1.8rem;
}

footer {
    margin: 2rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
    position: relative;
}

footer p {
    text-align: right;
}

h1 {
    font-size: 2.0rem;
    margin: 1rem 0rem 1rem;
    line-height: 2.6rem;

}

h1 span {
    font-size: 1.3rem;
    font-weight: normal;
}

h2 {
    font-size: 2rem;
    margin: 0rem -1.5rem 0rem -1.5rem;
    line-height: 2.8rem;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 2rem 0.5rem;
    text-align: center;
}

h2 span {
    display: block;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2rem;
}

h3 {
    font-size: 2.187rem;
    margin: 1.6rem 0rem;
    line-height: 2.6rem;
}

h4 {
    margin: 1rem 0 0;
    font-size: 1.5rem;
    font-weight: normal;
}

h4:first-of-type,
h4:nth-of-type(2) {
    text-decoration: underline;
}

h5 {
    margin: 1rem 0;
    font-size: 1.5rem;
}

h5 a {
    text-decoration: underline;
}

h5 a:hover {
    text-decoration: none;
    color: #ea6112;
}

p {
    margin-bottom: 0rem;
}

p:last-child {
    margin-bottom: 0rem;
}

a {
    color: #231f20;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #ea6112;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
}

ul {
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
    list-style: none;
    text-align: left;
}

ul:last-of-type {
    margin-bottom: 1rem;
}

ul li {
    padding-left: 2.0rem;
}

li:before {
    text-indent: -2.0rem;
    content: "\2022";
    color: #231f20;
    float: left;
    margin-left: 0rem;
    font-size: 2.5rem;
    margin-top: -.062rem;
}

ul ul li {
    padding-left: 52px;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: 50%;
    border: .062rem solid #231f20;
    background: #fff;
    margin-left: -15px;
    top: .562rem;
}



figure {
    margin: 0rem;
    padding: 0rem;
}

.clearfix {
    clear: both;
    font-size: 0rem;
    line-height: 0rem;
    display: block;
}

p + p {
    margin: 1rem 0 0 0;
}

@media screen and (max-width: 479px) {
    #wrapper {
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.8rem;
        margin: 0rem auto;
        border: none;
        padding: 3%;
    }

    article {
        text-align: left;
    }

    footer img {
        position: static;
    }

    footer p {
        text-align: left;
    }

    article p br {
        display: none;
    }

    h1 {
        margin: 2.5% 0rem 2.5% 0%;
        font-size: 1.6rem;
        line-height: 2.1rem;
    }

    footer p strong span {
        font-size: 1.4rem;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-left: 3%;
        padding-right: 3%;
        margin-left: -3%;
        margin-right: -3%;
    }

    h2 span br,
    h2 br {
        display: none;
    }

    h2 span {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    h3 {
        font-size: 1.5rem;
        margin: 1.25rem 0 .312rem;
    }

    ul li {
        padding-left: 1.5rem;
    }

    li:before {
        text-indent: -1.5rem;
        font-size: 2.0rem;
    }

    p {
        margin-bottom: 2.5%;
    }

    ul ul li {
        padding-left: 30px;
    }

    ul ul li:before {
        margin-left: -15px;
    }


    article > p:last-of-type br {
        display: block;
    }

}
