.kv{
	background: url('/vsAssetFile/au/img/gogreen/green-bg.jpg');
	background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 350px;
}
.kv h1{text-shadow: 0px 0px 10px #0008;}
.green hr{border-top:#db0025 solid 3px;width: 100px;margin-top:1em; margin-bottom: 2em;}
.green p{line-height: 150%; font-size: 15px;}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #db0025;
}
.green a{color: #db0025; text-decoration: underline;}
.green strong{font-weight: 600;}