.text-full-height-image-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch
}

	.text-fh-image-image {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		width: 50%;
	}

	.text-full-height-image-wrap.text-left .text-fh-image-image {
		order: 1;
	}

	.text-full-height-image-wrap.text-right .text-fh-image-image {
		order: 0;
	}

	.text-fh-image-text {
		width: 50%;
	}

		.text-full-height-image-wrap.text-left .text-fh-image-text {
			order: 0;
			padding: 80px 100px 80px 15px;
			margin: 0 0 0 auto;


		}

		.text-full-height-image-wrap.text-right .text-fh-image-text {
			order: 1;
			padding: 80px 15px 80px 100px;
			margin: 0 auto 0 0;


		}

	.text-fh-image-text {
		width:100%;
		max-width: 625px;
		margin: 0 0 0 auto;
	}

@media (max-width:1300px) {
	.text-fh-image-text {
		padding-left: 15px;
	}
}
@media (max-width:1200px) {
	.text-fh-image-text {
		padding-right: 40px;
	}
}	

@media (max-width:1023px) {
	.text-fh-image-text {
		padding: 60px 30px 60px 15px;
	}
}
@media (max-width:960px){
	.text-fh-image-image {
		width:100%;
		height: 45vw;
		order:0;
	}
	
	.text-full-height-image-wrap {
		flex-direction: column;
	}
	.text-fh-image-text {
		padding: 60px 15px;
		max-width: none;
		order:1;
		width:100%;
	}
	
	.text-full-height-image-wrap.text-right .text-fh-image-text,
	.text-full-height-image-wrap.text-left .text-fh-image-text{
		margin:0;
		padding: 30px 15px;
	}
	
	.text-full-height-image-wrap.text-left .text-fh-image-text {
		order: 1;
	}
	
}
@media (max-width:767px) {
	
	
	
	
	.text-full-height-image-wrap.text-right .text-fh-image-text,
	.text-full-height-image-wrap.text-left .text-fh-image-text 
	{
		padding: 40px 15px 40px 15px;
	}

}.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;
	}
}