@keyframes thermo-progress-horz {
  0% {
    width: 0;
  }
}
@keyframes opacity-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Theme Mixins */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * Give all elements box-sizing
 */
* {
  box-sizing: border-box;
}
/**
 * Define main for IE
 */
main,
aside {
  display: block;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.fancybox-wrap {
  box-sizing: content-box;
  width: 350px;
}
.fancybox-wrap .fancybox-inner {
  width: 350px;
}
#constituent-alerts ul {
  margin: 0;
}
#constituent-alerts ul > li .dismiss {
  height: 25px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#event-bits {
  margin-bottom: 25px;
}
.form-actions .dd-btn {
  margin-bottom: 0;
  padding: 10px 15px;
}
.btn-link,
.cancel {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  text-align: center;
}
.close {
  text-decoration: none !important;
}
@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--y,
.grid-flex--x {
  display: flex;
}
.grid-flex--y .grow,
.grid-flex--x .grow {
  flex-grow: 1;
}
.grid-flex--y {
  flex-direction: column;
}
.grid-flex--y > *.align--end {
  margin-top: auto;
}
.grid-flex--x {
  flex-direction: row;
  flex-wrap: wrap;
}
.grid-flex--x.grid-flex-no-wrap {
  flex-wrap: nowrap;
}
.grid-flex--x > *.align--end {
  margin-left: auto;
}
.grid-flex--x > *.align--start {
  margin-right: auto;
}
.grid-col--1 {
  width: 8.333333333333332%;
}
.grid-col--2 {
  width: 16.666666666666664%;
}
.grid-col--3 {
  width: 25%;
}
.grid-col--4 {
  width: 33.33333333333333%;
}
.grid-col--5 {
  width: 41.66666666666667%;
}
.grid-col--6 {
  width: 50%;
}
.grid-col--7 {
  width: 58.333333333333336%;
}
.grid-col--8 {
  width: 66.66666666666666%;
}
.grid-col--9 {
  width: 75%;
}
.grid-col--10 {
  width: 83.33333333333334%;
}
.grid-col--11 {
  width: 91.66666666666666%;
}
.grid-col--12 {
  width: 100%;
}
.grid-col--max-290 {
  max-width: 290px;
}
@media only screen and (max-width: 1201px) {
  .grid-col--max-auto-xlarge {
    max-width: 100%;
  }
  .grid-col--1-xlarge {
    width: 8.333333333333332%;
  }
  .grid-col--2-xlarge {
    width: 16.666666666666664%;
  }
  .grid-col--3-xlarge {
    width: 25%;
  }
  .grid-col--4-xlarge {
    width: 33.33333333333333%;
  }
  .grid-col--5-xlarge {
    width: 41.66666666666667%;
  }
  .grid-col--6-xlarge {
    width: 50%;
  }
  .grid-col--7-xlarge {
    width: 58.333333333333336%;
  }
  .grid-col--8-xlarge {
    width: 66.66666666666666%;
  }
  .grid-col--9-xlarge {
    width: 75%;
  }
  .grid-col--10-xlarge {
    width: 83.33333333333334%;
  }
  .grid-col--11-xlarge {
    width: 91.66666666666666%;
  }
  .grid-col--12-xlarge {
    width: 100%;
  }
}
@media only screen and (max-width: 1025px) {
  .grid-col--max-auto-large {
    max-width: 100%;
  }
  .grid-col--1-large {
    width: 8.333333333333332%;
  }
  .grid-col--2-large {
    width: 16.666666666666664%;
  }
  .grid-col--3-large {
    width: 25%;
  }
  .grid-col--4-large {
    width: 33.33333333333333%;
  }
  .grid-col--5-large {
    width: 41.66666666666667%;
  }
  .grid-col--6-large {
    width: 50%;
  }
  .grid-col--7-large {
    width: 58.333333333333336%;
  }
  .grid-col--8-large {
    width: 66.66666666666666%;
  }
  .grid-col--9-large {
    width: 75%;
  }
  .grid-col--10-large {
    width: 83.33333333333334%;
  }
  .grid-col--11-large {
    width: 91.66666666666666%;
  }
  .grid-col--12-large {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid-col--max-auto-medium {
    max-width: 100%;
  }
  .grid-col--1-medium {
    width: 8.333333333333332%;
  }
  .grid-col--2-medium {
    width: 16.666666666666664%;
  }
  .grid-col--3-medium {
    width: 25%;
  }
  .grid-col--4-medium {
    width: 33.33333333333333%;
  }
  .grid-col--5-medium {
    width: 41.66666666666667%;
  }
  .grid-col--6-medium {
    width: 50%;
  }
  .grid-col--7-medium {
    width: 58.333333333333336%;
  }
  .grid-col--8-medium {
    width: 66.66666666666666%;
  }
  .grid-col--9-medium {
    width: 75%;
  }
  .grid-col--10-medium {
    width: 83.33333333333334%;
  }
  .grid-col--11-medium {
    width: 91.66666666666666%;
  }
  .grid-col--12-medium {
    width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  .grid-col--max-auto-small {
    max-width: 100%;
  }
  .grid-col--1-small {
    width: 8.333333333333332%;
  }
  .grid-col--2-small {
    width: 16.666666666666664%;
  }
  .grid-col--3-small {
    width: 25%;
  }
  .grid-col--4-small {
    width: 33.33333333333333%;
  }
  .grid-col--5-small {
    width: 41.66666666666667%;
  }
  .grid-col--6-small {
    width: 50%;
  }
  .grid-col--7-small {
    width: 58.333333333333336%;
  }
  .grid-col--8-small {
    width: 66.66666666666666%;
  }
  .grid-col--9-small {
    width: 75%;
  }
  .grid-col--10-small {
    width: 83.33333333333334%;
  }
  .grid-col--11-small {
    width: 91.66666666666666%;
  }
  .grid-col--12-small {
    width: 100%;
  }
}
@media only screen and (max-width: 1201px) {
  .grid-order--1-xlarge {
    order: 1;
  }
  .grid-order--2-xlarge {
    order: 2;
  }
  .grid-order--3-xlarge {
    order: 3;
  }
  .grid-order--4-xlarge {
    order: 4;
  }
  .grid-order--5-xlarge {
    order: 5;
  }
  .grid-order--6-xlarge {
    order: 6;
  }
  .grid-order--7-xlarge {
    order: 7;
  }
  .grid-order--8-xlarge {
    order: 8;
  }
  .grid-order--9-xlarge {
    order: 9;
  }
  .grid-order--10-xlarge {
    order: 10;
  }
  .grid-order--11-xlarge {
    order: 11;
  }
  .grid-order--12-xlarge {
    order: 12;
  }
}
@media only screen and (max-width: 1025px) {
  .grid-order--1-large {
    order: 1;
  }
  .grid-order--2-large {
    order: 2;
  }
  .grid-order--3-large {
    order: 3;
  }
  .grid-order--4-large {
    order: 4;
  }
  .grid-order--5-large {
    order: 5;
  }
  .grid-order--6-large {
    order: 6;
  }
  .grid-order--7-large {
    order: 7;
  }
  .grid-order--8-large {
    order: 8;
  }
  .grid-order--9-large {
    order: 9;
  }
  .grid-order--10-large {
    order: 10;
  }
  .grid-order--11-large {
    order: 11;
  }
  .grid-order--12-large {
    order: 12;
  }
}
@media only screen and (max-width: 768px) {
  .grid-order--1-medium {
    order: 1;
  }
  .grid-order--2-medium {
    order: 2;
  }
  .grid-order--3-medium {
    order: 3;
  }
  .grid-order--4-medium {
    order: 4;
  }
  .grid-order--5-medium {
    order: 5;
  }
  .grid-order--6-medium {
    order: 6;
  }
  .grid-order--7-medium {
    order: 7;
  }
  .grid-order--8-medium {
    order: 8;
  }
  .grid-order--9-medium {
    order: 9;
  }
  .grid-order--10-medium {
    order: 10;
  }
  .grid-order--11-medium {
    order: 11;
  }
  .grid-order--12-medium {
    order: 12;
  }
}
@media only screen and (max-width: 641px) {
  .grid-order--1-small {
    order: 1;
  }
  .grid-order--2-small {
    order: 2;
  }
  .grid-order--3-small {
    order: 3;
  }
  .grid-order--4-small {
    order: 4;
  }
  .grid-order--5-small {
    order: 5;
  }
  .grid-order--6-small {
    order: 6;
  }
  .grid-order--7-small {
    order: 7;
  }
  .grid-order--8-small {
    order: 8;
  }
  .grid-order--9-small {
    order: 9;
  }
  .grid-order--10-small {
    order: 10;
  }
  .grid-order--11-small {
    order: 11;
  }
  .grid-order--12-small {
    order: 12;
  }
}
.grid-flex-align--end {
  align-items: flex-end;
}
.grid-flex-align--start {
  align-items: flex-start;
}
.grid-flex-align--center {
  align-items: center;
}
@media only screen and (max-width: 1201px) {
  .grid-flex-align--end-xlarge {
    align-items: flex-end;
  }
  .grid-flex-align--start-xlarge {
    align-items: flex-start;
  }
  .grid-flex-align--center-xlarge {
    align-items: center;
  }
}
@media only screen and (max-width: 1025px) {
  .grid-flex-align--end-large {
    align-items: flex-end;
  }
  .grid-flex-align--start-large {
    align-items: flex-start;
  }
  .grid-flex-align--center-large {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .grid-flex-align--end-medium {
    align-items: flex-end;
  }
  .grid-flex-align--start-medium {
    align-items: flex-start;
  }
  .grid-flex-align--center-medium {
    align-items: center;
  }
}
@media only screen and (max-width: 641px) {
  .grid-flex-align--end-small {
    align-items: flex-end;
  }
  .grid-flex-align--start-small {
    align-items: flex-start;
  }
  .grid-flex-align--center-small {
    align-items: center;
  }
}
.grid-flex-justify--end {
  justify-content: flex-end;
}
.grid-flex-justify--start {
  justify-content: flex-start;
}
.grid-flex-justify--center {
  justify-content: center;
}
@media only screen and (max-width: 1201px) {
  .grid-flex-justify--end-xlarge {
    justify-content: flex-end;
  }
  .grid-flex-justify--start-xlarge {
    justify-content: flex-start;
  }
  .grid-flex-justify--center-xlarge {
    justify-content: center;
  }
}
@media only screen and (max-width: 1025px) {
  .grid-flex-justify--end-large {
    justify-content: flex-end;
  }
  .grid-flex-justify--start-large {
    justify-content: flex-start;
  }
  .grid-flex-justify--center-large {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .grid-flex-justify--end-medium {
    justify-content: flex-end;
  }
  .grid-flex-justify--start-medium {
    justify-content: flex-start;
  }
  .grid-flex-justify--center-medium {
    justify-content: center;
  }
}
@media only screen and (max-width: 641px) {
  .grid-flex-justify--end-small {
    justify-content: flex-end;
  }
  .grid-flex-justify--start-small {
    justify-content: flex-start;
  }
  .grid-flex-justify--center-small {
    justify-content: center;
  }
}
.grid-flex-quanity > *:nth-last-child(1):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(1):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 100%;
}
.grid-flex-quanity > *:nth-last-child(2):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(2):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 50%;
}
.grid-flex-quanity > *:nth-last-child(3):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(3):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 33.333333333333336%;
}
.grid-flex-quanity > *:nth-last-child(4):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(4):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 25%;
}
.grid-flex-quanity > *:nth-last-child(5):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(5):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 20%;
}
.grid-flex-quanity > *:nth-last-child(6):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(6):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 16.666666666666668%;
}
.grid-flex-quanity > *:nth-last-child(7):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(7):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 14.285714285714286%;
}
.grid-flex-quanity > *:nth-last-child(8):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(8):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 12.5%;
}
.grid-flex-quanity > *:nth-last-child(9):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(9):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 11.11111111111111%;
}
.grid-flex-quanity > *:nth-last-child(10):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(10):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 10%;
}
.grid-flex-quanity > *:nth-last-child(11):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(11):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 9.090909090909092%;
}
.grid-flex-quanity > *:nth-last-child(12):not([class*=grid-col]):first-child,
.grid-flex-quanity > *:nth-last-child(12):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 8.333333333333334%;
}
@media only screen and (max-width: 1201px) {
  .grid-flex-stack--xlarge {
    flex-direction: column;
  }
  .grid-flex-stack--xlarge > * {
    width: 100% !important;
  }
  .grid-flex-stack--xlarge[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex-stack--xlarge.grid-flex-border > * {
    border-bottom: 1px solid #495465;
  }
  .grid-flex-stack--xlarge.grid-flex-border > *:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 1025px) {
  .grid-flex-stack--large {
    flex-direction: column;
  }
  .grid-flex-stack--large > * {
    width: 100% !important;
  }
  .grid-flex-stack--large[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex-stack--large.grid-flex-border > * {
    border-bottom: 1px solid #495465;
  }
  .grid-flex-stack--large.grid-flex-border > *:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .grid-flex-stack--medium {
    flex-direction: column;
  }
  .grid-flex-stack--medium > * {
    width: 100% !important;
  }
  .grid-flex-stack--medium[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex-stack--medium.grid-flex-border > * {
    border-bottom: 1px solid #495465;
  }
  .grid-flex-stack--medium.grid-flex-border > *:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 641px) {
  .grid-flex-stack--small {
    flex-direction: column;
  }
  .grid-flex-stack--small > * {
    width: 100% !important;
  }
  .grid-flex-stack--small[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex-stack--small.grid-flex-border > * {
    border-bottom: 1px solid #495465;
  }
  .grid-flex-stack--small.grid-flex-border > *:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 980px) {
  .grid-flex-stack--bs-large {
    flex-direction: column;
  }
  .grid-flex-stack--bs-large > * {
    width: 100% !important;
  }
  .grid-flex-stack--bs-large[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex-stack--bs-large.grid-flex-border > * {
    border-bottom: 1px solid #495465;
  }
  .grid-flex-stack--bs-large.grid-flex-border > *:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .grid-flex-stack--bs-medium {
    flex-direction: column;
  }
  .grid-flex-stack--bs-medium > * {
    width: 100% !important;
  }
  .grid-flex-stack--bs-medium[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex-stack--bs-medium.grid-flex-border > * {
    border-bottom: 1px solid #495465;
  }
  .grid-flex-stack--bs-medium.grid-flex-border > *:last-child {
    border-bottom: 0;
  }
}
.grid-child-padding--small > * {
  padding: 15px;
}
.grid-child-padding--medium > * {
  padding: 40px 40px;
}
.grid-child-padding--large > * {
  padding: 40px 50px;
}
[class*="grid-child-padding--"] > *:first-child {
  padding-left: 0;
}
[class*="grid-child-padding--"] > *:last-child {
  padding-right: 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;
}
#wysiwyg table td {
  outline: auto;
}
.dd-announcement-bar {
  background-color: #F05842;
  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);
}
.bg--size-cover {
  background-repeat: no-repeat;
  background-size: cover;
}
.bg--fixed {
  background-attachment: fixed;
}
.bg--pos-center-top {
  background-position: center top;
}
.bg--pos-left-top {
  background-position: left top;
}
.bg--pos-right-top {
  background-position: right top;
}
.bg--blue-waves {
  background-image: url(../img/bg-texture-blue.png);
}
.bg--topo-map {
  background-image: url(../img/bg-topo-map.svg);
}
.banner p {
  margin-bottom: 0;
}
.banner img {
  width: 100% !important;
  height: auto !important;
}
.default-logo-banner {
  display: none !important;
}
.box {
  padding-left: 15px;
  padding-right: 15px;
}
.box-padding--x-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.box-padding--x-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.box-padding--x-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.box-padding--x-40 {
  padding-right: 40px;
  padding-left: 40px;
}
.box-padding--y-10-0 {
  padding-top: 10px;
}
.box-padding--y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-padding--y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-padding--y-20-10 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.box-padding--y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.box-padding--y-40-0 {
  padding-top: 40px;
  padding-bottom: 0;
}
.box-padding--y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.box-padding--y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.box-padding--y-40-25 {
  padding-top: 40px;
  padding-bottom: 25px;
}
.box-padding--y-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.box-margin--y-0-40 {
  margin-bottom: 40px;
}
[class*="box-space-between-x"] > *:last-child {
  margin-right: 0;
}
.box-space-between-x--20 > * {
  margin-right: 20px;
}
.box-space-between-x--50 > * {
  margin-right: 50px;
}
[class*="box-space-between-y"] > *:last-child {
  margin-bottom: 0;
}
.box-space-between-y--75 > * {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1025px) {
  .box-padding-x--0-large {
    padding-left: 0;
    padding-right: 0;
  }
  .box-padding-x--20-large {
    padding-right: 20px;
    padding-left: 20px;
  }
  .box-padding-y--10-large {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .box-margin-y--10-large {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .box-margin--y-0-30-medium {
    margin-bottom: 30px;
  }
  .box-margin--y-0-40-medium {
    margin-bottom: 40px;
  }
  .box-padding-x--0-medium {
    padding-left: 0;
    padding-right: 0;
  }
  .box-space-between-x--20-medium > * {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 641px) {
  .box-padding--y-20-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .box-padding--y-40-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.box-color--1 {
  background-color: #2B323F;
}
.box-color--2 {
  background-color: #495465;
}
.box-color--3 {
  background-color: #F05842;
}
.box-color--4 {
  background-color: #EEEEEE;
}
.box-color--5 {
  background-color: #7F8CAD;
}
.box-color--6 {
  background-color: #1B222D;
}
.box-color--7 {
  background-color: #40485B;
}
a {
  transition: all 0.5s ease;
}
a:link {
  color: #F05842;
  text-decoration: none;
  font-weight: 700;
}
a:visited,
a:active {
  color: #F05842;
  text-decoration: underline;
}
a:hover,
a:focus {
  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 {
  display: inline-block;
  border-radius: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 15px 15px 0;
  padding: 12px 20px 12px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #495465;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-shadow: 0 4px 0 #373f4c;
}
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: #424c5b;
  color: #FFFFFF;
  transform: translateY(4px);
  box-shadow: 0 0px 0 #373f4c;
}
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-auto,
button.btn-auto,
input[type="submit"].btn-auto {
  width: auto !important;
}
a.btn-alt,
button.btn-alt,
input[type="submit"].btn-alt,
a.btn-alt-2,
button.btn-alt-2,
input[type="submit"].btn-alt-2 {
  font-size: 21px;
}
a.btn-alt,
button.btn-alt,
input[type="submit"].btn-alt {
  background-color: #F05842;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-shadow: none;
}
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: #d84f3b;
  color: #FFFFFF;
  transform: translateY(0);
  box-shadow: none;
}
a.btn-alt-2,
button.btn-alt-2,
input[type="submit"].btn-alt-2 {
  background-color: #d84f3b;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-shadow: none;
}
a.btn-alt-2:hover,
button.btn-alt-2:hover,
input[type="submit"].btn-alt-2:hover,
a.btn-alt-2:focus,
button.btn-alt-2:focus,
input[type="submit"].btn-alt-2:focus {
  background-color: #c04635;
  color: #FFFFFF;
  transform: translateY(0);
  box-shadow: none;
}
a.btn-alt-3,
button.btn-alt-3,
input[type="submit"].btn-alt-3 {
  font-weight: 600;
  font-size: 16px;
  background-color: #1B222D;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-shadow: none;
}
a.btn-alt-3:hover,
button.btn-alt-3:hover,
input[type="submit"].btn-alt-3:hover,
a.btn-alt-3:focus,
button.btn-alt-3:focus,
input[type="submit"].btn-alt-3:focus {
  background-color: #2B323F;
  color: #FFFFFF;
  transform: translateY(0);
  box-shadow: none;
}
a.btn-big,
button.btn-big,
input[type="submit"].btn-big {
  padding: 18px 25px 18px 25px;
  margin: 0 15px 20px 0;
  font-size: 16px;
  background-color: #F05842;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-shadow: 0 4px 0 #F43E26;
}
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: #d84f3b;
  color: #FFFFFF;
  transform: translateY(4px);
  box-shadow: 0 0px 0 #F43E26;
}
a.btn-big-alt,
button.btn-big-alt,
input[type="submit"].btn-big-alt {
  padding: 18px 5px 18px 5px;
}
a.btn-no-margin,
button.btn-no-margin,
input[type="submit"].btn-no-margin {
  margin: 0;
}
a.btn-no-margin-right,
button.btn-no-margin-right,
input[type="submit"].btn-no-margin-right {
  margin-right: 0;
}
a *:before,
button *:before,
input[type="submit"] *:before {
  color: inherit;
  font-size: inherit;
}
.btn-full {
  width: 100%;
}
.btn-flex {
  display: flex !important;
}
.m-btn-container td {
  background-color: transparent;
}
.m-btn-container .m-btn {
  display: inline-block !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 15px 15px 0 !important;
  padding: 12px 20px 12px 20px !important;
  text-align: center !important;
  text-decoration: none !important;
  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: #495465 !important;
  color: #FFFFFF !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: transparent !important;
  box-shadow: 0 4px 0 #373f4c !important;
}
.m-btn-container .m-btn:hover,
.m-btn-container .m-btn:focus {
  background-color: #424c5b !important;
  color: #FFFFFF !important;
  transform: translateY(4px) !important;
  box-shadow: 0 0px 0 #373f4c !important;
}
@media only screen and (max-width: 641px) {
  body:not(.body-modal) .dd-btn,
  body:not(.body-modal) .btn-big {
    width: 100%;
    margin-right: 0px;
  }
}
.has-dropdown {
  position: relative;
}
.is-dropdown {
  min-width: 190px;
  position: absolute;
  top: 100%;
  right: 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: all 0.25s;
}
.is-dropdown.is-active {
  transform: scaleY(1);
}
#fb-comments {
  display: none;
}
input[type="file"] {
  line-height: 1.15;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
  border: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: "Open Sans", 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 #F05842 !important;
  outline: 0;
  box-shadow: none !important;
}
input::placeholder,
textarea::placeholder {
  color: #7F8CAD;
  text-transform: none;
  font-size: 16px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7F8CAD;
  text-transform: none;
  font-size: 16px;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8CAD;
  text-transform: none;
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.dd-editable-content img {
  margin: 0 0 20px 0;
}
.imageFloatLeft img,
.imageFloatRight img {
  margin-bottom: 0;
}
img[style*="float: left"],
.imageFloatLeft {
  float: left;
  clear: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
img[style*="float: right"],
.imageFloatRight {
  float: right;
  clear: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
#inappropriatecontentlink {
  display: none;
  padding: 15px 0 0 0;
  text-align: left;
}
#inappropriatecontentlink a {
  display: block;
  color: #495465;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
#inappropriatecontentlink a:hover,
#inappropriatecontentlink a:focus {
  color: #495465;
  text-decoration: underline;
}
#inappropriatecontentlink + .clr {
  display: none;
}
@keyframes loader-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
.has-loader {
  position: relative;
  width: 100%;
  min-height: 50px;
}
.has-loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.has-loader:after {
  animation-name: loader-pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: forwards;
  background-image: url("../img/loader.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  margin: auto;
}
.offlinedonationlink {
  text-align: left;
}
.offlinedonationlink:before {
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 15px;
  display: inline;
}
[class*="offset--"] {
  position: relative;
  z-index: 1;
}
[class*="offset--"].offset--top-100 {
  top: -100px;
  margin-bottom: -100px;
}
@media only screen and (max-width: 641px) {
  [class*="offset--"].offset--top-0-small {
    top: 0;
    margin-bottom: 0;
  }
}
.overlay--black {
  background-color: rgba(0, 0, 0, 0.5);
}
[data-resizetype="responsive"],
.responsive-media-embed {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}
[data-resizetype="responsive"] iframe,
.responsive-media-embed iframe,
[data-resizetype="responsive"] object,
.responsive-media-embed object,
[data-resizetype="responsive"] embed,
.responsive-media-embed embed,
[data-resizetype="responsive"] video,
.responsive-media-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
[data-resizetype="responsive"].default,
.responsive-media-embed.default {
  padding-bottom: 56.25%;
}
[data-resizetype="responsive"].anamorphic,
.responsive-media-embed.anamorphic {
  padding-bottom: 41.84100418%;
}
[data-resizetype="responsive"].panorama,
.responsive-media-embed.panorama {
  padding-bottom: 31.640625%;
}
[data-resizetype="responsive"].square,
.responsive-media-embed.square {
  padding-bottom: 100%;
}
.shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.shadow--light {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.shadow--light-up {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
}
ul.social {
  margin-left: 0;
  margin-bottom: 0;
}
ul.social li {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
ul.social a {
  display: block;
  text-decoration: none;
  padding: 0 7px;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
}
ul.social [class*="icon-"] {
  font-size: 25px;
  margin-right: 0;
  color: inherit;
}
ul.social img[src*="icon-instagram.svg"] {
  max-height: 25px;
}
.dd-stream {
  margin: 10px auto 35px auto !important;
}
.dd-streaming-embed {
  border-radius: 5px;
  padding: 10px 20px;
}
.dd-streaming-embed .dd-feed-wrap,
.dd-streaming-embed .dd-streaming-header {
  padding-right: 0;
  padding-left: 0;
}
.dd-streaming-embed #streamingcontainer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-item {
  background-color: #2B323F;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-visual {
  color: #F05842;
  border-right: 2px solid #495465;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-details,
.dd-streaming-embed .dd-activity-feed .dd-feed-timestamp {
  color: #FFFFFF;
}
.dd-streaming-embed .dd-activity-feed .dd-feed-details {
  padding-left: 15px;
}
.dd-stream-controls .dd-mobile-toggle,
.dd-stream-controls a:not(.active) {
  color: #2B323F;
}
.dd-stream-config .form-actions button {
  display: block;
}
.dd-stream-config .form-actions button.dd-btn {
  margin-bottom: 10px;
}
.dd-stream-config .form-actions button.btn-link {
  padding-left: 0;
  padding-right: 0;
}
#streamingdonatebutton {
  display: flex !important;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #F05842;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-shadow: 0 4px 0 #F43E26;
}
#streamingdonatebutton:hover,
#streamingdonatebutton:focus {
  background-color: #d84f3b;
  color: #FFFFFF;
  transform: translateY(4px);
  box-shadow: 0 0px 0 #F43E26;
}
@media only screen and (max-width: 980px) {
  .dd-streaming-embed {
    padding: 0 10px;
  }
  .dd-streaming-embed .dd-activity-feed .dd-feed-visual {
    border-right: 0;
  }
}
@media only screen and (max-width: 641px) {
  .dd-stream {
    margin: 10px auto 70px auto !important;
  }
}
table.table-responsive {
  table-layout: fixed;
  width: 100% !important;
  border: 0;
  padding-top: 20px;
  margin-bottom: 20px;
}
table.table-responsive th,
table.table-responsive td {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  border: 0;
  vertical-align: top;
  display: table-cell !important;
}
table.table-responsive th > *:last-child,
table.table-responsive td > *:last-child {
  margin-bottom: 0;
}
table.table-responsive tr > td {
  border-right: 4px solid #F05842;
}
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: 1025px) {
  table.table-responsive {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  table.table-responsive th,
  table.table-responsive td {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
  }
  table.table-responsive tr > td {
    border-right: 0 !important;
    border-bottom: 4px solid #F05842;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  table.table-responsive tr > td:first-child {
    border-top: 4px solid #F05842;
  }
}
.top-leader {
  padding-top: 50px;
  padding-bottom: 20px;
  animation: opacity-show 1s 1 forwards ease-out;
  transition: all 0.5s ease;
}
.top-leader:hover {
  transform: translateY(-5px);
}
.top-leader:hover .top-leader__img {
  transform: scale(1.05);
}
.top-leader .top-leader__card {
  background-color: #FFFFFF;
  border-radius: 7px;
}
.top-leader .top-leader__header {
  position: relative;
  top: -45px;
  margin-bottom: -45px;
}
.top-leader .top-leader__header:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  border-bottom: 1px solid #EEEEEE;
}
.top-leader .top-leader__img {
  width: 100%;
  max-width: 125px;
  border: 4px solid #F05842;
  border-radius: 1000px;
  height: auto;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.top-leader .top-leader__name {
  margin-bottom: 0;
}
.top-leader .top-leader__register-link {
  font-size: 15px;
}
.top-leader .top-leader__jobs,
.top-leader .top-leader__raised,
.top-leader .top-leader__track {
  margin-bottom: 8px;
}
.top-leader .top-leader__jobs,
.top-leader .top-leader__raised,
.top-leader .top-leader__goal {
  line-height: 1.2;
}
.top-leader .top-leader__jobs,
.top-leader .top-leader__raised {
  color: #F05842;
  font-size: 20px;
}
.top-leader .top-leader__goal {
  font-size: 16px;
  color: #495465;
}
.top-leader .top-leader__label {
  display: block;
  font-size: 12px;
  color: #BBBCBD;
}
.top-leader .top-leader__track {
  height: 28px;
  border-radius: 1000px;
  overflow: hidden;
  background-color: #495465;
}
.top-leader .top-leader__progress {
  animation: thermo-progress-horz 1s 1 forwards ease-out;
  background-color: #F05842;
  height: 100%;
}
.top-leader .top-leader__footer {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
@media only screen and (max-width: 641px) {
  .top-leader {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top-leader .top-leader__header {
    display: flex;
    align-items: center;
    top: 0;
    margin-bottom: 0;
  }
  .top-leader .top-leader__img {
    width: 50px;
    margin-right: 15px;
    margin-bottom: 0;
    border-width: 2px;
  }
  .top-leader .top-leader__name {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .top-leader .top-leader__jobs,
  .top-leader .top-leader__raised {
    font-size: 23px;
  }
  .top-leader .top-leader__track,
  .top-leader .top-leader__goal {
    display: none;
  }
  .top-leader .top-leader__footer {
    padding-top: 0;
    background-color: transparent;
  }
}
.triangle--left {
  position: relative;
}
.triangle--left:before,
.triangle--left:after {
  content: "";
  position: absolute;
}
.triangle--left:before {
  right: 100%;
  top: 0;
  bottom: 0;
  width: 74px;
  background-image: url("../img/triangle-blue.svg");
  background-size: 74px 100%;
  background-position: center right;
  z-index: 1;
}
.triangle--left:after {
  width: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: -120px;
  background-image: url("../img/bg-topo-map-angle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  z-index: 2;
}
.hide {
  display: none !important;
}
@media only screen and (max-width: 1025px) {
  .hide-large {
    display: none !important;
  }
  .show-large {
    display: block !important;
  }
}
@media only screen and (max-width: 641px) {
  .hide-small {
    display: none !important;
  }
  .show-small {
    display: block !important;
  }
}
[class*="z-index--"] {
  position: relative;
}
.z-index--0 {
  z-index: 0;
}
.z-index--1 {
  z-index: 1;
}
.z-index--2 {
  z-index: 2;
}
.z-index--3 {
  z-index: 3;
}
.last-child-margin--0 > *:last-child,
.last-child-margin--0 > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}
.divide {
  border-right: 2px solid #000000;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle {
  display: none;
  cursor: pointer;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle > a {
  background-color: #1B222D;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle > a span {
  margin-right: 5px;
}
@media only screen and (max-width: 1025px) {
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle {
    display: block;
  }
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle ~ li {
    display: none;
  }
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle ~ li.show-navigation {
    display: block;
  }
}
.m-cms-nav {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  transform-origin: top;
  transform: scaleY(0);
  transition: all 0.25s;
}
.m-cms-nav.is-active {
  transform: scaleY(1);
}
.contentset-nav-mobile-toggle .icon-arrow-down,
.btn-show-dropdown .icon-arrow-down {
  margin-right: 0;
}
.contentset-nav-mobile-toggle .icon-arrow-down:before,
.btn-show-dropdown .icon-arrow-down:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #FFFFFF;
}
.btn-show-dropdown {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  margin: 0;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-show-dropdown.is-active {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1025px) {
  body.nav-hidden .m-nav {
    display: none;
  }
  .m-nav {
    padding: 5px;
    background-color: #40485B;
    position: relative;
  }
  .m-cms-nav {
    display: block;
  }
  .m-search {
    order: 3;
    margin-left: auto;
  }
  .m-login {
    position: static;
  }
  .m-btn {
    width: auto !important;
    padding: 10px !important;
    font-size: 18px !important;
    background: none !important;
    transform: translateY(0) !important;
    box-shadow: none !important;
  }
  .m-btn [class*="icon-"] {
    margin-right: 0;
  }
  .btn-show-dropdown {
    display: block;
  }
  .topnavcms.m-cms-nav,
  .topnavcms.contentset-nav-mobile {
    display: block;
    background-color: #2B323F;
  }
  .topnavcms.m-cms-nav li,
  .topnavcms.contentset-nav-mobile li {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
  }
  .topnavcms.m-cms-nav li a:after,
  .topnavcms.contentset-nav-mobile li a:after,
  .topnavcms.m-cms-nav li a:before,
  .topnavcms.contentset-nav-mobile li a:before {
    display: none !important;
  }
  .topnavcms.m-cms-nav li:hover ul:not(.show-dropdown),
  .topnavcms.contentset-nav-mobile li:hover ul:not(.show-dropdown),
  .topnavcms.m-cms-nav li:focus ul:not(.show-dropdown),
  .topnavcms.contentset-nav-mobile li:focus ul:not(.show-dropdown) {
    transform: scaleY(0);
  }
  .topnavcms.m-cms-nav > li:not(.nochildren) > a,
  .topnavcms.contentset-nav-mobile > li:not(.nochildren) > a {
    padding-right: 55px;
  }
  .topnavcms.m-cms-nav a,
  .topnavcms.contentset-nav-mobile a {
    padding: 10px 15px;
    text-align: left;
  }
  .topnavcms.m-cms-nav ul,
  .topnavcms.contentset-nav-mobile ul {
    width: 100%;
    background-color: #495465;
  }
  .topnavcms.m-cms-nav ul.show-dropdown,
  .topnavcms.contentset-nav-mobile ul.show-dropdown {
    position: static;
    display: block;
  }
  .topnavcms.m-cms-nav ul a,
  .topnavcms.contentset-nav-mobile ul a {
    padding: 10px 15px 10px 25px;
  }
}
.nav-tabs--block #teamTabs,
.nav-tabs--block #participantTabs {
  flex-wrap: nowrap;
  background-color: #495465;
  text-align: center;
  border-bottom: 0;
  margin: 0 !important;
}
.nav-tabs--block #teamTabs li,
.nav-tabs--block #participantTabs li {
  margin: 0 !important;
}
.nav-tabs--block #teamTabs li.active a,
.nav-tabs--block #participantTabs li.active a,
.nav-tabs--block #teamTabs li:hover a,
.nav-tabs--block #participantTabs li:hover a,
.nav-tabs--block #teamTabs li:focus a,
.nav-tabs--block #participantTabs li:focus a {
  background-color: #5b6574 !important;
}
.nav-tabs--block #teamTabs li.active a:after,
.nav-tabs--block #participantTabs li.active a:after,
.nav-tabs--block #teamTabs li:hover a:after,
.nav-tabs--block #participantTabs li:hover a:after,
.nav-tabs--block #teamTabs li:focus a:after,
.nav-tabs--block #participantTabs li:focus a:after {
  bottom: -15px;
  border-top-width: 15px;
  border-top-color: #5b6574 !important;
}
.nav-tabs--block #teamTabs a,
.nav-tabs--block #participantTabs a {
  background-color: #495465;
  display: block;
  color: #FFFFFF;
  padding: 25px 20px;
  width: 100%;
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  font-weight: 700;
  font-size: 26px;
  position: relative;
}
.nav-tabs--block #teamTabs a:hover,
.nav-tabs--block #participantTabs a:hover,
.nav-tabs--block #teamTabs a:foucs,
.nav-tabs--block #participantTabs a:foucs {
  background-color: #2B323F;
}
.nav-tabs--block #teamTabs a:hover:after,
.nav-tabs--block #participantTabs a:hover:after,
.nav-tabs--block #teamTabs a:foucs:after,
.nav-tabs--block #participantTabs a:foucs:after {
  border-top-color: #2B323F;
}
.nav-tabs--block #teamTabs a:before,
.nav-tabs--block #participantTabs a:before,
.nav-tabs--block #teamTabs a *:before,
.nav-tabs--block #participantTabs a *:before {
  font-size: 22px;
  font-weight: normal;
}
.nav-tabs--block #teamTabs a:after,
.nav-tabs--block #participantTabs a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 0 solid #495465;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.nav-tabs--block #teamTabs li:nth-child(1) a:before,
.nav-tabs--block #participantTabs li:nth-child(1) a:before {
  content: '\f10d';
  font-family: FontAwesome;
}
.nav-tabs--block #teamTabs li:nth-child(2) a:before,
.nav-tabs--block #participantTabs li:nth-child(2) a:before {
  content: '\f004';
  font-family: FontAwesome;
}
.nav-tabs--block #teamTabs li:nth-child(3) a:before {
  content: '\f0c0';
  font-family: FontAwesome;
}
@media only screen and (max-width: 768px) {
  .nav-tabs--block #teamTabs a:after,
  .nav-tabs--block #participantTabs a:after {
    display: none;
  }
}
.topnavcms {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
}
.topnavcms li {
  margin-bottom: 0;
}
.topnavcms li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
}
.topnavcms li:hover ul,
.topnavcms li:focus ul,
.topnavcms li.is-active ul {
  transform: scaleY(1);
}
.topnavcms > li:not(.nochildren):not(.top-nav-home) {
  position: relative;
}
.topnavcms > li:not(.nochildren):not(.top-nav-home) > a {
  padding-right: 17px;
}
.topnavcms > li:not(.nochildren):not(.top-nav-home) > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #FFFFFF;
  transition: all 0.5s ease;
}
.topnavcms > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
  min-width: 1px;
}
.topnavcms > li > a {
  font-size: 21px;
  text-align: center;
}
.topnavcms > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #F05842;
  opacity: 0;
  bottom: -2px;
  transition: all 0.5s ease;
}
.topnavcms > li > a:hover:before,
.topnavcms > li > a:focus:before {
  transform: translateY(2px);
}
.topnavcms > li > a:hover:after,
.topnavcms > li > a:focus:after {
  opacity: 1;
  bottom: 4px;
}
.topnavcms > li.on > a:after,
.topnavcms > li.is-active > a:after {
  opacity: 1;
  bottom: 4px;
}
.topnavcms,
.topnavcms ul {
  list-style: none;
  margin: 0;
}
.topnavcms ul {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #2B323F;
  width: 220px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transform-origin: top;
  transform: scaleY(0);
  transition: all 0.25s;
}
.topnavcms ul li:first-child a {
  padding-top: 15px;
}
.topnavcms ul li:last-child a {
  padding-bottom: 15px;
}
.topnavcms ul li.on a {
  background-color: #1B222D;
}
.topnavcms ul a {
  padding: 8px 15px;
  text-align: left;
  font-size: 18px;
}
.topnavcms ul a:hover,
.topnavcms ul a:focus {
  background-color: #1B222D;
}
@media only screen and (max-width: 1025px) {
  #primary-nav {
    flex-wrap: wrap;
  }
}
.action-event .heading1donordriveevent {
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0 0 12px #000000;
}
.action-event .heading2donordriveevent {
  display: none;
}
#btn-join-this-team-top,
#btn-support-participant-top,
#btnDonateToteam {
  margin-left: 15px;
  margin-right: 0;
}
.participant-card,
.team-card {
  margin-bottom: 0;
  white-space: nowrap;
}
.participant-card > *,
.team-card > * {
  white-space: normal;
  vertical-align: middle !important;
}
.participant-card p:empty,
.team-card p:empty {
  display: none;
}
.participant-card h1,
.team-card h1 {
  color: #FFFFFF;
  margin-bottom: 10px !important;
  width: 100%;
}
.participant-card .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;
  width: 100%;
}
.participant-card .avatar,
.team-card .avatar,
.participant-card .profile-img,
.team-card .profile-img {
  margin-bottom: 0;
}
.participant-card .avatar,
.team-card .avatar {
  max-width: 150px;
}
.participant-card .profile-img,
.team-card .profile-img {
  width: 150px;
  overflow: hidden;
  border-radius: 1000px;
  border: 4px solid #F05842;
}
.participant-card .personal-campaign-details,
.team-card .personal-campaign-details {
  margin-bottom: 10px !important;
}
.participant-card .personal-campaign-date,
.team-card .personal-campaign-date {
  margin-bottom: 20px !important;
}
.participant-card .personal-campaign-details,
.team-card .personal-campaign-details,
.participant-card .personal-campaign-date,
.team-card .personal-campaign-date {
  line-height: 1.67;
  color: #FFFFFF;
  font-weight: 400;
}
.participant-card .page-details > *,
.team-card .page-details > * {
  padding-left: 0 !important;
}
.participant-card .page-details *,
.team-card .page-details * {
  color: #FFFFFF !important;
  font-weight: 400;
}
.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: #F05842 !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 {
  font-size: inherit !important;
  font-weight: 400;
}
.action-teamparticipants #teamTabsContent > h2:first-child {
  display: none;
}
.action-teamparticipants #teamTabsContent table#team .member-avatar {
  max-width: 100px !important;
  width: 100%;
  height: auto;
  border-radius: 1000px;
  border: 4px solid #F05842;
  margin: 0 !important;
  float: none;
}
.action-teamparticipants #teamTabsContent table#team td,
.action-teamparticipants #teamTabsContent table#team td a.block {
  display: flex;
  align-items: center;
}
.action-teamparticipants #teamTabsContent table#team td > span:nth-child(1),
.action-teamparticipants #teamTabsContent table#team td a.block > span:nth-child(1) {
  margin-right: 20px;
}
.action-teamparticipants #teamTabsContent table#team td > span:nth-child(2) strong.block,
.action-teamparticipants #teamTabsContent table#team td a.block > span:nth-child(2) strong.block {
  font-size: 22px;
  color: #7F8CAD;
  margin-top: 0;
  margin-bottom: 20px;
  word-break: break-word;
}
.action-teamparticipants #teamTabsContent table#team td > span:nth-child(2) strong.block span,
.action-teamparticipants #teamTabsContent table#team td a.block > span:nth-child(2) strong.block span {
  display: inline-block;
  background-color: #F05842 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  border: 0 !important;
  padding: 6px 10px !important;
  color: #FFFFFF !important;
  margin-left: 15px;
}
.action-teamparticipants #teamTabsContent table#team td > span:nth-child(2) small,
.action-teamparticipants #teamTabsContent table#team td a.block > span:nth-child(2) small,
.action-teamparticipants #teamTabsContent table#team td > span:nth-child(2) small > *,
.action-teamparticipants #teamTabsContent table#team td a.block > span:nth-child(2) small > * {
  font-size: 16px;
  font-weight: 400;
  color: #7F8CAD;
}
@media only screen and (max-width: 767px) {
  .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 .avatar,
  .team-card .avatar {
    max-width: 150px;
  }
  .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: 641px) {
  #btn-join-this-team-top,
  #btn-support-participant-top,
  #btnDonateToteam {
    margin-left: 0;
  }
  .action-teamparticipants #teamTabsContent table#team .member-avatar {
    margin-bottom: 15px !important;
  }
  .action-teamparticipants #teamTabsContent table#team td,
  .action-teamparticipants #teamTabsContent table#team td a.block {
    flex-wrap: wrap;
  }
  .action-teamparticipants #teamTabsContent table#team td > *,
  .action-teamparticipants #teamTabsContent table#team td a.block > * {
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
  }
  .action-teamparticipants #teamTabsContent table#team td > span:nth-child(2) small,
  .action-teamparticipants #teamTabsContent table#team td a.block > span:nth-child(2) small {
    display: block;
    width: 100%;
  }
}
html,
body {
  min-height: 100%;
}
body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #7F8CAD;
  line-height: 1;
  padding: 0;
  overflow-x: hidden;
}
body.template-home {
  background-color: #2B323F;
}
.footer-top * {
  color: #FFFFFF !important;
}
.footer__copyright,
.footer__text {
  font-size: 15px;
}
.footer__copyright {
  line-height: 1.2;
}
.footer__text {
  color: #7F8CAD;
}
.footer__text a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  font-weight: 400;
  color: #7F8CAD;
}
.footer__text a:hover,
.footer__text a:focus {
  color: #7F8CAD;
  text-decoration: underline;
}
#powered-by {
  height: auto;
  text-decoration: none !important;
}
#powered-by img {
  width: 196px;
}
@media only screen and (max-width: 768px) {
  .footer__copyright {
    display: block;
    margin-bottom: 15px;
  }
}
header {
  background-color: #FFFFFF;
}
.header-logo {
  max-width: 255px;
  margin-bottom: 0;
  font-size: 20px;
}
.header-logo a {
  color: #FFFFFF;
}
.header-logo img {
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .header-logo {
    max-width: 100%;
  }
  .header-bottom {
    flex-wrap: wrap !important;
    max-width: 305px;
    margin: 0 auto;
  }
}
.height--full {
  height: 100%;
}
.min-height--300 {
  min-height: 300px;
}
.min-height--425 {
  min-height: 425px;
}
@media only screen and (max-width: 1025px) {
  .min-height--auto-large {
    min-height: auto;
  }
}
@media only screen and (max-width: 641px) {
  .min-height--auto-small {
    min-height: auto;
  }
}
.wrap {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
.wrap.wrap--470 {
  max-width: 470px;
}
.wrap.wrap--800 {
  max-width: 800px;
}
.wrap.wrap--1190 {
  max-width: 1190px;
}
.wrap.wrap--1440 {
  max-width: 1440px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.25;
}
h1,
.h1 {
  color: #495465;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 1.25;
  margin: 0 0 26.66666667px 0;
  padding: 0;
  font-weight: 700;
  text-transform: none;
}
h2,
.h2 {
  color: #F05842;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 18.66666667px 0;
  font-weight: 700;
  text-transform: none;
}
h3,
.h3 {
  color: #7F8CAD;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 18.66666667px 0;
  font-weight: 700;
  text-transform: none;
}
h4,
.h4 {
  color: #495465;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 1;
  padding: 0;
  margin: 0 0 18.66666667px 0;
  font-weight: 700;
  text-transform: none;
}
h5,
.h5 {
  color: #7F8CAD;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 14.66666667px 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
}
h6,
.h6 {
  color: #F05842;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 13.33333333px 0;
  font-weight: 700;
  text-transform: none;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #7F8CAD;
  margin: 0 0 20px 0;
  line-height: 2;
  padding: 0;
}
p.p--large {
  font-size: 22px;
}
p.p--xlarge {
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
}
p.p--margin-0 {
  margin-bottom: 0;
}
.has-p--medium p {
  font-size: 19px;
  line-height: 1.67;
}
ul,
ol {
  margin: 0 0 25px 25px;
  padding: 0;
}
ul.list-inline,
ol.list-inline {
  list-style: none;
}
ul.list-inline li,
ol.list-inline li {
  display: inline-block;
}
li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0 0 8px 0;
  line-height: 1.67;
}
li p {
  font-size: 16px;
  color: #7F8CAD;
}
.wrap-content li p {
  display: inline-block;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
@media only screen and (max-width: 1201px) {
  .text--center-xlarge {
    text-align: center;
  }
  .text--left-xlarge {
    text-align: left;
  }
  .text--right-xlarge {
    text-align: right;
  }
}
@media only screen and (max-width: 1025px) {
  .text--center-large {
    text-align: center;
  }
  .text--left-large {
    text-align: left;
  }
  .text--right-large {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .text--center-medium {
    text-align: center;
  }
  .text--left-medium {
    text-align: left;
  }
  .text--right-medium {
    text-align: right;
  }
}
@media only screen and (max-width: 641px) {
  .text--center-small {
    text-align: center;
  }
  .text--left-small {
    text-align: left;
  }
  .text--right-small {
    text-align: right;
  }
}
.text-color--white,
.text-color--white > *:not(.dd-btn) {
  color: #FFFFFF !important;
}
.text-color--white-not-header,
.text-color--white-not-header > *:not(.dd-btn):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  color: #FFFFFF !important;
}
.text-color--1 {
  color: #2B323F;
}
.text-color--2 {
  color: #495465;
}
.text-color--3 {
  color: #F05842;
}
.text-color--4 {
  color: #EEEEEE;
}
.text-color--5 {
  color: #7F8CAD;
}
.text-color--6 {
  color: #1B222D;
}
.text-color--7 {
  color: #40485B;
}
.wrap-content .dd-widget:not(.dd-top-donor) {
  margin-bottom: 30px;
}
.dd-widget .dd-view-more-link {
  margin-right: 0;
}
.dd-badges {
  text-align: "";
}
.dd-badges .dd-description {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 100%;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  left: -75px;
  width: 200px;
  margin-bottom: 7px;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
  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-widget.dd-badges {
  margin: 0 auto;
  max-width: 768px;
  position: relative;
}
.dd-widget.dd-badges h1 {
  font-size: 26px;
  margin-bottom: 10px;
}
.dd-widget.dd-badges ul {
  margin: 0px;
}
.dd-widget.dd-badges li.dd-badge {
  margin: 0px;
}
.dd-widget.dd-badges li.dd-badge img {
  margin: 0px;
}
.dd-widget.dd-badges .dd-btn-link {
  color: #2B323F;
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
  font-weight: 400;
}
.dd-widget.dd-badges.dd-widget--white h1,
.dd-widget.dd-badges.dd-widget--white p,
.dd-widget.dd-badges.dd-widget--white .dd-btn-link {
  color: #FFFFFF;
}
@media only screen and (max-width: 641px) {
  .dd-widget.dd-badges ul {
    margin-bottom: 15px;
  }
  .dd-widget.dd-badges .dd-btn-link {
    position: static;
  }
}
.dd-event-countdown {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0;
}
.dd-event-countdown h1 {
  display: none;
}
.dd-event-countdown span {
  display: inline-block;
}
.dd-event-countdown .count {
  color: #F05842;
  font-size: 15px;
  margin-right: 8px;
}
.dd-event-countdown .number {
  margin-right: 6px;
}
.dd-event-countdown .time {
  color: #2B323F;
}
.dd-event-countdown.date-passed {
  display: none;
}
.dd-event-countdown.dd-widget-white .time {
  color: #FFFFFF;
}
.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: 50%;
  padding-right: 10px;
  padding-left: 10px;
}
.dd-events ol a {
  display: block;
  height: 100%;
  background-color: #EEEEEE;
  padding: 20px 20px 10px 20px;
  color: #F05842;
}
.dd-events ol a:hover,
.dd-events ol a:focus {
  text-decoration: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.dd-events ol .dd-list-info {
  display: flex;
  flex-wrap: wrap;
}
.dd-events ol .dd-list-info span {
  font-family: "Open Sans", 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: 28px;
  font-weight: 700;
  line-height: 1.2;
  order: 1;
}
.dd-events ol .dd-list-info .dd-list-raised {
  color: #2B323F;
  font-size: 20px;
  order: 2;
}
.dd-events ol .dd-list-info .dd-list-dates,
.dd-events ol .dd-list-info .dd-list-location {
  color: #BBBCBD;
  display: inline-block;
  font-size: 18px;
}
.dd-events ol .dd-list-info .dd-list-dates {
  margin-right: 10px;
  order: 3;
}
.dd-events ol .dd-list-info .dd-list-location {
  font-size: 18px;
  order: 4;
}
@media only screen and (max-width: 641px) {
  .dd-events ol li {
    width: 100%;
    padding: 0;
  }
}
.dd-sponsors h2 {
  color: #000000;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors h3 {
  color: #7F8CAD;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors .dd-sponsors-level {
  display: flex;
  margin: 0 0 25px 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.dd-sponsors .dd-sponsors-level:last-child {
  margin: 0;
}
.dd-sponsors .dd-sponsors-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.dd-sponsors a.dd-sponsor {
  text-decoration: none;
}
.dd-sponsors .dd-sponsor {
  display: block;
  padding: 10px;
  margin: 0;
}
.dd-sponsors .dd-sponsor-name {
  color: #000000;
  display: block;
  font-size: inherit;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
@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 !important;
}
#socialBtns > *,
#socialBtns > * > * {
  display: inline-block;
  vertical-align: middle;
}
#socialBtns > div {
  padding: 0 50px;
}
#socialBtns #embedbtn,
#socialBtns .dd-btn.dd-social-btn {
  width: auto;
  margin-bottom: 10px;
  margin-right: 10px;
}
#socialBtns #sharebadge,
#socialBtns .dd-btn.dd-social-btn {
  box-shadow: none !important;
  transform: translateY(0) !important;
}
@media only screen and (max-width: 768px) {
  #socialBtns > *,
  #socialBtns > * > * {
    display: block;
  }
  #socialBtns > div {
    padding: 0;
  }
  #socialBtns #embedbtn,
  #socialBtns .dd-btn.dd-social-btn {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  #embedbtn {
    display: none !important;
  }
}
.leader-board > *:first-child {
  padding-right: 10px;
  margin-left: 0;
}
.leader-board > *:last-child {
  padding-left: 10px;
  margin-right: 0;
}
.leader-board > *:only-child {
  max-width: 100%;
  padding: 0;
}
.leader-board > *:only-child li {
  width: 16.66666667%;
}
.dd-top-team-groups,
.dd-top-fundraisers,
.dd-top-teams {
  max-width: 465px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.dd-top-team-groups h1,
.dd-top-fundraisers h1,
.dd-top-teams h1 {
  font-size: 30px;
  text-transform: uppercase;
}
.dd-top-team-groups ol,
.dd-top-fundraisers ol,
.dd-top-teams ol {
  list-style: none;
  margin: 0 0 20px 0;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dd-top-team-groups li,
.dd-top-fundraisers li,
.dd-top-teams li {
  width: 33.33333333%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0 10px;
}
.dd-top-team-groups .dd-avatar-link,
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #495465;
}
.dd-top-team-groups .dd-avatar-link:hover,
.dd-top-fundraisers .dd-avatar-link:hover,
.dd-top-teams .dd-avatar-link:hover,
.dd-top-team-groups .dd-avatar-link:focus,
.dd-top-fundraisers .dd-avatar-link:focus,
.dd-top-teams .dd-avatar-link:focus {
  transform: translateY(-5px);
}
.dd-top-team-groups img,
.dd-top-fundraisers img,
.dd-top-teams img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 1000px;
  border: 4px solid #F05842;
}
.dd-top-team-groups span,
.dd-top-fundraisers span,
.dd-top-teams span {
  max-width: 100%;
}
.dd-top-team-groups .dd-list-info,
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: transparent;
}
.dd-top-team-groups .dd-list-info span,
.dd-top-fundraisers .dd-list-info span,
.dd-top-teams .dd-list-info span {
  display: block;
  font-size: 19px;
  font-weight: 400;
}
.dd-top-team-groups .dd-list-info > *,
.dd-top-fundraisers .dd-list-info > *,
.dd-top-teams .dd-list-info > * {
  margin-bottom: 5px;
}
.dd-top-team-groups .dd-list-info > *:last-child,
.dd-top-fundraisers .dd-list-info > *:last-child,
.dd-top-teams .dd-list-info > *:last-child {
  margin-bottom: 0;
}
.dd-top-team-groups .dd-list-info .dd-list-name,
.dd-top-fundraisers .dd-list-info .dd-list-name,
.dd-top-teams .dd-list-info .dd-list-name {
  color: #495465;
  word-break: break-word;
  line-height: 1.5;
}
.dd-top-team-groups .dd-list-info .dd-list-raised,
.dd-top-fundraisers .dd-list-info .dd-list-raised,
.dd-top-teams .dd-list-info .dd-list-raised {
  color: #F05842;
  margin-top: auto;
  font-size: 20px;
  font-weight: 700;
}
.dd-top-team-groups .dd-view-more-link,
.dd-top-fundraisers .dd-view-more-link,
.dd-top-teams .dd-view-more-link {
  margin-bottom: 0;
  width: auto !important;
  transform: translateX(0) !important;
  box-shadow: none !important;
}
.dd-top-team-groups.dd-widget--white h1,
.dd-top-fundraisers.dd-widget--white h1,
.dd-top-teams.dd-widget--white h1,
.dd-top-team-groups.dd-widget--white .dd-list-name,
.dd-top-fundraisers.dd-widget--white .dd-list-name,
.dd-top-teams.dd-widget--white .dd-list-name {
  color: #FFFFFF;
}
@media only screen and (max-width: 1025px) {
  .leader-board > * {
    margin-bottom: 70px;
  }
  .leader-board > *:last-child {
    margin-bottom: 0;
  }
  .dd-top-team-groups,
  .dd-top-fundraisers,
  .dd-top-teams {
    max-width: 100%;
    padding: 0 !important;
  }
  .dd-top-team-groups li,
  .dd-top-fundraisers li,
  .dd-top-teams li {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 641px) {
  .dd-top-team-groups,
  .dd-top-fundraisers,
  .dd-top-teams {
    text-align: left;
  }
  .dd-top-team-groups h1,
  .dd-top-fundraisers h1,
  .dd-top-teams h1 {
    font-size: 24px;
  }
  .dd-top-team-groups li,
  .dd-top-fundraisers li,
  .dd-top-teams li {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .dd-top-team-groups .dd-avatar-link,
  .dd-top-fundraisers .dd-avatar-link,
  .dd-top-teams .dd-avatar-link {
    flex-direction: row;
    width: 100%;
    padding: 5px;
    text-align: left;
  }
  .dd-top-team-groups img,
  .dd-top-fundraisers img,
  .dd-top-teams img {
    max-width: 57px;
    width: 100%;
    height: 57px;
    margin-bottom: 0px;
  }
  .dd-top-team-groups .dd-list-info,
  .dd-top-fundraisers .dd-list-info,
  .dd-top-teams .dd-list-info {
    padding-left: 10px;
    width: 80%;
    line-height: 1.67;
  }
  .dd-top-team-groups .dd-list-info .dd-list-name,
  .dd-top-fundraisers .dd-list-info .dd-list-name,
  .dd-top-teams .dd-list-info .dd-list-name,
  .dd-top-team-groups .dd-list-info .dd-list-raised,
  .dd-top-fundraisers .dd-list-info .dd-list-raised,
  .dd-top-teams .dd-list-info .dd-list-raised {
    font-size: 16px;
    margin-bottom: 0;
  }
  .dd-top-team-groups.dd-widget--white .dd-list-raised,
  .dd-top-fundraisers.dd-widget--white .dd-list-raised,
  .dd-top-teams.dd-widget--white .dd-list-raised {
    color: #FFFFFF;
  }
  .dd-top-team-groups li {
    padding: 5px;
    text-align: left;
    white-space: nowrap;
  }
}
.dd-widget.dd-login {
  padding: 20px;
  background-color: #1B222D;
  min-width: 325px;
  text-align: center;
}
.dd-widget.dd-login h1 {
  color: #FFFFFF;
}
.dd-widget.dd-login form {
  display: block;
  margin-bottom: 0;
}
.dd-widget.dd-login label {
  margin-bottom: 10px;
}
.dd-widget.dd-login input {
  width: 100%;
  font-size: 12px;
}
.dd-widget.dd-login input::placeholder {
  color: #7F8CAD;
  text-transform: none;
  font-size: 12px;
}
.dd-widget.dd-login input::-moz-placeholder {
  color: #7F8CAD;
  text-transform: none;
  font-size: 12px;
  opacity: 1;
}
.dd-widget.dd-login input:-ms-input-placeholder {
  color: #7F8CAD;
  text-transform: none;
  font-size: 12px;
}
.dd-widget.dd-login .dd-form-error {
  color: #7F8CAD;
}
.dd-widget.dd-login .dd-btn-login {
  margin: 10px 0 15px 0;
  background-color: #F05842;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-shadow: 0 4px 0 #F43E26;
}
.dd-widget.dd-login .dd-btn-login:hover,
.dd-widget.dd-login .dd-btn-login:focus {
  background-color: #d84f3b;
  color: #FFFFFF;
  transform: translateY(4px);
  box-shadow: 0 0px 0 #F43E26;
}
.dd-widget.dd-login .dd-btn-forgot {
  color: #7F8CAD;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-transform: none;
  background-color: transparent;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-shadow: none;
}
.dd-widget.dd-login .dd-btn-forgot:hover,
.dd-widget.dd-login .dd-btn-forgot:focus {
  background-color: transparent;
  color: #FFFFFF;
  transform: translateY(0);
  box-shadow: none;
}
@media only screen and (max-width: 1025px) {
  .dd-login.header-login {
    left: 0;
    width: 100%;
  }
}
.dd-widget.dd-loginbar.navbar ul,
.dd-widget.dd-loginbar.navbar li {
  margin-bottom: 0;
}
.dd-widget.dd-loginbar.navbar li {
  font-size: 16px;
}
.dd-widget.dd-loginbar.navbar #alerts li {
  font-size: 12px;
}
.dd-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;
  }
}
.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: #BBBCBD;
  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: #4c5468;
  color: #4c5468;
  background-color: #4c5468;
  stroke-width: 0;
}
.label-1,
.chip-1 {
  fill: #6c7793;
  color: #6c7793;
  background-color: #6c7793;
  stroke-width: 0;
}
.label-2,
.chip-2 {
  fill: #7F8CAD;
  color: #7F8CAD;
  background-color: #7F8CAD;
  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: #2B323F;
  font-weight: 400;
  font-size: 20px !important;
  padding: 0px 5px 0px 0px;
}
.dd-quickstats {
  background-color: #EEEEEE;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.dd-quickstats > * {
  width: 100%;
  text-align: center;
}
.dd-quickstats h1 {
  width: 100%;
  margin-bottom: 15px;
}
.dd-quickstats h1,
.dd-quickstats h2,
.dd-quickstats small {
  color: #2B323F;
}
.dd-quickstats h2 {
  font-weight: 400;
  margin: 0;
}
.dd-quickstats small {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .dd-quickstats > * {
    width: 100%;
    text-align: center !important;
  }
  .dd-quickstats > *: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: 0;
  box-shadow: none;
  color: inherit;
  font-size: inherit;
  padding: 15px 10px 15px 40px;
  width: 100%;
}
.dd-search input[type="text"]:focus {
  border: auto;
  box-shadow: auto;
}
.dd-search .dd-btn-search {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  line-height: 0;
  font-size: auto;
  padding: 15px 10px 15px 40px;
}
.dd-search input::-webkit-input-placeholder {
  color: inherit;
}
.dd-search input:-moz-placeholder {
  color: inherit;
}
.dd-search input::-moz-placeholder {
  color: inherit;
}
.dd-search input:-ms-input-placeholder {
  color: inherit;
}
.dd-search.header-search {
  max-width: 200px;
}
.dd-search form {
  height: 100%;
  width: 100%;
  position: relative;
}
.dd-search input[name="searchTerm"],
.dd-search label[for="searchterm"] {
  height: inherit;
}
.dd-search input[name="searchTerm"] {
  padding: 15px 10px 15px 40px;
  width: 100%;
  background-color: #1B222D;
  border: 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
}
.dd-search input[name="searchTerm"]::placeholder {
  color: #FFFFFF;
  text-transform: none;
  font-size: 16px;
}
.dd-search input[name="searchTerm"]::-moz-placeholder {
  color: #FFFFFF;
  text-transform: none;
  font-size: 16px;
  opacity: 1;
}
.dd-search input[name="searchTerm"]:-ms-input-placeholder {
  color: #FFFFFF;
  text-transform: none;
  font-size: 16px;
}
.dd-search input[name="searchTerm"]:focus {
  border: 0 !important;
  background-color: #2B323F;
}
.dd-search button[type="submit"] {
  text-indent: -999px;
  padding: 12px;
  margin: 0;
  line-height: 0;
  overflow: hidden;
  width: auto;
  left: 0;
  right: auto;
  background-color: transparent;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  box-shadow: none;
}
.dd-search button[type="submit"]:hover,
.dd-search button[type="submit"]:focus {
  background-color: transparent;
  color: #FFFFFF;
  transform: translateY(0);
  box-shadow: none;
}
.dd-search button[type="submit"]:after {
  content: '\f002';
  font-family: FontAwesome;
  color: inherit;
  display: block;
  text-indent: 0;
  font-size: inherit;
}
@media only screen and (max-width: 1025px) {
  .dd-search.header-search input[name="searchTerm"] {
    background-color: #40485B;
    padding: 10px 10px 10px 40px;
  }
}
.dd-thermo-horizontal {
  min-width: 300px;
  /* Protects dimensions for mobile */
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-mask {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  width: auto;
  height: 54px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #F05842;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: transparent;
  overflow: hidden;
  height: 54px;
  border-radius: 1000px;
}
.dd-thermo-horizontal .dd-thermo-raised {
  float: left;
}
.dd-thermo-horizontal .dd-thermo-goal {
  float: right;
}
.dd-thermo-horizontal .dd-thermo-percent {
  max-width: 100%;
  text-align: right;
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-percent-flag {
  display: inline-block;
  background: none;
}
.dd-widget:empty {
  display: none;
}
.dd-thermo-horizontal {
  min-width: auto;
  display: flex;
  flex-wrap: wrap;
}
.dd-thermo-horizontal .dd-thermo-mask {
  display: none;
}
.dd-thermo-horizontal .dd-thermo-raised,
.dd-thermo-horizontal .dd-thermo-goal {
  font-weight: 700;
  font-size: 30px;
  width: 50%;
  margin-bottom: 15px;
  color: #2B323F;
}
.dd-thermo-horizontal .dd-thermo-raised {
  order: 1;
}
.dd-thermo-horizontal .dd-thermo-goal {
  order: 2;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  order: 3;
  width: 100%;
  border-radius: 1000px;
  border: 4px solid #F05842;
}
.dd-thermo-horizontal .dd-thermo-progress {
  animation: thermo-progress-horz 1s 1 forwards ease-out;
  background: repeating-linear-gradient(-45deg, #dd513d, #dd513d 10px, #F05842 10px, #F05842 20px);
}
.dd-thermo-horizontal .dd-thermo-percent {
  position: absolute;
  height: 100%;
  width: 100% !important;
  padding-left: 25px;
  text-align: left;
}
.dd-thermo-horizontal .dd-thermo-percent-flag {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  font-weight: 700;
  color: #2B323F;
}
.dd-thermo-horizontal .dd-page-edit-btn {
  top: auto;
  right: 0;
  bottom: 0;
}
.dd-thermo-horizontal.dd-widget--alt .dd-thermo-raised,
.dd-thermo-horizontal.dd-widget--alt .dd-thermo-goal {
  font-size: 26px;
}
.dd-thermo-horizontal.dd-widget--alt .dd-thermo-track {
  height: 48px;
}
.dd-thermo-horizontal.dd-widget--white .dd-thermo-raised,
.dd-thermo-horizontal.dd-widget--white .dd-thermo-goal {
  color: #FFFFFF;
}
.dd-thermo-horizontal.dd-widget--white .dd-thermo-track {
  border-color: #FFFFFF;
  border-width: 3px;
}
@media only screen and (max-width: 641px) {
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal {
    width: 100%;
    text-align: center;
    font-size: 28px;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-track {
    margin-bottom: 15px;
  }
  .dd-thermo-horizontal .dd-thermo-raised {
    order: 1;
  }
  .dd-thermo-horizontal .dd-thermo-goal {
    order: 3;
    margin-bottom: 0;
  }
  .dd-thermo-horizontal .dd-thermo-track {
    order: 2;
    height: 44px;
  }
}
.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: #2B323F;
}
.dd-thermo-vertical .dd-thermo-mask {
  background: none;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  height: 220px;
  width: 60px;
}
.dd-thermo-vertical .dd-thermo-progress {
  text-align: right;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F05842;
}
.dd-thermo-vertical .dd-thermo-track {
  height: 220px;
  background: transparent;
  border-radius: 1000px;
  position: relative;
  width: 60px;
  overflow: hidden;
}
.dd-thermo-vertical .dd-thermo-percent {
  color: #2B323F;
}
.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-track {
  border-radius: 1000px;
  border: 4px solid #F05842;
}
.dd-thermo-vertical .dd-thermo-progress {
  animation: thermo-progress-vert 1s 1 forwards ease-out;
  background: repeating-linear-gradient(-45deg, #dd513d, #dd513d 10px, #F05842 10px, #F05842 20px);
}
.dd-top-donor .dd-top-donor-name,
.dd-top-donor .dd-top-donor-amount,
.dd-top-donor .dd-top-donor-quantity {
  color: #2B323F;
}
.dd-total-raised span {
  display: inline-block;
  font-size: 49px;
  font-weight: 700;
  margin: 3px;
}
.dd-total-raised .currency,
.dd-total-raised .number {
  background-color: #1B222D;
  color: #FFFFFF;
  padding: 17px 15px;
  border-radius: 3px;
}
.dd-total-raised .comma,
.dd-total-raised .decimal {
  color: #1B222D;
}
.dd-total-raised .comma {
  position: relative;
  top: 22px;
}
.dd-total-raised.dd-widget--white .comma,
.dd-total-raised.dd-widget--white .decimal {
  color: #FFFFFF;
}
.total-raised-text {
  line-height: 1.67;
}
@media only screen and (max-width: 768px) {
  .dd-total-raised span {
    font-size: 58px;
  }
  .dd-total-raised .currency,
  .dd-total-raised .number {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  .dd-total-raised .comma {
    top: 0;
  }
  .dd-total-raised .total-raised-text {
    font-size: 22px;
  }
  .dd-total-raised:not(.dd-widget--white) .currency,
  .dd-total-raised:not(.dd-widget--white) .number {
    color: #1B222D;
  }
}
