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

}
.full-width-image-wrap img {
	display: block;
	height: auto;
	width: 100%;
}
.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;
	}
}#ft-apdental-menu-button {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


#ft-apdental-menu #footer-apd-nav li {
	list-style-type: none;
}

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

		#ft-apdental-menu #footer-apd-nav li a {
			color: inherit;
			text-decoration: none;
			font-weight: 500;
			position: relative;
		}

#ft-apdental-menu  .footer-nav > .menu {
					display: -ms-flexbox;
					display: -webkit-flex;
					display: flex;
					-ms-flex-align: center;
					-webkit-align-items: center;
					align-items: center;
					-ms-flex-pack: start;
					-webkit-justify-content: flex-start;
					justify-content: flex-start;
			}

				#ft-apdental-menu  .footer-nav ul, 
				#ft-apdental-menu .footer-nav li {
					margin: 0;
					padding: 0;
					list-style: none;
					position: relative;
				}

				#ft-apdental-menu .footer-nav .menu > .menu-item > a {
						display: block;
						padding: 12px 32px;
						text-transform: uppercase;
						font-weight: 600;
						font-size: 22px;
						text-decoration: none;
						color:inherit;
						position: relative;
						font-family: 'Lato',sans-serif;
					}
#ft-apdental-menu-button .apd-menu-button {
	padding: 12px 25px;
	background-color: #2DACD6;
}
 
.apd-ft-columns {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 20px;
}


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

	.apdft-text-large-map-text .apd-text-large-map {
		max-width: 100%;
		width: 100%;
	}

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

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

		.apdft-text-large-map-text.text-right .apdft-tf-text-and-heading {
			max-width: 600px;
			
		}

		.apdft-text-large-map-text.text-left .apdft-tf-text-and-heading {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			
			max-width: 600px;
		}

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

			.apdft-text-large-map-text.text-right .apd-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;
			}

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

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

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

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

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

@media (max-width:1200px) {
	#ft-apdental-menu .footer-nav .menu > .menu-item > a {
		font-size: 18px;
		padding: 12px 20px;
	}
}

@media (max-width:960px) {
	#ft-apdental-menu .footer-nav .menu > .menu-item > a {
		padding: 10px 14px;
		font-size: 16px;
	}
	#ft-apdental-menu .footer-nav > .menu, #ft-apdental-menu-button {
		display: block;
	}
	#ft-apdental-menu-button .apd-menu-button {
		margin-left: 0;
	}
}