.top-bar-container,
.mobile-topbar {
  max-height: 66px;
  /*background: #a2c1d1 linear-gradient(90deg, #A2C1D1 0%, #A2C1D100 31%, #04090c00 71%, #A2C1D1 100%) 0% 0% no-repeat padding-box;*/
  background-color: var(--awb-color4);
  width: 100%;
  line-height: 66px;
  overflow: hidden;
}

.top-bar-container:hover {
  /*background: #c6401b linear-gradient(90deg, #c6401b 0%, #c6401b00 31%, #04090c00 71%, #c6401b 100%) 0% 0% no-repeat padding-box;*/
  background-color: var(--awb-color5);
}

.top-bar-popup {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 65vh;
  z-index: 99999;
  background-repeat: no-repeat;
  background-size: cover;
  top: -65vh;
  left: 0;
  display: none !important;
}

.top-bar-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70px;
}

.top-bar-overlay {
  background-color: rgb(0 0 0 / 75%);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none !important;
}

.top-bar-popup-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 25px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255 255 255) 40%, rgb(255 255 255 / 75%) 65%, rgba(255, 255, 255, 0) 100%);
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.top-bar-popup-content h4 {
  font-size: 28px;
  color: var(--awb-color4);
  margin-bottom: 15px;
  line-height: 34px;
  /*     font-family: "PoynterOSDisp, normal" !important; */
}

.top-bar-popup-content p {
  margin: 0;
  font-size: 14px;
  color: #3c3835;
  line-height: 17.25px;
}

.top-bar-popup-content a {
  background-color: #002857;
  border-color: #002857;
  font-size: 14px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.top-bar-popup-content a:hover {
  background-color: var(--awb-color5);
  border-color: var(--awb-color5);
}

.top-bar-close {
  position: absolute;
  right: 32px;
  bottom: -60px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 0
}

.top-bar-close:hover {
  background-color: #fff;
  border-color: var(--awb-color7);
}

.top-bar-close:hover:before {
  color: var(--awb-color5);
}

.top-bar-close:before {
  color: #fff;
}

.mobile-topbar {
  display: none;
}

.scrolled {
  top: 0 !important;
}

.top-bar-popup>div {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-topbar-container {
  margin-bottom: 0 !important;
}

.m-topbar-content {
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 66px;
}

.m-topbar-content a {
  padding: 0 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  flex: 1;
  height: 66px;
  font-weight: 700;
}

.m-topbar-content a:hover {
  color: #fff !important;
}

.top-bar-container p {
  display: none;
}

.special-slider[class] {
  margin: 2% auto !important;
}

/*new top bar shortcode */
body .renew-dash-offer {
  min-height: 95px !important;
}

.renew-dash-offer {
  --offer-blue: #2e638f;
  --offer-text: #000;
  --offer-border: #262626;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 190px;
  padding-bottom: 50px;
  background: var(--awb-color4);
  color: var(--offer-text);
  box-sizing: border-box;
  height: 100%;
  /* Bleed the blue 2px past the left/right edges to cover the white seam between slides */
  box-shadow: 2px 0 0 var(--awb-color4), -2px 0 0 var(--awb-color4);
}

.renew-dash-offer *,
.renew-dash-offer *::before,
.renew-dash-offer *::after {
  box-sizing: border-box;
}

.renew-dash-offer__inner {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
}

.renew-dash-offer__title {
  margin: 0;
  flex: 0 0 26.66%;
  justify-content: end;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
  color: #ffffff !important;
  padding: 0 24px 0 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  border-right: 1px solid #ffffff;
  font-family: var(--h2_typography-font-family);
  font-weight: var(--h2_typography-font-weight);
  line-height: var(--h2_typography-line-height);
  letter-spacing: var(--h2_typography-letter-spacing);
  font-style: var(--h2_typography-font-style, normal);
}

.renew-dash-offer__divider {
  display: none;
}

.renew-dash-offer__copy {
  margin: 0;
  flex: 1 1 60.137%;
  color: #ffffff !important;
  padding-left: 24px;
  padding-right: 32px;
  font-family: var(--body_typography-font-family);
  font-size: 14px;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
}

.renew-dash-offer__button {
  flex: 0 0 auto;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: normal;
  transition: all 250ms ease-in-out;
  white-space: nowrap;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: var(--button_typography-letter-spacing) !important;
  font-family: var(--button_typography-font-family) !important;
  font-weight: var(--awb-typography1-font-weight) !important;
  line-height: var(--awb-typography1-line-height) !important;
  font-size: 14px !important;
  font-style: var(--awb-typography1-font-style) !important;
  padding: 10px !important;
  height: auto !important;
  min-width: auto !important;
  max-width: none !important;
  width: auto !important;
  background-color: var(--awb-color5) !important;
  border-color: var(--awb-color5) !important;
  color: var(--awb-color1) !important;
  border-radius: 2px;
}

.renew-dash-offer__button:hover,
.renew-dash-offer__button:focus-visible {
  background-color: var(--awb-color5) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.renew-dash-offer__inner.only_title {
  justify-content: center;
}

.renew-dash-offer__inner.only_title h2 {
  justify-content: center;
  padding-right: 0;
  border-right: none;
  cursor: pointer;
}

.renew-dash-offer__inner.only_title h2 {
  justify-content: center;
  padding-right: 0;
  padding-top: 20px;
}

@media (max-width: 1100px) {
  .renew-dash-offer__title {
    flex: 0 0 30%;
    justify-content: center;
  }

  .renew-dash-btn-wrapper {
    position: static !important;
    transform: none !important;
    background-color: var(--awb-color4);
    justify-content: flex-end;
    padding: 20px 40px 5px 30px;
    margin: 0 !important;
  }

  .renew-dash-offer {
    padding: 24px 45px;
  }

  .renew-dash-offer__title {
    padding-right: 18px;
  }

  .renew-dash-offer__copy {
    padding-left: 18px;
    padding-right: 24px;
  }
}

@media (max-width: 760px) {
  .renew-dash-offer {
    min-height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 24px 20px;
    border-bottom: 1px solid #c9c9c9;
  }

  .renew-dash-offer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }

  .renew-dash-offer__title {
    text-align: left;
    white-space: normal;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    color: #ffffff !important;
    border-right: none;
  }

  .renew-dash-offer__divider {
    display: none;
  }

  .renew-dash-offer__copy {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
  }

  .renew-dash-offer__button {
    grid-column: auto;
    justify-self: start;
    width: auto;
    min-width: 160px;
    min-height: 40px;
    margin-top: 8px;
    padding: 12px 18px;
    font-size: 14px;
  }
}

.renew-dash-slider-wrap {
  position: relative;
  margin-bottom: 0 !important;
}

.renew-dash-slider-wrap.is-hidden {
  display: none;
}

/* slider cross <> icon css*/
.renew-dash-btn-wrapper {
  position: absolute;
  top: 20px;
  right: 45px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 99;
  margin: 8px;
}

.renew-dash-carousel-btn {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  transition: all .3s ease;
}

.renew-dash-carousel-btn:hover,
.renew-dash-carousel-btn:focus {
  background: transparent;
  color: #fff;
}

.renew-dash-carousel-btn--prev::before,
.renew-dash-carousel-btn--next::before {
  content: "";
  width: 14px;
  height: 16px;
  background-image: url(/buildings/arrive-south-loop/assets/wp-content/uploads/2022/05/Nav-Arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1);
}

.renew-dash-carousel-btn--prev::before {
  transform: scaleX(-1);
}

.renew-dash-carousel-btn--close {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.renew-dash-carousel-btn--close:hover,
.renew-dash-carousel-btn--close:focus {
  background: transparent;
  color: #fff;
}

.renew-dash-carousel-btn--close::before {
  content: "";
  width: 10px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M1 1L13 13M13 1L1 13' stroke='%23ffffff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

button#gform_submit_button_5 {
  width: 100%;
}

.footer-contact-gravity .gform-body .description_below {
  width: auto !important;
}

.contact-page .gform_wrapper.gravity-theme button.gform_button.gform-has-spinner,
.footer-contact-gravity .gform_wrapper.gravity-theme button.gform_button.gform-has-spinner {
  color: transparent !important;
}

.footer-contact-gravity .gform_wrapper .gfield_error .gfield_validation_message {
  background: #fff9f9;
  border-radius: 5px !important;
  border: 1.5px solid #c02b0a !important;
}

.footer-contact-gravity .gform-body>.gfmc-column:last-child .gfield select {
  min-height: 32px;
  margin-bottom: 18px !important;
}

.contact-page .gform_wrapper .gfield_error .gfield_validation_message {
  background: #fff9f9 !important;
  border-radius: 5px !important;
  border: 1.5px solid #c02b0a !important;
}

.contact-page .gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none !important;
}

.contact-page .gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none !important;
}

.timer-slide-in-form {
  .gform-loader {
    position: absolute;
    right: 0px !important;
    bottom: 0px !important;
  }
}

.home .menu-section.fusion-fullwidth.fusion-sticky-container[class] {
  background-color: rgb(246 248 251) !important;
}

.footer-nap.hide {
  display: none;
}

.launcherContainer.launcher__mobile {
  height: auto;
}

.tablet-address {
  display: none !important;
}

@media (max-width: 1024px) and (min-width: 640px) {
  .footer-nap.hide {
    display: block;
  }

  .footer-nap {
    display: none;
  }

  .footer-nap.hide.margin-top {
    margin-top: 40px;
  }

  .footer-contact-gravity iframe{
    transform: scale(0.6);
    margin-left: -60px;
  }
}

@media (max-width: 767px) {
  .renew-dash-offer__title {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .renew-dash-offer__copy {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-contact-gravity .gform_footer {
    padding-top: 0px !important;
  }

  .footer-contact-gravity .gform-body {
    padding-bottom: 24px !important;
  }

  .contact-page .gform-body>.gfmc-column:last-child .gfield {
    margin-bottom: 18px !important;
  }

  .contact-page .gform-body>.gfmc-column:last-child .gfield:first-child .ginput_complex {
    gap: 10px;
  }

  .contact-page .phone-optin-align .contact-field-style:nth-child(1) {
    padding-right: 2%;
  }

  .footer-contact-gravity .gform-body>.gfmc-column:last-child .gfield {
    justify-content: center;
  }

  .footer-contact-gravity .gform-body>.gfmc-column:last-child .gfield--input-type-captcha {
    position: static !important;
  }

  .footer-contact-gravity .gform-body>.gfmc-column:nth-child(2) {
    order: 2;
  }

  .footer-contact-gravity .gform-body>.gfmc-column:last-child {
    order: 3;
  }
}

@media (max-width: 1330px) {
  .special-slider[class] {
    margin: 2% 20px !important;
  }

  /* reCAPTCHA ko field ke andar center rakho. Pehle iframe par `margin-left: -40px`
     ka nudge tha jo scale(0.75) ke gap ko cancel karta tha - lekin <=640px par sirf
     scale reset hota hai, margin nahi, isliye widget 40px left me chipak jaata tha.
     Google `.g-recaptcha` ke andar ek inline width:304px wala div render karta hai,
     isliye auto margins uspar bhi chahiye. */
  .footer-contact-gravity .ginput_container_captcha,
  .footer-contact-gravity .g-recaptcha,
  .footer-contact-gravity .g-recaptcha>div {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1330px) and (min-width: 1025px) {
  .footer-contact-gravity iframe {
    transform: scale(0.8);
    margin-left: -30px;
  }
}
@media (max-width: 640px) {
  .footer-contact-gravity iframe {
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .fusion-sticky-container {
    display: none !important;
  }

  .top-bar-container {
    display: none;
  }

  .mobile-topbar {
    display: block;
  }

  .mobile-topbar-container>.fusion-column-wrapper {
    margin-right: 0;
  }

  .top-bar-close {
    right: 22px;
    bottom: initial;
    top: 30px;
    border: 1px solid #b1b1b1;
  }

  .top-bar-close:before {
    color: #b1b1b1;
  }

  .top-bar-popup {
    height: 100%;
  }

  .top-bar-popup>div {
    background-position: 15% top;
    height: 100% !important;
  }

  .mobile-topbar {
    height: 60px;
    max-height: 60px;
  }

  .m-topbar-content a {
    height: 60px;
    font-size: 12px;
  }
}