body {
    background-color: var(--brand-green-darkest);
    position: relative;
}

/* Start Hero */

.nwmls-hero {
    background: url('../images/buyers-and-sellers/hero.avif') center top/cover no-repeat;
}
.nwmls-hero-content {
    min-height: calc(100svh - 110px);
}
.nwmls-hero-header {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 2.8rem;
    padding: 2rem;
}
.nwmls-hero-footer {
    font-family: 'Field Gothic No75 Bold Wide', Impact, Arial, sans-serif;
    padding-bottom: 1.5rem;
    line-height: 1;
}
@media (min-width: 768px) {
  .nwmls-hero-header {
      padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .nwmls-hero-header {
      padding: 4rem 5rem;
  }
}

/* End Hero */

/* Start Everything on the market */

.nwmls-everything {
    background: radial-gradient(at 30% 20%, #2B4E34 1%, #1f3e27 20%, transparent 40%);
}
@media (min-width: 1400px) {
  .nwmls-everything-text h2 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .nwmls-everything-text {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .nwmls-everything-text {
    padding: 0 3rem 3rem 3rem;
  }
}

/* End Everything on the market */

/* Start Choice in how you market your home */

.nwmls-marketing-left {
  padding: 4rem;
}
.nwmls-marketing-right {
  padding: 4rem;
}

@media (max-width: 1200px) {
  .nwmls-marketing-left {
  padding: 4rem 0 4rem 4rem;
}
  .nwmls-marketing-right {
    padding: 4rem 4rem 4rem 0;
  }
}

@media (max-width: 991px) {
  .nwmls-marketing-left {
  padding: 4rem 4rem 0 4rem;
  }
  .nwmls-marketing-right {
    padding: 0 4rem 4rem 4rem;
  }
}

@media (max-width: 768px) {
  .nwmls-marketing-left {
    padding: 3rem 3rem 0 3rem;
  }
  .nwmls-marketing-right {
    padding: 0 3rem 3rem 3rem;
  }
}

/* End Choice in how you market your home */

/* Start Reliable market data */

@media (min-width: 1400px) {
  .nwmls-reliable-text h2 {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .nwmls-reliable-content {
    padding-bottom: 125px;
  }
}

@media (max-width: 768px) {
  .nwmls-reliable-text {
    padding: 3rem 3rem 0 3rem;
  }
}

.nwmls-reliable-text {
  padding: 4rem;
}

/* End Reliable market data */

/* Start a process you can trust */

.trust-process-section {
  margin-top: -160px;
  z-index: 5;
}

.trust-process-row {
  padding: 6rem 4rem;
}

@media (min-width: 1400px) {
  .trust-process-row h2 {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .trust-process-row {
    margin-right: 6rem;
  }
}

@media (max-width: 991px) {
  .trust-process-section {
    margin-top: 0;
  }
  .trust-process-row {
    padding: 4rem;
  }
}

@media (max-width: 768px) {
  .trust-process-row {
    margin-right: 0 !important;
    padding: 3rem;
  }
}

/* End a process you can trust */

/* Begin accordion */

.border-top-green{
    border-top: 1px solid var(--brand-green-medium) !important;
}
.border-bottom-green{
    border-bottom: 1px solid var(--brand-green-medium) !important;
}

@media (min-width: 992px) {
  .nwmls-accordion .border-top-green h2.font-hero {
    width: 80%;
  }
  .nwmls-accordion {
    padding-top: 6rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .nwmls-accordion {
    padding: 3rem 3rem 0 3rem;
  }
}

/* *********** Accordion Styles *********** */

#faqAccordion button {
  border-top: 1px solid var(--brand-green-medium) !important;
}
#faqAccordion button.accordion-button-first {
  border-top: none !important;
}

.accordion-button {
  background-color: transparent !important;
  border-left: 1px solid var(--brand-green-medium) !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  padding: 30px 50px 30px 30px !important;
}

@media (max-width: 991px) {
  .accordion-button {
    border-left: none !important;
    padding: 20px 40px 20px 15px !important;
  }
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F1C400' stroke='%23F1C400' stroke-width='0.5'%3e%3cpath d='M2 5.5L8 11.5L14 5.5' fill='none' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") !important;
  width: 24px;
  height: 24px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F1C400' stroke='%23F1C400' stroke-width='0.5'%3e%3cpath d='M2 5.5L8 11.5L14 5.5' fill='none' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") !important;
  transform: rotate(180deg);
}

.accordion-item {
  background-color: transparent !important;
}

.accordion-body {
  border-left: 1px solid var(--brand-green-medium) !important;
  padding: 20px 30px !important;
}

@media (max-width: 991px) {
  .accordion-body {
    border-left: none !important;
    padding: 15px 15px !important;
  }
}

.accordion-item:last-child .accordion-button {
  border-bottom: none;
}
.accordion-item:first-child .accordion-button {
  border-top: none;
}

.accordion-button:hover {
  opacity: 0.95;
}

/* End accordion */

/* Begin carousel */

@media (min-width: 992px) {
  .nwmls-carousel {
    min-height: 12rem;
  }
}

@media (min-width: 768px) {
  .nwmls-carousel-slides {
    min-height: 10rem;
  }
}

@media (max-width: 767px) {
  .nwmls-carousel-slides {
    min-height: 16rem !important;
  }
}

#didYouKnowCarousel .carousel-item {
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

#didYouKnowCarousel .carousel-item.active {
  opacity: 1;
}

#didYouKnowCarousel .carousel-item p {
  padding: 1rem;
}
.nwmls-carousel h3 {
  padding-top: 1rem;
}

#didYouKnowCarousel .carousel-control-prev,
#didYouKnowCarousel .carousel-control-next {
  display: none;
}

#did-you-know-indicators button {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

#did-you-know-indicators button:focus {
  outline: none;
  box-shadow: none;
}

#did-you-know-indicators button.active {
  opacity: 1;
}

#did-you-know-indicators button:not(.active) {
  opacity: 0.7;
}

#didYouKnowCarousel .carousel-inner {
  min-height: 80px;
}

@media (max-width: 768px) {
  #didYouKnowCarousel .carousel-inner {
    min-height: 120px;
  }
}

/* End carousel */

/* Start Northwest MLS works for you */

.final-mls-section {
  margin-top: 4rem !important;
  position: relative;
}

.final-mls-img {
  min-height: 320px;
  object-fit: cover;
}

/* Desktop gold box */

.final-mls-goldbox {
  position: absolute;
  right: 0;
  top: -5rem;
  background: var(--brand-gold, #FFD600);
  max-width: 550px;
  min-height: 650px;
  z-index: 2;
  padding: 2rem 2.5rem;
}

@media (max-width: 1200px) {
  .final-mls-goldbox {
    right: 5rem;
    bottom: 15rem;
  }
}

.final-mls-goldbox h3,
.final-mls-goldbox p {
  color: #1a2f1d;
}

/* Mobile gold box */

.final-mls-goldbox-mobile {
  background: var(--brand-gold, #FFD600);
}

.final-mls-goldbox-mobile h3,
.final-mls-goldbox-mobile p {
  color: #1a2f1d;
}

.final-mls-goldbox .btn-outline-secondary,
.final-mls-goldbox-mobile .btn-outline-secondary {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .final-mls-goldbox-mobile {
    padding: 3rem;
  }
}


/* End Northwest MLS works for you */

/* Footer */

.bg-dark-green {
  background-color: var(--brand-green-dark);
}

/* End Footer */

nav, section, footer {
    position: relative;
    z-index: 1;
}


/* MOBILE FIRST */
/*
.large-padding {
  padding: 3rem 2rem !important;
}
  */

.no-padding-bottom {
  padding-top: 3rem !important;
  padding-bottom: 0rem !important;
}

/* TABLET & DESKTOP */
@media (min-width: 768px) {
  .large-padding {
    padding: 10rem 10rem !important;
  }
  .no-padding-bottom {
    padding-top: 10rem !important;
    padding-bottom: 0rem !important;
  }
}

/* Market Overview*/
.market-image-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  max-width: 850px;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

@media (max-width: 991px) {
  .market-image-wrapper {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
}

.market-data-image {
  margin-top: -100px;
  z-index: 10;
}

@media (max-width: 991px) {
  .market-data-image {
    margin-top: 0;
  }
  
  .large-padding {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

}

@media (max-width: 768px) {
  .pe-sm-0{
    padding-right: 0 !important;
  }
}

/* Background */

.nwmls-bg-1 {
  background:
      radial-gradient(at 30% 20%, #3B5D51 1%, #253e36 3%, transparent 20%),
      radial-gradient(at 50% 0%, #75996b 1%, #5f7857 6%, transparent 30%),
      radial-gradient(at 70% 60%, #446358 1%, #274D3F 8%, transparent 30%),
      radial-gradient(at 75% 95%, #3c583d 1%, #3b593c 6%, transparent 25%);
}