.visual {
	background: #8fc3d5;
}

.visual .text {
	color: #fff;
	font-weight: 300;
	background: #8fc3d5;
}

.visual h1 {
	font-weight: 600;
}

.visual h1:before {
	background: #fff;
}

.visual h1 span {
	font-weight: 300;
}

.visual .btn-holder > em {
	font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
}

.pagination a {
	background: #fff;
	border-color: #84bacd;
}

.xero-logo {
	color: #fff;
}

.title:before {
	background: #9a9fa2;
}

.no-report:before {
    background: #9a9fa2;
}

.subtitle,.emtext {
	color: #489cb8;
	font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
	font-style: italic;
}

.intro {
	background: #eaf4f8;
}

.intro .count {
	background: #e21a22;
	color: #fff;
	font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
	font-style: italic;
}

.features-area .item {
	color: #8b8178;
}

.features-area h2 {
	color: #231f20;
	font-weight: 300;
}

.features-area .more {
	font-weight: 300;
}

.list {
	font-weight: 300;
}

.list li:before {
	border-color: #e21a22;
}

.start-area {
	background: #eaf4f8;
}

.start-form {
	border-color: #afdae9;
}

.start-form label {
	color: #8b8178;
	font-weight: 400;
}

.subscribe-form {
	border-color: #afdae9;
	color: #8b8178;
}

.subscribe-form h2 {
	color: #231f20;
}

.subscribe-form .form-control {
	border-color: #cfcfcf;
	background: #fff;
}

@media all and (max-width: 767px) {
	.pagination a {
		background: rgba(255, 255, 255, .62);
	}
}

