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

*/

a,
a:visited {
  color: #9b1b2b;
}
strong {
  font-weight: 900 !important;
}
body,
p,
a,
ul,
li,
u,
em,
strong,
span,
div,
button,
input,
figure,
footer,
header,
section,
aside,
nav,
form {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  /* font-weight: 300; */
}
h1 {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 800;
}
hgroup,
h2,
h3,
h4,
h5,
h6 {
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  nav#site-navigation .inside-navigation {
    display: flex !important;
    justify-content: flex-end !important;
  }
}
.home header.entry-header {
  display: none;
}
.home article#post-133,
.home main#main,
.home article#post-133 .entry-content {
  margin-top: 0;
}
.home article#post-133 .inside-article {
  padding-top: 0;
}
body {
  background-color: white;
}
#layerslider_8 {
  margin-top: -26px !important;
}

/*DREWS CUSTOM CSS SECTION*/
.the-great-equalizer {
  width: 230px;
  height: 80px;
  min-width: 150px;
  min-height: auto;
  display: flex;
  align-items: center;
}
.cah-cust-nav-bar-menu-inner-wrapper {
  display: flex;
  justify-content: center;
}
.three-animal-container {
  min-width: 100vw !important;
  height: auto;
  display: flex;
  background-color: #721520 !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 5px solid #9b1b2b;
  position: static;
  margin-bottom: 0px;
  margin-top: 45vw;
  padding: 50px 0 0 0;
}
.three-animals-row {
  display: flex;
  flex-direction: row;
  margin: auto;
  width: 90vw;
  max-width: 960px;
  justify-content: center;
  align-items: baseline;
}
.one-animal-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 275px;
  margin: 15px;
  text-align: center;
}
.three-animal-divider {
  border-bottom: 2px solid #f4e4bc;
  width: 10%;
  align: center;
}
.one-animal-section p {
  color: white;
}
.one-animal-section h3 {
  color: #134b5e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
}
.three-animal-services-button {
  width: 300px;
  min-width: 300px;
  height: auto;
  text-align: center;
  background-color: #9b1b2b;
  position: relative;
  bottom: -24.5px;
  transition: 300ms;
  z-index: 99;
}
.three-animal-services-button p {
  margin: 0px !important;
  padding: 10px 5px 10px 5px;
  color: white;
  transition: 300ms;
  font-weight: bold;
  text-transform: uppercase;
}
.three-animal-services-button a {
  text-decoration: none;
}
.three-animal-services-button:hover {
  background-color: #134b5e;
}
.doctors-section {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: auto;
  background-color: #d3d3d3;
  padding: 50px 0px 50px 0px;
}
.center-doctor-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}
.center-doctor-title h2 {
  margin: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.center-doctor-title h3 {
  margin: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.center-doctor-title hr {
  width: 60px;
  margin: 10px;
  background-color: #9b1b2b;
  height: 4px;
}
.doctor-card-section-container {
  width: 90vw;
  max-width: 960px;
  display: flex;
  flex-flow: row wrap !important;
  justify-content: center;
  margin: auto;
}
.doctor-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.doctor-card-section {
  display: flex;
  border: 7px solid #721520;
  background-color: white;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  min-width: 250px;
  min-height: 250px;
  background-size: cover;
}

.doctor-column h3 {
  margin-top: 15px !important;
  color: white;
  font-weight: bold;
}
.doctor-column:hover .doctor-card-section {
  border-color: #9b1b2b;
}

.big-three-container {
  width: 100vw;
  display: flex;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 5px solid #9b1b2b;
  margin-left: 0;
  align-self: center;
  padding: 50px 0px 50px 0px;
  background-color: white;
}
.a-big-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 300px;
  max-width: 300px;
  max-height: 300px;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 15px 0px 15px;
  position: relative;
  overflow-y: hidden;
}

.round-button-three-link {
  display: flex;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  background-color: #9b1b2b;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 200ms;
  top: -50px;
  z-index: 5;
}
.home .fa-medkit {
  font-size: 45px;
  color: white;
}
.home .fa-map-marker-alt {
  font-size: 45px;
  color: white;
}
.home .fa-calendar-alt {
  font-size: 45px;
  color: white;
}
.big-three-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.round-button-three-link p {
  margin: 0px;
  color: black;
}
.sliding-section-big {
  width: 100%;
  height: 150px;
  background-color: #721520;
  z-index: 0;
  position: absolute;
  bottom: -150px;
  transition: 400ms;
  text-align: center;
}
.big-three-content-container a:hover .sliding-section-big {
  transform: translateY(-110px);
}
.sliding-section-big p {
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
  font-weight: bold;
}
.a-big-container:hover .sliding-section-big {
  transform: translateY(-110px);
}
.big-three-content-container:hover .round-button-three-link {
  background-color: #d04d5d;
}
.static-banner-container hr {
  width: 80px;
  height: 4px;
  background-color: #9b1b2b;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.static-banner-container {
  width: 100vw;
  height: 42.138vw;
  background-image: url("/wp-content/uploads/2019/07/template9-slider-images-e1573502203280.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 135px;
  align-items: center;
}

.mobile-conditional-formatting-static {
  display: none;
}
.mobile-conditional-formatting-slider {
  display: block;
  position: fixed;
  /* top: 135px; */
  top: 25px;
}
.banner-button-container {
  display: none;
}
.banner-text-container {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1024px;
  max-width: 90vw;
  overflow-y: hidden;
  padding-right: 50px;
}
.banner-text-container h1 {
  color: #484a4a;
  width: 450px;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
}
.banner-text-container p {
  margin-right: 0px;
  width: 400px;
  color: #484a4a;
}
.desktop-button-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.button-for-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  background-color: #721520;
  position: absolute;
  bottom: 130px;
  right: 17vw;
  transition: 300ms;
}
.button-for-desktop p {
  margin-bottom: 0px;
  padding: 5px 20px 5px 20px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: 300ms;
}
.button-for-desktop:hover {
  background-color: #134b5e;
}
.button-for-desktop:hover p {
  transform: scale(1.1);
}
.on {
  /*leave blank for remaining on and untouched*/
}
.off {
  display: none;
}

.mobile-header-appt-bttn {
  display: none;
  background-color: #9b1b2b;
  padding: 5px 10px 5px 10px;
  transition: 300ms;
}
.mobile-header-appt-bttn p {
  margin: 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.mobile-header-appt-bttn:hover {
  background-color: #134b61;
}

.mobile-header-appt-bttn-true {
  display: none;
  background-color: #9b1b2b;
  padding: 5px 10px 5px 10px;
  transition: 300ms;
}
.mobile-header-appt-bttn-true p {
  margin: 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.numbers-container {
  height: auto;
  min-height: 500px;
  width: 100vw;
  min-width: 100vw;
  display: flex;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 5px solid #9b1b2b;
  align-items: center;
  margin: 0px;
}
.numbers-row-cont {
  vertical-align: middle;
  margin: auto;
  width: 90%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.numbers-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0px 20px 0px 20px;
  padding: 20px;
  height: auto;
}
.numbers-content h1 {
  font-size: 60px;
  font-weight: bold;
  color: #134b5e;
  text-align: center;
}
.numbers-content p {
  color: #2f8aac;
  font-size: 20px;
  text-align: center;
}
.numbers-content hr {
  border: 5px solid white;
  height: 0px;
  width: 60px;
}
.info-bottom-row {
  width: 100vw;
  height: auto;
  border-top: 5px solid #9b1b2b;
  background-color: #d3d3d3;
  border-bottom: none;
  margin-bottom: -5px;
  padding: 5px 0 5px 0;
}
.info-inner-bottom-row {
  width: 960px;
  max-width: 90vw;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  height: auto;
}
.info-inner-bottom-row p {
  font-size: 15px;
  font-weight: bold;
  width: auto;
  max-width: auto;
  text-wrap: none;
  color: #721520;
  margin: 0px 5px !important;
  text-align: center;
}
.info-inner-bottom-row a {
  color: #9b1b2b;
  text-decoration: none;
}

.menu-formatter {
  margin-left: 20px;
  margin-right: 20px;
}

.mobile-nav-bar-row {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
}
.appointment-button-mobile-nav {
  width: auto;
  padding: 5px 10px 5px 10px;
  background-color: #134b5e;
}
.desktop-menu-container {
  width: 90vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.four-icons-area {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.four-icons-card {
  width: 1100px;
  max-width: 100vw;
  padding: 25px;
  box-sizing: border-box;
  background-color: #f2f5fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 10px 30px 0 lightgrey;
  position: relative;
  transform: translateY(-50px);
  z-index: 999;
}
.four-icons-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 960px;
  max-width: 90vw;
}
.four-icons-area h1 {
  text-align: center;
  font-size: 30px;
  color: #721520;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.four-icons-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.icon-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 15px;
  width: 175px;
  padding: 15px;
}
.icon-card:hover {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 5px #9fa1a4;
}
.icon-card h3 {
  text-align: center;
  color: #721520;
  font-weight: bold;
  text-transform: uppercase;
}
.icon-card img {
  margin-bottom: 25px;
}
.four-icons-card p {
  text-align: center;
}
body {
  color: #3a3a3a;
}

.icon-learn {
  text-align: center;
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px;
}

.title-line {
  width: 960px;
  height: 2px;
  background-color: #9fa1a4;
  max-width: 90vw;
  margin-bottom: 15px;
  margin-bottom: 25px;
}
.home-section-title {
  text-align: center;
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  margin-bottom: 0;
  margin: 10px;
  padding: 5px 10px;
  transform: translateY(30px);
}
.services-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  text-align: center;
  padding: 0 0 50px 0;
}
.services-grid-container {
  width: 960px;
  max-width: 90vw;
}
.view-services {
  border: 2px solid #721520;
  text-align: center;
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 50px;
  border-radius: 5px;
}
.view-services:hover {
  color: white !important;
  background-color: #721520;
}
#footer-widgets {
  background-color: #d3d3d3;
  border-top: 5px solid #9b1b2b;
  /* margin-top: -20px; */
}
.footer-hours {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}
.footer-day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #9fa1a4;
}
.footer-day p {
  margin-bottom: 4px;
}
h2.widget-title {
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
}
#right-sidebar {
  background-color: #f2f5fa;
  border-radius: 15px;
  padding: 0 40px 0 40px;
}
.sidebar .widget {
  background-color: transparent;
}
#page {
  margin-top: 10vw;
  margin-bottom: 50px;
}
.home #page {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0 40px 0;
}
.sidebar-icon p {
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar-icon img {
  margin-bottom: 10px;
}
#right-sidebar .widget_custom_html {
  margin-bottom: 0;
  padding: 0;
}
#right-sidebar .widget {
  border-bottom: 2px solid #9fa1a4;
}
#right-sidebar .widget:last-of-type {
  border-bottom: none;
}

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

#gform_wrapper_4 li {
  width: 100% !important;
}
#gform_wrapper_4 label {
  display: none;
}
input#gform_submit_button_4 {
  color: white;
  background-color: #9b1b2b;
  padding: 5px;
  text-align: center;
  width: 200px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
input#gform_submit_button_4:hover {
  background-color: #d04d5d;
}
.site-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top-footer-links a {
  display: flex;
  align-items: center;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #721520;
  padding: 5px 10px;
  text-align: center;
}
.top-footer-links p {
  margin-bottom: 0;
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.top-footer-links img {
  width: 25px;
  margin-right: 5px;
}
#footer-widgets,
.site-info {
  width: 100vw;
  box-sizing: border-box;
}
.site-info {
  color: #3a3a3a;
  background-color: #d3d3d3;
}
.site-info a {
  color: #3a3a3a !important;
}
.service-card {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 15px;
  overflow: hidden;
}
.service-card img {
  width: 100%;
  margin-bottom: none !important;
}
.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: #9b1b2b;
  color: #fff;
  word-wrap: normal;
  font-size: 18px;
  z-index: 9999;
}
.service-card:hover .service-img {
  transform: scale(1.2);
}
.service-card:hover h3 {
  background-color: #d04d5d;
}
.home-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 960px;
  max-width: 90vw;
  margin-top: -30px;
}
.home-map-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
.home-map-container {
  width: 50%;
}
.home-section-title h2 {
  text-align: center;
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  margin-bottom: 0;
  margin: 10px;
}
.home-map-info {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-info-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-map-info h3 {
  text-align: center;
}
.map-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/uploads/2022/01/background-map.webp");
  background-size: cover;
  position: relative;
  width: 100vw;
  height: 500px;
  padding: 50px 0;
}
.map-container h2 {
  color: white;
}
@media screen and (max-width: 1024px) {
  .home-map-wrapper {
    flex-direction: column;
  }
  .home-map-info,
  .home-map-container {
    width: 100%;
  }
  .home-map-info {
    padding: 50px 0 50px 0;
  }
  .static-banner-container {
    background-color: #721520;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: left;
  }
  .banner-text-container {
    display: none;
  }
  .the-great-equalizer {
    margin: auto;
  }
  .banner-button-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .banner-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    border-radius: 30px;
    font-size: 23px;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    width: auto;
  }
  .desktop-button-container {
    display: none;
  }
  .fa-caret-right {
    padding: 0px;
    margin-left: 10px;
    vertical-align: baseline;
  }
  .banner-button:hover {
    /* transform: scale(1.1); */
  }
  .banner-button p {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
  }
  .banner-button-container h1 {
    color: white;
    font-size: 36px;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .inside-footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  aside#custom_html-2 .textwidget {
    display: flex;
    justify-content: center;
  }
}
.services-grid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-map .title-line {
  margin-bottom: 50px;
}
.home-hero {
  background-image: url("/wp-content/uploads/2019/03/MVP-clinic-feature-img-1.png");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1800px;
  /* height: 883.333px; */
  height: 660px;
  max-width: 100vw;
  /* max-height: 44.2vw; */
  max-height: 36.667vw;
  margin-top: -25px;
}

.home-hero-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-hero-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.home-hero-caption h2 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 0 20px black;
  font-size: 40px;
  margin-bottom: 15px;
}
.home-hero-caption p {
  color: white;
  font-style: italic;
  text-shadow: 0 0 20px black;
  margin-bottom: 20px;
}
.home-hero-caption a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  padding: 10px 30px;
  background-color: #721520;
  border-radius: 3px;
}
.home-hero-caption a:hover {
  background-color: #9fa1a4;
}
.home-hero-overlay {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 127, 167, 0.8);
  display: none;
}
@media screen and (max-width: 787px) {
  .home-hero-container {
    display: none;
  }
  .home-hero-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .home-hero-overlay h2 {
    color: white;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 90vw;
    margin-bottom: 5px;
  }
  .home-hero-overlay a {
    background-color: white;
    border-radius: 50px;
    color: #721520;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 0 5px grey;
    font-size: 15px;
  }
  .home-hero-overlay a i {
    margin-left: 10px;
  }
  .four-icons-card {
    transform: translateY(0);
    border-radius: 0;
  }
}
@media screen and (min-width: 1025px) {
  .home-hero-caption h2 {
    font-size: 40px;
  }
  .home-hero-caption p {
    font-size: 34px;
  }
  .home-hero-caption a {
    font-size: 28px;
  }
}
header.entry-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
header.entry-header h1.entry-title {
  padding: 5px 10px 5px 0;
  color: #484a4a !important;
  font-weight: bold;
  background-color: white;
  margin-bottom: 20px;
}
.title-line {
  width: 120px;
  height: 5px;
  background-color: #9b1b2b;
}
.home .title-line {
  width: 960px;
  height: 2px;
  background-color: #9fa1a4;
  max-width: 90vw;
  margin-bottom: 15px;
  margin-bottom: 25px;
}
.home .entry-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.entry-content {
  margin-bottom: 0px !important;
  height: auto !important;
}
.page-id-550 .entry-content {
  margin-bottom: 0px !important;
  height: auto !important;
  text-align: right;
}
.center-picture {
  display: none;
}
.page-id-550 .center-picture {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  margin: auto;
  padding-bottom: 50px;
}
.edit-picture {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #gform_widget-2 {
    max-width: 250px;
  }
  .inside-footer-widgets .grid-parent {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  header.entry-header {
    margin-top: 0px;
  }
}
.review-block {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 3px;
  margin: 5px !important;
}
.review-block i {
  color: white !important;
  margin-right: 10px;
  font-size: 17px !important;
}
.review-block p {
  color: white !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  padding: 0 !important;
}
.review-block:hover {
  filter: brightness(0.8);
}
@media screen and (max-width: 1024px) {
  .top-footer-links {
    display: none;
  }
}
li#field_4_1,
li#field_4_2 {
  padding-right: 0;
}
input#gform_submit_button_4 {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #gform_wrapper_4 {
    width: 250px;
  }
  aside#gform_widget-2,
  .site-footer .footer-widgets-container .inner-padding {
    padding-left: 0;
  }
  .footer-hours {
    width: 250px;
  }
}

.service-img {
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 250px;
  background-color: grey;
  overflow: hidden;
  transition: 500ms;
}
.page-id-27 .services-grid {
  margin-left: calc(-50vw + 50%);
}
.single .inside-article {
  padding-top: 0 !important;
}
.single #main {
  margin-top: 0 !important;
}
.page-header-image-single {
  margin-bottom: 0 !important;
}
.page-header-image-single {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: auto !important;
  padding: 0px 20px 10px 0px;
  margin-top: 0px !important;
}
.category-dvm .page-header-image-single {
  width: auto !important;
}
/* .post-555 .entry-content {
	display: flex;
	flex-direction: row;
}
.post-555 .entry-content img {
	float: left;
	max-width: 50%;
	height: auto;
	margin: 0px 15px 15px 0px;
} */
footer.entry-meta {
  display: none !important;
}
.slide-left {
  animation: slideLeft 500ms ease 0s forwards;
}
.slide-right {
  animation: slideRight 500ms ease 0s forwards;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#home-map-container,
#home-map-info {
  opacity: 0;
}
main#main {
  margin-top: 0 !important;
}
.inside-article {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-id-27 .inside-right-sidebar {
  display: none !important;
}
input#gform_submit_button_4 {
  line-height: 25.5px;
}
input#gform_submit_button_2,
input#gform_submit_button_3 {
  color: white;
  background-color: #9b1b2b;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
input#gform_submit_button_2:hover,
input#gform_submit_button_3:hover {
  background-color: #d04d5d;
}
.gform_body h2 {
  color: #721520;
}
.top-footer-links i {
  color: #721520;
  margin-right: 5px;
}
.top-footer-links a:hover i {
  color: white;
}
.top-footer-links a:hover {
  background-color: #721520;
}
.top-footer-links a:hover p {
  color: white !important;
}
ul.gfield_radio li {
  overflow: visible !important;
}
li#field_3_16 .gfield_label {
  display: none;
}
li#field_3_14 .gfield_label {
  display: none;
}
.top-footer-links a .fas.fa-phone {
  transform: rotate(90deg);
}
aside#custom_html-6 .textwidget {
  display: flex;
  flex-direction: column;
  align-items: center;
}
aside#custom_html-6 .textwidget img {
  margin-bottom: 10px;
  max-width: 250px;
}
.textwidget {
  color: #3a3a3a !important;
  font-weight: lighter !important;
  font-size: 14px !important;
}
.page-id-550 article#post-550 .entry-content h2 {
  margin-bottom: 60px;
}
.next-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}

.next-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 960px;
  max-width: 90vw;
}
.next-numbers-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.next-number-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px;
  text-align: center;
  width: 250px;
  opacity: 0;
}
.next-number-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #9fa1a4;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.next-number-circle h3 {
  font-size: 30px;
  font-weight: bold;
  color: #721520;
  margin: 0;
  transform: translateY(-2px);
}
.next-number-card p {
  width: 200px;
}
.next-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.next-btns a {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #721520;
  padding: 5px 10px;
  text-align: center;
  margin: 10px;
}
.next-btns p {
  margin-bottom: 0;
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.next-btns i {
  color: #721520;
  margin-right: 5px;
}
.next-call i {
  transform: rotate(90deg);
}
.next-btns a:hover {
  background-color: #721520;
}
.next-btns a:hover i {
  color: white !important;
}
.next-btns a:hover p {
  color: white !important;
}
.slide-up-1 {
  animation: slideUp 500ms ease 0s forwards;
}
.slide-up-2 {
  animation: slideUp 500ms ease 200ms forwards;
}
.slide-up-3 {
  animation: slideUp 500ms ease 400ms forwards;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .next-section {
    margin-top: 0;
  }
  .home-map-info {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .next-numbers-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.bh-pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.bh-numbers {
  display: flex;
  align-items: center;
  padding: 0;
}
.bh-numbers p {
  padding: 0;
  margin: 0;
}
.bh-previous {
  position: absolute;
  left: 0;
  bottom: 0;
}
.bh-next {
  position: absolute;
  right: 0;
  bottom: 0;
}
.blog-page {
  display: flex;
  flex-direction: column;
}
.blog-card {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #9fa1a4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-card .title-line {
  transform: translateY(-43px);
  margin-bottom: 0;
}
.blog-card h2 {
  padding: 5px 10px 5px 0;
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  position: relative;
  z-index: 999;
}

.doctor-card-container-2 {
  height: 250px;
  width: 250px;
  max-height: 250px;
  max-width: 250px;
  margin: 0px 30px 20px 30px;
  background-size: cover;
  border-radius: 100%;
}
.doctor-card-container-2:hover div {
  transform: translateY(-58px);
  background-color: #721520;
}
.doctor-card-container-2:hover p {
  color: white !important;
}
.name-of-doctor {
  border: 1px solid #721520;
  background-color: #721520;
  text-align: center;
  width: 75% !important;
  height: auto !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
}
.name-of-doctor p {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-self: center;
  font-size: 25px;
  color: white;
}
.name-of-doctor h3 {
  margin: 0px;
  padding: 10px;
  font-size: 17px;
  color: white;
  background-color: #721520;
  border: 1px solid white;
}
.doctors-page {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  width: 960px;
  max-width: 80vw !important;
  margin: auto;
}
.staff-page {
  width: 100%;
}
.staff-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.staff-card-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.staff-photo {
  width: 20%;
}
.staff-content {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.staff-content p:first-of-type {
  display: none;
}
.staff-name {
  font-size: 25px;
}
.staff-photo img {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 835px) {
  .staff-card-inner {
    flex-direction: column;
  }
  .staff-photo,
  .staff-content {
    width: 100%;
  }
  .staff-photo {
    margin-bottom: 20px;
  }
}
.doctor-card {
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.doctor-card img {
  width: 250px;
  float: left;
}
.doctor-card h3 {
  color: #721520;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .doctor-card {
    display: flex;
    flex-direction: column;
  }
  .doctor-card img {
    float: none;
  }
}
.ts-wrapper {
  position: relative;
  background-color: white;
  width: 100vw;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0 0;
}
.ts-carousel {
  width: 960px;
  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%;
}
@media (min-width: 0px) and (max-width: 800px) {
  .ts-slide-wrapper {
    flex-direction: column;
  }
}
.testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}
.testimonial-container .ts-content {
  color: #9fa1a4;
  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: #3a3a3a;
  font-weight: normal;
}
@media (min-width: 0px) and (max-width: 800px) {
  .testimonial {
    width: 80vw;
  }
}
.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;
}
.slide-out-left {
  animation: slideOutLeft 750ms ease-out 0s 1 forwards;
}
.slide-in-left {
  animation: slideInLeft 750ms ease-out 0s 1 forwards;
}
.slide-out-right {
  animation: slideOutRight 750ms ease-out 0s 1 forwards;
}
.slide-in-right {
  animation: slideInRight 750ms ease-out 0s 1 forwards;
}
@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);
  }
}
.right-chevron,
.left-chevron {
  font-size: 60px;
}
.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: #721520;
  margin-bottom: 0;
  padding: 5px 10px;
  background-color: white;
  transform: translateY(20px);
  text-align: center;
}
.ts-wrapper .left-chevron,
.ts-wrapper .right-chevron {
  color: #721520;
}
@media screen and (max-width: 1024px) {
  .right-chevron,
  .left-chevron {
    font-size: 40px;
  }
}
@media (min-width: 784px) and (max-width: 1045px) {
  .icon-card {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
  }
}

.page .entry-content {
  margin-bottom: 50px;
}
.map-info-container a h3 {
  color: #721520 !important;
}
.comments-area {
  display: none !important;
}
.contact-map .fa.fa-phone {
  transform: rotate(90deg);
}
.contact-gmap {
  margin-bottom: 25px;
}
/* INTALYTICS LP */

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

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

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

/* INTALYTICS APPOINTMENT */

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

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

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

/* APPOINTMENT FORM */

.form-call {
  margin-left: 5px;
  background-color: #9b1b2b;
  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: #fff;
  margin-right: 5px;
}

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

.form-call:hover {
  background-color: #134b61;
  color: white !important;
}

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

#gform_wrapper_3 {
  display: block !important;
}

#masthead,
.title {
  display: none;
}
.main-fluid {
  background-color: #eee;
}
.cah-cust-nav-bar-wrapper {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 19999;
}

@media screen and (max-width: 1024px) {
  .cah-cust-nav-bar-wrapper {
    position: relative;
  }
  .static-banner-container {
    position: relative;
    top: 0;
  }
  .three-animal-container {
    margin-top: 0;
  }
}
#menu-left_menu,
#menu-left_menu-1 {
  display: flex;
  justify-content: flex-end;
}
#menu-right_menu,
#menu-right_menu-1 {
  display: flex;
  justify-content: flex-start;
}
.cah-cust-nav-bar-wrapper ul {
  margin: 0;
  list-style-type: none;
}
.cah-cust-nav-bar-wrapper li {
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.cah-cust-nav-bar-inner-wrapper {
  height: fit-content;
  width: 90vw;
  display: flex;
  justify-content: space-evenly;
  align-items: center !important;
  padding: 14px 10px 14px 10px !important;
  max-width: 90vw;
  margin: auto;
}
.cah-cust-nav-bar-logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cah-cust-nav-bar-logo-wrapper img {
  max-width: 230px !important;
}
.cah-cust-nav-bar-contact-wrapper {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cah-cust-nav-bar-contact-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #721520;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #721520;
  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: #721520;
  font-weight: 900;
}
.cah-cust-nav-bar-menu-wrapper > div > ul {
  display: flex;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li {
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
  text-align: center;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover a {
  color: #9b1b2b;
}
.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-weight: bold;
  text-transform: uppercase;
  flex-grow: 1;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li > a {
  color: #484a4a;
  white-space: nowrap;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  -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;
  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: #721520;
  padding: 5px 15px;
  white-space: nowrap;
  text-align: left;
  display: flex;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:first-child {
  border-top: 1px solid #721520;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover a {
  color: #f2f5fa;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li a {
  color: #fff !important;
}
.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover {
  background-color: #9b1b2b;
}
.cah-cust-nav-bar-floating-nav-wrapper {
  width: 100vw;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #721520;
}
.cah-cust-nav-bar-floating-nav-wrapper
  > .cah-cust-nav-bar-wrapper
  > .cah-cust-nav-bar-inner-wrapper {
  padding: 0px;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper {
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 45px 10px 45px;
  margin: 0 auto;
}
.cah-cust-nav-bar-floating-nav-logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cah-cust-nav-bar-floating-nav-logo-wrapper {
  width: 153px !important;
  display: flex;
  align-items: center;
}
.cah-cust-nav-bar-floating-nav-inner-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #721520;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #721520;
}
.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: #721520;
  font-weight: 900;
}

.cah-cust-nav-bar-contact-menu-wrapper {
  display: none;
}

.cah-cust-nav-bar-hamburger-btn {
  display: none;
  position: relative;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  border: 2px solid #9b1b2b;
  border-radius: 50%;
  cursor: pointer;
}
.cah-cust-nav-bar-hamburger-btn div {
  width: 16px;
  height: 2px;
  position: relative;
  background-color: #9b1b2b;
}
.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 #721520;
  border-bottom: 1px solid #721520;
}
.cah-cust-nav-bar-mobile-menu-wrapper li {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.cah-cust-nav-bar-mobile-menu-wrapper a {
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper {
  margin: 0px;
  width: auto;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li {
  position: relative;
  background-color: #f2f5fa;
  border-bottom: 1px solid #721520;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li:last-child {
  background-color: #f2f5fa;
  border-bottom: none;
  color: #721520;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li > a {
  color: #721520;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul {
  display: none;
  width: 100%;
  margin-left: 0px;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li i {
  position: absolute;
  top: 8px;
  right: 15px;
  color: #721520;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li {
  background-color: #721520;
  border-bottom: 1px solid #f2f5fa;
  width: 100%;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:first-child {
  border-top: 1px solid #721520;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:last-child {
  border-bottom: none;
}
.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:hover {
  background-color: #9b1b2b;
}
.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;
}

.floating-mobile-version9 {
  display: none;
}
.mobile-floating-nav {
  display: none;
}
.top-row-floating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.bottom-row-floating {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.float-button {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: .5px solid #721520; */
  text-align: center;
  color: #fff !important;
  background-color: #9b1b2b;
  padding: 9px 10px 9px 10px !important;
  font-size: 14px;
  font-weight: bold;
  width: 125px;
  text-transform: uppercase;
  width: 90vw;
  margin-bottom: 5px;
}
.float-button p {
  margin: 0px;
}
.phone-float {
  font-size: 14px !important;
}
.true-mobile-nav {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 660px) {
  .cah-cust-nav-bar-inner-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding: 5px;
  }
  .the-great-equalizer {
    display: none;
  }
  .true-mobile-nav {
    display: flex;
  }
  .mobile-header-appt-bttn-true {
    display: block;
  }
  .the-great-equalizer-true {
    width: 150px !important;
  }
  .mobile-header-appt-bttn-true p {
    font-size: 14px;
  }
  .mobile-header-appt-bttn {
    display: none !important;
  }
  .cah-cust-nav-bar-hamburger-btn {
    margin-top: 10px;
  }
  .cah-cust-nav-bar-contact-menu-wrapper {
    flex-direction: row !important;
    justify-content: space-between;
    width: auto;
  }
  .doctor-card-section-container {
    flex-flow: column nowrap !important;
  }
  .numbers-container {
    flex-wrap: wrap;
    height: auto;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper {
    padding: 10px 0px 10px 0px;
    width: 100vw;
  }
  .three-animals-row {
    flex-direction: column;
    align-items: center;
  }
  .one-animal-section {
    width: 50%;
  }
  .cah-cust-nav-bar-hamburger-btn {
    display: flex;
  }
  .cah-cust-nav-bar-contact-wrapper {
    height: auto !important;
  }
  .the-great-equalizer {
    margin-bottom: -5px;
  }
  .cah-cust-nav-bar-logo-wrapper {
    margin-bottom: 14px;
  }
  .desktop-floating-nav {
    display: none;
  }
  .mobile-floating-nav {
    display: block;
    border-bottom: 1px solid black;
  }
  .post-555 .entry-content img {
    display: none;
  }
  .entry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .cah-cust-nav-bar-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
  .cah-cust-nav-bar-menu-wrapper {
    display: none;
  }
  .mobile-header-appt-bttn {
    display: block;
  }
  .cah-cust-nav-bar-floating-nav-wrapper {
    display: none;
  }
  .cah-cust-nav-bar-contact-menu-wrapper {
    display: flex;
    /* align-items: center; */
    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-contact-menu-wrapper {
    display: block;
  }
  .cah-cust-nav-bar-hamburger-btn {
    display: block;
  }
  .cah-cust-nav-bar-inner-wrapper {
    display: flex;
    position: static;
  }
}
.header-bottom-bar {
  width: 100vw;
  height: 40px;
  background-image: linear-gradient(to bottom, #005e7c, #721520);
}
.mobile-call {
  display: flex;
  align-items: center;
  margin-right: 10px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #721520;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}
.mobile-call:hover {
  color: white;
}
.mobile-call p {
  margin-bottom: 0;
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.mobile-call i {
  transform: rotate(90deg);
  color: #721520;
  margin-right: 5px;
}
.mobile-appt {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #721520;
  padding: 5px 10px;
  text-align: center;
}
.mobile-appt p {
  margin-bottom: 0;
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.mobile-appt i {
  color: #721520;
  margin-right: 5px;
}
.mobile-appt:hover {
  background-color: #721520;
}
.mobile-appt:hover i {
  color: white;
}
.mobile-appt:hover p {
  color: white !important;
}
.mobile-btns-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mobile-btns-container a:hover {
  background-color: #721520 !important;
}
.mobile-btns-container a:hover p {
  color: white !important;
}
.mobile-btns-container a:hover i {
  color: white;
}
@media screen and (min-width: 1025px) {
  .mobile-btns-container {
    margin-bottom: 0;
  }
}
.floating-appt {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #721520;
  padding: 5px 10px;
  text-align: center;
}
.floating-appt p {
  margin-bottom: 0;
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.floating-appt i {
  color: #721520;
  margin-right: 5px;
}
.floating-call {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #721520;
  padding: 5px 10px;
  text-align: center;
}
.floating-call p {
  margin-bottom: 0;
  color: #721520 !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.floating-call i {
  transform: rotate(90deg);
  color: #721520;
  margin-right: 5px;
}
.floating-call:hover {
  background-color: #721520;
}
.floating-call:hover p {
  color: white !important;
}
.floating-call:hover i {
  color: white;
}
.floating-appt:hover {
  background-color: #721520;
}
.floating-appt:hover p {
  color: white !important;
}
.floating-appt: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 #9fa1a4;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translateY(2px);
}
ul#menu-header-menu li.menu-item-has-children:hover::after {
  border-top: 5px solid white;
}
#logo-mobile {
  display: none;
}
@media screen and (max-width: 787px) {
  #logo-desktop {
    display: none;
  }
  #logo-mobile {
    display: block;
    width: 100px;
  }
  .header-stick {
    position: fixed !important;
    box-shadow: 0 5px 30px 0 lightgrey;
  }
}
@media (min-width: 661px) and (max-width: 787px) {
  .home-hero-margin {
    margin-top: 102px;
  }
}
@media screen and (max-width: 660px) {
  .home-hero-margin {
    margin-top: 117px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .cah-cust-nav-bar-menu-wrapper > div > ul > li a {
    font-size: 13px;
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  .cah-cust-nav-bar-menu-wrapper > div > ul > li a {
    font-size: 14px;
  }
}
.three-animal-container,
.doctors-section,
.big-three-container,
.numbers-container {
  position: relative;
}
.banner-text-container a {
  padding: 10px 20px;
  color: white;
  background-color: #9b1b2b;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-text-container a:hover {
  background-color: #d04d5d;
  color: white;
}
.banner-overlay {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(211, 211, 211, 0.7);
}
@media screen and (max-width: 1024px) {
  .banner-overlay {
    display: flex;
  }
}
.sh-counter-wrapper {
  border-top: 5px solid #9b1b2b;
  background-image: url("/wp-content/uploads/2022/01/counter-background-1.webp");
  display: flex;
  width: 100vw;
  background-color: white;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  padding: 100px 0 100px 0;
  position: relative;
  background-attachment: fixed;
}

.sh-counter-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sh-counter-container {
    flex-direction: column;
  }
}
.sh-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1px;
  width: 340px;
}
.sh-slot .sh-number {
  color: #721520;
  font-size: 70px !important;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.sh-slot .sh-stat {
  color: #9b1b2b;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.sh-home-counter-wrapper {
  display: flex;
  width: 100vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  padding: 50px 0 50px 0;
}
.sh-home-counter-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sh-home-counter-container {
    flex-direction: column;
  }
}
.sh-home-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1px;
  width: 340px;
  height: 244px;
}
.sh-home-slot .sh-home-number {
  color: #134b5e;
  font-size: 70px !important;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.sh-home-slot .sh-home-stat {
  color: #134b5e;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#sh-home-slot-1 {
  background-image: url("/wp-content/uploads/2019/03/map-left.png");
  background-position: center;
  background-size: cover;
}
#sh-home-slot-2 {
  background-image: url("/wp-content/uploads/2019/03/map-middle.png");
  background-position: center;
  background-size: cover;
}
#sh-home-slot-3 {
  background-image: url("/wp-content/uploads/2019/03/map-right.png");
  background-position: center;
  background-size: cover;
}
.od-plus-container {
  display: flex;
  align-items: center;
}
.od-plus {
  color: #134b5e;
  font-size: 70px !important;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.home #sh-slot-1 {
  width: 275px;
  margin: 15px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}
.home #sh-slot-2 {
  width: 275px;
  margin: 15px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}
.home #sh-slot-3 {
  width: 275px;
  margin: 25px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}
.home #sh-slot-4 {
  width: 275px;
  margin: 25px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}
.sh-slot p {
  color: #134b5e;
}

.od-divider {
  width: 40px;
  height: 5px;
  background-color: white;
  margin: 10px 0 25px 0;
}
.textwidget a {
  color: #9b1b2b;
}
.banner-position-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner-socials {
  position: absolute;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-socials a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  background-color: #9b1b2b;
  margin: 5px;
  margin-right: 0;
}
.banner-socials a i {
  color: white;
}
.banner-socials a:hover {
  background-color: #d04d5d;
}
@media screen and (max-width: 1024px) {
  .banner-socials {
    display: none;
  }
}
.inside-footer-widgets .grid-parent {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .home .entry-content p {
    margin-bottom: 0;
  }
}
.footer-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-socials a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  background-color: #9b1b2b;
  margin: 5px;

  margin-right: 0;
}
.footer-socials a i {
  color: white;
}
.footer-socials a:hover {
  background-color: #d04d5d;
}
footer.site-info .inside-site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  max-width: 90vw;
}
@media screen and (max-width: 1024px) {
  footer.site-info .inside-site-info {
    flex-direction: column;
  }
}
.home-services {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
  background-color: #721520;
  border-bottom: 5px solid #9b1b2b;
  position: relative;
  flex-direction: column;
  width: 100vw;
  margin-top: 45vw;
}
.home-services-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.view-services-btn {
  position: absolute;
  bottom: -25px;
  color: white !important;
  font-weight: bold;
  width: 300px;
  padding: 10px;
  z-index: 99;
  text-transform: uppercase;
  background-color: #9b1b2b;
  text-align: center;
}
.view-services-btn:hover {
  background-color: #d04d5d;
}
.home-service-card {
  width: 200px;
  margin: 15px;
}
.home-service-card a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-service-img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 7px solid #d3d3d3;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}
.home-service-card h3 {
  color: #fff;
  font-weight: bold;
}
.center-doctor-title h2,
.center-doctor-title h3 {
  color: white;
}
.home-service-card:hover .home-service-img {
  border-color: #9b1b2b;
}
.slider-header {
  font-size: 60px !important;
  margin-bottom: 25px;
  font-weight: bold;
}
.n2-font-15ae0f4f96975b2d4c78a2237e7077cf-paragraph.n2-ow {
  font-size: 17px !important;
}
.mobile-banner {
  display: none;
}
.slider-line {
  width: 80px;
  height: 4px;
  background-color: #721520;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.slider-caption {
  margin-bottom: 25px;
}
.slider-btn {
  color: white !important;
  font-weight: bold !important;
  padding: 10px 20px;
  background-color: #9b1b2b;
}
.slider-btn:hover {
  background-color: #134b5e;
}
@media screen and (max-width: 1024px) {
  .conditional-formatting.mobile-conditional-formatting-slider {
    display: none;
  }
  .mobile-banner {
    display: flex;
    width: 100vw;
    height: 51.197vw;
    background-image: url("/wp-content/uploads/2019/07/template9-slider-images.jpg");
    background-position: center;
    background-size: cover;
  }
  .mobile-banner-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(51, 140, 171, 0.8);
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .mobile-banner-container {
    width: 960px;
    max-width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-banner-overlay h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
  }
  .mobile-banner-overlay a {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: white;
    text-transform: uppercase;
    color: #721520;
    font-weight: bold;
  }
  .home-services {
    margin-top: 0;
  }
}
.page-id-369 .cah-cust-nav-bar-menu-wrapper,
.page-id-369 .info-inner-bottom-row,
.page-id-369 .cah-cust-nav-bar-contact-menu-wrapper,
.page-id-369 .mobile-header-appt-bttn,
.page-id-369 .footer-socials,
.page-id-369 #footer-widgets,
.page-id-369 .mobile-header-appt-bttn-true {
  display: none !important;
}
.page-id-371 .cah-cust-nav-bar-menu-wrapper,
.page-id-371 .info-inner-bottom-row,
.page-id-371 .cah-cust-nav-bar-contact-menu-wrapper,
.page-id-371 .mobile-header-appt-bttn,
.page-id-371 .footer-socials,
.page-id-371 #footer-widgets,
.page-id-371 .mobile-header-appt-bttn-true {
  display: none !important;
}
#post-133,
.home #main {
  margin-bottom: 0;
}

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

.page-id-133 {
  overflow-x: hidden;
}
#gform_wrapper_5 {
  display: block !important;
}
#n2-ss-3-align {
  /* margin-left: 0 !important; */
}
.n2-ss-3-align {
  /* margin-right: 0 !important; */
}
#field_19_46 {
  display: none !important;
}
.header-socials {
  display: flex;
  align-items: center;
}
.header-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #9b1b2b;
  border-radius: 100%;
  margin: 5px;
}
.header-socials a i {
  color: white;
}
.header-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  background-color: #9b1b2b;
}
.banner-container {
  width: 960px;
  max-width: 90vw;
  text-align: center;
}
.banner-container > p {
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}
.banner-container > p > a {
  color: white;
}

/*PAYMENT OPTIONS PAGE*/

.page-id-1563 {
  .entry-header {
    display: none;
  }
  .entry-content {
    margin-top: 0px;
  }
  #page {
    max-width: 100vw;
    margin-bottom: 0px;
  }
  #main {
    margin-bottom: 0px;

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

#payment-op {
  .payment-hero {
    background-image: url(/wp-content/uploads/2024/07/FCAH-payments-hero-1.png);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
  }
  .payment-hero-text {
    width: 45%;
    position: relative;
    left: 5%;
    top: -10%;

    & p:first-of-type {
      margin-top: 20px;
    }
  }

  #payment-callouts {
    background-color: #721520;
    display: flex;
    padding-top: 32px;
    padding-bottom: 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    #payment-callouts-wrapper {
      width: 1100px;
      max-width: 90vw;
      display: flex;
      align-items: flex-start;
      justify-content: center;

      .pay-callout {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 400px;
        margin: 25px 20px;

        & img {
          margin-bottom: 20px;
        }

        & h3 {
          color: white;
        }

        & p {
          color: white;
          font-size: 18px;
        }

        .pay-button {
          background-color: #9b1b2b;
          color: white;
          font-size: 18px;
          min-width: 200px;
          padding: 5px 0px;
          font-weight: 700;
        }

        .move-down {
          display: block;
          margin-top: 16%;
        }
      }
    }
  }

  #bottom-hero {
    background-image: url(/wp-content/uploads/2024/07/FCAH-payments-hero-2.png);
    display: flex;
    justify-content: flex-end;

    .payment-hero-text {
      left: 0%;
      padding-right: 2%;
    }
  }

  #payment-description {
    background-color: #721520;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    #payment-description-container {
      max-width: 1100px;
      color: white;
      padding-top: 62px;
      padding-bottom: 42px;

      & p {
        text-align: center;
      }

      & a {
        text-decoration: underline;
        color: white;
        font-weight: 700;
      }

      & ul {
        margin: 0 auto;
        width: 53%;
        margin-bottom: 32px;
        list-style-type: none;

        & li:before {
          content: "✓";
          padding-right: 10px;
        }
      }
    }
  }
}

@media screen and (max-width: 1166px) {
  .payment-hero {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 5%;

    .payment-hero-text {
      top: 0% !important;
      width: 100% !important;
      max-width: 90vw !important;
    }
  }

  #bottom-hero {
    justify-content: center !important;

    .payment-hero-text {
      left: 0% !important;
      padding-right: 0% !important;
    }
  }

  #payment-description-container {
    max-width: 90vw !important;
    width: 100% !important;

    & ul {
      width: 100% !important;
      text-align: center;
    }
  }
}

@media screen and (max-width: 1024px) {
  .page-id-1979 #page {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 900px) {
  #payment-callouts-wrapper {
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
  }

  .payment-hero-text {
    text-align: center !important;
  }
}

@media screen and (max-width: 660px) {
  #payment-callouts-wrapper {
    max-width: 100vw !important;

    .pay-callout {
      width: auto !important;
    }
  }
}
