/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............Globally-available variables and config.
 *
 * BASE
 * 
 *
 * OBJECTS
 * Wrappers.............Wrapping and constraining elements.
 *
 * COMPONENTS
 * ftb-logo.............The main svg logo
 * 
 * SECTIONS
 * shamrocks-top.............Styles specific to each section
 * shamrocks-search
 * shamrocks-freedom
 * shamrocks-what-we-do
 * shamrocks-checkers
 * shamrocks-volunteer
 * shamrocks-stories
 * shamrocks-news
 *
 * TRUMPS
 * Text.................Text helpers.
 */
/*------------------------------------*   #SETTINGS
   #global
 \*------------------------------------*/
/*------------------------------------*  #BASE
  #
\*------------------------------------*/
h2 {
  font-size: 1.5em; }
  @media (min-width: 900px) {
    h2 {
      font-size: 1.6em; } }

.white-links a {
  color: white;
  text-decoration: underline; }

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

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

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

/*------------------------------------*  #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%; }

.hidden {
  display: none; }

/*------------------------------------*  #SECTIONS
\*------------------------------------*/
/*------------------------------------*  #lead-top
\*------------------------------------*/
.lead-top {
  padding: 42px 16px;
  background: #485cc7; }
  .lead-top .small-h1 {
    font-size: 1em;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 1.7; }
  .lead-top .text--yellow {
    color: #f1b434;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 3em;
    display: block; }

/*------------------------------------*  #lead-card
\*------------------------------------*/
.lead-card {
  background: #485cc7 url("https://www.mda.org/sites/default/files/mda-frontend/leadgen/bubbles.jpg") top left repeat-x;
  background-size: 130px auto;
  min-height: 540px;
  padding-bottom: 64px;
  font-size: 0.6em; }
  @media (min-width: 900px) {
    .lead-card {
      font-size: 1em; } }
  .lead-card .card {
    max-width: 800px;
    margin: 0 auto;
    background: white url("https://www.mda.org/sites/default/files/mda-frontend/leadgen/paper.jpg") top left no-repeat;
    background-size: cover;
    color: #485cc7;
    text-align: center;
    border-radius: 24px;
    padding: 42px;
    box-shadow: -4px 4px 8px rgba(40, 40, 40, 0.7); }

.card__header {
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  max-width: 40ch;
  margin: 16px auto 48px; }

.card__strong {
  font-size: 5.5em;
  line-height: 1;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin-bottom: 48px; }
  @media (min-width: 900px) {
    .card__strong {
      font-size: 8.5em; } }

.card__subhead {
  font-size: 2.5em;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.2;
  margin-bottom: 16px; }

/*------------------------------------*  #lead-quotes
\*------------------------------------*/
.lead-quotes {
  background: #485cc7;
  padding: 48px 16px;
  color: white;
  text-align: center; }
  .lead-quotes h2 {
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .lead-quotes hr {
    border-color: rgba(255, 255, 255, 0.3);
    max-width: 500px;
    margin: 48px auto; }
  .lead-quotes blockquote {
    margin-bottom: 48px;
    border: none; }
    .lead-quotes blockquote p {
      font-family: Georgia, Times, "Times New Roman", serif;
      font-size: 1.2em;
      max-width: 50ch;
      margin: 0 auto 16px; }
      @media (min-width: 600px) {
        .lead-quotes blockquote p {
          font-size: 2em; } }
    .lead-quotes blockquote footer {
      text-align: center;
      color: white; }
