.what-we-do .one_third a {
	color: #555555;
}
@media screen and (max-width: 950px) {
	.entry-content img.mobile_full {
		width: 100%;
	}
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header-placeholder {
    display: none;
    height: 0;
}

.header.fixed + .header-placeholder {
    display: block;
    height: 132px;
}
@media screen and (max-width: 950px) {
	.header.fixed + .header-placeholder {
	    height: 282px;
	}

	.header.fixed .column-1.column-2 {
	    display: none;
	}

	.header.fixed .header-inner {
		padding: 0;
	}

	.header.fixed .header-inner .logo {
		margin: 0;
	}

	.header.fixed .header_row {
		padding: 0 10px;
	}
}