
body {
	font-family: "Fira Sans",sans-serif;
	font-weight: bold;
  background: rgba(0, 30, 140, 0.7);  
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9);
  z-index: 1000;
  cursor: pointer; 
  font-weight: 200;
  line-height: 1.1;
}

#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: blur(5px);
  z-index: 100;
}

#overlay2 {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 30, 140, 0.65);
  z-index: 1000;
  cursor: pointer;
}

#closewin {
  margin: 10px auto;
  text-align: center; 
  display:inherit; 
  color:#fff; 
  font-size: 14px; 
  padding:10px 5px 6px;
  cursor: pointer;
  width:400px;
  text-decoration: underline;
}

.infosub {
  margin: 30px auto;
  text-align: center; 
  display:inherit; 
  color:#fff; 
  font-size: 14px; 
  padding:10px 5px 6px;
  cursor: pointer;
  width:500px;
}

#closewinsuccess {
  margin: 10px auto;
  text-align: center; 
  display:inherit; 
  color:#fff; 
  font-size: 24px; 
  padding:10px 5px 6px;
  cursor: pointer;
  width:400px;
  text-decoration: underline;
  display: none;
}

.ovlh2 {
  color:#fff; 
  font-weight: 100; 
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 20px auto;
}

h1,
.ovlh1 {
  color:#fff; 
  font-size: 36px;
  display: block;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
}

h1 {
  font-size: 44px;
  padding-bottom: 30px;
}

#mc_embed_signup { 
  width:75%; 
  clear:left; 
  margin:50px auto; 
  color:#fff;
}

#mc-embedded-subscribe {
	background: #082691;
	font-size: 23px;
	padding:12px;
	color:#fff;
	margin:10px auto;
	width:595px;
  box-shadow: 0px 0px 40px 10px #ff002f;
  transition: box-shadow 2s, background 2s, color 1s;
}

#mc-embedded-subscribe:hover {
	background: #ff002f;
	color: #fff;
  box-shadow: 0px 0px 440px 10px #fff700;							    	
}

#mc_embed_signup form {
	padding:10px 0;
}

#mc_embed_signup #mce-success-response {
	color: #fff;
	text-align: center;
	font-size: 44px;
}

#mce-error-response {
	color: #fff;
	text-align: center;		    	
	font-size: 20px;
  display: block;
  margin: 0 auto;    			    	
}

#mc_embed_signup div.response {
	width: 100%;
}

#mc_embed_signup .mc-field-group input {
	font-size: 36px;
	text-align: center;
	height: 60px;
}
#mc_embed_signup .mc-field-group {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 2%;
}

#mc_embed_signup input {
	border:0;
}

.response a {
	color:#f3fe01;
}

div.mce_inline_error2,
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: block;
  margin: 10px 2px;
  padding: 5px 10px;
  background-color: red;				 
  border-radius: 0px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: yellow;
  text-align: center;
}

.closebutton {
	width:75px;
	float: right;
	margin: 20px;
}

.backlink {
  margin: 40px; 
  text-align: center; 
  font-size:30px;
}

.backlink a {
  color:#fff;
}

.radio-group {
  width: 100%;
}

input[type=checkbox].css-checkbox {
  position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left:40px;
  height:25px; 
  display:inline-block;
  line-height:25px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:20px;
  vertical-align:middle;
  cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -25px;
}

label.css-label {
  background-image:url(checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a.layover {
  color:#fff;
  text-decoration: underline;
}


.loading {
  display: none;
  margin: 0 auto;  
}

.loading img{
  display: block;
  margin: 0 auto;
}