  /* CSS Document */

.p-wood_projects_thumb{
	position: relative;
	padding: 1rem 1rem 2rem;
	margin-bottom: 1.5rem;
}

.p-wood_projects_thumb .p-zoom_btn{
	position: absolute;
	bottom: 0.75rem;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	padding: 0.9375rem 1rem 1rem;
	background: #AE7B08 url("/sustainability/forest/common/images/zoom_icon.svg") no-repeat 12px 8px;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	z-index: 2;
	transition: background-color 0.3s;
}
.p-wood_projects_thumb:hover .p-zoom_btn{
	background-color: #926802;
}
.p-wood_projects_thumb::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 80%);
	bottom: 0px;
	left: 0px;
	cursor: pointer
}
.p-wood_projects_thumb a::before{
	z-index: 2;
}

.p-wood_map{
	margin-left: -10px;
	margin-right: -30px;
	margin-top: -15px;
}

@media screen and ( max-width:599px) {
	.p-wood_projects_thumb{
		padding: 0;
	}
	.p-wood_projects_thumb::after{
		display: none;
	}
	.p-wood_projects_thumb a{
		display: none;
	}
	.p-wood_projects_thumb .p-zoom_btn{
		display: none;
	}
}

@container box-container (max-width: 799px) {
	.p-wood_projects_thumb{
		margin-bottom: 0;
	}
	.p-wood_map{
		margin: 0 0 1rem;
	}
}

/*projects_photo_link*/

.p-projects_photo_link{
	position: relative;
	background-color: #10642E;
	padding-bottom: 0.375rem;
	box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.6), 1px 2px 10px -3px rgba(0,0,0,0.3), 2px 4px 12px -4px rgba(0,0,0,0.3), 4px 12px 38px -8px rgba(0,0,0,0.4);
}
.p-projects_photo_link a{
	color: #fff;
	text-decoration: none;
}
.p-projects_photo_link a span{
	display: block;
	position: absolute;
	right: -10px;
	top: 20px;
	background-color: #10642E;
	box-shadow: 2px 4px 8px -2px rgba(0,0,0,0.7);
	width: auto;
	padding: 0.625rem 1.625rem;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}
.p-projects_photo_link a span::before{
	content: "";
	display: block;
	position: absolute;
	right: 11px;
	top: 50%;
	width: 6px;
	height: 6px;
	border: #fff 2px solid;
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
	margin-top: -5px;
}
.p-projects_photo_link a span::after{
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	top: 100%;
	border-style: solid;
	border-width: 0px 0px 8px 10px;
	border-color: transparent transparent transparent #062312;
	
}
.p-projects_photo_link a::before{
	content: "";
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top:0px; left: 0px;
	border: #10642E 5px solid;
	transition: background-color 0.3s;
}
.p-projects_photo_link:hover a::before{
	background-color: rgba(16,100,46,0.3);
}
.p-projects_photo_link__thumb{
	overflow: hidden;
	position: relative;
}
.p-projects_photo_link .p-projects_photo_link__thumb img{
	transform: scale(1);
	transition: transform 0.4s;
}
.p-projects_photo_link:hover .p-projects_photo_link__thumb img{
	transform: scale(1.1);
}
.p-projects_photo_link .c-caption{
	padding-left: 0.5rem;
	color: #fff;
	font-weight: 500;
}


