body {color:#717e88}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #298fc0;
}

.navbar {
    font-weight: 700;
	color: #fff;
}
.navbar-default {
	background-color: #298fc0;
	border-bottom: 3px solid #8fc440;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	opacity: 0.7;
	padding-top: 50px;
	font-size:18px;
}
ul.nav li a.current, .navbar-default .navbar-nav li > a:focus, .navbar-default .navbar-nav li > a:hover {
	color: #fff;
	opacity: 0.7;
	height: 107px;
	border-bottom: 3px solid #8fc440;
	background: #2fa4dc url(../img/strips_nav.png);
	opacity: 1.0;
}
.navbar-brand {
	line-height: 2em;
}
section#rebate, section#contact, section#faq {padding: 140px 0px 0px 0px;}
section#rebate .lower {padding: 20px 0px 0px 0px;}
#rebateForm { max-width: 230px}
#rebateForm col-xs-12 {padding: 0px; margin: 0px}
.logo {padding-bottom: 25px}
@media(min-width:768px) {
    .navbar-fixed-top {
        height: 100px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		padding-top: 20px;
		line-height: auto;
    }

}
section {
    padding: 20px 0 0 0;
}

section h2 {
 	color: #8dc53e;
}

section.success {
	color: #fff;
	background: #8dc53e;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}
.faqHeader {
    font-size: 27px;
    margin: 20px;
	color: #8dc53e;

}
footer {
	padding-top: 50px;
	background: #e7ebee url(../img/strips_footer.png) repeat;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer a {color: #298fc0 }

/*font-awsome colors*/

i {
	width: 1em;
	height: 1em;
	color: #8ec63d;
	border-radius: 100%;
}
section#rebate i {	background: #f0f4f7; float: left; margin-right: 20px;}
footer i {	background: #fff;
}
.btn-outline {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}
.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}


