<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............Globally-available variables and config.
 *
 * BASE
 * 
 *
 * OBJECTS
 * Wrappers.............Wrapping and constraining elements.
 *
 * COMPONENTS
 * ftb-logo.............The main svg logo
 * 
 * SECTIONS
 * ps-top.............Styles specific to each section
 * ps-copy............Grid and copy styles
 *
 * TRUMPS
 * Text.................Text helpers.
 */
/*------------------------------------*   #SETTINGS
   #global
 \*------------------------------------*/
/*------------------------------------*  #BASE
  #
\*------------------------------------*/
h2 {
  font-size: 1.5em; }
  @media (min-width: 900px) {
    h2 {
      font-size: 1.6em; } }

.text--yellow {
  color: #f1b434; }

.text--purple {
  color: #4A327D; }

.text--center {
  text-align: center; }

/*------------------------------------*  #OBJECTS
  #wrappers
\*------------------------------------*/
.ps-container {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  padding: 0 4px; }
  @media (min-width: 900px) {
    .ps-container {
      padding: 0 16px; } }

.wide-container {
  max-width: 1200px; }

@media (max-width: 599px) {
  .no-mobile {
    display: none; } }

.button--purple {
  background: #4A327D;
  border-color: #4A327D; }
  .button--purple:hover, .button--purple:focus, .button--purple:active {
    background: #2a1c46; }

.button--white {
  background: white;
  border-color: white;
  color: #4A327D; }
  .button--white:hover, .button--white:focus, .button--white:active {
    background: #d9d9d9; }

/*------------------------------------*  #COMPONENTS
\*------------------------------------*/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*------------------------------------*  #SECTIONS
\*------------------------------------*/
/*------------------------------------*  #ps-top
\*------------------------------------*/
.ps-top {
  font-size: 0.75em;
  padding: 16px 16px 200px;
  background: url("https://www.mda.org/sites/default/files/mda-frontend/WOWS/banner.jpg") top center no-repeat;
  background-size: cover;
  text-align: left;
  color: white; }
  .ps-top h1 {
    max-width: 30ch;
    margin: 0 0 16px;
    text-shadow: 0 0 20px solid black; }
  .ps-top p {
    margin: 0 auto 16px;
    max-width: 45em; }
  @media (min-width: 900px) {
    .ps-top {
      font-size: 1em; } }

/*------------------------------------*  #.ps-copy
\*------------------------------------*/
.ps-copy {
  padding: 32px 16px 48px;
  text-align: center; }
  .ps-copy img {
    margin: 24px 0; }
  .ps-copy h2 small {
    display: block; }
  .ps-copy .mb0 {
    margin-bottom: 0; }

.ps-purple {
  padding: 48px 16px;
  text-align: center;
  background: #4A327D;
  color: white; }

.ps-banner {
  background: #485cc7;
  color: white;
  text-align: center;
  padding: 40px 16px; }
  .ps-banner .wide-container {
    max-width: 900px; }
  .ps-banner .form-container {
    margin-bottom: 0;
    padding: 16px 0; }
  .ps-banner p {
    font-size: 1.1em; }
    @media (min-width: 600px) {
      .ps-banner p {
        font-size: 1.45em; } }

.ps-grid {
  text-align: left;
  padding: 24px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(400px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); }
  .ps-grid p {
    padding: 0 16px; }

.grid--three {
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

.tk-blue-box {
  padding: 32px 48px 16px;
  text-align: center;
  color: #4A327D;
  border: 1px solid #4A327D;
  border-radius: 3px;
  max-width: 650px;
  margin: 32px auto 0;
  font-style: italic;
  font-size: 0.8em; }

.ps-one-col {
  max-width: 80ch;
  margin: 0 auto;
  text-align: left; }

.copy--small {
  font-size: 0.85em;
  line-height: 1.3;
  max-width: 100ch;
  margin: 12px auto 0; }

.links--white a:link, .links--white a:visited {
  color: white;
  font-weight: bold; }
</pre></body></html>