<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.
 *
 * COMPONENTS
 * action-row...........A pattern for a row of calls-to-action
 * 
 * SECTIONS
 * fund-top.............Styles specific for top section
 * fund-actions
 * fund-steps
 *
 * TRUMPS
 * Text.................Text helpers.
 */
/*------------------------------------*   #SETTINGS
   #global
 \*------------------------------------*/
/*------------------------------------*  #BASE
  #
\*------------------------------------*/
/*------------------------------------*  #OBJECTS
  #wrappers
\*------------------------------------*/
.email-container {
  max-width: 1200px;
  margin: 32px auto;
  padding: 32px 24px;
  border-bottom: 1px solid gray; }

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

.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%; }

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

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

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

/*------------------------------------*  #COMPONENTS
\*------------------------------------*/
.img-left, .img-right {
  margin: 12px auto;
  display: block; }

@media (min-width: 600px) {
  .img-left, .img-right {
    margin: 12px auto;
    display: block;
    max-height: 250px;
    max-width: 250px; }
  .img-left {
    float: left;
    margin-right: 32px; }
  .img-right {
    float: right;
    margin-left: 32px; } }

@media (min-width: 900px) {
  .img-left, .img-right {
    max-height: none;
    max-width: none; } }

ul {
    list-style: disc; }

.date-columns {
  clear: both;
  padding-top: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
  @media (min-width: 600px) {
    .date-columns {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; } }
  .date-columns ul {
    -ms-flex: 1;
        flex: 1; }
  .date-columns div {
    font-weight: bold; }

.date {
  color: #485cc7;
  font-weight: bold; }

.center {
  text-align: center; }

h1, h2 {
  color: #485cc7;
}

.cta {
  color: #485cc7;
  font-weight: bold;
  text-align: center;
  font-size: 1.6em; }

.share--icon .icon {
  width: 38px;
  height: 38px;
  fill: #485cc7;
  margin-right: 24px; }
</pre></body></html>