/* ../../../tmp/tmp-1112678-sFoGAsUE8jw2/html/plugins/bp/web/assets/global/web.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Graphik";
  src: url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/semibold.woff2) format("woff2"), url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Graphik";
  src: url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/regular.woff2) format("woff2"), url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Graphik";
  src: url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/light.woff2) format("woff2"), url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Graphik";
  src: url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/regularitalic.woff2) format("woff2"), url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/regularitalic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Graphik";
  src: url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/lightitalic.woff2) format("woff2"), url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/lightitalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Graphik";
  src: url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/semibolditalic.woff2) format("woff2"), url(https://s3-us-west-2.amazonaws.com/tbp-web/media/webfonts/graphik/semibolditalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: fallback;
}
.scaffold {
  --max-width: calc(100% - (2 * var(--lane-gutter)));
  --columns: 6;
  --color: hsla(204, 80%, 72%, 0.25);
  --size: "Small Mobile: 0 - 374px";
  --repeating-width: calc(100% / var(--columns));
  --column-width: calc((100% / var(--columns)) - var(--grid-gutter));
  --background-width: calc(100% + var(--grid-gutter));
  --background-columns: repeating-linear-gradient( to right, var(--color), var(--color) var(--column-width), transparent var(--column-width), transparent var(--repeating-width) );
  position: fixed;
  z-index: 3001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--max-width);
  background-image: var(--background-columns);
  background-size: var(--background-width) 100%;
  pointer-events: none;
}
@media screen and (min-width:414px) {
  .scaffold {
    --size: "Mobile: 375px - 639px";
  }
}
@media screen and (min-width:640px) {
  .scaffold {
    --size: "Tablet: 640px - 1023px";
  }
}
@media screen and (min-width:1024px) {
  .scaffold {
    --columns: 12;
    --size: "Small Desktop: 1024px - 1366px";
  }
}
@media screen and (min-width:1376px) {
  .scaffold {
    --size: "Desktop: 1376px - 1799px";
  }
}
@media screen and (min-width:1800px) {
  .scaffold {
    --size: "Large Desktop: 1800px - 1928px";
  }
}
@media screen and (min-width:2384px) {
  .scaffold {
    --max-width: calc(2256px - (2 * var(--lane-gutter)));
    --size: "2256px and beyond";
  }
}
.scaffold::after {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  box-shadow:
    0 4.5810809135px 22.9054050446px 0 #a4abb71f,
    0 12.2162160873px 18.3243236542px 0 #6b738424,
    0 6.1081080437px 7.6351351738px 0 #3e405433;
  content: var(--size);
  position: absolute;
  top: auto;
  right: 0;
  bottom: 3.75rem;
  left: auto;
  transform: translate(-50%);
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(25, 26, 27, 0.7);
  padding: 4px 8px;
  border-radius: 4px;
}
* {
  box-sizing: border-box;
}
html,
body {
  font-size: 16px;
  position: relative;
}
body {
  background-color: #f5f5f5;
  color: #191a1b;
  transition: background-color 0.3s ease-out;
}
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family:
    "Graphik",
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width:640px) {
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 1.125rem;
    line-height: 1.55;
  }
}
@media screen and (min-width:1800px) {
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
h1 {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 600;
}
@media screen and (min-width:640px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width:1024px) {
  h1 {
    font-size: 3.25rem;
  }
}
h2 {
  font-size: 1.75rem;
  line-height: 1.15;
  font-weight: 600;
}
@media screen and (min-width:640px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width:1024px) {
  h2 {
    font-size: 2.5625rem;
  }
}
h3 {
  font-size: 1.5625rem;
  line-height: 1.15;
  font-weight: 600;
}
@media screen and (min-width:1024px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width:640px) {
  h4 {
    font-size: 1.5625rem;
  }
}
h5 {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width:640px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
label {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
}
img {
  width: 100%;
}
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.blocks {
  flex: 1 0 auto;
}
.contain-xs,
.contain-sm,
.contain-md,
.contain-lg,
.contain-xl {
  margin-right: auto;
  margin-left: auto;
}
.contain-xs {
  max-width: 320px;
}
.contain-sm {
  max-width: 639px;
}
.contain-md {
  max-width: 1023px;
}
.contain-lg {
  max-width: 1366px;
}
.contain-xl {
  max-width: 1799px;
  margin-right: 16px;
  margin-left: 16px;
}
@media screen and (min-width:640px) {
  .contain-xl {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media screen and (min-width:1376px) {
  .contain-xl {
    margin-right: 112px;
    margin-left: 112px;
  }
}
@media screen and (min-width:1800px) {
  .contain-xl {
    max-width: unset;
    margin-right: 160px;
    margin-left: 160px;
  }
}
@media screen and (min-width:2384px) {
  .contain-xl {
    max-width: calc(2256px - 320px);
    margin-right: auto;
    margin-left: auto;
  }
}
.contain-xxl {
  max-width: 2256px;
  margin-right: 8px;
  margin-left: 8px;
}
@media screen and (min-width:640px) {
  .contain-xxl {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media screen and (min-width:1376px) {
  .contain-xxl {
    margin-right: 48px;
    margin-left: 48px;
  }
}
@media screen and (min-width:1800px) {
  .contain-xxl {
    margin-right: 64px;
    margin-left: 64px;
  }
}
@media screen and (min-width:2384px) {
  .contain-xxl {
    margin-right: auto;
    margin-left: auto;
  }
}
.text-light,
.text-light > * {
  color: #fff;
}
.text-light a,
.text-light > * a {
  color: #fff;
  text-decoration: none;
}
.radius-circle {
  border-radius: 50%;
}
.radius-sm {
  border-radius: 4px;
}
.radius-md {
  border-radius: 8px;
}
.radius-lg {
  border-radius: 16px;
}
.shadow-card {
  box-shadow:
    0 4.5810809135px 22.9054050446px 0 #a4abb71f,
    0 12.2162160873px 18.3243236542px 0 #6b738424,
    0 6.1081080437px 7.6351351738px 0 #3e405433;
}
.shadow-header {
  box-shadow:
    0 2.2905404568px 10.6891889572px 0 #a4abb71f,
    0 6.1081080437px 7.6351351738px 0 #6b738424,
    0 3.8175675869px 3.8175675869px 0 #3e405433;
}
.shadow-form {
  box-shadow:
    0 3.8175675869px 16.797296524px 0 #a4abb71f,
    0 9.1621618271px 12.9797296524px 0 #6b738424,
    0 5.3445944786px 6.1081080437px 0 #3e405433;
}
.shadow-dropdown {
  box-shadow:
    0 4.5810809135px 22.9054050446px 0 #a4abb71f,
    0 12.2162160873px 18.3243236542px 0 #6b738424,
    0 6.1081080437px 7.6351351738px 0 #3e405433;
}
a[data-modal] {
  text-decoration: none;
}
.popup {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  padding: 40px 33px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
  pointer-events: all;
  cursor: default;
}
.popup:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
:root {
  --grid-gutter: 16px;
  --lane-gutter: 24px;
}
@media screen and (min-width:640px) {
  :root {
    --grid-gutter: 24px;
    --lane-gutter: 64px;
  }
}
@media screen and (min-width:1376px) {
  :root {
    --grid-gutter: 32px;
    --lane-gutter: 160px;
  }
}
@media screen and (min-width:1800px) {
  :root {
    --grid-gutter: 32px;
    --lane-gutter: 224px;
  }
}
@media screen and (min-width:2384px) {
  :root {
    --grid-gutter: 32px;
    --lane-gutter: 160px;
  }
}
.donation-comments-modal {
  opacity: 0;
  pointer-events: none;
}
.subscriptionOpportunity {
  display: none;
}
.subscriptionOpportunity.showOpportunity:not(.subscriptionOpportunity-desktop-only) {
  display: block;
}
@media screen and (min-width:1024px) {
  .subscriptionOpportunity.showOpportunity {
    display: block;
  }
}
.should-adopt-global-content-styles {
  overflow: hidden;
  word-wrap: break-word;
}
.should-adopt-global-content-styles ul,
.should-adopt-global-content-styles ol,
.should-adopt-global-content-styles blockquote {
  margin-left: 32px;
}
.should-adopt-global-content-styles blockquote {
  padding-left: 32px;
  border-left: solid 2px #ddd;
}
.should-adopt-global-content-styles ul,
.should-adopt-global-content-styles ol {
  padding-left: 0;
  list-style: outside;
  margin-left: 40px;
  line-height: normal;
}
.should-adopt-global-content-styles ul ul {
  list-style-type: circle;
}
.should-adopt-global-content-styles ul ul ul {
  list-style-type: square;
}
.should-adopt-global-content-styles ol {
  list-style-type: decimal;
}
.should-adopt-global-content-styles li {
  margin-bottom: 8px;
}
.should-adopt-global-content-styles li ul,
.should-adopt-global-content-styles li ol {
  margin-top: 8px;
}
.should-adopt-global-content-styles li:last-child {
  margin-bottom: 0;
}
.should-adopt-global-content-styles em {
  font-style: italic;
}
.should-adopt-global-content-styles blockquote strong {
  padding-bottom: 12px;
}
.should-adopt-global-content-styles blockquote > p {
  margin: 42px 0;
}
.should-adopt-global-content-styles h1:not(:last-child),
.should-adopt-global-content-styles h2:not(:last-child),
.should-adopt-global-content-styles h3:not(:last-child),
.should-adopt-global-content-styles h4:not(:last-child),
.should-adopt-global-content-styles h5:not(:last-child),
.should-adopt-global-content-styles h6:not(:last-child),
.should-adopt-global-content-styles ul:not(:last-child),
.should-adopt-global-content-styles ol:not(:last-child),
.should-adopt-global-content-styles p:not(:last-child) {
  margin-bottom: 32px;
}
.should-adopt-global-content-styles li ul,
.should-adopt-global-content-styles li ol {
  margin-bottom: unset;
}
.should-adopt-global-content-styles strong {
  margin-bottom: 12px;
}
.should-adopt-global-content-styles p > strong {
  margin-bottom: 0;
  padding-bottom: 0;
}
.should-adopt-global-content-styles i:not(.fas):not(.fab):not(.material-icons),
.should-adopt-global-content-styles em {
  font-style: italic;
}
.should-adopt-global-content-styles b,
.should-adopt-global-content-styles strong {
  font-weight: bold;
}
.should-adopt-global-content-styles pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace, monospace;
  font-size: 1em;
}
.should-adopt-global-content-styles a {
  color: inherit;
}
.should-adopt-global-content-styles sup {
  vertical-align: super;
}
.should-adopt-global-content-styles sup > a.footnotes-ref {
  font-size: 0.625rem;
  line-height: 1.8;
  background-color: #b0e4f4;
  border-radius: 10px;
  padding: 3px 7px;
  text-decoration: none;
}
.should-adopt-global-content-styles .footnotes {
  padding: 0;
}
.should-adopt-global-content-styles .footnotes hr {
  margin-bottom: 60px;
}
.should-adopt-global-content-styles .footnotes .footnote {
  display: inline;
  margin-right: 5px;
}
.should-adopt-global-content-styles .footnotes .footnote,
.should-adopt-global-content-styles .footnotes .footnote > * {
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
