/* open terminal */
/* cd css */
/* sass --watch app.scss:app.css --style expanded */
a {
  font-family: "TSB-Regular";
}
a.new-window:after {
  font-family: "visa-icon";
  content: "\e852";
  padding-left: 2px;
}
a.vs-btn {
  width: auto !important;
}
a.blue-link {
  color: #053da6;
  text-decoration: underline;
}
a.tsb-primary-cta {
  background-color: #002186;
  color: white;
  border-radius: 30px;
  padding: 8px 40px;
  display: block;
}
@media (min-width: 767px) {
  a.tsb-primary-cta {
    display: inline;
  }
}
a.tsb-primary-cta:hover {
  background-color: #053da6;
  text-decoration: none;
}
a.tsb-secondary-cta {
  background-color: white;
  color: #053da6;
  border-radius: 30px;
  padding: 8px 40px;
  border: 1px solid #053da6;
}
a.tsb-secondary-cta:hover {
  color: white;
  background-color: #053da6;
  text-decoration: none;
}

span.blue-link {
  color: #053da6;
  text-decoration: underline;
}

@font-face {
  font-family: "TSB-Bold";
  src: url(../fonts/tsb-fonts/TSBCastledown-Bold-v2.004.otf) format("opentype");
}
@font-face {
  font-family: "TSB-Heavy";
  src: url(../fonts/tsb-fonts/TSBCastledown-Heavy-v2.004.otf) format("opentype");
}
@font-face {
  font-family: "TSB-Regular";
  src: url(../fonts/tsb-fonts/TSBCastledown-Regular-v2.004.otf) format("opentype");
}
h1 {
  font-size: 2.75rem;
  font-family: "TSB-Heavy";
  color: #00012e;
}
@media (min-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.75rem;
  }
}

h2,
h3 {
  font-size: 33px;
  font-family: "TSB-Heavy";
}

p,
ol,
ul,
strong {
  font-size: 18px;
  font-family: "TSB-Regular" !important;
}

p.blue {
  color: #00012e;
}

img.full-width {
  width: 100%;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.marquee {
  background-image: url("../images/landing-page-header.png");
  background-size: cover;
  background-position: 65%;
  height: 55vw;
  align-items: center;
  color: #00012e;
}
@media (min-width: 992px) {
  .row.marquee {
    height: 55vw;
  }
}
.row.marquee .intro {
  width: 45%;
}
@media (min-width: 1200px) {
  .row.marquee {
    height: 45vw;
  }
}
.row.marquee-thanks {
  background-image: url("../images/Thank_you_Page_Elephant_Box_1600x500.jpg");
  background-size: cover;
  background-position: 50%;
  height: 55vw;
  align-items: center;
  color: #00012e;
}
@media (min-width: 992px) {
  .row.marquee-thanks {
    height: 35vw;
  }
}
.row.marquee-thanks .intro {
  width: 35%;
}
.row.marquee-closed {
  background-image: url("../images/closed-desktop.jpg");
  background-size: cover;
  background-position: 10%;
  height: 55vw;
  align-items: center;
  color: #00012e;
}
@media (min-width: 992px) {
  .row.marquee-closed {
    height: 35vw;
  }
}
.row.marquee-closed .intro {
  width: 35%;
}
.row.intro, .row.mobile-marquee {
  color: #00012e;
}
.row.prizes {
  color: #2c2c2c;
  height: auto;
  align-items: center;
  background-repeat: no-repeat;
  align-items: stretch;
}
@media (min-width: 767px) {
  .row.prizes {
    min-height: 600px;
  }
}
.row.prizes .copy-section {
  flex: 1;
  padding: 3em;
}
@media (min-width: 767px) {
  .row.prizes .copy-section {
    padding: 7.5em 5em;
    align-content: center;
  }
}
.row.prizes.purple {
  background-color: #97d5ef;
}
.row.prizes.purple .background-image {
  flex: 0 0 60%;
  background-image: url("../images/Elephant_Popcorn_890x500.jpg");
  background-size: cover;
  background-position: 40%;
  background-repeat: no-repeat;
}
.row.prizes.pink {
  background-color: #f7d0e4;
}
.row.prizes.pink .background-image {
  flex: 0 0 60%;
  background-image: url("../images/red-letter-days.jpg");
  background-size: cover;
  background-position: 80%;
  background-repeat: no-repeat;
}
.row.how-to {
  color: #2c2c2c;
}
@media (min-width: 767px) {
  .row.how-to {
    background-image: url("../images/devices.jpg");
    background-size: 50%;
    background-position: right center;
    background-repeat: no-repeat;
  }
}
.row.how-to li {
  padding-bottom: 1em;
}
.row.entry-form {
  background-color: #f4f5f7;
}
@media (min-width: 767px) {
  .row.entry-form {
    background-image: url("../images/form-circles.png");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
.row.entry-form h2 {
  color: #00012e;
}
.row.faqs h2 {
  color: #00012e;
}
.row.unenroll {
  background-image: url("../images/unenroll-bg.jpg");
  background-size: cover;
  background-position: left;
  background-color: #97d5ef;
  background-repeat: no-repeat;
}
.row.unenroll h1 {
  color: #00012e;
}
.row.unenroll p {
  color: #00012e;
}
.row.terms-conditions h1,
.row.terms-conditions h2 {
  color: #00012e;
}
.row.terms-conditions h3 {
  color: #007cb9;
  font-family: "TSB-Regular";
  font-size: 24px;
  font-weight: 600;
}
.row.terms-conditions .numbered {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.row.terms-conditions .numbered li {
  counter-increment: item;
  position: relative;
  margin-bottom: 0.5em;
  color: #00012e;
}
.row.terms-conditions .numbered li ul {
  list-style-type: none;
  padding-left: 0;
}
.row.terms-conditions .numbered li ul li::before {
  content: none;
}
.row.terms-conditions .numbered li::before {
  content: attr(data-prefix) "." counter(item) " ";
  font-weight: normal;
}

.canada {
  background-color: #f7d0e4;
  border-radius: 12px;
  border: 5px solid white;
}

.rld {
  background-color: #97d5ef;
  border-radius: 12px;
  border: 5px solid white;
}

#app input {
  border-radius: 12px;
  border: 1px solid #053da6;
}
#app input.vs-error {
  border: 1px solid #a81f09;
}
#app .vs-label {
  font-family: "TSB-Regular" !important;
  margin-bottom: 0 !important;
}
#app .vs-card-legend span.vs-text {
  font-family: "TSB-Regular" !important;
  margin-bottom: 0 !important;
  padding-right: 3px;
}
#app .vs-card-field {
  margin-top: 5px !important;
}
#app span.visa-icon-alert {
  display: none;
}
#app .required {
  font-family: "TSB-Regular" !important;
  color: #2c2c2c;
  font-size: 14px;
}
#app #termsAndConditions1,
#app #privacyPolicy {
  padding-top: 1.75em;
}
#app #termsAndConditions1 label,
#app #privacyPolicy label {
  font-family: "TSB-Regular" !important;
}
#app #submitBtn {
  border-radius: 30px;
  background: #002186;
  width: auto;
  font-family: "TSB-Regular";
  padding: 10px 80px;
}
#app .vs-form-group .vs-checkbox:checked::after {
  top: -4px;
  left: 0px;
  color: #00012e;
}

.unenroll-form .vs-form vs-input.vs-col-12,
.unenroll-form .vs-form vs-dropdown.vs-col-12,
.unenroll-form .vs-form vs-card-input.vs-col-12,
.unenroll-form .vs-form vs-file-upload.vs-col-12,
.unenroll-form .vs-form vs-checkbox.vs-col-12,
.unenroll-form .vs-form vs-radio.vs-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
}
.unenroll-form label {
  padding-bottom: 20px;
}
.unenroll-form .promotionFormLL {
  background-color: #f4f5f7;
  padding: 2em;
  border-radius: 12px;
}
.unenroll-form .vs-row.vs-col-12.vs-px-0.vs-mx-0 {
  padding-bottom: 0 !important;
}

dd.vs-accordion-item {
  margin-top: -12px;
  border-radius: 0 0 12px 12px;
}

.vs-accordion-item {
  background-color: #f4f5f7;
  padding: 22px 20px;
  border-radius: 12px;
  border-bottom: 0;
}
.vs-accordion-item button {
  font-family: "TSB-Regular" !important;
  color: #2c2c2c;
  font-weight: 700;
}
.vs-accordion-item button:hover {
  color: #2c2c2c;
}
.vs-accordion-item.vs-active {
  background-color: #d4eef8;
}

.row {
  display: flex;
}

header {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

footer {
  background-color: #f4f5f7;
  color: #00012e;
}
footer .container {
  max-width: 82pc;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 9pt;
  padding-left: 0;
}
footer ul li a {
  color: #053da6;
}
footer ul li a:hover {
  text-decoration: none;
}
footer img {
  width: fit-content;
}

.tooltipbutton_custom {
  position: relative;
}

#id-tooltip-tooltip_opt_in {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  top: unset;
  height: auto;
  z-index: 1001;
}
@media (max-width: 767px) {
  #id-tooltip-tooltip_opt_in {
    position: fixed;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.tooltip-background-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.vs-tooltip-dialog i::after {
  display: none;
}

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