<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------- CARDS HEADER --------------------------------------- */
.cards-header {
  position: relative;
  z-index: 0;
  color: #ffffff;
  text-align: center;
  background-color: #002d72;
  background-image: url('/tts/solutions/commercial-cards/assets/img/header/background.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.cards-header::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60%;
  max-height: 240px;
  background-image: url('/tts/solutions/commercial-cards/assets/img/header/foreground.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.9;
}

.cards-header::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, #002d72, transparent 25%);
}

.cards-header-img {
  width: 464px;
  height: auto;
}

.cards-header-text {
  position: relative;
  top: 0px;
  padding: 30px;
  margin-top: 10px;
}
.cards-header-text &gt; h1 {
  font-size: 2.5em !important;
}

@media screen and (min-width: 576px) {
  .cards-header {
    height: 483px;
  }

  .cards-header-img {
    max-width: 464px;
    width: 100%;
  }
}

@media
  only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    .cards-header {
      background-image: url('/tts/solutions/commercial-cards/assets/img/header/background-2x.png');
    }

    .cards-header::before {
      background-image: url('/tts/solutions/commercial-cards/assets/img/header/foreground-2x.png');
    }
}

.jumbotron.parallax {
	background-image: url("/tts/sa/program-admin-faq/assets/img/jumbotron.jpg");
	padding-top: 300px;
}

.ie-fix {
	flex-shrink: 0;
}

@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
	.jumbotron.parallax {
		background-image: url("/tts/sa/program-admin-faq/assets/img/jumbotron-2x.jpg");
	}

}

.fix-center{
	align-self: center;
}


/* ---------------------------------------- PADDING CLASSES FOR VISUAL MARKUP ---------------------------------------- */
.pl-45 {
	padding-left: 45px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-90 {
	padding-left: 90px;
}
</pre></body></html>