﻿@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: #004B76;
    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: 'Merriweather', serif;
    font-size: .937rem;
    line-height: 1.4;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    text-align: left;
    color: #004B76;
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 .625rem;
    line-height: 1.2
}

h1 span {
    font-weight: 400;
    font-size: 1.625rem;
    padding-left: 3.75rem;
    display: inline-block;
}

h1 span:before {
    content: "";
    float: left;
    position: relative;
    width: .5rem;
    height: .5rem;
    background: #004B76;
    margin: 0 .625rem 0 -1.562rem;
    top: .75rem;
}

h2 {
    font-size: 1.125rem;
    margin: 2.187rem 0 .312rem;
    color: #004B76;
}

h3 {
    font-size: 1.187rem;
    margin: 0 0 .625rem;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.875rem 1.875rem;
    padding: 0;
}

ul li {
    padding-left: 1.562rem;
    margin-bottom: .437rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 5px;
    height: 5px;
    background: #000;
    margin-left: -25px;
    top: .375rem;
}

/*ul ul {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
}

ul ul li {
    padding-left: 6.875rem;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 0;
    background: #fff;
    border: .062rem solid #000;
    margin-left: -1.375rem;
    top: .312rem;
}*/




.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    padding: 2.5rem 3.75rem;
    box-shadow: 0 0 1.562rem rgba(0, 0, 0, 0.4);
}

header {
    position: relative;
}

header a:first-of-type {
    display: block;
    width: 12.5rem
}

header a:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 6.875rem;
}

article {
    padding: 3.125rem 0 6.25rem 3.75rem;
}

article > p:first-of-type {
    margin-bottom: .062rem;
}

article p:first-of-type span {
    font-weight: 900;
    color: #004B76;
    font-size: 1.125rem;
    display: inline-block;
    width: 15.625rem;
}


article > p:nth-of-type(2) {
    /*!!!!!*/
    margin-left: 16.562rem;
}

article > a {
    width: 7.5rem;
    margin-top: 3.125rem;
}

span li:before {
    display: none
}

aside {
    background-color: #FCF2B0;
    padding: 1.25rem;
    position: relative;
    font-style: italic;
}

aside a {
    color: #000;
    font-weight: 900;
}

aside > img {
    position: absolute;
    right: 3%;
    top: 10%
}

article > a:last-of-type {
    float: right;
    margin: 1.25rem .625rem 1.25rem 0;
    width: 33%;
}

ul:nth-of-type(1) li:nth-of-type(1),
ul:nth-of-type(2) li:nth-of-type(1),
ul:nth-of-type(3) li:nth-of-type(3),
ul:nth-of-type(4) li:nth-of-type(1),
article > p:nth-of-type(5),
article > p:nth-of-type(10) {
    letter-spacing: -0.2px;

}


ul:nth-of-type(8) li:nth-of-type(3) {
    letter-spacing: -0.1px;
}



@media only screen and (max-width:56.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
        text-align: left;
    }

    body {
        font-size: .875rem;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        text-align: left;
        margin: 0 0 .625rem;
    }

    ul li {
        padding-left: 1.875rem;
    }

    ul br {
        display: none;
    }

    header a:first-of-type {
        display: block;
        width: 9.375rem;
        margin: 10px auto;
    }

    header a:last-of-type {
        position: static;
        display: block;
        width: 6.25rem;
        margin: .625rem auto;
    }

    article {
        padding: 0;
    }

    article > p:first-of-type {
        margin-bottom: .625rem;
    }

    article p:first-of-type span {
        font-size: 1rem;
    }

    article p span:first-of-type,
    article p span:nth-of-type(2),
    article p span:nth-of-type(3),
    article p span:nth-of-type(4),
    article p span:nth-of-type(5),
    article p span:nth-of-type(6) {
        margin-right: .625rem;
    }

    article p:first-of-type span {
        font-weight: 900;
        color: #004B76;
        font-size: 1.125rem;
        display: inline-block;
        width: auto;
    }

    article > p:nth-of-type(2) {
        display: none;
    }

    p i {
        display: inline-block;
        font-style: normal;
    }

    span li:before {
        display: none
    }

    aside {
        background-color: #FCF2B0;
        padding: .625rem;
        margin: .625rem -.625rem;
    }

    aside > img {
        position: static;
        margin: .625rem auto;
        display: block;
    }

    article > a:last-of-type {
        float: none;
        margin: .625rem auto;
        display: block;
    }

    article > p:nth-of-type(2) {
        display: none;
    }

    h1 {
        font-size: 1.625rem;
        margin: .937rem 0 0;
        line-height: 1.4
    }

    h1 br {
        display: none;
    }

    h1 span {
        font-weight: 400;
        font-size: 1.125rem;
        padding-left: .937rem;
        display: inline-block;
    }

    h1 span:before {
        content: "";
        float: left;
        position: relative;
        width: .312rem;
        height: .312rem;
        background: #004B76;
        margin: 0 0 0 -.937rem;
        top: .5rem;
    }

    h2 {
        font-size: 1rem;
        margin: .625rem 0;
    }

    h3 {
        font-size: 1rem;
        margin: 0 0 .625rem;
    }

    article > p:nth-of-type(3),
    article ul:nth-of-type(1) li:nth-of-type(2),
    article ul:nth-of-type(3) li:nth-of-type(5),
    article > p:nth-of-type(6),
    article ul:nth-of-type(4) li:nth-of-type(5),
    article ul:nth-of-type(5) li:nth-of-type(3) {
        letter-spacing: normal;
    }

    article ul:nth-of-type(2) li {
        letter-spacing: normal;
    }

    article ul:nth-of-type(5) {
        margin-left: 0
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    ul br {
        display: none;
    }

    #wrapper > article > p:nth-child(2) > span:nth-child(1) {
        display: none;
    }

    ul:nth-of-type(1) li:nth-of-type(1),
    ul:nth-of-type(2) li:nth-of-type(1),
    ul:nth-of-type(3) li:nth-of-type(3),
    ul:nth-of-type(4) li:nth-of-type(1),
    article > p:nth-of-type(5),
    article > p:nth-of-type(10) {
        letter-spacing: normal;

    }


    ul:nth-of-type(8) li:nth-of-type(3) {
        letter-spacing: normal;
    }

}

@media only screen and (max-width:29.937rem) {}
