@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("font-awesome.min.css");

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 {
    line-height: 1,5;
    -webkit-text-size-adjust: none;
    background: rgb(195, 246, 246);
    overflow: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;

}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.loading * {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

body, input, select, textarea {
    color: rgb(16,112,164);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15pt;
    font-weight: 300 !important;
    letter-spacing: -0.025em;
    line-height: 1.75em;
}

ul {

    list-style: none;
}

h1 {
    font-size: 4.35em;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1em;
    margin-top: 0.5em;
}

h2{
    margin-top: 1em;
    font-size: 140%;  
    margin-bottom: 1em;
}

table {
    width: 62%;
    left: 0;
    text-align: center;
    margin: auto;
    margin-top: 1.5em;
    margin-bottom: 1.5em;

}

span{
    font-size: 1em;
}

p{
    font-size: 140%;  
}

sub{
    vertical-align: sub;
    font-size: smaller;
}



input[type="text"]{
    
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    background: transparent;
    border-radius: 4px;
    border: solid 1px rgb(16,112,164);
    color: inherit;
    outline: 0;
    padding: 0 1rem;
    text-decoration: none;
    font-size: 120%;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    width: 20%;
}

input[type="text"]:invalid{
    box-shadow: none;
}

input[type="text"]:focus{
    background: rgba(16,112,164, 0.075);
    border-color: rgb(16,112,164);
    box-shadow: 0 0 0 1px rgb(16,112,164);
}

input[type="submit"],input[type="reset"],input[type="button"],button,.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 1px rgb(16,112,164);
    color: rgb(16,112,164) !important;
    cursor: pointer;
    display: inline-block;
    font-size: 95%;
    padding-right: 0.5em;
    padding-left: 0.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;

}

::-webkit-input-placeholder {
    color: rgba(16,112,164, 0.75) !important;
    opacity: 1.0;
	}


:-moz-placeholder {
    color: rgba(16,112,164, 0.75) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(16,112,164, 0.75) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(16,112,164, 0.75) !important;
    opacity: 1.0;
}




