.bg_grey {
    background-color: #F5F5F5;
}

.bg_lightGrey {
    background-color: #F4F4F4;
}

.bg_white {
    background-color: #FFF;
}

.subsectionHeading, .featuresSection h5, .footer p a, .color_black {
    color: #212121!important;
}
.bg_footGrey {
	background-color: #F8F9FB;
}
.bg_orange {
    background-color: #FF6B08;
}

.profileName {
    color: #212121!important;
}

.color_orange, .btnPricing .btnSmallContent {
    color: #FF6B08;
}

.color_orangeImp {
    color: #FF6B08!important;
}

.color_grey, .sectionSubHeader, .sectionContent, .featuresSection ul {
    color: #757575;
}

.color_red {
    color: #D0021B;
}