@font-face {
  font-family: MATERIAL;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --vetnetics-dark-green: #345956;
  --vetnetics-light-green: #9ad9d2;
  --white: white;
  --black: black;
  --medium-sea-green: #5faa41;
  --midnight-blue: #042940;
  --fff: transparent;
  --light-sea-green: #56bfb5;
  --khaki: #e0dd49;
  --medium-turquoise: #75bfb8;
  --untitled-ui--gray600: #475467;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --vetnetics-black: #333;
  --vet-banner-white: #ffffff9c;
  --vetnetics_tan: #f2eed8;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --walsh--black: #2c2c2c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .7;
  color: var(--vetnetics-dark-green);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  background-color: var(--white);
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  justify-content: space-around;
  align-items: center;
  margin-top: -18px;
  display: inline-block;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: var(--black);
  opacity: .81;
  color: var(--white);
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.cc-jumbo-white.geen {
  background-color: var(--medium-sea-green);
  color: var(--white);
  margin-top: 2px;
  padding-top: 15px;
}

.button.cc-jumbo-button.cc-jumbo-white.geen:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.cc-jumbo-button.headerbutton {
  border: 1.5px solid var(--vetnetics-dark-green);
  background-color: var(--white);
  color: var(--vetnetics-dark-green);
  border-radius: 5px;
  margin-top: 12px;
}

.button.cc-jumbo-button.headerbutton:hover {
  border: 0px solid var(--vetnetics-dark-green);
  color: var(--white);
  background-color: #345956bf;
}

.button.cc-jumbo-button.headerbutton.top {
  background-color: var(--vetnetics-light-green);
  margin-top: 0;
  margin-left: 0;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--vetnetics-light-green);
  color: var(--vetnetics-dark-green);
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 12px;
  font-weight: 600;
  position: relative;
}

.button.cc-contact-us:hover {
  border: 1px solid var(--vetnetics-dark-green);
  color: var(--vetnetics-dark-green);
  background-color: #0000;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.headerbutton1 {
  background-color: var(--white);
  padding: 20px 40px;
}

.button.headerbutton1:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.apps {
  z-index: 5;
  background-color: var(--vetnetics-light-green);
  min-width: 250px;
  color: var(--vetnetics-dark-green);
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
}

.button.apps:hover {
  border: 1px solid var(--vetnetics-dark-green);
  color: var(--vetnetics-dark-green);
  background-color: #0000;
}

.button.apps.w--current {
  text-align: center;
  min-width: 250px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  width: 100%;
  color: var(--vetnetics-dark-green);
  text-align: center;
  text-transform: none;
  background-color: #ffffffa8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -187px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 37px;
  font-size: 85px;
  font-weight: 700;
  line-height: 85px;
  display: flex;
}

.heading-jumbo.lower {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 65px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: var(--white);
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: inline-block;
  position: sticky;
  top: 0;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#9ad9d2cf, #9ad9d2cf), url('../images/istockphoto-992791576-1024x1024.jpg'), url('../images/istockphoto-1425798758-1024x1024-EDIT.png'), url('../images/istockphoto-1425798758-1024x1024.jpeg');
  background-position: 0 0, 50%, 0 0, 100%;
  background-size: auto, cover, cover, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: -9px;
  margin-bottom: 0;
  padding-top: 149px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-header.two {
  height: 450px;
  padding-top: 40px;
}

.intro-header.two.image {
  background-image: url('../images/211018-ST-001-365-BW.jpg');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.intro-header.top {
  width: 100%;
  color: var(--black);
  background-image: url('../images/Banner_Final_r3.jpeg');
  background-position: 50% 60%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: -82px;
  padding-top: 192px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -23px;
  margin-bottom: 0;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
  font-weight: 400;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
  font-weight: 400;
}

.details-wrap {
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  border-color: var(--medium-sea-green);
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-contact-field {
  border-color: var(--medium-sea-green);
  border-color: #d35715;
  border-color: var(--vetnetics-light-green);
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
  font-weight: 400;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.section-2 {
  display: flex;
}

.body {
  border-top: 0px solid var(--midnight-blue);
  border-bottom: 10px solid var(--vetnetics-light-green);
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.div-block {
  width: 80%;
  height: 60%;
  margin-left: 60px;
  margin-right: 60px;
  padding-right: 0;
}

.heading {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.footer-dark {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--medium-sea-green);
  background-color: var(--white);
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  background-color: var(--fff);
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-small {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.columns {
  object-fit: fill;
  object-position: 50% 50%;
  width: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.image {
  margin-top: 0;
}

.section-3 {
  background-color: #f1f1f1;
  margin-left: -29px;
  padding-left: 0;
}

.column {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.paragraph, .paragraph-2 {
  padding-top: 25px;
  font-weight: 300;
}

.column-2 {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-2 {
  margin-top: 0;
}

.grid {
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #042940d9;
  margin-bottom: 32px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
  padding: 18px 14px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
  font-weight: 300;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: 22px;
  margin-right: 22px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.grid-2 {
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-areas: ". . Area";
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  place-items: center;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.grid-3 {
  grid-template: "Area"
  / 1fr 1fr 1fr;
}

.section-4 {
  background-color: #f1f1f1;
  margin-top: 2px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph-3 {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 18px;
  padding: 15px;
  font-weight: 300;
}

.paragraph-4, .paragraph-5 {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: 15px;
  font-weight: 300;
}

.image-3 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-3 {
  text-align: center;
  margin-bottom: 0;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-5 {
  background-color: var(--medium-sea-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-6 {
  opacity: .85;
  text-align: center;
  background-color: #fffffff2;
  border: 0 solid #dbf227;
  border-radius: 20px;
  padding: 15px;
  font-weight: 300;
}

.paragraph-7 {
  opacity: .85;
  text-align: center;
  background-color: #ffffffd9;
  border: 0 solid #dbf227d9;
  border-radius: 20px;
  padding: 15px;
  font-weight: 300;
}

.paragraph-8 {
  opacity: .85;
  color: var(--midnight-blue);
  text-align: center;
  background-color: #ffffffd9;
  border: 0 solid #dbf227;
  border-radius: 20px;
  padding: 15px;
  font-weight: 300;
}

.grid-6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  display: grid;
}

.grid-7 {
  grid-template: "Area"
                 "."
                 "."
                 / 1fr;
  display: grid;
}

.heading-2 {
  opacity: .85;
  color: var(--white);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.section-6 {
  background-color: var(--medium-sea-green);
}

.text-block {
  opacity: .85;
  color: var(--black);
  text-align: center;
  font-size: 14px;
}

.text-block:hover {
  color: var(--black);
}

.logos-title-large {
  background-color: #dbf227b3;
  background-image: linear-gradient(#dbf22799, #dbf22799), url('../images/istockphoto-537525106-1024x1024.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  height: 300px;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  text-align: center;
}

.heading-4 {
  font-size: 12px;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.heading-5 {
  font-size: 12px;
}

.heading-tiny {
  opacity: .85;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-9 {
  color: #042940d9;
  text-align: justify;
  padding-bottom: 44px;
  font-weight: 300;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.hero-heading-center {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  background-color: var(--fff);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  color: #1a1b1f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-weight: 300;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-8 {
  background-image: url('../images/map3.png');
  background-position: 50%;
  background-size: cover;
  height: 1000px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 400px;
  display: flex;
}

.split_wrapper {
  height: 45vh;
}

.div-block-3 {
  background-color: var(--medium-sea-green);
  background-image: linear-gradient(#5faa41cc, #5faa41cc), url('../images/istockphoto-842660304-1024x1024.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-6 {
  opacity: .8;
  color: var(--midnight-blue);
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 35px;
  font-weight: 700;
}

.hero-without-image {
  background-color: var(--white);
  border-bottom: 1px solid #0000;
  padding: 20px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  padding: 0 10px 10px;
  font-size: 17px;
  font-weight: 500;
}

.grid-8 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  display: grid;
}

._6things {
  color: var(--white);
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

._6thingstop {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._6thingstop.one {
  background-color: var(--light-sea-green);
}

._6thingstop.two {
  background-color: var(--vetnetics-light-green);
}

._6thingstop.three {
  background-color: var(--light-sea-green);
}

._6thingstop.four {
  background-color: var(--vetnetics-light-green);
}

._6thingstop.five {
  background-color: var(--light-sea-green);
}

._6thingstop.six {
  background-color: var(--vetnetics-light-green);
}

.image-4 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-9 {
  margin-bottom: 34px;
}

.image-5, .image-6, .image-7, .image-8, .image-9 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-7 {
  color: #042940d9;
  text-align: center;
}

.paragraph-10 {
  color: #042940d9;
  text-align: center;
  font-size: 35px;
  line-height: 55px;
}

.heading-8 {
  color: #042940d9;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-11 {
  text-align: justify;
  font-weight: 400;
}

.text-block-2 {
  font-size: 14px;
  font-weight: 500;
}

.text-block-2.banner {
  margin-top: 1px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 600;
}

.text-block-2.banner:hover {
  font-weight: 600;
}

.section-10 {
  margin-top: 27px;
}

.typer {
  color: var(--white);
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.hero-heading-center-2 {
  background-color: var(--white);
  border-bottom: 0 solid #e4ebf3;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 1rem 30px 10px;
  position: relative;
}

.hero-heading-center-2.base {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.hero-heading-center-2.base.clear {
  background-color: #0000;
  padding-bottom: 10px;
}

.hero-heading-center-2.about {
  background-color: var(--fff);
  margin-top: 0;
  padding-top: 0;
}

.hero-heading-center-2.base-copy {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.hero-heading-center-2.base-copy.clear {
  background-color: #0000;
  padding-bottom: 10px;
}

.hero-heading-center-2.about-debbie {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-heading-center-2.about-debbie.clear {
  background-color: #0000;
  padding-bottom: 10px;
}

.div-block-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-12 {
  color: var(--black);
  text-align: left;
  padding: 11px;
  font-size: 17px;
  font-weight: 400;
}

.section-11 {
  padding: 10px;
}

.paragraph-13 {
  text-align: center;
}

.section-12 {
  background-image: url('../images/211018-ST-001-365-BW.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  margin-top: 0;
  padding-top: 0;
}

.button-2 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-13 {
  background-color: var(--medium-sea-green);
  background-image: linear-gradient(#5faa41cc, #5faa41cc), url('../images/istockphoto-842660304-1024x1024.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 300px;
}

.div-block-5 {
  margin-top: 0;
  padding-top: 40px;
}

.logos-title-large-2 {
  border-bottom: 0 solid #e4ebf3;
  padding: 10px 20px 20px;
  position: relative;
}

.clients-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.typed-text {
  font-size: 84px;
}

.container-6 {
  border-bottom: 2px solid var(--vetnetics-light-green);
}

.heading-9 {
  color: var(--white);
  text-align: center;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
}

.section-14 {
  background-image: linear-gradient(#5faa41cc, #5faa41cc), url('../images/istockphoto-842660304-1024x1024.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 250px;
}

.section-15 {
  background-image: url('../images/211018-ST-001-365-BW.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 350px;
  line-height: 350px;
}

.section-16 {
  background-image: url('../images/Debbie_Dog_Resized3.jpg'), url('../images/istockphoto-1303362255-1024x1024.jpeg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
  height: 350px;
  margin-top: 3rem;
  position: static;
}

.field-label-3 {
  color: #1a1b1fcc;
}

.contact-form-heading-wrap-2 {
  color: #1a1b1fcc;
  margin-bottom: 40px;
}

.button-3 {
  background-color: var(--medium-sea-green);
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0 solid #327acc;
  border-radius: 0;
  width: 200px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  background-color: var(--khaki);
  color: var(--black);
}

.button-3:active {
  background-color: #43464d;
}

.contact-form-wrap-2 {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #eee #eee var(--medium-sea-green);
  padding: 10px 50px 50px;
}

.label-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-light-2 {
  opacity: .6;
  color: #1a1b1f;
  text-align: justify;
  font-weight: 400;
  display: inline-block;
}

.contact-form-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-7 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-10 {
  text-align: center;
  padding-bottom: 23px;
}

.image-11 {
  padding-bottom: 20px;
  display: inline-block;
}

.contact-heading-2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.contact-email-link-2 {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link-2:hover {
  opacity: 1;
}

.contact-email-link-2:active {
  opacity: .8;
}

.button-4 {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3a77a4;
  border: 0 solid #327acc;
  border-radius: 0;
  width: 200px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-4:hover {
  color: #fff;
  background-color: #d35715;
}

.button-4:active {
  background-color: #43464d;
}

.contact-form-wrap-3 {
  border: 1px solid #eee;
  border-bottom: 5px solid #d35715;
  padding: 10px 50px 50px;
}

.label-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-light-3 {
  opacity: .6;
  color: #1a1b1f;
  text-align: justify;
}

.details-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.contact-email-link-3 {
  opacity: .6;
  margin-bottom: 5px;
  font-weight: 400;
}

.contact-email-link-3:hover {
  opacity: 1;
}

.contact-email-link-3:active {
  opacity: .8;
}

.button-5 {
  background-color: var(--vetnetics-light-green);
  opacity: 1;
  width: 200px;
  color: var(--vetnetics-dark-green);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0 solid #327acc;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-5:hover {
  border-width: 1.5px;
  border-color: var(--vetnetics-dark-green);
  color: var(--vetnetics-dark-green);
  background-color: #0000;
  border-radius: 5px;
}

.button-5:active {
  background-color: #43464d;
}

.contact-form-wrap-4 {
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: #eee #eee var(--vetnetics-light-green);
  padding: 10px 50px 50px;
}

.paragraph-light-4 {
  opacity: .6;
  color: var(--black);
  text-align: center;
  font-weight: 400;
}

.paragraph-light-4.left {
  color: var(--black);
  text-align: left;
  font-weight: 400;
}

.section-17 {
  margin-left: 0;
  margin-right: 0;
}

.section-18 {
  background-color: var(--vetnetics-dark-green);
}

.paragraph-14 {
  color: var(--white);
  font-weight: 300;
}

.section-19 {
  background-color: #0000;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.columns-2 {
  height: auto;
  padding: 0;
}

.div-block-6 {
  background-color: var(--vetnetics-light-green);
}

.div-block-6.one {
  background-image: linear-gradient(#9ad9d2e6, #9ad9d2e6), url('../images/istockphoto-518175327-1024x1024.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6.one.two {
  background-color: var(--vetnetics-dark-green);
  background-image: linear-gradient(#345956e6, #345956e6), url('../images/istockphoto-170443033-1024x1024.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-6.one.three {
  background-color: #56bfb5;
  background-image: linear-gradient(#56bfb5e6, #56bfb5e6), url('../images/istockphoto-521072827-1024x1024.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-20 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
  display: flex;
}

.boxheading {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.boxbutton {
  border: 1.5px solid var(--white);
  width: 100px;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  margin: 15px;
  display: inline-block;
}

.boxbutton.wider {
  border-color: var(--vetnetics-dark-green);
  background-color: var(--vetnetics-dark-green);
  width: 150px;
  color: var(--white);
  margin: 0 0 0 10px;
  padding: 11px;
}

.column-3 {
  padding: 10px;
  display: block;
}

.column-4, .column-5 {
  padding: 10px;
}

.heading-10 {
  color: #1a1b1fcc;
  text-align: center;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 10px 0;
  font-size: 25px;
  line-height: 35px;
  display: flex;
}

.heading-10.white {
  color: var(--white);
  padding-left: 0;
}

.heading-10.bold {
  font-weight: 700;
}

.text-span-2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-15 {
  color: var(--white);
  text-align: justify;
  padding: 0 25px 25px;
}

.section-21 {
  height: 50vh;
}

.section-22 {
  background-image: url('../images/istockphoto-170443033-1024x1024.jpeg');
  background-position: 0 0;
  background-size: cover;
  height: 80vh;
  line-height: 40vh;
}

.paragraph-16 {
  padding-bottom: 49px;
  font-weight: 300;
}

.paragraph-17 {
  text-align: justify;
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-2.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.testimonial-column-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two-2 {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two-2 {
  margin-bottom: 52px;
}

.testimonial-info-three-2 {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-main-heading-2 {
  margin-bottom: 2px;
  font-weight: 600;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  font-size: 10px;
}

.image-12 {
  margin-bottom: 24px;
}

.div-block-7 {
  text-align: center;
}

.image-13 {
  margin: 5px;
  padding: 0;
}

.image-14, .image-15 {
  margin: 5px;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-center-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -10px;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right {
  background-color: var(--vetnetics-light-green);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-stack {
  background-color: var(--vetnetics-light-green);
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 40px;
  position: relative;
}

.hero-stack.discovery {
  margin-top: 0;
}

.hero-stack.discovery.workshops {
  padding-bottom: 20px;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  text-align: left;
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 800px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-12 {
  border-bottom: 2px solid var(--vetnetics-light-green);
}

.text-span-3 {
  font-weight: 700;
}

.services_main {
  background-color: #0000;
  padding: 7px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1000px;
  margin-right: 0;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-23 {
  background-color: var(--white);
  margin-top: 2rem;
  padding: 10px;
}

.section-23.centre {
  display: flex;
}

.footer-dark-2 {
  border-bottom: 10px solid var(--vetnetics-light-green);
  background-color: #0000;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px 20px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
}

.footer-block-two {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 10px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-size: 14px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.image-16 {
  margin: 10px 6px;
  padding: 0;
}

.image-17 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-18 {
  margin-top: 10px;
}

.columns-3 {
  margin: 0 -37px;
  padding: 0;
}

.services_div {
  background-color: var(--medium-turquoise);
  min-width: 230px;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#75bfb8cc, #75bfb8cc), url('../images/Screenshot-2022-12-13-at-08.40.54.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  display: flex;
}

.services_div.bt {
  background-color: var(--vetnetics-dark-green);
  background-image: linear-gradient(#345956cc, #345956cc), url('../images/Screenshot-2022-12-13-at-08.40.28.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.services_div.pg {
  background-image: linear-gradient(#9ad9d2cc, #9ad9d2cc), url('../images/Screenshot-2022-12-13-at-08.41.13.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.services_div.td {
  background-image: linear-gradient(#56bfb5cc, #56bfb5cc), url('../images/Screenshot-2022-12-13-at-08.40.45.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-24 {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 41px;
  padding-bottom: 40px;
  display: flex;
}

.container-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  font-weight: 700;
}

.heading-11.buttona {
  font-size: 35px;
}

.heading-11.buttons {
  font-size: 1.5rem;
  line-height: 1.5;
}

.heading-12, .heading-13, .heading-14, .heading-15 {
  font-weight: 700;
}

.hero-heading-right-2 {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 2rem 30px 0;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.hero-split-4 {
  text-align: justify;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.text-block-7 {
  text-align: justify;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 0 solid #e4ebf3;
  margin-bottom: 0;
  padding: 0 10px 20px;
  position: relative;
}

.section-25 {
  background-color: #f5f7fa;
  margin-top: 0;
  padding-top: 2rem;
  padding-left: 10px;
  padding-right: 10px;
}

.hero-heading-left-3 {
  background-color: var(--white);
  border-bottom: 0 solid #e4ebf3;
  padding: 100px 30px 20px;
  position: relative;
}

.hero-heading-right-3 {
  background-color: var(--white);
  border-bottom: 0 solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 2rem 30px 0;
  position: relative;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.text-block-8 {
  margin-top: 0;
  padding-left: 0;
}

.icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.section-26 {
  margin-top: 110px;
}

.dropdown_toggle {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  display: flex;
}

.dropdown_toggle:hover {
  background-color: var(--vetnetics-light-green);
}

.dropclass:hover, .dropclass.w--open {
  background-color: var(--white);
}

.paragraph-19 {
  text-align: justify;
  padding: 10px;
}

.paragraph-20 {
  text-align: left;
  padding: 10px;
}

.paragraph-20.subs {
  text-align: left;
  font-weight: 700;
}

.paragraph-21 {
  text-align: left;
}

.paragraph-22 {
  text-align: justify;
}

.paragraph-23 {
  text-align: left;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-24 {
  text-align: left;
  padding: 10px;
}

.paragraph-25 {
  text-align: justify;
  padding: 10px;
}

.heading_new {
  width: 100%;
  color: var(--vetnetics-dark-green);
  text-align: center;
  background-color: #ffffff9c;
  margin-top: 0;
  margin-left: 0;
  padding: 37px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5rem;
}

.text-span-4 {
  font-weight: 600;
}

.container-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-19 {
  display: inline-block;
}

.bold-text {
  color: var(--black);
  padding: 10px;
}

.bold-text-2 {
  font-weight: 500;
}

.image-20 {
  padding: 10px 7px 7px;
}

.section-27 {
  margin-bottom: 36px;
}

.paragraph-26 {
  text-align: left;
  padding: 10px;
}

.italic-text {
  font-style: normal;
  font-weight: 600;
}

.text-block-9, .italic-text-2 {
  font-style: normal;
}

.column-6, .column-7, .column-8, .column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-28, .section-29 {
  margin-top: 40px;
  padding: 10px;
}

.text-block-10 {
  color: #3a4554;
  font-size: 16px;
}

.section-30 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.button-primary-6.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-dark-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-3 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #1a1b1fbf;
}

.footer-social-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-3 {
  margin-left: 12px;
}

.footer-divider-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-3 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.container-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-31 {
  margin-bottom: 40px;
  padding: 10px;
}

.section-32 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 9px;
}

.benefit.local1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35vh;
  padding: 11px;
  display: flex;
  box-shadow: 4px 4px 20px #0000001a;
}

.link-block-2 {
  text-decoration: none;
}

.html-embed {
  color: var(--medium-turquoise);
  padding: 11px;
  font-family: MATERIAL, sans-serif;
  font-size: 59px;
}

.html-embed.grey {
  color: #999;
}

.heading-16 {
  color: #000;
  text-align: center;
  display: flex;
}

.heading-16.grey {
  color: #999;
  margin-top: 0;
}

.section-33 {
  padding: 10px;
}

.contact-right-2 {
  width: 70%;
  padding-left: 20px;
}

.input-2 {
  border: 2px solid #333;
  border-radius: 20px;
}

.input-2:hover, .input-2:active {
  border-color: #47a2de;
}

.input-2:focus {
  border-color: #c03731;
}

.input-2::placeholder {
  color: #525252;
}

.contact_us_button {
  color: #3d7fab;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.contact_us_button:hover {
  color: #fff;
  background-color: #32343a;
}

.contact_us_button:active {
  background-color: #43464d;
}

.contact_us_button.read-more {
  color: #f9f9f9;
  background-color: #47a2de;
  margin-top: 15px;
}

.contact_us_button.read-more:hover {
  color: #47a2de;
  background-color: #f9f9f9;
  border: 2px solid #47a2de;
}

.success-2 {
  color: #f9f9f9;
  background-color: #20c788;
  border-radius: 5px;
  min-height: 280px;
  padding-top: 125px;
}

.error-2 {
  color: #f9f9f9;
  background-color: #e53935;
  border-radius: 5px;
}

.footer-light-2 {
  border-top: 1px solid #e4ebf3;
  border-bottom: 0 solid #e4ebf3;
  margin-top: 2rem;
  padding: 80px 30px 10px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.footer-link-two-2 {
  color: #1a1b1f;
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: #1a1b1fbf;
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  border: 0px solid var(--medium-turquoise);
  background-color: #1a1b1f;
  background-image: url('../images/Arrow.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-bottom-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright-3 {
  color: #3a4554;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 16px;
  display: flex;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-4 {
  margin-left: 12px;
}

.columns-5 {
  margin-top: 10px;
  padding-top: 10px;
}

.div-block-9 {
  text-align: center;
}

.section-34 {
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 9px;
}

.heading-17 {
  color: #1a1b1f;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.column-13 {
  display: inline;
}

.link-block-3 {
  margin-top: 10px;
}

.section-35 {
  margin-bottom: 20px;
  padding: 10px 10px 20px;
}

.cost2 {
  background-color: var(--white);
  margin-bottom: 2rem;
  padding: 10px 10px 20px;
}

.costs1 {
  margin-bottom: 20px;
  padding: 10px 10px 20px;
}

.section-36 {
  margin-bottom: 40px;
  padding: 10px;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
}

.section-37 {
  background-image: url('../images/Vet-banner-2-25-May.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.section-37.cm {
  background-position: 50% 40%;
  height: 60vh;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos01_logo {
  height: 5rem;
}

.uui-logos01_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos01_component {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.uui-logos01_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding: 1rem 2rem 2rem;
}

.text-span-5 {
  font-weight: 600;
}

.dropdown {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item-middle {
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.brix---dropdown-link {
  width: 100%;
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-width: 280px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-wrapper {
  align-items: flex-end;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-11 {
  flex-direction: column;
  align-items: center;
  display: block;
}

.brix---header-nav-list-item-middle-2 {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---dropdown-toggle-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---header-logo-link-left {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.waves---nav-cta {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  padding: 12px 16px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu, .waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves-master-nav-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-1 {
  z-index: 105;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.brix---btn-primary-small-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 3rem;
}

.brix---hamburger-menu-bar-bottom-2, .brix---hamburger-menu-bar-top-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-2 {
  color: var(--elements-webflow-library--neutral--800);
  margin-top: 0;
  padding: 0;
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  color: var(--vetnetics-dark-green);
}

.brix---header-nav-link-2.w--current {
  color: var(--elements-webflow-library--neutral--800);
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.brix---dropdown-link-2 {
  width: 100%;
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  margin-top: 0;
  padding: 0;
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--vetnetics-dark-green);
}

.brix---dropdown-link-2.w--current {
  color: var(--vetnetics-light-green);
  font-weight: 600;
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-2 {
  padding: 30px;
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-width: 280px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle-3 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  margin-top: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-3:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-menu-wrapper-2 {
  align-self: center;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default-2 {
  max-width: none;
  margin-left: 1rem;
  margin-right: 2rem;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: sticky;
  inset: 0% 0% auto;
}

.text-block-12 {
  font-family: Exo, sans-serif;
}

.text-block-12:hover {
  color: var(--vetnetics-light-green);
}

.bold-text-3 {
  text-align: left;
}

.section-38 {
  margin: 4rem 3rem;
}

.section-39 {
  margin: 2rem 2rem 4rem;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section-40 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.grid-10 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-span-6 {
  color: var(--vetnetics-light-green);
  padding: 10px;
  font-weight: 700;
}

.section-41 {
  margin: 2rem;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-42 {
  padding: 10px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.quick-stack-3 {
  margin-left: 5rem;
  margin-right: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.vet-show-promo {
  background-color: var(--elements-webflow-library--neutral--300);
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: none;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  text-align: left;
}

.paragraph-27 {
  text-align: left;
  padding: 10px;
}

.paragraph-28, .paragraph-29 {
  text-align: left;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vet-sub-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-paragraph-small {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-icon-wrapper-circle {
  background-color: var(--vetnetics-dark-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.walsh-icon-small {
  height: 32px;
}

.vet-text-section {
  padding: 10px;
}

.vet-text {
  font-size: 1.1rem;
  font-weight: 400;
}

.vet-section {
  margin-top: 2rem;
  padding: 10px;
}

.vet-heading {
  margin-top: 1rem;
  padding: 10px;
}

.bold-text-5 {
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 1.2;
}

.heading-18 {
  color: var(--vetnetics-black);
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
}

.vet-solo-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
}

.heading-19 {
  background-color: var(--vet-banner-white);
  color: var(--vetnetics-dark-green);
  text-align: center;
  padding: 40px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.section-43 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
}

.quick-stack-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 4rem;
}

.vet-cat-head {
  color: #1a1b1fcc;
  text-align: center;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 25px;
  line-height: 35px;
  display: flex;
}

.vet-cat-head.white {
  color: var(--white);
  padding-left: 0;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-44 {
  margin-top: 2rem;
  padding: 10px;
}

.image-21 {
  padding: 10px;
}

.link-block-4 {
  position: relative;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-45 {
  background-color: var(--vetnetics-light-green);
}

.uui-banner17_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 3rem;
  display: flex;
}

.uui-banner17_content {
  flex: 1;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.uui-banner17_icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: auto;
  margin-right: 1rem;
}

.uui-banner17_text-wrapper {
  grid-row-gap: .125rem;
  flex-wrap: wrap;
  display: flex;
}

.uui-banner17_text {
  color: #344054;
  margin-right: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--vetnetics-dark-green);
  background-color: var(--vetnetics-dark-green);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: .625rem 1.125rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  border-color: var(--vetnetics-dark-green);
  background-color: var(--vetnetics-light-green);
  color: var(--vetnetics-dark-green);
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.section-46 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px;
}

.div-block-19 {
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-22 {
  width: 100%;
  height: 100%;
}

.link-block-5 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.curse-heading {
  color: #1a1b1fcc;
  text-align: center;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 25px;
  line-height: 35px;
  display: flex;
}

.curse-heading.white {
  color: var(--white);
  padding-left: 0;
}

@media screen and (min-width: 1440px) {
  .section.cc-store-home-wrap {
    padding-bottom: 0;
  }

  .button.cc-jumbo-button.cc-jumbo-white.geen {
    background-color: var(--medium-sea-green);
    color: var(--white);
  }

  .heading-jumbo {
    font-size: 70px;
  }

  .intro-header {
    background-image: linear-gradient(#9ad9d291, #9ad9d291), url('../images/istockphoto-1425798758-1024x1024-EDIT.png'), url('../images/istockphoto-1425798758-1024x1024.jpeg');
    background-position: 0 0, 0 0, 100%;
    background-size: auto, cover, cover;
  }

  .text-field.cc-textarea.cc-contact-field {
    border-color: var(--vetnetics-light-green);
  }

  .text-field.cc-contact-field {
    border-color: var(--medium-sea-green);
    border-color: var(--vetnetics-light-green);
    font-weight: 400;
  }

  .body {
    font-family: Exo, sans-serif;
  }

  .container-2 {
    max-width: 1200px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .section-5 {
    background-color: var(--medium-sea-green);
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-7, .paragraph-8 {
    background-color: #fffffff2;
    border-width: 0;
  }

  .heading-2 {
    color: var(--white);
  }

  .section-6 {
    background-color: var(--medium-sea-green);
  }

  .text-block:hover {
    opacity: 1;
    color: #dbf227;
  }

  .section-7 {
    padding-bottom: 20px;
  }

  .hero-wrapper {
    background-color: var(--white);
    color: #f5f7fa;
  }

  .shadow-two {
    padding: 11px;
  }

  .div-block-3 {
    background-color: #5fab41;
    background-image: linear-gradient(#5fab41cc, #5fab41cc), url('../images/istockphoto-842660304-1024x1024.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .margin-bottom-24px-2 {
    color: var(--black);
    margin-right: -99px;
    font-weight: 500;
  }

  .margin-bottom-24px-2.twesk {
    margin-left: 3px;
    margin-right: -263px;
    padding-top: 26px;
  }

  .hero-heading-center-2 {
    background-color: #f5f7fa;
    border: 1px solid #0000;
  }

  .hero-heading-center-2.base, .hero-heading-center-2.base-copy {
    background-color: var(--white);
    margin-left: -265px;
  }

  .hero-heading-center-2.about-debbie {
    background-color: var(--white);
    margin-left: -265px;
    padding-bottom: 10px;
  }

  .section-12 {
    margin-top: 0;
    position: static;
  }

  .container-5 {
    border-bottom: 1px solid var(--medium-sea-green);
    border-radius: 2px;
  }

  .section-16 {
    background-image: url('../images/Debbie_Dog_Resized3.jpg'), url('../images/211018-ST-001-365-BW.jpg');
    background-position: 50%, 50%;
    background-size: cover, cover;
    background-attachment: fixed, fixed;
  }

  .contact-email-link-2 {
    font-weight: 400;
  }

  .button-4 {
    background-color: var(--medium-sea-green);
  }

  .button-4:hover {
    background-color: var(--khaki);
    color: var(--black);
  }

  .contact-form-wrap-3 {
    border-bottom-width: 2px;
    border-bottom-color: var(--medium-sea-green);
  }

  .paragraph-light-3 {
    font-weight: 400;
  }

  .button-5 {
    font-weight: 500;
  }

  .section-19, .section-20 {
    background-color: var(--white);
  }

  .boxbutton.wider {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .heading-10 {
    color: var(--vetnetics-dark-green);
    padding-left: 4px;
  }

  .section-21.personal {
    background-color: var(--vetnetics-light-green);
    color: var(--white);
  }

  .paragraph-18 {
    color: var(--vetnetics-dark-green);
  }

  .div-block-11 {
    background-color: var(--fff);
  }

  .section-37 {
    justify-content: center;
    align-items: center;
  }

  .brix---dropdown-link-2:hover {
    color: var(--vetnetics-dark-green);
    border-radius: 10px;
    padding: 0;
  }

  .brix---dropdown-link-2.w--current {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---dropdown-link-2.w--current:hover {
    background-color: var(--fff);
    color: var(--vetnetics-light-green);
    padding: 0;
  }

  .heading-19 {
    color: var(--vetnetics-dark-green);
    padding: 40px;
    line-height: 1.1;
  }

  .vet-cat-head, .curse-heading {
    color: var(--vetnetics-dark-green);
    padding-left: 4px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button.headerbutton.top {
    margin-top: -18px;
    margin-left: -1px;
    padding-top: 17px;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.apps {
    display: inline-flex;
  }

  .button.apps.w--current {
    display: block;
  }

  .heading-jumbo {
    margin-left: 1px;
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 10px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header.top {
    background-position: 50%;
    margin-top: -87px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .heading-9 {
    font-size: 50px;
    line-height: 50px;
  }

  .button-3 {
    justify-content: center;
  }

  .contact-form-grid-2 {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-4, .button-5 {
    justify-content: center;
  }

  .container-8 {
    max-width: 728px;
  }

  .testimonial-grid-two-2 {
    grid-column-gap: 30px;
  }

  .testimonial-info-three-2 {
    flex-direction: column;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-11, .container-13 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
    min-width: 500px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .columns-3 {
    flex-direction: column;
    display: flex;
  }

  .services_div {
    margin-top: 1rem;
  }

  .container-15 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .dropclass.w--current {
    color: var(--black);
  }

  .heading_new {
    font-size: 75px;
    line-height: 80px;
  }

  .container-17 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-content-3 {
    grid-column-gap: 60px;
  }

  .contact-right-2 {
    width: 100%;
    padding-left: 0;
  }

  .container-19 {
    max-width: 728px;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .section-37.cm {
    background-position: 50%;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-list-item-middle-2 {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-2 {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl-2, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper-2 {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---container-default-2 {
    margin-right: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-38 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-6 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
  }

  .section-41 {
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-19 {
    font-size: 3.5rem;
  }

  .quick-stack-4 {
    padding: 1rem;
  }

  .bold-text-6 {
    text-align: left;
  }

  .uui-banner17_content {
    margin-right: 0;
  }

  .uui-banner17_icon-wrapper {
    display: none;
  }

  .uui-banner17_text-wrapper {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button {
    background-color: var(--vetnetics-light-green);
    font-family: Exo, sans-serif;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo.lower {
    font-size: 50px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header.top {
    background-position: 50%;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea, .text-field.cc-contact-field, .text-field.cc-contact-field, .text-field.cc-contact-field {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-slider, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-wrapper, .hero-split {
    margin-bottom: 0;
  }

  .hero-without-image, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .hero-heading-center-2.about {
    padding-bottom: 10px;
  }

  .logos-title-large-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-2 {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .contact-form-wrap-2 {
    padding: 30px;
  }

  .container-7 {
    text-align: center;
  }

  .contact-form-wrap-3, .contact-form-wrap-4 {
    padding: 30px;
  }

  .paragraph-light-4.left {
    text-align: justify;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial-column-light-2 {
    padding: 60px 15px;
  }

  .testimonial-grid-two-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three-2 {
    flex-direction: row;
  }

  .hero-heading-center-3, .hero-heading-center-4, .hero-heading-left, .hero-heading-right, .hero-stack, .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .hero-heading-right-2, .hero-heading-left-2, .hero-heading-left-3, .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .heading_new {
    font-size: 55px;
    line-height: 65px;
  }

  .column-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-dark-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content-3 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-3 {
    align-items: center;
  }

  .footer-link-3:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-3 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }

  .footer-divider-3 {
    margin-top: 60px;
  }

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-4 {
    margin-left: 20px;
  }

  .section-37.cm {
    justify-content: center;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos01_wrapper {
    padding: .5rem 1rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-41 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .cell-3 {
    flex-flow: row-reverse wrap;
  }

  .quick-stack-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-content-wrapper-gap {
    justify-content: flex-start;
    align-items: center;
  }

  .walsh-inner-wrap {
    text-align: center;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .heading-19 {
    padding: 25px;
    font-size: 2.5rem;
  }

  .quick-stack-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-banner17_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-banner17_content {
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .uui-banner17_text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    text-align: center;
    display: flex;
  }

  .button:hover {
    background-color: var(--vetnetics-dark-green);
  }

  .button.cc-jumbo-button.headerbutton.top {
    margin-top: 8px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .button.apps {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    align-items: center;
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo.lower {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header.top {
    background-image: url('../images/Banner_Final_r3.jpeg');
    background-position: 64%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -99px;
    display: flex;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .intro-text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

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

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-10 {
    font-size: 25px;
  }

  .text-block-2.banner {
    text-align: center;
  }

  .hero-heading-center-2.about {
    padding-top: 1rem;
    padding-bottom: 10px;
  }

  .heading-9 {
    font-size: 25px;
  }

  .section-16 {
    background-position: 22%, 50%;
  }

  .paragraph-light-2 {
    text-align: center;
  }

  .contact-form-grid-2 {
    width: 100%;
  }

  .paragraph-light-3, .paragraph-light-4 {
    text-align: center;
  }

  .boxbutton.wider {
    margin-left: 73px;
  }

  .column-3, .column-4, .column-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-10 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 22px;
    line-height: 26px;
    display: flex;
  }

  .text-span-2 {
    text-align: left;
  }

  .container-8 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .hero-stack.discovery {
    padding: 1rem 10px;
  }

  .container-11 {
    max-width: none;
  }

  .text-span-3 {
    text-align: left;
  }

  .container-13 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .footer-wrapper-two {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 300px;
  }

  .footer-block-two {
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .footer-link-two {
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-15 {
    max-width: none;
  }

  .hero-split-4 {
    align-items: center;
  }

  .hero-heading-right-3 {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .text-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-20 {
    text-align: left;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading_new {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 20px;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .columns-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-17 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-6.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-light-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-19 {
    max-width: none;
  }

  .footer-wrapper-two-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-block-two-2 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .footer-form-2 {
    margin-top: 20px;
  }

  .footer-form-container-2 {
    max-width: none;
  }

  .footer-form-block-2 {
    margin-top: 0;
  }

  .footer-form-field-2 {
    height: auto;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .columns-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-36 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
  }

  .container-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-11 {
    margin: 2rem 0;
    padding: 10px;
  }

  .section-37 {
    height: 75vh;
  }

  .section-37.cm {
    height: 60vh;
  }

  .uui-logos01_logo {
    width: 7rem;
    height: auto;
  }

  .uui-logos01_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos01_component {
    justify-content: space-around;
  }

  .uui-container-large {
    max-width: none;
  }

  .uui-page-padding {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-nav-list-item-middle-2, .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .waves---nav-cta {
    display: none;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .brix---header-nav-link-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---header-nav-list-item {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .brix---dropdown-link-2, .brix---dropdown-link-2.w--current {
    font-weight: 500;
  }

  .brix---header-nav-menu-list-2 {
    justify-content: center;
    align-items: center;
  }

  .brix---header-menu-wrapper-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---header-logo-link-2 {
    margin-top: 0;
  }

  .brix---container-default-2 {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-12 {
    color: var(--vetnetics-dark-green);
  }

  .bold-text-3 {
    font-size: 22px;
    line-height: 26px;
  }

  .section-39 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .section-40 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
  }

  .text-span-6 {
    text-align: left;
  }

  .section-41 {
    margin: 0 10px;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .quick-stack, .quick-stack-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .vet-sub-heading, .walsh-paragraph-small {
    font-size: 1em;
  }

  .heading-19 {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 10px;
    font-size: 2.25rem;
  }

  .quick-stack-4 {
    margin-top: 1rem;
  }

  .vet-cat-head {
    text-align: left;
    font-size: 22px;
    line-height: 26px;
  }

  .uui-banner17_content-wrapper {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-banner17_content {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .uui-banner17_icon-wrapper {
    display: block;
  }

  .uui-banner17_text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .uui-banner17_text {
    font-size: 1rem;
  }

  .triage, .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .curse-heading {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 22px;
    line-height: 26px;
    display: flex;
  }
}

#w-node-bb3e19b4-89b6-7b6f-42d6-de8ceb678284-24ad17dd, #w-node-bb3e19b4-89b6-7b6f-42d6-de8ceb67828c-24ad17dd, #w-node-bb3e19b4-89b6-7b6f-42d6-de8ceb678294-24ad17dd, #w-node-bb3e19b4-89b6-7b6f-42d6-de8ceb67829c-24ad17dd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0e228bb8-96a2-f645-1cf2-f9322cd9c287-24ad17dd, #w-node-_43d964d0-4b51-a690-2137-1ae2f2c636ee-24ad17dd, #w-node-_9857d541-d14f-57ee-d797-192b0b971438-24ad17dd, #w-node-_7411b280-d17c-7062-2a59-0cb4cd4060c1-24ad17dd, #w-node-_7cef6e14-8558-09f8-7195-e7aacf488edc-24ad17dd, #w-node-_028a9d77-80fb-d90d-a272-9ee5e861ae3a-24ad17dd, #w-node-_780956e0-e683-13d0-91dc-bb9c3b318152-24ad17dd, #w-node-_3786e88d-7ded-8c05-b18a-e03b8a5725f9-24ad17dd, #w-node-_99843246-f442-983e-8c6c-f57cc3ded15b-24ad17dd, #w-node-_1de9595a-5f87-07aa-2706-ce5dbf92aab2-24ad17dd, #w-node-_650951cc-deaa-f56e-aa50-d17505ea1944-24ad17dd, #w-node-_7a66ffee-bf26-9141-7974-1ce89a1f5d43-24ad17dd, #w-node-_1c138667-fc67-aa3a-1168-133e3e344c5a-24ad17dd, #w-node-afad20af-5af5-c383-c05a-02ccce1a2196-24ad17dd, #w-node-_1f65b932-5563-fdc4-ea75-0593923886c9-24ad17dd, #w-node-_162f5655-8477-71c8-0706-1054dcccf6dd-24ad17dd, #w-node-_90f7898c-7702-ada4-58c4-06ae0bb2b16e-24ad17dd, #w-node-acfa3620-51d2-44fd-5ea2-857aa7d1ed55-24ad17dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d95fa201-42b2-ba30-d285-c098a655df36-24ad17eb, #w-node-_985a0310-1c6e-f1c6-6859-8a8ab3217046-24ad17ed, #w-node-_7979ba78-89c9-c866-8b73-d64d860bcf08-24ad17ee, #w-node-_05a40df0-0b52-0faa-5631-ee8069e68ae6-24ad17ef, #w-node-eb533352-0d45-239e-e9a8-42e5389c946e-24ad17ef {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eb533352-0d45-239e-e9a8-42e5389c9493-24ad17ef {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_46292105-03aa-2a94-2bca-9e41b6d4cffa-24ad17ef, #w-node-_3069d461-2352-455a-5508-1146715ad65a-2da70668 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-d95fa201-42b2-ba30-d285-c098a655df36-24ad17eb, #w-node-_985a0310-1c6e-f1c6-6859-8a8ab3217046-24ad17ed, #w-node-_7979ba78-89c9-c866-8b73-d64d860bcf08-24ad17ee, #w-node-eb533352-0d45-239e-e9a8-42e5389c946e-24ad17ef, #w-node-_3069d461-2352-455a-5508-1146715ad65a-2da70668 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d95fa201-42b2-ba30-d285-c098a655df36-24ad17eb, #w-node-_985a0310-1c6e-f1c6-6859-8a8ab3217046-24ad17ed, #w-node-_7979ba78-89c9-c866-8b73-d64d860bcf08-24ad17ee, #w-node-eb533352-0d45-239e-e9a8-42e5389c946e-24ad17ef, #w-node-_46292105-03aa-2a94-2bca-9e41b6d4cffa-24ad17ef, #w-node-_3069d461-2352-455a-5508-1146715ad65a-2da70668 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1c138667-fc67-aa3a-1168-133e3e344c5a-24ad17dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_05a40df0-0b52-0faa-5631-ee8069e68ae6-24ad17ef, #w-node-_46292105-03aa-2a94-2bca-9e41b6d4cffa-24ad17ef {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'MATERIAL';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}