.spp-title{
	color: rgb(119, 119, 119);
	text-shadow: 1px 1px 1px #DDD;
	padding: 10px;
	font-size: 40px;
	font-weight: 300;
	margin: 0px 0 0px 10px;
}
@media(min-width:768px) {
	.spp-title{
		margin-top: 50px;
		margin-left: 50px;
	}
}
.spp-stats div{
	margin: 30px 0;
}
.spp-stats span{
	color: #222;
	font-size: 18px;
	line-height: 100px;
	font-weight: 300;
	margin-left: 10px;
}
.spp-stats span:first-of-type{
	display: inline-block;
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
}
.spp-about-block-quote{
	font-family: serif;
	font-style: italic;
	font-size: 18px;
	color: #444;
	line-height: 36px;
}
@media(min-width:768px) {
	.spp-about-block-quote{
		margin: 0 80px 60px 80px;
	}
}
.copy-text {
	font-size: 14px;
	line-height: 24px;
	margin: -4px 0 0 0;
	color: #555;
	font-weight: 300;
}
.copy-text a{
	color: #ea5644;
}
#k-subfooter{
	margin-top: 60px;
}
.spp-list-icon{
	font-weight: 300;
    width: 175px;
    font-size: 80px;
    color: #BBB;
    line-height: 0px;
    margin-bottom: 80px;
}
.spp-list-icon p{
	margin-bottom: 0px;
}
.spp-list-icon span{
	font-size: 20px;
}
.spp-list-icon a{
    display: inline-block;
    color: #BBB;
    transition: color 0.3s ease-out;
}
.spp-list-icon a:HOVER{
    color: #3372df;
    transition: color 0.3s ease-out;
}
.spp-series-widget{
	margin-top: 20px;
	margin-bottom: 60px;
	font-weight: 300;
}
.spp-series-widget p:first-of-type{
	float: left;
	color: #AAA;
	font-size: 60px;
	font-weight: 300;
	line-height: 30px;
	margin-top: 20px;
	text-align: center;
}
.spp-series-widget p:first-of-type span{
	font-size: 14px;
	font-weight: 400;
}
.spp-series-widget .spp-series-desc{
	margin-left: 80px;
	border-left: 2px solid #F0F0F0;
	padding-left: 10px;
	font-size: 14px	;
	line-height: 24px;
}

