/* Styles */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: #231f20;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #231f20;
  font-weight: 600;
}
h1.location-name span {
  font-size: 18px;
  color: #ea1c2d;
  font-weight: 700;
}
h2 {
  font-size: 30px;
  margin-bottom: 32px;
}
h2 em {
  font-family: "Playfair Display", Georgia, Times, serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
h3 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}
h4 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: #231f20;
}
.blue {
  color: #00a9c6 !important;
}
.green {
  color: #A0AD6A !important;
}
.red {
  color: #ea1c2d !important;
}
.d-gray {
  color: #231f20 !important;
}
ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.centered {
  list-style: none;
  list-style-type: none;
  text-align: center;
}
ul.centered li {
  font-size: 20px;
  line-height: 1.2;
  padding: 5px;
}
ul.no-bullets {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}
ul.no-bullets li {
  line-height: 1.3;
  list-style: none;
  padding: 3px 0;
}
a, a:link, a:visited {
  color: #00a9c6;
}
.btn, a.btn {
  padding: 0 20px;
  color: #00a9c6;
  background-color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #00a9c6;
}
.btn.btn-red, a.btn.btn-red {
  color: #fff;
  border-radius: 25px;
  background-color: #ea1c2d;
  border: 1px solid #ea1c2d;
}
.btn.btn-red:hover, a.btn.btn-red:hover {
  color: #ea1c2d;
  background-color: #fff;
}
.btn.btn-blue, a.btn.btn-blue {
  color: #fff;
  border-radius: 25px;
  background-color: #00a9c6;
  border: 1px solid #00a9c6;
}
.btn.btn-blue:hover, a.btn.btn-blue:hover {
  color: #00a9c6;
  background-color: #fff;
}
.btn.btn-green, a.btn.btn-green {
  color: #fff;
  background-color: #A0AD6A;
  border: 1px solid #A0AD6A;
}
.btn.btn-green:hover, a.btn.btn-green:hover {
  color: #A0AD6A;
  background-color: #fff;
}
.btn.btn-white, a.btn.btn-white {
  color: #ea1c2d !important;
  background-color: #fff;
  border: 1px solid #ea1c2d;
}
.btn.btn-white:hover, a.btn.btn-white:hover {
  color: #fff !important;
  background-color: #00a9c6;
}
.faq {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.faq .card-header {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.faq .btn-faq {
  position: relative;
  background-color: #eee4dc;
  border: none;
  border-radius: 15px;
  display: block;
  min-height: 64px;
  text-align: left;
  border: none;
  width: 100%;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 40px 8px 30px;
}
.faq .btn-faq .toggle {
  color: #00a9c6;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  display: block;
  font-size: 30px;
  line-height: 24px;
}
.faq .btn-faq .toggle2 {
  color: #00a9c6;
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
  font-size: 30px;
  line-height: 24px;
}
.faq .btn-faq[aria-expanded="true"] .toggle {
  display: none;
}
.faq .btn-faq[aria-expanded="true"] .toggle2 {
  display: block;
}
.faq .faq-body {
  padding: 20px 30px;
}
.black {
  color: #000 !important;
}
.red {
  color: #ea1c2d !important;
}
.blue {
  color: #00a9c6 !important;
}
.white {
  color: #fff !important;
}
.vert-border {
  border: none;
}
.vert-border h2 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .vert-border {
    border-right: 1px solid #fff;
    height: 100%;
    padding: 10px 40px 10px 10px;
  }
  .vert-border h2 {
    margin-top: 0;
  }
  .vert-border.no-border {
    border-right: none;
    padding: 10px 40px 10px 10px;
  }
}
header {
  background-color: #ea1c2d;
  min-height: 92px;
}
@media (min-width: 992px) {
  header {
    height: 106px;
  }
}
header.open {
  min-height: 145px;
}
@media (min-width: 768px) {
  header.open {
    min-height: 114px;
    height: 114px;
  }
}
@media (min-width: 992px) {
  header.open {
    min-height: 118px;
    height: 118px;
  }
}
header .nav-top p {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  margin: 0;
  font-size: 17px;
}
@media (min-width: 992px) {
  header .nav-top p {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  header .nav-top p {
    font-size: 26px;
  }
}
header .nav-top p .open-sign {
  display: none;
  margin: -26px 0 0 20px;
  width: 124px;
  height: auto;
}
@media (min-width: 768px) {
  header .nav-top p .open-sign {
    display: inline-block;
  }
}
header .nav-top p .open-sign.mobile {
  margin: -28px auto 5px auto;
  display: block;
}
@media (min-width: 768px) {
  header .nav-top p .open-sign.mobile {
    display: none;
  }
}
header .navbar {
  padding: 8px 12px 8px 14px;
  background: #fff;
  border-radius: 40px;
  height: 80px;
  width: 100%;
  z-index: 10002;
  border: 1px solid #fff;
  box-shadow: inset 0 0 10px rgba(216, 216, 216, 0.75);
}
@media (min-width: 992px) {
  header .navbar {
    padding: 8px 0 8px 14px;
  }
}
header .navbar .social {
  display: none;
}
@media (min-width: 992px) {
  header .navbar .social {
    display: block;
  }
}
header .navbar .navbar-brand {
  margin: 0 0 5px 0;
}
header .navbar .navbar-brand img {
  height: auto;
  width: 120px;
}
@media (min-width: 768px) {
  header .navbar .navbar-brand img {
    height: 38px;
    width: auto;
    margin: 0 0 5px 10px;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-brand img {
    height: 34px;
    width: auto;
    margin: 0 0 5px 0;
  }
}
@media (min-width: 1200px) {
  header .navbar .navbar-brand img {
    height: 38px;
    width: auto;
    margin: 0 0 5px 0;
  }
}
header .navbar .navbar-nav {
  margin: 0;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #231f20;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
header .navbar .dropdown-menu {
  border-color: #00a9c6;
  z-index: 10002;
}
header .navbar .dropdown-menu .dropdown-item:focus, header .navbar .dropdown-menu .dropdown-item:hover {
  color: #000;
  text-decoration: none;
  background-color: #EEF7FA;
}
header .navbar .dropdown-item:focus, header .navbar .dropdown-item:hover {
  color: #000;
  text-decoration: none;
  background-color: #EEF7FA;
}
header .navbar .btn-left {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  line-height: 12px;
  padding: 13px 10px 0 14px;
  height: 50px;
  border-radius: 0;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  background: #00a9c6;
  margin: 0 0 0 0;
  color: #fff;
  font-size: 10px;
}
header .navbar .btn-left:hover {
  color: #ea1c2d;
  text-decoration: none;
}
@media (min-width: 768px) {
  header .navbar .btn-left {
    line-height: 54px;
    font-size: 12px;
    margin: 0 0 0 20px;
    padding: 0 12px 0 16px;
    height: 54px;
    border-bottom-left-radius: 27px;
    border-top-left-radius: 27px;
  }
}
@media (min-width: 992px) {
  header .navbar .btn-left {
    line-height: 12px;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 13px 10px 0 14px;
    height: 54px;
    border-bottom-left-radius: 27px;
    border-top-left-radius: 27px;
  }
}
@media (min-width: 1200px) {
  header .navbar .btn-left {
    line-height: 54px;
    font-size: 12px;
    margin: 0 0 0 20px;
    padding: 0 12px 0 16px;
    height: 54px;
    border-bottom-left-radius: 27px;
    border-top-left-radius: 27px;
  }
}
header .navbar .btn-right {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 12px;
  padding: 13px 14px 0 10px;
  border-radius: 0;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  background: #ea1c2d;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
}
header .navbar .btn-right:hover {
  color: #00a9c6;
  text-decoration: none;
}
@media (min-width: 768px) {
  header .navbar .btn-right {
    line-height: 54px;
    font-size: 12px;
    margin: 0;
    padding: 0 16px 0 12px;
    height: 54px;
    border-bottom-right-radius: 27px;
    border-top-right-radius: 27px;
  }
}
@media (min-width: 992px) {
  header .navbar .btn-right {
    line-height: 12px;
    font-size: 12px;
    padding: 13px 14px 0 10px;
    height: 54px;
    border-bottom-right-radius: 27px;
    border-top-right-radius: 27px;
  }
}
@media (min-width: 1200px) {
  header .navbar .btn-right {
    line-height: 54px;
    font-size: 12px;
    padding: 0 16px 0 12px;
    height: 54px;
    border-bottom-right-radius: 27px;
    border-top-right-radius: 27px;
  }
}
.header-grad {
  display: block;
  height: 100px;
  background: #9cc3ce;
  background: linear-gradient(180deg, #9cc3ce 0%, white 100%);
}
.article-heading {
  margin-bottom: 30px;
}
.article-heading h1 {
  font-size: 45px;
}
.article-content img {
  max-width: 100%;
}
.article-content .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-content .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.article-body {
  padding-bottom: 50px;
}
.article-body figure {
  width: 100%;
  margin-bottom: 30px;
}
.article-body figure img {
  object-fit: cover;
  border-radius: 20px;
}
.article-body h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #231f20;
}
.article-body p {
  margin-bottom: 30px;
}
.article-body ul {
  margin-bottom: 30px;
}
.article-body ul li {
  padding: 3px 0;
}
.content-wrapper {
  position: relative;
}
.gmw-home {
  position: relative;
}
.section-standard {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section-standard {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .section-standard {
    padding: 70px 0;
  }
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse p, .section-inverse ul li, .section-inverse ol li, .section-inverse a, .section-inverse a:link, .inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse p, .inverse ul li, .inverse ol li, .inverse a, .inverse a:link {
  color: #fff;
}
.section-map {
  position: relative;
  height: 500px;
  background-color: #ccc;
}
.section-results {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
.section-hero {
  height: 450px;
  position: relative;
}
.section-hero h1 {
  font-family: "Playfair Display", Georgia, Times, serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-hero h1 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .section-hero {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .section-hero {
    height: 750px;
  }
}
@media (min-width: 1441px) {
  .section-hero {
    height: 800px;
  }
}
.section-hero .btn {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-hero .btn {
    display: inline-block;
    margin-bottom: 0;
  }
}
.section-photo {
  background-color: #00a9c6;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.section-photo .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .section-photo.section-reviews {
    background-image: url(/wp-content/themes/vds/assets/images/testimonial-man-and-dog-1600.jpg);
  }
}
.section-photo.section-reviews .cover {
  display: none;
}
@media (min-width: 992px) {
  .section-photo.section-reviews .cover {
    display: block;
  }
}
.section-photo.section-reviews .review-heading {
  margin: 35px 0 15px 0;
}
@media (min-width: 992px) {
  .section-photo.section-reviews .review-heading {
    margin: 50px 0 100px 0;
  }
}
.section-photo.section-reviews .btn-blue {
  color: #fff;
  background-color: #ea1c2d !important;
}
@media (min-width: 992px) {
  .section-photo.section-reviews .btn-blue {
    background-color: #00a9c6 !important;
  }
}
.intro-text {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 15px 15px 0 15px;
}
.bg-white .intro-text {
  color: #231f20;
}
@media (min-width: 992px) {
  .intro-text {
    font-size: 30px;
    line-height: 1.6;
    padding: 0;
  }
}
.section-cap {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
}
.section-cap.bottom {
  margin-top: 40px;
}
.section-cap.bottom.absolute {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.bg-paws {
  background-color: #eee4dc;
  background-image: url(/wp-content/themes/vds/assets/images/bg-paw-prints.svg);
  background-repeat: repeat-x;
}
.bg-gray {
  background: #F8F4F1;
}
.bg-blue {
  background: #00a9c6;
}
.bg-red {
  background: #ea1c2d;
}
.bg-grad-blue {
  background: #39829D;
  background: linear-gradient(180deg, #39829D 0%, #4AA5C1 100%);
}
.bg-grad-lblue {
  background: #a0d1df;
  background: linear-gradient(180deg, #a0d1df 0%, white 100%);
}
/* locations */
.welcome-copy ul {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}
.welcome-copy ul li {
  line-height: 1.3;
  list-style: none;
  padding: 3px 0;
}
.welcome-copy h4 {
  color: #00a9c6;
}
.welcome-gallery {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.welcome-gallery .swiper-wrapper {
  padding-bottom: 0;
}
.welcome-gallery .swiper-button-next, .welcome-gallery .swiper-button-prev {
  width: auto;
  height: 30px;
  margin-top: -15px;
}
.welcome-gallery .swiper-button-next:after, .welcome-gallery .swiper-button-prev:after {
  color: #fff;
  text-shadow: 0 0 10px #231f20;
  font-size: 30px;
}
.swiper.staff {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.swiper.staff .swiper-wrapper {
  padding-bottom: 0;
}
.swiper.staff .swiper-button-next, .swiper.staff .swiper-button-prev {
  width: auto;
  height: 30px;
  margin-top: -15px;
}
.swiper.staff .swiper-button-next:after, .swiper.staff .swiper-button-prev:after {
  color: #fff;
  text-shadow: 0 0 10px #231f20;
  font-size: 30px;
}
.loc-image-wrap {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  .loc-image-wrap {
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .loc-image-wrap {
    height: 400px;
  }
}
.loc-image-wrap-staff {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  .loc-image-wrap-staff {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 0px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .loc-image-wrap-staff {
    height: 350px;
  }
}
.loc-info-1 {
  position: relative;
  background-color: #00a9c6;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 195px;
  margin-bottom: 10px;
  padding-top: 12px;
  text-align: center;
}
.loc-info-1 p {
  font-size: 16px;
  color: #fff;
}
.loc-info-1 h3 {
  font-size: 50px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.loc-info-1 h3 img {
  width: 34px;
  margin: -10px 20px 0 -40px;
}
@media (min-width: 768px) {
  .loc-info-1 h3 img {
    margin: -10px 30px 0 -60px;
    width: 37px;
  }
}
@media (min-width: 1200px) {
  .loc-info-1 h3 img {
    margin: -10px 40px 0 -80px;
    width: 44px;
  }
}
@media (min-width: 768px) {
  .loc-info-1 h3 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .loc-info-1 h3 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .loc-info-1 h3 {
    font-size: 60px;
  }
}
.loc-info-1 h4 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.loc-info-1 h5 {
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.loc-info-1 a {
    background-color: rgba(0,0,0,0.3);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    padding: 13px 30px;
    text-transform: uppercase;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.loc-info-1 a:hover {
  background-color: #036777;
}
@media (min-width: 992px) {
  .loc-info-1 {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .row-cw .loc-image-wrap-staff {
    min-height: 350px;
    height: 100%;
  }
}
.loc-info-1.cw {
  text-align: right;
  min-height: 300px;
  padding: 30px;
}
@media (min-width: 768px) {
  .loc-info-1.cw {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 0;
    padding: 30px 30px;
  }
}
.loc-info-1.cw .open-hours {
  display: block;
  width: 100%;
  padding-top: 30px;
}
.loc-info-1.cw .open-hours p {
  font-size: 20px;
  text-align: left;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .loc-info-1.cw .open-hours {
    padding-top: 40px;
  }
  .loc-info-1.cw .open-hours p {
    font-weight: 500;
    text-align: left;
    font-size: 24px;
    line-height: 1.4;
  }
}
.loc-info-1.cw p {
  position: relative;
  font-size: 50px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.loc-info-1.cw p img {
  position: absolute;
  top: -30px !important;
  left: 0;
  width: 34px;
  margin: 0;
}
@media (min-width: 768px) {
  .loc-info-1.cw p img {
    top: -25px;
    width: 37px;
  }
}
@media (min-width: 1200px) {
  .loc-info-1.cw p img {
    width: 44px;
  }
}
@media (min-width: 768px) {
  .loc-info-1.cw p {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .loc-info-1.cw p {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .loc-info-1.cw p {
    font-size: 60px;
  }
}
.loc-info-1.cw h4 {
  font-size: 32px;
  text-align: right;
}
.loc-info-1.cw h3 {
  font-size: 24px;
  text-align: left;
}
.loc-info-1.cw .bottom, .loc-image-wrap-staff .bottom {
  height: 80px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  padding: 30px 20px 30px 20px;
}
@media (min-width: 992px) {
  .loc-info-1.cw .bottom, .loc-image-wrap-staff .bottom {
    padding: 10px 20px 30px 20px;
  }
}
.loc-info-1.cw .bottom a.directions, a.directions, .loc-image-wrap-staff .bottom a.directions {
    display: inline-block;
    position: relative;
    background-color: rgba(0,0,0,0.3);
    color: #fff !important;
    text-decoration: none !important;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 15px;
    font-weight: 600;
    font-family: 'Montserrat';
}
@media (min-width: 992px) {
  .loc-info-1.cw .bottom a.directions, .loc-image-wrap-staff .bottom a.directions {
    float: none;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 30px;
    border-radius: 20px;
  }
}
.loc-info-1.cw .bottom a.directions:hover, .loc-image-wrap-staff .bottom a.directions:hover {
  background-color: #ffffff;
  color: #00a9c6 !important;
}
.loc-info-1.cw.closed h3 {
  position: relative;
  font-size: 22px;
  text-transform: none;
}
.loc-info-1.cw.closed h3 img {
  top: 0 !important;
  left: 0;
}
.loc-info-2.cw {
  position: relative;
  background-color: #ea1c2d;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 30px;
  text-align: right;
}
.loc-info-2.cw.closed {
  min-height: 195px;
}
@media (min-width: 768px) {
  .loc-info-2.cw {
    text-align: right;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media (min-width: 992px) {
  .loc-info-2.cw {
    text-align: center;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.loc-info-2.cw p {
  font-size: 17px;
  color: #fff;
}
.loc-info-2.cw h3 {
  position: relative;
  font-size: 50px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.loc-info-2.cw p img {
  position: absolute;
  top: -20px;
  left: 0;
  width: 34px;
  margin: 0;
  width: 80px;
}
@media (min-width: 769px) {
  .loc-info-2.cw p img {
    top: -20px;
    width: 35px;
    left: 0;
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .loc-info-2.cw p img {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .loc-info-2.cw p img {
    width: 44px;
  }
}
@media (min-width: 768px) {
  .loc-info-2.cw h3 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .loc-info-2.cw h3 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .loc-info-2.cw h3 {
    font-size: 60px;
  }
}
.loc-info-2.cw .bottom {
  text-align: center;
  padding: 0;
}
.loc-info-2.cw .bottom a {
  display: inline-block;
  position: relative;
  background-color: transparent;
  color: #fff !important;
  text-decoration: none !important;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  margin: 5px;
  text-transform: uppercase;
  border-radius: 16px;
  border: 2px solid #fff;
  font-weight: 600;
}
@media (min-width: 992px) {
  .loc-info-2.cw .bottom a {
    float: none;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 15px;
    border-radius: 20px;
  }
}
.loc-info-2.cw .bottom a:hover {
  background-color: #fff;
  color: #01AAC7 !important;
}
@media (min-width: 768px) {
  .loc-info-2.cw {
    border-top-left-radius: 0;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
  }
}
@media (min-width: 992px) {
  .loc-info-2.cw {
    text-align: right;
  }
  .loc-info-2.cw p {
    font-size: 22px;
  }
}
.loc-info-3 {
  padding: 50px;
  background-color: #eee4dc;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  font-size: 16px;
}
.loc-info-3 h3 {
  font-size: 24px;
  color: #ea1c2d;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .loc-info-3 {
    padding: 30px;
    font-size: 15px;
    border-top-right-radius: 40px;
  }
}
@media (min-width: 992px) {
  .loc-info-3 {
    padding: 50px;
    font-size: 17px;
  }
  .loc-info-3 h3 {
    font-size: 30px;
  }
}
.loc-info-3.cw {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.card {
  padding: 40px 30px 30px 30px;
  text-align: center;
  background-color: #F4F4F4;
  border-radius: 40px;
  border: none;
}
.card.basic {
  padding: 40px 30px 30px 30px;
  text-align: center;
  background-color: #F4F4F4;
  border-radius: 40px;
  border: none;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}
.card.basic p:last-of-type {
  margin-bottom: 0;
}
.card.basic.with-bottom {
  padding-bottom: 80px;
}
.card.basic .card-bottom {
  background-color: #ea1c2d;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  right: 0;
  padding: 20px 30px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.card.basic .card-bottom.green {
  background-color: #A0AD6A;
}
.card.basic .card-bottom.blue {
  background-color: #00a9c6;
}
.card.basic .card-bottom p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.card.categories {
  padding: 0;
  background-color: #F4F4F4;
  border-radius: 40px;
  border: none;
}
.card.categories .card-header {
  background-color: #B6C673;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border: none;
}
.card.categories .card-body {
  text-align: left;
  padding: 20px 30px 30px 30px;
  font-size: 18px;
  color: #231f20;
}
.card.categories .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card.categories .card-body ul li {
  list-style: none;
  padding: 5px 0;
}
.card.categories .card-body ul li a {
  color: #000;
}
.card.categories .card-body ul li a:hover {
  text-decoration: underline;
}
.card.location {
  background-color: #ffffff;
  padding: 20px 24px;
  border: none;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
}
.card.location.with-bottom {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .card.location {
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .card.location {
    min-height: 230px;
  }
}
.card.location .card-top {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .card.location .card-top {
    flex-wrap: nowrap;
  }
}
.card.location .location-image {
  width: 100%;
}
.card.location .location-image img, .card.location .location-image .post-thumbnail img {
  width: 250px !important;
  height: 250px !important;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .card.location .location-image img, .card.location .location-image .post-thumbnail img {
    width: 170px !important;
    height: 170px !important;
  }
}
@media (min-width: 768px) {
  .card.location .location-image {
    width: auto;
    min-width: 170px;
    margin-right: 24px;
  }
}
.card.location .location-image.small .post-thumbnail {
  border-radius: 50%;
  object-fit: cover;
}
.card.location .location-info {
  padding-top: 8px;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .card.location .location-info {
    width: auto;
  }
}
.card.location .location-info .distance {
  margin-top: -10px;
  margin-bottom: 10px;
}
.card.location .location-info .icon-row {
  display: flex;
  justify-content: center;
}
.card.location .location-info .icon-row h5 {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .card.location .location-info .icon-row {
    justify-content: start;
    align-items: center;
  }
}
.card.location .location-info .icon-row img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  transition: all 0.2s ease-out;
}
.card.location .location-info .icon-row img:hover {
  width: 56px;
  height: 56px;
  transition: all 0.2s ease-out;
  margin-right: 4px;
  margin-left: -2px;
  margin-top: -2px;
}
.card.location .location-info .icon-row .wait-time {
  padding-top: 4px;
  color: #01AAC7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.card.location .location-info .icon-row .wait-time span {
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 16px;
}
.loc-info-2.cw.h-100 span, h3.mb-2.mt-0.w-100 span.open-until {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 36px;
    text-transform: uppercase;
}
.card.location h4 {
  font-size: 24px;
}
.card.location p {
  font-size: 16px;
  line-height: 30px;
}
.card.location.large {
  text-align: left;
  padding: 20px 30px 30px 30px;
  display: block;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.card.location.large .card-header {
  background-color: transparent;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
.card.location.large .card-header h4 {
  font-size: 24px;
}
.card.location.large .location-image {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .card.location.large .location-image {
    width: auto;
  }
}
.card.location.large .location-image .post-thumbnail img {
  border-radius: 40px;
  object-fit: cover;
  width: 100% !important;
  height: 250px !important;
  object-fit: cover;
  margin: 0 auto;
}
.card.location.large .card-body {
  padding: 0;
}
.card.location.large .card-body .location-image {
  margin: 0;
}
.card.location.large .card-body .location-image img {
  width: 100%;
  height: 182px;
  object-fit: cover;
  border-radius: 30px;
}
.card.location.large .card-body .loc-box {
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 15px 50px 15px;
  background-color: #00a9c6;
  border-radius: 30px;
  height: 100%;
  margin-bottom: 10px;
}
.card.location.large .card-body .loc-box p {
  font-size: 17px;
  color: #fff;
}
.card.location.large .card-body .loc-box h3 {
  font-size: 45px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
.card.location.large .card-body .loc-box a {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #337690;
  color: #fff;
  text-decoration: none !important;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  text-transform: uppercase;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.card.location.large .card-body .loc-box a:hover {
  background-color: #036777;
}
.card.location.large .card-body .loc-box.box-1 {
  background-color: #00a9c6;
}
.card.location.large .card-body .loc-box.box-2 {
  background-color: #ea1c2d;
}
.card.location.large .card-body .loc-box.box-2 a {
  background-color: #BD2726;
  color: #fff;
}
.card.location.large .card-body .loc-box.box-2 a:hover {
  background-color: #B2001E;
}
.card.location.large .card-body .loc-box.box-3 {
  background-color: #ea1c2d;
  padding-bottom: 10px;
}
.card.location.large .card-body .loc-box.box-3 a {
  position: relative;
}
.card.location.large .card-body .loc-box.box-3 a .icon {
  color: #fff;
}
.card.location.large .card-body .loc-box.box-3 a:hover {
  background-color: #717a4b;
}
.card.location.large .card-body .loc-box.box-3 .card-top {
  padding: 20px 24px 10px 24px;
  display: flex;
  flex-direction: row;
}
.card.location.large .card-body .loc-box.box-3 .card-bottom {
  padding: 10px 15px;
  text-align: center;
  background-color: transparent;
  position: relative;
  border: none;
  border-radius: 0;
}
.card.location.large .card-body .loc-box.box-3 .card-bottom p {
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
.card.location.large .card-body .loc-box.box-3 .card-bottom a {
  display: inline-block;
  position: relative !important;
  width: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background-color: transparent;
  font-size: 15px;
  border-color: #fff !important;
  margin: 2px 3px;
  font-weight: 500;
  border-radius: 20px;
  height: 34px;
  padding: 0 8px;
  line-height: 34px;
  color: #fff;
}
.card.location.large .card-body .loc-box.box-3 .card-bottom a:hover {
  color: #ea1c2d;
  background: #fff;
}
.card.location.large .card-body .loc-box.open {
  background-color: #ea1c2d;
}
@media (min-width: 992px) {
  .card.location.large .card-body .loc-box {
    margin-bottom: 0;
  }
}
.card.review {
  background-color: #00a9c6;
  padding: 30px 30px 20px 40px;
  text-align: left;
  border-radius: 40px;
  border: none;
}
.card.review .card-header {
  background: transparent;
  padding: 0;
  margin: 0 0 10px 0;
  border: none;
}
.card.review .card-footer {
  background: transparent;
  padding: 0;
  margin: 0 0 0 0;
  border: none;
}
.card.review .card-footer span {
  padding-top: 20px;
  float: right;
  text-align: right;
  color: #fff;
  font-weight: 600;
}
.card.review .card-body {
  padding: 0;
}
.card.review .quote {
  width: 37px;
}
.card.review p {
  color: #fff;
  font-weight: 500;
}
.card.review .social-icon {
  width: 60px;
}
.card .card-top {
  padding: 20px 24px 10px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card .card-bottom {
    padding: 10px 3px;
    text-align: center;
    background-color: #ea1c2d;
    position: relative;
    margin-top: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-family: 'Montserrat';
}
.card .card-bottom p {
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
body #content .card .card-bottom a {
    background-color: transparent;
    font-size: 14px;
    border-color: #fff;
    margin: 2px 3px;
    font-weight: 700;
    border-radius: 20px;
    height: 40px;
    padding: 0 15px;
    line-height: 38px;
    border-width: 2px;
    color: #fff;
}
.card .card-bottom a:hover {
  color: #ea1c2d;
  background: #fff;
}
.card .card-bottom .card-bottom-tab {
  height: 30px;
  position: absolute;
  right: 0;
  width: auto;
  top: -24px;
  border-top-left-radius: 0px;
  background-color: #ea1c2d;
  color: #fff;
  padding: 5px 20px 0 35px;
  margin: 0;
      width: 100%;
    text-align: left;
}
.card .card-bottom .card-bottom-tab p {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    text-align: center;
}
.card.case {
  background-color: #ECE4DD;
}
.card.open .card-bottom {
  padding-top: 10px;
  background-color: #ea1c2d;
}
.card.open .card-bottom .card-bottom-tab {
  background-color: #ea1c2d;
  width: 100%;
  border-top-left-radius: 0px;
  text-align: left;
  padding: 5px 20px 0 12px;
}
.card.open .card-bottom a {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}
.card.open .card-bottom a:hover {
  color: #B2001E !important;
  background: #fff;
}
.card.featured-news {
  background-color: #eee4dc;
  text-align: left;
  margin-bottom: 30px;
}
.card.featured-news a {
  color: #ea1c2d;
}
.card.featured-news .news-item:not(:last-child) {
  margin-bottom: 20px;
}
.reviews-component {
  margin-top: -300px;
}
.lp-header-1 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 15px 50px 15px;
  background-color: #00a9c6;
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
  padding: 30px;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .lp-header-1 {
    padding: 10px 15px 50px 15px;
    border-top-left-radius: 49px;
    border-bottom-left-radius: 49px;
    border-top-right-radius: 49px;
    height: 400px;
  }
}
.lp-header-1 h1 {
  width: 100%;
  margin: auto 0;
  font-size: 40px;
  line-height: 1;
  color: #FFF;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .lp-header-1 h1 {
    padding-bottom: 80px;
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .lp-header-1 h1 {
    padding-bottom: 40px;
  }
}
.lp-header-1 .header-footer {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .lp-header-1 .header-footer {
    margin-top: 0;
    position: absolute;
    bottom: 15px;
    right: 30px;
    top: auto;
    left: 15px;
  }
}
.lp-header-1 .header-footer h2 {
  font-size: 30px;
  line-height: 1;
  color: #FFF;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
  margin: 0;
}
@media (min-width: 992px) {
  .lp-header-1 .header-footer h2 {
    font-size: 36px;
  }
}
.lp-header-1 .header-footer p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0;
}
.lp-header-1 .header-footer p a {
  color: #fff;
}
.lp-header-2 {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  border-bottom-right-radius: 49px;
  border-bottom-left-radius: 49px;
  height: 300px;
}
@media (min-width: 768px) {
  .lp-header-2 {
    border-top-left-radius: 49px;
    border-bottom-right-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 0;
    height: 400px;
  }
}
.staff-photo {
  border-radius: 50%;
  margin-bottom: 20px;
}
.social-share {
  margin: 20px 0 10px 0;
  display: flex;
  font-weight: 700;
}
.social-share .heateor_sss_horizontal_sharing {
  margin: -8px 0 0 10px;
}
.blog-post {
  padding-bottom: 30px;
}
.blog-post img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 10px;
}
.blog-post h3 {
  font-size: 26px;
}
.services-component {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
}
.services-component .services-left {
  background-color: #EEF7FA;
  border-top-right-radius: 49px;
  border-top-left-radius: 49px;
  padding: 40px;
}
.services-component .services-left p {
  color: #00a9c6;
}
.services-component .services-left p .black {
  color: #000;
}
.services-component .services-left h4 {
  color: #00a9c6;
}
.services-component .services-left .icon-uv-pill {
  height: 100px;
  margin-bottom: 30px;
}
.services-component .services-left .services-list p {
  color: #00a9c6;
  margin-bottom: 10px;
}
.services-component .services-left .services-list p .black {
  color: #000;
}
.services-component .services-left .services-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-component .services-left .services-list ul li {
  list-style: none;
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  color: #00a9c6;
}
@media (min-width: 768px) {
  .services-component .services-left {
    border-top-left-radius: 49px;
    border-bottom-left-radius: 49px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.services-component .services-right {
  height: 100%;
  padding: 40px;
  background-color: #000;
  border-bottom-left-radius: 49px;
  border-bottom-right-radius: 49px;
}
.services-component .services-right h4 {
  color: #ea1c2d;
}
.services-component .services-right .icon-no-support {
  height: 100px;
  margin-bottom: 30px;
}
.services-component .services-right .services-list p {
  color: #fff;
  margin-bottom: 10px;
}
.services-component .services-right .services-list ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.services-component .services-right .services-list ul li {
  list-style: none;
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 768px) {
  .services-component .services-right {
    border-top-right-radius: 49px;
    border-bottom-right-radius: 49px;
    border-bottom-left-radius: 0;
  }
}
.curve1-top::before {
  position: absolute;
  top: -100px;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom -1px;
  background-image: url(/assets/images/curve1-top-blue.svg);
  height: 100px;
  z-index: 2;
}
blockquote p {
  font-size: 24px;
  line-height: 1.3;
}
blockquote p.quote {
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (min-width: 992px) {
  blockquote p.quote {
    line-height: 42px;
    margin-bottom: 100px;
  }
}
.img-circle {
  border-radius: 50%;
}
/* icons */
.social-icons {
  display: inline;
}
.icon {
  fill: currentColor;
}
.icon.blue {
  color: #00a9c6;
}
.icon.red {
  color: #ea1c2d;
}
.icon.white {
  color: #fff;
}
.icon-phone {
  width: 16px;
  height: 16px;
}
.icon-envelope {
  width: 25px;
  height: 25px;
}
.icon-linkedin {
  width: 14px;
  height: 14px;
}
.icon-twitter {
  width: 14px;
  height: 14px;
}
.icon-instagram {
  width: 25px;
  height: 25px;
}
.icon-facebook {
  width: 23px;
  height: 23px;
}
.icon-location {
  width: 25px;
  height: 25px;
}
.icon-bars {
  width: 20.2px;
  height: 18.9px;
}
p.address .icon {
  margin-top: -3px;
  margin-right: 3px;
}
.icon-hearts {
  height: 35px;
  width: auto;
  margin-top: -30px;
  margin-left: 5px;
}
.form-icon {
  width: 50px;
  display: inline-block;
  margin-right: 10px;
}
.pre-footer {
  padding-top: 40px;
  z-index: 1;
}
.pre-footer .pre-footer-logo {
  margin: 30px 0;
  max-width: 260px;
}
@media (min-width: 768px) {
  .pre-footer .pre-footer-logo {
    margin: auto;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .pre-footer .pre-footer-logo {
    margin: auto;
    max-width: 260px;
  }
}
@media (min-width: 992px) {
  .pre-footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
footer {
  position: relative;
  z-index: 101;
  background-color: #eee4dc;
  /*background-image: url(/wp-content/themes/vds/assets/images/bg-paw-prints.svg);*/
  background-repeat: repeat-x;
  padding: 0 0 70px 0;
  text-align: center;
}
footer .container-top {
  margin-top: -1px;
}
footer p {
  color: #231f20;
  font-size: 12px;
}
footer p a {
  color: #231f20;
}
footer .footer-brand img {
  max-width: 250px;
  margin-bottom: 40px;
}
footer .nav {
  text-align: center;
  margin: 40px auto;
}
footer .nav .nav-item .nav-link {
  font-size: 12px;
  color: #231f20;
  text-transform: uppercase;
}
footer .btn-left {
  display: inline-block;
  line-height: 54px;
  padding: 0 12px 0 16px;
  height: 54px;
  border-radius: 0;
  border-bottom-left-radius: 27px;
  border-top-left-radius: 27px;
  background: #00a9c6;
  margin: 0 0 0 0;
  color: #fff;
  font-size: 12px;
}
footer .btn-left:hover {
  color: #ea1c2d;
  text-decoration: none;
}
footer .btn-right {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  padding: 0 16px 0 12px;
  border-radius: 0;
  border-bottom-right-radius: 27px;
  border-top-right-radius: 27px;
  background: #ea1c2d;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
footer .btn-right:hover {
  color: #00a9c6;
  text-decoration: none;
}
footer .social {
  display: block;
  margin: 0 0 30px 0;
}
footer .social .icon {
  color: #231f20;
  width: 24px;
  height: 24px;
  margin: 0 10px;
}
#intro-form input {
  height: 50px;
  border: 1px solid #B2B2B2;
  border-radius: 25px;
}
#intro-form .gform_fields {
  row-gap: 8px;
}
#intro-form .gform_footer {
  text-align: right;
}
#intro-form .gform_button {
  background-color: #00a9c6;
}
#intro-form .gform_button:hover {
  color: #000;
}
.intro-box {
  background-color: #E4F5F8;
  border-radius: 40px;
  padding: 20px;
}
@media (min-width: 992px) {
  .intro-box {
    padding: 40px;
  }
}
.bullet-box {
  padding: 30px 0;
  border-radius: 40px;
  text-align: center;
}
.bullet-box img.top {
  height: 120px;
  margin: 10px auto 30px auto;
}
.bullet-box.bordered {
  padding: 30px 20px;
  border: 2px solid #00a9c6;
}
.bullet-box.bordered img.top {
  margin: 10px auto 30px auto;
}
.bullet-box img.uv {
  height: 30px;
  margin: 0 auto 8px auto;
}
.bullet-box ul {
  padding: 20px 0;
  margin: 0;
  list-style: none;
}
.bullet-box ul li {
  padding: 3px 0;
  list-style: none;
}
/* bootstrap modes */
.row-narrow {
  margin-right: -5px;
  margin-left: -5px;
}
.row-narrow > .col, .row-narrow > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* utility */
.mt-one {
  margin-top: -1px;
}
.centered {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.centered img {
  margin: auto;
}
.gmw-info-window.infobox {
  margin-left: -37px;
  background: #fff;
  bottom: 0;
  box-shadow: none;
  border-radius: 20px;
  width: 350px;
  min-height: 140px;
  padding: 18px 12px 12px 12px;
  z-index: 999999999;
  overflow: visible !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00a9c6;
  border-bottom: 5px solid #00a9c6 !important;
}
.gmw-info-window.infobox p {
  line-height: 1.2 !important;
}
.gmw-info-window.infobox h5 {
  font-size: 20px;
  color: #00a9c6;
  clear: inherit;
}
.info-box-image img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  object-fit: cover;
  float: left;
  margin: 0 10px 20px 0;
}
.gmw-info-window.infobox:after {
  border-style: solid;
  content: " ";
  border-color: #00a9c6 transparent transparent !important;
  border-width: 20px;
  left: 143px;
  bottom: -45px;
  position: absolute;
}
.gmw-icon-location-thin {
  display: none;
}
div.gmw-form-wrapper.horizontal-gray {
  background: transparent !important;
  padding: 25px 10px 5px !important;
  border-top: none !important;
  border-bottom: none !important;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.gmw-results-count {
  background: transparent !important;
  border: none !important;
  padding: 8px 30px !important;
}
.gmw-orderby-dropdown {
  display: none !important;
}
div.gmw-form-wrapper.horizontal-gray input[type="text"] {
  padding: 15px 15px !important;
  height: 50px !important;
  border: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 25px !important;
  border-top-left-radius: 25px !important;
}
div.gmw-form-wrapper.horizontal-gray select {
  padding: 15px 15px !important;
  height: 50px !important;
  border: none !important;
  border-radius: 0 !important;
  width: 112px;
}
div.gmw-form-wrapper.horizontal-gray .gmw-submit-button {
  padding: 15px 35px 15px 30px !important;
  height: 50px !important;
  border: none !important;
  background-color: #00a9c6 !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 16px !important;
  color: #ffffff !important;
}
div.gmw-form-wrapper.horizontal-gray .gmw-submit-button:hover {
  background-color: #337690 !important;
}
div.gmw-form-wrapper div.gmw-address-field-wrapper.gmw-field-label-enabled i.gmw-locator-button {
  bottom: 10px !important;
}
.gmw-distance-field-wrapper select {
  background: #fff !important;
  -webkit-appearance: none;
}
.pagination-per-page-wrapper {
  background: transparent !important;
  border: none !important;
  padding: 8px 30px !important;
  display: none !important;
}
div.gmw-results-wrapper .gmw-orderby-dropdown, div.gmw-results-wrapper .gmw-per-page {
  padding: 15px 30px !important;
  height: 50px !important;
  border: none !important;
  border-radius: 25px !important;
}
body.page-id-10 .gmw-form-wrapper, body.page-id-6099 .gmw-form-wrapper {
  left: 0;
}
.outer-wrapper {
  position: relative;
  width: 100%;
  margin-left: 10px;
}
.gmw-form-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  padding-top: 0;
  z-index: 10001;
  top: 40px;
  text-align: center;
}
.gmw-form-wrapper .location-search-header {
  display: block;
  text-align: center;
  font-size: 18px;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  .gmw-form-wrapper .location-search-header {
    text-align: left;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .gmw-form-wrapper .location-search-header {
    float: left;
    font-size: 20px;
    margin: 0 8px 0 0;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #00a9c6;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
.gmw-form-wrapper .outer-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .gmw-form-wrapper .outer-wrapper {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
  }
}
.gmw-form-wrapper .gmw-form {
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .gmw-form-wrapper .gmw-form {
    display: block;
  }
}
@media (min-width: 992px) {
  .gmw-form-wrapper #gmw-address-field-1, .gmw-form-wrapper #gmw-address-field-4, .gmw-form-wrapper #gmw-address-field-5 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  .gmw-form-wrapper {
    padding-top: 10px;
    padding-left: 50px;
  }
}
body.open .gmw-form-wrapper {
  top: 65px;
}
@media (min-width: 992px) {
  body.open .gmw-form-wrapper {
    top: 40px;
  }
}
body.page-locations-results .gmw-form-wrapper {
  top: 65px;
}
@media (min-width: 992px) {
  body.page-locations-results .gmw-form-wrapper {
    top: 65px;
  }
}
body.home .gmw-form-wrapper {
  top: 10px;
}
.alm-filters-container .alm-filter li div.alm-filter--link.field-radio:before, .alm-filters-container .alm-filter li div.alm-filter--link.field-radio:after {
  display: none;
}
.alm-filters-container .alm-filter li div.alm-filter--link {
  background-color: #00a9c6;
  font-size: 12px;
  color: #fff !important;
  border: none;
  border-radius: 25px;
  margin: 0 10px 0 0;
  height: 50px;
  line-height: 50px !important;
  padding: 0 20px !important;
  width: auto;
  color: #fff;
  font-weight: 700;
}
.alm-filters-container .alm-filter li div.alm-filter--link:hover {
  background-color: #337690 !important;
}
.alm-filters-container .alm-filter li div.alm-filter--link.active {
  background-color: #ea1c2d;
}
.alm-filters-container .alm-filter li div.alm-filter--link.active:hover {
  background-color: #BD2726 !important;
}
.alm-filters-container {
  text-align: left;
}
.alm-filters-container .alm-filter li {
  line-height: 1;
  display: inline-block;
  width: auto;
}
.alm-filters-container .alm-filter li.alm-filter--radio {
  line-height: 1;
  display: inline-block;
  width: auto;
}
.alm-load-more-btn.more.done {
  display: none;
}
.gmw-no-results {
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  background: transparent;
  border: none;
  color: #231f20;
  padding: 0;
  display: block;
  margin-top: 70px;
  text-align: center;
}
body.home .gmw-no-results {
  margin: 40px 0 0 60px;
  text-align: left !important;
  font-size: 17px;
}
/* swiper */
.swiper-slide {
  height: auto;
}
.swiper-slide .card {
  height: 100% !important;
}
@media (min-width: 768px) {
  .col-reviews .swiper-button-prev {
    left: -25px;
  }
}
@media (min-width: 768px) {
  .col-reviews .swiper-button-next {
    right: -25px;
  }
}
.col-reviews .swiper-button-next:after, .col-reviews .swiper-button-prev:after {
  display: none;
}
body.home .swiper-button-next:after, body.home .swiper-button-prev:after {
  color: #fff;
}
.home-reviews {
  padding-left: 40px;
  padding-right: 40px;
}
.home-reviews .swiper-pagination-bullet {
  background-color: #fff;
}
.home-reviews .swiper-button-prev, .home-reviews .swiper-button-next {
  top: 30%;
}
.home-reviews .swiper-button-next {
  right: 0;
}
.home-reviews .swiper-button-prev {
  left: 0;
}
.swiper-wrapper {
  padding-bottom: 35px;
}
.swiper-pagination {
  bottom: -30px;
  z-index: 100002;
}
/* gravity forms */
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper textarea {
  font-size: inherit;
  font-family: inherit;
  padding: 8px 10px !important;
  color: #231f20 !important;
  border: 1px solid #231f20 !important;
}
.gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #231f20 !important;
  margin-bottom: 0 !important;
}
.gform_button.button {
  padding: 0 30px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
  background-color: #A0AD6A;
  border: 1px solid #A0AD6A;
}
.gform_button.button:hover {
  color: #A0AD6A;
  background-color: #fff;
}
.gform_legacy_markup_wrapper.gf_browser_chrome select {
  padding: 8px 10px !important;
  color: #231f20 !important;
  border: 1px solid #231f20 !important;
}
/* clockwise */
.clockwise_current_wait {
  display: inline-block;
}
#nav-mobile-open {
  background: transparent !important;
  font-size: 24px;
  color: #ea1c2d;
  margin-right: 0;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  #nav-mobile-open {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  #nav-mobile-open {
    display: none;
  }
}
.nav-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #ea1c2d;
  z-index: 99000;
  color: #FFF;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  padding: 0;
}
.nav-overlay.active {
  display: block;
}
.nav-overlay .mobile-brand {
  display: block;
  margin: 15px 0 30px 15px;
}
.nav-overlay .mobile-brand img {
  width: 200px;
}
.nav-overlay .nav {
  padding: 0 !important;
}
.nav-overlay .nav li a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
}
.nav-overlay .social-icon {
  margin-right: 10px;
}
.nav-overlay .btn-primary {
  padding: 12px 15px 10px 15px;
}
.nav-overlay #nav-mobile-close {
  border: none;
  float: right;
  margin: 15px;
  background: transparent;
}
.nav-overlay #nav-mobile-close .icon {
  color: #fff;
  width: 20px;
  height: 20px;
}
#appointment-form #form-fields input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #appointment-form #form-fields textarea {
  width: 100%;
  padding: 14px 10px !important;
  color: #adadad !important;
  border: 1px solid #adadad !important;
  margin: 10px 0;
  border-radius: 4px;
  height: 56px;
}
#appointment-form #form-fields input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).field-half, #appointment-form #form-fields textarea.field-half {
  width: 48% !important;
  margin-right: 2% !important;
}
#appointment-form #form-fields input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).field-quarter, #appointment-form #form-fields textarea.field-quarter {
  width: 23% !important;
  margin-right: 2% !important;
}
#appointment-form #form-fields input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).field-quarter.mr-0, #appointment-form #form-fields textarea.field-quarter.mr-0 {
  margin-right: 0 !important;
}
#appointment-form #form-fields select {
  width: 100%;
  padding: 15px 10px !important;
  color: #adadad !important;
  border: 1px solid #adadad !important;
  margin: 10px 0;
  border-radius: 4px;
  height: 56px;
}
#appointment-form #form-fields textarea {
  height: auto;
}
#appointment-form #btn-submit-appointment {
  margin-top: 30px;
  padding: 0 30px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
  background-color: #00a9c6;
  border: 1px solid #00a9c6;
}
#appointment-form #btn-submit-appointment:hover {
  color: #00a9c6;
  background-color: #fff;
}

/* twig file edits for new design */

    header, footer {
    display: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}

/*.page-id-5164 .gmw-form-wrapper.horizontal-gray.gmw-pt-horizontal-gray-form-wrapper.pt.mb-0 {
    margin-top: 20px;
}*/

h2.text-center.blue.mb-2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 32px;
}

.row.full-width.intro {
    text-align: center;
    padding: 30px 0px;
    background-color: #ffffff;
}

div#alm-filters-locations {
    margin-bottom: 0px;
}

.alm-filter--inner {
    padding-bottom: 0px !important;
}

.row.full-width.filter {
    padding: 15px 0px;
    background-color: #01AAC7;
}

.alm-filters-container .alm-filter ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.alm-filters-container .alm-filter li div.alm-filter--link {
    border: 2px solid #ffffff;
}

.alm-filters-container .alm-filter li div.alm-filter--link.active {
    border: 2px solid #EA1C2C;
}

body h2 {
    margin-bottom:15px;
}

p.big,.col-12.text-center.mt-3.pb-3 p {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.row.full-width.intro .col-12 {
    max-width: 1000px;
    margin: 0 auto;
}

.card.location h4.location-name {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 28px;
}

body #content .card.location h4.location-name a {
    color: #01AAC7;
}


@media (max-width: 979px) {
    .row.full-width.intro .col-12 {
        max-width: 95%;
    }
}

@media (max-width: 480px) {
    .alm-filters-container .alm-filter li.alm-filter--radio {
        width: 50%;
        text-align: center;
    }
}


h1.search-reuults {
    /*display: flex; */
    /* flex-wrap: wrap; */
    padding-top: 25px;
    font-size: 32px;
    align-items: center;
    width: 100%;
    line-height: 32px;
}

h1.search-reuults input#gmw-address-field-4, textarea#gmw-address-field-4 {
    border: none;
    background-color: transparent;
    pointer-events: none;
    width: 100%;
    text-align: left;
    font-weight: 500;
	padding-left: 0px;
}

.services-component {
    display: none !important;
}

ul.\32 -column {
   list-style: none;
   padding-left: 0px;
}

ul.\32 -column li {
    padding: 10px 0px;
}

ul.two-columns {
    list-style: none;
    padding-left: 0px;
}

.vc_row.wpb_row.accordion.light2_60  {
    background-color: #EEE4DC;
}

.loc-image-wrap-staff, .loc-info-2.cw, .loc-info-1.cw, .loc-image-wrap {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.5);
}

.col-12.teal {
    background-color: #01AAC7;
    padding: 40px 30px;
    text-align: center;
}

.col-12.teal h1, body #content .col-12.teal a  {
    color: #ffffff;
}

.mt-5, .my-5 {
    margin-top: 24px !important;
    padding-top: 0px !important;
}

p.address.mb-3 {
    font-weight: 600;
    font-size: 22px;
    padding-top: 10px;
    font-family: 'Montserrat';
}

p.address.mb-3 span.white {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Montserrat';
}

.col-12.text-center.mt-3.pb-3 {
    padding-top: 15px;
}

.loc-info-2.cw p img {
    width: 80px;
}

.loc-info-1.cw p img {
    width: 80px;
}

.loc-info-2.cw.h-100 .top p.mb-2, .loc-info-1.cw.open.h-100 p {
    margin-left: 100px;
    font-size: 16px !important;
}

p.mb-2 {
    font-weight: 400 !important;
    text-transform: initial !important;
}

.loc-info-2.cw.h-100 .top span, .loc-info-1.cw.open.h-100 span, h3.mb-1.mb-lg-2.mb-xl-4 span.closed {
    margin-left: 100px;
}

.loc-info-2.cw.h-100 .top {
    text-align: left;
}

.loc-info-2.cw.h-100 .top h3 {
    font-size: 30px;
}

.loc-info-1.cw p {
    font-size: 40px;
}

p.mb-2.mt-0.w-100 {
    margin-left: 0px !important;
}

span.open-until {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 36px;
    text-transform: uppercase;
}

.loc-info-2.cw.h-100 .bottom p {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.loc-info-2.cw .bottom a {
    width: 47%;
    float: left;
}

.loc-info-1.cw {
    text-align: left;
}

body #content .open-hours p.hours {
    margin-left: 0px !important;
    font-size: 18px !important;
    line-height: 35px;
}

img.dog-hours {
    width: 250px;
    position: absolute;
    z-index: 9999999;
    top: 76px;
    right: 0px;
}

.open-hours.pt-2 {
    position: absolute;
    bottom: 10px;
}

span.closed {
    font-size: 26px;
}

body #content p.mb-2.save {
    font-size: 26px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.closed-save h3 {
    margin-top: 35px;
}

.loc-info-1.cw.closed.h-100, .loc-image-wrap {
    max-height: 350px;
}

.loc-info-1.cw.closed.h-100, .loc-info-1.cw.open.h-100, .loc-info-1.h-100.d-flex.flex-column.coming-soon  {
    background-image: url(https://urgentvet.vmgagencysites.com/wp-content/uploads/2023/08/Hours-dog.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 48% auto;
}

.my-auto.pb-4.coming-soon {
    margin-bottom: 0px !important;
    max-width: 300px;
}

.section-cap.bottom.mt-4 {
    margin-top: -150px !important;
    z-index: -1;
    height: 185px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/wp-content/uploads/2023/08/curve-gray-grad-tall.png);
}

.loc-info-3.cw {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: auto !important;
    border-radius: 0px;
}

.loc-info-3.cw.h-100 {
    text-align: center;
}

.loc-info-3 h3 {
    font-size: 24px;
    color: #000000;
    font-family: 'playfair-display';
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 32px !important;
    text-align: center;
    width: 100%;
}

.loc-info-3 {
    padding: 0px 30px 40px;
    font-size: 16px;
}

.loc-info-3.cw.h-100 .row {
    max-width: 980px;
    margin: 0 auto;
}

.welcome-gallery {
    border-radius: 15px;
    height: 350px;
}

ul.no-bullets li {
    padding: 10px 0;
}

span.title {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #01AAC7;
}

.slick-navbar.featured-cases {
    position: relative;
    width: 100%;
    margin-top: -40px;
}

.slick-navbar .welcome-slider-nav {
    position: relative;
    width: 100%;
}

.slick-navbar.welcome-slider-nav {
    margin-top: -20px;
}

body #content ul.slick-dots li button {
    background-color: transparent;
}

.slick-dots li button:before {
    font-size: 16px;
    opacity: 1;
    color: #CDC2B9;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #A08674;
}

.featured-case-wrapper {
    background-color: #F8F4F1;
    padding: 30px 0px;
    padding-bottom: 80px;
}

.featured-case-wrapper .card {
    padding: 40px 30px 30px 30px;
    text-align: center;
    background-color: #ffffff !important;
    border-radius: 15px;
    border: none;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.3);
    margin: 0px 30px;
}

h4.mb-1.red {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 26px;
}

p.mb-0.blue {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
}

.row.mt-5.mb-5.slick-slide {
    margin-top: 30px !important;
}

.col-12.pt-5.facts h4 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 26px;
    color: #00a9c6 !important;
}

.col-12.pt-5.facts {
    padding-bottom: 40px;
    margin-bottom: 30px;
}

h2.location-name {
    line-height: 48px;
}

picture.image-slider {
    margin: 0 30px;
}

.col-lg-7.gallery .slick-dotted.slick-slider {
    margin-bottom: 30px;
    /*box-shadow: 2px 2px 20px rgba(0,0,0,0.3);*/
    background-color: transparent !important;
    border-radius: 15px;
}

picture.image-slider img {
    border-radius: 15px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    margin: 10px 0px;
}

a.exp {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-top: 20px;
}

button.show-more {
    margin: 0 auto;
    display: block;
    background: #01aac7 !important;
    color: #ffffff !important;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 16px;
    font-weight: 400;
    padding: 15px 40px;
    border: none;
    margin-bottom: 30px;
}
button.show-more:hover {
    background: #E52728 !important;
}

h4.mb-2.blue {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

h5.mb-2.red {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

h2.alt.like-h1 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 0px;
    text-transform: none;
}

a.btn-bt.default i.demo-icon.icon-clock {
    font-size: 25px;
}

a.btn-bt.default.schedule {
    width: 190px;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat';
    background-color:#01AAC7 !important ;
    color: #ffffff !important;
}

a.btn-bt.default.schedule:hover {
    background-color: #ffffff !important;
    color: #01AAC7 !important;
}

.small-cta-left.dog-image .vc_column-inner {
    padding: 0px;
}

.vc_row.wpb_row.accent1.small-cta.schedule {
    height: 100%;
}

.col-lg-10.col-xl-9.partners {
    flex: 0 0 100%;
    max-width: 100%;
}

.loc-info-1.h-100.d-flex.flex-column {
    border-radius: 15px;
    max-height: 350px;
}

.loc-info-3 {
    padding: 30px;
    font-size: 16px;
    border-radius: 15px;
}

.loc-info-1.h-100.d-flex.flex-column, .loc-info-3.h-100 {
    box-shadow: 2px 2px 20px rgba(0,0,0,0.5);
}

.col-12 .loc-info-3.cw.h-100 {
    box-shadow: none;
}

.loc-info-1.h-100.d-flex.flex-column a {
    display: none;
}

.location-template-default .image-col.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner,
.location-template .image-col.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner{
    background-image:url(/wp-content/uploads/2023/08/Our-veterinarians-love-pets-as-much-as-you-do-just-vets.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.row.mb-5 {
    align-items: center;
}

.lp-header-2 {
    border-radius: 15px;
}

.vc_row.wpb_row.accent2.cta-row.vc_custom_1692718080839.vc_row-no-padding p.white {
    padding-bottom: 15px;
    padding-top: 15px;
}

.row.location-name {
    padding-bottom: 20px;
    padding-top: 40px;
}

.col-12.pt-5.facts ul {
    list-style: none;
}

body #content .card .card-bottom a:hover {
    color:#01AAC7 !important;
    background-color: #ffffff !important;
}

.location-template-default p.button-group.center-align a.btn-bt.alternate,
.location-template p.button-group.center-align a.btn-bt.alternate{
    background-color: #E52727;
    color: #ffffff;
}

.location-template-default p.button-group.center-align a.btn-bt.alternate:hover,
.location-template p.button-group.center-align a.btn-bt.alternate:hover {
    background: #01AAC7;
    color: #ffffff;
    box-shadow: 2px 2px 24px 0 rgba(0,0,0,0.24);
}

.mt-4.description.content {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.mt-4.description.content:not(.open)::after {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(128,128,128,0) 0%,rgba(255,255,255,1) 100%);
  position: absolute;
  width: 100%;
  top: 0;
  content: "";
  left: 0;
  height: 100%;
}

.mt-4.description.content.open {
    height: unset;
}

a.show_hide {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #E52728;
}

.loc-info-3.cw.h-100 p, .loc-info-3.cw.h-100 a {
    text-align: center;
    width: 100%;
}

.card.location .location-info .icon-row h5 {
    line-height: 1.2;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.loc-info-3.h-100.coming-soon {
    text-align: center;
    background-color: #E52728;
    color: #ffffff;
    font-weight: 600;
}

.loc-info-3.h-100.coming-soon h3 {
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 600;
}


/* Accordions */
.wpb_row.accordion .vc_tta-container {
	max-width: 910px;
	margin-right: auto;
	margin-left: auto;
}
.wpb_row.accordion .vc_tta-panel {
	border-radius: 24px;
	background-color: #fff;
	box-shadow: 2px 2px 48px rgba(0, 0, 0, 0.18);
	margin-bottom: 32px;
	overflow: hidden;
}
 .wpb_row.accordion div.vc_tta-panel-heading {
	border-radius: 24px;
	border: none;
}
 .wpb_row.accordion .vc_tta-panel:not(.vc_active) div.vc_tta-panel-heading {
	border-radius: 24px 24px 0 0;
}
.wpb_row.accordion .vc_tta-panel:not(.vc_active) {
    margin-bottom: 24px;
}

body #content div.vc_tta-panel-heading {
        background:  #01AAC7;
}
body #content div.vc_tta-panel .vc_tta-panel-heading:hover {
        background-color: var(--accent1);
}
 .wpb_row.accordion .vc_tta-panel-title a {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 100%;
}
body #content div.vc_tta-panel-heading h4.vc_tta-panel-title a, body #content li.vc_tta-tab a {
	font-weight: 600;
	color: #fff;
	font-size: 27px;
}
 .wpb_row.accordion .vc_tta-panel-body {
    background-color: transparent !important;
    padding: 24px 5%;
    border: none;
}

 .wpb_row.accordion .vc_tta .vc_tta-controls-icon {
	height: 20px;
    width: 20px;
}

 .wpb_row.accordion .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb_row.accordion .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.wpb_row.accordion .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    border-color: var(--accent3);
	border-width: 5px 0 0 0;
}
 .wpb_row.accordion .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-width: 0 0 0 5px;
	border-color: var(--accent3);
}

h3.location-search-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.location-template-default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.location-template .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #01AAC7;
    background-color: #01AAC7;
}

.location-template-default .wpb_row.accordion span.vc_tta-title-text,
.location-template .wpb_row.accordion span.vc_tta-title-text{
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
}

.location-template-default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a, 
.location-template .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.location-template-default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a,
.location-template .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
    padding-top: 5px;
}


.location-template-default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.location-template .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.location-template-default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.location-template .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover{
    border-color: #E52728;
    background-color: #E52728;
}

.col-md-8.col-lg-7 h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 40px;
}
.col-md-8.col-lg-7 h1 {
    margin-bottom: 40px;
    line-height: 64px;
}
.col-md-8.col-lg-7 p.address {
    line-height: 30px;
}
.col-md-6.mt-3 h3.mb-0, .col-md-6.mb-3 h3, .col-12.mt-4 h3 {
    font-size: 26px;
}

html.no-js.no-svg {
    margin-top: 0px !important;
}

.gmw-form-wrapper.horizontal-gray.gmw-pt-horizontal-gray-form-wrapper.pt.mb-0 .container {
    max-width: 1100px;
}


@media (min-width: 980px) {
     .small-cta-left .vc_column-inner img, .small-cta-right .vc_column-inner img {
            height: 140px;
        }
     .page-id-2684 .vc_row.wpb_row.accent1.small-cta {
            margin-top: 24px;
            height: 140px;
            display: flex;
            align-items: center;
        }
     .small-cta .container {
        align-items: center;
        max-width: 98%;
        width: 100%;
        display: flex;
        }
     .small-cta-left .vc_column-inner {
        padding: 0px;
    }
    .mobile-only {
        display: none !important;
    }
     div.gmw-form-wrapper.horizontal-gray {
        margin-top: -30px;
        padding-top: 0px !important;
    }
    ul.\32 -column {
        column-count: 2;
    }
     .vc_row.wpb_row.accordion.light2_60 {
        padding: 40px 0px;
    }
     .small-cta-left,  .small-cta-right {
        max-width: 100%;
    }
    ul.two-columns {
        column-count: 2;
    }
    .heading-locations {
        display: flex;
        justify-content: center;
        /*align-items: center;*/
    }
    .heading-locations h1.alt, .heading-locations h2.alt.like-h1, p.like-h2 {
        padding-right: 10px;
        margin-bottom: 0px;
    }
    ul.no-bullets, .col-12.pt-5.facts ul {
        column-count: 2;
    }
    .col-lg-5.welcome-copy, .col-lg-7.gallery {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-md-8.col-lg-9.text-left.my-auto {
        flex: 0 0 70%;
        max-width: 70%;
        padding-left: 100px;
    }
    .col-md-4.col-lg-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .col-md-8.order-12.order-md-1 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 120px;
    }
    .col-md-4.mt-3.order-1.order-md-12 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .row.mt-5.mb-5.content-new {
        display: flex;
        align-items: center;
    }
    .page-id-214 div.gmw-form-wrapper.horizontal-gray {
        margin-top: 0px;
    }
    .vc_row.wpb_row.accent1.small-cta.schedule .container {
        max-width: 1200px;
    }
    .page-id-2684  img#cat {
        margin-top: -36px;
    }
    .location-template-default .vc_row.wpb_row.accent2.cta-row .container,
    .location-template .vc_row.wpb_row.accent2.cta-row .container{
        max-width: 100%;
        width: 100%;
        display: flex;
    }
    
    .loc-image-wrap-staff, .col-md-5  {
        margin-bottom: 15px;
    }
    
}

@media (max-width: 979px) {
    .desktop-only {
        display:none !important;
    }
    .mobile-only {
        display: block !important;
    }
    ul.\32 -column li {
        padding: 5px 0px;
    }
    .heading-locations {
        padding-top: 10px;
    }
    .heading-locations h1.alt,.heading-locations h2.alt.like-h1 {
        margin-bottom: 0px;
        line-height: 40px;
        padding-top: 15px;
    }
    .vc_row.wpb_row.accordion.light2_60 {
        padding-top: 30px;
    }
    .mt-5, .my-5 {
        margin-top: 0px !important;
    }
    .small-cta-right.schedule-btn {
        position: absolute;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 240px;
    }
    a.btn-bt.default.schedule {
        width: 215px;
    }
    .small-cta-right.schedule-btn .vc_column-inner {
        display: flex;
        justify-content: center;
    }
    img.aligncenter.size-full.wp-image-5639.mobile-only {
        padding-top: 20px;
    }
    .loc-info-2.cw .bottom a {
        width: 46%;
    }
    .loc-info-2.cw {
        max-height: 300px;
        min-height: 300px;
    }
    h5.d-none.d-lg-block {
        display: block !important;
    }
    .loc-info-2.cw, .loc-info-1.cw {
        padding: 11px 11px;
    }
    body #content .open-hours p.hours {
        font-size: 14px !important;
    }
    .loc-info-1.cw h3 {
        font-size: 18px;
    }
    .hide-me {
        display: none;
    }
    .row.location-name {
        padding: 30px 15px;
    }
    .col-lg-5.welcome-copy a.btn-bt.default {
        display: block;
        margin: 0 auto;
        max-width: 200px;
    }
    .col-lg-7.gallery {
        padding: 0px;
        margin: 0px;
    }
    .col-lg-7.gallery {
        padding: 0px;
        margin: 0px;
    }
    .col-12.pt-5.facts {
        padding-top: 15px !important;
    }
    .col-12.pt-5.facts {
        padding-top: 15px !important;
    }
    h4.blue {
        margin-bottom: 0px;
    }
    ul.no-bullets {
        margin: 0px;
    }
    picture.image-slider {
        margin: 0 5px;
    }
    .featured-case-wrapper .card {
        padding: 20px;
        margin: 0px 10px;
    }
    .row.mt-5.mb-5.content-new {
        margin: 0px !important;
        margin-bottom: 0px !important;
        padding: 20px 0px 0px 0px !important;
    }
    img.aligncenter.size-full.wp-image-5639.mobile-only {
        margin-bottom: 2px !important;
    }
    a.exp {
        padding-bottom: 20px;
    }
    span.closed {
        font-size: 18px;
    }
    body #content p.mb-2.save {
        font-size: 18px !important;
    }
    .card .card-bottom {
        display: block !important;
    }
    a.show_hide {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
        .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .button-group.header-button.header-button-group.display-tablet {
        box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    }
}

@media (max-width: 767px) {
    .loc-info-1.cw {
        margin-bottom: 30px;
    }
    .row.row-narrow.row-cw.mobile-flip {
        flex-direction: column-reverse;
    }
    .section-cap.bottom.mt-4 {
        margin-top: 0px !important;
        height: 65px;
    }
    .col-md-7, .col-md-5 {
        margin-bottom: 30px;

    }
    .loc-image-wrap-staff, .loc-info-3.h-100, .loc-info-1.h-100.d-flex.flex-column, .loc-image-wrap {
        min-height: 300px;
    }
    body .loc-info-1 p {
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .heading-locations h2 {
        font-size: 26px;
        line-height: 26px;
    }
    .heading-locations h1.alt, .heading-locations h2.alt.like-h1 {
        font-size: 50px;
    }
    .small-cta-center.wpb_column.vc_column_container.vc_col-sm-3\/5 {
        margin-bottom: -20px;
    }
    
    h1.search-reuults {
        font-size: 27px !important;
        line-height: 67px;
        padding-top: 0px;
	}
	h1.search-reuults input#gmw-address-field-4 {
    	padding-left: 0px !important;
	}
	/*h1.search-reuults .gmw-form-field-wrapper.gmw-address-field-wrapper {*/
 /*       margin-top: -40px;*/
 /*   }*/
    p.big, .col-12.text-center.mt-3.pb-3 p {
    	font-size: 18px;
    	line-height: 26px;
    	margin-bottom: 0px;
	}
	.slim-inner-row .wpb_text_column.wpb_content_element.vc_custom_1692640739635 {
        margin-bottom: 0px;
    }
    .card-bottom-tab p {
        text-align: center;
    }
    body #content .card .card-bottom a {
        width: 48%;
        float: left;
    }
    .small-cta .container {
        width: 80%;
    }
    .heading-locations.new {
        margin-top: -25px;
        padding-bottom: 15px;
    }
    
    .small-cta-right.schedule-btn {
        margin-top: 160px;
    }
    .vc_row.wpb_row.accent1.small-cta.schedule {
        padding-top: 20px;
    }
    .small-cta.schedule .container {
        width: 95%;
    }
    .vc_row.wpb_row.accent1.small-cta.schedule {
        height: 100%;
    }
    .loc-info-2.cw .bottom a {
        width: 46%;
    }
    .loc-info-2.cw.h-100 .top p.mb-2, .loc-info-1.cw.open.h-100 p {
        font-size: 14px !important;
    }
    .loc-info-2.cw {
        padding: 11px 11px;
    }
    .loc-info-2.cw p img {
        top: 15px;
        left: 15px;
    }
    .closed-save p img {
        top: 10px !important;
    }
    .loc-info-1.cw.closed h3 {
        font-size: 18px;
    }
    .loc-info-2.cw.h-100 .bottom p {
        margin-bottom: 0px;
    }
    .loc-info-2.cw p {
        font-size: 14px;
    }
    .loc-info-2.cw, .loc-info-1.cw.loc-image-wrap-staff {
        min-height: 250px;
    }
    .loc-info-1.cw {
        min-height: 250px;
        padding: 11px 11px;
        max-height: 350px;
    }
    .col-12.teal {
        padding: 20px 30px;
    }
    h1.location-name {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 0px;
    }
    p.address.mb-3 {
        font-size: 16px;
    }
    .icon-facebook, .icon-instagram, .icon-envelope {
        width: 16px;
        height: 16px;
    }
    p.address.mb-3 span.white {
        font-size: 16px;
        margin-bottom: 0px !important;
    }
    h2.text-center.blue.mb-2 {
        font-size: 24px;
        line-height: 30px;
    }
    h2.location-name {
        line-height: 30px;
    }
    .loc-info-3 h3 {
        font-size: 26px !important;
    }
    .col-12.pt-5.facts h4 {
        font-size: 23px;
        line-height: 27px;
    }
    button.show-more {
        margin-top: 20px;
    }
    span.closed {
        font-size: 16px;
    }
    .open-hours.pt-2 {
        top: 15px;
    }
    .single-location .loc-info-1 .open-hours {
        padding-top: 0px !important;
    }
    .loc-info-2.cw.h-100 .top {
        margin-bottom: 20px;
    }
    .loc-info-3.h-100.coming-soon {
        font-size: 14px;
    }
    .my-auto.pb-4.coming-soon {
        max-width: 200px;
    }
    .my-auto.pb-4.coming-soon h5 {
        font-size: 14px;
        line-height: 14px;
    }
    .my-auto.pb-4.coming-soon p {
        font-size: 14px;
    }
    .row.row-narrow.mt-4.coming-soon {
        margin-bottom: 0px !important;
    }
    .gmw-form-wrapper.horizontal-gray.gmw-pt-horizontal-gray-form-wrapper.pt.mb-0 {
        display: flex;
            justify-content: center;
    }
    div.gmw-form-wrapper.horizontal-gray select {
        width: 70px;
    }
    div.gmw-form-wrapper.horizontal-gray input[type="text"] {
        width: 120px;
    }
        h1.search-reuults {
        font-size: 27px !important;
        line-height: 27px;
        padding-top: 10px;
    }


}

@media (max-width: 1195px) and (min-width: 980px) {
    .heading-locations h2 {
        font-size: 32px;
    }
}


/* New accordions */

.postid-4342 .vc_row.wpb_row.accordion.light3 {
    display: none;
}

.col-12.text-center.mt-3.pb-3 p {
    font-size: 16px;
    line-height: 26px;
}

.vc_row.wpb_row.accordion.light3 {
    padding-top: 70px;
}

section#faqs .row.mb-3 {
    margin-bottom: 50px !important;
}

body #content .faq .btn-faq, button.btn-faq  {
    background-color: #E52728 !important;
    min-height: 50px !important;
    color: #ffffff !important;
    font-family: 'Montserrat' !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

body #content button.btn-faq.collapsed, button.btn-faq.collapsed {
    background-color: #01AAC7 !important;
    border-radius: 50px;
}

body #content button.btn-faq:hover, button.btn-faq:hover {
    background-color: #E52728 !important;
    color: #ffffff !important;
}

body #content .faq .btn-faq .toggle, .faq .btn-faq .toggle2, span.toggle, span.toggle2 {
    color: #C3DC7B !important;
    font-size: 50px !important;
    
}

.faq {
    box-shadow: 2px 2px 48px rgba(0, 0, 0, 0.18);
    border-radius: 25px;
    margin-bottom: 30px;
}

body #content button.btn-faq {
    border-radius: 25px 25px 0px 0px;
}

ul.two-column li {
    padding: 10px 0px;
}

section#faqs p.big {
    text-align: center;
}

section#faqs {
    background-color: #ffffff;
}

section#faqs {
    padding-bottom: 0px;
}

section#faqs .col-12 p {
    text-align: center;
}

@media (min-width: 767px) {
    ul.two-column {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .faq .btn-faq {
        font-size: 16px;
        line-height: 20px;
    }
    .col-12.teal p.address.mb-3 {
        margin-bottom: 0px !important;
    }
    body #content .open-hours p.hours {
        font-size: 12px !important;
    }
}

section#urgentvet-treats p, section#urgentvet-treats .row.mb-3 {
    text-align: center;
    margin-bottom: 0px !important;
}

section#urgentvet-treats {
    background-color: #F7F4F0;
}

.vc_row.wpb_row.global.light3 {
    padding: 60px 0px 20px;
}

section#faqs, section#urgentvet-treats {
    padding: 40px 0px;
}

div#accordion_left div.faq:last-child {
    margin-bottom: 20px;
}

@media (min-width: 980px) {
    .col-lg-7.gallery {
        max-height: 350px;
    }
}

p.mb-1.mb-lg-2.mb-xl-4 span.closed {
    margin-left: 100px;
}

p.mb-1.mb-lg-2.mb-xl-4 img {
    top: -15px !important;
}

body #content .closed-save p.mb-2.save {
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.loc-info-1.cw.closed.h-100 p span {
    margin-left: 100px;
}

.page-id-2684 .alm-reveal.alm-filters.row {
    justify-content: start !important;
}

@media (max-width: 480px) {
    p.mb-1.mb-lg-2.mb-xl-4 img {
        top: 0px !important;
    }
    .alm-filter--inner {
        padding-left: 10px !important;
    }
}

.location-info p {
    text-transform: capitalize;
}

.grecaptcha-badge {
    z-index: 9999999999999;
}

p.address.mb-3 a {
    text-transform: capitalize;
}

body.news-template-default.single.single-news {
    margin-top: 0px;
}

p.address a {
    text-transform: capitalize;
}

@media (max-width: 979px) {
	.col-md-8.col-lg-7 {
    	padding-top: 30px;
	}
}

@media (max-width: 480px) {
    .col-md-8.col-lg-7 h2 {
        font-size: 22px;
        margin-bottom: 0px;
            line-height: 32px;
    }
    .col-md-8.col-lg-7 h1 {
        font-size: 30px;
        margin-bottom: 15px;
            line-height: 40px;
    }
    .col-md-8.col-lg-7 p.address {
        font-size: 14px;
    }
    .icon-location {
        width: 15px;
        height: 15px;
    }
    .col-md-6.mb-3 h3 {
        padding-top: 20px;
        font-size: 16px;
    }
    h3.mb-0 {
        font-size: 16px !important;
    }
    .form-icon {
        width: 30px;
    }
    input#btn-submit-appointment {
        display: block;
        width: 100%;
    }
    #appointment-form #form-fields input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #appointment-form #form-fields textarea {
        height: 40px;
        font-size: 14px;
    }
    #appointment-form #form-fields select {
        height: 50px;
        font-size: 14px;
    }
    body #content #appointment-form #form-fields textarea {
        height: 200px;
    }
}

/* new css for location page */
.card.location.large.my-4.d-none {
    display: block !important;
    min-height: 100%;
    background: transparent;
    box-shadow: none;
    margin: 0px !important;
    padding: 0px 0px 20px 0px !important;
}

.pagination-per-page-wrapper.bottom.gmw-pt-pagination-wrapper.gmw-pt-top-pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.gmw-results-wrapper .gmw-orderby-dropdown, div.gmw-results-wrapper .gmw-per-page {
    padding: 10px 20px !important;
    height: 50px !important;
    border: none !important;
    border-radius: 25px !important;
    color: #00a9c6;
    border: 2px solid #00a9c6 !important;
    font-weight: 800;
}

.gmw-results-wrapper .gmw-pagination li a.next:hover, .gmw-results-wrapper .gmw-pagination li a.page-numbers:hover, .gmw-results-wrapper .gmw-pagination li a.prev:hover, .gmw-results-wrapper .gmw-pagination li a:active, .gmw-results-wrapper .gmw-pagination li a:hover, .gmw-results-wrapper .gmw-pagination li span.current {
    background-color: #ffffff !important;
    color: #00a9c6 !important;
    font-weight: 800;
    border: 2px solid #00a9c6;
}

a.page-numbers {
    background-color: #e52728 !important;
    color: #ffffff !important;
    font-weight: 800;
}

.gmw-results-wrapper .gmw-pagination li a.next, .gmw-results-wrapper .gmw-pagination li a.page-numbers, .gmw-results-wrapper .gmw-pagination li a.prev, .gmw-results-wrapper .gmw-pagination li span, .gmw-results-wrapper .gmw-pagination li span.current, .gmw-results-wrapper .gmw-pagination li span.page-number {
    padding: 10px 20px;
    font-size: 16px;
}

@media (max-width: 480px) {
    .pagination-per-page-wrapper.bottom.gmw-pt-pagination-wrapper.gmw-pt-top-pagination-wrapper {
        display: block;
    }
    select.gmw-per-page {
        display: block;
        width: 100%;
        text-align: center;
    }
    .card.location.large.my-4.d-none {
        padding-bottom: 80px !important;
    }
    ul.gmw-pagination {
        width: 100%;
    }
}


.bg-gray {
    padding-bottom: 0px !important;
}
div#filters-brick ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
}
div#filters-brick ul li {
        margin-left: 5px;
        margin-right: 5px;
}

div#filters-brick ul li a {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 25px;
    padding: 15px 20px;
    font-weight: 700;
    text-align: center;
}
div#filters-brick ul li a:hover {
    border: 2px solid #ea1c2d;
    background-color: #ea1c2d;
    color: #ffffff;
}
div#filters-brick ul li {
    margin-bottom: 40px;
}
div#filters-brick ul {
    margin-bottom: -20px;
}
.pagination-per-page-wrapper {
    display: block !important;
}
@media (max-width: 767px) {
    div#filters-brick ul li a {
        display: block;
        margin: 0 auto;
    }
    div#filters-brick ul li {
        margin-bottom: 15px;
        width: 44%;
    }
    div#filters-brick ul {
        justify-content: center;
    }
    div#filters-brick ul {
        margin-bottom: 0px;
    }
    
}

/*David Edits below here*/

.locations-results p.distance {
    display: none;
}

@media screen and (min-width: 611px) and (max-width: 628px){
    body.locations .small-cta-right.wpb_column img.mobile-only {
        margin-bottom: -24px !important;
    }
}
@media screen and (min-width: 629px) and (max-width: 632px){
    body.locations .small-cta-right.wpb_column img.mobile-only {
        margin-bottom: -28px !important;
    }
}
@media screen and (min-width: 633px) and (max-width: 668px){
    body.locations .small-cta-right.wpb_column img.mobile-only {
        margin-bottom: -30px !important;
    }
}

@media screen and (min-width: 668px) and (max-width: 980px){
    body.locations .small-cta-right.wpb_column img.mobile-only {
        margin-bottom: -45px !important;
    }
}

@media screen and (max-width: 980px){
    ul.gmw-pagination {
        display: contents;
    }
}

@media screen and (max-width: 480px){
    body.locations .small-cta-right.wpb_column img.mobile-only {
        margin-bottom: -28px !important;
    }
}

div#filters-brick ul {
    margin-bottom: 5px;
}