#splashScreenWrapper {
    min-height: 500px;
    padding: 20px;
}
#splashScreenWrapper #advisorScreen {
    background-image: url("../images/screens/advisorScreen.jpg");
    height: 300px;
    overflow: hidden;
    width: 45%;
    float: right;
    right: -5px;
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.greenDot {
    color: #6bd631;
}
.greyDot {
    color: #C8C5BC;
}
#splashScreenWrapper h2{
    width: 100%;
    text-align: center;	
}
.perspectiveSquare {
	text-align: center;
	height: 250px;
	padding: 10px;
	border: 1px solid #C8C5BC;
	margin: 0 20px 10px 20px;
	cursor: pointer;
}
.perspectiveSelected {
	background-color: #6bd631;
	color: #fff;
	border 1px solid #6bd631;
}
.newFeatureBox {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
.newFeatureBox i, .newFeatureBox h4{
	color: #6bd631;
}
p.centered {
	margin-bottom: 20px;
	text-align: center;
}