html {
    box-sizing: border-box;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%
}

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

body {
    background: #fff;
    color: #333;
    font-family: Lato, Trebuchet, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    overflow-x: hidden;
    padding: 0
}

#root,
body,
html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 1rem;
    margin-top: 0
}

img {
    display: block;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    vertical-align: middle
}

textarea {
    border-radius: 0;
    height: auto;
    min-height: 50px
}

select {
    box-sizing: border-box;
    color: inherit;
    width: 100%
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    margin: 0;
    padding: 0
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: underline
}

a:hover {
    color: #02a95c;
    color: #f5977b;
    text-decoration: none
}

pre {
    margin: unset;
    overflow: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: inherit
}

input {
    min-width: 0
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
    text-align: right
}

dt {
    float: left
}

.color-dark-gray,
.color-gray-dark {
    color: #333 !important
}

.color-gray {
    color: #767676 !important
}

.color-gray-60 {
    color: #adadad !important
}

.color-gray-40 {
    color: #c8c8c8 !important
}

.color-white {
    color: #fff !important
}

.color-green {
    color: #02a95c !important
}

.color-purple {
    color: #6d2e91 !important
}

.color-orange {
    color: #f58131 !important
}

.color-red {
    color: #cf364a !important
}

.color-blue {
    color: #106ab3 !important
}

.color-gold {
    color: #fdb72f !important
}

.color-background-gray {
    background-color: #f1f1f1 !important;
    color: #333 !important
}

.color-background-green {
    background-color: #e6f6ef !important;
    color: #008748 !important
}

.color-background-purple {
    background-color: #f0eaf4 !important;
    color: #3a2468 !important
}

.color-background-orange {
    background-color: #fef2ea !important;
    color: #c06828 !important
}

.color-background-red {
    background-color: #faebed !important;
    color: #bc3042 !important
}

.color-background-blue {
    background-color: #e7f0f7 !important;
    color: #07538e !important
}

.color-background-gold {
    background-color: #fff8ea !important;
    color: #c5912c !important
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.mt0 {
    margin-top: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.mt {
    margin-top: .5rem !important
}

.mr {
    margin-right: .5rem !important
}

.mb {
    margin-bottom: .5rem !important
}

.ml {
    margin-left: .5rem !important
}

.mt2x {
    margin-top: 1rem !important
}

.mr2x {
    margin-right: 1rem !important
}

.mb2x {
    margin-bottom: 1rem !important
}

.ml2x {
    margin-left: 1rem !important
}

.mt3x {
    margin-top: 1.5rem !important
}

.mr3x {
    margin-right: 1.5rem !important
}

.mb3x {
    margin-bottom: 1.5rem !important
}

.ml3x {
    margin-left: 1.5rem !important
}

.mt4x {
    margin-top: 2rem !important
}

.mr4x {
    margin-right: 2rem !important
}

.mb4x {
    margin-bottom: 2rem !important
}

.ml4x {
    margin-left: 2rem !important
}

.mt5x {
    margin-top: 2.5rem !important
}

.mr5x {
    margin-right: 2.5rem !important
}

.mb5x {
    margin-bottom: 2.5rem !important
}

.ml5x {
    margin-left: 2.5rem !important
}

.mt6x {
    margin-top: 3rem !important
}

.mr6x {
    margin-right: 3rem !important
}

.mb6x {
    margin-bottom: 3rem !important
}

.ml6x {
    margin-left: 3rem !important
}

.mt7x {
    margin-top: 3.5rem !important
}

.mr7x {
    margin-right: 3.5rem !important
}

.mb7x {
    margin-bottom: 3.5rem !important
}

.ml7x {
    margin-left: 3.5rem !important
}

.mt8x {
    margin-top: 4rem !important
}

.mr8x {
    margin-right: 4rem !important
}

.mb8x {
    margin-bottom: 4rem !important
}

.ml8x {
    margin-left: 4rem !important
}

.pt0 {
    padding-top: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pl0 {
    padding-left: 0 !important
}

.pt {
    padding-top: .5rem !important
}

.pr {
    padding-right: .5rem !important
}

.pb {
    padding-bottom: .5rem !important
}

.pl {
    padding-left: .5rem !important
}

.pt2x {
    padding-top: 1rem !important
}

.pr2x {
    padding-right: 1rem !important
}

.pb2x {
    padding-bottom: 1rem !important
}

.pl2x {
    padding-left: 1rem !important
}

.pt3x {
    padding-top: 1.5rem !important
}

.pr3x {
    padding-right: 1.5rem !important
}

.pb3x {
    padding-bottom: 1.5rem !important
}

.pl3x {
    padding-left: 1.5rem !important
}

.pt4x {
    padding-top: 2rem !important
}

.pr4x {
    padding-right: 2rem !important
}

.pb4x {
    padding-bottom: 2rem !important
}

.pl4x {
    padding-left: 2rem !important
}

.pt5x {
    padding-top: 2.5rem !important
}

.pr5x {
    padding-right: 2.5rem !important
}

.pb5x {
    padding-bottom: 2.5rem !important
}

.pl5x {
    padding-left: 2.5rem !important
}

.pt6x {
    padding-top: 3rem !important
}

.pr6x {
    padding-right: 3rem !important
}

.pb6x {
    padding-bottom: 3rem !important
}

.pl6x {
    padding-left: 3rem !important
}

.pt7x {
    padding-top: 3.5rem !important
}

.pr7x {
    padding-right: 3.5rem !important
}

.pb7x {
    padding-bottom: 3.5rem !important
}

.pl7x {
    padding-left: 3.5rem !important
}

.pt8x {
    padding-top: 4rem !important
}

.pr8x {
    padding-right: 4rem !important
}

.pb8x {
    padding-bottom: 4rem !important
}

.pl8x {
    padding-left: 4rem !important
}

.m {
    margin: .5rem !important
}

.m2x {
    margin: 1rem !important
}

.m3x {
    margin: 1.5rem !important
}

.m4x {
    margin: 2rem !important
}

.m5x {
    margin: 2.5rem !important
}

.m6x {
    margin: 3rem !important
}

.m7x {
    margin: 3.5rem !important
}

.m8x {
    margin: 4rem !important
}

.p {
    padding: .5rem !important
}

.p2x {
    padding: 1rem !important
}

.p3x {
    padding: 1.5rem !important
}

.p4x {
    padding: 2rem !important
}

.p5x {
    padding: 2.5rem !important
}

.p6x {
    padding: 3rem !important
}

.p7x {
    padding: 3.5rem !important
}

.p8x {
    padding: 4rem !important
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 900
}

.heading-1,
h1 {
    font-size: 2rem;
    line-height: 1.25
}

.heading-2,
h2 {
    font-size: 1.375rem;
    line-height: 1.36
}

.heading-3,
.heading-4,
.heading-5,
.heading-6,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    line-height: 1.5
}

p {
    line-height: 1.5
}

sup {
    font-size: .45em;
    vertical-align: top
}

.list-unstyled {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0
}

.dot-sep {
    margin-left: .5rem;
    margin-right: .5rem
}

.text-regular {
    font-size: 1rem;
    line-height: 1.5
}

.text-small {
    font-size: .875rem;
    line-height: 1.71
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.weight-400 {
    font-weight: 400
}

.weight-900,
strong {
    font-weight: 900
}

.truncate-single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.break-word {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word
}

.text-underline {
    text-decoration: underline
}

.text-no-underline {
    text-decoration: none
}

.text-stat {
    font-size: .875rem;
    line-height: 1.21
}

.text-stat-value {
    color: #333;
    font-weight: 900
}

.text-stat-title {
    color: #767676;
    font-weight: 400
}

.text-mono {
    font-family: Courier New, Courier, monospace
}

.crop-line-height {
    line-height: 1.5
}

.crop-line-height:after,
.crop-line-height:before {
    content: "";
    display: block;
    height: 0;
    width: 0
}

.crop-line-height:before {
    margin-bottom: -.375em
}

.crop-line-height:after {
    margin-top: -.375em
}

.global-wrapper {
    margin: 0 auto;
    max-width: 48rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media print,
screen and (min-width:60em) {
    .global-wrapper {
        max-width: 60rem
    }
}

@media screen and (min-width:72em) {
    .global-wrapper {
        max-width: 72rem
    }
}

.grid-columns {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-rows: auto
}

.grid-columns--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-columns--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-columns--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media screen and (max-width:59.99875em) {

    .grid-columns--2.grid-columns--for-large,
    .grid-columns--3.grid-columns--for-large,
    .grid-columns--4.grid-columns--for-large {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

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

.max-width-360 {
    max-width: 22.5rem
}

@media screen and (max-width:47.99875em) {
    .max-width-360--for-small {
        max-width: 22.5rem
    }
}

.width-full {
    width: 100%
}

.width-auto {
    width: auto
}

.min-height-100vh {
    min-height: 100vh
}

.height-100vh {
    height: 100vh
}

.height-auto {
    height: auto
}

.position-relative {
    position: relative
}

.position-fixed {
    position: fixed
}

.position-absolute {
    position: absolute
}

.position-static {
    position: static
}

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

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

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

.justify-around {
    justify-content: space-around
}

.justify-evenly {
    justify-content: space-evenly
}

.align-start {
    align-items: flex-start
}

.align-end {
    align-items: flex-end
}

.align-center {
    align-items: center
}

.align-stretch {
    align-items: stretch
}

.align-baseline {
    align-items: baseline
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

.align-self-start {
    align-self: flex-start
}

.align-self-end {
    align-self: flex-end
}

.align-self-center {
    align-self: center
}

.align-self-stretch {
    align-self: stretch
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-child-full {
    flex: 0 0 100%
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.disp-block {
    display: block !important
}

.disp-flex,
.flex-container {
    display: flex !important
}

.disp-inherit {
    display: inherit
}

.disp-inline {
    display: inline !important
}

.disp-inline-block {
    display: inline-block !important
}

.disp-inline-flex {
    display: inline-flex !important
}

.disp-none,
.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:47.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),
screen and (min-width:48em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:48em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:47.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width:48em)and (max-width:59.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:47.99875em),
screen and (min-width:60em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width:60em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:59.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width:60em)and (max-width:71.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:59.99875em),
screen and (min-width:72em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width:72em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:71.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:72em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:71.99875em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px
}

.show-on-focus:active,
.show-on-focus:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static !important;
    white-space: normal;
    width: auto
}

.rounded-large {
    border-radius: 1rem
}

.hover-green:hover {
    color: #02a95c;
    text-decoration: none
}

.btn-max-width {
    max-width: 22.5rem
}

@media screen and (max-width:47.99875em) {
    .btn-max-width--for-small {
        max-width: 22.5rem
    }
}

.rounded {
    border-radius: .25rem
}

.a-bbb-logo-wrapper {
    align-items: center;
    border: 1px solid #adadad;
    border-radius: .5rem;
    display: grid;
    font-size: 12px;
    grid-template-columns: 50px auto;
    grid-template-rows: auto;
    justify-items: center;
    line-height: 1.25;
    overflow: hidden;
    width: 164px
}

.a-bbb-logo {
    align-self: center;
    color: #adadad;
    justify-self: center
}

.a-bbb-logo .a-icon {
    font-size: 2.5rem
}

.a-bbb-text {
    background: #adadad;
    color: #fff;
    line-height: 1rem;
    padding: .75rem 1rem;
    text-align: left;
    text-transform: uppercase
}

.a-campaign-title {
    margin-bottom: 0
}

@media screen and (max-width:59.99875em) {
    .a-campaign-title {
        font-size: 1.375rem;
        line-height: 1.33
    }
}

@media print,
screen and (min-width:60em) {
    .a-donation-details {
        border: 1px solid #c8c8c8;
        border-radius: .25rem;
        margin-bottom: 1rem;
        padding: 1rem
    }
}

.a-icon-avatar {
    border-radius: 50%;
    display: inline-block;
    height: 2.5rem;
    position: relative;
    width: 2.5rem
}

.a-icon-avatar .a-icon {
    font-size: 1.25rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.background-light-purple {
    background-color: #f0eaf4
}

.a-photo-field-item {
    aspect-ratio: 1;
    position: relative
}

.a-photo-field-item-thumbnail {
    display: block;
    width: 100%
}

.a-photo-field-item-delete-button {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    padding: .4375rem;
    position: absolute;
    right: -.75rem;
    top: -.75rem
}

.a-photo-field-item-delete-button:hover {
    background-color: #e4e4e4
}

.a-photo-field-item-delete-button-icon {
    height: .625rem;
    width: .625rem
}

.a-post-donate-confirmation-hopin-backgroud {
    background-color: #f8f8f8
}

.a-skeleton-gradient {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: skeletonShimmy;
    animation-name: skeletonShimmy;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(90deg, #ddd, #e1e1e1 21.08%, #e4e4e4 48.96%, #ddd);
    background-size: 1000px 640px;
    min-height: 1em;
    position: relative
}

@-webkit-keyframes skeletonShimmy {
    0% {
        background-position: 500px 0
    }

    to {
        background-position: -500px 0
    }
}

@keyframes skeletonShimmy {
    0% {
        background-position: 500px 0
    }

    to {
        background-position: -500px 0
    }
}

.a-slide-in-animation {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes slideIn {
    25% {
        opacity: 0
    }

    50% {
        height: 55px;
        padding-bottom: .75rem
    }

    to {
        height: 55px;
        opacity: 1;
        padding-bottom: .75rem
    }
}

@keyframes slideIn {
    25% {
        opacity: 0
    }

    50% {
        height: 55px;
        padding-bottom: .75rem
    }

    to {
        height: 55px;
        opacity: 1;
        padding-bottom: .75rem
    }
}

.a-toggle-switch {
    background-color: #fff;
    border: .125rem solid #c8c8c8;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    height: 2rem;
    padding: .125rem;
    width: 3.375rem
}

.a-toggle-switch--on {
    background-color: #02a95c;
    border-color: #02a95c
}

.a-toggle-switch-inner {
    background-color: #c8c8c8;
    border-radius: 1rem;
    display: flex;
    height: 1.5rem;
    width: 1.5rem
}

.a-toggle-switch-inner--on {
    background-color: #fff
}

.m-campaign-byline-members {
    align-items: center;
    display: flex
}

.m-campaign-byline-avatar-stack {
    margin-right: 1rem
}

.m-campaign-byline-team-avatar-container {
    align-items: center;
    align-self: center;
    color: #c5912c;
    display: flex;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 2px
}

.m-campaign-byline-team-avatar {
    font-size: 8px;
    margin-right: .25rem
}

.m-campaign-lite-byline-meta {
    font-size: 1rem !important;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.m-campaign-lite-byline-meta .m-meta-list-item:not(:first-child):before {
    border-color: #767676
}

.m-claim-business-byline {
    text-align: center
}

.m-smb-grant-byline {
    align-items: center;
    display: flex
}

.m-smb-grant-byline-icon {
    background-color: #6d2e91;
    flex-shrink: 0
}

@media screen and (max-width:59.99875em) {
    .m-smb-grant-text {
        display: flex;
        flex-direction: column
    }
}

@media screen and (max-width:59.99875em) {
    .m-smb-grant-first-line {
        font-weight: 900
    }
}

.m-campaign-members-header {
    align-items: flex-start;
    display: flex !important
}

@media print,
screen and (min-width:60em) {
    .m-campaign-members-header {
        align-items: center
    }
}

.m-gallery-header-author .a-avatar {
    font-size: .8em
}

@media print,
screen and (min-width:60em) {
    .m-campaign-members-header-title {
        align-items: center;
        display: flex
    }

    .m-campaign-members-header-button {
        margin-top: .25rem
    }
}

.m-campaign-members-main {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-areas: "organizer""contact";
    grid-template-columns: auto;
    grid-template-rows: auto
}

@media print,
screen and (min-width:60em) {
    .m-campaign-members-main {
        -ms-grid-columns: 1fr 1fr;
        grid-template-areas: "organizer contact";
        grid-template-columns: auto auto
    }
}

.m-campaign-members-main--has-beneficiary {
    grid-template-areas: "organizer""contact""beneficiary"
}

@media print,
screen and (min-width:60em) {
    .m-campaign-members-main--has-beneficiary {
        grid-column-gap: 2rem;
        grid-template-areas: "organizer beneficiary""contact contact";
        grid-template-columns: 1fr 1fr
    }
}

.m-campaign-members-main--charity-organized {
    grid-template-areas: "beneficiary""contact"
}

@media print,
screen and (min-width:60em) {
    .m-campaign-members-main--charity-organized {
        grid-template-areas: "beneficiary contact"
    }
}

.m-campaign-members-main--isUnclaimed {
    grid-template-areas: "beneficiary"
}

@media print,
screen and (min-width:60em) {
    .m-campaign-members-main--isUnclaimed {
        grid-template-areas: "beneficiary""contact";
        grid-template-columns: 1fr
    }
}

.m-campaign-members-main-organizer {
    display: flex;
    grid-area: organizer
}

.m-campaign-members-main-organizer .m-person-info {
    flex-grow: 1
}

@media screen and (max-width:59.99875em) {
    .m-campaign-members-main-arrow {
        display: none
    }
}

.m-campaign-members-main-beneficiary {
    grid-area: beneficiary
}

.m-campaign-members-main-contact {
    grid-area: contact
}

@media screen and (max-width:59.99875em) {
    .m-campaign-members-main-contact {
        margin-left: 3.5rem
    }
}

@media print,
screen and (min-width:60em) {
    .m-campaign-members-main-contact {
        margin-top: .5rem;
        text-align: right
    }
}

.m-campaign-members-main--has-beneficiary .m-campaign-members-main-contact {
    margin-left: 3.5rem;
    margin-top: 0;
    text-align: left
}

@media print,
screen and (min-width:60em) {
    .m-campaign-members-main--charity-organized .m-campaign-members-main-contact {
        margin-bottom: auto;
        margin-top: auto;
        text-align: right
    }
}

.m-campaign-members-team {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
    grid-template-rows: auto
}

@media print,
screen and (min-width:60em) {
    .m-campaign-members-team {
        grid-column-gap: 2rem;
        grid-template-columns: 1fr 1fr
    }

    .m-campaign-members-team>:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1
    }

    .m-campaign-members-team>:nth-child(2) {
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }

    .m-campaign-members-team>:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2
    }

    .m-campaign-members-team>:nth-child(4) {
        -ms-grid-column: 3;
        -ms-grid-row: 2
    }
}

.m-campaign-metadata-indicator {
    border-bottom: 1px solid #c8c8c8;
    height: 0;
    opacity: 0
}

@media screen and (max-width:47.99875em) {
    .m-campaign-metadata-indicator {
        margin-bottom: .75rem
    }
}

@-webkit-keyframes cycleThrough {
    0% {
        opacity: 0
    }

    7% {
        opacity: 1
    }

    85% {
        opacity: 1
    }

    93% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes cycleThrough {
    0% {
        opacity: 0
    }

    7% {
        opacity: 1
    }

    85% {
        opacity: 1
    }

    93% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.m-campaign-metadata-indicator-slide-deck--cycle {
    -webkit-animation: cycleThrough 3s linear;
    animation: cycleThrough 3s linear;
    opacity: 0
}

.m-campaign-sidebar-notification {
    font-size: .875rem;
    margin-bottom: 1rem
}

@media screen and (max-width:59.99875em) {
    .m-campaign-sidebar-notification {
        border-radius: 0
    }
}

@media print,
screen and (min-width:60em) {
    .m-campaign-sidebar-notification {
        margin-top: 1rem
    }
}

.m-card-inner {
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    padding: 1rem
}

.m-card-title {
    min-height: 3rem
}

.m-charity-modal-button {
    margin-left: 3.5rem
}

.m-campaign-members-main-modal-item {
    margin-top: 1rem
}

.m-clipboard-field-content {
    max-height: 240px;
    position: relative
}

.m-clipboard-field-label {
    background: #fff;
    color: initial;
    left: 1rem;
    padding-left: .25rem;
    padding-right: .25rem;
    position: absolute;
    top: -.6rem
}

@media print,
screen and (min-width:60em) {
    .m-clipboard-field-label {
        font-size: .875rem
    }
}

.m-clipboard-field-text-area {
    min-height: 6rem
}

.m-clipboard-field--stacked .m-clipboard-field-content {
    margin-bottom: 1.5rem
}

.m-clipboard-field-inner,
.m-clipboard-field-text {
    width: 100%
}

.m-clipboard-field-text-icon {
    font-size: 1.3125rem
}

.m-clipboard-field--inline .m-clipboard-field-inner {
    display: flex
}

.m-clipboard-field--inline .m-clipboard-field-content {
    flex: 1 1 auto;
    margin-right: 1rem
}

.m-clipboard-field--inline .m-clipboard-field-button {
    min-width: 7rem
}

.m-clipboard-field-text--tips,
.m-clipboard-field-text-tips {
    align-items: flex-start
}

.m-clipboard-field-text-tips {
    display: flex;
    flex-direction: column;
    text-align: left
}

.m-clipboard-field-fb {
    width: 100%
}

.m-clipboard-field-fb-icon {
    font-size: 1.3125rem;
    margin-right: 1rem
}

.m-clipboard-field-fb-reveal {
    margin-left: 2.625rem
}

.m-clipboard-field-fb-close {
    position: absolute;
    right: 1rem
}

.m-clipboard-field-fb-popover .m-popover-content {
    width: 400%
}

.m-clipboard-tips-link:hover {
    color: #333
}

.m-clipboard-tips {
    align-items: center;
    flex-direction: column
}

.m-clipboard-tips,
.m-clipboard-tips-icons {
    display: flex;
    width: 100%
}

.m-clipboard-tips-icons {
    font-size: 2rem;
    justify-content: space-between;
    max-width: 18rem
}

.m-collage-image {
    border-radius: .25rem;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    width: 100%
}

.m-collage-image .a-image--background {
    position: absolute;
    top: 0
}

.m-collage-image--button {
    cursor: pointer
}

.m-collage-image--1by1 {
    padding-top: 100%
}

.m-collage-image--3by2 {
    padding-top: 66.6666667%
}

.m-collage-image--show-more:after {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    color: #fff;
    content: "";
    display: flex;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: underline;
    top: 0
}

@media screen and (max-width:47.99875em) {
    .m-collage-image-playbutton {
        font-size: .625rem
    }
}

.m-comment {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: .25rem;
    grid-template-areas: "comment-avatar comment-header""comment-content comment-content""comment-footer comment-footer";
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto
}

@media print,
screen and (min-width:60em) {
    .m-comment {
        grid-template-areas: "comment-avatar comment-header""comment-avatar comment-content"". comment-footer";
        grid-template-columns: 40px 1fr;
        grid-template-rows: auto
    }
}

.m-comment-header {
    align-self: center;
    grid-area: comment-header
}

.m-comment-avatar {
    grid-area: comment-avatar
}

.m-comment-content {
    grid-area: comment-content;
    margin-bottom: 1rem;
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word
}

.m-comment-footer {
    grid-area: comment-footer
}

.m-comment-footer .m-meta-list {
    margin-top: -1rem
}

.m-comment-footer .m-meta-list-item {
    margin-top: 1rem
}

.m-comment-footer .a-button {
    align-items: flex-end;
    display: flex;
    text-decoration: underline
}

.m-comment-header {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-areas: "comment-description comment-pin""comment-flair comment-pin";
    grid-template-columns: auto 25px;
    grid-template-rows: auto
}

.m-comment-description {
    grid-area: comment-description
}

.m-comment-pin {
    grid-area: comment-pin
}

.m-comment-flair {
    color: #767676;
    font-size: 14px;
    font-style: italic;
    grid-area: comment-flair;
    margin-top: .25rem
}

.m-competitor-banner {
    background-color: #e7f0f7;
    border-radius: .25rem;
    padding: 1rem
}

@media print,
screen and (min-width:60em) {
    .m-competitor-banner {
        padding: 1.5rem
    }
}

.m-create-share-list {
    align-items: center
}

@media screen and (max-width:59.99875em) {
    .m-create-share-list .m-create-share-list-item {
        padding-bottom: .75rem;
        padding-top: .75rem
    }

    .m-create-share-list .m-create-share-list-item:not(:last-child) {
        border-bottom: 1px solid #c8c8c8
    }
}

@media print,
screen and (min-width:60em) {
    .m-create-share-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 1.5rem !important;
        padding-top: 1.5rem
    }

    .m-create-share-list .m-create-share-list-item {
        padding-bottom: 1.5rem;
        width: 25%
    }
}

@media screen and (max-width:59.99875em) {
    .m-create-share-list--arrow .m-create-share-list-item {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

.m-donation-meta .m-meta-list-item,
.m-donation-meta .m-meta-list-item:not(:first-child):before {
    margin-right: .5rem
}

@media print,
screen and (min-width:60em) {
    .m-donation-comment-display {
        border: 1px solid #c8c8c8;
        border-radius: .25rem;
        margin-bottom: 1rem
    }
}

.m-donation-comment-display-avatar {
    padding-bottom: 1rem
}

@media print,
screen and (min-width:60em) {
    .m-donation-comment-display-avatar {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem
    }
}

.m-donation-comment-display-status {
    border-top: 1px solid #c8c8c8;
    padding-top: 1rem
}

@media print,
screen and (min-width:60em) {
    .m-donation-comment-display-status {
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media print,
screen and (min-width:60em) {
    .m-donation-comment-edit {
        border: 1px solid #c8c8c8;
        border-radius: .25rem;
        margin-bottom: 1rem;
        padding: 1rem
    }
}

.m-donation-comment-edit-name-container {
    flex-direction: column
}

@media print,
screen and (min-width:60em) {
    .m-donation-comment-edit-name-container {
        flex-direction: row
    }
}

.m-donation-comment-edit-first-name-label>.m-form-field-inner,
.m-donation-comment-edit-last-name-label>.m-form-field-inner {
    position: relative
}

.m-donation-comment-edit-first-name-label>.m-form-field-inner>.m-form-field-label,
.m-donation-comment-edit-last-name-label>.m-form-field-inner>.m-form-field-label {
    background-color: #fff;
    left: .875rem;
    padding-left: .125rem;
    padding-right: .125rem;
    position: absolute;
    top: -.625rem
}

.m-donation-comment-edit-comment textarea#m-donation-comment-edit-comment-with-photos,
.m-donation-comment-edit-comment textarea#m-donation-comment-edit-comment-without-photos {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.m-donation-comment-edit-first-name-label {
    margin-bottom: 1.5rem;
    margin-right: 0
}

@media print,
screen and (min-width:60em) {
    .m-donation-comment-edit-first-name-label {
        margin-bottom: 0;
        margin-right: 1rem
    }
}

.m-donation-comment-edit-button-container {
    flex-direction: column-reverse
}

@media print,
screen and (min-width:60em) {
    .m-donation-comment-edit-button-container {
        flex-direction: row
    }
}

.m-donation-comment-edit-cancel-button {
    margin-right: 0;
    margin-top: .5rem
}

@media print,
screen and (min-width:60em) {
    .m-donation-comment-edit-cancel-button {
        margin-right: .5rem;
        margin-top: 0
    }
}

.m-donation-comment-edit-photos {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    padding-bottom: .5rem;
    padding-right: .8125rem;
    padding-top: 1.5rem;
    row-gap: 1.5rem
}

.m-donation-comment-edit-photos:hover {
    background-color: transparent !important
}

@media print,
screen and (min-width:48em) {
    .m-donation-comment-edit-photos {
        grid-template-columns: repeat(7, 1fr)
    }
}

@media print,
screen and (min-width:60em) {
    .m-donation-comment-edit-photos {
        grid-template-columns: repeat(4, 1fr)
    }
}

.m-donation-comment-photos-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    height: 100%;
    top: 0;
    width: 100%
}

@media print,
screen and (min-width:60em) {
    .m-donation-notifications {
        border: 1px solid #c8c8c8;
        border-radius: .25rem;
        padding: 1rem
    }
}

.m-donation-suggestion-card-link {
    text-decoration: none
}

.m-donation-suggestion-card {
    border-radius: .25rem;
    padding-bottom: 1rem;
    padding-top: 1rem
}

@media print,
screen and (min-width:60em) {
    .m-donation-suggestion-card {
        box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
        margin-bottom: 4rem;
        padding: 2rem
    }
}

.m-donation-suggestion-card-header {
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 0
}

@media print,
screen and (min-width:60em) {
    .m-donation-suggestion-card-header {
        font-size: 1.375rem;
        line-height: 1.5rem;
        margin-bottom: .5rem
    }
}

.m-donation-suggestion-card-icon {
    flex-shrink: 0;
    margin-right: 1rem;
    width: 3.3125rem
}

@media print,
screen and (min-width:60em) {
    .m-donation-suggestion-card-icon {
        margin-right: 2rem;
        width: 6.125rem
    }
}

.m-gallery-content {
    color: #fff;
    position: relative
}

.m-gallery-content-inner {
    background: #333;
    height: 100%
}

@media print,
screen and (min-width:60em) {
    .m-gallery-content-inner {
        border-radius: .5rem;
        display: grid;
        grid-template-columns: 66% 34%;
        grid-template-rows: 100%;
        overflow: hidden
    }
}

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

@media screen and (max-width:59.99875em) {
    .m-gallery-content-image {
        height: 100%
    }
}

@media print,
screen and (min-width:60em) {
    .m-gallery-content-image .a-image {
        max-width: 542px
    }
}

@media screen and (min-width:72em) {
    .m-gallery-content-image .a-image {
        max-width: 666px
    }
}

.m-gallery-content-info {
    display: flex;
    flex-direction: column;
    padding: 1rem
}

@media screen and (max-width:59.99875em) {
    .m-gallery-content-info {
        background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .7));
        bottom: 3.5rem;
        padding-top: 4rem;
        position: absolute;
        width: 100%
    }
}

@media print,
screen and (min-width:60em) {
    .m-gallery-content-info {
        padding: 2rem 2rem 3rem;
        position: relative
    }
}

@media screen and (max-width:59.99875em) {
    .m-gallery-content-info--is-open {
        background: rgba(0, 0, 0, .7);
        padding-top: 3rem;
        top: 3.5rem
    }
}

@media print,
screen and (min-width:60em) {
    .m-gallery-content-info--is-open .m-gallery-content-author {
        min-height: 2.6875rem
    }
}

.m-gallery-content-author {
    margin-bottom: 2rem
}

.m-gallery-content-text {
    overflow-y: auto;
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word
}

.m-gallery-content-index {
    bottom: 1rem;
    position: absolute;
    right: 2rem
}

@media print,
screen and (min-width:60em) {
    .m-gallery-content-arrow {
        padding: 1rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

.m-gallery-content-arrow--left {
    left: -4.5rem
}

.m-gallery-content-arrow--right {
    right: -4.5rem
}

.m-gallery-footer {
    color: #fff
}

@media screen and (max-width:59.99875em) {
    .m-gallery-footer {
        border-top: 1px solid #767676
    }
}

.m-gallery-footer-nav {
    align-items: center;
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    display: flex;
    height: 100%;
    padding: .5rem 1rem
}

.m-gallery-footer-index {
    flex-grow: 1;
    text-align: center
}

.m-gallery-carousel {
    overflow: hidden;
    padding-top: 4.375rem;
    position: relative;
    width: 100%
}

@media screen and (min-width:72em) {
    .m-gallery-carousel {
        padding-top: 5.625rem
    }
}

.m-gallery-carousel-slide {
    display: flex;
    padding-bottom: .5rem;
    position: absolute;
    top: 0;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955)
}

.m-gallery-carousel-item {
    border: 1px solid transparent;
    height: 3.375rem;
    margin: .25rem;
    position: relative;
    width: 5rem
}

.m-gallery-carousel-item:after {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.m-gallery-carousel-item:hover:after {
    display: none
}

@media screen and (min-width:72em) {
    .m-gallery-carousel-item {
        height: 4.625rem;
        width: 6.25rem
    }
}

.m-gallery-carousel-item--is-active {
    border: 1px solid #fff
}

.m-gallery-carousel-item--is-active:after {
    display: none
}

.m-gallery-carousel-item-button {
    display: block;
    height: 100%;
    width: 100%
}

.m-gallery-carousel-arrows {
    margin: .25rem;
    text-align: right
}

.m-gallery-carousel-playbutton {
    font-size: .375rem
}

.m-gallery-header {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row-reverse
}

@media screen and (max-width:59.99875em) {
    .m-gallery-header {
        background: rgba(0, 0, 0, .7);
        border-bottom: 1px solid #767676;
        padding: .5rem 1rem
    }
}

.m-gallery-header-author .m-person-info-content-child:first-child span {
    padding-right: 0 !important
}

.m-gallery-header-close {
    align-items: center;
    display: flex;
    font-size: 1.3em;
    padding: .5rem
}

.m-gallery-header-author {
    flex-grow: 1
}

.m-gdpr-alert-banner {
    border-bottom: 1px solid #c8c8c8;
    font-size: .875rem
}

.m-gdpr-alert-banner-wrapper {
    align-items: center;
    justify-content: center
}

@media screen and (max-width:47.99875em) {
    .m-gdpr-alert-banner-wrapper {
        align-items: flex-start;
        flex-direction: column
    }
}

@media screen and (max-width:59.99875em) {
    .m-gdpr-alert-banner-text {
        margin-bottom: .5rem
    }
}

@media print,
screen and (min-width:48em) {
    .m-gdpr-alert-banner-text {
        margin-right: 1.5rem
    }
}

.m-gdpr-alert-banner-button {
    font-size: .8125rem;
    font-weight: 900;
    line-height: 1.375rem;
    max-width: 100%;
    padding: .25rem 1.5rem;
    white-space: nowrap;
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .m-gdpr-alert-banner-button {
        max-width: 140px;
        width: 18%
    }
}

.m-gdpr-alert-banner-manage {
    cursor: pointer;
    text-decoration: underline
}

.m-gdpr-modal-inner {
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
    width: 100vw
}

@media screen and (max-width:47.99875em) {
    .m-gdpr-modal-inner {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0
    }
}

@media print,
screen and (min-width:48em) {
    .m-gdpr-modal-inner {
        border-radius: .25rem;
        max-height: 80vh;
        max-width: 35rem
    }
}

@media print,
screen and (min-width:48em)and (min-height:800px) {
    .m-gdpr-modal-inner {
        max-height: 800px
    }
}

.m-gdpr-modal-content {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem
}

@media print,
screen and (min-width:60em) {
    .m-gdpr-modal-content {
        margin-top: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem
    }
}

.m-gdpr-cookie-modal-small-text .m-form-field-inner {
    align-items: end
}

.m-gdpr-modal-header {
    align-items: baseline
}

.m-gdpr-cookie-modal-footer {
    box-shadow: 0 -2px 2px rgba(51, 51, 51, .1);
    flex-shrink: 0;
    padding-bottom: 1rem;
    padding-top: 1rem
}

@media print,
screen and (min-width:60em) {
    .m-gdpr-cookie-modal-footer {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }
}

.m-gdpr-cookie-modal-button-container {
    width: 100%
}

@media print,
screen and (min-width:60em) {
    .m-gdpr-cookie-modal-button-container {
        width: 70%
    }
}

.m-guidance-card {
    background-color: #fff;
    border: .5px solid #c8c8c8;
    border-radius: .125rem;
    margin-right: 1.5rem;
    padding: 1.5rem;
    width: 20.8125rem
}

@media screen and (max-width:59.99875em) {
    .m-guidance-card {
        margin-left: .75rem;
        margin-right: .75rem;
        padding: 1rem
    }
}

@media print,
screen and (min-width:60em) {
    .m-guidance-card-content {
        margin-bottom: 1rem
    }
}

.m-guidance-button-container {
    flex-grow: 1
}

.m-guidance-card-icon {
    margin-right: .75rem;
    width: 2rem
}

@media print,
screen and (min-width:60em) {
    .m-guidance-card-icon {
        margin-right: 1.5rem;
        width: 3rem
    }
}

.m-guidance-card-disabled {
    cursor: default
}

.m-image-upload-preview {
    border: 1px solid #c8c8c8;
    border-bottom: 0;
    justify-content: space-between;
    overflow: hidden;
    padding: .75rem 1rem;
    position: relative
}

.m-image-upload-preview:first-child {
    border-top: 0
}

.m-image-upload-preview:last-child {
    border-bottom: 1px solid #c8c8c8
}

.m-image-upload-preview-image {
    border-radius: .25rem;
    height: 2.5rem;
    position: relative;
    width: 3.3125rem
}

.m-image-upload-preview-button {
    border: 1px solid #fff;
    cursor: pointer;
    font-size: .875rem;
    height: 1.5rem;
    justify-content: center;
    width: 1.5rem
}

.m-person-loading {
    display: flex
}

.m-person-loading-avatar {
    align-content: center;
    background-color: #c8c8c8;
    border-radius: 50%;
    flex-shrink: 0;
    height: 2.5rem;
    width: 2.5rem
}

.m-person-loading-content {
    width: 100%
}

.m-person-loading-content-child {
    background-color: #c8c8c8;
    height: 1rem
}

.m-person-loading-content-child:first-child {
    width: 80%
}

.m-person-loading-content-child:last-child {
    margin-top: .5rem;
    width: 30%
}

.m-person-loading-list {
    position: relative
}

.m-person-loading-list-fade {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.m-person-loading-list-item:not(:last-child) {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.m-popover {
    position: relative
}

.m-popover--inline {
    display: inline-flex
}

.m-popover--full {
    display: block
}

.m-popover-content {
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    font-size: 1rem;
    overflow: hidden;
    padding: 1rem;
    position: absolute;
    transition: ease-in-out;
    width: 200px;
    z-index: 10
}

@media screen and (max-width:47.99875em) {
    .m-popover-content {
        height: 0;
        width: 0
    }
}

.m-popover-content--top {
    top: -1rem;
    transform: translateY(-100%)
}

.m-popover-content--bottom {
    bottom: -.9375rem;
    transform: translateY(100%)
}

@media print,
screen and (min-width:48em) {
    .m-popover-content--top.m-popover-content--center {
        left: 50%;
        transform: translate(-50%, -100%)
    }

    .m-popover-content--bottom.m-popover-content--center {
        left: 50%;
        transform: translate(-50%, 100%)
    }

    .m-popover-content--top.m-popover-content--left {
        left: 0;
        transform: translateY(-100%)
    }

    .m-popover-content--bottom.m-popover-content--left {
        left: 0;
        transform: translateY(100%)
    }

    .m-popover-content--top.m-popover-content--right {
        right: 0;
        transform: translateY(-100%)
    }

    .m-popover-content--bottom.m-popover-content--right {
        right: 0;
        transform: translateY(100%)
    }
}

.m-popover--dark .m-popover-content {
    background: #333;
    box-shadow: none;
    color: #fff
}

.m-popover--dark .m-popover-button--pop-arrow:after {
    background: #333;
    content: "";
    height: 1rem;
    opacity: 0;
    position: absolute;
    transition: ease-in-out;
    width: 1rem
}

.m-popover-content--bottom+.m-popover-button--pop-arrow:after,
.m-popover-content--top+.m-popover-button--pop-arrow:after {
    left: 50%;
    opacity: 1
}

.m-popover-content--top+.m-popover-button--pop-arrow:after {
    top: -.5rem;
    transform: translate(-50%, -100%) rotate(-45deg)
}

.m-popover-content--bottom+.m-popover-button--pop-arrow:after {
    bottom: -1.5rem;
    transform: translateX(-50%) rotate(-45deg)
}

.m-progress-meter {
    display: grid
}

.m-progress-meter .a-progress-bar {
    margin-bottom: .5rem
}

.m-progress-meter-heading {
    line-height: .8;
    margin-bottom: .25rem;
    margin-top: .25rem
}

.m-progress-meter-heading--exp {
    display: flex;
    justify-content: space-between;
    line-height: .8;
    margin-bottom: .5rem;
    margin-top: .25rem
}

.m-progress-meter-suggest-tag {
    font-size: .875rem;
    line-height: 1.5rem
}

.m-select-field-label,
.m-upload-field-label {
    display: block;
    line-height: 1.3;
    padding-bottom: .25rem;
    padding-left: .25rem
}

.m-share-list {
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8
}

@media screen and (max-width:59.99875em) {
    .m-share-list .m-share-list-item {
        padding-bottom: .75rem;
        padding-top: .75rem
    }

    .m-share-list .m-share-list-item:not(:last-child) {
        border-bottom: 1px solid #c8c8c8
    }
}

@media print,
screen and (min-width:60em) {
    .m-share-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 1.5rem !important;
        padding-top: 1.5rem
    }

    .m-share-list .m-share-list-item {
        padding-bottom: 1.5rem;
        width: 25%
    }
}

@media screen and (max-width:59.99875em) {
    .m-share-list--arrow .m-share-list-item {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media screen and (max-width:59.99875em) {
    .m-sheet-samp {
        text-align: center
    }

    .m-sheet-samp-image {
        display: flex;
        justify-content: center
    }
}

.m-sheet-samp-title {
    margin-bottom: .25rem
}

@media screen and (max-width:59.99875em) {
    .m-social-stats {
        border-top: 1px solid #c8c8c8;
        padding-top: .5rem
    }
}

.m-social-stats-tan {
    margin-bottom: 3rem
}

.m-social-stats-tan .m-meta-list {
    justify-content: space-between
}

@media screen and (max-width:59.99875em) {
    .m-social-stats-tan {
        border-top: none
    }

    .m-social-stats-tan .m-meta-list {
        padding-top: .5rem
    }
}

@media print,
screen and (min-width:60em) {
    .m-social-stats-tan {
        align-items: center;
        display: flex
    }

    .m-social-stats-tan .m-meta-list {
        flex-grow: 1;
        padding-left: 3rem
    }

    .m-social-stats-tan .m-meta-list-item {
        border-left: 1px solid #c8c8c8;
        flex-grow: 1;
        margin-right: 0
    }

    .m-social-stats-tan .text-stat {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:59.99875em) {
    .m-social-stats-tan-title {
        padding-bottom: 1rem
    }
}

.m-social-stat-item-title {
    display: block
}

.m-social-stat-item-button:hover span {
    color: #02a95c !important;
    text-decoration: none !important
}

.m-sticky-cta {
    position: relative
}

.m-sticky-cta-inner {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    opacity: 0;
    padding: 1rem;
    position: absolute;
    transform: translateY(-120px);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 100%
}

@media print,
screen and (min-width:60em) {
    .m-sticky-cta-inner {
        display: none
    }
}

.m-sticky-cta--is-open .m-sticky-cta-inner {
    opacity: 1;
    transform: translateY(0)
}

.m-update-info {
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem
}

@media print,
screen and (min-width:60em) {
    .m-update-info {
        align-items: center;
        flex-direction: row
    }
}

.m-update-info-name {
    text-transform: capitalize
}

.m-update-content {
    overflow-wrap: anywhere;
    word-break: break-word
}

@media print, screen and (min-width:48em) {
    .m-update--featured .m-update-content {
        background: #fbf8f6;
        border-radius: .25rem;
        margin-left: 1rem;
        padding: 1.5rem
    }
}

.m-update--featured .m-update-info {
    margin-left: 1rem
}

.m-update-continue-reading-button,
.m-update-see-older-button {
    cursor: pointer
}

.m-value-prop {
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: "icon content";
    grid-template-columns: 57px auto;
    grid-template-rows: auto
}

.m-value-prop .a-link {
    white-space: nowrap
}

.m-value-prop-icon {
    font-size: 3em;
    grid-area: icon;
    height: 3.5625rem;
    width: 3.5625rem
}

.m-value-prop-content {
    grid-area: content
}

.o-campaign-description-competitor-warning {
    background-color: #9fc3e1;
    border-radius: .25rem;
    padding: 1rem
}

@media print,
screen and (min-width:60em) {
    .o-campaign-description-competitor-warning {
        padding: 1.5rem
    }
}

.o-campaign-story {
    overflow: hidden;
    overflow-wrap: break-word;
    position: relative;
    word-break: break-word
}

.o-campaign-story:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
    bottom: 0;
    content: "";
    display: block;
    height: 2rem;
    position: absolute;
    width: 100%
}

@media print,
screen and (min-width:60em) {
    .o-campaign-story:after {
        background: linear-gradient(180deg, rgba(251, 248, 246, 0) 0, #fbf8f6)
    }
}

.o-campaign-story .iframe-wrapper,
.o-campaign-story img {
    margin-left: auto;
    margin-right: auto;
    max-height: 490px;
    max-width: 490px
}

@media screen and (max-width:47.99875em) {

    .o-campaign-story .iframe-wrapper,
    .o-campaign-story img {
        max-width: 100%
    }
}

.o-campaign-story .iframe-wrapper:not(:last-child),
.o-campaign-story img:not(:last-child) {
    margin-bottom: 1.5rem
}

.o-campaign-story--is-open {
    max-height: inherit
}

.o-campaign-story--is-open:after {
    display: none
}

.o-campaign-embed .m-progress-meter-heading {
    font-size: 1.5rem
}

.o-campaign-embed .text-stat {
    font-size: 1rem
}

.o-campaign-embed--tile {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: .25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    overflow: hidden
}

.o-campaign-embed-image {
    padding-top: 66.6667%
}

.o-campaign-embed-content {
    padding: 1rem
}

.o-campaign-embed-content-deactivated {
    padding: 1rem;
    text-align: center
}

.o-campaign-embed-heading {
    font-size: 1.5rem;
    margin-bottom: .5rem
}

.o-campaign-embed-heading-deactivated {
    font-size: 1.5rem;
    margin-top: -.5em
}

.o-campaign-embed-cta {
    align-items: center;
    display: flex;
    margin-top: 1rem
}

.o-campaign-embed-button-icon {
    font-size: 1.25rem
}

.o-campaign-embed-button {
    max-width: 15rem;
    white-space: nowrap;
    width: 100%
}

.o-campaign-embed-logo {
    width: 6.625rem
}

.o-campaign-embed-logo,
.o-campaign-embed-logo-deactivated {
    align-items: center;
    display: inline-flex;
    height: 2.0625rem;
    overflow: hidden
}

.o-campaign-embed-logo-deactivated {
    width: 5.625rem
}

.o-campaign-embed-preview {
    cursor: default
}

@media print,
screen and (min-width:60em) {
    .o-campaign-sidebar {
        background: #fff;
        border-radius: .25rem;
        box-shadow: 0 .3125rem 1rem -.1875rem rgba(0, 0, 0, .2);
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }
}

.o-campaign-sidebar .m-social-stats {
    margin-bottom: 1rem
}

@media print,
screen and (min-width:60em) {
    .o-campaign-sidebar .m-social-stats {
        margin-top: 1rem
    }
}

.o-campaign-sidebar-progress-meter .m-progress-meter-heading {
    margin-bottom: .75rem
}

@media print,
screen and (min-width:60em) {
    .o-campaign-sidebar-progress-meter .a-progress-bar {
        grid-row: 2/3;
        margin-bottom: 0
    }

    .o-campaign-sidebar-progress-meter .m-progress-meter-heading {
        font-size: 1.5rem;
        grid-row: 1/2
    }
}

.o-campaign-sidebar-donation-message {
    color: #767676;
    margin-bottom: 0;
    margin-top: 2rem;
    text-align: center
}

.o-campaign-sidebar-top-donations-icon {
    margin-top: -2px
}

.o-campaign-sidebar--with-donations-list {
    padding-bottom: 2rem
}

.o-campaign-sidebar-metadata-indicator {
    margin-bottom: 1rem !important
}

@media screen and (min-width:60em)and (max-width:71.99875em) {
    .o-campaign-sidebar-donations .m-person-info-avatar {
        display: none
    }
}

@media print,
screen and (min-width:60em) {
    .o-campaign-sidebar-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.u-pointer {
    cursor: pointer
}

@media print,
screen and (min-width:60em) {
    .o-card-list-item {
        margin-bottom: 1rem
    }
}

@media screen and (max-width:59.99875em) {
    .o-card-list-container {
        height: 4.5rem;
        overflow: hidden;
        position: relative
    }

    .o-card-list-items {
        display: flex;
        position: absolute;
        transition: transform .3s ease-in
    }

    .o-card-list-item {
        margin-right: 1rem;
        width: 16.125rem
    }
}

.o-collage {
    display: grid;
    grid-gap: 2px
}

.o-collage--inline {
    grid-template-columns: 1fr 1fr 1fr
}

.o-collage--inline li:first-child {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.o-collage--inline li:last-child {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.o-collage--inline li:first-child {
    -ms-grid-column: 1
}

.o-collage--inline li:nth-child(2) {
    -ms-grid-column: 2
}

.o-collage--inline li:nth-child(3) {
    -ms-grid-column: 3
}

.o-collage--hero li:first-child {
    grid-area: imageone
}

.o-collage--hero li:nth-child(2) {
    grid-area: imagetwo
}

.o-collage--hero li:nth-child(3) {
    grid-area: imagethree
}

.o-collage--hero.o-collage--solo {
    grid-template-areas: "imageone";
    grid-template-columns: 1fr;
    grid-template-rows: auto
}

.o-collage--hero.o-collage--duo {
    grid-template-areas: "imageone imagetwo";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto
}

.o-collage--hero.o-collage--trio {
    grid-template-areas: "imageone imagetwo""imageone imagethree";
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr
}

.o-collage--hero.o-collage--trio li:first-child {
    -ms-grid-row-span: 2
}

.image-16by9 {
    padding-top: 56.25% !important
}

.o-comment-creation-avatar-container {
    align-items: center;
    display: flex
}

.o-comment-creation-avatar {
    margin-right: 1rem
}

.o-comment-creation-text-area {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 49.31px;
    padding-right: 3rem
}

.o-comment-creation-input {
    position: relative
}

.o-comment-creation-count {
    bottom: 0;
    color: #767676;
    padding: .75rem 1rem;
    position: absolute;
    right: 0
}

.o-comment-creation-add-photo {
    border: 1px solid #c8c8c8;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top: 0;
    cursor: pointer;
    display: flex;
    padding: .75rem 1rem
}

.o-comment-form-upload-button--disabled {
    background-color: transparent !important;
    border: 0;
    color: #919191 !important
}

.o-dropzone-outline-reset {
    outline: none
}

.o-comments-list-item:not(:last-child) {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 2rem;
    padding-bottom: 2rem
}

.o-comments-blurb {
    display: flex;
    flex-direction: column
}

@media print,
screen and (min-width:48em) {
    .o-comments-blurb {
        align-items: center;
        flex-direction: row;
        justify-content: space-between
    }
}

@media screen and (max-width:47.99875em) {
    .o-comments-blurb-button {
        width: 100%
    }
}

@media screen and (max-width:47.99875em) {
    .o-comments-blurb-text {
        margin-bottom: 1rem
    }
}

.o-donation-list-item:not(:last-child) {
    padding-bottom: .75rem
}

.o-donation-list-item:not(:first-child) {
    border-top: 1px solid #c8c8c8;
    padding-top: .75rem
}

.o-donation-list-join {
    border: 1px solid #c8c8c8
}

.o-campaign-sidebar-donations.o-donation-list-animation .o-donation-list-item:last-child,
.p-campaign-page-donations.o-donation-list-animation .o-donation-list-item:last-child {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: slideOut;
    animation-name: slideOut;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    pointer-events: none
}

@-webkit-keyframes slideOut {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    75% {
        height: 0
    }

    to {
        height: 0;
        opacity: 0;
        padding-top: 0
    }
}

@keyframes slideOut {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    75% {
        height: 0
    }

    to {
        height: 0;
        opacity: 0;
        padding-top: 0
    }
}

.m-donation-prompt {
    background-color: #fbf8f6;
    margin: -.75rem -1rem;
    padding: 1rem 2rem
}

@media print,
screen and (min-width:60em) {
    .m-donation-prompt {
        margin: -.75rem -2rem
    }
}

.o-donation-list-item-flex {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.o-donation-list-item-button {
    border-color: #c8c8c8;
    color: #333;
    min-width: 99px
}

.o-donation-list-item-button:hover {
    border-color: #adadad;
    color: #333
}

.o-expansion-list-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.o-expansion-list-filter {
    border-radius: 1rem
}

.o-gallery {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

@media screen and (max-width:59.99875em) {
    .o-gallery {
        background: #333
    }
}

@media print,
screen and (min-width:60em) {
    .o-gallery {
        display: flex;
        justify-content: center
    }
}

.o-gallery .m-gallery-header {
    min-height: 3.5rem
}

@media screen and (max-width:59.99875em) {
    .o-gallery .m-gallery-header {
        position: absolute;
        width: 100%;
        z-index: 10
    }
}

@media screen and (max-width:59.99875em) {
    .o-gallery .m-gallery-footer {
        bottom: 0;
        height: 3.5rem;
        position: absolute;
        width: 100%
    }
}

@media print,
screen and (min-width:60em) {
    .o-gallery .m-gallery-footer {
        margin-top: 1rem
    }
}

@media screen and (max-width:59.99875em) {
    .o-gallery .m-gallery-content {
        height: 100%
    }
}

@media print,
screen and (min-width:60em) {
    .o-gallery .m-gallery-content {
        flex-grow: 1;
        height: 0;
        position: relative
    }
}

@media screen and (max-width:59.99875em) {
    .o-gallery-inner {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0
    }
}

@media print,
screen and (min-width:60em) {
    .o-gallery-inner {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 765px;
        position: relative;
        width: 51.25rem
    }
}

@media screen and (min-width:72em) {
    .o-gallery-inner {
        width: 63.125rem
    }
}

.o-guidance-drawer-container {
    background-color: #fbf8f6;
    border-radius: .25rem;
    margin-left: -1rem;
    margin-right: -1rem;
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease-out;
    transition-delay: 1s
}

.o-guidance-drawer-container-slide-in-animation {
    max-height: 300px
}

@media print,
screen and (min-width:60em) {
    .o-guidance-drawer-container-slide-in-animation {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }
}

.o-guidance-drawer-title {
    margin-top: 1rem
}

@media print,
screen and (min-width:60em) {
    .o-guidance-drawer-title {
        font-size: 1.375rem;
        margin-top: 0
    }
}

.o-guidance-drawer-carousel-container {
    margin-bottom: 1rem;
    max-height: 300px;
    overflow: hidden;
    transition: all .5s ease-out
}

@media print,
screen and (min-width:60em) {
    .o-guidance-drawer-carousel-container {
        margin-bottom: 0;
        margin-top: 1.5rem
    }
}

.o-guidance-drawer-carousel-container-hide {
    margin-bottom: 0;
    margin-top: 0;
    max-height: 0
}

.o-guidance-drawer-card-carousel {
    overflow: scroll
}

@media print,
screen and (min-width:60em) {
    .o-guidance-drawer-card-carousel {
        overflow: hidden
    }
}

.o-guidance-drawer-mobile-button {
    transform: rotate(0deg);
    transition: transform .5s ease-out
}

.o-guidance-drawer-mobile-button .a-icon {
    position: relative;
    top: 0
}

.o-guidance-drawer-mobile-button-hide {
    transform: rotate(180deg)
}

.o-guidance-drawer-mobile-button-hide .a-icon {
    top: -5px
}

.o-logo-back-nav {
    align-items: center;
    display: -ms-flexbox;
    height: 2.625rem;
    display: flex;
    flex: 1 1
}

.o-logo-back-nav-icon {
    padding: .5rem;
    position: absolute
}

.o-logo-back-nav-logo-link {
    display: inline-flex;
    height: 2.375rem;
    margin: auto
}

.o-logo-back-nav-logo,
.o-logo-back-nav-logo-link {
    align-items: center;
    width: 6.5625rem
}

.o-logo-back-nav-logo,
.o-logo-only-nav {
    display: flex
}

.o-logo-only-nav {
    height: 2.625rem;
    justify-content: center
}

@media print,
screen and (min-width:60em) {
    .o-logo-only-nav {
        align-items: center;
        justify-content: flex-start
    }
}

.o-logo-only-nav-logo-link {
    align-items: center;
    display: inline-flex;
    height: 2.375rem;
    width: 6.5625rem
}

.o-logo-only-nav-logo {
    width: 6.5625rem
}

.o-logo-only-nav-logo,
.o-modal-donations {
    align-items: center;
    display: flex
}

.o-modal-donations {
    bottom: 0;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.o-modal-donations-ie-wrapper {
    display: flex;
    flex-direction: row
}

.o-modal-donations-inner {
    background: #fff;
    box-shadow: 0 .3125rem 1rem -.1875rem rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    width: 100vw
}

@media screen and (max-width:47.99875em) {
    .o-modal-donations-inner {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0
    }
}

@media print,
screen and (min-width:48em) {
    .o-modal-donations-inner {
        border-radius: .25rem;
        max-height: 80vh;
        max-width: 35rem
    }
}

@media print,
screen and (min-width:48em)and (min-height:800px) {
    .o-modal-donations-inner {
        max-height: 800px
    }
}

.o-modal-donations-header {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    min-height: 3.5rem;
    padding: 1rem 1rem .5rem
}

@media print,
screen and (min-width:60em) {
    .o-modal-donations-header {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.o-modal-donations-header--subheader {
    min-height: auto
}

.o-modal-donations-header-title-row {
    -ms-flex-align: center;
    flex: 1 1 auto
}

.o-modal-donations-header-title,
.o-modal-donations-header-title-row {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.o-modal-donations-header-title {
    -ms-flex-align: center;
    width: 90%
}

.o-modal-donations-header--is-stuck {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.o-modal-donations-heading {
    flex: 1 1 auto
}

.o-modal-donations-content {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding: 1rem 1rem 2rem
}

@media print,
screen and (min-width:60em) {
    .o-modal-donations-content {
        padding-bottom: 2.5rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.o-nav-campaign-page {
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: "headerleft headercenter headerright";
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto
}

.o-nav-campaign-page-left {
    grid-area: headerleft
}

.o-nav-campaign-page-center {
    grid-area: headercenter
}

.o-nav-campaign-page-right {
    grid-area: headerright
}

.o-nav-campaign-page-logo {
    align-items: center;
    display: flex;
    height: 2.375rem;
    justify-content: center;
    width: 6.5625rem
}

.o-nav-standard {
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: "headerleft headercenter headerright";
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto
}

.o-nav-standard-left {
    grid-area: headerleft
}

.o-nav-standard-center {
    grid-area: headercenter
}

.o-nav-standard-right {
    grid-area: headerright
}

.o-nav-standard-logo {
    align-items: center;
    display: flex;
    height: 2.375rem;
    justify-content: center;
    width: 6.5625rem
}

[data-element-id=btn_nav_search_icon] {
    font-size: .875rem !important
}

.o-updates-modal .m-base-modal-inner {
    background-color: #fff
}

@media print,
screen and (min-width:48em) {
    .o-updates-modal .m-base-modal-inner {
        border-radius: .25rem;
        max-width: 45rem
    }
}

.o-updates-modal-header {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    flex-shrink: 0;
    padding: .5rem 1rem 1rem
}

@media print,
screen and (min-width:60em) {
    .o-updates-modal-header {
        padding: 1rem 2rem 1.5rem
    }
}

.o-updates-modal-title-container {
    align-items: baseline;
    margin-bottom: 1rem
}

@media print,
screen and (min-width:60em) {
    .o-updates-modal-title-container {
        margin-bottom: 1.5rem
    }
}

.o-updates-modal-content {
    overflow-y: scroll;
    padding: 1rem
}

@media print,
screen and (min-width:60em) {
    .o-updates-modal-content {
        padding: 2rem
    }
}

.o-updates-modal-list-item {
    padding-bottom: 2rem;
    position: relative
}

@media print,
screen and (min-width:60em) {
    .o-updates-modal-list-item {
        padding-bottom: 1.5rem
    }
}

.o-updates-modal-list-item:before {
    background: #fff;
    color: #02a95c;
    content: "•";
    font-size: 17px;
    left: -4px;
    position: absolute;
    top: -7px;
    z-index: 1
}

.o-updates-modal-list-item:after {
    background: #02a95c;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px
}

.o-updates-modal-list-item .m-update-content,
.o-updates-modal-list-item .m-update-info {
    margin-left: 1rem
}

@media print,
screen and (min-width:60em) {
    .o-updates-modal-item:first-child .m-update-content {
        background-color: #fbf8f6;
        border-radius: .25rem;
        color: #333;
        padding: 1rem
    }
}

.o-updates-modal-item:last-child .m-update:after {
    content: "";
    height: 0;
    width: 0
}

.o-value-prop-list {
    display: grid;
    grid-gap: 2rem;
    grid-template-areas: "value-prop-one""value-prop-two""value-prop-three";
    grid-template-columns: 1fr;
    grid-template-rows: auto
}

@media print,
screen and (min-width:60em) {
    .o-value-prop-list {
        grid-template-areas: "value-prop-one value-prop-two value-prop-three";
        grid-template-columns: 4fr 4fr 4fr
    }
}

.o-value-prop-list li:first-child {
    grid-area: value-prop-one
}

.o-value-prop-list li:nth-child(2) {
    grid-area: value-prop-two
}

.o-value-prop-list li:nth-child(3) {
    grid-area: value-prop-three
}

.p-campaign {
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: "collage""header""sidebar""description""content""reportbutton""valueprops";
    grid-template-columns: 1fr;
    grid-template-rows: auto
}

@media print,
screen and (min-width:60em) {
    .p-campaign {
        grid-gap: 1.5rem 2rem;
        grid-template-areas: "header header header header header""collage collage collage sidebar sidebar"". description description sidebar sidebar"". content content sidebar sidebar"". reportbutton  reportbutton sidebar sidebar"". valueprops valueprops valueprops .";
        grid-template-columns: 1fr 4fr 4fr 4fr 1fr;
        grid-template-rows: auto
    }
}

.p-campaign-header {
    grid-area: header;
    margin-bottom: -.25rem;
    margin-top: .75rem
}

@media print,
screen and (min-width:60em) {
    .p-campaign-header {
        margin-top: 1rem
    }
}

.p-campaign-sidebar {
    grid-area: sidebar
}

@media print,
screen and (min-width:60em) {
    .p-campaign-sidebar {
        position: relative
    }

    .p-campaign-sidebar .o-campaign-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 1rem
    }
}

.p-campaign-collage {
    grid-area: collage
}

@media screen and (max-width:59.99875em) {
    .p-campaign-collage {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.p-campaign-collage--video {
    height: 14em
}

@media print,
screen and (min-width:48em) {
    .p-campaign-collage--video {
        height: 18em
    }
}

@media print,
screen and (min-width:60em) {
    .p-campaign-collage--video {
        height: 23em
    }
}

.p-campaign-description {
    grid-area: description;
    margin-bottom: 2rem
}

@media print,
screen and (min-width:60em) {
    .p-campaign-description {
        margin-bottom: 1.5rem;
        padding-bottom: 3rem;
        position: relative
    }

    .p-campaign-description:after,
    .p-campaign-description:before {
        background-color: #fbf8f6;
        content: "";
        height: 100%;
        left: 76%;
        min-height: 210px;
        position: absolute;
        transform: translateX(-50vw);
        width: 100vw;
        z-index: -10
    }

    .p-campaign-description:before {
        top: -210px
    }

    .p-campaign-description:after {
        bottom: 0
    }
}

.p-campaign-content {
    grid-area: content
}

.p-campaign-donations,
.p-campaign-members,
.p-campaign-updates,
.p-campaign-value-props {
    grid-area: valueprops;
    margin-bottom: 2rem
}

.p-campaign-report-button {
    align-items: center;
    display: flex;
    grid-area: reportbutton;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media print,
screen and (min-width:60em) {
    .p-campaign-report-button {
        margin-bottom: 2rem;
        margin-top: 2rem
    }
}

.exp-gradient,
.exp-gradient-gfm {
    position: relative
}

.exp-gradient-gfm .icon-align-left,
.exp-gradient .icon-align-left {
    position: absolute
}

.exp-gradient-gfm .icon-align-left {
    left: .5rem;
    top: .5rem
}

.exp-gradient .icon-align-left {
    left: .625rem;
    top: .625rem
}

.exp-gradient-gfm--donate,
.exp-gradient-gfm--donate:hover {
    background: #f58131;
    background: linear-gradient(180deg, #fdb933 35.42%, #f58131 139.58%);
    border-color: #c06828;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
    font-size: 1rem
}

.p-campaign-donation-suggestion-well {
    text-decoration: none
}

.p-campaign-donation-suggestion-well-content {
    margin-left: -1rem;
    margin-right: -1rem;
    position: relative
}

@media print,
screen and (min-width:60em) {
    .p-campaign-donation-suggestion-well-content {
        margin-left: 0;
        margin-right: 0
    }
}

.p-campaign-donation-suggestion-well-icon-large {
    bottom: 0;
    position: absolute
}

.p-campaign-donation-suggestion-well-image-placeholder {
    height: 3.125rem;
    width: 8.75rem
}

.p-campaign-donation-suggestion-well-small-image-container {
    align-self: center;
    flex-basis: 5rem;
    flex-grow: 0;
    flex-shrink: 0
}

.p-campaign-donation-suggestion-well-text-container {
    background-color: #f0eaf4
}

.p-donation-summary {
    display: grid;
    gap: 0 1rem;
    grid-template-areas: "image""header""sidebar""content""buttons";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-top: -2rem
}

@media print,
screen and (min-width:60em) {
    .p-donation-summary {
        grid-gap: 1.5rem 2rem;
        grid-template-areas: ". header header ."". content image ."". content sidebar ."". content buttons .";
        grid-template-columns: 2fr 5fr 3fr 2fr;
        grid-template-rows: auto;
        margin-top: 0
    }
}

.p-donation-summary-image {
    margin-left: -1rem;
    margin-right: -1rem
}

@media print,
screen and (min-width:60em) {
    .p-donation-summary-image {
        margin-left: 0;
        margin-right: 0
    }
}

.p-donation-summary-header {
    grid-area: header
}

.p-donation-summary-sidebar {
    grid-area: sidebar
}

.p-donation-summary-content {
    grid-area: content
}

.p-donation-summary-image {
    grid-area: image
}

.p-donation-summary-buttons {
    grid-area: buttons
}

.p-print-poster-page {
    font-size: 1.75rem;
    margin: auto;
    width: 64rem
}

.p-print-poster-page-large-font {
    font-size: 3.125rem;
    line-height: 1.5
}

.p-print-poster-page-page-logo {
    border-bottom: 1px solid #c8c8c8;
    height: 8.625rem;
    width: 100%
}

.p-print-poster-page-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem
}

.p-print-poster-page-image {
    margin: 1rem auto 2rem;
    max-height: 520px
}

.p-print-poster-page-tab-wrap {
    align-items: center;
    display: flex;
    height: 18.75rem;
    position: relative
}

.p-print-poster-page-tab {
    height: 18.75rem;
    position: relative;
    transform: rotate(90deg);
    width: 7.25rem
}

.p-print-poster-page-rotate {
    height: 7.25rem;
    left: 50%;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    width: 18.75rem
}

.p-print-poster-page-tab:not(:first-child) .p-print-poster-page-rotate {
    border-bottom: 1px dashed #c8c8c8
}

.p-print-poster-page-tab-logo {
    height: 50px;
    margin: -1.5rem 0;
    width: 100%
}

.m-print-poster-dots {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.l-campaign-donations-modal .o-modal-header {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    min-height: auto
}

.l-campaign-embed-form-content {
    display: flex;
    flex-direction: column
}

@media print,
screen and (min-width:48em) {
    .l-campaign-embed-form-content {
        flex-direction: row
    }
}

@media screen and (max-width:47.99875em) {
    .l-campaign-embed-form-content .m-clipboard-field-button {
        width: 100%
    }
}

.l-campaign-embed-form-clipboard .a-code-block,
.l-campaign-embed-form-clipboard .m-clipboard-field-content {
    max-height: 56px
}

@media print,
screen and (min-width:48em) {

    .l-campaign-embed-form-clipboard .a-code-block,
    .l-campaign-embed-form-clipboard .m-clipboard-field-content {
        max-height: 111px
    }
}

@media print,
screen and (min-width:48em) {

    .l-campaign-embed-form-copy,
    .l-campaign-embed-form-preview {
        width: 50%
    }
}

@media screen and (max-width:47.99875em) {
    .l-campaign-embed-form-copy {
        margin-bottom: 1rem
    }
}

@media print,
screen and (min-width:48em) {
    .l-campaign-embed-form-preview {
        margin-left: 1rem
    }

    .l-campaign-embed-form-preview .o-campaign-embed {
        max-width: none
    }
}

.l-campaign-embed-form-input {
    cursor: pointer
}

.l-campaign-embed-form-preview-small {
    background-color: #fbf8f6;
    border-radius: .25rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media print,
screen and (min-width:60em) {
    .l-campaign-embed-form-preview-small {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media screen and (max-width:47.99875em) {
    .l-campaign-embed-form-preview-width {
        margin: auto;
        max-width: 480px
    }
}

.l-campaign-embed-form-preview-button {
    font-size: 1.375rem;
    margin-bottom: 2rem;
    width: 100%
}

@media print,
screen and (min-width:60em) {
    .l-campaign-embed-form-preview-button {
        margin-bottom: 3rem
    }
}

.l-campaign-embed-form-field {
    width: 100%
}

.l-campaign-share-action-button {
    color: #333;
    display: block;
    font-size: .875rem;
    width: 100%
}

.l-campaign-share-action-button:hover {
    color: #333
}

@media screen and (max-width:59.99875em) {
    .l-campaign-share-action-button {
        align-items: center;
        display: flex;
        text-align: left
    }

    .l-campaign-share-action-button .share-button-icon {
        font-size: 1.5em;
        margin-right: 1rem
    }
}

@media print,
screen and (min-width:60em) {
    .l-campaign-share-action-button {
        text-align: center
    }

    .l-campaign-share-action-button .share-button-icon {
        display: block;
        font-size: 2.1em;
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:59.99875em) {
    .l-campaign-share-action--expanded {
        border-bottom: none
    }
}

.l-share-modal--embed .o-modal-inner {
    max-width: 940px;
    min-height: 680px
}

.l-campaign-top-donations-modal .o-modal-header {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    min-height: auto
}

.l-campaign-top-donations-join {
    background-color: #fbf8f6;
    border: 1px solid #c8c8c8;
    margin: -.75rem -1rem;
    padding: 1rem 2rem
}

@media print,
screen and (min-width:60em) {
    .l-campaign-top-donations-join {
        margin: -.75rem -2rem
    }
}

@media print,
screen and (min-width:48em) {
    .l-competitor-warning-modal {
        align-items: center
    }
}

.l-post-donate-share-button {
    color: #333;
    display: block;
    font-size: .875rem;
    width: 100%
}

.l-post-donate-share-button:hover {
    color: #333
}

@media screen and (max-width:59.99875em) {
    .l-post-donate-share-button {
        align-items: center;
        display: flex;
        text-align: left
    }

    .l-post-donate-share-button .a-icon {
        font-size: 1.5em;
        margin-right: 1rem
    }
}

@media print,
screen and (min-width:60em) {
    .l-post-donate-share-button {
        text-align: center
    }

    .l-post-donate-share-button .a-icon {
        display: block;
        font-size: 2.1em;
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto
    }
}

.l-post-donate-share-continue {
    margin-bottom: 4rem
}

@media print,
screen and (min-width:60em) {
    .l-post-donate-share-continue {
        margin-bottom: 0
    }
}

.o-teammember-list-item:not(:first-child) {
    padding-top: .75rem
}

.o-teammember-list-item:not(:last-child) {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: .75rem
}

.o-teammember-list-item .m-person-info {
    align-items: center
}

.t-campaign-page-template-top {
    background-color: #fff;
    position: relative;
    z-index: 100
}

.t-campaign-page-template-alert {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

@media print, screen and (min-width:60em) {
    .t-campaign-page-template-content {
        margin-top: 2rem !important
    }

    .t-campaign-page-template--stats {
        display: inline-block;
        width: 75%
    }

    .t-campaign-page-template--stats-hide-widget {
        width: 95%
    }

    .t-campaign-page-stats-widget {
        background: #fbf8f6;
        box-shadow: 0 0 5px #ddd;
        display: inline-block;
        padding: 1rem;
        position: absolute;
        width: 25%;
        z-index: 100
    }

    .t-campaign-page-stats-widget-hide-widget {
        width: 5%
    }
}

.t-standard-header-top {
    background-color: #fff;
    position: relative;
    z-index: 100
}

.t-standard-header-alert {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

