.blog-feature { margin-right: 4px; }
.blog-feature .highlights-blocks-container .highlight-block {
	width: 100%;
	text-align: center;
}

.blog-feature .highlights-blocks-container .highlight-block .block-inner {
	position: relative;
	z-index: 2
}

.blog-feature .highlights-blocks-container .highlight-block a {
	display: block
}

.blog-feature .highlights-blocks-container .highlight-block .item-caption {
	position: absolute;
	bottom: 70px;
	left: 15px;
	text-align: left;
}

.blog-feature .highlights-blocks-container .highlight-block .item-caption h3 {
	max-width: 450px;
	color: #fff;
	font-family: 'Sofia W01 Black';
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.blog-feature .highlights-blocks-container .highlight-block .item-caption h3 > span {
	display: block;
	font-size: 24px;
}

.blog-feature .highlights-blocks-container .block-title h3 {
	display: inline-block;
	padding-right: 10px;
	text-transform: uppercase;
	font-family: "Sofia W01 Black",sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
	color: #6a1b31
}

.blog-feature .highlights-blocks-container .highlight-block p {
	font-family: "Avenir LT W01_45 Book1475508",sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.6;
	color: #fff
}

.blog-feature .highlights-blocks-container .highlight-block .block-overlay {
	content: '';
	width: 100%;
	height: 100%;
	background: #6a1b31;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: .9;
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11
}

.blog-feature .highlights-blocks-container .highlight-block.featured-item .block-image {
	height: 834px;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-background-position: center center;
	-moz-background-position: center center;
	-ms-background-position: center center;
	-o-background-position: center center;
	background-position: center center;
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-ms-background-repeat: no-repeat;
	-o-background-repeat: no-repeat;
	background-repeat: no-repeat
}

.blog-feature .highlights-blocks-container .block-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 15px;
    text-align: center;
    padding-bottom: 12px;
    background-color: #fff;
	z-index: 11;
	transition: all 0.3s linear;
}

.blog-feature .highlights-blocks-container .block-title:after {
	content: '';
	width: 100%;
	height: 14px;
	background: url(/includes/public/assets/patterns/white-rough-bar-02.png) repeat-x top left;
	position: absolute;
	left: 0;
	z-index: 1;
	top: -11px;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.blog-feature .highlights-blocks-container .block-title:after {
	top: -10px
}

.blog-feature .highlights-blocks-container .block-title .type-icon {
	position: relative;
	top: -5px;
}

.blog-feature .highlights-blocks-container .block-title .type-icon img {
	height: 18px;
}

.blog-feature .highlights-blocks-container .highlight-block .block-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 22;
}

.blog-feature .highlights-blocks-container .highlight-block .block-content .content-inner {
	position: absolute;
	bottom: 0;
	padding: 15px 20px;
	background: #6A1B31;
	text-align: left;
}

.blog-feature .highlights-blocks-container .highlight-block.featured-item .block-content {
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 22
}

.blog-feature .highlights-blocks-container .highlight-block.featured-item .block-content .content-inner {
	padding: 20px;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 355px;
	width: 100%;
	margin: auto
}

.blog-feature .highlights-blocks-container .highlight-block .block-content .block-subtitle {
	margin-bottom: 10px
}

.blog-feature .highlights-blocks-container .highlight-block .block-content .block-subtitle h3 {
	color: #fff;
	font-family: 'Sofia W01 Black';
	font-size: 22px;
	text-transform: uppercase;
}

.blog-feature .highlights-blocks-container .highlight-block .block-content .block-description {
	margin-bottom: 10px
}

.blog-feature .highlights-blocks-container .highlight-block.featured-item .block-content .content-inner {
	max-width: none !important;
	padding: 0px 75px;
	background: transparent;
	text-align: center;
}

.blog-feature .highlights-blocks-container .highlight-block.featured-item .block-content .content-inner .publish-date {
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 15px;
	font-family: 'Sofia W01 Black';
	font-family: "Avenir LT W01_85 Heavy1475544",sans-serif;
	text-transform: uppercase;
}

.blog-feature .highlights-blocks-container .highlight-block:nth-child(1) .block-content .content-inner {
	max-width: 510px
}

.blog-feature .btn-only-text {
	display: inline-block;
}

.blog-feature .highlights-blocks-container .slider { margin-bottom: 0px; opacity: 0; }
.blog-feature .highlights-blocks-container .slider.slick-initialized { opacity: 1; }

.blog-feature .slick-controls .slick-arrow {
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #fff;
}
.blog-feature .slick-controls .slick-arrow:hover,
.blog-feature .slick-controls .slick-arrow:active,
.blog-feature .slick-controls .slick-arrow:focus {
	border: 1px solid #6a1b31;
}
.blog-feature .slick-controls .slick-arrow:before { content: ''; }

@media (min-width: 1025px) {
	.blog-feature .slick-controls .slick-arrow.slick-next { right: 4px; }
	.blog-feature:not(.nohover) .highlights-blocks-container .highlight-block:hover .block-overlay,.blog-feature:not(.nohover) .highlights-blocks-container .highlight-block:active .block-overlay,.blog-feature:not(.nohover) .highlights-blocks-container .highlight-block:focus .block-overlay {
		-moz-transform:scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	.blog-feature:not(.nohover) .highlights-blocks-container .highlight-block.featured-item:hover .block-content,.blog-feature:not(.nohover) .highlights-blocks-container .highlight-block.featured-item:active .block-content,.blog-feature:not(.nohover) .highlights-blocks-container .highlight-block.featured-item:focus .block-content {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		-webkit-pointer-events: auto;
		-moz-pointer-events: auto;
		-ms-pointer-events: auto;
		-o-pointer-events: auto;
		pointer-events: auto;
		-moz-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s
	}
}

@media (max-width: 64em) {
	.blog-feature {
		margin-right: 0px;
		margin-bottom:4px
	}
	.blog-feature .highlights-blocks-container .highlight-block {
		width:50%
	}
	.blog-feature .highlights-blocks-container .highlight-block .block-image {
		height:365px
	}
	.blog-feature .highlights-blocks-container .highlight-block:nth-child(1) {
		width:100%
	}
}

@media (max-width: 40em) {
	.blog-feature {
		margin-right: 0px;
		margin-bottom: 4px;
	}
	.blog-feature .head .head-inner:before { top:45px }
	.blog-feature .highlights-blocks-container .highlight-block .block-overlay {
		background: #000;
		opacity: .3;
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		z-index: 0;
	}
	.blog-feature .highlights-blocks-container .highlight-block h3 { font-size:1.3125rem }
	.blog-feature .highlights-blocks-container .highlight-block .block-image { height: 250px }
	.blog-feature .highlights-blocks-container .highlight-block.featured-item .block-image { height: 350px; }
	.blog-feature .highlights-blocks-container .highlight-block.featured-item .item-caption { bottom: 50%; }
	.blog-feature .highlights-blocks-container .highlight-block.featured-item .item-caption h3 { font-size: 40px; }
	.blog-feature .highlights-blocks-container .highlight-block.featured-item .item-caption h3 > span { font-size: 20px; }
	.blog-feature .highlights-blocks-container .highlight-block.featured-item .block-title { width: 100%; background: #6A1B31; }
	.blog-feature .highlights-blocks-container .highlight-block.featured-item .block-title:after { display: none; }
	.blog-feature .highlights-blocks-container .highlight-block.featured-item .block-title h3 { color: #fff; }
	.blog-feature .highlights-blocks-container .highlight-block .block-content .block-description { margin-bottom: 15px; }
	.blog-feature .btn-only-text { display: block; }
	.blog-feature .highlights-blocks-container .highlight-block .block-content { position: relative; }
	.blog-feature .highlights-blocks-container .highlight-block .block-content .content-inner { position: relative; }
	.blog-feature .slick-controls .slick-arrow {
	    top: initial;
	    bottom: 8px;
	    height: 39px;
	    width: 35px;
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	    margin: 0 4px;
	}
}
