/*
	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/
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
1. Sitewide Styles
2. Header Styles
3. Homepage Styles
4. Features
	4a. Services
	4b. Testimonials
	4c. Map
	4d. Doctors
5. Sidebar Styles
6. G-Form Styles
7. Footer Styles
8. Individual Page Styles
9. Animations & Keyframes
10. Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. SITEWIDE STYLES
--------------------------------------------------------------*/

html {
	scroll-behavior: smooth;
}
body {
	position: relative;
	font-family: roboto, sans-serif;
	font-size: 19px;
	color: #00303F;

}
/* body,p,a,ul,li,u,em,strong,span,div, button, input,figure,footer,header,section,aside,nav,form {
	font-family: roboto, sans-serif;
}

h1,h2,hgroup {
	font-family: roboto, sans-serif;
	
} */

h1,h2,h3,h4,h5,h6 {
	/* font-family: 'komet', sans-serif; */
	font-family: "libre-caslon-display", sans-serif;
}
h1 {
	font-size: 85px;
}
h2 {
	font-size: 56px;
}
h3 {
	font-size: 22px;
}
a, a:visited {
	color: #00303F;
}
.entry-content > p > a, .entry-content > ul > li > a {
	text-decoration: underline;
}

#page {
	/* margin-top: 110px; */
	/* margin-top: 0; */
	/* margin-bottom: 50px; */
	margin-bottom: 0;
}
.page-id-2722 #page {
	/* margin-top: 0; */
}
#main {
	margin-bottom: 0;
}
.inside-article {
	padding: 0 !important;
}
.comments-area {
	display: none;
}

header.entry-header h1.entry-title {
	/* padding: 5px 10px 5px 0; */
	padding-top: 50px;
	color: #228877;
	/* color: #333; */
	width: 1200px;
	max-width: 90vw;
	margin: 0 auto;
	/* font-weight: bold; */
	text-transform: uppercase;
	/* transform: translateY(30px); */
}

.page-image {
	max-width: 725px;
}

/*--------------------------------------------------------------
2. HEADER STYLES
--------------------------------------------------------------*/

#hamburger-2 {
	display: none;
}

.menu-item-has-children .sub-menu li a {
	color: #fff !important;
	/* color: #fff !important; */
}

#menu-header-menu li:hover > a {
	/* color: #3a3a3a; */
}

.cah-cust-nav-bar-wrapper {
	width: 100vw;
	/* height: 80px; */
	/* height: 75px; */
	position: fixed;
	top: 0;
	/* left: 0; */
	background-color: rgba(0,0,0,0);
	/* z-index: 99999999; */
	z-index: 99999;
	/* box-shadow: 0 1px 6px 0 rgba(68,68,68,0.1); */
	transition: all 250ms ease;
	/* padding: 13px 0; */
	padding: 15px 0;
}
.cah-cust-nav-bar-wrapper img {
	transition: all 250ms ease;
	width: 190px

}
/* .cah-cust-nav-bar-logo-wrapper {
	height: 75px;
}
.cah-cust-nav-bar-logo-wrapper > a {
	height: 75px;
}
.cah-cust-nav-bar-logo-wrapper > a > img {
	height: 75px;
} */
.menu-scroll {
	/* box-shadow: rgba(0,0,0,.117647) 0 1px 3px; */
	background-color: rgb(122 157 150 / 70%);
	/* height: 50px; */
	box-sizing: border-box;
	padding: 5px 0;
	/* padding: 5px 0 5px 0; */
}
.menu-scroll img {
	/* height: 100% !important; */
	/* padding: 5px 0 !important; */
	width: 125px;
}
.menu-scroll .header-phone {
	/* margin: 5px 0 5px 0; */
}
.menu-scroll #hamburger-1 > div {
	/* color: white !important; */
}
@media screen and (max-width: 800px) {
	/* .home .cah-cust-nav-bar-wrapper {
		height: 80px;
	}
	.home .cah-cust-nav-bar-inner-wrapper {
		height: 80px;
	}
	.home .cah-cust-nav-bar-logo-wrapper {
		height: 80px;
	}
	.home .cah-cust-nav-bar-logo-wrapper > a {
		height: 80px;
	}
	.home .cah-cust-nav-bar-logo-wrapper > a > img {
		height: 80px;
	} */
	.menu-scroll .cah-cust-nav-bar-logo-wrapper {
		height: 50px;
	}
	.menu-scroll .cah-cust-nav-bar-logo-wrapper > a {
		height: 50px;
	}
	.menu-scroll .cah-cust-nav-bar-logo-wrapper > a > img {
		height: 50px !important;
	}
}
.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: 100%;
	width: 95vw;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	align-items: center;
	/* padding: 15px 0 15px 0; */
	/* max-width: 90vw; */
	margin: 0 auto;
	height: 100%;
}

.cah-cust-nav-bar-logo-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
}

.cah-cust-nav-bar-logo-wrapper > a {
	height: 100%;
	/* display: flex;
	align-items: center; */
}

.cah-cust-nav-bar-logo-wrapper img {
	/* max-width: 230px!important; */
	/* max-width: 110px !important; */
	height: 100%;
	/* padding: 5px 0 5px 0;
	box-sizing: border-box; */
	/* padding: 10px 0 10px 0; */
	box-sizing: border-box;
}

.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 #8c030e;
	border-radius: 5px;
	font-size: 15px;
	text-transform: uppercase;
	color: #8c030e;
	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: #8c030e;
	font-weight: 900;
}

.cah-cust-nav-bar-menu-wrapper > div > ul {
	display: flex;
	height: 100%;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li {
	/* height: 100%; */
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 10px;
	cursor: pointer;
	text-align: center;
	/* margin: 0 5px 0 5px; */
	/* border-top: 3px solid transparent; */
	box-sizing: border-box;
	/* padding: 30px 0; */
	margin-right: 4px;
}
/* .menu-scroll .cah-cust-nav-bar-menu-wrapper > div > ul > li {

	padding: 15px 0;
} */

/* .cah-cust-nav-bar-menu-wrapper > div > ul > li:hover {
	border-top: 3px solid #fff;
} */
.cah-cust-nav-bar-menu-wrapper > div > ul > li > a {
	/* padding: 5px 5px; */
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2459 a {
	color: #97d601;
	border: 1px solid #97d601;
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2459 a:hover {
	background-color: #97d601;
	color: white;
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2460 a {
	color: #ff8200;
	border: 1px solid #ff8200;
}
.cah-cust-nav-bar-menu-wrapper li#menu-item-2460 a:hover {
	background-color: #ff8200;
	color: white;
}

.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 {
	/* font-size: 15px; */
	font-size: 17px;
	font-weight: bold;
	/* text-transform: uppercase; */
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li > a {
	color: #fff;
	white-space: nowrap;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul {
	display: none;
	position: absolute;
	top: 100%;
	/* top: calc(100% + 5px); */
	left: 0;
	z-index: 1;
	/* box-shadow: 0px 10px 10px #000000;
	-webkit-box-shadow: 3px 3px 3px -3px black, 3px 3px 3px -3px black, -3px 3px 3px -3px black;
	-moz-box-shadow:    3px 3px 3px -3px black, 3px 3px 3px -3px black, -3px 3px 3px -3px black; */
}

.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: #7A9D96;
	padding: 5px 15px;
	/* border-bottom: 3px solid #3a3a3a; */
	white-space: nowrap;
	text-align: center;
}

ul.sub-menu {
	/* border-top: 8px solid #8c040d; */
}
ul#menu-header-menu > li > ul > li.menu-item-has-children {
	position: relative;
}
ul#menu-header-menu > li > ul > li.menu-item-has-children > ul.sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
}
ul#menu-header-menu > li > ul > li.menu-item-has-children:hover ul.sub-menu {
	display: flex;
	flex-direction: column;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover {
	background-color: #00303F;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover a {
	color: #fff !important;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li a {
	color: #8c030e;
}

.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 lightgrey;
	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: 12px 45px 10px 45px;
	margin: 0 auto;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span {
	height: 31px;
	display: flex;
	align-items: center;
	padding: 0 13px;
	border: 1px solid #8c030e;
	border-radius: 5px;
	font-size: 15px;
	text-transform: uppercase;
	color: #8c030e;
}

.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: #8c030e;
	font-weight: 900;
}

.cah-cust-nav-bar-hamburger-btn {
	display: none;
	position: relative;
	width: 38px;
	height: 38px;
	/* background-color: #8c030e;
	border: 2px solid #8c030e; */
	cursor: pointer;
}

.cah-cust-nav-bar-hamburger-btn:hover {
	/* background-color: white; */
}

.cah-cust-nav-bar-hamburger-btn div {
	width: 16px;
	height: 2px;
	position: absolute;
	/* background-color: #282a2b; */
	background-color: #fff;
}

.cah-cust-nav-bar-hamburger-btn:hover div {
	/* background-color: #8c030e; */
}

.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;
	/* border-top: 1px solid #8c030e;
	border-bottom: 1px solid #8c030e; */
}

.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: 10px;
	font-size: 13px;
	/* font-weight: bold;
	text-transform: uppercase; */
	text-align: left;
}
/* .cah-cust-nav-bar-mobile-menu-inner-wrapper > ul {
	background-color: white;
} */
.cah-cust-nav-bar-mobile-menu-wrapper ul#menu-mobile {
	background-color: white;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li {
	position: relative;
	background-color: #7A9D96;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li:last-child {
	/* background-color: #F2F5FA;
	border-bottom: none;
	color: #8c030e; */
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li > a {
	color: #fff;
}

.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: 11px;
	right: 10px;
	color: #fff;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li {
	background-color: #00303F;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:first-child {
	/* border-top: 1px solid #8c030e; */
}

.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:hover {
	background-color: #3a3a3a;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper li:hover > a {
	color: #fff;
}
/* .cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:hover {
	background-color: #9FA1A4;
} */

.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;
}

.header-bottom-bar {
	width: 100vw;
	height: 40px;
	background-image: linear-gradient(to bottom, #c20020, #8c030e);
}

.mobile-call {
	display: flex;
	align-items: center;
	margin-right: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
}

.mobile-call p {
	margin-bottom: 0;
	color: #8c030e !important;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

.mobile-call i {
	transform: rotate(-20deg);
	color: #8c030e;
	margin-right: 5px;
}

.mobile-call:hover i, #map-call:hover i {
	animation: shake 0.7s;
	animation-iteration-count: 1;
}

.mobile-appt {
	display: flex;
	align-items: center;
	text-align: center;
}

.mobile-appt p {
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

.mobile-appt i {
	color: #8c030e;
	margin-right: 5px;
}

.mobile-appt:hover i, #map-appt:hover i {
	animation: shake2 0.7s;
	animation-iteration-count: 1;
}

.mobile-appt:hover p {
	color: #8c030e;
}

.mobile-btns-container {
	display: flex;
	align-items: center;
	/* margin-bottom: 10px; */
}

.cah-cust-nav-bar-contact-wrapper i {
	font-size: 34px;
}

.floating-button {
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border: 2px solid #8c030e;
	padding: 5px 0px;
	text-align: center;
}

.floating-button p {
	margin-bottom: 0;
	color: #8c030e !important;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

.floating-button i {
	color: #8c030e;
	margin-right: 5px;
}

#phone-icon {
	transform: rotate(-20deg);
}

.floating-button:hover {
	background-color: #8c030e;
}

.floating-button:hover p {
	color: white !important;
}

.floating-button:hover i {
	color: white;
}

.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::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid black;
	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;
}

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

a.mobile-call:hover {
	color: #8c030e;
}

/*--------------------------------------------------------------
3. HOMEPAGE STYLES
--------------------------------------------------------------*/

.page-id-133 .inside-article {
	padding: 0;
}

.page-id-133 p {
	/* margin: 0; */
}

.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;
}

.home .entry-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home #page {
	/* margin-top: 0; */
	margin-bottom: 0;
}

.home-hero {
	background-image: url('/wp-content/uploads/2019/07/home-hero-background.png');
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100vw;
	height: 660px;
	max-width: 100vw;
	max-height: 36.667vw;
	background-size: cover;
}

.home-hero-text-container h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.home-hero-big-text {
	font-size: 52px;
}

.home-hero-caption {
	background-color: #4c0000;
  width: 33%;
}

.home-hero-caption p {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	margin-bottom: 0px;
	padding: 15px 0px;
  font-size: 20px;
}

.learn-more {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 20px;
}

.learn-more:hover .fa-chevron-down {
  animation: bounce 2s infinite;
}

.learn-more p {
	color: white;
	font-size: 22px;
	text-transform: uppercase;
}

.learn-more i {
	color: white;
	font-size: 40px;
}

.three-icon-container {
	height: 300px;
	width: 100vw;
	display: flex;
	justify-content: center;
}

.home-icon {
	height: 100%;
  width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.home-icon:not(:last-of-type) {
	margin-right: 30px;
}

.home-icon i {
	color: #910d18;
	font-size: 80px;
}

.home-icon p {
	text-transform: uppercase;
	color: #910d18;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
  font-size: 24px;
}

.home-icon:hover {
	background-color: #910d18;
	transition: background-color 0.9s ease;
}

.home-icon:hover p, .home-icon:hover i {
	color: white;
	transition: color 0.9s ease;
}

.home-forms-container {
	width: 100vw;
	height: 500px;
	background-image: url('/wp-content/uploads/2019/08/icon-bg-bottom-fade.png');
	background-size: cover;
	display: flex;
  justify-content: center;
	align-items: center;
	flex-direction: row;
}

.forms-intro-text, .forms-image {
	width: 50%;
}

.forms-intro-text {
	margin-left: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.forms-intro-text h2, .forms-intro-text p {
	text-align: center;
}

.forms-intro-text h2 {
	text-transform: uppercase;
	color: #910d18;
	font-weight: bold;
}

.forms-intro-text p {
	color: black;
	font-size: 20px;
}

.forms-image {
	display: flex;
	justify-content: center;
}

.forms-image img {
	height: auto;
	width: 400px;
  margin-bottom: 20em;
}

.new-clients-button {
  border: 2px solid #910d18;
  margin-top: 30px;
  background-color: white;
}

.new-clients-button p {
	color: #910d18;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 15px;
}

.new-clients-button:hover {
	background-color: #910d18;
	transition: background-color 0.7s ease;
}

.new-clients-button:hover p {
	color: white;
	transition: color 0.7s ease;
}

/*--------------------------------------------------------------
4. FEATURES
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4a. SERVICES
--------------------------------------------------------------*/

.services-grid-section {
	width: 100vw;
	display: flex;
	flex-direction: row;
}

.services-grid-section-page {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.services-column {
	width: 50%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.service-img {
  background-position: center;
  background-size: cover;
  width: 250px;
	height: 250px;
	background-color: grey;
	margin-bottom: 10px;
}

.service-card {
	width: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 15px;
}

.services-grid-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 50px;
}

.service-card h3 {
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	background-color: white;
	color: #8c020d;
	border: 2px solid #8c020d;
	word-wrap: normal;
	font-size: 18px;
}

.service-card:hover h3 {
	background-color: #8c020d;
	color: white;
	transition: all 0.7s ease;
}

#service-column-1 {
	background-image: url('/wp-content/uploads/2019/07/left_slash.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

#service-column-2 {
	background-image: url('/wp-content/uploads/2019/07/slash_right.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

#our-services-header {
	font-weight: bold;
	color: #8c020d;
	text-transform: uppercase;
}

#view-services-button {
	margin: 30px 0px;
	border: 2px solid #910d18;
	background-color: #910d18;
}

#view-services-button p {
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 15px;
}

#view-services-button:hover {
	background-color: white;
	transition: background-color 0.7s ease;
}

#view-services-button:hover p {
	color: #910d18;
	transition: color 0.7s ease;
}

#services-intro-text {
	text-align: center;
  width: 75%;
	color: black;
	font-size: 20px;
}

/*--------------------------------------------------------------
4b. TESTIMONIALS
--------------------------------------------------------------*/

#testimonials-title {
	color: #ff8200;
	/* font-weight: bold; */
	/* margin: 20px 0px; */
	text-align: center;
	font-size: 32px;
}

#testimonials-sub-title {
	color: #c20020;
	font-size: 28px;
	text-align: center;
}

.ts-carousel .fa-quote-left {
	font-size: 40px;
	color: #c20020;
}

.left-chevron i, .right-chevron i {
	color: #fff;
}

.ts-wrapper {
	width: 100vw;
	background-color: #333344;
	/* background-image: url('/wp-content/uploads/2019/08/icon-bg-top-fade.png');
	background-position: center;
	background-size: cover; */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 50px 0 50px 0;
}

.ts-carousel {
	/* width: 960px; */
	width: 1200px;
	max-width: 80vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ts-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px 0 20px 0;
}

.ts-title .ts-content {
	text-align: center;
	color: #9FA1A4;
	margin: 0;
	padding: 0;
}

.ts-slide-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	/* margin-bottom: 40px; */
	overflow: hidden;
	width: 100%;
}

.testimonial-container {
	display: flex;
	/* flex-direction: column; */
	/* align-items: center; */
	justify-content: center;
	margin: 10px;
}
.testimonial-column {
	width: 33.333%;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.testimonial-container {
		flex-direction: column;
		align-items: center;
	}
	.testimonial-column {
		width: 100%;
	}
}
.testimonial-column img {
	width: 32px;
	margin-bottom: 15px;
}
.testimonial-column h3 {
	color: white;
	text-transform: uppercase;
}
.testimonial-column p {
	color: white;
	font-size: 14px;
	margin-bottom: 1em;
}
.testimonial-column p:last-of-type {
	margin-bottom: 0;
}
.testimonial-container .ts-content {
	color: black;
	text-align: center;
}

.testimonial {
	padding: 15px;
	width: 400px;
	max-width: 100%;
	text-align: center;
}

.ts-content {
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #9FA1A4;
	font-size: 22px;

}
.testimonial .ts-content {
	padding: 10px;
	text-align: center;
	font-style: italic;
	line-height: 25px;
	color: black;
	font-weight: normal;
}

.ts-triangle {
	width: 0;
	height: 0;
	border-top: 25px solid #9FA1A4;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	margin-bottom: 20px;
}

.ts-buttons {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

.ts-buttons .ts-button {
	width: 15px;
	height: 15px;
	margin: 5px;
}

.ts-buttons .ts-button:hover {
	background-color: #c6c6c6;
	cursor: pointer;
}

.ts-white {
	background-color: #9FA1A4;
}

.ts-grey {
	background-color: #c6c6c6;
}
.right-chevron, .left-chevron {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: rgba(0,0,0,0.15);
	/* padding: 10px; */
	width: 35px;
	height: 35px;
}
.right-chevron i, .left-chevron i {
	font-size: 20px;
}

.right-chevron:hover, .left-chevron:hover {
	cursor: pointer;
}

/* .ts-wrapper h3 {
	font-style: italic;
	font-weight: bold;
	text-align: center;
} */

.ts-wrapper h2 {
	font-weight: bold;
	color: #8c030e;
	margin-bottom: 0;
	padding: 5px 10px;
	background-color: white;
	transform: translateY(20px);
	text-align: center;
}

/*--------------------------------------------------------------
4c. MAP
--------------------------------------------------------------*/

.map-section-container {
	width: 100vw;
	background-image: url('/wp-content/uploads/2019/07/home-hero-background.png');
	background-size: cover;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  padding: 2% 0;
}

.map-section-container iframe {
  width: 75%;
  height: 320px;
}

.map-section-container h1 {
	margin: 20px 0px;
	color: white;
	font-weight: bold;
}

.map-section-buttons {
	margin: 20px 0px;
}

.map-section-buttons, .map-button {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.map-button:first-of-type {
	margin-right: 30px;
}

.map-button i, .map-button p {
	color: white;
}

.fa-phone-volume {
	transform: rotate(-20deg);
}

.map-button p {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
}

.map-button i {
	margin-right: 10px;
  font-size: 34px;
}

.contact-map .fa.fa-phone {
	transform: rotate(90deg);
}

/*--------------------------------------------------------------
4d. DOCTORS
--------------------------------------------------------------*/

.doctors-page {
	margin-top: 5%;
  display: flex;
  flex-direction: column;
}

.doctor-card {
  margin-bottom: 25px;
  border-bottom: 2px solid #910d18;
}

.doctor-card img {
  width: 250px;
  margin: 0 25px 15px 0;
  float: left;
}

.doctor-card h3 {
  color: #910d18;
  font-size: 24px;
}

/*--------------------------------------------------------------
5. SIDEBAR STYLES
--------------------------------------------------------------*/

.sidebar-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px 0 40px 0;
}

.sidebar-icon p {
	color: #8c030e !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;
}

#right-sidebar {
	border-radius: 55px;
	padding: 0 40px 0 40px;
	margin-top: 28px;
	background: rgba(255,255,255, 0.5);
}

.sidebar .widget {
	background-color: transparent;
}

/*--------------------------------------------------------------
6. G-FORM STYLES
--------------------------------------------------------------*/

li#field_4_1, li#field_4_2 {
	padding-right: 0;
}

input#gform_submit_button_2, input#gform_submit_button_3 {
	color: white;
	background-color: #00303F !important;
	padding:  15px;
	text-align: center;
	margin-bottom: 10px;
	/* font-weight: bold; */
	text-transform: uppercase;
	/* border-radius: 5px; */
	font-family: roboto, sans-serif !important;

}

input#gform_submit_button_2:hover, input#gform_submit_button_3:hover {
	background-color: #7A9D96 !important;
}

.gform_body h2 {
	/* color: #8c030e; */
}

/* .gform_button {
	color: #8c030e !important;
	background-color: white !important;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
	border: 2px solid #8c030e !important;
	font-weight: bold;
	text-transform: none !important;
	border-radius: 0px !important;
}

.gform_button:hover {
	color: white !important;
	background-color: #8c030e !important;
	border: 2px solid #8c030e !important;
} */
.gform_button {
	background-color: #00303F !important;
	font-family: roboto, sans-serif !important;
}
.gform_button:hover {
	/* background-color: #3a3a3a !important; */
}
ul.gfield_radio li {
	overflow: visible !important;
}

li#field_3_16 .gfield_label {
	display: none;
}

li#field_3_14 .gfield_label {
	display: none;
}

#gform_wrapper_4 li {
	width: 100% !important;
}
#gform_4 {
	display: flex;
}
#gform_wrapper_4 label {
	display: none;
}
#gform_4 .gform_body {
	padding: 0;
	margin: 0;
	width: 60%;
}
#gform_4 .gform_footer {
	padding: 0;
	margin: 0;
	display: flex;
	width: 40%;
}
#gform_fields_4 > li {
	padding: 0;
	margin: 0;
}
#gform_fields_4 > li > .ginput_container {
	margin: 0;
}
#gform_fields_4 > li > .ginput_container > input {
	border: none;
	padding: 13px 25px;
}
.button {
	font-family: roboto, sans-serif !important;
}
input#gform_submit_button_4 {
	padding: 5px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	margin-right: 0;
	font-weight: bold;
	background-color: #00303F !important;
	text-transform: uppercase;
}

input#gform_submit_button_4:hover {
	background-color: #7A9D96 !important;
	color: #fff;
	transition: all 0.7s ease;
}
#block-4 img {
	margin-bottom: 40px;
}
.form-call {
	margin-left: 5px;
	background-color: #282a2b;
	/* border: 2px solid #8c030e; */
	border-radius: 3px;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 0;
	color: #fff !important;
	/* font-weight: bold; */
	text-transform: uppercase;
	white-space: nowrap;
}
.form-call i {
  transform: rotate(90deg);
  /* color: #8c030e; */
  margin-right: 5px;
}

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

.form-call:hover {
	background-color: #3a3a3a;
	color: white !important;
}


.form-call:hover i {
	color: white;
}

#gform_wrapper_3 {
	display: block !important;
}

#masthead, .title {
  display: none;
}
.main-fluid {
  background-color: #EEE;
}


/*--------------------------------------------------------------
7. FOOTER STYLES
--------------------------------------------------------------*/

aside#custom_html-6 {
	height: 100%;
}
aside#custom_html-6 .textwidget {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	height: 100%;

}
aside#custom_html-6 .textwidget > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
aside#custom_html-6 .textwidget img {
	margin-bottom: 20px;
	max-width: 205px;
}
@media screen and (max-width: 1024px) {
	aside#custom_html-6 .textwidget > iframe {
		position: relative;
		height: 350px;
	}
	.footer-widget-1 {
		order: 3;
	}
	.footer-widget-2 {
		order: 2;
	}
	.footer-widget-3 {
		order: 1;
	}
}
h2.widget-title {
	color: #00303F !important;
	/* font-weight: bold;
	text-transform: uppercase; */
	font-size: 22px;
	font-weight: bold;
}
.textwidget p {
	font-size: 19px;
}
.page-id-133 main#main {
  margin-bottom: 0px;
}

.page-id-133 article#post-133 {
  margin-bottom: 0px;
}

.site-info {
	background-color: #7A9D96;
	padding: 30px 20px;
	font-size: 19px;
}

#footer-widgets {
	/* background-image: url('/wp-content/uploads/2019/07/footer_background.png');
  background-size: cover; */
	background-color: #CAE4DB;
}

.footer-socials {
	display: flex;
	align-self: center;
	justify-content: center;
	margin-bottom: 25px;
}

.footer-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px !important;
	/* border: 2px solid #8c030e;
	width: 25px;
	height: 25px; */
}

.footer-socials a i {
	color: #fff;
	font-size: 26px;
}

.footer-socials a:hover {
	/* background-color: #8c030e;
	transition: background-color 0.7s ease; */
}

.footer-socials a:hover i {
	color: #F2F5FA;
	transition: color 0.7s ease;
}

.footer-buttons {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.footer-buttons a {
	color: #8c020d;
	background-color: white;
	padding: 5px;
	width: 250px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #8c020d;
}

.footer-buttons a:hover {
	background-color: #8c030e;
	color: white;
	transition: all 0.7s ease;
}

.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 black;
}

.footer-day p {
	margin-bottom: 4px;
	color: black;
}

.copyright-bar p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
8. INDIVIDUAL PAGE STYLES
--------------------------------------------------------------*/

#page {
	max-width: none;
	background-size: cover;
	background-repeat: no-repeat;
	/* margin-top: 0px; */
}

#page .page-id-133 {
	background-image: default;
}
.page-header-image-single {
	margin-left: 0 !important;
}
.separate-containers, .inside-article {
  background-color: transparent !important;
}

.page-id-133 .inside-article {
	margin-top: 0px;
}

.sidebar-icon i {
	font-size: 70px;
	margin-bottom: 12px;
}

.sidebar-icon:hover {
	color: #8c030e;
}

/*--------------------------------------------------------------
9. ANIMATIONS & KEYFRAMES
--------------------------------------------------------------*/
#fear-free-1 img {
	opacity: 0;
	transition: opacity 1s ease 500ms;
	transform: translateX(-100vw);
}
#fear-free-1 .home-beginning-right {
	opacity: 0;
	transition: opacity 1s ease 500ms;
	transform: translateX(100vw);
}
#fear-free-3 img {
	opacity: 0;
	transition: opacity 1s ease 500ms;
	transform: translateX(-100vw);
}
#fear-free-3 .home-beginning-right {
	opacity: 0;
	transition: opacity 1s ease 500ms;
	transform: translateX(100vw);
}
#fear-free-5 img {
	opacity: 0;
	transition: opacity 1s ease 500ms;
	transform: translateX(-100vw);
}
#fear-free-5 .home-beginning-right {
	opacity: 0;
	transition: opacity 1s ease 500ms;
	transform: translateX(100vw);
}
#fear-free-2 img {
	opacity: 0;
	transition: opacity 1s ease 500ms;
	transform: translateX(100vw);
}
#fear-free-2 .home-beginning-right {
	opacity: 0;
	transition: opacity 1s ease 500ms;
	transform: translateX(-100vw);
}
#fear-free-4 img {
	opacity: 0;
	transition: opacity 1s ease 500ms;
	transform: translateX(100vw);
}
#fear-free-4 .home-beginning-right {
	opacity: 0;
	transition: opacity 1s ease 500ms;
	transform: translateX(-100vw);
}
.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;
}

.slide-left {
	animation: slideLeft 500ms ease 0s forwards;
}

.slide-right {
	animation: slideRight 500ms ease 0s forwards;
}

.slide-out-left {
  animation: slideOutLeft 750ms ease-out 0s 1 forwards;
}

.slide-in-left {
	opacity: 1 !important;
  animation: slideInLeft 1s ease-out 0s 1 forwards;
}

.slide-out-right {

  animation: slideOutRight 750ms ease-out 0s 1 forwards;
}

.slide-in-right {
	opacity: 1 !important;
  animation: slideInRight 1s ease-out 0s 1 forwards;
}

@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100vw);

	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		/* opacity: 0; */
		/* visibility: hidden; */

		transform: translateX(100vw);

	}
	100% {
		/* visibility: visible; */
		transform: translateX(0);
	opacity: 1 !important;
	}
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(-20deg); }
  10% { transform: translate(-1px, -2px) rotate(-21deg); }
  20% { transform: translate(-3px, 0px) rotate(-19deg); }
  30% { transform: translate(3px, 2px) rotate(-20deg); }
  40% { transform: translate(1px, -1px) rotate(-19deg); }
  50% { transform: translate(-1px, 2px) rotate(-21deg); }
  60% { transform: translate(-3px, 1px) rotate(-20deg); }
  70% { transform: translate(3px, 1px) rotate(-21deg); }
  80% { transform: translate(-1px, -1px) rotate(-19deg); }
  90% { transform: translate(1px, 2px) rotate(-20deg); }
  100% { transform: translate(1px, -2px) rotate(-21deg); }
}

@keyframes shake2 {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(100vw);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes clickShrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
10. MEDIA QUERIES
--------------------------------------------------------------*/

@media screen and (min-width: 1600px) {
	.forms-image img {
		width: 430px;
		margin-right: 10em;
	}
	#forms-intro-text {
		width: 75%;
	}
}

@media screen and (min-width: 1550px) {
	#page {
		background-repeat: repeat-x;
		background-size: cover;
	}
}

@media screen and (min-width: 1350px) {
	div#content {
		padding: 0px 60px;
	}
}

@media screen and (min-width: 1260px) {
	.home-forms-container, .ts-wrapper {
		background-size: contain;
	}
}

@media screen and (max-width: 1210px) {
	.home-hero-caption, #learn-more-link, .forms-image, #kitten-img {
		display: none;
	}
	.forms-intro-text {
		margin-top: 5%;
		margin-left: 0px;
		width: 85%;
	}
	.home-forms-container {
		justify-content: initial;
		align-items: center;
		flex-direction: column;
	}
	.services-grid-section {
		flex-direction: column;
	}
	.services-column {
		width: 100%;
	}
	.home-hero-text-container h1 {
		margin-bottom: 0px;
	}
}

@media (min-width: 1201px) and (max-width: 1300px) {
	.cah-cust-nav-bar-menu-wrapper > div > ul > li a {
		/* font-size: 14px; */
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.cah-cust-nav-bar-menu-wrapper > div > ul > li a {
		/* font-size: 13px; */
	}
}

@media screen and (min-width: 1025px) {
	.mobile-btns-container {
		margin-bottom: 0;
	}
}

/* @media screen and (max-width: 1024px) { change */
@media screen and (max-width: 1200px) {
	.header-socials {
		display: none;
	}
	.four-icons-card {
		transform: translateY(0);
	}
	.four-icons-card h1 {
	}
	.right-chevron, .left-chevron {
		font-size: 40px;
	}
	#footer-widgets {
		background-image: none;
	}
	.site-footer {
		/* border-top: 8px solid #8c020e; */
	}
	.page-id-133 .site-footer {
		border-top: 0px;
	}
	.cah-cust-nav-bar-wrapper {
		/* position: relative;
		top: 0;
		left: 0; */
		position: sticky;
		background-color: #7A9D96;
	}
	.menu-scroll .cah-cust-nav-bar-wrapper {

		background-color: rgb(122 157 150 / 70%);
		;
	}
	.cah-cust-nav-bar-menu-wrapper {
		display: none;
	}
	.cah-cust-nav-bar-floating-nav-wrapper {
		display: none;
	}
	.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;
	}
	.top-footer-links {
		display: none;
	}
	#gform_wrapper_4 {
		width: 250px;
	}
	aside#gform_widget-2, .site-footer .footer-widgets-container .inner-padding {
		padding-left: 0;
	}
	.footer-hours {
		width: 250px;
	}
	.doctor-card {
		display: flex;
		flex-direction: column;
	}
	.doctor-card img {
		float: none;
	}
	.mobile-banner {
		display: flex;
	}
	#gform_widget-2 {
		max-width: 250px;
	}
	.inside-footer-widgets .grid-parent {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.inside-footer-widgets {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	aside#custom_html-2 .textwidget {
		display: flex;
		justify-content: center;
	}
}

@media screen and (min-width: 936px) {
	.three-icon-container {
		padding-bottom: 32px;
	}
}


@media screen and (max-width: 935px) {
	.three-icon-container {
		height: auto;
		flex-direction: column;
		align-items: center;
	}
	.three-icon-container a {
		margin-bottom: 20px;
	}
	.home-icon {
		height: 170px;
		width: 170px;
		padding: 20px;
	}
}

@media screen and (max-width: 787px) {
	.header-stick {
		position: fixed !important;
		box-shadow: 0 5px 30px 0 lightgrey;
	}
	.four-icons-card {
		transform: translateY(0);
		border-radius: 0;
	}
	.entry-content br:first-of-type {
	}
}

@media (min-width: 784px) and (max-width: 1045px) {
	.icon-card {
		width: 50%;
		margin: 0;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 769px) {
	nav#site-navigation .inside-navigation {
		display: flex !important;
		justify-content: flex-end !important;
	}
}

@media screen and (max-width: 768px) {
	#right-sidebar {
		display: none;
	}
}

@media screen and (max-width: 760px) {
	.floating-appt {
		margin-bottom: 5px;
	}
}

@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 screen and (max-width: 635px) {
	.home-hero-text-container h1 {
		font-size: 20px;
	}
	.home-hero-big-text {
		font-size: 30px;
	}
}

@media screen and (max-width: 550px) {
	.floating-button {
		margin-bottom: 5px;
	}
	.cah-cust-nav-bar-floating-nav-inner-wrapper {
		justify-content: center;
	}
}

@media screen and (max-width: 500px) {
	.cah-cust-nav-bar-inner-wrapper {
		display: flex;
		flex-direction: column;
	}
	#hamburger-1 {
		display: none;
	}
	#hamburger-2 {
		display: block;
	}
	.cah-cust-nav-bar-contact-wrapper {
		align-items: center;
	}
	.cah-cust-nav-bar-logo-wrapper {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mobile-appt, .mobile-call {
		border: 2px solid #8C030C;
	}
	.mobile-call {
		border-radius: 0px;
	}
	.mobile-appt {
		padding: 5px 10px;
	}
	.cah-cust-nav-bar-logo-wrapper {
		/* margin-bottom: 30px; */
	}
	.floating-button {
		justify-content: center;
	}
	.cah-cust-nav-bar-contact-wrapper i {
		font-size: 20px;
	}
	.mobile-btns-container {
		width: 100%;
	}
	a.mobile-call {
		width: 100%;
		margin-right: 0px;
		justify-content: center;
	}
}

@media screen and (max-width: 434px) {
	.map-button i {
		margin-right: 5px;
		font-size: 18px;
	}
	.map-button p {
		font-size: 14px;
	}
}

@media screen and (max-width: 420px) {
	.hib-pop-up-slides-2-wrapper {
		max-width: 100vw !important;
	}
	.hib-pop-up-slides-2-slide-wrapper {
		width: 45% !important;
	}
}

@media screen and (max-width: 400px) {
	.cah-cust-nav-bar-contact-wrapper i {
		font-size: 28px;
	}
}

@media screen and (max-width: 336px) {
	.map-button p {
		font-size: 12px;
	}
}

@media (min-width: 0px) and (max-width: 800px) {
	.ts-slide-wrapper {
		flex-direction: column;
	}
	.testimonial {
		width: 80vw;
	}
}
.page-id-3389 .cah-cust-nav-bar-contact-menu-wrapper, 
.page-id-3389 #right-sidebar, 
.page-id-3389 .site-footer, 
.page-id-3389 .cah-cust-nav-bar-hamburger-btn, 
.page-id-3389 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-3389 .cah-cust-nav-bar-inner-wrapper, 
.page-id-3389 .cah-cust-nav-bar-logo-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-3389 #primary {
	width: 100%;
}
.page-id-3389{
	.subpage-banner{
		display: none;
	}
	.entry-content{
		padding: 0;
		width: 100%;
		max-width: none;
	}
	.cah-cust-nav-bar-wrapper{
		background-color: rgba(0,0,0,0.3);
	}
}
.page-id-369 .cah-cust-nav-bar-contact-menu-wrapper, 
.page-id-369 #right-sidebar, 
.page-id-369 .site-footer, 
.page-id-369 .cah-cust-nav-bar-hamburger-btn, 
.page-id-369 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-369 .cah-cust-nav-bar-inner-wrapper, 
.page-id-369 .cah-cust-nav-bar-logo-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-369 #primary {
	width: 100%;
}
.page-id-371 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-371 #right-sidebar, .page-id-371 .site-footer, .page-id-371 .cah-cust-nav-bar-hamburger-btn, .page-id-371 .cah-cust-nav-bar-floating-nav-wrapper {
	display: none !important;
}
.page-id-371 .cah-cust-nav-bar-inner-wrapper, .page-id-371 .cah-cust-nav-bar-logo-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-371 #primary {
	width: 100%;
}
.home-intro {
	width: 100vw;
	display: flex;
	justify-content: center;
	padding: 50px 0 0 0;
}
.home-intro-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home-intro-text {
	width: 960px;
	max-width: 100%;
	text-align: center;
}
.home-intro-text h1 {
	color: #228877;
	text-transform: uppercase;
	font-size: 36px;
}
.home-intro-container img {
	filter: grayscale(100%);
}
.home-intro-container img:hover {
	filter: grayscale(0%);
}
#home-intro-img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.home-services {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-services-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0 50px 0;
	justify-content: center;
}
.home-services-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.home-services h2 {
	text-align: center;
	font-size: 32px;
	color: #228877;
	text-transform: uppercase;
}
.home-service-card {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.home-service-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all 250ms ease;
}
.home-service-overlay {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	z-index: 2;
}
.home-service-overlay h3 {
	color: white;
	text-transform: uppercase;
	text-shadow: 0 0 5px black;
}
.home-service-overlay p {
	padding: 5px 15px;
	border: 1px solid white;
	color: white;
	margin-bottom: 0;
	font-size: 14px;
}
.home-service-card:hover .home-service-bg {
	width: 125%;
	height: 125%;
}
.home-service-card:hover .home-service-overlay p {
	color: #333344;
	background-color: white;
}

#video-img {
	width: 100vw;
	max-width: none;
}
.inside-footer-widgets * {
	color: #00303F;
}
.inside-footer-widgets p {
	font-size: 19px;
}
.header-socials {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
}
.header-socials a {
	margin: 5px;
}
.header-socials a i {
	font-size: 24px;
	color: #fff;
}
@media screen and (max-width: 1200px) {
	.header-socials {
		display: none;
	}
}
.cah-cust-nav-bar-contact-menu-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.cah-cust-nav-bar-menu-wrapper {
	height: 100%;
}
.menu-header-menu-container {
	height: 100%;
}
.inside-footer-widgets i {
	font-size: 26px;
	margin-bottom: 15px;
}
.inside-footer-widgets i.fa-phone {
	transform: rotate(90deg);
}
.home-testimonials {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 50px 0;
	background-image: url('/wp-content/uploads/2024/06/BVC-home-testimonials.png');
	background-position: center;
	background-size: cover;
	min-height: 500px;
}
.home-testimonials-positioner {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	justify-content: flex-end;
}
.home-testimonials-container {
	width: 40%;
	/* max-width: 90vw; */
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.home-testimonials-positioner {
		justify-content: center;
	}
	.home-testimonials-container {
		width: 100%;
	}
}
.home-testimonials-container h2 {
	/* font-size: 42px; */
}
.home-testimonials-container * {
	color: white;
}
.home-testimonials-imgs {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.home-test-dot {
	border-radius: 100%;
	border: 1px solid white;
	width: 10px;
	height: 10px;
	margin: 5px;

}
.home-test-dot:hover {
	background-color: white !important;
	cursor: pointer;
}
.home-test-dot.active {
	background-color: white !important;

}
.home-testimonials-imgs img {
	width: 50px;
	margin: 10px;
	border-radius: 100%;
	opacity: 0.5;
}
.home-testimonials-imgs img:hover {
	opacity: 1;
	cursor: pointer;
}
.home-testimonial p {
	/* font-size: 15px; */
	/* font-style: italic; */
}
.home-testimonial p:last-of-type {
	/* font-size: 11px;
	letter-spacing: 4px; */
	font-weight: bold;
	font-style: normal;
}
.home-testimonial {
	display: none;
}
.home-testimonial.active {
	display: block;
}
/* .home-testimonials-wrapper .home-testimonial:first-of-type {
	display: block;
} */
img#home-test-2411 {
	opacity: 1;
}
#right-sidebar {
	display: none;
}
#primary {
	width: 100%;
}
.header-bottom-bar {
	display: none !important;
}
#main {
	margin-right: 0;
}
.home .entry-content > p:first-of-type {
	display: none !important;
}
footer.entry-meta {
	display: none;
}
.category-service .page-header-image-single, header.entry-header {
	display: none;
}

.category-service .inside-article {
	padding-top: 0;
}
.category-service .entry-content, .cat-12 #main {
	/* margin-top: 0; */
}
/* .page-header-image-single, header.entry-header {
	display: none;
} */
.subpage-banner {
	width: 100vw;
	/* height: 40.196078vw; */
	min-height: 700px;
	box-sizing: border-box;
	padding: 100px 0;
	max-width: none;
	margin-left: calc(-50vw + 50%);
	/* margin-bottom: 25px; */
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	position: relative;
	/* min-height: 600px; */
	position: relative;
}
.subpage-banner > img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.subpage-banner.no-featured-img {
	/* background-image: linear-gradient(to top right, #282a2b, #3a3a3a); */
	background-image: linear-gradient(to top right, #000, #3a3a3a);
}
.subpage-banner-overlay {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	position: absolute;
	z-index: 99;
	top: 0;
}
.subpage-banner-container {
	/* width: 100%;
	padding: 0 60px; */
	width: 1200px;
	max-width: 90vw;
	/* max-width: 90vw; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width: 1349px) {
	.subpage-banner-container {
		padding: 0;
	}
}
.subpage-banner-caption {
	width: 50%;
	/* padding: 0 40px; */
	/* text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; */
}
.subpage-banner-caption h1 {
	color: white;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.subpage-banner {
		min-height: 300px;
	}
	.subpage-banner-container {
		justify-content: center;
	}
	.subpage-banner-caption {
		width: 100%;
	}
}
.inside-article {
	padding-top: 0 !important;
}
.entry-content, #main {
	margin-top: 0;
}
.page-id-416 .ts-wrapper, .page-id-416 .home-intro {
	margin-left: calc(-50vw + 50%);
}
.page-id-416 .home-intro-text {
	display: none;
}
.featured-section {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding: 50px 0 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.featured-section-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 960px;
	max-width: 90vw;
}
.featured-section-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.featured-section h2 {
	color: #228877;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.featured-section img {
	filter: grayscale(100%);
}
.featured-section img:hover {
	filter: grayscale(0%);
}
.page-id-416 #video-img {
	margin-left: calc(-50vw + 50%);
}
.page-id-416 #page, .page-id-416 #main, .page-id-416 .inside-article {
	margin-bottom: 0;
	padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.featured-section-wrapper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}
.review-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin: 10px !important;
}

.review-block i {
  color: white !important;
  font-size: 32px !important;
}

.review-block p {
  color: white !important;
  margin-bottom: 0 !important;
  font-size: 28px;
  padding: 0 !important;
}

.review-block:hover {
  transition: all 0.3s ease-in;
  transform: scale(1.1);
}
.team-page {
	/* width: 100%; */
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.team-card {
	width: 250px;
	margin: 25px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.team-card img {
	width: 100%;
}
.team-overlay {
	width: 100%;
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: absolute;
	z-index: 99;
	transition: all 500ms ease;
	opacity: 1;
}
.team-overlay h3 {
	color: white;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.team-overlay p {
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 8px;

}
.team-overlay p:last-of-type {
	margin-bottom: 0;
}
.team-card:hover .team-overlay {
	transform: translateY(-100%);
	opacity: 0;
}
.category-dvm .inside-article, .category-staff .inside-article{
	display: flex;
	flex-direction: column;
}
.category-dvm .page-header-image-single, .category-staff .page-header-image-single {
	width: 25%;
	margin-right: 25px;
	box-sizing: border-box;
}
.category-dvm .entry-content, .category-staff .entry-content {
	/* width: 75%; */
	box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
	.category-dvm .inside-article, .category-staff .inside-article{
		flex-direction: column;
	}
	.category-dvm .page-header-image-single, .category-staff .page-header-image-single {
		width: 100%;
	}
	.category-dvm .entry-content, .category-staff .entry-content {
		width: 100%;
	}
}
.locations-page {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.locations-wrapper {
	display: flex;
	/* flex-wrap: wrap;
	justify-content: center; */
	flex-direction: column;
	width: 100%;
}
.locations-section {
	display: flex;
	width: 100%;
}
.locations-card {
	width: 535px;
	max-width: 50%;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px;
	position: relative;
	/* max-width: 90vw; */
	overflow: hidden;
}
.locations-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 500ms ease;

}
#locations-na {
	background-image: url('/wp-content/uploads/2020/01/p.jpg');
}
#locations-sa {
	background-image: url('/wp-content/uploads/2020/01/20190621_065543-1.jpg');
}
#locations-k {
	background-image: url('/wp-content/uploads/2020/01/Seeks-LTR-2.jpg');
}
#locations-h {
	background-image: url('/wp-content/uploads/2020/01/ZippiVet-Location-Page-Image-Creation-1.jpg');
}
.locations-overlay {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	z-index: 99;
}
.locations-overlay * {
	color: white;
	margin-bottom: 0;
	text-shadow: 0 0 5px black;

}
.locations-overlay h3 {
	font-size: 28px;
}
.locations-overlay p {
	font-size: 16px;
}
.locations-card-map {
	width: 535px;
	height: 450px;
	margin: 25px;
	/* max-width: 90vw; */
	max-width: 50%;


}
.locations-card:hover .locations-img {
	width: 125%;
	height: 125%;
}
@media screen and (max-width: 600px) {
	.locations-section {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.locations-card, .locations-card-map {
		max-width: 100%;
	}
}
.blog-page {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.blog-card {
	width: 100%;
	margin-bottom: 40px;
}
.blog-card h3 {
	color: #97d700;
	margin-bottom: 5px;
	font-size: 20px;
}
.blog-card h3:hover {
	color: #ff8200;
}
.blog-card > p {
	font-size: 15px;
}
.blog-footer {
	display: flex;
	flex-wrap: wrap;
}
.blog-tag {
	display: flex;
	align-items: center;
	margin-right: 30px;
	margin: 0 30px 10px 0;
}
.blog-tag i, .blog-tag p {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
	font-weight: bold;
}
.blog-tag i {
	margin-right: 10px;
}
.blog-tag p .list-comma:last-of-type {
	display: none;
}
.blog-tag p a {
	color: #3a3a3a;
}
.bh-pages {
	display: flex;
	align-items: center;
}
.bh-btn {
	padding: 10px 15px;
	font-size: 11px;
	margin: 2px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-radius: 3px;
	background-color: #c1c1c1;
}
.bh-btn a {
	color: white;
}
.bh-btn:hover {
	background-color: #303030;
}
.blog-page h1 {
	color: #ff8200;
	text-transform: uppercase;
}
.category-news header.entry-header {
	display: block;
}
.team-back {
	padding: 40px;
	display: block;
	font-size: 15px;
	color: #333344 !important;
}
.team-back:hover {
	color: #228877 !important;
}
.page-id-329 #page, .page-id-329 #main, .page-id-329 .inside-article {
	margin-bottom: 0;
	padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.n2-section-smartslider {
		display: none !important;
	}
}
.home-video {
	width: 100vw;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/* overflow-x: hidden; */
}
.red-star {
	width: 100px !important;
	box-shadow: none !important;
	/* animation: shake 250ms linear 1s infinite forwards; */
}
.blue-star {
	width: 75px !important;
	box-shadow: none !important;
}
.white-star {
	width: 50px !important;
	box-shadow: none !important;
}
@media screen and (max-width: 1024px) {
	.red-star {
		display: none !important;
	}
	.blue-star {
		display: none !important;
	}
	.white-star {
		display: none !important;
	}
}
@keyframes starFidget {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(45deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(45deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(-20deg); }
  10% { transform: translate(-1px, -2px) rotate(-21deg); }
  20% { transform: translate(-3px, 0px) rotate(-19deg); }
  30% { transform: translate(3px, 2px) rotate(-20deg); }
  40% { transform: translate(1px, -1px) rotate(-19deg); }
  50% { transform: translate(-1px, 2px) rotate(-21deg); }
  60% { transform: translate(-3px, 1px) rotate(-20deg); }
  70% { transform: translate(3px, 1px) rotate(-21deg); }
  80% { transform: translate(-1px, -1px) rotate(-19deg); }
  90% { transform: translate(1px, 2px) rotate(-20deg); }
  100% { transform: translate(1px, -2px) rotate(-21deg); }
}

.banner-stars {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.banner-stars-container {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	max-width: 90vw;
}
.banner-stars .blue-star {
	opacity: 0;
	transform: translateY(-100px);
	animation: bluestarFall 1s ease 0.5s 1 forwards;

}
.banner-stars .red-star {
	opacity: 0;
	transform: translateY(100px);
	animation: redstarFall 1s ease 1s 1 forwards;
}
@keyframes bluestarFall {
	0% {
		opacity: 0;
		transform: translateY(-500px);
	}
	11.11% {transform: translateY(-100px)}
	18.18% {transform: translateY(-150px)}
	27.27% {transform: translateY(-100px)}
	36.36% {transform: translateY(-125px)}
	45.45% {transform: translateY(-100px)}
	54.54% {transform: translateY(-112.5px)}
	63.63% {transform: translateY(-100px)}
	72.72% {transform: translateY(-106.25px)}
	81.81% {transform: translateY(-100px)}
	90.90% {transform: translateY(-103px)}
	100% {
		opacity: 1;
		transform: translateY(-100px);
	}
}
@keyframes redstarFall {
	0% {
		opacity: 0;
		transform: translateY(-900px);
	}
	11.11% {transform: translateY(100px)}
	18.18% {transform: translateY(150px)}
	27.27% {transform: translateY(100px)}
	36.36% {transform: translateY(125px)}
	45.45% {transform: translateY(100px)}
	54.54% {transform: translateY(112.5px)}
	63.63% {transform: translateY(100px)}
	72.72% {transform: translateY(106.25px)}
	81.81% {transform: translateY(100px)}
	90.90% {transform: translateY(103px)}
	100% {
		opacity: 1;
		transform: translateY(100px);
	}
}
/* .banner-stars .blue-star:hover {
	transform: translateY(-100px);
	animation: shake 250ms linear 1s 1 forwards;
}
.banner-stars .red-star {
	transform: translateY(100px);
	animation: starFidgetRed 250ms linear 1s 1 forwards;
}
@keyframes starFidgetRed {
	0% {
		transform: rotate(0deg) translateY(100px);
	}
	25% {
		transform: rotate(45deg) translateY(100px);
	}
	50% {
		transform: rotate(0deg) translateY(100px);
	}
	75% {
		transform: rotate(45deg) translateY(100px);
	}
	100% {
		transform: rotate(0deg) translateY(100px);
	}
} */
@media screen and (max-width: 1024px) {
	.banner-stars {
		display: none;
	}
}
/* .home-video img {
	position: absolute;
	width: 100%;
	z-index: 99;
	top: 0;
} */
.home-video > img {
	width: 100%;
}
/* .home-video > img:nth-of-type(2) {
	display: none;
} */
.home-video > img:last-of-type {
	position: absolute;
	bottom: 0;
	z-index: 3;
}
.video-img {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.video-img >img {
	/* height: 86.893624%; */
}
.btn {
	box-sizing: border-box;
	border-radius: 14px;
	display: inline-block;
	text-align: center;
	color: white !important;
	padding: 16px 25px;
	background-color: #7A9D96;
	font-weight: bold;
	transition: all .6s ease;
	font-size: 24px;
}
.btn:hover {
	background-color: #00303F;
}
.desktop-video-img {
	width: 100%;
}
.mobile-video-img {
	display: none;
}

.control-blocker {
	/* background-color: white; */
	flex-grow: 1;
	/* height: 13.106376%; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: rgba(0,0,0,0.4);
}
.hero-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 800px;
	max-width: 90vw;
}
.hero-caption h1 {
	color: white;
}
.hero-caption p {
	color: white;
}
.control-blocker-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.home-video > img:first-of-type {
		display: none;
	}
	.home-video {
		background-image: url('/wp-content/uploads/2024/07/BVC-home-hero-mobile.png');
		background-size: cover;
		background-position: center;
	}
	.video-img {
		position: relative;
		padding: 120px 0;
	}
	/* .home-video > img:nth-of-type(2) {
		display: block;
	} */
	.control-blocker-btns {
		flex-direction: column;
	}
	.desktop-video-img {
		display: none;
	}
	.mobile-video-img {
		display: block;
		/* max-width: none;
		width: 1508px; */
	}
	.home-video > .wp-video {
		overflow-x: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		/* margin-top: 115px; */
	}
	.video-img {
		align-items: center;
	}
	/* .control-blocker {
		align-self: stretch;
	} */
	/* #video-697-2 {
		width: 1000px !important;
	} */
}
/* @media (min-width: 701px) and (max-width: 1023px) {
	#home-beginning {
		margin-top: 50vw;
	}
}
@media screen and (max-width: 700px) {
	#home-beginning {
		margin-top: 15vw;
	}
} */
.home #page {
	margin-top: 0;
}
@media screen and (max-width: 1024px) {
	.home #page {
		/* margin-top: 110px; */
	}
	.page-id-2722 #page {
		margin-top: 110px;

	}
	.page-id-2722 .cah-cust-nav-bar-wrapper {
		background-color: white;
	}
}
.control-blocker-btns > .btn {
	margin: 5px;
}

.home-beginning {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px 0 80px 0;
	overflow: hidden;
	background-color: #CAE4DB;
	background-image: url('/wp-content/uploads/2024/06/BVC-home-mtn-graphic-1.svg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}
#home-culture {
	background-color: white;
	background-image: url('/wp-content/uploads/2024/06/BVC-home-mtn-graphic-2.svg');

}
.home-beginning-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	align-items: center;
}
.home-beginning-container > div {
	width: 50%;
	box-sizing: border-box;
}

.home-beginning-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 40px;
}
.home-beginning-right h2 {
	color: #00303F;
}
.home-title-line {
	width: 183px;
	height: 2px;
	background-color: #00303F;
	margin-bottom: 24px;
}
.home-beginning-left {
	padding-right: 40px;
	position: relative;

}
#home-beginning .home-beginning-left .red-star {
	position: absolute;
	top: 0;
	left: 0;
}
#home-beginning .home-beginning-left .white-star {
	position: absolute;
	top: 75px;
	left: 75px;
}
#home-culture .home-beginning-right .red-star {
	position: absolute;
	top: 0;
	left: 0;
}
#home-culture .home-beginning-right .blue-star {
	position: absolute;
	top: 75px;
	left: 75px;
}
#home-beginning-left {
	/* opacity: 0; */
	/* transform: translateX(-100vw); */
	opacity: 0;
	transform: translateY(-50px);
	transition: all 1s ease;
}
#home-beginning-right {
	/* opacity: 0; */
	/* transform: translateX(100vw); */
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s ease;
}
#home-culture-left {
	opacity: 0;
	transform: translateY(-50px);
	transition: all 1s ease;

}
#home-culture-right {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s ease;

}
.entry-content > h1[class*="wp-block-"]:not(:last-child), .entry-content > h2[class*="wp-block-"]:not(:last-child), .entry-content > h3[class*="wp-block-"]:not(:last-child) {
	margin-bottom: .5em;
}
.home-beginning-left img, .home-beginning-right img {
	box-shadow: 10px 10px 50px 10px grey;
	border-radius: 16px;
}
@media screen and (max-width: 1024px) {
	.home-beginning {
		padding: 100px 0 50px 0;
	}
	.home-beginning-container {
		display: flex;
		flex-direction: column;
	}
	.home-beginning-container > div {
		width: 100%;
		/* padding: 0; */
		padding: 0 0 50px 0;
		opacity: 1 !important;
		transform: translateY(0) !important;
	}
}
.growth-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	background-image: url('/wp-content/uploads/2020/04/STVH-website-growth-scaled.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;

}
.growth-container {
	max-width: 90vw;
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 50px 0 50px 0;
	box-sizing: border-box;
	position: relative;
}
.growth-container .blue-star {
	position: absolute;
	top: -100px;
	right: 0;
	transform: translateY(-500px);
	opacity: 0;
}
.growth-container .white-star {
	position: absolute;
	top: -25px;
	right: 75px;
	transform: translateY(-500px);
	opacity: 0;
}
.growth-container > * {
	color: white;
}
.growth-container > h2 {
	font-size: 42px;
}
#footer-widgets {
	/* display: none; */
}
.best-vet-section {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 50px 0;
	background-color: #f2f2f2;
}
.best-vet-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	/* align-items: center; */
	justify-content: center;
}
.best-vet-container > div {
	width: 50%;
	box-sizing: border-box;
	padding: 50px;
}
.best-vet-container h2 {
	font-size: 42px;
	text-align: center;
}
.best-vet-left {
	position: relative;
}
.best-vet-right {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.best-vet-container {
		flex-direction: column;
		align-items: center;
	}
	.best-vet-container > div {
		width: 100%;
	}
}
.best-vet-left .blue-star {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-500px);
	opacity: 0;
}
.best-vet-right .red-star {
	position: absolute;
	top: -50px;
	right: 75px;
	transform: translateY(-500px);
	opacity: 0;
}
.best-vet-right .white-star {
	position: absolute;
	top: -125px;
	right: 0;
	transform: translateY(-500px);
	opacity: 0;
}
.bottom-blue-star {
	animation: bottomBlueStar 1s ease 0.5s 1 forwards;
}
.bottom-red-star {
	animation: bottomBlueStar 1s ease 1s 1 forwards;
}
.bottom-white-star {
	animation: bottomBlueStar 1s ease 0s 1 forwards;
}
@keyframes bottomBlueStar {
	0% {
		opacity: 0;
		transform: translateY(-500px);
	}
	11.11% {transform: translateY(0)}
	18.18% {transform: translateY(-50px)}
	27.27% {transform: translateY(0)}
	36.36% {transform: translateY(-25px)}
	45.45% {transform: translateY(0)}
	54.54% {transform: translateY(-12.5px)}
	63.63% {transform: translateY(0)}
	72.72% {transform: translateY(-6.25px)}
	81.81% {transform: translateY(0)}
	90.90% {transform: translateY(-3.125px)}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.header-phone-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 25px;
	height: 100%;
	box-sizing: border-box;
	padding: 5px 0;
}
.header-phone {
	border: 2px solid #fff;
	color: #fff;
	border-radius: 14px;
	padding: 14px 14px;
	font-weight: bold;
	display: inline-block;
	max-height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.header-phone:hover {
	background-color: #fff;
	color: black;
}
@media screen and (max-width: 1200px) {
	.header-phone {
		display: none;
	}
}
.value-banner {
	width: 100vw;
	background-image: url('/wp-content/uploads/2020/04/STVH-website-our-values-slider.jpg');
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	/* height: 66.25vw; */
	padding: 80px 30px 60px 30px;
	box-sizing: border-box;
	margin-left: calc(-50vw + 50%);
	min-height: 600px;
}
.value-banner-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.value-banner-caption {
	width: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.value-banner-caption h1 {
	color: white;
	font-size: 52px;
}
.value-banner-caption p {
	font-size: 27px;
	color: white;
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.value-banner {
		height: auto;
	}
	.value-banner-container {
		justify-content: center;
	}
	.value-banner-caption {
		width: 100%;
	}
}
.cat-friendly-banner {
	width: 100vw;
	background-image: url('/wp-content/uploads/2020/04/STVH-website-cat-friendly.jpg');
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	/* height: 66.25vw; */
	padding: 80px 30px 60px 30px;
	box-sizing: border-box;

	margin-left: calc(-50vw + 50%);
}
.cat-friendly-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cat-friendly-caption {
	width: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.cat-friendly-caption h1 {
	color: black;
	font-size: 52px;
}
.cat-friendly-caption p {
	color: black;
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.cat-friendly-banner {
		height: auto;
	}
	.cat-friendly-container {
		justify-content: center;
	}
	.cat-friendly-caption {
		width: 100%;
	}
}
.contact-banner {
	width: 100vw;
	background-image: url('/wp-content/uploads/2020/04/STVH-website-contact-us_R3-1.jpg');
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	/* height: 66.25vw; */
	/* padding: 80px 30px 60px 30px; */
	box-sizing: border-box;

	margin-left: calc(-50vw + 50%);
	/* height: 41.764706vw; */
	overflow: hidden;
}
.contact-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	/* display: none; */
}
.contact-container img {
	position: absolute;
}
.contact-container > .blue-star {
	left: 0;
	top: 50%;
	opacity: 0;
	transform: translateY(-100px);
	animation: contactBlue 500ms ease 2.5s 1 forwards;

}
.contact-caption {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	padding: 50px;
	box-sizing: border-box;
	position: relative;
	transform: translateY(-100%);
	animation: blueSlide 500ms ease 1s 1 forwards;
}
.contact-caption > .white-star {
	left: -25px;
	top: 100px;
	opacity: 0;
	transform: translateY(-100px);
	animation: contactBlue 500ms ease 3s 1 forwards;
}
.contact-caption > .red-star {
	right: -50px;
	bottom: 100px;
	opacity: 0;
	transform: translateY(-100px);
	animation: contactBlue 500ms ease 2s 1 forwards;
}
.contact-caption h1 a {
	color: white;
	font-size: 34px;
}
.contact-caption p a {
	color: white;
	margin-bottom: 0;
}
.contact-caption h1 {
	color: white;
	opacity: 0;
	animation: textFadeIn 500ms ease 1.5s 1 forwards;
	/* transform: translateY(100%); */

}
.contact-caption p {
	color: white;
	opacity: 0;
	animation: textFadeIn 500ms ease 1.5s 1 forwards;
	/* transform: translateY(100%); */

}
@keyframes contactBlue {
	0% {
		opacity: 0;
		transform: translateY(-100px);
	}
	11.11% {transform: translateY(0)}
	18.18% {transform: translateY(-50px)}
	27.27% {transform: translateY(0)}
	36.36% {transform: translateY(-25px)}
	45.45% {transform: translateY(0)}
	54.54% {transform: translateY(-12.5px)}
	63.63% {transform: translateY(0)}
	72.72% {transform: translateY(-6.25px)}
	81.81% {transform: translateY(0)}
	90.90% {transform: translateY(-3px)}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes contactRed {
	0% {
		opacity: 0;
		transform: translateY(-100px);
	}
	11.11% {transform: translateY(0)}
	18.18% {transform: translateY(-50px)}
	27.27% {transform: translateY(0)}
	36.36% {transform: translateY(-25px)}
	45.45% {transform: translateY(0)}
	54.54% {transform: translateY(-12.5px)}
	63.63% {transform: translateY(0)}
	72.72% {transform: translateY(-6.25px)}
	81.81% {transform: translateY(0)}
	90.90% {transform: translateY(-3px)}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes blueSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes textFadeIn {
	0% {
		opacity: 0;
		/* transform: translateY(100%); */
	}
	100% {
		opacity: 1;
		/* transform: translateY(0); */
	}
}
.contact-bottom {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	box-sizing: border-box;
	display: flex;
}
.map-wrapper {
	width: 50%;
	box-sizing: border-box;
}
.contact-right {
	width: 50%;
	box-sizing: border-box;
	padding: 50px;
}
@media screen and (max-width: 1024px) {
	.contact-bottom {
		flex-direction: column;
	}
	.map-wrapper, .contact-right {
		width: 100%;
	}
	.map-wrapper {
		height: 400px;
	}
	.contact-banner {
		height: auto;
	}
	.contact-container {
		justify-content: center;
	}
	.contact-caption {
		width: 100%;
	}
}
.service-page {
	display: flex;
	flex-direction: column;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
.service-banner {
	width: 100%;
	background-image: url('/wp-content/uploads/2020/04/services-sec1img01-1.jpg');
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	/* height: 66.25vw; */
	padding: 80px 30px 60px 30px;
	box-sizing: border-box;
	min-height: 600px;
}
.service-banner-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.service-banner-caption {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.service-banner-caption h1 {
	color: white;
}
.service-banner-caption h2 {
	color: white;
}
.service-banner-caption img {
	width: 40px;
}
@media screen and (max-width: 1024px) {
	.service-banner {
		height: auto;
	}
	.service-banner-container {
		justify-content: center;
	}
	.service-banner-caption {
		width: 100%;
	}
}
.service-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 50px 0;
	width: 100%;
}
.service-bottom-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}
.service-slider {
	width: calc(50% - 25px);
	box-sizing: border-box;
	/* margin: 25px; */
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 10px #a0a0a0;
	position: relative;
	margin-bottom: 50px;
	border-radius: 25px;
	overflow: hidden;
	margin-right: 25px;

}

.service-bottom-container > .service-slider:nth-child(2n) {
	margin-left: 25px;
	margin-right: 0;

}
.service-slider > h3 {
	text-align: center;
	color: white;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 0 10px 0;
	background-color: #00303F;
}
.service-slider > img {
	width: 100%;
}
.service-slider-bottom {
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	/* height: 100px; */
	display: none;
}
.service-slider-toggle {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}
.service-slider-toggle:hover {
	cursor: pointer;
}
/* .service-slider > i {
	position: absolute;
	bottom: 10px;
	right: 10px;
} */
.service-slider > i:hover {
	cursor: pointer;
}
@media screen and (max-width: 1024px) {
	.service-slider {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0;
	}
}
.service-slide {
	animation: serviceSlide 500ms ease 0s 1 forwards;
}
@keyframes serviceSlide {
	0% {
		height: 100px;
	}
	100% {
		height: auto;
	}
}
.staff-page {
	display: flex;
	flex-direction: column;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
.staff-banner {
	width: 100%;
	background-image: url('/wp-content/uploads/2020/04/team-bg22-1.jpg');
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	/* height: 66.25vw; */
	padding: 80px 30px 60px 30px;
	box-sizing: border-box;
	min-height: 600px;
}
.staff-banner-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.staff-banner-caption {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.staff-banner-caption h1 {
	color: black;
}
.staff-banner-caption h2 {
	color: black;
}
.staff-banner-caption img {
	width: 40px;
}
@media screen and (max-width: 1024px) {
	.staff-banner {
		height: auto;
	}
	.staff-banner-container {
		justify-content: center;
	}
	.staff-banner-caption {
		width: 100%;
	}
}
.staff-section {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 50px 0;
}
.staff-section-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.staff-section-container > p {
	font-style: italic;
	text-align: center;
	font-size: 24px;
}
.staff-section-container > h2 {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 90px;
	color: #d1d1d1;
}
.staff-section-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.staff-card {
	width: 250px;
	height: 250px;
	box-sizing: border-box;
	/* padding-bottom: 10px; */
	margin: 10px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
}
.staff-title {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	box-sizing: border-box;
}
.staff-title h3 {
	color: white;
	background-color: #282a2b;
	margin-bottom: 0;
	padding: 5px 10px;
	font-size: 18px;
}
.staff-title p {
	color: white;
	background-color: #556270;
	margin-bottom: 0;
	padding: 5px 10px;
	/* width: 100%; */
	box-sizing: border-box;
	/* text-align: center; */
	font-size: 14px;
}
.staff-card:hover {
	cursor: pointer;
}
.staff-overlay {
	display: none;
	background-color: rgba(0,0,0,0.8);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 999999999;
}
.staff-modal {
	height: 100vh;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 640px;
	max-width: 100vw;
	background-color: white;
}
.staff-modal-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #556270;
	/* padding: 15px; */
	width: 100%;
	box-sizing: border-box;
}
.staff-modal-close {
	padding: 15px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.staff-modal-top i {
	color: white;
}
.staff-modal-close:hover {
	cursor: pointer;
	background-color: #0c1c8c;
}
.staff-modal-header {
	display: flex;
	justify-content: flex-end;
}
.staff-modal-title {
	width: 100%;
	display: flex;
	flex-direction: column;
	/* align-items: flex-end; */
	align-items: flex-end;
	box-sizing: border-box;
}
.staff-modal-title h3 {
	color: white;
	background-color: #282a2b;
	margin-bottom: 0;
	padding: 5px 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.staff-modal-title p {
	color: white;
	background-color: #556270;
	margin-bottom: 0;
	padding: 5px 10px;
	/* width: 100%; */
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
}
.staff-modal-body {
	padding: 40px;
	overflow: scroll;
	height: 100%;
}
.staff-quote {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px 0 80px 0;
	background-image: url('/wp-content/uploads/2020/04/doctors-sep-bg01-1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.staff-quote-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.staff-quote-container > p {
	color: white;
	font-size: 24px;
}
.staff-quote-container > p:first-of-type {
	font-style: italic;
}
.staff-quote-container > p:last-of-type {
	font-weight: bold;
	margin-bottom: 0;
}
#quote-2 {
	background-image: url('/wp-content/uploads/2020/04/leader-sep-img01.jpg');
}
#quote-3 {
	background-image: url('/wp-content/uploads/2020/04/Techn-sep-bg01.jpg');
}
#staff-2811 .staff-title > p {
	display: none;
}
.fear-free-page {
	display: flex;
	flex-direction: column;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
.fear-free-banner {
	width: 100%;
	background-image: url('/wp-content/uploads/2020/04/STVH-website-fear-free.jpg');
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	/* height: 66.25vw; */
	padding: 80px 30px 60px 30px;
	box-sizing: border-box;
	min-height: 600px;
}
.fear-free-banner-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.fear-free-banner-caption {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.fear-free-banner-caption h1 {
	color: white;
}
.fear-free-banner-caption h2 {
	/* color: black; */
}
.fear-free-banner-caption > img {
	width: 110px;
	margin-bottom: 15px;
}
.fear-free-banner-caption > a > img {
	width: 40px;
}
@media screen and (max-width: 1024px) {
	.fear-free-banner {
		height: auto;
	}
	.fear-free-banner-container {
		justify-content: center;
	}
	.fear-free-banner-caption {
		width: 100%;
	}
}
.new-client-page {
	width: 100vw;
	display: flex;
	flex-direction: column;
	margin-left: calc(-50vw + 50%);

}
.new-client-banner {
	width: 100%;
	/* background-image: url('/wp-content/uploads/2020/04/new-client-form-bg-1.jpg'); */
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	/* height: 66.25vw; */
	padding: 80px 30px 60px 30px;
	box-sizing: border-box;
	min-height: 600px;
}
.new-client-container {
	width: 960px;
	max-width: 90vw;
	background-color: white;
	/* padding: 50px; */
	border-radius: 6px;
}
#gform_13 .gform_fields {
	padding:50px;
}
#gform_wrapper_13 {
	margin-bottom: 0 !important;
}
#gform_14 .gform_fields {
	padding:50px;
}
#gform_wrapper_14 {
	margin-bottom: 0 !important;
}
#gform_15 .gform_fields {
	padding:50px;
}
#gform_wrapper_15 {
	margin-bottom: 0 !important;
}
#gform_16 .gform_fields {
	padding:50px;
}
#gform_wrapper_16 {
	margin-bottom: 0 !important;
}
#gform_17 .gform_fields {
	padding:50px;
}
#gform_wrapper_17 {
	margin-bottom: 0 !important;
}
#gform_18 .gform_fields {
	padding:50px;
}
#gform_wrapper_18 {
	margin-bottom: 0 !important;
}
#gform_19 .gform_fields {
	padding:50px;
}
#gform_wrapper_19 {
	margin-bottom: 0 !important;
}
.gf_progressbar_wrapper {
	display: none;
}
.gform_page_footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #0c1c8c;
	margin-bottom: 0 !important;
	padding: 15px 0 15px 0 !important;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: none !important;
}
.gform_previous_button, .gform_next_button {
	background-color: #0c1c8c !important;
}
.new-client-container .gform_confirmation_message {
	padding: 50px;
}
#home-test-2878 {
	display: block;
}
.home-test-dot#home-test-2878 {
	background-color: white;
}
.entry-content {
	min-height: 450px;
	padding: 50px 0;
	width: 1200px;
	max-width: 90vw;
	margin: 0 auto;
}
.home .entry-content {
	padding: 0;
}
.page-id-2608 .cah-cust-nav-bar-contact-menu-wrapper {
	display: none;
}
.page-id-2608 .cah-cust-nav-bar-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-2132 .cah-cust-nav-bar-contact-menu-wrapper {
	display: none;
}
.page-id-2132 .cah-cust-nav-bar-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-2077 .cah-cust-nav-bar-contact-menu-wrapper {
	display: none;
}
.page-id-2077 .cah-cust-nav-bar-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-2079 .cah-cust-nav-bar-contact-menu-wrapper {
	display: none;
}
.page-id-2079 .cah-cust-nav-bar-inner-wrapper {
	display: flex;
	justify-content: center;
}
#top {
	height: 0px;
	/* position: fixed; */
	top: 0;
	display: inline;
	transform: translateY(-50px);
}
#toTop {
	position: fixed;
	right: 75px;
	bottom: 0;
	border-radius: 4px 4px 0 0;
	background-color: rgba(51, 51, 51, 0.9);
	text-align: center;
	height: 35px;
	width: 48px;
	z-index: 99999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
#toTop i {
	color: white;
}
#toTop:hover {
	background-color: #3a3a3a;
	cursor:  pointer;
}
.covid-popup {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.covid-popup h3 {
	font-weight: bold;
	color: #3a3a3a;
}
.covid-popup a {
	background-color: #3a3a3a;
	border-radius: 3px;
	padding: 10px 20px;
	color: white;
	display: block;
	border: 2px solid #3a3a3a;
}
.covid-popup a:hover {
	background-color: #fff;
	color: #3a3a3a;
}
.sticky-footer {
	display: none;
}
@media screen and (max-width: 1024px) {
	.footer-widget-3 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-stick {
	}
	.sticky-footer {
		display: flex;

		position: fixed;
		z-index: 9999999999;
		bottom: 0;
		width: 100vw;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		/* padding: 10px; */
		background-color: rgba(255,255,255,0.8)
	}
	.sticky-footer a {
		color: white;
		text-align: center;
		display: block;
		background-color: #7A9D96;
		/* border-radius: 3px; */
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
	}
	#toTop {
		display: none;
	}
	.userway {
		bottom: 60px !important;
	}
	.control-blocker-btns {
		/* transform: translateY(-25px); */
	}
	.control-blocker-btns a {
		font-size: 16px;
		padding: 12px 20px;
		width: 100%;
		/* padding: 5px;
		margin: 0 0 5px 0; */
	}
	.hero-caption h1 {
		font-size: 56px;
	}
}

#post-2834 .new-client-page {
	background-size: cover;
	background-repeat: no-repeat;
}
.drag-slider {
	width: 100vw;
	position: relative;
	min-height: 600px;
	display: flex;
	box-sizing: border-box;
}
.drag-top {
	/* background-color: red; */
	width: 100vw;
	overflow: hidden;
	position: absolute;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	z-index: 4;
	background-image: url('/wp-content/uploads/2024/06/BVC-home-slider.png');
	background-size: cover;
	width: 90%;
	height: 100%;
}
/* .drag-top h2 {
	color: white;
	font-size: 42px;
	text-align: center;
} */
#growth-header {
	color: white;
	font-size: 50px;
	position: absolute;
	width: 100vw;
	margin-left: calc(-50vw - 50%);
	text-align: center;
	z-index: 5;
	align-self: center;
	/* margin-bottom: 0; */
	top: 38%;
	margin: 0 auto;
	text-shadow: 0 0 5px black;
}
.drag-bottom {
	position: relative;
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	min-height: 600px;
}
.drag-bottom .wp-video {
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 1200px;
	z-index: 2;
}
.drag-bottom-img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	z-index: 2;
	background-image: url('/wp-content/uploads/2024/07/BVC-home-slider-2.png');
	background-position: center;
	background-size: cover;
}
.drag-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 3;
}
.drag-bottom h2 {
	color: white;
	font-size: 50px;
	/* position: absolute;
	top: 200px; */
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	z-index: 3;
}
.drag-container p {
	color: white;
	margin-bottom: 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);

}
#drag-handle {
	height: 100%;
	width: 1px;
	background-color: white;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 6;
	left: 90%;
}
#drag-handleheader {
	width: 75px;
	cursor: move;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#drag-handleheader p {
	position: absolute;
	color: white;
	text-transform: uppercase;
	left: -85px;
	margin-bottom: 0;
}
#drag-handleheader > i {
	color: white;
	font-size: 30px;
}
.home .subpage-banner {
	display: none;
}
.inside-footer-widgets {
	/* text-align: center; */
	display: flex;
}
.drag-mobile {
	width: 100vw;
    background-image: url(/wp-content/uploads/2024/06/BVC-home-slider.png);
    background-size: cover;
	background-position: center;
	padding: 120px 0;
	display: none;
	justify-content: center;
	align-items: center;

}
.drag-mobile-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: white;

}
@media screen and (max-width: 1024px) {
	.inside-footer-widgets > div {
		margin-bottom: 50px !important;
		/* width: 100%; */
	}
	.drag-slider {
		display: none;
	}
	.drag-mobile {
		display: flex;

	}
}
.textwidget a {
	color: #00303F;
}
.page-id-2727 .subpage-banner {
	display: none;
}
.page-id-2727 .entry-content {
	padding: 0;
}
.page-id-2608 .site-footer {
	display: none !important;
}
.page-id-2132 .site-footer {
	display: none !important;
}
@media screen and (min-width: 1025px) {
	.footer-widgets-container {
		max-width: none !important;
	}
	#footer-widgets {
		padding: 0;
	}
	.inside-footer-widgets > div {
		width: 25%;
		padding: 64px 40px;
		box-sizing: border-box;
	}
	.inside-footer-widgets > .footer-widget-1 {
		width: 50%;
		padding: 0;
	}
	.inside-footer-widgets > div > aside {
		/* width: 25%; */
		padding-left: 0 !important;
	}
	.footer-widget-1 > aside {
		padding-left: 0 !important;
	}
	.site-footer .footer-widgets-container .inside-footer-widgets {
		margin-left: 0;
	}
}
.page-id-2727 #footer-widgets {
	display: none;
}
.gform_body ul li input {
	border-radius: 3px;
}
.gform_button {
	border-radius: 3px;
}
@media screen and (min-width: 1025px) {
	#field_3_13, #field_3_15 {
		width: 25%;
	}
}
#gform_wrapper_20 li.gfield input, #gform_wrapper_20 li.gfield textarea, #gform_wrapper_20 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_20 label.gfield_label {
  color: #3a3a3a;
}
#gform_wrapper_20 .gfield_required {
  color: #3a3a3a !important;
}
.page-id-172 #right-sidebar {
  display: none;
}
.page-id-172 .inside-article {
  padding: 0;
}
.page-id-172 #primary {
	width: 100%;
	background-color: #fff;
}
.page-id-172 #main {
	margin-right: 0;
}
.page-id-172 {
  background-color: #fff;
}
.page-id-172 .entry-content {
	justify-content: center;
	display: flex;
	background-color: #fff;
}
.page-id-172 .inside-article {
  background-color: transparent;
}
.page-id-172 header.entry-header {
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.page-id-172 header.entry-header h1.entry-title {
  text-align: center;
}
#gform_wrapper_20 {
  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_20 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#gform_fields_20_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#field_20_2 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
	#field_20_2 {
		display: flex;
		flex-direction: column;
	}
}
#field_20_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: #00303F;
  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: #282a2b;
  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_20_24 {
  padding: 0 !important;
}
#input_20_3 {
  /* margin-left: 0 !important; */
  margin-bottom: 0 !important;
  display: flex;
}
#input_20_3 > li {
  margin-bottom: 0 !important;
  margin-right: 15px;
	display: flex;
	align-items: center;
	overflow: visible;
}
#input_20_3 > li > * {
  margin-top: 0 !important;
	white-space: nowrap;
	overflow: visible;
}
#input_20_3 > li > input {
  min-width: 10px !important;
}
#field_20_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_20_3 > .ginput_container {
  margin-top: 0;
}
#gform_wrapper_20 .gform_page_footer {
  border-top: none !important;
  padding: 0 50px !important;
  margin: 25px 0 0 0 !important;
}
#gform_wrapper_20 ul.gfield_radio input {
  box-shadow: none;
}
#gform_wrapper_20 ul.gfield_radio input:checked ~ label {
  color: #00303F;
}
/* .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_20 .gform_next_button {
  /* border: 2px solid #8c030e; */
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #00303F !important;
  color: #fff;
  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_20 .gform_next_button:hover {
  background-color: #7A9D96 !important;
  color: #fff;
  cursor: pointer;
}
/* #gform_page_20_2 {
  display: block !important;
} */
#field_20_13 > .ginput_container {
  position: relative;
}
#field_20_13 > .ginput_container > .ui-datepicker-trigger, #field_13_13 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 8px;
}
#field_20_15 > .ginput_container {
  position: relative;
}
#field_20_15 > .ginput_container > .ui-datepicker-trigger, #field_20_15 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 8px;
}
#gform_fields_20_2 .gfield_radio {
  margin: 0 !important;
  display: flex;
}
#gform_fields_20_2 .gfield_radio > li {
  display: flex;
  align-items: center;
}
#gform_fields_20_2 .gfield_radio > li > * {
  margin-top: 0 !important
}
#field_20_14 .ginput_container {
  margin-top: 0 !important;;
}
#field_20_16 .ginput_container {
  margin-top: 0 !important;;
}
#gform_page_20_2 .gform_page_footer {
  display: flex;
  flex-direction: column;
}
#gform_wrapper_20 .gform_previous_button, #gform_submit_button_20, #gform_submit_button_20, #gform_previous_button_20 {
  box-shadow: none;
	/* border: 2px solid #8c030e; */
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #00303F;
  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_20 .gform_previous_button:hover, #gform_submit_button_20:hover, #gform_submit_button_20:hover, #gform_previous_button_20:hover {
  background-color: #7A9D96;
  color: #fff;
  cursor: pointer;
}
#gform_submit_button_20 {
  box-shadow: none;
	/* border: 2px solid #8c030e; */
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #00303F;
  color: #fff;
  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_20:hover {
  background-color: #7A9D96;
  color: #fff;
  cursor: pointer;
}
#field_20_11 {
  width: 100% !important;
}
#gform_wrapper_20 .gform_page_footer {
	background-color: white;
}
@media screen and (max-width: 800px) {
	body .uwy.userway_p5 .uai {
		bottom: 70px !important;
	}
}

/* rye css */

.ty {
  .rye-body {
    padding-top: 0;

    .rye-body-container {
      & p:last-of-type {
        font-weight: bold;
        text-transform: uppercase;
        color: #4a8aa9;
        font-size: 24px;
      }
    }
  }
}
.rye {
  .rye-hero {
    background-color: #f2faff;
    position: relative;
    height: 75vw;
    max-height: 550px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
	  padding-top: 140px;

    & h1 {
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 60px;
      font-weight: bold;
      color: #183f4e;
      text-align: center;
      line-height: 1;
    }

    & div {
      position: absolute;
      top: 20%;
      left: 50%;
      transform: translate(-50%);
    }
  }

  & strong {
    font-weight: bold;
  }
  .rye-body-container p strong {
  }
  .td {
    background-color: #CAE4DB;
    & svg {
      transform: rotate(180deg);
    }
  }
  .tu {
    background-color: #7A9D96;
  }
}
.ears-parent {
  /* bottom: 0;
  left: 50%; */
  /* transform: translate(-50%, 0%); */
  max-width: 900px;
  width: 90%;
  animation: hideshow 3s ease infinite;
}

@keyframes hideshow {
  /* 0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  } */
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
/* .page-id-369 {
  .entry-header {
    justify-content: center;
  }
  .footer-top-border img {
    display: none;
  }
} */
/* .page-id-2709 {
  #right-sidebar {
    display: none;
  }
  #primary {
    width: 100%;
  }
  .site-main {
    margin-right: 0 !important;
  }
  .entry-header {
    display: none !important;
  }
  #page {
    max-width: none;
    width: 100%;
  }
  .post-container {
    margin-top: 0;
    max-width: none;
  }
} */
.page-id-369 {
  .entry-content p:nth-child(3) {
    font-weight: bold;
    text-transform: uppercase;
    color: #4a8aa9;
    font-size: 24px;
  }
}
.rye > img {
  width: 100%;
}
.rye-body {
  width: 100%;
  padding: 80px 0 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rye-body-container {
  width: 800px;
  max-width: 90vw;
  text-align: center;
}
.rye-body-container > h1 {
  text-transform: uppercase;
  font-size: 40px;
}
.rye-body-container > h2 {
  font-size: 36px;
  color: #183f4e;
  font-weight: bold;
  text-transform: capitalize;
}
.rye-body-container > p:last-of-type {
  /* margin-bottom: 60px !important; */
  padding-bottom: 60px;

  & span {
    font-weight: bold;
    text-transform: uppercase;
    color: #7A9D96;
    font-size: 24px;
  }
}
.ty .rye-body-container > p:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px !important;
}
.rye-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rye-btns a {
  background-color: #46a480;
  border-radius: 100px;
  width: 125px;
  height: 125px;
}
.rye-btns > a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;

  & svg {
    width: 50px;
  }
}
.rye-btns > a:first-of-type {
  margin-right: 30px;
}
.rye-btns > a:last-of-type {
  margin-left: 30px;
}
.rye-btns a:hover {
  transform: scale(1.1);
}
.rye-bottom {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.rye-btns img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .rye-btns {
    /* flex-direction: column; */
  }
  .ty .rye-btns {
    flex-direction: row;

    & a {
      margin: 10px !important;
    }
  }
  .rye-btns > a:first-of-type {
    /* margin-right: 0;
    margin-bottom: 60px; */
  }
  .rye-btns > a:last-of-type {
    /* margin-left: 0; */
  }
  .rye h1 {
    font-size: 50px !important;
  }
  .rye-hero img {
    max-width: 80vw;
  }
  .rye .rye-hero div {
    top: 20%;
    max-width: 90%;
  }
}

.has-text-align-center {
  text-align: center;
}

.ears {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  max-width: 900px;
  width: 90%;

  & path {
    fill: #7A9D96;
  }
}
.ears.ears-active {
  opacity: 1;
}
.new-team {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.new-team-card {
	width: 100%;
	padding-bottom: 40px;
		margin-bottom: 40px;
	border-bottom: 1px solid #7A9D96;

}
.new-team-card > img {
	float: left;
	margin: 0 25px 15px 0;
	width: 300px;
}
@media screen and (max-width: 1024px) {
	.new-team-card {
		display: flex;
		flex-direction: column;
	}
	.new-team-card > img {
	float: none;
	margin: 0 25px 0 0;
	width: 100%;
}
}