.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Theme Mixins */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * Give all elements box-sizing
 */
* {
  box-sizing: border-box;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.fancybox-wrap {
  box-sizing: content-box;
  width: 350px;
}
.fancybox-wrap .fancybox-inner {
  width: 350px;
}
#constituent-alerts ul {
  margin: 0;
}
#constituent-alerts ul > li .dismiss {
  height: 25px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#event-bits {
  margin-bottom: 25px;
}
.form-actions .dd-btn {
  margin-bottom: 0;
}
.btn-link,
.cancel {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  text-align: center;
}
.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%;
  }
}
.grid-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.grid-flex > * {
  flex-grow: 1;
}
.grid-flex.grid-no-wrap {
  flex-wrap: nowrap;
}
.grid-flex > *:nth-last-child(1):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(1):not([class*=grid-col]):first-child ~ * {
  width: 100%;
}
.grid-flex > *:nth-last-child(2):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(2):not([class*=grid-col]):first-child ~ * {
  width: 50%;
}
.grid-flex > *:nth-last-child(3):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(3):not([class*=grid-col]):first-child ~ * {
  width: 33.333333333333336%;
}
.grid-flex > *:nth-last-child(4):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(4):not([class*=grid-col]):first-child ~ * {
  width: 25%;
}
.grid-flex > *:nth-last-child(5):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(5):not([class*=grid-col]):first-child ~ * {
  width: 20%;
}
.grid-flex > *:nth-last-child(6):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(6):not([class*=grid-col]):first-child ~ * {
  width: 16.666666666666668%;
}
.grid-flex > *:nth-last-child(7):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(7):not([class*=grid-col]):first-child ~ * {
  width: 14.285714285714286%;
}
.grid-flex > *:nth-last-child(8):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(8):not([class*=grid-col]):first-child ~ * {
  width: 12.5%;
}
.grid-flex > *:nth-last-child(9):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(9):not([class*=grid-col]):first-child ~ * {
  width: 11.11111111111111%;
}
.grid-flex > *:nth-last-child(10):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(10):not([class*=grid-col]):first-child ~ * {
  width: 10%;
}
.grid-flex > *:nth-last-child(11):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(11):not([class*=grid-col]):first-child ~ * {
  width: 9.090909090909092%;
}
.grid-flex > *:nth-last-child(12):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(12):not([class*=grid-col]):first-child ~ * {
  width: 8.333333333333334%;
}
.grid-flex > *.grid-col-mx--768 {
  max-width: 768px;
}
.grid-flex > *.grid-col--1 {
  width: 8.333333333333332%;
}
.grid-flex > *.grid-col--2 {
  width: 16.666666666666664%;
}
.grid-flex > *.grid-col--3 {
  width: 25%;
}
.grid-flex > *.grid-col--4 {
  width: 33.33333333333333%;
}
.grid-flex > *.grid-col--5 {
  width: 41.66666666666667%;
}
.grid-flex > *.grid-col--6 {
  width: 50%;
}
.grid-flex > *.grid-col--7 {
  width: 58.333333333333336%;
}
.grid-flex > *.grid-col--8 {
  width: 66.66666666666666%;
}
.grid-flex > *.grid-col--9 {
  width: 75%;
}
.grid-flex > *.grid-col--10 {
  width: 83.33333333333334%;
}
.grid-flex > *.grid-col--11 {
  width: 91.66666666666666%;
}
.grid-flex > *.grid-col--12 {
  width: 100%;
}
.grid-flex > *.grid-order--1 {
  order: 1;
}
.grid-flex > *.grid-order--2 {
  order: 2;
}
.grid-flex > *.grid-order--3 {
  order: 3;
}
.grid-flex > *.grid-order--4 {
  order: 4;
}
.grid-flex > *.grid-order--5 {
  order: 5;
}
.grid-flex > *.grid-order--6 {
  order: 6;
}
.grid-flex > *.grid-order--7 {
  order: 7;
}
.grid-flex > *.grid-order--8 {
  order: 8;
}
.grid-flex > *.grid-order--9 {
  order: 9;
}
.grid-flex > *.grid-order--10 {
  order: 10;
}
.grid-flex > *.grid-order--11 {
  order: 11;
}
.grid-flex > *.grid-order--12 {
  order: 12;
}
.grid-flex.grid-child-padding--small > * {
  padding: 15px;
}
.grid-flex.grid-child-padding--small.grid-collapse {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.grid-flex.grid-child-padding--medium > * {
  padding: 20px;
}
.grid-flex.grid-child-padding--medium.grid-collapse {
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
}
.grid-flex.grid-child-padding--large > * {
  padding: 25px 35px;
}
.grid-flex.grid-child-padding--large.grid-collapse {
  width: auto;
  margin-left: -35px;
  margin-right: -35px;
}
.grid-flex.grid-flex-align--center {
  align-items: center;
}
.grid-flex.grid-flex-justify--center {
  justify-content: center;
}
.grid-flex .grow-0 {
  flex-grow: 0;
}
.grid-flex.grid-flex-border > * {
  border-right: 2px solid #EEEEEE;
}
.grid-flex.grid-flex-border > *:last-of-type:not([class*="grid-order"]) {
  border-right: 0;
}
.grid-flex.grid-flex-border:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1041px) {
  .grid-flex.grid-flex-stack--large {
    flex-direction: column;
  }
  .grid-flex.grid-flex-stack--large > * {
    width: 100% !important;
  }
  .grid-flex.grid-flex-stack--large > *:last-of-type {
    margin-bottom: 0;
  }
  .grid-flex.grid-flex-stack--large.grid-collapse {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .grid-flex.grid-flex-stack--large[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex.grid-flex-stack--large.grid-flex-border > * {
    border-right: 0;
    border-bottom: 2px solid #EEEEEE;
  }
  .grid-flex.grid-flex-stack--large.grid-flex-border > *:last-of-type {
    border-bottom: 0;
  }
  .grid-flex.grid-flex-stack--large.grid-flex-border:before {
    height: 2px;
    width: 100%;
    top: auto;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .grid-flex.grid-flex-stack--medium {
    flex-direction: column;
  }
  .grid-flex.grid-flex-stack--medium > * {
    width: 100% !important;
  }
  .grid-flex.grid-flex-stack--medium > *:last-of-type {
    margin-bottom: 0;
  }
  .grid-flex.grid-flex-stack--medium.grid-collapse {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .grid-flex.grid-flex-stack--medium[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex.grid-flex-stack--medium.grid-flex-border > * {
    border-right: 0;
    border-bottom: 2px solid #EEEEEE;
  }
  .grid-flex.grid-flex-stack--medium.grid-flex-border > *:last-of-type {
    border-bottom: 0;
  }
  .grid-flex.grid-flex-stack--medium.grid-flex-border:before {
    height: 2px;
    width: 100%;
    top: auto;
    left: 0;
  }
}
@media only screen and (max-width: 641px) {
  .grid-flex.grid-flex-stack--small {
    flex-direction: column;
  }
  .grid-flex.grid-flex-stack--small > * {
    width: 100% !important;
  }
  .grid-flex.grid-flex-stack--small > *:last-of-type {
    margin-bottom: 0;
  }
  .grid-flex.grid-flex-stack--small.grid-collapse {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .grid-flex.grid-flex-stack--small[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex.grid-flex-stack--small.grid-flex-border > * {
    border-right: 0;
    border-bottom: 2px solid #EEEEEE;
  }
  .grid-flex.grid-flex-stack--small.grid-flex-border > *:last-of-type {
    border-bottom: 0;
  }
  .grid-flex.grid-flex-stack--small.grid-flex-border:before {
    height: 2px;
    width: 100%;
    top: auto;
    left: 0;
  }
}
#editorContent .dd-widget,
#wysiwyg .dd-widget {
  background-color: #E4E4E4;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
}
#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";
}
#wysiwyg {
  margin: 10px !important;
  background-image: none !important;
  background-color: #fff !important;
}
.dd-announcement-bar {
  background-color: #565A5E;
  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: 16px 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: 16px;
  transform: translate(50%, 0);
}
.banner img {
  width: 100% !important;
  height: auto !important;
}
.banner .default-logo-banner {
  display: none !important;
}
#banner {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
  z-index: 0;
}
#banner img {
  display: inline-block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}
#banner .banner-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#banner p {
  margin-bottom: 0;
}
#banner .banner-content {
  padding: 30px 15px;
  position: relative;
  text-align: center;
  z-index: 1;
}
#banner .banner-content .dd-btn {
  background-color: #181818;
  border: none;
  font-size: 18px;
  line-height: 33px;
  padding: 12px 25px;
  margin-bottom: 10px;
}
#banner .banner-content .dd-btn:hover,
#banner .banner-content .dd-btn:focus {
  background-color: #000000;
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
#banner .banner-content .heading1donordriveevent {
  color: #FFFFFF;
  font-size: 40px;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 25px;
}
.box {
  width: 100%;
  padding: 0 15px;
}
.box-border--bottom {
  border-bottom: 2px solid #EEEEEE;
}
@media only screen and (max-width: 768px) {
  .box-medium-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.box-color--1 {
  background-color: #B3272D;
}
.box-color--2 {
  background-color: #565A5E;
}
.box-color--3 {
  background-color: #181818;
}
.box-color--4 {
  background-color: #4C4F58;
}
.box-color--1-grey {
  background-color: #EEEEEE;
}
a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:link {
  color: #B3272D;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:visited {
  color: #B3272D;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #B3272D;
  text-decoration: underline;
}
a:active {
  color: #B3272D;
  text-decoration: underline;
}
a.dd-btn,
button.dd-btn,
input[type="submit"].dd-btn,
a.m-btn,
button.m-btn,
input[type="submit"].m-btn {
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 17px;
  margin: 0 15px 15px 0;
  padding: 12px 15px 12px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #181818;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
a.dd-btn:hover,
button.dd-btn:hover,
input[type="submit"].dd-btn:hover,
a.m-btn:hover,
button.m-btn:hover,
input[type="submit"].m-btn:hover,
a.dd-btn:focus,
button.dd-btn:focus,
input[type="submit"].dd-btn:focus,
a.m-btn:focus,
button.m-btn:focus,
input[type="submit"].m-btn:focus {
  background-color: #161616;
  color: #FFFFFF;
}
a.dd-btn [class^="icon-"],
button.dd-btn [class^="icon-"],
input[type="submit"].dd-btn [class^="icon-"],
a.m-btn [class^="icon-"],
button.m-btn [class^="icon-"],
input[type="submit"].m-btn [class^="icon-"],
a.dd-btn [class*="icon-"],
button.dd-btn [class*="icon-"],
input[type="submit"].dd-btn [class*="icon-"],
a.m-btn [class*="icon-"],
button.m-btn [class*="icon-"],
input[type="submit"].m-btn [class*="icon-"] {
  font-size: inherit;
}
a.btn-clear,
button.btn-clear,
input[type="submit"].btn-clear {
  background-color: transparent !important;
  color: #B3272D;
}
a.btn-clear:hover,
button.btn-clear:hover,
input[type="submit"].btn-clear:hover,
a.btn-clear:focus,
button.btn-clear:focus,
input[type="submit"].btn-clear:focus {
  color: #d84e54;
}
a.btn-alt,
button.btn-alt,
input[type="submit"].btn-alt {
  background-color: #181818;
}
a.btn-alt:hover,
button.btn-alt:hover,
input[type="submit"].btn-alt:hover,
a.btn-alt:focus,
button.btn-alt:focus,
input[type="submit"].btn-alt:focus {
  background-color: #161616;
}
a.btn-big,
button.btn-big,
input[type="submit"].btn-big {
  padding: 18px 30px;
  margin: 0 15px 20px 0;
  font-size: 20px;
  background-color: #B3272D;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
a.btn-big:hover,
button.btn-big:hover,
input[type="submit"].btn-big:hover,
a.btn-big:focus,
button.btn-big:focus,
input[type="submit"].btn-big:focus {
  background-color: #a12329;
  color: #FFFFFF;
}
a.btn-no-margin,
button.btn-no-margin,
input[type="submit"].btn-no-margin {
  margin: 0;
}
a.dd-btn-forgot,
button.dd-btn-forgot,
input[type="submit"].dd-btn-forgot {
  border: 0;
}
a *:before,
button *:before,
input[type="submit"] *:before {
  color: inherit;
}
#top-button {
  background-color: #181818;
  border: none !important;
  bottom: 10px;
  opacity: 0;
  outline: none!important;
  padding: 12px 15px 12px 15px;
  position: fixed;
  right: 10px;
  transition: all 0.5s;
  z-index: 1000;
}
#top-button:hover,
#top-button:focus {
  text-decoration: none;
}
#top-button i {
  margin: 0px 10px 0px 20px;
}
#top-button.is-active {
  opacity: 1;
}
.m-btn-container td {
  background-color: transparent;
}
.m-btn-container .m-btn {
  border-radius: 6px !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  line-height: 17px !important;
  margin: 0 15px 15px 0 !important;
  padding: 12px 15px 12px 15px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  vertical-align: top !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
  background-color: #181818 !important;
  color: #FFFFFF !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.m-btn-container .m-btn:hover,
.m-btn-container .m-btn:focus {
  background-color: #161616 !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-right: 0px;
  }
}
#fbCommentHeader {
  margin-top: 0px;
}
input[type="file"] {
  line-height: 1.15;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  border-radius: 0;
}
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #B3272D;
  outline: 0;
  box-shadow: 0 0 10px #eba2a5;
}
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: #B3272D;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #B3272D;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #B3272D;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #B3272D;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.dd-editable-content img {
  margin: 0 0 16px 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;
}
.juicer-feed-wrap {
  height: 552px;
}
.juicer-feed-wrap .juicer-feed {
  height: 380px;
  overflow-y: scroll;
}
@media only screen and (max-width: 641px) {
  .juicer-feed-wrap {
    height: 950px;
  }
  .juicer-feed-wrap .juicer-feed {
    height: 760px;
  }
}
#inappropriatecontentlink {
  text-align: left;
  padding: 25px 0;
}
#inappropriatecontentlink a {
  display: inline-block;
  margin-right: 25px;
  color: #B3272D;
  font-size: 18px;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.loader {
  display: none;
}
.has-loader {
  position: relative;
  z-index: 0;
}
.has-loader:before,
.has-loader:after {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.has-loader .loader {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.has-loader .loader h6 {
  width: 100%;
}
@keyframes step {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(75px);
  }
  99% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.feet-container {
  height: 100px;
  overflow: visible;
}
.foot-left,
.foot-right {
  animation-name: step;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: forwards;
  height: 100px;
  width: 100px;
  z-index: 100;
}
.foot-right {
  animation-delay: 0.5s;
}
.offlinedonationlink:before {
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 15px;
  display: inline;
}
[data-resizetype="responsive"],
.responsive-media-embed {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #FFFFFF;
}
[data-resizetype="responsive"] iframe,
.responsive-media-embed iframe,
[data-resizetype="responsive"] object,
.responsive-media-embed object,
[data-resizetype="responsive"] embed,
.responsive-media-embed embed,
[data-resizetype="responsive"] video,
.responsive-media-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
[data-resizetype="responsive"].default,
.responsive-media-embed.default {
  padding-bottom: 56.25%;
}
[data-resizetype="responsive"].anamorphic,
.responsive-media-embed.anamorphic {
  padding-bottom: 41.84100418%;
}
[data-resizetype="responsive"].panorama,
.responsive-media-embed.panorama {
  padding-bottom: 31.640625%;
}
[data-resizetype="responsive"].square,
.responsive-media-embed.square {
  padding-bottom: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider p {
  margin: 0px;
}
.slick-slider img {
  width: 100% !important;
}
.slick-dots {
  position: absolute;
  bottom: 5px;
  text-align: center;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
}
.slick-dots li button {
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 20px;
  padding: 6px;
  border-radius: 100px;
  font-size: 0px;
  margin: 0px 7px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #FFFFFF;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #FFFFFF;
}
.responsive-carousel .slick-list {
  width: 90%;
  margin: 0 auto;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 100;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  font-family: 'FontAwesome';
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 10px;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next {
  right: 10px;
}
.slick-next:before {
  content: "\f105";
}
.carousel-slick {
  display: none;
}
.carousel-slick.slick-initialized {
  display: block;
}
.carousel-slick .slick-dots li button {
  box-shadow: 0px 1px 8px -3px rgba(0, 0, 0, 0.2);
}
.slick-slide img {
  height: auto !important;
  max-height: 500px;
}
@media only screen and (max-width: 641px) {
  .slick-dots {
    display: none !important;
  }
}
.streaming-bg {
  background-image: url('../img/blk_walk.jpg');
  background-size: cover;
  background-position: center;
}
.dd-stream.dd-streaming-embed {
  max-width: 1440px;
  width: 100%;
  margin: 40px auto;
}
.dd-stream-controls .dd-mobile-toggle,
.dd-stream-controls a:not(.active) {
  color: #B3272D;
}
#streamingdonatebutton {
  background-color: #B3272D;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
#streamingdonatebutton:hover,
#streamingdonatebutton:focus {
  background-color: #a12329;
  color: #FFFFFF;
}
.dd-stream-config .form-actions button {
  display: block;
}
.dd-stream-config .form-actions button.dd-btn {
  margin-bottom: 10px;
}
.dd-stream-config .form-actions button.btn-link {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 641px) {
  .dd-stream.dd-streaming-embed {
    margin: 15px auto;
  }
}
table.table-responsive {
  table-layout: fixed;
  border: 0;
  padding-top: 20px;
  margin: 0 auto;
  width: 100%;
}
table.table-responsive th,
table.table-responsive td {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  border: 0;
  vertical-align: top;
  word-break: break-word;
  display: table-cell !important;
}
table.table-responsive th > *:last-child,
table.table-responsive td > *:last-child {
  margin-bottom: 0;
}
table.table-responsive tr > td:first-child {
  padding-left: 0;
}
table.table-responsive tr > td:last-child {
  padding-right: 0;
  border-right: 0;
}
.dataTable {
  border: 1px solid #ddd;
  border-left: 0;
}
.dataTable th,
.dataTable td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: content-box;
}
.dataTables_scroll-body {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.table-striped tbody tr:nth-child(odd) td,
.dataTable tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th,
.dataTable tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.dataTable tbody tr:hover td,
.table tbody tr:hover th,
.dataTable tbody tr:hover th {
  background-color: #f5f5f5;
}
@media only screen and (max-width: 1041px) {
  table.table-responsive {
    width: 100% !important;
  }
  table.table-responsive th,
  table.table-responsive td {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
  }
  table.table-responsive tr > td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.7;
}
h1,
.h1 {
  color: #B3272D;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: none;
}
h2,
.h2 {
  color: #B3272D;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.7;
  padding: 0;
  margin: 0;
  font-weight: 500;
  text-transform: none;
}
h3,
.h3 {
  color: #565A5E;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.7;
  padding: 0;
  margin: 0;
  font-weight: 500;
  text-transform: none;
}
h4,
.h4 {
  color: #181818;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.7;
  padding: 0;
  margin: 0;
  font-weight: 700;
  text-transform: none;
}
h5,
.h5 {
  color: #B3272D;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.7;
  padding: 0;
  margin: 0;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
}
h6,
.h6 {
  color: #565A5E;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.7;
  padding: 0;
  margin: 0;
  font-weight: 500;
  text-transform: none;
}
p {
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  color: #181818;
  margin: 0 0 16px 0;
  line-height: 1.67;
  padding: 0;
}
p.p--large {
  font-size: 20px;
}
ul,
ol {
  margin: 0 0 25px 25px;
  list-style-position: outside;
}
li {
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 8px 0;
  line-height: 1.67;
}
li p {
  font-size: 16px;
  color: #181818;
  display: inline-block;
}
.text-align--center {
  text-align: center;
}
.text-color--white,
.text-color--white * {
  color: #FFFFFF !important;
}
.hide {
  display: none !important;
}
@media only screen and (max-width: 1041px) {
  .hide-large {
    display: none !important;
  }
  .show-large {
    display: block !important;
  }
}
.last-child-margin--0 > *:last-child {
  margin-bottom: 0 !important;
}
.topnavcms.contentset-nav {
  justify-content: center;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle {
  display: none;
  cursor: pointer;
  text-transform: uppercase;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle.is-active a {
  color: #FFFFFF;
}
.topnavcms.contentset-nav li {
  text-align: left;
}
.topnavcms.contentset-nav li.is-active a:not(.dd-btn),
.topnavcms.contentset-nav li.on a:not(.dd-btn),
.topnavcms.contentset-nav li:hover a:not(.dd-btn),
.topnavcms.contentset-nav li:focus a:not(.dd-btn) {
  color: #EEEEEE;
}
.topnavcms.contentset-nav li a:not(.dd-btn) {
  color: #EEEEEE;
}
.topnavcms.contentset-nav .btn-show-dropdown {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1041px) {
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle {
    display: block;
  }
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle ~ li {
    display: none;
  }
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle ~ li.show-navigation {
    display: block;
  }
}
#m-nav {
  background-color: #565A5E;
  display: none;
  padding: 10px 15px;
  z-index: 1000;
}
#m-nav > * {
  margin-bottom: 0;
  margin-right: 0;
}
#m-nav .btn {
  background-color: transparent;
  color: #FFFFFF;
  margin: 0 10px 0 0;
  padding: 0px;
  text-decoration: none;
}
#m-nav .btn:hover,
#m-nav .btn:focus {
  background-color: transparent;
  color: #EEEEEE;
}
#m-nav .btn [class*="icon-"] {
  font-size: 18px;
  margin-right: 0;
}
#m-nav .m-menu-nav {
  order: 1;
}
#m-nav .m-menu-login {
  order: 2;
}
#m-nav .m-search {
  order: 3;
  margin-left: auto;
}
#m-nav .icon-lock:before {
  content: "\f007";
}
#m-nav .m-login {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  left: 0;
}
#m-nav .m-login .dd-widget.dd-login {
  display: block !important;
  position: static;
  min-width: 100%;
  background-color: #FFFFFF;
}
#m-nav .m-login .dd-btn-forgot {
  color: #B3272D;
}
#m-nav .m-cms-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}
.btn-show-dropdown {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  color: #FFFFFF;
  border: 0;
  background-color: #565A5E;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-show-dropdown [class*="icon-"] {
  margin-right: 0;
}
.btn-show-dropdown:hover,
.btn-show-dropdown:focus {
  background-color: #343639;
}
.btn-show-dropdown.is-active {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1041px) {
  #m-nav {
    display: flex;
    align-items: center;
  }
  .btn-show-dropdown {
    display: block;
  }
  .topnavcms.m-cms-nav,
  .topnavcms.contentset-nav-mobile {
    display: block;
  }
  .topnavcms.m-cms-nav li,
  .topnavcms.contentset-nav-mobile li {
    display: block;
    width: 100%;
  }
  .topnavcms.m-cms-nav li:hover ul:not(.show-dropdown),
  .topnavcms.contentset-nav-mobile li:hover ul:not(.show-dropdown),
  .topnavcms.m-cms-nav li:focus ul:not(.show-dropdown),
  .topnavcms.contentset-nav-mobile li:focus ul:not(.show-dropdown) {
    transform: scaleY(0);
  }
  .topnavcms.m-cms-nav > li:not(.nochildren) > a,
  .topnavcms.contentset-nav-mobile > li:not(.nochildren) > a {
    padding-right: 60px;
  }
  .topnavcms.m-cms-nav a:not(.dd-btn),
  .topnavcms.contentset-nav-mobile a:not(.dd-btn) {
    padding: 15px;
    text-align: left;
  }
  .topnavcms.m-cms-nav ul,
  .topnavcms.contentset-nav-mobile ul {
    width: 100%;
    background-color: rgba(24, 24, 24, 0.47);
  }
  .topnavcms.m-cms-nav ul.show-dropdown,
  .topnavcms.contentset-nav-mobile ul.show-dropdown {
    position: static;
    display: block;
    visibility: visible;
  }
  .topnavcms.m-cms-nav ul li.on a:not(.dd-btn),
  .topnavcms.contentset-nav-mobile ul li.on a:not(.dd-btn) {
    background-color: rgba(50, 50, 50, 0.47);
  }
  .topnavcms.m-cms-nav ul a:not(.dd-btn),
  .topnavcms.contentset-nav-mobile ul a:not(.dd-btn) {
    padding: 10px 15px 10px 25px;
    font-size: 16px;
  }
}
.is-sticky {
  position: fixed !important;
  z-index: 1029;
  left: 0;
  right: 0;
  width: 100%;
}
.topnavcms {
  display: flex;
  justify-content: center;
  background-color: #565A5E;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  padding: 0;
  width: auto;
  height: auto;
  list-style: none;
  position: relative;
  border: none;
}
.topnavcms li {
  margin-bottom: 0;
}
.topnavcms li:not(.nochildren) {
  position: relative;
}
.topnavcms li a {
  display: block;
  font-weight: 500;
  color: #EEEEEE;
  text-decoration: none;
  padding: 18px 10px;
  text-transform: uppercase;
}
.topnavcms li:hover > a:not(.dd-btn),
.topnavcms li:focus > a:not(.dd-btn),
.topnavcms li.on > a:not(.dd-btn),
.topnavcms li.is-active > a:not(.dd-btn) {
  color: #EEEEEE;
  background-color: rgba(24, 24, 24, 0.47);
}
.topnavcms li:hover ul,
.topnavcms li:focus ul,
.topnavcms li.is-active ul {
  transform: scaleY(1);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.topnavcms li.align-end {
  margin-left: auto;
}
.topnavcms > li > a {
  font-size: 16px;
  text-align: center;
  height: 100%;
}
.topnavcms,
.topnavcms ul {
  list-style: none;
  margin: 0;
}
.topnavcms ul {
  display: block;
  background-color: #565A5E;
  position: absolute;
  width: 200px;
  transform-origin: top;
  transform: scaleY(0);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 1041px) {
  .topnavcms {
    display: none;
  }
}
.action-event .heading2donordriveevent,
.action-event #fb-comments {
  display: none;
}
.bg-feet {
  position: relative;
  overflow: hidden;
}
.bg-feet:before {
  content: url("../img/feet.svg") !important;
  position: absolute;
  top: -13px;
  right: 75px;
  opacity: 0.13;
}
@media only screen and (max-width: 641px) {
  .bg-feet:before {
    display: none;
  }
}
.card-wrap {
  position: relative;
}
.card-wrap:after {
  content: url('../img/foot.svg');
  height: 233px;
  opacity: 0.7;
  position: absolute;
  right: 10%;
  top: 10px;
  width: auto;
}
.participant-card,
.team-card {
  margin-bottom: 0;
  white-space: nowrap;
}
.participant-card > *,
.team-card > * {
  white-space: normal;
}
.participant-card p:empty,
.team-card p:empty {
  display: none;
}
.participant-card h1,
.team-card h1 {
  margin: 0 !important;
}
.participant-card .participant-info,
.team-card .participant-info,
.participant-card .team-info,
.team-card .team-info {
  width: 75%;
}
.participant-card .dd-editable-name,
.team-card .dd-editable-name,
.participant-card .dd-editable-date,
.team-card .dd-editable-date {
  display: block;
}
.participant-card .personal-campaign-details,
.team-card .personal-campaign-details,
.participant-card .personal-campaign-date,
.team-card .personal-campaign-date {
  margin-bottom: 20px !important;
  font-size: 18px;
}
.participant-card .profile-img,
.team-card .profile-img {
  width: 150px;
  overflow: hidden;
  border-radius: 1000px;
  margin-bottom: 0;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.participant-card [class*="participant-legacy-avatar-year-"] .profile-img,
.team-card [class*="participant-legacy-avatar-year-"] .profile-img {
  position: relative;
}
.participant-card [class*="participant-legacy-avatar-year-"] .legacy-border,
.team-card [class*="participant-legacy-avatar-year-"] .legacy-border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.participant-card [class*="participant-legacy-avatar-year-"] .legacy-years,
.team-card [class*="participant-legacy-avatar-year-"] .legacy-years {
  position: absolute;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 6px;
  bottom: 0;
  left: 0;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  background-color: #181818;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  transform: translateY(50%);
}
.participant-card .page-details a,
.team-card .page-details a {
  padding: 5px;
}
.participant-card .page-details a:hover,
.team-card .page-details a:hover,
.participant-card .page-details a:focus,
.team-card .page-details a:focus {
  color: #74191d;
}
.participant-card .page-details *,
.team-card .page-details * {
  color: #B3272D;
  font-size: 18px;
  font-weight: 500;
}
.participant-card .page-details > *,
.team-card .page-details > * {
  padding-left: 0 !important;
}
.participant-card .page-details [class*="icon-"],
.team-card .page-details [class*="icon-"] {
  margin-right: 10px !important;
  display: inline-block !important;
  position: static !important;
}
.participant-card .page-details [class*="icon-"],
.team-card .page-details [class*="icon-"],
.participant-card .page-details [class*="icon-"]:before,
.team-card .page-details [class*="icon-"]:before {
  color: #B3272D;
  font-size: 18px !important;
}
#participantTabs,
#teamTabs {
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
}
#participantTabs.nav-tabs,
#teamTabs.nav-tabs {
  border: none;
}
#participantTabs li,
#teamTabs li {
  margin-bottom: 0 !important;
  position: relative;
  min-width: 150px;
}
#participantTabs li.active a,
#teamTabs li.active a {
  color: #FFFFFF;
  background-color: #B3272D;
}
#participantTabs a,
#teamTabs a {
  background-color: transparent;
  border: 2px solid #B3272D;
  border-left: 0px;
  color: #B3272D;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  margin: 0px !important;
  border-radius: 0px;
  text-align: center;
}
#participantTabs a:before,
#teamTabs a:before {
  font-weight: 500;
}
#participantTabs a:hover,
#teamTabs a:hover,
#participantTabs a:focus,
#teamTabs a:focus {
  color: #781a1e;
  background-color: #EEEEEE;
}
#participantTabs li:nth-child(1) a,
#teamTabs li:nth-child(1) a {
  border-left: 2px solid #B3272D;
  border-radius: 6px 0px 0px 6px;
}
#participantTabs li:nth-child(1) a:before,
#teamTabs li:nth-child(1) a:before {
  content: '\f10d';
  font-family: FontAwesome;
}
#participantTabs li:nth-child(2) a:before,
#teamTabs li:nth-child(2) a:before {
  content: '\f004';
  font-family: FontAwesome;
}
#participantTabs li:last-of-type a,
#teamTabs li:last-of-type a {
  border-radius: 0px 6px 6px 0px;
}
#teamTabs li:nth-child(3) a:before {
  content: '\f0c0';
  font-family: FontAwesome;
}
@media only screen and (max-width: 767px) {
  .card-wrap {
    padding: 20px !important;
  }
  .card-wrap:after {
    display: none;
  }
  .participant-card .avatar,
  .team-card .avatar {
    margin: 0px auto 10px auto !important;
  }
  .participant-card [class*="participant-legacy-avatar-year-"]:not(.participant-legacy-avatar-year-1) + *,
  .team-card [class*="participant-legacy-avatar-year-"]:not(.participant-legacy-avatar-year-1) + * {
    padding-top: 15px;
  }
  .participant-card .avatar,
  .team-card .avatar,
  .participant-card .participant-info,
  .team-card .participant-info,
  .participant-card .team-info,
  .team-card .team-info {
    width: 100%;
    display: block;
  }
  .participant-card .participant-info > * > *:last-child,
  .team-card .participant-info > * > *:last-child,
  .participant-card .team-info > * > *:last-child,
  .team-card .team-info > * > *:last-child {
    margin-bottom: 0;
  }
  .participant-card .page-details > *,
  .team-card .page-details > * {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-details .details-item {
    margin-bottom: 0px !important;
  }
  #participantTabs.nav-tabs,
  #teamTabs.nav-tabs {
    flex-wrap: wrap;
    border: 2px solid #B3272D;
    border-radius: 6px;
    overflow: hidden;
  }
  #participantTabs.nav-tabs li,
  #teamTabs.nav-tabs li {
    width: 100%;
  }
  #participantTabs.nav-tabs li a,
  #teamTabs.nav-tabs li a {
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #B3272D;
    text-align: left;
  }
  #participantTabs.nav-tabs li:last-of-type a,
  #teamTabs.nav-tabs li:last-of-type a {
    border-bottom: 0px;
  }
}
@media only screen and (max-width: 641px) {
  #participant-name h1,
  #team-name h1 {
    margin-bottom: 20px;
  }
}
html,
body,
.overlay-wrap {
  min-height: 100%;
}
body {
  font-size: 16px;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 400;
  color: #181818;
  line-height: 1;
  padding: 0;
}
.overlay-wrap {
  overflow-x: hidden;
}
#footer {
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0 auto;
}
#footer * {
  color: #FFFFFF;
  line-height: 1.2;
}
#footer-text {
  display: flex;
  flex-direction: column;
}
#footer-text a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 0 0 10px;
}
#footer-text a:hover,
#footer-text a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
#footer-text #powered-by {
  display: inline-block;
  padding: 0px 0px 10px 0px;
  height: auto;
}
#footer-text #powered-by img {
  width: 196px;
}
body[data-page-context*='"constituentLoggedIn":true'][data-page-context*='"action":"team"'] #socialBtns h1,
body[data-page-context*='"constituentLoggedIn":true'][data-page-context*='"action":"participant"'] #socialBtns h1 {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  #footer * {
    text-align: center;
  }
  #footer #footer-text .footer-text__block {
    margin-bottom: 20px;
  }
  #footer #footer-text a {
    order: 1;
  }
  #footer #footer-text #powered-by {
    order: 2;
  }
}
.header__top-right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header__top-right .dd-btn.btn-big {
  font-size: 18px;
  line-height: 33px;
  margin: 0px 0px 0px 15px;
  padding: 12px 22px;
}
#logo {
  max-width: 170px;
  margin-bottom: 0;
  font-size: 20px;
}
#logo img {
  width: 100%;
  transition: all 0.3s;
}
#logo img.default-logo-banner {
  display: none;
}
#logo:hover img,
#logo:focus img {
  opacity: 0.8;
}
@media only screen and (max-width: 1041px) {
  #logo {
    margin: 0 auto;
  }
  .header__top {
    text-align: center;
  }
  .header__top-right {
    justify-content: center;
  }
  .user-tools {
    margin-top: 20px;
    text-align: center !important;
  }
  .user-tools .login-wrap,
  .user-tools .dd-search {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  html.logged-in #top-button {
    bottom: 63px;
    right: 0px;
  }
}
@media only screen and (max-width: 641px) {
  .header__top-right .dd-btn.btn-big {
    margin: 0px 0px 10px 0px;
  }
}
.wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
.container-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.wrap.narrow {
  max-width: 970px;
}
.bl-child > * {
  border-left: solid 2px #EEEEEE;
}
.bl-child > *:first-child {
  border-left: 0;
}
.bb-1 {
  border-bottom: 1px solid #EEEEEE;
}
.bb-2 {
  border-bottom: 2px solid #565A5E;
}
@media only screen and (max-width: 768px) {
  .bl-0-med {
    border-left: 0 !important;
  }
  .bb-2-med {
    border-bottom: solid 2px #EEEEEE;
  }
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-0-20 {
  margin-bottom: 20px;
}
.my-0-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 641px) {
  .my-0-20-small {
    margin-bottom: 20px !important;
  }
  .my-0-40-small {
    margin-bottom: 40px !important;
  }
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-0-30 {
  padding-left: 0px;
  padding-right: 30px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-20-10 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.py-40-20 {
  padding-top: 40px;
  padding-bottom: 25px;
}
.py-80-60 {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1041px) {
  .px-0-large {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-20-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 641px) {
  .py-15-small {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .px-15-small {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-20-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
[class*="z-"] {
  position: relative;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.shadow-bottom {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.light-shadow {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.shadow {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.widget-wrap .dd-widget {
  width: 100%;
}
.wrap-content .dd-widget {
  margin-bottom: 50px;
}
.dd-widget h1 {
  color: #565A5E;
  font-size: 20px;
  font-weight: 500;
}
.dd-widget .dd-btn-link {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}
.dd-widget .dd-btn-link:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.dd-widget .dd-view-more-link {
  margin-right: 0;
}
.dd-activity-count {
  display: inline-block;
}
.dd-activity-count h2 {
  color: #B3272D;
  display: inline;
  margin: 0;
}
.dd-activity-count h2,
.dd-activity-count small {
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.dd-activity-count small,
.dd-activity-count .dd-activity-measurement {
  color: #4C4F58 !important;
  font-weight: bold !important;
}
.dd-activity-count .dd-activity-measurement {
  font-weight: 700;
}
.dd-activity-count .dd-activity-tracked {
  display: inline-block;
}
.dd-activity-count .dd-activity-tracked::before {
  content: url("../img/icon-activity-progress.svg");
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: -4px;
  width: 18px;
}
.dd-badges {
  text-align: center;
}
.dd-badges .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #FFFFFF;
  font-size: 14px;
  left: 50%;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-badges .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-badges .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-badges .dd-description strong {
  display: block;
}
/* No Badges */
.dd-badge-missing {
  background: url("../../../resources/img/badges/badge-placeholder.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
}
.dd-badge-missing span {
  display: none;
}
/* Badge Display */
.dd-badges ul {
  margin: 0px;
  padding: 0px;
}
.dd-badges li {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 50px;
  padding: 0px;
}
.dd-badges li:hover .dd-description,
.dd-badges li:focus .dd-description {
  opacity: 1;
}
.dd-badges img {
  width: 50px;
  height: 50px;
  filter: none;
  -webkit-filter: blur(0px);
  -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 {
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: flex-start;
}
.dd-badges h1 {
  margin-bottom: 15px;
  order: 1;
}
.dd-badges h1,
.dd-badges .dd-btn-link {
  width: 50%;
}
.dd-badges ul,
.dd-badges .dd-badge-missing {
  width: 100%;
  order: 3;
}
.dd-badges .dd-badge-missing {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}
.dd-badges ul {
  margin: 0px;
}
.dd-badges li.dd-badge {
  margin: 0px;
}
.dd-badges li.dd-badge img {
  margin: 0px;
}
.dd-badges .dd-btn-link {
  color: #B3272D;
  text-align: right;
  order: 2;
}
.dd-badges.dd-no-badges p {
  order: 4;
  width: 100%;
  margin-bottom: 0;
}
.dd-widget--white .dd-badges h1,
.dd-widget--white .dd-badges p,
.dd-widget--white .dd-badges .dd-btn-link {
  color: #FFFFFF;
}
@media only screen and (max-width: 641px) {
  .dd-widget.dd-badges > * {
    width: 100% !important;
  }
  .dd-widget.dd-badges ul {
    margin-bottom: 15px;
    order: 2;
  }
  .dd-widget.dd-badges .dd-btn-link {
    text-align: left;
    order: 3;
  }
  .dd-badges.dd-no-badges p {
    order: 3;
    margin-bottom: 15px;
  }
  .dd-badges.dd-no-badges .dd-btn-link {
    order: 4;
  }
}
.dd-event-countdown {
  margin: 30px 0px;
}
.dd-event-countdown h1 {
  font-size: 35px;
  margin: 0px 0px 8px 0px;
}
.dd-event-countdown .count {
  background-color: #565A5E;
  display: inline-block;
  margin: 5px;
  text-align: center;
  min-width: 130px;
}
.dd-event-countdown .count .number {
  background-color: #EEEEEE;
  color: #565A5E;
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 38px;
  padding: 22px 0px;
}
.dd-event-countdown .count .time {
  background-color: #B3272D;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 641px) {
  .dd-event-countdown .count {
    margin: 5px;
    min-width: 85px;
  }
  .dd-event-countdown .count .number {
    padding: 20px 5px;
  }
  .dd-event-countdown .count .time {
    font-size: 13px;
  }
}
.dd-events {
  text-align: center;
}
.dd-events h1 {
  font-size: 35px;
}
.dd-events ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0px;
}
.dd-events ol li {
  flex-grow: 1;
  margin-bottom: 20px;
  text-align: left;
  max-width: 495px;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}
.dd-events ol a {
  display: block;
  height: 100%;
  background-color: #FFFFFF;
  padding: 20px 20px 10px 20px;
  border-radius: 6px;
  color: #B3272D;
}
.dd-events ol a:hover,
.dd-events ol a:focus {
  text-decoration: none;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.dd-events ol .dd-list-info {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.dd-events ol .dd-list-info span {
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  margin-bottom: 10px;
}
.dd-events ol .dd-list-info .dd-list-name,
.dd-events ol .dd-list-info .dd-list-raised {
  width: 100%;
}
.dd-events ol .dd-list-info .dd-list-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  order: 1;
}
.dd-events ol .dd-list-info .dd-list-name:after {
  content: '';
  position: relative;
  width: 64px;
  height: 4px;
  display: block;
  margin: 10px auto 0px auto;
  background-color: #B3272D;
}
.dd-events ol .dd-list-info .dd-list-raised {
  color: #B3272D;
  font-size: 20px;
  order: 2;
}
.dd-events ol .dd-list-info .dd-list-dates,
.dd-events ol .dd-list-info .dd-list-location {
  color: #565A5E;
  display: inline-block;
  font-size: 16px;
}
.dd-events ol .dd-list-info .dd-list-dates {
  order: 3;
}
.dd-events ol .dd-list-info .dd-list-location {
  font-size: 16px;
  order: 4;
}
#event-list {
  background-image: url('../img/events-search-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#event-list .squiggle {
  position: absolute;
  top: 0px;
  left: 0px;
}
#event-list .dd-events ol li a {
  transition: all 0.5s;
}
#event-list .dd-events ol li a:hover,
#event-list .dd-events ol li a:focus {
  box-shadow: none;
  transform: scale(1.05);
}
#event-list .dd-list-location {
  display: none;
}
#event-list .buttons-wrap {
  text-align: center;
}
#event-list .buttons-wrap .dd-btn {
  background-color: #B3272D;
  width: 180px;
  margin: 0px 8px;
}
#event-list .buttons-wrap .dd-btn:hover,
#event-list .buttons-wrap .dd-btn:focus {
  background-color: #a12329;
}
.form-event-search.grid-flex {
  margin: 0px auto 20px auto;
  justify-content: center;
}
.form-event-search.grid-flex * {
  width: auto !important;
  flex-grow: unset;
}
.form-event-search.grid-flex .event-group-search {
  width: 0px !important;
  padding: 0px;
}
.form-event-search.grid-flex .event-list-search {
  min-width: 215px;
}
.form-event-search.grid-flex .event-list-search::placeholder {
  color: #565A5E;
}
.form-event-search.grid-flex .event-list-search:focus {
  border: none !important;
}
.form-event-search.grid-flex button {
  background-color: transparent;
  color: #565A5E;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin: 0px;
  padding: 0px 0px 4px 0px;
  text-transform: uppercase;
  width: 100%;
}
.form-event-search.grid-flex button:focus {
  outline: none !important;
}
.form-event-search.grid-flex button i {
  margin: 0px 0px 0px 15px;
}
.form-event-search.grid-flex button.select-btn {
  white-space: nowrap;
  border: none;
  box-shadow: none;
}
.form-event-search.grid-flex h2 {
  margin: 0px auto;
  width: 100px !important;
  line-height: 1.67;
}
.form-event-search.grid-flex input {
  background-color: #EEEEEE !important;
  border-radius: 0px;
  box-shadow: none;
  color: #565A5E;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding: 0px 0px 4px 0px;
  text-transform: uppercase;
}
.form-event-search.grid-flex input::placeholder {
  color: #B3272D;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.form-event-search.grid-flex input::-moz-placeholder {
  color: #B3272D;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  opacity: 1;
}
.form-event-search.grid-flex input:-ms-input-placeholder {
  color: #B3272D;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.form-event-search.grid-flex input::-ms-input-placeholder {
  color: #B3272D;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.form-event-search.grid-flex input:focus {
  color: #B3272D;
}
.form-event-search.grid-flex input:focus::placeholder {
  color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.form-event-search.grid-flex input:focus::-moz-placeholder {
  color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
.form-event-search.grid-flex input:focus:-ms-input-placeholder {
  color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.form-event-search.grid-flex input:focus::-ms-input-placeholder {
  color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.input-group-has-menu {
  position: relative;
}
.input-group-has-menu ul.menu-dropdown {
  background-color: #EEEEEE;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  list-style: none;
  margin: 0;
  max-height: 500px;
  overflow: auto;
  position: absolute;
  transform-origin: top;
  transform: scaleY(0);
  width: 100% !important;
  z-index: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.input-group-has-menu ul.menu-dropdown li {
  padding: 0;
  margin: 0;
}
.input-group-has-menu ul.menu-dropdown a {
  display: block;
  padding: 5px 10px;
  color: #B3272D;
  text-transform: uppercase;
}
.input-group-has-menu ul.menu-dropdown a:hover,
.input-group-has-menu ul.menu-dropdown a:focus,
.input-group-has-menu ul.menu-dropdown a.active {
  text-decoration: none;
  background-color: #cacaca;
}
.input-group-has-menu ul.menu-dropdown.active {
  transform: scaleY(1);
}
.input-group-has-menu.active button i.icon-chevron-down:before {
  content: "\f077";
}
form.form-event-search {
  margin-bottom: 30px;
}
form.form-event-search select,
form.form-event-search input,
form.form-event-search textarea {
  border: none;
}
@media only screen and (max-width: 641px) {
  .dd-events ol li {
    width: 100%;
    padding: 0;
  }
  #event-list {
    background-image: none;
  }
  #event-list .squiggle {
    display: none;
  }
  #event-list .dd-events li {
    margin-bottom: 10px;
  }
  #event-list .dd-events li .dd-link {
    padding: 15px 20px;
  }
  #event-list .dd-list-name {
    color: #565A5E;
    font-weight: 500;
  }
  #event-list .dd-list-name:after {
    display: none;
  }
  #event-list .dd-list-dates {
    font-size: 20px;
  }
  #event-list span {
    margin-bottom: 0px;
  }
  #event-list .buttons-wrap .dd-btn {
    margin: 0px 0px 10px 0px;
  }
}
.dd-sponsors h2 {
  color: #B3272D;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors h3 {
  color: #B3272D;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors .dd-sponsors-level {
  display: flex;
  margin: 0 0 25px 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.dd-sponsors .dd-sponsors-level:last-child {
  margin: 0;
}
.dd-sponsors .dd-sponsors-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.dd-sponsors a.dd-sponsor {
  text-decoration: none;
}
.dd-sponsors .dd-sponsor {
  display: block;
  padding: 10px;
  margin: 0;
}
.dd-sponsors .dd-sponsor-name {
  color: #000000;
  display: block;
  font-size: inherit;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
.dd-sponsors-container {
  width: 100%;
}
.dd-sponsor > * {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
@media only screen and (max-width: 641px) {
  .dd-sponsors .dd-sponsors-container {
    flex-direction: column;
  }
}
#socialBtns {
  padding: 0;
  text-align: center;
}
#socialBtns h1 {
  display: none;
}
#socialBtns > * > * {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
}
#socialBtns > div {
  padding: 0 50px;
}
#socialBtns .dd-btn.dd-social-btn {
  width: auto;
}
#socialBtns .dd-social-btn--page-link,
#socialBtns #sharebadge {
  background-color: #B3272D;
}
#socialBtns .clr {
  display: none;
}
@media only screen and (max-width: 768px) {
  #socialBtns h1 {
    display: none;
    visibility: hidden;
  }
  #socialBtns > * > * {
    display: block;
    margin-right: 0;
  }
  #socialBtns > div {
    padding: 0;
  }
  #socialBtns .dd-btn.dd-social-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  #embedbtn {
    display: none !important;
  }
}
.dd-incentive-explainer {
  text-align: center;
}
.dd-incentive-explainer p {
  margin: 0 0 20px 0;
}
.dd-incentive-explainer a {
  display: inline-block;
  padding: 0;
}
.dd-incentive-option-list {
  font-size: 15px;
  position: relative;
}
.dd-incentive-option-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-incentive-option {
  margin: 0 0 10px 0;
}
.dd-incentive-option .dd-incentive-button {
  text-decoration: none !important;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 7px 10px;
}
.dd-incentive-option .dd-incentive-button:hover,
.dd-incentive-option .dd-incentive-button:focus {
  border: 1px solid #666;
}
.dd-incentive-option .dd-incentive-description,
.dd-incentive-option .dd-incentive-action {
  font-size: 15px;
  box-sizing: border-box;
}
.dd-incentive-option .dd-incentive-amount {
  font-size: 20px;
  font-weight: bold;
  color: #565A5E;
  margin: 0;
}
.dd-incentive-option .dd-incentive-image img {
  max-height: 60px;
  max-width: 60px;
  padding: 0 10px 0 0;
}
.dd-incentive-option .dd-incentive-description {
  color: #181818;
}
.dd-incentive-option .dd-incentive-remaining {
  color: #181818;
  font-size: 13px;
  padding: 0 0 0 8px;
}
.dd-incentive-option-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: flex-start;
}
.dd-incentive-option-list h1,
.dd-incentive-option-list .dd-btn-link {
  width: 50%;
}
.dd-incentive-option-list h1 {
  margin-bottom: 10px;
  order: 1;
}
.dd-incentive-option-list ul {
  order: 3;
  display: flex;
  width: 100%;
}
.dd-incentive-option-list .dd-btn-link {
  color: #B3272D;
  order: 2;
  text-align: right;
}
.dd-incentive-option-list .dd-incentive-option {
  padding: 0 5px;
  width: 50%;
  flex-grow: 1;
}
.dd-incentive-option-list .dd-incentive-option:first-child {
  padding-left: 0;
}
.dd-incentive-option-list .dd-incentive-option:last-child {
  padding-right: 0;
}
.dd-incentive-option-list .dd-incentive-button {
  align-items: center;
  height: 100%;
}
.dd-incentive-option-list .dd-incentive-button > * {
  flex-grow: 1;
}
.dd-incentive-option-list .dd-incentive-image {
  width: 30%;
  max-width: 60px;
}
.dd-incentive-option-list .dd-incentive-image img {
  margin-bottom: 0;
}
.dd-incentive-option-list .dd-incentive-info {
  width: 70%;
}
.dd-incentive-option-list .dd-incentive-amount {
  line-height: 1;
  margin-bottom: 5px;
}
.dd-incentive-option-list .dd-incentive-amount small {
  font-weight: normal;
}
.dd-incentive-option-list .dd-incentive-description {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
  font-weight: normal;
}
.dd-incentive-option-list .dd-page-edit-btn {
  top: 45px;
  right: 5px;
}
.dd-incentive-option-list .dd-incentive-explainer,
.dd-incentive-option-list .dd-incentive-explainer .dd-btn-link {
  text-align: left;
}
.dd-incentive-amount {
  color: #565A5E !important;
}
@media only screen and (max-width: 641px) {
  .dd-incentive-option-list > *:not(.dd-page-edit-btn) {
    width: 100% !important;
  }
  .dd-incentive-option-list ul {
    order: 2;
    flex-direction: column;
  }
  .dd-incentive-option-list .dd-btn-link {
    padding-top: 5px;
    text-align: left;
    order: 3;
  }
  .dd-incentive-option-list .dd-incentive-option {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .dd-incentive-option-list .dd-page-edit-btn {
    top: 0;
    bottom: auto;
    right: 5px;
  }
}
#languageselect {
  width: 100%;
  margin-bottom: 25px;
  text-align: right;
  font-size: 18px;
  color: #565A5E;
  text-decoration: none !important;
}
#languageselect a {
  color: #565A5E;
}
#languageselect a.on,
#languageselect a:hover,
#languageselect a:focus {
  color: #565A5E;
}
#languageselect a.on {
  font-weight: 700;
}
@media only screen and (max-width: 1041px) {
  #languageselect {
    text-align: center;
  }
}
.leaderboard-bg {
  background-image: url('../img/background_walkmadd.jpg');
  background-size: cover;
  background-position: center;
}
.leaderboard-wrap {
  margin-left: -18px;
  margin-right: -18px;
  width: auto;
}
.leaderboard-wrap > *:first-child {
  margin-left: 0;
  padding-right: 35px;
}
.leaderboard-wrap > *:last-child {
  margin-right: 0;
  padding-left: 35px;
}
.leaderboard-wrap > *:only-child {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
.leaderboard-wrap > *:only-child ol {
  justify-content: center;
}
.leaderboard-wrap > *:only-child li {
  width: 16.66666667%;
}
.dd-top-team-groups,
.dd-top-fundraisers,
.dd-top-teams {
  text-align: center;
  max-width: 450px;
}
.dd-top-team-groups h1,
.dd-top-fundraisers h1,
.dd-top-teams h1 {
  font-size: 40px;
  font-weight: bold;
}
.dd-top-team-groups ol,
.dd-top-fundraisers ol,
.dd-top-teams ol {
  list-style: none;
  margin: 0 0 25px 0;
  display: flex;
  flex-wrap: wrap;
}
.dd-top-team-groups li,
.dd-top-fundraisers li,
.dd-top-teams li {
  width: 33.33%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0;
}
.dd-top-team-groups .dd-avatar-link,
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 9px 18px;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  overflow: visible;
  color: #B3272D;
}
.dd-top-team-groups .dd-avatar-link:hover,
.dd-top-fundraisers .dd-avatar-link:hover,
.dd-top-teams .dd-avatar-link:hover,
.dd-top-team-groups .dd-avatar-link:focus,
.dd-top-fundraisers .dd-avatar-link:focus,
.dd-top-teams .dd-avatar-link:focus {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.dd-top-team-groups img,
.dd-top-fundraisers img,
.dd-top-teams img {
  width: 105px;
  height: 105px;
  margin-bottom: 20px;
  border-radius: 100px;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.dd-top-team-groups .dd-list-info,
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info {
  flex-grow: 1;
  height: auto;
  align-items: center;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-radius: 0px;
}
.dd-top-team-groups .dd-list-info,
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info,
.dd-top-team-groups .dd-list-info span,
.dd-top-fundraisers .dd-list-info span,
.dd-top-teams .dd-list-info span {
  display: block;
  max-width: 100%;
}
.dd-top-team-groups .dd-list-info,
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info,
.dd-top-team-groups .dd-list-info span,
.dd-top-fundraisers .dd-list-info span,
.dd-top-teams .dd-list-info span {
  font-size: 16px;
  font-weight: 700;
}
.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 {
  flex-grow: 1;
  word-break: break-word;
}
.dd-top-team-groups.dd-widget--white h1,
.dd-top-fundraisers.dd-widget--white h1,
.dd-top-teams.dd-widget--white h1 {
  color: #EEEEEE;
}
.dd-top-team-groups.dd-widget--white .dd-avatar-link,
.dd-top-fundraisers.dd-widget--white .dd-avatar-link,
.dd-top-teams.dd-widget--white .dd-avatar-link {
  color: #FFFFFF;
}
.dd-top-team-groups li {
  padding: 9px 18px;
}
@media only screen and (max-width: 1041px) {
  .leaderboard-wrap {
    margin: 0 auto;
    width: 100%;
  }
  .leaderboard-wrap > * {
    margin: 0 auto 25px auto !important;
    padding: 0 !important;
  }
  .leaderboard-wrap > *:last-child {
    margin-bottom: 0 !important;
  }
  .dd-top-team-groups,
  .dd-top-fundraisers,
  .dd-top-teams {
    max-width: 100%;
  }
  .dd-top-team-groups li,
  .dd-top-fundraisers li,
  .dd-top-teams li {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 641px) {
  .dd-top-team-groups,
  .dd-top-fundraisers,
  .dd-top-teams {
    padding: 0px;
    text-align: left;
  }
  .dd-top-team-groups li,
  .dd-top-fundraisers li,
  .dd-top-teams li {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .dd-top-team-groups .dd-avatar-link,
  .dd-top-fundraisers .dd-avatar-link,
  .dd-top-teams .dd-avatar-link {
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 8px;
    overflow: visible;
    text-align: left;
    white-space: nowrap;
  }
  .dd-top-team-groups img,
  .dd-top-fundraisers img,
  .dd-top-teams img {
    display: inline-block;
    width: 57px;
    height: 57px;
    margin-bottom: 0px;
    border-radius: 57px;
    border-width: 3px;
  }
  .dd-top-team-groups .dd-list-info,
  .dd-top-fundraisers .dd-list-info,
  .dd-top-teams .dd-list-info {
    vertical-align: middle;
    padding-left: 10px;
    display: inline-block;
    width: 80%;
    white-space: normal;
    line-height: 1.67;
  }
  .dd-top-team-groups .dd-list-info .dd-list-name,
  .dd-top-fundraisers .dd-list-info .dd-list-name,
  .dd-top-teams .dd-list-info .dd-list-name,
  .dd-top-team-groups .dd-list-info .dd-list-info,
  .dd-top-fundraisers .dd-list-info .dd-list-info,
  .dd-top-teams .dd-list-info .dd-list-info {
    font-size: 16px;
  }
  .dd-top-team-groups li {
    padding: 5px;
    text-align: left;
    white-space: nowrap;
  }
}
.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;
}
.login-wrap {
  position: relative;
}
.login-wrap .login-btn {
  border-radius: 0px;
  border-right: 2px solid #EEEEEE;
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
  padding: 5px;
}
.login-wrap .login-btn i {
  padding-left: 10px;
  color: #565A5E;
}
.dd-widget.dd-login {
  text-align: left;
  padding: 20px;
  right: 0;
  width: 250px;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid #EEEEEE;
  background-color: #FFFFFF;
}
.dd-widget.dd-login.login-box {
  position: absolute;
  right: 0;
  margin-bottom: 0;
  border: 0;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.dd-widget.dd-login.login-toggle {
  display: none;
}
.dd-widget.dd-login form {
  display: block;
  margin-bottom: 0;
}
.dd-widget.dd-login .dd-form-error {
  color: #B3272D;
}
.dd-widget.dd-login .dd-btn-forgot {
  color: #B3272D;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 0px;
  background: none;
}
.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 h1 {
  font-size: 35px;
  margin: 0px 0px 8px 0px;
}
.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 label input {
  background-color: #EEEEEE;
  width: 100%;
  border: 1px solid #EEEEEE;
  box-shadow: none;
}
@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 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: flex-start;
  line-height: 1.67;
}
.dd-milestones h1,
.dd-milestones .js-all-milestones {
  width: 50%;
}
.dd-milestones a,
.dd-milestones strong,
.dd-milestones em {
  display: block;
}
.dd-milestones h1 {
  margin-bottom: 7px;
  order: 1;
}
.dd-milestones .dd-milestone {
  order: 3;
  width: 100%;
}
.dd-milestones .dd-milestone a {
  text-decoration: none;
  color: #565A5E;
}
.dd-milestones .dd-milestone em {
  color: #181818;
  line-height: 28px;
  font-style: normal;
}
.dd-milestones strong {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}
.dd-milestones .dd-btn-link {
  order: 2;
  text-align: right;
  color: #B3272D;
}
.dd-widget--white .dd-milestones h1,
.dd-widget--white .dd-milestones .js-all-milestones,
.dd-widget--white .dd-milestones .dd-milestone-explainer p,
.dd-widget--white .dd-milestones .dd-milestone-explainer a,
.dd-widget--white .dd-milestones em {
  color: #FFFFFF;
}
@media only screen and (max-width: 641px) {
  .dd-milestones > * {
    width: 100% !important;
  }
  .dd-milestones .dd-milestone {
    order: 2;
    margin-bottom: 7px;
  }
  .dd-milestones .dd-btn-link {
    text-align: left;
    order: 3;
  }
}
.chart {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.chart path:hover {
  opacity: 0.65;
}
.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  pointer-events: none;
}
.doughnutTip::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  line-height: 0;
}
.doughnutSummary {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #565A5E;
  text-align: center;
  cursor: default;
}
.doughnutSummaryTitle {
  position: relative;
  top: 50%;
  width: 100%;
  margin-top: -27%;
  font-size: 15px;
}
.doughnutSummaryNumber {
  position: relative;
  top: 50%;
  width: 100%;
  margin-top: -15%;
  font-size: 20px !important;
}
div[class*="key-"] {
  font-size: 12px;
  margin-bottom: 5px;
}
.chip {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-radius: 100%;
  position: relative;
  top: 3px;
}
.label-0,
.chip-0 {
  fill: #383b3d;
  color: #383b3d;
  background-color: #383b3d;
  stroke-width: 0;
}
.label-1,
.chip-1 {
  fill: #45484b;
  color: #45484b;
  background-color: #45484b;
  stroke-width: 0;
}
.label-2,
.chip-2 {
  fill: #565A5E;
  color: #565A5E;
  background-color: #565A5E;
  stroke-width: 0;
}
.dd-participant-impact h1 {
  font-size: 35px;
  margin-bottom: 15px;
}
.dd-participant-impact .chart {
  margin: 0px;
  display: inline-block;
  width: auto !important;
  height: auto !important;
}
.dd-participant-impact .dd-total-recruits {
  font-size: 14px;
  color: #000000;
}
.dd-participant-impact .doughnutSummaryTitle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.dd-participant-impact .doughnutSummaryNumber {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.dd-participant-impact ul {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 10px 0px 0px 10px;
}
.dd-participant-impact .dd-list-name {
  font-size: 18px;
}
.dd-participant-impact .doughnutSummary {
  top: 0px;
  left: 0px;
  display: inline-flex;
  position: relative;
  width: auto !important;
  height: auto !important;
  margin: 0px !important;
  padding-right: 30px;
}
.dd-participant-impact .dd-total-recruits,
.dd-participant-impact .doughnutSummaryTitle,
.dd-participant-impact .doughnutSummaryNumber {
  top: 0px;
  margin: 0px !important;
  text-transform: none;
  color: #565A5E;
  font-weight: 500;
  font-size: 20px !important;
  padding: 0px 5px 0px 0px;
}
.wrap-content .dd-quickstats {
  padding-right: 15px;
  padding-left: 15px;
}
.dd-quickstats {
  align-content: center;
  background-color: #FFFFFF;
  display: flex;
  flex-grow: 0 !important;
  flex-wrap: wrap;
  width: auto !important;
}
.dd-quickstats.dd-quickstats-inline h1 {
  display: none;
}
.dd-quickstats.dd-quickstats-inline [class*="dd-quickstats-"]:before {
  color: #B3272D;
  display: block;
  font-family: FontAwesome;
  font-size: 33px;
  text-align: center;
}
.dd-quickstats.dd-quickstats-inline .dd-quickstats-participants {
  order: 1;
}
.dd-quickstats.dd-quickstats-inline .dd-quickstats-participants:before {
  content: "\f007";
}
.dd-quickstats.dd-quickstats-inline .dd-quickstats-raised {
  order: 2;
}
.dd-quickstats.dd-quickstats-inline .dd-quickstats-raised:before {
  content: "\f004";
}
.dd-quickstats.dd-quickstats-inline .dd-quickstats-teams {
  order: 3;
}
.dd-quickstats.dd-quickstats-inline .dd-quickstats-teams:before {
  content: "\f0c0";
}
.dd-quickstats.dd-quickstats-inline small {
  color: #B3272D;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}
.dd-quickstats:not(.dd-quickstats-inline) [class*="dd-quickstats-"] {
  padding: 0px 10px;
}
.dd-quickstats h1 {
  width: 100%;
  margin-bottom: 25px;
  padding: 0;
}
.dd-quickstats h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}
.dd-quickstats small {
  color: #181818;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}
@media only screen and (max-width: 768px) {
  .dd-quickstats:not(.dd-quickstats-inline) > * {
    padding: 0 0 15px 0;
    width: 100%;
  }
  .dd-quickstats:not(.dd-quickstats-inline) > * h2 {
    text-align: left;
  }
  .dd-quickstats:not(.dd-quickstats-inline) > * small {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
  }
  .dd-quickstats:not(.dd-quickstats-inline) > *:last-child {
    padding-bottom: 0;
  }
}
.dd-search form,
.dd-search label {
  margin: 0;
  padding: 0;
  position: relative;
}
.dd-search label {
  display: inline-block;
  width: 100%;
}
.dd-search input[type="text"] {
  background: inherit;
  border: auto;
  border-radius: inherit;
  box-shadow: none;
  color: #B3272D;
  font-size: 16px;
  padding: 5px 35px 2px 0px;
  width: 100%;
}
.dd-search input[type="text"]:focus {
  border: auto;
  box-shadow: auto;
}
.dd-search .dd-btn-search {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  line-height: 0;
  font-size: auto;
  padding: 5px 35px 2px 0px;
}
.dd-search input::-webkit-input-placeholder {
  color: inherit;
}
.dd-search input:-moz-placeholder {
  color: inherit;
}
.dd-search input::-moz-placeholder {
  color: inherit;
}
.dd-search input:-ms-input-placeholder {
  color: inherit;
}
.dd-search form {
  display: inline-block;
}
.dd-search input[name="searchTerm"] {
  background-color: transparent;
  border: none;
  min-width: 250px;
  padding: 5px 35px 2px 0px;
  text-transform: uppercase;
  border-bottom: 2px solid #565A5E;
}
.dd-search input[name="searchTerm"]::placeholder {
  color: #B3272D;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.dd-search input[name="searchTerm"]::-moz-placeholder {
  color: #B3272D;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
.dd-search input[name="searchTerm"]:-ms-input-placeholder {
  color: #B3272D;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.dd-search input[name="searchTerm"]::-ms-input-placeholder {
  color: #B3272D;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.dd-search input[name="searchTerm"]:focus {
  border-bottom: 2px solid #B3272D;
}
.dd-search input[name="searchTerm"]:focus::placeholder {
  color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.dd-search input[name="searchTerm"]:focus::-moz-placeholder {
  color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
.dd-search input[name="searchTerm"]:focus:-ms-input-placeholder {
  color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.dd-search input[name="searchTerm"]:focus::-ms-input-placeholder {
  color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.dd-search button[type="submit"] {
  color: #EEEEEE;
  background-color: transparent;
  text-indent: -999px;
  padding: 12px 0px 12px 12px;
  margin: 0;
  line-height: 0;
  border-color: transparent;
  overflow: hidden;
  width: auto !important;
  font-weight: normal;
}
.dd-search button[type="submit"]:after {
  content: '\f002';
  font-family: FontAwesome;
  color: #565A5E;
  display: block;
  text-indent: 0;
  font-size: 18px;
}
.dd-search.participant-search input[name="searchTerm"] {
  min-width: 220px;
}
@media only screen and (max-width: 1041px) {
  .dd-search.participant-search input[name="searchTerm"] {
    border-color: #FFFFFF;
    color: #FFFFFF;
    padding: 0px 0px 3px 0px;
  }
  .dd-search.participant-search input[name="searchTerm"]::placeholder {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
  }
  .dd-search.participant-search input[name="searchTerm"]::-moz-placeholder {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
  }
  .dd-search.participant-search input[name="searchTerm"]:-ms-input-placeholder {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
  }
  .dd-search.participant-search input[name="searchTerm"]::-ms-input-placeholder {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
  }
  .dd-search.participant-search input[name="searchTerm"]:focus {
    border-bottom: 2px solid #B3272D;
  }
  .dd-search.participant-search input[name="searchTerm"]:focus::placeholder {
    color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
  }
  .dd-search.participant-search input[name="searchTerm"]:focus::-moz-placeholder {
    color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
  }
  .dd-search.participant-search input[name="searchTerm"]:focus:-ms-input-placeholder {
    color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
  }
  .dd-search.participant-search input[name="searchTerm"]:focus::-ms-input-placeholder {
    color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
  }
  .dd-search.participant-search button[type="submit"] {
    display: none;
  }
}
.dd-thermo-horizontal {
  min-width: 300px;
  /* Protects dimensions for mobile */
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-mask {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  width: auto;
  height: 55px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #B3272D;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: #EEEEEE;
  overflow: hidden;
  height: 55px;
  border-radius: 6px;
}
.dd-thermo-horizontal .dd-thermo-raised {
  float: left;
}
.dd-thermo-horizontal .dd-thermo-goal {
  float: right;
}
.dd-thermo-horizontal .dd-thermo-percent {
  max-width: 100%;
  text-align: right;
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-percent-flag {
  display: inline-block;
  background: none;
}
.dd-widget:empty {
  display: none;
}
.dd-milestone-wrapper {
  position: relative;
}
.dd-milestone-list {
  width: calc(100% - 12px / 2);
  height: 55px;
  position: absolute;
}
.dd-milestone-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  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;
  }
}
@keyframes thermo-progress-horz {
  0% {
    width: 0;
  }
}
.dd-thermo-horizontal {
  min-width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
}
.dd-thermo-horizontal .dd-thermo-mask,
.dd-thermo-horizontal .dd-thermo-percent {
  display: none;
}
.dd-thermo-horizontal .dd-thermo-raised,
.dd-thermo-horizontal .dd-thermo-goal {
  color: #565A5E;
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  width: 50%;
  margin-bottom: 20px;
}
.dd-thermo-horizontal .dd-thermo-raised {
  order: 1;
}
.dd-thermo-horizontal .dd-thermo-goal {
  order: 2;
  text-align: right;
}
.dd-thermo-horizontal .dd-milestone-wrapper,
.dd-thermo-horizontal .dd-thermo-track {
  order: 3;
  width: 100%;
}
.dd-thermo-horizontal .dd-milestone-mark {
  border: 2px solid #B3272D;
}
.dd-thermo-horizontal .dd-thermo-track {
  border-radius: 6px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  animation: thermo-progress-horz 1s 1 forwards ease-out;
  background-color: #B3272D;
}
.dd-thermo-horizontal .dd-page-edit-btn {
  top: 45px;
  right: 5px;
}
.dd-widget--white .dd-thermo-horizontal .dd-thermo-raised,
.dd-widget--white .dd-thermo-horizontal .dd-thermo-goal {
  color: #FFFFFF;
}
.dd-widget--white .dd-thermo-horizontal .dd-thermo-track {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 641px) {
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal {
    width: 100%;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-track {
    margin-bottom: 10px;
  }
  .dd-thermo-horizontal .dd-thermo-raised {
    order: 1;
  }
  .dd-thermo-horizontal .dd-thermo-goal {
    order: 3;
    text-align: left;
    margin-bottom: 0;
  }
  .dd-thermo-horizontal .dd-milestone-list,
  .dd-thermo-horizontal .dd-thermo-track {
    height: 55px;
  }
  .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-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: #181818;
}
.dd-thermo-vertical .dd-thermo-mask {
  background: none;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  height: 220px;
  width: 50px;
}
.dd-thermo-vertical .dd-thermo-progress {
  text-align: right;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #565A5E;
}
.dd-thermo-vertical .dd-thermo-track {
  height: 220px;
  background: #d6d6d6;
  border-radius: 0;
  position: relative;
  width: 50px;
  overflow: hidden;
}
.dd-thermo-vertical .dd-thermo-percent {
  color: #181818;
}
.dd-widget:empty {
  display: none;
}
@keyframes thermo-progress-vert {
  0% {
    height: 0;
  }
}
.dd-thermo-vertical > * {
  margin-bottom: 15px !important;
}
.dd-thermo-vertical .dd-thermo-raised,
.dd-thermo-vertical .dd-thermo-goal {
  margin-bottom: 15px;
}
.dd-thermo-vertical .dd-thermo-progress {
  animation: thermo-progress-vert 1s 1 forwards ease-out;
  background-color: #565A5E;
  background-image: repeating-linear-gradient(-45deg, #565A5E, #565A5E 6px, rgba(0, 0, 0, 0.05) 6px, rgba(0, 0, 0, 0.05) 12px);
}
.dd-total-raised {
  margin: 20px 0px 50px 0px;
}
.dd-total-raised span {
  font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin: 3px;
}
.dd-total-raised .currency,
.dd-total-raised .number {
  background-color: #565A5E;
  color: #FFFFFF;
  padding: 0px 20px;
}
.dd-total-raised .comma,
.dd-total-raised .decimal {
  color: #565A5E;
  position: relative;
  top: 14px;
}
@media only screen and (max-width: 768px) {
  .dd-total-raised span {
    font-size: 8vw;
    margin: 0.5%;
  }
  .dd-total-raised .currency,
  .dd-total-raised .number {
    padding: 0px 3%;
  }
}
