#markets .s1 {
  background-image: url(/i/rsg-hero.jpg);
}
#markets .s2 .container-inner {
  max-width: 1100px;
}
#markets .s2 .container-inner p:nth-child(2) {
  max-width: 688px;
  margin-left: auto;
  margin-top: 3rem;
}
#markets .s3 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}
#markets .s3 > div {
  width: 50%;
  height: 100vh;
  position: relative;
}
#markets .s3 .left {
  background: #fff;
  color: #000;
}
#markets .s3 .left > div {
  max-width: 730px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 150px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
}
#markets .s3 .left h2 {
  margin-bottom: 3rem;
  font-size: 3rem;
}
#markets .s3 .left p {
  color: #000;
  max-width: 500px;
}
#markets .s3 .right .bg-parallax {
  background: url(/i/foucs-footprint-bg-img-parallax.jpg) no-repeat center/cover;
}
#markets .s4 {
  margin: 7.5rem 0;
}
#markets .s4 h2 {
  text-align: center;
}
#markets .s4 .cols {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 4rem;
}
#markets .s4 .cols > div {
  transition: width 0.5s ease-out;
  height: 485px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33% - 10px);
  position: relative;
}
#markets .s4 .cols > div::after {
  content: "";
  position: absolute;
  bottom: 80px;
  right: 60px;
  background: url(/i/svg/plus.svg) no-repeat center/cover;
  width: 50px;
  height: 50px;
  display: block;
}
#markets .s4 .cols > div.on::after {
  background-image: url(/i/svg/minus.svg);
}
#markets .s4 .cols > div:nth-child(1) {
  background: url(/i/unmatched-bg-img.jpg) no-repeat center/cover;
}
#markets .s4 .cols > div:nth-child(2) {
  background: url(/i/market-level-bg-img.jpg) no-repeat center/cover;
}
#markets .s4 .cols > div:nth-child(2)::after {
  right: initial;
  left: 60px;
}
#markets .s4 .cols > div.on {
  width: calc(67% - 10px) !important;
}
#markets .s4 .cols h3 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}
#markets .s4 .cols p {
  opacity: 0;
  visibility: none;
  transition: opacity 0s ease-out;
  padding-right: 130px;
}
#markets .s4 .cols > div:nth-child(2) p {
  padding-right: 0;
  padding-left: 130px;
}
#markets .s4 .cols > div.on p {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}
#markets .s5 .container-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.2509803922);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  padding: 7.5rem 0;
  position: relative;
}
#markets .s5 .fixed {
  position: absolute;
  left: 0;
  top: 7.5rem;
  z-index: 100;
}
#markets .s5 .snav {
  margin-top: 80px;
  position: relative;
}
#markets .s5 .prev, #markets .s5 .next {
  width: 82px;
  height: 82px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
  border: none;
  transition: all 0.3s ease;
}
#markets .s5 .prev {
  background: transparent url(/i/svg/left-arrow.svg) no-repeat center/cover;
}
#markets .s5 .next {
  background: transparent url(/i/svg/right-arrow.svg) no-repeat center/cover;
}
#markets .s5 .prev:hover {
  background-image: url(/i/svg/left-arrow-color.svg);
}
#markets .s5 .next:hover {
  background-image: url(/i/svg/right-arrow-color.svg);
}
#markets .s5 h4 {
  font-size: 2em;
  text-transform: none;
  font-weight: 200;
  line-height: 1em;
  margin-bottom: 0.7em;
  letter-spacing: 0;
}
#markets .s5 .fx-list {
  display: none;
}
#markets .s5 .fx-slides > div > div {
  padding-bottom: 400px;
  max-height: 965px;
}
#markets .s5 .fx-slides .next, #markets .s5 .fx-slides .prev {
  display: none;
}
#markets .s5 .dallas {
  background: url(/i/dallas-map.png) no-repeat center bottom/80% auto;
}
#markets .s5 .houston {
  background: url(/i/houston-map.png) no-repeat center bottom/80% auto;
}
#markets .s5 .atlanta {
  background: url(/i/atl-map.png) no-repeat center bottom/80% auto;
}
#markets .s5 .charlotte {
  background: url(/i/clt-map.png) no-repeat center bottom/80% auto;
}
#markets .s5 .austin {
  background: url(/i/austin-map.png) no-repeat center bottom/80% auto;
}
#markets .s5 .nashville {
  background: url(/i/nashville-map.png) no-repeat center bottom/80% auto;
}
#markets .s5 .right {
  left: 50%;
  position: relative;
  width: 50%;
}
#markets .s5 .right img {
  display: block;
  width: 100%;
}
#markets .s5 .right p {
  margin-top: 1.5em;
}
#markets .prefooter .cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  align-items: center;
}
#markets .prefooter .cols > * {
  max-width: 55%;
}
#markets .prefooter .global-cta {
  border-color: rgba(255, 255, 255, 0.45);
}
#markets .prefooter .global-cta span {
  color: #fff;
  transition: color 0.3s ease;
}
#markets .prefooter .global-cta:hover span {
  color: #42ADFF;
}
#markets .prefooter h2 {
  text-align: center;
  margin-bottom: 0.8em;
}
#markets .prefooter .center {
  text-align: center;
}

@media all and (max-width: 1279px) {
  #markets .s3 .left > div {
    padding-right: 80px;
  }
  #markets .s4 .cols > div {
    padding: 60px 25px;
  }
}
@media screen and (max-width: 1100px) {
  #markets .s3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #markets .s3 > div {
    width: 100%;
    height: auto;
  }
  #markets .s3 .left {
    padding: 7rem 1rem;
  }
  #markets .s3 .left > div {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    max-width: none;
    margin: 0 auto;
  }
  #markets .s3 .left p {
    max-width: none;
  }
  #markets .s3 .right {
    height: 500px;
  }
  #markets .s3 .right .bg-parallax {
    background-position: bottom;
    transform: none !important;
  }
}
@media all and (max-width: 1024px) {
  #markets .s4 .cols {
    flex-direction: column;
  }
  #markets .s4 .cols > div, #markets .s4 .cols > div.on {
    width: 100% !important;
  }
  #markets .s4 .cols > div p {
    opacity: 1 !important;
    visiblity: visible !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #markets .s4 .cols > div::after {
    display: none;
  }
  #markets .s5 .fixed {
    position: relative;
    top: 0;
    padding-bottom: 3rem;
  }
  #markets .s5 .fx-slides > div > div {
    padding-bottom: 37vw;
  }
  #markets .s5 .right {
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    position: relative;
  }
  #markets .s5 h4 {
    font-size: 1.4rem;
  }
  #markets .s5 .snav {
    display: flex;
    width: 86%;
    justify-content: space-between;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #markets .s5 .snav .next, #markets .s5 .snav .prev {
    width: 55px;
    height: 55px;
  }
  #markets .s5 .snav .prev {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  #markets .s3 .left {
    padding: 5rem 0;
  }
  #markets .s3 .left > div {
    position: relative;
    top: 0;
    transform: none;
    padding-right: 1rem;
    margin: 0;
  }
  #markets .s3 .left h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  #markets .s3 .right {
    height: 400px;
  }
  #markets .s4 {
    margin: 5rem 0;
  }
  #markets .s5 .container-inner {
    padding: 5rem 0;
  }
  #markets .s5 h2 {
    margin-bottom: 1em;
  }
  #markets .s5 .right {
    width: 100%;
  }
  #markets .s5 .right h4 {
    margin-left: 60px;
  }
  #markets .s5 .snav {
    display: none;
  }
  #markets .s5 .right div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  #markets .s5 .right img {
    max-width: calc(100% - 120px);
  }
  #markets .s5 .snav .prev {
    margin-right: 10px;
  }
  #markets .s5 .fixed {
    padding-bottom: 0;
  }
  #markets .s5 .fx-slides .next, #markets .s5 .fx-slides .prev {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  #markets .prefooter .cols {
    flex-direction: column;
    gap: 3rem;
  }
  #markets .prefooter .cols > * {
    width: auto;
    text-align: center;
    max-width: 100%;
  }
}

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