.project-section-top-left-sliced-wrap{
	position: relative;
}

.project-section-top-left-sliced-title{
	font-size: 1.25em;
}

.top-left-sliced_left-content{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 66.666%;
	padding-right: 30px;
}
.top-left-sliced_right-content{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding-left: 30px;
}
.top-left-sliced_left-content-text{
    color: #7F7F7F;
    font-size: 24px;
    text-align: left;
}

.top-left-sliced_left-content-list ul{
	padding: 0;
	margin: 0;
	font-size: 0;
}
.top-left-sliced_left-content-list ul li{
	font-size: 1rem;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.top-left-sliced_right-content-title{
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}
.top-left-sliced_right-content-percentage-wrap{
	column-count: 2;
	position: relative;
	display: inline-block;
	width: 100%;
}
.right-content-percentage{
	min-height: 50px;
	display: inline-block;
	vertical-align: top;
	position: relative;

	padding: 0 15px;
	margin-bottom: 30px;
}
.right-content-percentage-number{
	font-size: 4em;
	text-align: center;
	color: #EE9237;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
}
.right-content-percentage-title{
	text-transform: uppercase;
	text-align: left;
	line-height: 1.1;
	font-size: 14px;
}

/* To ensure everything Stacks vertically in dropdown */
.project-section-top-left-sliced .custom-item-dropdown.active .custom-items {
   display: block;
   padding: 0px 0px 15px 0px;
}

/* To ensure lists Stacks vertically in dropdown */
.project-section-top-left-sliced .custom-item-dropdown.active .custom-items li{
   display: block;
}

/* Site design width */
@media only screen and ( max-width: 1280px ){

}

/* Max-header width */
@media only screen and ( max-width: 1180px ){
  /* Account for fixed mobile header */

}

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

}

/* Small Tablet */
@media only screen and ( max-width: 768px ){
	.project-section-top-left-sliced .project-section-top-left-sliced-wrap.section-creative-background {
		padding: 60px 30px;
	}

	.top-left-sliced_right-content-percentage-wrap {
		column-count: 1;
	}

	.project-section-top-left-sliced-title {
		font-size: 42px;
	}

	.right-content-percentage-title {
		text-align: center;
	}

	.section.project-section-top-left-sliced {
		padding: 0px;
	}

	.project-section-top-left-sliced .top-left-sliced_left-content,
	.project-section-top-left-sliced .top-left-sliced_right-content {
	  width: 100%;
	  display: block;
	  margin-top: 25px;
	  padding: 0px;
	}
}

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

}
