/* https://www.figma.com/file/spCkIXNtuVEsvujaIeZhtP/RDS---Header-%26-Footer?node-id=177%3A7710&t=qpKWmCrKLIqXlOO4-0 */

#homes-nav {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  color: #1c1b1a;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

#homes-nav .active {
    color: #910d22 !important;
  }

#homes-nav a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
  }

#homes-nav button {
    background-color: transparent;
    background-image: none;
    border: 0;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

#homes-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

#homes-nav svg {
    display: block;
  }

#homes-nav .nav-stack {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px;
    position: relative;
  }

#homes-nav .main-bar {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    /* max-width: 1760px; */
    padding: 24px 16px;
    position: relative;
    width: 100%;
  }

@media (min-width: 480px) {

#homes-nav .main-bar {
      padding: 24px
  }
    }

@media (min-width: 768px) {

#homes-nav .main-bar {
      padding: 20px 32px
  }
    }

@media (min-width: 1290px) {

#homes-nav .main-bar {
      gap: 16px;
      justify-content: space-between;
      padding-top: 12px;
      padding-bottom: 12px
  }
    }

#homes-nav .main-bar > a {
      display: inline-flex;
      align-items: center;
    }

#homes-nav .main-bar > a svg {
        height: 16px;
      }

@media (min-width: 768px) {

#homes-nav .main-bar > a svg {
          height: 24px
      }
        }

#homes-nav .extended-bar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

#homes-nav .left-handle {
    align-items: center;
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
  }

@media (min-width: 1290px) {

#homes-nav .left-handle {
      display: none
  }
    }

#homes-nav .left-handle button {
      cursor: pointer;
      padding: 16px;
    }

#homes-nav .left-handle svg {
      font-size: 24px;
    }

#homes-nav .right-handle {
    align-items: center;
    bottom: 0;
    display: flex;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
  }

@media (min-width: 1290px) {

#homes-nav .right-handle {
      display: none
  }
    }

#homes-nav .right-handle a,
    #homes-nav .right-handle button {
      padding: 16px;
    }

#homes-nav .right-handle svg {
      font-size: 24px;
    }

#homes-nav .slot--search-bar {
    display: none;
  }

@media (min-width: 1290px) {

#homes-nav .slot--search-bar {
      display: flex;
      height: 56px; /* match rds input height (3.5rem) */
      margin-left: 12px; /* match link button padding */
      place-content: center;
      width: 100%
  }
    }

#homes-nav nav {
    background-color: #fff;
    display: flex;
    height: 100vh;
  }

@supports (height: 100dvh) {

#homes-nav nav {
      height: 100dvh
  }
    }

#homes-nav nav {

    inset: 0;
    padding-top: 64px;
    position: absolute;
    transform: translateX(-100%);
    transition: transform 350ms ease-in-out;
    z-index: -1;
}

@media (min-width: 768px) {

#homes-nav nav {
      box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
      max-width: 320px;
      padding-top: 64px
  }
    }

@media (min-width: 1290px) {

#homes-nav nav {
      box-shadow: unset;
      height: unset;
      display: flex;
      max-width: unset;
      padding-top: unset;
      padding-top: unset;
      position: relative;
      transform: unset;
      transition: unset;
      z-index: 1
  }
    }

#homes-nav .open nav {
      transform: translateX(0%);
    }

#homes-nav .nav-flex {
    display: flex;
    gap: 16px;
  }

#homes-nav .nav-menu {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    overflow-y: scroll;
    width: 100%;
    padding-bottom: 15vh;
    padding-top: 8px;
  }

@media (min-width: 1290px) {

#homes-nav .nav-menu {
      flex-direction: row;
      overflow-y: unset;
      padding-bottom: unset;
      padding-top: unset
  }
    }

#homes-nav .nav-menu-hr {
    background-color: #f2f2f2;
    border: 0;
    display: block;
    height: 1px;
    margin: 0;
  }

@media (min-width: 768px) {

#homes-nav .nav-menu-hr {
      margin: 8px
  }
    }

@media (min-width: 1290px) {

#homes-nav .nav-menu-hr {
      height: 100%;
      margin: 0 12px;
      width: 1px
  }
    }

#homes-nav .nav-submenu-hr {
    background-color: #f2f2f2;
    border: 0;
    display: block;
    height: 1px;
    margin: 0;
  }

#homes-nav .nav-menu-item {
    display: flex;
    flex-direction: column;
  }

@media (min-width: 768px) {

#homes-nav .nav-menu-item {
      padding: 0 8px
  }
    }

@media (min-width: 1290px) {

#homes-nav .nav-menu-item {
      padding: unset
  }
    }

#homes-nav .nav-menu-item > button {
      text-align: left;
    }

#homes-nav .nav-menu-item > a {
      display: flex;
      padding: 12px 16px;
      gap: 8px;
    }

#homes-nav .nav-menu-item > a:hover {
        background-color: #f8f8f8;
      }

@media (min-width: 768px) {

#homes-nav .nav-menu-item > a {
        border-radius: 8px
    }
      }

@media (min-width: 1290px) {

#homes-nav .nav-menu-item > a {
        border-radius: 4px;
        padding: 12px
    }
      }

#homes-nav .nav-menu-item svg {
      font-size: 24px;
    }

#homes-nav .nav-menu-header {
    display: flex;
    flex: 1;
    gap: 8px;
    padding: 12px 16px;
  }

#homes-nav .nav-menu-header:hover {
      background-color: #f8f8f8;
    }

@media (min-width: 768px) {

#homes-nav .nav-menu-header {
      border-radius: 8px
  }
    }

@media (min-width: 1290px) {

#homes-nav .nav-menu-header {
      border-radius: 4px;
      padding: 12px;
      gap: 0
  }
    }

#homes-nav .nav-menu-header span {
      font-size: 16px;
      line-height: 1.5;
    }

#homes-nav .nav-menu-header svg {
      font-size: 24px;
    }

#homes-nav .nav-submenu {
    display: none;
  }

#homes-nav .nav-menu-item.open .nav-submenu {
    display: flex;
    flex-direction: column;
    font-weight: 300;
  }

@media (min-width: 1290px) {

#homes-nav .nav-menu-item.open .nav-submenu {
      background-color: #fff;
      border-radius: 4px;
      box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
      font-weight: unset;
      padding-bottom: 8px;
      padding-top: 8px;
      position: absolute;
      top: 56px
  }
    }

@media (min-width: 1290px) {

#homes-nav .nav-menu-item.open .nav-submenu.pin-right {
        right: 0px
    }
      }

#homes-nav .nav-submenu-item {
    display: block;
    position: relative;
  }

#homes-nav .nav-submenu-item > a,
    #homes-nav .nav-submenu-item > button {
      display: inline-flex;
      gap: 8px;
      padding: 12px 16px;
      width: 100%;
    }

#homes-nav .nav-submenu-item > a:hover, #homes-nav .nav-submenu-item > button:hover {
        background-color: #f8f8f8;
      }

@media (min-width: 768px) {

#homes-nav .nav-submenu-item > a,
    #homes-nav .nav-submenu-item > button {
        border-radius: 8px
    }
      }

@media (min-width: 1290px) {

#homes-nav .nav-submenu-item > a,
    #homes-nav .nav-submenu-item > button {
        border-radius: unset;
        padding: 12px
    }
      }

#homes-nav .scrim {
    animation: scrim-in 200ms;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -2;
  }

/* utilities */

#homes-nav .display-none {
      display: none;
    }

@media (min-width: 1290px) {
      #homes-nav .bp\:display-none {
        display: none;
      }
  }

#homes-nav .flex-1 {
    flex: 1;
  }

/* https://tailwindcss.com/docs/screen-readers */

#homes-nav .screen-reader {
    border-width: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

@media (min-width: 1290px) {
    #homes-nav .bp\:screen-reader {
      border-width: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px;
    }
  }

/* rocket fade animation */

@media (min-width: 1290px) {
    #homes-nav .rocket-fade.out {
      opacity: 0;
      transition: opacity 1s ease-out;
    }

    #homes-nav .rocket-fade.in {
      opacity: 1;
      transition: opacity 1s ease-in;
    }
  }

@keyframes scrim-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* https://www.figma.com/file/spCkIXNtuVEsvujaIeZhtP/RDS---Header-%26-Footer?node-id=324-15498&t=rvG0n1wK2YSM6Wlk-0 */

#homes-footer {
  background: #1c1b1a;
  color: #fff;
  container: homes-footer / inline-size;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

#homes-footer p,
  #homes-footer ul {
    margin-block: 0px;
  }

#homes-footer ul {
    padding-inline: 0px;
  }

#homes-footer .swoop {
    height: 0;
    position: relative;
  }

#homes-footer .swoop::before {
      /* prettier-ignore */
      background: radial-gradient(103% 140% at top, transparent 71%, #1c1b1a 71.5%) top;
      content: '';
      display: block;
      height: 89px;
      pointer-events: none;
      position: absolute;
      top: -89px;
      width: 100%;
    }

@container homes-footer (min-width: 768px) {

#homes-footer .swoop::before {
        /* prettier-ignore */
        background: radial-gradient(78% 140% at top, transparent 71%, #1c1b1a 71.5%) top
    }
      }

#homes-footer .swoop img {
      background-color: white;
      border-radius: 9999px;
      color: #c8102e;
      display: block;
      height: 40px;
      margin: auto;
      position: relative;
      transform: translateY(-50%);
      width: 40px;
      z-index: 1;
    }

#homes-footer .flex-slot {
      display: flex;
      flex-direction: column;
      margin: auto;
      max-width: 1760px;
      padding-bottom: 80px;
      padding-left: 16px;
      padding-right: 16px;
      width: 100%;
    }

@container homes-footer (min-width: 480px) {

#homes-footer .flex-slot {
        padding-left: 24px;
        padding-right: 24px
    }
      }

@container homes-footer (min-width: 768px) {

#homes-footer .flex-slot {
        padding-left: 32px;
        padding-right: 32px
    }
      }

#homes-footer .flex-grid {
      display: block;
    }

#homes-footer .flex-grid-row {
        display: flex;
        flex-direction: column;
        gap: 80px;
        margin: 0 -8px;
      }

@media (min-width: 480px) {

#homes-footer .flex-grid-row {
          margin: 0 -12px
      }
        }

#homes-footer .rocket {
    margin-bottom: 56px;
    margin-top: 64px;
    padding: 0 8px;
  }

@media (min-width: 480px) {

#homes-footer .rocket {
      padding: 0 12px
  }
    }

@container homes-footer (min-width: 1440px) {

#homes-footer .rocket {
      margin-left: calc(1 / 12 * 100%);
      margin-right: calc(1 / 12 * 100%);
      width: calc(10 / 12 * 100%)
  }
    }

#homes-footer .rocket svg {
      display: inline;
    }

#homes-footer nav {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }

@container homes-footer (min-width: 1080px) {

#homes-footer nav {
      flex-direction: row;
      justify-content: space-between;
      gap: 0
  }
    }

@container homes-footer (min-width: 1440px) {

#homes-footer nav {
      margin: 0 calc(1 / 12 * 100%);
      width: calc(10 / 12 * 100%)
  }
    }

#homes-footer .rockets {
    padding: 0 8px;
    width: 100%;
  }

@media (min-width: 480px) {

#homes-footer .rockets {
      padding: 0 12px
  }
    }

@container homes-footer (min-width: 1080px) {

#homes-footer .rockets {
      width: 50%
  }
    }

#homes-footer .rockets ul {
      display: grid;
      grid-auto-flow: column;
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      grid-template-columns: 1fr;
      grid-template-rows: repeat(7, auto);
    }

@container homes-footer (min-width: 480px) {

#homes-footer .rockets ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto)
    }
      }

#homes-footer .rockets li {
      display: block;
    }

#homes-footer .rockets a {
      display: inline-block;
      outline: 1px solid transparent;
      outline-offset: 0px;
      transition: 300ms;
    }

#homes-footer .rockets a:focus {
        outline: 1px solid #fff;
      }

#homes-footer .rockets p {
      line-height: 20px;
      font-size: 14px;
      color: #d3d3d3;
    }

#homes-footer .segments {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    padding: 0 8px;
    width: 100%;
  }

@container homes-footer (min-width: 480px) {

#homes-footer .segments {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, auto);
      padding: 0 12px
  }
    }

@container homes-footer (min-width: 768px) {

#homes-footer .segments {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, auto)
  }
    }

@container homes-footer (min-width: 1080px) {

#homes-footer .segments {
      width: calc(5 / 12 * 100%)
  }
    }

@container homes-footer (min-width: 1440px) {

#homes-footer .segments {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, auto);
      width: calc(4 / 10 * 100%)
  }
    }

#homes-footer .segments .header {
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
    }

#homes-footer .segments .generic {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

#homes-footer .segments .generic ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

#homes-footer .segments .generic li {
        display: block;
      }

#homes-footer .segments .generic a {
        color: #fff;
        display: inline;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        outline: 1px solid transparent;
        outline-offset: 0px;
        text-decoration: solid underline #fff 1px;
        text-underline-offset: 4px;
        transition: 300ms;
      }

#homes-footer .segments .generic a:focus {
          outline: 1px solid #fff;
          text-decoration: solid underline transparent 1px;
        }

#homes-footer .segments .generic a:hover {
          outline: 1px solid transparent;
          text-decoration: solid underline transparent 1px;
        }

#homes-footer .segments .connect {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

#homes-footer .segments .connect > ul {
        display: flex;
        flex-direction: column;
        gap: 24px;
      }

#homes-footer .segments .connect .social > ul {
        display: flex;
        gap: 16px;
      }

#homes-footer .segments .connect .stores > ul {
        gap: 16px;
        display: flex;
        flex-direction: column;
      }

#homes-footer .segments .connect li {
        display: block;
      }

#homes-footer .segments .connect a {
        display: inline;
        outline: 1px solid transparent;
        outline-offset: 0px;
        transition: 300ms;
      }

#homes-footer .segments .connect a:focus {
          outline: 1px solid #fff;
        }

#homes-footer .segments .connect svg {
        display: inline;
      }

#homes-footer .disclaimers {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 12px;
  }

@container homes-footer (min-width: 1440px) {

#homes-footer .disclaimers {
      margin-left: calc(1 / 12 * 100%);
      margin-right: calc(1 / 12 * 100%);
      width: calc(10 / 12 * 100%)
  }
    }

#homes-footer .disclaimers hr {
      background-color: #fff;
      border: 0;
      height: 1px;
      width: 100%;
      margin-bottom: 40px;
    }

#homes-footer .disclaimers address {
      display: inline;
      font-style: normal;
    }

#homes-footer .disclaimers p {
      color: #fff;
      font-size: 12px;
      font-weight: 300;
      line-height: 16px;
    }

#homes-footer .disclaimers a {
      color: #fff;
      display: inline;
      font-weight: 500;
      outline: 1px solid transparent;
      outline-offset: 0px;
      text-decoration: solid underline #fff 1px;
      text-underline-offset: 4px;
      transition: 300ms;
    }

#homes-footer .disclaimers a:focus {
        outline: 1px solid #fff;
        text-decoration: solid underline transparent 1px;
      }

#homes-footer .disclaimers a:hover {
        outline: 1px solid transparent;
        text-decoration: solid underline transparent 1px;
      }

.global-nav {
  border-bottom-width: 4px;
  border-style: solid;
}

.global-nav::before {
  background-color: rgba(34, 34, 34, 0);
  content: '';
  height: 100%;
  left: 0;
  max-height: 0%;
  position: fixed;
  right: 0;
  top: 0;
  transition:
    background-color 0.3s ease,
    max-height 0s ease 0.3s;
  z-index: -1;
}

.global-nav.open::before {
  background-color: rgba(34, 34, 34, 0.35);
  max-height: 100%;
  transition:
    background-color 0.3s ease,
    max-height 0s ease 0s;
}

.global-nav a {
  font-size: 1.5rem;
  font-weight: 400;
}

.global-nav .box {
  border-bottom-width: 0px;
  border-style: solid;
}

.global-nav .z-before {
  z-index: -1;
}

.border-d2d1d1 {
  border-color: #d2d1d1;
}

@media (min-width: 768px) {
  .global-nav {
    border-bottom-width: 0px;
  }

  .global-nav::before {
    display: none !important;
  }

  .global-nav a {
    font-size: 0.875rem;
  }

  .global-nav .box {
    border-bottom-width: 6px;
  }

  .global-nav .md\:z-after {
    z-index: 1;
  }
}

/* Animations */

.global-nav .mobile-collapse {
  transition: transform 0ms ease-in-out 300ms;
  transform: scaleY(0);
}

.global-nav .mobile-collapse.open {
  transition: transform 0ms ease-in-out;
  transform: scaleY(1);
}

.global-nav .mobile-collapse .fold {
  opacity: 0;
  transition:
    opacity 300ms ease-in-out,
    transform 300ms ease-in-out;
  transform: translateY(-2rem);
}

.global-nav .mobile-collapse.open .fold {
  opacity: 1;
  transform: translateY(0rem);
}

.global-nav .mobile-collapse.resizing {
  transition: none !important;
}

.global-nav .mobile-collapse.resizing .fold {
  transition: none !important;
}

@media (min-width: 768px) {
  .global-nav .mobile-collapse {
    transition: none !important;
    transform: none !important;
  }

  .global-nav .mobile-collapse .fold {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }
}

.ReactModalPortal {
  position: relative;
  z-index: 2000;
}

.ReactFullModal {
  position: relative;
  z-index: 2000;
}

.ReactFullModal .ReactModal__Overlay {
  /* opacity: 0;
  transform: scale(0.9);
  transition: all 250ms ease-in-out; */
}

.ReactFullModal .ReactModal__Overlay--after-open {
  /* opacity: 1;
  transform: scale(1); */
}

.ReactFullModal .ReactModal__Overlay--before-close {
  /* opacity: 0;
  transform: scale(0.9); */
}

.ReactModalOverlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ReactModalContent {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 42px 24px 24px 24px;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: auto;
  outline: none;
}

@media (max-width: 576px) {
  .ReactModalContent {
    padding: 42px 8px 24px 8px;
    width: 90%;
    max-height: 90vh;
  }

  .ReactFullModal .ReactModalContent {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    margin-right: unset;
    transform: unset;
    padding: 42px 16px 16px 16px;
    max-width: 100%;
    max-height: none;
    border-radius: 0px;
    box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}

.ListingModal {
  padding: 0;
  min-height: 100vh;
  max-height: 100vh;
}

@media (max-width: 1200px) {
  /* full screen */
  .ListingGalleryModal {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    margin-right: unset;
    transform: unset;
    padding: 42px 16px 16px 16px;
    max-width: 100%;
    max-height: none;
    border-radius: 0px;
    box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}

.horizontal-slider {
  width: 100%;
  height: 40px;
  margin: auto;
}
.slider-thumb {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  background: #ffffff;
  border: 12px solid #000000;
  border-radius: 100%;
  display: block;
  box-shadow: 0 0 2px 0 rgb(0 0 0 / 44%);
}
.slider-thumb.active {
  background-color: grey;
}
.slider-track {
  position: relative;
  background: #ddd;
}
.slider-track.slider-track-0 {
  background: #000000;
}
.horizontal-slider .slider-track {
  top: 20px;
  height: 4px;
}
.horizontal-slider .slider-thumb {
  top: 10px;
  width: 10px;
  outline: none;
  height: 10px;
  line-height: 38px;
}

.circle {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.react-autosuggest__container {
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
}

.react-autosuggest__container--open {
}

.react-autosuggest__input {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.react-autosuggest__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

/* For IE */
.react-autosuggest__input::-ms-clear {
  height: 20px;
  width: 20px;
  color: #cfcfcf;
}

#searchbar-modal-input {
  -moz-appearance: none;
  -webkit-appearance: none;
}

#searchbar-modal-input::-webkit-search-cancel-button {
  position: relative;
  margin-right: -34px;
  height: 20px;
  width: 20px;
  display: inline-block;
  -webkit-appearance: none;
}

.react-autosuggest__input:hover {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.react-autosuggest__input--open,
.react-autosuggest__input--focused {
  outline: none;
  box-shadow: none;
  border-bottom-color: #ddd;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #ddd;
}

.react-autosuggest__input--open:hover,
.react-autosuggest__input--focused:hover {
  box-shadow: none;
}

.react-autosuggest__input--open--mobile,
.react-autosuggest__input--focused--mobile {
  outline: none;
}

.react-autosuggest__suggestions-container {
  width: 100%;
  float: left;
  margin-top: -2px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.react-autosuggest__suggestions-container--open {
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestions-list:after {
  content: '';
  display: table;
  clear: both;
}

.react-autosuggest__suggestion {
  background-color: #fff;
  width: 100%;
}

.react-autosuggest__suggestion:hover {
  background-color: #f8f8f8;
}

.react-autosuggest__suggestion:focus {
  background-color: #f8f8f8;
}

.react-autosuggest__suggestion--first {
}

.react-autosuggest__suggestion--highlighted {
  background-color: #f8f8f8;
}

.react-autosuggest__suggestion--highlighted .col-2-suggestion {
  background-color: #f8f8f8;
}

/* SHAME */
#trend-hub .react-autosuggest__suggestion--highlighted .col-2-suggestion {
  background-color: #fff;
}

.react-autosuggest__section-container {
}

.react-autosuggest__section-container--first {
}

.react-autosuggest__section-title {
}

@media (max-width: 575.98px) {
  .react-autosuggest__input {
    font-size: 16px;
  }
}

/* Hiding this has rules: https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed */
.grecaptcha-badge {
  visibility: hidden;
}

