/**
 * Handle Finished content page
 */
.main-content {
	padding: 0;
}
.handle-container, .notes {
	padding: 0 1rem;
}
sup {
	font-size: 1rem;
}
.handle-finishes .banner {
	background: transparent url('../contentImages/handleImages/AW18-THD-17680-RESIZED-2.jpg') no-repeat 35% 0%;
	background-size: cover;
	font-size: 1.2rem;
	color: #FFF;
	margin-bottom: 3rem;
	padding-left: .5rem;
}

.handle-finishes .banner > .box {
	padding: 1.25rem 1rem;
	background: rgba(0,0,0,.4);
	line-height: 1.5rem;
	display: inline-block;
}
.handle-finishes h1 {
	color: #FFF;
	text-align: left;
	text-transform: inherit;
	font-size: 1.33em;
	text-transform: uppercase;
}
.handle-finishes .handle-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.handle-finishes .handle-container > div {
	display: flex;
	flex: 1 1 100%;
	margin-bottom: 1rem;
}
.handle-finishes .handle-container > div > div {
	flex: 1 1 50%;
}

.handle-finishes .handle-container > .handle-styles > div:first-child img {
	max-width: 80%;
}

.handle-finishes .handle-container > div:last-child {
	margin-top: 1rem;
}

.handle-finishes .handle-container > div > div:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
}

.handle-finishes .heading {
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
	color: #000;
}

.handle-finishes .handle-container > div > div > a {
	margin-bottom: 6.5%;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

.handle-finishes .handle-container > div > div > a:hover {
	text-decoration: none;
}

.handle-finishes .handle-container > div > div > a img {
	width: 3.5rem;
	height: 2.5rem;
	min-width: 3.5rem;
	max-width: 3.5rem;
	border: 1px solid #000;
	margin-right: .5rem;
}

.handle-finishes .handle-container > div > div > a sup {
	font-size: .675rem;
	color: #656565;
}

@media (min-width: 700px) {
	.main-content {
		padding: 1rem;
	}

	.handle-container, .notes {
		padding: 0;
	}

	.handle-finishes .handle-container {
		flex-wrap: nowrap;
	}

	.handle-finishes .banner {
		display: flex;
		align-items: center;
		background: transparent url('../contentImages/handleImages/AW18-THD-17680-RESIZED-2.jpg') no-repeat top right;
		background-size: cover;
		min-height: 15rem;
		height: 15rem; /* IE */
		padding-top: .5rem;
	}

	.browser-ie .handle-finishes .banner {
		height: 15rem;
	}

	.handle-finishes h1 {
		font-size: 1.4em;
		margin-bottom: .4rem;
	}

	.handle-finishes .banner > .box {
		padding: 1.5rem 4rem 1.5rem 2rem;
		margin-left: 6%;
	}

	.handle-finishes .handle-container > div {
		flex: 0 1 50%;
	}

	.handle-finishes .handle-container > div:last-child {
		margin-top: 0;
	}

	.handle-finishes .handle-container > div > div:first-child {
		margin-right: 2rem;
	}

	.handle-finishes .handle-container > .handle-styles > div:first-child img {
		max-width: 60%;
	}


	.handle-finishes .handle-container > div > div:last-child {
		flex-shrink: 5;
	}
}