<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............File-specific variables and config.
 *
 * BASE
 * 
 *
 * OBJECTS
 * Wrappers.............Wrapping and constraining elements.
 * 
 * SECTIONS
 * give-top.............Styles specific for top section
 * donate-section
 * video-section
 *
 * TRUMPS
 */
/*------------------------------------*   #SETTINGS
   #global
 \*------------------------------------*/
/*------------------------------------*  #BASE
  #
\*------------------------------------*/
* {
  -webkit-font-smoothing: antialiased; }

/*------------------------------------*  #OBJECTS
  #wrappers
\*------------------------------------*/
.tk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px; }

.big-container {
  max-width: 1800px; }

.container--center &gt; * {
  margin: 0 auto; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

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

/*------------------------------------*  #SECTIONS
\*------------------------------------*/
/*------------------------------------*  #year-top
\*------------------------------------*/
.vw-top {
  background: url("https://www.mda.org/sites/default/files/mda-frontend/email-landing/email-landing.jpg") center no-repeat;
  background-size: cover; }
  .vw-top .container {
    width: auto !important;
    padding: 0; }
  .vw-top h1 {
    font-size: 1.8em; }
  @media (min-width: 600px) {
    .vw-top {
      padding: 48px 0; } }
  @media (min-width: 900px) {
    .vw-top {
      padding: 0;
      text-align: left;
      background: url("https://www.mda.org/sites/default/files/mda-frontend/email-landing/email-landing.jpg") top center no-repeat;
      background-size: cover; }
      .vw-top h1 {
        font-size: 2.5em; } }

.content &gt; * {
  max-width: 600px; }

.vw-goright,
.vw-goleft {
  background: rgba(228, 222, 230, 0.9);
  max-width: 550px;
  padding: 80px 24px;
  margin: 0 auto; }
  .vw-goright .bar, .vw-goright .white-section,
  .vw-goleft .bar,
  .vw-goleft .white-section {
    background: none; }
  .vw-goright .content,
  .vw-goleft .content {
    width: auto !important; }
  .vw-goright h1, .vw-goright p,
  .vw-goleft h1,
  .vw-goleft p {
    margin-left: 24px;
    margin-right: 24px; }
  @media (min-width: 900px) {
    .vw-goright,
    .vw-goleft {
      max-width: none;
      width: 50%;
      margin: 0;
      margin-left: auto;
      padding: 80px;
      min-height: 750px; }
      .vw-goright h1, .vw-goright p,
      .vw-goleft h1,
      .vw-goleft p {
        margin-left: 0;
        margin-right: 0; }
      .vw-goright.vw-goleft,
      .vw-goleft.vw-goleft {
        margin: 0;
        margin-right: auto; } }

form.webform-client-form {
  max-width: 600px; }
  form.webform-client-form input {
    background: white; }
  form.webform-client-form div label {
    color: #414042; }
  form.webform-client-form .grippie {
    display: none; }
  @media (min-width: 900px) {
    form.webform-client-form {
      margin-left: -16px; } }
  form.webform-client-form &gt; div {
    display: flex;
    flex-flow: row wrap; }
    form.webform-client-form &gt; div .form-item {
      flex: 1 0 40%;
      margin: 16px; }
    form.webform-client-form &gt; div .webform-component-textarea {
      flex: 1 0 calc(100% - 32px); }
      form.webform-client-form &gt; div .webform-component-textarea textarea {
        width: 100%;
        resize: none; }
      form.webform-client-form &gt; div .webform-component-textarea label {
        padding: 0;
        color: #414042; }
  form.webform-client-form .form-actions {
    margin-left: 16px; }
    @media (max-width: 599px) {
      form.webform-client-form .form-actions {
        flex: 1 0 100%; } }
  form.webform-client-form .webform-submit {
    -webkit-appearance: none;
    font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    padding: .75em 2.5em;
    margin: 1em 0;
    color: white;
    text-align: center;
    border: 2px solid #f1b434;
    background: #f1b434;
    border-radius: .25em;
    cursor: pointer;
    transition: background 200ms linear;
    white-space: nowrap;
    min-width: 275px; }
    form.webform-client-form .webform-submit:hover {
      background: #f6ce7c; }
    @media (max-width: 599px) {
      form.webform-client-form .webform-submit {
        width: calc(100% - 32px); } }
</pre></body></html>