


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-weight: 800;
    background-color: #5994B0;
    color:#231f20;
}

h1 {
    padding-top: 50px;
    text-align: center;
    font-size: 5em;
}

.wrapper {
    padding: 20px 80px 0 80px;
    background-color: #85b7d0;
    max-width: 640px;
    margin: auto;
}

.wrapper img {
    margin: 20px;
}

.ss-q-title {
    padding: 1em 0 1em 0;
    font-size: 2em;
}

.ss-q-title input {
    float: right;
    width: 250px;
    font-size: 1em;
    color:#231f20;
}

.ss-required-asterisk {
    display: none;
}

#ss-submit {
    width: 200px;
    background-color: #397693;
    font-size: 2em;
    font-weight: 600;
    color:#231f20;
    border:0;
}

#navigation-table {
    padding-top: 1em;
    float: right;
}

.logo {
    padding-top:50px;
    clear:both;
}

.logo img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    height: 75px;
}

@media only screen and (max-width: 640px) {
    .wrapper {
        padding:20px 10% 0 10%;
    }
    .ss-q-title {
        margin: auto;
        width: 80%;
        font-size: 1.5em;
    }
    .ss-q-title input {
        float:left;
        width: 80%;
        margin: auto;
        font-size: 1em;
        color: #231f20;
    }
    #navigation-table {
        padding: 1em 10%;
        float:none;
    }
}
