body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

input, textarea, button {
	outline: none;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

#system-message, #system-message-container {
	display: none !important;
}

body.homepage .content.h {
	display: none;
}

.content {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	max-width: 1300px;
	padding: 0 15px;
	box-sizing: border-box;
}

.btn {
	width: 100%;
	max-width: 250px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	border: 2px solid transparent;
	transition: all 0.3s;
	cursor: pointer;
	box-sizing: border-box;
}

.btn-primary {
	background: #308fbb;
	color: #fff;
	border-color: #308fbb;
}

.btn-primary a {
	color: #fff;
	padding: 13px 34px;
	display: block;
}

.btn-primary:hover {
	background: transparent;
	color: #308fbb;
}

.btn-primary:hover a {
	color: #308fbb;
}

.table {
	display: table;
	vertical-align: middle;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.activeFeedbackField {
	display: inline-block;
	position: relative;
	width: 0;
	overflow: hidden;
}

.activeFeedbackField input {
	position: absolute;
	left: 10px;
}

.activeFeedbackDescription {
	padding-top: 5px;
	margin: 0;
}

.phone-container {
	text-align: center;
	position: relative;
}

.call-button {
	padding: 8px 30px;
	background: #308fbb;
	color: #fff;
	width: 100%;
	max-width: 250px;
	font-weight: 400;
	font-size: 23px;
	display: inline-block;
	border: 2px solid #ffffff;
	transition: all 0.3s;
	cursor: pointer;
	box-sizing: border-box;
}

.call-button:hover {
	background-color: #89b9d2;
}

.info-container {
	margin-top: 20px;
	color: #fff;
	position: absolute;
	top: 32px;
	right: 0;
	background: #308fbb;
	padding: 5px;
	font-size: 18px;
	width: 250px;
	border: 2px solid #fff;
	z-index: 99;
}

.info-container p {
	display: block;
}

.info-container p a {
	color: #fff;
	font-weight: 600;
}

.hidden-phones {
	display: none;
}

.top-right {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.top-buttons .top-button.ra {
	display: none;
}

.top-button {
	background-color: #308fbb;
	color: #fff;
	border-color: #308fbb;
	border: 1px solid #fff;
	padding: 5px 10px;
	font-size: 20px;
	transition: 0.3s all;
	display: inline-block;
}

.top-button:hover {
	color: #308fbb;
	background-color: #fff;
}

.top-button.portal {
	background-color: #064884;
}

.top-button.portal:hover {
	background-color: #fff;
	color: #064884;
}

.socials-block {
	position: fixed;
	left: 0;
	top: 40%;
	background: #ffffff;
	z-index: 98;
	border-top: 1px solid #06334e;
	border-bottom: 1px solid #06334e;
	border-right: 1px solid #06334e;
	padding: 5px;
	border-radius: 0px 15px 15px 0px;
}

.social-button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.socials-wrapper {
	display: flex;
	gap: 5px;
	flex-direction: column;
}

.social-button img {
	transition: 0.3s ease;
}

.social-button img:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.socials-block.disabled {
	pointer-events: none;
	opacity: 0.5;
	filter: grayscale(100%);
}

.homepage nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9000;
	background: #000000b8 !important;
	transition: all 0.3s;
}

#homepage nav {
	position: absolute;
}

#homepage nav.slide {
	position: relative;
	display: none;
}

nav.slide {
	position: fixed;
	display: none;
}

.inner-nav.slide.fixed {
	display: none;
}

nav.slide.fixed, .inner-nav.slide.fixed {
	position: fixed !important;
	display: block;
	top: 0;
	width: 100%;
	z-index: 99;
}

nav.inner-nav {
	background: rgb(0, 0, 0);
	position: relative;
	z-index: 1;
}

nav .content {
	max-width: 3000px;
	display: flex;
	align-items: center;
	padding: 15px;
}

.inner-logo {
	padding: 5px 10px 5px 0;
	display: flex;
	vertical-align: middle;
}

.inner-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-logo img {
	width: 100%;
}

.topmenu {
	margin: 0 auto;
}

.topmenu ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.topmenu ul li {
	list-style: none;
	padding: 5px 15px;
	position: relative;
}

.topmenu ul li.parent:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 2px;
	vertical-align: middle;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.item-133 {
	background: #308fbb;
	color: #fff;
	border-color: #308fbb;
	border: 1px solid #fff;
	margin-left: 20px;
}

.item-133:hover {
	background: #89b9d2;
	color: #fff;
	border-color: #89b9d2;
	border: 1px solid #fff;
	margin-left: 20px;
}

.topmenu ul li a, span.nav-header, span.separator {
	text-decoration: none;
	font-size: 19px;
	color: #ffffff;
	transition: all 0.3s;
	white-space: nowrap;
}

.topmenu ul li.active ul li a {
	color: #ffffff;
	display: block;
	width: 100%;
}

.topmenu ul li a:hover, .topmenu ul li.active a {
	color: #d3d3d3;
}

.topmenu ul li.active ul li a:hover, .topmenu ul li ul li.active a {
	color: #d3d3d3;
}

.topmenu ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	display: block;
	background: #f8f8f8;
	max-height: 0;
	overflow-y: hidden;
	transition: all 0.2s;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

nav.fixed .topmenu ul li ul {
	background: #fff;
}

.topmenu ul li:hover ul {
	padding-top: 10px;
	max-height: 3000px;
	overflow-y: auto;
}

.topmenu ul li ul li {
	display: block;
	padding: 10px 15px;
}

.topmenu ul li ul li:last-child {
	border-bottom: 5px #144c6c solid;
}

.hamburger {
	display: none;
}

.slider-block {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.slider-block .content {
	text-align: center;
}

.mobile-slide {
	display: none;
}

.nivo-caption {
	background: rgba(0,0,0,0.7);
	padding: 0;
	opacity: 1;
}

.theme-pure .nivoSlider {
	margin-bottom: 0;
}

.slider-overlay {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 11;
	transform: translateY(-50%);
	text-align: center;
}

.slider-overlay::after {
	content: "";
	width: 600px;
	height: 400px;
	background-color: #fff;
	filter: blur(100px);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.slider-overlay > .slidetext ul {
	padding: 0;
	margin: 0;
	text-shadow: 3px 3px 15px #000000, -2px 1px 10px #000000;
}

.slider-overlay > .slidetext ul li {
	list-style: none;
	padding: 0px 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: white;
	font-size: 25px;
	border-right: 1px solid #fff;
}

.slider-overlay > .slidetext ul li:last-child {
	border-right: none;
}

.nowrap {
	white-space: nowrap;
}

.condition-block {
	position: absolute;
	width: 380px;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot-ankle-box {
	width: 100%;
	background: linear-gradient(150deg, rgb(1 84 128 / 82%) 0%, rgb(0 48 78 / 90%) 100%);
	color: #fff;
	padding: 28px 30px;
	border-radius: 3px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
	z-index: 10;
	box-sizing: border-box;
	border-left: 5px solid #308fbb;
}

.foot-ankle-box h3 {
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 16px;
	text-align: left;
	color: #fff;
	line-height: 1.2;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	text-shadow: none;
}

.foot-ankle-box ul {
	list-style: none;
	font-size: 20px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 500;
}

.foot-ankle-box ul li {
	margin-bottom: 6px;
	text-align: left;
	display: flex;
	align-items: center;
	gap: 10px;
}

.foot-ankle-box ul li a {
	color: #fff;
	text-shadow: none;
}

.foot-ankle-box ul li a:hover {
	text-decoration: underline;
	color: #89b9d2;
}

.foot-ankle-box ul li::before {
	content: '';
	display: inline-block;
	min-width: 14px;
	height: 14px;
	background-color: #308fbb;
	flex-shrink: 0;
}

.condition-box-content {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.overlay-button-wrap {
	padding-top: 20px;
}

.overlay-button {
	color: #fff;
	font-size: 28px;
	background: #308fbb;
	padding: 10px;
	display: block;
	max-width: 335px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 5px;
}

.overlay-button:hover {
	background: #89b9d2;
}

.tagline-block {
	background: #015480;
	display: flex;
	box-sizing: border-box;
	padding: 15px 25px;
}

.tagline-block p {
	font-weight: 600;
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	display: flex;
}

.services-title {
	background: #015480;
	display: flex;
}

.services-title h2 {
	font-weight: 600;
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin: 0 auto;
	line-height: 69px;
	padding: 10px;
	display: flex;
}

.services-title img {
	max-width: 100%;
	height: auto !important;
	display: block;
	background-repeat: no-repeat;
	padding: 0 15px 0 0;
}

.services-block {
	display: flex;
}

.services-item {
	height: 557px;
	display: flex;
	flex: 1;
	align-items: flex-end;
	text-align: center;
	transition: all 0.3s;
}

.services-item.item1 {
	background: #0c5b86 url(../images/service1.jpg) no-repeat center;
	background-size: auto 100%;
	filter: grayscale(100%);
}

.services-item.item2 {
	background: #0c5b86 url(../images/service2.jpg) no-repeat center;
	background-size: auto 100%;
	filter: grayscale(100%);
}

.services-item.item3 {
	background: #0c5b86 url(../images/service3.jpg) no-repeat center;
	background-size: auto 100%;
	filter: grayscale(100%);
}

.services-item.item4 {
	background: #0c5b86 url(../images/service4.jpg) no-repeat center;
	background-size: auto 100%;
	filter: grayscale(100%);
}

.services-item:hover {
	background-size: auto 120%;
	filter: grayscale(0%);
}

.services-item a {
	height: inherit;
	width: 100%;
	position: relative;
}

.service-title {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	background: #484848;
	position: absolute;
	bottom: 0;
}

.doctors-block {
	padding: 50px 0;
}

.doctors-block .content {
	text-align: center;
}

.doctors-box {
	max-width: unset;
	margin: 0 auto;
	padding: 25px;
}

.doctors-box h2 {
	font-weight: 400;
	color: #0b5a85;
	font-size: 48px;
	text-align: center;
	margin: 0;
}

.doctors-box .doctor {
	display: inline-block;
	padding: 30px;
	box-sizing: border-box;
	max-width: 45%;
	transition: all 0.3s;
}

.doctors-box .doctor:hover {
	transform: scale(1.02);
}

.doctor a {
	font-size: 20px;
	color: #0b5a85;
	font-weight: bold;
}

.doctors-box .doctor img {
	max-width: 100%;
	box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.2);
	display: block;
	margin-bottom: 15px;
	height: auto;
}

.about-block {
	padding: 50px 0;
	text-align: center;
	background-image: linear-gradient(to bottom, rgb(17 84 127 / 80%), rgb(17 84 127 / 80%)), url(../images/about-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-block .content {
	text-align: center;
	padding: 0 25px;
}

.about-box h2 {
	font-weight: 400;
	color: #fff;
	font-size: 48px;
	text-align: center;
	margin: 0;
}

.about-box h3 {
	font-weight: 700;
	color: #679b1d;
	font-size: 30px;
	text-align: center;
	margin: 15px auto;
}

.about-box p {
	color: #fff;
	text-align: left;
	font-size: 20px;
}

.about-box p a {
	color: #144c6c;
	font-weight: 700;
}

.locations-block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	background: #185a83;
	padding: 25px 25px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.location-box {
	position: relative;
	background: #fff;
	padding: 15px;
	text-align: center;
	box-shadow: 2px 3px 14px 2px #343434;
	color: #075783;
	font-size: 23px;
	max-width: 450px;
	width: 100%;
}

.location-box h2 {
	font-size: 48px;
	color: #075783;
	text-align: center;
	font-weight: 300;
	margin: 0px auto 30px auto;
	position: relative;
	padding: 30px 0 13px;
}

.location-box h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #979798;
}

.location-box .overlay-button-wrap {
	padding: 0 0 20px 0;
}

footer {
	background: #1a1a1a;
}

footer .content {
	text-align: center;
}

.logo-footer {
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	max-width: 430px;
	filter: brightness(0) invert(1);
	opacity: 0.5;
}

.quick-links-block {
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	text-align: left;
}

footer h4 {
	font-size: 18px;
	font-weight: 400;
	color: #2e8fbc;
	margin-top: 0;
	padding-top: 0;
}

.quick-links-block ul {
	padding: 0;
	margin: 0;
}

.quick-links-block ul li {
	display: block;
	list-style: none;
	padding: 2px 0;
	color: #d1d1d0;
	font-size: 18px;
}

.quick-links-block ul li a, .quick-links-block ul li.a {
	color: #d1d1d0;
	font-size: 18px;
	line-height: 25px;
	text-decoration: none;
}

.quick-links-block ul li a:hover {
	text-decoration: underline;
}

.quick-links-block ul li ul {
	margin: 5px 0 0 5px;
}

.bottom-loc-block {
	display: inline-block;
	vertical-align: top;
	padding: 30px 0 30px 30px;
	text-align: left;
	color: #d1d1d0;
	font-size: 18px;
	line-height: 25px;
}

.white-text {
	color: #fff;
}

.offices-block {
	display: flex;
}

.office {
	padding-right: 30px;
}

.copy-left, .copy-right {
	text-align: left;
	float: left;
	color: #6e6d6d;
	font-size: 14px;
	padding: 30px;
}

.copy-left a, .copy-right a {
	color: #6e6d6d;
	text-decoration: none;
}

.copy-left a:hover, .copy-right a:hover {
	text-decoration: underline;
}

.copy-right {
	text-align: right;
	float: right;
}

.scroll-to-top {
	position: fixed;
	bottom: 72px;
	left: 20px;
	z-index: 98;
	opacity: 1;
	transition: all 0.3s;
	display: none;
	cursor: pointer;
}

.scroll-to-top.active {
	display: block;
}

.scroll-to-top:hover {
	opacity: 0.8;
}

.rabutton {
	max-width: 350px;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 98;
}

.rabutton .wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rabutton .buttonrs {
	min-width: 255px;
	min-height: 45px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color: #fff;
	background: #2e8fbc;
	border: none;
	border-radius: 3px;
	box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.rabutton .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(250px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #89b9d2;
	box-shadow: 0 0 60px rgb(195 195 195 / 64%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
}

.rabutton .buttonrs:hover, .buttonrs:focus {
	color: #89b9d2;
	transform: translateY(-6px);
	background: #fff;
}

.rabutton .buttonrs:hover::before, .rabutton .buttonrs:focus::before {
	opacity: 1;
}

.rabutton .buttonrs::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 6px solid #cccccc;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
}

.rabutton .buttonsr:hover::after, .buttonrs:focus::after, .rabutton.disabled {
	animation: none;
	display: none;
}

@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 200px;
		height: 200px;
		opacity: 0;
	}
}

tr.rsform-block.rsform-block-ref {
	vertical-align: text-bottom;
}

.social-btns p, .connect-block p, .doctors-box h2 p {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.social-btns a {
	color: #074075;
}

.inner-wrap {
	padding: 50px 2% 100px;
	text-align: center;
}

.inner-wrap h2 {
	font-size: 44px;
	margin: 0 auto;
	font-weight: 500;
}

.inner-wrap h5 {
	margin: 25px auto;
}

.google-review {
	margin-top: 60px;
}

.google-review img:hover {
	transform: scale(1.02);
	transition: all 300ms ease;
}

.thumbs-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 2% 100px;
}

.thumbs-wrap .item {
	margin: 0 20px;
	max-width: 300px;
}

.thumbs-wrap .item:hover {
	transform: scale(1.02);
	transition: all 300ms ease;
}

.thumbs-wrap .item img {
	width: 100%;
}

.thumbs-wrap .item span {
	font-size: 23px;
	margin-bottom: 20px;
	display: block;
	font-weight: 600;
}

.inner-pages {
	padding-bottom: 30px;
}

.inner-pages a {
	color: #074075;
}

.inner-pages img {
	max-width: 100% !important;
	height: auto !important;
}

.inner-pages .doctor {
	width: 223px;
	float: right;
	margin: 0px 0 10px 10px;
	text-align: center;
	padding: 3px;
	color: #586064;
	font-weight: 700;
}

.inner-pages .doctor img {
	width: 100%;
	margin-bottom: 10px;
}

.inner-btn a {
	background-color: #308fbb;
	color: #fff;
	border: 1px solid #308fbb;
	padding: 5px 15px;
	font-size: 18px;
	transition: 0.3s all;
	display: inline-block;
}

.inner-btn a:hover {
	color: #308fbb;
	background-color: #fff;
}

div.latestItemsCategory {
	background: transparent;
	border: none;
	border-radius: 4px;
	margin: 0;
	padding: 0;
}

h2.latestItemTitle a {
	color: #144c6c;
}

#k2Container.latestView {
	padding-top: 0;
}

#k2Container {
	padding-top: 40px;
}

div.itemToolbar {
	display: none;
}

div.k2LatestCommentsBlock ul, div.k2TopCommentersBlock ul, div.k2ItemsBlock ul, div.k2LoginBlock ul, div.k2UserBlock ul.k2UserBlockActions, div.k2UserBlock ul.k2UserBlockRenderedMenu, div.k2ArchivesBlock ul, div.k2AuthorsListBlock ul, div.k2CategoriesListBlock ul, div.k2UsersBlock ul {
	padding: 10px 20px;
	margin: 0;
}

div.k2LatestCommentsBlock ul li, div.k2TopCommentersBlock ul li, div.k2ItemsBlock ul li, div.k2LoginBlock ul li, div.k2ArchivesBlock ul li, div.k2AuthorsListBlock ul li, div.k2CategoriesListBlock ul li, div.k2UsersBlock ul li {
	margin: 0;
	display: block;
	padding: 8px 0 8px 15px;
}

.clearList {
	display: none !important;
}

#second {
	margin: 0;
	width: 100%;
	float: left;
	margin-top: 10px;
}

#one {
	float: left;
	width: 53%;
	padding-right: 2%;
}

#two {
	width: 45%;
	float: right;
	margin-bottom: 20px;
}

#address {
	float: left;
	width: 45%;
}

#week {
	float: left;
	width: 115px;
}

#hours {
	float: left;
	width: 200px;
}

#offices {
	margin: 0;
	width: 100%;
	float: left;
}

#offices.images {
	margin-top: 23px;
	text-align: center;
}

#offices.images img {
	max-width: 100;
	height: auto;
}

#map {
	margin: 20px 0;
	float: left;
	width: 100%;
}

#osmap.osmap-sitemap .even {
	padding: 2px 0;
}

.formTableLayout {
	margin: 0 auto;
}

.formTableLayout input#Send, button#submit {
	padding: 10px 20px 7px;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 400;
	background: #308fbb;
	color: #fff;
	border-color: #308fbb;
	border: 2px solid #fff;
	margin-left: 20px;
}

.formTableLayout input#Send:hover, button#submit:hover {
	background: #fff;
	color: #308fbb;
	border-color: #fff;
	border: 2px solid;
	cursor: pointer;
}

.formTableLayout tr.rsform-block>td {
	padding: 5px;
	font-weight: 600;
}

input, textarea, button, select {
	outline: none;
	padding: 4px;
}

.contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
	justify-content: center;
	clear: both;
	margin: 0 auto 5px;
}

.contact-actions .office-btn {
	text-align: center;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	font-weight: 700;
	transition: 0.3s all;
	min-width: 230px;
}

.contact-actions .office-btn:hover {
	opacity: 0.5;
}

.contact-actions .office-btn.btn-red {
	background: #c62828;
}

.contact-actions .office-btn.btn-teal {
	background: #2fa1b3;
}

.contact-actions .office-btn.btn-orange {
	background: #f39c12;
}

body#homepage .content.h {
	display: none;
}

.content.full {
	flex-wrap: wrap;
	display: flex;
}

.divContent {
	flex: 0 0 80%;
}

.divRight {
	flex: 0 0 20%;
}

.divRight .moduletable {
	margin-top: 25px;
	padding-left: 40px;
}

.divRight .moduletable ul {
	padding: 0px 4px !important;
}

.divRight .moduletable ul li {
	padding: 5px 0 5px 3px !important;
}

body#bfa #k2Container {
	padding-top: 0;
}

.latestItemsCategory {
	float: none;
	width: 100%;
}

div.genericItemReadMore {
	display: none !important;
}

div.k2ArchivesBlock ul li a {
	color: #074075;
}

.images-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 25px auto;
	text-align: center;
}

.images-wrap span {
	margin-top: 10px;
	display: block;
	text-align: center;
}

.video-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 25px auto;
}

.video-item {
	max-width: 560px;
	width: 100%;
	text-align: center;
}

.video-content {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.video-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lapi-video {
	display: flex;
	justify-content: center;
	margin: 0 auto 35px;
	flex-wrap: wrap;
	max-width: 840px;
}

.lapi-video video {
	background: #000000;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1675px) {
	footer {
		padding-bottom: 140px;
	}
}

@media only screen and (max-width: 1500px) {
	.topmenu ul li {
		padding: 5px 10px;
	}

	.services-block {
		flex-wrap: wrap;
	}

	.services-item {
		height: 300px;
		flex: 50%;
		box-sizing: border-box;
	}

	.services-item.item1 {
		background-size: 100% auto;
	}

	.services-item.item2 {
		background-size: 100% auto;
	}

	.services-item.item3 {
		background-size: 100% auto;
	}

	.services-item.item4 {
		background-size: 100% auto;
	}
}

@media only screen and (max-width: 1300px) {
	.topmenu ul li.parent:after {
		right: -3px;
	}

	.info-container {
		top: 24px;
	}

	.call-button {
		padding: 6px 20px;
		font-size: 18px;
	}

	.topmenu ul li a, span.nav-header, span.separator {
		font-size: 16px;
	}

	.topmenu ul li {
		padding: 5px 7px;
	}

	.top-button {
		font-size: 16px;
	}

	.item-133 {
		margin-left: 5px;
	}

	.overlay-logo {
		max-width: 300px;
	}

	.slider-overlay > .slidetext ul li {
		font-size: 18px;
	}

	.overlay-button {
		font-size: 22px;
		max-width: 280px;
	}

	.tagline-block p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1215px) {
	.inner-logo {
		width: 260px;
		padding: 15px 10px;
	}

	.top-location {
		font-size: 18px;
	}

	.top-phone a {
		font-size: 22px;
	}

	nav .social-btns {
		float: right;
		padding: 10px 15px 15px 0;
	}

	.maintext-block-serv-wrapper {
		top: 140px;
	}

	.maintext-block h3 {
		font-size: 17px;
	}

	.maintext-block p {
		font-size: 18px;
	}

	#address {
		width: 100%;
	}

	#week {
		margin: 20px 0 0;
	}

	#hours {
		float: left;
		margin: 20px 0 0;
	}

	#map iframe {
		height: 576px;
	}

	.condition-block {
		width: 300px;
	}

	.foot-ankle-box h3 {
		font-size: 22px;
	}

	.foot-ankle-box ul {
		font-size: 17px;
	}
}

@media only screen and (max-width: 1150px) {
	.location-box h2 {
		font-size: 28px;
	}

	.location-box {
		font-size: 18px;
	}

	.logo-footer {
		max-width: 330px;
	}
}

@media only screen and (max-width: 1080px) {
	.topmenu ul li {
		padding: 5px;
	}

	.topmenu ul li a, span.nav-header, span.separator {
		font-size: 16px;
	}

	.topmenu ul {
		margin: 0 5px;
	}

	.topmenu ul li.parent:after {
		content: '';
		position: absolute;
		top: 10px;
		right: -2px;
		width: 0;
		height: 0;
		margin-left: 1px;
		vertical-align: middle;
		border-top: 2px solid;
		border-right: 2px solid transparent;
		border-left: 2px solid transparent;
	}

	.maintext-block-serv-wrapper {
		top: 118px;
	}

	.maintext-block-serv h2 {
		font-size: 19px;
	}

	.maintext-block h3 {
		font-size: 24px;
	}

	.maintext-block-serv ul li {
		line-height: 15px;
		padding: 5px 0 5px 20px;
	}

	.maintext-block-serv ul li:before {
		width: 15px;
		height: 15px;
		background-size: cover;
		top: 6px;
	}

	.slider-overlay {
		z-index: unset;
	}

	.services-item {
		height: 270px;
	}

	.service-title {
		font-size: 18px;
	}

	.loc-box h2 {
		font-size: 28px;
	}

	.loc-box .phone {
		font-size: 21px;
	}

	.logo-footer {
		display: block;
		margin: 0 auto;
	}

	.divContent {
		flex: 0 0 70%;
	}

	.divRight {
		flex: 0 0 30%;
	}

	.inner-wrap {
		padding: 30px 2% 60px;
	}

	.inner-wrap h2 {
		font-size: 32px;
	}

	.google-review img {
		width: 300px !important;
	}
}

@media only screen and (max-width: 1050px) {
	nav {
		position: relative;
		background-color: rgb(0 0 0);
	}

	.slider-block {
		height: fit-content;
		overflow: visible;
		margin-bottom: 130px;
	}

	.slider-block .nivoSlider {
		height: 300px !important;
	}

	.slider-block .nivoSlider img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		position: relative !important;
	}

	.slider-overlay {
		top: 50%;
		transform: translateY(-50%);
	}

	.slider-overlay::after {
		width: 400px;
		height: 350px;
	}

	.slider-overlay p {
		margin: 0;
		padding-top: 10px;
	}

	.overlay-logo {
		max-width: 250px;
		padding: 5px;
		margin: 0 auto 5px;
		display: block;
	}

	.slider-overlay > .slidetext ul li {
		font-size: 18px;
	}

	.overlay-button {
		font-size: 20px;
		max-width: 280px;
	}

	.condition-block {
		position: absolute;
		left: 0;
		top: 124%;
		width: 100%;
		max-width: 100%;
		transform: none;
		z-index: 12;
		box-sizing: border-box;
	}

	.foot-ankle-box {
		width: 100%;
		max-width: 100%;
		border-radius: 0;
		background: #fff;
		border-left: 0px;
		padding: 15px 20px;
		box-shadow: none;
		color: #333;
	}

	.condition-box-content {
		flex-direction: column;
	}

	.foot-ankle-box h3 {
		font-size: 20px;
		margin: 0 0 10px;
		padding-bottom: 10px;
		color: #015480;
		border-bottom-color: rgba(0, 0, 0, 0.15);
	}

	.foot-ankle-box ul {
		font-size: 15px;
		line-height: 1.3;
		color: #333;
	}

	.foot-ankle-box ul li a {
		color: #015480;
	}

	.foot-ankle-box ul li a:hover {
		color: #308fbb;
	}

	.foot-ankle-box ul li {
		margin-bottom: 4px;
	}

	.services-title h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1000px) {
	.top-right {
		margin: 0 auto;
		gap: 10px;
	}

	.top-buttons {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
	}

	.top-button {
		padding: 5px 10px;
		font-size: 18px;
		border: 2px solid #fff;
	}

	.item-133 {
		display: none !important;
	}

	.top-buttons .top-button.ra {
		display: inline-block;
	}

	.location-box {
		max-width: 350px;
	}

	.hamburger {
		display: inline-block;
		position: relative;
		z-index: 9002;
		margin: 17px;
	}

	.topmenu {
		position: fixed;
		z-index: 9001;
		top: -150%;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		background: #000000;
		transition: all 0.3s;
	}

	.topmenu.active {
		top: 0;
		z-index: 999;
	}

	.topmenu ul {
		display: block;
		padding: 20px 15px 15px 15px;
	}

	.topmenu ul li {
		display: block;
		padding: 5px;
	}

	.topmenu ul li.parent:after {
		display: none;
	}

	.topmenu ul li a, span.nav-header, span.separator {
		font-size: 15px;
	}

	.topmenu ul li ul {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		display: block;
		background: transparent;
		max-height: 3000px;
		overflow-y: visible;
		padding: 5px 0 0 0;
		box-shadow: unset;
	}

	.topmenu ul li ul li:last-child {
		border-bottom: unset;
	}

	.topmenu ul li ul li {
		padding: 5px 10px;
	}

	nav.fixed .topmenu ul li ul {
		background: transparent;
	}

	.topmenu ul li:hover ul {
		overflow-y: visible;
		padding: 5px 0 0 0;
	}

	nav .content {
		display: flex;
	}

	table.pe td {
		display: block;
	}

	table.pe ul {
		margin: 0;
	}

    .slider-block {
		margin-bottom: 167px;
	}
}

@media only screen and (max-width: 830px) {
	.maintext-block h3 {
		font-size: 14px;
	}

	.copy-left, .copy-right {
		text-align: center;
		float: left;
		font-size: 14px;
		padding: 0px;
		width: 100%;
	}

	.copy-right p {
		margin-top: 0;
	}

	#map iframe {
		height: 547px;
	}

    .slider-block {
		margin-bottom: 174px;
	}
}

@media screen and (max-width: 800px) {
	.thumbs-wrap .item {
		max-width: 35%;
		margin: 0 10px 20px 10px;
	}

	.thumbs-wrap .item span {
		font-size: 18px;
	}

        .slider-block {
		margin-bottom: 188px;
	}
}

@media only screen and (max-width: 767px) {
	.btn {
		width: 100%;
		max-width: 180px;
		border-radius: 5px;
		padding: 10px 10px;
		font-weight: 600;
		font-size: 14px;
	}

	.blogs-block .btn {
		padding: 0;
	}

	.about-box {
		padding: 15px;
	}

	.about-box h2 {
		font-size: 28px;
	}

	.about-box h3 {
		font-size: 21px;
	}

	.about-box p {
		font-size: 18px;
	}

	.doctors-box h2 {
		font-size: 28px;
	}

	.doctors-box .doctor {
		padding: 20px;
		max-width: 350px;
	}

	.doctor a {
		font-size: 17px;
	}

	footer {
		padding-bottom: 80px;
	}

	footer .content {
		text-align: left;
	}

	.logo-footer {
		display: block;
		vertical-align: top;
		padding: 30px 0 15px;
		max-width: 300px;
	}

	.copy-left, .copy-right {
		float: left;
		font-size: 12px;
	}

	footer h4 {
		font-size: 14px;
	}

	.quick-links-block ul li ul {
		margin: 3px 0 0 5px;
	}

	.quick-links-block ul li, .quick-links-block ul li a, .quick-links-block ul li.a {
		font-size: 14px;
		line-height: 18px;
	}

	.bottom-loc-block {
		font-size: 14px;
		line-height: 18px;
	}

	.scroll-to-top {
		width: 45px;
		left: 15px;
		bottom: 15px;
	}

	.rabutton {
		display: none;
	}

	.rabutton .buttonrs {
		min-width: 250px;
		font-size: 15px;
	}

	.rabutton .buttonrs::before {
		min-width: calc(234px + 16px);
		min-height: calc(36px + 9px);
	}

	.inner-pages .page-header h2, body.rsform h1, body.sitemap h1, .latestItemsCategory h2 {
		font-size: 28px;
	}

	.divContent {
		flex: 0 0 70%;
	}

	.divRight {
		flex: 0 0 30%;
	}
}

@media only screen and (max-width: 760px) {
	#one {
		width: 100%;
		padding-right: 0px;
	}

	#two {
		width: 100%;
	}

	#map iframe {
		height: 450px;
	}
}

@media only screen and (max-width: 730px) {
	img.pe, img.se, img.np {
		float: none !important;
		margin: 0 0 10px 0 !important;
		max-width: 100%;
		height: auto;
	}

	tbody#rsform_3_page_0 td, tbody#rsform_4_page_0 td {
		display: block;
	}

	textarea#Message, tbody#rsform_4_page_0 textarea {
		width: 90%;
		display: block;
	}
}

@media only screen and (max-width: 590px) {
	.divContent, .divRight {
		flex: 0 0 100%;
	}

	.divRight .moduletable {
		padding-left: 5px;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 550px) {
	.nivo-caption {
		position: relative;
	}

	.services-block {
		flex-wrap: wrap;
	}

	.services-item {
		flex: 100%;
		height: 220px;
		box-sizing: border-box;
		transition: unset;
	}

	.services-item.item1 {
		background-size: 100% auto;
	}

	.services-item.item2 {
		background-size: 100% auto;
	}

	.services-item.item3 {
		background-size: 100% auto;
	}

	.services-item.item4 {
		background-size: 100% auto;
	}

	.services-item:hover {
		background-size: 120% auto;
	}

	.inner-pages .doctor {
		width: 46%;
		font-size: 12px;
	}

	.logo-footer {
		display: block;
		margin: 0 auto;
	}

	.offices-block {
		display: block;
	}

	.office {
		padding-right: 10px;
		padding-bottom: 23px;
	}

	tbody#rsform_5_page_0 td {
		display: block;
	}
}

@media only screen and (max-width: 490px) {
	.info-container {
		right: 0;
		margin: 15px auto;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0%);
	}
}

@media only screen and (max-width: 430px) {
	.nivo-caption {
		position: relative;
	}
}
