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

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
input,select{
  margin:0;
  padding:0;
}

#redbar{
	width:100%;
	height:9px;
	background-color:#BE1E2D;
}

#homepic{
	width:100%;
	height:777px;
	background:#b8bbbb url(images/homepic.jpg) center;
	position:relative;
	z-index:98;
}

#aboutpic{
	width:100%;
	height:413px;
	background:#b8bbbb url(images/aboutpic.jpg) center;
	position:relative;
	z-index:98;
}

#thankyoupic{
	width:100%;
	height:413px;
	background:#b8bbbb url(images/thankyoupic.jpg) center;
	position:relative;
	z-index:98;
}


#issuespic{
	width:100%;
	height:413px;
	background:#b8bbbb url(images/issuespic.jpg) center;
	position:relative;
	z-index:98;
}

#covidpic{
	width:100%;
	height:413px;
	background:#b8bbbb url(images/covid19.jpeg) center no-repeat;
	position:relative;
	z-index:98;
	background-size: cover;
}

#videopic{
	width:100%;
	height:413px;
	background:#b8bbbb url(images/videopic.jpg) center;
	position:relative;
	z-index:98;
}

#presspic{
	width:100%;
	height:413px;
	background:#b8bbbb url(images/presspic.jpg) center;
	position:relative;
	z-index:98;
}

#getinvolvedpic{
	width:100%;
	height:1000px;
	background:#b8bbbb url(images/getinvolvedpic.jpg) center;
	position:relative;
	z-index:98;
}

#yardsignpic{
	width:100%;
	height:1190px;
	background:#b8bbbb url(images/yardsignpic.jpg) center;
	position:relative;
	z-index:98;
}


#menubar{
	width:100%;
	height:68px;
	background-color:#ffffff;
	background: url(rgba.php?name=white&a=50) repeat;
	background: rgba(255,255,255, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#550000FF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#550000FF);
}

#menu{
	width:1200px;
	height:432px;
	margin:0 auto 0 auto;
}

.clear{
	clear:left;
}

#logo{
	background:url(images/logo.jpg) center;
	width:329px;
	height:180px;
}

#navcontainer{
	float:right;
}

/*============Menu navigation================*/

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
float:left;
	font-weight: bold;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:15px;
padding-top:25px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: 25px;
color: #363636;
background-color:none;
}

#navcontainer ul li a:hover
{
color: #363636;
background-color: rgba(255,255,255, 0.5);
padding:25px 25px 25px 25px;
}

#navcontainer ul li a.red
{
text-decoration: none;
padding: 25px 25px 25px 25px;
color: #ffffff;
background-color:#be1e2d;
}

#navcontainer ul li a.red:hover
{
color: #be1e2d;
background-color: #ffffff;
padding:25px;
}


/*============Menu end================*/


#joinform{
	width:555px;
	height:483px;
	background:url(images/join.png) no-repeat;
	margin:80px 0 0 0;
}

#involvedform{
	width:575px;
	height:483px;
	/* background:url(images/join.png) no-repeat; */
	margin:170px auto 0 auto;
	padding-top: 120px;
	padding-bottom: 120px;
}

#yardsignform{
	width:575px;
	height:583px;
	background:url(images/yardsign.png) no-repeat;
	margin:150px auto 0 auto;
}


.one{
	width:313px;
	height:188px;
	float:left;
}

.donationbtn{
	display:block;
	width:313px;
	height:188px;
	background:url(images/donationbtn.jpg) no-repeat;
}

a.donationbtn:link, a.donationbtn:visited, a.donationbtn:active{
	background:url(images/donationbtn.jpg) no-repeat;
	}
	
a.donationbtn:hover {
	background-position:0 -188px;
	}
	
.dolla{
	font:24px bold Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#ffffff;
	margin:22px 0 0 25px;
}
	
	
.dollarbtns{
	display:block;
	width:84px;
	height:71px;
	float:left;
	margin:0 0 30px 18px;
	background:url(images/dollarbtns.jpg) no-repeat;
}

a.dollarbtns:link, a.dollarbtns:visited, a.dollarbtns:active{
	background:url(images/dollarbtns.jpg) no-repeat;
	color:#ffffff;
	}
	
a.dollarbtns:hover {
	background-position:0 -71px;
	color:#ffffff;
	}
	

.votebtn{
	display:block;
	width:394px;
	height:71px;
	margin:10px 0 10px 30px;
	background:url(images/votebtn.jpg) no-repeat;
}

a.votebtn:link, a.votebtn:visited, a.votebtn:active{
	background:url(images/votebtn.jpg) no-repeat;
	}
	
a.votebtn:hover {
	background-position:0 -71px;
	}	


.contributebtn{
	display:block;
	width:394px;
	height:71px;
	margin:10px 0 10px 30px;
	background:url(images/contributebtn.jpg) no-repeat;
}

a.contributebtn:link, a.contributebtn:visited, a.contributebtn:active{
	background:url(images/contributebtn.jpg) no-repeat;
	}
	
a.contributebtn:hover {
	background-position:0 -71px;
	}
	
.involvedbtn{
	display:block;
	width:313px;
	height:188px;
	background:url(images/involvedbtn.jpg) no-repeat;
}

a.involvedbtn:link, a.involvedbtn:visited, a.involvedbtn:active{
	background:url(images/involvedbtn.jpg) no-repeat;
	}
	
a.involvedbtn:hover {
	background-position:0 -188px;
	}

.videobtn{
	display:block;
	width:313px;
	height:188px;
	background:url(images/involvedbtn.jpg) no-repeat;
}

a.videobtn:link, a.videobtn:visited, a.videobtn:active{
	background:url(images/videobtn.jpg) no-repeat;
	}
	
a.videobtn:hover {
	background-position:0 -188px;
	}
	
.yardsignbtn{
	display:block;
	width:313px;
	height:188px;
	margin:0 0 0 0;
	background:url(images/yardsignbtn.jpg) no-repeat;
}

a.yardsignbtn:link, a.yardsignbtn:visited, a.yardsignbtn:active{
	background:url(images/yardsignbtn.jpg) no-repeat;
	}
	
a.yardsignbtn:hover {
	background-position:0 -188px;
	}	

	
video{
	margin: 0 auto;
}

#gradient{
	width:100%;
	height:188px;
	background-color:#224f9d;
	margin-bottom:40px;
}

#gradientpic{
	margin:0 auto 0 auto;
	width:1265px;
	height:188px;
}

#content{
	width:1265px;
	margin:0 auto 0 auto;
	background-color:#ffffff;
}

#leftcolumn{
	width:800px;
	float:left;
}

#rightcolumn{
	margin-top:40px;
	width:425px;
	float:left;
}

.turnergovbtn{
	display:block;
	width:401px;
	height:126px;
	margin:40px 0 0 30px;
	background:url(images/turnergovbtn.jpg) no-repeat;
}

a.turnergovbtn:link, a.turnergovbtn:visited, a.turnergovbtn:active{
	background:url(images/turnergovbtn.jpg) no-repeat;
	}
	
a.turnergovbtn:hover {
	background-position: 0 -126px;
	}

h1{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:30px;
	color:#31358D;
	font-weight:normal;
	margin:40px 0 10px 30px;
}

h2{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#BE1E2D;
	font-weight:normal;
	margin:20px 80px 10px 30px;
}

h3{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#31358D;
	margin:20px 0 0 30px;
}

p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#404041;
	margin:0 140px 10px 30px;
	line-height:140%;
}

#footer{
	width:100%;
	height:537px;
	margin-top:100px;
	background-color:#BE1E2D;
}

.center{
	width:1100px;
	height:500px;
	margin:0 auto 0 auto;
}

#whitefoot{
	width:1265px;
	height:360px;
	margin:0 auto 0 auto;
}

a:link, a:visited, a:active{
	text-decoration:none;
	color:#BE1E2D;
	}
	
a:hover {
	text-decoration:none;
	color:#31358D;
	}
	
.email{
	width:490px;
	height:70px;
	font-size:20px;
	padding-left:30px;
	background:#ffffff url(images/emailicon.jpg) no-repeat left center;
}

.zip{
	width:490px;
	height:70px;
	font-size:20px;
	padding-left:30px;
	background:#ffffff url(images/zipicon.jpg) no-repeat left center;
}

.address{
	width:490px;
	height:70px;
	font-size:20px;
	padding-left:30px;
	background:#ffffff url(images/zipicon.jpg) no-repeat left center;
}


input#submit1{
	cursor:pointer;
	width:522px;
	height:70px;
	background-color:#BE1E2D;
	border:1px solid #BE1E2D;
	color:#ffffff;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
}

input#submit1:hover{
	background-color:#22346a;
}

input#submit{
	cursor:pointer;
	padding:20px 100px;
	background-color:#31358D;
	border:1px solid #22346a;
	color:#ffffff;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
}

input#submit:hover{
	background-color:#22346a;
}

#involvedform form#i-recaptcha{
	background: #ffffffb0;
	padding: 15px 0;
}

.button1 {
	background-color: #08007B;
	color: white;
	border: none;
}

.submitbtn {
	background-color: #0022A7 blue;
	border: none;
	color: white;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	width: 522px;
}
