@charset "UTF-8";
/* CSS Document */

li a{

	color: #fff;
}

section{
	
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 3em;
	
}

.action{
	display: block;
	width: 100%;
	height: 9em;
	text-align: center;
	
}

.action-top{
	display: block;
	height: 4em;

}

.action a{
	
	position: relative;
	top: 4em;
	/*left: 50%;
	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);*/
	
}

.arrow{

	height: 6em;
	width: 6em;
	background-image: url(../assets/images/svg/arrow-white.svg);
	background-repeat: no-repeat;
	transition: background-image 0.3s ease;
	opacity: .7;
	position: absolute;
	left: 47%;
	bottom: 1em;
	animation-name: glow;
	animation-duration: 1.7s;
	animation-delay: 1s;
	animation-iteration-count: infinite;

}

@keyframes glow{
	0% {background-image: url(../assets/images/svg/arrow-white.svg)}
	50% {background-image: url(../assets/images/svg/arrow-white-hover.svg)}
	100% {background-image: url(../assets/images/svg/arrow-white.svg)}

}

.arrow:hover{
	background-image: url(../assets/images/svg/arrow-white-hover.svg);
	animation: none;
	opacity: 1;

}

section.covid-landing{
	
	background-image: url("../assets/images/chance/hero-left-2500.jpg");
	background-position: 80% 60%;
	background-color: black;
	padding-bottom: 4em;
	
}

div.covid-landing, div.covid-landing-feature{
	
	margin-left: 47%;
	margin-top: 4em;
	max-width: 680px;
	
}

div.covid-landing{
	margin-bottom: 0em;
}

div.covid-landing-feature h4{
	border-bottom: 1px solid white;
	padding-bottom: .15em;
	margin-bottom: 2em;
}

div.covid-landing h2{
	
	font-family: Cougher-Black; 
	font-weight: normal; 
	font-style: normal;
	letter-spacing: .05em;
	font-size: 4em;
	text-transform: none;
	color: #eb4e2d;
	line-height: .8em;
	padding-bottom: .25em;
	
}

div.covid-landing-feature h2{
	
	font-family: Cougher-Black; 
	font-weight: normal; 
	font-style: normal;
	letter-spacing: .05em;
	font-size: 1.5em;
	text-transform: none;
	color: #eb4e2d;
	line-height: .8em;
	padding-bottom: .25em;
	
}

img.covid-landing-feature-image{
	height: 150px; 
	width: 150px; 
	float: left; 
	margin-right: 1em;
}

div.covid-landing h3{
	
	color: white;
}

div.covid-landing-feature h4, div.covid-landing-feature p{
	color: white;
	padding-bottom: 1em;
}

div.headline{
	background-color: #eb4e2d;
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 10%;
	padding-right: 10%;
	
	
}

.headline h2{
		
	color: white;
	font-size: 3em;
	letter-spacing: 0em;
	text-transform: none;
	
}

.headline p{
	font-size: 1.5em;
	padding-top: .5em;
	padding-bottom: .5em;
	line-height: 1.5em;
	
	
}

.landing-body{
	
	padding-top: 1.5em;
	padding-bottom: 3em;
	background-color: white;

}

.landing-body section{
	
	text-align: left;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	
}

.landing-body p{
	
	margin-bottom: 1em;
	
}

.landing-body section li{
	
	color: rgba(60,60,60,1.00);
	font-family: andes_bookbook, Helvetica, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: .01em;
	margin-left: 5%;
	
}

a.red:hover{
	
	color: #eb4e2d;
	background-color: rgba(0,0,0,0);
	border: 1px #eb4e2d solid;
}

.space{
	display: block;
	padding-top: 2em;
	padding-bottom: 2em;
}

.small-space{
	display: block;
	padding-top: 1.5em;
	
}


.title {
	
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	padding-top: .6em;
	padding-bottom: 1em;
	text-transform: uppercase;
	text-align: center;
	
}

.youtube{
	
	text-align: center;
	padding-bottom: 4em;
	
}

#chance{
	margin-top: 5em;
	margin-left: 8%;
	
}

#covid-donate .title {
	
	padding-top: 1em;
	padding-bottom: 1em;
	
}

#home-one h2, #covid-donate h2 {
	
	font-family: Cougher-Black; 
	font-weight: normal; 
	font-style: normal;
	letter-spacing: .05em;
	font-size: 4em;
	text-transform: none;
	color: #eb4e2d;
	line-height: .8em;
	padding-bottom: .25em;

}

#covid-donate h2 {
	
	font-family: Cougher-Black; 
	font-weight: normal; 
	font-style: normal;
	letter-spacing: .05em;
	font-size: 4em;
	text-transform: none;
	color: #eb4e2d;
	line-height: .8em;

}

#home-one h3, #covid-donate h3{
	
	padding-bottom: 0em;
	color: white;
	
}

#home-one p, #covid-donate p {
	
	font-family: Cougher-Black; 
	font-weight: normal; 
	font-style: italic;
	letter-spacing: .1em;
	font-size: 1.5em;
	text-transform: none;
	color: #eb4e2d;
	line-height: 1.5em;
	margin-bottom: -.5em;

}

section#home-one{

	background-image: url("../assets/images/bullhorn.jpg");
	background-position: 50% 65%;
	background-color: white;
	height: 75vh;


}

section#covid-donate{
	
	background-image: url("../assets/images/chance/collage-3000.jpg");
	background-position: 46% 0%;
	background-color: white;
	height: 40vh;
	
}

.special{

	color: #eb4e2d;

}

.special:hover{
	color: rgba(60,60,60,1.00);
}

.special:active{
	color: rgba(255,134,43,1.00);
}

#home-one ul{
	
	margin-bottom: 2em;
}

#home-one li{
	
	color: white;
}

#home-one ul ul{
	
	margin-left: 2em;
}

section#areas{
	
	background-color: #fff;
	padding-bottom: 8em;
	border-bottom: none;
	padding-top: 4em;
	
}

#areas h2{
	
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: andes_bookbook, Helvetica, Arial, sans-serif;
	letter-spacing: .35em;
	color: rgba(130,130,130,1.00);
	
}

#areas a{
	
	letter-spacing: .1em;
	line-height: 1em;
	font-size: 1em;
	text-transform: uppercase;
	font-family: andesextrabold, Helvetica, Arial, sans-serif;
	
}

section#areas-intro{
	
	background-color: #eb4e2d;
	padding-bottom: 4em;
	border-bottom: none;
	padding-top: 4em;
	padding-left: 15%;
	padding-right: 15%;
	
}

#areas-intro h2{
	
	text-align: center;
	color: #fff;
	font-size: 3em;
	letter-spacing: 0em;
	text-transform: none;
	
}

.four-options{
	
	padding-top: 2em;
	padding-bottom: 1em;
	text-align: center;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	
}

.four-options ul{
	
	padding-top: .3em;
	
}

.four-options li{
	
	list-style-type: none;
	width: 280px;
	display: inline-block;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .1em;
	margin-left: .5em;
	margin-right: .5em;
	margin-top: .3em;
	margin-bottom: 1em;

}

.four-options a{
	
	display: block;
	border-radius: 50px;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 5px;
	padding-right: 5px;
	
}

span.icon{
	
	display: inline-block;
	height: 50px;
	vertical-align: middle;
	margin-bottom: 20px;
	
}

span.four-options-area{
	
	display: block;
	
}

section#regions{
	
	margin: none;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0em;
	display: table;
	table-layout: fixed;
	width: 100%;
	
}

img, div.regions, div.regions-image, div.GOVT-image{
	
	display: table-cell;
	width: auto;
	vertical-align: middle;

	
}

div.regions-image{
	
	background-image: url("../assets/images/daca-speech.jpg");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	
}
div.GOVT-image {
    background-image: url("../assets/images/cplc-41.jpg");
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

img{
	
	width: 100%
	
}

div.regions{
	
	padding-left: 3%; 
	padding-right: 6%;
	background-color: #eb4e2d;
	padding-bottom: 2em;
	padding-top: 2em;

}

.regions h2{
	
	color: white;
	font-size: 3em;
	letter-spacing: 0em;
	padding-bottom: 0em;
	margin-bottom: 0em;
	margin-top: 0em;
	text-transform: none;
	text-align: left;
	
}

.regions h4{
	
	padding-bottom: 2em;
	text-align: left;
	margin-bottom: 0em;
}

.regions li{
	
	color: white;
	letter-spacing: .15em;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: andes_bookbook, Helvetica, Arial, sans-serif;
	font-weight: bold;
	list-style-type: none;
	padding-left: 2em;
	line-height: 2em;
	
}

/*
.regions a{
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);

} */

section#updates{
	
	background-color: white;
	padding-top: 5em;
	padding-bottom: 10em;
	border-bottom: none;
	
}

#updates img{
	
	width: 100%;
	margin-bottom: .5em;
}

#updates h2{
	
	text-align: center;
	color: #eb4e2d;
	font-size: 1.5em;
	margin-bottom: 1.5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #eb4e2d;
	letter-spacing: .15em;
	
}
 
#updates h3{
	
	text-align: left;
	margin-bottom: .5em;
	font-size: 1em;
	color: #eb4e2d;
		
}

#updates h3 a{
	
	letter-spacing: .15em;
	line-height: 1.2em;
	font-size: 1em;
	text-transform: uppercase;
	font-family: andesextrabold, Helvetica, Arial, sans-serif;
	color: black;
	padding-left: 0em;
	padding-bottom: .5em;
	
}

#updates a{
	
	padding-left: 0em;
	padding-top: .5em;
	
}

#updates a:hover{
	color: #eb4e2d;
}

#updates p{
	
	text-align: left;
	text-transform: none;
	font-size: 1em;
		
}

#updates p a{
	
	color: 	rgba(200, 200, 200, 1);
	line-height: 2em;
}

.news{
	
	vertical-align: top;
	
}

.photo img:hover{
	
	opacity: .5;
	transition: 0.3s ease;
	
}

@media screen and (max-width: 1740px){
	
	nav.four-options{
		width: 60%;
		padding-left: 20%;
		padding-right: 20%;
		
	}
	
	.four-options{
		padding-top: 0em;
	}
	

		
	
}

@media screen and (max-width: 1460px){

	section.covid-landing{
	
	background-position: 40% 60%;
	
}
	
	#home-one p {

		font-size: 1.32em;
	}	

	#chance{
	margin-left: 0%;
	
}
	
	section#areas{
	
	padding-bottom: 4em;
	padding-top: 3em;
	
}
	#areas h2{
	
	margin-bottom: .5em;
		
}
	
	

	
	#regions h2{
	
	font-size: 2em;
	padding-bottom: .3em;
	
}

.regions li{
	
	font-size: 1.25em;
	
}
	
}

@media screen and (max-width: 1210px){

	nav.four-options{
		width: 84%;
		padding-left: 8%;
		padding-right: 8%;
		
	}
	
	.arrow{

	height: 6em;
	width: 6em;
	
	}

}


@media screen and (max-width: 1080px){
	
	
div.covid-landing h2{
	
	font-size: 2.25em;
	
}
	
	div.covid-landing h3{
	
	font-size: 1em;
}
	
	div.covid-landing-feature h2{
	
	font-size: 1em;
	
}
		
	#home-one p {

		font-size: .94em;
	}	
	
	#areas-intro h2{
	
	font-size: 2em;
	
}
	
	.arrow{

	height: 5em;
	width: 5em;
	vertical-align: middle;
	color: rgba(0,0,0,0);
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1em;
	text-align: center;
	position: static;

	}

	
	.regions li{
	
	font-size: 1em;
	
}
		div.regions{
	
	padding-left: 10%; 
	padding-right: 10%;

}

	}

@media screen and (max-width: 880px){


	section.covid-landing{
	
	background-image: url("../assets/images/chance/hero-mobile-left.jpg");
	background-position: 45% 50%;
	
}
	
	.regions h2{
	
	font-size: 2em;
	
}

	
	#home-one p {

		font-size: .75em;
	}
	
	#chance{
		margin-top: 1em;
		margin-left: 46%;
	}
	
	#areas h2{
		
	margin-bottom: 1em;
		font-size: 1em;
		
	}
	

	
#regions h2{
	
	font-size: 1.5em;
	
}
	
	}
	
@media screen and (max-width: 700px){
	
	section#home-one{

	background-position: 75% 60%;


}
	
	div.covid-landing, div.covid-landing-feature{
	
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2em;
	padding: 1em;
	background-color: rgba(0,0,0,0.8);
	
}
	
	div.covid-landing{
		padding-bottom: 2em;
		
	}
	

	
	
	section.covid-landing{
	
	background-image: url("../assets/images/chance/hero-mobile.jpg");
	background-position: 50% 50%;
	
	
}
	
	.enter{
		
		display: block;
		margin: 1em 5%;
		
	}
	
		div.regions{
	
	padding-left: 5%; 
	padding-right: 5%;

}
	
	
		#home-one h2{
		font-size: 3em;
	}
	
	
	#chance{
		margin-left: 28%;
		margin-top: 0em;
	}
	
	section#areas-intro{

		padding-left: 5%;
		padding-right: 5%;

	}
}

@media screen and (max-width: 520px){

	img.covid-landing-feature-image{
		width: 75%;
		height: auto;
		display: block;
		float: none;
		margin-bottom: 1em;
}
	
	#line1, #line2,#line3,#line4,#line5,#line6{
		display: initial;
		margin-left: 0em;
	}
	
		#home-one p {

		font-size: .9em;
		line-height: 1.2em;
		margin-top: 1em;	
	}
	
	#home-one h2{
		margin-top: .1em;
		font-size: 2.25em;
	}
	
	#home-one h3{
	
	padding-bottom: 0em;
	font-size: .8em;
	
	}
	
		#chance{
		margin-left: 0%;
	}
	
	#areas-intro h2{
	
	font-size: 1.2em;
	
}
	
	section#areas{
	
	padding-bottom: 1em;
	padding-top: 2em;
	
}
	
	
	
	.gone{
		display: none;
	}
	
	.four-options li{
	
	width: 200px;

}
	
	section#regions, img, div.regions, div.regions-image, div.GOVT-image #regions a{
	
	display: block;
	
	}
	
	#regions a, #regions h4{
		text-align: center;
	}
	
	img, div.regions-image, div.GOVT-image{
	
		height: 10em;
		background-position: 50% 70%;
		
	}
	
	.regions ul{
		text-align: center;
	}
	
	.regions li{
		
		display: inline-block;
		padding-left: 1em;
		padding-right: 1em;
		
	}
	
	.title{
		padding-bottom: .5em;
	}
	
	section#updates{
		
		padding-top: 3em;
		padding-bottom: 0em;
		
	}
	
}

@media screen and (max-width: 290px){
	
	img.covid-landing-feature-image{
		width: 100%;
		
}
	
	#home-one h2{
		font-size: 1.5em;
	}
	
	.four-options li{
	
	width: 140px;

}
}