@import url(//hello.myfonts.net/count/2f951d);
@import url(https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;900&display=swap);
@keyframes hide {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes show {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes thermo-progress-horz {
  0% {
    width: 0;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(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;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.fancybox-wrap {
  box-sizing: content-box;
  width: 350px;
}
.fancybox-wrap .fancybox-inner {
  width: 350px;
}
#constituent-alerts ul {
  margin: 0;
}
#constituent-alerts ul > li .dismiss {
  height: 25px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#event-bits {
  margin-bottom: 25px;
}
.form-actions .dd-btn {
  margin-bottom: 0;
  padding: 10px 15px;
}
.btn-link,
.cancel {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  text-align: center;
}
.body-modal li p {
  display: block;
}
.close {
  text-decoration: none !important;
}
#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="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;
}
.juicer-feed-wrap h1 {
  word-wrap: break-word;
}
.juicer-feed {
  height: 400px;
  overflow: hidden;
}
.juicer-feed .j-poster h3 {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
}
.juicer-feed .j-paginate.juicer-button {
  background-color: transparent;
  color: #0C499C;
  border-width: 2px;
  border-style: solid;
  border-color: #0C499C;
}
.juicer-feed .j-paginate.juicer-button:hover,
.juicer-feed .j-paginate.juicer-button:focus {
  background-color: #0C499C;
  color: #FFFFFF;
  border-color: transparent;
}
.dd-announcement-bar {
  background-color: #0C499C;
  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-blue-opacity--60 {
  background-color: rgba(12, 73, 156, 0.6);
}
.bg-bridge-people-grey-scale {
  background-image: url(../img/bridge-people-grey-scale.jpg);
}
.bg-size--cover {
  background-color: #0099A8;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.bg-horz-gradient {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0c499c 0%, #0099a8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-horz-gradient-fade {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(12, 73, 156, 0.8) 0%, rgba(0, 153, 168, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-horz-gradient-fade-out {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c499c+0,0099a8+66,0099a8+85,0099a8+100&1+0,0.8+85,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0c499c 0%, #0099a8 40%, rgba(0, 153, 168, 0.8) 45%, rgba(0, 153, 168, 0) 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.banner {
  min-height: 300px;
}
.banner .banner-content .dd-btn {
  background-color: transparent;
  color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-color: #FFFFFF;
}
.banner .banner-content .dd-btn:hover,
.banner .banner-content .dd-btn:focus {
  background-color: #FFFFFF;
  color: #0C499C;
  border-color: transparent;
}
.banner.banner-vertical-align {
  display: flex;
}
.banner.banner-vertical-align > * {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: inherit;
}
.banner-remove {
  display: none !important;
}
.banner-image img {
  width: 100% !important;
  height: auto !important;
}
.banner-image p {
  margin-bottom: 0;
}
.banner-image .default-logo-banner {
  display: none !important;
}
.box {
  width: 100%;
  padding: 0 15px;
}
.box-padding-15--vert {
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-padding-20--vert {
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-padding-20-10--vert {
  padding-top: 20px;
  padding-bottom: 10px;
}
.box-padding-30--vert {
  padding-top: 30px;
  padding-bottom: 30px;
}
.box-padding-40--vert {
  padding-top: 40px;
  padding-bottom: 40px;
}
.box-padding-60--vert {
  padding-top: 60px;
  padding-bottom: 60px;
}
.box-padding-50-40--vert {
  padding-top: 50px;
  padding-bottom: 40px;
}
.box-border--top {
  border-top: 2px solid #EFEFEF;
}
.box-border--bottom {
  border-bottom: 2px solid #EFEFEF;
}
.box-color--1 {
  background-color: #0C499C;
}
.box-color--2 {
  background-color: #0099A8;
}
.box-color--3 {
  background-color: #EFEFEF;
}
.box-color--4 {
  background-color: #799900;
}
.box-color--5 {
  background-color: #353535;
}
.box-color--6 {
  background-color: #009a17;
}
.box-color--7 {
  background-color: #73E8F4;
}
.box-color--8 {
  background-color: #8BC53F;
}
.bucket {
  padding: 10px;
}
.bucket__inner {
  background-color: #FFFFFF;
  padding: 10px;
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.bucket__inner img {
  width: auto !important;
  height: auto !important;
}
a {
  transition: all 0.5s;
}
a:link {
  color: #0099A8;
  text-decoration: underline;
  transition: all 0.5s ease;
}
a:hover,
a:focus,
a:visited,
a:active {
  color: #0099A8;
  text-decoration: none;
}
a,
button,
input[type="submit"] {
  outline: 0;
}
a.dd-btn,
button.dd-btn,
input[type="submit"].dd-btn,
a.m-btn,
button.m-btn,
input[type="submit"].m-btn {
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1;
  margin: 0 10px 15px 0;
  padding: 12px 20px 12px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  transition: all 0.5s;
  background-color: #0C499C;
  color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
a.dd-btn:hover,
button.dd-btn:hover,
input[type="submit"].dd-btn:hover,
a.m-btn:hover,
button.m-btn:hover,
input[type="submit"].m-btn:hover,
a.dd-btn:focus,
button.dd-btn:focus,
input[type="submit"].dd-btn:focus,
a.m-btn:focus,
button.m-btn:focus,
input[type="submit"].m-btn:focus {
  background-color: #072a5a;
  color: #FFFFFF;
  border-color: transparent;
}
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-big,
button.btn-big,
input[type="submit"].btn-big {
  padding: 12px 20px 12px 20px;
  margin: 0 10px 15px 0;
  font-size: 15px;
  background-color: transparent;
  color: #0C499C;
  border-width: 2px;
  border-style: solid;
  border-color: #0C499C;
}
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: #0C499C;
  color: #FFFFFF;
  border-color: transparent;
}
a.btn-white,
button.btn-white,
input[type="submit"].btn-white {
  background-color: transparent;
  color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-color: #FFFFFF;
}
a.btn-white:hover,
button.btn-white:hover,
input[type="submit"].btn-white:hover,
a.btn-white:focus,
button.btn-white:focus,
input[type="submit"].btn-white:focus {
  background-color: #FFFFFF;
  color: #0C499C;
  border-color: transparent;
}
a.btn-clear,
button.btn-clear,
input[type="submit"].btn-clear {
  padding: 10px;
  background-color: transparent;
  color: #0C499C;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}
a.btn-clear:hover,
button.btn-clear:hover,
input[type="submit"].btn-clear:hover,
a.btn-clear:focus,
button.btn-clear:focus,
input[type="submit"].btn-clear:focus {
  background-color: transparent;
  color: #072a5a;
  border-color: transparent;
}
a.btn-gradient,
button.btn-gradient,
input[type="submit"].btn-gradient {
  background-image: linear-gradient(to right, transparent 0%, #8BC53F 50%, #8BC53F 100%);
  background-position: left;
  background-size: 200%;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 900;
  padding: 14px 22px;
  background-color: #FFFFFF;
  color: #000000;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}
a.btn-gradient:hover,
button.btn-gradient:hover,
input[type="submit"].btn-gradient:hover,
a.btn-gradient:focus,
button.btn-gradient:focus,
input[type="submit"].btn-gradient:focus {
  background-color: #8BC53F;
  color: #000000;
  border-color: transparent;
}
a.btn-gradient:hover,
button.btn-gradient:hover,
input[type="submit"].btn-gradient:hover,
a.btn-gradient:focus,
button.btn-gradient:focus,
input[type="submit"].btn-gradient:focus {
  background-position: right;
}
a.btn-margin-0,
button.btn-margin-0,
input[type="submit"].btn-margin-0 {
  margin: 0;
}
a.btn-padding-10,
button.btn-padding-10,
input[type="submit"].btn-padding-10 {
  padding: 10px;
}
a [class*="icon-"]:only-child,
button [class*="icon-"]:only-child,
input[type="submit"] [class*="icon-"]:only-child {
  margin-right: 0;
}
.btn-full {
  width: 100%;
}
.btn-no-margin {
  margin: 0 !important;
}
.m-btn-container td {
  background-color: transparent;
}
.m-btn-container .m-btn {
  border-radius: 0px !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 1.44px !important;
  line-height: 1 !important;
  margin: 0 10px 15px 0 !important;
  padding: 12px 20px 12px 20px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  vertical-align: top !important;
  transition: all 0.5s !important;
  background-color: #0C499C !important;
  color: #FFFFFF !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.m-btn-container .m-btn:hover,
.m-btn-container .m-btn:focus {
  background-color: #072a5a !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
}
.dsp-inline-block {
  white-space: nowrap;
  font-size: 0;
}
.dsp-inline-block > * {
  white-space: normal;
  display: inline-block;
}
.dsp-inline-block.dsp-inline-block--align-middle > * {
  vertical-align: middle;
}
.dsp-inline-block.dsp-inline-block--align-top > * {
  vertical-align: middle;
}
.dsp-inline-block.dsp-inline-block--margin-l-10 > * {
  margin-left: 10px;
}
.dsp-inline-block.dsp-inline-block--margin-l-10 > *:first-child {
  margin-left: 0;
}
.dsp-inline-block.dsp-inline-block--margin-l-30 > * {
  margin-left: 30px;
}
.dsp-inline-block.dsp-inline-block--margin-l-30 > *:first-child {
  margin-left: 0;
}
.has-dropdown .is-dropdown {
  left: auto;
  position: absolute;
  right: 0;
  top: 100%;
  animation: hide 0.25s forwards 1 ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transform: translateY(25px);
  transition: all 0.25s ease-in-out;
}
.has-dropdown .is-dropdown.is-active {
  animation: show 250ms forwards 1 ease-in-out;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.has-dropdown .is-dropdown:not([class*="dd-u-w-"]) {
  width: 250px;
}
.has-dropdown .is-dropdown.align-left {
  left: 0;
  right: auto;
}
input[type="file"] {
  line-height: 1.15;
}
input,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
  border: 1px solid #CCCCCC;
  font-size: 15px;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  border-radius: 0;
}
input:focus,
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 #e6e6e6;
  outline: 0;
}
input.clear,
input[type="tel"].clear,
input[type="text"].clear,
input[type="email"].clear,
input[type="number"].clear,
input[type="password"].clear,
textarea.clear,
select.clear {
  background-color: transparent;
}
form.form-event-search {
  margin-bottom: 30px;
}
form.form-event-search select,
form.form-event-search input,
form.form-event-search textarea {
  border: solid #0C499C 2px;
}
form.form-event-search select:focus,
form.form-event-search input:focus,
form.form-event-search textarea:focus {
  border: solid 2px #105fcb;
}
form.form-event-search ::placeholder {
  color: #0C499C;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
form.form-event-search ::-moz-placeholder {
  color: #0C499C;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  opacity: 1;
}
form.form-event-search ::-webkit-input-placeholder {
  color: #0C499C;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
form.form-event-search :-ms-input-placeholder {
  color: #0C499C;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.input-group .append {
  margin-left: -2px;
  max-width: 45px;
}
.input-group-has-menu {
  position: relative;
}
.input-group-has-menu ul.menu-dropdown {
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  list-style: none;
  background-color: #0C499C;
  margin: 0;
  transform-origin: top;
  transform: scaleY(0);
  max-height: 500px;
  overflow: auto;
  transition: all 0.25s;
}
.input-group-has-menu ul.menu-dropdown li {
  padding: 0;
  margin: 0;
}
.input-group-has-menu ul.menu-dropdown a {
  display: block;
  padding: 5px 10px;
  color: #FFFFFF;
}
.input-group-has-menu ul.menu-dropdown a:hover,
.input-group-has-menu ul.menu-dropdown a:focus,
.input-group-has-menu ul.menu-dropdown a.active {
  background-color: #072a5a;
}
.input-group-has-menu ul.menu-dropdown.active {
  transform: scaleY(1);
}
.input-group-has-menu.active button,
.input-group-has-menu.active input {
  background-color: #0C499C !important;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.input-group-has-menu.active button i.icon-chevron-down:before {
  content: "\f077";
}
.input-group-has-menu.active input::placeholder {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.input-group-has-menu.active input::-moz-placeholder {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  opacity: 1;
}
.input-group-has-menu.active input::-webkit-input-placeholder {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.input-group-has-menu.active input:-ms-input-placeholder {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto !important;
  border: 0;
}
.dd-editable-content:not(.dd-widget) img {
  margin: 0 0 20px 0;
}
.imageFloatLeft img,
.imageFloatRight img {
  margin-bottom: 0;
}
img[style*="float: left"],
.imageFloatLeft {
  float: left;
  clear: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
img[style*="float: right"],
.imageFloatRight {
  float: right;
  clear: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
#inappropriatecontentlink {
  padding: 25px 0 0 0;
}
#inappropriatecontentlink,
#inappropriatecontentlink a {
  text-align: left;
}
#inappropriatecontentlink a {
  font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #0C499C;
  margin: 0 25px 15px 0;
  display: inline-block;
  vertical-align: middle;
}
#inappropriatecontentlink a:hover,
#inappropriatecontentlink a:focus {
  color: #0099A8;
}
@keyframes loader-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
.has-loader {
  position: relative;
  z-index: 0;
}
.has-loader:before,
.has-loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.has-loader:before {
  background-color: #EFEFEF;
  width: 100%;
  z-index: 99;
}
.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: 100px;
  width: 100px;
  z-index: 100;
  margin: auto;
}
.offlinedonationlink:before {
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 15px;
  display: inline;
}
.embeddedContent-wrap {
  max-width: 800px;
  margin: 0 auto;
}
[data-resizetype="responsive"],
.responsive-media-embed {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #FFFFFF;
}
[data-resizetype="responsive"] iframe,
.responsive-media-embed iframe,
[data-resizetype="responsive"] object,
.responsive-media-embed object,
[data-resizetype="responsive"] embed,
.responsive-media-embed embed,
[data-resizetype="responsive"] video,
.responsive-media-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
[data-resizetype="responsive"].default,
.responsive-media-embed.default {
  padding-bottom: 56.25%;
}
[data-resizetype="responsive"].anamorphic,
.responsive-media-embed.anamorphic {
  padding-bottom: 41.84100418%;
}
[data-resizetype="responsive"].panorama,
.responsive-media-embed.panorama {
  padding-bottom: 31.640625%;
}
[data-resizetype="responsive"].square,
.responsive-media-embed.square {
  padding-bottom: 100%;
}
.box-shadow-inset {
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.box-shadow {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
[data-slick="onLoad"] {
  height: 400px;
  visibility: none;
}
[data-slick="onLoad"].slick-initialized {
  height: auto;
  visibility: visible;
}
/* Slider */
.slick-slider {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
          user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  height: inherit;
}
.slick-track {
  display: flex;
  margin: 0;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  -webkit-backface-visibility: hidden;
  font-smoothing: antialiased !important;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  display: flex;
  font-size: 0;
  justify-content: center;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -999px;
  transition: linear;
  width: 60px;
}
.slick-prev .dd-c-symbol,
.slick-next .dd-c-symbol {
  color: #0099A8;
  height: 32px;
  width: 32px;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:hover,
.slick-next:hover {
  transform: scale(0.9);
}
.slick-prev {
  padding-right: 10px;
}
.slick-next {
  padding-left: 10px;
}
.slick-prev .dd-c-symbol {
  transform: rotate(180deg);
}
.slick-arrows-container .slick-arrow + .slick-arrow {
  margin-left: 15px;
}
.slick-dotted {
  position: relative;
}
.slick-dotted ul.slick-dots {
  list-style: none;
  margin: 0 auto;
}
.slick-dotted ul.slick-dots li {
  line-height: 1;
  margin: 0;
  padding-right: 5px;
}
.slick-dotted ul.slick-dots li:last-child {
  padding-right: 0;
}
.slick-dotted ul.slick-dots button {
  background-color: transparent;
  border-radius: 1000px;
  border: 2px solid #FFFFFF;
  font-size: 0;
  height: 10px;
  padding: 0;
  width: 10px;
}
.slick-dotted ul.slick-dots button:focus,
.slick-dotted ul.slick-dots button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.slick-dotted ul.slick-dots .slick-active button {
  background-color: #FFFFFF;
}
.slick-dotted-overlay {
  position: relative;
}
.slick-slider[data-arrows="true"] {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
.slick-slider[data-arrows-type="overlay"] {
  position: relative;
}
.slick-slider[data-arrows-type="overlay"] .slick-prev,
.slick-slider[data-arrows-type="overlay"] .slick-next {
  height: 100%;
  position: absolute;
  z-index: 1;
}
.slick-slider[data-arrows-type="overlay"] .slick-prev .dd-c-symbol,
.slick-slider[data-arrows-type="overlay"] .slick-next .dd-c-symbol {
  color: #FFFFFF;
}
.slick-slider[data-arrows-type="overlay"] .slick-next {
  right: 0;
}
.slick-slider[data-arrows-type="overlay"] .slick-prev {
  left: 0;
}
ul.social {
  list-style: none;
  text-align: center;
}
ul.social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.social a {
  display: block;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  line-height: 1;
}
ul.social [class*="icon-"] {
  font-size: 18px;
}
ul.social img[src*="icon-instagram.svg"] {
  max-height: 18px;
}
.dd-stream.dd-streaming-embed {
  margin: 50px auto;
}
.dd-stream-controls .dd-mobile-toggle,
.dd-stream-controls a:not(.active) {
  color: #0C499C;
}
#streamingdonatebutton {
  background-color: transparent;
  color: #0C499C;
  border-width: 2px;
  border-style: solid;
  border-color: #0C499C;
}
#streamingdonatebutton:hover,
#streamingdonatebutton:focus {
  background-color: #0C499C;
  color: #FFFFFF;
  border-color: transparent;
}
.dataTable {
  border: 1px solid #ddd;
  border-left: 0;
}
.dataTable th,
.dataTable td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: content-box;
}
.dataTables_scroll-body {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.table-striped tbody tr:nth-child(odd) td,
.dataTable tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th,
.dataTable tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.dataTable tbody tr:hover td,
.table tbody tr:hover th,
.dataTable tbody tr:hover th {
  background-color: #f5f5f5;
}
table[class*="table-responsive"] {
  border-spacing: 0 !important;
  border: 0 !important;
  margin: 35px 0;
  table-layout: fixed;
  width: 100% !important;
}
table[class*="table-responsive"] caption {
  color: #0C499C;
  font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 35px 0;
}
table[class*="table-responsive"] tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
}
table[class*="table-responsive"] td {
  border: 0 !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: block;
  margin: 10px 20px;
  padding: 16px;
  width: calc((100%/4) - 40px);
  word-break: break-word;
}
table[class*="table-responsive"] td > * {
  margin-bottom: 15px;
}
table[class*="table-responsive"] td > *:last-child {
  margin-bottom: 0 !important;
}
table[class*="table-responsive"] td img {
  max-width: 100% !important;
  height: auto !important;
}
table.table-responsive td {
  flex-grow: 1;
}
table[class*="table-responsive-"][class*="-col-1"] td {
  width: calc(100% - 40px);
}
table[class*="table-responsive-"][class*="-col-2"] td {
  width: calc(50% - 40px);
}
table[class*="table-responsive-"][class*="-col-3"] td {
  width: calc(33.33% - 40px);
}
table[class*="table-responsive-"][class*="-col-4"] td {
  width: calc(25% - 40px);
}
.grid-flex {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  flex: 1 1 auto;
}
.grid-flex > * {
  flex-grow: 1;
}
.grid-flex > *:nth-last-child(1):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(1):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 100%;
}
.grid-flex > *:nth-last-child(2):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(2):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 50%;
}
.grid-flex > *:nth-last-child(3):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(3):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 33.333333333333336%;
}
.grid-flex > *:nth-last-child(4):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(4):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 25%;
}
.grid-flex > *:nth-last-child(5):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(5):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 20%;
}
.grid-flex > *:nth-last-child(6):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(6):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 16.666666666666668%;
}
.grid-flex > *:nth-last-child(7):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(7):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 14.285714285714286%;
}
.grid-flex > *:nth-last-child(8):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(8):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 12.5%;
}
.grid-flex > *:nth-last-child(9):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(9):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 11.11111111111111%;
}
.grid-flex > *:nth-last-child(10):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(10):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 10%;
}
.grid-flex > *:nth-last-child(11):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(11):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 9.090909090909092%;
}
.grid-flex > *:nth-last-child(12):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(12):not([class*=grid-col]):first-child ~ *:not([class*=grid-col]) {
  width: 8.333333333333334%;
}
.grid-flex > *.grid-col--1 {
  width: 8.333333333333332%;
}
.grid-flex > *.grid-col--2 {
  width: 16.666666666666664%;
}
.grid-flex > *.grid-col--3 {
  width: 25%;
}
.grid-flex > *.grid-col--4 {
  width: 33.33333333333333%;
}
.grid-flex > *.grid-col--5 {
  width: 41.66666666666667%;
}
.grid-flex > *.grid-col--6 {
  width: 50%;
}
.grid-flex > *.grid-col--7 {
  width: 58.333333333333336%;
}
.grid-flex > *.grid-col--8 {
  width: 66.66666666666666%;
}
.grid-flex > *.grid-col--9 {
  width: 75%;
}
.grid-flex > *.grid-col--10 {
  width: 83.33333333333334%;
}
.grid-flex > *.grid-col--11 {
  width: 91.66666666666666%;
}
.grid-flex > *.grid-col--12 {
  width: 100%;
}
.grid-flex > *.grid-order--1 {
  order: 1;
}
.grid-flex > *.grid-order--2 {
  order: 2;
}
.grid-flex > *.grid-order--3 {
  order: 3;
}
.grid-flex > *.grid-order--4 {
  order: 4;
}
.grid-flex > *.grid-order--5 {
  order: 5;
}
.grid-flex > *.grid-order--6 {
  order: 6;
}
.grid-flex > *.grid-order--7 {
  order: 7;
}
.grid-flex > *.grid-order--8 {
  order: 8;
}
.grid-flex > *.grid-order--9 {
  order: 9;
}
.grid-flex > *.grid-order--10 {
  order: 10;
}
.grid-flex > *.grid-order--11 {
  order: 11;
}
.grid-flex > *.grid-order--12 {
  order: 12;
}
.grid-flex.grid-child-padding--small > * {
  padding: 10px;
}
.grid-flex.grid-child-padding--small.grid-collapse {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.grid-flex.grid-child-padding--medium > * {
  padding: 30px;
}
.grid-flex.grid-child-padding--medium.grid-collapse {
  width: auto;
  margin-left: -30px;
  margin-right: -30px;
}
.grid-flex.grid-child-padding--large > * {
  padding: 25px 35px;
}
.grid-flex.grid-child-padding--large.grid-collapse {
  width: auto;
  margin-left: -35px;
  margin-right: -35px;
}
.grid-flex [class*="grid-max-width--"] {
  margin-left: auto;
  margin-right: auto;
}
.grid-flex .grid-max-width--500 {
  max-width: 500px;
}
.grid-flex.grid-no-wrap {
  flex-wrap: nowrap;
}
.grid-flex.grid-flex-justify--center {
  justify-content: center;
}
.grid-flex.grid-flex-align--center {
  align-items: center;
}
.grid-flex.grid-flex-border > * {
  border-right: 4px solid rgba(255, 255, 255, 0.4);
}
.grid-flex.grid-flex-border > *:last-child {
  border-right: 0;
}
.clear-fix {
  *zoom: 1;
}
.clear-fix:before,
.clear-fix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear-fix:after {
  clear: both;
}
[class*="z-index--"] {
  position: relative;
}
.z-index--0 {
  z-index: 0;
}
.z-index--1 {
  z-index: 1;
}
.z-index--2 {
  z-index: 2;
}
.last-child-margin-bottom--0 > *:last-child {
  margin-bottom: 0;
}
.topnavcms.contentset-nav {
  display: block;
  background-color: #353535;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle {
  display: none;
  cursor: pointer;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle a {
  font-size: 20px;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle a [class*="icon-"] {
  font-size: 22px;
}
.topnavcms.contentset-nav li a:not(.dd-btn) {
  color: #FFFFFF;
}
.topnavcms.contentset-nav li:hover > a:not(.dd-btn),
.topnavcms.contentset-nav li:focus > a:not(.dd-btn),
.topnavcms.contentset-nav li.on > a:not(.dd-btn),
.topnavcms.contentset-nav li.is-active > a:not(.dd-btn) {
  color: #FFFFFF;
  background-color: #0C499C;
}
.topnavcms.contentset-nav ul {
  background-color: #0C499C;
}
#m-nav {
  background-color: #EFEFEF;
  display: none;
  padding: 5px;
}
#m-nav > * {
  margin-bottom: 0;
  margin-right: 0;
}
#m-nav .btn {
  color: #0C499C;
  margin: 0;
  padding: 10px;
  text-decoration: none;
}
#m-nav .btn [class*="icon-"] {
  margin-right: 0;
  font-size: 20px;
}
#m-nav .m-menu-nav {
  order: 1;
}
#m-nav .m-menu-login {
  order: 2;
}
#m-nav .m-menu-login .icon-lock:before {
  content: "\f007";
}
#m-nav .m-search {
  order: 3;
  margin-left: auto;
}
#m-nav .m-login,
#m-nav .m-cms-nav {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  left: 0;
}
#m-nav .m-login .dd-widget.dd-login {
  min-width: 100%;
}
#m-nav .m-login .dd-btn-forgot {
  color: #FFFFFF;
}
#m-nav .m-cms-nav {
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.btn-show-dropdown {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  margin: 0;
  color: #FFFFFF;
  border: 0;
  background-color: #0099A8;
  transition: all 0.5s;
}
.btn-show-dropdown [class*="icon-"] {
  margin-right: 0;
}
.btn-show-dropdown.is-active {
  transform: rotate(180deg);
}
.topnavcms {
  text-align: center;
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
  position: relative;
  border: none;
  font-size: 0;
}
.topnavcms li {
  margin-bottom: 0;
  font-size: 18px;
}
.topnavcms li:not(.nochildren) {
  position: relative;
}
.topnavcms li a {
  display: block;
  font-size: inherit;
  font-weight: 700;
  color: #353535;
  text-decoration: none;
  text-transform: uppercase;
  padding: 17px 15px;
}
.topnavcms li:hover > a,
.topnavcms li:focus > a,
.topnavcms li.on > a,
.topnavcms li.is-active > a {
  color: #0099A8;
}
.topnavcms li:hover ul,
.topnavcms li:focus ul,
.topnavcms li.is-active ul {
  transform: scaleY(1);
}
.topnavcms > li {
  display: inline-block;
}
.topnavcms > li > a {
  font-size: 18px;
}
.topnavcms,
.topnavcms ul {
  list-style: none;
  margin: 0;
}
.topnavcms ul {
  text-align: left;
  padding: 10px 0;
  background-color: #EFEFEF;
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  transform-origin: top;
  transform: scaleY(0);
  transition: all 0.25s;
}
.topnavcms ul a {
  font-size: 15px;
  font-weight: 400;
  padding: 5px 15px;
  text-transform: none;
}
.topnavcms:not(.contentset-nav) > li:first-child > a {
  font-size: 0;
}
.topnavcms:not(.contentset-nav) > li:first-child > a:before {
  content: "\f015";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 18px;
}
.heading1donordriveevent {
  margin-bottom: 20px;
  font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.heading2donordriveevent {
  display: none;
}
.action-event #btnRegbody,
.action-event #btnDonateevent,
.action-event .pcampaign,
.action-event #btnBuytickets {
  background-color: transparent;
  color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-color: #FFFFFF;
}
.action-event #btnRegbody:hover,
.action-event #btnDonateevent:hover,
.action-event .pcampaign:hover,
.action-event #btnBuytickets:hover,
.action-event #btnRegbody:focus,
.action-event #btnDonateevent:focus,
.action-event .pcampaign:focus,
.action-event #btnBuytickets:focus {
  background-color: #FFFFFF;
  color: #0C499C;
  border-color: transparent;
}
.action-event #fb-comments {
  display: none;
}
.action-event .m-menu-nav {
  display: none;
}
html,
body {
  min-height: 100%;
}
body {
  font-size: 15px;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  color: #353535;
  line-height: 1;
  padding: 0;
}
.overflow-wrap {
  overflow-x: hidden;
}
.footer-text a {
  color: #FFFFFF;
  text-decoration: underline;
  padding: 0 0 0 10px;
}
.footer-text a:hover,
.footer-text a:focus {
  color: #FFFFFF;
}
#powered-by {
  text-align: right;
  height: auto;
}
#powered-by img {
  width: 196px;
}
.header__logo img {
  max-width: 350px;
  width: 100%;
}
.header__user-tools {
  gap: 5px;
}
.header__user-tools > .language-select-wrap:last-child,
.header__user-tools > .language-select-wrap:only-child {
  border: 0;
}
.wrap {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
.wrap.wrap-800 {
  max-width: 800px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.25;
}
h1.margin-0,
.h1.margin-0,
h2.margin-0,
.h2.margin-0,
h3.margin-0,
.h3.margin-0,
h4.margin-0,
.h4.margin-0,
h5.margin-0,
.h5.margin-0,
h6.margin-0,
.h6.margin-0 {
  margin: 0;
}
h1,
.h1 {
  color: #0C499C;
  font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.25;
  margin: 0 0 23.33333333px 0;
  font-weight: 700;
  text-transform: none;
}
h1.h1--large,
.h1.h1--large {
  font-size: 45px;
}
h2,
.h2 {
  color: #0C499C;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 20px 0;
  font-weight: 700;
  text-transform: none;
}
h3,
.h3 {
  color: #0099A8;
  font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.25;
  margin: 0 0 16.66666667px 0;
  font-weight: 700;
  text-transform: none;
}
h4,
.h4 {
  color: #353535;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-size: 23px;
  line-height: 1.25;
  margin: 0 0 15.33333333px 0;
  font-weight: 700;
  text-transform: none;
}
h5,
.h5 {
  color: #0099A8;
  font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
  font-size: 23px;
  line-height: 1.25;
  margin: 0 0 15.33333333px 0;
  font-weight: 400;
  text-transform: none;
}
h6,
.h6 {
  color: #0C499C;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 14.66666667px 0;
  font-weight: 700;
  text-transform: none;
}
p {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #353535;
  margin: 0 0 20px 0;
  line-height: 1.67;
  padding: 0;
}
p.p--large {
  font-size: 20px;
}
ul,
ol {
  margin: 0 0 25px 25px;
  list-style-position: inside;
}
li {
  font-size: 15px;
  margin: 0 0 8px 0;
  line-height: 1.67;
}
li p {
  color: inherit !important;
  font-size: inherit !important;
  display: inline-block;
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: right;
}
.text-align--left {
  text-align: left;
}
.text-color--white,
.text-color--white *:not(.dd-btn):not(span) {
  color: #FFFFFF;
}
.u-txt-color-6 {
  color: #009a17;
}
.u-txt-color-8 {
  color: #8BC53F;
}
@font-face {
  font-family: 'MuseoSlab';
  src: url('../fonts/2F951D_0_0.eot');
  src: url('../fonts/2F951D_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F951D_0_0.woff2') format('woff2'), url('../fonts/2F951D_0_0.woff') format('woff'), url('../fonts/2F951D_0_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: 'MuseoSlab';
  src: url('../fonts/2F951D_1_0.eot');
  src: url('../fonts/2F951D_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F951D_1_0.woff2') format('woff2'), url('../fonts/2F951D_1_0.woff') format('woff'), url('../fonts/2F951D_1_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'MuseoSlab';
  src: url('../fonts/2F951D_2_0.eot');
  src: url('../fonts/2F951D_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F951D_2_0.woff2') format('woff2'), url('../fonts/2F951D_2_0.woff') format('woff'), url('../fonts/2F951D_2_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/2F951D_3_0.eot");
  src: url("../fonts/2F951D_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F951D_3_0.woff2") format("woff2"), url("../fonts/2F951D_3_0.woff") format("woff"), url("../fonts/2F951D_3_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/2F951D_4_0.eot");
  src: url("../fonts/2F951D_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F951D_4_0.woff2") format("woff2"), url("../fonts/2F951D_4_0.woff") format("woff"), url("../fonts/2F951D_4_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/2F951D_5_0.eot");
  src: url("../fonts/2F951D_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F951D_5_0.woff2") format("woff2"), url("../fonts/2F951D_5_0.woff") format("woff"), url("../fonts/2F951D_5_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/2F951D_6_0.eot");
  src: url("../fonts/2F951D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F951D_6_0.woff2") format("woff2"), url("../fonts/2F951D_6_0.woff") format("woff"), url("../fonts/2F951D_6_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "JustLovelySlanted";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/just-lovely-slanted.woff") format("woff");
}
.u-font-family-libre-franklin-900 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.u-font-family-libre-franklin-400 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.u-font-family-just-lovely-slanted {
  font-family: "JustLovelySlanted", cursive;
  font-size: 150%;
  font-weight: 400;
}
.dd-activity-count {
  display: inline-block;
}
.dd-activity-count h2 {
  font-weight: 400;
  margin: 0;
}
.dd-activity-count h2,
.dd-activity-count small {
  font-size: 18px;
  line-height: 1.67;
}
.dd-activity-count h2,
.dd-activity-count .dd-activity-tracked:before {
  display: inline-block;
  vertical-align: middle;
}
.dd-activity-count .dd-activity-tracked:before {
  content: url(../img/walking-solid.svg);
  height: 21px;
  margin-right: 10px;
  width: 14px;
}
.dd-badges {
  text-align: center;
}
.dd-badges .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #fff;
  font-size: 14px;
  left: 25px;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-badges .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-badges .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-badges .dd-description strong {
  display: block;
}
/* No Badges */
.dd-badge-missing {
  background: url("../../../resources/img/badges/badge-placeholder.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
}
.dd-badge-missing span {
  display: none;
}
/* Badge Display */
.dd-badges ul {
  margin: 0px;
  padding: 0px;
}
.dd-badges li {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 50px;
  padding: 0px;
}
.dd-badges li:hover .dd-description,
.dd-badges li:focus .dd-description {
  opacity: 1;
}
.dd-badges img {
  width: 50px;
  height: 50px;
  filter: none;
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  image-rendering: -webkit-optimize-contrast;
}
.dd-widget.dd-badges {
  text-align: left;
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}
.dd-widget.dd-badges h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  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 p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.dd-widget.dd-badges .dd-btn-link {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
}
.widget-wrap .dd-widget {
  width: 100%;
}
.dd-widget h1 {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
}
.dd-widget .dd-view-more-link {
  margin: 0;
}
.dd-widget.dd-event-countdown {
  margin-bottom: 10px;
  font-size: 0;
}
.dd-widget.dd-event-countdown .count {
  font-size: 20px;
  text-transform: uppercase;
}
.dd-widget.dd-event-countdown .count > * {
  margin-right: 5px;
}
.dd-widget.dd-event-countdown [class*="-day"] + .until,
.dd-widget.dd-event-countdown.date-passed {
  display: none;
}
@keyframes event-list-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dd-widget.dd-events {
  text-align: center;
}
.dd-widget.dd-events ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 25px 0;
}
.dd-widget.dd-events ol li {
  animation: event-list-fade-in 1s 1 forwards ease-out;
  width: 25%;
  padding: 10px;
  margin-bottom: 0;
}
.dd-widget.dd-events ol a {
  display: block;
  background-color: #FFFFFF;
  padding: 15px 10px;
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.dd-widget.dd-events ol a,
.dd-widget.dd-events ol a > * {
  transition: all 0.25s;
}
.dd-widget.dd-events ol a:hover,
.dd-widget.dd-events ol a:focus {
  transform: scaleY(1.1);
}
.dd-widget.dd-events ol a:hover > *,
.dd-widget.dd-events ol a:focus > * {
  transform: scaleY(0.9);
}
.dd-widget.dd-events ol span {
  display: block;
  font-size: 20px;
  color: #353535;
}
.dd-widget.dd-events ol .dd-list-name {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
}
.dd-widget.dd-events ol .dd-list-name:after {
  content: "";
  display: block;
  margin: 0 auto 10px auto;
  padding-top: 10px;
  width: 64px;
  border-bottom: 4px solid #799900;
}
.dd-widget.dd-events ol .dd-list-raised {
  font-weight: 700;
}
.dd-widget.dd-events ol.is-empty:before,
.dd-widget.dd-events ol:empty:before {
  content: "No Events Found";
  display: block;
  padding: 25px 0;
  color: #0C499C;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.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: #0C499C;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.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: stretch;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.dd-sponsors a.dd-sponsor {
  text-decoration: none;
}
.dd-sponsors .dd-sponsor {
  display: flex;
  padding: 10px;
  margin: 10px;
}
.dd-sponsors .dd-sponsor-name {
  color: #000000;
  display: block;
  font-size: inherit;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.dd-sponsors .dd-sponsors-container {
  width: 100%;
}
.dd-sponsors .dd-sponsor {
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  justify-content: center;
  width: calc(25% - (10px*2));
}
.dd-sponsors img {
  min-width: 1px;
}
#socialBtns {
  padding: 0;
  text-align: center;
}
#socialBtns > *,
#socialBtns > * > * {
  display: inline-block;
  vertical-align: middle;
}
#socialBtns > div {
  padding: 0 50px;
}
#socialBtns #sharebadge,
#socialBtns .dd-btn.dd-social-btn {
  width: auto;
  margin-bottom: 10px;
  margin-right: 15px;
}
#socialBtns #sharebadge [class*="icon-"],
#socialBtns .dd-btn.dd-social-btn [class*="icon-"] {
  margin-right: 5px;
}
.dd-incentive-explainer {
  text-align: center;
}
.dd-incentive-explainer p {
  margin: 0 0 20px 0;
}
.dd-incentive-explainer a {
  display: inline-block;
  padding: 10px;
}
.dd-incentive-option-list {
  font-size: 15px;
  position: relative;
}
.dd-incentive-option-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-incentive-option {
  margin: 0 0 5px 0;
}
.dd-incentive-option .dd-incentive-button {
  text-decoration: none !important;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 7px;
}
.dd-incentive-option .dd-incentive-button:hover,
.dd-incentive-option .dd-incentive-button:focus {
  border: 1px solid #799900;
}
.dd-incentive-option .dd-incentive-description,
.dd-incentive-option .dd-incentive-action {
  font-size: 15px;
  box-sizing: border-box;
}
.dd-incentive-option .dd-incentive-amount {
  font-size: 20px;
  font-weight: 700;
  color: #0C499C;
  margin: 0;
}
.dd-incentive-option .dd-incentive-image img {
  max-height: 40px;
  max-width: 50px;
  padding: 0 10px 0 0;
}
.dd-incentive-option .dd-incentive-description {
  color: #000000;
}
.dd-incentive-option .dd-incentive-remaining {
  color: #353535;
  font-size: 13px;
  padding: 0 0 0 8px;
}
.dd-incentive-option-list {
  display: flex;
  flex-wrap: wrap;
}
.dd-incentive-option-list h1 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-right: 15px;
  order: 0;
  text-transform: uppercase;
}
.dd-incentive-option-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  min-width: calc(100% + 5px);
  order: 3;
}
.dd-incentive-option-list .dd-btn-link {
  order: 1;
  margin: 4px 0;
}
.dd-incentive-option-list .dd-incentive-option {
  flex-grow: 1;
  line-height: 1.25;
  max-width: 305px;
  padding: 0 5px;
  text-align: left;
  width: 25%;
}
.dd-incentive-option-list .dd-incentive-button {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 5px;
  font-weight: 400;
  height: 100%;
}
.dd-incentive-option-list .dd-incentive-button > * {
  flex-grow: 1;
}
.dd-incentive-option-list .dd-incentive-image,
.dd-incentive-option-list .dd-incentive-info {
  padding: 0 10px;
}
.dd-incentive-option-list .dd-incentive-image {
  width: 50px;
  padding: 0;
}
.dd-incentive-option-list .dd-incentive-image img {
  display: block;
  width: 100%;
}
.dd-incentive-option-list .dd-incentive-image + .dd-incentive-info {
  padding-left: 0;
}
.dd-incentive-option-list .dd-incentive-info {
  width: calc(100% - 50px);
}
.dd-incentive-option-list .dd-incentive-amount strong {
  font-weight: 700;
}
.dd-incentive-option-list .dd-incentive-remaining {
  font-weight: 400;
}
.dd-incentive-option-list .dd-incentive-description {
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dd-incentive-option-list .dd-page-edit-btn {
  right: 20px;
  top: 0;
}
.dd-incentive-option-list .dd-incentive-explainer {
  text-align: left;
}
.dd-incentive-option-list .dd-incentive-explainer > * {
  margin-bottom: 10px;
}
.dd-incentive-option-list .dd-incentive-explainer > *:last-child {
  margin-bottom: 0;
}
.dd-incentive-option-list .dd-incentive-explainer .dd-btn-link {
  margin-left: 0;
}
.dd-incentive-option-list.dd-widget-white h1 {
  color: #FFFFFF;
}
.dd-incentive-option-list.dd-widget-white .dd-btn-link {
  color: #FFFFFF;
}
.dd-incentive-option-list.dd-widget-white .dd-btn-link:hover,
.dd-incentive-option-list.dd-widget-white .dd-btn-link:focus {
  color: #FFFFFF;
}
.language-select-wrap {
  border-right: solid 2px #0C499C;
}
.language-select span {
  display: block;
  flex-grow: 1;
  font-size: 0;
  width: 100%;
}
.language-select a {
  background-color: #0C499C;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 15px;
}
.language-select a.on,
.language-select a:focus,
.language-select a:hover {
  background-color: #072a5a;
}
.leaderboard-wrap > *:first-child {
  margin-left: 0;
  padding-right: 15px;
}
.leaderboard-wrap > *:last-child {
  margin-right: 0;
  padding-left: 15px;
}
.leaderboard-wrap > *:only-child {
  padding: 0;
  margin: 0 auto;
}
.dd-top-fundraisers,
.dd-top-teams {
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
}
.dd-top-fundraisers h1,
.dd-top-teams h1 {
  font-size: 30px;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
}
.dd-top-fundraisers ol,
.dd-top-teams ol {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dd-top-fundraisers ol li,
.dd-top-teams ol li {
  width: 33.33%;
  max-width: 150px;
  margin: 0 0 20px 0;
  padding: 0 10px;
}
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  display: block;
  text-decoration: none;
}
.dd-top-fundraisers .dd-avatar-link img,
.dd-top-teams .dd-avatar-link img {
  border-radius: 1000px;
  border: 4px solid #FFFFFF;
  max-width: 104px;
  margin-bottom: 15px;
  transition: all 0.5s;
}
.dd-top-fundraisers .dd-avatar-link span,
.dd-top-teams .dd-avatar-link span {
  display: block;
}
.dd-top-fundraisers .dd-avatar-link .dd-list-info,
.dd-top-teams .dd-avatar-link .dd-list-info {
  position: relative;
  overflow: hidden;
}
.dd-top-fundraisers .dd-avatar-link .dd-list-info span,
.dd-top-teams .dd-avatar-link .dd-list-info span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.dd-top-fundraisers .dd-avatar-link .dd-list-info .dd-list-name,
.dd-top-teams .dd-avatar-link .dd-list-info .dd-list-name {
  font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
  line-height: 1.35;
  word-break: break-word;
}
.dd-top-fundraisers .dd-avatar-link:hover img,
.dd-top-teams .dd-avatar-link:hover img,
.dd-top-fundraisers .dd-avatar-link:focus img,
.dd-top-teams .dd-avatar-link:focus img {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.dd-top-fundraisers.dd-widget-white h1,
.dd-top-teams.dd-widget-white h1,
.dd-top-fundraisers.dd-widget-white .dd-avatar-link,
.dd-top-teams.dd-widget-white .dd-avatar-link {
  color: #FFFFFF;
}
.dd-top-fundraisers.dd-widget-white .dd-view-more-link,
.dd-top-teams.dd-widget-white .dd-view-more-link {
  margin-right: 0;
  background-color: transparent;
  color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-color: #FFFFFF;
}
.dd-top-fundraisers.dd-widget-white .dd-view-more-link:hover,
.dd-top-teams.dd-widget-white .dd-view-more-link:hover,
.dd-top-fundraisers.dd-widget-white .dd-view-more-link:focus,
.dd-top-teams.dd-widget-white .dd-view-more-link:focus {
  background-color: #FFFFFF;
  color: #0C499C;
  border-color: transparent;
}
.dd-widget.dd-login {
  background-color: #0C499C;
  padding: 15px;
  text-align: left;
}
.dd-widget.dd-login * {
  margin: 0;
}
.dd-widget.dd-login,
.dd-widget.dd-login form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.dd-widget.dd-login *,
.dd-widget.dd-login form * {
  width: 100%;
}
.dd-widget.dd-login .dd-form-error {
  color: #FFFFFF;
}
.dd-widget.dd-login .dd-btn-login {
  background-color: transparent;
  color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-color: #FFFFFF;
}
.dd-widget.dd-login .dd-btn-login:hover,
.dd-widget.dd-login .dd-btn-login:focus {
  background-color: #FFFFFF;
  color: #0C499C;
  border-color: transparent;
}
.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-milestone-explainer p {
  margin-bottom: 10px;
}
.dd-milestone-explainer a {
  display: inline-block;
}
.dd-milestones {
  margin-top: 14px;
  width: auto;
}
.dd-milestones h1 {
  color: #353535;
  display: inline;
  font-size: 20px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
}
.dd-milestones .dd-btn-link {
  display: block;
  margin: 10px 0;
}
.dd-milestones .dd-milestone {
  display: inline;
  flex-grow: 1;
}
.dd-milestones .dd-milestone strong,
.dd-milestones .dd-milestone em {
  display: inline;
}
.dd-milestones .dd-milestone a {
  color: #353535;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.dd-milestones .dd-milestone a strong {
  color: #0099A8;
  transition: all 0.5s ease;
}
.dd-milestones .dd-milestone a:focus,
.dd-milestones .dd-milestone a:hover {
  color: #353535;
}
.dd-milestones .dd-milestone a:focus strong,
.dd-milestones .dd-milestone a:hover strong {
  color: #007a86;
}
.dd-milestones .dd-milestone strong {
  font-size: 28px;
  font-weight: 700;
  margin-right: 10px;
}
.dd-milestones .dd-milestone em {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.dd-milestones.dd-widget-white h1 {
  color: #FFFFFF;
}
.dd-milestones.dd-widget-white .dd-milestone a {
  color: #FFFFFF;
}
.dd-milestones.dd-widget-white .dd-milestone a strong {
  color: #73E8F4;
}
.dd-milestones.dd-widget-white .dd-milestone a:focus strong,
.dd-milestones.dd-widget-white .dd-milestone a:hover strong {
  color: #FFFFFF;
}
.dd-milestones.dd-widget-white .dd-btn-link {
  color: #FFFFFF;
}
.dd-milestones.dd-widget-white .dd-btn-link:hover,
.dd-milestones.dd-widget-white .dd-btn-link:focus {
  color: #FFFFFF;
}
.dd-quickstats {
  display: flex;
  justify-content: center;
}
.dd-quickstats > * {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.dd-quickstats > *:first-child {
  padding-left: 0;
}
.dd-quickstats > *:last-child {
  padding-right: 0;
}
.dd-quickstats h2 {
  display: inline-block;
  margin: 0;
  font-size: 55px;
  font-weight: 600;
  font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1;
}
.dd-quickstats small {
  font-size: 20px;
  font-weight: 600;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  color: inherit;
  padding-top: 5px;
}
.dd-quickstats.dd-widget-white h2 {
  color: #FFFFFF;
}
.dd-quickstats.dd-widget-borders > * {
  border-right: 4px solid rgba(255, 255, 255, 0.4);
}
.dd-quickstats.dd-widget-borders > *:last-child {
  border-right: 0;
}
.dd-search form,
.dd-search label {
  margin: 0;
  padding: 0;
  position: relative;
}
.dd-search label {
  display: inline-block;
  width: 100%;
}
.dd-search input[type="text"] {
  background: inherit;
  border: auto;
  border-radius: inherit;
  box-shadow: none;
  color: inherit;
  font-size: 15px;
  padding: 8px 40px 8px 15px;
  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: 8px 40px 8px 15px;
}
.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-widget.dd-search form {
  display: inline-block;
}
.dd-widget.dd-search input[name="searchTerm"] {
  padding: 8px 40px 8px 15px;
  min-width: 220px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 0;
  border-color: #0C499C;
  border-right-width: 2px;
  font-size: 15px;
}
.dd-widget.dd-search input[name="searchTerm"]:focus {
  border: solid #0C499C 2px;
}
.dd-widget.dd-search button[type="submit"] {
  color: #0C499C;
  background-color: transparent;
  text-indent: -999px;
  padding: 12px;
  margin: 0;
  line-height: 0;
  border-color: transparent;
  overflow: hidden;
  width: auto;
  font-weight: 400;
  right: 4px;
}
.dd-widget.dd-search button[type="submit"]:after {
  content: '\f002';
  font-family: FontAwesome;
  color: inherit;
  display: block;
  text-indent: 0;
  font-size: inherit;
}
.dd-widget.dd-search ::placeholder {
  color: #0C499C;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.dd-widget.dd-search ::-moz-placeholder {
  color: #0C499C;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  opacity: 1;
}
.dd-widget.dd-search ::-webkit-input-placeholder {
  color: #0C499C;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.dd-widget.dd-search :-ms-input-placeholder {
  color: #0C499C;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.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: 50px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #EFEFEF;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: 50px;
  border-radius: auto;
}
.dd-thermo-horizontal .dd-thermo-raised {
  float: left;
}
.dd-thermo-horizontal .dd-thermo-goal {
  float: right;
}
.dd-thermo-horizontal .dd-thermo-percent {
  max-width: 100%;
  text-align: right;
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-percent-flag {
  display: inline-block;
  background: none;
}
.dd-widget:empty {
  display: none;
}
.dd-milestone-wrapper {
  position: relative;
}
.dd-milestone-list {
  width: calc(100% - 10px / 2);
  height: 50px;
  position: absolute;
}
.dd-milestone-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -5px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0099A8;
  border-radius: 100%;
  z-index: 1005;
  box-shadow: none;
  padding: 0;
  line-height: 1;
  font-family: inherit;
}
.dd-milestone-mark .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #FFFFFF;
  font-size: 14px;
  left: 50%;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-milestone-mark .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-milestone-mark .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-milestone-mark .dd-description strong {
  display: block;
}
.dd-milestone-mark:hover .dd-description,
.dd-milestone-mark:focus .dd-description {
  opacity: 1;
}
@keyframes thermo-progress {
  0% {
    width: 0;
  }
}
.dd-thermo-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: auto;
}
.dd-thermo-horizontal .dd-thermo-mask {
  display: none;
}
.dd-thermo-horizontal .dd-thermo-raised,
.dd-thermo-horizontal .dd-thermo-goal {
  text-transform: uppercase;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.dd-thermo-horizontal .dd-thermo-raised {
  order: 0;
}
.dd-thermo-horizontal .dd-thermo-goal {
  order: 2;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track,
.dd-thermo-horizontal .dd-milestone-wrapper {
  order: 3;
  width: 100%;
}
.dd-thermo-horizontal .dd-thermo-progress {
  animation: thermo-progress 1s 1 forwards ease-out;
}
.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 {
  color: #0099A8;
  font-weight: 600;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.dd-thermo-horizontal .dd-page-edit-btn {
  top: auto;
  right: 10px;
  bottom: 10px;
}
.dd-thermo-horizontal.dd-widget-white .dd-thermo-raised,
.dd-thermo-horizontal.dd-widget-white .dd-thermo-goal {
  color: #FFFFFF;
}
.dd-thermo-horizontal.dd-v-1-thermometer .dd-thermo-percent-flag {
  color: #FFFFFF;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  top: auto;
  transform: none;
}
.dd-thermo-horizontal.dd-v-1-thermometer .dd-thermo-percent {
  height: auto;
  margin-bottom: 10px;
  order: 1;
  padding-left: 0;
  position: relative;
  text-align: center;
  width: auto !important;
}
.u-border-inner-white > * {
  border-left: 4px solid rgba(255, 255, 255, 0.4);
}
.u-border-inner-white > *:first-child {
  border-left: none;
}
.u-border-top-white {
  border-top: 4px solid rgba(255, 255, 255, 0.4);
}
.u-min-w-1\/2 {
  min-width: 50%;
}
.u-gap-x-lg > * {
  padding-left: 30px;
  padding-right: 30px;
}
.u-gap-x-lg > *:first-child {
  padding-left: 0;
}
.u-gap-x-lg > *:last-child {
  padding-right: 0;
}
.u-py-lg-children > * {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 1025px){
  .bg-horz-gradient-fade-out--large {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(12, 73, 156, 0.8) 0%, rgba(0, 153, 168, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .banner .banner-content {
    text-align: center;
  }
  .dsp-block-stack--large > * {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px !important;
  }
  .dsp-block-stack--large > *:last-child {
    margin-bottom: 0 !important;
  }
  [class*="has-dropdown"] .is-dropdown:not([class*="dd-u-w-"]) {
    width: 100%;
  }
  table.table-responsive td {
    display: block !important;
    margin-bottom: 20px;
  }
  table.table-responsive td,
  table[class*="table-responsive-"][class*="-col-4"] td {
    width: calc(50% - 40px);
  }
  .grid-flex > *.grid-col-large--1 {
    width: 8.333333333333332%;
  }
  .grid-flex > *.grid-col-large--2 {
    width: 16.666666666666664%;
  }
  .grid-flex > *.grid-col-large--3 {
    width: 25%;
  }
  .grid-flex > *.grid-col-large--4 {
    width: 33.33333333333333%;
  }
  .grid-flex > *.grid-col-large--5 {
    width: 41.66666666666667%;
  }
  .grid-flex > *.grid-col-large--6 {
    width: 50%;
  }
  .grid-flex > *.grid-col-large--7 {
    width: 58.333333333333336%;
  }
  .grid-flex > *.grid-col-large--8 {
    width: 66.66666666666666%;
  }
  .grid-flex > *.grid-col-large--9 {
    width: 75%;
  }
  .grid-flex > *.grid-col-large--10 {
    width: 83.33333333333334%;
  }
  .grid-flex > *.grid-col-large--11 {
    width: 91.66666666666666%;
  }
  .grid-flex > *.grid-col-large--12 {
    width: 100%;
  }
  .grid-flex.grid-flex-stack--large {
    flex-direction: column;
  }
  .grid-flex.grid-flex-stack--large > * {
    width: 100% !important;
  }
  .grid-flex.grid-flex-stack--large > *:last-of-type {
    margin-bottom: 0;
  }
  .grid-flex.grid-flex-stack--large.grid-collapse {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .grid-flex.grid-flex-stack--large[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex.grid-flex-stack--large.grid-flex-border > * {
    border-right: 0;
    border-bottom: 4px solid rgba(255, 255, 255, 0.4);
  }
  .grid-flex.grid-flex-stack--large.grid-flex-border > *:last-child {
    border-bottom: 0;
  }
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle {
    display: block;
  }
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle a {
    background-color: #353535 !important;
  }
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle [class*="icon-"] {
    margin-left: 10px;
    font-size: inherit;
  }
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle ~ li {
    display: none;
  }
  .topnavcms.contentset-nav-mobile .contentset-nav-mobile-toggle ~ li.show-navigation {
    display: block;
  }
  #m-nav {
    display: flex;
    align-items: center;
  }
  .btn-show-dropdown {
    display: block;
  }
  .topnavcms.m-cms-nav,
  .topnavcms.contentset-nav-mobile {
    text-align: left;
  }
  .topnavcms.m-cms-nav li,
  .topnavcms.contentset-nav-mobile li {
    display: block;
    width: 100%;
  }
  .topnavcms.m-cms-nav li:hover ul:not(.show-dropdown),
  .topnavcms.contentset-nav-mobile li:hover ul:not(.show-dropdown),
  .topnavcms.m-cms-nav li:focus ul:not(.show-dropdown),
  .topnavcms.contentset-nav-mobile li:focus ul:not(.show-dropdown) {
    transform: scaleY(0);
  }
  .topnavcms.m-cms-nav > li:not(.nochildren) > a,
  .topnavcms.contentset-nav-mobile > li:not(.nochildren) > a {
    padding-right: 54px;
  }
  .topnavcms.m-cms-nav a:not(.dd-btn),
  .topnavcms.contentset-nav-mobile a:not(.dd-btn) {
    padding: 12px 15px;
  }
  .topnavcms.m-cms-nav ul,
  .topnavcms.contentset-nav-mobile ul {
    width: 100%;
    box-shadow: none;
  }
  .topnavcms.m-cms-nav ul.show-dropdown,
  .topnavcms.contentset-nav-mobile ul.show-dropdown {
    position: static;
    display: block;
    visibility: visible;
  }
  .topnavcms.m-cms-nav ul a:not(.dd-btn),
  .topnavcms.contentset-nav-mobile ul a:not(.dd-btn) {
    padding: 10px 15px 10px 25px;
    font-size: 16px;
  }
  .topnavcms.m-cms-nav > li:first-child > a {
    font-size: inherit !important;
  }
  .topnavcms.m-cms-nav > li:first-child > a:before {
    margin-right: 10px;
  }
  .topnavcms.m-cms-nav ul {
    background-color: #EFEFEF;
  }
  .topnavcms.contentset-nav-mobile .btn-show-dropdown {
    background-color: #353535;
  }
  .topnavcms {
    display: none;
  }
  #logo {
    text-align: center;
  }
  .header__top {
    padding: 20px 15px;
    text-align: center;
  }
  .header__user-tools > * {
    display: none;
  }
  .header__user-tools .language-select-wrap,
  .header__user-tools .btn-event-list {
    display: block;
  }
  .dd-widget.dd-events ol li {
    width: 33.33%;
  }
  .dd-incentive-option-list ul > * {
    margin-bottom: 10px !important;
  }
  .dd-incentive-option-list .dd-incentive-option {
    max-width: 50%;
    width: 50%;
  }
  .dd-incentive-option-list .dd-incentive-explainer {
    text-align: center;
  }
  .language-select-wrap {
    border-right: 0;
  }
  .leaderboard-wrap > * {
    margin: 0 auto 25px auto !important;
    padding: 0 !important;
  }
  .leaderboard-wrap > *:last-child {
    margin-bottom: 0 !important;
  }
  .dd-quickstats > * {
    text-align: center !important;
  }
  .dd-widget.dd-search input[name="searchTerm"] {
    min-width: auto;
    padding: 10px;
    border: 0;
  }
  .dd-widget.dd-search input[name="searchTerm"]:focus {
    border: 0;
  }
  .dd-widget.dd-search button[type="submit"] {
    display: none;
  }
  .dd-widget.dd-search ::placeholder {
    color: #353535;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
  }
  .dd-widget.dd-search ::-moz-placeholder {
    color: #353535;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    opacity: 1;
  }
  .dd-widget.dd-search ::-webkit-input-placeholder {
    color: #353535;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
  }
  .dd-widget.dd-search :-ms-input-placeholder {
    color: #353535;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
  }
}
@media only screen and (max-width: 768px){
  #errorBar,
  #warningBar,
  #confirmBar {
    height: auto;
    line-height: 20px;
    padding: 30px;
    text-align: center;
  }
  #errorBar [class^="icon-"],
  #warningBar [class^="icon-"],
  #confirmBar [class^="icon-"] {
    display: none;
    margin-right: 0;
  }
  #errorBar .btn-form,
  #warningBar .btn-form,
  #confirmBar .btn-form {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    left: 0;
  }
  #errorBar .dd-notification-ok,
  #warningBar .dd-notification-ok,
  #confirmBar .dd-notification-ok {
    margin-top: 20px;
  }
  .help {
    display: none !important;
  }
  div.dataTables_filter {
    width: auto;
    float: none;
  }
  div.dataTables_filter label,
  div.dataTables_filter input {
    float: none;
    width: 100% !important;
    font-size: 15px;
    color: #222;
  }
  div.dataTables_filter label {
    margin: 10px 0;
    display: block;
  }
  div.dataTables_filter input {
    padding: 12px;
    width: auto;
    margin-top: 10px !important;
  }
  #ticketTable {
    overflow: hidden;
  }
  #captcha,
  #captcha td {
    display: table-cell !important;
  }
  .nav-tabs {
    border-bottom: 0;
  }
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li > a {
    margin-right: 0;
  }
  .nav-tabs > li > a,
  .nav-tabs > .active > a {
    border: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-tabs > li:first-child > a {
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li:last-child > a {
    border-radius: 0 0 4px 4px;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > .active > a:hover {
    border-color: #ddd;
    z-index: 2;
  }
  .box-medium-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .dsp-block-stack--med > * {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px !important;
  }
  .dsp-block-stack--med > *:last-child {
    margin-bottom: 0 !important;
  }
  table[class*="table-responsive-"][class*="-col-"] tr {
    margin-left: -20px;
    margin-right: -20px;
  }
  table[class*="table-responsive-"][class*="-col-"] td {
    margin: 20px;
  }
  table[class*="table-responsive-"][class*="-col-1"] td {
    width: calc(100% - 40px);
  }
  table[class*="table-responsive-"][class*="-col-2"] td,
  table[class*="table-responsive-"][class*="-col-3"] td {
    width: calc(50% - 40px);
  }
  .grid-flex > *.grid-col-medium--1 {
    width: 8.333333333333332%;
  }
  .grid-flex > *.grid-col-medium--2 {
    width: 16.666666666666664%;
  }
  .grid-flex > *.grid-col-medium--3 {
    width: 25%;
  }
  .grid-flex > *.grid-col-medium--4 {
    width: 33.33333333333333%;
  }
  .grid-flex > *.grid-col-medium--5 {
    width: 41.66666666666667%;
  }
  .grid-flex > *.grid-col-medium--6 {
    width: 50%;
  }
  .grid-flex > *.grid-col-medium--7 {
    width: 58.333333333333336%;
  }
  .grid-flex > *.grid-col-medium--8 {
    width: 66.66666666666666%;
  }
  .grid-flex > *.grid-col-medium--9 {
    width: 75%;
  }
  .grid-flex > *.grid-col-medium--10 {
    width: 83.33333333333334%;
  }
  .grid-flex > *.grid-col-medium--11 {
    width: 91.66666666666666%;
  }
  .grid-flex > *.grid-col-medium--12 {
    width: 100%;
  }
  .grid-flex.grid-flex-stack--medium {
    flex-direction: column;
  }
  .grid-flex.grid-flex-stack--medium > * {
    width: 100% !important;
  }
  .grid-flex.grid-flex-stack--medium > *:last-of-type {
    margin-bottom: 0;
  }
  .grid-flex.grid-flex-stack--medium.grid-collapse {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .grid-flex.grid-flex-stack--medium[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex.grid-flex-stack--medium.grid-flex-border > * {
    border-right: 0;
    border-bottom: 4px solid rgba(255, 255, 255, 0.4);
  }
  .grid-flex.grid-flex-stack--medium.grid-flex-border > *:last-child {
    border-bottom: 0;
  }
  #footer * {
    text-align: center;
  }
  #footer .footer-text__copy-right,
  #footer .footer-text {
    margin-bottom: 25px;
  }
  #footer .footer-text__copy-right {
    display: block;
  }
  .dd-widget.dd-events ol li {
    width: 50%;
  }
  .dd-sponsors .dd-sponsor {
    width: calc(50% - (10px*2));
  }
  #socialBtns h1 {
    display: none;
    visibility: hidden;
  }
  #socialBtns > *,
  #socialBtns > * > * {
    display: block;
  }
  #socialBtns > div {
    padding: 0;
  }
  #socialBtns #sharebadge,
  #socialBtns .dd-btn.dd-social-btn {
    margin-right: 0;
    width: 100%;
  }
  .dd-incentive-option-list .dd-incentive-option {
    max-width: 100%;
    width: 100%;
  }
  .dd-incentive-option-list .dd-btn-link {
    order: 3;
    margin-bottom: 10px;
  }
  .dd-milestones {
    display: block;
  }
  .dd-milestones h1 {
    display: block;
  }
  .dd-milestones .dd-milestone {
    display: block;
  }
  .dd-milestones .dd-milestone a,
  .dd-milestones .dd-milestone strong,
  .dd-milestones .dd-milestone em {
    display: block;
  }
  .dd-milestones .dd-milestone strong {
    margin-right: 0;
  }
  .dd-quickstats {
    flex-wrap: wrap;
  }
  .dd-quickstats > * {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 25px;
  }
  .dd-quickstats > *:last-child {
    margin-bottom: 0;
  }
  .dd-quickstats h2 {
    font-size: 35px;
  }
  .dd-quickstats small {
    display: inline-block;
  }
  .dd-quickstats.dd-widget-borders > * {
    border: 0;
  }
  .dd-quickstats.dd-widget-small-style > * {
    text-align: left !important;
  }
  .dd-milestone-mark .dd-description {
    display: none !important;
  }
  .u-border-inner-white > * {
    border-left: none;
    border-top: 4px solid rgba(255, 255, 255, 0.4);
  }
  .u-border-inner-white > *:first-child {
    border-top: none;
  }
  .md\:u-block {
    display: block !important;
  }
  .u-gap-x-lg > * {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:u-px-md-children > *,
  .md\:u-px-md-children > *:first-child,
  .md\:u-px-md-children > *:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 641px){
  .form-actions .dd-btn,
  .form-actions > * {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .form-actions .dd-btn:last-child,
  .form-actions > *:last-child {
    margin-bottom: 0;
  }
  .bg-bridge-people-grey-scale {
    background-image: none;
  }
  .banner {
    min-height: auto;
  }
  .box-padding-30-5--vert-small {
    padding-top: 30px;
    padding-bottom: 5px;
  }
  .box-padding-15--vert-small {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .box-padding-20--vert-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .box-padding-20-80-vert-small {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .bucket {
    padding-left: 0;
    padding-right: 0;
  }
  body:not(.body-modal) .dd-btn:not(#streamingdonatebutton),
  body:not(.body-modal) .btn-big {
    width: 100%;
  }
  .dd-stream.dd-streaming-embed {
    margin: 15px auto;
  }
  table[class*="table-responsive"] caption {
    margin: 0 0 20px 0;
  }
  table[class*="table-responsive"] td {
    width: calc(100% - 40px) !important;
  }
  table[class*="table-responsive-"][class*="-col-4"] td {
    width: calc(100% - 40px) !important;
  }
  .grid-flex.grid-flex-stack--small {
    flex-direction: column;
  }
  .grid-flex.grid-flex-stack--small > * {
    width: 100% !important;
  }
  .grid-flex.grid-flex-stack--small > *:last-of-type {
    margin-bottom: 0;
  }
  .grid-flex.grid-flex-stack--small.grid-collapse {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .grid-flex.grid-flex-stack--small[class*="grid-child-padding--"] > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .grid-flex.grid-flex-stack--small.grid-flex-border > * {
    border-right: 0;
    border-bottom: 4px solid rgba(255, 255, 255, 0.4);
  }
  .grid-flex.grid-flex-stack--small.grid-flex-border > *:last-child {
    border-bottom: 0;
  }
  .reset-font-size--small {
    font-size: 15px !important;
  }
  .dd-badges .dd-description {
    display: none !important;
  }
  .dd-widget.dd-badges ul {
    margin-bottom: 15px;
  }
  .dd-widget.dd-badges .dd-btn-link {
    position: static;
  }
  .dd-widget.dd-events ol {
    margin-bottom: 10px;
  }
  .dd-widget.dd-events ol li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .dd-widget.dd-events ol .dd-list-name {
    font-size: 27px;
  }
  .dd-widget.dd-events ol .dd-list-name:after {
    display: none;
  }
  .dd-sponsors .dd-sponsor {
    width: calc(100% - (10px*2));
  }
  #embedbtn {
    display: none !important;
  }
  .language-select-wrap {
    width: 100%;
  }
  .dd-top-fundraisers,
  .dd-top-teams {
    padding: 0;
    text-align: left;
  }
  .dd-top-fundraisers ol li,
  .dd-top-teams ol li {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .dd-top-fundraisers .dd-avatar-link,
  .dd-top-teams .dd-avatar-link {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-decoration: none;
  }
  .dd-top-fundraisers .dd-avatar-link .dd-list-info,
  .dd-top-teams .dd-avatar-link .dd-list-info,
  .dd-top-fundraisers .dd-avatar-link img,
  .dd-top-teams .dd-avatar-link img {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
  }
  .dd-top-fundraisers .dd-avatar-link img,
  .dd-top-teams .dd-avatar-link img {
    max-width: 61px;
    width: 20%;
  }
  .dd-top-fundraisers .dd-avatar-link .dd-list-info,
  .dd-top-teams .dd-avatar-link .dd-list-info {
    text-align: left;
    width: 80%;
    padding: 0;
    padding-left: 15px;
  }
  .dd-top-fundraisers .dd-avatar-link .dd-list-info span,
  .dd-top-teams .dd-avatar-link .dd-list-info span {
    display: block;
    font-size: 16px;
  }
  .dd-top-fundraisers .dd-btn.dd-view-more-link,
  .dd-top-teams .dd-btn.dd-view-more-link {
    display: block;
    width: 100%;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal {
    width: 100%;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-track {
    margin-bottom: 10px;
  }
  .dd-thermo-horizontal .dd-thermo-raised {
    order: 1;
  }
  .dd-thermo-horizontal .dd-thermo-goal {
    order: 3;
    text-align: left;
    margin-bottom: 0;
  }
  .dd-thermo-horizontal .dd-thermo-track {
    order: 2;
  }
  .dd-thermo-horizontal.dd-v-1-thermometer {
    margin-bottom: 30px;
  }
  .dd-thermo-horizontal.dd-v-1-thermometer .dd-thermo-percent {
    order: 2;
  }
}

