/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Roboto Slab', serif;
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1;
    text-align: center;
}

h2, h3, h4, h5 {
    font-weight: 400;
}

h5 {
    border-bottom: 3px solid #304950;
    font-size: 1.5em;
    margin: 0 0 .5em 0;
}

p, li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

ul {
    height: 100px;
}

figure {
    margin-top: 0;
}

li {
    margin: 5px 0;
}

img.responsive {
    height: auto;
    width: 100%;
}

input.error {
    border: 1px solid red;
}

div.error {
    color: red;
    font-size: .675em;
}

i, li {
    color: #38a4a0;
}

li span {
    color: #4f5453;
}

.container {
    max-width: 75em;
    margin: 0 auto;
    padding: 1em;
}

.sub-heading {
    color: #7e7f82;
    font-size: .5em;
    font-weight: 300;
}

.btn-ghost {
    background: #304950;
    border: 1px solid #304950;
    color: #fff;
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-ghost:hover {
    background: #0C9FC1;
    color: #fff;
}

.vaForm td {
    padding: 4px 0;
}

.vaForm tr > td:first-child {
    padding-right: 1em;
    text-align: right;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 1em;
    width: auto;
    max-width: 420px;
    margin: 0 auto 1em;
}

.copyright {
    display: none;
    font-size: .5em;
    position: fixed;
    bottom: .5em;
    right: 1em;
}

.disclosure {
    font-size: 1em;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 25em) {

    h1 {
        font-size: 3em;
    }

}

@media only screen and (min-width: 35em) {

    .container {
        padding: 1em 3em;
    }
    h1 {
        line-height: .675;
        text-align: left;
    }
    .copyright {
        display: block;
    }
}

@media only screen and (min-width: 46em) {

    .feature {
        float: right;
        width: 50%;
    }
    
}

@media only screen and (min-width: 60em) {
    h1 {
        font-size: 5em;
    }
    h2, h3 {
        font-size: 2em;
    }
    h4 {
        font-size: 1.5em;
    }
    p {
        font-size: 1.5em;
    }
    h3 {
        font-weight: 300;
    }
    figure {
        margin-top: -1em;
    }
    ul {
        width: 30em;
    }
    li {
        float: left;
        font-size: 1.125em;
        width: 50%;
    }
}

@media only screen and (min-width: 78em) {
    figure {
        margin-top: -11em;
    }
}