@charset "UTF-8";
/** Reset & Base **/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

.modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: initial; }

input,
button,
form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

strong {
  font-weight: bold; }

/**
** Base styles
**/
/*Colors*/
/*Font Types*/
/*Font Weights*/
/*Line Height*/
/*Border Radius*/
/*Shadows*/
/*Layout*/
/*Screen Sizes*/
/*Spacing*/
/*Has pattern*/
.has-pattern, .lgx-c-blockquote {
  position: relative; }
  .has-pattern:before, .lgx-c-blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-mask-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_pattern.svg");
            mask-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_pattern.svg");
    opacity: 0.08;
    pointer-events: none; }

.lgx-l-xwide {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px; }

.lgx-l-wide {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px; }

.lgx-l-narrow {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 680px; }

.lgx-l-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lgx-l-half * {
    width: 50%; }

.lgx-l-full {
  width: 100%; }

@media (max-width: 1023px) {
  .lgx-l-mobile {
    margin-right: 5%;
    margin-left: 5%; } }

.lgx-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lgx-flex--grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .lgx-flex--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .lgx-flex--scroll {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; }
    .lgx-flex--scroll > div {
      scroll-snap-align: start;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .lgx-flex--scroll .shadow {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 2;
      background-image: -webkit-gradient(linear, right top, left top, from(#cec9c9), to(transparent));
      background-image: linear-gradient(to left, #cec9c9 0%, transparent 100%);
      background-size: 40px 100%;
      background-repeat: no-repeat;
      background-position: 100%;
      background-attachment: fixed; }
      .lgx-flex--scroll .shadow:before {
        content: "";
        position: fixed; }
    .lgx-flex--scroll::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    .lgx-flex--scroll::-webkit-scrollbar-button {
      width: 6px;
      height: 6px; }
    .lgx-flex--scroll::-webkit-scrollbar-thumb {
      background: #ADADAD;
      border: 0px none #ffffff;
      border-radius: 50px; }
    .lgx-flex--scroll::-webkit-scrollbar-thumb:hover {
      background: #ADADAD; }
    .lgx-flex--scroll::-webkit-scrollbar-thumb:active {
      background: #ADADAD; }
    .lgx-flex--scroll::-webkit-scrollbar-track {
      background: #D7D7D7;
      border: 0px none #ffffff;
      border-radius: 50px; }
    .lgx-flex--scroll::-webkit-scrollbar-track:hover {
      background: #D7D7D7; }
    .lgx-flex--scroll::-webkit-scrollbar-track:active {
      background: #D7D7D7; }
    .lgx-flex--scroll::-webkit-scrollbar-corner {
      background: transparent; }
  .lgx-flex--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

body {
  font-family: "SF Pro Text", sans-serif; }

.lgx-t-serif {
  font-family: Georgia, "Times New Roman", Times, serif; }

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

.lgx-text-xs {
  font-size: .75rem; }

.lgx-text-sm {
  font-size: .875rem; }

.lgx-text-base {
  font-size: 1rem; }

.lgx-text-lg {
  font-size: 1.125rem !important; }

.lgx-text-xl {
  font-size: 1.25rem; }

.lgx-text-2xl, .lgx-c-campaign-content h3,
.lgx-c-campaign-content h4,
.lgx-c-campaign-content h5,
.lgx-c-campaign-content h6 {
  font-size: 1.5rem; }

.lgx-text-3xl, .lgx-c-campaign-content h2 {
  font-size: 1.75rem; }

.lgx-text-4xl, .lgx-c-campaign-content h1 {
  font-size: 2rem; }

.lgx-text-5xl {
  font-size: 2.625rem; }

.lgx-text-6xl {
  font-size: 3.125rem; }

@media (min-width: 801px) {
  .lg\:lgx-text-xs {
    font-size: .75rem; }
  .lg\:lgx-text-sm {
    font-size: .875rem; }
  .lg\:lgx-text-base {
    font-size: 1rem; }
  .lg\:lgx-text-lg {
    font-size: 1.125rem; }
  .lg\:lgx-text-xl {
    font-size: 1.25rem; }
  .lg\:lgx-text-2xl {
    font-size: 1.5rem; }
  .lg\:lgx-text-3xl {
    font-size: 1.75rem; }
  .lg\:lgx-text-4xl {
    font-size: 2rem; }
  .lg\:lgx-text-5xl {
    font-size: 2.625rem; }
  .lg\:lgx-text-6xl {
    font-size: 3.125rem; } }

.lgx-lh-16 {
  line-height: 16px; }

.lgx-lh-24 {
  line-height: 24px; }

.lgx-t-visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.lgx-t-display--xlarge {
  font-size: 72px; }

.lgx-t-title, .lgx-t-modal__legend,
.lgx-t-headline,
.lgx-t-body,
.lgx-t-static h2,
ol.lgx-c-list .lgx-c-list__item:before,
.lgx-c-form__title,
.lgx-c-tab,
.lgx-c-badge__heading,
.lgx-c-campaign-content p,
.lgx-c-campaign-content ul,
.lgx-c-campaign-content ol,
.gc-c-splash h3,
.lgx-t-display--xlarge {
  font-family: "SF Pro Display", sans-serif; }

.lgx-t-title, .lgx-t-modal__legend {
  font-size: 28px; }

@media (max-width: 520px) {
  .lgx-t-headline {
    font-size: 32px; } }

@media (min-width: 521px) {
  .lgx-t-headline {
    font-size: 34px; } }

@media (max-width: 520px) {
  
  .lgx-t-body,
  .lgx-t-static h2,
  ol.lgx-c-list .lgx-c-list__item:before,
  .lgx-c-form__title,
  .lgx-c-tab,
  .lgx-c-badge__heading,
  .lgx-c-campaign-content p,
  .lgx-c-campaign-content ul,
  .lgx-c-campaign-content ol,
  .gc-c-splash h3 {
    font-size: 17px; } }

@media (min-width: 521px) {
  
  .lgx-t-body,
  .lgx-t-static h2,
  ol.lgx-c-list .lgx-c-list__item:before,
  .lgx-c-form__title,
  .lgx-c-tab,
  .lgx-c-badge__heading,
  .lgx-c-campaign-content p,
  .lgx-c-campaign-content ul,
  .lgx-c-campaign-content ol,
  .gc-c-splash h3 {
    font-size: 22px; } }

.lgx-t-callout, .lgx-t-static, .lgx-t-modal__desc, .lgx-c-dropdown, .dropdown-wrapper {
  font-size: 16px; }

@media (max-width: 520px) {
  .lgx-t-footnote, .lgx-c-highlight .lgx-c-button--tertiary, .lgx-c-highlight .lgx-c-feed__share,
  .lgx-c-highlight .lgx-c-feed__action, .lgx-c-button--text, .lgx-c-feed__stat span {
    font-size: 13px; } }

@media (min-width: 521px) {
  .lgx-t-footnote, .lgx-c-highlight .lgx-c-button--tertiary, .lgx-c-highlight .lgx-c-feed__share,
  .lgx-c-highlight .lgx-c-feed__action, .lgx-c-button--text, .lgx-c-feed__stat span {
    font-size: 15px; } }

@media (max-width: 520px) {
  .lgx-t-caption, .lgx-c-hero .lgx-c-button--tertiary, .lgx-c-hero .lgx-c-feed__share,
  .lgx-c-hero .lgx-c-feed__action, .lgx-c-flash, .lgx-c-button__note {
    font-size: 12px; } }

@media (min-width: 521px) {
  .lgx-t-caption, .lgx-c-hero .lgx-c-button--tertiary, .lgx-c-hero .lgx-c-feed__share,
  .lgx-c-hero .lgx-c-feed__action, .lgx-c-flash, .lgx-c-button__note {
    font-size: 14px; } }

.lgx-t-thin {
  font-weight: 200; }

.lgx-t-semibold, .lgx-i-leaderboard, .lgx-c-button--primary, .lgx-c-button--has-icon, .lgx-c-modal__heading, .lgx-c-dropdown__select--no-border, .lgx-c-modal__dl dt, .lgx-c-campaign-content h1, .lgx-c-campaign-content h2, .lgx-c-campaign-content h3,
.lgx-c-campaign-content h4,
.lgx-c-campaign-content h5,
.lgx-c-campaign-content h6, .lgx-c-pulse__heading, .lgx-c-pulse-card__top .lgx-c-pulse-card__heading, .lgx-c-feed__share,
.lgx-c-feed__action {
  font-weight: 600; }

.lgx-t-bold {
  font-weight: 700; }

.lgx-t-bolder {
  font-weight: 800; }

.lgx-t-default, .lgx-c-feed__stat span {
  font-weight: initial; }

.lgx-t-italic {
  font-style: italic; }

.lgx-t-center {
  text-align: center; }

.lgx-t-left {
  text-align: left; }

.lgx-t-uppercase, .lgx-c-pulse-card__top .lgx-t-overlay {
  text-transform: uppercase; }

.lgx-t-flag {
  padding-right: 0.375em;
  padding-left: 0.375em;
  border-radius: 2px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  background-color: #2bb359;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px; }

.lgx-t-link {
  text-decoration: underline;
  color: inherit; }
  .lgx-t-link:hover, .lgx-t-link:focus {
    text-decoration: none;
    color: inherit; }

.lgx-t-link--opposite {
  color: inherit; }
  .lgx-t-link--opposite:hover, .lgx-t-link--opposite:focus {
    text-decoration: underline;
    color: inherit; }

.lgx-t-link--has-arrow:after, .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary:after {
  content: "→";
  font-family: "Lucida Grande", sans-serif; }

.lgx-t-static {
  padding-bottom: 60px;
  line-height: 1.33; }
  .lgx-t-static h2 {
    margin-bottom: 16px; }
    .lgx-t-static h2:not(:first-child) {
      margin-top: 32px; }
    @media (max-width: 520px) {
      .lgx-t-static h2 {
        font-weight: 600; } }
  .lgx-t-static p {
    margin-bottom: 1em; }
  .lgx-t-static img {
    margin-bottom: 1em;
    width: 100%; }
  .lgx-t-static .lgx-t-secondary {
    margin-top: 32px; }
  .lgx-c-modal .lgx-t-static .lgx-t-secondary {
    padding-bottom: 0; }
  .lgx-t-static ol {
    margin-bottom: 1em;
    padding-left: inherit;
    list-style-type: decimal; }

.lgx-t-green,
.lgx-t-primary {
  color: #57c282 !important; }

.lgx-t-secondary {
  color: #b867c6; }

.lgx-t-black {
  color: #000000; }

.lgx-t-gray-blue--medium {
  color: #8d99ab; }

.lgx-t-gray {
  color: #8e8e93 !important; }

.lgx-t-gray--medium {
  color: #cccccc; }

.lgx-t-gray--dark {
  color: #4d4d4d !important; }

.lgx-t-white {
  color: #ffffff !important; }

.lgx-t-red {
  color: #e4584c; }

.lgx-t-orange {
  color: #fa6400; }

.lgx-t-yellow--dark {
  color: #e5a03e !important; }

.lgx-t-purple {
  color: #645398; }

.lgx-t-purple--bright {
  color: #ad77e5; }

.lgx-t-lavender {
  color: #c69df0; }

.lgx-t-break-word {
  overflow-wrap: break-word;
  word-break: break-word; }

.lgx-t-line-height {
  line-height: 1.33; }

.lgx-t-line-height-tight {
  line-height: 1.25; }

.lgx-t-overlay {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 6px; }

.lgx-tracking-normal {
  letter-spacing: 0; }

.lgx-tracking-wide {
  letter-spacing: 0.05em; }

.lgx-t-truncate {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis; }

.lgx-t-clamp {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden; }

.lgx-u-pad--h {
  padding-right: 10%;
  padding-left: 10%; }

.lgx-u-vertically-center, .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-c-pulse-card__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.lgx-u-position-relative {
  position: relative; }

.lgx-u-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.lgx-u-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.lgx-u-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.lgx-u-flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.lgx-u-flex-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.lgx-u-fill-current {
  fill: currentColor; }

.lgx-u-block {
  display: block; }

.lgx-u-hidden {
  display: none; }

@media (min-width: 801px) {
  .lg\:lgx-u-block {
    display: block; }
  .lg\:lgx-u-hidden {
    display: none; }
  .lg\:lgx-u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.lgx-u-mx-auto {
  margin-left: auto;
  margin-right: auto; }

.lgx-u-py-0 {
  padding-bottom: 0;
  padding-top: 0; }

.lgx-u-py-1 {
  padding-bottom: 4px;
  padding-top: 4px; }

.lgx-u-py-2 {
  padding-bottom: 8px;
  padding-top: 8px; }

.lgx-u-py-3 {
  padding-bottom: 16px;
  padding-top: 16px; }

.lgx-u-py-4 {
  padding-bottom: 24px;
  padding-top: 24px; }

.lgx-u-py-5 {
  padding-bottom: 32px;
  padding-top: 32px; }

.lgx-u-py-6 {
  padding-bottom: 40px;
  padding-top: 40px; }

.lgx-u-px-0 {
  padding-left: 0;
  padding-right: 0; }

.lgx-u-px-1 {
  padding-left: 4px;
  padding-right: 4px; }

.lgx-u-px-2 {
  padding-left: 8px;
  padding-right: 8px; }

.lgx-u-px-3 {
  padding-left: 16px;
  padding-right: 16px; }

.lgx-u-px-4 {
  padding-left: 24px;
  padding-right: 24px; }

.lgx-u-px-5 {
  padding-left: 32px;
  padding-right: 32px; }

.lgx-u-px-6 {
  padding-left: 40px;
  padding-right: 40px; }

.lgx-u-w-full {
  width: 100%; }

.lgx-u-rounded {
  border-radius: 0.25rem; }

.lgx-u-cursor-pointer {
  cursor: pointer; }

.lgx-u-box-border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.lgx-i-leaderboard {
  position: relative;
  height: 45px;
  width: 45px !important;
  border: none;
  border-radius: 50%;
  background-color: #fcdb6c; }
  .lgx-c-join .lgx-i-leaderboard {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); }
  .lgx-i-leaderboard.lgx-c-tab__badge {
    border: 2px solid #ffffff; }
  .lgx-i-leaderboard .lgx-c-badge__count,
  .lgx-i-leaderboard svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .lgx-i-leaderboard svg {
    height: 22px;
    width: 22px;
    fill: #e5a03e; }
  .lgx-i-leaderboard .lgx-i-notification .lgx-t-visually-hidden {
    display: none; }

.lgx-i-umrah {
  padding: 0;
  height: 42px;
  width: 42px !important;
  position: relative;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important;
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important; }
  button.lgx-i-umrah:hover, button.lgx-i-umrah:focus {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .lgx-i-umrah img {
    height: 42px;
    width: 42px; }

.lgx-i-notification {
  height: 15px;
  width: 15px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: #e4584c; }
  .lgx-i-leaderboard .lgx-i-notification,
  .lgx-i-umrah .lgx-i-notification {
    display: none; }
  .lgx-i-leaderboard.has-notification .lgx-i-notification,
  .lgx-i-umrah.has-notification .lgx-i-notification {
    display: inline-block;
    position: absolute; }
    .lgx-i-leaderboard.has-notification .lgx-i-notification .lgx-t-visually-hidden,
    .lgx-i-umrah.has-notification .lgx-i-notification .lgx-t-visually-hidden {
      display: block; }
  .lgx-i-leaderboard.has-notification .lgx-i-notification {
    top: -1px;
    right: -1px; }
  .lgx-i-umrah.has-notification .lgx-i-notification {
    top: -5px;
    right: -5px; }
  .lgx-c-badge__heading .lgx-i-notification {
    display: inline-block;
    margin-right: 8px; }

@-webkit-keyframes lgx-a-fade--out {
  to {
    opacity: 0; } }

@keyframes lgx-a-fade--out {
  to {
    opacity: 0; } }

@-webkit-keyframes lgx-a-slide--right {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes lgx-a-slide--right {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes lgx-a-scale--in {
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes lgx-a-scale--in {
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes lgx-a-scale--out {
  to {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes lgx-a-scale--out {
  to {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes lgx-a-shrink--out {
  to {
    height: 0; } }

@keyframes lgx-a-shrink--out {
  to {
    height: 0; } }

@-webkit-keyframes lgx-a-drop--in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes lgx-a-drop--in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.lgx-c-avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lgx-c-avatars.is-stacked .lgx-c-avatar + .lgx-c-avatar {
    margin-left: -4px;
    -webkit-box-shadow: 0 0 0 2px #ffffff;
            box-shadow: 0 0 0 2px #ffffff; }
  .lgx-c-avatars.is-not-stacked {
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .lgx-c-avatars.is-not-stacked .lgx-c-avatar + .lgx-c-avatar {
      margin-left: 8px; }

.lgx-c-avatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover; }
  .lgx-c-avatar.is-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    color: #cccccc; }
  .lgx-c-avatar.lgx-c-avatar--xs {
    height: 24px;
    width: 24px; }
  .lgx-c-avatar.lgx-c-avatar--small {
    height: 32px;
    width: 32px; }
  .lgx-c-avatar.lgx-c-avatar--medium {
    height: 48px;
    width: 48px; }
  .lgx-c-avatar.lgx-c-avatar--large {
    height: 60px;
    width: 60px; }

.lgx-c-avatar__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px; }

.lgx-c-blockquote {
  background-color: rgba(43, 179, 89, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 5%;
  border-width: 1px;
  border-color: rgba(43, 179, 89, 0.1);
  border-top-style: solid;
  border-bottom-style: solid;
  text-align: center; }
  .lgx-c-blockquote:before {
    background-color: #2bb359; }
  .lgx-c-blockquote:before {
    -webkit-mask-size: 45%;
            mask-size: 45%; }

.lgx-c-blockquote__quote {
  max-width: 350px;
  line-height: 1.2; }

.lgx-c-blockquote__author {
  margin-top: 10px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.lgx-c-blockquote__arabic {
  margin-top: 10px;
  font-size: 40px;
  font-family: 'Geeza Pro'; }

.lgx-c-button, .lgx-c-button--primary, .lgx-c-button--secondary, .lgx-c-button--tertiary, .lgx-c-feed__share,
.lgx-c-feed__action, .lgx-c-button--has-icon, .lgx-c-button--warning, .lgx-c-button--form, .rc-catch-up, .rc-find-another {
  padding: 10px;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 17px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  .lgx-c-button:hover, .lgx-c-button--primary:hover, .lgx-c-button--secondary:hover, .lgx-c-button--tertiary:hover, .lgx-c-feed__share:hover,
  .lgx-c-feed__action:hover, .lgx-c-button--has-icon:hover, .lgx-c-button--warning:hover, .lgx-c-button--form:hover, .rc-catch-up:hover, .rc-find-another:hover, .lgx-c-button:focus, .lgx-c-button--primary:focus, .lgx-c-button--secondary:focus, .lgx-c-button--tertiary:focus, .lgx-c-feed__share:focus,
  .lgx-c-feed__action:focus, .lgx-c-button--has-icon:focus, .lgx-c-button--warning:focus, .lgx-c-button--form:focus, .rc-catch-up:focus, .rc-find-another:focus {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .lgx-c-button[disabled], .lgx-c-button--primary[disabled], .lgx-c-button--secondary[disabled], .lgx-c-button--tertiary[disabled], .lgx-c-feed__share[disabled],
  .lgx-c-feed__action[disabled], .lgx-c-button--has-icon[disabled], .lgx-c-button--warning[disabled], .lgx-c-button--form[disabled], .rc-catch-up[disabled], .rc-find-another[disabled] {
    border: 1px solid #8e8e93;
    background-color: #8e8e93;
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: not-allowed; }
    .lgx-c-button[disabled]:before, .lgx-c-button--primary[disabled]:before, .lgx-c-button--secondary[disabled]:before, .lgx-c-button--tertiary[disabled]:before, .lgx-c-feed__share[disabled]:before,
    .lgx-c-feed__action[disabled]:before, .lgx-c-button--has-icon[disabled]:before, .lgx-c-button--warning[disabled]:before, .lgx-c-button--form[disabled]:before, .rc-catch-up[disabled]:before, .rc-find-another[disabled]:before {
      content: normal; }
    .lgx-c-button[disabled]:hover, .lgx-c-button--primary[disabled]:hover, .lgx-c-button--secondary[disabled]:hover, .lgx-c-button--tertiary[disabled]:hover, .lgx-c-feed__share[disabled]:hover,
    .lgx-c-feed__action[disabled]:hover, .lgx-c-button--has-icon[disabled]:hover, .lgx-c-button--warning[disabled]:hover, .lgx-c-button--form[disabled]:hover, .rc-catch-up[disabled]:hover, .rc-find-another[disabled]:hover, .lgx-c-button[disabled]:focus, .lgx-c-button--primary[disabled]:focus, .lgx-c-button--secondary[disabled]:focus, .lgx-c-button--tertiary[disabled]:focus, .lgx-c-feed__share[disabled]:focus,
    .lgx-c-feed__action[disabled]:focus, .lgx-c-button--has-icon[disabled]:focus, .lgx-c-button--warning[disabled]:focus, .lgx-c-button--form[disabled]:focus, .rc-catch-up[disabled]:focus, .rc-find-another[disabled]:focus {
      -webkit-transform: none;
              transform: none; }

.lgx-c-button--primary {
  border: 1px solid #57c282;
  background-color: #57c282;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); }
  a.lgx-c-button--primary:hover, a.lgx-c-button--primary:focus {
    color: #ffffff; }
  .lgx-c-button--primary span {
    position: relative;
    /* To bring text above pattern */ }
  .lgx-c-button--primary.lgx-t-link--has-arrow:after, .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary:after {
    margin-left: 5px; }
  .lgx-c-footer .lgx-c-button--primary {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #2bb359; }
    .lgx-c-footer .lgx-c-button--primary:before {
      content: normal; }

.lgx-c-button--secondary {
  border: 1px solid #2bb359;
  background-color: rgba(43, 179, 89, 0.04);
  color: #2bb359; }
  a.lgx-c-button--secondary:hover, a.lgx-c-button--secondary:focus {
    color: #2bb359; }
  label.lgx-c-button--secondary {
    height: 100%;
    cursor: pointer; }
    input[type="radio"]:hover + label.lgx-c-button--secondary,
    input[type="radio"]:focus + label.lgx-c-button--secondary {
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px); }
    input[type="radio"]:checked + label.lgx-c-button--secondary {
      border: 1px solid #000000;
      background-color: #000000;
      color: #ffffff;
      -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); }
  .lgx-c-button--secondary[type="number"] {
    width: 100%;
    background-color: #ffffff;
    text-align: left; }
    .lgx-c-button--secondary[type="number"]:hover + label,
    .lgx-c-button--secondary[type="number"]:focus + label {
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px); }

.lgx-c-button--tertiary, .lgx-c-feed__share,
.lgx-c-feed__action {
  border: 1px solid #4d4d4d;
  background-color: #ffffff;
  color: #4d4d4d; }
  a.lgx-c-button--tertiary:hover, a.lgx-c-feed__share:hover,
  a.lgx-c-feed__action:hover, a.lgx-c-button--tertiary:focus, a.lgx-c-feed__share:focus,
  a.lgx-c-feed__action:focus {
    color: #4d4d4d; }
  .lgx-c-hero .lgx-c-button--tertiary, .lgx-c-hero .lgx-c-feed__share,
  .lgx-c-hero .lgx-c-feed__action {
    min-height: initial; }
  .lgx-c-highlight .lgx-c-button--tertiary, .lgx-c-highlight .lgx-c-feed__share,
  .lgx-c-highlight .lgx-c-feed__action {
    margin-top: 20px; }

.lgx-c-button--slide {
  height: 36px;
  min-width: 194px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  text-transform: uppercase; }
  .lgx-c-button--slide:before {
    content: "";
    background-image: linear-gradient(45deg, #cec3ef, #c69df0);
    height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    left: 140%;
    -webkit-transform: skew(-45deg);
            transform: skew(-45deg);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .lgx-c-button--slide:hover, .lgx-c-button--slide:focus {
    color: #3c315b; }
  .lgx-c-button--slide:focus {
    outline: none; }
  .lgx-c-button--slide:hover:before, .lgx-c-button--slide:focus:before {
    -webkit-transform: translateX(-90%) skew(-45deg);
            transform: translateX(-90%) skew(-45deg); }
  .lgx-c-button--slide span {
    position: relative; }

.lgx-c-button--rounded, .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary {
  padding-right: 24px;
  padding-left: 24px;
  height: 56px;
  border-radius: 28px;
  border: none;
  background-image: linear-gradient(45deg, #57c282, #7ddba3);
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  cursor: pointer; }
  .lgx-c-button--rounded:hover, .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary:hover, .lgx-c-button--rounded:focus, .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary:focus {
    background-color: #7ddba3;
    background-image: initial; }
  .lgx-c-button--rounded:focus, .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary:focus {
    outline: none; }

.lgx-c-button--has-icon {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #ffffff;
  position: relative; }
  .lgx-c-button--has-icon:hover, .lgx-c-button--has-icon:focus {
    color: #ffffff; }
  .lgx-c-button--has-icon svg {
    position: absolute;
    left: 16px;
    height: 25px;
    width: 25px;
    fill: #ffffff; }

.lgx-c-button--whatsapp {
  border-color: #24d366;
  background-color: #24d366; }

.lgx-c-button--twitter {
  border-color: #1DA1F2;
  background-color: #1DA1F2; }

.lgx-c-button--facebook {
  border-color: #1877f2;
  background-color: #1877f2; }

.lgx-c-button--email {
  border-color: #8d99ab;
  background-color: #8d99ab; }

.lgx-c-button--copy {
  border-color: #5993ed;
  background-color: #5993ed; }

.lgx-c-button--warning {
  border: 1px solid #e4584c;
  background-color: #ffffff;
  color: #e4584c; }

.lgx-c-button--text {
  border: 1px solid transparent;
  background-color: transparent;
  color: #2bb359;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px; }
  .lgx-c-button--text:hover, .lgx-c-button--text:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.lgx-c-button--link {
  font-weight: 600;
  text-transform: uppercase;
  border: initial;
  background-color: initial;
  color: #57c282;
  cursor: pointer; }
  .lgx-c-button--link:hover, .lgx-c-button--link:focus {
    text-decoration: underline; }
  .lgx-c-button--link:focus {
    outline: none; }

.lgx-c-button--clear, .dropdown-group button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: inherit;
  outline: none;
  padding: 0; }

.lgx-c-button--form {
  border: 1px solid transparent;
  background-color: #fafafa;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .lgx-c-button--form:last-child {
    margin-bottom: 24px; }
  input:checked + .lgx-c-button--form {
    background-color: #57c282;
    color: #ffffff; }
    input:checked + .lgx-c-button--form span:last-child {
      color: #ffffff; }
  .lgx-c-button--form p {
    margin-bottom: .5em;
    margin-top: .5em;
    text-align: center; }
  .lgx-c-button--form span:last-child {
    color: #2bb359; }
  .lgx-c-button--form .lgx-t-link--has-arrow:after, .lgx-c-button--form .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary:after, .lgx-landing.dhc19 giving-join-button .lgx-c-button--form .lgx-c-button--primary:after {
    margin-left: 6px; }

.lgx-c-button--gray {
  background-color: #f5f5f5;
  color: #8d99ab;
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 1rem;
  letter-spacing: .5;
  margin-bottom: 5px; }
  .lgx-c-button--gray:active, .lgx-c-button--gray:focus {
    border: none;
    outline: 0; }

.lgx-c-button--white {
  background: white !important;
  color: black; }

project-wide-club-card {
  width: 100%; }

.lgx-c-campaigncard--horizontal .lgx-c-campaigncard__heading {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  padding-top: 4px;
  overflow: hidden; }

.lgx-c-campaigncard--horizontal .lgx-c-campaigncard__image-wrap {
  margin-left: 1rem;
  width: 43.75%; }

.lgx-c-campaigncard--horizontal .lgx-c-campaigncard__support {
  margin-top: 8px;
  padding: 5px;
  width: 100%;
  min-height: initial;
  text-transform: uppercase; }
  .lgx-c-campaigncard--horizontal .lgx-c-campaigncard__support svg {
    margin-left: 5px;
    height: 16px;
    width: 16px;
    fill: currentColor;
    opacity: .6; }

.lgx-c-campaigncard__icons {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.15)), color-stop(75%, rgba(0, 0, 0, 0.05)), to(transparent));
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.05) 75%, transparent);
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20%;
  left: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 1; }
  .lgx-c-campaigncard--horizontal .lgx-c-campaigncard__icons {
    padding: 5px; }
  .lgx-c-campaigncard__icons button {
    margin-left: 4px;
    pointer-events: auto; }

club-timeline-item .lgx-c-campaigncard--horizontal {
  margin-bottom: 1rem; }

.lgx-c-give-list__desc {
  background-color: #f5f7fa;
  padding-bottom: 1rem;
  margin-bottom: -1rem;
  margin-top: 1rem; }
  .lgx-c-give-list__desc + ul .lgx-c-give-list__item:first-child {
    background-color: #f5f7fa; }

.lgx-c-give-list__item {
  background-color: #ffffff; }
  .lgx-c-give-list__item.is-empty .lgx-c-campaigncard__image-wrap {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background-color: #dde3ed; }

.lgx-c-campaigncard__handle {
  position: absolute;
  left: -1rem; }

.lgx-c-modal__hero--eid-mubarak {
  min-height: 120px;
  background-size: cover;
  background-position: center; }

.body_challenge_ramadan_2018 .lgx-c-modal__hero--eid-mubarak {
  background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_rc-eid-mubarak.svg"); }
  .body_challenge_ramadan_2018 .lgx-c-modal__hero--eid-mubarak + .lgx-c-modal__padding--even {
    padding-bottom: 0; }

.body_challenge_dhul_hijjah_2018 .lgx-c-modal__hero--eid-mubarak {
  background-color: #e9f5fa;
  color: #229ad6; }

.lgx-c-modal__main--eid-mubarak .lgx-t-title, .lgx-c-modal__main--eid-mubarak .lgx-t-modal__legend {
  display: block; }

.lgx-c-modal__main--eid-mubarak .lgx-c-avatars.is-not-stacked {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial; }

.lgx-c-modal__main--eid-mubarak .lgx-c-avatar-wrap + .lgx-c-avatar-wrap {
  margin-left: 8px; }

.lgx-c-modal__main--eid-mubarak .lgx-c-avatar + .lgx-c-avatar {
  margin-left: 0; }

.lgx-c-modal__main--eid-mubarak .lgx-c-avatar {
  margin-bottom: 0;
  width: 48px; }

.eid-mubarak__join-gc svg,
.eid-mubarak__join-gc--alt svg {
  margin-bottom: 6px;
  display: block;
  height: 24px;
  width: 80px; }

.eid-mubarak__join-gc {
  background-color: #6dd599; }
  .eid-mubarak__join-gc .lgx-c-button--tertiary, .eid-mubarak__join-gc .lgx-c-feed__share,
  .eid-mubarak__join-gc .lgx-c-feed__action {
    margin-top: 16px; }

.lgx-c-modal__padding--even {
  padding: 30px 20px; }

.lgx-c-avatars__header {
  margin-bottom: 6px !important; }

.eid-mubarak__video {
  overflow: auto;
  cursor: pointer; }
  .eid-mubarak__video:hover:after, .eid-mubarak__video:focus:after {
    text-decoration: none; }
  .eid-mubarak__video:after {
    content: "Watch the recap video";
    margin-left: 10px;
    line-height: 48px;
    text-decoration: underline;
    color: #2bb359; }

.eid-mubarak__thumbnail {
  height: 48px;
  width: 48px !important;
  float: left; }

.lgx-c-flash {
  padding: 6px 20px;
  position: relative;
  border-width: 1px;
  border-color: #b867c6;
  border-top-style: solid;
  border-bottom-style: solid;
  background-color: #fefaff;
  color: #b867c6; }

.lgx-c-footer-wrapper {
  background-color: #645398; }

.lgx-c-footer {
  padding: 100px 5%;
  color: #ffffff; }
  @media (max-width: 520px) {
    .lgx-c-footer {
      text-align: center; } }
  @media (min-width: 900px) {
    .lgx-c-footer {
      display: grid;
      grid-template-columns: auto auto;
      grid-column-gap: 60px; } }

.lgx-c-footer__main {
  max-width: 600px; }

.lgx-c-footer__logo {
  margin-bottom: 36px;
  height: 25px;
  width: 194px;
  fill: #ffffff; }

.lgx-c-footer__text {
  margin-bottom: 24px;
  line-height: 1.33; }
  .lgx-c-footer__text span {
    color: #c69df0; }

@media (min-width: 521px) {
  .lgx-c-footer__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.lgx-c-footer__button--primary {
  background-color: #ffffff;
  color: #000000; }
  @media (max-width: 520px) {
    .lgx-c-footer__button--primary {
      margin-bottom: 24px; } }
  @media (min-width: 521px) {
    .lgx-c-footer__button--primary {
      margin-right: 24px; } }

.lgx-c-footer__button--secondary {
  margin-bottom: 42px;
  border: 1px solid #3c315b;
  color: #ffffff; }

.lgx-c-footer__stats {
  margin-bottom: 54px;
  line-height: 1.33;
  color: #cec3ef; }
  @media (min-width: 521px) {
    .lgx-c-footer__stats {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.lgx-c-footer__stat:not(:last-child) {
  margin-bottom: 24px; }

.lgx-c-footer__stat span {
  display: block; }

.lgx-c-footer__illustration-wrapper {
  justify-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  overflow: hidden; }
  @media (max-width: 520px) {
    .lgx-c-footer__illustration-wrapper {
      margin-right: auto;
      margin-left: auto; } }

.lgx-c-footer__illustration {
  margin-bottom: 6px;
  height: 320px;
  width: 100%; }
  .lgx-c-footer__illustration svg {
    height: 320px;
    width: 280px; }

.lgx-c-footer__socials {
  margin-bottom: 30px; }

.lgx-c-footer__social:not(:last-child) {
  margin-right: 6px; }

.lgx-c-footer__social:hover svg,
.lgx-c-footer__social:focus svg {
  fill: #c69df0; }

.lgx-c-footer__social:focus {
  outline: none; }

.lgx-c-footer__social svg {
  height: 24px;
  width: 24px;
  fill: #ffffff; }

.lgx-c-footer__notes {
  line-height: 1.33; }
  .lgx-c-footer__notes a:focus {
    outline: none; }

.lgx-c-footer__copyright {
  color: #cec3ef; }

giving-top-navigation {
  display: block;
  height: 51px; }

.lgx-c-nav-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002; }

.lgx-c-nav {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  position: relative;
  z-index: 20; }

.lgx-c-logo {
  height: 18px; }

.lgx-c-nav__link:hover svg,
.lgx-c-nav__link:focus svg {
  fill: #000000; }

.lgx-c-subnav-wrap {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: fixed;
  right: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 19; }
  @media (max-width: 520px) {
    .lgx-c-subnav-wrap {
      width: 100%; } }
  @media (min-width: 521px) {
    .lgx-c-subnav-wrap {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      width: 320px; } }
  .lgx-c-subnav-wrap.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.lgx-c-subnav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  .lgx-c-subnav__link:hover, .lgx-c-subnav__link:focus {
    color: inherit;
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem); }

.lgx-c-subnav__search {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 40px;
  margin: 8px -4px; }
  .lgx-c-subnav__search:hover, .lgx-c-subnav__search:focus {
    border-color: #57c282;
    outline: none; }

.lgx-c-subnav__category {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.lgx-c-header-wrapper {
  position: relative;
  z-index: 2; }
  @media (max-width: 800px) {
    .lgx-c-header-wrapper {
      background-color: #ffffff; } }
  @media (min-width: 801px) {
    .lgx-c-header-wrapper {
      padding-top: 36px;
      padding-bottom: 60px; }
      .lgx-c-campaign-page .lgx-c-header-wrapper {
        background-color: #f7fcf9; } }
  .lgx-c-pulse .lgx-c-header-wrapper {
    background-image: url("https://i.imgur.com/5wxYfMD.png");
    background-repeat: no-repeat;
    background-size: auto 40px; }

.lgx-c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56px; }
  .lgx-c-header a:hover svg,
  .lgx-c-header a:focus svg,
  .lgx-c-header button:hover svg,
  .lgx-c-header button:focus svg {
    fill: #57c282; }
  .lgx-c-header lgx-user-menu a:hover,
  .lgx-c-header lgx-user-menu a:focus {
    color: #57c282; }
  @media (min-width: 801px) {
    .lgx-c-header {
      margin-right: auto;
      margin-left: auto;
      padding-right: 24px;
      padding-left: 24px;
      max-width: 1280px; }
      .lgx-c-header > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0; } }

@media (min-width: 801px) {
  .lgx-c-header__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 800px) {
  .lgx-c-header__logo {
    height: 16px;
    width: 132px; } }

@media (min-width: 801px) {
  .lgx-c-header__logo {
    width: 100%; } }

@media (max-width: 800px) {
  .lgx-c-header__slogan {
    display: none; } }

@media (min-width: 801px) {
  .lgx-c-header__slogan {
    margin-top: 8px;
    width: 100%; } }

@media (max-width: 800px) {
  .lgx-c-header__button-wrapper {
    display: none; } }

@media (min-width: 801px) {
  .lgx-c-header__button-wrapper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

@media (min-width: 801px) {
  .lgx-c-header__button {
    max-width: 194px;
    border: 1px solid #8e8e93;
    font-size: 14px;
    color: inherit; }
    .lgx-c-header__button:before {
      content: "";
      background-image: linear-gradient(45deg, #7ddba3, #57c282); }
    .lgx-c-header__button:hover, .lgx-c-header__button:focus {
      color: currentColor; } }

.lgx-c-header__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lgx-c-header__menu-wrapper lgx-user-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .lgx-c-header__menu-wrapper button {
    padding: 0;
    border: none;
    background-color: initial;
    cursor: pointer; }
  .lgx-c-header__menu-wrapper svg {
    height: 24px;
    width: 24px; }
  @media (min-width: 801px) {
    .lgx-c-header__menu-wrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.lgx-c-header__search {
  margin-right: 16px; }

.lgx-c-header__menu--logged-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .lgx-c-header__menu--logged-in svg {
    margin-left: 4px;
    width: 10px; }

@media (min-width: 801px) {
  lgx-header {
    color: #ffffff; }
  lgx-header svg {
    fill: #ffffff; }
  lgx-header a.lgx-t-black.lgx-t-caption, lgx-header .lgx-c-hero a.lgx-t-black.lgx-c-button--tertiary, .lgx-c-hero lgx-header a.lgx-t-black.lgx-c-button--tertiary, lgx-header .lgx-c-hero a.lgx-t-black.lgx-c-feed__share, .lgx-c-hero lgx-header a.lgx-t-black.lgx-c-feed__share,
  lgx-header .lgx-c-hero a.lgx-t-black.lgx-c-feed__action, .lgx-c-hero lgx-header a.lgx-t-black.lgx-c-feed__action, lgx-header a.lgx-t-black.lgx-c-flash, lgx-header a.lgx-t-black.lgx-c-button__note {
    color: #ffffff; }
  lgx-header.is-dark {
    color: #000000; }
  lgx-header.is-dark svg {
    fill: #000000; }
  lgx-header.is-dark a.lgx-t-black.lgx-t-caption, lgx-header.is-dark .lgx-c-hero a.lgx-t-black.lgx-c-button--tertiary, .lgx-c-hero lgx-header.is-dark a.lgx-t-black.lgx-c-button--tertiary, lgx-header.is-dark .lgx-c-hero a.lgx-t-black.lgx-c-feed__share, .lgx-c-hero lgx-header.is-dark a.lgx-t-black.lgx-c-feed__share,
  lgx-header.is-dark .lgx-c-hero a.lgx-t-black.lgx-c-feed__action, .lgx-c-hero lgx-header.is-dark a.lgx-t-black.lgx-c-feed__action, lgx-header.is-dark a.lgx-t-black.lgx-c-flash, lgx-header.is-dark a.lgx-t-black.lgx-c-button__note {
    color: #000000; } }

.lgx-c-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 5%;
  min-height: 300px;
  height: 42vh;
  background-image: linear-gradient(45deg, #C7FFDF, #D1FFFE), url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_gc-friday-givers.jpg");
  background-blend-mode: multiply;
  background-size: cover; }
  @media (max-width: 520px) {
    .lgx-c-hero {
      max-height: 300px; } }

.lgx-c-hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.lgx-c-hero__author {
  margin-top: 4px;
  display: block; }

.lgx-c-hero__tagline {
  max-width: 160px;
  line-height: 1.2; }

.lgx-c-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%;
  border: 1px dashed #b867c6;
  border-radius: 4px;
  line-height: 1.33;
  background-color: #fefaff; }

@media (max-width: 520px) {
  .lgx-c-highlight svg {
    height: 22px;
    width: 68px; } }

@media (min-width: 520px) {
  .lgx-c-highlight svg {
    height: 24px;
    width: 80px; } }

.lgx-t-headline--m, .lgx-landing__intro .lgx-c-button--primary, .lgx-landing__umrah--continued + giving-join-button .lgx-c-button--primary {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500; }
  @media (max-width: 767px) {
    .lgx-t-headline--m, .lgx-landing__intro .lgx-c-button--primary, .lgx-landing__umrah--continued + giving-join-button .lgx-c-button--primary {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: .15px; } }
  @media (min-width: 768px) {
    .lgx-t-headline--m, .lgx-landing__intro .lgx-c-button--primary, .lgx-landing__umrah--continued + giving-join-button .lgx-c-button--primary {
      font-size: 24px;
      line-height: 29px; } }

.lgx-t-headline--xl {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 700; }
  @media (max-width: 767px) {
    .lgx-t-headline--xl {
      font-size: 34px;
      line-height: 40px;
      letter-spacing: .25px; } }
  @media (min-width: 768px) {
    .lgx-t-headline--xl {
      font-size: 48px;
      line-height: 58px; } }

.lgx-t-overline {
  font-size: 10px;
  font-family: 'SF Pro Text', sans-serif;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

.lgx-t-subtitle {
  font-size: 16px;
  font-family: 'SF Pro Text', sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .15px; }

.lgx-t-body--2 {
  font-size: 14px;
  font-family: 'SF Pro Text', sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .25px; }

.lgx-t-caption--1 {
  font-size: 16.5px;
  font-family: 'SF Pro Text', sans-serif;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: .5px; }

.lgx-landing {
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .lgx-landing {
      overflow-x: hidden; } }

.lgx-landing.dhc18 .lgx-t-product-primary {
  color: #53baed; }

.lgx-landing.dhc18 .lgx-t-product-primary--light {
  color: #e8f4fa; }

@media (max-width: 767px) {
  .lgx-landing.dhc18 .lgx-landing__intro {
    background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_dhc-landing-hero--mobile.jpg"); } }

@media (min-width: 768px) {
  .lgx-landing.dhc18 .lgx-landing__intro {
    background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_dhc-landing-hero--desktop.jpg"); } }

.lgx-landing.dhc18 .lgx-landing__blockquote {
  background-color: #53baed; }
  .lgx-landing.dhc18 .lgx-landing__blockquote:before {
    color: #229ad6; }

.lgx-landing.dhc18 .lgx-c-marketing__icon {
  background-color: #e8f4fa; }
  .lgx-landing.dhc18 .lgx-c-marketing__icon svg {
    fill: #229ad6; }

.lgx-landing.friday-givers .lgx-t-product-primary {
  color: #22D67B; }

.lgx-landing.friday-givers .lgx-t-product-primary--light {
  color: #E8FAEE; }

.lgx-landing.friday-givers .lgx-landing__intro {
  background-image: linear-gradient(45deg, #C7FFDF, #D1FFFE), url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_gc-friday-givers.jpg");
  background-blend-mode: multiply; }

.lgx-landing.friday-givers .lgx-landing__blockquote {
  background-color: #22D67B; }
  .lgx-landing.friday-givers .lgx-landing__blockquote:before {
    color: #2bb359; }

.lgx-landing.friday-givers .lgx-c-marketing__icon {
  background-color: #E8FAEE; }
  .lgx-landing.friday-givers .lgx-c-marketing__icon svg {
    fill: #2bb359; }

.lgx-landing__intro {
  height: 570px;
  background-size: cover;
  background-position: top center;
  padding: 24px 5%; }
  @media (min-width: 768px) {
    .lgx-landing__intro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .lgx-landing__intro .lgx-t-overline {
    margin-top: 16px;
    display: block; }
  .lgx-landing__intro .lgx-t-subtitle {
    margin-top: 4px;
    display: block; }
  @media (max-width: 767px) {
    .lgx-landing__intro .lgx-c-button--primary {
      display: none; } }
  @media (min-width: 768px) {
    .lgx-landing__intro .lgx-c-button--primary {
      margin-top: 50px;
      padding-right: 50px;
      padding-left: 50px;
      border-radius: 24px; } }

.lgx-landing__community {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .lgx-landing__community {
      padding: 36px 5%; } }
  @media (min-width: 768px) {
    .lgx-landing__community {
      padding: 50px 5%; } }
  .lgx-landing__community .lgx-c-avatars {
    margin-top: 16px;
    margin-bottom: 8px; }

@media (min-width: 768px) {
  .lgx-landing__section-wrap {
    margin-right: 5%;
    margin-left: 5%; } }

@media (min-width: 768px) {
  .lgx-landing__section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 7%;
    padding-left: 7%;
    width: 100%;
    max-width: 1024px;
    border-radius: 4px; } }

.lgx-landing__blockquote {
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .lgx-landing__blockquote {
      padding: 32px 5%; } }
  @media (min-width: 768px) {
    .lgx-landing__blockquote {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .lgx-landing__blockquote:before {
    content: "ﷺ";
    position: absolute;
    right: -30px;
    bottom: -5px; }
    @media (max-width: 767px) {
      .lgx-landing__blockquote:before {
        font-size: 150px; } }
    @media (min-width: 768px) {
      .lgx-landing__blockquote:before {
        font-size: 260px; } }
  @media (min-width: 768px) {
    .lgx-landing__blockquote p {
      width: 80%; } }
  .lgx-landing__blockquote cite {
    margin-top: 48px;
    display: block;
    position: relative; }
    .lgx-landing__blockquote cite span {
      display: block; }

.lgx-c-marketings {
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .lgx-c-marketings {
      padding: 44px 5%; } }
  @media (min-width: 768px) {
    .lgx-c-marketings {
      margin-top: 40px;
      margin-bottom: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.lgx-c-marketing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .lgx-c-marketing {
      width: 33.33%; } }
  @media (max-width: 767px) {
    .lgx-c-marketing + .lgx-c-marketing {
      margin-top: 48px; } }
  @media (min-width: 768px) {
    .lgx-c-marketing + .lgx-c-marketing {
      margin-left: 24px; } }
  .lgx-c-marketing .lgx-t-headline--m, .lgx-c-marketing .lgx-landing__intro .lgx-c-button--primary, .lgx-landing__intro .lgx-c-marketing .lgx-c-button--primary, .lgx-c-marketing .lgx-landing__umrah--continued + giving-join-button .lgx-c-button--primary, .lgx-landing__umrah--continued + giving-join-button .lgx-c-marketing .lgx-c-button--primary {
    margin-top: 16px; }
  .lgx-c-marketing .lgx-t-caption--1 {
    margin-top: 4px; }

.lgx-c-marketing__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  width: 48px;
  border-radius: 50%; }
  .lgx-c-marketing__icon svg {
    height: 24px;
    width: 24px; }

.lgx-landing__umrah {
  background-color: #7ddba3; }
  @media (max-width: 767px) {
    .lgx-landing__umrah {
      padding: 24px 5%; } }
  @media (min-width: 768px) {
    .lgx-landing__umrah {
      padding-top: 50px;
      padding-bottom: 80px; } }
  @media (min-width: 950px) {
    .lgx-landing__umrah {
      position: relative; } }
  .lgx-landing__umrah img {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: 580px; }
    @media (min-width: 950px) {
      .lgx-landing__umrah img {
        position: absolute;
        top: -50px;
        right: 0; } }

.lgx-landing__umrah--continued {
  padding-right: 7%;
  padding-left: 7%;
  background-color: #ffffff; }
  @media (max-width: 949px) {
    .lgx-landing__umrah--continued {
      padding-bottom: 36px; } }
  .lgx-landing__umrah--continued img {
    margin-top: -32px;
    margin-right: 5px;
    height: 64px;
    position: relative; }
  .lgx-landing__umrah--continued span {
    margin-top: 10px;
    display: block; }
  @media (max-width: 949px) {
    .lgx-landing__umrah--continued p {
      margin-top: 16px; } }
  @media (min-width: 950px) {
    .lgx-landing__umrah--continued p {
      margin-top: 32px;
      width: 50%; } }
  .lgx-landing__umrah--continued + giving-join-button .lgx-c-button--primary {
    border-radius: 24px; }
    @media (max-width: 767px) {
      .lgx-landing__umrah--continued + giving-join-button .lgx-c-button--primary {
        margin: 16px;
        position: fixed;
        bottom: 0;
        width: calc(100% - 32px);
        z-index: 1; } }
    @media (min-width: 768px) {
      .lgx-landing__umrah--continued + giving-join-button .lgx-c-button--primary {
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
        padding-right: 50px;
        padding-left: 50px; } }

.lgx-landing__partner {
  padding: 16px 7% 100px;
  background-color: #f5f7fa; }
  .lgx-landing__partner img {
    margin-top: 8px;
    height: 64px; }

.lgx-landing__partner__desc {
  margin-top: 16px; }

@media (max-width: 767px) {
  .lgx-landing__footer.rc-footer {
    display: block; } }

.lgx-landing.dhc19 .lgx-t-primary {
  color: #f4bb7b !important; }

.lgx-landing.dhc19 giving-join-button .lgx-c-button--primary {
  background-color: #f4bb7b;
  background-image: none;
  color: #1d1f24;
  margin-bottom: 6px;
  width: 268px; }
  .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary:hover, .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary:focus {
    background-color: #f4bb7b; }

@media (min-width: 768px) {
  .lgx-landing.dhc19 .lgx-landing__section {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0; } }

.lgx-landing.dhc19 .lgx-landing__hajj {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFEAD4;
  background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_dhc-hajj.svg"), url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_dhc-hajj-plane.svg");
  background-repeat: no-repeat;
  color: #044354;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 42px 32px;
  text-align: center; }
  @media (max-width: 767px) {
    .lgx-landing.dhc19 .lgx-landing__hajj {
      background-position: 53% bottom;
      background-size: 270px, 0;
      padding-bottom: 200px; } }
  @media (min-width: 768px) {
    .lgx-landing.dhc19 .lgx-landing__hajj {
      background-position: calc(50% + 400px) bottom, calc(50% - 400px) center;
      background-size: 270px, 200px;
      border-radius: 12px;
      margin-bottom: 24px; } }
  .lgx-landing.dhc19 .lgx-landing__hajj giving-join-button .lgx-c-button--primary {
    background-color: #044354;
    color: #FFEAD4;
    margin-top: 24px; }

.lgx-landing.dhc19 .lgx-landing__intro {
  background-color: #fcf3e8;
  margin-bottom: 48px; }
  @media (max-width: 799px) {
    .lgx-landing.dhc19 .lgx-landing__intro {
      height: initial; } }
  @media (min-width: 800px) {
    .lgx-landing.dhc19 .lgx-landing__intro {
      height: 620px;
      margin-top: -152px;
      padding-top: 100px; } }
  .lgx-landing.dhc19 .lgx-landing__intro .lgx-landing__section {
    position: relative; }
  .lgx-landing.dhc19 .lgx-landing__intro .lgx-t-primary {
    color: #cd7824 !important;
    margin-bottom: 6px; }
  @media (min-width: 800px) {
    .lgx-landing.dhc19 .lgx-landing__intro h1,
    .lgx-landing.dhc19 .lgx-landing__intro .lgx-t-headline {
      width: 50%; } }
  .lgx-landing.dhc19 .lgx-landing__intro .lgx-t-headline {
    line-height: 1.2;
    margin-top: 32px;
    max-width: 450px; }
  .lgx-landing.dhc19 .lgx-landing__intro .lgx-c-button--primary {
    margin-top: 24px; }
    @media (max-width: 767px) {
      .lgx-landing.dhc19 .lgx-landing__intro .lgx-c-button--primary {
        display: block;
        margin-bottom: 24px; } }
    @media (min-width: 768px) {
      .lgx-landing.dhc19 .lgx-landing__intro .lgx-c-button--primary {
        margin-bottom: 50px; } }
  .lgx-landing.dhc19 .lgx-landing__intro .lgx-landing__video {
    mix-blend-mode: multiply;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (max-width: 799px) {
      .lgx-landing.dhc19 .lgx-landing__intro .lgx-landing__video {
        margin-top: 16px;
        width: 100%; } }
    @media (min-width: 800px) {
      .lgx-landing.dhc19 .lgx-landing__intro .lgx-landing__video {
        max-width: 582px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 50%; } }

@media (max-width: 767px) {
  .lgx-landing.dhc19 .lgx-c-marketings__heading {
    margin-left: 5%;
    margin-right: 5%; } }

.lgx-landing.dhc19 .lgx-c-marketing {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  width: initial; }

.lgx-landing.dhc19 .lgx-c-marketing__illustration {
  margin-bottom: 24px;
  width: 80%; }
  @media (max-width: 767px) {
    .lgx-landing.dhc19 .lgx-c-marketing__illustration {
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 767px) {
  .lgx-landing.dhc19 .lgx-landing__blockquote-wrap {
    background-color: #ebeff5;
    padding: 5%; } }

@media (min-width: 768px) {
  .lgx-landing.dhc19 .lgx-landing__blockquote-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 48px; } }

.lgx-landing.dhc19 .lgx-landing__blockquote-wrap > * {
  border-radius: 12px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .lgx-landing.dhc19 .lgx-landing__blockquote-wrap > * {
      padding: 24px 40px;
      width: calc(50% - 12px); } }

.lgx-landing.dhc19 .lgx-landing__campaign-cta {
  background-color: #1d1f24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (max-width: 767px) {
    .lgx-landing.dhc19 .lgx-landing__campaign-cta {
      margin-bottom: 20px;
      padding: 32px 5%; } }
  .lgx-landing.dhc19 .lgx-landing__campaign-cta .lgx-t-headline {
    margin-bottom: 16px; }
  .lgx-landing.dhc19 .lgx-landing__campaign-cta svg {
    bottom: 20px;
    fill: #ffffff;
    position: absolute;
    right: 20px; }

.lgx-landing.dhc19 .lgx-landing__blockquote {
  background-color: #e69b49; }
  .lgx-landing.dhc19 .lgx-landing__blockquote:before {
    color: #cd7824;
    font-size: 180px;
    bottom: -48px;
    right: -15px; }
  .lgx-landing.dhc19 .lgx-landing__blockquote cite {
    margin-top: 16px; }

.lgx-landing.dhc19 .lgx-landing__community {
  background-color: #1d1f24; }

.lgx-landing.dhc19 .lgx-c-avatars.is-stacked .lgx-c-avatar + .lgx-c-avatar {
  -webkit-box-shadow: 0 0 0 3px #1d1f24;
          box-shadow: 0 0 0 3px #1d1f24; }

@media (max-width: 800px) {
  .lgx-landing.dhc19 .lgx-c-sticky-wrapper {
    border-top-style: solid;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-transform: none;
            transform: none; }
    .lgx-landing.dhc19 .lgx-c-sticky-wrapper button {
      font-weight: 500;
      height: 45px;
      margin-bottom: 0;
      width: 90vw; } }

@media (min-width: 801px) {
  .lgx-landing.dhc19 .lgx-c-sticky-wrapper {
    display: none; } }

ol.lgx-c-list {
  counter-reset: numbered; }

.lgx-c-list__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.33;
  text-align: left; }
  ol.lgx-c-list .lgx-c-list__item:before {
    content: counter(numbered) ".";
    counter-increment: numbered;
    margin-right: 10px;
    min-width: 45px;
    text-align: center; }

.lgx-c-list--empty {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_paginated-list-skeleton.svg");
  background-size: 70%;
  background-position: top;
  background-repeat: repeat-y; }
  @media (max-width: 520px) {
    .lgx-c-list--empty {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 50vh; } }
  .lgx-c-list--empty:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#ffffff));
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), #ffffff); }

.lgx-c-list--empty__emoji {
  font-size: 64px; }

.lgx-c-list--empty__text {
  position: relative;
  line-height: 1.33; }

.lgx-c-easy-list {
  padding: 36px 5% 10px; }
  @media (min-width: 521px) {
    .lgx-c-easy-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .lgx-c-easy-list svg {
    margin-bottom: 10px;
    height: 22px;
    width: 68px; }
  .lgx-c-easy-list .lgx-c-list {
    margin-top: 20px; }
  @media (max-width: 520px) {
    .lgx-c-easy-list .lgx-c-list__item:before {
      font-size: 13px !important; } }
  @media (min-width: 520px) {
    .lgx-c-easy-list .lgx-c-list__item:before {
      font-size: 15px !important; } }

.lgx-c-highlight-list {
  padding: 36px 5% 10px;
  background-color: #f5f5f5; }
  @media (min-width: 521px) {
    .lgx-c-highlight-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .lgx-c-highlight-list .lgx-c-list {
    margin-top: 20px; }
  .lgx-c-highlight-list svg {
    margin-right: 10px;
    height: 24px;
    width: 45px;
    fill: #2bb359; }

.lgx-c-member-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 5%;
  background-color: #4d4d4d; }

.lgx-c-member-bar__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.33; }

.lgx-c-member-bar__icon svg {
  height: 16px;
  width: 16px;
  fill: #cccccc; }

.lgx-c-member-bar__icon:hover svg,
.lgx-c-member-bar__icon:focus svg {
  fill: #ffffff; }

body.has-modal {
  overflow: hidden; }

.lgx-c-modal-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 9999; }
  @media (min-width: 521px) {
    .lgx-c-modal-wrap {
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: rgba(0, 0, 0, 0.5); } }

.lgx-c-modal {
  width: 100vw;
  background-color: #ffffff; }
  @media (max-width: 520px) {
    .lgx-c-modal {
      height: 100vh;
      overflow-y: scroll;
      /* has to be scroll, not auto */
      -webkit-overflow-scrolling: touch;
      /* https://css-tricks.com/snippets/css/momentum-scrolling-on-ios-overflow-elements/ */ } }
  @media (min-width: 521px) {
    .lgx-c-modal {
      height: 80vh;
      max-height: 800px;
      max-width: 450px;
      position: relative;
      border-radius: 16px; } }

.lgx-c-modal__close {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 22px;
  padding: 8px 10px;
  background: white;
  border-radius: 50%; }

.lgx-c-modal__headerback {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  padding: 8px 10px; }

.lgx-c-modal__feature {
  margin-bottom: 20px;
  max-width: 100%; }

.lgx-c-modal__feature--has-border {
  border-radius: 4px;
  border: 1px solid #dfe9f3; }

.lgx-c-modal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  height: 60px; }

.lgx-c-modal__hero--splash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  padding: 25px;
  background-color: #fcf2e7; }
  .lgx-c-modal__hero--splash svg {
    height: 50px; }

.lgx-c-modal__emoji {
  font-size: 64px;
  line-height: 60px; }

.lgx-c-modal__hero--vote {
  background-color: #e6eeff; }
  .lgx-c-modal__hero--vote svg {
    fill: #4080ff; }

.lgx-c-modal__faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #cccccc;
  color: initial; }
  .lgx-c-modal__faq:hover, .lgx-c-modal__faq:focus {
    color: initial; }

.lgx-c-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5%;
  padding-left: 5%;
  min-height: 60px;
  border-bottom: 1px solid #2bb359;
  background-color: rgba(43, 179, 89, 0.04);
  font-size: 17px; }

.lgx-c-modal__back,
.lgx-c-modal__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 65px; }
  .lgx-c-modal__back:hover, .lgx-c-modal__back:focus,
  .lgx-c-modal__next:hover,
  .lgx-c-modal__next:focus {
    color: #2bb359; }

.lgx-c-modal__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2bb359; }
  .lgx-c-modal__back svg {
    margin-right: 6px;
    height: 18px;
    width: 12px; }
    .lgx-c-modal__header .lgx-c-modal__back svg {
      fill: #2bb359; }

.lgx-c-modal__next {
  text-align: right; }

.lgx-c-modal__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.lgx-c-modal__main {
  overflow: auto; }
  @media (max-width: 520px) {
    .lgx-c-modal__main {
      height: calc(100vh - 122px); } }
  @media (min-width: 521px) {
    .lgx-c-modal__main {
      height: calc(80vh - 122px);
      max-height: 641px; } }
  @media (max-width: 520px) {
    .lgx-c-tabs + .lgx-c-modal__main {
      height: calc(100vh - 167px); } }
  @media (min-width: 521px) {
    .lgx-c-tabs + .lgx-c-modal__main {
      height: calc(80vh - 182px);
      max-height: 581px; } }
  @media (max-width: 520px) {
    .lgx-c-modal__main.has-no-header {
      height: calc(100vh - 62px); } }
  @media (min-width: 521px) {
    .lgx-c-modal__main.has-no-header {
      height: calc(80vh - 62px);
      max-height: initial; } }

.lgx-c-modal__padding {
  padding: 30px 20px 25px; }

.lgx-c-stripe {
  margin-top: 10px;
  width: 120px; }

.lgx-c-modal__fieldset + .lgx-c-modal__fieldset,
giving-giving-amount + giving-payment-method,
giving-payment-method + club-method-active-or-paused,
giving-payment-method + .lgx-c-modal__fieldset,
challenge-method-automatic-or-manual + giving-payment-method,
giving-giving-amount + challenge-method-automatic-or-manual,
giving-payment-method + challenge-method-automatic-or-manual,
challenge-method-automatic-or-manual + challenge-get-phone-number,
giving-payment-method + challenge-get-phone-number,
challenge-get-phone-number + .lgx-c-modal__fieldset,
challenge-method-automatic-or-manual + .lgx-c-modal__fieldset {
  margin-top: 30px;
  display: block; }

.lgx-t-modal__legend {
  line-height: 1.2; }

.lgx-t-modal__desc {
  padding-top: 5px;
  line-height: 1.33;
  color: #8e8e93; }

.lgx-c-form__label {
  margin-top: 20px;
  padding-bottom: 5px; }
  .lgx-c-form__label:first-of-type {
    padding-top: 0; }

.lgx-c-form__title {
  color: #000000;
  letter-spacing: 0.35px;
  line-height: 1.33; }

.lgx-c-form__buttons--grid,
.lgx-c-form__buttons--column {
  padding-top: 20px;
  display: grid;
  grid-gap: 5px; }

.lgx-c-form__input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4d4d4d;
  border: 1px solid #8e8e93;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px #f5f5f5;
          box-shadow: inset 0 1px 1px #f5f5f5;
  -webkit-transition: border ease-in-out 0.15s, color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border ease-in-out 0.15s, color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border ease-in-out 0.15s, box-shadow ease-in-out 0.15s, color ease-in-out 0.15s;
  transition: border ease-in-out 0.15s, box-shadow ease-in-out 0.15s, color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .lgx-c-form__input:focus {
    border-color: #57c282;
    outline: 0; }
  .lgx-c-form__input.ng-invalid:not(.ng-empty) {
    border-color: #e4584c; }

.lgx-c-form__input--grid,
.lgx-c-form__input--column {
  display: grid;
  grid-gap: 20px; }

.lgx-c-form__input--grid {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.lgx-c-form__buttons--grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.lgx-c-form__button--custom {
  grid-column: 2 / 4;
  position: relative; }

.lgx-c-form__button--custom label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 50px;
  background-color: rgba(43, 179, 89, 0.04);
  border-right: 1px solid #2bb359;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 17px;
  color: #2bb359;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.lgx-c-form__button--custom input {
  padding-left: 60px; }

.lgx-c-dropdown {
  margin-top: 20px;
  position: relative;
  text-align: center;
  color: #8e8e93; }

.lgx-c-dropdown__select--no-border {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 25px 5px 5px;
  border: initial;
  background-color: initial; }

.lgx-c-dropdown__arrow {
  margin-left: -25px;
  height: 10px;
  width: 16px;
  fill: #cccccc;
  pointer-events: none; }

.lgx-c-button__note {
  color: #8e8e93; }

.lgx-c-modal__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 35px; }
  .lgx-c-modal__dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px; }
    .lgx-c-modal__dl div:not(:last-child) {
      border-bottom: 1px solid #f5f5f5; }
  .lgx-c-modal__dl dt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 10px;
    text-align: left; }
  .lgx-c-modal__dl dd {
    text-align: right;
    text-transform: capitalize; }

@media (min-width: 521px) {
  giving-onboard-manual-or-automatic:after,
  giving-onboard-previous-settings:after,
  giving-onboard-step-one:after,
  giving-onboard-step-two:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; } }

.lgx-c-form__input--animate,
.lgx-c-form__input--custom-daily-amount,
.lgx-c-dropdown__select {
  border: 1px solid #8e8e93;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-transition: border-color ease-in-out 0.25s;
  transition: border-color ease-in-out 0.25s; }
  .lgx-c-form__input--animate:disabled,
  .lgx-c-form__input--custom-daily-amount:disabled,
  .lgx-c-dropdown__select:disabled {
    background-color: #f5f5f5; }
  .lgx-c-form__input--animate.ng-invalid:not(.ng-empty),
  .lgx-c-form__input--custom-daily-amount.ng-invalid:not(.ng-empty),
  .lgx-c-dropdown__select.ng-invalid:not(.ng-empty) {
    border-color: #e4584c; }
    .lgx-c-form__input--animate.ng-invalid:not(.ng-empty) + label,
    .lgx-c-form__input--custom-daily-amount.ng-invalid:not(.ng-empty) + label,
    .lgx-c-dropdown__select.ng-invalid:not(.ng-empty) + label {
      color: #e4584c; }
    .lgx-c-form__input--animate.ng-invalid:not(.ng-empty) + label + .lgx-c-form__input-message,
    .lgx-c-form__input--custom-daily-amount.ng-invalid:not(.ng-empty) + label + .lgx-c-form__input-message,
    .lgx-c-dropdown__select.ng-invalid:not(.ng-empty) + label + .lgx-c-form__input-message {
      color: #e4584c; }
  .lgx-c-form__input--animate:focus,
  .lgx-c-form__input--custom-daily-amount:focus,
  .lgx-c-dropdown__select:focus {
    border-color: #57c282;
    outline: 0; }

.lgx-c-form__input--animate {
  height: 53px;
  padding: 25px 12px 10px; }
  .lgx-c-form__input--animate.ng-empty + label {
    font-size: 16px;
    pointer-events: none;
    top: 18px; }
  .lgx-c-form__input--animate:focus + label {
    color: #57c282;
    font-size: 11px;
    top: 10px; }

.lgx-c-form__label--animate {
  color: #8e8e93;
  font-size: 11px;
  left: 12px;
  position: absolute;
  top: 10px;
  -webkit-transition-property: color, font-size, top;
  transition-property: color, font-size, top;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

.lgx-c-form__input-message {
  color: #8e8e93;
  font-size: 11px;
  margin-bottom: 20px;
  margin-top: -12px; }

.lgx-c-modal--alternate {
  overflow: hidden; }
  .lgx-c-modal--alternate .lgx-c-modal__header {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    border-bottom: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px; }
    .lgx-c-modal--alternate .lgx-c-modal__header.has-image {
      background-size: cover;
      height: 180px; }
  .lgx-c-modal--alternate .lgx-c-modal__heading {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    font-size: 24px;
    text-align: initial; }
  .lgx-c-modal--alternate .lgx-c-modal__headings + form {
    margin-top: 10px; }
  @media (max-width: 520px) {
    .lgx-c-modal--alternate .lgx-c-modal__main {
      height: 100vh; } }
  @media (min-width: 521px) {
    .lgx-c-modal--alternate .lgx-c-modal__main {
      height: 80vh !important;
      max-height: 800px !important; } }
  .lgx-c-modal--alternate .lgx-c-button--primary {
    letter-spacing: 2px;
    min-height: 48px;
    text-transform: uppercase;
    width: 100%; }
  .lgx-c-modal--alternate .lgx-c-button--facebook + div {
    margin-bottom: 30px;
    margin-top: 30px; }
  .lgx-c-modal--alternate .lgx-c-form__input {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 25px 12px; }
  .lgx-c-modal--alternate .lgx-c-form__input--custom-daily-amount {
    font-size: 34px;
    margin-right: 10px;
    padding: 7px 7px 7px 35px; }
    .lgx-c-modal--alternate .lgx-c-form__input--custom-daily-amount + label {
      font-size: 24px;
      left: 13px;
      position: absolute;
      top: 16px; }
  .lgx-c-modal--alternate .lgx-c-dropdown {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: initial; }
  .lgx-c-modal--alternate .lgx-c-dropdown__select {
    -webkit-appearance: none;
    background-color: transparent;
    font-size: 16px;
    height: 53px;
    padding-left: 12px;
    padding-right: 42px; }
    .lgx-c-modal--alternate .lgx-c-dropdown__select + svg {
      fill: #8e8e93;
      pointer-events: none;
      position: absolute;
      right: 18px;
      top: 21px; }
  .lgx-c-modal--alternate .lgx-c-form__daily-amounts {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: -10px;
    position: relative; }
    .lgx-c-modal--alternate .lgx-c-form__daily-amounts label {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fafafa;
      border-radius: 2px;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
              box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 36px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .lgx-c-modal--alternate .lgx-c-form__daily-amounts input:checked + label {
      background-color: #57c282;
      color: #ffffff; }
  .lgx-c-modal--alternate .lgx-c-form__state-zip div:first-child {
    margin-right: 10px;
    width: 100%; }
  .lgx-c-modal--alternate .lgx-c-form__credit-card {
    border: 1px solid #8e8e93;
    border-radius: 4px;
    margin-bottom: 20px; }
    .lgx-c-modal--alternate .lgx-c-form__credit-card input {
      border-color: transparent;
      margin-bottom: 0; }
    .lgx-c-modal--alternate .lgx-c-form__credit-card div:first-child {
      width: 100%; }
  .lgx-c-modal--alternate .lgx-c-form__forgot-password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 25px;
    margin-top: -15px;
    position: relative; }
  .lgx-c-modal--alternate .lgx-c-button--new-card {
    border: 1px solid #8e8e93;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 14px 12px;
    width: 100%; }
    .lgx-c-modal--alternate .lgx-c-button--new-card svg {
      fill: #8e8e93;
      margin-right: 6px; }
  .lgx-c-modal--alternate .lgx-c-button--signup {
    margin-top: 20px;
    width: 100%; }
  .lgx-c-modal--alternate .lgx-c-tip + .lgx-t-caption, .lgx-c-modal--alternate .lgx-c-hero .lgx-c-tip + .lgx-c-button--tertiary, .lgx-c-hero .lgx-c-modal--alternate .lgx-c-tip + .lgx-c-button--tertiary, .lgx-c-modal--alternate .lgx-c-hero .lgx-c-tip + .lgx-c-feed__share, .lgx-c-hero .lgx-c-modal--alternate .lgx-c-tip + .lgx-c-feed__share,
  .lgx-c-modal--alternate .lgx-c-hero .lgx-c-tip + .lgx-c-feed__action, .lgx-c-hero .lgx-c-modal--alternate .lgx-c-tip + .lgx-c-feed__action, .lgx-c-modal--alternate .lgx-c-tip + .lgx-c-flash, .lgx-c-modal--alternate .lgx-c-tip + .lgx-c-button__note {
    margin-top: 15px; }
  .lgx-c-modal--alternate legend {
    padding-bottom: 18px;
    padding-top: 12px; }

.lgx-c-form__checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative; }
  .lgx-c-form__checkbox input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0 12px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #8e8e93;
    border-radius: 2px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 18px;
    width: 18px; }
    .lgx-c-form__checkbox input:focus {
      -webkit-box-shadow: 0 0 3px 1px #57c282;
              box-shadow: 0 0 3px 1px #57c282;
      outline: none; }
    .lgx-c-form__checkbox input:checked {
      background-color: #57c282;
      border-color: #57c282; }
    .lgx-c-form__checkbox input:checked + svg {
      fill: #ffffff; }
  .lgx-c-form__checkbox svg {
    fill: transparent;
    pointer-events: none;
    position: absolute; }
  .lgx-c-form__checkbox.lgx-u-vertically-center svg, .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-c-form__checkbox.lgx-c-pulse-card__stat svg {
    top: auto; }

.lgx-c-modal__cards {
  height: 17px;
  margin-bottom: 1em;
  margin-top: 1em; }

.lgx-c-progress-bar {
  margin-bottom: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 4px;
  width: 100%;
  border: none; }
  .lgx-c-progress-bar::-webkit-progress-bar {
    background: #dfe9f3; }
  .lgx-c-progress-bar::-moz-progress-bar {
    background: #57c282; }
  .lgx-c-progress-bar::-webkit-progress-value {
    background: #57c282; }

body {
  background-color: transparent; }

@media (min-width: 520px) {
  .lgx-c-container-wrap {
    padding-right: 20px;
    padding-left: 20px; } }

.lgx-c-container {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); }
  @media (min-width: 520px) {
    .lgx-c-container {
      margin-bottom: 20px;
      width: 100%;
      overflow: hidden;
      border-radius: 4px; } }

.lgx-c-main {
  background-color: #ffffff; }
  @media (min-width: 520px) {
    .lgx-c-main {
      margin-top: 30px; } }

.lgx-c-stats--written {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 5%;
  line-height: 1.33; }
  @media (min-width: 521px) {
    .lgx-c-stats--written {
      text-align: center; } }

.lgx-c-stats--written__heading {
  margin-bottom: 5px; }

.lgx-c-stats--written .lgx-c-avatars {
  margin-top: 8px; }
  @media (min-width: 521px) {
    .lgx-c-stats--written .lgx-c-avatars {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (min-width: 521px) {
  .lgx-c-stats--written .lgx-c-avatar__text {
    text-align: left; } }

.lgx-c-stats--list {
  margin-bottom: 20px;
  background-color: #fefaff;
  border-bottom: 1px solid #b867c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 75px; }
  .lgx-c-stats--list + ol {
    padding-top: 50px; }

.lgx-c-stats--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  grid-gap: 1rem;
  padding: 20px 0; }

.lgx-c-stickyfooter {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 520px) {
    .lgx-c-stickyfooter {
      padding-top: 10px;
      padding-bottom: 10px;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 18;
      background: #ffffff;
      -webkit-box-shadow: 0 -4px 6px rgba(50, 50, 93, 0.1);
              box-shadow: 0 -4px 6px rgba(50, 50, 93, 0.1); } }
  @media (min-width: 520px) {
    .lgx-c-stickyfooter {
      margin-top: 10px;
      margin-bottom: 30px; } }

@media (max-width: 520px) {
  .lgx-c-stickyfooter .lgx-c-button--primary {
    width: calc(100vw - 40px); } }

.lgx-c-modal .lgx-c-stickyfooter {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: 0 -4px 6px rgba(50, 50, 93, 0.1);
          box-shadow: 0 -4px 6px rgba(50, 50, 93, 0.1); }
  @media (max-width: 520px) {
    .lgx-c-modal .lgx-c-stickyfooter {
      position: fixed; } }
  @media (min-width: 521px) {
    .lgx-c-modal .lgx-c-stickyfooter {
      position: absolute; } }
  .lgx-c-modal .lgx-c-stickyfooter button,
  .lgx-c-modal .lgx-c-stickyfooter a {
    width: 100%; }

.lgx-c-stickyfooter .has-leaderboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 520px) {
    .lgx-c-stickyfooter .has-leaderboard .lgx-c-button--primary {
      width: calc(100vw - 20px - 40px - 45px); } }

.lgx-c-stickyfooter button + button,
.lgx-c-stickyfooter a + a {
  margin-left: 20px; }

.lgx-c-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #dfe9f3; }
  @media (max-width: 520px) {
    .lgx-c-tabs {
      height: 45px; } }
  @media (min-width: 520px) {
    .lgx-c-tabs {
      height: 60px; } }

.lgx-c-tab {
  width: 50%;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-align: center;
  color: #000000; }
  .lgx-c-tab:hover, .lgx-c-tab:focus {
    color: #2bb359; }
  .lgx-c-tab:focus {
    outline: none; }

.lgx-c-tab__active, .lgx-c-tab__active__three, .lgx-c-tab__active__four {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50%;
  background-color: #2bb359;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  .lgx-c-tab:nth-of-type(2).is-active ~ .lgx-c-tab__active, .lgx-c-tab:nth-of-type(2).is-active ~ .lgx-c-tab__active__three, .lgx-c-tab:nth-of-type(2).is-active ~ .lgx-c-tab__active__four {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.lgx-c-tab__active__three {
  width: 33%; }
  .lgx-c-tab:nth-of-type(2).is-active ~ .lgx-c-tab__active__three {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .lgx-c-tab:nth-of-type(3).is-active ~ .lgx-c-tab__active__three {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }

.lgx-c-tab__active__four {
  width: 25%; }
  .lgx-c-tab:nth-of-type(2).is-active ~ .lgx-c-tab__active__four {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .lgx-c-tab:nth-of-type(3).is-active ~ .lgx-c-tab__active__four {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
  .lgx-c-tab:nth-of-type(4).is-active ~ .lgx-c-tab__active__four {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }

.lgx-c-tab__badge {
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1; }

.lgx-c-badge__heading {
  padding-top: 30px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fcf2e7; }

.lgx-c-tab__pad--t {
  margin-top: 40px; }

.lgx-c-timeline__alert {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.33;
  font-style: italic;
  color: #8e8e93; }

.lgx-c-timeline__heading {
  margin-bottom: 1em; }
  @media (max-width: 520px) {
    .lgx-c-timeline__heading {
      padding-left: 10px; } }
  @media (min-width: 520px) {
    .lgx-c-timeline__heading {
      padding-left: 20px; } }

.lgx-c-activity {
  position: relative;
  padding-bottom: 20px; }
  @media (max-width: 520px) {
    .lgx-c-activity {
      padding-left: 10px; } }
  @media (min-width: 520px) {
    .lgx-c-activity {
      padding-left: 20px; } }
  .lgx-c-activity:before, .lgx-c-activity:after {
    content: "";
    position: absolute;
    border-width: 1px;
    border-color: #cccccc; }
  .lgx-c-activity:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 5px;
    left: -6px;
    width: 11px;
    height: 11px;
    border-style: solid;
    border-radius: 100%; }
  .lgx-c-activity:after {
    top: 16px;
    left: -1px;
    height: calc(100% - 11px);
    width: 1px;
    border-left-style: solid; }

.lgx-c-activity--next-charge {
  padding-bottom: 40px; }
  .lgx-c-activity--next-charge:after {
    border-left-style: dashed; }

.lgx-c-activity__heading {
  line-height: 1.33; }

.lgx-c-activity__subheading {
  margin-top: 5px;
  margin-bottom: 10px; }

.lgx-c-timeline .lgx-c-button--text {
  margin-right: auto;
  margin-left: auto;
  display: block; }

.lgx-c-campaign-content-wrapper {
  margin-bottom: 36px; }

.lgx-c-campaign-content__objective {
  display: block;
  padding: 42px 16px 16px;
  background-color: #f7fcf9; }
  .lgx-c-campaign-content__objective h2 {
    margin-bottom: 20px; }
  .lgx-c-campaign-content__objective p {
    margin-bottom: 42px;
    line-height: 1.66; }

.lgx-l-campaign-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 630px; }
  @media (max-width: 1023px) {
    .lgx-l-campaign-content {
      padding-right: 16px;
      padding-left: 16px; } }

.lgx-c-campaign-content__support-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.lgx-c-campaign-content__support {
  padding: 0 0 0 18px; }

.lgx-c-campaign-content {
  margin-top: 36px; }
  @media (max-width: 1023px) {
    .lgx-c-campaign-content {
      height: 430px;
      overflow: hidden;
      position: relative; }
      .lgx-c-campaign-content:after {
        content: "";
        height: 250px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001)), to(#ffffff));
        background-image: linear-gradient(rgba(255, 255, 255, 0.001), #ffffff);
        pointer-events: none; }
      .lgx-c-campaign-content.is-expanded {
        height: initial;
        overflow: initial; }
        .lgx-c-campaign-content.is-expanded:after {
          display: none; }
        .lgx-c-campaign-content.is-expanded + .lgx-c-button--link {
          display: none; } }
  .lgx-c-campaign-content h1,
  .lgx-c-campaign-content h2,
  .lgx-c-campaign-content h3,
  .lgx-c-campaign-content h4,
  .lgx-c-campaign-content h5,
  .lgx-c-campaign-content h6 {
    margin-bottom: 16px;
    margin-top: 4rem;
    line-height: 1.33; }
    .lgx-c-campaign-content h1:first-child,
    .lgx-c-campaign-content h2:first-child,
    .lgx-c-campaign-content h3:first-child,
    .lgx-c-campaign-content h4:first-child,
    .lgx-c-campaign-content h5:first-child,
    .lgx-c-campaign-content h6:first-child {
      margin-top: 0; }
  .lgx-c-campaign-content p {
    margin-bottom: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.6; }
  .lgx-c-campaign-content b,
  .lgx-c-campaign-content strong {
    font-weight: 600; }
  .lgx-c-campaign-content i,
  .lgx-c-campaign-content em {
    font-style: italic; }
  .lgx-c-campaign-content ul,
  .lgx-c-campaign-content ol {
    margin-bottom: 24px;
    margin-left: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.66; }
  .lgx-c-campaign-content ul {
    list-style-type: disc; }
  .lgx-c-campaign-content ol {
    list-style-type: decimal; }
  .lgx-c-campaign-content img {
    margin-bottom: 24px; }
    @media (max-width: 780px) {
      .lgx-c-campaign-content img {
        max-width: 100%; } }
    @media (min-width: 781px) {
      .lgx-c-campaign-content img {
        margin-left: -24px;
        max-width: calc(100% + 24px); } }
    @media (min-width: 1281px) {
      .lgx-c-campaign-content img {
        max-width: calc(100% + 48px); } }

@media (max-width: 1023px) {
  .lgx-c-campaign-content + .lgx-c-button--link {
    margin-top: 24px;
    width: 100%; } }

@media (min-width: 1024px) {
  .lgx-c-campaign-content + .lgx-c-button--link {
    display: none; } }

.lgx-l-project-support-banner {
  width: 90%;
  margin: auto;
  display: block;
  border-radius: 8px;
  padding: 16px 0px;
  background-color: #AE74E8;
  max-width: 845px;
  color: #ffffff;
  margin-bottom: 24px; }
  .lgx-l-project-support-banner button.close {
    padding: 0px 15px 0px 0px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none; }
  .lgx-l-project-support-banner .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20); }

.lgx-campaign-socials {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .lgx-campaign-socials a img {
    max-width: 50px !important; }
    .lgx-campaign-socials a img[width="110px"] {
      max-width: 44px !important; }

@media (min-width: 801px) {
  .lgx-c-campaign-page__hero {
    margin-bottom: 80px;
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
    z-index: 1; } }

@media (min-width: 801px) {
  .lgx-c-campaign-page__background {
    position: absolute;
    top: 0;
    left: 0;
    height: 428px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    background-color: #f7fcf9; } }

.lgx-c-campaign-page__main-wrapper {
  margin-bottom: 150px; }
  @media (min-width: 1024px) {
    .lgx-c-campaign-page__main-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: auto;
      margin-left: auto;
      padding-right: 80px;
      padding-left: 80px;
      max-width: 1290px; } }

.lgx-c-campaign-page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1024px) {
    .lgx-c-campaign-page__main {
      margin-right: 2%;
      width: 66%; } }

@media (min-width: 1024px) {
  .lgx-c-campaign-page__aside {
    width: 32%; } }

@media (max-width: 1023px) {
  .lgx-l-campaign-page--mobile {
    margin-right: 5%;
    margin-left: 5%; } }

div[edit-manager] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 90%; }

@media (min-width: 801px) {
  project-bar + div .project-view-container {
    border-top: 40px solid #f7fcf9; } }

.project-view-container {
  background-color: #ffffff; }

.lgx-c-communities-wrapper {
  margin-bottom: 36px; }
  .lgx-c-communities-wrapper .lgx-t-title, .lgx-c-communities-wrapper .lgx-t-modal__legend {
    margin-bottom: 24px; }

.lgx-c-community {
  display: block; }
  .lgx-c-community img {
    margin-bottom: 24px;
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); }
  .lgx-c-community a:hover img,
  .lgx-c-community a:focus img {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1); }
  .lgx-c-community a:focus {
    outline: none; }

.lgx-c-giving-levels-wrapper {
  margin-bottom: 36px; }
  .lgx-c-giving-levels-wrapper .lgx-t-title, .lgx-c-giving-levels-wrapper .lgx-t-modal__legend {
    margin-bottom: 16px; }

.lgx-c-giving-levels {
  margin-bottom: 24px; }

.lgx-c-giving-level:not(:last-child) {
  margin-bottom: 16px; }

.lgx-c-giving-level a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 16px;
  min-height: 164px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  color: inherit; }
  .lgx-c-giving-level a:hover, .lgx-c-giving-level a:focus {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1); }
  .lgx-c-giving-level a:focus {
    outline: none; }

.lgx-c-giving-level div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.lgx-c-giving-level__name {
  margin-bottom: 6px; }

.lgx-c-giving-level__note {
  margin-top: 1rem; }

.lgx-c-organizer-wrapper {
  margin-bottom: 36px;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-width: 1px;
  border-color: #f5f5f5;
  border-top-style: solid;
  border-bottom-style: solid;
  text-align: center; }
  @media (min-width: 1024px) {
    .lgx-c-organizer-wrapper {
      border-right-style: solid;
      border-left-style: solid;
      border-radius: 8px;
      -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); } }

.lgx-c-organizer__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  color: inherit; }
  .lgx-c-organizer__heading:hover, .lgx-c-organizer__heading:focus {
    color: #5993ed; }
  .lgx-c-organizer__heading:focus {
    outline: none; }
  .lgx-c-organizer__heading img {
    margin-bottom: 10px; }

.lgx-c-organizer__subheading {
  margin-bottom: 24px; }

.lgx-c-organizer__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px; }
  .lgx-c-organizer__circles .lgx-c-organizer__social:hover,
  .lgx-c-organizer__circles .lgx-c-organizer__social:focus,
  .lgx-c-organizer__circles .lgx-c-organizer__member:hover img,
  .lgx-c-organizer__circles .lgx-c-organizer__member:focus img {
    -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #5993ed;
            box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #5993ed; }
  .lgx-c-organizer__circles a:focus {
    outline: none; }

.lgx-c-organizer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.lgx-c-organizer__social {
  height: 32px;
  width: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%; }
  .lgx-c-organizer__social:not(:last-child) {
    margin-right: 8px; }
  .lgx-c-organizer__social svg {
    height: 14px;
    width: 14px;
    fill: #ffffff; }

.lgx-c-organizer__social--facebook {
  background-color: #3b5998; }

.lgx-c-organizer__social--twitter {
  background-color: #1DA1F2; }

.lgx-c-organizer__social--website {
  background-color: #8e8e93; }
  .lgx-c-organizer__social--website svg {
    stroke: #ffffff;
    fill: none; }

.lgx-c-organizer__socials + .lgx-c-organizer__members {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #dfe9f3; }

.lgx-c-organizer__members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.lgx-c-organizer__member:not(:last-child) {
  margin-right: 8px; }

.lgx-c-organizer__contact {
  margin-bottom: 12px; }

.lgx-c-organizer__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .lgx-c-organizer__location svg {
    margin: 0 auto 10px auto;
    height: 36px;
    width: 52px; }

.lgx-c-organizer__map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; }
  .lgx-c-organizer__map:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 135px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), to(rgba(255, 255, 255, 0.001)));
    background-image: linear-gradient(#ffffff 10%, rgba(255, 255, 255, 0.001)); }
  .lgx-c-organizer__map iframe {
    width: 100%;
    height: 135px;
    opacity: 0.25;
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }

.lgx-share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 51px;
  background: transparent;
  border-radius: 6px;
  margin: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .lgx-share svg {
    width: 23px; }
  .lgx-share--whatsapp {
    border: 1px solid #24D366; }
    .lgx-share--whatsapp svg {
      fill: #24D366; }
  .lgx-share--facebook {
    border: 1px solid #3B5998; }
    .lgx-share--facebook svg {
      fill: #3B5998; }
  .lgx-share--twitter {
    border: 1px solid #1DA1F2; }
    .lgx-share--twitter svg {
      fill: #1DA1F2; }
  .lgx-share--copy {
    border: 1px solid #8E8E93;
    color: #8E8E93 !important; }

.lgx-c-share-wrapper {
  margin-bottom: 36px;
  padding-right: 24px;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  text-align: center;
  background-color: #e6eeff; }
  @media (max-width: 1023px) {
    .lgx-c-share-wrapper {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 800px) {
    .lgx-c-share-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 40px; } }
  @media (min-width: 801px) {
    .lgx-c-share-wrapper {
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin-top: 12px; } }
  @media (max-width: 800px) {
    .lgx-c-share-wrapper .lgx-t-title, .lgx-c-share-wrapper .lgx-t-modal__legend {
      margin-bottom: 16px; } }
  @media (min-width: 801px) {
    .lgx-c-share-wrapper .lgx-t-title, .lgx-c-share-wrapper .lgx-t-modal__legend {
      max-width: 260px; } }

@media (min-width: 801px) {
  .lgx-c-share__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.lgx-c-share__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .lgx-c-share__socials + a {
    margin-top: 12px;
    display: block; }
    .lgx-c-share__socials + a:focus {
      outline: none; }

.lgx-c-share__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  width: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: #ffffff; }
  .lgx-c-share__social:not(:last-child) {
    margin-right: 12px; }
  .lgx-c-share__social:hover, .lgx-c-share__social:focus {
    background-color: currentColor; }
    .lgx-c-share__social:hover svg, .lgx-c-share__social:focus svg {
      fill: #ffffff; }
  .lgx-c-share__social:focus {
    outline: none; }
  .lgx-c-share__social svg {
    height: 45%;
    width: 45%;
    fill: currentColor; }

a.lgx-c-share__social--facebook {
  color: #3b5998; }

a.lgx-c-share__social--whatsapp {
  color: #24d366; }

a.lgx-c-share__social--twitter {
  color: #1DA1F2; }

a.lgx-c-share__social--messenger {
  color: #1877f2; }

a.lgx-c-share__social--copy {
  color: #8e8e93; }
  a.lgx-c-share__social--copy svg {
    -webkit-transition: .3s opacity ease;
    transition: .3s opacity ease;
    opacity: 1; }
  a.lgx-c-share__social--copy.is-copied {
    background-color: currentColor;
    -webkit-animation: is-copied--1 1s ease 2s forwards;
            animation: is-copied--1 1s ease 2s forwards; }
    a.lgx-c-share__social--copy.is-copied:after {
      position: absolute;
      content: "✓";
      color: white;
      -webkit-animation: is-copied--2 1s ease 2s forwards;
              animation: is-copied--2 1s ease 2s forwards; }
    a.lgx-c-share__social--copy.is-copied svg {
      opacity: 0;
      -webkit-animation: is-copied--3 1s ease 2s forwards;
              animation: is-copied--3 1s ease 2s forwards; }

@-webkit-keyframes is-copied--1 {
  to {
    background-color: white; } }

@keyframes is-copied--1 {
  to {
    background-color: white; } }

@-webkit-keyframes is-copied--2 {
  to {
    opacity: 0; } }

@keyframes is-copied--2 {
  to {
    opacity: 0; } }

@-webkit-keyframes is-copied--3 {
  to {
    opacity: 1; } }

@keyframes is-copied--3 {
  to {
    opacity: 1; } }

@media (max-width: 800px) {
  .lgx-c-share__illustration {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 36px; } }

@media (min-width: 801px) {
  .lgx-c-share__illustration {
    margin-top: -12px; } }

.lgx-c-share__illustration svg,
.lgx-c-share__illustration img {
  margin-right: 12px;
  height: 144px;
  width: 172px; }

.lgx-c-sticky-wrapper {
  z-index: 1;
  position: fixed;
  width: 100vw;
  border-width: 1px;
  border-color: #dfe9f3;
  background-color: #ffffff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  .lgx-c-sticky-wrapper.is-sticking {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media (max-width: 800px) {
    .lgx-c-sticky-wrapper {
      bottom: 0;
      border-top-style: solid;
      -webkit-transform: translateY(65px);
              transform: translateY(65px); } }
  @media (min-width: 801px) {
    .lgx-c-sticky-wrapper {
      top: 0;
      border-bottom-style: solid;
      -webkit-transform: translateY(-90px);
              transform: translateY(-90px); } }

.lgx-c-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .lgx-c-sticky div,
  .lgx-c-sticky campaign-share-buttons {
    margin-right: 36px; }
  @media (max-width: 800px) {
    .lgx-c-sticky {
      height: 64px; }
      .lgx-c-sticky .lgx-c-share__social,
      .lgx-c-sticky .lgx-c-button--rounded,
      .lgx-c-sticky .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary,
      .lgx-landing.dhc19 giving-join-button .lgx-c-sticky .lgx-c-button--primary {
        height: 40px;
        width: 40px; }
      .lgx-c-sticky .lgx-c-share__social--twitter {
        display: none; }
      .lgx-c-sticky .lgx-c-button--rounded:last-of-type, .lgx-c-sticky .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary:last-of-type, .lgx-landing.dhc19 giving-join-button .lgx-c-sticky .lgx-c-button--primary:last-of-type {
        width: 100%; } }
  @media (min-width: 801px) {
    .lgx-c-sticky {
      margin-right: auto;
      margin-left: auto;
      padding-right: 24px;
      padding-left: 24px;
      height: 88px;
      max-width: 1245px; } }

@media (max-width: 800px) {
  .lgx-c-sticky__progress-wrapper {
    display: none; } }

@media (min-width: 801px) {
  .lgx-c-sticky__progress-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: 500; }
    .lgx-c-sticky__progress-wrapper div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 6px; }
    .lgx-c-sticky__progress-wrapper svg {
      margin-left: 6px;
      height: 32px;
      width: 32px;
      fill: #57c282; } }

.lgx-c-sticky new-support-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 801px) {
    .lgx-c-sticky new-support-button {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 340px; } }
  @media (max-width: 800px) {
    .lgx-c-sticky new-support-button {
      width: 100%;
      max-width: 160px; } }


.lgx-c-sticky .lgx-c-button--rounded,
.lgx-c-sticky .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary,
.lgx-landing.dhc19 giving-join-button .lgx-c-sticky .lgx-c-button--primary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 800px) {
    
    .lgx-c-sticky .lgx-c-button--rounded,
    .lgx-c-sticky .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary,
    .lgx-landing.dhc19 giving-join-button .lgx-c-sticky .lgx-c-button--primary {
      max-width: 160px; } }
  @media (min-width: 801px) {
    
    .lgx-c-sticky .lgx-c-button--rounded,
    .lgx-c-sticky .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary,
    .lgx-landing.dhc19 giving-join-button .lgx-c-sticky .lgx-c-button--primary {
      max-width: 340px;
      width: 100%; } }

.lgx-c-stream {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto; }
  .lgx-c-stream::-webkit-scrollbar {
    display: none; }
  .rc20__main--pulse .lgx-c-stream li:first-child {
    padding-left: 0; }
  .lgx-c-stream li {
    width: 140px; }
    .lgx-c-stream li:not(:last-child) {
      margin-right: 20px; }
    .lgx-c-stream li:first-child {
      padding-left: 5%; }
    .lgx-c-stream li:last-child {
      padding-right: 5%; }

.lgx-c-stream__fade {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem; }

@media (max-width: 800px) {
  .lgx-c-summary__title--desktop {
    display: none; } }

@media (min-width: 801px) {
  .lgx-c-summary__title--desktop {
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    max-width: 845px;
    font-size: 34px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.47;
    text-align: center; } }

@media (max-width: 800px) {
  .lgx-c-summary__title--mobile {
    margin-bottom: 24px;
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.1; } }

@media (min-width: 801px) {
  .lgx-c-summary__title--mobile {
    display: none; } }

@media (max-width: 800px) {
  .lgx-c-campaign-page .lgx-c-summary-wrapper {
    border-bottom: 1px solid #dfe9f3; } }

@media (min-width: 801px) and (max-width: 1050px) {
  .lgx-c-campaign-page .lgx-c-summary-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (min-width: 801px) {
  .lgx-c-campaign-page .lgx-c-summary-wrapper {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1280px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative; } }

.lgx-c-summary-wrapper .lgx-c-summary-wrapper__responsive--embed {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .lgx-c-summary-wrapper .lgx-c-summary-wrapper__responsive--embed iframe {
    height: 490px; }
  @media (max-width: 800px) {
    .lgx-c-summary-wrapper .lgx-c-summary-wrapper__responsive--embed {
      margin-bottom: 16px; }
      .lgx-c-summary-wrapper .lgx-c-summary-wrapper__responsive--embed img {
        width: 100%; } }
  @media (min-width: 801px) {
    .lgx-c-summary-wrapper .lgx-c-summary-wrapper__responsive--embed {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .lgx-c-summary-wrapper .lgx-c-summary-wrapper__responsive--embed img {
        width: 100%; } }
  @media (min-width: 1051px) {
    .lgx-c-summary-wrapper .lgx-c-summary-wrapper__responsive--embed {
      max-width: 870px; } }

.lgx-c-summary {
  display: block; }
  @media (min-width: 801px) {
    .lgx-c-summary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 32px;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center; } }

@media (max-width: 800px) {
  .lgx-c-summary__watermark {
    display: none; } }

@media (min-width: 801px) {
  .lgx-c-summary__watermark {
    height: 16px;
    width: 132px;
    fill: #c8d1e0; } }

@media (min-width: 801px) {
  .lgx-c-summary__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    padding-top: 20px; } }

@media (max-width: 800px) {
  .lgx-c-summary__current-amount {
    font-weight: 600;
    color: #2bb359; } }

@media (min-width: 801px) {
  .lgx-c-summary__current-amount {
    margin-bottom: 12px;
    font-size: 60px; } }

.lgx-c-summary__total-amount {
  margin-bottom: 10px; }

.lgx-c-summary__progress-wrapper {
  margin-bottom: 36px; }
  .lgx-c-summary__progress-wrapper .lgx-c-progress-bar {
    margin-bottom: 10px; }
    @media (max-width: 800px) {
      .lgx-c-summary__progress-wrapper .lgx-c-progress-bar {
        margin-top: 10px; } }
  .lgx-c-summary__progress-wrapper span {
    color: initial; }

@media (max-width: 800px) {
  .lgx-c-summary__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.lgx-c-summary__button-wrapper button {
  margin-bottom: 10px;
  width: 240px; }

.lgx-c-summary__secure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 800px) {
    .lgx-c-summary__secure {
      margin-bottom: 20px; } }
  .lgx-c-summary__secure svg {
    margin-right: 6px;
    height: 12px;
    width: 12px;
    fill: currentColor; }

.lgx-c-summary__type {
  line-height: 1.33;
  max-width: 300px; }
  @media (max-width: 800px) {
    .lgx-c-summary__type {
      margin-bottom: 20px;
      text-align: center; } }
  .lgx-c-summary__type span {
    color: initial; }

.lgx-c-supporters-wrapper {
  margin-bottom: 36px; }
  .lgx-c-supporters-wrapper .lgx-t-title, .lgx-c-supporters-wrapper .lgx-t-modal__legend {
    margin-bottom: 18px; }

.lgx-c-supporters {
  margin-bottom: 24px; }

.lgx-c-supporter {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .lgx-c-supporter:not(:last-child) {
    margin-bottom: 16px; }
  .lgx-c-supporter img {
    grid-row: 1 / span 2; }
  .lgx-c-supporter a {
    color: inherit; }
    .lgx-c-supporter a:hover, .lgx-c-supporter a:focus {
      color: #5993ed; }
    .lgx-c-supporter a:focus {
      outline: none; }

.lgx-c-tab-nav-wrapper {
  border-bottom: 1px solid #dfe9f3; }

.lgx-c-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  max-width: 410px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .lgx-c-tab-nav {
      margin-right: 5%;
      margin-left: 5%; } }

.lgx-c-tab-nav__item {
  width: 50%;
  font-weight: 600;
  text-transform: uppercase;
  color: #4d4d4d; }
  .lgx-c-tab-nav__item:focus {
    outline: none; }
  .lgx-c-tab-nav__item.is-active {
    color: #000000; }
  .lgx-c-tab-nav__item:nth-child(1):hover + a + .lgx-c-tab-nav__indicator,
  .lgx-c-tab-nav__item:nth-child(1):focus + a + .lgx-c-tab-nav__indicator {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .lgx-c-tab-nav__item.is-active + .lgx-c-tab-nav__indicator,
  .lgx-c-tab-nav__item:nth-child(2):hover + .lgx-c-tab-nav__indicator,
  .lgx-c-tab-nav__item:nth-child(2):focus + .lgx-c-tab-nav__indicator {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.lgx-c-tab-nav__count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 4px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  min-width: 24px;
  border: 1px solid currentColor;
  border-radius: 14px;
  font-weight: 400; }

.lgx-c-tab-nav__indicator {
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 0;
  background-color: #000000;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

@media (max-width: 1023px) {
  .lgx-c-tags-wrapper {
    border-bottom: 1px solid #dfe9f3; } }

@media (min-width: 1024px) {
  .lgx-c-tags-wrapper {
    margin-bottom: 36px; } }

.lgx-c-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px;
  overflow: auto; }
  @media (max-width: 1023px) {
    .lgx-c-tags {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .lgx-c-tags {
      margin-right: 5%;
      margin-left: 5%; } }

.lgx-c-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 30px;
  border: 1px solid currentColor;
  border-radius: 16px; }
  .lgx-c-tag svg {
    margin-right: 6px;
    height: 24px;
    width: 24px; }

.lgx-c-pulse__hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 440px;
  position: relative; }
  @media (max-width: 800px) {
    .lgx-c-pulse__hero {
      height: calc(100vh - 182px); } }
  @media (min-width: 801px) {
    .lgx-c-pulse__hero {
      height: calc(100vh - 126px);
      margin-top: -152px; } }
  .lgx-c-pulse__hero:before {
    background-size: cover;
    background-position: center;
    background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/pulse/Masthead2.png");
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .lgx-c-pulse__hero:after {
    position: absolute;
    z-index: 1;
    content: "New! Your Ramadan daily 👇";
    display: inline-block;
    bottom: -14px;
    text-align: center;
    width: 200px;
    font-weight: 600;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    border-radius: 100px;
    padding: 9px 18px;
    font-size: 11px;
    -webkit-box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07);
    -webkit-animation: genie-float 3s ease-in-out infinite;
            animation: genie-float 3s ease-in-out infinite; }
  .lgx-c-pulse__hero .lgx-l-xwide {
    width: 100%; }
    @media (min-width: 801px) {
      .lgx-c-pulse__hero .lgx-l-xwide {
        padding-left: 24px;
        padding-right: 24px; } }
  .lgx-c-pulse__hero .lgx-t-overlay {
    position: absolute;
    bottom: 26px;
    right: 30px;
    color: #dfe9f3; }

@-webkit-keyframes genie-float {
  0% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
    -webkit-box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07); }
  25% {
    -webkit-box-shadow: 0 0.25em 0.375em rgba(50, 50, 93, 0.09), 0 0.063em 0.188em rgba(0, 0, 0, 0.08);
            box-shadow: 0 0.25em 0.375em rgba(50, 50, 93, 0.09), 0 0.063em 0.188em rgba(0, 0, 0, 0.08); }
  50% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
    -webkit-box-shadow: 0 0.063em 0.313em 0 rgba(0, 0, 0, 0.07), 0 0.438em 1.063em 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.063em 0.313em 0 rgba(0, 0, 0, 0.07), 0 0.438em 1.063em 0 rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
    -webkit-box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07); } }

@keyframes genie-float {
  0% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
    -webkit-box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07); }
  25% {
    -webkit-box-shadow: 0 0.25em 0.375em rgba(50, 50, 93, 0.09), 0 0.063em 0.188em rgba(0, 0, 0, 0.08);
            box-shadow: 0 0.25em 0.375em rgba(50, 50, 93, 0.09), 0 0.063em 0.188em rgba(0, 0, 0, 0.08); }
  50% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
    -webkit-box-shadow: 0 0.063em 0.313em 0 rgba(0, 0, 0, 0.07), 0 0.438em 1.063em 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.063em 0.313em 0 rgba(0, 0, 0, 0.07), 0 0.438em 1.063em 0 rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
    -webkit-box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.125em 0.313em rgba(50, 50, 93, 0.09), 0 0.063em 0.125em rgba(0, 0, 0, 0.07); } }

.lgx-c-pulse {
  background-color: #ebeff5; }
  .lgx-c-pulse .lgx-c-share-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    margin-top: 35px; }
    @media (min-width: 801px) {
      .lgx-c-pulse .lgx-c-share-wrapper {
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        text-align: left; } }
    .lgx-c-pulse .lgx-c-share-wrapper:before, .lgx-c-pulse .lgx-c-share-wrapper:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 300px;
      background-color: #ffffff;
      pointer-events: none;
      z-index: -1; }
    .lgx-c-pulse .lgx-c-share-wrapper:before {
      top: 0;
      left: 0;
      background: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/pulse/CTA-Together-Left--compressed.png") top left no-repeat;
      background-size: contain; }
    .lgx-c-pulse .lgx-c-share-wrapper:after {
      bottom: 0;
      right: 0;
      background: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/pulse/CTA-Together-Right--compressed.png") bottom right no-repeat;
      background-size: contain; }

.lgx-c-pulse-page__main-wrapper {
  background-color: #ebeff5;
  padding-bottom: 150px; }
  @media (min-width: 1024px) {
    .lgx-c-pulse-page__main-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: auto;
      margin-left: auto;
      padding-right: 80px;
      padding-left: 80px;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.lgx-c-pulse-page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1024px) {
    .lgx-c-pulse-page__main {
      width: 100%; } }

.lgx-l-pulse-page {
  margin-right: 5%;
  margin-left: 5%; }
  .lgx-l-pulse-page .lgx-l-pulse-page--mobile {
    margin: 0; }

@media (max-width: 1023px) {
  .lgx-l-pulse-page--mobile {
    margin-right: 5%;
    margin-left: 5%; } }

.lgx-c-pulse-page__info-wrapper {
  position: relative;
  background: #ffffff; }
  @media (min-width: 1024px) {
    .lgx-c-pulse-page__info-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 60px calc(50% - 640px); } }
  @media (max-width: 1023px) {
    .lgx-c-pulse-page__info-wrapper {
      padding: 5%; } }
  @media (min-width: 768px) {
    .lgx-c-pulse-page__info-wrapper:after {
      position: absolute;
      content: "";
      width: 61px;
      height: 119px;
      background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/pulse/infosketch.svg");
      bottom: -43px;
      right: 80px;
      background-repeat: no-repeat;
      background-size: contain; } }
  @media (min-width: 1024px) and (max-width: 1280px) {
    .lgx-c-pulse-page__info-wrapper .lgx-c-pulse-page__main {
      margin: 0 80px; } }
  .lgx-c-pulse-page__info-wrapper .lgx-c-pulse-card__image {
    padding-top: 64%; }
  .lgx-c-pulse-page__info-wrapper .lgx-landing__community {
    padding: 24px 0 0 0; }
    .lgx-c-pulse-page__info-wrapper .lgx-landing__community .lgx-c-button--slide {
      background-color: #000000;
      color: #ffffff;
      height: auto;
      letter-spacing: 2px;
      padding: 10px 25px; }

@media (min-width: 768px) {
  .lgx-c-sticky-wrapper__pulse button {
    max-width: 315px !important; } }

@media (max-width: 768px) {
  .lgx-c-sticky-wrapper__pulse h2 {
    display: none; }
  .lgx-c-sticky-wrapper__pulse button {
    max-width: 100% !important; } }

@media (max-width: 375px) {
  .lgx-c-sticky-wrapper__pulse button {
    font-size: 90%; } }

.lgx-c-pulse__header {
  margin-bottom: 18px; }

.lgx-c-pulse__heading {
  font-size: 24px; }

.lgx-c-pulse__section-wrapper {
  margin-top: 60px; }

.lgx-c-pulse__row {
  display: grid;
  grid-gap: 16px; }
  @media (min-width: 768px) {
    .lgx-c-pulse__row.lgx-c-pulse__row--2 {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 768px) {
    .lgx-c-pulse__row.lgx-c-pulse__row--3 {
      grid-template-columns: 1fr 1fr 1fr; } }
  .lgx-c-pulse__row.lgx-c-pulse__row--5 {
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr; }
    @media (min-width: 768px) {
      .lgx-c-pulse__row.lgx-c-pulse__row--5 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }

.lgx-c-pulse__row--custom {
  display: block; }
  @media (min-width: 768px) {
    .lgx-c-pulse__row--custom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .lgx-c-pulse__row--custom > div:first-child {
        margin-right: 5%;
        width: calc(95% - 330px); }
      .lgx-c-pulse__row--custom > div:last-child {
        width: 330px; } }

@media (min-width: 768px) {
  .lg\:lgx-c-pulse-card--hidden {
    display: none; } }

.lgx-c-pulse-card {
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative; }
  .lgx-c-pulse-card.has-no-shadow {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .lgx-c-pulse-card.typeform-widget {
    padding-top: 355px; }
    @media (min-width: 768px) {
      .lgx-c-pulse-card.typeform-widget {
        padding-top: calc(180 / 228 * 100%); } }
    .lgx-c-pulse-card.typeform-widget > div {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.lgx-c-pulse-dynamic-card-wrap {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.lgx-c-pulse-dynamic-card {
  background-color: #FBF9FD;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .lgx-c-pulse-dynamic-card .lgx-c-pulse-card__top,
  .lgx-c-pulse-dynamic-card .lgx-c-pulse-card__middle,
  .lgx-c-pulse-dynamic-card .lgx-c-pulse-card__bottom {
    position: absolute;
    width: 100%; }
  .lgx-c-pulse-dynamic-card .lgx-c-pulse-card__top {
    top: 0; }
  .lgx-c-pulse-dynamic-card .lgx-c-pulse-card__bottom {
    bottom: 0; }
  .lgx-c-pulse-dynamic-card .lgx-c-pulse-card__middle {
    left: 50%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.lgx-c-pulse__blockquote footer::before {
  display: none; }

.lgx-c-pulse-card__image {
  background-color: rgba(255, 255, 255, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 65%;
  position: relative;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-property: background-size;
  transition-property: background-size; }
  .lgx-c-pulse-card__image:hover, .lgx-c-pulse-card__image:focus {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  .lgx-c-pulse-card__image:focus {
    outline: none; }

.lgx-c-pulse-card--topic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .lgx-c-pulse-card--topic img {
    width: 100%; }
  .lgx-c-pulse-card--topic .lgx-c-pulse-card__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    padding: 1rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }

.lgx-c-pulse-card--topic-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dde3ed;
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  text-align: center;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: background-color;
  transition-property: background-color; }
  .lgx-c-pulse-card--topic-more:hover, .lgx-c-pulse-card--topic-more:focus {
    background-color: #c8d1e0;
    color: #4d4d4d; }
  .lgx-c-pulse-card--topic-more span {
    margin-top: .25rem; }

.lgx-c-pulse-card__tint:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); }

.lgx-c-pulse-card__top .lgx-t-overlay {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.lgx-c-pulse-card__top .lgx-c-pulse-card__heading {
  font-size: 34px; }

.lgx-c-pulse-card__top.has-background:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent));
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), transparent);
  content: "";
  top: 0;
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%; }

.lgx-c-pulse-card__bottom.has-background:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.25));
  content: "";
  bottom: 0;
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%; }

.lgx-c-pulse-card__bottom svg {
  fill: currentColor;
  position: relative; }

.lgx-flex .lgx-c-pulse-card--campaign {
  min-width: 320px;
  margin: 10px; }

.lgx-c-pulse-card--campaign .lgx-c-pulse-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .5s;
  transition: all .5s; }

.lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc {
  background-color: #ffffff;
  padding: 15px; }
  .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-c-pulse-card__heading {
    color: inherit;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    height: 48px;
    margin-bottom: 15px;
    overflow: hidden; }
  .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-c-pulse-card__stats {
    color: #4d4d4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 10px; }
  .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-c-pulse-card__stat {
    margin-right: 15px; }
    .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-c-pulse-card__stat svg {
      fill: #8e8e93;
      margin-right: 5px; }
  .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-c-pulse-card__progress-wrapper {
    margin-bottom: 5px; }
  .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-c-pulse-card__current-amount {
    display: block;
    font-size: 20px; }
  .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-c-pulse-card__total-amount {
    color: #4d4d4d;
    font-size: 14px; }
  .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-c-button--rounded, .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary, .lgx-landing.dhc19 giving-join-button .lgx-c-pulse-card--campaign .lgx-c-pulse-card__desc .lgx-c-button--primary {
    font-size: 14px;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px; }

.lgx-c-pulse-card--story p {
  font-size: 14px;
  height: 36px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.lgx-c-pulse-card--story .lgx-u-space-between span {
  font-size: 12px;
  position: relative; }

.lgx-c-pulse-card--instagram p {
  font-size: 12px;
  position: relative; }
  .lgx-c-pulse-card--instagram p:nth-child(2) {
    opacity: 0.6; }

.lgx-c-pulse-card--video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px; }
  .lgx-c-pulse-card--video:after {
    content: ""; }
  .lgx-c-pulse-card--video iframe {
    width: 100%; }

.lgx-c-pulse-card--leaderboard {
  background-color: #ffffff; }
  .lgx-c-pulse-card--leaderboard .lgx-t-overlay {
    background-color: initial;
    padding: initial; }
  .lgx-c-pulse-card--leaderboard .lgx-c-supporters__heading {
    font-size: 24px;
    margin-bottom: 5px; }
  .lgx-c-pulse-card--leaderboard .lgx-c-supporters__subheading {
    display: block;
    font-size: 12px;
    margin-bottom: 20px; }
  .lgx-c-pulse-card--leaderboard .lgx-c-supporter {
    counter-increment: custom-counter; }
    .lgx-c-pulse-card--leaderboard .lgx-c-supporter:before {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #ebeff5;
      border-radius: 50%;
      -webkit-box-shadow: inset 0 1px 1px 0 #8e8e93;
              box-shadow: inset 0 1px 1px 0 #8e8e93;
      color: #4d4d4d;
      content: counter(custom-counter);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 24px;
      grid-row: 1 / span 2;
      height: 48px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 48px; }
    .lgx-c-pulse-card--leaderboard .lgx-c-supporter:first-child:before {
      background-color: rgba(43, 179, 89, 0.1);
      color: #2bb359; }
  .lgx-c-pulse-card--leaderboard .lgx-c-pulse-card__bottom {
    font-size: 12px; }

.lgx-c-pulse__cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dde3ed;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 240px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .lgx-c-pulse__cta {
      grid-column: 1/ span 3; } }
  .lgx-c-pulse__cta .lgx-t-headline {
    line-height: 1.2;
    margin-bottom: 1em; }
  .lgx-c-pulse__cta a {
    background-color: #000000;
    color: #ffffff;
    height: auto;
    letter-spacing: 2px;
    padding: 10px 25px; }

.lgx-c-pulse--end {
  position: relative; }
  @media (max-width: 800px) {
    .lgx-c-pulse--end {
      background-image: linear-gradient(45deg, #594D95, #C98DBA);
      padding-top: 32px; } }
  .lgx-c-pulse--end .rc20-logo-light {
    display: none; }
    @media (max-width: 800px) {
      .lgx-c-pulse--end .rc20-logo-light {
        display: inline-block; } }
    .lgx-c-pulse--end .rc20-logo-light g[id="Group-3"]:first-child path {
      -webkit-animation: none;
              animation: none; }
    .lgx-c-pulse--end .rc20-logo-light g[id="Group-3"]:nth-child(2) path {
      -webkit-animation: twinkle 2s;
              animation: twinkle 2s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-delay: 2s;
              animation-delay: 2s; }
    .lgx-c-pulse--end .rc20-logo-light g[id="Group-3"]:nth-child(3) path {
      -webkit-animation: twinkle 2.5s;
              animation: twinkle 2.5s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-delay: 3s;
              animation-delay: 3s; }
    .lgx-c-pulse--end .rc20-logo-light g[id="Group-3"]:nth-child(4) path {
      -webkit-animation: twinkle 3s;
              animation: twinkle 3s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-delay: 4s;
              animation-delay: 4s; }
  .lgx-c-pulse--end .rc20-logo-dark {
    display: none; }
    @media (min-width: 801px) {
      .lgx-c-pulse--end .rc20-logo-dark {
        display: inline-block; } }
    .lgx-c-pulse--end .rc20-logo-dark g[id="Group-3"]:first-child path {
      -webkit-animation: none;
              animation: none; }
    .lgx-c-pulse--end .rc20-logo-dark g[id="Group-3"]:nth-child(2) path {
      -webkit-animation: twinkle 2s;
              animation: twinkle 2s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-delay: 2s;
              animation-delay: 2s; }
    .lgx-c-pulse--end .rc20-logo-dark g[id="Group-3"]:nth-child(3) path {
      -webkit-animation: twinkle 2.5s;
              animation: twinkle 2.5s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-delay: 3s;
              animation-delay: 3s; }
    .lgx-c-pulse--end .rc20-logo-dark g[id="Group-3"]:nth-child(4) path {
      -webkit-animation: twinkle 3s;
              animation: twinkle 3s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-delay: 4s;
              animation-delay: 4s; }
  .lgx-c-pulse--end-days {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 75px;
    text-align: center; }
    @media (max-width: 800px) {
      .lgx-c-pulse--end-days {
        top: 85px;
        left: 70px;
        font-weight: bold;
        color: white !important; } }
  @media (max-width: 800px) {
    .lgx-c-pulse--end-blacktowhite {
      color: white !important; } }

@-webkit-keyframes twinkle {
  0% {
    fill: white;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    fill: yellow;
    opacity: .2;
    -webkit-transform: scale(0.2);
            transform: scale(0.2); }
  100% {
    fill: white;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes twinkle {
  0% {
    fill: white;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    fill: yellow;
    opacity: .2;
    -webkit-transform: scale(0.2);
            transform: scale(0.2); }
  100% {
    fill: white;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.lgx-c-status-card {
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 630px;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.lgx-c-status-card__top {
  background-color: #ffffff;
  position: relative; }
  @media (max-width: 649px) {
    .lgx-c-status-card__top {
      padding: 20px 16px 55px; } }
  @media (min-width: 650px) {
    .lgx-c-status-card__top {
      padding: 36px 30px; } }
  .lgx-c-status-card__top .lgx-t-caption, .lgx-c-status-card__top .lgx-c-hero .lgx-c-button--tertiary, .lgx-c-hero .lgx-c-status-card__top .lgx-c-button--tertiary, .lgx-c-status-card__top .lgx-c-hero .lgx-c-feed__share, .lgx-c-hero .lgx-c-status-card__top .lgx-c-feed__share,
  .lgx-c-status-card__top .lgx-c-hero .lgx-c-feed__action, .lgx-c-hero .lgx-c-status-card__top .lgx-c-feed__action, .lgx-c-status-card__top .lgx-c-flash, .lgx-c-status-card__top .lgx-c-button__note {
    margin-top: 6px; }
  @media (max-width: 649px) {
    .lgx-c-status-card__top .lgx-t-link--has-arrow, .lgx-c-status-card__top .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary, .lgx-landing.dhc19 giving-join-button .lgx-c-status-card__top .lgx-c-button--primary {
      display: block;
      margin-top: 10px; } }
  @media (min-width: 650px) {
    .lgx-c-status-card__top .lgx-t-link--has-arrow, .lgx-c-status-card__top .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary, .lgx-landing.dhc19 giving-join-button .lgx-c-status-card__top .lgx-c-button--primary {
      bottom: 38px;
      position: absolute;
      right: 30px; } }

.lgx-c-status-card__title {
  margin-top: 24px;
  margin-bottom: 6px; }
  .lgx-c-status-card__title svg {
    fill: currentColor;
    height: 0.7em;
    margin-right: 6px;
    stroke: currentColor;
    width: 0.7em; }

.lgx-c-status-card__progress-wrapper {
  margin-top: 10px; }
  .lgx-c-status-card__progress-wrapper .lgx-c-progress-bar {
    margin-bottom: 10px; }

.lgx-c-status-card__summary {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-column-gap: 10px; }

.lgx-c-status-card__bottom {
  background-color: #f5f5f5; }
  @media (max-width: 649px) {
    .lgx-c-status-card__bottom {
      padding: 0 16px 16px; } }
  @media (min-width: 650px) {
    .lgx-c-status-card__bottom {
      padding: 16px 30px; } }
  @media (max-width: 649px) {
    .lgx-c-status-card__bottom .lgx-c-share__socials {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  @media (max-width: 649px) {
    .lgx-c-status-card__bottom .lgx-c-share__social {
      margin-right: 0; } }

@media (min-width: 650px) {
  .lgx-c-status-card__socials-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .lgx-c-status-card__socials-wrapper p {
      margin-left: 24px;
      text-align: left; } }

.lgx-c-status-card__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 649px) {
    .lgx-c-status-card__button-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      top: -21px; } }
  .lgx-c-status-card__button-wrapper .lgx-c-button--rounded, .lgx-c-status-card__button-wrapper .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary, .lgx-landing.dhc19 giving-join-button .lgx-c-status-card__button-wrapper .lgx-c-button--primary {
    font-size: inherit;
    height: 42px;
    -webkit-animation: heartbeat 1s infinite;
            animation: heartbeat 1s infinite; }
    @media (min-width: 650px) {
      .lgx-c-status-card__button-wrapper .lgx-c-button--rounded, .lgx-c-status-card__button-wrapper .lgx-landing.dhc19 giving-join-button .lgx-c-button--primary, .lgx-landing.dhc19 giving-join-button .lgx-c-status-card__button-wrapper .lgx-c-button--primary {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
  @media (max-width: 649px) {
    .lgx-c-status-card__button-wrapper .lgx-c-button--clear, .lgx-c-status-card__button-wrapper .dropdown-group button, .dropdown-group .lgx-c-status-card__button-wrapper button {
      margin-top: 20px;
      text-decoration: underline; } }
  @media (min-width: 650px) {
    .lgx-c-status-card__button-wrapper .lgx-c-button--clear, .lgx-c-status-card__button-wrapper .dropdown-group button, .dropdown-group .lgx-c-status-card__button-wrapper button {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border: 1px solid #4d4d4d;
      border-radius: 100px;
      margin-left: 20px; } }

@-webkit-keyframes heartbeat {
  0% {
    -webkit-box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0), 0 0.063em 0.125em rgba(125, 219, 163, 0);
            box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0), 0 0.063em 0.125em rgba(125, 219, 163, 0); }
  20% {
    -webkit-box-shadow: 0 0.063em 0.313em 0 rgba(87, 194, 130, 0.2), 0 0.438em 1.063em 0 rgba(125, 219, 163, 0.3);
            box-shadow: 0 0.063em 0.313em 0 rgba(87, 194, 130, 0.2), 0 0.438em 1.063em 0 rgba(125, 219, 163, 0.3); }
  40% {
    -webkit-box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2);
            box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2); }
  60% {
    -webkit-box-shadow: 0 0.063em 0.313em 0 rgba(87, 194, 130, 0.2), 0 0.438em 1.063em 0 rgba(125, 219, 163, 0.3);
            box-shadow: 0 0.063em 0.313em 0 rgba(87, 194, 130, 0.2), 0 0.438em 1.063em 0 rgba(125, 219, 163, 0.3); }
  80% {
    -webkit-box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2);
            box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2); }
  100% {
    -webkit-box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2);
            box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2); } }

@keyframes heartbeat {
  0% {
    -webkit-box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0), 0 0.063em 0.125em rgba(125, 219, 163, 0);
            box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0), 0 0.063em 0.125em rgba(125, 219, 163, 0); }
  20% {
    -webkit-box-shadow: 0 0.063em 0.313em 0 rgba(87, 194, 130, 0.2), 0 0.438em 1.063em 0 rgba(125, 219, 163, 0.3);
            box-shadow: 0 0.063em 0.313em 0 rgba(87, 194, 130, 0.2), 0 0.438em 1.063em 0 rgba(125, 219, 163, 0.3); }
  40% {
    -webkit-box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2);
            box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2); }
  60% {
    -webkit-box-shadow: 0 0.063em 0.313em 0 rgba(87, 194, 130, 0.2), 0 0.438em 1.063em 0 rgba(125, 219, 163, 0.3);
            box-shadow: 0 0.063em 0.313em 0 rgba(87, 194, 130, 0.2), 0 0.438em 1.063em 0 rgba(125, 219, 163, 0.3); }
  80% {
    -webkit-box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2);
            box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2); }
  100% {
    -webkit-box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2);
            box-shadow: 0 0.125em 0.313em rgba(125, 219, 163, 0.15), 0 0.063em 0.125em rgba(87, 194, 130, 0.2); } }

@media (min-width: 650px) {
  .lgx-c-status-card__signin {
    position: absolute;
    right: 30px;
    top: 33px; } }

.lgx-c-status-card__settings {
  position: absolute;
  fill: #8e8e93; }
  @media (max-width: 649px) {
    .lgx-c-status-card__settings {
      right: 16px;
      top: 18px; } }
  @media (min-width: 650px) {
    .lgx-c-status-card__settings {
      right: 30px;
      top: 33px; } }
  .lgx-c-status-card__settings:hover, .lgx-c-status-card__settings:focus {
    fill: #000000; }

.lgx-c-thank-you .lgx-landing.dhc19 .lgx-landing__intro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F0FA), to(#fff));
  background-image: linear-gradient(to bottom, #F5F0FA, #fff);
  height: auto;
  margin-bottom: 0; }
  @media (max-width: 799px) {
    .lgx-c-thank-you .lgx-landing.dhc19 .lgx-landing__intro {
      padding-top: 0;
      padding-bottom: 0; } }

.lgx-c-thank-you .lgx-landing.dhc19 .lgx-landing__intro .rc20__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }

.lgx-c-thank-you .lgx-c-pulse-page__main-wrapper {
  background-color: #ffffff;
  padding-bottom: 60px; }

.lgx-c-thank-you__share {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 800px) {
    .lgx-c-thank-you__share {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 801px) {
    .lgx-c-thank-you__share {
      padding-right: 32px;
      padding-left: 32px; } }
  .lgx-c-thank-you__share .rc20__share h2 {
    display: none; }

@media (max-width: 800px) {
  .lgx-c-thank-you__footer-wrap {
    margin-right: 5%;
    margin-left: 5%; } }

@media (min-width: 801px) {
  .lgx-c-thank-you__footer-wrap {
    margin-right: 80px;
    margin-left: 80px; } }

.lgx-c-thank-you__footer {
  background-color: #F5F7FA;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  padding-right: 32px;
  padding-left: 32px; }
  @media (min-width: 1000px) {
    .lgx-c-thank-you__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 1000px) {
    .lgx-c-thank-you__footer ul {
      padding-bottom: 24px; } }
  @media (min-width: 801px) {
    .lgx-c-thank-you__footer ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .lgx-c-thank-you__footer li:not(:last-child) {
    margin-right: 2rem; }
    @media (max-width: 800px) {
      .lgx-c-thank-you__footer li:not(:last-child) {
        margin-bottom: .5rem; } }

.lgx-c-tip {
  background-color: rgba(43, 179, 89, 0.1);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 240px;
  padding: .5em .75em; }

.lgx-c-tip__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px; }
  .lgx-c-tip__icon svg {
    fill: #57c282; }

.lgx-c-tip__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.dropdown-trigger svg {
  height: 10px;
  width: 10px; }

.dropdown-wrapper {
  background-color: #ffffff;
  border-radius: 6px;
  position: absolute;
  opacity: 0;
  right: 0;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  top: 100%;
  z-index: 1; }
  .dropdown-wrapper.is-open {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }

.dropdown-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 150px;
  padding: 6px 0; }
  .dropdown-group:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.dropdown-item {
  color: inherit;
  padding: 8px 10px !important;
  text-align: left; }
  .dropdown-item:hover, .dropdown-item:focus {
    background-color: #f5f5f5; }

@media (min-width: 1024px) {
  .lgx-l-feed {
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
    max-width: 1280px; } }

.lgx-l-feed + .lgx-c-pulse .lgx-c-campaign-content {
  height: auto;
  max-width: 630px; }
  .lgx-l-feed + .lgx-c-pulse .lgx-c-campaign-content:after {
    display: none; }

.lgx-c-feed__header .lgx-c-feed__media {
  height: 100% !important;
  margin-bottom: 0; }

.lgx-c-feed__header .lgx-c-tags {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 801px) {
  .lgx-c-feed__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: minmax(340px, calc(33.33% - 16px)) auto;
    grid-gap: 24px; }
    .lgx-c-feed__header .lgx-c-summary-wrapper {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .lgx-c-feed__header .lgx-c-summary-wrapper .lgx-c-summary-wrapper__responsive--embed iframe {
      max-width: 700px;
      min-height: 525px;
      width: calc(90vw - 360px); }
    .lgx-c-feed__header .lgx-c-feed__media {
      border-radius: 8px; } }

@media (min-width: 801px) and (max-width: 1023px) {
  .lgx-c-feed__header {
    padding-left: 5%;
    padding-right: 5%; } }

.lgx-c-feed__media {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }
  @media (max-width: 520px) {
    .lgx-c-feed__media {
      height: 98px;
      margin-bottom: 16px; } }
  @media (min-width: 521px) {
    .lgx-c-feed__media {
      height: 320px;
      margin-bottom: 36px; } }

@media (max-width: 800px) {
  .lgx-c-feed__info-wrapper {
    padding-left: 5%;
    padding-right: 5%; } }

@media (max-width: 520px) {
  .lgx-c-feed__info.has-avatar .lgx-c-feed__headings-wrapper {
    margin-top: -45px; } }

@media (min-width: 521px) and (max-width: 800px) {
  .lgx-c-feed__info.has-avatar .lgx-c-feed__headings-wrapper {
    margin-top: -55px; } }

.lgx-c-feed__heading {
  margin-bottom: 1rem;
  margin-top: .5rem; }

.lgx-c-feed__avatar {
  border-radius: 50%;
  position: relative; }
  @media (max-width: 520px) {
    .lgx-c-feed__avatar {
      height: 60px;
      width: 60px; } }
  @media (min-width: 521px) {
    .lgx-c-feed__avatar {
      height: 80px;
      width: 80px; } }

.lgx-c-feed__summary {
  line-height: 1.5;
  margin: 1rem auto;
  max-width: 360px; }

.lgx-c-feed__stats {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 1rem auto 2rem;
  max-width: 340px;
  padding: 12px; }

.lgx-c-feed__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 20px; }
  .lgx-c-feed__stat:not(:last-child) {
    border-right-style: solid;
    border-width: 1px; }
  .lgx-c-feed__stat span {
    margin-top: 6px; }

.lgx-c-feed__shares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.lgx-c-feed__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 280px; }

.lgx-c-feed__share,
.lgx-c-feed__action {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase; }
  .lgx-c-feed__share:hover, .lgx-c-feed__share:focus,
  .lgx-c-feed__action:hover,
  .lgx-c-feed__action:focus {
    color: currentColor; }

.lgx-c-feed__share {
  min-width: auto; }
  .lgx-c-feed__share:not(:last-child) {
    margin-right: 10px; }

.lgx-c-feed__action {
  height: 50px;
  width: 100%; }
  .lgx-c-feed__action:last-child svg {
    fill: currentColor; }

.lgx-c-feed .lgx-c-tab-nav-wrapper {
  border-bottom: none;
  margin-top: 36px; }

.lgx-lb {
  position: relative;
  width: 100%;
  background: white;
  border-radius: 16px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); }
  @media (max-width: 600px) {
    .lgx-lb {
      max-width: 90% !important; } }
  .lgx-lb-svg {
    position: absolute;
    top: 24px;
    right: 24px;
    border-radius: 50%;
    padding: 11px;
    background-color: #6dd599;
    fill: white; }
  .lgx-lb-compact {
    max-width: 400px;
    overflow: hidden; }
    .lgx-lb-compact--top {
      position: relative;
      width: 100%;
      padding: 20px 40px;
      text-align: center;
      background-color: rgba(43, 179, 89, 0.1); }
      .lgx-lb-compact--top h3 {
        font-weight: bold;
        font-size: 1.4rem; }
    .lgx-lb-compact--body {
      position: relative;
      width: 100%;
      padding: 10px; }
      .lgx-lb-compact--body ul {
        position: relative;
        width: 100%;
        list-style: none; }
        .lgx-lb-compact--body ul li {
          position: relative;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 5px;
          margin: 12px 0; }
          .lgx-lb-compact--body ul li img {
            position: relative;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -o-object-fit: cover;
               object-fit: cover;
            margin-right: 15px; }
          .lgx-lb-compact--body ul li div {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
            .lgx-lb-compact--body ul li div h4 {
              color: black;
              letter-spacing: .5;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              width: 305px;
              margin-bottom: 5px; }
              @media (max-width: 600px) {
                .lgx-lb-compact--body ul li div h4 {
                  width: 174px; } }
            .lgx-lb-compact--body ul li div div {
              margin-bottom: 5px; }
  .lgx-lb-boatrace {
    max-width: 800px;
    padding: 25px; }
    .lgx-lb-boatrace--heading {
      font-size: 1.4rem;
      margin-bottom: 20px; }
    .lgx-lb-boatrace ul li a h4 {
      letter-spacing: .5px; }

.lgx-g--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem; }
  @media (max-width: 800px) {
    .lgx-g--3 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) {
    .lgx-g--3 {
      grid-template-columns: 1fr; } }

.lgx-c-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DDE3ED; }
  .lgx-c-list--item {
    padding: 10px 10px;
    color: #8E99AB;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .lgx-c-list--item-active {
      border-bottom: 2px solid black;
      color: black; }

/** Products **/
body.body_club {
  background-color: #f5f5f5; }

.gc-c-splash {
  min-height: 550px;
  background-color: #6ad190;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 520px) {
    .gc-c-splash {
      background: #72d598; } }
  .gc-c-splash:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: #2bb359;
    -webkit-mask-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_pattern.svg");
            mask-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_pattern.svg");
    -webkit-mask-size: 90%;
            mask-size: 90%; }
  .gc-c-splash:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #2bb359; }
  .gc-c-splash h1 {
    margin-top: 40px;
    padding-left: 40px;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    -webkit-animation: fadeIn .3s forwards 2.6s ease;
            animation: fadeIn .3s forwards 2.6s ease; }
  .gc-c-splash svg {
    display: inline-block;
    float: left;
    width: 137px;
    height: 22px;
    margin-left: 40px;
    margin-bottom: 80px;
    margin-top: 20px;
    fill: #ffffff;
    opacity: 0;
    -webkit-animation: fadeIn .3s forwards 2.9s ease;
            animation: fadeIn .3s forwards 2.9s ease; }
  .gc-c-splash h3 {
    display: inline-block;
    margin-top: 20px;
    margin-left: 5px;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    font-size: 22px;
    color: #ffffff;
    opacity: 0;
    -webkit-animation: fadeIn .3s forwards 3s ease, slideRight .3s forwards 3s ease;
            animation: fadeIn .3s forwards 3s ease, slideRight .3s forwards 3s ease; }
  .gc-c-splash video {
    opacity: .85;
    width: 650px;
    -webkit-animation: videoSlideControl 2.6s forwards .25s linear;
            animation: videoSlideControl 2.6s forwards .25s linear; }
  .gc-c-splash .lgx-c-stickyfooter {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    -webkit-animation: slideUp .5s forwards 3s ease;
            animation: slideUp .5s forwards 3s ease; }

@-webkit-keyframes videoSlideControl {
  to {
    -webkit-transform: translateX(-51.646%);
            transform: translateX(-51.646%); } }

@keyframes videoSlideControl {
  to {
    -webkit-transform: translateX(-51.646%);
            transform: translateX(-51.646%); } }

@-webkit-keyframes fadeIn {
  to {
    opacity: 1; } }

@keyframes fadeIn {
  to {
    opacity: 1; } }

@-webkit-keyframes slideRight {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideRight {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideUp {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideUp {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media (max-width: 767px) {
  .dhc18.rc18.rc-main {
    background-color: #ffffff; } }

@media (min-width: 768px) {
  .dhc18.rc18.rc-main {
    background-color: #fcf3e8;
    background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_dhc-confetti.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1000px, cover; } }

.dhc18.rc18 .dhc-logo {
  max-width: 200px; }

.dhc18.rc18.pending .lgx-c-stickyfooter .lgx-c-button--primary,
.dhc18.rc18.active .lgx-c-stickyfooter .lgx-c-button--primary {
  width: calc(100% - 127px); }

.dhc18.rc18.pending .leaf-grid .day {
  stroke: #ddd;
  stroke-dasharray: 5 2;
  stroke-width: 1;
  fill: none; }

.dhc18.rc18.pending .leaf-grid .day-number {
  stroke: #ddd;
  fill: #ddd; }

.dhc18.rc18.active .leaf-grid .leaf:hover {
  cursor: pointer; }
  .dhc18.rc18.active .leaf-grid .leaf:hover .day {
    stroke: #8e8e93;
    stroke-dasharray: none;
    stroke-width: 1; }

.dhc18.rc18.active .leaf-grid .missed .day,
.dhc18.rc18.active .leaf-grid .current-day .day {
  stroke: #ff6175;
  fill: #faf0f0;
  stroke-width: 1; }

.dhc18.rc18.active .leaf-grid .missed .day-number,
.dhc18.rc18.active .leaf-grid .current-day .day-number {
  stroke: #ff6175;
  fill: #ff6175; }

.dhc18.rc18.active .leaf-grid .supported .day {
  stroke: #2bb359;
  stroke-dasharray: none;
  fill: #2bb359; }

.dhc18.rc18.active .leaf-grid .supported .day-number {
  stroke: #ffffff;
  fill: #ffffff; }

.dhc18.rc18.active .leaf-grid .future .day {
  stroke: #8e8e93;
  stroke-dasharray: 5 2;
  fill: #ffffff; }

.dhc18.rc18.active .leaf-grid .future .day-number {
  stroke: #8e8e93;
  fill: #8e8e93; }

.dhc18.rc18.active .leaf-grid .active .day {
  stroke: #000000 !important;
  stroke-dasharray: none;
  stroke-width: 1; }

.dhc-intro--arafah {
  background: linear-gradient(45deg, #53baed, #229ad6); }

/* this type of code is also in ramadan-challenge.scss, should probably unify and move out somewhere else so not repeated */
.dhc-intro--arafah img {
  margin-top: 25px;
  margin-bottom: 50px;
  width: 160px; }

@media (min-width: 521px) {
  .body_challenge_dhul_hijjah_2018.modal_onboard giving-onboard-manual-or-automatic:after,
  .body_challenge_dhul_hijjah_2018.modal_onboard giving-onboard-previous-settings:after,
  .body_challenge_dhul_hijjah_2018.modal_onboard giving-onboard-step-one:after,
  .body_challenge_dhul_hijjah_2018.modal_onboard giving-onboard-step-two:after {
    background-color: #fcf3e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf3e8), to(#e8f4fa));
    background-image: linear-gradient(#fcf3e8, #e8f4fa); } }

.dhc19-bg header {
  background-color: #fcf3e8; }
  @media (min-width: 801px) {
    .dhc19-bg header {
      padding-bottom: 36px; } }

.dhc19.rc18.rc18-gateway.active .rc-intro {
  color: initial; }

.dhc19.rc18.rc18-gateway.active .rc-countdown {
  margin-top: 10px; }

.dhc19.rc18.rc18-gateway.active .dhc-day {
  margin-top: 20px; }

.dhc19.rc18.rc18-gateway.active .centeredGrid svg {
  position: absolute; }
  @media (min-width: 768px) {
    .dhc19.rc18.rc18-gateway.active .centeredGrid svg {
      top: 184px; } }

.dhc19.rc18.rc18-gateway.active .projectCard {
  background-color: #e8dfd4; }

.dhc19.rc18.rc18-gateway.active .loadingProjectCardContainer {
  max-width: none;
  padding-top: 0;
  width: 90%; }

.dhc19.rc18.rc18-gateway.active .rc-find-another {
  background-color: transparent; }

.dhc19.rc18.rc18-gateway.active .lgx-c-modal__header {
  background-color: transparent;
  border-bottom: none; }
  @media (min-width: 692px) {
    .dhc19.rc18.rc18-gateway.active .lgx-c-modal__header {
      margin-top: 18px; } }

/*


DHC20


*/
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: white;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.checkmark {
  border-radius: 50%;
  display: none;
  stroke-width: 4px;
  stroke: #50B0E7;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px white;
          box-shadow: inset 0px 0px 0px white;
  -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
          animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px white;
            box-shadow: inset 0px 0px 0px 30px white; } }

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px white;
            box-shadow: inset 0px 0px 0px 30px white; } }

.dhc20-mobile {
  display: block; }
  @media (min-width: 700px) {
    .dhc20-mobile {
      display: none !important; } }

.dhc20-desktop {
  display: block; }
  @media (max-width: 700px) {
    .dhc20-desktop {
      display: none !important; } }

@media (min-width: 701px) {
  .dhc20 .rc20__card {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-27.01%, #288ECD), color-stop(111.85%, rgba(229, 242, 249, 0)));
    background: linear-gradient(0deg, #288ECD -27.01%, rgba(229, 242, 249, 0) 111.85%);
    border-radius: 0; } }

.dhc20-button {
  background: linear-gradient(265.26deg, #288ECD 0%, #176FA7 99.76%);
  padding: 18px 36px;
  min-width: 150px;
  width: 100%;
  min-height: 62px;
  font-size: 1.3rem;
  text-transform: none !important;
  margin: 16px auto;
  color: white;
  border: none;
  border-radius: 56px;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .dhc20-button[disabled="disabled"] {
    opacity: .5; }
  .dhc20-button:hover {
    background: linear-gradient(265.26deg, #247fb8, #146091); }
  .dhc20-button:focus, .dhc20-button:active {
    outline: 0; }
  .dhc20-button--animate {
    padding: 0px;
    min-width: 34px;
    width: 48px;
    border-radius: 50%;
    min-height: 40px;
    height: 48px; }
    .dhc20-button--animate span {
      display: none; }
    .dhc20-button--animate .checkmark {
      display: block;
      width: 34px;
      height: 34px;
      fill: white;
      opacity: 1; }

.dhc20-back {
  position: fixed;
  top: 4px;
  left: 0;
  z-index: 9999;
  height: 50px;
  width: 50px;
  background-color: white;
  color: #50B0E7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.dhc20-header--side {
  width: 100%;
  text-align: left; }

.dhc20-heading {
  font-weight: bold;
  color: black;
  padding-top: 5px !important; }

.dhc20-headline {
  margin-bottom: 20px; }

.dhc20-subheading {
  font-weight: bold;
  color: #50B0E7;
  font-size: 1.125rem;
  padding: 0 !important; }

.dhc20-subtitle {
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 7px !important; }

.dhc20-subscript {
  color: #8e8e93 !important;
  font-size: .9rem;
  text-align: center; }
  .dhc20-subscript--link {
    text-decoration: underline;
    cursor: pointer;
    margin: 10px 0; }

.dhc20-credit-card {
  border: 1px solid #AFBACC;
  border-radius: 4px;
  padding: 14px 12px;
  width: 100%;
  background: #F5F7FA; }

.dhc20-autocharge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E1FAEB;
  border-radius: 50px;
  padding: 10px 15px;
  max-width: 315px;
  margin: 20px auto; }
  .dhc20-autocharge > div {
    margin-right: 10px; }
  .dhc20-autocharge div svg {
    position: relative;
    top: 3px;
    fill: #57C282; }
  .dhc20-autocharge div span {
    color: #57C282;
    font-size: .95rem; }
  .dhc20-autocharge div giving-timer timer {
    font-weight: bold;
    font-size: 1rem; }

.dhc20-onboarding--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 20px 10px; }

.dhc20-onboarding--progress-bar {
  background: #F2F2F2;
  height: 4px;
  padding: 0; }
  .dhc20-onboarding--progress-bar::-webkit-progress-bar {
    background-color: #F2F2F2; }
  .dhc20-onboarding--progress-bar::-webkit-progress-value {
    background-color: #50B0E7;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .dhc20-onboarding--progress-bar::-moz-progress-bar {
    background-color: #50B0E7; }

.dhc20-onboarding--body {
  position: relative;
  width: 100%;
  background-color: white; }

.dhc20-preenrolled-container {
  position: relative;
  width: 100%;
  background: #F5F7FA;
  border-radius: 8px;
  padding: 20px;
  margin: 40px 0 20px; }
  .dhc20-preenrolled-container p {
    margin: 5px 0; }

.dhc20-inputbox {
  background: #F5F7FA;
  padding: 15px 10px;
  border-radius: 8px;
  margin-bottom: 10px; }

.dhc20-checkbox:checked {
  background-color: #50B0E7 !important;
  border-color: #288ECD !important; }

.dhc20__nav {
  position: fixed;
  z-index: 1002; }
  .dhc20__nav a:not(.is-active) {
    color: #535E70; }
    @media (max-width: 1080px) {
      .dhc20__nav a:not(.is-active) {
        color: #838EA0; } }
  .dhc20__nav a {
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-property: color;
    transition-property: color; }
  .dhc20__nav a:hover,
  .dhc20__nav a:focus {
    color: #288ECD; }
  .dhc20__nav a.is-active {
    color: #fff;
    background: #288ECD; }
  @media (max-width: 1079px) {
    .dhc20__nav {
      background-color: #ffffff;
      bottom: 0;
      padding-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      height: 50px;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      width: 100%; }
      .dhc20__nav a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .dhc20__nav .rc20__logo {
        display: none; } }
  @media (min-width: 1080px) {
    .dhc20__nav a {
      padding: .75rem 12px; }
      .dhc20__nav a svg {
        padding-right: 1rem; }
    .dhc20__nav .rc20__logo {
      height: 3.25rem;
      padding: 32px 0; } }

.dhc20_pulse {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, #288ecd61), color-stop(78%, rgba(229, 242, 249, 0)));
  background-image: linear-gradient(#288ecd61 -20%, rgba(229, 242, 249, 0) 78%);
  padding: 40px 0; }
  @media (max-width: 700px) {
    .dhc20_pulse {
      background-image: none;
      padding: 0; } }
  .dhc20_pulse .rc20__card {
    border: 0.5px solid #C7D1DF; }
    @media (max-width: 800px) {
      .dhc20_pulse .rc20__card {
        border: none;
        padding-bottom: 70px;
        padding-top: 30px; } }
  .dhc20_pulse .rc20__card-pulse {
    background: linear-gradient(180deg, #e5f2f9 0px, white 500px, white 80%, #e5f2f9 90%, rgba(40, 142, 205, 0.109681) 100%); }
  .dhc20_pulse--loggedout {
    text-align: center;
    max-width: 500px;
    margin: 20px auto; }
    .dhc20_pulse--loggedout-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .dhc20_pulse--loggedout-buttons a {
        color: black;
        padding: 12px 17px;
        background: #F5F7FA;
        border-radius: 8px;
        margin: 10px; }
  .dhc20_pulse--card {
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1056px;
    padding: 40px 25px;
    position: relative;
    width: calc(100% - 2rem); }
    @media (max-width: 700px) {
      .dhc20_pulse--card {
        padding: 0; } }
  .dhc20_pulse--content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 60px; }
    @media (max-width: 700px) {
      .dhc20_pulse--content {
        padding: 40px 25px;
        margin-bottom: unset; } }
    .dhc20_pulse--content-nopaddingright {
      padding-right: 0 !important; }
  .dhc20_pulse-subheading {
    font-size: 1rem;
    color: #288ECD;
    line-height: 20px; }
  @media (max-width: 700px) {
    .dhc20_pulse .rc20__content-wrap {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-72%, #288ECD), color-stop(28%, rgba(229, 242, 249, 0)), color-stop(80%, rgba(229, 242, 249, 0)), color-stop(160%, #288ECD));
      background-image: linear-gradient(#288ECD -72%, rgba(229, 242, 249, 0) 28%, rgba(229, 242, 249, 0) 80%, #288ECD 160%); } }
  .dhc20_pulse--header {
    position: relative;
    width: 100%; }
    .dhc20_pulse--header-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .dhc20_pulse--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 500px; }
    .dhc20_pulse--icons-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      margin: 10px; }
      .dhc20_pulse--icons-icon .image {
        background: white;
        padding: 15px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        margin-bottom: 10px; }
        .dhc20_pulse--icons-icon .image img {
          width: 30px; }
        .dhc20_pulse--icons-icon .image svg {
          width: 30px; }
        .dhc20_pulse--icons-icon .image span {
          position: relative;
          top: 5px;
          left: 0px;
          font-size: 1.4rem; }
      .dhc20_pulse--icons-icon .title, .dhc20_pulse--icons-icon .action {
        font-size: .8rem;
        margin: 3px 0; }
      .dhc20_pulse--icons-icon .title {
        color: black; }
      .dhc20_pulse--icons-icon .action {
        color: #8D99AB; }
  .dhc20_pulse--end {
    padding: 30px;
    text-align: center; }
    .dhc20_pulse--end h1 {
      font-size: 36px;
      margin-bottom: 7px; }
    .dhc20_pulse--end svg {
      max-width: 500px;
      width: 100%; }
    .dhc20_pulse--end img {
      display: block;
      width: 200px;
      margin: 10px auto; }

.dhc20-topics {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .dhc20-topics--topic {
    position: relative;
    margin: 10px 7px;
    min-width: 150px;
    height: 110px;
    border-radius: 8px;
    overflow: hidden; }
    .dhc20-topics--topic img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .dhc20-topics--topic div {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      font-size: 1rem;
      color: white;
      text-shadow: 0px 2px 8px #1D1F24; }

.dhc20-giving {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .dhc20-giving > div img {
    width: 100%;
    height: auto; }
  .dhc20-giving--yourgivelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 20px;
    background: #F5F7FA;
    border-radius: 8px;
    color: #8D99AB;
    font-size: 1rem;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .dhc20-giving--yourgivelist:hover {
      color: #288ECD; }
    .dhc20-giving--yourgivelist svg {
      width: unset !important;
      -webkit-transition: all .4s;
      transition: all .4s; }
    .dhc20-giving--yourgivelist span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .dhc20-giving--yourgivelist span svg {
        margin-right: 5px;
        width: 19px !important; }
  .dhc20-giving--givelistempty {
    margin: 10px 5px; }
    .dhc20-giving--givelistempty p {
      margin-bottom: 3px;
      line-height: 19px; }

.dhc20-grid {
  width: 100%;
  background: #F5F7FA;
  border-radius: 8px;
  padding: 15px; }
  .dhc20-grid .st1602 {
    fill: #DDE3ED;
    stroke: none;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .dhc20-grid .st1602:hover {
      fill: #cacfd8;
      stroke: none; }
  .dhc20-grid .st1602.current-day {
    stroke: #40C67A;
    stroke-width: 1;
    stroke-dasharray: 0; }
  .dhc20-grid .st1602.missed {
    fill: #F1D3D3;
    stroke: #ED0000;
    stroke-width: 1;
    stroke-dasharray: 0; }
  .dhc20-grid .st1602.supported {
    fill: #40C67A !important;
    stroke: none; }

.dhc20-win {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: linear-gradient(22deg, #125883 42.2%, #BADEF0 115.62%); }

.dhc20-invitelink {
  position: relative;
  width: 100%;
  background: linear-gradient(73.78deg, #1871A9 8.5%, #1E7CB7 57.45%, #288ECD 94.94%);
  border: 0.475789px solid #A5B1C4;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 8px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .dhc20-invitelink h3 {
    font-weight: bold;
    color: white;
    font-size: 20px;
    margin-bottom: 7px;
    text-align: left; }
  .dhc20-invitelink--link {
    padding: 16px 13px;
    background: #F5F7FA;
    border-radius: 4px;
    font-size: 1rem;
    text-align: left; }
    .dhc20-invitelink--link p {
      overflow-wrap: break-word;
      word-wrap: break-word; }
  .dhc20-invitelink--share {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(69px, 1fr));
    grid-gap: 8px;
    margin-top: 8px; }
    .dhc20-invitelink--share a, .dhc20-invitelink--share button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #F5F7FA;
      border-radius: 6px;
      padding: 12px 20px;
      color: #838EA0;
      font-weight: bold; }
    .dhc20-invitelink--share button {
      border: none; }
      .dhc20-invitelink--share button:active, .dhc20-invitelink--share button:focus {
        border: none;
        outline: none; }

.dhc20-impactpoints {
  padding: 8px; }
  .dhc20-impactpoints > span {
    font-weight: bold;
    width: 100%;
    border: none !important; }
  .dhc20-impactpoints span {
    padding: 8px 8px 8px 0;
    font-size: 1rem;
    border-bottom: 0.5px solid #AEBACC; }
  .dhc20-impactpoints .lgx-text {
    width: 100%;
    color: black; }

.dhc20-sponsors {
  text-align: center; }
  .dhc20-sponsors h3 {
    font-size: 1rem;
    margin-bottom: 5px; }
  .dhc20-sponsors p {
    font-size: 14px;
    margin-bottom: 10px; }
  .dhc20-sponsors img {
    width: 100%;
    max-width: 500px; }

.dhc20-impact h1 {
  margin: 20px 0; }

.dhc20-impact h3 {
  margin-bottom: 7px; }

.dhc20-impact p {
  line-height: 21px;
  margin-bottom: 20px; }

.dhc20-impact--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0; }
  .dhc20-impact--icons div {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 10px 0; }
    .dhc20-impact--icons div svg {
      margin-right: 10px; }
    .dhc20-impact--icons div p {
      margin-bottom: 0; }

.dhc20-impact--buttons {
  max-width: 235px;
  width: 100%;
  margin: 20px auto; }
  .dhc20-impact--buttons a {
    display: block;
    width: 100%;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    padding: 8px 0;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: .9rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .dhc20-impact--buttons a:first-child {
      margin-bottom: 15px; }
    .dhc20-impact--buttons a:hover {
      border: 1px solid #1d1c1c; }

.dhc20-blue {
  color: #288ECD; }

.dhc20-guide {
  min-height: 100vh;
  background: radial-gradient(249.74% 100% at 50% 114.3%, #FBF0E4 15.62%, #E5F2F9 39.58%, #B5E0F8 100%); }
  .dhc20-guide h1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 29px;
    text-align: center;
    width: 100%;
    padding: 0 20px 20px; }
  .dhc20-guide--container {
    padding: 20px; }
  .dhc20-guide--body {
    background-color: white;
    border-radius: 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 628px;
    padding: 30px 20px;
    position: relative;
    width: 100%;
    height: 670px; }
    @media (max-width: 700px) {
      .dhc20-guide--body {
        height: auto; } }
    .dhc20-guide--body--firstpage {
      background: transparent;
      padding: 90px 20px;
      text-align: center; }
      .dhc20-guide--body--firstpage svg, .dhc20-guide--body--firstpage img {
        width: 100%; }
    .dhc20-guide--body-container {
      max-width: 350px;
      width: 100%;
      margin: auto; }
    .dhc20-guide--body img {
      width: 100%;
      max-width: 350px; }
      @media (max-width: 700px) {
        .dhc20-guide--body img {
          max-width: 250px; } }
  .dhc20-guide--content {
    padding: 20px 0; }
    .dhc20-guide--content-headinggrey {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #838EA0;
      font-weight: 600;
      font-size: 17.3674px;
      margin: 20px 0 5px; }
      .dhc20-guide--content-headinggrey svg {
        fill: #838EA0;
        width: 13px;
        margin-right: 5px; }
    .dhc20-guide--content p {
      color: #1D1F24;
      line-height: 21px; }
  .dhc20-guide--button {
    position: absolute;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    top: 300px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 700px) {
      .dhc20-guide--button {
        top: 280px; } }
    .dhc20-guide--button-back {
      left: -15px; }
    .dhc20-guide--button-next {
      left: unset;
      right: -15px; }
      .dhc20-guide--button-next svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .dhc20-guide--button-end {
      background: #50B0E7; }
      .dhc20-guide--button-end svg {
        fill: white !important; }
  .dhc20-guide--footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 5px; }
    .dhc20-guide--footer span {
      color: #50B0E7;
      font-size: 1.7rem;
      opacity: .5; }
      .dhc20-guide--footer span.active {
        opacity: 1; }

.youreInMessage {
  width: 100%;
  text-align: center;
  top: calc(50% - 126px) !important; }

.body_challenge {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 521px) {
  .body_challenge.has-modal .lgx-c-modal .lgx-c-stickyfooter {
    position: absolute;
    border-radius: 0 0 16px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media (min-width: 521px) {
  .body_challenge.has-modal .lgx-c-modal__main {
    height: calc(80vh - 122px);
    max-height: 641px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.rc20__header {
  background-color: #f5f0fa; }

.rc20__logo {
  height: 1.5rem;
  padding: 1.25rem; }
  @media (min-width: 801px) {
    .rc20__logo {
      height: 2.875rem;
      padding: 4rem; } }

.rc20__progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  height: 4px;
  padding: 0; }
  .rc20__progress::-webkit-progress-bar {
    background-color: #ffffff; }
  .rc20__progress::-webkit-progress-value {
    background-color: #645398;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .rc20__progress::-moz-progress-bar {
    background-color: #645398; }
  @media (min-width: 801px) {
    .rc20__progress {
      height: 8px; } }

.rc20__back {
  position: absolute; }
  @media (max-width: 800px) {
    .rc20__back {
      top: 22px;
      left: 14px;
      z-index: 1001; } }
  @media (min-width: 801px) {
    .rc20__back {
      left: -70px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 50px;
      width: 50px;
      background-color: #ffffff;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .rc20__back:hover, .rc20__back:focus {
    color: inherit; }

.rc20__back-to-dashboard {
  margin-bottom: 2.25rem; }

.rc20__onboarding-main-wrap {
  background-image: linear-gradient(#f5f0fa, #fff 150px); }
  @media (max-width: 800px) {
    .rc20__onboarding-main-wrap .lgx-l-mobile {
      margin-right: 5%;
      margin-left: 5%; } }
  @media (min-width: 801px) {
    .rc20__onboarding-main-wrap {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F0FA), to(#FBF9FD));
      background-image: linear-gradient(to bottom, #F5F0FA, #FBF9FD);
      height: 100%;
      min-height: calc(100vh - 128px); } }

@media (max-width: 800px) {
  .rc20__onboarding-main {
    padding-bottom: 120px; } }

.rc20__onboarding-main .lgx-c-modal--alternate {
  overflow: visible; }

.rc20__onboarding-main .lgx-c-form__checkbox input:checked,
.rc20__main .lgx-c-form__checkbox input:checked {
  background-color: #9280CC;
  border-color: #6D59AB; }

.rc20__onboarding-main .lgx-c-form__checkbox input:focus,
.rc20__main .lgx-c-form__checkbox input:focus {
  -webkit-box-shadow: 0 0 3px 1px #cec3ef;
          box-shadow: 0 0 3px 1px #cec3ef; }

@media (min-width: 801px) {
  .rc20__card {
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 628px;
    padding: 64px 112px;
    position: relative;
    width: 100%; }
    .rc20__main--pulse .rc20__card {
      background-image: url(https://i.imgur.com/qS4W9pL.png);
      background-position: right 42px top 42px;
      background-repeat: no-repeat;
      background-size: 100px 80px;
      overflow: hidden;
      padding: 64px 0 0 0; } }

@media (min-width: 801px) {
  .rc20__pulse-body {
    margin: 0;
    padding-right: 112px;
    padding-left: 112px; } }

.rc20__pulse-footer {
  background-image: url(https://i.imgur.com/PHJIPU6.png), linear-gradient(#fff, #E0D6F9 400px, #EFD9EC 420px);
  background-position: center top;
  background-size: 400px, 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 64px;
  padding-top: 90px; }
  @media (max-width: 800px) {
    .rc20__pulse-footer {
      height: 550px;
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 801px) {
    .rc20__pulse-footer {
      height: 660px;
      padding-bottom: 64px;
      padding-right: 112px;
      padding-left: 112px; } }

@media (min-width: 801px) {
  .rc20__card--wide {
    padding: 64px;
    max-width: 1056px;
    width: calc(100% - 2rem); } }

@media (min-width: 1080px) {
  .rc20__card--wide {
    margin-left: 200px;
    width: calc(100% - 216px); } }

@media (min-width: 1500px) {
  .rc20__card--wide {
    margin-left: auto; } }

@media (min-width: 801px) {
  .rc20__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 500px; } }

@media (min-width: 801px) {
  .rc20__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 40px; } }

.rc20__cta {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#ffffff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ffffff);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  width: 100%; }
  @media (min-width: 801px) {
    .rc20__cta {
      position: relative; } }

.rc20__cta-note {
  margin-top: 8px; }
  .rc20__cta-note .lgx-c-modal__cards {
    margin-bottom: 0;
    margin-top: 0; }

.rc20__button.lgx-c-button--primary {
  background-image: linear-gradient(45deg, #594D95, #C98DBA);
  border: none;
  border-radius: 8px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 64px;
  text-transform: none;
  width: 100%; }
  .rc20__button.lgx-c-button--primary[disabled] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8d99ab), to(#8d99ab));
    background-image: linear-gradient(#8d99ab, #8d99ab); }

.rc20__block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F7FA;
  border-radius: 8px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25; }
  .rc20__block + .rc20__block {
    margin-top: 8px; }

.rc20__block-link {
  border-radius: 8px;
  padding: 6px;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: background-color;
  transition-property: background-color; }
  .rc20__block-link:not(:last-child) {
    margin-bottom: .5em; }
  .rc20__block-link:hover, .rc20__block-link:focus {
    background-color: #EBEFF6; }

.rc20__block-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #F5F7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: 28px; }
  .rc20__block-icon:hover, .rc20__block-icon:focus {
    background-color: #EBEFF6; }

.rc20__button--block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 36px;
  padding: 8px 16px; }
  .rc20__button--block.has-arrow svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .rc20__button--block.is-paused {
    background-color: #fcdb6c; }
    .rc20__button--block.is-paused:hover, .rc20__button--block.is-paused:focus {
      background-color: #fcdb6c; }

button.rc20__button--block,
a.rc20__button--block {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: background-color;
  transition-property: background-color; }
  button.rc20__button--block:focus,
  a.rc20__button--block:focus {
    outline: none; }
  button.rc20__button--block:hover, button.rc20__button--block:focus,
  a.rc20__button--block:hover,
  a.rc20__button--block:focus {
    background-color: #EBEFF6;
    color: inherit; }

.rc20__details summary {
  list-style: none;
  position: relative; }
  .rc20__details summary:focus {
    outline: none; }
  .rc20__details summary::-webkit-details-marker {
    display: none; }

.rc20__details .rc20__details-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.rc20__details[open] summary .rc20__details-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.rc20__max-width {
  max-width: 320px; }

.rc20__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px; }

.rc20__stat {
  background-color: #EBEFF6;
  border-radius: 4px; }

.rc20__list li {
  border-bottom: 1px solid #c8d1e0; }
  .rc20__list li:first-child {
    border-top: 1px solid #c8d1e0; }

@media (min-width: 801px) {
  .rc20__leaderboards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px; } }

.rc20__leaderboard {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px; }
  .rc20__leaderboard .lgx-c-supporters {
    margin-bottom: 0; }
  .rc20__leaderboard .lgx-c-supporter {
    counter-increment: custom-counter;
    grid-template-rows: none;
    padding: 8px;
    margin-bottom: 0; }
    .rc20__leaderboard .lgx-c-supporter a:hover,
    .rc20__leaderboard .lgx-c-supporter a:focus {
      color: inherit;
      text-decoration: underline; }
    .rc20__leaderboard .lgx-c-supporter img + div {
      min-width: 0; }
    .rc20__leaderboard .lgx-c-supporter h3 {
      font-size: 1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: left;
      padding: 2px 0; }
      .rc20__leaderboard .lgx-c-supporter h3:before {
        content: counter(custom-counter) ". ";
        font-weight: 600; }
  .rc20__leaderboard .lgx-c-progress-bar {
    height: 2px;
    margin-bottom: 0;
    margin-top: 4px; }

.rc20__leaderboard-heading {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.rc20__leaderboard-day {
  height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.rc20__leaderboards-nav {
  margin-top: 18px; }
  .rc20__leaderboards-nav .rc20__block + .rc20__block {
    margin-left: 8px;
    margin-top: 0; }
  @media (max-width: 429px) {
    .rc20__leaderboards-nav button .img-circle:first-child {
      display: none; } }
  @media (min-width: 430px) {
    .rc20__leaderboards-nav button:nth-child(1) .img-circle:first-child {
      background-color: #F7B500; }
    .rc20__leaderboards-nav button:nth-child(2) .img-circle:first-child {
      background-color: #00C779; }
    .rc20__leaderboards-nav button:nth-child(3) .img-circle:first-child {
      background-color: #B96BEF; } }
  .rc20__leaderboards-nav .rc20__button--block.is-active {
    background-color: #DDE3ED; }

.rc20__leaderboard--points .rc20__leaderboard-heading {
  background-color: #FFF7E0; }
  .rc20__leaderboard--points .rc20__leaderboard-heading span:first-child {
    background-color: #F7B500; }

.rc20__leaderboard--points li:first-child {
  background-color: #F5F7FA; }

.rc20__leaderboard--raised .rc20__leaderboard-heading {
  background-color: #E1FAEB; }
  .rc20__leaderboard--raised .rc20__leaderboard-heading span:first-child {
    background-color: #00C779; }

.rc20__leaderboard--supporters .rc20__leaderboard-heading {
  background-color: #EDDCFF; }
  .rc20__leaderboard--supporters .rc20__leaderboard-heading span:first-child {
    background-color: #B96BEF; }

.rc20__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 0 0 0 #645398;
          box-shadow: 0 0 0 0 #645398; }
  .rc20__icon.lgx-t-purple--bright {
    background-color: #f5f0fa; }
  .rc20__icon.lgx-text-5xl {
    height: 80px;
    width: 80px; }
  .rc20__icon-active {
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite; }

.rc20__icon--small {
  height: 30px;
  width: 30px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(100, 83, 152, 0.7);
            box-shadow: 0 0 0 0 rgba(100, 83, 152, 0.7); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(100, 83, 152, 0);
            box-shadow: 0 0 0 10px rgba(100, 83, 152, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(100, 83, 152, 0);
            box-shadow: 0 0 0 0 rgba(100, 83, 152, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(100, 83, 152, 0.7);
            box-shadow: 0 0 0 0 rgba(100, 83, 152, 0.7); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(100, 83, 152, 0);
            box-shadow: 0 0 0 10px rgba(100, 83, 152, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(100, 83, 152, 0);
            box-shadow: 0 0 0 0 rgba(100, 83, 152, 0); } }

@-webkit-keyframes love {
  0% {
    top: 100%; } }

@keyframes love {
  0% {
    top: 100%; } }

.rc20__hearts {
  pointer-events: none;
  position: absolute;
  width: 56px;
  z-index: 1000; }
  @media (max-width: 800px) {
    .rc20__hearts {
      top: -100px;
      left: calc(95% - 56px);
      right: 5%; } }
  @media (min-width: 801px) {
    .rc20__hearts {
      top: -232px;
      left: calc(100% - 188px);
      right: 0; } }

.rc20__heart {
  fill: #57c282;
  position: absolute;
  top: 0; }

.rc20__currency-sign {
  left: 68px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }

.rc20__giving-amount,
.rc20__decrement,
.rc20__increment {
  border-radius: 4px;
  border: 1px solid #F5F7FA;
  background-color: #F5F7FA; }
  .rc20__giving-amount:focus,
  .rc20__decrement:focus,
  .rc20__increment:focus {
    outline: none; }
  .rc20__giving-amount:hover, .rc20__giving-amount:focus,
  .rc20__decrement:hover,
  .rc20__decrement:focus,
  .rc20__increment:hover,
  .rc20__increment:focus {
    border-color: #9280CC; }

.rc20__giving-amount {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  height: 68px;
  width: calc(100% - 112px); }
  .rc20__giving-amount::-webkit-inner-spin-button, .rc20__giving-amount::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.rc20__decrement,
.rc20__increment {
  height: 68px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  z-index: 1001; }

.rc20__decrement {
  left: 0; }

.rc20__increment {
  right: 0; }

.rc20__change-currency {
  width: 144px; }

.rc20__credit-cards {
  margin-bottom: 20px; }
  .rc20__credit-cards svg[id="down"] {
    fill: #8e8e93;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 21px; }

.rc20__fieldset {
  margin-bottom: 20px; }

.rc20__credit-card {
  border: 1px solid #8e8e93;
  border-radius: 4px;
  padding: 14px 12px;
  width: 100%; }

#selectCardToggle + div + svg {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.rc20__credit-card.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .rc20__credit-card.is-open + button + div button {
    border-radius: 0;
    margin-top: -1px; }
    .rc20__credit-card.is-open + button + div button:last-child {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
  .rc20__credit-card.is-open + button + div + svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.rc20__credit-card:hover, .rc20__credit-card:focus,
.lgx-c-button--new-card:hover,
.lgx-c-button--new-card:focus {
  background-color: #ebeff5; }

.rc20__modal .modal-content {
  border: 0;
  border-radius: 1em;
  -webkit-box-shadow: none;
          box-shadow: none; }

.rc20__modal-close {
  position: absolute;
  top: .5em;
  right: .5em; }

.rc20__section {
  padding-bottom: 32px; }

.rc20__main {
  overflow-x: hidden;
  padding-bottom: 8rem; }
  @media (min-width: 801px) {
    .rc20__main {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#5a4d95), color-stop(20%, #ae7eb1));
      background-image: linear-gradient(180deg, #5a4d95 0%, #ae7eb1 20%);
      min-height: calc(100vh - 203px);
      margin-right: 0;
      margin-left: 0;
      padding-top: 32px; } }
  .rc20__main timer {
    font-variant: tabular-nums; }

.rc20__nav {
  position: fixed;
  z-index: 1002; }
  .rc20__nav a:not(.is-active) {
    color: #ffffff8c; }
    @media (max-width: 1080px) {
      .rc20__nav a:not(.is-active) {
        color: #534982; } }
  .rc20__nav a {
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-property: color;
    transition-property: color; }
  .rc20__nav a:hover,
  .rc20__nav a:focus {
    color: white; }
  .rc20__nav a.is-active {
    color: #ffffff;
    background: #534982; }
  @media (max-width: 1079px) {
    .rc20__nav {
      background-color: #ffffff;
      bottom: 0;
      padding-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      height: 50px;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      width: 100%; }
      .rc20__nav a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .rc20__nav .rc20__logo {
        display: none; } }
  @media (min-width: 1080px) {
    .rc20__nav a {
      padding: .75rem 12px; }
      .rc20__nav a svg {
        padding-right: 1rem; }
    .rc20__nav .rc20__logo {
      height: 3.25rem;
      padding: 32px 1rem; } }

.rc20__pie {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DDE3ED;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 60px; }
  .rc20__pie div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F5F7FA;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px; }
  .rc20__pie svg {
    fill: #40C67A;
    height: 68%;
    width: 68%; }
  .rc20__leaderboards-header .rc20__pie {
    height: 24px;
    width: 24px; }
    .rc20__leaderboards-header .rc20__pie div {
      background: #fff;
      height: 12px;
      width: 12px; }

.rc20__grid {
  margin: 0 auto;
  max-width: 400px; }
  .rc20__grid .st1602 {
    fill: #DDE3ED; }
  .rc20__grid .st1602,
  .rc20__grid .st1602:hover {
    stroke-width: 2 !important; }
  .rc20__grid .st1602.current-day,
  .rc20__grid .st1602.missed {
    fill: #faf0f0;
    stroke: #ff6175; }
  .rc20__grid .st1.current-day,
  .rc20__grid .st1.missed {
    fill: #ff6175; }
  .rc20__grid .st1 {
    pointer-events: none; }
  .rc20__grid .st1602.active {
    stroke: #000000 !important;
    stroke-width: 2; }
  .rc20__grid .st1602.future,
  .rc20__grid .st1.current-day.supported {
    fill: #ffffff; }
  .rc20__grid .st1602.supported {
    fill: #40C67A !important;
    stroke: none; }

@media (max-width: 800px) {
  .is-sticky-on-mobile .rc20__share {
    background-image: -webkit-gradient(linear, left top, right top, from(#4E4275), to(#7A6AB1));
    background-image: linear-gradient(to right, #4E4275, #7A6AB1);
    border-radius: 8px;
    bottom: 58px;
    color: #ffffff;
    left: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px;
    position: fixed;
    width: calc(100% - 32px); } }

.rc20__share-icons {
  display: grid;
  margin-top: 8px;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); }

.rc20__share-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #CEC3EF;
  border: none;
  border-radius: 6px;
  color: #645594;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform; }
  .rc20__share-icon:hover, .rc20__share-icon:focus {
    color: #645594;
    outline: none;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }

.rc20__share-icon--whatsapp {
  background-color: #24d366; }

.rc20__share-icon--facebook {
  background-color: #1877f2; }

.rc20__share-icon--twitter {
  background-color: #1DA1F2; }

@media (max-width: 800px) {
  .rc20__locked-wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F0FA), to(#fff));
    background-image: linear-gradient(to bottom, #F5F0FA, #fff); } }

.rc20__locked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B5A6E3), color-stop(20%, #fff));
  background-image: linear-gradient(180deg, #B5A6E3 0%, #fff 20%);
  padding: 40px 20px !important; }
  .rc20__locked .rc20__logo {
    height: 3.5rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 2rem 2rem 2rem;
    padding: 0; }
  .rc20__locked .rc20__lock-icon {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%; }
  .rc20__locked .rc20__button:hover + .rc20__lock-icon .is-locked,
  .rc20__locked .rc20__button:focus + .rc20__lock-icon .is-locked {
    display: none; }

.rc20__welcome {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #8f6ca8;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 3rem 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }
  @media (max-width: 800px) {
    .rc20__welcome {
      background-image: linear-gradient(to bottom, #8f6ca8 330px, #cfbced 370px, #f5d4eb 430px); } }
  @media (min-width: 801px) {
    .rc20__welcome {
      background-image: linear-gradient(to bottom, #8f6ca8 475px, #cfbced 530px, #f5d4eb 615px); } }

@media (max-width: 800px) {
  .rc20__welcome-illo {
    height: 400px; } }

@media (min-width: 801px) {
  .rc20__welcome-illo {
    height: 600px; } }

.rc20__welcome-coin {
  margin: 0 auto;
  max-width: 300px;
  width: 90%; }

@media (max-width: 800px) {
  .rc20__main--pulse {
    padding-bottom: 0;
    margin-bottom: 50px; } }

.rc20__main--pulse .rc20__logo {
  height: 3.5rem;
  margin-bottom: -16px;
  padding: 0; }

.rc20__dhikr {
  background-color: #4A2573;
  border-radius: 28px;
  height: 56px; }
  .rc20__dhikr div:not(.rc20__dhikr-plus-wrap) {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    font-variant: tabular-nums; }

.rc20__dhikr-plus-wrap {
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0.5rem #ffffff;
          box-shadow: 0 0 0 0.5rem #ffffff;
  position: relative; }

.rc20__dhikr-plus {
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: #4A2573;
  height: 56px;
  padding: 0;
  position: relative;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  width: 56px; }
  .rc20__dhikr-plus:hover, .rc20__dhikr-plus:focus {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }
  .rc20__dhikr-plus:focus {
    outline: none; }
  .rc20__dhikr-plus:active {
    -webkit-box-shadow: inset 4px 4px 8px #d6d6d6, inset -4px -4px 8px #ffffff;
            box-shadow: inset 4px 4px 8px #d6d6d6, inset -4px -4px 8px #ffffff; }

.rc20__dhikr-refresh {
  opacity: .5;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .rc20__dhikr-refresh:hover, .rc20__dhikr-refresh:focus {
    opacity: 1; }

@-webkit-keyframes ring {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
            transform: scale(1.75); } }

@keyframes ring {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
            transform: scale(1.75); } }

.rc20__dhikr-effect {
  overflow: visible !important;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }
  .rc20__dhikr-effect circle {
    -webkit-animation: ring .5s linear forwards;
            animation: ring .5s linear forwards;
    -webkit-transform-origin: center;
            transform-origin: center; }

.rc20__play-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.rc20__play {
  display: grid;
  grid-template-columns: repeat(auto-fit, 75px); }
  @media (min-width: 801px) {
    .rc20__play {
      width: 320px; }
      .rc20__play + div {
        width: 340px; } }

.rc20__eid {
  background-position: unset !important;
  background-size: 100% 300px !important;
  background-image: none !important;
  padding-top: 20px !important; }
  .rc20__eid h3 {
    font-size: 1.8rem;
    text-align: center;
    max-width: 800px;
    margin: auto; }
  .rc20__eid--video {
    max-width: 600px;
    height: 100%;
    margin: 20px;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    border: 1px solid black; }
    @media (max-width: 600px) {
      .rc20__eid--video {
        margin: 0; } }
  .rc20__eid--tile {
    position: relative;
    min-width: 280px;
    text-align: center;
    margin: 10px; }
    .rc20__eid--tile img {
      width: 100%;
      border-radius: 16px;
      -o-object-fit: cover;
         object-fit: cover; }
    .rc20__eid--tile a {
      color: black;
      text-decoration: underline; }
    .rc20__eid--tile .heading {
      font-weight: bold; }
    .rc20__eid--tile .data {
      color: #2bb359;
      margin-top: 5px; }
    .rc20__eid--tile--with-text img {
      max-height: 200px;
      margin-bottom: 15px; }
    .rc20__eid--tile--without-text img {
      max-height: 200px;
      margin-bottom: 15px; }
    .rc20__eid--tile--text-in-image {
      width: 300px;
      height: 300px;
      margin: 10px;
      border-radius: 16px; }
    .rc20__eid--tile div {
      position: absolute;
      width: 100%;
      height: 98%;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 16px;
      -ms-flex-line-pack: center;
          align-content: center;
      background-color: rgba(0, 0, 0, 0.2); }
      .rc20__eid--tile div p {
        color: white; }
      .rc20__eid--tile div .stat {
        width: 100%;
        font-size: 2rem; }
      .rc20__eid--tile div .text {
        max-width: 80%; }
  .rc20__eid-container {
    position: relative;
    width: 100%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .rc20__eid-container h3 {
      padding: 10px 0;
      max-width: 480px; }
    .rc20__eid-container--header {
      max-width: 1000px;
      text-align: center; }
      .rc20__eid-container--header img {
        max-width: 100%;
        max-height: 350px; }
    .rc20__eid-container--stats .stat {
      position: relative;
      margin: auto; }
      .rc20__eid-container--stats .stat--value img, .rc20__eid-container--stats .stat--value svg {
        margin-right: 5px; }
      .rc20__eid-container--stats .stat--value div {
        margin-right: 5px; }
        .rc20__eid-container--stats .stat--value div svg {
          padding: 5px;
          fill: #fff;
          width: 25px;
          height: 100%;
          margin: auto; }
      .rc20__eid-container--stats .stat--value h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #8d99ab;
        margin-bottom: 10px; }
      .rc20__eid-container--stats .stat--name {
        text-align: center;
        font-weight: bold; }
  .rc20__eid-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center; }
    .rc20__eid-banner h3, .rc20__eid-banner p {
      width: 100%;
      color: #3AB66D; }
    .rc20__eid-banner h3 {
      padding: 0; }
    .rc20__eid-banner p {
      font-weight: bold;
      padding-bottom: 20px; }
    .rc20__eid-banner a {
      background-color: #57c282;
      color: white;
      font-weight: bold;
      text-transform: none; }
      .rc20__eid-banner a:hover {
        color: white; }
    .rc20__eid-banner--purple h3, .rc20__eid-banner--purple p {
      color: #6D59AB; }
    .rc20__eid-banner--purple a {
      background-color: #6D59AB;
      border: #6D59AB; }

.rc18.signup {
  background-color: #ffffff; }

.rc18 .signupHeader {
  margin-bottom: 80px;
  position: relative;
  padding: 30px;
  min-height: 420px;
  background-color: #eee; }
  @media (min-width: 800px) {
    .rc18 .signupHeader {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .rc18 .signupHeader:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 50px;
    width: 100%;
    -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
            clip-path: polygon(100% 0, 0 100%, 0 0);
    background-color: #eee; }

.rc18 .rc-hero {
  display: grid;
  position: relative;
  text-align: center; }
  @media (min-width: 800px) {
    .rc18 .rc-hero {
      grid-template-areas: "heading video" "cta video";
      grid-column-gap: 5em;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media (min-width: 800px) {
  .rc18 .rc-hero__heading {
    grid-area: heading; } }

.rc18 .rc-hero__heading img {
  width: 100%;
  max-width: 300px; }

.rc18 .rc-hero__tagline {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block; }

.rc18 .rc-hero__video {
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .rc18 .rc-hero__video {
      grid-area: video; } }
  .rc18 .rc-hero__video .videoCTA {
    margin-right: auto;
    margin-left: auto;
    float: initial; }

.rc18 .rc-hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 800px) {
    .rc18 .rc-hero__cta {
      grid-area: cta; } }
  .rc18 .rc-hero__cta .lgx-c-progress-bar {
    margin-top: 30px;
    padding: 1px;
    height: 14px;
    border: 1px solid #8e8e93;
    border-radius: 7px;
    background-color: #ffffff; }
    .rc18 .rc-hero__cta .lgx-c-progress-bar::-webkit-progress-bar {
      overflow: hidden;
      background: #ffffff;
      border-radius: 7px; }
    .rc18 .rc-hero__cta .lgx-c-progress-bar::-moz-progress-bar {
      overflow: hidden;
      border-radius: 7px; }
    .rc18 .rc-hero__cta .lgx-c-progress-bar::-webkit-progress-value {
      border-radius: 7px; }

.rc18 .lgx-c-stats--list {
  margin-bottom: initial;
  border-bottom: initial;
  background-color: initial; }

@media (max-width: 767px) {
  .rc18.active .lgx-c-stats--list {
    margin-top: 8px;
    margin-bottom: 30px;
    height: initial; } }

.rc18 .rc-marketing {
  margin-bottom: 16px;
  padding: 24px;
  min-height: 250px;
  border-radius: 4px; }
  @media (max-width: 799px) {
    .rc18 .rc-marketing {
      margin-right: 16px;
      margin-left: 16px; } }

.rc18 .lgx-c-modal .rc-marketing {
  margin: 0;
  border-radius: initial;
  min-height: 160px; }

.rc18 .rc-marketing--win-umrah {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #72e8a3; }
  @media (max-width: 799px) {
    .rc18 .rc-marketing--win-umrah {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .rc18 .rc-marketing--win-umrah img {
    margin-top: -50px;
    margin-bottom: -50px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 260px;
    -o-object-fit: contain;
       object-fit: contain; }
  .rc18 .rc-marketing--win-umrah .lgx-c-button--tertiary, .rc18 .rc-marketing--win-umrah .lgx-c-feed__share,
  .rc18 .rc-marketing--win-umrah .lgx-c-feed__action {
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto; }
  .rc18 .rc-marketing--win-umrah .lgx-t-link {
    margin-bottom: 2em;
    display: inline-block; }

.rc18 .rc-marketing--win-umrah__details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.rc18 .rc-marketing--win-umrah__heading {
  text-transform: uppercase;
  color: #ffffff; }

.rc18 .rc-marketing--win-umrah__subheading {
  margin-bottom: .5em;
  display: block; }
  @media (max-width: 800px) {
    .rc18 .rc-marketing--win-umrah__subheading {
      font-size: 20px; } }

.rc18 .rc-marketing--win-umrah__terms {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #f2feef; }

@media (min-width: 800px) {
  .rc18 .rc-marketing-grid {
    display: grid;
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
    grid-template-rows: calc(50% - 8px) calc(50% - 8px);
    grid-gap: 16px; }
    .rc18 .rc-marketing-grid .rc-marketing {
      margin: 0; } }

.rc18 .rc-marketing__heading {
  text-align: center;
  line-height: 1.33; }

.rc18 .rc-marketing--global-community {
  background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_rc-global-community.svg"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e9ff));
  background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_rc-global-community.svg"), linear-gradient(#ffffff, #e6e9ff);
  background-repeat: no-repeat;
  background-position: bottom center; }

.rc18 .rc-marketing--progress {
  background-color: #fffcda;
  background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/RC17/grid.png");
  background-repeat: no-repeat;
  background-position: center 80%;
  background-size: 140px; }
  @media (min-width: 800px) {
    .rc18 .rc-marketing--progress {
      background-position: center 65%; } }
  .rc18 .rc-marketing--progress .rc-marketing__heading {
    color: #b5a814; }

.rc18 .rc-marketing--auto-giving {
  background-color: #effafe;
  text-align: center; }
  .rc18 .rc-marketing--auto-giving .rc-marketing__heading,
  .rc18 .rc-marketing--auto-giving span {
    color: #009fd9; }
  .rc18 .rc-marketing--auto-giving span {
    display: block; }
  .rc18 .rc-marketing--auto-giving img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 256px; }

.rc18 .rc-marketing--leaderboard {
  background-color: #f2feef;
  background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/_rc-leaderboard.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 170px; }
  .rc18 .rc-marketing--leaderboard .rc-marketing__heading {
    color: #2bb359; }

.rc18 .rc-marketing--fun {
  background-color: #feefef;
  background-image: url("//media.launchgood.com/7470eaf25307ee430f764fc0efd02f70ee98e5d7/img/RC17/fun.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 140px; }
  .rc18 .rc-marketing--fun .rc-marketing__heading {
    color: #ff5757; }

.rc18.rc-main {
  min-height: initial;
  background-color: #eee;
  background-image: none; }
  @media (min-width: 520px) {
    .rc18.rc-main {
      padding-bottom: 100px;
      min-height: calc(100vh - 60px); } }
  @media (max-width: 767px) {
    .rc18.rc-main {
      background-color: #ffffff; } }
  .rc18.rc-main .rc-logo {
    margin-top: 16px;
    margin-bottom: 16px;
    max-width: 246px; }
  .rc18.rc-main .lgx-c-modal {
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 519px) {
      .rc18.rc-main .lgx-c-modal {
        position: fixed;
        top: 0;
        padding-top: 60px; } }
    @media (min-width: 520px) {
      .rc18.rc-main .lgx-c-modal {
        height: initial;
        max-height: initial;
        border-radius: 8px; } }
  .rc18.rc-main .lgx-c-stickyfooter {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: transparent; }
    .rc18.rc-main .lgx-c-stickyfooter .lgx-i-leaderboard {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (max-width: 519px) {
    .rc18.rc-main .lgx-c-modal__main {
      height: calc(100vh - 125px); } }
  @media (min-width: 520px) {
    .rc18.rc-main .lgx-c-modal__main {
      height: initial;
      max-height: initial;
      -webkit-box-shadow: 0 0.938em 2.188em rgba(50, 50, 93, 0.1), 0 0.313em 0.938em rgba(0, 0, 0, 0.07);
              box-shadow: 0 0.938em 2.188em rgba(50, 50, 93, 0.1), 0 0.313em 0.938em rgba(0, 0, 0, 0.07);
      border-radius: 8px; } }
  .rc18.rc-main .lgx-c-modal__main .rc-countdown {
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 100%; }
    .rc18.rc-main .lgx-c-modal__main .rc-countdown span {
      display: block; }
  .rc18.rc-main .overviewContainer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: initial;
    -webkit-box-shadow: initial;
            box-shadow: initial; }
    @media (max-width: 519px) {
      .rc18.rc-main .overviewContainer {
        height: 100%; } }
    @media (min-width: 520px) {
      .rc18.rc-main .overviewContainer {
        height: initial; } }
    @media (min-width: 520px) {
      .rc18.rc-main .overviewContainer .thirty-day-grid {
        position: initial;
        -webkit-transform: initial;
                transform: initial; } }
    .rc18.rc-main .overviewContainer .thirty-day-grid svg {
      margin-left: initial; }

@media (min-width: 521px) and (max-width: 767px) {
  .rc18.rc-main.complete .lgx-c-modal {
    max-width: initial; } }

@media (min-width: 768px) {
  .rc18.rc18-gateway.active .challengeContainer {
    position: relative; } }

.rc18 .lgx-c-stickyfooter {
  margin-bottom: 0;
  padding-bottom: 16px;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (max-width: 519px) {
    .rc18 .lgx-c-stickyfooter {
      position: fixed; } }

.rc18.active .lgx-c-stickyfooter {
  padding-top: 8px;
  bottom: 0;
  left: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1; }
  @media (max-width: 767px) {
    .rc18.active .lgx-c-stickyfooter {
      position: fixed;
      background-color: #ffffff;
      -webkit-box-shadow: 0 0 10px 5px #ffffff;
              box-shadow: 0 0 10px 5px #ffffff; } }
  @media (min-width: 768px) {
    .rc18.active .lgx-c-stickyfooter {
      position: absolute;
      width: 50%; } }
  .rc18.active .lgx-c-stickyfooter .lgx-c-button--primary {
    width: 100%; }
  .rc18.active .lgx-c-stickyfooter .lgx-i-leaderboard {
    width: 45px; }

.rc18 .rc-intro {
  margin-bottom: 32px;
  color: #511126; }
  @media (max-width: 767px) {
    .rc18 .rc-intro {
      display: none; } }
  .rc18 .rc-intro .rc-tagline {
    display: block; }
  .rc18 .rc-intro .rc-countdown {
    display: block; }

.rc18.pending .rc-intro,
.rc18.complete .rc-intro {
  padding-top: 32px; }

.rc18 .rc-grid__links {
  bottom: 80px;
  z-index: 1; }
  @media (max-width: 767px) {
    .rc18 .rc-grid__links {
      position: fixed;
      left: 5%; } }
  @media (min-width: 768px) {
    .rc18 .rc-grid__links {
      position: absolute;
      left: 20px; } }

.rc18 .rc-grid__link {
  margin-top: 10px;
  float: left;
  clear: left; }
  .rc18 .rc-grid__link svg {
    height: 24px;
    width: 24px;
    fill: #8e8e93;
    padding: 0; }

.rc-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: #ffffff; }
  .rc-success .lgx-t-title, .rc-success .lgx-t-modal__legend {
    margin-bottom: 100px; }
  .rc-success img {
    width: 160px; }

.rc-footer {
  margin-top: 30px;
  margin-right: 5%;
  margin-left: 5%;
  opacity: .5; }
  .rc-footer p + p {
    margin-top: 10px; }
  @media (max-width: 519px) {
    .rc-footer {
      display: none; } }

.rc-umrah-leaderboard {
  padding-bottom: 0; }
  .rc-umrah-leaderboard .lgx-t-callout, .rc-umrah-leaderboard .lgx-t-static, .rc-umrah-leaderboard .lgx-t-modal__desc, .rc-umrah-leaderboard .lgx-c-dropdown, .rc-umrah-leaderboard .dropdown-wrapper {
    margin-bottom: 6px; }
  .rc-umrah-leaderboard .lgx-l-half a {
    padding: 16px 20px 20px; }
  .rc-umrah-leaderboard .rc-partner {
    margin-left: 0;
    margin-bottom: 20px; }
    .rc-umrah-leaderboard .rc-partner img {
      margin-left: 20px;
      height: 60px; }

.rc-umrah-leaderboard__logo {
  margin-top: 36px;
  margin-bottom: 10px;
  height: 64px; }
  .rc-umrah-leaderboard__logo + .rc-umrah-leaderboard__logo {
    margin-right: 5px; }

.rc-catch-up {
  margin-right: auto;
  margin-left: auto;
  padding: 8px 16px;
  min-height: initial;
  text-transform: uppercase;
  border: 1px solid #e4584c;
  background-color: #e4584c;
  color: #ffffff; }
  .rc-catch-up svg {
    margin-left: 5px;
    height: 16px;
    width: 16px;
    fill: currentColor;
    opacity: .6; }

.rc-partner {
  margin-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .rc-partner .lgx-t-gray {
    top: 0;
    margin-top: -25px;
    position: absolute; }

.rc-partner__logo {
  height: 42px; }

.rc-find-another {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 46px 8px 16px;
  display: block;
  min-height: initial;
  position: relative;
  border: none;
  background-color: #ffffff; }
  .rc-find-another:hover, .rc-find-another:focus {
    background-color: rgba(43, 179, 89, 0.1); }
  .rc-find-another svg {
    position: absolute;
    top: 6px;
    right: 16px;
    height: 20px;
    width: 20px;
    fill: currentColor; }

@media (max-width: 767px) {
  .rc18 .alternateCampaignButton .rc-countdown {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    font-family: 'SF Pro Text', sans-serif; } }

@media (min-width: 768px) {
  .rc18 .alternateCampaignButton .rc-countdown {
    display: none; } }

.rc18.rc18-gateway.active .centeredGrid {
  margin-top: 16px;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .rc18.rc18-gateway.active .centeredGrid {
      height: calc(100vh - 270px);
      padding: 0 24px;
      max-width: 400px; } }

.rc18.rc18-gateway.active .centeredGrid #Layer_1 {
  left: 0;
  -webkit-transform: initial;
          transform: initial; }
  @media (min-width: 768px) {
    .rc18.rc18-gateway.active .centeredGrid #Layer_1 {
      position: absolute; } }

.rc18 .centeredGrid .st1602,
.rc18 .centeredGrid .st1602:hover {
  stroke-width: 2 !important; }

.rc18 .centeredGrid .st1602.current-day,
.rc18 .centeredGrid .st1602.missed {
  fill: #faf0f0;
  stroke: #ff6175; }

.rc18 .centeredGrid .st1.current-day,
.rc18 .centeredGrid .st1.missed {
  fill: #ff6175; }

.rc18 .centeredGrid .st1 {
  pointer-events: none; }

.rc18 .centeredGrid .st1602.active {
  stroke: #000000 !important;
  stroke-width: 2; }

.rc18 .centeredGrid .st1602.future,
.rc18 .centeredGrid .st1.current-day.supported {
  fill: #ffffff; }

.rc18 .centeredGrid .st1602.supported {
  fill: #2bb359 !important;
  stroke: none; }

.rc18.rc18-gateway.active .projectCard {
  padding: 0;
  background: #ffffff; }

.rc18.rc18-gateway.active .projectCard .lgx-c-modal__header {
  padding: 0 20px;
  height: initial; }

@media (min-width: 768px) {
  .rc18.rc18-gateway.active .projectCard .lgx-c-modal__header .mobile {
    display: none; } }

.rc-catch-up__heading {
  margin-bottom: 32px; }

.rc-catch-up__campaigns .rc-supported-status {
  margin-bottom: 8px; }

.rc-catch-up__campaign {
  margin-bottom: 24px; }
  .rc-catch-up__campaign .lgx-c-campaigncard__main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.rc-catch-up__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .rc-catch-up__empty .lgx-c-modal__emoji {
    margin-bottom: 16px; }

.rc-campaigncard--horizontal {
  width: 100%;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #2bb359;
  background-color: rgba(43, 179, 89, 0.04);
  color: #2bb359; }
  @media (max-width: 520px) {
    .rc-campaigncard--horizontal {
      margin-bottom: 10px;
      height: 100px; } }
  @media (min-width: 520px) {
    .rc-campaigncard--horizontal {
      margin-bottom: 20px;
      height: 120px; } }
  .rc-campaigncard--horizontal svg {
    margin-bottom: 8px;
    height: 30px;
    width: 30px;
    fill: #2bb359;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation: lgx-a-scale--in 0.5s cubic-bezier(0.8, 0, 0.2, 1.4) forwards;
            animation: lgx-a-scale--in 0.5s cubic-bezier(0.8, 0, 0.2, 1.4) forwards; }
  .rc-campaigncard--horizontal.complete {
    -webkit-animation: lgx-a-fade--out 0.5s 3s ease-out forwards, lgx-a-scale--out 0.5s 3s cubic-bezier(0.8, 0, 0.2, 1.4) forwards, lgx-a-shrink--out 0.7s 3s cubic-bezier(0.8, 0, 0.2, 1.4) forwards;
            animation: lgx-a-fade--out 0.5s 3s ease-out forwards, lgx-a-scale--out 0.5s 3s cubic-bezier(0.8, 0, 0.2, 1.4) forwards, lgx-a-shrink--out 0.7s 3s cubic-bezier(0.8, 0, 0.2, 1.4) forwards; }

.rc-supported-status svg {
  height: 16px;
  width: 16px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px; }
  .rc-supported-status svg.is-incomplete {
    fill: #ff6175;
    background-color: #faf0f0; }
  .rc-supported-status svg.is-supported {
    fill: #2bb359;
    background-color: #2bb359; }
  .rc-supported-status svg.is-future {
    fill: #8e8e93;
    background-color: #ffffff; }

/** TODO: remove container class from uiView wrapping div which is still taking from old styles **/
.container {
  margin: initial !important;
  padding: initial !important;
  width: initial !important; }
/*# sourceMappingURL=lgx.css.map */