.obfx-grid:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

.obfx-grid-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.obfx-grid-wrapper {
	padding-right: 15px;
	padding-left: 15px;
}

.obfx-grid .obfx-grid-col-image {
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	margin: 0 0 10px;
	box-shadow: 0 3px 10px 0 rgba(181, 181, 181, 1);
}

.obfx-grid .obfx-grid-col-image.obfx-fit-height img {
	width: auto;
	height: 100%;
}

.obfx-grid .obfx-grid-col-image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	height: auto;
	max-height: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.obfx-grid .obfx-grid-title,
.obfx-grid .obfx-grid-title a {
	margin: 0;
	color: #333;
	font-size: 24px;
	line-height: 1.5;
}

.obfx-grid-meta {
	margin: 0 0 10px;
}

.obfx-grid-meta > span {
	margin-right: 10px;
	color: #999;
	font-size: 14px;
}

.obfx-grid-meta > span:last-of-type {
	margin-right: 0;
}

.obfx-grid-meta i {
	margin-right: 7px;
}

.obfx-grid-meta a {
	color: #999;
	text-decoration: none;
}

.obfx-grid-meta a:hover,
.obfx-grid-meta a:focus {
	color: inherit;
	text-decoration: underline;
}

.obfx-grid-categories-item:after,
.obfx-grid-tags-item:after {
	content: ", ";
}

.obfx-grid-categories-item:last-of-type:after,
.obfx-grid-tags-item:last-of-type:after {
	display: none;
	content: "";
}

.obfx-grid-content {
	margin: 0 0 10px;
	color: #555;
	font-size: 16px;
	line-height: 1.5;
}

.obfx-grid-footer a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	font-weight: 700;
}

.obfx-grid-container.obfx-grid-style-list .obfx-grid-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.obfx-grid-container.obfx-grid-style-list .obfx-grid-col-image {
	width: 40%;
	margin-bottom: 0;
}

.obfx-grid-container.obfx-grid-style-list .obfx-grid-col-content {
	width: 60%;
	padding-left: 15px;
}

.obfx-grid-container.obfx-grid-style-list .obfx-grid-col.obfx-no-image .obfx-grid-col-content {
	width: 100%;
	padding-left: 0;
}

.obfx-grid-container.obfx-grid-style-qa {
	display: block;
	margin-right: 0;
	margin-left: 0;
}

.obfx-grid-container.obfx-grid-style-qa .obfx-grid-wrapper {
	width: 100%;
	padding: 0;
	border-bottom: 1px dashed #d7d7d7;
}

.obfx-grid-container.obfx-grid-style-qa .obfx-grid-col {
	padding: 7px 0 8px;
}

.obfx-qa-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-width: 0;
	font-size: 14px;
	line-height: 1.45;
}

.obfx-qa-question {
	margin-bottom: 4px;
}

.obfx-qa-label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 21px;
	flex: 0 0 21px;
	width: 21px;
	height: 21px;
	margin-right: 7px;
	border-radius: 2px;
	background: #4e97e8;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
}

.obfx-qa-title {
	display: block;
	overflow: hidden;
	min-width: 0;
	color: #1388dd;
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.obfx-qa-title:hover,
.obfx-qa-title:focus {
	color: #0c6fb8;
	text-decoration: underline;
}

.obfx-qa-excerpt {
	display: -webkit-box;
	overflow: hidden;
	min-width: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.obfx-grid-pagination {
	width: 100%;
}

.obfx-grid-pagination .page-numbers {
	display: inline-block;
}

.obfx-grid-desktop-1 .obfx-grid-wrapper {
	width: 100%;
}

.obfx-grid-desktop-2 .obfx-grid-wrapper {
	width: 50%;
}

.obfx-grid-desktop-3 .obfx-grid-wrapper {
	width: 33.333%;
}

.obfx-grid-desktop-4 .obfx-grid-wrapper {
	width: 25%;
}

.obfx-grid-desktop-5 .obfx-grid-wrapper {
	width: 20%;
}

@media (max-width: 992px) {
	.obfx-grid-tablet-1 .obfx-grid-wrapper {
		width: 100%;
	}

	.obfx-grid-tablet-2 .obfx-grid-wrapper {
		width: 50%;
	}

	.obfx-grid-tablet-3 .obfx-grid-wrapper {
		width: 33.333%;
	}

	.obfx-grid-tablet-4 .obfx-grid-wrapper {
		width: 25%;
	}

	.obfx-grid-tablet-5 .obfx-grid-wrapper {
		width: 20%;
	}
}

@media (max-width: 767px) {
	.obfx-grid-mobile-1 .obfx-grid-wrapper {
		width: 100%;
	}

	.obfx-grid-mobile-2 .obfx-grid-wrapper {
		width: 50%;
	}

	.obfx-grid-mobile-3 .obfx-grid-wrapper {
		width: 33.333%;
	}

	.obfx-grid-mobile-4 .obfx-grid-wrapper {
		width: 25%;
	}

	.obfx-grid-mobile-5 .obfx-grid-wrapper {
		width: 20%;
	}
}
