/*
	Theme Name: GeneratePress
	Description: This is your custom style sheet
        for your child themes custom CSS code.
	Author: Brandon Kudo
	Author URI: http://example.com/

*/
html {
	scroll-behavior: smooth;
}
a, a:visited {
	color: #32549b;
}
body,p,a,ul,li,u,em,strong,span,div, button, input,figure,footer,header,section,aside,nav,form {
	font-family: garamond-fb-text, serif;
	/* font-family: poynter-gothic-text, sans-serif; */
}
h1,h2,hgroup {
	font-family: garamond-fb-text, serif;
	font-weight: 900 !important;
	/* font-family: alda, serif; */
}
h3,h4,h5,h6 {
	font-family: garamond-fb-text, serif;
	font-weight: 900 !important;
	/* font-family: poynter-gothic-text, sans-serif; */
}
body {
	background-image: url('/wp-content/uploads/2019/08/marble-background-large.png');
	/* background-size: cover; */
}
.right-sidebar.separate-containers .site-main {
	margin: 20px 0 20px 0;
}
.inside-article {
	background-color: transparent !important;
}
@media screen and (min-width: 769px) {
	nav#site-navigation .inside-navigation {
		display: flex !important;
		justify-content: flex-end !important;
	}
}
.home header.entry-header {
  display: none;
}
.home article#post-133, .home main#main, .home article#post-133 .entry-content {
  margin-top: 0;
}
.home article#post-133 .inside-article {
  padding-top: 0;
}
body {
  background-color: white;
}
#layerslider_8 {
  margin-top: -26px !important;
}
.four-icons-area {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.four-icons-card {
  width: 1100px;
  max-width: 100vw;
  padding: 25px;
  box-sizing: border-box;
  background-color: #F2F5FA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 10px 30px 0 lightgrey;
  position: relative;
transform: translateY(-50px);
}
.four-icons-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 960px;
  max-width: 90vw;
}
.four-icons-area h1 {
  text-align: center;
  font-size: 30px;
  color: #32549b;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.four-icons-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
	flex-wrap: wrap;
}
.icon-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
	margin: 15px;
	width: 175px;
	padding: 15px;
}
.icon-card:hover {
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 5px #9FA1A4;
}
.icon-card h3 {
  text-align: center;
  color: #32549b;
  font-weight: bold;
  text-transform: uppercase;
}
.icon-card img {
	margin-bottom: 25px;
}
.four-icons-card p {
  text-align: center;
}
body {
  color: #1e2633;
}
.icon-learn {
  text-align: center;
  color: #32549b !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px;
}

.home-section-title {
	text-align: center;
	color: #32549b !important;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	margin: 10px;
	padding: 5px 10px;
	/* transform: translateY(30px); */
}
.services-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  text-align: center;
	padding: 0 0 50px 0;
}
/* .home .services-grid {
 margin-top: -70px;
} */
.services-grid-container {
  width: 960px;
  max-width: 90vw;
}

.view-services {
  display: flex;
  align-items: center;
  background-color: #f7941d;
  padding: 5px 15px;
  text-align: center;
	color: white !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}
.view-services:hover {
  background-color: #f7941d;
	color: #1e2633;
}
#footer-widgets {
	/* background-color: #F2F5FA; */
	border-top: 10px solid #9FA1A4;
}
.footer-hours {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 400px;
}
.footer-day {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #9FA1A4;
}
.footer-day p {
	margin-bottom: 4px;
}
h2.widget-title {
	color: #fff !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
}
#right-sidebar {
	background-color: #F2F5FA;
	border-radius: 15px;
	padding: 0 40px 0 40px;
	max-width: 240px;
}
.sidebar .widget {
	background-color: transparent;
}
#page {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
	#page {
		margin-top: 0px;
	}
}

.home #page {
	margin-top: 0;
	margin-bottom: 0;
}
.sidebar-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px 0 40px 0;

}
.sidebar-icon p {
	color: #32549b !important;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar-icon img {
	margin-bottom: 10px;
}
#right-sidebar .widget_custom_html {
	margin-bottom: 0;
	padding: 0;
}
#right-sidebar .widget {
	border-bottom: 2px solid #9FA1A4;
}
#right-sidebar .widget:last-of-type {
	border-bottom: none;
}
.footer-socials {
	display: flex;
	align-self: center;
	justify-content: center;
	width: 960px;
	max-width: 90vw;
}
.footer-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
}
.footer-socials a i {
	color: #fff;
	font-size: 32px;
}

.footer-socials a:hover i {
	color: #fff;
}
.footer-buttons {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}
.footer-buttons a {
	color: white;
	background-color: #9FA1A4;
	padding: 5px;
	width: 250px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
}
.footer-buttons a:hover {
	background-color: #32549b;
}

#gform_wrapper_4 li {
	width: 100% !important;
}
#gform_wrapper_4 label {
	/* display: none; */
	color: white;
}
input#gform_submit_button_4 {
	color: white;
	background-color: #32549b;
	padding: 5px;
	text-align: center;
	width: 200px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
input#gform_submit_button_4:hover {
	background-color: #32549b;
}
.site-footer {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-footer-links {
	position: absolute;
	top: -23px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.top-footer-links a {
	display: flex;
	align-items: center;
	margin: 10px;
	background-color: white;
	border-radius: 5px;
	border: 2px solid #32549b;
	padding: 5px 10px;
	text-align: center;
}
.top-footer-links p {
	margin-bottom: 0;
	color: #32549b !important;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}
.top-footer-links img {
	width: 25px;
	margin-right: 5px;
}

#footer-widgets, .site-info {
	width: 100vw;
	box-sizing: border-box;
}
.site-info {
	background-color: #32549b;
}
.service-card {
	/* width: 290px; */
	width: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 15px;
}
.service-card img {
	width: 100%;
	margin-bottom: 10px;
}
.services-grid-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 50px;

}

.service-card h3 {
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	color: #1e2633;
	font-weight: bold;
	text-transform: uppercase;
}
.service-card:hover h3 {
	color: #f7941d;
}
.home-map {
  display: flex;
  flex-direction: column;
  align-items: center;
	width: 960px;
	max-width: 90vw;
	margin-top: -30px;
}
.home-map-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 50px;
}
.home-map-container {
  width: 50%;
}
.home-section-title h2 {
  text-align: center;
  color: #32549b !important;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  margin-bottom: 0;
  margin: 10px;
}
.home-map-info {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.map-info-container {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home-map-info h3 {
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.home-map-wrapper {
		flex-direction: column;
	}
	.home-map-info, .home-map-container {
		width: 100%;
	}
	.home-map-info {
		padding: 50px 0 50px 0;
	}
}
@media screen and (max-width: 1024px) {
	.inside-footer-widgets {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	aside#custom_html-2 .textwidget {
		display: flex;
		justify-content: center;
	}
}
.services-grid-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home-map .title-line {
	margin-bottom: 50px;
}
.home-hero {

		-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;
		/* height: 44.2vw; */
		background-image: url('/wp-content/uploads/2019/03/MVP-clinic-feature-img-1.png');
		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;
		/* margin-top: -25px; */
		/* margin-bottom: -30px; */

}

.home-hero-container {
	width: 960px;
	max-width: 90vw;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.home-hero-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;

}
.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: #32549b;
border-radius: 3px;
}
.home-hero-caption a:hover {
	background-color: #9FA1A4;
}
.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: #32549b;
		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: 34px
	}
	.home-hero-caption a {
	font-size: 28px;
	}
}

header.entry-header h1.entry-title {
	padding: 5px 10px 5px 0;
	color: #32549b !important;
	font-weight: bold;
	/* transform: translateY(30px); */
	/* background-color: white; */
	margin-bottom: 10px;
	text-align: center;
}


.home .title-line {
  width: 960px;
  height: 2px;
  background-color: #9FA1A4;
	max-width: 90vw;
	margin-bottom: 15px;
	margin-bottom: 25px;
}
.home .entry-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 1024px) {
	#gform_widget-2 {
		max-width: 250px;
	}
	.inside-footer-widgets .grid-parent {
		display: flex;
		justify-content: center;
		text-align: center;
	}
}
.review-block {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-radius: 3px;
	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);
}
@media screen and (max-width: 1024px) {
	.top-footer-links {
		display: none;
	}
}
li#field_4_1, li#field_4_2 {
	padding-right: 0;
}
input#gform_submit_button_4 {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	#gform_wrapper_4 {
		width: 250px;
	}
	aside#gform_widget-2, .site-footer .footer-widgets-container .inner-padding {
		padding-left: 0;
	}
	.footer-hours {
		width: 250px;
	}
}

.service-img {
  background-position: center;
  background-size: cover;
  width: 250px;
	height: 250px;
	background-color: grey;
	margin-bottom: 10px;
}
.page-id-27 .services-grid {
	margin-left: calc(-50vw + 50%);
}
.single .inside-article {
	padding-top: 0 !important;
}
.single #main {
	margin-top: 0 !important;
}
.page-header-image-single {
	margin-bottom: 0 !important;
}
footer.entry-meta {
	display: none !important;
}
.slide-left {
	animation: slideLeft 500ms ease 0s forwards;
}
.slide-right {
	animation: slideRight 500ms ease 0s forwards;
}
@keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translateX(-100vw);

	}
	100% {
		transform: translateX(0);
	opacity: 1;
	}
}
@keyframes slideRight {
	0% {
		opacity: 0;
		transform: translateX(100vw);

	}
	100% {
		transform: translateX(0);
	opacity: 1;
	}
}
#home-map-container, #home-map-info {
	opacity: 0;
}
main#main {
	margin-top: 0 !important;
}
.inside-article {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.page-id-27 .inside-right-sidebar {
	display: none !important;
}
.page-id-27 header.entry-header h1.entry-title {
	text-align: center;
}
.page-id-54 header.entry-header h1.entry-title {
	text-align: center;
}

input#gform_submit_button_2, input#gform_submit_button_3 {
	background-color: #f0a24a !important;
	padding: 5px 15px;
	text-align: center;
	color: white !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
	border: none;
}
input#gform_submit_button_2:hover, input#gform_submit_button_3:hover {
background-color: #f7941d !important;
/* border: 2px solid #f7941d !important; */
color: #1e2633 !important;

}
.gform_body h2 {
	color: #32549b;
}
.top-footer-links i {
	color: #32549b;
	margin-right: 5px;
}
.top-footer-links a:hover i {
	color: white;
}
.top-footer-links a:hover {
	background-color: #32549b;
}
.top-footer-links a:hover p {
	color: white !important;
}
ul.gfield_radio li {
	overflow: visible !important;
}
li#field_3_16 .gfield_label {
	display: none;
}
li#field_3_14 .gfield_label {
	display: none;
}
.top-footer-links a .fas.fa-phone {
	transform: rotate(90deg);
}

aside#custom_html-6 .textwidget img {
	margin-bottom: 10px;
	max-width: 250px;
}
.page-id-550 article#post-550 .entry-content h2 {
	margin-bottom: 60px;
}
.next-section {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -50px;
}

.next-section-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 960px;
	max-width: 90vw;
}
.next-numbers-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}
.next-number-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 25px;
	text-align: center;
	width: 250px;
	opacity: 0;
}
.next-number-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #9FA1A4;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}
.next-number-circle h3 {
	font-size: 30px;
	font-weight: bold;
	color: #32549b;
	margin: 0;
	transform: translateY(-2px);
}
.next-number-card p {
	width: 200px;
}
.next-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.next-btns a {
  display: flex;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #32549b;
    padding: 5px 10px;
    text-align: center;
		margin: 10px;
}
.next-btns p {
  margin-bottom: 0;
color: #32549b !important;
font-weight: bold;
text-transform: uppercase;
white-space: nowrap;
}
.next-btns i {
  color: #32549b;
  margin-right: 5px;
}
.next-call i {
	transform: rotate(90deg);

}
.next-btns a:hover {
	background-color: #32549b;
}
.next-btns a:hover i {
	color: white !important;
}
.next-btns a:hover p {
	color: white !important;
}
.slide-up-1 {
	animation: slideUp 500ms ease 0s forwards;
}
.slide-up-2 {
	animation: slideUp 500ms ease 200ms forwards;
}
.slide-up-3 {
	animation: slideUp 500ms ease 400ms forwards;
}
@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@media screen and (max-width: 1024px) {
	.next-section {
		margin-top: 0;
	}
	.home-map-info {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.next-numbers-wrapper {
		flex-direction: column;
		align-items: center;
	}
}
.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;
}
.blog-page {
	display: flex;
	flex-direction: column;
}
.blog-card {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #9FA1A4;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.blog-card .title-line {
	transform: translateY(-43px);
	margin-bottom: 0;
}
.blog-card h2 {
	padding: 5px 10px 5px 0;
    color: #32549b !important;
    font-weight: bold;
    text-transform: uppercase;
    background-color: white;
		position: relative;
		z-index: 999;
}

@media (min-width:784px) and (max-width: 1045px) {
	.icon-card {
		width: 50%;
		margin: 0;
		box-sizing: border-box;
	}
}
@media (max-width: 1024px) {
	.four-icons-card {
		transform: translateY(0);
	}
}
.mobile-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 0 25px 0;
	background-color: #F2F5FA;
	display: none;
	width: 100vw;
	margin-bottom: 25px;
}
.mobile-banner-container {
	width: 960px;
	max-width: 90vw;
	text-align: center;
}
.mobile-banner h1 {
	color: #32549b;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	.mobile-banner {
		display: flex;
	}
}
.page .entry-content {
	margin-bottom: 50px;
}
.map-info-container a h3 {
	color: #32549b !important;
}
.comments-area {
	display: none !important;
}
.contact-map .fa.fa-phone {
	transform: rotate(90deg);
}

/* INTALYTICS LP */

.page-id-888 #right-sidebar, .page-id-888 .entry-title, .page-id-888 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-888 .floating-appt, .page-id-888 .floating-call, .page-id-888 .site-footer {
	display: none !important
}

.page-id-888 #primary {
	width:100%
}

.page-id-888 .cah-cust-nav-bar-inner-wrapper,.page-id-888 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center
}

/* INTALYTICS APPOINTMENT */

.page-id-890 #right-sidebar, .page-id-890 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-890 .floating-appt, .page-id-890 .floating-call, .page-id-890 .site-footer {
	display: none !important
}

.page-id-890 #primary {
	width:100%
}

.page-id-890 .cah-cust-nav-bar-inner-wrapper,.page-id-890 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center
}

/* APPOINTMENT FORM */

.form-call {
	background-color: #f0a24a;
	border: 2px solid #f0a24a;
	padding: 5px 10px;
	text-align: center;
}
.form-call i {
  transform: rotate(90deg);
  color: white;
  margin-right: 5px;
}

.form-call:focus {
	background-color: white;
}

.form-call:hover {
	background-color: #f7941d;
	border: 2px solid #f7941d;
}


#gform_wrapper_3 {
	display: block !important;
}

#masthead, .title {
  display: none;
}
.main-fluid {
  background-color: #EEE;
}
.cah-cust-nav-bar-menu-wrapper {
	width: 100vw;
}
.cah-cust-nav-bar-wrapper {
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999999;
	display: flex;
	justify-content: center;
}

.cah-cust-nav-bar-wrapper ul {
  margin: 0;
  list-style-type: none;
}
.cah-cust-nav-bar-wrapper li {
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.cah-cust-nav-bar-inner-wrapper {
  height: fit-content;
  max-width: 960px;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 14px 0;
}
.cah-cust-nav-bar-logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cah-cust-nav-bar-logo-wrapper img {
  max-width: 230px!important;
}
.cah-cust-nav-bar-contact-wrapper {
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cah-cust-nav-bar-contact-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #32549b;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #32549b;
  white-space: nowrap;
}
.cah-cust-nav-bar-contact-wrapper span:nth-child(1) {
  margin-right: 10px;
}
.cah-cust-nav-bar-contact-wrapper span img {
    margin-right: 10px;
}
.cah-cust-nav-bar-contact-wrapper span:nth-child(1) img {
  width: 20px;
}
.cah-cust-nav-bar-contact-wrapper span:nth-child(2) img {
  width: 18px;
}
.cah-cust-nav-bar-contact-wrapper span a {
  color: #32549b;
  font-weight: 900;
}
.cah-cust-nav-bar-menu-wrapper > div > ul {
  display: flex;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li {
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
  text-align: center;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover {
  background-color: #32549b;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover a{
  color: white;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover ul {
  display: block;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li > a {
  color: #9FA1A4;
  white-space: nowrap;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li:last-child {
  margin-right: 0;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li:last-child ul {
  left: -92px;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li {
  background-color: #32549b;
  /* padding: 5px 15px; */
  white-space: nowrap;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:first-child {
  border-top: 1px solid #32549b;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover {
  background-color: #32549b;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover a {
  color: #F2F5FA;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li a {
  color: #32549b;

}

.cah-cust-nav-bar-floating-nav-wrapper {
  width: 100vw;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  box-shadow: 0 5px 30px 0 grey;
  background-color: #fff;
}
.cah-cust-nav-bar-floating-nav-inner-wrapper {
  max-width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px 0 15px 0;
  margin: 0 auto;
}
.cah-cust-nav-bar-floating-nav-logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cah-cust-nav-bar-floating-nav-logo-wrapper {
  width: 153px !important;
  display: flex;
  align-items: center;
}
.cah-cust-nav-bar-floating-nav-inner-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #32549b;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #32549b;
}
.cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(2) {
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cah-cust-nav-bar-floating-nav-inner-wrapper span img {
  margin-right: 10px;
}
.cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(2) img {
  width: 20px;
}
.cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(3) img {
  width: 18px;
}
.cah-cust-nav-bar-floating-nav-inner-wrapper span a {
  color: #32549b;
  font-weight: 900;
}

.cah-cust-nav-bar-hamburger-btn {
  display: none;
  position: relative;
  width: 38px;
  height: 38px;
  border: 2px solid #32549b;
  border-radius: 50%;
  cursor: pointer;
}
.cah-cust-nav-bar-hamburger-btn div {
    width: 16px;
    height: 2px;
    position: absolute;
    background-color: #32549b;
}
.cah-cust-nav-bar-hamburger-btn div:nth-child(1) {
    top: 13px;
    left: 11px;
}
.cah-cust-nav-bar-hamburger-btn div:nth-child(2) {
    top: 18px;
    left: 11px;
}
.cah-cust-nav-bar-hamburger-btn div:nth-child(3) {
    top: 23px;
    left: 11px;
}
.cah-cust-nav-bar-mobile-menu-wrapper {
  display: none;
}
.cah-cust-nav-bar-mobile-menu-wrapper li {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.cah-cust-nav-bar-mobile-menu-wrapper a {
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li {
  position: relative;
  background-color: #f0a24a;
  border-bottom: 1px solid #f7941d;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li:last-child {
  border-bottom: none;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li > a {
  color: #32549b;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul {
  display: none;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li i {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li {
  background-color: #f7941d;
  border-bottom: 1px solid #f7941d;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:last-child {
  border-bottom: none;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:hover {
  background-color: #f0a24a !important;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:last-child:hover {
  border-bottom: none;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li a {
  color: #F2F5FA;
}
.stickyMobileNav {

}
@media (max-width: 660px) {
  .cah-cust-nav-bar-inner-wrapper {
    align-items: center;
    padding: 15px;
  }
  .cah-cust-nav-bar-logo-wrapper {
    margin-bottom: 14px;
  }
}
@media (max-width: 1024px) {
  .cah-cust-nav-bar-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }

  .cah-cust-nav-bar-contact-menu-wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column
  }
  .cah-cust-nav-bar-contact-wrapper {
    height: 80px;
    flex-direction: column;
    align-items: flex-end;
  }
  .cah-cust-nav-bar-contact-wrapper span:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cah-cust-nav-bar-hamburger-btn {
    display: block;
  }
}
.header-bottom-bar {
  width: 100vw;
  height: 40px;
  background-image: linear-gradient(to bottom, #005E7C, #32549b);
}
.mobile-call {
  display: flex;
    align-items: center;
    margin-right: 10px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #32549b;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
}
.mobile-call:hover {
  color: white;
}
.mobile-call p {
  margin-bottom: 0;
color: #32549b !important;
font-weight: bold;
text-transform: uppercase;
white-space: nowrap;
}
.mobile-call i {
  transform: rotate(90deg);
  color: #32549b;
  margin-right: 5px;
}
.mobile-appt {
  display: flex;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #32549b;
    padding: 5px 10px;
    text-align: center;
}
.mobile-appt p {
  margin-bottom: 0;
color: #32549b !important;
font-weight: bold;
text-transform: uppercase;
white-space: nowrap;
}
.mobile-appt i {
  color: #32549b;
  margin-right: 5px;
}
.mobile-appt:hover {
  background-color: #32549b;
}
.mobile-appt:hover i {
  color: white;
}
.mobile-appt:hover p {
  color: white !important;
}
.mobile-btns-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mobile-btns-container a:hover {
  background-color: #32549b !important;
}
.mobile-btns-container a:hover p {
  color: white !important;
}
.mobile-btns-container a:hover i {
  color: white;
}
@media screen and (min-width: 1025px) {
  .mobile-btns-container {
    margin-bottom: 0;
  }
}
.floating-appt {
  display: flex;
  align-items: center;
  background-color: #f0a24a;
  padding: 5px 10px;
  text-align: center;
}
.floating-appt p {
	margin-bottom: 0;
	color: white !important;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	transform: translateY(2px);
}
.floating-appt i {
	color: white;
  margin-right: 5px;
}
.floating-call {
  display: flex;
    align-items: center;
    background-color: #f0a24a;
    padding: 5px 10px;
    text-align: center;
}
.floating-call p {
  margin-bottom: 0;
color: white !important;
font-weight: bold;
text-transform: uppercase;
white-space: nowrap;
transform: translateY(2px);
}
.floating-call i {
  transform: rotate(90deg);
  color: white;
  margin-right: 5px;
}
.floating-call:hover p {
  color: #1e2633 !important;
}
.floating-call:hover i {
  color: #1e2633;
}
.floating-appt:hover p {
  color: #1e2633 !important;
}
.floating-appt:hover i {
  color: #1e2633;
}
.home #right-sidebar, .home .sidebar {
  display: none !important;
}
ul#menu-header-menu li.menu-item-has-children a {
  margin-right: 6px;
}
ul#menu-header-menu li.menu-item-has-children ul li a {
  margin-right: 0;
}
ul#menu-header-menu li.menu-item-has-children::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #9FA1A4;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translateY(2px);
}
ul#menu-header-menu li.menu-item-has-children:hover::after {
  border-top: 5px solid white;
}
#logo-mobile {
  display: none;
}
@media screen and (max-width: 787px) {
  #logo-mobile {
    display: block;
    width: 100px;
  }
  .header-stick {
    position: fixed !important;
    box-shadow: 0 5px 30px 0 grey;
  }
}
@media (min-width: 661px) and (max-width: 787px) {
  .home-hero-margin {
    margin-top: 102px;
  }
}
@media screen and (max-width: 660px) {
  .home-hero-margin {
    margin-top: 117px;
  }
}


.cah-cust-nav-bar-floating-nav-wrapper img {
  max-width: 153px;
}


/* Ian's CSS Additions */

/* Header CSS */

.menu-item a {
	color: white;
	line-height: 45px;
	padding: 0 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 14px;
}
.sub-menu li {
	display: flex;
}
.menu-item ul li a {
	/* line-height: 1.5em; */
	padding: 0 15px;
	flex-grow: 1;

}

.menu-item .top-buttons {
	font-size: 17px;
	font-weight: 400;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
}

.menu-item a:hover {
	color: #f7941d;
}

.top-header-wrap {
	width: 100%;
}

.top-header-wrap .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url('/wp-content/uploads/2019/09/dog-paws.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain
}

.menu-header-menu-container {
	background-color: #1e2633 !important;
	z-index: 9999999;
}

.menu-header-menu-container ul {
	margin: 0;
}

#menu-header-menu	li a {
	color: white !important;
}

#menu-header-menu li {
	list-style: none;
}

#menu-header-menu li:hover {
	/* background-color: #f7941d !important; */
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li {
	background-color: #1e2633;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:first-child {
	border-top: 1px solid #1e2633;
}

ul#menu-header-menu li.menu-item-has-children::after {
	border-top: 5px solid white;
}

.home .cah-cust-nav-bar-wrapper {
	z-index: 9999999;
}

.cah-cust-nav-bar-wrapper .row .logo a {
	border: none;
}

#menu-header-menu {
	display: flex;
	justify-content: center;
	z-index: 9999999;
}

#menu-header-menu li {
	z-index: 99999;
}

.sub-menu {
	z-index: 9999999;
}

.sub-menu li {
	z-index: 9999999;
}

.header-button-section {
	display: flex;
}

#first-header-button {
	margin-right: 1vw;
}

@media screen and (max-width: 800px) {
	.header-button-section {
		flex-direction: column;
		justify-content: center;
	}
	#first-header-button {
		margin-right: 0vw;
	}
}

#first-header-button a:hover {
	background-color: #f7941d;
}

#second-header-button a:hover {
	background-color: #f7941d;
}

@media screen and (max-width: 1024px) {
	#rescue_search i {
		display: none;
	}
	.rescue_search {
		height: 0;
	}
	#menu-item-649 {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.cah-cust-nav-bar-wrapper .row {
		flex-direction: column;
		justify-content: center;
	}
	.floating-call {
		margin-top: 10px;
		margin-bottom: 0;
		display: flex;
		justify-content: center;
	}
}

/* Hamburger Menu CSS */

#hamburger {
	display: none;
}

.menu-text {
	display: none;
}

@media screen and (max-width: 900px) {
	.cah-cust-nav-bar-menu-wrapper {
		display: none;
	}
	.menu-text {
		display: block;
	}
	#hamburger {
		display: flex;
		flex-direction: column;
	}
	#hamburger ul {
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
	}
	#hamburger li a {
		display: block;
		text-decoration: none;
		color: white;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		font-size: 15px;
		font-weight: 500;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	#hamburger .cah-cust-nav-bar-mobile-menu-wrapper {
		clear: both;
		max-height: 0;
		transition: max-height .2s ease-out;
		display: none;
		width: 100vw;
	}
	#hamburger .menu-icon {
		cursor: pointer;
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 12px 6px;
		position: relative;
		user-select: none;
		background-color: #f7941d;
	}
	#hamburger .menu-icon .navicon {
		background: white;
		display: block;
		height: 2px;
		position: relative;
		transition: background .2s ease-out;
		width: 18px;
	}
	#hamburger .menu-icon .navicon:before, #hamburger .menu-icon .navicon:after {
		background: white;
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		transition: all .2s ease-out;
		width: 100%;
	}
	#hamburger .menu-icon .navicon:before {
		top: 5px;
	}
	#hamburger .menu-icon .navicon:after {
		top: -5px;
	}
	#hamburger .menu-btn {
		display: none;
	}
	#hamburger .menu-btn:checked ~ .cah-cust-nav-bar-mobile-menu-wrapper {
		max-height: 1000px;
		display: block;
	}
	#hamburger .menu-btn:checked ~ .menu-icon .navicon {
		background: transparent;
	}
	#hamburger .menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}
	#hamburger .menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
	}
	#hamburger .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, #hamburger .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
	}
	.centering {
		display: flex;
		justify-content: center;
		background-color: #32549b;
	}
	.menu-text {
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.menu-text p {
		margin-bottom: 0;
		text-transform: uppercase;
		font-size: 0.8125rem;
		font-weight: bold;
	}
}

/* Smart Slider/Static Image CSS */

.entry-content p {
	margin-bottom: 0;
}

#slider-hero {
	display: none;
}

.n2-section-smartslider {
	/* margin-bottom: -30px; */
}

.smart-slider-overlay {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	/* background-color: rgba(0,127,167,0.8); */
	background-color: rgba(30, 38, 51,0.8)
}

@media screen and (max-width: 1024px) {
	.home-hero {
		margin-bottom: 0px;
	}
	.n2-section-smartslider {
		display: none;
		margin-bottom: 0px;
	}
	/* #slider-hero {
		display: block;
	} */
	.smart-slider-overlay {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.smart-slider-overlay h2 {
		color: white;
		font-size: 26px;
		text-transform: uppercase;
		font-weight: bold;
		max-width: 90vw;
		margin-bottom: 5px;
	}
	.smart-slider-overlay a {
		background-color: white;
		border-radius: 50px;
		color: #32549b;
		padding: 10px 20px;
		text-transform: uppercase;
		font-weight: bold;
		box-shadow: 0 0 5px grey;
		font-size: 15px;
	}
	.smart-slider-overlay a i {
		margin-left: 10px;
	}
}

/* Home_Top_Bg Function CSS */

.home-top-bg {
	background-color: #1e2633;
	border-radius: 10px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 62.5em;
	z-index: 2;
	box-sizing: border-box;
	padding: 25px;
	text-align: center;
	margin-bottom: 50px;
}

.home-top-wrap {
	margin: 4rem 0;
	display: flex;
	justify-content: center;
}
.home-top-bg h2, .home-top-bg p {
	color: white;
}
@media screen and (max-width: 640px) {
	.home-top-wrap {
		margin: 0;
	}
}

.home-widgets-top {
	color: #ffffff;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.home-widgets-top {
		margin-top: 20px;
		margin-bottom: 40px;
	}
}

.textwidget {
	font-weight: 100;
	line-height: 28px;
}

.home-widgets-top .textwidget h3 {
	margin-bottom: 20px;
	color: #ffffff;
	transition: all .15s ease-in-out;
	font-size: 1.3rem;
	font-weight: bold;
}

.home-widgets-top a {
	color: #7d91a4;
	border-bottom: 1px dashed #5e7286 !important;
	text-decoration: none;
	transition: 0.2s;
	background: transparent;
	cursor: pointer;
}

.home-widgets-top .icon-hover p {
	padding: 0 1.2rem;
	font-weight: 100 !important;
	line-height: 28px;
	font-size: 15px;
	margin-bottom: 1.25rem;
}

@media screen and (max-width: 1024px) {
	.home-top-bg {
		border-radius: 0px;
	}
}

@media screen and (max-width: 640px) {
	.home-top-wrap {
		flex-direction: column;
	}
	.textwidget .icon-hover img {
		margin-top: 40px;
	}
	#first-image {
		margin-top: 0;
	}
}

.home-widgets-section {
	padding: 70px 0 0px 0;
	width: 100vw;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 62.5em;
	display: flex;
	justify-content: center;
}

.hideme {
	opacity: 1 !important;
}

.large-12 {
	position: relative;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	float: left;
}

.internals {
	width: auto;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
}

.home-text-widget-left {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	float: left;
}

.home-widget-left {
	margin-bottom: 30px;
}

.textwidget {
	font-weight: 100;
	line-height: 28px;
}

.home-widget-left .textwidget h2 {
	color: #32549b;
	font-weight: 600;
	line-height: 2.4rem;
	font-size: 2.3125rem;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
}

.home-widgets-section h3 {
	color: #1e2633;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 28px;
	line-height: 2.4rem;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
}

.home-widgets-section p {
	font-weight: 100;
	line-height: 28px;
	font-size: 1rem;
	margin-bottom: 1.25rem;
	font-weight: bold;
}

.home-widgets-top .icon-hover:hover a {
	color: #f7941d;
}

.home-widgets-top .icon-hover:hover h3 {
	color: #f7941d;
}

/* Footer CSS */

#footer-widgets {
	background-color: transparent;
	border-top: 0px;
}

.footer-widgets {
	padding: 50px;
	padding-top: 100px;
}

.footer-widgets-container {
	width: 960px;
	max-width: 90vw;
}
.inside-footer-widgets {
	margin-left: 0 !important;
}
#first-footer aside {
	margin-left: 10px;
	margin-top: 20px;
}

#first-footer p {
	color: #b2b2b2;
	font-size: 16px;
	font-weight: 100;
	line-height: 28px;
	margin-bottom: 1.25rem;
}

#gform_widget-3 h2 {
	color: #fff !important;
	text-transform: uppercase;
}

#gform_fields_4 input {
	background: #252A2E;
	border: 2px solid #2E2E2E;
	color: #efefef;
	width: auto;
}

.widget_text h5 {
	color: #fefefe;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.4rem;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
}

.widget_text a {
	line-height: inherit;
	text-decoration: none;
	color: #B2B2B2;
	transition: 0.2s;
	background: transparent;
}

.site-info {
	background-color: transparent;
}

.tiny-footer-button {

	background-color: #f0a24a !important;
	padding: 5px 15px;
	text-align: center;
	color: white !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;

}

.tiny-footer-button:hover {
	color: #1e2633 !important;
	background-color: #f7941d !important;
}

input#gform_submit_button_4 {
	background-color: #f0a24a !important;
	padding: 5px 15px;
	text-align: center;
	color: white !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
	border: none;
}

input#gform_submit_button_4:hover {
	color: #1e2633 !important;
	background-color: #f7941d !important;
}

.footer_social {
	min-height: 110px;
	background-color: #252a2e;
}

@media screen and (max-width: 1024px) {
	.tiny-footer-button {
		float: none;
	}
	.footer-widget-3 {
		display: flex;
		flex-direction: column;
	}
	.gform_widget-3 {
		text-align: center;
	}
	#gform_wrapper_4 {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	#gform_4 {
		text-align: center;
	}
	.gform_footer {
		display: flex;
		justify-content: center;
	}
}

/* Page CSS */

#page:not(.home) {
	max-width: 960px;
}

#page #right-sidebar {
	margin-top: 30px;
	margin-bottom: 30px;
}

.page-id-59 #right-sidebar {
	display: none;
}

.page-id-59 .grid-75 {
	width: 100%;
}

.page-id-54 #right-sidebar {
	display: none;
}

.page-id-54 .grid-75 {
	width: 100%;
}

@media screen and (max-width: 800px) {
	#page #right-sidebar {
		margin-top: 5px;
		margin-bottom: 20px;
	}
}

.entry-header:not(.home) {
	margin-left: 10px;
	margin-right: 10px;
}

.entry-content:not(.home) {
	margin-left: 10px;
	margin-right: 10px;
}

.home .entry-header {
	margin-left: 0px;
	margin-right: 0px;
}

.home .entry-content {
	margin-left: 0px;
	margin-right: 0px;
}

@media screen and (max-width: 770px) {
	#page #right-sidebar {
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

/* doctors_page CSS */

.page-id-54 .entry-content {
	margin-left: 0;
	margin-right: 0;
}

.page-id-54 .entry-content .doctors-page {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.doctor-card {
	/* text-align: center; */
	/* width: 200px; */
	/* display: flex;
	flex-direction: column;
	align-items: center; */
	/* margin-bottom: 25px; */
	width: 100vw;
	padding: 25px 0 25px 0;
	opacity: 0;
	/* border-bottom: 2px solid #1e2633; */
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(30, 38, 51,0.8);
	/* margin-left: calc(-50vw + 50%); */
	box-sizing: border-box;
}
.doctor-card-container {
	width: 960px;
	display: flex;
	max-width: 90vw;
}
.doctor-card img {
	/* display: block;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	max-width: 100%;
	height: auto; */
	/* float: left; */
	width: 250px;
	margin: 0 25px 0 0;
	align-self: flex-start;
}

.doctor-card a {
	color: #f7941d;
	font-weight: bold;
	text-decoration: none;
	transition: 0.2s;
	background: transparent;
}

.doctor-card .doctor-read-more:hover {
	color: #32549b !important;
}

.doctor-card h3 {
	font-weight: bold;
	color: white;
	font-size: 24px;
}

.doctor-card p {
	color: white;
}
.doctors-page .doctor-card:nth-child(2n + 1) {
	animation: doctorSlideLeft 500ms ease 1s 1 forwards;

}
.doctors-page .doctor-card:nth-child(2n) {
	background-color: rgba(192, 203, 222,0.8);
	animation: doctorSlideRight 500ms ease 1s 1 forwards;

}
.doctors-page .doctor-card:nth-child(2n) .doctor-card-container {
	flex-direction: row-reverse;
}
.doctors-page .doctor-card:nth-child(2n) img {
	margin: 0 0 0 25px;
}
.doctors-page .doctor-card:nth-child(2n) p {
	color: #1e2633;
}
.doctors-page .doctor-card:nth-child(2n) h3 {
	color: #1e2633;
}
@keyframes doctorFade {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes doctorSlideLeft {
	0% {
		opacity: 0;
		transform: translateX(-100vw);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes doctorSlideRight {
	0% {
		opacity: 0;
		transform: translateX(100vw);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@media screen and (max-width: 1024px) {
	.doctor-card-container {
		flex-direction: column !important;
		align-items: center;
		justify-content: center;
	}
	.doctor-card-container img {
		margin: 0 0 15px 0 !important;
		align-self: center;
	}
	.doctor-card-container h3 {
		text-align: center;
	}
}


/* Correcting for Prior CSS */

/* .inside-article:not(.home) img {
	margin-top: 30px;
} */

@media screen and (max-width: 800px) {
	.inside-article:not(.home) img {
		margin-top: 0px;
	}
}

#page:not(.home) {
	margin-bottom: 0px;
}

.bottom-navbar {
	z-index: 999999;
	position: relative;
	/* border-top: 4px solid white; */
}

body .grid-container {
	max-width: 100%;
}

.separate-containers .inside-article {
	padding: 0px;
}

aside#custom_html-6 .textwidget img {
	margin-bottom: 0px;
}

.header-bottom-bar {
	display: none;
}



.site-footer {
	width: 100vw;
	background-image: url('/wp-content/uploads/2019/08/footer-marble-background.png');
	background-size: cover;
}
.footer-bar .custom-html-widget {
	display: flex;
	justify-content: center;
}
.footer-bar {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding: 25px 0 25px 0;
	background-color: #1e2633;
	margin-bottom: 15px !important;
}
@media screen and (max-width: 1024px) {
	.footer-widget-1 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

/* .doctor-card-container:hover img {
	filter: brightness(0.8);
}
.doctor-card-container:hover h3 {
	color: #f7941d;
} */
.service-card:hover img {
	filter: brightness(0.8);
}
@media screen and (max-width: 1024px) {
	#right-sidebar {
		max-width: none;
		width: 100vw;
		border-radius: 0;
	}
	.entry-content {
		margin-bottom: 50px;
	}
}
.copyright a:hover {
	color: #f7941d;
}
.home-widgets-top .icon-hover i {
	font-size: 60px;
	margin-bottom: 25px;
}
.icon-hover:hover i {
	color: #f7941d;
}
.entry-content p {
	margin-bottom: 1em;
}
#right-sidebar {
	display: none;
}
#primary {
	width: 100%;
}
.floating-appt:hover, .floating-call:hover {
	background-color: #f7941d;
}
@media screen and (max-width: 1024px) {
	.header-stick .logo {
		display: none;
	}
}
.page-id-371 .header-button-section, .page-id-371 .bottom-navbar, .page-id-371 #footer-widgets, .page-id-371 .footer-bar, .page-id-371 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-371 .top-header-wrap .row {
	display: flex;
	justify-content: center;
}
.page-id-371 #main {
	margin-right: 0;
}
.page-id-369 .header-button-section, .page-id-369 .bottom-navbar, .page-id-369 #footer-widgets, .page-id-369 .footer-bar, .page-id-369 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-369 .top-header-wrap .row {
	display: flex;
	justify-content: center;
}
.page-id-369 #main {
	margin-right: 0;
}
.gform_button {
	background-color: #f0a24a !important;
padding: 5px 15px;
text-align: center;
color: white !important;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
width: auto;
border: none;
}
.gform_button:hover {
	background-color: #f7941d;
}
@media screen and (max-width: 1024px) {
	.home-hero {
		display: none;
	}
}
.logo img {
	width: 300px;
	max-width: 100%;
}
#dog-paws {
	width: 50px;
}
.inside-footer-widgets p, .inside-footer-widgets a {
	color: white;
}
.staff-img {
	float: left;
	margin: 0 25px 15px 0;
	width: 250px;
	max-width: 90vw;
}
.category-dvm > .inside-article > .page-header-image-single {
	display: none;
}
.staff-page {
	width: 100%;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	flex-wrap: wrap;
}
.staff-card {
	/* padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #1e2633; */
	width: 250px;
	margin: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	opacity: 0;
	animation: doctorFade 500ms ease 1s 1 forwards;

}
.staff-card img {
	/* float: left;
	margin: 0 25px 0 0;
	width: 200px; */
	width: 100%;
	margin-bottom: 15px;
}
.staff-card h3 {
	color: #32549b;
	font-weight: bold;
}
#n2-ss-3-align {
	border-bottom: 7px solid #32549b;
}
.page-id-59 #main {
	margin-right: 0;
}
.contact-bottom {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.contact-bottom img {
	width: 48%;
}
.contact-bottom #gform_wrapper_2 {
	width: 48%;
}
@media screen and (max-width: 1024px) {
	.contact-bottom {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.contact-bottom img {
		width: 100%;
		order: 2;
	}
	.contact-bottom #gform_wrapper_2 {
		width: 100%;
		order: 1;
	}
}
.postid-467 .page-header-image-single {
	display: none;
}
.home #main, .home #post-133, .home .entry-content {
	margin-bottom: 0;
}
.category-service .page-header-image-single {
	display: none;
}
.boarding-card {
	background-color: rgba(30, 38, 51,0.8);
	padding: 25px;
	width: 300px;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 25px;
	flex-direction: column;
}
.boarding-card h3 {
	color: white;
	font-weight: bold;
}
.boarding-card p {
	color: white;
}
.boarding-card img {
	margin-bottom: 15px;
	width: 300px;
	max-width: 100%;
}
.boarding-card img:last-of-type {
	display: none;
}
.boarding-card a {
	padding: 5px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f0a24a;
	width: 100%;
	box-sizing: border-box;
}
.boarding-card a:hover {
	color: #1e2633;
	background-color: #f7941d;

}
.boarding-card:hover img:first-of-type {
	display: none;
}
.boarding-card:hover img:last-of-type {
	display: block;
}
.boarding-pdf {
	padding: 5px 15px;
	background-color: #1e2633;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
.boarding-pdf:hover {
	background-color: #f0a24a;
	color: white;
}
.page-id-59 #page, .page-id-59 .entry-content {
	margin-top: 0;
}
.page-id-59 #main, .page-id-59 .entry-content {
	margin-bottom: 0;
}
.page-id-59 header.entry-header {
	display: none;
}
.contact-page {
	width: 100vw;
	display: flex;
	flex-direction: column;
	margin-left: calc(-50vw + 50%);
}
.contact-top {
	display: flex;
	width: 100%;
}
.contact-top > div {
	width: 50%;
}
.contact-left {
	background-image: url('https://northnaplesveterinaryhospital.com/wp-content/uploads/2019/08/Taylor-Lead-Receptionist-1-scaled.jpg');
	background-position: center;
	background-size: cover;
}
.contact-right {
	padding: 50px;
	box-sizing: border-box;
	background-color: rgba(192, 203, 222, 0.75);
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	text-align: center;
}
.contact-right p a {
	color: #1e2633;
}
.contact-socials {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-socials a i {
	color: #1e2633;
	margin: 10px;
}
@media screen and (max-width: 1024px) {
	.contact-left {
		display: none;
	}
	.contact-right {
		width: 100% !important;
	}
}
.forms-page {
	display: flex;
	flex-direction: column;
}
.form-section {
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	opacity: 0;
}
.form-section h3 {
	color: white;
	font-weight: bold;
}
.form-section p {
	color: white;
}
.form-section a {
	padding: 5px 10px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f0a24a;
	display: block;
	margin-bottom: 5px;
	min-width: 200px;
}
.form-section a:hover {
	color: #1e2633;
	background-color: #f7941d;
}
.forms-page .form-section:nth-child(1) {
	background-color: rgba(30, 38, 51,0.2);
	animation: doctorFade 500ms ease 1s 1 forwards;
}
.forms-page .form-section:nth-child(2) {
	background-color: rgba(30, 38, 51,0.4);
	animation: doctorFade 500ms ease 1.25s 1 forwards;
}
.forms-page .form-section:nth-child(3) {
	background-color: rgba(30, 38, 51,0.6);
	animation: doctorFade 500ms ease 1.5s 1 forwards;
}
.forms-page .form-section:nth-child(4) {
	background-color: rgba(30, 38, 51,0.8);
	animation: doctorFade 500ms ease 1.75s 1 forwards;
}
.forms-page .form-section:nth-child(5) {
	background-color: rgba(30, 38, 51,1);
	animation: doctorFade 500ms ease 2s 1 forwards;
}
.tour-page {
	width: 100vw;
	display: flex;
	flex-direction: column;
	margin-left: calc(-50vw + 50%);
}
.tour-image {
	width: 100vw;
	height: 55.587808vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-top: 7px solid #f7941d;
	border-bottom: 7px solid #f7941d;
}
.tour-caption {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 50px 0;

}
.tour-caption-container {
	width: 960px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.tour-caption h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: alda, serif;
	color: #32549b;
	font-size: 24px;
}
.tour-caption p {
	margin-bottom: 0;
}
.tour-page .tour-image:nth-child(1) {
	background-image: url('/wp-content/uploads/2019/08/Tour-Head.jpg');
}
.tour-page .tour-image:nth-child(3) {
	background-image: url('/wp-content/uploads/2019/08/d08f93_6ed443ebb2314ef297af57686d843c8d_mv2_d_2048_1536_s_2-1.jpeg');
}
.tour-page .tour-image:nth-child(5) {
	background-image: url('/wp-content/uploads/2019/08/Tour-Exam-Room.jpg');
}
.tour-page .tour-image:nth-child(7) {
	background-image: url('/wp-content/uploads/2019/08/Tour-Treatment-Room.jpg');
}
.tour-page .tour-image:nth-child(9) {
	background-image: url('/wp-content/uploads/2019/08/Tour-Pharmacy.jpg');
}
.tour-page .tour-image:nth-child(11) {
	background-image: url('/wp-content/uploads/2019/08/Tour-Radiology.jpg');
}
.tour-page .tour-image:nth-child(13) {
	background-image: url('/wp-content/uploads/2019/08/Tour-Laboratory.jpg');
}
.tour-page .tour-image:nth-child(15) {
	background-image: url('/wp-content/uploads/2013/08/dental.png');
}
.tour-page .tour-image:nth-child(17) {
	background-image: url('/wp-content/uploads/2019/08/Tour-Surgical-Suite.jpg');
}
.slide-in-left {
	opacity: 0;
	animation: doctorSlideLeft 500ms ease 1s 1 forwards;

}
.slide-in-right {
	opacity: 0;
	animation: doctorSlideRight 500ms ease 1s 1 forwards;

}
li#menu-item-1222 {
	background-color: #f7941d;
}
li#menu-item-1222 a {
	font-weight: bold;
	font-size: 18px;
}
.boarding-top {
	width: 100%;
	/* display: flex; */
}
/* .boarding-top > div {
	width: 50%;
	box-sizing: border-box;
} */
.slider-wrapper {
	width: 480px;
	float: left;
	margin: 0 15px 15px 0;
}
.boarding-right {
	padding: 0 10px 0 10px;
}
@media screen and (max-width: 1024px) {
	.boarding-left {
		display: none;
	}
	.boarding-right {
		width: 100% !important;
	}
	.slider-wrapper {
		display: none;
	}
}
.page-id-1041 .service-card {
	width: 250px;
	margin: 25px;
}
.page-id-1041 img {
	margin-bottom: 15px;
}
.page-id-1041 .service-card h3 {
	text-transform: capitalize;
	color: #32549b;
}
.page-id-1041 .service-card:hover img {
	filter: brightness(1);
}
.page-id-1041 .service-card:hover {
	cursor: default;
}
.page-id-1041 .service-card h3 {
	color: #32549b;
}
.page-id-1041 .service-card p {
	text-transform: capitalize;
	padding: 0;
	background-color: transparent;
	font-weight: normal;
	color: #1e2633 !important;
	font-size: 17px;
}



.page-id-1354 .service-card {
	width: 250px;
	margin: 25px;
}
.page-id-1354 img {
	margin-bottom: 15px;
}
.page-id-1354 .service-card h3 {
	text-transform: capitalize;
	color: #32549b;
}
.page-id-1354 .service-card:hover img {
	filter: brightness(1);
}
.page-id-1354 .service-card:hover {
	cursor: default;
}
.page-id-1354 .service-card h3 {
	color: #32549b;
}
.page-id-1354 .service-card p {
	text-transform: capitalize;
	padding: 0;
	background-color: transparent;
	font-weight: normal;
	color: #1e2633 !important;
	font-size: 17px;
}


#rx-service, #pharmacy-service {
	display: none;
}
#first-header-button a, #second-header-button a {
	background-color: #32549b;
}
#menu-header-menu > li {
	position: relative;
}
#menu-header-menu > li > .fas.fa-paw {
	position: absolute;
	display: none;
	color: #f7941d;
	top: 10px;
	left: 10px;
	font-size: 22px;
	z-index: 1;
	transform: rotate(-45deg);
}
#menu-header-menu > li > a {
	position: relative;
	z-index: 99;
}
#menu-header-menu > li:hover > .fas.fa-paw {
	display: block;
}
.inside-footer-widgets .textwidget p {
	font-size: 20px;
}
@media screen and (min-width: 1025px) {
	li#field_3_13, li#field_3_15 {
		width: 27%;
	}
}
.visible-card {
	opacity: 1 !important;
	transform: translateY(0) !important;
}
#gform_wrapper_5 {
	display: block !important;
}
.promo-banner {
	width: 100vw;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #32549b;
	padding-top: 15px;
}
.promo-banner-container {
	width: 960px;
	max-width: 90vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}
.promo-banner h2 {
	color: white;
	font-size: 24px;
	margin-bottom: 0;
}
.promo-banner a {
	margin: 10px;
	color: white;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #f0a24a;
}
.promo-banner a:hover {
	color: #1e2633 !important;
	cursor: pointer;
}
.covid-banner {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0 5px 0;
	background-color: #f7941d;
}
.covid-banner-container {
	width: 960px;
	max-width: 90vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.covid-banner p {
	color: white;
	text-align: center;
	margin-bottom: 0;
}
.covid-banner p a {
	color: #32549b;
	font-weight: bold;
}
.home .entry-content > p {
	margin-bottom: 0;
}
.home-popup {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999999999;
}
.home-modal {
	width: 600px;
	max-width: 90vw;
	padding: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}
.home-modal > i {
	position: absolute;
	top: 15px;
	right: 15px;
}
.home-modal > i:hover {
	cursor: pointer;
	color: #f7941d;
}
.home-modal > p {
	text-align: center;
	margin-bottom: 0;
}
.welcome-card {
  width: 325px;
  height: 325px;
  max-width: 95%;
  background-color: white;
  margin-top: 30px;
  margin: 30px 16px 0 16px;
  overflow: hidden;
	border-radius: 16px;
}

/* .welcome-card:not(:last-of-type) {
  margin-right: 35px;
} */

.card-icon {
  background-color: #32549b;
  border-radius: 0px 0px 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-icon img {
  max-height: 80px;
  transition: all .5s ease;
}

.welcome-card:hover img {
  transform: scale(1.15);
}

.card-icon, .card-title {
  height: 50%;
}

.card-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #1E2633;
}

.green-btn, .green-btn:visited {
  display: block;
  width: 210px;
  background-color: #32549b;
  color: white;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all .5s ease;
}

.green-btn:hover {
  background-color: #24866B;
  color: white;
}
.page-id-632 .covid-banner, .page-id-632 .cah-cust-nav-bar-wrapper, .page-id-632 .footer-wave, .page-id-632 .site-footer, .page-id-632 .cah-cust-nav-bar-floating-nav-wrapper {
  display: none !important;
}
.page-id-632 #page, .page-id-632 .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-632 #main {
  margin-right: 0;
  margin-bottom: 0;
}
.new-lp {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.new-lp-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  background-color: white;
  opacity: 0;
  width: 100%;
}
#lp-sticky-header {
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  position: fixed;
}
.lp-header-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-header-container > img {
  width: 334px;
}
.lp-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.lp-banner > img {
  width: 100%;
}
.lp-banner-wave {
  position: absolute;
  bottom: 0;
  left: 0;
}
.lp-callouts {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.lp-callouts-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
}
.lp-callouts-container > .welcome-card {
  width: calc(33.333% - 32px);
  margin: 16px;
  height: auto;
  box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
  text-align: center;
}
.lp-callouts-container > .welcome-card > .card-icon > img {
  height: 80px;
}
.lp-callouts-container > .welcome-card > .card-icon {
  padding: 40px 0;
  height: auto;
}
.lp-callouts-container > .welcome-card > .card-title {
  height: auto;
  padding: 23px 40px 40px 40px;
  box-sizing: border-box;
}
.lp-callouts-container > .welcome-card > .card-title > .green-btn {
  margin-bottom: 0;
}
.lp-callouts-container > .welcome-card > .card-title > h3 {
  margin-bottom: 23px;
  text-transform: uppercase;
  font-size: 23px;
}
.lp-about-top-wave {
  width: 100%;
  background-color: #F7F7F7;
}
.lp-about-top-wave > img {
  width: 100%;
  transform: scaleX(-1);
}
.lp-about-bottom-wave {
  width: 100%;
  background-color: #F7F7F7;
  display: flex;
  align-items: flex-end;
}
.lp-about-bottom-wave > img {
  width: 100%;
}
.lp-services-bottom-wave {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
}
.lp-services-bottom-wave > img {
  width: 100%;
  transform: scaleY(-1) translateY(1px);
}
.lp-about {
  width: 100%;
  background-color: #fff;
  padding: 64px 0;
  display: flex;
  justify-content: center;
  align-items: center;
	border-top: 8px solid #32549B;
	border-bottom: 8px solid #32549B;
}
.lp-about-container {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90vw;
}
.lp-about-container > img {
  width: 50%;
	box-sizing: border-box;
	padding-right: 54px;
}
.lp-about-right {
  width: 50%;
  padding-left: 54px;
  box-sizing: border-box;
}
.lp-about-right > h2 {
  color: #1E2633;
  font-weight: bold;
  font-size: 48px;
}
.lp-about-right > p {
	color: #828282;
  font-size: 18px;
  /* margin-bottom: 0; */
}
.lp-new-services {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #444444; */
	background-image: url('/wp-content/uploads/2022/04/NNVH-LP-marble-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 8px solid #32549B;

}
.lp-new-services-container {
  width: 800px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0;
}
.lp-new-services-container > h2 {
  font-weight: bold;
  color: #1E2633;
  font-size: 48px;
}
.lp-services-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.lp-services-wrapper > h3 {
  width: calc(50% - 12px);
  margin: 6px;
  padding: 10px 0;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #32549b;
}
.lp-new-doctors {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 0;
	background-color: white;
}
.lp-doctors-container {
  width: 1200px;
  max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lp-doctors-container > h2 {
  font-size: 48px;
  font-weight: 600;
  /* margin-bottom: 72px; */
	color: #1E2633;
	align-self: flex-start;
}
.lp-doctor-card {
  width: 100vw;
  display: flex;
  align-items: center;
	justify-content: center;
	padding: 64px 0;
}
.lp-doctor-inner {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	align-items: flex-start;
}
.lp-doctors-container > .lp-doctor-card:nth-child(2n + 1) {
	background-color: #F6F6F6;
}
.lp-doctors-container > .lp-doctor-card:nth-child(2n + 1) > .lp-doctor-inner {
	flex-direction: row-reverse;
}
.lp-doctors-container > .lp-doctor-card:nth-child(2n + 1) > .lp-doctor-inner > .lp-doctor-body {
	padding-right: 64px;
	padding-left: 0;

}
.lp-doctor-inner > img {
  width: 300px;
}
.lp-doctor-body {
  box-sizing: border-box;
  padding-left: 64px;
}
.lp-doctor-body > h3 {
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
	color: #32549B;
}
.lp-doctor-body > p {
  color: #828282;
}
.lp-doctor-body > p:first-of-type {
  /* display: none; */
}
.lp-doctor-body > p:last-of-type {
  margin-bottom: 0;
}
.lp-map {
  background-color: #1E2633;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 64px 0;
	border-top: 8px solid #32549B;
	border-bottom: 8px solid #32549B;
}
.lp-map-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-map-container > h2 {
  color: white;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 48px;
}
.lp-map-container > iframe {
  border-radius: 16px;
}
.lp-map-top-wave {
  width: 100%;
  display: flex;
  align-items: flex-start;
  background-color: #32549b;
}
.lp-map-top-wave > img {
  width: 100%;
}
.lp-map-bottom-wave {
  width: 100%;
  display: flex;
  align-items: flex-end;
  background-color: #32549b;
}
.lp-map-bottom-wave > img {
  width: 100%;
  transform: translateY(1px);
}
.lp-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 64px 0;
	background-image: url('/wp-content/uploads/2022/04/NNVH-LP-marble-footer.png');
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: white;
}
.lp-footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 800px;
  max-width: 90vw
}
.lp-footer-container > img {
  width: 334px;
  margin-bottom: 40px;
}
.lp-footer-container > p {
  font-size: 18px;
}
.lp-footer-container > p:last-of-type {
  margin-bottom: 0;
}
.lp-footer-container > p > a {
  text-decoration: underline;
  color: #32549b;
}
#lp-banner-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  #lp-banner-desktop {
    display: none;
  }
  #lp-banner-mobile {
    display: block;
  }
  .lp-header-container {
    flex-direction: column;
  }
  .lp-header-container > img {
    order: 1;
    margin-bottom: 40px;
  }
  .lp-header-container > .green-btn:first-of-type {
    order: 2;
    margin-bottom: 5px;
    width: 100%;
  }
  .lp-header-container > .green-btn:last-of-type {
    order: 3;
    width: 100%;
  }
  .lp-callouts-container {
    flex-direction: column;
    align-items: center;
  }
  .lp-callouts-container > .welcome-card {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .lp-about-container {
    flex-direction: column;
  }
  .lp-about-container > img {
    width: 100%;
    margin-bottom: 40px;
		padding-right: 0;
  }
  .lp-about-right {
    padding-left: 0;
    width: 100%;
  }
  .lp-services-wrapper {
    flex-direction: column;
  }
  .lp-services-wrapper > h3 {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .lp-doctor-card {
    flex-direction: column;
  }
  .lp-doctor-card > img {
    margin-bottom: 40px;
  }
  .lp-doctor-body {
    padding-left: 0;
  }
	.lp-doctor-inner {
		flex-direction: column;

	}
	.lp-doctors-container > .lp-doctor-card:nth-child(2n + 1) > .lp-doctor-inner {
		flex-direction: column;
	}
	.lp-doctors-container > .lp-doctor-card:nth-child(2n + 1) > .lp-doctor-inner > .lp-doctor-body {
		padding-right: 0;
		padding-left: 0;

	}
}

/*  Careers Page CSS */

.page-id-1476 .entry-content{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.page-id-1476 .entry-header{
	display: none;
}

.page-id-1476 .site-main{
	margin: 0 !important;
}

.page-id-1480 {
	background: #fff
	url(/wp-content/uploads/2022/08/Orange-Paws-2.svg)
	left 40% /
	30% 50%
	no-repeat;
}

.page-id-1476 #page {
	max-width: none;
	margin-top: 0;
}

.page-id-1479 #page,
.page-id-1478 #page,
.page-id-1480 #page{
	max-width: 1200px;
}

.page-id-1479 .entry-content,
.page-id-1478 .entry-content{
	margin-bottom: 0;
}

.page-id-1480 #main,
.page-id-1479 #main,
.page-id-1478 #main{
	margin-bottom: 0;
}

.page-id-1480 h2:first-of-type,
.page-id-1479 h2:first-of-type,
.page-id-1478 h2:first-of-type{
	font-size: 38px;
}
.page-id-1480 .entry-header,
.page-id-1479 .entry-header,
.page-id-1478 .entry-header{
	display: none;
}

.career-page h1 {
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 20px;
	font-weight: bold;
  }
  .career-page h1 span{
	color: #475DA2;
	text-transform: uppercase;
	font-weight: bold;
  }
  .career-page .hero {
	padding: 5% 30px 8% 30px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .career-page .hero div {
	max-width: 665px;
	width: 70%;
	padding-right: 40px;
  }
  .career-page .hero div p{
	margin-bottom: .5em;
  }
  .hero div p:last-of-type{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 12px;
	color: #475DA2;

  }
  .career-page .hero .career-button-ctn{
	width: 100%;
	padding-bottom: 4px;
  }
  .hero div .career-button{
	color: #fff;
	background-color: #E29153;
	text-transform: uppercase;
	width: 275px;
	text-align: center;
	padding: 10px 20px;
	margin-left:0;
	margin-right:0;
	display:block;
  }
  .career-button:visited{
	color: #fff;
  }
  .career-button-ctn{
	width: 100%;
  }
  .career-button{
	color: #fff;
	background-color: #E29153;
	text-transform: uppercase;
	width: 275px;
	text-align: center;
	padding: 10px 20px;
	margin: auto;
	display:block;
  }
  .hero-image {
	width: 30%;
	max-width: 360px;
	padding-left: 40px;
	/* position: absolute;
	bottom: 0;
	right: 10%;
	max-height: 80%;
	width: calc(100% - 570px);
	object-fit: contain;
	max-width: 30%; */
  }
  
  .cta-section {
	display: flex;
  }
  
  .cta-section a {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #33333300
	  url(/wp-content/uploads/2022/08/FeaturedLink-Who-we-are.png)
	  center /
	  cover
	  no-repeat;
	padding: 30px;
	height: 25vw;
	min-height: 250px;
	transition: .5s;
	background-blend-mode: multiply;
  }
  .cta-section a:nth-child(2) {
	background-image: url(/wp-content/uploads/2022/08/FeaturedLink-Benefits.png);
  }
  .cta-section a:nth-child(3) {
	background-image: url(/wp-content/uploads/2022/08/FeaturedLink-Positions.png);
  }
  .cta-section a:hover {
	/* background-color: #333333ff; */
  }
  .cta-section a h3 {
	  margin-bottom: 0;
	  text-align: center;
	  font-size: 32px
  }
  .career-about {
	background: #00042C
	  url(/wp-content/uploads/2022/08/Why-North-Naples.png)
	center /
	  cover
	  no-repeat;
	display: flex;
	justify-content: flex-end;
  }
  .career-about div {
	color: #fff;
	background: rgba(0,4,44,0.8);
	width: 38%;
	max-width: 900px;
	padding: 80px 40px;
  }
  .career-about h2{
	text-transform: uppercase;
	color: #E29153;
	text-align: center;
	font-size: 38px;
  }
  .career-about p{
	text-align: center;
  }
  .career-page .pre-footer{
	padding: 90px 0px;
	background-color: #fff;;
  }
  .center-narrow {
	padding: 90px 30px 90px;
  }
  .pre-footer{
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding: 90px 0px;
	background-color: #fff;
	margin-top: 40px;
}
.pre-footer div{
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
  .pre-footer div p:last-of-type{
	margin-bottom: 24px;
  }
  .career-page .pre-footer div,
  .center-narrow div {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
  }
  @media screen and (max-width: 1024px) {
	.career-page .hero {
		flex-direction: column;
		padding: 5% 10px 10% 10px;
	}
	.career-page .hero div{
		padding: 0;
		width: 90%;
	}
	.hero-image{
		width: 90%;
		padding: 40px 0 0 0;
	}
  }
  @media (max-width: 800px) {
	.cta-section {
	  flex-direction: column;
	}
	.career-page .hero {
	  padding-bottom: 40px;
	}
	.career-page.about .hero {
	  padding-bottom: 230px;
	}
	.career-about div{
		width: 100%;
	}
	/* .hero-image {
	  max-width: 330px;
	  max-height: unset;
	  width: 40%;
	  right: 50%;
	  transform: translateX(50%);
	} */
  }
  .blue-text {
	color: #475DA2!important;
	font-size: 38px;
	text-transform: uppercase;
  }
  .dark-blue-text {
	color: #024050 !important;
  }
  .accordion {
	  padding: 44px;
	  background: #475DA2;
	  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.125);
	  border-radius: 30px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  margin: 20px 0;
  }
  .accordion h3, .accordion p{
	margin-bottom: 0;
	color: #fff;
  }
  .accordion p{
	text-decoration: underline;
  }
  .accordion h3{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
  }
  /* .accordion .head {
	  font-weight: 700;
	  font-size: 30px;
	  line-height: 100%;
	  color: #034050;
	  display: flex;
	  justify-content: space-between;
	  cursor: pointer;
	text-transform: uppercase;
	  flex-wrap: wrap;
  }
  .accordion .head span:last-child {
	  color: #95D9F1;
	font-size: 18px;
	text-decoration: underline;
  }
  .accordion .body  {
	  margin-top: 30px;
  }
  .accordion + .accordion {
	  margin-top: 30px;
  }
  .new-row {
	max-width: 1020px;
	margin: 0 auto;
	  padding: 0 30px;
  } */

.top-banner {
	background-color: #32549b;
	width: 100%;
	padding: 8px 0;
	
	& p {
		margin: 0 auto;
		width: 90%;
		color: #fff;
		text-align: center;
		font-weight: bold;
		
		& a {
			color: #fff;
			text-decoration: underline;
		}
	}
}
