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


html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body {margin:0px;padding:0px;font-family: "proxima-nova",sans-serif;
background:url(images/background.jpg) top center  no-repeat; 
	font-size:16px;
	
font-weight: 200;
    height: 100%;
	color:#5e5e5e;
	
 position: relative;
        float: left;
        min-height: 800px;
		
        width: 100%;
  }
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	padding-left:40px;
}

  p{  font-family: "proxima-nova",sans-serif; font-size:16px; line-height:22px ; }
    h5{font-family: "proxima-nova",sans-serif;margin:0px;padding:0px;color:#3B82C2;  font-size:20px; font-weight:800; }
  h4{font-family: "proxima-nova",sans-serif;margin:0px;padding:0px;color:#3B82C2;  font-size:22px; font-weight:800; }
  h3{font-family: "proxima-nova",sans-serif;margin:0px;padding:0px;color:#3B82C2;  font-size:36px; background:#FFFFFF; font-weight:400;font-size:42px; padding:10px 5px 10px 5px;  display:inline-block; line-height:34px; font-style:italic }
    h1{font-family: "proxima-nova",sans-serif;margin:0px;padding:0px;color:#3B82C2;  font-size:30px; font-weight:200; padding-top:5px;  line-height:40px }
	    h2{ margin:0px;padding:0px; font-size:26px; line-height:28px; font-family: "proxima-nova",sans-serif;font-weight:200;color:#3B82C2; margin-bottom:5px;margin-top:10px;padding:5px; display: inline-block;}
		h2 a{    color:#3B82C2; }
		
		
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a{color:#777778}

#container{ text-align:center; padding-top:50px; width:1024px; margin-left:auto; margin-right:auto; background:#FFFFFF; min-height:800px}
.clrflt{ clear:both}

#mc_embed_signup{margin-top:20px;margin-left:auto;margin-right:auto;
width: 350px;}
.asterisk{width:auto !important; font-size:14px}
.indicates-required{font-size:14px}
#mc-embedded-subscribe-form{margin-bottom:10px; float:left;width:100%}
#mce-EMAIL, #mce-FNAME, #mce-LNAME{ height:20px;width:90%;float:left;margin-top:2px; }
#mc-embedded-subscribe{border: thin #ffffff solid; border-radius:5px; background:#3B82C2;  display:inline-block; display:inline-block;padding:5px; color:#FFFFFF; text-transform:uppercase; font-size:12px; font-weight:400; text-decoration:none; clear:both; float:left;margin-top:10px}