/* open terminal */
/* cd css */
/* sass --watch app.scss:app.css --style expanded */
a.new-window:after {
  font-family: "visa-icon";
  content: "\e852";
  padding-left: 2px;
}
a.vs-btn {
  width: auto !important;
}
a.blue-link {
  color: #1434cb;
  text-decoration: underline;
}

img.full-width {
  width: 100%;
}
img.half-width {
  width: 50%;
  margin: auto;
}

h1,
h2,
h3,
h4 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
}

p {
  font-family: "visa-font-latin-light", Tahoma;
}
p span.overline {
  font-size: 1.25rem;
  font-family: "visa-font-latin-semi-bold", Tahoma;
}

a {
  font-family: "visa-font-latin-light", Tahoma;
}
a.black-link {
  color: #000 !important;
  text-decoration: underline;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.marquee {
  background-image: url("../images/spring-promo-visual.jpg");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  height: 37.5vw;
  display: flex;
  align-items: center;
}
.row.marquee .intro {
  background-color: white;
}
.row.marquee .intro h1 {
  font-size: 1.65rem;
}
.row.marquee .intro p.smaller {
  font-size: 0.8rem;
}
.row.marquee .intro.coming-soon p {
  font-size: 14px;
}
.row.interrupter {
  background-color: #1434cb;
  color: white;
}
.row.interrupter .tablet {
  background-image: url("../images/tablet-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vw;
}
@media (min-width: 767px) {
  .row.interrupter .tablet {
    height: auto;
  }
}

form label,
form span.vs-text.vs-mb-1 {
  margin-bottom: 0 !important;
}
form .vs-card-field {
  margin-top: 0 !important;
}
form .vs-checkbox-section.vs-pb-1.vs-flex-grow-1 {
  padding-top: 1.5em;
}
form #submitBtn {
  width: auto !important;
}
form #submitBtn::after {
  content: "\e71b";
  display: inline-block;
  font-family: "visa-icon";
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  color: #fcc015;
}

.hydrated .vs-form input.vs-checkbox:checked {
  background-color: white !important;
}
.hydrated .vs-form input.vs-checkbox:checked::after {
  color: #000 !important;
  top: -5px !important;
  left: 0px !important;
}

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