.product-list {
	padding: 0 15px 45px;
}

.product-list .button {
	width: 100%;
	box-sizing: border-box;
	background: #404041;
	padding: 11px 20px 14px;
	font-size: 18px;
	text-transform: none;
	position: relative;
}

.product-list .button i {
	position: absolute;
    top: 8px;
    right: 7px;
    font-size: 30px;
}

.product-list img {
	padding: 15px 0;
}

.product-list article {
	margin-bottom: 25px;
}

.product-list article ul,
.product-list article p {
	display: none;
}

.page-node-type-industry-application-single-page .product-list {
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 50px;
	border-top: 1px solid #999;
}

.product-list h2 {
	font-size: 32px;
    line-height: 1;
    color: #535353;
    text-align: center;
    padding-bottom: 30px;
}

.product-list .no-results {
	display: none;
}

.product-list .no-results p {
	padding: 20px;
    background: #e2e2e2;
}

@media screen and (min-width: 1024px) {
	.product-list > div {
		display: flex;
		flex-wrap: wrap;
		max-width: 1200px;
	}
	
	.product-list article {
		width: 31.33%;
		overflow: hidden;
		position: relative;
		margin-right: 1%;
		margin-left: 1%;
	}
	
	.product-list img {
		padding-bottom: 75px;
	}
	
	.product-list article p {
		color: #fff;
		padding-left: 15px;
		display: block;
		margin-top: 10px;
	}
	
	.product-list article ul {
		display: block;
		padding: 15px;
	}
	
	.product-list article ul li {
		color: #fff;
		list-style: disc;
		margin: 0 0 10px 20px;
	}
	
	.product-list .title {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700;
		font-family: "proxima-nova-condensed";
		border-bottom: 1px solid #787979;
		padding-bottom: 3px;
		margin-bottom: 8px;
		list-style: none;
		margin: 0 0 8px;
	}
	
	.product-list article div {
		position: absolute;
		top: calc(100% + 15px);
		margin-top: -60px;
		width: 100%;
		background: rgba(64, 64, 65, .95);
		height: 100%;
		cursor: pointer;
	}
	
	.product-list .no-results p {
		margin: 0 10px;
	}
	
	.product-list article.external div {
		background: transparent;
	}
	
	.product-list article.external .button {
		padding-bottom: 16px;
	}
	
	.product-list article div:hover {
		top: 0;
		margin-top: 0;
	}
	
	.product-list article.external div:hover {
		top: 100%;
		margin-top: -60px;
	}
	
	.product-list article:hover .button {
		background: #b2262c;
	}
	
	.product-list article.external div ul {
		display: none;
	}
}