/* --------------------------------------------

    FOOTER

-------------------------------------------- */
.footer-container {
  padding: 0;
}

.footer-top {
  width: 100%;
  position: relative;
}
.large-mobile-and-down .footer-top {
  font-size: 0;
}
.footer-top .PROMO {
  margin: 0;
  padding: 0 0 0 20px;
}
.tablet-and-up .footer-top .PROMO {
  height: 215px;
  margin: 0 20px 20px 0;
  padding: 18px 19px 15px 19px;
}
.tablet-and-up .footer-top ul li:nth-last-child(1) {
  margin-right: 0;
}

.large-mobile-and-down .footer-top > ul {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Safari, Chrome, Opera */
}
.large-mobile-and-down .footer-top > ul::-webkit-scrollbar {
  display: none;
}
.large-mobile-and-down .footer-top > ul li {
  height: 250px;
}
.large-mobile-and-down .footer-top > ul.footer-scroll {
  display: none;
}
.large-mobile-and-down .footer-top > ul.footer-scroll .slick-dots {
  bottom: 10px;
  border-radius: 4px;
}
.large-mobile-and-down .footer-top > ul.footer-scroll .slick-dots li {
  height: 7px;
}
.large-mobile-and-down .footer-top > ul.footer-scroll .slick-dots li button {
  height: 7px;
}
.large-mobile-and-down .footer-top > ul.footer-scroll .slick-dots li button:before {
  content: "";
  height: 7px;
  background: #FFFFFF;
  border-radius: 4px;
  opacity: 0.5;
}
.large-mobile-and-down .footer-top > ul.footer-scroll .slick-dots li.slick-active {
  width: 40px;
}
.large-mobile-and-down .footer-top > ul.footer-scroll .slick-dots li.slick-active button, .large-mobile-and-down .footer-top > ul.footer-scroll .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.large-mobile-and-down .footer-top > ul.footer-scroll.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.tablet-and-up .footer-top > ul li {
  width: calc(25% - 15px) !important;
}

.footer-top .footer-categories, .search-page .most-popular-search {
  padding: 20px;
}
.tablet-and-up .footer-top .footer-categories, .tablet-and-up .search-page .most-popular-search {
  padding: 0 20px 20px 20px;
}
.footer-top .footer-categories .title, .search-page .most-popular-search .title {
  font: bold 10px Manrope, sans-serif;
}
.footer-top .footer-categories ul, .search-page .most-popular-search ul {
  display: grid;
  padding-top: 5px;
  font-size: 14px;
}
@media (min-width: 530px) {
  .footer-top .footer-categories ul, .search-page .most-popular-search ul {
    grid-template-columns: repeat(2, auto);
  }
}
@media (min-width: 690px) {
  .footer-top .footer-categories ul, .search-page .most-popular-search ul {
    grid-template-columns: repeat(3, auto);
  }
}
@media (min-width: 940px) {
  .footer-top .footer-categories ul, .search-page .most-popular-search ul {
    grid-template-columns: repeat(4, auto);
  }
}
.footer-top .footer-categories ul li, .search-page .most-popular-search ul li {
  max-width: 250px;
  padding-right: 25px;
  white-space: nowrap;
}

.search-page .most-popular-search {
  padding: 0 0 20px 0;
}
@media (min-width: 940px) {
  .search-page .most-popular-search ul {
    grid-template-columns: repeat(3, auto);
  }
}

.ask-container {
  position: relative;
  height: 250px;
}
.ask-container img {
  position: absolute;
  right: 5%;
  bottom: 0;
  height: 250px;
  width: auto;
}
.tablet-and-up .ask-container img {
  height: 215px;
}
.ask-container .footer-title {
  position: relative;
  z-index: 10;
  font: bold 18px Manrope, sans-serif;
  line-height: 24px;
  margin: 33px 0 12px 0;
}
.tablet-and-up .ask-container .footer-title {
  margin: 20px 0 15px 0;
  font-size: 17px;
}
.ask-container .footer-text {
  display: block;
  position: relative;
  z-index: 10;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 20px;
  width: 70%;
}
.tablet-and-up .ask-container .footer-text {
  font-size: 14px;
  margin-bottom: 12px;
}
.ask-container .button-line {
  height: 28px;
  font-size: 0;
  white-space: normal;
  margin-bottom: 10px;
}
.ask-container .button-line .primary-button {
  display: inline-block;
  position: relative;
  z-index: 10;
  text-align: center;
  height: 100%;
  line-height: 35px;
  width: 110px;
  margin: 0 10px 7px 0;
  background: #140F26;
}
.ask-container .button-line .primary-button.full-width {
  width: 100%;
}
.tablet-and-up .ask-container .button-line .primary-button {
  width: 95px;
  font-size: 11px;
  margin: 0 15px 10px 0;
  line-height: 28px;
}
.ask-container .button-line .number, .ask-container .button-line .email {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 160px;
  height: 100%;
  font-size: 13px;
  color: #8DB723;
  background: #FCF8F8;
  border-radius: 4px;
}
.tablet-and-up .ask-container .button-line .number, .tablet-and-up .ask-container .button-line .email {
  width: 165px;
  font-size: 12px;
}
.ask-container .button-line .number img, .ask-container .button-line .email img {
  display: inline-block;
  position: static;
  height: 14.9px;
  width: auto;
  vertical-align: middle;
  margin-left: 20px;
}
.tablet-and-up .ask-container .button-line .number img, .tablet-and-up .ask-container .button-line .email img {
  height: 12.5px;
}
.ask-container .button-line .number span, .ask-container .button-line .email span {
  display: inline-block;
  color: #8DB723;
  font-weight: bolder;
  margin-left: 15px;
}
.ask-container .button-line .number span:hover, .ask-container .button-line .email span:hover {
  text-decoration: underline;
}

.bottom-nav-bar.PROMO {
  padding: 0;
}
.tablet-and-up .bottom-nav-bar.PROMO {
  padding: 0 12px;
}
.bottom-nav-bar li {
  position: relative;
  line-height: 66px;
  border-bottom: 1px solid #EEEEEE;
}
.tablet-and-up .bottom-nav-bar li {
  line-height: 50px;
}
.bottom-nav-bar li a {
  display: block;
}
.bottom-nav-bar li span {
  display: inline-block;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
}
.bottom-nav-bar li span:hover {
  text-decoration: underline;
}
.tablet-and-up .bottom-nav-bar li span {
  padding-left: 17px;
  font-size: 11px;
}
.bottom-nav-bar li img {
  display: inline-block;
  width: 25px;
  height: auto;
  vertical-align: middle;
  margin-left: 24px;
}
.bottom-nav-bar li img:nth-last-child(1) {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tablet-and-up .bottom-nav-bar li img {
  width: 22px;
}
.bottom-nav-bar li:nth-last-child(1) {
  border: none;
}

.subscribe-container.PROMO {
  padding-right: 0;
}
.tablet-and-up .subscribe-container {
  display: none;
}
.subscribe-container h4 {
  font-size: 15px;
  color: #212121;
  line-height: 21px;
  margin: 5px 0 2px 0;
}
.subscribe-container h6 {
  margin-bottom: 19px;
  color: #212121;
  opacity: 50%;
  font-weight: bolder;
}
.subscribe-container .email-line {
  width: 100%;
  max-width: 515px;
  height: 29px;
  font-size: 0;
  margin-bottom: 21px;
  padding-right: 20px;
  box-sizing: border-box;
}
.subscribe-container .email-line input {
  display: inline-block;
  height: 100%;
  width: 70%;
  min-width: 150px;
  padding: 0 10px;
  background: #FFFFFF;
  border-radius: 4px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.subscribe-container .email-line input::placeholder {
  color: #1A242C;
  font-size: 9px;
}
.subscribe-container .email-line .primary-button {
  display: inline-block;
  height: 100%;
  width: 26%;
  min-width: 71px;
  max-width: 100px;
  margin-left: 4%;
  box-sizing: border-box;
}
.subscribe-container .slider {
  height: 32px;
  width: 100%;
  margin-bottom: 13px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Safari, Chrome, Opera */
}
.subscribe-container .slider::-webkit-scrollbar {
  display: none;
}
.subscribe-container .slider ul {
  height: 100%;
}
.subscribe-container .slider ul li {
  display: inline-block;
  height: 100%;
  padding: 0 8px 0 17px;
  margin-right: 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
}
.subscribe-container .slider ul li.focused {
  background: #FFFFFF;
}
.subscribe-container .slider ul li span {
  margin-right: 10px;
  line-height: 32px;
  font-size: 10px;
  font-weight: bolder;
}
.subscribe-container .slider ul li img {
  vertical-align: middle;
}

.delivery-container,
.leasing-container {
  position: relative;
  padding-right: 0;
  padding-bottom: 0;
  height: 250px;
}
.delivery-container img.background-img,
.leasing-container img.background-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 220px;
  width: auto;
}
.tablet-and-up .delivery-container img.background-img,
.tablet-and-up .leasing-container img.background-img {
  height: 165px;
}
.delivery-container .footer-title,
.leasing-container .footer-title {
  position: relative;
  font: bold 18px Manrope, sans-serif;
  line-height: 24px;
  margin: 33px 0 12px 0;
}
.tablet-and-up .delivery-container .footer-title,
.tablet-and-up .leasing-container .footer-title {
  margin: 20px 0 15px 0;
  font-size: 17px;
}
.delivery-container .footer-text,
.leasing-container .footer-text {
  display: block;
  width: 60%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}

footer {
  display: flex;
  width: 100%;
  min-height: 105px;
  box-sizing: border-box;
  background: #1A242C;
  padding: 10px;
  color: #FFFFFF;
  flex-direction: column;
}
.tablet-and-up footer {
  min-height: 89px;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-left {
  display: flex;
}
footer .footer-left img {
  width: 144px;
  height: 56px;
  margin: 5px 0 0 5px;
}
footer .footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tablet-and-up footer .footer-right {
  padding-right: 15px;
}
footer .footer-right .social-links {
  display: flex;
  padding: 8px 0;
  align-items: center;
  column-gap: 15px;
  justify-content: center;
}
footer .footer-right .social-links img {
  filter: invert(0.5) brightness(1.5);
}
footer .footer-right .social-links img:hover {
  filter: none;
}
.tablet-and-up footer .footer-right .social-links {
  padding: 0;
  justify-content: flex-end;
}
footer .footer-right span {
  bottom: 41px;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
}
.tablet-and-up footer .footer-right span {
  font-size: 14px;
}

/*# sourceMappingURL=footer.css.map */
