﻿@charset "utf-8";

/* Standard */

: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 {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.3;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 25px 0 55px;
}

h1 span {}

h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 1.562rem 0 .937rem;
}

h2 span {
    font-weight: normal;
}

h3 {
    font-size: .875rem;
    line-height: 1;
    margin: 0 0;
}

ul {
    list-style: none;
    margin: 0 0 1.875rem;
    padding: 0;
}

ul li {
    padding-left: 1.625rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.625rem;
    font-size: 1.375rem;
    line-height: 0.8;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    display: none;
}

section {
    float: left;
    width: 44%;
    position: relative;
}

section a {
    position: absolute;
    width: 85%;
    height: 10%;
    top: 1%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}

aside {
    width: 53%;
    float: right;
    position: relative;
    padding: 2.5rem 1.875rem 0 0px;
}

aside > a {
    position: absolute;
    right: 1.875rem;
    top: 2.5rem;
    max-width: 3.125rem;
}

aside > p:nth-of-type(1) {
    width: 79%
}
iframe{
    margin: .625rem auto;
    display: block;
}

@-moz-document url-prefix() {
    aside > p:nth-of-type(1) {
        width: 80%
    }

    ul {
        margin: 0 0 1.562rem
    }

    aside {
        padding-top: 1.875rem
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    aside > p:nth-of-type(1) {
        width: 80%
    }


}

@media only screen and (max-width:49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0 .625rem 0;
    }

    section {
        display: none;
    }

    header {
        display: block;
        margin:  0 -10px 10px;
        padding: 10px;
    }

    a {
        font-weight: bold;
    }

    aside {
        width: auto;
        float: none;
        padding: 0;
    }

    aside > a {
        display: none;
    }

    p,
    ul {
        margin: 0 0 .625rem;
    }

    element {
        margin: 0;
    }

    h2 {
        margin: .625rem 0;
        font-size: .875rem;
    }

    h1 {
        margin: .625rem 0;
        font-size: 1.5rem
    }

    ul li {
        padding-left: .937rem
    }

    ul li:before {
        margin-left: -.937rem;
    }
    aside > p:nth-of-type(1) {
        width: auto;
    }

    header a:nth-of-type(1) {
        float: left;
        max-width: 20.5rem;
        display: block;
    }

    

    header a:nth-of-type(2) {
        float: right;
        max-width: 6.25rem;
        position: relative;
        display: block;
    }
    br{
        display: none;
    }
}

@media only screen and (max-width:29.937rem) {
    header a:nth-of-type(1) {
        float: none;
        max-width: 20.5rem;
        display: block;
        margin: 0 auto;
    }

    

    header a:nth-of-type(2) {
        float: none;
        max-width: 3.125rem;
        position: relative;
        display: block;
        margin: .625rem auto 0
    }
}
