.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  margin-right: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #58595b;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 3.3em;
  line-height: 1.1em;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #006a38;
  font-size: 2.4em;
  line-height: 1.25em;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #006a38;
  font-size: 1.95em;
  line-height: 1.4em;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #006a38;
  font-size: 1.45em;
  line-height: 1.5em;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #006a38;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #006a38;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}

p {
  margin-bottom: 1em;
  line-height: 1.6em;
}

a {
  color: #006a38;
  line-height: 1.2em;
  text-decoration: underline;
}

a:hover {
  color: #00a659;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 36px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 3px solid #ebebeb;
  font-size: 19px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 80px;
  text-align: center;
}

.body {
  margin-right: 0px;
  color: #58595b;
}

.button {
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 44px;
  padding: 12px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #006a38;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 400ms cubic-bezier(.737, .071, .006, 1.533);
  transition: box-shadow 200ms ease, -webkit-transform 400ms cubic-bezier(.737, .071, .006, 1.533);
  transition: transform 400ms cubic-bezier(.737, .071, .006, 1.533), box-shadow 200ms ease;
  transition: transform 400ms cubic-bezier(.737, .071, .006, 1.533), box-shadow 200ms ease, -webkit-transform 400ms cubic-bezier(.737, .071, .006, 1.533);
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.button:hover {
  background-color: #00a659;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.button:focus {
  background-color: #00a659;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.button.button-border {
  border-style: solid;
  border-width: 1px;
  border-color: #006a38;
  background-color: hsla(0, 0%, 100%, 0.7);
  color: #006a38;
  text-transform: uppercase;
}

.button.button-border:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  text-shadow: none;
}

.button.button-border.bannerbuttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 227px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.button.button-border.bannerbuttons._1st.white {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.button.button-border.bannerbuttons._1st.white:hover {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.button.footer-subscribe {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  max-height: 34px;
  margin-top: 7px;
  margin-right: 7px;
  margin-bottom: 6px;
  padding: 1px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 2.1em;
}

.button.footer-subscribe:hover {
  background-color: #1189b3;
}

.button.footer-subscribe:focus {
  background-color: #1189b3;
}

.button.button-center {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.button.expandsidepadding {
  margin-bottom: 20px;
  padding-right: 48px;
  padding-left: 48px;
}

.button.footer-button-border {
  height: 30px;
  padding: 7px 11px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 0.75em;
  text-transform: uppercase;
}

.button.footer-button-border:hover {
  border-color: #00a659;
  background-color: #00a659;
  color: #fff;
  text-shadow: none;
}

.button.footer-button-border:focus {
  border-color: #00a659;
  background-color: #00a659;
}

.button.formbutton {
  text-transform: uppercase;
}

.button.button-border-white:hover {
  color: #fff;
}

.button.brands-pet-tabs {
  height: 80px;
  min-width: 265px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  border-radius: 10px;
  -webkit-transition-timing-function: ease-in-out, ease;
  transition-timing-function: ease-in-out, ease;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.brands-pet-tabs:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button.brands-pet-tabs-active {
  position: relative;
  overflow: hidden;
  height: 80px;
  min-width: 265px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  border-radius: 10px;
  background-color: #00a659;
  -webkit-transition-timing-function: ease-in-out, ease;
  transition-timing-function: ease-in-out, ease;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.brands-pet-tabs-active:hover {
  background-color: #00a659;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button.rightmargin50 {
  margin-right: 50px;
}

.button.form_button {
  margin-top: 10px;
}

.body {
  color: #58595b;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-main-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-bottom: 0px none transparent;
  opacity: 1;
  color: #58595b;
  font-weight: 500;
}

.nav-main-link:hover {
  color: #006a38;
}

.nav-main-link.navlink-our {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-main-link.navlink-our:hover {
  text-decoration: none;
}

.nav-main-link.navlink-our:focus {
  color: #00a659;
}

.nav-main-link.navlink-our.w--current {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #00a659;
}

.nav-main-link button {
  background-color: #fff;
}

.tab-mobile .dropdown-linkicon {
  padding: 15px 0;
}

.drop-down-icon {
  position: static;
  margin-right: 5px;
  color: #63656a;
  font-size: 16px;
}

.nav-sitelogo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 195px;
  max-height: 65px;
  margin-right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom-style: none;
}

.nav-sitelogo-link.w--current {
  position: relative;
  z-index: 999;
  border-bottom: 0px none transparent;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1410px;
}

.wrapper.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #006a38;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.nav-hover-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  max-height: 2px;
  min-height: 2px;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  border-radius: 0px;
  background-color: #00a659;
  opacity: 1;
}

.dropdown-topborder {
  position: relative;
  display: block;
  width: 100%;
  max-height: 4px;
  min-height: 4px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 29px;
  border-bottom: 4px solid #006a38;
  background-color: transparent;
}

.navlinks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.navlinks:hover {
  color: #00a659;
}

.navlinks:focus {
  color: #006a38;
}

.navlinks.divider {
  padding-top: 21px;
  padding-bottom: 21px;
  border-right: 1px solid #006a38;
}

.navlinks.divider.end {
  display: block;
}

.navlinks.divider.end.hide {
  display: none;
}

.navlinks.swaptopbarlink {
  display: none;
}

.dropdownrounded {
  border-color: #cbced9 #b5b8b6 #b5b8b6;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  background-color: #fff;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.08);
}

.dropdownrounded.megamenu-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-list {
  top: 31px;
  display: none;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0px none #000;
  background-color: transparent;
}

.mobile-nav {
  display: none;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.nav-search-container {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-search-container.hide {
  display: none;
}

.search-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-right: 28px;
  background-color: transparent;
  font-family: 'Font Awesome - Solid', sans-serif;
  color: #717479;
  font-size: 14px;
}

.search-button:hover {
  color: #006a38;
}

.dropdown-frame {
  display: block;
  padding: 0px;
  border-bottom: 1px solid #e3e7f2;
  background-color: transparent;
  line-height: 19px;
  font-weight: 400;
  text-align: left;
}

.dropdown-frame:hover {
  background-color: rgba(233, 233, 234, 0.5);
  color: #006a38;
}

.dropdown-frame.dropdown-bottom {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.dropdown-frame.dropdown-bottom.dropdown-spacing {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dropdown-frame.dropdown-spacing {
  position: static;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #e9e9ea;
  color: #717479;
}

.dropdown-frame.dropdown-spacing:hover {
  color: #006a38;
}

.dropdown-frame.dropdown-spacing.dropdown-bottom {
  border-radius: 0px;
}

.dropdown-frame.dropdown-spacing.heading {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-color: rgba(113, 116, 121, 0.5);
  background-color: rgba(233, 233, 234, 0.5);
  color: #58595b;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-frame.dropdown-spacing.heading:hover {
  color: #006a38;
}

.dropdown-frame.dropdown-spacing.dd-brandtitle {
  color: #006a38;
  text-transform: uppercase;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #63656a;
  letter-spacing: 0.5px;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation.tab-mobile {
  display: none;
}

.page-wrapper {
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px;
}

.section-wrapper {
  position: static;
  top: -220px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1410px;
  margin: 50px auto 0px;
  padding: 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-wrapper.home-banner {
  height: 100%;
  max-width: 1500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-wrapper.home-banner.relative {
  position: relative;
  top: 0px;
}

.section-wrapper.signupform {
  margin-top: 0px;
  margin-bottom: 60px;
}

.section-wrapper.horiz-banner {
  height: 100%;
  max-width: 1500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ctrimg-flankedbullets {
  position: static;
  top: -160px;
  display: block;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.25fr 0px minmax(auto, 100%) 0px 0.25fr;
  grid-template-columns: 0.25fr minmax(auto, 100%) 0.25fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.box-shadow.middle {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: none;
}

.paragraph {
  max-width: 900px;
  margin-bottom: 15px;
}

.paragraph.footer-btmbar-text {
  margin-top: 2px;
  margin-bottom: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #e9e9ea;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph.text-white {
  margin-bottom: 4px;
  color: #fff;
}

.paragraph.text-white.small {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
}

.paragraph.footer-link {
  display: inline;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.paragraph.footer-link:focus {
  text-decoration: underline;
}

.paragraph.footer-link.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph.footer-link.inline:hover {
  color: #fff;
  text-decoration: none;
}

.paragraph.footer-btmbar-navigation {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #e9e9ea;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.paragraph.footer-btmbar-navigation:hover {
  color: #fff;
}

.paragraph.footer-btmbar-navigation {
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  color: #e9e9ea;
  font-size: 0.75em;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.paragraph.footer-btmbar-navigation:hover {
  color: #37b4dd;
  text-decoration: underline;
}

.paragraph.footer-btmbar-navigation.norightborder {
  border-right-style: none;
}

.paragraph._20p-ctr {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}

.paragraph.footer-social-text {
  margin-bottom: 4px;
  color: #fff;
  text-align: left;
}

.subtitle-h2 {
  margin-bottom: 0px;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin: 60px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.afterherobanner {
  margin-top: 30px;
  margin-bottom: 80px;
}

.section.append-btm-scroll-arrow {
  padding-bottom: 60px;
}

.section.append-btm-scroll-arrow.emptest {
  margin-top: -90px;
  padding-top: 80px;
  background-color: #58595b;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0));
}

.section.afternavigation {
  margin-top: 0px;
}

.section.dogs-only {
  display: none;
}

.section.cats-only {
  display: none;
}

.section.horses-only {
  display: none;
}

.section.above-footer {
  margin-bottom: 200px;
}

.section.media-banner-edit {
  margin-top: 180px;
}

.section-header {
  position: static;
  top: -11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-container.whitetext {
  margin-top: 7vh;
  margin-bottom: 0px;
  color: #fff;
}

.text-container.whitetext.home-products-headline {
  position: relative;
  z-index: 4;
  margin-top: 5vh;
}

.text-container.mobile-removepadding {
  margin-bottom: 15px;
}

.text-container.mobile-removepadding.horiz-center-fulllw {
  position: relative;
  max-width: none;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-container.mobile-removepadding._45pxbtmmargin {
  margin-bottom: 45px;
}

.text-container.emptest {
  margin-top: auto;
  margin-bottom: 8px;
}

.sitelogo {
  width: 100%;
  margin-right: auto;
}

.sitelogo.reduced {
  display: none;
}

.heading-2 {
  font-family: 'Roboto Slab', sans-serif;
  text-align: center;
}

.heading-2.capsbold._2-4em {
  font-size: 2.4em;
}

.heading-2.text-highlight {
  color: #00a659;
}

.heading-2.white {
  color: #fff;
}

.heading-2.white.emptest {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-2.removebottommargin {
  margin-bottom: 0px;
}

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

.heading-1.bannerfeature {
  width: 48vw;
  max-width: 685px;
  min-width: 650px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #006a38;
  font-size: 2.7em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-1.bannerfeature.white {
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.heading-1.bannerfeature.longheading {
  max-width: 715px;
  min-width: 670px;
  padding: 14px 20px;
  border-top: 3px solid #006a38;
  border-bottom: 3px solid #006a38;
  background-color: hsla(0, 0%, 100%, 0.25);
  font-size: 22px;
  line-height: 1.7em;
  text-shadow: 0 0 20px #fff;
}

.heading-1.bannerfeature.home-quality-of-life {
  min-width: 652px;
}

.heading-1.bannerfeature.longheading-prehead {
  margin-bottom: 30px;
  font-size: 38px;
}

.heading-1.bannerfeature.joinfamily1 {
  max-width: 700px;
  min-width: 350px;
}

.heading-1.bannerfeature.cvm-rlri_headline {
  width: auto;
  max-width: 33ch;
  min-width: auto;
  margin-bottom: 15px;
  font-size: 1.7em;
}

.heading-1.bannerfeatureem {
  width: 48vw;
  max-width: 685px;
  min-width: 650px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Roboto Slab', sans-serif;
  color: #006a38;
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-1.bannerfeatureem.sanserif-nocaps {
  max-width: 500px;
  min-width: 480px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  text-transform: none;
}

.heading-1.cvm-rlri {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #006a38;
  -webkit-transform: translate(0px, 8px) rotate(45deg);
  -ms-transform: translate(0px, 8px) rotate(45deg);
  transform: translate(0px, 8px) rotate(45deg);
}

.search-input {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 300px;
  max-width: 50%;
  margin-top: 97px;
  padding: 11px 17px;
  border-style: solid;
  border-width: 2px 1px 1px;
  border-color: #00a659;
  border-radius: 0px 0px 3px 3px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.search-input:hover {
  box-shadow: 0 1px 10px 0 rgba(55, 180, 221, 0.15);
}

.search-input-field {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #717479;
  color: #58595b;
}

.search-input-field:focus {
  border-color: #00a659;
}

.searchicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
  padding: 38px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Font Awesome - Solid', sans-serif;
  color: #717479;
  font-size: 15px;
  cursor: pointer;
}

.searchicon:hover {
  color: #006a38;
}

.search-field {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-linkicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-linkicon.tablet-down {
  display: none;
}

.navlogowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.banner-buttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 518px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-buttondiv._2buttons {
  width: 80%;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.banner-buttondiv.topmargin50 {
  margin-top: 50px;
}

.banner-sans {
  font-family: 'Source Sans Pro', sans-serif;
  color: #006a38;
  font-weight: 200;
  text-decoration: none;
  text-transform: none;
}

.banner-sans.white {
  color: #fff;
}

.banner-sans.smallercaps {
  text-transform: uppercase;
}

.banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48vw;
  max-width: 880px;
  min-width: 630px;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-content.higher {
  margin-top: 7vh;
}

.banner-content.ourpassion {
  width: 43vw;
  min-width: 550px;
}

.banner-content.ourstandard {
  width: 48vw;
  max-width: 620px;
  min-width: 550px;
}

.banner-content.desktop-60topmargin {
  margin-top: 60px;
}

.banner-content.banner-right {
  width: auto;
  max-width: none;
  min-width: auto;
  margin-top: 60px;
}

.banner-content.banner_cvm-rlri {
  width: 60vw;
  min-width: auto;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1410px;
  min-height: 320px;
  padding: 60px 30px;
}

.footer.btmbar {
  min-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer.breadcrumbs {
  padding-top: 90px;
}

.footer-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 6px solid #004d29;
  background-color: #006a38;
}

.footer-bottom-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004d29;
}

.topbar-container {
  display: block;
  width: 100%;
  height: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #006a38;
}

.topbar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.topnav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heroslider {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 3px solid #3e3e40;
  background-color: #fff;
}

.arrow-column {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 800px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: hsla(0, 0%, 100%, 0.6);
}

.arrow-column:hover {
  background-color: hsla(0, 0%, 81.2%, 0.15);
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.arrow-column.right {
  left: auto;
  right: 0%;
}

.arrow-column.right:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.arrow-column.right.centerv:hover {
  border-left: 1px solid #d1d3d4;
  border-right-style: none;
}

.arrow-column.centerv {
  top: 0px;
  bottom: 0px;
  width: 50px;
  height: 100%;
  background-color: transparent;
  color: rgba(113, 116, 121, 0.5);
}

.arrow-column.centerv:hover {
  border-right: 1px solid #d1d3d4;
  color: #006a38;
}

.arrow-column.right {
  left: auto;
  right: 0%;
}

.arrow-column.ondark {
  height: 50%;
}

.arrow-column.ondark:hover {
  background-color: transparent;
}

.arrow-column.onwhite:hover {
  background-color: transparent;
}

.arrow-column.onwhite.logoslider {
  width: 80px;
  height: 100px;
  cursor: pointer;
}

.arrow-column.onwhite.benefitslider {
  width: 80px;
  height: 100px;
  cursor: pointer;
}

.rotator-arrow {
  position: static;
  font-size: 28px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.rotator-arrow.smaller-on-white {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
}

.rotator-arrow.right {
  left: 2px;
  right: 0%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotator-arrow.onwhite {
  font-size: 24px;
}

.rotator-arrow.onwhite.logoslider {
  width: auto;
  font-size: 14px;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-column.center {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-column.subscribe.hide {
  display: none;
}

.footer-column.end {
  margin-right: 0px;
}

.footer-logo {
  color: #fff;
}

.footer-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Font Awesome - Brands', sans-serif;
  color: #006a38;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.footer-social-icon:hover {
  background-color: #00a659;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
  text-decoration: none;
}

.footer-social-icon:focus {
  background-color: #00a659;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
  text-decoration: none;
}

.footer-social-icon.last {
  margin-right: 0px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.footerrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fontawe {
  font-family: 'Font Awesome - Solid', sans-serif;
}

.fontawe.footer-bc-sep {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 11px;
  font-weight: 400;
}

.fontawe.scrolldown {
  margin-right: auto;
  margin-left: auto;
  font-size: 28px;
  text-decoration: none;
}

.fontawe.fa_playbutton {
  margin: auto;
  padding-left: 1px;
  line-height: 1em;
  text-align: center;
}

.footer-social {
  min-width: 240px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
}

.footer-column-heading.subscribe {
  width: 425px;
}

.footer-heading6 {
  margin-top: 10px;
  margin-bottom: 16px;
  padding-left: 15px;
  border-left: 2px solid #fff;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-bullet-list {
  padding-left: 17px;
  color: #fff;
}

.list-item-footerbullet {
  margin-bottom: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.9);
}

.list-item-footerbullet:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
  color: #fff;
  text-decoration: underline;
}

.list-item-footerbullet:focus {
  color: #fff;
  text-decoration: underline;
}

.list-item-footerbullet.hide {
  display: none;
}

.footercolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-subscribe-field {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 48px;
  padding-right: 100px;
  border-radius: 3px;
}

.footer-subscribe-field:focus {
  padding-top: 11px;
  border-bottom: 4px solid #37b4dd;
}

.form-block {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.btmbar-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btmbar-content.left {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.btmbar-content.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

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

.mask-2 {
  position: static;
  width: 100%;
  height: 100%;
}

.banner-navvh-topspacer {
  height: 125px;
  min-height: 125px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-hero-slider {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.nav-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.capsbold {
  color: #006a38;
  font-weight: 700;
  text-transform: uppercase;
}

.capsbold.block.brandcolor1-highlight {
  color: #006a38;
}

.capsbold.brandcolor1-highlight {
  color: #006a38;
}

.capsbold.home_product-heading {
  color: #00c46a;
}

.sanlightgrey {
  font-family: 'Source Sans Pro', sans-serif;
  color: #58595b;
  font-weight: 300;
}

.card-3panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-top: 4px solid #58595b;
  border-radius: 0px 0px 15px 15px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.card-3panel.swap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card-3panel.bottom {
  margin-bottom: 0px;
}

.leftpanel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.midpanel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d1d3d4;
  border-left: 1px solid #d1d3d4;
}

.rightpanel {
  display: inline-block;
  width: 95%;
  border-bottom-right-radius: 15px;
  background-image: url('../images/Fotolia_109518239_L.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rightpanel.left {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 0px;
  background-image: url('../images/IMG_2991-flip.jpg');
}

.rightpanel.products {
  width: 95%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/Group-26772x.png');
  background-size: 81%;
}

.text-block-2 {
  margin-bottom: 8px;
  color: #717479;
  font-size: 0.9em;
  line-height: 1.4em;
  font-style: italic;
  text-align: center;
}

.card-headline {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  margin-top: -43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-headline.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.card-headline.reduced {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40%;
}

.card-headline.right {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.card-headline.right.reduced {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.cardheading {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-170 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 80%;
  height: 17px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e9e9ea;
}

.capsans {
  font-family: 'Source Sans Pro', sans-serif;
  color: #58595b;
  font-weight: 300;
  letter-spacing: -1px;
}

.footercontactus:hover {
  color: #fff;
  text-decoration: none;
}

.allcaps {
  font-weight: 700;
  text-transform: uppercase;
}

.footer-imageblock {
  margin-right: 50px;
}

.brand-icon {
  width: 84px;
}

.banner-logo {
  height: 7.5vh;
  max-height: 75px;
  margin-bottom: 25px;
}

.banner-logo.larger {
  height: 11vh;
  margin-bottom: 30px;
}

.bannerfeature {
  font-family: 'Roboto Slab', sans-serif;
}

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

.icon-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 1410px;
  margin: 50px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icon-divider.emailform {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-line {
  display: inline-block;
  height: 2px;
  max-width: 500px;
  min-width: 20%;
  background-color: #d1d3d4;
}

.center-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-icon._2x {
  width: 50px;
  height: 50px;
}

.center-icon.large {
  width: 65px;
  height: 65px;
}

.topbar-navlink {
  margin-right: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 14px;
  text-decoration: none;
}

.topbar-navlink:hover {
  color: #fff;
  text-decoration: underline;
}

.topbar-navlink:focus {
  color: #fff;
  text-decoration: underline;
}

.topbar-navlink.hide {
  display: none;
}

.navhiringtext {
  position: absolute;
  left: 0%;
  top: -0.06em;
  right: 0%;
  bottom: auto;
  color: #717479;
  font-size: 0.76em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.navhiringtext.hide {
  display: none;
}

.nav-ourspan {
  color: #717479;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.checkbox-field {
  margin-top: 54px;
  padding-left: 18px;
}

.footer-subscribe-legalcopy {
  margin-top: 2px;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 10.5px;
  line-height: 1.3em;
}

.footer-subscribe-legalcopy.text-color {
  color: #58595b;
}

.checkbox {
  margin-left: -18px;
}

.megamenu-3col-div {
  width: 33.3333%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.megamenu-3col-div.rightborder {
  display: block;
  height: 100%;
  min-height: 368px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-right: 1px solid rgba(113, 116, 121, 0.5);
}

.megamenu-3col-div.rightborder.double {
  width: 66.6666%;
}

.dropdown-list-mega {
  top: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  max-width: 1100px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0px none #000;
  background-color: transparent;
}

.div-block-182 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subcolumn {
  width: 50%;
}

.subcolumn.rightmargin {
  border-right: 1px solid #d1d3d4;
}

.dd-sub-categoryheadline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-183 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  max-height: 10px;
  max-width: 10px;
  min-height: 10px;
  min-width: 10px;
  margin-left: -5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #006a38;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.link-container:hover {
  color: #00a659;
  text-decoration: underline;
}

.link-container.white-text {
  position: relative;
  z-index: 20;
  margin-top: 8px;
  color: #fff;
}

.link-container.white-text:hover {
  color: #37b4dd;
}

.link-container.white-text.hide {
  display: none;
}

.link-container.absolutebtrm {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px;
}

.link-container.absolutebtrm-link {
  position: absolute;
  bottom: 20px;
  margin-bottom: 0px;
}

.linkparagraph {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.linkparagraph.allcaps {
  text-align: center;
  letter-spacing: 0.4px;
}

.linkparagraph.allcaps.smaller {
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.subtitle-h4-serif-ital {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #717479;
  font-size: 1.1em;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.subtitle-h4-serif-ital.whitetext {
  color: #fff;
}

.subtitle-h4-serif-ital.subtitle_h4_small {
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0px;
}

._0-8em {
  font-family: 'Font Awesome - Solid', sans-serif;
  font-size: 0.8em;
}

.footer-breadcrumbs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  max-width: 1410px;
  padding: 20px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.footer-bc-logolink {
  height: 100%;
  opacity: 0.8;
}

.footer-bc-logolink:hover {
  opacity: 1;
}

.footer-bread-icon {
  height: 100%;
  padding: 4px;
}

.footer-bc-link {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  text-transform: uppercase;
}

.footer-bc-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bc-link.w--current {
  color: hsla(0, 0%, 100%, 0.85);
  text-decoration: underline;
}

.footer-bc-link.w--current:hover {
  color: #fff;
}

.footer-lead-in {
  position: absolute;
  left: -5px;
  top: -2.9vw;
  right: auto;
  bottom: auto;
  z-index: -999;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.7;
}

.footer-section {
  position: relative;
}

.f-logo-link {
  width: 240px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.95;
  cursor: pointer;
}

.f-logo-link:hover {
  opacity: 1;
}

.footer-lead-in-silhouette {
  position: absolute;
  left: auto;
  top: -129px;
  right: 30px;
  bottom: auto;
  z-index: 1;
  height: 130px;
  max-width: none;
}

.full-width-horiz-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-width-horiz-container.divider-dotsolid-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62vh;
  max-height: 600px;
  min-height: 535px;
  margin-top: 0px;
  margin-bottom: 11vw;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #404142;
  background-color: #58595b;
}

.full-width-horiz-container.counter {
  margin-top: 15px;
  margin-bottom: 60px;
}

.fw-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fw-2col.right {
  margin-right: 0px;
  margin-left: 20px;
}

.scroll-to-top {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 155px;
  height: 28px;
  padding-bottom: 0px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #006a38;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.scroll-to-top:hover {
  background-color: #00a659;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.scroll-to-top.w--current {
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

.scroll-to-top.w--current:hover {
  color: #fff;
}

.scroll-to-top.w--current:focus {
  background-color: #00a659;
}

.paragraph-4 {
  margin: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.paragraph-4:hover {
  color: #fff;
}

.div-block-185 {
  position: absolute;
  bottom: -8.6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-scrolldown-button {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 500px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0.4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #808285;
  text-decoration: none;
  cursor: pointer;
}

.banner-scrolldown-button:hover {
  opacity: 1;
  color: #00a659;
}

.banner-scrolldown-button.hoverdown:hover {
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

.banner-scrolldown-button.hoverdown._30pxup {
  bottom: 30px;
}

.banner-background-image-01 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 1079px;
  height: 100%;
  max-width: 80vw;
  min-width: 60vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Banner-Fall_foreground-desktop.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-perspective: 20px;
  perspective: 20px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: perspective(20px);
  transform: perspective(20px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.banner-background-image-01.fpo {
  background-image: url('../images/Banner-FPO_foreground-desktop.png');
}

.banner-background-image-01._2019-brands-for-your-pet {
  right: -3.5vw;
  bottom: 1.3vh;
  max-width: 73vw;
  background-image: url('../images/Banner-Brands-for-Your-Pet-foreground-desktop.png');
}

.banner-background-image-01._2020-summer1 {
  right: -5.8vw;
  background-image: url('../images/Banner-Summer_foreground-desktop.png');
}

.banner-background-image-01.fpo {
  background-image: url('../images/Banner-FPO_foreground-desktop.png');
}

.banner-background-image-01.mainhero {
  background-image: url('../images/Nutramax-Banner_Homepage_Woman-Dog-Hiking2_d-fg.png');
}

.banner-background-image-01._2019-brands-for-you {
  background-image: url('../images/Banner-Brands-for-You_foreground-desktop.png');
}

.banner-background-image-01.mission-statement {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  background-image: url('../images/Banner_DrBox-Arms-Up_desktop-foreground.png');
  background-size: cover;
}

.banner-background-image-01.petproducts {
  background-image: url('../images/Banner_Products-for-Your-Pets_desktop-foreground.png');
}

.banner-background-image-01.media-center {
  background-image: url('../images/Banner_Media-In-the-News-foreground.png');
  background-size: auto 95%;
}

.banner-background-image-01.our-standard {
  right: -95px;
  background-image: url('../images/Nutramax-Banner_Our-Standard_Laboratory_dfg.png');
}

.banner-background-image-01.our-passion {
  max-width: 61vw;
  background-image: url('../images/Nutramax-Banner_Our-Passion_dfg.png');
}

.banner-background-image-01.joinfamily-1 {
  width: 600px;
  max-width: 70vw;
  min-width: 60vw;
  background-image: url('../images/Nutramax-Banner_Join-Our-Family_Employees_dfg.png');
}

.banner-background-image-01.joinfamily2 {
  max-width: 70vw;
  background-image: url('../images/Nutramax-Banner_Join-Our-Family_Employees-Kitchen_dfg.png');
}

.banner-background-image-01.humanproduct {
  background-image: url('../images/Nutramax-Banner_Products-for-You_dfg.png');
}

.banner-background-image-01.cvm-rlri {
  right: -10%;
  max-width: 75vw;
  background-image: url('../images/Banner-Our-Mission_foreground-desktop.png');
  background-position: 100% 100%;
}

.banner-background-image-00 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  min-height: 100%;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Banner-Fall_background-desktop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-background-image-00._2019-fall {
  background-image: url('../images/Banner-FPO_background-desktop.jpg');
}

.banner-background-image-00._2020-summer {
  background-image: url('../images/Banner-Summer_background-desktop.jpg');
}

.banner-background-image-00._2019-brands-for-your-pet {
  background-image: url('../images/Banner-Brands-for_background-desktop.jpg');
}

.banner-background-image-00.mainhero {
  background-image: url('../images/Banner-Brands-for_background-desktop-v2.jpg');
}

.banner-background-image-00.mission-statement {
  background-image: url('../images/Banner_DrBox-Arms-Up_desktop-background.jpg');
}

.banner-background-image-00.petproducts {
  background-image: url('../images/Banner_Products-for-Your-Pets_desktop-background.jpg');
}

.banner-background-image-00.media-center {
  background-image: url('../images/Banner_Media-In-the-News-background.jpg');
}

.banner-background-image-00.our-standard {
  background-image: url('../images/Nutramax-Banner_Our-Standard_Laboratory_dbg.jpg');
}

.banner-background-image-00.our-passion {
  background-image: url('../images/Nutramax-Banner_Our-Passion_dbg.jpg');
}

.banner-background-image-00.ourfamily1 {
  background-image: url('../images/Nutramax-Banner_Join-Our-Family_Employees_dbg.jpg');
}

.banner-background-image-00.joinfamily2 {
  background-image: url('../images/Nutramax-Banner_Join-Our-Family_Employees-Kitchen_dbg.jpg');
}

.banner-background-image-00.humanproduct {
  background-image: url('../images/Nutramax-Banner_Products-for-You_dbg.jpg');
}

.banner-background-image-00.cvm-rlri {
  background-image: url('../images/Banner-Our-Mission_background-desktop.jpg');
}

.standard-horiz-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 20px auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.standard-horiz-container._1440 {
  max-width: 1440px;
}

.standard-horiz-container._1440.nosidepadding {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.standard-horiz-container._1440.nosidepadding.hide {
  display: none;
}

.standard-horiz-container._1440.butt-up-to-footer {
  margin-top: -80px;
  margin-bottom: -120px;
  padding-top: 100px;
}

.standard-horiz-container._1440.emptest {
  margin-top: 0px;
}

.standard-horiz-container._1440.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.standard-horiz-container._1440.brands-pet-buttons {
  position: relative;
  max-width: 1100px;
  margin-top: -15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.standard-horiz-container._1440.brands-pet-buttons.noimage {
  margin-top: 30px;
}

.standard-horiz-container._1440._3-col-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.standard-horiz-container.vertical {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.standard-horiz-container.vertical.right-of-sidebar {
  position: relative;
  margin-left: 30px;
  padding-left: 40px;
  border-left: 1px solid #d1d3d4;
}

.standard-horiz-container._4-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.standard-horiz-container._1440width {
  max-width: 1440px;
}

.expand-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.expand-width.vertcenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-image-block {
  position: relative;
  width: 350px;
  height: 350px;
  -webkit-filter: saturate(92%);
  filter: saturate(92%);
}

.circle-image-block:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.circle-image-block.right {
  margin-right: 0px;
  margin-left: 30px;
}

.circle-image-block.left {
  margin-right: 30px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-featureword {
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: 'Roboto Slab', sans-serif;
  color: #d1d3d4;
  font-size: 4.1em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-featureword:hover {
  color: #808285;
}

.heading-featureword:focus {
  color: #808285;
}

.heading-featureword.buttup {
  margin-bottom: -11px;
}

.headline-text.circle-subhead {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;
  text-align: center;
}

.circle-paragraph {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.circle-paragraph.maxw435 {
  max-width: 435px;
}

._3rd-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3rd-column.reducewidthmobile.end {
  padding-bottom: 35px;
}

.icon-background {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/icon-nutramax-our-passion-at-home.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-background:hover {
  background-image: url('../images/icon-nutramax-our-passion-at-home-full-color.svg');
}

.icon-background.acrossnation {
  width: 30px;
  height: 30px;
  background-image: url('../images/icon-nutramax-our-passion-across-the-nation-flag-full-color.svg');
}

.icon-background.acrossnation:hover {
  background-image: url('../images/icon-nutramax-our-passion-across-the-nation-flag-full-color.svg');
}

.icon-background.aroundworld {
  background-image: url('../images/icon-nutramax-our-passion-around-the-world.svg');
}

.icon-background.aroundworld:hover {
  background-image: url('../images/icon-nutramax-our-passion-around-the-world-full-color.svg');
}

.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.center.hnw-hover {
  margin-top: 0px;
  cursor: pointer;
}

.center.hnw-hover:hover {
  color: #00a659;
}

.center.hnw-hover.leftversion {
  margin-top: 0px;
  margin-left: -35px;
  text-align: left;
}

.center.notopmargin {
  margin-top: 0px;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.main-slider.maxwidth {
  max-width: 1150px;
}

.main-mask {
  margin-right: 75px;
  margin-left: 75px;
}

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

.half-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.imageborder {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-style: solid;
  border-width: 8px;
  border-color: #ccc;
  border-radius: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.imageborder.max300h {
  height: 100%;
  max-width: none;
}

.imageborder.max300h.hide {
  display: none;
}

.imageborder.select-brand-image {
  max-height: 300px;
  margin-bottom: -8px;
  border-width: 1px;
  border-color: #d1d3d4;
  background-color: rgba(0, 0, 0, 0.02);
  background-image: none;
}

.imagecontain {
  max-height: 50vh;
  max-width: 80vw;
  min-height: 300px;
  min-width: 500px;
  -webkit-filter: saturate(85%);
  filter: saturate(85%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.imagecontain:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.imagecontain.imageborder {
  width: auto;
  background-image: url('../images/across-nation-restoring-champions.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imagecontain.imageborder.minister-to-world {
  background-image: url('../images/Around-the-World-Ministering-to-the-World.jpg');
}

.imagecontain.imageborder.encouraging-students {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  background-color: #000;
  background-image: none;
}

.imagecontain.fullwidth-under-h2 {
  height: auto;
  max-height: 500px;
  min-height: 450px;
  margin-top: -12px;
  margin-bottom: 20px;
}

.half-slider {
  overflow: hidden;
  width: 50%;
}

.full-width-slider {
  overflow: hidden;
  width: 100%;
}

.divider-line-2 {
  display: inline-block;
  height: 2px;
  max-width: 500px;
  min-width: 20%;
  background-color: #d1d3d4;
}

.form-2-col {
  display: inline-block;
}

.error-message-2 {
  background-color: #f7f7f7;
}

.hrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.form-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.form-block-2 {
  width: 100%;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.form {
  margin-bottom: 0px;
}

.signup-form {
  z-index: -20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.formfield {
  display: inline-block;
  border-radius: 2px;
}

.center-icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacypolicy {
  margin-top: -10px;
  font-size: 0.85em;
  line-height: 1.25em;
}

.link-3 {
  padding-left: 20px;
  cursor: pointer;
}

.link-3:hover {
  color: #1189b3;
}

.text-block-3 {
  color: #f44336;
}

.disclaimer {
  font-size: 0.85em;
  line-height: 1.35em;
}

.full-width-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-190 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anchor {
  position: relative;
  top: -70px;
  overflow: hidden;
  max-height: 0px;
  max-width: 0px;
  min-height: 0px;
  min-width: 0px;
}

.anchor.moveup {
  top: -70px;
}

.anchor.moveup110 {
  top: -110px;
}

.video-play-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin: auto;
  opacity: 0.7;
}

.video-play-button:hover {
  opacity: 1;
}

.logo-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
  max-height: 12vh;
  max-width: 1250px;
  margin: 10px auto;
}

.marquee-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.marquee-wrapper.benefit-icons {
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-5 {
  overflow: hidden;
  width: 100%;
}

.benefit-slider-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.logoslider {
  overflow: hidden;
  width: 190px;
  margin-right: 20px;
  margin-left: 20px;
}

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

.logocontrainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.8;
  -webkit-filter: saturate(85%);
  filter: saturate(85%);
  -webkit-transition: all 170ms ease-in-out;
  transition: all 170ms ease-in-out;
  color: transparent;
  cursor: pointer;
}

.logocontrainer:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #58595b;
}

.logocontrainer.cosamin {
  width: 275px;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/logo-Cosamin-250px.png');
  background-size: auto 80%;
}

.logocontrainer.cosequin {
  background-image: url('../images/logo-Cosequin-250px.png');
}

.logocontrainer.dasuquin {
  background-image: url('../images/logo-Dasuquin-JHS-250px.png');
}

.logocontrainer.dasuquinadv {
  background-image: url('../images/logo-Dasuquin-Advanced-JHS-250px.png');
}

.logocontrainer.avmacol {
  background-image: url('../images/logo-Avmacol-250px.png');
}

.logocontrainer.mycequin {
  background-image: url('../images/logo-Mycequin-250px.png');
}

.logocontrainer.omegamint {
  background-image: url('../images/logo-OmegaMint-250px.png');
}

.logocontrainer.imuquin {
  background-image: url('../images/logo-Imuquin-Logo-Dogs-250px.png');
}

.logocontrainer.panzquin {
  background-image: url('../images/logo-Panzquin-250px.png');
}

.logocontrainer.solliquin {
  background-image: url('../images/logo-Solliquin-250px.png');
}

.div-block-192 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logodiv2 {
  width: 50%;
  padding: 10px;
}

.portal-container {
  display: block;
  width: 100%;
  max-width: 1410px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.portal-wrapper {
  position: relative;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.login-top-nav {
  display: inline-block;
  width: auto;
  height: 100%;
  min-width: 300px;
  padding-left: 0px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.09);
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.login-reg-blocks {
  width: 600px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 0px;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  background-color: #f0f0f0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.div-block-12 {
  background-color: transparent;
  text-align: left;
}

.div-block-12.nmxmod {
  min-height: 100px;
  background-color: #fafafa;
}

.div-block-12.nmxmod {
  min-height: 100px;
}

.portal-section {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.portal-section.login {
  min-height: 951px;
  margin-bottom: -130px;
  padding-bottom: 450px;
}

.slider-center-vbar {
  width: 1px;
  height: 100%;
  background-color: rgba(209, 211, 212, 0.75);
  box-shadow: 5px 0 9px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
}

.slider-center-vbar.right {
  box-shadow: -5px 0 9px 0 rgba(0, 0, 0, 0.12);
}

.slider-center-vbar.ondark {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 80%, 0)), color-stop(50%, #ccc), to(hsla(0, 0%, 80%, 0)));
  background-image: linear-gradient(0deg, hsla(0, 0%, 80%, 0), #ccc 50%, hsla(0, 0%, 80%, 0));
  opacity: 0;
}

.slider-arrow-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 300ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 300ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 300ms ease-in-out, -webkit-transform 200ms ease-in-out;
  color: #808285;
  font-size: 21px;
}

.slider-arrow-container:hover {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
  color: #006a38;
}

.slider-arrow-container:active {
  border-color: #006a38;
}

.slider-arrow-container:focus {
  border-color: #006a38;
  color: #006a38;
}

.slider-arrow-container.right:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.slider-arrow-container.ondark {
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #58595b;
  color: hsla(0, 0%, 100%, 0.4);
}

.slider-arrow-container.logoslider {
  width: 35px;
  height: 35px;
}

.footer-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.internal-page-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 778px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.internal-page-banner.mediacenter {
  height: 650px;
}

.internal-page-banner.mediacenter.hidemediabanner {
  display: none;
}

.employee-frame {
  position: relative;
  width: 300px;
  height: 400px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.employee-frame._360w {
  width: 360px;
}

.emptest-bottom-border {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 12px;
  width: 100%;
  height: 3px;
  max-width: 300px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #fff), color-stop(85%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, transparent, #fff 15%, #fff 85%, hsla(0, 0%, 100%, 0));
}

.emptest-bottom-border.bottom {
  position: static;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.emptest-bottom-border.inactive {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #000), color-stop(85%, #000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, hsla(0, 0%, 100%, 0));
  opacity: 0.07;
}

.emptest-emp-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.emptest-emp-photo.inactive {
  opacity: 0.15;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.emptest-emp-photo.inactive:hover {
  opacity: 0.9;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.emptest-emp-photo.hover {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.emptest-emp-photo.hover._360w {
  left: -30px;
}

.emptest-emp-photo.active._360w {
  left: -30px;
}

.emptest-heading {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 1.45em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.emptest-jobdescription {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.emptest-name-container {
  margin-bottom: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.emptest-slider {
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.emptest-slider-fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.emptest-frame-container {
  position: relative;
  width: 300px;
}

.emptest-frame-container.center {
  cursor: pointer;
}

.emptest-frame-container.inactive {
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  cursor: pointer;
}

.emptest-frame-container.inactive:hover {
  -webkit-filter: none;
  filter: none;
}

.emptest-active-btmarrow {
  max-height: 10px;
  max-width: 10px;
  min-height: 10px;
  min-width: 10px;
  margin-top: -2px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-198 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 16px;
  margin-bottom: -13px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.emptest-bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-section {
  position: relative;
  top: -19px;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 6px;
  padding-left: 6px;
}

.quote-background {
  padding: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.emptest-quote {
  max-width: 805px;
  margin-right: auto;
  margin-bottom: 0em;
  margin-left: auto;
  color: #fff;
  font-size: 17px;
  line-height: 1.5em;
  font-style: normal;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.emptest-quote.x-large {
  font-size: 24px;
}

.quote-icon {
  position: absolute;
  left: 35px;
  top: -38px;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 70px;
  height: 70px;
  max-width: none;
}

.quote-icon.bottomright {
  left: auto;
  top: auto;
  right: 35px;
  bottom: -38px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.emptest-slider-contain {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  background-color: transparent;
}

.slider-fade-to-white {
  position: absolute;
  left: 60px;
  z-index: 3;
  height: 100%;
  max-width: 13px;
  min-width: 13px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.slider-fade-to-white.right {
  left: auto;
  right: 60px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}

.footer-legal-link {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 0.72em;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-legal-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-legal-link:focus {
  color: #fff;
  text-decoration: underline;
}

.footer-legal-link.end {
  margin-right: 0px;
  padding-right: 0px;
  border-right-style: none;
}

.footer-legal-link.capnone {
  text-transform: none;
}

.p-links {
  color: #006a38;
  cursor: pointer;
}

.p-links:hover {
  color: #00a659;
  text-decoration: underline;
}

.policyh1 {
  margin-right: auto;
  color: #006a38;
  font-size: 1.5em;
}

.list-2 {
  padding-left: 40px;
}

.list-item-left-padding {
  padding-left: 5px;
}

.list-indent-3 {
  padding-left: 18px;
}

.no-bottom-margin {
  margin-bottom: 0em;
}

._4-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._4-column.border {
  position: relative;
  min-height: 300px;
  margin: 15px;
  padding-top: 40px;
  padding-bottom: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #808285;
  border-radius: 15px;
  color: #58595b;
  text-decoration: none;
}

._4-column.border._4-col_end {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.link-block {
  padding: 20px;
}

.link-block.hwh-image {
  width: 150px;
}

.benefits-container {
  overflow: hidden;
  width: 100%;
  max-width: 1250px;
  margin: 10px auto;
  padding-right: 30px;
  padding-left: 30px;
}

.benefit-icon {
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/icon-nutramax-contributions.svg');
  background-position: 50% 50%;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  opacity: 0.85;
  -webkit-filter: saturate(85%);
  filter: saturate(85%);
  -webkit-transition: all 170ms ease-in-out;
  transition: all 170ms ease-in-out;
}

.benefit-icon:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.benefit-text {
  margin-top: 0px;
  text-align: center;
}

.benefit-contain-mobile {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.benefitgrid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.banner-sans-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #006a38;
  font-weight: 200;
  text-decoration: none;
  text-transform: none;
}

.banner-sans-2.cap {
  text-transform: uppercase;
}

.brand-category-logo-container {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #006a38;
  text-decoration: none;
  cursor: pointer;
}

.brand-category-logo-container:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #00a659;
}

.sourcesanscenter {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-align: center;
}

.logo-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.contactus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-navhero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  min-height: 850px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-container-trans {
  position: relative;
  width: 100%;
  height: 650px;
  border-bottom: 3px solid #3e3e40;
  background-color: transparent;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.marquee.benefits {
  margin-right: 10px;
  margin-left: 10px;
}

.marquee-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}

.slide-fade-out-to-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 24px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.slide-fade-out-to-white.right {
  left: auto;
  right: 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}

.logoslider-arrowadd {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newsroom-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.newsroom-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left {
  margin-right: auto;
  text-align: left;
}

.hwh-steps-contain {
  width: 50%;
  margin-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.howwehire-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 0px 15px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d1d3d4;
}

.howwehire-steps.hwh-end {
  border-bottom-style: none;
}

.inline-paragraph-headline {
  font-family: 'Roboto Slab', sans-serif;
  color: #006a38;
  font-size: 17px;
  font-weight: 700;
}

.btmmargin30 {
  margin-bottom: 30px;
}

.number-behind-headline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: -10px;
  margin-bottom: 0px;
  color: rgba(88, 89, 91, 0.07);
  font-size: 13em;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.number-behind-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  min-height: 175px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ourstandard-text-above-number {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.8em;
  line-height: 1.25em;
  text-align: center;
}

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

.module {
  display: block;
  overflow: hidden;
  min-height: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.column {
  padding-left: 0px;
}

.text-block-7 {
  padding-top: 20px;
  text-align: center;
}

.pagesection {
  position: relative;
  margin-top: 127px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.columns {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.div-block-201 {
  width: 900px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-5 {
  margin-bottom: 0px;
}

.contentcontainer {
  width: 90%;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.div-block-200 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: rgba(247, 247, 247, 0.39);
}

.paragraph-7 {
  width: 80%;
  max-width: 520px;
  margin-right: auto;
  margin-left: 40px;
  color: #000;
  line-height: 1.1em;
  text-align: left;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  color: #000;
}

.heading-15.login-h4 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.column-4 {
  width: 65vw;
  max-width: 750px;
  min-width: 400px;
}

.login-h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #58595b;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.columns-2 {
  display: none;
  height: 100%;
  min-height: 600px;
  margin-bottom: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.login-h5 {
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.login-reg-blocks-2 {
  width: 90%;
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-style: none;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 0px;
}

.column-3 {
  position: relative;
  width: 50%;
  height: 100%;
  min-height: 600px;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #ececec;
  background-image: url('../images/Nutramax-Portal-Login-Veterinarian-with-Cat.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-14 {
  width: 80%;
  max-width: 520px;
  margin-right: auto;
  margin-left: 40px;
  color: #000;
  font-size: 23px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.div-block-202 {
  width: 100%;
  min-height: 200px;
}

.image-30 {
  margin-bottom: 40px;
}

.brand-color-1 {
  color: #006a38;
}

.brand-color-1.left {
  text-align: left;
}

.brand-pet-tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 256px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
  cursor: pointer;
}

.brand-pet-tab.active {
  display: none;
}

.brand-pet-tab.noimage {
  height: auto;
}

.petbrand-tab-image {
  position: absolute;
  bottom: 59px;
  z-index: 50;
  display: block;
  width: 100%;
  max-height: 200px;
  max-width: none;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/Brand-Tab-Dog_01-Default.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.petbrand-tab-image.cat {
  bottom: 52px;
  max-height: 200px;
}

.petbrand-tab-image.horse {
  bottom: 80px;
  z-index: -10;
  max-height: 240px;
}

.petbrand-tab-image.active {
  display: none;
}

.petbrand-tab-image.hover {
  display: none;
}

.petbrand-tab-image.default.cat {
  bottom: 54px;
  background-image: url('../images/Brand-Tab-Cat_01-Default.png');
}

.petbrand-tab-image.default.horse {
  bottom: 54px;
  background-image: url('../images/Brand-Tab-Horse_01-Default.png');
}

.petbrand-tab-image.active {
  bottom: 54px;
  display: block;
  background-image: url('../images/Brand-Tab-Dog_03-Active.png');
}

.petbrand-tab-image.active.cat {
  background-image: url('../images/Brand-Tab-Cat_03-Active.png');
}

.petbrand-tab-image.active.horse {
  background-image: url('../images/Brand-Tab-Horse_03-Active.png');
}

.petbrand-tab-image.active.dog {
  display: block;
}

.petbrand-tab-image.hover {
  display: none;
  background-image: url('../images/Brand-Tab-Dog_02-Hover.png');
}

.petbrand-tab-image.hover.cat {
  bottom: 54px;
  display: none;
  background-image: url('../images/Brand-Tab-Cat_02-Hover.png');
}

.petbrand-tab-image.hover.horse {
  bottom: 54px;
  background-image: url('../images/Brand-Tab-Horse_02-Hover.png');
}

.brand-list-animal-headline {
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.brandtab-button-activearrow {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -8px;
  display: inline-block;
  max-height: 11px;
  max-width: 11px;
  min-height: 11px;
  min-width: 11px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner-ourstory-caps {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

.banner-ourstory-caps.longheading {
  font-size: 24px;
  letter-spacing: 0.1px;
}

.banner-wave-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 1075px;
  height: 100%;
  max-width: 80vw;
  min-width: 70vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Banner-Leaf-Overlay-White2.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.banner-wave-overlay.ourpassion {
  background-position: -37px 0%;
  opacity: 0.85;
}

._100vh-bottom-spacer {
  display: block;
  height: 30px;
}

.text-span-10 {
  display: block;
}

.brandselect-anchor {
  position: absolute;
  left: 0%;
  top: -60px;
  right: auto;
  bottom: auto;
  width: 0px;
  height: 0px;
}

.focus {
  position: relative;
  text-decoration: underline;
  cursor: pointer;
}

.focus:hover {
  color: #00a659;
}

.icon-container {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.icon-container.overtopborder {
  position: absolute;
  top: -27px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: 0px;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-31 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.linkblock {
  text-decoration: none;
}

.health-type-headline-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.health-type-icon {
  width: 65px;
  height: 65px;
  margin-right: 0px;
  background-color: #fff;
}

.health-category-headline {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 15px;
  background-color: #fff;
  text-transform: uppercase;
}

.health-category-headline.healthtype_heart {
  color: #c22032;
}

.health-category-headline.healthtype_urinary {
  color: #cd163f;
}

.health-category-headline.healthtype_dental {
  color: #545557;
}

.health-category-headline.healthtype_skin-coat {
  color: #0093c9;
}

.health-category-headline.healthtype_immune {
  color: #54565a;
}

.health-category-headline.healthtype_behavioral {
  color: #6b93bf;
}

.health-category-headline.healthtype_gastro {
  color: #ec008c;
}

.health-category-headline.healthtype_liver {
  color: #007078;
}

.health-category-headline.healthtype_joint {
  color: #009945;
}

.textcounter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 140px;
  max-width: 140px;
  min-height: 140px;
  min-width: 144px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 6px solid #fff;
  border-radius: 15px;
  background-color: #f1f1f2;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
}

.textcounter:hover {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.15);
  color: #006a38;
}

.numericcount {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: -4px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.featurecount {
  position: absolute;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.featurecount.top {
  top: 13px;
  bottom: auto;
  z-index: 1;
  color: #58595b;
}

.featurecount.bottom {
  top: auto;
  bottom: 2px;
  color: #58595b;
  line-height: 1.2em;
  text-align: center;
}

.featurecount.bottom:hover {
  color: #58595b;
}

.featurecount.bottom.lower-2-line {
  bottom: -1px;
  letter-spacing: -0.25px;
}

.counterup.raise-to-top {
  margin-top: -13px;
}

.back-hline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: -5;
  width: 100%;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e9e9ea;
}

.benefit-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  max-width: 225px;
  min-width: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/icon-nutramax-benefit-pto-full-color.svg');
  background-position: 50% 0%;
  background-size: 100px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-filter: saturate(85%);
  filter: saturate(85%);
  -webkit-transition: all 170ms ease-in-out;
  transition: all 170ms ease-in-out;
  cursor: pointer;
}

.benefit-container:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.benefit-container.pto {
  background-image: url('../images/icon-nutramax-benefit-pto.svg');
}

.benefit-container.pto:hover {
  background-image: url('../images/icon-nutramax-benefit-pto-full-color.svg');
}

.benefit-container._401k {
  background-image: url('../images/icon-nutramax-profit-sharing-401K.svg');
}

.benefit-container._401k:hover {
  background-image: url('../images/icon-nutramax-profit-sharing-401K-full-color.svg');
}

.benefit-container.childcare {
  background-image: url('../images/icon-nutramax-child-care.svg');
}

.benefit-container.childcare:hover {
  background-image: url('../images/icon-nutramax-child-care-full-color.svg');
}

.benefit-container.tuition {
  background-image: url('../images/icon-nutramax-tuition-reimbursement.svg');
}

.benefit-container.tuition:hover {
  background-image: url('../images/icon-nutramax-tuition-reimbursement-full-color.svg');
}

.benefit-container.biblestudy {
  background-image: url('../images/icon-nutramax-bible-study.svg');
}

.benefit-container.biblestudy:hover {
  background-image: url('../images/icon-nutramax-bible-study-full-color.svg');
}

.benefit-container.flexhealthacct {
  background-image: url('../images/icon-nutramax-flex-spend-health-savings.svg');
}

.benefit-container.flexhealthacct:hover {
  background-image: url('../images/icon-nutramax-flex-spend-health-savings-full-color.svg');
}

.benefit-container.employeeassist {
  background-image: url('../images/icon-nutramax-employee-assistance-program.svg');
}

.benefit-container.employeeassist:hover {
  background-image: url('../images/icon-nutramax-employee-assistance-program-full-color.svg');
}

.benefit-container.termdisability {
  background-image: url('../images/icon-nutramax-disability.svg');
}

.benefit-container.termdisability:hover {
  background-image: url('../images/icon-nutramax-disability-full-color.svg');
}

.benefit-container.supplementalaccident {
  background-image: url('../images/icon-nutramax-supplemental-accident-insurance.svg');
}

.benefit-container.supplementalaccident:hover {
  background-image: url('../images/icon-nutramax-supplemental-accident-insurance-full-color.svg');
}

.benefit-container.lifeinsurance {
  background-image: url('../images/icon-nutramax-life-insurance.svg');
}

.benefit-container.lifeinsurance:hover {
  background-image: url('../images/icon-nutramax-life-insurance-full-color.svg');
}

.benefit-container.physicalexam {
  background-image: url('../images/icon-nutramax-annual-physical-exam-incentive.svg');
}

.benefit-container.physicalexam:hover {
  background-image: url('../images/icon-nutramax-annual-physical-exam-incentive-full-color.svg');
}

.benefit-container.fitnessclub {
  background-image: url('../images/icon-nutramax-fitness-club-reimbursement.svg');
}

.benefit-container.fitnessclub:hover {
  background-image: url('../images/icon-nutramax-fitness-club-reimbursement-full-color.svg');
}

.benefit-container.uniforms {
  background-image: url('../images/icon-nutramax-supplied-uniforms.svg');
}

.benefit-container.uniforms:hover {
  background-image: url('../images/icon-nutramax-supplied-uniforms-full-color.svg');
}

.benefit-container.companytrips {
  background-image: url('../images/icon-nutramax-company-trips.svg');
}

.benefit-container.companytrips:hover {
  background-image: url('../images/icon-nutramax-company-trips-full-color.svg');
}

.benefit-container.medicaldentalvision {
  background-image: url('../images/icon-nutramax-health-insurance-cross-shield-vision-dental.svg');
}

.benefit-container.medicaldentalvision:hover {
  background-image: url('../images/icon-nutramax-health-insurance-cross-shield-vision-dental-full-color.svg');
}

.benefit-subtext {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.15px;
}

.benefit-subtext.fineprint {
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0px;
}

.benefit-icon-description {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.benefit-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1250px;
  margin: 10px auto;
}

.text-span-11 {
  font-size: 0.8em;
  line-height: 1em;
  letter-spacing: 0px;
}

.benefitslider-arrowadd {
  position: relative;
  width: 100%;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.year-heading-overlay {
  position: absolute;
  left: -132px;
  top: 17%;
  right: auto;
  bottom: auto;
  height: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #006a38;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0px;
}

.timeline-copy {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
}

.hscroll-step-container-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 500px;
  height: 55vh;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: 0 0 35px 8px rgba(0, 0, 0, 0.15);
}

.step-background {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0px 0px;
  background-image: url('../images/Across-the-Nation-Training-the-Next-Generation-MSU.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.step-div-2 {
  position: static;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-top: auto;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  text-align: center;
}

.hscroll-step-container3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 650px;
  height: 65vh;
  min-height: 540px;
  margin-right: -360px;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.85;
  -webkit-filter: saturate(85%);
  filter: saturate(85%);
  cursor: pointer;
}

.policy-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.policy-sidebar {
  display: block;
  width: 25vw;
  height: 100%;
  max-width: 300px;
  min-width: 250px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btmmargin5 {
  margin-bottom: 5px;
}

.newsroom-image {
  display: block;
  max-height: 200px;
  max-width: 200px;
  min-height: 140px;
  min-width: 140px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding-right: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.newsroom-image._2 {
  background-image: url('../images/Media-Counterfeit.jpg');
}

.newsroom-image._3 {
  background-image: url('../images/widget-corporate-council-responsible-nutrition.png');
}

.newsroom-image._1 {
  background-image: url('../images/bask-solar-charger.jpg');
}

.topdivider-angled {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 70px;
  margin: -63px auto -2px;
  border-top: 13px solid #808285;
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
}

.topdivider-angled.image {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 104px;
  margin-top: 0px;
  margin-bottom: -44px;
  border-top-style: none;
  background-color: #fff;
  background-image: url('/images/nmx-divider-pattern-leaf-angled.png');
  background-position: 0% 100%;
  background-size: auto 80px;
  background-repeat: no-repeat;
  opacity: 0.85;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.topdivider-angled.bottom {
  z-index: 4;
  height: 80px;
  margin-top: 0px;
  border-top: 12px solid #808285;
  background-color: #58595b;
}

.topdivider {
  position: relative;
  z-index: 3;
  width: 120%;
  height: 105px;
  margin-right: auto;
  margin-bottom: -5px;
  margin-left: auto;
}

._404_dog {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -19.4vh;
  z-index: 1;
  display: none;
  max-height: 74vh;
  max-width: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

._404_dog:hover {
  bottom: -2.7vh;
}

._404_404 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  opacity: 0.03;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 56vw;
  line-height: 0.7em;
  font-weight: 700;
}

._404_heading {
  position: relative;
  display: none;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #58595b;
  font-size: 13vh;
  line-height: 1.1em;
  font-weight: 700;
}

._404_heading.defaultshow {
  display: block;
}

._404_heading._4 {
  display: none;
  margin-top: 15px;
}

._404_paragraph {
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  font-size: 22px;
}

.div-block-204 {
  margin-right: auto;
  margin-left: auto;
}

._404_logo-container {
  position: absolute;
  top: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 140px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  cursor: pointer;
}

._404_logo-container:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

._404_bottom-right-image {
  position: absolute;
  left: auto;
  top: auto;
  right: -290px;
  bottom: -172px;
  height: 500px;
  max-width: none;
  color: transparent;
  cursor: pointer;
}

._404_bottom-right-image:hover {
  right: -408px;
  bottom: -80px;
  padding-top: 155px;
  padding-left: 155px;
  color: #717479;
}

.text-span-12 {
  position: absolute;
  left: 110px;
  top: -75px;
  right: auto;
  bottom: auto;
  font-size: 0.35em;
  font-weight: 300;
}

.footer-lead-in-silhouette-img {
  height: 100%;
}

._404_cat {
  max-width: 80%;
}

.feature_privacy-headline {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #006a38;
  border-bottom: 2px solid #006a38;
  font-size: 1.3em;
  text-align: center;
}

.indent1 {
  margin-top: -10px;
  margin-left: 40px;
}

.table-embed {
  margin-bottom: 15px;
}

.underline {
  text-decoration: underline;
}

.underline._1emtopmargin {
  margin-top: 1em;
}

.indent2 {
  margin-top: -10px;
  margin-left: 80px;
}

.abovefooter-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-innews-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.innews_lefticon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-top: -2px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #006a38;
  color: #fff;
  font-size: 8px;
  line-height: 1em;
}

.inthenews_lineitemcontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-9 {
  margin-right: auto;
}

._404_heading_cat {
  position: absolute;
  left: auto;
  top: auto;
  right: 450px;
  bottom: 270px;
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.healthtype_divider-bar {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-height: 2px;
  min-height: 2px;
  background-color: #d1d3d4;
}

.portal-headline {
  font-family: 'Roboto Slab', sans-serif;
  color: #006a38;
  font-size: 2.7em;
  line-height: 1.2em;
}

.portal-para {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0em;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
}

.div-block-207 {
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

.div-block-208 {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-bottom: 1px solid #d1d3d4;
}

.div-block-209 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.background {
  position: absolute;
  left: 0%;
  top: 124px;
  right: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('../images/Nutramax-Portal-Login-Veterinarian-with-Cat-tr3.jpg');
  background-position: 100% 0%;
  background-size: 43vw;
  background-repeat: no-repeat;
}

.portal-login-contain {
  width: 100%;
  height: 100%;
}

.arrow-column-herobanner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: hsla(0, 0%, 100%, 0.6);
}

.arrow-column-herobanner:hover {
  background-color: hsla(0, 0%, 81.2%, 0.15);
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.arrow-column-herobanner.right {
  left: auto;
  right: 0%;
}

.arrow-column-herobanner.right:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.arrow-column-herobanner.right {
  left: auto;
  right: 0%;
}

.full-width-background-video {
  display: none;
  width: 100%;
  height: 806.4000000000001px;
}

.superscript {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.video {
  width: 100%;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d3d4;
}

.div-block-210 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagecontain-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 8px;
  border-color: #e9e9ea;
  border-radius: 15px;
  -webkit-filter: saturate(85%);
  filter: saturate(85%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.imagecontain-v2:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.imagecontain-v2._600x320 {
  width: 600px;
}

.imagecontain-v2._600x400 {
  width: 600px;
  height: 400px;
}

.imagecontain-v2.square-centermbl {
  max-height: none;
  max-width: none;
  min-height: 320px;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.image-fill-width {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

._1sttab-to-content {
  position: absolute;
  left: 0%;
  top: -47px;
  right: auto;
  bottom: auto;
  z-index: 9999999999;
  height: 46px;
  margin-left: 25px;
  padding: 12px 22px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: transparent;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
}

._1sttab-to-content:focus {
  top: -1px;
  border-style: solid;
  border-width: 1px;
  border-color: #990003;
  background-color: #e40004;
  color: #fff;
}

._1sttab-to-content.mobilelandport-only {
  display: none;
}

.anchor-skip-to-content {
  position: absolute;
  top: -140px;
  max-height: 0px;
  max-width: 0px;
  min-height: 0px;
  min-width: 0px;
}

.no1vetcompany {
  display: none;
  width: 350px;
  max-width: 30vw;
}

.no1vetcompany.no1vetcompany_v1 {
  display: block;
}

.no1vetcompany.no1vetcompany__v2 {
  display: none;
}

.imagecontain-3column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 320px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 8px;
  border-color: #e9e9ea;
  border-radius: 15px;
  -webkit-filter: saturate(85%);
  filter: saturate(85%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.imagecontain-3column:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.banner-cvmrlri-container {
  width: 14vw;
  max-width: 198px;
  min-width: 155px;
  margin-bottom: 15px;
}

.subtitle-h4-serif {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #717479;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.subtitle-h4-serif.whitetext {
  color: #fff;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80ch;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form_dropdown_container {
  width: 100%;
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d3d4;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.form_dropdown_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d3d4;
  border-radius: 3px;
}

.form_fields {
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d3d4;
  border-radius: 3px;
}

.form_fields:focus {
  box-shadow: 0 0 3px 0 rgba(0, 106, 56, 0.25);
}

.form_fields.vetother {
  display: none;
}

.form_fields.vetother.optinfrom {
  display: none;
}

.cvm-rlri_banner-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #006a38;
  border-bottom: 2px solid #006a38;
}

.cvm-rlri_banner-logo {
  width: 39%;
  max-width: 130px;
  margin-right: 10px;
  margin-left: 10px;
}

.modal_close-button-container {
  position: absolute;
  left: auto;
  top: 5px;
  right: 8px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.modal_heading {
  margin-bottom: 1em;
  font-family: 'Roboto Slab', sans-serif;
  color: #006a38;
  font-size: 2.1em;
  line-height: 1.25em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.modal_paragraph {
  margin-right: auto;
  margin-bottom: 1.2em;
  margin-left: auto;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}

.modal_code {
  margin-bottom: 1em;
  font-family: 'Roboto Slab', sans-serif;
  color: #006a38;
  font-size: 1.85em;
  line-height: 1.25em;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.button-2 {
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 44px;
  padding: 12px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #006a38;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 400ms cubic-bezier(.737, .071, .006, 1.533);
  transition: box-shadow 200ms ease, -webkit-transform 400ms cubic-bezier(.737, .071, .006, 1.533);
  transition: transform 400ms cubic-bezier(.737, .071, .006, 1.533), box-shadow 200ms ease;
  transition: transform 400ms cubic-bezier(.737, .071, .006, 1.533), box-shadow 200ms ease, -webkit-transform 400ms cubic-bezier(.737, .071, .006, 1.533);
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.button-2:hover {
  background-color: #00a659;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.button-2:focus {
  background-color: #00a659;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.modal_button_text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.5;
  font-family: 'Font Awesome - Solid', sans-serif;
  font-size: 24px;
  text-align: center;
}

.modal_button_text:hover {
  opacity: 1;
  color: #006a38;
}

.modal_overlay {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 90ch;
  min-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.modal_background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9007199254740991;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.calierror {
  display: none;
}

.html-embed {
  display: block;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.1em;
  }

  h2 {
    font-size: 2.3em;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.5em;
  }

  h4 {
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .body {
    margin-right: 0px;
  }

  .button.button-border.bannerbuttons._1st {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.button-border.bannerbuttons._1st.white {
    border-color: #006a38;
    background-color: hsla(0, 0%, 100%, 0.3);
    color: #006a38;
  }

  .button.button-border.bannerbuttons._1st.white:hover {
    border-color: #006a38;
    background-color: hsla(0, 0%, 100%, 0.3);
    color: #006a38;
  }

  .button.button-center {
    min-width: 200px;
  }

  .button.brands-pet-tabs {
    height: 60px;
    min-width: 225px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button.brands-pet-tabs-active {
    height: 60px;
    min-width: 225px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .utility-page-wrap {
    padding-top: 40px;
  }

  .nav-main-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-main-link.navlink-our {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
    padding-right: 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1em;
  }

  .nav-main-link.navlink-our.w--current {
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-main-link.navlink-our.swaptopbarlink {
    font-size: 1em;
    text-transform: none;
  }

  .bold-text {
    font-size: 18px;
  }

  .drop-down-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .nav-sitelogo-link.w--current {
    display: block;
  }

  .wrapper.nav-bar-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-main {
    z-index: 99999;
    padding-right: 0px;
    background-color: #fff;
  }

  .nav-hover-underline {
    display: none;
  }

  .dropdown-topborder {
    display: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .navlinks {
    width: 100%;
    height: 100%;
    max-height: 65px;
    min-height: 60px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 33px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 0.5px solid rgba(113, 116, 121, 0.5);
    background-color: #fff;
    color: #006a38;
  }

  .navlinks.divider {
    display: none;
  }

  .navlinks.mainnavlink {
    width: 100%;
    height: auto;
    max-height: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 0.5px solid rgba(113, 116, 121, 0.5);
    background-color: #fff;
  }

  .navlinks.swaptopbarlink {
    font-size: 1em;
  }

  .dropdownrounded {
    width: auto;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdownrounded.megamenu-column {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(113, 116, 121, 0.5);
  }

  .dropdown-list {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mobile-nav {
    display: block;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-right-style: none;
    border-right-width: 0px;
  }

  .nav-bar {
    z-index: 999;
    overflow: visible;
  }

  .nav-search-container {
    position: absolute;
    top: 128px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .mobile-button-text {
    padding-top: 0px;
    color: #717479;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .search-button {
    height: 100%;
    max-width: 73px;
    min-height: 100%;
    min-width: 73px;
    margin: auto -1px auto 0px;
    padding: 20px 5px 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 16px;
  }

  .mobile-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    padding-bottom: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Font Awesome - Solid', sans-serif;
    color: #006a38;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
  }

  .dropdown-frame.dropdown-spacing {
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    background-color: transparent;
  }

  .dropdown-frame.dropdown-spacing.dropdown-bottom {
    border-bottom-style: none;
  }

  .dropdown-frame.dropdown-spacing.end {
    border-bottom-style: none;
  }

  .nav-menu {
    position: static;
    top: 125px;
    overflow: auto;
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mobile-menu-button {
    height: 100%;
    max-width: 73px;
    min-height: 100%;
    min-width: 73px;
    margin-top: auto;
    margin-right: -1px;
    margin-bottom: auto;
    padding: 20px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-right: 1px solid rgba(113, 116, 121, 0.5);
    border-left: 1px solid rgba(113, 116, 121, 0.5);
    background-color: #fff;
    cursor: pointer;
  }

  .mobile-menu-button:hover {
    background-color: rgba(167, 169, 172, 0.15);
  }

  .mobile-menu-button:focus {
    background-color: rgba(180, 227, 246, 0.1);
  }

  .mobile-menu-button.search {
    display: block;
  }

  .mobile-menu-button.search.hide {
    display: none;
  }

  .navigation {
    position: absolute;
    left: auto;
    top: 129px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navigation.tab-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    z-index: -1;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation.desktop {
    display: none;
  }

  .section-wrapper {
    top: -114px;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 0px;
  }

  .section-wrapper.home-banner {
    max-width: none;
    padding: 30px;
  }

  .section-wrapper.horiz-banner {
    max-width: none;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .paragraph.text-white.small {
    text-align: left;
  }

  .paragraph.footer-link {
    display: inline;
  }

  .paragraph.footer-link.inline:hover {
    color: #fff;
    text-decoration: none;
  }

  .paragraph.footer-social-text {
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
  }

  .section.afterherobanner {
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .section.append-btm-scroll-arrow.emptest {
    margin-top: 0px;
  }

  .text-container.whitetext {
    margin-top: 15px;
    margin-bottom: -110px;
  }

  .text-container.whitetext.home-products-headline {
    margin-top: 4vh;
  }

  .text-container.emptest {
    margin-top: 0px;
  }

  .heading-2 {
    font-size: 2.2em;
  }

  .heading-2.capsbold._2-4em {
    font-size: 2.2em;
  }

  .heading-2.white.emptest {
    margin-top: 0px;
  }

  .heading-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-1.bannerfeature {
    display: block;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: center;
  }

  .heading-1.bannerfeature.longheading {
    width: 100%;
    max-width: none;
    min-width: auto;
    background-color: hsla(0, 0%, 100%, 0.65);
    font-size: 24px;
  }

  .heading-1.bannerfeature.longheading-prehead {
    margin-bottom: 15px;
  }

  .heading-1.bannerfeature.joinfamily1 {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .heading-1.bannerfeature.cvm-rlri_headline {
    margin-bottom: 12px;
    font-size: 1.7em;
  }

  .heading-1.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-1.bannerfeatureem {
    display: block;
    min-width: 620px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 2em;
  }

  .heading-1.bannerfeatureem.sanserif-nocaps {
    width: 68vw;
    max-width: none;
    min-width: auto;
    font-size: 1.9em;
  }

  .heading-1.cvm-rlri {
    max-width: 640px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-arrow {
    display: none;
  }

  .search-input {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 81px;
    max-width: none;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .search-input-field {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .searchicon {
    display: none;
  }

  .search-field {
    z-index: 99;
    display: none;
    width: 100%;
  }

  .dropdown-linkicon.desktop {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 65px;
    min-height: 60px;
    margin-bottom: 0px;
  }

  .dropdown-linkicon.tablet-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
  }

  .hero-banner {
    background-image: none;
  }

  .banner-container {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .banner-container.banner-container__1 {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .banner-container.banner-container__2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .banner-container.banner-container__2.banner-container__vetproduct {
    display: none;
  }

  .banner-buttondiv {
    position: relative;
    z-index: 50;
    max-width: 550px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .banner-buttondiv._2buttons {
    width: 85%;
  }

  .banner-content {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .banner-content.higher {
    margin-top: 0px;
  }

  .banner-content.ourpassion {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .banner-content.ourstandard {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .banner-content.desktop-60topmargin {
    margin-top: 0px;
  }

  .banner-content.joinfamily1 {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .banner-content.banner-right {
    margin-top: 0px;
  }

  .banner-content.banner_cvm-rlri {
    width: 100%;
    margin-top: -10px;
  }

  .footer {
    padding: 60px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer.btmbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .topbar-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .topnav-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .arrow-column.centerv {
    width: 50px;
  }

  .arrow-column.ondark {
    width: 65px;
  }

  .arrow-column.onwhite.benefitslider {
    height: 100%;
  }

  .rotator-arrow {
    font-size: 25px;
  }

  .rotator-arrow.smaller-on-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column {
    width: 50%;
    margin-top: 10px;
  }

  .footer-column.center {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column.subscribe {
    width: 100%;
  }

  .footer-social-icon {
    margin-right: 13px;
  }

  .footer-social-icon.lasticon {
    margin-right: 0px;
  }

  .footerrow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-social {
    min-width: 300px;
    margin-bottom: 10px;
  }

  .footer-column-heading.subscribe {
    width: 100%;
  }

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

  .list-item-footerbullet:hover {
    color: #37b4dd;
    text-decoration: underline;
  }

  .btmbar-content.right {
    margin-left: 15px;
  }

  .banner-navvh-topspacer {
    z-index: -99999;
    display: block;
    height: 125px;
    min-height: 125px;
  }

  .nav-links-container {
    position: static;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  }

  .card-3panel {
    min-height: auto;
    margin-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-3panel.swap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .leftpanel {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    width: 24%;
    margin-top: -122px;
  }

  .midpanel {
    border-right-style: none;
    border-left-style: none;
  }

  .rightpanel {
    z-index: 0;
    display: block;
    width: 100%;
    height: 50%;
    min-height: 250px;
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-bottom-right-radius: 0px;
  }

  .rightpanel.left {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .rightpanel.products {
    background-position: 50% 76%;
    background-size: 60%;
  }

  .card-headline {
    position: static;
    margin-top: 80px;
  }

  .card-headline.right {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .card-headline.reduced {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: -41px;
  }

  .card-headline.right.reduced {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .cardheading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cardheading.allcaps {
    z-index: 6;
    margin-bottom: 1px;
  }

  .div-block-170 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 15px;
  }

  .footer-imageblock {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .brand-icon.tablet-shiftdown {
    margin-top: 31px;
  }

  .banner-logo {
    height: 10vh;
    max-height: 70px;
    min-height: 60px;
    margin-bottom: 15px;
  }

  .divider-line {
    min-width: 28%;
  }

  .navhiringtext {
    left: 15px;
    display: none;
    text-align: left;
  }

  .nav-ourspan {
    position: relative;
    bottom: -1px;
    padding-right: 4px;
    font-size: 0.85em;
  }

  .megamenu-3col-div.rightborder {
    min-height: 367px;
  }

  .megamenu-3col-div.rightborder.double {
    border-right-style: none;
  }

  .dropdown-list-mega {
    display: none;
    margin-top: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-width: 0.5px;
    border-color: #717479;
  }

  .link-container.white-text {
    margin-top: 5px;
  }

  .subtitle-h4-serif-ital {
    font-size: 1em;
    line-height: 1.4em;
  }

  .footer-lead-in {
    max-width: 120%;
  }

  .f-logo-link {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 1;
  }

  .footer-lead-in-silhouette {
    top: -94px;
    height: 95px;
  }

  .full-width-horiz-container.divider-dotsolid-top {
    height: auto;
    max-height: 75vh;
    min-height: 50vh;
    margin-bottom: 15vw;
  }

  .scroll-to-top.w--current {
    height: 30px;
  }

  .div-block-185 {
    bottom: -11vw;
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .banner-scrolldown-button {
    bottom: -30px;
    opacity: 1;
  }

  .banner-background-image-01 {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .banner-background-image-01._2020-summer1 {
    bottom: -45px;
  }

  .banner-background-image-01.mainhero {
    height: auto;
    min-height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-size: 76vw;
  }

  .banner-background-image-01._2019-brands-for-you {
    background-position: 55% 100%;
    background-size: 85vw;
  }

  .banner-background-image-01.mission-statement {
    z-index: 0;
    background-position: 84% 100%;
    background-size: cover;
  }

  .banner-background-image-01.our-standard {
    left: auto;
    right: -32px;
    max-width: 84vw;
  }

  .banner-background-image-01.our-passion {
    left: auto;
    right: auto;
    max-width: 79vw;
  }

  .banner-background-image-01.joinfamily-1 {
    max-width: 78vw;
    background-size: contain;
  }

  .banner-background-image-01.joinfamily2 {
    max-width: 95vw;
  }

  .banner-background-image-01.humanproduct {
    background-size: 82vw;
  }

  .banner-background-image-01.cvm-rlri {
    left: auto;
    right: auto;
    max-width: 700px;
    margin-right: -3.7vw;
  }

  .banner-background-image-00.mainhero {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .standard-horiz-container._1440 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .standard-horiz-container._1440.nosidepadding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

  .standard-horiz-container._1440.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .standard-horiz-container._1440.brands-pet-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .standard-horiz-container._1440._3-col-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .standard-horiz-container._1440.ourstandard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .standard-horiz-container._1440.passion-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .standard-horiz-container.vertical.right-of-sidebar {
    padding-right: 40px;
  }

  .circle-image-block {
    width: 260px;
    height: 260px;
  }

  .heading-featureword {
    margin-bottom: -5px;
    margin-left: 0px;
    font-size: 3.3em;
    letter-spacing: 0.5px;
  }

  .heading-featureword.buttup {
    margin-bottom: -9px;
  }

  ._3rd-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .center.hnw-hover.leftversion {
    margin-left: 0px;
  }

  .main-mask {
    margin-right: 60px;
    margin-left: 60px;
  }

  .half-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .imageborder.max300h {
    height: auto;
  }

  .imagecontain.fullwidth-under-h2 {
    min-height: auto;
    margin-top: -4px;
  }

  .half-slider {
    width: 100%;
  }

  .full-width-slider {
    width: 100%;
  }

  .divider-line-2 {
    min-width: 28%;
  }

  .hrow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hrow.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2 {
    position: static;
    top: -14px;
  }

  .signup-form {
    position: relative;
    z-index: 50;
    margin-right: 30px;
    margin-left: 30px;
  }

  .full-width-div {
    width: 100%;
  }

  .logo-slider-container {
    width: 97%;
  }

  .benefit-slider-set {
    padding-right: 50px;
    padding-left: 50px;
  }

  .logoslider {
    width: 140px;
  }

  .logocontrainer {
    width: 155px;
  }

  .portal-section {
    min-height: auto;
  }

  .portal-section.login {
    min-height: auto;
    padding-bottom: 130px;
  }

  .footer-main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .internal-page-banner {
    height: 100vh;
    min-height: 740px;
  }

  .internal-page-banner.joinfamily {
    margin-bottom: 0px;
  }

  .internal-page-banner.mediacenter {
    min-height: auto;
  }

  .emptest-slider {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .emptest-frame-container.inactive {
    display: none;
  }

  .slider-fade-to-white {
    left: 50px;
  }

  .slider-fade-to-white.right {
    right: 50px;
  }

  ._4-column {
    margin-bottom: 20px;
  }

  ._4-column.border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44%;
    margin-bottom: 35px;
  }

  .benefits-container {
    height: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .benefitgrid {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .logo-slider {
    padding-right: 50px;
    padding-left: 50px;
  }

  .home-navhero-image {
    min-height: 800px;
  }

  .marquee {
    margin-right: 7px;
    margin-left: 7px;
  }

  .marquee-image {
    padding: 0px 10px;
  }

  .newsroom-columns {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .newsroom-text-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hwh-steps-contain {
    margin-left: 0px;
  }

  .howwehire-steps {
    margin-bottom: 20px;
  }

  .number-behind-headline {
    margin-top: -10px;
    font-size: 13em;
    letter-spacing: 0.5px;
  }

  .div-block-200 {
    background-color: rgba(247, 247, 247, 0.8);
  }

  .paragraph-7 {
    margin-left: auto;
    text-align: center;
  }

  .column-4.portal {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .heading-14 {
    margin-left: auto;
    text-align: center;
  }

  .brand-pet-tab {
    height: 215px;
  }

  .petbrand-tab-image {
    bottom: 45px;
    max-height: 195px;
  }

  .petbrand-tab-image.cat {
    bottom: 42px;
    max-height: 150px;
  }

  .petbrand-tab-image.horse {
    bottom: 60px;
    max-height: 165px;
  }

  .petbrand-tab-image.default.cat {
    bottom: 38px;
  }

  .petbrand-tab-image.default.horse {
    bottom: 37px;
  }

  .petbrand-tab-image.active.cat {
    bottom: 39px;
  }

  .petbrand-tab-image.active.horse {
    bottom: 56px;
  }

  .petbrand-tab-image.active.dog {
    bottom: 40px;
  }

  .petbrand-tab-image.hover.cat {
    bottom: 38px;
    display: none;
  }

  .petbrand-tab-image.hover.horse {
    bottom: 37px;
  }

  .brandtab-button-activearrow {
    left: auto;
    max-height: 12px;
    max-width: 12px;
    min-height: 12px;
    min-width: 12px;
  }

  .banner-ourstory-caps {
    font-size: 24px;
  }

  .banner-wave-overlay {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    max-width: none;
    min-width: auto;
    background-image: url('../images/Banner-Overlay-Tablet.png');
    background-position: 50% -25vh;
    background-size: cover;
    opacity: 0.6;
  }

  .banner-wave-overlay.span-height {
    background-position: 50% -15px;
  }

  .banner-wave-overlay.span-height.mission-statement {
    z-index: 2;
    background-position: 50% -21vw;
    opacity: 0.75;
  }

  .banner-wave-overlay.mission-statement {
    z-index: 2;
    display: none;
  }

  .banner-wave-overlay.ourpassion {
    background-position: 50% -20vh;
  }

  .banner-wave-overlay.vetproduct {
    display: none;
  }

  ._100vh-bottom-spacer {
    height: 0px;
  }

  .health-type-icon {
    width: 55px;
    height: 55px;
  }

  .textcounter {
    margin-right: 15px;
    margin-left: 15px;
  }

  .benefit-container {
    max-width: 160px;
    min-width: 140px;
    background-size: 92px;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }

  .benefit-container.pto {
    background-image: url('../images/icon-nutramax-benefit-pto-full-color.svg');
  }

  .benefit-container._401k {
    background-image: url('../images/icon-nutramax-profit-sharing-401K-full-color.svg');
  }

  .benefit-container.childcare {
    background-image: url('../images/icon-nutramax-child-care-full-color.svg');
  }

  .benefit-container.tuition {
    background-image: url('../images/icon-nutramax-tuition-reimbursement-full-color.svg');
  }

  .benefit-container.biblestudy {
    background-image: url('../images/icon-nutramax-bible-study-full-color.svg');
  }

  .benefit-container.flexhealthacct {
    background-image: url('../images/icon-nutramax-flex-spend-health-savings-full-color.svg');
  }

  .benefit-container.employeeassist {
    background-image: url('../images/icon-nutramax-employee-assistance-program-full-color.svg');
  }

  .benefit-container.termdisability {
    background-image: url('../images/icon-nutramax-disability-full-color.svg');
  }

  .benefit-container.supplementalaccident {
    background-image: url('../images/icon-nutramax-supplemental-accident-insurance-full-color.svg');
  }

  .benefit-container.lifeinsurance {
    background-image: url('../images/icon-nutramax-life-insurance-full-color.svg');
  }

  .benefit-container.physicalexam {
    background-image: url('../images/icon-nutramax-annual-physical-exam-incentive-full-color.svg');
  }

  .benefit-container.fitnessclub {
    background-image: url('../images/icon-nutramax-fitness-club-reimbursement-full-color.svg');
  }

  .benefit-container.uniforms {
    background-image: url('../images/icon-nutramax-supplied-uniforms-full-color.svg');
  }

  .benefit-container.companytrips {
    background-image: url('../images/icon-nutramax-company-trips-full-color.svg');
  }

  .benefit-container.medicaldentalvision {
    background-image: url('../images/icon-nutramax-health-insurance-cross-shield-vision-dental-full-color.svg');
  }

  .benefit-slider-container {
    width: 100%;
    height: 100%;
  }

  .benefitslider-arrowadd {
    height: 100%;
    padding-right: 80px;
    padding-left: 80px;
  }

  .policy-sidebar {
    padding-right: 0px;
  }

  .newsroom-image {
    width: 200px;
    height: 150px;
    max-height: none;
    max-width: none;
    min-height: 150px;
    min-width: 200px;
    margin-right: 15px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .topdivider-angled.image {
    width: auto;
    max-width: none;
    min-height: 90px;
    min-width: auto;
    background-size: auto 80px;
  }

  .topdivider {
    margin-top: -45px;
  }

  ._404_dog {
    bottom: -15.3vh;
    max-height: 62vh;
  }

  ._404_heading {
    font-size: 11vh;
  }

  ._404_paragraph {
    line-height: 1.4em;
  }

  ._404_bottom-right-image {
    display: none;
  }

  .text-span-12 {
    left: 130px;
  }

  ._404_heading_cat {
    font-size: 11vh;
  }

  .portal-para {
    max-width: 420px;
    margin-left: auto;
    text-align: center;
  }

  .div-block-207 {
    padding-top: 20px;
  }

  .div-block-208 {
    border-bottom-style: none;
  }

  .div-block-209 {
    position: relative;
  }

  .background {
    padding-top: 30px;
    background-size: 50vw;
  }

  .portal-login-contain {
    padding-top: 30px;
  }

  .full-width-background-video {
    height: 554.96px;
  }

  .imagecontain-v2 {
    max-height: 58vw;
    max-width: 58vw;
  }

  .nav-underlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .no1vetcompany {
    width: 250px;
  }

  .no1vetcompany.no1vetcompany__v2 {
    display: block;
    width: 450px;
    max-width: 65vw;
    margin-bottom: 30px;
  }

  .imagecontain-3column {
    width: 100%;
    height: auto;
  }

  .banner-cvmrlri-container {
    min-width: 115px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .subtitle-h4-serif {
    font-size: 1em;
    line-height: 1.4em;
  }

  .cvm-rlri_banner-logo-container {
    z-index: 1;
    width: 67%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
  }

  .cvm-rlri_banner-logo {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.2em;
  }

  h2 {
    font-size: 2.1em;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.4em;
  }

  .button.button-border.bannerbuttons {
    max-height: 9vh;
    min-width: 194px;
    margin-right: 30px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button.button-border.bannerbuttons.end {
    margin-right: 0px;
  }

  .button.expandsidepadding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button.brands-pet-tabs {
    width: 90%;
    min-width: 145px;
    margin-right: auto;
    margin-left: auto;
  }

  .button.brands-pet-tabs-active {
    width: 90%;
    min-width: 145px;
    margin-right: auto;
    margin-left: auto;
  }

  .container.transparent {
    background-color: transparent;
  }

  .navlinks.mainnavlink {
    padding-top: 0px;
    padding-bottom: 14px;
  }

  .navlinks.swaptopbarlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdownrounded.megamenu-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-nav {
    background-color: transparent;
  }

  .nav-bar {
    border-top: 0.25px solid rgba(113, 116, 121, 0.25);
  }

  .nav-search-container {
    top: 93px;
  }

  .nav-menu {
    top: 90px;
  }

  .mobile-menu-button {
    background-color: transparent;
  }

  .navigation.tab-mobile {
    top: 0px;
  }

  .section-wrapper {
    top: -75px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-wrapper.home-banner {
    max-width: none;
    padding: 25px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-wrapper.horiz-banner {
    max-width: none;
    padding: 25px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ctrimg-flankedbullets {
    top: -130px;
  }

  .box-shadow.middle {
    padding-bottom: 10px;
  }

  .paragraph.footer-btmbar-text {
    margin-bottom: 15px;
  }

  .paragraph.footer-btmbar-navigation {
    margin-right: 7px;
    padding-right: 7px;
  }

  .paragraph._20p-ctr {
    font-size: 18px;
  }

  .subtitle-h2 {
    font-size: 1.3em;
  }

  .section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.afterherobanner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.append-btm-scroll-arrow.emptest {
    margin-top: 0px;
  }

  .section.media-banner-edit {
    margin-top: 100px;
  }

  .text-container.whitetext {
    margin-bottom: -82px;
  }

  .text-container.emptest {
    margin-top: 0px;
  }

  .heading-2.capsbold._2-4em {
    font-size: 1.9em;
  }

  .heading-2.white.emptest {
    margin-top: 0px;
  }

  .heading-1 {
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-1.bannerfeature {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-left: auto;
    padding-right: 0px;
    font-size: 2em;
    text-align: center;
  }

  .heading-1.bannerfeature.longheading {
    border-top-width: 2px;
    border-bottom-width: 2px;
    line-height: 1.5em;
  }

  .heading-1.bannerfeature.home-quality-of-life {
    min-width: auto;
  }

  .heading-1.bannerfeature.longheading-prehead {
    font-size: 31px;
  }

  .heading-1.bannerfeature.joinfamily1 {
    max-width: none;
    min-width: auto;
  }

  .heading-1.bannerfeature.cvm-rlri_headline {
    font-size: 1.6em;
  }

  .heading-1.shrink {
    width: 79vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-1.fullwidth {
    width: 100%;
  }

  .heading-1.bannerfeatureem {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-left: auto;
    padding-right: 0px;
    font-size: 1.8em;
  }

  .heading-1.bannerfeatureem.sanserif-nocaps {
    min-width: auto;
    font-size: 1.75em;
  }

  .dropdown-linkicon.desktop {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-banner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: none;
  }

  .banner-buttondiv {
    max-width: none;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-buttondiv._2buttons {
    width: 100%;
    max-width: 475px;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-content {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .banner-content.ourpassion {
    width: 100%;
    min-width: auto;
  }

  .footer {
    padding: 35px 40px;
  }

  .footer.btmbar {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topbar-container {
    display: none;
  }

  .arrow-column {
    left: -15px;
  }

  .arrow-column.right.centerv {
    left: auto;
    right: -45px;
  }

  .arrow-column.centerv {
    left: -45px;
    width: 45px;
  }

  .arrow-column.right {
    right: -15px;
  }

  .arrow-column.ondark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .arrow-column.onwhite {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 37px;
    background-color: rgba(0, 0, 0, 0.04);
  }

  .arrow-column.onwhite:hover {
    background-color: rgba(0, 0, 0, 0.06);
  }

  .arrow-column.onwhite.logoslider {
    display: none;
  }

  .arrow-column.onwhite.benefitslider {
    display: none;
  }

  .rotator-arrow {
    color: hsla(0, 0%, 50%, 0.6);
    font-size: 18px;
  }

  .rotator-arrow.onwhite {
    color: #58595b;
    font-size: 18px;
  }

  .footer-column.center {
    margin-top: 0px;
  }

  .btmbar-content.left {
    margin-bottom: 30px;
  }

  .btmbar-content.right {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .banner-navvh-topspacer {
    height: 90px;
    min-height: 90px;
  }

  .nav-links-container {
    overflow: visible;
    padding-top: 0px;
  }

  .leftpanel {
    width: 20%;
    margin-top: -95px;
    padding: 16px;
  }

  .card-headline.reduced {
    position: absolute;
    margin-top: -38px;
  }

  .div-block-170 {
    width: 100%;
    margin-top: -18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand-icon.tablet-shiftdown {
    margin-top: 28px;
  }

  .banner-logo {
    display: none;
    height: 40px;
  }

  .megamenu-3col-div.rightborder {
    width: 100%;
    min-height: auto;
  }

  .megamenu-3col-div.rightborder.double {
    width: 100%;
  }

  .link-container.white-text {
    margin-top: 3px;
  }

  .link-container.absolutebtrm {
    margin-bottom: 0px;
  }

  .link-container.absolutebtrm-link {
    margin-bottom: 0px;
  }

  .subtitle-h4-serif-ital {
    font-size: 1em;
  }

  .footer-lead-in {
    top: -3.5vw;
    max-width: 140%;
    opacity: 0.6;
  }

  .footer-lead-in-silhouette {
    top: -89px;
    right: 20px;
    height: 90px;
  }

  .full-width-horiz-container.divider-dotsolid-top {
    min-height: 53vh;
  }

  .fw-2col {
    margin-right: 5px;
  }

  .fw-2col.right {
    margin-left: 5px;
  }

  .div-block-185 {
    bottom: -81px;
  }

  .banner-background-image-01 {
    background-image: url('../images/Banner-Fall_foreground-mobile.png');
  }

  .banner-background-image-01.fpo {
    background-image: url('../images/Banner-FPO_foreground-mobile.png');
  }

  .banner-background-image-01._2019-brands-for-your-pet {
    right: auto;
    max-height: 50vh;
    max-width: 105vw;
    min-width: 101vw;
    background-image: url('../images/Banner-Brands-for-Your-Pet-foreground-mobile.png');
  }

  .banner-background-image-01._2020-summer1 {
    bottom: 0px;
    max-width: 98vw;
    background-image: url('../images/Banner-Summer_foreground-mobile.png');
  }

  .banner-background-image-01.fpo {
    background-image: url('../images/Banner-FPO_foreground-mobile.png');
  }

  .banner-background-image-01.mainhero {
    height: auto;
    min-height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/Nutramax-Banner_Homepage_Woman-Dog-Hiking2_m-fg.png');
    background-size: contain;
  }

  .banner-background-image-01._2019-brands-for-you {
    background-image: url('../images/Banner-Brands-for-You_foreground-mobile.png');
    background-position: 100% 100%;
    background-size: contain;
  }

  .banner-background-image-01.mission-statement {
    background-image: url('../images/Banner_DrBox-Arms-Up_mobile-foreground.png');
    background-position: 50% 100%;
    background-size: 123vw;
  }

  .banner-background-image-01.petproducts {
    background-image: url('../images/Banner_Products-for-Your-Pets_mobile-foreground.png');
  }

  .banner-background-image-01.media-center {
    background-image: url('../images/Banner_Media-In-the-News-foreground.png');
    background-size: auto 74%;
  }

  .banner-background-image-01.our-standard {
    right: -15px;
    max-width: 100vw;
    background-image: url('../images/Nutramax-Banner_Our-Standard_Laboratory_mfg.png');
  }

  .banner-background-image-01.our-passion {
    max-width: none;
    background-image: url('../images/Nutramax-Banner_Our-Passion_mfg.png');
  }

  .banner-background-image-01.joinfamily-1 {
    max-width: 100vw;
    background-image: url('../images/Nutramax-Banner_Join-Our-Family_Employees_mfg.png');
  }

  .banner-background-image-01.joinfamily2 {
    max-width: 100vw;
    background-image: url('../images/Nutramax-Banner_Join-Our-Family_Employees-Kitchen_mfg.png');
  }

  .banner-background-image-01.humanproduct {
    background-image: url('../images/Nutramax-Banner_Products-for-You_mfg.png');
    background-size: contain;
  }

  .banner-background-image-01.cvm-rlri {
    width: 134vw;
    min-width: 480px;
  }

  .banner-background-image-00 {
    max-height: 80vh;
    background-image: url('../images/Banner-Fall_background-mobile.jpg');
  }

  .banner-background-image-00._2019-fall {
    background-image: url('../images/Banner-FPO_background-mobile.jpg');
  }

  .banner-background-image-00._2020-summer {
    background-image: url('../images/Banner-Our-Mission_background-mobile.jpg');
  }

  .banner-background-image-00._2019-brands-for-your-pet {
    background-image: url('../images/Banner-Brands-for_background-mobile.jpg');
  }

  .banner-background-image-00.mainhero {
    height: auto;
    max-height: none;
    min-height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/Banner-Brands-for_background-mobile-v2.jpg');
  }

  .banner-background-image-00.mission-statement {
    background-image: url('../images/Banner_DrBox-Arms-Up_mobile-background.jpg');
  }

  .banner-background-image-00.petproducts {
    background-image: url('../images/Banner_Products-for-Your-Pets_mobile-background.jpg');
  }

  .banner-background-image-00.media-center {
    background-image: url('../images/Banner_Media-In-the-News-background.jpg');
  }

  .banner-background-image-00.our-standard {
    background-image: url('../images/Nutramax-Banner_Our-Standard_Laboratory_mbg.jpg');
  }

  .banner-background-image-00.our-passion {
    background-image: url('../images/Nutramax-Banner_Our-Passion_mbg.jpg');
  }

  .banner-background-image-00.ourfamily1 {
    background-image: url('../images/Nutramax-Banner_Join-Our-Family_Employees_mbg.jpg');
  }

  .banner-background-image-00.joinfamily2 {
    background-image: url('../images/Nutramax-Banner_Join-Our-Family_Employees-Kitchen_mbg.jpg');
  }

  .banner-background-image-00.humanproduct {
    background-image: url('../images/Nutramax-Banner_Products-for-You_mbg.jpg');
  }

  .banner-background-image-00.cvm-rlri {
    background-image: url('../images/Banner-Our-Mission_background-mobile.jpg');
  }

  .standard-horiz-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .standard-horiz-container._1440.grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .standard-horiz-container._1440.brands-pet-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .standard-horiz-container._1440.ourstandard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .standard-horiz-container._1440.passion-steps {
    margin-bottom: 0px;
  }

  .standard-horiz-container.vertical.right-of-sidebar {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid #d1d3d4;
    border-left-style: none;
  }

  .standard-horiz-container._4-col-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .expand-width {
    padding-right: 0px;
    padding-left: 0px;
  }

  .circle-image-block {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .circle-image-block.right {
    margin-right: auto;
    margin-left: auto;
  }

  .circle-image-block.left {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-featureword.buttup {
    margin-bottom: -9px;
  }

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

  ._3rd-column {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._3rd-column.reducewidthmobile {
    margin-bottom: 50px;
  }

  ._3rd-column.reducewidthmobile.end {
    margin-bottom: 0px;
  }

  .main-mask {
    margin-right: 33px;
    margin-left: 33px;
  }

  .half-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .imagecontain {
    width: 100%;
    min-width: auto;
  }

  .imagecontain.imageborder.encouraging-students {
    max-height: none;
    max-width: none;
    min-height: 200px;
    min-width: 100%;
  }

  .imagecontain.fullwidth-under-h2 {
    min-height: auto;
  }

  .section-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .signup-form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .full-width-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-190 {
    margin-top: 30px;
    margin-left: 0px;
  }

  .logo-slider-container {
    height: 95px;
  }

  .benefit-slider-set {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .logoslider {
    width: 132px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .logocontrainer {
    width: 150px;
  }

  .slider-arrow-container {
    width: 30px;
    height: 30px;
    border-style: none;
    background-color: transparent;
  }

  .slider-arrow-container.ondark {
    width: 40px;
    height: 40px;
  }

  .internal-page-banner {
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .internal-page-banner.joinfamily {
    min-height: 600px;
  }

  .internal-page-banner.nobtm-margin {
    margin-bottom: 0px;
  }

  .text-span-6 {
    display: block;
  }

  .quote-section {
    padding-right: 4px;
    padding-left: 4px;
  }

  .quote-background {
    padding: 30px;
    border-radius: 0px;
  }

  .emptest-quote.x-large {
    line-height: 1.3em;
  }

  .quote-icon {
    left: 20px;
    top: -29px;
    width: 55px;
    height: 55px;
  }

  .quote-icon.bottomright {
    right: 20px;
    bottom: -29px;
  }

  .slider-fade-to-white {
    left: 0px;
  }

  .slider-fade-to-white.right {
    right: 0px;
  }

  ._4-column.border {
    width: 47%;
    margin: 10px 5px 35px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block.hwh-image {
    width: 130px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .benefits-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .benefit-icon {
    width: 90px;
    height: 90px;
  }

  .benefit-contain-mobile {
    width: 100%;
    margin-right: 4px;
    margin-left: 4px;
  }

  .benefitgrid {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .logo-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contactus {
    margin-top: 30px;
    margin-left: 0px;
  }

  .home-navhero-image {
    height: 100%;
    max-height: none;
    min-height: 750px;
  }

  .hero-container-trans {
    height: 100%;
  }

  .marquee-image {
    padding-right: 4px;
    padding-left: 4px;
  }

  .slide-fade-out-to-white {
    width: 15px;
  }

  .logoslider-arrowadd {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsroom-columns {
    width: 100%;
  }

  .howwehire-steps {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-6 {
    margin-top: 40px;
  }

  .contentcontainer {
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .div-block-200 {
    position: static;
    background-color: transparent;
  }

  .column-4 {
    min-width: 350px;
  }

  .columns-2 {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-3 {
    display: block;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: #f0f0f0;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .brand-pet-tab {
    height: 150px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .petbrand-tab-image {
    bottom: 29px;
    max-height: 185px;
  }

  .petbrand-tab-image.cat {
    bottom: 45px;
    max-height: 142px;
  }

  .petbrand-tab-image.horse {
    max-height: 160px;
  }

  .petbrand-tab-image.default {
    bottom: 48px;
  }

  .petbrand-tab-image.default.cat {
    bottom: 46px;
  }

  .petbrand-tab-image.default.horse {
    bottom: 45px;
  }

  .petbrand-tab-image.hover {
    bottom: 48px;
  }

  .petbrand-tab-image.hover.cat {
    bottom: 46px;
    display: none;
  }

  .petbrand-tab-image.hover.horse {
    bottom: 45px;
  }

  .banner-wave-overlay {
    background-image: url('../images/Banner-Overlay-Mobile.png');
    background-position: 50% -15px;
    background-size: cover;
  }

  .banner-wave-overlay.span-height {
    background-position: 50% -1px;
  }

  .banner-wave-overlay.span-height.mission-statement {
    display: none;
  }

  .banner-wave-overlay.mission-statement {
    z-index: 1;
  }

  .banner-wave-overlay.mobile15percent {
    opacity: 0.15;
  }

  .banner-wave-overlay.mobile30percent {
    opacity: 0.3;
  }

  .banner-wave-overlay.ourpassion {
    background-position: 50% -20vh;
    background-size: cover;
  }

  ._100vh-bottom-spacer {
    display: block;
    width: 100%;
  }

  .text-span-10 {
    display: inline-block;
  }

  .textcounter {
    width: 120px;
    max-height: 120px;
    max-width: 120px;
    min-height: 120px;
    min-width: 110px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .featurecount {
    font-size: 13px;
  }

  .featurecount.top {
    top: 6px;
  }

  .featurecount.bottom {
    bottom: 0px;
  }

  .featurecount.bottom.lower-2-line {
    font-size: 11px;
  }

  .back-hline {
    display: none;
  }

  .benefit-container {
    width: 150px;
  }

  .benefitslider-arrowadd {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hscroll-step-container3 {
    min-height: 500px;
  }

  .policy-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .policy-sidebar {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
  }

  ._404_dog {
    bottom: -14.5vh;
    max-height: 54vh;
  }

  ._404_heading {
    font-size: 9vh;
  }

  .text-span-12 {
    position: absolute;
    left: 0%;
    top: -75px;
    right: 0%;
  }

  ._404_heading_cat {
    font-size: 9vh;
  }

  .portal-headline {
    font-size: 2em;
  }

  .div-block-207 {
    padding-top: 0px;
  }

  .background {
    top: 92px;
  }

  .portal-login-contain {
    padding-top: 0px;
  }

  .arrow-column-herobanner.right {
    margin-right: 15px;
  }

  .arrow-column-herobanner.right {
    right: -15px;
  }

  .full-width-background-video {
    height: 429.52000000000004px;
  }

  .imagecontain-v2 {
    max-height: 64vw;
    max-width: 64vw;
  }

  .imagecontain-v2._600x320 {
    width: 100%;
    max-height: none;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .imagecontain-v2._600x400 {
    width: 100%;
    max-height: none;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  ._1sttab-to-content {
    margin-left: 10px;
  }

  ._1sttab-to-content:focus {
    left: 0px;
    right: 0px;
    height: 32px;
    max-width: 200px;
    margin-left: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  ._1sttab-to-content.mobilelandport-only {
    display: block;
  }

  .anchor-skip-to-content {
    top: -105px;
  }

  .no1vetcompany.no1vetcompany__v2 {
    width: 100%;
    max-width: 550px;
  }

  .imagecontain-3column {
    max-height: 64vw;
    max-width: 64vw;
  }

  .subtitle-h4-serif {
    font-size: 1em;
  }

  .cvm-rlri_banner-logo-container {
    width: 100%;
    max-width: 450px;
  }

  .modal_overlay {
    max-width: none;
    min-width: auto;
    padding: 34px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.85em;
    line-height: 1.3em;
  }

  h2 {
    font-size: 1.7em;
    line-height: 1.4em;
  }

  h3 {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .button.button-border.bannerbuttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 45px;
    min-width: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 13px;
    padding-left: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 14px;
  }

  .button.button-border.bannerbuttons._1st {
    margin-bottom: 10px;
  }

  .button.button-border.bannerbuttons.end {
    margin-right: 0px;
  }

  .button.expandsidepadding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.9em;
  }

  .button.allcaps.left {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button.button-border-white {
    border: 1px solid #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .button.button-border-white:hover {
    border-color: #00a659;
    background-color: #00a659;
    color: #fff;
  }

  .button.centermobile {
    display: block;
    width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }

  .button.rightmargin50 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .utility-page-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .bold-text {
    margin-top: -7px;
  }

  .nav-sitelogo-link {
    width: 60vw;
    max-width: 190px;
    min-width: 130px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-sitelogo-link.w--current {
    z-index: 99999999999;
    max-height: 60px;
    max-width: 190px;
    min-width: 150px;
  }

  .wrapper.nav-bar-wrapper {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nav-main {
    padding-left: 10px;
  }

  .container {
    background-color: #fff;
  }

  .container.transparent {
    background-color: transparent;
  }

  .navlinks {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navlinks.mainnavlink {
    padding-bottom: 0px;
  }

  .mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-bar {
    z-index: 9999;
  }

  .nav-search-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .search-button {
    min-width: 73px;
    margin-left: 0px;
  }

  .mobile-button-icon {
    margin-top: 13px;
  }

  .dropdown-frame.dropdown-spacing {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .mobile-menu-button {
    width: 23vw;
    min-width: 55px;
  }

  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navigation.tab-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-wrapper {
    top: -132px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-wrapper.home-banner {
    padding: 30px 12px 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-wrapper.horiz-banner {
    padding: 30px 12px 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ctrimg-flankedbullets {
    top: -360px;
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .box-shadow.middle {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .paragraph {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph.footer-btmbar-text {
    margin-top: 3px;
    margin-bottom: 5px;
    text-align: center;
  }

  .paragraph.footer-btmbar-text:hover {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .paragraph.footer-link.inline {
    margin-bottom: 10px;
  }

  .paragraph.footer-btmbar-navigation {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    border-right-style: none;
    text-align: center;
  }

  .paragraph._20p-ctr {
    font-size: 16px;
  }

  .paragraph.hide-on-mobile {
    display: none;
  }

  .paragraph.end {
    margin-bottom: 0px;
  }

  .subtitle-h2 {
    font-size: 1.2em;
  }

  .section.afterherobanner {
    margin-top: 0px;
  }

  .section.append-btm-scroll-arrow {
    padding-bottom: 0px;
  }

  .section-header {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .text-container {
    margin-bottom: 20px;
  }

  .text-container.whitetext {
    margin-bottom: 0px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .text-container.whitetext.home-products-headline {
    margin-top: 40px;
  }

  .text-container.mobile-removepadding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-container.mobile-removepadding.nobtmmargin {
    margin-bottom: 0px;
  }

  .text-container.mobile-removepadding.horiz-center-fulllw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-container.nosidepaddingm {
    padding-right: 5px;
    padding-left: 5px;
  }

  .text-container.emptest {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    font-size: 1.9em;
    line-height: 1.13em;
  }

  .heading-2.capsbold._2-4em {
    font-size: 1.35em;
  }

  .heading-1 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-1.bannerfeature {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    padding-left: 0px;
    font-size: 1.65em;
    text-align: center;
  }

  .heading-1.bannerfeature.longheading {
    max-width: none;
    padding: 8px 14px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .heading-1.bannerfeature.home-quality-of-life {
    font-size: 25px;
  }

  .heading-1.bannerfeature.longheading-prehead {
    font-size: 27px;
  }

  .heading-1.bannerfeature.joinfamily1 {
    max-width: none;
    min-width: auto;
  }

  .heading-1.bannerfeature.topmargin {
    margin-top: 3.5vh;
  }

  .heading-1.bannerfeature.cvm-rlri_headline {
    font-size: 1.35em;
  }

  .heading-1.shrink.topmargin {
    margin-top: 3.5vh;
  }

  .heading-1.nopadding {
    padding: 0px;
  }

  .heading-1.bannerfeatureem {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    padding-left: 0px;
    font-size: 1.45em;
  }

  .heading-1.bannerfeatureem.sanserif-nocaps {
    width: 100%;
    font-size: 1.3em;
    line-height: 1.2em;
  }

  .heading-1.cvm-rlri {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navlogowrapper {
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
  }

  .banner-buttondiv {
    width: 100%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-buttondiv._2buttons {
    width: 100%;
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-sans.smallercaps {
    font-weight: 300;
    letter-spacing: 0.5px;
  }

  .banner-sans.smallercaps.home-quality-of-life {
    font-size: 25px;
  }

  .banner-content {
    max-width: none;
    min-width: auto;
  }

  .banner-content.ourstandard {
    width: 100%;
    min-width: auto;
  }

  .footer {
    padding: 35px 35px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer.btmbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer.breadcrumbs {
    padding-top: 60px;
  }

  .topbar-left {
    margin-right: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .topnav-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .arrow-column {
    display: none;
    width: 40px;
    height: 40px;
  }

  .arrow-column.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .arrow-column.ondark {
    bottom: auto;
    width: 40px;
    height: 35%;
    max-height: 390px;
    margin-top: 0px;
  }

  .arrow-column.onwhite {
    width: 28px;
    height: 100%;
  }

  .rotator-arrow {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 18px;
  }

  .rotator-arrow.onwhite {
    font-size: 16px;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-social {
    width: 280px;
    min-width: auto;
  }

  .footer-column-heading.btmmargin {
    margin-bottom: 30px;
  }

  .btmbar-content.left {
    margin-bottom: 8px;
  }

  .btmbar-content.right {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-nav-2 {
    display: block;
    opacity: 0.6;
    font-size: 10px;
  }

  .home-hero-slider {
    height: 100%;
  }

  .card-3panel {
    margin-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .leftpanel {
    display: none;
    width: 27%;
    margin-top: -87px;
  }

  .midpanel {
    padding: 20px;
  }

  .rightpanel.products {
    min-height: 166px;
    background-position: 50% 80%;
    background-size: 85%;
  }

  .card-headline {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    text-align: center;
  }

  .card-headline.reduced {
    width: 100%;
    margin-top: -33px;
  }

  .cardheading {
    margin-bottom: 8px;
  }

  .footer-imageblock {
    width: 80%;
  }

  .subcolumn.rightmargin {
    width: 100%;
  }

  .subcolumn._2ndlevel {
    display: none;
  }

  .link-container.white-text {
    margin-top: 10px;
  }

  .link-container.center-mobile {
    margin-right: auto;
    margin-left: auto;
  }

  .subtitle-h4-serif-ital {
    font-size: 0.98em;
    line-height: 1.5em;
  }

  .subtitle-h4-serif-ital.whitetext {
    letter-spacing: 0px;
  }

  .footer-breadcrumbs {
    display: none;
  }

  .footer-lead-in {
    display: none;
  }

  .footer-lead-in-silhouette {
    left: auto;
    top: -74px;
    right: 0px;
    bottom: auto;
    z-index: 0;
    height: 75px;
  }

  .full-width-horiz-container.divider-dotsolid-top {
    max-height: none;
    min-height: auto;
    margin-bottom: 0px;
  }

  .fw-2col {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .scroll-to-top.w--current {
    height: 41px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph-4 {
    height: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .div-block-185 {
    position: static;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-scrolldown-button {
    display: none;
  }

  .banner-background-image-01._2019-brands-for-your-pet {
    bottom: 34px;
    max-width: 109vw;
  }

  .banner-background-image-01._2020-summer1 {
    right: auto;
    bottom: 12px;
    max-width: 136vw;
  }

  .banner-background-image-01.mainhero {
    background-position: 81% 100%;
    background-size: 135%;
  }

  .banner-background-image-01._2019-brands-for-you {
    background-position: 55% 94%;
    background-size: contain;
  }

  .banner-background-image-01.mission-statement {
    background-size: 107vw;
  }

  .banner-background-image-01.media-center {
    background-position: 90% 100%;
    background-size: auto 70%;
  }

  .banner-background-image-01.our-standard {
    right: -9vw;
    width: 130vw;
    max-width: 120vw;
    margin-left: -10vw;
  }

  .banner-background-image-01.our-passion {
    background-position: 53% 100%;
    background-size: 145%;
  }

  .banner-background-image-01.joinfamily-1 {
    width: 120vw;
    max-width: none;
    margin-left: -10vw;
    background-position: 66% 100%;
    background-size: 112%;
  }

  .banner-background-image-01.joinfamily2 {
    width: 130vw;
    max-width: none;
    margin-left: -11vw;
  }

  .banner-background-image-01.humanproduct {
    width: 120vw;
    margin-left: -16vw;
    background-position: 67% 100%;
    background-size: 145%;
  }

  .banner-background-image-01.cvm-rlri {
    width: 55vh;
    max-width: 600px;
    min-width: 395px;
    background-position: 53% 100%;
    background-size: 100%;
  }

  .banner-background-image-00.mainhero {
    height: auto;
    max-height: none;
    min-height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .standard-horiz-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .standard-horiz-container._1440.grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .standard-horiz-container._1440.brands-pet-buttons {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .standard-horiz-container._1440._3-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .standard-horiz-container._4-col-grid {
    margin-top: 0px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-featureword {
    margin-bottom: -3px;
    font-size: 2.7em;
    line-height: 1.1em;
    letter-spacing: 0px;
  }

  .heading-featureword.condense {
    font-size: 2.6em;
    letter-spacing: -0.8px;
  }

  .heading-featureword.buttup {
    margin-bottom: 2px;
  }

  .headline-text.circle-subhead {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .circle-paragraph {
    line-height: 1.4em;
  }

  ._3rd-column {
    margin-right: auto;
    margin-left: auto;
  }

  ._3rd-column.reducewidthmobile {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  ._3rd-column.reducewidthmobile.end {
    margin-bottom: 0px;
  }

  ._3rd-column.end {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .center.hnw-hover {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .center.hnw-hover.leftversion {
    text-align: center;
  }

  .main-mask {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-container.mobilearrows {
    margin-right: 11px;
    margin-left: 11px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .imageborder.select-brand-image {
    max-height: 225px;
    max-width: 95%;
  }

  .imagecontain.imageborder.encouraging-students {
    max-width: 100%;
    min-height: 150px;
  }

  .imagecontain.fullwidth-under-h2 {
    max-width: none;
    min-height: auto;
  }

  .half-slider {
    overflow: hidden;
  }

  .full-width-slider {
    overflow: hidden;
  }

  .form-2-col {
    margin-bottom: 15px;
  }

  .hrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hrow.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-2.form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .signup-form {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .privacypolicy {
    margin: 5px auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .link-3 {
    padding-left: 0px;
    text-align: center;
  }

  .full-width-div {
    overflow: hidden;
  }

  .logo-slider-container {
    width: 98%;
    height: 95px;
    margin-top: 2px;
    margin-bottom: 0px;
  }

  .benefit-slider-set {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logoslider {
    width: 130px;
  }

  .logocontrainer {
    width: 143px;
  }

  .portal-container {
    height: 95vh;
  }

  .slider-arrow-container {
    width: 26px;
    height: 26px;
  }

  .slider-arrow-container.ondark {
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.13);
  }

  .internal-page-banner {
    min-height: 640px;
    margin-bottom: -45px;
  }

  .internal-page-banner.joinfamily {
    margin-bottom: 0px;
  }

  .internal-page-banner.mediacenter {
    margin-bottom: 60px;
  }

  .internal-page-banner.nobtm-margin {
    margin-bottom: 0px;
  }

  .text-span-6 {
    display: block;
  }

  .emptest-bottom-border {
    width: 90%;
  }

  .emptest-slider {
    overflow: hidden;
    padding-right: 4px;
    padding-left: 4px;
  }

  .emptest-slider-fullwidth {
    padding-right: 0px;
    padding-left: 0px;
  }

  .quote-background {
    padding: 25px 15px;
  }

  .emptest-quote {
    font-size: 15.8px;
    line-height: 1.5em;
  }

  .quote-icon {
    left: 10px;
    top: -22px;
    width: 42px;
    height: 42px;
  }

  .quote-icon.bottomright {
    right: 10px;
    bottom: -22px;
  }

  .slider-fade-to-white {
    left: 0px;
    max-width: 10px;
    min-width: 10px;
  }

  .slider-fade-to-white.right {
    right: 0px;
  }

  .footer-legal-link {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    border-right-style: none;
  }

  .footer-legal-link.end {
    margin-bottom: 0px;
  }

  .footer-legal-link.capnone.end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .list-2 {
    padding-left: 30px;
  }

  ._4-column.border {
    width: 100%;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
  }

  ._4-column.border._4-col_end {
    margin-bottom: 0px;
  }

  .link-block {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .link-block.hwh-image {
    width: 120px;
  }

  .benefits-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .benefit-contain-mobile {
    width: 130px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .benefitgrid {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sourcesanscenter {
    font-size: 1.2em;
  }

  .logo-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-navhero-image {
    height: 100vh;
  }

  .marquee {
    margin-right: 4px;
    margin-left: 4px;
  }

  .marquee-image {
    padding-right: 6px;
    padding-left: 6px;
  }

  .newsroom-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hwh-steps-contain {
    width: 100%;
  }

  .howwehire-steps {
    margin-bottom: 5px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .howwehire-steps.hwh-end {
    margin-bottom: 0px;
  }

  .number-behind-headline {
    margin-bottom: -3px;
    font-size: 11em;
  }

  .number-behind-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ourstandard-text-above-number {
    font-size: 1.5em;
  }

  .module {
    height: 95vh;
  }

  .div-block-200 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph-7 {
    width: 100%;
  }

  .column-4 {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .heading-14 {
    width: 100%;
  }

  .brand-pet-tab {
    width: 100%;
    height: 212px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .petbrand-tab-image.default {
    bottom: 40px;
  }

  .petbrand-tab-image.default.cat {
    bottom: 34px;
  }

  .petbrand-tab-image.default.horse {
    bottom: 31px;
  }

  .petbrand-tab-image.active.cat {
    bottom: 37px;
  }

  .petbrand-tab-image.hover {
    bottom: 40px;
  }

  .petbrand-tab-image.hover.cat {
    bottom: 34px;
    display: none;
  }

  .petbrand-tab-image.hover.horse {
    bottom: 31px;
  }

  .brand-animal-selector-contain {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .brand-animal-selector-contain.horse {
    position: relative;
    z-index: 3;
    margin-top: 30px;
  }

  .brand-animal-selector-contain.cat {
    position: relative;
    z-index: 4;
    margin-top: -20px;
  }

  .brand-animal-selector-contain.cat.noimage {
    margin-top: 30px;
  }

  .brand-animal-selector-contain.dog {
    position: relative;
    z-index: 5;
  }

  .banner-ourstory-caps {
    font-size: 23px;
  }

  .banner-ourstory-caps.longheading {
    font-size: 20px;
  }

  .banner-wave-overlay {
    background-position: 50% -20px;
    background-size: cover;
  }

  .banner-wave-overlay.span-height {
    background-size: 700px;
  }

  .banner-wave-overlay.span-height.mission-statement {
    z-index: 1;
    background-size: 700px;
    opacity: 0.45;
  }

  .banner-wave-overlay.mission-statement {
    display: none;
  }

  .banner-wave-overlay.joinfamily1 {
    background-position: 50% -33px;
  }

  .banner-wave-overlay.mobile30percent {
    background-position: 50% -74px;
  }

  .banner-wave-overlay.ourpassion {
    background-position: 50% -9vh;
    opacity: 0.85;
  }

  ._100vh-bottom-spacer {
    width: 100%;
    height: 60px;
  }

  .text-span-9 {
    display: block;
  }

  .text-span-10 {
    display: block;
  }

  .health-type-headline-icon {
    margin-bottom: 18px;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 2px solid #d1d3d4;
  }

  .health-type-icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
  }

  .health-category-headline {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .textcounter {
    width: 45%;
    max-width: 145px;
    min-width: 120px;
    margin-bottom: 20px;
  }

  .featurecount.top {
    top: 8px;
  }

  .featurecount.bottom.lower-2-line {
    bottom: -2px;
  }

  .counterup.raise-to-top {
    margin-top: -10px;
  }

  .back-hline {
    display: none;
  }

  .benefit-container {
    width: auto;
    max-width: 140px;
    min-width: 125px;
  }

  .benefit-slider-container {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 0px;
  }

  .hscroll-step-container-2 {
    width: 50vw;
    height: 50vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .hscroll-step-container3 {
    min-height: 485px;
  }

  .policy-sidebar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .topdivider-angled.image {
    margin-bottom: -42px;
    background-size: auto 75px;
  }

  .topdivider-angled.bottom {
    border-top-width: 10px;
  }

  .newsroom-headline {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  ._404_dog {
    bottom: 0px;
    max-height: 43vh;
  }

  ._404_dog:hover {
    bottom: -11.4vh;
  }

  ._404_heading {
    font-size: 16.5vw;
    line-height: 1.1em;
  }

  ._404_paragraph {
    font-size: 17px;
  }

  .text-span-12 {
    top: -45px;
    font-size: 0.6em;
  }

  .feature_privacy-headline {
    font-size: 1.2em;
  }

  .indent1 {
    margin-left: 25px;
  }

  .indent2 {
    margin-left: 25px;
  }

  .abovefooter-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .media-innews-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  ._404_heading_cat {
    font-size: 16.5vw;
    line-height: 1.1em;
  }

  .logoslider-embed {
    height: 100px;
  }

  .healthtype_divider-bar {
    top: 25px;
  }

  .portal-headline {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .portal-para {
    width: 100%;
    font-size: 16px;
  }

  .div-block-208 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
  }

  .div-block-209 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .background {
    display: none;
  }

  .arrow-column-herobanner {
    width: 40px;
  }

  .full-width-background-video {
    height: 268.24px;
  }

  .imagecontain-v2 {
    max-height: 75vw;
    max-width: 75vw;
  }

  .imagecontain-v2._600x320 {
    height: 210px;
  }

  .imagecontain-v2._600x400 {
    height: 210px;
  }

  .imagecontain-v2.square-centermbl {
    margin-right: auto;
    margin-left: auto;
  }

  .no1vetcompany {
    display: block;
    width: 80%;
    max-width: 300px;
    margin-bottom: 15px;
  }

  .no1vetcompany.no1vetcompany__v2 {
    display: none;
  }

  .videoembed-in-border {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .imagecontain-3column {
    max-height: 75vw;
    max-width: 75vw;
  }

  .banner-cvmrlri-container {
    min-width: 110px;
  }

  .subtitle-h4-serif {
    font-size: 0.98em;
    line-height: 1.5em;
  }

  .subtitle-h4-serif.whitetext {
    letter-spacing: 0px;
  }

  .cvm-rlri_banner-logo-container {
    margin-top: 15px;
  }

  .cvm-rlri_banner-logo {
    max-width: 100px;
  }

  .modal_overlay {
    width: 85%;
    padding: 24px 24px 35px;
  }
}

@font-face {
  font-family: 'Font Awesome - Regular';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Font Awesome - Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Font Awesome - Solid';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}