﻿a, a:hover {
    outline: none !important;
}

.sustainability-section {
    padding: 80px 0;
    position: relative;
    background:url(/NDC/Generic/images/akisgyo.jpg) 50% 0 no-repeat fixed;
    height: 500px;
	margin: 0 auto;
	overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


    .sustainability-section .container {
        position: relative;
        z-index: 2;
    }

    .sustainability-section .sustainability-box {
        text-align: center;
        padding-bottom: 2px;
    }

        .sustainability-section .sustainability-box p {
            color: #ffffff;
            font-size: 18px;
            font-weight: 300;
            line-height: 24px;
            max-width: 700px;
            margin: 0 auto;
        }

        .sustainability-section .sustainability-box p a{
            text-decoration: none;
            color:#ffffff;
        }

        .sustainability-section .sustainability-box h2 {
            color: #222222;
            font-size: 30px;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            margin: 0 0 15px;
            color: #ffba00;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .sustainability-section .sustainability-box span {
            font-size: 13px;
            color: #666666;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            line-height: 20px;
            margin: 0 0 10px;
            margin: 0 0 25px;
            color: #ffffff;
            font-size: 12px;
            display: inline-block;
        }

.grass{
	background: url(/NDC/Generic/images/grass.png) 50% 0 no-repeat scroll;
	height: 93px;
    margin: 0;
	padding: 0;
	width: 100%;
	z-index: 200;
    position: absolute;
    bottom: 0;
}

.home{
	background: url(/NDC/Generic/images/home.png) 50% 0 no-repeat scroll;
	height: 250px;
    margin: 0;
	padding: 0;
	width: 100%;
	z-index: 100;
    position: absolute;
    bottom: 10px;
    background-position: center center;   

}



.tp-bullets {
    margin-top: -30px;
}

input.error { border: 1px solid red !important; }
textarea.error { border: 1px solid red !important; }
label.error { color: red !important; font-size: 12px; display: block; }

/*input.valid { border: 1px dotted greenyellow !important; }*/


#contact-form .uploadButton {
    padding:  13px 30px 13px 30px;
    outline: none;
    border: none;
    background: #97c11f;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
    vertical-align: middle;
    -moz-user-select: none;
    cursor: pointer;
    white-space: nowrap;
}

    #contact-form .uploadButton:hover {
        opacity: 0.7;
    }