@import url("https://use.typekit.net/mwv4yez.css");
html.db,
body.csidonate-dashboard {
  margin: 0;
  padding: 0;
  z-index: -2;
}
body.csidonate-dashboard {
  font-family: 'brandon-grotesque', Segoe UI, Helvetica, Arial, sans-serif;
  color: #222;
  background-color: #fff;
  position: relative;
}
body.csidonate-dashboard h1,
body.csidonate-dashboard h2,
body.csidonate-dashboard h3,
body.csidonate-dashboard h4,
body.csidonate-dashboard h5,
body.csidonate-dashboard h6 {
  font-family: 'brandon-grotesque', Segoe UI, Helvetica, Arial, sans-serif;
  color: #222;
  font-weight: 200;
}
body.csidonate-dashboard .container {
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
}
body.csidonate-dashboard .container .logo {
  margin: 2rem 0;
}
body.csidonate-dashboard .container .widgets {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background-color: #fff;
}
body.csidonate-dashboard .container .widgets .col,
body.csidonate-dashboard .container .widgets .row {
  width: 100%;
  box-sizing: border-box;
}
body.csidonate-dashboard .container .widgets .col .widget,
body.csidonate-dashboard .container .widgets .row .widget {
  margin: 1rem;
  padding: 1rem;
  background-color: #5b6b30;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  body.csidonate-dashboard .container .widgets .col .widget,
  body.csidonate-dashboard .container .widgets .row .widget {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}
body.csidonate-dashboard .container .widgets .col .widget,
body.csidonate-dashboard .container .widgets .row .widget,
body.csidonate-dashboard .container .widgets .col .widget a,
body.csidonate-dashboard .container .widgets .row .widget a,
body.csidonate-dashboard .container .widgets .col .widget a:hover,
body.csidonate-dashboard .container .widgets .row .widget a:hover,
body.csidonate-dashboard .container .widgets .col .widget a:visited,
body.csidonate-dashboard .container .widgets .row .widget a:visited,
body.csidonate-dashboard .container .widgets .col .widget a:active,
body.csidonate-dashboard .container .widgets .row .widget a:active {
  color: #fff;
}
body.csidonate-dashboard .container .widgets .col .widget *:first-child,
body.csidonate-dashboard .container .widgets .row .widget *:first-child {
  margin-top: 0;
}
body.csidonate-dashboard .container .widgets .col .widget *:last-child,
body.csidonate-dashboard .container .widgets .row .widget *:last-child {
  margin-bottom: 0;
}
body.csidonate-dashboard .container .widgets .col .widget iframe,
body.csidonate-dashboard .container .widgets .row .widget iframe {
  width: 100% !important;
  max-width: 560px !important;
}
body.csidonate-dashboard .container .widgets .col .widget h1,
body.csidonate-dashboard .container .widgets .row .widget h1 {
  margin-bottom: 1rem;
  font-size: 2.5em;
  color: #fff;
  line-height: 1em;
}
body.csidonate-dashboard .container .widgets .col .widget h2,
body.csidonate-dashboard .container .widgets .row .widget h2 {
  margin-bottom: 0.25rem;
  font-size: 1.6em;
  color: #fff;
  line-height: 1.6em;
}
body.csidonate-dashboard .container .widgets .col .widget .stat,
body.csidonate-dashboard .container .widgets .row .widget .stat,
body.csidonate-dashboard .container .widgets .col .widget .label,
body.csidonate-dashboard .container .widgets .row .widget .label {
  text-align: center;
}
body.csidonate-dashboard .container .widgets .col .widget .stat,
body.csidonate-dashboard .container .widgets .row .widget .stat {
  font-size: 3em;
}
body.csidonate-dashboard .container .widgets .col .widget .label,
body.csidonate-dashboard .container .widgets .row .widget .label {
  text-transform: uppercase;
}
body.csidonate-dashboard .container .widgets .col .widget .outer-item,
body.csidonate-dashboard .container .widgets .row .widget .outer-item {
  margin-top: 2rem;
}
body.csidonate-dashboard .container .widgets .col .widget .outer-item .item,
body.csidonate-dashboard .container .widgets .row .widget .outer-item .item {
  flex-grow: 1;
}
body.csidonate-dashboard .container .widgets .col .widget .outer-item .item h2,
body.csidonate-dashboard .container .widgets .row .widget .outer-item .item h2 {
  margin-top: 0;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall):not(:last-child),
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall):not(:last-child) {
  margin-bottom: 0.75rem;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.progress-inner,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.progress-inner {
  background-color: rgba(154, 181, 83, 0.7);
  border-radius: 5px;
  height: 100%;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.progress-outer,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.progress-outer {
  background-color: #fff;
  width: 100%;
  height: 16px;
  padding: 3px;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0.5rem 0;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.goal,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.goal {
  font-size: 0.83em;
  font-style: italic;
  color: #ffffff;
  margin-top: 0.25rem;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.description,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.description {
  font-size: 0.9em;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.link-button,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.link-button {
  float: right;
  background-color: #8dc8d8;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 3px;
  font-size: 1.2em;
  height: 1.7em;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.link-button:hover,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.link-button:hover {
  background-color: #abd7e2;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.link-button > a,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.link-button > a {
  text-decoration: none;
  color: white !important;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall {
  display: flex;
  flex-flow: row wrap;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > h1,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > h1 {
  width: 95%;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall {
  background-color: #fbc9c3;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  padding: 0.5rem;
  padding-bottom: 1.75rem;
  width: calc(50% - 2rem + 4px);
  margin-bottom: 0.75rem;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall:nth-child(2n),
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall:nth-child(2n) {
  margin-right: 0.5rem;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall:nth-child(2n+1),
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall:nth-child(2n+1) {
  margin-left: 0.5rem;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall > .date,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall > .date {
  position: absolute;
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.6;
  bottom: 0.5rem;
  right: 0.5rem;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall > .amount,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall > .amount {
  flex-grow: 1;
  font-size: 2em;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall > .name,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall > .name {
  max-width: 50%;
  text-align: right;
}
body.csidonate-dashboard .container .widgets.two-col .row:first-child {
  margin-bottom: -1rem;
}
body.csidonate-dashboard .container .widgets.two-col .row:last-child {
  margin-top: -1rem;
}
body.csidonate-dashboard .container .widgets.two-col .col {
  width: 50%;
}
@media screen and (max-width: 900px) {
  body.csidonate-dashboard .container .widgets.two-col .col {
    width: 100%;
  }
}
body.csidonate-dashboard .container .widgets.two-col .col .widget {
  margin-right: 0.5rem;
}
body.csidonate-dashboard .container .widgets.two-col .col ~ .col > .widget {
  margin-left: 0.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 900px) {
  body.csidonate-dashboard .container .widgets.two-col .col ~ .col > .widget {
    margin-top: 0;
  }
}
body.csidonate-dashboard div > small {
  display: inline-block;
  margin-top: 3em;
  color: #fff;
  font-size: 0.75em;
}
body.csidonate-dashboard div > small > a {
  color: #fff;
}
body.csidonate-dashboard .query-image {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
}
body.csidonate-dashboard .outer-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}
@font-face {
  font-family: "Marshmallow";
  src: local("Marshmallow"), url("/CSiDonate/File.aspx/107d23c0-7966-4d41-b48d-08a041e9f302/Marshmallow.otf") format("opentype");
}
/**************
 *   Mixins   *
 **************/
/************
 *   Page   *
 ************/
html {
  margin: 0 !important;
}
body.csidonate-dashboard {
  font-family: 'le-monde-livre-std', serif;
}
body.csidonate-dashboard div.container {
  max-width: 100%;
}
body.csidonate-dashboard div.container div.logo {
  margin-top: -5px;
  margin-right: auto;
}
@media (max-width: 768px) {
  body.csidonate-dashboard div.container div.logo {
    z-index: 2;
    margin-right: unset;
  }
  body.csidonate-dashboard div.container div.logo img {
    width: 250px;
  }
}
body.csidonate-dashboard div.container > *:last-child {
  margin-bottom: 1.5rem;
}
body.csidonate-dashboard div.logo img {
  width: 300px;
  margin-right: auto;
}
body.csidonate-dashboard div.top-bar {
  background-color: #5b6b30;
  margin: 0;
  padding: 2em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: -1;
}
@media (max-width: 768px) {
  body.csidonate-dashboard div.top-bar {
    height: 130px !important;
    margin-right: unset;
    margin-left: unset;
    z-index: 1;
  }
}
body.csidonate-dashboard div.top-bar div.progress-tracker {
  display: flex;
  flex-direction: row;
  gap: 20px;
  color: #fff;
  font-size: 1.7em;
  max-width: 50vw;
  margin-left: auto;
  justify-content: right;
  vertical-align: middle;
  margin-top: 1em;
  font-family: 'brandon-grotesque', Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body.csidonate-dashboard div.top-bar div.progress-tracker div.progress-outer-top {
  width: 16vw;
  background: #fff;
  border-radius: 10px;
  padding: 3px;
  height: 1.25em;
  vertical-align: middle;
}
body.csidonate-dashboard div.top-bar div.progress-tracker div.progress-outer-top div.progress-inner-top {
  height: 1.25em;
  border-radius: 7px;
  background: rgba(154, 181, 83, 0.7);
}
@media (max-width: 900px) {
  body.csidonate-dashboard div.top-bar div.progress-tracker .progress-extra {
    display: none;
  }
}
@media (max-width: 768px) {
  body.csidonate-dashboard div.top-bar div.progress-tracker {
    justify-content: center;
    margin: 0 auto !important;
    padding-top: 80px;
    width: 70vw;
  }
  body.csidonate-dashboard div.top-bar div.progress-tracker .progress-outer-top {
    min-width: 40vw;
  }
}
body.csidonate-dashboard div.widgets {
  /*margin-top: 365px;*/
  margin-bottom: 15rem;
  margin-top: 0px !important;
}
body.csidonate-dashboard div.widgets div.widget {
  border-radius: 3px;
}
body.csidonate-dashboard div.widgets div.widget h1 {
  /*text-transform: uppercase;*/
  font-weight: 500;
  /*text-shadow: 2px 2px rgba(0, 0, 0, 0.5);*/
  font-family: 'le-monde-livre-std', serif;
  /*'Le Monde';*/
  font-size: 100%;
}
body.csidonate-dashboard div.widgets div.widget h2 {
  font-weight: 500;
  font-family: 'brandon-grotesque', Segoe UI, Helvetica, Arial, sans-serif;
  /*'Brandon Grotesque';*/
}
body.csidonate-dashboard div.widgets div.widget p.larger {
  font-size: 1.23em;
}
body.csidonate-dashboard div.widgets div.widget .stat {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  font-family: 'brandon-grotesque', Segoe UI, Helvetica, Arial, sans-serif;
}
body.csidonate-dashboard div.widgets div.widget .label {
  font-family: 'brandon-grotesque', Segoe UI, Helvetica, Arial, sans-serif;
}
body.csidonate-dashboard div.widgets div.widget .outer-item > .item > h2 {
  font-family: 'le-monde-livre-std', serif;
}
body.csidonate-dashboard div.widgets #widget-TopChapters:after {
  content: '* percentage determined by donors/chapter members';
  font-size: 0.8em;
  font-style: italic;
}
body.csidonate-dashboard div.widgets #widget-TopChapters .item .goal {
  display: none;
}
body.csidonate-dashboard div.widgets #widget-ContentD ul li {
  font-weight: 300;
}
body.csidonate-dashboard div.widgets #widget-ContentD ul li b {
  font-size: 2rem;
}
body.csidonate-dashboard .row {
  margin-left: 0 !important;
  border-radius: 0;
}
body.csidonate-dashboard div.footer {
  background-color: #fff;
  color: #413f40;
  margin: 0;
  padding: 2em;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center;
}
body.csidonate-dashboard h1.tagline {
  position: relative;
  top: 230px;
  font-size: 5.5rem;
  color: #fff;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.7);
  z-index: 6;
  text-transform: uppercase;
  text-align: center;
}
body.csidonate-dashboard .row #widget-DonorWall {
  margin-top: 2em;
  margin: 0 3rem;
  background: none;
  border: 1px solid rgba(182, 183, 186, 0.3) !important;
  border-radius: 15px;
  color: #413f40;
  padding: 25px;
  box-shadow: 4px 6px 20px -5px rgba(0, 0, 0, 0.1) !important;
}
body.csidonate-dashboard .row #widget-DonorWall h1 {
  color: #413f40;
  margin-top: 0px !important;
  background: none;
  font-size: 2em;
}
body.csidonate-dashboard .row #widget-DonorWall .donor-wall.item {
  border-radius: 10px;
  color: #413f40;
}
body.csidonate-dashboard .row #widget-DonorWall .donor-wall.item .amount {
  order: 2;
  margin-right: auto;
  text-align: right;
  padding: 7px;
  color: #413f40;
}
body.csidonate-dashboard .row #widget-DonorWall .donor-wall.item .name {
  order: 0;
  padding: 7px;
  color: #413f40;
}
body.csidonate-dashboard .row #widget-DonorWall .donor-wall.item .date {
  padding: 7px;
  left: 0.5rem;
  right: 0;
  color: #413f40;
}
body.csidonate-dashboard div#topChaptersWrapper,
body.csidonate-dashboard div#topStatesWrapper,
body.csidonate-dashboard div#colChaptersWrapper,
body.csidonate-dashboard div#alumChaptersWrapper {
  padding: 0 10px;
}
body.csidonate-dashboard div#topChaptersWrapper::-webkit-scrollbar-thumb,
body.csidonate-dashboard div#topStatesWrapper::-webkit-scrollbar-thumb,
body.csidonate-dashboard div#colChaptersWrapper::-webkit-scrollbar-thumb,
body.csidonate-dashboard div#alumChaptersWrapper::-webkit-scrollbar-thumb {
  background: rgba(141, 200, 216, 0.5);
  border-radius: 7px !important;
}
body.csidonate-dashboard div#topChaptersWrapper::-webkit-scrollbar,
body.csidonate-dashboard div#topStatesWrapper::-webkit-scrollbar,
body.csidonate-dashboard div#colChaptersWrapper::-webkit-scrollbar,
body.csidonate-dashboard div#alumChaptersWrapper::-webkit-scrollbar {
  background: none;
}
body.csidonate-dashboard .widgets.two-col .col ~ .col > .widget {
  margin-left: auto !important;
  margin-right: auto !important;
}
body.csidonate-dashboard .widgets.two-col {
  max-width: 1200px;
  margin-bottom: 0px !important;
}
@media (max-width: 900px) {
  body.csidonate-dashboard .widgets.two-col {
    margin-top: 0px !important;
  }
}
body.csidonate-dashboard .widgets.two-col .col .widget {
  border: 1px solid rgba(182, 183, 186, 0.3) !important;
  border-radius: 15px;
  color: #413f40;
  padding: 25px;
  min-height: 464px !important;
  max-width: 478px !important;
  box-shadow: 4px 6px 20px -5px rgba(0, 0, 0, 0.1) !important;
  background: none;
  margin-right: auto !important;
  margin-left: auto !important;
}
body.csidonate-dashboard .widgets.two-col .col .widget h1 {
  color: #413f40;
  margin-top: 0px !important;
  background: none;
  font-size: 2em;
}
body.csidonate-dashboard .widgets.two-col .col .widget .outer-item .item h2 {
  color: #413f40;
}
body.csidonate-dashboard .widgets.two-col .col .widget .outer-item .item .progress-outer {
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(154, 181, 83, 0.7);
}
body.csidonate-dashboard .widgets.two-col .col .widget .outer-item .item .progress-outer .progress-inner {
  background-color: rgba(154, 181, 83, 0.7);
  border-radius: 2px;
}
body.csidonate-dashboard .widgets.two-col .col .widget .outer-item .item .goal {
  color: #413f40 !important;
}
body.csidonate-dashboard #hero-slider {
  margin-top: -26px;
  min-height: 0px !important;
}
@media (max-width: 900px) {
  body.csidonate-dashboard #hero-slider {
    top: 0px !important;
    min-height: 0vh !important;
  }
}
body.csidonate-dashboard .hero-image {
  position: relative;
  top: 0px !important;
  left: 0;
  width: 100%;
  height: 475px;
  background-image: url('../images/Star-Challenge-Header-Graphic.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  --mask: linear-gradient(to bottom, #000000 0, #000000 90%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
@media (max-width: 900px) {
  body.csidonate-dashboard .hero-image {
    top: 0px !important;
    z-index: 1 !important;
    margin-top: -2em;
  }
}
@media (max-width: 768px) {
  body.csidonate-dashboard .hero-image {
    margin-top: 4em;
  }
}
body.csidonate-dashboard .swiper-slide {
  --mask: linear-gradient(to bottom, #000000 0, #000000 90%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
body.csidonate-dashboard .button {
  font-family: 'brandon-grotesque', Segoe UI, Helvetica, Arial, sans-serif;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  font-size: 28px;
  padding: 12px 38px;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  body.csidonate-dashboard .button {
    height: 70px;
    min-width: 80vw;
  }
}
body.csidonate-dashboard .button:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #d74148;
  transform: scale(1.05);
}
body.csidonate-dashboard .button.red {
  background-color: #fbc9c3;
}
body.csidonate-dashboard .button.small {
  font-size: 2.5rem;
  padding: 0.25rem 1.25rem;
}
@media (max-width: 768px) {
  body.csidonate-dashboard .second-bar {
    height: 70px !important;
    min-width: 80vw !important;
  }
}
body.csidonate-dashboard .second-bar {
  position: relative;
  width: 50vw;
  z-index: 1;
  /* important for display*/
  padding: 0px 15px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  bottom: 0;
  /* centering */
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* glass effect */
  background-color: rgba(215, 65, 72, 0.7);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  box-shadow: 4px 5px 14px 3px rgba(0, 0, 0, 0.15);
  /* animation */
  overflow: hidden;
}
body.csidonate-dashboard .second-bar span#scroll {
  position: absolute;
  right: 3rem;
  color: #ffffff;
  font-size: 1.5rem;
}
@media (max-width: 900px) {
  body.csidonate-dashboard .second-bar {
    min-width: 70vw;
    top: 0px !important;
  }
}
@media (max-width: 768px) {
  body.csidonate-dashboard .second-bar .button {
    border: 1px solid #fff;
    padding: 7px 25px;
    border-radius: 10px;
    font-size: 25px;
    height: auto;
    min-width: 0;
  }
}
@media (max-width: 500px) {
  body.csidonate-dashboard .second-bar .widget {
    font-size: 1.5rem !important;
  }
}
body.csidonate-dashboard .second-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg) translateX(-100%);
  transition: transform 0.6s ease-in-out;
}
body.csidonate-dashboard .second-bar > * {
  position: relative;
  z-index: 3;
}
body.csidonate-dashboard .second-bar:hover::before {
  transform: skewX(-25deg) translateX(100%);
}
@media (max-width: 768px) {
  body.csidonate-dashboard #widget-CountStat,
  body.csidonate-dashboard #widget-AmountStat {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  body.csidonate-dashboard #widget-CountStat {
    left: 10vw !important;
  }
}
@media (max-width: 768px) {
  body.csidonate-dashboard #widget-AmountStat {
    left: 75%;
  }
}
body.csidonate-dashboard #widget-ContentD {
  margin: 2em auto;
  max-width: 800px;
  border: 1px dashed #fbc9c3;
  padding: 45px;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s ease;
}
body.csidonate-dashboard #widget-ContentD h1 {
  font-family: 'Marshmallow', 'brandon-grotesque', Segoe UI, Helvetica, Arial, sans-serif;
  color: #d74148;
  font-size: 3.7em;
  margin-top: 20px !important;
  text-shadow: none;
  text-transform: none;
  background: none;
}
body.csidonate-dashboard #widget-ContentD p {
  color: #413f40;
  padding: 1em 0;
  font-size: 1.8rem;
  text-align: center;
  background: none;
}
body.csidonate-dashboard #widget-ContentD:hover {
  border: 1px solid #fbc9c3;
}
body.csidonate-dashboard #widget-ContentH {
  margin: 2em 0 0 0;
  padding: 2rem 0;
  margin-top: 4em;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #fbc9c3;
}
body.csidonate-dashboard #widget-ContentH h2 {
  text-align: center;
  font-size: 3em;
  color: #413f40;
  font-family: 'brandon-grotesque', Segoe UI, Helvetica, Arial, sans-serif;
  letter-spacing: 0.4rem;
}
body.csidonate-dashboard #widget-ContentH #slide-row {
  display: flex;
  width: 2490px;
  transition: transform 0.5s ease-in-out;
  height: inherit;
}
body.csidonate-dashboard #widget-ContentH .slide-col {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 830px;
  max-width: 830px;
  gap: 2rem;
  height: 400px;
  padding: 2rem;
}
body.csidonate-dashboard #widget-ContentH .testimonial-photo {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
body.csidonate-dashboard #widget-ContentH .testimonial-photo img {
  height: 100%;
  border-radius: 10px;
  max-width: 320px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
body.csidonate-dashboard #widget-ContentH .testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
  height: 270px;
  color: #413f40;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  padding: 45px;
  z-index: 2;
  user-select: none;
}
body.csidonate-dashboard #widget-ContentH .testimonial-content p {
  font-size: 1.53rem;
  font-weight: 400;
  line-height: 1.3;
  color: #413f40;
  margin-top: 0px;
  margin-bottom: 0px;
}
body.csidonate-dashboard #widget-ContentH .testimonial-content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #413f40;
  font-family: 'le-monde-livre-std', serif;
}
body.csidonate-dashboard #widget-ContentH .indicator {
  display: flex;
  padding-top: 1.5rem;
  text-align: center;
  justify-content: center;
}
body.csidonate-dashboard #widget-ContentH .indicator .testimonial-btn {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 4px;
  border-radius: 15px;
  background: #d74148;
  cursor: pointer;
  transition: width 0.5s ease-in-out;
}
body.csidonate-dashboard #widget-ContentH .indicator .testimonial-btn.active {
  width: 30px;
}
body.csidonate-dashboard #widget-ContentH .testimonial-slider {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 830px;
  height: 400px;
  cursor: grab;
}
body.csidonate-dashboard #widget-ContentH .testimonial-slider.grabbing {
  cursor: grabbing;
}
@media (max-width: 900px) {
  body.csidonate-dashboard #widget-ContentH {
    left: 0;
    right: 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  body.csidonate-dashboard #widget-ContentH .testimonial-slider {
    max-width: 90%;
    min-width: 90%;
  }
  body.csidonate-dashboard #widget-ContentH #slide-row {
    width: 300%;
  }
  body.csidonate-dashboard #widget-ContentH .slide-col {
    min-width: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 2rem;
  }
}
@media (max-width: 872px) {
  body.csidonate-dashboard #widget-ContentH .testimonial-slider {
    height: auto;
  }
  body.csidonate-dashboard #widget-ContentH .slide-col {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
  }
  body.csidonate-dashboard #widget-ContentH .testimonial-photo,
  body.csidonate-dashboard #widget-ContentH .testimonial-content {
    position: static;
    transform: none;
    width: 90%;
    text-align: center;
  }
  body.csidonate-dashboard #widget-ContentH .testimonial-photo {
    order: 1;
    position: relative;
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 50%;
  }
  body.csidonate-dashboard #widget-ContentH .testimonial-photo img {
    width: 100%;
    height: 100%;
    position: static;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
  }
  body.csidonate-dashboard #widget-ContentH .testimonial-content {
    padding: 1.5rem;
    min-height: 0;
    order: 2;
    max-width: 500px;
    text-align: left;
    height: auto;
  }
  body.csidonate-dashboard #widget-ContentH .testimonial-content p {
    font-size: 1.3rem;
  }
  body.csidonate-dashboard #widget-ContentH .testimonial-content h4 {
    font-size: 1.6rem;
    padding-top: 0;
    margin-top: 10px;
  }
}
