body {
	font-family: 'Muli', sans-serif;
}
.logo.inner {
	margin-top: -28px;
}
.top-logo {
	width: 150px;
}
.hero_fullscreen.background_solid, .color_bg {
	background: #293748;
}
.btn, .btn-large {
    background: #00acda;
}
.hero_fullscreen.background_solid {
    background: url('../images/bg.jpg') center center no-repeat;
    background-size: cover;
    height: 42em;
}


h2 {
	opacity: 1;
}
#footer	.logo.inner {
	width: 116px;
    margin-top: -13px;
    margin-right: 0;
}
#footer .privacy a {
	color: #CCC;
	font-size: 0.75rem;
}
.img-responsive {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
#features {
	padding-bottom: 0;
}
.female-bg {
	background: url('../images/home-cta.jpg') top center no-repeat;
	background-size: cover;
	padding-top: 15rem;
    padding-bottom: 12rem;
}
.female-bg h3 {
	color: #fff;
	opacity: 0.9;
}
.custom-icon {
	height: 45px;
	width: 40px;
	margin: 0 auto;
}
.icon-time {
	background: url('../images/urewards-icons-t.png') center center no-repeat;
}
.icon-person {
	background: url('../images/urewards-icons-p.png') center center no-repeat;
}
.icon-experiment {
	background: url('../images/urewards-icons-e.png') center center no-repeat;
}
.zenefits-logo {
	width: 240px;
	border-radius: 4px;
	background-color: #fff;
	padding-right: 20px;
	margin-left: -10px;
}
.zen-items p {
	color: #f49401;
	font-size: 25px;
}
.zen-items 	i {
	font-size: 25px;
	color: #4c4c4c;
}
.zen-items-cont hr {
    border-color: #efefef;
    border-top: none;
}