.accent-box-form-and-text {
	background-repeat: no-repeat;
	background-size: cover;
}
	.accent-text-form-wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

		.ac-text-form {
			width:35%;
		}
		.accent-form-heading {
			margin-top:0;
			font-weight: 600;
		}

			.accent-text-heading .h4 {
				margin-top: 0;
				font-weight: 600;
			}

			.accent-text-section {
				width:35%;
				padding-left: 60px;
			}
/* GRAVITY FORMS */

	/* FORM STYLES */
	
	.accent-box-form-and-text .gform_wrapper {
		margin: 0;

	}

	.accent-box-form-and-text .gform_wrapper ul.gform_fields li.gfield:not(:first-child) {
    	margin-top: 8px;
	}

	.accent-box-form-and-text .gform_wrapper ul li:after, 
	.accent-box-form-and-text .gform_wrapper ul li:before, 
	.accent-box-form-and-text .gform_wrapper ul.gform_fields {
		line-height: 1;
	}
	
	
	
	/* FORM HEAD */
	
	.accent-box-form-and-text .gform_wrapper h3.gform_title {
		margin: 0 0 20px;
		text-align: center;
		/* H4 style */
		font-size: 25px;
		text-transform: uppercase;
	}
	
	/* FORM BODY */
	
	.accent-box-form-and-text .gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0;
	}
	
	body .accent-box-form-and-text .gform_wrapper ul li.gfield {
		margin-top: 0;
		margin-bottom: 0;
	}

	body .accent-box-form-and-text .gform_wrapper .top_label div.ginput_container{
		margin-top: 0;
	}
	
	.accent-box-form-and-text input[type=text], 
	.accent-box-form-and-text input[type=email], 
	.accent-box-form-and-text input[type=number], 
	.accent-box-form-and-text input[type=password], 
	.accent-box-form-and-text textarea, 
	.accent-box-form-and-text select {
		border: 1px solid #e9e9e9;
		border-radius: none;
		background-color: white;
	}
	
	.accent-box-form-and-text .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
	.accent-box-form-and-text .gform_wrapper textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		/* from global input styles */
		padding: 3px 5px;
		font-size: 15px;
	}
	
	.accent-box-form-and-text .gform_wrapper textarea.small {
		height: 70px;
	}
	
	.accent-box-form-and-text .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_wrapper input[type=text], 
	.accent-box-form-and-text .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_wrapper select {
		margin-bottom: 10px;
	}
		
	/* FORM FOOTER */
	
	.accent-box-form-and-text .gform_wrapper .gform_footer {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	/* AJAX SPINNER */
	
	.accent-box-form-and-text .gform_wrapper {
		position: relative;
	}
	
	.accent-box-form-and-text img.gform_ajax_spinner {
		position: absolute;
		bottom: 0;
		left: 0;
	}
		
	/* FORM VALIDATION */
	
	.accent-box-form-and-text .validation_error {
		display: none;
	}
	
	.accent-box-form-and-text .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: none !important;
	}
	
	.accent-box-form-and-text .gform_wrapper li.gfield.gfield_error, 
	.accent-box-form-and-text .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
		background-color: transparent;
		margin-bottom: 10px !important;
		padding-top: 0;
		padding-bottom: 0;
		border-top: none;
		border-bottom: none;
	}
	
	.accent-box-form-and-text .gform_wrapper li.gfield.gfield_error.field_sublabel_hidden_label {
		margin-bottom: 0 !important;
	}
	
	.accent-box-form-and-text .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_wrapper, .accent-box-form-and-text .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
		margin-top: 0;
	}
	
	.accent-box-form-and-text .gfield_error input[type=text], 
	.accent-box-form-and-text .gfield_error input[type=email], 
	.accent-box-form-and-text .gfield_error input[type=number], 
	.accent-box-form-and-text .gfield_error input[type=password], 
	.accent-box-form-and-text .gfield_error textarea, 
	.accent-box-form-and-text .gfield_error select {
		border-color: #ca0813;
	}
		
	.accent-box-form-and-text .validation_message {
		display: none;
	}
	
	body .gform_container .gform_footer input.button, 
	body .gform_container .gform_footer input[type=submit],
	body .gform_container .gform_page_footer input.button, 
	body .gform_container .gform_page_footer input[type=submit] {
		width: auto;
		margin-right: 0;
		font-size: 13px;
	}
	
	body .gform_wrapper label.gfield_label {
		margin-bottom: 3px;
		font-size: 13px;
		text-transform: uppercase;
	}
	
	body .accent-box-form-and-text .gform_wrapper .top_label div.ginput_wrapper {
		margin-top: 0;
	}
	
 .accent-box-form-and-text .ac-text-form .gform_wrapper .gform_footer{
	text-align: left !important;
	 padding-top: 20px;
}

.accent-box-form-and-text .ac-text-form .gform_wrapper .gform_footer .button {
	border:none;
}
@media ( max-width: 960px ) {
	.accent-text-form-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.ac-text-form {
		width: 100%;
	}
	.accent-text-section {
		width: 100%;
		padding-left: 0;
		padding-top: 70px;
	}
}
@media ( max-width: 767px ) {
	.accent-box-and-form {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
}

@media ( max-width: 700px ) {
	.ac-form {
    	width: 100%;
	}
}
.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;
	}

}
.testimonial-slider {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

	.testimonial-slider-wrap,
	.testimonial-slide {
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-justify-content: start;
		    -ms-flex-pack: start;
		        justify-content: space-between;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	
		.testimonial-quote {
			font-size: 200px;
			font-weight: 300;
			line-height: 1;
			padding-left: 120px;
			padding-right: 20px;
		}
	
			.testimonial-slide {
				line-height: 1.2;
				width: calc(100% - 50px);
				padding-right: 50px;
			}
		
				.testimonial-source-and-quote {
					display: -webkit-flex;
					display: -ms-flexbox;
					display: flex;
					-webkit-flex-direction: column;
					    -ms-flex-direction: column;
					        flex-direction: column;
					-webkit-align-items: flex-end;
					    -ms-flex-align: end;
					        align-items: flex-end;
					-webkit-justify-content: flex-start;
					    -ms-flex-pack: start;
					        justify-content: flex-start
				}
				
					.testimonials-source {
						font-size: 22px;
					}

/*slick*/
.testimonial-slide .slick-initialized .slick-slide {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-slider-wrap .slick-prev,
.testimonial-slider-wrap .slick-next {
	padding: 10px 15px;
	background-color: transparent;
	color: #233452;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	opacity: 1;
	position: absolute;
	z-index: 99;
	top: 50px;
	-ms-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	transition-property:  color;
	transition-duration: 0.2s;
	cursor: pointer;
}
	
.testimonial-slider-wrap:hover .slick-prev,
.testimonial-slider-wrap:hover .slick-next {
	opacity: 0.5;
}

.testimonial-slider-wrap .slick-prev:hover,
.testimonial-slider-wrap .slick-next:hover {
	color: white;
	opacity: 1;
}

.testimonial-slider-wrap .slick-prev {
	left: 0;
}
			
.testimonial-slider-wrap .slick-next {
	right: 0;
}
				
.testimonial-slider-wrap .slick-dots {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	    -webkit-align-items: center;
	        align-items: center;
	-ms-flex-pack: center;
	    -webkit-justify-content: center;
	        justify-content: center;
	width: 100%;
	margin: 5px 0 0;
	padding-left: 0;
	list-style-type: none;
	position: absolute;
	bottom: 15px;
	left: 0;
}

	.testimonial-slider-wrap .slick-dots button {
		display: block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		padding: 0;
		box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
		border-radius: 50%;
		overflow: hidden;
		text-indent: -9999px;
		transition-property: background-color;
		transition-duration: 0.1s;
	}
	
.testimonial-slider-wrap .slick-left-button {
	background-color: transparent;
	position: absolute;
    top: 0;
    height: 100%;
    border-right: 1px solid #eeeeee;
	cursor: pointer;
	transition-property: background-color;
    transition-duration: 0.2s;
}

.slick-right-button {
	background-color: transparent;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #eeeeee;
	cursor: pointer;
	transition-property: background-color;
    transition-duration: 0.2s;
}

.slick-left-button:hover,
.slick-prev:hover,
.slick-right-button:hover,
.slick-next:hover {
	background-color: grey;
}

.slick-prev:hover,
.slick-next:hover {
	border: none;
}

.slick-left-button .slick-prev,
.slick-right-button .slick-next {
	top: 50%;
}

.slick-left-button button,
.slick-right-button button {
	border: none;
	background: none;
	color: black;
	padding: 0 20px;
}

@media (max-width:1200px ) {
	.testimonial-slide.slick-slide {
		padding-top: 0 !important;
	}
}

@media ( max-width: 767px) {
	.testimonial-slide {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;	
		padding: 0;
	}
	
	.testimonial-quote {
		padding-left: 0;
		padding-right: 0;
	}
	
	.testimonial-quote img {
		margin-left: auto;
		margin-right: auto;
	}
	.testimonial-source-and-quote {
		padding-top: 20px;
	}
	
	.testimonial-slider-wrap .slick-prev, 
	.testimonial-slider-wrap .slick-next {
		top:auto;
		bottom: 0;
	}
}
.three-columns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

		.has-three-columns .three-column {		
			width: calc(33.33% - 20px);
		}

		.has-four-columns .three-column {
				width: calc(25% - 20px);
		}

		.three-column-image img {
			display: block;
			max-width: 100%;
			height: auto;
			width:100%;
		}

		.three-column-text {
			-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}

			h3.three-column-heading {
				margin-bottom: 0px;
				padding-top: 10px;
				padding-bottom: 10px;
				text-transform: uppercase;
				text-align: center;
			}

			.three-column-heading a {
				text-decoration: none;
				color: inherit;
				font-weight: 600;
			}

			.three-column-link a {
				padding-bottom: 8px;
				text-decoration: none;
				border-bottom-width: 5px;
				border-bottom-style: solid;
				color: inherit;
			}
@media (max-width:1023px) {
	
	.three-columns.has-four-columns {
		flex-wrap: wrap;
	}
	
	.has-four-columns .three-column {
		width: calc( 50% - 40px );
		padding-bottom: 20px;
	}
}	
@media ( max-width:767px ) {
	.three-columns {
		display: block;
	}
	
		.three-column, 
		.has-four-columns .three-column, 
		.has-three-columns .three-column {
			width: 100%;
			max-width: 360px;
			margin-left: auto;
			margin-right: auto;
		}
	
	.three-column:not(:first-child) {
    	margin-top: 40px;
	}
}.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%;
	}
}