.accent-box-text-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: center;
	    -ms-flex-align: center;
	        align-items: center;
}

	.ac-text {
		max-width: 660px;
		font-size: 20px;
	}

	.ac-text .h4 {
		font-weight: 600;
		margin:0;
		padding-bottom: 10px;
	}

	.ac-link {
		margin-left: 30px;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
	}

		.ac-link .button {
			border:none;
			padding: 18px 90px;
			font-size: 16px;
		}

@media ( max-width:630px ) {
	.accent-box-text-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.ac-link {
		margin-left: 0;
		padding-top: 20px;
	}
}
.hero-slider-and-colored-textbox {
	background-repeat: no-repeat;
	background-size: cover;
}

	.hero-slider-tb-wrap {
		width: 427px;
		max-width: 100%;
		min-height: 380px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

		.hero-slider-tb-content {
			padding: 0 50px;
		}

			.tb-main-heading {
				font-size: 30px;
				margin-bottom: 20px;
			}

			.tb-sub-heading {
				font-size: 28px;
				padding-bottom: 20px;
				padding-top: 20px;
				line-height: 1.5;
			}

			.tb-link {
				margin-top: 30px;
			}

			.tb-link a {
				padding: 20px 40px;
				border: 1px solid white;
				text-decoration: none;
				color: inherit;
				text-transform: uppercase;
				font-size: 25px;
				font-weight: 500;
			}
			
.tb-page-title {
	font-style: italic;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.2;
}

.tb-page-sub-title {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.2;
}

@media (max-width:600px) {
	.hero-slider-tb-wrap {
		min-height: 200px;
	}
	
	.hero-slider-tb-content {
		padding: 0px 30px;
	}
	
	.tb-page-title {
		font-size: 35px;
	}
	
	.tb-page-sub-title {
		font-size: 28px;
	}
}
.three-boxes-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
	
	.three-boxes-item {
		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;
		width: 32%;
		margin-right: 2%;
	}

		.three-boxes-item:last-child {
			margin-right: 0;
		}

		.three-box-link {
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-justify-content: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
			height: 290px;
			font-weight: 600;
			font-size: 25px;
			text-decoration: none;
			text-transform: uppercase;
		}

@media ( max-width: 1300px ) {
	.three-box-link {
		font-size: 1.75vw;
	}
}

@media ( max-width: 960px ) {
	.three-box-link {
		font-size: 20px;
	}
}

@media ( max-width: 767px ) {
	.three-boxes-wrap {
		display: block;
	}
	
		.three-boxes-item {
			max-width: 360px;
			width: 100%;
			margin-right: auto;
			margin-left: auto;
		}
		
			.three-boxes-item:last-child {
				margin-right: auto;
			}
			
			.three-boxes-item:not( :first-child ) {
				margin-top: 45px;
			}
}#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: 600;
			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: 'Istok Web',sans-serif;
					}

	#ft-apdental-menu-button .apd-menu-button {
		padding: 12px 25px;
		background-color: #2DACD6;
	}
 
.apd-ft-columns {
	display: flex;
	justify-content: flex-end;
	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;
		text-align: center;
	}
	#ft-apdental-menu-button .apd-menu-button {
		margin-left: 0;
	}
}

@media (max-width: 600px) {
	.apd-ft-columns {
		flex-direction: column;
	}
	
	.apd-right-column {
		padding-left: 0 !important;
	}
}