:root{font:14px/1 san-serif}a,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,img,input,label,li,ol,p,pre,td,th,ul{margin:0;padding:0;border:0;outline:0}html{scroll-behavior:smooth}body{background:#000;color:#fff;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;box-sizing:border-box}@media only screen and (max-width:900px){:root{font:10px/1 san-serif}}:root{--brand-dark:#3E434A;--brand-light:#F4F3F4;--brand-primary:#2D355F;--brand-secondary:#a8b0c4;--brand-tertiary:#E4E4E4;--brand-accent:#8A1758;--homebase:rgba(23, 126, 254, 1);--rad:10px}html{scroll-behavior:smooth}body{background:var(--brand-light);color:var(--brand-dark);-webkit-font-smoothing:antialiased;font-family:Arial,sans-serif}h1,h2,h3,h4,h5,h6,p{margin:.1rem;padding:.1rem}h1{font-size:3.75rem;line-height:1.5}h2{font-size:3.25rem;line-height:1.5}h3{font-size:2.625rem;line-height:1.5}h4{font-size:2.125rem;line-height:1.5}h5{font-size:1.625rem;line-height:1.8}h6{font-size:1.375rem;line-height:1.8}p{font-size:1.2rem;line-height:1.8;font-family:Open Sans}li,ul{font-size:1.25rem;line-height:1.8;font-family:Caveat;font-weight:700;margin-left:.5rem}td,th{font-size:1.25rem;line-height:1.8}a{text-decoration:none;color:var(--brand-black)}.no-steal{pointer-events:none}.hidden{display:none}.button_main{background:var(--brand-primary);color:var(--brand-light);border:solid 2px var(--brand-primary);border-radius:var(--rad);padding:.5rem 1rem;margin-top:1rem;transition:.5s}.button_main:hover{background:var(--brand-accent);color:var(--brand-light);border:solid 2px var(--brand-accent);transition:.5s}.button_light{background:var(--brand-light);color:var(--brand-accent);outline:0;border:solid 2px var(--brand-light);border-radius:var(--rad);padding:.5rem 1rem;margin-top:1rem;transition:background .5s}.button_light:hover{background:var(--brand-accent);color:var(--brand-light);border:solid 2px var(--brand-accent);transition:.5s}.button_secondary{background:var(--brand-secondary);color:var(--brand-light);outline:0;border:solid 2px var(--brand-light);border-radius:var(--rad);padding:.5rem 1rem;margin-top:1rem;transition:background .5s}.button_secondary:hover{background:var(--brand-light);color:var(--brand-secondary);border:solid 2px var(--brand-light);transition:background .5s}.page-title{color:var(--brand-light);margin-bottom:4rem}.logo_nyt{max-width:400px}.nav{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;height:14vh;background:var(--brand-light)}.nav-scrolled{display:grid;z-index:100;top:0;transition:all .25s ease-in-out 0s}.unmoved{display:none}.nav-back{background:var(--brand-light);border-bottom:2px solid var(--brand-primary)}.nav-trans{background:rgba(0,0,0,0)}.nav-name-plate{margin:0;padding:0 1rem;display:flex;align-items:center;height:100%}.nav-name-plate a{height:100%;width:100%;object-fit:contain;display:flex;align-items:center}.nav-icon{height:75%;width:auto;margin:0}.nav-logo{color:var(--brand-primary);justify-self:center;align-self:center}.nav-main{display:flex;justify-self:end;margin:0 1rem;padding:0 1rem;text-align:center}.nav-button{margin:1rem;font-size:1.5rem;text-align:center;font-weight:700;text-decoration:none;cursor:pointer;color:var(--brand-primary)}.nav-button:focus,.nav-button:hover{text-decoration:underline;color:var(--brand-accent)}.hamburger{display:none;width:35px;margin:0 1rem}.hero{height:80vh;max-width:100vw;display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:0 3rem}.slowFade{display:flex;align-items:flex-start;width:100%;height:80%;overflow:hidden;position:relative;border-radius:var(--rad)}.slowFade .slide img{position:absolute;width:100%;min-height:100%;object-fit:cover;height:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;transform:scale(1.5) rotate(8deg);-webkit-animation:slowFade 24s infinite;animation:slowFade 24s infinite}.slowFade .slide:nth-child(3) img{-webkit-animation-delay:0s;animation-delay:0s}.slowFade .slide:nth-child(2) img{-webkit-animation-delay:8s;animation-delay:8s}.slowFade .slide:nth-child(1) img{-webkit-animation-delay:16s;animation-delay:16s}@keyframes slowFade{25%{opacity:1;transform:scale(1) rotate(0)}40%{opacity:0}}@-webkit-keyframes slowFade{25%{opacity:1;transform:scale(1) rotate(0)}40%{opacity:0}}.hero-title{font-size:30px;color:var(--brand-primary)}.hero-text{align-self:flex-start;display:flex;flex-direction:column;justify-content:start;align-items:start;width:50%;margin-top:4rem}.media-subtitle{font-size:18px}.media{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;background:var(--brand-primary);color:var(--brand-light);padding:3rem}.media h2{align-self:flex-start}.media-content{display:flex;gap:2rem;width:100%}.media_description{display:flex;flex-direction:column;justify-content:start;align-items:start}.media iframe{width:400px;height:300px;border-radius:var(--rad)}.slider{position:relative;min-height:40vh;display:flex;background:var(--brand-primary);padding:4rem 0;overflow:hidden;margin:auto}.slider-home{background:var(--brand-light);--slider-width:400px;--slides-duplicate:74;--slides-actual:38}.slider-news{--slider-width:325px;--slides-duplicate:34;--slides-actual:17}.slider::before{top:0;left:0}.slider::after{top:0;right:0;transform:rotateZ(180deg)}.slider-home .slider-track{display:flex;width:calc(var(--slider-width) * var(--slides-duplicate));animation:scroll 115s infinite linear}.slider-news .slider-track{display:flex;width:calc(var(--slider-width) * var(--slides-duplicate));animation:scroll 50s infinite linear}.slider-home .slide{display:flex;align-items:center;width:var(--slider-width);height:300px;margin:2rem;border-radius:var(--rad);perspective:100px}.slider-news .slide{display:flex;align-items:center;width:var(--slider-width);height:400px;margin:2rem;border-radius:var(--rad);perspective:100px}.slider .slide img{width:100%;height:100%;object-fit:cover;border-radius:var(--rad);transition:transform .5s}.slide img:hover{transform:translateZ(10px)}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(calc(-1 * var(--slider-width) * var(--slides-actual)))}}.clients{min-height:70vh;background:var(--brand-secondary);background-image:url(/637bcc8976e3eea8e5f77c7dafa16cd70e36a5b2/a50af/assets/dr-jeff-pet-wallpaper.svg);background-size:cover;background-repeat:repeat;color:var(--brand-light);display:flex;flex-direction:column;gap:2rem;justify-content:start;align-items:center;padding:3rem}.clients a{justify-self:end}.clients-title{justify-self:start;align-self:center}.clients .button_main{justify-self:start;align-self:start;margin:0}.contact{height:70vh;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;padding:3rem}.contact h2{color:var(--brand-primary)}#contact-page{background:var(--brand-primary);color:var(--brand-light)}#contact-page h2{color:var(--brand-light)}.contact-form{display:flex;flex-direction:column;margin-top:1rem;width:50%}.contact-form-des{display:flex;gap:1rem}.contact-form-subject{height:20vh;text-align:left;border:none;border-radius:10px;padding:.5rem;background:var(--brand-tertiary)}.contact-form-links{display:flex;gap:1rem;justify-content:flex-end;align-items:center}.contact-form label{display:flex;flex-direction:column;gap:.5rem}.contact-form input{padding:.5rem;border-radius:10px;background:var(--brand-tertiary);max-width:385px}.contact-form>*{margin-bottom:2rem}.contact-phone{display:flex;flex-direction:column;align-items:center}.contact-form button{margin:0}.services{display:flex;flex-direction:column;min-height:100vh;background:var(--brand-primary);color:var(--brand-light);padding:4rem}.services-pairs{display:flex;flex-flow:column wrap;gap:10rem;max-width:100vw}.section-pair{display:flex;gap:2rem;width:100%}.service-des{width:90%}.service-img{width:auto;max-width:100%;height:400px;justify-self:center;align-self:start;object-fit:cover;border-radius:var(--rad);margin-top:5rem}.pet-centric{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:var(--brand-primary);color:var(--brand-light)}.testimonials{display:flex;flex-direction:column;align-items:center;gap:2rem;min-height:85vh;background-color:var(--brand-primary);background-image:url(/637bcc8976e3eea8e5f77c7dafa16cd70e36a5b2/a50af/assets/dr-jeff-pet-wallpaper.svg);background-size:cover;background-repeat:repeat;color:var(--brand-light);padding:2rem}.cards-testimonial_home{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:start;width:100%;gap:2rem}.cards-testimonial{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:start;gap:2.5rem}.card-testimonial{display:grid;grid-auto-rows:auto;justify-content:center;align-items:center;width:300px;background:0 0;color:var(--brand-light);padding:.5rem}.card-testimonial_story{position:relative;display:grid;justify-content:center}.card-testimonial_quote{max-height:100px;width:300px;overflow:hidden;margin-bottom:2rem}.max-height{max-height:100%}.card-testimonial button{width:100%;position:absolute;bottom:0;border:2px solid var(--brand-light)}.card-testimonial img{align-self:center;justify-self:center;border:2px solid var(--brand-light);border-radius:10px;height:300px;max-width:100%;object-fit:cover}.card-testimonial_title{justify-self:center;font-weight:700}.card-testimonial p:last-child{align-self:start}.recent-posts{display:grid;justify-content:center;padding:4rem;max-width:100vw;overflow:hidden;background:var(--brand-primary)}.posts-grid{justify-self:center;display:flex;flex-flow:row wrap;gap:4rem;justify-content:center;width:100%}.post-card{flex:1 100%;width:400px;overflow-y:hidden;display:grid;background:var(--brand-light);color:var(--brand-dark);border-radius:var(--rad)}.post-card{cursor:pointer;transition:all .25s ease-in-out 0s}.post-card:hover{box-shadow:5px 5px 5px var(--brand-secondary)}.post-card-title{font-size:30px}.post-card-image{width:100%;max-width:100%;height:auto;overflow-y:hidden;object-fit:cover;border-radius:var(--rad)}.post-card-info{padding:1rem}.post-card-data{display:flex;flex-direction:row;justify-content:start;align-items:center}.post-card-empty{max-width:400px;height:700px;background:var(--brand-gray)}.pagination{justify-self:center;align-self:start;margin-top:1rem}.pagination a{font-size:30px;margin:0 2rem;color:var(--brand-light)}.about{display:flex;gap:2rem;justify-content:center;align-items:center;min-height:90vh;background:var(--brand-primary);color:var(--brand-light);padding:4rem}.about-img{height:100%;object-fit:contain;justify-self:center;align-self:center;border-radius:var(--rad)}.about-img img{width:100%;height:auto;object-fit:cover;padding:0;margin:0}.about-des{max-width:90%;justify-self:center}.post-container{display:flex;justify-content:center}.blog-post{display:flex;flex-direction:column;gap:4rem;min-height:100vh;max-width:70vw;justify-content:center;align-items:center;margin:0;padding:4rem}.post-header{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.post-head{grid-area:post-head;display:grid;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);justify-self:center;width:95vw;max-height:80vh;overflow:hidden;margin:0 0 2rem 0;position:relative}.post-head-image{max-width:80%;border-radius:var(--rad)}.post-head img{max-width:100%;width:100%;height:auto;object-fit:cover;align-self:center;justify-self:center}.post-info{grid-row:1/4;grid-column:3/4;display:grid;align-items:center;padding:2rem}.post-data{display:flex;flex-direction:row;justify-content:start;align-items:center}.post-excerpt{align-self:start}.post-statement{grid-area:statement;justify-self:center;text-align:center;width:60vw;padding:2rem;margin:1rem 0;border-radius:5px}.post-body{grid-area:body;justify-self:center;width:70vw}.post-body img{width:100%;justify-self:center;padding:2rem 0;pointer-events:none}.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{padding-top:1.5rem}.post-body ul{list-style-type:circle}.post-body ol{list-style-type:upper-roman}.post-body a{color:var(--brand-dark);font-weight:700;text-decoration:underline}.post-body a:active,.post-body a:hover{color:var(--brand-gray)}.post-body li,.post-body p{font-size:20px;padding:.25rem 0}.post-body p:first-child::first-letter{float:left;font-family:Open Sans,sans-serif;font-size:3.5em;font-weight:700;line-height:1;margin-inline-end:.5rem}.related-posts{grid-area:related;justify-self:center;width:95vw;display:grid;justify-content:center;align-items:center}.blog-section-topic,.post-author-title{text-align:center}.blog-cards,.blog-section-topic{justify-self:center}.blog-cards{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:3rem}.post-author{grid-area:author;display:grid;grid-template-columns:50% 50%;grid-template-rows:30% 60%;grid-template-areas:"author-title author-title" "author-image author-des";grid-gap:1rem;justify-content:center;align-items:center;width:95vw;max-height:50vh;padding-bottom:2rem}.post-author-title{grid-area:author-title;justify-self:center;align-self:center}.author-img{grid-area:author-image;justify-self:center;align-self:center}.author-img img{width:100%;object-fit:cover}.author-des{grid-area:author-des;justify-self:center;align-self:center}.active-post{display:none;visibility:hidden}footer{display:flex;flex-direction:row;max-width:100vw;min-height:8vh;justify-content:space-between;align-items:flex-end;text-align:center;border-top:1px solid var(--brand-gray);padding:1rem 4rem}.footer-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem}.footer-content div{display:flex;gap:.5rem}.business-information{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.business-information a{color:var(--brand-dark)}.business-information div{display:flex;flex-direction:row;gap:1rem}footer p{font-size:12px}.logo{width:50px;padding:0 2rem 0 0}footer a{color:var(--homebase);font-weight:700;text-decoration:none}footer a:active,footer a:hover{text-decoration:underline}.business-image{max-height:60px}.social-button{height:20px;width:20px;border-radius:50%;padding:.5rem;color:var(--brand-light);display:flex;align-items:center;justify-content:center}.social-button img{max-height:100%}.face{background:#3b5998}.ig{background:#e1306c}.youtube{background:#e52d27}.overlay{height:0;width:100%;position:fixed;z-index:1000;left:0;top:0;background-color:var(--brand-light);overflow-x:hidden;transition:.5s}.overlay-content{position:relative;top:25%;width:100%;text-align:center;margin-top:30px}.overlay a{padding:8px;text-decoration:none;font-size:36px;color:var(--brand-primary);display:block;transition:.3s}.overlay a:focus,.overlay a:hover{text-decoration:underline}.overlay .closebtn{color:var(--brand-primary);position:absolute;top:20px;right:45px;font-size:60px}@media screen and (max-height:450px){.overlay a{font-size:20px}.overlay .closebtn{font-size:40px;top:15px;right:35px}}@media only screen and (max-width:900px){p{font-size:1.4rem}.nav{display:flex;gap:.25rem;overflow:hidden;z-index:1000;padding:1rem 0;align-items:center;height:10vh}.nav-simple{display:none}.nav-icon{max-height:65px;height:80%}.hamburger{display:grid;grid-area:hamburger;justify-self:end;align-self:center;cursor:pointer;margin-right:3rem}.hamburger .line{width:50px;height:5px;background-color:var(--brand-primary);display:block;margin:4px auto;border-radius:4px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.nav-main{display:none}.hero{flex-direction:column;justify-content:center;align-items:center;gap:4rem;padding:1rem 3rem}.hero-title{font-size:22px}.slowFade{height:40%}.hero-text{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:0}.media h2{align-self:center}.media-content{flex-direction:column;justify-content:center;align-items:center}.logo_nyt{height:36px}.media_description{display:flex;flex-direction:column;justify-content:center;align-items:center}.video-1{order:1}.video-2{order:2}.media-subtitle{font-size:16px}.media-content iframe{width:325px;height:200px;border-radius:var(--rad)}.clients{height:auto;padding:6rem 3rem}.clients-title{justify-self:center;align-self:center;text-align:center}.headline-content{display:grid;grid-template-rows:2fr 1fr;grid-template-columns:auto;justify-self:center;width:100vw;max-height:80vh;overflow:hidden;margin:0 0 6rem 0}.headline-image{grid-row:1/2;grid-column:1/-1;align-self:center;justify-self:center}.headline-content img{max-width:100%;object-fit:cover}.headline-excerpt{grid-row:2/3;grid-column:1/-1;padding:2rem}.excerpt-data{display:flex;flex-direction:row;justify-content:start;align-items:center}.about{display:flex;flex-direction:column;gap:2rem;justify-content:center;align-items:center;height:auto;background:var(--brand-primary);color:var(--brand-light);padding:6rem 3rem}.about-img{width:100%;object-fit:cover;justify-self:center;align-self:center;border-radius:var(--rad)}.about-img img{width:100%;height:auto;object-fit:cover;padding:0;margin:0}.about-des{max-width:90%;justify-self:center}.services{display:flex;flex-direction:column;min-height:100vh;background:var(--brand-primary);color:var(--brand-light);padding:6rem 3rem}.services-pairs{display:flex;flex-flow:column wrap;gap:10rem}.service-img{width:100%;height:auto;margin-top:0}.section-pair{display:flex;flex-direction:column;gap:2rem}.pair-reverse{flex-direction:column-reverse}.testimonials{padding:6rem 3rem}.cards-testimonial{gap:2rem}.card-testimonial_quote{margin-bottom:4rem}.card-testimonial img{max-width:300px}.contact{padding:3rem}.contact-form{width:90%}.contact-form-des{flex-direction:column}.contact-form-links{align-items:center}.slider::after,.slider::before{display:none}.recent-posts{display:grid;justify-content:center;padding:4rem 0;max-width:100vw;overflow:hidden}.page-title{text-align:center}.posts-grid{display:grid;grid-template-columns:auto;grid-gap:3rem;width:95vw;max-width:95vw;justify-content:center}.post-card{max-width:350px;justify-self:center;overflow-y:hidden}.post-head{grid-area:post-head;display:grid;grid-template-rows:1fr 1fr;grid-template-columns:auto;justify-self:center;width:95vw;max-height:70vh;overflow:hidden;margin:0 0 6rem 0;position:relative}.post-head-image{max-width:100%}.post-info{grid-row:2/3;grid-column:1/-1;display:grid;align-items:center;padding:2rem}.post-statement{grid-area:statement;justify-self:center;text-align:center;width:90vw;padding:2rem;margin:1rem 0;border-radius:5px}.post-body{grid-area:body;justify-self:center;width:90vw}.blog-cards{display:grid;grid-template-columns:auto;grid-template-rows:1fr 1fr 1fr;grid-gap:3rem}.post-author{grid-template-columns:auto;grid-template-rows:10% 30% 60%;grid-template-areas:"author-title" "author-image" "author-des"}footer{display:flex;flex-direction:column;max-width:100vw;min-height:8vh;justify-content:center;align-items:center;text-align:center;padding:1rem 4rem}.footer-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.footer-content div{display:flex;gap:.5rem}.business-information{display:flex;flex-direction:column;align-items:center;gap:.5rem}.business-information a{color:var(--brand-dark)}.business-information div{display:flex;flex-direction:row;gap:1rem}footer p{font-size:10px}.logo{width:40px;padding:0;display:none}footer a{color:var(--homebase);font-weight:700;text-decoration:none}footer a:active,footer a:hover{text-decoration:underline}.business-image{max-height:50px}.social-button{height:20px;width:20px;border-radius:50%;padding:.5rem;color:var(--brand-light);display:flex;align-items:center;justify-content:center}.social-button img{max-height:100%}}