﻿@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: #282827;
    font-family: 'Open Sans', sans-serif;
    font-size: .812rem;
    white-space: normal;
    line-height: 1.4;
    background: #E8E8E8;
}

#wrapper {
    position: relative;
    max-width: 43.75rem;
    margin: 1.562rem auto;
    border: thin solid #282827;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 0.625rem;
}

h1 {
    background-color: #019641;
    padding: .625rem 1.25rem;
    margin: 0;
    font-size: 1.375rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

h1 span {}

h2 {
    font-size: .875rem;
    color: #019641;
    margin: 1.25rem 0 .625rem;
    font-weight: bold;
}

h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ul li {
    padding-left: 17px;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -17px;
    font-size: 1.375rem;
    line-height: 0.85;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    padding: 0;
    margin: 0;
    position: relative;
}

header section:nth-of-type(1) {
    width: 71%;
    margin: 0;
    float: left;
}

header section:nth-of-type(2) {
    width: 29%;
    float: right;
    margin-top: 15%;
    text-align: center;
}



header section:nth-of-type(2) > a {
    max-width: 11.25rem;
    display: block;
    margin: 0 auto .937rem;
}

article {
    background: #d1ede1;
}

article section:nth-of-type(1) {
    width: 71%;
    margin: 0;
    float: left;
    background-color: #fff;
    padding: 1.25rem;
}

article section:nth-of-type(2) {
    width: 29%;
    float: right;
    background: #d1ede1;
    padding: 1.25rem .937rem 1.25rem .625rem;
}

article section:nth-of-type(2) p strong {
    color: #019641;
    font-size: .875rem;
}

article section:nth-of-type(1) p a:hover {
    text-decoration: none;
    color: #289548;
}



article section:nth-of-type(2) > a {
    background-color: #019641;
    border-color: #019641;
    color: #fff;
    border-radius: 0;
    padding: .437rem 1.875rem;
    margin: 1.25rem 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: thin solid transparent;
    white-space: nowrap;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 9.812rem;
    text-align: center;
}

article section:nth-of-type(2) > a:hover {
    background-color: transparent;
    border-color: #019641;
    color: #019641;
    border-radius: 0;
    padding: .437rem 1.875rem;
    text-decoration: none;
}

article section:nth-of-type(1) p:nth-of-type(1) {}

#wrapper > article > section:nth-child(1) > ul:nth-child(7) > li:nth-child(1) {
    letter-spacing: -0.2px;
}

element {
    display: none
}

article section:nth-of-type(1) p:last-of-type {
    margin: 0;
}

@media only screen and (max-width:43.687rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    a {
        font-weight: bold;
        white-space: pre-wrap;
    }

    header section:nth-of-type(1) {
        width: auto;
        float: none;

    }

    header section:nth-of-type(2) {
        display: none;
    }

    article section:nth-of-type(1),
    article section:nth-of-type(2) {
        width: auto;
        float: none;
        padding: .625rem;
    }



    element {
        display: block;
        padding: .625rem;
        text-align: center;
        background: #fff;
    }

    element > a {
        max-width: 11.25rem;
        display: block;
        margin: 0 auto .937rem;
    }

    h1 {
        font-size: 1.25rem;
        line-height: 1;
    }

    h2 {
        margin-top: 0;
        line-height: 1;
    }

    p {
        margin: 0 0 .625rem
    }

    article section:nth-of-type(1) p:last-of-type {
        margin: 0 0 .625rem;
    }

    article section:nth-of-type(2) > a {
        margin: .625rem 0;
    }

    article section:nth-of-type(1) p:nth-of-type(1) {
        letter-spacing: normal;
    }

    #wrapper > article > section:nth-child(1) > ul:nth-child(7) > li:nth-child(1) {
        letter-spacing: normal;
    }

    #wrapper > article > section:nth-child(1) > p:nth-child(1) br {
        display: none;
    }

    li br {
        display: none;
    }
}

@media only screen and (max-width:29.937rem) {
    h1 {}
}
