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

	.ac-text {
		max-width: 660px;
		font-size: 20px;
	}

	.ac-text .h4 {
		font-weight: 600;
		margin:0;
		padding-bottom: 10px;
	}

	.ac-link {
		margin-left: 30px;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
	}

		.ac-link .button {
			border:none;
			padding: 18px 90px;
			font-size: 16px;
		}

@media ( max-width:630px ) {
	.accent-box-text-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.ac-link {
		margin-left: 0;
		padding-top: 20px;
	}
}
.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;
	}

}.zd-johnnie-footer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#johnnie-footer-logo-column img {
	height: auto;
	max-width: 100%;
	display: block;
	
}

.zd-johnnie-right-col {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 1;
	padding-left: 40px;
}

#johnnie-footer-logo-column {
	max-width: 328px;
}

.zd-johnnie-menu #footer-jon-nav li {
				list-style-type: none;
			}

			#footer-jon-nav #menu-footer-menu {
				padding-left: 0;
				margin: 0;
			}

			.zd-johnnie-menu #footer-jon-nav li a {
				color: inherit;
				text-decoration: none;
				font-weight: 500;
				position: relative;
			}

.zd-johnnie-menu #footer-jon-nav li a:before {
	content:'>';
	width:12px;
	height: 12px;
	color:inherit;
	padding-right: 5px;
}
#zd-footer-jon-column-two,
#zd-footer-johnnie-last-column{
	flex-grow: 1;
}

			.zd-johnnie-footer-content .ft-columns {
				width:calc( ((100% - 20px) * 3) / 2 );
				padding-right: 20px;
			}

			.zd-johnnie-footer-content .ft-columns:last-child {
				padding-right: 0px;
			}
.zd-johnnie-menu {
	width:55% !important;
}
.zd-ft-jon-column-heading {
	padding-bottom: 20px;
}
.ft-johnnie-two-columns{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.zd-ft-jonnie-get-in-touch-detail {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.zd-ft-jonnie-get-in-touch-icon {
	padding-right: 10px;
}

@media (max-width:1200px) {
	#johnnie-footer-logo-column {
		max-width: 300px;
		font-size: 15px;
	}
}

@media (max-width:1023px) {
	.zd-johnnie-footer-content {
		flex-direction: column;
	}	
	.zd-johnnie-right-col {
		width:100%;
		padding-top: 20px;
		padding-left: 0;
	}
	.ft-columns {
		width:auto;
	}
}

@media (max-width:767px){
	.zd-johnnie-right-col  {
		display: block;
	}
	.ft-johnnie-two-columns {
		justify-content: flex-start;
	}
	
	.ft-jon-col-two-left-col {
		padding-right: 30px;
	}
	#johnnie-footer-logo-column {
		max-width: 100%;
	}
}