@charset "utf-8";

/* CSS Document */



.hero-home-page {

    margin-bottom:90px;

    height: 560px;

    padding-top: 55px;

    padding-bottom: 65px;

}



.hero-home-page h1 {

    margin-top: -11px;

    margin-bottom: 30px;

}



.hero-home-page h1 u {

    color: #fff;

    text-decoration: none !important;

    box-shadow: inset 0px -3px 0 0 #fff;

}



.hero-home-page h1,

.hero-home-page .content {

    width: 100%;

	color: #edfeef;

}



.hero-home-page .content p {

	font-size:inherit;

	line-height:inherit;

}



@media (min-width: 1200px) {

    .hero-home-page .content p {

        font-size: 30px;

        line-height: 48px;

        font-weight: 300;

    }

}



.hero-home-page .hero-image {

    left: 0;

    top: 0;

    z-index: -1;

}



.hero-home-page .hero-image:before {

    content: '';

    visibility: visible;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(44, 179, 64, 0.80);

	z-index: 1;

}



.hero-home-page .part-finder-slider-container {

	-webkit-box-shadow: 0 0 36px 0 rgba(30,40,28,0.22);

	box-shadow: 0 0 36px 0 rgba(30,40,28,0.22);

	background: #fafafa;

	padding: 40px;

	border-radius:15px;
}



.hero-home-page .part-finder-slider-container > .title {

    margin-top: -8px;

    font-weight: 600;

    color: #1e281c;

    margin-bottom: 16px;

}