@charset "UTF-8";
/* CSS Document */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

html {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #fff;
}

html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.content {
    display: table-row; /* height is dynamic, and will expand as content is added (won't scroll) */
    height: 100%;
}

section {
    width: 100%;
    clear: both;
    float: none;
    margin: 0;
    padding: 4em 0;
    display: block;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a,
a:visited {
    text-decoration: none;
    font-weight: 600;
    color: #1e98d5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

a:hover {
    color: #0E6CB1;
}

input[type=submit],
.button {
    background-color: #66bc29;
    padding: 0.4em 1.2em;
    display: inline-block;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-size: 1.5em;
    font-style: italic;
    font-weight: 700;
    color: #FFFFFF !important;
    display: inline-block;
    text-align: center;
    font-family: 'Source Sans Pro';
}

input[type=submit]:hover,
.button:hover {
    background-color: #55a51c;
}

.button a,
.button a:visited {
    color: #FFFFFF;
}

.blue {
    background-color: #1e98d5;
}

.blue h1,
.blue p {
    color: #FFFFFF;
}

.grey {
    background-color: #eaeaea;
}

.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1152px;
}

.centered p,
.centered h1 {
    text-align: center;
}

address {
    font-size: 1.25em;
    line-height: 1.35em;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-weight: 300;
    font-size: 3.5em;
    margin-bottom: 0.15em;
    color: #000000;
}

h1.h1-before-button {
    margin-bottom: 0.65em;
}

h2 {
    font-weight: 300;
    font-size: 2.5em;
    margin-bottom: 0.15em;
    color: #000000;
}

h3 {
    font-weight: 600;
    font-size: 1.75em;
    margin-bottom: 0.15em;
    color: #000000;
}

h3.after {
    margin-top: 1.5em;
}

p {
    font-size: 1.25em;
    line-height: 1.75em;
    font-weight: 400;
    color: #000000;
    clear: both;
}

p.after {
    margin-top: 1em;
}

input[type=submit],
.button {
    background-color: #66bc29;
    padding: 0.4em 1.2em;
    display: inline-block;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-size: 1.5em;
    font-style: italic;
    font-weight: 700;
    color: #FFFFFF !important;
    display: inline-block;
    text-align: center;
}

.bullet-list li {
    list-style-type: disc;
    font-size: 1.125em;
    line-height: 1.65em;
    margin-left: 1em;
}

hr {
    border: 0;
    height: 1px;
    background: #CCCCCC;
}

.stick {
    position: fixed;
    top: 0px;
    width: 100%;
}

@media screen and (max-width: 61em) {

    input[type=submit],
    .button {
        padding: 0.3em 1.1em;
        font-size: 1.25em;
    }
}

@media screen and (max-width: 50em) {
    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2em;
    }

    p {
        font-size: 1.125em;
        line-height: 1.65em;
    }

    address {
        font-size: 1.125em;
        line-height: 1.25em;
    }

    .bullet-list li {
        font-size: 1.125em;
        line-height: 1.65em;
    }
}