<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color:#2a3ac9;
margin:0 auto;
background-position:top center;
}
.submitbutton{
	width:280px;
	position:relative;
	margin:0 auto;
	}
#header{
	}
#contentbox{
	background-color:#2a3ac9;
     width: 100%;
	max-height:100%;
height: 265px;}
#footerbox{
	}
	#questions{
	width:95%;
	margin:0 auto;
	position:relative;
	top:12%;
	padding-top:10px;
		max-height: 100%
	}
#sponsorText{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	width:380px;
	position:absolute;
	top:249px;
	left:489px;
	color:#ffffff;
	text-align:left
	}
a:link {
COLOR: #ffffff;
}
a:visited {
COLOR: #ffffff;
}
a:hover {
COLOR: #ffffff;
}
a:active {
COLOR: #ffffff;
}
#container {
margin: auto;
      max-width: 800px;
}
.emailarea {
width:371px;
height:80px;
}

input {
font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 10px;
    position: relative;
    width: 200px;

}
.emailPUT{ 
	height:40px;}
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
 border: 1px solid #dddddd;
    margin: 5px 1px 3px 0;
    outline: medium none;
    padding: 3px 0 3px 3px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 85%;
	height:40px;
	font-weight: bold;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}
#emailinput2 {
	position:relative;
	width:100%;
	height:40px;
	text-align:center;
	margin:0 auto;
}
#selectbox {
	position:absolute;
	top:530px;
	width:250px;
	height:20px;
	text-align:center;
	left:50px;
}
select {
width:250px;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
}
.check {
width:15px;
}
.inputbutton{
	width:200px;
	height:40px;
	}
#checkbox {
	line-height:10px;
}
.footer a {
color:#ffffff;
text-decoration:underline;
}
.footertype {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
}
.footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
width:95%;
padding-top:20px;
	text-align: center;
}
.disclaimer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
line-height:9px;
}

.disclaimer a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
text-decoration:underline;
}
.footerlink{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
}
.footerlink a{
margin:25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:underline;
color:#ffffff;
}
/* for slider for mario */


#fb-feed {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 11VW;
  transition: all .5s;
  overflow: hidden;
}

#fb-feed-slider {

  height: 13.86VW;
  overflow: hidden;
	margin: 0 auto;
  position: relative;
}

#fb-feed-slider &gt; div {
  position: relative;
	margin: 0 auto;
}

.fb-person {
  width: 100%;
  height: 13.86VW;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color:#000000;
}


</pre></body></html>