﻿#banner {
	padding-left: 0;
	padding-right: 0;
	top: 90px;
	padding-bottom: 30px;
}

#banner img, #solution_content img {
	width: 100%;
}

#solution {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 400px;
}

#solution_sidebar {
	width: auto;
	max-width: 130px;
	background-color: #fff;
	left: 10%;
	float: left;
}

#solution_sidebar a {
	display: block;
	font-size: 1.5rem;
	padding: 0 1.25rem 0 1.25rem;
	margin-top: 10px;
	color: #333;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

#solution_sidebar .side-current, #solution_sidebar a:hover {
	color: #fff;
	background-color: #44bafe;
	border-radius: 999px;
}

#solution_sidebar .side-product-label {
	height: 1.563rem;
	line-height: 1.563rem;
	font-size: 0.813rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 1px;
	background-color: #989898;
}

#solution_content {
	padding-left: 15%;
}

#solution_content h3 {
	padding-top: 1.25rem;
	padding-bottom: 1rem;
}

#solution_content p {
	margin-bottom: 1.125em;
	font-size: 1.125rem;
	line-height: auto;
}


@media screen and (max-width: 980px) {
	#banner {
		top: 60px !important;
		padding-bottom: 30px;
	}

	div.container {
		top: 30px;
	}

	#solution_sidebar {
		max-width: 100%;
		float: none;
	}

	#solution_content {
		clear: both;
		padding-left: 0;
		padding-top: 2rem;
	}

	#solution_sidebar li {
		margin-right: 1rem;
		float: left;
	}
}