/* 
 Date Created: November 2021
 Account: andersen-clark
 Sesame Communications - All rights reserved. C2021
 Any reproduction or intentional misuse is strictly prohibited
*/

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	background: #ffffff;
	color: #262626;
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol,
ul,
li {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	line-height: 1.1em;
	font-weight: 400;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}
a {
	-webkit-transition-duration: 0.21s;
	-moz-transition-duration: 0.21s;
	transition-duration: 0.21s;
	text-decoration: none;
}
a {
	color: #0062B8;
}
a:hover {
	color: #1f96ff;
}
hr {
	border: none;
	height: 1px;
	clear: both;
	margin: 0;
}
.content-section hr {
	background-color: #d4d4d4;
	margin: 1.6em 0 !important;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
svg {
	width: 100%;
	height: auto;
	display: inline-block;
}
i {
	vertical-align: middle;
}
main {
	display: block;
}
address {
	font-style: normal;
}
::-moz-selection {
	background: rgba(146, 199, 115, 0.42);
}
::selection {
	background: rgba(146, 199, 115, 0.42);
}
::-moz-selection {
	background: rgba(146, 199, 115, 0.42);
}
.section-container {
	padding: 50px 0;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	margin: 0 4.5%;
	width: auto !important;
	max-width: 1000px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.content-section {
	min-height: 270px;
}
.content-section #content *:first-child {
	margin-top: 0;
}
.home .content-section {
	min-height: 170px;
}
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
	text-align: left;
	margin: 28px;
	margin: min(max(22px, 3.2vw), 28px);
	margin: clamp(22px, 3.2vw, 28px);
	margin-left: 0;
	margin-right: 0;
}
.office-tour .content-section h2,
.before-and-after .content-section h2,
.office-tour .content-section h3,
.before-and-after .content-section h3,
.office-tour .content-section h4,
.before-and-after .content-section h4,
.office-tour .content-section h5,
.before-and-after .content-section h5,
.office-tour .content-section h6,
.before-and-after .content-section h6 {
	text-align: center;
}
.content-section p {
	margin: 0 0 1.7em;
}
.content-section p:last-of-type {
	margin-bottom: 0.7em;
}
.content-section ul,
.content-section ol {
	list-style-type: disc;
	padding: 0 0 0.5em 45px;
}
.content-section ul li,
.content-section ol li {
	display: list-item;
	text-align: -webkit-match-parent;
	margin: 0 0 0.8em;
	line-height: 1.4em;
}
.sitemap .content-section ul {
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: left;
}
.sitemap .content-section ul a {
	color: #0062B8;
	text-decoration: none !important;
}
.sitemap .content-section ul a:hover {
	opacity: 0.76;
}
.sitemap .content-section ul li {
	margin: 3px 0 25px;
	list-style: none;
}
.sitemap .content-section ul li:before {
	display: none;
}
.sitemap .content-section ul li ul {
	font-size: 0.85em;
	margin: 0 0 20px 0;
	text-transform: none;
	padding: 0;
}
.sitemap .content-section ul li ul li {
	margin: 4px 0 4px !important;
}
.sitemap .content-section ul li ul a {
	color: #262626;
}
#page-photo {
	display: none;
}
body[class^=meet-dr-] #page-photo,
body[class^=about-dr-] #page-photo,
body[class^=meet-doctor-] #page-photo,
body[class^=meet-the-doctor] #page-photo {
	display: block;
	text-align: center;
	margin: 1em auto 2.25em;
}
.staff-photo {
	margin: 0 auto 20px;
	display: block;
}
p.team-photo,
p.staff-photo {
	text-align: center;
}
img.team-photo,
img.staff-photo {
	margin: 0 auto 25px;
}
.fa,
.fas,
.fab,
.far,
.fal {
	vertical-align: middle;
}
.caps {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.normalcase,
.no-caps {
	text-transform: none !important;
}
.small-caps {
	font-variant: small-caps;
}
.rel {
	position: relative;
}
.w100 {
	font-weight: 100 !important;
}
.w200 {
	font-weight: 200 !important;
}
.w300 {
	font-weight: 300 !important;
}
.w400 {
	font-weight: 400 !important;
}
.w500 {
	font-weight: 500 !important;
}
.w600 {
	font-weight: 600 !important;
}
.w700 {
	font-weight: 700 !important;
}
.w900 {
	font-weight: 900 !important;
}
.w800 {
	font-weight: 800 !important;
}
.w900 {
	font-weight: 900 !important;
}
.em {
	font-style: italic !important;
}
.anchor:before {
	content: "";
	display: block;
	position: relative;
	width: 0;
	height: 5.4em;
	margin-top: -5.4em;
}
.fa-healthgrades2 {
	font-family: healthgrades2 !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-healthgrades2:before {
	content: "\e900";
}
.embed-video,
.video-container {
	width: 0;
	display: block;
	padding: 28% 50%;
	position: relative;
	margin-bottom: 30px;
}
.embed-video iframe,
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.office-hours {
	background: rgba(0, 0, 0, 0.008);
	padding: 0;
	margin: 38px 0 38px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
	font-size: 0.98em;
}
.office-hours .title {
	font-size: 0.85em;
	text-transform: uppercase;
	text-align: left;
	background: rgba(123, 187, 86, 0.85);
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #ffffff;
}
.office-hours tr {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.045);
}
.office-hours tr:last-of-type {
	box-shadow: none;
}
.office-hours td {
	padding: 12px 15px;
	line-height: 1.35em;
}
.office-hours td.time {
	opacity: 1;
}
.office-hours td.day {
	padding-right: 10px;
	font-weight: 700;
	font-size: 0.9em;
	opacity: 0.9;
}
.mediaslider {
	text-align: center;
}
.mediaslider .cycle-slideshow {
	width: 100%;
	margin: 0.5em 0 1.5em;
	position: relative;
}
.mediaslider .cycle-slideshow .cycle-slide {
	padding: 0 5%;
}
.mediaslider .cycle-slideshow > div {
	font-size: 2.8em;
	color: #23a9e1;
	position: absolute;
	top: 50%;
	z-index: 900;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
	-webkit-transition: transform 0.35s ease, opacity 0.35s ease;
	-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	-moz-transition: transform 0.35s ease, opacity 0.35s ease, -moz-transform 0.35s ease;
	transition: transform 0.35s ease, opacity 0.35s ease;
	transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease, -moz-transform 0.35s ease;
}
.mediaslider .cycle-slideshow > div.cycle-prev {
	text-align: left;
	left: 0;
}
.mediaslider .cycle-slideshow > div.cycle-prev span {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
	text-align: right;
	direction: rtl;
	right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
	cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
	-webkit-transform: scale(1.44);
	-moz-transform: scale(1.44);
	transform: scale(1.44);
	opacity: 0.68;
}
.slideshow-nav a {
	text-decoration: none !important;
}
.slideshow-nav .slideshow-active-page a {
	color: rgba(255, 255, 255, 0.7) !important;
}
.before-and-after.slideshow .slideshow-nav,
.office-tour.slideshow .slideshow-nav {
	background: #0062B8;
}
p.before-after-text {
	width: 50%;
	float: right;
}
.before-after-box {
	width: 51%;
}
.before-after-image {
	width: 40%;
	float: left;
	text-align: center;
	padding-right: 20px;
	margin-bottom: 25px;
}
.before-after-image span {
	display: block;
}
.before-after-image img {
	border: 1px solid rgba(0, 0, 0, 0.3);
}
body.common-procedures #bd img.img-right,
body.common-procedures #main-content img.img-right {
	display: block;
}
.share-article-links {
	margin-bottom: 10px;
}
.search-blog {
	font-size: 1.55em;
	text-transform: uppercase;
	margin: 0 0 16px;
	display: block;
}
#blog_search button {
	margin-top: 10px;
}
form button {
	background: #0062B8;
	color: #ffffff;
	text-transform: uppercase;
	padding: 14px 35px;
	text-align: center;
	font-size: 0.92em;
	display: inline-block;
	border: none;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	font-family: "Jost", "Lato", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
}
form button:hover {
	background: #1f96ff;
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-slider .slide {
	width: 100%;
	white-space: normal;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	line-height: 0;
}
[dir=rtl] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.wow {
	visibility: hidden;
}
.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: none;
		transform: none;
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-25px, 0, 0);
		-moz-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-25px, 0, 0);
		-moz-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 25px, 0);
		-moz-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -25px, 0);
		-moz-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		opacity: 1;
	}
}
@-moz-keyframes zoomIn {
	0% {
		opacity: 0;
		-moz-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	-moz-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
	70% {
		opacity: 1;
	}
}
@-moz-keyframes zoomOut {
	0% {
		opacity: 0;
		-moz-transform: scale(1.15);
		transform: scale(1.15);
	}
	70% {
		opacity: 1;
	}
}
@keyframes zoomOut {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		transform: scale(1.15);
	}
	70% {
		opacity: 1;
	}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	-moz-animation-name: zoomOut;
	animation-name: zoomOut;
}
@-webkit-keyframes zoomOut2 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	70% {
		opacity: 1;
	}
}
@-moz-keyframes zoomOut2 {
	0% {
		opacity: 0;
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	70% {
		opacity: 1;
	}
}
@keyframes zoomOut2 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	70% {
		opacity: 1;
	}
}
.zoomOut2 {
	-webkit-animation-name: zoomOut2;
	-moz-animation-name: zoomOut2;
	animation-name: zoomOut2;
}
@-webkit-keyframes mapMarkerIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.4) translateY(-30px);
		transform: scale(1.4) translateY(-30px);
	}
	50% {
		opacity: 1;
	}
	65% {
		-webkit-transform: scale(0.86) translateY(3px);
		transform: scale(0.86) translateY(3px);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@-moz-keyframes mapMarkerIn {
	0% {
		opacity: 0;
		-moz-transform: scale(1.4) translateY(-30px);
		transform: scale(1.4) translateY(-30px);
	}
	50% {
		opacity: 1;
	}
	65% {
		-moz-transform: scale(0.86) translateY(3px);
		transform: scale(0.86) translateY(3px);
	}
	100% {
		-moz-transform: none;
		transform: none;
	}
}
@keyframes mapMarkerIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.4) translateY(-30px);
		-moz-transform: scale(1.4) translateY(-30px);
		transform: scale(1.4) translateY(-30px);
	}
	50% {
		opacity: 1;
	}
	65% {
		-webkit-transform: scale(0.86) translateY(3px);
		-moz-transform: scale(0.86) translateY(3px);
		transform: scale(0.86) translateY(3px);
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
}
.mapMarkerIn {
	-webkit-animation-name: mapMarkerIn;
	-moz-animation-name: mapMarkerIn;
	animation-name: mapMarkerIn;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.18);
		transform: scale(1.18);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-moz-transform: scale(1.18);
		transform: scale(1.18);
	}
	50% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.18);
		-moz-transform: scale(1.18);
		transform: scale(1.18);
	}
	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	animation-name: pulse;
}
#hd .hd-main {
	display: block;
	z-index: 900;
}
@-webkit-keyframes navIn1 {
	0% {
		opacity: 0;
		top: -30px;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
@-moz-keyframes navIn1 {
	0% {
		opacity: 0;
		top: -30px;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
@keyframes navIn1 {
	0% {
		opacity: 0;
		top: -30px;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
@-webkit-keyframes navIn2 {
	0% {
		opacity: 0;
		left: -30px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}
@-moz-keyframes navIn2 {
	0% {
		opacity: 0;
		left: -30px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}
@keyframes navIn2 {
	0% {
		opacity: 0;
		left: -30px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}
@-webkit-keyframes socialsIn {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-moz-keyframes socialsIn {
	0% {
		-moz-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	100% {
		opacity: 1;
		-moz-transform: none;
		transform: none;
	}
}
@keyframes socialsIn {
	0% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
}
body {
	font-family: "Mulish", Helvetica, Arial, sans-serif;
}
.font1,
h1 {
	font-family: "Audiowide", Helvetica, Arial, sans-serif;
}
#hd {
	z-index: 900;
	text-align: center;
	background: #262626;
	color: #ffffff;
	padding: 54px 20px 19px;
	-webkit-transition: background 0.8s;
	-moz-transition: background 0.8s;
	transition: background 0.8s;
}
#hd .logo {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 185px;
}
#hd .logo img {
	max-width: 300%;
	width: 100%;
}
#hd .col {
	display: inline-block;
	margin: 5px 10px;
	vertical-align: middle;
}
#hd .info a {
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}
#hd .info a:hover {
	color: rgba(255, 255, 255, 0.73);
}
#hd .info .callouts ul,
#hd .info .callouts li {
	display: inline-block;
}
#hd .info .callouts a {
	margin: 0 5px;
}
#hd .info .callouts .patient-login a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	content: "\f2bd";
	top: -2px;
	padding-right: 3px;
}
#hero {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#hero .container {
	max-width: 100%;
}
#hero .video-outer {
	overflow: hidden;
	line-height: 0;
	position: relative;
}
#hero .video-outer .video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#hero .video-outer video {
	object-position: center;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ie11 #hero .video-outer {
	height: auto;
	padding: 27%;
}
.ie11 #hero .video-outer .video {
	width: 100%;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#hero .video-outer {
	padding: 30%;
}
.subnav-section {
	z-index: 8;
	text-align: center;
	background: url("../images/banner1.jpg") center center #fff no-repeat;
	background-size: cover;
	padding: 42px;
	padding: min(max(28px, 5.5vw), 42px);
	padding: clamp(28px, 5.5vw, 42px);
	padding-left: 0px;
	padding-right: 0px;
}
.subnav-section p,
.subnav-section a {
	color: #ffffff;
}
.subnav-section p {
	font-size: 15px;
	font-size: min(max(13.5px, 2.4vw), 15px);
	font-size: clamp(13.5px, 2.4vw, 15px);
	line-height: 13px;
	margin: 0;
}
.subnav-section p a {
	text-decoration: none;
	display: inline-block;
	margin: 3px 1px;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.subnav-section p a.active,
.subnav-section p a:hover {
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.78);
}
h1 {
	position: relative;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	color: #262626;
	padding-bottom: 38px;
	padding-bottom: min(max(26px, 5.4vw), 38px);
	padding-bottom: clamp(26px, 5.4vw, 38px);
	font-size: 45px;
	font-size: min(max(30px, 9.5vw), 45px);
	font-size: clamp(30px, 9.5vw, 45px);
	line-height: 0.9em;
}
.home h1 {
	color: #0062B8;
	padding-bottom: 32px;
	padding-bottom: min(max(26px, 5.4vw), 32px);
	padding-bottom: clamp(26px, 5.4vw, 32px);
}
.home h1 .welcome {
	display: block;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 0.22em;
	color: #fff;
	font-family: "Mulish", sans-serif;
	text-transform: none;
	font-size: 0.68em;
}
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
	font-weight: 700;
}
.content-section h2 {
	font-size: 25px;
	color: #0062B8;
}
.content-section h3 {
	font-size: 23px;
	color: #0062B8;
}
.content-section h4 {
	font-size: 22px;
	color: #004785;
}
.content-section h5 {
	font-size: 21px;
}
.content-section h6 {
	font-size: 19px;
}
.content-section #content {
	text-align: left;
	font-size: 19px;
	font-size: min(max(16px, 4.7vw), 19px);
	font-size: clamp(16px, 4.7vw, 19px);
	line-height: 1.8em;
}
.content-section #content a {
	text-decoration: underline;
}
#home-content {
	z-index: 9;
	color: #fff;
	background: #262626;
	padding: 100px;
	padding: min(max(46px, 8.5vw), 100px);
	padding: clamp(46px, 8.5vw, 100px);
	padding-left: 0px;
	padding-right: 0px;
}
#home-content .dr-photo {
	padding: 200px 0 0;
	position: relative;
	margin: 31px auto 15px;
	max-width: 600px;
	box-shadow: 12.5px 21.7px 25px 0 rgba(0, 0, 0, 0.35);
}
#home-content .dr-photo:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("../images/dr-photo.jpg") 50% 8% no-repeat;
	background-size: cover;
	z-index: -1;
	-webkit-filter: saturate(0);
	filter: saturate(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#home-content .dr-photo:hover:after {
	-webkit-filter: saturate(1);
	filter: saturate(1);
}
#home-content .dr-photo .btns {
	bottom: -24px;
	z-index: 100;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
}
#home-content .dr-photo .btns a {
	display: inline-block;
	position: relative;
	z-index: 10;
	text-align: center;
	-webkit-transition: 0.21s;
	-moz-transition: 0.21s;
	transition: 0.21s;
	-webkit-animation-duration: 1.1s;
	-moz-animation-duration: 1.1s;
	animation-duration: 1.1s;
	height: 3em;
	width: 12.3125em;
	line-height: 3em;
	padding: 0 0.625em;
	background: #0062B8;
	color: #ffffff;
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.14);
}
#home-content .dr-photo .btns a .label {
	font-size: 0.9375em;
}
#home-content .dr-photo .btns a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #ffffff;
	opacity: 0;
	-webkit-transform: scale(0.75, 0.94);
	-moz-transform: scale(0.75, 0.94);
	transform: scale(0.75, 0.94);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#home-content .dr-photo .btns a:nth-of-type(1n) {
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
#home-content .dr-photo .btns a:nth-of-type(2n) {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
#home-content .dr-photo .btns a:hover {
	color: #0062B8;
	background: white;
	z-index: 20;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#home-content .dr-photo .btns a:hover:before {
	opacity: 0.45;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
#sub-content {
	z-index: 9;
	padding: 59px;
	padding: min(max(42px, 6.5vw), 59px);
	padding: clamp(42px, 6.5vw, 59px);
	padding-left: 0px;
	padding-right: 0px;
	background: #ffffff;
}
#sub-content #sidebar #page-photo {
	position: relative;
}
#sub-content #sidebar #page-photo:after {
	content: "";
	position: absolute;
	top: 8%;
	left: -10%;
	height: 100.5%;
	width: 105%;
	background: url("../images/page-photo-bg.jpg") center center;
	background-size: cover;
	z-index: -1;
	opacity: 1;
	-webkit-transition: 0.23s;
	-moz-transition: 0.23s;
	transition: 0.23s;
}
#sub-content #sidebar #page-photo img {
	width: auto;
	max-width: 100%;
	position: relative;
	z-index: 1;
	box-shadow: 12.5px 21.7px 25px 0 rgba(0, 0, 0, 0.15);
}
#callouts1 {
	z-index: 30;
	text-align: center;
	background: url("../images/section1.jpg") center center no-repeat;
	background-size: cover;
	padding: 100px;
	padding: min(max(42px, 6.5vw), 100px);
	padding: clamp(42px, 6.5vw, 100px);
	padding-left: 0px;
	padding-right: 0px;
}
#callouts1 .container {
	max-width: 100%;
	margin: 0 auto;
}
#callouts1 .callouts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	padding: min(max(3px, 2vw), 10px);
	padding: clamp(3px, 2vw, 10px);
	padding-top: 0px;
	padding-bottom: 0px;
}
#callouts1 .callout {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
	padding: 25px;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
#callouts1 .callout:nth-of-type(1n) {
	-webkit-animation-delay: 0.06s;
	-moz-animation-delay: 0.06s;
	animation-delay: 0.06s;
}
#callouts1 .callout:nth-of-type(2n) {
	-webkit-animation-delay: 0.22s;
	-moz-animation-delay: 0.22s;
	animation-delay: 0.22s;
}
#callouts1 .callout:nth-of-type(3n) {
	-webkit-animation-delay: 0.38s;
	-moz-animation-delay: 0.38s;
	animation-delay: 0.38s;
}
#callouts1 .callout:nth-of-type(4n) {
	-webkit-animation-delay: 0.54s;
	-moz-animation-delay: 0.54s;
	animation-delay: 0.54s;
}
#callouts1 .callout:last-of-type {
	border: none;
}
#callouts1 .callout a {
	display: inline-block;
	position: relative;
	-webkit-transition: 0.31s;
	-moz-transition: 0.31s;
	transition: 0.31s;
	font-size: 24px;
	font-size: min(max(16px, 5.5vw), 24px);
	font-size: clamp(16px, 5.5vw, 24px);
	line-height: 0.97em;
	color: #ffffff;
}
#callouts1 .callout a .title {
	text-transform: uppercase;
	font-family: "Audiowide", sans-serif;
}
#callouts1 .callout a .hover {
	display: none;
}
#callouts1 .callout a p {
	font-size: 15px;
	line-height: 1.15em;
	margin: 35px 10% 53px;
}
#callouts1 .callout a .btns {
	top: 40px;
	position: relative;
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	transition-delay: 0.15s;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#callouts1 .callout a .btn {
	color: #0062B8;
	font-size: 13px;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	background: #fff;
	width: 107px;
	height: 46px;
	-webkit-transition: 0.18s;
	-moz-transition: 0.18s;
	transition: 0.18s;
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.14);
}
#callouts1 .callout a .btn:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.24);
	background: rgba(255, 255, 255, 0.9);
}
#callouts1 .callout a:hover {
	color: rgba(255, 255, 255, 0.7);
}
#testimonials {
	z-index: 10;
	text-align: center;
	background: #262626;
	color: #ffffff;
	padding: 100px;
	padding: min(max(57px, 8.5vw), 100px);
	padding: clamp(57px, 8.5vw, 100px);
	padding-left: 0px;
	padding-right: 0px;
}
#testimonials .badge {
	background: #fff;
	border-radius: 999em;
	max-width: 302px;
	width: 100%;
	height: 302px;
	box-shadow: 12.5px 21.7px 25px 0 rgba(0, 0, 0, 0.35);
	color: #262626;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
#testimonials .badge .sub {
	font-size: 28px;
	line-height: 1em;
	margin: 10px;
}
#testimonials .badge .counter {
	font-size: 89px;
	line-height: 1em;
	margin: 13px;
	color: #0062B8;
}
#testimonials .badge .main {
	position: absolute;
	top: 44%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
#testimonials .badge .social-icons {
	position: absolute;
	bottom: 16%;
	left: 0;
	right: 0;
}
#testimonials .badge .social-icons a {
	color: #004785;
	margin: 0 6px;
	font-size: 25px;
	display: inline-block;
}
#testimonials .badge .social-icons a:hover {
	color: #0062B8;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}
#testimonials p {
	font-size: 23px;
	font-size: min(max(10px, 4.5vw), 23px);
	font-size: clamp(10px, 4.5vw, 23px);
	line-height: 1.15em;
}
#testimonials .name {
	line-height: 1.1em;
	margin-top: 27px;
	font-size: 21px;
	font-family: "Audiowide", sans-serif;
	text-transform: uppercase;
	color: #0062B8;
}
#testimonials .nav-arrows {
	position: relative;
	z-index: 900;
	text-align: left;
	margin-top: 40px;
	margin-top: min(max(0px, 3vw), 40px);
	margin-top: clamp(0px, 3vw, 40px);
}
#testimonials .nav-arrows div {
	position: relative;
	z-index: 20;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	display: inline-block !important;
	padding: 0px;
	-webkit-transition: 0.18s;
	-moz-transition: 0.18s;
	transition: 0.18s;
	font-size: 40px;
	font-size: min(max(20px, 5vw), 40px);
	font-size: clamp(20px, 5vw, 40px);
}
#testimonials .nav-arrows div:hover {
	color: rgba(255, 255, 255, 0.76);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}
#testimonials .nav-arrows div.next {
	float: right;
}
#testimonials .slick-pager1 {
	text-align: center;
	display: inline-block;
	margin-top: 50px;
	margin-top: min(max(25px, 3vw), 50px);
	margin-top: clamp(25px, 3vw, 50px);
}
#testimonials .slick-pager1 li {
	line-height: 0;
	display: inline-block;
	list-style: none;
}
#testimonials .slick-pager1 button {
	line-height: 0;
	display: inline-block;
	border-radius: 999em;
	cursor: pointer;
	border: none;
	text-indent: -999em;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	margin: 6px;
	margin: min(max(2px, 1.3vw), 6px);
	margin: clamp(2px, 1.3vw, 6px);
	padding: 8px;
	padding: min(max(5px, 1.5vw), 8px);
	padding: clamp(5px, 1.5vw, 8px);
	background: #ffffff;
}
#testimonials .slick-pager1 button:hover {
	background: rgba(255, 255, 255, 0.7);
}
#testimonials .slick-pager1 .slick-active button {
	background: #0062B8;
}
#section1 {
	z-index: 10;
	text-align: center;
	padding: 60px;
	padding: min(max(48px, 8.5vw), 60px);
	padding: clamp(48px, 8.5vw, 60px);
	padding-left: 0px;
	padding-right: 0px;
	background: url("../images/section3.jpg") center center #fff no-repeat;
	color: #ffffff;
	background-size: cover;
}
#section1 .photo {
	display: inline-block;
	text-align: center;
	margin: 0 auto 35px;
	max-width: 242px;
	box-shadow: 12.5px 21.7px 25px 0 rgba(0, 0, 0, 0.35);
}
#section1 h3 {
	font-size: 23px;
}
#section1 h3 .caps {
	display: block;
	line-height: 1em;
	font-size: 36px;
	margin-top: 0.1em;
}
#section1 .btns {
	margin: 35px 0 0;
}
#section1 .btns a {
	display: inline-block;
	position: relative;
	z-index: 10;
	text-align: center;
	-webkit-transition: 0.21s;
	-moz-transition: 0.21s;
	transition: 0.21s;
	-webkit-animation-duration: 1.1s;
	-moz-animation-duration: 1.1s;
	animation-duration: 1.1s;
	width: 99px;
	height: 41px;
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	font-size: 15px;
	color: #0062B8;
	font-weight: 700;
	line-height: 41px;
}
#section1 .btns a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #4f7e35;
	opacity: 0;
	-webkit-transform: scale(0.75, 0.94);
	-moz-transform: scale(0.75, 0.94);
	transform: scale(0.75, 0.94);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#section1 .btns a:nth-of-type(1n) {
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
#section1 .btns a:nth-of-type(2n) {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
#section1 .btns a:hover {
	color: #ffffff;
	background: #4f7e35;
	z-index: 20;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#section1 .btns a:hover:before {
	opacity: 0.25;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
#ft {
	padding: 50px;
	padding: min(max(35px, 13vw), 50px);
	padding: clamp(35px, 13vw, 50px);
	padding-left: 0;
	padding-right: 0;
	background: #262626;
	text-align: center;
	z-index: 10;
}
#ft .map {
	position: relative;
	display: block;
	height: 350px;
	background: url("../images/ft-map.jpg") 39% center #f1f3f4 no-repeat;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-bottom: min(max(14px, 7.8vw), 40px);
	margin-bottom: clamp(14px, 7.8vw, 40px);
	max-width: 440px;
}
#ft .map .marker {
	-webkit-transform-origin: 50% 95%;
	-moz-transform-origin: 50% 95%;
	transform-origin: 50% 95%;
	position: absolute;
	top: 50%;
	left: 39%;
	display: inline-block;
	-webkit-transition: 0.19s;
	-moz-transition: 0.19s;
	transition: 0.19s;
	font-size: 66px;
	color: #0062B8;
	margin: 64px 0 0 73px;
}
#ft .map .marker:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	bottom: -5px;
	right: -49px;
	background: url("../images/shadowalt.png") center center no-repeat;
	background-size: contain;
	z-index: 10;
}
#ft .map .marker i {
	z-index: 20;
	position: relative;
}
#ft .map .marker.hover,
#ft .map .marker:hover {
	-webkit-transform: scale(1.28);
	-moz-transform: scale(1.28);
	transform: scale(1.28);
}
#ft .map .marker.marker2 {
	color: #004785;
	margin: -146px 0 0 -36px;
}
#ft .locations {
	z-index: 100;
}
#ft .location {
	line-height: 1.15em;
	font-size: 15px;
	width: 197px;
	text-align: left;
	display: inline-block;
	margin: 6px;
	margin-left: 38px;
}
#ft .location a {
	position: relative;
}
#ft .location a i {
	color: #0062B8;
	position: absolute;
	top: 0.18em;
	left: -18px;
}
#ft .location.location2 a i {
	color: #004785;
}
#ft .logo {
	display: block;
	margin: 0 auto;
	margin-bottom: 32px;
	margin-bottom: min(max(10px, 8vw), 32px);
	margin-bottom: clamp(10px, 8vw, 32px);
	max-width: 197px;
	max-width: min(max(100px, 66vw), 197px);
	max-width: clamp(100px, 66vw, 197px);
}
#ft a {
	color: #ffffff;
	display: inline-block;
}
#ft a:hover {
	color: rgba(255, 255, 255, 0.75);
}
#ft .phone-outer {
	margin: 0 0 7px;
}
#ft .phone-outer span,
#ft .phone-outer a {
	color: #ffffff;
	display: inline-block;
}
#ft .sesame {
	font-size: 11.5px;
	line-height: 1.2em;
	color: #ffffff;
	margin: 38px 0 0;
	font-weight: 400;
}
#ft .sesame .div {
	display: inline-block;
	margin: 0 1px;
}
#ft .sesame a {
	color: #ffffff;
	display: inline-block;
}
#ft .sesame a .sesameicon {
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	width: 16px;
}
#ft .sesame a .sesameicon path {
	fill: #fff;
}
#ft .sesame a:hover {
	color: rgba(255, 255, 255, 0.75);
}
#ft-btm {
	z-index: 20;
	text-align: center;
	overflow: hidden;
	padding: 29px;
	padding: min(max(20px, 6.6vw), 29px);
	padding: clamp(20px, 6.6vw, 29px);
	padding-left: 0px;
	padding-right: 0px;
	background: #ffffff;
}
#ft-btm .back-to-top {
	display: inline-block;
}
#ft-btm .back-to-top .btn {
	position: relative;
	display: inline-block;
	text-align: center;
	-webkit-transition: 0.24s;
	-moz-transition: 0.24s;
	transition: 0.24s;
	padding: 0;
	font-size: 15px;
	line-height: 47px;
	width: 114px;
	height: 47px;
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15);
	background-color: #0062B8;
	color: #fff;
}
#ft-btm .back-to-top .btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ffffff;
	-webkit-transform: scale(0.7, 0.9);
	-moz-transform: scale(0.7, 0.9);
	transform: scale(0.7, 0.9);
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.21s;
	-moz-transition: 0.21s;
	transition: 0.21s;
}
#ft-btm .back-to-top .btn:hover {
	-webkit-transform: scale(1.18);
	-moz-transform: scale(1.18);
	transform: scale(1.18);
	color: #fff;
	background: #81be5d;
}
#ft-btm .back-to-top .btn:hover:after {
	opacity: 0.1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
@media only screen and (min-width: 48em) {
	.content-section hr {
		margin: 1.8em 0 1.8em 0 !important;
	}
	body.layout-full-width #sidebar {
		display: none !important;
	}
	body.layout-full-width #sub-content header,
  body.layout-full-width #sub-content #content {
		width: 100%;
	}
	p.team-photo,
  p.staff-photo {
		margin: 0;
		padding: 0;
	}
	p.team-photo img,
  img.team-photo,
  p.staff-photo img,
  img.staff-photo {
		float: right;
		margin: 7px 0 23px 25px;
	}
	.office-hours td {
		padding: 13px 26px;
	}
}
@media screen and (min-width: 48em) {
	.section-container {
		padding: 70px 0;
	}
	.container {
		margin: 0 3vw;
	}
	#page-photo {
		display: block;
	}
	#hd .container {
		margin: 0 auto;
	}
	.content-section #content {
		text-align: justify;
	}
	#home-content .container {
		margin: 0 10%;
	}
	#sub-content #sidebar {
		display: inline-block;
		text-align: right;
		margin: 4px 0 0;
		padding: 0 0 0 5%;
		float: right;
		width: 37%;
	}
	#sub-content header,
  #sub-content #content {
		width: 62%;
		display: inline-block;
	}
	#sub-content .bg-side {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: -1;
		width: 32%;
		background-size: cover;
	}
	.layout-full-width #sub-content .bg-side {
		display: none;
	}
	#callouts1 .callout {
		border: none;
		width: 50%;
	}
	#testimonials .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#testimonials:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 23%;
		bottom: 0;
		background: url("../images/section2.jpg") center center no-repeat;
		background-size: cover;
		z-index: -1;
	}
	#testimonials .badge {
		margin: 0;
	}
	#testimonials .testimonials {
		width: 50%;
		padding-left: 5.5%;
		text-align: left;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	#testimonials .nav-arrows {
		left: 0;
		right: 0;
		position: absolute;
		top: 32%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#section1 {
		text-align: left;
	}
	#section1 .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#section1 .photo {
		margin: 0 50px 0 0;
	}
	#section1 .btns {
		margin: 52px 0 0;
	}
	#ft {
		padding: 0;
		background: url("../images/ft-map.jpg") 50% center #eaeaea no-repeat;
	}
	#ft .container {
		height: 568px;
		margin: 0;
	}
	#ft .map {
		background: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		max-width: 100%;
	}
	#ft .map .marker {
		left: 50%;
		margin: 173px 0 0 -147px;
	}
	#ft .map .marker.marker2 {
		margin: -38px 0 0 -256px;
	}
	#ft .locations {
		width: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 44%;
	}
	#ft .locations:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: -999em;
		background: #262626;
		z-index: -1;
	}
	#ft .inner {
		padding: 0 25px 0;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#ft .sesame {
		position: absolute;
		bottom: 45px;
		left: 20px;
		right: 20px;
		text-align: right;
	}
}
@media only screen and (min-width: 64em) {
	.content-section hr {
		margin: 1.9em 0 1.9em 0 !important;
	}
	.hide-desk {
		display: none;
	}
	.parallax-bg {
		background-size: auto !important;
	}
}
@media screen and (min-width: 64em) {
	.section-container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.container {
		margin: 0 auto;
	}
	body[class^=meet-dr-] #page-photo,
  body[class^=about-dr-] #page-photo,
  body[class^=meet-doctor-] #page-photo,
  body[class^=meet-the-doctor] #page-photo {
		margin: 0 0 1em 0;
	}
	p.team-photo img,
  img.team-photo,
  p.staff-photo img,
  img.staff-photo {
		margin-bottom: 40px;
	}
	.video-sleeve {
		width: 100%;
		max-width: 80%;
	}
	.video-sleeve-60 {
		width: 100%;
		max-width: 60%;
	}
	#hd .hd-main {
		position: absolute;
		overflow: visible;
		width: 100%;
		pointer-events: all;
	}
	#hd .hd-main .nav-toggle {
		display: none;
	}
	#hd .hd-main .nav-bg {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 0;
		opacity: 1;
		background: none;
		position: absolute;
		overflow-y: visible;
		width: 100%;
		-webkit-transition: 0s;
		-moz-transition: 0s;
		transition: 0s;
	}
	#hd .hd-main nav {
		position: absolute;
		right: 143px;
		padding: 0;
		max-width: 100%;
		text-align: right;
		top: 28px;
	}
	#hd .hd-main nav ul {
		position: relative;
	}
	#hd .hd-main nav ul li {
		display: inline-block;
		position: inherit;
		border: none;
		width: auto;
		padding: 0 0 30px;
		margin: 0 0 0 8px;
	}
	#hd .hd-main nav ul li:after {
		display: none;
	}
	#hd .hd-main nav ul li a {
		line-height: 1em;
		position: relative;
		padding: 10px 10px 11px;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		transition: 0.2s;
		color: #ffffff;
		font-size: 21px;
	}
	#hd .hd-main nav ul li a:after,
  #hd .hd-main nav ul li a:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		z-index: -1;
		opacity: 0;
		-webkit-transition: 0.2s cubic-bezier(0.39, 0.28, 0.5, 0.98);
		-moz-transition: 0.2s cubic-bezier(0.39, 0.28, 0.5, 0.98);
		transition: 0.2s cubic-bezier(0.39, 0.28, 0.5, 0.98);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		border: 1px solid #fff;
		top: 0;
		bottom: 0;
	}
	#hd .hd-main nav ul li a:before {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		z-index: -2;
		border: 1px solid rgba(255, 255, 255, 0.5);
		-webkit-transition: 0.74s cubic-bezier(0.39, 0.28, 0.5, 0.98);
		-moz-transition: 0.74s cubic-bezier(0.39, 0.28, 0.5, 0.98);
		transition: 0.74s cubic-bezier(0.39, 0.28, 0.5, 0.98);
	}
	#hd .hd-main nav ul li:hover > a,
  #hd .hd-main nav ul li.active > a {
		color: #ffffff;
	}
	#hd .hd-main nav ul li:hover > a:before,
  #hd .hd-main nav ul li:hover > a:after,
  #hd .hd-main nav ul li.active > a:before,
  #hd .hd-main nav ul li.active > a:after {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	#hd .hd-main nav ul li:last-of-type ul {
		text-align: right;
		right: 0;
		left: auto;
	}
	#hd .hd-main nav ul li ul {
		position: absolute;
		left: 0;
		top: 100%;
		height: auto;
		display: none;
		z-index: 100;
		background: #4d4d4d;
		padding: 24px 0 25px;
		margin: 0;
		text-align: left;
		min-width: 235px;
		width: auto;
		overflow: hidden;
	}
	#hd .hd-main nav ul li ul li {
		display: block;
		float: none;
		height: auto;
		position: relative;
		padding: 0;
		margin: -1px 0;
		width: auto;
		opacity: 1 !important;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#hd .hd-main nav ul li ul li a {
		width: 100%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		height: auto;
		color: #ffffff;
		white-space: nowrap;
		-webkit-transition: 0.29s;
		-moz-transition: 0.29s;
		transition: 0.29s;
		padding: 8px 29px;
		font-size: 13px;
	}
	#hd .hd-main nav ul li ul li a:after,
  #hd .hd-main nav ul li ul li a:before {
		content: "";
		display: block;
		position: absolute;
		background: #0062B8;
		-webkit-transform: scale(1, 1.1);
		-moz-transform: scale(1, 1.1);
		transform: scale(1, 1.1);
		-webkit-transition: 0.24s;
		-moz-transition: 0.24s;
		transition: 0.24s;
		height: auto;
		width: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		z-index: -1;
		opacity: 0;
		border: none;
	}
	#hd .hd-main nav ul li ul li a:before {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transition: 0.77s;
		-moz-transition: 0.77s;
		transition: 0.77s;
		z-index: -2;
	}
	#hd .hd-main nav ul li ul li a:hover,
  #hd .hd-main nav ul li ul li.active a {
		color: #ffffff;
	}
	#hd .hd-main nav ul li ul li a:hover:after,
  #hd .hd-main nav ul li ul li.active a:after {
		opacity: 1;
	}
	#hd .hd-main nav ul li ul li a:hover:before,
  #hd .hd-main nav ul li ul li.active a:before {
		opacity: 0.5;
	}
	#hd .hd-main nav ul li:hover ul {
		display: block;
	}
	#hd {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 0 2.5%;
		text-align: left;
		background: none;
	}
	#hd:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		right: 0;
		background: #262626;
		z-index: -1;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		transition: 0.8s;
	}
	.ready #hd:after {
		top: -10px;
		background: rgba(38, 38, 38, 0);
	}
	#hd .container {
		max-width: 100%;
		height: 100px;
	}
	#hd .logo {
		max-width: 174px;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1000;
	}
	#hd .col {
		margin: 0;
	}
	#hd .info.desk {
		position: absolute;
		text-align: right;
		right: 0;
		top: 27px;
	}
	#hd .info .callouts a {
		width: 123px;
		height: 43px;
		background-color: #0062B8;
		line-height: 43px;
		padding: 0;
		font-size: 12px;
		text-align: center;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		transition: 0.2s;
		margin: 0;
	}
	#hd .info .callouts a:hover {
		background-color: #007deb;
		color: #ffffff;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transform: scale(1.1);
	}
	#hd .info .social-icons {
		position: fixed;
		display: block;
		margin: 0;
		top: 258px;
		right: 28px;
		background: rgba(0, 98, 184, 0.9);
		width: 49px;
		padding: 11px 0;
	}
	#hd .info .social-icons a {
		z-index: 10;
		display: block;
		position: relative;
		border-radius: 999em;
		-webkit-transition: 0.21s;
		-moz-transition: 0.21s;
		transition: 0.21s;
		text-align: center;
		margin: 11px 0;
	}
	#hd .info .social-icons a i {
		font-size: 15px;
		z-index: 10;
		color: #fff;
		-webkit-transition: 0.19s;
		-moz-transition: 0.19s;
		transition: 0.19s;
	}
	#hd .info .social-icons a:hover {
		z-index: 20;
	}
	#hd .info .social-icons a:hover i {
		color: rgba(255, 255, 255, 0.8);
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		transform: scale(1.4);
	}
	#hero .container {
		margin: 0 auto;
		padding: 0 20px;
		max-width: 1200px;
	}
	#hero .video-outer {
		padding: 0;
		height: -webkit-calc(500px + 32vw - 210px);
		height: -moz-calc(500px + 32vw - 210px);
		height: calc(500px + 32vw - 210px);
		max-height: 1160px;
	}
	.subnav-section {
		padding: 0 20px;
		margin-top: 100px;
		background-size: cover;
		text-align: left;
	}
	.subnav-section .container {
		max-width: 1200px;
		height: 298px;
	}
	.subnav-section .subnav {
		width: 62%;
		position: absolute;
		bottom: 44px;
		left: 0;
	}
	h1 {
		font-size: 49px;
	}
	.content-section .container {
		max-width: 1200px;
		margin: 0 auto;
	}
	.content-section #content {
		font-size: 20px;
	}
	.home .content-section #content {
		font-size: 18px;
		line-height: 1.83em;
	}
	#home-content {
		padding: 90px 20px 59px;
	}
	#home-content .container {
		max-width: 1200px;
		margin: 0 auto;
	}
	#home-content .dr-photo {
		position: absolute;
		top: 138px;
		bottom: 148px;
		right: 0%;
		width: -webkit-calc(49% - 45px);
		width: -moz-calc(49% - 45px);
		width: calc(49% - 45px);
		max-height: 636px;
		z-index: 1;
		max-width: 642px;
		margin: 0;
	}
	#home-content .dr-photo:after {
		background: url("../images/dr-photo.jpg") 50% 15% no-repeat;
		background-size: cover;
	}
	#home-content .home-bg {
		position: absolute;
		top: 0;
		right: 0%;
		width: -webkit-calc(50% - 354px);
		width: -moz-calc(50% - 354px);
		width: calc(50% - 354px);
		height: 100%;
		background: url("../images/home-photo.jpg") 30% 25% no-repeat;
		background-size: cover;
		z-index: -1;
	}
	#home-content article.inner {
		margin-right: 48%;
	}
	#sub-content {
		padding: 59px 20px 80px;
	}
	#sub-content .container {
		max-width: 1200px;
	}
	#sub-content #sidebar #page-photo:after {
		left: -58px;
		top: 53px;
	}
	#sub-content #sidebar {
		padding-right: 2.5%;
		width: auto;
	}
	#sub-content .bg-side {
		width: -webkit-calc(50% - 205px);
		width: -moz-calc(50% - 205px);
		width: calc(50% - 205px);
	}
	.layout-full-width #sub-content .bg-side {
		display: block;
		width: -webkit-calc(50% - 644px);
		width: -moz-calc(50% - 644px);
		width: calc(50% - 644px);
	}
	#callouts1 {
		padding: 0;
	}
	#callouts1 .callouts {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	#callouts1 .callouts {
		padding-left: 0px;
		padding-right: 0px;
	}
	#callouts1 .callout {
		padding: 0;
		height: -webkit-calc(200px + 38vw - 50px);
		height: -moz-calc(200px + 38vw - 50px);
		height: calc(200px + 38vw - 50px);
		max-height: 800px;
		position: relative;
		border-right: 1px solid #fff;
	}
	#callouts1 .callout:last-of-type {
		border: none;
	}
	#callouts1 .callout a {
		font-size: 24px;
		font-size: min(max(16px, 1.6vw), 24px);
		font-size: clamp(16px, 1.6vw, 24px);
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	#callouts1 .callout a:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #0062B8;
		z-index: -1;
		opacity: 0;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		transition: 0.4s;
	}
	#callouts1 .callout a .main {
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		-webkit-transition: 0.35s;
		-moz-transition: 0.35s;
		transition: 0.35s;
	}
	#callouts1 .callout a:hover {
		color: white;
	}
	#callouts1 .callout a:hover:after {
		opacity: 0.8;
	}
	#testimonials {
		padding-left: 20px;
		padding-right: 20px;
	}
	#testimonials .container {
		max-width: 1150px;
	}
	#testimonials .badge {
		max-width: 372px;
		height: 372px;
	}
	#testimonials p {
		font-size: 28px;
	}
	#section1 {
		padding: 68px 20px 60px;
	}
	#section1 .container {
		max-width: 950px;
	}
	#ft .container {
		max-width: 1200px;
		margin: 0 auto;
	}
	#ft .locations {
		width: 40%;
	}
	#ft-btm {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width: 74em) {
	#home-content .dr-photo {
		width: -webkit-calc(50% - 95px);
		width: -moz-calc(50% - 95px);
		width: calc(50% - 95px);
		left: -webkit-calc(50% + 95px);
		left: -moz-calc(50% + 95px);
		left: calc(50% + 95px);
		right: auto;
	}
}
@media screen and (min-width: 76em) {
	#callouts1 .callout a .hover {
		display: block;
		opacity: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		z-index: 100;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		transition: 0.4s;
		margin: 0;
		margin-top: 90px;
	}
	#callouts1 .callout a:hover .hover {
		opacity: 1;
		margin-top: 0;
	}
	#callouts1 .callout a:hover .main {
		opacity: 0;
		margin-top: -90px;
	}
	#callouts1 .callout a:hover .btns {
		top: 0;
		opacity: 1;
	}
	#testimonials:after {
		width: -webkit-calc(50% - 277px);
		width: -moz-calc(50% - 277px);
		width: calc(50% - 277px);
	}
	#testimonials .badge {
		margin-left: 10%;
	}
	#ft .locations {
		width: 27.2%;
	}
}
@media only screen and (min-width: 125em) {
	.parallax-bg {
		background-size: cover !important;
	}
}
@media screen and (max-width: 63.999em) {
	#hd .hd-main {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		overflow-y: scroll;
		overflow-x: hidden;
		scrollbar-width: none;
		text-align: center;
		-ms-overflow-style: none;
		pointer-events: none;
	}
	#hd .hd-main::-webkit-scrollbar {
		display: none;
	}
	#hd .hd-main .nav-toggle {
		position: absolute;
		display: inline-block;
		cursor: pointer;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1100;
		left: 0;
		height: 32px;
		margin: 0;
		width: 100%;
		-webkit-transition: 0.15s;
		-moz-transition: 0.15s;
		transition: 0.15s;
		pointer-events: all;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#hd .hd-main .nav-toggle .inner {
		width: 100%;
	}
	#hd .hd-main .nav-toggle:after,
  #hd .hd-main .nav-toggle:before {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		bottom: -2px;
		right: -1px;
		background: rgba(255, 255, 255, 0.8);
		z-index: -1;
		-webkit-transition: 0.65s;
		-moz-transition: 0.65s;
		transition: 0.65s;
	}
	#hd .hd-main .nav-toggle:before {
		background: rgba(123, 187, 86, 0.4);
	}
	#hd .hd-main .nav-toggle .label {
		display: inline-block;
		font-size: 14.5px;
		position: relative;
		padding-right: 4px;
		color: #262626;
		vertical-align: middle;
		top: -1px;
	}
	#hd .hd-main .nav-toggle .nav-icon {
		height: 14px;
		width: 25px;
		position: relative;
		display: inline-block;
		z-index: 100;
		vertical-align: middle;
		top: -3px;
	}
	#hd .hd-main .nav-toggle .nav-icon span {
		display: block;
		position: absolute;
		height: 3px;
		background: #0062B8;
		opacity: 1;
		left: 0;
		-webkit-transition: 0.24s;
		-moz-transition: 0.24s;
		transition: 0.24s;
	}
	#hd .hd-main .nav-toggle .nav-icon span:nth-child(1) {
		top: 0px;
		right: 0%;
	}
	#hd .hd-main .nav-toggle .nav-icon span:nth-child(2) {
		right: 0%;
		top: 50%;
	}
	#hd .hd-main .nav-toggle .nav-icon span:nth-child(3) {
		top: 100%;
		width: 100%;
	}
	#hd .hd-main .nav-bg {
		background: rgba(38, 38, 38, 0.995);
		position: absolute;
		top: -100px;
		left: 0%;
		width: 100%;
		z-index: 900;
		opacity: 0;
		-webkit-transition: 0.55s;
		-moz-transition: 0.55s;
		transition: 0.55s;
		overflow-y: scroll;
		max-height: 100%;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	#hd .hd-main .nav-bg::-webkit-scrollbar {
		display: none;
	}
	#hd .hd-main nav {
		display: inline-block;
		text-align: left;
		width: 100%;
		padding: 60px 20px 24px;
		max-width: 305px;
	}
	#hd .hd-main nav ul {
		margin: 0;
		padding: 0;
	}
	#hd .hd-main nav ul li {
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		width: auto;
	}
	#hd .hd-main nav ul li.open a:after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		-moz-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}
	#hd .hd-main nav ul li.open > a {
		color: rgba(255, 255, 255, 0.7);
	}
	#hd .hd-main nav ul li a {
		color: #ffffff;
		font-size: 23px;
		line-height: 1.15em;
		padding: 6px 0;
		-webkit-transition: 0.44s;
		-moz-transition: 0.44s;
		transition: 0.44s;
		display: block;
		padding-right: 25px;
		position: relative;
		width: 100%;
	}
	#hd .hd-main nav ul li a:after {
		top: 50%;
		font-size: 0.8em;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
		content: "\f105";
		display: inline-block;
		-webkit-transition: 0.14s;
		-moz-transition: 0.14s;
		transition: 0.14s;
		position: absolute;
		z-index: 10;
		color: rgba(255, 255, 255, 0.3);
	}
	#hd .hd-main nav ul li a:hover {
		color: rgba(255, 255, 255, 0.7);
	}
	#hd .hd-main nav ul ul {
		overflow: hidden;
		min-width: 230px;
		display: block;
		overflow: hidden;
		padding: 0;
		height: 0;
		-webkit-transition: 0.32s;
		-moz-transition: 0.32s;
		transition: 0.32s;
		margin: 0 10px;
		width: auto;
		position: relative;
	}
	#hd .hd-main nav ul ul li {
		height: 0;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
		border: none;
		padding: 0 0;
	}
	#hd .hd-main nav ul ul li a {
		font-size: 15px;
		padding: 4px;
		display: inline-block;
		font-weight: 400;
		text-transform: none;
	}
	#hd .hd-main nav ul ul li a:after {
		display: none;
	}
	#hd .hd-main.open {
		z-index: 9000;
	}
	#hd .hd-main.open .social-icons a i {
		opacity: 0;
		-webkit-animation: socialsIn 0.4s 1 forwards;
		-moz-animation: socialsIn 0.4s 1 forwards;
		animation: socialsIn 0.4s 1 forwards;
	}
	#hd .hd-main.open .social-icons a:nth-of-type(1) i {
		-webkit-animation-delay: 0.42s;
		-moz-animation-delay: 0.42s;
		animation-delay: 0.42s;
	}
	#hd .hd-main.open .social-icons a:nth-of-type(2) i {
		-webkit-animation-delay: 0.54s;
		-moz-animation-delay: 0.54s;
		animation-delay: 0.54s;
	}
	#hd .hd-main.open .social-icons a:nth-of-type(3) i {
		-webkit-animation-delay: 0.66s;
		-moz-animation-delay: 0.66s;
		animation-delay: 0.66s;
	}
	#hd .hd-main.open .social-icons a:nth-of-type(4) i {
		-webkit-animation-delay: 0.78s;
		-moz-animation-delay: 0.78s;
		animation-delay: 0.78s;
	}
	#hd .hd-main.open .social-icons a:nth-of-type(5) i {
		-webkit-animation-delay: 0.9s;
		-moz-animation-delay: 0.9s;
		animation-delay: 0.9s;
	}
	#hd .hd-main.open .social-icons a:nth-of-type(6) i {
		-webkit-animation-delay: 1.02s;
		-moz-animation-delay: 1.02s;
		animation-delay: 1.02s;
	}
	#hd .hd-main.open .nav-bg {
		top: 0;
		left: 0;
		opacity: 1;
		pointer-events: all;
	}
	#hd .hd-main.open .label {
		color: #ffffff;
	}
	#hd .hd-main.open nav ul li {
		opacity: 0;
		-webkit-animation: navIn1 0.38s 1 forwards;
		-moz-animation: navIn1 0.38s 1 forwards;
		animation: navIn1 0.38s 1 forwards;
	}
	#hd .hd-main.open nav ul li:nth-of-type(1) {
		-webkit-animation-delay: 0.13s;
		-moz-animation-delay: 0.13s;
		animation-delay: 0.13s;
	}
	#hd .hd-main.open nav ul li:nth-of-type(2) {
		-webkit-animation-delay: 0.21s;
		-moz-animation-delay: 0.21s;
		animation-delay: 0.21s;
	}
	#hd .hd-main.open nav ul li:nth-of-type(3) {
		-webkit-animation-delay: 0.29s;
		-moz-animation-delay: 0.29s;
		animation-delay: 0.29s;
	}
	#hd .hd-main.open nav ul li:nth-of-type(4) {
		-webkit-animation-delay: 0.37s;
		-moz-animation-delay: 0.37s;
		animation-delay: 0.37s;
	}
	#hd .hd-main.open nav ul li:nth-of-type(5) {
		-webkit-animation-delay: 0.45s;
		-moz-animation-delay: 0.45s;
		animation-delay: 0.45s;
	}
	#hd .hd-main.open nav ul li:nth-of-type(6) {
		-webkit-animation-delay: 0.53s;
		-moz-animation-delay: 0.53s;
		animation-delay: 0.53s;
	}
	#hd .hd-main.open nav ul li:nth-of-type(7) {
		-webkit-animation-delay: 0.61s;
		-moz-animation-delay: 0.61s;
		animation-delay: 0.61s;
	}
	#hd .hd-main.open nav ul li:nth-of-type(8) {
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
		animation-delay: 0.69s;
	}
	#hd .hd-main.open nav ul li:nth-of-type(9) {
		-webkit-animation-delay: 0.77s;
		-moz-animation-delay: 0.77s;
		animation-delay: 0.77s;
	}
	#hd .hd-main.open nav ul li:nth-of-type(10) {
		-webkit-animation-delay: 0.85s;
		-moz-animation-delay: 0.85s;
		animation-delay: 0.85s;
	}
	#hd .hd-main.open nav ul li ul li {
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
	#hd .hd-main.open nav ul li:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(255, 255, 255, 0.04);
		-webkit-transform-origin: center 10%;
		-moz-transform-origin: center 10%;
		transform-origin: center 10%;
		z-index: -1;
		opacity: 0;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		transition: 0.4s;
		margin: -2px -18px;
		-webkit-transform: scale(1, 0.5);
		-moz-transform: scale(1, 0.5);
		transform: scale(1, 0.5);
	}
	#hd .hd-main.open nav ul li.open ul {
		display: block;
		height: auto;
		padding: 0px 0 10px;
	}
	#hd .hd-main.open nav ul li.open ul:after {
		opacity: 1;
		margin: -2px 0;
	}
	#hd .hd-main.open nav ul li.open ul li {
		opacity: 0;
		-webkit-animation: navIn2 0.3s 1 forwards;
		-moz-animation: navIn2 0.3s 1 forwards;
		animation: navIn2 0.3s 1 forwards;
		height: 1.65em;
	}
	#hd .hd-main.open nav ul li.open ul li:nth-of-type(1) {
		-webkit-animation-delay: -0.04s;
		-moz-animation-delay: -0.04s;
		animation-delay: -0.04s;
	}
	#hd .hd-main.open nav ul li.open ul li:nth-of-type(2) {
		-webkit-animation-delay: 0.02s;
		-moz-animation-delay: 0.02s;
		animation-delay: 0.02s;
	}
	#hd .hd-main.open nav ul li.open ul li:nth-of-type(3) {
		-webkit-animation-delay: 0.08s;
		-moz-animation-delay: 0.08s;
		animation-delay: 0.08s;
	}
	#hd .hd-main.open nav ul li.open ul li:nth-of-type(4) {
		-webkit-animation-delay: 0.14s;
		-moz-animation-delay: 0.14s;
		animation-delay: 0.14s;
	}
	#hd .hd-main.open nav ul li.open ul li:nth-of-type(5) {
		-webkit-animation-delay: 0.2s;
		-moz-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}
	#hd .hd-main.open nav ul li.open ul li:nth-of-type(6) {
		-webkit-animation-delay: 0.26s;
		-moz-animation-delay: 0.26s;
		animation-delay: 0.26s;
	}
	#hd .hd-main.open nav ul li.open ul li:nth-of-type(7) {
		-webkit-animation-delay: 0.32s;
		-moz-animation-delay: 0.32s;
		animation-delay: 0.32s;
	}
	#hd .hd-main.open nav ul li.open ul li:nth-of-type(8) {
		-webkit-animation-delay: 0.38s;
		-moz-animation-delay: 0.38s;
		animation-delay: 0.38s;
	}
	#hd .hd-main.open nav ul li.open ul li:nth-of-type(9) {
		-webkit-animation-delay: 0.44s;
		-moz-animation-delay: 0.44s;
		animation-delay: 0.44s;
	}
	#hd .hd-main.open nav ul li.open ul li:nth-of-type(10) {
		-webkit-animation-delay: 0.5s;
		-moz-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}
	#hd .hd-main.open nav ul li.open ul li:nth-of-type(11) {
		-webkit-animation-delay: 0.56s;
		-moz-animation-delay: 0.56s;
		animation-delay: 0.56s;
	}
	#hd .hd-main.open .nav-toggle {
		height: 40px;
		pointer-events: all;
	}
	#hd .hd-main.open .nav-toggle:after {
		background: rgba(0, 0, 0, 0.06);
	}
	#hd .hd-main.open .nav-toggle:before {
		opacity: 0;
	}
	#hd .hd-main.open .nav-icon span {
		background: rgba(255, 255, 255, 0.7);
	}
	#hd .hd-main.open .nav-icon span:nth-child(1) {
		left: 40%;
		right: 0;
	}
	#hd .hd-main.open .nav-icon span:nth-child(2) {
		left: 20%;
		right: 0;
	}
}
@media screen and (max-width: 63.9em) {
	#hd .info.desk {
		position: relative;
		padding: 17px 5px;
		font-size: 12.5px;
	}
	#hd .info.desk .inner {
		display: inline-block;
		max-width: 400px;
	}
	#hd .info.desk:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: -1;
		margin: 0 -999em;
		background: rgba(0, 0, 0, 0.2);
	}
	#hd .info .social-icons {
		position: relative;
		top: -1px;
	}
	#hd .info .social-icons a {
		padding: 0;
		margin: 0 5px;
		display: inline-block;
	}
	#hd .info .social-icons a i {
		font-size: 12px;
		vertical-align: baseline;
	}
	#hd .info .social-icons a:hover {
		color: #fff;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		transform: scale(1.5);
	}
	.home h1 {
		text-align: center;
	}
	#home-content .dr-photo .btns {
		font-size: 0.8em;
	}
}
@media only screen and (max-width: 47.9em) {
	.hide-mob {
		display: none;
	}
}
@media screen and (max-width: 47.9em) {
	#home-content .dr-photo .btns {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media only screen and (min-width: 48em) and (max-width: 63.9em) {
	.hide-tab {
		display: none;
	}
}
@media screen and (min-width: 48em) and (max-width: 63.999em) {
	#hd .hd-main {
		left: auto;
	}
	#hd .hd-main .nav-toggle {
		width: auto;
		padding: 0 16px;
		position: absolute;
		right: 0;
		left: auto;
	}
	#hd .hd-main .nav-bg {
		position: relative;
		padding: 0;
		width: 340px;
	}
	#hd .hd-main nav {
		text-align: left;
		max-width: 92%;
	}
}
@media screen and (min-width: 48em) and (max-width: 63.9em) {
	#hd {
		padding: 20px 20px;
	}
	#hd .logo {
		max-width: 190px;
		margin: 0;
	}
}