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

}
/* WP GALLERY */

/* WordPress Gallery 
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

@media (max-width: 600px) {
	#wrapper .gallery-item {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		display: block;
	}
}
.tall-columns-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	    -webkit-align-items: stretch;
	        align-items: stretch;
	-ms-flex-pack: justify;
	    -webkit-justify-content: center;
	        justify-content: center;
}

	.tall-col-lists {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: stretch;
			-webkit-align-items: stretch;
		        align-items: stretch;
		-ms-flex-pack: justify;
			-webkit-justify-content: center;
		        justify-content: center;
		width: 100%;
	}

	.tall-columns-list:not(:last-child){
		margin-right: 2.564102564102564%
	}

	.tall-columns-list {
		position: relative;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		    -webkit-flex-direction: column;
		        flex-direction: column;
		-ms-flex-align: stretch;
		    -webkit-align-items: stretch;
		        align-items: stretch;
		-ms-flex-pack: start;
		    -webkit-justify-content: flex-start;
		        justify-content: flex-start;
		width: 25%;
		border-radius: 0px;
		overflow: hidden;
		font-size: 15px;
		text-align: center;
	}

	.tall-col-item-image {
		position: relative;
		-ms-flex-positive: 0;
	    -webkit-flex-grow: 0;
		        flex-grow: 0;
	}

		.tall-col-item-image{
			display: block;
			width: 100%;
			background-size: cover;
			background-repeat: no-repeat;
			height: 560px;
		}
		
		.tall-col-item-content {
			-ms-flex-positive: 1;
			    -webkit-flex-grow: 1;
			        flex-grow: 1;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-ms-flex-direction: column;
			    -webkit-flex-direction: column;
			        flex-direction: column;
			-ms-flex-align: stretch;
			    -webkit-align-items: stretch;
			        align-items: stretch;
			-ms-flex-pack: start;
			    -webkit-justify-content: flex-start;
			        justify-content: flex-start;
			 position: absolute;
    		bottom: 0;
    		left: 0;
    		z-index: 334;
			font-family: 'Roboto Condensed', sans-serif;
    		font-size: 18px;
			font-weight: 600;
    		width: 100%;
			line-height: 1.2;
			background: rgba(33,33,33,0.5);
			text-transform: uppercase;
    		padding-top: 13px;
			padding-bottom: 13px;
			color: #ffffff;
		}
		
			.tall-col-item-content-button {
				-ms-flex-positive: 0;
				    -webkit-flex-grow: 0;
				        flex-grow: 0;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-ms-flex-align: center;
				    -webkit-align-items: center;
				        align-items: center;
				-ms-flex-pack: center;
				    -webkit-justify-content: center;
				        justify-content: center;
				margin: 0 25px;
				border:0;
				border-radius: 0;
				padding: 10px 10px;
				text-decoration: none;
}

@media ( max-width:960px ) {
	.tall-col-lists {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	
	.tall-columns-list {
		width: calc(50% - 20px);
		padding-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
		max-width: 400px;
	}
	
	.tall-columns-list:not(:last-child) {
		margin-right: auto;
	}
	
	.tall-col-item-content {
		-webkit-transform: translateY(-20px);
		    -ms-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
 
@media ( max-width:480px ) {
	.tall-columns-list {
		width: 100%;
		margin-right: 0;
	}
	
		.tall-columns-list:not(:last-child) {
			margin-right: 0;
		}
}  
.three-columns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.three-column {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
	}

		.has-three-columns .three-column {		
			width: calc(33.33% - 20px);
		}

		.has-four-columns .three-column {
				width: calc(25% - 20px);
		}

		.three-column-image img {
			display: block;
			max-width: 100%;
			height: auto;
			width:100%;
		}

		.three-column-text {
			-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}

			h3.three-column-heading {
				margin-bottom: 0px;
				padding-top: 10px;
				padding-bottom: 10px;
				text-transform: uppercase;
				text-align: center;
			}

			.three-column-heading a {
				text-decoration: none;
				color: inherit;
				font-weight: 600;
			}

			.three-column-link a {
				padding-bottom: 8px;
				text-decoration: none;
				border-bottom-width: 5px;
				border-bottom-style: solid;
				color: inherit;
			}
@media (max-width:1023px) {
	
	.three-columns.has-four-columns {
		flex-wrap: wrap;
	}
	
	.has-four-columns .three-column {
		width: calc( 50% - 40px );
		padding-bottom: 20px;
	}
}	
@media ( max-width:767px ) {
	.three-columns {
		display: block;
	}
	
		.three-column, 
		.has-four-columns .three-column, 
		.has-three-columns .three-column {
			width: 100%;
			max-width: 360px;
			margin-left: auto;
			margin-right: auto;
		}
	
	.three-column:not(:first-child) {
    	margin-top: 40px;
	}
}.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;
	}
}