@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
.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 !important;
}
/* 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 button.dd-btn {
  margin-bottom: 0 !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;
}
.dd-announcement-bar {
  background-color: #FF6B00;
  box-shadow: none;
  line-height: 1.67;
  position: relative;
  text-align: center;
}
.dd-announcement-bar-content {
  display: block;
  margin: 0 auto;
  max-width: 1040px;
  padding: 16px 54px;
  width: 100%;
}
.dd-announcement-bar-content p {
  color: #ffffff;
}
.dd-announcement-bar-content > :last-child {
  margin-bottom: 0;
}
.dd-announcement-bar-content a,
.dd-announcement-bar-content a:link {
  color: #ffffff;
  text-decoration: underline;
}
.dd-announcement-bar-content a:active,
.dd-announcement-bar-content a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.dd-announcement-bar-content a:hover,
.dd-announcement-bar-content a:focus {
  color: #ffffff;
  text-decoration: none;
}
.dd-announcement-bar-close,
.dd-announcement-bar-close:active,
.dd-announcement-bar-close:hover,
.dd-announcement-bar-close:link,
.dd-announcement-bar-close:visited {
  -webkit-appearance: none;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  line-height: inherit;
}
.dd-announcement-bar-close {
  position: absolute;
  right: 27px;
  top: 16px;
  transform: translate(50%, 0);
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .banner__image img {
  width: 100% !important;
  height: auto !important;
}
.banner .banner__image p {
  margin: 0;
}
.banner .banner__mobile {
  display: none;
}
.banner .banner__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.banner .default-logo-banner {
  display: none !important;
}
.banner.banner__text--white * {
  color: #FFFFFF;
}
.banner.banner__min-height--440 {
  min-height: 440px;
}
.banner.banner__min-height--440 > * {
  min-height: inherit;
}
.banner.banner__min-height--332 {
  min-height: 332px;
}
.box {
  width: 100%;
  padding: 0 15px;
}
.box__padding-20-vert {
  padding-top: 20px;
  padding-bottom: 20px;
}
.box__padding-25-vert {
  padding-top: 25px;
  padding-bottom: 25px;
}
.box__padding-0-25-vert {
  padding-bottom: 25px;
}
.box__padding-30-vert {
  padding-top: 30px;
  padding-bottom: 30px;
}
.box__padding-35-10-vert {
  padding-top: 35px;
  padding-bottom: 10px;
}
.box__padding-40-vert {
  padding-top: 40px;
  padding-bottom: 40px;
}
.box__padding-40-25-vert {
  padding-top: 40px;
  padding-bottom: 25px;
}
.box__padding-60-vert {
  padding-top: 60px;
  padding-bottom: 60px;
}
.box__padding-60-30-vert {
  padding-top: 60px;
  padding-bottom: 30px;
}
.box__padding-70-vert {
  padding-top: 70px;
  padding-bottom: 70px;
}
.box__padding-80-vert {
  padding-top: 80px;
  padding-bottom: 80px;
}
.box__padding-90-vert {
  padding-top: 80px;
  padding-bottom: 80px;
}
.box__padding-110-130-vert {
  padding-top: 110px;
  padding-bottom: 130px;
}
.box__border {
  border: 2px solid #F5F5F5;
}
.box__color-1 {
  background-color: #FF6B00;
}
.box__color-2 {
  background-color: #00ACCA;
}
.box__color-3 {
  background-color: #333333;
}
.box__color-4 {
  background-color: #F5F5F5;
}
.box__color-5 {
  background-color: #444444;
}
a {
  transition: all 0.5s;
}
a:link {
  color: #FF6B00;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:visited {
  color: #FF6B00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b84d00;
  text-decoration: none;
}
a:active {
  color: #FF6B00;
  text-decoration: none;
}
a.link__blue {
  color: #00ACCA;
}
a.link__blue:hover,
a.link__blue:focus {
  color: #006f83;
}
a.btn-link,
button.btn-link,
input[type="submit"].btn-link,
a.cancel,
button.cancel,
input[type="submit"].cancel {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
a.cancel,
button.cancel,
input[type="submit"].cancel {
  font-size: 15px;
}
a.dd-btn,
button.dd-btn,
input[type="submit"].dd-btn,
a.m-btn,
button.m-btn,
input[type="submit"].m-btn {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.44px;
  line-height: 1;
  margin: 0 15px 15px 0;
  padding: 15px 23px 15px 23px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  transition: all 0.5s;
  background-color: transparent;
  color: #FF6B00;
  border-width: 2px;
  border-style: solid;
  border-color: #FF6B00;
}
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: #FF6B00;
  color: #FFFFFF;
}
a.dd-btn [class^="icon-"],
button.dd-btn [class^="icon-"],
input[type="submit"].dd-btn [class^="icon-"],
a.m-btn [class^="icon-"],
button.m-btn [class^="icon-"],
input[type="submit"].m-btn [class^="icon-"],
a.dd-btn [class*=" icon-"],
button.dd-btn [class*=" icon-"],
input[type="submit"].dd-btn [class*=" icon-"],
a.m-btn [class*=" icon-"],
button.m-btn [class*=" icon-"],
input[type="submit"].m-btn [class*=" icon-"] {
  font-size: 14px;
}
a.btn-med,
button.btn-med,
input[type="submit"].btn-med {
  padding: 14px 22px;
  font-size: 16px;
}
a.btn-big,
button.btn-big,
input[type="submit"].btn-big {
  padding: 22px 30px;
  margin: 0 15px 20px 0;
  font-size: 19px;
}
a.btn-big,
button.btn-big,
input[type="submit"].btn-big,
a.btn-orange,
button.btn-orange,
input[type="submit"].btn-orange {
  background-color: #FF6B00;
  color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
a.btn-big:hover,
button.btn-big:hover,
input[type="submit"].btn-big:hover,
a.btn-orange:hover,
button.btn-orange:hover,
input[type="submit"].btn-orange:hover,
a.btn-big:focus,
button.btn-big:focus,
input[type="submit"].btn-big:focus,
a.btn-orange:focus,
button.btn-orange:focus,
input[type="submit"].btn-orange:focus {
  background-color: #00ACCA;
  color: #FFFFFF;
}
a.btn-grey,
button.btn-grey,
input[type="submit"].btn-grey {
  background-color: #333333;
  color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
a.btn-grey:hover,
button.btn-grey:hover,
input[type="submit"].btn-grey:hover,
a.btn-grey:focus,
button.btn-grey:focus,
input[type="submit"].btn-grey:focus {
  background-color: #0f0f0f;
  color: #FFFFFF;
}
a.btn-no-margin,
button.btn-no-margin,
input[type="submit"].btn-no-margin {
  margin: 0;
}
.btn-hollow {
  display: inline-block;
  padding: 22px 30px;
}
#top-button {
  background-color: #FF6B00;
  display: none;
  position: fixed;
  padding: 20px 22px;
  font-size: 22px;
  bottom: 5px;
  right: 5px;
  z-index: 1028;
  border: none;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 900;
}
#top-button span {
  margin-left: 5px;
}
#top-button i.icon-chevron-up {
  margin: 0px;
  font-size: inherit;
}
#top-button:hover,
#top-button:focus {
  background-color: #cc5600;
}
.m-btn-container td {
  background-color: transparent;
}
.m-btn-container td a.m-btn {
  border-radius: 5px !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 1.44px !important;
  line-height: 1 !important;
  margin: 0 15px 15px 0 !important;
  padding: 15px 23px 15px 23px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  vertical-align: top !important;
  transition: all 0.5s !important;
  background-color: transparent !important;
  color: #FF6B00 !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #FF6B00 !important;
}
.m-btn-container td a.m-btn:hover,
.m-btn-container td a.m-btn:focus {
  background-color: #FF6B00 !important;
  color: #FFFFFF !important;
}
.donut-chart {
  display: flex;
  gap: 10px;
}
.donut-chart .donut-chart-container {
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  width: min(100%, 195px);
}
.donut-chart .donut-chart-pie {
  --perc-1: 8;
  --perc-2: 3;
  --slice-1: calc(var(--perc-1)/100 * 360deg);
  --slice-2: calc((var(--perc-1) + var(--perc-2))/100 * 360deg);
  background: conic-gradient(#faaa75 var(--slice-1), #fcc59e var(--slice-1) var(--slice-2), #f4792b calc(var(--slice-2) + 0.5deg));
  height: 100%;
  width: 100%;
}
.donut-chart .donut-chart-label-programs {
  color: #FFFFFF;
  position: absolute;
  white-space: nowrap;
  top: 146px;
  left: 50%;
  transform: translateX(-50%);
}
.donut-chart .donut-chart-stat-container {
  width: 100%;
}
.donut-chart .donut-chart-stat {
  position: relative;
  margin-bottom: 10px;
}
.donut-chart .donut-chart-stat [class*="icon-"] {
  font-size: 24px;
  left: -35px;
  position: absolute;
  top: 3px;
}
.donut-chart p {
  font-size: 16px;
}
input[type="file"] {
  line-height: 1.15;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: "Lato", 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 #FF6B00;
  outline: 0;
  box-shadow: 0 0 10px #ffd3b3;
}
.dd-editable-content img {
  margin: 0 0 20px 0;
}
#inappropriatecontentlink {
  font-size: 18px;
  padding-bottom: 0;
}
#inappropriatecontentlink.text-align-left {
  text-align: left;
}
.offlinedonationlink:before {
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 15px;
  display: inline;
}
[data-resizetype="responsive"],
.responsive-media-embed {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #FFFFFF;
}
[data-resizetype="responsive"] iframe,
.responsive-media-embed iframe,
[data-resizetype="responsive"] object,
.responsive-media-embed object,
[data-resizetype="responsive"] embed,
.responsive-media-embed embed,
[data-resizetype="responsive"] video,
.responsive-media-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
[data-resizetype="responsive"].default,
.responsive-media-embed.default {
  padding-bottom: 56.25%;
}
[data-resizetype="responsive"].anamorphic,
.responsive-media-embed.anamorphic {
  padding-bottom: 41.84100418%;
}
[data-resizetype="responsive"].panorama,
.responsive-media-embed.panorama {
  padding-bottom: 31.640625%;
}
[data-resizetype="responsive"].square,
.responsive-media-embed.square {
  padding-bottom: 100%;
}
table[class*="table-responsive"] {
  width: 100%!important;
  display: table;
  border-collapse: separate;
  table-layout: fixed;
}
table[class*="table-responsive"],
table[class*="table-responsive"] tr {
  border: none;
}
table[class*="table-responsive"] td {
  display: table-cell;
  vertical-align: top;
}
table.table-responsive {
  border-spacing: 20px;
  padding: 40px 0;
}
table.table-responsive td {
  padding: 0 0 35px 0;
  border: 1px solid #E4E4E4;
}
table.table-responsive td:nth-last-of-type(1):first-of-type,
table.table-responsive td:nth-last-of-type(1):first-of-type ~ table.table-responsive td {
  width: 100%;
}
table.table-responsive td:nth-last-of-type(2):first-of-type,
table.table-responsive td:nth-last-of-type(2):first-of-type ~ table.table-responsive td {
  width: 50%;
}
table.table-responsive td:nth-last-of-type(3):first-of-type,
table.table-responsive td:nth-last-of-type(3):first-of-type ~ table.table-responsive td {
  width: 33.33%;
}
table.table-responsive td > *:last-child {
  margin-bottom: 0;
}
table.table-responsive td img {
  width: 100% !important;
  height: auto !important;
}
table.table-responsive-2-10,
table.table-responsive-9-3 {
  border-spacing: 0;
  padding: 0;
}
table.table-responsive-2-10 td,
table.table-responsive-9-3 td {
  border: none;
  padding-left: 15px;
  padding-bottom: 45px;
}
table.table-responsive-2-10 td > *:last-child,
table.table-responsive-9-3 td > *:last-child {
  margin-bottom: 0;
}
table.table-responsive-2-10 td:first-child,
table.table-responsive-9-3 td:first-child {
  padding-right: 0;
  padding-left: 0;
}
table.table-responsive-2-10 td:last-child,
table.table-responsive-9-3 td:last-child {
  padding-right: 0;
}
table.table-responsive-2-10 td:first-child {
  width: 23%;
}
table.table-responsive-2-10 td:last-child {
  width: 77%;
}
table.table-responsive-9-3 td {
  vertical-align: middle;
}
table.table-responsive-9-3 td:first-child {
  padding-right: 150px;
  width: 75%;
}
table.table-responsive-9-3 td:last-child {
  width: 25%;
}
.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;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.25;
}
h1,
.h1 {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 24px 0;
  padding: 0;
  font-weight: 900;
  text-transform: none;
}
h1.h1__large,
.h1.h1__large {
  font-size: 50px;
}
h2,
.h2 {
  color: #FF6B00;
  font-family: "Lato", 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: #333333;
  font-family: "Lato", 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: #333333;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 14.66666667px 0;
  font-weight: 900;
  text-transform: none;
}
h5,
.h5 {
  color: #00ACCA;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 14.66666667px 0;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 1px;
}
h6,
.h6 {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 14.66666667px 0;
  font-weight: 500;
  text-transform: none;
}
p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #333333;
  margin: 0 0 20px 0;
  line-height: 1.67;
  padding: 0;
}
p.p__large {
  font-size: 22px;
}
ul,
ol {
  margin: 0 0 25px 25px;
  list-style-position: inside;
}
ul.list__inline,
ol.list__inline {
  list-style: none;
}
ul.list__inline li,
ol.list__inline li {
  display: inline-block;
}
ul.list__no-style,
ol.list__no-style {
  list-style: none;
  margin: 0;
}
li {
  font-size: 18px;
  margin: 0 0 8px 0;
  line-height: 1.67;
}
li p {
  display: inline;
}
strong {
  font-weight: 900;
}
.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 ~ * {
  width: 100%;
}
.grid-flex > *:nth-last-child(2):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(2):not([class*=grid-col]):first-child ~ * {
  width: 50%;
}
.grid-flex > *:nth-last-child(3):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(3):not([class*=grid-col]):first-child ~ * {
  width: 33.333333333333336%;
}
.grid-flex > *:nth-last-child(4):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(4):not([class*=grid-col]):first-child ~ * {
  width: 25%;
}
.grid-flex > *:nth-last-child(5):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(5):not([class*=grid-col]):first-child ~ * {
  width: 20%;
}
.grid-flex > *:nth-last-child(6):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(6):not([class*=grid-col]):first-child ~ * {
  width: 16.666666666666668%;
}
.grid-flex > *:nth-last-child(7):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(7):not([class*=grid-col]):first-child ~ * {
  width: 14.285714285714286%;
}
.grid-flex > *:nth-last-child(8):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(8):not([class*=grid-col]):first-child ~ * {
  width: 12.5%;
}
.grid-flex > *:nth-last-child(9):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(9):not([class*=grid-col]):first-child ~ * {
  width: 11.11111111111111%;
}
.grid-flex > *:nth-last-child(10):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(10):not([class*=grid-col]):first-child ~ * {
  width: 10%;
}
.grid-flex > *:nth-last-child(11):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(11):not([class*=grid-col]):first-child ~ * {
  width: 9.090909090909092%;
}
.grid-flex > *:nth-last-child(12):not([class*=grid-col]):first-child,
.grid-flex > *:nth-last-child(12):not([class*=grid-col]):first-child ~ * {
  width: 8.333333333333334%;
}
.grid-flex > *.grid-col--1 {
  width: 8.333333333333332%;
}
.grid-flex > *.grid-col--2 {
  width: 16.666666666666664%;
}
.grid-flex > *.grid-col--3 {
  width: 25%;
}
.grid-flex > *.grid-col--4 {
  width: 33.33333333333333%;
}
.grid-flex > *.grid-col--5 {
  width: 41.66666666666667%;
}
.grid-flex > *.grid-col--6 {
  width: 50%;
}
.grid-flex > *.grid-col--7 {
  width: 58.333333333333336%;
}
.grid-flex > *.grid-col--8 {
  width: 66.66666666666666%;
}
.grid-flex > *.grid-col--9 {
  width: 75%;
}
.grid-flex > *.grid-col--10 {
  width: 83.33333333333334%;
}
.grid-flex > *.grid-col--11 {
  width: 91.66666666666666%;
}
.grid-flex > *.grid-col--12 {
  width: 100%;
}
.grid-flex > *.grid-order--1 {
  order: 1;
}
.grid-flex > *.grid-order--2 {
  order: 2;
}
.grid-flex > *.grid-order--3 {
  order: 3;
}
.grid-flex > *.grid-order--4 {
  order: 4;
}
.grid-flex > *.grid-order--5 {
  order: 5;
}
.grid-flex > *.grid-order--6 {
  order: 6;
}
.grid-flex > *.grid-order--7 {
  order: 7;
}
.grid-flex > *.grid-order--8 {
  order: 8;
}
.grid-flex > *.grid-order--9 {
  order: 9;
}
.grid-flex > *.grid-order--10 {
  order: 10;
}
.grid-flex > *.grid-order--11 {
  order: 11;
}
.grid-flex > *.grid-order--12 {
  order: 12;
}
.grid-flex.grid-child-padding--small > * {
  padding: 15px;
}
.grid-flex.grid-child-padding--small.grid-collapse {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.grid-flex.grid-child-padding--medium > * {
  padding: 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.grid-flex-align--center {
  align-items: center;
}
.grid-flex.grid-flex-border > * {
  border-right: 1px solid #F5F5F5;
}
.grid-flex.grid-flex-border > *:last-of-type:not([class*="grid-order"]) {
  border-right: 0;
}
.grid-flex.grid-flex-border:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.clear-fix {
  *zoom: 1;
}
.clear-fix:before,
.clear-fix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear-fix:after {
  clear: both;
}
.bg__cover {
  background-color: #333333;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.overlay__black {
  background-color: rgba(0, 0, 0, 0.25);
}
.hide-desktop,
.hide {
  display: none;
}
.text-align {
  text-align: center;
}
.z-index__0 {
  position: relative;
  z-index: 0;
}
.contentset-nav-wrap nav {
  position: relative;
  z-index: 1;
}
.contentset-nav-mobile-toggle {
  display: none;
  background-color: #333333;
  border: 0;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 23px;
  text-align: left;
}
.contentset-nav-mobile-toggle [class*="icon"] {
  font-size: 22px;
  margin-left: 10px;
}
.topnavcms.contentset-nav {
  display: block;
  background-color: #333333;
}
.topnavcms.contentset-nav ul {
  background-color: #333333;
}
.topnavcms.contentset-nav li.top-nav-home a:after {
  display: none;
}
.topnavcms {
  background-color: #444444;
  font-family: "Lato", sans-serif;
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
  position: relative;
  border: none;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
  *zoom: 1;
}
.topnavcms:before,
.topnavcms:after {
  display: table;
  content: "";
  line-height: 0;
}
.topnavcms:after {
  clear: both;
}
.topnavcms li {
  white-space: normal;
  margin-bottom: 0;
}
.topnavcms li:not(.nochildren) {
  position: relative;
}
.topnavcms li a {
  display: block;
  font-size: 14.4px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 12px;
  text-transform: uppercase;
}
.topnavcms li:hover > a,
.topnavcms li:focus > a,
.topnavcms li.on > a,
.topnavcms li.is-active > a {
  color: #FFFFFF;
  background-color: #5e5e5e;
}
.topnavcms li:hover ul,
.topnavcms li:focus ul,
.topnavcms li.is-active ul {
  display: block;
  visibility: visible;
}
.topnavcms > li {
  display: inline-block;
}
.topnavcms > li:not(.nochildren) {
  position: relative;
}
.topnavcms > li:not(.nochildren) > a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 5px;
}
.topnavcms > li > a {
  font-size: 18px;
}
.topnavcms,
.topnavcms ul {
  list-style: none;
  margin: 0;
}
.topnavcms ul {
  background-color: #444444;
  position: absolute;
  width: 250px;
  display: none;
  visibility: hidden;
  text-align: left;
}
.topnavcms ul a {
  padding: 8px 12px;
  text-transform: none;
}
#m-nav {
  display: none;
  padding: 7px 0;
  z-index: 1000;
}
#m-nav > * {
  margin-bottom: 0;
  margin-right: 0;
}
#m-nav .btn {
  color: #FFFFFF;
  padding: 6px 15px;
}
#m-nav .btn [class*="icon-"] {
  margin-right: 0;
  font-size: 22px;
}
#m-nav .m-menu-nav {
  order: 1;
}
#m-nav .m-menu-login {
  order: 2;
}
#m-nav .m-search {
  order: 3;
  margin-left: auto;
}
#m-nav .m-login .dd-widget.dd-login {
  display: block !important;
  position: static;
  min-width: 100%;
  background-color: #FFFFFF;
}
#m-nav .m-login .dd-btn-forgot {
  color: #FFFFFF;
}
.btn-show-dropdown {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  margin: 0;
  color: #FFFFFF;
  border: 0;
  background-color: #575757;
  transition: all 0.5s;
}
.btn-show-dropdown [class*="icon-"] {
  margin-right: 0;
}
.btn-show-dropdown.is-active {
  transform: rotate(180deg);
}
html,
body {
  min-height: 100%;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #333333;
  line-height: 1;
  padding: 0;
}
body.portal {
  font-size: 16px;
}
.footer {
  font-family: "Lato", sans-serif;
  border-top: 2px solid #F5F5F5;
  background-color: #fff;
}
.footer .wrap {
  white-space: nowrap;
}
.footer .wrap > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 30px;
}
.footer .wrap > *:last-child {
  padding-right: 0;
}
.footer__top p {
  color: #444444;
}
.logo__footer {
  max-width: 173px;
}
.footer__social {
  margin: 0 0 5px 0;
}
.footer__social li {
  padding: 0 12px;
  vertical-align: top;
  line-height: 1;
}
.footer__social img {
  padding-top: 1px;
}
.footer__social i[class*="icon-"] {
  font-size: 24px;
}
.footer__text {
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 30px;
}
.footer__text a {
  color: #444444;
  text-decoration: none;
  padding: 0 5px;
}
.footer__text a:hover,
.footer__text a:focus {
  color: #6a6a6a;
  text-decoration: underline;
}
.footer__logos > * {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}
.footer__logos > *:last-child {
  margin-right: 0;
}
#powered-by {
  text-align: right;
  height: auto;
}
#powered-by img {
  width: 196px;
}
header {
  background-color: #fff;
}
.header__top {
  position: relative;
  min-height: auto;
  padding: 27px 15px;
  z-index: 1001;
  white-space: nowrap;
}
.header__top > *,
.header__top > * > * {
  display: inline-block;
  vertical-align: middle;
}
.header__top > * {
  width: 100%;
}
.header__top > *:nth-last-child(2):first-child,
.header__top > *:nth-last-child(2):first-child ~ * {
  width: 50%;
}
.header__top > * > * {
  margin-left: 15px;
  white-space: normal;
}
.header__top .header__top-right {
  text-align: right;
}
.header__bottom {
  width: 100%;
  position: relative;
  z-index: 1000;
}
.wrap__sidebar {
  padding-left: 38px;
  text-align: center;
}
.wrap__sidebar > *:not(.clr) {
  margin-bottom: 30px;
}
.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__med {
  max-width: 840px;
}
.dd-widget h1 {
  font-size: 20px;
  color: #666666;
  text-transform: uppercase;
  font-weight: 900;
}
.dd-widget.dd-widget-white-text .dd-list-name {
  color: #FFFFFF;
}
.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: 75px;
  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 h1 {
  margin-bottom: 15px;
}
.dd-widget.dd-badges ul {
  max-width: 260px;
  margin: 0 auto 5px auto;
}
.dd-widget.dd-badges .dd-btn-link {
  display: block;
  margin-bottom: 15px;
}
.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: #333333;
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors .dd-sponsors-level {
  display: flex;
  margin: 0 0 25px 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.dd-sponsors .dd-sponsors-level:last-child {
  margin: 0;
}
.dd-sponsors .dd-sponsors-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.dd-sponsors a.dd-sponsor {
  text-decoration: none;
}
.dd-sponsors .dd-sponsor {
  display: block;
  padding: 10px;
  margin: 0;
}
.dd-sponsors .dd-sponsor-name {
  color: #000000;
  display: block;
  font-size: inherit;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
#socialBtns {
  text-align: center;
}
#socialBtns h1 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0;
}
#socialBtns > *,
#socialBtns > * > * {
  display: inline-block;
  vertical-align: middle;
}
#socialBtns > div {
  padding: 0 0 0 30px;
}
#socialBtns .dd-btn.dd-social-btn {
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}
#socialBtns.socialBtns_vertical h1 {
  color: #666666;
  padding: 0;
  margin-bottom: 30px;
}
#socialBtns.socialBtns_vertical > *,
#socialBtns.socialBtns_vertical > * > * {
  display: block;
}
#socialBtns.socialBtns_vertical > div {
  padding: 0;
}
#socialBtns.socialBtns_vertical .dd-btn.dd-social-btn {
  margin-right: 0;
  margin-bottom: 15px;
  width: 100%;
}
.dd-top-fundraisers,
.dd-top-teams {
  text-align: center;
  padding: 0;
}
.dd-top-fundraisers h1,
.dd-top-teams h1 {
  font-size: 40px;
  text-transform: none;
  color: #FFFFFF;
  margin-bottom: 45px;
}
.dd-top-fundraisers ol,
.dd-top-teams ol {
  list-style: none;
  margin: 0 0 25px 0;
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 100%;
  align-items: stretch;
  justify-content: center;
}
.dd-top-fundraisers ol li,
.dd-top-teams ol li {
  margin: 0 0 20px 0;
  padding: 0 10px;
  flex-basis: 20%;
  -ms-flex: 0 1 auto;
  width: 20%;
}
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  display: inline-block;
  width: 150px;
  height: auto;
  text-decoration: none;
}
.dd-top-fundraisers .dd-avatar-link img,
.dd-top-teams .dd-avatar-link img {
  border-radius: 1000px;
  border: 3px solid #FFFFFF;
  margin-bottom: 15px;
  transition: opacity 0.5s;
}
.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 {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info {
  font-weight: 900;
  color: #FF6B00;
}
.dd-top-fundraisers .dd-list-name,
.dd-top-teams .dd-list-name {
  font-size: 22px;
}
.dd-top-fundraisers .dd-list-raised,
.dd-top-teams .dd-list-raised {
  font-size: 26px;
}
.dd-top-fundraisers .dd-view-more-link,
.dd-top-teams .dd-view-more-link {
  padding: 22px 30px;
  margin: 0;
  font-size: 19px;
  background-color: #FF6B00;
  color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.dd-top-fundraisers .dd-view-more-link:hover,
.dd-top-teams .dd-view-more-link:hover,
.dd-top-fundraisers .dd-view-more-link:focus,
.dd-top-teams .dd-view-more-link:focus {
  background-color: #00ACCA;
  color: #FFFFFF;
}
.dd-login input[type="text"],
.dd-login input[type="password"] {
  width: 100%;
}
.dd-login .dd-form-error {
  display: block;
  margin: 5px 0 10px 0;
  color: #ff0000;
}
#login-wrap {
  position: relative;
}
#login-wrap #login-box {
  position: absolute;
  background: #333333;
  z-index: 10;
  padding: 20px;
}
#login-wrap #login-box form {
  margin: 0px;
}
#login-wrap #login-box .dd-btn.dd-btn-login {
  margin: 10px 0px;
}
#login-wrap #login-box .dd-btn-link.dd-btn-forgot {
  padding: 0px;
  background: none;
}
.dd-widget.dd-login {
  text-align: left;
  right: 0;
  top: 10px;
  min-width: 250px;
  overflow: hidden;
  display: none;
  border-radius: 5px;
}
.dd-widget.dd-login form {
  display: block;
  margin-bottom: 0;
}
.dd-widget.dd-login .dd-btn-forgot {
  border: 0;
  margin: 0;
}
.dd-widget.dd-loginbar.navbar .nav > li {
  margin-bottom: 0;
}
.dd-quickstats {
  background-color: #F5F5F5;
  padding: 25px 0;
}
.dd-quickstats > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px 0 0;
}
.dd-quickstats h1,
.dd-quickstats h2 {
  margin: 0;
}
.dd-quickstats h1 {
  font-size: 22px;
  text-transform: uppercase;
}
.dd-quickstats h2 {
  font-size: "Lato", sans-serif;
}
.dd-quickstats small {
  font-size: 13px;
}
.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: inherit;
  padding: 13px 40px 13px 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: 13px 40px 13px 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 input[name="searchTerm"] {
  padding: 13px 40px 13px 15px;
  max-width: 173px;
  background-color: #FFFFFF;
  border-radius: 5px;
  border-color: #E4E4E4;
  color: #00ACCA;
  font-size: 14px;
}
.dd-widget.dd-search button[type="submit"] {
  color: #00ACCA;
  background-color: transparent;
  text-indent: -999px;
  padding: 12px;
  margin: 0;
  line-height: 0;
  overflow: hidden;
  width: auto;
  border: 0;
}
.dd-widget.dd-search button[type="submit"]:after {
  content: '\f002';
  font-family: FontAwesome;
  color: inherit;
  display: block;
  text-indent: 0;
  font-size: 18px;
}
.dd-stream.dd-streaming-embed {
  max-width: 1440px;
  width: 100%;
  margin: 50px auto 0 auto;
}
.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: 75px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #FF6B00;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: transparent;
  overflow: hidden;
  height: 75px;
  border-radius: 10px;
}
.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;
  padding-top: 50px;
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-mask {
  z-index: 1;
}
.dd-thermo-horizontal .dd-thermo-raised,
.dd-thermo-horizontal .dd-thermo-goal {
  font-weight: 900;
  font-size: 34px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
}
.dd-thermo-horizontal .dd-thermo-goal {
  right: 0;
}
.dd-thermo-horizontal .dd-thermo-track {
  border: 3px #FFFFFF solid;
}
@media only screen and (max-width: 1071px){
  .donut-chart {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .donut-chart .donut-chart-stat [class*="icon-"] {
    display: none;
  }
  .grid-flex.grid-flex-stack--large {
    display: block;
  }
  .grid-flex.grid-flex-stack--large > * {
    width: 100% !important;
    position: static !important;
    display: block;
  }
  .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: 1px solid #F5F5F5;
  }
  .grid-flex.grid-flex-stack--large.grid-flex-border > *:last-of-type {
    border-bottom: 0;
  }
  .grid-flex.grid-flex-stack--large.grid-flex-border:before {
    display: none;
  }
  .dd-widget.dd-login {
    top: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 1025px){
  table[class*="table-responsive"] {
    border-spacing: 0;
  }
  table[class*="table-responsive"] td {
    display: block;
    max-width: 500px;
    width: 100% !important;
    margin: 0 auto 30px auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }
  table[class*="table-responsive"] td:last-child {
    margin-bottom: 0;
  }
  table.table-responsive-2-10 tr:last-child td:last-child,
  table.table-responsive-10-2 tr:last-child td:last-child {
    padding-bottom: 0;
  }
  table.table-responsive-2-10 td,
  table.table-responsive-10-2 td {
    margin-bottom: 0;
  }
  table.table-responsive-2-10 td:first-child,
  table.table-responsive-10-2 td:first-child {
    padding: 0 0 15px 0;
  }
  .hide-1024 {
    display: none;
  }
  .contentset-nav-mobile-toggle {
    display: block;
  }
  .topnavcms.contentset-nav-mobile {
    display: none;
  }
  .topnavcms.contentset-nav-mobile.show-navigation {
    display: block;
  }
  .topnavcms {
    display: none;
  }
  #m-nav {
    display: flex;
    align-items: center;
  }
  .m-login,
  .m-cms-nav,
  .topnavcms.contentset-nav-mobile {
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    left: 0;
  }
  .btn-show-dropdown {
    display: block;
  }
  .topnavcms.contentset-nav-mobile,
  .topnavcms.m-cms-nav {
    text-align: left;
  }
  .topnavcms.contentset-nav-mobile li,
  .topnavcms.m-cms-nav li {
    display: block;
    width: 100%;
  }
  .topnavcms.contentset-nav-mobile li:hover ul:not(.show-dropdown),
  .topnavcms.m-cms-nav li:hover ul:not(.show-dropdown),
  .topnavcms.contentset-nav-mobile li:focus ul:not(.show-dropdown),
  .topnavcms.m-cms-nav li:focus ul:not(.show-dropdown) {
    display: none;
    visibility: hidden;
  }
  .topnavcms.contentset-nav-mobile li:hover > a,
  .topnavcms.m-cms-nav li:hover > a,
  .topnavcms.contentset-nav-mobile li:focus > a,
  .topnavcms.m-cms-nav li:focus > a,
  .topnavcms.contentset-nav-mobile li.on > a,
  .topnavcms.m-cms-nav li.on > a,
  .topnavcms.contentset-nav-mobile li.is-active > a,
  .topnavcms.m-cms-nav li.is-active > a {
    background-color: transparent;
  }
  .topnavcms.contentset-nav-mobile > li:not(.nochildren) > a,
  .topnavcms.m-cms-nav > li:not(.nochildren) > a {
    padding-right: 46px;
  }
  .topnavcms.contentset-nav-mobile > li:not(.nochildren) > a:after,
  .topnavcms.m-cms-nav > li:not(.nochildren) > a:after {
    display: none;
  }
  .topnavcms.contentset-nav-mobile a:not(.dd-btn),
  .topnavcms.m-cms-nav a:not(.dd-btn) {
    padding: 10px 15px;
    font-size: 16px;
  }
  .topnavcms.contentset-nav-mobile ul,
  .topnavcms.m-cms-nav ul {
    width: 100%;
  }
  .topnavcms.contentset-nav-mobile ul.show-dropdown,
  .topnavcms.m-cms-nav ul.show-dropdown {
    position: static;
    display: block;
    visibility: visible;
  }
  .topnavcms.contentset-nav-mobile ul a:not(.dd-btn),
  .topnavcms.m-cms-nav ul a:not(.dd-btn) {
    padding: 5px 15px 5px 25px;
    font-size: 16px;
  }
  .header__top {
    padding: 20px 15px;
  }
  .header__top .user-tools {
    display: none;
  }
  .header__top > * {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .dd-widget.dd-search input[name="searchTerm"] {
    min-width: auto;
    padding: 8px 10px;
    color: #333333;
    font-size: 12px;
  }
  .dd-widget.dd-search button[type="submit"] {
    display: none;
  }
}
@media only screen and (max-width: 979px){
  .hide-960 {
    display: none;
  }
  .show-960 {
    display: block;
  }
  .wrap__sidebar {
    padding: 50px 20px 0 20px;
  }
  .dd-top-fundraisers,
  .dd-top-teams {
    margin-bottom: 50px;
  }
  .dd-top-fundraisers ol li,
  .dd-top-teams ol li {
    flex-basis: 33.33%;
    width: 33.33%;
  }
}
@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__padding-40-vert-med {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .donut-chart {
    display: none;
  }
  .grid-flex.grid-flex-stack--medium {
    display: block;
  }
  .grid-flex.grid-flex-stack--medium > * {
    width: 100% !important;
    position: static !important;
    display: block;
  }
  .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: 1px solid #F5F5F5;
  }
  .grid-flex.grid-flex-stack--medium.grid-flex-border > *:last-of-type {
    border-bottom: 0;
  }
  .grid-flex.grid-flex-stack--medium.grid-flex-border:before {
    display: none;
  }
  .footer * {
    text-align: center !important;
  }
  .footer .wrap > * {
    display: block;
    width: 100%;
    padding: 0;
  }
  .footer .footer__logos > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer .footer__logos > *:last-child {
    margin-bottom: 0;
  }
  #socialBtns h1 {
    margin-bottom: 20px;
    padding: 0;
  }
  #socialBtns > *,
  #socialBtns > * > * {
    display: block;
  }
  #socialBtns > div {
    padding: 0;
  }
  #socialBtns .dd-btn.dd-social-btn {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .dd-quickstats > * {
    display: block;
    padding: 0 0 15px 0;
  }
  .dd-quickstats > *:last-child {
    padding-bottom: 0;
  }
  .dd-thermo-horizontal {
    padding-top: 40px;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal {
    font-size: 20px;
    display: block;
    float: none;
    text-transform: uppercase;
  }
  .dd-thermo-horizontal .dd-thermo-goal {
    position: static;
    padding-top: 20px;
  }
  .dd-thermo-horizontal .dd-thermo-raised {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px){
  body[data-page-context*='"constituentLoggedIn":true'] #top-button {
    bottom: 80px;
  }
}
@media only screen and (max-width: 641px){
  .banner .banner__mobile {
    display: block;
  }
  .banner .banner__filler {
    display: none;
  }
  .banner.banner__bg-reset,
  .banner.banner__bg-reset--white {
    background-image: none !important;
    min-height: auto !important;
  }
  .banner.banner__bg-reset--white {
    background-color: #FFFFFF;
  }
  .banner.banner__bg-reset--white *:not(.dd-btn) {
    color: inherit;
  }
  .banner.banner__bg-reset--white [class*="overlay__"] {
    background-color: transparent;
  }
  .box__padding-25-10-vert-small {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .box__padding-30-0-vert-small {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .box__padding-10-40-vert-small {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .box__padding-40-0-vert-small {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .box__padding-40-vert-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .box__padding-40-25-vert-small {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .box__padding-65-vert-small {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  body:not(.body-modal) .dd-btn:not(#streamingdonatebutton),
  body:not(.body-modal) .btn-big {
    width: 100%;
  }
  body:not(.body-modal) #top-button span {
    display: none;
  }
  h1.h1__large {
    font-size: 36px;
  }
  .grid-flex.grid-flex-stack--small {
    display: block;
  }
  .grid-flex.grid-flex-stack--small > * {
    width: 100% !important;
    position: static !important;
    display: block;
  }
  .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: 1px solid #F5F5F5;
  }
  .grid-flex.grid-flex-stack--small.grid-flex-border > *:last-of-type {
    border-bottom: 0;
  }
  .grid-flex.grid-flex-stack--small.grid-flex-border:before {
    display: none;
  }
  .hide-640 {
    display: none;
  }
  .show-640 {
    display: block;
  }
  .dd-badges .dd-description {
    display: none !important;
  }
  #embedbtn {
    display: none !important;
  }
  .dd-top-fundraisers,
  .dd-top-teams {
    text-align: left;
    padding: 0;
    overflow: hidden;
  }
  .dd-top-fundraisers h1,
  .dd-top-teams h1 {
    font-size: 31px;
    text-align: center;
  }
  .dd-top-fundraisers ol,
  .dd-top-teams ol {
    list-style: none;
    margin-left: 0;
    margin-bottom: 50px;
    display: block;
  }
  .dd-top-fundraisers ol li,
  .dd-top-teams ol li {
    margin-bottom: 25px;
    width: 100%;
  }
  .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 {
    width: 20%;
    width: 57px;
    height: 57px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .dd-top-fundraisers .dd-avatar-link .dd-list-info,
  .dd-top-teams .dd-avatar-link .dd-list-info {
    width: 80%;
  }
  .dd-top-fundraisers .dd-avatar-link .dd-list-info span,
  .dd-top-teams .dd-avatar-link .dd-list-info span {
    display: block;
    font-size: 20px;
  }
  .dd-top-fundraisers .dd-btn.dd-view-more-link,
  .dd-top-teams .dd-btn.dd-view-more-link {
    display: block;
    width: 100%;
  }
}

