.tip-summary {
	position: relative;
}

.tip-summary .summary {
	opacity: 1;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tip-summary .tip {
	top: -1.5rem;
	left: -1.5rem;
	width: calc(100% + 3rem);
	padding: 1.5rem;
	opacity: 0;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
	z-index: 100;
}

.tip-summary.showtip .summary {
	opacity: 0;
}

.tip-summary.showtip .tip {
	opacity: 0.9;
}

.feature {
	width: 100%;
	display: block;
	float: left;
	position: relative;
}

.feature,
.feature * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.feature .feature-line {
	width: 100%;
	background-color: rgba(173, 190, 210, 0.2);
	text-align: left;
	display: block;
	float: left;
	position: relative;
}

.feature .feature-line:nth-child(2n) {
	background-color: rgba(194, 208, 222, 0.1);
}

.feature .feature-line:hover {
	background-color: #bfd5f2;
}

.feature .feature-line:hover .feature-title{
	color: #384d89;
}

.feature .feature-line .feature-left {
	width: 10rem;
	top: 0;
	left: 0;
	display: block;
	float: left;
	position: absolute;
}

.feature .feature-line .feature-right {
	width: 100%;
	padding-left: 10rem;
	display: block;
	float: left;
	position: relative;
}

.feature .feature-item {
	padding: 0.25rem;
}

.feature .feature-item .feature-icon {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
	vertical-align: middle;
	display: inline-block;
}

.feature .feature-item .feature-item-inner {
	height: 100%;
	text-align: left;
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
}

.feature .feature-line .feature-title {
	color: #8395bd;
	margin: 0.25rem;
	line-height: 1.5rem;
	font-weight: 700;
}

.screen-s .feature .feature-item .feature-icon,
.screen-x .feature .feature-item .feature-icon {
	width: 0.875rem;
	height: 0.875rem;
	margin-right: 0.125rem;
}

.screen-s .feature .feature-item,
.screen-x .feature .feature-item {
	padding: 0.125rem;
}

.screen-m .feature .feature-line .feature-left {
	padding-bottom: 0;
	width: 100%;
	position: relative;
}

.screen-s .feature .feature-line .feature-left,
.screen-x .feature .feature-line .feature-left {
	padding-bottom: 0;
	width: 100%;
	position: relative;
}

.screen-m .feature .feature-line .feature-right {
	padding-top: 0;
	padding-left: 0.875rem;
}

.screen-s .feature .feature-line .feature-right,
.screen-x .feature .feature-line .feature-right {
	padding-top: 0;
	padding-left: 0.375rem;
}