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

.top-banner.corra-banner{
	background-image: url("/assets/application/img/corra/corra-banner.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#disclaimer p {
	padding-top: 2em;
}

@media only screen and (max-width: 991.98px) {
}
@media only screen and (max-width: 767.98px) {
}
@media only screen and (max-width: 479.98px) {
}

/*methodology*/
#methodology{
}
#methodology .general-header h5, #methodology a, #methodology a:hover{
}
@media only screen and (max-width: 479.98px) {
	
}


/*timeline*/
#timeline{
	background-color:#1D6B70;
	color:#fff;
}
#timeline .general-header h5{
	color:#fff;
}

/*resuorce*/
#resources{
	background-color:#40C2CC;
/*	background-image:url("/assets/application/img/corra/resource-bg.jpg");*/
	background-size:cover;
}
#resources h3{
	text-transform: uppercase;
	color:#000;
}
#resources p{
	margin-bottom:.5em;
}
#resources a{
	color:#000;
}
#resources a:hover{
	color:#fff;
}
@media only screen and (max-width: 767.98px) {
	#resources p{
		margin-top:0;
		margin-bottom:2em;
	}
}

/* specifications */
#specification .section-header h2{
	color:#000;
}
#specification .spec-card{
	color:#444;
}
#specification .spec-card h3{
	color:#000;
}

/*Contact*/
#contact{
	background-color: #ecf0f2;
}
@media only screen and (max-width: 767.98px) {
    #contact .divide{
		padding-bottom:2em;
		border:0;
	}
}