/* ================ $icons ================ */
/**

*	1. Large Icons
		Video
		map
		Photo Album

*/

.large-button-wrapper-wrapper{ margin-top: 30px; }

.how-can-you-get-involved .large-button-wrapper-wrapper{
	position: relative;
	margin: 0;
	top: -40px;
}

.lg-button{ padding: 0 40px; }

.lg-button a{
	width: 250px;
	margin: 0 auto;
}

.lg-button h4{
	padding: 0 20px;
	text-align: center;
}

.map a{
	height: 250px;
	display: block;
	background: url(../images/map-icon.png) no-repeat 0 0;
	background-size: contain;
}

.video a{
	height: 193px;
	display: block;
	background: url(../images/video-icon.png) no-repeat 0 0;
	background-size: contain;
}

.photo a{
	height: 255px;
	display: block;
	background: url(../images/photo-icon.png) no-repeat 0 0;
	background-size: contain;
	padding: 7% 7% 10% 8%;
	/*padding: 40px 43px 52px 48px;*/
}

.volunteer-monitoring .video a{
	background: url(../images/video-icon-water-watch.png) no-repeat 0 0;
	background-size: contain;
}

.volunteer-monitoring .photo .group-thumbnail,
.how-can-you-get-involved .photo .group-thumbnail{
	position: relative;
}

.stormwater a{
	height: 250px;
	display: block;
	background: url(../images/stormwater-icon.png) no-repeat 0 0;
	background-size: contain;
}
