﻿@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
	color: #00789E;
	display: inline-block;
	text-decoration: underline;
	white-space: nowrap;
}

a:hover,
a:active,
a:visited {
}

address {
    font-style: normal;
}

u {
    text-decoration: underline;
	color:#000;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Times New Roman', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

p {
    text-align: justify;
    margin: 0 0 .625rem;
}

h1 {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1;
    margin: 0 0 .625rem;
    font-family: 'Open Sans', sans-serif;
    color: #00789E;
}

h2 {
    font-size: .812rem;
    margin: 1.25rem 0 .312rem;
    font-family: 'Open Sans ', sans-serif;

    color: #00789E;
    letter-spacing: -0.2px;
}
h2:nth-of-type(2){
    padding-left: .75rem;
}

h3 {
    font-size: 1.062rem;
    margin: 0 0 1.875rem;
    font-family: 'Open Sans', sans-serif;
    color: #00789E;
    text-align: center;
}

h4 {
    text-align: center;
    font-weight: normal;
}

article p:first-of-type {
    text-align: center;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 2rem;
    margin-bottom: .25rem;
}

ul li:before {
     content: "\2022"/* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.25rem;
    font-size: 1.375rem;
    line-height:1;
}



.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 890px;
    margin: 1rem auto;
    box-shadow: 0 0 1.25rem #ccc;
    padding: 2.5rem 1.75rem 5rem 2rem;
}

header a {
    margin: 0 .625rem 1.25rem;
    display: block;
    width: 12.5rem;
}

ul p {
    padding-left: 1.562rem;
}
article p:last-of-type u{
    color: #000;
}
article p:last-of-type span{
    font-size: .78rem;
}
article>p:nth-of-type(1){
    margin-bottom: .312rem;
}


article p a {
    color: blue;
}
@media only screen and (max-width:55.562rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }
    p,
    ul {
        text-align: left;
        margin-bottom: 10px;
    }
    h1, h2, h3{
        margin: 0 0 10px;
    }
    article ul:nth-of-type(3) li {
    padding-left: 25px;
    margin-bottom: 4px;
}
    ul li{
        padding-left: 25px;
    }
    ul li:before{
        margin-left: -25px;
    }
}

@media only screen and (max-width:479px) {}