﻿@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: #6D6E70;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4em;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 0.625rem;
}

h1 {
    font-size: 1.625rem;
    line-height: 1.25;
    font-weight: normal;
    margin: 1.562rem 0 0;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 5px;
}

h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}



header {
    margin: 0 0 1.562rem;
    padding: 0;
}

header a {
    margin: 0 0 1.562rem;
    display: block;
    max-width: 13.437rem;
}


section {
    background-color: #f1f1f1;
    padding: .937rem;
    margin: 0 0 1.562rem;

}

footer {
    background-color: #f1f1f1;
    padding: .937rem;
    margin: 0 0 1.562rem;
}

footer p:first-of-type {
    float: left;
    width: 60%;
}

footer p:last-of-type {
    margin: 0;
    float: right;
    margin-top: -1.375rem
}

/*
footer p {
    float: left;
   margin: 0 2.5rem 0 0;
}
*/

footer p a {
    font-weight: 500;
    /*
        -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
*/
}

/*
footer p a:hover{
        color: #d4b56f;
    text-decoration: none;
}
*/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

@media only screen and (max-width:56.187rem) {
    #wrapper {
        font-size: .937rem;
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    a {
        font-weight: bold;
    }

    section {
        padding: .625rem;
        margin: 0 0 .937rem;
    }

    header {
        margin: 0 0 .625rem;
    }

    header a {
        margin: .625rem;
    }

    h1 {
        font-size: 1.5rem;
        margin: .625rem 0 0;
    }

    h2 {
        font-size: .937rem;
        margin: 0 0 .312rem;
    }

    footer p:first-of-type {
        float: none;
        width: 100%;
    }

    footer p:last-of-type {
        margin: 0;
        float: none;
        margin-top: 0
    }

    iframe {
        width: 100%
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.125rem;
    }
}