* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	background: #f2f2f2;
	font-family: "effra";
	font-size: 16px;
	line-height: 22px;
	color: #595959;
}

.col-md-3.col-sm-4.col-xs-6.pd-item
{
	min-height:272px;
}

a,
a:hover,
a:focus {
	color: #a0248e;
	text-decoration: none;
}

img {
	max-width: 100%;
}

p {
	margin: 0 0 20px;
}

p:last-child {
	margin: 0;
}

ul.no-style {
	list-style: none;
	margin: 0;
	padding: 0;
}

.container-fluid {
	max-width: 1200px;	
}

.row-table {
	display: table;
	width: 100%;
	margin: 0;
}

.col-table {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	float: none;
}

.sprite {
	background: url('../img/sprite.png') no-repeat;
	background-size: 550px;
}

.wrap {
	position: relative;
}

.mobile-show {
	display: none;
}

#header .header-top {
	background: #fff;
	border-top: 10px solid #a0248e;
	border-bottom: 1px solid #e2e0e0;
}

	#header .header-top .wrap {
		text-align: right;
		padding-top: 15px;
		padding-bottom: 15px;
	}

		#header .button-pd {
			display: inline-block;
			font-size: 16px;
			line-height: 1;
			color: #a0248e;
		}

			#header .button-pd:hover {
				color: #5d6468;
			}

			#header .button-pd .fa-search {
				font-weight: 700;
				margin-right: 10px;
			}

		#header .button-contact {
			display: inline-block;
			font-size: 16px;
			line-height: 1;
			color: #5d6468;
			margin-left: 30px;
		}

		#header .button-contact:hover {
			color: #a0248e;
		}

		#header .button-pmb {
			display: inline-block;
			background: #ffcf00;
			font-size: 13px;
			font-weight: 700;
			line-height: 1;
			color: #403f3f;
			text-transform: uppercase;
			padding: 5px 12px;
			border-radius: 10px;
			margin-left: 30px;
		}

#header .header-bottom {
	background: #fff;
}

	#header .header-bottom .wrap {
		padding-top: 15px;
		padding-bottom: 15px;
	}

		#header .logo {
			display: block;
			background-position: -10px -10px;
			width: 191px;
			height: 78px;
			float: left;
		}

		#header .nav-main {
			float: right;
			padding: 30px 0 20px;
		}

			#header .nav-main > ul > li {
				float: left;
				position: relative;
				margin-left: 40px;
			}

			#header .nav-main > ul > li:first-child {
				margin-left: 0;
			}

				#header .nav-main > ul > li > a {
					font-size: 16px;
					font-weight: 700;
					line-height: 1;
					color: #5d6468;
				}
				
				#header .nav-main > ul > li:hover > a,
				#header .nav-main > ul > li > a:hover {
					color: #a0248e;
				}

				#header .nav-main > ul > li > ul {
					background: #e9e8e9;
					list-style: none;
					margin: 0;
					padding: 10px;
					position: absolute;
				    top: 63px;
				    left: -27px;
				    z-index: 9999;
				    display: none;
				}

					#header .nav-main > ul > li > ul > li {
						margin-bottom: 15px;
					}

					#header .nav-main > ul > li > ul > li:last-child {
						margin-bottom: 0;
					}

						#header .nav-main > ul > li > ul > li > a {
							font-size: 16px;
							color: #5d6468;
							white-space: nowrap;
						}

						#header .nav-main > ul > li > ul > li.nav-purple > a {
							font-weight: 700;
							color: #a0248e;
						}

						#header .nav-main > ul > li > ul > li > a:before {
							content: '› ';
						}

						#header .nav-main > ul > li.menu-specialties > ul > li > a:before {
							content: '';
						}

						#header .nav-main > ul > li > ul > li > a:hover {
							color: #a0248e;
						}

							#header .nav-main > ul > li > ul > li > ul {
								list-style: none;
								margin-top: 15px;
								padding-left: 10px;
							}

								#header .nav-main > ul > li > ul > li > ul  > li {
									margin-bottom: 15px;
								}

								#header .nav-main > ul > li > ul > li > ul  > li:last-child {
									margin-bottom: 0;
								}

									#header .nav-main > ul > li > ul > li > ul > li > a {
										font-size: 16px;
										color: #5d6468;
										white-space: nowrap;
									}

									#header .nav-main > ul > li > ul > li > ul > li > a:before {
										content: '› ';
									}

									#header .nav-main > ul > li > ul > li > ul > li > a:hover {
										color: #a0248e;
									}



		#header .nav-main-control {
			font-size: 16px;
			font-weight: 700;
			line-height: 1;
			color: #5d6468;
			text-transform: uppercase;
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -12px;
			display: none;
		}

			#header .nav-main-control span {
				display: inline-block;
				vertical-align: middle;
				margin-right: 8px;
			}

			#header .nav-main-control .fa-bars {
				font-size: 24px;
				vertical-align: middle;
			}


#footer .footer-top {
	background: #5d6468;
	border-bottom: 1px solid #8f989d;
}

	#footer .footer-top .wrap {
		padding-top: 45px;
		padding-bottom: 45px;
	}

		#footer .footer-top .block-logo {
			background-position: -210px -10px;
			width: 57px;
			height: 57px;
			float: left;
			margin-right: 40px;
		}

		#footer .footer-top .block-address {
			font-size: 14px;
			color: #DDDFE0;
			float: left;
			margin-right: 40px;
		}

		#footer .footer-top .block-links {
			float: left;
		}

		#footer .footer-top .block-links ul li a {
			font-size: 14px;
			line-height: 1;
			color: #DDDFE0;
		}

#footer .footer-bottom {
	background: #5d6468;
}

	#footer .footer-bottom .wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#footer .footer-bottom .block-flag {
			background-position: -210px -10px;
			width: 84px;
			height: 57px;
			float: left;
			margin-right: 40px;
	}

		#footer .footer-bottom .block-copyright {
			font-size: 14px;
			color: #DDDFE0;
			float: left;
			margin-top: 5px;
			margin-right: 30px;
		}

		#footer .footer-bottom .block-veteran {
			font-size: 14px;
			color: #DDDFE0;
			float: left;
			margin-top: 5px;
            margin-right: 60px;
		}
	#footer .footer-bottom .block-aaahc {
			background-position: -210px -10px;
			width: 84px;
			height: 57px;
			float: left;
			margin-right: 30px;
	}

	#footer .footer-bottom .block-nysaasc {
			background-position: -210px -10px;
			width: 84px;
			height: 57px;
			float: left;
			margin-right: 10px;
	}

		#footer .footer-bottom .block-links {
			float: right;
		}

			#footer .footer-bottom .social-link,
			.cu-socials .social-link {
				float: left;
				margin-right: 15px;
			}

			#footer .footer-bottom .social-link:last-child,
			.cu-socials .social-link:last-child {
				margin-right: 0;
			}

				#footer .footer-bottom .social-link a,
				.nae-article-socials .social-link a,
				.cu-socials .social-link a {
					display: block;
					width: 39px;
					height: 38px;
				}

				#footer .footer-bottom .social-facebook a,
				.nae-article-socials .social-facebook a,
				.cu-socials .social-facebook a {
					background-position: -275px -10px;
				}

				#footer .footer-bottom .social-twitter a,
				.nae-article-socials .social-twitter a,
				.cu-socials .social-twitter a {
					background-position: -329px -10px;
				}

				#footer .footer-bottom .social-linkedin a,
				.nae-article-socials .social-linkedin a,
				.cu-socials .social-linkedin a {
					background-position: -379px -10px;
				}

#main.view-home .wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

	#main.view-home .banner-slogan {
		background: url('../img/banner-slogan.jpg') no-repeat;
		background-size: cover;
		background-position: center center;
		/*margin: 0 0 20px;*/
		padding: 140px 0;
	}

		#main.view-home .banner-slogan p {
			font-size: 64px;
			line-height: 1;
			color: #fff;
			text-align: center;
		}

	#main.view-home .find-doctor {
		background: #fff;
		margin-bottom: 20px;
		padding: 25px 40px;
	}

		#main.view-home .find-doctor h3 {
			font-family: 'Roboto Slab';
			font-size: 30px;
			font-weight: normal;
			line-height: 1;
			margin: 0 40px 0 0;
			display: inline-block;
			vertical-align: middle;
		}

			#main.view-home .find-doctor h3 i {
				font-weight: 700;
				color: #a0248e;
				margin-right: 15px;
			}

			.fd-search-by {
				display: inline-block;
				vertical-align: middle;
				margin-top: -13px;
				margin-right: 30px;
			}

				.fd-search-by-label {
					font-size: 14px;
					font-weight: 700;
					line-height: 1;
					color: #a0248e;
					text-transform: uppercase;
					margin: 0 0 10px;
				}

				.fd-search-by-item {
					float: left;
					margin-right: 8px;
				}

				.fd-search-by-item:last-child {
					margin-right: 0;
				}

					.fd-search-by-item a {
						background: #e1dee1;
						display: block;
						width: 110px;
						font-size: 14px;
						line-height: 1;
						color: #595959;
						text-align: center;
						text-transform: uppercase;
						padding: 8px 0;
						border-radius: 15px;
					}
					
					.fd-search-by-item.active a,
					.fd-search-by-item:hover a {
						background: #a0248e;
						color: #fff;
					}

					.fd-search-form {
						display: inline-block;
						vertical-align: middle;
						height: 41px;
						overflow: hidden;
						/*position: relative;*/
					}

						.fd-search-form-specialty,
						.fd-search-form-name {
							/*position: absolute;
							top: 0;*/
						}

						.fd-search-form-name {
							display: none;
						}

						.selectBox-dropdown,
						.fd-search-form-name .form-text,
						.fd-search-form-zipcode .form-text {
						    background: #eeeded;
						    min-width: 310px;
						    height: 40px;
						    padding: 5px 8px;
						    border: 0;
						    border-radius: 0;
						    outline: none;
						}

						.fd-search-form-zipcode .selectBox-dropdown,
						.fd-search-form-zipcode .form-text {
							min-width: 150px;
							width: 150px;
							display: inline-block;
							vertical-align: middle;
						}

						.selectBox-dropdown .selectBox-arrow {
						    background: url('../img/select-box-arrow.png') 50% center no-repeat;
						    width: 41px;
						    height: 38px;
						    border-left: 2px solid #eeeded;
						}

						.selectBox-dropdown:focus .selectBox-arrow {
							border-left: 2px solid #eeeded;
						}

						.fd-search-form .form-submit {
							font-size: 16px;
							color: #fff;
							line-height: 1;
							text-align: center;
							text-transform: uppercase;
							background: #a0248e;
							width: 115px;
							margin-left: 5px;
							padding: 12px 0;
							border: 0;
							outline: none;
						}

		#main.view-home .block-content {
			margin: 0 0 20px;
		}

			#main.view-home .block-text {
				background: #dbdbdb;
				padding: 60px 50px;
			}

				#main.view-home .block-text p {
					font-size: 20px;
					line-height: 36px;
				}

			#main.view-home .block-locations {
				background: #fff;
				padding: 60px 50px 60px 90px;
			}

				#main.view-home .block-locations h3 {
					font-size: 18px;
					font-weight: normal;
					line-height: 1;
					color: #a0248e;
					text-transform: uppercase;
					margin: 0 0 20px;
					position: relative;
				}

				#main.view-home .block-locations h3:before {
					content: '';
					background: url('../img/sprite.png') -275px -55px no-repeat;
					background-size: 550px;
					width: 31px;
					height: 40px;
					position: absolute;
				    top: -18px;
				    left: -45px;
				}

				#main.view-home .location {
					margin-bottom: 35px;
				}

				#main.view-home .location:last-child {
					margin-bottom: 0;
				}

					#main.view-home .location p strong {
						color: #a0248e;
					}

					#main.view-home .location .map-it,
					.cu-location .map-it,
					.pd-bio-aside .map-it {
						font-size: 14px;
						font-weight: 700;
						color: #a0248e;
						text-transform: uppercase;
						position: relative;
						padding-left: 20px;
					}

					#main.view-home .location .map-it:before,
					.cu-location .map-it:before,
					.pd-bio-aside .map-it:before {
						content: '';
						background: url('../img/sprite.png') -313px -55px no-repeat;
						background-size: 550px;
						width: 16px;
						height: 17px;
						position: absolute;
					    top: 0;
					    left: 0;
					}

					.pd-bio .button-back,
					.administration-bio .button-back {
						font-size: 16px;
						font-weight: 700;
						color: #a0248e;
						display: inline-block;
						position: relative;
						margin-bottom: 40px;
						padding-left: 20px;
					}

					.pd-bio .button-back:before,
					.administration-bio .button-back:before {
						content: '';
						background: url('../img/sprite.png') -313px -72px no-repeat;
						background-size: 550px;
						width: 16px;
						height: 16px;
						position: absolute;
					    top: 2px;
					    left: 0;
					}

				.slider-specialties,
				.slider-specialties-2  {
					margin: 0 0 20px;
				}

					.slider-specialties-2 .container-fluid {
						max-width: 980px;
						padding: 0;
					}

					.slider-specialties .slider-specialties-header,
					.slider-specialties-2 .slider-specialties-header {
						text-align: center;
						margin-bottom: 20px;
					}

					.slider-specialties h3,
					.slider-specialties-2 h3 {
						font-size: 30px;
						font-weight: 700;
						line-height: 1;
						color: #a0248e;
						text-align: center;
						text-transform: uppercase;
						margin: 0 60px;
						display: inline-block;
						vertical-align: middle;
					}

					.slider-specialties-direction-nav {
						display: inline-block;
						vertical-align: middle;
						width: 39px;
						height: 39px;
					}

					.slider-specialties-direction-prev {
						background-position: -335px -55px;
					}

					.slider-specialties-direction-prev:hover {
						background-position: -335px -101px;
					}

					.slider-specialties-direction-next {
						background-position: -379px -55px;
					}

					.slider-specialties-direction-next:hover {
						background-position: -379px -101px;
					}

					.slider-specialties .slides-specialties .slides,
					.slider-specialties-2 .slides-specialties .slides {
						list-style: none;
						padding: 0;
					}

						.slider-specialties .slides-specialties .slide,
						.slider-specialties-2 .slides-specialties .slide {
							position: relative;
							/*margin-right: 20px;*/
							margin: 10px;
						}

							.slider-specialties .slides-specialties .slide a,
							.slider-specialties-2 .slides-specialties .slide a .specialty-image {
								display: block;
								position: relative;
							}

								.slider-specialties .slides-specialties .slide a:hover:before,
								.slider-specialties-2 .slides-specialties .slide a:hover .specialty-image:before {
									content: '';
									display: block;
									/*background: rgba(160, 36, 142, 0.5);*/
									background: rgba(0, 0, 0, 0.5);
									width: 100%;
									height: 100%;
									position: absolute;
									top: 0;
									left: 0;
								}

								.slider-specialties .slides-specialties .slide img {
									width: 100% !important;
									height: auto !important;
								}

								.slider-specialties-2 .slides-specialties .slide .specialty-image {
									margin-bottom: 10px;
								}

								.slider-specialties .slides-specialties .specialty-name {
									font-size: 18px;
									line-height: 1;
									color: #fff;
									text-align: center;
									text-transform: uppercase;
									width: 100%;
									position: absolute;
									top: 50%;
									margin-top: -9px;
								}

								.slider-specialties-2 .slides-specialties .specialty-name {
									color: #595959;
								}

				#main.view-home .block-callouts {
					margin: 0;
				}

				#main.view-home .block-callout {
					background: #fff;
					width: 380px;
					height: 300px;
					margin-right: 20px;
					padding: 30px;
				}

				#main.view-home .block-callout:last-child {
					margin-right: 0;
				}

					#main.view-home .block-callout .block-icon {
						position: absolute;
						top: 0;
						right: 0;
					}

					#main.view-home .block-callout .block-title {
						font-size: 20px;
						font-weight: 300;
						line-height: 24px;
						color: #595959;
						text-transform: uppercase;
						margin-bottom: 25px;
					}

					#main.view-home .block-callout .block-content a {
						font-weight: 700;
						color: #91298c;
						display: inline-block;
						margin-top: 15px;
					}

					#main.view-home .block-callout .block-content a:hover {
						color: #5d6468;
					}


.view-about .banner-title,
.view-specialties .banner-title,
.view-patient-resources .banner-title,
.view-hipaa .banner-title,
.view-hifu .banner-title,
.view-physician-resources .banner-title {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 245px;
}

	.view-specialties .banner-title .container-fluid {
		max-width: 960px;
	}

	.view-about .banner-title .block-title,
	.view-specialties .banner-title .block-title,
	.view-patient-resources .banner-title .block-title,
	.view-hipaa .banner-title .block-title,
	.view-hifu .banner-title .block-title,
	.view-physician-resources .banner-title .block-title {
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		color: #91298c;
		text-align: center;
		background: #fff;
		width: 450px;
		margin: 0 auto;
		padding: 20px;
	}

	.view-specialties .banner-title .block-content {
		font-size: 20px;
		line-height: 24px;
		color: #fff;
		text-align: center;
		margin-top: 50px;
	}

.view-about .section-content,
.view-patient-resources .section-content,
.view-hipaa .section-content,
.view-hifu .section-content,
.view-physician-resources .section-content {
	margin: -150px 0 20px;
}

.view-specialties .section-content {
	margin: -150px 0 90px;
}

	.view-about .section-content .container-fluid,
	.view-specialties .section-content .container-fluid,
	.view-patient-resources .section-content .container-fluid,
	.view-hipaa .section-content .container-fluid,
	.view-hifu .section-content .container-fluid,
	.view-physician-resources .section-content .container-fluid {
		background: #fff;
		max-width: 980px;
		padding: 0;
	}

		.view-about .section-content .wrap,
		.view-specialties .section-content .wrap,
		.view-patient-resources .section-content .wrap,
		.view-hipaa .section-content .wrap,
		.view-hifu .section-content .wrap,
		.view-physician-resources .section-content .wrap {
			padding: 40px;
		}

			.view-about .section-content h1,
			.view-specialties .section-content h1,
			.view-patient-resources .section-content h1,
			.view-hipaa .section-content h1,
			.view-hifu .section-content h1,
			.view-physician-resources .section-content h1 {
				font-family: 'Roboto Slab';
				font-size: 30px;
				font-weight: 700;
				line-height: 1;
				color: #5d6468;
				margin: 0 0 40px;
			}

			.view-about .section-content h2,
			.view-hipaa .section-content h2,
			.view-hifu .section-content h2 {
				font-size: 26px;
				font-weight: 400;
				line-height: 36px;
				color: #a0248e;
				margin: 0 0 20px;
			}

			.view-about .section-content .block-text {
				margin-top: 40px;
			}

			.view-about .section-content .block-text,
			.view-about .section-content .block-imagery {
				margin-bottom: 40px;
			}

			.view-about .section-content .block-text:last-child,
			.view-about .section-content .block-imagery:last-child {
				margin-bottom: 0;
			}

				.view-about .section-content .block-imagery .block-title {
					font-size: 26px;
					line-height: 36px;
					color: #fff;
					width: 100%;
					padding: 25px 20px;
				}

				.view-about .section-content .block-imagery .block-image-columns-two {
					margin-left: -3px;
					margin-right: -3px;
				}

					.view-about .section-content .block-imagery .block-image-columns-two .block-image-column {
						padding-left: 3px;
						padding-right: 3px;
					}

				.view-about .section-content .block-imagery .block-image-fullwidth,
				.view-about .section-content .block-imagery .block-image-columns-two,
				.view-about .section-content .block-imagery .block-title {
					margin-bottom: 5px;
				}

					.view-about .section-content .block-imagery .block-image-fullwidth img,
					.view-about .section-content .block-imagery .block-image-columns-two img {
						width: 100%;
					}

			.block-administration-team {
				margin-bottom: 60px;
			}

			.block-administration-team:last-child {
				margin-bottom: 0;
			}

				.block-administration-team-name {
					margin-bottom: 40px;
				}

					.block-administration-team-name h3 {
						font-family: 'Roboto Slab';
						font-size: 30px;
						font-weight: 700;
						line-height: 1;
						color: #5d6468;
						margin: 0 0 40px;
					}

				.block-administration-team-members,
				.pd-items {
					margin-bottom: 30px;
				}

				.block-administration-team-members:last-child,
				.pd-items:last-child {
					margin-bottom: 0;
				}	

					.block-administration-team-member,
					.pd-item {
						margin-bottom: 20px;
					}

					.block-administration-team-member-image,
					.pd-item-image {
						position: relative;
						display: inline-block;
						margin-bottom: 15px;
					}

						.block-administration-team-member-image a:after,
						.pd-item-image a:after {
							content: '';
							display: block;
							background: url('../img/sprite.png') -425px -10px no-repeat;
							background-size: 550px;
							width: 26px;
							height: 28px;
							position: absolute;
							bottom: 10px;
							right: 10px;
						}

					.pd-item p {
						height: 44px;
						overflow: hidden;
					}

				.view-pd .find-doctor h3 {
					font-family: "Roboto Slab";
					font-size: 30px;
					line-height: 1;
					margin: 0 0 50px;
				}

					.view-pd .find-doctor h3 i {
					    font-weight: 700;
					    color: #a0248e;
					    margin-right: 15px;
					}

				.pd-items-result {
					margin-top: 40px;
					padding-top: 8px;
					border-top: 1px solid #e1dee1;
				}

				.pd-items-found {
					font-size: 18px;
					background: #f1deee;
					margin-bottom: 20px;
					padding: 10px 8px;
				}

		.block-job-openings h3 {
			font-size: 20px;
			font-weight: 700;
			color: #a0248e;
			margin: 0 0 30px;
		}

		.block-faqs {
			padding: 20px 0;
		}

		.block-faqs h3 {
			font-family: 'Roboto Slab';
			font-size: 30px;
			font-weight: 700;
			line-height: 1;
			color: #5d6468;
			margin: 0 0 20px;
		}

		.block-job-opening,
		.online-form,
		.faqs-item,
		.block-accordion {
			position: relative;
			margin-bottom: 8px;
		}

		.block-job-opening:last-child,
		.online-form:last-child,
		.faqs-item:last-child,
		.block-accordion:last-child {
			margin-bottom: 0;
		}

			.block-job-opening-accordion-title,
			.online-form-title,
			.faqs-item-title,
			.block-accordion-title {
				font-size: 16px;
				font-weight: 700;
				line-height: 1;
				color: #a0248e;
				background: #f1f2f2;
				padding: 25px 15px;
				cursor: pointer;
			}

			.online-form-title {
				color: #5d6468;
			}

			.block-job-opening-accordion-title:after,
			.online-form-title:after,
			.faqs-item-title:after,
			.view-about .section-content .block-accordion-title:after {
				content: '';
				display: block;
				background: url('../img/sprite.png') -460px -10px no-repeat;
				background-size: 550px;
				width: 27px;
				height: 28px;
				position: absolute;
				top: 18px;
				right: 15px;
			}

			.block-job-opening-accordion-content,
			.online-form-content,
			.faqs-item-content {
				padding: 25px 0;
			}

			.block-accordion-content {
				display: none;
			}			

				.block-job-opening-accordion-content strong {
					font-size: 18px;
					color: #a0248e;
				}

		.block-charities-row {
			margin-bottom: 140px;
		}

		.block-charities-row:last-child {
			margin-bottom: 0;
		}

			.block-charity {
				vertical-align: middle;
			}

		.view-specialties .block-our-doctors {
			background: #5d6468;
		}

			.view-specialties .block-our-doctors h3 {
				font-family: 'Roboto Slab';
				font-size: 28px;
				font-weight: 700;
				line-height: 1;
				color: #fff;
				display: inline-block;
				margin: 0 0 30px;
				padding: 15px 40px 0 0;
				border-top: 3px solid #ffcf00;
			}

			.view-specialties .block-our-doctors ul li {
				margin-bottom: 15px;
			}

			.view-specialties .block-our-doctors ul li:last-child {
				margin-bottom: 0;
			}

				.view-specialties .block-our-doctors ul li a {
					color: #fff;
				}

		.block-specialties-navigations .row {
			margin: 0;
		}

			.block-specialties-navigation {
				font-size: 14px;
				color: #595959;
				line-height: 1;
				padding: 30px 20px;
				position: relative;
			}

			.block-specialties-navigation:hover,
			.block-specialties-navigation:focus {
				color: #595959;
			}

				.block-specialties-navigation span {
					font-weight: 700;
					color: #91298c;
					text-transform: uppercase;
				}

			.block-specialties-navigation-prev {
				background: #cccccd;
				padding-left: 60px;
			}

				.block-specialties-navigation-prev .fa {
					font-size: 30px;
					color: #91298c;
					position: absolute;
					top: 20px;
					left: 20px;
				}

			.block-specialties-navigation-next {
				background: #fff;
				text-align: right;
				float: right;
				padding-right: 60px;
			}

				.block-specialties-navigation-next .fa {
					font-size: 30px;
					color: #91298c;
					position: absolute;
					top: 20px;
					right: 20px;
				}

		.block-surgical-preparation:nth-child(2n) {
			background: #dfe0e1;
		}

			.block-surgical-preparation .block-image-header {
				background: #e6e7e8;
				padding: 75px 15px 15px;
				position: relative;
			}

			.block-surgical-preparation:nth-child(2n) .block-image-header {
				background: #a0248e;
			}

				.block-surgical-preparation .block-image-header h3 {
					font-family: 'Roboto Slab';
					font-size: 24px;
					font-weight: normal;
					line-height: 1;
					color: #a0248e;
					margin: 0;
				}

				.block-surgical-preparation:nth-child(2n) .block-image-header h3 {
					color: #ffcf00;
				}

				.block-surgical-preparation .block-image-header .block-image-icon {
					position: absolute;
					right: 15px;
					bottom: 15px;
				}

		.block-sidebar-pdf {
			display: table;
			width: 100%;
			width: 190px;
			margin: 0 0 15px 15px;
		}	

		.block-sidebar-pdf:last-child {
			margin-bottom: 0;
		}
	
			.block-sidebar-pdf a {
				font-size: 16px;
				font-weight: 700;
				line-height: 18px;
				color: #a0248e;
				display: table-cell;
				vertical-align: middle;
				position: relative;
				background: #f1f2f2;
				height: 75px;
				padding: 10px 25px 10px 70px;
			}

			.block-sidebar-pdf a:before {
				content: '';
				display: block;
				background: url('../img/sprite.png') -424px -48px no-repeat;
				background-size: 549px;
				width: 78px;
				height: 75px;
				position: absolute;
				top: 0;
				left: -20px;
			}

.view-nae .section-title,
.view-nae-single .section-title,
.view-contact-us .section-title,
.view-pd-bio .section-title,
.view-administration-bio .section-title,
.view-pd .section-title {
	background: #a0248e;
}

	.view-nae .section-title .wrap,
	.view-nae-single .section-title .wrap,
	.view-contact-us .section-title .wrap,
	.view-pd-bio .section-title .wrap,
	.view-administration-bio .section-title .wrap,
	.view-pd .section-title .wrap {
		padding: 75px 0 20px;	
	}

		.view-nae .section-title h1,
		.view-nae-single .section-title h1,
		.view-contact-us .section-title h1,
		.view-pd-bio .section-title h1,
		.view-administration-bio .section-title h1,
		.view-pd .section-title h1 {
			font-size: 28px;
			font-weight: 700;
			line-height: 1;
			color: #fff;
			margin: 0;
		}

.view-nae .section-content,
.view-nae-single .section-content,
.view-contact-us .section-content,
.view-pd .section-content {
	background: #fff;
}

.view-nae .section-content .wrap,
.view-nae-single .section-content .wrap,
.view-contact-us .section-content .wrap,
.view-pd .section-content .wrap {
	padding: 25px 0;
}

.view-pd-bio .section-content .wrap,
.view-administration-bio .section-content .wrap {
	background: #fff;
	max-width: 990px;
	margin: 0 auto;
	padding: 30px 40px;
}

	.block-nae-filters,
	.block-cu-filters,
	.cu-socials {
		margin-bottom: 30px;
	}

		.nae-filter,
		.cu-filter {
			float: left;
			margin-right: 30px;
		}

		.nae-filter:last-child,
		.cu-filter:last-child {
			margin-right: 0;
		}

			.nae-filter a,
			.cu-filter a,
			.nae-box-category {
				font-size: 18px;
				font-weight: 700;
				line-height: 1;
			}

			.nae-filter-all a,
			.cu-filter-gray a {
				color: #595959;
			}

			.nae-filter-itn a,
			.cu-filter-violet a,
			.nae-box-itn .nae-box-category {
				color: #a0248e;	
			}

			.nae-filter-blog a,
			.cu-filter-yellow a,
			.nae-box-blog .nae-box-category {
				color: #ffcf00;
			}

			.nae-filter-events a,
			.cu-filter-blue a,
			.nae-box-events .nae-box-category {
				color: #3eb8c0;
			}

	.view-itn .nae-box-wrapper-blog,
	.view-itn .nae-box-wrapper-events {
		display: none;
	}

	.view-blog .nae-box-wrapper-itn,
	.view-blog .nae-box-wrapper-events {
		display: none;
	}

	.view-events .nae-box-wrapper-itn,
	.view-events .nae-box-wrapper-blog {
		display: none;
	}

	.nae-box {
		display: block;
		height: 300px;
		overflow: hidden;
		margin-bottom: 40px;
		padding: 20px 95px 20px 20px;
		border: 1px solid #a7a9ac;
		position: relative;
	}

		.nae-box:before {
			content: '';
			display: block;
			background: url('../img/sprite.png') no-repeat;
			background-size: 550px;
			position: absolute;
			top: 15px;
			right: 15px;
		}

		.nae-box-itn:before {
			background-position: -10px -95px;
			width: 31px;
			height: 37px;
		}

		.nae-box-blog:before {
			background-position: -45px -95px;
			width: 39px;
			height: 37px;
		}

		.nae-box-events:before {
			background-position: -95px -95px;
			width: 43px;
			height: 35px;
		}

		.nae-box-category {
			margin-bottom: 50px;
		}

		.nae-box-title {
			font-family: 'Roboto Slab';
			font-size: 22px;
			line-height: 25px;
			color: #595959;
		}

		.nae-box-date {
			color: #595959;
			text-transform: uppercase;
			position: absolute;
			bottom: 20px;
			left: 20px;
		}

		.nae-box-itn:hover {
			background: #a0248e;
			border-color: #a0248e;
		}

		.nae-box-blog:hover {
			background: #ffcf00;
			border-color: #ffcf00;
		}

		.nae-box-events:hover {
			background: #42b9c1;
			border-color: #42b9c1;
		}

		.nae-box:hover .nae-box-category,
		.nae-box:hover .nae-box-title,
		.nae-box:hover .nae-box-date {
			color: #fff;
		}

		.nae-box-itn:hover:before {
			background-position: -10px -134px;
		}

		.nae-box-blog:hover:before {
			background-position: -45px -134px;
		}

		.nae-box-events:hover:before {
			background-position: -95px -134px;
		}

	.nae-article {
		width: 780px;
		margin: 0 auto;
		padding: 60px 0;
	}

		.nae-article h2 {
			font-family: 'Roboto Slab';
			font-size: 36px;
			line-height: 40px;
			text-align: center;
			margin: 0 0 30px;
		}

		.nae-article-author-date {
			font-family: 'Roboto Slab';
			font-size: 15px;
			line-height: 1;
			text-align: center;
			margin: 0 0 40px;
		}

		.nae-article-content {
			position: relative;
		}

			.nae-article-socials {
				position: absolute;
				top: 0;
				left: -80px;
			}

				.nae-article-socials .social-link {
					margin-bottom: 10px;
				}

	.cu-content h2 {
		font-family: 'Roboto Slab';
		font-size: 30px;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 20px;
	}

	.cu-location-map {
	    position: relative;
	    height: 210px;
	    margin-bottom: 15px;
	}

		.cu-location-map iframe {
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100% !important;
		    height: 210px !important;
		}

	.cu-form .form-row {
		margin-bottom: 20px;
	}

	.cu-form .form-row:last-child {
		margin-bottom: 0;
	}
	
		.cu-form .form-textbox,
		.cu-form .form-textarea {
			background: #eeeff0;
			width: 100%;
			padding: 10px;
			border: 0;
			outline: none;
		}

		.cu-form .form-textarea {
			height: 125px;
			resize: none;
		}

		.cu-form .form-submit {
			font-size: 20px;
			color: #fff;
			text-align: center;
			background: #a0248e;
			width: 130px;
			padding: 10px 0;
			border: 0;
			outline: none;
		}

	.pd-bio-thumbnail {
		margin-bottom: 30px;
	}

	.pd-bio-content h2,
	.administration-bio-content h2 {
		font-size: 24px;
		font-weight: 700;
		margin: 0 0 30px;
	}

		.pd-bio-content h2 span,
		.administration-bio-content h2 span {
			display: block;
			font-size: 16px;
			font-weight: normal;
		}
	
	.pd-bio-content h3,
	.administration-bio-content h3 {
		font-size: 20px;
		font-weight: 700;
		line-height: 22px;
		color: #a0248e;
		margin: 0 0 10px;
	}

	.pd-bio-content p,
	.administration-bio-content p {
		margin: 0 0 30px;
	}

	.pd-bio-content p:last-child,
	.administration-bio-content p:last-child {
		margin: 0;
	}

	.view-physician-resources .block-pdfs {
		margin: 50px 0 75px;
	}

	.block-online-forms h3 {
		font-size: 20px;
		font-weight: normal;
		color: #a0248e;
		margin: 0 0 40px;
	}

	.form-pr .form-section {
		margin-bottom: 30px;
	}
		.form-pr p strong {
			color: #a0248e;
		}
	
		.form-pr .form-row {
			margin-bottom: 10px;
			margin-left: -5px;
			margin-right: -5px;
		}

		.form-pr .form-row:last-child {
			margin-bottom: 0;
		}

			.form-pr .form-row .form-col {
				padding-right: 5px;
				padding-left: 5px;
				margin-bottom: 10px;
			}

			.form-pr .form-row label,
			.form-pr label {
				font-weight: normal;
				display: block;
				margin-bottom: 5px;
			}

			.form-pr .form-row label span.required,
			.form-pr label .gfield_required {
				color: #a0248e;
			}

			.form-pr .form-textbox,
			.form-pr .form-date {
				background: #e0e2e2;
				width: 100%;
				padding: 5px 8px;
				border: 0;
				outline: none;
			}

			.form-pr .wpcf7-checkbox .wpcf7-list-item.first {
				margin-left: 0;
			}

			.form-pr .form-checkbox-item {
				display: inline-block;
				margin-right: 10px;
			}
			
			.form-pr input[type="checkbox"],
			.form-pr input[type="radio"] {
			    display:none;
			}

			.form-pr input[type="checkbox"] + label,
			.form-pr input[type="checkbox"] + span,
			.form-pr input[type="radio"] + label,
			.form-pr input[type="radio"] + span {
			    background:url('../img/checkbox.png') left center no-repeat;
			    height: 39px;
			    line-height: 39px;
			    padding-left: 48px;
			    display: inline-block;
			}

			.form-pr input[type="checkbox"]:checked + label,
			.form-pr input[type="checkbox"]:checked + span,
			.form-pr input[type="radio"]:checked + label,
			.form-pr input[type="radio"]:checked + span {
				background:url('../img/checkbox-checked.png') left center no-repeat;
			}

			.fc-purple {
				color: #a0248e;
			}

			.form-pr .form-submit,
			.form-pr input[type="submit"] {
				font-size: 20px;
				line-height: 1;
				color: #e2e9f3;
				text-transform: uppercase;
				text-align: center;
				background: #a0248e;
				width: 140px;
				padding: 10px 0;
				border: 0;
				outline: none;
			}

			.form-pr .wpcf7-response-output {
				margin: 20px -5px;
			}

			.cu-form .wpcf7-response-output {
				margin: 20px 0;
			}		

.wpcf7-form .wpcf7-response-output,
.validation_error {
    border: 0;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
    padding: 10px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.validation_error {
	border: 0;
	background: #fd0808;
}

.validation_error {
	margin-bottom: 20px;
}

.gfield_description.validation_message {
    font-size: 14px;
    color: #F00;
    line-height: 1;
    position: absolute;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	border: 0;
	background: #228d43;
}

.online-form-content .gform_wrapper ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.online-form-content .gform_wrapper ul li.gfield {
	clear: none;
	list-style: none;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    position: relative;
}

.gfield_radio li {
	display: inline-block;
	margin-right: 10px;
}

.ginput_container_text input[type="text"],
.ginput_container_date  input[type="text"] {
	background: #e0e2e2;
    width: 100%;
    padding: 5px 8px;
    border: 0;
    outline: none;
}

.ui-datepicker tbody tr,.ui-datepicker thead{border-bottom:1px solid #bbb}.ui-datepicker{width:216px;height:auto;margin:5px auto 0;font:9pt Arial,sans-serif;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ui-datepicker a{text-decoration:none}.ui-datepicker table{width:100%;border-collapse:collapse}.ui-datepicker-header{background-color:#666;color:#e0e0e0;font-weight:700;-webkit-box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);-moz-box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);text-shadow:1px -1px 0 #000;filter:dropshadow(color=#000, offx=1, offy=-1);line-height:30px;min-height:30px!important;border-width:1px 0 0;border-style:solid;border-color:#666}.ui-datepicker-title{text-align:center}.ui-datepicker-title select{margin-top:2.5%}.ui-datepicker-next,.ui-datepicker-prev{display:inline-block;width:30px;height:30px;text-align:center;cursor:pointer;background-image:url(../images/datepicker/arrow.png);background-repeat:no-repeat;line-height:600%;overflow:hidden}.ui-datepicker-prev{float:left;background-position:center -30px}.ui-datepicker-next{float:right;background-position:center 0}.ui-datepicker thead{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(100%,#f1f1f1));background:-webkit-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-o-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-ms-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:linear-gradient(to bottom,#f7f7f7 0,#f1f1f1 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0 )}.ui-datepicker th{text-transform:uppercase;text-align:center;font-size:6pt;padding:5px 0;color:#666;text-shadow:1px 0 0 #fff;filter:dropshadow(color=#fff, offx=1, offy=0)}.ui-datepicker tbody td{padding:0;border-top:1px solid #bbb;border-right:1px solid #bbb}.ui-datepicker tbody td:last-child{border-right:0}.ui-datepicker tbody tr:last-child{border-bottom:0}.ui-datepicker td a,.ui-datepicker td span{display:inline-block;font-weight:700;text-align:center;width:30px;height:30px;line-height:30px;color:#666;text-shadow:1px 1px 0 #fff;filter:dropshadow(color=#fff, offx=1, offy=1)}.ui-datepicker-calendar .ui-state-default{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#ededed 0,#dedede 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ededed),color-stop(100%,#dedede));background:-webkit-linear-gradient(top,#ededed 0,#dedede 100%);background:-o-linear-gradient(top,#ededed 0,#dedede 100%);background:-ms-linear-gradient(top,#ededed 0,#dedede 100%);background:linear-gradient(to bottom,#ededed 0,#dedede 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0 );-webkit-box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5);-moz-box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5);box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5)}.ui-datepicker-calendar .ui-state-hover{background:#f7f7f7}.ui-datepicker-calendar .ui-state-active{background:#FFF2AA;border:1px solid #c19163;color:#666;-webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);text-shadow:0 1px 0 #FFF;filter:dropshadow(color=#FFF, offx=0, offy=1);position:relative;margin:-1px}.ui-datepicker-unselectable .ui-state-default{background:#f4f4f4;color:#b4b3b3}.ui-datepicker-calendar td:first-child .ui-state-active{width:29px;margin-left:0}.ui-datepicker-calendar td:last-child .ui-state-active{width:29px;margin-right:0}.ui-datepicker-calendar tr:last-child .ui-state-active{height:29px;margin-bottom:0}td.ui-datepicker-unselectable.ui-state-disabled{background-color:#d7d7d7}table.ui-datepicker-calendar{margin:0!important}body div#ui-datepicker-div[style]{z-index:9999!important}

@media (max-width: 1200px) {
	#header .nav-main {
		float: left;
		width: 100%;
		padding: 0;
		position: relative !important;
	    top: 172px;
	    left: 0;
	    z-index: 9999;
	    display: none;
	}

		#header .nav-main > ul > li {
			background: #e9e8e9;
			float: none;
			margin-left: 0;
			border-bottom: 1px solid #d6d4d4;
		}

		#header .nav-main > ul > li:last-child {
			border-bottom: 0;
		}

		#header .nav-main > ul > li.has-children:after {
			font: normal normal normal 14px/1 FontAwesome;
		    content: "\f105";
		    font-size: 18px;
		    font-weight: 700;
		    color: #5d6468;
		    position: absolute;
		    right: 10px;
		    top: 10px;
		}

		#header .nav-main > ul > li.has-children.active:after {
	    	content: "\f107";
		}

			#header .nav-main > ul > li > a {
				display: block;
				padding: 10px;
			}

			#header .nav-main > ul > li > ul {
				position: static;
				padding: 0;
			}

				#header .nav-main > ul > li > ul > li {
					background: #fff;
					margin-bottom: 0;
					border-top: 1px solid #d6d4d4;
				}

				#header .nav-main > ul > li > ul > li > a {
					display: block;
					padding: 10px;
				}

					#header .nav-main > ul > li > ul > li > ul {
						margin-top: 0;
						padding-left: 0;
					}

						#header .nav-main > ul > li > ul > li > ul > li {
							background: #fff;
							margin-bottom: 0;
							border-top: 1px solid #d6d4d4;
						}

							#header .nav-main > ul > li > ul > li > ul > li > a {
								display: block;
								padding: 10px 10px 10px 20px;
							}

		#header .nav-main-control {
			display: block;
		}

	#main.view-home .banner-slogan p {
		font-size: 36px;
	}

	#main.view-home .find-doctor {
		padding: 20px;
	}

	#main.view-home .find-doctor h3 {
		display: block;
		margin: 0 0 50px;
	}

	#main.view-home .fd-search-by {
		display: inline-block;
		margin: 0 20px 20px 0;
	}

	.fd-search-form .selectBox-dropdown,
	.fd-search-form-name .form-text {
		min-width: 200px;
	}

	#main.view-home .block-content,
	#main.view-home .block-text,
	#main.view-home .block-locations {
/*		display: block;
		width: 100%;
*/	}

	.slider-specialties .slides-specialties {
/*		width: 380px;
		margin: 0 auto;*/
	}

	#main.view-home .block-callout {
    	width: 32%;
    	margin-right: 2%;
    	height: 380px;
	}

	#main.view-home .block-callout:last-child {
		margin-right: 0;
	}

	.view-about .banner-title,
	.view-specialties .banner-title,
	.view-patient-resources .banner-title,
	.view-hipaa .banner-title,
	.view-hifu .banner-title,
	.view-physician-resources .banner-title {
		padding: 120px 0;
	}

	.view-about .section-content,
	.view-patient-resources .section-content,
	.view-hipaa .section-content,
	.view-hifu .section-content,
	.view-specialties .section-content,
	.view-physician-resources .section-content {
		margin: 0;
	}

	.specialties-image {
		padding-top: 5px;
		margin-bottom: 20px;
	}

	.specialties-image img {
		height: auto !important;
	}

	.our-doctors-col {
		margin: 0 0 20px;
	}

	.block-specialties-navigation-prev .fa {
		position: relative;
		top: 5px;
		left: -10px;
	}

	.block-specialties-navigation-next .fa {
		position: relative;
		top: 5px;
		right: -10px;
	}

	.slider-specialties-2 {
		margin: 20px 0;
	}

	.slider-specialties-2 .slides-specialties {
/*		width: 300px;
		margin: 0 auto;*/
	}
	
	.nae-article {
		width: 100%;
		padding-left: 80px;
	}

	.view-pd-bio .section-content,
	.view-administration-bio .section-content {
		background: #fff;
	}

	.view-pd-bio .section-content .wrap,
	.view-administration-bio .section-content .wrap {
		max-width: 100%;
		padding: 30px 0;
	}
	
	.pd-bio-aside,
	.administration-bio-aside {
		margin-bottom: 20px;
	}

	.block-surgical-preparation .block-image-header h3 {
		font-size: 18px;
		padding-right: 60px;
	}

}

@media (max-width: 768px) {

	#main.view-home .block-content,
	#main.view-home .block-text,
	#main.view-home .block-locations {
		display: block;
		width: 100%;
	}

	#main.view-home .block-callout,
	#main.view-home .block-callout:last-child {
    	width: auto;
    	max-width: 380px;
    	height: auto;
		float: none;
		margin: 0 auto 30px;
	}

	.block-sidebar-pdf,
	.block-sidebar-pdf:last-child {
		width: 210px;
		margin-bottom: 20px;
	}

	.block-surgical-preparation .block-image {
		width: 289px;
		margin-bottom: 20px;
	}

	.fd-search-form {
		height: 91px;
	}

	.fd-search-by {
		margin-bottom: 20px;
	}

	.fd-search-form .form-submit {
		margin: 15px 0 0;
	}

	#footer .footer-top .block-logo {
		display: none;
	}

	#footer .footer-top .block-address {
		display: block;
		float: none;
		margin: 0 0 20px;
	}

	#footer .footer-bottom .block-links {
		float: none;
		margin: 0 0 10px;
	}

	#footer .footer-bottom .block-copyright {
		float: none;
		margin: 0;
	}

	.fd-search-by-item {
		margin-right: 5px;
	}

	.fd-search-by-item:last-child {
		margin-right: 0;
	}

	.fd-search-by-item a {
		font-size: 12px;
		width: 90px;
	}

	#main.view-home .block-text {
		padding: 20px;
	}

	#main.view-home .block-locations {
	    padding: 60px 50px 60px 60px;	
	}

	.slider-specialties h3,
	.slider-specialties-2 h3 {
		margin: 0 30px;
	}

	.view-about .section-content .wrap,
	.view-specialties .section-content .wrap,
	.view-patient-resources .section-content .wrap,
	.view-hipaa .section-content .wrap,
	.view-hifu .section-content .wrap,
	.view-physician-resources .section-content .wrap {
		padding: 40px 20px;
	}

	.block-specialties-navigation {
		width: 100%;
		display: block;
		float: none;
		text-align: center;
	}

	#main.view-home .block-text p {
	    font-size: 16px;
	    line-height: 22px;
	}

}

@media (max-width: 480px) {

	.mobile-show {
		display: block;
	}

	.mobile-hidden {
		display: none;
	}

	#header .nav-main {
		top: 108px;
	}

		#header .nav-main > ul > li.nav-item-purple > a {
			font-weight: normal;
			color: #a0248e;
		}

		.nav-item-purple a .fa {
			font-weight: 700;
			color: #a0248e;
			text-align: center;
			width: 14px;
			margin-right: 10px;
		}

	.view-about .banner-title,
	.view-specialties .banner-title,
	.view-patient-resources .banner-title,
	.view-hipaa .banner-title,
	.view-hifu .banner-title,
	.view-physician-resources .banner-title {
		padding: 80px 0;
	}

	.view-about .banner-title .block-title,
	.view-specialties .banner-title .block-title,
	.view-patient-resources .banner-title .block-title,
	.view-hipaa .banner-title .block-title,
	.view-hifu .banner-title .block-title,
	.view-physician-resources .banner-title .block-title {
		width: auto;
		background: none;
		color: #fff;
	}

	.view-about .section-content .block-imagery .block-title {
		font-size: 16px;
	}

	.block-charities-row {
		display: block;
		margin: 0;
	}

	.block-charity {
		display: block;
		margin: 0 0 20px;
	}

	.block-surgical-preparation .block-image {
		width: auto;
	}

	.block-surgical-preparation .block-image img {
		width: 100%;
	}

	.block-surgical-preparation .block-image-header img {
		width: auto;
	}

	.nae-filter, .cu-filter {
		margin-right: 25px;
	}

	.nae-filter a, .cu-filter a, .nae-box-category {
		font-size: 14px;
	}

	.nae-article {
		padding-left: 50px;
	}

	.nae-article-socials {
		left: -50px;
	}

	.slider-specialties h3, .slider-specialties-2 h3 {
		font-size: 24px;
		margin: 0 10px;
	}

}
@media (max-width: 782px) {
    .navigation-bar {
        display: none !important;
    }
}

