/* Converts XD font-spacing to browser */
page#Inventory {
  background-color: var(--color-pampas);
}
page#Inventory section#Context {
  --dark-color: var(--color-tawny-port);
  --accent-color: var(--color-tawny-port);
  padding-top: 17.5rem;
  padding-bottom: 10rem;
}
page#Inventory section#Context .watermark {
  color: var(--color-sandal);
  opacity: 0.12;
  line-height: 10.5rem;
  line-height: 0.975em;
  font-weight: bolder;
  font-family: var(--font-azo);
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 11.5rem;
  font-size: clamp(5rem, 2.8333333333rem + 0.0451388889 * 100vw, 11.5rem);
}
page#Inventory section#Context .watermark line {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 998px) {
  page#Inventory section#Context .watermark {
    display: none;
  }
}
page#Inventory section#Context .headline {
  color: var(--dark-color);
  text-transform: uppercase;
  font-size: clamp(1.75rem, 1.6rem + 0.003125 * 100vw, 2.2rem);
  font-weight: bold;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  font-family: var(--font-azo);
}
page#Inventory section#Context hr {
  width: 100%;
  color: var(--accent-color);
  margin-block-start: 1.5rem;
  margin-block-end: 1.4rem;
}
page#Inventory section#Context .body {
  color: var(--dark-color);
  font-family: var(--font-azo);
  font-weight: 200;
  font-size: clamp(1.6rem, 1.5333333333rem + 0.0013888889 * 100vw, 1.8rem);
  letter-spacing: 1px;
  line-height: clamp(2.6rem, 2.2166666667rem + 0.0079861111 * 100vw, 3.75rem);
}
page#Inventory section#Context .body a {
  color: inherit;
  text-decoration: underline;
}
page#Inventory section#Context .block + .block {
  margin-top: 1.95rem;
}
page#Inventory section#Context .block + .block.actions {
  margin-top: 15px;
}
page#Inventory section#Context .content {
  width: 50%;
}
page#Inventory section#Context::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url(/wp-content/uploads/2022/10/Paisley-Star-education.svg);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  right: var(--page-bumpers);
  opacity: 0.1;
  transform: translateY(-50px);
}
page#Inventory section#Controls {
  --dark-color: black;
  --accent-color: var(--color-mine-shaft);
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap {
  align-items: center;
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .reset {
  color: var(--color-tawny-port);
  font-size: clamp(1.275rem, 1.2rem + 0.0015625 * 100vw, 1.5rem);
  line-height: 1.3em;
  margin-top: 2em;
  letter-spacing: 0.3em;
  text-decoration: underline;
  text-transform: uppercase;
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu {
  display: flex;
  justify-content: center;
  width: 100%;
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-container {
  width: 100%;
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list {
  justify-content: space-between;
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category {
  justify-content: center;
  align-items: center;
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category > a {
  width: 100%;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 480px) {
  page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category > a {
    letter-spacing: 3px;
  }
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category > a:hover {
  background-color: var(--color-tawny-port);
  color: var(--color-pampas);
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category + .filter-category {
  margin-left: 20px;
}
@media screen and (max-width: 998px) {
  page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category + .filter-category {
    margin-left: 0px;
  }
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category .sub-menu {
  border: 1px solid var(--accent-color);
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category .sub-menu .menu-item {
  background-color: var(--color-pampas);
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category .sub-menu .menu-item a {
  color: var(--accent-color);
  font-size: clamp(1.6rem, 1.5rem + 0.0020833333 * 100vw, 1.9rem);
  font-size: clamp(1.5rem, 1.5rem + 0 * 100vw, 1.5rem);
  line-height: 1.3em;
  padding: 10px 20px;
  padding-bottom: 5px;
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category .sub-menu .menu-item a:hover {
  background-color: var(--color-tawny-port);
  color: var(--color-pampas);
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category .sub-menu .menu-item + .menu-item a {
  padding: 5px 20px;
}
@media screen and (max-width: 998px) {
  page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(3rem, 3rem + 0 * 100vw, 3rem);
  }
}
page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .hidden {
  display: none;
}
page#Inventory section#Homes {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
page#Inventory section#Homes .collector {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  --gap: clamp(3rem, 2.6666666667rem + 0.0069444444 * 100vw, 4rem);
  column-gap: var(--gap);
  row-gap: calc(var(--gap)*2);
}
@media screen and (max-width: 998px) {
  page#Inventory section#Homes .collector {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
page#Inventory section#Homes .collector .home {
  color: var(--dark-color);
  --accent-color: var(--color-tawny-port);
}
page#Inventory section#Homes .collector .home.hidden {
  display: none;
}
page#Inventory section#Homes .collector .home:nth-of-type(odd) {
  --dark-color: var(--color-everglade);
}
page#Inventory section#Homes .collector .home:nth-of-type(even) {
  --dark-color: var(--color-tawny-port);
}
page#Inventory section#Homes .collector .home .image {
  width: 100%;
  aspect-ratio: 1.3333333333;
  position: relative;
  background-size: cover !important;
  background-position: center;
}
@supports not (aspect-ratio: 1.3333333333) {
  page#Inventory section#Homes .collector .home .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  page#Inventory section#Homes .collector .home .image > .aspectified {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
page#Inventory section#Homes .collector .home .block {
  margin-top: 1.125rem;
  margin-top: clamp(0.0075rem, -0.365rem + 0.0077604167 * 100vw, 1.125rem);
  border-top: 1px solid var(--accent-color);
  padding-top: 0.975rem;
  padding-top: clamp(0.675rem, 0.575rem + 0.0020833333 * 100vw, 0.975rem);
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
page#Inventory section#Homes .collector .home .headline {
  color: inherit;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 1.7666666667rem + 0.0006944444 * 100vw, 1.9rem);
  margin-top: clamp(1.2rem, 0.775rem + 0.0088541667 * 100vw, 2.475rem);
  letter-spacing: 1px;
  font-weight: bold;
}
page#Inventory section#Homes .collector .home .body {
  color: inherit;
  font-size: clamp(1.35rem, 1.25rem + 0.0020833333 * 100vw, 1.65rem);
  line-height: clamp(2.1rem, 1.8rem + 0.00625 * 100vw, 3rem);
  line-height: 1.5em;
}
page#Inventory section#Homes .collector .home .basics {
  flex-wrap: wrap;
}
page#Inventory section#Homes .collector .home .basics .builder, page#Inventory section#Homes .collector .home .basics .status {
  flex-basis: 100%;
  color: inherit;
}
page#Inventory section#Homes .collector .home .summary div {
  text-align: center;
}
page#Inventory section#Homes .collector .home .actions {
  margin-top: clamp(1.2rem, 0.775rem + 0.0088541667 * 100vw, 2.475rem);
  --dark-color: var(--color-everglade);
  --accent-color: var(--color-everglade);
}
page#Inventory section#Homes .collector .home .actions .button, page#Inventory section#Homes .collector .home .actions section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list .filter-category > a, page#Inventory section#Controls.ct-section > .ct-section-inner-wrap .menu .oxy-pro-menu-list section#Homes .collector .home .actions .filter-category > a {
  width: 100%;
  letter-spacing: 0.3em;
  font-size: clamp(1.125rem, 1.075rem + 0.0010416667 * 100vw, 1.275rem);
}
page#Inventory section#Homes .bedrooms::before {
  content: "Bed";
}
page#Inventory section#Homes .bathrooms::before {
  content: "Bath";
}
page#Inventory section#Homes .stories::before {
  content: "Stories";
}
page#Inventory section#Homes .garage::before {
  content: "Garage";
}
