.sbf-toggletip__close-button, .sbf-tooltip-button, .sbf-toggletip-button {
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  text-decoration: none;
}

.sbf-toggletip__close-button svg, .sbf-tooltip-button svg, .sbf-toggletip-button svg {
  width: 100%;
  height: 100%;
}

.sbf-toggletip__close-button:focus, .sbf-tooltip-button:focus, .sbf-toggletip-button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.sbf-tooltip, .sbf-toggletip {
  cursor: pointer;
  -webkit-text-decoration-color: var(--sbf-palette-blue-500);
  text-decoration-color: var(--sbf-palette-blue-500);
  text-underline-offset: 18%;
  text-decoration-thickness: calc(1em / 10);
  display: inline-block;
  position: relative;
  text-decoration-line: underline !important;
  text-decoration-style: dotted !important;
}

.sbf-tooltip.sbf-badge, .sbf-toggletip.sbf-badge {
  text-underline-offset: 0 !important;
  text-decoration: none !important;
}

.sbf-tooltip-button, .sbf-toggletip-button {
  background: none;
}

.sbf-tooltip-link, .sbf-toggletip-link {
  font-weight: var(--sbf-font-weight-600);
}

.sbf-tooltip-link--blue-500, .sbf-toggletip-link--blue-500 {
  color: #005595;
}

.sbf-tooltip-link--blue-500:hover, .sbf-toggletip-link--blue-500:hover, .sbf-tooltip-link--blue-500:active, .sbf-toggletip-link--blue-500:active {
  color: #002949;
}

.sbf-tooltip-link--yellow-200, .sbf-toggletip-link--yellow-200 {
  color: #f3d36e;
}

.sbf-tooltip-link--yellow-200:hover, .sbf-toggletip-link--yellow-200:hover, .sbf-tooltip-link--yellow-200:active, .sbf-toggletip-link--yellow-200:active {
  color: #edbe27;
}

.sbf-tooltip__element, .sbf-toggletip__element {
  padding: var(--sbf-space-16);
  text-align: left;
  border-radius: var(--sbf-border-radius-8);
  z-index: 10003;
  cursor: auto;
  background-color: var(--tooltip-bg);
  width: max-content;
  max-width: 320px;
  color: var(--tooltip-text);
  flex-direction: column;
  font-weight: normal;
  display: flex;
  position: absolute;
  box-shadow: 0 4px 12px #00000026;
}

@media (min-width: 480px) {
  .sbf-tooltip__element, .sbf-toggletip__element {
    max-width: 350px;
  }
}

.sbf-tooltip__element--light, .sbf-toggletip__element--light {
  --tooltip-bg: #fff;
  --tooltip-text: #353535;
  --tooltip-link-color: #005595;
  --tooltip-link-hover-color: #002949;
  --tooltip-btn-bg: #e5e5e5;
  --tooltip-btn-hover: #ccc;
  --tooltip-arrow-color: #fff;
}

.sbf-tooltip__element--dark, .sbf-toggletip__element--dark {
  --tooltip-bg: #353535;
  --tooltip-text: #fff;
  --tooltip-link-color: #f3d36e;
  --tooltip-link-hover-color: #edbe27;
  --tooltip-btn-bg: #6e6e6e;
  --tooltip-btn-hover: #555;
  --tooltip-arrow-color: #353535;
}

.sbf-tooltip__element a, .sbf-toggletip__element a {
  color: var(--tooltip-link-color);
  font-weight: var(--sbf-font-weight-600);
  text-decoration: underline;
}

.sbf-tooltip__element a:hover, .sbf-tooltip__element a:active, .sbf-tooltip__element a:focus, .sbf-toggletip__element a:hover, .sbf-toggletip__element a:active, .sbf-toggletip__element a:focus {
  color: var(--tooltip-link-hover-color);
}

.sbf-tooltip__element ul, .sbf-toggletip__element ul {
  margin: 0;
  list-style: none;
}

.sbf-tooltip__element .sbf-tooltip__element-arrow, .sbf-tooltip__element .sbf-toggletip__element-arrow, .sbf-toggletip__element .sbf-tooltip__element-arrow, .sbf-toggletip__element .sbf-toggletip__element-arrow {
  z-index: 10003;
  background-color: var(--tooltip-arrow-color);
  width: 12px;
  height: 12px;
  position: absolute;
  transform: rotate(45deg);
}

.sbf-tooltip__content, .sbf-toggletip__content {
  letter-spacing: normal;
  gap: var(--sbf-space-4);
  flex-direction: column;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
  display: flex;
}

.sbf-tooltip__content a, .sbf-toggletip__content a {
  font-weight: var(--sbf-font-weight-600);
  text-decoration: underline;
}

.sbf-tooltip__copy, .sbf-toggletip__copy {
  margin: 0;
}

.sbf-tooltip__content {
  gap: var(--sbf-space-8);
}

.sbf-toggletip__element .sbf-toggletip__content .sbf-toggletip__content__link {
  color: var(--tooltip-link-color);
  font-weight: var(--sbf-font-weight-600);
  text-decoration: underline;
}

.sbf-toggletip__element .sbf-toggletip__content .sbf-toggletip__content__link:hover, .sbf-toggletip__element .sbf-toggletip__content .sbf-toggletip__content__link:active, .sbf-toggletip__element .sbf-toggletip__content .sbf-toggletip__content__link:focus {
  color: var(--tooltip-link-hover-color);
}

.sbf-toggletip__element .sbf-toggletip__footer a {
  color: var(--tooltip-link-color);
  font-weight: var(--sbf-font-weight-600);
  text-decoration: underline;
}

.sbf-toggletip__element .sbf-toggletip__footer a:hover, .sbf-toggletip__element .sbf-toggletip__footer a:active, .sbf-toggletip__element .sbf-toggletip__footer a:focus {
  color: var(--tooltip-link-hover-color);
}

.sbf-toggletip__heading {
  letter-spacing: -.008em;
  margin: 0 0 8px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
}

.sbf-toggletip__heading:has(.sbf-toggletip__close-button) {
  justify-content: space-between;
  align-items: center;
  gap: var(--sbf-space-24);
  display: flex;
}

.sbf-toggletip__footer {
  margin: var(--sbf-space-16) 0 0 0;
}

.sbf-toggletip__footer a {
  gap: var(--sbf-space-4);
  align-items: center;
  display: flex;
}

.sbf-toggletip__footer a svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0 0 0 var(--sbf-space-4);
}

.sbf-toggletip__close-button {
  background: var(--tooltip-btn-bg);
  border-radius: var(--sbf-border-radius-4);
}

.sbf-toggletip__close-button:hover {
  background: var(--tooltip-btn-hover);
}

.sbf-toggletip__element, .sbf-tooltip-template, .mypage--editable .fancy-buttons.is-pinned .link-give-by {
  display: none;
}

.fancy-buttons .sbf-mark {
  height: 100%;
  padding: 0;
  display: none;
}

.fancy-buttons .sbf-mark .icon {
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.fancy-buttons.is-pinned {
  z-index: 111151;
  color: #fff;
  text-align: right;
  background: #000000eb;
  height: 82px;
  line-height: 82px;
  transition: background .35s linear;
  position: fixed;
  inset: 0 0 auto;
}

.fancy-buttons.is-pinned .link-give-by {
  display: inline;
}

.fancy-buttons.is-pinned .sbf-mark, .fancy-buttons.is-pinned .tagline {
  float: left;
  color: #fff;
  display: block;
}

.no-animate {
  transition: none !important;
}

.fancy-buttons.is-pinned .fancy-buttons__inner {
  min-width: 280px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

[role="main"] {
  margin-top: -25px;
}

@media (min-width: 760px) {
  [role="main"] {
    margin-top: -48px;
  }
}

.tk-editable-ui, .tk-editable-ui--large {
  display: none;
}

.old-header__right-block {
  top: -28px;
}

@media (min-width: 760px) {
  .old-header__right-block {
    top: -6px;
  }
}

.old-header__right-block .button {
  display: none;
}

.old-header__right-block .old-header__nav {
  padding: 0;
  top: 0;
}

@media (min-width: 760px) {
  .old-header__right-block .old-header__search {
    visibility: hidden;
    width: 0;
    margin: 0;
    overflow: hidden;
  }
}

.mypage-header {
  color: #fff;
  background-color: #353535;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 -8px;
  padding: 200px 0 40px;
}

.mypage-header .button.button {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.mypage-header a {
  color: #005595;
}

.mypage-header a:hover, .mypage-header a:active {
  color: #002949;
}

.mypage-header a {
  border: none;
  font-weight: 600;
  text-decoration: underline;
}

@media (min-width: 760px) {
  .mypage-header a {
    color: #f3d36e;
  }

  .mypage-header a:hover, .mypage-header a:active {
    color: #edbe27;
  }
}

.mypage-header .donate-button {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #1c6b3d;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #1c6b3d;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.mypage-header .donate-button:hover, .mypage-header .donate-button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #114326;
  border-color: #114326;
}

.mypage-header .donate-button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.mypage-header .donate-button.disabled, .mypage-header .donate-button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.mypage-header .donate-button.disabled:hover, .mypage-header .donate-button.disabled:focus, .mypage-header .donate-button[disabled]:hover, .mypage-header .donate-button[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #1c6b3d;
  border-color: #1c6b3d;
}

.mypage-header .donate-button {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.mypage-header .join-button {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.mypage-header .join-button:hover, .mypage-header .join-button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.mypage-header .join-button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.mypage-header .join-button.disabled, .mypage-header .join-button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.mypage-header .join-button.disabled:hover, .mypage-header .join-button.disabled:focus, .mypage-header .join-button[disabled]:hover, .mypage-header .join-button[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.mypage-header .join-button {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.mypage-header:before {
  content: " ";
  z-index: 1;
  background: linear-gradient(#0000000a 0%, #0000000d 1%, #0009 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mypage-header:after {
  content: "";
  z-index: 1;
  background: linear-gradient(#00000080 0%, #0000 50%, #353535 150%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 759px) {
  .mypage-header {
    background-color: #f5f5f5;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 275px;
    margin: 0 -7px;
  }
}

.mypage-header__flag {
  z-index: 5;
  padding: 0 0 16px;
  display: block;
}

@media (min-width: 760px) {
  .mypage-header__flag {
    padding: 32px 16px;
  }
}

.mypage-header__flag h1 {
  letter-spacing: -.015em;
  word-wrap: break-word;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

.mypage-header__flag h2 {
  letter-spacing: normal;
  margin-bottom: 8px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.33333;
}

.mypage-header__flag p {
  letter-spacing: normal;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.375;
}

.mypage-header__flag .small {
  letter-spacing: normal;
  margin-top: 8px;
  padding-right: 5px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
  display: inline-block;
  position: relative;
}

@media (max-width: 759px) {
  .mypage-header__flag .flag__body {
    text-align: center;
    padding-left: 0;
    display: block;
  }
}

.flag__image {
  width: 200px;
  height: 200px;
}

.flag__image img {
  background-color: var(--sbf-palette-white);
  width: 200px;
  height: 200px;
  padding: 3px;
  box-shadow: 0 0 0 1px #ccc;
}

@media (max-width: 759px) {
  .flag__image img {
    margin: -75px auto 50px;
    box-shadow: 0 12px 0 -6px #858585;
  }
}

.fancy-buttons {
  display: none;
  position: absolute;
  bottom: 34px;
  right: 24px;
}

@media (min-width: 1080px) {
  .fancy-buttons {
    display: block;
    right: 23px;
  }
}

.fancy-buttons .button {
  text-align: center;
  min-width: 150px;
  margin-left: 16px;
}

.fancy-buttons.is-pinned .button.button {
  line-height: 1.15em;
}

.fancy-buttons .link-give-by {
  text-align: center;
  z-index: 2;
  margin: 4px 0 0 16px;
  display: block;
}

.participant-id, .event-id, .team-id, .fundraiser-id, .kid-id {
  color: #fffc;
  letter-spacing: .21em;
  text-transform: uppercase;
  z-index: 3;
  min-width: 5px;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0 22px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
}

.participant-id.desktop-only, .event-id.desktop-only, .team-id.desktop-only, .fundraiser-id.desktop-only, .kid-id.desktop-only {
  text-align: right;
  position: relative;
  top: -157px;
}

.participant-id.mobile-only, .event-id.mobile-only, .team-id.mobile-only, .fundraiser-id.mobile-only, .kid-id.mobile-only {
  text-align: center;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
}

@media (max-width: 759px) {
  .mypage-header {
    color: #353535;
    padding: 0;
  }

  .mypage-header:after, .mypage-header:before {
    z-index: 1;
    height: 275px;
  }

  .mypage-header__flag {
    top: 0;
  }

  .flag__image, .flag__body {
    text-align: center;
    display: block;
  }

  .flag__body {
    padding-left: 0;
  }

  .flag__image {
    margin: -115px auto 50px;
  }
}

@media (min-width: 760px) {
  .mypage__header {
    border-bottom: none;
    margin: 0 -8px;
  }
}

.mypage__content {
  color: #353535;
  padding: 36px 0;
}

@media (min-width: 760px) {
  .mypage__content {
    padding: 70px 0;
  }

  .mypage__content > div {
    flex-flow: row;
    display: flex;
  }
}

.ellipses, .kid-info-content p, .kid-info-content h3, .fundraising__stats li span.totals__name, .fundraising__stats li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mypage__sidebar {
  text-align: center;
  width: 100%;
  min-width: 300px;
  padding: 0 24px;
}

.mypage__sidebar h2 {
  margin-bottom: 10px;
}

.mypage__sidebar h3 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.mypage__sidebar p {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
}

@media (max-width: 759px) {
  .mypage__sidebar p {
    max-width: 350px;
    margin: 0 auto 25px;
  }
}

.mypage__sidebar .condensed-header {
  margin-bottom: .5em;
}

@media (min-width: 900px) {
  .mypage__sidebar .condensed-header {
    margin-bottom: 20px;
  }
}

.mypage__sidebar--bottom {
  order: 2;
}

.mypage__sidebar a {
  color: #005595;
}

.mypage__sidebar a:hover, .mypage__sidebar a:active {
  color: #002949;
}

.mypage__sidebar a {
  border: none;
  font-weight: 600;
  text-decoration: underline;
}

.mypage__sidebar .button {
  border-bottom: none !important;
}

.mypage__sidebar .research-link {
  padding: 2px 0 0;
}

@media (min-width: 760px) {
  .mypage__sidebar {
    text-align: left;
    flex: auto;
    width: 38%;
    padding-left: 6px;
  }
}

@media (min-width: 900px) {
  .mypage__sidebar {
    padding: 0 32px 0 8px;
  }
}

@media (min-width: 1100px) {
  .mypage__sidebar {
    padding: 0 32px 0 15px;
  }
}

.mypage__sidebar .event-id {
  display: block;
}

@media (min-width: 760px) {
  .mypage__sidebar .event-id {
    display: none;
  }
}

.mypage__sidebar .mypage__fundraising__give-by-link {
  flex-wrap: wrap;
  justify-content: center;
  margin: 12px auto 0;
  display: flex;
}

@media (min-width: 760px) {
  .mypage__sidebar .mypage__fundraising__give-by-link {
    margin: 0 auto;
  }
}

.mypage__sidebar .mypage__fundraising__give-by-link p, .mypage__sidebar .mypage__fundraising__give-by-link ul {
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
}

.mypage__sidebar .mypage__fundraising__give-by-link p {
  letter-spacing: normal;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

.mypage__sidebar .mypage__fundraising__give-by-link ul {
  gap: 8px;
  margin: 0 0 0 4px;
  list-style-type: none;
  display: flex;
}

.mobile-stats {
  display: none;
}

.fundraising__raised.fundraising__raised {
  color: #1c6b3d;
  margin-bottom: 5px;
  font-size: 28px;
}

.fundraising__goal {
  letter-spacing: .21em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .75em;
  font-weight: normal;
  line-height: 1.5;
}

.fundraising__controls {
  text-align: center;
  align-self: flex-start;
  width: 100%;
  margin-top: -.3em;
  line-height: 1.6;
}

@media (max-width: 759px) {
  .fundraising__controls {
    margin: 10px 0 -11px;
  }
}

.fundraising__controls p {
  letter-spacing: normal;
  margin: 0 auto;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (max-width: 1079px) {
  .fundraising__controls .donate-by-phone-small {
    display: none;
  }
}

@media (min-width: 1080px) {
  .fundraising__controls .donate-by-phone-large {
    display: none;
  }
}

.fundraising__controls .donation-form-download {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (max-width: 1079px) {
  .fundraising__controls .donation-form-download {
    display: none;
  }
}

@media (min-width: 1080px) {
  .fundraising__controls {
    text-align: left;
    border-left: 1px solid #ccc;
    width: auto;
    margin-left: 16px;
    padding-left: 16px;
  }
}

.fundraising__stats {
  text-align: left;
  margin-top: 40px;
}

.fundraising__stats h3 {
  display: inline-block;
}

.fundraising__stats ol {
  counter-reset: aCounter;
  list-style: none;
}

.fundraising__stats li {
  letter-spacing: normal;
  counter-increment: aCounter;
  z-index: 1;
  flex-flow: row;
  padding-bottom: 8px;
  padding-left: 16px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
  display: flex;
}

.fundraising__stats li:before {
  content: counter(aCounter) ". ";
  color: #353535;
  position: absolute;
  left: 0;
}

.fundraising__stats li .donor__name {
  word-break: break-word;
}

.fundraising__stats li span.dash {
  border-bottom: 1px solid #ced1d6;
  flex: 1;
  margin: 0 5px 5px;
}

.fundraising__stats li span, .fundraising__stats li a {
  padding: 0;
  display: inline-block;
}

.fundraising__stats li a {
  max-width: 55%;
}

.fundraising__stats li span.totals__name {
  word-break: break-word;
  max-width: 55%;
}

.fundraising__stats .totals__amount, .fundraising__stats .sidebar__date {
  float: right;
  color: #353535;
}

.fundraising__stats-view-all {
  letter-spacing: normal;
  float: right;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
  top: 4px;
}

.stats--green a {
  color: #1c6b3d;
}

.stats--green a:hover, .stats--green a:active {
  color: #0c2e1a;
}

.stats--green a {
  border: none;
  font-weight: 600;
  text-decoration: underline;
}

.mobile-callout {
  display: block;
}

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

  .desktop-callout {
    display: block;
  }
}

.desktop-callout {
  display: none;
}

.anniversary-callout {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
  margin: 25px -8px 0;
  padding: 0 20px;
  display: block;
}

.anniversary-callout .logo-anniversary {
  text-align: center;
  padding-top: 24px;
}

.anniversary-callout svg {
  max-height: 100px;
}

@media (min-width: 760px) {
  .anniversary-callout {
    margin: 25px 0 0;
    padding: 0 49px;
  }
}

.national-partner {
  margin-top: 40px;
}

.national-partner .condensed-header {
  margin-bottom: 10px;
}

.national-partner .partner-logo {
  text-align: center;
}

.national-partner svg {
  max-height: 80px;
}

.mypage__main-column {
  width: 100%;
  min-width: 300px;
  padding: 32px 16px 0;
  overflow-x: hidden;
}

.mypage__main-column h2 {
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 32px;
}

@media (min-width: 480px) {
  .mypage__main-column {
    min-width: 350px;
  }
}

@media (min-width: 760px) {
  .mypage__main-column {
    flex: auto;
    width: 62%;
    padding: 0 16px 0 24px;
    box-shadow: -1px 0 #ccc;
  }
}

@media (min-width: 900px) {
  .mypage__main-column {
    padding: 0 15px 0 32px;
  }
}

@media (min-width: 1090px) {
  .mypage__main-column {
    padding: 0 24px 0 32px;
  }
}

.mypage__main-column .mypage__message {
  letter-spacing: .01em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 900px) {
  .mypage__main-column .mypage__message {
    letter-spacing: .005em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

.mypage__main-column .mypage__message a {
  color: #005595;
}

.mypage__main-column .mypage__message a:hover, .mypage__main-column .mypage__message a:active {
  color: #002949;
}

.mypage__main-column .mypage__message a {
  border: none;
  font-weight: 600;
  text-decoration: underline;
}

.mypage__gallery {
  text-align: center;
  margin-top: -1px;
  margin-left: -7px;
  margin-right: -7px;
  padding-bottom: 36px;
}

@media (min-width: 760px) {
  .mypage__gallery {
    background-color: #f5f5f5;
    border-top: 1px solid #dbdbdb;
    margin-left: -8px;
    margin-right: -8px;
  }
}

.mypage__gallery .inner {
  width: 100%;
}

.mypage__gallery .condensed-header {
  margin-top: .5em;
  margin-bottom: .5em;
}

.mypage__gallery ul {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  transition: opacity .2s linear;
  display: flex;
}

.mypage__gallery .mypage__gallery--flex-start {
  justify-content: flex-start;
}

.mypage__gallery .mypage__gallery--space-between {
  justify-content: space-between;
}

.mypage__gallery .mypage__gallery--centered {
  justify-content: center;
}

.mypage__gallery .mypage__gallery--fade-out {
  opacity: .5;
  justify-content: center;
}

.mypage__gallery .gallery__img, .mypage__gallery .add-photo {
  letter-spacing: normal;
  float: left;
  background: #fff;
  border: 3px solid #fff;
  flex: none;
  width: 160px;
  min-width: 0;
  height: 160px;
  margin: 8px 8px 14px;
  padding: 3px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
  transition: width .2s linear;
  display: inline-block;
  box-shadow: 0 0 0 1px #ccc, 0 11px 0 -5px #0003;
}

@media (min-width: 1080px) {
  .mypage__gallery .gallery__img, .mypage__gallery .add-photo {
    width: 164px;
    height: 164px;
  }
}

.mypage__gallery .gallery__img:hover, .mypage__gallery .add-photo:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px #ccc, 0 14px 0 -5px #0003;
}

.mypage__gallery .gallery__img .img-link, .mypage__gallery .add-photo .img-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mypage__gallery .gallery__img img, .mypage__gallery .add-photo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.mypage__gallery .gallery__img a:link, .mypage__gallery .add-photo a:link, .mypage__gallery .gallery__img a:visited, .mypage__gallery .add-photo a:visited {
  border-bottom: none;
  padding: 0;
  font-weight: 600;
}

.mypage__gallery .add-photo {
  box-shadow: 0 11px 0 -5px #0003;
}

.mypage__gallery .add-photo:hover {
  cursor: pointer;
  transform: none;
  box-shadow: 0 11px 0 -5px #0003;
}

.mypage--main .mypage__gallery .list-header {
  background: none;
  border-bottom: 0;
  margin: 0 auto;
}

.mypage--main .mypage__gallery .list-header .condensed-header {
  float: none;
  margin: 26px 0;
}

.mypage--main .mypage__gallery ul {
  padding: 0 24px;
}

.mypage--gallery .mypage__gallery {
  text-align: left;
  background: none;
  border-top: 0;
}

.mypage--gallery .mypage__gallery ul {
  justify-content: center;
}

@media (min-width: 760px) {
  .mypage--gallery .mypage__gallery ul {
    justify-content: flex-start;
  }
}

.mypage--gallery .add-photo p {
  text-align: center;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
}

@media (max-width: 759px) {
  .mypage__gallery .list-header .condensed-header {
    margin: 30px 0 6px;
  }

  .mypage--gallery .mypage__gallery ul {
    width: auto;
    margin: 38px 46px 0;
  }
}

.gallery-view-more {
  letter-spacing: normal;
  border: none;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  font-weight: 600;
  line-height: 1.28571;
  text-decoration: underline;
}

.overlay.mypage-single-photo-overlay, .overlay.mypage-single-photo-overlay.lightbox {
  box-shadow: none;
  text-align: center;
  background: none;
  margin-top: 12px;
  padding: 0;
  bottom: 0;
  overflow: hidden;
}

@media (min-width: 760px) {
  .overlay.mypage-single-photo-overlay, .overlay.mypage-single-photo-overlay.lightbox {
    text-align: center;
    width: 90%;
    height: 90%;
    overflow-y: hidden;
  }
}

.overlay.mypage-single-photo-overlay img, .overlay.mypage-single-photo-overlay.lightbox img {
  width: 100%;
  padding: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.overlay.mypage-single-photo-overlay .caption-wrapper, .overlay.mypage-single-photo-overlay.lightbox .caption-wrapper {
  color: #fff;
  background: #000000e6;
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay.mypage-single-photo-overlay .caption-wrapper.empty, .overlay.mypage-single-photo-overlay.lightbox .caption-wrapper.empty {
  display: none;
}

.overlay.mypage-single-photo-overlay .caption-wrapper [contenteditable], .overlay.mypage-single-photo-overlay.lightbox .caption-wrapper [contenteditable] {
  min-height: 2em;
}

.overlay.mypage-single-photo-overlay .show-next-photo, .overlay.mypage-single-photo-overlay .show-prev-photo, .overlay.mypage-single-photo-overlay.lightbox .show-next-photo, .overlay.mypage-single-photo-overlay.lightbox .show-prev-photo {
  letter-spacing: -.005em;
  color: #fff;
  z-index: 1;
  background: #000c;
  border-radius: 0 4px 4px 0;
  padding: 6px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.25;
  position: absolute;
  top: 48%;
  left: 0;
}

.overlay.mypage-single-photo-overlay .show-next-photo, .overlay.mypage-single-photo-overlay.lightbox .show-next-photo {
  border-radius: 4px 0 0 4px;
  left: auto;
  right: 0;
}

.ellipses, .kid-info-content p, .kid-info-content h3, .fundraising__stats li a, .fundraising__stats li span.totals__name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mypage__kids {
  padding-top: 24px;
}

.mypage__kids .mypage__kids__content h3, .mypage__kids .mypage__kids__content p {
  padding: 0 12px;
}

.mypage__kids .mypage__kids__content h3 {
  letter-spacing: -.015em;
  white-space: nowrap;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .mypage__kids .mypage__kids__content h3 {
    text-align: left;
  }
}

.mypage__kids .mypage__kids__content p {
  letter-spacing: .005em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .mypage__kids {
    margin: 0 -12px;
  }
}

.mypage__kids .centered {
  text-align: center;
}

@media (min-width: 760px) {
  .mypage__kids .centered {
    text-align: left;
  }
}

.kid_anchor {
  top: -75px;
}

.kid-container {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 12px;
  list-style: none;
  display: flex;
}

@media (min-width: 760px) {
  .kid-container {
    margin-bottom: 0;
  }
}

@media (min-width: 989px) {
  .kid-container {
    padding: 0;
  }
}

.kid-info {
  text-align: left;
  background: linear-gradient(#353535 87px, #f5f5f5 87px);
  border: 1px solid #fff;
  flex: 1 0 auto;
  width: 100%;
  margin: 12px 0;
}

@media (min-width: 630px) and (max-width: 759px) {
  .kid-info {
    border: 1px solid #dbdbdb;
    flex: 1 0 46%;
    max-width: 46%;
    margin: 14px 2%;
  }
}

@media (min-width: 989px) {
  .kid-info {
    border: 1px solid #dbdbdb;
    flex: 1 0 46%;
    max-width: 46%;
    margin: 14px 2%;
  }
}

.kid-info-inner {
  flex-flow: row;
  display: flex;
}

.kid-info-inner .photo-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  display: flex;
}

.kid-info-inner .photo-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.kid-info-content {
  flex: 1 0 50%;
  min-width: 0;
  padding: 16px;
}

.kid-info-content h3 {
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 48px;
  padding-top: 16px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.33333;
}

.kid-info-content p {
  letter-spacing: normal;
  color: #717171;
  margin: 2px 0 0 -87px;
  padding: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
}

.kid-info-content .icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 4px 4px 4px 0;
}

@-moz-document url-prefix() {
  .kid-info {
    background: linear-gradient(#353535 87px, #f5f5f5 87px);
  }
}

.more-than-two .kid-info {
  background: #353535;
}

.more-than-two .kid-info .kid-info-inner .photo-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
}

.more-than-two .kid-info .kid-info-inner .photo-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.more-than-two .kid-info .kid-info-inner .kid-info-content {
  padding: 16px 16px 0;
}

.more-than-two .kid-info .kid-info-inner .kid-info-content h3 {
  letter-spacing: normal;
  margin-bottom: 0;
  padding-top: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
}

.more-than-two .kid-info .kid-info-inner .kid-info-content p {
  letter-spacing: normal;
  color: #fff;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
}

.more-than-two .kid-info .kid-info-inner .kid-info-content p:before {
  content: "●";
}

.more-than-two .kid-info .kid-info-inner .kid-info-content .icon, .more-than-two .kid-info .kid-info-inner .kid-info-content .kid__location {
  display: none;
}

@media (max-width: 988px) {
  .kid-info {
    background: #353535;
  }

  .kid-info .kid-info-inner .photo-wrapper {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    display: flex;
  }

  .kid-info .kid-info-inner .photo-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .kid-info .kid-info-inner .kid-info-content {
    padding: 16px 16px 0;
  }

  .kid-info .kid-info-inner .kid-info-content h3 {
    letter-spacing: normal;
    margin-bottom: 0;
    padding-top: 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: .875em;
    line-height: 1.28571;
  }

  .kid-info .kid-info-inner .kid-info-content p {
    letter-spacing: normal;
    color: #fff;
    margin: 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: .875em;
    line-height: 1.28571;
  }

  .kid-info .kid-info-inner .kid-info-content p:before {
    content: "●";
  }

  .kid-info .kid-info-inner .kid-info-content .icon, .kid-info .kid-info-inner .kid-info-content .kid__location {
    display: none;
  }
}

.mypage__fundraising {
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 auto;
  display: flex;
}

.mypage__fundraising .button {
  text-align: center;
  flex: 1;
  margin-bottom: 24px;
}

.mypage__fundraising .button.mobile-only {
  margin: 0 20px 10px 0;
}

.mypage__fundraising .join-button {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.mypage__fundraising .join-button:hover, .mypage__fundraising .join-button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.mypage__fundraising .join-button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.mypage__fundraising .join-button.disabled, .mypage__fundraising .join-button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.mypage__fundraising .join-button.disabled:hover, .mypage__fundraising .join-button.disabled:focus, .mypage__fundraising .join-button[disabled]:hover, .mypage__fundraising .join-button[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.mypage__fundraising .join-button {
  font-size: var(--sbf-font-size-16);
  min-width: initial;
  padding: 12px;
  line-height: 1.15em;
}

.mypage__fundraising .donate-button {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #1c6b3d;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #1c6b3d;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.mypage__fundraising .donate-button:hover, .mypage__fundraising .donate-button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #114326;
  border-color: #114326;
}

.mypage__fundraising .donate-button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.mypage__fundraising .donate-button.disabled, .mypage__fundraising .donate-button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.mypage__fundraising .donate-button.disabled:hover, .mypage__fundraising .donate-button.disabled:focus, .mypage__fundraising .donate-button[disabled]:hover, .mypage__fundraising .donate-button[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #1c6b3d;
  border-color: #1c6b3d;
}

.mypage__fundraising .donate-button {
  font-size: var(--sbf-font-size-16);
  min-width: initial;
  padding: 12px;
  line-height: 1.15em;
}

@media (max-width: 760px) {
  .mypage__fundraising {
    max-width: 350px;
  }
}

@media (min-width: 900px) {
  .mypage__fundraising {
    background: #f5f5f5;
    border: 1px solid #dbdbdb;
    margin: 0;
    padding: 16px;
  }
}

.fundraising__list {
  margin-top: 0;
}

.fundraising__list h2 + a {
  letter-spacing: normal;
  border-bottom: none;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  font-weight: 700;
  line-height: 1.28571;
}

.fundraising__list h2 + a .icon {
  vertical-align: top;
  width: 16px;
  height: 21px;
  margin: 0 2px 0 0;
}

.fundraising__list h3 {
  color: #005595;
}

.fundraising__list ol {
  counter-reset: none;
}

.fundraising__list li {
  letter-spacing: normal;
  counter-increment: none;
  border-bottom: 1px solid #ced1d6;
  flex-flow: row;
  padding: 10px 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
  display: flex;
}

.fundraising__list li:before {
  content: none;
}

.fundraising__list li:first-child {
  border-top: 1px solid #ced1d6;
}

.fundraising__list li span.dash {
  flex: 1;
}

.fundraising__list li span.donor__name {
  width: 80%;
}

.fundraising__list .spinner {
  margin: 10px auto 3em;
}

.list-body {
  padding: 0 20px;
}

@media (min-width: 760px) {
  .list-body {
    padding: 0;
  }
}

.list-header {
  background-color: #f5f5f5;
  border-top: 1px solid #ced1d6;
  border-bottom: 1px solid #ced1d6;
  margin: 30px -23px;
  padding: 4px 0 0;
}

.list-header:after {
  content: "";
  clear: both;
  display: table;
}

@media (min-width: 760px) {
  .list-header {
    background: none;
    border: none;
    margin: 0;
  }
}

.list-header .condensed-header {
  letter-spacing: -.015em;
  text-align: center;
  clear: both;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
  display: block;
}

@media (min-width: 760px) {
  .list-header .condensed-header {
    float: left;
  }
}

.fundraising__list .list-header .condensed-header, .event__lists .list-header .condensed-header {
  margin: 26px 0 16px;
}

@media (min-width: 760px) {
  .fundraising__list .list-header .condensed-header, .event__lists .list-header .condensed-header {
    float: left;
    text-align: left;
    width: 100%;
    margin: 0 0 16px;
  }
}

@media (min-width: 900px) {
  .fundraising__list .list-header .condensed-header, .event__lists .list-header .condensed-header {
    width: auto;
    margin-bottom: 0;
  }
}

.back-to-mypage {
  border-radius: var(--sbf-border-radius-4);
  color: var(--sbf-palette-blue-500);
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  line-height: 1.5;
  font-size: var(--sbf-font-size-18);
  background-color: initial;
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  min-width: initial;
  border: 0;
  margin-bottom: 10px;
  padding: 16px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.back-to-mypage:hover, .back-to-mypage:focus {
  background-color: initial;
  color: var(--sbf-palette-black);
}

.back-to-mypage {
  text-align: center;
  clear: both;
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  text-decoration: none;
  display: block;
}

@media (min-width: 760px) {
  .back-to-mypage {
    float: left;
    clear: left;
    margin: 0 0 15px;
    padding-left: 0;
  }
}

@media (min-width: 900px) {
  .back-to-mypage {
    padding-top: 8px;
  }
}

.back-to-mypage .icon {
  vertical-align: top;
  width: 16px;
  height: 21px;
  margin: 0 2px 0 0;
}

.mypage__search {
  width: 75%;
  margin: 0 auto;
  padding: 4px 0;
  display: block;
}

@media (min-width: 760px) {
  .mypage__search {
    float: left;
    width: 250px;
    display: inline-block;
  }

  .mypage__search:before, .mypage__search:after {
    content: " ";
    display: table;
  }

  .mypage__search:after {
    clear: both;
  }
}

@media (min-width: 900px) {
  .mypage__search {
    float: right;
    padding-top: 0;
  }
}

.mypage__search .inline-input {
  font-family: var(--sbf-font-family-sans);
  cursor: text;
  margin: 0 12px 0 0;
  padding: 12px 0;
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
  display: inline-block;
  position: relative;
}

.mypage__search .inline-input input, .mypage__search .inline-input textarea, .mypage__search .inline-input select {
  width: 100%;
  font-size: 1em;
  font-family: var(--sbf-font-family-sans);
  color: var(--sbf-palette-black);
  border-radius: var(--sbf-border-radius-4);
  background: var(--sbf-palette-white);
  border: 1px solid var(--sbf-palette-gray-400);
  box-shadow: none;
  appearance: none;
  padding: 1em;
}

.mypage__search .inline-input input[type="number"], .mypage__search .inline-input textarea[type="number"], .mypage__search .inline-input select[type="number"] {
  appearance: none;
  -moz-appearance: textfield;
}

.mypage__search .inline-input input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.mypage__search .inline-input input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.mypage__search .inline-input textarea[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.mypage__search .inline-input textarea[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.mypage__search .inline-input select[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.mypage__search .inline-input select[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.mypage__search .inline-input input:focus, .mypage__search .inline-input textarea:focus, .mypage__search .inline-input select:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.mypage__search .inline-input select {
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='7'%20viewBox='0%200%2014%207'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14%200L7.2807%207L0%200L14%200Z'%20fill='%23979797'/%3e%3c/svg%3e") right 1rem center / .6rem no-repeat;
  background-color: var(--sbf-palette-white);
  cursor: pointer;
}

.mypage__search .inline-input input, .mypage__search .inline-input select {
  height: 54px;
  min-height: 54px;
}

.mypage__search .inline-input label {
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
  cursor: text;
  transform-origin: 0;
  pointer-events: none;
  transition: transform .2s ease-out;
  position: absolute;
  top: 1.75em;
  left: 1em;
  transform: scale(.8) translate(-1em, -3em);
}

.mypage__search .inline-input.empty label {
  color: var(--sbf-palette-gray-500);
  transform: none;
}

.mypage__search .inline-input.currency-usd input {
  padding: 10px 63px 10px 30px;
}

.mypage__search .inline-input.currency-usd input::-webkit-input-placeholder {
  color: var(--sbf-palette-blue-500);
}

.mypage__search .inline-input.currency-usd input::placeholder {
  color: var(--sbf-palette-blue-500);
}

.mypage__search .inline-input.currency-usd input:placeholder-shown {
  color: var(--sbf-palette-blue-500);
}

.mypage__search .inline-input.currency-usd input:-ms-placeholder-shown {
  color: var(--sbf-palette-blue-500);
}

.mypage__search .inline-input.currency-usd label {
  padding-left: 0;
}

.mypage__search .inline-input.empty.currency-usd label {
  padding-left: .4em;
}

.mypage__search .inline-input.invalid input, .mypage__search .inline-input.invalid select {
  border: 1px solid var(--sbf-palette-red-200);
}

.mypage__search .inline-input.invalid.empty label {
  color: var(--sbf-palette-red-200);
  padding-left: 24px;
}

.mypage__search .inline-input.invalid.empty label:before {
  content: "!";
  background-color: var(--sbf-palette-red-200);
  color: var(--sbf-palette-white);
  border-radius: var(--sbf-border-radius-round);
  width: 15px;
  line-height: 15px;
  font-weight: var(--sbf-font-weight-700);
  text-align: center;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
}

.mypage__search .inline-input .email-checker {
  z-index: 1002;
  white-space: nowrap;
  background-color: #fff;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.45;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.mypage__search .inline-input .email-checker__label {
  display: flex;
  overflow: hidden;
}

.mypage__search .inline-input .email-checker__result {
  cursor: pointer;
  text-overflow: ellipsis;
  font-weight: var(--sbf-font-weight-600);
  direction: rtl;
  margin-left: .2em;
  padding: 0;
  text-decoration: underline;
  overflow: hidden;
}

.mypage__search .inline-input .email-checker__result:focus-visible {
  outline-offset: -2px;
}

.mypage__search .inline-input .email-checker__close {
  cursor: pointer;
  height: 14px;
  margin-top: 2px;
  margin-left: 3px;
  padding: 0;
  display: inline-block;
}

.mypage__search .inline-input .icon {
  color: var(--sbf-palette-gray-500);
}

.mypage__search .inline-input ::-webkit-input-placeholder {
  color: var(--sbf-palette-gray-500);
}

.mypage__search .inline-input :-moz-placeholder-shown {
  color: var(--sbf-palette-gray-500);
}

.mypage__search .inline-input ::-moz-placeholder {
  color: var(--sbf-palette-gray-500);
}

.mypage__search .inline-input :-ms-placeholder-shown {
  color: var(--sbf-palette-gray-500);
}

.mypage__search .inline-input .inline-input__button {
  background: none;
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 18px;
  right: 0;
}

.mypage__search .inline-input .inline-input__button .inline-input__button-search-icon {
  width: 17px;
  height: 17px;
}

.mypage__search .inline-input {
  width: 100%;
}

.mypage__search .search_button {
  transition: transform .2s ease-out;
  top: 25px;
  right: 10px;
}

.mypage__search .search_button .icon {
  transform-origin: center;
  width: 28px;
  height: 28px;
  transition: transform .2s ease-out;
  transform: scale(.57);
}

.condensed-header {
  margin-bottom: .5em;
}

.empty-filter-message {
  border-top: 0;
}

@media (min-width: 760px) {
  .empty-filter-message {
    border-top: 1px solid #d8d8d8;
    padding: .5em 0;
  }
}

.about__message {
  padding: 0 24px 30px;
}

@media (min-width: 760px) {
  .about__message {
    padding: 0;
  }
}

.about__message p {
  letter-spacing: .01em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .about__message p {
    letter-spacing: .005em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

.about__message .list-header .condensed-header {
  margin: 30px 0 8px;
}

@media (min-width: 760px) {
  .about__message .list-header .condensed-header {
    margin: 0 0 8px;
  }
}

.mypage-video {
  max-width: 100%;
  margin: 0;
}

[data-chat-enabled="true"] .youtube-chat {
  min-height: 360px;
  display: none;
}

@media (min-width: 900px) {
  [data-chat-enabled="true"] .youtube-chat {
    display: block;
  }
}

[data-chat-enabled="false"] .youtube-chat {
  display: none;
}

header {
  margin-bottom: 0;
}

.editable-mypage-ui {
  display: none;
}

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

.flex-item {
  flex: 0 auto;
}

.mypage__content {
  padding: 0;
}

.mypage-header:after, .mypage-header:before {
  display: none;
}

.mypage-header {
  color: #f5f5f5;
  background-color: #f5f5f5;
  background-image: url("/fa/min/assets/header-bg-2bfda1ac.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 438px;
  padding: 95px 0 5px;
}

@media (min-width: 760px) {
  .mypage-header {
    padding: 85px 20px 5px;
  }
}

@media (min-width: 900px) {
  .mypage-header {
    background-position: bottom;
    background-size: cover;
    height: auto;
    margin-bottom: 0;
    padding: 125px 30px 115px;
  }
}

.mypage-header .kid-id {
  text-align: center;
  margin-bottom: 0;
  top: -33px;
}

@media (min-width: 760px) {
  .mypage-header .kid-id {
    text-align: right;
    top: -24px;
  }
}

@media (min-width: 900px) {
  .mypage-header .kid-id {
    top: -53px;
  }
}

.kid__name h1 {
  letter-spacing: -.025em;
  text-align: center;
  max-width: 230px;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.125;
}

@media (min-width: 760px) {
  .kid__name h1 {
    letter-spacing: -.035em;
    max-width: 75%;
    margin: 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.08333;
  }
}

.kid__name .kid__age {
  letter-spacing: .21em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  max-width: 55px;
  height: 55px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  padding: 14px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .75em;
  font-weight: normal;
  line-height: 1.2em;
}

@media (min-width: 760px) {
  .mypage-header__flag {
    padding: 12px 16px 24px;
  }
}

.mypage-header__flag .flex {
  flex-direction: column;
  padding: 23px 16px 0;
}

@media (min-width: 900px) {
  .mypage-header__flag .flex {
    flex-direction: row;
    padding: 12px 16px 0;
  }
}

.flag__image, .flag__body {
  flex: none;
  display: block;
}

.flag__image {
  width: 300px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 0;
  padding-right: 0;
}

@media (min-width: 760px) {
  .flag__image {
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  .flag__image {
    width: 350px;
    height: 350px;
    margin: 0 40px 0 0;
  }
}

.flag__image .photo-wrapper {
  width: 300px;
  height: 300px;
  box-shadow: none;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 0 38px;
  padding: 3px;
  display: flex;
}

@media (min-width: 900px) {
  .flag__image .photo-wrapper {
    width: 350px;
    height: 350px;
    margin: 0 0 50px;
    box-shadow: 0 0 0 1px #ccc, 0 11px 0 -5px #0003;
  }
}

.flag__image .photo-wrapper img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: none;
  background-color: #0000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.flag__body {
  color: #353535;
  width: 300px;
}

@media (min-width: 760px) {
  .flag__body {
    width: 400px;
  }
}

@media (min-width: 900px) {
  .flag__body {
    color: #f5f5f5;
  }
}

@media (min-width: 1080px) {
  .flag__body {
    width: 450px;
  }
}

.flag__body .kid-information {
  background: none;
  border: none;
  justify-content: space-between;
  align-items: baseline;
  min-height: 26px;
  margin-bottom: 15px;
  display: flex;
}

.flag__body .kid-information:last-child {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .flag__body .kid-information {
    margin-bottom: 24px;
    padding-left: 30px;
    display: block;
  }
}

.flag__body .kid-information p {
  padding-right: 30px;
}

@media (min-width: 760px) {
  .flag__body .kid-information p {
    padding-right: 0;
  }
}

.flag__body h4 {
  letter-spacing: .21em;
  text-transform: uppercase;
  text-align: right;
  flex: 1 0 32%;
  order: 1;
  width: 32%;
  margin: 0 14px 0 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .75em;
  font-weight: normal;
  line-height: 1.5;
}

@media (min-width: 900px) {
  .flag__body h4 {
    text-align: left;
    width: 100%;
    margin-right: 0;
  }
}

.flag__body .kid-info-icon {
  order: 2;
  width: 16px;
  min-width: 16px;
  height: 16px;
  top: 3px;
}

@media (min-width: 900px) {
  .flag__body .kid-info-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.flag__body p {
  letter-spacing: normal;
  text-align: left;
  flex: 1 0 54%;
  order: 3;
  width: 56%;
  margin-left: 14px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
}

@media (min-width: 760px) {
  .flag__body p {
    letter-spacing: normal;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.375;
  }
}

@media (min-width: 900px) {
  .flag__body p {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }
}

.flag__body .treatment-center {
  margin-bottom: 6px;
  display: block;
}

.kid__name.long-kid-name {
  display: block;
}

.kid__name.long-kid-name h1 {
  word-break: break-all;
  max-width: none;
  padding: 15px;
}

.kid__name.long-kid-name .kid__age {
  margin: 0 auto;
}

.kid__story {
  text-align: center;
  background-image: url("/fa/min/assets/story-bg-m-9f589b16.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -8px;
  padding: 35px 35px 50px;
}

@media (min-width: 480px) {
  .kid__story {
    background-image: url("/fa/min/assets/story-bg-t-a4f92a88.jpg");
    padding: 53px 35px 65px;
  }
}

@media (min-width: 760px) {
  .kid__story {
    background-image: url("/fa/min/assets/story-bg-d-91d77af9.jpg");
  }
}

@media (min-width: 800px) {
  .kid__story {
    padding: 80px 30px;
  }
}

@media (min-width: 760px) {
  .kid__story .inner {
    padding: 0 40px;
  }
}

@media (min-width: 800px) {
  .kid__story .inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
    display: flex;
  }
}

.kid__story h1 {
  letter-spacing: -.025em;
  margin: 0 0 40px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.125;
}

@media (min-width: 480px) {
  .kid__story h1 {
    margin-bottom: 68px;
  }
}

@media (min-width: 800px) {
  .kid__story h1 {
    margin: 15px 0 0;
  }

  .kid__story .story__title {
    text-align: right;
    width: 30%;
    margin: 0 50px 0 0;
  }
}

.kid__story .story__content {
  text-align: left;
  letter-spacing: .01em;
  background: #fff;
  border: 1px solid #e9af1f;
  padding: 50px 25px 25px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
  box-shadow: 0 0 0 1px #e9af1f, 0 11px 0 -5px #e9af1f;
}

@media (min-width: 480px) {
  .kid__story .story__content {
    padding: 50px 46px 37px;
  }

  .kid__story .story__content .btn-container {
    text-align: right;
    display: block;
  }
}

@media (min-width: 800px) {
  .kid__story .story__content {
    width: 70%;
  }
}

.kid__story .story__content p:last-child {
  margin-bottom: 0;
}

.kid__story .sbf-button {
  border-radius: var(--sbf-border-radius-4);
  color: #353535;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #f3d36e;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #f3d36e;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.kid__story .sbf-button:hover, .kid__story .sbf-button:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #efc53f;
  border-color: #efc53f;
}

.kid__story .sbf-button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.kid__story .sbf-button.disabled, .kid__story .sbf-button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.kid__story .sbf-button.disabled:hover, .kid__story .sbf-button.disabled:focus, .kid__story .sbf-button[disabled]:hover, .kid__story .sbf-button[disabled]:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #f3d36e;
  border-color: #f3d36e;
}

.kid__story .sbf-button {
  font-size: var(--sbf-font-size-16);
  min-width: initial;
  min-width: 100%;
  padding: 12px;
  line-height: 1.15em;
  display: none;
}

@media (min-width: 480px) {
  .kid__story .sbf-button {
    min-width: 200px;
  }
}

.kid__story .icon-quote-circle {
  color: #e9af1f;
  background: #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 760px) {
  .kid__story .icon-quote-circle {
    width: 70px;
    height: 70px;
    left: 0;
  }
}

@media (min-width: 800px) {
  .kid__story .icon-quote-circle {
    display: none;
  }
}

.kid__story .icon-quote-circle-desktop {
  color: #e9af1f;
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: none;
}

@media (min-width: 800px) {
  .kid__story .icon-quote-circle-desktop {
    display: inline-block;
  }
}

.shortened {
  -o-transition: max-height 4s ease-in;
  z-index: 10;
  max-height: 300px;
  margin-bottom: 24px;
  transition: max-height 4s ease-in;
  overflow: hidden;
}

.shortened:after {
  content: "";
  z-index: 50;
  background: linear-gradient(#fff0 5% 25%, #fff 100%);
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -10px;
}

.shortened.expand {
  max-height: 9999px;
  margin-bottom: 0;
}

.shortened.expand:after {
  display: none;
}

.preload-safari {
  transition: none !important;
}

.kid__video {
  background-image: url("/fa/min/assets/video-bg-m-51ae71c6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -8px;
  padding: 50px 35px;
}

@media (min-width: 480px) {
  .kid__video {
    background-image: url("/fa/min/assets/video-bg-t-2ba7061d.jpg");
  }
}

@media (min-width: 760px) {
  .kid__video {
    background-image: url("/fa/min/assets/video-bg-d-e5401287.jpg");
    background-position: bottom;
    padding: 50px 0;
  }
}

.video-title {
  letter-spacing: -.025em;
  color: #f5f5f5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 38px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .video-title {
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

@media (min-width: 900px) {
  .video-title {
    letter-spacing: -.035em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.08333;
  }
}

.mypage-video {
  margin: 0 auto;
}

@media (min-width: 760px) {
  .mypage-video {
    max-width: 90%;
  }
}

@media (min-width: 900px) {
  .mypage-video {
    max-width: 760px;
  }
}

.responsive-video {
  box-shadow: 0 0 0 1px #ccc, 0 11px 0 -5px #0003;
}

a:hover .responsive-video {
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px #ccc, 0 14px 0 -5px #0003;
}

.responsive-video {
  margin: 0;
  padding: 0 0 56.25%;
}

.mypage--editable .responsive-video {
  border: none;
  box-shadow: 0 11px 0 -5px #0003;
}

.kid__honors {
  background: #f5f5f5;
  margin: 0 -8px;
  padding: 35px;
}

@media (min-width: 760px) {
  .kid__honors {
    padding: 60px 0;
  }
}

@media (min-width: 900px) {
  .kid__honors {
    padding: 80px 0;
  }
}

.kid__honors h1 {
  letter-spacing: -.025em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .kid__honors h1 {
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

@media (min-width: 900px) {
  .kid__honors h1 {
    letter-spacing: -.035em;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.08333;
  }
}

.kid__honors .column-count-1 {
  column-count: 1 !important;
}

.kid__honors .honor-list {
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: .9em;
  list-style: none;
}

@media (min-width: 480px) {
  .kid__honors .honor-list {
    column-count: 1;
    column-rule: 1px solid #ccc;
  }
}

@media (min-width: 760px) {
  .kid__honors .honor-list {
    column-count: 2;
  }
}

@media (min-width: 900px) {
  .kid__honors .honor-list {
    column-count: 3;
    padding-top: 30px;
  }
}

.kid__honors .honor-list .honor-list__item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  max-width: 400px;
  padding: 0 0 7px;
}

@media (min-width: 480px) {
  .kid__honors .honor-list .honor-list__item {
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    padding: 0 30px;
  }
}

.kid__honors .honor-list .honor-list__item .list-item__type {
  letter-spacing: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #888;
  margin-bottom: 5px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
}

.kid__honors .honor-list .honor-list__item .list-item__display-name {
  letter-spacing: .005em;
  margin-bottom: 15px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.kid__honors .honor-list .honor-list__item a {
  color: #005595;
}

.kid__honors .honor-list .honor-list__item a:hover, .kid__honors .honor-list .honor-list__item a:active {
  color: #002949;
}

.kid__honors .honor-list .honor-list__item a {
  font-weight: 600;
  text-decoration: underline;
}

.mypage__gallery {
  padding-top: 20px;
  padding-bottom: 60px;
}

.mypage__gallery .gallery__img:nth-child(n+13), .mypage__gallery .add-photo:nth-child(n+13) {
  display: none;
}

.mypage__gallery .photo-gallery__show-all .gallery__img:nth-child(n+13), .mypage__gallery .photo-gallery__show-all .add-photo:nth-child(n+13) {
  display: inline-block;
}

.mypage__gallery .open-link {
  cursor: pointer;
}

.mypage__gallery .list-header {
  border-top: none;
}

.mypage__gallery .img-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mypage__gallery img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.kid__cta {
  text-align: center;
  color: #f5f5f5;
  background-image: url("/fa/min/assets/footer-bg-m-2c53ac2f.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -8px;
  padding: 40px 35px;
}

@media (min-width: 480px) {
  .kid__cta {
    background-image: url("/fa/min/assets/footer-bg-t-5c29db24.jpg");
  }
}

@media (min-width: 760px) {
  .kid__cta {
    background-image: url("/fa/min/assets/footer-bg-d-ba259161.jpg");
    background-position: bottom;
    padding: 60px 35px;
  }
}

@media (min-width: 900px) {
  .kid__cta {
    padding: 80px 35px;
  }
}

.kid__cta.inner > * {
  max-width: 805px;
}

.kid__cta h2 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .kid__cta h2 {
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

@media (min-width: 900px) {
  .kid__cta h2 {
    padding: 0;
  }
}

.kid__cta .lead {
  letter-spacing: .01em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .kid__cta .lead {
    letter-spacing: -.0015em;
    padding: 0 19px;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.kid__cta .is-bold {
  font-weight: 600;
}

.kid__cta .inline-buttons {
  padding-top: 24px;
}

.kid__cta .button-donate {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #1c6b3d;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #1c6b3d;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.kid__cta .button-donate:hover, .kid__cta .button-donate:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #114326;
  border-color: #114326;
}

.kid__cta .button-donate:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.kid__cta .button-donate.disabled, .kid__cta .button-donate[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.kid__cta .button-donate.disabled:hover, .kid__cta .button-donate.disabled:focus, .kid__cta .button-donate[disabled]:hover, .kid__cta .button-donate[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #1c6b3d;
  border-color: #1c6b3d;
}

.kid__cta .button-donate {
  font-size: var(--sbf-font-size-16);
  min-width: initial;
  margin-right: 22px;
  padding: 12px;
  line-height: 1.15em;
}

@media (min-width: 760px) {
  .kid__cta .button-donate {
    border-radius: var(--sbf-border-radius-4);
    color: #fff;
    font-family: var(--sbf-font-family-sans);
    font-weight: var(--sbf-font-weight-700);
    border-color: #1c6b3d;
    border-width: var(--sbf-border-width-2);
    cursor: pointer;
    white-space: nowrap;
    z-index: 2;
    letter-spacing: -.005em;
    text-align: center;
    background-color: #1c6b3d;
    border-style: solid;
    margin-bottom: 10px;
    text-decoration: none;
    transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
    display: inline-block;
  }

  .kid__cta .button-donate:hover, .kid__cta .button-donate:focus {
    color: #f5f5f5;
    border-bottom-width: var(--sbf-border-width-2);
    background-color: #114326;
    border-color: #114326;
  }

  .kid__cta .button-donate:focus {
    outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
    outline-offset: var(--sbf-border-width-2);
  }

  .kid__cta .button-donate.disabled, .kid__cta .button-donate[disabled] {
    opacity: var(--sbf-opacity-50);
    pointer-events: none;
  }

  .kid__cta .button-donate.disabled:hover, .kid__cta .button-donate.disabled:focus, .kid__cta .button-donate[disabled]:hover, .kid__cta .button-donate[disabled]:focus {
    color: #fff;
    border-bottom-width: var(--sbf-border-width-2);
    background-color: #1c6b3d;
    border-color: #1c6b3d;
  }

  .kid__cta .button-donate {
    font-size: var(--sbf-font-size-18);
    min-width: 200px;
    padding: 16px;
    line-height: 1.15em;
  }
}

.kid__cta .button-get-involved {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.kid__cta .button-get-involved:hover, .kid__cta .button-get-involved:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.kid__cta .button-get-involved:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.kid__cta .button-get-involved.disabled, .kid__cta .button-get-involved[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.kid__cta .button-get-involved.disabled:hover, .kid__cta .button-get-involved.disabled:focus, .kid__cta .button-get-involved[disabled]:hover, .kid__cta .button-get-involved[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.kid__cta .button-get-involved {
  font-size: var(--sbf-font-size-16);
  min-width: initial;
  padding: 12px;
  line-height: 1.15em;
}

@media (min-width: 760px) {
  .kid__cta .button-get-involved {
    border-radius: var(--sbf-border-radius-4);
    color: #fff;
    font-family: var(--sbf-font-family-sans);
    font-weight: var(--sbf-font-weight-700);
    border-color: #005595;
    border-width: var(--sbf-border-width-2);
    cursor: pointer;
    white-space: nowrap;
    z-index: 2;
    letter-spacing: -.005em;
    text-align: center;
    background-color: #005595;
    border-style: solid;
    margin-bottom: 10px;
    text-decoration: none;
    transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
    display: inline-block;
  }

  .kid__cta .button-get-involved:hover, .kid__cta .button-get-involved:focus {
    color: #f5f5f5;
    border-bottom-width: var(--sbf-border-width-2);
    background-color: #003862;
    border-color: #003862;
  }

  .kid__cta .button-get-involved:focus {
    outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
    outline-offset: var(--sbf-border-width-2);
  }

  .kid__cta .button-get-involved.disabled, .kid__cta .button-get-involved[disabled] {
    opacity: var(--sbf-opacity-50);
    pointer-events: none;
  }

  .kid__cta .button-get-involved.disabled:hover, .kid__cta .button-get-involved.disabled:focus, .kid__cta .button-get-involved[disabled]:hover, .kid__cta .button-get-involved[disabled]:focus {
    color: #fff;
    border-bottom-width: var(--sbf-border-width-2);
    background-color: #005595;
    border-color: #005595;
  }

  .kid__cta .button-get-involved {
    font-size: var(--sbf-font-size-18);
    min-width: 200px;
    padding: 16px;
    line-height: 1.15em;
  }
}

.kid__cta .tk-button {
  min-width: 130px;
}

@media (min-width: 760px) {
  .kid__cta .tk-button {
    min-width: 250px;
  }
}

.message_container a {
  color: #005595;
}

.message_container a:hover, .message_container a:active {
  color: #002949;
}

.message_container a {
  border: none;
  font-weight: 600;
  text-decoration: underline;
}

#website_message_content > p {
  margin: 0;
}
