@import url(https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Theme Mixins */
@keyframes hide {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes show {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes thermo-progress-horz {
  0% {
    width: 0;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * Give all elements box-sizing
 */
* {
  box-sizing: border-box;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * set display for main - for IE11
 */
main {
  display: block;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.fancybox-wrap {
  box-sizing: content-box;
  width: 350px;
}
.fancybox-wrap .fancybox-inner {
  width: 350px;
}
#constituent-alerts ul {
  margin: 0;
}
#constituent-alerts ul > li .dismiss {
  height: 25px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#event-bits {
  margin-bottom: 25px;
}
.form-actions .dd-btn {
  margin-bottom: 0;
}
.close {
  text-decoration: none !important;
}
#editorContent .dd-widget,
#wysiwyg .dd-widget,
#editorContent [data-type*="flockler-"],
#wysiwyg [data-type*="flockler-"] {
  background-color: #E4E4E4;
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}
#editorContent [data-type="flockler-gallery"]:before,
#wysiwyg [data-type="flockler-gallery"]:before {
  content: "</> Flockler Gallery";
}
#editorContent [data-type="flockler-form"]:before,
#wysiwyg [data-type="flockler-form"]:before {
  content: "</> Flockler Form";
}
#editorContent .dd-widget:before,
#wysiwyg .dd-widget:before {
  content: "</> Widget Placeholder";
}
#editorContent .dd-widget[data-type="events"]:before,
#wysiwyg .dd-widget[data-type="events"]:before {
  content: "</> Events Widget Placeholder";
}
#editorContent .dd-widget[data-type="eventCountdown"]:before,
#wysiwyg .dd-widget[data-type="eventCountdown"]:before {
  content: "</> Event Countdown Widget Placeholder";
}
#editorContent .dd-widget[data-type="badges"]:before,
#wysiwyg .dd-widget[data-type="badges"]:before {
  content: "</> Badges Widget Placeholder";
}
#editorContent .dd-widget[data-type="login"]:before,
#wysiwyg .dd-widget[data-type="login"]:before {
  content: "</> Login Widget Placeholder";
}
#editorContent .dd-widget[data-type="listSubscribe"]:before,
#wysiwyg .dd-widget[data-type="listSubscribe"]:before {
  content: "</> Mail List Subscribe Widget Placeholder";
}
#editorContent .dd-widget[data-type="quickstats"]:before,
#wysiwyg .dd-widget[data-type="quickstats"]:before {
  content: "</> Quick Stats Widget Placeholder";
}
#editorContent .dd-widget[data-type="search"]:before,
#wysiwyg .dd-widget[data-type="search"]:before {
  content: "</> Search Widget Placeholder";
}
#editorContent .dd-widget[data-type="thermometer"]:before,
#wysiwyg .dd-widget[data-type="thermometer"]:before {
  content: "</> Thermometer Widget Placeholder";
}
#editorContent .dd-widget[data-type="topFundraisers"]:before,
#wysiwyg .dd-widget[data-type="topFundraisers"]:before {
  content: "</> Top Fundraisers Widget Placeholder";
}
#editorContent .dd-widget[data-type="topTeamGroups"]:before,
#wysiwyg .dd-widget[data-type="topTeamGroups"]:before {
  content: "</> Top Team Groups Widget Placeholder";
}
#editorContent .dd-widget[data-type="topTeams"]:before,
#wysiwyg .dd-widget[data-type="topTeams"]:before {
  content: "</> Top Teams Widget Placeholder";
}
#editorContent .dd-widget[data-type="totalRaised"]:before,
#wysiwyg .dd-widget[data-type="totalRaised"]:before {
  content: "</> Total Raised Widget Placeholder";
}
#editorContent .dd-widget[data-type="incentives"]:before,
#wysiwyg .dd-widget[data-type="incentives"]:before {
  content: "</> Incentives Widget Placeholder";
}
#editorContent .dd-widget[data-type="milestones"]:before,
#wysiwyg .dd-widget[data-type="milestones"]:before {
  content: "</> Milestone Highlight Widget Placeholder";
}
#editorContent .dd-widget[data-type="donations"]:before,
#wysiwyg .dd-widget[data-type="donations"]:before {
  content: "</> Donations List Widget Placeholder";
}
#editorContent .dd-widget[data-type="activity-progress"]:before,
#wysiwyg .dd-widget[data-type="activity-progress"]:before {
  content: "</> Activity Progress Widget Placeholder";
}
#editorContent [data-type="nmss-salesforce-form"],
#wysiwyg [data-type="nmss-salesforce-form"] {
  background-color: #E4E4E4;
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}
#editorContent [data-type="nmss-salesforce-form"]:before,
#wysiwyg [data-type="nmss-salesforce-form"]:before {
  content: "</> Salesforce Lead Form";
}
h1,
.u-h1,
h2,
.u-h2,
h3,
.u-h3,
h4,
.u-h4,
h5,
.u-h5,
h6,
.u-h6 {
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
}
h1,
.u-h1 {
  color: #000000;
  font-size: 48px;
  margin: 0 0 24px 0;
}
h2,
.u-h2 {
  color: #000000;
  font-size: 38px;
  margin: 0 0 19px 0;
}
h3,
.u-h3 {
  color: #000000;
  font-size: 32px;
  margin: 0 0 16px 0;
}
h4,
.u-h4 {
  color: #000000;
  font-size: 30px;
  margin: 0 0 15px 0;
}
h5,
.u-h5 {
  color: #000000;
  font-size: 28px;
  margin: 0 0 14px 0;
}
h6,
.u-h6 {
  color: #000000;
  font-size: 26px;
  margin: 0 0 13px 0;
}
.u-sub-header {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
}
p {
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 20px 0;
  line-height: 1.5;
  padding: 0;
}
p.p-large {
  font-size: 26px;
  font-weight: 600;
}
b,
strong {
  font-weight: 700;
}
blockquote,
p.blockquote {
  border-left: 0;
  color: #225D38;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
}
blockquote:before,
p.blockquote:before {
  content: none;
}
blockquote strong,
p.blockquote strong {
  font-weight: 900;
}
blockquote p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 20px 0;
}
cite,
.cite {
  font-size: 22px;
}
cite:before,
.cite:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.u-text-white,
.u-text-white * {
  color: #FFFFFF !important;
}
.u-text-white-not-button,
.u-text-white-not-button *:not(.dd-btn):not(.dd-page-edit-btn):not(.icon-pencil):not([class*="u-text-"]) {
  color: #FFFFFF;
  -webkit-text-decoration-color: #FFFFFF;
          text-decoration-color: #FFFFFF;
}
.active\:u-text-white.is-active,
.active\:u-text-white.is-active * {
  color: #FFFFFF !important;
}
.u-text-brand-1-a {
  color: #000000;
}
.hover\:u-text-brand-1-a:hover {
  color: #000000;
}
.u-text-brand-2-a {
  color: #F06F0B;
}
.hover\:u-text-brand-2-a:hover {
  color: #F06F0B;
}
.u-text-brand-2-b {
  color: #F06F0B;
}
.hover\:u-text-brand-2-b:hover {
  color: #F06F0B;
}
.u-text-brand-3-a {
  color: #225D38;
}
.hover\:u-text-brand-3-a:hover {
  color: #225D38;
}
.u-text-brand-4-a {
  color: #5BA63F;
}
.hover\:u-text-brand-4-a:hover {
  color: #5BA63F;
}
.u-text-brand-6-e {
  color: #706D66;
}
.hover\:u-text-brand-6-e:hover {
  color: #706D66;
}
[class*="styled-underline"] {
  display: inline-block;
  position: relative;
  z-index: 0;
}
[class*="styled-underline"]:before {
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 0.25em;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: -1;
}
.u-styled-underline-brand-2-a:before {
  background-image: url("../img/svg/styled-underline-orange.svg");
}
.u-styled-underline-brand-4-a:before {
  background-image: url("../img/svg/styled-underline-green.svg");
}
.u-styled-underline-brand-5-a:before {
  background-image: url("../img/svg/styled-underline-yellow.svg");
}
ul,
ol {
  margin: 0 0 25px 25px;
  padding: 0;
}
ul.v-checkbox-list,
ol.v-checkbox-list {
  list-style: none;
  margin-bottom: 20px;
  margin-left: 0;
}
ul.v-checkbox-list > li,
ol.v-checkbox-list > li {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
}
ul.v-checkbox-list > li:before,
ol.v-checkbox-list > li:before {
  background-color: currentColor;
  clip-path: path("m21.17,12.06c0-.2-.12-.36-.3-.44-.06-.03-.12-.05-.18-.05-.12,0-.24.05-.35.15l-.96.96c-.09.09-.14.21-.14.33v3.82c0,1.32-1.08,2.41-2.41,2.41H4.33c-1.32,0-2.41-1.08-2.41-2.41V4.33c0-1.32,1.08-2.41,2.41-2.41h12.51c.23,0,.45.03.68.09.05.02.09.03.14.03.12,0,.26-.06.35-.15l.74-.74c.12-.12.17-.27.14-.44-.03-.15-.14-.29-.27-.35-.56-.26-1.16-.38-1.76-.38H4.33C1.94,0,0,1.94,0,4.33v12.51c0,2.39,1.94,4.33,4.33,4.33h12.51c2.39,0,4.33-1.94,4.33-4.33v-4.78Zm3.47-7.35c.48-.48.48-1.23,0-1.71l-1.65-1.65c-.48-.48-1.23-.48-1.71,0l-9.73,9.73-3.95-3.95c-.48-.48-1.23-.48-1.71,0l-1.65,1.65c-.48.48-.48,1.23,0,1.71l6.46,6.46c.48.48,1.23.48,1.71,0l12.24-12.24Z");
  content: " ";
  display: inline-block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 6px;
  vertical-align: middle;
  width: 25px;
}
ul.v-checkbox-list > li > ol,
ol.v-checkbox-list > li > ol,
ul.v-checkbox-list > li > ul,
ol.v-checkbox-list > li > ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
ul.v-checkbox-list > li > ol li,
ol.v-checkbox-list > li > ol li,
ul.v-checkbox-list > li > ul li,
ol.v-checkbox-list > li > ul li {
  color: #000000;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 10px;
}
ul.v-checkbox-list > li > ol ol,
ol.v-checkbox-list > li > ol ol,
ul.v-checkbox-list > li > ul ol,
ol.v-checkbox-list > li > ul ol,
ul.v-checkbox-list > li > ol ul,
ol.v-checkbox-list > li > ol ul,
ul.v-checkbox-list > li > ul ul,
ol.v-checkbox-list > li > ul ul {
  list-style: none;
}
li {
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin: 0 0 8px 0;
  line-height: 1.5;
}
li p {
  font-size: 22px;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.u-fs-18 {
  font-size: 18px;
}
.u-fs-22 {
  font-size: 22px;
}
.u-fs-24 {
  font-size: 24px;
}
.u-fs-26 {
  font-size: 26px;
}
.u-fs-28 {
  font-size: 28px;
}
.u-fs-30 {
  font-size: 30px;
}
.u-fs-32 {
  font-size: 32px;
}
.u-fs-38 {
  font-size: 38px;
}
.u-fs-40 {
  font-size: 40px;
}
.u-fs-48 {
  font-size: 48px;
}
.u-fs-60 {
  font-size: 60px;
}
#wysiwyg {
  margin: 10px !important;
  background-image: none !important;
  background-color: #F2F2F2 !important;
}
#wysiwyg table td {
  border: 1px dashed black !important;
}
.cke_panel_listItem .hr-bike {
  font-size: 0;
}
.dd-announcement-bar {
  background-color: #F06F0B;
  box-shadow: none;
  line-height: 1.67;
  position: relative;
  text-align: center;
}
.dd-announcement-bar-content {
  display: block;
  margin: 0 auto;
  max-width: 1040px;
  padding: 10px 54px;
  width: 100%;
}
.dd-announcement-bar-content p {
  color: #ffffff;
}
.dd-announcement-bar-content > :last-child {
  margin-bottom: 0;
}
.dd-announcement-bar-content a,
.dd-announcement-bar-content a:link {
  color: #ffffff;
  text-decoration: underline;
}
.dd-announcement-bar-content a:active,
.dd-announcement-bar-content a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.dd-announcement-bar-content a:hover,
.dd-announcement-bar-content a:focus {
  color: #ffffff;
  text-decoration: none;
}
.dd-announcement-bar-close,
.dd-announcement-bar-close:active,
.dd-announcement-bar-close:hover,
.dd-announcement-bar-close:link,
.dd-announcement-bar-close:visited {
  -webkit-appearance: none;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  line-height: inherit;
}
.dd-announcement-bar-close {
  position: absolute;
  right: 27px;
  top: 10px;
  transform: translate(50%, 0);
}
.banner img {
  height: auto !important;
  width: 100% !important;
}
.c-banner-video {
  height: 100%;
  left: 50%;
  min-width: 1440px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.c-banner-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-banner-video iframe[src*="youtube"] {
  height: calc(100% + 120px);
  top: 50%;
  transform: translateY(-50%);
}
.c-banner-video:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
a[class*="beenherelogin"] {
  font-size: 18px;
}
a:link {
  color: #225D38;
  font-weight: 700;
  -webkit-text-decoration: underline dotted 1px;
          text-decoration: underline dotted 1px;
  text-underline-offset: 0.25em;
}
a:visited {
  color: #225D38;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #225D38;
  text-decoration: none;
}
a:active {
  color: #225D38;
  text-decoration: none;
}
a.v-link-no-underline,
button.v-link-no-underline {
  text-decoration: none;
}
a.v-link-no-underline:hover,
button.v-link-no-underline:hover,
a.v-link-no-underline:focus,
button.v-link-no-underline:focus {
  text-decoration: underline;
}
a.v-1-link,
button.v-1-link {
  color: #5BA63F;
}
a.v-1-link:hover,
button.v-1-link:hover,
a.v-1-link:focus,
button.v-1-link:focus {
  color: #5BA63F;
}
a.v-2-link,
button.v-2-link {
  color: #5BA63F;
  font-weight: 700;
}
a.v-2-link:hover,
button.v-2-link:hover,
a.v-2-link:focus,
button.v-2-link:focus {
  color: #5BA63F;
}
a.v-3-link,
button.v-3-link {
  color: #F06F0B;
  font-weight: 700;
}
a.v-3-link:hover,
button.v-3-link:hover,
a.v-3-link:focus,
button.v-3-link:focus {
  color: #F06F0B;
}
a.hover\:opacity-75,
button.hover\:opacity-75 {
  opacity: 1;
}
a.hover\:opacity-75:hover,
button.hover\:opacity-75:hover,
a.hover\:opacity-75:focus,
button.hover\:opacity-75:focus {
  opacity: 0.75;
}
.btn-link:not(.dd-mobile-toggle),
.cancel {
  display: inline-block;
  padding: 15px !important;
  font-size: 15px;
  text-align: center;
}
a,
button,
input[type="submit"] {
  transition: all 0.5s ease-in-out;
}
a.dd-btn [class^="icon-"],
button.dd-btn [class^="icon-"],
input[type="submit"].dd-btn [class^="icon-"],
a.btn-big [class^="icon-"],
button.btn-big [class^="icon-"],
input[type="submit"].btn-big [class^="icon-"],
a.m-btn [class^="icon-"],
button.m-btn [class^="icon-"],
input[type="submit"].m-btn [class^="icon-"],
a.dd-btn [class*="icon-"],
button.dd-btn [class*="icon-"],
input[type="submit"].dd-btn [class*="icon-"],
a.btn-big [class*="icon-"],
button.btn-big [class*="icon-"],
input[type="submit"].btn-big [class*="icon-"],
a.m-btn [class*="icon-"],
button.m-btn [class*="icon-"],
input[type="submit"].m-btn [class*="icon-"] {
  font-size: inherit;
}
a.dd-btn,
button.dd-btn,
input[type="submit"].dd-btn,
a.btn-big,
button.btn-big,
input[type="submit"].btn-big {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 10px 0;
  outline-color: #225D38;
  outline-offset: 2px;
  padding: 15px 30px 15px 30px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  vertical-align: top;
}
a.dd-btn,
button.dd-btn,
input[type="submit"].dd-btn,
a#streamingdonatebutton,
button#streamingdonatebutton,
input[type="submit"]#streamingdonatebutton,
a.v-1-button,
button.v-1-button,
input[type="submit"].v-1-button {
  background-color: #225D38;
  border-radius: 1000px;
  border-width: 0;
  color: #FFFFFF;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-transform: none;
}
a.dd-btn:hover,
button.dd-btn:hover,
input[type="submit"].dd-btn:hover,
a#streamingdonatebutton:hover,
button#streamingdonatebutton:hover,
input[type="submit"]#streamingdonatebutton:hover,
a.v-1-button:hover,
button.v-1-button:hover,
input[type="submit"].v-1-button:hover,
a.dd-btn:focus,
button.dd-btn:focus,
input[type="submit"].dd-btn:focus,
a#streamingdonatebutton:focus,
button#streamingdonatebutton:focus,
input[type="submit"]#streamingdonatebutton:focus,
a.v-1-button:focus,
button.v-1-button:focus,
input[type="submit"].v-1-button:focus {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
a.v-2-button,
button.v-2-button,
input[type="submit"].v-2-button {
  background-color: #F06F0B;
  border-radius: 1000px;
  border-width: 0;
  color: #FFFFFF;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-transform: none;
}
a.v-2-button:hover,
button.v-2-button:hover,
input[type="submit"].v-2-button:hover,
a.v-2-button:focus,
button.v-2-button:focus,
input[type="submit"].v-2-button:focus {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
a.v-3-button,
button.v-3-button,
input[type="submit"].v-3-button {
  background-color: #5BA63F;
  border-radius: 1000px;
  border-width: 0;
  color: #FFFFFF;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-transform: none;
}
a.v-3-button:hover,
button.v-3-button:hover,
input[type="submit"].v-3-button:hover,
a.v-3-button:focus,
button.v-3-button:focus,
input[type="submit"].v-3-button:focus {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
a.v-4-button,
button.v-4-button,
input[type="submit"].v-4-button {
  background-color: #000000;
  border-radius: 1000px;
  border-width: 0;
  color: #FFFFFF;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-transform: none;
}
a.v-4-button:hover,
button.v-4-button:hover,
input[type="submit"].v-4-button:hover,
a.v-4-button:focus,
button.v-4-button:focus,
input[type="submit"].v-4-button:focus {
  background-color: #F7F5F1;
  border-color: #F7F5F1;
  color: #000000;
}
a.v-5-button,
button.v-5-button,
input[type="submit"].v-5-button {
  background-color: #FFCD00;
  border-radius: 1000px;
  border-width: 0;
  color: #000000;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-transform: none;
}
a.v-5-button:hover,
button.v-5-button:hover,
input[type="submit"].v-5-button:hover,
a.v-5-button:focus,
button.v-5-button:focus,
input[type="submit"].v-5-button:focus {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
a.v-6-button,
button.v-6-button,
input[type="submit"].v-6-button {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: #000000;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  text-transform: none;
  padding: 10px 0;
}
a.v-6-button:hover,
button.v-6-button:hover,
input[type="submit"].v-6-button:hover,
a.v-6-button:focus,
button.v-6-button:focus,
input[type="submit"].v-6-button:focus {
  background-color: transparent;
  border-color: #000000;
  color: #225D38;
}
a.v-7-button,
button.v-7-button,
input[type="submit"].v-7-button {
  background-color: #FFFFFF;
  border-radius: 1000px;
  border-width: 0;
  color: #000000;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-transform: none;
}
a.v-7-button:hover,
button.v-7-button:hover,
input[type="submit"].v-7-button:hover,
a.v-7-button:focus,
button.v-7-button:focus,
input[type="submit"].v-7-button:focus {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
a.v-close-button,
button.v-close-button,
input[type="submit"].v-close-button {
  background-color: #000000;
  border-radius: 0;
  border-width: 0;
  color: #FFFFFF;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-transform: none;
}
a.v-close-button:hover,
button.v-close-button:hover,
input[type="submit"].v-close-button:hover,
a.v-close-button:focus,
button.v-close-button:focus,
input[type="submit"].v-close-button:focus {
  background-color: #000000;
  border-color: #000000;
  color: #F06F0B;
}
a#streamingdonatebutton,
button#streamingdonatebutton,
input[type="submit"]#streamingdonatebutton,
a.btn-big,
button.btn-big,
input[type="submit"].btn-big {
  border-width: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  padding: 19px 40px 19px 40px;
}
a.v-button-m-0,
button.v-button-m-0,
input[type="submit"].v-button-m-0,
a.btn-m-0,
button.btn-m-0,
input[type="submit"].btn-m-0 {
  margin: 0;
}
a.v-button-mt-20,
button.v-button-mt-20,
input[type="submit"].v-button-mt-20 {
  margin-top: 20px;
}
a.v-button-mx-0,
button.v-button-mx-0,
input[type="submit"].v-button-mx-0 {
  margin-left: 0;
  margin-right: 0;
}
a.v-button-mx-10,
button.v-button-mx-10,
input[type="submit"].v-button-mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
a.v-button-text-right,
button.v-button-text-right,
input[type="submit"].v-button-text-right {
  justify-content: flex-end;
}
a.v-button-text-left,
button.v-button-text-left,
input[type="submit"].v-button-text-left {
  justify-content: flex-start;
}
button.v-button-link {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  padding: 0;
  -webkit-text-decoration: underline dotted 1px;
          text-decoration: underline dotted 1px;
}
button.v-button-link:hover,
button.v-button-link:focus {
  text-decoration: none;
}
button[disabled] {
  cursor: not-allowed;
}
button svg {
  fill: inherit;
}
.dd-btn + .dd-btn:not([class*="v-button-m"]) {
  margin-left: 10px;
}
.dd-btn.btn-big + .dd-btn:not([class*="v-button-m"]) {
  margin-left: 20px;
}
.btn-w-child-full .dd-btn {
  width: 100%;
}
.active\:rotate-arrow.is-active .rotate-arrow {
  transform: rotate(180deg);
}
.active\:toggle-content-display .show-active {
  display: none;
}
.active\:toggle-content-display.is-active .hide-active,
.active\:toggle-content-display.active .hide-active {
  display: none;
}
.active\:toggle-content-display.is-active .show-active,
.active\:toggle-content-display.active .show-active {
  display: inline-block;
}
.m-btn-container td {
  background-color: transparent;
}
.m-btn-container .m-btn {
  align-items: center !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 0 10px 0 !important;
  outline-color: #225D38 !important;
  outline-offset: 2px !important;
  padding: 15px 30px 15px 30px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out !important;
  vertical-align: top !important;
  background-color: #225D38 !important;
  border-radius: 1000px !important;
  border-width: 0 !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  overflow: hidden !important;
  position: relative !important;
  text-transform: none !important;
}
.m-btn-container .m-btn:hover,
.m-btn-container .m-btn:focus {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}
@keyframes showModal {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes hideModal {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes showBackdrop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hideBackdrop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-dialog {
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-direction: normal;
  border: 0;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 70vh;
  max-width: 900px;
  overflow: visible;
  padding: 0;
  width: 80vw;
}
.c-dialog[open] {
  animation-name: showModal;
}
.c-dialog[open]::backdrop {
  animation-name: showBackdrop;
}
.c-dialog.close {
  animation-name: hideModal;
}
.c-dialog.close::backdrop {
  animation-name: hideBackdrop;
}
.c-dialog::backdrop {
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-direction: normal;
  -webkit-backdrop-filter: grayscale(100%) blur(2px);
          backdrop-filter: grayscale(100%) blur(2px);
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out;
}
.c-dialog .c-dialog-body {
  flex-grow: 1;
  overflow: auto;
  max-height: calc(70vh);
}
.c-dialog .c-dialog-body .u-responsive-media {
  max-height: calc(80vh - 40px);
  max-width: calc(80vw - 40px);
}
.has-dropdown {
  position: relative;
}
.is-dropdown {
  min-width: 190px;
  position: absolute;
  top: 100%;
  left: calc(50% - 150px);
  animation: hide 0.25s forwards 1 ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transform: translateY(25px);
  transition: all 0.5s ease-in-out;
}
.is-dropdown.is-active {
  animation: show 250ms forwards 1 ease-in-out;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.is-dropdown:before {
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #FFFFFF transparent;
  bottom: 100%;
  left: calc(50% - 16px);
  content: "";
  position: absolute;
  z-index: 20;
}
.is-dropdown.align-right {
  left: auto;
  right: 0;
}
.is-dropdown.align-right:before {
  left: auto;
  right: 45px;
}
.action-event #fb-comments {
  display: none;
}
input[type="file"] {
  line-height: 1.15;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
  border-radius: 0;
  border: 2px solid #CCCCCC;
  box-shadow: none;
  color: #706D66;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  overflow: visible;
}
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 2px solid #F06F0B;
  outline: 0;
}
input[type="tel"].v-event-search-input,
input[type="text"].v-event-search-input,
input[type="email"].v-event-search-input,
input[type="number"].v-event-search-input,
input[type="password"].v-event-search-input,
textarea.v-event-search-input,
select.v-event-search-input {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #DBD5CA;
  border-radius: 60px;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 44px 12px 24px;
  width: 100%;
}
input[type="tel"].v-event-search-input:focus,
input[type="text"].v-event-search-input:focus,
input[type="email"].v-event-search-input:focus,
input[type="number"].v-event-search-input:focus,
input[type="password"].v-event-search-input:focus,
textarea.v-event-search-input:focus,
select.v-event-search-input:focus {
  border-color: #F06F0B;
}
.form-text {
  font-size: 14px;
}
button[type="submit"].v-event-search-submit {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  color: #F06F0B;
  display: block;
  line-height: 1;
  padding: 14px 20px;
}
input[type="text"].v-input {
  background-color: #F7F5F1;
  border-color: #000000;
  font-size: 22px;
  padding: 10px 15px;
}
input[type="text"].v-input::placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
}
input[type="text"].v-input::-moz-placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
  opacity: 1;
}
input[type="text"].v-input:-ms-input-placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
}
input[type="text"].v-input::-ms-input-placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
}
.form-actions {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.wrap-content img {
  max-width: 100% !important;
  height: auto !important;
}
#teamTabsContent .dd-editable-content img,
#participantTabsContent .dd-editable-fundraising-message img {
  margin: 0 0 20px 0;
}
.imageFloatLeft img,
.imageFloatRight img {
  margin-bottom: 0;
}
img[style*="float: left"],
.imageFloatLeft {
  float: left;
  clear: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
img[style*="float: right"],
.imageFloatRight {
  float: right;
  clear: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
#inappropriatecontentlink,
.offlinedonationlink {
  margin: 30px 0;
  text-align: left;
}
#inappropriatecontentlink a,
.offlinedonationlink {
  color: #F06F0B;
  font-size: 22px;
}
#inappropriatecontentlink a span,
.offlinedonationlink span {
  color: inherit !important;
}
#inappropriatecontentlink a:hover,
.offlinedonationlink:hover,
#inappropriatecontentlink a:focus,
.offlinedonationlink:focus {
  color: #225D38;
}
#inappropriatecontentlink {
  padding: 0;
}
#inappropriatecontentlink + .clr {
  display: none;
}
#inappropriatecontentlink:hover,
#inappropriatecontentlink:focus {
  color: #225D38;
}
.offlinedonationlink {
  text-decoration: none !important;
}
.offlinedonationlink:before {
  content: "\f0e0";
  display: inline;
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 15px;
}
.custom-theme-modal .fancybox-inner,
[data-resizetype="responsive"],
.fr-video,
.responsive-media-embed {
  padding-bottom: 56.25%;
  background-color: #FFFFFF;
  height: 0;
  margin: 0 0 50px 0;
  overflow: hidden;
  position: relative;
}
.custom-theme-modal .fancybox-inner iframe,
[data-resizetype="responsive"] iframe,
.fr-video iframe,
.responsive-media-embed iframe,
.custom-theme-modal .fancybox-inner object,
[data-resizetype="responsive"] object,
.fr-video object,
.responsive-media-embed object,
.custom-theme-modal .fancybox-inner embed,
[data-resizetype="responsive"] embed,
.fr-video embed,
.responsive-media-embed embed,
.custom-theme-modal .fancybox-inner video,
[data-resizetype="responsive"] video,
.fr-video video,
.responsive-media-embed video {
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.custom-theme-modal .fancybox-inner.default,
[data-resizetype="responsive"].default,
.fr-video.default,
.responsive-media-embed.default {
  padding-bottom: 56.25%;
}
.custom-theme-modal .fancybox-inner.anamorphic,
[data-resizetype="responsive"].anamorphic,
.fr-video.anamorphic,
.responsive-media-embed.anamorphic {
  padding-bottom: 41.84100418%;
}
.custom-theme-modal .fancybox-inner.panorama,
[data-resizetype="responsive"].panorama,
.fr-video.panorama,
.responsive-media-embed.panorama {
  padding-bottom: 31.640625%;
}
.custom-theme-modal .fancybox-inner.square,
[data-resizetype="responsive"].square,
.fr-video.square,
.responsive-media-embed.square {
  padding-bottom: 100%;
}
[data-slick="onLoad"] {
  display: none;
}
[data-slick="onLoad"].slick-initialized {
  display: flex;
}
/* Slider */
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  height: 100%;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  height: inherit;
}
.slick-track {
  align-items: stretch;
  display: flex;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  -webkit-backface-visibility: hidden;
  font-smoothing: antialiased !important;
  padding: 0 15px;
  transition: all 0.5s ease-in-out;
}
.slick-slide > div {
  height: 100%;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  align-items: center;
  background-color: #F7F5F1;
  border-radius: 60px;
  border: 0;
  color: #F06F0B;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 0;
  overflow: hidden;
  padding: 10px;
  text-indent: -999px;
  width: 60px;
}
.slick-prev .dd-c-symbol,
.slick-next .dd-c-symbol {
  height: 30px;
  width: 30px;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #F06F0B;
  color: #FFFFFF;
}
.slick-prev.v-center-slider-button,
.slick-next.v-center-slider-button {
  background-color: transparent;
  border-radius: 0;
  height: 196px;
  position: relative;
  width: 82px;
}
.slick-prev.v-center-slider-button:before,
.slick-next.v-center-slider-button:before {
  background-color: #F7F5F1;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.slick-prev.v-center-slider-button:hover:before,
.slick-next.v-center-slider-button:hover:before {
  background-color: #F06F0B;
}
.slick-prev {
  padding-right: 15px;
}
.slick-prev.v-center-slider-button {
  padding-right: 5px;
}
.slick-prev.v-center-slider-button:before {
  clip-path: path('m82,0v196.54C35.36,188.07,0,147.29,0,98.27S35.36,8.47,82,0Z');
}
.slick-next {
  padding-left: 15px;
}
.slick-next.v-center-slider-button {
  padding-left: 5px;
}
.slick-next.v-center-slider-button:before {
  clip-path: path('m0,196.54V0c46.64,8.47,82,49.24,82,98.27S46.64,188.07,0,196.54Z');
}
.slick-prev .dd-c-symbol {
  transform: rotate(90deg);
}
.slick-next .dd-c-symbol {
  transform: rotate(-90deg);
}
.slick-arrows-container .slick-arrow + .slick-arrow {
  margin-left: 15px;
}
.v-slick-cards .slick-slide:not(.slick-active) {
  visibility: hidden;
}
.v-slick-center .slick-slide {
  z-index: 0 !important;
}
.v-slick-center .slick-slide,
.v-slick-center .slick-slide .slick-slide-inner,
.v-slick-center .slick-slide .slick-slide-content,
.v-slick-center .slick-slide .slider-slide-filter {
  transition: all 500ms;
}
.v-slick-center .slick-slide .slick-slide-inner {
  transform: scale(0) translateX(-50%) translateZ(0);
}
.v-slick-center .slick-slide .slick-slide-content {
  opacity: 0;
}
.v-slick-center .slick-slide.slick-current,
.v-slick-center .slick-slide[class*="slick-next-"],
.v-slick-center .slick-slide[class*="slick-prev-"] {
  opacity: 1 !important;
}
.v-slick-center .slick-slide.slick-current {
  z-index: 3 !important;
}
.v-slick-center .slick-slide.slick-current .slick-slide-content {
  opacity: 1;
}
.v-slick-center .slick-slide[class*="slick-next-"] .slider-slide-filter,
.v-slick-center .slick-slide[class*="slick-prev-"] .slider-slide-filter {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.v-slick-center .slick-slide.slick-next-1,
.v-slick-center .slick-slide.slick-prev-1 {
  z-index: 2 !important;
}
.v-slick-center .slick-slide.slick-next-2,
.v-slick-center .slick-slide.slick-prev-2 {
  z-index: 1 !important;
}
.v-slick-center .slick-slide.slick-current .slick-slide-inner {
  transform: scale(1) translateX(0) translateZ(0);
}
.v-slick-center .slick-slide.slick-next-1 .slick-slide-inner {
  transform: scale(0.86) translateX(35%) translateZ(0);
}
.v-slick-center .slick-slide.slick-next-2 .slick-slide-inner {
  transform: scale(0.732) translateX(73.5%) translateZ(0);
}
.v-slick-center .slick-slide.slick-prev-1 .slick-slide-inner {
  transform: scale(0.86) translateX(-35%) translateZ(0);
}
.v-slick-center .slick-slide.slick-prev-2 .slick-slide-inner {
  transform: scale(0.732) translateX(-73.5%) translateZ(0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dotted {
  position: relative;
}
.slick-dotted ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.slick-dotted ul.slick-dots li {
  line-height: 1;
  margin: 0;
  padding: 0 10px;
}
.slick-dotted ul.slick-dots button {
  background-color: #F7F5F1;
  border-radius: 1000px;
  border: 0;
  font-size: 0;
  height: 17px;
  padding: 0;
  width: 17px;
}
.slick-dotted ul.slick-dots .slick-active button,
.slick-dotted ul.slick-dots button:focus,
.slick-dotted ul.slick-dots button:hover {
  background-color: #225D38;
  border-color: #225D38;
}
.slick-dotted ul.slick-dots.v-slick-dots button {
  background-color: transparent;
  border: 1px solid #225D38;
}
.slick-dotted ul.slick-dots.v-slick-dots .slick-active button,
.slick-dotted ul.slick-dots.v-slick-dots button:focus,
.slick-dotted ul.slick-dots.v-slick-dots button:hover {
  background-color: #225D38;
  border-color: #225D38;
}
.slick-dotted-overlay {
  position: relative;
}
ul.social {
  list-style: none;
}
ul.social,
ul.social li {
  margin: 0;
}
ul.social a {
  color: #000000;
  display: block;
  line-height: 1;
  text-decoration: none;
}
ul.social [class*="icon-"] {
  font-size: 20px;
  margin-right: 0;
  color: inherit;
}
ul.social img[src*=".svg"] {
  max-height: 20px;
  vertical-align: bottom;
}
body .dd-stream {
  border-radius: 35px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  font-size: 18px;
  margin: 0 auto;
}
body .dd-streaming-embed {
  border: 0;
  padding: 5px 20px;
}
body .dd-stream-title strong {
  font-size: 16px;
}
body .dd-feed-wrap .dd-btn {
  width: 15%;
}
body .dd-mobile-toggle {
  color: #225D38;
}
body .dd-activity-feed .dd-feed-item {
  background-color: #F7F5F1;
  border: 0;
  border-radius: 0;
}
body .dd-activity-feed .dd-feed-donation {
  color: #000000;
  font-size: 25px;
}
body .dd-activity-feed .dd-feed-title {
  color: #000000;
  font-size: 14px;
}
body .dd-stream-controls .pagination a {
  background-color: transparent;
  border-color: #225D38;
  color: #225D38;
  line-height: 1 !important;
  padding: 0 10px !important;
}
body .dd-stream-controls .pagination a:focus,
body .dd-stream-controls .pagination a:hover {
  background-color: #225D38;
  color: #FFFFFF;
}
body .dd-stream-controls .pagination li.active a {
  background-color: #225D38;
  color: #FFFFFF;
}
body .dd-stream-config .form-actions button {
  display: block;
}
body .dd-stream-config .form-actions button.dd-btn {
  margin-bottom: 10px;
}
body .dd-stream-config .form-actions button.btn-link {
  padding-left: 0;
  padding-right: 0;
}
body .dd-streaming-settings {
  background-color: #FFFFFF;
}
body .dd-streaming-settings .dd-stream-settings-options {
  background-color: transparent;
}
.dataTable {
  border: 1px solid #ddd;
  border-left: 0;
}
.dataTable th,
.dataTable td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: content-box;
}
.dataTables_scroll-body {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.table-striped tbody tr:nth-child(odd) td,
.dataTable tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th,
.dataTable tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.dataTable tbody tr:hover td,
.table tbody tr:hover th,
.dataTable tbody tr:hover th {
  background-color: #f5f5f5;
}
table[class*="table-responsive"] {
  border-spacing: 0 !important;
  border: 0 !important;
  table-layout: fixed;
  width: 100% !important;
}
table[class*="table-responsive"] caption {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 35px 0;
}
table[class*="table-responsive"] tr {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
table[class*="table-responsive"] td {
  border: 0;
  display: block;
  word-break: break-word;
}
table[class*="table-responsive"] td img {
  max-width: 100% !important;
  height: auto !important;
}
table[class*="table-responsive-sidebar"] tr {
  align-items: flex-start;
}
table.table-responsive-sidebar-left tr td:first-child {
  width: calc(33.33% - (30px / 2));
}
table.table-responsive-sidebar-left tr td:last-child {
  width: calc(66.66% - (30px / 2));
}
table.table-responsive-sidebar-right tr td:last-child {
  width: calc(33.33% - (30px / 2));
}
table.table-responsive-sidebar-right tr td:first-child {
  width: calc(66.66% - (30px / 2));
}
table.table-responsive-icon {
  margin: 16px 0;
}
table.table-responsive-icon tr {
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: flex-start;
}
table.table-responsive-icon td:first-child {
  flex-shrink: 0;
}
table.table-responsive-icon td > * {
  margin-bottom: 10px;
}
table[class*="table-responsive-"]:not(.table-responsive-icon) {
  margin: 0 0 30px 0;
}
table[class*="table-responsive-"]:not(.table-responsive-icon) tr {
  flex-wrap: wrap;
  gap: 30px;
}
table[class*="table-responsive-"]:not(.table-responsive-icon) td > *:last-child {
  margin-bottom: 0 !important;
}
table[class*="table-responsive-"]:not(.table-responsive-icon)[class*="-col-2"]:not([class*="table-responsive-sidebar"]) td {
  width: calc(50% - (30px / 2));
}
table[class*="table-responsive-"]:not(.table-responsive-icon)[class*="-col-3"] td {
  width: calc(33.33% - (30px / 1.5));
}
table[class*="table-responsive-"]:not(.table-responsive-icon)[class*="-col-4"] td {
  width: calc(25% - (30px / 1.25));
}
table[class*="table-responsive-shadow"][class*="-col-2"]:not([class*="table-responsive-sidebar"]) td,
table[class*="table-responsive-background"][class*="-col-2"]:not([class*="table-responsive-sidebar"]) td {
  width: calc(50% - (30px / 2));
}
table[class*="table-responsive-shadow"][class*="-col-3"] td,
table[class*="table-responsive-background"][class*="-col-3"] td {
  width: calc(33.33% - (30px / 1.5));
}
table[class*="table-responsive-shadow"][class*="-col-4"] td,
table[class*="table-responsive-background"][class*="-col-4"] td {
  width: calc(25% - (30px / 1.25));
}
table[class*="table-responsive-shadow"] tr,
table[class*="table-responsive-background"] tr {
  gap: 30px;
}
table[class*="table-responsive-shadow"] td,
table[class*="table-responsive-background"] td {
  align-items: center;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
table[class*="table-responsive-shadow"] caption {
  color: #000000;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 35px 0;
}
table[class*="table-responsive-shadow"] td {
  background-color: #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
}
[data-button="accordion"] [class*="accordion-plus-bar"] {
  top: 50%;
  transform: translateY(-50%);
}
[data-button="accordion"] .accordion-plus-bar-1 {
  transform: translateY(-50%) rotate(90deg);
}
[data-button="accordion"]:focus .accordion-plus-symbol,
[data-button="accordion"]:hover .accordion-plus-symbol {
  transform: scale(1.2);
}
[data-button="accordion"].active .accordion-plus-bar-1 {
  transform: translateY(-50%) rotate(0deg);
}
[data-panel="accordion"] {
  display: none;
  overflow: hidden;
}
.nav-tabs-block .nav-tabs {
  border: 0;
  display: flex;
  column-gap: 30px;
  justify-content: center;
  margin: 0 !important;
  text-align: center;
}
.nav-tabs-block .nav-tabs:before,
.nav-tabs-block .nav-tabs:after {
  display: none;
}
.nav-tabs-block .nav-tabs li {
  float: none;
  margin: 0 !important;
  max-width: 270px;
  padding: 0;
  width: 100%;
}
.nav-tabs-block .nav-tabs a {
  background-color: #FFFFFF;
  border-radius: 100px;
  border: 3px solid #F06F0B;
  color: #F06F0B;
  display: block;
  font-size: 26px;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 20px 25px;
  width: 100%;
}
.nav-tabs-block .nav-tabs a [class*="icon"]:before,
.nav-tabs-block .nav-tabs a:before {
  color: inherit;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 400;
}
.nav-tabs-block .nav-tabs a [class*="icon"] {
  margin-right: 0;
}
.nav-tabs-block .nav-tabs li.active a,
.nav-tabs-block .nav-tabs a:focus,
.nav-tabs-block .nav-tabs a:hover {
  background-color: #F06F0B;
  border: 3px solid #F06F0B;
  color: #FFFFFF;
}
.nav-tabs-block .nav-tabs li:nth-child(1) a:before {
  content: '\f10d';
}
.nav-tabs-block .nav-tabs li:nth-child(2) a:before {
  content: '\f004';
}
.nav-tabs-block .nav-tabs#teamTabs li:nth-child(3) a:before {
  content: '\f0c0';
}
.btn-show-dropdown,
.topnavcms.primary-nav-ul li a,
.topnavcms.primary-nav-ul li .btn-linked,
.topnavcms.secondary-nav-ul li a,
.topnavcms.secondary-nav-ul li .btn-linked {
  overflow: hidden;
  outline-offset: -2px;
  position: relative;
  z-index: 0;
}
.topnavcms.primary-nav-ul,
.topnavcms.secondary-nav-ul {
  margin: 0;
  padding: 0;
}
.topnavcms.primary-nav-ul,
.topnavcms.secondary-nav-ul,
.topnavcms.primary-nav-ul ul,
.topnavcms.secondary-nav-ul ul {
  list-style: none;
  margin: 0;
}
.topnavcms.primary-nav-ul li:not(.contentset-nav-mobile-toggle),
.topnavcms.secondary-nav-ul li:not(.contentset-nav-mobile-toggle) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.topnavcms.primary-nav-ul li.priority-nav-hidden,
.topnavcms.secondary-nav-ul li.priority-nav-hidden {
  display: none;
}
.topnavcms.primary-nav-ul li,
.topnavcms.secondary-nav-ul li {
  line-height: 1;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.topnavcms.primary-nav-ul li a,
.topnavcms.secondary-nav-ul li a,
.topnavcms.primary-nav-ul li .btn-linked,
.topnavcms.secondary-nav-ul li .btn-linked {
  align-items: center;
  border: none;
  color: inherit;
  display: flex;
  flex-grow: 1;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-size: 22px;
  padding: 18px 24px;
  text-decoration: none;
}
.topnavcms.primary-nav-ul > li,
.topnavcms.secondary-nav-ul > li {
  margin-bottom: -25px;
  padding-bottom: 25px;
}
.topnavcms.primary-nav-ul > li.is-active > ul,
.topnavcms.secondary-nav-ul > li.is-active > ul,
.topnavcms.primary-nav-ul > li:hover > ul,
.topnavcms.secondary-nav-ul > li:hover > ul {
  animation: show 250ms forwards 1 ease-in-out;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.topnavcms.primary-nav-ul > li > a,
.topnavcms.secondary-nav-ul > li > a,
.topnavcms.primary-nav-ul > li .btn-linked,
.topnavcms.secondary-nav-ul > li .btn-linked {
  font-weight: 600;
  text-align: center;
}
.topnavcms.primary-nav-ul li button.btn-show-dropdown svg,
.topnavcms.secondary-nav-ul li button.btn-show-dropdown svg {
  transition: all 500ms ease;
  width: 15px;
}
.topnavcms.primary-nav-ul li.is-active > button.btn-show-dropdown svg,
.topnavcms.secondary-nav-ul li.is-active > button.btn-show-dropdown svg,
.topnavcms.primary-nav-ul li:hover > button.btn-show-dropdown svg,
.topnavcms.secondary-nav-ul li:hover > button.btn-show-dropdown svg {
  transform: rotate(180deg);
}
.topnavcms.primary-nav-ul > li:not(.nochildren):not(.top-nav-home) > a,
.topnavcms.secondary-nav-ul > li:not(.nochildren):not(.top-nav-home) > a {
  padding-right: calc(40px + 10px);
}
.topnavcms.primary-nav-ul > li:not(.nochildren):not(.top-nav-home) > .btn-show-dropdown,
.topnavcms.secondary-nav-ul > li:not(.nochildren):not(.top-nav-home) > .btn-show-dropdown {
  position: absolute;
  right: 15px;
}
.topnavcms.primary-nav-ul li.on > a,
.topnavcms.secondary-nav-ul li.on > a,
.topnavcms.primary-nav-ul li.is-active > a,
.topnavcms.secondary-nav-ul li.is-active > a,
.topnavcms.primary-nav-ul li:hover > a,
.topnavcms.secondary-nav-ul li:hover > a,
.topnavcms.primary-nav-ul li > a:focus,
.topnavcms.secondary-nav-ul li > a:focus,
.topnavcms.primary-nav-ul li > a:hover,
.topnavcms.secondary-nav-ul li > a:hover,
.topnavcms.primary-nav-ul li > .btn-linked:hover,
.topnavcms.secondary-nav-ul li > .btn-linked:hover,
.topnavcms.primary-nav-ul li > .btn-linked:focus,
.topnavcms.secondary-nav-ul li > .btn-linked:focus,
.topnavcms.primary-nav-ul li > .btn-linked.is-active,
.topnavcms.secondary-nav-ul li > .btn-linked.is-active {
  transform: scale(1);
}
.topnavcms.primary-nav-ul li.on > a:after,
.topnavcms.secondary-nav-ul li.on > a:after,
.topnavcms.primary-nav-ul li.is-active > a:after,
.topnavcms.secondary-nav-ul li.is-active > a:after,
.topnavcms.primary-nav-ul li:hover > a:after,
.topnavcms.secondary-nav-ul li:hover > a:after,
.topnavcms.primary-nav-ul li > a:focus:after,
.topnavcms.secondary-nav-ul li > a:focus:after,
.topnavcms.primary-nav-ul li > a:hover:after,
.topnavcms.secondary-nav-ul li > a:hover:after,
.topnavcms.primary-nav-ul li > .btn-linked:hover:after,
.topnavcms.secondary-nav-ul li > .btn-linked:hover:after,
.topnavcms.primary-nav-ul li > .btn-linked:focus:after,
.topnavcms.secondary-nav-ul li > .btn-linked:focus:after,
.topnavcms.primary-nav-ul li > .btn-linked.is-active:after,
.topnavcms.secondary-nav-ul li > .btn-linked.is-active:after,
.topnavcms.primary-nav-ul li.on > a + button:after,
.topnavcms.secondary-nav-ul li.on > a + button:after,
.topnavcms.primary-nav-ul li.is-active > a + button:after,
.topnavcms.secondary-nav-ul li.is-active > a + button:after,
.topnavcms.primary-nav-ul li:hover > a + button:after,
.topnavcms.secondary-nav-ul li:hover > a + button:after,
.topnavcms.primary-nav-ul li > a:focus + button:after,
.topnavcms.secondary-nav-ul li > a:focus + button:after,
.topnavcms.primary-nav-ul li > a:hover + button:after,
.topnavcms.secondary-nav-ul li > a:hover + button:after,
.topnavcms.primary-nav-ul li > .btn-linked:hover + button:after,
.topnavcms.secondary-nav-ul li > .btn-linked:hover + button:after,
.topnavcms.primary-nav-ul li > .btn-linked:focus + button:after,
.topnavcms.secondary-nav-ul li > .btn-linked:focus + button:after,
.topnavcms.primary-nav-ul li > .btn-linked.is-active + button:after,
.topnavcms.secondary-nav-ul li > .btn-linked.is-active + button:after {
  transform: translateY(0);
}
.topnavcms.primary-nav-ul ul,
.topnavcms.secondary-nav-ul ul {
  background-color: #FFFFFF;
  border-radius: 45px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  left: calc(50% - 150px);
  padding: 20px 0;
  position: absolute;
  top: 100%;
  width: 300px;
  animation: hide 0.25s forwards 1 ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transform: translateY(25px);
  transition: all 0.5s ease-in-out;
}
.topnavcms.primary-nav-ul ul:before,
.topnavcms.secondary-nav-ul ul:before {
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #FFFFFF transparent;
  bottom: 100%;
  left: calc(50% - 16px);
  content: "";
  position: absolute;
}
.topnavcms.primary-nav-ul ul li,
.topnavcms.secondary-nav-ul ul li {
  background-color: transparent;
  z-index: 10;
}
.topnavcms.primary-nav-ul ul li:first-child,
.topnavcms.secondary-nav-ul ul li:first-child {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
.topnavcms.primary-nav-ul ul li:last-child,
.topnavcms.secondary-nav-ul ul li:last-child {
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}
.topnavcms.primary-nav-ul ul li a,
.topnavcms.secondary-nav-ul ul li a,
.topnavcms.primary-nav-ul ul li .btn-linked,
.topnavcms.secondary-nav-ul ul li .btn-linked {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 30px;
  width: 100%;
}
.topnavcms.primary-nav-ul ul.align-right,
.topnavcms.secondary-nav-ul ul.align-right {
  left: auto;
  right: 0;
}
.topnavcms.primary-nav-ul ul.align-right:before,
.topnavcms.secondary-nav-ul ul.align-right:before {
  left: calc(80% - 16px);
}
.btn-show-dropdown {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: inherit;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  padding: 18px 10px;
  pointer-events: none;
  width: 40px;
}
.btn-show-dropdown:focus,
.btn-show-dropdown:hover {
  background-color: transparent;
  color: #000000;
}
.topnavcms.primary-nav-ul {
  color: #000000;
}
.topnavcms.primary-nav-ul > li {
  align-content: center;
  border-radius: 99px;
  justify-content: center;
}
.topnavcms.primary-nav-ul > li > a,
.topnavcms.primary-nav-ul > li > .btn-linked {
  border-radius: 99px;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}
.topnavcms.primary-nav-ul > li:not(.nochildren) > a {
  padding-right: calc(24px + 40px);
}
.topnavcms.primary-nav-ul > li.on > a,
.topnavcms.primary-nav-ul > li.is-active > a,
.topnavcms.primary-nav-ul > li:hover > a,
.topnavcms.primary-nav-ul > li > a:focus,
.topnavcms.primary-nav-ul > li > a:hover,
.topnavcms.primary-nav-ul > li > .btn-linked.is-active {
  color: #000000;
  background-color: #EBE6DC;
}
.topnavcms.primary-nav-ul ul > li > a,
.topnavcms.primary-nav-ul ul > li > .btn-show-dropdown {
  color: #000000;
}
.topnavcms.primary-nav-ul ul > li:hover > a,
.topnavcms.primary-nav-ul ul > li:hover > .btn-show-dropdown,
.topnavcms.primary-nav-ul ul > li > a:focus,
.topnavcms.primary-nav-ul ul > li > a:hover {
  color: #225D38;
  font-weight: 700;
}
.topnavcms.secondary-nav-ul {
  color: #000000;
}
.topnavcms.secondary-nav-ul li > .btn-linked {
  background-color: #225D38;
  color: #FFFFFF;
}
.topnavcms.secondary-nav-ul > li > a,
.topnavcms.secondary-nav-ul > li > .btn-linked {
  height: 100%;
  padding: 19px 24px;
}
.topnavcms.secondary-nav-ul > li:hover > a,
.topnavcms.secondary-nav-ul > li > a:focus,
.topnavcms.secondary-nav-ul > li > a:hover {
  background-color: #EBE6DC;
}
.topnavcms.secondary-nav-ul > li.on > a {
  background-color: #225D38;
  color: #FFFFFF;
}
.topnavcms.secondary-nav-ul ul li a,
.topnavcms.secondary-nav-ul ul ul li .btn-show-dropdown {
  color: #000000;
}
.topnavcms.secondary-nav-ul ul li a:hover,
.topnavcms.secondary-nav-ul ul ul li .btn-show-dropdown:hover,
.topnavcms.secondary-nav-ul ul li a:focus,
.topnavcms.secondary-nav-ul ul ul li .btn-show-dropdown:focus {
  color: #225D38;
  font-weight: 700;
}
.topnavcms.secondary-nav-ul ul li a:after,
.topnavcms.secondary-nav-ul ul ul li .btn-show-dropdown:after {
  content: none;
}
body.circuit-register {
  font-size: 16px;
}
.fundraiser-avatar {
  max-width: 175px;
  position: relative;
  width: 100%;
}
.fundraiser-avatar img {
  border-radius: 175px;
}
.fundraiser-avatar .dd-captain {
  align-items: center;
  background-color: #F06F0B;
  border-radius: 1000px;
  bottom: 35px;
  color: #FFFFFF;
  display: flex;
  font-size: 0;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: -21px;
  width: 42px;
  z-index: 2;
}
.fundraiser-avatar .dd-captain [class*="icon-"] {
  font-size: 22px;
  margin-right: 0;
}
#team-name,
#participant-name {
  flex: 1;
  position: relative;
}
#team-name p:empty,
#participant-name p:empty {
  display: none;
}
.dd-editable-content.dd-editable-name {
  display: block;
}
.dd-editable-content.dd-editable-name h1 {
  color: #FFFFFF;
  font-size: 59px;
  line-height: 1.25;
  margin-bottom: 10px;
  word-break: break-word;
}
.personal-campaign-details,
.personal-campaign-date {
  color: #FFFFFF;
  font-weight: 700;
}
.personal-campaign-details {
  margin-bottom: 15px;
}
.page-details {
  align-items: center;
  display: flex;
  gap: 15px;
  flex-direction: column;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: auto;
  width: 100%;
}
.page-details * {
  color: #FFFFFF;
}
.page-details > *,
.page-details > * a {
  align-items: center;
  display: inline-flex;
}
.page-details > * {
  font-size: 22px;
  font-weight: 700;
}
.page-details > * .dd-c-symbol {
  margin-right: 10px;
}
.page-details > *:last-child {
  margin-right: 0;
}
.page-details a {
  color: inherit;
  font-weight: inherit;
}
.page-details a:hover,
.page-details a:focus {
  color: #FFFFFF;
}
.page-details [class*="icon-"] {
  display: inline-block !important;
  font-size: 18px;
  margin: 0 10px 0 0 !important;
  text-decoration: none;
  vertical-align: middle;
}
body.portal {
  font-size: 16px;
}
body.portal #results-col {
  display: flex;
  flex-direction: column;
}
body.portal #stats-wrap {
  margin-top: 0 !important;
  order: -999;
}
body.portal #metrics-cycle-wrap,
body.portal #stats a {
  border-radius: 0;
  border: 1px solid #DBD5CA;
}
html,
body,
#scroll-wrap {
  min-height: 100%;
}
body {
  font-size: 22px;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  padding: 0;
}
#scroll-wrap {
  overflow: hidden;
}
#footer {
  font-size: 22px;
}
#footer * {
  font-size: inherit;
}
#footer a:link {
  text-decoration: none;
}
#footer a:link:hover {
  text-decoration: underline;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bubble-in {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.u-a-name-bubble-in {
  animation-name: bubble-in;
}
.u-a-name-rotate-loading {
  animation-name: rotate-loading;
}
.u-a-iteration-count-1 {
  animation-iteration-count: 1;
}
.u-a-iteration-count-infinite {
  animation-iteration-count: infinite;
}
.u-a-direction-normal {
  animation-direction: normal;
}
.u-a-duration-500 {
  animation-duration: 500ms;
}
.u-a-duration-1000 {
  animation-duration: 1000ms;
}
.u-a-delay-500 {
  animation-delay: 500ms;
}
.u-a-delay-750 {
  animation-delay: 750ms;
}
.u-a-delay-1000 {
  animation-delay: 1000ms;
}
.u-a-timing-linear {
  animation-timing-function: linear;
}
.u-a-timing-ease-in-out {
  animation-timing-function: ease-in-out;
}
.u-a-fill-mode-forwards {
  animation-fill-mode: forwards;
}
.u-a-play-state-paused {
  animation-play-state: paused;
}
.u-a-play-state-running {
  animation-play-state: running;
}
.u-aspect-ratio-square {
  aspect-ratio: 1;
}
.u-aspect-ratio-750\/835 {
  aspect-ratio: 0.89820359;
}
.u-aspect-ratio-760\/615 {
  aspect-ratio: 1.23577236;
}
.u-aspect-ratio-600\/730 {
  aspect-ratio: 0.82191781;
}
.u-aspect-ratio-600\/835 {
  aspect-ratio: 0.71856287;
}
.u-bg-black-gradient-y {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 50%, #000000 75%, #000000 100%);
}
.active\:u-bg-brand-4-a.is-active {
  background-color: #5BA63F;
}
.active\:u-bg-brand-2-a.is-active {
  background-color: #F06F0B;
}
.u-bg-brand-1-a {
  background-color: #000000;
}
.hover\:u-bg-brand-1-a:hover {
  background-color: #000000;
}
.u-bg-brand-2-a {
  background-color: #F06F0B;
}
.hover\:u-bg-brand-2-a:hover {
  background-color: #F06F0B;
}
.u-bg-brand-2-b {
  background-color: #CC3F10;
}
.hover\:u-bg-brand-2-b:hover {
  background-color: #CC3F10;
}
.u-bg-brand-3-a {
  background-color: #225D38;
}
.hover\:u-bg-brand-3-a:hover {
  background-color: #225D38;
}
.u-bg-brand-4-a {
  background-color: #5BA63F;
}
.hover\:u-bg-brand-4-a:hover {
  background-color: #5BA63F;
}
.u-bg-brand-5-a {
  background-color: #FFCD00;
}
.hover\:u-bg-brand-5-a:hover {
  background-color: #FFCD00;
}
.u-bg-brand-6-a {
  background-color: #DBD5CA;
}
.hover\:u-bg-brand-6-a:hover {
  background-color: #DBD5CA;
}
.u-bg-brand-6-b {
  background-color: #EBE6DC;
}
.hover\:u-bg-brand-6-b:hover {
  background-color: #EBE6DC;
}
.u-bg-brand-6-c {
  background-color: #F7F5F1;
}
.hover\:u-bg-brand-6-c:hover {
  background-color: #F7F5F1;
}
.u-bg-brand-6-d {
  background-color: #363431;
}
.hover\:u-bg-brand-6-d:hover {
  background-color: #363431;
}
.u-bg-brand-6-e {
  background-color: #706D66;
}
.hover\:u-bg-brand-6-e:hover {
  background-color: #706D66;
}
.u-bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.hover\:u-bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.u-bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.hover\:u-bg-black-70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.u-bg-none {
  background-image: none;
}
.u-bg-default-participant {
  background-image: url("../img/svg/default-participant-banner.svg");
}
.u-bg-default-team {
  background-image: url("../img/svg/default-team-banner.svg");
}
.u-bg-wave {
  background-image: url("../img/png/wave-bg.png");
}
.u-bg-wave-mobile {
  background-image: url("../img/png/wave-bg-mobile.png");
}
.u-bg-0-260 {
  background-position: 0 260px;
}
.u-bg-60-perc {
  background-size: 60%;
}
.u-bg-100-perc {
  background-size: 100%;
}
.u-rounded-0 {
  border-radius: 0;
}
.u-rounded-35 {
  border-radius: 35px;
}
.u-rounded-top-35 {
  border-radius: 35px 35px 0 0;
}
.u-rounded-45 {
  border-radius: 45px;
}
.u-rounded-top-45 {
  border-radius: 45px 45px 0 0;
}
.u-rounded-full {
  border-radius: 9999px;
}
.u-border-brand-2-a {
  border-color: #F06F0B;
}
.u-border-brand-5-a-70 {
  border-color: rgba(255, 205, 0, 0.7);
}
.u-border-brand-6-a {
  border-color: #DBD5CA;
}
.u-border-brand-6-c {
  border-color: #F7F5F1;
}
.u-border-w-0 {
  border-width: 0px;
}
.u-border-w-2 {
  border-width: 2px;
}
.u-border-w-3 {
  border-width: 3px;
}
.u-border-w-15 {
  border-width: 15px;
}
.u-border-w-30 {
  border-width: 30px;
}
.u-border-solid {
  border-style: solid;
}
.u-border-t-solid {
  border-top-style: solid;
}
.u-border-b-solid {
  border-bottom-style: solid;
}
.u-gap-cols-0 {
  column-gap: 0;
}
.u-gap-cols-10 {
  column-gap: 10px;
}
.u-gap-cols-15 {
  column-gap: 15px;
}
.u-gap-cols-25 {
  column-gap: 25px;
}
.u-gap-cols-35 {
  column-gap: 35px;
}
.u-gap-cols-40 {
  column-gap: 40px;
}
.u-gap-cols-55 {
  column-gap: 55px;
}
.u-gap-cols-75 {
  column-gap: 75px;
}
.u-gap-rows-20 {
  row-gap: 20px;
}
.u-gap-rows-30 {
  row-gap: 30px;
}
.u-gap-0 {
  gap: 0px;
}
.u-gap-15 {
  gap: 15px;
}
.u-gap-20 {
  gap: 20px;
}
.u-gap-25 {
  gap: 25px;
}
.u-gap-40 {
  gap: 40px;
}
.u-h-60 {
  height: 60px;
}
.u-max-h-none {
  max-height: none;
}
.u-max-h-215 {
  max-height: 215px;
}
.u-max-h-370 {
  max-height: 370px;
}
.u-max-h-755 {
  max-height: 755px;
}
.u-min-h-auto {
  min-height: auto;
}
.u-min-h-230 {
  min-height: 230px;
}
.u-min-h-300 {
  min-height: 300px;
}
.u-min-h-370 {
  min-height: 370px;
}
.u-min-h-520 {
  min-height: 520px;
}
.u-min-h-700 {
  min-height: 700px;
}
.u-min-h-750 {
  min-height: 750px;
}
.u-min-h-755 {
  min-height: 755px;
}
.u-mb-0-last-child-depth-1 > *:last-child {
  margin-bottom: 0 !important;
}
.u-mb-0-last-child-depth-2 > *:last-child,
.u-mb-0-last-child-depth-2 > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}
.-u-mt-80 {
  margin-top: -80px;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mt-30 {
  margin-top: 30px;
}
.u-mt-40 {
  margin-top: 40px;
}
.u-mt-60 {
  margin-top: 60px;
}
.-u-mb-80 {
  margin-bottom: -80px;
}
.u-mb-5 {
  margin-bottom: 5px;
}
.u-mb-10 {
  margin-bottom: 10px;
}
.u-mb-15 {
  margin-bottom: 15px;
}
.u-mb-20 {
  margin-bottom: 20px;
}
.u-mb-25 {
  margin-bottom: 25px;
}
.u-mb-30 {
  margin-bottom: 30px;
}
.u-mb-40 {
  margin-bottom: 40px;
}
.u-mb-50 {
  margin-bottom: 50px;
}
.u-mb-60 {
  margin-bottom: 60px;
}
.-u-ml-96 {
  margin-left: -96px;
}
.-u-ml-38 {
  margin-left: -38px;
}
.u-ml-5 {
  margin-left: 5px;
}
.u-ml-50 {
  margin-left: 50px;
}
.-u-mr-96 {
  margin-right: -96px;
}
.-u-mr-40 {
  margin-right: -40px;
}
.u-mr-0 {
  margin-right: 0;
}
.u-mr-5 {
  margin-right: 5px;
}
.u-mr-10 {
  margin-right: 10px;
}
.u-mr-15 {
  margin-right: 15px;
}
.u-mr-30 {
  margin-right: 30px;
}
.-u-mx-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.-u-mx-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.-u-mx-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.u-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.u-my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.u-my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.u-my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.u-my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.u-my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.u-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.u-px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.u-px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.u-px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.u-px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.u-px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.u-px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.u-px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.u-px-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.u-px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.u-px-96 {
  padding-left: 96px;
  padding-right: 96px;
}
.u-px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.u-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.u-py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.u-py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.u-py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.u-py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.u-py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.u-py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.u-py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.u-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.u-py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.u-py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.u-py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.u-pt-5 {
  padding-top: 5px;
}
.u-pt-10 {
  padding-top: 10px;
}
.u-pt-15 {
  padding-top: 15px;
}
.u-pt-20 {
  padding-top: 20px;
}
.u-pt-30 {
  padding-top: 30px;
}
.u-pt-80 {
  padding-top: 80px;
}
.u-pb-0 {
  padding-bottom: 0px;
}
.u-pb-25 {
  padding-bottom: 25px;
}
.u-pb-30 {
  padding-bottom: 30px;
}
.u-pb-36 {
  padding-bottom: 36px;
}
.u-pb-40 {
  padding-bottom: 40px;
}
.u-pb-50 {
  padding-bottom: 50px;
}
.u-pb-65 {
  padding-bottom: 65px;
}
.u-pb-130 {
  padding-bottom: 130px;
}
.u-pl-25-perc {
  padding-left: 25%;
}
.u-pl-96 {
  padding-left: 96px;
}
.u-pr-20 {
  padding-right: 20px;
}
.u-pr-96 {
  padding-right: 96px;
}
.u-top-20 {
  top: 20px;
}
.u-top-72 {
  top: 72px;
}
.u-top-90 {
  top: 90px;
}
.u-top-190 {
  top: 190px;
}
.u-top-580 {
  top: 580px;
}
.u-top-5-perc {
  top: 5%;
}
.u-top-12-perc {
  top: 12%;
}
.u-top-22-perc {
  top: 22%;
}
.u-top-32-perc {
  top: 32%;
}
.u-bottom-40 {
  bottom: 40px;
}
.-u-right-160 {
  right: -160px;
}
.u-right-62-perc {
  right: 62%;
}
.u-left-0 {
  left: 0px;
}
.u-left-10-perc {
  left: 10%;
}
.u-left-20 {
  left: 20px;
}
.u-left-70-perc {
  left: 70%;
}
.u-styled-scroll-bar::-webkit-scrollbar {
  width: 7px;
}
.u-styled-scroll-bar::-webkit-scrollbar-track {
  background: #F7F5F1;
  border-radius: 1000px;
}
.u-styled-scroll-bar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1000px;
}
.u-shadow-none {
  box-shadow: none;
}
.u-shadow-black-15 {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.u-shadow-black-15-2 {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
.hover\:u-shadow:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.-u-transform-translate-half-1 {
  transform: translate(-50%, 1px);
}
.u-transform-translateX-100-perc {
  transform: translateX(100%);
}
.u-transform-translateY-200 {
  transform: translateY(200px);
}
.u-transform-translateY-110-perc {
  transform: translateY(110%);
}
.u-transform-translateY-0 {
  transform: translateY(0);
}
.u-transform-translate-Z-0 {
  transform: translateZ(0);
}
.-u-transform-translate-skewY-2-deg {
  transform: skewY(-2deg);
}
.u-transform-translate-rotate-180 {
  transform: rotate(180deg);
}
.u-transform-scale-95 {
  transform: scale(0.95);
}
.u-transform-scale-100 {
  transform: scale(1);
}
.u-transform-scale-125 {
  transform: scale(1.25);
}
.u-w-20 {
  width: 20px;
}
.u-w-30-vw {
  width: 30vw;
}
.u-w-50 {
  width: 50px;
}
.u-w-82 {
  width: 82px;
}
.u-w-155 {
  width: 155px;
}
.u-max-w-none {
  max-width: none;
}
.u-max-w-105 {
  max-width: 105px;
}
.u-max-w-160 {
  max-width: 160px;
}
.u-max-w-170 {
  max-width: 170px;
}
.u-max-w-270 {
  max-width: 270px;
}
.u-max-w-275 {
  max-width: 275px;
}
.u-max-w-290 {
  max-width: 290px;
}
.u-max-w-340 {
  max-width: 340px;
}
.u-max-w-368 {
  max-width: 368px;
}
.u-max-w-470 {
  max-width: 470px;
}
.u-max-w-500 {
  max-width: 500px;
}
.u-max-w-560 {
  max-width: 560px;
}
.u-max-w-580 {
  max-width: 580px;
}
.u-max-w-590 {
  max-width: 590px;
}
.u-max-w-600 {
  max-width: 600px;
}
.u-max-w-620 {
  max-width: 620px;
}
.u-max-w-660 {
  max-width: 660px;
}
.u-max-w-670 {
  max-width: 670px;
}
.u-max-w-710 {
  max-width: 710px;
}
.u-max-w-775 {
  max-width: 775px;
}
.u-max-w-780 {
  max-width: 780px;
}
.u-max-w-840 {
  max-width: 840px;
}
.u-max-w-870 {
  max-width: 870px;
}
.u-max-w-900 {
  max-width: 900px;
}
.u-max-w-910 {
  max-width: 910px;
}
.u-max-w-1000 {
  max-width: 1000px;
}
.u-max-w-1135 {
  max-width: 1135px;
}
.u-max-w-1187 {
  max-width: 1187px;
}
.u-max-w-1230 {
  max-width: 1230px;
}
.u-max-w-1280 {
  max-width: 1280px;
}
.u-max-w-1350 {
  max-width: 1350px;
}
.u-max-w-1590 {
  max-width: 1590px;
}
.u-max-w-1600 {
  max-width: 1600px;
}
.wrap-content .dd-widget:not(.dd-top-donor) {
  margin-bottom: 30px;
  margin-top: 30px;
}
.dd-widget:empty {
  display: none;
}
.dd-widget h1,
.dd-widget h2 {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
}
.dd-widget .dd-description {
  font-weight: 400;
  line-height: 1.5;
}
.dd-widget .dd-view-more-link {
  margin-right: 0;
  min-width: 150px;
}
.dd-widget.v-1-widget h1,
.dd-widget.v-1-widget h2,
.dd-widget.v-1-widget p,
.dd-widget.v-1-widget .dd-btn-link {
  color: #FFFFFF;
}
.dd-search,
.dd-login,
.dd-list-subscribe {
  background-color: #FFFFFF;
}
.dd-search input,
.dd-login input,
.dd-list-subscribe input {
  background-color: #FFFFFF;
  border-color: #DBD5CA;
  border-radius: 99px;
  border-width: 2px;
  font-size: 22px;
  padding: 14px 20px;
}
.dd-search input::placeholder,
.dd-login input::placeholder,
.dd-list-subscribe input::placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
}
.dd-search input::-moz-placeholder,
.dd-login input::-moz-placeholder,
.dd-list-subscribe input::-moz-placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
  opacity: 1;
}
.dd-search input:-ms-input-placeholder,
.dd-login input:-ms-input-placeholder,
.dd-list-subscribe input:-ms-input-placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
}
.dd-search input::-ms-input-placeholder,
.dd-login input::-ms-input-placeholder,
.dd-list-subscribe input::-ms-input-placeholder {
  color: #706D66;
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
}
.dd-search,
.dd-login {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 25px;
}
.dd-badges .dd-btn-link,
.dd-incentive-option-list .dd-btn-link,
.dd-milestones .dd-btn-link {
  display: inline-block;
}
.dd-badges .dd-btn-link .dd-c-symbol,
.dd-incentive-option-list .dd-btn-link .dd-c-symbol,
.dd-milestones .dd-btn-link .dd-c-symbol {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.dd-thermo-horizontal .dd-thermo-raised,
.dd-thermo-vertical .dd-thermo-raised,
.dd-thermo-horizontal .dd-thermo-goal,
.dd-thermo-vertical .dd-thermo-goal {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
}
.dd-thermo-horizontal .dd-thermo-track,
.dd-thermo-vertical .dd-thermo-track {
  border: 3px solid #F06F0B;
}
.dd-badges,
.dd-incentive-option-list,
.dd-thermo-horizontal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.dd-badges,
.dd-incentive-option-list {
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
}
.dd-badges h1,
.dd-incentive-option-list h1,
.dd-badges .dd-btn-link,
.dd-incentive-option-list .dd-btn-link {
  margin-bottom: 0;
}
.dd-badges h1,
.dd-incentive-option-list h1 {
  line-height: 1;
}
.dd-activity-count * {
  color: #225D38;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
}
.dd-activity-count h2 {
  margin-bottom: 0;
}
.dd-activity-count.v-1-widget * {
  color: #FFFFFF;
}
.dd-badges {
  text-align: left;
}
.dd-badges .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #FFFFFF;
  font-size: 14px;
  left: 50%;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-badges .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-badges .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-badges .dd-description strong {
  display: block;
}
/* No Badges */
.dd-badge-missing {
  background: url("../../../resources/img/badges/badge-placeholder.png");
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 0 0 10px 0;
}
.dd-badge-missing span {
  display: none;
}
/* Badge Display */
.dd-badges ul {
  margin: 0;
  padding: 0px;
}
.dd-badges li {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 50px;
  padding: 5px;
}
.dd-badges li:hover .dd-description,
.dd-badges li:focus .dd-description {
  opacity: 1;
}
.dd-badges img {
  width: 50px;
  height: 50px;
  filter: none;
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  image-rendering: -webkit-optimize-contrast;
}
.dd-badges {
  text-align: center;
}
.dd-badges ul,
.dd-badges .dd-badge-missing {
  width: 100%;
}
.dd-badges .dd-badge-missing {
  background-repeat: no-repeat;
  background-position: center;
}
.dd-badges ul {
  gap: 25px;
  margin-left: 0;
  padding: 7px 0;
}
.dd-badges li.dd-badge {
  margin: 0;
  width: 60px;
}
.dd-badges li.dd-badge img {
  margin: 0;
}
.dd-badges.dd-no-badges p {
  margin-bottom: 0;
}
.dd-event-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.dd-event-countdown h1 {
  width: 100%;
}
.dd-event-countdown .number,
.dd-event-countdown .time {
  display: block;
}
.dd-event-countdown .count {
  display: block;
  padding: 0 5px;
  min-width: 140px;
  text-align: center;
}
.dd-event-countdown .count > * {
  margin-bottom: 5px;
}
.dd-event-countdown .count > *:last-child {
  margin-bottom: 0;
}
.dd-event-countdown .dd-count-divider {
  display: block;
  content: ":";
}
.dd-event-countdown .dd-count-divider:last-child {
  display: none;
}
.dd-event-countdown .dd-count-divider,
.dd-event-countdown .number {
  color: #F06F0B;
  font-size: 88px;
  font-weight: 700;
}
.dd-event-countdown .time {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.dd-event-countdown.date-passed {
  display: none;
}
.dd-donations-list ol {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.dd-donations-list li {
  border: 0;
  display: flex;
  margin: 0 -10px 15px -10px;
  padding: 0;
  width: calc(100% + 20px);
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  flex: 0 1 auto;
  flex-wrap: wrap;
}
.dd-donations-list .dd-donations-avatar {
  margin: 0;
  padding: 0 10px;
  width: 70px;
  flex: 1 1 auto;
}
.dd-donations-list .dd-donations-avatar .dd-donations-initials {
  border: 1px solid #EEEEEE;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
}
.dd-donations-list .dd-donations-info {
  margin: 0;
  padding: 0 10px;
  width: calc(100% - 70px);
  flex: 1 1 auto;
}
.dd-donations-list .dd-donations-name {
  color: #000000;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.dd-donations-list .dd-donations-amount {
  color: #225D38;
  display: inline-block;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  margin: 0 5px 0 0;
  padding: 0;
}
.dd-donations-list .dd-donations-time {
  color: #000000;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.dd-donations-list .dd-donations-message {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.dd-donations-list .dd-donations-message:after {
  content: "\201d";
}
.dd-donations-list .dd-donations-message:before {
  content: "\201c";
}
.dd-donations-list .dd-donations-initials,
.dd-donations-list .dd-donations-avatar img {
  border-radius: 1000px;
}
.dd-events {
  text-align: center;
}
.dd-events > *:last-child {
  margin-bottom: 0 !important;
}
.dd-events h1 {
  color: #000000;
  font-size: 48px;
  text-transform: none;
  margin-bottom: 40px;
}
.dd-events ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 30px 0;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.dd-events li {
  margin-bottom: 20px;
  padding: 0 10px 0 10px;
  width: 33.33%;
}
.dd-events .dd-link {
  background-color: #FFFFFF;
  border-radius: 35px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transform: scale(1);
}
.dd-events .dd-link:hover,
.dd-events .dd-link:focus {
  transform: scale(1.025);
}
.dd-events .dd-list-info {
  text-align: center;
}
.dd-events .dd-list-info span {
  color: #000000;
  display: block;
  margin-bottom: 5px;
}
.dd-events .dd-list-info span:last-child {
  margin-bottom: 0 !important;
}
.dd-events .dd-list-info .dd-list-dates,
.dd-events .dd-list-info .dd-list-location {
  font-weight: 400;
}
.dd-events .dd-list-info .dd-list-name {
  color: #225D38;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
}
.dd-events.v-dd-events li {
  width: 25%;
}
.dd-sponsors h2 {
  color: #000000;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors h3 {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors .dd-sponsors-level {
  display: block;
  margin: 40px 0;
}
.dd-sponsors .dd-sponsors-level:last-child {
  margin: 0;
}
.dd-sponsors .dd-sponsors-container {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.dd-sponsors a.dd-sponsor {
  text-decoration: none;
}
.dd-sponsors .dd-sponsor {
  display: flex;
  padding: 40px;
  margin: 0;
}
.dd-sponsors .dd-sponsor-name {
  color: #000000;
  display: block;
  font-size: inherit;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.dd-sponsors {
  text-align: center;
}
.dd-sponsors .dd-sponsors-container {
  gap: 30px;
  margin-bottom: 30px;
}
.dd-sponsors .dd-sponsors-container.slick-initialized {
  margin-left: -20px;
  margin-right: -20px;
}
.dd-sponsors .dd-sponsors-container.slick-initialized .slick-slide {
  height: 100%;
}
.dd-sponsors .dd-sponsor {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 45px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  display: inline-flex !important;
  justify-content: center;
  min-height: 140px;
  position: relative;
}
.dd-sponsors .dd-sponsor img,
.dd-sponsors .dd-sponsor-name {
  max-height: 55px;
}
.dd-sponsors .dd-sponsor-name {
  display: -webkit-box;
  line-clamp: 2;
  max-width: 250px;
  overflow: hidden;
  padding: 2px 0;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#socialBtns {
  text-align: center;
}
#socialBtns .padding {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#socialBtns .dd-btn.dd-social-btn {
  margin: 0;
  width: auto;
}
#socialBtns .dd-btn#sharebadge,
#socialBtns .dd-btn.dd-social-btn--page-link {
  background-color: #225D38;
  border-radius: 1000px;
  border-width: 0;
  color: #FFFFFF;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-transform: none;
}
#socialBtns .dd-btn#sharebadge:hover,
#socialBtns .dd-btn.dd-social-btn--page-link:hover,
#socialBtns .dd-btn#sharebadge:focus,
#socialBtns .dd-btn.dd-social-btn--page-link:focus {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
#socialBtns .clr {
  display: none;
}
.dd-incentive-explainer {
  text-align: center;
}
.dd-incentive-explainer p {
  margin: 0 0 20px 0;
}
.dd-incentive-explainer a {
  display: inline-block;
  padding: 0;
}
.dd-incentive-option-list {
  font-size: 22px;
  position: relative;
}
.dd-incentive-option-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-incentive-option {
  margin: 0 0 5px 0;
}
.dd-incentive-option .dd-incentive-button {
  text-decoration: none !important;
  display: flex;
  border: 0;
  border-radius: 50px;
  padding: 3px;
}
.dd-incentive-option .dd-incentive-button:hover,
.dd-incentive-option .dd-incentive-button:focus {
  border: 0;
}
.dd-incentive-option .dd-incentive-description,
.dd-incentive-option .dd-incentive-action {
  font-size: 20px;
  box-sizing: border-box;
}
.dd-incentive-option .dd-incentive-amount {
  font-size: 26px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.dd-incentive-option .dd-incentive-image img {
  max-height: 64px;
  max-width: 64px;
  padding: 0;
}
.dd-incentive-option .dd-incentive-description {
  color: #FFFFFF;
}
.dd-incentive-option .dd-incentive-remaining {
  color: #FFFFFF;
  font-size: 18px;
  padding: 0 0 0 8px;
}
.dd-incentive-option-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.dd-incentive-option-list .dd-incentive-option {
  flex-grow: 1;
  max-width: 270px;
  text-align: left;
  width: 25%;
}
.dd-incentive-option-list .dd-incentive-button {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 400;
  height: 100%;
  min-height: 70px;
}
.dd-incentive-option-list .dd-incentive-button > * {
  flex-grow: 1;
}
.dd-incentive-option-list .dd-incentive-button:focus,
.dd-incentive-option-list .dd-incentive-button:hover {
  background-color: #225D38;
}
.dd-incentive-option-list .dd-incentive-image {
  background-color: #FFFFFF;
  border-radius: 50px;
  overflow: hidden;
  padding: 10px;
  width: 64px;
}
.dd-incentive-option-list .dd-incentive-image img {
  display: block;
  max-width: calc(64px - 20px);
  width: 100%;
}
.dd-incentive-option-list .dd-incentive-info {
  padding: 0 15px;
  width: calc(100% - 64px);
}
.dd-incentive-option-list .dd-incentive-amount {
  line-height: 1;
}
.dd-incentive-option-list .dd-incentive-amount strong {
  font-weight: 700;
}
.dd-incentive-option-list .dd-incentive-remaining {
  font-weight: 400;
}
.dd-incentive-option-list .dd-incentive-description {
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dd-incentive-option-list .dd-page-edit-btn {
  right: 20px;
  top: 0;
}
.dd-incentive-option-list.v-dd-incentive-option-list .dd-incentive-button {
  background-color: rgba(0, 0, 0, 0.2);
}
.dd-incentive-option-list.v-dd-incentive-option-list .dd-incentive-button:focus,
.dd-incentive-option-list.v-dd-incentive-option-list .dd-incentive-button:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.language-select > * {
  display: none;
}
.language-select a {
  font-size: 22px;
}
.language-select a:focus,
.language-select a:hover {
  color: #225D38;
}
html[lang="en"] .language-select span:has([hreflang="es"]) {
  display: block;
}
html[lang="es"] .language-select span:has([hreflang="en"]) {
  display: block;
}
.dd-list-thermo-track {
  width: 100%;
  height: 10px;
  background-color: #F7F5F1;
  border-radius: 5px;
  overflow: hidden;
}
.dd-list-thermo-progress {
  height: 100%;
  background-color: #5BA63F;
}
.dd-top-team-groups,
.dd-top-fundraisers,
.dd-top-teams {
  background-color: #FFFFFF;
  padding: 30px;
  text-align: center;
}
.dd-top-team-groups > *:last-child,
.dd-top-fundraisers > *:last-child,
.dd-top-teams > *:last-child {
  margin-bottom: 0 !important;
}
.dd-top-team-groups h1,
.dd-top-fundraisers h1,
.dd-top-teams h1,
.dd-top-team-groups h2,
.dd-top-fundraisers h2,
.dd-top-teams h2 {
  color: #F06F0B;
  font-size: 38px;
  margin-bottom: 20px;
}
.dd-top-team-groups ol,
.dd-top-fundraisers ol,
.dd-top-teams ol,
.dd-top-team-groups li,
.dd-top-fundraisers li,
.dd-top-teams li {
  margin: 0;
}
.dd-top-team-groups ol,
.dd-top-fundraisers ol,
.dd-top-teams ol {
  counter-reset: leaderboard-count;
  list-style: none;
  margin-bottom: 20px;
}
.dd-top-team-groups li,
.dd-top-fundraisers li,
.dd-top-teams li {
  width: 100%;
}
.dd-top-team-groups li:last-child .dd-avatar-link,
.dd-top-fundraisers li:last-child .dd-avatar-link,
.dd-top-teams li:last-child .dd-avatar-link {
  border-bottom: 0;
}
.dd-top-team-groups span,
.dd-top-fundraisers span,
.dd-top-teams span {
  display: block;
}
.dd-top-team-groups img,
.dd-top-fundraisers img,
.dd-top-teams img {
  border-radius: 1000px;
  display: block;
  max-height: 100px;
  width: 100px;
}
.dd-top-team-groups .dd-avatar-link,
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  align-items: center;
  display: flex;
  font-weight: 400;
  margin: 0 -30px;
  padding: 15px 40px;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
}
.dd-top-team-groups .dd-avatar-link:before,
.dd-top-fundraisers .dd-avatar-link:before,
.dd-top-teams .dd-avatar-link:before {
  color: rgba(54, 52, 49, 0.6);
  content: counter(leaderboard-count);
  counter-increment: leaderboard-count;
  display: block;
  font-size: 48px;
  font-weight: 700;
  padding-right: 20px;
}
.dd-top-team-groups .dd-avatar-link:focus,
.dd-top-fundraisers .dd-avatar-link:focus,
.dd-top-teams .dd-avatar-link:focus,
.dd-top-team-groups .dd-avatar-link:hover,
.dd-top-fundraisers .dd-avatar-link:hover,
.dd-top-teams .dd-avatar-link:hover {
  background-color: #F7F5F1;
}
.dd-top-team-groups .dd-avatar-link:focus .dd-list-thermo-track,
.dd-top-fundraisers .dd-avatar-link:focus .dd-list-thermo-track,
.dd-top-teams .dd-avatar-link:focus .dd-list-thermo-track,
.dd-top-team-groups .dd-avatar-link:hover .dd-list-thermo-track,
.dd-top-fundraisers .dd-avatar-link:hover .dd-list-thermo-track,
.dd-top-teams .dd-avatar-link:hover .dd-list-thermo-track {
  background-color: #FFFFFF;
}
.dd-top-team-groups .dd-list-info,
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info {
  flex-shrink: 1;
  line-height: 1;
  padding-left: 25px;
  text-align: left;
  width: calc(100% - 100px);
}
.dd-top-team-groups .dd-list-info > *,
.dd-top-fundraisers .dd-list-info > *,
.dd-top-teams .dd-list-info > * {
  margin: 10px 0;
}
.dd-top-team-groups .dd-list-info > span,
.dd-top-fundraisers .dd-list-info > span,
.dd-top-teams .dd-list-info > span {
  color: #000000;
  font-size: 22px;
  word-break: break-word;
}
.dd-top-team-groups .dd-list-info .dd-list-name,
.dd-top-fundraisers .dd-list-info .dd-list-name,
.dd-top-teams .dd-list-info .dd-list-name {
  align-items: center;
  color: #000000;
  display: inline;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
.dd-top-team-groups .dd-stream-status-label,
.dd-top-fundraisers .dd-stream-status-label,
.dd-top-teams .dd-stream-status-label,
.dd-top-team-groups [class*="dd-teams-type-code"] .dd-list-name:after,
.dd-top-fundraisers [class*="dd-teams-type-code"] .dd-list-name:after,
.dd-top-teams [class*="dd-teams-type-code"] .dd-list-name:after {
  flex-shrink: 0;
}
.dd-top-team-groups .dd-stream-status-label,
.dd-top-fundraisers .dd-stream-status-label,
.dd-top-teams .dd-stream-status-label {
  background-color: #5BA63F;
  border-radius: 20px;
  color: #5BA63F;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1px;
  height: 8px;
  line-height: 1;
  margin: 4px 0 4px 5px;
  text-align: center;
  vertical-align: top;
  width: 8px;
}
.dd-top-team-groups .dd-teams-type-code-nation .dd-list-name:after,
.dd-top-fundraisers .dd-teams-type-code-nation .dd-list-name:after,
.dd-top-teams .dd-teams-type-code-nation .dd-list-name:after,
.dd-top-team-groups .dd-teams-type-code-ctp .dd-list-name:after,
.dd-top-fundraisers .dd-teams-type-code-ctp .dd-list-name:after,
.dd-top-teams .dd-teams-type-code-ctp .dd-list-name:after,
.dd-top-team-groups .dd-teams-type-code-fft .dd-list-name:after,
.dd-top-fundraisers .dd-teams-type-code-fft .dd-list-name:after,
.dd-top-teams .dd-teams-type-code-fft .dd-list-name:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-left: 6px;
}
.dd-top-team-groups .dd-teams-type-code-nation .dd-list-name:after,
.dd-top-fundraisers .dd-teams-type-code-nation .dd-list-name:after,
.dd-top-teams .dd-teams-type-code-nation .dd-list-name:after {
  background-image: url("../img/svg/icon-usa.svg");
  height: 14px;
  width: 15px;
}
.dd-top-team-groups .dd-teams-type-code-ctp .dd-list-name:after,
.dd-top-fundraisers .dd-teams-type-code-ctp .dd-list-name:after,
.dd-top-teams .dd-teams-type-code-ctp .dd-list-name:after {
  background-image: url("../img/svg/icon-company.svg");
  height: 14px;
  width: 12px;
}
.dd-top-team-groups .dd-teams-type-code-fft .dd-list-name:after,
.dd-top-fundraisers .dd-teams-type-code-fft .dd-list-name:after,
.dd-top-teams .dd-teams-type-code-fft .dd-list-name:after {
  background-image: url("../img/svg/icon-users-2.svg");
  height: 14px;
  width: 15px;
}
.dd-top-team-groups .dd-list-thermo,
.dd-top-fundraisers .dd-list-thermo,
.dd-top-teams .dd-list-thermo {
  display: flex;
  flex-direction: column;
}
.dd-top-team-groups .dd-list-thermo-track,
.dd-top-fundraisers .dd-list-thermo-track,
.dd-top-teams .dd-list-thermo-track {
  order: 2;
  transition: all 0.5s ease-in-out;
}
.dd-top-team-groups .dd-list-thermo-progress,
.dd-top-fundraisers .dd-list-thermo-progress,
.dd-top-teams .dd-list-thermo-progress {
  animation: thermo-progress-horz 1s 1 forwards ease-out;
}
.dd-top-team-groups .dd-list-thermo .dd-label,
.dd-top-fundraisers .dd-list-thermo .dd-label,
.dd-top-teams .dd-list-thermo .dd-label {
  display: inline;
}
.dd-top-team-groups .dd-list-thermo .dd-label,
.dd-top-fundraisers .dd-list-thermo .dd-label,
.dd-top-teams .dd-list-thermo .dd-label,
.dd-top-team-groups .dd-list-thermo-goal,
.dd-top-fundraisers .dd-list-thermo-goal,
.dd-top-teams .dd-list-thermo-goal,
.dd-top-team-groups .dd-list-thermo-raised,
.dd-top-fundraisers .dd-list-thermo-raised,
.dd-top-teams .dd-list-thermo-raised {
  color: #000000;
  font-weight: 400;
  font-size: 22px;
}
.dd-top-team-groups .dd-list-thermo-raised,
.dd-top-fundraisers .dd-list-thermo-raised,
.dd-top-teams .dd-list-thermo-raised {
  margin-bottom: 5px;
  order: 1;
}
.dd-top-team-groups .dd-list-thermo-goal,
.dd-top-fundraisers .dd-list-thermo-goal,
.dd-top-teams .dd-list-thermo-goal {
  order: 3;
  padding-top: 3px;
}
.template-team [class*="dd-teams-type-code"] .dd-list-name:after {
  display: none;
}
.dd-login input[type="text"],
.dd-login input[type="password"] {
  width: 100%;
}
.dd-login .dd-form-error {
  display: block;
  margin: 5px 0 10px 0;
  color: #ff0000;
}
.dd-login {
  width: 300px;
}
.dd-login form {
  display: block;
  margin-bottom: 0;
}
.dd-login form label {
  margin-bottom: 10px;
  text-align: center;
}
.dd-login .dd-form-error {
  color: #000000;
}
.dd-login .dd-btn-login {
  margin-top: 10px;
}
.dd-login .dd-btn-login,
.dd-login .dd-btn-forgot {
  margin-right: 0;
  width: 100%;
}
.dd-login .dd-btn-forgot {
  background: none !important;
  border: 0;
  color: #5BA63F !important;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: center;
  text-decoration: underline;
  text-transform: none;
}
.dd-login .dd-btn-forgot:hover,
.dd-login .dd-btn-forgot:focus {
  color: #5BA63F !important;
  text-decoration: none;
}
.dd-list-subscribe form {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
}
.dd-list-subscribe form label {
  width: 50%;
  padding: 0px 10px 5px 0px;
}
.dd-list-subscribe form input {
  width: 100%;
}
.dd-milestone-explainer p {
  margin-bottom: 10px;
  margin-right: 14px;
}
.dd-milestone-explainer a {
  display: inline-block;
}
.dd-milestones {
  margin-top: 10px;
  width: auto;
}
.dd-milestones * {
  display: inline;
  margin-bottom: 0;
}
.dd-milestones h1 {
  font-size: 26px;
  margin-right: 12px;
}
.dd-milestones .dd-milestone {
  margin-right: 14px;
}
.dd-milestones .dd-milestone a {
  color: #5BA63F;
  text-decoration: none;
}
.dd-milestones .dd-milestone strong {
  font-size: 32px;
  font-weight: 700;
  margin-right: 4px;
}
.dd-milestones .dd-milestone em {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.dd-milestones.v-1-widget .dd-milestone a {
  color: #FFFFFF;
}
.dd-quickstats {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  text-align: left;
}
.dd-quickstats h1 {
  font-size: 40px;
  margin: 25px 0;
  text-align: center;
  width: 100%;
}
.dd-quickstats h2,
.dd-quickstats small {
  color: currentColor;
  font-size: 32px;
  font-weight: 700;
}
.dd-quickstats h2 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  margin: 0;
}
.dd-quickstats small {
  margin-left: 5px;
}
.dd-quickstats [class*="dd-quickstats-"] {
  border-radius: 50px;
  max-width: 367px;
  padding: 30px;
  width: 100%;
}
.dd-quickstats [class*="dd-quickstats-"] h2:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}
.dd-quickstats .dd-quickstats-raised {
  background-color: #225D38;
  color: #FFFFFF;
}
.dd-quickstats .dd-quickstats-raised h2:before {
  background-image: url("../img/svg/icon-heart.svg");
  height: 23px;
  width: 26px;
}
.dd-quickstats .dd-quickstats-participants {
  background-color: #F06F0B;
  color: #FFFFFF;
}
.dd-quickstats .dd-quickstats-participants h2:before {
  background-image: url("../img/svg/icon-user.svg");
  height: 26px;
  width: 22px;
}
.dd-quickstats .dd-quickstats-teams {
  background-color: #5BA63F;
  color: #FFFFFF;
}
.dd-quickstats .dd-quickstats-teams h2:before {
  background-image: url("../img/svg/icon-users.svg");
  height: 25px;
  width: 26px;
}
.dd-quickstats .dd-quickstats-activity {
  background-color: #FFCD00;
  color: #000000;
}
.dd-quickstats .dd-quickstats-activity h2:before {
  background-image: url("../img/svg/icon-walker.svg");
  height: 32px;
  width: 20px;
}
.dd-search {
  width: 300px;
}
.dd-search form,
.dd-search label,
.dd-search input {
  height: 100%;
}
.dd-search form,
.dd-search .dd-btn-search,
.dd-search label[for="searchterm"] {
  margin-bottom: 0;
}
.dd-search form {
  display: block;
  position: relative;
  width: 100%;
}
.dd-search label {
  text-align: center;
}
.dd-search input[name="searchTerm"] {
  padding-left: 20px;
  padding-right: 50px;
  width: 100%;
}
.dd-search .dd-btn-search {
  border-radius: 0;
  bottom: 0;
  font-size: 0;
  font-weight: 400;
  height: 62px;
  margin: 0 !important;
  padding: 12px;
  right: 0;
  width: 50px;
  background-color: transparent;
  border-radius: 1000px;
  border-width: 0;
  color: #F06F0B;
  font-weight: 700;
  overflow: hidden;
  position: absolute;
  text-transform: none;
}
.dd-search .dd-btn-search:hover,
.dd-search .dd-btn-search:focus {
  background-color: transparent;
  border-color: transparent;
  color: #225D38;
}
.dd-search.header-search {
  width: 270px;
}
.dd-thermo-horizontal {
  min-width: 300px;
  /* Protects dimensions for mobile */
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-mask {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  width: auto;
  height: 45px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #F06F0B;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: transparent;
  overflow: hidden;
  height: 45px;
  border-radius: 100px;
}
.dd-thermo-horizontal .dd-thermo-raised {
  float: left;
}
.dd-thermo-horizontal .dd-thermo-goal {
  float: right;
}
.dd-thermo-horizontal .dd-thermo-percent {
  max-width: 100%;
  text-align: right;
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-percent-flag {
  display: inline-block;
  background: none;
}
.dd-widget:empty {
  display: none;
}
.dd-milestone-wrapper {
  position: relative;
}
.dd-milestone-list {
  width: calc(100% - 15px / 2);
  height: 45px;
  position: absolute;
}
.dd-milestone-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -7.5px;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #F06F0B;
  border-radius: 100%;
  z-index: 1005;
  box-shadow: none;
  padding: 0;
  line-height: 1;
  font-family: inherit;
}
.dd-milestone-mark .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #FFFFFF;
  font-size: 14px;
  left: 50%;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-milestone-mark .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-milestone-mark .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-milestone-mark .dd-description strong {
  display: block;
}
.dd-milestone-mark:hover .dd-description,
.dd-milestone-mark:focus .dd-description {
  opacity: 1;
}
.dd-thermo-horizontal {
  min-width: auto;
}
.dd-thermo-horizontal .dd-milestone-mark {
  border: 2px solid #DBD5CA;
}
.dd-thermo-horizontal .dd-thermo-mask,
.dd-thermo-horizontal .dd-thermo-percent {
  display: none;
}
.dd-thermo-horizontal .dd-thermo-raised,
.dd-thermo-horizontal .dd-thermo-goal {
  flex-grow: 1;
  margin-bottom: 10px;
  width: 50%;
}
.dd-thermo-horizontal .dd-thermo-raised {
  order: 1;
  text-align: left;
}
.dd-thermo-horizontal .dd-thermo-goal {
  order: 2;
  text-align: right;
}
.dd-thermo-horizontal .dd-milestone-wrapper,
.dd-thermo-horizontal .dd-thermo-track {
  order: 3;
  width: 100%;
}
.dd-thermo-horizontal .dd-thermo-progress {
  animation: thermo-progress-horz 1s 1 forwards ease-out;
}
.dd-thermo-horizontal .dd-page-edit-btn {
  top: auto;
  right: 0;
  bottom: 0;
}
.dd-thermo-horizontal[data-show-goal="false"] .dd-thermo-raised,
.dd-thermo-horizontal[data-show-raised="false"] .dd-thermo-raised,
.dd-thermo-horizontal[data-show-goal="false"] .dd-thermo-goal,
.dd-thermo-horizontal[data-show-raised="false"] .dd-thermo-goal {
  text-align: center;
}
.dd-thermo-horizontal.v-1-widget .dd-thermo-raised,
.dd-thermo-horizontal.v-1-widget .dd-thermo-goal {
  color: #FFFFFF;
}
.dd-thermo-horizontal.v-1-widget .dd-thermo-track {
  border: 3px solid #FFFFFF;
}
.dd-thermo-horizontal.v-1-widget .dd-thermo-progress {
  background-color: #FFFFFF;
}
.dd-thermo-vertical,
.dd-thermo-vertical .dd-thermo-track {
  text-align: center;
  margin: 0 auto;
}
.dd-thermo-vertical {
  position: relative;
}
.dd-thermo-vertical strong {
  display: block;
  clear: both;
  color: #000000;
}
.dd-thermo-vertical .dd-thermo-mask {
  background: none;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  height: 220px;
  width: 40px;
}
.dd-thermo-vertical .dd-thermo-progress {
  text-align: right;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F06F0B;
}
.dd-thermo-vertical .dd-thermo-track {
  height: 220px;
  background: transparent;
  border-radius: 0;
  position: relative;
  width: 40px;
  overflow: hidden;
}
.dd-thermo-vertical .dd-thermo-percent {
  color: #000000;
}
.dd-widget:empty {
  display: none;
}
@keyframes thermo-progress-vert {
  0% {
    height: 0;
  }
}
.dd-thermo-vertical > * {
  margin-bottom: 15px !important;
}
.dd-thermo-vertical .dd-thermo-progress {
  animation: thermo-progress-vert 1s 1 forwards ease-out;
}
.dd-total-raised {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dd-total-raised span {
  font-size: 36px;
  font-weight: 400;
  margin: 3px;
}
.dd-total-raised .currency,
.dd-total-raised .number {
  background-color: #225D38;
  color: #FFFFFF;
  font-weight: 700;
  padding: 13px;
}
.dd-total-raised .comma,
.dd-total-raised .decimal {
  color: #225D38;
}
.ie .ie-u-opacity-100 {
  opacity: 100;
}
@media only screen and (max-width: 1441px){
  .lt-xxl\:u-text-brand-1-a {
    color: #000000;
  }
  .lt-xxl\:u-text-brand-2-a {
    color: #F06F0B;
  }
  .lt-xxl\:u-text-brand-2-b {
    color: #F06F0B;
  }
  .lt-xxl\:u-text-brand-3-a {
    color: #225D38;
  }
  .lt-xxl\:u-text-brand-4-a {
    color: #5BA63F;
  }
  .lt-xxl\:u-text-brand-6-e {
    color: #706D66;
  }
  .lt-xxl\:u-fs-18 {
    font-size: 18px;
  }
  .lt-xxl\:u-fs-22 {
    font-size: 22px;
  }
  .lt-xxl\:u-fs-24 {
    font-size: 24px;
  }
  .lt-xxl\:u-fs-26 {
    font-size: 26px;
  }
  .lt-xxl\:u-fs-28 {
    font-size: 28px;
  }
  .lt-xxl\:u-fs-30 {
    font-size: 30px;
  }
  .lt-xxl\:u-fs-32 {
    font-size: 32px;
  }
  .lt-xxl\:u-fs-38 {
    font-size: 38px;
  }
  .lt-xxl\:u-fs-40 {
    font-size: 40px;
  }
  .lt-xxl\:u-fs-48 {
    font-size: 48px;
  }
  .lt-xxl\:u-fs-60 {
    font-size: 60px;
  }
  .lt-xxl\:u-bg-brand-1-a {
    background-color: #000000;
  }
  .lt-xxl\:u-bg-brand-2-a {
    background-color: #F06F0B;
  }
  .lt-xxl\:u-bg-brand-2-b {
    background-color: #CC3F10;
  }
  .lt-xxl\:u-bg-brand-3-a {
    background-color: #225D38;
  }
  .lt-xxl\:u-bg-brand-4-a {
    background-color: #5BA63F;
  }
  .lt-xxl\:u-bg-brand-5-a {
    background-color: #FFCD00;
  }
  .lt-xxl\:u-bg-brand-6-a {
    background-color: #DBD5CA;
  }
  .lt-xxl\:u-bg-brand-6-b {
    background-color: #EBE6DC;
  }
  .lt-xxl\:u-bg-brand-6-c {
    background-color: #F7F5F1;
  }
  .lt-xxl\:u-bg-brand-6-d {
    background-color: #363431;
  }
  .lt-xxl\:u-bg-brand-6-e {
    background-color: #706D66;
  }
  .lt-xxl\:u-bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lt-xxl\:u-bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .lt-xxl\:u-bg-none {
    background-image: none;
  }
  .lt-xxl\:u-bg-default-participant {
    background-image: url("../img/svg/default-participant-banner.svg");
  }
  .lt-xxl\:u-bg-default-team {
    background-image: url("../img/svg/default-team-banner.svg");
  }
  .lt-xxl\:u-bg-wave {
    background-image: url("../img/png/wave-bg.png");
  }
  .lt-xxl\:u-bg-wave-mobile {
    background-image: url("../img/png/wave-bg-mobile.png");
  }
  .lt-xxl\:u-bg-0-260 {
    background-position: 0 260px;
  }
  .lt-xxl\:u-bg-60-perc {
    background-size: 60%;
  }
  .lt-xxl\:u-bg-100-perc {
    background-size: 100%;
  }
  .lt-xxl\:u-rounded-0 {
    border-radius: 0;
  }
  .lt-xxl\:u-rounded-35 {
    border-radius: 35px;
  }
  .lt-xxl\:u-rounded-top-35 {
    border-radius: 35px 35px 0 0;
  }
  .lt-xxl\:u-rounded-45 {
    border-radius: 45px;
  }
  .lt-xxl\:u-rounded-top-45 {
    border-radius: 45px 45px 0 0;
  }
  .lt-xxl\:u-rounded-full {
    border-radius: 9999px;
  }
  .lt-xxl\:u-border-brand-2-a {
    border-color: #F06F0B;
  }
  .lt-xxl\:u-border-brand-5-a-70 {
    border-color: rgba(255, 205, 0, 0.7);
  }
  .lt-xxl\:u-border-brand-6-a {
    border-color: #DBD5CA;
  }
  .lt-xxl\:u-border-brand-6-c {
    border-color: #F7F5F1;
  }
  .lt-xxl\:u-border-w-0 {
    border-width: 0px;
  }
  .lt-xxl\:u-border-w-2 {
    border-width: 2px;
  }
  .lt-xxl\:u-border-w-3 {
    border-width: 3px;
  }
  .lt-xxl\:u-border-w-15 {
    border-width: 15px;
  }
  .lt-xxl\:u-border-w-30 {
    border-width: 30px;
  }
  .lt-xxl\:u-border-solid {
    border-style: solid;
  }
  .lt-xxl\:u-border-t-solid {
    border-top-style: solid;
  }
  .lt-xxl\:u-border-b-solid {
    border-bottom-style: solid;
  }
  .lt-xxl\:u-gap-cols-0 {
    column-gap: 0;
  }
  .lt-xxl\:u-gap-cols-10 {
    column-gap: 10px;
  }
  .lt-xxl\:u-gap-cols-15 {
    column-gap: 15px;
  }
  .lt-xxl\:u-gap-cols-25 {
    column-gap: 25px;
  }
  .lt-xxl\:u-gap-cols-35 {
    column-gap: 35px;
  }
  .lt-xxl\:u-gap-cols-40 {
    column-gap: 40px;
  }
  .lt-xxl\:u-gap-cols-55 {
    column-gap: 55px;
  }
  .lt-xxl\:u-gap-cols-75 {
    column-gap: 75px;
  }
  .lt-xxl\:u-gap-rows-20 {
    row-gap: 20px;
  }
  .lt-xxl\:u-gap-rows-30 {
    row-gap: 30px;
  }
  .lt-xxl\:u-gap-0 {
    gap: 0px;
  }
  .lt-xxl\:u-gap-15 {
    gap: 15px;
  }
  .lt-xxl\:u-gap-20 {
    gap: 20px;
  }
  .lt-xxl\:u-gap-25 {
    gap: 25px;
  }
  .lt-xxl\:u-gap-40 {
    gap: 40px;
  }
  .lt-xxl\:u-h-60 {
    height: 60px;
  }
  .lt-xxl\:u-max-h-none {
    max-height: none;
  }
  .lt-xxl\:u-max-h-215 {
    max-height: 215px;
  }
  .lt-xxl\:u-max-h-370 {
    max-height: 370px;
  }
  .lt-xxl\:u-max-h-755 {
    max-height: 755px;
  }
  .lt-xxl\:u-min-h-auto {
    min-height: auto;
  }
  .lt-xxl\:u-min-h-230 {
    min-height: 230px;
  }
  .lt-xxl\:u-min-h-300 {
    min-height: 300px;
  }
  .lt-xxl\:u-min-h-370 {
    min-height: 370px;
  }
  .lt-xxl\:u-min-h-520 {
    min-height: 520px;
  }
  .lt-xxl\:u-min-h-700 {
    min-height: 700px;
  }
  .lt-xxl\:u-min-h-750 {
    min-height: 750px;
  }
  .lt-xxl\:u-min-h-755 {
    min-height: 755px;
  }
  .lt-xxl\:-u-mt-80 {
    margin-top: -80px;
  }
  .lt-xxl\:u-mt-20 {
    margin-top: 20px;
  }
  .lt-xxl\:u-mt-30 {
    margin-top: 30px;
  }
  .lt-xxl\:u-mt-40 {
    margin-top: 40px;
  }
  .lt-xxl\:u-mt-60 {
    margin-top: 60px;
  }
  .lt-xxl\:-u-mb-80 {
    margin-bottom: -80px;
  }
  .lt-xxl\:u-mb-5 {
    margin-bottom: 5px;
  }
  .lt-xxl\:u-mb-10 {
    margin-bottom: 10px;
  }
  .lt-xxl\:u-mb-15 {
    margin-bottom: 15px;
  }
  .lt-xxl\:u-mb-20 {
    margin-bottom: 20px;
  }
  .lt-xxl\:u-mb-25 {
    margin-bottom: 25px;
  }
  .lt-xxl\:u-mb-30 {
    margin-bottom: 30px;
  }
  .lt-xxl\:u-mb-40 {
    margin-bottom: 40px;
  }
  .lt-xxl\:u-mb-50 {
    margin-bottom: 50px;
  }
  .lt-xxl\:u-mb-60 {
    margin-bottom: 60px;
  }
  .lt-xxl\:-u-ml-96 {
    margin-left: -96px;
  }
  .lt-xxl\:-u-ml-38 {
    margin-left: -38px;
  }
  .lt-xxl\:u-ml-5 {
    margin-left: 5px;
  }
  .lt-xxl\:u-ml-50 {
    margin-left: 50px;
  }
  .lt-xxl\:-u-mr-96 {
    margin-right: -96px;
  }
  .lt-xxl\:-u-mr-40 {
    margin-right: -40px;
  }
  .lt-xxl\:u-mr-0 {
    margin-right: 0;
  }
  .lt-xxl\:u-mr-5 {
    margin-right: 5px;
  }
  .lt-xxl\:u-mr-10 {
    margin-right: 10px;
  }
  .lt-xxl\:u-mr-15 {
    margin-right: 15px;
  }
  .lt-xxl\:u-mr-30 {
    margin-right: 30px;
  }
  .lt-xxl\:-u-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lt-xxl\:-u-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lt-xxl\:-u-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lt-xxl\:u-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lt-xxl\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lt-xxl\:u-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lt-xxl\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lt-xxl\:u-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lt-xxl\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lt-xxl\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-xxl\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-xxl\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-xxl\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-xxl\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-xxl\:u-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lt-xxl\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lt-xxl\:u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lt-xxl\:u-px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lt-xxl\:u-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lt-xxl\:u-px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .lt-xxl\:u-px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .lt-xxl\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lt-xxl\:u-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lt-xxl\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-xxl\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lt-xxl\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-xxl\:u-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lt-xxl\:u-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lt-xxl\:u-py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .lt-xxl\:u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lt-xxl\:u-py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .lt-xxl\:u-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lt-xxl\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-xxl\:u-pt-5 {
    padding-top: 5px;
  }
  .lt-xxl\:u-pt-10 {
    padding-top: 10px;
  }
  .lt-xxl\:u-pt-15 {
    padding-top: 15px;
  }
  .lt-xxl\:u-pt-20 {
    padding-top: 20px;
  }
  .lt-xxl\:u-pt-30 {
    padding-top: 30px;
  }
  .lt-xxl\:u-pt-80 {
    padding-top: 80px;
  }
  .lt-xxl\:u-pb-0 {
    padding-bottom: 0px;
  }
  .lt-xxl\:u-pb-25 {
    padding-bottom: 25px;
  }
  .lt-xxl\:u-pb-30 {
    padding-bottom: 30px;
  }
  .lt-xxl\:u-pb-36 {
    padding-bottom: 36px;
  }
  .lt-xxl\:u-pb-40 {
    padding-bottom: 40px;
  }
  .lt-xxl\:u-pb-50 {
    padding-bottom: 50px;
  }
  .lt-xxl\:u-pb-65 {
    padding-bottom: 65px;
  }
  .lt-xxl\:u-pb-130 {
    padding-bottom: 130px;
  }
  .lt-xxl\:u-pl-25-perc {
    padding-left: 25%;
  }
  .lt-xxl\:u-pl-96 {
    padding-left: 96px;
  }
  .lt-xxl\:u-pr-20 {
    padding-right: 20px;
  }
  .lt-xxl\:u-pr-96 {
    padding-right: 96px;
  }
  .lt-xxl\:u-top-20 {
    top: 20px;
  }
  .lt-xxl\:u-top-72 {
    top: 72px;
  }
  .lt-xxl\:u-top-90 {
    top: 90px;
  }
  .lt-xxl\:u-top-190 {
    top: 190px;
  }
  .lt-xxl\:u-top-580 {
    top: 580px;
  }
  .lt-xxl\:u-top-5-perc {
    top: 5%;
  }
  .lt-xxl\:u-top-12-perc {
    top: 12%;
  }
  .lt-xxl\:u-top-22-perc {
    top: 22%;
  }
  .lt-xxl\:u-top-32-perc {
    top: 32%;
  }
  .lt-xxl\:u-bottom-40 {
    bottom: 40px;
  }
  .lt-xxl\:-u-right-160 {
    right: -160px;
  }
  .lt-xxl\:u-right-62-perc {
    right: 62%;
  }
  .lt-xxl\:u-left-0 {
    left: 0px;
  }
  .lt-xxl\:u-left-10-perc {
    left: 10%;
  }
  .lt-xxl\:u-left-20 {
    left: 20px;
  }
  .lt-xxl\:u-left-70-perc {
    left: 70%;
  }
  .lt-xxl\:u-shadow-none {
    box-shadow: none;
  }
  .lt-xxl\:u-shadow-black-15 {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  }
  .lt-xxl\:u-shadow-black-15-2 {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  }
  .lt-xxl\:u-transform-scale-95 {
    transform: scale(0.95);
  }
  .lt-xxl\:u-transform-scale-100 {
    transform: scale(1);
  }
  .lt-xxl\:u-transform-scale-125 {
    transform: scale(1.25);
  }
  .lt-xxl\:u-w-20 {
    width: 20px;
  }
  .lt-xxl\:u-w-30-vw {
    width: 30vw;
  }
  .lt-xxl\:u-w-50 {
    width: 50px;
  }
  .lt-xxl\:u-w-82 {
    width: 82px;
  }
  .lt-xxl\:u-w-155 {
    width: 155px;
  }
  .lt-xxl\:u-max-w-none {
    max-width: none;
  }
  .lt-xxl\:u-max-w-105 {
    max-width: 105px;
  }
  .lt-xxl\:u-max-w-160 {
    max-width: 160px;
  }
  .lt-xxl\:u-max-w-170 {
    max-width: 170px;
  }
  .lt-xxl\:u-max-w-270 {
    max-width: 270px;
  }
  .lt-xxl\:u-max-w-275 {
    max-width: 275px;
  }
  .lt-xxl\:u-max-w-290 {
    max-width: 290px;
  }
  .lt-xxl\:u-max-w-340 {
    max-width: 340px;
  }
  .lt-xxl\:u-max-w-368 {
    max-width: 368px;
  }
  .lt-xxl\:u-max-w-470 {
    max-width: 470px;
  }
  .lt-xxl\:u-max-w-500 {
    max-width: 500px;
  }
  .lt-xxl\:u-max-w-560 {
    max-width: 560px;
  }
  .lt-xxl\:u-max-w-580 {
    max-width: 580px;
  }
  .lt-xxl\:u-max-w-590 {
    max-width: 590px;
  }
  .lt-xxl\:u-max-w-600 {
    max-width: 600px;
  }
  .lt-xxl\:u-max-w-620 {
    max-width: 620px;
  }
  .lt-xxl\:u-max-w-660 {
    max-width: 660px;
  }
  .lt-xxl\:u-max-w-670 {
    max-width: 670px;
  }
  .lt-xxl\:u-max-w-710 {
    max-width: 710px;
  }
  .lt-xxl\:u-max-w-775 {
    max-width: 775px;
  }
  .lt-xxl\:u-max-w-780 {
    max-width: 780px;
  }
  .lt-xxl\:u-max-w-840 {
    max-width: 840px;
  }
  .lt-xxl\:u-max-w-870 {
    max-width: 870px;
  }
  .lt-xxl\:u-max-w-900 {
    max-width: 900px;
  }
  .lt-xxl\:u-max-w-910 {
    max-width: 910px;
  }
  .lt-xxl\:u-max-w-1000 {
    max-width: 1000px;
  }
  .lt-xxl\:u-max-w-1135 {
    max-width: 1135px;
  }
  .lt-xxl\:u-max-w-1187 {
    max-width: 1187px;
  }
  .lt-xxl\:u-max-w-1230 {
    max-width: 1230px;
  }
  .lt-xxl\:u-max-w-1280 {
    max-width: 1280px;
  }
  .lt-xxl\:u-max-w-1350 {
    max-width: 1350px;
  }
  .lt-xxl\:u-max-w-1590 {
    max-width: 1590px;
  }
  .lt-xxl\:u-max-w-1600 {
    max-width: 1600px;
  }
}
@media only screen and (max-width: 1201px){
  .lt-xl\:u-text-brand-1-a {
    color: #000000;
  }
  .lt-xl\:u-text-brand-2-a {
    color: #F06F0B;
  }
  .lt-xl\:u-text-brand-2-b {
    color: #F06F0B;
  }
  .lt-xl\:u-text-brand-3-a {
    color: #225D38;
  }
  .lt-xl\:u-text-brand-4-a {
    color: #5BA63F;
  }
  .lt-xl\:u-text-brand-6-e {
    color: #706D66;
  }
  .lt-xl\:u-fs-18 {
    font-size: 18px;
  }
  .lt-xl\:u-fs-22 {
    font-size: 22px;
  }
  .lt-xl\:u-fs-24 {
    font-size: 24px;
  }
  .lt-xl\:u-fs-26 {
    font-size: 26px;
  }
  .lt-xl\:u-fs-28 {
    font-size: 28px;
  }
  .lt-xl\:u-fs-30 {
    font-size: 30px;
  }
  .lt-xl\:u-fs-32 {
    font-size: 32px;
  }
  .lt-xl\:u-fs-38 {
    font-size: 38px;
  }
  .lt-xl\:u-fs-40 {
    font-size: 40px;
  }
  .lt-xl\:u-fs-48 {
    font-size: 48px;
  }
  .lt-xl\:u-fs-60 {
    font-size: 60px;
  }
  .v-slick-center .slick-slide[class*="slick-next-"],
  .v-slick-center .slick-slide[class*="slick-prev-"] {
    opacity: 0 !important;
  }
  .btn-show-dropdown {
    background-color: transparent !important;
    padding: 18px 10px;
    pointer-events: all;
    width: 60px;
  }
  .btn-show-dropdown:focus,
  .btn-show-dropdown:hover {
    color: #000000;
  }
  .primary-nav {
    animation: hide 250ms forwards 1 ease-in-out;
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out;
  }
  .primary-nav.is-active {
    animation: show 250ms forwards 1 ease-in-out;
    transform: translateX(0);
  }
  .topnavcms.primary-nav-ul {
    background-color: #F7F5F1;
    color: #000000;
  }
  .topnavcms.primary-nav-ul ul,
  .topnavcms.primary-nav-ul li,
  .topnavcms.primary-nav-ul li .btn-linked {
    background-color: inherit;
  }
  .topnavcms.primary-nav-ul li a:after,
  .topnavcms.primary-nav-ul li .btn-linked:after,
  .topnavcms.primary-nav-ul li a + button:after {
    background-color: #225D38;
    display: block;
  }
  .topnavcms.primary-nav-ul > li {
    align-items: stretch;
    border-radius: 0;
  }
  .topnavcms.primary-nav-ul > li > a {
    border-radius: 0;
    overflow: hidden;
  }
  .topnavcms.primary-nav-ul > li.on > a,
  .topnavcms.primary-nav-ul > li.is-active > a,
  .topnavcms.primary-nav-ul > li:hover > a,
  .topnavcms.primary-nav-ul > li > a:focus,
  .topnavcms.primary-nav-ul > li > a:hover,
  .topnavcms.primary-nav-ul > li > .btn-linked:hover,
  .topnavcms.primary-nav-ul > li > .btn-linked:focus,
  .topnavcms.primary-nav-ul > li > .btn-linked.is-active {
    color: inherit;
  }
  .topnavcms.secondary-nav-ul .contentset-nav-mobile-toggle {
    pointer-events: all;
  }
  .topnavcms.secondary-nav-ul .contentset-nav-mobile-toggle ~ li {
    display: none !important;
  }
  .topnavcms.secondary-nav-ul .contentset-nav-mobile-toggle ~ li.show-navigation {
    display: flex !important;
  }
  .topnavcms.secondary-nav-ul li a {
    background-color: #FFFFFF;
  }
  .topnavcms.secondary-nav-ul > li.on > a {
    background-color: #FFFFFF;
    color: #F06F0B;
  }
  .topnavcms.secondary-nav-ul li > .btn-show-dropdown {
    padding: 18px !important;
  }
  .m-menu-item {
    left: 0 !important;
    position: absolute;
    right: 0 !important;
    top: 100%;
    width: 100% !important;
    animation: hide 0.25s forwards 1 ease-in-out;
    opacity: 0;
    pointer-events: none;
    transform-origin: top;
    transform: translateY(25px);
    transition: all 0.5s ease-in-out;
  }
  .m-menu-item.is-active {
    animation: show 250ms forwards 1 ease-in-out;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .m-menu-item-expand {
    width: 100% !important;
  }
  .topnavcms.primary-nav-ul,
  .topnavcms.secondary-nav-ul {
    display: block;
    width: 100%;
  }
  .topnavcms.primary-nav-ul li,
  .topnavcms.secondary-nav-ul li {
    flex-direction: row !important;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0 !important;
    width: 100%;
  }
  .topnavcms.primary-nav-ul li:hover ul:not(.is-active),
  .topnavcms.secondary-nav-ul li:hover ul:not(.is-active),
  .topnavcms.primary-nav-ul li:focus ul:not(.is-active),
  .topnavcms.secondary-nav-ul li:focus ul:not(.is-active) {
    opacity: 0;
    pointer-events: none;
    transform: translateY(25px);
  }
  .topnavcms.primary-nav-ul > li > a,
  .topnavcms.secondary-nav-ul > li > a {
    flex-grow: 1;
    padding: 15px;
    text-align: left;
  }
  .topnavcms.primary-nav-ul > li:not(.nochildren):not(.top-nav-home) > a,
  .topnavcms.secondary-nav-ul > li:not(.nochildren):not(.top-nav-home) > a {
    width: calc(100% - 60px);
  }
  .topnavcms.primary-nav-ul > li:not(.nochildren):not(.top-nav-home) > .btn-show-dropdown,
  .topnavcms.secondary-nav-ul > li:not(.nochildren):not(.top-nav-home) > .btn-show-dropdown {
    right: 0;
    top: 0;
  }
  .topnavcms.primary-nav-ul ul,
  .topnavcms.secondary-nav-ul ul {
    background-color: transparent;
    box-shadow: none;
    left: 0;
    width: 100%;
  }
  .topnavcms.primary-nav-ul ul:before,
  .topnavcms.secondary-nav-ul ul:before {
    display: none;
  }
  .topnavcms.primary-nav-ul ul li,
  .topnavcms.secondary-nav-ul ul li {
    background-color: transparent;
    border-radius: 0;
  }
  .topnavcms.primary-nav-ul ul li a,
  .topnavcms.secondary-nav-ul ul li a {
    background-color: transparent;
    color: #000000;
    padding: 12px 15px !important;
  }
  .topnavcms.primary-nav-ul ul.is-active,
  .topnavcms.secondary-nav-ul ul.is-active {
    position: static;
    display: block;
    visibility: visible;
  }
  .fundraiser-avatar {
    margin-bottom: 40px;
  }
  .lt-xl\:u-aspect-ratio-auto {
    aspect-ratio: auto;
  }
  .lt-xl\:u-bg-brand-1-a {
    background-color: #000000;
  }
  .lt-xl\:u-bg-brand-2-a {
    background-color: #F06F0B;
  }
  .lt-xl\:u-bg-brand-2-b {
    background-color: #CC3F10;
  }
  .lt-xl\:u-bg-brand-3-a {
    background-color: #225D38;
  }
  .lt-xl\:u-bg-brand-4-a {
    background-color: #5BA63F;
  }
  .lt-xl\:u-bg-brand-5-a {
    background-color: #FFCD00;
  }
  .lt-xl\:u-bg-brand-6-a {
    background-color: #DBD5CA;
  }
  .lt-xl\:u-bg-brand-6-b {
    background-color: #EBE6DC;
  }
  .lt-xl\:u-bg-brand-6-c {
    background-color: #F7F5F1;
  }
  .lt-xl\:u-bg-brand-6-d {
    background-color: #363431;
  }
  .lt-xl\:u-bg-brand-6-e {
    background-color: #706D66;
  }
  .lt-xl\:u-bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lt-xl\:u-bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .lt-xl\:u-bg-none {
    background-image: none;
  }
  .lt-xl\:u-bg-default-participant {
    background-image: url("../img/svg/default-participant-banner.svg");
  }
  .lt-xl\:u-bg-default-team {
    background-image: url("../img/svg/default-team-banner.svg");
  }
  .lt-xl\:u-bg-wave {
    background-image: url("../img/png/wave-bg.png");
  }
  .lt-xl\:u-bg-wave-mobile {
    background-image: url("../img/png/wave-bg-mobile.png");
  }
  .lt-xl\:u-bg-0-260 {
    background-position: 0 260px;
  }
  .lt-xl\:u-bg-60-perc {
    background-size: 60%;
  }
  .lt-xl\:u-bg-100-perc {
    background-size: 100%;
  }
  .lt-xl\:u-rounded-0 {
    border-radius: 0;
  }
  .lt-xl\:u-rounded-35 {
    border-radius: 35px;
  }
  .lt-xl\:u-rounded-top-35 {
    border-radius: 35px 35px 0 0;
  }
  .lt-xl\:u-rounded-45 {
    border-radius: 45px;
  }
  .lt-xl\:u-rounded-top-45 {
    border-radius: 45px 45px 0 0;
  }
  .lt-xl\:u-rounded-full {
    border-radius: 9999px;
  }
  .lt-xl\:u-border-brand-2-a {
    border-color: #F06F0B;
  }
  .lt-xl\:u-border-brand-5-a-70 {
    border-color: rgba(255, 205, 0, 0.7);
  }
  .lt-xl\:u-border-brand-6-a {
    border-color: #DBD5CA;
  }
  .lt-xl\:u-border-brand-6-c {
    border-color: #F7F5F1;
  }
  .lt-xl\:u-border-w-0 {
    border-width: 0px;
  }
  .lt-xl\:u-border-w-2 {
    border-width: 2px;
  }
  .lt-xl\:u-border-w-3 {
    border-width: 3px;
  }
  .lt-xl\:u-border-w-15 {
    border-width: 15px;
  }
  .lt-xl\:u-border-w-30 {
    border-width: 30px;
  }
  .lt-xl\:u-border-solid {
    border-style: solid;
  }
  .lt-xl\:u-border-t-solid {
    border-top-style: solid;
  }
  .lt-xl\:u-border-b-solid {
    border-bottom-style: solid;
  }
  .lt-xl\:u-gap-cols-0 {
    column-gap: 0;
  }
  .lt-xl\:u-gap-cols-10 {
    column-gap: 10px;
  }
  .lt-xl\:u-gap-cols-15 {
    column-gap: 15px;
  }
  .lt-xl\:u-gap-cols-25 {
    column-gap: 25px;
  }
  .lt-xl\:u-gap-cols-35 {
    column-gap: 35px;
  }
  .lt-xl\:u-gap-cols-40 {
    column-gap: 40px;
  }
  .lt-xl\:u-gap-cols-55 {
    column-gap: 55px;
  }
  .lt-xl\:u-gap-cols-75 {
    column-gap: 75px;
  }
  .lt-xl\:u-gap-rows-20 {
    row-gap: 20px;
  }
  .lt-xl\:u-gap-rows-30 {
    row-gap: 30px;
  }
  .lt-xl\:u-gap-0 {
    gap: 0px;
  }
  .lt-xl\:u-gap-15 {
    gap: 15px;
  }
  .lt-xl\:u-gap-20 {
    gap: 20px;
  }
  .lt-xl\:u-gap-25 {
    gap: 25px;
  }
  .lt-xl\:u-gap-40 {
    gap: 40px;
  }
  .lt-xl\:u-h-60 {
    height: 60px;
  }
  .lt-xl\:u-max-h-none {
    max-height: none;
  }
  .lt-xl\:u-max-h-215 {
    max-height: 215px;
  }
  .lt-xl\:u-max-h-370 {
    max-height: 370px;
  }
  .lt-xl\:u-max-h-755 {
    max-height: 755px;
  }
  .lt-xl\:u-min-h-auto {
    min-height: auto;
  }
  .lt-xl\:u-min-h-230 {
    min-height: 230px;
  }
  .lt-xl\:u-min-h-300 {
    min-height: 300px;
  }
  .lt-xl\:u-min-h-370 {
    min-height: 370px;
  }
  .lt-xl\:u-min-h-520 {
    min-height: 520px;
  }
  .lt-xl\:u-min-h-700 {
    min-height: 700px;
  }
  .lt-xl\:u-min-h-750 {
    min-height: 750px;
  }
  .lt-xl\:u-min-h-755 {
    min-height: 755px;
  }
  .lt-xl\:-u-mt-80 {
    margin-top: -80px;
  }
  .lt-xl\:u-mt-20 {
    margin-top: 20px;
  }
  .lt-xl\:u-mt-30 {
    margin-top: 30px;
  }
  .lt-xl\:u-mt-40 {
    margin-top: 40px;
  }
  .lt-xl\:u-mt-60 {
    margin-top: 60px;
  }
  .lt-xl\:-u-mb-80 {
    margin-bottom: -80px;
  }
  .lt-xl\:u-mb-5 {
    margin-bottom: 5px;
  }
  .lt-xl\:u-mb-10 {
    margin-bottom: 10px;
  }
  .lt-xl\:u-mb-15 {
    margin-bottom: 15px;
  }
  .lt-xl\:u-mb-20 {
    margin-bottom: 20px;
  }
  .lt-xl\:u-mb-25 {
    margin-bottom: 25px;
  }
  .lt-xl\:u-mb-30 {
    margin-bottom: 30px;
  }
  .lt-xl\:u-mb-40 {
    margin-bottom: 40px;
  }
  .lt-xl\:u-mb-50 {
    margin-bottom: 50px;
  }
  .lt-xl\:u-mb-60 {
    margin-bottom: 60px;
  }
  .lt-xl\:-u-ml-96 {
    margin-left: -96px;
  }
  .lt-xl\:-u-ml-38 {
    margin-left: -38px;
  }
  .lt-xl\:u-ml-5 {
    margin-left: 5px;
  }
  .lt-xl\:u-ml-50 {
    margin-left: 50px;
  }
  .lt-xl\:-u-mr-96 {
    margin-right: -96px;
  }
  .lt-xl\:-u-mr-40 {
    margin-right: -40px;
  }
  .lt-xl\:u-mr-0 {
    margin-right: 0;
  }
  .lt-xl\:u-mr-5 {
    margin-right: 5px;
  }
  .lt-xl\:u-mr-10 {
    margin-right: 10px;
  }
  .lt-xl\:u-mr-15 {
    margin-right: 15px;
  }
  .lt-xl\:u-mr-30 {
    margin-right: 30px;
  }
  .lt-xl\:-u-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lt-xl\:-u-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lt-xl\:-u-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lt-xl\:u-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lt-xl\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lt-xl\:u-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lt-xl\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lt-xl\:u-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lt-xl\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lt-xl\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-xl\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-xl\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-xl\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-xl\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-xl\:u-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lt-xl\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lt-xl\:u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lt-xl\:u-px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lt-xl\:u-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lt-xl\:u-px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .lt-xl\:u-px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .lt-xl\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lt-xl\:u-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lt-xl\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-xl\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lt-xl\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-xl\:u-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lt-xl\:u-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lt-xl\:u-py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .lt-xl\:u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lt-xl\:u-py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .lt-xl\:u-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lt-xl\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-xl\:u-pt-5 {
    padding-top: 5px;
  }
  .lt-xl\:u-pt-10 {
    padding-top: 10px;
  }
  .lt-xl\:u-pt-15 {
    padding-top: 15px;
  }
  .lt-xl\:u-pt-20 {
    padding-top: 20px;
  }
  .lt-xl\:u-pt-30 {
    padding-top: 30px;
  }
  .lt-xl\:u-pt-80 {
    padding-top: 80px;
  }
  .lt-xl\:u-pb-0 {
    padding-bottom: 0px;
  }
  .lt-xl\:u-pb-25 {
    padding-bottom: 25px;
  }
  .lt-xl\:u-pb-30 {
    padding-bottom: 30px;
  }
  .lt-xl\:u-pb-36 {
    padding-bottom: 36px;
  }
  .lt-xl\:u-pb-40 {
    padding-bottom: 40px;
  }
  .lt-xl\:u-pb-50 {
    padding-bottom: 50px;
  }
  .lt-xl\:u-pb-65 {
    padding-bottom: 65px;
  }
  .lt-xl\:u-pb-130 {
    padding-bottom: 130px;
  }
  .lt-xl\:u-pl-25-perc {
    padding-left: 25%;
  }
  .lt-xl\:u-pl-96 {
    padding-left: 96px;
  }
  .lt-xl\:u-pr-20 {
    padding-right: 20px;
  }
  .lt-xl\:u-pr-96 {
    padding-right: 96px;
  }
  .lt-xl\:u-top-20 {
    top: 20px;
  }
  .lt-xl\:u-top-72 {
    top: 72px;
  }
  .lt-xl\:u-top-90 {
    top: 90px;
  }
  .lt-xl\:u-top-190 {
    top: 190px;
  }
  .lt-xl\:u-top-580 {
    top: 580px;
  }
  .lt-xl\:u-top-5-perc {
    top: 5%;
  }
  .lt-xl\:u-top-12-perc {
    top: 12%;
  }
  .lt-xl\:u-top-22-perc {
    top: 22%;
  }
  .lt-xl\:u-top-32-perc {
    top: 32%;
  }
  .lt-xl\:u-bottom-40 {
    bottom: 40px;
  }
  .lt-xl\:-u-right-160 {
    right: -160px;
  }
  .lt-xl\:u-right-62-perc {
    right: 62%;
  }
  .lt-xl\:u-left-0 {
    left: 0px;
  }
  .lt-xl\:u-left-10-perc {
    left: 10%;
  }
  .lt-xl\:u-left-20 {
    left: 20px;
  }
  .lt-xl\:u-left-70-perc {
    left: 70%;
  }
  .lt-xl\:u-shadow-none {
    box-shadow: none;
  }
  .lt-xl\:u-shadow-black-15 {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  }
  .lt-xl\:u-shadow-black-15-2 {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  }
  .lt-xl\:u-transform-scale-95 {
    transform: scale(0.95);
  }
  .lt-xl\:u-transform-scale-100 {
    transform: scale(1);
  }
  .lt-xl\:u-transform-scale-125 {
    transform: scale(1.25);
  }
  .lt-xl\:u-w-20 {
    width: 20px;
  }
  .lt-xl\:u-w-30-vw {
    width: 30vw;
  }
  .lt-xl\:u-w-50 {
    width: 50px;
  }
  .lt-xl\:u-w-82 {
    width: 82px;
  }
  .lt-xl\:u-w-155 {
    width: 155px;
  }
  .lt-xl\:u-max-w-none {
    max-width: none;
  }
  .lt-xl\:u-max-w-105 {
    max-width: 105px;
  }
  .lt-xl\:u-max-w-160 {
    max-width: 160px;
  }
  .lt-xl\:u-max-w-170 {
    max-width: 170px;
  }
  .lt-xl\:u-max-w-270 {
    max-width: 270px;
  }
  .lt-xl\:u-max-w-275 {
    max-width: 275px;
  }
  .lt-xl\:u-max-w-290 {
    max-width: 290px;
  }
  .lt-xl\:u-max-w-340 {
    max-width: 340px;
  }
  .lt-xl\:u-max-w-368 {
    max-width: 368px;
  }
  .lt-xl\:u-max-w-470 {
    max-width: 470px;
  }
  .lt-xl\:u-max-w-500 {
    max-width: 500px;
  }
  .lt-xl\:u-max-w-560 {
    max-width: 560px;
  }
  .lt-xl\:u-max-w-580 {
    max-width: 580px;
  }
  .lt-xl\:u-max-w-590 {
    max-width: 590px;
  }
  .lt-xl\:u-max-w-600 {
    max-width: 600px;
  }
  .lt-xl\:u-max-w-620 {
    max-width: 620px;
  }
  .lt-xl\:u-max-w-660 {
    max-width: 660px;
  }
  .lt-xl\:u-max-w-670 {
    max-width: 670px;
  }
  .lt-xl\:u-max-w-710 {
    max-width: 710px;
  }
  .lt-xl\:u-max-w-775 {
    max-width: 775px;
  }
  .lt-xl\:u-max-w-780 {
    max-width: 780px;
  }
  .lt-xl\:u-max-w-840 {
    max-width: 840px;
  }
  .lt-xl\:u-max-w-870 {
    max-width: 870px;
  }
  .lt-xl\:u-max-w-900 {
    max-width: 900px;
  }
  .lt-xl\:u-max-w-910 {
    max-width: 910px;
  }
  .lt-xl\:u-max-w-1000 {
    max-width: 1000px;
  }
  .lt-xl\:u-max-w-1135 {
    max-width: 1135px;
  }
  .lt-xl\:u-max-w-1187 {
    max-width: 1187px;
  }
  .lt-xl\:u-max-w-1230 {
    max-width: 1230px;
  }
  .lt-xl\:u-max-w-1280 {
    max-width: 1280px;
  }
  .lt-xl\:u-max-w-1350 {
    max-width: 1350px;
  }
  .lt-xl\:u-max-w-1590 {
    max-width: 1590px;
  }
  .lt-xl\:u-max-w-1600 {
    max-width: 1600px;
  }
}
@media only screen and (max-width: 1025px){
  .lt-lg\:u-text-brand-1-a {
    color: #000000;
  }
  .lt-lg\:u-text-brand-2-a {
    color: #F06F0B;
  }
  .lt-lg\:u-text-brand-2-b {
    color: #F06F0B;
  }
  .lt-lg\:u-text-brand-3-a {
    color: #225D38;
  }
  .lt-lg\:u-text-brand-4-a {
    color: #5BA63F;
  }
  .lt-lg\:u-text-brand-6-e {
    color: #706D66;
  }
  .lt-lg\:u-fs-18 {
    font-size: 18px;
  }
  .lt-lg\:u-fs-22 {
    font-size: 22px;
  }
  .lt-lg\:u-fs-24 {
    font-size: 24px;
  }
  .lt-lg\:u-fs-26 {
    font-size: 26px;
  }
  .lt-lg\:u-fs-28 {
    font-size: 28px;
  }
  .lt-lg\:u-fs-30 {
    font-size: 30px;
  }
  .lt-lg\:u-fs-32 {
    font-size: 32px;
  }
  .lt-lg\:u-fs-38 {
    font-size: 38px;
  }
  .lt-lg\:u-fs-40 {
    font-size: 40px;
  }
  .lt-lg\:u-fs-48 {
    font-size: 48px;
  }
  .lt-lg\:u-fs-60 {
    font-size: 60px;
  }
  .lt-lg\:is-dropdown {
    position: absolute;
    top: 100%;
    left: calc(50% - 150px);
    animation: hide 0.25s forwards 1 ease-in-out;
    opacity: 0;
    pointer-events: none;
    transform-origin: top;
    transform: translateY(25px);
    transition: all 0.5s ease-in-out;
  }
  .lt-lg\:is-dropdown.is-active {
    animation: show 250ms forwards 1 ease-in-out;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .lt-lg\:is-dropdown:before {
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #FFFFFF transparent;
    bottom: 100%;
    left: calc(50% - 16px);
    content: "";
    position: absolute;
    z-index: 20;
  }
  table[class*="table-responsive-"][class*="-col-3"]:not(.table-responsive-icon) td,
  table[class*="table-responsive-"][class*="-col-4"]:not(.table-responsive-icon) td {
    width: calc(50% - 30px);
  }
  table[class*="table-responsive-"]:not(table[class*="table-responsive-shadow"]):not(.table-responsive-icon)[class*="-col-3"] td:after,
  table[class*="table-responsive-"]:not(table[class*="table-responsive-shadow"]):not(.table-responsive-icon)[class*="-col-4"] td:after {
    display: block;
  }
  table[class*="table-responsive-"]:not(table[class*="table-responsive-shadow"]):not(.table-responsive-icon)[class*="-col-3"] td:nth-child(2n+0):after,
  table[class*="table-responsive-"]:not(table[class*="table-responsive-shadow"]):not(.table-responsive-icon)[class*="-col-4"] td:nth-child(2n+0):after {
    display: none;
  }
  .lt-lg\:u-bg-brand-1-a {
    background-color: #000000;
  }
  .lt-lg\:u-bg-brand-2-a {
    background-color: #F06F0B;
  }
  .lt-lg\:u-bg-brand-2-b {
    background-color: #CC3F10;
  }
  .lt-lg\:u-bg-brand-3-a {
    background-color: #225D38;
  }
  .lt-lg\:u-bg-brand-4-a {
    background-color: #5BA63F;
  }
  .lt-lg\:u-bg-brand-5-a {
    background-color: #FFCD00;
  }
  .lt-lg\:u-bg-brand-6-a {
    background-color: #DBD5CA;
  }
  .lt-lg\:u-bg-brand-6-b {
    background-color: #EBE6DC;
  }
  .lt-lg\:u-bg-brand-6-c {
    background-color: #F7F5F1;
  }
  .lt-lg\:u-bg-brand-6-d {
    background-color: #363431;
  }
  .lt-lg\:u-bg-brand-6-e {
    background-color: #706D66;
  }
  .lt-lg\:u-bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lt-lg\:u-bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .lt-lg\:u-bg-none {
    background-image: none;
  }
  .lt-lg\:u-bg-default-participant {
    background-image: url("../img/svg/default-participant-banner.svg");
  }
  .lt-lg\:u-bg-default-team {
    background-image: url("../img/svg/default-team-banner.svg");
  }
  .lt-lg\:u-bg-wave {
    background-image: url("../img/png/wave-bg.png");
  }
  .lt-lg\:u-bg-wave-mobile {
    background-image: url("../img/png/wave-bg-mobile.png");
  }
  .lt-lg\:u-bg-0-260 {
    background-position: 0 260px;
  }
  .lt-lg\:u-bg-60-perc {
    background-size: 60%;
  }
  .lt-lg\:u-bg-100-perc {
    background-size: 100%;
  }
  .lt-lg\:u-rounded-0 {
    border-radius: 0;
  }
  .lt-lg\:u-rounded-35 {
    border-radius: 35px;
  }
  .lt-lg\:u-rounded-top-35 {
    border-radius: 35px 35px 0 0;
  }
  .lt-lg\:u-rounded-45 {
    border-radius: 45px;
  }
  .lt-lg\:u-rounded-top-45 {
    border-radius: 45px 45px 0 0;
  }
  .lt-lg\:u-rounded-full {
    border-radius: 9999px;
  }
  .lt-lg\:u-border-brand-2-a {
    border-color: #F06F0B;
  }
  .lt-lg\:u-border-brand-5-a-70 {
    border-color: rgba(255, 205, 0, 0.7);
  }
  .lt-lg\:u-border-brand-6-a {
    border-color: #DBD5CA;
  }
  .lt-lg\:u-border-brand-6-c {
    border-color: #F7F5F1;
  }
  .lt-lg\:u-border-w-0 {
    border-width: 0px;
  }
  .lt-lg\:u-border-w-2 {
    border-width: 2px;
  }
  .lt-lg\:u-border-w-3 {
    border-width: 3px;
  }
  .lt-lg\:u-border-w-15 {
    border-width: 15px;
  }
  .lt-lg\:u-border-w-30 {
    border-width: 30px;
  }
  .lt-lg\:u-border-solid {
    border-style: solid;
  }
  .lt-lg\:u-border-t-solid {
    border-top-style: solid;
  }
  .lt-lg\:u-border-b-solid {
    border-bottom-style: solid;
  }
  .lt-lg\:u-gap-cols-0 {
    column-gap: 0;
  }
  .lt-lg\:u-gap-cols-10 {
    column-gap: 10px;
  }
  .lt-lg\:u-gap-cols-15 {
    column-gap: 15px;
  }
  .lt-lg\:u-gap-cols-25 {
    column-gap: 25px;
  }
  .lt-lg\:u-gap-cols-35 {
    column-gap: 35px;
  }
  .lt-lg\:u-gap-cols-40 {
    column-gap: 40px;
  }
  .lt-lg\:u-gap-cols-55 {
    column-gap: 55px;
  }
  .lt-lg\:u-gap-cols-75 {
    column-gap: 75px;
  }
  .lt-lg\:u-gap-rows-20 {
    row-gap: 20px;
  }
  .lt-lg\:u-gap-rows-30 {
    row-gap: 30px;
  }
  .lt-lg\:u-gap-0 {
    gap: 0px;
  }
  .lt-lg\:u-gap-15 {
    gap: 15px;
  }
  .lt-lg\:u-gap-20 {
    gap: 20px;
  }
  .lt-lg\:u-gap-25 {
    gap: 25px;
  }
  .lt-lg\:u-gap-40 {
    gap: 40px;
  }
  .lt-lg\:u-h-60 {
    height: 60px;
  }
  .lt-lg\:u-max-h-none {
    max-height: none;
  }
  .lt-lg\:u-max-h-215 {
    max-height: 215px;
  }
  .lt-lg\:u-max-h-370 {
    max-height: 370px;
  }
  .lt-lg\:u-max-h-755 {
    max-height: 755px;
  }
  .lt-lg\:u-min-h-auto {
    min-height: auto;
  }
  .lt-lg\:u-min-h-230 {
    min-height: 230px;
  }
  .lt-lg\:u-min-h-300 {
    min-height: 300px;
  }
  .lt-lg\:u-min-h-370 {
    min-height: 370px;
  }
  .lt-lg\:u-min-h-520 {
    min-height: 520px;
  }
  .lt-lg\:u-min-h-700 {
    min-height: 700px;
  }
  .lt-lg\:u-min-h-750 {
    min-height: 750px;
  }
  .lt-lg\:u-min-h-755 {
    min-height: 755px;
  }
  .lt-lg\:-u-mt-80 {
    margin-top: -80px;
  }
  .lt-lg\:u-mt-20 {
    margin-top: 20px;
  }
  .lt-lg\:u-mt-30 {
    margin-top: 30px;
  }
  .lt-lg\:u-mt-40 {
    margin-top: 40px;
  }
  .lt-lg\:u-mt-60 {
    margin-top: 60px;
  }
  .lt-lg\:-u-mb-80 {
    margin-bottom: -80px;
  }
  .lt-lg\:u-mb-5 {
    margin-bottom: 5px;
  }
  .lt-lg\:u-mb-10 {
    margin-bottom: 10px;
  }
  .lt-lg\:u-mb-15 {
    margin-bottom: 15px;
  }
  .lt-lg\:u-mb-20 {
    margin-bottom: 20px;
  }
  .lt-lg\:u-mb-25 {
    margin-bottom: 25px;
  }
  .lt-lg\:u-mb-30 {
    margin-bottom: 30px;
  }
  .lt-lg\:u-mb-40 {
    margin-bottom: 40px;
  }
  .lt-lg\:u-mb-50 {
    margin-bottom: 50px;
  }
  .lt-lg\:u-mb-60 {
    margin-bottom: 60px;
  }
  .lt-lg\:-u-ml-96 {
    margin-left: -96px;
  }
  .lt-lg\:-u-ml-38 {
    margin-left: -38px;
  }
  .lt-lg\:u-ml-5 {
    margin-left: 5px;
  }
  .lt-lg\:u-ml-50 {
    margin-left: 50px;
  }
  .lt-lg\:-u-mr-96 {
    margin-right: -96px;
  }
  .lt-lg\:-u-mr-40 {
    margin-right: -40px;
  }
  .lt-lg\:u-mr-0 {
    margin-right: 0;
  }
  .lt-lg\:u-mr-5 {
    margin-right: 5px;
  }
  .lt-lg\:u-mr-10 {
    margin-right: 10px;
  }
  .lt-lg\:u-mr-15 {
    margin-right: 15px;
  }
  .lt-lg\:u-mr-30 {
    margin-right: 30px;
  }
  .lt-lg\:-u-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lt-lg\:-u-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lt-lg\:-u-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lt-lg\:u-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lt-lg\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lt-lg\:u-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lt-lg\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lt-lg\:u-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lt-lg\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lt-lg\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-lg\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-lg\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-lg\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-lg\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-lg\:u-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lt-lg\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lt-lg\:u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lt-lg\:u-px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lt-lg\:u-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lt-lg\:u-px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .lt-lg\:u-px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .lt-lg\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lt-lg\:u-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lt-lg\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-lg\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lt-lg\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-lg\:u-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lt-lg\:u-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lt-lg\:u-py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .lt-lg\:u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lt-lg\:u-py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .lt-lg\:u-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lt-lg\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-lg\:u-pt-5 {
    padding-top: 5px;
  }
  .lt-lg\:u-pt-10 {
    padding-top: 10px;
  }
  .lt-lg\:u-pt-15 {
    padding-top: 15px;
  }
  .lt-lg\:u-pt-20 {
    padding-top: 20px;
  }
  .lt-lg\:u-pt-30 {
    padding-top: 30px;
  }
  .lt-lg\:u-pt-80 {
    padding-top: 80px;
  }
  .lt-lg\:u-pb-0 {
    padding-bottom: 0px;
  }
  .lt-lg\:u-pb-25 {
    padding-bottom: 25px;
  }
  .lt-lg\:u-pb-30 {
    padding-bottom: 30px;
  }
  .lt-lg\:u-pb-36 {
    padding-bottom: 36px;
  }
  .lt-lg\:u-pb-40 {
    padding-bottom: 40px;
  }
  .lt-lg\:u-pb-50 {
    padding-bottom: 50px;
  }
  .lt-lg\:u-pb-65 {
    padding-bottom: 65px;
  }
  .lt-lg\:u-pb-130 {
    padding-bottom: 130px;
  }
  .lt-lg\:u-pl-25-perc {
    padding-left: 25%;
  }
  .lt-lg\:u-pl-96 {
    padding-left: 96px;
  }
  .lt-lg\:u-pr-20 {
    padding-right: 20px;
  }
  .lt-lg\:u-pr-96 {
    padding-right: 96px;
  }
  .lt-lg\:u-top-20 {
    top: 20px;
  }
  .lt-lg\:u-top-72 {
    top: 72px;
  }
  .lt-lg\:u-top-90 {
    top: 90px;
  }
  .lt-lg\:u-top-190 {
    top: 190px;
  }
  .lt-lg\:u-top-580 {
    top: 580px;
  }
  .lt-lg\:u-top-5-perc {
    top: 5%;
  }
  .lt-lg\:u-top-12-perc {
    top: 12%;
  }
  .lt-lg\:u-top-22-perc {
    top: 22%;
  }
  .lt-lg\:u-top-32-perc {
    top: 32%;
  }
  .lt-lg\:u-bottom-40 {
    bottom: 40px;
  }
  .lt-lg\:-u-right-160 {
    right: -160px;
  }
  .lt-lg\:u-right-62-perc {
    right: 62%;
  }
  .lt-lg\:u-left-0 {
    left: 0px;
  }
  .lt-lg\:u-left-10-perc {
    left: 10%;
  }
  .lt-lg\:u-left-20 {
    left: 20px;
  }
  .lt-lg\:u-left-70-perc {
    left: 70%;
  }
  .lt-lg\:u-shadow-none {
    box-shadow: none;
  }
  .lt-lg\:u-shadow-black-15 {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  }
  .lt-lg\:u-shadow-black-15-2 {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  }
  .lt-lg\:u-transform-scale-95 {
    transform: scale(0.95);
  }
  .lt-lg\:u-transform-scale-100 {
    transform: scale(1);
  }
  .lt-lg\:u-transform-scale-125 {
    transform: scale(1.25);
  }
  .lt-lg\:u-w-20 {
    width: 20px;
  }
  .lt-lg\:u-w-30-vw {
    width: 30vw;
  }
  .lt-lg\:u-w-50 {
    width: 50px;
  }
  .lt-lg\:u-w-82 {
    width: 82px;
  }
  .lt-lg\:u-w-155 {
    width: 155px;
  }
  .lt-lg\:u-max-w-none {
    max-width: none;
  }
  .lt-lg\:u-max-w-105 {
    max-width: 105px;
  }
  .lt-lg\:u-max-w-160 {
    max-width: 160px;
  }
  .lt-lg\:u-max-w-170 {
    max-width: 170px;
  }
  .lt-lg\:u-max-w-270 {
    max-width: 270px;
  }
  .lt-lg\:u-max-w-275 {
    max-width: 275px;
  }
  .lt-lg\:u-max-w-290 {
    max-width: 290px;
  }
  .lt-lg\:u-max-w-340 {
    max-width: 340px;
  }
  .lt-lg\:u-max-w-368 {
    max-width: 368px;
  }
  .lt-lg\:u-max-w-470 {
    max-width: 470px;
  }
  .lt-lg\:u-max-w-500 {
    max-width: 500px;
  }
  .lt-lg\:u-max-w-560 {
    max-width: 560px;
  }
  .lt-lg\:u-max-w-580 {
    max-width: 580px;
  }
  .lt-lg\:u-max-w-590 {
    max-width: 590px;
  }
  .lt-lg\:u-max-w-600 {
    max-width: 600px;
  }
  .lt-lg\:u-max-w-620 {
    max-width: 620px;
  }
  .lt-lg\:u-max-w-660 {
    max-width: 660px;
  }
  .lt-lg\:u-max-w-670 {
    max-width: 670px;
  }
  .lt-lg\:u-max-w-710 {
    max-width: 710px;
  }
  .lt-lg\:u-max-w-775 {
    max-width: 775px;
  }
  .lt-lg\:u-max-w-780 {
    max-width: 780px;
  }
  .lt-lg\:u-max-w-840 {
    max-width: 840px;
  }
  .lt-lg\:u-max-w-870 {
    max-width: 870px;
  }
  .lt-lg\:u-max-w-900 {
    max-width: 900px;
  }
  .lt-lg\:u-max-w-910 {
    max-width: 910px;
  }
  .lt-lg\:u-max-w-1000 {
    max-width: 1000px;
  }
  .lt-lg\:u-max-w-1135 {
    max-width: 1135px;
  }
  .lt-lg\:u-max-w-1187 {
    max-width: 1187px;
  }
  .lt-lg\:u-max-w-1230 {
    max-width: 1230px;
  }
  .lt-lg\:u-max-w-1280 {
    max-width: 1280px;
  }
  .lt-lg\:u-max-w-1350 {
    max-width: 1350px;
  }
  .lt-lg\:u-max-w-1590 {
    max-width: 1590px;
  }
  .lt-lg\:u-max-w-1600 {
    max-width: 1600px;
  }
  .dd-events li {
    width: 50% !important;
  }
  .dd-incentive-option-list .dd-incentive-option {
    max-width: 100%;
    width: 100%;
  }
  .dd-quickstats [class*="dd-quickstats-"] {
    width: 50%;
  }
  .dd-search.header-search {
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
    padding: 15px;
  }
}
@media only screen and (max-width: 768px){
  #errorBar,
  #warningBar,
  #confirmBar {
    height: auto;
    line-height: 20px;
    padding: 30px;
    text-align: center;
  }
  #errorBar [class^="icon-"],
  #warningBar [class^="icon-"],
  #confirmBar [class^="icon-"] {
    display: none;
    margin-right: 0;
  }
  #errorBar .btn-form,
  #warningBar .btn-form,
  #confirmBar .btn-form {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    left: 0;
  }
  #errorBar .dd-notification-ok,
  #warningBar .dd-notification-ok,
  #confirmBar .dd-notification-ok {
    margin-top: 20px;
  }
  .help {
    display: none !important;
  }
  div.dataTables_filter {
    width: auto;
    float: none;
  }
  div.dataTables_filter label,
  div.dataTables_filter input {
    float: none;
    width: 100% !important;
    font-size: 15px;
    color: #222;
  }
  div.dataTables_filter label {
    margin: 10px 0;
    display: block;
  }
  div.dataTables_filter input {
    padding: 12px;
    width: auto;
    margin-top: 10px !important;
  }
  #ticketTable {
    overflow: hidden;
  }
  #captcha,
  #captcha td {
    display: table-cell !important;
  }
  .lt-md\:u-text-brand-1-a {
    color: #000000;
  }
  .lt-md\:u-text-brand-2-a {
    color: #F06F0B;
  }
  .lt-md\:u-text-brand-2-b {
    color: #F06F0B;
  }
  .lt-md\:u-text-brand-3-a {
    color: #225D38;
  }
  .lt-md\:u-text-brand-4-a {
    color: #5BA63F;
  }
  .lt-md\:u-text-brand-6-e {
    color: #706D66;
  }
  .lt-md\:u-fs-18 {
    font-size: 18px;
  }
  .lt-md\:u-fs-22 {
    font-size: 22px;
  }
  .lt-md\:u-fs-24 {
    font-size: 24px;
  }
  .lt-md\:u-fs-26 {
    font-size: 26px;
  }
  .lt-md\:u-fs-28 {
    font-size: 28px;
  }
  .lt-md\:u-fs-30 {
    font-size: 30px;
  }
  .lt-md\:u-fs-32 {
    font-size: 32px;
  }
  .lt-md\:u-fs-38 {
    font-size: 38px;
  }
  .lt-md\:u-fs-40 {
    font-size: 40px;
  }
  .lt-md\:u-fs-48 {
    font-size: 48px;
  }
  .lt-md\:u-fs-60 {
    font-size: 60px;
  }
  .nav-tabs-block .nav-tabs {
    display: block;
  }
  .nav-tabs-block .nav-tabs > .active > a:hover {
    border-color: #F06F0B;
    border-width: 3px;
  }
  .nav-tabs-block .nav-tabs li {
    border-radius: 0;
    max-width: none;
  }
  .nav-tabs-block .nav-tabs li a {
    border-radius: 0;
  }
  .nav-tabs-block .nav-tabs li:first-child a {
    border-radius: 30px 30px 0 0;
    border-bottom: none;
  }
  .nav-tabs-block .nav-tabs li:last-child a {
    border-radius: 0 0 30px 30px;
    border-top: none;
  }
  .fundraiser-avatar {
    max-width: 190px;
  }
  #team-name,
  #participant-name,
  #team-name *,
  #participant-name * {
    text-align: center;
    justify-content: center;
  }
  #team-name,
  #participant-name,
  #team-name p:empty,
  #participant-name p:empty {
    display: block;
  }
  .dd-editable-name h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .page-details {
    margin-bottom: 20px;
  }
  .page-details > * {
    font-size: 22px;
    margin: 0 0 10px 0;
    width: 100%;
  }
  .page-details > *:last-child {
    margin-bottom: 0;
  }
  .lt-md\:u-bg-brand-1-a {
    background-color: #000000;
  }
  .lt-md\:u-bg-brand-2-a {
    background-color: #F06F0B;
  }
  .lt-md\:u-bg-brand-2-b {
    background-color: #CC3F10;
  }
  .lt-md\:u-bg-brand-3-a {
    background-color: #225D38;
  }
  .lt-md\:u-bg-brand-4-a {
    background-color: #5BA63F;
  }
  .lt-md\:u-bg-brand-5-a {
    background-color: #FFCD00;
  }
  .lt-md\:u-bg-brand-6-a {
    background-color: #DBD5CA;
  }
  .lt-md\:u-bg-brand-6-b {
    background-color: #EBE6DC;
  }
  .lt-md\:u-bg-brand-6-c {
    background-color: #F7F5F1;
  }
  .lt-md\:u-bg-brand-6-d {
    background-color: #363431;
  }
  .lt-md\:u-bg-brand-6-e {
    background-color: #706D66;
  }
  .lt-md\:u-bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lt-md\:u-bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .lt-md\:u-bg-none {
    background-image: none;
  }
  .lt-md\:u-bg-default-participant {
    background-image: url("../img/svg/default-participant-banner.svg");
  }
  .lt-md\:u-bg-default-team {
    background-image: url("../img/svg/default-team-banner.svg");
  }
  .lt-md\:u-bg-wave {
    background-image: url("../img/png/wave-bg.png");
  }
  .lt-md\:u-bg-wave-mobile {
    background-image: url("../img/png/wave-bg-mobile.png");
  }
  .lt-md\:u-bg-0-260 {
    background-position: 0 260px;
  }
  .lt-md\:u-bg-60-perc {
    background-size: 60%;
  }
  .lt-md\:u-bg-100-perc {
    background-size: 100%;
  }
  .lt-md\:u-rounded-0 {
    border-radius: 0;
  }
  .lt-md\:u-rounded-35 {
    border-radius: 35px;
  }
  .lt-md\:u-rounded-top-35 {
    border-radius: 35px 35px 0 0;
  }
  .lt-md\:u-rounded-45 {
    border-radius: 45px;
  }
  .lt-md\:u-rounded-top-45 {
    border-radius: 45px 45px 0 0;
  }
  .lt-md\:u-rounded-full {
    border-radius: 9999px;
  }
  .lt-md\:u-border-brand-2-a {
    border-color: #F06F0B;
  }
  .lt-md\:u-border-brand-5-a-70 {
    border-color: rgba(255, 205, 0, 0.7);
  }
  .lt-md\:u-border-brand-6-a {
    border-color: #DBD5CA;
  }
  .lt-md\:u-border-brand-6-c {
    border-color: #F7F5F1;
  }
  .lt-md\:u-border-w-0 {
    border-width: 0px;
  }
  .lt-md\:u-border-w-2 {
    border-width: 2px;
  }
  .lt-md\:u-border-w-3 {
    border-width: 3px;
  }
  .lt-md\:u-border-w-15 {
    border-width: 15px;
  }
  .lt-md\:u-border-w-30 {
    border-width: 30px;
  }
  .lt-md\:u-border-solid {
    border-style: solid;
  }
  .lt-md\:u-border-t-solid {
    border-top-style: solid;
  }
  .lt-md\:u-border-b-solid {
    border-bottom-style: solid;
  }
  .lt-md\:u-gap-cols-0 {
    column-gap: 0;
  }
  .lt-md\:u-gap-cols-10 {
    column-gap: 10px;
  }
  .lt-md\:u-gap-cols-15 {
    column-gap: 15px;
  }
  .lt-md\:u-gap-cols-25 {
    column-gap: 25px;
  }
  .lt-md\:u-gap-cols-35 {
    column-gap: 35px;
  }
  .lt-md\:u-gap-cols-40 {
    column-gap: 40px;
  }
  .lt-md\:u-gap-cols-55 {
    column-gap: 55px;
  }
  .lt-md\:u-gap-cols-75 {
    column-gap: 75px;
  }
  .lt-md\:u-gap-rows-20 {
    row-gap: 20px;
  }
  .lt-md\:u-gap-rows-30 {
    row-gap: 30px;
  }
  .lt-md\:u-gap-0 {
    gap: 0px;
  }
  .lt-md\:u-gap-15 {
    gap: 15px;
  }
  .lt-md\:u-gap-20 {
    gap: 20px;
  }
  .lt-md\:u-gap-25 {
    gap: 25px;
  }
  .lt-md\:u-gap-40 {
    gap: 40px;
  }
  .lt-md\:u-h-60 {
    height: 60px;
  }
  .lt-md\:u-max-h-none {
    max-height: none;
  }
  .lt-md\:u-max-h-215 {
    max-height: 215px;
  }
  .lt-md\:u-max-h-370 {
    max-height: 370px;
  }
  .lt-md\:u-max-h-755 {
    max-height: 755px;
  }
  .lt-md\:u-min-h-auto {
    min-height: auto;
  }
  .lt-md\:u-min-h-230 {
    min-height: 230px;
  }
  .lt-md\:u-min-h-300 {
    min-height: 300px;
  }
  .lt-md\:u-min-h-370 {
    min-height: 370px;
  }
  .lt-md\:u-min-h-520 {
    min-height: 520px;
  }
  .lt-md\:u-min-h-700 {
    min-height: 700px;
  }
  .lt-md\:u-min-h-750 {
    min-height: 750px;
  }
  .lt-md\:u-min-h-755 {
    min-height: 755px;
  }
  .lt-md\:-u-mt-80 {
    margin-top: -80px;
  }
  .lt-md\:u-mt-20 {
    margin-top: 20px;
  }
  .lt-md\:u-mt-30 {
    margin-top: 30px;
  }
  .lt-md\:u-mt-40 {
    margin-top: 40px;
  }
  .lt-md\:u-mt-60 {
    margin-top: 60px;
  }
  .lt-md\:-u-mb-80 {
    margin-bottom: -80px;
  }
  .lt-md\:u-mb-5 {
    margin-bottom: 5px;
  }
  .lt-md\:u-mb-10 {
    margin-bottom: 10px;
  }
  .lt-md\:u-mb-15 {
    margin-bottom: 15px;
  }
  .lt-md\:u-mb-20 {
    margin-bottom: 20px;
  }
  .lt-md\:u-mb-25 {
    margin-bottom: 25px;
  }
  .lt-md\:u-mb-30 {
    margin-bottom: 30px;
  }
  .lt-md\:u-mb-40 {
    margin-bottom: 40px;
  }
  .lt-md\:u-mb-50 {
    margin-bottom: 50px;
  }
  .lt-md\:u-mb-60 {
    margin-bottom: 60px;
  }
  .lt-md\:-u-ml-96 {
    margin-left: -96px;
  }
  .lt-md\:-u-ml-38 {
    margin-left: -38px;
  }
  .lt-md\:u-ml-5 {
    margin-left: 5px;
  }
  .lt-md\:u-ml-50 {
    margin-left: 50px;
  }
  .lt-md\:-u-mr-96 {
    margin-right: -96px;
  }
  .lt-md\:-u-mr-40 {
    margin-right: -40px;
  }
  .lt-md\:u-mr-0 {
    margin-right: 0;
  }
  .lt-md\:u-mr-5 {
    margin-right: 5px;
  }
  .lt-md\:u-mr-10 {
    margin-right: 10px;
  }
  .lt-md\:u-mr-15 {
    margin-right: 15px;
  }
  .lt-md\:u-mr-30 {
    margin-right: 30px;
  }
  .lt-md\:-u-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lt-md\:-u-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lt-md\:-u-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lt-md\:u-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lt-md\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lt-md\:u-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lt-md\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lt-md\:u-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lt-md\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lt-md\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-md\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-md\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-md\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-md\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-md\:u-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lt-md\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lt-md\:u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lt-md\:u-px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lt-md\:u-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lt-md\:u-px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .lt-md\:u-px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .lt-md\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lt-md\:u-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lt-md\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-md\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lt-md\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-md\:u-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lt-md\:u-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lt-md\:u-py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .lt-md\:u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lt-md\:u-py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .lt-md\:u-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lt-md\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-md\:u-pt-5 {
    padding-top: 5px;
  }
  .lt-md\:u-pt-10 {
    padding-top: 10px;
  }
  .lt-md\:u-pt-15 {
    padding-top: 15px;
  }
  .lt-md\:u-pt-20 {
    padding-top: 20px;
  }
  .lt-md\:u-pt-30 {
    padding-top: 30px;
  }
  .lt-md\:u-pt-80 {
    padding-top: 80px;
  }
  .lt-md\:u-pb-0 {
    padding-bottom: 0px;
  }
  .lt-md\:u-pb-25 {
    padding-bottom: 25px;
  }
  .lt-md\:u-pb-30 {
    padding-bottom: 30px;
  }
  .lt-md\:u-pb-36 {
    padding-bottom: 36px;
  }
  .lt-md\:u-pb-40 {
    padding-bottom: 40px;
  }
  .lt-md\:u-pb-50 {
    padding-bottom: 50px;
  }
  .lt-md\:u-pb-65 {
    padding-bottom: 65px;
  }
  .lt-md\:u-pb-130 {
    padding-bottom: 130px;
  }
  .lt-md\:u-pl-25-perc {
    padding-left: 25%;
  }
  .lt-md\:u-pl-96 {
    padding-left: 96px;
  }
  .lt-md\:u-pr-20 {
    padding-right: 20px;
  }
  .lt-md\:u-pr-96 {
    padding-right: 96px;
  }
  .lt-md\:u-top-20 {
    top: 20px;
  }
  .lt-md\:u-top-72 {
    top: 72px;
  }
  .lt-md\:u-top-90 {
    top: 90px;
  }
  .lt-md\:u-top-190 {
    top: 190px;
  }
  .lt-md\:u-top-580 {
    top: 580px;
  }
  .lt-md\:u-top-5-perc {
    top: 5%;
  }
  .lt-md\:u-top-12-perc {
    top: 12%;
  }
  .lt-md\:u-top-22-perc {
    top: 22%;
  }
  .lt-md\:u-top-32-perc {
    top: 32%;
  }
  .lt-md\:u-bottom-40 {
    bottom: 40px;
  }
  .lt-md\:-u-right-160 {
    right: -160px;
  }
  .lt-md\:u-right-62-perc {
    right: 62%;
  }
  .lt-md\:u-left-0 {
    left: 0px;
  }
  .lt-md\:u-left-10-perc {
    left: 10%;
  }
  .lt-md\:u-left-20 {
    left: 20px;
  }
  .lt-md\:u-left-70-perc {
    left: 70%;
  }
  .lt-md\:u-shadow-none {
    box-shadow: none;
  }
  .lt-md\:u-shadow-black-15 {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  }
  .lt-md\:u-shadow-black-15-2 {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  }
  .lt-md\:u-transform-scale-95 {
    transform: scale(0.95);
  }
  .lt-md\:u-transform-scale-100 {
    transform: scale(1);
  }
  .lt-md\:u-transform-scale-125 {
    transform: scale(1.25);
  }
  .lt-md\:u-w-20 {
    width: 20px;
  }
  .lt-md\:u-w-30-vw {
    width: 30vw;
  }
  .lt-md\:u-w-50 {
    width: 50px;
  }
  .lt-md\:u-w-82 {
    width: 82px;
  }
  .lt-md\:u-w-155 {
    width: 155px;
  }
  .lt-md\:u-max-w-none {
    max-width: none;
  }
  .lt-md\:u-max-w-105 {
    max-width: 105px;
  }
  .lt-md\:u-max-w-160 {
    max-width: 160px;
  }
  .lt-md\:u-max-w-170 {
    max-width: 170px;
  }
  .lt-md\:u-max-w-270 {
    max-width: 270px;
  }
  .lt-md\:u-max-w-275 {
    max-width: 275px;
  }
  .lt-md\:u-max-w-290 {
    max-width: 290px;
  }
  .lt-md\:u-max-w-340 {
    max-width: 340px;
  }
  .lt-md\:u-max-w-368 {
    max-width: 368px;
  }
  .lt-md\:u-max-w-470 {
    max-width: 470px;
  }
  .lt-md\:u-max-w-500 {
    max-width: 500px;
  }
  .lt-md\:u-max-w-560 {
    max-width: 560px;
  }
  .lt-md\:u-max-w-580 {
    max-width: 580px;
  }
  .lt-md\:u-max-w-590 {
    max-width: 590px;
  }
  .lt-md\:u-max-w-600 {
    max-width: 600px;
  }
  .lt-md\:u-max-w-620 {
    max-width: 620px;
  }
  .lt-md\:u-max-w-660 {
    max-width: 660px;
  }
  .lt-md\:u-max-w-670 {
    max-width: 670px;
  }
  .lt-md\:u-max-w-710 {
    max-width: 710px;
  }
  .lt-md\:u-max-w-775 {
    max-width: 775px;
  }
  .lt-md\:u-max-w-780 {
    max-width: 780px;
  }
  .lt-md\:u-max-w-840 {
    max-width: 840px;
  }
  .lt-md\:u-max-w-870 {
    max-width: 870px;
  }
  .lt-md\:u-max-w-900 {
    max-width: 900px;
  }
  .lt-md\:u-max-w-910 {
    max-width: 910px;
  }
  .lt-md\:u-max-w-1000 {
    max-width: 1000px;
  }
  .lt-md\:u-max-w-1135 {
    max-width: 1135px;
  }
  .lt-md\:u-max-w-1187 {
    max-width: 1187px;
  }
  .lt-md\:u-max-w-1230 {
    max-width: 1230px;
  }
  .lt-md\:u-max-w-1280 {
    max-width: 1280px;
  }
  .lt-md\:u-max-w-1350 {
    max-width: 1350px;
  }
  .lt-md\:u-max-w-1590 {
    max-width: 1590px;
  }
  .lt-md\:u-max-w-1600 {
    max-width: 1600px;
  }
  .dd-badges,
  .dd-incentive-option-list,
  .dd-incentive-explainer,
  .dd-milestones {
    display: block;
    text-align: center !important;
  }
  .dd-badges > *,
  .dd-incentive-option-list > *,
  .dd-incentive-explainer > *,
  .dd-milestones > * {
    margin-bottom: 10px !important;
  }
  .dd-badges > *:last-child,
  .dd-incentive-option-list > *:last-child,
  .dd-incentive-explainer > *:last-child,
  .dd-milestones > *:last-child {
    margin-bottom: 0 !important;
  }
  .dd-badges .dd-btn-link,
  .dd-incentive-option-list .dd-btn-link,
  .dd-incentive-explainer .dd-btn-link,
  .dd-milestones .dd-btn-link {
    margin-left: 0;
  }
  .dd-sponsors .dd-sponsors-level {
    margin: 20px 0;
  }
  .dd-sponsors .dd-sponsors-container {
    gap: 20px;
  }
  .dd-sponsors h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .dd-sponsors .dd-sponsor img,
  .dd-sponsors .dd-sponsor-name {
    max-height: 48px;
  }
  .dd-sponsors .dd-sponsor {
    min-height: 128px;
    width: 100%;
  }
  .dd-sponsors .dd-sponsor-name {
    max-width: none;
  }
  #socialBtns .padding {
    gap: 16px;
  }
  #socialBtns .dd-btn.dd-social-btn {
    width: calc(50% - 8px) !important;
  }
  .dd-top-team-groups,
  .dd-top-fundraisers,
  .dd-top-teams {
    padding: 20px;
  }
  .dd-top-team-groups h1,
  .dd-top-fundraisers h1,
  .dd-top-teams h1,
  .dd-top-team-groups h2,
  .dd-top-fundraisers h2,
  .dd-top-teams h2 {
    font-size: 33px;
  }
  .dd-top-team-groups .dd-avatar-link,
  .dd-top-fundraisers .dd-avatar-link,
  .dd-top-teams .dd-avatar-link {
    margin: 0 -20px;
    padding: 15px 20px;
  }
  .dd-top-team-groups .dd-avatar-link:before,
  .dd-top-fundraisers .dd-avatar-link:before,
  .dd-top-teams .dd-avatar-link:before {
    display: none;
  }
  .dd-top-team-groups img,
  .dd-top-fundraisers img,
  .dd-top-teams img {
    max-height: 80px;
    width: 80px;
  }
  .dd-top-team-groups .dd-list-info,
  .dd-top-fundraisers .dd-list-info,
  .dd-top-teams .dd-list-info {
    width: calc(100% - 80px);
  }
  .dd-top-team-groups .dd-list-info > span,
  .dd-top-fundraisers .dd-list-info > span,
  .dd-top-teams .dd-list-info > span,
  .dd-top-team-groups .dd-list-thermo .dd-label,
  .dd-top-fundraisers .dd-list-thermo .dd-label,
  .dd-top-teams .dd-list-thermo .dd-label,
  .dd-top-team-groups .dd-list-thermo-goal,
  .dd-top-fundraisers .dd-list-thermo-goal,
  .dd-top-teams .dd-list-thermo-goal,
  .dd-top-team-groups .dd-list-thermo-raised,
  .dd-top-fundraisers .dd-list-thermo-raised,
  .dd-top-teams .dd-list-thermo-raised {
    font-size: 19px;
  }
  .dd-top-team-groups .dd-list-info .dd-list-name,
  .dd-top-fundraisers .dd-list-info .dd-list-name,
  .dd-top-teams .dd-list-info .dd-list-name {
    font-size: 20px;
  }
  .dd-milestones h1 {
    display: block;
    margin-right: 0;
    margin-top: 30px;
  }
  .dd-milestones .dd-milestone {
    display: block;
    margin-right: 0;
  }
  .dd-milestones .dd-milestone a > * {
    margin-bottom: 5px !important;
  }
  .dd-milestones .dd-milestone a > *:last-child {
    margin-bottom: 0 !important;
  }
  .dd-milestones .dd-milestone strong {
    margin-right: 0;
  }
  .dd-quickstats {
    gap: 15px;
  }
  .dd-quickstats h2,
  .dd-quickstats small {
    font-size: 32px;
  }
  .dd-quickstats [class*="dd-quickstats-"] {
    max-width: none;
    width: 100%;
  }
  .dd-quickstats .dd-quickstats-raised h2:before {
    height: 19px;
    width: 23px;
  }
  .dd-quickstats .dd-quickstats-participants h2:before {
    height: 23px;
    width: 19px;
  }
  .dd-quickstats .dd-quickstats-teams h2:before {
    height: 21px;
    width: 23px;
  }
  .dd-quickstats .dd-quickstats-activity h2:before {
    height: 27px;
    width: 17px;
  }
  .dd-milestone-mark .dd-description {
    display: none !important;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal {
    text-align: center;
    width: 100%;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-track {
    margin-bottom: 15px;
  }
  .dd-thermo-horizontal .dd-thermo-raised {
    order: 1;
  }
  .dd-thermo-horizontal .dd-thermo-goal {
    order: 3;
    margin-bottom: 0;
  }
  .dd-thermo-horizontal .dd-milestone-wrapper,
  .dd-thermo-horizontal .dd-thermo-track {
    order: 2;
  }
  .dd-thermo-horizontal .dd-page-edit-btn {
    top: 0;
    bottom: auto;
  }
  .dd-thermo-horizontal[data-show-goal="false"] .dd-thermo-raised,
  .dd-thermo-horizontal[data-show-raised="false"] .dd-thermo-raised,
  .dd-thermo-horizontal[data-show-goal="false"] .dd-thermo-goal,
  .dd-thermo-horizontal[data-show-raised="false"] .dd-thermo-goal {
    order: 1;
    margin-bottom: 15px;
  }
  .dd-thermo-horizontal[data-show-goal="false"] .dd-thermo-track,
  .dd-thermo-horizontal[data-show-raised="false"] .dd-thermo-track {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 641px){
  .form-actions .dd-btn {
    margin-bottom: 15px;
  }
  .form-actions > * {
    display: block;
    width: 100%;
  }
  .lt-sm\:u-text-brand-1-a {
    color: #000000;
  }
  .lt-sm\:u-text-brand-2-a {
    color: #F06F0B;
  }
  .lt-sm\:u-text-brand-2-b {
    color: #F06F0B;
  }
  .lt-sm\:u-text-brand-3-a {
    color: #225D38;
  }
  .lt-sm\:u-text-brand-4-a {
    color: #5BA63F;
  }
  .lt-sm\:u-text-brand-6-e {
    color: #706D66;
  }
  .lt-sm\:u-fs-18 {
    font-size: 18px;
  }
  .lt-sm\:u-fs-22 {
    font-size: 22px;
  }
  .lt-sm\:u-fs-24 {
    font-size: 24px;
  }
  .lt-sm\:u-fs-26 {
    font-size: 26px;
  }
  .lt-sm\:u-fs-28 {
    font-size: 28px;
  }
  .lt-sm\:u-fs-30 {
    font-size: 30px;
  }
  .lt-sm\:u-fs-32 {
    font-size: 32px;
  }
  .lt-sm\:u-fs-38 {
    font-size: 38px;
  }
  .lt-sm\:u-fs-40 {
    font-size: 40px;
  }
  .lt-sm\:u-fs-48 {
    font-size: 48px;
  }
  .lt-sm\:u-fs-60 {
    font-size: 60px;
  }
  body:not(.body-modal) .dd-btn:not(#streamingdonatebutton),
  body:not(.body-modal) .btn-big {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .c-dialog,
  .c-dialog .c-dialog-body {
    max-height: calc(100vh - 40px);
  }
  .c-dialog {
    width: calc(100vw - 40px);
  }
  .is-dropdown {
    left: 0;
  }
  .is-dropdown:before {
    display: none;
  }
  .slick-slide {
    padding: 0 20px;
  }
  table[class*="table-responsive"]:not(.table-responsive-icon) {
    margin: 30px 0;
  }
  table[class*="table-responsive"]:not(.table-responsive-icon) caption {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  table[class*="table-responsive"]:not(.table-responsive-icon) td {
    width: 100% !important;
  }
  table[class*="table-responsive"]:not(table[class*="table-responsive-shadow"]):not(.table-responsive-icon)[class*="-col-"] td:after {
    bottom: 0 !important;
    display: block !important;
    height: 4px !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
  }
  table[class*="table-responsive-border"] td {
    padding: 20px;
  }
  .lt-sm\:u-bg-brand-1-a {
    background-color: #000000;
  }
  .lt-sm\:u-bg-brand-2-a {
    background-color: #F06F0B;
  }
  .lt-sm\:u-bg-brand-2-b {
    background-color: #CC3F10;
  }
  .lt-sm\:u-bg-brand-3-a {
    background-color: #225D38;
  }
  .lt-sm\:u-bg-brand-4-a {
    background-color: #5BA63F;
  }
  .lt-sm\:u-bg-brand-5-a {
    background-color: #FFCD00;
  }
  .lt-sm\:u-bg-brand-6-a {
    background-color: #DBD5CA;
  }
  .lt-sm\:u-bg-brand-6-b {
    background-color: #EBE6DC;
  }
  .lt-sm\:u-bg-brand-6-c {
    background-color: #F7F5F1;
  }
  .lt-sm\:u-bg-brand-6-d {
    background-color: #363431;
  }
  .lt-sm\:u-bg-brand-6-e {
    background-color: #706D66;
  }
  .lt-sm\:u-bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lt-sm\:u-bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .lt-sm\:u-bg-none {
    background-image: none;
  }
  .lt-sm\:u-bg-default-participant {
    background-image: url("../img/svg/default-participant-banner.svg");
  }
  .lt-sm\:u-bg-default-team {
    background-image: url("../img/svg/default-team-banner.svg");
  }
  .lt-sm\:u-bg-wave {
    background-image: url("../img/png/wave-bg.png");
  }
  .lt-sm\:u-bg-wave-mobile {
    background-image: url("../img/png/wave-bg-mobile.png");
  }
  .lt-sm\:u-bg-0-260 {
    background-position: 0 260px;
  }
  .lt-sm\:u-bg-60-perc {
    background-size: 60%;
  }
  .lt-sm\:u-bg-100-perc {
    background-size: 100%;
  }
  .lt-sm\:u-rounded-0 {
    border-radius: 0;
  }
  .lt-sm\:u-rounded-35 {
    border-radius: 35px;
  }
  .lt-sm\:u-rounded-top-35 {
    border-radius: 35px 35px 0 0;
  }
  .lt-sm\:u-rounded-45 {
    border-radius: 45px;
  }
  .lt-sm\:u-rounded-top-45 {
    border-radius: 45px 45px 0 0;
  }
  .lt-sm\:u-rounded-full {
    border-radius: 9999px;
  }
  .lt-sm\:u-border-brand-2-a {
    border-color: #F06F0B;
  }
  .lt-sm\:u-border-brand-5-a-70 {
    border-color: rgba(255, 205, 0, 0.7);
  }
  .lt-sm\:u-border-brand-6-a {
    border-color: #DBD5CA;
  }
  .lt-sm\:u-border-brand-6-c {
    border-color: #F7F5F1;
  }
  .lt-sm\:u-border-w-0 {
    border-width: 0px;
  }
  .lt-sm\:u-border-w-2 {
    border-width: 2px;
  }
  .lt-sm\:u-border-w-3 {
    border-width: 3px;
  }
  .lt-sm\:u-border-w-15 {
    border-width: 15px;
  }
  .lt-sm\:u-border-w-30 {
    border-width: 30px;
  }
  .lt-sm\:u-border-solid {
    border-style: solid;
  }
  .lt-sm\:u-border-t-solid {
    border-top-style: solid;
  }
  .lt-sm\:u-border-b-solid {
    border-bottom-style: solid;
  }
  .lt-sm\:u-gap-cols-0 {
    column-gap: 0;
  }
  .lt-sm\:u-gap-cols-10 {
    column-gap: 10px;
  }
  .lt-sm\:u-gap-cols-15 {
    column-gap: 15px;
  }
  .lt-sm\:u-gap-cols-25 {
    column-gap: 25px;
  }
  .lt-sm\:u-gap-cols-35 {
    column-gap: 35px;
  }
  .lt-sm\:u-gap-cols-40 {
    column-gap: 40px;
  }
  .lt-sm\:u-gap-cols-55 {
    column-gap: 55px;
  }
  .lt-sm\:u-gap-cols-75 {
    column-gap: 75px;
  }
  .lt-sm\:u-gap-rows-20 {
    row-gap: 20px;
  }
  .lt-sm\:u-gap-rows-30 {
    row-gap: 30px;
  }
  .lt-sm\:u-gap-0 {
    gap: 0px;
  }
  .lt-sm\:u-gap-15 {
    gap: 15px;
  }
  .lt-sm\:u-gap-20 {
    gap: 20px;
  }
  .lt-sm\:u-gap-25 {
    gap: 25px;
  }
  .lt-sm\:u-gap-40 {
    gap: 40px;
  }
  .lt-sm\:u-h-60 {
    height: 60px;
  }
  .lt-sm\:u-max-h-none {
    max-height: none;
  }
  .lt-sm\:u-max-h-215 {
    max-height: 215px;
  }
  .lt-sm\:u-max-h-370 {
    max-height: 370px;
  }
  .lt-sm\:u-max-h-755 {
    max-height: 755px;
  }
  .lt-sm\:u-min-h-auto {
    min-height: auto;
  }
  .lt-sm\:u-min-h-230 {
    min-height: 230px;
  }
  .lt-sm\:u-min-h-300 {
    min-height: 300px;
  }
  .lt-sm\:u-min-h-370 {
    min-height: 370px;
  }
  .lt-sm\:u-min-h-520 {
    min-height: 520px;
  }
  .lt-sm\:u-min-h-700 {
    min-height: 700px;
  }
  .lt-sm\:u-min-h-750 {
    min-height: 750px;
  }
  .lt-sm\:u-min-h-755 {
    min-height: 755px;
  }
  .lt-sm\:-u-mt-80 {
    margin-top: -80px;
  }
  .lt-sm\:u-mt-20 {
    margin-top: 20px;
  }
  .lt-sm\:u-mt-30 {
    margin-top: 30px;
  }
  .lt-sm\:u-mt-40 {
    margin-top: 40px;
  }
  .lt-sm\:u-mt-60 {
    margin-top: 60px;
  }
  .lt-sm\:-u-mb-80 {
    margin-bottom: -80px;
  }
  .lt-sm\:u-mb-5 {
    margin-bottom: 5px;
  }
  .lt-sm\:u-mb-10 {
    margin-bottom: 10px;
  }
  .lt-sm\:u-mb-15 {
    margin-bottom: 15px;
  }
  .lt-sm\:u-mb-20 {
    margin-bottom: 20px;
  }
  .lt-sm\:u-mb-25 {
    margin-bottom: 25px;
  }
  .lt-sm\:u-mb-30 {
    margin-bottom: 30px;
  }
  .lt-sm\:u-mb-40 {
    margin-bottom: 40px;
  }
  .lt-sm\:u-mb-50 {
    margin-bottom: 50px;
  }
  .lt-sm\:u-mb-60 {
    margin-bottom: 60px;
  }
  .lt-sm\:-u-ml-96 {
    margin-left: -96px;
  }
  .lt-sm\:-u-ml-38 {
    margin-left: -38px;
  }
  .lt-sm\:u-ml-5 {
    margin-left: 5px;
  }
  .lt-sm\:u-ml-50 {
    margin-left: 50px;
  }
  .lt-sm\:-u-mr-96 {
    margin-right: -96px;
  }
  .lt-sm\:-u-mr-40 {
    margin-right: -40px;
  }
  .lt-sm\:u-mr-0 {
    margin-right: 0;
  }
  .lt-sm\:u-mr-5 {
    margin-right: 5px;
  }
  .lt-sm\:u-mr-10 {
    margin-right: 10px;
  }
  .lt-sm\:u-mr-15 {
    margin-right: 15px;
  }
  .lt-sm\:u-mr-30 {
    margin-right: 30px;
  }
  .lt-sm\:-u-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lt-sm\:-u-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lt-sm\:-u-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lt-sm\:u-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lt-sm\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lt-sm\:u-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lt-sm\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lt-sm\:u-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lt-sm\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lt-sm\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-sm\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-sm\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-sm\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-sm\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-sm\:u-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lt-sm\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lt-sm\:u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lt-sm\:u-px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lt-sm\:u-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lt-sm\:u-px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .lt-sm\:u-px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .lt-sm\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lt-sm\:u-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lt-sm\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-sm\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lt-sm\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-sm\:u-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lt-sm\:u-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lt-sm\:u-py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .lt-sm\:u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lt-sm\:u-py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .lt-sm\:u-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lt-sm\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-sm\:u-pt-5 {
    padding-top: 5px;
  }
  .lt-sm\:u-pt-10 {
    padding-top: 10px;
  }
  .lt-sm\:u-pt-15 {
    padding-top: 15px;
  }
  .lt-sm\:u-pt-20 {
    padding-top: 20px;
  }
  .lt-sm\:u-pt-30 {
    padding-top: 30px;
  }
  .lt-sm\:u-pt-80 {
    padding-top: 80px;
  }
  .lt-sm\:u-pb-0 {
    padding-bottom: 0px;
  }
  .lt-sm\:u-pb-25 {
    padding-bottom: 25px;
  }
  .lt-sm\:u-pb-30 {
    padding-bottom: 30px;
  }
  .lt-sm\:u-pb-36 {
    padding-bottom: 36px;
  }
  .lt-sm\:u-pb-40 {
    padding-bottom: 40px;
  }
  .lt-sm\:u-pb-50 {
    padding-bottom: 50px;
  }
  .lt-sm\:u-pb-65 {
    padding-bottom: 65px;
  }
  .lt-sm\:u-pb-130 {
    padding-bottom: 130px;
  }
  .lt-sm\:u-pl-25-perc {
    padding-left: 25%;
  }
  .lt-sm\:u-pl-96 {
    padding-left: 96px;
  }
  .lt-sm\:u-pr-20 {
    padding-right: 20px;
  }
  .lt-sm\:u-pr-96 {
    padding-right: 96px;
  }
  .lt-sm\:u-top-20 {
    top: 20px;
  }
  .lt-sm\:u-top-72 {
    top: 72px;
  }
  .lt-sm\:u-top-90 {
    top: 90px;
  }
  .lt-sm\:u-top-190 {
    top: 190px;
  }
  .lt-sm\:u-top-580 {
    top: 580px;
  }
  .lt-sm\:u-top-5-perc {
    top: 5%;
  }
  .lt-sm\:u-top-12-perc {
    top: 12%;
  }
  .lt-sm\:u-top-22-perc {
    top: 22%;
  }
  .lt-sm\:u-top-32-perc {
    top: 32%;
  }
  .lt-sm\:u-bottom-40 {
    bottom: 40px;
  }
  .lt-sm\:-u-right-160 {
    right: -160px;
  }
  .lt-sm\:u-right-62-perc {
    right: 62%;
  }
  .lt-sm\:u-left-0 {
    left: 0px;
  }
  .lt-sm\:u-left-10-perc {
    left: 10%;
  }
  .lt-sm\:u-left-20 {
    left: 20px;
  }
  .lt-sm\:u-left-70-perc {
    left: 70%;
  }
  .lt-sm\:u-shadow-none {
    box-shadow: none;
  }
  .lt-sm\:u-shadow-black-15 {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  }
  .lt-sm\:u-shadow-black-15-2 {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  }
  .lt-sm\:u-transform-scale-95 {
    transform: scale(0.95);
  }
  .lt-sm\:u-transform-scale-100 {
    transform: scale(1);
  }
  .lt-sm\:u-transform-scale-125 {
    transform: scale(1.25);
  }
  .lt-sm\:u-w-20 {
    width: 20px;
  }
  .lt-sm\:u-w-30-vw {
    width: 30vw;
  }
  .lt-sm\:u-w-50 {
    width: 50px;
  }
  .lt-sm\:u-w-82 {
    width: 82px;
  }
  .lt-sm\:u-w-155 {
    width: 155px;
  }
  .lt-sm\:u-max-w-none {
    max-width: none;
  }
  .lt-sm\:u-max-w-105 {
    max-width: 105px;
  }
  .lt-sm\:u-max-w-160 {
    max-width: 160px;
  }
  .lt-sm\:u-max-w-170 {
    max-width: 170px;
  }
  .lt-sm\:u-max-w-270 {
    max-width: 270px;
  }
  .lt-sm\:u-max-w-275 {
    max-width: 275px;
  }
  .lt-sm\:u-max-w-290 {
    max-width: 290px;
  }
  .lt-sm\:u-max-w-340 {
    max-width: 340px;
  }
  .lt-sm\:u-max-w-368 {
    max-width: 368px;
  }
  .lt-sm\:u-max-w-470 {
    max-width: 470px;
  }
  .lt-sm\:u-max-w-500 {
    max-width: 500px;
  }
  .lt-sm\:u-max-w-560 {
    max-width: 560px;
  }
  .lt-sm\:u-max-w-580 {
    max-width: 580px;
  }
  .lt-sm\:u-max-w-590 {
    max-width: 590px;
  }
  .lt-sm\:u-max-w-600 {
    max-width: 600px;
  }
  .lt-sm\:u-max-w-620 {
    max-width: 620px;
  }
  .lt-sm\:u-max-w-660 {
    max-width: 660px;
  }
  .lt-sm\:u-max-w-670 {
    max-width: 670px;
  }
  .lt-sm\:u-max-w-710 {
    max-width: 710px;
  }
  .lt-sm\:u-max-w-775 {
    max-width: 775px;
  }
  .lt-sm\:u-max-w-780 {
    max-width: 780px;
  }
  .lt-sm\:u-max-w-840 {
    max-width: 840px;
  }
  .lt-sm\:u-max-w-870 {
    max-width: 870px;
  }
  .lt-sm\:u-max-w-900 {
    max-width: 900px;
  }
  .lt-sm\:u-max-w-910 {
    max-width: 910px;
  }
  .lt-sm\:u-max-w-1000 {
    max-width: 1000px;
  }
  .lt-sm\:u-max-w-1135 {
    max-width: 1135px;
  }
  .lt-sm\:u-max-w-1187 {
    max-width: 1187px;
  }
  .lt-sm\:u-max-w-1230 {
    max-width: 1230px;
  }
  .lt-sm\:u-max-w-1280 {
    max-width: 1280px;
  }
  .lt-sm\:u-max-w-1350 {
    max-width: 1350px;
  }
  .lt-sm\:u-max-w-1590 {
    max-width: 1590px;
  }
  .lt-sm\:u-max-w-1600 {
    max-width: 1600px;
  }
  .dd-milestones h1 {
    font-size: 24px;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-vertical .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal,
  .dd-thermo-vertical .dd-thermo-goal {
    font-size: 25px;
  }
  .dd-badges .dd-description {
    display: none !important;
  }
  .dd-badges li.dd-badge {
    width: 60px;
  }
  .dd-badges.dd-no-badges p {
    margin-bottom: 15px;
  }
  .dd-event-countdown .count {
    min-width: auto;
  }
  .dd-event-countdown .dd-count-divider,
  .dd-event-countdown .number {
    font-size: 60px;
  }
  .dd-event-countdown .time {
    font-size: 24px;
  }
  .dd-events h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .dd-events li {
    width: 100% !important;
  }
  .dd-events li:last-child {
    margin-bottom: 0;
  }
  .dd-sponsors .dd-sponsors-level {
    margin: 20px 0;
  }
  .dd-sponsors h3 {
    margin-bottom: 20px;
  }
  .dd-login {
    width: 100%;
  }
  .dd-list-subscribe label {
    width: 100% !important;
    padding: 0px 0px 10px 0px !important;
  }
  .dd-search:not(.header-search) {
    width: 100%;
  }
}
@media (prefers-reduced-motion){
  .c-banner-video.v-banner-video-reduced-motion {
    display: none;
  }
  .u-a-name-bubble-in {
    animation-name: fade-in;
  }
  .u-transform-reduced-motion-none {
    transform: none !important;
  }
}

