@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
      url('/fonts/montserrat/Montserrat-Regular.woff') format('woff'),
      url('/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
      url('/fonts/montserrat/Montserrat-Medium.woff') format('woff'),
      url('/fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
      url('/fonts/montserrat/Montserrat-SemiBold.woff') format('woff'),
      url('/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
      url('/fonts/montserrat/Montserrat-Bold.woff') format('woff'),
      url('/fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('/fonts/barlow/Barlow-Regular.woff2') format('woff2'),
      url('/fonts/barlow/Barlow-Regular.woff') format('woff'),
      url('/fonts/barlow/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Silk Serif';
  src: url('/fonts/silkserif/SilkSerif-Bold.woff2') format('woff2'),
      url('/fonts/silkserif/SilkSerif-Bold.woff') format('woff'),
      url('/fonts/silkserif/SilkSerif-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* conservation-international 2025-earth-day form start */
@font-face {
  font-family: 'ProximaNova';
  src: url('https://givelaunch-sandbox.s3.amazonaws.com/fonts/proxima-nova/Mark+Simonson++Proxima+Nova+Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* conservation-international 2025-earth-day form end */

html, body {
  height: 100%;
}

.brand-bg {
  min-height: 100%;
}

/* conservation-international 2025-earth-day form start */
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"],
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] {
  font-family: 'ProximaNova', sans-serif;
  /* text-transform: uppercase; */
}
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] .write-on-wall-button,
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] .write-on-wall-button,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"].wall-new-note-wrapper,
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"].wall-new-note-wrapper,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] #note-submit,
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] #note-submit,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] .data-collection-wrapper,
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] .data-collection-wrapper,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] .data-collection-wrapper #note-data-collection-submit,
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] .data-collection-wrapper #note-data-collection-submit {
  text-transform: uppercase;
}

.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] .wall-show-wall-prompt {
  display: none;
}

.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] .btn,
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] .btn {
  border-radius: 0;
}

.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] .write-on-wall-button,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] .write-on-wall-button {
  display: none;
}

.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] .new-note-wall-prompt,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] .new-note-wall-prompt {
  display: none;
}

.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] #note-submit,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] #note-submit {
  color: #fff;
  background-color: #1A5EAB;
  border-color: #1A5EAB;
  display: block;
  margin: 0 auto;
}
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] #note-submit + small + br,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] #note-submit + small + br {
  display: none;
}
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] #note-submit,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] #note-submit {
  color: #fff;
  background-color: #1A5EAB;
  border-color: #1A5EAB;
}
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] #note-submit:focus,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] #note-submit:focus,
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] #note-submit.focus,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] #note-submit.focus {
  color: #fff;
  background-color: #1A5EAB;
  border-color: #1A5EAB;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] #note-submit:disabled,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] #note-submit:disabled,
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] #note-submit.disabled,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] #note-submit.disabled {
  color: #fff;
  background-color: #1A5EAB;
  border-color: #1A5EAB;
}
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] #note-submit:not(:disabled):not(.disabled):active,
.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] #note-submit:not(:disabled):not(.disabled).active,
.show > .brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] #note-submit.dropdown-toggle,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] #note-submit:not(:disabled):not(.disabled):active,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] #note-submit:not(:disabled):not(.disabled).active,
.show > .brand-bg[data-wall-id="67df2583ef70d00015d421b9"] #note-submit.dropdown-toggle {
  color: #fff;
  background-color: #1A5EAB;
  border-color: #1A5EAB;
}

.brand-bg[data-wall-id="67df25c5ef70d00015d421ba"] .data-collection-title,
.brand-bg[data-wall-id="67df2583ef70d00015d421b9"] .data-collection-title {
  font-weight: bold;
  font-size: 32px;
  color: #979797;
  line-height: 40px;
  display: none;
}

/* conservation-international 2025-earth-day form end */

/* project hope 2025 la message of hope start */
.img-project-hope-logo {
  max-height: 8rem;
}
/* project hope 2025 la message of hope end */
/* uso 2025-memorial-day start */
.brand-bg[data-wall-id="68237f66871a75001551d958"] #note-data-collection-confirmation .btn.view-wall-button,
.brand-bg[data-wall-id="68238201871a75001551d95b"] #note-data-collection-confirmation .btn.view-wall-button {
  display: none;
}
.brand-bg[data-wall-id="68237f66871a75001551d958"] .new-note-wall-prompt,
.brand-bg[data-wall-id="68238201871a75001551d95b"] .new-note-wall-prompt {
  display: none;
}
.brand-bg[data-wall-id="68237f66871a75001551d958"] .data-collection-title,
.brand-bg[data-wall-id="68238201871a75001551d95b"] .data-collection-title {
  display: none;
}
/* uso 2025-memorial-day end */
/* uso 2024-veterans-day start */
/* .brand-body[data-wall-id="6724c72377bf040015de1b93"], */
/* .brand-body[data-wall-id="67199f097225160015809e3a"] {
  background-color: none;
} */
.brand-bg[data-wall-id="67199f097225160015809e3a"] #note-data-collection-confirmation .btn.view-wall-button,
.brand-bg[data-wall-id="6724c72377bf040015de1b93"] #note-data-collection-confirmation .btn.view-wall-button {
  display: none;
}
/* uso 2024-veterans-day end */
/* tidelands-health 2024-lights-of-love start */
.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] hr,
.brand-bg[data-wall-id="673780f4abf3c30015f23397"] hr {
  display: none;
}
.brand-body[data-wall-id="673780f4abf3c30015f23397"]::before,
.brand-body[data-wall-id="6711b66c9cefd800155b774c"]::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 100vh;
  background-image: url('https://givelaunch-sandbox.s3.us-east-1.amazonaws.com/LightsofLove_wallborder_350x900_06074.png');
  background-repeat: repeat-y;
  background-position: top right;
  background-size: contain;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}

/* Celebrate Someone Special */
.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] .wall-show-wall-prompt .tidelands-health-prompt-first-line,
.brand-bg[data-wall-id="673780f4abf3c30015f23397"] .wall-show-wall-prompt .tidelands-health-prompt-first-line {

}

/* Celebrate the life of a much-loved family member or friend with a donation to Tidelands Health */
.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] .wall-show-wall-prompt .tidelands-health-prompt-second-line,
.brand-bg[data-wall-id="673780f4abf3c30015f23397"] .wall-show-wall-prompt .tidelands-health-prompt-second-line {
  color: #666666;
  font-size: 1rem;
  display: block;
  padding-top: 1rem;
}

/* Who are you celebrating? */
.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] .wall-show-wall-prompt .tidelands-health-prompt-third-line,
.brand-bg[data-wall-id="673780f4abf3c30015f23397"] .wall-show-wall-prompt .tidelands-health-prompt-third-line {
  display: none;
}

/* Celebrate Someone Special */
.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] .new-note-wall-prompt .tidelands-health-prompt-first-line,
.brand-bg[data-wall-id="673780f4abf3c30015f23397"] .new-note-wall-prompt .tidelands-health-prompt-first-line {
  display: none;
}

/* Celebrate the life of a much-loved family member or friend with a donation to Tidelands Health */
.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] .new-note-wall-prompt .tidelands-health-prompt-second-line,
.brand-bg[data-wall-id="673780f4abf3c30015f23397"] .new-note-wall-prompt .tidelands-health-prompt-second-line {
  display: none;
}

/* Who are you celebrating? */
.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] .new-note-wall-prompt .tidelands-health-prompt-third-line,
.brand-bg[data-wall-id="673780f4abf3c30015f23397"] .new-note-wall-prompt .tidelands-health-prompt-third-line {

}

.wall-show-wall-wrapper.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] > .container,
.wall-show-wall-wrapper.brand-bg[data-wall-id="673780f4abf3c30015f23397"] > .container {
  display: flex;
  flex-direction: column;
}

.wall-show-wall-wrapper.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] > .container > br,
.wall-show-wall-wrapper.brand-bg[data-wall-id="673780f4abf3c30015f23397"] > .container > br {
  display: none;
}

.wall-show-wall-wrapper.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] > .container .wall-show-wall-prompt-wrapper-row,
.wall-show-wall-wrapper.brand-bg[data-wall-id="673780f4abf3c30015f23397"] > .container .wall-show-wall-prompt-wrapper-row {
  order: 1;
  padding-top: 1rem;
}

.wall-show-wall-wrapper.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] > .container .wall-write-on-wall-wrapper-row,
.wall-show-wall-wrapper.brand-bg[data-wall-id="673780f4abf3c30015f23397"] > .container .wall-write-on-wall-wrapper-row {
  order: 2;
  padding: 1rem;
}

.wall-show-wall-wrapper.brand-bg[data-wall-id="6711b66c9cefd800155b774c"] > .container .grid-wrapper,
.wall-show-wall-wrapper.brand-bg[data-wall-id="673780f4abf3c30015f23397"] > .container .grid-wrapper {
  order: 3  
}

/* tidelands-health 2024-lights-of-love end */
/* md anderson 2024-who-will-you-end-cancer-for start */
.brand-bg[data-wall-id="66990894116c42001581eb9f"] #new-note-confirmation .btn.view-wall-button,
.brand-bg[data-wall-id="66cf6137fbbf000015fa7251"] #new-note-confirmation .btn.view-wall-button {
  display: none;
}
.brand-bg[data-wall-id="66990894116c42001581eb9f"] .write-on-wall-button-wrapper,
.brand-bg[data-wall-id="66cf6137fbbf000015fa7251"] .write-on-wall-button-wrapper {
  display: none;
}
.brand-bg[data-wall-id="66990894116c42001581eb9f"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="66cf6137fbbf000015fa7251"] .wall-show-wall-prompt {
  color: #da291c;
  font-size: 3em;;
}
/* md andserson 2024-who-will-you-end-cancer-for end */
/* md anderson 2025-who-will-you-end-cancer-for start */
.brand-bg[data-wall-id="688abb4b79681a0015539ef0"] #new-note-confirmation .btn.view-wall-button,
.brand-bg[data-wall-id="688abb2e79681a0015539eef"] #new-note-confirmation .btn.view-wall-button {
  display: none;
}
.brand-bg[data-wall-id="688abb4b79681a0015539ef0"] .write-on-wall-button-wrapper,
.brand-bg[data-wall-id="688abb2e79681a0015539eef"] .write-on-wall-button-wrapper {
  display: none;
}
.brand-bg[data-wall-id="688abb4b79681a0015539ef0"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="688abb2e79681a0015539eef"] .wall-show-wall-prompt {
  color: #da291c;
  font-size: 3em;;
}
/* md andserson 2025-who-will-you-end-cancer-for end */
/* american red cross 2023-valentines-day start */
.brand-bg[data-wall-id="63d9698edfa0730016e183be"] #new-note-confirmation .btn,
.brand-bg[data-wall-id="63d95697dfa0730016e183bb"] #new-note-confirmation .btn {
  display: none;
}
/* american red cross 2023-valentines-day end */
/* mount sinai health network 2024-doctors-day and 2025-doctors-day start */
.brand-bg[data-wall-id="65cfcc8eeadf800015b43834"] .grid .item,
.brand-bg[data-wall-id="65e1ed506b036c0015cf7140"] .grid .item,
.brand-bg[data-wall-id="65e5e8fa61f7d9001505ec28"] .grid .item,
.brand-bg[data-wall-id="67a15e5dd710c10015d2ac68"] .grid .item,
.brand-bg[data-wall-id="67a15e9dd710c10015d2ac69"] .grid .item {
  text-align: center !important;
}
.brand-bg[data-wall-id="65cfcc8eeadf800015b43834"] #new-note-confirmation .btn.view-wall-button,
.brand-bg[data-wall-id="65e1ed506b036c0015cf7140"] #new-note-confirmation .btn.view-wall-button,
.brand-bg[data-wall-id="65e5e8fa61f7d9001505ec28"] #new-note-confirmation .btn.view-wall-button,
.brand-bg[data-wall-id="67a15e5dd710c10015d2ac68"] #new-note-confirmation .btn.view-wall-button,
.brand-bg[data-wall-id="67a15e9dd710c10015d2ac69"] #new-note-confirmation .btn.view-wall-button {
  display: none;
}
#new-note-form .moderation-white-list-disclaimer {
  display: none;
}

.brand-bg[data-wall-id="65cfcc8eeadf800015b43834"],
.brand-bg[data-wall-id="65e1ed506b036c0015cf7140"],
.brand-bg[data-wall-id="65e5e8fa61f7d9001505ec28"],
.brand-bg[data-wall-id="67a15e5dd710c10015d2ac68"],
.brand-bg[data-wall-id="67a15e9dd710c10015d2ac69"] {
  background: url("https://givelaunch-sandbox.s3.amazonaws.com/mount_sinai_health_network_2024_doctors_day_background_logo_1692x946_20240317.png") no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.brand-bg[data-wall-id="65cfcc8eeadf800015b43834"] .brand-accent,
.brand-bg[data-wall-id="65e1ed506b036c0015cf7140"] .brand-accent,
.brand-bg[data-wall-id="65e5e8fa61f7d9001505ec28"] .brand-accent,
.brand-bg[data-wall-id="67a15e5dd710c10015d2ac68"] .brand-accent,
.brand-bg[data-wall-id="67a15e9dd710c10015d2ac69"] .brand-accent {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: inherit;
}
.brand-bg[data-wall-id="65cfcc8eeadf800015b43834"] > .container > .row,
.brand-bg[data-wall-id="65e1ed506b036c0015cf7140"] > .container > .row,
.brand-bg[data-wall-id="65e5e8fa61f7d9001505ec28"] > .container > .row,
.brand-bg[data-wall-id="67a15e5dd710c10015d2ac68"] > .container > .row,
.brand-bg[data-wall-id="67a15e9dd710c10015d2ac69"] > .container > .row,
.brand-bg[data-wall-id="65cfcc8eeadf800015b43834"] > .container > hr,
.brand-bg[data-wall-id="65e1ed506b036c0015cf7140"] > .container > hr,
.brand-bg[data-wall-id="65e5e8fa61f7d9001505ec28"] > .container > hr,
.brand-bg[data-wall-id="67a15e5dd710c10015d2ac68"] > .container > hr,
.brand-bg[data-wall-id="67a15e9dd710c10015d2ac69"] > .container > hr {
  position: relative;
  z-index: 1;
}
/* mount sinai health network 2024-doctors-day and 2025-doctors-day end */
/* american red cross 2023-world-humanitarian-day start */
.brand-bg[data-wall-id="64b96db088828e0014f24e97"] #new-note-confirmation .btn.view-wall-button,
.brand-bg[data-wall-id="64be7c770376a10014503ab8"] #new-note-confirmation .btn.view-wall-button {
  display: none;
}
/* american red cross 2023-world-humanitarian-day end */

/* americares 2023-world-humanitarian-day end */
.brand-bg[data-wall-id="64d6711a09f6490014ee909f"] #new-note-confirmation .btn.view-wall-button {
  display: none;
}
/* americares 2023-world-humanitarian-day end */

/* sickkids 2020-get-loud start */
.brand-bg[data-wall-id="5f42f80aea5a1a268c6ce7dd"],
.brand-bg[data-wall-id="5f29842d6dad5a0017baebca"] {
  background: url(/images/branding/sickkids_2020_getloud_bg_20200823_2471x1321.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.brand-bg[data-wall-id="5f42f80aea5a1a268c6ce7dd"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="5f29842d6dad5a0017baebca"] .wall-show-wall-prompt {
  color: #ffffff;
  display: none;
}

.brand-bg[data-wall-id="5f42f80aea5a1a268c6ce7dd"] .new-note-wall-prompt,
.brand-bg[data-wall-id="5f29842d6dad5a0017baebca"] .new-note-wall-prompt {
  font-size: 1.9rem;
}

.brand-bg[data-wall-id="5f42f80aea5a1a268c6ce7dd"] hr,
.brand-bg[data-wall-id="5f29842d6dad5a0017baebca"] hr {
  display: none;
}

body .brand-bg[data-wall-id="5f42f80aea5a1a268c6ce7dd"],
body .brand-bg[data-wall-id="5f29842d6dad5a0017baebca"] {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0px;
}

.brand-bg[data-wall-id="5f42f80aea5a1a268c6ce7dd"] .uploadcare--widget__button,
.brand-bg[data-wall-id="5f29842d6dad5a0017baebca"] .uploadcare--widget__button {
  font-weight: 400;
}
/* sickkids 2020-get-loud end */

/* manulife-centre 2023-favourite-store-contest start */
body .brand-bg[data-wall-id="642853d5100f3400146d7f35"],
body .brand-bg[data-wall-id="642f2bf8fac51e0014efd4d7"] {
  font-family: 'Barlow';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
}

body .brand-bg[data-wall-id="642853d5100f3400146d7f35"] .wall-show-wall-prompt,
body .brand-bg[data-wall-id="642f2bf8fac51e0014efd4d7"] .wall-show-wall-prompt {
  font-family: 'Silk Serif';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0px;
}
/* manulife-centre 2023-favourite-store-contest end */

/* manulife-centre 2023-yorkville-murals start */
body .brand-bg[data-wall-id="64cc6af27086cb00145e1e7c"],
body .brand-bg[data-wall-id="64d4fd1fe0e9990014cbe240"] {
  font-family: 'Barlow';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
}

body .brand-bg[data-wall-id="64cc6af27086cb00145e1e7c"] .wall-show-wall-prompt,
body .brand-bg[data-wall-id="64d4fd1fe0e9990014cbe240"] .wall-show-wall-prompt {
  font-family: 'Silk Serif';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0px;
}
/* manulife-centre 2023-yorkville-murals end */

/* aids-committee-of-toronto 2020-aids-walk-toronto start */
.brand-bg[data-wall-id="5f677c65290d3818b2b69849"]::after,
.brand-bg[data-wall-id="5f6178eac00177001731c84f"]::after,
.brand-bg[data-wall-id="5f6189fdc00177001731c850"]::after {
  content: "";
  background: url(https://ucarecdn.com/af21b219-21ff-40b4-a604-9d7987df0277/-/resize/384x384/-/format/png/-/quality/best/);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
/* aids-committee-of-toronto 2020-aids-walk-toronto end */

/* save-the-children 2021-protect-a-generation start */
.brand-bg[data-wall-id="608ef79ebf98680f60127249"],
.brand-bg[data-wall-id="608f1a391ac6920017923e1d"],
.brand-bg[data-wall-id="609540628348db3d49ace160"],
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] {
  background-color: #f3f2ee;
  font-family: Arial, Helvetica, sans-serif;
}
.brand-bg[data-wall-id="608ef79ebf98680f60127249"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="608f1a391ac6920017923e1d"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="609540628348db3d49ace160"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .wall-show-wall-prompt {
  color: #da291c;
}
.brand-bg[data-wall-id="608ef79ebf98680f60127249"] .new-note-wall-prompt,
.brand-bg[data-wall-id="608f1a391ac6920017923e1d"] .new-note-wall-prompt,
.brand-bg[data-wall-id="609540628348db3d49ace160"] .new-note-wall-prompt,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .new-note-wall-prompt {
  color: #222221;
}
.brand-bg[data-wall-id="608ef79ebf98680f60127249"] .uploadcare--widget__button,
.brand-bg[data-wall-id="608f1a391ac6920017923e1d"] .uploadcare--widget__button,
.brand-bg[data-wall-id="609540628348db3d49ace160"] .uploadcare--widget__button,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .uploadcare--widget__button {
  background-color: #4a4f53;
}
.brand-bg[data-wall-id="608ef79ebf98680f60127249"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="608f1a391ac6920017923e1d"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="609540628348db3d49ace160"] .wall-show-wall-prompt,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .wall-show-wall-prompt {
  color: #222221;
  /* background-color: #ffffff;
  padding: 0.25em;
  text-transform: uppercase;
  white-space: pre-wrap;
  font-size: 2em;
  display: inline;
  border-left: 0.25em solid #ffffff; */
}
.brand-bg[data-wall-id="608ef79ebf98680f60127249"],
.brand-bg[data-wall-id="608f1a391ac6920017923e1d"] {
  position: relative;
}
.brand-bg[data-wall-id="608ef79ebf98680f60127249"]:before,
.brand-bg[data-wall-id="608f1a391ac6920017923e1d"]:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.07;
  background-image: url(/images/branding/save_the_children_2021_protect_a_generation_20210506_604x271.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .grid-wrapper .grid .item .note-wrapper,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .grid-wrapper .grid .item .note-wrapper {
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.5);
  padding: 1em;
  /* background: #ccf;
  background: #ffc; */
}

.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-1,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-1 {
  background: #cfc;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-2,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-2 {
  background: #cfc;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-3,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-3 {
  background: #cfc;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-4,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-4 {
  background: #cfc;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-5,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-5 {
  background: #ccf;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-6,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-6 {
  background: #ccf;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-7,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-7 {
  background: #ccf;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-8,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-8 {
  background: #ccf;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-9,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-9 {
  background: #ffc;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-10,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-10 {
  background: #ffc;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-11,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-11 {
  background: #ffc;
}
.brand-bg[data-wall-id="609540628348db3d49ace160"] .note-random-1-to-12-class-12,
.brand-bg[data-wall-id="60953fdc3e789100170c8c93"] .note-random-1-to-12-class-12 {
  background: #ffc;
}
/* save-the-children 2021-protect-a-generation end */
