/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
html {
    -webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**********************************************************/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #4d4e4f;
}
header {
    z-index: 3;
    position: relative;
}
.top-bar {
    padding: 15px 10px;
    max-width: 800px;
    margin: 0 auto
}
.bg-header {
    background-color: #fff;
    height: 200px;
    margin-bottom: 20px;
}
footer {
    background: #f7f7f7;
    padding: 30px 0;
    line-height: 150%;
    margin-top: 60px;

}
.footer-container {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
}
.form-wrapper, .success-wrapper {
    padding: 40px;
    max-width: 790px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    margin-top: -200px;
    background-color: white;
    box-shadow: 2px 3px 10px 0px hsla(70, 3%, 57%, .3);
}
.form-wrapper {
    padding-bottom: 40px;
}
span.no-break {
    white-space: nowrap;
}
.success-wrapper {
    padding-bottom: 24px;
}
.form-wrapper fieldset {
    border: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 638px;
}
.form-wrapper h1, .success-wrapper h1 {
    margin-top: 0;
    font-size: 2em;
}
.form-wrapper p, .success-wrapper p {
    font-size: x-large;
    line-height: 38px;
    margin: 45px 0;
}
.form-wrapper label[for=email] {
    color: #797179;
}
.form-wrapper input.email-input {
    /*  border: 2px solid #dcd7d7;*/
    border: 1px solid #93948e;
    width: 100%;
    height: 45px;
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 24px;
    padding-left: 17px;
    color: #7d7676;
}
.form-wrapper label[for=checkbox] {
    font-size: 16px;
    color: #464545;
}
.form-wrapper fieldset.last-fieldset {
    padding-top: 12px;
    
}
button.submitbtn, .success-wrapper button {
    background-color: #ba0c2f;
    color: white;
    padding: 14px 67px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
    border: none;
}

button.submitbtn:hover, .success-wrapper button:hover {
    background-color: #9D2235;
    border: none;
}
.success-wrapper button {
    margin-top: 0;
    padding: 14px 25px;
}
.form-errors {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 20px;
}
/*fonts*/
h1 {
    font-size: 24px !important;
	line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
}
h2 {
    font-size: 28px;
    line-height: 1.3;
  
}
p.bodytext {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 25px;
}
p.datatime {
    font-weight: bolder;
}
p.copyright {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 15px;
}
p.smalltext {
    font-size: 14px;
    line-height: 1.3;
    margin: 10px 0 0 0;
}
p.premble {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
  

}