.eg360-container {
	max-width: 1300px;
	margin: 0 auto;
}

.eg360-row {
	width: 100%;
}

.eg360-col-30 {
	width: 30%;
	padding: 10px;
}

.eg360-col-100 {
	width: 100%;
	padding: 10px;
}

.eg360-col-70 {
	width: 70%;
	padding: 10px;
}

.eg360-featured-article-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.eg360-featured-article-wrapper-link,
.eg360-featured-small-article-wrapper-link {
	display: inline-block;
	position: relative;
	width: 100%;
}

img.eg360-featured-article-image {
	height: 405px;
    object-fit: cover;
	width: 100%;
}

.eg360-featured-article-title-wrapper,
.eg360-featured-small-article-title-wrapper {
	background: rgba(0, 0, 0, 0.7);
	bottom: 5px;
	color: #fff;
	padding: 10px 20px;
	position: absolute;
	width: 100%;
}

.eg360-featured-small-article-title-wrapper {
	padding: 10px;
}

h5.eg360-featured-article-title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 12px;
}

h5.eg360-featured-small-article-title {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
}

img.eg360-featured-small-article-image {
	height: 200px;
	margin: 0;
	object-fit: cover;
	width: 100%;
}

span.eg360-featured-article-excerpt {
	font-size: 1rem;
}

a.eg360-featured-article-wrapper-link:hover h5.eg360-featured-article-title,
a.eg360-featured-small-article-wrapper-link:hover h5.eg360-featured-small-article-title,
a.eg360-latest-news-article-link:hover h5.eg360-latest-story-title {
	text-decoration: underline;
}

a.eg360-latest-news-article-link {
	text-decoration: none;
}

h5.eg360-latest-story-title {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 20px;
}

span.eg360-featured-stories-title,
span.eg360-featured-stories-title a {
	color: #fff;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
}

.tag_image_container {
	float: right;
}

.tag_figcaption {
    text-align: center;
	width: auto;
}

.eg360-wrapper {
	display: inline-flex;
	width: 100%;
}

a.eg360-tag-pills {
	margin: 5px;
	border: 1px solid #eee;
	background: #eee;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px;
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
	font-weight: 600;
}

span.eg360-related-tags-title {
	font-size: 0.75rem;
	font-weight: 600;
}

.eg360-related-tags-wrapper {
	padding: 10px 0 20px 0;
}

.eg360-featured-article-col {
	flex-basis: 100%;
}

.eg360-featured-small-article-col {
	flex-basis: calc(50% - 5px / 2);
}

.eg360-featured-wrapper-small {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: space-between;
}

img.eg360-latest-story-small-image {
	width: 99%;
	margin: 0 5px 5px 0;
	height: 280px;
	object-fit: cover;
}

span.eg360-warning {
	font-size: 0.875rem;
	font-weight: 600;
}

.eg360-col-100 .tag_image_block {
    width: 100%;
	text-align: center;
}

img.eg360-featured-image {
	width: 100%!important;
	margin: 0 auto;
	object-fit: cover;
}

.eg360-latest-news-article-col {
	width: 100%;
}

/* <768px */
@media only screen and (min-width: 768px) {

	h5.eg360-featured-article-title {
		font-size: 2rem;
	}

	span.eg360-featured-stories-title,
	span.eg360-featured-stories-title a {
		font-size: 1.125rem;
	}

	img.eg360-latest-story-small-image {
		height: 150px;
	}

	.eg360-col-100 .tag_image_block {
		text-align: initial;
	}

	img.eg360-featured-image {
		float: right;
		margin: 10px 0 20px 20px;
		width: 400px !important;
	}

	.eg360-latest-news-article-col {
		float: left;
		margin-left: 0.5%;
		margin-right: 0.5%;
		width: 19%;
	}
}

/* <1024 */
@media only screen and (min-width: 1024px) {

	.tag_figcaption {
		width: 400px;
	}

	.eg360-featured-article-col {
		flex-basis: calc(50% - 5px / 2);
	}
}
