.inline-content-wrapper {
	overflow: hidden;
}

.inline-content-wrapper-inner {
	width: 100%;
	height: auto;
}

.inline-content-wrapper.fall-in {
	width: calc(100% + 70px);
	margin: 5px 0px 15px -70px;
	border-top: 1px solid #EA4E01;
}

.inline-content-wrapper-inner > h5 {
	border-bottom: 1px solid #cecece;
	color: #EA4E01;
	font-size: 20px !important;
	line-height: 28px;
	padding: 10px 5px;
	text-transform: uppercase;
	font-family: "Open Sans" !important;
	font-weight: 700 !important;
	margin: 0;
	background: #fcfbf7;
}

.icb-article {
	cursor: pointer;
	transition: 300ms;
	padding: 25px 0;
	margin: 0;
	border-bottom: 1px solid #cecece;
	position: relative;
	background: #fcfbf7;
}

.icb-article:hover {
	background: #f3f1e4;
}

.icb-article .icb-article-link {
	position: absolute;
	display: block;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.icb-design-linear .score {
	width: 70px;
	min-height: 40px;
	margin-top: 15px;
	float: left;
	padding-top: 10px;
	position: relative;
}

.icb-design-linear .score .score-icon {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 40px;
	height: 40px;
	background: url('ecosystem.png') center no-repeat transparent;
	background-size: contain;
}

.icb-design-linear .score .classic-icon {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 40px;
	height: 40px;
	background: url('eco-classic.png') center no-repeat transparent;
	background-size: contain;
}

.icb-design-linear .score .score-copy {
	display: block;
	width: 50px;
	height: 30px;
	line-height: 29px;
	margin-left: 10px;
	text-align: center;
	color: #EA4E01;
	font-size: 10px;
	font-weight: 600;
	font-family: "Open Sans";
}

.icb-design-linear .image {
	width: 100px;
	height: 75px;
	float: left;
	margin: 0;
	background-size: cover;
	background-position: center;
}

.icb-design-linear .copy {
	width: calc(100% - 100px - 70px);
	float: left;
	padding: 0 15px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Libre Baskerville";
}

.icb-design-linear .copy .cta {
	font-family: "Libre Baskerville";
	color: #EA4E01;
}

.icb-design-linear:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	width: 0;
}

.icb-design-block .block-image {
	width: 100%;
	height: 180px;
	margin: 0 0 5px;
	background-size: cover;
	position: relative;
}

.icb-design-block .block-image .score-wrap {
	width: 55px;
	height: 55px;
	background: rgba(255,255,255,0.65);
	position: absolute;
	top: 0;
	right: 0;
}

.icb-design-block .block-image .score-wrap .score-icon {
	display: block;
	height: 45px;
	width: 45px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: url('ecosystem.png') center no-repeat transparent;
	background-size: contain;
}

.icb-design-block .block-image .score-wrap .score-copy {
	display: block;
	font-size: 18px;
	line-height: 60px;
	color: #EA4E01;
	text-align: center;
}

.icb-design-block .copy {
	font-family: "Libre Baskerville";
	font-size: 18px;
	line-height: 26px;
}

.icb-design-block .copy .cta {
	font-family: "Libre Baskerville";
	color: #EA4E01;
}

@media screen and (max-width: 1024px){
	.inline-content-wrapper.fall-in {
		width: calc(100% + 40px);
		margin-left: -20px;
		background: #fafafa;
	}
	.inline-content-wrapper-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.inline-content-wrapper-inner > h5 {
		font-size: 15px;
	}
	.icb-design-linear .score {
		width: 50px;
		margin-top: 0px;
	}
	.icb-design-linear .score .classic-icon {
		width: 32px;
		height: 32px;
		left: 9px;
	}
	.icb-design-linear .image {
		width: 67px;
		height: 50px;
	}
	.icb-design-linear .copy {
		width: calc(100% - 50px - 67px);
		font-size: 12px;
		line-height: 18px;
	}
	.icb-design-linear .score .score-copy {
		width: 32px;
	}
	.icb-design-linear .score .score-icon {
		left: 5px;
	}
}