.text-form-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-form-form {
		max-width: 43%;
	}

		.text-form-wrap.text-right .text-form-form {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
		}

		.text-form-wrap.text-left .text-form-form {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
		}	
		
		.text-form-text {
			width: 43%;
		}
		
		.text-form-wrap.text-right .text-form-text {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			padding-left: 40px;
		}
		
		.text-form-wrap.text-left .text-form-text {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			padding-right: 40px;
		}

			.text-form-text .accent-text {
				text-transform: none;
			}
#wrapper .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], 
#wrapper .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 10px;
}
	
@media ( max-width: 960px ) {
	.text-form {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	
	.text-form-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
		.text-form-text {
			max-width: 100%;
			width: 100%;
		}
	
		.text-form-form {
			margin-left: auto;
			margin-right: auto;
			padding-bottom: 30px;
			max-width: 100%;
			width:100%;
		}
	
		.text-form-wrap.text-left .text-form-text {
			padding-right: 0;
		}
	
		.text-form-wrap.text-right .text-form-text {
			padding-left: 0;
		}
}


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

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