body{
	color: #626262;
	background: url('bg.wrapper.png') left top repeat;
}

hr{
    border: none;
    height: 2px;
    background: linear-gradient(to right, black, lightgray, black);
	
}

.custom-green{color:#fff!important;background-color:#5c9d7d}

.shadowbg{
	background-image: url('bg.header.shadow.png');
	background-position: center top;
	background-repeat: no-repeat;
}

.w3-content{background-color:#ffffff77}


.slideshow-container {
	position: relative;
	width: 100%;
	max-width: 1132px;
	height: 269px;
	overflow: hidden;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide.active {
	opacity: 1;
}
