@charset "utf-8";
/* CSS Document */
#report-submit {
	background-image: url("/img/pg_hdr/report-submit.jpg");
	background-size:cover;
	background-position: centertop;
}
#report-submit h1 {
	color: #4D4D4F;
}
#online-reporting {
	background-color: #E2E3E4;
}
#reg-bc {
	background-color: #959391;
	color:#fff;
}

#reg-alberta {
	background-color: #2B919D;
	color:#fff;
}

#reg-western-northern {
	background-color: #9B4E26;
	color:#fff;
}

#reg-ontario-nunavut {
	background-color: #609540;
	color:#fff;
}

#reg-quebec {
	background-color: #4D4D4F;
	color:#fff;
}

#reg-atlantic {
	background-color: #EFE6C7;
}

#reg-national {
	
}
#reg-alberta a, #reg-western-northern a, #reg-ontario-nunavut a, #reg-quebec a, #reg-bc a {
	color: #EFE6C7;
}
#repbigico {
	float:right;
	display:inline-block;
    height: 120px;
	width:225px;
    background: url(/img/hm_repsub.png) no-repeat center center;
    background-color: #2B919D;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
	margin:0px 0px 15px 15px;
	background-position: bottom 25px left 50%;
}
#repbigico a {
	color:#FFF;
}



/* Mobile stuff */

@media only screen and (max-width: 768px) {

	a.mobonly #repbigico {
		display:block;
		width:calc(100% - 31px);
		float:none;
		margin:0px;
	}
	
}