@font-face {
  font-family: "AudreyDisplay-Bold";
  src: url("/fonts/AudreyDisplay/AudreyDisplay-Bold.otf") format("opentype"), url("/fonts/AudreyDisplay/AudreyDisplay-BoldWEB.woff2") format("woff2"), url("/fonts/AudreyDisplay/AudreyDisplay-BoldWEB.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "AudreyDisplay-Bold-Italic";
  src: url("/fonts/AudreyDisplay/AudreyDisplay-BoldItalic.otf") format("opentype"), url("/fonts/AudreyDisplay/AudreyDisplay-BoldItalicWEB.woff2") format("woff2"), url("/fonts/AudreyDisplay/AudreyDisplay-BoldItalicWEB.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "AudreyText-Bold";
  src: url("/fonts/AudreyText/AudreyText-Bold.otf") format("opentype"), url("/fonts/AudreyText/AudreyText-BoldWEB.woff2") format("woff2"), url("/fonts/AudreyText/AudreyText-BoldWEB.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "AudreyText-Bold-Italic";
  src: url("/fonts/AudreyText/AudreyText-BoldItalic.otf") format("opentype"), url("/fonts/AudreyText/AudreyText-BoldItalicWEB.woff2") format("woff2"), url("/fonts/AudreyText/AudreyText-BoldItalicWEB.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "AudreyText-Regular";
  src: url("/fonts/AudreyText/AudreyText-Regular.otf") format("opentype"), url("/fonts/AudreyText/AudreyText-RegularWEB.woff2") format("woff2"), url("/fonts/AudreyText/AudreyText-RegularWEB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AudreyText-Italic";
  src: url("/fonts/AudreyText/AudreyText-Italic.otf") format("opentype"), url("/fonts/AudreyText/AudreyText-ItalicWEB.woff2") format("woff2"), url("/fonts/AudreyText/AudreyText-ItalicWEB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.gray-bg {
  background-color: #f9f9f9;
}

.customer-page {
  margin-top: 20px;
  margin-bottom: 40px;
}

.customer-page .w-100 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.customer-page form:not(.not-boxed) {
  padding: 25px;
  box-shadow: 0px 0px 5px #d8d6d6;
}

.customer-page form.not-boxed {
  display: inline-block;
}

.customer-page form label {
  color: #888;
}

.customer-page form button.password-btn {
  margin-top: 30px;
  width: 180px;
  font-weight: bold;
}

.customer-page form ::-moz-placeholder {
  color: #761b18;
}

.customer-page form ::placeholder {
  color: #761b18;
}

.pagination {
  align-items: center;
  justify-content: center;
}

button.crop-btn {
  display: block;
}

@media (max-width: 575px) {
  .customer-w100 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.customer-nav ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.customer-nav ul li {
  display: inline-block;
}

.customer-nav ul li:nth-of-type(n + 2) {
  margin-left: 20px;
}

.customer-nav ul li a {
  color: #000;
  font-weight: bold;
}

.customer-nav ul li a:hover,
.customer-nav ul li a.active {
  color: #DB0007;
  text-decoration: underline;
}

.customer-nav .mobile-nav-link-first {
  border-top: 1px solid #ccc;
}

.customer-nav .mobile-nav-link {
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
}

.customer-nav .mobile-nav-link:hover a,
.customer-nav .mobile-nav-link.active a {
  background-color: #DB0007;
  color: #fff;
  text-decoration: none;
}

.customer-nav .mobile-nav-link a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
  color: #000;
}

.customer-profile h5 {
  font-size: 14px;
  margin-top: 30px;
}

.customer-fundraisers .info-form {
  margin-top: 25px;
}

.customer-fundraisers .fundraisers-drop-within-form .ui.search.dropdown > .text {
  left: -10px;
}

.customer-fundraisers .fundraisers-drop-within-form .selection.dropdown > input + div.text {
  padding-top: 4px;
  padding-bottom: 2px;
  color: #495057;
}

.customer-fundraisers .fundraisers-drop-within-form .v-select input {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.customer-fundraisers .fundraisers-drop-within-form .v-select input::-moz-placeholder {
  color: black;
}

.customer-fundraisers .fundraisers-drop-within-form .v-select input::placeholder {
  color: black;
}

.customer-fundraisers h1:nth-of-type(2) {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.customer-fundraisers h5#h5-event-details {
  margin-top: 20px;
}

.customer-fundraisers .gallery-edit {
  margin-bottom: 20px;
}

.customer-fundraisers .form-control[readonly] {
  background-color: #fff;
}

.customer-fundraisers .form-control:disabled {
  background-color: #e9ecef;
}

.customer-fundraisers .fundraiser {
  margin-top: 40px;
}

.customer-fundraisers .fundraiser ul {
  list-style: none;
  padding-left: 0;
}

.customer-fundraisers .fundraiser ul li {
  color: #888;
}

.customer-fundraisers .fundraiser h3 a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .customer-fundraisers .fundraiser form {
    margin-top: 20px;
  }
}

.customer-fundraisers .fundraiser a + form button,
.customer-fundraisers .fundraiser form + form button,
.customer-fundraisers .fundraiser form + button,
.customer-fundraisers .fundraiser .view-attendees + .view-comment-btn,
.customer-fundraisers .fundraiser .delete-fundraiser-event-btn {
  margin-left: 15px;
}

.customer-fundraisers .fundraiser button.delete-fundraiser-btn:disabled,
.customer-fundraisers .fundraiser button.end-fundraiser-btn:disabled {
  position: relative;
  opacity: 1;
}

.customer-fundraisers .fundraiser button.delete-fundraiser-btn:disabled:hover:after,
.customer-fundraisers .fundraiser button.end-fundraiser-btn:disabled:hover:after {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  content: attr(title);
  background-color: #fddfd8;
  color: #7f3020;
  line-height: 1.4em;
  border: 1px solid #fcd2c9;
  font-size: 11px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .customer-fundraisers .fundraiser button.delete-fundraiser-btn:disabled:hover:after,
  .customer-fundraisers .fundraiser button.end-fundraiser-btn:disabled:hover:after {
    background-color: #fff;
  }
}

.customer-fundraisers .fundraiser button.delete-fundraiser-btn:disabled {
  background-color: rgba(245, 93, 62, 0.5);
  border-color: rgba(242, 52, 14, 0.1);
}

.customer-fundraisers .fundraiser button.end-fundraiser-btn:disabled {
  color: #FFFDE9;
  background-color: #ffd161;
  border-color: #ffb400;
}

.customer-fundraisers .fundraiser button.end-fundraiser-btn:disabled:hover:after {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 431px) {
  .customer-fundraisers .fundraiser button.actual-comments-btn {
    margin-left: 0;
    margin-top: 1rem;
    display: block;
  }
}

.customer-fundraisers .view-comments,
.customer-fundraisers .view-attendees {
  display: none;
  margin-top: 20px;
}

.customer-fundraisers .view-comments > ul > li:nth-of-type(n + 2) {
  margin-top: 20px;
}

.customer-donations .donation {
  margin-top: 40px;
}

.customer-donations .donation ul {
  list-style: none;
  padding-left: 0;
}

.customer-donations .donation li,
.customer-donations .donation h5,
.customer-donations .donation p {
  color: #888;
}

.customer-donations .donation h3 a {
  text-decoration: underline;
}

.customer-donations .donation button:nth-of-type(2) {
  margin-left: 15px;
}

.customer-donations .donation .move-donation {
  display: none;
  margin-top: 20px;
}

.manage-donations input[type=search],
.customer-fundraisers input[type=search],
.manage-corporateSponsors input[type=search],
.manage-familytree input[type=search],
.manage-sog_comments input[type=search] {
  border: 2px solid #1B43B2;
  width: 100%;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #000;
  padding-left: 10px;
}

.manage-donations button[type=submit],
.customer-fundraisers button[type=submit],
.manage-corporateSponsors button[type=submit],
.manage-familytree button[type=submit],
.manage-sog_comments button[type=submit] {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.manage-donations tr:nth-of-type(2n),
.customer-fundraisers tr:nth-of-type(2n),
.manage-corporateSponsors tr:nth-of-type(2n),
.manage-familytree tr:nth-of-type(2n),
.manage-sog_comments tr:nth-of-type(2n) {
  background: #f9f9f9;
}

.manage-donations td,
.manage-donations th,
.customer-fundraisers td,
.customer-fundraisers th,
.manage-corporateSponsors td,
.manage-corporateSponsors th,
.manage-familytree td,
.manage-familytree th,
.manage-sog_comments td,
.manage-sog_comments th {
  padding: 4px 10px;
}

.manage-donations td .btn,
.manage-donations th .btn,
.customer-fundraisers td .btn,
.customer-fundraisers th .btn,
.manage-corporateSponsors td .btn,
.manage-corporateSponsors th .btn,
.manage-familytree td .btn,
.manage-familytree th .btn,
.manage-sog_comments td .btn,
.manage-sog_comments th .btn {
  font-size: 12px;
}

.manage-donations th,
.customer-fundraisers th,
.manage-corporateSponsors th,
.manage-familytree th,
.manage-sog_comments th {
  background: #1B43B2;
  color: #fff;
}

.manage-donations .table-container,
.customer-fundraisers .table-container,
.manage-corporateSponsors .table-container,
.manage-familytree .table-container,
.manage-sog_comments .table-container {
  overflow-x: auto;
}

.manage-donations .donation-search,
.customer-fundraisers .donation-search,
.manage-corporateSponsors .donation-search,
.manage-familytree .donation-search,
.manage-sog_comments .donation-search {
  width: 100%;
}

.edit-donation .boxed,
.edit-corporateSponsors .boxed {
  padding: 25px;
  box-shadow: 0px 0px 5px #d8d6d6;
}

.customer-corporateSponsors form label {
  min-width: 20%;
}

.customer-corporateSponsors .h5 {
  color: #585C58;
}

.manage-sog_comments .sogcomments form {
  padding: 0;
  box-shadow: none;
}

.manage-sog_comments .sogcomments form .deny {
  background-color: #E20323 !important;
  border-color: #E20323;
}

.manage-sog_comments .sogcomments form .approve {
  background-color: #38A064 !important;
  border-color: #38A064;
}

.manage-sog_comments .sogcomments form .deny:hover,
.manage-sog_comments .sogcomments form .approve:hover {
  background-color: #1B43B2 !important;
  border-color: #1B43B2;
}

.manage-sog_comments .comment-btn-box .deny {
  background-color: #E20323 !important;
  border-color: #E20323;
}

.manage-sog_comments .comment-btn-box .approve {
  background-color: #38A064 !important;
  border-color: #38A064;
}

.manage-sog_comments .comment-btn-box .deny:hover,
.manage-sog_comments .comment-btn-box .approve:hover {
  background-color: #1B43B2 !important;
  border-color: #1B43B2;
}

.moments-submission-nav {
  position: relative !important;
  height: 2.8em !important;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  transition: none !important;
}

.review-moment-container {
  padding-top: 2em;
}

.filter-moment-container {
  padding: 2em 2em 2em 0;
}

.moment-review-header {
  color: #000;
  font-weight: 600;
  margin-bottom: 0.5em !important;
}

.moment-review-text {
  color: #075892;
  font-weight: 400;
  margin-bottom: 0.5em !important;
}

.moment-description-container {
  height: 250px;
  overflow: scroll;
}

.moment-review-description {
  color: #075892;
  font-weight: 200;
  margin-top: 2.5em;
}

.moments-submission-header {
  padding-bottom: 1em;
}

.moment-container {
  width: 33%;
  padding: 1em;
}

.manual-update-container {
  border: 1px solid rgb(218, 220, 224);
}

.manual-header {
  padding: 1em;
}

.matching-container {
  padding-bottom: 2em;
}

.matching-text {
  font-weight: 600;
  margin: 5px;
}

.matching-button {
  padding: 0 1em;
}

.matching-input {
  width: 30% !important;
}

.social-matching-input {
  width: 30% !important;
}

.tab-container {
  padding: 0;
  margin: 0 1em;
}

#approve-button,
#restore-button {
  background: #008060;
  color: #fff;
}

#approve-button:hover,
#restore-button:hover {
  color: #008060;
  background-color: #fff !important;
  border: 2px solid #008060;
}

#restore-button {
  padding: 6px 25px !important;
}

#unapprove-button,
#decline-button,
#subtract-dontation-button {
  background-color: #DD2419;
  color: white;
}

#unapprove-button:hover,
#decline-button:hover,
#subtract-dontation-button:hover {
  color: #DD2419;
  background-color: #fff !important;
  border: 2px solid #DD2419;
}

.action-button-container {
  padding-top: 1em;
}

.update-donation-button {
  color: #fff;
  padding: 5px 12px !important;
  background-color: #0665a9 !important;
}

.update-donation-button:hover {
  color: #0665a9;
  background-color: #fff;
  border: 2px solid #0665a9;
}

.update-weight-button {
  padding: 6px 25px !important;
}

.update-weight-button:hover {
  color: #0665a9;
}

.decline-button-container {
  padding-right: 10px;
}

#decline-button {
  padding: 6px 25px !important;
}

.moment-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.weight-dropdown {
  padding-left: 10px;
}

.weight-container {
  width: 60% !important;
}

.moment-tab-header {
  padding: 1em 0;
}

.weight-selector {
  margin-left: 10px !important;
  margin-right: 0px !important;
}

.moment-id-header {
  font-weight: 200;
  font-size: 22px;
}

.weight-input {
  width: 60%;
}

.customer-moment-image {
  width: 240px;
  height: 240px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.badge-container {
  padding-left: 5px;
}

.badge-counter {
  padding: 5px;
  color: #000;
  background-color: #fff;
}

.no-media-container {
  height: 240px;
  width: 240px;
  border: 1px solid #000;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.no-media-text {
  display: inline-block;
  text-align: center;
}

.two-factor p {
  font-size: 14px;
}

.two-factor .security-modal img {
  width: 200px;
  height: 200px;
}

.pointer {
  cursor: pointer;
}

.o-50 {
  /*opacity: 50%;*/
  opacity: 0.5;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

.bold,
strong {
  font-family: "AudreyText-Bold", sans-serif;
  font-weight: bold;
}

textarea {
  resize: none !important;
  min-height: 200px;
}

input {
  border-radius: 0;
  background-color: #FFFDE9;
}

.bg-green-gradient {
  background-image: linear-gradient(225deg, #87A626 0%, #9FC22E 100%);
}

@media (max-width: 768px) {
  input[type=color],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  select:focus,
  textarea {
    font-size: 16px;
  }

  .form-control {
    font-size: 16px !important;
  }
}

span.text-danger {
  color: #bf2707 !important;
}

.success.modal {
  display: block;
  opacity: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
}

.success.modal.show {
  z-index: 1050;
  opacity: 1;
}

.success .modal-header .close {
  padding: 10px;
}

.success .modal-header .close img {
  width: 20px;
  height: 20px;
}

.success .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  box-shadow: 0 1px 15px 0 rgba(177, 181, 177, 0.5);
  max-width: 900px;
  width: 90%;
  margin: auto;
}

.success .modal-body {
  padding: 1rem 1rem 2rem;
}

.success .modal-body .icon-ok {
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  position: relative;
}

.success .modal-body .icon-ok:after {
  height: 25px;
  width: 25px;
  content: "";
  background-image: url(/images/app/check.png);
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.success .modal-body p {
  font-size: 14px;
}

.success .modal-body .title {
  font-size: 2.2vw;
}

@media (min-width: 992px) {
  .success .modal-body {
    max-width: 650px;
    margin: auto;
    padding: 2rem 4rem 4rem 4rem;
  }

  .success .modal-body p {
    font-size: 16px;
  }
}

.search-listing .item .title a {
  color: #292b29;
}

.article-listing .item {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 991px) {
  .article-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .article-listing .item:nth-child(1),
  .article-listing .item:nth-child(2) {
    width: 50%;
  }

  .article-listing .item {
    width: 33.33333%;
  }
}

#donateA .ecard {
  width: calc(33.333% - 0.666666rem);
}

#donateA .ecard label {
  opacity: 0.4;
  transition: 0.3s all ease;
}

#donateA .ecard label img {
  border: 2px solid #FFFDE9;
  border-radius: 16px;
}

#donateA .ecard label:hover {
  opacity: 1;
}

@media screen and (max-width: 678px) {
  #donateA .ecard {
    width: calc(50% - 1vw);
  }

  #donateA .ecard:nth-of-type(2n) {
    padding-right: 0;
  }

  #donateA .ecard:nth-of-type(2n+1) {
    padding-left: 0;
  }

  #donateA .ecard .ecard-label {
    margin-bottom: 2vw;
  }
}

#donateA .selected.ecard label {
  opacity: 1;
}

#donateA .selected.ecard label img {
  border-color: #1B43B2;
}

#donateA .legal {
  font-size: 90%;
}

#donateA .hero-img {
  border-radius: 0;
}

#donateA #hero-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#donateA #hero-box h1,
#donateA #hero-box p {
  color: #FFFDE9;
}

#donateA #hero-box h1 {
  font-size: 3.5vw;
  letter-spacing: -1px;
}

#donateA #hero-box h1 sup {
  font-size: 40%;
  top: -2rem;
}

@media screen and (max-width: 768px) {
  #donateA #hero-box {
    top: 0;
    transform: translateX(-50%);
  }

  #donateA #hero-box h1 {
    font-size: 11vw;
  }

  #donateA #hero-box h1.fr {
    font-size: 9vw;
  }

  #donateA #hero-box h1 sup {
    font-size: 30%;
    top: -1.7rem;
  }

  #donateA #hero-box p {
    line-height: 1.5;
    font-size: 14px;
  }
}

#donateA .banner-box {
  border-radius: 10px;
  overflow: hidden;
}

#donateA .bolder {
  font-weight: 800 !important;
}

#donateA input::-webkit-outer-spin-button,
#donateA input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#donateA input[type=number] {
  -moz-appearance: textfield;
}

#donateA label,
#donateA legend,
#donateA .legend {
  font-size: 0.9rem;
  font-family: "AudreyDisplay-Bold", sans-serif;
  color: black;
  font-weight: bold;
  margin-bottom: 1rem;
  cursor: pointer;
}

#donateA label.disabled,
#donateA legend.disabled,
#donateA .legend.disabled {
  background-color: #666;
  color: white;
}

#donateA label.disabled:hover,
#donateA legend.disabled:hover,
#donateA .legend.disabled:hover {
  background-color: #666 !important;
  color: white;
}

#donateA .audrey-t {
  font-family: "AudreyText-Regular", sans-serif;
  font-weight: normal;
}

#donateA .custom-select {
  border-color: #8890a5;
}

#donateA .credit-cards {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #donateA .credit-cards {
    width: 75%;
  }
}

#donateA h2 {
  color: #000;
}

#donateA h2 .circle {
  display: inline-block;
  position: relative;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: #FFBC0D;
}

#donateA h2 .circle .title-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 70%;
}

@media screen and (max-width: 767px) {
  #donateA h2 {
    font-size: 18px;
  }

  #donateA h1 {
    font-size: 26px;
  }
}

#donateA .btn-new {
  font-family: "AudreyText-Regular", sans-serif;
  font-weight: normal;
  background-color: white;
  color: black;
  border: 1px solid #666666;
  border-radius: 10px;
  font-weight: normal;
  min-width: 20%;
}

#donateA .btn-new:hover {
  color: #FFFDE9;
}

#donateA .btn-new.selected,
#donateA .btn-new.bg-red {
  background-color: #1B43B2;
  border-color: #1B43B2;
  color: #FFFDE9;
  font-weight: bold;
}

#donateA .btn-new.bg-red {
  font-family: "AudreyDisplay-Bold", sans-serif;
}

#donateA .btn-new.bg-red:hover {
  background-color: #FFFDE9;
  color: #1B43B2;
  border: 1px solid #1B43B2;
}

#donateA .btn-new.edit {
  color: #1B43B2;
  border-color: #1B43B2;
  font-weight: bold;
}

#donateA .btn-new.edit:hover {
  color: #FFFDE9;
}

#donateA input:focus + label.btn-new,
#donateA label.btn-new:focus-within {
  border: 1px solid black;
  border-radius: 10px;
}

#donateA .donate-card {
  border-radius: 10px;
}

#donateA .donate-card .btn {
  padding: 0.75rem 1.8rem;
}

#donateA .donate-card .saved-box {
  transition: 0.3s all ease;
}

#donateA .donate-card .saved-box.opacity-0 {
  opacity: 0;
}

#donateA .donate-card .saved {
  border: 1px solid #38A064;
  color: #38A064;
  background-color: rgba(56, 160, 100, 0.08);
  padding: 8px 15px;
  border-radius: 25px;
  font-family: "AudreyDisplay-Bold", sans-serif;
  font-weight: bold;
  font-size: 90%;
}

#donateA .donate-card .saved img {
  width: 12px;
  display: inline-block;
  margin-left: 7px;
}

@media screen and (max-width: 768px) {
  #donateA .donate-card .saved {
    font-size: 85%;
    padding: 6px 15px;
  }

  #donateA .donate-card .saved img {
    width: 11px;
  }
}

#donateA .amount-box {
  border: 1px solid #000;
  border-radius: 16px;
  margin: 0.5rem;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: 0.5s all ease;
}

#donateA .amount-box p {
  color: #000;
  line-height: 1.4;
}

#donateA .amount-box:first-of-type {
  margin-left: 0;
}

#donateA .amount-box:last-of-type {
  margin-right: 0;
}

#donateA .amount-box .amount-img {
  width: auto;
  height: 50px;
  display: block;
  margin: auto;
}

#donateA .amount-box.selected,
#donateA .amount-box:hover {
  background-color: #1B43B2;
}

#donateA .amount-box.selected p,
#donateA .amount-box:hover p {
  color: white;
}

#donateA .amount-box.selected .amount-img,
#donateA .amount-box:hover .amount-img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

#donateA .amount-box.selected.coke,
#donateA .amount-box:hover.coke {
  background-color: white;
}

#donateA .amount-box.selected.coke p,
#donateA .amount-box:hover.coke p {
  color: #1B43B2;
}

#donateA .amount-box.selected.coke .amount-img,
#donateA .amount-box:hover.coke .amount-img {
  filter: none;
}

#donateA .amount-box.coke {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  border-color: #000;
}

#donateA .amount-box.coke .coke-logo {
  width: 25%;
}

#donateA .amount-box.coke .matched {
  font-size: 85%;
}

#donateA .amount-box.coke .matched.fr {
  font-size: 75%;
}

#donateA .amount-box.coke .coke {
  background-color: #000;
  color: white;
  padding: 0.5rem 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

#donateA .amount-box.coke.selected {
  padding-top: calc(4rem - 2px);
  padding-bottom: calc(1.5rem - 2px);
  border-color: #E20323;
  border-width: 3px;
}

#donateA .amount-box.coke.selected .coke {
  padding-top: calc(0.5rem - 2px);
  background-color: #E20323;
}

@media screen and (max-width: 991px) {
  #donateA .amount-box {
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 0.8rem;
    justify-content: space-between;
  }

  #donateA .amount-box p {
    line-height: 1.25;
    width: 33%;
    text-align: right;
  }

  #donateA .amount-box > p:first-of-type {
    width: 65%;
    text-align: left;
    font-size: 3.5vw;
  }

  #donateA .amount-box .amount-img {
    margin: 0.4rem 0;
    width: 50px;
    height: auto;
  }

  #donateA .amount-box.coke {
    padding-top: 2.8rem;
  }

  #donateA .amount-box.coke.selected {
    padding-top: calc(2.8rem - 2px);
    padding-bottom: calc(0.8rem - 2px);
    padding-left: calc(1rem - 2px) !important;
    padding-right: calc(1rem - 2px) !important;
  }

  #donateA .amount-box.coke.selected .coke {
    padding-top: calc(0.4rem - 2px);
  }

  #donateA .amount-box.coke .coke {
    padding: 0.4rem 0;
  }

  #donateA .amount-box.coke .matched {
    font-size: 100%;
  }

  #donateA .amount-box.coke .matched.fr {
    font-size: 100%;
  }

  #donateA .amount-box.coke .coke-logo {
    width: 15%;
  }
}

#donateA .dollar_amount {
  font-size: 30px;
  padding: 0.2rem 0.5rem;
}

#donateA .selected #amount {
  color: #FFFDE9;
}

#donateA .selected.coke #amount {
  color: #1B43B2;
}

#donateA #custom-amount-box {
  overflow: hidden;
}

#donateA label[for=amountCustom] .dollar_amount {
  border: 1.5px solid black;
  border-radius: 6px;
  min-width: 150px;
}

@media screen and (max-width: 768px) {
  #donateA label[for=amountCustom] .dollar_amount {
    min-width: 140px;
  }
}

#donateA label[for=amountCustom] .fr {
  justify-content: flex-end;
}

#donateA label[for=amountCustom] .fr #amount {
  min-width: 75px;
}

#donateA label[for=amountCustom] #amount {
  border: none;
  background: none;
  text-align: center;
  color: #FFFDE9;
  width: 1ch;
  padding: 0;
  margin: 0;
  min-width: 100px;
}

#donateA label[for=amountCustom] #amount:focus {
  color: #FFFDE9;
}

#donateA label[for=amountCustom] #amount:focus-visible {
  outline: none;
}

#donateA label[for=amountCustom].selected .dollar_amount,
#donateA label[for=amountCustom]:hover .dollar_amount {
  border-color: #FFFDE9;
  max-width: 168px;
}

@media screen and (max-width: 768px) {
  #donateA label[for=amountCustom].selected .dollar_amount,
  #donateA label[for=amountCustom]:hover .dollar_amount {
    justify-content: flex-end;
  }

  #donateA label[for=amountCustom].selected .dollar_amount #amount,
  #donateA label[for=amountCustom]:hover .dollar_amount #amount {
    min-width: 0 !important;
  }
}

#donateA label[for=amountCustom].coke #amount {
  color: #ACACAC;
}

#donateA label[for=amountCustom].coke #amount:focus {
  color: #1B43B2;
}

#donateA label[for=amountCustom].coke.selected .dollar_amount {
  border-color: #1B43B2;
}

#donateA .donation-info {
  border: 3px solid #FFBC0D;
  border-radius: 16px;
}

#donateA .donation-info .amount-img {
  height: 80px;
  width: auto;
}

@media screen and (max-width: 767px) {
  #donateA .donation-info .amount-img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
  }

  #donateA .donation-info .amount-description {
    font-size: 20px;
  }
}

#donateA .amount-description {
  color: #1B43B2;
  font-size: 25px;
  font-weight: bold;
  font-family: "AudreyDisplay-Bold", sans-serif;
}

#donateA .amount-description br {
  display: none !important;
}

#donateA #tribute-message {
  min-height: 0;
}

#donateA #step-six .text-secondary.label {
  display: flex;
}

#donateA #step-six .text-secondary > span:first-of-type {
  font-weight: bold;
  width: 35%;
}

#donateA #step-six .answer {
  width: 65%;
}

#donateA #step-six .w-col-5 {
  width: 41.67%;
}

@media screen and (max-width: 991px) {
  #donateA #step-six .text-secondary > span:first-of-type {
    width: 100%;
  }

  #donateA #step-six .text-secondary.label {
    flex-wrap: wrap;
    width: 100%;
  }

  #donateA #step-six .answer {
    width: 100%;
  }

  #donateA #step-six .pl-small-none {
    padding-left: 0;
  }

  #donateA #step-six .w-col-5 {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  #donateA #step-six .comment.text-secondary > span:first-of-type {
    width: 14.58%;
  }

  #donateA #step-six .comment .answer {
    width: 85.42%;
  }
}

#donateA #donation-bar .headline {
  font-weight: bold;
  font-size: 140%;
}

@media screen and (max-width: 768px) {
  #donateA #donation-bar .headline {
    font-size: 120%;
  }
}

#donateA .progress {
  border-radius: 20px;
}

#donateA .progress .percent {
  border-radius: 20px;
  color: #FFFDE9;
  font-weight: bold;
}

#donateA .progress .bar-blue {
  background-color: #1B43B2;
}

#donateA .progress .bar-yellow {
  background-color: #FFBC0D;
  color: #000;
}

#donateA .progress .bar-green {
  background-color: #38A064;
}

#donateA .progress .bar-red {
  background-color: #E20323;
  color: #000;
}

#donateA .progress .bar-red.white {
  color: #FFFDE9;
}

#donateA .progress .bar-red.black {
  color: #000;
}

#donateA .progress .heart {
  position: absolute;
  height: 50%;
  width: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  left: calc(100% - 1rem);
}

#donateA .progress .heart.no-show {
  display: none;
}

#donateA .progress .goal {
  font-weight: bold;
  color: #000;
}

#donateA .progress .goal.white {
  color: #FFFDE9;
}

#donateA .error-input {
  border: 1px solid #E20323;
  background-color: #FFF0F2;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #donateA #submission-button,
  #donateA #edit-button {
    flex: 1 0 25%;
    max-width: 33%;
  }
}

#donateA .modal.show .modal-dialog {
  border-radius: 16px;
  overflow: hidden;
}

#donateA #tribute-modal p,
#donateA #tribute-modal h2 {
  color: #000;
}

#donateA #tribute-modal .modal-content {
  border: none;
}

#donateA #tribute-modal .modal-logo {
  margin-top: -20px !important;
}

#donateA #tribute-modal .modal-close-container {
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem 0 1rem;
}

#donateA #tribute-modal .modal-content-container {
  padding: 10px 20px;
}

#donateA #tribute-modal .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

#donateA #tribute-modal .modal-open {
  overflow: scroll !important;
}

#donateA #tribute-modal .type,
#donateA #tribute-modal .name {
  font-weight: bold;
  font-size: 120%;
}

#donateA #tribute-modal .line {
  height: 1px;
}

#donateA .breadcrumb-container {
  background-color: #1B43B2;
}

#donateA .breadcrumb-container .d-inherit {
  display: inherit;
}

#donateA .breadcrumb-container .bread-crumb-back-button {
  background-color: transparent;
  border: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#donateA .breadcrumb-container .bread-crumb-back-button img {
  width: 11px;
}

#donateA .breadcrumb-container .breadcrumb-icon {
  width: 1.8rem;
  display: table-cell;
}

#donateA .breadcrumb-container .bread-crumb-button {
  border: 0px solid;
  background-color: transparent;
  margin-right: 1.5rem;
}

#donateA .breadcrumb-container .bread-crumb-button:disabled,
#donateA .breadcrumb-container button[disabled] {
  opacity: 0.5;
}

#donateA .breadcrumb-container .bread-crumb-button:focus {
  outline: 0px auto;
}

#donateA .breadcrumb-container .line {
  position: relative;
}

#donateA .breadcrumb-container .line:after {
  position: absolute;
  height: 4px;
  border: none;
  background: #fff;
  width: 1.5rem;
  content: "";
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}

#donateA .breadcrumb-container .line.disabled:after {
  opacity: 0.5;
}

#donateA .instruction {
  font-size: 80%;
}

@media (max-width: 991px) {
  #donateA .prev-next .col-sm-6:first-of-type {
    order: 2;
    margin-top: 30px;
  }

  #donateA select.custom-select {
    font-size: 16px;
  }

  #donateA select.custom-select option {
    font-size: 16px;
  }
}

#donateA .v-fade {
  display: inherit !important;
  /* override v-show display: none */
  transition: opacity 0.5s ease, height 0.1s ease;
}

#donateA .v-fade[style*="display: none;"] {
  opacity: 0;
  height: 0;
  pointer-events: none;
  /* disable user interaction */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* disable user selection */
}

#donateA #step-one .btn:hover {
  color: #fff;
}

#donateA div.ui.dropdown:not(.button) > .default.text {
  color: #5f5e5e;
}

#donateB,
#donate-sog {
  font-family: "AudreyText-Regular", sans-serif;
}

#donateB .donation-box,
#donate-sog .donation-box {
  height: 780px;
}

#donateB .img-box,
#donate-sog .img-box {
  width: 40%;
}

#donateB .img-box img,
#donate-sog .img-box img {
  -webkit-mask-image: url("/images/svg/box8to11.svg");
          mask-image: url("/images/svg/box8to11.svg");
}

#donateB .donateB-container,
#donate-sog .donateB-container {
  width: 55%;
}

#donateB h1,
#donate-sog h1 {
  font-size: 2.4vw;
}

#donateB .h3,
#donate-sog .h3 {
  font-size: 1.6vw;
}

#donateB .donate-form,
#donate-sog .donate-form {
  transition: 0.3s all ease;
  padding: 0 2rem;
  background-color: #FFFDE9;
  max-height: 800px;
  overflow-y: scroll;
}

@media screen and (max-width: 1400px) {
  #donateB .donate-form,
  #donate-sog .donate-form {
    left: 50%;
    min-width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  #donateB .donate-form,
  #donate-sog .donate-form {
    left: 50%;
    min-width: 490px;
  }
}

@media screen and (max-width: 676px) {
  #donateB .donate-form,
  #donate-sog .donate-form {
    min-width: 0;
  }
}

#donateB .fundraiser input,
#donate-sog .fundraiser input {
  padding: 0.175rem 1.75rem 0.175rem 0.75rem;
  font-size: 0.9rem;
  color: #495057;
}

#donateB #fundraiser svg,
#donate-sog #fundraiser svg {
  margin: 0.4rem 0.5rem 0.3rem 0.5rem;
}

@media screen and (max-width: 767px) {
  #donateB #fundraiser svg,
  #donate-sog #fundraiser svg {
    margin: 0.4em 0.5em 0.5em;
  }
}

#donateB .recurring,
#donate-sog .recurring {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 6px;
  position: relative;
  border-radius: 4px;
  font-size: 1.3vw;
  margin: 24px 0;
  font-family: "AudreyText-Regular", sans-serif;
}

#donateB .recurring:after,
#donate-sog .recurring:after {
  content: "";
  position: absolute;
  height: calc(100% - 12px);
  width: calc(50% - 6px);
  background-color: #DB0007;
  z-index: 1;
  top: 6px;
  border-radius: 4px;
  transition: 0.3s all ease;
}

#donateB .recurring .time,
#donate-sog .recurring .time {
  width: 50%;
  text-align: center;
  border-radius: 4px;
  transition: 0.3s all ease;
  z-index: 10;
}

#donateB .recurring.one-time-active:after,
#donateB .recurring.in-honour-active:after,
#donate-sog .recurring.one-time-active:after,
#donate-sog .recurring.in-honour-active:after {
  left: 6px;
}

#donateB .recurring.monthly-active:after,
#donateB .recurring.in-memory-active:after,
#donate-sog .recurring.monthly-active:after,
#donate-sog .recurring.in-memory-active:after {
  left: 50%;
}

#donateB .recurring label,
#donate-sog .recurring label {
  font-family: "AudreyText-Regular", sans-serif;
}

#donateB .recurring label:hover,
#donate-sog .recurring label:hover {
  color: #DB0007;
  font-family: "AudreyText-Bold", sans-serif;
}

#donateB .recurring label:hover.active,
#donate-sog .recurring label:hover.active {
  color: #FFFDE9;
}

#donateB .recurring .active,
#donate-sog .recurring .active {
  color: #FFFDE9;
  font-family: "AudreyText-Bold", sans-serif;
  background-color: #DB0007;
}

#donateB .recurring input:disabled + label,
#donate-sog .recurring input:disabled + label {
  cursor: not-allowed;
}

#donateB .recurring input:disabled + label:hover,
#donate-sog .recurring input:disabled + label:hover {
  color: black;
  font-weight: 500;
}

#donateB .form-check,
#donate-sog .form-check {
  margin: 10px 0;
}

#donateB .form-check label,
#donate-sog .form-check label {
  font-family: "AudreyText-Regular", sans-serif;
  margin-left: 10px;
}

#donateB label,
#donate-sog label {
  font-size: 1.1vw;
  transition: 0.3s all ease;
  line-height: 1.2;
  font-family: "AudreyText-Bold", sans-serif;
}

#donateB label.fr,
#donate-sog label.fr {
  font-size: 95%;
  line-height: 1.3;
}

#donateB .continue-btn,
#donate-sog .continue-btn {
  background-color: #1B43B2;
  color: white;
  opacity: 1;
}

#donateB .continue-btn:hover,
#donate-sog .continue-btn:hover {
  color: #1B43B2;
}

#donateB #step-one label,
#donate-sog #step-one label {
  cursor: pointer;
}

#donateB .tribute-img,
#donate-sog .tribute-img {
  width: 28px;
  margin-right: 10px;
}

#donateB .payment-option-container > *,
#donate-sog .payment-option-container > * {
  margin-bottom: 0.5rem;
  min-width: 33%;
  width: 100%;
  height: 60px;
}

#donateB .payment-option-container > * .btn,
#donate-sog .payment-option-container > * .btn {
  height: 100%;
}

#donateB .gpay-card-info-container,
#donate-sog .gpay-card-info-container {
  min-width: 0;
}

#donateB .gpay-card-info-container-fill,
#donate-sog .gpay-card-info-container-fill {
  min-width: 0;
}

#donateB .gpay-card-info-container-fill iframe,
#donate-sog .gpay-card-info-container-fill iframe {
  padding: 8px;
}

#donateB .tribute-type-box,
#donate-sog .tribute-type-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#donateB .tribute-type-box div label,
#donate-sog .tribute-type-box div label {
  width: 100%;
}

#donateB #tribute-message,
#donate-sog #tribute-message {
  line-height: 1.13em;
  padding: 0.75em;
}

#donateB .tribute-overlay,
#donate-sog .tribute-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: #FFFDE9;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

#donateB .tribute-overlay.active,
#donate-sog .tribute-overlay.active {
  display: block;
}

#donateB .ecard-legal-container,
#donate-sog .ecard-legal-container {
  background-color: #ebf3f8;
  border-radius: 5px;
  color: #0665a9;
  height: 45px;
  margin-bottom: 0.75rem;
  padding: 1.75em 1.3rem;
  position: relative;
}

#donateB .ecard-legal-container p,
#donate-sog .ecard-legal-container p {
  font-size: 100%;
  font-weight: 500;
  line-height: 16px;
}

@media screen and (max-width: 1200px) {
  #donateB .ecard-legal-container p,
  #donate-sog .ecard-legal-container p {
    padding: 2em 1.3rem;
    line-height: 1.25em;
  }
}

@media screen and (max-width: 678px) {
  #donateB .ecard-legal-container p,
  #donate-sog .ecard-legal-container p {
    padding: 1em 0;
  }
}

@media screen and (max-width: 1200px) {
  #donateB .ecard-legal-container,
  #donate-sog .ecard-legal-container {
    padding: 2em 1.3rem;
  }
}

@media screen and (max-width: 980px) {
  #donateB .ecard-legal-container,
  #donate-sog .ecard-legal-container {
    padding: 1.8em 1.3rem;
  }
}

@media screen and (max-width: 678px) {
  #donateB .ecard-legal-container,
  #donate-sog .ecard-legal-container {
    padding: 2.5em 1.3rem;
    font-size: 0.8em;
  }
}

#donateB .ecard-icon,
#donate-sog .ecard-icon {
  width: 27px;
  margin-right: 0.7rem;
}

#donateB .donation-module-amount .amount-box,
#donate-sog .donation-module-amount .amount-box {
  width: calc(20% - 10px);
}

#donateB .donation-module-amount .amount,
#donate-sog .donation-module-amount .amount {
  border: 1px solid #DB0007;
  border-radius: 8px;
  color: #DB0007;
  text-align: center;
  transition: 0.3s all ease;
  width: 100%;
  font-size: 1.6vw;
  font-family: "AudreyText-Regular", sans-serif;
}

#donateB .donation-module-amount .amount.active,
#donateB .donation-module-amount .amount:hover,
#donate-sog .donation-module-amount .amount.active,
#donate-sog .donation-module-amount .amount:hover {
  font-family: "AudreyText-Bold", sans-serif;
  font-weight: bold;
  background-color: #DB0007;
  color: #FFFDE9;
}

#donateB .donation-module-amount #custom-amount-box,
#donate-sog .donation-module-amount #custom-amount-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  color: #FFFDE9;
  background: #DB0007;
  border-radius: 5px;
  text-align: center;
  font-family: "AudreyText-Bold", sans-serif;
  transition: 0.3s all ease;
  font-size: 1.6vw;
}

#donateB .donation-module-amount #custom-amount-box input,
#donate-sog .donation-module-amount #custom-amount-box input {
  min-width: 30px;
  line-height: 0;
  border-bottom: 2px solid #FFFDE9;
  border-top: 2px solid #DB0007;
  padding: 0;
}

#donateB .donation-module-amount label,
#donateB .donation-module-amount .label,
#donate-sog .donation-module-amount label,
#donate-sog .donation-module-amount .label {
  margin-bottom: 0;
}

#donateB .donation-module-amount input,
#donate-sog .donation-module-amount input {
  font-family: "AudreyText-Bold", sans-serif;
  color: #FFFDE9;
  border: none;
  background: #DB0007;
  text-align: center;
  max-width: 70%;
}

#donateB .donation-module-amount input:focus-visible,
#donate-sog .donation-module-amount input:focus-visible {
  outline: none;
}

#donateB .donation-module-amount input::-moz-placeholder, #donate-sog .donation-module-amount input::-moz-placeholder {
  color: #FFFDE9;
}

#donateB .donation-module-amount input::placeholder,
#donate-sog .donation-module-amount input::placeholder {
  color: #FFFDE9;
}

#donateB .donation-module-amount input::-webkit-outer-spin-button,
#donateB .donation-module-amount input::-webkit-inner-spin-button,
#donate-sog .donation-module-amount input::-webkit-outer-spin-button,
#donate-sog .donation-module-amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#donateB .custom-select,
#donate-sog .custom-select {
  border-color: #000;
  color: #000;
  padding: 0.375rem 0.75rem;
  height: auto;
}

#donateB .donation-center-list,
#donate-sog .donation-center-list {
  padding-left: 1.25rem;
}

#donateB .donation-center-list input:disabled + label,
#donate-sog .donation-center-list input:disabled + label {
  background-color: #ACACAC;
  color: white;
  cursor: not-allowed !important;
  border-color: #ACACAC;
}

#donateB .donation-center-list input:disabled + label:hover,
#donate-sog .donation-center-list input:disabled + label:hover {
  font-weight: 500;
}

#donateB .donation-center-list .v-select ul,
#donate-sog .donation-center-list .v-select ul {
  background-color: #FFFDE9;
}

#donateB .donation-center-list .vs__dropdown-toggle,
#donate-sog .donation-center-list .vs__dropdown-toggle {
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  border-color: #000;
  border-radius: 4px;
}

#donateB .donation-center-list .vs__selected-options,
#donate-sog .donation-center-list .vs__selected-options {
  padding: 0;
}

#donateB .donation-center-list .vs__selected-options input,
#donate-sog .donation-center-list .vs__selected-options input {
  margin: 0;
  padding: 0;
}

#donateB .donation-center-list .vs__selected-options input::-moz-placeholder, #donate-sog .donation-center-list .vs__selected-options input::-moz-placeholder {
  color: #000;
}

#donateB .donation-center-list .vs__selected-options input::placeholder,
#donate-sog .donation-center-list .vs__selected-options input::placeholder {
  color: #000;
}

#donateB .donation-center-list .vs__open-indicator,
#donate-sog .donation-center-list .vs__open-indicator {
  fill: #000;
}

#donateB .donation-module-copy,
#donate-sog .donation-module-copy {
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
  position: relative;
  background-color: transparent;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  height: 56px;
  padding: 0.5rem;
}

#donateB .donation-module-copy img,
#donate-sog .donation-module-copy img {
  display: inline-block;
  width: 32px;
  margin-right: 1.5rem;
}

@media screen and (max-width: 678px) {
  #donateB .donation-module-copy img,
  #donate-sog .donation-module-copy img {
    margin-right: 0.5rem;
  }
}

#donateB .donation-module-copy span,
#donate-sog .donation-module-copy span {
  font-size: 1.1vw;
}

@media screen and (max-width: 678px) {
  #donateB .donation-module-copy span,
  #donate-sog .donation-module-copy span {
    font-size: 1.2em;
  }
}

#donateB .donation-module-copy div,
#donate-sog .donation-module-copy div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  width: 100%;
  font-weight: 500;
  font-size: 90%;
  transition: 0.3s all ease;
}

#donateB .donation-module-copy div.active,
#donate-sog .donation-module-copy div.active {
  z-index: 10;
  opacity: 1;
}

#donateB .donation-module-copy br,
#donate-sog .donation-module-copy br {
  display: none;
}

@media screen and (max-width: 678px) {
  #donateB .donation-module-copy,
  #donate-sog .donation-module-copy {
    font-size: 12.5px !important;
    margin-bottom: 0;
  }
}

#donateB .recaptcha-container,
#donate-sog .recaptcha-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

#donateB #rc-anchor-alert,
#donateB .rc-anchor-alert,
#donate-sog #rc-anchor-alert,
#donate-sog .rc-anchor-alert {
  font-size: 8px !important;
}

#donateB .form-control,
#donate-sog .form-control {
  border-color: #000;
}

#donateB textarea#comment,
#donate-sog textarea#comment {
  max-height: 200px !important;
  color: #000;
  background-color: transparent;
  resize: none !important;
  min-height: 60px;
  font-size: 0.9rem;
  width: 100%;
  color: #000;
  padding: 0.5rem 0.8rem;
  border-radius: 4px;
  border-color: #000;
}

#donateB textarea#comment::-moz-placeholder, #donate-sog textarea#comment::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2509803922);
}

#donateB textarea#comment::placeholder,
#donate-sog textarea#comment::placeholder {
  color: rgba(0, 0, 0, 0.2509803922);
}

#donateB .btn,
#donate-sog .btn {
  font-size: 1vw;
  width: 100%;
}

#donateB a.link,
#donate-sog a.link {
  color: #000;
  text-decoration: underline;
}

#donateB .legal,
#donate-sog .legal {
  font-size: 80%;
  font-style: italic;
  color: #000;
  font-weight: 400;
  opacity: 0.7;
  line-height: 140%;
}

#donateB .promo-legal,
#donate-sog .promo-legal {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

#donateB .label-btn,
#donate-sog .label-btn {
  border: 1px solid #DB0007;
  border-radius: 8px;
  color: #DB0007;
  text-align: center;
  transition: 0.3s all ease;
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  padding: 15px;
}

#donateB .label-btn.active,
#donateB .label-btn:hover,
#donate-sog .label-btn.active,
#donate-sog .label-btn:hover {
  font-family: "AudreyText-Bold", sans-serif;
  background-color: #DB0007;
  color: #FFFDE9;
}

#donateB .text-danger,
#donate-sog .text-danger {
  font-size: 85%;
}

#donateB .step-back-btn,
#donate-sog .step-back-btn {
  background-color: rgba(41, 43, 41, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#donateB .step-back-btn img,
#donate-sog .step-back-btn img {
  width: 6px;
  height: 12px;
}

#donateB .donate-progress,
#donate-sog .donate-progress {
  width: calc(100% + 4rem);
  position: absolute;
  left: -2rem;
  top: 100%;
  transform: translateY(-100%);
  border-bottom: 1px solid rgba(41, 43, 41, 0.4);
  height: 4px;
}

#donateB .donate-progress .bar,
#donate-sog .donate-progress .bar {
  height: 4px;
  background-color: #FFBC0D;
}

#donateB .payment-options span.cvv,
#donate-sog .payment-options span.cvv {
  cursor: pointer;
  border: 1px solid black;
  border-radius: 50%;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  width: 13px;
  height: 13px;
  margin-left: 0.25rem;
}

#donateB .payment-options span.cvv:hover .bubble-tip,
#donateB .payment-options span.cvv:hover .cvv-bubble,
#donate-sog .payment-options span.cvv:hover .bubble-tip,
#donate-sog .payment-options span.cvv:hover .cvv-bubble {
  opacity: 1;
}

#donateB .payment-options .bubble-tip,
#donate-sog .payment-options .bubble-tip {
  opacity: 0;
  position: absolute;
  transform: translateX(-100%) translateY(-50%);
  width: 16px;
  left: 32px;
  max-width: none;
  top: 50%;
}

#donateB .payment-options .cvv-bubble,
#donate-sog .payment-options .cvv-bubble {
  opacity: 0;
  width: 157px;
  display: inline-block;
  background-color: black;
  color: white;
  position: absolute;
  padding: 0.5rem;
  border-radius: 4px;
  left: 27px;
  font-size: 10px;
  line-height: 115%;
  top: 11%;
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  #donateB .payment-options span.cvv,
  #donate-sog .payment-options span.cvv {
    margin-left: 0.5rem;
  }

  #donateB .payment-options .bubble-tip,
  #donate-sog .payment-options .bubble-tip {
    transform: translateY(-100%) translateX(-50%) rotate(-90deg);
    width: 12px;
    left: 50%;
    max-width: none;
    top: -4px;
  }

  #donateB .payment-options .cvv-bubble,
  #donate-sog .payment-options .cvv-bubble {
    left: 50%;
    transform: translateX(-50%) translateY(calc(-100% - 4px));
    top: -10px;
    font-size: 2.9vw;
    width: 46vw;
    padding: 2.2vw;
  }
}

#donateB .error-input,
#donate-sog .error-input {
  border: 1.5px solid #E20323;
  background-color: #FFF0F2;
}

#donateB .thank-you-container,
#donate-sog .thank-you-container {
  max-width: 480px;
  margin: auto;
  text-align: center;
}

#donateB .thank-you-container .icon,
#donate-sog .thank-you-container .icon {
  width: 80px;
}

#donateB .thank-you-container .h1,
#donate-sog .thank-you-container .h1 {
  font-size: 3vw;
}

#donateB .thank-you-container p,
#donate-sog .thank-you-container p {
  color: #000;
  font-size: 1.3vw;
}

#donateB .thank-you-container .btn,
#donate-sog .thank-you-container .btn {
  font-size: 1.3vw;
}

#donateB .thank-you-container .tribute,
#donate-sog .thank-you-container .tribute {
  width: 70px;
  height: 74px;
}

#donateB .tribute-box .top-box:after,
#donate-sog .tribute-box .top-box:after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1254901961);
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  transform: translateX(-50%);
}

#donateB .tribute-box textarea,
#donate-sog .tribute-box textarea {
  min-height: 174px;
}

#donateB .preview-box,
#donate-sog .preview-box {
  width: 33%;
  padding: 0 3rem 3rem;
}

#donateB .ecard,
#donate-sog .ecard {
  width: 33%;
  margin-bottom: 3px;
}

#donateB .ecard label,
#donate-sog .ecard label {
  opacity: 0.4;
  transition: 0.3s all ease;
  margin-bottom: 0 !important;
}

#donateB .ecard label img,
#donate-sog .ecard label img {
  border: 2px solid #FFFDE9;
  border-radius: 8px;
}

#donateB .ecard label:hover,
#donate-sog .ecard label:hover {
  opacity: 1;
}

@media screen and (max-width: 678px) {
  #donateB .ecard,
  #donate-sog .ecard {
    width: calc(50% - 3px);
    margin-bottom: 6px;
  }
}

#donateB .preview-logo,
#donate-sog .preview-logo {
  width: 65px;
  height: auto;
}

#donateB .instruction,
#donate-sog .instruction {
  font-size: 80%;
}

#donateB .selected.ecard label,
#donate-sog .selected.ecard label {
  opacity: 1;
}

#donateB #tribute-modal .modal-close-container,
#donate-sog #tribute-modal .modal-close-container {
  position: absolute;
  left: 100%;
  background-color: #FFFDE9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 100%;
}

#donateB #tribute-modal .modal-close-container button,
#donate-sog #tribute-modal .modal-close-container button {
  font-size: 1.5rem;
  color: #000;
}

#donateB #tribute-modal .container,
#donate-sog #tribute-modal .container {
  padding: 20px 50px 40px;
}

#donateB #tribute-modal .modal-content,
#donate-sog #tribute-modal .modal-content {
  border: none;
  border-radius: 16px;
}

#donateB #tribute-modal .modal-dialog,
#donate-sog #tribute-modal .modal-dialog {
  max-width: 600px;
  margin-top: 4.5rem;
}

#donateB #tribute-modal .modal-logo,
#donate-sog #tribute-modal .modal-logo {
  width: 35%;
}

#donateB #tribute-modal .subject,
#donate-sog #tribute-modal .subject {
  margin-top: 10px;
  margin-bottom: 20px;
}

#donateB #tribute-modal .ecard_id,
#donate-sog #tribute-modal .ecard_id {
  -webkit-mask-image: url("/images/svg/box16to9.svg");
          mask-image: url("/images/svg/box16to9.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
}

#donateB #tribute-modal .message,
#donate-sog #tribute-modal .message {
  font-size: 14px;
  line-height: 18px;
  margin: 20px auto;
}

#donateB #tribute-modal .name,
#donate-sog #tribute-modal .name {
  margin-top: 20px;
  font-size: 20px;
}

#donateB #tribute-modal .modal-content-container,
#donate-sog #tribute-modal .modal-content-container {
  padding: 10px 20px;
}

#donateB #tribute-modal .modal-open,
#donate-sog #tribute-modal .modal-open {
  overflow: scroll !important;
}

#donateB #tribute-modal .line,
#donate-sog #tribute-modal .line {
  height: 1px;
}

@media screen and (min-width: 1400px) {
  #donateB h1,
  #donate-sog h1 {
    font-size: 41px;
  }

  #donateB .h3,
  #donate-sog .h3 {
    font-size: 24px;
  }

  #donateB .h4,
  #donate-sog .h4 {
    font-size: 16px;
  }

  #donateB .recurring,
  #donateB .btn,
  #donateB .thank-you-container p,
  #donateB .thank-you-container .btn,
  #donate-sog .recurring,
  #donate-sog .btn,
  #donate-sog .thank-you-container p,
  #donate-sog .thank-you-container .btn {
    font-size: 18px;
  }

  #donateB label,
  #donate-sog label {
    font-size: 18px;
  }

  #donateB .donation-module-amount .amount,
  #donateB .donation-module-amount #custom-amount-box,
  #donate-sog .donation-module-amount .amount,
  #donate-sog .donation-module-amount #custom-amount-box {
    font-size: 24px;
  }

  #donateB .donation-module-copy span,
  #donate-sog .donation-module-copy span {
    font-size: 18px;
  }

  #donateB .thank-you-container .h1,
  #donate-sog .thank-you-container .h1 {
    font-size: 46px;
  }
}

@media screen and (max-width: 991px) {
  #donateB .btn,
  #donate-sog .btn {
    font-size: 4.6vw;
    border-radius: 8px;
  }

  #donateB .label-btn,
  #donate-sog .label-btn {
    padding: 12px;
  }

  #donateB .tribute-box .top-box,
  #donate-sog .tribute-box .top-box {
    padding: 0;
  }

  #donateB .donation-box,
  #donate-sog .donation-box {
    height: auto;
  }

  #donateB .img-box,
  #donateB .donateB-container,
  #donate-sog .img-box,
  #donate-sog .donateB-container {
    width: 100%;
  }

  #donateB .img-box img,
  #donate-sog .img-box img {
    -webkit-mask-image: none;
            mask-image: none;
  }

  #donateB .container,
  #donate-sog .container {
    padding: 0;
  }

  #donateB .donation-module-amount .amount,
  #donateB .donation-module-amount #custom-amount-box,
  #donate-sog .donation-module-amount .amount,
  #donate-sog .donation-module-amount #custom-amount-box {
    font-size: 4.2vw;
  }

  #donateB .donation-center-list,
  #donate-sog .donation-center-list {
    padding-left: 0;
  }

  #donateB .donate-form,
  #donateB .tribute-box,
  #donate-sog .donate-form,
  #donate-sog .tribute-box {
    overflow: visible;
    max-height: none;
    padding: 0 15px;
  }

  #donateB .tribute-copy-box p,
  #donate-sog .tribute-copy-box p {
    width: 80%;
    line-height: 1.2;
  }

  #donateB .tribute-img,
  #donate-sog .tribute-img {
    width: 24px;
  }

  #donateB .payment-option-container > *,
  #donate-sog .payment-option-container > * {
    width: 100%;
    margin-bottom: 12px;
    height: 50px;
  }

  #donateB .payment-option-container > * .btn,
  #donate-sog .payment-option-container > * .btn {
    padding: 10px !important;
  }

  #donateB .donate-cc-mobile-btn,
  #donate-sog .donate-cc-mobile-btn {
    margin-bottom: 12px;
  }

  #donateB .gpay-button.white.donate.en,
  #donate-sog .gpay-button.white.donate.en {
    padding: 15px;
  }

  #donateB #billing,
  #donateB .tribute-box,
  #donate-sog #billing,
  #donate-sog .tribute-box {
    margin-top: 4vw;
  }

  #donateB #billing .top-box:after,
  #donateB .tribute-box .top-box:after,
  #donate-sog #billing .top-box:after,
  #donate-sog .tribute-box .top-box:after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1254901961);
    position: absolute;
    top: calc(100% + 17px);
  }

  #donateB .form-group,
  #donate-sog .form-group {
    width: 100%;
  }

  #donateB h1,
  #donate-sog h1 {
    font-size: 9.5vw;
    line-height: 1;
  }

  #donateB h1.fr,
  #donate-sog h1.fr {
    font-size: 4.3vw;
  }

  #donateB .h3,
  #donate-sog .h3 {
    font-size: 4.2vw;
  }

  #donateB label,
  #donateB .label,
  #donate-sog label,
  #donate-sog .label {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }

  #donateB .form-check label,
  #donate-sog .form-check label {
    margin-left: 5px;
  }

  #donateB .donation-module-amount .amount-box,
  #donate-sog .donation-module-amount .amount-box {
    width: calc(33% - 2vw);
    margin: 1vw 2vw;
  }

  #donateB .donation-module-amount .amount-box:nth-of-type(1n),
  #donate-sog .donation-module-amount .amount-box:nth-of-type(1n) {
    margin-left: 0;
  }

  #donateB .donation-module-amount .amount-box:nth-of-type(3n),
  #donate-sog .donation-module-amount .amount-box:nth-of-type(3n) {
    margin-right: 0;
  }

  #donateB .btn,
  #donate-sog .btn {
    font-size: 4vw;
  }

  #donateB .blue-legal,
  #donate-sog .blue-legal {
    font-size: 100%;
    line-height: 120%;
  }

  #donateB .legal,
  #donate-sog .legal {
    margin-bottom: 0.5rem;
  }

  #donateB .thank-you-container,
  #donate-sog .thank-you-container {
    padding-top: 15px;
  }

  #donateB .thank-you-container .h1,
  #donate-sog .thank-you-container .h1 {
    font-size: 9vw;
  }

  #donateB .thank-you-container p,
  #donateB .thank-you-container .btn,
  #donate-sog .thank-you-container p,
  #donate-sog .thank-you-container .btn {
    font-size: 4vw;
  }

  #donateB .mobile-legal,
  #donate-sog .mobile-legal {
    z-index: 10;
    position: relative;
  }

  #donateB #tribute-modal .modal-dialog,
  #donate-sog #tribute-modal .modal-dialog {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
  }

  #donateB #tribute-modal .modal-close-container,
  #donate-sog #tribute-modal .modal-close-container {
    transform: translateX(-100%) translateY(-15px);
    width: 30px;
    height: 30px;
  }

  #donateB #tribute-modal .modal-close-container button,
  #donate-sog #tribute-modal .modal-close-container button {
    font-size: 25px;
  }

  #donateB #tribute-modal .container,
  #donate-sog #tribute-modal .container {
    padding: 20px 15px 40px;
  }

  #donateB #tribute-modal .subject,
  #donateB #tribute-modal .name,
  #donate-sog #tribute-modal .subject,
  #donate-sog #tribute-modal .name {
    font-size: 16px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

#donateB .fr-sup,
#donate-sog .fr-sup {
  font-size: 45%;
  top: -1rem;
}

@media screen and (max-width: 500px) {
  #donateB .fr-sup,
  #donate-sog .fr-sup {
    top: -0.5rem;
  }
}

#donate-sog .hero-img.dt {
  min-height: 851px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

#donate-sog .text-underline {
  text-decoration: underline;
}

@media screen and (min-width: 991px) {
  #donate-sog .donateSog-container {
    padding-top: 0 !important;
  }
}

#donate-sog .vid-box {
  position: relative;
}

#donate-sog .video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#donate-sog .vid-control {
  z-index: 100;
  color: white;
  position: absolute;
  right: 0;
  top: 102%;
  background-color: transparent;
  outline: none;
  border: none;
}

@media screen and (max-width: 768px) {
  #donate-sog .vid-control {
    top: -1px;
    transform: translateY(-800%);
  }
}

#donate-sog video {
  width: 100%;
}

#donate-sog video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

#donate-sog textarea#sog-comment {
  min-height: 0;
  font-weight: normal;
}

#donate-sog .sog-copy {
  font-size: 95%;
}

#donate-sog label[for=sog-terms],
#donate-sog label[for=sog-privacy] {
  font-size: 11px;
  text-align: left;
}

#donate-sog .donate-form {
  top: 10%;
  left: unset;
  right: 10%;
  transform: none;
  max-width: 500px;
}

@media screen and (max-width: 991px) {
  #donate-sog .donate-form {
    top: -10px;
    position: relative;
    left: 0;
    right: unset;
  }
}

#donate-sog .donate-form.submitted {
  top: 40%;
}

#donate-sog #comment-box {
  position: absolute;
  bottom: 0;
  width: 25%;
  display: flex;
  flex-direction: column;
  width: 340px;
  right: 530px;
}

#donate-sog #comment-box .msg {
  background-color: rgba(216, 214, 214, 0.8);
  color: #000;
  padding: 1rem;
  margin-bottom: 15px;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}

#donate-sog #comment-box .msg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-left-color: rgba(216, 214, 214, 0.8);
  border-right: 0;
  border-bottom: 0;
  transform: translateX(100%);
}

#donate-sog #comment-box .msg p {
  color: #000;
}

@media screen and (max-width: 991px) {
  #donate-sog #comment-box {
    bottom: 103%;
    width: 55%;
    right: 0.5rem;
    z-index: 10;
  }

  #donate-sog #comment-box .msg {
    margin-bottom: 0;
    padding: 0.5rem;
  }

  #donate-sog #comment-box .msg::after {
    border: 8px solid transparent;
    border-left-color: rgba(216, 214, 214, 0.8);
    border-right: 0;
    border-bottom: 0;
  }

  #donate-sog #comment-box .msg p {
    font-size: 10px;
    line-height: 1.3;
  }
}

#donate-sog #sog-thanks {
  color: #38A064;
  font-weight: bold;
}

#donate-sog .promo-copy {
  font-size: 100%;
}

#donate-sog .promo-legal {
  color: #FFFDE9;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

#donate-sog .promo-logo {
  width: 30%;
}

@media screen and (max-width: 991px) {
  #donate-sog .promo-logo {
    width: 30%;
  }
}

#donate-sog .sog-btn {
  width: 60%;
}

@media screen and (max-width: 991px) {
  #donate-sog .sog-btn {
    width: 70%;
  }
}

#donate-sog .bosch_matched {
  opacity: 0;
  position: absolute;
  top: 0;
  background-color: #1B43B2;
  padding: 0.5rem;
  width: 110%;
  border-radius: 4px;
  color: #FFFDE9;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-100% - 4px));
  transition: 0.3s all ease;
}

#donate-sog .bosch_matched.active {
  opacity: 1;
}

#donate-sog .bosch_matched::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 6px solid #1B43B2;
  transform: translateX(-50%);
}

#donate-thankyou .opacity-0 {
  opacity: 0;
}

#donate-thankyou .ty-background {
  position: relative;
}

#donate-thankyou .ty-background .bg-img {
  max-height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0;
}

#donate-thankyou .ty-text-container {
  background-color: #fff;
  border-style: none;
  border-radius: 16px;
  width: 520px;
  transform: translateY(-50%) translateX(-50%);
  left: 65%;
  top: 50%;
  z-index: 100;
  position: absolute;
  transition: 0.5s all ease;
}

@media screen and (max-width: 768px) {
  #donate-thankyou .ty-text-container {
    transform: translateX(-50%);
    width: 85%;
    left: 50%;
    top: 44%;
  }

  #donate-thankyou .ty-text-container.fr {
    width: 90%;
  }
}

#donate-thankyou .ty-icon {
  width: 130px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #donate-thankyou .ty-icon {
    width: 20vw;
    padding: 0;
    margin-bottom: 1.5rem;
  }
}

#donate-thankyou .ty-header {
  color: #1B43B2;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #donate-thankyou .ty-header {
    font-size: 4.8vw;
  }

  #donate-thankyou .ty-header br {
    display: none;
  }
}

#donate-thankyou .ty-description {
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #donate-thankyou .ty-description {
    font-size: 3.8vw;
    line-height: 1.25;
  }

  #donate-thankyou .ty-description br {
    display: none;
  }
}

#donate-thankyou .button-container {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #donate-thankyou .button-container a {
    width: 100%;
    padding-top: 2.3vw !important;
    padding-bottom: 2.3vw !important;
    height: unset;
    font-size: 4vw;
  }
}

#donate-thankyou .learn-more-button {
  width: 13rem;
  height: 3.4rem;
  margin: auto;
  padding: 14px 0 !important;
  border-radius: 10px !important;
  color: #fff !important;
}

#donate-thankyou .learn-more-button:hover {
  color: #1B43B2 !important;
}

#promo-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: 0.3s all ease;
}

#promo-overlay .popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30%;
  max-width: 360px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #FFFDE9;
  transition: 0.5s all ease;
  transform-origin: 0% 0%;
}

#promo-overlay .popup-box.scale-80 {
  transform: scale(0.8) translateX(-50%) translateY(-50%);
}

#promo-overlay .red-box {
  background-color: #E20323;
  padding: 1rem 0;
  color: #FFFDE9;
  font-family: "AudreyDisplay-Bold", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}

#promo-overlay .header {
  font-family: "AudreyDisplay-Bold", sans-serif;
  color: #E20323;
  line-height: 1.2;
  font-weight: 900;
  font-size: 22px;
}

#promo-overlay .icon {
  width: 45%;
  margin: 1rem auto 2rem;
}

#promo-overlay .btn {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #promo-overlay .popup-box {
    width: 80%;
  }

  #promo-overlay .text-box {
    padding: 2rem;
  }

  #promo-overlay .header {
    font-size: 4.5vw;
  }

  #promo-overlay .icon {
    margin: 0.7rem auto 1.5rem;
    width: 26vw;
  }

  #promo-overlay .btn {
    padding-top: 2.3vw !important;
    padding-bottom: 2.3vw !important;
    height: unset;
    font-size: 4vw;
  }
}

.families {
  align-self: stretch;
}

.families .image-container {
  border-radius: 16px;
}

.families .row {
  background-color: #FFBC0D;
}

.families .row .family-img {
  border-radius: 0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.families .row:nth-child(odd) {
  background-color: #8EE7F8;
}

.families .row:nth-child(odd) .family-img {
  border-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

@media screen and (min-width: 992px) {
  .families .row:nth-child(odd) .order-x {
    order: 2;
  }
}

.families .icon-box-circle {
  width: 40px;
  height: 40px;
}

.families p {
  font-size: 16px;
  margin-left: 1rem;
}

@media screen and (max-width: 991px) {
  .families .row .family-img,
  .families .row:nth-child(odd) .family-img {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .families .icon-box-circle {
    width: 30px;
    height: 30px;
  }

  .families p {
    font-size: 14px;
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 1400px) {
  .families .h1 {
    font-size: 26px;
  }
}

.hospitals .montserrat-bold {
  font-family: "AudreyDisplay-Bold", sans-serif;
  font-weight: bold;
}

.hospitals h4,
.hospitals li {
  font-size: 1rem;
}

.hospitals ul {
  padding: 0;
  margin: 0;
}

.hospitals ul li {
  color: #000;
}

.find-us.houses .image-container {
  height: 100%;
  overflow: hidden;
}

.find-us.houses .no-hospital {
  max-height: 310px;
}

.find-us.houses img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
}

.find-us.houses .house .text-box {
  width: 100%;
}

.find-us.houses .house:nth-of-type(2n) {
  background-color: #8EE7F8;
}

.find-us.houses .house:nth-of-type(2n) .image-container {
  overflow: hidden;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.find-us.houses .house:nth-of-type(2n) img {
  border-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.find-us.houses .house:nth-of-type(2n+1) {
  background-color: #FFBC0D;
}

.find-us.houses .house:nth-of-type(2n+1) .image-container {
  overflow: hidden;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.find-us.houses .house:nth-of-type(2n+1) img {
  border-radius: 0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.find-us.houses .phone-number {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}

@media screen and (max-width: 991px) {
  .find-us.houses .house:nth-of-type(2n+1) .image-container,
  .find-us.houses .house:nth-of-type(2n) .image-container {
    position: unset;
    aspect-ratio: 16/9;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .find-us.houses .house:nth-of-type(2n+1) img,
  .find-us.houses .house:nth-of-type(2n) img {
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.find-us-hero {
  position: relative;
  padding: 4rem 0;
}

.find-us-hero h1 {
  font-size: 4.3vw;
  line-height: 105%;
}

@media screen and (min-width: 1200px) {
  .find-us-hero h1 {
    font-size: 50px;
  }
}

.find-us-hero .hero-img {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .find-us-hero h1 {
    font-size: 6.5vw;
  }

  .find-us-hero h1 br {
    display: none;
  }
}

#find-us-controls.fixed {
  position: fixed;
  background-color: #FFFDE9;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  z-index: 110;
  transition: 0.4s all ease-in-out;
}

#find-us-controls.fixed.nav-down {
  top: 121px;
}

@media screen and (max-width: 768px) {
  #find-us-controls.fixed.nav-down {
    top: 94px;
  }
}

#find-us-controls.fixed select {
  border: 1px solid #000;
}

.find-us-controls {
  /* make an arrow for the select */
}

@media screen and (max-width: 380px) {
  .find-us-controls > div {
    flex-direction: column;
  }

  .find-us-controls > div > div {
    width: 100% !important;
  }

  .find-us-controls > div > div:first-of-type {
    margin-bottom: 1rem;
  }
}

.find-us-controls select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  border-radius: 4px;
  border: none;
  padding: 10px 15px;
}

@media screen and (max-width: 768px) {
  .find-us-controls select {
    line-height: 1;
  }
}

.find-us-controls .select-box {
  position: relative;
  width: calc(50% - 0.5rem);
}

.find-us-controls .select-box::after,
.find-us-controls .select-box:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1rem;
  width: 12px;
  height: 6px;
  background-image: url(/images/find-us/arrow-down.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .find-us-controls .select-box::after,
  .find-us-controls .select-box:after {
    right: 0.5rem;
  }
}

.map-heading {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.map-heading #heading-province,
.map-heading #heading-locations {
  width: 100%;
}

.bg.houses .container .row:nth-child(even) .order-x {
  order: 2;
}

.province-fill {
  fill: #D8DAD8;
  transition: fill 0.5s ease;
}

.has-locations > .province-fill:hover,
[data-province].active > .province-fill {
  fill: #FFB400;
  cursor: pointer;
}

.find-us-facts {
  position: relative;
}

.find-us-facts .house-room {
  width: 33%;
  margin-right: 2.5rem;
}

.find-us-facts .text-box {
  margin-left: 1rem;
}

.find-us-facts h2 {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin-bottom: 2px;
}

.find-us-facts p {
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: -0.1px;
}

.find-us-facts .btn-box {
  position: absolute;
  right: 15px;
  bottom: 0;
}

.find-us-facts.bottom h2 {
  font-size: 17px;
}

.find-us-facts.bottom .btn-box {
  position: unset;
}

@media screen and (max-width: 768px) {
  .find-us-facts .house-room,
  .find-us-facts .house-room.house {
    width: 100%;
    margin-right: 0;
  }

  .find-us-facts img {
    width: 60px;
    height: 60px;
  }

  .find-us-facts p {
    font-size: 3.6vw;
  }

  .find-us-facts h2 {
    font-size: 3.8vw;
    line-height: 1.25;
  }

  .find-us-facts .btn-box {
    position: unset;
  }

  .find-us-facts.bottom .house-room,
  .find-us-facts.bottom .house-room.house {
    width: 100%;
  }
}

@media (max-width: 767px) {
  div.secondary-nav-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  div.secondary-nav-wrapper .secondary-nav li a {
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
  }

  div.secondary-nav-wrapper .secondary-nav + h1 {
    margin-top: 2rem !important;
  }

  div.secondary-nav-wrapper + .container .row > div:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}

div.fundraiser-listing .item {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 991px) {
  div.fundraiser-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  div.fundraiser-listing .item:nth-child(1),
  div.fundraiser-listing .item:nth-child(2) {
    width: 50%;
  }

  div.fundraiser-listing .item {
    width: 33.33333%;
  }
}

div.fundraiser-listing .fundraiser-filters .form-filter-fundraiser select {
  width: 45%;
}

div.fundraiser-listing .fundraiser-filters .form-filter-fundraiser span {
  margin-left: 10px;
  margin-right: 10px;
}

div.fundraiser-listing .date {
  border-radius: 8px;
  font-family: "AudreyText-Bold", sans-serif;
  font-size: 14px;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 991px) {
  div.fundraiser-listing.current-fundraisers .item:nth-child(1),
  div.fundraiser-listing.past-fundraisers .item:nth-child(1) {
    width: 100%;
    display: grid;
    grid-template: auto auto/50% 50%;
  }

  div.fundraiser-listing.current-fundraisers .item:nth-child(1) .image-link,
  div.fundraiser-listing.past-fundraisers .item:nth-child(1) .image-link {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-right: 15px;
  }

  div.fundraiser-listing.current-fundraisers .item:nth-child(1) .progress,
  div.fundraiser-listing.past-fundraisers .item:nth-child(1) .progress {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-right: 15px;
  }

  div.fundraiser-listing.current-fundraisers .item:nth-child(1) .fundraiser-details,
  div.fundraiser-listing.past-fundraisers .item:nth-child(1) .fundraiser-details {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-left: 15px;
  }

  div.fundraiser-listing.current-fundraisers .item:nth-child(1) .fundraiser-details h2,
  div.fundraiser-listing.past-fundraisers .item:nth-child(1) .fundraiser-details h2 {
    margin-top: 0 !important;
  }

  div.fundraiser-listing.current-fundraisers .item:nth-child(3),
  div.fundraiser-listing.past-fundraisers .item:nth-child(3) {
    width: 50%;
  }

  div.fundraiser-listing.current-fundraisers .item:nth-child(3) .image-link img,
  div.fundraiser-listing.past-fundraisers .item:nth-child(3) .image-link img {
    height: 250px;
  }
}

div.fundraiser-listing .item:nth-child(1) .image-link img,
div.fundraiser-listing .item:nth-child(2) .image-link img {
  height: 250px;
}

div.fundraiser-listing img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

div.fundraiser-listing div.fundraiser-progress {
  background-color: #d8d6d6;
  height: 50px;
  line-height: 35px;
}

div.fundraiser-listing div.fundraiser-progress div {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
}

div.fundraiser-listing div.fundraiser-progress div.progress-bar {
  text-align: left;
  background-color: #f7cb15;
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  padding-left: 1rem;
  line-height: 35px;
}

div.fundraiser-listing div.fundraiser-progress div.goal {
  text-align: right;
  padding-right: 1rem;
  line-height: 35px;
}

div.fundraiser-listing div.fundraiser-progress div.goal span {
  font-weight: bold;
}

div.fundraiser-listing div.fundraiser-progress div.goal span:nth-of-type(1) {
  color: #888;
}

div.fundraiser-listing div.fundraiser-progress div.goal span:nth-of-type(2) {
  color: #000;
}

.zindex {
  z-index: -1 !important;
  position: relative;
}

#moments {
  background-color: #316EAE;
  line-height: 1.2;
  scroll-behavior: smooth;
}

#moments label[for=description] {
  font-size: 95%;
}

#moments p.legal {
  font-size: 80%;
  line-height: 0;
}

#moments .lockup {
  display: inline-block;
  line-height: 1;
}

#moments .lockup sup {
  font-size: 50%;
  top: -0.5rem;
}

#moments h1 {
  font-size: 4rem;
}

#moments h1.fr .hero-line {
  width: 26%;
}

#moments .main-text {
  display: inline-block;
  transform: scale(0.85, 1);
}

#moments .hero-rmhc {
  display: inline-block;
  font-size: 30%;
  margin: 0 1rem;
  font-weight: 300;
}

#moments .hero-line {
  height: 1px;
  width: 28%;
  background-color: #FFFDE9;
  float: left;
  margin: 14px 0px;
  padding: 0px;
}

#moments #scroll_to_moments_form {
  text-decoration: underline;
  cursor: pointer;
}

#moments::-moz-placeholder {
  color: #333;
}

#moments::placeholder {
  color: #333;
}

#moments .gray {
  color: #333;
}

#moments .gray .hero-line {
  background-color: #333;
}

#moments .form-control,
#moments .custom-select,
#moments #vs1__combobox,
#moments #vs1__listbox {
  border-radius: 20px;
}

#moments .form-control input,
#moments .custom-select input,
#moments #vs1__combobox input,
#moments #vs1__listbox input {
  color: #333;
}

#moments .vs__selected,
#moments .vs__search {
  padding-left: 0.5rem;
}

#moments .dot-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -45px;
}

#moments .form-dot-grey {
  width: 20px;
  height: 20px;
  border-radius: 250px;
  background: #ACACAC;
  text-align: center;
  margin: 10px 10px 0px;
}

#moments .form-dot-blue {
  width: 20px;
  height: 20px;
  border-radius: 250px;
  text-align: center;
  margin: 10px;
}

#moments .moments-hero-image {
  width: 24vw;
  position: absolute;
}

#moments .moments-hero-image.left {
  left: 0;
}

#moments .moments-hero-image.right {
  right: 0;
}

#moments .hero-text {
  margin-top: 10rem;
}

#moments .hero-text img {
  width: auto;
}

#moments .hero-text p {
  font-size: 1.3rem;
  margin: 3rem;
}

#moments .scroll-to-explore a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#moments .scroll-to-explore a:hover {
  text-decoration: none;
  color: #FFFDE9;
}

#moments .scroll-to-explore a.gray:hover {
  color: #333;
}

#moments .scroll-to-explore span {
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 1rem;
}

#moments .scroll-to-explore img {
  width: 50px;
}

#moments .moments-nav {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
  top: 121px;
  right: 35px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 1rem;
  transition: top 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 100;
  transform-origin: top;
}

#moments .moments-nav.nav-up {
  top: 0;
  transform: translateY(-100%);
}

#moments .moments-nav .rmhc-logo {
  width: 52px;
  border-right: 1px solid black;
  padding-right: 1rem;
  border-radius: 0;
}

#moments .moments-nav .rbc-logo {
  padding-left: 1rem;
  width: 120px;
}

#moments .overlay {
  height: 120vh;
  width: 130vw;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.2;
  display: none;
  transition: 0.3s all ease;
  z-index: 2;
}

#moments .overlay.show {
  display: block;
}

#moments .blur {
  transition: 1s all ease;
  filter: blur(2px);
}

#moments .main {
  position: relative;
}

#moments .main .text-box {
  position: absolute;
  top: 53%;
  left: 50%;
  width: 36%;
  transform: translateX(-50%) translateY(-50%);
}

#moments .moments-page-container {
  overflow: hidden;
}

#moments #circle-box-container {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  #moments #circle-box-container {
    margin-top: -240px;
    overflow: hidden;
  }
}

#moments .circle-box {
  overflow: hidden;
}

#moments .circle {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#moments .circle2 {
  width: 60%;
}

#moments .circle1 {
  width: 50%;
}

#moments .circle-inner {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#moments #moments-form {
  z-index: 4;
}

#moments #moments-form h3 {
  font-size: 1rem;
}

#moments #moments-form h2.lockup {
  line-height: 0.5;
  font-size: 2rem;
}

#moments #moments-form h2.lockup.fr {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

#moments #moments-form h2.lockup.fr .hero-line {
  width: 21.5%;
}

#moments #moments-form .hero-rmhc {
  margin: 0 0.5rem;
  font-size: 40%;
}

#moments #moments-form .hero-line {
  width: 24%;
}

#moments .social-container {
  width: 45%;
  border: 1px solid #333;
  border-radius: 30px;
  padding: 0.6rem 0.4rem;
  font-family: "AudreyDisplay-Bold", sans-serif;
  font-weight: 700;
  color: #333;
  transition: 0.3s all ease;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#moments .social-container:hover {
  transition: 0.3s all ease;
  border-color: #1B43B2;
  text-decoration: none;
  color: #1B43B2;
}

#moments .social-icon {
  width: 25px;
  margin: 0 0.5rem 0 0;
}

#moments .error-input {
  border: 1px solid #E20323;
  background-color: #FFF0F2;
}

#moments .error-input + label {
  border: 1px solid #E20323;
  background-color: #FFF0F2;
}

#moments .share-modal {
  color: #333;
  position: absolute;
  max-width: 600px;
  background: white;
  padding: 4rem;
  border-radius: 10px;
  transform: translateX(-50%) translateY(-50%);
  width: 95vw;
  left: 50%;
  top: 80%;
  max-height: 100vh;
  overflow-y: scroll;
}

#moments .share-modal h2,
#moments .share-modal p {
  text-align: center;
}

#moments .share-modal textarea {
  min-height: 0;
  line-height: 1.2;
  padding-right: 2rem;
}

#moments .share-modal .instruction {
  position: absolute;
  bottom: 4px;
  right: 8px;
  font-size: 60%;
}

#moments .share-modal .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1rem;
}

#moments .share-modal .image-error {
  font-size: 90%;
  margin-top: 0.5rem;
}

#moments #image_upload_label {
  border: 2px solid #ccc;
  border-style: dotted;
  border-radius: 20px;
  width: 100%;
  padding: 1rem;
  color: #666;
}

#moments #image_upload_label.bg-green {
  background-color: rgba(159, 194, 46, 0.2);
}

#moments #image_upload_label img {
  width: 20%;
  margin: 1rem;
}

#moments #image_upload_label .preview {
  width: 100%;
  display: block;
  margin: 1rem 0;
}

#moments .recaptcha-container {
  margin: 1rem auto;
}

#moments .btn-red {
  background-color: #E20323;
  color: #FFFDE9;
  min-width: 200px;
  border-radius: 30px;
  margin: auto;
  padding: 0.7rem;
  font-size: 0.8rem;
}

#moments #explore-moments {
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
}

#moments #explore-moments:after {
  position: absolute;
  content: "";
  top: 0;
  transform: translateX(-50%);
  left: calc(50% - 25px);
  width: 25px;
  height: calc(100% - 3rem);
  border-radius: 15px;
  background-color: white;
}

#moments #explore-moments:before {
  position: absolute;
  content: "";
  top: 0;
  transform: translateX(-50%);
  left: calc(50% + 25px);
  width: 25.4px;
  height: calc(100% - 3rem);
  border-radius: 15px;
  background-color: white;
}

#moments #explore-moments .show-moment {
  width: 70%;
  margin: 11rem auto 1rem;
}

#moments #explore-moments .odd-container {
  margin-top: 121px;
}

#moments #explore-moments .light-box {
  display: none;
  position: fixed;
  width: 90vw;
  left: 50vw;
  top: 50vh;
  transform: translateX(-50%) translateY(-50%);
  padding: 2.5rem 1.5rem 1.5rem;
  background-color: #FFFDE9;
  border-radius: 20px;
  z-index: 100;
  max-width: 1000px;
}

#moments #explore-moments .light-box.show-box {
  display: block;
}

#moments #explore-moments .light-box img,
#moments #explore-moments .light-box video {
  width: 100%;
  border-radius: 0;
}

#moments #explore-moments .light-box .close {
  width: 1rem;
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
}

#moments .explore-moment {
  width: 270px;
  border-radius: 20px;
  z-index: 1;
  margin-bottom: 2rem;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

#moments .explore-moment.text-only {
  margin-top: 190px;
  margin-bottom: 190px;
}

#moments .explore-moment img,
#moments .explore-moment video {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#moments .explore-moment img + .text-box,
#moments .explore-moment video + .text-box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#moments .explore-moment .text-box {
  position: relative;
  padding: 1rem 2rem;
  overflow-wrap: break-word;
  background: white;
  border-radius: 20px;
  min-height: 150px;
}

#moments .explore-moment .name {
  font-weight: bold;
  font-size: 90%;
}

#moments .explore-moment .dot {
  position: absolute;
  width: 174px;
  height: 157px;
  top: 23px;
  left: calc(100% - 138px);
  z-index: -1;
  background-image: url(/images/moments/line-left.png);
  background-repeat: no-repeat;
  transform: translateX(50%);
  background-size: contain;
}

#moments .explore-moment.odd .dot {
  left: 51px;
  background-image: url(/images/moments/line-right3.png);
  transform: translateX(-100%);
}

#moments .explore-moment .icon {
  position: absolute;
  width: auto;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
}

#moments .explore-moment .show-hide {
  color: #1B43B2;
  text-decoration: underline;
  cursor: pointer;
}

#moments .explore-moment .moment_copy_all,
#moments .explore-moment .see_less {
  display: none;
}

#moments .explore-moment .show-all .moment_copy,
#moments .explore-moment .show-all .see_more {
  display: none;
}

#moments .explore-moment .show-all .moment_copy_all,
#moments .explore-moment .show-all .see_less {
  display: block;
}

#moments .big-text-box {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  text-align: center;
  font-family: "AudreyDisplay-Bold", sans-serif;
  color: #FFFDE9;
  font-weight: bold;
  position: absolute;
  align-items: flex-start;
  margin-top: 7rem;
  left: 100%;
  z-index: 100;
  transform: translateX(-100%);
}

#moments .big-text-box > div {
  margin-left: 2rem;
}

#moments .big-text-box.fr > div {
  font-size: 0.7rem;
}

#moments .amount {
  color: #FFBC0D;
  font-size: 2.5rem;
  display: block;
  background: #000;
}

#moments #scrollTop {
  background-color: #FFC929;
  border-radius: 50%;
  position: fixed;
  bottom: 3vw;
  right: 4vw;
  z-index: 99;
  transform: rotate(180deg);
}

#moments #scrollTop.fixed-on-moments {
  position: absolute;
}

@media (max-width: 1200px) {
  #moments #moments-form h2.lockup {
    font-size: 1.7rem;
  }

  #moments #moments-form h2.lockup.fr {
    font-size: 1.4rem;
  }

  #moments #explore-moments .show-moment {
    width: 83%;
  }

  #moments .explore-moment .dot {
    left: calc(100% - 141px);
    width: 176px;
    height: 158px;
  }

  #moments .explore-moment.odd .dot {
    width: 174px;
    height: 157px;
    left: 52px;
  }
}

@media (max-width: 768px) {
  #moments #scrollTop {
    width: 2rem;
    bottom: 2vw;
    right: 2vw;
  }

  #moments #scrollTop.fixed-on-moments {
    right: 2vw;
  }

  #moments h1 {
    font-size: 7.3vw;
  }

  #moments h1.fr {
    font-size: 6.3vw;
  }

  #moments h1.fr .hero-line {
    width: 18%;
  }

  #moments .hero-rmhc {
    font-size: 50%;
    margin: 0 0.3rem;
  }

  #moments .hero-line {
    width: 20.5%;
  }

  #moments #moments-form h2.lockup {
    font-size: 4.7vw;
    margin: 0;
  }

  #moments #moments-form h2.lockup sup {
    top: -0.2rem;
  }

  #moments #moments-form h2.lockup .hero-line {
    height: 0.5px;
  }

  #moments #moments-form h2.lockup.fr {
    font-size: 4vw;
  }

  #moments #moments-form h2.lockup.fr .lockupbox {
    height: 1.1rem;
  }

  #moments #moments-form h3 {
    font-size: 0.7rem;
  }

  #moments #moments-form .modalforform h2.lockup {
    font-size: 5vw;
  }

  #moments #moments-form .modalforform h2.lockup.fr {
    font-size: 5vw;
  }

  #moments .moments-hero-image {
    width: 35vw;
  }

  #moments .hero-text p {
    font-size: 0.9rem;
    margin: 3rem 1rem 0;
  }

  #moments .moments-nav {
    left: 50%;
    transform: translateX(-50%);
    top: 94px;
  }

  #moments .moments-nav.nav-up {
    top: 0;
    transform: translateX(-50%) translateY(-100%);
  }

  #moments .moments-nav.nav-down {
    top: 94px;
  }

  #moments .btn-red {
    padding: 0.4rem 0.9rem;
    min-width: 0;
    font-weight: 500;
  }

  #moments #share-moment {
    font-size: 0.6rem;
  }

  #moments .main .col {
    padding: 0;
  }

  #moments .main .circle-box {
    width: 100vw;
    height: 140vw;
    position: relative;
  }

  #moments .main .text-box {
    width: 65%;
  }

  #moments .main .moments-logo {
    width: 70%;
  }

  #moments .main p {
    font-size: 0.6rem;
    line-height: 1.2;
    margin: 1rem 0.5rem;
  }

  #moments .main .legal {
    font-size: 0.5rem;
  }

  #moments .circle-outer {
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 130vw;
  }

  #moments .circle-inner {
    width: 112vw;
    max-width: none;
  }

  #moments .circle1 {
    width: 72vw;
  }

  #moments .circle2 {
    width: 82vw;
  }

  #moments .circle3 {
    width: 92vw;
  }

  #moments .share-modal {
    max-height: 53vh;
    padding: 3rem 2rem 4rem;
    position: absolute;
    top: 65%;
    z-index: 10010;
  }

  #moments .scroll-to-explore span {
    font-size: 0.6rem;
    letter-spacing: 2px;
  }

  #moments .scroll-to-explore img {
    width: 17px;
  }

  #moments .social-container {
    width: 100%;
  }

  #moments #explore-moments {
    overflow: hidden;
    background-size: 10%;
  }

  #moments #explore-moments .show-moment {
    width: 90%;
  }

  #moments #explore-moments .light-box {
    padding: 2rem 1rem 1rem;
    width: 94vw;
  }

  #moments #explore-moments .light-box .close {
    width: 0.6rem;
    top: 0.5rem;
    right: 0.5rem;
  }

  #moments #explore-moments .odd-container {
    margin-top: 100px;
  }

  #moments #explore-moments:before,
  #moments #explore-moments:after {
    width: 0;
  }

  #moments .big-text-box {
    justify-content: space-between;
    font-size: 0.6rem;
    height: 4rem;
    width: 100%;
    transform: none;
    left: 0;
    margin-top: 3rem;
  }

  #moments .big-text-box > div {
    margin: 0;
    width: 44%;
  }

  #moments .amount {
    font-size: 1.8rem;
  }

  #moments .explore-moment {
    width: 33vw;
  }

  #moments .explore-moment.text-only {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  #moments .explore-moment .text-box {
    padding: 0.8rem;
  }

  #moments .explore-moment .text-box p {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  #moments .explore-moment .text-box .show-hide,
  #moments .explore-moment .text-box .name {
    font-size: 0.7rem;
  }

  #moments .explore-moment .dot {
    width: 11.4vw;
    height: 22.1vw;
    left: 31.4vw;
    background-size: contain;
    background-image: url("/images/moments/line-mobile.png");
    transform: scaleX(-1);
  }

  #moments .explore-moment .line {
    position: absolute;
    width: 11.4vw;
    height: 100%;
    top: 22.1vw;
    left: 31.4vw;
    z-index: -1;
    transform: scaleX(-1);
    background-image: url(/images/moments/line-white-after.png);
    background-repeat: repeat-y;
    background-size: contain;
  }

  #moments .explore-moment.odd .dot {
    width: 11.4vw;
    left: 0.4vw;
    height: 22.1vw;
    top: 23px;
    background-image: url("/images/moments/line-mobile.png");
  }

  #moments .explore-moment.odd .line {
    width: 11.4vw;
    left: 0.4vw;
    height: 100%;
    transform: translateX(-100%);
    background-image: url(/images/moments/line-white-after.png);
  }

  #moments .explore-moment:last-of-type .line {
    height: 100vh;
  }

  #moments .explore-moment .line-first {
    position: absolute;
    width: 11.4vw;
    height: 13rem;
    top: 23px;
    left: 31.4vw;
    z-index: 0;
    transform: scaleX(-1) translateY(-100%);
    background-image: url(/images/moments/line-white-after.png);
    background-repeat: repeat-y;
    background-size: contain;
  }

  #moments .explore-moment.odd .line-first {
    position: absolute;
    width: 11.4vw;
    left: 0.4vw;
    height: calc(13rem + 100px);
    transform: translateX(-100%) translateY(-100%);
  }

  #moments .explore-moment .line-circle {
    position: absolute;
    width: 11.4vw;
    height: calc(13rem + 23px);
    top: 23px;
    left: 31.4vw;
    z-index: 0;
    transform: scaleX(-1) translateY(-100%);
    background-image: url(/images/moments/line-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  #moments .explore-moment.odd .line-circle {
    height: calc(13rem + 123px);
    position: absolute;
    left: 0.4vw;
    transform: translateX(-100%) translateY(-100%);
  }

  #moments .explore-moment .icon {
    bottom: 0.5rem;
    right: 0.5rem;
    width: 17px;
  }

  #moments.fr .main p {
    font-size: 0.6rem;
  }
}

#ie-alert {
  width: 100vw;
  color: #fff;
  background-color: #ff3f3f;
  height: 0;
  line-height: 30px;
  font-size: 14px;
}

#ie-alert a {
  color: #fff;
  text-decoration: underline;
}

#ie-alert.show {
  height: 30px;
}

body.no-scroll {
  overflow: hidden;
}

#app header:first-child {
  padding-top: 95px;
}

.nav-container {
  max-width: 1420px;
  margin: auto;
  width: 100%;
}

nav ul,
nav ul.primary-nav,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "AudreyDisplay-Bold", sans-serif;
  font-weight: normal;
}

nav a {
  color: #000;
}

nav a.active {
  font-weight: 700;
}

nav input {
  transition: 0.3s border ease;
}

nav input:focus {
  border: 2px solid #DB0007;
  outline: none;
}

nav .rmhc-logo {
  max-width: 170px;
}

nav .button-chevron {
  width: 14px;
}

nav .closed {
  display: none;
}

nav .w-100 {
  padding: 0;
}

nav p {
  font-family: "AudreyText-Regular", sans-serif;
}

nav .legal {
  font-size: 12px;
}

nav .main-nav ul {
  min-width: 100px;
}

.secondary-nav-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
  background-color: #FFBC0D;
}

.secondary-nav-wrapper ul.secondary-nav li {
  display: inline;
  font-weight: 700;
  font-size: 13px;
}

.secondary-nav-wrapper ul.secondary-nav li:nth-of-type(n + 2) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.secondary-nav-wrapper ul.secondary-nav li a {
  text-decoration: none;
  border-bottom: 3px solid transparent;
  font-weight: 500;
}

@media (min-width: 768px) {
  .secondary-nav-wrapper ul.secondary-nav li {
    display: inline;
    font-weight: 700;
    font-size: 1.1rem;
  }

  .secondary-nav-wrapper ul.secondary-nav li a {
    padding-bottom: 1.7rem;
    padding-top: 1.7rem;
    border-width: 7px;
  }
}

#account-links span {
  font-weight: normal;
}

#account-links:after {
  display: none;
}

.account-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.primary-nav .btn {
  padding: 3px 24px;
}

.primary-nav div.dropdown .btn.fundraiser {
  border: 2px solid #DB0007;
  background-color: #FFFDE9;
  color: #DB0007;
  border-radius: 8px;
  padding: 12px 24px !important;
}

.primary-nav div.dropdown .btn.fundraiser:hover {
  background-color: #D0C9FF !important;
  border-color: #D0C9FF;
  color: #000;
}

.primary-nav div.dropdown.show .button-chevron {
  transform: rotate(-180deg);
}

.primary-nav div.dropdown a:hover .button-chevron {
  filter: brightness(0) invert(0);
}

.desktop-nav .primary-nav2 {
  font-size: 14px;
}

.desktop-nav .primary-nav2 .chevron {
  width: 12px;
  margin-left: 3px;
  margin-top: -3px;
  transition: transform 0.3s;
}

.desktop-nav .primary-nav2 .button-chevron {
  width: 14px;
  margin-left: 8px;
}

.desktop-nav .primary-nav2 .dropdown-nav-container {
  opacity: 0;
  background-color: #FFFDE9;
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  margin-left: -27px;
  transition: all 0.3s ease;
  pointer-events: none;
}

.desktop-nav .primary-nav2 .dropdown-nav-container:hover {
  color: #DB0007;
}

.desktop-nav .primary-nav2 .dropdown-nav-item {
  margin: 19px;
}

.desktop-nav .primary-nav2 .dropdown-nav-item a {
  transition: 0.3s all ease;
  border-bottom: 3px solid transparent;
}

.desktop-nav .primary-nav2 .dropdown-nav-item a.active {
  color: #DB0007;
  border-bottom: 3px solid #DB0007;
}

.desktop-nav .primary-nav2 .dropdown-nav-item a:hover {
  color: #000;
  border-bottom: 3px solid #9CD83E;
}

.desktop-nav .primary-nav2 .dropdown-menu {
  border: none;
}

.desktop-nav .primary-nav2 .primary-nav-item {
  cursor: pointer;
  padding-bottom: 0.5rem;
  padding-top: calc(0.5rem - 3px);
  transition: all 0.3s ease;
}

.desktop-nav .primary-nav2 .primary-nav-item:hover {
  color: #DB0007;
}

.desktop-nav .primary-nav2 .primary-nav-item.expanded .dropdown-nav-container {
  opacity: 1;
  pointer-events: auto;
}

.desktop-nav .primary-nav2 .primary-nav-item.expanded .chevron {
  transform: rotate(-180deg);
}

.desktop-nav .search-bar-container form {
  width: 160px;
  padding: 0;
  height: auto;
  border: 1px solid black;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
}

.desktop-nav input {
  border: none;
  width: calc(100% - 35px);
  height: 35px;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.desktop-nav button {
  border: none;
  border-left: none;
  background-color: #FFFDE9;
  height: 35px;
  width: 35px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0;
  padding-right: 8px;
  margin-left: -5px;
}

.desktop-nav .dropdown-toggle:after {
  display: none;
}

.mobile-nav.open {
  min-height: 100vh;
}

.mobile-nav .rmhc-logo {
  max-height: 100px;
}

.mobile-nav .button-chevron {
  width: 14px;
  margin-left: 8px;
}

.mobile-nav .primary-nav li.title {
  font-size: 24px;
}

.mobile-nav .primary-nav .primary-nav-item-mobile {
  width: 100%;
  font-size: 18px;
}

.mobile-nav .primary-nav .primary-nav-item-mobile span {
  color: #000;
  border-bottom: 3px solid transparent;
  padding-bottom: 0.5rem;
}

.mobile-nav .primary-nav .primary-nav-item-mobile span a {
  font-size: 18px;
}

.mobile-nav .primary-nav .primary-nav-item-mobile span.active {
  color: #DB0007;
}

.mobile-nav .primary-nav .primary-nav-item-mobile a {
  color: #000;
  border-bottom: 3px solid transparent;
  padding-bottom: 0.5rem;
}

.mobile-nav .primary-nav .primary-nav-item-mobile a.active {
  color: #DB0007;
}

.mobile-nav .primary-nav .primary-nav-item-mobile.expanded .chevron {
  transform: rotate(-180deg);
}

.mobile-nav .primary-nav .primary-nav-item-mobile.expanded .secondary-nav {
  display: block;
}

.mobile-nav .primary-nav .primary-nav-item-mobile.expanded .secondary-nav a {
  font-size: 18px;
}

.mobile-nav .primary-nav .chevron {
  width: 13px;
  height: -moz-fit-content !important;
  height: fit-content !important;
  transition: transform 0.3s;
}

.mobile-nav .primary-nav .secondary-nav {
  display: none;
}

.mobile-nav .primary-nav-3 {
  position: absolute;
  bottom: 14vh;
  left: 0;
  width: 100%;
}

.mobile-nav .primary-nav-3 li {
  width: 47%;
}

.mobile-nav .primary-nav-3 div.dropdown.show .button-chevron {
  transform: rotate(-180deg);
}

.mobile-nav form {
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 0;
}

.mobile-nav input {
  border: none;
  background-color: #FFFDE9;
  width: calc(100% - 35px);
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.mobile-nav button {
  border: none;
  border-left: none;
  background-color: #FFFDE9;
  height: 35px;
  width: 35px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0;
  padding-right: 8px;
}

.mobile-nav .mobile-header-container {
  width: 100% !important;
  position: relative;
}

.mobile-nav .dropdown-toggle:after {
  display: none !important;
}

#nav-icon3 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 2rem;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #585C58;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.border-light-grey {
  border-color: #b1b5b1;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}

#subscribe {
  border-bottom: 1px solid #b1b5b1;
}

.site-nav {
  position: fixed;
  top: 0;
  transition: top 0.4s ease-in-out;
  z-index: 1000;
  width: 100vw;
}

.site-nav.nav-down {
  top: 0;
}

.site-nav.nav-up {
  top: -96px;
}

.site-nav .container {
  transition: transform 0.2s ease-in-out;
}

.site-nav .container.nav-up,
.site-nav .container.nav-down {
  transform-origin: top;
}

@media screen and (min-width: 1200px) {
  .site-nav .container {
    max-width: none;
    width: auto;
    min-width: 1140px;
  }
}

@media (min-width: 992px) {
  #app header:first-child {
    padding-top: 121px !important;
  }

  header + #mainRMHC {
    margin-top: 0 !important;
  }

  .site-nav {
    height: 121px;
  }

  .site-nav + div {
    margin-top: 0 !important;
  }

  .site-nav.nav-up {
    top: -121px;
  }

  nav a {
    transition: 0.3s color ease;
  }

  nav a:hover {
    text-decoration: none;
    color: #DB0007;
  }
}

/* WCAG FIX - small screens need to be able to scroll through menu
  set max-height to the mininum height of the navigation when it is EXPANDED
 */

@media (max-width: 991px) and (max-height: 600px) {
  body.no-scroll {
    overflow: auto;
  }

  .site-nav {
    position: relative;
  }
}

.input.form-group.jkfield {
  opacity: 0;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
  margin-top: 0;
}

.skip-to-content-link {
  background: #e77e23;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #000;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

.fundraiser .btn-disabled {
  cursor: default;
}

.fundraiser .btn-disabled:hover {
  background-color: #6c757d;
}

.fundraiser .fundraiser-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 2rem;
}

.fundraiser .fundraiser-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fundraiser .progress {
  height: 45px;
  font-weight: 700;
  background-color: rgba(255, 188, 13, 0.1882352941);
}

.fundraiser .progress .goal,
.fundraiser .progress .percent {
  line-height: 45px;
  font-size: 18px;
}

.fundraiser .goal-title {
  font-size: 14px;
}

.fundraiser .smaller {
  font-size: 0.8em;
}

.fundraiser.team .progress {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.fundraiser .donations .legal {
  font-size: 0.7em;
}

.fundraiser .donations .smaller {
  font-size: 0.9em;
}

.fundraiser .donations .bold {
  font-weight: 700;
}

.fundraiser h6.fundraiser-teams-participating {
  margin-top: 2rem;
}

.fundraiser .team-fundraiser-box {
  text-align: left;
  margin-top: 1rem;
}

.fundraiser .team-fundraiser-box p {
  font-size: 14px;
}

.fundraiser .team-fundraiser-box .teammie {
  font-size: 13px;
  position: relative;
}

.fundraiser .team-fundraiser-box .teammie > p {
  margin-bottom: 0;
}

.fundraiser .team-fundraiser-box .teammie .raised {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}

.fundraiser .team-fundraiser-box .join-fundraiser {
  border-bottom: 4px solid #DB0007;
  border-top: 4px solid #DB0007;
}

.fundraiser .team-fundraiser-box .join-fundraiser p.bold {
  text-align: center;
  margin-top: 1rem;
}

.fundraiser .team-fundraiser-box .join-fundraiser p.bold > span {
  color: black;
}

.fundraiser .team-fundraiser-box .join-btn {
  margin-top: 1rem;
}

.fundraiser .arrow img {
  width: 11px;
}

.fundraiser .fundraiser-supporting {
  margin-top: 3rem;
}

.fundraiser .fundraiser-supporting a {
  font-size: 21px;
}

button.choose-one {
  border: none;
  background-color: transparent;
  color: #1B43B2;
  padding-left: 0;
  padding-top: 0;
}

#choose-one-modal .container > div:nth-of-type(2) {
  margin-top: 2rem;
}

#choose-one-modal .container > div:nth-of-type(2) > div:nth-of-type(n + 4) {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  #choose-one-modal .container > div:nth-of-type(2) > div:nth-of-type(n + 3) {
    margin-top: 2rem;
  }
}

#choose-one-modal .container .choose-image .choose-wrap {
  overflow: hidden;
  display: block;
}

#choose-one-modal .container .choose-image .choose-wrap img {
  cursor: pointer;
  transition: transform 1s ease;
}

#choose-one-modal .container .choose-image .choose-wrap img:hover {
  transform: scale(1.1) translateZ(0);
}

#choose-one-modal .container .select-div {
  margin: 0 auto;
}

#choose-one-modal .container button.close {
  float: none;
  position: absolute;
  top: 5px;
  right: 10px;
}

.choose-fundraiser .card {
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/images/svg/box1to1.svg");
          mask-image: url("/images/svg/box1to1.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.choose-fundraiser .vs__dropdown-toggle {
  background-color: #FFFDE9;
  padding: 6px;
  width: 230px;
  border-color: #000;
  border-radius: 6px;
}

.choose-fundraiser .or-separator {
  margin-top: 50px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.choose-fundraiser .or-separator label {
  background-color: #fff;
  padding: 0 0.4em;
  position: relative;
  color: #424442;
}

.choose-fundraiser .or-separator:before {
  content: "";
  border-style: solid;
  border-width: 0 0 1px 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-color: #b7b6b6;
}

.choose-fundraiser form .form-group .selection.dropdown {
  border: 1px solid #ced4da;
}

.choose-fundraiser form .form-group .selection.dropdown > input + div.text {
  padding-top: 4px;
  padding-bottom: 2px;
  color: #495057;
}

.filter-by {
  font-family: Montserrat, sans-serif;
  color: #292b29;
  font-weight: 700;
  font-size: 16px;
}

.fundraiser-gallery .atag {
  width: 100%;
  height: 17vw;
  overflow: hidden;
  cursor: pointer;
}

.fundraiser-gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
  transition: transform 1s ease;
}

.fundraiser-gallery img:hover {
  transform: scale(1.1) translateZ(0);
}

.fundraiser-gallery .col-lg-4:nth-of-type(3n+1) {
  padding-right: 0;
}

.fundraiser-gallery .col-lg-4:nth-of-type(3n+2) {
  padding: 0;
}

.fundraiser-gallery .col-lg-4:nth-of-type(3n) {
  padding-left: 0;
}

.fundraiser .carousel-indicators {
  bottom: -20px;
}

.fundraiser .carousel-indicators li {
  background-color: #1B43B2;
}

.fundraiser .modal-dialog {
  max-width: 80%;
  max-height: 70vh;
  margin: 1rem auto;
}

.fundraiser .modal-dialog img {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.fundraiser .carousel-control-next,
.fundraiser .carousel-control-prev {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc;
}

.fundraiser .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.fundraiser .yt-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .fundraiser-gallery .atag {
    height: 50vw;
  }

  .fundraiser-gallery img:hover {
    transform: none;
  }

  .fundraiser-gallery .col-lg-4:nth-of-type(3n+1),
  .fundraiser-gallery .col-lg-4:nth-of-type(3n) {
    padding: 0;
  }

  .fundraiser .modal-dialog {
    max-width: 92%;
  }

  .fundraiser .progress .goal,
  .fundraiser .progress .percent {
    font-size: 13px;
  }

  .fundraiser .progress.child .goal,
  .fundraiser .progress.child .percent {
    font-size: 11px;
  }
}

@media (min-width: 1250px) {
  .fundraiser-gallery .atag {
    height: 220px;
  }

  .fundraiser .video-container {
    max-width: 1000px;
    padding-bottom: 585px;
    margin: auto;
  }
}

@media (min-width: 1024px) {
  .selected .btn.bg-red:hover {
    color: white;
    background-color: #1B43B2 !important;
  }
}

.fundraiser-event p {
  font-size: 90%;
}

.donation-matched-text {
  padding-left: 117px;
}

@media (max-width: 991px) {
  .donation-matched-text {
    padding-left: 0;
  }
}

#create-fundraiser .bg-success {
  background-color: #9CD83E !important;
}

#create-fundraiser .form-check label {
  margin-left: 0;
  margin-right: 10px;
}

footer {
  background-color: #D0C9FF;
}

footer .shape-box {
  bottom: unset;
  top: 1px;
  transform: translateY(-100%);
  background-color: #D0C9FF;
}

footer li {
  font-family: "AudreyText-Regular", sans-serif;
}

footer .container {
  padding: 30px 0;
}

@media (max-width: 991px) {
  footer .container {
    padding: 0;
  }
}

footer .sp-logo {
  max-width: 220px;
}

footer .social {
  width: 34px;
  height: auto;
}

footer hr.bottom-hr {
  margin-top: 2rem;
}

@media (max-width: 991px) {
  footer hr.bottom-hr {
    margin-bottom: 2rem;
  }
}

.footer-container {
  max-width: 1100px;
  margin: auto;
}

.footer-nav input:focus {
  border-bottom: 2px solid #000;
  border-top: 0px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  outline: none !important;
}

.subscribe-name-input,
.subscribe-email-input {
  border: 0px solid;
  color: #000;
  width: 20rem;
  margin-left: 1rem;
}

@media (max-width: 575px) {
  .subscribe-name-input,
  .subscribe-email-input {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
  }
}

.subscribe-name-input {
  border-right: 2px solid #DB0007;
}

@media (max-width: 575px) {
  .subscribe-name-input {
    margin-bottom: 1rem;
    border: 0px solid;
    border-radius: 0.25rem;
  }
}

.subscribe-input-label {
  color: #000;
}

.input-container {
  background-color: #FFFDE9;
  padding: 8px;
  border: 0px solid;
  border-radius: 12px;
  margin: auto;
  max-width: 920px;
}

@media (max-width: 991px) {
  .input-container {
    background-color: transparent;
    padding: 0;
  }

  .input-container .btn {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 991px) {
  .input-container .subscribe-name-input,
  .input-container .subscribe-email-input {
    margin: 0 0 10px;
    width: 100%;
  }
}

.subscribe-btn {
  background-color: #DB0007;
  color: #FFFDE9;
  padding: 5px 20px !important;
  width: 200px;
}

.subscribe-btn:hover {
  background-color: #9CD83E !important;
}

.donate-btn {
  background-color: #DB0007 !important;
  color: #FFFDE9 !important;
  width: 18.25rem;
  margin-bottom: 1rem !important;
}

.subscribe-btn:hover,
.donate-btn:hover {
  color: #000 !important;
}

.subscribeHeading {
  color: #000 !important;
}

.footer-nav {
  padding: 2rem;
}

.footer-nav a {
  color: #000;
}

.footer-nav a:hover {
  color: #DB0007;
}

.footer-cms-nav {
  width: 75%;
}

@media (max-width: 991px) {
  .footer-cms-nav {
    width: 100%;
  }

  .footer-cms-nav .col {
    width: 50%;
  }
}

.footer-row-legal {
  width: 25%;
}

.footer-row-legal p {
  text-align: left;
  color: #000;
  font-size: 0.9rem;
}

@media screen and (max-width: 991px) {
  .footer-row-legal {
    width: 100%;
    margin-top: 1rem;
  }
}

.horizontal-border {
  border-color: #000;
  opacity: 50%;
}

#footer-terms {
  border-right: 1px solid #000;
}

#footer-privacy {
  border-right: 1px solid #000;
}

#terms-link {
  margin-right: 10px;
}

#privacy-link,
#casl-link {
  margin-left: 10px;
  margin-right: 10px;
}

.sponsor_program button {
  text-align: left;
}

@media only screen and (max-width: 599px) {
  #region_option {
    font-size: 16px;
  }
}

#sponsor_program_select {
  border: 1px solid #ced4da;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 10;
  width: calc(100% - 30px);
  max-height: 300px;
  overflow-y: scroll;
}

#sponsor_program_select button {
  display: block;
  background-color: white;
  border: none;
  border-bottom: 1px solid #ced4da;
  width: 100%;
  padding-left: 1.7rem;
}

#sponsor_program_select .house_chapter {
  position: relative;
  border-bottom: 1px solid #ced4da;
}

#sponsor_program_select .house_chapter input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#sponsor_program_select .house_chapter.region_chapters input {
  left: 1.8rem;
}

#sponsor_program_select .house_chapter.region_chapters label {
  padding-left: 3rem;
}

#sponsor_program_select .house_chapter.region_houses input {
  left: 3rem;
}

#sponsor_program_select .house_chapter.region_houses label {
  padding-left: 4.2rem;
}

#sponsor_program_select .house_chapter.region_all input {
  left: 0.6rem;
}

#sponsor_program_select .house_chapter.region_all label {
  padding-left: 1.9rem;
}

#sponsor_program_select .house_chapter input:checked + label {
  background-color: #1B43B2;
  color: #fff;
}

#sponsor_program_select .house_chapter label {
  width: 100%;
  padding: 0.2rem calc(1rem + 2px);
  line-height: 1.2;
}

#sponsor_program_select .region-dropdown {
  position: relative;
  color: #585C58;
  padding-left: 3rem;
}

#sponsor_program_select .region-dropdown:before {
  position: absolute;
  left: 1.95rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

#sponsor_program_select .region-dropdown.true:before {
  position: absolute;
  left: 1.95rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

input::-moz-placeholder {
  color: #000;
}

input::placeholder {
  color: #000;
}

.form-check {
  margin: 10px 0;
}

.form-check label {
  font-family: "AudreyText-Regular", sans-serif;
  margin-left: 10px;
}

.form-check input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.form-check input[type=checkbox]:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFFDE9;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.form-check input[type=checkbox]:checked::before {
  background-color: #DB0007;
  border-color: #DB0007;
  background-image: url("/images/app/checked.png");
}

@media screen and (max-width: 991px) {
  .form-check input[type=checkbox] {
    top: 1px;
    width: 1rem;
    height: 1rem;
  }

  .form-check input[type=checkbox]:before {
    background-size: 0.9rem auto;
  }

  .form-check label {
    margin-left: 5px;
  }
}

#mainRMHC a:not(.btn) {
  text-decoration: underline;
}

#mainRMHC a:not(.btn):hover {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1180px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1390px;
  }
}

.bg-white {
  background-color: #FFFDE9 !important;
}

.white {
  color: #FFFDE9 !important;
}

.fz-12 {
  font-size: 12px !important;
}

@media screen and (max-width: 991px) {
  .fz-12 {
    font-size: 10.5px !important;
  }
}

.rmhc-program .house-img-box,
.rmhc-program .house-img {
  -webkit-mask-image: url("/images/svg/box1to1.svg");
          mask-image: url("/images/svg/box1to1.svg");
}

.rmhc-program .family-room-img-box,
.rmhc-program .family-room-img {
  -webkit-mask-image: url("/images/svg/box1to1.svg");
          mask-image: url("/images/svg/box1to1.svg");
}

.imagewithtexthoverimg .item-box {
  -webkit-mask-image: url("/images/svg/box1to1.svg");
          mask-image: url("/images/svg/box1to1.svg");
}

.imagewithtexthoverimg .item-box.big {
  -webkit-mask-image: url("/images/svg/box16to9.svg");
          mask-image: url("/images/svg/box16to9.svg");
}

.textwithimageline .img-box {
  -webkit-mask-image: url("/images/svg/box4to3.svg");
          mask-image: url("/images/svg/box4to3.svg");
}

.btn,
.bg-white .btn {
  -webkit-mask-image: url("/images/svg/box-btn.svg");
          mask-image: url("/images/svg/box-btn.svg");
}

.btn.long,
.bg-white .btn.long {
  -webkit-mask-image: url("/images/svg/box-btn-long.svg");
          mask-image: url("/images/svg/box-btn-long.svg");
}

.btn.long:hover,
.bg-white .btn.long:hover {
  -webkit-mask-image: url("/images/svg/box-btn-long.svg");
          mask-image: url("/images/svg/box-btn-long.svg");
}

@media screen and (max-width: 991px) {
  .btn.long,
  .bg-white .btn.long {
    -webkit-mask-image: url("/images/svg/box-btn-long-mobile.svg");
            mask-image: url("/images/svg/box-btn-long-mobile.svg");
  }

  .btn.long:hover,
  .bg-white .btn.long:hover {
    -webkit-mask-image: url("/images/svg/box-btn-long-mobile.svg");
            mask-image: url("/images/svg/box-btn-long-mobile.svg");
  }
}

.shape-img-square {
  -webkit-mask-image: url("/images/svg/box1to1.svg");
          mask-image: url("/images/svg/box1to1.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.shape-img-cover {
  -webkit-mask-image: url("/images/svg/box16to9.svg");
          mask-image: url("/images/svg/box16to9.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.btn,
.btn-donate .bg-yellow .btn-donate,
.bg-aqua .btn-donate,
.bg-lime .btn-donate,
.bg-lavender .btn-donate,
.bg-white .btn-donate {
  -webkit-mask-image: url("/images/svg/box-btn.svg");
          mask-image: url("/images/svg/box-btn.svg");
}

.btn:hover,
.btn-donate .bg-yellow .btn-donate:hover,
.bg-aqua .btn-donate:hover,
.bg-lime .btn-donate:hover,
.bg-lavender .btn-donate:hover,
.bg-white .btn-donate:hover {
  -webkit-mask-image: url("/images/svg/box-btn.svg");
          mask-image: url("/images/svg/box-btn.svg");
}

.btn.long,
.btn-donate .bg-yellow .btn-donate.long,
.bg-aqua .btn-donate.long,
.bg-lime .btn-donate.long,
.bg-lavender .btn-donate.long,
.bg-white .btn-donate.long {
  -webkit-mask-image: url("/images/svg/box-btn-long.svg");
          mask-image: url("/images/svg/box-btn-long.svg");
}

.btn.long:hover,
.btn-donate .bg-yellow .btn-donate.long:hover,
.bg-aqua .btn-donate.long:hover,
.bg-lime .btn-donate.long:hover,
.bg-lavender .btn-donate.long:hover,
.bg-white .btn-donate.long:hover {
  -webkit-mask-image: url("/images/svg/box-btn-long.svg");
          mask-image: url("/images/svg/box-btn-long.svg");
}

@media screen and (max-width: 991px) {
  .btn.long,
  .btn-donate .bg-yellow .btn-donate.long,
  .bg-aqua .btn-donate.long,
  .bg-lime .btn-donate.long,
  .bg-lavender .btn-donate.long,
  .bg-white .btn-donate.long {
    -webkit-mask-image: url("/images/svg/box-btn-long-mobile.svg");
            mask-image: url("/images/svg/box-btn-long-mobile.svg");
  }

  .btn.long:hover,
  .btn-donate .bg-yellow .btn-donate.long:hover,
  .bg-aqua .btn-donate.long:hover,
  .bg-lime .btn-donate.long:hover,
  .bg-lavender .btn-donate.long:hover,
  .bg-white .btn-donate.long:hover {
    -webkit-mask-image: url("/images/svg/box-btn-long-mobile.svg");
            mask-image: url("/images/svg/box-btn-long-mobile.svg");
  }
}

.hover-transparent {
  background-image: url("/images/box-btn.png");
}

.hover-transparent:hover:after {
  background-image: url(/images/box-btn-border.png);
}

.hover-transparent.long,
.hover-transparent.long-mobile {
  background-image: url("/images/box-btn-long.png");
}

.hover-transparent.long:hover,
.hover-transparent.long-mobile:hover {
  background-image: url("/images/box-btn-border-long.png");
}

.btn.hover-lavender.long:hover {
  -webkit-mask-image: url("/images/svg/box-btn-long.svg") !important;
          mask-image: url("/images/svg/box-btn-long.svg") !important;
}

@media screen and (max-width: 991px) {
  .btn.hover-lavender.long:hover {
    -webkit-mask-image: url("/images/svg/box-btn-long-mobile.svg") !important;
            mask-image: url("/images/svg/box-btn-long-mobile.svg") !important;
  }
}

.mask-heart {
  -webkit-mask-image: url("/images/svg/mask-hero-heart.svg");
          mask-image: url("/images/svg/mask-hero-heart.svg");
}

.shape-box {
  -webkit-mask-image: url("/images/svg/box16to9.svg");
          mask-image: url("/images/svg/box16to9.svg");
}

@media screen and (max-width: 991px) {
  .shape-box {
    -webkit-mask-image: url("/images/svg/box4to3.svg");
            mask-image: url("/images/svg/box4to3.svg");
  }
}

.hero-new .text-box,
.hero-new .text-box.right,
.hero-new .text-box.left {
  -webkit-mask-image: url("/images/svg/box16to9.svg");
          mask-image: url("/images/svg/box16to9.svg");
}

@media screen and (max-width: 991px) {
  .hero-new .text-box,
  .hero-new .text-box.right,
  .hero-new .text-box.left {
    -webkit-mask-image: url("/images/svg/box4to3.svg");
            mask-image: url("/images/svg/box4to3.svg");
  }
}

#floating-donate {
  position: fixed;
  bottom: 2rem;
  right: 11rem;
  z-index: 101;
  opacity: 0;
  transition: 0.3s all ease;
}

#floating-donate.show {
  opacity: 1;
}

#floating-donate.stop {
  position: absolute;
  bottom: 0;
}

.btn.bg-white.border-blue.blue,
.btn.bg-white.border-grey.grey,
.btn.bg-yellow-gradient.black,
.btn.bg-blue.white,
.btn.bg-black.border-white.white {
  background-color: #DB0007;
  color: #FFFDE9;
  border: none;
}

.btn.bg-white.border-blue.blue:hover,
.btn.bg-white.border-grey.grey:hover,
.btn.bg-yellow-gradient.black:hover,
.btn.bg-blue.white:hover,
.btn.bg-black.border-white.white:hover {
  background-image: none;
  color: #000;
  background-color: #d0c9ff;
}

.card-body .btn {
  background-color: #DB0007;
  color: #FFFDE9;
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-primary {
  border: none;
  background-color: #DB0007;
  color: #FFFDE9;
}

.btn-secondary {
  border: none;
  background-color: #8EE7F8;
  color: #000 !important;
}


