/**
 * /*
 * Theme Name: Modern Impressions KB
 * Theme URI: http://codesavory.com
 * Description: This is the Modern Impressions KB theme
 * Version: 2.9.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * @format
 */

/**
 * Table of Contents
 *
 * 1.0 - Clearings and main styles
 * 2.0 - Knowledge Bases
 * 3.0 - Page Header
 * 4.0 - Sections
 * 5.0 - Sections List Type
 * 6.0 - Sections Box Type
 * 7.0 - Content Area
 * 8.0 - Post Meta data
 * 9.0 - Breadcrumbs
 * 10.0 - Search Bar
 * 11.0 - Search Results
 * 12.0 - Table of Contents
 * 13.0 - Votes
 * 14.0 - Pagination
 * 15.0 - Previous and Next articles
 * 16.0 - Comments
 * 17.0 - Sidebar
 * 18.0 - Accordion Navigation Widget
 * 19.0 - Table of Contents Widget
 * 10.0 - Buttons
 * 21.0 - Grid Layout
 */

/**
 * 1.0 - Clearings and main styles
 */

.bpress-clear:before,
.bpress-clear:after {
	content: " ";
	display: table;
}

.bpress-clear:after {
	clear: both;
}

.bpress-clear {
	*zoom: 1;
}

.bpress-wrap {
	position: relative;
	padding: 0 20px;
	text-align: left;
	box-sizing: border-box;
}

.bpress-wrap * {
	box-sizing: border-box;
	line-height: 1.5;
	letter-spacing: normal;
}

.bpress-wrap:after {
	display: table;
	clear: both;
	content: "";
}

.bpress-content-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.bpress-content-wrap:after {
	display: table;
	clear: both;
	content: "";
}

.bpress-wrap h1,
.bpress-wrap h2,
.bpress-wrap h3,
.bpress-wrap h4,
.bpress-wrap h5,
.bpress-wrap h6 {
	margin: 1em 0 0.5em;
}

.bpress-wrap h1:before,
.bpress-wrap h2:before,
.bpress-wrap h3:before,
.bpress-wrap h4:before,
.bpress-wrap h5:before,
.bpress-wrap h6:before {
	display: none !important;
}

.bpress-wrap h1 {
	font-size: 2em;
	font-weight: bold;
}

.bpress-wrap h2 {
	font-size: 1.8em;
}

.bpress-wrap h3 {
	font-size: 1.5em;
}

.bpress-wrap h4 {
	font-size: 1.25em;
}

.bpress-wrap h5 {
	font-size: 1.1em;
}

.bpress-wrap h6 {
	font-size: 1em;
}

.bpress-heading {
	position: relative;
	line-height: 1.5;
	color: inherit;
}

.bpress-single-section .bpress-heading {
	font-size: 1.8em;
	font-weight: bold;
}

.bpress-section .bpress-heading {
	font-size: 1.3em;
	font-weight: bold;
}

.bpress-post-link .bpress-heading {
	font-size: 1.1em;
	font-weight: normal;
}

.bpress-post-link.search .bpress-heading {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.bpress-heading.show-icon {
	padding-left: 1.5em;
}

.bpress-heading h1,
.bpress-heading h2,
.bpress-heading h3,
.bpress-heading a {
	margin: 0 0 0.5em;
	padding: 0;
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	text-decoration: none !important;
	font-weight: inherit !important;
}

.bpress-heading h1 {
	font-weight: bold;
}

.bpress-heading span[class^="bp-"],
.bpress-heading .bpress-heading-icon {
	position: absolute;
	width: 1.4em;
	left: 0;
	color: #808080;
	line-height: inherit !important;
	text-align: center;
}

.bpress-heading span[class^="bp-"].colored,
.bpress-heading .bpress-heading-icon.colored {
	color: #17aacf;
}

/**
 * 2.0 - Knowledge Bases
 */

.bpress-product,
.bpress-kb {
	position: relative;
	padding: 20px 20px 4em;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.08);
	cursor: pointer;
}

.bpress-product:hover,
.bpress-kb:hover {
	color: inherit;
	border: 1px solid #e3e3e3;
}

.bpress-product a.bpress-product-link,
.bpress-product a.bpress-product-link:hover,
.bpress-kb a.bpress-kb-link,
.bpress-kb a.bpress-kb-link:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.bpress-product .bpress-product-title,
.bpress-kb .bpress-kb-title {
	margin: 0 0 0.25em;
	padding: 0;
	font-size: 1.3em;
}

.bpress-product .bpress-product-image,
.bpress-kb .bpress-kb-image {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}

/**
 * 3.0 Page Header
 */

.bpress-page-header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px 25px 30px;
	background-color: #404040;
	background-size: cover;
	background-position: center;
}

.bpress-page-header header {
	font-size: 1.3em;
	text-align: center;
}

.bpress-product-header,
.bpress-kb-header {
	color: #f2f2f2;
	text-align: center;
}

.bpress-page-header h1,
.bpress-page-header h2 {
	font-size: 2em;
	color: #f2f2f2;
}

.bpress-page-header p {
	max-width: 800px;
	margin: 0 auto;
	color: #80919d;
	font-size: inherit;
}

/**
 * 4.0 - Sections
 */

.bpress-section {
	position: relative;
	margin-bottom: 10px;
	padding: 20px 20px 3em;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.bpress-section:hover {
	border: 1px solid #e3e3e3;
}

.bpress-single-section {
	margin-bottom: 3em;
}

/**
 * 5.0 - Sections List Type
 */

.bpress-post-count {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: -15px;
	background-color: #404040;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #f2f2f2;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
}

.bpress-section-list,
.bpress-post-list {
	margin: 0;
	padding: 0;
}

.bpress-post-link {
	position: relative;
	margin: 0;
	padding: 5px 5px;
	border-bottom: 1px dashed #ddd;
	list-style-type: none;
	font-size: 0.6em;
	line-height: 1.5;
	font-size: 0.8em;
}

.bpress-post-link .bpress-heading h3 {
	margin: 0;
}

.bpress-post-link.single-section:last-child {
	border-bottom: none;
}

.bpress-post-link:hover {
	background-color: #f3f6f7;
}

.bpress-post-link.show-icon {
	padding-left: 2em;
}

.bpress-post-link a,
.bpress-post-link a:hover {
	text-decoration: none;
	line-height: inherit;
	color: inherit;
}

.bpress-section a.bpress-viewall {
	display: block;
	bottom: 15px;
	margin-top: 1em;
	color: #17aacf;
	text-decoration: none;
}

.bpress-section a.bpress-viewall:hover {
	text-decoration: underline;
}

/**
 * 6.0 - Sections Box Type
 */

.bpress-section-boxed {
	position: relative;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	text-align: center;
	background-color: #fff;
	box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.08);
}

.bpress-section-boxed:hover {
	border: 1px solid #e3e3e3;
}

.bpress-section-boxed > a {
	display: block;
	width: 100%;
	min-height: 280px;
	padding: 20px;
	text-decoration: none;
	overflow: hidden;
}

.bpress-section-boxed a:hover {
	text-decoration: none !important;
}

.bpress-section-boxed p {
	color: inherit;
}

.bpress-section-boxed .bpress-section-icon {
	color: #17aacf;
}

.bpress-section-boxed .bpress-section-icon {
	display: block;
	padding-top: 25px;
	font-size: 6em;
}

.bpress-section-image {
	max-width: 100%;
}

.bpress-section-boxed .bpress-section-title {
	margin: 2em 0 0.5em;
	color: #575757;
	font-size: 1.3em;
	word-wrap: break-word;
}

.bpress-section-list,
.bpress-post-list {
	margin: 0;
	padding: 0;
}

.bpress-section-boxed .bpress-viewall {
	display: block;
	margin-top: 1em;
	color: #17aacf;
	text-decoration: none;
}

.bpress-section-boxed .bpress-viewall:hover {
	text-decoration: underline;
}

/**
 * 7.0 - Content Area
 */

.bpress-content-area {
	margin-bottom: 1em;
}

.bpress-content-area.bpress-float-left {
	width: 100%;
	float: left;
}

.bpress-content-area.bpress-float-right {
	width: 100%;
	float: right;
}

.bpress-post-header {
	margin-bottom: 1.5em;
}

.bpress-post-header h1 {
	margin-top: 0;
}

.bpress-login {
	max-width: 350px;
	padding: 30px;
	margin: 50px auto;
	border: 1px solid #d7e2e5;
	border-radius: 3px;
	background-color: #e0e9eb;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.bpress-restricted-notice {
	margin: 2em 0;
	padding: 1em;
	border: 1px solid #f2f2f2;
	border-left: 5px solid #df3a3a;
	border-radius: 5px 3px 3px 5px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.article-teaser {
	position: relative;
}

.article-teaser:after {
	display: block;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4em;
	max-height: 100%;
	background: linear-gradient(to top, #fff 0%, #fff0 100%);
}

.bpress-login label {
	display: block;
}

.bpress-login input[type="text"],
.bpress-login input[type="password"] {
	width: 100%;
	height: 3em;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: inherit;
	line-height: inherit;
}

#bpress-restricted-login-submit[type="submit"] {
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	border-radius: 4px;
	background-image: none;
	background-color: #1497b8;
	text-align: left;
	font-size: inherit;
	color: #fff;
}

/**
 *	8.0 Post Meta Data
 */

.bpress-post-meta {
	margin: -1em 0 0;
	font-size: 0.8em;
	color: #777;
}

.bpress-post-link .bpress-post-meta {
	float: right;
	margin: 0.5em 0 0;
}

.bpress-post-views,
.bpress-post-likes,
.bpress-post-dislikes,
.bpress-post-date {
	margin-right: 1em;
}

.bpress-post-views span,
.bpress-post-likes span,
.bpress-post-dislikes span,
.bpress-post-date span {
	margin-right: 5px;
}

.bpress-post-likes span {
	color: #4db35f;
}

.bpress-post-dislikes span {
	color: #df3a3a;
}

.bpress-post-access {
	padding: 5px 0 0 0;
	display: block;
	margin-top: 0;
	line-height: 1em;
}

.bpress-post-accessContainer {
	display: flex;
	margin-left: 0;
}

.bpress-post-skill-container {
	display: inline-block;
	margin-right: 1em;
}

.bpress-post-devicebrands-container {
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
}

.bpress-post-userbrands-container {
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
}

.bpress-post-brands-logo-container {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.bpress-post-skill-text {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.bpress-post-brands-text {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.bpress-post-skill-tag-filter {
	color: #fff;
	font-weight: bold;
	line-height: 0.75em;
	margin: 5px;
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	background: transparent;
}

.bpress-post-brands-tag-filter {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.bpress-post-skill-tag-filter.Beginner {
	background: #0089d1;
	color: #fff;
	text-decoration: none;
}

.bpress-post-skill-tag-filter.Easy {
	background: #00942a;
	color: #fff;
	text-decoration: none;
}

.bpress-post-skill-tag-filter.Moderate {
	background: #f7931d;
	color: #fff;
	text-decoration: none;
}

.bpress-post-skill-tag-filter.Difficult {
	background: #d00000;
	color: #fff;
	text-decoration: none;
}

.bpress-post-skill-tag-filter.Expert {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.bpress-post-skill-link {
	color: #fff;
	font-weight: bold;
	line-height: 0.75em;
	cursor: pointer;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	background: transparent;
	text-decoration: none;
}

.bpress-post-skill-link a {
	color: #fff;
	text-decoration: none;
}

.bpress-post-skill-link a:hover {
	color: #fff;
	text-decoration: none;
}

.bpress-post-brands-link {
	line-height: 0.75em;
	cursor: pointer;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	background: transparent;
	text-decoration: none;
	text-align: center;
}

.bpress-post-brands-link a {
	text-decoration: none;
}

.bpress-post-brands-link a:hover {
	text-decoration: none;
}

.bpress-post-brands-icon::before {
	font-size: 2.5em;
	line-height: normal;
	speak: never;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.windows::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f17a";
}

.apple::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f179";
}

.linux::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f17c";
}

.android::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f17b";
}

.app-store-ios::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f179";
}

.chrome::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f268";
}

.ellipsis-h::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f141";
}

.lanier::before {
	font-family: "vendorlogos" !important;
	content: "\E90C";
	color: #cf142b;
}

.lanier::before:hover {
	color: #17aacf;
}

.ricoh::before {
	font-family: "vendorlogos" !important;
	content: "\e904";
	color: #cf142b;
}

.ricoh::before:hover {
	color: #17aacf;
}

.kyocera::before {
	font-family: "vendorlogos" !important;
	content: "\e90f";
	color: #db0d23;
}

.kyocera::before:hover {
	color: #17aacf;
}

.fpmail::before {
	font-family: "vendorlogos" !important;
	content: "\e90d";
	color: #d20032;
}

.fpmail::before:hover {
	color: #17aacf;
}

.lexmark::before {
	font-family: "vendorlogos" !important;
}

.lexmark .path1:before {
	font-family: "vendorlogos" !important;
	content: "\e900";
	font-size: 2em;
	color: #00c425;
}

.lexmark .path1::before:hover {
	color: #17aacf;
}

.lexmark .path2:before {
	font-family: "vendorlogos" !important;
	content: "\e901";
	margin-left: -1em;
	font-size: 2em;
	color: #3af23a;
}

.lexmark .path2::before:hover {
	color: #17aacf;
}

.lexmark .path3:before {
	font-family: "vendorlogos" !important;
	content: "\e902";
	margin-left: -1em;
	font-size: 2em;
	color: #006446;
}

.lexmark .path3::before:hover {
	color: #17aacf;
}

.lexmark .path4:before {
	font-family: "vendorlogos" !important;
	content: "\e903";
	margin-left: -1em;
	font-size: 2em;
	color: #008a44;
}

.lexmark .path4::before:hover {
	color: #17aacf;
}

/**
 * 9.0 - Breadcrumbs
 */

.bpress-crumbs-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
	padding: 1em 10px;
	font-size: 0.9em;
	list-style-type: none;
	background-color: #e0e9eb;
}

.bpress-crumbs {
	margin: 0;
	padding: 0;
}

.bpress-crumbs li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.bpress-crumbs li a {
	color: #555;
	text-decoration: none;
}

.bpress-crumbs li a:hover {
	color: #17aacf;
	text-decoration: none;
}

.bpress-breadcrumb-arrow {
	margin: 0 8px;
	color: #17aacf;
}

/**
 * 10.0 - Search Bar
 */

.bpress-searchbar-wrap {
	position: relative;
	margin-top: 50px;
}

.bpress-search,
.bpress-search * {
	box-sizing: border-box;
}

.bpress-search {
	position: relative;
	height: 50px;
	max-width: 600px;
	margin: 0 auto;
}

.bpress-search input::-webkit-input-placeholder {
	font-family: inherit !important;
	font-size: 1.2em;
	font-weight: 300;
	color: #999;
}

.bpress-search input:-moz-placeholder {
	font-family: inherit !important;
	font-size: 1.2em;
	font-weight: 300;
	color: #999;
}

.bpress-search input::-moz-placeholder {
	font-family: inherit !important;
	font-size: 1.2em;
	font-weight: 300;
	color: #999;
}

.bpress-search input:-ms-input-placeholder {
	font-family: inherit !important;
	font-size: 1.2em;
	font-weight: 300;
	color: #999;
}

.bpress-search-form {
	position: relative;
	height: 100%;
}

.bpress-search-form input[type="hidden"] {
	display: none;
}

input[type="text"].bpress-search-field {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 55px 0 25px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fafafa;
	font-size: inherit;
}

.bpress-search-form:before {
	display: block;
	position: absolute;
	top: 12px;
	right: 22px;
	font-family: "basepress";
	content: "\f002";
	font-size: 25px;
	line-height: 1em;
	color: #17aacf;
}

.bpress-search-form.show-submit:before {
	display: none;
}

input[type="text"].bpress-search-field.show-submit {
	width: 100%;
	height: 100%;
	padding: 0 100px 0 25px;
	border: 1px solid #ddd;
}

input.bpress-search-field:focus {
	border: 1px solid #ddd;
	outline: none;
	background-color: #fff;
}

.bpress-search-submit {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
	padding: 6px;
}

.bpress-search-submit input[type="submit"] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 5px;
	background-color: #17aacf;
	background-image: none !important;
	color: #fff;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
}

.bpress-search-submit input[type="submit"]:hover {
	color: #fff;
	background-color: #1497b8;
}

.bpress-search-suggest {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
	overflow: auto;
	z-index: 999;
}

.bpress-search-suggest ul {
	display: block;
	margin: 0;
	padding: 15px;
	max-height: 300px;
	overflow: auto;
}

.bpress-search li {
	margin: 0 -15px;
	padding: 15px;
	border-bottom: 1px dashed #ddd;
	list-style-type: none;
}

.bpress-search li:last-of-type {
	border-bottom: none;
}

.bpress-search-suggest ul li:hover,
.bpress-search-suggest ul li.selected {
	background-color: #f2f2f2;
}

.bpress-search-suggest ul li a {
	color: inherit;
	text-decoration: none !important;
}

.bpress-search-suggest ul li a:hover {
	text-decoration: none !important;
}

.bpress-search-suggest-title {
	font-weight: bold;
}

.bpress-search-suggest ul li p {
	margin: 0 0 10px;
	color: inherit;
}

.bpress-search-suggest ul li b {
	color: #17aacf;
}

.bpress-search-suggest-more {
	padding: 2px 0;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	background-color: #eee;
}

.bpress-search-suggest-more span {
	cursor: pointer;
}

.bpress-search-suggest-more.empty span {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 0 -5px;
	background: url("../img/plus-circle.png") no-repeat center;
	background-size: contain;
}

.bpress-search-suggest-more.text span:hover {
	text-decoration: underline;
}

.bpress-search-suggest-more.text span:hover {
	text-decoration: underline;
}

.bpress-search-form.searching:before {
	display: block;
	position: absolute;
	right: 22px;
	width: 25px;
	height: 25px;
	border-width: 3px;
	border-style: solid;
	border-color: #17aacf #ccc #ccc;
	border-radius: 50%;
	content: "";
	color: inherit;
	animation: bpress-spinner 500ms infinite linear;
}

.bpress-search-form.show-submit.searching:before {
	right: 98px;
}

@keyframes bpress-spinner {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/**
 * 11.0 - Search Results
 */

.bpress-search-section {
	padding: 5px 10px;
	border: 1px solid #d0dee1;
	border-radius: 3px;
	font-size: 0.8em;
	line-height: 2.5em;
	background-color: #e0e9eb;
}

/**
 * 12.0 - Table of Contents
 */

.bpress-toc-wrapper {
	background-color: #dcdcdc;
	padding: 1em;
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
}

.bpress-toc-wrapper.bpress-float-right {
	float: right;
}

.bpress-toc {
	padding: 1em;
	background-color: #dcdcdc !important;
	border-top: 3px solid #dcdcdc !important;
	border-bottom: 3px solid #dcdcdc !important;
	margin-top: 0 !important;
}

.bpress-toc-title {
	padding: 0.25em;
	font-size: 1.25em;
	font-weight: bold;
	color: #007f7b;
}

.bpress-toc h2 {
	margin: 0 0 0.5em;
	font-size: 1.5em;
	font-weight: bold;
}

.bpress-toc .h4 {
	font-size: 1.25em;
	font-weight: bold;
}

.bpress-toc ul {
	margin: 0;
	padding: 0;
}

.bpress-toc ul li,
.bpress-toc ol li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bpress-toc li ul {
	margin: 0 1em;
	padding: 0;
}

.bpress-toc ol {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.bpress-toc ol li {
	display: table-row;
	line-height: 2em;
}

.bpress-toc ol li:before {
	display: table-cell;
	width: 1em;
	padding-right: 0.5em;
	word-break: keep-all;
}

.bpress-toc-list ol {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none !important;
	max-width: 300px;
}

.bpress-toc-list ol li {
	display: table-row;
	line-height: 2em;
	word-wrap: normal;
}

.bpress-toc-list ol li:before {
	display: table-cell;
	width: 1em;
	padding-right: 0.5em;
	word-break: keep-all;
}

.listed-items {
	display: table;
	width: 100%;
	padding: 5px;
	margin: 0;
	border-bottom: 1px dashed #c1d3d7;
	color: inherit;
	text-decoration: none;
}

.bpress-toc li a {
	display: block;
	padding: 10px 5px;
	margin: 0;
	border-bottom: 1px dashed #c1d3d7;
	color: inherit;
	text-decoration: none;
}

.bpress-toc li a:hover {
	background-color: #fcfdfd;
	text-decoration: none;
}

.bpress-anchor-link {
	display: block;
	position: relative;
	top: -3em;
	height: 0;
	width: 0;
}

.bpress-anchor > br {
	display: none;
}

.bpress-totop-wrap:after {
	display: table;
	width: 100%;
	content: "";
}

.bpress-totop {
	float: right;
	font-size: 0.9em;
	color: #17aacf;
}

.bpress-totop:hover {
	color: #17aacf;
	text-decoration: underline;
}

.item-h3 {
	padding-left: 15px;
}

.item-h4 {
	padding-left: 30px;
}

.item-h5 {
	padding-left: 45px;
}

.item-h6 {
	padding-left: 60px;
}

/**
 * 13.0 - Votes
 */

.bpress-votes {
	margin: 2em 0;
	padding: 1em;
	text-align: center;
	border-top: 1px dashed #e0e9eb;
	border-bottom: 1px dashed #e0e9eb;
}

.bpress-votes-question {
	margin-bottom: 0.5em;
}

button.bpress-btn.bpress-vote-dislike,
button.bpress-btn.bpress-vote-like {
	width: 5em;
	margin-right: 5px;
	padding: 5px 0 !important;
	color: #f2f2f2;
}

button.bpress-btn.bpress-vote-dislike {
	background-color: #df3a3a;
}

button.bpress-btn.bpress-vote-dislike:hover {
	background-color: #c52020;
}

button.bpress-btn.bpress-vote-like {
	background-color: #4db35f;
}

button.bpress-btn.bpress-vote-like:hover {
	background-color: #45a156;
}

button.bpress-btn.bpress-vote-dislike.disabled:hover {
	background-color: #df3a3a;
	cursor: default;
}

button.bpress-btn.bpress-vote-like.disabled:hover {
	background-color: #4db35f;
	cursor: default;
}

.bpress-vote {
	display: inline-block;
	margin-left: 5px;
	line-height: 1;
}

.bpress-votes-confirm {
	display: none;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #d7e2e5;
	border-radius: 3px;
	background-color: #e0e9eb;
}

.bpress-votes-confirm.show {
	display: block;
}

.bpress-votes-confirm p {
	margin: 0;
	padding: 0;
	color: #000;
}

.helpful-red {
	color: #ed7161;
}

.helpful-green {
	color: #88c057;
}

.helpful * {
	box-sizing: border-box;
}

.helpful {
	color: #333;
	position: relative;
	border-style: solid;
	border-color: #e5e5e5;
	background-color: #fff;
	border-width: 1px;
	padding: 25px;
	margin: 25px 0 0 0;
	line-height: 1.6rem;
	box-shadow: 0 2px 5px 0 #f4f4f4;
	-moz-box-shadow: 0 2px 5px 0 #f4f4f4;
	-webkit-box-shadow: 0 2px 5px 0 #f4f4f4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* HEADING */

.helpful > .helpful-header > .helpful-headline {
	color: #333;
	font-size: 140%;
	font-weight: 700;
	margin: 0 0 12.5px;
}

/* CONTENT */

.helpful > .helpful-content {
	color: #333;
	line-height: 1.6rem;
}

.helpful > .helpful-content > a {
	color: #333;
	text-decoration: underline;
}

.helpful > .helpful-content > a:hover {
	color: #333;
	text-decoration: none;
}

/* CONTROLS */

.helpful .helpful-controls {
	display: flex;
	margin-top: 12.5px;
}

.helpful .helpful-content .helpful-button {
	width: auto;
}

@media all and (max-width: 992px) {
	.helpful .helpful-controls {
		flex-direction: column;
	}
}

.helpful .helpful-controls:after {
	clear: both;
}

.helpful .helpful-controls > div {
	flex: 0 1 auto;
	width: 50%;
}

.helpful .helpful-controls > div:first-child {
	margin-right: 15px;
}

@media all and (max-width: 992px) {
	.helpful .helpful-controls > div {
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
	}
}

.helpful .helpful-content .helpful-button,
.helpful > .helpful-controls > div > .helpful-button {
	padding: 12px 30px;
	height: 56px;
	max-height: 56px;
	line-height: 1rem;
	position: relative;
	cursor: pointer;
	opacity: 1;
	width: 100%;
	display: block;
	text-align: left;
	color: #333;
	background: #fff;
	border: 1px solid #e5e5e5;
	transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	box-shadow: 0 2px 5px 0 #f4f4f4;
	-moz-box-shadow: 0 2px 5px 0 #f4f4f4;
	-webkit-box-shadow: 0 2px 5px 0 #f4f4f4;
}

.helpful .helpful-content .helpful-button:hover,
.helpful > .helpful-controls > div > .helpful-button:hover {
	color: #333;
	opacity: 80;
	transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

.helpful .helpful-content .helpful-button[data-value="pro"]:hover,
.helpful > .helpful-controls > div > .helpful-button[data-value="pro"]:hover {
	background-color: #88c057;
	color: #fff;
}

.helpful .helpful-content .helpful-button[data-value="contra"]:hover,
.helpful
	> .helpful-controls
	> div
	> .helpful-button[data-value="contra"]:hover {
	background-color: #ed7161;
	color: #fff;
}

.helpful > .helpful-controls > div > .helpful-button[data-value="pro"] {
	border-left: 2px solid #88c057;
}

.helpful > .helpful-controls > div > .helpful-button[data-value="contra"] {
	border-left: 2px solid #ed7161;
}

.helpful > .helpful-controls > div > .helpful-button > .helpful-counter {
	position: absolute;
	right: 25px;
	top: 50%;
	line-height: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	padding: 12.5px;
	border-radius: 35px;
	border: 1px solid #e5e5e5;
	box-shadow: inset 0 2px 5px 0 #f4f4f4;
	-moz-box-shadow: inset 0 2px 5px 0 #f4f4f4;
	-webkit-box-shadow: inset 0 2px 5px 0 #f4f4f4;
}

.helpful > .helpful-controls > div > .helpful-button:hover > .helpful-counter {
	color: #000;
}

/* FEEDBACK */

.helpful > .helpful-content > .helpful-feedback-form {
	color: #333;
}

.helpful > .helpful-content > .helpful-feedback-form req {
	color: #ed7161;
}

.helpful > .helpful-content > .helpful-feedback-form p {
	margin: 0 0 12.5px;
}

.helpful > .helpful-content > .helpful-feedback-form > p,
.helpful > .helpful-content > .helpful-feedback-form > .feedback-note > p,
.helpful > .helpful-content > .helpful-feedback-form > .group {
	color: #333;
	margin: 0 0 12.5px;
}

.helpful > .helpful-content > .helpful-feedback-form textarea,
.helpful > .helpful-content > .helpful-feedback-form input[type="text"],
.helpful > .helpful-content > .helpful-feedback-form input[type="email"],
.helpful > .helpful-content > .helpful-feedback-form input[type="url"],
.helpful > .helpful-content > .helpful-feedback-form input[type="number"] {
	color: #333;
	width: 100%;
	display: block;
	line-height: 1.6rem;
	padding: 7.5px 15px;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	background-color: #fff;
	box-shadow: inset 0 2px 5px 0 #f4f4f4;
	-moz-box-shadow: inset 0 2px 5px 0 #f4f4f4;
	-webkit-box-shadow: inset 0 2px 5px 0 #f4f4f4;
}

.helpful > .helpful-content > .helpful-feedback-form textarea {
	min-height: 150px;
	max-width: 100%;
	font-size: 1rem;
	line-height: 1.6rem;
}

.helpful > .helpful-content > .helpful-feedback-form input[type="checkbox"],
.helpful > .helpful-content > .helpful-feedback-form input[type="radio"] {
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	background-color: #fff;
	line-height: 1.6rem;
	border-radius: 0;
	box-shadow: inset 0 2px 5px 0 #f4f4f4;
	-moz-box-shadow: inset 0 2px 5px 0 #f4f4f4;
	-webkit-box-shadow: inset 0 2px 5px 0 #f4f4f4;
}

.helpful > .helpful-content > .helpful-feedback-form > .helpful-button {
	color: #fff;
	min-width: 150px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #88c057;
	background-color: #88c057;
	padding: 12px 15px;
	height: 56px;
	max-height: 56px;
	line-height: 1.6rem;
	margin: 12.5px 0 0;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.helpful > .helpful-content > .helpful-feedback-form > .helpful-button:hover {
	background-color: #88c057;
	box-shadow: 0 2px 5px 0 #f4f4f4;
	-moz-box-shadow: 0 2px 5px 0 #f4f4f4;
	-webkit-box-shadow: 0 2px 5px 0 #f4f4f4;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

@media all and (max-width: 992px) {
	.helpful > .helpful-content > .helpful-feedback-form > .helpful-button {
		min-width: 100%;
		width: 100%;
		display: block;
	}
}

/**
 * Feedbacks
 */

.bpress-feedback {
	margin-bottom: 1em;
}

.bpress-feedback.hidden {
	display: none;
}

.bpress-feedback-textarea {
	position: relative;
}

.bpress-feedback-textarea.sending:after {
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	width: 25px;
	height: 25px;
	border-width: 3px;
	border-style: solid;
	border-color: #17aacf #ccc #ccc;
	border-radius: 50%;
	content: "";
	color: inherit;
	animation: bpress-spinner 500ms infinite linear;
}

#bpress-feedback-message {
	width: 100%;
	min-height: 8em;
	max-height: 20em;
	margin-bottom: 1em;
	resize: vertical;
}

#bpress-feedback-email {
	width: 100%;
	height: 2em;
	margin-bottom: 1em;
}

#bpress-feedback-privacy-checkbox {
	margin-right: 0.5em;
}

.bpress-feedback-privacy-notice {
	margin-bottom: 1em;
}

.bpress-submit-feedback {
	color: white;
	background-color: #4db35f;
}

.bpress-submit-feedback:hover,
.bpress-submit-feedback:disabled:hover,
.bpress-submit-feedback:focus {
	background-color: #45a156;
}

.bpress-feedback-confirm {
	display: none;
	margin: 1em 0;
	padding: 1em;
	border-radius: 4px;
	color: white;
	text-align: center;
	background-color: #4db35f;
}

.bpress-feedback-confirm.success {
	display: block;
	background-color: #4db35f;
}

.bpress-feedback-confirm.fail {
	display: block;
	background-color: #df3a3a;
}

/**
 * 14.0 - Pagination
 */

.bpress-pagination ul {
	margin: 2em 0;
	padding: 0;
}

.bpress-pagination li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bpress-pagination .page-numbers,
.bpress-pagination .page-numbers.next,
.bpress-pagination .page-numbers.prev {
	display: inline-block;
	width: 2.5em;
	height: 1.8em;
	margin: 0 2px;
	padding: 0;
	border-radius: 3px;
	color: inherit;
	line-height: 1.8em;
	font-size: 1em !important;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #ddd;
	float: none;
}

.bpress-pagination .page-numbers.current,
.bpress-pagination .page-numbers:hover,
.bpress-pagination .page-numbers.next:hover,
.bpress-pagination .page-numbers.prev:hover {
	border: 0;
	background-color: #17aacf;
	color: #fff;
}

/**
 * 15.0 - Previous and Next articles
 */

.bpress-prev-post,
.bpress-next-post {
	margin: 1em 0;
	padding: 1em;
	border-radius: 3px;
	background-color: #e0e9eb;
	color: inherit;
}

.bpress-prev-post:hover,
.bpress-next-post:hover {
	background-color: #edf1f3;
}

.bpress-next-post {
	text-align: right;
}

.bpress-adjacent-title {
	display: block;
}

.bpress-adjacent-post {
	font-size: 1em;
}

.bpress-prev-post .bpress-adjacent-post.show-icon {
	position: relative;
	padding-left: 1.5em;
}

.bpress-next-post .bpress-adjacent-post.show-icon {
	position: relative;
	padding-right: 1.5em;
}

.bpress-adjacent-post span[class^="bp-"] {
	position: absolute;
	width: 1.4em;
	line-height: inherit !important;
	text-align: center;
}

.bpress-prev-post span[class^="bp-"] {
	left: 0;
}

.bpress-next-post span[class^="bp-"] {
	right: 0;
}

.bpress-prev-post a,
.bpress-next-post a {
	display: block;
	color: inherit !important;
	text-decoration: none !important;
}

.bpress-prev-post a:hover,
.bpress-next-post a:hover {
	text-decoration: none !important;
	color: inherit !important;
}

.bpress-prev-post h4,
.bpress-next-post h4 {
	display: block;
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bpress-prev-post a:hover h4,
.bpress-next-post a:hover h4 {
	white-space: normal;
	overflow: inherit;
}

.bpress-prev-post h4 span {
	margin-right: 0.5em;
}

.bpress-next-post h4 span {
	margin-left: 0.5em;
}

/**
 *	16.0 - Comments
 */

.bpress-comments-area {
	margin-top: 4em;
}

.bpress-comments-area a {
	color: #17aacf;
}

.bpress-comments-area .comment-respond {
	padding: 5px 20px 20px;
	border: 1px solid #d7e2e5;
	border-radius: 3px;
	background-color: #e0e9eb;
	text-align: left;
}

ol.bpress-comment-list,
ul.bpress-comment-list {
	margin: 0;
	padding: 0;
}

ol.bpress-comment-list li,
ul.bpress-comment-list li {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

.bpress-comment-list li ol,
.bpress-comment-list li ul {
	margin-left: 1em;
	padding: 0;
}

.bpress-comment-body {
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.bpress-comment-content {
	margin-top: 20px;
	clear: both;
}

.bpress-comment-author img.avatar {
	float: left;
	margin-right: 1em;
	border-radius: 4px;
}

.bpress-comment-author .says {
	display: none;
}

.bpress-comment-metadata * {
	color: #999;
	font-size: 0.9em;
}

.bpress-comment-metadata .edit-link {
	margin-left: 1em;
}

.bpress-comments-area .reply {
	text-align: right;
}

.bpress-comment-reply-title {
	margin-bottom: 0;
}

.bpress-comments-area .comment-reply-link,
.bpress-comments-area .comment-respond #submit {
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	border: 0;
	border-radius: 4px;
	color: #f2f2f2;
	background-color: #34424c;
	background-image: none;
	text-transform: capitalize;
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	line-height: 1em;
}

.bpress-comments-area .reply a:hover,
.bpress-comments-area .comment-respond #submit:hover {
	background-color: #485c6a;
	color: #f2f2f2;
	text-decoration: none;
}

.bpress-comments-area .logged-in-as {
	text-align: left;
	margin: 0 0 2em;
}

.bpress-comments-area .logged-in-as a {
	color: #999;
}

.bpress-comments-area textarea#comment {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.bpress-comments-area .form-submit {
	text-align: left;
	margin-top: 1em;
}

/**
 * 17.0 - Sidebar
 */

.bpress-sidebar {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

.bpress-sidebar *:not(.bpress-widget-icon, .bpress-nav-widget-icon) {
	font-family: inherit !important;
	text-transform: none !important;
}

.bpress-sidebar.bpress-float-left {
	float: left;
}

.bpress-sidebar.bpress-float-right {
	float: right;
}

.bpress-sidebar * {
	color: inherit;
}

.bpress-widget-list {
	list-style-type: none;
}

.bpress-sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bpress-sidebar .widget a {
	border: none;
	box-shadow: none;
	text-decoration: none;
}

.bpress-sidebar .widget a:hover {
	box-shadow: none;
	color: inherit;
}

.bpress-sidebar .widget {
	margin-bottom: 2em !important;
	padding: 25px !important;
	border: 1px solid #d7e2e5;
	border-radius: 3px;
	font-size: 1em;
	background-color: #e0e9eb;
}

.bpress-sidebar .widget-title {
	margin: 0 0 0.5em !important;
	font-size: 1.2em !important;
	color: inherit !important;
	font-weight: bold !important;
}

.widget ul li.bpress-widget-item,
.widget ol a.bpress-widget-item {
	position: relative;
	padding: 5px 10px;
	margin: 0 -5px;
	border: none;
	border-bottom: 1px dashed rgba(128, 128, 128, 0.3);
}

.widget ul li.bpress-widget-item:before,
.widget ul li.bpress-widget-item:after {
	content: "";
}

.widget ul li.bpress-widget-item.subsection {
	margin-left: 1em;
}

.widget ul li.bpress-widget-item.subsection.level-2 {
	margin-left: 2em;
}

.widget ul li.bpress-widget-item.subsection.level-3 {
	margin-left: 2em;
}

.widget ul li.bpress-widget-item:hover,
.widget ul a.bpress-widget-item:hover,
.widget ol a.bpress-widget-item:hover,
.widget ul li.bpress-widget-item.active,
.widget ul a.bpress-widget-item.active,
.widget ol a.bpress-widget-item.active {
	background-color: #edf1f3;
}

.bpress-widget-item a,
.bpress-widget-item a:hover {
	color: inherit;
	text-decoration: none;
}

.bpress-sidebar .bpress-widget-item.show-icon a,
.bpress-widget-item.show-icon a {
	display: table-cell;
	color: inherit;
	text-decoration: none;
}

.bpress-widget-item.show-icon a:hover {
	color: inherit;
	text-decoration: none;
}

span.bpress-widget-icon {
	display: table-cell;
	width: 1.5em;
	padding-right: 0.5em;
	color: inherit;
	text-align: center;
}

.bpress-sidebar .wp-tag-cloud {
	margin: 1em -0.5em;
}

.bpress-sidebar .wp-tag-cloud li {
	display: inline-block;
	margin: 2px 0;
	padding: 0.25em 1em;
	border: none;
	border-radius: 4px;
	background: #edf1f3;
}

.bpress-sidebar .wp-tag-cloud li:hover {
	background: #f9fafb;
}

.bpress-sidebar .wp-tag-cloud a {
	color: inherit;
}

/**
 * 18.0 Accordion Navigation Widget
 */

.bpress-sidebar ul.bpress-nav-accordion {
	margin: 0 -5px;
}

.widget .bpress-nav-accordion ul,
.widget .bpress-nav-accordion li {
	margin: 0;
	list-style-type: none;
}

.widget .bpress-nav-accordion li ul {
	margin-left: 1em;
	padding: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.bpress-nav-accordion .bpress-nav-item-title {
	display: table-cell;
	text-decoration: none;
}

.bpress-nav-item {
	display: block;
	padding: 5px 10px;
	cursor: default;
}

.bpress-nav-section .bpress-nav-item {
	position: relative;
	padding-right: 1.25em;
}

.widget .bpress-nav-accordion .bpress-nav-widget-icon {
	display: table-cell;
	padding-right: 0.5em;
	width: 1.5em;
	text-align: center;
	color: inherit;
}

.bpress-nav-section > .bpress-nav-item:after {
	display: block;
	position: absolute;
	content: "";
	right: 6px;
	top: 1em;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: translateY(-50%) rotate(45deg);
}

.bpress-nav-section.open > .bpress-nav-item:after {
	transform: translateY(-50%) rotate(135deg);
}

.bpress-nav-item {
	border-radius: 2px;
	margin-bottom: 2px;
}

.bpress-nav-section.active > .bpress-nav-item,
.bpress-nav-section .bpress-nav-item:hover,
.bpress-nav-article.active > .bpress-nav-item,
.bpress-nav-article .bpress-nav-item:hover {
	background: #edf1f3;
}

.children .bpress-nav-section.active > .bpress-nav-item,
.children .bpress-nav-section .bpress-nav-item:hover,
.children .bpress-nav-article.active > .bpress-nav-item,
.children .bpress-nav-article .bpress-nav-item:hover {
	margin-left: -1px;
	border-left: 1px solid;
	border-radius: 0 2px 2px 0;
}

.bpress-nav-section > .children {
	display: none;
}

.bpress-nav-section.open > .children {
	display: block;
}

/**
 * 19.0 Toc Widget
 */

.bpress-sidebar .widget_basepress_toc_widget ul,
.bpress-sidebar .widget_basepress_toc_widget ol {
	margin: 0;
	padding: 0;
}

.bpress-sidebar .widget_basepress_toc_widget li ul,
.bpress-sidebar .widget_basepress_toc_widget li ol {
	margin: 0 0 0 1em;
}

.widget_basepress_toc_widget ol {
	counter-reset: item;
}

.widget.widget_basepress_toc_widget li {
	display: block;
	margin: 0;
}

.widget_basepress_toc_widget li a {
	display: block;
	padding: 10px 5px;
	margin: 0;
	border-bottom: 1px dashed #c1d3d7;
	color: inherit !important;
	text-decoration: none !important;
}

.widget_basepress_toc_widget ol li a {
	display: table;
	width: 100%;
	color: inherit;
}

.widget_basepress_toc_widget ol li a:before {
	display: table-cell;
	content: counters(item, ".") ". ";
	counter-increment: item;
	width: 1em;
	padding-right: 0.5em;
	word-break: keep-all;
}

/**
 * 20.0 - Buttons
 */

button.bpress-btn,
button.bpress-btn:hover,
button.bpress-btn:disabled:hover {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.bpress-btn-product,
.bpress-btn-kb {
	position: absolute;
	bottom: 20px;
	color: #fff !important;
	background-color: #df3a3a;
	text-decoration: none !important;
}

.bpress-btn-product:hover,
.bpress-btn-kb:hover {
	color: #fff !important;
	background-color: #c52020;
	text-decoration: none !important;
}

/**
 * 21.0 - Grid Layout
 */

.bpress-grid {
	box-sizing: border-box;
	letter-spacing: -0.31em;
	/* Webkit: collapse white-space between units */
	*letter-spacing: normal;
	/* reset IE < 8 */
	*word-spacing: -0.43em;
	/* IE < 8: collapse white-space between units */
	text-rendering: optimizespeed;
}

.bpress-grid * {
	box-sizing: border-box;
	zoom: 1;
	*display: inline;
	/* IE < 8: fake inline-block */
	letter-spacing: normal;
	word-spacing: normal;
	/*vertical-align: top;*/
	text-rendering: auto;
}

.bpress-grid:before,
.bpress-grid:after {
	content: "";
	display: table;
}

.bpress-grid:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.bpress-grid.bpress-align-right {
	text-align: right;
}

.bpress-col {
	display: inline-block;
	padding: 10px 0;
	vertical-align: top;
}

/* Media Queries */

@media (min-width: 240px) {
	.bpress-grid {
		margin-left: 0;
		margin-right: 0;
	}
	.bpress-col-1,
	.bpress-col-2,
	.bpress-col-3,
	.bpress-col-4 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.bpress-grid {
		margin-left: -10px;
		margin-right: -10px;
	}
	.bpress-col {
		padding: 0 10px 20px;
	}
	.bpress-col-1 {
		width: 100%;
	}
	.bpress-col-2,
	.bpress-col-3,
	.bpress-col-4 {
		width: 50%;
	}
	.bpress-content-area.bpress-float-left {
		width: 75%;
		padding-right: 30px;
	}
	.bpress-content-area.bpress-float-right {
		width: 75%;
		padding-left: 30px;
	}
	.bpress-sidebar {
		width: 25%;
	}
}

@media (min-width: 1024px) {
	.bpress-wrap {
		padding: 0;
	}
}

@media (min-width: 1280px) {
	.bpress-col-1 {
		width: 100%;
	}
	.bpress-col-2 {
		width: 50%;
	}
	.bpress-col-3,
	.bpress-col-4 {
		width: 33.333%;
	}
}

@media (min-width: 1600px) {
	.bpress-col-1 {
		width: 100%;
	}
	.bpress-col-2 {
		width: 50%;
	}
	.bpress-col-3 {
		width: 33.333%;
	}
	.bpress-col-4 {
		width: 25%;
	}
}

/**
 * 22.0 - Custom Responsive
 */
@media (max-width: 1270px) {
	.kb-article-tc-sort {
		flex-direction: column-reverse;
	}
}

@media (min-width: 1271px) {
	.kb-article-tc-sort {
		flex-direction: row;
	}
}
