@charset "UTF-8";
/**
 * Toolkit styles
 */
@font-face {
  font-family: 'ArialRoundedMTBold';
  src: url("../fonts/ArialRoundedMTBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialRoundedMTBold.woff") format("woff"), url("../fonts/ArialRoundedMTBold.ttf") format("truetype"), url("../fonts/ArialRoundedMTBold.svg#ArialRoundedMTBold") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 16px;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  position: relative; }

body {
  margin: 0;
  overflow-x: hidden; }

.blue {
  border-color: #485cc7; }

.light-blue {
  border-color: #00b5e2; }

.teal {
  border-color: #5DD9C1; }

.yellow {
  border-color: #f1b434; }

.light-yellow {
  border-color: #f4c664; }

.red {
  border-color: #a50034; }

.cranberry {
  border-color: #E64560; }

.gray {
  border-color: #414042; }

.light-gray {
  border-color: #EBE4E4; }

.light-gray-2 {
  border-color: #eeeaf3; }

.medium-gray {
  border-color: #888b8d; }

.tk-gray {
  border-color: #d9d9d9; }

.new-text {
  border-color: #4A327D; }

.text {
  border-color: #414042; }

.green {
  border-color: #2d9a49; }

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

.white {
  border-color: #fff; }

.overlay-blue {
  border-color: rgba(72, 92, 199, 0.6); }

.tk-button {
  -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; }
  .tk-button:hover {
    background: #f6ce7c; }

.tk-button__small {
  min-width: 0; }

.button--blue {
  background-color: #485cc7;
  border-color: #485cc7; }
  .button--blue:hover, .button--blue:active, .button--blue:focus {
    background-color: #283681; }

.visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

body {
  font-family: Helvetica, Arial, sans-serif;
  color: #414042; }

h1, h2, h3, h4, h5, h6 {
  text-align: inherit;
  color: inherit;
  padding: 0;
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
  font-weight: bold; }

.subheader {
  font-weight: 400; }

h1, .h1 {
  font-size: 2.81em;
  line-height: 1.25em;
  margin: 0 0 .3em; }
  @media (max-width: 599px) {
    h1, .h1 {
      font-size: 2.6em; } }

h2, .h2 {
  font-size: 1.87em;
  line-height: 1.25em;
  margin: 0 0 .5em; }
  @media (max-width: 599px) {
    h2, .h2 {
      font-size: 1.6em; } }

h3, .h3 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 0 0 .5em; }

h4, .h4 {
  font-size: 1em;
  line-height: 1.25em;
  margin: 0 0 .5em; }

h5, .h5 {
  font-size: 0.8em;
  line-height: 1.25em;
  margin: 0 0 .5em; }

h6, .h6 {
  font-size: 0.8em;
  line-height: 1.25em;
  margin: 0 0 .5em; }

p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 1.6em;
  font-weight: 400; }
  @media (min-width: 900px) {
    p {
      font-size: 1.125em; } }

ul:not(.dropdown) {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 1.6em;
  font-weight: 400;
  font-size: 1rem; }
  @media (min-width: 900px) {
    ul:not(.dropdown) {
      font-size: 1.125em; } }
  @media (min-width: 900px) {
    ul:not(.dropdown) {
      font-size: 1.125rem; } }

.text--small {
  font-size: 0.8125em;
  line-height: 1.6em; }

.tk-blockquote {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.6;
  max-width: 30em;
  display: block;
  margin: 1.6em 0;
  color: #414042;
  border: none; }
  .tk-blockquote .tk-quote-text {
    font-size: inherit;
    padding-left: 8px; }
    .tk-blockquote .tk-quote-text:before {
      content: '“';
      font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
      color: inherit;
      position: absolute;
      left: -8px; }
    .tk-blockquote .tk-quote-text:after {
      content: '”';
      font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
      color: inherit;
      line-height: 1.6em; }
  .tk-blockquote .footer {
    position: relative;
    font-size: 0.6667em;
    max-width: 25em;
    padding: 0 0 0 .5em;
    border: none; }
    .tk-blockquote .footer:before {
      content: '—';
      position: absolute;
      left: -.8em; }

.tk-blockquote__white {
  color: white; }

.hr--white, .hr--dark {
  height: 23px;
  width: 100%;
  overflow: hidden;
  max-width: 441px;
  background: url("../img/hr.png") center;
  border: 0;
  margin: 1.6em auto;
  position: relative; }

.hr--dark {
  background: url("../img/hr-dark.png") center; }

.hero-copy {
  font-size: 1.45em;
  max-width: 27em; }

img {
  border: 0;
  max-width: 100%; }

.responsive-img {
  display: block;
  width: 100%; }

a {
  color: #485cc7;
  text-decoration: none; }

body #admin-menu {
  font-size: 16px; }

[id="admin-menu-wrapper"]#admin-menu-wrapper {
  overflow: visible; }

.tk-wrap {
  font-size: 16px; }

body.html {
  font-family: Helvetica, Arial, sans-serif;
  color: #414042;
  font-size: 16px; }

a:focus:focus, a:hover:hover {
  text-decoration: none; }

.element-invisible {
  display: none; }

.form-container {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 1.6em;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  padding: 16px; }
  @media (min-width: 900px) {
    .form-container {
      font-size: 1.125em; } }

.tk-input-container, .wFormContainer .inputWrapper,
.webform-client-form {
  display: inline-block;
  position: relative;
  max-width: 400px;
  margin: 0 auto 16px; }
  .tk-input-container label, .wFormContainer .inputWrapper label,
  .webform-client-form label {
    font-size: 0.9em;
    font-weight: 100;
    position: absolute;
    left: 1.3em;
    top: 0.9em;
    z-index: 1;
    opacity: 0;
    transition: opacity 100ms linear;
    color: #666;
    pointer-events: none; }
  .tk-input-container .icon, .wFormContainer .inputWrapper .icon,
  .webform-client-form .icon {
    height: 18px;
    width: 18px;
    fill: #d9d9d9; }
  .tk-input-container .icon--right, .wFormContainer .inputWrapper .icon--right,
  .webform-client-form .icon--right {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%); }
  @media (min-width: 600px) {
    .tk-input-container, .wFormContainer .inputWrapper,
    .webform-client-form {
      margin: 0 8px 16px; } }

.webform-client-form label {
  position: absolute;
  left: 0;
  top: -1.4em;
  color: #414042; }

.webform-component-checkboxes label,
.webform-component-boolean label {
  position: relative;
  top: 0;
  opacity: 1;
  pointer-events: auto; }

.checkbox input[type=checkbox] {
  position: relative; }

.input__empty label {
  opacity: 1; }

.tk-input:focus + label, .wFormContainer .inputWrapper input:focus + label {
  opacity: 0; }

.tk-input, .wFormContainer .inputWrapper input,
.tk-select,
.form-type-select select,
.form-type-textfield input,
.form-type-webform-email input,
.form-type-textarea textarea,
.form-type-webform-number input,
.wFormContainer .inputWrapper select {
  font-size: 0.9em;
  border-radius: 4px;
  border: none;
  background: white;
  color: #414042;
  box-shadow: 0 0 3px #EBE4E4 inset;
  padding: .9em 1.1em;
  width: 100%; }

.wFormContainer .inputWrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="11" viewBox="0 0 49 23" xmlns="http://www.w3.org/2000/svg"><path fill="%23B7B7B7" d="M24.5 23L0 0h49" fill-rule="evenodd"/></svg>');
  background-position: right 12px top 50%;
  background-repeat: no-repeat; }

.wFormContainer .wForm .inputWrapper .tt-hint {
  display: none; }

.wForm .tt-search.tt-search {
  top: 57%;
  right: 3%;
  left: auto; }

#\33 89398-T {
  /* Hide the default header for the email signup form */
  display: none; }

.wForm .twitter-typeahead {
  width: 100%; }

.wForm form .choices {
  text-align: left; }

.form-checkboxes .form-item .control-label,
.choices .oneChoice .label {
  position: relative;
  opacity: 1 !important;
  padding: 0;
  font-size: 0.9em;
  white-space: normal;
  display: inline-block;
  margin: 0;
  margin-bottom: 7px;
  padding-left: 12px;
  line-height: 1.5;
  text-align: left;
  pointer-events: auto; }

.wForm .oneField.hintsTooltip .field-hint {
  right: 0;
  left: auto !important;
  max-width: 200px; }

.choices .oneChoice input {
  width: auto;
  position: absolute;
  top: 15px;
  left: 0; }

.form-required {
  color: #a50034; }

.tk-input:disabled, .wFormContainer .inputWrapper input:disabled {
  opacity: 0.92; }
  .tk-input:disabled + label, .wFormContainer .inputWrapper input:disabled + label {
    color: #aaaaaa; }

.tk-checkbox {
  position: absolute;
  clip: rect(0, 0, 0, 0); }
  .tk-checkbox + label {
    cursor: pointer;
    padding-left: 34px; }
    .tk-checkbox + label:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 8px;
      top: -2px;
      height: 20px;
      width: 20px;
      border: 1px solid #414042;
      background: white; }
    .tk-checkbox + label:after {
      content: '';
      position: absolute;
      left: 10px;
      top: 0;
      height: 16px;
      width: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA1OTQgNjMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1OTQgNjMzOyI+PHBhdGggZmlsbD0iIzQ4NUNDNyIgZD0iTTI2NS44LDYwMkw0MS40LDM3Ny41Yy0yNC41LTI0LjUtMjQuNS02NC4zLDAtODguOWMyNC41LTI0LjUsNjQuMy0yNC41LDg4LjksMGwxMTAuNywxMTAuN0w0NTAuOCw0OS41IEM0NjguNywxOS43LDUwNy4zLDEwLDUzNywyNy45YzI5LjcsMTcuOCwzOS40LDU2LjUsMjEuNSw4Ni4yTDI2NS44LDYwMnoiLz48L3N2Zz4=");
      background-repeat: no-repeat;
      background-size: 16px 16px;
      transition: width 100ms linear; }
  .tk-checkbox:checked + label:after {
    width: 16px; }

.tk-select,
.form-type-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="11" viewBox="0 0 49 23" xmlns="http://www.w3.org/2000/svg"><path fill="%23B7B7B7" d="M24.5 23L0 0h49" fill-rule="evenodd"/></svg>');
  background-position: right 12px top 50%;
  background-repeat: no-repeat; }

.label__block {
  display: block; }

.label__small {
  font-size: 0.8em; }

.label__required:after {
  color: #a50034;
  content: ' * '; }

.tk-footer.tk-footer {
  position: relative;
  z-index: 10;
  font-family: Helvetica, Arial, sans-serif;
  background: #F1F2F2;
  padding: 56px 24px;
  text-align: left; }
  .tk-footer.tk-footer h4 {
    font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 16px; }
    @media (min-width: 900px) {
      .tk-footer.tk-footer h4 {
        margin-top: -12px; } }
  .tk-footer.tk-footer p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0; }
  .tk-footer.tk-footer a {
    color: #485cc7;
    text-decoration: none; }

.footer-content {
  display: block;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 900px) {
    .footer-content {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 64px;
      -ms-flex-direction: row;
          flex-direction: row;
      display: -ms-flexbox;
      display: flex; } }

.footer-left {
  display: block;
  -ms-flex: none;
      flex: none;
  width: 100%;
  text-align: center; }
  @media (min-width: 900px) {
    .footer-left {
      width: 33%;
      -ms-flex: 1;
          flex: 1;
      text-align: left; } }

.footer-center {
  display: block;
  -ms-flex: none;
      flex: none;
  width: 250px;
  margin: 48px auto; }
  @media (min-width: 900px) {
    .footer-center {
      width: 33%;
      -ms-flex: 1;
          flex: 1;
      text-align: center; } }

.telethon-logo {
  width: 100%; }
  @media (min-width: 900px) {
    .telethon-logo {
      width: 80%; } }

#\33 89398-T {
  /* Hide the default header for the email signup form */
  display: none; }

.footer-right {
  display: block;
  -ms-flex: none;
      flex: none;
  width: 100%;
  text-align: center; }
  @media (min-width: 900px) {
    .footer-right {
      width: 33%;
      -ms-flex: 1;
          flex: 1;
      max-width: 400px; } }

.footer__nav-list {
  margin: 0px;
  padding: 0px; }
  .footer__nav-list li {
    font-size: 16px;
    margin: 0px 12px 14px 0px;
    list-style: none;
    display: inline-block; }
  .footer__nav-list .contact {
    margin-right: 0px; }
  .footer__nav-list a {
    color: #485cc7;
    font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
    display: inline-block; }

.flex__inputs-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.flex__input {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  margin: 0 0 16px; }

.flex--half-width {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: calc(50% - 8px);
  min-width: 0; }

.footer-content .wFormContainer .htmlSection {
  -ms-flex-order: 2;
      order: 2; }

.wFormContainer {
  float: none;
  max-width: 350px; }
  .wFormContainer form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .wFormContainer .field-container-D {
    padding: 0;
    margin: 0;
    margin-bottom: 9px;
    font-size: 0.85em; }
  .wFormContainer .inputWrapper {
    margin: 0;
    margin-bottom: 8px; }
  .wFormContainer .label.preField {
    /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .wFormContainer .group {
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    width: 100%; }
  .wFormContainer .oneField.oneField {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0; }
    .wFormContainer .oneField.oneField .inputWrapper {
      max-width: none;
      width: 100%; }
  .wFormContainer .captcha .oneField {
    -ms-flex-pack: center;
        justify-content: center; }
  .wFormContainer .captchaHelp.captchaHelp {
    font-size: 0.7em;
    text-align: center;
    margin-bottom: -8px; }
  .wFormContainer br {
    display: none; }
  .wFormContainer .htmlSection, .wFormContainer .actions.actions {
    width: 100%;
    margin-top: 0;
    padding: 0; }
    @media (min-width: 900px) {
      .wFormContainer .htmlSection, .wFormContainer .actions.actions {
        width: 50%; } }
  .wFormContainer .primaryAction.primaryAction {
    -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;
    font-size: 16px;
    width: 100%;
    min-width: 0;
    margin: 0;
    float: none;
    z-index: 10; }
    .wFormContainer .primaryAction.primaryAction:hover {
      background: #f6ce7c; }
  .wFormContainer .wForm {
    padding: 0; }
  .wFormContainer .wForm div > div.oneField.oneField {
    padding: 0;
    margin-top: 0; }

.tk-footer .wFormContainer {
  margin: 32px auto;
  text-align: center; }
  @media (min-width: 900px) {
    .tk-footer .wFormContainer {
      margin: 0;
      float: right;
      max-width: 300px;
      text-align: left; }
      .tk-footer .wFormContainer .tk-button {
        display: block;
        font-size: 0.9em;
        margin: 0;
        min-width: 0;
        -webkit-appearance: none;
        margin-right: 8px;
        float: left;
        width: 132px; } }

.bottom.bottom {
  margin-top: 18px;
  display: none; }
  @media (min-width: 900px) {
    .bottom.bottom {
      display: block; } }
  .bottom.bottom p, .bottom.bottom a {
    font-size: 10px;
    line-height: 18px; }
  .bbb-link {
    position: absolute;
    width: 71px;
    height: 124px;
    overflow: hidden;
    margin-left: -84px;
    margin-top: -64px;
    display: block; }
  .bottom.bottom .footer--bbb {
    width: 81px;
    height: 64px;
    transform: scale(1.5);
    position: relative;
    z-index: -1;
    top: 16px; }
    @media (min-width: 900px) {
      .bottom.bottom .footer--bbb {
        display: block; } }

.footer--social-icon {
  border-radius: 50%;
  background: #414042;
  height: 32px;
  width: 32px;
  padding: 6px;
  margin: 4px 0px 0px 4px;
  display: inline-block; }

.footer--social-icon .icon {
  fill: white;
  height: 100%;
  width: 100%; }

.iconset {
  display: none; }

.footer--social-2 {
  display: block;
  margin-top: 8px; }
  @media (min-width: 900px) {
    .footer--social-2 {
      display: none; } }

.footer--social {
  display: none;
  margin-top: 0px; }
  @media (min-width: 900px) {
    .footer--social {
      display: block; } }

.bottom-2 {
  display: block;
  margin: 0 auto;
  max-width: 320px; }
  .bottom-2 p, .bottom-2 a {
    font-size: 8px;
    text-align: left;
    line-height: 16px; }
  .bottom-2 .footer--bbb {
    width: 47px;
    height: 114px;
    margin-right: 16px;
    transform: scale(1.2);
    float: left;
    position: relative; }
  @media (min-width: 900px) {
    .bottom-2 {
      display: none; } }

.tk-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.tk-media-figure {
  margin-right: 1em; }

.tk-media-body {
  -ms-flex: 1;
      flex: 1; }

.button--white {
  border-color: #EBE4E4; }
  .button--white:hover, .button--white:active, .button--white:focus {
    background: #EBE4E4;
    color: #485cc7; }

.button--outline {
  background: transparent; }

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

.zip-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 16px auto 0;
  max-width: 800px; }
  .zip-search > * {
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    max-width: 400px; }
  .zip-search .tk-button {
    padding: .75em 1.5em; }
  @media (min-width: 900px) {
    .zip-search {
      margin-top: 0;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: baseline;
          align-items: baseline; }
      .zip-search > * {
        width: 45%;
        max-width: 45%;
        margin: 0 16px 0; } }

/*------------------------------------*  #tk-card
  * a form used on modular landing pages all over the site
\*------------------------------------*/
.tk-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0; }

.tk-card {
  background: white;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 8px #d9d9d9;
  padding: 16px;
  text-align: center; }
  .tk-card p {
    font-size: 0.9em;
    max-width: 28em;
    margin: 0 auto 16px; }
    .tk-card p:last-child {
      margin-bottom: 0; }

.tk-card__img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 8px 0 16px;
  border: 4px solid white;
  box-shadow: 0 0 0 1px #d9d9d9;
  z-index: 10; }

/*------------------------------------*  #tk-resource-center
  * a form used on modular landing pages all over the site
\*------------------------------------*/
.tk-resource-center {
  position: relative;
  text-align: center;
  padding: 0 0 400px;
  background: #207ebb;
  color: white; }
  .tk-resource-center h2 {
    padding-top: 0; }
  .tk-resource-center.no-image {
    padding: 24px 0; }
  .tk-resource-center .blue-bg {
    position: relative;
    padding: 56px 16px;
    background: rgba(32, 126, 187, 0.8);
    z-index: 100; }
    .tk-resource-center .blue-bg > p {
      max-width: 900px;
      margin: 0 auto; }
  @media (min-width: 600px) {
    .tk-resource-center {
      padding: 0 0 35vw; } }

.tk-resource-center--bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("https://www.mda.org/files/mda-frontend/homepage/resource_center-bg.jpg");
  background-size: cover;
  background-position: bottom; }

.tk-resource-email-form {
  max-width: 750px;
  margin: 48px auto 0;
  font-weight: 100; }
  .tk-resource-email-form ::-webkit-input-placeholder {
    color: #777 !important; }
  .tk-resource-email-form .form-success .tk-lightbox--inner {
    min-height: 520px;
    background: url("../../img/clinical-trials/success.png") center no-repeat;
    background-size: cover; }
  .tk-resource-email-form .form-success h2 {
    color: #414042 !important; }
  .tk-resource-email-form .form-success p {
    color: #414042;
    display: block; }
  .tk-resource-email-form .tk-lightbox--inner {
    max-width: 600px; }
  .tk-resource-email-form h2 {
    color: #414042 !important;
    margin-bottom: 24px; }
  .tk-resource-email-form .information > p {
    display: none !important; }
  .tk-resource-email-form label {
    display: none; }
  .tk-resource-email-form form.webform-client-form input, .tk-resource-email-form textarea {
    box-sizing: border-box;
    font-size: 1em !important;
    border-radius: 4px !important;
    border: none !important;
    background: white !important;
    color: #414042 !important;
    box-shadow: 0 0 3px #EBE4E4 inset !important;
    padding: 0.9em 1.1em !important;
    margin: 0 0 24px !important;
    resize: none;
    height: 100%; }
  .tk-resource-email-form .webform-component--comment {
    display: none; }
  .tk-resource-email-form .button-primary {
    -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;
    background-color: #f1b434;
    border-color: #f1b434; }
    .tk-resource-email-form .button-primary:hover {
      background: #f6ce7c; }
    .tk-resource-email-form .button-primary:hover, .tk-resource-email-form .button-primary:active, .tk-resource-email-form .button-primary:focus {
      background-color: #b37d0c; }
  .tk-resource-email-form .grippie {
    display: none; }
  .tk-resource-email-form .container {
    width: auto !important; }
  .tk-resource-email-form div {
    margin: 0 !important; }

/*******
START HEADER
********/
#block-block-41 {
  z-index: 100; }

.tk-wrap {
  z-index: 1;
  position: relative; }

@media (min-width: 900px) {
  .mobile-only {
    display: none; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .hide-on-tablet {
    display: none; } }

.tk-main-nav {
  position: relative;
  background: white;
  z-index: 50; }
  .tk-main-nav.drupal-fix {
    top: -140px; }

.tk-main-nav__donate {
  background-color: #f1b434;
  border-color: #f1b434;
  display: none; }
  .tk-main-nav__donate:hover, .tk-main-nav__donate:focus, .tk-main-nav__donate:active {
    background-color: #b37d0c; }
  @media (min-width: 900px) {
    .tk-main-nav__donate {
      display: block; } }

.search--fade-out {
  opacity: 0; }

.mobile-tools {
  position: absolute;
  top: 23px;
  right: 4px;
  margin-top: -24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 60%; }
  @media (min-width: 600px) {
    .mobile-tools {
      right: 24px; } }
  @media (min-width: 900px) {
    .mobile-tools {
      display: none; } }
  @media (max-width: 599px) {
    .mobile-tools .tk-button {
      margin-top: 1.2em;
      padding: .5em 1.5em; } }

.icon-nav-item {
  display: inline-block;
  width: 80px;
  height: 70px;
  padding: 0 5px;
  margin-top: 6px;
  text-align: center;
  color: #414042;
  border-right: 1px solid #d9d9d9;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 0.9; }
  .icon-nav-item .icon {
    display: block;
    fill: #485cc7;
    width: 35px;
    height: 47px;
    padding: 0 5px;
    margin: 2px auto 0; }
  @media (min-width: 600px) {
    .icon-nav-item {
      font-size: 0.9rem; } }
  @media (min-width: 900px) {
    .icon-nav-item {
      border: none;
      margin-right: 4px;
      line-height: 0.5;
      margin-top: 0; } }

.hamburger-menu {
  width: 70px;
  height: 20px;
  cursor: pointer;
  padding: 0 20px; }
  @media (min-width: 900px) {
    .hamburger-menu {
      display: none; } }

.ham-bar,
.ham-bar:after,
.ham-bar:before {
  width: 30px;
  height: 4px;
  border-radius: 3px; }

.ham-bar {
  position: relative;
  top: -6px;
  transform: translateY(8px);
  background: #f1b434;
  transition: all 0ms 300ms; }
  .ham-bar span {
    top: 21px;
    font-weight: bold;
    font-size: 0.7rem; }
    @media (min-width: 600px) {
      .ham-bar span {
        font-size: 0.9rem;
        margin-left: -5px; } }
  .ham-bar.animate {
    background: rgba(241, 180, 52, 0); }

.ham-bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #f1b434;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.ham-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #f1b434;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.ham-bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.ham-bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.tk-main-nav__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  background: white; }
  @media (min-width: 900px) {
    .tk-main-nav__container:not(.remove-tablet-styles) {
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 0; }
      .tk-main-nav__container:not(.remove-tablet-styles) .donate-container {
        -ms-flex-order: -1;
            order: -1;
        margin-right: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .tk-main-nav__container:not(.remove-tablet-styles) .main-nav__logo {
        -ms-flex-order: -2;
            order: -2;
        margin: 12px 0 12px 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        gap: 1em; }
        .tk-main-nav__container:not(.remove-tablet-styles) .main-nav__logo > a {
          -ms-flex: 1;
              flex: 1; }
        .tk-main-nav__container:not(.remove-tablet-styles) .main-nav__logo .mda-logo {
          min-width: 200px; }
      .tk-main-nav__container:not(.remove-tablet-styles) .telethon-logo {
        width: 100px; }
      .tk-main-nav__container:not(.remove-tablet-styles) .tk-main-nav__list {
        position: relative;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -ms-flex-pack: justify;
            justify-content: space-between;
        border-top: 1px solid #ddd;
        background: #F8F6F6;
        margin: 0;
        padding: 0 24px; }
        .tk-main-nav__container:not(.remove-tablet-styles) .tk-main-nav__list > li {
          padding: 12px 4px;
          font-weight: bold;
          font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold"; } }
      @media (min-width: 900px) and (min-width: 1200px) {
        .tk-main-nav__container:not(.remove-tablet-styles) .tk-main-nav__list > li {
          padding: 12px 16px; } }
  @media (min-width: 900px) {
        .tk-main-nav__container:not(.remove-tablet-styles) .tk-main-nav__list:after, .tk-main-nav__container:not(.remove-tablet-styles) .tk-main-nav__list:before {
          content: '';
          background: #F8F6F6;
          border-top: 1px solid #ddd;
          width: 100%;
          height: 100%;
          position: absolute;
          top: -1px;
          left: 100%; }
        .tk-main-nav__container:not(.remove-tablet-styles) .tk-main-nav__list:before {
          left: -100%; } }
  @media (min-width: 1200px) {
    .tk-main-nav__container:not(.remove-tablet-styles) .tk-main-nav__list {
      padding: 0; } }

.main-nav__logo {
  margin: 22px 0;
  max-width: 220px;
  width: 110px;
  overflow: hidden;
  line-height: 0; }
  .main-nav__logo img {
    max-width: 160%;
    width: 160%; }
  @media (min-width: 900px) {
    .main-nav__logo {
      width: 240px;
      max-width: 240px;
      margin: 32px 0; }
      .main-nav__logo .mda-logo {
        max-width: 240px;
        width: 240px; }
      .main-nav__logo img {
        max-width: 100%; } }

.tk-main-nav__list.tk-main-nav__list {
  display: none;
  padding: 0;
  margin: 0;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  list-style: none;
  font-size: 0.9em; }
  @media (max-width: 899px) {
    .tk-main-nav__list.tk-main-nav__list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      position: absolute;
      top: 76px;
      left: 0;
      width: 100%;
      background: white;
      border-top: 1px solid #d9d9d9;
      transform: translateY(-100%);
      transition: transform 200ms linear;
      z-index: -1; }
      .tk-main-nav__list.tk-main-nav__list.list--open {
        transform: translateY(0); }
      .tk-main-nav__list.tk-main-nav__list .tk-main-nav__li {
        padding: 0;
        width: 100%; }
        .tk-main-nav__list.tk-main-nav__list .tk-main-nav__li:hover .tk-main-nav__item {
          color: #414042; }
      .tk-main-nav__list.tk-main-nav__list .tk-main-nav__item {
        display: block;
        padding: 16px;
        color: #414042;
        font-weight: 100;
        font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
        border-bottom: 1px solid #d9d9d9; }
        .tk-main-nav__list.tk-main-nav__list .tk-main-nav__item.nav__item--open {
          background: #eeeeee;
          border-bottom: 0; }
          .tk-main-nav__list.tk-main-nav__list .tk-main-nav__item.nav__item--open:before {
            transform: rotate(45deg);
            color: #00b5e2; }
        .tk-main-nav__list.tk-main-nav__list .tk-main-nav__item:before {
          position: absolute;
          top: 8px;
          right: 26px;
          content: '+';
          font-family: Helvetica, Arial, sans-serif;
          font-size: 1.6em;
          font-weight: 400;
          color: #485cc7;
          transform-origin: 50%;
          transition: all 100ms ease-out; }
        .tk-main-nav__list.tk-main-nav__list .tk-main-nav__item.no-mega-menu:before {
          display: none; }
      .tk-main-nav__list.tk-main-nav__list .tk-main-nav__mega-nav {
        background: #eeeeee; }
        .tk-main-nav__list.tk-main-nav__list .tk-main-nav__mega-nav.mega-nav--open {
          border-bottom: 1px solid #d9d9d9;
          padding: 4px 16px; }
      .tk-main-nav__list.tk-main-nav__list .sub-list__header {
        display: none; }
      .tk-main-nav__list.tk-main-nav__list:before {
        display: none;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: linear-gradient(to bottom, #eee, white); } }
    @media (max-width: 899px) and (min-width: 900px) {
      .tk-main-nav__list.tk-main-nav__list:before {
        display: block; } }
  .tk-main-nav__list.tk-main-nav__list li {
    position: static; }
  .tk-main-nav__list.tk-main-nav__list .sub-list__header {
    font-size: 20px;
    font-weight: 400; }
  @media (min-width: 900px) {
    .tk-main-nav__list.tk-main-nav__list {
      display: -ms-flexbox;
      display: flex;
      position: static; } }

.tk-main-nav__li {
  border-top: 2px solid transparent; }
  .tk-main-nav__li:hover, .tk-main-nav__li:focus {
    background: #f1ecec;
    border-top: 2px solid #f1b434; }
    .tk-main-nav__li:hover .tk-main-nav__item:after, .tk-main-nav__li:focus .tk-main-nav__item:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 12px; }
    .tk-main-nav__li:hover .tk-main-nav__mega-nav,
    .tk-main-nav__li:hover .tk-main-nav__sub-list,
    .tk-main-nav__li:hover .tk-main-nav__image, .tk-main-nav__li:focus .tk-main-nav__mega-nav,
    .tk-main-nav__li:focus .tk-main-nav__sub-list,
    .tk-main-nav__li:focus .tk-main-nav__image {
      transform: translateY(0);
      opacity: 1; }

.tk-main-nav__item {
  color: #414042;
  padding: 4px 0;
  font-size: 1.2em;
  font-weight: 100; }
  @media (min-width: 900px) {
    .tk-main-nav__item {
      font-size: 1em;
      padding: 0; } }

.tk-main-nav__search .icon {
  fill: #485cc7; }

.tk-button__no-min {
  min-width: 0; }

.tk-main-nav__mega-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 100ms linear;
  background: #f1ecec; }
  .tk-main-nav__mega-nav.mega-nav--open {
    max-height: 1600px;
    padding: 16px; }
  @media (min-width: 900px) {
    .tk-main-nav__mega-nav {
      position: absolute;
      left: 0;
      width: 100%;
      z-index: -10;
      transform: translateY(-105%);
      transition: transform 250ms ease-out, opacity 150ms linear;
      opacity: 0;
      border-bottom: 4px solid #485cc7;
      display: -ms-flexbox;
      display: flex;
      padding: 32px;
      max-height: none; }
      .tk-main-nav__mega-nav.mega-nav--small {
        max-width: 600px;
        left: auto;
        right: 0;
        border-left: 4px solid #485cc7; }
      .tk-main-nav__mega-nav:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: linear-gradient(to bottom, #ccc, white); } }

.tk-main-nav__sub-list {
  list-style: none;
  -ms-flex: 1;
      flex: 1;
  padding: 0; }
  @media (min-width: 900px) {
    .tk-main-nav__sub-list {
      padding-left: 40px; }
      .tk-main-nav__sub-list:last-child {
        margin-right: 32px; } }

.tk-main-nav__image {
  max-width: 275px;
  display: none; }
  @media (min-width: 900px) {
    .tk-main-nav__image {
      display: block; } }

.tk-main-nav__head {
  position: relative;
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
  font-weight: normal;
  margin-top: 8px; }
  .tk-main-nav__head:after {
    content: '🡒';
    font-weight: bold;
    position: absolute;
    right: 12px; }

.tk-main-nav__p {
  font-size: 0.9em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6; }

.tk-main-nav__card {
  display: block;
  background: #485cc7;
  color: white;
  padding-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  min-width: 150px; }
  .tk-main-nav__card:hover, .tk-main-nav__card:active {
    color: white; }
  .tk-main-nav__card p {
    padding: 0 12px;
    margin-bottom: 0; }

.sub-list__header {
  margin-top: 8px; }

.sub-list__link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: #414042;
  padding: 8px 0;
  display: inline-block; }
  .sub-list__link:hover, .sub-list__link:active, .sub-list__link:focus {
    font-weight: 800; }

.donate-container {
  display: none;
  padding-right: 8px; }
  @media (min-width: 900px) {
    .donate-container {
      display: block; } }

.top-search {
  position: absolute;
  top: 50%;
  right: 0;
  height: 76px;
  margin-top: -38px;
  width: calc(100% - 16px);
  background: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 100ms linear;
  overflow: hidden; }
  .top-search .tk-input-container, .top-search .wFormContainer .inputWrapper, .wFormContainer .top-search .inputWrapper {
    width: calc(100% - 63px);
    height: 100%;
    max-width: none;
    margin: 0; }
  .top-search input {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 100%; }
    .top-search input:focus, .top-search input:active {
      border: 1px solid #333;
      outline: none; }
  .top-search label {
    opacity: 0; }
  .top-search.search-open {
    opacity: 1;
    pointer-events: all; }
  @media (min-width: 900px) {
    .top-search {
      width: 60%; } }
  .top-search .gsc-control-cse {
    padding-right: 50px; }
  .top-search .gsc-input-box {
    padding: 10px 8px; }

.gcsc-find-more-on-google {
  display: none !important; }

.gsc-results-wrapper-overlay.gsc-results-wrapper-overlay {
  top: 100px; }

.gsc-search-button {
  border: none;
  height: 54px;
  width: 50px;
  position: absolute;
  right: 6px;
  top: 0;
  cursor: pointer; }
  .gsc-search-button svg {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.search-close {
  position: absolute;
  right: 0;
  top: 8px;
  height: 56px;
  width: 56px;
  line-height: 62px;
  color: transparent !important; }
  .search-close:before {
    content: '✕';
    font-size: 48px;
    color: #333;
    position: relative;
    left: 12px; }

.mobile-search {
  width: 100%;
  background: #00b5e2;
  display: block; }
  .mobile-search .gsc-input-box {
    width: 100%;
    max-width: 100%;
    margin: 0; }
  .mobile-search label {
    top: 0.8em; }
  .mobile-search .gsc-search-button {
    right: 0;
    height: 100%; }
    .mobile-search .gsc-search-button .icon {
      height: 20px;
      width: 20px; }
  @media (min-width: 900px) {
    .mobile-search {
      display: none; } }
  .mobile-search .gsc-results-wrapper-overlay {
    width: 90%;
    left: 5%; }

/*******
HEADER FIN
********/
.top-banner {
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px;
  background: #485cc7;
  color: white;
  z-index: 15;
  text-align: center;
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
  margin-bottom: 0;
  font-size: 0.7em; }
  @media (min-width: 900px) {
    .top-banner {
      font-size: 1em;
      padding: 12px; } }

.top-banner a:link, .top-banner a:visited {
  color: white;
  text-decoration: underline; }

.top-banner a:hover, .top-banner a:active, .top-banner a:focus {
  color: #bdc4eb; }

.tk-popover {
  background: #485cc7 url("https://www.mda.org/files/mda-frontend/sept-landing/justin-small.jpg?v=1.2") left center no-repeat;
  background-size: contain;
  color: white;
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
  height: 150px;
  max-width: 420px;
  padding: 16px 32px 16px 160px;
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 200;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  transform: translateX(110%);
  transition: transform 200ms ease-out; }

.tk-popover.tk-popover--show {
  transform: translateX(0); }

.tk-popover a:link, .tk-popover a:visited {
  color: white;
  text-decoration: underline; }

.tk-popover a:hover, .tk-popover a:active, .tk-popover a:focus {
  color: #bdc4eb; }

.tk-popover .tk-popover-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  width: 24px;
  text-indent: -999em; }

.tk-popover .tk-popover-close:before {
  content: '×';
  color: white;
  font-size: 2em;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 8px; }

.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
 * Headings.............H1–H6 styles.
 * Links................Default link styling
 *
 * OBJECTS
 * Wrappers.............Wrapping and constraining elements.
 *
 * COMPONENTS
 * ftb-logo.............The main svg logo
 * buttons..............Custom buttons for the page
 * quote................Grid for the quote section
 * ftb-stat-list........The horizontal list of icons and stats
 * media................The media object (maybe should be global)
 *
 * PAGES
 * resources............resource page specific styles
 *
 * TRUMPS
 * Text.................Text helpers.
 */
/*------------------------------------*   #SETTINGS
   #global
 \*------------------------------------*/
/*------------------------------------*   #BASE
   #headings
 \*------------------------------------*/
@font-face {
  font-family: 'ArialRoundedMTBold';
  src: url("/FTB/fonts/ArialRoundedMTBold.eot?#iefix") format("embedded-opentype"), url("/FTB/fonts/ArialRoundedMTBold.woff") format("woff"), url("/FTB/fonts/ArialRoundedMTBold.ttf") format("truetype"), url("/FTB/fonts/ArialRoundedMTBold.svg#ArialRoundedMTBold") format("svg");
  font-weight: normal;
  font-style: normal; }

p {
  max-width: 30em; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #A52135; }

::selection {
  color: white;
  background: #A52135; }

a:link, a:visited {
  color: #a50034;
  text-decoration: underline; }

a:hover, a:active, a:focus {
  color: #59001c; }

@media (min-width: 600px) {
  .mobile-only {
    display: none; } }

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

.mt-2.mt-2 {
  margin-top: 32px; }

.icon-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0; }
  .icon-list p {
    font-size: 0.9em; }
  @media (min-width: 900px) {
    .icon-list {
      -ms-flex-direction: row;
          flex-direction: row; } }

.icon-link:link, .icon-link:visited {
  display: block;
  text-decoration: none;
  padding: 12px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color 100ms linear; }
  .icon-link:link p, .icon-link:visited p {
    color: #414042;
    margin-bottom: 0; }

.icon-link:hover {
  border-color: #A52135;
  box-shadow: 0 2px 4px #ddd; }

.icon-list-item {
  -ms-flex: 1;
      flex: 1;
  padding: 20px 8px;
  list-style: none; }
  .icon-list-item img {
    max-width: 160px;
    max-height: 160px; }

/*------------------------------------*   #OBJECTS
   #wrappers
 \*------------------------------------*/
.top-banner {
  max-width: none;
  background-color: #a50034; }

.ftb-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  font-size: 14px; }
  .ftb-nav .tk-button {
    min-width: 0; }

.ftb__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto 12px;
  padding: 0 24px; }

.ftb-nav-list.ftb-nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #F8F6F6;
  border-top: 1px solid #ddd; }
  .ftb-nav-list.ftb-nav-list a:link, .ftb-nav-list.ftb-nav-list a:visited {
    text-decoration: none;
    font-weight: bold; }
  @media (max-width: 599px) {
    .ftb-nav-list.ftb-nav-list {
      display: none; }
      .ftb-nav-list.ftb-nav-list > li {
        width: 50%;
        border-top: 1px solid #eee; }
      .ftb-nav-list.ftb-nav-list > li:nth-child(even) {
        text-align: right; } }
  @media (max-width: 599px) {
    .ftb-nav-list.ftb-nav-list.single-item > li:nth-child(odd) {
      text-align: right; } }

.ftb-nav__close {
  background: white;
  border-top: 1px solid #eee;
  text-align: center;
  width: 100%;
  padding: 12px;
  display: block; }
  @media (min-width: 600px) {
    .ftb-nav__close {
      display: none !important; } }

.ftb-nav-list--open .ftb-nav-list {
  display: -ms-flexbox;
  display: flex;
  background: white; }
  @media (min-width: 600px) {
    .ftb-nav-list--open .ftb-nav-list {
      background: none; } }

.ftb-nav-list--open .ftb-nav__close {
  display: block; }

.ftb-nav-list--open:after {
  content: ''; }

.ftb-nav-list__dropdown:hover, .ftb-nav-list__dropdown:focus {
  background: #a50034; }
  .ftb-nav-list__dropdown:hover .ftb-nav__item.ftb-nav__item, .ftb-nav-list__dropdown:focus .ftb-nav__item.ftb-nav__item {
    color: white; }
  .ftb-nav-list__dropdown:hover .ftb__sub-nav, .ftb-nav-list__dropdown:focus .ftb__sub-nav {
    max-height: 200px; }

.ftb-nav-list__dropdown .ftb__sub-nav--item:hover,
.ftb-nav-list__dropdown .ftb__sub-nav--item:focus {
  background: #59001c; }

@media (min-width: 600px) {
  .single-item .ftb__sub-nav {
    left: auto;
    right: 0; } }

.ftb__sub-nav {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  list-style: none;
  background: #a50034;
  transition: max-height 100ms linear;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  @media (min-width: 600px) {
    .ftb__sub-nav {
      left: -32px;
      width: 250%; } }

.ftb__sub-nav--item:link, .ftb__sub-nav--item:visited {
  display: block;
  color: white;
  padding: 8px 16px; }

.grid-1 {
  -ms-flex: 1;
      flex: 1; }

.grid-2 {
  -ms-flex: 2;
      flex: 2; }

.ftb-top {
  position: relative;
  text-align: center;
  color: white;
  padding: 64px 16px;
  font-size: 0.8em;
  padding-top: 156px; }
  @media (min-width: 900px) {
    .ftb-top {
      font-size: 1em;
      padding: 120px 48px; } }

.ftb-top__background {
  background: rgba(0, 0, 0, 0.8);
  max-width: 600px;
  margin: 0 auto;
  padding: 16px 24px; }
  @media (min-width: 900px) {
    .ftb-top__background {
      margin: 0 0 0 auto; } }
  @media (min-width: 1800px) {
    .ftb-top__background {
      margin: 0 15vw 0 auto; } }

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("https://www.mda.org/sites/default/files/mda-frontend/ff/FTB-Hero-Image.jpg?v=1.1") center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }

.hero-copy {
  max-width: 70ch;
  margin: 24px auto;
  font-size: 1.1em; }

.ftb-quote-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #F9FAFB;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 900px) {
    .ftb-quote-section {
      -ms-flex-direction: row;
          flex-direction: row; } }

.ftb-stat-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: white; }
  @media (min-width: 900px) {
    .ftb-stat-list {
      -ms-flex-direction: row;
          flex-direction: row; } }

.ftb-help {
  text-align: center;
  padding: 64px 16px;
  background: #F9FAFB;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 1200px) {
    .ftb-help {
      padding: 64px 48px; } }

.ftb-accordion-section.ftb-accordion-section {
  padding-top: 0;
  padding-bottom: 0; }

.ftb-tradition {
  background: white; }

.ftb-tradition__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 525px;
  text-align: center;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .ftb-tradition__inner {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (min-width: 900px) {
    .ftb-tradition__inner {
      max-width: 1200px;
      text-align: left; } }

.iaff-banner {
  text-align: center;
  padding: 48px 16px; }
  .iaff-banner h2 {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em; }
  .iaff-banner .iaff-img.iaff-img:before {
    display: block;
    margin: 0 auto 16px; }

/*------------------------------------*  #COMPONENTS
\*------------------------------------*/
.ftb-logo {
  width: 260px; }
  @media (min-width: 600px) {
    .ftb-logo {
      margin-top: 0; } }

.ftb-nav-logo {
  width: 160px; }

.ftb-nav.ftb-nav--white {
  position: relative;
  background: white;
  border-bottom: 1px solid #ddd;
  z-index: 1; }
  .ftb-nav.ftb-nav--white .ftb-nav__item {
    color: #414042; }

.ftb-nav .ftb-nav__item {
  padding: 12px 8px;
  display: inline-block;
  color: white;
  transition: background 100ms linear;
  width: 100%; }
  .ftb-nav .ftb-nav__item:focus, .ftb-nav .ftb-nav__item:hover {
    background: #a50034;
    color: white; }
  @media (min-width: 600px) {
    .ftb-nav .ftb-nav__item {
      width: auto;
      font-size: .85em; } }

@media (max-width: 599px) {
  .ftb-nav {
    background: white;
    border-bottom: 1px solid #ddd; }
    .ftb-nav .ftb-nav__item {
      color: #414042; } }

.ftb-nav .ftb-nav__item--special.ftb-nav__item--special {
  color: #a50034;
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold"; }
  .ftb-nav .ftb-nav__item--special.ftb-nav__item--special:focus, .ftb-nav .ftb-nav__item--special.ftb-nav__item--special:hover {
    background: #59001c;
    color: white; }
  @media (min-width: 600px) {
    .ftb-nav .ftb-nav__item--special.ftb-nav__item--special {
      background: #a50034;
      color: white; } }

.tk-button.tk-button {
  color: white;
  background: #A52135;
  border: none;
  text-decoration: none;
  font-size: 1.1rem; }
  .tk-button.tk-button:hover, .tk-button.tk-button:focus {
    background: #d83b53; }

.tk-button--outline.tk-button--outline {
  background: none;
  border: 2px solid white;
  color: white;
  transition: color 100ms linear;
  text-decoration: none; }
  .tk-button--outline.tk-button--outline:hover, .tk-button--outline.tk-button--outline:focus {
    background: white;
    color: #333; }

.tk-blockquote .tk-quote-text:before {
  left: -6px; }

.ftb-button-left,
.ftb-button-right,
.ftb-button-mid {
  padding: 100px 16px 40px; }
  @media (min-width: 900px) {
    .ftb-button-left,
    .ftb-button-right,
    .ftb-button-mid {
      padding: 200px 48px 40px;
      border-right: 2px solid white; }
      .ftb-button-left:last-child,
      .ftb-button-right:last-child,
      .ftb-button-mid:last-child {
        border-right: 0; } }

.ftb-button-left,
.ftb-button-right,
.ftb-button-mid {
  border-bottom: 2px solid white; }
  @media (min-width: 900px) {
    .ftb-button-left,
    .ftb-button-right,
    .ftb-button-mid {
      border-bottom: none; }
      .ftb-button-left:last-child,
      .ftb-button-right:last-child,
      .ftb-button-mid:last-child {
        border-right: 0; } }

.tradition-left,
.tradition-right {
  padding: 64px 24px; }

.tradition__img {
  max-width: 80%; }

.tradition__img--full {
  max-width: 100%; }

/*------------------------------------*  #PAGES
\*------------------------------------*/
/*------------------------------------*  #Home
\*------------------------------------*/
.ftb-video {
  background: url("https://www.mda.org/sites/default/files/mda-frontend/ff/vid-bg.jpg") top 0 center no-repeat;
  background-size: cover;
  min-height: 556px;
  overflow: visible;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  .ftb-video.video--small {
    min-height: 350px;
    max-width: 600px; }

.play-btn {
  background: url("https://www.mda.org/files/mda-frontend/summer-camp/play.png") center 0px no-repeat;
  height: 100px;
  width: 200px;
  top: 200px;
  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; }

.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/files/mda-frontend/summer-camp/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/files/mda-frontend/summer-camp/controls-left.png") top left; }

.quote-left {
  background: url("img/harold.jpg") center no-repeat;
  background-size: cover;
  min-height: 360px;
  -ms-flex-order: 2;
      order: 2; }
  @media (min-width: 900px) {
    .quote-left {
      -ms-flex-order: 0;
          order: 0; } }

.quote-left, .quote-right {
  -ms-flex: 1;
      flex: 1;
  padding: 64px 48px; }

.iaff-img.iaff-img:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  background: url("img/aiff1.png");
  vertical-align: middle; }

.ftb-quote {
  font-size: 1.2em;
  color: #888b8d;
  margin: 0 auto; }
  .ftb-quote .footer {
    max-width: 100%; }
  @media (min-width: 900px) {
    .ftb-quote {
      margin: 0; } }

.ftb-stat-list {
  margin: 0 auto;
  padding: 16px 0;
  max-width: 1800px;
  list-style: none; }
  @media (min-width: 900px) {
    .ftb-stat-list {
      padding: 0; } }

.ftb-one-stat {
  -ms-flex: 1;
      flex: 1;
  color: #666;
  border-right: 1px solid #ddd;
  -ms-flex-align: center;
      align-items: center;
  padding: 32px 16px;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center; }
  @media (min-width: 900px) {
    .ftb-one-stat {
      padding: 64px 16px; } }
  @media (min-width: 1200px) {
    .ftb-one-stat {
      -ms-flex-direction: row;
          flex-direction: row;
      text-align: left; } }
  .ftb-one-stat:last-child {
    border-right: none; }

.stat-list__icon {
  margin: 0 32px;
  width: 112px;
  height: 112px;
  fill: #414042; }

.stat-list__stat {
  display: block;
  color: #444;
  font-size: 2.5em;
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold"; }

.ftb-button-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #35234C;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 900px) {
    .ftb-button-section {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (min-width: 1800px) {
    .ftb-button-section {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.ftb-button-left {
  background: url("img/start_drive.jpg") center no-repeat;
  background-size: cover; }

.ftb-button-mid {
  background: url("img/head-resources.jpg") center no-repeat;
  background-size: cover; }

.ftb-button-right {
  background: url("img/get_resources.jpg") center no-repeat;
  background-size: cover; }

.help-header {
  max-width: 27em;
  margin: 0 auto;
  margin-bottom: 32px; }

.ftb-help__list.ftb-help__list {
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 900px) {
    .ftb-help__list.ftb-help__list {
      -ms-flex-direction: row;
          flex-direction: row; } }

.ftb-help__list-item {
  padding: 116px 24px 0;
  max-width: 460px;
  margin: 0 auto; }
  .ftb-help__list-item:after {
    content: '';
    position: absolute;
    top: 88px;
    left: 24px;
    background: #414042;
    border-radius: 4px;
    height: 4px;
    width: calc(100% - 48px); }
  .ftb-help__list-item.list-item--small:after {
    height: 3px; }
  .ftb-help__list-item .icon {
    position: absolute;
    top: 22px;
    left: 48px;
    height: 90px;
    width: 82px;
    fill: #414042; }
  .ftb-help__list-item .icon-research {
    height: 55px;
    top: 41px; }
  .ftb-help__list-item .icon-cure {
    top: 18px; }
  .ftb-help__list-item .icon-summercamp {
    top: 28px;
    height: 60px; }
  .ftb-help__list-item .icon-truck {
    top: 14px;
    display: none; }
    @media (min-width: 900px) {
      .ftb-help__list-item .icon-truck {
        display: block; } }
  .ftb-help__list-item p {
    font-size: 1em; }

.icon--circled {
  border: 4px solid #414042;
  border-radius: 50%;
  padding: 8px; }

.icon--nopad {
  padding: 0; }

.ftb-instagram-outer {
  overflow: hidden;
  width: 100%; }

.ftb-instagram {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%; }
  .ftb-instagram div {
    -ms-flex: auto;
        flex: auto;
    height: auto;
    width: 50%; }
  .ftb-instagram img {
    height: auto;
    width: 100%;
    margin: 0 0 -4px;
    padding: 0; }
  .ftb-instagram .insta-front {
    -ms-flex-order: -1;
        order: -1;
    width: 100%; }
    @media (min-width: 600px) {
      .ftb-instagram .insta-front {
        -ms-flex-order: 0;
            order: 0; } }
  @media (min-width: 600px) {
    .ftb-instagram {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      min-width: 1100px;
      height: 137.5px; }
      .ftb-instagram div {
        -ms-flex: auto;
            flex: auto;
        height: 200px; }
      .ftb-instagram img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0; } }
  @media (min-width: 1100px) {
    .ftb-instagram {
      height: calc(12.5vw); } }

/*------------------------------------*  #How it works
\*------------------------------------*/
.ftb-organize {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #e3e6e2 url("img/threefireman.jpg") bottom center no-repeat;
  background-size: contain;
  text-align: center;
  padding: 48px 16px 46vw; }
  @media (min-width: 900px) {
    .ftb-organize {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (min-width: 900px) {
    .ftb-organize {
      padding: 48px 48px 38vw; } }
  .ftb-organize h2 {
    max-width: 27em;
    margin-left: auto;
    margin-right: auto; }

.ftb-organize__inner {
  max-width: 1200px;
  margin: 0 auto; }
  .ftb-organize__inner .tk-media {
    -ms-flex-align: center;
        align-items: center; }
  .ftb-organize__inner .tk-media--50 > img {
    width: 50%; }
  .ftb-organize__inner .tk-media-figure {
    width: 70px;
    height: 70px; }
    @media (min-width: 900px) {
      .ftb-organize__inner .tk-media-figure {
        width: 110px;
        height: 110px; } }
  .ftb-organize__inner .tk-media-body {
    margin: 0;
    font-size: 1em; }
    @media (min-width: 900px) {
      .ftb-organize__inner .tk-media-body {
        font-size: 1.4em; } }

.ftb-organize--list.ftb-organize--list {
  position: relative;
  list-style: none;
  counter-reset: organize;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  max-width: none;
  margin: 3em 0 5em;
  padding: 0;
  z-index: 1;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  @media (min-width: 900px) {
    .ftb-organize--list.ftb-organize--list {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .ftb-organize--list.ftb-organize--list:after {
    content: '';
    width: 98%;
    max-width: 588px;
    height: 16px;
    background: #ccc;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
    @media (min-width: 900px) {
      .ftb-organize--list.ftb-organize--list:after {
        max-width: none;
        left: 1%;
        transform: rotate(-0.3deg); } }
  .ftb-organize--list.ftb-organize--list > li {
    background: white;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 900px) {
      .ftb-organize--list.ftb-organize--list > li {
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
        width: 50%; } }
  .ftb-organize--list.ftb-organize--list:not(.hide-nums) > li:before {
    counter-increment: organize;
    content: counter(organize);
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 1.6em;
    font-weight: 100;
    font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold"; }

.ftb-donated {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0; }
  @media (min-width: 900px) {
    .ftb-donated {
      -ms-flex-direction: row;
          flex-direction: row; } }

.ftb-donated + .iaff-banner {
  border-top: 1px solid #ccc; }

.ftb-donated--sticker {
  -ms-flex: 1;
      flex: 1; }

.ftb-donated--text {
  -ms-flex: 2;
      flex: 2;
  padding: 0 0 48px; }
  .ftb-donated--text p {
    margin: 0;
    font-size: 1.3em;
    max-width: 550px;
    margin-left: 64px; }
    @media (max-width: 900px) {
      .ftb-donated--text p {
        margin: 0 auto;
        padding-top: 32px; }
        .ftb-donated--text p:before {
          display: none; }
        .ftb-donated--text p:after {
          top: 0; } }

.sticker {
  position: relative;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 70%; }
  @media (min-width: 900px) {
    .sticker {
      max-width: 100%;
      left: 0;
      transform: none; } }

/*------------------------------------*  #Resources
\*------------------------------------*/
.b1 {
  border: 1px solid #ddd; }

.bold {
  font-weight: bold; }

.small-text {
  font-size: 0.9em !important; }

.mt1 {
  margin-top: 16px; }

.mt2 {
  margin-top: 32px; }

.ftb-resources-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 900px) {
    .ftb-resources-top {
      -ms-flex-direction: row;
          flex-direction: row; } }

[href$=".docx"]:not(.preview-link):after {
  content: '';
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2359001c' viewBox='0 0 32 32'%3E%3Cpath d='M8.007 10h16.986c1.671 0 3.007 1.343 3.007 2.999v7.002c0 1.657-1.346 2.999-3.007 2.999h-16.986c-1.671 0-3.007-1.343-3.007-2.999v-7.002c0-1.657 1.346-2.999 3.007-2.999zM8 13v7h2.995c1.107 0 2.005-0.887 2.005-2.006v-2.988c0-1.108-0.894-2.006-2.005-2.006h-2.995zM9 14v5h2.001c0.552 0 0.999-0.444 0.999-1v-3c0-0.552-0.443-1-0.999-1h-2.001zM16.005 13c-1.107 0-2.005 0.887-2.005 2.006v2.988c0 1.108 0.894 2.006 2.005 2.006h0.99c1.107 0 2.005-0.887 2.005-2.006v-2.988c0-1.108-0.894-2.006-2.005-2.006h-0.99zM15.999 14c-0.552 0-0.999 0.444-0.999 1v3c0 0.552 0.443 1 0.999 1h1.002c0.552 0 0.999-0.444 0.999-1v-3c0-0.552-0.443-1-0.999-1h-1.002zM25 18l-1 0c0 0.556-0.447 1-0.999 1h-1.002c-0.556 0-0.999-0.448-0.999-1v-3c0-0.556 0.447-1 0.999-1h1.002c0.556 0 0.999 0.448 0.999 1h1c-0.003-1.105-0.896-2-2.005-2h-0.99c-1.107 0-2.005 0.887-2.005 2.006v2.988c0 1.108 0.894 2.006 2.005 2.006h0.99c1.105 0 2.002-0.883 2.005-2z'%3E%3C/path%3E%3C/svg%3E"); }

[href$=".pdf"]:not(.preview-link):not(.tk-button):after {
  content: '';
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%2359001c'%3E%3Cpath d='M8.007 10h16.986c1.671 0 3.007 1.343 3.007 2.999v7.002c0 1.657-1.346 2.999-3.007 2.999h-16.986c-1.671 0-3.007-1.343-3.007-2.999v-7.002c0-1.657 1.346-2.999 3.007-2.999zM21 16v-2h4v-1h-5v7h1v-3h3v-1h-3zM8 15v5h1v-3h1.995c1.107 0 2.005-0.888 2.005-2 0-1.105-0.894-2-2.005-2h-2.995v2zM9 14v2h2.001c0.552 0 0.999-0.444 0.999-1 0-0.552-0.443-1-0.999-1h-2.001zM14 13v7h2.995c1.107 0 2.005-0.887 2.005-2.006v-2.988c0-1.108-0.894-2.006-2.005-2.006h-2.995zM15 14v5h2.001c0.552 0 0.999-0.444 0.999-1v-3c0-0.552-0.443-1-0.999-1h-2.001z'%3E%3C/path%3E%3C/svg%3E"); }

[href$=".png"]:not(.preview-link):after {
  content: '';
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%2359001c'%3E%3Cpath d='M8.007 10h16.986c1.671 0 3.007 1.343 3.007 2.999v7.002c0 1.657-1.346 2.999-3.007 2.999h-16.986c-1.671 0-3.007-1.343-3.007-2.999v-7.002c0-1.657 1.346-2.999 3.007-2.999zM8 15v5h1v-3h1.995c1.107 0 2.005-0.888 2.005-2 0-1.105-0.894-2-2.005-2h-2.995v2zM9 14v2h2.001c0.552 0 0.999-0.444 0.999-1 0-0.552-0.443-1-0.999-1h-2.001zM15 15l3 5h1v-7h-1v5l-3-5h-1v7h1v-5zM24 17v2h-2c-0.556 0-1-0.448-1-1v-3c0-0.556 0.448-1 1-1h3v-1h-2.995c-1.107 0-2.005 0.887-2.005 2.006v2.988c0 1.108 0.894 2.006 2.005 2.006h2.995v-4h-3v1h2z'%3E%3C/path%3E%3C/svg%3E"); }

.ftb-resources--center.ftb-resources--center {
  text-align: center; }
  .ftb-resources--center.ftb-resources--center ul {
    text-align: center;
    padding: 0;
    list-style: none; }

.ftb-resources__history {
  background: #fafafa;
  padding: 104px 28px 48px;
  text-align: center; }
  @media (min-width: 900px) {
    .ftb-resources__history .ftb-history__grid {
      display: grid;
      grid: auto-flow dense/repeat(2, 50%);
      place-items: center; }
      .ftb-resources__history .ftb-history__grid *:nth-child(4n - 1) {
        grid-column: 2; } }

.ftb-history__copy {
  margin: 128px auto;
  font-size: 1.2em;
  line-height: 1.6; }

.history__long-takes {
  margin-top: 32px; }

@media (min-width: 900px) {
  .images--horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    gap: 1%;
    margin-top: 48px; }
    .images--horizontal img {
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
      width: 40%;
      -o-object-fit: cover;
         object-fit: cover; } }

.ftb-resources__top-copy {
  background: #fafafa;
  padding: 48px 28px 48px;
  text-align: center; }
  .ftb-resources__top-copy p {
    font-size: 1em;
    margin: 16px auto 0; }
  @media (min-width: 900px) {
    .ftb-resources__top-copy {
      padding: 120px 48px;
      text-align: left; }
      .ftb-resources__top-copy p {
        font-size: 1.2em;
        margin: 16px 0 0; } }

.ftb-resources__top-img {
  --bg-img: url("img/head-resources.jpg");
  background: var(--bg-img) center no-repeat;
  background-size: cover;
  padding: 64px 48px;
  min-height: 400px; }

.top-img__special-events {
  background: url("img/special-events.jpg?v=1.1") top 20% center no-repeat;
  background-size: cover; }

.top-img__cashless {
  background: url("https://www.mda.org/sites/default/files/mda-frontend/ff/cashless.jpg?v") center no-repeat;
  background-size: cover; }

.img--mask {
  background: url("https://mda.org/sites/default/files/2020/11/ftb/FFChildMaskImage.jpg") left;
  background-size: cover; }

.img--ed {
  background: url("img/ed-tessaro-1.jpg") center;
  background-size: cover; }

.img--none {
  background: none; }
  .img--none img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    @media (min-width: 900px) {
      .img--none img {
        margin: 64px auto 0; } }

.ftb-how__top-img {
  background: url("img/cutekid.png") center no-repeat;
  background-size: cover;
  padding: 64px 48px;
  min-height: 400px; }

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

.tk-lightbox-youtube {
  height: auto; }

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

/*------------------------------------*  #Resources
\*------------------------------------*/
.ftb-resources__downloads {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  padding: 64px 48px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 900px) {
    .ftb-resources__downloads {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .ftb-resources__downloads p {
    margin: 0 auto 64px; }

.ftb-resources__social,
.ftb-resources__video,
.ftb-resources__tools {
  padding: 64px 48px;
  text-align: center;
  border-bottom: 1px solid #ccc; }
  .ftb-resources__social p,
  .ftb-resources__video p,
  .ftb-resources__tools p {
    margin: 0 auto 64px; }

.ftb-resources__text {
  padding: 64px 48px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 48px 16px; }
  .ftb-resources__text.text--wide p {
    max-width: 60em; }
  .ftb-resources__text.promo .thumbnail-image {
    margin-top: 32px; }
  .ftb-resources__text .left-align {
    padding-left: 48px; }
  .ftb-resources__text .left-align p,
  .ftb-resources__text .left-align ul,
  .ftb-resources__text .left-align ol {
    margin: 0 0 16px;
    max-width: 35em;
    line-height: 1.6;
    font-size: 1rem; }
  @media (min-width: 900px) {
    .ftb-resources__text {
      padding: 64px 48px; } }
  .ftb-resources__text h3 {
    margin-top: 16px; }
  .ftb-resources__text p {
    margin: 0 auto 16px; }
  .ftb-resources__text ul, .ftb-resources__text ol {
    text-align: left;
    max-width: 600px;
    margin: 0 auto; }

.ftb-resources__footer {
  padding: 64px 48px;
  text-align: center; }
  .ftb-resources__footer p {
    margin: 0 auto; }

.resources__iaff-header {
  margin: 48px 8px 32px; }

.resources-thumbnails.resources-thumbnails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style: none;
  padding: 0; }
  @media (min-width: 900px) {
    .resources-thumbnails.resources-thumbnails {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (min-width: 900px) {
    .resources-thumbnails.resources-thumbnails {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      max-width: 1200px;
      margin: 0 auto; }
      .resources-thumbnails.resources-thumbnails .grid-1 {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
        padding: 16px; } }

.thumbnails--center .grid-1 {
  text-align: center; }

.bordered img {
  border: 1px solid #ccc; }

.thumbnail-image {
  display: inline-block;
  text-align: center;
  margin-bottom: 48px; }
  .thumbnail-image:hover img {
    transform: translateY(-3px); }
  .thumbnail-image img {
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
    transition: transform 100ms linear;
    max-width: 250px; }
  @media (min-width: 900px) {
    .thumbnail-image {
      margin-bottom: 0; } }
  .thumbnail-image.thumbnail--large img {
    max-width: 100%; }

/*------------------------------------*  #Get Started
\*------------------------------------*/
.ftb-get-started {
  color: white;
  text-align: center;
  padding: 64px 16px;
  background: url("img/form-bg.jpg") bottom no-repeat;
  background-size: cover; }
  .ftb-get-started p {
    margin: 0 auto 32px;
    max-width: 40em; }
  @media (min-width: 900px) {
    .ftb-get-started {
      padding: 120px 48px; } }

.form-container {
  margin: 0 auto; }
  .form-container .webform-client-form {
    max-width: none; }
    .form-container .webform-client-form label {
      top: 0.9em;
      left: 1.3em; }

.tk-input-container, .wFormContainer .inputWrapper {
  display: block;
  width: 100%; }
  @media (min-width: 600px) {
    .tk-input-container, .wFormContainer .inputWrapper {
      display: inline-block;
      width: 45%; } }

@media (min-width: 600px) {
  .container--full {
    width: 92.5%;
    max-width: none; } }

.list-item__get-started {
  text-align: left;
  margin: 0 auto;
  top: 32px; }
  .list-item__get-started:after {
    background: white;
    height: 3px; }
  .list-item__get-started .icon {
    fill: white;
    top: 0px;
    height: 100px;
    width: 100px; }
  @media (min-width: 1200px) {
    .list-item__get-started {
      text-align: left;
      margin: 0;
      transform: translateX(-50%); } }

.ftb-search {
  background: #44546A;
  color: white;
  text-align: center;
  padding: 64px 48px; }
  .ftb-search .ftb-container {
    margin: 0 auto;
    max-width: 1200px; }

.ftb-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 24px;
  list-style: none; }

.ftb-card {
  background: white;
  max-width: 400px;
  min-width: 220px;
  padding: 12px;
  color: #414042;
  -ms-flex: 1;
      flex: 1;
  font-size: 0.8em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: column;
      flex-flow: column; }
  .ftb-card .ftb-card__date {
    color: #888; }
  .ftb-card h3 {
    margin-bottom: 0; }
  .ftb-card a {
    text-decoration: none;
    color: #414042; }
    .ftb-card a:hover h3, .ftb-card a:active h3 {
      text-decoration: underline; }
    .ftb-card a h3 {
      color: #A52135; }
    .ftb-card a h3:after {
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
      margin: 0 3px 0 5px; }
  .ftb-card p {
    margin-bottom: 0;
    font-size: 0.9em; }
  .ftb-card h4 {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: normal;
    color: #999; }
  .ftb-card .contact-link {
    display: block;
    border-top: 1px solid #DDD;
    margin: 12px -12px -12px;
    padding: 1px 0 4px; }
  .ftb-card .contact-link a {
    color: #A52135; }
  .ftb-card .contact-link:hover p, .ftb-card .contact-link:active p {
    text-decoration: underline; }

.zip-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 24px;
  margin-bottom: 16px; }
  .zip-form .tk-input, .zip-form .wFormContainer .inputWrapper input, .wFormContainer .inputWrapper .zip-form input, .zip-form .tk-button {
    max-width: 300px; }

.ftb-search__error {
  display: none;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 24px; }
  .ftb-search__error.visible {
    display: block; }

.ftb-leaderboard {
  padding: 64px 48px; }

.ftb-calendar {
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 4px 4px 40px #ccc;
  border-radius: 40px;
  text-align: left;
  background: white; }

.red-head {
  font-size: 2.2em;
  padding: 48px;
  background: #a50034;
  color: white;
  text-align: center;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px; }
  .red-head h3 {
    margin-bottom: 0;
    font-size: 0.9em; }

.ftb-table {
  display: block;
  margin: 0 auto; }
  .ftb-table thead {
    display: none; }
  .ftb-table tr {
    display: block;
    line-height: 1.7;
    padding: 24px; }
    .ftb-table tr:nth-child(odd) {
      background: #eee; }
  .ftb-table tbody, .ftb-table tr, .ftb-table td {
    display: block; }
  .ftb-table tbody {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  .ftb-table .col--rank {
    font-weight: bold;
    font-size: 1.5em; }
    .ftb-table .col--rank::before {
      content: '#'; }
  @media (min-width: 900px) {
    .ftb-table {
      width: 100%; }
      .ftb-table thead {
        display: block; }
      .ftb-table tbody {
        display: block;
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed; }
      .ftb-table tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
            align-items: baseline;
        width: 100%;
        padding: 0 24px;
        border-top: 1px solid #d9d9d9; }
        .ftb-table tr:nth-child(odd) {
          background: white; }
      .ftb-table td {
        border-left: 1px solid #d9d9d9; }
        .ftb-table td:first-child {
          border-left: none; }
      .ftb-table .ftb-col {
        -ms-flex: 5 auto 42%;
            flex: 5 auto 42%;
        width: 42%;
        padding: 8px 16px; }
      .ftb-table .col--rank {
        -ms-flex: 1 auto 15%;
            flex: 1 auto 15%;
        width: 15%;
        font-weight: normal;
        font-size: 1em; }
        .ftb-table .col--rank::before {
          display: none; }
      .ftb-table thead .col--rank {
        font-weight: bold; } }

.ftb-toc {
  margin-top: 24px; }

.accordian-menu {
  list-style: none;
  padding: 0;
  border: 1px solid #A52135; }
  .accordian-menu.accordian-menu {
    max-width: 400px; }
  .accordian-menu--item a {
    display: block;
    padding: 12px 24px;
    text-decoration: none; }
  .accordian-menu--item a:hover, .accordian-menu--item a:focus {
    background: #651421;
    color: white; }
  .accordian-menu--item__selected {
    background: #A52135;
    color: white; }
    .accordian-menu--item__selected a {
      color: white; }

.ftb-accordian-item {
  display: none; }
  .ftb-accordian-item.accordian--visible {
    display: block; }

iframe {
  width: 100%;
  min-height: 400px;
  display: block; }

.ftb__border {
  border: 1px solid #d9d9d9;
  padding: 8px 12px;
  margin-bottom: 16px; }
  .ftb__border p:last-child {
    margin-bottom: 0; }

/*------------------------------------*  #MDA Contacts
\*------------------------------------*/
.map-and-key {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 1rem; }
  .map-and-key img {
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .map-and-key ul {
    margin: 0 auto;
    padding: 0;
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    list-style: none;
    text-align: left;
    max-width: 40ch; }
  .map-and-key li {
    margin-bottom: 4px; }
  @media (min-width: 900px) {
    .map-and-key img {
      -ms-flex: 1;
          flex: 1;
      width: 50%; }
    .map-and-key ul {
      -ms-flex: 1;
          flex: 1; } }

.ftb-contacts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 24px; }
  .ftb-contacts .contacts__empty {
    display: none; }
    @media (min-width: 1250px) {
      .ftb-contacts .contacts__empty {
        display: block; } }

.ftb-contacts__contact h2 {
  color: #a50034;
  font-size: 1.4em; }

.ftb-contacts__contact p {
  margin-bottom: 16px; }

.ftb-contacts__district.ftb-contacts__district {
  margin: 0 0 8px;
  background: var(--bg-color, #485cc7);
  color: var(--color, white);
  font-weight: bold;
  font-size: 0.9em;
  padding: 4px 16px;
  border-radius: 12px; }

.ftb-contacts__district + p {
  margin-top: 16px; }
