﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.3;
}

#wrapper {
    position: relative;
    max-width: 49.375rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 5.312rem;
    background-color: #fff;
    overflow: hidden;
    text-align: justify;
}


ul p {
    margin-bottom: .625rem;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 1.25rem 0 1.562rem;
    color: #BF0073;
    letter-spacing: -0.2px;
 
}

h2 {
    font-size: 1.286em;
    line-height: 1.4;
    margin:1.875rem 0 .625rem;
    color: #BF0073;
    border-bottom: .125rem solid #BF0073;
    padding-bottom: .312rem
}


h3 {
    font-size: 1.187rem;
    line-height: 1.4;
    margin: 3.125rem 0;
    color: #BF0073;
    text-align: center
}

h4 {
    color: #BF0073;
    margin: 2.5rem 0 0;
    font-weight: bold;
}

h4 span {
    font-weight: normal;
    color: initial
}

article p span {
    color: #BF0073;
}

article > p:first-of-type {
    text-align: center;
}

hr {
    border-top: 1px solid #BF0073;
    margin-left: 1.25rem;
    margin-bottom: .937rem
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
   
}


ul ul {
    margin-left: 1.562rem;
}

ul li {
    padding-left: 1.562rem;
    text-align: left;
}
ul:last-of-type li{
    padding-left: 3.125rem;
}
ul:last-of-type{
    margin-bottom: 2.5rem;
}
ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: 50%;
    background: #000;
    margin-left: -1.562rem;
    top: .437rem;
}

/*
ul ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: .312rem;
    background: #000;
    margin-left: -1.562rem;
    top: 7px;
}*/

/*
ul:first-of-type>li{
        margin-bottom: 20px

}
*/


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -5.312rem -5.312rem 1.25rem;
    padding: 1.25rem 4.687rem 1.25rem 5.312rem;
    background: #F2E500
}

header a {
    margin: 0 auto;
    display: block;
    max-width: 4.062rem;
    float: right
}

header p {
    font-size: 2.625rem;
    font-weight: bold;
    letter-spacing: .437rem;
    padding-top: 1.875rem;
    margin-bottom: 0
}
article p:nth-of-type(3){
    letter-spacing: 0.1px;
}

/*ul:last-of-type li:before{
    width: .312rem;
    height: .312rem;
    top: .5rem;
}*/


@media only screen and (max-width:49.312rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
        text-align: left;
    }

    article p:last-of-type {
        margin-top: 0
    }
    h1{
        margin: .625rem 0;
    }

    h2 br {
        display: none
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    a:hover,
    a:active,
    a:visited {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    article p:nth-of-type(2) {
        text-align: left
    }

    h3 {
        font-size: 1.286em;
        line-height: 1.4;
        margin: 10px 0 0.625rem;

    }

    article p:first-of-type {
        margin-bottom: 0
    }

    h2,
    h3 {
        font-size: 1.1em;
        margin: 0;

    }

    h1 {
        font-size: 1rem;
        margin: .937rem 0;
        line-height: 1.2
    }

    ul {
        margin-left: 0;
    }

    header p {
        padding: 0;
        font-size: 1.5em;
        text-align: center
    }

    header a {
        float: none
    }

    ul li {
    padding-left: 3.125rem;
    text-align: left;
}

    h4 {
        line-height: 1.4;
        margin: 0 0 .625rem;
    }

    article p:nth-of-type(3) {
        margin-bottom: .625rem;
    }

    ul:first-of-type li:nth-of-type(2) {
        margin-right: 0;
    }

    article p:nth-of-type(3) {
        text-align: left
    }

    p {
        text-align: left;

    }

    article br {
        display: none
    }

    article p:nth-last-of-type(2) br {
        display: block
    }

    article p:nth-of-type(4) {
        text-align: left;

    }

    h2:nth-of-type(2) {
        margin-top: 0;
    }

    ul ul {
        margin: 0 0 .625rem;
    }
    a{
        white-space: normal;
    }
    article p:nth-of-type(3){
    letter-spacing: 0;
}
    article >p:nth-of-type(2) br,
    article p:last-of-type br{
        display: block;
    }
    ul:last-of-type{
        margin-bottom: .625rem
    }
    ul:first-of-type li{
        margin-bottom: 0
    }
    

}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}