.image-banner-and-text {
	background-repeat: no-repeat;
	background-size: cover;
}

	.h4.image-banner-heading {
		line-height: 1.75;
		font-size:27px;
	}

	

.text-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: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

	.text-image-image {
		max-width: 40.625%;
	}

		.text-image-image img {
			height: auto;
			max-width: 100%;
		}
	
		.text-image-wrap.text-right .text-image-image {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
		}

		.text-image-wrap.text-left .text-image-image {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
		}	
		
		.text-image-text {
			width: 59.375%;
			padding-left: 40px;
		}
		
		.text-image-wrap.text-right .text-image-text {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			padding-left: 40px;
		}
		
		.text-image-wrap.text-left .text-image-text {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			padding-right: 40px;
		}

			.text-image-text .accent-text {
				text-transform: none;
			}
	
@media ( max-width: 960px ) {
	.text-image {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	
	.text-image-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
		.text-image-text {
			max-width: 100%;
			width: 100%;
		}
	
		.text-image-image {
			margin-left: auto;
			margin-right: auto;
			padding-bottom: 30px;
			max-width: 100%;
		}
	
		.text-image-wrap.text-left .text-image-text {
			padding-right: 0;
		}
	
		.text-image-wrap.text-right .text-image-text {
			padding-left: 0;
		}
}
.three-boxes-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
	
	.three-boxes-item {
		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;
		width: 32%;
		margin-right: 2%;
	}

		.three-boxes-item:last-child {
			margin-right: 0;
		}

		.three-box-link {
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-justify-content: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
			height: 290px;
			font-weight: 600;
			font-size: 25px;
			text-decoration: none;
			text-transform: uppercase;
		}

@media ( max-width: 1300px ) {
	.three-box-link {
		font-size: 1.75vw;
	}
}

@media ( max-width: 960px ) {
	.three-box-link {
		font-size: 20px;
	}
}

@media ( max-width: 767px ) {
	.three-boxes-wrap {
		display: block;
	}
	
		.three-boxes-item {
			max-width: 360px;
			width: 100%;
			margin-right: auto;
			margin-left: auto;
		}
		
			.three-boxes-item:last-child {
				margin-right: auto;
			}
			
			.three-boxes-item:not( :first-child ) {
				margin-top: 45px;
			}
}#footer-content {
	padding-bottom: 70px;
	padding-top: 70px;
}

	#footer-logo {
		padding-bottom: 50px;
	}

		#footer-logo img {
			display: block;
		}

	.footer-icons {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

		.footer-icon-text {
			padding-right: 20px;
		}

			.footer-icon-text a {
				color:inherit;
				text-decoration: none;
			}

				.footer-icon-text .fa {
					padding-right: 5px;
				}

#footer-copyright {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 85%;
}

	#footer-copyright-and-zd-logo {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

		#ft-zd-logo {
			padding-top: 10px;
			text-align: center;
		}

			#ft-zd-logo img {
				width: 50%;
				height: auto;
			}

/*media queries*/
@media ( max-width: 767px ) {
	#footer-content {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
		#footer-logo img {
			height: auto;
			width: 300px;
		}

		.footer-icons {
			flex-direction: column;
		}

			.footer-icon-text {
				padding-bottom: 10px;
				padding-right: 0;
			}
}