.knowledgebase-answer-wrapper  .rte p { margin:0; padding-bottom: 10px; line-height: normal; }
.knowledgebase-answer-wrapper  .rte a { text-decoration: underline; }

#blockknowledgebase #knowledgebaseQuestionList li {
	list-style-type: none;
}

#blockknowledgebase #knowledgebaseQuestionList li h3 {
	margin-bottom: 10px;
}

ul#knowledgeBaseList {
	list-style: none;
	margin: 0;
	padding: 0;
	height: calc(100% - 112px);
	overflow-y: auto;
}

.knowledgebase-content-wrapper {
	height: 100%;
}

.knowledgebase-category-wrapper {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: 1em;
	line-height: 1em;
}

.knowledgebase-category-wrapper:last-child {
	margin-bottom: 0;
}

.knowledgebase-category-label {
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	line-height: normal;
}


.knowledgebase-category-label-active {
	color: #00396c;
}

.knowledgebase-category-label i.icon {
	font-family: 'wpicon';
}

.knowledgebase-category-label i.icon:before {

}

.knowledgebase-category-label-active i.icon:before {

}

ul.knowledgebase-category-questions-list {
	list-style: none;
	margin: 1em 0 0 12px;
	padding: 0;
	display: none;
}

ul.knowledgebase-category-questions-list .knowledgebase-question-wrapper {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: 1em;
	line-height: 1em;
}

ul.knowledgebase-category-questions-list .knowledgebase-question-wrapper:not( [style*="display: none"]):last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.knowledgebase-question-label {
	cursor: pointer;
	font-weight: 600;
}

.knowledgebase-answer-wrapper {
	margin: 1em 0 0 0 ;
	background: #f6f6f6;
	padding: 14px;
	display: none;
	line-height:normal;
}

.knowledgebase-slide-btn {
	cursor: pointer;
	position: fixed;
	right: 0;
	top: 120px;
	width: 86px;
	height: 32px;
    font-family: 'Raleway', cursive;
    font-style: normal;
    font-weight: 600;
	font-size: 20px;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	z-index: 99999;
	vertical-align: middle;
	text-align: center;
	color: #48535a;
	padding: 4px 0 0 0px;
}

.knowledgebase-slide-block {
	position: fixed;
	width: 100%;
	/*bottom: 0;*/
	height: auto;
	top: 0;
	right: 0;
	z-index: 99998;
	padding: 14px;
	background: #fff;
	margin-bottom: 60px;
	-webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.2);
}

.ask-question-wrapper {
	display: none;
	overflow-y: auto !important;;
	padding:14px;
	border: 1px solid #ddd;
	margin-bottom: 1em;
	background: #f6f6f6;
}

.ask-question-wrapper .page-subheading {
	margin-top: 0;
}
.ask-question-wrapper button span {
	text-shadow: none;
}

.knowledgebase-footer {
	padding: 14px;
	background: #333;
	color: #fff;
	margin: 10px -15px -15px -15px;
}

.knowledgebase-footer h3 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

.knowledgebase-footer a {
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.knowledgebase-slide-block {
		width: 80%;
	}
}

@media (min-width: 1024px) {
	.knowledgebase-slide-block {
		width: 40%;
	}
}

.knowledgebase-search-wrapper {
	padding: 14px;
	background: #fbfbfb;
	border: 1px solid #d6d4d4;
	margin-bottom: 1em;
}

.knowledgebase-search-input {
	width: 100%;
}
.knowledgebase-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999999;
}
.knowledgebase-search-input::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
}
.knowledgebase-search-input:-ms-input-placeholder { /* IE 10+ */
	color: #999999;
}

.knowledgebase-search-wrapper .has-feedback {
	margin-bottom: 0;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
    display: block;
	width: 20px;
    height: 20px;
    line-height: 25px;
    text-align: center;
    pointer-events: none;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.knowledgebase-no-results-wrapper a {
	color: #8a6d3b;
	text-decoration: underline;
	font-weight: bold;
}

.knowledgebase-reset-search {
	padding: 0px 5px;
	text-decoration: underline;
	display: none;
	font-weight: bold;
	margin-top: 9px;
}

@media (max-width: 767px) {
	.knowledgebase-slide-btn {
		display: none;
	}
}