@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: 400; }

.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: 400;
    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/sites/default/files/mda-frontend/homepage/webp/resource_center-bg.webp");
  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; }

@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.7em;
  font-weight: bold;
  line-height: 0.9; }
  .icon-nav-item .icon {
    display: block;
    fill: #485cc7;
    width: 35px;
    padding: 0 5px;
    margin: 2px auto 0; }
  @media (min-width: 600px) {
    .icon-nav-item {
      font-size: 0.9em; } }
  @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: 20px;
    font-weight: bold;
    font-size: 0.7em; }
    @media (min-width: 600px) {
      .ham-bar span {
        font-size: 0.9em;
        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; }
