.embed-map iframe {
	width: 100%;
	display: block;
}
@media ( max-width:960px ){
	
}
.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%;
		}
		
		.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-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;
			padding-left: 0;
		}
	
		.text-image-wrap.text-right .text-image-text {
			padding-left: 0;
		}
}
.logo-grid-section-heading {
	padding-bottom: 20px;
}

	.logo-grid-section-heading .module-heading,
	.logo-grid-section-heading .module-heading a{
		color: #ffffff;
		text-transform: uppercase;
	}

.logo-grid-items {
	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;
}

		.logo-module-image img,
		.logo-module-image a{
			display: block;
			margin-left: auto;
			margin-right: auto;
		}

@media ( max-width:1200px ) {
	.logo-grid-items {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	.logo-module-image {
		margin-bottom: 20px;
		padding-right: 20px;
	}
}

@media ( max-width:1023px ) {
	.list-box-items {
		width: calc(33.33% - 30px);
	}
}

@media ( max-width:960px ) {
	.list-box {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.list-box-items {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
}

@media ( max-width:767px ) {
	.list-box-items {
		width: 100%;
		padding: 20px;
	}
}.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%;
	}
}