
	div.ctaWrapper {
		display: none;
	}	
	#mainContent h3 {
		color: #f15b4e;
	}		
	.starday-logo-badge #logo-badge {
    	margin: -45px;
    	max-width: 100%;
    	position: relative;
    	width: 145px;
    	z-index: 500;
	}		
	section.stat-band {
		padding-top: 15px;
		padding-bottom: 13px;
		background-color: #f9fafa;
		color: #222;
		border-top: solid 3px #f2f2f2;
		border-bottom: solid 3px #f2f2f2;
	}
	section.stat-band .h5,
	section.stat-band h5 {
		font-size: 30px;
		font-family: 'UniversLTStd', sans-serif;
		color: #f15b4e;
		letter-spacing: 1px;
		line-height: 1.2;
		margin-bottom: 0px;
	}
	section.stat-band p {
		font-size: 16px;
	}
	.project-card {
		background-color: #fff;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 0px 10px 50px 10px;
	}
	.progress {
		border-radius: 0px 0px 0 3px;
	}
	.progress-bar {
		font-weight: bold;
	}
	.bg-warning {
    	background-color: #EF3E2D !important;
	}
			

.grid {
	box-shadow: 0px 6px 14px 0px rgb(68 68 68 / 35%);
}				
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	min-width: 100%;
	/*background: #ccc;*/
	cursor: pointer;
	border-radius: 3px 3px 0px 0px;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.descrip {
	font-size: 13px;
	padding: 20px 20px 25px 20px;
	min-height: 140px;
}	
.grid figure figcaption {
	padding: 10px;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure.effect img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-8px,-8px,0);
	transform: translate3d(-8px,-8px,0);
}
figure.effect figcaption {
	text-align: center;
}
figure.effect figcaption > div.extraContent {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 5px 0 15px;
	width: 100%;
    background: #fff;
    min-height: 70px;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
#mainContent figure.effect h4,
#mainContent figure.effect p {
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
#mainContent .project-card a {
	text-decoration: none !important;
}
figure.effect .numbers {
    margin-top: 5px;
}			
figure.effect .numbers p {
    font-size: 13px;
    color: #222;
    margin-bottom: 0px;
    text-transform: none;
    font-family: 'UniversLTStd', sans-serif;
}		
figure.effect .numbers p span {
    font-family: 'UniversLTStd-Bold', sans-serif;
    letter-spacing: 1px;
}		
figure.effect h4 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size: 17px;
	color: #0072ce;
    margin-bottom: 10px;
    font-family: 'UniversLTStd', sans-serif;
}
figure.effect p {
	color: #222;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	line-height: 1.1;
	letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 0px;
	text-transform: none;
	font-family: 'UniversLTStd', sans-serif;
}
figure.effect:hover p {
	opacity: 1;
}
figure.effect:hover h4 {
	/*color: #EF3E2D;*/
	color: #f15b4e;
}		
figure.effect:hover img,
figure.effect:hover h4,
figure.effect:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}		
figure.effect:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}				
figure.effect figcaption:hover div.extraContent  {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}



@media (min-width: 992px) and (max-width: 1300px) {
	figure.effect figcaption > div.extraContent {
    	min-height: 90px;
	}
}



@media (max-width: 767px) {
	section.stat-band .h5,
	section.stat-band h5 {
		font-size: 18px;
	}
	section.stat-band p {
		font-size: 13px;
	}
	.starday-logo-badge #logo-badge {
    	padding-right: 10px;
    	padding-left: 10px;
	}
	figure.effect h4 {
    	font-size: 15px;
	}
}







