/*------------------------------------------------------------------
[Stylesheet]
Color Palette - Lime

background_solid    { background: #afb42b; }
button              { background: #008c45; }
button_hover        { background: #d7e83c; }
-------------------------------------------------------------------*/

.btn,
.btn-large {
	background-color: #008c45;
}

.btn:hover,
.btn-large:hover {
	background-color: #d7e83c;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus {
	border-bottom: 1px solid #008c45;
    -webkit-box-shadow: 0 1px 0 0 #008c45;
    -moz-box-shadow: 0 1px 0 0 #008c45;
    box-shadow: 0 1px 0 0 #008c45; 
}

.hero_fullscreen.background_solid {
	background-color: #afb42b;
}

a {
	color:#008c45
}