.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.no-show {
  display: none !important;
}
.blue-o {
  background-color: rgba(47,162,190,0.5);
}
.overlay-Blue {
  background-color: rgba(47,162,190,0.7);
}
.overlay-Green {
  background-color: rgba(155,207,124,0.7);
}
.overlay-Purple {
  background-color: rgba(58,41,102,0.7);
}
@import url("//fonts.googleapis.com/css?family=Nunito+Sans:200,400,600,700");
img {
  max-width: 100%;
  height: auto;
}
html {
  hieght: 100%;
}
html a {
  color: #333;
}
html a:visited,
html a:focus,
html a:hover,
html a:active {
  text-decoration: none;
}
html body {
  font-family: 'Nunito Sans', sans-serif;
}
html body ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.5px) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 767.5px) {
  .mobile {
    display: none;
  }
}
#wpadminbar {
  position: fixed;
}
.hidden_animated {
  opacity: 0;
}
.animated {
  opacity: 1 !important;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html .vc_section {
  margin-left: 0;
  margin-right: 0;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: 999;
}
header .header {
  display: flex;
  background-color: rgba(47,162,190,0.5);
  padding: 1rem 5vw;
  transition: 0.5s;
}
header .header a {
  color: #fff;
}
header .header .menu-item-has-children .sub-menu.scrollMenu {
  top: 6.5rem;
}
header .header .menu-item-has-children .sub-menu {
  background-color: #fff;
  box-shadow: 0 10px 1rem rgba(100,100,100,0.2);
  width: 100%;
  left: 0;
  top: 9rem;
}
header .header .menu-item-has-children .sub-menu .menu-item {
  display: inline-block;
  width: auto !important;
  padding: 1rem 2rem;
}
header .header .menu-item-has-children .sub-menu .menu-item a {
  color: #2fa2be;
}
header .header .header-left {
  width: 36%;
  display: flex;
  align-items: center;
}
header .header .header-left .menu-left-menu-container {
  width: 100%;
}
header .header .header-left .menu-left-menu-container .menu {
  display: flex;
}
header .header .header-left .menu-left-menu-container .menu .menu-item {
  width: 25%;
  text-align: center;
}
header .header .header-left .menu-left-menu-container .menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
}
header .header .header-left .menu-left-menu-container .menu .menu-item-has-children .sub-menu .menu-item {
  margin: 0;
}
header .header .header-middle {
  flex: 0 0 25%;
  margin: 0 auto;
  height: 7rem;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  header .header .header-middle {
    margin: 0 auto 0 0;
  }
}
header .header .header-middle .logo-container {
  height: 100%;
  width: 100%;
}
header .header .header-middle .logo-container .logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
header .header .header-right {
  width: 36%;
  display: flex;
  align-items: center;
}
header .header .header-right .menu-right-menu-container {
  width: 100%;
}
header .header .header-right .menu-right-menu-container .menu {
  display: flex;
}
header .header .header-right .menu-right-menu-container .menu .menu-item {
  width: 25%;
  text-align: center;
}
header .header .header-right .menu-right-menu-container .menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
}
header .header .header-right .menu-right-menu-container .menu .menu-item-has-children .sub-menu .menu-item {
  margin: 0;
}
.mobile-button {
  background-color: transparent;
  border: none;
}
.mobile-button .bar {
  background-color: #fff;
}
.mobile-button:focus {
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .mobile-button {
    display: none;
  }
}
.mobile-menu {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #2fa2be;
}
.mobile-menu .menu-container {
  width: 100%;
}
.mobile-menu .menu-container .menu-total-menu-container {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 5vw;
}
.mobile-menu .menu-container .menu-total-menu-container .menu {
  margin-top: auto;
  padding-top: 8rem;
}
.mobile-menu .menu-container .menu-total-menu-container .menu .menu-item {
  margin-bottom: 0.5rem;
}
.mobile-menu .menu-container .menu-total-menu-container .menu a {
  color: #fff;
  font-size: 1.3rem;
}
.mobile-menu .menu-container .menu-total-menu-container .menu .sub-menu {
  padding-left: 1.5rem;
}
.mobile-menu .menu-container .menu-total-menu-container .menu .sub-menu .menu-item {
  margin-bottom: 0;
}
.mobile-menu .menu-container .menu-total-menu-container .menu .sub-menu a {
  font-size: 1.1rem;
}
.header-active {
  background-color: rgba(47,162,190,0.9) !important;
  padding: 1rem 0 !important;
}
@media only screen and (max-width: 1024px) {
  .header-active {
    padding: 1rem 2rem !important;
  }
}
.header-active .header-middle {
  height: 4.5rem !important;
}
.scrollMenu {
  width: 100% !important;
}
.mobileScroll {
  overflow-y: hidden;
}
@media only screen and (max-width: 1024px) {
  .header-right,
  .header-left {
    display: none !important;
  }
}
.container {
  display: inline-block;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.home-page-template .hero {
  height: 55rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 9rem 5vw 3rem;
}
.home-page-template .hero .content {
  color: #fff;
  width: 28rem;
}
.home-page-template .hero .content .heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 2.7rem;
}
.home-page-template .hero .content .sub-heading {
  font-size: 1.85rem;
  font-weight: 200;
  letter-spacing: 1px;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 4px solid #9bce7c;
  display: inline-block;
}
.home-page-template .hero .content .slogan {
  font-size: 1.25rem;
}
.home-page-template .hero img {
  position: absolute;
  bottom: -7vw;
  left: 0;
  z-index: 1;
  width: 100%;
}
.home-page-template .one {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  padding: 1rem;
  flex-wrap: wrap;
}
.home-page-template .one .service {
  width: 25%;
  text-align: center;
  border-right: 2px solid #fff;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 1024px) {
  .home-page-template .one .service {
    width: 50%;
  }
  .home-page-template .one .service:first-child {
    margin-bottom: 1rem;
  }
  .home-page-template .one .service:nth-child(2) {
    border-right: none;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .one .service {
    width: 100%;
    margin: 0 !important;
    border: none;
  }
}
.home-page-template .one .service:last-child {
  border-right: none;
}
.home-page-template .one .service h3 {
  font-weight: 200;
  font-size: 2vw;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1440px) {
  .home-page-template .one .service h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-page-template .one .service h3 {
    font-size: 1.5rem;
  }
}
.home-page-template .one .service a {
  color: inherit;
  transition: 0.3s;
}
.home-page-template .one .service a:hover {
  color: #9bce7c;
}
.home-page-template .two {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.home-page-template .two .top-content {
  padding: 4rem 15vw;
}
.home-page-template .two .top-content p {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .two .top-content {
    padding: 4rem 5vw;
  }
}
.home-page-template .two .pet-of-week {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home-page-template .two .pet-of-week .picture {
  width: 35%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
@media only screen and (max-width: 1250px) {
  .home-page-template .two .pet-of-week .picture {
    width: 100%;
  }
}
.home-page-template .two .pet-of-week .picture img {
  margin-left: auto;
}
.home-page-template .two .pet-of-week .content {
  width: 65%;
  padding: 2rem 10rem 2rem 5rem;
}
@media only screen and (max-width: 1440px) {
  .home-page-template .two .pet-of-week .content {
    padding: 2rem 4rem;
  }
}
@media only screen and (max-width: 1250px) {
  .home-page-template .two .pet-of-week .content {
    width: 100%;
  }
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .two .pet-of-week .content {
    padding: 2rem 5vw;
  }
}
.home-page-template .two .pet-of-week .content h5 {
  color: rgba(58,41,102,0.6);
  font-size: 2rem;
}
.home-page-template .two .pet-of-week .content .name {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0.25rem 8rem 0.25rem 2rem;
}
.home-page-template .two .pet-of-week .content .name span {
  color: #fff;
  font-size: 4rem;
}
.home-page-template .two .pet-of-week .content .bio p {
  margin: 1.5rem 0;
  font-size: 1.1rem;
}
.home-page-template .two .pet-of-week .content .statistics {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .two .pet-of-week .content .statistics {
    background-image: none !important;
    flex-direction: column;
  }
}
.home-page-template .two .pet-of-week .content .statistics h6 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  width: 46%;
  margin-bottom: 0;
  font-size: 1.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .home-page-template .two .pet-of-week .content .statistics h6 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .two .pet-of-week .content .statistics h6 {
    font-size: 1.5rem;
    width: 34.5%;
  }
}
.home-page-template .two .pet-of-week .content .statistics span {
  color: #373839;
  width: 54%;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .two .pet-of-week .content .statistics span {
    width: 65.5%;
  }
}
.home-page-template .two .pet-of-week .content .statistics .age,
.home-page-template .two .pet-of-week .content .statistics .i-can,
.home-page-template .two .pet-of-week .content .statistics .i-love {
  width: 33%;
  padding: 2rem 0;
  display: flex;
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .two .pet-of-week .content .statistics .age,
  .home-page-template .two .pet-of-week .content .statistics .i-can,
  .home-page-template .two .pet-of-week .content .statistics .i-love {
    background-image: url("../../../uploads/2018/01/CROSSROADS-BOX.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    margin-bottom: 1rem;
  }
  .home-page-template .two .pet-of-week .content .statistics .age:last-child,
  .home-page-template .two .pet-of-week .content .statistics .i-can:last-child,
  .home-page-template .two .pet-of-week .content .statistics .i-love:last-child {
    margin-bottom: 0;
  }
}
.home-page-template .three {
  margin-top: 1.5rem;
  padding: 10rem 15vw 8rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .three {
    padding: 10rem 5vw 10rem;
  }
}
.home-page-template .three .overlay {
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.home-page-template .three .bubble {
  position: absolute;
  z-index: 3;
  right: 10vw;
  top: 5.5rem;
}
@media only screen and (max-width: 1920px) {
  .home-page-template .three .bubble {
    right: 8vw;
  }
}
@media only screen and (max-width: 1350px) {
  .home-page-template .three .bubble {
    right: 5vw;
  }
}
@media only screen and (max-width: 1024px) {
  .home-page-template .three .bubble {
    right: 2vw;
  }
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .three .bubble {
    display: none;
  }
}
.home-page-template .three .testimonials {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 0 2rem;
}
.home-page-template .three .testimonials .testimonial h4 {
  text-align: right;
}
.home-page-template .four {
  background-image: url("../../../uploads/2018/01/patient-packet-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 10px solid #fff;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .four {
    flex-wrap: wrap;
    background-image: none;
  }
}
.home-page-template .four .new-patient,
.home-page-template .four .download {
  width: 50%;
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .four .new-patient,
  .home-page-template .four .download {
    width: 100%;
  }
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .four .new-patient {
    background-image: url("../../../uploads/2018/01/blue-rectangle.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.home-page-template .four .new-patient h3 {
  font-size: 3vw;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 1440px) {
  .home-page-template .four .new-patient h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .four .new-patient h3 {
    font-size: 2.5rem;
    padding: 1rem 5vw;
    text-align: center;
  }
}
.home-page-template .four .packet {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .four .packet {
    background-color: #3a2966;
    padding: 1rem 5vw;
  }
}
.home-page-template .four .packet h4 {
  font-size: 2.5vw;
  font-weight: 200;
}
@media only screen and (min-width: 1440px) {
  .home-page-template .four .packet h4 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .four .packet h4 {
    font-size: 1.75rem;
  }
}
.home-page-template .four .packet img {
  width: 6vw;
  margin-left: 2rem;
}
@media only screen and (min-width: 1440px) {
  .home-page-template .four .packet img {
    width: 6rem;
  }
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .four .packet img {
    width: 3.5rem;
  }
}
.home-page-template .five {
  display: flex !important;
}
.home-page-template .five .sb_instagram_header,
.home-page-template .five #sbi_load {
  display: none;
}
.home-page-template .five #sb_instagram {
  padding-bottom: 0 !important;
  margin-right: auto;
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .five #sb_instagram {
    display: none;
  }
}
.home-page-template .five #sb_instagram #sbi_images {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home-page-template .five #sb_instagram #sbi_images .sbi_item {
  padding: 5px 10px 5px 0 !important;
}
.home-page-template .five .crossroads_ig {
  width: 8%;
  height: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 0;
}
@media only screen and (max-width: 767.5px) {
  .home-page-template .five .crossroads_ig {
    display: none;
  }
}
.home-page-template .five .ig_mobile {
  background-color: #9bce7c;
  color: #fff;
  width: 100%;
  margin-top: 0.5rem;
  text-align: center;
  padding: 1rem 5vw;
}
.home-page-template .five .ig_mobile a {
  color: #fff;
}
.child-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 25rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 9rem 5vw 0;
  position: relative;
}
.child-header .child-heading {
  color: #fff;
  letter-spacing: 1px;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.child-header .blog-post-overlay {
  background-color: rgba(255,255,255,0.9);
}
.child-header .blog-header {
  position: relative;
  z-index: 3;
  color: #2fa2be;
  padding-top: 8rem;
  padding-bottom: 4rem;
  opacity: 1;
  text-align: center;
  transition: 0.5s;
}
.child-header .blog-header .title {
  margin-bottom: 1rem;
}
.child-header .blog-header a {
  color: #2fa2be;
}
.child-header .blog-header .post-categories li:first-child {
  margin-left: 0;
}
.child-header .blog-header .post-categories li:last-child:after {
  content: '';
}
.child-header .blog-header .post-categories li {
  display: inline-block;
  color: #2fa2be;
  opacity: 0.7;
  margin-left: 5px;
}
.child-header .blog-header .post-categories li:after {
  content: ', ';
}
.scroll-fade {
  opacity: 0 !important;
  padding-bottom: 3rem !important;
}
.blogPage .blog-container,
.archivePage .blog-container {
  padding: 4rem 10vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blogPage .blog-post,
.archivePage .blog-post {
  width: 31%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1rem;
  padding: 2rem;
}
@media only screen and (max-width: 1160px) {
  .blogPage .blog-post,
  .archivePage .blog-post {
    width: 49%;
  }
  .blogPage .blog-post:nth-child(2n+2),
  .archivePage .blog-post:nth-child(2n+2) {
    margin-left: auto;
  }
  .blogPage .blog-post:nth-child(3n+2),
  .archivePage .blog-post:nth-child(3n+2) {
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .blogPage .blog-post,
  .archivePage .blog-post {
    width: 100%;
  }
}
.blogPage .blog-post .title,
.archivePage .blog-post .title {
  color: #2fa2be;
}
.blogPage .blog-post p,
.archivePage .blog-post p {
  color: #373839;
}
.blogPage .blog-post:hover,
.archivePage .blog-post:hover {
  box-shadow: 0 0 1rem rgba(200,200,200,0.8);
}
.blogPage .blog-post:hover .divider,
.archivePage .blog-post:hover .divider {
  width: 80%;
  background-color: #2fa2be;
}
.blogPage .blog-post:nth-child(3n+2),
.archivePage .blog-post:nth-child(3n+2) {
  margin: 0 auto 1rem;
}
.blogPage .blog-post .divider,
.archivePage .blog-post .divider {
  height: 2px;
  background-color: transparent;
  width: 0;
  border-radius: 5px;
  margin: 0.5rem auto 1rem;
  transition: 0.5s;
}
.blogPage .blog-post .post-categories li:first-child,
.archivePage .blog-post .post-categories li:first-child {
  margin-left: 0;
}
.blogPage .blog-post .post-categories li:last-child:after,
.archivePage .blog-post .post-categories li:last-child:after {
  content: '';
}
.blogPage .blog-post .post-categories li,
.archivePage .blog-post .post-categories li {
  display: inline-block;
  color: #2fa2be;
  opacity: 0.7;
  margin-left: 5px;
}
.blogPage .blog-post .post-categories li:after,
.archivePage .blog-post .post-categories li:after {
  content: ', ';
}
.blogPage .blog-post .excerpt,
.archivePage .blog-post .excerpt {
  margin: auto;
}
.site-content .single-post {
  padding: 4rem 20vw;
}
@media only screen and (max-width: 767.5px) {
  .site-content .single-post {
    padding: 4rem 5vw;
  }
}
.site-content .single-post .author {
  text-align: center;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 600;
}
.child-container-1 {
  padding: 3rem 0 0;
}
.child-container-1 .row,
.child-container-1 .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.child-container-1 .vc_row {
  padding-left: 0;
  padding-right: 0;
}
.child-container-1 .aButton a {
  color: #fff;
  background-image: url("../../../uploads/2018/01/button.png");
  background-size: 100% 100%;
  background-position: right;
  padding: 1rem 2rem 1rem 3rem;
  transition: 0.5s;
}
.child-container-1 .aButton a:hover {
  padding-left: 4rem;
}
.child-container-1 h1,
.child-container-1 h2,
.child-container-1 h3 {
  font-weight: 300;
  letter-spacing: 1px;
}
.child-container-1 h3 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.child-container-1 section:first-child {
  padding: 2rem 20vw 3rem !important;
}
@media only screen and (max-width: 767.5px) {
  .child-container-1 section:first-child {
    padding: 2rem 5vw 3rem !important;
  }
}
.child-container-1 section {
  padding: 5rem 20vw 4rem !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 767.5px) {
  .child-container-1 section {
    padding: 5rem 5vw 4rem !important;
  }
}
.child-container-1 section:nth-of-type(even) {
  color: #fff;
  background-image: url("../../../uploads/2018/01/green-section.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.child-container-1 section:nth-of-type(even) .wpb_text_column {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.child-container-1 section:nth-of-type(odd) {
  color: #333;
}
.child-container-2 {
  padding: 3rem 0 0;
}
.child-container-2 .row,
.child-container-2 .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.child-container-2 .vc_row {
  padding-left: 0;
  padding-right: 0;
}
.child-container-2 .aButton a {
  color: #fff;
  background-image: url("../../../uploads/2018/01/button.png");
  background-size: 100% 100%;
  background-position: right;
  padding: 1rem 2rem 1rem 3rem;
  transition: 0.5s;
}
.child-container-2 .aButton a:hover {
  padding-left: 4rem;
}
.child-container-2 h1,
.child-container-2 h2,
.child-container-2 h3 {
  font-weight: 300;
  letter-spacing: 1px;
}
.child-container-2 h3 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.child-container-2 section:first-child {
  padding: 2rem 20vw 3rem !important;
}
@media only screen and (max-width: 767.5px) {
  .child-container-2 section:first-child {
    padding: 2rem 5vw 3rem !important;
  }
}
.child-container-2 section {
  padding: 5rem 20vw 4rem !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 767.5px) {
  .child-container-2 section {
    padding: 5rem 5vw 4rem !important;
  }
}
.child-container-2 section:nth-of-type(even) {
  color: #fff;
  background-image: #2fa2be;
}
.child-container-2 section:nth-of-type(even) .wpb_text_column {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.child-container-2 section:nth-of-type(odd) {
  color: #333;
}
.contact .contact-container {
  padding: 1rem 15vw 2rem;
}
@media only screen and (max-width: 767.5px) {
  .contact .contact-container {
    padding: 1rem 5vw 2rem;
  }
}
.contact .top_section h3 {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem 4rem 1rem;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.contact .top_section p {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.2rem;
}
.contact .contact {
  display: flex;
  flex-wrap: wrap;
}
.contact .contact .contact_left {
  width: 33%;
}
@media only screen and (max-width: 1160px) {
  .contact .contact .contact_left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.contact .contact .contact_left ul {
  list-style-type: none;
  padding: 0;
}
.contact .contact .contact_left ul li {
  margin-bottom: 1rem;
}
.contact .contact .contact_left ul li a {
  color: #2fa2be;
  display: flex;
  align-items: center;
}
.contact .contact .contact_left ul li p {
  margin-bottom: 0;
}
.contact .contact .contact_left ul li i {
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  color: #2fa2be;
  font-size: 1rem;
  background: #f8f8f8;
  border: 1px solid #2fa2be;
  border-radius: 100%;
}
.contact .contact .contact_left ul li:nth-child(3) i {
  font-size: 1.5rem;
}
.contact .contact .contact_right {
  width: 66%;
}
@media only screen and (max-width: 1160px) {
  .contact .contact .contact_right {
    width: 100%;
  }
}
.contact .contact .contact_right h5 {
  color: #2fa2be;
  font-size: 1.5rem;
}
.contact .contact .contact_right #gform_1 li label {
  display: none;
}
.contact .contact .contact_right #gform_1 li input,
.contact .contact .contact_right #gform_1 li textarea {
  background-color: #f8f8f8;
  border: none;
  padding: 1rem 1rem 1rem 1rem;
}
.contact .contact .contact_right #gform_1 li input,
.contact .contact .contact_right #gform_1 li textarea {
  outline: #3a2966;
}
.contact .contact .contact_right #gform_1 .gfield_label {
  display: none;
}
.contact .contact .contact_right #gform_1 .gform_footer {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}
.contact .contact .contact_right #gform_1 .gform_button {
  color: #fff;
  background-color: transparent;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.5s;
  background-image: url("../../../uploads/2018/01/button.png");
  background-size: 100% 100%;
  background-position: right;
  padding: 1rem 4rem 1rem 5rem;
  transition: 0.5s;
}
@media only screen and (max-width: 767.5px) {
  .contact .contact .contact_right #gform_1 .gform_button {
    width: 100%;
  }
}
.contact .contact .contact_right #gform_1 .gform_button:hover {
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
  padding-left: 6rem;
}
.testimonial-container {
  padding: 4rem 15vw;
}
@media only screen and (max-width: 767.5px) {
  .testimonial-container {
    padding: 4rem 5vw;
  }
}
.testimonial-container .top-heading {
  text-align: center;
  margin-bottom: 5rem;
}
.testimonial-container .top-heading .heading {
  color: #9bce7c;
}
.testimonial-container .top-heading .sub-heading {
  color: #373839;
  opacity: 0.7;
}
.testimonial-container .testimonial-list .testimonial {
  background-color: #f6f6f6;
  color: #373839;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.testimonial-container .testimonial-list .testimonial:hover {
  background-color: #fff;
}
.testimonial-container .testimonial-list .testimonial:hover .paw {
  background-image: url("../../../uploads/2018/01/paw-4.png");
  opacity: 1;
}
.testimonial-container .testimonial-list .testimonial:hover .content {
  opacity: 1;
}
.testimonial-container .testimonial-list .testimonial:hover .content h5 {
  color: #9bce7c;
}
.testimonial-container .testimonial-list .testimonial:hover .bottom {
  width: 100%;
}
.testimonial-container .testimonial-list .testimonial .paw {
  background-image: url("../../../uploads/2018/01/paw-2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -2rem;
  left: calc(50% - 2rem);
  transition: 0.5s;
}
.testimonial-container .testimonial-list .testimonial .content {
  padding: 3rem 3rem 0;
  opacity: 0.5;
  transition: 0.5s;
}
.testimonial-container .testimonial-list .testimonial .content h5 {
  margin-top: 2rem;
  transition: 0.5s;
}
.testimonial-container .testimonial-list .testimonial .bottom {
  width: 0;
  height: 5px;
  background-color: #9bce7c;
  transition: 0.5s;
  margin: 3rem auto 0;
}
.videos-container {
  padding: 4rem 15vw;
}
@media only screen and (max-width: 767.5px) {
  .videos-container {
    padding: 4rem 5vw;
  }
}
.videos-container .top-heading {
  text-align: center;
  margin-bottom: 5rem;
}
.videos-container .top-heading .heading {
  color: #3a2966;
}
.videos-container .top-heading .sub-heading {
  color: #373839;
  opacity: 0.7;
}
.videos-container .videos-list {
  display: flex;
  flex-wrap: wrap;
}
.videos-container .videos-list .video {
  width: 31%;
}
.videos-container .videos-list .video:hover .caption {
  color: #3a2966;
  font-size: 1.3rem;
}
.videos-container .videos-list .video:nth-child(3n+2) {
  margin: 0 auto 1rem 3.5%;
}
@media only screen and (max-width: 1160px) {
  .videos-container .videos-list .video {
    width: 48%;
  }
  .videos-container .videos-list .video:nth-child(3n+2) {
    margin: 0;
  }
  .videos-container .videos-list .video:nth-child(2n+2) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.5px) {
  .videos-container .videos-list .video {
    width: 100%;
  }
}
.videos-container .videos-list .video .youtube-player {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.videos-container .videos-list .video .caption {
  font-size: 1.1rem;
  color: #373839;
  text-align: center;
  margin-top: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  transition: 0.5s;
}
.service-container .top-content {
  text-align: center;
  margin-bottom: 5rem;
  padding: 4rem 15vw 0;
}
@media only screen and (max-width: 767.5px) {
  .service-container .top-content {
    padding: 4rem 5vw 0;
  }
}
.service-container .top-content .heading {
  color: #2fa2be;
  padding: 1rem 10vw;
}
@media only screen and (max-width: 1024px) {
  .service-container .top-content .heading {
    padding: 1rem 0;
  }
}
.service-container .top-content .sub-heading {
  color: #373839;
  opacity: 0.7;
}
.service-container .content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10vw 4rem;
}
@media only screen and (max-width: 1440px) {
  .service-container .content {
    padding: 4rem 5vw;
  }
}
.service-container .content .services {
  width: 25%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .service-container .content .services {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.service-container .content .services .nav-item .active {
  background-color: #2fa2be;
}
.service-container .content .services .nav-item .active:hover {
  color: #fff !important;
}
.service-container .content .services .nav-item .nav-link {
  padding: 1rem;
}
.service-container .content .services .nav-item .nav-link:hover {
  color: #2fa2be;
}
.service-container .content .tab-content {
  width: 75%;
  padding: 0 4rem 1rem;
}
@media only screen and (max-width: 1024px) {
  .service-container .content .tab-content {
    width: 100%;
    padding: 0 1rem 1rem;
  }
}
.service-container .content .tab-content .tab-pane .content-heading {
  color: #2fa2be;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.service-container .content .tab-content .tab-pane .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.service-container .content .tab-content .tab-pane .gallery .gallery-image {
  width: 32.5%;
  height: 15vw;
  cursor: pointer;
  margin-bottom: 0.65vw;
}
@media only screen and (max-width: 1440px) {
  .service-container .content .tab-content .tab-pane .gallery .gallery-image {
    width: 49.5%;
  }
  .service-container .content .tab-content .tab-pane .gallery .gallery-image:nth-child(2n+2) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1441px) {
  .service-container .content .tab-content .tab-pane .gallery .gallery-image:nth-child(3n+2) {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .service-container .content .tab-content .tab-pane .gallery .gallery-image {
    height: 20rem;
  }
}
@media only screen and (max-width: 800px) {
  .service-container .content .tab-content .tab-pane .gallery .gallery-image {
    width: 100%;
    height: 20rem;
  }
}
.service-container .content .tab-content .tab-pane .gallery .gallery-image .front.is-trident {
  height: 15rem;
}
.service-container .content .tab-content .tab-pane .gallery .gallery-image .front {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-container .content .tab-content .tab-pane .gallery .gallery-image .back {
  display: flex;
  background-color: #efefef;
  padding: 1rem;
}
.service-container .content .tab-content .tab-pane .gallery .gallery-image .back h4 {
  text-align: center;
  margin: auto;
  color: #3a2966;
  padding: 1rem;
  font-size: 1.3vw;
}
@media only screen and (max-width: 1024px) {
  .service-container .content .tab-content .tab-pane .gallery .gallery-image .back h4 {
    font-size: 1.3rem;
  }
}
.facilities-container .top-content {
  text-align: center;
  margin-bottom: 5rem;
  padding: 4rem 15vw 0;
}
@media only screen and (max-width: 767.5px) {
  .facilities-container .top-content {
    padding: 4rem 5vw 0;
  }
}
.facilities-container .top-content .heading {
  color: #2fa2be;
  padding: 1rem 10vw;
}
@media only screen and (max-width: 1025px) {
  .facilities-container .top-content .heading {
    padding: 1rem 0;
  }
}
.facilities-container .top-content .sub-heading {
  color: #373839;
  opacity: 0.7;
}
.facilities-container .content {
  padding: 0 10vw 4rem;
}
@media only screen and (max-width: 1440px) {
  .facilities-container .content {
    padding: 4rem 5vw;
  }
}
.facilities-container .content .interiors,
.facilities-container .content .hospital,
.facilities-container .content .kennels {
  text-align: center;
  margin-bottom: 5rem;
}
.facilities-container .content .interiors:last-child,
.facilities-container .content .hospital:last-child,
.facilities-container .content .kennels:last-child {
  margin-bottom: 0;
}
.facilities-container .content .interiors h3,
.facilities-container .content .hospital h3,
.facilities-container .content .kennels h3 {
  text-align: left;
  color: #373839;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.facilities-container .content .interiors .slick-slider,
.facilities-container .content .hospital .slick-slider,
.facilities-container .content .kennels .slick-slider {
  height: 20rem;
}
.facilities-container .content .interiors .slick-slider .slick-list,
.facilities-container .content .hospital .slick-slider .slick-list,
.facilities-container .content .kennels .slick-slider .slick-list {
  height: 100%;
}
.facilities-container .content .interiors .slick-slider .slick-list .slick-track,
.facilities-container .content .hospital .slick-slider .slick-list .slick-track,
.facilities-container .content .kennels .slick-slider .slick-list .slick-track {
  height: 100%;
}
.facilities-container .content .interiors .slick-slider .slick-list .slick-track .slick-slide,
.facilities-container .content .hospital .slick-slider .slick-list .slick-track .slick-slide,
.facilities-container .content .kennels .slick-slider .slick-list .slick-track .slick-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
}
.facilities-container .content .interiors .slick-slider .slick-list .slick-track .slick-slide a,
.facilities-container .content .hospital .slick-slider .slick-list .slick-track .slick-slide a,
.facilities-container .content .kennels .slick-slider .slick-list .slick-track .slick-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facilities-container .content .interiors .slick-slider .slick-list .slick-track .slick-slide h5,
.facilities-container .content .hospital .slick-slider .slick-list .slick-track .slick-slide h5,
.facilities-container .content .kennels .slick-slider .slick-list .slick-track .slick-slide h5 {
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  color: #2fa2be;
  padding: 1rem 2rem;
  margin-top: auto;
}
.facilities-container .content .interiors .next-arrow,
.facilities-container .content .hospital .next-arrow,
.facilities-container .content .kennels .next-arrow {
  margin-top: 2rem;
  margin-left: 2rem;
  cursor: pointer;
  transform: rotateY(180deg);
  transform: rotateX(180deg);
}
.facilities-container .content .interiors .prev-arrow,
.facilities-container .content .hospital .prev-arrow,
.facilities-container .content .kennels .prev-arrow {
  margin-top: 2rem;
  margin-right: 2rem;
  cursor: pointer;
  transform: rotate(-180deg);
}
.team .team-container {
  padding: 4rem 10vw;
}
.team .team-container .team-heading {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767.5px) {
  .team .team-container .team-heading {
    padding: 4rem 5vw 0;
  }
}
.team .team-container .team-heading .heading {
  color: #2fa2be;
  padding: 1rem 10vw;
}
@media only screen and (max-width: 1024px) {
  .team .team-container .team-heading .heading {
    padding: 1rem 0;
  }
}
.team .team-container .team-heading .sub-heading {
  color: #373839;
  opacity: 0.7;
}
.team .team-container .team-members {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 35rem;
}
@media only screen and (max-width: 1260px) {
  .team .team-container .team-members {
    flex-direction: row;
    height: auto;
    justify-content: space-between;
  }
}
.team .team-container .team-members .team-member {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: calc(20% - 1rem);
}
@media only screen and (max-width: 1260px) {
  .team .team-container .team-members .team-member {
    margin-right: 0;
    margin-bottom: 1vw;
    width: 32.5%;
    height: 30vw !important;
  }
}
@media only screen and (max-width: 767.5px) {
  .team .team-container .team-members .team-member {
    width: 49.5%;
  }
}
.team .team-container .team-members .team-member:nth-child(1) {
  height: 100%;
}
@media only screen and (max-width: 767.5px) {
  .team .team-container .team-members .team-member:nth-child(1) {
    width: 100%;
    height: 40rem !important;
  }
}
.team .team-container .team-members .team-member:nth-child(2) {
  height: calc(50% - 1rem);
}
.team .team-container .team-members .team-member:nth-child(3) {
  height: calc(50% - 1rem);
}
.team .team-container .team-members .team-member:nth-child(4) {
  height: calc(33.3% - 1rem);
}
.team .team-container .team-members .team-member:nth-child(5) {
  height: calc(33.3% - 1rem);
}
.team .team-container .team-members .team-member:nth-child(6) {
  height: calc(33.3% - 1rem);
}
.team .team-container .team-members .team-member:nth-child(7) {
  height: calc(50% - 1rem);
}
.team .team-container .team-members .team-member:nth-child(8) {
  height: calc(50% - 1rem);
}
.team .team-container .team-members .team-member:nth-child(9) {
  height: 100%;
  margin-right: 0;
}
.team .team-container .team-members .team-member .nav-link.active {
  background-color: transparent;
}
.team .team-container .team-members .team-member .nav-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.team .team-container .team-members .team-member .nav-link h5 {
  font-size: 2rem;
}
.team .team-container .tab-content {
  color: #fff;
  margin-top: 2rem;
}
.team .team-container .tab-content .tab-pane {
  padding: 2rem 5rem;
  position: relative;
}
.team .team-container .tab-content .tab-pane .arrow-container {
  width: 20%;
  height: 2rem;
  position: absolute;
  top: -2rem;
  left: 0;
}
@media only screen and (max-width: 1260px) {
  .team .team-container .tab-content .tab-pane .arrow-container {
    display: none;
  }
}
.team .team-container .tab-content .tab-pane .arrow {
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  margin: 0 auto;
}
@media only screen and (max-width: 767.5px) {
  .team .team-container .tab-content .tab-pane {
    padding: 2rem;
  }
}
.team .team-container .tab-content .tab-pane .member {
  margin-bottom: 2rem;
}
.team .team-container .tab-content .tab-pane .member span {
  font-weight: 600;
}
.site-footer {
  background-image: url("../../../uploads/2018/01/footer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer .footer-top {
  display: flex;
  padding: 2rem 5vw;
}
@media only screen and (max-width: 1160px) {
  .site-footer .footer-top {
    display: block;
  }
}
@media only screen and (max-width: 1160px) {
  .site-footer .footer-top .logo,
  .site-footer .footer-top .phone,
  .site-footer .footer-top .contact,
  .site-footer .footer-top .hours,
  .site-footer .footer-top .social {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
}
.site-footer .footer-top .logo,
.site-footer .footer-top .phone {
  width: 25%;
}
.site-footer .footer-top .logo {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.site-footer .footer-top .phone {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.site-footer .footer-top .phone span {
  letter-spacing: 5px;
  font-size: 3rem;
  font-weight: 600;
}
@media only screen and (max-width: 1440px) {
  .site-footer .footer-top .phone span {
    font-size: 2.65vw;
  }
}
@media only screen and (max-width: 767.5px) {
  .site-footer .footer-top .phone span {
    font-size: 2.75rem;
  }
}
.site-footer .footer-top .phone h4 {
  font-weight: 400;
  font-size: 3.25rem;
  line-height: 3rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .site-footer .footer-top .phone h4 {
    font-size: 3vw;
    line-height: 3vw;
  }
}
@media only screen and (max-width: 767.5px) {
  .site-footer .footer-top .phone h4 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.site-footer .footer-top .contact,
.site-footer .footer-top .hours {
  width: 20%;
  padding: 1rem 1rem 1rem 2rem;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 1160px) {
  .site-footer .footer-top .contact,
  .site-footer .footer-top .hours {
    padding-left: 1rem;
  }
}
.site-footer .footer-top .contact p,
.site-footer .footer-top .hours p {
  margin-bottom: 0;
}
.site-footer .footer-top .contact a {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1575px) {
  .site-footer .footer-top .contact a {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 1440px) {
  .site-footer .footer-top .contact a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.5px) {
  .site-footer .footer-top .contact a {
    font-size: 1.15rem;
  }
}
.site-footer .footer-top .contact .email {
  margin-bottom: 1rem;
}
.site-footer .footer-top .hours p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1575px) {
  .site-footer .footer-top .hours p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1440px) {
  .site-footer .footer-top .hours p {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 1275px) {
  .site-footer .footer-top .hours p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.5px) {
  .site-footer .footer-top .hours p {
    font-size: 1.3rem;
  }
}
.site-footer .footer-top .social {
  width: 10%;
  display: flex;
}
.site-footer .footer-top .social .icons {
  margin: auto auto 0 auto;
  display: flex;
}
@media only screen and (max-width: 1160px) {
  .site-footer .footer-top .social .icons {
    justify-content: center;
  }
}
.site-footer .footer-top .social .icons a {
  margin: 0 0.5rem;
}
.site-footer .footer-top .social .fa {
  font-size: 2.5rem;
}
.site-footer .footer-bottom {
  text-align: center;
  margin: 0 2vw;
  padding: 0.5rem 5vw;
  border-top: 2px solid rgba(255,255,255,0.2);
}
.site-footer .footer-bottom p {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */