.previewArticle {
	padding: 5% 20px;
	width: calc(100% - 40px);
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: row-reverse;
	background-color: #FFFFFF;
}
.kbArticleTitle {
	padding: 10px 20px;
	color: #2C3637;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 39px;
}
.heading1Block {
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
}
.heading2Block {
	display: inline-block;
	font-size: 21px;
	font-weight: bold;
}
.article-item {
	padding: 20px 2px 0;
}
#kbSortableArticleItems,
#sortableArticleItems {
	padding: 0 0 0 20px;
	word-break: break-word;
}
.kbVideoEditBtn {
	display: none !important;
}
.articleVideoContainer {
	display: flex;
	justify-content: left;
}
.kbCkEditorBlock ul {
	list-style-type: disc;
	padding: 0 0 0 40px;
	margin: 0px;
}
.kbCkEditorBlock ol {
	list-style-type: decimal;
	padding: 0 0 0 40px;
	margin: 0px;
}
.kbCkEditorBlock li {
	display: list-item;
	font-family: inherit;
	line-height: 20px
}
.kbCkEditorBlock blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 14px;
	padding-right: 8px;
	border-left-width: 5px;
	margin-left: 52px;
	margin-top: 10px;
}
.kbCkEditorBlock blockquote p {
	margin-top: 25px;
	margin-bottom: 25px;
}
.contactUs,
.needInfo {
	padding: 0 0 40px 24px;
}
.contactUs p,
.needInfo p {
	font-size: 18px;
	font-weight: 600;
	color: #252D3A;
	padding-bottom: 20px;
}
.contactUs a {
	font-size: 16px;
	font-weight: 600;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
}
.contactUs span {
	font-size: 16px;
	font-weight: 600;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
}
.contactUs a.disabled {
	pointer-events: none;
	opacity: 0.2;
}
.contactUs span.disabled {
	pointer-events: none;
	opacity: 0.2;
}
.needInfo a {
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #252D3A;
	border: 1.5px solid #D8D8D8;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 5px 8px;
	cursor: pointer;
}
.articleFooter {
	padding-top: 20px;
}
aside#relatedArticles {
	width: 30%;
	min-width: 180px;
	border-right: 1px solid #979797;
	padding-right: 2px;
}
.previewArticle[isredirectedfromdialogue="true"] aside#relatedArticles {
	width: 35%;
	padding-right: 5%;
}
.articleDiv {
	width: 65%;
	padding-left: 20px;
}
.previewArticle[isredirectedfromdialogue="true"] .articleDiv {
	width: 60%;
}
.articleDiv.articleFullWidth {
	width: 80%;
	margin: 0 auto;
	max-width: 1080px;
}
.articleWrapper {
	padding: 20px 22px 0;
	position: relative;
}
h4.articleTitle {
	font-size: 14px;
	font-weight: 600;
	color: #4A4A4A;
	padding-bottom: 12px;
	display: inline-block;
	cursor: pointer;
}
p.articleContent {
	font-size: 12px;
	color: #4A4A4A;
	display: none;
	line-height: 18px;
	word-break: break-word;
}
.sidebarTitle {
	font-size: 16px;
	font-weight: bold;
	color: #4A4A4A;
	text-transform: uppercase;
	padding: 20px 0 10px;
}
.relatedArtList {
	position: relative;
}
.arrowClose {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #4A4A4A;
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 22px;
}
.articleWrapper.active .arrowClose {
	transform: rotate(90deg);
}
.readMoreArticle {
	color: #9EB44B;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	display: inline-block;
}
.wasHelpful h2 {
	color: #000000;
	font-size: 24px;
	line-height: 29px;
	padding: 12px 0;
}
.wasHelpful button {
	box-sizing: border-box;
	border: 1.5px solid #D8D8D8;
	background-color: #FFFFFF;
	color: #3C97D3;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	margin-top: 30px;
	padding: 8px 20px;
	width: 100%;
	cursor: pointer;
}
.wasHelpful a {
	text-decoration: none;
}
.wasHelpful a:link {
	color: inherit;
}
@media screen and (max-width: 480px) {
	.previewArticle {
		padding: 5%;
		width: 90%;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
	}
	aside#relatedArticles {
		width: 100%;
		border-right: 0;
		order: 2;
	}
	.articleDiv {
		width: 100%;
		padding-left: 0;
	}
	#kbSortableArticleItems,
	#sortableArticleItems {
		padding: 0;
	}
	.contactUs,
	.needInfo,
	.kbArticleTitle {
		padding-left: 0;
	}
	.articleDiv.articleFullWidth {
		width: 100%;
	}
	.previewArticle[isredirectedfromdialogue="true"] aside#relatedArticles {
		width: 100%;
		padding-right: 0;
	}
	.previewArticle[isredirectedfromdialogue="true"] .articleDiv {
		width: 100%;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.articleDiv {
		float: right;
	}
	.articleDiv.articleFullWidth {
		width: 100%;
	}
}
.clearfix:after {
	content: '';
	clear: both;
	display: block;
}
.search-result-wrapper .single-result-wrapper a:focus p {
	border: none;
	outline: none;
}
.resourceArticle {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	display: inline-block;
}