<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FOOTER NORMALIZE - USE ID "cms-b2b-footer" FOR SPECIFICITY */
#cms-b2b-footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: var(--primary-font);
  font-style: normal;
}

#cms-b2b-footer :focus,
#cms-b2b-footer :focus-visible {
  outline: none;
}

#cms-b2b-footer ::placeholder {
  color: var(--ui-gray);
  opacity: 1; /* Firefox */
}

#cms-b2b-footer h1,
#cms-b2b-footer h2,
#cms-b2b-footer h3,
#cms-b2b-footer h4,
#cms-b2b-footer h5,
#cms-b2b-footer h6 {
  line-height: normal;
  color: var(--heading-color-dflt);
  margin-bottom: initial; /* BOOTSTRAP OVERRIDER */
}

#cms-b2b-footer h1 {
  font-size: var(--heading-xxl);
}

#cms-b2b-footer h2 {
  font-size: var(--heading-xl);
}

#cms-b2b-footer h3 {
  font-size: var(--heading-lg);
}

#cms-b2b-footer h4 {
  font-size: var(--heading-md);
}

#cms-b2b-footer h5 {
  font-size: var(--heading-sm);
}

#cms-b2b-footer h6 {
  font-size: var(--heading-xs);
}

#cms-b2b-footer h1,
#cms-b2b-footer h2,
#cms-b2b-footer h3,
#cms-b2b-footer h4 {
  font-weight: 700;
}

#cms-b2b-footer h5,
#cms-b2b-footer h6 {
  font-weight: 600;
}

#cms-b2b-footer p {
  font-size: var(--body-txt-regular);
  font-weight: 400;
  line-height: var(--body-txt-line-height-regular);
  color: var(--body-txt-color);
  margin-bottom: initial; /* BOOTSTRAP OVERRIDER */
}

#cms-b2b-footer a {
  color: inherit; /* Default - To match parent color */
  line-height: inherit; /* Default - When used inline */
  text-decoration: none;
}

#cms-b2b-footer a:hover {
  color: inherit; /* BOOTSTRAP OVERRIDER */
  text-decoration: none; /* BOOTSTRAP OVERRIDER */
}

#cms-b2b-footer dl,
#cms-b2b-footer ol,
#cms-b2b-footer ul {
  margin-top: initial; /* BOOTSTRAP OVERRIDER */
  margin-bottom: initial; /* BOOTSTRAP OVERRIDER */
}

#cms-b2b-footer ul li {
  list-style: none;
}

#cms-b2b-footer button {
  outline: 0;
  border: none;
  background-color: transparent;
}
#cms-b2b-footer button:focus {
  outline: none; /* BOOTSTRAP OVERRIDER */
}

#cms-b2b-footer input {
  background-color: transparent;
  border: none;
}

#cms-b2b-footer ::-webkit-scrollbar {
  width: 12px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

#cms-b2b-footer ::-webkit-scrollbar-track {
  background-color: transparent;
}

#cms-b2b-footer ::-webkit-scrollbar-thumb {
  /* CHECK CONTAINER CONTRAST */
  background-color: var(--ui-gray-medium);
  border-radius: 6px;
  background-clip: content-box;
  border: 3px solid transparent;
}

#cms-b2b-footer ::-webkit-scrollbar-thumb:hover {
  background-color: var(--ui-gray);
}

/* COMPONENTS */
#cms-b2b-footer .btn {
  width: fit-content;
  text-transform: uppercase;
  padding: calc(var(--padding-sm) * 3) calc(var(--padding-md) * 3);
  border-radius: 100px;
  background-color: var(--primary);
  color: var(--ui-white);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#cms-b2b-footer .btn:hover {
  background-color: var(--secondary);
  color: var(--ui-white);
}
#cms-b2b-footer .btn:focus {
  box-shadow: none; /* BOOTSTRAP OVERRIDER */
}
#cms-b2b-footer .btn--secondary {
  background-color: var(--ui-white);
  border: 3px solid var(--secondary);
  padding: calc(var(--padding-sm) * 3 - 3px) calc(var(--padding-md) * 3);
  color: var(--secondary);
}
#cms-b2b-footer .btn--secondary:hover {
  background-color: var(--secondary);
  color: var(--ui-white);
}
#cms-b2b-footer .btn--has-icon {
  min-width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--gutter-sm);
}

#cms-b2b-footer .btn--has-icon svg {
  width: auto;
  height: 1.2rem;
  max-height: 18px;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#cms-b2b-footer .btn svg {
  fill: var(--ui-white);
}

#cms-b2b-footer .btn--secondary svg {
  fill: var(--secondary);
}

#cms-b2b-footer .btn--secondary:hover svg {
  fill: var(--ui-white);
}

#cms-b2b-footer .btn--input {
  border: 3px solid var(--primary);
  padding: calc(var(--padding-sm) * 3 - 3px) calc(var(--padding-md) * 3);
}

#cms-b2b-footer .btn--input svg {
  fill: var(--ui-white);
}

#cms-b2b-footer .btn--input:hover {
  background-color: var(--ui-white);
  color: var(--primary);
}

#cms-b2b-footer .btn--input:hover svg {
  fill: var(--primary);
}

#cms-b2b-footer .input-button {
  display: flex;
  flex-direction: column;
  gap: var(--gutter-md);
  align-items: center;
}

#cms-b2b-footer .input-button__legend {
  font-size: var(--heading-lg);
  font-weight: 700;
  color: var(--ui-white);
}

#cms-b2b-footer .input-button__fieldset {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  zoom: 0.8;
}

#cms-b2b-footer .input-button__label {
  font-size: var(--body-txt-regular);
  font-weight: 600;
  line-height: 1;
  color: var(--ui-white);

  position: absolute;
  opacity: 0;
  bottom: calc(100% - var(--body-txt-md));
  left: 0;
}
#cms-b2b-footer .input-button__label:has(~ .input-button__input:focus) {
  opacity: 1;
  bottom: calc(100% + var(--gutter-sm));
  -webkit-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}

#cms-b2b-footer .input-button__input {
  flex: 1;
  background-color: var(--ui-white);
  border-top-left-radius: var(--input-border-radius);
  padding-left: var(--padding-lg);
  padding-right: var(--padding-xxl);
  border-bottom-left-radius: var(--input-border-radius);
  font-size: var(--body-txt-regular);
  font-weight: 500;
  color: var(--primary);
  text-overflow: ellipsis;
}

#cms-b2b-footer .input-button__btn {
  margin-left: -44px;
}

#cms-b2b-footer .input-button__feedback {
  position: absolute;
  top: calc(100% + var(--gutter-xs));
  left: 0;
  display: flex;
  gap: var(--gutter-sm);
  align-items: center;
  /* opacity: 0; */
  /* transform: translateX(12px); */
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#cms-b2b-footer .input-button__feedback-icon {
  height: 14px;
  width: auto;
  fill: var(--ui-white);
}
#cms-b2b-footer .input-button__feedback-text {
  font-size: var(--body-txt-md);
  font-weight: 600;
  color: var(--ui-white);
}
/* SHOW FEEDBACK */
/* #cms-b2b-footer .signup-success {
  opacity: 1;
  transform: translateX(0);
} */

/* FOOTER COMPONENT - USE ID "cms-b2b-footer" FOR SPECIFICITY */
/* BASE STYLES */
#cms-b2b-footer.footer {
  z-index: 90;
  height: initial; /* desktop_m1.css OVERRIDER */
}

#cms-b2b-footer .footer__wrapper {
  display: flex;
  flex-direction: column;
}

#cms-b2b-footer .footer__group-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gutter-md);
  background-color: var(--primary);
  padding: var(--padding-xl);
}

#cms-b2b-footer .footer__logo {
  height: 64px;
  max-width: 250px;
  object-fit: contain;
}

#cms-b2b-footer .footer__contact {
  display: flex;
  flex-direction: column;
  color: var(--ui-white);
  align-items: center;
}

#cms-b2b-footer .footer__contact-label {
  font-size: var(--heading-md);
  font-weight: 600;
}

#cms-b2b-footer .footer__contact-phone {
  font-size: var(--heading-xl);
  font-weight: 700;
  line-height: normal;
}

#cms-b2b-footer.footer--mobile .footer__associate,
#cms-b2b-footer.footer--mobile .footer__certifications {
  display: none;
}
#cms-b2b-footer .footer__certifications {
  gap: var(--gutter-lg);
}
#cms-b2b-footer .footer__certifications img {
  height: 100%;
  max-width: 170px;
  object-fit: contain;
}
#cms-b2b-footer.footer--mobile .footer__certifications {
  display: none;
}

#cms-b2b-footer.footer--mobile .footer__certifications--secondary {
  height: 48px;
  display: flex;
  justify-content: center;
}

#cms-b2b-footer .footer__group-secondary {
  display: flex;
  flex-direction: column;
  gap: var(--gutter-lg);
  background-color: var(--secondary);
  padding: var(--padding-xl) var(--padding-lg);
}

#cms-b2b-footer .footer__site-links {
  display: flex;
  flex-direction: column;
  margin-top: var(--gutter-xs);
}

#cms-b2b-footer .footer__site-links-item {
  display: flex;
  flex-direction: column;

  color: var(--ui-white);

  border-bottom: 1px solid var(--ui-white);
  padding: var(--padding-md);
}

#cms-b2b-footer .footer__site-links-item:first-child {
  border-top: 1px solid var(--ui-white);
}

#cms-b2b-footer .footer__site-links-item-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--heading-md);
  font-weight: 700;
  color: var(--ui-white);
}

#cms-b2b-footer .footer__site-links-item-label::after {
  content: url("data:image/svg+xml; utf8, %3Csvg width='' height='' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron-down-solid 1'%3E%3Cpath id='Vector' d='M7.29374 13.2063C7.68437 13.5969 8.31874 13.5969 8.70937 13.2063L14.7094 7.20625C15.1 6.81563 15.1 6.18125 14.7094 5.79063C14.3187 5.4 13.6844 5.4 13.2937 5.79063L7.99999 11.0844L2.70624 5.79375C2.31562 5.40313 1.68124 5.40313 1.29062 5.79375C0.899994 6.18438 0.899994 6.81875 1.29062 7.20938L7.29062 13.2094L7.29374 13.2063Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

#cms-b2b-footer .footer__site-links-item-nested {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--gutter-sm);
  padding-left: var(--padding-lg);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

#cms-b2b-footer .footer__site-links-item-nested-item {
  font-size: var(--heading-md);
  font-weight: 600;
  color: var(--ui-white);
}

#cms-b2b-footer .footer__site-links-item-nested-item a {
  border-bottom: 1px solid;
  border-color: transparent;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

#cms-b2b-footer .footer__site-links-item-nested-item a:hover {
  color: inherit;
  border-color: var(--ui-white);
}

#cms-b2b-footer .nav-sm-open ~ .footer__site-links-item-nested {
  max-height: 50rem;
  opacity: 1;
  visibility: visible;
  margin-top: 12px;
}

#cms-b2b-footer .nav-sm-open::after {
  transform: rotate(-180deg);
}

#cms-b2b-footer .footer__legal-social {
  display: flex;
  flex-direction: column;
  gap: var(--gutter-md);
}

#cms-b2b-footer .footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--gutter-md);
  column-gap: var(--gutter-md);
  justify-content: center;
}

#cms-b2b-footer .footer__legal-links-item {
  position: relative;
  font-size: var(--body-txt-md);
  font-weight: 600;
  color: var(--ui-white);
}

#cms-b2b-footer .footer__legal-links-item:first-child {
  width: 100%;
  font-size: var(--body-txt-regular);
  font-weight: 600;
  text-align: center;
}

#cms-b2b-footer .footer__legal-links-item:first-child a {
  color: var(--ui-white);
  border-bottom: 1px solid var(--ui-white);
}

#cms-b2b-footer .footer__legal-links-item:nth-child(n + 3) {
  padding-left: var(--padding-lg);
}

#cms-b2b-footer .footer__legal-links-item:nth-child(n + 3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--ui-white);
}

#cms-b2b-footer .footer__legal-links-item:not(:first-child) a {
  border-bottom: 1px solid;
  border-color: transparent;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

#cms-b2b-footer .footer__legal-links-item:not(:first-child) a:hover {
  color: inherit;
  border-color: var(--ui-white);
}

#cms-b2b-footer .footer__legal-text {
  font-size: var(--body-txt-sm);
  font-weight: 600;
  color: var(--ui-white);
  text-align: center;
}

#cms-b2b-footer .footer__social {
  display: flex;
  align-items: center;
  gap: var(--gutter-lg);
  justify-content: center;
}

#cms-b2b-footer .footer__social-label {
  display: none;
}

#cms-b2b-footer .footer__social-icons {
  display: flex;
  gap: var(--gutter-md);
}

#cms-b2b-footer .footer__social-icons li {
  height: 36px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#cms-b2b-footer .footer__social-icons img {
  height: 100%;
  object-fit: contain;
  color: transparent;
}

/* BREAKPOINTS */

/* viewport-xs - Extra Small screens */
/* CSS Styles for devices with widths smaller than 576px */
@media screen and (max-width: 576px) {
  html:has(#cms-b2b-footer),
  body:has(#cms-b2b-footer) {
    font-size: 12px !important;
  }
}

/* viewport-sm - Small screens */
/* CSS Styles for devices with widths wider than 576px */
@media screen and (min-width: 576px) {
  html:has(#cms-b2b-footer),
  body:has(#cms-b2b-footer) {
    font-size: 14px !important;
  }
  #cms-b2b-footer .input-button__fieldset {
    zoom: 1;
  }

  #cms-b2b-footer .input-button__input {
    font-size: var(--body-txt-lg);
  }

  #cms-b2b-footer .input-button__btn {
    margin-left: -44px;
  }
}

/* viewport-md - Medium screens */
/* CSS Styles for devices with widths wider than 768px */
@media screen and (min-width: 768px) {
  html:has(#cms-b2b-footer),
  body:has(#cms-b2b-footer) {
    font-size: 16px !important;
  }
  #cms-b2b-footer .footer__group-secondary {
    padding: var(--padding-xl) var(--padding-xl);
  }
}

/* viewport-lg - Large screens */
/* CSS Styles for devices with widths wider than 992px */
@media screen and (min-width: 992px) {
  #cms-b2b-footer .footer__wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  #cms-b2b-footer .footer__group-primary {
    align-items: flex-start;
  }

  #cms-b2b-footer .footer__logo {
    height: 80px;
  }

  #cms-b2b-footer .footer__contact {
    margin-top: var(--gutter-md);
  }

  #cms-b2b-footer .footer__contact-phone {
    font-size: var(--heading-xxl);
  }

  #cms-b2b-footer.footer--desktop .footer__associate {
    display: flex;
    flex-direction: column;
    gap: var(--gutter-xs);
  }

  #cms-b2b-footer .footer__associate &gt; * {
    color: var(--ui-white);
  }

  #cms-b2b-footer .footer__associate-name {
    font-size: var(--heading-md);
  }

  #cms-b2b-footer.footer--desktop .footer__certifications {
    height: 52px;
    display: flex;
    margin-top: auto;
  }
  #cms-b2b-footer.footer--desktop .footer__certifications--secondary {
    display: none;
  }
  #cms-b2b-footer .footer__group-secondary {
    gap: var(--gutter-lg);
  }

  #cms-b2b-footer .footer__site-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gutter-xl);
  }

  #cms-b2b-footer .footer__site-links-item {
    display: flex;
    flex-direction: column;
    gap: var(--gutter-md);
    border-bottom: none;
    padding: 0;
  }

  #cms-b2b-footer .footer__site-links-item:first-child {
    border-top: none;
  }

  #cms-b2b-footer .footer__site-links-item-label {
    font-size: var(--heading-lg);
    pointer-events: none;
  }

  #cms-b2b-footer .footer__site-links-item-label::after {
    display: none;
  }

  #cms-b2b-footer .footer__site-links-item-nested {
    max-height: 50rem;
    opacity: 1;
    visibility: visible;
    padding-left: 0;
  }

  #cms-b2b-footer .footer__legal-social {
    margin-top: var(--gutter-lg);
  }

  #cms-b2b-footer .footer__legal-links {
    column-gap: var(--gutter-sm);
    justify-content: flex-start;
  }

  #cms-b2b-footer .footer__legal-links-item:first-child {
    font-weight: 700;
    text-align: left;
  }

  #cms-b2b-footer .footer__legal-links-item:nth-child(n + 3) {
    padding-left: var(--padding-md);
  }

  #cms-b2b-footer .footer__legal-text {
    font-size: var(--body-txt-md);
    text-align: left;
  }

  #cms-b2b-footer .footer__social {
    justify-content: flex-start;
  }

  #cms-b2b-footer .footer__social-label {
    display: flex;
    font-size: var(--heading-md);
    font-weight: 700;
    color: var(--ui-white);
  }
}

/* viewport-xl - Extra Large screens */
/* CSS Styles for devices with widths wider than 1200px */
@media screen and (min-width: 1200px) {
  #cms-b2b-footer .input-button {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: var(--gutter-lg);
  }

  #cms-b2b-footer .input-button__legend {
    font-size: var(--heading-md);
  }

  #cms-b2b-footer .footer__legal-links {
    flex-wrap: wrap;
    column-gap: var(--gutter-md);
  }

  #cms-b2b-footer .footer__legal-links-item:nth-child(n + 3) {
    padding-left: var(--padding-lg);
  }
}

/* viewport-xxl - Ultrawide screens */
/* CSS Styles for devices with widths wider than 1400px */
@media screen and (min-width: 1400px) {
  #cms-b2b-footer .input-button__legend {
    font-size: var(--heading-lg);
  }

  #cms-b2b-footer.footer {
    background: linear-gradient(
      90deg,
      var(--primary),
      var(--primary) 50%,
      var(--secondary) 50%,
      var(--secondary) 100%
    );
    z-index: 90;
  }

  #cms-b2b-footer .footer__wrapper {
    grid-template-columns: 30fr 70fr;
    max-width: 1920px;
    margin: 0 auto;
  }

  #cms-b2b-footer .footer__group-primary {
    padding: var(--padding-xxl) var(--padding-xxl);
  }

  #cms-b2b-footer.footer--desktop .footer__certifications {
    height: 60px;
  }

  #cms-b2b-footer .footer__group-secondary {
    padding: var(--padding-xxl) var(--padding-xxl);
  }

  #cms-b2b-footer .footer__legal-social {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: var(--gutter-xl);
  }

  #cms-b2b-footer .footer__legal-links {
    grid-column: 1 / 3;
  }

  #cms-b2b-footer .footer__social {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: var(--gutter-md);
  }

  #cms-b2b-footer .footer__social-label {
    font-size: var(--heading-lg);
  }

  #cms-b2b-footer .footer__social-icons li {
    height: 44px;
  }
}

/* CSS FALLBACK FOR SVG */
#cms-b2b-footer .footer__cta svg {
  max-width: 23px;
  height: 21px;
  max-height: initial;
}
#cms-b2b-footer .btn--input svg {
  max-width: 20px;
  height: 18px;
}
</pre></body></html>