/* Modes
---------*/

div.node-tile {
	background: #fff;
	border: 1px solid #ccc7b8;
}
div.node-tile div.field {
	margin: 0;
}
div.node-tile span.image {
	display: block;
	border-bottom: 10px solid #ef7c00;
}
div.node-tile span.image img {
	display: block;
}
div.node-tile span.title {
	padding: 10px 45px 0 10px;
	display: block;
	position: relative;
}
div.node-tile span.title:after {
	background-image: url('../images/sprite-content-icons.png');
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: 200px 75px;
	right: 10px;
	top: 12px;
	position: absolute;
	height: 25px;
	width: 25px;
}
div.node-tile.node-webinar span.title:after {
	background-position: -100px 0;
}
div.node-tile.node-podcast span.title:after {
	background-position: -150px 0;
}
div.node-tile div.body {
	padding:0 0 10px 0;
}
div.node-tile div.body div.field {
	padding:0 10px;
	margin:4px 0 0 0;
	padding: 0 10px;
	font-size: 12px;
	line-height: 16px;
}

div.node-teaser {
	clear: both;
	overflow: hidden;
	background: #fff;
	border:1px solid #ccc7b8;
}
div.node-teaser div.field {
	margin: 0;
}
div.node-teaser div.image {
	display: table;
	border-bottom: 10px solid #ef7c00;
	margin-bottom: 10px;
	width: 100%;
}
div.node-teaser div.image img {
	display: block;
	width: 100%;
}
div.node-teaser h3 {
	min-height: 32px;
	padding: 0 52px 10px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f6f4ee;
	position: relative;
}
div.node-teaser h3:after {
	background-image: url('../images/sprite-content-icons.png');
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: 256px 96px;
	right: 10px;
	top: 0;
	position: absolute;
	height: 32px;
	width: 32px;
}
div.node-teaser div.content {
	padding: 0 0 10px !important;
}
div.node-teaser div.content div.field {
	margin: 4px 0 0;
	padding: 0 10px;
	line-height: 16px;
	font-size: 12px;
}
div.node-teaser div.field-name-field-biography,
div.node-teaser div.content div.field-name-body,
div.node-teaser div.content div.field-name-field-summary,
div.node-teaser div.content div.field-name-field-strapline,
div.node-teaser div.content div.field-name-field-innovation-summary {
	border-bottom: 1px solid #f6f4ee;
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px 10px;
	margin-bottom: 10px;
}
div.node-teaser div.field-name-field-biography p {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
div.node-teaser div.content div.field div.field-label {
	width: 75px;
}
div.node-teaser div.content div.field div.field-label + div.field-items {
	width: calc(100% - 75px);
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
}

/* Lists
---------*/

div.views-list div.views-row,
div.view-modes-view-List div.views-row {
	margin-bottom:20px;
}

div.views-list div.body,
div.view-modes-view-List div.body {
	float: left;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 180px);
}

div.views-list div.image,
div.view-modes-view-List div.image {
	border: 0;
	margin: 0;
	float: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
}
div.views-list div.image img,
div.view-modes-view-List div.image img {
	border-bottom:7px solid #ef7c00;
}

div.views-list div.node-teaser h3,
div.view-modes-view-List div.node-teaser h3 {
	padding: 0 10px 10px 52px;
}
div.views-list div.node-teaser h3:after,
div.view-modes-view-List div.node-teaser h3:after {
	right: auto;
	left: 10px;
}

div.views-masonry div.node-teaser h3 {
	font-size: 16px;
	line-height: 20px;
}

div.node-feature {
	position: relative;
}
div.node-feature div.field {
	margin: 0;
}
div.node-feature div.image {
	background-size: cover;
	background-repeat: no-repeat;
}
div.node-feature div.image img {
	display: block;
	width: 100%;
}
div.node-feature div.body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	padding: 20px;
	width: 100%;
	color: #fff;
}
div.node-feature div.button {
	text-align: right;
	margin-top: 15px;
}
div.node-feature span.author {
	margin-top: 10px;
	display: inline-block;
}

/* Types
---------*/

div.node-teaser.node-forum div.image {
	display: none;
}
div.node-teaser.node-forum div.body {
	width: 100%;
}
div.node-teaser.node-forum div.field-label {
	float: left;
}
div.node-teaser.node-forum div.content {
	padding: 0 !important;
}
div.node-teaser.node-forum div.link-wrapper {
	padding: 0 10px;
	margin-bottom: 10px;
}

div.node-teaser.node-innovation div.image,
div.views-list div.node-teaser.node-innovation div.image img,
div.view-modes-view-List div.node-teaser.node-innovation div.image img {
	border-bottom-color: #00afbc;
}
div.node-teaser.node-innovation h3 a {
	color: #00afbc;
}
div.node-teaser.node-innovation h3 a:hover {
	color: #00868f;
}
div.node-teaser.node-innovation h3:after {
	background-position: 0 0;
}
div.node-teaser.node-resource h3 a {
	color: #bc69b8;
}
div.node-teaser.node-resource h3 a:hover {
	color: #995696;
}
div.node-teaser.node-resource div.image,
div.views-list div.node-teaser.node-resource div.image img,
div.view-modes-view-List div.node-teaser.node-resource div.image img {
	border-bottom-color: #bc69b8;
}
div.node-teaser.node-organisation h3:after {
	background-position: -32px 0;
}
div.node-teaser.node-resource h3:after {
	background-position: -64px 0;
}
div.node-teaser.node-blog-post h3:after {
	background-position: -96px 0;
}
div.node-teaser.node-expert h3:after {
	background-position: -224px 0;
}
div.node-teaser.node-webinar h3:after {
	background-position: -128px 0;
}
div.node-teaser.node-podcast h3:after {
	background-position: -192px 0;
}
div.node-teaser.node-forum h3:after {
	background-position: -160px 0;
}
div.node-teaser.node-slide h3:after {
	background-position: -32px 0;
}
div.node-tile.node-blog-post span.title:after {
	background-position: -75px 0;
}

div.node-feature.node-blog-post div.body {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

/* User
---------*/

div.user-profile.node-teaser  {
	margin: 0;
}
div.user-profile.node-teaser div.field {
	font-size: 12px;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
div.user-profile.node-teaser div.image {
	float:right;
	width: 25%;
	border: none;
	padding: 10px;
	position:relative;
	z-index:20;
	background:#fff;
	
}
div.user-profile.node-teaser div.body {
	padding: 10px 0;
}
div.user-profile.node-teaser div.field-name-field-full-name {
	line-height:20px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #f6f4ee;
	padding: 0 52px 10px 10px;
	margin: 0;
	margin-bottom: 10px;
	position: relative;
}
/*
div.user-profile.node-teaser div.field-name-field-full-name:after {
	background-image: url('../images/sprite-content-icons.png');
	content: '';
	display: block;
	background-position: -224px -32px;
	background-repeat: no-repeat;
	background-size: 256px 96px;
	right: 10px;
	top: 0;
	position: absolute;
	height: 32px;
	width: 32px;
}
*/
div.user-profile.node-teaser div.field-name-field-image {
	padding: 0;
}
div.user-profile.node-teaser div.field-label {
	width: 60px;
}
div.user-profile.node-teaser div.field-label + div.field-items {
	width: calc(100% - 60px);
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
}
div.user-profile.node-teaser div.user-initials {
	line-height:40px;
	font-size:28px;
	font-weight:bold;
	letter-spacing:-2px;
	text-align:center;
	color:#ccc7b8;
}
div.user-profile.node-teaser div.user-initials a {
	color:inherit;
}