.half-image-title-desc-shares{
	position: relative;
}
.half-image-title-desc-shares.section{
	padding: 0 0 90px 0;
}
.half-image-title-desc-shares-wrap{
	position: relative;
	/*padding-bottom: 90px;*/
}
.half-image-title-desc-shares-content{

}
.half-image-title-desc-shares-promo-img-wrap{
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
img.half-image-title-desc-shares-promo-img{
	vertical-align: bottom;
}

.half-image-title-desc-shares-content-data{
	padding: 90px 15px 15px 90px;
	margin-bottom: 0;
}
.half-image-title-desc-shares-content-data-city{
	font-size: 1.125em;
	color: #4B4B4B;
	margin-top: 15px;
	margin-bottom: 0;
}
.half-image-title-desc-shares-content-data-title-wrap{
	position: relative;
    transform: translateX(-200px);
    width: calc(100% + 200px);
    /*background-color: #1B2227;*/
}
.half-image-title-desc-shares-content-data-title-wrap:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	z-index: 0;
	background-color: #fff;
	width: 110px;
	height: 100%;
}
.block-half-top{
	transform: translateY(-50%);
	position: absolute;
}
.half-image-title-desc-shares-content-data-title{
	color: #000;
	line-height: 1;
	font-size: 4.000em;
	margin-bottom: 0;
	margin: 15px 30px;
	display: inline-block;
	position: relative;
}
.half-image-title-desc-shares-content-data-description{
	color: #aaa;
	padding: 30px 0 30px 0;
	margin-bottom: 0;
	font-size: 1.500em;
}
.half-image-title-desc-shares-content-tags-shares-row{
	align-items: flex-end;
}
a.half-image-title-desc-shares-content-data-tag {
	font-size: 0.875em;
	color: #F7971D;
	text-transform: uppercase;
	text-decoration: none;
}

.half-image-title-desc-shares-content-data-shares-link i{
	color: #F7971D;
}

/* Large Tablet */
@media only screen and ( max-width: 920px ){
	.half-image-title-desc-shares.section {
		padding: 0px;
		margin: 0px;
	}

	.explore-expertise-content-data-title-wrap{
		position: inherit;
		transform: none;
		width: 100%;
	}

	.half-image-title-desc-shares-content-data {
		padding: 0px;
	}

	.half-image-title-desc-shares-content-data-title-wrap{
		position: inherit;
		transform: none;
		width: 100%;
	}

	.half-image-title-desc-shares-content-data-title-wrap:before {
		display: none;
	}

	.mobile-only .half-image-title-desc-shares-content-data-title {
		max-width: 80%;
		margin-left: 0px;
		background: white;
		position: relative;
		z-index: 999;
		padding: 30px;
		font-size: 58px;
	}

	.mobile-only .half-image-title-desc-shares-promo-img-wrap {
		margin-top: -90px;
	}
	
	.mobile-only .mobile-description {
		padding: 30px;
	}
}

/* Tablet */
@media only screen and ( max-width: 768px ){

}

/* Mobile */
@media only screen and ( max-width: 640px ){

}