/*
Theme Name: iVET360 Base 12
Theme URI: https://ivet360.com/
Author: Brendan Shea
Author URI: https://ivet360.com/
Description: iVET360's Base 12 theme.
Version: 2020.1
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Sitewide
# Search
# Header
# Homepage
  ## Hero
  ## Welcome
  ## HP Services
  ## HP Team
  ## Appointment
# Subpages
  ## Headers
  ## SP Team
  ## SP Services
  ## Contact Us
  ## Thank You
  ## Search Results
  ## 404 Page
# Footer
# Hidden Elements
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sitewide
--------------------------------------------------------------*/

:root {
  --alice: #e4edf1;
  --freeze: #bfd6dd;
  --bordeaux: #6c0d24;
  --gray: #bdbdbd;
  --midnight: #141e61;
  --black: #0d0d0d;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}
strong {
  font-weight: bold;
}
body {
  font-family: "georgiapro", sans-serif;
  font-size: 18px;
  color: #0d0d0d;
  line-height: 1.5em;
  position: relative;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: var(--midnight);
}
p > a {
  color: var(--midnight);
  font-weight: bold;
  text-decoration: underline;
}
ol {
  list-style: decimal;
}

h1 {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.25em;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.25em;
}

h3 {
  font-size: 28px;
  /* font-weight: bold; */
  margin-bottom: 1em;
  line-height: 1.25em;
}

h4 {
  font-size: 1.5em;
  /* font-weight: bold; */
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}

p {
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 300;
}
li {
  line-height: 1.5em;
}
.home .entry-content > p {
  margin-bottom: 0;
  display: none;
}
i,
em {
  font-style: italic;
}
.fas.fa-phone {
  transform: rotate(90deg);
}

body:not(.home) #content ul,
body:not(.home) #content ol {
  margin: 0 0 1em 3em;
}

body:not(.home) #content ul {
  list-style: disc;
}
/* p > a {
  color: #F04949;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
} */
p > a:hover {
  color: var(--bordeaux);
}
#opacity-effect {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #00000059;
  z-index: 9998;
}

.inner-wrapper {
  width: 1200px;
  max-width: 90vw;
  /* padding: 0 5%; */
  display: flex;
}

.fifty-percent {
  width: 50%;
}

/* .fifty-percent:first-of-type {
  padding-right: 2.5%;
}

.fifty-percent:last-of-type {
  padding-left: 2.5%;
} */

.blue-button,
.dark-blue-button,
.gform_button {
  font-size: 14px;
  padding: 15px 40px;
  color: white;
  text-transform: uppercase;
  width: fit-content;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
  border-radius: 100px;
  letter-spacing: 0.04em;
  background-color: var(--midnight);
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-family: "josefin-sans", sans-serif;
}

.blue-button:hover,
.gform_button:hover,
.dark-blue-button:hover {
  background-color: #f04949;
  color: #fff;
}
.red-button {
  font-size: 14px;
  /* padding: 6px 12px; */
  padding: 15px 40px;
  color: white;
  text-transform: uppercase;
  width: fit-content;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.6s ease;
  border-radius: 100px;
  letter-spacing: 0.04em;
  background-color: var(--bordeaux);
  text-align: center;
  display: inline-block;
  font-family: "josefin-sans", sans-serif;
}

.red-button:hover {
  background-color: var(--midnight);
  color: #fff;
}

#gform_submit_button_1 {
  border-left: none;
  color: #fff !important;
  font-family: "josefin-sans", sans-serif;
}
#gform_submit_button_1:hover {
  color: #fff !important;
}

/* #wrapper {
  overflow-x: hidden;
} */

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
body {
  position: relative;
}
#search-box {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 156.22px;
  background-color: white;
  display: flex;
  justify-content: center;
  transform: translateY(-500px);
  transition: transform 0.4s ease;
}

.slide-down {
  transform: translateY(0px) !important;
}

#search-box .search-submit {
  display: none;
}

#search-inner {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-form {
  width: 75%;
}

.search-form,
.search-field {
  height: 100%;
}

.search-field {
  width: 100%;
  /* font-family: mr-eaves-xl-modern, sans-serif; */
  font-size: 50px;
  border: none;
}

.search-field::placeholder {
  color: var(--midnight);
}

#exit-search-btn {
  padding: 10px;
  cursor: pointer;
}

#exit-search-icon {
  font-size: 34px;
  color: #a2a3a7;
  transition: all 0.4s ease;
}

#exit-search-btn:hover #exit-search-icon {
  transform: rotate(180deg);
  color: #95d9f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#post-2 header {
  display: none;
}

#header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sticky-header {
  z-index: 9999;
  position: fixed;
  width: 100%;
  transform: translateY(-175px);
  transition: transform 0.4s ease;
  background-color: var(--midnight);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
}

.sticky-section {
  width: 33.3%;
  padding: 25px 0;
}

.sticky-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: min(3.75vw, 22px);
}

.sticky-button i {
  margin-right: 6px;
}

#sticky-one {
  background-color: var(--alice);
}
#sticky-one > a {
  color: var(--midnight);
}

#sticky-two {
  background-color: var(--freeze);
}
#sticky-two > a {
  color: var(--midnight);
}

#sticky-three {
  background-color: var(--midnight);
}

.header-top-buttons {
  color: white;
  background-color: var(--midnight);
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
}

#header-appointment {
  background-color: #247390;
}

#main-header {
  position: relative;
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: space-between;
}

#header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
}

#header-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* justify-content: flex-end;
  align-items: center; */
  width: 60%;
}

#header-top {
  /* position: absolute;
  top: 0; */
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#header-top-inner {
  display: flex;
}

#header-logo {
  width: 300px;
  margin-left: 20px;
}

.menu-main-menu-container {
  height: 100%;
}

#menu {
  height: 100%;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  margin-right: 20px;
}

#menu #main-menu {
  display: flex;
  height: 100%;
}

#menu #main-menu > li {
  height: 100%;
  margin-right: 10px;
}

#menu #main-menu > li:hover > .sub-menu {
  z-index: 9999;
  display: block;
}

#menu #main-menu > li > a {
  height: 100%;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--midnight);
  font-size: 20px;
  display: flex;
  align-items: center;
  font-family: "josefin-sans", sans-serif;
}

#menu #main-menu > li > a:after {
  position: absolute;
  /* bottom: 45px; */
  bottom: 25px;
  left: 0;
  width: 100%;
  display: block;
  content: "";
  border-bottom: 2px solid #95d9f1;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

#menu #main-menu > li > a:hover:after {
  transform: scaleX(1);
}

#menu #main-menu .current_page_item > a:after {
  transform: scaleX(1);
}

#menu .sub-menu {
  position: absolute;
  display: none;
}

#menu .sub-menu > li {
  /* height: 50px;
  padding: 0 20px; */
  background-color: #308bac;
  transition: background-color 0.5s ease;
}

#menu .sub-menu > li:hover {
  background-color: #95d9f1;
}
#menu .sub-menu > li:hover > .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 100%;
  top: 0;
}
#menu .sub-menu > li > a {
  height: 100%;
  font-size: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
}

#open-search {
  padding: 5px 10px;
  border-left: 2px solid #a2a3a7;
  cursor: pointer;
}

#hamburger {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  overflow-x: hidden;
}
.mobile-phone {
  color: var(--midnight);
}
.burger-line {
  width: 25px;
  height: 2px;
  background: var(--midnight);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.burger-line::before,
.burger-line::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--midnight);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.burger-line::before {
  transform: translateY(-8px);
}

.burger-line::after {
  transform: translateY(8px);
}

#hamburger.open .burger-line {
  transform: translateX(50px);
  background: transparent;
}

#hamburger.open .burger-line::before {
  transform: rotate(45deg) translate(-25px, 25px);
}

#hamburger.open .burger-line::after {
  transform: rotate(-45deg) translate(-25px, -25px);
}

#open-search i {
  color: #a2a3a7;
}

#header-social-box {
  z-index: 9998;
  position: absolute;
  bottom: -40px;
  left: 2.5%;
  display: flex;
}

.header-social-links {
  width: 40px;
  height: 40px;
  color: white;
  background-color: #308bac;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease;
}

.header-social-links:hover {
  background-color: #95d9f1;
}

.header-social-links:not(:last-of-type) {
  border-right: 1px solid #11475b;
}

#mobile-menu-container {
  display: none;
  width: 100%;
}

#mobile-menu-container #mobile-menu > li {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #308bac;
  border-bottom: 1px solid #11475b;
  cursor: pointer;
}

#mobile-menu-container #mobile-menu > li > a {
  padding: 8px 0;
  width: fit-content;
  color: white;
  font-size: 20px;
}

#mobile-menu-container,
#mobile-menu-container .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

#mobile-menu-container .sub-menu {
  width: 100%;
}

#mobile-menu-container .sub-menu > li {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #95d9f1;
  border-top: 1px solid #11475b;
}

#mobile-menu-container .sub-menu > li > a {
  padding: 8px 0;
  color: white;
  font-size: 18px;
}

#mobile-menu-container .fa-chevron-right {
  position: absolute;
  top: 10px;
  right: 2%;
  transition: all 0.2s ease;
  color: white;
}

.rotate {
  transform: rotate(90deg);
}

.sub-menu-open {
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

/* .page-id-2 {
  overflow-x: hidden;
} */

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/

/* #hero-outer-container {
  position: relative;
  width: 100vw;
  height: 45vw;
} */

#hero-container {
  position: relative;
  width: 100vw;
  height: 45vw;
  /* background-image: url('/wp-content/uploads/2020/03/homepage-slider.png'); */
  background-size: cover;
  overflow: hidden;
}

#video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000052;
}

#video-text {
  position: absolute;
  bottom: 35%;
  left: 15%;
  z-index: 20;
}

#video-text h1 {
  text-align: center;
  color: white;
  text-shadow: 5px 2px 5px rgba(0, 0, 0, 0.2);
  margin: 0;
  /* margin-bottom: .5em; */
  line-height: 1em;
}

.hero-fade:nth-child(1) {
  transform: translateY(-90px);
}

.hero-fade:nth-child(2) {
  transform: translateY(-60px);
}

.hero-fade:nth-child(3) {
  transform: translateY(-40px);
}

.hero-fade:nth-child(4) {
  transform: translateY(-20px);
}

.hero-fade {
  opacity: 0;
  transition:
    transform 1.2s ease,
    opacity 2s ease;
}

#video-text h1:not(#video-italics-text) {
  text-transform: uppercase;
}

.video-thin-text {
  font-size: 55px;
  font-weight: lighter;
}

#video-bold-text {
  font-size: 80px;
  font-weight: bold;
}

#video-italics-text {
  /* font-family: mrs-eaves-xl-serif, serif; */
  font-style: italic;
  font-size: 70px;
  font-weight: bold;
}

.video-underline {
  position: relative;
}

.video-underline::after {
  content: "";
  display: block;
  border-bottom: 2px solid white;
  width: 0;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.video-underline.hundid::after {
  width: 100%;
}

/*--------------------------------------------------------------
## Welcome
--------------------------------------------------------------*/

#three-callouts {
  width: 100vw;
  height: min(25vw, 500px);
  display: flex;
}

.callout {
  width: 33.333%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.callout-text {
  text-align: center;
  transform: translateY(55%);
  opacity: 0;
  transition:
    transform 1.2s ease,
    opacity 2s ease;
}

.fade-in {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.callout:hover .callout-text {
  transform: scale(1.15) !important;
}

.callout-text h3 {
  /* font-family: mrs-eaves-xl-serif, serif; */
  font-size: 28px;
  color: white;
  font-style: italic;
  margin-bottom: 15px;
}

.callout-text h2 {
  font-size: 34px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

#about-area {
  width: 100vw;
  background: linear-gradient(to right top, #0f495d 50%, var(--midnight) 50%);
  border-bottom: 8px solid #95d9f1;
  display: flex;
  justify-content: center;
}

.about-section {
  width: 33%;
  box-sizing: border-box;
  padding-right: 15px;
}

.about-section:not(#first-about-section) {
  padding: 5% 2.5% 5% 0;
}

#first-about-section {
  padding-top: 5%;
}

#about-intro h2 {
  font-size: 44px;
  font-weight: bold;
  color: #95d9f1;
  text-transform: uppercase;
  margin-bottom: 0;
}

#about-intro h3 {
  font-size: 32px;
  font-style: italic;
  /* font-family: mrs-eaves-xl-serif, serif; */
  color: #adbfcb;
  margin-bottom: 0;
  font-weight: normal;
}

#icons-image {
  margin: 20px 0 -14px 0;
}

.about-section-text {
  color: #adbfcb;
}

.about-animation-text {
  transform: translateX(-50px);
  opacity: 0;
  transition:
    transform 0.7s ease,
    opacity 1.3s ease;
}

/*--------------------------------------------------------------
## HP Services
--------------------------------------------------------------*/

#homepage-services {
  width: 100vw;
  display: flex;
  justify-content: center;
  padding: 5% 0;
}

#hp-services-intro-container {
  overflow: hidden;
}

#hp-services-title {
  font-size: 44px;
  font-weight: bold;
  color: #247390;
  margin-bottom: 20px;
  text-transform: uppercase;
  transform: translateY(-200px);
  transition: transform 1s ease;
}

#hp-services-text {
  color: var(--midnight);
  opacity: 0;
  transition: opacity 1.6s ease;
}

#services-title {
  font-size: 34px;
  color: var(--midnight);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

#services-box {
  /* margin-left: 25px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#services-inner {
  /* height: 190px; */
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
}

.service {
  font-size: 22px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: var(--midnight);
  transform: translateX(-70px);
  opacity: 0;
  transition:
    transform 0.8s ease,
    opacity 1.5s ease;
  width: calc(50% - 20px);
}

.service i {
  font-size: 14px;
  color: #95d9f1;
  margin-right: 8px;
  transform: rotate(25deg);
  transition: transform 0.5s ease;
}

.service:hover i {
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}

.service {
  color: var(--midnight);
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/

#team-border-one {
  margin-bottom: -9px;
}

#gray-line-one {
  transform: translateY(190px);
  transition: transform 1.2s ease;
}

.light-gray-line-one {
  transform: translateY(145px);
  transition: transform 0.8s ease;
}

.animate-gray-line {
  transform: translateY(0px) !important;
}

#meet-the-team {
  width: 100vw;
  background-color: #95d9f1;
  display: flex;
  justify-content: center;
}
#team-border-two {
  position: relative;
  z-index: 2;
}
#meet-the-team .inner-wrapper {
  background-color: #95d9f1;
}

#team-image {
  width: 100%;
  border: 5px solid var(--midnight);
}

#team-text {
  color: var(--midnight);
  margin-bottom: 20px;
}

#team-title {
  font-size: 34px;
  color: var(--midnight);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Appointment
--------------------------------------------------------------*/

.appointment-area {
  width: 100vw;
  height: 650px;
  /* margin-top: -70px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  position: relative;
}
.appt-bottom-divider {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.appt-bottom-divider > path {
  fill: #95d9f1;
}
.appointment-area .inner-wrapper {
  justify-content: flex-end;
  max-width: 100%;
}

.home .appointment-area .inner-wrapper {
  justify-content: flex-start;
}

.appointment-container {
  background-color: rgba(149, 217, 241, 0.8);
  padding: 35px 30px;
}

#hp-appointment-container {
  opacity: 0;
  transition: opacity 1.8s ease;
}

#sp-appointment-container {
  transform: translateX(-300px);
  opacity: 0;
  transition: all 0.6s ease-in;
}

.appointment-container h2 {
  font-size: 44px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.appointment-box {
  display: flex;
}

.appointment-box .dark-blue-button:first-of-type {
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Subpages
--------------------------------------------------------------*/

.error404 #container,
.page-template-default:not(.home) #container,
.post-container,
.search .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.error404 #content,
.page-template-default:not(.home) #content,
.post-content,
.search .entry-inner-content {
  width: 1200px;
  max-width: 90vw;
  /* margin: 80px 0; */
}
.error404 #content {
  padding: 96px 0;
}

.page-template-default:not(.home) .entry-content p {
  margin-bottom: 1.2em;
}

.header {
  display: flex;
  justify-content: center;
  width: 100vw;
  background: linear-gradient(to right top, #0f495d 50%, var(--midnight) 50%);
}

.inner-header {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: center;

  align-items: center;
}
.category-services .inner-header {
  justify-content: flex-start;
}
body.page-template-default:not(.home) #container {
  padding: 96px 0;
}
body.page-template-banner-page #container {
  padding: 0;
}
/* body.page-template-banner-page .home-banner-caption > h1 {
  font-weight: bold; */
/* } */
.entry-title {
  color: white;
  margin-left: 0px;
  margin-bottom: 0;
  padding: 100px 0px;
  font-size: 65px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  /* transition: opacity 4.5s ease; */
}
.page-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-title-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.page-title-container > h1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--midnight);
}
@media screen and (max-width: 1024px) {
  .page-title-container > h1 {
    font-size: 40px;
  }
}
.service-post .inner-header {
  display: flex;
}
.first-word {
  font-weight: lighter;
  font-size: 40px;
  line-height: 1em;
}

.post-content p {
  margin-bottom: 1em;
  /* line-height: 25px; */
}

.post-img-container {
  transform: translateY(-100px);
  opacity: 0;
  transition:
    transform 1.2s ease,
    opacity 1.6s ease;
  display: none !important;
}

.post-img-container img {
  max-width: 475px;
  height: auto;
  float: right;
  margin: -240px 0 10px 10px;
  border: 6px solid var(--midnight);
}

.post-title {
  font-size: 50px;
  font-style: italic;
  color: var(--midnight);
  margin-bottom: 25px;
}

/* staff pages */

.staff-post-container.post-container {
  padding: 96px 0;
}

.post-img-container.staff-img {
  display: block !important;

  & img {
    max-width: 275px;
    margin: 0 0 40px 40px;
    border: 0;
    border-radius: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .post-title {
    font-size: 40px;
  }
  .staff-post-container.post-container {
    padding: 64px 0;
  }
}

/*--------------------------------------------------------------
## SP Headers
--------------------------------------------------------------*/

.page-id-39 .header {
  background-image: url("/wp-content/uploads/2020/03/about-us.png");
  background-size: cover;
}

.page-id-43 .header {
  background-image: url("/wp-content/uploads/2021/06/contact-us.png");
  background-size: cover;
}

.page-id-567 .header {
  background-image: url("/wp-content/uploads/2020/04/our-team.png");
  background-size: cover;
}

.page-id-39 .inner-header,
.page-id-567 .inner-header {
  display: flex;
  justify-content: flex-end;
}

.page-id-39 .entry-title,
.page-id-567 .entry-title {
  margin-left: 0;
  margin-right: 30px;
}

.page-id-567 .entry-title,
.page-id-43 .entry-title {
  color: var(--midnight);
}

/*--------------------------------------------------------------
## SP Team
--------------------------------------------------------------*/

.page-id-567 #content {
  width: 100% !important;
  max-width: none !important;
}

.team-container {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}

.team-container-inner {
  display: flex;
  width: 90%;
  max-width: 1200px;
  align-items: flex-start;
}

.odd-background {
  display: flex;
  min-height: 1000px;
  background-image: url(/wp-content/uploads/2020/04/staff-section-highlight.png);
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.team-photo {
  width: 300px;
  min-width: 300px;
  height: auto;
  max-width: 90%;
  flex: none;
  background-color: #114356;
}

.team-photo img {
  width: 100%;
  transform: translate(12px, 12px);
  max-width: 100%;
}

.team-text {
  padding: 0 5%;
}

.team-text h2 {
  font-size: 45px;
  font-weight: normal;
  color: #308bac;
  /* font-family: mrs-eaves-xl-serif, serif; */
  font-style: italic;
  margin-bottom: 20px;
}

.team-text p {
  color: #013f50;
  line-height: 25px;
}

/*--------------------------------------------------------------
## SP Services
--------------------------------------------------------------*/

.page-id-41 .header {
  background: none;
  background-image: url("/wp-content/uploads/2020/04/dog-and-cat.png");
  background-size: cover;
  background-position: center;
}

.page-id-41 .entry-title {
  color: var(--midnight);
  margin-left: 0;
  margin-right: 30px;
}

.page-id-41 .inner-header {
  display: flex;
  justify-content: flex-end;
}

#subpage-services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.service-box {
  width: 33.3%;
  padding: 20px;
  min-width: 295px;
}

.inner-service-box {
  position: relative;
  width: 100%;
}

.service-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000003d;
  transition: background-color 0.6s ease;
}

.service-box:hover .service-overlay {
  background-color: #003f50b5;
}

.inner-service-box img {
  width: 100%;
  display: flex;
  align-self: stretch;
}

.service-title-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-title-box h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 8px;
}

.service-learn-more {
  color: var(--midnight);
  background-color: #95d9f1;
  font-style: italic;
  font-size: 18px;
  /* font-family: mrs-eaves-xl-serif, serif; */
  padding: 5px 30px;
  margin: 0 !important;
}

/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/

.page-id-43 .appointment-area {
  display: none;
}
/*
.page-id-43 #content {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
} */

.page-id-43 .inner-header {
  display: flex;
  justify-content: flex-end;
}

.page-id-43 .entry-title {
  margin-right: 30px;
}

#contact-us {
  width: 100%;
  display: flex;
}

#contact-map {
  width: 65%;
}

#contact-info {
  width: 35%;
  padding: 2.5%;
  background-color: #308bac;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-info h2 {
  font-size: 26px;
  /* margin-bottom: 5px; */
}

#gform_3 .gfield_label,
#field_3_6,
#field_3_7 {
  display: none;
}

#gform_3 input,
#gform_3 textarea {
  width: 100%;
  border: none;
  padding: 8px;
  background-color: #fafafa;
}

#gform_fields_3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px !important;
}

#gform_fields_3 li {
  width: 48%;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Thank You
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/

.search-results article {
  display: flex;
  justify-content: center;
}

.search-results .entry-summary {
  width: 90%;
  max-width: 1200px;
  margin-bottom: 40px;
}

.search-results article:first-of-type {
  margin-top: 80px;
}

.search-results article:last-of-type {
  margin-bottom: 80px;
}

.search-results .posts-header {
  display: none;
}

.search-results .post-title {
  font-size: 40px;
  margin: 10px 0;
}

.vist-page-box {
  margin-top: 10px;
}

.vist-page {
  position: relative;
  font-size: 20px;
}

.vist-page:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  display: block;
  content: "";
  border-bottom: 2px solid var(--midnight);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.vist-page:hover:after {
  transform: scaleX(1);
}

.search-no-results .entry-content .search-field {
  margin: 25px 0;
}

.search-no-results .search-submit {
  font-size: 18px;
  padding: 6px 12px;
  color: white;
  background-color: var(--midnight);
  border: 2px solid var(--midnight) !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
}

.search-no-results .search-submit:hover {
  color: var(--midnight);
  background-color: white;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/

#error-code {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--midnight);
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 64px 0;
  }
}
.home #footer {
  /* padding-top: 50px; */
}
#top-angle {
  z-index: 1;
  width: 100vw;
  height: 65px;
  transform-origin: top right;
  transform: rotate(1.8deg);
  background-color: #95d9f1;
}

#footer .inner-wrapper {
  z-index: 2;
}
#footer .inner-wrapper .fifty-percent {
  border-bottom: 1px solid rgb(240 250 245 / 20%);
  width: calc(50% - 20px);
}
#footer .inner-wrapper .fifty-percent:first-of-type {
  margin-right: 20px;
}
#footer .inner-wrapper .fifty-percent:last-of-type {
  margin-left: 20px;
}
#homepage-footer .fifty-percent .custom-html-widget {
  display: flex;
  flex-direction: column;
}

#homepage-footer .fifty-percent:first-of-type .custom-html-widget {
  align-items: center;
}

#homepage-footer .fifty-percent:last-of-type .custom-html-widget {
  justify-content: center;
}

.footer-logo {
  /* margin-top: -125px; */
  /* width: 300px; */
  margin-bottom: 40px;
}

#hp-footer-logo,
#sp-footer-logo {
  /* transform: translateY(50px);
  opacity: 0; */
  transition:
    transform 0.8s ease,
    opacity 1.4s ease;
}

#footer-map {
  max-width: 100%;
  /* transform: translateY(50px); */
}

/* #hp-visit-us {
  transform: translateX(40%);
  opacity: 0;
  transition: transform .8s ease, opacity 1.4s ease;
  overflow-x: hidden;
} */
#hp-visit-us {
  /* overflow: hidden; */
}
#hp-visit-us > div {
  /* transform: translateX(40%);
  opacity: 0; */
  transition:
    transform 0.8s ease,
    opacity 1.4s ease;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* height: 100%; */
}
#hp-footer-logo > div {
  /* transform: translateX(40%);
  opacity: 0; */
  transition:
    transform 0.8s ease,
    opacity 1.4s ease;
  /* overflow-x: hidden; */
  display: flex;
  /* align-items: flex-start; */
  flex-direction: column;
  /* justify-content: space-between; */
}

.visit-us h2 {
  font-size: 44px;
  font-weight: bold;
  color: var(--midnight);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-box {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.contact-box a {
  margin-bottom: 10px;
}

.visit-us a {
  color: var(--freeze);
  font-size: 20px;
  padding-bottom: 23px;
}
/* #hp-visit-us a, #hp-visit-us h2 {
  color: var(--midnight);
}
#hp-visit-us h2 {
  text-transform: uppercase;
  font-weight: bold;
} */
h2.widget-title {
  font-size: 23px;
  font-weight: bold;
  color: var(--freeze);
}
h2.widget-title:not(.no-underline)::after {
  content: "";
  width: 27px;
  height: 4px;
  background-color: var(--freeze);
  border-radius: 100px;
  display: block;
  margin-top: 23px;
  margin-bottom: 16px;
}
h2.widget-title.no-underline {
  margin-bottom: 20px;
}
.hours-box p:first-child {
  margin-bottom: 0px !important;
}

.bold {
  font-weight: bold;
}

#gform_wrapper_1 {
  /* margin-top: 35px; */
  /* border-bottom: 1px solid rgb(46 61 80 / 20%); */
  margin-bottom: 0;
  margin-top: 0;
}

.home #gform_wrapper_1 {
  /* margin-top: 55px; */
}

#gform_1 {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px0;
}

#field_1_2 .gfield_label {
  position: absolute;
  font-weight: bold;
  color: var(--midnight);
  font-size: 20px;
  top: -39px;
  white-space: nowrap;
}

#gform_fields_1 li,
#gform_1 .gform_footer,
#gform_1 .gform_body {
  width: fit-content;
  padding: 0 !important;
  margin: 0 !important;
}

#gform_fields_1 .ginput_container_email {
  margin-top: 0 !important;
}

#gform_fields_1 input {
  width: 100%;
  border: none;
  padding: 12px 65px 12px 0;
  background-color: transparent;
  color: var(--freeze);
  font-weight: 500;
  font-size: 18px;
}
#gform_fields_1 input::placeholder {
  color: var(--freeze);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}

#gform_submit_button_1 {
  height: 100%;
  margin-right: 0;
}

#subpage-footers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#subpage-footer-inner {
  width: 100%;
  display: flex;
  margin: 5% 0;
}
.page-id-43 #subpage-footer-inner {
  display: none;
}
.subpage-footer-half {
  width: 50%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

#sp-footer-left {
  /* transform: translateX(-5%);
  opacity: 0; */
  transition:
    transform 0.7s ease,
    opacity 2s ease;
  width: 50%;
}

#sp-footer-right {
  transform: translateX(5%);
  opacity: 0;
  transition:
    transform 0.7s ease,
    opacity 2s ease;
}

.subpage-footer-titles {
  margin-bottom: 20px;
  color: var(--midnight);
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}

.subpage-footer-half .gform_wrapper {
  margin: 0;
}

.subpage-footer-half .gform_footer {
  display: flex;
  justify-content: center;
}

/* .subpage-footer-half a {
  font-size: 20px;
  color: var(--midnight)
} */

.subpage-footer-half .contact-box {
  text-align: center;
}

#footer-socials {
  margin-top: 20px;
  display: flex;
}

.footer-social-links {
  background-color: var(--midnight);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  transition: all 0.5s ease;
}

.footer-social-links:hover {
  background-color: #308bac;
  transform: translateY(-3px);
}

.footer-social-links:not(:last-of-type) {
  margin-right: 5px;
}

.footer-social-links i {
  color: white;
}

#copyright {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--freeze);
  padding: 28px 0;
}
#copyright > .inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .home #copyright {
  padding: 70px 0 30px 0;
} */

#copyright-text,
#copyright-text a {
  font-size: 16px;
  text-transform: none;
  color: var(--midnight);
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0;
}

body:not(.home) #copyright-text {
  width: 100%;
  text-align: center;
}

#lowercase {
  text-transform: lowercase;
}

/*--------------------------------------------------------------
# Hidden Elements
--------------------------------------------------------------*/

.page-id-632 #header-top,
.page-id-632 #menu,
.page-id-632 #header-social-box,
.page-id-632 .inner-header,
.page-id-632 .appointment-area,
.page-id-632 #footer,
.page-id-632 #sticky-header,
.page-id-632 #copyright,
.page-id-630 #header-top,
.page-id-630 #menu,
.page-id-630 #header-social-box,
.page-id-630 .inner-header,
.page-id-630 .appointment-area,
.page-id-630 #footer,
.page-id-630 #sticky-header,
.page-id-630 #copyright,
.page-id-369 #header-top,
.page-id-369 #menu,
.page-id-369 #header-social-box,
.page-id-369 .appointment-area,
.page-id-369 #footer,
.page-id-369 #sticky-header,
.page-id-369 #copyright,
.page-id-371 #header-top,
.page-id-371 #menu,
.page-id-371 #header-social-box,
.page-id-371 .appointment-area,
.page-id-371 #footer,
.page-id-371 #sticky-header,
.page-id-371 #copyright {
  display: none !important;
}

.page-id-632 #sticky-header,
.page-id-630 #sticky-header,
.page-id-369 #sticky-header,
.page-id-371 #sticky-header {
  padding: 0;
}

.page-id-632 #main-header,
.page-id-630 #main-header,
.page-id-369 #main-header,
.page-id-371 #main-header {
  display: flex;
  justify-content: center;
}

.page-id-632 .header,
.page-id-630 .header {
  height: 40px;
}

.page-id-369 .entry-title,
.page-id-371 .entry-title {
  width: auto;
  font-size: 80px;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1120px) {
  /* HOMEPAGE SECTIONS */

  #hero-container {
    overflow-y: inherit;
    height: 100%;
    display: flex;
  }

  #video-697-2 {
    display: flex;
  }

  #video-text {
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
  }

  .inner-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-socials {
    margin-bottom: 12px;
  }

  .fifty-percent {
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }

  .about-section {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 25px;
  }

  #about-intro {
    margin-top: 25px;
  }

  #services-box {
    margin-left: 0;
  }

  #services-inner {
    width: fit-content;
  }

  .service {
    margin-right: 25px;
  }

  #icons-image,
  #hp-services-intro p,
  #services-title,
  #team-image {
    display: none;
  }

  #meet-the-team .fifty-percent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .home .appointment-area {
    background-position: center;
  }

  /* SUBPAGES */

  #contact-us {
    flex-direction: column-reverse;
  }

  #contact-map,
  #contact-info {
    width: 100%;
  }

  #gform_1 .gform_footer.top_label {
    display: flex;
    justify-content: center;
  }

  .team-text {
    padding: 0;
    margin-top: 5%;
  }

  .team-container-inner {
    display: block;
  }

  .team-photo {
    float: left;
    margin-right: 35px;
  }

  /* FOOTER */

  #homepage-footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    margin-bottom: 25px;
  }

  #footer-map {
    transform: translateY(0px);
  }

  .visit-us {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #gform_1 {
    justify-content: center;
  }

  #field_1_2 {
    position: relative;
  }

  #field_1_2 .gfield_label {
    left: 18%;
    width: 100%;
  }

  #copyright {
    padding: 30px 0;
  }

  #copyright .inner-wrapper {
    justify-content: center;
  }

  #copyright-text {
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  #three-callouts {
    height: auto;
    flex-direction: column;
  }

  .callout {
    width: 100%;
    background-size: cover;
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  /* NOTE: This media query is exclusively for displaying mobile header elements. Adjust the breakpoint depending on the amount of menu items you have. */

  #header-left,
  #header-right {
    width: auto;
  }

  #header-top {
    display: none;
  }

  #mobile-menu-container {
    display: block;
  }

  #header-top {
    justify-content: center;
    background-color: #013f50;
  }

  #menu #main-menu {
    display: none;
  }

  #hamburger {
    display: flex;
  }

  #header-social-box {
    left: 0;
    right: 0;
    justify-content: center;
  }

  #open-search {
    border-left: none;
  }

  #open-search i,
  #hamburger i {
    font-size: 24px;
  }

  #sticky-header {
    transform: translateY(-235px);
  }
}

@media screen and (max-width: 850px) {
  .entry-title {
    width: auto;
    margin-left: 0;
  }

  .page-id-41 .inner-header {
    justify-content: center;
  }

  .page-id-41 .entry-title {
    margin-right: 0;
  }

  #subpage-footer-inner {
    margin: 0 0 5% 0;
    flex-direction: column-reverse;
  }

  .subpage-footer-half {
    width: 100%;
  }

  #sp-footer-left {
    margin-top: 2.5%;
  }

  .inner-header {
    justify-content: center !important;
  }
  .first-word {
    font-size: 30px;
  }
  .entry-title {
    margin: 0 !important;
    text-align: center;
    font-size: 36px;
  }
}

@media screen and (max-width: 740px) {
  #video-bold-text,
  #video-italics-text {
    font-size: 40px;
  }

  .video-thin-text {
    font-size: 28px;
  }

  .team-photo {
    float: none;
  }
  .odd-background {
    background-position: center bottom;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 642px) {
  #gform_fields_1 {
    flex-direction: column;
  }

  #gform_fields_1 li {
    padding-right: 0;
  }

  #gform_submit_button_1 {
    width: 100%;
    padding: 0 10px;
  }

  .appointment-box .dark-blue-button {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
  }
  .appointment-box {
    flex-direction: column;
  }
  .appointment-container h2 {
    font-size: 28px;
  }

  .post-img-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .post-img-container.staff-img {
    & img {
      margin: 0 0 12px 12px;
      max-width: 32vw;
    }
  }

  .post-img-container img {
    /* max-width: 100%; */
    /* float: none; */
    /* margin: 0 0 20px 0; */
  }
}

@media screen and (max-width: 500px) {
  #header-logo {
    width: 200px;
  }

  .header-top-buttons {
    font-size: 12px;
  }

  #services-inner {
    height: auto;
    margin-bottom: 20px;
  }

  .service {
    margin-right: 0;
  }

  #team-border-one {
    margin-bottom: -5px;
    width: 100vw;
  }

  #team-border-two {
    margin-top: -5px;
    width: 100vw;
  }

  #gform_fields_1 input {
    height: 65px;
  }

  .wp-video,
  #video-text {
    display: none;
  }

  #hero-container {
    height: 45vw;
    background-image: url(/wp-content/uploads/2020/03/homepage-slider.png);
    overflow-y: hidden;
  }
}
#gform_wrapper_2 li.gfield input:not([type="radio"]):not([type="checkbox"]),
#gform_wrapper_2 li.gfield textarea,
#gform_wrapper_2 li.gfield select {
  background-color: #fafafa;
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px !important;
  color: #444;
  width: 100% !important;
}

#gform_wrapper_2 label.gfield_label {
  color: var(--midnight);
}
#gform_wrapper_2 .gform_wrapper .gfield_required {
  color: var(--midnight) !important;
}
.page-id-564 #container {
  background-color: var(--alice);
}
.page-id-564 .entry-content {
  display: flex;
  justify-content: center;
}
#gform_wrapper_2 {
  background-color: white;
  box-sizing: border-box;
  padding: 0 0 50px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 700px;
  max-width: 100%;

  .gfield:not(#field_2_2) {
    padding: 0 50px;
  }
}
#gform_fields_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#gform_fields_2_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#field_2_2 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#field_2_26 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}
.appt-header {
  width: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 50px 0 35px 0;
  position: relative;
}
.appt-header h2 {
  margin-bottom: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: var(--midnight);
  font-size: 32px;
}
.appt-header > p {
  font-style: italic;
  color: #444;
  margin-bottom: 0 !important;
}
.appt-page-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: var(--midnight);
  border-radius: 100%;
  top: -25px;
}
.appt-page-number > p {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0 !important;
}
.appt-urgent-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 50px;
  background-color: #eb5757;
  width: 100%;
  box-sizing: border-box;
}
.appt-urgent-cta p {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
.appt-urgent-cta p a {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
#field_2_24 {
  padding: 0 !important;
}
#input_2_3 {
  margin-bottom: 0 !important;
  display: flex;
}
#input_2_3 > li {
  margin-bottom: 0 !important;
  margin-right: 15px;
}
#input_2_3 > li > * {
  margin-top: 0 !important;
}
#field_2_3 {
  display: flex;
  align-items: center;
}
#field_2_3 > .ginput_container {
  margin-top: 0;
}
#gform_wrapper_2 .gform_page_footer {
  border-top: none !important;
  padding: 0 50px !important;
  margin: 25px 0 0 0 !important;
}
#gform_wrapper_2 ul.gfield_radio input {
  box-shadow: none;
}
#gform_wrapper_2 ul.gfield_radio input:checked ~ label {
  color: var(--midnight);
}
/* .gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  color: var(--midnight);

} */
#gform_wrapper_2 .gform_next_button {
  border: none;
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--bordeaux);
  color: white !important;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 15px;
  transition: all 0.6s ease;
  font-weight: 500;
  font-family: "urw-din", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
}
#gform_wrapper_2 .gform_next_button:hover {
  background-color: var(--midnight);
  color: #fff !important;
  cursor: pointer;
}
/* #gform_page_2_2 {
  display: block !important;
} */
#field_2_13 > .ginput_container {
  position: relative;
}
#field_2_13 > .ginput_container > .ui-datepicker-trigger,
#field_2_13 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 18px;
}
#field_2_15 > .ginput_container {
  position: relative;
}
#field_2_15 > .ginput_container > .ui-datepicker-trigger,
#field_2_15 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 18px;
}
#gform_fields_2_2 .gfield_radio {
  margin: 0 !important;
  display: flex;
}
#gform_fields_2_2 .gfield_radio > li {
  display: flex;
  align-items: center;
}
#gform_fields_2_2 .gfield_radio > li > * {
  margin-top: 0 !important;
  margin-right: 10px;
}
#field_2_14 .ginput_container {
  margin-top: 0 !important;
}
#field_2_16 .ginput_container {
  margin-top: 0 !important;
}
#gform_page_2_2 .gform_page_footer {
  display: flex;
  flex-direction: column;
}
#gform_wrapper_2 .gform_previous_button {
  border: none;
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--bordeaux);
  color: white !important;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 15px;
  transition: all 0.6s ease;
  font-weight: 500;
  font-family: "urw-din", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
}
#gform_wrapper_2 .gform_previous_button:hover {
  background-color: var(--midnight);
  color: #fff !important;
  cursor: pointer;
}
#gform_submit_button_2 {
  border: none;
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: var(--bordeaux);
  color: white !important;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 15px;
  transition: all 0.6s ease;
  font-weight: 500;
  font-family: "urw-din", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
}
#gform_submit_button_2:hover {
  background-color: var(--midnight);
  color: #fff;
  cursor: pointer;
}
#field_2_11 {
  width: 100% !important;
}
.button {
  font-size: 14px !important;
  padding: 15px 40px;
  color: #fff !important;
  text-transform: uppercase;
  width: fit-content;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
  border-radius: 100px !important;
  letter-spacing: 0.04em;
  background-color: var(--bordeaux);
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-family: "josefin-sans", sans-serif !important;
}
.button:hover,
.button:focus {
  background-color: var(--midnight);
  color: #fff !important;
}
.career-page h1 {
  text-transform: uppercase;
  color: var(--midnight);
  margin-bottom: 20px;
}
.career-page .hero {
  background: #fff url(/wp-content/uploads/2021/09/Frame-5.svg) bottom right /
    auto 80% no-repeat;
  padding: 10% 30px;
  position: relative;
}
.career-page .hero div {
  max-width: 1024px;
  margin: 0 auto;
}
.career-page .hero div > * {
  max-width: 510px;
}
.hero-image {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-height: 80%;
  width: calc(100% - 570px);
  object-fit: contain;
  max-width: 30%;
}

.cta-section {
  display: flex;
}

.cta-section a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--midnight) 00 url(/wp-content/uploads/2021/09/Who-We-Are.png)
    center / cover no-repeat;
  padding: 30px;
  height: 25vw;
  min-height: 250px;
  transition: 0.5s;
  background-blend-mode: multiply;
}
.cta-section a:nth-child(2) {
  background-image: url(/wp-content/uploads/2021/09/Services.jpg);
}
.cta-section a:nth-child(3) {
  background-image: url(/wp-content/uploads/2021/09/Open-Positions.png);
}
.cta-section a:hover {
  background-color: var(--midnight) ff;
}
.cta-section a h3 {
  margin-bottom: 0;
  text-align: center;
}
.career-about {
  background: var(--midnight)
    url(/wp-content/uploads/2021/09/Why-Awesome-Vet.png) 40% center / cover
    no-repeat;
  display: flex;
  justify-content: flex-end;
}
.career-about div {
  color: #fff;
  background: #034050dd;
  max-width: 810px;
  padding: 60px 30px;
}

.career-page .pre-footer {
  padding: 90px 30px 180px;
}
.center-narrow {
  padding: 90px 30px 90px;
}
.career-page .pre-footer div,
.center-narrow div {
  max-width: 818px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 801px) {
  .career-about div {
    padding: 150px 90px;
  }
  .career-page.about .hero-image {
    max-width: 50%;
    right: 0;
  }
}
@media (max-width: 800px) {
  .cta-section {
    flex-direction: column;
  }
  .career-page .hero {
    padding-bottom: 60%;
  }
  .career-page.about .hero {
    padding-bottom: 230px;
  }
  .hero-image {
    max-width: 330px;
    max-height: unset;
    width: 40%;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 801px) and (max-width: 920px) {
  .hero-image {
    right: 5%;
  }
}
.blue-text {
  color: #95d9f1 !important;
}
.dark-blue-text {
  color: var(--midnight) !important;
}
.accordion {
  padding: 44px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.125);
  border-radius: 30px;
}
.accordion .head {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #034050;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.accordion .head span:last-child {
  color: #95d9f1;
  font-size: 18px;
  text-decoration: underline;
}
.accordion .body {
  margin-top: 30px;
}
.accordion + .accordion {
  margin-top: 30px;
}
.new-row {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}
.page-template-landing #header {
  display: none;
}
.home-banner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 94px 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-color: var(--alice);
}
.banner-bg {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 1;
  position: relative;
}
.banner-bg > img {
  width: 50%;
}
.home-banner > img {
  width: 100%;
}
.home-banner > img:last-of-type {
  display: none;
}
.home-banner-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  z-index: 2;
}
.home-banner-caption {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-banner-caption > h1 {
  opacity: 0;
  transform: translateY(75px);
  color: var(--midnight);
  margin-bottom: 32px;
  animation: floatUp 1s ease 0.75s 1 forwards;
}
.title-tag {
  background-color: var(--freeze);
  padding: 12px 24px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--midnight);
  font-size: 14px;
  display: inline-block;
  font-family: "josefin-sans", sans-serif;
}
.title-tag.reverse-tag {
  background-color: var(--alice);
}
.home-banner-caption > .title-tag {
  opacity: 0;
  transform: translateY(75px);
  margin-bottom: 40px;
  animation: floatUp 1s ease 0.5s 1 forwards;
}
.home-banner-caption > .red-button {
  opacity: 0;
  transform: translateY(75px);
  animation: floatUp 1s ease 1.25s 1 forwards;
}
.float-up {
  opacity: 0;
  transform: translateY(75px);
  transition: all 1s ease 0s;
}
@media screen and (max-width: 1024px) {
  .home-banner {
    /* background-color: #EEF9FC; */
    flex-direction: column-reverse;
  }
  .banner-bg > img {
    width: 90%;
  }
  .home-banner > img:first-of-type {
    display: none;
  }
  .home-banner > img:last-of-type {
    /* display: block; */
    display: none;
  }
  .home-banner-container {
    position: relative;
    padding: 40px 0;
  }
  .home-banner-caption {
    width: 100% !important;
  }
  .home-banner-caption > h1 {
    font-size: 40px;
  }
}
.home-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 108px 0;
  background-image: url("/wp-content/uploads/2023/02/PVFL-background-white-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-intro-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  margin-bottom: 64px;
}
.intro-card {
  width: 33%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.intro-card > img {
  margin-bottom: 32px;
}
.intro-card > h3 {
  margin-bottom: 32px;
  font-size: 40px;
  margin-bottom: 0;
  color: var(--midnight);
}
.intro-text {
  width: 860px;
  max-width: 90vw;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.intro-text > p {
  position: relative;
  z-index: 1;
}
.intro-text-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, white);
  top: 0;
  left: 0;
}
.hidden-text {
  display: none;
}
.read-more {
  color: #f04949;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.read-more:hover {
  text-decoration: none;
  cursor: pointer;
}

.home-intro > p {
  margin-bottom: 0;
}
.home-intro > p > a {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .home-intro-container {
    flex-direction: column;
    align-items: center;
  }
  .intro-card {
    width: 100%;
    padding: 30px 0;
  }
}
.home-services {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-services > img {
  width: 100%;
}
.home-services > img:last-of-type {
  display: none;
}
.home-services-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
}
.home-services-caption {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-services-caption > img {
  margin-bottom: 48px;
}
.home-services-caption > p {
  margin-bottom: 32px;
}
@media screen and (max-width: 787px) {
  .home-services {
    /* padding: 96px 0; */
    background-color: #dcf3f9;
    display: flex;
    flex-direction: column;
  }
  .home-services > img:first-of-type {
    display: none;
  }
  .home-services > img:last-of-type {
    display: block;
  }
  /* .home-services > img {
    display: none;
  } */
  .home-services-container {
    position: relative;
    padding: 64px 0;
  }
  .home-services-caption {
    width: 100%;
  }
}
.home-carousel {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 104px 0 120px 0;
  overflow: hidden;
  background-color: var(--alice);
}
.home-carousel-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.carousel-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-color: var(--freeze);
  left: 0;
  bottom: 0;
}
.carousel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 54px;
}
.carousel-top > h2 {
  margin-bottom: 0;
  color: var(--midnight);
}
.carousel-btns {
  display: flex;
  align-items: center;
}
.carousel-btn {
  width: 50px;
  height: 50px;
  color: white;
  background-color: var(--bordeaux);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
}
.carousel-btn:hover {
  background-color: var(--midnight);
  cursor: pointer;
}
#left {
  margin-right: 10px;
}
#right {
  margin-left: 10px;
}
.carousel-body {
  width: 1200px;
  max-width: 90vw;
  overflow: visible;
}
.carousel-inner {
  display: flex;
  transition: all 0.6s ease;
}
.carousel-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin-right: 32px;
  width: 400px;
  min-width: 400px;
}
.wellcare-card {
  padding: 56px 50px 82px 50px;
  background-color: white;
  box-sizing: border-box;
}
.services-card {
  position: relative;
  overflow: hidden;
}
.services-card > img {
  width: 100%;
}
.services-card > img:first-of-type {
  position: relative;
  z-index: 1;
}
.services-card > img:last-of-type {
  position: absolute;
  z-index: 2;
  transition: all 0.6s ease;
}
.service-card-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 48px;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, transparent, transparent, black);
}
.service-card-overlay > h3 {
  color: white;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 23px;
}
.service-card-overlay > p {
  color: white;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}
.services-card:hover > img:last-of-type {
  transform: scale(1.1);
}
.wellcare-card > img {
  margin-bottom: 37px;
}
.wellcare-card > h3 {
  font-size: 28px;
  margin-bottom: 22px;
  font-weight: bold;
  color: var(--bordeaux);
}
.wellcare-card > p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .home-carousel {
    padding: 64px 0;
  }
  .carousel-top {
    flex-direction: column;
    text-align: center;
  }
  .carousel-top > h2 {
    margin-bottom: 40px;
  }
}
.header-btns {
  display: flex;
}
.ghost-btn {
  position: relative;
  justify-content: center;
  border: 1px solid var(--freeze);
  border-radius: 100px;
  background-color: transparent;
  color: var(--midnight);
  text-transform: uppercase;
  padding: 15px 24px;
  box-sizing: border-box;
  font-size: 14px;
  transition: all 0.6s ease;
  font-weight: 600;
}
.ghost-btn i {
  transform: rotate(90deg);
}
.ghost-btn > p:first-of-type {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  font-size: 10px;
  margin-bottom: 0;
  background-color: white;
  padding: 0 8px;
  font-weight: 500;
}
.ghost-btn > p:last-of-type {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  transition: all 0.6s ease;
}
.ghost-btn.red {
  position: relative;
  justify-content: center;
  border: 1px solid var(--gray);
  border-radius: 100px;
  background-color: transparent;
  color: var(--bordeaux);
  text-transform: uppercase;
  padding: 15px 24px;
  box-sizing: border-box;
  font-size: 14px;
  transition: all 0.6s ease;
  font-weight: 600;
}
.ghost-btn.red:hover,
.ghost-btn:hover {
  border-color: var(--midnight);
  color: var(--midnight);
}

.header-btns > .red-button {
  padding: 15px 24px;
  border: 1px solid var(--midnight);
  box-sizing: border-box;
}
.header-btns > .ghost-btn {
  padding: 15px 24px;
  margin-right: 16px;
}
.header-btns > .red-button:hover {
  border: 1px solid var(--bordeaux);
}
#new-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06); */
  position: relative;
  z-index: 3;
  padding: 24px 0;
  background-color: var(--alice);
}
.new-header-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-header-left {
  display: flex;
  align-items: center;
}
.new-header-menu .sub-menu {
  display: none;
}
.new-header-menu ul.menu {
  display: flex;
}
.new-header-menu ul.menu > li {
  margin-right: 32px;
  padding: 36px 0;
  position: relative;
}
.new-header-menu ul.menu > li > a {
  color: var(--midnight);
  font-size: 16px;
  font-family: "josefin-sans", sans-serif;
}
.new-header-menu ul.menu > li:hover > a {
}
.new-header-menu ul.menu > li:hover > .sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 250px;
}
.new-header-menu ul.menu > li > .sub-menu {
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  padding: 24px;
}
.new-header-menu ul.menu > li > .sub-menu > li > a {
  white-space: nowrap;
  font-size: 16px;
  line-height: 2em;
}
.new-header-menu ul.menu > li > .sub-menu > li > a:hover {
  font-weight: bold;
}
.new-header-mobile {
  display: none;
}
.new-mobile-menu {
  display: none;
  background-color: var(--midnight);
}
.new-mobile-menu .sub-menu {
  display: none;
}
.new-mobile-menu li {
  position: relative;
}
.new-mobile-menu ul#menu-main-menu-1 > li {
  padding: 0 24px;
}

.new-mobile-menu li > i {
  right: 24px;
  top: 20px;
  position: absolute;
  color: white;
}
.new-mobile-menu li > a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 21px;
  padding: 16px 0;
  width: 100%;
  text-align: left;
}
.new-mobile-menu li.open-mobile > a {
  /* background-color: #F04949; */
  color: white;
}
.new-mobile-menu li.open-mobile > i {
  color: white;
  transform: rotate(180deg);
}
.new-mobile-menu li > .sub-menu {
  background-color: var(--freeze);
  border-radius: 8px;
}
.new-mobile-menu li > .sub-menu > li > a {
  /* background-color: #F04949; */
  color: var(--midnight);
  padding: 9px 24px;
  text-align: left;
  font-size: 18px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}
#mobile-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  #logo {
    display: none;
  }
  #mobile-logo {
    display: block;
    width: 200px;
  }
  .new-header-menu {
    display: none;
  }
  .header-btns {
    display: none;
  }
  .new-header-mobile {
    display: flex;
    align-items: center;
  }
  .mobile-ghost-btn {
    border: 1px solid rgba(240, 73, 73, 0.2);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f04949;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin-right: 10px;
  }
  i.fas.fa-phone {
    transform: rotate(90deg);
  }
  .mobile-btn {
    border: 1px solid rgba(240, 73, 73, 0.2);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-color: #f04949;
    margin-right: 10px;
  }
  .new-header-mobile > i:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 1025px) {
  .new-mobile-menu {
    display: none !important;
  }
}
#logo {
  margin-right: 48px;
}
.team-gallery {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.team-gallery > img {
  width: 100%;
  display: none;
}
.team-gallery > img.active {
  display: block;
}
.team-gallery-bottom {
  position: absolute;
  width: 1200px;
  max-width: 90vw;
  bottom: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-gallery-bottom > h2 {
  color: white;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
  display: none;
}
.team-gallery-bottom > h2.active {
  display: block;
}
.gallery-btns {
  display: flex;
  align-items: center;
}
.gallery-btn {
  border-radius: 100%;
  background-color: white;
  opacity: 0.2;
  margin-left: 12px;
  width: 24px;
  height: 24px;
  transition: all 0.6s ease;
}
.gallery-btn:hover {
  cursor: pointer;
}
.gallery-btn.active,
.gallery-btn:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .team-gallery-bottom > h2 {
    font-size: 30px;
  }
  .gallery-btn {
    width: 15px;
    height: 15px;
  }
  .team-gallery-bottom {
    bottom: 15px;
  }
}
.home-map {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-map > img {
  width: 100%;
}
.home-address {
  width: 100%;
  background-color: #f04949;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 16px 0;
}
.home-address-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-address-container > p {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 23px;
  margin-bottom: 0;
  font-weight: 500;
}
#homepage-footer a {
  color: var(--freeze);
  text-decoration: none;
  text-transform: none;
  font-weight: 300;
}
#homepage-footer a:hover {
  color: #fff;
}
#homepage-footer p {
  font-size: 16px;
  line-height: 2em;
  color: var(--freeze);
  font-weight: 300;
}
.footer-column > p {
  margin-bottom: 2em;
}
.footer-column > p:last-of-type {
  margin-bottom: 0;
}
#homepage-footer .fifty-percent > .footer-column:first-of-type {
  margin-bottom: 66px;
}
#homepage-footer .fifty-percent > .footer-column:last-of-type {
  padding-bottom: 33px;
}
#hp-footer-logo > .footer-column:last-of-type > p,
#hp-footer-logo > .footer-column:last-of-type > p > a {
  font-weight: 500;
  font-size: 18px;
}
.footer-columns {
  width: 100%;
  display: flex;
}
.footer-quarter {
  width: 50%;
}
.footer-column iframe {
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .footer-columns {
    flex-direction: column;
    align-items: center;
  }
  .footer-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-quarter {
    width: 100%;
    margin-bottom: 33px;
  }
  #homepage-footer .fifty-percent {
    flex-direction: column;
    align-items: center;
  }
  h2.widget-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #homepage-footer .fifty-percent > .footer-column:first-of-type {
    margin-bottom: 33px;
  }
  #homepage-footer
    .fifty-percent
    > .footer-column
    > .footer-columns
    > .footer-quarter:last-of-type {
    margin-bottom: 0;
  }
  #footer .inner-wrapper .fifty-percent {
    margin: 0 !important;
  }
}
.footer-socials {
  display: flex;
}
.footer-socials > a {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background-color: var(--midnight);
  color: white !important;
  text-align: center;
  font-size: 18px;
  transition: all 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-socials > a:last-of-type {
  margin-right: 0;
}
.footer-socials > a:hover {
  background-color: var(--bordeaux);
  color: #fff !important;
}
.service-post #container {
  padding: 0 !important;
}
.services-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background-image: url("/wp-content/uploads/2023/02/PVFL-background-white-1.png");
  background-size: cover;
  background-position: center;
}
.services-top-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.services-top-container > img {
  border-radius: 16px;
  width: 40%;
}
.services-top-body {
  width: 60%;
  box-sizing: border-box;
  padding-right: 105px;
}
.services-top-body > h1 {
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .services-top-body > h1 {
    font-size: 40px;
  }
  .services-top-container {
    flex-direction: column-reverse;
  }
  .services-top-body {
    width: 100%;
    padding-right: 0;
  }
  .services-top-container > img {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* .service-post .post-container {
  display: none;
} */
.wellcare-container {
  padding: 0 !important;
}
.category-wellcare .post-title {
  display: none;
}
.wellcare-page {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.wellcare-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0;
  background-image: url("/wp-content/uploads/2023/02/PVFL-background-white-1.png");
  background-size: cover;
  background-position: center;
}
.wellcare-top-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.wellcare-top-container > h1 {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 40px;
}
.wellcare-top-container > p {
  font-size: 21px;
}
@media screen and (max-width: 1024px) {
  .wellcare-top-container > h1 {
    font-size: 40px;
  }
}
.wellcare-body {
  width: 100%;
  background-color: #eef9fc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0;
}
.wellcare-body-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
}
.wellcare-left {
  width: 60%;
  box-sizing: border-box;
  padding-right: 141px;
}
.wellcare-left > h2 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid var(--midnight);
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.wellcare-right {
  width: 40%;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 56px;
}
.wellcare-right > h3 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 26px;
}
.wellcare-right > p {
  margin-bottom: 40px;
}
.wellcare-right > img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .wellcare-body-container {
    flex-direction: column;
    align-items: center;
  }
  .wellcare-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 64px;
  }
  .wellcare-right {
    width: 100%;
  }
}
.page-id-567 #container {
  padding: 0 !important;
}
.page-id-567 .page-title {
  display: none;
}
.page-id-567 .entry-content > p {
  margin-bottom: 0;
}
.page-id-567 {
  .footer-cta {
    background-color: var(--alice);
  }
}
.new-team-wrapper {
  width: 100%;
  background-color: #eef9fc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0;
}
.new-team-container {
  display: flex;
  flex-direction: column;
  width: 1200px;
  max-width: 90vw;
}
.new-team-card {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 80px;
  margin-bottom: 64px;
  display: flex;
  align-items: flex-start;
}

.new-team-card > img {
  width: 279px;
  border-radius: 16px;
}
.new-team-body {
  box-sizing: border-box;
  padding-left: 76px;
}
.new-team-body > h3 {
  font-weight: bold;
  font-size: 23px;
}
.new-team-body > p {
  font-size: 18px;
  margin-bottom: 0;
}
.new-team-container > .new-team-card:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .new-team-card {
    flex-direction: column;
    padding: 40px;
  }
  .new-team-body {
    padding-left: 0;
    width: 100%;
  }
  .new-team-card > img {
    margin-bottom: 25px;
  }
  .fifty-percent {
    width: 100% !important;
  }
  #sp-footer-left {
    width: 100% !important;
    text-align: center;
  }
  #sp-footer-left > .footer-column:last-of-type {
    justify-content: center;
    display: flex;
  }
}
/* .page-id-781 #container {
  padding: 0 !important;
} */
.page-id-564 .page-title-container {
  justify-content: center;
  display: flex;
}
.career-card {
  position: relative;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .career-card {
    width: 350px;
    max-width: 350px;
  }
}
.career-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
  padding: 48px 32px;
  transition: all 0.6s ease;
}
.career-inner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 48px 32px;
  opacity: 0;
  background-color: rgba(79, 79, 79, 0.4);
  color: white;
  transition: all 0.6s ease;
}
.career-inner-overlay > p {
  margin-bottom: 0;
  color: white;
}
.career-inner-overlay > ul {
  margin-bottom: 0 !important;
  margin-left: 0.5em !important;
  text-align: left;
}
.career-card:hover .career-card-overlay {
  opacity: 0;
}
.career-card:hover .career-inner-overlay {
  opacity: 1;
}
.career-card-overlay > h3 {
  color: white;
  margin-bottom: 0;
}
.careers-openings {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0 176px 0;
  background-image: url("/wp-content/uploads/2023/02/PVFL-background-white-1.png");
  background-position: center;
  background-size: cover;
}
.careers-openings-container {
  width: 642px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.careers-openings-container > p {
  margin-bottom: 40px;
}
.careers-openings-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90vw;
}
.careers-openings-btns > .blue-button {
  margin-right: 16px;
}
.careers-openings-btns > .blue-button:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .careers-openings-btns {
    flex-direction: column;
  }
  .careers-openings-btns > .blue-button {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .careers-openings-btns > .blue-button:last-of-type {
    margin-bottom: 0;
  }
  #hp-footer-logo {
    display: flex;
    justify-content: center;
  }
}
.benefits-page .wellcare-left > ul {
  font-weight: bold;
  margin-left: 0 !important;
}
.page-id-41 .entry-content > p {
  display: none;
}
@media screen and (max-width: 1024px) {
  #glt-translate-trigger,
  .home-intro {
    display: none !important;
  }
}
#careers-intro {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/uploads/2023/02/PVFL-background-white-1.png");
  background-position: center;
  background-size: cover;
  padding: 96px 0;
}
.careers-intro-container {
  width: 800px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.careers-intro-container > h2 {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: bold;
}
.careers-intro-container > p {
  margin-bottom: 40px;
}
.careers-intro-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.careers-intro-card {
  width: calc(33.333% - 48px);
  margin: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.careers-intro-card > img {
  margin-bottom: 24px;
}
.careers-intro-card > h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 788px) and (max-width: 1024px) {
  .careers-intro-card {
    width: calc(50% - 48px);
  }
}
@media screen and (max-width: 787px) {
  .careers-intro-card {
    width: 100%;
    margin: 0 0 48px 0;
  }
}
.new-careers .home-services-caption > h2 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 32px;
}
.intro-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
}
.intro-section-container {
  width: 800px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.intro-section-container > h2 {
  margin-bottom: 24px;
  color: var(--midnight);
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(75px);
  transition: all 1s ease 0s;
}
.intro-section-container > .title-tag {
  margin-bottom: 34px;
  opacity: 0;
  transform: translateY(75px);
  transition: all 1s ease 0s;
}
.intro-section-container > p {
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(75px);
  transition: all 1s ease 0s;
}
.intro-section-container > .red-button {
  opacity: 0;
  transform: translateY(75px);
  transition: all 1s ease 0s;
}
.intro-section.has-btn > .intro-section-container > p {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .intro-section {
    padding: 64px 0;
  }
}
.home-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
  background-color: var(--alice);
}
.home-cta-container {
  width: 1200px;
  max-width: 90vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-cta-container > img {
  width: 100%;
  border-radius: 16px;
}
.home-cta-wrapper {
  position: absolute;
  width: 960px;
  max-width: 90%;
  display: flex;
  justify-content: flex-end;
  /* padding: 0 40px; */
}
.home-cta-caption {
  width: 45%;
  box-sizing: border-box;
  background-color: white;
  padding: 56px 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 16px;
}
.home-cta-caption > h3:not(.title-tag) {
  color: var(--midnight);
  margin-bottom: 32px;
  text-transform: capitalize;
}
.home-cta-caption > .title-tag {
  margin-bottom: 37px;
}
.home-cta-caption > a {
  width: 216px;
}
.home-cta-caption > a:first-of-type {
  margin-bottom: 19px;
}
#home-referral .home-cta-caption > a:first-of-type {
  margin-bottom: 0;
}
.teal-highlight {
  color: var(--bordeaux) !important;
}
@media screen and (max-width: 1024px) {
  .home-cta {
    padding: 64px 0;
  }
  .home-cta-container {
    flex-direction: column;
  }
  .home-cta-container > img {
    width: 100%;
    margin-bottom: 40px;
  }
  .home-cta-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .home-cta-caption {
    width: 100%;
    padding: 64px 40px;
  }
}
#home-doctor {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px;
}
.home-doctor-container {
  width: 1200px;
  max-width: 90vw;
  border-radius: 400px;
  background-color: var(--freeze);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-doctor-container > img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.home-doctor-wrapper {
  width: 960px;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-doctor-caption {
  width: 50%;
}
.home-doctor-caption > h2 {
  color: var(--midnight);
  text-transform: capitalize;
  margin-bottom: 40px;
}
.home-doctor-caption > .title-tag {
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  #home-doctor {
    padding: 64px 0;
  }
  .home-doctor-container {
    border-radius: 16px;
    padding: 64px 40px;
  }
  .home-doctor-container > img {
    display: none;
  }
  .home-doctor-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .home-doctor-caption {
    /* padding: 28px 23px; */
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
}
.new-test-card {
  background-color: white;
  padding: 56px 48px;
  align-items: flex-start;
  text-align: left;
  max-height: 700px;
}
.new-test-card h3 {
  color: var(--bordeaux);
  text-transform: capitalize;
  font-size: 23px;
}
.new-test-card > h3 {
  margin-bottom: 20px;
}
.new-test-card p {
  color: #0d0d0d;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 16px;
}
.new-test-card > img {
  margin-bottom: 20px;
}
.new-test-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.new-test-bottom h3 {
  margin-bottom: 0;
}
.footer-cta {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--freeze);
  padding: 120px 0 111px 0;
}
.footer-cta-container {
  width: 800px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-cta-container > h3 {
  margin-bottom: 0;
  color: var(--midnight);
}
.footer-cta-container > h2 {
  margin-bottom: 27px;
  color: var(--midnight);
}
.footer-cta-bar {
  width: 100%;
  border-radius: 100px;
  padding: 22px;
  box-sizing: border-box;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-cta-bar > a:first-of-type {
  font-size: 23px;
  font-weight: 600;
  color: var(--midnight);
}
@media screen and (max-width: 1024px) {
  .footer-cta {
    padding: 64px 0;
  }
}
#services-block {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 111px 0;
  background-color: var(--bordeaux);
}
.services-block-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-wrap: wrap;
}
.services-block-container > a {
  width: calc(50% - 30px);
  box-sizing: border-box;
  padding: 24px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgb(185 230 208 / 20%);
  transition: all 0.6s ease;
}
.services-block-container > a > h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
  transition: all 0.6s ease;
}
.services-block-container > a > i {
  font-size: 28px;
  color: rgb(185 230 208 / 20%);
  margin-bottom: 0;
  transition: all 0.6s ease;
}
.services-block-container > a > svg {
  width: 48px;
  opacity: 0.2;
  transition: all 0.6s ease;
}
.services-block-container > a > svg > line {
}
.services-block-container > a:nth-of-type(odd) {
  margin-right: 30px;
}
.services-block-container > a:nth-of-type(even) {
  margin-left: 30px;
}
.services-block-container > a:hover h3 {
  color: var(--freeze);
}
.services-block-container > a:hover {
  border-bottom: 2px solid var(--freeze);
}
.services-block-container > a:hover > i {
  color: var(--freeze);
}
.services-block-container > a:hover > svg {
  opacity: 1;
}
.services-block-container > a:hover > svg > path {
}
@media screen and (max-width: 1024px) {
  .services-block-container > a {
    width: 100%;
  }
  .services-block-container > a:nth-of-type(odd) {
    margin-right: 0;
  }
  .services-block-container > a:nth-of-type(even) {
    margin-left: 0;
  }
}
.services-page {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.services-body {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
  background-color: var(--midnight);
}
.services-body-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
}
.services-body-column {
  width: 50%;
  box-sizing: border-box;
}
.services-body-container > .services-body-column:first-of-type {
  padding-right: 30px;
}
.services-body-container > .services-body-column:last-of-type {
  padding-left: 30px;
}
.services-body-column > p {
  color: white;
}
.services-body-column > h3 {
  color: var(--freeze);
  text-transform: capitalize;
  margin-bottom: 47px;
}
.services-bullets {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}
.service-bullet {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  border-bottom: 2px solid rgb(240 250 245 / 20%);
}
.services-bullets > .service-bullet:first-of-type {
  padding-top: 0;
}
.service-bullet > h3 {
  color: var(--freeze);
  margin-bottom: 0;
  font-size: 23px;
  text-transform: capitalize;
}
.service-bullet > i {
  color: var(--freeze);
  transform: rotate(45deg);
  font-size: 23px;
  margin-right: 12px;
}
.services-cta {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  padding: 56px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 16px;
}
.services-cta > h3 {
  color: var(--midnight);
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .services-body-container {
    width: 1200px;
    max-width: 90vw;
    display: flex;
    flex-direction: column;
  }
  .services-body-column {
    width: 100%;
    box-sizing: border-box;
  }
  .services-body-container > .services-body-column:first-of-type {
    padding-right: 0;
  }
  .services-body-container > .services-body-column:last-of-type {
    padding-left: 0;
  }
}
#puppy-kitten .intro-section.has-btn > .intro-section-container > ul {
  text-align: left;
  font-weight: 300;
  margin-bottom: 40px;
}
#puppy-kitten .intro-section.has-btn > .intro-section-container > p {
  margin-bottom: 1em;
}
@keyframes floatUp {
  0% {
    opacity: 0;
    transform: translateY(75px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 500px) {
  .footer-cta-bar {
    padding: 14px 10px;
    flex-direction: column;
  }
  .footer-cta-bar > a:first-of-type {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
