body {
	padding-top: 60px;
}

@media (min-width: 992px){
	body {
		padding-top: 120px;
	}
}


article > :last-child {
	margin-bottom: 0;
}

.position-rel {
	position: relative;
}


#hero {
	overflow: hidden;
	position: relative;
}

#hero > .container {
	position: relative;
}

#hero .logo img {
	height: 100%;
	max-height: 100px;
	max-width: 100%;
}

#hero .image {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50%;

	transition: background-image 1s;
}

#hero .slide {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

#hero .slide .slide_caption,
#hero .slide .slide_caption:hover,
#hero .slide .slide_caption:focus {
	color: #333;
	text-decoration: none;
}

#hero .slide a.slide_caption:after {
	color: #00A653;
	content: 'Learn More \003e';
	display: block;
	font-size: 1rem;
	margin-top: 1rem;
}

#hero .slide .slide_caption:hover:after,
#hero .slide .slide_caption:focus:after {
	color: #005a2d;
	text-decoration: underline;
}

@media (min-width: 992px) {
	#hero .image {
		height: 100%;
		padding-bottom: 0;

		-webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
	}

	#hero .slideshow {
		position: relative;
		z-index: 10;
	}

	#hero .slide {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}
}

.slick-slide:not(.slick-active) {
	pointer-events: none;
	user-select: none;
	z-index: -9999 !important;
}


.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
}


.modal .modal-body > *:last-child {
	margin-bottom: 0;
}
