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

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{text-align: right;}.alignleft{text-align: left;}.aligncenter{text-align: center;}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

input:focus, textarea:focus, select:focus{
  outline: none;
}
body,p,a,ul,li,u,em,div, button, input,figure,footer,header,section,aside,nav,form {
  font-family: bree, sans-serif;
}
h1,h2 {
  font-family: bree, sans-serif;
}
h3,h4,h5,h6 {
  font-family: bree, sans-serif;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #0F75BC;
}

ol {
  list-style: decimal;
}

h1 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.25em;

}

h2 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.25em;

}

h3 {
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.25em;

}

h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

/* p, body:not(.home) #content li {
  font-size: 20px;
} */
body {
  font-size: 20px;
  line-height: 1.5em;
}
p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
li {
  line-height: 1.5em;
}
.home .entry-content > p {
  margin-bottom: 0;
  display: none;
}
i, em {
  font-style: italic;
}

body {
  position: relative;
  /* font-family: mr-eaves-xl-modern, sans-serif; */
  font-weight: lighter;
}

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

body:not(.home) #content ul {
  list-style: disc;
}

#opacity-effect {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #00000059;
  z-index: 9998;
}

.inner-wrapper {
  width: 100%;
  max-width: 1250px;
  padding: 0 5%;
  display: flex;
}

#about-area .inner-wrapper{
  padding: 25px;
}

.fifty-percent {
  width: 50%;
}

.fifty-percent:first-of-type {
  padding-right: 3.5%;
}

.fifty-percent:last-of-type {
  padding-left: 3.5%;
}

.fifty-inner{
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.fifty-inner .blue-button{

}

.blue-button, .dark-blue-button, .gform_button {
  font-size: 18px;
  /* padding: 6px 12px; */
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  width: fit-content;
  border: none;
  cursor: pointer;
  transition: all .6s ease;
}

.blue-button {
  background-color: #04304F;
  border: 2px solid #04304F;
  width: 100%;
  text-align: center;
}

.blue-button:hover {
  background-color: white;
  color: #04304F;
}

.gform_button, .dark-blue-button {
  background-color: #0F75BC;
  border: 2px solid #0F75BC;
}

.dark-blue-button:hover, .gform_button:hover {
  background-color: white;
  color: #0F75BC;
}

#gform_submit_button_1 {
  border-left: none;
}

/* #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 .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: #04304F;
}

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

#exit-search-icon {
  font-size: 34px;
  color: #939598;
  transition: all .4s ease;
}

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

/*--------------------------------------------------------------
# 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 .4s ease;
  background-color: #024050;
  box-shadow: 0 2px 4px 0 rgba(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: #939598;
}

#sticky-two {
  background-color: #0F75BC;
}

#sticky-three {
  background-color: #04304F;
}

.header-top-buttons {
  color: white;
  background-color: #04304F;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
}

#header-appointment {
  background-color: #0F75BC;
}

#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: 30%;
}

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

#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: #04304F;
  font-size: 20px;
  display: flex;
  align-items: center;
}

#menu #main-menu > li > a:after {
  position: absolute;
  /* bottom: 45px; */
  bottom: 25px;
  left: 0;
  width: 100%;
  display: block;
  content: '';
  border-bottom: 2px solid #FBB040;
  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: #0F75BC;
  transition: background-color .5s ease;
}

#menu .sub-menu > li:hover {
  background-color: #0F75BC;
}

#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 #939598;
  cursor: pointer;

}

#hamburger {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.burger-line {
  width: 35px;
  height: 4px;
  background: #939598;
  border-radius: 5px;
  transition: all .2s ease-in-out;
}

.burger-line::before, .burger-line::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 4px;
  background: #939598;
  border-radius: 5px;
  transition: all .2s ease-in-out;
}

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

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

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

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

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

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

#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: #0F75BC;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .5s ease;
}

.header-social-links:hover {
  background-color: #0F75BC;
}

.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: #0F75BC;
  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 .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: #0F75BC;
  border-top: 1px solid #939598;
}

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

#mobile-menu-container .fa-chevron-right {
  position: absolute;
  top: 10px;
  right: 2%;
  transition: all .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: #00000022;
  background: linear-gradient(to right, #ffffff80, #00000022);
}

#video-text {
  position: absolute;
  bottom: 30%;
  left: 10%;
  z-index: 20;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#video-text h1 {
  text-align: center;
  color: #04304F;
  text-shadow: 5px 2px 5px rgba(0,0,0,0.2);
  margin: 0;
  line-height: 1em;
  margin-bottom: 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: 50px;
  font-weight: bold;
}

.hero-bluebox{
  padding: 15px 25px;
  background-color: #0F75BC;
  margin-top: 24px;
}

.hero-bluebox p{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

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

.big-three-ctn{
  width: 100vw;
  background-image: url(/wp-content/uploads/2022/04/Dark-Blue-Divider.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  /* background-image: linear-gradient(176deg, #fff 68%, #FBB040 calc(68% + 8px) ,#04304F calc(68% + 10px)) */
}




#three-callouts {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  height: min(25vw, 500px);
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.callout {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  min-height: 275px;
}

.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: 32px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

#about-area {
  width: 100vw;
  background: #04304F;
  display: flex;
  justify-content: center;
}

.about-section {
  width: 100%;
  box-sizing: border-box;
}

.about-section:not(#first-about-section) {
}

#first-about-section {
}

#about-intro h2 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  padding: 40px 0;
}

#about-intro p{
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding-bottom: 24px;
}

#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 .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: 36px;
  font-weight: bold;
  color: #04304F;
  margin-bottom: 20px;
  text-transform: uppercase;
  transform: translateY(-200px);
  transition: transform 1s ease;
}

#hp-services-title span{
  color: #FBB040;
}

#hp-services-text {
  color: #04304F;
  opacity: 0;
  transition: opacity 1.6s ease;
}

#hp-services-text-two {
  color: #04304F;
  opacity: 0;
  transition: opacity 1.6s ease;
}

.service-divider{
  width: 100%;
  border-bottom: 2px solid #04304F;
  padding-top: 12px;
  margin-bottom: 24px;
}

#services-title {
  font-size: 34px;
  color: #04304F;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

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

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

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

.service i {
  font-size: 18px;
  color: #FBB040;
  margin-right: 12px;
  transition: transform .5s ease;
}

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

.service {
  color: #04304F;
}

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



#team-border-one {
  width: 100vw;
  background-color: #04304F;
  display: flex;
  justify-content: flex-end;
}

#team-brder-one img{
  width: 100vw;
  /* margin-bottom: -9px; */
}

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

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

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

#meet-the-team {
  width: 100vw;
  background-color: #0F75BC;
  display: flex;
  justify-content: center;
}
#team-border-two {
  position: relative;
  z-index: 2;
}
#meet-the-team .inner-wrapper {
  padding: 40px 0;
  max-width: 1100px;
}

#team-image {
  width: 100%;
  /* border: 5px solid #04304F; */
}

#team-text {
  color: #fff;
  margin-bottom: 25px;
}

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

#meet-the-team .blue-button{
  background-color: #FBB040;
  border-color: #FBB040;
  width: fit-content;
  padding: 10px 40px;
}

#meet-the-team .blue-button:hover{
  background-color: #0F75BC;
  border-color: #fff;
  color: #fff;
  width: fit-content;
  padding: 10px 40px;
}

#meet-the-team .fifty-percent:last-of-type{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/*--------------------------------------------------------------
## 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: #0F75BC;
}
.appointment-area .inner-wrapper {
  justify-content: flex-end;
  max-width: 100%;
}
.appointment-area{
  background-image: url(/wp-content/uploads/2022/04/CTA-Block-interior.png) !important;
}
.home .appointment-area{
  background-image: url(/wp-content/uploads/2022/04/CTA-Block.png) !important;
}
.home .appointment-area .inner-wrapper {
  justify-content: flex-start;
}

.appointment-container {
  background-color: #04304F;
  padding: 35px 30px;
}

.appointment-container .dark-blue-button:hover{
  background-color: #04304F;
  color: #fff;
  border-color: #fff;
}

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

#sp-appointment-container {
  transform: translateX(-300px);
  opacity: 0;
  transition: all .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
--------------------------------------------------------------*/

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

.page-template-default:not(.home) #content, .post-content, .search .entry-inner-content {
  width: 90%;
  max-width: 1200px;
  margin: 80px 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, #58595B 50%,#04304F 50%);
}

.inner-header {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-services .inner-header {
  justify-content: flex-start;
}

.posts-header .inner-header{
  justify-content: flex-start;
}

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

.post-img-container img {
  max-width: 475px;
  height: auto;
  float: right;
  margin: -240px 0 10px 10px;
  border: 6px solid #04304F;
}

.post-title {
  font-size: 50px;
  /* font-family: mrs-eaves-xl-serif, serif; */
  font-style: italic;
  color: #0F75BC;
  margin-bottom: 25px;
}

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

.page-id-39 .header {
  background-image: url('/wp-content/uploads/2022/04/Hero-About.png');
  background-size: cover;
}

.page-id-43 .header {
  background-image: url('/wp-content/uploads/2022/04/Hero-Contact.png');
  background-size: cover;
}

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

.page-id-11646 .header{
  background-image: url('/wp-content/uploads/2022/04/Hero-What-to-Expect.png');
  background-size: cover;
}

.page-id-11603 .header{
  background-image: url('/wp-content/uploads/2022/04/Hero-We-Are-Green.png');
  background-size: cover;
}

.page-id-11605 .header{
  background-image: url('/wp-content/uploads/2022/04/Hero-Testimonials.png');
  background-size: cover;
}

.page-id-11638  .header{
  background-image: url('/wp-content/uploads/2022/04/Hero-Resources.png');
  background-size: cover;
}

.page-id-11648  .header{
  background-image: url('/wp-content/uploads/2022/04/Hero-Payment-Options.png');
  background-size: cover;
}

.page-id-11642  .header{
  background-image: url('/wp-content/uploads/2022/04/Hero-Online-Forms.png');
  background-size: cover;
}

.page-id-11640  .header,
.page-id-601  .header{
  background-image: url('/wp-content/uploads/2022/04/Hero-New-Client.png');
  background-size: cover;
}

.page-id-11650  .header{
  background-image: url('/wp-content/uploads/2022/04/Hero-FAQs.png');
  background-size: cover;
}

.page-id-11609  .header{
  background-image: url('/wp-content/uploads/2022/04/Hero-Client-Tour.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-11609 .entry-title,
.page-id-39 .entry-title,
.page-id-567 .entry-title,
 .page-id-43 .entry-title {
  color: #0F75BC;
}

/*--------------------------------------------------------------
## 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: #0F75BC;
  /* 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/2022/04/Hero-Services.png');
  background-size: cover;
  background-position: center;
}

.page-id-41 .entry-title {
  color: #0F75BC;
  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 .6s ease;
}

.service-box:hover .service-overlay {
  background-color: #0F75BC90;
}

.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-learn-more {
  background-color: #04304F;
  font-size: 18px;
  padding: 5px 30px;
  margin: 0 !important;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  max-width: 80%;
}

/*--------------------------------------------------------------
## 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-11609 .inner-header,
.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: #0F75BC;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

#contact-info p {
  color: white;
}

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

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

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

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

.page-id-11729 ul{
  margin-left: 0 !important;
}

/*--------------------------------------------------------------
## 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 #04304F;
  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: #04304F;
  border: 2px solid #04304F !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all .6s ease;
}

.search-no-results .search-submit:hover {
  color: #04304F;
  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: #04304F;
}
.home #footer {
  padding-top: 50px;
}
#top-angle {
  z-index: 1;
  width: 100vw;
  height: 65px;
  transform-origin: top right;
  transform: rotate(1.8deg);
  background-color: #0F75BC;
}

#footer .inner-wrapper {
  z-index: 2;
}

#homepage-footer .fifty-percent{
  padding-top: 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 {
  max-width: 300px;
  margin-bottom: 32px;
}

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

#hp-footer-logo iframe{
  width: 100%;
  height: 410px;
  padding-bottom: 20px;
}

#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; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
}

#hp-visit-us p {
  color: white;
}
#hp-visit-us p:last-child {
  margin-bottom: 0;
}
#hp-visit-us > div {
  /* transform: translateX(40%); */
  /* opacity: 0; */
  transition: transform .8s ease, opacity 1.4s ease;
  overflow-x: hidden;
}

.visit-us h2 {
  font-size: 44px;
  font-weight: bold;
  color: #04304F;
  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: #fff;
  font-size: 20px;
}
#hp-visit-us a {
  color: #fff;
  /* font-size: 20px; */
}
#hp-visit-us h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #FBB040;
  margin-bottom: 12px;
}

.hours-box p:first-child {
  margin-bottom: 0px !important;
  color: #fff;
}

.bold {
  font-weight: bold;
}

#gform_wrapper_1 {
  margin-top: 35px;
  margin-bottom: 0;
}

.home #gform_wrapper_1 {
  margin-top: 25px;
}

#gform_1 {
  display: flex;
  position: relative;
}

#field_1_2 .gfield_label {
  position: absolute;
  font-weight: bold;
  color: #04304F;
  font-size: 20px;
  top: -39px;
  white-space: nowrap;
  display: none;
}

#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 {
  font-size: 17px;
  width: 100%;
  border: none;
  padding: 12px 65px 12px 12px;
  /* border: 2px solid #024050; */
}

#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;
}
.page-id-43 .footer-slant{
  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 .7s ease, opacity 2s ease;
}

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

.subpage-footer-titles {
  margin-bottom: 20px;
  color: #04304F;
  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: #04304F
}

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

#hero-socials {
  display: flex;
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 5;
}

.footer-social-links {
  background-color: #04304F !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  transition: all .5s ease;
}

.footer-social-links:hover {
  background-color: #0F75BC;
  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;
  background-color: #0F75BC;
  padding: 30px 0;
}

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

#copyright p {
  margin-bottom: 0;
}

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

#copyright-text, #copyright-text a {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
}

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: ) {

} */

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

  .dog-cat-upper{
    flex-direction: column;
    align-items: center;
  }

  .forty-percent a{
    padding: 20px 0;
  }

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

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

  #footer #hp-visit-us{
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1000px) {

  #three-callouts {
    height: auto;
    flex-direction: column;
  }

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

}

@media screen and (max-width: 850px) {

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

  .appointment-area #team-btm-svg {
    width: 100vw;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
  }

  .appointment-area .sub-btm-appt{
    transform: rotate(0deg);
  }

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

  #gform_fields_1 input {
    height: 65px;
  }

  .wp-video, .hero-bluebox {
    display: none;
  }

  #video-text {
    top: 45%;
    transform: none;
    position: absolute;
    bottom: 30%;
    left: 13%;
    z-index: 20;
    max-width: 350px;
  }

  #video-text h1{
    color: #fff;
  }

  #hero-container {
    height: 100vw;
    background-position: bottom;
    background-image: url(/wp-content/uploads/2022/04/Mobile-Header.png);
    overflow-y: hidden;
  }

  #hero-socials{
    left: auto;
    right: 3%;
  }

}
#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: #024050;
}
#gform_wrapper_2 .gform_wrapper .gfield_required {
  color: #024050 !important;
}
.page-id-564 #container {
  background-color: #EAF7FC;
}
.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,.2);
  width: 700px;
  max-width: 100%;
}
#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: #024050;
  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: #024050;
  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-left: 0 !important; */
  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;
  /* padding-bottom: 15px !important; */
  /* padding: 15px 50px 15px 50px !important; */
  /* margin: 0 50px 0 50px !important; */
  /* border-bottom: 1px solid #444; */
}
#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: #04304F;
}
/* .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: #04304F;

} */
#gform_wrapper_2 .gform_next_button {
  border: 2px solid #04304F;
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #024050;
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all .6s ease;
  font-weight: bold;
}
#gform_wrapper_2 .gform_next_button:hover {
  background-color: #fff;
  color: #024050;
  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: 2px solid #04304F;
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #024050;
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all .6s ease;
  font-weight: bold;
  margin-bottom: 5px !important;
  display: block;
}
#gform_wrapper_2 .gform_previous_button:hover {
  background-color: #fff;
  color: #024050;
  cursor: pointer;
}
#gform_submit_button_2 {
  border: 2px solid #04304F;
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #024050;
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all .6s ease;
  font-weight: bold;
}
#gform_submit_button_2:hover {
  background-color: #fff;
  color: #024050;
  cursor: pointer;
}
#field_2_11 {
  width: 100% !important;
}
.button {
  display: inline-block;
  background: #FBB040;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 10px 80px;
  transition: .25s;
  border: 0;
}
.button:hover,
.button:focus {
  background-color: #0F75BC;
}
.career-page h1 {
  text-transform: uppercase;
  color: #04304F;
  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: #04304F00
    url(/wp-content/uploads/2021/09/Who-We-Are.png)
    center /
    cover
    no-repeat;
  padding: 30px;
  height: 25vw;
  min-height: 250px;
  transition: .5s;
  background-blend-mode: multiply;
}
.cta-section a:nth-child(2) {
  background-image: url(/wp-content/uploads/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: #04304Fff;
}
.cta-section a h3 {
    margin-bottom: 0;
    text-align: center;
}
.career-about {
  background: #04304F
    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%);
  }
  .about-animation-text {
    transform: translateX(0);
    opacity: 1;
    transition: none;
}
}
@media (min-width: 801px) and (max-width: 920px){
  .hero-image {
    right: 5%;
  }
}
.blue-text {
  color: #0F75BC !important;
}
.dark-blue-text {
  color: #024050 !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: #0F75BC;
  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;
}


/* Boerum Hill Rebuild */

/* #014051 > #04304F - dark blue */
/* #247390 > #0F75BC - dark blue */
/* #95d9f1 >  #0F75BC - light blue */

.dog-cat-section{
  width: 100vw;
  padding: 60px 0;
  background-color: #04304F;
}

.dog-cat-section p {
  color: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.dog-cat-upper {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.forty-percent{
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.forty-percent img{
  height: 140px;
  width: auto;
}

.forty-percent a{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.forty-percent p{
  padding: 24px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.pet-button{
  margin-top: 24px;
  color: #fff;
   border: 2px solid #0F75BC;
    width: 100%;
    text-align: center;
    background-color: #0F75BC;
    cursor: pointer;
    transition: all .6s ease;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 325px;
    font-weight: bold;
}

.pet-button:hover {
  background-color: #04304F;
  color: #fff;
  border: 2px solid #fff;
}

.sh-counter-container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.sh-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	width: 275px;
	margin: 15px;
	background-position: center;
	background-size: cover;
}

.sh-slot .sh-number {
  color: #04304F;
  font-size: 60px !important;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.sh-slot .sh-stat {
  color: #04304F;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.od-plus-container {
  display: flex;
  align-items: center;
}

.od-divider {
	width: 40px;
	height: 5px;
	background-color: white;
	margin: 10px 0 25px 0;
	transform: scaleX(0);
	transition: all 500ms ease;
}

#sh-slot-2{
  border-left: 2px solid #0F75BC;
  border-right: 2px solid #0F75BC;
}

.footer-slant{
  width: 100vw;
  margin-bottom: -8px;
  transform: rotateY(180deg);
  display: none;
}

.home .footer-slant{
  display: block;
}

.home .appt-slant{
  display: none;
}

.appt-slant{
  width: 100vw;
  margin-bottom: -8px;
  transform: rotateY(180deg);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* clinic tour */
/* .page-id-11609:not(.home) #content ul{
  list-style: none;
}
.page-id-11609 figure {
  margin: 1em 10px !important;
  width: fit-content;
}
.page-id-11609 .blocks-gallery-grid .blocks-gallery-item figure img {
  max-width: 33%;
  height: auto;
}

.page-id-11609 .blocks-gallery-grid{
  display: flex;
  flex-wrap: wrap;
} */

img {
  height: auto;
}

.page-id-601 .entry-title{
  color: #0F75BC;
}

.page-id-11640 .entry-title,
.page-id-11638 .entry-title{
  color: #0F75BC;
}

.page-id-11646 .entry-title{
  color: #0F75BC;
}

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

.page-id-11729 .gform_legacy_markup_wrapper{
  margin: 0 auto !important;
  max-width: 900px;
}

.home #footer{
  padding-top: 20px;
}

#footer .inner-wrapper{
  padding-bottom: 40px;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default{
  display: inline !important;
}

@media screen and (max-width: 600px) {
  .service{
    font-size: 20px;
  }
  .service i{
    display: none;
  }
  .fifty-inner{
    padding: 20px;
  }
  #sh-slot-2 {
    padding: 0 10px;
  }
  .sh-slot{
    margin: 10px
  }

  .sh-slot .sh-number {
    font-size: 40px !important;
  }
  .odometer-value{
    font-size: 30px;
  }
  .sh-slot .sh-stat{
    font-size: 16px
  }
  .sh-counter-container{
    width: 98%;
  }

}

/* rye css */

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

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

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

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

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

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

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

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

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

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

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

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

  & path {
    fill: #04304f;
  }
}
.ears.ears-active {
  opacity: 1;
}
