﻿@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');

: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;
}

body {
    color: #231F20;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

p {
    margin: 0 0 1.25rem;
    text-align: justify;
}

h1 {
    font-size: 1.062rem;
    line-height: 1.231em;
    margin: .937rem 0;
    letter-spacing: -0.01px;
}

h2 {
    font-size: .875rem;
    margin: .937rem 0 0 0;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

hr {
    border-top: thin solid #52BA5A;
}

ol,
ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ol {
    margin: 0
}

ul li {
    padding-left: .937rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .437rem;
    height: .437rem;
    background: #231F20;
    margin-left: -.937rem;
    top: .312rem;
}

ol li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .062rem;
    background: #231F20;
    margin-left: -.625rem;
    top: .562rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: solid thin #818285;
    box-shadow: 0 0 .937rem rgba(0, 0, 0, 0.2);
}

header {
    padding: .625rem;
    float: right;
}

header a {
    margin: -.625rem 1.137rem;
    display: block;
    width: 15rem;
    transform: rotate(-6deg);
    box-shadow: .625rem .625rem .625rem rgba(0, 0, 0, 0.5);
    border-radius: .937rem;
}

article {
    padding: 2.5rem .937rem .937rem;
}

article p:nth-of-type(6) span:first-of-type {
    margin: 0 15px 0 86px;
}

article p:nth-of-type(6) span:nth-of-type(2) {
    margin: 0 15px 0 14px;
}

article p:nth-of-type(6) span:nth-of-type(3) {
    margin: 0 15px 0 5px;
}

article p:nth-of-type(6) span:last-of-type {
    margin: 0 15px 0 9px;
}

footer {
    background: #FFC20E;
    font-size: 1.125rem;
    text-align: center;
    padding: .625rem;
}

section p span {
    margin: 0 .625rem
}


a:hover {
    text-decoration: underline;
}

@media only screen and (max-width:49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    p a {
        font-weight: bold;
    }

    a {
        white-space: normal;
    }

    ul li br {
        display: none;
    }

    p,
    ul {
        margin-bottom: .625rem;
        text-align: left;
    }

    h2 {
        margin: 0;
    }

    header {
        float: none;
    }

    header a {
        transform: none;
        margin: 0;
        width: 12.5rem;
    }

    article {
        padding: .625rem;
    }

    article br {
        display: none;
    }

    article p:nth-last-of-type(2) a {
        white-space: normal;
        display: inline;
    }

    article p:nth-last-of-type(2) span {
        word-spacing: normal;
    }

    article > p:nth-of-type(4) br {
        display: block;
    }

    article p:nth-of-type(6) span {
        margin: 0 5px !important;
    }

    article p:nth-of-type(6) br {
        display: block;
    }

}

@media only screen and (max-width:29.937rem) {}
