.full-width-image-wrap img {
	display: block;
	height: auto;
	width: 100%;
}
.simple-text {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.simple-text-wrap {
	margin-left: auto;
	margin-right: auto;
}

.accent-text {
	text-transform: uppercase;
	font-size: 16px;
}


@media ( max-width: 960px ) {
	h2.h3 br {
		display: none;
	}
}
.zdfooter-chaskell {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.corp-chaskell-wrap {
	position: relative;
}

.corp-haskell-logo {
	position: absolute;
	top: -20px;
}

.chaskell-text-menu {
	padding: 120px 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.chaskell-text {
	font-style: italic;
	font-weight: 600;
	font-size: 32px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	width: 450px;
	max-width: 100%;
}

#ft-chaskell-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ft-chaskell-menu .menu, .chaskell-links {
	margin: 0;
	padding: 0;
	padding-left: 0;
	list-style: none;
}

.chaskell-links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.chaskell_social_link {
	padding-right: 20px;
}

.chaskell_social_link a {
	font-size: 24px;
}

#ft-chaskell-menu .menu .menu-item{
	padding-bottom: 20px;	
}

#ft-chaskell-menu .menu .menu-item a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

@media (max-width: 767px) {
	.chaskell-text-menu {
		flex-direction: column;
	}
	
	#ft-chaskell-menu {
		padding-top: 20px;
	}
}