@-webkit-keyframes thermo-progress-horz {
  0% {
    width: 0;
  }
}
@keyframes thermo-progress-horz {
  0% {
    width: 0;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Theme Mixins */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * Give all elements box-sizing
 */
* {
  box-sizing: border-box;
}
/**
 * Define main for IE
 */
main,
aside {
  display: block;
}
/**
 * 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;
}
/* 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;
  padding: 10px 15px;
}
.btn-link,
.cancel {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  text-align: center;
}
.close {
  text-decoration: none !important;
}
#editorContent .dd-widget,
#wysiwyg .dd-widget {
  background-color: #E4E4E4;
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}
#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";
}
#wysiwyg {
  margin: 10px !important;
  background-image: none !important;
  background-color: #fff !important;
}
#wysiwyg table td {
  outline: auto;
}
ul.accordion {
  margin: 0;
  padding: 0;
}
ul.accordion li.accordion-item.is-active .accordion-title [class*="icon-"] {
  transform: rotate(180deg);
}
ul.accordion .accordion-title {
  text-decoration: none !important;
}
ul.accordion .accordion-content {
  display: none;
  overflow: hidden;
}
.dd-announcement-bar {
  background-color: #EEEEEE;
  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: 8px 54px;
  width: 100%;
}
.dd-announcement-bar-content p {
  color: #000000;
}
.dd-announcement-bar-content > :last-child {
  margin-bottom: 0;
}
.dd-announcement-bar-content a,
.dd-announcement-bar-content a:link {
  color: #000000;
  text-decoration: underline;
}
.dd-announcement-bar-content a:active,
.dd-announcement-bar-content a:visited {
  color: #333333;
  text-decoration: underline;
}
.dd-announcement-bar-content a:hover,
.dd-announcement-bar-content a:focus {
  color: #333333;
  text-decoration: underline;
}
.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: #000000;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  line-height: inherit;
}
.dd-announcement-bar-close {
  position: absolute;
  right: 27px;
  top: 8px;
  transform: translate(50%, 0);
}
.dd-announcement-bar-content p {
  font-size: 20px;
}
.dd-announcement-bar-close {
  top: 12px;
}
.dd-announcement-bar-close i {
  font-size: 20px;
}
.banner p {
  margin-bottom: 0;
}
.banner img {
  width: 100% !important;
  height: auto !important;
}
.default-logo-banner {
  display: none !important;
}
a {
  transition: all 0.4s ease;
  text-decoration: none;
}
a:link {
  color: #666666;
  text-decoration: none;
  font-weight: 700;
}
a:visited,
a:active {
  color: #666666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a,
button,
input[type="submit"] {
  transition: all 0.4s ease;
  cursor: pointer;
}
a.dd-btn,
button.dd-btn,
input[type="submit"].dd-btn,
a.m-btn,
button.m-btn,
input[type="submit"].m-btn {
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0 15px 15px 0;
  padding: 12px 20px 12px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
  vertical-align: top;
  background-color: #000000;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  background-image: linear-gradient(to right, #000000 0% 50%, transparent 50% 100%), linear-gradient(to bottom, #000000 0% 50%, #FFFFFF 50% 100%);
  background-position: top left;
  background-size: 250% 250%;
}
a.dd-btn:hover,
button.dd-btn:hover,
input[type="submit"].dd-btn:hover,
a.m-btn:hover,
button.m-btn:hover,
input[type="submit"].m-btn:hover,
a.dd-btn:focus,
button.dd-btn:focus,
input[type="submit"].dd-btn:focus,
a.m-btn:focus,
button.m-btn:focus,
input[type="submit"].m-btn:focus {
  background-color: #FFFFFF;
  border-color: transparent;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.3);
  color: #000000;
}
a.dd-btn:hover,
button.dd-btn:hover,
input[type="submit"].dd-btn:hover,
a.m-btn:hover,
button.m-btn:hover,
input[type="submit"].m-btn:hover,
a.dd-btn:focus,
button.dd-btn:focus,
input[type="submit"].dd-btn:focus,
a.m-btn:focus,
button.m-btn:focus,
input[type="submit"].m-btn:focus {
  background-color: #FFFFFF;
  background-position: bottom right;
}
a.dd-btn [class^="icon-"],
button.dd-btn [class^="icon-"],
input[type="submit"].dd-btn [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.m-btn [class*="icon-"],
button.m-btn [class*="icon-"],
input[type="submit"].m-btn [class*="icon-"] {
  font-size: inherit;
}
a.btn-alt,
button.btn-alt,
input[type="submit"].btn-alt {
  padding: 10px;
  font-size: 20px;
  background-image: none;
  background-color: #000000;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  color: #FFFFFF;
}
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;
  box-shadow: none;
  color: #FFFFFF;
}
a.btn-alt-1,
button.btn-alt-1,
input[type="submit"].btn-alt-1 {
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  background-color: #EEEEEE;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  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: #EEEEEE;
  border-color: transparent;
  box-shadow: none;
  color: #000000;
}
a.btn-big,
button.btn-big,
input[type="submit"].btn-big,
a.btn-v-2,
button.btn-v-2,
input[type="submit"].btn-v-2 {
  padding: 22px 40px 20px 40px;
  margin: 0 15px 20px 0;
  font-size: 18px;
  background-color: #FDC82F;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  color: #000000;
  background-image: linear-gradient(to right, #FDC82F 0% 50%, transparent 50% 100%), linear-gradient(to bottom, #FDC82F 0% 50%, #fede82 50% 100%);
  background-position: left top;
  background-size: 250% 250%;
}
a.btn-big:hover,
button.btn-big:hover,
input[type="submit"].btn-big:hover,
a.btn-v-2:hover,
button.btn-v-2:hover,
input[type="submit"].btn-v-2:hover,
a.btn-big:focus,
button.btn-big:focus,
input[type="submit"].btn-big:focus,
a.btn-v-2:focus,
button.btn-v-2:focus,
input[type="submit"].btn-v-2:focus {
  background-color: #fede82;
  border-color: transparent;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.3);
  color: #000000;
}
a.btn-big:hover,
button.btn-big:hover,
input[type="submit"].btn-big:hover,
a.btn-v-2:hover,
button.btn-v-2:hover,
input[type="submit"].btn-v-2:hover,
a.btn-big:focus,
button.btn-big:focus,
input[type="submit"].btn-big:focus,
a.btn-v-2:focus,
button.btn-v-2:focus,
input[type="submit"].btn-v-2:focus {
  background-color: #fede82;
  background-position: right bottom;
}
a.btn-no-margin,
button.btn-no-margin,
input[type="submit"].btn-no-margin {
  margin: 0;
}
a *:before,
button *:before,
input[type="submit"] *:before {
  color: inherit;
  font-size: inherit;
}
.btn-full {
  width: 100%;
}
.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-block !important;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 15px 15px 0 !important;
  padding: 12px 20px 12px 20px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: all 0.4s ease !important;
  vertical-align: top !important;
  background-color: #000000 !important;
  border-color: transparent !important;
  border-style: solid !important;
  border-width: 0 !important;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1) !important;
  color: #FFFFFF !important;
}
.m-btn-container .m-btn:hover,
.m-btn-container .m-btn:focus {
  background-color: #FFFFFF !important;
  border-color: transparent !important;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.3) !important;
  color: #000000 !important;
}
@media only screen and (max-width: 641px) {
  body:not(.body-modal) .dd-btn:not(.dd-btn__copy-link),
  body:not(.body-modal) .btn-big {
    width: 100%;
    margin-right: 0px;
  }
}
.has-dropdown {
  position: relative;
}
.is-dropdown {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  min-width: 190px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  transform-origin: top;
  transform: scaleY(0);
  transition: all 0.25s;
}
.is-dropdown.is-active {
  transform: scaleY(1);
}
#fb-comments {
  display: none;
}
input[type="file"] {
  line-height: 1.15;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
  border: 1px solid #DDDDDD;
  font-size: 16px;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  border-radius: 0;
}
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 #FDC82F !important;
  outline: 0;
  box-shadow: none !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666666;
  text-transform: none;
  font-size: 16px;
}
input::placeholder,
textarea::placeholder {
  color: #666666;
  text-transform: none;
  font-size: 16px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666666;
  text-transform: none;
  font-size: 16px;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666666;
  text-transform: none;
  font-size: 16px;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #666666;
  text-transform: none;
  font-size: 16px;
}
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 {
  padding: 0;
  text-align: center;
}
#inappropriatecontentlink a {
  display: block;
  color: #666666;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
#inappropriatecontentlink a:hover,
#inappropriatecontentlink a:focus {
  color: #000000;
}
#inappropriatecontentlink a i.icon-flag {
  color: #FDC82F;
}
#inappropriatecontentlink + .clr {
  display: none;
}
.offlinedonationlink {
  color: #666666;
  text-align: center;
}
.offlinedonationlink:before {
  color: #FDC82F;
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 15px;
  display: inline;
}
.offlinedonationlink:hover,
.offlinedonationlink:active {
  color: #000000;
}
[data-resizetype="responsive"],
.responsive-media-embed {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}
[data-resizetype="responsive"] iframe,
.responsive-media-embed iframe,
[data-resizetype="responsive"] object,
.responsive-media-embed object,
[data-resizetype="responsive"] embed,
.responsive-media-embed embed,
[data-resizetype="responsive"] video,
.responsive-media-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
[data-resizetype="responsive"].default,
.responsive-media-embed.default {
  padding-bottom: 56.25%;
}
[data-resizetype="responsive"].anamorphic,
.responsive-media-embed.anamorphic {
  padding-bottom: 41.84100418%;
}
[data-resizetype="responsive"].panorama,
.responsive-media-embed.panorama {
  padding-bottom: 31.640625%;
}
[data-resizetype="responsive"].square,
.responsive-media-embed.square {
  padding-bottom: 100%;
}
.dd-stream {
  background-color: #f0f0f0;
  margin: 50px auto 50px auto !important;
}
.dd-streaming-embed {
  border-radius: 5px;
  padding: 10px 20px;
}
.dd-streaming-embed .dd-feed-wrap,
.dd-streaming-embed .dd-streaming-header {
  padding-right: 0;
  padding-left: 0;
}
.dd-streaming-embed #streamingcontainer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-item {
  box-shadow: none;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-visual {
  font-size: 20px;
  padding: 20px 0 20px 10px;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-timestamp {
  padding: 8px 10px;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-donation {
  color: #666666;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-details {
  padding: 20px 0 20px 10px;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-description > * {
  margin-bottom: 0;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-description > *.dd-feed-title {
  font-size: 20px;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-description > *.dd-feed-info {
  padding-top: 0;
}
.dd-stream-controls .dd-mobile-toggle,
.dd-stream-controls a:not(.active) {
  color: #666666;
}
.dd-stream-config .form-actions button {
  display: block;
}
.dd-stream-config .form-actions button.dd-btn {
  margin-bottom: 10px;
}
.dd-stream-config .form-actions button.btn-link {
  padding-left: 0;
  padding-right: 0;
}
#streamingdonatebutton {
  font-size: 18px;
  background-image: linear-gradient(to right, #FDC82F 0% 50%, transparent 50% 100%), linear-gradient(to bottom, #FDC82F 0% 50%, #fede82 50% 100%);
  background-position: left top;
  background-size: 250% 250%;
  background-color: #FDC82F;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  color: #000000;
}
#streamingdonatebutton:hover,
#streamingdonatebutton:focus {
  background-position: right bottom;
}
#streamingdonatebutton:hover,
#streamingdonatebutton:focus {
  background-color: #fede82;
  border-color: transparent;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.3);
  color: #000000;
}
@media only screen and (max-width: 980px) {
  .dd-streaming-embed {
    padding: 0 10px;
  }
  .dd-streaming-embed .dd-activity-feed .dd-feed-visual {
    border-right: 0;
  }
}
@media only screen and (max-width: 641px) {
  .dd-stream {
    margin: 20px auto 20px auto !important;
  }
}
table.tr {
  table-layout: fixed;
  width: 100% !important;
  border: 0;
  padding-top: 20px;
  margin-bottom: 20px;
}
table.tr th,
table.tr td {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  border: 0;
  vertical-align: top;
  display: table-cell !important;
}
table.tr th > *:last-child,
table.tr td > *:last-child {
  margin-bottom: 0;
}
table.tr tr > td {
  border-right: 4px solid #666666;
}
table.tr tr > td:first-child {
  padding-left: 0;
}
table.tr tr > td:last-child {
  padding-right: 0;
  border-right: 0;
}
.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;
}
@media only screen and (max-width: 1025px) {
  table.tr {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  table.tr th,
  table.tr td {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
  }
  table.tr tr > td {
    border-right: 0 !important;
    border-bottom: 4px solid #666666;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  table.tr tr > td:first-child {
    border-top: 4px solid #666666;
  }
}
.topnavcms.contentset-nav {
  padding: 24px 0 10px;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle {
  background-color: #FFFFFF;
  cursor: pointer;
  display: none;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle > button {
  display: flex;
  width: 100%;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle [class*="icon-"] {
  font-size: 30px;
  margin-right: 10px;
  line-height: 1;
  transition: all 0.4s ease;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle.is-active [class*="icon-"] {
  transform: rotate(180deg);
}
.topnavcms.contentset-nav > li {
  padding: 0 15px 10px;
}
.topnavcms.contentset-nav > li > a {
  color: #000000;
  font-size: 20px;
}
.topnavcms.contentset-nav > li:not(:last-child) {
  border-right: none;
}
.topnavcms.contentset-nav > li:not(.nochildren):not(.page-home):not(.contentset-nav-mobile-toggle) {
  padding-right: 32px;
}
.topnavcms.contentset-nav .btn-show-dropdown {
  padding: 0 10px;
  top: -2px;
  width: 32px;
}
.topnavcms.contentset-nav ul a:hover,
.topnavcms.contentset-nav ul a:focus {
  background-color: #fed96d;
}
.topnavcms.contentset-nav .btn-show-dropdown {
  color: #000000;
}
@media only screen and (max-width: 1025px) {
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle {
    display: block;
  }
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle ~ li {
    display: none;
  }
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle ~ li.show-navigation {
    display: block;
  }
}
.m-cms-nav {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  transform-origin: top;
  transform: scaleY(0);
  transition: all 0.25s;
}
.m-cms-nav.is-active {
  transform: scaleY(1);
}
.btn-show-dropdown {
  background-color: transparent;
  border: 0;
  color: #000000;
  display: block;
  height: 22px;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: -4px;
  width: 42px;
  transition: all 0.5s;
}
.btn-show-dropdown [class*="icon-"] {
  font-size: 20px;
  margin-right: 0;
  vertical-align: middle;
}
.btn-show-dropdown.is-active {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1025px) {
  body.nav-hidden .m-nav {
    display: none;
  }
  .m-nav {
    padding: 0 5px;
    position: relative;
  }
  .m-nav .is-dropdown {
    width: 100%;
    left: 0;
    right: 0;
  }
  .m-search,
  .m-login,
  .m-lang {
    position: static;
  }
  .m-cms-nav {
    display: block;
  }
  .m-menu-nav {
    order: 1;
  }
  .m-login {
    order: 2;
  }
  .m-search {
    order: 3;
  }
  .m-lang {
    order: 4;
  }
  .m-btn {
    width: auto !important;
    padding: 10px !important;
    font-size: 18px !important;
  }
  .m-btn [class*="icon-"] {
    margin-right: 0;
  }
  .btn-show-dropdown {
    display: block;
    height: auto;
    padding: 20px;
    width: auto;
  }
  .topnavcms.m-cms-nav,
  .topnavcms.contentset-nav-mobile {
    display: block;
    background-color: #FDC82F;
    z-index: 10;
  }
  .topnavcms.m-cms-nav li,
  .topnavcms.contentset-nav-mobile li {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
  }
  .topnavcms.m-cms-nav li a,
  .topnavcms.contentset-nav-mobile li a {
    padding: 20px 15px;
    text-align: left;
    color: #000000;
  }
  .topnavcms.m-cms-nav li a:after,
  .topnavcms.contentset-nav-mobile li a:after {
    display: none !important;
  }
  .topnavcms.m-cms-nav li:hover ul:not(.show-dropdown),
  .topnavcms.contentset-nav-mobile li:hover ul:not(.show-dropdown),
  .topnavcms.m-cms-nav li:focus ul:not(.show-dropdown),
  .topnavcms.contentset-nav-mobile li:focus ul:not(.show-dropdown) {
    transform: scaleY(0);
  }
  .topnavcms.m-cms-nav > li:not(:last-child),
  .topnavcms.contentset-nav-mobile > li:not(:last-child) {
    border-right: none;
  }
  .topnavcms.m-cms-nav > li:not(.nochildren):not(.contentset-nav-mobile-toggle) > a,
  .topnavcms.contentset-nav-mobile > li:not(.nochildren):not(.contentset-nav-mobile-toggle) > a {
    padding-right: 42px;
  }
  .topnavcms.m-cms-nav ul,
  .topnavcms.contentset-nav-mobile ul {
    background-color: #FDC82F;
    padding-top: 0;
    width: 100%;
  }
  .topnavcms.m-cms-nav ul.show-dropdown,
  .topnavcms.contentset-nav-mobile ul.show-dropdown {
    position: static;
    display: block;
  }
  .topnavcms.m-cms-nav ul li,
  .topnavcms.contentset-nav-mobile ul li {
    background-color: transparent;
  }
  .topnavcms.m-cms-nav ul li a,
  .topnavcms.contentset-nav-mobile ul li a {
    padding: 20px 15px 20px 25px;
  }
  .topnavcms.contentset-nav-mobile {
    background-color: #EEEEEE;
    padding: 0;
  }
  .topnavcms.contentset-nav-mobile li {
    background-color: #f0f0f0;
  }
  .topnavcms.contentset-nav-mobile li a {
    background-color: transparent;
    color: #000000;
  }
  .topnavcms.contentset-nav-mobile ul {
    background-color: #f0f0f0;
  }
  .topnavcms.contentset-nav-mobile ul ul li {
    background-color: transparent;
  }
  .topnavcms.contentset-nav-mobile .btn-show-dropdown {
    display: block;
    height: auto;
    padding: 20px;
    width: auto;
  }
}
.nav-tabs-block #teamTabs,
.nav-tabs-block #participantTabs {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  border-bottom: 0;
  margin: 0 0 40px 0 !important;
}
.nav-tabs-block #teamTabs li,
.nav-tabs-block #participantTabs li {
  margin: 0 !important;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.nav-tabs-block #teamTabs li.active a,
.nav-tabs-block #participantTabs li.active a {
  background-color: #FDC82F;
}
.nav-tabs-block #teamTabs a,
.nav-tabs-block #participantTabs a {
  background-color: rgba(238, 238, 238, 0.5);
  border: 0 !important;
  border-radius: 0 !important;
  color: #000000;
  display: block;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  height: 100%;
  padding: 18px 20px 16px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.nav-tabs-block #teamTabs a:hover,
.nav-tabs-block #participantTabs a:hover,
.nav-tabs-block #teamTabs a:focus,
.nav-tabs-block #participantTabs a:focus {
  background-color: #EEEEEE;
}
@media only screen and (max-width: 768px) {
  .nav-tabs-block #teamTabs,
  .nav-tabs-block #participantTabs {
    flex-direction: column;
  }
  .nav-tabs-block #teamTabs li,
  .nav-tabs-block #participantTabs li {
    width: 100%;
  }
}
.topnavcms {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
}
.topnavcms li {
  margin-bottom: 0;
}
.topnavcms li a {
  color: #000000;
  display: block;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
.topnavcms li:hover ul,
.topnavcms li:focus ul,
.topnavcms li.is-active ul {
  transform: scaleY(1);
}
.topnavcms > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
  min-width: 1px;
}
.topnavcms > li > a {
  font-size: 14px;
  text-align: center;
}
.topnavcms > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 2px solid currentColor;
  opacity: 0;
  bottom: -2px;
  transition: all 0.4s ease;
}
.topnavcms > li > a:hover:after,
.topnavcms > li > a:focus:after {
  opacity: 1;
  bottom: -4px;
}
.topnavcms > li:not(:last-child) {
  border-right: 2px solid #000000;
}
.topnavcms > li:not(.nochildren):not(.page-home):not(.contentset-nav-mobile-toggle) {
  padding-right: 42px;
  position: relative;
}
.topnavcms > li.on > a:after,
.topnavcms > li.is-active > a:after {
  opacity: 1;
  bottom: -4px;
}
.topnavcms,
.topnavcms ul {
  list-style: none;
  margin: 0;
}
.topnavcms ul {
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 220px;
  z-index: 10;
  transform-origin: top;
  transform: scaleY(0);
  transition: all 0.25s;
}
.topnavcms ul.is-active {
  transform: scaleY(1);
}
.topnavcms ul li {
  background-color: #FDC82F;
}
.topnavcms ul li:first-child a {
  padding-top: 18px;
}
.topnavcms ul li:last-child a {
  padding-bottom: 15px;
}
.topnavcms ul li.on a {
  background-color: #fed96d;
}
.topnavcms ul a {
  padding: 12px 15px 10px;
  text-align: left;
  font-size: 14px;
  color: #000000;
}
.topnavcms ul a:hover,
.topnavcms ul a:focus {
  background-color: #fed96d;
}
@media only screen and (max-width: 1025px) {
  #primary-nav {
    flex-wrap: wrap;
  }
  .topnavcms li:not(.nochildren):not(.page-home):not(.contentset-nav-mobile-toggle) {
    padding-right: 0;
  }
}
.action-event .heading2donordriveevent {
  display: none;
}
.action-event #showhideeventdetails a {
  text-decoration: underline;
}
.participant-card,
.team-card {
  margin-bottom: 0;
}
.participant-card > *,
.team-card > * {
  display: block !important;
  width: 100% !important;
}
.participant-card p:empty,
.team-card p:empty {
  display: none;
}
.participant-card h1,
.team-card h1 {
  color: #FFFFFF;
  margin-bottom: 10px !important;
  width: 100%;
}
.participant-card .avatar,
.team-card .avatar {
  margin: 0 auto 15px auto !important;
  text-align: center;
}
.participant-card .participant-info,
.team-card .participant-info,
.participant-card .team-info,
.team-card .team-info {
  width: 75%;
}
.participant-card .participant-info .dd-btn,
.team-card .participant-info .dd-btn,
.participant-card .team-info .dd-btn,
.team-card .team-info .dd-btn {
  margin-right: 0;
  margin-bottom: 0;
}
.participant-card .participant-info .dd-btn + .dd-btn,
.team-card .participant-info .dd-btn + .dd-btn,
.participant-card .team-info .dd-btn + .dd-btn,
.team-card .team-info .dd-btn + .dd-btn {
  margin-left: 15px;
}
.participant-card .participant-info > * > *:last-child,
.team-card .participant-info > * > *:last-child,
.participant-card .team-info > * > *:last-child,
.team-card .team-info > * > *:last-child {
  margin-bottom: 0 !important;
}
.participant-card .dd-editable-name,
.team-card .dd-editable-name,
.participant-card .dd-editable-date,
.team-card .dd-editable-date {
  display: block;
  width: 100%;
}
.participant-card .profile-img,
.team-card .profile-img {
  margin: 0 auto 0 auto;
  width: 150px;
  overflow: hidden;
  border-radius: 1000px;
}
.participant-card .personal-campaign-details,
.team-card .personal-campaign-details {
  margin-bottom: 10px !important;
}
.participant-card .personal-campaign-date,
.team-card .personal-campaign-date {
  margin-bottom: 20px !important;
}
.participant-card .personal-campaign-details,
.team-card .personal-campaign-details,
.participant-card .personal-campaign-date,
.team-card .personal-campaign-date {
  line-height: 1.67;
  color: #FFFFFF;
  font-weight: 400;
}
.participant-card .page-details,
.team-card .page-details {
  margin: 0 0 30px 0 !important;
}
.participant-card .page-details > *,
.team-card .page-details > * {
  padding-left: 0 !important;
}
.participant-card .page-details *,
.team-card .page-details * {
  color: #FFFFFF !important;
  font-weight: 400;
}
.participant-card .page-details a,
.team-card .page-details a {
  border-bottom: 1px solid transparent;
}
.participant-card .page-details a:hover,
.team-card .page-details a:hover,
.participant-card .page-details a:focus,
.team-card .page-details a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid currentColor;
}
.participant-card .page-details [class*="icon-"],
.team-card .page-details [class*="icon-"] {
  margin-right: 10px !important;
  display: inline-block !important;
  position: static !important;
}
.participant-card .page-details [class*="icon-"],
.team-card .page-details [class*="icon-"],
.participant-card .page-details [class*="icon-"]:before,
.team-card .page-details [class*="icon-"]:before {
  font-size: inherit !important;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .participant-card .page-details,
  .team-card .page-details {
    margin: 0 0 15px 0 !important;
  }
  .participant-card .page-details > *,
  .team-card .page-details > * {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 641px) {
  .participant-card .participant-info .dd-btn,
  .team-card .participant-info .dd-btn,
  .participant-card .team-info .dd-btn,
  .team-card .team-info .dd-btn {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
}
html,
body,
#scroll-wrap {
  min-height: 100%;
}
body {
  font-size: 16px;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  padding: 0;
}
#scroll-wrap {
  overflow: hidden;
}
.footer-copyright {
  line-height: 1.2;
}
.footer-text {
  color: #FFFFFF;
}
.footer-text a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  font-weight: 400;
  color: #FFFFFF;
}
.footer-text a:hover,
.footer-text a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
#powered-by {
  height: auto;
  text-decoration: none !important;
}
#powered-by img {
  max-width: 196px;
  width: 100%;
}
.header-logo {
  max-width: 115px;
  margin-bottom: 0;
  font-size: 20px;
  padding: 15px;
}
.header-logo a {
  color: #FDC82F;
}
.header-logo#clientLogoText,
.header-logo img {
  width: 100%;
}
.header-logo img {
  max-width: inherit;
  max-height: 115px;
}
.wrap {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.25;
}
h1,
.h1 {
  color: #000000;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.25;
  margin: 0 0 26.66666667px 0;
  padding: 0;
  font-weight: 700;
  text-transform: none;
}
h2,
.h2 {
  color: #666666;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 18.66666667px 0;
  font-weight: 500;
  text-transform: none;
}
h3,
.h3 {
  color: #000000;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 18.66666667px 0;
  font-weight: 400;
  text-transform: none;
}
h4,
.h4 {
  color: #666666;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  padding: 0;
  margin: 0 0 18.66666667px 0;
  font-weight: 700;
  text-transform: none;
}
h5,
.h5 {
  color: #000000;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 14.66666667px 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
}
h6,
.h6 {
  color: #666666;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 13.33333333px 0;
  font-weight: 400;
  text-transform: none;
}
p {
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  margin: 0 0 20px 0;
  line-height: 1.67;
  padding: 0;
}
p.p-large {
  font-size: 20px;
}
ul,
ol {
  margin: 0 0 25px 25px;
  padding: 0;
}
ul.list-inline,
ol.list-inline {
  list-style: none;
}
ul.list-inline li,
ol.list-inline li {
  display: inline-block;
}
li {
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 8px 0;
  line-height: 1.67;
}
li p {
  font-size: 16px;
  color: #000000;
}
.wrap-content li p {
  display: inline-block;
}
.dd-u-text-white,
.dd-u-text-white * {
  color: #FFFFFF;
}
.u-text-white-not-button,
.u-text-white-not-button *:not(.dd-btn):not(.dd-btn span):not(.dd-page-edit-btn):not(.icon-pencil):not([class*="u-text-color-"]) {
  color: #FFFFFF !important;
}
.u-text-white-not-button a:link:not(.dd-btn) {
  display: inline-block;
  text-decoration: underline;
  transform: translateY(0);
}
.u-text-white-not-button a:link:not(.dd-btn):focus,
.u-text-white-not-button a:link:not(.dd-btn):hover {
  transform: translateY(-2px);
}
.u-text-color-1 {
  color: #FDC82F;
}
.u-text-color-2 {
  color: #666666;
}
@font-face {
  font-family: "Aksidenz Grotesk";
  src: url("../fonts/AkzidGroStdReg.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Aksidenz Grotesk";
  src: url("../fonts/AkzidGroStdIta.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Aksidenz Grotesk";
  src: url("../fonts/AkzidGroStdMed.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Aksidenz Grotesk";
  src: url("../fonts/AkzidGroStdMedIta.otf") format("opentype");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Aksidenz Grotesk";
  src: url("../fonts/AkzidGroStdBol.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Aksidenz Grotesk";
  src: url("../fonts/AkzidGroStdBolIta.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
.u-fs-36 {
  font-size: 36px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-fs-36 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-fs-36 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-fs-36 {
    font-size: 36px;
  }
}
.u-bg-color-1 {
  background-color: #FDC82F;
}
.u-bg-color-1-10 {
  background-color: rgba(253, 200, 47, 0.1);
}
.u-bg-color-2 {
  background-color: #666666;
}
.u-bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.u-bg-grey-1 {
  background-color: #EEEEEE;
}
.u-bg-grey-1-14 {
  background-color: rgba(238, 238, 238, 0.14);
}
.u-bg-grey-1-50 {
  background-color: rgba(238, 238, 238, 0.5);
}
.u-bg-transparent {
  background-color: transparent;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-bg-color-1 {
    background-color: #FDC82F;
  }
  .lt-lg\:u-bg-color-1-10 {
    background-color: rgba(253, 200, 47, 0.1);
  }
  .lt-lg\:u-bg-color-2 {
    background-color: #666666;
  }
  .lt-lg\:u-bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lt-lg\:u-bg-grey-1 {
    background-color: #EEEEEE;
  }
  .lt-lg\:u-bg-grey-1-14 {
    background-color: rgba(238, 238, 238, 0.14);
  }
  .lt-lg\:u-bg-grey-1-50 {
    background-color: rgba(238, 238, 238, 0.5);
  }
  .lt-lg\:u-bg-transparent {
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-bg-color-1 {
    background-color: #FDC82F;
  }
  .lt-md\:u-bg-color-1-10 {
    background-color: rgba(253, 200, 47, 0.1);
  }
  .lt-md\:u-bg-color-2 {
    background-color: #666666;
  }
  .lt-md\:u-bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lt-md\:u-bg-grey-1 {
    background-color: #EEEEEE;
  }
  .lt-md\:u-bg-grey-1-14 {
    background-color: rgba(238, 238, 238, 0.14);
  }
  .lt-md\:u-bg-grey-1-50 {
    background-color: rgba(238, 238, 238, 0.5);
  }
  .lt-md\:u-bg-transparent {
    background-color: transparent;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-bg-color-1 {
    background-color: #FDC82F;
  }
  .lt-sm\:u-bg-color-1-10 {
    background-color: rgba(253, 200, 47, 0.1);
  }
  .lt-sm\:u-bg-color-2 {
    background-color: #666666;
  }
  .lt-sm\:u-bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lt-sm\:u-bg-grey-1 {
    background-color: #EEEEEE;
  }
  .lt-sm\:u-bg-grey-1-14 {
    background-color: rgba(238, 238, 238, 0.14);
  }
  .lt-sm\:u-bg-grey-1-50 {
    background-color: rgba(238, 238, 238, 0.5);
  }
  .lt-sm\:u-bg-transparent {
    background-color: transparent;
  }
}
.u-bt-1 {
  border-top: 1px solid #DDDDDD;
}
.u-b-1-grey-1 {
  border: 1px solid #DDDDDD;
}
.u-bt-1-grey-1 {
  border-top: 1px solid #DDDDDD;
}
.u-bb-9-color-1 {
  border-bottom: 9px solid #FDC82F;
}
.u-h-min-auto {
  min-height: auto;
}
.u-h-min-300 {
  min-height: 300px;
}
.u-h-min-390 {
  min-height: 390px;
}
.u-h-min-525 {
  min-height: 525px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-h-min-auto {
    min-height: auto;
  }
  .lt-lg\:u-h-min-300 {
    min-height: 300px;
  }
  .lt-lg\:u-h-min-390 {
    min-height: 390px;
  }
  .lt-lg\:u-h-min-525 {
    min-height: 525px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-h-min-auto {
    min-height: auto;
  }
  .lt-md\:u-h-min-300 {
    min-height: 300px;
  }
  .lt-md\:u-h-min-390 {
    min-height: 390px;
  }
  .lt-md\:u-h-min-525 {
    min-height: 525px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-h-min-auto {
    min-height: auto;
  }
  .lt-sm\:u-h-min-300 {
    min-height: 300px;
  }
  .lt-sm\:u-h-min-390 {
    min-height: 390px;
  }
  .lt-sm\:u-h-min-525 {
    min-height: 525px;
  }
}
.u-mb-0-last-child > *:last-child,
.u-mb-0-last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.-u-mx-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.u-mx-5-0 {
  margin-left: 5px;
  margin-right: 0;
}
.u-mx-0-15 {
  margin-left: 0;
  margin-right: 15px;
}
.u-mx-auto-0 {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:-u-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lt-lg\:u-mx-5-0 {
    margin-left: 5px;
    margin-right: 0;
  }
  .lt-lg\:u-mx-0-15 {
    margin-left: 0;
    margin-right: 15px;
  }
  .lt-lg\:u-mx-auto-0 {
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:-u-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lt-md\:u-mx-5-0 {
    margin-left: 5px;
    margin-right: 0;
  }
  .lt-md\:u-mx-0-15 {
    margin-left: 0;
    margin-right: 15px;
  }
  .lt-md\:u-mx-auto-0 {
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:-u-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lt-sm\:u-mx-5-0 {
    margin-left: 5px;
    margin-right: 0;
  }
  .lt-sm\:u-mx-0-15 {
    margin-left: 0;
    margin-right: 15px;
  }
  .lt-sm\:u-mx-auto-0 {
    margin-left: auto;
    margin-right: 0;
  }
}
.u-my-5-0 {
  margin-top: 5px;
  margin-bottom: 0;
}
.u-my-0-15 {
  margin-top: 0;
  margin-bottom: 15px;
}
.u-my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.u-my-20-0 {
  margin-top: 20px;
  margin-bottom: 0;
}
.u-my-0-30 {
  margin-top: 0;
  margin-bottom: 30px;
}
.u-my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.u-my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-my-5-0 {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .lt-lg\:u-my-0-15 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .lt-lg\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lt-lg\:u-my-20-0 {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .lt-lg\:u-my-0-30 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .lt-lg\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lt-lg\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-my-5-0 {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .lt-md\:u-my-0-15 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .lt-md\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lt-md\:u-my-20-0 {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .lt-md\:u-my-0-30 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .lt-md\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lt-md\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-my-5-0 {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .lt-sm\:u-my-0-15 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .lt-sm\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lt-sm\:u-my-20-0 {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .lt-sm\:u-my-0-30 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .lt-sm\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lt-sm\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.u-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.u-px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.u-px-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.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-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.u-px-30-60 {
  padding-left: 30px;
  padding-right: 60px;
}
.u-px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.u-px-0-65 {
  padding-left: 0px;
  padding-right: 65px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-lg\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-lg\:u-px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lt-lg\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-lg\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-lg\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-lg\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lt-lg\:u-px-30-60 {
    padding-left: 30px;
    padding-right: 60px;
  }
  .lt-lg\:u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lt-lg\:u-px-0-65 {
    padding-left: 0px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-md\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-md\:u-px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lt-md\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-md\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-md\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-md\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lt-md\:u-px-30-60 {
    padding-left: 30px;
    padding-right: 60px;
  }
  .lt-md\:u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lt-md\:u-px-0-65 {
    padding-left: 0px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-sm\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-sm\:u-px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lt-sm\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-sm\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-sm\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-sm\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lt-sm\:u-px-30-60 {
    padding-left: 30px;
    padding-right: 60px;
  }
  .lt-sm\:u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lt-sm\:u-px-0-65 {
    padding-left: 0px;
    padding-right: 65px;
  }
}
.u-py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.u-py-15-0 {
  padding-top: 15px;
  padding-bottom: 0;
}
.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-0-20 {
  padding-top: 0;
  padding-bottom: 20px;
}
.u-py-20-60 {
  padding-top: 20px;
  padding-bottom: 60px;
}
.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;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-lg\:u-py-15-0 {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .lt-lg\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lt-lg\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-lg\:u-py-20-10 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .lt-lg\:u-py-0-20 {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .lt-lg\:u-py-20-60 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .lt-lg\:u-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lt-lg\:u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lt-lg\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-md\:u-py-15-0 {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .lt-md\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lt-md\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-md\:u-py-20-10 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .lt-md\:u-py-0-20 {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .lt-md\:u-py-20-60 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .lt-md\:u-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lt-md\:u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lt-md\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-sm\:u-py-15-0 {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .lt-sm\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lt-sm\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-sm\:u-py-20-10 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .lt-sm\:u-py-0-20 {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .lt-sm\:u-py-20-60 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .lt-sm\:u-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lt-sm\:u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lt-sm\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.u-shadow {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}
.u-shadow-light {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.u-shadow-light-up {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
}
.u-shadow-light-down {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.u-w-mx-120 {
  max-width: 120px;
}
.u-w-mx-400 {
  max-width: 400px;
}
.u-w-mx-630 {
  max-width: 630px;
}
.u-w-mx-641 {
  max-width: 641px;
}
.u-w-mx-800 {
  max-width: 800px;
}
.u-w-mx-1070 {
  max-width: 1070px;
}
.u-w-mx-1440 {
  max-width: 1440px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-w-mx-120 {
    max-width: 120px;
  }
  .lt-lg\:u-w-mx-400 {
    max-width: 400px;
  }
  .lt-lg\:u-w-mx-630 {
    max-width: 630px;
  }
  .lt-lg\:u-w-mx-641 {
    max-width: 641px;
  }
  .lt-lg\:u-w-mx-800 {
    max-width: 800px;
  }
  .lt-lg\:u-w-mx-1070 {
    max-width: 1070px;
  }
  .lt-lg\:u-w-mx-1440 {
    max-width: 1440px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-w-mx-120 {
    max-width: 120px;
  }
  .lt-md\:u-w-mx-400 {
    max-width: 400px;
  }
  .lt-md\:u-w-mx-630 {
    max-width: 630px;
  }
  .lt-md\:u-w-mx-641 {
    max-width: 641px;
  }
  .lt-md\:u-w-mx-800 {
    max-width: 800px;
  }
  .lt-md\:u-w-mx-1070 {
    max-width: 1070px;
  }
  .lt-md\:u-w-mx-1440 {
    max-width: 1440px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-w-mx-120 {
    max-width: 120px;
  }
  .lt-sm\:u-w-mx-400 {
    max-width: 400px;
  }
  .lt-sm\:u-w-mx-630 {
    max-width: 630px;
  }
  .lt-sm\:u-w-mx-641 {
    max-width: 641px;
  }
  .lt-sm\:u-w-mx-800 {
    max-width: 800px;
  }
  .lt-sm\:u-w-mx-1070 {
    max-width: 1070px;
  }
  .lt-sm\:u-w-mx-1440 {
    max-width: 1440px;
  }
}
.wrap-content .dd-widget:not(.dd-top-donor) {
  margin-bottom: 30px;
}
.dd-widget h1 {
  font-size: 28px;
  color: #666666;
}
.dd-widget.alt-header h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
}
.dd-widget .dd-view-more-link {
  margin-right: 0;
  margin-bottom: 0;
}
.dd-widget .dd-btn-link {
  font-weight: 400;
  text-decoration: none;
}
.dd-activity-count {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.dd-activity-count h2 {
  margin: inherit;
  text-align: center;
}
.dd-activity-count .dd-activity-pretext {
  color: #666666;
  display: block;
  font-size: 20px;
  font-weight: inherit;
  text-transform: uppercase;
}
.dd-activity-count .dd-activity-measurement {
  color: inherit;
  display: initial;
  font-size: 30px;
  font-weight: inherit;
  text-transform: initial;
}
.dd-activity-count small {
  color: inherit;
  display: initial;
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
}
.dd-activity-count.v-dd-activity-count {
  display: inline-block;
}
.dd-activity-count.v-dd-activity-count .dd-activity-tracked {
  display: inline;
}
.dd-activity-count.v-dd-activity-count .dd-activity-measurement,
.dd-activity-count.v-dd-activity-count small {
  font-weight: 700;
}
.dd-activity-count.v-dd-activity-count .dd-activity-pretext {
  display: inline;
  text-transform: none;
}
.dd-activity-count.v-dd-activity-count * {
  font-size: 16px;
  font-weight: 400;
}
.dd-activity-count.v-dd-activity-count h2 {
  display: inline-block;
  line-height: 1.4;
}
.dd-activity-count.v-dd-activity-count h2:before {
  content: url("../img/svg/activity.svg");
  vertical-align: middle;
}
.dd-activity-count.v-dd-activity-count h2 > *:last-child {
  margin-right: 0;
}
.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 0 15px 0;
  padding: 0px;
}
.dd-badges li {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 50px;
  padding: 0px;
}
.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;
}
@media only screen and (max-width: 641px) {
  .dd-badges .dd-description {
    display: none !important;
  }
}
.dd-event-countdown {
  display: flex;
  flex-wrap: wrap;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.dd-event-countdown h1 {
  display: block;
  width: 100%;
}
.dd-event-countdown span {
  display: inline-block;
}
.dd-event-countdown .count {
  font-size: 15px;
  margin-right: 20px;
}
.dd-event-countdown .count:last-child {
  margin-right: 0;
}
.dd-event-countdown .number {
  margin-right: 3px;
  font-weight: 700;
}
.dd-event-countdown .time {
  font-weight: 400;
}
.dd-event-countdown.date-passed {
  display: none;
}
.dd-event-countdown.dd-widget-white .count {
  color: #FDC82F;
}
.dd-event-countdown.dd-widget-white .time {
  color: #FFFFFF;
}
.dd-donations-list ol {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.dd-donations-list li {
  border: 0;
  display: flex;
  margin: 0 -10px 15px -10px;
  padding: 0;
  width: calc(100% + 20px);
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  flex: 0 1 auto;
  flex-wrap: wrap;
}
.dd-donations-list .dd-donations-avatar {
  margin: 0;
  padding: 0 10px;
  width: 70px;
  flex: 1 1 auto;
}
.dd-donations-list .dd-donations-avatar .dd-donations-initials {
  border: 1px solid #EEEEEE;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
}
.dd-donations-list .dd-donations-info {
  margin: 0;
  padding: 0 10px;
  width: calc(100% - 70px);
  flex: 1 1 auto;
}
.dd-donations-list .dd-donations-name {
  color: #000000;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.dd-donations-list .dd-donations-amount {
  color: #000000;
  display: inline-block;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 0;
}
.dd-donations-list .dd-donations-time {
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  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-events {
  text-align: center;
}
.dd-events ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0px;
}
.dd-events ol li {
  flex-grow: 1;
  margin-bottom: 20px;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}
.dd-events ol .dd-link {
  background-color: #FFFFFF;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  color: #666666;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  padding: 20px 15px 15px;
  text-decoration: none;
}
.dd-events ol .dd-link:hover,
.dd-events ol .dd-link:focus {
  text-decoration: none;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}
.dd-events ol .dd-list-info {
  display: flex;
  flex-wrap: wrap;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 16px;
  justify-content: center;
  line-height: 1.5;
  min-width: 1px;
}
.dd-events ol .dd-list-info > * {
  padding: 0 5px;
}
.dd-events ol .dd-list-info .dd-list-name,
.dd-events ol .dd-list-info .dd-list-raised {
  font-size: 20px;
  width: 100%;
}
.dd-events ol .dd-list-info .dd-list-dates,
.dd-events ol .dd-list-info .dd-list-location {
  width: auto;
}
.dd-events ol .dd-list-info .dd-list-name {
  color: #000000;
  font-weight: 700;
  order: 1;
}
.dd-events ol .dd-list-info .dd-list-raised {
  color: #666666;
  order: 2;
}
.dd-events ol .dd-list-info .dd-list-dates {
  color: #000000;
  order: 3;
}
.dd-events ol .dd-list-info .dd-list-location {
  color: #000000;
  order: 4;
}
@media only screen and (max-width: 641px) {
  .dd-events ol li {
    width: 100%;
    padding: 0;
  }
  .dd-events ol li .dd-list-info {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: baseline;
  }
  .dd-events ol li .dd-list-info .dd-list-name,
  .dd-events ol li .dd-list-info .dd-list-raised {
    width: auto;
  }
  .dd-events ol li .dd-list-info .dd-list-dates {
    order: 4;
  }
  .dd-events ol li .dd-list-info .dd-list-location {
    order: 5;
  }
  .dd-events ol li .dd-list-info:after {
    content: "";
    display: block;
    height: 1px;
    order: 3;
    position: relative;
    width: 100%;
  }
}
.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: #666666;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors .dd-sponsors-level {
  display: flex;
  margin: 0 0 25px 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: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.dd-sponsors a.dd-sponsor {
  text-decoration: none;
}
.dd-sponsors .dd-sponsor {
  display: block;
  padding: 10px;
  margin: 0;
}
.dd-sponsors .dd-sponsor-name {
  color: #000000;
  display: block;
  font-size: inherit;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
#socialBtns {
  padding: 0;
  text-align: center;
}
#socialBtns h1 {
  display: none !important;
}
#socialBtns > * > * {
  display: inline-block;
  vertical-align: middle;
}
#socialBtns > div {
  padding: 0 50px;
}
#socialBtns #embedbtn,
#socialBtns .dd-btn.dd-social-btn {
  width: auto;
  margin-bottom: 10px;
  margin-right: 10px;
}
#socialBtns #sharebadge,
#socialBtns .dd-btn.dd-social-btn {
  box-shadow: none !important;
  transform: translateY(0) !important;
}
#socialBtns .dd-btn.dd-social-btn.dd-social-btn--page-link {
  color: #FFFFFF;
  background-color: #000000;
  background-image: none;
}
#socialBtns .dd-btn.dd-social-btn.dd-social-btn--page-link:hover,
#socialBtns .dd-btn.dd-social-btn.dd-social-btn--page-link:focus {
  background-color: #333333;
}
aside #socialBtns > * > * {
  display: block;
}
aside #socialBtns > div {
  padding: 0;
}
aside #socialBtns #embedbtn,
aside #socialBtns .dd-btn.dd-social-btn {
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #socialBtns > * > * {
    display: block;
  }
  #socialBtns > div {
    padding: 0;
  }
  #socialBtns #embedbtn,
  #socialBtns .dd-btn.dd-social-btn {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  #embedbtn {
    display: none !important;
  }
}
.dd-incentive-explainer {
  text-align: center;
}
.dd-incentive-explainer p {
  margin: 0 0 20px 0;
}
.dd-incentive-explainer a {
  display: inline-block;
  padding: 10px;
}
.dd-incentive-option-list {
  font-size: inherit;
  position: relative;
}
.dd-incentive-option-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-incentive-option {
  margin: 0 0 10px 0;
}
.dd-incentive-option .dd-incentive-button {
  text-decoration: none !important;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 7px;
}
.dd-incentive-option .dd-incentive-button:hover,
.dd-incentive-option .dd-incentive-button:focus {
  border: 1px solid #666;
}
.dd-incentive-option .dd-incentive-description,
.dd-incentive-option .dd-incentive-action {
  font-size: inherit;
  box-sizing: border-box;
}
.dd-incentive-option .dd-incentive-amount {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0;
}
.dd-incentive-option .dd-incentive-image img {
  max-height: 40px;
  max-width: 40px;
  padding: 0 10px 0 0;
}
.dd-incentive-option .dd-incentive-description {
  color: #000000;
}
.dd-incentive-option .dd-incentive-remaining {
  color: #000000;
  font-size: 13px;
  padding: 0 0 0 8px;
}
.dd-incentive-option-list {
  text-align: center;
}
.dd-incentive-option-list .dd-incentive-option {
  line-height: 1.25;
}
.dd-incentive-option-list .dd-incentive-button {
  align-items: center;
  text-align: left;
}
.dd-incentive-option-list .dd-incentive-remaining {
  font-weight: 400;
}
.dd-incentive-option-list .dd-incentive-description {
  font-weight: normal;
}
.dd-incentive-option-list .dd-btn-link {
  display: inline-block;
  padding-top: 5px;
}
.dd-incentive-amount {
  color: #000000 !important;
}
.dd-incentive-remaining {
  color: #000000 !important;
  font-weight: 400 !important;
}
#languageselect {
  background-color: #FDC82F;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}
#languageselect span,
#languageselect a {
  display: block;
}
#languageselect span {
  font-size: 0;
}
#languageselect a {
  padding: 15px;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}
#languageselect a.on,
#languageselect a:hover,
#languageselect a:focus {
  background-color: #fed96d;
}
.dd-list-thermo-track {
  width: 100%;
  height: 15px;
  background-color: #EEEEEE;
  border-radius: 0;
  overflow: hidden;
}
.dd-list-thermo-progress {
  height: 100%;
  background-color: #FDC82F;
}
.leader-board > *:first-child {
  padding-right: 10px;
  margin-left: 0;
}
.leader-board > *:last-child {
  padding-left: 10px;
  margin-right: 0;
}
.leader-board > *:only-child {
  max-width: 100%;
  padding: 0;
}
.leader-board > *:only-child li {
  width: 16.66666667%;
}
.dd-top-team-groups,
.dd-top-fundraisers,
.dd-top-teams {
  max-width: 465px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.dd-top-team-groups ol,
.dd-top-fundraisers ol,
.dd-top-teams ol {
  list-style: none;
  margin: 0 0 20px 0;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dd-top-team-groups li,
.dd-top-fundraisers li,
.dd-top-teams li {
  width: 33.33333333%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0 10px;
}
.dd-top-team-groups .dd-avatar-link,
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #FDC82F;
}
.dd-top-team-groups .dd-avatar-link:hover,
.dd-top-fundraisers .dd-avatar-link:hover,
.dd-top-teams .dd-avatar-link:hover,
.dd-top-team-groups .dd-avatar-link:focus,
.dd-top-fundraisers .dd-avatar-link:focus,
.dd-top-teams .dd-avatar-link:focus {
  transform: translateY(-5px);
}
.dd-top-team-groups img,
.dd-top-fundraisers img,
.dd-top-teams img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 1000px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.dd-top-team-groups span,
.dd-top-fundraisers span,
.dd-top-teams span {
  max-width: 100%;
}
.dd-top-team-groups .dd-list-info,
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: transparent;
  width: 100%;
}
.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) {
  display: block;
}
.dd-top-team-groups .dd-list-info strong,
.dd-top-fundraisers .dd-list-info strong,
.dd-top-teams .dd-list-info strong,
.dd-top-team-groups .dd-list-info span,
.dd-top-fundraisers .dd-list-info span,
.dd-top-teams .dd-list-info span {
  color: #666666;
  font-weight: 400;
}
.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-top: auto;
  margin-bottom: 0;
}
.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 {
  word-break: break-word;
  line-height: 1.2;
  text-transform: none;
}
.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 > *,
.dd-top-fundraisers .dd-list-thermo > *,
.dd-top-teams .dd-list-thermo > * {
  width: 100%;
}
.dd-top-team-groups .dd-list-thermo-track,
.dd-top-fundraisers .dd-list-thermo-track,
.dd-top-teams .dd-list-thermo-track {
  order: 2;
}
.dd-top-team-groups .dd-list-thermo-raised,
.dd-top-fundraisers .dd-list-thermo-raised,
.dd-top-teams .dd-list-thermo-raised {
  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;
}
.dd-top-team-groups .dd-view-more-link,
.dd-top-fundraisers .dd-view-more-link,
.dd-top-teams .dd-view-more-link {
  margin-bottom: 0;
  width: auto !important;
}
.dd-top-team-groups.dd-widget-white h2,
.dd-top-fundraisers.dd-widget-white h2,
.dd-top-teams.dd-widget-white h2,
.dd-top-team-groups.dd-widget-white span.dd-list-name,
.dd-top-fundraisers.dd-widget-white span.dd-list-name,
.dd-top-teams.dd-widget-white span.dd-list-name,
.dd-top-team-groups.dd-widget-white span.dd-list-raised,
.dd-top-fundraisers.dd-widget-white span.dd-list-raised,
.dd-top-teams.dd-widget-white span.dd-list-raised {
  color: #FFFFFF;
}
@media only screen and (max-width: 1025px) {
  .leader-board > * {
    margin-bottom: 50px;
  }
  .leader-board > *:last-child {
    margin-bottom: 0;
  }
  .dd-top-team-groups,
  .dd-top-fundraisers,
  .dd-top-teams {
    max-width: 100%;
    padding: 0 !important;
  }
  .dd-top-team-groups li,
  .dd-top-fundraisers li,
  .dd-top-teams li {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 641px) {
  .dd-top-team-groups,
  .dd-top-fundraisers,
  .dd-top-teams {
    text-align: left;
  }
  .dd-top-team-groups li,
  .dd-top-fundraisers li,
  .dd-top-teams li {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .dd-top-team-groups .dd-avatar-link,
  .dd-top-fundraisers .dd-avatar-link,
  .dd-top-teams .dd-avatar-link {
    flex-direction: row;
    width: 100%;
    padding: 5px;
    text-align: left;
  }
  .dd-top-team-groups img,
  .dd-top-fundraisers img,
  .dd-top-teams img {
    height: 57px;
    margin-bottom: 0px;
    width: 57px;
  }
  .dd-top-team-groups .dd-list-info,
  .dd-top-fundraisers .dd-list-info,
  .dd-top-teams .dd-list-info {
    padding-left: 10px;
    width: calc(100% - 57px);
    line-height: 1.67;
  }
  .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,
  .dd-top-team-groups .dd-list-info .dd-list-raised,
  .dd-top-fundraisers .dd-list-info .dd-list-raised,
  .dd-top-teams .dd-list-info .dd-list-raised {
    font-size: 16px;
    margin-bottom: 0;
  }
  .dd-top-team-groups li {
    padding: 5px;
    text-align: left;
    white-space: nowrap;
  }
}
.dd-widget.dd-login {
  background-color: #FDC82F;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  min-width: 325px;
  padding: 20px;
  text-align: center;
}
.dd-widget.dd-login form {
  display: block;
  margin-bottom: 0;
}
.dd-widget.dd-login label {
  margin-bottom: 10px;
}
.dd-widget.dd-login input {
  color: #000000;
  width: 100%;
}
.dd-widget.dd-login .dd-btn-login {
  margin: 10px 0 15px 0;
}
.dd-widget.dd-login .dd-btn-forgot {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  text-transform: none;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  color: #000000;
}
.dd-widget.dd-login .dd-btn-forgot:hover,
.dd-widget.dd-login .dd-btn-forgot:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #000000;
}
@media only screen and (max-width: 1025px) {
  .dd-login.header-login {
    left: 0;
    width: 100%;
  }
}
.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-milestones {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: flex-start;
  line-height: 1.25;
}
.dd-milestones h1,
.dd-milestones .dd-btn-link {
  width: 50%;
}
.dd-milestones a,
.dd-milestones strong,
.dd-milestones em {
  display: block;
}
.dd-milestones strong,
.dd-milestones em {
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.dd-milestones strong {
  font-size: 28px;
  margin-bottom: 4px;
}
.dd-milestones em {
  color: #000000;
  font-style: normal;
}
.dd-milestones h1 {
  order: 1;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.dd-milestones .dd-milestone {
  order: 3;
  width: 100%;
}
.dd-milestones .dd-milestone a {
  text-decoration: none;
  color: #FDC82F;
}
.dd-milestones .dd-btn-link {
  order: 2;
  text-align: right;
  color: #FDC82F;
}
.dd-milestones .dd-btn-link:after {
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  margin-left: 5px;
}
.dd-milestones .dd-btn-link:only-child {
  text-align: left;
}
.dd-milestones .dd-milestone-explainer p {
  margin-bottom: 10px;
}
.dd-milestones .dd-milestone-explainer a {
  display: inline-block;
  text-align: left;
}
.dd-milestones.dd-widget-white * {
  color: #FFFFFF;
}
.dd-milestones.dd-widget-white .dd-milestone a strong {
  color: #FDC82F;
}
@media only screen and (max-width: 641px) {
  .dd-milestones > * {
    width: 100% !important;
    text-align: center !important;
  }
  .dd-milestones .dd-milestone {
    order: 2;
    margin-bottom: 7px;
  }
  .dd-milestones .dd-btn-link {
    order: 3;
  }
}
.dd-quickstats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dd-quickstats * {
  text-align: center;
  color: #000000;
}
.dd-quickstats h1,
.dd-quickstats h2 {
  margin: 0;
}
.dd-quickstats h1 {
  width: 100%;
  padding-top: 15px;
  margin-bottom: 15px;
}
.dd-quickstats [class*="dd-quickstats-"] {
  padding: 20px 30px;
}
.dd-quickstats h2 {
  font-weight: 700;
  font-size: 16px;
}
.dd-quickstats small {
  font-size: 16px;
  vertical-align: baseline;
  font-weight: 400;
  text-transform: uppercase;
  line-height: inherit;
}
.dd-quickstats.dd-widget-white h1,
.dd-quickstats.dd-widget-white small {
  color: #FFFFFF;
}
.dd-quickstats.dd-widget-white h2 {
  color: #FDC82F;
}
@media only screen and (max-width: 768px) {
  .dd-quickstats > * {
    width: 100%;
  }
  .dd-quickstats [class*="dd-quickstats-"] {
    padding: 0 0 15px 0;
  }
  .dd-quickstats [class*="dd-quickstats-"]:first-child {
    padding-top: 30px;
  }
  .dd-quickstats [class*="dd-quickstats-"]:last-child {
    padding-bottom: 30px;
  }
}
.dd-search form,
.dd-search label {
  margin: 0;
  padding: 0;
  position: relative;
}
.dd-search label {
  display: inline-block;
  width: 100%;
}
.dd-search input[type="text"] {
  background: inherit;
  border: auto;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-size: 16px;
  padding: 15px 10px 15px 40px;
  width: 100%;
}
.dd-search input[type="text"]:focus {
  border: auto;
  box-shadow: auto;
}
.dd-search .dd-btn-search {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  line-height: 0;
  font-size: auto;
  padding: 15px 10px 15px 40px;
}
.dd-search input::-webkit-input-placeholder {
  color: inherit;
}
.dd-search input:-moz-placeholder {
  color: inherit;
}
.dd-search input::-moz-placeholder {
  color: inherit;
}
.dd-search input:-ms-input-placeholder {
  color: inherit;
}
.dd-search form {
  height: 100%;
  width: 100%;
  position: relative;
}
.dd-search input[name="searchTerm"],
.dd-search label[for="searchterm"] {
  height: inherit;
}
.dd-search input[name="searchTerm"] {
  background-color: #FDC82F;
  border: 0;
  color: inherit;
  font-weight: 400;
  padding: 15px 10px 15px 40px;
  width: 100%;
}
.dd-search input[name="searchTerm"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
  font-size: 16px;
}
.dd-search input[name="searchTerm"]::placeholder {
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
  font-size: 16px;
}
.dd-search input[name="searchTerm"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
  font-size: 16px;
  opacity: 1;
}
.dd-search input[name="searchTerm"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
  font-size: 16px;
}
.dd-search input[name="searchTerm"]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
  font-size: 16px;
}
.dd-search input[name="searchTerm"]:focus {
  border: 0 !important;
  background-color: #fed96d;
}
.dd-search button[type="submit"] {
  background-image: none;
  text-indent: -999px;
  padding: 12px;
  margin: 0;
  line-height: 0;
  overflow: hidden;
  width: auto;
  left: 0;
  right: auto;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  color: #000000;
}
.dd-search button[type="submit"]:hover,
.dd-search button[type="submit"]:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #000000;
}
.dd-search button[type="submit"]:after {
  content: '\f002';
  font-family: FontAwesome;
  color: inherit;
  display: block;
  text-indent: 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: 54px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #FDC82F;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
  height: 54px;
  border-radius: 0;
}
.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% - 12px / 2);
  height: 54px;
  position: absolute;
}
.dd-milestone-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #000000;
  border-radius: 100%;
  z-index: 1005;
  box-shadow: none;
  padding: 0;
  line-height: 1;
  font-family: inherit;
}
.dd-milestone-mark .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #FFFFFF;
  font-size: 14px;
  left: 50%;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-milestone-mark .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-milestone-mark .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-milestone-mark .dd-description strong {
  display: block;
}
.dd-milestone-mark:hover .dd-description,
.dd-milestone-mark:focus .dd-description {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .dd-milestone-mark .dd-description {
    display: none !important;
  }
}
.dd-thermo-horizontal {
  min-width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: flex-start;
}
.dd-thermo-horizontal .dd-milestone-mark {
  border: 1px solid #000000;
}
.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 {
  color: #000000;
  font-family: "Aksidenz Grotesk", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 50%;
}
.dd-thermo-horizontal .dd-thermo-raised {
  order: 1;
}
.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 {
  -webkit-animation: thermo-progress-horz 1s 1 forwards ease-out;
          animation: thermo-progress-horz 1s 1 forwards ease-out;
}
.dd-thermo-horizontal .dd-page-edit-btn {
  top: auto;
  right: 40px;
  bottom: 0;
}
.dd-thermo-horizontal.dd-widget-alt .dd-thermo-track {
  order: 1;
  margin-bottom: 15px;
}
.dd-thermo-horizontal.dd-widget-alt .dd-thermo-raised {
  order: 2;
  margin-bottom: 0;
}
.dd-thermo-horizontal.dd-widget-alt .dd-thermo-goal {
  order: 3;
  margin-bottom: 0;
}
.dd-thermo-horizontal.dd-widget-alt .dd-page-edit-btn {
  top: 0;
  bottom: auto;
}
.dd-thermo-horizontal.dd-widget-white .dd-thermo-raised,
.dd-thermo-horizontal.dd-widget-white .dd-thermo-goal {
  color: #FFFFFF;
}
.dd-thermo-horizontal.dd-widget-white .dd-thermo-track {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 641px) {
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal.dd-widget-alt .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal,
  .dd-thermo-horizontal.dd-widget-alt .dd-thermo-goal {
    width: 100%;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal.dd-widget-alt .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-track,
  .dd-thermo-horizontal.dd-widget-alt .dd-thermo-track {
    margin-bottom: 15px;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal.dd-widget-alt .dd-thermo-raised {
    order: 1;
  }
  .dd-thermo-horizontal .dd-thermo-goal,
  .dd-thermo-horizontal.dd-widget-alt .dd-thermo-goal {
    margin-bottom: 0;
  }
  .dd-thermo-horizontal .dd-milestone-wrapper,
  .dd-thermo-horizontal.dd-widget-alt .dd-milestone-wrapper,
  .dd-thermo-horizontal .dd-thermo-track,
  .dd-thermo-horizontal.dd-widget-alt .dd-thermo-track {
    order: 2;
  }
  .dd-thermo-horizontal .dd-page-edit-btn,
  .dd-thermo-horizontal.dd-widget-alt .dd-page-edit-btn {
    top: 0;
    bottom: auto;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal {
    text-align: center;
  }
  .dd-thermo-horizontal.dd-widget-alt .dd-thermo-raised,
  .dd-thermo-horizontal.dd-widget-alt .dd-thermo-goal {
    text-align: center;
  }
}
.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: #FDC82F;
}
.dd-thermo-vertical .dd-thermo-mask {
  background: none;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  height: 220px;
  width: 60px;
}
.dd-thermo-vertical .dd-thermo-progress {
  text-align: right;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FDC82F;
}
.dd-thermo-vertical .dd-thermo-track {
  height: 220px;
  background: #EEEEEE;
  border-radius: 1000px;
  position: relative;
  width: 60px;
  overflow: hidden;
}
.dd-thermo-vertical .dd-thermo-percent {
  color: #FDC82F;
}
.dd-widget:empty {
  display: none;
}
@-webkit-keyframes thermo-progress-vert {
  0% {
    height: 0;
  }
}
@keyframes thermo-progress-vert {
  0% {
    height: 0;
  }
}
.dd-thermo-vertical > * {
  margin-bottom: 15px !important;
}
.dd-thermo-vertical .dd-thermo-raised,
.dd-thermo-vertical .dd-thermo-goal {
  margin-bottom: 15px;
}
.dd-thermo-vertical .dd-thermo-track {
  border-radius: 0;
}
.dd-thermo-vertical .dd-thermo-progress {
  -webkit-animation: thermo-progress-vert 1s 1 forwards ease-out;
          animation: thermo-progress-vert 1s 1 forwards ease-out;
}
.dd-total-raised span {
  display: inline-block;
  font-size: 49px;
  font-weight: 700;
  margin: 3px;
}
.dd-total-raised .currency,
.dd-total-raised .number {
  background-color: #000000;
  color: #FDC82F;
  padding: 17px 15px;
  border-radius: 3px;
}
.dd-total-raised .comma,
.dd-total-raised .decimal {
  color: #000000;
}
.dd-total-raised .comma {
  position: relative;
  top: 22px;
}
.dd-total-raised.dd-widget--white .comma,
.dd-total-raised.dd-widget--white .decimal {
  color: #FFFFFF;
}
.total-raised-text {
  line-height: 1.67;
}
@media only screen and (max-width: 768px) {
  .dd-total-raised span {
    font-size: 58px;
  }
  .dd-total-raised .currency,
  .dd-total-raised .number {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  .dd-total-raised .comma {
    top: 0;
  }
  .dd-total-raised .total-raised-text {
    font-size: 22px;
  }
  .dd-total-raised:not(.dd-widget--white) .currency,
  .dd-total-raised:not(.dd-widget--white) .number {
    color: #FDC82F;
  }
}
