@import url(https://use.typekit.net/yta3jvz.css);
.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;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * Give all elements box-sizing
 */
* {
  box-sizing: border-box;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * set display for main - for IE11
 */
main {
  display: block;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.fancybox-wrap {
  box-sizing: content-box;
  width: 350px;
}
.fancybox-wrap .fancybox-inner {
  width: 350px;
}
#constituent-alerts ul {
  margin: 0;
}
#constituent-alerts ul > li .dismiss {
  height: 25px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#event-bits {
  margin-bottom: 25px;
}
.form-actions .dd-btn {
  margin-bottom: 0;
}
.close {
  text-decoration: none !important;
}
#editorContent .dd-widget,
#wysiwyg .dd-widget,
#editorContent [data-type*="flockler-"],
#wysiwyg [data-type*="flockler-"] {
  background-color: #E4E4E4;
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}
#editorContent [data-type="flockler-gallery"]:before,
#wysiwyg [data-type="flockler-gallery"]:before {
  content: "</> Flockler Gallery";
}
#editorContent [data-type="flockler-form"]:before,
#wysiwyg [data-type="flockler-form"]:before {
  content: "</> Flockler Form";
}
#editorContent .dd-widget:before,
#wysiwyg .dd-widget:before {
  content: "</> Widget Placeholder";
}
#editorContent .dd-widget[data-type="events"]:before,
#wysiwyg .dd-widget[data-type="events"]:before {
  content: "</> Events Widget Placeholder";
}
#editorContent .dd-widget[data-type="eventCountdown"]:before,
#wysiwyg .dd-widget[data-type="eventCountdown"]:before {
  content: "</> Event Countdown Widget Placeholder";
}
#editorContent .dd-widget[data-type="badges"]:before,
#wysiwyg .dd-widget[data-type="badges"]:before {
  content: "</> Badges Widget Placeholder";
}
#editorContent .dd-widget[data-type="login"]:before,
#wysiwyg .dd-widget[data-type="login"]:before {
  content: "</> Login Widget Placeholder";
}
#editorContent .dd-widget[data-type="listSubscribe"]:before,
#wysiwyg .dd-widget[data-type="listSubscribe"]:before {
  content: "</> Mail List Subscribe Widget Placeholder";
}
#editorContent .dd-widget[data-type="quickstats"]:before,
#wysiwyg .dd-widget[data-type="quickstats"]:before {
  content: "</> Quick Stats Widget Placeholder";
}
#editorContent .dd-widget[data-type="search"]:before,
#wysiwyg .dd-widget[data-type="search"]:before {
  content: "</> Search Widget Placeholder";
}
#editorContent .dd-widget[data-type="thermometer"]:before,
#wysiwyg .dd-widget[data-type="thermometer"]:before {
  content: "</> Thermometer Widget Placeholder";
}
#editorContent .dd-widget[data-type="topFundraisers"]:before,
#wysiwyg .dd-widget[data-type="topFundraisers"]:before {
  content: "</> Top Fundraisers Widget Placeholder";
}
#editorContent .dd-widget[data-type="topTeamGroups"]:before,
#wysiwyg .dd-widget[data-type="topTeamGroups"]:before {
  content: "</> Top Team Groups Widget Placeholder";
}
#editorContent .dd-widget[data-type="topTeams"]:before,
#wysiwyg .dd-widget[data-type="topTeams"]:before {
  content: "</> Top Teams Widget Placeholder";
}
#editorContent .dd-widget[data-type="totalRaised"]:before,
#wysiwyg .dd-widget[data-type="totalRaised"]:before {
  content: "</> Total Raised Widget Placeholder";
}
#editorContent .dd-widget[data-type="incentives"]:before,
#wysiwyg .dd-widget[data-type="incentives"]:before {
  content: "</> Incentives Widget Placeholder";
}
#editorContent .dd-widget[data-type="milestones"]:before,
#wysiwyg .dd-widget[data-type="milestones"]:before {
  content: "</> Milestone Highlight Widget Placeholder";
}
#editorContent .dd-widget[data-type="donations"]:before,
#wysiwyg .dd-widget[data-type="donations"]:before {
  content: "</> Donations List Widget Placeholder";
}
#editorContent .dd-widget[data-type="activity-progress"]:before,
#wysiwyg .dd-widget[data-type="activity-progress"]:before {
  content: "</> Activity Progress Widget Placeholder";
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.25;
  padding: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
}
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
}
h1,
.h1 {
  color: #1D344D;
  font-size: 40px;
  margin: 0 0 26.66666667px 0;
}
h2,
.h2 {
  color: #1D344D;
  font-size: 30px;
  margin: 0 0 20px 0;
}
h3,
.h3 {
  color: #6699CC;
  font-size: 30px;
  margin: 0 0 20px 0;
}
h4,
.h4 {
  color: #EE3124;
  font-size: 28px;
  margin: 0 0 18.66666667px 0;
}
h5,
.h5 {
  color: #1D344D;
  font-size: 24px;
  margin: 0 0 16px 0;
}
h6,
.h6 {
  color: #666666;
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
  font-size: 20px;
  margin: 0 0 13.33333333px 0;
}
p {
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
  font-size: 16px;
  color: #666666;
  margin: 0 0 20px 0;
  line-height: 1.67;
  padding: 0;
}
p.p-large {
  font-size: 20px;
  font-weight: 400;
}
b,
strong {
  font-weight: 700;
}
.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-1 {
  color: #1D344D;
}
.u-txt-color-2 {
  color: #F1B03B;
}
.u-txt-color-3 {
  color: #6699CC;
}
.u-txt-color-4 {
  color: #EE3124;
}
.u-font-1 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.u-font-2 {
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
}
ul,
ol {
  margin: 0 0 25px 25px;
  padding: 0;
}
li {
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
  font-size: 16px;
  margin: 0 0 8px 0;
  line-height: 1.67;
}
li p {
  font-size: 16px;
  color: #666666;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.u-text-shadow-20 {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.u-fs-14 {
  font-size: 14px;
}
.u-fs-16 {
  font-size: 16px;
}
.u-fs-18 {
  font-size: 18px;
}
.u-fs-20 {
  font-size: 20px;
}
.u-fs-22 {
  font-size: 22px;
}
.u-fs-28 {
  font-size: 28px;
}
.u-fs-32 {
  font-size: 32px;
}
.u-fs-52 {
  font-size: 52px;
}
#wysiwyg {
  margin: 10px !important;
  background-image: none !important;
  background-color: #FFFFFF !important;
}
#wysiwyg table td {
  outline: auto;
}
.dd-announcement-bar {
  background-color: #F1B03B;
  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;
}
a:link {
  color: #1D344D;
  font-weight: 400;
  text-decoration: none;
}
a:visited {
  color: #6699CC;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #6699CC;
  text-decoration: underline;
}
a:active {
  color: #6699CC;
  text-decoration: underline;
}
a.hover\:opacity-75 {
  opacity: 1;
}
a.hover\:opacity-75:hover,
a.hover\:opacity-75:focus {
  opacity: 0.75;
}
.btn-link:not(.dd-mobile-toggle),
.cancel {
  border: 0;
  display: inline-block;
  padding: 12px 15px !important;
  font-size: 15px;
  text-align: center;
}
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: 5px;
  cursor: pointer;
  display: inline-flex;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  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: uppercase;
  transition: all 0.5s ease-in-out;
  vertical-align: top;
}
a.dd-btn,
button.dd-btn,
input[type="submit"].dd-btn {
  background-color: #396697;
  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: #6699CC;
  border-color: transparent;
  color: #FFFFFF;
}
a#streamingdonatebutton,
button#streamingdonatebutton,
input[type="submit"]#streamingdonatebutton,
a.btn-big,
button.btn-big,
input[type="submit"].btn-big {
  font-size: 18px;
  font-weight: 700;
  background-color: #F1B03B;
  border-color: #F1B03B;
  border-style: solid;
  border-width: 2px;
  color: #FFFFFF;
}
a#streamingdonatebutton:hover,
button#streamingdonatebutton:hover,
input[type="submit"]#streamingdonatebutton:hover,
a.btn-big:hover,
button.btn-big:hover,
input[type="submit"].btn-big:hover,
a#streamingdonatebutton:focus,
button#streamingdonatebutton:focus,
input[type="submit"]#streamingdonatebutton:focus,
a.btn-big:focus,
button.btn-big:focus,
input[type="submit"].btn-big:focus {
  background-color: #1D344D;
  border-color: #F1B03B;
  color: #FFFFFF;
}
a#streamingdonatebutton,
button#streamingdonatebutton,
input[type="submit"]#streamingdonatebutton {
  text-transform: uppercase;
}
a.btn-big,
button.btn-big,
input[type="submit"].btn-big {
  margin: 0 0 15px 0;
  padding: 15px 25px 15px 25px;
}
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.btn-rounded-none,
button.btn-rounded-none,
input[type="submit"].btn-rounded-none {
  border-radius: 0;
}
a.btn-mt-15,
button.btn-mt-15,
input[type="submit"].btn-mt-15 {
  margin-top: 15px;
}
a.btn-block,
button.btn-block,
input[type="submit"].btn-block {
  display: block;
}
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 {
  margin-left: 10px;
}
.dd-btn.btn-big + .dd-btn {
  margin-left: 20px;
}
.hover\:rotate-arrow:hover .rotate-arrow,
.hover\:rotate-arrow:focus .rotate-arrow,
.hover\: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: 5px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  font-size: 14px !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: uppercase !important;
  transition: all 0.5s ease-in-out !important;
  vertical-align: top !important;
  background-color: #396697 !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: #6699CC !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;
}
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 #10253D;
  box-shadow: none;
  color: #666666;
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
}
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: #666666;
  text-transform: none;
  font-size: 14px;
}
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: #666666;
  text-transform: none;
  font-size: 14px;
  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: #666666;
  text-transform: none;
  font-size: 14px;
}
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: #666666;
  text-transform: none;
  font-size: 14px;
}
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 #1D344D;
  outline: 0;
}
.form-actions {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.donation-form-container {
  padding: 30px;
}
.icon-mr-0 {
  margin-right: 0 !important;
}
.icon-fs-18 {
  font-size: 18px !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: #6699CC;
}
#inappropriatecontentlink {
  padding: 0;
}
#inappropriatecontentlink a {
  color: #1D344D;
  display: inline-block;
  font-size: 16px;
}
#inappropriatecontentlink + .clr {
  display: none;
}
.offlinedonationlink {
  text-decoration: none !important;
}
.offlinedonationlink:before {
  content: "\f0e0";
  display: inline;
  font-family: FontAwesome;
  margin-right: 15px;
}
[data-resizetype="responsive"],
.fr-video,
.responsive-media-embed {
  padding-bottom: 56.25%;
  background-color: #FFFFFF;
  height: 0;
  margin: 50px 0;
  overflow: hidden;
  position: relative;
}
[data-resizetype="responsive"] iframe,
.fr-video iframe,
.responsive-media-embed iframe,
[data-resizetype="responsive"] object,
.fr-video object,
.responsive-media-embed object,
[data-resizetype="responsive"] embed,
.fr-video embed,
.responsive-media-embed embed,
[data-resizetype="responsive"] video,
.fr-video video,
.responsive-media-embed video {
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
[data-resizetype="responsive"].default,
.fr-video.default,
.responsive-media-embed.default {
  padding-bottom: 56.25%;
}
[data-resizetype="responsive"].anamorphic,
.fr-video.anamorphic,
.responsive-media-embed.anamorphic {
  padding-bottom: 41.84100418%;
}
[data-resizetype="responsive"].panorama,
.fr-video.panorama,
.responsive-media-embed.panorama {
  padding-bottom: 31.640625%;
}
[data-resizetype="responsive"].square,
.fr-video.square,
.responsive-media-embed.square {
  padding-bottom: 100%;
}
[data-resizetype="responsive"],
.fr-video,
.responsive-media-embed {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
ul.social {
  list-style: none;
}
ul.social,
ul.social li {
  margin: 0;
}
ul.social a {
  line-height: 1;
  text-decoration: none;
}
ul.social [class*="icon-"] {
  font-size: 24px;
  margin-right: 0;
  color: inherit;
}
ul.social img[src*=".svg"] {
  max-height: 24px;
}
body .dd-stream {
  margin: 40px auto;
}
body .dd-stream-title {
  color: #1D344D;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 22px;
}
body .dd-mobile-toggle {
  color: #1D344D;
}
body .dd-activity-feed .dd-feed-item {
  border-width: 2px;
}
body .dd-activity-feed .dd-feed-visual {
  color: #1D344D;
  font-size: 22px;
}
body .dd-activity-feed .dd-feed-title {
  font-weight: 400;
}
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"] {
  border-spacing: 0 !important;
  border: 0 !important;
  margin-bottom: 25px;
  table-layout: fixed;
  width: 100% !important;
}
table[class*="tr"] tr {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
table[class*="tr"] td {
  border: 0;
  display: block;
}
table[class*="tr"] td > *:last-child {
  margin-bottom: 0 !important;
}
table[class*="tr"] td img {
  max-width: 100% !important;
  height: auto !important;
}
table.tr tr {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
table.tr td {
  flex-grow: 1;
  margin: 10px;
  width: calc(((100/3)*1%) - 20px);
}
table.tr td > * {
  margin-bottom: 10px;
}
table[class*="tr-"][class*="-col-"] tr {
  margin-left: -10px;
  margin-right: -10px;
}
table[class*="tr-"][class*="-col-"] td {
  margin: 10px;
}
table[class*="tr-"][class*="-col-"] td > * {
  margin-bottom: 10px;
}
table[class*="tr-"][class*="-col-1"] td {
  width: calc(100% - 20px);
}
table[class*="tr-"][class*="-col-2"] td {
  width: calc(50% - 20px);
}
table[class*="tr-"][class*="-col-3"] td {
  width: calc(33.33% - 20px);
}
.nav-tabs-block .nav-tabs {
  border: 0;
  display: inline-flex;
  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-right: 0;
  margin: 0 !important;
}
.nav-tabs-block .nav-tabs a {
  align-items: center;
  background-color: transparent;
  border-radius: 0 !important;
  border: 0 !important;
  color: #6699CC;
  display: inline-flex;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-size: 30px;
  justify-content: center;
  min-width: 200px;
  padding: 32px 15px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.nav-tabs-block .nav-tabs a:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 0 solid #1D344D;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 0;
  right: 0;
}
.nav-tabs-block .nav-tabs a [class*="icon-"] {
  margin-right: 0;
}
.nav-tabs-block .nav-tabs a [class*="icon-"]:before,
.nav-tabs-block .nav-tabs a:before {
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
}
.nav-tabs-block .nav-tabs li.active a,
.nav-tabs-block .nav-tabs a:focus,
.nav-tabs-block .nav-tabs a:hover {
  background-color: transparent;
  color: #F1B03B;
}
.nav-tabs-block .nav-tabs li.active a:after,
.nav-tabs-block .nav-tabs a:focus:after,
.nav-tabs-block .nav-tabs a:hover:after {
  border-top-width: 15px;
  bottom: -15px;
}
.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;
  height: auto;
  justify-content: center;
  margin: 0;
  margin: auto 0;
  outline: 0;
  padding: 0;
  right: 24px;
  top: 0;
  width: 59px;
}
.btn-show-dropdown [class*="icon-"] {
  font-size: 18px;
  margin-right: 0;
}
.btn-show-dropdown.is-active {
  transform: rotate(180deg);
}
.topnavcms {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.topnavcms,
.topnavcms ul {
  list-style: none;
  margin: 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 5px;
  transition: all 0.5s ease-in-out;
}
.topnavcms li a,
.topnavcms li .btn-linked {
  color: inherit;
  display: block;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  outline: 0;
  padding: 0 10px;
  text-decoration: none;
}
.topnavcms li a {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.topnavcms > li {
  position: relative;
}
.topnavcms > li.is-active > ul,
.topnavcms > li:hover > ul {
  animation: show 0.25s forwards 1 ease-in-out;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.topnavcms li.on > a,
.topnavcms li.is-active > a,
.topnavcms li:focus > a,
.topnavcms li:hover > a,
.topnavcms li > a:focus,
.topnavcms li > a:hover {
  border-bottom-color: #6699CC;
}
.topnavcms > li > a {
  text-align: center;
}
.topnavcms ul {
  background-color: rgba(38, 38, 38, 0.8);
  min-width: 200px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  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 a {
  font-size: 20px;
  padding: 10px;
}
.topnavcms.primary-nav {
  margin: 25px 0;
}
.topnavcms.primary-nav li a {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.topnavcms.primary-nav li > a {
  text-transform: uppercase;
}
.topnavcms.primary-nav > li > a {
  font-size: 22px;
}
.topnavcms.secondary-nav {
  color: #FFFFFF;
}
.topnavcms.secondary-nav .contentset-nav-mobile-toggle {
  text-transform: uppercase;
}
.topnavcms.secondary-nav li a {
  font-size: 18px;
}
.topnavcms.secondary-nav > li > a {
  margin: 15px 0;
}
.dd-editable-avatar img {
  border-radius: 1000px;
  border: 3px solid #FFFFFF;
  max-width: 150px;
}
.dd-editable-name h1 {
  color: #FFFFFF;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 5px;
  word-break: break-word;
}
#participant-name,
#team-name {
  flex: 1;
}
#participant-name .btn-big,
#team-name .btn-big {
  min-height: 60px;
  min-width: 200px;
}
#participant-name br,
#team-name br,
#participant-name p:empty,
#team-name p:empty {
  display: none;
}
.page-details,
.personal-campaign-details {
  color: #FFFFFF;
}
.personal-campaign-details .dd-page-edit-btn {
  position: static;
}
.page-details {
  line-height: 1.4;
}
.page-details > * {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 25px 10px 0;
}
.page-details > *:last-child {
  margin-right: 0;
}
.page-details .dd-team-group-name {
  display: none;
}
.page-details a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.page-details a:hover,
.page-details a:focus {
  color: #F1B03B;
}
.page-details [class*="icon-"] {
  color: #6699CC;
  display: inline-block !important;
  font-size: 18px;
  margin: 0 5px 0 0 !important;
  vertical-align: middle;
}
html,
body,
#scroll-wrap {
  min-height: 100%;
}
body {
  background-color: #1D344D;
  font-size: 16px;
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  padding: 0;
}
#scroll-wrap {
  overflow: hidden;
}
.wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
.u-bg-color-1 {
  background-color: #1D344D;
}
.u-bg-color-3 {
  background-color: #6699CC;
}
.u-bg-color-7 {
  background-color: #262626;
}
.u-bg-color-8 {
  background-color: #10253D;
}
.u-bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.u-bg-transparent {
  background-color: transparent;
}
.u-bg-flag-fade {
  background-image: url("../img/bg-flag-fade.png");
}
.u-bg-flag-fade-2 {
  background-image: url("../img/bg-flag-fade-small.png");
}
.u-bg-full-95 {
  background-size: 100% 95%;
}
[class*="bg-color-extend-"] {
  position: relative;
}
[class*="bg-color-extend-"]:after,
[class*="bg-color-extend-"]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 999px;
  background-color: inherit;
}
.u-bg-color-extend-left:before {
  left: -999px;
}
.u-bg-color-extend-right:after {
  right: -999px;
}
.u-border-0 {
  border: 0;
}
.u-border-color-3 {
  border-color: #6699CC;
}
.u-border-color-8 {
  border-color: #10253D;
}
.u-border-color-10 {
  border-color: rgba(0, 0, 0, 0.1);
}
.u-border-w-2 {
  border-width: 2px;
}
.u-border-w-5 {
  border-width: 5px;
}
.u-border-w-10 {
  border-width: 10px;
}
.u-border-solid {
  border-style: solid;
}
.u-border-t-solid {
  border-top-style: solid;
}
.u-border-r-none {
  border-right-style: none;
}
.u-border-r-solid {
  border-right-style: solid;
}
.u-border-l-none {
  border-left-style: none;
}
.u-border-l-solid {
  border-left-style: solid;
}
.u-border-b-solid {
  border-bottom-style: solid;
}
.u-border-only-child-style-none > *:only-child {
  border-style: none;
}
.u-clear-fix:before,
.u-clear-fix:after {
  content: "";
  display: table;
  clear: both;
}
.u-h-50 {
  height: 50px;
}
.u-h-min-auto {
  min-height: auto;
}
.u-h-min-200 {
  min-height: 200px;
}
.u-h-min-450 {
  min-height: 450px;
}
.u-mb-0-last-child > *:last-child,
.u-mb-0-last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.-u-mx-3 {
  margin-left: -3px;
  margin-right: -3px;
}
.-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-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.u-my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.u-my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.u-my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.u-my-50-70 {
  margin-top: 50px;
  margin-bottom: 70px;
}
.u-my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.-u-mb-70 {
  margin-bottom: -70px;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-ml-auto {
  margin-left: auto;
}
.u-mr-0 {
  margin-right: 0;
}
.u-mr-10 {
  margin-right: 10px;
}
.u-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.u-px-3 {
  padding-left: 3px;
  padding-right: 3px;
}
.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-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.u-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.u-py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.u-py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.u-py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.u-py-20-10 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.u-py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.u-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.u-py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.u-py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.u-py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.u-pb-0 {
  padding-bottom: 0px;
}
.u-pb-60 {
  padding-bottom: 60px;
}
.-u-top-70 {
  top: -70px;
}
.u-w-50 {
  width: 50px;
}
.u-max-w-120 {
  max-width: 120px;
}
.u-max-w-200 {
  max-width: 200px;
}
.u-max-w-840 {
  max-width: 840px;
}
.u-max-w-1200 {
  max-width: 1200px;
}
.u-min-w-170 {
  min-width: 170px;
}
.u-min-w-220 {
  min-width: 220px;
}
.wrap-content .dd-widget {
  margin-bottom: 30px;
}
.dd-widget:empty {
  display: none;
}
.dd-widget h1,
.dd-widget h2 {
  color: #1D344D;
  font-size: 30px;
  font-weight: 700;
}
.dd-widget .dd-description {
  font-weight: 400;
  line-height: 1.5;
}
.dd-widget .dd-view-more-link {
  margin-right: 0;
  min-width: 150px;
}
.dd-search input,
.dd-login input,
.dd-list-subscribe input {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #666666;
  font-size: 16px;
}
.dd-search input::placeholder,
.dd-login input::placeholder,
.dd-list-subscribe input::placeholder {
  color: #666666;
  text-transform: none;
  font-size: 16px;
}
.dd-search input::-moz-placeholder,
.dd-login input::-moz-placeholder,
.dd-list-subscribe input::-moz-placeholder {
  color: #666666;
  text-transform: none;
  font-size: 16px;
  opacity: 1;
}
.dd-search input:-ms-input-placeholder,
.dd-login input:-ms-input-placeholder,
.dd-list-subscribe input:-ms-input-placeholder {
  color: #666666;
  text-transform: none;
  font-size: 16px;
}
.dd-search input::-ms-input-placeholder,
.dd-login input::-ms-input-placeholder,
.dd-list-subscribe input::-ms-input-placeholder {
  color: #666666;
  text-transform: none;
  font-size: 16px;
}
.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: #1D344D;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.dd-thermo-horizontal .dd-thermo-track,
.dd-thermo-vertical .dd-thermo-track {
  border: 3px solid #F1B03B;
}
.dd-thermo-horizontal .dd-thermo-progress,
.dd-thermo-vertical .dd-thermo-progress {
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent) !important;
  background-size: 25px 25px !important;
}
.dd-badges,
.dd-incentive-option-list,
.dd-milestones,
.dd-thermo-horizontal {
  align-content: flex-start;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
.dd-badges h1,
.dd-incentive-option-list h1,
.dd-milestones h1,
.dd-badges .dd-btn-link,
.dd-incentive-option-list .dd-btn-link,
.dd-milestones .dd-btn-link {
  margin-bottom: 10px;
}
.dd-badges h1,
.dd-incentive-option-list h1,
.dd-milestones h1 {
  font-size: 20px;
  text-transform: uppercase;
  order: 1;
}
.dd-badges .dd-btn-link,
.dd-incentive-option-list .dd-btn-link,
.dd-milestones .dd-btn-link {
  color: #1D344D;
  margin-left: 15px;
  order: 2;
  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,
.dd-incentive-option-list .dd-btn-link:hover,
.dd-milestones .dd-btn-link:hover,
.dd-badges .dd-btn-link:focus,
.dd-incentive-option-list .dd-btn-link:focus,
.dd-milestones .dd-btn-link:focus {
  color: #F1B03B;
}
.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-incentive-explainer p,
.dd-milestone-explainer p {
  margin-bottom: 10px;
}
.dd-incentive-explainer .dd-btn-link,
.dd-milestone-explainer .dd-btn-link {
  margin: 0;
}
.dd-activity-count {
  background-color: #1D344D;
  border-bottom: 10px solid #6699CC;
  max-width: 300px;
  padding: 20px;
  text-align: center;
}
.dd-activity-count * {
  color: #FFFFFF;
  font-size: 18px;
}
.dd-activity-count h2 {
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.dd-activity-count h2:before {
  background-image: url("../img/icon-lighting-bolt-default.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  margin: 0 auto 5px auto;
  width: 16px;
}
.dd-activity-count .dd-activity-measurement {
  color: #6699CC;
}
.dd-activity-count small {
  font-weight: inherit;
}
.dd-activity-count .dd-activity-measurement {
  font-weight: 700;
}
.dd-activity-count.dd-alt {
  background-color: transparent;
  border-bottom: 0;
  font-size: 0;
  max-width: 100%;
  padding: 0;
  text-align: left;
}
.dd-activity-count.dd-alt h2 {
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
}
.dd-activity-count.dd-alt h2:before {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.dd-activity-count.dd-alt h2 > * {
  display: inline-block;
  vertical-align: middle;
}
.dd-badges {
  text-align: left;
}
.dd-badges .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #FFFFFF;
  font-size: 14px;
  left: 50%;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-badges .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-badges .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-badges .dd-description strong {
  display: block;
}
/* No Badges */
.dd-badge-missing {
  background: url("../../../resources/img/badges/badge-placeholder.png");
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 0 0 10px 0;
}
.dd-badge-missing span {
  display: none;
}
/* Badge Display */
.dd-badges ul {
  margin: 0;
  padding: 0px;
}
.dd-badges li {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 50px;
  padding: 5px 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-repeat: no-repeat;
}
.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-badges.dd-alt-center,
.empty-sibling:empty + .dd-badges {
  border: 0;
  justify-content: center;
  text-align: center;
}
.dd-badges.dd-alt-center .dd-badge-missing,
.empty-sibling:empty + .dd-badges .dd-badge-missing {
  background-position: center;
}
.dd-event-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  text-align: center;
}
.dd-event-countdown h1 {
  width: 100%;
  padding: 0 5px;
}
.dd-event-countdown .number,
.dd-event-countdown .time {
  color: #FFFFFF;
  display: block;
  font-weight: 700;
}
.dd-event-countdown .count {
  background-color: #1D344D;
  display: inline-block;
  margin: 0 5px;
  min-width: 100px;
  text-align: center;
}
.dd-event-countdown .number {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 50px;
  padding: 10px;
}
.dd-event-countdown .time {
  background-color: #6699CC;
  font-size: 18px;
  padding: 10px 5px;
  text-transform: uppercase;
}
.dd-event-countdown.date-passed {
  display: none;
}
.dd-donations-list ol {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.dd-donations-list li {
  border: 0;
  display: flex;
  margin: 0 -10px 15px -10px;
  padding: 0;
  width: calc(100% + 20px);
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  flex: 0 1 auto;
  flex-wrap: wrap;
}
.dd-donations-list .dd-donations-avatar {
  margin: 0;
  padding: 0 10px;
  width: 70px;
  flex: 1 1 auto;
}
.dd-donations-list .dd-donations-avatar .dd-donations-initials {
  border: 1px solid #EEEEEE;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
}
.dd-donations-list .dd-donations-info {
  margin: 0;
  padding: 0 10px;
  width: calc(100% - 70px);
  flex: 1 1 auto;
}
.dd-donations-list .dd-donations-name {
  color: #1D344D;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.dd-donations-list .dd-donations-amount {
  color: #6699CC;
  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: #1D344D;
  font-size: 40px;
}
.dd-events ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.dd-events li {
  margin-bottom: 30px;
  padding: 0 10px 0 10px;
  width: 33.33%;
}
.dd-events .dd-link {
  background-color: #FFFFFF;
  border-bottom: 10px solid #6699CC;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #1D344D;
  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: #1D344D;
  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;
}
.dd-events .dd-list-info .dd-list-location {
  color: #6699CC;
}
.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: #1D344D;
  font-size: 30px;
  font-weight: 700;
  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 {
  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.textshare {
  background-color: #3B5998 !important;
  border-color: transparent !important;
  border-style: solid !important;
  border-width: 0 !important;
  color: #FFFFFF !important;
}
#socialBtns .dd-btn.textshare:hover,
#socialBtns .dd-btn.textshare:focus {
  background-color: #324c81 !important;
  border-color: transparent !important;
  color: #FFFFFF !important;
}
#socialBtns .dd-btn#sharebadge,
#socialBtns .dd-btn.dd-social-btn--page-link {
  background-color: #F1B03B;
  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: #6699CC;
  border-color: transparent;
  color: #FFFFFF;
}
#socialBtns .clr {
  display: none;
}
.dd-incentive-explainer {
  text-align: left;
}
.dd-incentive-explainer p {
  margin: 0 0 20px 0;
}
.dd-incentive-explainer a {
  display: inline-block;
  padding: 0;
}
.dd-incentive-option-list {
  font-size: 16px;
  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: 2px solid #6699CC;
  border-radius: 5px;
  padding: 5px 10px;
}
.dd-incentive-option .dd-incentive-button:hover,
.dd-incentive-option .dd-incentive-button:focus {
  border: 2px solid #F1B03B;
}
.dd-incentive-option .dd-incentive-description,
.dd-incentive-option .dd-incentive-action {
  font-size: 16px;
  box-sizing: border-box;
}
.dd-incentive-option .dd-incentive-amount {
  font-size: 20px;
  font-weight: 400;
  color: #EE3124;
  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: #1D344D;
}
.dd-incentive-option .dd-incentive-remaining {
  color: #666666;
  font-size: 14px;
  padding: 0 0 0 8px;
}
.dd-incentive-option-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  min-width: calc(100% - 10px);
  order: 3;
}
.dd-incentive-option-list .dd-incentive-option {
  flex-grow: 1;
  padding: 0 10px;
  text-align: left;
  width: 25%;
}
.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-image img {
  display: block;
}
.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 {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dd-incentive-option-list .dd-page-edit-btn {
  right: 50px;
  top: 0;
}
.dd-incentive-amount {
  color: #EE3124 !important;
}
#languageselect {
  color: #FFFFFF;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#languageselect a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
}
#languageselect a.on,
#languageselect a:hover,
#languageselect a:focus {
  color: #F1B03B;
}
.dd-list-thermo-track {
  width: 100%;
  height: 13px;
  background-color: #FFFFFF;
  border-radius: 1000px;
  overflow: hidden;
}
.dd-list-thermo-progress {
  height: 100%;
  background-color: #F1B03B;
}
.leader-boards > *:nth-last-child(n+2),
.leader-boards > *:nth-last-child(n+2) ~ * {
  max-width: 560px;
}
.leader-boards > *:nth-last-child(n+2) li,
.leader-boards > *:nth-last-child(n+2) ~ * li {
  width: calc((100%/3) - 20px);
}
.dd-top-team-groups,
.dd-top-fundraisers,
.dd-top-teams {
  text-align: center;
}
.dd-top-team-groups > *:last-child,
.dd-top-fundraisers > *:last-child,
.dd-top-teams > *:last-child {
  margin-bottom: 0 !important;
}
.dd-top-team-groups h2,
.dd-top-fundraisers h2,
.dd-top-teams h2 {
  font-size: 37px;
  margin-bottom: 20px;
}
.dd-top-team-groups ol,
.dd-top-fundraisers ol,
.dd-top-teams ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
}
.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-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 20px 10px;
  width: calc((100%/6) - 20px);
  border-bottom: 10px solid #6699CC;
}
.dd-top-team-groups span,
.dd-top-fundraisers span,
.dd-top-teams span {
  display: block;
}
.dd-top-team-groups img,
.dd-top-fundraisers img,
.dd-top-teams img {
  border-radius: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 80px;
  width: 80px;
}
.dd-top-team-groups .dd-avatar-link,
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  font-weight: 400;
  height: 100%;
  text-decoration: none !important;
  transform: translateY(0);
}
.dd-top-team-groups .dd-avatar-link:focus,
.dd-top-fundraisers .dd-avatar-link:focus,
.dd-top-teams .dd-avatar-link:focus,
.dd-top-team-groups .dd-avatar-link:hover,
.dd-top-fundraisers .dd-avatar-link:hover,
.dd-top-teams .dd-avatar-link:hover {
  transform: translateY(-5px);
}
.dd-top-team-groups .dd-avatar-image,
.dd-top-fundraisers .dd-avatar-image,
.dd-top-teams .dd-avatar-image {
  margin-bottom: 5px;
}
.dd-top-team-groups .dd-stream-status-label,
.dd-top-fundraisers .dd-stream-status-label,
.dd-top-teams .dd-stream-status-label {
  background-color: #EE3124;
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: center;
}
.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;
  line-height: 1.25;
}
.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 > *:first-child,
.dd-top-fundraisers .dd-list-info > *:first-child,
.dd-top-teams .dd-list-info > *:first-child {
  margin-bottom: auto;
}
.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,
.dd-top-fundraisers .dd-list-info span,
.dd-top-teams .dd-list-info span {
  color: #000000;
  font-size: 16px;
  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 {
  color: #1D344D;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.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 {
  color: #EE3124;
  font-weight: 700;
}
.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 {
  border: 2px solid #F1B03B;
  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, move 3s linear infinite;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
  background-size: 25px 25px;
}
.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: #1D344D;
}
.dd-top-team-groups .dd-list-thermo-raised,
.dd-top-fundraisers .dd-list-thermo-raised,
.dd-top-teams .dd-list-thermo-raised {
  margin-bottom: 5px;
  order: 1;
}
.dd-top-team-groups .dd-list-thermo-goal,
.dd-top-fundraisers .dd-list-thermo-goal,
.dd-top-teams .dd-list-thermo-goal {
  order: 3;
  padding-top: 3px;
}
.dd-top-team-groups .dd-view-more-link,
.dd-top-fundraisers .dd-view-more-link,
.dd-top-teams .dd-view-more-link {
  width: auto !important;
}
.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 li,
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  display: flex;
  flex-direction: column;
}
.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 {
  background-color: rgba(38, 38, 38, 0.8);
  padding: 15px;
  width: 250px;
}
.dd-login h1 {
  color: #FFFFFF;
}
.dd-login form {
  display: block;
  margin-bottom: 0;
}
.dd-login form label {
  margin-bottom: 10px;
}
.dd-login .dd-form-error {
  color: #FFFFFF;
}
.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: #FFFFFF !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
}
.dd-login .dd-btn-forgot:hover,
.dd-login .dd-btn-forgot:focus {
  color: #6699CC !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-milestones {
  line-height: 1.3;
}
.dd-milestones .dd-milestone {
  display: block;
  order: 3;
  width: 100%;
}
.dd-milestones .dd-milestone strong,
.dd-milestones .dd-milestone em {
  display: inline;
}
.dd-milestones .dd-milestone a,
.dd-milestones .dd-milestone em {
  color: #F1B03B;
}
.dd-milestones .dd-milestone a {
  text-decoration: none;
}
.dd-milestones .dd-milestone strong {
  color: #F1B03B;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 34px;
  margin-right: 10px;
}
.dd-milestones .dd-milestone em {
  font-style: normal;
  font-weight: 400;
}
.dd-milestones.dd-alt *:not(strong) {
  color: #FFFFFF !important;
}
.dd-milestones.dd-alt .dd-btn-link:after {
  color: #F1B03B;
}
.dd-quickstats {
  background-color: #1D344D;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
.dd-quickstats h1 {
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}
.dd-quickstats h2 {
  font-size: 55px;
  margin: 0;
  text-align: center;
}
.dd-quickstats small {
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.dd-quickstats [class*="dd-quickstats-"] {
  border-right: 1px solid #6699CC;
  flex-grow: 1;
  padding: 5px 20px;
  width: 50%;
}
.dd-quickstats [class*="dd-quickstats-"]:last-child {
  border-right: 0;
}
.dd-quickstats .dd-quickstats-raised h2 {
  color: #F1B03B;
}
.dd-quickstats .dd-quickstats-participants h2 {
  color: #6699CC;
}
.dd-quickstats .dd-quickstats-teams h2 {
  color: #EE3124;
}
.dd-quickstats .dd-quickstats-activity h2 {
  color: #C8C5C5;
}
.dd-quickstats.dd-alt [class*="dd-quickstats-"] {
  width: 25%;
}
.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"] {
  border-radius: 3px;
  padding: 5px 40px 5px 10px;
  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: 40px !important;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #1D344D;
}
.dd-search .dd-btn-search:hover,
.dd-search .dd-btn-search:focus {
  background-color: #1D344D;
  border-color: transparent;
  color: #FFFFFF;
}
.dd-search .dd-btn-search:after {
  color: inherit;
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-size: 15px;
  margin: 0;
}
.dd-search.header-search {
  width: 215px;
}
.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: 55px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #F1B03B;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
  height: 55px;
  border-radius: 1000px;
}
.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% - 10px / 2);
  height: 55px;
  position: absolute;
}
.dd-milestone-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -5px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #1D344D;
  border-radius: 100%;
  z-index: 1005;
  box-shadow: none;
  padding: 0;
  line-height: 1;
  font-family: inherit;
}
.dd-milestone-mark .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #FFFFFF;
  font-size: 14px;
  left: 50%;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-milestone-mark .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-milestone-mark .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-milestone-mark .dd-description strong {
  display: block;
}
.dd-milestone-mark:hover .dd-description,
.dd-milestone-mark:focus .dd-description {
  opacity: 1;
}
.dd-thermo-horizontal {
  min-width: auto;
}
.dd-thermo-horizontal .dd-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, move 3s linear infinite;
}
.dd-thermo-horizontal .dd-page-edit-btn {
  top: auto;
  right: 50px;
  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-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: #666666;
}
.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: #F1B03B;
}
.dd-thermo-vertical .dd-thermo-track {
  height: 220px;
  background: #FFFFFF;
  border-radius: 1000px;
  position: relative;
  width: 65px;
  overflow: hidden;
}
.dd-thermo-vertical .dd-thermo-percent {
  color: #666666;
}
.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, move 3s linear infinite;
}
.dd-total-raised {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.dd-total-raised span {
  font-size: 36px;
  font-weight: 400;
  margin: 3px;
}
.dd-total-raised .currency,
.dd-total-raised .number {
  background-color: #1D344D;
  border-bottom: 10px solid #6699CC;
  color: #FFFFFF;
  font-weight: 700;
  padding: 13px;
}
.dd-total-raised .comma,
.dd-total-raised .decimal {
  color: #1D344D;
}
@media only screen and (max-width: 1025px){
  .lt-lg\:u-fs-14 {
    font-size: 14px;
  }
  .lt-lg\:u-fs-16 {
    font-size: 16px;
  }
  .lt-lg\:u-fs-18 {
    font-size: 18px;
  }
  .lt-lg\:u-fs-20 {
    font-size: 20px;
  }
  .lt-lg\:u-fs-22 {
    font-size: 22px;
  }
  .lt-lg\:u-fs-28 {
    font-size: 28px;
  }
  .lt-lg\:u-fs-32 {
    font-size: 32px;
  }
  .lt-lg\:u-fs-52 {
    font-size: 52px;
  }
  .lt-lg\:is-dropdown {
    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;
  }
  .lt-lg\:is-dropdown.is-active {
    animation: show 0.25s forwards 1 ease-in-out;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  table.tr tr {
    justify-content: center;
  }
  table.tr td {
    width: calc(50% - 20px);
  }
  .m-btn {
    border-radius: 1000px;
    font-size: 22px !important;
    outline: 0;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    color: #FFFFFF;
  }
  .m-btn:hover,
  .m-btn:focus {
    background-color: transparent;
    border-color: transparent;
    color: #6699CC;
  }
  .m-btn [class^="icon-"],
  .m-btn [class*="icon-"] {
    font-size: inherit !important;
    margin-right: 0 !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 {
    margin: 0;
    transform: translateX(-100%);
    transition: all 0.25s ease-in-out;
    animation: hide 0.25s forwards 1 ease-in-out;
  }
  .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.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;
  }
  .topnavcms.primary-nav,
  .topnavcms.secondary-nav {
    background-color: #262626;
    display: block;
    width: 100%;
  }
  .topnavcms.primary-nav li,
  .topnavcms.secondary-nav li {
    flex-direction: row !important;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
  .topnavcms.primary-nav li a,
  .topnavcms.secondary-nav li a {
    margin: 0 !important;
  }
  .topnavcms.primary-nav li:hover ul:not(.show-dropdown),
  .topnavcms.secondary-nav li:hover ul:not(.show-dropdown),
  .topnavcms.primary-nav li:focus ul:not(.show-dropdown),
  .topnavcms.secondary-nav li:focus ul:not(.show-dropdown) {
    opacity: 0;
    pointer-events: none;
    transform: translateY(25px);
  }
  .topnavcms.primary-nav li.is-active > a,
  .topnavcms.secondary-nav li.is-active > a {
    color: #FFFFFF;
    background-color: #34485f;
  }
  .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 {
    background-color: #1D344D;
    width: 100%;
  }
  .topnavcms.primary-nav ul.show-dropdown,
  .topnavcms.secondary-nav ul.show-dropdown {
    position: static;
    display: block;
    visibility: visible;
  }
  .topnavcms.primary-nav ul li.on a,
  .topnavcms.secondary-nav ul li.on a,
  .topnavcms.primary-nav ul a:hover,
  .topnavcms.secondary-nav ul a:hover,
  .topnavcms.primary-nav ul a:focus,
  .topnavcms.secondary-nav ul a:focus {
    background-color: #172a3e;
  }
  .topnavcms.primary-nav ul a,
  .topnavcms.secondary-nav ul a {
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 15px 10px 25px;
  }
  .lt-lg\:u-bg-color-1 {
    background-color: #1D344D;
  }
  .lt-lg\:u-bg-color-3 {
    background-color: #6699CC;
  }
  .lt-lg\:u-bg-color-7 {
    background-color: #262626;
  }
  .lt-lg\:u-bg-color-8 {
    background-color: #10253D;
  }
  .lt-lg\:u-bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .lt-lg\:u-bg-transparent {
    background-color: transparent;
  }
  .lt-lg\:u-border-color-3 {
    border-color: #6699CC;
  }
  .lt-lg\:u-border-color-8 {
    border-color: #10253D;
  }
  .lt-lg\:u-border-color-10 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .lt-lg\:u-border-w-2 {
    border-width: 2px;
  }
  .lt-lg\:u-border-w-5 {
    border-width: 5px;
  }
  .lt-lg\:u-border-w-10 {
    border-width: 10px;
  }
  .lt-lg\:u-border-solid {
    border-style: solid;
  }
  .lt-lg\:u-border-t-solid {
    border-top-style: solid;
  }
  .lt-lg\:u-border-r-none {
    border-right-style: none;
  }
  .lt-lg\:u-border-r-solid {
    border-right-style: solid;
  }
  .lt-lg\:u-border-l-none {
    border-left-style: none;
  }
  .lt-lg\:u-border-l-solid {
    border-left-style: solid;
  }
  .lt-lg\:u-border-b-solid {
    border-bottom-style: solid;
  }
  .lt-lg\:u-h-50 {
    height: 50px;
  }
  .lt-lg\:u-h-min-auto {
    min-height: auto;
  }
  .lt-lg\:u-h-min-200 {
    min-height: 200px;
  }
  .lt-lg\:u-h-min-450 {
    min-height: 450px;
  }
  .lt-lg\:-u-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .lt-lg\:-u-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lt-lg\:-u-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lt-lg\:-u-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .lt-lg\:-u-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .lt-lg\:u-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lt-lg\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lt-lg\:u-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lt-lg\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lt-lg\:u-my-50-70 {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .lt-lg\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lt-lg\:-u-mb-70 {
    margin-bottom: -70px;
  }
  .lt-lg\:u-mb-0 {
    margin-bottom: 0;
  }
  .lt-lg\:u-ml-auto {
    margin-left: auto;
  }
  .lt-lg\:u-mr-0 {
    margin-right: 0;
  }
  .lt-lg\:u-mr-10 {
    margin-right: 10px;
  }
  .lt-lg\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-lg\:u-px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .lt-lg\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-lg\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-lg\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-lg\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-lg\:u-px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lt-lg\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lt-lg\:u-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lt-lg\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-lg\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-lg\:u-py-20-10 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .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-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lt-lg\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-lg\:u-py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .lt-lg\:u-pb-0 {
    padding-bottom: 0px;
  }
  .lt-lg\:u-pb-60 {
    padding-bottom: 60px;
  }
  .lt-lg\:u-w-50 {
    width: 50px;
  }
  .lt-lg\:u-max-w-120 {
    max-width: 120px;
  }
  .lt-lg\:u-max-w-200 {
    max-width: 200px;
  }
  .lt-lg\:u-max-w-840 {
    max-width: 840px;
  }
  .lt-lg\:u-max-w-1200 {
    max-width: 1200px;
  }
  .dd-incentive-option-list > *,
  .dd-incentive-option-list ul > * {
    margin-bottom: 10px !important;
  }
  .dd-incentive-option-list > *:last-child,
  .dd-incentive-option-list ul > *:last-child {
    margin-bottom: 0 !important;
  }
  .dd-incentive-option-list .dd-incentive-option {
    width: 100%;
  }
  .leader-boards > * {
    max-width: 100% !important;
  }
  .dd-quickstats [class*="dd-quickstats-"] {
    width: 50% !important;
  }
  .dd-search.header-search {
    width: 195px;
  }
  .dd-search.header-search input[name="searchTerm"] {
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
  }
  .dd-search.header-search .dd-btn-search {
    display: none;
  }
}
@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;
  }
  .lt-md\:u-fs-14 {
    font-size: 14px;
  }
  .lt-md\:u-fs-16 {
    font-size: 16px;
  }
  .lt-md\:u-fs-18 {
    font-size: 18px;
  }
  .lt-md\:u-fs-20 {
    font-size: 20px;
  }
  .lt-md\:u-fs-22 {
    font-size: 22px;
  }
  .lt-md\:u-fs-28 {
    font-size: 28px;
  }
  .lt-md\:u-fs-32 {
    font-size: 32px;
  }
  .lt-md\:u-fs-52 {
    font-size: 52px;
  }
  body .dd-stream {
    margin: 20px auto !important;
  }
  table[class*="tr-"][class*="-col-"] tr {
    margin-left: -5px;
    margin-right: -5px;
  }
  table[class*="tr-"][class*="-col-"] td {
    margin: 5px;
    padding: 10px;
  }
  table[class*="tr-"][class*="-col-1"] td {
    width: calc(100% - 10px);
  }
  table[class*="tr-"][class*="-col-2"] td,
  table[class*="tr-"][class*="-col-3"] td {
    width: calc(50% - 10px);
  }
  .nav-tabs-block .nav-tabs {
    display: block;
  }
  .nav-tabs-block .nav-tabs a:after {
    display: none;
  }
  .nav-tabs-block .nav-tabs li.active a,
  .nav-tabs-block .nav-tabs a:focus,
  .nav-tabs-block .nav-tabs a:hover {
    background-color: #10253D;
  }
  .dd-editable-avatar {
    margin-bottom: 15px;
  }
  #team-name,
  #participant-name,
  #team-name *,
  #participant-name * {
    text-align: center !important;
  }
  #team-name .dd-editable-date,
  #participant-name .dd-editable-date {
    display: block;
  }
  .dd-editable-name h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .page-details {
    margin-bottom: 45px;
  }
  .page-details > * {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .page-details > *:last-child {
    margin-bottom: 0;
  }
  .lt-md\:u-bg-color-1 {
    background-color: #1D344D;
  }
  .lt-md\:u-bg-color-3 {
    background-color: #6699CC;
  }
  .lt-md\:u-bg-color-7 {
    background-color: #262626;
  }
  .lt-md\:u-bg-color-8 {
    background-color: #10253D;
  }
  .lt-md\:u-bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .lt-md\:u-bg-transparent {
    background-color: transparent;
  }
  .lt-md\:u-border-color-3 {
    border-color: #6699CC;
  }
  .lt-md\:u-border-color-8 {
    border-color: #10253D;
  }
  .lt-md\:u-border-color-10 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .lt-md\:u-border-w-2 {
    border-width: 2px;
  }
  .lt-md\:u-border-w-5 {
    border-width: 5px;
  }
  .lt-md\:u-border-w-10 {
    border-width: 10px;
  }
  .lt-md\:u-border-solid {
    border-style: solid;
  }
  .lt-md\:u-border-t-solid {
    border-top-style: solid;
  }
  .lt-md\:u-border-r-none {
    border-right-style: none;
  }
  .lt-md\:u-border-r-solid {
    border-right-style: solid;
  }
  .lt-md\:u-border-l-none {
    border-left-style: none;
  }
  .lt-md\:u-border-l-solid {
    border-left-style: solid;
  }
  .lt-md\:u-border-b-solid {
    border-bottom-style: solid;
  }
  .lt-md\:u-h-50 {
    height: 50px;
  }
  .lt-md\:u-h-min-auto {
    min-height: auto;
  }
  .lt-md\:u-h-min-200 {
    min-height: 200px;
  }
  .lt-md\:u-h-min-450 {
    min-height: 450px;
  }
  .lt-md\:-u-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .lt-md\:-u-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lt-md\:-u-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lt-md\:-u-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .lt-md\:-u-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .lt-md\:u-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lt-md\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lt-md\:u-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lt-md\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lt-md\:u-my-50-70 {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .lt-md\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lt-md\:-u-mb-70 {
    margin-bottom: -70px;
  }
  .lt-md\:u-mb-0 {
    margin-bottom: 0;
  }
  .lt-md\:u-ml-auto {
    margin-left: auto;
  }
  .lt-md\:u-mr-0 {
    margin-right: 0;
  }
  .lt-md\:u-mr-10 {
    margin-right: 10px;
  }
  .lt-md\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-md\:u-px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .lt-md\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-md\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-md\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-md\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-md\:u-px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lt-md\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lt-md\:u-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lt-md\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-md\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-md\:u-py-20-10 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .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-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lt-md\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-md\:u-py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .lt-md\:u-pb-0 {
    padding-bottom: 0px;
  }
  .lt-md\:u-pb-60 {
    padding-bottom: 60px;
  }
  .lt-md\:u-w-50 {
    width: 50px;
  }
  .lt-md\:u-max-w-120 {
    max-width: 120px;
  }
  .lt-md\:u-max-w-200 {
    max-width: 200px;
  }
  .lt-md\:u-max-w-840 {
    max-width: 840px;
  }
  .lt-md\:u-max-w-1200 {
    max-width: 1200px;
  }
  .dd-badges,
  .dd-incentive-option-list,
  .dd-milestones {
    display: block;
    text-align: center !important;
  }
  .dd-badges > *,
  .dd-incentive-option-list > *,
  .dd-milestones > * {
    margin-bottom: 10px !important;
  }
  .dd-badges > *:last-child,
  .dd-incentive-option-list > *:last-child,
  .dd-milestones > *:last-child {
    margin-bottom: 0 !important;
  }
  .dd-badges .dd-btn-link,
  .dd-incentive-option-list .dd-btn-link,
  .dd-milestones .dd-btn-link {
    margin-left: 0;
  }
  .dd-events li {
    width: 50% !important;
  }
  #socialBtns .padding {
    margin-left: -5px;
    margin-right: -5px;
  }
  #socialBtns .padding > * {
    margin: 0 5px 10px 5px !important;
    width: calc(100% - 10px) !important;
  }
  .dd-incentive-explainer {
    text-align: center;
  }
  .dd-milestones .dd-milestone strong {
    display: block;
    margin-right: 0;
  }
  .dd-milestone-mark .dd-description {
    display: none !important;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal {
    text-align: center;
    width: 100%;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-track {
    margin-bottom: 15px;
  }
  .dd-thermo-horizontal .dd-thermo-raised {
    order: 1;
  }
  .dd-thermo-horizontal .dd-thermo-goal {
    order: 3;
    margin-bottom: 0;
  }
  .dd-thermo-horizontal .dd-milestone-wrapper,
  .dd-thermo-horizontal .dd-thermo-track {
    order: 2;
  }
  .dd-thermo-horizontal .dd-page-edit-btn {
    top: 0;
    bottom: auto;
  }
  .dd-thermo-horizontal[data-show-goal="false"] .dd-thermo-raised,
  .dd-thermo-horizontal[data-show-raised="false"] .dd-thermo-raised,
  .dd-thermo-horizontal[data-show-goal="false"] .dd-thermo-goal,
  .dd-thermo-horizontal[data-show-raised="false"] .dd-thermo-goal {
    order: 1;
    margin-bottom: 15px;
  }
  .dd-thermo-horizontal[data-show-goal="false"] .dd-thermo-track,
  .dd-thermo-horizontal[data-show-raised="false"] .dd-thermo-track {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 641px){
  .form-actions .dd-btn {
    margin-bottom: 15px;
  }
  .form-actions > * {
    display: block;
    width: 100%;
  }
  .lt-sm\:u-fs-14 {
    font-size: 14px;
  }
  .lt-sm\:u-fs-16 {
    font-size: 16px;
  }
  .lt-sm\:u-fs-18 {
    font-size: 18px;
  }
  .lt-sm\:u-fs-20 {
    font-size: 20px;
  }
  .lt-sm\:u-fs-22 {
    font-size: 22px;
  }
  .lt-sm\:u-fs-28 {
    font-size: 28px;
  }
  .lt-sm\:u-fs-32 {
    font-size: 32px;
  }
  .lt-sm\:u-fs-52 {
    font-size: 52px;
  }
  body:not(.body-modal) .dd-btn:not(#streamingdonatebutton),
  body:not(.body-modal) .btn-big {
    width: 100%;
    margin-left: 0px;
  }
  table[class*="tr"] td {
    width: calc(100% - 10px) !important;
  }
  #team-name .btn-big,
  #participant-name .btn-big {
    margin-bottom: 0;
  }
  #team-name .btn-big + .btn-big,
  #participant-name .btn-big + .btn-big {
    margin-top: 10px;
  }
  .lt-sm\:u-bg-color-1 {
    background-color: #1D344D;
  }
  .lt-sm\:u-bg-color-3 {
    background-color: #6699CC;
  }
  .lt-sm\:u-bg-color-7 {
    background-color: #262626;
  }
  .lt-sm\:u-bg-color-8 {
    background-color: #10253D;
  }
  .lt-sm\:u-bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .lt-sm\:u-bg-transparent {
    background-color: transparent;
  }
  .lt-sm\:u-border-color-3 {
    border-color: #6699CC;
  }
  .lt-sm\:u-border-color-8 {
    border-color: #10253D;
  }
  .lt-sm\:u-border-color-10 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .lt-sm\:u-border-w-2 {
    border-width: 2px;
  }
  .lt-sm\:u-border-w-5 {
    border-width: 5px;
  }
  .lt-sm\:u-border-w-10 {
    border-width: 10px;
  }
  .lt-sm\:u-border-solid {
    border-style: solid;
  }
  .lt-sm\:u-border-t-solid {
    border-top-style: solid;
  }
  .lt-sm\:u-border-r-none {
    border-right-style: none;
  }
  .lt-sm\:u-border-r-solid {
    border-right-style: solid;
  }
  .lt-sm\:u-border-l-none {
    border-left-style: none;
  }
  .lt-sm\:u-border-l-solid {
    border-left-style: solid;
  }
  .lt-sm\:u-border-b-solid {
    border-bottom-style: solid;
  }
  .lt-sm\:u-h-50 {
    height: 50px;
  }
  .lt-sm\:u-h-min-auto {
    min-height: auto;
  }
  .lt-sm\:u-h-min-200 {
    min-height: 200px;
  }
  .lt-sm\:u-h-min-450 {
    min-height: 450px;
  }
  .lt-sm\:-u-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .lt-sm\:-u-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lt-sm\:-u-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lt-sm\:-u-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .lt-sm\:-u-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .lt-sm\:u-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lt-sm\:u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lt-sm\:u-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lt-sm\:u-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lt-sm\:u-my-50-70 {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .lt-sm\:u-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lt-sm\:-u-mb-70 {
    margin-bottom: -70px;
  }
  .lt-sm\:u-mb-0 {
    margin-bottom: 0;
  }
  .lt-sm\:u-ml-auto {
    margin-left: auto;
  }
  .lt-sm\:u-mr-0 {
    margin-right: 0;
  }
  .lt-sm\:u-mr-10 {
    margin-right: 10px;
  }
  .lt-sm\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-sm\:u-px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .lt-sm\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-sm\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-sm\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-sm\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-sm\:u-px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lt-sm\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lt-sm\:u-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lt-sm\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-sm\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-sm\:u-py-20-10 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .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-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lt-sm\:u-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-sm\:u-py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .lt-sm\:u-pb-0 {
    padding-bottom: 0px;
  }
  .lt-sm\:u-pb-60 {
    padding-bottom: 60px;
  }
  .lt-sm\:u-w-50 {
    width: 50px;
  }
  .lt-sm\:u-max-w-120 {
    max-width: 120px;
  }
  .lt-sm\:u-max-w-200 {
    max-width: 200px;
  }
  .lt-sm\:u-max-w-840 {
    max-width: 840px;
  }
  .lt-sm\:u-max-w-1200 {
    max-width: 1200px;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-vertical .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal,
  .dd-thermo-vertical .dd-thermo-goal {
    font-size: 24px;
  }
  .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 {
    min-width: auto;
    width: calc(33.33% - (5px * 2));
  }
  .dd-event-countdown .number {
    font-size: 39px;
  }
  .dd-event-countdown .time {
    font-size: 14px;
  }
  .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;
  }
  .dd-top-team-groups,
  .dd-top-fundraisers,
  .dd-top-teams {
    text-align: left;
  }
  .dd-top-team-groups h2,
  .dd-top-fundraisers h2,
  .dd-top-teams h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .dd-top-team-groups ol,
  .dd-top-fundraisers ol,
  .dd-top-teams ol {
    margin-bottom: 10px;
  }
  .dd-top-team-groups li,
  .dd-top-fundraisers li,
  .dd-top-teams li {
    border: 0;
    margin: 0 0 10px 0;
    padding: 10px;
    width: 100% !important;
  }
  .dd-top-team-groups .dd-avatar-image,
  .dd-top-fundraisers .dd-avatar-image,
  .dd-top-teams .dd-avatar-image {
    margin-bottom: 0;
  }
  .dd-top-team-groups img,
  .dd-top-fundraisers img,
  .dd-top-teams img {
    width: 60px;
  }
  .dd-top-team-groups .dd-list-info,
  .dd-top-fundraisers .dd-list-info,
  .dd-top-teams .dd-list-info {
    display: block;
    padding-left: 20px;
    width: calc(100% - 60px);
  }
  .dd-top-team-groups li,
  .dd-top-fundraisers .dd-avatar-link,
  .dd-top-teams .dd-avatar-link {
    align-items: center;
    flex-direction: row;
  }
  .dd-login:not(.header-login) {
    width: 100%;
  }
  .dd-list-subscribe label {
    width: 100% !important;
    padding: 0px 0px 10px 0px !important;
  }
  .dd-quickstats h2 {
    font-size: 43px;
    text-align: left;
  }
  .dd-quickstats small {
    display: inline-block;
    font-size: 18px;
  }
  .dd-quickstats [class*="dd-quickstats-"] {
    padding: 5px 20px;
    width: 100% !important;
  }
  .dd-search:not(.header-search) {
    width: 100%;
  }
}

