<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.breadcrumbs .breadcrumb-inner {
  padding-bottom: 0;
}
.breadcrumbs li,
.breadcrumbs a {
  color: #2d2d2d;
  display: inline;
  text-decoration: none;
}
.breadcrumbs li {
  font-size: 1.4rem;
}
.breadcrumbs li .bullet::after {
  content: "•";
  display: inline-block;
  padding: 0 0.5em;
}
.breadcrumbs li:first-child {
  display: inline-block;
}
.breadcrumbs li:first-child a {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 11px;
}
.breadcrumbs li:first-child a::after {
  background: #2d2d2d;
  bottom: 4.25px;
  content: "";
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.breadcrumbs li:first-child a:hover::after {
  display: block;
}
.breadcrumbs li.currentPageBreadCrumb::after {
  display: none;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}
.breadcrumbs li + li a {
  background: none;
  border: none;
  text-decoration: underline;
}
.breadcrumbs.bottom {
  margin-bottom: -8em;
}
.breadcrumbs.bottom .grid {
  border-bottom: 1px solid #d1e2e5;
  padding-bottom: 1em;
}

/* MEDIA QUERIES
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media (min-width: 851px) {
  .mma-extras:not(.has-local-nav) + .breadcrumbs {
    margin-top: -25px;
    padding-top: 0;
    position: relative;
    top: -8px;
    z-index: 200;
    pointer-events: none;
  }
  .mma-extras:not(.has-local-nav) + .breadcrumbs .grid {
    pointer-events: all;
    width: 50%;
  }
  .mma-extras:not(.has-local-nav) + .breadcrumbs .grid,
  .mma-extras:not(.has-local-nav) + .breadcrumbs .grid &gt; * {
    margin: 0;
    padding: 0;
    display: block;
    max-width: none;
  }
}
@media only screen and (max-width: 780px) {
  #breadcrumbs li {
    font-size: 1.2rem;
  }
  #breadcrumbs li:first-child a::before {
    position: relative;
    top: 1px;
  }
  .breadcrumbs.bottom {
    margin-bottom: -6em;
  }
  .breadcrumbs.bottom .grid {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
/* SPACING
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
[data-module=breadcrumbs] {
  margin-top: 25px;
  padding-top: 25px;
}
[data-module=breadcrumbs] + .content, [data-module=breadcrumbs] + [data-module=local-facts] {
  margin-top: 10px;
  padding-top: 10px;
}
@media only screen and (max-width: 851px) {
  [data-module=breadcrumbs] {
    margin-top: 12px;
    padding-top: 12px;
  }
  [data-module=breadcrumbs].bottom {
    margin-top: 25px;
    padding-top: 25px;
  }
  [data-module=split-mma] ~ [data-module=breadcrumbs] {
    margin-top: 25px;
    padding-top: 25px;
  }
  [data-module=qs-featured] ~ [data-module=breadcrumbs], [data-module=mma] ~ [data-module=breadcrumbs], [data-module=qs-mma] ~ [data-module=breadcrumbs], [data-module=qs-types] ~ [data-module=breadcrumbs] {
    margin-top: 30px;
    padding-top: 30px;
  }
  [data-module=mma] ~ .mma-extras.hidePrimaryCTAMobile ~ [data-module=breadcrumbs] {
    margin-top: 12px;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 780px) {
  [data-module=qs-types][data-disableqs=True] ~ [data-module=breadcrumbs] {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 500px) {
  [data-module=split-mma] ~ [data-module=breadcrumbs] {
    margin-top: 20px;
    padding-top: 20px;
  }
  [data-module=qs-featured] ~ [data-module=breadcrumbs], [data-module=mma] ~ [data-module=breadcrumbs], [data-module=qs-mma] ~ [data-module=breadcrumbs], [data-module=qs-types] ~ [data-module=breadcrumbs] {
    margin-top: 25px;
    padding-top: 25px;
  }
}
</pre></body></html>