.faq-main {
	margin-top: 3em;
	margin-bottom: 3em;
}

	.faq-main .section-header,
	.faq-holder .section-title {
		margin-bottom: 2em;
	}

	.faq-categories .section-title {
		margin-bottom: 1em;
	}

	.faq-category .section-title {
		margin-bottom: 0.5em;
	}

	.faq-category .element-main {
		margin-right: 20%;
	}

.faq-article .page-title {
	margin-bottom: 10px;
}

.faq-article .content {
	margin-right: 20%;
	font-size: 18px;
	line-height: 1.6;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.faq-article .article-info {
	margin-top: 2em;
	margin-bottom: 2em;
}

.faq-aside-title {
	border-top: 1px solid #e5e5e5;
	padding-top: 1em;
	margin-top: 10px;
	color: #555;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

	.faq-related-articles,
	.faq-latest-questions {
		list-style: none;
		padding: 0;
		margin-bottom: 0;
	}

		.faq-related-articles > li {
			margin-bottom: 30px;
		}

			.faq-related-articles .inner-box {
				display: block;
				color: #333333;
				text-decoration: none;
				padding: 15px;
				box-shadow: 0 0 6px rgba(0,0,0,0.1);
				height: 150px;
			}

				.faq-related-articles .inner-box:hover,
				.faq-related-articles .inner-box:focus {
					background-color: #f5f5f5;
				}

			.faq-related-articles .inner-box h4 {
				font-weight: 700;
				margin-bottom: 20px;
			}

			.faq-related-articles .inner-box p {
				color: #666;
			}

		.faq-latest-questions li { margin-bottom: 10px; }

		.faq-latest-questions li a {
			color: #666;
			font-size: 16px;
		}

.faq-category .section-header p {
	font-size: 18px;
}

	.faq-category .category-questions {
		margin-bottom: 20px;
		box-shadow: 0 0 6px rgba(0,0,0,0.1);
		padding: 10px 20px;
	}

		.category-questions .question-title {
			color: #333;
			margin-top: 0;
			margin-bottom: 0;
			font-size: 16px;
			color: inherit;
			padding: 10px 0;
		}

		.category-questions p {
			color: #666;
		}

		.category-questions p:not(:last-of-type){
			border-bottom: 1px solid #e5e5e5;
			padding-bottom: 20px;
		}

		.category-questions .question-title a {
			color: inherit;
		}

@media (max-width: 767px) {
	.faq-category .element-main,
	.faq-article .content {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.faq-category .element-main,
	.faq-article .content {
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.faq-related-articles .inner-box { height: 168px; }
}
