* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:focus {
    outline: none;
  }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.consumerFooter {
  background-image: url('https://images.contentful.com/x01lqw608u1m/vCXRU7pTpIQECcC6SEciq/a3b0fc84d28a4061f3ecd266b5a05a12/footerContour.svg');
  background-color: rgb(0, 0, 0); /* fallback color */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.consumerFooter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 24px;
  width: 100%;
  max-width: 1170px;
}

/* Imitates .cx-fixedWidthPage without @extending, since we don't want mobile padding. */

@media (min-width: 648px) {

.consumerFooter-wrapper {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px
}
  }

@media (min-width: 1336px) {

.consumerFooter-wrapper {
    padding-right: 0;
    padding-left: 0
}
  }

.consumerFooter-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.consumerFooter-logo {
  width: 75px;
  height: 75px;
  fill: rgb(255, 255, 255);
}

.consumerFooter-line {
  margin: 0;
  border: none;
  height: 2px;
  background-color: rgb(62, 66, 71);
}

.consumerFooter-label {
  -webkit-tap-highlight-color: transparent;
}

.consumerFooter-accordion {
  display: none;
}

.consumerFooter-header {
  position: relative;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgb(100, 105, 113);
  font-size: 14px;
  line-height: 1.4em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 500;

  font-style: normal;
}

.consumerFooter-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.consumerFooter-item {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1.9em;
  text-decoration: none;

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-style: normal;
}

.consumerFooter-item:hover,
  .consumerFooter-item:focus {
    opacity: 0.75;
    outline: none;
  }

.consumerFooter-office {
  margin-top: 0;
  margin-bottom: 0;
  color: rgb(169, 175, 182);
  font-size: 14px;
  line-height: 1.6em;

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-style: normal;
}

.consumerFooter-header + .consumerFooter-office {
    margin-top: -10px; /* Position the block closer to the header. */
  }

.consumerFooter-regions {
  margin-top: 20px;
}

.consumerFooter-regionsWrapper {
  display: block;
  position: relative;
  margin-top: -10px;
}

.consumerFooter-regionsWrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  pointer-events: none;

  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0A%20%20%20%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M12.87%2C5.94L12%2C5.09a0.41%2C0.41%2C0%2C0%2C0-.57%2C0L8%2C8.36%2C4.58%2C5.07a0.41%2C0.41%2C0%2C0%2C0-.57%2C0l-0.88.85a0.38%2C0.38%2C0%2C0%2C0%2C0%2C.55L6.8%2C10l0%2C0L7.7%2C10.92a0.43%2C0.43%2C0%2C0%2C0%2C.15.09H8.08l0.07%2C0a0.43%2C0.43%2C0%2C0%2C0%2C.15-0.09l0.88-.85%2C0%2C0%2C3.68-3.55A0.38%2C0.38%2C0%2C0%2C0%2C12.87%2C5.94Z%22%2F%3E%0A%3Cdefs%3E%3Cstyle%3Epath%20%7B%0A%20%20%20%20%20%20fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%0A%20%20%20%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%0A')
}

/* Clone of cx-selectField, but with custom states. */

.consumerFooter-regionsSelector {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(48, 51, 57, 0.15);
  border-radius: 2px;
  padding: 5px 10px;
  padding-right: 36px;
  width: 100%;
  background-color: rgb(100, 105, 113);
  background-clip: padding-box;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1.3em;
  -webkit-transition: border-color, background, color, fill 100ms ease, -webkit-box-shadow;
  transition: border-color, background, color, fill 100ms ease, -webkit-box-shadow;
  transition: border-color, background, box-shadow, color, fill 100ms ease;
  transition: border-color, background, box-shadow, color, fill 100ms ease, -webkit-box-shadow;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-style: normal;
}

.consumerFooter-regionsSelector:hover,
  .consumerFooter-regionsSelector:focus {
    background-color: rgba(100, 105, 113, 0.85);
    outline: none;
  }

/* Hides the native select dropdown arrow on IE. */

.consumerFooter-regionsSelector::-ms-expand {
    display: none;
  }

.consumerFooter-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 182px;
}

@media (min-width: 376px) {

.consumerFooter-social {
    width: 198px
}
  }

@media (min-width: 648px) {

.consumerFooter-social {
    max-width: 174px
}
  }

.consumerFooter-socialLink {
  display: inline-block;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.consumerFooter-socialLink:focus {
    outline: none;
  }

.consumerFooter-socialIcon {
  width: 20px;
  height: 20px;
  fill: rgb(255, 255, 255);
}

.consumerFooter-socialIcon:hover,
  .consumerFooter-socialIcon:focus {
    opacity: 0.75;
  }

.consumerFooter-browse {
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 1.5em;
  font-family: "Compass Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.consumerFooter-browseLink {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.consumerFooter-browseLink:hover,
  .consumerFooter-browseLink:focus {
    opacity: 0.75;
    outline: none;
  }

.consumerFooter-legalTerms {
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 1.3em;
  text-decoration: none;

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-style: normal;
}

.consumerFooter-legalTerms:hover,
  .consumerFooter-legalTerms:focus {
    opacity: 0.75;
    outline: none;
  }

.consumerFooter-legalDisclaimer {
  margin: 0;
  color: rgb(169, 175, 182);
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-style: normal;
}

.consumerFooter-legalDisclaimer a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.consumerFooter-legalDisclaimer a:hover,
  .consumerFooter-legalDisclaimer a:focus {
    opacity: 0.75;
    outline: none;
  }

/* Responsive designs: in ascending order for min-width, descending order for max-width. */

@media (min-width: 648px) {
  .consumerFooter-pane,
  .consumerFooter-social {
    padding-right: 24px;
  }

  .consumerFooter-main,
  .consumerFooter-footnote {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .consumerFooter-column {
    margin-bottom: 30px;
    width: calc(50% - 24px);
  }

    .consumerFooter-column:nth-child(1n) {
      margin-right: 24px;
    }
}

/* Delay the lg breakpoint (930px) in order to prevent line wrapping. */

@media (min-width: 1050px) {
  .consumerFooter-pane,
  .consumerFooter-social {
    margin-right: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }

  .consumerFooter-main,
  .consumerFooter-footnote {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .consumerFooter-column {
    margin-right: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(25% - 18px);
  }

    .consumerFooter-column:last-child {
      margin-right: 0px;
    }
}

/* Mobile designs, in descending order. */

@media (max-width: 647px) {
  .consumerFooter {
    background-image: none;
  }

  .consumerFooter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .consumerFooter-wrapper:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .consumerFooter-pane,
  .consumerFooter-column,
  .consumerFooter-social,
  .consumerFooter-footnote {
    padding-right: 24px;
    padding-left: 24px;
  }

  .consumerFooter-column {
    border-bottom: 1px solid rgb(62, 66, 71);
    width: 100%;
  }

    .consumerFooter-column:first-child {
      border-top: 1px solid rgb(62, 66, 71);
    }

  .consumerFooter-column .consumerFooter-header {
    cursor: pointer;
    -webkit-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
  }

  .consumerFooter-column .consumerFooter-header:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    pointer-events: none;

    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0A%20%20%20%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M12.87%2C5.94L12%2C5.09a0.41%2C0.41%2C0%2C0%2C0-.57%2C0L8%2C8.36%2C4.58%2C5.07a0.41%2C0.41%2C0%2C0%2C0-.57%2C0l-0.88.85a0.38%2C0.38%2C0%2C0%2C0%2C0%2C.55L6.8%2C10l0%2C0L7.7%2C10.92a0.43%2C0.43%2C0%2C0%2C0%2C.15.09H8.08l0.07%2C0a0.43%2C0.43%2C0%2C0%2C0%2C.15-0.09l0.88-.85%2C0%2C0%2C3.68-3.55A0.38%2C0.38%2C0%2C0%2C0%2C12.87%2C5.94Z%22%2F%3E%0A%3Cdefs%3E%3Cstyle%3Epath%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20rgb%28100%2C%20105%2C%20113%29%3B%0A%20%20%20%20%20%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%0A')
  }

  .consumerFooter-links {
    height: 0;
    opacity: 0;
    overflow-y: hidden;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
  }

  .consumerFooter-item {
    display: block; /* Make links full width on mobile for easier clickability. */
  }

  .consumerFooter-accordion:checked ~ .consumerFooter-header {
    color: rgb(255, 255, 255);
  }

  .consumerFooter-accordion:checked ~ .consumerFooter-header:after {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0A%20%20%20%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M12.89%2C9.51L9.2%2C6l0%2C0L8.3%2C5.08A0.43%2C0.43%2C0%2C0%2C0%2C8.15%2C5H7.92L7.85%2C5a0.43%2C0.43%2C0%2C0%2C0-.15.09l-0.88.85%2C0%2C0L3.11%2C9.51a0.38%2C0.38%2C0%2C0%2C0%2C0%2C.55L4%2C10.91a0.41%2C0.41%2C0%2C0%2C0%2C.57%2C0L8%2C7.64l3.42%2C3.29a0.41%2C0.41%2C0%2C0%2C0%2C.57%2C0l0.88-.85A0.38%2C0.38%2C0%2C0%2C0%2C12.89%2C9.51Z%22%2F%3E%0A%3Cdefs%3E%3Cstyle%3Epath%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%0A%20%20%20%20%20%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%0A')
  }

  .consumerFooter-accordion:checked ~ .consumerFooter-links {
    padding-bottom: 15px;
    height: auto;
    opacity: 1;
  }

  .consumerFooter-social {
    margin-bottom: 15px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .consumerFooter-logo,
  .consumerFooter-line,
  .consumerFooter-regions {
    display: none;
  }
}

@media (max-width: 375px) {
  .consumerFooter-pane,
  .consumerFooter-column,
  .consumerFooter-social,
  .consumerFooter-footnote {
    padding-right: 16px;
    padding-left: 16px;
  }
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }

.flickity-prev-next-button.next { right: 10px; }

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

:root {
  --uc-listingCard-padding: 10px;
  --uc-listingCard-contentPadding: 20px;

  --uc-listingCard-fontSize--sm: 12px;
  --uc-listingCard-fontSize--md: 13px;
  --uc-listingCard-fontSize--lg: 14px;
  --uc-listingCard-fontSize--xlg: 16px;

  --uc-listingCard-lineHeight--xsm: 14px;
  --uc-listingCard-lineHeight--sm: 15px;
  --uc-listingCard-lineHeight--md: 14px;
  --uc-listingCard-lineHeight--lg: 14px;
  --uc-listingCard-lineHeight--xlg: 16px;

  --uc-listingCard-imageWidth--sm: 100px;
  --uc-listingCard-imageHeight--sm: 77px;
  --uc-listingCard-imageWidth--lg: 130px;
  --uc-listingCard-imageHeight--lg: 100px;
  --uc-listingCard-borderColor: #dadada;
  --uc-listingCard-borderColor: var(--colorIntent-borderLightBackgroundLight);

  --uc-listingCard-primaryTextColor: #000000;

  --uc-listingCard-primaryTextColor: var(--colorIntent-textTitle);
  --uc-listingCard-secondaryTextColor: #acacac;
  --uc-listingCard-secondaryTextColor: var(--colorIntent-textSubtle);
  --uc-listingCard-statDividerColor: #acacac;
  --uc-listingCard-statDividerColor: var(--colorIntent-borderSoftBackgroundLight);

  /**
   * TODO: Refactor these variables out so they exist in the listing component and re-imported here
   * once the listing component is available as a dependency.
   */
  --listing-badges-incentivesColor: #06B458;
  --listing-badges-incentivesColor: var(--colorIntent-actionPositive);
  --listing-badges-activeStatusColor: #06B458;
  --listing-badges-activeStatusColor: var(--colorIntent-actionPositive);
  --listing-badges-pendingStatusColor: #FFCC00;
  --listing-badges-pendingStatusColor: var(--colorIntent-backgroundHighlighted);
  --listing-badges-offMarketStatusColor: #CC3333;
  --listing-badges-offMarketStatusColor: var(--colorIntent-actionNegative);
  --listing-badges-compassExclusiveBadgeColor: #000000;
  --listing-badges-compassExclusiveBadgeColor: var(--colorIntent-brandDark);
}

/**
 * Listing Card
 *
 * Our standard listing card component. Builds off of c0-card.
 * Can have clickable image and title text.
 *
 * .uc-listingCard--clickable - Enables clickable image/title text
 *
 * Markup: <uc-listing-card size="sm">...</uc-listing-card>
 *
 * It can have the attribute size set to either 'md' or 'sm'.
 * If size is not set, 'md' is taken as the default size.
 * In case of size = 'md' .uc-listingCard styles are used whereas
 * in case of size = 'sm' styles have a parent selector of .uc-listingCard--sm.
 */

.uc-listingCard {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 1px solid #dadada;
  border: 1px solid var(--uc-listingCard-borderColor);
  border-radius: 2px;
  border-radius: var(--cx-borderRadius);
  background-color: #ffffff;
  background-color: var(--colorIntent-background);
}

@media (hover: hover) {
  .uc-listingCard:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: solid 1px #acacac;
    border: solid 1px var(--colorIntent-mapPinShadowHover);
    border-radius: 3px;
    border-radius: calc(var(--cx-borderRadius) + 1px);
    pointer-events: none;
    z-index: 100;
    z-index: var(--cx-zIndex-1);
  }

  .uc-listingCard:hover {
    border: 1px solid #ffffff;
    border: 1px solid var(--colorIntent-brandLight);
  }
}

.uc-listingCard-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px;
  padding: var(--uc-listingCard-padding) var(--uc-listingCard-contentPadding);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.uc-listingCard-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  /* Removes default underline on link */
  text-decoration: none;
}

/* Used to work around a known bug between Firefox and flexbox. Using a wrapper div with
 * display:block set ensures our background-image's padding ratio trick works as intended.
 */

.uc-listingCard-firefoxFix {
  display: block;
  position: relative;
}

.uc-listingCard-carousel {
  position: absolute;
  top: 0;
  padding-bottom: 75%; /* This forces a 4:3 aspect ratio */
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* make scrolling smooth on iOS */
  z-index: 1; /* make sure it is on top of the staticly displayed image */
}

.uc-listingCard-carousel.flickity-enabled {
  position: absolute; /* Ensures .flicktiy-enabled doesn't reset the position back to relative */
}

/* viewport inherit size from carousel */

.uc-listingCard-carousel .flickity-viewport {
  position: absolute;
  width: 100%;
}

.uc-listingCard--sm .uc-listingCard-carousel {
  float: left;
  width: 120px;
  width: calc(var(--uc-listingCard-imageWidth--sm) + var(--uc-listingCard-padding) * 2);
  height: 97px;
  height: calc(var(--uc-listingCard-imageHeight--sm) + var(--uc-listingCard-padding) * 2);
}

@media (min-width: 648px) {

.uc-listingCard--sm .uc-listingCard-carousel {
    width: 150px;
    width: calc(var(--uc-listingCard-imageWidth--lg) + var(--uc-listingCard-padding) * 2);
    height: 120px;
    height: calc(var(--uc-listingCard-imageHeight--lg) + var(--uc-listingCard-padding) * 2)
}
  }

.uc-listingCard-carousel .flickity-slider {
  -webkit-transform: none !important;
          transform: none !important; /* We need to override the styles set inside flickity js */
}

.uc-listingCard-carouselCell {
  left: 0 !important; /* We need to override the styles set inside flickity js */
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.uc-listingCard-carouselCell.is-selected {
  opacity: 1;
}

.uc-listingCard-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  color: var(--colorIntent-textTitle);
  text-decoration: none;

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 500;

  font-weight: var(--font-weightMedium, 500);

  font-style: normal;
}

/* Removes blue link outline */

.uc-listingCard-title:focus {
  outline: none;
}

.uc-listingCard-subtitle {
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
  line-height: 15px;
  color: #acacac;
  color: var(--colorIntent-textSubtle);
  letter-spacing: 0.5px;

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-weight: var(--font-weightRegular, 400);

  font-style: normal;
}

.uc-listingCard-image {
  display: inline-block;
  position: relative;
  margin: -1px -1px 0 -1px; /* Image should overlap the borders, full bleed photography */
  border-top-right-radius: 2px;
  border-top-right-radius: var(--cx-borderRadius);
  border-top-left-radius: 2px;
  border-top-left-radius: var(--cx-borderRadius);
  padding-bottom: 75%; /* This forces a 4:3 aspect ratio */
  width: calc(100% + 2px); /* Stretches the image over the negative margin sides */
  background-color: #f9f9f9;
  background-color: var(--colorIntent-backgroundContainerAccent);
}

/* Removes blue link outline */

.uc-listingCard-image:focus {
  outline: none;
}

/* Floorplans and other images with white backgrounds don't look so good overlaid over the borders.
 * Applying this class undoes it and insets the image.
 *
 * The bottom needs a negative margin so that the text below the image still lines up with the other
 * listing cards.
 */

.uc-listingCard-image--inset {
  margin: 0 0 -1px 0;
  width: 100%;
}

.uc-listingCard--clickable .uc-listingCard-image,
.uc-listingCard--clickable .uc-listingCard-title {
  cursor: pointer;
}

/**
 * If onListingClick is an empty string,
 * the app maker's intention is to do nothing when the card is clicked.
 * To avoid confusion due to cursor: pointer, the cursor is set to default.
*/

.uc-listingCard--unclickable .uc-listingCard-image,
.uc-listingCard--unclickable .uc-listingCard-title {
  cursor: default;
}

/* Remove flicker that occurs when Flickity and the div
  containing it are rebuilt frequently. The flicker occurs
  only for cases where the images are <a> tags and not <img>
  tags. */

.uc-listingCard-imageFlickerFix {
  background-color: transparent;
}

.uc-listingCard-heroImage {
  background-position: center center;
  background-size: cover;
}

.uc-listingCard-cornerBoxContainer {
  position: absolute;
  top: 10px;
  top: var(--uc-listingCard-padding);
  left: 10px;
  left: var(--uc-listingCard-padding);
  width: calc(100% - 50px);
}

.uc-listingCard-cornerBox {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-right: var(--uc-listingCard-padding);
  border-radius: 2px;
  border-radius: var(--cx-borderRadius);
  border: 1px solid transparent;
  padding: 4px 4px 2px 4px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
  color: var(--colorIntent-background);
  text-transform: uppercase;
  z-index: 100;
  z-index: var(--cx-zIndex-1);

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 500;

  font-weight: var(--font-weightMedium, 500);

  font-style: normal;
}

.uc-listingCard-cornerBox--active {
  background-color: #06B458;
  background-color: var(--listing-badges-activeStatusColor);
}

.uc-listingCard-cornerBox--pending {
  background-color: #FFCC00;
  background-color: var(--listing-badges-pendingStatusColor);
}

.uc-listingCard-cornerBox--offMarket {
  background-color: #CC3333;
  background-color: var(--listing-badges-offMarketStatusColor);
}

.uc-listingCard-cornerBox--compassExclusive {
  border: 1px solid #ffffff;
  border: 1px solid var(--colorIntent-borderLightBezel);
  background-color: #000000;
  background-color: var(--listing-badges-compassExclusiveBadgeColor);
}

/* Overwrites position relative set by cx-checkboxField */

.uc-listingCard-checkbox.cx-checkboxField,
.uc-listingCard-removeBtn {
  position: absolute;
  top: 7px;
  top: calc(var(--uc-listingCard-padding) - 3px); /* To align with title */
  right: 10px;
  right: var(--uc-listingCard-padding);
  z-index: 100;
  z-index: var(--cx-zIndex-1); /* Puts this on top of images */
}

/* Overwrites position relative set by cx-checkboxField */

.uc-listingCard-removeBtn {
  display: none;
  border-radius: 50%;
  padding: 4px 6px;
}

@media (hover: hover) {
  .uc-listingCard:hover .uc-listingCard-removeBtn {
    display: block;
  }
}

/* The icon is a 16x16px icon but design wants a special override for this case */

.uc-listingCard-removeIcon {
  /*
    This is modified from buttons.css and is needed to center the icon vertically

    Also note: using 1.25em instead of the actual line height because of a Chrome rounding error.
    Math is hard... apparently.
   */
  margin: calc(0.625em - 7px) 0;
  width: 14px;
  height: 14px;
}

.uc-listingCard--sm .uc-listingCard-checkbox,
.uc-listingCard--sm .uc-listingCard-removeBtn {
  float: right;
  position: relative;
  top: 7px;
  top: calc(var(--uc-listingCard-padding) - 3px); /* To align checkbox with title */
  right: 10px;
  right: var(--uc-listingCard-padding);
}

.uc-listingCard--sm .uc-listingCard-removeBtn {
  right: 7px;
  right: calc(var(--uc-listingCard-padding) - 3px); /* Alignment per designer request */
}

.uc-listingCard-complianceImg {
  position: absolute;
  right: 10px;
  right: var(--uc-listingCard-padding);
  bottom: 10px;
  bottom: var(--uc-listingCard-padding);
  width: 60px;
  height: 18px;
  z-index: 300;
  z-index: var(--cx-zIndex-3);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.uc-listingCard-complianceImgWithCaption {
  top: -50px;
}

.uc-listingCard--sm .uc-listingCard-complianceImgWithCaption {
  top: initial;
}

/**
 * This caption wrapper follows the sizing of the image and houses the caption.
 * In the listing card with size = 'md', the caption is absolutely positioned and sticks to
 * bottom and order property is used on the caption to place it before the card content.
*/

.uc-listingCard-captionWrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 75%;
  width: 100%;
}

.uc-listingCard-caption {
  position: absolute;
  bottom: 0;
  padding: 5px 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  z-index: 100;
  z-index: var(--cx-zIndex-1);
  font-size: 12px;
  font-size: var(--uc-listingCard-fontSize--sm);
  line-height: 15px;
  line-height: var(--uc-listingCard-lineHeight--sm);
  background-color: rgba(108, 108, 108, 0.5);
  background-color: var(--colorIntent-backdrop);
  color: #ffffff;
  color: var(--colorIntent-textBrightBackgroundDark);

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-weight: var(--font-weightRegular, 400);

  font-style: normal;
}

.uc-listingCard-captionIcon {
  width: 14px;
  height: 14px;
  fill: #ffffff;
  fill: var(--colorIntent-textBrightBackgroundDark);
}

.uc-listingCard-captionText {
  display: inline;
  vertical-align: top;
}

.uc-listingCard-mainStats {
  position: relative;
  margin-top: 10px;
  margin-top: var(--uc-listingCard-padding);
  color: #000000;
  color: var(--uc-listingCard-primaryTextColor);
  font-size: 16px;
  font-size: var(--uc-listingCard-fontSize--xlg);
  line-height: 16px;
  line-height: var(--uc-listingCard-lineHeight--xlg);

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-weight: var(--font-weightRegular, 400);

  font-style: normal;
}

/* Sub stats should only ever display one line of text. Anything beyond that should get hidden. */

.uc-listingCard-subStats {
  position: relative;
  padding-top: 10px;
  padding-top: var(--uc-listingCard-padding);
  /* set height to hide any wrapped sub-items */
  height: 25px;
  height: calc(var(--uc-listingCard-lineHeight--sm) + var(--uc-listingCard-padding));
  color: #000000;
  color: var(--uc-listingCard-primaryTextColor);
  /* set overflow to hide any wrapped sub-items */
  overflow: hidden;
  font-size: 12px;
  font-size: var(--uc-listingCard-fontSize--sm);
  line-height: 15px;
  line-height: var(--uc-listingCard-lineHeight--sm);

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-weight: var(--font-weightRegular, 400);

  font-style: normal;
}

.uc-listingCard-subStat {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  padding: 0 var(--uc-listingCard-padding);
  white-space: nowrap;
}

/**
 * We want complete control over the height of the dividers between substats, so we're rendering a
 * pseudo element and drawing the border on that instead of on the element itself.
 */

.uc-listingCard-subStat:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 2px;
  border-right: 1px solid #acacac;
  border-right: 1px solid var(--uc-listingCard-statDividerColor);
  vertical-align: middle;
}

.uc-listingCard-subStat:last-child:after {
  display: none;
}

.uc-listingCard-subStat:first-child {
  padding-left: 0;
}

.uc-listingCard-subStat--sqFt:before {
  content: '~';
  font-family: "Compass Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: var(--font-weightRegular, 400);
  font-style: normal;
}

.uc-listingCard-imagePlaceholderIcon {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  fill: #acacac;
  fill: var(--colorIntent-textSubtle);
}

.uc-listingCard-disclaimerText {
  padding: 0 20px 10px;
  padding: 0 var(--uc-listingCard-contentPadding) var(--uc-listingCard-padding);
  font-size: 10px;
  line-height: 14px;
  color: #acacac;
  color: var(--colorIntent-textSubtle);

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-weight: var(--font-weightRegular, 400);

  font-style: normal;
}

.uc-listingCard--sm .uc-listingCard-disclaimerText {
  padding: 0 10px 5px;
  padding: 0 var(--uc-listingCard-padding) 5px;
}

/**
 * uc-ListingCard--sm styles
 */

.uc-listingCard--sm {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-top: 0;
  border: 1px solid #dadada;
  border: 1px solid var(--uc-listingCard-borderColor);
  border-radius: 2px;
  border-radius: var(--cx-borderRadius);
  min-width: 280px;
  background-color: #ffffff;
  background-color: var(--colorIntent-background);
}

@media (min-width: 648px) {

.uc-listingCard--sm {
    min-width: 300px
}
  }

@media (hover: hover) {
  .uc-listingCard--sm:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 1px #acacac;
    border: solid 1px var(--colorIntent-mapPinShadowHover);
    border-radius: 0;
    pointer-events: none;
    z-index: auto;
  }

  .uc-listingCard--sm:hover {
    border: 1px solid #dadada;
    border: 1px solid var(--uc-listingCard-borderColor);
  }
}

.uc-listingCard--sm .uc-listingCard-body {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.uc-listingCard--sm .uc-listingCard-captionWrapper {
  position: static;
  margin-top: 0;
}

.uc-listingCard--sm .uc-listingCard-caption {
  position: static;
  padding: 5px 10px;
  padding: 5px var(--uc-listingCard-padding);
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  background-color: rgba(108, 108, 108, 0.5);
  background-color: var(--colorIntent-backdrop);
  color: #ffffff;
  color: var(--colorIntent-textBrightBackgroundDark);

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-weight: var(--font-weightRegular, 400);

  font-style: normal;
}

.uc-listingCard--sm .uc-listingCard-image {
  float: left;
  position: relative;
  margin: 10px;
  margin: var(--uc-listingCard-padding);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-bottom: 0;
  width: 100px;
  width: var(--uc-listingCard-imageWidth--sm);
  height: 77px;
  height: var(--uc-listingCard-imageHeight--sm);
  background-color: transparent;
}

@media (min-width: 648px) {

.uc-listingCard--sm .uc-listingCard-image {
    width: 130px;
    width: var(--uc-listingCard-imageWidth--lg);
    height: 100px;
    height: var(--uc-listingCard-imageHeight--lg)
}
  }

.uc-listingCard--sm .uc-listingCard-heroImage {
  background-position: 0 0;
  background-size: cover;
}

.uc-listingCard--sm .uc-listingCard-cornerBox {
  margin-right: 0px;
  letter-spacing: 0.25px;
  text-overflow: clip;
  overflow-x: visible;
  z-index: 300;
  z-index: var(--cx-zIndex-3);
}

.uc-listingCard--sm .uc-listingCard-cornerBoxContainer {
  top: 15px;
  top: calc(var(--uc-listingCard-padding) + 5px);
  left: 15px;
  left: calc(var(--uc-listingCard-padding) + 5px);
  max-width: 90px;
  max-width: calc(var(--uc-listingCard-imageWidth--sm) - var(--uc-listingCard-padding));
}

@media (min-width: 648px) {

.uc-listingCard--sm .uc-listingCard-cornerBoxContainer {
    max-width: 120px;
    max-width: calc(var(--uc-listingCard-imageWidth--lg) - var(--uc-listingCard-padding))
}
  }

/* For text content */

.uc-listingCard--sm .uc-listingCard-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 10px;
  margin: var(--uc-listingCard-padding);
  /* Account for the checkbox on the right side */
  margin-right: 40px;
  margin-right: calc(4 * var(--uc-listingCard-padding));
  margin-left: 120px;
  margin-left: calc(var(--uc-listingCard-imageWidth--sm) + var(--uc-listingCard-padding) * 2);
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 77px;
  height: var(--uc-listingCard-imageHeight--sm);
}

@media (min-width: 648px) {

.uc-listingCard--sm .uc-listingCard-content {
    margin-left: 150px;
    margin-left: calc(var(--uc-listingCard-imageWidth--lg) + var(--uc-listingCard-padding) * 2);
    height: 100px;
    height: var(--uc-listingCard-imageHeight--lg)
}
  }

.uc-listingCard--sm .uc-listingCard-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: var(--uc-listingCard-fontSize--sm);
  line-height: 14px;
  line-height: var(--uc-listingCard-lineHeight--xsm);
  color: #000000;
  color: var(--uc-listingCard-primaryTextColor);

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 500;

  font-weight: var(--font-weightMedium, 500);

  font-style: normal;
}

@media (min-width: 648px) {

.uc-listingCard--sm .uc-listingCard-title {
    font-size: 14px;
    font-size: var(--uc-listingCard-fontSize--lg);
    line-height: 14px;
    line-height: var(--uc-listingCard-lineHeight--lg);
}
  }

.uc-listingCard--sm .uc-listingCard-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
  font-size: var(--uc-listingCard-fontSize--sm);
  line-height: 14px;
  line-height: var(--uc-listingCard-lineHeight--md);
  color: #acacac;
  color: var(--uc-listingCard-secondaryTextColor);
  letter-spacing: 0.5px;

  font-family: "Compass Sans", Helvetica, Arial, sans-serif;

  font-weight: 400;

  font-weight: var(--font-weightRegular, 400);

  font-style: normal;
}

.uc-listingCard--sm .uc-listingCard-mainStats {
  margin-top: 0;
  font-size: 14px;
  font-size: var(--uc-listingCard-fontSize--lg);
  line-height: 14px;
  line-height: var(--uc-listingCard-lineHeight--lg);
}

.uc-listingCard--sm .uc-listingCard-subStats {
  padding-top: 5px;
  /* set height to hide any wrapped sub-items without cutting off text */
  height: 19px;
  height: calc(var(--uc-listingCard-lineHeight--xsm) + 5px);
  font-size: 12px;
  font-size: var(--uc-listingCard-fontSize--sm);
  line-height: 14px;
  line-height: var(--uc-listingCard-lineHeight--xsm);
}

.uc-listingCardActionContainer {
  height: 40px;
}

.uc-listingCard--sm .uc-listingCardActionContainer {
  height: 30px;
}

.uc-listingCardActionContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #dadada;
  border-top: 1px solid var(--colorIntent-actionableInvertedBorder);
  /* Need to set box-sizing to prevent the top border from
   * causing a vertical scrollbar to appear in listing pills */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* To keep things simple (vs using a repeated transclusion slot)
 * Adding styles directly to transcluded elements.
 *
 * If there is only one child, we left pad it.
 * If there are 2 more child elements, we give them up to 50% width
 * and distribute them evenly, with a left border after the 1st child
 */

.uc-listingCard--sm .uc-listingCardActionContainer > * {
  padding-left: 10px;
}

.uc-listingCardActionContainer > * {
  padding-left: 20px;
}

.uc-listingCardActionContainer > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uc-listingCardActionContainer > *:not(:first-child) {
    border-left: 1px solid #dadada;
    border-left: 1px solid var(--colorIntent-actionableInvertedBorder);
  }

.uc-listingCardActionContainer > *:not(:only-child) {
    padding-left: 0;
    width: 50%;
  }

/* No circle around navigation arrows */

.uc-listingCard .flickity-prev-next-button,
.uc-listingCard .flickity-prev-next-button:hover {
  background: transparent;
}

.uc-listingCard .flickity-prev-next-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Navigation arrows should be white */

.uc-listingCard .flickity-prev-next-button .arrow {
  fill: #ffffff;
  fill: var(--colorIntent-textBrightBackgroundDark);
}

/* Add shadow to show arrow over white images */

.uc-listingCard .flickity-prev-next-button svg {
  -webkit-filter: drop-shadow(-3px 0 5px rgba(108, 108, 108, 0.5));
          filter: drop-shadow(-3px 0 5px rgba(108, 108, 108, 0.5));
  -webkit-filter: drop-shadow(-3px 0 5px var(--colorIntent-backdrop));
          filter: drop-shadow(-3px 0 5px var(--colorIntent-backdrop));
  overflow: visible;
}

.uc-toast {
  position: fixed;
  bottom: 1px;
  margin-left: 50%;
  border-radius: 2px 2px 0 0;
  padding: 15px 20px;
  -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px -1px 2px var(--colorIntent-backgroundDropShadow);
          box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px 2px var(--colorIntent-backgroundDropShadow);
  opacity: .95;
  font-size: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1000;
  z-index: 1000;
  z-index: var(--cx-zIndex-10);
}

.uc-toast.uc-toast--success {
    background: #00b541;
    background: #06B458;
    background: var(--colorIntent-backgroundSuccess);
  }

.uc-toast.uc-toast--info {
    color: #ffffff;
    color: #ffffff;
    color: var(--colorIntent-textBrightBackgroundDark);
    background: #333333;
    background: #333333;
    background: var(--colorIntent-backgroundBold);
  }

.uc-toast.uc-toast--error {
    background: #ff2f00;
    background: #CC3333;
    background: var(--colorIntent-actionableInvertedTextError);
  }

.uc-toast.uc-toast--warning {
    color: #000000;
    color: #000000;
    color: var(--colorIntent-textTitle);
    background: #ffb000;
    background: #FFCC00;
    background: var(--colorIntent-backgroundHighlighted);
  }

.uc-toast.is-hidden {
    opacity: 0;
  }

@media (max-width: 647px) {.uc-toast {
    width: 100%;
    text-align: center
}
  }

.uc-toastMessage {
  padding: 5px 20px 0 20px;
}

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

.uc-loadingAnimation {
  display: inline-block;
  position: relative;
  /* md is default */
  width: 96px;
  height: 96px;
  opacity: 1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.uc-loadingAnimation.uc-loadingAnimation--fullPage {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.uc-loadingAnimation--xs {
  width: 32px;
  height: 32px;
}

.uc-loadingAnimation--sm {
  width: 64px;
  height: 64px;
}

.uc-loadingAnimation--md {
  width: 96px;
  height: 96px;
}

.uc-loadingAnimation--lg {
  width: 128px;
  height: 128px;
}

.uc-loadingAnimation--xl {
  width: 192px;
  height: 192px;
}

.uc-loadingAnimation--xxl {
  width: 256px;
  height: 256px;
}

.uc-loadingAnimation.uc-loadingAnimation--isScalingDown {
  -webkit-animation: uc-loadingAnimation-scale 0.6s cubic-bezier(0.5,-0.25,0.5,1.25) forwards;
          animation: uc-loadingAnimation-scale 0.6s cubic-bezier(0.5,-0.25,0.5,1.25) forwards;
  opacity: 0;
}

.uc-loadingAnimation.uc-loadingAnimation--isScalingUp {
  animation: uc-loadingAnimation-scale 0.6s cubic-bezier(0.5,-0.25,0.5,1.25) forwards reverse;
  opacity: 1;
}

/*
  Using an animation instead of a transition because when toggling display
  the transition will not run. Animations work instead.
*/

@-webkit-keyframes uc-loadingAnimation-scale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes uc-loadingAnimation-scale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.uc-loadingAnimation.uc-loadingAnimation--isHidden {
  display: none;
}

.uc-loadingAnimation-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 20%;
  height: 20%;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  -webkit-transform-origin: -50% -50%;
          transform-origin: -50% -50%;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: cubic-bezier(0.5,-0.25,0.5,1.25);
          animation-timing-function: cubic-bezier(0.5,-0.25,0.5,1.25);
  pointer-events: none;
}

.uc-loadingAnimation-dot--topLeft {
  -webkit-animation-name: uc-loadingAnimation-loadingTopLeft;
          animation-name: uc-loadingAnimation-loadingTopLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.uc-loadingAnimation-dot--topRight {
  -webkit-animation-name: uc-loadingAnimation-loadingTopRight;
          animation-name: uc-loadingAnimation-loadingTopRight;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.uc-loadingAnimation-dot--bottomLeft {
  -webkit-animation-name: uc-loadingAnimation-loadingBottomLeft;
          animation-name: uc-loadingAnimation-loadingBottomLeft;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.uc-loadingAnimation-dot--bottomRight {
  -webkit-animation-name: uc-loadingAnimation-loadingBottomRight;
          animation-name: uc-loadingAnimation-loadingBottomRight;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

@-webkit-keyframes uc-loadingAnimation-loadingTopLeft {
  0% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(100%, 100%) scale(0.5) rotate(0.5turn);
            transform: translate(100%, 100%) scale(0.5) rotate(0.5turn);
  }

  5% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(0.5turn);
            transform: translate(150%, 150%) scale(0.5) rotate(0.5turn);
  }

  50% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(2.5turn);
            transform: translate(150%, 150%) scale(0.5) rotate(2.5turn);
  }

  55%,
  80% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(50%, 50%) scale(1) rotate(2.5turn);
            transform: translate(50%, 50%) scale(1) rotate(2.5turn);
  }

  85%,
  100% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(100%, 100%) scale(0.5) rotate(2.5turn);
            transform: translate(100%, 100%) scale(0.5) rotate(2.5turn);
  }
}

@keyframes uc-loadingAnimation-loadingTopLeft {
  0% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(100%, 100%) scale(0.5) rotate(0.5turn);
            transform: translate(100%, 100%) scale(0.5) rotate(0.5turn);
  }

  5% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(0.5turn);
            transform: translate(150%, 150%) scale(0.5) rotate(0.5turn);
  }

  50% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(2.5turn);
            transform: translate(150%, 150%) scale(0.5) rotate(2.5turn);
  }

  55%,
  80% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(50%, 50%) scale(1) rotate(2.5turn);
            transform: translate(50%, 50%) scale(1) rotate(2.5turn);
  }

  85%,
  100% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(100%, 100%) scale(0.5) rotate(2.5turn);
            transform: translate(100%, 100%) scale(0.5) rotate(2.5turn);
  }
}

@-webkit-keyframes uc-loadingAnimation-loadingTopRight {
  0% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(0%, 100%) scale(0.5) rotate(.75turn);
            transform: translate(0%, 100%) scale(0.5) rotate(.75turn);
  }

  5% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(.75turn);
            transform: translate(150%, 150%) scale(0.5) rotate(.75turn);
  }

  50% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(2.75turn);
            transform: translate(150%, 150%) scale(0.5) rotate(2.75turn);
  }

  55%,
  80% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(50%, 50%) scale(1) rotate(2.75turn);
            transform: translate(50%, 50%) scale(1) rotate(2.75turn);
  }

  85%,
  100% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(0%, 100%) scale(0.5) rotate(2.75turn);
            transform: translate(0%, 100%) scale(0.5) rotate(2.75turn);
  }
}

@keyframes uc-loadingAnimation-loadingTopRight {
  0% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(0%, 100%) scale(0.5) rotate(.75turn);
            transform: translate(0%, 100%) scale(0.5) rotate(.75turn);
  }

  5% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(.75turn);
            transform: translate(150%, 150%) scale(0.5) rotate(.75turn);
  }

  50% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(2.75turn);
            transform: translate(150%, 150%) scale(0.5) rotate(2.75turn);
  }

  55%,
  80% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(50%, 50%) scale(1) rotate(2.75turn);
            transform: translate(50%, 50%) scale(1) rotate(2.75turn);
  }

  85%,
  100% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(0%, 100%) scale(0.5) rotate(2.75turn);
            transform: translate(0%, 100%) scale(0.5) rotate(2.75turn);
  }
}

@-webkit-keyframes uc-loadingAnimation-loadingBottomLeft {
  0% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(100%, 0%) scale(0.5) rotate(.25turn);
            transform: translate(100%, 0%) scale(0.5) rotate(.25turn);
  }

  5% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(.25turn);
            transform: translate(150%, 150%) scale(0.5) rotate(.25turn);
  }

  50% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(2.25turn);
            transform: translate(150%, 150%) scale(0.5) rotate(2.25turn);
  }

  55%,
  80% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(50%, 50%) scale(1) rotate(2.25turn);
            transform: translate(50%, 50%) scale(1) rotate(2.25turn);
  }

  85%,
  100% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(100%, 0%) scale(0.5) rotate(2.25turn);
            transform: translate(100%, 0%) scale(0.5) rotate(2.25turn);
  }
}

@keyframes uc-loadingAnimation-loadingBottomLeft {
  0% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(100%, 0%) scale(0.5) rotate(.25turn);
            transform: translate(100%, 0%) scale(0.5) rotate(.25turn);
  }

  5% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(.25turn);
            transform: translate(150%, 150%) scale(0.5) rotate(.25turn);
  }

  50% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(2.25turn);
            transform: translate(150%, 150%) scale(0.5) rotate(2.25turn);
  }

  55%,
  80% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(50%, 50%) scale(1) rotate(2.25turn);
            transform: translate(50%, 50%) scale(1) rotate(2.25turn);
  }

  85%,
  100% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(100%, 0%) scale(0.5) rotate(2.25turn);
            transform: translate(100%, 0%) scale(0.5) rotate(2.25turn);
  }
}

@-webkit-keyframes uc-loadingAnimation-loadingBottomRight {
  0% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(0%, 0%) scale(0.5) rotate(0turn);
            transform: translate(0%, 0%) scale(0.5) rotate(0turn);
  }

  5% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(0turn);
            transform: translate(150%, 150%) scale(0.5) rotate(0turn);
  }

  50% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(2turn);
            transform: translate(150%, 150%) scale(0.5) rotate(2turn);
  }

  55%,
  80% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(50%, 50%) scale(1) rotate(2turn);
            transform: translate(50%, 50%) scale(1) rotate(2turn);
  }

  85%,
  100% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(0%, 0%) scale(0.5) rotate(2turn);
            transform: translate(0%, 0%) scale(0.5) rotate(2turn);
  }
}

@keyframes uc-loadingAnimation-loadingBottomRight {
  0% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(0%, 0%) scale(0.5) rotate(0turn);
            transform: translate(0%, 0%) scale(0.5) rotate(0turn);
  }

  5% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(0turn);
            transform: translate(150%, 150%) scale(0.5) rotate(0turn);
  }

  50% {
    -webkit-transform-origin: -150% -150%;
            transform-origin: -150% -150%;
    -webkit-transform: translate(150%, 150%) scale(0.5) rotate(2turn);
            transform: translate(150%, 150%) scale(0.5) rotate(2turn);
  }

  55%,
  80% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(50%, 50%) scale(1) rotate(2turn);
            transform: translate(50%, 50%) scale(1) rotate(2turn);
  }

  85%,
  100% {
    -webkit-transform-origin: -50% -50%;
            transform-origin: -50% -50%;
    -webkit-transform: translate(0%, 0%) scale(0.5) rotate(2turn);
            transform: translate(0%, 0%) scale(0.5) rotate(2turn);
  }
}

.agents-only {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    'leftInitialContent leftInitialContent'
    'rightInitialContent rightInitialContent'
    'leftMoreContent leftMoreContent'
    'rightMoreContent rightMoreContent';
}

@media (min-width: 888px) {

.agents-only {
    grid-template-areas:
      'leftInitialContent rightInitialContent'
      'leftMoreContent rightMoreContent'
}
  }

.agents-only-leftInitialContent {
  grid-area: leftInitialContent;
}

.agents-only-rightInitialContent {
  grid-area: rightInitialContent;
}

.agents-only-leftMoreContent {
  grid-area: leftMoreContent;
}

.agents-only-rightMoreContent {
  grid-area: rightMoreContent;
}

.flickity-button {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background: transparent;
}

.flickity-button:hover {
  background: transparent;
}

.flickity-button-icon {
  /* stylelint-disable-next-line color-no-hex */
  fill: #FFFFFF;
}

.flickity-prev-next-button {
  width: 67px;
  height: 67px;
}

.flickity-button-icon {
  -webkit-filter: drop-shadow(0 2px 2px rgba(0,0,0,0.6));
          filter: drop-shadow(0 2px 2px rgba(0,0,0,0.6));
}

.keyDetails-text {
  font-size: 16px;
}

@media (min-width: 888px) {

.keyDetails-text {
    font-size: 14px;
    line-height: 16px
}
  }

@media (min-width: 888px) {

.keyDetails-text > td {
    padding: 4px 0px
}
  }

@media (min-width: 888px) {

.keyDetails-text > td:first-child {
    padding-right: 4px
}
  }

.propertyHistory-currentListing {
  background-color: #f9f9f9;
  background-color: var(--colorIntent-backgroundContainerAccent);
}

.propertyHistory-table-header {
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--colorIntent-borderLightBackgroundLight);
  padding: 16px 0;
  text-align: left;
}

.propertyHistory-table-td {
  vertical-align: top;
}

.publicFacts-subSection {
  margin-top: 32px;
}

.publicFacts-subSection:first-child {
  margin-top: 0;
}

@media (min-width: 888px) {

.publicFacts-subSection:nth-child(2) {
    margin-top: 0
}
  }

.schools-table-headerSchoolName {
  width: 80%;
}

@media (min-width: 648px) {

.schools-table-headerSchoolName {
    width: 40%
}
  }

.schools-table-header {
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--colorIntent-borderLightBackgroundLight);
  padding: 16px 0;
  text-align: left;
}

.badge-manualPatch {
  background-color: #dadada;
  background-color: var(--colorIntent-actionableInvertedBackgroundDisabled);
  color: #6c6c6c;
  color: var(--colorIntent-textTitleSubtle);
}

.badge-nonConsumerSearchable {
  background-color: #FFE3E3;
  background-color: var(--colorIntent-actionableInvertedBackgroundError);
}

.badge-openHouse {
  background-color: #04AA82;
  background-color: var(--colorIntent-divergent214);
  color: #ffffff;
  color: var(--colorIntent-textBrightBackgroundDark);
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.divider {
  margin: 16px 0;
  height: 1px;
  background-color: #dadada;
  background-color: var(--colorIntent-borderLightBackgroundLight);
}

.cx-icon {
  width: 24px;
  height: 24px;
}

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

.actionable--filled {
  background-color: #000000;
  background-color: var(--colorIntent-actionableFilledBackground);
  color: #ffffff;
  color: var(--colorIntent-actionableFilledText);
  fill: #ffffff;
  fill: var(--colorIntent-actionableFilledText);
}

.actionable--inverted {
  background-color: #ffffff;
  background-color: var(--colorIntent-actionableInvertedBackground);
  color: #000000;
  color: var(--colorIntent-actionableInvertedText);
  fill: #000000;
  fill: var(--colorIntent-actionableInvertedText);
}

.actionable--filled:hover {
  background-color: #5000ff;
  background-color: var(--colorIntent-actionableFilledBackgroundHover);
  color: #ffffff;
  color: var(--colorIntent-actionableFilledTextHover);
  fill: #ffffff;
  fill: var(--colorIntent-actionableFilledTextHover);
  cursor: pointer;
}

.actionable--inverted:hover {
  background-color: #f9f9f9;
  background-color: var(--colorIntent-actionableInvertedBackgroundHover);
  color: #5000ff;
  color: var(--colorIntent-actionableInvertedTextHover);
  fill: #5000ff;
  fill: var(--colorIntent-actionableInvertedTextHover);
  cursor: pointer;
}

.actionable--filled:active {
  background-color: #30009B;
  background-color: var(--colorIntent-actionableFilledBackgroundPressed);
  color: #ffffff;
  color: var(--colorIntent-actionableFilledTextPressed);
  fill: #ffffff;
  fill: var(--colorIntent-actionableFilledTextPressed);
}

.actionable--inverted:active {
  background-color: #f9f9f9;
  background-color: var(--colorIntent-actionableInvertedBackgroundPressed);
  color: #30009B;
  color: var(--colorIntent-actionableInvertedTextPressed);
  fill: #30009B;
  fill: var(--colorIntent-actionableInvertedTextPressed);
}

.section-padding {
  padding-left: 24px;
  padding-left: var(--gutter);
  padding-right: 24px;
  padding-right: var(--gutter);
}

@media (min-width: 888px) {

.section-padding {
    padding-right: 0;
    padding-left: 0
}
  }
