.site-logo--header {
	background-image: url("../images/logo/intrepid.jpg");
	width: 117px;
}
.site-brokerAtLloyds {
	background-image: url("../images/logo/LLoyds-broker-coverholder.png");
	background-size: 170px 35px;
}
.teamMember-details-wrapper {
	display: block;
	padding: 30px 0;
}
.teamMember-details-header {
	text-align: left;
	margin-bottom: 18px;
	padding-bottom: 18px;
	cursor: pointer;
}
.teamMember-position {
	display: block;
}
.teamMember-details-header a[href^="mailto:"],
.teamMember-details-header a[href^="tel:"] {
	margin: 0;
}
.teamMember-details-header a[href^="tel:"] {
	margin-right: 15px;
}
.newsfeedItem {
	margin-bottom: 22px;
}
.newsfeedItem a {
	font-size: 18px;
	line-height: 24px;
}
.newsfeedItem p {
	font-size: 15px;
}
.teamMember-foldable-content {
	display: none;
}

@media only screen and (min-width: 768px) {
	.teamBlock-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.teamMemberInfo {
		width: 50%;
	}
	.teamMember-details-header:after {
		right: 0;
		left: 0;
	}
}

@media only screen and (min-width: 900px) {
	.pageLinks-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.pageLinks-item {
		float: none;
	}
}

@media only screen and (min-width: 1024px) {
	.site-logo--header {
		width: 240px;
	}
	.site-brokerAtLloyds {
		margin-top: -6px;
		width: 190px;
		height: 39px;
		background-size: 190px 39px;
	}
}

@media only screen and (min-width: 1120px) {
	.site-brokerAtLloyds {
		width: 274px;
		height: 43px;
		background-size: 274px 43px;
	}
}
