#knowledge-creation {
	padding-bottom: 40px;
	position: relative;
	z-index: 99;
	-webkit-box-shadow: 0 5px 5px -5px #3a373e;
	-moz-box-shadow: 0 5px 5px -5px #3a373e;
	-ms-box-shadow: 0 5px 5px -5px #3a373e;
	-o-box-shadow: 0 5px 5px -5px #3a373e;
	box-shadow: 0 5px 5px -5px #3a373e;
	border-bottom: 2px solid #ee181f;
}

	.bg-header {
		background-color: #e74c5e;
	}

	#knowledge-creation-content {
		margin-top: 25px;
		margin-bottom: 15px;
		padding: 0 40px;
	}

	#knowledge-creation-content p {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	.pill-menu,
	.pill-content {
		border-top: 1px solid #eee;
	}

	.nav-stacked {
		border-right: 1px solid #dcdcdc;
		border-bottom: 0;
		padding-right: 0;
	}

	.nav-stacked > li {
		margin-bottom: 0;
	}

	.nav-stacked > li > a {
		font-size: 13px;
		color: #1f8fc1;
		cursor: pointer;
		margin-right: 0;
		border: 0;
		border-radius: 0;
	}

	.nav-stacked > li > a:hover,
	.nav-stacked > li > a:focus {
		border: 0;
		border-radius: 0;
		color: #1f8fc1;
		text-decoration: none;
	}

	.nav-stacked > li.active > a {
		background-color: #eee;
	}

	.nav-stacked > li.active > a:hover,
	.nav-stacked > li > a:hover {
    	background-color: #e6e6e6;
	}

	.nav-stacked > li.active > a,
	.nav-stacked > li.active > a:focus,
	.nav-stacked > li.active > a:hover {
	    border: 0;
	    border-radius: 0;
	}

	.pill-content {
		padding-top: 30px;
	}

	.pill-content {
		color: #525c65;
	}

	.pill-content h3 {
		font-size: 20px;
		color: #307699;
		margin: 30px 0 15px;
	}

	.pill-content h3:first-child {
		margin-top: 0;
	}

	.pill-content h4 {
		font-size: 12px;
		text-transform: uppercase;
		color: #767676;
		letter-spacing: 1px;
    	font-weight: 600;
	}

	.pill-content ul {
		font-size: 15px;
		list-style-type: disc;
		padding-left: 40px;
	}

	.pill-content ul > li:last-child {
		margin-bottom: 15px;
	}

	.knowledge-banner {
		margin-bottom: 30px;
	}

@media screen and (max-width: 767px) {
	#knowledge-creation-content nav {
		padding: 0;
	}

	.nav-stacked {
		border-right: 0;
		border-bottom: 1px solid #dcdcdc;
		text-align: center;
	}

	.pill-content {
		padding-left: 0;
		padding-right: 0;
		border-top: 0;
	}

	.pill-content ul {
		padding-left: 20px;
	}
}

@media screen and (min-width: 768px) {
	#knowledge-creation-content {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.nav-stacked {
		width: 149px;
	}
}

@media screen and (max-width: 991px) {
	#knowledge-creation-content {
		padding: 0 15px;
	}
}

@media screen and (min-width: 992px) {
	.nav-stacked {
		width: 117.33px;
	}
}

@media screen and (min-width: 1200px) {
	.nav-stacked {
		width: 150.66px;
	}
}

