.hero {
  min-height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
}
.hero.nonGeo .callout {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.hero.nonGeo .callout .left {
  max-width: 49%;
}
@media only screen and (min-width: 1025px) {
  .hero.nonGeo .callout .left {
    max-width: 60%;
  }
}
@media only screen and (max-width: 725px) {
  .hero.nonGeo .callout .left {
    max-width: 100%;
  }
}
.hero.nonGeo .callout .right {
  max-width: 49%;
}
@media only screen and (min-width: 1025px) {
  .hero.nonGeo .callout .right {
    max-width: 40%;
  }
}
.hero.nonGeo .callout .right img {
  max-width: 100%;
}
@media only screen and (max-width: 725px) {
  .hero.nonGeo .callout .right {
    display: none;
  }
}
.hero.nonGeo .callout > div {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}
@media only screen and (max-width: 1025px) {
  .hero.nonGeo .callout > div {
    font-size: 17px;
  }
}
.hero.nonGeo:before {
  background-color: rgba(0, 0, 0, 0);
}
.hero.nonGeo em {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  color: #fff;
  font-size: 140%;
}
.hero.nonGeo .extra-bold {
  font-size: 350%;
  line-height: 1;
  font-weight: 900;
}
.hero.nonGeo strong {
  font-weight: 900;
}
.hero.nonGeo .bold {
  font-size: 150%;
  line-height: 1;
}
.hero.nonGeo hr {
  border: 1px solid #fff;
  opacity: 1;
  width: 75%;
  margin: 3rem auto;
}
.hero.nonGeo .offer {
  font-size: 90%;
  background: none;
}
.hero.nonGeo .blue {
  color: #00c8ff;
}
.hero.nonGeo .yellow {
  color: #ffd700;
}
@media only screen and (max-width: 725px) {
  .hero {
    background-size: 100%;
    background-position: top;
  }
}

.nonGeo-3pane {
  color: #fff;
}
.nonGeo-3pane h2 {
  font-size: 40px;
  font-weight: 600;
}
.nonGeo-3pane h2 strong {
  color: #ffc300;
  font-weight: 700;
}
@media only screen and (max-width: 725px) {
  .nonGeo-3pane h2 {
    font-size: 30px;
  }
}
.nonGeo-3pane .subHead {
  font-size: 22px;
  font-weight: 600;
}
.nonGeo-3pane .panel {
  width: 320px;
  margin: auto;
}
.nonGeo-3pane .panel-title {
  color: #80d1fe;
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.nonGeo-3pane .panel-copy {
  font-size: 16px;
}
.nonGeo-3pane .get-quote {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 8px 45px;
  font-size: 22px;
}
@media only screen and (max-width: 725px) {
  .nonGeo-3pane .panels {
    background-image: url("https://info.windownation.com/wp-content/uploads/sites/3/2024/02/Window-Nest-Graphic-e1708699795508.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 45% auto;
  }
  .nonGeo-3pane .panels .p-5 {
    width: 70%;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .nonGeo-3pane .panels .panel {
    width: auto;
    text-align: left;
  }
  .nonGeo-3pane .panels .panel-title h3 {
    font-size: 12px;
  }
  .nonGeo-3pane .panels .panel-copy {
    font-size: 10px;
  }
}/*# sourceMappingURL=nonGeo.css.map */