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

}

.two-column-text-wrap {
	margin-left: auto;
	margin-right: auto;
}

	.two-column-section {
		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;
	}

		.two-column-section h5.accent-text {
			font-size: 24px;
			width: 35%;
			text-transform: none;
			margin-top: 0;
			font-weight: 600;
		}

		.two-column-text-and-heading {
			width: 64.416%;
			padding-left: 20px;
		}

			.two-column-text-and-heading h5 {
				margin-top: 0;	
				font-weight: 600;
				font-size: 24px;
			}

@media ( max-width: 960px ) {
	h2.h3 br {
		display: none;
	}
	
	
}

@media ( max-width: 600px ){
	.two-column-section {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.two-column-section h5.accent-text,
	.two-column-text-and-heading {
		width: 100%;
	}
	
	.two-column-text-and-heading {
		padding-left: 0;
	}
}.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%;
	}
}