@charset "UTF-8";
.tk-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99999; }

.tk-lightbox--scroll {
  overflow: scroll; }
  .tk-lightbox--scroll .tk-lightbox--inner {
    top: 0;
    transform: translate(-50%, 0); }
    .tk-lightbox--scroll .tk-lightbox--inner:before {
      position: fixed; }

.lightbox--ipad-fix {
  position: absolute;
  height: 150%; }
  .lightbox--ipad-fix .tk-lightbox--inner {
    top: 48px;
    transform: translate(-50%, 0); }

.lightbox--visible {
  display: block; }

.tk-lightbox--inner {
  text-align: center;
  max-width: 1000px;
  padding: 48px 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  background: #F4F4F4; }
  .tk-lightbox--inner:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    content: '×';
    font-size: 1.5em;
    font-weight: 100;
    padding: 4px 12px 24px;
    height: 40px;
    width: 40px;
    color: white;
    background: #414042; }

.tk-inner--no-close:before {
  display: none; }

.tk-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 100;
  padding: 4px 12px 24px;
  height: 40px;
  width: 40px;
  color: white;
  background: #414042; }

.tk-lightbox__blank {
  padding: 0; }

.tk-lightbox__narrow {
  max-width: 600px; }

.tk-lightbox-preview {
  min-height: 320px; }

.preview {
  width: 100%;
  height: 100%; }

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

.even-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .even-buttons {
      flex-direction: row; } }
  .even-buttons > * {
    flex: 1;
    margin: 8px 8px;
    width: 250px;
    padding: .75em 1em; }

.tk-button--blue {
  background: #485cc7;
  border-color: #485cc7; }
  .tk-button--blue:hover, .tk-button--blue:focus {
    background: #6f7fd3; }

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

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

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

.flex-stretch {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: inherit; }

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

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

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

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

.bg-video {
  display: none;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }
  .bg-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  @media (min-width: 900px) {
    .bg-video {
      display: block; } }

.link--white {
  color: white;
  text-decoration: underline; }

/*------------------------------------*  #SECTIONS
\*------------------------------------*/
/*------------------------------------*  #tm-top
\*------------------------------------*/
.tm-top {
  min-height: 650px;
  padding: 12vw 24px 24px;
  font-size: 0.7em;
  background: black url("https://www.mda.org/sites/default/files/mda-frontend/team-momentum/mobile-top.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  overflow: hidden; }
  .tm-top .uppercase {
    text-transform: uppercase; }
  .tm-top h1 {
    font-size: 3.2em;
    line-height: 1.2em; }
    @media (min-width: 600px) {
      .tm-top h1 {
        font-size: 3.4em;
        line-height: 1.2em;
        max-width: 500px;
        margin: 0 auto 16px; } }
  .tm-top .top-copy {
    max-width: 800px;
    margin-right: 0; }
  .tm-top .hero-copy.hero-copy {
    max-width: 550px;
    font-size: 1.45em;
    font-weight: 100;
    line-height: 1.6;
    margin: 0 auto 16px; }
    @media (min-width: 600px) {
      .tm-top .hero-copy.hero-copy {
        font-size: 1.5em;
        line-height: 1.35;
        margin-bottom: 24px; } }
  .tm-top .footnote {
    margin-top: 32px; }
  .tm-top .home-container > * {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px; }
  .tm-top .tk-button {
    font-size: 16px; }
  @media (min-width: 900px) {
    .tm-top {
      font-size: 1em;
      min-height: 520px;
      color: white;
      background: url("https://www.mda.org/sites/default/files/mda-frontend/team-momentum/top-section--large.jpg") top center no-repeat;
      background-size: cover;
      padding: 150px 32px 200px; }
      .tm-top .home-container > * {
        margin: 0 0 8px; } }

/*------------------------------------*  #tm-schedule
\*------------------------------------*/
.tm-dark-section {
  background: #414042;
  color: white;
  padding: 54px 16px;
  text-align: center; }
  @media (min-width: 900px) {
    .tm-dark-section {
      padding: 56px 32px; } }

.tm-dark-section__header {
  font-size: 1.8em; }
  @media (min-width: 900px) {
    .tm-dark-section__header {
      font-size: 3em; } }

.tm-schedule .tm-container {
  max-width: 1000px; }

.schedule-header {
  font-size: 2em;
  text-align: center;
  display: block;
  background: #414042;
  padding: 16px 48px;
  z-index: 1; }
  @media (min-width: 900px) {
    .schedule-header:before {
      content: '';
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, #dddddd 40%, #414042 40%, #414042 60%, #dddddd 60%);
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1; } }

.unstyled-l {
  margin: 0;
  padding: 0; }

.flag {
  display: flex;
  flex-flow: column nowrap;
  background: white;
  color: #414042;
  width: 100%;
  margin-bottom: 32px;
  box-shadow: 0 8px 8px #333; }
  @media (min-width: 900px) {
    .flag {
      flex-flow: row nowrap; } }

.flag__head {
  flex: 1 0 20%; }

.flag__body {
  flex: 1 0 50%; }

.races--past .race-date {
  background: #222e6e;
  font-size: 1.2em;
  padding: 24px 16px 8px; }

.races--past .race-info {
  background: #ddd; }

@media (min-width: 900px) {
  .races--past p {
    margin-bottom: 0; } }

.race-date {
  font-size: 1em;
  background: #485cc7;
  color: white;
  display: block;
  text-align: center;
  padding: 24px 16px 8px; }
  .race-date span {
    font-size: 5em;
    display: block;
    line-height: 1; }
  @media (min-width: 900px) {
    .race-date {
      font-size: 1.5em;
      padding: 48px 32px 16px;
      max-width: 210px; } }

.race-info {
  display: flex;
  flex-flow: column nowrap;
  padding: 32px;
  text-align: center; }
  @media (min-width: 900px) {
    .race-info {
      text-align: left;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: flex-start; } }

.race-header {
  font-size: 1.2em;
  flex: 1 0 100%; }
  @media (min-width: 900px) {
    .race-header {
      font-size: 2em; } }

.button__race {
  margin: 0;
  min-width: 0;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .button__race {
      margin: 0; } }

/*------------------------------------*  #tm-split-options
\*------------------------------------*/
.tm-split-options {
  padding: 56px 32px;
  text-align: center; }
  .tm-split-options p {
    margin-bottom: 0; }
  .tm-split-options .top-split {
    max-width: 550px; }

/*------------------------------------*  #tm-ribbon
\*------------------------------------*/
.tm-ribbon {
  background: #485cc7;
  color: white;
  text-align: center;
  padding: 64px 32px; }
  .tm-ribbon .flex-stretch {
    flex-flow: column nowrap; }
    @media (min-width: 900px) {
      .tm-ribbon .flex-stretch {
        flex-flow: row nowrap; } }
  .tm-ribbon .flex-stretch > * {
    flex: 1; }
  .tm-ribbon p {
    background: #485cc7;
    font-size: 0.9em;
    line-height: 1.6;
    margin: 0; }
    @media (min-width: 600px) {
      .tm-ribbon p {
        font-size: 1.2em; } }

.tm-logo-container {
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex; }
  @media (min-width: 900px) {
    .tm-logo-container {
      border-left: 1px solid #586AC4;
      border-right: 1px solid #586AC4;
      margin: 0 64px; } }

.tm-logo {
  max-width: 200px;
  min-width: 25%;
  margin: auto; }

/*------------------------------------*  #tm-video
\*------------------------------------*/
.tm-video {
  background: url("https://www.mda.org/sites/default/files/mda-frontend/team-momentum/video.jpg") top 0 center no-repeat;
  background-size: cover;
  min-height: 326px;
  overflow: visible;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  @media (min-width: 900px) {
    .tm-video {
      min-height: 556px; } }

.play-btn {
  background: url("https://www.mda.org/sites/default/files/mda-frontend/team-momentum/play.png") center 0px no-repeat;
  height: 100px;
  width: 200px;
  top: 100px;
  z-index: 100;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f1b434;
  text-align: center;
  padding-top: 100px;
  position: relative; }
  @media (min-width: 900px) {
    .play-btn {
      top: 200px; } }

.fake-ui {
  position: absolute;
  height: 4px;
  width: calc(100% - 64px);
  bottom: 50px;
  left: 32px;
  background: linear-gradient(to right, #f1b434 32%, #d9d9d9 32%);
  border-radius: 3px;
  z-index: 100; }
  .fake-ui:after, .fake-ui:before {
    content: '';
    width: 128px;
    height: 18px;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    background: url("https://www.mda.org/sites/default/files/mda-frontend/team-momentum/controls-right.png") top left;
    z-index: 100; }
  .fake-ui:before {
    width: 158px;
    height: 16px;
    right: auto;
    left: 0;
    background: url("https://www.mda.org/sites/default/files/mda-frontend/team-momentum/controls-left.png") top left; }

/*------------------------------------*  #home-freedom
\*------------------------------------*/
.tm-sideBySide {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 900px) {
    .tm-sideBySide {
      flex-direction: row; } }

@media (min-width: 900px) {
  .sideBySide--module {
    width: 50%;
    flex: 1; } }

.sideBySide--image {
  padding: 64px 32px;
  text-align: center;
  background: url("https://www.mda.org/sites/default/files/mda-frontend/team-momentum/how-it-works-mobile.jpg") 40% 50% no-repeat;
  background-size: cover;
  min-height: 400px; }
  @media (min-width: 900px) {
    .sideBySide--image {
      text-align: left; } }
  .sideBySide--image > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px; }
    @media (min-width: 900px) {
      .sideBySide--image > * {
        margin-left: auto;
        margin-right: 64px; } }
  @media (min-width: 900px) {
    .sideBySide--image {
      background: url("https://www.mda.org/sites/default/files/mda-frontend/team-momentum/how-it-works-background.jpg") center no-repeat;
      background-size: cover; } }

.sideBySide--copy {
  padding: 64px 32px;
  text-align: center;
  margin-right: auto;
  width: 100%;
  order: -1; }
  @media (min-width: 900px) {
    .sideBySide--copy {
      text-align: left; } }
  .sideBySide--copy > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px; }
    @media (min-width: 900px) {
      .sideBySide--copy > * {
        margin-right: auto;
        margin-left: 64px; } }
  @media (min-width: 900px) {
    .sideBySide--copy {
      order: 0;
      margin-right: 0; }
      .sideBySide--copy > * {
        max-width: 450px;
        margin-left: 16px; } }
  @media (min-width: 1200px) {
    .sideBySide--copy {
      padding: 94px 32px; }
      .sideBySide--copy > * {
        margin-left: 64px; } }

.tm-how-it-works {
  color: #414042;
  background: #EBE4E4; }

/*------------------------------------*  #tm-tops
\*------------------------------------*/
.tm-tops {
  padding: 64px 16px; }
  .tm-tops h2, .tm-tops p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto; }
  .tm-tops h2 {
    font-size: 2.2em; }
    .tm-tops h2:before, .tm-tops h2:after {
      position: absolute;
      display: inline-block;
      content: '';
      height: 70px;
      width: 75px;
      background: url("https://www.mda.org/sites/default/files/mda-frontend/team-momentum/walkstars.svg") center no-repeat;
      background-size: cover; }
    .tm-tops h2:before {
      transform: translateX(-140%) translateY(-15px); }
    .tm-tops h2:after {
      transform: translateX(40%) translateY(-15px); }
  .tm-tops p {
    margin-top: 24px; }

.tm-tops-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }

.top-split {
  padding: 40px;
  flex: 1;
  max-width: 450px;
  min-width: 350px; }

.dd-widget {
  position: relative; }
  .dd-widget .dd-list-name {
    padding-right: 64px;
    line-height: 1.7; }
  .dd-widget .dd-link,
  .dd-widget .dd-list-info {
    position: relative;
    display: block; }
  .dd-widget .dd-list-dates,
  .dd-widget .dd-list-location {
    display: none; }
  .dd-widget .dd-list-raised {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
  .dd-widget ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .dd-widget li {
    padding: 4px 0; }
  .dd-widget img {
    display: none; }

/*------------------------------------*  #tm-partners
\*------------------------------------*/
.tm-partners {
  padding: 64px 32px;
  text-align: center;
  font-size: 1.2em; }

.partners-grid {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
  margin: 0; }

/*------------------------------------*  #tm-instagram
\*------------------------------------*/
.tm-instagram-outer {
  overflow: hidden;
  width: 100%; }

.tm-instagram {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  .tm-instagram div {
    flex: auto;
    height: auto;
    width: 50%; }
  .tm-instagram img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0 0 -4px;
    padding: 0; }
  .tm-instagram .insta-front {
    background: url(https://www.mda.org/sites/default/files/mda-frontend/team-momentum/insta2.jpg);
    background-size: cover;
    order: -1;
    width: 100%;
    color: white;
    padding: 24px 64px; }
    @media (min-width: 600px) {
      .tm-instagram .insta-front {
        order: 0;
        width: auto;
        min-width: 400px; } }
  @media (min-width: 600px) {
    .tm-instagram {
      flex-flow: row nowrap;
      min-width: 1100px;
      height: 180px; }
      .tm-instagram div {
        flex: auto;
        height: 200px; }
      .tm-instagram img {
        margin: 0;
        padding: 0; } }

.social-link {
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
  display: block;
  color: white;
  padding: 4px 0; }

.social-link .icon {
  width: 24px;
  height: 24px;
  fill: white;
  margin-right: 8px;
  vertical-align: middle; }

.staff__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.flag__staff {
  flex: 1 0 40%;
  width: 40%;
  margin: 32px; }
  @media (max-width: 899px) {
    .flag__staff {
      align-items: center;
      padding-top: 24px;
      margin: 8px; } }

.staff-head {
  font-size: 1.5em;
  background: #485cc7;
  color: white;
  display: block;
  text-align: center;
  padding: 0;
  max-width: 150px; }
  .staff-head img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%; }
  @media (max-width: 899px) {
    .staff-head {
      border-radius: 50%;
      overflow: hidden;
      height: 150px;
      width: 150px;
      flex-basis: 150px; } }

.staff-info {
  text-align: center;
  padding: 24px 24px 12px; }
  @media (min-width: 900px) {
    .staff-info {
      text-align: left;
      padding: 24px; } }

.staff-desc {
  margin-bottom: 0;
  font-size: 0.8em; }

.tm-stories {
  background: #EBE4E4;
  padding: 64px 32px;
  text-align: center; }
  .tm-stories h2 {
    margin-bottom: 16px;
    font-size: 2.2em; }
  .tm-stories p {
    max-width: 70ch;
    margin: 0 auto 16px; }
  @media (min-width: 900px) {
    .tm-stories {
      padding: 56px 32px; } }

.stories-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  max-width: 1200px; }

.story-tile {
  text-align: left;
  padding: 16px;
  margin: 12px;
  min-width: 275px;
  width: 75%;
  box-shadow: 0 0 4px #999;
  background: white; }
  .story-tile p {
    font-size: 0.8em; }
  @media (min-width: 600px) {
    .story-tile {
      width: 40%; } }
  @media (min-width: 1200px) {
    .story-tile {
      flex: 0 1 20%; } }

.story-image {
  margin-bottom: 8px;
  width: calc(100% + 32px);
  position: relative;
  left: -16px;
  top: -16px; }
  .story-image img {
    display: block;
    height: auto;
    min-width: 100%; }

.story-link {
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
  color: #485cc7; }
  .story-link:after {
    content: ' »'; }
