ol,
ul {
  box-sizing: border-box;
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
  --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
  --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
  --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
  --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
  --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
  --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
  --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

body {
  margin: 0;
  --wp--style--global--content-size: 100%;
  --wp--style--global--wide-size: 100%;
}

body {
  --wp--style--block-gap: 24px;
}
body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #17104d;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}
.client-header-footer *,
.client-header-footer *::before,
.client-header-footer *::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 38px;
  }
}
/* Links
--------------------------------------------- */
.client-header-footer ul {
  margin-top: 30px;
  padding-left: 20px;
}

.client-header-footer li {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

a {
  color: #2e1b51;
  text-decoration: none;
}

/* Forms
--------------------------------------------- */

input {
  padding: 5px;
}

header {
  /* position: fixed; */
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.top-nav {
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

@media only screen and (min-width: 1181px) {
  header {
    /* position: fixed; */
    top: 0;
    z-index: 100;
    background-color: #fff;
  }
}

.top-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  top: 0;
}
.top-header .wia-logo {
  text-align: center;
}

.top-header .wia-logo {
  height: 70px;
  width: 70px;
}

.top-header .wia-logo span {
  display: none; /*need text for WAVE report, but hide visually*/
}

.top-header .charity-logo {
  align-items: center;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
}

.top-header .charity-logo span {
  display: inline-block;
  max-width: 160px;
}

.top-nav li:first-of-type {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .top-header .wia-logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 70px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1440px) {
  .top-header .charity-logo {
    padding-left: 40px;
  }
}

.menu-top-navigation-container,
nav .search-form {
  display: none;
}

@media only screen and (min-width: 1181px) {
  nav .search-form {
    display: block;
  }

  .menu-top-navigation-container {
    display: flex;
    flex-direction: column;
    font-family: museo-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 15px;
    position: relative;
    bottom: 25px;
  }

  .menu-top-navigation-container form {
    align-self: flex-end;
    float: right;
    position: relative;
  }

  .menu-top-navigation-container form svg {
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
  }

  .menu-top-navigation-container form input[type='search'] {
    border: 1px solid #2e1b51;
    border-radius: 5px;
    font-size: 18px;
    padding: 13px;
    width: 300px;
  }

  .menu-top-navigation-container form input[type='search']::placeholder {
    color: #000000;
  }

  .menu-top-navigation-container form input[type='search']:focus {
    border: 1px solid #2e1b51;
  }

  .top-nav {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
    padding: 0;
  }

  .top-nav li {
    font-size: 18px;
    list-style: none;
    margin-left: 25px;
  }

  .top-nav li a {
    transition: color 0.5s;
  }

  .top-nav li:hover a {
    color: #5a5a5a;
  }
}

@media only screen and (min-width: 1440px) {
  .menu-top-navigation-container {
    padding: 15px 35px 15px 15px;
    max-height: 162px;
  }
}

@media only screen and (min-width: 1600px) {
  .menu-top-navigation-container {
    /* flex:1; */
  }
}

@media only screen and (min-width: 1700px) {
  .top-nav li {
    margin-left: 35px;
  }
}

nav {
  align-items: center;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
}

.event-logo {
  padding: 15px;
}

.event-logo img {
  width: 61px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

.event-logo p {
  display: none;
}

.event-logo a {
  display: block;
}

.event-logo p a {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: color 0.5s;
}

@media only screen and (min-width: 768px) {
  .event-logo {
    flex: 1;
    position: relative;
  }

  .event-logo img {
    width: auto;
  }

  .event-logo p {
    display: block;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: 175px;
  }
}

@media only screen and (min-width: 1181px) {
  nav {
    align-items: flex-end;
  }

  .event-logo p {
    top: 0;
    transform: translateY(0%);
  }
}

@media only screen and (min-width: 1440px) {
  .event-logo {
    padding: 15px 15px 20px 50px;
  }

  .event-logo p {
    left: 210px;
  }
}

.event-logo p {
  top: 40%;
  transform: translateY(-40%);
}

.menu-main-navigation-container {
  display: none;
}

/**  Central Navigation **/

@media only screen and (min-width:1181px) {
  .menu-main-navigation-container {
    display:block;
    position:relative;
    bottom:20px;
  }

  .client-header-footer .main-nav {
    display:flex;
    justify-content:center;
    margin:0;
    padding:0;
  }

  .main-nav>li {
    font-size:20px;
    font-weight:700;
    list-style:none;
    margin:0 18px;
    padding-bottom:20px;
    position:relative;
  }

  .main-nav>li a {
    transition:color 0.5s;
  }

  .main-nav>li:hover a {
    color:#17104D;
  }

  .main-nav>li.menu-item-has-children svg {
    position:relative;
    left:10px;
  }

  .main-nav .sub-menu {
    background:#F7941F;
    /* margin-top:10px; */
    margin-top:0px;
    min-width:230px;
    opacity:0;
    padding:0;
    position:absolute;
    visibility:hidden;
    z-index:10;
  }

  .main-nav .sub-menu li {
    list-style:none;
    margin:0;
  }

  .main-nav .sub-menu li a {
    color:#FFFFFF;
    display:block;
    padding:10px 20px;
    width:100%;
  }

  .main-nav .sub-menu li a:hover {
    color:#17104D;
  }

  .main-nav li.menu-item-has-children:hover>.sub-menu {
    opacity:1;
    visibility:visible;
  }
}


@media only screen and (min-width:1440px) {
  .menu-main-navigation-container {
    width:800px;
    padding-left: 33px;
  }

  .main-nav>li {
    margin:0 25px;
  }
}

/* Mobile Header
--------------------------------------------- */

.mobile-header {
  justify-content:flex-end;
  display:flex;
  padding:10px;
}

.search-trigger {
  align-items:center;
  cursor:pointer;
  display:flex;
  justify-content:center;
  height:44px;
  width:44px;
}

.mobile-search {
  display:none;
  padding:0 15px;
  position:relative;
  text-align:right;
}

.mobile-search input {
  margin:15px 0;
  padding:15px 20px;
  width:100%;
}

.mobile-search svg {
  position:absolute;
  right:25px;
  top:25px;
}

.mobile-trigger {
  align-items:center;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:44px;
  width:44px;
}

.mobile-trigger .bar1,
.mobile-trigger .bar2,
.mobile-trigger .bar3 {
  width:22px;
  height:2px;
  background-color:#17104D;
  margin:3px auto;
  transition:0.4s;
}

.mobile-trigger.active .bar1 {
  transform:rotate(-46deg) translate(-5px, 7px)
}

.mobile-trigger.active .bar2 {
  opacity:0;
}

.mobile-trigger.active .bar3 {
  transform:rotate(45deg) translate(-4px, -7px);
}


@media only screen and (min-width:1181px) {
  .mobile-header {
    display:none;
  }
}

.mobile-social-icons {
  margin-left:10px;
}

.mobile-social-icons a {
  color:#17104D;
  font-size:44px;
  margin-right:12px;
}

.menu-mobile-navigation-container {
  background:#F7941F;
  padding:10px;
  position:fixed;
  top:0;
  bottom:0;
  left:-300px;
  transition:left 0.5s;
  width:265px;
  z-index:200;
}

.menu-mobile-navigation-container.active {
  left:0;
}

.menu-mobile-navigation-container .mobile-nav {
  margin:10px 0;
}

.menu-mobile-navigation-container ul {
  padding:0;
}

.menu-mobile-navigation-container li {
  font-size:19px;
  list-style-type:none;
  position:relative;
}

.menu-mobile-navigation-container li a {
  display:block;
  color:#17104D;
  padding:12px;
}

.menu-mobile-navigation-container li.menu-item-has-children span {
  cursor:pointer;
  font-size:25px;
  padding:12px;
  position:absolute;
  top:0;
  right:0;
  width:50px;
}

.menu-mobile-navigation-container li.menu-item-has-children span svg,
.menu-mobile-navigation-container li.menu-item-has-children span i {
  position:relative;
  bottom:5px;
  transition:transform 0.5s;
}


.menu-mobile-navigation-container li.menu-item-has-children span i {
  color:#17104D;
}

.menu-mobile-navigation-container li.menu-item-has-children span.rotate svg,
.menu-mobile-navigation-container li.menu-item-has-children span.rotate i {
  transform:rotate(180deg);
}

.menu-mobile-navigation-container li .sub-menu {
  display:none;
  margin-top:5px;
  padding-left:15px;
}

footer {
  background: #efefef;
}

.upper-footer {
  padding: 60px 0 0 0;
}

footer .footer-logos {
  margin: 20px 0 60px 0;
  text-align: center;
}

footer h3 {
  color: #131313;
  font-size: 30px;
  margin: 0 0 20px 0;
}

footer a {
}

.footer-col-info {
  align-items: center;
  display: flex;
  font-size: 21px;
  justify-content: flex-start;
}

.footer-col-info a {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-col-info .footer-hashtag,
.footer-col-info .footer-hashtag a {
  font-size: 24px;
  font-weight: 300;
}

.footer-col-info p {
  display: block;
  margin: 0 0 20px 0;
}

.footer-col-3 {
  display: flex;
}

.footer-col-3 ul {
  margin-top: 0;
  padding: 0;
}

.footer-col-3 li {
  list-style-type: none;
  margin-top: 10px;
}

.lower-footer {
  background: #17104d;
  color: white;
  padding: 20px 0 15px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .lower-footer-copyright-image {
    display: flex;
    align-items: flex-end;
  }
}

.lower-footer-copyright-image p {
  margin: 0 20px;
}

@media only screen and (min-width: 768px) {
  .lower-footer-links {
    display: flex;
    flex-direction: column;

    align-items: flex-end;
    justify-content: center;
  }
}

.menu-footer-secondary-navigation-container {
  margin-top: 0px;
}

.lower-footer-links p {
  margin: 5px 0;
  font-size: 14px;
}

.lower-footer a {
  font-size: 16px;
  color: white;
}

.lower-footer-nav {
  margin: 0 0 0 -10px;
  padding-left: 0;
}

.lower-footer-nav li {
  border-right: 1px solid #ffffff;
  display: inline-block;
  font-size: 19px;
  font-weight: 300;
  list-style-type: none;
  padding: 0 10px;
  line-height: 1;
}

.lower-footer-nav li:last-of-type {
  border-right: 0;
}

@media only screen and (min-width: 768px) {
  .footer-col-info,
  .footer-col-3 {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (min-width: 991px) {
  .footer-col-info,
  .footer-col-3 {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .lower-footer-links {
    align-items: flex-end;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .lower-footer-copyright {
    display: flex;
    text-align: right;
  }
}

.lower-footer-copyright p {
  margin-right: 10px;
}

/*  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

.menu-top-navigation-container a#buttonDonate{
  top: -4px !important;
}