.uicore-blog-grid h4.uicore-post-title {
	font-family: var(--uicore-typography--blog_title-f, "Inter");
	font-weight: var(--uicore-typography--blog_title-w, "600");
	line-height: var(--uicore-typography--blog_title-h, "1.2");
	letter-spacing: var(--uicore-typography--blog_title-ls, "-0.027em");
	text-transform: var(--uicore-typography--blog_title-t, "none");
	font-style: var(--uicore-typography--blog_title-st, "normal");
	color: var(--uicore-typography--blog_title-c, "#070707");
	font-size: var(--uicore-typography--blog_title-s, "#070707");
}

.uicore-blog-grid .uicore-blog-img-container {
	border-radius: var(--uicore-blog--radius);
}

.uicore-meta-separator {
	margin: 0 .5em;
}

.uicore-blog-grid .uicore-post-info {
	padding-bottom: 2em;
}

.uicore-blog-grid .uicore-post-info .uicore-post-footer {
	font-size: 11px;
	margin-top: 1.5em;
}

.uicore-blog-grid:not(.uicore-horizontal) .uicore-post-info {
	margin-top: 2em;
}

.content-area .uicore-post-category, .content-areaa, .ui-post-nav-item .ui-post-nav-info, .uicore-post-footer a, .uicore-post-footer span, header.uicore-single-header .uicore-entry-meta span, header.uicore-single-header a:not(:hover) {
	color: #6e7a84;
	font-size: 11px;
}

.content-area .uicore-post-category a, .ui-post-nav-item .ui-post-nav-info, .uicore-post-footer.uicore-body, .uicore-post-footer a, header.uicore-single-header .uicore-entry-meta, header.uicore-single-header .uicore-entry-meta a, header.uicore-single-header .uicore-entry-meta span {
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 11px;
	font-size: 11px;
	font-weight: 600;
}

h4.uicore-post-title {
	margin: 0;
	transition: all .25s cubic-bezier(.42, 0, .29, 1.16);
}

figure {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width:1024px) {
	.uicore-blog-grid .uicore-post-info {
		margin-top: 2em;
	}
}

.uicore-grid-container {
	--hgap: 0;
	--vgap: 0;
	--columns: 0;
	--rows: 0;
	--gap-count: 0;
	--container-aspect-ratio: 0;
	--animation-duration: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.uicore-grid-item {
	--item-width: 0;
	--item-height: 0;
	--column: 0;
	--row: 0;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	transition-property: top, left;
	transition-duration: var(--animation-duration);
}

.uicore-cover-img {
	width: 100%;
}

@-ms-viewport {
	width: device-width;
}

.uicore-grid-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.uicore-col, [class*=uicore-col], [class^=uicore-col] {
	position: relative;
	width: 100%;
	min-height: 1px;
}

.uicore-large-space {
	margin: -25px;
}

.uicore-large-space .uicore-grid-item {
	padding: 25px;
}

.uicore-cover-img {
	background-position: 50%;
	background-size: cover;
	padding-bottom: 100%;
	display: block;
}

.uicore-grid-item article {
	position: relative;
}

.uicore-zoom .uicore-zoom-wrapper {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.uicore-zoom .uicore-cover-img {
	transform: scale(1);
	background-position: 50%;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.uicore-zoom:hover .uicore-cover-img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.uicore-landscape-ratio.uicore-grid .uicore-cover-img, .uicore-landscape-ratio.uicore-grid .uicore-zoom .uicore-zoom-wrapper, .uicore-landscape-ratio.uicore-tiles .uicore-cover-img, .uicore-landscape-ratio.uicore-tiles .uicore-zoom .uicore-zoom-wrapper {
	padding-bottom: 57%;
}

.uicore-blog-img-container {
	overflow: hidden;
}

@media (min-width:768px) {
	.uicore-col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.uicore-col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.uicore-col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.uicore-col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.uicore-col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.uicore-col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.uicore-col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.uicore-col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.uicore-col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.uicore-col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.uicore-col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.uicore-col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.uicore-col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.uicore-col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.uicore-col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.uicore-col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.uicore-col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.uicore-col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.uicore-col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.uicore-col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.uicore-col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.uicore-col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.uicore-col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.uicore-col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.uicore-large-space {
		margin: 0;
	}
	
	.uicore-large-space .uicore-grid-item {
		padding: 25px 0;
	}
}

.uicore-blog-grid .uicore-post {
	border-radius: var(--uicore-blog--radius);
	overflow: hidden;
}

.uicore-blog-grid .uicore-post .uicore-post-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40% 6% 6% !important;
	background: linear-gradient(0deg, rgba(0, 0, 0, 70%), transparent);
}

.uicore-blog-grid .uicore-post .uicore-post-info-wrapper {
	transition: all cubic-bezier(.4, .13, 0, 1.1) .3s;
}

.uicore-blog-grid .uicore-post .uicore-post-footer span, .uicore-blog-grid .uicore-post .uicore-post-footer a {
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post .uicore-post-footer a:hover, .uicore-blog-grid .uicore-post h4.uicore-post-title:hover {
	opacity: .8 !important;
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post h4.uicore-post-title {
	margin-bottom: 0;
}

.uicore-blog-grid .uicore-post .uicore-post-footer {
	position: absolute;
	opacity: 0;
	transition: all cubic-bezier(.4, 0, .2, 1) .2s;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-footer {
	opacity: 1;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-info-wrapper {
	transform: translate3d(0, -2em, 0);
}

.uicore-blog-grid .uicore-post {
	border-radius: var(--uicore-blog--radius);
	overflow: hidden;
}

.uicore-blog-grid .uicore-post .uicore-post-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40% 6% 6% !important;
	background: linear-gradient(0deg, rgba(0, 0, 0, 70%), transparent);
}

.uicore-blog-grid .uicore-post .uicore-post-info-wrapper {
	transition: all cubic-bezier(.4, .13, 0, 1.1) .3s;
}

.uicore-blog-grid .uicore-post .uicore-post-footer span, .uicore-blog-grid .uicore-post .uicore-post-footer a {
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post .uicore-post-footer a:hover, .uicore-blog-grid .uicore-post h4.uicore-post-title:hover {
	opacity: .8 !important;
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post h4.uicore-post-title {
	margin-bottom: 0;
}

.uicore-blog-grid .uicore-post .uicore-post-footer {
	position: absolute;
	opacity: 0;
	transition: all cubic-bezier(.4, 0, .2, 1) .2s;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-footer {
	opacity: 1;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-info-wrapper {
	transform: translate3d(0, -2em, 0);
}

.uicore-blog-grid .uicore-post {
	border-radius: var(--uicore-blog--radius);
	overflow: hidden;
}

.uicore-blog-grid .uicore-post .uicore-post-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40% 6% 6% !important;
	background: linear-gradient(0deg, rgba(0, 0, 0, 70%), transparent);
}

.uicore-blog-grid .uicore-post .uicore-post-info-wrapper {
	transition: all cubic-bezier(.4, .13, 0, 1.1) .3s;
}

.uicore-blog-grid .uicore-post .uicore-post-footer span, .uicore-blog-grid .uicore-post .uicore-post-footer a {
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post .uicore-post-footer a:hover, .uicore-blog-grid .uicore-post h4.uicore-post-title:hover {
	opacity: .8 !important;
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post h4.uicore-post-title {
	margin-bottom: 0;
}

.uicore-blog-grid .uicore-post .uicore-post-footer {
	position: absolute;
	opacity: 0;
	transition: all cubic-bezier(.4, 0, .2, 1) .2s;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-footer {
	opacity: 1;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-info-wrapper {
	transform: translate3d(0, -2em, 0);
}

.uicore-blog-grid .uicore-post {
	border-radius: var(--uicore-blog--radius);
	overflow: hidden;
}

.uicore-blog-grid .uicore-post .uicore-post-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40% 6% 6% !important;
	background: linear-gradient(0deg, rgba(0, 0, 0, 70%), transparent);
}

.uicore-blog-grid .uicore-post .uicore-post-info-wrapper {
	transition: all cubic-bezier(.4, .13, 0, 1.1) .3s;
}

.uicore-blog-grid .uicore-post .uicore-post-footer span, .uicore-blog-grid .uicore-post .uicore-post-footer a {
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post .uicore-post-footer a:hover, .uicore-blog-grid .uicore-post h4.uicore-post-title:hover {
	opacity: .8 !important;
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post h4.uicore-post-title {
	margin-bottom: 0;
}

.uicore-blog-grid .uicore-post .uicore-post-footer {
	position: absolute;
	opacity: 0;
	transition: all cubic-bezier(.4, 0, .2, 1) .2s;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-footer {
	opacity: 1;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-info-wrapper {
	transform: translate3d(0, -2em, 0);
}

.uicore-blog-grid .uicore-post {
	border-radius: var(--uicore-blog--radius);
	overflow: hidden;
}

.uicore-blog-grid .uicore-post .uicore-post-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40% 6% 6% !important;
	background: linear-gradient(0deg, rgba(0, 0, 0, 70%), transparent);
}

.uicore-blog-grid .uicore-post .uicore-post-info-wrapper {
	transition: all cubic-bezier(.4, .13, 0, 1.1) .3s;
}

.uicore-blog-grid .uicore-post .uicore-post-footer span, .uicore-blog-grid .uicore-post .uicore-post-footer a {
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post .uicore-post-footer a:hover, .uicore-blog-grid .uicore-post h4.uicore-post-title:hover {
	opacity: .8 !important;
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post h4.uicore-post-title {
	margin-bottom: 0;
}

.uicore-blog-grid .uicore-post .uicore-post-footer {
	position: absolute;
	opacity: 0;
	transition: all cubic-bezier(.4, 0, .2, 1) .2s;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-footer {
	opacity: 1;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-info-wrapper {
	transform: translate3d(0, -2em, 0);
}

.uicore-blog-grid .uicore-post {
	border-radius: var(--uicore-blog--radius);
	overflow: hidden;
}

.uicore-blog-grid .uicore-post .uicore-post-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40% 6% 6% !important;
	background: linear-gradient(0deg, rgba(0, 0, 0, 70%), transparent);
}

.uicore-blog-grid .uicore-post .uicore-post-info-wrapper {
	transition: all cubic-bezier(.4, .13, 0, 1.1) .3s;
}

.uicore-blog-grid .uicore-post .uicore-post-footer span, .uicore-blog-grid .uicore-post .uicore-post-footer a {
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post .uicore-post-footer a:hover, .uicore-blog-grid .uicore-post h4.uicore-post-title:hover {
	opacity: .8 !important;
	color: var(--uicore-typography--blog_title-c);
}

.uicore-blog-grid .uicore-post h4.uicore-post-title {
	margin-bottom: 0;
}

.uicore-blog-grid .uicore-post .uicore-post-footer {
	position: absolute;
	opacity: 0;
	transition: all cubic-bezier(.4, 0, .2, 1) .2s;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-footer {
	opacity: 1;
}

.uicore-blog-grid .uicore-post:hover .uicore-post-info-wrapper {
	transform: translate3d(0, -2em, 0);
}

a {
	color: var(--e-global-color-uicore_primary);
}

a:hover {
	color: var(--e-global-color-uicore_secondary);
}

.uicore-blog-grid {
	--uicore-typography--blog_title-f: var(--e-global-typography-uicore_primary-font-family);
	--uicore-typography--blog_title-w: 600;
	--uicore-typography--blog_title-h: 1.3;
	--uicore-typography--blog_title-ls: 0em;
	--uicore-typography--blog_title-t: None;
	--uicore-typography--blog_title-st: normal;
	--uicore-typography--blog_title-c: #fff;
	--uicore-typography--blog_title-s: 24px;
	--uicore-typography--blog_ex-f: var(--e-global-typography-uicore_text-font-family);
	--uicore-typography--blog_ex-w: normal;
	--uicore-typography--blog_ex-h: 1.8;
	--uicore-typography--blog_ex-ls: 0em;
	--uicore-typography--blog_ex-t: None;
	--uicore-typography--blog_ex-st: normal;
	--uicore-typography--blog_ex-c: var(--e-global-color-uicore_headline);
	--uicore-typography--blog_ex-s: 16px;
}

@media (max-width:1024px) {
	body {
		--uicore-typography--h1-s: 50px;
		--uicore-typography--h2-s: 34px;
		--uicore-typography--h3-s: 21px;
		--uicore-typography--h4-s: 18px;
		--uicore-typography--h5-s: 15px;
		--uicore-typography--h6-s: 13px;
		--uicore-typography--p-s: 15px;
	}
	
	.uicore-blog-grid {
		--uicore-typography--blog_title-s: 21px;
		--uicore-typography--p-s: 15px;
	}
}

@media (max-width:767px) {
	body {
		--uicore-typography--h1-s: 40px;
		--uicore-typography--h2-s: 30px;
		--uicore-typography--h3-s: 19px;
		--uicore-typography--h4-s: 16px;
		--uicore-typography--h5-s: 14px;
		--uicore-typography--h6-s: 12px;
		--uicore-typography--p-s: 14px;
	}
	
	.uicore-blog-grid {
		--uicore-typography--blog_title-s: 19px;
		--uicore-typography--p-s: 14px;
	}
}

.uicore-blog-grid {
	--uicore-blog--radius: 10px;
}