/* Global CSS Classes */
a, a:visited {
	color: #b31e2d;
}
body {
	font-family: fieldwork, sans-serif;
	color: black;
}
h1,h2,h3 {
	font-family: jubilat, serif;
	font-weight: bold;
}
.btn, .gform_button {
	background-color: #df8e3b !important;
	color: white !important;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .6s ease;
	font-size: 14px !important;
	border: none !important;
}
.btn:hover, .gform_button:hover {
	background-color: #a32e33 !important;
	color: white;
}
.footer-widgets .widget {
	font-size: 14px;
}
.fl {
	float: left;
}

.col-full {
	width: 1200px;
	max-width: 90vw;
	position: relative;
	margin: 0 auto;
}

.clearfix {
	display: block;
}
#page {
	width: 1200px;
	max-width: 90vw;
	margin-bottom: 50px;
}
.home #page {
	margin-bottom: 0;
}

/* Home Page CSS */

.home #primary main .page .inside-article {
	margin-left: 0;
}

.home #primary main .post .inside-article {
	margin-left: 0;
}

.home #right-sidebar {
	display: none;
}

.home .grid-75 {
	width: 100%;
	float: none;
}

@media screen and (max-width: 1024px) {
	.single #right-sidebar {
		display: none;
	}
	.page #right-sidebar {
		display: none;
	}
}

/* Header CSS */

.home #featured-wrap {
	/* background: #eff2f5; */
	position: fixed;
	top: 0;
	width: 100%;
}

/* .home #header {
	background-color: transparent;
	border-bottom: medium none;
	padding: 15px 0;
	position: absolute;
	width: 100%;
	z-index: 9999;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.35)0%, rgba(0,0,0,0) 100%);
	background-repeat: repeat;
	background-position: left top;
} */

#header {
	background-color: #000;
	border-bottom: 5px solid #ec891d;
}
.home #header {
	border-bottom: none;
}

#top {
	padding: 0;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	margin: 0 auto;
}
#logo {
	width: 325px;
}
#logo h1 {
	font-size: 24px;
	line-height: 28px;
	color: #43484D;
}

#header a {
	border: none;
	color: #89c3d4;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	cursor: pointer;
	text-shadow: none;
}

#header a > img {
	vertical-align: bottom;
}

#header a img {
	border: none;
}

#navigation {
	font-size: 13px;
	padding: 20px 0;
	float: right;
	font-weight: 500;
	display: block;
}

.mobile-buttons {
	display: none;
}

.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

.nav li {
	float: left;
	width: auto;
	position: relative;
	transition: background-color 0.25s ease;
	margin: 3px;
}
.nav li ul li {
	margin: 0;
}
.nav li.current_page_item a {
	background: none repeat scroll 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,0.11) inset !important;
	border-radius: 3px;
}

.nav li.current_page_item .sub-menu a {
	-webkit-box-shadow: none !important;
}

ul#menu-header-menu > .menu-item {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
ul#menu-header-menu > .menu-item > a {
	color: #d1d3d4;
}
ul#menu-header-menu > .menu-item:hover {
	border-top: 1px solid #D1D3D4;
	border-bottom: 1px solid #D1D3D4;
}

.sub-menu {
	list-style: none;
	/* max-width: 60px; */
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
}

@media screen and (min-width: 1025px) {
	.menu-item-has-children:hover .sub-menu {
		display: flex;
		flex-direction: column;
	}
	/* #menu-item-210:hover .sub-menu {
		display: block;
	}

	#menu-item-137:hover .sub-menu {
		display: block;
	}

	#menu-item-980:hover .sub-menu {
		display: block;
	}

	#menu-item-981:hover .sub-menu {
		display: block;
	}*/
}

@media screen and (max-width: 1024px) {
	.menu-item-has-children:active .sub-menu {
		/* display: block; */
	}
}

.sub-menu a {
	/* width: 120px; */
	background: none !important;
	background-color: #b31e2d !important;
	border: none !important;
	border-radius: 0px !important;
}

.sub-menu a:hover {
	background-color: #ec891d !important;
}

#navigation .nav li a {
	position: relative;
	color: #fff;
	display: block;
	z-index: 9999;
	padding: 5px 10px;
	font-weight: 500;
	line-height: 1.5em;
	box-shadow: none;
	text-decoration: none;
	/* text-transform: capitalize; */
	font-size: 15px;
	white-space: nowrap;

}

#about-nav .down-arrow {
	right: 2px;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper li {
	position: relative;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper i {
	position: absolute;
	display: flex;
	right: 10px;
	top: 17.25px;
	width: 28px;
	float: right;
	height: 28px;
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	background-color: rgba(0,0,0,0.10);
	z-index: 9999;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper i:hover {
	cursor: pointer;
}

.header-title {
	font-size: 500px;
	line-height: 48px;
	color: #2c8cad;
	text-align: left;
}

#hamburger {
	display: none;
}

/* .n2-ss-section-main-content p {
	max-width: 340px;
}

.n2-section-smartslider {
	z-index: 0 !important;
	position: static !important;
} */

@media screen and (max-width: 1024px) {
	.content-top {
		position: relative;
	}
	#featured-wrap {
		position: relative;
	}
	#header {
		padding: 0;
		position: relative;
		z-index: 9999 !important;
	}
	.home #header {
		border-bottom: 7px solid rgba(0,0,0,0.10);
	}
	.mobile-buttons {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
		box-sizing: border-box;
		padding: 0 20px;
		padding-bottom: 30px;
	}
	.mobile-buttons a {
		/* border: 1px solid white !important; */
		width: 100%;
	}
	.mobile-buttons a:first-of-type {
		margin-bottom: 5px;
	}
	.home #header {
		background-color: #000;
		background-image: none;
		padding: 0;
		position: relative;
	}
	.mobile-buttons {
		/* background-color: #2c8dad; */
	}
	#header #top {
		background: none;
		margin-top: 0;
	}
	.home #header #top {
		background: none;
		margin-top: 0;
	}
	.col-full {
		/* max-width: 730px; */
	}
	#logo {
		/* margin-left: 20px; */
	}
	#toggle-nav {
		display: block;
	}
	#header #navigation {
		clear: both;
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}
	#navigation ul {
		width: 100%;
	}
	#navigation li {
		float: none;
		width: 100%;
	}
	#navigation {
		display: none;
	}
	#hamburger {
		display: block;
		z-index: 99999;
	}
	#hamburger ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#hamburger li a {
		display: block;
		padding: 20px 20px;
		text-decoration: none;
		color: white;
		font: 13px/20px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		font-size: 17px;
		font-weight: 500;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#hamburger li a:hover {
		/* background-color: #89c3d4; */
	}
	#header .menu-mobile-container {
		clear: both;
		max-height: 0;
		transition: max-height .2s ease-out;
		display: none;
	}
	#header .menu-icon {
		cursor: pointer;
		display: inline-block;
		float: right;
		margin: 30px 5px;
		padding: 12px 6px;
		position: relative;
		user-select: none;
		/* background-color: #89c3d4; */
		margin-right: 20px;
	}
	#header .menu-icon .navicon {
		background: white;
		display: block;
		height: 2px;
		position: relative;
		transition: background .2s ease-out;
		width: 18px;
	}
	#header .menu-icon .navicon:before, #header .menu-icon .navicon:after {
		background: white;
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		transition: all .2s ease-out;
		width: 100%;
	}
	#header .menu-icon .navicon:before {
		top: 5px;
	}
	#header .menu-icon .navicon:after {
		top: -5px;
	}
	#header .menu-btn {
		display: none;
	}
	#header .menu-btn:checked ~ .menu-mobile-container {
		max-height: 1000px;
		display: block;
	}

	#header .menu-btn:checked ~ .menu-icon .navicon {
		background: transparent;
	}
	#header .menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}
	#header .menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
	}
	#header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, #header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
	}
	.sub-menu {
		list-style: none;
		left: 0;
		margin: 0;
		padding: 0;
		margin-left: 30px;
		max-width: 1000px;
		position: relative;
		display: none;
	}
	.sub-menu a {
		width: inherit;
	}
}

@media screen and (max-width: 1055px) {
	/* .n2-ss-section-main-content {
		display: none !important;
	}
	.n2-ss-layer-content {
		display: none !important;
	} */
}

.bottom-row-floating a {
	padding: 50px;
	background-color: #a2d678;
	margin: 5px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	width: 100%;
}

/* Mobile and Static Version of Header CSS */

#mobile-background {
	/* height: 441px; */
	/* height: 42.138vw;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2019/06/Doggo.jpg');
	background-size: cover;
	width: 100vw;
	max-width: 100vw;
	z-index: 99999;
	position: static; */
	display: none;
	/* background-position: center; */
}

#mobile-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: rgb(163 46 51 / 80%);
	position: relative;
	padding: 10px;
}

#mobile-overlay h2 {

	color: white;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

#mobile-overlay a {
	background-color: white;
	border-radius: 50px;
	color: #df8e3b;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: 0 0 5px grey;
	font-size: 15px;
}

#mobile-overlay a i {
	margin-left: 10px;
}

@media screen and (max-width: 480px) {

	#mobile-overlay a {
		top: 25vh;
	}
}

@media screen and (max-width: 1024px) {
	.home #mobile-background {
		display: flex;
	}
}

.home #static-background {
	height: 1000px;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2019/06/Doggo.jpg);
	background-size: contain;
	/* width: 100%; */
	z-index: 9999 !important;
	position: static !important;
	width: 100vw;
	height: 42.138vw;
}

.home #static-background h1 {
	font-size: 50px;
}

#static-background #static-big-text {
	position: absolute;
	font-size: 38px;
	font-weight: 500;
	vertical-align: center;
	top: 25vh;
	left: 15vw;
	color: white;
	text-shadow: 0 0 3px black;
}

#static-background #static-p-text {
	position: absolute;
	top: 34vh;
	left: 15.3vw;
	color: white;
	font-size: 17px;
	font-weight: 500;
	text-shadow: 0 0 3px black;
	max-width: 340px;
}

#static-background #static-a-tag {
	background: #89c3d4;
	position: absolute;
	left: 15.2vw;
	top: 47vh;
	opacity: 1;
	padding: 10px 30px 10px 30px;
	box-shadow: 0px 0px 0px 0.1px rgba(0,0,0,1);
	border-color: rgba(0,0,0,1);
	border-radius: 0px;
	color: white;
}

.page #static-background {
	display: none;
}

.single #static-background {
	display: none;
}

.home #static-background {
	display: block;
}

@media screen and (max-width: 1024px) {
	.home #static-background {
		display: none;
	}
}

/* "Call-Welcome" Plugin CSS */

.wrapper {
	margin-top: 80vh;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	position: relative;
	z-index: 2;
	background: #fff;
}
.home .wrapper {
	margin-top: 0;
}
.home .post-container {
	/* STATIC */
	margin-top: 46.5vw;
	/* SLIDER */
	/* margin-top: 29.5vw; */
	position: relative;
}


.socials-home {
	display: flex;
	align-items: center;
	justify-content: flex-end;

	transform: translateX(-100vw);
	animation: slideInLeft 500ms ease 1.5s 1 forwards;
	padding: 0 30px 0 0;
	margin: 25px 0;
	border-right: 1px solid rgb(230, 232, 235);
	width: 50%;
}

.socials-home a  {
	background-color: white;
	font-size: 20px;
	color: #b31e2d;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 5px;
	transition: all .6s ease;
	/* margin-left: 30px; */
}
.socials-home a:hover {
	background-color: #D1D3D4;
}
@keyframes slideInLeft {
	0% {
		transform: translateX(-100vw);
	}
	100% {
		transform: translateX(0);
	}
}
@media screen and (max-width: 1024px) {
	.socials-home {
		display: none;
	}
	.call-bar {
		display: none !important;
		margin-left: 0px !important;
		justify-content: center !important;
	}
}

.call-bar {
	display: flex;
	justify-content: center;
	/* padding: 25px; */
	width: 960px;
	max-width: 90vw;
}

.call-structure {
	max-width: 100%;
	overflow: hidden;
	border-top: 10px #ec891d solid;
	background-color: #b31e2d;
}
.call-structure > .col-full {
	display: flex;
	justify-content: center;
	align-items: center;
}
.call-text {
	transform: translateX(100vw);
	animation: slideInRight 500ms ease 1.5s 1 forwards;
	display: flex;
	align-items: center;
	padding-left: 30px;
	width: 50%;

}
.call-text > h2 {
	font-family: fieldwork, sans-serif;
	margin-bottom: 0;
	font-size: 24px;
}
.call-text > h2 > a {
	color: white;
}
@keyframes slideInRight {
	0% {
		transform: translateX(100vw);
	}
	100% {
		transform: translateX(0);
	}
}
.call-now {
	color: #000;
}

.call-number {
	text-decoration: none;
}

.call-number a {
	color: #fff;
}
.title-fade {
	/* opacity: 0; */
	transform: scale(0);
	transition: all 500ms ease;
}
.welcome-message {
	/* padding: 40px 10px 25px; */
	padding: 50px 0 50px 0;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	background-image: url('/wp-content/uploads/2022/11/fur-background.jpeg');
	background-position: center;
	background-size: cover;
}
.welcome-message .col-full {
	opacity: 0;
	transition: all 500ms ease;
}
.welcome-message h2 {
	font: 44px;
	margin-bottom: 0;
	color: #fff;
	padding: 0;
	font-weight: normal;
}

.welcome-message p {
	font: 14px/20px;
	margin-bottom: 20px;
	color: #757B83;
}

/* "Doctors_Page" Plugin CSS */

.home-staff {
	padding: 50px 0 0 0;
	margin: 0 auto;
	max-width: 100%;
	background: #eff2f5;
	z-index: 2;
	position: relative;
}

/* .home-block-header h2 {
	text-align: center;
	color: #89c3d4;
	font-size: 24px;
	margin-top: 40px;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 20px;
} */

.staff {
	list-style: none;
	display: flex;
	width: auto;
}

ul.staff {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.staff li {
	text-align: center;
	width: 175px;
	margin: 25px;
}

.staff a {
	-webkit-transition: all 0.1s linear;
	padding-bottom: 1px;
	cursor: pointer;
}

.staff img {
	width: 143px;
	height: 143px;
	border-radius: 100%;
	background: #fff;
	transition: opacity .3s ease-in-out;
}

.staff a img {
	border: none;
}

.staff-content {
	padding-top: 20px;
}

.staff-card-internals {
	margin-right: 10px;
	margin-left: 10px;
}

.staff-title {
	color: #767a7f;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0 5px;
}

.staff-title a {
	color: #43484d;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	padding-bottom: 1px;
}

.staff-department {
	margin-bottom: 5px;
	color: #757B83;
}

.staff-excerpt {
	color: #757B83;
	font-size: 12px;
	font-weight: 500;
}

.staff-excerpt p {
	margin-bottom: 20px;
}

.meet-doctor-button {
	text-align: center;
	z-index: 2;
	margin-top: 40px;
}

.meet-doctor-button a {
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	padding: 15px 60px;
	background: #a2d678;
	box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	border: 1px solid rgba(255, 255, 255, 0.85);
	font-weight: bold;
	border-radius: 4px;
	color: #fff;
}

.nice-image:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

@media screen and (max-width: 1024px) {
	.staff {
		margin-right: 2%;
		margin-bottom: 3%;
		text-align: center;
	}
	.staff {
		flex-wrap: wrap;
		justify-content: center;
	}
	.staff li {
		max-width: 325px;
	}
	.staff img {
		width: 60%;
		height: 100%;
	}
}

@media screen and (max-width: 685px) {
	.staff img {
		float: none;
	}
}

/* "Our_Services" Plugin CSS */

.service-img {
  background-position: center;
  background-size: cover;
  width: 100%;
	height: 150px;
	background-color: grey;
}

.home-services .col-full {
	margin: 0 auto;
}

.home-block-header h2 {
	/* font-size: 30px; */
	color: #89c3d4;
	/* margin-top: 40px; */
	/* line-height: 20px; */
	text-align: center;
}

.our-services {
	list-style: none;
	margin: 0 auto;
	font: 13px/20px;
	color: #757B83;
}

.our-services li {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 15px;
	width: 220px;
}

.view {
	position: relative;
}

.view a {
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	cursor: pointer;
}

.view img {
	background: #fff;
	transition: opacity .3s ease-in-out;
	width: 100%;
	height: 220px;
	width: 220px;
	z-index: 2;
	object-fit: cover;
}

.view .mask {
	background-position: center center;
	background-repeat: no-repeat;
	zoom: 1;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	z-index: 0;
	width: 100%;
	height: 98%;
	position: absolute;
	top: 0;
	left: 0;
}

.view:hover .mask {
	opacity: 0.5;
	transition-delay: 0s;
	z-index: 2;
}

.service-title {
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0;
}

.service-title a {
	color: #89c3d4;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	padding-bottom: 1px;
	cursor: pointer;
}

.service-title p {
	margin-bottom: 20px;
}

.reading-more {
	color: #aaa;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}

.newsletterbar {
	background-color: #a2d678;
	padding: 10px 0px 10px 0px;
	width: 100%;
}

@media screen and (max-width: 1024px){
	.our-services {
		width: auto;
		text-align: center;
	}
	.our-services li {
		width: 47%;
		margin-bottom: 30px;
		margin: 5px;
	}
	.service-content {
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.view img {
		height: 100%;
		width: 100%;
	}
	.home-services .col-full {
		max-width: 100%;
	}
}

/* Footer Widgets CSS */

.widget-section {
	font: 13px/20px;
	color: #808080;
}

.widget-title {
	font-family: fieldwork, sans-serif;
	color: #fff !important;
	font: 18px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.widget-title p {
	margin-bottom: 20px;
}

.ginput_container {
	font: 13px/20px;
}

.read-more-link {
	background: #a2d678;
	text-decoration: none;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	padding: 11px;
	width: 98px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  border: 1px solid rgba(255, 255, 255, 0.85);
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
}
.read-more-link:hover {
	background-color: #89c3d4;
}
.footer-buttons a {
	color: #fff !important;
}

.footer-buttons {
	margin-top: 25px;
}

.wrapper-widget {
	padding-left: 40px;
}

#gform_submit_button_4 {
	background: #a2d678;
	text-decoration: none;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	padding: 9px;
	width: 98px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	border: 1px solid rgba(255, 255, 255, 0.85);
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
}

#footer-widgets {
	background: #b31e2d;
	font-size: 13px;
	color: #fff;
	clear: both;
	margin: 0 auto;
	position: relative;
	border-top: 20px solid #ec891d;
	/* -webkit-box-shadow: 0 15px 15px -20px #b0b0b0 inset; */
}

@media screen and (max-width: 1024px) {
	.inside-footer-widgets {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.wrapper-widget {
		padding-left: 0px;
		text-align: center;
	}
	.footer-widget-4 {
		margin-top: 20px;
		text-align: center;
	}
	.gform_footer {
		text-align: center;
	}
	#gform_fields_4 {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.gform_wrapper .top_label li.gfield.gf_inline {
		padding-right: 0px !important;
	}
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0px;
	}
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
		margin: 0 !important;
	}
	#gform_fields_4 li label {
		display: none !important;
	}
	#gform_fields_4 li, #gform_submit_button_4 {
		width: 100%;
	}
	#gform_4 .gform_footer {
		padding-top: 0
	}
	#field_4_2 {
		margin-top: 0;
	}
}

.opening-hours {
	font-style: normal;
	color: #fff;
	font: 13px/20px;
	/* max-width: 200px; */
}

@media screen and (max-width: 1024px) {
	.opening-hours {
		max-width: 100%;
	}
}

.day {
	border-bottom: 1px solid #fff;
	padding: 8px 0;
	display: flex;
	justify-content: space-between;
}
.name {
	color: #fff;
}


/* Posts and Pages CSS */

.home #primary {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.page-id-59 #primary {
	margin: 0 auto;
	width: 100%;
}

#primary .home-services {
	text-align: center;
	padding-top: 50px;
	background: white;
}

@media screen and (max-width: 1024px){
	#primary {
		max-width: 100%;
		margin-left: 0;
		display: flex;
		justify-content: center;
	}
}

#primary .entry-title {
	color: #89c3d4;
	font: 13px/20px;
	font-size: 34px;
	line-height: 34px;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 10px;
}


.single #primary .entry-title {
	margin-left: 0;
}

.single #primary .entry-content p {
	margin-top: 20px;
}

#primary .entry-content {
	/* font: 13px/20px; */
	/* color: #7C8084; */
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	margin-top: 0;
	z-index: 1;
}
.home #primary .entry-content {
	width: 100vw;
margin-left: calc(-50vw + 50%);
flex-direction: column;
align-items: center;
background-color: white;

}


.home #primary .entry-content h2 {
	margin-top: 0;
	max-width: 100%;
}

.home #primary .entry-content {
	z-index: 1;
}

#right-sidebar {
	/* background-color: #F2F5FA;
	padding: 0 20px 0 20px;
	margin-bottom: 30px; */

}
#right-sidebar .widget {
	padding: 0;
}
#right-sidebar h3 {
	font-family: fieldwork, sans-serif;
}
#right-sidebar .name, #right-sidebar .hours {
	color: black;
}
#right-sidebar .day {
	border-color: black;
}
.inside-right-sidebar {
	margin-top: 20px;
	margin-bottom: 20px;
}

#right-sidebar .widget {
	border-bottom: 2px solid #9FA1a4;
}

#right-sidebar .widget_custom_html {
	margin-bottom: 0;
	padding: 0;
}

.sidebar .widget {
	background-color: transparent;
}

.widget {
	margin: 0 0 30px;
	box-sizing: border-box;
}

.sidebar .widget :last-child {
	margin-bottom: 0;
}

.sidebar-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px 0 20px 0;
}
.inside-right-sidebar {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.sidebar-icon img {
	margin-bottom: 10px;
}

a img {
	border: 0;
}

img {
	height: auto;
	max-width: 100%;
}

.sidebar-icon p {
	color: #007FA7;
	font-weight: bold;
	text-transform: uppercase;
}

#right-sidebar .widget:last-of-type {
	border-bottom: none;
}

.sidebar-revised-wrapper {
	margin-bottom: 0;
}

.hours-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 10px;
}

.hours-text-unruly {
	text-align: right;
}

@media screen and (max-width: 1024px) {
	.hours-column {
		margin-right: 5px;
	}
}

@media screen and (max-width: 800px) {
	.hours-column {
		margin-right: 0;
		margin: 0 15px;
	}
}

@media screen and (max-width: 1024px) {
	.hours-column {
		padding-right: 0;
	}
}

.hours-column h2 {
	text-align: left;
	width: 100%;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: none;
}

.hours-row {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #E3E5E7;
	padding: 10px 0px 10px 0px;
	align-items: center;
	color: #7C8084;
}

.hours-column p {
	margin: 0;
}


@media screen and (max-width: 1024px) {
	#primary .entry-title {
		text-align: center;
	}
}

.page-header-image-single {
	margin: 0 auto;
}

.entry-header {
	display: flex;
	margin: 0 auto;
	max-width: 960px;
}

.page-phone-number {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 15px;
}

.post-container {
	width: 100%;
	/* max-width: 90vw; */
	margin: 0 auto;
	margin-top: 50px;
}

.home .post-container {
	max-width: 100%;
	width: 100%;
}

.home #main {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
}

@media screen and (max-width: 1024px) {
	.page-phone-number {
		margin-left: 30px;
		margin-right: 30px;
	}
	.post-container {
		max-width: 90vw;
	}
}

@media screen and (max-width: 500px) {
	.page-phone-number {
		flex-direction: column;
		align-items: center;
	}
}

.home .page-phone-number {
	display: none;
}

.page-phone-number .call-text {
	padding-top: 25px;
}

#primary .page-phone-number .entry-title {
	border-bottom: none;
}

.page-id-27 #right-sidebar {
	display: none;
}

.page-id-27 .grid-75 {
	width: 100%;
}

.page-id-2208 #right-sidebar {
	display: none;
}

.page-id-2208 .grid-75 {
	width: 100%;
}

.page-id-54 #right-sidebar {
	display: none;
}

.page-id-54 .grid-75 {
	width: 100%;
}

/* Original CSS */

.cah-cust-nav-bar-floating-nav-wrapper {
  width: 100vw;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
	padding: 15px 0;
	box-shadow: 0 5px 30px 0 rgba(0,0,0,0.2);
	background-color: #000;
	box-sizing: border-box;
	transform: translateY(-400px);
	transition: all 250ms ease;
}

.transform {
	transform: translateY(0px) !important;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95vw;
	margin: 0 auto;
	position: relative;
}
.cah-cust-nav-bar-floating-nav-logo-wrapper {
	width: 200px;
	position: absolute;
	left: 0;
}
.top-row-floating{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.bottom-row-floating{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.phone-float {
	font-size: 12px !important;
}

.float-button {
	display: flex;
	align-items: center;
	justify-content: center;
  border: .5px solid #007FA7;
  text-align: center;
  color: white !important;
	background-color: #007fa7;
  padding: 9px 10px 9px 10px !important;
	font-size: 12px;
	font-weight: bold;
  width: 125px;
	margin-bottom: 15px;
}

.float-button:hover {
  background-color: #89CFDC;
	border: .5px solid grey;
}

.float-button p {
	margin: 0px;
}

.float-button i {
	margin-right: 5px;
}

/* Correcting for External CSS */

body {
	background-color: white;
}

.fa-phone {
	transform: rotate(90deg);
}

.separate-containers .site-main {
	margin-top: 0;
	margin-bottom: 0;
}

#main {
	margin: 0;
}

.single #main {
	margin-right: 50px;
}

.page #main {
	margin-right: 50px;
}
.page-id-54 #main {
	margin-right: 0;
}
.separate-containers .inside-article {
	padding: 0;
	margin-bottom: 40px;
}

.single .separate-containers .inside-article {
	margin-left: 5%;
}

@media screen and (max-width: 1024px) {
	.separate-containers .inside-article {
		margin-left: 0;
	}
}

.home .inside-article {
	margin-bottom: 0px;
}

.separate-containers .inside-article>[class*=page-header-] {
	margin-bottom: 0;
}


.entry-content p {
	margin-bottom: 1em;
}
.home .entry-content > p {
	margin-bottom: 0;
}


footer.entry-meta {
	display: none !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
	.tablet-grid-75 {
		width: 100% !important;
	}
}
@media screen and (min-width: 1025px) {
	#header #top {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#header #logo h1 {
		margin-bottom: 0;
	}
	#header {
		padding: 15px 0 15px 0;
	}
}
.page-id-59 #right-sidebar, .comments-area, .page-id-54 .home-staff .home-block-header, .page-id-54 .meet-doctor-button {
	display: none;
}
.page-id-54 .home-staff {
	background-color: white;
}
@media screen and (max-width: 1024px) {
	.copyright {
		font-size: 12px;
	}
}
footer.site-info {
	background-color: #ec891d;
}
.title-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 0 25px 0;
	background-color: #d1d3d4;
	border-bottom: 1px solid #000;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
.title-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title-container h1 {
	color: #000;

	margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
	.title-container h1 {
		max-width: 70%;

	}
}
.title-container h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-family: fieldwork, sans-serif;
	font-weight: normal;
}
.title-container a {
	color: #b31e2d;
}
.single .entry-header, .page .entry-header {
	display: none;
}
.page-header-image-single {
	display: none;
}
.single #right-sidebar {
	display: none;
}
.single #primary {
	width: 100%;
}
.single #main {
	margin-right: 0;
}
.featured-img {
	float: left;
	margin: 0 25px 15px 0;
	width: 350px;
}
@media screen and (max-width: 1024px) {
	.featured-img {
		float: none;
		margin: 0 0 15px 0;
	}
	.title-bar h3 {
		display: none;
	}
}
.page-featured-img {
	width: 100%;
	margin-bottom: 25px;
}
.footer-widgets-container {
	width: 960px;
	max-width: 90vw !important;
}
#gform_fields_4 > li {
	width: 100% !important;
}
#footer-widgets p {
	font-size: 14px;
}
#footer-widgets p > a {
	color: white;
}
.inside-footer-widgets .grid-25 {
	margin-right: 15px;
	box-sizing: border-box;
	width: 22.5%;
}
@media screen and (max-width: 1024px) {
	.inside-footer-widgets .grid-25 {
		margin-right: 0;
		box-sizing: border-box;
		width: 100%;
	}
	#custom_html-7 .textwidget {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
#gform_wrapper_4, #field_4_1 .ginput_container {
	margin-top: 0;
}
#gform_wrapper_4 label {
	display: none;
}

footer.site-info {
	position: relative;
	padding: 20px 0;
}
footer.site-info > .inside-site-info {
	width: 1200px;
	max-width: 90vw;
}
.page-id-27 #main {
	margin-right: 0;
}
.page-id-27 .entry-content {
	overflow: visible !important;
}
.page-id-2208 #main {
	margin-right: 0;
}
.page-id-2208 .entry-content {
	overflow: visible !important;
}
@media screen and (max-width: 1024px) {
	#featured-wrap {
		position: relative !important;
	}
}
.floating-call {
	position: absolute;
	right: 0;
}

/* .floating-appt, .floating-call {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	background-color: #a2d678;
	border-radius: 3px;
	border: 1px solid white;
	box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.floating-appt p, .floating-call p {
	color: white;
	font-weight: bold;
	text-align: center;
}
.floating-appt i, .floating-call i {
	color: white;
	margin-right: 5px;
}
.floating-appt:hover, .floating-call:hover {
	background-color: #89c3d4;
} */
@media screen and (max-width: 1024px) {
	.cah-cust-nav-bar-floating-nav-inner-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.floating-appt {
		margin-bottom: 10px;
		align-self: stretch;
		position: relative;
		justify-content: center;
	}
	.floating-call {
		align-self: stretch;
		position: relative;
		justify-content: center;
	}
	.floating-appt i, .floating-call i {
		position: absolute;
		left: 10px;
	}
	.cah-cust-nav-bar-floating-nav-logo-wrapper {
		display: none;
	}
	.home .post-container {
		margin-top: 0;
	}
	.home section.title-bar {
		display: none;
	}
}
.page-id-27 .home-services .home-block-header {
	display: none;
}

.service-loop-full-width {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.service-loop-full-width .service-loop-wrapper .service-loop-contents h3 {
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background-color: #89c3d4;
  border-top: 4px solid #a2d678;
  margin: 0;
  padding: 8px 0;
}

.service-loop-full-width .service-loop-wrapper img {
  transition: filter 0.5s;
  -webkit-transition: filter 0.5s;
}

.service-loop-image:hover img {
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

.service-image-styles {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.service-loop-full-width .service-loop-wrapper {
  position: relative;
	opacity: 0;
	transition: all 500ms ease;
}

.service-loop-full-width .service-loop-wrapper .hover-fade-text {
  text-align: center;
  font-size: 1rem;
  color: white;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: bottom 0.3s ease-in-out, opacity 0.3s;
  -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s;
}

.service-loop-image:hover .hover-fade-text{
  bottom: 100px;
  opacity: 1;
  -webkit-opacity: 1;
}

.service-loop-full-width .service-loop-wrapper .hover-fade-text p:nth-of-type(2) {
  font-size: 1.2rem;
  color: #a2d678;
}

.service-loop-full-width .service-loop-wrapper .hover-fade-text p:nth-of-type(2):hover {
  text-decoration: underline;
}

.service-loop-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}


@media screen and (max-width:930px) {
  .service-loop-full-width {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width:600px) {
  .service-loop-full-width {
    grid-template-columns: 1fr;
  }
}
.full-width-dvm {
	width: 100vw;
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(-50vw + 50%);
	overflow: hidden;
}
.fw-dvm-card {
	width: 25vw;
	height: 25vw;
	background-position: center;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 500ms ease;
	transform: translateY(100%);
}
.full-width-dvm .fw-dvm-card:nth-child(2n) {
	transform: translateY(-100%);
}
.fw-dvm-card h3 {
	position: absolute;
	bottom: 10px;
	color: white;
	width: 90%;
	background-color: #89c3d4;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	box-shadow: 0 0 5px grey;
	opacity: 0;
	transition: all 500ms ease 500ms;
}
.fw-dvm-card p {
	font-weight: bold;
	padding: 5px 10px;
	color: white;
	display: none;
	background-color: #a2d678;
    border-radius: 3px;
}
.fw-dvm-card:hover {
	background-color: #89c3d4;
	background-blend-mode: luminosity;
}
.fw-dvm-card:hover h3 {
	display: none;
}
.fw-dvm-card:hover p {
	display: block;
}
.fw-dvm-card p:hover {
	background-color: white;
	color: #a2d678;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.fw-dvm-card {
		width: 50vw;
		height: 50vw;
	}
}
@media screen and (max-width: 767px) {
	.fw-dvm-card {
		width: 100vw;
		height: 100vw;
	}
}
.home-hero {
	display: none;
}
.home .home-hero {
	box-shadow:
		-moz-box-shadow:    inset  0  50px 50px -50px #696868,
										inset  0 -50px 50px -50px #696868;
-webkit-box-shadow: inset  0  50px 50px -50px #696868,
										inset  0 -50px 50px -50px #696868;
 box-shadow:        inset  0  50px 50px -50px #696868,
										inset  0 -50px 50px -50px #696868;
		background-image: url('/wp-content/uploads/2019/06/Doggo.jpg');
		background-position: center;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		/* width: 1800px; */
		width: 100vw;
		/* height: 883.333px; */
		/* height: 660px; */
		max-width: 100vw;
		/* max-height: 44.2vw; */
		/* max-height: 36.667vw; */
		height: 42.138vw;

		margin-top: 0;

}

.home-hero-container {
	width: 960px;
	max-width: 90vw;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.home-hero-caption {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	opacity: 0;
	animation: fadeIn 1s ease 500ms 1 forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.home-hero-caption h2 {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 0 20px black;
	font-size: 40px;
	margin-bottom: 15px;
}
.home-hero-caption p {
	color: white;
	font-style: italic;
	text-shadow: 0 0 20px black;
	margin-bottom: 20px;
}
.home-hero-caption a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	padding: 10px 30px;
	background-color: #2c8dad;
border-radius: 3px;
}
.home-hero-caption a:hover {
	background-color: #a2d678;
}
.home-hero-overlay {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: rgba(0,127,167,0.8);
	display: none;
}
@media screen and (max-width: 787px) {
	.home-hero-container {
		display: none;
	}
	.home-hero-overlay {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.home-hero-overlay h2 {
		color: white;
		font-size: 26px;
		text-transform: uppercase;
		font-weight: bold;
		max-width: 90vw;
		margin-bottom: 5px;
	}
	.home-hero-overlay a {
		background-color: white;
		border-radius: 50px;
		color: #007FA7;
		padding: 10px 20px;
		text-transform: uppercase;
		font-weight: bold;
		box-shadow: 0 0 5px grey;
		font-size: 15px;
	}
	.home-hero-overlay a i {
		margin-left: 10px;
	}
	.four-icons-card {
		transform: translateY(0);
		border-radius: 0;
	}
}
@media screen and (min-width: 1025px) {
	.home-hero-caption h2 {
		font-size: 40px;
	}
	.home-hero-caption p {
	font-size: 28px
	}
	.home-hero-caption a {
	font-size: 28px;
	}
}
/* li.menu-item-1023 {
	background-color: #a2d678;
	border-radius: 3px;
	border: 1px solid white;
} */
.current-menu-item {
	border-radius: 3px;
	background-color: #b31e2d;
}
/* .gform_button, .form-call {
	padding: 5px 10px;
	width: auto !important;
    background-color: #a2d678 !important;
    border-radius: 3px;
    border: 1px solid white;
    box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	font-weight: bold;
	color: white;
}
.gform_button:hover, .form-call:hover {
	background-color: #89c3d4 !important;
} */
.page-id-59 #main {
	margin-right: 0;
}
.contact-map iframe {
	margin-bottom: 15px;
}
.footer-widgets {
	padding: 40px 0 40px 0;
}
.review-block {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-radius: 3px;
	/* max-width: 175px; */
	margin: 5px !important;
}
.review-block i {
	color: white !important;
	margin-right: 10px;
	font-size: 17px !important;
}
.review-block p {
	color: white !important;
	margin-bottom: 0 !important;
	font-size: 14px;
	padding: 0 !important;

}
.review-block:hover {
	filter: brightness(0.8);
}
.page-id-369 #right-sidebar, .page-id-369 .footer-widgets-container, .page-id-369 #navigation, .page-id-369 #hamburger {
	display: none !important;
}
.page-id-369 #footer-widgets {
	border-top: none;
	padding: 0;
}
.page-id-369 #primary {
	width: 100%;
}
.page-id-369 #top {
	display: flex;
	justify-content: center !important;
}
.page-id-369 #main {
	margin-right: 0;
}
.page-id-371 #right-sidebar, .page-id-371 .footer-widgets-container, .page-id-371 #navigation, .page-id-371 #hamburger {
	display: none !important;
}
.page-id-371 #footer-widgets {
	border-top: none;
	padding: 0;
}
.page-id-371 #primary {
	width: 100%;
}
.page-id-371 #top {
	display: flex;
	justify-content: center !important;
}
.page-id-371 #main {
	margin-right: 0;
}


.page-id-2204 #right-sidebar, .page-id-2204 .footer-widgets-container, .page-id-2204 #navigation, .page-id-2204 #hamburger {
	display: none !important;
}
.page-id-2204 #footer-widgets {
	border-top: none;
	padding: 0;
}
.page-id-2204 #primary {
	width: 100%;
}
.page-id-2204 #top {
	display: flex;
	justify-content: center !important;
}
.page-id-2204 #main {
	margin-right: 0;
}


.page-id-632 #right-sidebar, .page-id-632 #footer-widgets, .page-id-632 #navigation, .page-id-632 #hamburger, .page-id-632 footer.site-info, .page-id-632 .title-bar, .page-id-632 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-632 #primary {
	width: 100%;
}
.page-id-632 #top {
	display: flex;
	justify-content: center !important;
}
.page-id-632 #main {
	margin-right: 0;
}
.page-id-663 #right-sidebar, .page-id-663 #footer-widgets, .page-id-663 #navigation, .page-id-663 #hamburger, .page-id-663 footer.site-info, .page-id-663 .title-bar, .page-id-663 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-663 #primary {
	width: 100%;
}
.page-id-663 #top {
	display: flex;
	justify-content: center !important;
}
.page-id-663 #main {
	margin-right: 0;
}
.page-id-661 #right-sidebar, .page-id-661 #footer-widgets, .page-id-661 #navigation, .page-id-661 #hamburger, .page-id-661 footer.site-info, .page-id-661 .title-bar, .page-id-661 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-661 #primary {
	width: 100%;
}
.page-id-661 #top {
	display: flex;
	justify-content: center !important;
}
.page-id-661 #main {
	margin-right: 0;
}
.page-id-815 #right-sidebar, .page-id-815 #footer-widgets, .page-id-815 #navigation, .page-id-815 #hamburger, .page-id-815 footer.site-info, .page-id-815 .title-bar, .page-id-815 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-815 #primary {
	width: 100%;
}
.page-id-815 #top {
	display: flex;
	justify-content: center !important;
}
.page-id-815 #main {
	margin-right: 0;
}
.page-id-808 #right-sidebar, .page-id-808 #footer-widgets, .page-id-808 #navigation, .page-id-808 #hamburger, .page-id-808 footer.site-info, .page-id-808 .title-bar, .page-id-808 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-808 #primary {
	width: 100%;
}
.page-id-808 #top {
	display: flex;
	justify-content: center !important;
}
.page-id-808 #main {
	margin-right: 0;
}
.page-id-630 #right-sidebar, .page-id-630 #footer-widgets, .page-id-630 #navigation, .page-id-630 #hamburger, .page-id-630 footer.site-info, .page-id-630 .title-bar, .page-id-630 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-630 #primary {
	width: 100%;
}
.page-id-630 #top {
	display: flex;
	justify-content: center !important;
}
.page-id-630 #main {
	margin-right: 0;
}
.bh-pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.bh-numbers {
  display: flex;
  align-items: center;
  padding: 0;
}
.bh-numbers p {
  padding: 0;
  margin: 0;
}
.bh-previous {
  position: absolute;
  left: 0;
  bottom: 0;
}
.bh-next {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
	#main {
		width: 100%;
	}
	.home-hero {
		display: none !important;
	}
}
#gform_wrapper_13 li.gfield input, #gform_wrapper_13 li.gfield textarea, #gform_wrapper_13 li.gfield select {
  background-color: #fafafa;
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  padding: 5px 10px !important;
  color: #444;
  width: 100% !important;

}

#gform_wrapper_13 label.gfield_label {
  color: #7C8084;
}
#gform_wrapper_13 .gfield_required {
  color: #7C8084 !important;
}
.page-id-172 #right-sidebar {
  display: none;
}
.page-id-172 #primary {
	width: 100%;
}
.page-id-172 #main {
	margin-right: 0;
}
.page-id-172 {
  background-color: #eff0f2;
}
.page-id-172 .entry-content {
	justify-content: center;
	display: flex;
	background-color: #eff0f2;
}
#gform_wrapper_13 {
  background-color: white;
  box-sizing: border-box;
  padding: 0 0 50px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  width: 600px;
  max-width: 100%;
	margin-bottom: 0;
}
#gform_fields_13 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#gform_fields_13_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#field_13_2 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#field_13_26 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}
.appt-header {
  width: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 50px 0 35px 0;
  position: relative;
}
.appt-header h2 {
  margin-bottom: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #7C8084;
  font-size: 32px;
}
.appt-header > p {
  font-style: italic;
  color: #444;
  margin-bottom: 0 !important;
}
.appt-page-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #a2d678;
  border-radius: 100%;
  top: -25px;
}
.appt-page-number > p {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0 !important;
}
.appt-urgent-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 50px;
  background-color: #EB5757;
  width: 100%;
  box-sizing: border-box;
}
.appt-urgent-cta p {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
.appt-urgent-cta p a {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
#field_13_24 {
  padding: 0 !important;
}
#input_13_3 {
  /* margin-left: 0 !important; */
  margin-bottom: 0 !important;
  display: flex;
}
#input_13_3 > li {
  margin-bottom: 0 !important;
  margin-right: 15px;
	display: flex;
	align-items: center;
	overflow: visible;
}
#input_13_3 > li > * {
  margin-top: 0 !important;
	white-space: nowrap;
	overflow: visible;
}
#input_13_3 > li > input {
  min-width: 10px !important;
}
#field_13_3 {
  display: flex;
  align-items: center;
  /* padding-bottom: 15px !important; */
  /* padding: 15px 50px 15px 50px !important; */
  /* margin: 0 50px 0 50px !important; */
  /* border-bottom: 1px solid #444; */
}
#field_13_3 > .ginput_container {
  margin-top: 0;
}
#gform_wrapper_13 .gform_page_footer {
  border-top: none !important;
  padding: 0 50px !important;
  margin: 25px 0 0 0 !important;
}
#gform_wrapper_13 ul.gfield_radio input {
  box-shadow: none;
}
#gform_wrapper_13 ul.gfield_radio input:checked ~ label {
  color: #014051;
}
/* .gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  color: #014051;

} */
#gform_wrapper_13 .gform_next_button {
  /* border: 2px solid #014051; */
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #a2d678 !important;
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all .6s ease;
  font-weight: bold;
}
#gform_wrapper_13 .gform_next_button:hover {
  background-color: #89c3d4 !important;
  /* color: #7C8084; */
  cursor: pointer;
}
/* #gform_page_13_2 {
  display: block !important;
} */
#field_13_13 > .ginput_container {
  position: relative;
}
#field_13_13 > .ginput_container > .ui-datepicker-trigger, #field_13_13 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 8px;
}
#field_13_15 > .ginput_container {
  position: relative;
}
#field_13_15 > .ginput_container > .ui-datepicker-trigger, #field_13_15 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 8px;
}
#gform_fields_13_2 .gfield_radio {
  margin: 0 !important;
  display: flex;
}
#gform_fields_13_2 .gfield_radio > li {
  display: flex;
  align-items: center;
}
#gform_fields_13_2 .gfield_radio > li > * {
  margin-top: 0 !important
}
#field_13_14 .ginput_container {
  margin-top: 0 !important;;
}
#field_13_16 .ginput_container {
  margin-top: 0 !important;;
}
#gform_page_13_2 .gform_page_footer {
  display: flex;
  flex-direction: column;
}
#gform_wrapper_13 .gform_previous_button {
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #7C8084;
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all .6s ease;
  font-weight: bold;
  margin-bottom: 5px !important;
  display: block;
}
#gform_wrapper_13 .gform_previous_button:hover {
  background-color: #fff;
  color: #7C8084;
  cursor: pointer;
}
#gform_submit_button_13, #gform_submit_button_13, #gform_previous_button_13 {
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #7C8084;
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all .6s ease;
  font-weight: bold;
}
#gform_submit_button_13:hover, #gform_submit_button_13:hover, #gform_previous_button_13:hover {
  background-color: #fff;
  color: #7C8084;
  cursor: pointer;
}
#field_13_11 {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
	#field_13_2 {
		display: flex;
		flex-direction: column;
	}
}
.page-template-landing .cah-cust-nav-bar-wrapper, .page-template-landing .cah-cust-nav-bar-floating-nav-wrapper {
	display: none;
}
.page-template-landing .post-container {
	margin-top: 0
}
.page-template-landing .inside-article {
	margin-bottom: 0
}
.home-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-top: 7px solid black;
}
.home-title {
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.home-title-container {
	width: 600px;
	max-width: 90vw;
	/* background-image: url('/wp-content/uploads/2022/11/header-background.png');
	background-size: contain;
	background-repeat: no-repeat;
	padding: 25px 0; */
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/* transform: translateY(-100%); */

}
.home-title-container > img {
	width: 100%;
	transform: translateY(-100%);
	transition: all .4s ease;

}
.home-title-container > h2 {
	position: absolute;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
	opacity: 0;
	transition: all .4s ease .2s;

}
.home-section-body {
	width: 100%;
	padding: 64px 0;
	display: flex;
	justify-content: center;
}
.home-container {
	width: 960px;
	max-width: 90vw;
	display: flex;
}
#home-doctor {
	align-items: center;
}
#home-doctor > img {
	width: 40%;
	box-shadow: -15px 15px 0 #a32e33;
}

.home-doctor-body {
	width: 60%;
	padding-left: 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
	#home-doctor {
		flex-direction: column;
		align-items: center;
	}
	#home-doctor > img {
		width: 100%;
		margin-bottom: 64px;
	}
	.home-doctor-body {
		width: 100%;
		padding-left: 0;
	}
}
.services-grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.page-id-2208 .services-grid {
	justify-content: center;
}
.new-service-card {
	width: 33.333%;
	position: relative;
	display: flex;
}
.new-service-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	box-sizing: border-box;
	padding: 25px;
}
.new-service-overlay > h3 {
	color: white;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
	font-family: fieldwork, sans-serif;
	background-color: #df8e3b;
	text-align: center;
}
.service-hover-overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: rgb(223 142 59 / 70%);
	text-align: center;
}
.service-hover-overlay > p {
	background-color: #D1D3D4;
	color: black;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .6s ease;
	font-size: 14px;
	margin-bottom: 0;
}
.service-hover-overlay > p:hover {
	cursor: pointer;
	background-color: #b31e2d;
	color: white;
}
#post-133 {
	margin-bottom: 0;
}
.new-service-card:hover > img {
	filter: grayscale();
}
.new-service-card:hover .new-service-overlay {
	display: none;
}
.new-service-card:hover .service-hover-overlay {
	display: flex;
}
#home-services {
	flex-direction: column;
	align-items: center;
	width: 1200px;
}
#home-services > a {
	border-top: 2px solid #df8e3b;
	border-bottom: 2px solid #df8e3b;
	box-shadow: none;
	border-radius: 0 !important;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #df8e3b;
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}
@media (min-width: 788px) and (max-width: 1024px) {
	.new-service-card {
		width: 50%;
	}
}
@media screen and (max-width: 787px) {
	.new-service-card {
		width: 100%;
	}
}
.staff-page {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.staff-card {
	width: 100%;
	border-bottom: 1px solid #d1d3d4;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.staff-card > img {
	float: left;
	width: 250px;
	margin: 0 25px 15px 0;
}
@media screen and (max-width: 1024px) {
	.staff-card > img {
		float: none;
		margin: 0 0 15px 0;
	}
}
.page-id-2040 #right-sidebar, .page-id-2040 .title-bar {
	display: none;
}
.page-id-2040 #primary {
	width: 100%;
}
.page-id-2040 #main {
	margin-right: 0;
}
.page-id-2040 #page, .page-id-2040 .inside-article {
	margin-bottom: 0;
}
.page-id-2040 .post-container {
	margin-top: 0;
}
.page-id-2041 #right-sidebar, .page-id-2041 .title-bar {
	display: none;
}
.page-id-2041 #primary {
	width: 100%;
}
.page-id-2041 #main {
	margin-right: 0;
}
.page-id-2041 #page, .page-id-2041 .inside-article {
	margin-bottom: 0;
}
.page-id-2041 .post-container {
	margin-top: 0;
}
.page-id-1859 #right-sidebar, .page-id-1859 .title-bar {
	display: none;
}
.page-id-1859 #primary {
	width: 100%;
}
.page-id-1859 #main {
	margin-right: 0;
}
.page-id-1861 #right-sidebar, .page-id-1861 .title-bar {
	display: none;
}
.page-id-1861 #primary {
	width: 100%;
}
.page-id-1861 #main {
	margin-right: 0;
}

.careers-page {
	width: 100vw;
	display: flex;
	flex-direction: column;
	margin-left: calc(-50vw + 50%);
}
.careers-banner {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('/wp-content/uploads/2022/11/Header.png');
	/* background-size: 33.333%; */
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 75px 0;
	border-bottom: 16px solid #B21E2D;
}
.careers-banner-container {
	width: 960px;
	max-width: 90vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.careers-banner-caption {
	width: 50%;
}
.careers-banner-caption > h2 {
	font-family: jubilat, sans-serif;
	font-size: 40px;
	font-weight: bold;
}
.orange-button {
	background-color: #EC891D;
	color: white;
	display: inline-block;
	padding: 7px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.mobile-careers-banner {
	display: none;
}
@media screen and (max-width: 1024px) {
	.careers-banner {
		background-image: none;
		flex-direction: column;
		align-items: center;
		/* padding: 75px 0 0 0; */
	}
	.careers-banner-caption {
		width: 100%;
	}
}
.careers-callouts {
	width: 100%;
	display: flex;
}
.careers-callouts > a {
	width: 33.333%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.careers-callouts > a > img {
	width: 100%;
	/* filter: grayscale(1); */
}
.callout-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(178 30 45 / 80%);
	transition: all .6s ease;
}
.careers-callouts > a:nth-child(2) > .callout-overlay {
	background-color: rgb(236 137 29 / 80%);
}
.callout-overlay > h3 {
	color: white;
	text-align: center;
	font-size: 36px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.careers-callouts > a:hover > .callout-overlay {
	background-color: rgb(51 51 51 / 80%) !important;
}
@media screen and (max-width: 1024px) {
	.careers-callouts {
		flex-direction: column;
	}
	.careers-callouts > a {
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	.careers-callouts > a > img {
		display: none;
	}
	.callout-overlay {
		position: relative;
		padding: 50px;
		box-sizing: border-box;
	}
	.careers-callouts > a:nth-child(1){
		background-image: url('/wp-content/uploads/2022/11/Meet-Us.png');
	}
	.careers-callouts > a:nth-child(2){
		background-image: url('/wp-content/uploads/2022/11/Benefits.png');
	}
	.careers-callouts > a:nth-child(3){
		background-image: url('/wp-content/uploads/2022/11/Current-Openings.png');
	}
}
.careers-why {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.careers-why-body {
	width: 45%;
	height: 100%;
	box-sizing: border-box;
	background-color: rgb(178 30 45 / 80%);
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.careers-why-body > h2 {
	color: white;
	font-family: jubilat, sans-serif;
    font-size: 40px;
    font-weight: bold;
}
.careers-why-body > p {
	color: white;
}
.careers-why > img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.careers-why > img {
		display: none;
	}
	.careers-why {
		background-image: url('/wp-content/uploads/2021/11/Why-We-Love.png');
		background-size: cover;
		background-position: center;
	}
	.careers-why-body {
		width: 100%;
		position: relative;

	}
}
.careers-ready {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}
.careers-ready-container {
	width: 960px;
	max-width: 90vw;
	text-align: center;
}
.careers-ready-container > h2 {
	color: #EC891D;
	font-family: jubilat, sans-serif;
		font-size: 40px;
		font-weight: bold;
}
.careers-ready-container > p, .careers-ready-container > p > strong {
	color: #333333;
}
.careers-ready-container > p a {
	color: #b31e2d;
}
.meet-us-top {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 50px 0;
}
.meet-top-container {
	width: 1200px;
	max-width: 90vw;
	align-items: flex-start;
	justify-content: center;
	display: flex;
}
.meet-top-container > img {
	width: 40%;
}
.meet-top-right {
	width: 60%;
	box-sizing: border-box;
	padding-left: 50px;
}
.meet-top-right > h1 {
	font-family: jubilat, sans-serif;
		font-size: 40px;
		font-weight: bold;
}
.meet-top-right > p {
	color: #333333;
}
.meet-top-right > ul > li {
	font-size: 16px;
}
.meet-us-middle {
	width: 100%;
	padding: 75px 0;
	background-color: #EC891D;
	display: flex;
	justify-content: center;
	align-items: center;
}
.meet-middle-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.meet-middle-right {
	width: 60%;
	padding-left: 50px;
}
.meet-middle-right > p {
	color: white;
}
.meet-middle-left {
	position: relative;
	width: 40%;
}
.meet-middle-left > img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 275px;
}
@media screen and (max-width: 1024px) {
	.meet-top-container {
		flex-direction: column;
	}
	.meet-top-container > img {
		width: 100%;
		margin-bottom: 25px;
	}
	.meet-top-right {
		padding-left: 0;
		width: 100%;
	}
	.meet-middle-container {
		flex-direction: column;
	}
	.meet-middle-left {
		width: 100%;
		margin-bottom: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.meet-middle-left > img {
		position: relative;
		max-width: 100%;
	}
	.meet-middle-right {
		padding-left: 0;
		width: 100%;
	}
}
.benefits-page h1 {
	font-family: jubilat, sans-serif;
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 1em;
}
.benefits-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.benefit-accordion {
	width: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.benefit-accordion-top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding-bottom: 50px; */
}
.benefit-accordion-top:hover {
	cursor: pointer;
}
.benefit-accordion-top > h3 {
	text-transform: uppercase;
	color: #B21E2D;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 21px;
}
.benefit-accordion-top > p {
	text-decoration: underline;
	color: #EC891D;
	margin-bottom: 0;
	font-size: 18px;
}
.benefit-accordion-bottom {
	display: none;
	padding-top: 40px;
	text-align: left;
}
.current-openings {

}
.openings-page h1 {
	font-family: jubilat, sans-serif;
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 1em;
}
.openings-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.openings-card {
	width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
border-radius: 20px;
padding: 40px;
box-sizing: border-box;
margin-bottom: 10px;
}
.openings-card > h3 {
	text-transform: uppercase;
    color: #B21E2D;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 21px;
}
.openings-card > a {
	text-decoration: underline;
    color: #EC891D;
    margin-bottom: 0;
    font-size: 18px;
}
.welcome-card {
  width: 325px;
  height: 325px;
  max-width: 95%;
  background-color: white;
  border-radius: 16px;
  margin-top: 30px;
  margin: 30px 16px 0 16px;
  overflow: hidden;
}
#mobile-background .n2-section-smartslider{
	display: none;
}
@media screen and (max-width: 650px) {
	.n2-section-smartslider {
		display: none;
	}
	#mobile-background .n2-section-smartslider{
		display: block;
	}
	div#n2-ss-4 .nextend-arrow img{
		width: 32px !important;
	}
}