.subsidy .lighter-green
{
    color: #82d56e;
}


.subsidy .green-color
{
	color: #5fa63b;
}

.subsidy .contact_form h3
{
  color: #5fa63b;
}

.subsidy a
{
    color: #5fa63b;
}

.highlight
{
  font-weight: bolder;
}

@media screen and (max-width: 480px), screen and (min-width: 481px) and (max-width: 670px) {
    .right-float-image {
        float: none;
        display: block;
        margin: 0 auto;
        padding: 15px 0;
    }
}


.capsule
{
    padding: 0 0 30px 0;
	display: inline-block;
}

.capsule h2
{
    font-size: 50px;
	font-weight: 300;
	color: #000000;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin: 0;
}

.capsule h2:after
{
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #52d3aa;
	left: 50%;
	margin-left: -40px;
	bottom: -40px;
}


.capsule h3
{
    text-align: right;
	color: #565656;
	font-size: 20px;
}


.capsule .lighter
{
    color: #adadad;
}