.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.patient-list-image{margin:5px;}.patient-single{float:left;text-align:center;}.patient-entry{float:left;clear:both;width:100%;border-top:1px dotted gray;padding-top:12px;}.odd{float:left;}.even{float:right;}.patient-header{font-weight:bold;}h3.patient-header{position:relative;line-height:normal;margin:0 0 15px 0;padding:0;font-size:22px;}.patient-content{margin:18px 0 0 14px;float:left;width:210px;}#patient-listing-sidebar ul{margin-top:10px;margin-left:0;list-style:none;}#patient-listing-sidebar ul li ul{margin:0 0 10px 25px;}h1.patient-listing-title{font-size:20px;font-weight:bold;margin-bottom:7px;}.gallery-breadcrumb{margin-bottom:10px;}.single-content{border-bottom:1px dotted gray;padding-bottom:15px;display:inline-block;width:100%;}#patient-listing .patient-entry p{margin-top:0;padding-top:0;}.single-patient-navigation{margin-bottom:30px;}.single-patient-navigation-bottom{margin-top:40px;margin-bottom:50px;}.patient-meta-info{margin-top:10px;}img.patient-list-image{margin:3px;}.procedure-parent{margin:1em 1em 0 0;padding:0;}.aoleft{float:left;width:116px;}.aoright{float:left;width:300px;}@media print{body{font:12pt Georgia,"Times New Roman",Times,serif;line-height:1.3;color:black;}.content,body,.content-bottom,body.sub{background:none !important;}.navigation,.procedures,.sidebar,.header,.header_sub,.feat_box,.feat_proc,.footer,.gallery-breadcrumb,.post-edit-link,.single-patient-navigation,.single-patient-navigation-bottom,.r_sidebar_sub,.contact_sd,.nav,.banner_sub,.row1_sub{display:none;}.main,.content_sub,.content{width:100%;}.single-content{margin-bottom:15px;}}.patient-print{padding:5px 10px;background:#a5a5a5;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:solid 1px #727272;text-shadow:0 -1px 0 rgba(0,0,0,.4);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 1px 1px rgba(0,0,0,.2);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 1px 1px rgba(0,0,0,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 1px 1px rgba(0,0,0,.2);-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:10px;float:right;font-style:normal;text-decoration:none;}.patient-print:hover{background:#7e7e7e;border:solid 1px #727272;text-decoration:none;}.patient-print:active{-webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,.6);-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.6);box-shadow:inset 0 1px 4px rgba(0,0,0,.6);background:#2e5481;border:solid 1px #203e5f;}
.taxonomy-images-the-terms {
	margin: 10px 0;
	padding: 0;
	zoom: 1;
}

.taxonomy-images-the-terms:before,
.taxonomy-images-the-terms:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.taxonomy-images-the-terms li,
.taxonomy-images-the-terms a,
.taxonomy-images-the-terms img {
	float: left;
	margin: 0;
	padding: 0;
}

.taxonomy-images-the-terms li {
	list-style-type: none;
	margin: 0 10px 10px 0;
}
.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}
