@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,700|Roboto+Slab:700);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Theme Mixins */
#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: "\f121\2002 Widget Placeholder";
  font-family: "FontAwesome";
}
#wysiwyg {
  margin: 10px;
  background-image: none;
  background-color: #FFFFFF;
}
.dd-announcement-bar {
  background-color: #5D5D5D;
  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 img {
  width: 100% !important;
  height: auto !important;
}
#banner img.default-logo-banner {
  display: none !important;
}
#banner .banner__image p {
  margin-bottom: 0;
}
#banner .banner__content {
  position: absolute;
  z-index: 1;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#banner .banner__content > * {
  color: #FFFFFF !important;
}
#beenhereblock {
  background: #C92F48;
}
#beenhereblock h1,
#beenhereblock p,
#beenhereblock label,
#beenhereblock a,
#beenhereblock a:focus,
#beenhereblock a:hover,
#beenhereblock a:visited {
  color: white !important;
}
#beenhereblock a {
  font-weight: bold;
  text-decoration: underline !important;
}
#beenhereblock .icon-circle {
  color: white;
}
#beenhereblock .icon-user {
  color: #C92F48;
}
.box {
  width: 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
}
.box h1 {
  color: #5D5D5D;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 1.47;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 700;
  text-transform: none;
}
.box p {
  font-size: 16px;
  line-height: 1.67;
}
.box__full {
  max-width: none;
}
.box__padding-medium {
  padding: 30px;
}
.box__padding-medium--vert {
  padding: 30px 15px;
}
.box__padding-large {
  padding: 40px;
}
.box__padding-large--vert {
  padding: 40px 15px;
}
.box__padding-collapse {
  padding: 0;
}
.box__padding-collapse-vert {
  padding-top: 0;
  padding-bottom: 0;
}
.box__padding-collapse-horz {
  padding-left: 0;
  padding-right: 0;
}
.box__margin {
  margin: 0 0 25px 0;
}
.box__border {
  border: 1px solid #E4E4E4;
}
.box__border--bottom {
  border-bottom: 1px solid #E4E4E4;
}
.box__shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
.box.box__color-1 {
  background-color: #C92F48;
}
.box.box__color-2 {
  background-color: #FFCB08;
}
.box.box__color-3 {
  background-color: #5D5D5D;
}
.box.box__color-4 {
  background-color: #00B1B0;
}
.bucket__wrap > * {
  padding: 15px;
}
.bucket__wrap .bucket__inner {
  border: 1px solid #E4E4E4;
}
.bucket__wrap .bucket__inner .dd-btn {
  width: 100%;
}
.bucket__wrap .bucket__image img {
  height: auto !important;
  width: 100% !important;
}
.bucket__wrap .bucket__content {
  padding: 20px;
  padding-top: 10px;
  text-align: center;
}
.bucket__wrap .bucket__content *:last-child {
  margin-bottom: 0;
}
a.btn,
button.btn,
input[type="submit"].btn,
a.dd-btn,
button.dd-btn,
input[type="submit"].dd-btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 15px 20px 15px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  border-radius: 4px;
  letter-spacing: 1px;
  transition: all 0.5s;
  color: #FFFFFF;
  background-color: #00B1B0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
a.btn:hover,
button.btn:hover,
input[type="submit"].btn:hover,
a.dd-btn:hover,
button.dd-btn:hover,
input[type="submit"].dd-btn:hover,
a.btn:focus,
button.btn:focus,
input[type="submit"].btn:focus,
a.dd-btn:focus,
button.dd-btn:focus,
input[type="submit"].dd-btn:focus {
  background-color: #006a69;
  color: #FFFFFF;
}
a.btn-big,
button.btn-big,
input[type="submit"].btn-big {
  padding: 24px;
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #C92F48;
  border-width: 1px;
  border-style: solid;
  border-color: #C92F48;
}
a.btn-big:hover,
button.btn-big:hover,
input[type="submit"].btn-big:hover,
a.btn-big:focus,
button.btn-big:focus,
input[type="submit"].btn-big:focus {
  background-color: #8f2133;
  color: #FFFFFF;
}
a.btn-color-1,
button.btn-color-1,
input[type="submit"].btn-color-1 {
  color: #FFFFFF;
  background-color: #C92F48;
  border-width: 1px;
  border-style: solid;
  border-color: #C92F48;
}
a.btn-color-1:hover,
button.btn-color-1:hover,
input[type="submit"].btn-color-1:hover,
a.btn-color-1:focus,
button.btn-color-1:focus,
input[type="submit"].btn-color-1:focus {
  background-color: #8f2133;
  color: #FFFFFF;
}
a.btn-color-2,
button.btn-color-2,
input[type="submit"].btn-color-2 {
  color: #FFFFFF;
  background-color: #FFCB08;
  border-width: 1px;
  border-style: solid;
  border-color: #FFCB08;
}
a.btn-color-2:hover,
button.btn-color-2:hover,
input[type="submit"].btn-color-2:hover,
a.btn-color-2:focus,
button.btn-color-2:focus,
input[type="submit"].btn-color-2:focus {
  background-color: #c09700;
  color: #FFFFFF;
}
a.btn-color-3,
button.btn-color-3,
input[type="submit"].btn-color-3 {
  color: #FFFFFF;
  background-color: #5D5D5D;
  border-width: 1px;
  border-style: solid;
  border-color: #5D5D5D;
}
a.btn-color-3:hover,
button.btn-color-3:hover,
input[type="submit"].btn-color-3:hover,
a.btn-color-3:focus,
button.btn-color-3:focus,
input[type="submit"].btn-color-3:focus {
  background-color: #393939;
  color: #FFFFFF;
}
a.btn-color-4,
button.btn-color-4,
input[type="submit"].btn-color-4 {
  color: #FFFFFF;
  background-color: #00B1B0;
  border-width: 1px;
  border-style: solid;
  border-color: #00B1B0;
}
a.btn-color-4:hover,
button.btn-color-4:hover,
input[type="submit"].btn-color-4:hover,
a.btn-color-4:focus,
button.btn-color-4:focus,
input[type="submit"].btn-color-4:focus {
  background-color: #006a69;
  color: #FFFFFF;
}
a.btn-no-margin,
button.btn-no-margin,
input[type="submit"].btn-no-margin {
  margin: 0;
}
a.dd-social-btn,
button.dd-social-btn,
input[type="submit"].dd-social-btn,
a#sharebadge,
button#sharebadge,
input[type="submit"]#sharebadge {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
}
body.portal .btn-big {
  padding: 15px 20px 15px 20px;
  font-size: 17px;
}
.m-btn-container td {
  background-color: transparent !important;
}
.m-btn-container .m-btn[style] {
  cursor: pointer !important;
  display: inline-block !important;
  vertical-align: middle !important;
  font-family: 'Roboto Slab', serif !important;
  font-size: 17px !important;
  font-weight: bold !important;
  margin: 0 0 15px 0 !important;
  padding: 15px 20px 15px 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1 !important;
  border-radius: 4px !important;
  letter-spacing: 1px !important;
  transition: all 0.5s !important;
  color: #FFFFFF !important;
  background-color: #00B1B0 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.m-btn-container .m-btn[style]:hover,
.m-btn-container .m-btn[style]:focus {
  background-color: #006a69 !important;
  color: #FFFFFF !important;
}
button.back-to-top {
  bottom: 20px;
  margin-bottom: 0;
  padding: 20px !important;
  position: fixed;
  right: 20px;
  z-index: 500;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
button.back-to-top i[class^="icon-"] {
  font-size: 20px;
}
button.back-to-top.is-show {
  opacity: 1;
  filter: alpha(opacity=100);
}
#fb-comments #fbCommentHeader {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
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: 13px;
  font-family: 'Open Sans', sans-serif;
  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 #C92F48;
  outline: 0;
  box-shadow: 0 0 10px #efbbc4;
}
#processform #ccnumber,
#processform #donationamount {
  padding-left: 25px !important;
}
.form-actions .dd-btn {
  margin-bottom: 0;
}
.wrap__content img {
  margin: 0 0 20px 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.imageFloatLeft img,
.imageFloatRight img {
  margin-bottom: 0;
}
img[style*="float: left"],
.imageFloatLeft {
  float: left;
  clear: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
img[style*="float: right"],
.imageFloatRight {
  float: right;
  clear: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.modal-action {
  table-layout: fixed;
}
table.responsive-table {
  width: 100%;
  table-layout: fixed;
  padding: 25px 0;
}
table.responsive-table td {
  padding: 15px;
  vertical-align: top;
}
table.responsive-table td:first-child {
  padding-left: 0;
}
table.responsive-table td:last-child {
  padding-right: 0;
}
table.responsive-table td:nth-last-of-type(1):first-of-type,
table.responsive-table td:nth-last-of-type(1):first-of-type ~ td {
  width: 100%;
}
table.responsive-table td:nth-last-of-type(2):first-of-type,
table.responsive-table td:nth-last-of-type(2):first-of-type ~ td {
  width: 50%;
}
table.responsive-table td:nth-last-of-type(3):first-of-type,
table.responsive-table td:nth-last-of-type(3):first-of-type ~ td {
  width: 33.33%;
}
.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 {
  color: #5D5D5D;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 1.47;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 700;
  text-transform: none;
}
h1.header__large,
.h1.header__large {
  font-size: 70px;
}
h2,
.h2 {
  color: #C92F48;
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  line-height: 1.47;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-transform: none;
}
h3,
.h3 {
  color: #00B1B0;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 1.47;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-transform: none;
}
h4,
.h4 {
  color: #5D5D5D;
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  line-height: 1.47;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-transform: none;
}
h5,
.h5 {
  color: #C92F48;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 1.47;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 1px;
}
h6,
.h6 {
  color: #5D5D5D;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.47;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 400;
  text-transform: none;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #5D5D5D;
  margin: 0 0 20px 0;
  line-height: 1.67;
  padding: 0;
}
p.p__no-margin {
  margin-bottom: 0;
}
p.p__font-size--large {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}
a {
  color: #C92F48;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover,
a:focus,
a:active {
  color: #a02539;
  text-decoration: none;
}
.grid__flex {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}
.grid__flex:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.grid__flex > div {
  padding: 15px;
  border-right: 1px solid #EEEEEE;
  flex-grow: 1;
}
.grid__flex > div:nth-last-of-type(1):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(1):not([class*=grid-col]):first-of-type ~ div {
  width: 100%;
}
.grid__flex > div:nth-last-of-type(2):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(2):not([class*=grid-col]):first-of-type ~ div {
  width: 50%;
}
.grid__flex > div:nth-last-of-type(3):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(3):not([class*=grid-col]):first-of-type ~ div {
  width: 33.333333333333336%;
}
.grid__flex > div:nth-last-of-type(4):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(4):not([class*=grid-col]):first-of-type ~ div {
  width: 25%;
}
.grid__flex > div:nth-last-of-type(5):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(5):not([class*=grid-col]):first-of-type ~ div {
  width: 20%;
}
.grid__flex > div:nth-last-of-type(6):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(6):not([class*=grid-col]):first-of-type ~ div {
  width: 16.666666666666668%;
}
.grid__flex > div:nth-last-of-type(7):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(7):not([class*=grid-col]):first-of-type ~ div {
  width: 14.285714285714286%;
}
.grid__flex > div:nth-last-of-type(8):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(8):not([class*=grid-col]):first-of-type ~ div {
  width: 12.5%;
}
.grid__flex > div:nth-last-of-type(9):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(9):not([class*=grid-col]):first-of-type ~ div {
  width: 11.11111111111111%;
}
.grid__flex > div:nth-last-of-type(10):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(10):not([class*=grid-col]):first-of-type ~ div {
  width: 10%;
}
.grid__flex > div:nth-last-of-type(11):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(11):not([class*=grid-col]):first-of-type ~ div {
  width: 9.090909090909092%;
}
.grid__flex > div:nth-last-of-type(12):not([class*=grid-col]):first-of-type,
.grid__flex > div:nth-last-of-type(12):not([class*=grid-col]):first-of-type ~ div {
  width: 8.333333333333334%;
}
.grid__flex > div.grid-col-1 {
  width: 8.333333333333332%;
}
.grid__flex > div.grid-col-2 {
  width: 16.666666666666664%;
}
.grid__flex > div.grid-col-3 {
  width: 25%;
}
.grid__flex > div.grid-col-4 {
  width: 33.33333333333333%;
}
.grid__flex > div.grid-col-5 {
  width: 41.66666666666667%;
}
.grid__flex > div.grid-col-6 {
  width: 50%;
}
.grid__flex > div.grid-col-7 {
  width: 58.333333333333336%;
}
.grid__flex > div.grid-col-8 {
  width: 66.66666666666666%;
}
.grid__flex > div.grid-col-9 {
  width: 75%;
}
.grid__flex > div.grid-col-10 {
  width: 83.33333333333334%;
}
.grid__flex > div.grid-col-11 {
  width: 91.66666666666666%;
}
.grid__flex > div.grid-col-12 {
  width: 100%;
}
.grid__flex > div.grid-order-1 {
  order: 1;
}
.grid__flex > div.grid-order-2 {
  order: 2;
}
.grid__flex > div.grid-order-3 {
  order: 3;
}
.grid__flex > div.grid-order-4 {
  order: 4;
}
.grid__flex > div.grid-order-5 {
  order: 5;
}
.grid__flex > div.grid-order-6 {
  order: 6;
}
.grid__flex > div.grid-order-7 {
  order: 7;
}
.grid__flex > div.grid-order-8 {
  order: 8;
}
.grid__flex > div.grid-order-9 {
  order: 9;
}
.grid__flex > div.grid-order-10 {
  order: 10;
}
.grid__flex > div.grid-order-11 {
  order: 11;
}
.grid__flex > div.grid-order-12 {
  order: 12;
}
.grid__flex.grid__child-padding-med > div {
  padding: 30px;
}
.grid__flex.grid__child-padding-med.grid__collapse {
  width: auto;
  margin-left: -30px;
  margin-right: -30px;
}
.grid__flex.grid__child-padding-large > div {
  padding: 30px 55px;
}
.grid__flex.grid__child-padding-large.grid__collapse {
  width: auto;
  margin-left: -55px;
  margin-right: -55px;
}
[class^="icon-"] {
  margin-right: 0;
}
.text__align--center {
  text-align: center;
}
.margin__center {
  margin: 0 auto !important;
  float: none !important;
}
ul.list__inline,
ol.list__inline {
  list-style: none;
}
ul.list__inline li,
ol.list__inline li {
  display: inline-block;
  padding-right: 5px;
}
ul.list__inline li:last-child,
ol.list__inline li:last-child {
  padding-right: 0;
}
.wrap__content ul,
.wrap__content ol {
  padding: 0;
  margin: 0 0 20px 10px;
  list-style-position: inside;
}
.wrap__content li {
  padding-bottom: 16px;
  line-height: 1.67;
}
.topnavcms {
  background-color: #5D5D5D;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  list-style: none;
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
.topnavcms > li {
  white-space: normal;
  display: inline-block;
}
.topnavcms > li:not(.nochildren) {
  position: relative;
}
.topnavcms > li:not(.nochildren):hover > ul,
.topnavcms > li:not(.nochildren):focus > ul,
.topnavcms > li:not(.nochildren).js-active > ul {
  display: block;
  visibility: visible;
}
.topnavcms > li a {
  text-decoration: none;
  display: block;
}
.topnavcms > li > a {
  font-size: 22px;
  font-weight: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 25px 15px;
}
.topnavcms > li:hover > a,
.topnavcms > li:focus > a,
.topnavcms > li.on > a {
  color: #FFFFFF;
  background-color: #373737;
}
.topnavcms ul {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  background-color: #5D5D5D;
  width: 200px;
  list-style: none;
}
.topnavcms ul li {
  float: none;
}
.topnavcms ul li a {
  color: #fff;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  width: 200px;
}
.topnavcms ul li:hover a,
.topnavcms ul li:focus a,
.topnavcms ul li.on a {
  color: #FFFFFF;
  background-color: #373737;
}
#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,
#leftNav li a:focus {
  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,
#leftNav ul li a:focus {
  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;
}
#m-nav {
  display: none;
  visibility: hidden;
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  color: #474747;
  font-family: 'Open Sans', sans-serif;
  background-color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  *zoom: 1;
}
#m-nav:before,
#m-nav:after {
  display: table;
  content: "";
  line-height: 0;
}
#m-nav:after {
  clear: both;
}
#m-nav > *:not(.m-login):not(.m-cms-nav) {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin: 0;
}
#m-nav .header__logo {
  max-width: 26px;
}
#m-nav .m-menu-item {
  margin-right: 0px;
  color: #C92F48;
  padding: 10px;
  background-color: transparent;
}
#m-nav .m-menu-item [class^="icon-"] {
  font-size: 25px;
}
#m-nav .m-search {
  float: right;
}
#m-nav .m-search input[type="text"] {
  width: auto;
  border: 1px solid #EEEEEE;
  color: #5D5D5D;
  font-size: 12px;
  padding: 14px 10px;
  border-radius: 0px;
  position: relative;
}
#m-nav .m-search label,
#m-nav .m-search button {
  display: inline;
  margin: 0;
}
#m-nav .m-search button {
  display: none;
}
.m-cms-nav,
.m-login {
  display: none;
  position: absolute;
  z-index: 50;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
}
ul.m-cms-nav {
  background-color: #5D5D5D;
}
ul.m-cms-nav li {
  display: block;
  width: 100%;
}
ul.m-cms-nav li a {
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 15px;
}
ul.m-cms-nav li:hover > a,
ul.m-cms-nav li:focus > a,
ul.m-cms-nav li.on > a {
  color: #FFFFFF;
}
ul.m-cms-nav ul {
  display: block;
  visibility: visible;
  width: 100%;
  margin-left: 0;
}
ul.m-cms-nav ul li a {
  padding-left: 35px;
}
#teamTabs,
#participantTabs {
  margin-top: 0!important;
}
#teamTabs li a,
#participantTabs li a {
  color: #C92F48;
  margin-right: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
#teamTabs li a:before,
#participantTabs li a:before {
  font-family: 'FontAwesome' !important;
  padding-right: 5px;
}
#teamTabs li a:hover,
#participantTabs li a:hover,
#teamTabs li a:focus,
#participantTabs li a:focus {
  background-color: #EEEEEE;
}
#teamTabs li.active a,
#participantTabs li.active a {
  color: #5D5D5D;
}
#teamTabs li:nth-child(1) a:before,
#participantTabs li:nth-child(1) a:before {
  content: "\f10d";
}
#teamTabs li:nth-child(2) a:before,
#participantTabs li:nth-child(2) a:before {
  content: "\f004";
}
#teamTabs li:nth-child(3) a:before {
  content: "\f0c0";
  font-weight: normal !important;
}
.tab-content {
  table-layout: fixed;
}
body.action-event #btnRegbody,
body.action-event #btnDonateevent,
body.action-event .pcampaign,
body.action-event #btnBuytickets {
  margin-left: 15px;
  margin-bottom: 30px;
}
body.action-event #btnRegbody.dd-btn.btn-big:first-of-type,
body.action-event #btnDonateevent.dd-btn.btn-big:first-of-type,
body.action-event .pcampaign.dd-btn.btn-big:first-of-type,
body.action-event #btnBuytickets.dd-btn.btn-big:first-of-type {
  margin-left: 0;
}
body.action-event .event__details {
  padding: 25px 0;
}
body.action-event .event__details .event__detail {
  margin-bottom: 15px;
}
body.action-event .event__details .event__details-icon {
  margin-bottom: 20px;
}
body.action-event .event__details h1 {
  line-height: 1;
}
body.action-event .heading1donordriveevent {
  margin-bottom: 40px;
}
body.action-event .heading2donordriveevent {
  display: none;
}
body.action-event .dd-streaming-embed {
  max-width: 1080px;
  margin: 20px auto !important;
}
.card__wrap {
  background-color: #EEEEEE;
  padding: 45px 15px 55px 15px;
}
.card__wrap .participant-card,
.card__wrap .team-card {
  margin-bottom: 0;
}
.card__wrap .participant-card .avatar,
.card__wrap .team-card .avatar {
  max-width: 180px;
  margin-right: 55px;
}
.card__wrap .participant-card .profile-img,
.card__wrap .team-card .profile-img {
  width: 180px;
  border-radius: 1000px;
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.card__wrap .participant-card h1,
.card__wrap .team-card h1,
.card__wrap .participant-card .page-details *,
.card__wrap .team-card .page-details * {
  color: #5D5D5D;
}
.card__wrap .participant-card h1,
.card__wrap .team-card h1 {
  line-height: 1;
  margin-bottom: 15px !important;
}
.card__wrap .participant-card .page-details *:not([class^="icon-"]),
.card__wrap .team-card .page-details *:not([class^="icon-"]) {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
.card__wrap .participant-card .page-details *:not([class^="icon-"]) a:hover,
.card__wrap .team-card .page-details *:not([class^="icon-"]) a:hover,
.card__wrap .participant-card .page-details *:not([class^="icon-"]) a:focus,
.card__wrap .team-card .page-details *:not([class^="icon-"]) a:focus {
  opacity: 0.7;
}
.card__wrap .participant-card .page-details [class^="icon-"],
.card__wrap .team-card .page-details [class^="icon-"] {
  position: static !important;
  margin-right: 5px !important;
}
.card__wrap .participant-card .page-details [class^="icon-"]:before,
.card__wrap .team-card .page-details [class^="icon-"]:before {
  font-size: 18px !important;
}
.card__wrap .participant-card .details-item,
.card__wrap .team-card .details-item {
  display: block;
  font-weight: 700;
  padding-left: 0 !important;
}
.card__wrap .participant-card .dd-team-group-name,
.card__wrap .team-card .dd-team-group-name {
  display: none !important;
}
.card__wrap .participant-card .dd-btn,
.card__wrap .team-card .dd-btn {
  margin-right: 5px;
}
.side-bar > * {
  margin-bottom: 25px;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #5D5D5D;
  line-height: 1;
}
#wrapCol {
  width: 100%;
  *zoom: 1;
}
#wrapCol:before,
#wrapCol:after {
  display: table;
  content: "";
  line-height: 0;
}
#wrapCol:after {
  clear: both;
}
#wrapCol.offset-right-25 {
  width: auto;
  position: relative;
  margin-right: -25px;
}
#centerCol {
  width: 66.66666666666666%;
  left: 0;
  padding: 0 60px 0 0;
}
#rightCol {
  width: 33.33333333333333%;
  padding: 0 70px 0 0;
}
#rightCol > * {
  margin-bottom: 15px;
}
.footer {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  background-color: #5D5D5D;
  width: 100%;
  *zoom: 1;
}
.footer:before,
.footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer:after {
  clear: both;
}
.footer * {
  color: #FFFFFF;
}
.footer .footer__logo {
  max-width: 215px;
}
.footer .footer__top .wrap,
.footer .footer__bottom .wrap {
  display: table;
  table-layout: fixed;
}
.footer .footer__top .wrap > *,
.footer .footer__bottom .wrap > * {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.footer .footer__top .wrap > *:last-child,
.footer .footer__bottom .wrap > *:last-child {
  text-align: right;
}
.footer .footer__seal {
  margin-bottom: 0;
}
.footer .footer__seal > * {
  display: inline-block;
  margin-bottom: 15px;
}
.footer .guidestar-logo {
  width: 85px;
  margin: 0px 10px 0px 0px;
}
.footer .footer__bottom {
  background-color: #474747;
}
.footer .footer__bottom--right {
  white-space: nowrap;
}
.footer .footer__bottom--right > * {
  display: inline-block;
  margin-right: 7px;
}
.footer .footer__bottom--right > *:last-child {
  margin-right: 0;
}
.footer .footer__social {
  margin: 0;
}
.footer .footer__social li {
  padding: 0 10px;
}
.footer .footer__social i[class*="fa-"],
.footer .footer__social i[class*="icon-"] {
  font-size: 18px;
}
.footer .footer__copyright,
.footer .footer__meta-link {
  font-size: 14px;
}
.footer .footer__meta-link {
  margin-left: 5px;
}
.footer .footer__meta-link:first-of-type {
  margin-left: 0;
}
.footer .powered-by {
  display: inline-block;
}
.footer .powered-by img {
  width: 100%;
  max-width: 160px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.header {
  background: #FFFFFF;
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
}
.header .header__top,
.header .header__action-btns {
  font-size: 0;
  white-space: nowrap;
}
.header .header__top > *,
.header .header__action-btns > * {
  display: inline-block;
  vertical-align: middle;
  float: none;
  white-space: normal;
}
.header .header__top {
  padding: 15px;
}
.header .header__top > * {
  width: 50%;
}
.header .header__action-btns {
  text-align: right;
}
.header .header__action-btns > * {
  text-align: left;
  margin-left: 20px;
  margin-right: 0;
}
.header .header__bottom {
  text-align: center;
  position: relative;
  z-index: 500;
}
.wrap {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
.wrap.wrap__narrow {
  max-width: 980px;
}
.wrap__margin-y-40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
.wrap__margin-y-25 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.wrap__padding-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.wrap__padding {
  padding: 40px 15px;
}
.wrap__padding--vert {
  padding: 40px 0 60px 0;
}
.wrap__padding--bottom {
  padding-bottom: 40px;
}
.wrap__padding-top-collapse {
  padding-top: 0;
}
.py-25-0 {
  padding-top: 25px;
}
#hospitallogobox h1,
.dd-widget h1,
#hospitallogobox > h2,
.dd-widget > h2 {
  font-size: 26px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #5D5D5D;
  line-height: 1;
}
.dd-widget.box-link .dd-btn-link {
  display: inline-block;
  color: #5D5D5D;
  text-decoration: none;
  font-size: 16px;
}
.wrap__content .dd-widget {
  margin: 0 0 20px;
}
#hospitallogobox {
  padding: 0 !important;
}
#hospitallogobox > * {
  margin-bottom: 15px;
}
#hospitallogobox > *:last-child {
  margin-bottom: 0;
}
#hospitallogobox p {
  font-size: 20px;
  color: #C92F48;
  text-decoration: underline;
  transition: all 0.5s ease;
}
#hospitallogobox p:hover,
#hospitallogobox p:focus {
  color: #761c2a;
}
.dd-activity-count {
  margin: 0 20px 10px 0;
}
.dd-activity-count h2 {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
.dd-activity-count h2,
.dd-activity-count small {
  color: #5D5D5D;
  font-size: 18px;
}
.dd-activity-count small {
  font-weight: 600;
}
.dd-activity-count .dd-activity-measurement {
  color: #C92F48 !important;
}
.wrap__content .dd-activity-count {
  text-align: center;
}
.dd-badges {
  text-align: center;
}
.dd-badges .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #FFFFFF;
  font-size: 14px;
  left: 50%;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-badges .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-badges .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-badges .dd-description strong {
  display: block;
}
/* No Badges */
.dd-badge-missing {
  background: url("../../../resources/img/badges/badge-placeholder.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
}
.dd-badge-missing span {
  display: none;
}
/* Badge Display */
.dd-badges ul {
  margin: 0px 0px 20px 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-event-countdown {
  text-align: center;
  overflow: hidden;
}
.dd-event-countdown .count {
  display: inline-block;
  margin: 5px;
}
.dd-event-countdown .count .number {
  display: block;
  background: #fff;
  color: #5D5D5D;
  font-size: 34px;
  border: 3px solid #00B1B0;
  padding: 10px 5px;
  width: 100%;
}
.dd-event-countdown .count .time {
  display: block;
  background: #00B1B0;
  padding: 10px 5px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.dd-widget.dd-event-countdown {
  margin-bottom: 35px;
}
.dd-widget.dd-event-countdown h1 {
  display: none;
}
.dd-widget.dd-event-countdown .count {
  min-width: 85px;
}
.dd-widget.dd-event-countdown .count:first-child {
  margin-left: 0;
}
.dd-widget.dd-event-countdown .count:last-child {
  margin-right: 0;
}
.dd-widget.dd-event-countdown .count .number {
  border-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}
.dd-widget.dd-events {
  padding: 20px 0;
}
.dd-widget.dd-events h1 {
  display: none;
}
.dd-widget.dd-events ol {
  margin-left: 0;
  list-style: none;
  counter-reset: eventList;
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 100%;
  align-items: stretch;
}
.dd-widget.dd-events li {
  line-height: 1.2;
  padding-bottom: 15px;
  padding-right: 15px;
  flex-basis: 50%;
  -ms-flex: 0 1 auto;
  width: 50%;
}
.dd-widget.dd-events .dd-link:before,
.dd-widget.dd-events .dd-list-info {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.dd-widget.dd-events .dd-link:before {
  counter-increment: eventList;
  content: counter(eventList);
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  color: #FFFFFF;
  background-color: #C92F48;
  padding: 5px;
  width: 75px;
}
.dd-widget.dd-events .dd-link {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #EEEEEE;
}
.dd-widget.dd-events .dd-link:hover,
.dd-widget.dd-events .dd-link:focus {
  background-color: #e1e1e1;
}
.dd-widget.dd-events .dd-list-info {
  padding: 20px;
  text-align: left;
}
.dd-widget.dd-events .dd-list-info > *:not(.dd-list-name) {
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  color: #5D5D5D;
}
.dd-widget.dd-events .dd-list-info > *:not(.dd-list-name):after {
  content: "|";
  padding: 0 0 0 5px;
}
.dd-widget.dd-events .dd-list-info > *:not(.dd-list-name):last-child:after {
  display: none;
}
.dd-widget.dd-events .dd-list-name {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #C92F48;
}
.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: #5D5D5D;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors .dd-sponsors-level {
  display: flex;
  margin: 0 0 25px 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.dd-sponsors .dd-sponsors-level:last-child {
  margin: 0;
}
.dd-sponsors .dd-sponsors-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.dd-sponsors a.dd-sponsor {
  text-decoration: none;
}
.dd-sponsors .dd-sponsor {
  display: block;
  padding: 10px;
  margin: 0;
}
.dd-sponsors .dd-sponsor-name {
  color: #000000;
  display: block;
  font-size: inherit;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
#gtwo__wrap {
  padding: 20px;
  margin: 0;
  width: 100%;
  background: #474747;
}
#socialBtns {
  text-align: center;
}
#socialBtns h1 {
  display: none;
}
#socialBtns #sharebadge,
#socialBtns .dd-social-btn--page-link {
  background-color: #5D5D5D;
}
#socialBtns #sharebadge:hover,
#socialBtns .dd-social-btn--page-link:hover,
#socialBtns #sharebadge:focus,
#socialBtns .dd-social-btn--page-link:focus {
  background-color: #393939;
  color: #FFFFFF;
}
#socialBtns.socialBtns__horizontal .padding > *:not(#pagelinkmodal):not(.clr) {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  margin-right: 5px;
}
#socialBtns.socialBtns__horizontal .padding > *:not(#pagelinkmodal):not(.clr):last-child {
  margin-right: 0;
}
#socialBtns.socialBtns__vertical {
  padding-bottom: 15px;
}
#socialBtns.socialBtns__vertical .padding > *:not(#pagelinkmodal):not(.clr) {
  display: block !important;
  width: 100% !important;
  margin-bottom: 15px !important;
}
#inappropriatecontentlink {
  text-align: center;
  padding-bottom: 0;
  padding-top: 15px;
  font-size: 16px;
}
#inappropriatecontentlink a,
#inappropriatecontentlink * {
  color: #5D5D5D;
}
#inappropriatecontentlink a:hover,
#inappropriatecontentlink *:hover,
#inappropriatecontentlink a:focus,
#inappropriatecontentlink *:focus {
  color: #373737;
}
.dd-incentive-explainer {
  text-align: center;
}
.dd-incentive-explainer p {
  margin: 0 0 20px 0;
}
.dd-incentive-explainer a {
  display: inline-block;
  padding: 10px;
}
.dd-incentive-option-list {
  font-size: 15px;
  position: relative;
}
.dd-incentive-option-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-incentive-option {
  margin: 0 0 10px 0;
}
.dd-incentive-option .dd-incentive-button {
  text-decoration: none !important;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}
.dd-incentive-option .dd-incentive-button:hover,
.dd-incentive-option .dd-incentive-button:focus {
  border: 1px solid #666;
}
.dd-incentive-option .dd-incentive-description,
.dd-incentive-option .dd-incentive-action {
  font-size: inherit;
  box-sizing: border-box;
}
.dd-incentive-option .dd-incentive-amount {
  font-size: 20px;
  font-weight: bold;
  color: #C92F48;
  margin: 0;
}
.dd-incentive-option .dd-incentive-image img {
  max-height: 40px;
  max-width: 40px;
  padding: 0 10px 0 0;
}
.dd-incentive-option .dd-incentive-description {
  color: #525252;
}
.dd-incentive-option .dd-incentive-remaining {
  color: #525252;
  font-size: 13px;
  padding: 0 0 0 8px;
}
.dd-incentive-option-list {
  text-align: center;
}
.dd-incentive-option-list .dd-incentive-button {
  align-items: center;
  text-align: left;
}
.dd-incentive-option-list .dd-incentive-amount strong {
  font-family: 'Roboto Slab', serif;
}
.dd-incentive-option-list .dd-btn-link {
  padding-top: 5px;
}
.dd-incentive-amount {
  color: #C92F48 !important;
}
.leaderboard {
  background-color: #EEEEEE;
  background-image: url('../img/hmm-kids.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 55px 0 140px 0;
}
.dd-top-fundraisers,
.dd-top-teams,
.dd-top-team-groups {
  text-align: center;
}
.dd-top-fundraisers h1,
.dd-top-teams h1,
.dd-top-team-groups h1,
.dd-top-fundraisers h2,
.dd-top-teams h2,
.dd-top-team-groups h2 {
  color: #5D5D5D;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.47;
  margin: 0 0 15px 0;
  padding: 0;
}
.dd-top-fundraisers ol,
.dd-top-teams ol,
.dd-top-team-groups ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 500px;
}
.dd-top-fundraisers ol li,
.dd-top-teams ol li,
.dd-top-team-groups ol li {
  align-items: stretch;
  display: flex;
  height: auto;
  margin: 0 0 25px 0;
  padding: 0 10px;
}
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link,
.dd-top-team-groups .dd-avatar-link {
  border: 4px solid #FFFFFF;
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border-radius: 1000px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.dd-top-fundraisers .dd-avatar-link img,
.dd-top-teams .dd-avatar-link img,
.dd-top-team-groups .dd-avatar-link img {
  height: auto;
  max-width: 100px;
  width: 100%;
}
.dd-top-fundraisers .dd-avatar-link:hover .dd-list-info,
.dd-top-teams .dd-avatar-link:hover .dd-list-info,
.dd-top-team-groups .dd-avatar-link:hover .dd-list-info,
.dd-top-fundraisers .dd-avatar-link:focus .dd-list-info,
.dd-top-teams .dd-avatar-link:focus .dd-list-info,
.dd-top-team-groups .dd-avatar-link:focus .dd-list-info {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link,
.dd-top-team-groups .dd-avatar-link {
  height: 100%;
  position: relative;
}
.dd-top-fundraisers .dd-avatar-image img,
.dd-top-teams .dd-avatar-image img,
.dd-top-team-groups .dd-avatar-image img {
  border-radius: 1000px;
  display: block;
  margin: 0;
}
.dd-top-fundraisers .dd-avatar-image,
.dd-top-teams .dd-avatar-image,
.dd-top-team-groups .dd-avatar-image,
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info,
.dd-top-team-groups .dd-list-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info,
.dd-top-team-groups .dd-list-info {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dd-top-fundraisers .dd-list-info > span,
.dd-top-teams .dd-list-info > span,
.dd-top-team-groups .dd-list-info > span {
  display: block;
  word-break: break-word;
}
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info,
.dd-top-team-groups .dd-list-info {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.25s;
  border-radius: 1000px;
}
.dd-top-fundraisers .dd-list-info span,
.dd-top-teams .dd-list-info span,
.dd-top-team-groups .dd-list-info span {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
}
.dd-top-fundraisers .dd-list-info .dd-list-name,
.dd-top-teams .dd-list-info .dd-list-name,
.dd-top-team-groups .dd-list-info .dd-list-name {
  color: #5D5D5D;
}
.dd-top-fundraisers.dd-top--red .dd-view-more-link,
.dd-top-teams.dd-top--red .dd-view-more-link,
.dd-top-team-groups.dd-top--red .dd-view-more-link {
  color: #FFFFFF;
  background-color: #C92F48;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.dd-top-fundraisers.dd-top--red .dd-view-more-link:hover,
.dd-top-teams.dd-top--red .dd-view-more-link:hover,
.dd-top-team-groups.dd-top--red .dd-view-more-link:hover,
.dd-top-fundraisers.dd-top--red .dd-view-more-link:focus,
.dd-top-teams.dd-top--red .dd-view-more-link:focus,
.dd-top-team-groups.dd-top--red .dd-view-more-link:focus {
  background-color: #8f2133;
  color: #FFFFFF;
}
.dd-top-fundraisers.dd-top--red .dd-list-raised,
.dd-top-teams.dd-top--red .dd-list-raised,
.dd-top-team-groups.dd-top--red .dd-list-raised {
  color: #C92F48;
}
.dd-top-fundraisers.dd-top--teal .dd-list-raised,
.dd-top-teams.dd-top--teal .dd-list-raised,
.dd-top-team-groups.dd-top--teal .dd-list-raised {
  color: #00B1B0;
}
#login-wrap {
  position: relative;
  z-index: 1028;
  line-height: 1;
}
#login-wrap .login-btn.dd-btn {
  margin: 0px;
}
#login-wrap #login-box {
  position: absolute;
  top: 110%;
  right: 0;
  background: #FFFFFF;
  width: 300px;
  color: #474747;
}
#centralLoginDiv,
#forgotPasswordDiv {
  background-color: #5D5D5D;
  margin: 0 !important;
  padding: 20px;
}
#centralLoginDiv *:not(.dd-btn):not(span):not(input),
#forgotPasswordDiv *:not(.dd-btn):not(span):not(input) {
  color: #FFFFFF;
}
#centralLoginDiv form,
#forgotPasswordDiv form,
#centralLoginDiv button,
#forgotPasswordDiv button {
  margin-bottom: 0;
}
#centralLoginDiv a,
#forgotPasswordDiv a {
  margin-top: 13px;
  display: block;
}
#centralLoginDiv h1,
#forgotPasswordDiv h1 {
  display: none;
}
#centralLoginDiv input,
#forgotPasswordDiv input {
  width: 100%;
}
.dd-milestones {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  line-height: 1.67;
}
.dd-milestones h1,
.dd-milestones .dd-btn-link {
  line-height: 1;
  margin-bottom: 7px;
}
.dd-milestones .dd-milestone em,
.dd-milestones .dd-btn-link {
  font-size: 16px;
  font-weight: 200;
  color: #525252;
}
.dd-milestones .dd-milestone a,
.dd-milestones .dd-btn-link {
  text-decoration: none;
}
.dd-milestones a {
  display: inline-block;
}
.dd-milestones h1 {
  order: 1;
  padding-right: 15px;
}
.dd-milestones .dd-milestone {
  order: 3;
  width: 100%;
  font-size: 20px;
}
.dd-milestones .dd-milestone strong {
  color: #C92F48;
  font-weight: bold;
}
.dd-milestones .dd-btn-link {
  order: 2;
}
.dd-milestones .dd-milestone-explainer p {
  margin-bottom: 10px;
}
.dd-milestones .dd-milestone-explainer a {
  color: #C92F48;
  text-decoration: underline;
  font-weight: normal;
}
#adlogobox {
  text-align: center;
  padding: 0;
}
#adlogobox img {
  display: inline-block;
}
.dd-widget.dd-quickstats {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dd-widget.dd-quickstats h1 {
  display: none;
  visibility: hidden;
}
.dd-widget.dd-quickstats * {
  color: #FFFFFF;
  font-size: 30px;
  margin-bottom: 0;
}
.dd-widget.dd-quickstats > div[class^="dd-quickstats-"] {
  flex: 1 1 0%;
  padding: 20px 15px 30px 15px;
  text-align: center;
  vertical-align: middle;
}
.dd-widget.dd-quickstats > div[class^="dd-quickstats-"] h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
}
.dd-widget.dd-quickstats > div[class^="dd-quickstats-"] h2 small {
  display: block;
  font-size: 28px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
}
.dd-widget.dd-quickstats > div[class^="dd-quickstats-"]:nth-of-type(1) {
  background-color: #5D5D5D;
}
.dd-widget.dd-quickstats > div[class^="dd-quickstats-"]:nth-of-type(2) {
  background-color: #525252;
}
.dd-widget.dd-quickstats > div[class^="dd-quickstats-"]:nth-of-type(3) {
  background-color: #474747;
}
.dd-widget.dd-quickstats > div[class^="dd-quickstats-"]:nth-of-type(4) {
  background-color: #353535;
}
#participantTeamSearch {
  position: relative;
  margin-bottom: 0;
}
#participantTeamSearch label {
  margin: 0px;
}
#participantTeamSearch #searchTerm {
  color: #474747;
  padding: 15px 45px 15px 15px;
  margin-bottom: 0;
  border: 1px solid #E4E4E4;
  font-size: 14px;
  border-radius: 4px;
}
#participantTeamSearch button {
  text-indent: -999px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
  border: none;
  background: none;
}
#participantTeamSearch button:after {
  display: block;
  text-indent: 0;
  content: "\f002";
  font-family: 'FontAwesome' !important;
  font-weight: normal;
  color: #FFCB08;
  font-size: 22px;
}
#participantTeamSearch button span {
  display: none;
}
.dd-thermo-horizontal {
  min-width: 300px;
  /* Protects dimensions for mobile */
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-mask {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  width: 100%;
  height: 60px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #C92F48;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
  height: 60px;
  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: 60px;
  position: absolute;
}
.dd-milestone-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #474747;
  border-radius: 100%;
  z-index: 1005;
  box-shadow: none;
  padding: 0;
  line-height: 1;
  font-family: inherit;
}
.dd-milestone-mark .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #FFFFFF;
  font-size: 14px;
  left: 50%;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-milestone-mark .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-milestone-mark .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-milestone-mark .dd-description strong {
  display: block;
}
.dd-milestone-mark:hover .dd-description,
.dd-milestone-mark:focus .dd-description {
  opacity: 1;
}
@keyframes thermo-progress-horz {
  0% {
    width: 0;
  }
}
.dd-thermo-horizontal {
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dd-thermo-horizontal .dd-milestone-mark {
  border: 2px solid #FFFFFF;
}
.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: #5D5D5D;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  width: 50%;
  margin-bottom: 15px;
  line-height: 1;
}
.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-track {
  border: 4px solid #474747;
}
.dd-thermo-horizontal .dd-thermo-progress {
  animation: thermo-progress-horz 1s 1 forwards ease-out;
  background-image: linear-gradient(-45deg, rgba(0, 46, 77, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 46, 77, 0.2) 50%, rgba(0, 46, 77, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 25px 25px;
  overflow: hidden;
  animation: move 3s linear infinite;
}
.dd-thermo-horizontal .dd-page-edit-btn {
  top: auto;
  bottom: -15px;
}
@media only screen and (max-width: 1081px){
  .dd-top-fundraisers,
  .dd-top-teams {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 981px){
  #banner .banner__content {
    position: static;
    background-color: #C92F48;
    transform: translate(0, 0);
  }
  table.responsive-table td {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .topnavcms {
    display: none;
  }
  #m-nav {
    display: block;
    visibility: visible;
  }
  .card__wrap .dd-btn {
    display: inline-block !important;
  }
  #wrapCol {
    margin: 0 !important;
  }
  #centerCol,
  #rightCol {
    max-width: 100%;
    width: 100%;
    float: none;
    padding: 0 !important;
  }
  #centerCol {
    margin-bottom: 30px;
  }
  .footer * {
    text-align: center !important;
  }
  .footer .footer__top .wrap,
  .footer .footer__bottom .wrap,
  .footer .footer__top .wrap > *,
  .footer .footer__bottom .wrap > * {
    display: block;
    width: 100%;
  }
  .footer .footer__top .wrap > *,
  .footer .footer__bottom .wrap > * {
    margin-bottom: 15px;
  }
  .footer .footer__top .wrap > *:last-child,
  .footer .footer__bottom .wrap > *:last-child {
    margin-bottom: 0;
  }
  .footer .footer__copyright {
    display: block;
  }
  .header .header__top {
    display: none;
  }
  .header .header__logo {
    width: 100%;
    text-align: center;
  }
  .leaderboard {
    background-image: none;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 768px){
  .box__medium-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  [data-page-context*='"constituentLoggedIn":true'] button.back-to-top {
    bottom: 83px;
  }
  h1.header__large,
  .h1.header__large {
    font-size: 40px;
  }
  .grid__flex {
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .grid__flex:before {
    display: none;
  }
  .grid__flex > div {
    width: 100% !important;
    position: static !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: block;
    border-right: 0;
    border-bottom: 1px solid #EEEEEE;
  }
  .grid__flex > div:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
  }
  #teamTabs,
  #participantTabs {
    border-radius: 4px;
    border: 1px solid #E4E4E4;
  }
  #teamTabs li,
  #participantTabs li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 0 !important;
  }
  #teamTabs li a,
  #participantTabs li a {
    border: 0;
  }
  #teamTabs li:last-child,
  #participantTabs li:last-child {
    border-bottom: 0;
  }
  #teamTabs li.active a,
  #participantTabs li.active a {
    background-color: #EEEEEE;
  }
  body.action-event #btnRegbody,
  body.action-event #btnDonateevent,
  body.action-event .pcampaign,
  body.action-event #btnBuytickets {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .card__wrap {
    padding: 45px 20px 30px 20px;
    text-align: center;
  }
  .card__wrap .participant-card > *,
  .card__wrap .team-card > * {
    display: block;
    width: 100%;
  }
  .card__wrap .participant-card .avatar,
  .card__wrap .team-card .avatar {
    margin: 0 auto 30px auto;
  }
  .card__wrap .participant-card .dd-btn,
  .card__wrap .team-card .dd-btn {
    display: block !important;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #hospitallogobox {
    text-align: center;
  }
  .dd-activity-pretext {
    display: block;
  }
  .dd-widget.dd-events ol {
    display: block;
  }
  .dd-widget.dd-events li {
    width: 100%;
    padding-right: 0;
  }
  .dd-widget.dd-events .dd-link:before {
    display: none;
  }
  .dd-widget.dd-events .dd-view-more-link {
    width: 100%;
  }
  #socialBtns .padding > *:not(#pagelinkmodal):not(.clr) {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .dd-widget.dd-quickstats {
    display: block;
  }
  .dd-widget.dd-quickstats > div[class^="dd-quickstats-"] {
    display: block;
    padding: 20px 15px;
    width: 100%;
  }
  .dd-widget.dd-quickstats > div[class^="dd-quickstats-"] h2 {
    font-size: 30px;
  }
  .dd-widget.dd-quickstats > div[class^="dd-quickstats-"] h2 small {
    display: inline;
    font-size: 28px;
  }
  .dd-milestone-mark .dd-description {
    display: none !important;
  }
}
@media only screen and (max-width: 641px){
  .box__small-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .dd-badges .dd-description {
    display: none !important;
  }
  .dd-widget.dd-event-countdown .count {
    min-width: 62px;
  }
  .dd-widget.dd-event-countdown .count .time {
    font-size: 12px;
  }
  .dd-sponsors .dd-sponsors-container {
    flex-direction: column;
  }
  .leaderboard {
    padding: 25px 0;
  }
  .dd-top-fundraisers,
  .dd-top-teams {
    padding: 0 15px;
    text-align: left;
  }
  .dd-top-fundraisers h1,
  .dd-top-teams h1,
  .dd-top-fundraisers h2,
  .dd-top-teams h2 {
    font-size: 21px;
  }
  .dd-top-fundraisers ol,
  .dd-top-teams ol {
    list-style: none;
    margin-left: 0;
  }
  .dd-top-fundraisers ol li,
  .dd-top-teams ol li {
    float: none;
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
  }
  .dd-top-fundraisers .dd-avatar-link,
  .dd-top-teams .dd-avatar-link {
    border: 0;
    display: flex;
    max-width: 100%;
    overflow: visible;
    text-decoration: none;
    white-space: nowrap;
    width: inherit;
    border-radius: 0;
    box-shadow: none;
  }
  .dd-top-fundraisers .dd-avatar-link img,
  .dd-top-teams .dd-avatar-link img,
  .dd-top-fundraisers .dd-avatar-link .dd-list-info,
  .dd-top-teams .dd-avatar-link .dd-list-info {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }
  .dd-top-fundraisers .dd-avatar-link img,
  .dd-top-teams .dd-avatar-link img {
    border: 4px solid #FFFFFF;
    height: 57px !important;
    left: 0;
    top: 0;
    width: 57px;
    border-radius: 1000px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .dd-top-fundraisers .dd-avatar-link .dd-list-info,
  .dd-top-teams .dd-avatar-link .dd-list-info {
    position: static;
    padding: 0 15px;
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .dd-top-fundraisers .dd-avatar-link .dd-list-info span,
  .dd-top-teams .dd-avatar-link .dd-list-info span {
    font-size: 16px;
  }
  .dd-top-fundraisers .dd-avatar-link .dd-list-info .dd-list-name,
  .dd-top-teams .dd-avatar-link .dd-list-info .dd-list-name {
    margin-bottom: 5px;
  }
  .dd-top-fundraisers .dd-btn.dd-view-more-link,
  .dd-top-teams .dd-btn.dd-view-more-link {
    display: block;
    width: 100%;
  }
  .dd-top-teams {
    margin-bottom: 0;
  }
  .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: 10px;
  }
  .dd-thermo-horizontal .dd-thermo-raised {
    order: 1;
  }
  .dd-thermo-horizontal .dd-thermo-goal {
    order: 3;
    margin-bottom: 0;
  }
  .dd-thermo-horizontal .dd-milestone-wrapper,
  .dd-thermo-horizontal .dd-thermo-track {
    order: 2;
  }
  .dd-thermo-horizontal .dd-page-edit-btn {
    top: 0;
    bottom: auto;
  }
}

