@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap);
:root {
  --color-1: #004B95;
  --color-2: #F58025;
  --color-3: #00B5E2;
  --color-11: #E3E3E3;
  --white: #FFFFFF;
}
.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;
}
.btn-link,
.cancel {
  display: inline-block;
  padding: 15px !important;
  font-size: 15px;
  text-align: center;
}
.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,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.25;
  padding: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 700;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
}
h1,
.h1 {
  color: #004B95;
  font-size: 42px;
  margin: 0 0 28px 0;
}
h2,
.h2 {
  color: #004B95;
  font-size: 34px;
  margin: 0 0 22.66666667px 0;
}
h3,
.h3 {
  color: #004B95;
  font-size: 30px;
  margin: 0 0 20px 0;
}
h4,
.h4 {
  color: #000000;
  font-size: 28px;
  margin: 0 0 18.66666667px 0;
}
h5,
.h5 {
  color: #004B95;
  font-size: 22px;
  margin: 0 0 14.66666667px 0;
}
h6,
.h6 {
  color: #000000;
  font-size: 20px;
  margin: 0 0 13.33333333px 0;
}
p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  margin: 0 0 20px 0;
  line-height: 1.5;
  padding: 0;
}
p.p-large {
  font-size: 20px;
  font-weight: 400;
}
ul,
ol {
  margin: 0 0 25px 25px;
  padding: 0;
}
ul.list-none,
ol.list-none {
  list-style: none;
}
li {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 0 0 8px 0;
  line-height: 1.5;
}
li p {
  font-size: 18px;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
b,
strong {
  font-weight: 700;
}
.hr-bike {
  align-items: flex-end;
  background-image: url("../img/hr-bike.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  height: 54px;
  margin-bottom: 50px;
  width: 100%;
}
.hr-bike:before,
.hr-bike:after {
  background-color: #004B95;
  border-radius: 1000px;
  content: "";
  height: 2px;
}
.hr-bike:before {
  width: calc(50% - 21px);
}
.hr-bike:after {
  margin-left: auto;
  width: calc(50% - 32px);
}
.u-txt-center {
  text-align: center;
}
.u-txt-left {
  text-align: left;
}
.u-txt-right {
  text-align: right;
}
blockquote,
p.blockquote {
  border: none;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding: 30px 75px 65px 75px;
  position: relative;
  z-index: 0;
  margin: 40px 0;
}
blockquote,
p.blockquote,
blockquote *:not(.dd-btn):not(a):not([class*="u-text-color-"]),
p.blockquote *:not(.dd-btn):not(a):not([class*="u-text-color-"]) {
  color: #FFFFFF !important;
}
blockquote:after,
p.blockquote:after,
blockquote:before,
p.blockquote:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
blockquote:after,
p.blockquote:after {
  border-bottom: 12px solid #004B95;
  border-right: 12px solid #004B95;
  bottom: 0;
  height: 60%;
  right: 0;
  width: 50%;
}
blockquote:before,
p.blockquote:before {
  background-color: #004B95;
  background-image: url("../img/icon-quote.svg");
  background-position: 30px 35px;
  background-repeat: no-repeat;
  bottom: 35px;
  left: 0;
  right: 35px;
  top: 0;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 20px 0;
}
.u-txt-color-white,
.u-txt-color-white * {
  color: #FFFFFF !important;
}
.u-txt-color-white-not-button,
.u-txt-color-white-not-button *:not(.dd-btn):not(a):not(.dd-page-edit-btn):not(.icon-pencil):not(span) {
  color: #FFFFFF !important;
}
.u-txt-color-white-not-button-h1-h2,
.u-txt-color-white-not-button-h1-h2 *:not(.dd-btn):not(a):not(h1):not(h2),
.u-txt-color-white-not-button-h1-h2 table.tr h1,
.u-txt-color-white-not-button-h1-h2 table.tr h2 {
  color: #FFFFFF !important;
}
.hover\:u-txt-color-3:focus,
.hover\:u-txt-color-3:hover {
  color: #00B5E2;
}
.u-txt-color-1 {
  color: #004B95;
}
.u-txt-color-2 {
  color: #F58025;
}
.u-txt-color-3 {
  color: #00B5E2;
}
.u-txt-color-4 {
  color: #FFCD00;
}
.u-txt-color-5 {
  color: #CC3F10;
}
.u-txt-color-black {
  color: #000000;
}
.u-fs-18 {
  font-size: 18px;
}
.u-fs-22 {
  font-size: 22px;
}
.u-fs-28 {
  font-size: 28px;
}
.u-fs-32 {
  font-size: 32px;
}
.u-fs-36 {
  font-size: 36px;
}
.u-fs-65 {
  font-size: 65px;
}
.u-fw-400 {
  font-weight: 400 !important;
}
.u-fw-600 {
  font-weight: 600 !important;
}
.u-fw-700 {
  font-weight: 700 !important;
}
.grid-y,
.grid-x {
  display: flex;
}
.grid-y {
  flex-direction: column;
}
[class*="grid-y"] > * {
  min-width: 1px;
}
.grid-x {
  flex-direction: row;
  flex-wrap: wrap;
}
.grid-x.no-wrap {
  flex-wrap: nowrap;
}
.grow {
  flex-grow: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.col-auto {
  width: auto;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.align-end {
  align-items: flex-end;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-baseline {
  align-items: baseline;
}
.content-end {
  align-content: flex-end;
}
.content-start {
  align-content: flex-start;
}
.content-center {
  align-content: center;
}
.content-baseline {
  align-content: baseline;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-self-end {
  justify-self: flex-end;
}
.justify-self-start {
  justify-self: flex-start;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-baseline {
  justify-self: baseline;
}
#wysiwyg {
  margin: 10px !important;
  background-image: none !important;
  background-color: #F6F6F6 !important;
}
#wysiwyg table td {
  outline: auto;
}
.cke_panel_listItem .hr-bike {
  font-size: 0;
}
.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion .accordion-item.is-active .accordion-title [class*="icon-"] {
  transform: rotate(180deg);
}
.accordion .accordion-title {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #004B95;
  font-weight: 700 !important;
  margin: 0;
  text-align: left;
  text-decoration: none;
}
.accordion .accordion-content {
  display: none;
  overflow: hidden;
}
.dd-announcement-bar {
  background-color: #CC3F10;
  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 {
  min-height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.c-banner-video iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
}
a[class*="beenherelogin"] {
  font-size: 18px;
}
a:link {
  color: #CC3F10;
  font-weight: 700;
  -webkit-text-decoration: underline dotted 1px;
          text-decoration: underline dotted 1px;
  text-underline-offset: 0.25em;
}
a:visited {
  color: #CC3F10;
  -webkit-text-decoration: none dotted;
          text-decoration: none dotted;
}
a:hover,
a:focus {
  color: #CC3F10;
  text-decoration: none;
}
a:active {
  color: #CC3F10;
  text-decoration: none;
}
a.hover\:opacity-75 {
  opacity: 1;
}
a.hover\:opacity-75:hover,
a.hover\:opacity-75:focus {
  opacity: 0.75;
}
a.link-download {
  display: inline-flex;
  min-width: 145px;
  text-decoration: none !important;
}
a.link-download:after {
  content: "\f063";
  font-family: FontAwesome;
  font-weight: 400;
  margin-left: auto;
}
a.link-download:hover,
a.link-download:focus {
  color: #004B95;
}
a.link-arrow,
button.link-arrow {
  display: inline-flex;
  align-items: baseline;
}
a.link-arrow:after,
button.link-arrow:after {
  content: "\f0da";
  font-family: FontAwesome;
  margin-left: 5px;
}
a.hover\:txt-color-white:hover,
button.hover\:txt-color-white:hover,
a.hover\:txt-color-white:focus,
button.hover\:txt-color-white:focus {
  color: #FFFFFF;
}
a.hover\:underline:hover,
button.hover\:underline:hover,
a.hover\:underline:focus,
button.hover\:underline:focus {
  text-decoration: underline;
}
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;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  margin: 0 0 10px 0;
  outline: 0;
  padding: 12px 20px 12px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.5s ease-in-out;
  vertical-align: top;
}
a.dd-btn,
button.dd-btn,
input[type="submit"].dd-btn {
  background-color: #004B95;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #FFFFFF;
}
a.dd-btn:hover,
button.dd-btn:hover,
input[type="submit"].dd-btn:hover,
a.dd-btn:focus,
button.dd-btn:focus,
input[type="submit"].dd-btn:focus {
  background-color: #004486;
  border-color: transparent;
  color: #FFFFFF;
}
a.btn-big,
button.btn-big,
input[type="submit"].btn-big {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 15px 25px 15px 25px;
  background-color: #00B5E2;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #000000;
}
a.btn-big:hover,
button.btn-big:hover,
input[type="submit"].btn-big:hover,
a.btn-big:focus,
button.btn-big:focus,
input[type="submit"].btn-big:focus {
  background-color: #4dcbeb;
  border-color: transparent;
  color: #000000;
}
a.btn-alt,
button.btn-alt,
input[type="submit"].btn-alt {
  border-radius: 1000px;
  font-size: 16px;
  height: 30px;
  outline: 0;
  padding: 0;
  width: 30px;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #000000;
}
a.btn-alt:hover,
button.btn-alt:hover,
input[type="submit"].btn-alt:hover,
a.btn-alt:focus,
button.btn-alt:focus,
input[type="submit"].btn-alt:focus {
  background-color: #000000;
  border-color: transparent;
  color: #FFFFFF;
}
a.btn-alt-1,
button.btn-alt-1,
input[type="submit"].btn-alt-1 {
  background-color: #F58025;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #000000;
}
a.btn-alt-1:hover,
button.btn-alt-1:hover,
input[type="submit"].btn-alt-1:hover,
a.btn-alt-1:focus,
button.btn-alt-1:focus,
input[type="submit"].btn-alt-1:focus {
  background-color: #f79951;
  border-color: transparent;
  color: #000000;
}
a.btn-alt-2,
button.btn-alt-2,
input[type="submit"].btn-alt-2 {
  background-color: #CC3F10;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #000000;
}
a.btn-alt-2:hover,
button.btn-alt-2:hover,
input[type="submit"].btn-alt-2:hover,
a.btn-alt-2:focus,
button.btn-alt-2:focus,
input[type="submit"].btn-alt-2:focus {
  background-color: #d66540;
  border-color: transparent;
  color: #000000;
}
a.btn-m-0,
button.btn-m-0,
input[type="submit"].btn-m-0 {
  margin: 0;
}
a.btn-m-x-0,
button.btn-m-x-0,
input[type="submit"].btn-m-x-0 {
  margin-left: 0;
  margin-right: 0;
}
a.btn-txt-right,
button.btn-txt-right,
input[type="submit"].btn-txt-right {
  justify-content: flex-end;
}
a,
button,
input[type="submit"],
a:after,
button:after,
input[type="submit"]:after {
  transition: all 0.5s ease-in-out;
}
button[disabled] {
  cursor: not-allowed;
}
.dd-btn + .dd-btn,
.dd-btn.btn-skew-right + .dd-btn.btn-skew-left {
  margin-left: 10px;
}
.dd-btn.btn-big + .dd-btn {
  margin-left: 20px;
}
[class*="btn-skew"] {
  background-color: transparent !important;
  padding: 30px !important;
  position: relative;
  z-index: 0;
}
[class*="btn-skew"]:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewX(-10deg);
  width: 100%;
  z-index: -1;
}
.dd-btn.btn-big[class*="btn-skew"]:after {
  background-color: #00B5E2;
}
.dd-btn.btn-big[class*="btn-skew"]:hover:after,
.dd-btn.btn-big[class*="btn-skew"]:focus:after {
  background-color: #4dcbeb;
}
.dd-btn.btn-big.btn-alt-1[class*="btn-skew"]:after {
  background-color: #F58025;
}
.dd-btn.btn-big.btn-alt-1[class*="btn-skew"]:hover:after,
.dd-btn.btn-big.btn-alt-1[class*="btn-skew"]:focus:after {
  background-color: #f79951;
}
.btn-skew-right:after {
  transform-origin: top;
}
.btn-skew-left:after {
  transform-origin: bottom;
}
.btn-half-width {
  align-items: flex-start;
  display: flex;
}
.btn-half-width .dd-btn {
  width: 50%;
}
.active\:rotate-arrow.is-active .rotate-arrow {
  transform: rotate(180deg);
}
.m-btn-container td {
  background-color: transparent;
}
.m-btn-container .m-btn {
  align-items: center !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  margin: 0 0 10px 0 !important;
  outline: 0 !important;
  padding: 12px 20px 12px 20px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: all 0.5s ease-in-out !important;
  vertical-align: top !important;
  background-color: #004B95 !important;
  border-color: transparent !important;
  border-style: solid !important;
  border-width: 0 !important;
  color: #FFFFFF !important;
}
.m-btn-container .m-btn:hover,
.m-btn-container .m-btn:focus {
  background-color: #004486 !important;
  border-color: transparent !important;
  color: #FFFFFF !important;
}
.has-dropdown {
  position: relative;
}
.is-dropdown {
  min-width: 190px;
  position: absolute;
  top: 100%;
  right: 0;
  animation: hide 0.25s forwards 1 ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transform: translateY(25px);
  transition: all 0.25s ease-in-out;
}
.is-dropdown.is-active {
  animation: show 0.25s forwards 1 ease-in-out;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.action-event #fb-comments {
  display: none;
}
[id*="flockler-"] {
  margin: 30px 0;
}
[id*="flockler-"]:first-child {
  margin-top: 0;
}
[id*="flockler-"]:only-child {
  margin: 0;
}
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: 1px solid #686158;
  box-shadow: none;
  color: #000000;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
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: #000000;
  text-transform: none;
  font-size: 18px;
}
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: #000000;
  text-transform: none;
  font-size: 18px;
  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: #000000;
  text-transform: none;
  font-size: 18px;
}
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: #000000;
  text-transform: none;
  font-size: 18px;
}
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: 1px solid #004B95;
  outline: 0;
}
input.input-large {
  padding: 15px 45px 15px 20px;
}
.form-actions {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.icon-mr-0 {
  margin-right: 0 !important;
}
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:hover,
.offlinedonationlink:hover,
#inappropriatecontentlink a:focus,
.offlinedonationlink:focus {
  color: #CC3F10;
}
#inappropriatecontentlink {
  padding: 0;
}
#inappropriatecontentlink a {
  color: #CC3F10;
  display: inline-block;
  font-size: 18px;
}
#inappropriatecontentlink + .clr {
  display: none;
}
.offlinedonationlink {
  text-decoration: none !important;
}
.offlinedonationlink:before {
  content: "\f0e0";
  display: inline;
  font-family: FontAwesome;
  margin-right: 15px;
}
.custom-theme-modal .fancybox-close {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #F58025 !important;
}
.custom-theme-modal .fancybox-close:before {
  font-size: 20px;
}
.custom-theme-modal .fancybox-close:hover,
.custom-theme-modal .fancybox-close:focus {
  background-color: #004B95 !important;
}
.custom-theme-modal .fancybox-inner,
[data-resizetype="responsive"],
.responsive-media-embed {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #FFFFFF;
}
.custom-theme-modal .fancybox-inner iframe,
[data-resizetype="responsive"] iframe,
.responsive-media-embed iframe,
.custom-theme-modal .fancybox-inner object,
[data-resizetype="responsive"] object,
.responsive-media-embed object,
.custom-theme-modal .fancybox-inner embed,
[data-resizetype="responsive"] embed,
.responsive-media-embed embed,
.custom-theme-modal .fancybox-inner video,
[data-resizetype="responsive"] video,
.responsive-media-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.custom-theme-modal .fancybox-inner.default,
[data-resizetype="responsive"].default,
.responsive-media-embed.default {
  padding-bottom: 56.25%;
}
.custom-theme-modal .fancybox-inner.anamorphic,
[data-resizetype="responsive"].anamorphic,
.responsive-media-embed.anamorphic {
  padding-bottom: 41.84100418%;
}
.custom-theme-modal .fancybox-inner.panorama,
[data-resizetype="responsive"].panorama,
.responsive-media-embed.panorama {
  padding-bottom: 31.640625%;
}
.custom-theme-modal .fancybox-inner.square,
[data-resizetype="responsive"].square,
.responsive-media-embed.square {
  padding-bottom: 100%;
}
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;
}
body .dd-stream {
  margin: 40px auto;
}
body .action-event .dd-stream {
  margin: 60px auto;
}
body .dd-streaming-embed {
  border-radius: 0;
  border: 0;
}
body .dd-mobile-toggle {
  color: #CC3F10;
}
body .dd-feed-wrap .dd-btn {
  width: 15%;
}
body .dd-activity-feed .dd-feed-item {
  border: 2px solid #F6F6F6;
}
body .dd-activity-feed .dd-feed-donation {
  font-size: 20px;
  font-weight: 400;
}
body .dd-stream-controls .pagination a {
  color: #000000;
}
body #streamingdonatebutton {
  font-size: 21px;
  text-transform: uppercase;
  background-color: #F58025;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #000000;
}
body #streamingdonatebutton:hover,
body #streamingdonatebutton:focus {
  background-color: #f79951;
  border-color: transparent;
  color: #000000;
}
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*="tr"],
table[class*="table-responsive"] {
  --flex-items: 1;
  --row-gap: 15px;
  --col-gap: 15px;
  border-spacing: 0 !important;
  border: 0 !important;
  margin-bottom: 25px;
  table-layout: fixed;
  width: 100% !important;
}
table[class*="tr"] tr,
table[class*="table-responsive"] tr {
  column-gap: var(--col-gap);
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--row-gap);
  width: auto;
}
table[class*="tr"] td,
table[class*="table-responsive"] td {
  border: 0;
  display: block;
  width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--col-gap)));
}
table[class*="tr"] td > *:last-child,
table[class*="table-responsive"] td > *:last-child {
  margin-bottom: 0 !important;
}
table[class*="tr"] td img,
table[class*="table-responsive"] td img {
  max-width: 100% !important;
  height: auto !important;
}
table[class*="tr"] a.link-download,
table[class*="table-responsive"] a.link-download {
  font-size: 14px;
  min-width: 100%;
  width: 100%;
}
table.tr {
  --flex-items: 6;
}
table.tr tr {
  justify-content: space-between;
}
table.tr td {
  flex-grow: 1;
}
table.tr td > * {
  margin-bottom: 10px;
}
table.table-responsive-sidebar-left,
table.table-responsive-sidebar-right {
  --col-gap: 30px;
}
table.table-responsive-sidebar-left tr,
table.table-responsive-sidebar-right tr {
  display: grid;
}
table.table-responsive-sidebar-left td,
table.table-responsive-sidebar-right td {
  width: auto;
}
table.table-responsive-sidebar-left tr {
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
}
table.table-responsive-sidebar-right tr {
  grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
}
table[class*="tr-"][class*="-col-"] 1 td > * {
  margin-bottom: 10px;
}
table[class*="tr-card"] td {
  background-color: #FFFFFF;
  border: 3px solid #F6F6F6;
  padding: 15px;
}
table[class*="tr-"][class*="-col-1"] {
  --flex-items: 1;
}
table[class*="tr-"][class*="-col-2"] {
  --flex-items: 2;
}
table[class*="tr-"][class*="-col-3"] {
  --flex-items: 3;
}
table[class*="tr-"][class*="-col-4"] {
  --flex-items: 4;
}
table[class*="tr-"][class*="-col-5"] {
  --flex-items: 5;
}
.nav-tabs-block .nav-tabs {
  border: 0;
  display: flex;
  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 {
  border: 2px solid #000000;
  border-right: 0;
  margin: 0 !important;
  max-width: 200px;
  min-width: 175px;
  width: 100%;
}
.nav-tabs-block .nav-tabs li:last-child {
  border-right: 2px solid #000000;
}
.nav-tabs-block .nav-tabs a {
  background-color: #FFFFFF;
  border-radius: 0 !important;
  border: 0 !important;
  color: #000000;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 21px;
  padding: 15px;
  width: 100%;
}
.nav-tabs-block .nav-tabs a:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
}
.nav-tabs-block .nav-tabs li.active a,
.nav-tabs-block .nav-tabs a:focus,
.nav-tabs-block .nav-tabs a:hover {
  background-color: #000000;
  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 {
  align-items: center;
  background-color: transparent;
  border: 0;
  bottom: 0;
  color: inherit;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  margin: auto 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 0;
  width: 20px;
}
.btn-show-dropdown [class*="icon-"] {
  font-size: 18px;
  margin-right: 0;
}
.btn-show-dropdown.is-active {
  transform: rotate(180deg);
}
.topnavcms {
  color: #000000;
  margin: 0;
  padding: 0;
}
.topnavcms li:not(.primary-nav-close-btn):not(.contentset-nav-mobile-toggle) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topnavcms li {
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.topnavcms li a,
.topnavcms li .btn-linked {
  color: inherit;
  display: block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.topnavcms li:not(.nochildren):not(.top-nav-home) {
  position: relative;
}
.topnavcms li:not(.nochildren):not(.top-nav-home) a {
  padding-right: 50px;
}
.topnavcms li.is-active > ul,
.topnavcms > li:not(.li-more-nav):hover > ul {
  animation: show 0.25s forwards 1 ease-in-out;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.topnavcms > li > a,
.topnavcms > li .btn-linked {
  text-align: center;
}
.topnavcms > li > a {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.topnavcms > li > a:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #FFFFFF;
  bottom: 5px;
  left: 0;
  right: 100%;
  transition: all 0.5s ease-in-out;
}
.topnavcms,
.topnavcms ul {
  list-style: none;
  margin: 0;
}
.topnavcms ul {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 100%;
  width: 260px;
  animation: hide 0.25s forwards 1 ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transform: translateY(25px);
  transition: all 0.25s ease-in-out;
}
.topnavcms ul li {
  padding-left: 0;
  padding-right: 0;
}
.topnavcms ul li:first-child a {
  padding-top: 15px;
}
.topnavcms ul li:last-child a {
  padding-bottom: 15px;
}
.topnavcms ul a {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 25px;
  text-transform: none;
  width: 100%;
}
.topnavcms ul.ul-more-nav li {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.topnavcms ul.ul-more-nav > li:not(.nochildren):not(.top-nav-home) > a {
  width: calc(100% - 59px);
}
.topnavcms ul.ul-more-nav > li > a {
  padding: 15px;
}
.topnavcms ul.ul-more-nav a {
  flex-grow: 1;
}
.topnavcms ul.ul-more-nav .btn-show-dropdown {
  height: auto;
  margin: 0;
  position: static;
  width: 59px;
}
.topnavcms ul.ul-more-nav ul.show-dropdown {
  position: static;
  display: block;
  visibility: visible;
}
.topnavcms.primary-nav li.on > a,
.topnavcms.primary-nav li.is-active > a,
.topnavcms.primary-nav li > a:focus,
.topnavcms.primary-nav li > a:hover,
.topnavcms.primary-nav li.on > a + button,
.topnavcms.primary-nav li.is-active > a + button,
.topnavcms.primary-nav li > a:focus + button,
.topnavcms.primary-nav li > a:hover + button {
  color: #004B95;
}
.topnavcms.primary-nav ul {
  background-color: #FFFFFF;
}
.secondary-nav-container {
  background-color: #B9E6FB;
}
.topnavcms.secondary-nav {
  color: #000000;
}
.topnavcms.secondary-nav .contentset-nav-mobile-toggle {
  pointer-events: none;
  text-transform: uppercase;
}
.topnavcms.secondary-nav .contentset-nav-mobile-toggle button {
  background-color: #B9E6FB;
}
.topnavcms.secondary-nav a {
  text-transform: none;
}
.topnavcms.secondary-nav > li > a,
.topnavcms.secondary-nav .btn-linked {
  font-size: 22px;
  font-weight: 600;
}
.topnavcms.secondary-nav > li.on,
.topnavcms.secondary-nav > li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.topnavcms.secondary-nav ul {
  background-color: #B9E6FB;
}
.topnavcms.secondary-nav ul a:focus,
.topnavcms.secondary-nav ul a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.dd-editable-avatar {
  position: relative;
}
.dd-editable-avatar img,
.dd-editable-avatar .dd-captain {
  border-radius: 1000px;
}
.dd-editable-avatar img {
  border: 3px solid #FFFFFF;
  max-width: 180px;
  position: relative;
  z-index: 1;
}
.dd-editable-avatar .dd-captain {
  align-items: center;
  background-color: #F58025;
  bottom: 0;
  color: #FFFFFF;
  display: flex;
  font-size: 0;
  height: 52px;
  justify-content: center;
  position: absolute;
  right: 4px;
  width: 52px;
  z-index: 2;
}
.dd-editable-avatar .dd-captain [class*="icon-"] {
  font-size: 24px;
  margin-right: 0;
}
#team-name,
#participant-name {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 15px;
  text-align: center;
}
.dd-editable-content.dd-editable-name {
  display: block;
}
.dd-editable-content.dd-editable-name h1 {
  margin-bottom: 0;
  word-break: break-word;
}
.fundraiser-button-container {
  display: flex;
  gap: 20px;
}
.fundraiser-button-container > * {
  margin: 0 !important;
}
.page-details {
  align-items: center;
  column-gap: 25px;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin: 0;
  row-gap: 15px;
}
.page-details > * {
  font-weight: 600;
}
.page-details a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.page-details a:hover,
.page-details a:focus {
  color: #CC3F10;
}
.page-details .dd-team-group-name {
  display: block;
}
.page-details [class*="icon-"],
.page-details .dd-activity-count h2:before {
  display: inline-block !important;
  margin: 0 10px 0 0 !important;
  vertical-align: middle;
}
.page-details [class*="icon-"] {
  color: #00B5E2;
  font-size: 18px;
}
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 #686158;
}
html,
body,
#scroll-wrap {
  min-height: 100%;
}
body {
  font-size: 18px;
  font-family: "Source Sans Pro", 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;
}
.wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.u-a-name-fade-in {
  animation-name: fadeIn;
}
.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-1 {
  animation-duration: 1s;
}
.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-aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}
.u-bg-inherit {
  background: inherit;
}
.u-bg-color-1 {
  background-color: #004B95;
}
.u-bg-color-2 {
  background-color: #F58025;
}
.u-bg-color-3 {
  background-color: #00B5E2;
}
.u-bg-color-4 {
  background-color: #FFCD00;
}
.u-bg-color-5 {
  background-color: #F6F6F6;
}
.u-bg-color-6 {
  background-color: #353431;
}
.u-bg-color-10 {
  background-color: #00254a;
}
.u-bg-white {
  background-color: #FFFFFF;
}
.u-bg-black {
  background-color: #000000;
}
.u-bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.u-bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.u-bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.u-bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.u-bg-transparent {
  background-color: transparent;
}
.hover\:u-bg-color-6:hover,
.hover\:u-bg-color-6:focus {
  background-color: #353431;
}
.u-bg-size-cover {
  background-size: cover;
}
.u-bg-size-contain {
  background-size: contain;
}
.u-bg-size-x-full {
  background-size: 100%;
}
.u-bg-size-auto-160 {
  background-size: auto 160px;
}
.u-bg-no-repeat {
  background-repeat: no-repeat;
}
.u-bg-pos-center {
  background-position: center;
}
.u-bg-pos-center-top {
  background-position: center top;
}
.u-bg-pos-center-bottom {
  background-position: center bottom;
}
.u-bg-clip-content-box {
  background-clip: content-box;
}
.u-bt-2 {
  border-top: 2px solid #F2F1F1;
}
.u-b-color-1 {
  border-color: #004B95;
}
.u-b-color-5 {
  border-color: #F6F6F6;
}
.u-b-color-white {
  border-color: #FFFFFF;
}
.u-bb-color-7 {
  border-bottom-color: #CC3F10;
}
.u-bt-transparent {
  border-top-color: transparent;
}
.u-bl-transparent {
  border-left-color: transparent;
}
.u-br-color-7 {
  border-right-color: #CC3F10;
}
.u-b-solid {
  border-style: solid;
}
.u-bb-solid {
  border-bottom-style: solid;
}
.u-b-w-1 {
  border-width: 1px;
}
.u-b-w-2 {
  border-width: 2px;
}
.u-b-w-7 {
  border-width: 7px;
}
.u-b-w-17 {
  border-width: 17px;
}
.u-b-0 {
  border: 0;
}
.u-round-full {
  border-radius: 1000px;
}
.u-display-block {
  display: block;
}
.u-display-flex {
  display: flex;
}
.u-display-inline {
  display: inline;
}
.u-display-inline-block {
  display: inline-block;
}
.u-display-none {
  display: none;
}
.u-h-6 {
  height: 6px;
}
.u-h-58 {
  height: 58px;
}
.u-h-118 {
  height: 118px;
}
.u-h-half {
  height: 50%;
}
.u-h-full {
  height: 100%;
}
.u-h-min-auto {
  min-height: auto;
}
.u-h-min-100 {
  min-height: 100px;
}
.u-h-min-220 {
  min-height: 220px;
}
.u-h-min-250 {
  min-height: 250px;
}
.u-h-min-465 {
  min-height: 465px;
}
.u-h-min-500 {
  min-height: 500px;
}
.u-h-min-600 {
  min-height: 600px;
}
.u-h-min-670 {
  min-height: 670px;
}
.u-h-min-800 {
  min-height: 800px;
}
.u-h-mx-75 {
  max-height: 75px;
}
.u-h-mx-400 {
  max-height: 400px;
}
.u-mb-0-last-child > *:last-child,
.u-mb-0-last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.u-mr-0-last-child > *:last-child {
  margin-right: 0;
}
.-u-mx-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.-u-mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.-u-mx-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.-u-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.u-mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.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-40-0 {
  margin-top: 40px;
  margin-bottom: 0px;
}
.u-my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.u-my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.u-my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.u-mt-10 {
  margin-top: 10px;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mt-40 {
  margin-top: 40px;
}
.u-mt-65 {
  margin-top: 65px;
}
.u-mt-70 {
  margin-top: 70px;
}
.u-mt-95 {
  margin-top: 95px;
}
.-u-mb-150 {
  margin-bottom: -150px;
}
.-u-mb-80 {
  margin-bottom: -80px;
}
.u-mb-0 {
  margin-bottom: 0;
}
.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-ml-auto {
  margin-left: auto;
}
.u-ml-10 {
  margin-left: 10px;
}
.u-mr-auto {
  margin-right: auto;
}
.u-mr-0 {
  margin-right: 0;
}
.u-mr-10 {
  margin-right: 10px;
}
.u-mr-15 {
  margin-right: 15px;
}
.u-mb-20-child > * {
  margin-bottom: 20px;
}
.u-mb-25-child > * {
  margin-bottom: 25px;
}
.u-mb-40-child > * {
  margin-bottom: 40px;
}
.u-mb-50-child > * {
  margin-bottom: 50px;
}
.u-opacity-0 {
  opacity: 0;
}
.u-opacity-10 {
  opacity: 10%;
}
.u-opacity-100 {
  opacity: 1;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-auto {
  overflow: auto;
}
.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-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.u-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.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-20-10 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.u-py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.u-py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.u-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.u-py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.u-py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.u-py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.u-pt-70 {
  padding-top: 70px;
}
.u-pb-50 {
  padding-bottom: 50px;
}
.u-pb-65 {
  padding-bottom: 65px;
}
.u-pos-absolute {
  position: absolute;
}
.u-pos-relative {
  position: relative;
}
.u-pos-static {
  position: static;
}
.u-pos-fixed {
  position: fixed;
}
.u-inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.-u-inset-x-full {
  left: -100%;
  right: -100%;
}
.u-inset-x {
  left: 0;
  right: 0;
}
.u-inset-y {
  bottom: 0;
  top: 0;
}
.-u-top-150 {
  top: -150px;
}
.-u-top-80 {
  top: -80px;
}
.-u-top-10 {
  top: -10px;
}
.u-top-auto {
  top: auto;
}
.u-top-0 {
  top: 0;
}
.u-top-30 {
  top: 30px;
}
.-u-bottom-50 {
  bottom: -50px;
}
.-u-bottom-25 {
  bottom: -25px;
}
.u-bottom-0 {
  bottom: 0;
}
.-u-right-50 {
  right: -50px;
}
.u-right-0 {
  right: 0;
}
.u-right-20 {
  right: 20px;
}
.-u-left-50 {
  left: -50px;
}
.u-styled-scroll-bar::-webkit-scrollbar {
  width: 10px;
}
.u-styled-scroll-bar::-webkit-scrollbar-track {
  background: rgba(0, 75, 149, 0.5);
}
.u-styled-scroll-bar::-webkit-scrollbar-thumb {
  background: rgba(0, 181, 226, 0.5);
}
.u-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.u-light-shadow {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.-u-transform-translateY-half {
  transform: translateY(-50%);
}
.u-transform-translateY-200 {
  transform: translateY(200px);
}
.u-transform-translateY-0 {
  transform: translateY(0);
}
.-u-transform-translateX-full {
  transform: translateX(-100%);
}
.u-transform-translateX-full {
  transform: translateX(100%);
}
.u-transform-translateX-0 {
  transform: translateX(0);
}
.-u-transform-skewX-50 {
  transform: skewX(-50deg);
}
.-u-transform-skewX-10 {
  transform: skewX(-10deg);
}
.u-transform-skewX-5 {
  transform: skewX(5deg);
}
.u-transform-skewX-10 {
  transform: skewX(10deg);
}
.u-transform-skewX-35 {
  transform: skewX(35deg);
}
.-u-transform-skewY-3 {
  transform: skewY(-3deg);
}
.u-transform-skewY-3 {
  transform: skewY(3deg);
}
.-u-transform-rotate-3 {
  transform: rotate(-3deg);
}
.u-transform-origin-bottom {
  transform-origin: bottom;
}
.u-transform-origin-left {
  transform-origin: left;
}
.u-transform-origin-right {
  transform-origin: right;
}
.u-transform-origin-top {
  transform-origin: top;
}
.u-transition {
  transition: all 0.5s ease-in-out;
}
.u-transition-all-500 {
  transition: all 500ms ease;
}
.u-transition-shadow {
  transition: box-shadow 500ms ease-in-out;
}
.u-show-for-sr {
  display: block;
  position: absolute;
  left: -9999px;
}
.u-show-for-sr:focus {
  position: static;
  left: 0;
}
.u-w-1000 {
  width: 1000px;
}
.u-w-118 {
  width: 118px;
}
.u-w-58 {
  width: 58px;
}
.u-w-80 {
  width: 80px;
}
.u-w-clamp-230-70-530 {
  width: clamp(230px, 70%, 530px);
}
.u-w-full-175 {
  width: min(100%,175px);
}
.u-w-full-530 {
  width: min(100%,530px);
}
.u-w-half-725 {
  width: min(50%,725px);
}
.u-w-mx-135 {
  max-width: 135px;
}
.u-w-mx-160 {
  max-width: 160px;
}
.u-w-mx-275 {
  max-width: 275px;
}
.u-w-mx-480 {
  max-width: 480px;
}
.u-w-mx-525 {
  max-width: 525px;
}
.u-w-mx-700 {
  max-width: 700px;
}
.u-w-mx-840 {
  max-width: 840px;
}
.u-w-mx-1000 {
  max-width: 1000px;
}
.u-w-mx-1040 {
  max-width: 1040px;
}
.u-w-mx-1280 {
  max-width: 1280px;
}
.u-w-mx-1550 {
  max-width: 1550px;
}
.u-w-mx-full {
  max-width: 100%;
}
.u-z-0 {
  z-index: 0;
}
.u-z-1 {
  z-index: 1;
}
.u-z-2 {
  z-index: 2;
}
.u-z-3 {
  z-index: 3;
}
.wrap-content .dd-widget {
  margin-bottom: 30px;
}
.dd-widget:empty {
  display: none;
}
.dd-widget h1,
.dd-widget h2 {
  color: #000000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.dd-widget .dd-description {
  line-height: 1.5;
}
.dd-widget .dd-view-more-link {
  margin-right: 0;
}
.dd-search,
.dd-login {
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 350px;
}
.dd-search input,
.dd-login input {
  border-color: #F6F6F6;
}
.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: #004B95;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.dd-thermo-horizontal .dd-thermo-track,
.dd-thermo-vertical .dd-thermo-track {
  border: 3px solid #004B95;
}
.dd-badges,
.dd-incentive-option-list,
.dd-milestones,
.dd-thermo-horizontal {
  align-content: flex-start;
  align-items: baseline;
  display: flex;
}
.dd-badges,
.dd-incentive-option-list,
.dd-thermo-horizontal {
  flex-wrap: wrap;
}
.dd-badges .dd-btn-link,
.dd-incentive-option-list .dd-btn-link,
.dd-milestones .dd-btn-link {
  text-decoration: none;
}
.dd-badges .dd-btn-link:after,
.dd-incentive-option-list .dd-btn-link:after,
.dd-milestones .dd-btn-link:after {
  content: "\f0da";
  display: inline-block;
  vertical-align: baseline;
  font-family: FontAwesome;
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
}
.dd-badges .dd-btn-link:hover:after,
.dd-incentive-option-list .dd-btn-link:hover:after,
.dd-milestones .dd-btn-link:hover:after,
.dd-badges .dd-btn-link:focus:after,
.dd-incentive-option-list .dd-btn-link:focus:after,
.dd-milestones .dd-btn-link:focus:after {
  margin-left: 7px;
}
.dd-badges,
.dd-incentive-option-list {
  justify-content: center;
}
.dd-badges h1,
.dd-incentive-option-list h1,
.dd-badges .dd-btn-link,
.dd-incentive-option-list .dd-btn-link {
  margin-bottom: 15px;
}
.dd-badges h1,
.dd-incentive-option-list h1 {
  order: 1;
}
.dd-badges .dd-btn-link,
.dd-incentive-option-list .dd-btn-link {
  margin-left: 15px;
  order: 2;
}
.dd-activity-count {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 300px;
  padding: 20px;
  text-align: center;
}
.dd-activity-count * {
  color: #000000;
  font-size: 18px;
}
.dd-activity-count h2 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.dd-activity-count h2:before {
  background-image: url("../img/icon-bike-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  margin: 0 auto 5px auto;
  width: 29px;
}
.dd-activity-count small {
  font-weight: inherit;
}
.dd-activity-count .dd-activity-measurement {
  color: #004B95;
  font-weight: 700;
}
.dd-activity-count.dd-alt {
  background-color: transparent;
  box-shadow: none;
  max-width: 100%;
  padding: 0;
  text-align: left;
}
.dd-activity-count.dd-alt * {
  color: #FFFFFF;
}
.dd-activity-count.dd-alt h2:before {
  background-image: url("../img/icon-bike-light.svg");
}
.dd-activity-count.dd-alt h2 > * {
  display: inline-block;
  vertical-align: middle;
}
.dd-badges {
  text-align: center;
}
.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: cover;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
}
.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: 0;
}
.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 ul,
.dd-badges .dd-badge-missing {
  order: 3;
  width: 100%;
}
.dd-badges .dd-badge-missing {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.dd-badges ul {
  margin-left: 0;
}
.dd-badges li.dd-badge {
  margin: 0;
}
.dd-badges li.dd-badge img {
  margin: 0;
}
.dd-badges p {
  order: 4;
}
.dd-badges.dd-no-badges p {
  margin-bottom: 0;
}
.dd-event-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
.dd-event-countdown h1 {
  width: 100%;
  padding: 0 15px;
}
.dd-event-countdown .number,
.dd-event-countdown .time {
  display: block;
}
.dd-event-countdown .count {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #004B95;
  display: inline-block;
  margin: 0 15px;
  min-width: 140px;
  padding: 25px 10px;
  text-align: center;
}
.dd-event-countdown .count > * {
  margin-bottom: 5px;
}
.dd-event-countdown .count > *:last-child {
  margin-bottom: 0;
}
.dd-event-countdown .number {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
}
.dd-event-countdown .time {
  font-size: 22px;
}
.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: #004B95;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.dd-donations-list .dd-donations-amount {
  color: #CC3F10;
  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: inherit;
  font-weight: normal;
  margin: 0;
  padding: 10px 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 h1 {
  color: #004B95;
  font-size: 42px;
}
.dd-events ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
}
.dd-events li {
  margin-bottom: 30px;
  padding: 0 20px 0 20px;
  width: 33.33%;
}
.dd-events .dd-link {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #CC3F10;
  display: block;
  height: 100%;
  padding: 20px;
  text-decoration: none;
}
.dd-events .dd-link:hover,
.dd-events .dd-link:focus {
  background-color: #FFFFFF;
}
.dd-events .dd-list-info {
  text-align: center;
}
.dd-events .dd-list-info span {
  color: #000000;
  display: block;
  font-weight: 400;
  width: 100%;
}
.dd-events .dd-list-info span:last-child {
  margin-bottom: 0 !important;
}
.dd-events .dd-list-info .dd-list-name,
.dd-events .dd-list-info .dd-list-location {
  font-weight: 700;
}
.dd-events .dd-list-info .dd-list-name {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.45;
  color: #004B95;
}
.dd-events .dd-list-info .dd-list-location {
  color: #CC3F10;
}
.dd-events.dd-alt 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: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors .dd-sponsors-level {
  display: flex;
  margin: 0 0 50px 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.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: 15px 35px;
  margin: 10px;
}
.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 {
  margin-left: -10px;
  margin-right: -10px;
}
.dd-sponsors .dd-sponsor {
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  justify-content: center;
  position: relative;
}
.dd-sponsors .dd-sponsor img {
  max-height: 110px;
}
.dd-sponsors .dd-sponsors-level:nth-child(1) .dd-sponsor img {
  max-height: 130px;
}
#socialBtns {
  text-align: center;
}
#socialBtns .padding {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
#socialBtns .padding > * {
  margin: 0 10px 10px 10px;
}
#socialBtns .dd-btn:after {
  display: none !important;
}
#socialBtns .dd-btn.dd-social-btn {
  width: auto;
}
#socialBtns .dd-btn#sharebadge,
#socialBtns .dd-btn.dd-social-btn--page-link {
  background-color: #000000;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #FFFFFF;
}
#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: #333333;
  border-color: transparent;
  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: 18px;
  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: 1px solid #F6F6F6;
  border-radius: 5px;
  padding: 10px;
}
.dd-incentive-option .dd-incentive-button:hover,
.dd-incentive-option .dd-incentive-button:focus {
  border: 1px solid #000000;
}
.dd-incentive-option .dd-incentive-description,
.dd-incentive-option .dd-incentive-action {
  font-size: 18px;
  box-sizing: border-box;
}
.dd-incentive-option .dd-incentive-amount {
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
.dd-incentive-option .dd-incentive-image img {
  max-height: 60px;
  max-width: 60px;
  padding: 0 10px 0 0;
}
.dd-incentive-option .dd-incentive-description {
  color: #000000;
}
.dd-incentive-option .dd-incentive-remaining {
  color: #000000;
  font-size: 18px;
  padding: 0 0 0 8px;
}
.dd-incentive-option-list {
  text-align: center;
}
.dd-incentive-option-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  order: 3;
  width: 100%;
}
.dd-incentive-option-list .dd-incentive-option {
  padding: 0 10px;
  text-align: left;
  width: 50%;
}
.dd-incentive-option-list .dd-incentive-option:first-child {
  padding-left: 0;
}
.dd-incentive-option-list .dd-incentive-option:last-child {
  padding-right: 0;
}
.dd-incentive-option-list .dd-incentive-button {
  align-items: center;
  background-color: #FFFFFF;
  font-weight: 400;
  height: 100%;
}
.dd-incentive-option-list .dd-incentive-button > * {
  flex-grow: 1;
}
.dd-incentive-option-list .dd-incentive-image {
  max-width: 60px;
}
.dd-incentive-option-list .dd-incentive-info {
  width: calc(100% - 60px);
}
.dd-incentive-option-list .dd-incentive-amount {
  line-height: 1;
}
.dd-incentive-option-list .dd-incentive-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dd-incentive-option-list .dd-page-edit-btn {
  top: 0;
  right: 15px;
}
.dd-incentive-option-list.dd-alt .dd-incentive-option {
  width: 25%;
}
.dd-incentive-amount {
  color: #000000 !important;
}
.dd-incentive-amount strong {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
#languageselect {
  color: #FFFFFF;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
#languageselect a {
  color: #FFFFFF;
  text-decoration: none !important;
}
#languageselect a:hover,
#languageselect a:focus,
#languageselect a.on {
  color: #F58025;
}
.dd-list-thermo-track {
  width: 100%;
  height: 10px;
  background-color: #F6F6F6;
  border-radius: 2px;
  overflow: hidden;
}
.dd-list-thermo-progress {
  height: 100%;
  background-color: #004B95;
}
:root {
  --leaderboard-heading-color: #000000;
  --leaderboard-background-image: url("../palettes/bike2024/img/strip-dark-blue.jpg");
}
.action-event:has(.streaming-leaderboard ol) .leaderboard-wrap {
  background-color: #F6F6F6;
}
.action-event:not(:has(.streaming-leaderboard ol)) .leaderboard-wrap {
  --leaderboard-heading-color: #FFFFFF;
  background-color: #004B95;
  background-size: cover;
  background-position: center top;
  background-image: var(--leaderboard-background-image);
}
.dd-top-team-groups,
.dd-top-fundraisers,
.dd-top-teams {
  text-align: center;
}
.dd-top-team-groups:not(:has(ol)),
.dd-top-fundraisers:not(:has(ol)),
.dd-top-teams:not(:has(ol)) {
  display: none;
}
.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: var(--leaderboard-heading-color);
  text-align: center;
  margin-bottom: 40px;
}
.dd-top-team-groups ol,
.dd-top-fundraisers ol,
.dd-top-teams ol {
  counter-reset: leaderboard;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-left: 0;
  text-align: left;
  margin-bottom: 40px;
}
.dd-top-team-groups li,
.dd-top-fundraisers li,
.dd-top-teams li {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.dd-top-team-groups li:last-child,
.dd-top-fundraisers li:last-child,
.dd-top-teams li:last-child {
  margin-bottom: 0 !important;
}
.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;
  max-height: 75px;
  transform-origin: center;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  width: 75px;
}
.dd-top-team-groups .dd-avatar-link,
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  font-weight: 400;
  text-decoration: none !important;
}
.dd-top-team-groups .dd-avatar-link:hover .dd-avatar-image img,
.dd-top-fundraisers .dd-avatar-link:hover .dd-avatar-image img,
.dd-top-teams .dd-avatar-link:hover .dd-avatar-image img,
.dd-top-team-groups .dd-avatar-link:focus .dd-avatar-image img,
.dd-top-fundraisers .dd-avatar-link:focus .dd-avatar-image img,
.dd-top-teams .dd-avatar-link:focus .dd-avatar-image img {
  transform: scale(1.1);
}
.dd-top-team-groups .dd-avatar-image,
.dd-top-fundraisers .dd-avatar-image,
.dd-top-teams .dd-avatar-image {
  position: relative;
}
.dd-top-team-groups .dd-stream-status-label,
.dd-top-fundraisers .dd-stream-status-label,
.dd-top-teams .dd-stream-status-label {
  background-color: #00B5E2;
  border-radius: 2px;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px;
  text-align: center;
  top: 0;
  margin: 0;
}
.dd-top-team-groups .dd-list-info,
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info {
  flex-grow: 1;
  line-height: 1.25;
  text-align: left;
  width: calc(100% - (75px + 65px));
}
.dd-top-team-groups .dd-list-info > *,
.dd-top-fundraisers .dd-list-info > *,
.dd-top-teams .dd-list-info > * {
  margin-bottom: 5px;
}
.dd-top-team-groups .dd-list-info > *:last-child,
.dd-top-fundraisers .dd-list-info > *:last-child,
.dd-top-teams .dd-list-info > *:last-child {
  margin-bottom: 0;
}
.dd-top-team-groups .dd-list-info span:not(.dd-label),
.dd-top-fundraisers .dd-list-info span:not(.dd-label),
.dd-top-teams .dd-list-info span:not(.dd-label) {
  color: #000000;
}
.dd-top-team-groups .dd-list-info span,
.dd-top-fundraisers .dd-list-info span,
.dd-top-teams .dd-list-info span {
  font-size: 18px;
  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;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 700;
}
.dd-top-team-groups .dd-list-info .dd-list-name-text,
.dd-top-fundraisers .dd-list-info .dd-list-name-text,
.dd-top-teams .dd-list-info .dd-list-name-text {
  margin-right: 10px;
}
.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 {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  order: 2;
}
.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: #CC3F10;
}
.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: 5px;
}
.dd-top-team-groups.dd-alt h1,
.dd-top-fundraisers.dd-alt h1,
.dd-top-teams.dd-alt h1,
.dd-top-team-groups.dd-alt h2,
.dd-top-fundraisers.dd-alt h2,
.dd-top-teams.dd-alt h2 {
  color: #FFFFFF;
}
.dd-top-team-groups[data-stream-is-live="true"] h2,
.dd-top-fundraisers[data-stream-is-live="true"] h2,
.dd-top-teams[data-stream-is-live="true"] h2,
.dd-top-team-groups[data-stream-is-live="true"] ol,
.dd-top-fundraisers[data-stream-is-live="true"] ol,
.dd-top-teams[data-stream-is-live="true"] ol {
  display: flex;
  justify-content: center;
}
.dd-top-team-groups[data-stream-is-live="true"] h2,
.dd-top-fundraisers[data-stream-is-live="true"] h2,
.dd-top-teams[data-stream-is-live="true"] h2 {
  align-items: center;
}
.dd-top-team-groups[data-stream-is-live="true"] h2 .dd-header-text,
.dd-top-fundraisers[data-stream-is-live="true"] h2 .dd-header-text,
.dd-top-teams[data-stream-is-live="true"] h2 .dd-header-text {
  margin-right: 10px;
}
.dd-top-team-groups[data-stream-is-live="true"] h2 .dd-stream-status-label,
.dd-top-fundraisers[data-stream-is-live="true"] h2 .dd-stream-status-label,
.dd-top-teams[data-stream-is-live="true"] h2 .dd-stream-status-label {
  font-size: 20px;
}
.dd-top-team-groups[data-stream-is-live="true"] ol,
.dd-top-fundraisers[data-stream-is-live="true"] ol,
.dd-top-teams[data-stream-is-live="true"] ol {
  margin-left: -15px;
  margin-right: -15px;
}
.dd-top-team-groups[data-stream-is-live="true"] li,
.dd-top-fundraisers[data-stream-is-live="true"] li,
.dd-top-teams[data-stream-is-live="true"] li {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - (15px * 2));
}
.dd-top-team-groups[data-stream-is-live="true"] .dd-avatar-link,
.dd-top-fundraisers[data-stream-is-live="true"] .dd-avatar-link,
.dd-top-teams[data-stream-is-live="true"] .dd-avatar-link {
  display: block;
}
.dd-top-team-groups[data-stream-is-live="true"] .dd-avatar-link > *,
.dd-top-fundraisers[data-stream-is-live="true"] .dd-avatar-link > *,
.dd-top-teams[data-stream-is-live="true"] .dd-avatar-link > * {
  width: 100%;
  margin-bottom: 10px;
}
.dd-top-team-groups[data-stream-is-live="true"] .dd-avatar-link > *:last-child,
.dd-top-fundraisers[data-stream-is-live="true"] .dd-avatar-link > *:last-child,
.dd-top-teams[data-stream-is-live="true"] .dd-avatar-link > *:last-child {
  margin-bottom: 0;
}
.dd-top-team-groups[data-stream-is-live="true"] .dd-avatar-link:before,
.dd-top-fundraisers[data-stream-is-live="true"] .dd-avatar-link:before,
.dd-top-teams[data-stream-is-live="true"] .dd-avatar-link:before {
  display: none;
}
.dd-top-team-groups[data-stream-is-live="true"] .dd-list-info,
.dd-top-fundraisers[data-stream-is-live="true"] .dd-list-info,
.dd-top-teams[data-stream-is-live="true"] .dd-list-info {
  text-align: center;
}
.dd-top-team-groups[data-stream-is-live="true"] .dd-list-info .dd-list-name,
.dd-top-fundraisers[data-stream-is-live="true"] .dd-list-info .dd-list-name,
.dd-top-teams[data-stream-is-live="true"] .dd-list-info .dd-list-name {
  justify-content: center;
}
.dd-top-team-groups li,
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  align-items: center;
  display: flex;
}
.dd-top-team-groups li > *,
.dd-top-fundraisers .dd-avatar-link > *,
.dd-top-teams .dd-avatar-link > * {
  padding: 0 10px;
}
.dd-top-team-groups li:before,
.dd-top-fundraisers .dd-avatar-link:before,
.dd-top-teams .dd-avatar-link:before {
  color: #a4a09b;
  content: counter(leaderboard, decimal-leading-zero);
  counter-increment: leaderboard;
  font-size: 34px;
  font-weight: 700;
  width: 65px;
}
.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 form {
  display: block;
  margin-bottom: 0;
}
.dd-login form label {
  margin-bottom: 10px;
}
.dd-login .dd-form-error {
  color: #004B95;
}
.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: #CC3F10 !important;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
}
.dd-login .dd-btn-forgot:hover,
.dd-login .dd-btn-forgot:focus {
  color: #F58025 !important;
}
.dd-widget.dd-loginbar.navbar ul,
.dd-widget.dd-loginbar.navbar li {
  margin-bottom: 0;
}
.dd-widget.dd-loginbar.navbar li {
  font-size: 16px;
}
.dd-widget.dd-loginbar.navbar #alerts li {
  font-size: 12px;
}
.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;
}
.dd-milestone-explainer a {
  display: inline-block;
}
.dd-milestones {
  line-height: 1.3;
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}
.dd-milestones > * {
  padding: 0 10px;
  margin-bottom: 10px;
}
.dd-milestones h1,
.dd-milestones .dd-btn-link {
  color: #004B95;
  flex-shrink: 0;
}
.dd-milestones .dd-milestone {
  display: block;
}
.dd-milestones .dd-milestone strong,
.dd-milestones .dd-milestone em {
  display: inline;
}
.dd-milestones .dd-milestone a,
.dd-milestones .dd-milestone em {
  color: #004B95;
}
.dd-milestones .dd-milestone a {
  text-decoration: none;
}
.dd-milestones .dd-milestone strong {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 30px;
  margin-right: 10px;
}
.dd-milestones .dd-milestone em {
  font-style: normal;
  font-weight: 400;
}
.dd-milestones .dd-btn-link {
  font-weight: 400;
}
.dd-milestones.dd-alt * {
  color: #FFFFFF !important;
}
.dd-quickstats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
}
.dd-quickstats > * {
  text-align: center;
}
.dd-quickstats h1 {
  margin-bottom: 0;
  width: 100%;
}
.dd-quickstats h2,
.dd-quickstats small {
  color: #000000;
}
.dd-quickstats h2 {
  font-size: 37px;
  margin: 0;
  transform: skewY(3deg);
}
.dd-quickstats small {
  font-size: 28px;
  font-weight: 400;
}
.dd-quickstats [class*="dd-quickstats-"] {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  flex-grow: 1;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 58px;
  max-width: calc(50% - 30px);
  padding: 40px 15px 25px 15px;
  position: relative;
  transform-origin: right;
  transform: skewY(-3deg);
  width: calc(50% - 30px);
}
.dd-quickstats [class*="dd-quickstats-"]:before {
  background-color: #00B5E2;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1000px;
  content: "";
  display: block;
  height: 58px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewY(3deg) translateY(-50%);
  width: 58px;
}
.dd-quickstats .dd-quickstats-raised {
  order: 2;
}
.dd-quickstats .dd-quickstats-raised:before {
  background-image: url("../img/icon-heart.svg");
}
.dd-quickstats .dd-quickstats-participants {
  order: 1;
}
.dd-quickstats .dd-quickstats-participants:before {
  background-image: url("../img/icon-user.svg");
}
.dd-quickstats .dd-quickstats-teams {
  order: 3;
}
.dd-quickstats .dd-quickstats-teams:before {
  background-image: url("../img/icon-users.svg");
}
.dd-quickstats .dd-quickstats-activity {
  order: 4;
}
.dd-quickstats .dd-quickstats-activity:before {
  background-image: url("../img/icon-bike-light.svg");
}
.dd-quickstats.dd-alt {
  padding: 0;
}
.dd-quickstats.dd-alt [class*="dd-quickstats-"] {
  margin-bottom: 0;
  margin-top: 29px;
  max-width: calc(33.33% - 30px);
  width: calc(25% - 30px);
}
.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;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.dd-search input[name="searchTerm"] {
  padding-right: 40px;
  width: 100%;
}
.dd-search .dd-btn-search {
  border-radius: 0;
  bottom: 0;
  font-size: 0;
  font-weight: 400;
  margin: 0 !important;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #CC3F10;
}
.dd-search .dd-btn-search:hover,
.dd-search .dd-btn-search:focus {
  background-color: #CC3F10;
  border-color: transparent;
  color: #FFFFFF;
}
.dd-search .dd-btn-search:after {
  color: inherit;
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  margin: 0;
}
.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: 65px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #004B95;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: transparent;
  overflow: hidden;
  height: 65px;
  border-radius: 2px;
}
.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% - 14px / 2);
  height: 65px;
  position: absolute;
}
.dd-milestone-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -7px;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #F58025;
  border-radius: 100%;
  z-index: 1005;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  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: 1px solid #FFFFFF;
  font-weight: 400;
}
.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: 15px;
  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;
  transform: skewX(-40deg);
  overflow: hidden;
}
.dd-thermo-horizontal .dd-thermo-progress.dd-thermo-progress-100,
.dd-thermo-horizontal .dd-thermo-progress.dd-thermo-progress-100:after {
  transform: skewX(0deg);
}
.dd-thermo-horizontal .dd-thermo-progress,
.dd-thermo-horizontal .dd-thermo-progress:after {
  transform-origin: top;
}
.dd-thermo-horizontal .dd-thermo-progress:after {
  background-repeat: repeat-x;
  background-image: url("../palettes/bike2024/img/thermo-strip-repeat-x-light-blue.jpg");
  content: "";
  display: block;
  height: 100%;
  transform: skewX(40deg);
  width: max(600px, 100%);;
}
.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.dd-alt .dd-thermo-raised,
.dd-thermo-horizontal.dd-alt .dd-thermo-goal {
  color: #FFFFFF;
}
.dd-thermo-horizontal.dd-alt .dd-thermo-track {
  border-color: #FFFFFF;
}
.dd-thermo-horizontal.dd-alt .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: 65px;
}
.dd-thermo-vertical .dd-thermo-progress {
  text-align: right;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #004B95;
}
.dd-thermo-vertical .dd-thermo-track {
  height: 220px;
  background: transparent;
  border-radius: 2px;
  position: relative;
  width: 65px;
  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;
  transform: skewY(10deg);
  transform-origin: left;
}
.dd-thermo-vertical .dd-thermo-progress.dd-thermo-progress-100 {
  transform: skewY(0deg);
}
.dd-total-raised {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
.dd-total-raised span {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 3px;
}
.dd-total-raised .currency,
.dd-total-raised .number {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #004B95;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 13px;
}
.dd-total-raised .comma,
.dd-total-raised .decimal {
  color: #004B95;
}
.u-bg-image-strip-dark-blue {
  background-image: url("../palettes/bike2024/img/strip-dark-blue.jpg");
}
.u-bg-image-strip-dark-blue-2 {
  background-image: url("../palettes/bike2024/img/strip-dark-blue-2.jpg");
}
@media only screen and (max-width: 1025px){
  .lg\:u-txt-center {
    text-align: center;
  }
  .lg\:u-txt-left {
    text-align: left;
  }
  .lg\:u-txt-right {
    text-align: right;
  }
  .lg\:u-fs-18 {
    font-size: 18px;
  }
  .lg\:u-fs-22 {
    font-size: 22px;
  }
  .lg\:u-fs-28 {
    font-size: 28px;
  }
  .lg\:u-fs-32 {
    font-size: 32px;
  }
  .lg\:u-fs-36 {
    font-size: 36px;
  }
  .lg\:u-fs-65 {
    font-size: 65px;
  }
  .lg\:grow-0 {
    flex-grow: 0;
  }
  .lg\:grid-x {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .lg\:grid-y {
    flex-direction: column;
  }
  .lg\:col-auto {
    width: auto;
  }
  .lg\:col-1 {
    width: 8.333333333333332%;
  }
  .lg\:col-2 {
    width: 16.666666666666664%;
  }
  .lg\:col-3 {
    width: 25%;
  }
  .lg\:col-4 {
    width: 33.33333333333333%;
  }
  .lg\:col-5 {
    width: 41.66666666666667%;
  }
  .lg\:col-6 {
    width: 50%;
  }
  .lg\:col-7 {
    width: 58.333333333333336%;
  }
  .lg\:col-8 {
    width: 66.66666666666666%;
  }
  .lg\:col-9 {
    width: 75%;
  }
  .lg\:col-10 {
    width: 83.33333333333334%;
  }
  .lg\:col-11 {
    width: 91.66666666666666%;
  }
  .lg\:col-12 {
    width: 100%;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .lg\:order-5 {
    order: 5;
  }
  .lg\:order-6 {
    order: 6;
  }
  .lg\:order-7 {
    order: 7;
  }
  .lg\:order-8 {
    order: 8;
  }
  .lg\:order-9 {
    order: 9;
  }
  .lg\:order-10 {
    order: 10;
  }
  .lg\:order-11 {
    order: 11;
  }
  .lg\:order-12 {
    order: 12;
  }
  .lg\:align-end {
    align-items: flex-end;
  }
  .lg\:align-start {
    align-items: flex-start;
  }
  .lg\:align-center {
    align-items: center;
  }
  .lg\:align-baseline {
    align-items: baseline;
  }
  .lg\:content-end {
    align-content: flex-end;
  }
  .lg\:content-start {
    align-content: flex-start;
  }
  .lg\:content-center {
    align-content: center;
  }
  .lg\:content-baseline {
    align-content: baseline;
  }
  .lg\:align-self-end {
    align-self: flex-end;
  }
  .lg\:align-self-start {
    align-self: flex-start;
  }
  .lg\:align-self-center {
    align-self: center;
  }
  .lg\:align-self-baseline {
    align-self: baseline;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
  .lg\:justify-self-end {
    justify-self: flex-end;
  }
  .lg\:justify-self-start {
    justify-self: flex-start;
  }
  .lg\:justify-self-center {
    justify-self: center;
  }
  .lg\:justify-self-baseline {
    justify-self: baseline;
  }
  table.tr tr {
    justify-content: center;
  }
  table.tr {
    --flex-items: 2;
  }
  table[class*="tr-"][class*="-col-4"],
  table[class*="tr-"][class*="-col-5"] {
    --flex-items: 3;
  }
  .btn-show-dropdown {
    height: auto;
    margin: 0;
    position: static;
    width: 59px;
  }
  .topnavcms.primary-nav ul:not(.ul-more-nav) {
    color: #FFFFFF;
  }
  .topnavcms.primary-nav ul:not(.ul-more-nav) a {
    color: inherit;
  }
  .topnavcms.secondary-nav .contentset-nav-mobile-toggle {
    pointer-events: all;
  }
  .topnavcms.secondary-nav .contentset-nav-mobile-toggle ~ li {
    display: none;
  }
  .topnavcms.secondary-nav .contentset-nav-mobile-toggle ~ li.show-navigation {
    display: flex;
    flex-direction: row;
  }
  .topnavcms.secondary-nav li.is-active > a {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .topnavcms.secondary-nav ul:not(.ul-more-nav) li.on a,
  .topnavcms.secondary-nav ul:not(.ul-more-nav) a:hover,
  .topnavcms.secondary-nav ul:not(.ul-more-nav) a:focus {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .m-btn {
    font-size: 22px !important;
    height: 35px !important;
    width: 35px !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.25s ease-in-out;
  }
  .m-menu-item.is-active {
    animation: show 0.25s forwards 1 ease-in-out;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .m-menu-item-expand {
    width: 100% !important;
  }
  .topnavcms.primary-nav {
    background-color: #FFFFFF;
    color: #004B95;
    transform: translateX(-100%);
    transition: all 0.25s ease-in-out;
    animation: hide 0.25s forwards 1 ease-in-out;
  }
  .topnavcms.primary-nav li:not(.primary-nav-close-btn) {
    flex-direction: row;
  }
  .topnavcms.primary-nav li.primary-nav-close-btn {
    padding: 0;
  }
  .topnavcms.primary-nav.is-active {
    transform: translateX(0);
    animation: show 0.25s forwards 1 ease-in-out;
  }
  .topnavcms.primary-nav li.is-active > a {
    color: #FFFFFF;
    background-color: #004486;
  }
  .topnavcms.primary-nav ul:not(.ul-more-nav) {
    background-color: #004B95;
  }
  .topnavcms.primary-nav ul:not(.ul-more-nav) li.on a,
  .topnavcms.primary-nav ul:not(.ul-more-nav) a:hover,
  .topnavcms.primary-nav ul:not(.ul-more-nav) a:focus {
    background-color: #003c77;
  }
  .topnavcms.primary-nav,
  .topnavcms.secondary-nav {
    display: block;
    width: 100%;
  }
  .topnavcms.primary-nav li,
  .topnavcms.secondary-nav li {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
  .topnavcms.primary-nav li:hover ul:not(.show-dropdown):not(.ul-more-nav),
  .topnavcms.secondary-nav li:hover ul:not(.show-dropdown):not(.ul-more-nav),
  .topnavcms.primary-nav li:focus ul:not(.show-dropdown):not(.ul-more-nav),
  .topnavcms.secondary-nav li:focus ul:not(.show-dropdown):not(.ul-more-nav) {
    opacity: 0;
    pointer-events: none;
    transform: translateY(25px);
  }
  .topnavcms.primary-nav a,
  .topnavcms.secondary-nav a,
  .topnavcms.primary-nav .btn-linked,
  .topnavcms.secondary-nav .btn-linked {
    flex-grow: 1;
    padding: 15px !important;
  }
  .topnavcms.primary-nav a,
  .topnavcms.secondary-nav a {
    text-align: left;
  }
  .topnavcms.primary-nav > li:not(.nochildren):not(.top-nav-home) > a,
  .topnavcms.secondary-nav > li:not(.nochildren):not(.top-nav-home) > a {
    width: calc(100% - 59px);
  }
  .topnavcms.primary-nav > li > a:after,
  .topnavcms.secondary-nav > li > a:after {
    display: none;
  }
  .topnavcms.primary-nav ul,
  .topnavcms.secondary-nav ul {
    width: 100%;
  }
  .topnavcms.primary-nav ul:not(.ul-more-nav).show-dropdown,
  .topnavcms.secondary-nav ul:not(.ul-more-nav).show-dropdown {
    position: static;
    display: block;
    visibility: visible;
  }
  .topnavcms.primary-nav ul:not(.ul-more-nav) a,
  .topnavcms.secondary-nav ul:not(.ul-more-nav) a {
    font-size: 16px;
    padding: 10px 15px 10px 25px;
  }
  .topnavcms.primary-nav li.li-more-nav > button,
  .topnavcms.secondary-nav li.li-more-nav > button {
    display: none;
  }
  .topnavcms.primary-nav ul.ul-more-nav,
  .topnavcms.secondary-nav ul.ul-more-nav {
    box-shadow: none;
    position: static;
    animation: show 0.25s forwards 1 ease-in-out;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .logged-in .topnavcms.primary-nav {
    top: 63px;
  }
  .lg\:u-aspect-ratio-16-9 {
    aspect-ratio: 16/9;
  }
  .lg\:u-bg-inherit {
    background: inherit;
  }
  .lg\:u-bg-color-1 {
    background-color: #004B95;
  }
  .lg\:u-bg-color-2 {
    background-color: #F58025;
  }
  .lg\:u-bg-color-3 {
    background-color: #00B5E2;
  }
  .lg\:u-bg-color-4 {
    background-color: #FFCD00;
  }
  .lg\:u-bg-color-5 {
    background-color: #F6F6F6;
  }
  .lg\:u-bg-color-6 {
    background-color: #353431;
  }
  .lg\:u-bg-color-10 {
    background-color: #00254a;
  }
  .lg\:u-bg-white {
    background-color: #FFFFFF;
  }
  .lg\:u-bg-black {
    background-color: #000000;
  }
  .lg\:u-bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .lg\:u-bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .lg\:u-bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lg\:u-bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .lg\:u-bg-transparent {
    background-color: transparent;
  }
  .lg\:u-bg-size-cover {
    background-size: cover;
  }
  .lg\:u-bg-size-contain {
    background-size: contain;
  }
  .lg\:u-bg-size-x-full {
    background-size: 100%;
  }
  .lg\:u-bg-size-auto-160 {
    background-size: auto 160px;
  }
  .lg\:u-display-block {
    display: block;
  }
  .lg\:u-display-flex {
    display: flex;
  }
  .lg\:u-display-inline {
    display: inline;
  }
  .lg\:u-display-inline-block {
    display: inline-block;
  }
  .lg\:u-display-none {
    display: none;
  }
  .lg\:u-h-6 {
    height: 6px;
  }
  .lg\:u-h-58 {
    height: 58px;
  }
  .lg\:u-h-118 {
    height: 118px;
  }
  .lg\:u-h-half {
    height: 50%;
  }
  .lg\:u-h-full {
    height: 100%;
  }
  .lg\:u-h-min-auto {
    min-height: auto;
  }
  .lg\:u-h-min-100 {
    min-height: 100px;
  }
  .lg\:u-h-min-220 {
    min-height: 220px;
  }
  .lg\:u-h-min-250 {
    min-height: 250px;
  }
  .lg\:u-h-min-465 {
    min-height: 465px;
  }
  .lg\:u-h-min-500 {
    min-height: 500px;
  }
  .lg\:u-h-min-600 {
    min-height: 600px;
  }
  .lg\:u-h-min-670 {
    min-height: 670px;
  }
  .lg\:u-h-min-800 {
    min-height: 800px;
  }
  .lg\:-u-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lg\:-u-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lg\:-u-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lg\:-u-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .lg\:u-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:u-mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .lg\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lg\:u-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lg\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lg\:u-my-40-0 {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .lg\:u-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lg\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lg\:u-my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .lg\:u-mt-10 {
    margin-top: 10px;
  }
  .lg\:u-mt-20 {
    margin-top: 20px;
  }
  .lg\:u-mt-40 {
    margin-top: 40px;
  }
  .lg\:u-mt-65 {
    margin-top: 65px;
  }
  .lg\:u-mt-70 {
    margin-top: 70px;
  }
  .lg\:u-mt-95 {
    margin-top: 95px;
  }
  .lg\:-u-mb-150 {
    margin-bottom: -150px;
  }
  .lg\:-u-mb-80 {
    margin-bottom: -80px;
  }
  .lg\:u-mb-0 {
    margin-bottom: 0;
  }
  .lg\:u-mb-10 {
    margin-bottom: 10px;
  }
  .lg\:u-mb-15 {
    margin-bottom: 15px;
  }
  .lg\:u-mb-20 {
    margin-bottom: 20px;
  }
  .lg\:u-mb-25 {
    margin-bottom: 25px;
  }
  .lg\:u-mb-30 {
    margin-bottom: 30px;
  }
  .lg\:u-mb-40 {
    margin-bottom: 40px;
  }
  .lg\:u-ml-auto {
    margin-left: auto;
  }
  .lg\:u-ml-10 {
    margin-left: 10px;
  }
  .lg\:u-mr-auto {
    margin-right: auto;
  }
  .lg\:u-mr-0 {
    margin-right: 0;
  }
  .lg\:u-mr-10 {
    margin-right: 10px;
  }
  .lg\:u-mr-15 {
    margin-right: 15px;
  }
  .lg\:u-mb-20-child > * {
    margin-bottom: 20px;
  }
  .lg\:u-mb-25-child > * {
    margin-bottom: 25px;
  }
  .lg\:u-mb-40-child > * {
    margin-bottom: 40px;
  }
  .lg\:u-mb-50-child > * {
    margin-bottom: 50px;
  }
  .lg\:u-overflow-hidden {
    overflow: hidden;
  }
  .lg\:u-overflow-auto {
    overflow: auto;
  }
  .lg\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lg\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lg\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:u-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:u-px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lg\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lg\:u-py-20-10 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .lg\:u-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lg\:u-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:u-py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .lg\:u-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:u-pt-70 {
    padding-top: 70px;
  }
  .lg\:u-pb-50 {
    padding-bottom: 50px;
  }
  .lg\:u-pb-65 {
    padding-bottom: 65px;
  }
  .lg\:u-pos-absolute {
    position: absolute;
  }
  .lg\:u-pos-relative {
    position: relative;
  }
  .lg\:u-pos-static {
    position: static;
  }
  .lg\:u-pos-fixed {
    position: fixed;
  }
  .lg\:u-inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .lg\:-u-top-150 {
    top: -150px;
  }
  .lg\:-u-top-80 {
    top: -80px;
  }
  .lg\:-u-top-10 {
    top: -10px;
  }
  .lg\:u-top-auto {
    top: auto;
  }
  .lg\:u-top-0 {
    top: 0;
  }
  .lg\:u-top-30 {
    top: 30px;
  }
  .lg\:-u-bottom-50 {
    bottom: -50px;
  }
  .lg\:-u-bottom-25 {
    bottom: -25px;
  }
  .lg\:u-bottom-0 {
    bottom: 0;
  }
  .lg\:-u-transform-skewY-3 {
    transform: skewY(-3deg);
  }
  .lg\:u-transform-skewY-3 {
    transform: skewY(3deg);
  }
  .lg\:u-transform-origin-bottom {
    transform-origin: bottom;
  }
  .lg\:u-transform-origin-left {
    transform-origin: left;
  }
  .lg\:u-transform-origin-right {
    transform-origin: right;
  }
  .lg\:u-transform-origin-top {
    transform-origin: top;
  }
  .lg\:u-w-1000 {
    width: 1000px;
  }
  .lg\:u-w-118 {
    width: 118px;
  }
  .lg\:u-w-58 {
    width: 58px;
  }
  .lg\:u-w-80 {
    width: 80px;
  }
  .lg\:u-w-clamp-230-70-530 {
    width: clamp(230px, 70%, 530px);
  }
  .lg\:u-w-full-175 {
    width: min(100%,175px);
  }
  .lg\:u-w-full-530 {
    width: min(100%,530px);
  }
  .lg\:u-w-half-725 {
    width: min(50%,725px);
  }
  .lg\:u-w-mx-135 {
    max-width: 135px;
  }
  .lg\:u-w-mx-160 {
    max-width: 160px;
  }
  .lg\:u-w-mx-275 {
    max-width: 275px;
  }
  .lg\:u-w-mx-480 {
    max-width: 480px;
  }
  .lg\:u-w-mx-525 {
    max-width: 525px;
  }
  .lg\:u-w-mx-700 {
    max-width: 700px;
  }
  .lg\:u-w-mx-840 {
    max-width: 840px;
  }
  .lg\:u-w-mx-1000 {
    max-width: 1000px;
  }
  .lg\:u-w-mx-1040 {
    max-width: 1040px;
  }
  .lg\:u-w-mx-1280 {
    max-width: 1280px;
  }
  .lg\:u-w-mx-1550 {
    max-width: 1550px;
  }
  .lg\:u-w-mx-full {
    max-width: 100%;
  }
  .dd-incentive-option-list ul > * {
    margin-bottom: 10px !important;
  }
  .dd-incentive-option-list ul > *:last-child {
    margin-bottom: 0 !important;
  }
  .dd-incentive-option-list .dd-incentive-option {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .header-lang {
    background-color: #F58025;
  }
  #languageselect,
  #languageselect span {
    font-size: 0;
  }
  #languageselect span,
  #languageselect a {
    display: block;
  }
  #languageselect a {
    font-size: 16px;
    padding: 10px 15px;
  }
  #languageselect a:hover,
  #languageselect a:focus,
  #languageselect a.on {
    background-color: #dd7321;
    color: #FFFFFF;
  }
  .dd-top-team-groups[data-stream-is-live="true"] li,
  .dd-top-fundraisers[data-stream-is-live="true"] li,
  .dd-top-teams[data-stream-is-live="true"] li {
    margin-top: 30px;
    width: calc(50% - (15px * 2));
  }
  .dd-top-team-groups[data-stream-is-live="true"] li:nth-child(-n+2),
  .dd-top-fundraisers[data-stream-is-live="true"] li:nth-child(-n+2),
  .dd-top-teams[data-stream-is-live="true"] li:nth-child(-n+2) {
    margin-top: 0;
  }
  .dd-quickstats {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    margin-right: 0;
  }
  .dd-quickstats h2,
  .dd-quickstats [class*="dd-quickstats-"] {
    transform: skewY(0);
  }
  .dd-quickstats h1 {
    margin: 0;
    padding-top: 25px;
  }
  .dd-quickstats h2 {
    font-size: 25px;
    padding-left: 10px;
    width: calc(100% - 38px);
  }
  .dd-quickstats small {
    font-size: 23px;
  }
  .dd-quickstats [class*="dd-quickstats-"] {
    align-items: center;
    box-shadow: none;
    display: flex;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 25px 15px;
    text-align: left;
    width: 50% !important;
  }
  .dd-quickstats [class*="dd-quickstats-"]:before {
    height: 38px;
    margin: 0;
    position: static;
    transform: translateY(-50%);
    transform: translateY(0);
    width: 38px;
  }
}
@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;
  }
  .nav-tabs {
    border-bottom: 0;
  }
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li > a {
    margin-right: 0;
  }
  .nav-tabs > li > a,
  .nav-tabs > .active > a {
    border: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-tabs > li:first-child > a {
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li:last-child > a {
    border-radius: 0 0 4px 4px;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > .active > a:hover {
    border-color: #ddd;
    z-index: 2;
  }
  .md\:u-txt-center {
    text-align: center;
  }
  .md\:u-txt-left {
    text-align: left;
  }
  .md\:u-txt-right {
    text-align: right;
  }
  .md\:u-fs-18 {
    font-size: 18px;
  }
  .md\:u-fs-22 {
    font-size: 22px;
  }
  .md\:u-fs-28 {
    font-size: 28px;
  }
  .md\:u-fs-32 {
    font-size: 32px;
  }
  .md\:u-fs-36 {
    font-size: 36px;
  }
  .md\:u-fs-65 {
    font-size: 65px;
  }
  .md\:grow-0 {
    flex-grow: 0;
  }
  .md\:grid-x {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .md\:grid-y {
    flex-direction: column;
  }
  .md\:col-auto {
    width: auto;
  }
  .md\:col-1 {
    width: 8.333333333333332%;
  }
  .md\:col-2 {
    width: 16.666666666666664%;
  }
  .md\:col-3 {
    width: 25%;
  }
  .md\:col-4 {
    width: 33.33333333333333%;
  }
  .md\:col-5 {
    width: 41.66666666666667%;
  }
  .md\:col-6 {
    width: 50%;
  }
  .md\:col-7 {
    width: 58.333333333333336%;
  }
  .md\:col-8 {
    width: 66.66666666666666%;
  }
  .md\:col-9 {
    width: 75%;
  }
  .md\:col-10 {
    width: 83.33333333333334%;
  }
  .md\:col-11 {
    width: 91.66666666666666%;
  }
  .md\:col-12 {
    width: 100%;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .md\:order-6 {
    order: 6;
  }
  .md\:order-7 {
    order: 7;
  }
  .md\:order-8 {
    order: 8;
  }
  .md\:order-9 {
    order: 9;
  }
  .md\:order-10 {
    order: 10;
  }
  .md\:order-11 {
    order: 11;
  }
  .md\:order-12 {
    order: 12;
  }
  .md\:align-end {
    align-items: flex-end;
  }
  .md\:align-start {
    align-items: flex-start;
  }
  .md\:align-center {
    align-items: center;
  }
  .md\:align-baseline {
    align-items: baseline;
  }
  .md\:content-end {
    align-content: flex-end;
  }
  .md\:content-start {
    align-content: flex-start;
  }
  .md\:content-center {
    align-content: center;
  }
  .md\:content-baseline {
    align-content: baseline;
  }
  .md\:align-self-end {
    align-self: flex-end;
  }
  .md\:align-self-start {
    align-self: flex-start;
  }
  .md\:align-self-center {
    align-self: center;
  }
  .md\:align-self-baseline {
    align-self: baseline;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:justify-self-end {
    justify-self: flex-end;
  }
  .md\:justify-self-start {
    justify-self: flex-start;
  }
  .md\:justify-self-center {
    justify-self: center;
  }
  .md\:justify-self-baseline {
    justify-self: baseline;
  }
  body .dd-stream {
    margin: 20px auto !important;
  }
  table[class*="tr-"][class*="-col-"] tr {
    gap: 10px;
  }
  table[class*="tr-"][class*="-col-"] td {
    padding: 10px;
  }
  table[class*="tr-"][class*="-col-1"] {
    --flex-items: 1;
  }
  table[class*="tr-"][class*="-col-2"],
  table[class*="tr-"][class*="-col-3"],
  table[class*="tr-"][class*="-col-4"],
  table[class*="tr-"][class*="-col-5"] {
    --flex-items: 2;
  }
  table.table-responsive-sidebar-left tr,
  table.table-responsive-sidebar-right tr {
    grid-template-columns: minmax(0, 1fr);
  }
  .nav-tabs-block .nav-tabs {
    display: block;
  }
  .nav-tabs-block .nav-tabs li {
    border-bottom: 0;
    border-right: 2px solid #000000;
    max-width: 100%;
  }
  .nav-tabs-block .nav-tabs li:last-child {
    border-bottom: 2px solid #000000;
  }
  #team-name,
  #participant-name {
    align-items: center;
    text-align: center;
  }
  .dd-editable-name h1 {
    font-size: 32px;
  }
  .page-details {
    align-items: center;
    flex-direction: column;
  }
  .md\:u-aspect-ratio-16-9 {
    aspect-ratio: 16/9;
  }
  .md\:u-bg-inherit {
    background: inherit;
  }
  .md\:u-bg-color-1 {
    background-color: #004B95;
  }
  .md\:u-bg-color-2 {
    background-color: #F58025;
  }
  .md\:u-bg-color-3 {
    background-color: #00B5E2;
  }
  .md\:u-bg-color-4 {
    background-color: #FFCD00;
  }
  .md\:u-bg-color-5 {
    background-color: #F6F6F6;
  }
  .md\:u-bg-color-6 {
    background-color: #353431;
  }
  .md\:u-bg-color-10 {
    background-color: #00254a;
  }
  .md\:u-bg-white {
    background-color: #FFFFFF;
  }
  .md\:u-bg-black {
    background-color: #000000;
  }
  .md\:u-bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .md\:u-bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .md\:u-bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .md\:u-bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .md\:u-bg-transparent {
    background-color: transparent;
  }
  .md\:u-bg-size-cover {
    background-size: cover;
  }
  .md\:u-bg-size-contain {
    background-size: contain;
  }
  .md\:u-bg-size-x-full {
    background-size: 100%;
  }
  .md\:u-bg-size-auto-160 {
    background-size: auto 160px;
  }
  .md\:u-display-block {
    display: block;
  }
  .md\:u-display-flex {
    display: flex;
  }
  .md\:u-display-inline {
    display: inline;
  }
  .md\:u-display-inline-block {
    display: inline-block;
  }
  .md\:u-display-none {
    display: none;
  }
  .md\:u-h-6 {
    height: 6px;
  }
  .md\:u-h-58 {
    height: 58px;
  }
  .md\:u-h-118 {
    height: 118px;
  }
  .md\:u-h-half {
    height: 50%;
  }
  .md\:u-h-full {
    height: 100%;
  }
  .md\:u-h-min-auto {
    min-height: auto;
  }
  .md\:u-h-min-100 {
    min-height: 100px;
  }
  .md\:u-h-min-220 {
    min-height: 220px;
  }
  .md\:u-h-min-250 {
    min-height: 250px;
  }
  .md\:u-h-min-465 {
    min-height: 465px;
  }
  .md\:u-h-min-500 {
    min-height: 500px;
  }
  .md\:u-h-min-600 {
    min-height: 600px;
  }
  .md\:u-h-min-670 {
    min-height: 670px;
  }
  .md\:u-h-min-800 {
    min-height: 800px;
  }
  .md\:-u-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .md\:-u-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .md\:-u-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .md\:-u-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .md\:u-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:u-mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .md\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md\:u-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .md\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .md\:u-my-40-0 {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .md\:u-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .md\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .md\:u-my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .md\:u-mt-10 {
    margin-top: 10px;
  }
  .md\:u-mt-20 {
    margin-top: 20px;
  }
  .md\:u-mt-40 {
    margin-top: 40px;
  }
  .md\:u-mt-65 {
    margin-top: 65px;
  }
  .md\:u-mt-70 {
    margin-top: 70px;
  }
  .md\:u-mt-95 {
    margin-top: 95px;
  }
  .md\:-u-mb-150 {
    margin-bottom: -150px;
  }
  .md\:-u-mb-80 {
    margin-bottom: -80px;
  }
  .md\:u-mb-0 {
    margin-bottom: 0;
  }
  .md\:u-mb-10 {
    margin-bottom: 10px;
  }
  .md\:u-mb-15 {
    margin-bottom: 15px;
  }
  .md\:u-mb-20 {
    margin-bottom: 20px;
  }
  .md\:u-mb-25 {
    margin-bottom: 25px;
  }
  .md\:u-mb-30 {
    margin-bottom: 30px;
  }
  .md\:u-mb-40 {
    margin-bottom: 40px;
  }
  .md\:u-ml-auto {
    margin-left: auto;
  }
  .md\:u-ml-10 {
    margin-left: 10px;
  }
  .md\:u-mr-auto {
    margin-right: auto;
  }
  .md\:u-mr-0 {
    margin-right: 0;
  }
  .md\:u-mr-10 {
    margin-right: 10px;
  }
  .md\:u-mr-15 {
    margin-right: 15px;
  }
  .md\:u-mb-20-child > * {
    margin-bottom: 20px;
  }
  .md\:u-mb-25-child > * {
    margin-bottom: 25px;
  }
  .md\:u-mb-40-child > * {
    margin-bottom: 40px;
  }
  .md\:u-mb-50-child > * {
    margin-bottom: 50px;
  }
  .md\:u-overflow-hidden {
    overflow: hidden;
  }
  .md\:u-overflow-auto {
    overflow: auto;
  }
  .md\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .md\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:u-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .md\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:u-px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:u-py-20-10 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .md\:u-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .md\:u-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:u-py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .md\:u-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:u-pt-70 {
    padding-top: 70px;
  }
  .md\:u-pb-50 {
    padding-bottom: 50px;
  }
  .md\:u-pb-65 {
    padding-bottom: 65px;
  }
  .md\:u-pos-absolute {
    position: absolute;
  }
  .md\:u-pos-relative {
    position: relative;
  }
  .md\:u-pos-static {
    position: static;
  }
  .md\:u-pos-fixed {
    position: fixed;
  }
  .md\:u-inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .md\:-u-top-150 {
    top: -150px;
  }
  .md\:-u-top-80 {
    top: -80px;
  }
  .md\:-u-top-10 {
    top: -10px;
  }
  .md\:u-top-auto {
    top: auto;
  }
  .md\:u-top-0 {
    top: 0;
  }
  .md\:u-top-30 {
    top: 30px;
  }
  .md\:-u-bottom-50 {
    bottom: -50px;
  }
  .md\:-u-bottom-25 {
    bottom: -25px;
  }
  .md\:u-bottom-0 {
    bottom: 0;
  }
  .md\:-u-transform-skewY-3 {
    transform: skewY(-3deg);
  }
  .md\:u-transform-skewY-3 {
    transform: skewY(3deg);
  }
  .md\:u-transform-origin-bottom {
    transform-origin: bottom;
  }
  .md\:u-transform-origin-left {
    transform-origin: left;
  }
  .md\:u-transform-origin-right {
    transform-origin: right;
  }
  .md\:u-transform-origin-top {
    transform-origin: top;
  }
  .md\:u-w-1000 {
    width: 1000px;
  }
  .md\:u-w-118 {
    width: 118px;
  }
  .md\:u-w-58 {
    width: 58px;
  }
  .md\:u-w-80 {
    width: 80px;
  }
  .md\:u-w-clamp-230-70-530 {
    width: clamp(230px, 70%, 530px);
  }
  .md\:u-w-full-175 {
    width: min(100%,175px);
  }
  .md\:u-w-full-530 {
    width: min(100%,530px);
  }
  .md\:u-w-half-725 {
    width: min(50%,725px);
  }
  .md\:u-w-mx-135 {
    max-width: 135px;
  }
  .md\:u-w-mx-160 {
    max-width: 160px;
  }
  .md\:u-w-mx-275 {
    max-width: 275px;
  }
  .md\:u-w-mx-480 {
    max-width: 480px;
  }
  .md\:u-w-mx-525 {
    max-width: 525px;
  }
  .md\:u-w-mx-700 {
    max-width: 700px;
  }
  .md\:u-w-mx-840 {
    max-width: 840px;
  }
  .md\:u-w-mx-1000 {
    max-width: 1000px;
  }
  .md\:u-w-mx-1040 {
    max-width: 1040px;
  }
  .md\:u-w-mx-1280 {
    max-width: 1280px;
  }
  .md\:u-w-mx-1550 {
    max-width: 1550px;
  }
  .md\:u-w-mx-full {
    max-width: 100%;
  }
  .dd-events li {
    width: 50% !important;
  }
  #socialBtns .padding {
    margin-left: -5px;
    margin-right: -5px;
  }
  #socialBtns .padding > * {
    flex-grow: 1;
    margin: 0 5px 10px 5px !important;
    width: calc(50% - 10px) !important;
  }
  .dd-milestones {
    display: block;
    text-align: center;
  }
  .dd-milestone-mark .dd-description {
    display: none !important;
  }
}
@media only screen and (max-width: 767px){
  .logged-in .topnavcms.primary-nav {
    top: 0;
  }
}
@media only screen and (max-width: 641px){
  .form-actions .dd-btn {
    margin-bottom: 15px;
  }
  .form-actions > * {
    display: block;
    width: 100%;
  }
  .sm\:u-txt-center {
    text-align: center;
  }
  .sm\:u-txt-left {
    text-align: left;
  }
  .sm\:u-txt-right {
    text-align: right;
  }
  .wrap-content > blockquote:after,
  .wrap-content > p.blockquote:after {
    border-bottom: 9px solid #004B95;
    border-right: 9px solid #004B95;
  }
  .sm\:u-fs-18 {
    font-size: 18px;
  }
  .sm\:u-fs-22 {
    font-size: 22px;
  }
  .sm\:u-fs-28 {
    font-size: 28px;
  }
  .sm\:u-fs-32 {
    font-size: 32px;
  }
  .sm\:u-fs-36 {
    font-size: 36px;
  }
  .sm\:u-fs-65 {
    font-size: 65px;
  }
  .sm\:u-fs-29-h1-child h1 {
    font-size: 29px;
  }
  .sm\:u-fs-29-h2-child h2 {
    font-size: 29px;
  }
  .sm\:u-fs-32-h1-child h1 {
    font-size: 32px;
  }
  .sm\:grow-0 {
    flex-grow: 0;
  }
  .sm\:grid-x {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sm\:grid-y {
    flex-direction: column;
  }
  .sm\:col-auto {
    width: auto;
  }
  .sm\:col-1 {
    width: 8.333333333333332%;
  }
  .sm\:col-2 {
    width: 16.666666666666664%;
  }
  .sm\:col-3 {
    width: 25%;
  }
  .sm\:col-4 {
    width: 33.33333333333333%;
  }
  .sm\:col-5 {
    width: 41.66666666666667%;
  }
  .sm\:col-6 {
    width: 50%;
  }
  .sm\:col-7 {
    width: 58.333333333333336%;
  }
  .sm\:col-8 {
    width: 66.66666666666666%;
  }
  .sm\:col-9 {
    width: 75%;
  }
  .sm\:col-10 {
    width: 83.33333333333334%;
  }
  .sm\:col-11 {
    width: 91.66666666666666%;
  }
  .sm\:col-12 {
    width: 100%;
  }
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .sm\:order-4 {
    order: 4;
  }
  .sm\:order-5 {
    order: 5;
  }
  .sm\:order-6 {
    order: 6;
  }
  .sm\:order-7 {
    order: 7;
  }
  .sm\:order-8 {
    order: 8;
  }
  .sm\:order-9 {
    order: 9;
  }
  .sm\:order-10 {
    order: 10;
  }
  .sm\:order-11 {
    order: 11;
  }
  .sm\:order-12 {
    order: 12;
  }
  .sm\:align-end {
    align-items: flex-end;
  }
  .sm\:align-start {
    align-items: flex-start;
  }
  .sm\:align-center {
    align-items: center;
  }
  .sm\:align-baseline {
    align-items: baseline;
  }
  .sm\:content-end {
    align-content: flex-end;
  }
  .sm\:content-start {
    align-content: flex-start;
  }
  .sm\:content-center {
    align-content: center;
  }
  .sm\:content-baseline {
    align-content: baseline;
  }
  .sm\:align-self-end {
    align-self: flex-end;
  }
  .sm\:align-self-start {
    align-self: flex-start;
  }
  .sm\:align-self-center {
    align-self: center;
  }
  .sm\:align-self-baseline {
    align-self: baseline;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:justify-around {
    justify-content: space-around;
  }
  .sm\:justify-self-end {
    justify-self: flex-end;
  }
  .sm\:justify-self-start {
    justify-self: flex-start;
  }
  .sm\:justify-self-center {
    justify-self: center;
  }
  .sm\:justify-self-baseline {
    justify-self: baseline;
  }
  body:not(.body-modal) .btn-half-width {
    display: block;
  }
  body:not(.body-modal) .dd-btn:not(#streamingdonatebutton),
  body:not(.body-modal) .btn-big {
    width: 100%;
    margin-left: 0px;
  }
  body:not(.body-modal) [class*="btn-skew"] {
    padding: 15px !important;
  }
  body:not(.body-modal) [class*="btn-skew"]:after {
    transform: skewX(0deg);
  }
  table[class*="tr"] a.link-download {
    justify-content: center;
  }
  table[class*="tr"] a.link-download:after {
    margin-left: 10px;
  }
  table[class*="tr-"][class*="-col-2"],
  table[class*="tr-"][class*="-col-3"],
  table[class*="tr-"][class*="-col-4"] {
    --flex-items: 1;
  }
  .fundraiser-button-container {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .sm\:u-aspect-ratio-16-9 {
    aspect-ratio: 16/9;
  }
  .sm\:u-bg-inherit {
    background: inherit;
  }
  .sm\:u-bg-color-1 {
    background-color: #004B95;
  }
  .sm\:u-bg-color-2 {
    background-color: #F58025;
  }
  .sm\:u-bg-color-3 {
    background-color: #00B5E2;
  }
  .sm\:u-bg-color-4 {
    background-color: #FFCD00;
  }
  .sm\:u-bg-color-5 {
    background-color: #F6F6F6;
  }
  .sm\:u-bg-color-6 {
    background-color: #353431;
  }
  .sm\:u-bg-color-10 {
    background-color: #00254a;
  }
  .sm\:u-bg-white {
    background-color: #FFFFFF;
  }
  .sm\:u-bg-black {
    background-color: #000000;
  }
  .sm\:u-bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .sm\:u-bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .sm\:u-bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sm\:u-bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .sm\:u-bg-transparent {
    background-color: transparent;
  }
  .sm\:u-bg-size-cover {
    background-size: cover;
  }
  .sm\:u-bg-size-contain {
    background-size: contain;
  }
  .sm\:u-bg-size-x-full {
    background-size: 100%;
  }
  .sm\:u-bg-size-auto-160 {
    background-size: auto 160px;
  }
  .sm\:u-display-block {
    display: block;
  }
  .sm\:u-display-flex {
    display: flex;
  }
  .sm\:u-display-inline {
    display: inline;
  }
  .sm\:u-display-inline-block {
    display: inline-block;
  }
  .sm\:u-display-none {
    display: none;
  }
  .sm\:u-h-6 {
    height: 6px;
  }
  .sm\:u-h-58 {
    height: 58px;
  }
  .sm\:u-h-118 {
    height: 118px;
  }
  .sm\:u-h-half {
    height: 50%;
  }
  .sm\:u-h-full {
    height: 100%;
  }
  .sm\:u-h-min-auto {
    min-height: auto;
  }
  .sm\:u-h-min-100 {
    min-height: 100px;
  }
  .sm\:u-h-min-220 {
    min-height: 220px;
  }
  .sm\:u-h-min-250 {
    min-height: 250px;
  }
  .sm\:u-h-min-465 {
    min-height: 465px;
  }
  .sm\:u-h-min-500 {
    min-height: 500px;
  }
  .sm\:u-h-min-600 {
    min-height: 600px;
  }
  .sm\:u-h-min-670 {
    min-height: 670px;
  }
  .sm\:u-h-min-800 {
    min-height: 800px;
  }
  .sm\:-u-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sm\:-u-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sm\:-u-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sm\:-u-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sm\:u-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:u-mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sm\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sm\:u-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sm\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sm\:u-my-40-0 {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .sm\:u-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sm\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sm\:u-my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .sm\:u-mt-10 {
    margin-top: 10px;
  }
  .sm\:u-mt-20 {
    margin-top: 20px;
  }
  .sm\:u-mt-40 {
    margin-top: 40px;
  }
  .sm\:u-mt-65 {
    margin-top: 65px;
  }
  .sm\:u-mt-70 {
    margin-top: 70px;
  }
  .sm\:u-mt-95 {
    margin-top: 95px;
  }
  .sm\:-u-mb-150 {
    margin-bottom: -150px;
  }
  .sm\:-u-mb-80 {
    margin-bottom: -80px;
  }
  .sm\:u-mb-0 {
    margin-bottom: 0;
  }
  .sm\:u-mb-10 {
    margin-bottom: 10px;
  }
  .sm\:u-mb-15 {
    margin-bottom: 15px;
  }
  .sm\:u-mb-20 {
    margin-bottom: 20px;
  }
  .sm\:u-mb-25 {
    margin-bottom: 25px;
  }
  .sm\:u-mb-30 {
    margin-bottom: 30px;
  }
  .sm\:u-mb-40 {
    margin-bottom: 40px;
  }
  .sm\:u-ml-auto {
    margin-left: auto;
  }
  .sm\:u-ml-10 {
    margin-left: 10px;
  }
  .sm\:u-mr-auto {
    margin-right: auto;
  }
  .sm\:u-mr-0 {
    margin-right: 0;
  }
  .sm\:u-mr-10 {
    margin-right: 10px;
  }
  .sm\:u-mr-15 {
    margin-right: 15px;
  }
  .sm\:u-mb-20-child > * {
    margin-bottom: 20px;
  }
  .sm\:u-mb-25-child > * {
    margin-bottom: 25px;
  }
  .sm\:u-mb-40-child > * {
    margin-bottom: 40px;
  }
  .sm\:u-mb-50-child > * {
    margin-bottom: 50px;
  }
  .sm\:u-overflow-hidden {
    overflow: hidden;
  }
  .sm\:u-overflow-auto {
    overflow: auto;
  }
  .sm\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sm\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm\:u-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sm\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:u-px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sm\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm\:u-py-20-10 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .sm\:u-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sm\:u-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm\:u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sm\:u-py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .sm\:u-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sm\:u-pt-70 {
    padding-top: 70px;
  }
  .sm\:u-pb-50 {
    padding-bottom: 50px;
  }
  .sm\:u-pb-65 {
    padding-bottom: 65px;
  }
  .sm\:u-pos-absolute {
    position: absolute;
  }
  .sm\:u-pos-relative {
    position: relative;
  }
  .sm\:u-pos-static {
    position: static;
  }
  .sm\:u-pos-fixed {
    position: fixed;
  }
  .sm\:u-inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .sm\:-u-top-150 {
    top: -150px;
  }
  .sm\:-u-top-80 {
    top: -80px;
  }
  .sm\:-u-top-10 {
    top: -10px;
  }
  .sm\:u-top-auto {
    top: auto;
  }
  .sm\:u-top-0 {
    top: 0;
  }
  .sm\:u-top-30 {
    top: 30px;
  }
  .sm\:-u-bottom-50 {
    bottom: -50px;
  }
  .sm\:-u-bottom-25 {
    bottom: -25px;
  }
  .sm\:u-bottom-0 {
    bottom: 0;
  }
  .sm\:-u-transform-skewY-3 {
    transform: skewY(-3deg);
  }
  .sm\:u-transform-skewY-3 {
    transform: skewY(3deg);
  }
  .sm\:u-transform-origin-bottom {
    transform-origin: bottom;
  }
  .sm\:u-transform-origin-left {
    transform-origin: left;
  }
  .sm\:u-transform-origin-right {
    transform-origin: right;
  }
  .sm\:u-transform-origin-top {
    transform-origin: top;
  }
  .sm\:u-w-1000 {
    width: 1000px;
  }
  .sm\:u-w-118 {
    width: 118px;
  }
  .sm\:u-w-58 {
    width: 58px;
  }
  .sm\:u-w-80 {
    width: 80px;
  }
  .sm\:u-w-clamp-230-70-530 {
    width: clamp(230px, 70%, 530px);
  }
  .sm\:u-w-full-175 {
    width: min(100%,175px);
  }
  .sm\:u-w-full-530 {
    width: min(100%,530px);
  }
  .sm\:u-w-half-725 {
    width: min(50%,725px);
  }
  .sm\:u-w-mx-135 {
    max-width: 135px;
  }
  .sm\:u-w-mx-160 {
    max-width: 160px;
  }
  .sm\:u-w-mx-275 {
    max-width: 275px;
  }
  .sm\:u-w-mx-480 {
    max-width: 480px;
  }
  .sm\:u-w-mx-525 {
    max-width: 525px;
  }
  .sm\:u-w-mx-700 {
    max-width: 700px;
  }
  .sm\:u-w-mx-840 {
    max-width: 840px;
  }
  .sm\:u-w-mx-1000 {
    max-width: 1000px;
  }
  .sm\:u-w-mx-1040 {
    max-width: 1040px;
  }
  .sm\:u-w-mx-1280 {
    max-width: 1280px;
  }
  .sm\:u-w-mx-1550 {
    max-width: 1550px;
  }
  .sm\:u-w-mx-full {
    max-width: 100%;
  }
  .dd-badges h1,
  .dd-incentive-option-list h1,
  .dd-milestones h1,
  .dd-thermo-horizontal h1,
  .dd-badges .dd-thermo-raised,
  .dd-incentive-option-list .dd-thermo-raised,
  .dd-milestones .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-badges .dd-thermo-goal,
  .dd-incentive-option-list .dd-thermo-goal,
  .dd-milestones .dd-thermo-goal,
  .dd-thermo-horizontal .dd-thermo-goal {
    font-size: 24px;
  }
  .dd-badges,
  .dd-incentive-option-list {
    display: block;
  }
  .dd-badges > *,
  .dd-incentive-option-list > * {
    margin-bottom: 10px !important;
  }
  .dd-badges > *:last-child,
  .dd-incentive-option-list > *:last-child {
    margin-bottom: 0 !important;
  }
  .dd-badges .dd-btn-link,
  .dd-incentive-option-list .dd-btn-link {
    margin-left: 0;
  }
  .dd-badges .dd-description {
    display: none !important;
  }
  .dd-badges ul li {
    padding: 0;
  }
  .dd-badges.dd-no-badges .dd-badge-missing {
    background-position: center;
  }
  .dd-badges.dd-no-badges p {
    margin-bottom: 15px;
  }
  .dd-event-countdown .count {
    margin: 0 10px;
    min-width: auto;
    padding: 15px 10px;
    width: calc(33.33% - (10px * 2));
  }
  .dd-event-countdown .number {
    font-size: 32px;
  }
  .dd-events h1 {
    font-size: 32px;
  }
  .dd-events ol {
    margin-bottom: 20px;
  }
  .dd-events li {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .dd-events > *:last-child,
  .dd-events li:last-child {
    margin-bottom: 0;
  }
  .dd-events .dd-link {
    padding: 10px;
  }
  .dd-events .dd-list-info .dd-list-name {
    margin-bottom: 0;
  }
  .dd-sponsors .dd-sponsors-container {
    flex-direction: column;
  }
  #embedbtn {
    display: none !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 {
    font-size: 24px;
    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-left: 0 !important;
    margin-right: 0 !important;
  }
  .dd-top-team-groups ol,
  .dd-top-fundraisers ol,
  .dd-top-teams ol {
    margin-bottom: 30px;
  }
  .dd-top-team-groups li,
  .dd-top-fundraisers li,
  .dd-top-teams li {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding: 10px 5px;
    width: 100% !important;
  }
  .dd-top-team-groups .dd-avatar-link,
  .dd-top-fundraisers .dd-avatar-link,
  .dd-top-teams .dd-avatar-link {
    display: flex !important;
  }
  .dd-top-team-groups .dd-avatar-link > *,
  .dd-top-fundraisers .dd-avatar-link > *,
  .dd-top-teams .dd-avatar-link > * {
    margin-bottom: 0 !important;
    width: auto !important;
  }
  .dd-top-team-groups .dd-list-info,
  .dd-top-fundraisers .dd-list-info,
  .dd-top-teams .dd-list-info {
    text-align: left !important;
    width: calc(100% - (75px + 50px)) !important;
  }
  .dd-top-team-groups .dd-list-name,
  .dd-top-fundraisers .dd-list-name,
  .dd-top-teams .dd-list-name {
    justify-content: flex-start !important;
  }
  .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: 18px;
  }
  .dd-top-team-groups .dd-list-thermo,
  .dd-top-fundraisers .dd-list-thermo,
  .dd-top-teams .dd-list-thermo {
    display: none;
  }
  .dd-top-team-groups li:before,
  .dd-top-fundraisers .dd-avatar-link:before,
  .dd-top-teams .dd-avatar-link:before {
    display: block !important;
    font-size: 25px;
    width: 50px;
  }
  .dd-login:not(.header-login) {
    width: 100%;
  }
  .dd-list-subscribe label {
    width: 100% !important;
    padding: 0px 0px 10px 0px !important;
  }
  .dd-quickstats {
    display: block;
    padding: 5px 25px !important;
  }
  .dd-quickstats h1,
  .dd-quickstats [class*="dd-quickstats-"] {
    margin: 20px 0 !important;
  }
  .dd-quickstats h1 {
    padding: 0;
  }
  .dd-quickstats [class*="dd-quickstats-"] {
    padding: 0;
    width: 100% !important;
  }
  .dd-search {
    width: 100%;
  }
  .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-milestone-list,
  .dd-thermo-horizontal .dd-thermo-track {
    height: 40px;
  }
  .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 (prefers-reduced-motion){
  .c-banner-video.v-banner-video-reduced-motion {
    display: none;
  }
}

