.entry-titleJ {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin: 0 0 2px 0;
	text-transform: uppercase;
	color: #2b2b2b;
}

.entry-titleJ a {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin: 0 0 2px 0;
	text-transform: uppercase;
	color: #2b2b2b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

.masthead-social {
	display: flex;
	align-items: center;
	gap: 8px;
	float: right;
	margin: 16px 52px 0 14px;
}

.masthead-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 24px;
	text-decoration: none;
}

.masthead-social img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.masthead-social svg {
	display: block;
}

.home-no-sidebar #primary,
.home-no-sidebar .content-area {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.home-no-sidebar #content,
.home-no-sidebar .site-content {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 10px !important;
	padding-right: 24px !important;
}

.home-no-sidebar #main {
	display: block !important;
	width: 100% !important;
}

.home-no-sidebar .site-main {
	margin-right: 0 !important;
}

.home-no-sidebar .content-sidebar,
.home-no-sidebar #content-sidebar,
.home-no-sidebar #secondary {
	display: none !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

#container_latest {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0 0 24px;
	clear: both;
}

.latest-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.latest-card:hover {
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.latest-card-image {
	display: block;
}

.latest-card img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
	background: #f2f2f2;
}

.latest-card-body {
	padding: 14px 16px 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.latest-card-title {
	font-size: 15px;
	line-height: 1.4;
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.latest-card-title a {
	color: #222;
	text-decoration: none;
}

.latest-card-title a:hover {
	color: #000;
	text-decoration: underline;
}

.latest-card-meta {
	font-size: 12.5px;
	color: #777;
	margin-top: auto;
}

.latest-card-tags {
	margin-top: 8px;
}

.latest-card-tags a {
	display: inline-block;
	font-size: 11px;
	color: #555;
	background: #f2f2f2;
	border-radius: 12px;
	padding: 2px 9px;
	margin: 2px 4px 2px 0;
	text-decoration: none;
}

.latest-card-tags a:hover {
	background: #e5e5e5;
}

.latest-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 18px;
	background: #fff;
	border: 1px solid #e2e2e2;
	color: #555;
}

@media (max-width: 782px) {
	.masthead-social {
		float: none;
		margin: 10px 0 0;
		padding: 0 10px 10px;
	}

	.home-no-sidebar #content,
	.home-no-sidebar .site-content {
		margin-left: 0 !important;
	}
}
