.dd-announcement-bar {
  background-color: #ffce08;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.38);
  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: #262626;
}
.dd-announcement-bar-content > :last-child {
  margin-bottom: 0;
}
.dd-announcement-bar-content a,
.dd-announcement-bar-content a:link {
  color: #396dff;
  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: underline;
}
.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: #396dff;
  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);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Theme Mixins */
.grid-y,
.grid-x {
  display: flex;
}
.grid-y .grow,
.grid-x .grow {
  flex-grow: 1;
}
.grid-y .shrink,
.grid-x .shrink {
  flex-shrink: 1;
}
.grid-y {
  flex-direction: column;
}
.grid-y > * {
  min-width: 1px;
}
.grid-x {
  flex-direction: row;
  flex-wrap: wrap;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .lg\:col-1 {
    width: 8.333333333333332%;
  }
  .lg\:col-2 {
    width: 16.666666666666664%;
  }
  .lg\:col-3 {
    width: 25%;
  }
  .lg\:col-4 {
    width: 33.33333333333333%;
  }
  .lg\:col-5 {
    width: 41.66666666666667%;
  }
  .lg\:col-6 {
    width: 50%;
  }
  .lg\:col-7 {
    width: 58.333333333333336%;
  }
  .lg\:col-8 {
    width: 66.66666666666666%;
  }
  .lg\:col-9 {
    width: 75%;
  }
  .lg\:col-10 {
    width: 83.33333333333334%;
  }
  .lg\:col-11 {
    width: 91.66666666666666%;
  }
  .lg\:col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .md\:col-1 {
    width: 8.333333333333332%;
  }
  .md\:col-2 {
    width: 16.666666666666664%;
  }
  .md\:col-3 {
    width: 25%;
  }
  .md\:col-4 {
    width: 33.33333333333333%;
  }
  .md\:col-5 {
    width: 41.66666666666667%;
  }
  .md\:col-6 {
    width: 50%;
  }
  .md\:col-7 {
    width: 58.333333333333336%;
  }
  .md\:col-8 {
    width: 66.66666666666666%;
  }
  .md\:col-9 {
    width: 75%;
  }
  .md\:col-10 {
    width: 83.33333333333334%;
  }
  .md\:col-11 {
    width: 91.66666666666666%;
  }
  .md\:col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  .sm\:col-1 {
    width: 8.333333333333332%;
  }
  .sm\:col-2 {
    width: 16.666666666666664%;
  }
  .sm\:col-3 {
    width: 25%;
  }
  .sm\:col-4 {
    width: 33.33333333333333%;
  }
  .sm\:col-5 {
    width: 41.66666666666667%;
  }
  .sm\:col-6 {
    width: 50%;
  }
  .sm\:col-7 {
    width: 58.333333333333336%;
  }
  .sm\:col-8 {
    width: 66.66666666666666%;
  }
  .sm\:col-9 {
    width: 75%;
  }
  .sm\:col-10 {
    width: 83.33333333333334%;
  }
  .sm\:col-11 {
    width: 91.66666666666666%;
  }
  .sm\:col-12 {
    width: 100%;
  }
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
@media only screen and (max-width: 1025px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .lg\:order-5 {
    order: 5;
  }
  .lg\:order-6 {
    order: 6;
  }
  .lg\:order-7 {
    order: 7;
  }
  .lg\:order-8 {
    order: 8;
  }
  .lg\:order-9 {
    order: 9;
  }
  .lg\:order-10 {
    order: 10;
  }
  .lg\:order-11 {
    order: 11;
  }
  .lg\:order-12 {
    order: 12;
  }
}
@media only screen and (max-width: 768px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .md\:order-6 {
    order: 6;
  }
  .md\:order-7 {
    order: 7;
  }
  .md\:order-8 {
    order: 8;
  }
  .md\:order-9 {
    order: 9;
  }
  .md\:order-10 {
    order: 10;
  }
  .md\:order-11 {
    order: 11;
  }
  .md\:order-12 {
    order: 12;
  }
}
@media only screen and (max-width: 641px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .sm\:order-4 {
    order: 4;
  }
  .sm\:order-5 {
    order: 5;
  }
  .sm\:order-6 {
    order: 6;
  }
  .sm\:order-7 {
    order: 7;
  }
  .sm\:order-8 {
    order: 8;
  }
  .sm\:order-9 {
    order: 9;
  }
  .sm\:order-10 {
    order: 10;
  }
  .sm\:order-11 {
    order: 11;
  }
  .sm\:order-12 {
    order: 12;
  }
}
.align-end {
  align-items: flex-end;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-baseline {
  align-items: baseline;
}
@media only screen and (max-width: 1025px) {
  .lg\:align-end {
    align-items: flex-end;
  }
  .lg\:align-start {
    align-items: flex-start;
  }
  .lg\:align-center {
    align-items: center;
  }
  .lg\:align-baseline {
    align-items: baseline;
  }
}
@media only screen and (max-width: 768px) {
  .md\:align-end {
    align-items: flex-end;
  }
  .md\:align-start {
    align-items: flex-start;
  }
  .md\:align-center {
    align-items: center;
  }
  .md\:align-baseline {
    align-items: baseline;
  }
}
@media only screen and (max-width: 641px) {
  .sm\:align-end {
    align-items: flex-end;
  }
  .sm\:align-start {
    align-items: flex-start;
  }
  .sm\:align-center {
    align-items: center;
  }
  .sm\:align-baseline {
    align-items: baseline;
  }
}
.content-end {
  align-content: flex-end;
}
.content-start {
  align-content: flex-start;
}
.content-center {
  align-content: center;
}
.content-baseline {
  align-content: baseline;
}
@media only screen and (max-width: 1025px) {
  .lg\:content-end {
    align-content: flex-end;
  }
  .lg\:content-start {
    align-content: flex-start;
  }
  .lg\:content-center {
    align-content: center;
  }
  .lg\:content-baseline {
    align-content: baseline;
  }
}
@media only screen and (max-width: 768px) {
  .md\:content-end {
    align-content: flex-end;
  }
  .md\:content-start {
    align-content: flex-start;
  }
  .md\:content-center {
    align-content: center;
  }
  .md\:content-baseline {
    align-content: baseline;
  }
}
@media only screen and (max-width: 641px) {
  .sm\:content-end {
    align-content: flex-end;
  }
  .sm\:content-start {
    align-content: flex-start;
  }
  .sm\:content-center {
    align-content: center;
  }
  .sm\:content-baseline {
    align-content: baseline;
  }
}
.align-self-end {
  align-self: flex-end;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
@media only screen and (max-width: 1025px) {
  .lg\:align-self-end {
    align-self: flex-end;
  }
  .lg\:align-self-start {
    align-self: flex-start;
  }
  .lg\:align-self-center {
    align-self: center;
  }
  .lg\:align-self-baseline {
    align-self: baseline;
  }
}
@media only screen and (max-width: 768px) {
  .md\:align-self-end {
    align-self: flex-end;
  }
  .md\:align-self-start {
    align-self: flex-start;
  }
  .md\:align-self-center {
    align-self: center;
  }
  .md\:align-self-baseline {
    align-self: baseline;
  }
}
@media only screen and (max-width: 641px) {
  .sm\:align-self-end {
    align-self: flex-end;
  }
  .sm\:align-self-start {
    align-self: flex-start;
  }
  .sm\:align-self-center {
    align-self: center;
  }
  .sm\:align-self-baseline {
    align-self: baseline;
  }
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
@media only screen and (max-width: 1025px) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 768px) {
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 641px) {
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:justify-around {
    justify-content: space-around;
  }
}
.justify-self-end {
  justify-self: flex-end;
}
.justify-self-start {
  justify-self: flex-start;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-baseline {
  justify-self: baseline;
}
@media only screen and (max-width: 1025px) {
  .lg\:justify-self-end {
    justify-self: flex-end;
  }
  .lg\:justify-self-start {
    justify-self: flex-start;
  }
  .lg\:justify-self-center {
    justify-self: center;
  }
  .lg\:justify-self-baseline {
    justify-self: baseline;
  }
}
@media only screen and (max-width: 768px) {
  .md\:justify-self-end {
    justify-self: flex-end;
  }
  .md\:justify-self-start {
    justify-self: flex-start;
  }
  .md\:justify-self-center {
    justify-self: center;
  }
  .md\:justify-self-baseline {
    justify-self: baseline;
  }
}
@media only screen and (max-width: 641px) {
  .sm\:justify-self-end {
    justify-self: flex-end;
  }
  .sm\:justify-self-start {
    justify-self: flex-start;
  }
  .sm\:justify-self-center {
    justify-self: center;
  }
  .sm\:justify-self-baseline {
    justify-self: baseline;
  }
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-grey-1 {
  background-color: #EAEAEA;
}
.br-child > * {
  border-right: 2px solid #EAEAEA;
}
.br-child > *:last-child {
  border-right: 0;
}
.mb-last-child-0 > *:last-child {
  margin-bottom: 0;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.mx-15-offset {
  margin-left: -15px;
  margin-right: -15px;
}
.mx-35-offset {
  margin-left: -35px;
  margin-right: -35px;
}
.p-30 {
  padding: 30px;
}
.pt-20 {
  padding-top: 20px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 641px) {
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.hover\:scale-104:hover {
  transform: scale(1.04);
}
.hide {
  display: none !important;
}
@media only screen and (max-width: 1025px) {
  .lg\:hide {
    display: none !important;
  }
  .lg\:show {
    display: block !important;
  }
}
@media only screen and (max-width: 641px) {
  .sm\:hide {
    display: none !important;
  }
  .sm\:show {
    display: block !important;
  }
}
.w-auto {
  width: auto;
}
.w-mx-1\/4 {
  max-width: 25%;
}
.w-mx-960 {
  max-width: 960px !important;
}
@media only screen and (max-width: 768px) {
  .md\:w-mx-full {
    max-width: 100%;
  }
}
[class*="z-"] {
  position: relative;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.dd-widget h1,
.dd-widget[data-type="leaderboard"] h2 {
  color: #262626;
  font-family: "Paul Grotesk Soft Bold", arial, sans-serif;
}
.dd-badges,
.dd-milestones,
.dd-incentive-option-list,
.dd-thermo-horizontal {
  align-content: flex-start;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
.dd-badges h1,
.dd-milestones h1,
.dd-incentive-option-list h1 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
  margin-right: 5px;
  order: 1;
}
.dd-badges .dd-btn-link,
.dd-milestones .dd-btn-link,
.dd-incentive-option-list .dd-btn-link {
  color: #262626;
  font-size: 18px;
  text-decoration: none;
}
.dd-badges .dd-btn-link:after,
.dd-milestones .dd-btn-link:after,
.dd-incentive-option-list .dd-btn-link:after {
  content: "\f0da";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 5px;
  vertical-align: baseline;
}
.dd-badges h1,
.dd-milestones h1 {
  color: #396dff;
}
.dd-badges .dd-btn-link,
.dd-incentive-option-list .dd-btn-link {
  flex-grow: 1;
  text-align: right;
  order: 2;
}
.dd-activity-count * {
  color: #262626;
}
.dd-activity-count h2 {
  font-family: "AvenirNextLTPro-Regular", arial, sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
.dd-activity-count h2:before,
.dd-activity-count h2 > * {
  display: inline-block;
  vertical-align: middle;
}
.dd-activity-count h2:before {
  content: url(../img/walking-solid-dark.svg);
  height: 30px;
  margin-right: 10px;
  width: 15px;
}
.dd-activity-count .dd-activity-tracked {
  display: inline-block;
  background-color: #EAEAEA;
}
.dd-activity-count .dd-activity-measurement {
  color: #396dff !important;
  font-family: "AvenirNextLTPro-Bold", arial, sans-serif;
}
.dd-badges {
  text-align: left;
}
.dd-badges .dd-description {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  bottom: 100%;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  left: -75px;
  width: 200px;
  margin-bottom: 7px;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
  z-index: 1000;
}
.dd-badges .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-badges .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-badges .dd-description strong {
  display: block;
}
/* No Badges */
.dd-badge-missing {
  background: url("../../../resources/img/badges/badge-placeholder.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
}
.dd-badge-missing span {
  display: none;
}
/* Badge Display */
.dd-badges ul {
  margin: 0;
  padding: 0px;
}
.dd-badges li {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 50px;
  padding: 0px;
}
.dd-badges li:hover .dd-description,
.dd-badges li:focus .dd-description {
  opacity: 1;
}
.dd-badges img {
  width: 50px;
  height: 50px;
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  image-rendering: -webkit-optimize-contrast;
}
@media only screen and (max-width: 641px) {
  .dd-badges .dd-description {
    display: none !important;
  }
}
.dd-badges ul,
.dd-badges .dd-badge-missing {
  order: 3;
}
.dd-badges ul,
.dd-badges p,
.dd-badges .dd-badge-missing {
  width: 100%;
}
.dd-badges .dd-badge-missing {
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  margin-bottom: 10px;
  padding-top: 8px;
}
.dd-badges p {
  order: 3;
}
@media only screen and (max-width: 641px) {
  .dd-badges {
    text-align: center;
  }
  .dd-badges > * {
    width: 100% !important;
  }
  .dd-badges ul,
  .dd-badges .dd-badge-missing {
    order: 2;
    margin-bottom: 5px;
  }
  .dd-badges .dd-btn-link {
    order: 3;
    text-align: center;
  }
}
.dd-sponsors h2 {
  color: #000000;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors h3 {
  color: #000000;
  font-size: 28px;
  font-weight: normal;
  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;
}
.dd-sponsors {
  padding: 40px 15px;
}
.dd-incentive-explainer {
  text-align: center;
}
.dd-incentive-explainer p {
  margin: 0 0 20px 0;
}
.dd-incentive-explainer a {
  display: inline-block;
  padding: 0;
}
.dd-incentive-option-list {
  font-size: 15px;
  position: relative;
}
.dd-incentive-option-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-incentive-option {
  margin: 0 0 10px 0;
}
.dd-incentive-option .dd-incentive-button {
  text-decoration: none !important;
  display: flex;
  border: 1px solid #396dff;
  border-radius: 5px;
  padding: 7px;
}
.dd-incentive-option .dd-incentive-button:hover,
.dd-incentive-option .dd-incentive-button:focus {
  border: 1px solid #9cb6ff;
}
.dd-incentive-option .dd-incentive-description,
.dd-incentive-option .dd-incentive-action {
  font-size: inherit;
  box-sizing: border-box;
}
.dd-incentive-option .dd-incentive-amount {
  font-size: 20px;
  font-weight: normal;
  color: #396dff;
  margin: 0;
}
.dd-incentive-option .dd-incentive-image img {
  max-height: 60px;
  max-width: 60px;
  padding: 0 10px 0 0;
}
.dd-incentive-option .dd-incentive-description {
  color: #262626;
}
.dd-incentive-option .dd-incentive-remaining {
  color: #262626;
  font-size: 15px;
  padding: 0 0 0 8px;
}
.dd-incentive-option-list ul {
  display: flex;
  order: 3;
  width: 100%;
}
.dd-incentive-option-list .dd-incentive-option {
  padding: 0 5px;
  width: 25%;
}
.dd-incentive-option-list .dd-incentive-option:first-child {
  padding-left: 0;
}
.dd-incentive-option-list .dd-incentive-option:last-child {
  padding-right: 0;
}
.dd-incentive-option-list .dd-incentive-button {
  align-items: center;
  height: 100%;
  text-align: left;
}
.dd-incentive-option-list .dd-incentive-button > * {
  flex-grow: 1;
}
.dd-incentive-option-list .dd-incentive-image {
  width: 30%;
  max-width: 60px;
}
.dd-incentive-option-list .dd-incentive-info {
  width: 70%;
}
.dd-incentive-option-list .dd-incentive-amount {
  line-height: 1;
  margin-bottom: 5px;
}
.dd-incentive-option-list .dd-incentive-remaining {
  font-family: "AvenirNextLTPro-Regular", arial, sans-serif;
}
.dd-incentive-option-list .dd-incentive-description {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.dd-incentive-option-list .dd-page-edit-btn {
  top: auto;
  bottom: 0;
  right: 0;
}
.dd-incentive-option-list .dd-incentive-explainer p {
  margin-bottom: 10px;
}
.dd-incentive-option-list .dd-incentive-explainer,
.dd-incentive-option-list .dd-incentive-explainer .dd-btn-link {
  text-align: left;
}
.dd-incentive-amount {
  color: #396dff !important;
  font-family: "Paul Grotesk Soft Bold", arial, sans-serif;
}
@media only screen and (max-width: 1025px) {
  .dd-incentive-option-list {
    flex-wrap: wrap;
  }
  .dd-incentive-option-list .dd-incentive-option {
    width: 50%;
  }
}
@media only screen and (max-width: 641px) {
  .dd-incentive-option-list {
    text-align: center;
  }
  .dd-incentive-option-list > *:not(.dd-page-edit-btn) {
    width: 100% !important;
  }
  .dd-incentive-option-list ul {
    order: 2;
    flex-direction: column;
  }
  .dd-incentive-option-list ul li:last-child {
    margin-bottom: 0;
  }
  .dd-incentive-option-list .dd-btn-link {
    order: 3;
    padding-top: 15px;
    text-align: center;
  }
  .dd-incentive-option-list .dd-incentive-option {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .dd-incentive-option-list .dd-page-edit-btn {
    bottom: auto;
  }
  .dd-incentive-option-list .dd-incentive-explainer .dd-btn-link {
    padding-top: 0;
  }
  .dd-incentive-option-list .dd-incentive-explainer,
  .dd-incentive-option-list .dd-incentive-explainer .dd-btn-link {
    text-align: center;
  }
}
.dd-milestones {
  line-height: 1.25;
}
.dd-milestones .dd-milestone {
  flex-grow: 1;
  margin-bottom: 15px;
  order: 2;
}
.dd-milestones .dd-milestone a {
  text-decoration: none;
  color: #262626;
}
.dd-milestones .dd-milestone strong {
  color: #396dff;
  font-family: "Paul Grotesk Soft Bold", arial, sans-serif;
  font-size: 22px;
}
.dd-milestones .dd-milestone em {
  font-family: "AvenirNextLTPro-Regular", arial, sans-serif;
  font-size: 20px;
  font-style: normal;
}
.dd-milestones .dd-btn-link {
  order: 3;
  width: 100%;
}
.dd-milestones .dd-milestone-explainer p {
  margin-bottom: 10px;
}
.dd-milestones .dd-milestone-explainer .dd-btn-link {
  text-align: left;
}
@media only screen and (max-width: 641px) {
  .dd-milestones {
    flex-direction: column;
    text-align: center;
  }
  .dd-milestones > * {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .dd-milestones > *:last-child {
    margin-bottom: 0 !important;
  }
  .dd-milestones .dd-milestone em,
  .dd-milestones .dd-milestone strong {
    display: block;
  }
  .dd-milestones .dd-milestone-explainer .dd-btn-link {
    text-align: center;
  }
}
.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: 56px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #396dff;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: #F5F5F5;
  overflow: hidden;
  height: 56px;
  border-radius: 1000px;
}
.dd-thermo-horizontal .dd-thermo-raised {
  float: left;
}
.dd-thermo-horizontal .dd-thermo-goal {
  float: right;
}
.dd-thermo-horizontal .dd-thermo-percent {
  max-width: 100%;
  text-align: right;
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-percent-flag {
  display: inline-block;
  background: none;
}
.dd-widget:empty {
  display: none;
}
.dd-milestone-wrapper {
  position: relative;
}
.dd-milestone-list {
  width: calc(100% - 12px / 2);
  height: 56px;
  position: absolute;
}
.dd-milestone-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 100%;
  z-index: 1005;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  padding: 0;
  line-height: 1;
  font-family: inherit;
}
.dd-milestone-mark .dd-description {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  bottom: 100%;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  left: -94px;
  width: 200px;
  margin-bottom: 7px;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
  z-index: 1000;
}
.dd-milestone-mark .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-milestone-mark .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-milestone-mark .dd-description strong {
  display: block;
}
.dd-milestone-mark:hover .dd-description,
.dd-milestone-mark:focus .dd-description {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .dd-milestone-mark .dd-description {
    display: none !important;
  }
}
@keyframes thermo-progress-horz {
  0% {
    width: 0;
  }
}
.dd-thermo-horizontal {
  min-width: auto;
}
.dd-thermo-horizontal .dd-thermo-mask,
.dd-thermo-horizontal .dd-thermo-percent {
  display: none;
}
.dd-thermo-horizontal .dd-thermo-raised,
.dd-thermo-horizontal .dd-thermo-goal {
  color: #262626;
  font-family: "Paul Grotesk Soft Bold", arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 15px;
  width: 50%;
}
.dd-thermo-horizontal .dd-thermo-raised {
  order: 1;
}
.dd-thermo-horizontal .dd-thermo-goal {
  order: 2;
  text-align: right;
}
.dd-thermo-horizontal .dd-milestone-wrapper,
.dd-thermo-horizontal .dd-thermo-track {
  order: 3;
  width: 100%;
}
.dd-thermo-horizontal .dd-thermo-progress {
  animation: thermo-progress-horz 1s 1 forwards ease-out;
}
.dd-thermo-horizontal .dd-page-edit-btn {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 641px) {
  .dd-thermo-horizontal .dd-milestone-list,
  .dd-thermo-horizontal .dd-thermo-track {
    height: 41px;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal {
    width: 100%;
    text-align: center;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-track {
    margin-bottom: 15px;
  }
  .dd-thermo-horizontal .dd-thermo-raised {
    order: 1;
  }
  .dd-thermo-horizontal .dd-thermo-goal {
    margin-bottom: 0;
  }
  .dd-thermo-horizontal .dd-milestone-wrapper,
  .dd-thermo-horizontal .dd-thermo-track {
    order: 2;
  }
  .dd-thermo-horizontal .dd-page-edit-btn {
    bottom: auto;
  }
}
html,
body,
#scroll-wrap {
  min-height: 100%;
}
body {
  font-size: 16px;
  font-family: "AvenirNextLTPro-Regular", arial, sans-serif;
  color: #262626;
  line-height: 1;
  padding: 0;
}
#scroll-wrap {
  overflow: hidden;
}
p {
  font-family: "AvenirNextLTPro-Regular", arial, sans-serif;
  font-size: 16px;
  color: #262626;
  margin: 0 0 20px 0;
  line-height: 24px;
  padding: 0;
}
a:link {
  color: #396dff;
  text-decoration: underline;
  transition: all 0.5s ease;
}
a:visited {
  color: #396dff;
  text-decoration: underline;
}
a:hover {
  color: #396dff;
  text-decoration: none;
}
a:active {
  color: #396dff;
  text-decoration: none;
}
.navbar .container {
  width: 1200px;
}
a.btn,
button.btn,
input.btn,
.m-btn-container.btn,
a.dd-btn,
button.dd-btn,
input.dd-btn,
.m-btn-container.dd-btn,
a .m-btn[style],
button .m-btn[style],
input .m-btn[style],
.m-btn-container .m-btn[style] {
  background-color: #fff;
  border: 2px solid #396dff;
  color: #396dff;
  cursor: pointer;
  display: inline-block;
  font-family: "AvenirNextLTPro-Bold", arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 10px 5px 0;
  padding: 17px 25px 15px 25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 16px;
  border-radius: 0px;
}
a.btn:hover,
button.btn:hover,
input.btn:hover,
.m-btn-container.btn:hover,
a.dd-btn:hover,
button.dd-btn:hover,
input.dd-btn:hover,
.m-btn-container.dd-btn:hover,
a .m-btn[style]:hover,
button .m-btn[style]:hover,
input .m-btn[style]:hover,
.m-btn-container .m-btn[style]:hover {
  background-color: #396dff;
  color: #fff;
}
a.dd-link-btn,
button.dd-link-btn,
input.dd-link-btn,
.m-btn-container.dd-link-btn {
  padding: 0px;
  background: none;
  border: none;
  color: #262626;
  text-transform: none;
  font-family: "AvenirNextLTPro-Bold", arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
}
a.dd-link-btn:hover,
button.dd-link-btn:hover,
input.dd-link-btn:hover,
.m-btn-container.dd-link-btn:hover {
  color: #396dff;
}
a.dd-link-btn:after,
button.dd-link-btn:after,
input.dd-link-btn:after,
.m-btn-container.dd-link-btn:after {
  content: "\f061";
  font-family: "FontAwesome";
  padding-left: 5px;
}
.m-btn-container td {
  background-color: transparent;
}
#btnDonateevent,
a#btnBuytickets,
a.dd-btn.btn-big.pcampaign {
  margin-bottom: 20px !important;
}
a.btn.btn-big,
a.dd-btn.btn-big {
  color: #fff;
  background-color: #396dff;
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding: 22px 28px 18px;
  line-height: 20px;
}
a.btn.btn-big:hover,
a.dd-btn.btn-big:hover {
  background-color: #fff;
  color: #396dff;
}
.text-blue {
  color: #396dff !important;
}
.text-green {
  color: #2ad891 !important;
}
.text-poppy {
  color: #EB1426 !important;
}
#centerColinterior {
  width: 100%;
  padding: 0px;
  left: 0;
  float: none;
  background: #fff;
}
#centerColinterior.full-width,
#centerColinterior + #leftCol:empty {
  width: 1200px;
  margin: 0 auto;
  float: none;
}
#header-cap {
  background-color: #396dff;
  padding: 5px;
}
#header-cap .btn-login {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 14px;
  display: block;
}
#header-cap #participantTeamSearch {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
#header-cap #participantTeamSearch:before,
#header-cap #participantTeamSearch:after {
  display: table;
  content: "";
  line-height: 0;
}
#header-cap #participantTeamSearch:after {
  clear: both;
}
@media (max-width: 1200px) {
  #header-cap #participantTeamSearch {
    display: none;
  }
}
#header-cap #participantTeamSearch label {
  margin: 0;
}
#header-cap #participantTeamSearch input {
  border: none;
  color: #262626;
  border-radius: 0;
}
#header-cap #participantTeamSearch button {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  text-indent: -999px;
  background-color: transparent;
  background-image: none;
  border: none;
  padding: 0;
  line-height: 14px;
}
#header-cap #participantTeamSearch button:after {
  display: block;
  text-indent: 0;
  content: "\f002";
  font-family: 'FontAwesome' !important;
  font-weight: normal;
  color: #262626;
  font-size: 15px;
  width: 40px;
}
@media (min-width: 1200px) {
  #login-wrap {
    position: relative;
    float: right;
    z-index: 1000;
  }
  #login-pod {
    position: absolute;
    top: 46px;
    left: -15px;
    width: 230px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #login-pod .box {
    padding: 20px;
  }
  #login-pod h1 {
    display: none;
  }
  #login-pod form {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  #login-wrap {
    display: none;
  }
}
#wrap,
.wrap,
.wrap-960 {
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
#wrap:before,
.wrap:before,
.wrap-960:before,
#wrap:after,
.wrap:after,
.wrap-960:after {
  display: table;
  content: "";
  line-height: 0;
}
#wrap:after,
.wrap:after,
.wrap-960:after {
  clear: both;
}
#wrap,
.wrap {
  max-width: 1200px;
}
#wrap {
  background: none;
  position: relative;
  padding: 40px 0px;
}
.wrap-960 {
  max-width: 960px;
}
#header {
  position: relative;
  min-height: auto;
  background-color: #fff;
  *zoom: 1;
}
#header:before,
#header:after {
  display: table;
  content: "";
  line-height: 0;
}
#header:after {
  clear: both;
}
#header .nav-wrap {
  width: 1200px;
  margin: 0 auto;
}
#header .btn-big {
  margin: 40px 0 0 30px;
}
.logo {
  margin: 20px 0;
  display: block;
}
@media (max-width: 1200px) {
  .logo {
    margin: 10px auto;
    text-align: center;
  }
}
#action-btns {
  margin: 20px 0;
  float: right;
}
#action-btns a {
  margin: 0 0 5px 10px;
}
#banner img {
  width: 100% !important;
}
#banner .default-logo-banner {
  display: none !important;
}
#page-wide-col {
  padding: 20px;
}
.progress-success .bar,
.progress .bar-success {
  background-image: none !important;
  background-color: #396dff;
}
.progress-success .bar .total,
.progress .bar-success .total {
  text-shadow: none;
}
.box,
.eventBox {
  line-height: 16px;
  font-size: 12px;
  padding: 50px;
  margin: 0 0 20px 0;
  border: none;
  background-color: none;
}
.navBox {
  margin: 0 0 20px 0;
}
.navBox .padding {
  padding: 0;
}
#centralLoginDiv h1,
#teamTotal h1,
.eventBox h1,
.box h1 {
  color: #262626;
  font-family: "AvenirNextLTPro-Demi", arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 28px 0;
  line-height: 28px;
}
.box label strong {
  font-size: 12px;
  display: block;
  padding-bottom: 3px;
}
.box input {
  width: 100%;
}
.box p {
  font-size: 12px;
  line-height: 16px;
}
.box ol {
  margin: 0 10px;
  padding: 0 10px;
}
.box ol li {
  font-size: 13px;
  padding-bottom: 5px;
}
#socialBtns {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #socialBtns {
    margin-top: 15px;
    text-align: center;
    float: none;
  }
}
#socialBtns h1 {
  display: none;
}
#socialBtns .padding {
  padding: 0;
}
#socialBtns button.dd-btn.dd-social-btn {
  display: inline-block;
  width: auto;
  padding: 7px 11px !important;
  margin-bottom: 0;
  vertical-align: top;
  border: none;
}
@media (max-width: 767px) {
  #socialBtns button.dd-btn.dd-social-btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
#mighty-footer {
  width: 6%;
  padding-bottom: 6px !important;
}
.icon-mighty {
  width: 3% !important;
  margin-top: 3px !important;
}
img.icon-mighty {
  width: 4%;
}
button.dd-btn.dd-social-btn:not(.dd-social-btn--page-link) {
  color: #fff !important;
  border: 0 !important;
  font-size: 14px;
}
a.dd-btn.textshare {
  border: 0!important;
  color: #fff !important;
  width: auto;
  padding: 7px 11px !important;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  a.dd-btn.textshare {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  a.dd-btn.textshare {
    display: block !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  a.dd-btn.textshare {
    margin-right: 0px !important;
  }
}
#embedbtn {
  display: inline-block;
  vertical-align: bottom;
}
#sharebadge {
  width: auto;
  padding: 7px 11px !important;
}
#donationsTotal h5,
#teamTotal h5 {
  font-size: 25px;
  padding: 0 0 5px 0;
  margin: 0;
  color: #262626;
}
small.subtitle {
  font-size: 14px;
}
#event-info {
  padding: 3px 0 15px 0;
}
#event-info p {
  padding: 0 15px 10px 15px;
}
#topfivefundraisers ol,
#topfiveteams ol,
#topfivefundraisers ul,
#topfiveteams ul {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
}
#topfivefundraisers ol .avatar-list,
#topfiveteams ol .avatar-list,
#topfivefundraisers ul .avatar-list,
#topfiveteams ul .avatar-list {
  margin-bottom: 5px;
  display: table-row;
}
#topfivefundraisers ol .avatar-list a,
#topfiveteams ol .avatar-list a,
#topfivefundraisers ul .avatar-list a,
#topfiveteams ul .avatar-list a {
  text-decoration: none;
  vertical-align: middle;
  display: table-cell;
}
#topfivefundraisers ol .avatar-list a.name-link,
#topfiveteams ol .avatar-list a.name-link,
#topfivefundraisers ul .avatar-list a.name-link,
#topfiveteams ul .avatar-list a.name-link {
  padding: 12px 0px 12px 10px;
}
#topfivefundraisers ol .avatar-list a:hover,
#topfiveteams ol .avatar-list a:hover,
#topfivefundraisers ul .avatar-list a:hover,
#topfiveteams ul .avatar-list a:hover {
  color: #396dff;
}
#topfivefundraisers ol .avatar-list img,
#topfiveteams ol .avatar-list img,
#topfivefundraisers ul .avatar-list img,
#topfiveteams ul .avatar-list img {
  margin: 0px;
  width: 32px;
  height: 32px;
}
.dd-top-teams .dd-view-more-link,
.dd-top-fundraisers .dd-view-more-link {
  margin-bottom: 30px;
  color: #fff;
  background-color: #396dff;
  text-align: center;
  font-size: 20px;
}
.dd-top-teams .dd-view-more-link:hover,
.dd-top-fundraisers .dd-view-more-link:hover {
  background-color: #fff;
  color: #396dff;
}
#m-nav {
  display: none;
}
.topnavcms {
  background-color: none;
  font-family: "AvenirNextLTPro-Regular", arial, sans-serif;
  margin: 0;
  padding: 0;
  height: auto;
  list-style: none;
  position: relative;
  border: none;
  text-align: right;
  *zoom: 1;
}
.topnavcms:before,
.topnavcms:after {
  display: table;
  content: "";
  line-height: 0;
}
.topnavcms:after {
  clear: both;
}
.topnavcms > li > a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #222;
  text-decoration: none;
  padding: 12px 10px;
}
.topnavcms > li > a:visited {
  color: #222;
  text-decoration: none;
}
.topnavcms > li:hover > a {
  color: #396dff;
  background-color: none;
}
.topnavcms > li:hover > ul {
  right: 0;
}
.topnavcms > li.on > a {
  color: #396dff;
}
.topnavcms > li:not(.nochildren) {
  position: relative;
}
@media (max-width: 1200px) {
  .topnavcms > li > ul {
    position: static;
  }
}
@media (min-width: 1200px) {
  .topnavcms > li > ul {
    clear: both;
    padding: 0;
    margin: 0;
    z-index: 60000;
    left: -999em;
    background-color: #eaeaea;
    position: absolute;
    width: 160px;
    top: auto;
    list-style: none;
    border: none;
  }
  .topnavcms > li > ul > li > a {
    color: #666;
    display: block;
    font-weight: normal;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    font-size: 15px;
    width: 160px;
    text-decoration: none;
  }
  .topnavcms > li > ul > li:hover > a {
    background-color: none;
    color: #000;
  }
}
.topnavcms.contentset-nav {
  text-align: center;
}
.topnavcms.contentset-nav li.show-navigation {
  display: block;
}
.topnavcms.contentset-nav .contentset-nav-mobile-toggle {
  cursor: pointer;
  display: none;
}
#leftNav {
  display: block;
  padding: 0;
  margin: 0;
}
#leftNav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#leftNav li a {
  display: block;
  color: #000;
  font-size: 13px;
  padding: 7px 12px;
  text-decoration: none;
  font-weight: normal;
}
#leftNav li a:hover {
  text-decoration: none;
  color: #000;
  background-color: #eee;
}
#leftNav li a.on {
  color: #000;
  font-weight: bold;
  background-color: #eee;
}
#leftNav ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
}
#leftNav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#leftNav ul li a {
  font-size: 11px;
  display: block;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 20px;
}
#leftNav ul li a.on {
  color: #000;
}
#leftNav ul li a:hover {
  background-color: #eee;
  color: #000;
}
#leftNav ul li li a {
  display: block;
  color: #000;
  font-weight: normal;
  font-size: 10px;
  text-decoration: none;
  padding: 3px 28px;
}
@font-face {
  font-family: "Paul Grotesk Soft Bold";
  src: url("../font/paul-grotesk-soft-bold.otf");
}
@font-face {
  font-family: "Paul Grotesk Soft Black";
  src: url("../font/paul-grotesk-soft-black.otf");
}
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url('../font/357837_0_0.eot');
  src: url('../font/357837_0_0.eot?#iefix') format('embedded-opentype'), url('../font/357837_0_0.woff2') format('woff2'), url('../font/357837_0_0.woff') format('woff'), url('../font/357837_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirNextLTPro-BoldIt';
  src: url('../font/357837_1_0.eot');
  src: url('../font/357837_1_0.eot?#iefix') format('embedded-opentype'), url('../font/357837_1_0.woff2') format('woff2'), url('../font/357837_1_0.woff') format('woff'), url('../font/357837_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirNextLTPro-Demi';
  src: url('../font/357837_2_0.eot');
  src: url('../font/357837_2_0.eot?#iefix') format('embedded-opentype'), url('../font/357837_2_0.woff2') format('woff2'), url('../font/357837_2_0.woff') format('woff'), url('../font/357837_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirNextLTPro-It';
  src: url('../font/357837_3_0.eot');
  src: url('../font/357837_3_0.eot?#iefix') format('embedded-opentype'), url('../font/357837_3_0.woff2') format('woff2'), url('../font/357837_3_0.woff') format('woff'), url('../font/357837_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirNextLTPro-DemiIt';
  src: url('../font/357837_4_0.eot');
  src: url('../font/357837_4_0.eot?#iefix') format('embedded-opentype'), url('../font/357837_4_0.woff2') format('woff2'), url('../font/357837_4_0.woff') format('woff'), url('../font/357837_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  src: url('../font/357837_5_0.eot');
  src: url('../font/357837_5_0.eot?#iefix') format('embedded-opentype'), url('../font/357837_5_0.woff2') format('woff2'), url('../font/357837_5_0.woff') format('woff'), url('../font/357837_5_0.ttf') format('truetype');
}
h1 {
  color: #262626;
  font-family: "Paul Grotesk Soft Bold", arial, sans-serif;
  font-size: 42px;
  line-height: 52px;
  margin: 0 0 22px 0;
  padding: 0;
  font-weight: normal;
  text-transform: none;
}
h2 {
  color: #396dff;
  font-family: "AvenirNextLTPro-Demi", arial, sans-serif;
  font-size: 28px;
  line-height: 28px;
  padding: 0;
  margin: 0 0 28px 0;
  font-weight: normal;
  text-transform: none;
}
h3 {
  color: #262626;
  font-family: "AvenirNextLTPro-Demi", arial, sans-serif;
  font-size: 28px;
  line-height: 28px;
  padding: 0;
  margin: 0 0 28px 0;
  font-weight: normal;
  text-transform: none;
}
h4 {
  color: #396dff;
  font-family: "AvenirNextLTPro-Bold", arial, sans-serif;
  font-size: 30px;
  line-height: 35px;
  padding: 0;
  margin: 0 0 24px 0;
  font-weight: normal;
  text-transform: none;
}
h5 {
  color: #A2A2A2;
  font-family: "AvenirNextLTPro-Demi", arial, sans-serif;
  font-size: 22px;
  line-height: 25px;
  padding: 0;
  margin: 0 0 22px 0;
  font-weight: normal;
  text-transform: none;
}
h6 {
  color: #262626;
  font-family: "AvenirNextLTPro-Bold", arial, sans-serif;
  font-size: 22px;
  line-height: 25px;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: normal;
  text-transform: none;
}
p.big {
  font-size: 20px;
  line-height: 30px;
}
.text-align--center {
  text-align: center;
}
.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.testimonial td {
  padding: 20px;
}
@media (max-width: 1200px) {
  table.testimonial td {
    text-align: center;
  }
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
#processform input[type="tel"],
#processform input[type="text"],
#processform input[type="email"],
#processform input[type="password"],
#processform textarea,
#processform #ccnumber,
#processform #donationamount,
.beenherebefore input[type="text"],
.beenherebefore input[type="email"],
.beenherebefore input[type="password"] {
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 15px;
  font-family: arial, sans-serif;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
#processform input[type="tel"]:focus,
#processform input[type="text"]:focus,
#processform input[type="email"]:focus,
#processform input[type="password"]:focus,
#processform textarea:focus,
#processform #ccnumber:focus,
#processform #donationamount:focus,
.beenherebefore input[type="text"]:focus,
.beenherebefore input[type="email"]:focus,
.beenherebefore input[type="password"]:focus {
  border: 1px solid #396dff;
  outline: 0;
  box-shadow: 0 0 10px #ecf1ff;
}
#processform #ccnumber,
#processform #donationamount {
  padding-left: 25px !important;
}
.footer-sponsors {
  padding: 20px;
  border-top: 2px solid #F5F5F5;
}
.footer-sponsors h5 {
  color: #A2A2A2;
}
#footer-cap {
  background-color: #396dff;
  padding: 20px;
  color: #fff;
  clear: both;
  text-align: center;
}
#footer-cap h2 {
  color: #fff;
  font-size: 24px;
  margin: 4px 0 0 0;
  padding: 0;
}
#footer,
#footer-disclaimer {
  font-family: "AvenirNextLTPro-Regular", arial, sans-serif;
  font-weight: normal;
  width: 100%;
  color: #fff;
}
#footer a,
#footer-disclaimer a {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover,
#footer-disclaimer a:hover {
  color: #fff;
  text-decoration: none;
}
#footer .charity-logo a,
#footer-disclaimer .charity-logo a {
  text-decoration: none;
  margin: 0 5px;
}
.footer-social-logos {
  vertical-align: baseline;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-social-logos {
    text-align: center;
  }
}
.footer-social-logos a {
  color: #fff;
  text-decoration: none;
  position: relative;
  bottom: 3px;
  margin: 0 0 0 4px;
}
.footer-social-logos a [class^="icon-"],
.footer-social-logos a [class*=" icon-"] {
  margin-right: 0;
}
.instagram-logo {
  width: 20px;
  position: relative;
  bottom: 2px;
  vertical-align: middle;
}
#social-icons {
  display: inline;
}
.mighty-footer {
  width: 10%;
  padding-bottom: 5px;
}
.footer-logo {
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .footer-logo {
    width: 200px !important;
    margin: 0 auto !important;
  }
}
.footer-copy {
  font-size: 16px;
  line-height: 27px;
  padding: 30px 100px 0 20px;
}
#footer-main {
  background-color: #333;
  padding: 30px 0;
}
#footer-disclaimer {
  background-color: #262626;
  padding: 20px;
}
#footer-text {
  color: #fff;
  padding: 20px 20px 20px 0;
  font-size: 15px;
}
@media (min-width: 1200px) {
  #footer-text {
    float: left;
  }
}
#powered-by {
  display: block;
  margin-top: 15px;
  height: auto;
  width: 200px;
}
@media (max-width: 1200px) {
  #powered-by {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #powered-by {
    float: right;
  }
}
@media (max-width: 1200px) {
  .footer-logo,
  .footer-copy,
  .footer-chart,
  #footer-text,
  #powered-by {
    text-align: center;
    padding: 10px 0;
    float: none;
  }
}
@media (min-width: 767px) {
  .donation-form-right #centerColinterior,
  .donation-form-left #centerColinterior {
    margin: 0 auto !important;
    float: none !important;
    width: 1200px;
    max-width: initial !important;
    background-color: transparent !important;
  }
  .donation-form-right #wrap,
  .donation-form-left #wrap {
    width: 500px;
    background-color: #fff !important;
    margin: 40px 0;
  }
  .donation-form-right #wrap > .container-fluid,
  .donation-form-left #wrap > .container-fluid {
    margin: auto !important;
  }
  .donation-form-left #wrap {
    float: left;
  }
  .donation-form-right #wrap {
    float: right;
  }
}
@media (max-width: 1200px) {
  .navbar .container,
  #wrap,
  .wrap,
  #header,
  #leftNav,
  #footer,
  #footer-text,
  .nav-wrap {
    width: auto !important;
  }
  #wrap {
    padding: 20px;
  }
  #header {
    background-size: 100%;
    height: auto;
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  #action-btns {
    width: 100%;
    position: static;
  }
  #action-btns a {
    width: 100%;
    display: block;
    margin: 0 0 4px 0;
  }
  #centerColinterior,
  #footer {
    float: none !important;
    width: auto !important;
    left: auto !important;
    padding: 15px !important;
    *zoom: 1;
  }
  #centerColinterior:before,
  #footer:before,
  #centerColinterior:after,
  #footer:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #centerColinterior:after,
  #footer:after {
    clear: both;
  }
  #footer {
    padding: 0px !important;
  }
  #footer .footer-copy {
    padding: 0px 20px;
  }
  #footer #footer-text {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  #footer #powered-by {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  #social-icons {
    display: block !important;
    padding-top: 5px;
  }
  #mighty-footer {
    width: 6% !important;
  }
}
@media (max-width: 1200px) {
  #m-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 5px;
    color: #262626;
    font-family: "AvenirNextLTPro-Regular", arial, sans-serif;
    background-color: none;
    text-align: left;
    text-decoration: none;
    position: relative;
    *zoom: 1;
  }
  #m-nav:before,
  #m-nav:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #m-nav:after {
    clear: both;
  }
  #m-nav .m-menu-item,
  #m-nav .m-search input[type="text"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: "AvenirNextLTPro-Regular", arial, sans-serif;
    padding: 14px !important;
    margin: 0;
    border: 0 !important;
    position: relative;
    border-radius: 0;
  }
  #m-nav > .m-search input[type="text"] {
    color: #262626;
    font-size: 13px;
  }
  #m-nav .m-menu-item {
    width: 38px;
    margin-right: 5px;
    background-color: transparent;
  }
  #m-nav .m-menu-item.open:before,
  #m-nav .m-menu-item.open:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 85%;
    z-index: 1001;
  }
  #m-nav .m-menu-item.open:before {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #fff;
    left: 10px;
  }
  #m-nav .m-menu-item.open:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    left: 11px;
  }
  #m-nav .m-menu-item [class^="icon-"]::before,
  #m-nav .m-menu-item [class*=" icon-"]::before,
  #m-nav .m-menu-item button:before {
    font-size: 18px !important;
    color: #fff;
    font-family: 'FontAwesome' !important;
    font-weight: normal;
  }
  #m-nav .m-menu-item [class^="icon-"] {
    margin-right: 0;
  }
  #m-nav .m-search {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #m-nav .m-search input[type="text"] {
    position: relative;
    width: 145px;
    border: none !important;
    font-size: 13px;
  }
  #m-nav .m-search label,
  #m-nav .m-search button {
    display: inline;
    margin: 0;
  }
  #m-nav .m-search button {
    display: none;
  }
  #m-nav .box {
    border: none !important;
    padding: 15px;
    border-radius: 0;
  }
  .topnavcms,
  .m-login,
  .m-social {
    display: none;
    height: auto;
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-image: none !important;
    text-align: left;
  }
  .topnavcms li,
  .m-login li,
  .m-social li {
    float: none !important;
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    background-image: none !important;
  }
  .topnavcms li a,
  .m-login li a,
  .m-social li a {
    color: #396dff !important;
    background-image: none !important;
  }
  .topnavcms li:first-child,
  .m-login li:first-child,
  .m-social li:first-child {
    border-top: 0;
  }
  .topnavcms ul,
  .m-login ul,
  .m-social ul {
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    background-color: transparent;
    border-bottom: none;
  }
  .topnavcms ul li,
  .m-login ul li,
  .m-social ul li {
    padding: 8px 25px;
    border-bottom: none;
  }
  .topnavcms ul li a,
  .m-login ul li a,
  .m-social ul li a {
    text-decoration: none;
  }
  .topnavcms h1,
  .m-login h1,
  .m-social h1 {
    margin-top: 10px;
  }
  .topnavcms.contentset-nav {
    background-color: transparent;
    display: block;
    position: static;
    text-align: left;
  }
  .topnavcms.contentset-nav > li {
    display: none;
  }
  .topnavcms.contentset-nav .contentset-nav-mobile-toggle {
    display: block;
  }
}
#wysiwyg {
  margin: 10px !important;
}
#wysiwyg,
.cke_panel_frame {
  background-image: none !important;
  background-color: #fff !important;
}
.participant-1599173 .dd-editable-name {
  display: block;
}
.participant-1599173 .personal-campaign-details {
  display: none;
}
