.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Theme Mixins */
@-webkit-keyframes hide {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes hide {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes show {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes show {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes thermo-progress-horz {
  0% {
    width: 0;
  }
}
@keyframes thermo-progress-horz {
  0% {
    width: 0;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * Give all elements box-sizing
 */
* {
  box-sizing: border-box;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * set display for main - for IE11
 */
main {
  display: block;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.fancybox-wrap {
  box-sizing: content-box;
  width: 350px;
}
.fancybox-wrap .fancybox-inner {
  width: 350px;
}
#constituent-alerts ul {
  margin: 0;
}
#constituent-alerts ul > li .dismiss {
  height: 25px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#event-bits {
  margin-bottom: 25px;
}
.form-actions .dd-btn {
  margin-bottom: 0;
}
.close {
  text-decoration: none !important;
}
@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;
  }
}
@media only screen and (max-width: 641px) {
  .form-actions .dd-btn {
    margin-bottom: 15px;
  }
  .form-actions > * {
    display: block;
    width: 100%;
  }
}
#editorContent .dd-widget,
#wysiwyg .dd-widget {
  background-color: #E4E4E4;
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}
#editorContent .dd-widget:before,
#wysiwyg .dd-widget:before {
  content: "</> Widget Placeholder";
}
#editorContent .dd-widget[data-type="events"]:before,
#wysiwyg .dd-widget[data-type="events"]:before {
  content: "</> Events Widget Placeholder";
}
#editorContent .dd-widget[data-type="eventCountdown"]:before,
#wysiwyg .dd-widget[data-type="eventCountdown"]:before {
  content: "</> Event Countdown Widget Placeholder";
}
#editorContent .dd-widget[data-type="badges"]:before,
#wysiwyg .dd-widget[data-type="badges"]:before {
  content: "</> Badges Widget Placeholder";
}
#editorContent .dd-widget[data-type="login"]:before,
#wysiwyg .dd-widget[data-type="login"]:before {
  content: "</> Login Widget Placeholder";
}
#editorContent .dd-widget[data-type="listSubscribe"]:before,
#wysiwyg .dd-widget[data-type="listSubscribe"]:before {
  content: "</> Mail List Subscribe Widget Placeholder";
}
#editorContent .dd-widget[data-type="participantImpact"]:before,
#wysiwyg .dd-widget[data-type="participantImpact"]:before {
  content: "</> Participant Impact 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;
}
h2,
.h2,
h5,
.h5 {
  font-weight: 700;
}
h3,
.h3,
h4,
.h4,
h6,
.h6 {
  font-weight: 400;
}
h1,
.h1 {
  color: #000000;
  font-weight: 900;
  font-size: 40px;
  margin: 0 0 26.66666667px 0;
}
h2,
.h2 {
  color: #005E62;
  font-size: 32px;
  margin: 0 0 21.33333333px 0;
}
h3,
.h3 {
  color: #686158;
  font-size: 29px;
  margin: 0 0 19.33333333px 0;
}
h4,
.h4 {
  color: #000000;
  font-size: 29px;
  margin: 0 0 19.33333333px 0;
}
h5,
.h5 {
  color: #005E62;
  font-size: 27px;
  margin: 0 0 18px 0;
}
h6,
.h6 {
  color: #000000;
  font-size: 25px;
  margin: 0 0 16.66666667px 0;
}
p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #000000;
  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;
}
blockquote,
p.blockquote {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
  min-height: 60px;
  padding: 30px;
  position: relative;
  text-align: left;
  border: 0;
  width: 100%;
}
blockquote:before,
p.blockquote:before,
blockquote:after,
p.blockquote:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 58px;
  position: absolute;
  width: 70px;
}
blockquote:before,
p.blockquote:before {
  background-image: url('../img/quote-left-black-4.svg');
  left: 0;
  top: 10px;
}
blockquote:after,
p.blockquote:after {
  background-image: url('../img/quote-right-black-4.svg');
  bottom: 10px;
  right: 0;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 20px 0;
  line-height: 1.67;
}
cite,
.cite {
  color: #005E62;
  font-family: "Itim", cursive;
  font-size: 34px;
  font-weight: 400;
}
cite:before,
.cite:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.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-2 {
  color: #F58025;
}
.u-txt-color-3 {
  color: #005E62;
}
.u-txt-color-10 {
  color: #cc3F10;
}
@media only screen and (min-width: 640px) {
  .gt-sm\:u-txt-color-white-not-button,
  .gt-sm\: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-ff-itim {
  font-family: "Itim", cursive;
  font-size: 1.2em;
  font-weight: 400;
}
ul,
ol {
  margin: 0 0 25px 25px;
  padding: 0;
}
li {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin: 0 0 8px 0;
  line-height: 1.67;
}
li p {
  font-size: 22px;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.u-fs-18 {
  font-size: 18px;
}
.u-fs-20 {
  font-size: 20px;
}
.u-fs-22 {
  font-size: 22px;
}
.u-fs-24 {
  font-size: 24px;
}
.u-fs-28 {
  font-size: 28px;
}
.u-fs-32 {
  font-size: 32px;
}
.u-fs-34 {
  font-size: 34px;
}
.u-fs-36 {
  font-size: 36px;
}
.u-fs-40 {
  font-size: 40px;
}
.u-fs-55 {
  font-size: 55px;
}
.u-fs-60 {
  font-size: 60px;
}
@media only screen and (max-width: 1025px) {
  .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-24 {
    font-size: 24px;
  }
  .lt-lg\:u-fs-28 {
    font-size: 28px;
  }
  .lt-lg\:u-fs-32 {
    font-size: 32px;
  }
  .lt-lg\:u-fs-34 {
    font-size: 34px;
  }
  .lt-lg\:u-fs-36 {
    font-size: 36px;
  }
  .lt-lg\:u-fs-40 {
    font-size: 40px;
  }
  .lt-lg\:u-fs-55 {
    font-size: 55px;
  }
  .lt-lg\:u-fs-60 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .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-24 {
    font-size: 24px;
  }
  .lt-md\:u-fs-28 {
    font-size: 28px;
  }
  .lt-md\:u-fs-32 {
    font-size: 32px;
  }
  .lt-md\:u-fs-34 {
    font-size: 34px;
  }
  .lt-md\:u-fs-36 {
    font-size: 36px;
  }
  .lt-md\:u-fs-40 {
    font-size: 40px;
  }
  .lt-md\:u-fs-55 {
    font-size: 55px;
  }
  .lt-md\:u-fs-60 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 641px) {
  .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-24 {
    font-size: 24px;
  }
  .lt-sm\:u-fs-28 {
    font-size: 28px;
  }
  .lt-sm\:u-fs-32 {
    font-size: 32px;
  }
  .lt-sm\:u-fs-34 {
    font-size: 34px;
  }
  .lt-sm\:u-fs-36 {
    font-size: 36px;
  }
  .lt-sm\:u-fs-40 {
    font-size: 40px;
  }
  .lt-sm\:u-fs-55 {
    font-size: 55px;
  }
  .lt-sm\:u-fs-60 {
    font-size: 60px;
  }
}
.u-fw-700 {
  font-weight: 700;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-fw-700 {
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-fw-700 {
    font-weight: 700;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-fw-700 {
    font-weight: 700;
  }
}
#wysiwyg {
  margin: 10px !important;
  background-image: none !important;
  background-color: #F5F5F5 !important;
}
#wysiwyg table td {
  outline: auto;
}
.cke_panel_listItem .hr-bike {
  font-size: 0;
}
ul.accordion {
  margin: 0;
  padding: 0;
}
ul.accordion li.accordion-item.is-active .accordion-title [class*="icon-"] {
  transform: rotate(180deg);
}
ul.accordion .accordion-title {
  font-weight: 700 !important;
  margin: 0;
  text-decoration: none;
}
ul.accordion .accordion-content {
  display: none;
  overflow: hidden;
}
.dd-announcement-bar {
  background-color: #005E62;
  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: #005E62;
  font-weight: 400;
  text-decoration: none;
}
a:visited {
  color: #005E62;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #005E62;
  text-decoration: underline;
}
a:active {
  color: #005E62;
  text-decoration: underline;
}
a.hover\:opacity-75 {
  opacity: 1;
}
a.hover\:opacity-75:hover,
a.hover\:opacity-75:focus {
  opacity: 0.75;
}
a.link-download {
  color: #F58025;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
}
a.link-download:before {
  content: "\f063";
  font-family: FontAwesome;
  font-weight: 400;
  margin-right: 10px;
}
a.link-download:hover,
a.link-download:focus {
  color: #f79951;
}
a.link-arrow,
button.link-arrow {
  display: inline-flex;
  align-items: baseline;
}
a.link-arrow:after,
button.link-arrow:after {
  content: "\f0da";
  font-family: FontAwesome;
  margin-left: 5px;
}
a.hover\:txt-color-white:hover,
button.hover\:txt-color-white:hover,
a.hover\:txt-color-white:focus,
button.hover\:txt-color-white:focus {
  color: #FFFFFF;
}
a.hover\:underline:hover,
button.hover\:underline:hover,
a.hover\:underline:focus,
button.hover\:underline:focus {
  text-decoration: underline;
}
.btn-link:not(.dd-mobile-toggle),
.cancel {
  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: 1000px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  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: #000000;
  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: #686158;
  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: 22px;
  font-weight: 700;
  background-color: #000000;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  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: #686158;
  border-color: transparent;
  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 20px 0;
  padding: 12px 25px 12px 25px;
}
a.btn-alt-1,
button.btn-alt-1,
input[type="submit"].btn-alt-1 {
  background-color: #FFFFFF;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #005E62;
}
a.btn-alt-1:hover,
button.btn-alt-1:hover,
input[type="submit"].btn-alt-1:hover,
a.btn-alt-1:focus,
button.btn-alt-1:focus,
input[type="submit"].btn-alt-1:focus {
  background-color: #000000;
  border-color: transparent;
  color: #FFFFFF;
}
a.btn-alt-2,
button.btn-alt-2,
input[type="submit"].btn-alt-2 {
  background-color: #F58025;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #FFFFFF;
}
a.btn-alt-2:hover,
button.btn-alt-2:hover,
input[type="submit"].btn-alt-2:hover,
a.btn-alt-2:focus,
button.btn-alt-2:focus,
input[type="submit"].btn-alt-2:focus {
  background-color: #dd7321;
  border-color: transparent;
  color: #FFFFFF;
}
a.btn-alt-3,
button.btn-alt-3,
input[type="submit"].btn-alt-3 {
  background-color: #005E62;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #FFFFFF;
}
a.btn-alt-3:hover,
button.btn-alt-3:hover,
input[type="submit"].btn-alt-3:hover,
a.btn-alt-3:focus,
button.btn-alt-3:focus,
input[type="submit"].btn-alt-3:focus {
  background-color: #686158;
  border-color: transparent;
  color: #FFFFFF;
}
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-m-x-10,
button.btn-m-x-10,
input[type="submit"].btn-m-x-10 {
  margin-left: 10px;
  margin-right: 10px;
}
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,
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:not([class*="btn-m-x-"]) {
  margin-left: 10px;
}
.dd-btn.btn-big + .dd-btn:not([class*="btn-m-x-"]) {
  margin-left: 20px;
}
.btn-w-child-full .dd-btn {
  width: 100%;
}
.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: 1000px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !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: #000000 !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: #686158 !important;
  border-color: transparent !important;
  color: #FFFFFF !important;
}
@media only screen and (max-width: 641px) {
  body:not(.body-modal) .dd-btn:not(#streamingdonatebutton),
  body:not(.body-modal) .btn-big {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
[class*="clip-blob"],
[class*="clip-curve"] {
  will-change: transform;
}
.clip-blob-small {
  -webkit-clip-path: url(#blob-small);
  clip-path: url(#blob-small);
}
.clip-blob-large {
  -webkit-clip-path: url(#blob-large);
  clip-path: url(#blob-large);
}
.clip-curve-1 {
  -webkit-clip-path: url(#curve-1);
  clip-path: url(#curve-1);
}
.clip-curve-2 {
  -webkit-clip-path: url(#curve-2);
  clip-path: url(#curve-2);
}
.clip-curve-3 {
  -webkit-clip-path: url(#curve-3);
  clip-path: url(#curve-3);
}
.clip-curve-4 {
  -webkit-clip-path: url(#curve-4);
  clip-path: url(#curve-4);
}
.clip-curve-5 {
  -webkit-clip-path: url(#curve-5);
  clip-path: url(#curve-5);
}
.clip-curve-6 {
  -webkit-clip-path: url(#curve-6);
  clip-path: url(#curve-6);
}
.has-dropdown {
  position: relative;
}
.is-dropdown {
  min-width: 190px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-animation: hide 0.25s forwards 1 ease-in-out;
          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 {
  -webkit-animation: show 0.25s forwards 1 ease-in-out;
          animation: show 0.25s forwards 1 ease-in-out;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:is-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-animation: hide 0.25s forwards 1 ease-in-out;
            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 {
    -webkit-animation: show 0.25s forwards 1 ease-in-out;
            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 #363431;
  box-shadow: none;
  color: #000000;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #000000;
  text-transform: none;
  font-size: 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: #000000;
  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: #000000;
  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: #000000;
  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 #000000;
  outline: 0;
}
.form-actions {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.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: #005E62;
}
#inappropriatecontentlink {
  padding: 0;
}
#inappropriatecontentlink a {
  color: #005E62;
  display: inline-block;
  font-size: 22px;
}
#inappropriatecontentlink + .clr {
  display: none;
}
.offlinedonationlink {
  text-decoration: none !important;
}
.offlinedonationlink:before {
  content: "\f0e0";
  display: inline;
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 15px;
}
.custom-theme-modal .fancybox-close {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #F58025 !important;
}
.custom-theme-modal .fancybox-close:before {
  font-size: 20px;
}
.custom-theme-modal .fancybox-close:hover,
.custom-theme-modal .fancybox-close:focus {
  background-color: #000000 !important;
}
.custom-theme-modal .fancybox-inner {
  margin: 0 !important;
}
.custom-theme-modal .fancybox-inner,
[data-resizetype="responsive"],
.fr-video,
.responsive-media-embed {
  padding-bottom: 56.25%;
  background-color: #FFFFFF;
  height: 0;
  margin: 50px 0;
  overflow: hidden;
  position: relative;
}
.custom-theme-modal .fancybox-inner iframe,
[data-resizetype="responsive"] iframe,
.fr-video iframe,
.responsive-media-embed iframe,
.custom-theme-modal .fancybox-inner object,
[data-resizetype="responsive"] object,
.fr-video object,
.responsive-media-embed object,
.custom-theme-modal .fancybox-inner embed,
[data-resizetype="responsive"] embed,
.fr-video embed,
.responsive-media-embed embed,
.custom-theme-modal .fancybox-inner video,
[data-resizetype="responsive"] video,
.fr-video video,
.responsive-media-embed video {
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.custom-theme-modal .fancybox-inner.default,
[data-resizetype="responsive"].default,
.fr-video.default,
.responsive-media-embed.default {
  padding-bottom: 56.25%;
}
.custom-theme-modal .fancybox-inner.anamorphic,
[data-resizetype="responsive"].anamorphic,
.fr-video.anamorphic,
.responsive-media-embed.anamorphic {
  padding-bottom: 41.84100418%;
}
.custom-theme-modal .fancybox-inner.panorama,
[data-resizetype="responsive"].panorama,
.fr-video.panorama,
.responsive-media-embed.panorama {
  padding-bottom: 31.640625%;
}
.custom-theme-modal .fancybox-inner.square,
[data-resizetype="responsive"].square,
.fr-video.square,
.responsive-media-embed.square {
  padding-bottom: 100%;
}
ul.social {
  list-style: none;
}
ul.social,
ul.social li {
  margin: 0;
}
ul.social a {
  color: #000000;
  display: block;
  line-height: 1;
  text-decoration: none;
}
ul.social [class*="icon-"] {
  font-size: 20px;
  margin-right: 0;
  color: inherit;
}
ul.social img[src*=".svg"] {
  max-height: 20px;
}
body.action-event .dd-stream {
  margin-bottom: 125px !important;
}
body .dd-stream {
  margin: 40px auto;
}
body .dd-streaming-embed {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}
body .dd-stream-title {
  color: #005E62;
  font-size: 20px;
}
body .dd-toggle {
  background-color: #005E62 !important;
}
body .dd-toggle .dd-toggle-handle {
  border-color: #005E62 !important;
}
body .dd-mobile-toggle {
  color: #000000;
}
body .dd-feed-wrap .dd-btn {
  width: 15%;
}
body .dd-activity-feed .dd-feed-item {
  background-color: #FFFFFF;
  border: 0;
  border-radius: 1000px;
  padding: 5px;
}
body .dd-activity-feed .dd-feed-donation {
  color: #005E62;
  font-weight: 900;
  font-size: 25px;
}
body .dd-activity-feed .dd-feed-title {
  font-size: 20px;
  line-height: 1.25;
}
body .dd-stream-controls .pagination a {
  background-color: transparent;
  border-color: #005E62;
  color: #005E62;
  line-height: 1 !important;
  padding: 0 10px !important;
}
body .dd-stream-controls .pagination a:focus,
body .dd-stream-controls .pagination a:hover {
  background-color: #005E62;
  color: #FFFFFF;
}
body .dd-stream-controls .pagination li.active a {
  background-color: #005E62;
  color: #FFFFFF;
}
body .dd-stream-config .form-actions button {
  display: block;
}
body .dd-stream-config .form-actions button.dd-btn {
  margin-bottom: 10px;
}
body .dd-stream-config .form-actions button.btn-link {
  padding-left: 0;
  padding-right: 0;
}
body .dd-streaming-settings {
  background-color: #FFFFFF;
}
body .dd-streaming-settings .dd-stream-settings-options {
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  body .dd-stream {
    margin: 20px auto !important;
  }
}
@media only screen and (max-width: 641px) {
  body .dd-stream {
    background-color: #FFFFFF;
    border: 1px solid #F6F6F6;
    padding: 5px;
  }
  body .dd-activity-feed .dd-feed-item {
    border: 2px solid #F6F6F6;
    border-radius: 5px;
  }
}
.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"]:not(.table-striped) {
  border-spacing: 0 !important;
  border: 0 !important;
  margin-bottom: 25px;
  table-layout: fixed;
  width: 100% !important;
}
table[class*="tr"]:not(.table-striped) tr {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
table[class*="tr"]:not(.table-striped) td {
  border: 0;
  display: block;
}
table[class*="tr"]:not(.table-striped) td > *:last-child {
  margin-bottom: 0 !important;
}
table[class*="tr"]:not(.table-striped) td img {
  max-width: 100% !important;
  height: auto !important;
}
table.tr tr {
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}
table.tr td {
  flex-grow: 1;
  margin: 20px;
  padding: 10px;
  width: calc(16.66666667% - 40px);
}
table.tr td > * {
  margin-bottom: 20px;
}
table[class*="tr-"][class*="-col-"] tr {
  margin-left: -20px;
  margin-right: -20px;
}
table[class*="tr-"][class*="-col-"] td {
  margin: 20px;
}
table[class*="tr-"][class*="-col-"] td > * {
  margin-bottom: 20px;
}
table[class*="tr-card"] td {
  background-color: #FFFFFF;
  border: 1px solid #686158;
  padding: 15px;
}
table[class*="tr-"][class*="-col-1"] td {
  width: calc(100% - 40px);
}
table[class*="tr-"][class*="-col-2"] td {
  width: calc(50% - 40px);
}
table[class*="tr-"][class*="-col-3"] td {
  width: calc(33.33% - 40px);
}
table[class*="tr-"][class*="-col-4"] td {
  width: calc(25% - 40px);
}
table[class*="tr-"][class*="-col-5"] td {
  width: calc(20% - 40px);
}
@media only screen and (max-width: 1025px) {
  table.tr tr {
    justify-content: center;
  }
  table.tr td {
    width: calc(50% - 40px);
  }
  table[class*="tr-"][class*="-col-4"] td,
  table[class*="tr-"][class*="-col-5"] td {
    width: calc(33.33% - 40px);
  }
}
@media only screen and (max-width: 768px) {
  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,
  table[class*="tr-"][class*="-col-4"] td,
  table[class*="tr-"][class*="-col-5"] td {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 641px) {
  table[class*="tr"]:not(.table-striped) td {
    width: calc(100% - 10px) !important;
  }
}
.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: #FFFFFF;
  display: inline-flex;
  font-size: 32px;
  font-weight: 900;
  justify-content: center;
  margin: 0;
  min-width: 200px;
  padding: 20px 15px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.nav-tabs-block .nav-tabs a:after {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 0 solid #003E41;
  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-"] {
  line-height: normal;
  margin-right: 0;
}
.nav-tabs-block .nav-tabs a [class*="icon-"]:before,
.nav-tabs-block .nav-tabs a:before {
  font-family: FontAwesome;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  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: #F58025;
}
.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: 18px;
  bottom: -18px;
}
.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';
}
@media only screen and (max-width: 768px) {
  .nav-tabs-block .nav-tabs {
    display: block;
  }
  .nav-tabs-block .nav-tabs a:after {
    display: none;
  }
}
.btn-show-dropdown {
  align-items: center;
  background-color: transparent;
  border: 0;
  bottom: 0;
  color: inherit;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  margin: auto 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 0;
  width: 20px;
}
.btn-show-dropdown [class*="icon-"] {
  font-size: 18px;
  margin-right: 0;
}
.btn-show-dropdown.is-active {
  transform: rotate(180deg);
}
.btn-show-dropdown:focus,
.btn-show-dropdown:hover {
  color: #F58025;
}
@media only screen and (max-width: 1025px) {
  .btn-show-dropdown {
    height: auto;
    margin: 0;
    position: static;
    width: 59px;
  }
}
.topnavcms {
  color: #000000;
  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;
  transition: all 0.5s ease-in-out;
}
.topnavcms li a,
.topnavcms li .btn-linked {
  color: inherit;
  display: block;
  outline: 0;
  padding: 15px 25px;
  text-decoration: none;
}
.topnavcms li:not(.nochildren):not(.top-nav-home) {
  position: relative;
}
.topnavcms li:not(.nochildren):not(.top-nav-home) a {
  padding-right: 50px;
}
.topnavcms li.on > a {
  font-weight: 700;
}
.topnavcms li.is-active > button.btn-show-dropdown,
.topnavcms > li:hover > button.btn-show-dropdown,
.topnavcms li.is-active > button .btn-arrow,
.topnavcms > li:hover > button .btn-arrow {
  transform: rotate(180deg);
}
.topnavcms li.is-active > ul,
.topnavcms > li:hover > ul {
  -webkit-animation: show 0.25s forwards 1 ease-in-out;
          animation: show 0.25s forwards 1 ease-in-out;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.topnavcms > li > a,
.topnavcms > li .btn-linked {
  text-align: center;
}
.topnavcms > li > a {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.topnavcms ul {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  left: 0;
  position: absolute;
  top: 100%;
  width: 260px;
  -webkit-animation: hide 0.25s forwards 1 ease-in-out;
          animation: hide 0.25s forwards 1 ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transform: translateY(25px);
  transition: all 0.25s ease-in-out;
}
.topnavcms ul li {
  padding-left: 0;
  padding-right: 0;
}
.topnavcms ul li:first-child a {
  padding-top: 15px;
}
.topnavcms ul li:last-child a {
  padding-bottom: 15px;
}
.topnavcms ul a {
  font-size: 20px;
  padding: 5px 25px;
  text-transform: none;
}
.topnavcms.primary-nav li.on > a,
.topnavcms.primary-nav li.is-active > a,
.topnavcms.primary-nav li > a:focus,
.topnavcms.primary-nav li > a:hover,
.topnavcms.primary-nav li.on > a + button,
.topnavcms.primary-nav li.is-active > a + button,
.topnavcms.primary-nav li > a:focus + button,
.topnavcms.primary-nav li > a:hover + button {
  color: #005E62;
}
.topnavcms.primary-nav ul {
  background-color: #FFFFFF;
}
.topnavcms.secondary-nav {
  color: #FFFFFF;
}
.topnavcms.secondary-nav .contentset-nav-mobile-toggle {
  pointer-events: none;
  text-transform: uppercase;
}
.topnavcms.secondary-nav li.on > a,
.topnavcms.secondary-nav li.is-active > a,
.topnavcms.secondary-nav li > a:focus,
.topnavcms.secondary-nav li > a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.topnavcms.secondary-nav ul {
  background-color: #003E41;
}
.topnavcms.secondary-nav ul li a {
  padding: 10px 25px;
}
.topnavcms.secondary-nav ul li a:focus,
.topnavcms.secondary-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1025px) {
  button.m-btn {
    border-radius: 1000px;
    font-size: 18px !important;
    height: 48px !important;
    outline: 0;
    padding: 0;
    width: 48px !important;
    background-color: #F6F6F6;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    color: #000000;
  }
  button.m-btn:hover,
  button.m-btn:focus {
    background-color: #000000;
    border-color: transparent;
    color: #FFFFFF;
  }
  button.m-btn [class^="icon-"],
  button.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;
    -webkit-animation: hide 0.25s forwards 1 ease-in-out;
            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 {
    -webkit-animation: show 0.25s forwards 1 ease-in-out;
            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 {
    transform: translateX(-100%);
    transition: all 0.25s ease-in-out;
    -webkit-animation: hide 0.25s forwards 1 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);
    -webkit-animation: show 0.25s forwards 1 ease-in-out;
            animation: show 0.25s forwards 1 ease-in-out;
  }
  .topnavcms.secondary-nav .contentset-nav-mobile-toggle {
    color: #FFFFFF;
    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: #FFFFFF;
    color: #000000;
    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: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 a,
  .topnavcms.secondary-nav a,
  .topnavcms.primary-nav .btn-linked,
  .topnavcms.secondary-nav .btn-linked {
    flex-grow: 1;
    padding: 15px;
  }
  .topnavcms.primary-nav a,
  .topnavcms.secondary-nav a {
    text-align: left;
  }
  .topnavcms.primary-nav .btn-show-dropdown,
  .topnavcms.secondary-nav .btn-show-dropdown {
    color: #005E62 !important;
  }
  .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 li.on > a,
  .topnavcms.secondary-nav li.on > a,
  .topnavcms.primary-nav li.is-active > a,
  .topnavcms.secondary-nav li.is-active > a,
  .topnavcms.primary-nav li > a:focus,
  .topnavcms.secondary-nav li > a:focus,
  .topnavcms.primary-nav li > a:hover,
  .topnavcms.secondary-nav li > a:hover {
    background-color: transparent !important;
    color: #005E62;
  }
  .topnavcms.primary-nav ul,
  .topnavcms.secondary-nav ul {
    background-color: rgba(37, 137, 141, 0.1);
    box-shadow: none;
    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: #666666;
  }
  .topnavcms.primary-nav ul li a,
  .topnavcms.secondary-nav ul li a {
    padding: 10px 15px 10px 25px;
  }
}
.dd-editable-avatar img {
  border-radius: 1000px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  max-width: 180px;
}
#team-name,
#participant-name {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#team-name p:empty,
#participant-name p:empty {
  display: none;
}
.dd-editable-name h1 {
  color: #FFFFFF;
  margin-bottom: 10px;
  text-transform: uppercase;
  word-break: break-word;
}
.fundraiser-btns > * {
  align-items: center;
  display: flex !important;
  width: 220px;
  margin-bottom: 0;
}
.personal-campaign-details,
.personal-campaign-date {
  color: #FFFFFF;
  font-weight: 900;
}
.personal-campaign-details {
  margin-bottom: 15px;
}
.page-details {
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: auto;
}
.page-details * {
  color: #FFFFFF;
}
.page-details > *,
.page-details > * a {
  align-items: center;
  display: inline-flex;
}
.page-details > * {
  font-size: 22px;
  font-weight: 900;
  margin: 0 25px 10px 0;
}
.page-details > *:last-child {
  margin-right: 0;
}
.page-details a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.page-details a:hover,
.page-details a:focus {
  color: #F58025;
}
.page-details [class*="icon-"],
.page-details .dd-activity-count h2:before {
  display: inline-block !important;
  margin: 0 10px 0 0 !important;
  vertical-align: middle;
}
.page-details [class*="icon-"] {
  font-size: 18px;
}
@media only screen and (max-width: 1201px) {
  .fundraiser-btns {
    flex-direction: column;
  }
  .fundraiser-btns > * {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  .fundraiser-btns > *:last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .dd-editable-avatar {
    margin-bottom: 15px;
  }
  #team-name,
  #participant-name,
  #team-name *,
  #participant-name * {
    text-align: center;
    justify-content: center;
  }
  #team-name,
  #participant-name,
  #team-name p:empty,
  #participant-name p:empty {
    display: block;
  }
  .dd-editable-name h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .page-details {
    margin-bottom: 20px;
  }
  .page-details > * {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .page-details > *:last-child {
    margin-bottom: 0;
  }
}
body.portal {
  font-size: 16px;
}
html,
body,
#scroll-wrap {
  min-height: 100%;
}
body {
  font-size: 22px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  padding: 0;
}
#scroll-wrap {
  overflow: hidden;
}
.wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
.u-bg-color-1 {
  background-color: #000000;
}
.u-bg-color-3 {
  background-color: #005E62;
}
.u-bg-color-4 {
  background-color: #E9F3F3;
}
.u-bg-color-5 {
  background-color: #003E41;
}
.u-bg-color-8 {
  background-color: #363431;
}
.u-bg-color-9 {
  background-color: rgba(37, 137, 141, 0.1);
}
.u-bg-transparent {
  background-color: transparent;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-bg-color-1 {
    background-color: #000000;
  }
  .lt-lg\:u-bg-color-3 {
    background-color: #005E62;
  }
  .lt-lg\:u-bg-color-4 {
    background-color: #E9F3F3;
  }
  .lt-lg\:u-bg-color-5 {
    background-color: #003E41;
  }
  .lt-lg\:u-bg-color-8 {
    background-color: #363431;
  }
  .lt-lg\:u-bg-color-9 {
    background-color: rgba(37, 137, 141, 0.1);
  }
  .lt-lg\:u-bg-transparent {
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-bg-color-1 {
    background-color: #000000;
  }
  .lt-md\:u-bg-color-3 {
    background-color: #005E62;
  }
  .lt-md\:u-bg-color-4 {
    background-color: #E9F3F3;
  }
  .lt-md\:u-bg-color-5 {
    background-color: #003E41;
  }
  .lt-md\:u-bg-color-8 {
    background-color: #363431;
  }
  .lt-md\:u-bg-color-9 {
    background-color: rgba(37, 137, 141, 0.1);
  }
  .lt-md\:u-bg-transparent {
    background-color: transparent;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-bg-color-1 {
    background-color: #000000;
  }
  .lt-sm\:u-bg-color-3 {
    background-color: #005E62;
  }
  .lt-sm\:u-bg-color-4 {
    background-color: #E9F3F3;
  }
  .lt-sm\:u-bg-color-5 {
    background-color: #003E41;
  }
  .lt-sm\:u-bg-color-8 {
    background-color: #363431;
  }
  .lt-sm\:u-bg-color-9 {
    background-color: rgba(37, 137, 141, 0.1);
  }
  .lt-sm\:u-bg-transparent {
    background-color: transparent;
  }
}
.u-bg-event-c {
  background-image: url("../img/event-c.svg");
}
.u-bg-event-i {
  background-image: url("../img/event-i.svg");
}
.u-bg-event-p {
  background-image: url("../img/event-p.svg");
}
.u-bg-event-t {
  background-image: url("../img/event-t.svg");
}
.u-rounded-13 {
  border-radius: 13px;
}
.u-border-0 {
  border: 0;
}
.u-border-color-7 {
  border-color: #F6F6F6;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-border-color-7 {
    border-color: #F6F6F6;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-border-color-7 {
    border-color: #F6F6F6;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-border-color-7 {
    border-color: #F6F6F6;
  }
}
.u-border-w-0 {
  border-width: 0px;
}
.u-border-w-2 {
  border-width: 2px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-border-w-0 {
    border-width: 0px;
  }
  .lt-lg\:u-border-w-2 {
    border-width: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-border-w-0 {
    border-width: 0px;
  }
  .lt-md\:u-border-w-2 {
    border-width: 2px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-border-w-0 {
    border-width: 0px;
  }
  .lt-sm\:u-border-w-2 {
    border-width: 2px;
  }
}
.u-border-solid {
  border-style: solid;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-border-solid {
    border-style: solid;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-border-solid {
    border-style: solid;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-border-solid {
    border-style: solid;
  }
}
.u-border-t-solid {
  border-top-style: solid;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-border-t-solid {
    border-top-style: solid;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-border-t-solid {
    border-top-style: solid;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-border-t-solid {
    border-top-style: solid;
  }
}
.u-border-b-solid {
  border-bottom-style: solid;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-border-b-solid {
    border-bottom-style: solid;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-border-b-solid {
    border-bottom-style: solid;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-border-b-solid {
    border-bottom-style: solid;
  }
}
.u-clear-fix:before,
.u-clear-fix:after {
  content: "";
  display: table;
  clear: both;
}
.u-clear-fix-before:before {
  content: "";
  display: table;
  clear: both;
}
.u-f-drop-shadow {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));
}
.u-f-drop-shadow-up {
  filter: drop-shadow(0px -8px 4px rgba(0, 0, 0, 0.07));
}
.u-h-13 {
  height: 13px;
}
.u-h-25 {
  height: 25px;
}
.u-h-40 {
  height: 40px;
}
.u-h-50 {
  height: 50px;
}
.u-h-65 {
  height: 65px;
}
.u-h-80 {
  height: 80px;
}
.u-h-100 {
  height: 100px;
}
.u-h-125 {
  height: 125px;
}
.u-h-130 {
  height: 130px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-h-13 {
    height: 13px;
  }
  .lt-lg\:u-h-25 {
    height: 25px;
  }
  .lt-lg\:u-h-40 {
    height: 40px;
  }
  .lt-lg\:u-h-50 {
    height: 50px;
  }
  .lt-lg\:u-h-65 {
    height: 65px;
  }
  .lt-lg\:u-h-80 {
    height: 80px;
  }
  .lt-lg\:u-h-100 {
    height: 100px;
  }
  .lt-lg\:u-h-125 {
    height: 125px;
  }
  .lt-lg\:u-h-130 {
    height: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-h-13 {
    height: 13px;
  }
  .lt-md\:u-h-25 {
    height: 25px;
  }
  .lt-md\:u-h-40 {
    height: 40px;
  }
  .lt-md\:u-h-50 {
    height: 50px;
  }
  .lt-md\:u-h-65 {
    height: 65px;
  }
  .lt-md\:u-h-80 {
    height: 80px;
  }
  .lt-md\:u-h-100 {
    height: 100px;
  }
  .lt-md\:u-h-125 {
    height: 125px;
  }
  .lt-md\:u-h-130 {
    height: 130px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-h-13 {
    height: 13px;
  }
  .lt-sm\:u-h-25 {
    height: 25px;
  }
  .lt-sm\:u-h-40 {
    height: 40px;
  }
  .lt-sm\:u-h-50 {
    height: 50px;
  }
  .lt-sm\:u-h-65 {
    height: 65px;
  }
  .lt-sm\:u-h-80 {
    height: 80px;
  }
  .lt-sm\:u-h-100 {
    height: 100px;
  }
  .lt-sm\:u-h-125 {
    height: 125px;
  }
  .lt-sm\:u-h-130 {
    height: 130px;
  }
}
.u-min-h-auto {
  min-height: auto;
}
.u-min-h-60 {
  min-height: 60px;
}
.u-min-h-290 {
  min-height: 290px;
}
.u-min-h-400 {
  min-height: 400px;
}
.u-min-h-540 {
  min-height: 540px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-min-h-auto {
    min-height: auto;
  }
  .lt-lg\:u-min-h-60 {
    min-height: 60px;
  }
  .lt-lg\:u-min-h-290 {
    min-height: 290px;
  }
  .lt-lg\:u-min-h-400 {
    min-height: 400px;
  }
  .lt-lg\:u-min-h-540 {
    min-height: 540px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-min-h-auto {
    min-height: auto;
  }
  .lt-md\:u-min-h-60 {
    min-height: 60px;
  }
  .lt-md\:u-min-h-290 {
    min-height: 290px;
  }
  .lt-md\:u-min-h-400 {
    min-height: 400px;
  }
  .lt-md\:u-min-h-540 {
    min-height: 540px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-min-h-auto {
    min-height: auto;
  }
  .lt-sm\:u-min-h-60 {
    min-height: 60px;
  }
  .lt-sm\:u-min-h-290 {
    min-height: 290px;
  }
  .lt-sm\:u-min-h-400 {
    min-height: 400px;
  }
  .lt-sm\:u-min-h-540 {
    min-height: 540px;
  }
}
.u-max-h-70 {
  max-height: 70px;
}
.u-max-h-110 {
  max-height: 110px;
}
.u-max-h-400 {
  max-height: 400px;
}
.u-max-h-600 {
  max-height: 600px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-max-h-70 {
    max-height: 70px;
  }
  .lt-lg\:u-max-h-110 {
    max-height: 110px;
  }
  .lt-lg\:u-max-h-400 {
    max-height: 400px;
  }
  .lt-lg\:u-max-h-600 {
    max-height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-max-h-70 {
    max-height: 70px;
  }
  .lt-md\:u-max-h-110 {
    max-height: 110px;
  }
  .lt-md\:u-max-h-400 {
    max-height: 400px;
  }
  .lt-md\:u-max-h-600 {
    max-height: 600px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-max-h-70 {
    max-height: 70px;
  }
  .lt-sm\:u-max-h-110 {
    max-height: 110px;
  }
  .lt-sm\:u-max-h-400 {
    max-height: 400px;
  }
  .lt-sm\:u-max-h-600 {
    max-height: 600px;
  }
}
.u-mb-0-last-child > *:last-child,
.u-mb-0-last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.-u-mx-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.-u-mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.-u-mx-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.-u-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.-u-mx-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.-u-mx-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.-u-mx-35 {
  margin-left: -35px;
  margin-right: -35px;
}
.-u-mx-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.u-mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:-u-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .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-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .lt-lg\:-u-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .lt-lg\:-u-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .lt-lg\:-u-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lt-lg\:u-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lt-lg\:u-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:-u-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .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-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .lt-md\:-u-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .lt-md\:-u-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .lt-md\:-u-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lt-md\:u-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lt-md\:u-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:-u-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .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-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .lt-sm\:-u-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .lt-sm\:-u-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .lt-sm\:-u-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .lt-sm\:u-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lt-sm\: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-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.u-my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.u-my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1025px) {
  .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-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lt-lg\:u-my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .lt-lg\:u-my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .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-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lt-md\:u-my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .lt-md\:u-my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 641px) {
  .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-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lt-sm\:u-my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .lt-sm\:u-my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.u-mt-10 {
  margin-top: 10px;
}
.u-mt-40 {
  margin-top: 40px;
}
.u-mt-60 {
  margin-top: 60px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-mt-10 {
    margin-top: 10px;
  }
  .lt-lg\:u-mt-40 {
    margin-top: 40px;
  }
  .lt-lg\:u-mt-60 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-mt-10 {
    margin-top: 10px;
  }
  .lt-md\:u-mt-40 {
    margin-top: 40px;
  }
  .lt-md\:u-mt-60 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-mt-10 {
    margin-top: 10px;
  }
  .lt-sm\:u-mt-40 {
    margin-top: 40px;
  }
  .lt-sm\:u-mt-60 {
    margin-top: 60px;
  }
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-10 {
  margin-bottom: 10px;
}
.u-mb-15 {
  margin-bottom: 15px;
}
.u-mb-20 {
  margin-bottom: 20px;
}
.u-mb-25 {
  margin-bottom: 25px;
}
.u-mb-30 {
  margin-bottom: 30px;
}
.u-mb-40 {
  margin-bottom: 40px;
}
.u-mb-60 {
  margin-bottom: 60px;
}
.u-mb-70 {
  margin-bottom: 70px;
}
.u-mb-140 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-mb-0 {
    margin-bottom: 0;
  }
  .lt-lg\:u-mb-10 {
    margin-bottom: 10px;
  }
  .lt-lg\:u-mb-15 {
    margin-bottom: 15px;
  }
  .lt-lg\:u-mb-20 {
    margin-bottom: 20px;
  }
  .lt-lg\:u-mb-25 {
    margin-bottom: 25px;
  }
  .lt-lg\:u-mb-30 {
    margin-bottom: 30px;
  }
  .lt-lg\:u-mb-40 {
    margin-bottom: 40px;
  }
  .lt-lg\:u-mb-60 {
    margin-bottom: 60px;
  }
  .lt-lg\:u-mb-70 {
    margin-bottom: 70px;
  }
  .lt-lg\:u-mb-140 {
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-mb-0 {
    margin-bottom: 0;
  }
  .lt-md\:u-mb-10 {
    margin-bottom: 10px;
  }
  .lt-md\:u-mb-15 {
    margin-bottom: 15px;
  }
  .lt-md\:u-mb-20 {
    margin-bottom: 20px;
  }
  .lt-md\:u-mb-25 {
    margin-bottom: 25px;
  }
  .lt-md\:u-mb-30 {
    margin-bottom: 30px;
  }
  .lt-md\:u-mb-40 {
    margin-bottom: 40px;
  }
  .lt-md\:u-mb-60 {
    margin-bottom: 60px;
  }
  .lt-md\:u-mb-70 {
    margin-bottom: 70px;
  }
  .lt-md\:u-mb-140 {
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-mb-0 {
    margin-bottom: 0;
  }
  .lt-sm\:u-mb-10 {
    margin-bottom: 10px;
  }
  .lt-sm\:u-mb-15 {
    margin-bottom: 15px;
  }
  .lt-sm\:u-mb-20 {
    margin-bottom: 20px;
  }
  .lt-sm\:u-mb-25 {
    margin-bottom: 25px;
  }
  .lt-sm\:u-mb-30 {
    margin-bottom: 30px;
  }
  .lt-sm\:u-mb-40 {
    margin-bottom: 40px;
  }
  .lt-sm\:u-mb-60 {
    margin-bottom: 60px;
  }
  .lt-sm\:u-mb-70 {
    margin-bottom: 70px;
  }
  .lt-sm\:u-mb-140 {
    margin-bottom: 140px;
  }
}
.u-mr-0 {
  margin-right: 0;
}
.u-mr-10 {
  margin-right: 10px;
}
.u-mr-15 {
  margin-right: 15px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-mr-0 {
    margin-right: 0;
  }
  .lt-lg\:u-mr-10 {
    margin-right: 10px;
  }
  .lt-lg\:u-mr-15 {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-mr-0 {
    margin-right: 0;
  }
  .lt-md\:u-mr-10 {
    margin-right: 10px;
  }
  .lt-md\:u-mr-15 {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-mr-0 {
    margin-right: 0;
  }
  .lt-sm\:u-mr-10 {
    margin-right: 10px;
  }
  .lt-sm\:u-mr-15 {
    margin-right: 15px;
  }
}
.u-mb-0-child > * {
  margin-bottom: 0;
}
.u-mb-20-child > * {
  margin-bottom: 20px;
}
.u-mb-25-child > * {
  margin-bottom: 25px;
}
.u-mb-35-child > * {
  margin-bottom: 35px;
}
.u-mb-100-child > * {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-mb-0-child > * {
    margin-bottom: 0;
  }
  .lt-lg\:u-mb-20-child > * {
    margin-bottom: 20px;
  }
  .lt-lg\:u-mb-25-child > * {
    margin-bottom: 25px;
  }
  .lt-lg\:u-mb-35-child > * {
    margin-bottom: 35px;
  }
  .lt-lg\:u-mb-100-child > * {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-mb-0-child > * {
    margin-bottom: 0;
  }
  .lt-md\:u-mb-20-child > * {
    margin-bottom: 20px;
  }
  .lt-md\:u-mb-25-child > * {
    margin-bottom: 25px;
  }
  .lt-md\:u-mb-35-child > * {
    margin-bottom: 35px;
  }
  .lt-md\:u-mb-100-child > * {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-mb-0-child > * {
    margin-bottom: 0;
  }
  .lt-sm\:u-mb-20-child > * {
    margin-bottom: 20px;
  }
  .lt-sm\:u-mb-25-child > * {
    margin-bottom: 25px;
  }
  .lt-sm\:u-mb-35-child > * {
    margin-bottom: 35px;
  }
  .lt-sm\:u-mb-100-child > * {
    margin-bottom: 100px;
  }
}
.u-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.u-px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.u-px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.u-px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.u-px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.u-px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.u-px-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.u-px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-lg\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-lg\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-lg\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-lg\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-lg\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lt-lg\:u-px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .lt-lg\:u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-md\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-md\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-md\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-md\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-md\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lt-md\:u-px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .lt-md\:u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-sm\:u-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lt-sm\:u-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lt-sm\:u-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lt-sm\:u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lt-sm\:u-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lt-sm\:u-px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .lt-sm\:u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.u-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.u-py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.u-py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.u-py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.u-py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.u-py-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-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.u-py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lt-lg\:u-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lt-lg\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-lg\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lt-lg\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-lg\:u-py-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-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-lg\:u-py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lt-md\:u-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lt-md\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-md\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lt-md\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-md\:u-py-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-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-md\:u-py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lt-sm\:u-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lt-sm\:u-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lt-sm\:u-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lt-sm\:u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lt-sm\:u-py-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-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lt-sm\:u-py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.u-pt-110-perc {
  padding-top: 110%;
}
.u-pt-100-perc {
  padding-top: 100%;
}
.u-pt-90-perc {
  padding-top: 90%;
}
.u-pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-pt-110-perc {
    padding-top: 110%;
  }
  .lt-lg\:u-pt-100-perc {
    padding-top: 100%;
  }
  .lt-lg\:u-pt-90-perc {
    padding-top: 90%;
  }
  .lt-lg\:u-pt-90 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-pt-110-perc {
    padding-top: 110%;
  }
  .lt-md\:u-pt-100-perc {
    padding-top: 100%;
  }
  .lt-md\:u-pt-90-perc {
    padding-top: 90%;
  }
  .lt-md\:u-pt-90 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-pt-110-perc {
    padding-top: 110%;
  }
  .lt-sm\:u-pt-100-perc {
    padding-top: 100%;
  }
  .lt-sm\:u-pt-90-perc {
    padding-top: 90%;
  }
  .lt-sm\:u-pt-90 {
    padding-top: 90px;
  }
}
.u-pb-50 {
  padding-bottom: 50px;
}
.u-pb-65 {
  padding-bottom: 65px;
}
.u-pb-100 {
  padding-bottom: 100px;
}
.u-pb-125 {
  padding-bottom: 125px;
}
.u-pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-pb-50 {
    padding-bottom: 50px;
  }
  .lt-lg\:u-pb-65 {
    padding-bottom: 65px;
  }
  .lt-lg\:u-pb-100 {
    padding-bottom: 100px;
  }
  .lt-lg\:u-pb-125 {
    padding-bottom: 125px;
  }
  .lt-lg\:u-pb-130 {
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-pb-50 {
    padding-bottom: 50px;
  }
  .lt-md\:u-pb-65 {
    padding-bottom: 65px;
  }
  .lt-md\:u-pb-100 {
    padding-bottom: 100px;
  }
  .lt-md\:u-pb-125 {
    padding-bottom: 125px;
  }
  .lt-md\:u-pb-130 {
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-pb-50 {
    padding-bottom: 50px;
  }
  .lt-sm\:u-pb-65 {
    padding-bottom: 65px;
  }
  .lt-sm\:u-pb-100 {
    padding-bottom: 100px;
  }
  .lt-sm\:u-pb-125 {
    padding-bottom: 125px;
  }
  .lt-sm\:u-pb-130 {
    padding-bottom: 130px;
  }
}
.-u-top-130 {
  top: -130px;
}
.-u-top-125 {
  top: -125px;
}
.-u-top-100 {
  top: -100px;
}
.-u-top-65 {
  top: -65px;
}
.-u-top-50 {
  top: -50px;
}
.u-top-40-perc {
  top: 40%;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:-u-top-130 {
    top: -130px;
  }
  .lt-lg\:-u-top-125 {
    top: -125px;
  }
  .lt-lg\:-u-top-100 {
    top: -100px;
  }
  .lt-lg\:-u-top-65 {
    top: -65px;
  }
  .lt-lg\:-u-top-50 {
    top: -50px;
  }
  .lt-lg\:u-top-40-perc {
    top: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:-u-top-130 {
    top: -130px;
  }
  .lt-md\:-u-top-125 {
    top: -125px;
  }
  .lt-md\:-u-top-100 {
    top: -100px;
  }
  .lt-md\:-u-top-65 {
    top: -65px;
  }
  .lt-md\:-u-top-50 {
    top: -50px;
  }
  .lt-md\:u-top-40-perc {
    top: 40%;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:-u-top-130 {
    top: -130px;
  }
  .lt-sm\:-u-top-125 {
    top: -125px;
  }
  .lt-sm\:-u-top-100 {
    top: -100px;
  }
  .lt-sm\:-u-top-65 {
    top: -65px;
  }
  .lt-sm\:-u-top-50 {
    top: -50px;
  }
  .lt-sm\:u-top-40-perc {
    top: 40%;
  }
}
.u-bottom-18-perc {
  bottom: 18%;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-bottom-18-perc {
    bottom: 18%;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-bottom-18-perc {
    bottom: 18%;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-bottom-18-perc {
    bottom: 18%;
  }
}
.-u-right-80 {
  right: -80px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:-u-right-80 {
    right: -80px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:-u-right-80 {
    right: -80px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:-u-right-80 {
    right: -80px;
  }
}
.u-left-75-perc {
  left: 75%;
}
.u-left-65-perc {
  left: 65%;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-left-75-perc {
    left: 75%;
  }
  .lt-lg\:u-left-65-perc {
    left: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-left-75-perc {
    left: 75%;
  }
  .lt-md\:u-left-65-perc {
    left: 65%;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-left-75-perc {
    left: 75%;
  }
  .lt-sm\:u-left-65-perc {
    left: 65%;
  }
}
.u-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.u-shadow-black-25 {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
}
.u-shadow-black-down {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
}
.hover\:u-shadow:hover,
.hover\:u-shadow:focus {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.-u-transform-translate-half-1 {
  transform: translate(-50%, 1px);
}
.u-transform-translateY-200 {
  transform: translateY(200px);
}
.u-transform-translateY-0 {
  transform: translateY(0);
}
.u-transform-translate-Z-0 {
  transform: translateZ(0);
}
.u-w-13 {
  width: 13px;
}
.u-w-25 {
  width: 25px;
}
.u-w-40 {
  width: 40px;
}
.u-w-80 {
  width: 80px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-w-13 {
    width: 13px;
  }
  .lt-lg\:u-w-25 {
    width: 25px;
  }
  .lt-lg\:u-w-40 {
    width: 40px;
  }
  .lt-lg\:u-w-80 {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-w-13 {
    width: 13px;
  }
  .lt-md\:u-w-25 {
    width: 25px;
  }
  .lt-md\:u-w-40 {
    width: 40px;
  }
  .lt-md\:u-w-80 {
    width: 80px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-w-13 {
    width: 13px;
  }
  .lt-sm\:u-w-25 {
    width: 25px;
  }
  .lt-sm\:u-w-40 {
    width: 40px;
  }
  .lt-sm\:u-w-80 {
    width: 80px;
  }
}
.u-max-w-85 {
  max-width: 85px;
}
.u-max-w-140 {
  max-width: 140px;
}
.u-max-w-160 {
  max-width: 160px;
}
.u-max-w-210 {
  max-width: 210px;
}
.u-max-w-330 {
  max-width: 330px;
}
.u-max-w-445 {
  max-width: 445px;
}
.u-max-w-470 {
  max-width: 470px;
}
.u-max-w-500 {
  max-width: 500px;
}
.u-max-w-640 {
  max-width: 640px;
}
.u-max-w-870 {
  max-width: 870px;
}
.u-max-w-920 {
  max-width: 920px;
}
.u-max-w-1000 {
  max-width: 1000px;
}
.u-max-w-1060 {
  max-width: 1060px;
}
.u-max-w-1280 {
  max-width: 1280px;
}
@media only screen and (max-width: 1025px) {
  .lt-lg\:u-max-w-85 {
    max-width: 85px;
  }
  .lt-lg\:u-max-w-140 {
    max-width: 140px;
  }
  .lt-lg\:u-max-w-160 {
    max-width: 160px;
  }
  .lt-lg\:u-max-w-210 {
    max-width: 210px;
  }
  .lt-lg\:u-max-w-330 {
    max-width: 330px;
  }
  .lt-lg\:u-max-w-445 {
    max-width: 445px;
  }
  .lt-lg\:u-max-w-470 {
    max-width: 470px;
  }
  .lt-lg\:u-max-w-500 {
    max-width: 500px;
  }
  .lt-lg\:u-max-w-640 {
    max-width: 640px;
  }
  .lt-lg\:u-max-w-870 {
    max-width: 870px;
  }
  .lt-lg\:u-max-w-920 {
    max-width: 920px;
  }
  .lt-lg\:u-max-w-1000 {
    max-width: 1000px;
  }
  .lt-lg\:u-max-w-1060 {
    max-width: 1060px;
  }
  .lt-lg\:u-max-w-1280 {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-md\:u-max-w-85 {
    max-width: 85px;
  }
  .lt-md\:u-max-w-140 {
    max-width: 140px;
  }
  .lt-md\:u-max-w-160 {
    max-width: 160px;
  }
  .lt-md\:u-max-w-210 {
    max-width: 210px;
  }
  .lt-md\:u-max-w-330 {
    max-width: 330px;
  }
  .lt-md\:u-max-w-445 {
    max-width: 445px;
  }
  .lt-md\:u-max-w-470 {
    max-width: 470px;
  }
  .lt-md\:u-max-w-500 {
    max-width: 500px;
  }
  .lt-md\:u-max-w-640 {
    max-width: 640px;
  }
  .lt-md\:u-max-w-870 {
    max-width: 870px;
  }
  .lt-md\:u-max-w-920 {
    max-width: 920px;
  }
  .lt-md\:u-max-w-1000 {
    max-width: 1000px;
  }
  .lt-md\:u-max-w-1060 {
    max-width: 1060px;
  }
  .lt-md\:u-max-w-1280 {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 641px) {
  .lt-sm\:u-max-w-85 {
    max-width: 85px;
  }
  .lt-sm\:u-max-w-140 {
    max-width: 140px;
  }
  .lt-sm\:u-max-w-160 {
    max-width: 160px;
  }
  .lt-sm\:u-max-w-210 {
    max-width: 210px;
  }
  .lt-sm\:u-max-w-330 {
    max-width: 330px;
  }
  .lt-sm\:u-max-w-445 {
    max-width: 445px;
  }
  .lt-sm\:u-max-w-470 {
    max-width: 470px;
  }
  .lt-sm\:u-max-w-500 {
    max-width: 500px;
  }
  .lt-sm\:u-max-w-640 {
    max-width: 640px;
  }
  .lt-sm\:u-max-w-870 {
    max-width: 870px;
  }
  .lt-sm\:u-max-w-920 {
    max-width: 920px;
  }
  .lt-sm\:u-max-w-1000 {
    max-width: 1000px;
  }
  .lt-sm\:u-max-w-1060 {
    max-width: 1060px;
  }
  .lt-sm\:u-max-w-1280 {
    max-width: 1280px;
  }
}
.u-min-w-490 {
  min-width: 490px;
}
.u-min-w-1025 {
  min-width: 1025px;
}
.wrap-content .dd-widget {
  margin-bottom: 30px;
}
.dd-widget:empty {
  display: none;
}
.dd-widget h1,
.dd-widget h2 {
  color: #000000;
  font-size: 27px;
  font-weight: 900;
}
.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,
.dd-login,
.dd-list-subscribe {
  background-color: #FFFFFF;
}
.dd-search input,
.dd-login input,
.dd-list-subscribe input {
  background-color: #F6F6F6;
  border-color: #F6F6F6;
  border-radius: 1000px;
  font-size: 22px;
}
.dd-search input::placeholder,
.dd-login input::placeholder,
.dd-list-subscribe input::placeholder {
  color: #000000;
  text-transform: none;
  font-size: 22px;
}
.dd-search input::-moz-placeholder,
.dd-login input::-moz-placeholder,
.dd-list-subscribe input::-moz-placeholder {
  color: #000000;
  text-transform: none;
  font-size: 22px;
  opacity: 1;
}
.dd-search input:-ms-input-placeholder,
.dd-login input:-ms-input-placeholder,
.dd-list-subscribe input:-ms-input-placeholder {
  color: #000000;
  text-transform: none;
  font-size: 22px;
}
.dd-search input::-ms-input-placeholder,
.dd-login input::-ms-input-placeholder,
.dd-list-subscribe input::-ms-input-placeholder {
  color: #000000;
  text-transform: none;
  font-size: 22px;
}
.dd-thermo-horizontal .dd-thermo-raised,
.dd-thermo-vertical .dd-thermo-raised,
.dd-thermo-horizontal .dd-thermo-goal,
.dd-thermo-vertical .dd-thermo-goal {
  color: #000000;
  font-size: 27px;
  font-weight: 900;
}
.dd-thermo-horizontal .dd-thermo-track,
.dd-thermo-vertical .dd-thermo-track {
  border: 5px solid transparent;
}
.dd-thermo-horizontal .dd-thermo-progress,
.dd-thermo-vertical .dd-thermo-progress {
  border-radius: 1000px;
}
.dd-badges,
.dd-incentive-option-list,
.dd-milestones,
.dd-thermo-horizontal {
  align-content: flex-start;
  align-items: baseline;
  display: flex;
}
.dd-badges,
.dd-incentive-option-list,
.dd-thermo-horizontal {
  flex-wrap: wrap;
}
.dd-badges .dd-btn-link,
.dd-incentive-option-list .dd-btn-link,
.dd-milestones .dd-btn-link {
  display: inline-block;
  text-decoration: none;
}
.dd-badges .dd-btn-link:after,
.dd-incentive-option-list .dd-btn-link:after,
.dd-milestones .dd-btn-link:after {
  content: "\f0da";
  display: inline-block;
  vertical-align: baseline;
  font-family: FontAwesome;
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
}
.dd-badges .dd-btn-link:hover:after,
.dd-incentive-option-list .dd-btn-link:hover:after,
.dd-milestones .dd-btn-link:hover:after,
.dd-badges .dd-btn-link:focus:after,
.dd-incentive-option-list .dd-btn-link:focus:after,
.dd-milestones .dd-btn-link:focus:after {
  margin-left: 7px;
}
.dd-badges h1,
.dd-incentive-option-list h1,
.dd-badges .dd-btn-link,
.dd-incentive-option-list .dd-btn-link {
  margin-bottom: 15px;
}
.dd-badges h1,
.dd-incentive-option-list h1 {
  order: 1;
}
.dd-badges .dd-btn-link,
.dd-incentive-option-list .dd-btn-link {
  margin-left: 15px;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .dd-badges,
  .dd-incentive-option-list,
  .dd-milestones {
    display: block;
    text-align: center !important;
  }
  .dd-badges > *,
  .dd-incentive-option-list > *,
  .dd-milestones > * {
    margin-bottom: 15px !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;
  }
}
@media only screen and (max-width: 641px) {
  .dd-milestones h1 {
    font-size: 24px;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-vertical .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal,
  .dd-thermo-vertical .dd-thermo-goal {
    font-size: 27px;
  }
}
.dd-activity-count {
  text-align: center;
}
.dd-activity-count * {
  color: #FFFFFF;
  font-size: 22px;
}
.dd-activity-count .dd-activity-tracked {
  background-color: #003E41;
  border-radius: 3px;
  display: inline-block;
  max-width: 300px;
  padding: 20px;
}
.dd-activity-count h2 {
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.dd-activity-count h2:before {
  background-image: url("../img/icon-lighting-bolt.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 50px;
  margin: 0 auto 5px auto;
  width: 50px;
}
.dd-activity-count .dd-activity-measurement {
  color: #F58025;
  font-weight: 900;
}
.dd-activity-count.dd-alt {
  text-align: left;
}
.dd-activity-count.dd-alt .dd-activity-tracked {
  background-color: transparent;
  border-radius: 0;
  max-width: 100%;
  padding: 0;
}
.dd-activity-count.dd-alt h2:before {
  height: 24px;
  margin: 0 5px 0 auto !important;
  width: 20px;
}
.dd-activity-count.dd-alt h2 > * {
  display: inline-block;
  font-weight: 900;
  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;
}
.dd-badges li:hover .dd-description,
.dd-badges li:focus .dd-description {
  opacity: 1;
}
.dd-badges img {
  width: 50px;
  height: 50px;
  filter: none;
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  image-rendering: -webkit-optimize-contrast;
}
@media only screen and (max-width: 641px) {
  .dd-badges .dd-description {
    display: none !important;
  }
}
.dd-badges {
  justify-content: center;
  text-align: center;
}
.dd-badges ul,
.dd-badges .dd-badge-missing {
  order: 3;
  width: 100%;
}
.dd-badges .dd-badge-missing {
  background-repeat: no-repeat;
  background-position: center;
}
.dd-badges ul {
  margin-left: 0;
}
.dd-badges li.dd-badge {
  margin: 0;
  width: 80px;
}
.dd-badges li.dd-badge img {
  margin: 0;
}
.dd-badges p {
  order: 4;
}
.dd-badges.dd-no-badges p {
  margin-bottom: 0;
}
@media only screen and (max-width: 641px) {
  .dd-badges li.dd-badge {
    width: 60px;
  }
  .dd-badges.dd-no-badges p {
    margin-bottom: 15px;
  }
}
.dd-event-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}
.dd-event-countdown h1 {
  width: 100%;
  padding: 0 10px;
}
.dd-event-countdown .number,
.dd-event-countdown .time {
  display: block;
}
.dd-event-countdown .count {
  background-color: #003E41;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px;
  min-width: 140px;
  padding: 25px 10px;
  text-align: center;
}
.dd-event-countdown .count > * {
  margin-bottom: 5px;
}
.dd-event-countdown .count > *:last-child {
  margin-bottom: 0;
}
.dd-event-countdown .number {
  color: #F58025;
  font-size: 42px;
  font-weight: 900;
}
.dd-event-countdown .time {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.dd-event-countdown.date-passed {
  display: none;
}
@media only screen and (max-width: 641px) {
  .dd-event-countdown .count {
    margin: 0 10px;
    min-width: auto;
    padding: 15px 10px;
    width: calc(33.33% - (10px * 2));
  }
  .dd-event-countdown .number {
    font-size: 32px;
  }
}
.dd-donations-list ol {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.dd-donations-list li {
  border: 0;
  display: flex;
  margin: 0 -10px 15px -10px;
  padding: 0;
  width: calc(100% + 20px);
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  flex: 0 1 auto;
  flex-wrap: wrap;
}
.dd-donations-list .dd-donations-avatar {
  margin: 0;
  padding: 0 10px;
  width: 70px;
  flex: 1 1 auto;
}
.dd-donations-list .dd-donations-avatar .dd-donations-initials {
  border: 1px solid #EEEEEE;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
}
.dd-donations-list .dd-donations-info {
  margin: 0;
  padding: 0 10px;
  width: calc(100% - 70px);
  flex: 1 1 auto;
}
.dd-donations-list .dd-donations-name {
  color: #000000;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.dd-donations-list .dd-donations-amount {
  color: #686158;
  display: inline-block;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  margin: 0 5px 0 0;
  padding: 0;
}
.dd-donations-list .dd-donations-time {
  color: #000000;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.dd-donations-list .dd-donations-message {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.dd-donations-list .dd-donations-message:after {
  content: "\201d";
}
.dd-donations-list .dd-donations-message:before {
  content: "\201c";
}
.dd-donations-list .dd-donations-initials,
.dd-donations-list .dd-donations-avatar img {
  border-radius: 1000px;
}
.dd-events {
  text-align: center;
}
.dd-events h1 {
  color: #000000;
  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: 20px;
  padding: 0 10px 0 10px;
  width: 33.33%;
}
.dd-events .dd-link {
  background-color: #003E41;
  border-radius: 3px;
  display: block;
  height: 100%;
  padding: 20px;
  text-decoration: none;
}
.dd-events .dd-link:hover,
.dd-events .dd-link:focus {
  background-color: #005E62;
}
.dd-events .dd-list-info {
  text-align: center;
}
.dd-events .dd-list-info span {
  color: #FFFFFF;
  display: block;
  font-weight: 700;
  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: 900;
}
.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-dates {
  font-size: 18px;
}
.dd-events .dd-list-info .dd-list-location {
  color: #F58025;
}
.dd-events.dd-alt li {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .dd-events li {
    width: 50% !important;
  }
}
@media only screen and (max-width: 641px) {
  .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 h2 {
  color: #000000;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors h3 {
  color: #000000;
  font-size: 27px;
  font-weight: 900;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors .dd-sponsors-level {
  display: flex;
  margin: 0 0 50px 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.dd-sponsors .dd-sponsors-level:last-child {
  margin: 0;
}
.dd-sponsors .dd-sponsors-container {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.dd-sponsors a.dd-sponsor {
  text-decoration: none;
}
.dd-sponsors .dd-sponsor {
  display: flex;
  padding: 15px 35px;
  margin: 10px;
}
.dd-sponsors .dd-sponsor-name {
  color: #000000;
  display: block;
  font-size: inherit;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.dd-sponsors {
  text-align: center;
}
.dd-sponsors .dd-sponsors-container {
  margin-left: -10px;
  margin-right: -10px;
}
.dd-sponsors .dd-sponsor {
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  justify-content: center;
  position: relative;
}
.dd-sponsors .dd-sponsor:after {
  border-bottom: 17px solid #cc3F10;
  border-left: 17px solid transparent;
  border-right: 17px solid #cc3F10;
  border-top: 17px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.dd-sponsors .dd-sponsor img {
  max-height: 110px;
}
.dd-sponsors .dd-sponsors-level:nth-child(1) .dd-sponsor img {
  max-height: 130px;
}
@media only screen and (max-width: 641px) {
  .dd-sponsors .dd-sponsors-container {
    flex-direction: column;
  }
}
#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 {
  border-radius: 0;
  width: auto;
}
#socialBtns .dd-btn#sharebadge,
#socialBtns .dd-btn.dd-social-btn--page-link {
  background-color: #000000;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #FFFFFF;
}
#socialBtns .dd-btn#sharebadge:hover,
#socialBtns .dd-btn.dd-social-btn--page-link:hover,
#socialBtns .dd-btn#sharebadge:focus,
#socialBtns .dd-btn.dd-social-btn--page-link:focus {
  background-color: #333333;
  border-color: transparent;
  color: #FFFFFF;
}
#socialBtns .clr {
  display: none;
}
@media only screen and (max-width: 768px) {
  #socialBtns .padding {
    margin-left: -5px;
    margin-right: -5px;
  }
  #socialBtns .padding > * {
    flex-grow: 1;
    margin: 0 5px 10px 5px !important;
    width: calc(50% - 10px) !important;
  }
}
.dd-incentive-explainer {
  text-align: center;
}
.dd-incentive-explainer p {
  margin: 0 0 20px 0;
}
.dd-incentive-explainer a {
  display: inline-block;
  padding: 0;
}
.dd-incentive-option-list {
  font-size: 22px;
  position: relative;
}
.dd-incentive-option-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-incentive-option {
  margin: 0 0 5px 0;
}
.dd-incentive-option .dd-incentive-button {
  text-decoration: none !important;
  display: flex;
  border: 0;
  border-radius: 5px;
  padding: 10px;
}
.dd-incentive-option .dd-incentive-button:hover,
.dd-incentive-option .dd-incentive-button:focus {
  border: 0;
}
.dd-incentive-option .dd-incentive-description,
.dd-incentive-option .dd-incentive-action {
  font-size: 22px;
  box-sizing: border-box;
}
.dd-incentive-option .dd-incentive-amount {
  font-size: 25px;
  font-weight: 400;
  color: #F58025;
  margin: 0;
}
.dd-incentive-option .dd-incentive-image img {
  max-height: 60px;
  max-width: 60px;
  padding: 0;
}
.dd-incentive-option .dd-incentive-description {
  color: #FFFFFF;
}
.dd-incentive-option .dd-incentive-remaining {
  color: #FFFFFF;
  font-size: 20px;
  padding: 0 0 0 8px;
}
.dd-incentive-option-list {
  justify-content: center;
}
.dd-incentive-option-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  min-width: calc(100% + 10px);
  order: 3;
}
.dd-incentive-option-list .dd-incentive-option {
  padding: 0 10px;
  text-align: left;
  width: 33.33333333%;
}
.dd-incentive-option-list .dd-incentive-button {
  align-items: center;
  background-color: #003E41;
  border-radius: 1000px;
  font-weight: 400;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.dd-incentive-option-list .dd-incentive-button > * {
  flex-grow: 1;
}
.dd-incentive-option-list .dd-incentive-button:focus,
.dd-incentive-option-list .dd-incentive-button:hover {
  background-color: #005E62;
}
.dd-incentive-option-list .dd-incentive-image {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 1000px;
  display: flex;
  height: 60px;
  justify-content: center;
  overflow: hidden;
  width: 60px;
}
.dd-incentive-option-list .dd-incentive-image img {
  display: block;
}
.dd-incentive-option-list .dd-incentive-info {
  padding: 0 15px;
  width: calc(100% - 60px);
}
.dd-incentive-option-list .dd-incentive-amount {
  line-height: 1;
}
.dd-incentive-option-list .dd-incentive-amount strong {
  font-weight: 900;
}
.dd-incentive-option-list .dd-incentive-description {
  font-weight: 700;
  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: #F58025 !important;
}
@media only screen and (max-width: 1025px) {
  .dd-incentive-option-list ul > * {
    margin-bottom: 15px !important;
  }
  .dd-incentive-option-list ul > *:last-child {
    margin-bottom: 0 !important;
  }
  .dd-incentive-option-list .dd-incentive-option {
    width: 100%;
  }
}
.dd-list-thermo-track {
  width: 100%;
  height: 10px;
  background-color: #003E41;
  border-radius: 1000px;
  overflow: hidden;
}
.dd-list-thermo-progress {
  height: 100%;
  background-color: #F58025;
}
.leader-boards > * {
  max-width: 600px;
}
.leader-boards > *:only-child {
  max-width: 100%;
}
.leader-boards > *:only-child li {
  width: calc(16.66666667% - 40px);
}
.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: 40px;
  margin-bottom: 50px;
}
.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: 0;
}
.dd-top-team-groups li,
.dd-top-fundraisers li,
.dd-top-teams li {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  width: calc(33.33333333% - 40px);
}
.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: 117px;
  width: 117px;
}
.dd-top-team-groups .dd-avatar-link,
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  border-radius: 13px;
  display: block;
  font-weight: 400;
  height: 100%;
  text-decoration: none !important;
  padding: 10px;
}
.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 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.dd-top-team-groups .dd-avatar-image,
.dd-top-fundraisers .dd-avatar-image,
.dd-top-teams .dd-avatar-image {
  margin-bottom: 5px;
  position: relative;
}
.dd-top-team-groups .dd-avatar-image .dd-stream-status-label,
.dd-top-fundraisers .dd-avatar-image .dd-stream-status-label,
.dd-top-teams .dd-avatar-image .dd-stream-status-label {
  position: absolute;
  left: 55%;
  top: 0;
}
.dd-top-team-groups .dd-stream-status-label,
.dd-top-fundraisers .dd-stream-status-label,
.dd-top-teams .dd-stream-status-label {
  background-color: #F58025;
  border-radius: 1000px;
  color: #FFFFFF;
  display: block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  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 span,
.dd-top-fundraisers .dd-list-info span,
.dd-top-teams .dd-list-info span {
  color: #000000;
  font-size: 20px;
  word-break: break-word;
}
.dd-top-team-groups .dd-list-info .dd-list-name,
.dd-top-fundraisers .dd-list-info .dd-list-name,
.dd-top-teams .dd-list-info .dd-list-name {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: 900;
  justify-content: center;
}
.dd-top-team-groups .dd-list-info .dd-list-name .dd-stream-status-label,
.dd-top-fundraisers .dd-list-info .dd-list-name .dd-stream-status-label,
.dd-top-teams .dd-list-info .dd-list-name .dd-stream-status-label {
  display: none;
  margin: 5px 0;
  padding: 3px 12px;
}
.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 transparent;
  order: 2;
}
.dd-top-team-groups .dd-list-thermo-progress,
.dd-top-fundraisers .dd-list-thermo-progress,
.dd-top-teams .dd-list-thermo-progress {
  -webkit-animation: thermo-progress-horz 1s 1 forwards ease-out;
          animation: thermo-progress-horz 1s 1 forwards ease-out;
  border-radius: 1000px;
}
.dd-top-team-groups .dd-list-thermo .dd-label,
.dd-top-fundraisers .dd-list-thermo .dd-label,
.dd-top-teams .dd-list-thermo .dd-label {
  display: inline;
}
.dd-top-team-groups .dd-list-thermo .dd-label,
.dd-top-fundraisers .dd-list-thermo .dd-label,
.dd-top-teams .dd-list-thermo .dd-label,
.dd-top-team-groups .dd-list-thermo-goal,
.dd-top-fundraisers .dd-list-thermo-goal,
.dd-top-teams .dd-list-thermo-goal,
.dd-top-team-groups .dd-list-thermo-raised,
.dd-top-fundraisers .dd-list-thermo-raised,
.dd-top-teams .dd-list-thermo-raised {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
}
.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-alt h2,
.dd-top-fundraisers.dd-alt h2,
.dd-top-teams.dd-alt h2,
.dd-top-team-groups.dd-alt .dd-list-info span,
.dd-top-fundraisers.dd-alt .dd-list-info span,
.dd-top-teams.dd-alt .dd-list-info span,
.dd-top-team-groups.dd-alt .dd-list-thermo-goal,
.dd-top-fundraisers.dd-alt .dd-list-thermo-goal,
.dd-top-teams.dd-alt .dd-list-thermo-goal,
.dd-top-team-groups.dd-alt .dd-list-thermo-raised,
.dd-top-fundraisers.dd-alt .dd-list-thermo-raised,
.dd-top-teams.dd-alt .dd-list-thermo-raised {
  color: #FFFFFF;
}
.dd-top-team-groups.dd-alt .dd-view-more-link,
.dd-top-fundraisers.dd-alt .dd-view-more-link,
.dd-top-teams.dd-alt .dd-view-more-link {
  background-color: #FFFFFF;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #005E62;
}
.dd-top-team-groups.dd-alt .dd-view-more-link:hover,
.dd-top-fundraisers.dd-alt .dd-view-more-link:hover,
.dd-top-teams.dd-alt .dd-view-more-link:hover,
.dd-top-team-groups.dd-alt .dd-view-more-link:focus,
.dd-top-fundraisers.dd-alt .dd-view-more-link:focus,
.dd-top-teams.dd-alt .dd-view-more-link:focus {
  background-color: #000000;
  border-color: transparent;
  color: #FFFFFF;
}
.dd-top-team-groups li > *,
.dd-top-fundraisers .dd-avatar-link > *,
.dd-top-teams .dd-avatar-link > *,
.dd-top-team-groups li > * > *,
.dd-top-fundraisers .dd-avatar-link > * > *,
.dd-top-teams .dd-avatar-link > * > * {
  margin-bottom: 15px;
}
.dd-top-team-groups li > *:last-child,
.dd-top-fundraisers .dd-avatar-link > *:last-child,
.dd-top-teams .dd-avatar-link > *:last-child,
.dd-top-team-groups li > * > *:last-child,
.dd-top-fundraisers .dd-avatar-link > * > *:last-child,
.dd-top-teams .dd-avatar-link > * > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1025px) {
  .leader-boards > * {
    max-width: 100% !important;
  }
  .leader-boards > * li {
    width: calc((100%/3) - 40px) !important;
  }
}
@media only screen and (max-width: 641px) {
  .dd-top-team-groups h2,
  .dd-top-fundraisers h2,
  .dd-top-teams h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .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;
    padding: 10px;
    width: 100% !important;
  }
  .dd-top-team-groups img,
  .dd-top-fundraisers img,
  .dd-top-teams img {
    width: 76px;
  }
  .dd-top-team-groups .dd-avatar-image .dd-stream-status-label,
  .dd-top-fundraisers .dd-avatar-image .dd-stream-status-label,
  .dd-top-teams .dd-avatar-image .dd-stream-status-label {
    display: none;
  }
  .dd-top-team-groups .dd-list-info,
  .dd-top-fundraisers .dd-list-info,
  .dd-top-teams .dd-list-info {
    display: block;
    padding-left: 20px;
    text-align: left;
    width: calc(100% - 76px);
  }
  .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 {
    justify-content: flex-start;
    line-height: 1;
  }
  .dd-top-team-groups .dd-list-info .dd-list-name .dd-stream-status-label,
  .dd-top-fundraisers .dd-list-info .dd-list-name .dd-stream-status-label,
  .dd-top-teams .dd-list-info .dd-list-name .dd-stream-status-label {
    display: block;
  }
  .dd-top-team-groups .dd-list-info .dd-list-name .dd-list-name-text,
  .dd-top-fundraisers .dd-list-info .dd-list-name .dd-list-name-text,
  .dd-top-teams .dd-list-info .dd-list-name .dd-list-name-text {
    margin-right: 5px;
  }
  .dd-top-team-groups li,
  .dd-top-fundraisers .dd-avatar-link,
  .dd-top-teams .dd-avatar-link {
    align-items: center;
    display: flex;
  }
  .dd-top-team-groups li > *,
  .dd-top-fundraisers .dd-avatar-link > *,
  .dd-top-teams .dd-avatar-link > * {
    margin-bottom: 0;
  }
  .dd-top-team-groups li > * > *,
  .dd-top-fundraisers .dd-avatar-link > * > *,
  .dd-top-teams .dd-avatar-link > * > * {
    margin-bottom: 10px;
  }
}
.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 {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 350px;
}
.dd-login form {
  display: block;
  margin-bottom: 0;
}
.dd-login form label {
  margin-bottom: 10px;
}
.dd-login .dd-form-error {
  color: #000000;
}
.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: #005E62 !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.dd-login .dd-btn-forgot:hover,
.dd-login .dd-btn-forgot:focus {
  color: #005E62 !important;
}
@media only screen and (max-width: 641px) {
  .dd-login:not(.header-login) {
    width: 100%;
  }
}
.dd-widget.dd-loginbar.navbar ul,
.dd-widget.dd-loginbar.navbar li {
  margin-bottom: 0;
}
.dd-widget.dd-loginbar.navbar li {
  font-size: 16px;
}
.dd-widget.dd-loginbar.navbar #alerts li {
  font-size: 12px;
}
.dd-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%;
}
@media only screen and (max-width: 641px) {
  .dd-list-subscribe label {
    width: 100% !important;
    padding: 0px 0px 10px 0px !important;
  }
}
.dd-milestone-explainer p {
  margin-bottom: 10px;
}
.dd-milestone-explainer a {
  display: inline-block;
}
.dd-milestones {
  line-height: 1.3;
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}
.dd-milestones > * {
  padding: 0 10px;
  margin-bottom: 10px;
}
.dd-milestones h1,
.dd-milestones .dd-btn-link {
  flex-shrink: 0;
}
.dd-milestones .dd-milestone {
  display: block;
  flex-grow: 1;
}
.dd-milestones .dd-milestone strong,
.dd-milestones .dd-milestone em {
  display: inline;
}
.dd-milestones .dd-milestone a {
  color: #686158;
  text-decoration: none;
}
.dd-milestones .dd-milestone strong {
  font-size: 29px;
  font-weight: 900;
  margin-right: 10px;
}
.dd-milestones .dd-milestone em {
  color: #005E62;
  font-style: normal;
  font-weight: 400;
}
.dd-milestones.dd-alt * {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 768px) {
  .dd-milestones .dd-milestone a > * {
    margin-bottom: 10px !important;
  }
  .dd-milestones .dd-milestone a > *:last-child {
    margin-bottom: 0 !important;
  }
  .dd-milestones .dd-milestone strong,
  .dd-milestones .dd-milestone em {
    display: block;
  }
  .dd-milestones .dd-milestone strong {
    margin-right: 0;
  }
}
.dd-quickstats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.dd-quickstats h1 {
  order: -2;
  text-align: center;
  width: 100%;
}
.dd-quickstats h2 {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 900;
  margin: 0;
}
.dd-quickstats small {
  color: #F58025;
  display: block;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.dd-quickstats [class*="dd-quickstats-"] {
  align-items: center;
  background-color: #003E41;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 15px;
  width: 50%;
}
.dd-quickstats .dd-quickstats-participants {
  order: -1;
}
.dd-quickstats.dd-alt [class*="dd-quickstats-"] {
  width: 25%;
}
@media only screen and (max-width: 1025px) {
  .dd-quickstats [class*="dd-quickstats-"] {
    width: 50% !important;
  }
}
@media only screen and (max-width: 641px) {
  .dd-quickstats h2 {
    font-size: 34px;
  }
  .dd-quickstats small {
    font-size: 26px;
  }
  .dd-quickstats [class*="dd-quickstats-"] {
    width: 100% !important;
  }
}
.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 {
  border-radius: 1000px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.dd-search input[name="searchTerm"] {
  padding-left: 20px;
  padding-right: 50px;
  width: 100%;
}
.dd-search .dd-btn-search {
  border-radius: 0;
  bottom: 0;
  font-size: 0;
  font-weight: 400;
  margin: 0 !important;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px !important;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #000000;
}
.dd-search .dd-btn-search:hover,
.dd-search .dd-btn-search:focus {
  background-color: #686158;
  border-color: transparent;
  color: #FFFFFF;
}
.dd-search .dd-btn-search:after {
  color: inherit;
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  margin: 0;
}
.dd-search.header-search {
  width: 270px;
}
@media only screen and (max-width: 1025px) {
  .dd-search.header-search {
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
    padding: 15px;
  }
}
@media only screen and (max-width: 641px) {
  .dd-search:not(.header-search) {
    width: 100%;
  }
}
.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: 35px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #F58025;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: rgba(37, 137, 141, 0.1);
  overflow: hidden;
  height: 35px;
  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% - 13px / 2);
  height: 35px;
  position: absolute;
}
.dd-milestone-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -6.5px;
  display: block;
  width: 13px;
  height: 13px;
  background-color: #005E62;
  border-radius: 100%;
  z-index: 1005;
  box-shadow: none;
  padding: 0;
  line-height: 1;
  font-family: inherit;
}
.dd-milestone-mark .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #FFFFFF;
  font-size: 14px;
  left: 50%;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-milestone-mark .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-milestone-mark .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-milestone-mark .dd-description strong {
  display: block;
}
.dd-milestone-mark:hover .dd-description,
.dd-milestone-mark:focus .dd-description {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .dd-milestone-mark .dd-description {
    display: none !important;
  }
}
.dd-thermo-horizontal {
  min-width: auto;
}
.dd-thermo-horizontal .dd-milestone-mark {
  border: 1px solid #FFFFFF;
}
.dd-thermo-horizontal .dd-thermo-mask,
.dd-thermo-horizontal .dd-thermo-percent {
  display: none;
}
.dd-thermo-horizontal .dd-thermo-raised,
.dd-thermo-horizontal .dd-thermo-goal {
  flex-grow: 1;
  margin-bottom: 10px;
  width: 50%;
}
.dd-thermo-horizontal .dd-thermo-raised {
  order: 1;
  text-align: left;
}
.dd-thermo-horizontal .dd-thermo-goal {
  order: 2;
  text-align: right;
}
.dd-thermo-horizontal .dd-milestone-wrapper,
.dd-thermo-horizontal .dd-thermo-track {
  order: 3;
  width: 100%;
}
.dd-thermo-horizontal .dd-thermo-progress {
  -webkit-animation: thermo-progress-horz 1s 1 forwards ease-out;
          animation: thermo-progress-horz 1s 1 forwards ease-out;
}
.dd-thermo-horizontal .dd-page-edit-btn {
  top: auto;
  right: 0;
  bottom: 0;
}
.dd-thermo-horizontal[data-show-goal="false"] .dd-thermo-raised,
.dd-thermo-horizontal[data-show-raised="false"] .dd-thermo-raised,
.dd-thermo-horizontal[data-show-goal="false"] .dd-thermo-goal,
.dd-thermo-horizontal[data-show-raised="false"] .dd-thermo-goal {
  text-align: center;
}
.dd-thermo-horizontal.dd-alt .dd-thermo-raised,
.dd-thermo-horizontal.dd-alt .dd-thermo-goal {
  color: #FFFFFF;
}
.dd-thermo-horizontal.dd-alt .dd-thermo-track {
  background-color: #003E41;
}
.dd-thermo-horizontal.dd-alt-small .dd-thermo-raised,
.dd-thermo-horizontal.dd-alt-small .dd-thermo-goal {
  font-size: 19px;
  font-weight: 700;
}
.dd-thermo-horizontal.dd-alt-small .dd-milestone-list,
.dd-thermo-horizontal.dd-alt-small .dd-thermo-track {
  height: 18px;
}
.dd-thermo-horizontal.dd-alt-small .dd-thermo-track {
  border: 3px solid transparent;
}
.dd-thermo-horizontal.dd-alt-small .dd-milestone-mark {
  height: 10px;
  width: 10px;
}
@media only screen and (max-width: 768px) {
  .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;
  }
}
.dd-thermo-vertical,
.dd-thermo-vertical .dd-thermo-track {
  text-align: center;
  margin: 0 auto;
}
.dd-thermo-vertical {
  position: relative;
}
.dd-thermo-vertical strong {
  display: block;
  clear: both;
  color: #000000;
}
.dd-thermo-vertical .dd-thermo-mask {
  background: none;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  height: 220px;
  width: 40px;
}
.dd-thermo-vertical .dd-thermo-progress {
  text-align: right;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F58025;
}
.dd-thermo-vertical .dd-thermo-track {
  height: 220px;
  background: rgba(37, 137, 141, 0.1);
  border-radius: 1000px;
  position: relative;
  width: 40px;
  overflow: hidden;
}
.dd-thermo-vertical .dd-thermo-percent {
  color: #000000;
}
.dd-widget:empty {
  display: none;
}
@-webkit-keyframes thermo-progress-vert {
  0% {
    height: 0;
  }
}
@keyframes thermo-progress-vert {
  0% {
    height: 0;
  }
}
.dd-thermo-vertical > * {
  margin-bottom: 15px !important;
}
.dd-thermo-vertical .dd-thermo-progress {
  -webkit-animation: thermo-progress-vert 1s 1 forwards ease-out;
          animation: thermo-progress-vert 1s 1 forwards ease-out;
}
.dd-total-raised {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dd-total-raised span {
  font-size: 36px;
  font-weight: 400;
  margin: 3px;
}
.dd-total-raised .currency,
.dd-total-raised .number {
  background-color: #003E41;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: 900;
  padding: 13px;
}
.dd-total-raised .comma,
.dd-total-raised .decimal {
  color: #003E41;
}
.ie .ie-u-hidden {
  display: none;
}
.ie .ie-u-pt-100-percent {
  padding-top: 100%;
}
.ie .ie-u-pb-0 {
  padding-bottom: 0;
}
.ie .ie-u-pb-20 {
  padding-bottom: 20px;
}
.ie .ie-u-pb-40 {
  padding-bottom: 40px;
}
.ie .ie-u-opacity-100 {
  opacity: 100;
}
.ie [class*="clip-blob-"] {
  border-radius: 1000px;
  overflow: hidden;
}

