.marketing-button {
  width: 160px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
  border: solid 2px $dark-mint;
  background: white;
  color: $dark-mint;
  font-size: 14px;
  padding: 10px 30px;
  display: block;
  font-weight: bold;
  text-align: center;
  &:hover {
    background-color: $dark-mint;
    color: white;
  }
  @include breakpoint(large up) {
    padding: 16px 20px;
  }
}
.marketing {
  overflow: hidden;

  p.common {
    color: $abbey;
    text-align: center;
    max-width: 343px;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    display: block;
    margin: 0 auto 20px auto;
    &.text-left {
      text-align: left;
      @include breakpoint(large up) {
        margin-bottom: 65px;
      }
    }

    @include breakpoint(br-768 up) {
      max-width: 468px;
      margin-bottom: 32px;
      padding-top: 0;
    }
    @include breakpoint(large up) {
      padding-top: 10px;
      font-size: 16px;
      font-weight: 600;
      line-height: 28px;
      max-width: 640px;
      margin-bottom: 26px;
    }
  }

  .heading {
    padding-top: 156px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: white;
    max-width: 300px;
    margin-bottom: 92px;
    &.max-width-unset {
      max-width: unset;
    }
    @include breakpoint(br-768 up) {
      font-size: 28px;
      line-height: 32px;
      padding-top: 136px;
      max-width: 348px;
      margin-bottom: 72px;
      span {
        display: inline-block;
      }
    }
    @include breakpoint(large up) {
      font-size: 40px;
      line-height: 48px;
      padding-top: 209px;
      max-width: 480px;
    }
  }

    //hero
  .marketing-feature {
    margin-bottom: 56px;
    @include breakpoint(br-768 up) {
      margin-bottom: 120px;
    }

    .heading {
      width: 244px;
      color: $charcoal;
      padding-top: 32px;
      margin: 0 auto;
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      @include breakpoint(br-768 up) {
        font-size: 26px;
        line-height: 32px;
        padding-top: 100px;
        width: 334px;
        margin-bottom: 24px;
      }
      @include breakpoint(large up) {
        font-size: 40px;
        line-height: 48px;
        padding-top: 100px;
        max-width: 480px;
        width: 420px;
        margin-bottom: 29px;
      }
    }
  }
  .explore-locations {
    margin-bottom: 56px;
    @include breakpoint(br-768 up) {
      margin-bottom: 100px;
    }

    h2 {
      padding: 0;
      margin: 0;
      font-size: 22px;
      font-weight: bold;
      color: $charcoal;
      @include breakpoint(large up) {
        font-size: 38px;
        line-height: 46px;
      }
    }

    .grid-container {
      padding-right: 0;
      @include breakpoint(large up) {
        padding-right: 2rem;
      }
    }

    .grid-parent.show-first-12 {
      grid-template-columns: repeat(6, 1fr);
      @include breakpoint(br-768 up) {
        grid-template-columns: repeat(2, 1fr);
      }
      @include breakpoint(large up) {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    .featured-listings-block {
      margin-top: 32px;
      border: 2px solid $dark-mint;
      width: 200px;
      height: 310px;
      margin-bottom: 38px;
    }
  }

  .cta-block {
    margin-bottom: 56px;
    border-radius: 6px;
    width: 100%;
    height: 200px;
    position: relative;
    padding-left: 32px;
    background-position: 70% 40%;
    background-size: 580px;
    background-repeat: no-repeat;
    @include breakpoint(medium up) {
      background-size: cover;
      background-position: center;
    }
    @include breakpoint(br-768 up) {
      height: 280px;
      margin-bottom: 0;
    }
    @include breakpoint(large up) {
      height: 402px;
      background-size: 108% 100%;
      background-position: center;
      padding-left: 160px;
    }
    .cta-text-wrapper {
      text-align: left;
      width: 210px;
      @include breakpoint(br-768 up) {
        text-align: center;
        width: 250px;
      }
      @include breakpoint(large up) {
        width: 375px;
      }
    }
    h3 {
      padding-top: 50px;
      font-size: 22px;
      line-height: 28px;
      //width: 210px;
      margin-bottom: 16px;
      text-align: left;
      font-weight: bold;
      color: $charcoal;
      @include breakpoint(br-768 up) {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
      }
      @include breakpoint(large up) {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 89px;
        font-size: 32px;
        height: 169px;
        line-height: 1.2;
      }
    }
    a.button {
      //width: 154px;
      padding: 11px 25px;
      font-size: 14px;
      font-weight: bold;
      @include breakpoint(br-768 up) {
        margin-left: 48px;
      }
      @include breakpoint(large up) {
        //width: 160px;
        margin-left: 66px;
      }
    }
    p {
      display: none;
      //width: 250px;
      font-size: 14px;
      height: 48px;
      color: $abbey;
      font-weight: 600;
      @include breakpoint(br-768 up) {
        display: block;
        text-align: center;
      }
      @include breakpoint(large up) {
        //width: 325px;
        font-size: 16px;
        height: 56px;
      }
    }
  }
}
.triangle {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 20px;
  height: 20px;
  transform: rotateZ(45deg);
  background: white;
}
//Find filmspace button
.find-button {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  padding: 16px 0;
  font-weight: 600;
  @include breakpoint(br-768 up) {
    margin-top: 0;
    width: auto;
    margin-left: 16px;
    margin-right: 14px;
    padding: 12px 16px;
  }
  @include breakpoint(large up) {
    font-size: 16px;
    margin-right: 16px;
    padding: 16px 24px;
  }
}
.has-open-dropdown {
  z-index: 2;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: #191919;
  display: none;
  &.active {
    display: block;
    @include breakpoint(br-768 up) {
      display: none;
    }
  }
}