.accent-box-and-form {
	background-repeat: no-repeat;
	background-size: cover;
}

	.ac-form {
		width: 50%;
		margin: 0 auto;
	}
	
		.ac-form .accent-form-heading.h3 {
			padding-bottom: 40px;
			font-weight: 600;
			font-size: 30px;
		}

.ac-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.ac-form .gform_wrapper textarea {
    padding: 16px 10px !important;
}

.ac-form .gform_wrapper ul li.gfield {
    margin-top: 0;
    margin-bottom: 0;
}

body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

body .gform_wrapper li.hidden_label input {
    margin-top: 0;
    margin-bottom: 10px;
}

.ac-form .gform_wrapper .gform_footer input.button, 
.ac-form .gform_wrapper .gform_footer input[type=submit], 
.ac-form .gform_wrapper .gform_page_footer input.button, 
.ac-form .gform_wrapper .gform_page_footer input[type=submit] {
    display: block;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
	font-size: 13px;
	border: none;
	margin-top: 8px;
}

.ac-form .gform_wrapper li.hidden_label input {
	margin-top: 0;
	margin-bottom: 10px;
}

@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-large-map-text {
	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-large-map-text .text-large-map {
		max-width: 100%;
		width: 100%;
	}

		.text-large-map-text .text-large-map iframe {
			max-width: 100%;
			display: block;
			width: 100%;
		}

		.text-large-map-text.text-right .tf-text-and-heading {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			width:50%;
			padding-bottom: 20px;
			padding-top: 80px;
		}

		.text-large-map-text.text-right .tf-text-and-heading {
			max-width: 600px;
			margin:0 auto 0 0;
			padding-left:120px;
		}

		.text-large-map-text.text-left .tf-text-and-heading {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			margin:0 0 0 auto;
			padding: 50px 0 0px 120px;
			max-width: 600px;
		}

			.text-large-map-text.text-left .text-large-map {
				-webkit-flex-shrink: 1;
				    -ms-flex-negative: 1;
				        flex-shrink: 1;
				-webkit-order: 1;
				    -ms-flex-order: 1;
				        order: 1;
			}

			.text-large-map-text.text-right .text-large-map {
				-webkit-order: 0;
				    -ms-flex-order: 0;
				        order: 0;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-flex-direction: column;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-flex-grow: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
			}

			.text-large-map iframe {
				-webkit-flex-grow: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
			}

			.text-large-map .tm-large-map {
				width:50%;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-flex-direction: column;
				    -ms-flex-direction: column;
				        flex-direction: column;
			}

			.text-large-map .tf-text-and-heading {
				width: 43%;
			}

		
@media ( max-width: 1250px ){
		.text-large-map-text.text-right .tf-text-and-heading {
			padding-left: 30px;
			padding-right: 30px;
	}
}

@media ( max-width: 960px ) {
	.text-large-map-text {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.text-large-map-text.text-left .tf-text-and-heading {
		order: 1;
		margin: 0 auto 0 0;
		padding: 50px 0 0px 20px;
		max-width: 100%;
		width: 100%;
	}
	.text-large-map .tm-large-map,
	.text-large-map-text.text-right .tf-text-and-heading  {
		width:100%;
	}
	
	.text-large-map-text.text-right .tf-text-and-heading {
		padding-left: 0;
		margin:0 auto;
	}
	
		.text-large-map-text .text-large-map {
			padding-top: 0px;
		}
	
	.tm-large-map,
	.tf-text-and-heading {
		width: 100%;
	}
	
	.text-large-map-text.text-right .tf-text-and-heading {
		padding-left: 15px;
		padding-top: 30px;
		padding-right: 15px;
	}
		.text-large-map-text.text-right .text-large-map {
			padding-left: 0;
		}
	
	.text-large-map-text.text-right .tf-text-and-heading {
		padding-right: 0;
	}
		.text-large-map-text.text-left .text-large-map {
			padding-right: 0;
		}
}.footer-5-content {
	display: flex;
	align-items: stretch;
}

	.box {
		width:100%;
		padding: 40px 30px;
		font-size: 14px;
	}

	.box:first-child:nth-last-child(4), .box:first-child:nth-last-child(4) ~ .box {
		width:25%;
	}

	.icon-list-item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.icon-list-item > .fa,
	.icon-list-item > .fas {
		font-size: 24px;
		line-height: 1;
	}

	.icon-list-text {
		width: calc(100% - 40px);
		text-align: left;
	}

	.icon-list-text a {
		color: inherit;
		text-decoration: none;
	}

@media (max-width:1200px) {
	.footer-5-content {
		padding-left: 0;
		padding-right: 0;
	}	
}

@media (max-width: 960px) {
	.footer-5-content {
		flex-wrap: wrap;
	}
	
	.box:first-child:nth-last-child(4), .box:first-child:nth-last-child(4) ~ .box {
    	width: 50%;
	}
}

@media ( max-width: 767px ) {
	.box {
		width: 100% !important;
	}
}