/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Sep 24 2020 | 12:54:14 */
/* IMG Hover Effect and Link Decoration by Chords Agency */

.rwi-what-we-do-grid-content h2 a:before,
.rwi-staff-img-container a:before {
	content: "\e607";
	transition: all .15s ease-in;
	font-size: 30px;
	color: #fff;
	z-index: 5;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 30px;
	background: #000;
	padding: 15px;
	pointer-events: none;
	opacity: .4;
	transform: scale(0);
	font-family: north-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rwi-what-we-do-grid-content h2 a:hover:before,
.rwi-staff-img-container a:hover:before {
	transform: scale(1);
}

.rwi-what-we-do-grid-content h3 a,
.rwi-staff-meta-container h1 a {
    text-decoration: none;
    color: #292929;
}
