.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: #FF6B00;
  box-shadow: none;
  line-height: 1.67;
  position: relative;
  text-align: center;
}
.dd-announcement-bar-content {
  display: block;
  margin: 0 auto;
  max-width: 1040px;
  padding: 16px 54px;
  width: 100%;
}
.dd-announcement-bar-content p {
  color: #ffffff;
}
.dd-announcement-bar-content > :last-child {
  margin-bottom: 0;
}
.dd-announcement-bar-content a,
.dd-announcement-bar-content a:link {
  color: #ffffff;
  text-decoration: underline;
}
.dd-announcement-bar-content a:active,
.dd-announcement-bar-content a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.dd-announcement-bar-content a:hover,
.dd-announcement-bar-content a:focus {
  color: #ffffff;
  text-decoration: none;
}
.dd-announcement-bar-close,
.dd-announcement-bar-close:active,
.dd-announcement-bar-close:hover,
.dd-announcement-bar-close:link,
.dd-announcement-bar-close:visited {
  -webkit-appearance: none;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  line-height: inherit;
}
.dd-announcement-bar-close {
  position: absolute;
  right: 27px;
  top: 16px;
  transform: translate(50%, 0);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner img {
  width: 100% !important;
  height: auto !important;
}
#banner img.default-logo-banner {
  display: none !important;
}
#banner .banner__image p,
#banner .banner__image img {
  margin-bottom: 0;
}
#banner .banner__content {
  position: absolute;
  bottom: 0;
  padding: 0 15px 5px 15px;
}
#banner .banner__content *:not(.dd-btn) {
  color: #FFFFFF !important;
}
.box {
  width: 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
}
.box h1 {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  line-height: 1.47;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 900;
  text-transform: none;
}
.box p {
  font-size: 18px;
  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-40-vert {
  padding-top: 40px;
  padding-bottom: 40px;
}
.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 #EEEEEE;
}
.box__border--bottom {
  border-bottom: 1px solid #EEEEEE;
}
.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: #FF6B00;
}
.box.box__color-2 {
  background-color: #00ACCA;
}
.box.box__color-3 {
  background-color: #545454;
}
a.btn,
button.btn,
input[type="submit"].btn,
a.dd-btn,
button.dd-btn,
input[type="submit"].dd-btn {
  cursor: pointer;
  display: inline-block;
  color: #FF6B00;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 900;
  margin: 0 10px 15px 0;
  padding: 16px 20px 16px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 1px;
  vertical-align: middle;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #FF6B00;
  border-radius: 6px;
  transition: all 0.5s;
}
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: #FF6B00;
  color: #FFFFFF;
}
a.btn-big,
button.btn-big,
input[type="submit"].btn-big {
  font-size: 19px;
  padding: 22px 33px;
  background-color: #FF6B00;
  color: #FFFFFF;
}
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: #cc5600;
  color: #FFFFFF;
}
a.btn-expanded,
button.btn-expanded,
input[type="submit"].btn-expanded {
  width: 100%;
}
a.btn-big-hollow-orange,
button.btn-big-hollow-orange,
input[type="submit"].btn-big-hollow-orange {
  font-size: 19px;
  padding: 22px 33px;
}
a.btn-tiny,
button.btn-tiny,
input[type="submit"].btn-tiny {
  background-color: #FFFFFF;
  border-color: transparent;
  border-radius: 2px;
  color: #333333;
  font-size: 9px;
  margin: 0;
  padding: 5px;
}
a.btn-tiny:hover,
button.btn-tiny:hover,
input[type="submit"].btn-tiny:hover,
a.btn-tiny:focus,
button.btn-tiny:focus,
input[type="submit"].btn-tiny:focus {
  background-color: #e6e6e6;
  color: #333333;
}
a.m-menu-item,
button.m-menu-item,
input[type="submit"].m-menu-item {
  width: 42px;
  height: 42px;
  padding: 9px;
  margin-right: 10px !important;
  background-color: #FF6B00;
  color: #FFFFFF;
}
a.m-menu-item [class^="icon-"],
button.m-menu-item [class^="icon-"],
input[type="submit"].m-menu-item [class^="icon-"] {
  font-size: 20px;
}
a.m-menu-item:hover,
button.m-menu-item:hover,
input[type="submit"].m-menu-item:hover,
a.m-menu-item:focus,
button.m-menu-item:focus,
input[type="submit"].m-menu-item:focus {
  background-color: #cc5600;
  color: #FFFFFF;
}
a.btn--shadow,
button.btn--shadow,
input[type="submit"].btn--shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
a.btn-orange,
button.btn-orange,
input[type="submit"].btn-orange,
a.btnLogin,
button.btnLogin,
input[type="submit"].btnLogin,
a.btnFindme,
button.btnFindme,
input[type="submit"].btnFindme {
  background-color: #FF6B00;
  color: #FFFFFF;
}
a.btn-orange:hover,
button.btn-orange:hover,
input[type="submit"].btn-orange:hover,
a.btnLogin:hover,
button.btnLogin:hover,
input[type="submit"].btnLogin:hover,
a.btnFindme:hover,
button.btnFindme:hover,
input[type="submit"].btnFindme:hover,
a.btn-orange:focus,
button.btn-orange:focus,
input[type="submit"].btn-orange:focus,
a.btnLogin:focus,
button.btnLogin:focus,
input[type="submit"].btnLogin:focus,
a.btnFindme:focus,
button.btnFindme:focus,
input[type="submit"].btnFindme:focus {
  background-color: #cc5600;
  color: #FFFFFF;
}
.m-btn-container td {
  background-color: transparent !important;
}
.m-btn-container .m-btn[style] {
  cursor: pointer !important;
  display: inline-block !important;
  color: #FF6B00 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  margin: 0 10px 15px 0 !important;
  padding: 16px 20px 16px 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  vertical-align: middle !important;
  background-color: transparent !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #FF6B00 !important;
  border-radius: 6px !important;
  transition: all 0.5s !important;
}
.m-btn-container .m-btn[style]:hover,
.m-btn-container .m-btn[style]:focus {
  background-color: #FF6B00 !important;
  color: #FFFFFF !important;
}
.form-actions .dd-btn {
  margin-bottom: 0;
}
#socialBtns #sharebadge,
#socialBtns .dd-social-btn,
#socialBtns .textshare {
  cursor: pointer !important;
  display: inline-block !important;
  color: #FFFFFF !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  margin: 0 10px 15px 0 !important;
  padding: 16px 20px 16px 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  vertical-align: middle !important;
  background-color: transparent !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #FFFFFF !important;
  border-radius: 6px !important;
  transition: all 0.5s !important;
}
#socialBtns #sharebadge:hover,
#socialBtns .dd-social-btn:hover,
#socialBtns .textshare:hover,
#socialBtns #sharebadge:focus,
#socialBtns .dd-social-btn:focus,
#socialBtns .textshare:focus {
  background-color: #FFFFFF !important;
  color: #333333 !important;
}
.btn-arrow--orange,
.btn-arrow--black,
.btn-arrow--black-back {
  font-weight: 700;
  line-height: 1.67;
}
.btn-arrow--orange:after,
.btn-arrow--black:after,
.btn-arrow--black-back:after,
.btn-arrow--orange:before,
.btn-arrow--black:before,
.btn-arrow--black-back:before {
  font-family: "FontAwesome";
  color: inherit;
}
.btn-arrow--orange:after,
.btn-arrow--black:after {
  content: "\f0da";
  padding-left: 5px;
}
.btn-arrow--black-back:before {
  content: "\f0d9";
  padding-right: 5px;
}
.btn-arrow--black,
.btn-arrow--black-back {
  color: #000000;
}
.btn-arrow--black:hover,
.btn-arrow--black-back:hover,
.btn-arrow--black:focus,
.btn-arrow--black-back:focus {
  color: #1a1a1a;
}
.btn-arrow--orange {
  color: #FF6B00;
}
.btn-arrow--orange:hover,
.btn-arrow--orange:focus {
  color: #cc5600;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider p {
  margin: 0px;
}
.slick-slider img {
  width: 100% !important;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  text-align: center;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
}
.slick-dots li button {
  border: 0;
  background: #fff;
  width: 14px;
  height: 14px;
  padding: 6px;
  border-radius: 100px;
  font-size: 0px;
  margin: 0px 4px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #000;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #000;
}
.responsive-carousel .slick-list {
  width: 90%;
  margin: 0 auto;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 100;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  font-family: 'FontAwesome';
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 10px;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next {
  right: 10px;
}
.slick-next:before {
  content: "\f105";
}
.carousel__slick {
  display: none;
}
.carousel__slick.slick-initialized {
  display: block;
}
.carousel__slick .slick-track {
  position: relative;
}
.carousel__slick .carousel__slide {
  text-align: center;
}
.carousel__slick .carousel__slide * {
  color: #FFFFFF;
}
.carousel__slick .carousel__slide img {
  display: inline-block;
  margin-bottom: 15px;
  max-width: 100%;
  width: auto !important;
}
.carousel__slick .slick-dots {
  position: static;
  padding-top: 25px;
}
.carousel__slick .slick-dots li {
  padding: 0 3px;
}
.carousel__slick .slick-dots button {
  background-color: transparent;
  border: 3px solid #FFFFFF;
  height: 20px;
  width: 20px;
  transition: background-color 0.5s;
}
.carousel__slick .slick-dots button:hover,
.carousel__slick .slick-dots button:focus {
  background-color: transparent;
}
.carousel__slick .slick-dots .slick-active button {
  background-color: #FF6B00;
}
#fb-comments #fbCommentHeader {
  font-family: 'Lato', 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: 'Lato', 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 #FF6B00;
  outline: 0;
  box-shadow: 0 0 10px #ffd3b3;
}
#processform #ccnumber,
#processform #donationamount {
  padding-left: 25px !important;
}
.wrap__content img {
  margin: 0 0 20px 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
img.image__full-width {
  width: 100% !important;
  height: auto !important;
}
img.image__centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.juicer-feed {
  padding: 0 !important;
}
.juicer-feed h1.referral {
  display: none !important;
}
.modal-action {
  table-layout: fixed;
}
.wrap__content .panel:nth-of-type(1):before,
.wrap__content .panel:nth-of-type(1):after {
  display: none;
}
.panel {
  position: relative;
  width: 100%;
  padding: 70px 0 60px 0;
}
.panel.panel__padding--small {
  padding: 30px 0 5px 0;
}
.panel.panel_has-triangles:before,
.panel.panel_has-triangles:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -60px;
  border-bottom: 60px solid #FFFFFF;
}
.panel.panel_has-triangles:before {
  left: 0;
  border-right: 114px solid transparent;
}
.panel.panel_has-triangles:after {
  right: 0;
  border-left: 114px solid transparent;
}
.panel.panel__bg--white {
  background-color: #FFFFFF;
}
.panel.panel_bg--blue-opacity {
  background-color: rgba(0, 172, 202, 0.8);
}
.panel.panel_bg--blue-opacity:before,
.panel.panel_bg--blue-opacity:after {
  border-bottom-color: rgba(0, 172, 202, 0.8);
}
.panel.panel__bg--light-grey {
  background-color: #EEEEEE;
}
.panel.panel__bg--light-grey:before,
.panel.panel__bg--light-grey:after {
  border-bottom-color: #EEEEEE;
}
.panel.panel__bg--grey {
  background-color: #DADADA;
}
.panel.panel__bg--grey:before,
.panel.panel__bg--grey:after {
  border-bottom-color: #DADADA;
}
.table-responsive,
table.responsive-table {
  display: table;
  width: 100% !important;
  table-layout: fixed;
}
.table-responsive .td,
table.responsive-table .td,
.table-responsive td,
table.responsive-table td {
  display: table-cell;
  padding: 15px 35px;
  vertical-align: top;
}
.table-responsive .td:first-child,
table.responsive-table .td:first-child,
.table-responsive td:first-child,
table.responsive-table td:first-child {
  padding-left: 0;
}
.table-responsive .td:last-child,
table.responsive-table .td:last-child,
.table-responsive td:last-child,
table.responsive-table td:last-child {
  padding-right: 0;
}
.table-responsive .td:nth-last-of-type(1):first-of-type,
table.responsive-table .td:nth-last-of-type(1):first-of-type,
.table-responsive td:nth-last-of-type(1):first-of-type,
table.responsive-table td:nth-last-of-type(1):first-of-type,
.table-responsive .td:nth-last-of-type(1):first-of-type ~ .table-responsive .td,
.table-responsive .td:nth-last-of-type(1):first-of-type ~ table.responsive-table .td,
.table-responsive .td:nth-last-of-type(1):first-of-type ~ .table-responsive td,
.table-responsive .td:nth-last-of-type(1):first-of-type ~ table.responsive-table td,
table.responsive-table .td:nth-last-of-type(1):first-of-type ~ .table-responsive .td,
table.responsive-table .td:nth-last-of-type(1):first-of-type ~ table.responsive-table .td,
table.responsive-table .td:nth-last-of-type(1):first-of-type ~ .table-responsive td,
table.responsive-table .td:nth-last-of-type(1):first-of-type ~ table.responsive-table td,
.table-responsive td:nth-last-of-type(1):first-of-type ~ .table-responsive .td,
.table-responsive td:nth-last-of-type(1):first-of-type ~ table.responsive-table .td,
.table-responsive td:nth-last-of-type(1):first-of-type ~ .table-responsive td,
.table-responsive td:nth-last-of-type(1):first-of-type ~ table.responsive-table td,
table.responsive-table td:nth-last-of-type(1):first-of-type ~ .table-responsive .td,
table.responsive-table td:nth-last-of-type(1):first-of-type ~ table.responsive-table .td,
table.responsive-table td:nth-last-of-type(1):first-of-type ~ .table-responsive td,
table.responsive-table td:nth-last-of-type(1):first-of-type ~ table.responsive-table td {
  width: 100%;
}
.table-responsive .td:nth-last-of-type(2):first-of-type,
table.responsive-table .td:nth-last-of-type(2):first-of-type,
.table-responsive td:nth-last-of-type(2):first-of-type,
table.responsive-table td:nth-last-of-type(2):first-of-type,
.table-responsive .td:nth-last-of-type(2):first-of-type ~ .table-responsive .td,
.table-responsive .td:nth-last-of-type(2):first-of-type ~ table.responsive-table .td,
.table-responsive .td:nth-last-of-type(2):first-of-type ~ .table-responsive td,
.table-responsive .td:nth-last-of-type(2):first-of-type ~ table.responsive-table td,
table.responsive-table .td:nth-last-of-type(2):first-of-type ~ .table-responsive .td,
table.responsive-table .td:nth-last-of-type(2):first-of-type ~ table.responsive-table .td,
table.responsive-table .td:nth-last-of-type(2):first-of-type ~ .table-responsive td,
table.responsive-table .td:nth-last-of-type(2):first-of-type ~ table.responsive-table td,
.table-responsive td:nth-last-of-type(2):first-of-type ~ .table-responsive .td,
.table-responsive td:nth-last-of-type(2):first-of-type ~ table.responsive-table .td,
.table-responsive td:nth-last-of-type(2):first-of-type ~ .table-responsive td,
.table-responsive td:nth-last-of-type(2):first-of-type ~ table.responsive-table td,
table.responsive-table td:nth-last-of-type(2):first-of-type ~ .table-responsive .td,
table.responsive-table td:nth-last-of-type(2):first-of-type ~ table.responsive-table .td,
table.responsive-table td:nth-last-of-type(2):first-of-type ~ .table-responsive td,
table.responsive-table td:nth-last-of-type(2):first-of-type ~ table.responsive-table td {
  width: 50%;
}
.table-responsive .td:nth-last-of-type(3):first-of-type,
table.responsive-table .td:nth-last-of-type(3):first-of-type,
.table-responsive td:nth-last-of-type(3):first-of-type,
table.responsive-table td:nth-last-of-type(3):first-of-type,
.table-responsive .td:nth-last-of-type(3):first-of-type ~ .table-responsive .td,
.table-responsive .td:nth-last-of-type(3):first-of-type ~ table.responsive-table .td,
.table-responsive .td:nth-last-of-type(3):first-of-type ~ .table-responsive td,
.table-responsive .td:nth-last-of-type(3):first-of-type ~ table.responsive-table td,
table.responsive-table .td:nth-last-of-type(3):first-of-type ~ .table-responsive .td,
table.responsive-table .td:nth-last-of-type(3):first-of-type ~ table.responsive-table .td,
table.responsive-table .td:nth-last-of-type(3):first-of-type ~ .table-responsive td,
table.responsive-table .td:nth-last-of-type(3):first-of-type ~ table.responsive-table td,
.table-responsive td:nth-last-of-type(3):first-of-type ~ .table-responsive .td,
.table-responsive td:nth-last-of-type(3):first-of-type ~ table.responsive-table .td,
.table-responsive td:nth-last-of-type(3):first-of-type ~ .table-responsive td,
.table-responsive td:nth-last-of-type(3):first-of-type ~ table.responsive-table td,
table.responsive-table td:nth-last-of-type(3):first-of-type ~ .table-responsive .td,
table.responsive-table td:nth-last-of-type(3):first-of-type ~ table.responsive-table .td,
table.responsive-table td:nth-last-of-type(3):first-of-type ~ .table-responsive td,
table.responsive-table td:nth-last-of-type(3):first-of-type ~ table.responsive-table td {
  width: 33.33%;
}
.table-responsive .td > *:last-child,
table.responsive-table .td > *:last-child,
.table-responsive td > *:last-child,
table.responsive-table td > *:last-child {
  margin-bottom: 0;
}
.table-responsive.table-responsive--span-10-12 .td:first-child,
table.responsive-table.table-responsive--span-10-12 .td:first-child,
.table-responsive.table-responsive--span-10-12 td:first-child,
table.responsive-table.table-responsive--span-10-12 td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 77%;
}
.table-responsive.table-responsive--span-10-12 .td:last-child,
table.responsive-table.table-responsive--span-10-12 .td:last-child,
.table-responsive.table-responsive--span-10-12 td:last-child,
table.responsive-table.table-responsive--span-10-12 td:last-child {
  width: 23%;
  padding-right: 0;
  padding-left: 15px;
}
.table-responsive.table-responsive--align-middle .td,
table.responsive-table.table-responsive--align-middle .td,
.table-responsive.table-responsive--align-middle td,
table.responsive-table.table-responsive--align-middle td {
  vertical-align: middle;
}
.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: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  line-height: 1.47;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 900;
  text-transform: none;
}
h2,
.h2 {
  color: #FF6B00;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  line-height: 1.47;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-transform: none;
}
h3,
.h3 {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  line-height: 1.47;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-transform: none;
}
h4,
.h4 {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  line-height: 1.47;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 900;
  text-transform: none;
}
h5,
.h5 {
  color: #00ACCA;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  line-height: 1.47;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 1px;
}
h6,
.h6 {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  line-height: 1.47;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-transform: none;
}
p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #666666;
  margin: 0 0 20px 0;
  line-height: 1.67;
  padding: 0;
}
p.p__font-size--large {
  font-size: 22px;
}
a {
  color: #FF6B00;
  text-decoration: none;
  transition: all 0.5s ease;
}
a.link__underline {
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  color: #cc5600;
  text-decoration: none;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
.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;
  display: flex;
  width: 100%;
  flex-grow: 1;
  align-items: center;
}
.grid__flex > div > * {
  width: 100%;
}
.grid__flex > div:last-of-type:not([class*="grid-order"]) {
  border-right: 0;
}
.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 {
  flex-basis: 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 {
  flex-basis: 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 {
  flex-basis: 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 {
  flex-basis: 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 {
  flex-basis: 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 {
  flex-basis: 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 {
  flex-basis: 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 {
  flex-basis: 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 {
  flex-basis: 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 {
  flex-basis: 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 {
  flex-basis: 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 {
  flex-basis: 8.333333333333334%;
}
.grid__flex > div.grid-col-1 {
  flex-basis: 8.333333333333332%;
}
.grid__flex > div.grid-col-2 {
  flex-basis: 16.666666666666664%;
}
.grid__flex > div.grid-col-3 {
  flex-basis: 25%;
}
.grid__flex > div.grid-col-4 {
  flex-basis: 33.33333333333333%;
}
.grid__flex > div.grid-col-5 {
  flex-basis: 41.66666666666667%;
}
.grid__flex > div.grid-col-6 {
  flex-basis: 50%;
}
.grid__flex > div.grid-col-7 {
  flex-basis: 58.333333333333336%;
}
.grid__flex > div.grid-col-8 {
  flex-basis: 66.66666666666666%;
}
.grid__flex > div.grid-col-9 {
  flex-basis: 75%;
}
.grid__flex > div.grid-col-10 {
  flex-basis: 83.33333333333334%;
}
.grid__flex > div.grid-col-11 {
  flex-basis: 91.66666666666666%;
}
.grid__flex > div.grid-col-12 {
  flex-basis: 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 40px;
}
.grid__flex.grid__child-padding-large.grid__collapse {
  width: auto;
  margin-left: -40px;
  margin-right: -40px;
}
[class*="push-"],
[class*="pull-"] {
  position: relative;
}
.push-1 {
  left: 6.666666666666665%;
}
.push-2 {
  left: 14.999999999999998%;
}
.push-3 {
  left: 23.333333333333332%;
}
.push-4 {
  left: 31.66666666666666%;
}
.push-5 {
  left: 40.00000000000001%;
}
.push-6 {
  left: 48.333333333333336%;
}
.push-7 {
  left: 56.66666666666667%;
}
.push-8 {
  left: 64.99999999999999%;
}
.push-9 {
  left: 73.33333333333333%;
}
.push-10 {
  left: 81.66666666666667%;
}
.push-11 {
  left: 89.99999999999999%;
}
.push-12 {
  left: 98.33333333333333%;
}
.pull-1 {
  right: 6.666666666666665%;
}
.pull-2 {
  right: 14.999999999999998%;
}
.pull-3 {
  right: 23.333333333333332%;
}
.pull-4 {
  right: 31.66666666666666%;
}
.pull-5 {
  right: 40.00000000000001%;
}
.pull-6 {
  right: 48.333333333333336%;
}
.pull-7 {
  right: 56.66666666666667%;
}
.pull-8 {
  right: 64.99999999999999%;
}
.pull-9 {
  right: 73.33333333333333%;
}
.pull-10 {
  right: 81.66666666666667%;
}
.pull-11 {
  right: 89.99999999999999%;
}
.pull-12 {
  right: 98.33333333333333%;
}
[class^="icon-"] {
  margin-right: 0;
}
.text__align--center {
  text-align: center;
}
.text__align--right {
  text-align: right;
}
.margin__center {
  margin: 0 auto !important;
  float: none !important;
}
ul.list__half-width,
ol.list__half-width,
ul.list__full-width,
ol.list__full-width,
ul.list__inline--editor,
ol.list__inline--editor,
ul.list__inline,
ol.list__inline {
  list-style: none;
}
ul.list__inline--editor li,
ol.list__inline--editor li,
ul.list__inline li,
ol.list__inline li {
  display: inline-block;
  padding-right: 5px;
}
ul.list__inline--editor li:first-child,
ol.list__inline--editor li:first-child,
ul.list__inline li:first-child,
ol.list__inline li:first-child {
  padding-left: 0;
}
ul.list__half-width,
ol.list__half-width,
ul.list__full-width,
ol.list__full-width {
  padding-left: 0 !important;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
}
ul.list__half-width,
ol.list__half-width {
  max-width: 540px;
}
ul.list__inline--editor,
ol.list__inline--editor {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
ul.list__inline--editor li,
ol.list__inline--editor li {
  padding-left: 5px;
}
.wrap__content ul,
.wrap__content ol {
  padding: 0 0 20px 10px;
  list-style-position: outside;
}
.wrap__content li {
  padding-bottom: 10px;
  line-height: 1.67;
  font-size: 18px;
}
.wrap__content li .dd-btn {
  margin: 0 !important;
}
.topnavcms.contentset-nav {
  display: block;
  background-color: #545454;
}
.topnavcms.contentset-nav > li > a {
  font-size: 18px;
  padding: 20px 15px;
}
.topnavcms.contentset-nav > li:hover > a,
.topnavcms.contentset-nav > li:focus > a,
.topnavcms.contentset-nav > li.on > a {
  color: #FFFFFF;
  background-color: #545454;
}
.topnavcms.contentset-nav > li:hover > a:before,
.topnavcms.contentset-nav > li:focus > a:before,
.topnavcms.contentset-nav > li.on > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-show-dropdown {
  position: absolute;
  top: 5px;
  right: 0;
  width: 50px;
  padding: 10px !important;
  margin-bottom: 0;
  display: none !important;
}
.btn-show-dropdown.js-active {
  transition: all 0.25s;
  transform: rotate(180deg);
}
.js-contentset-nav-mobile-toggle {
  display: none !important;
}
.topnavcms {
  background-color: #333333;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  list-style: none;
  position: relative;
  text-align: left;
  font-size: 0;
}
.topnavcms > li {
  display: inline-block;
}
.topnavcms > li:not(.nochildren):not(.top-nav-home) {
  position: relative;
}
.topnavcms > li:not(.nochildren):not(.top-nav-home) > a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  padding-left: 5px;
}
.topnavcms > li:not(.nochildren):not(.top-nav-home):hover > ul,
.topnavcms > li:not(.nochildren):not(.top-nav-home):focus > ul,
.topnavcms > li:not(.nochildren):not(.top-nav-home).js-active > ul {
  display: block;
  visibility: visible;
}
.topnavcms > li a {
  text-decoration: none;
  display: block;
}
.topnavcms > li > a {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: none;
  padding: 0 10px 30px 10px;
}
.topnavcms > li > a:before {
  display: block;
  content: "";
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 15px;
  right: 5px;
  left: 5px;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}
.topnavcms > li:hover > a,
.topnavcms > li:focus > a,
.topnavcms > li.on > a {
  color: #FFFFFF;
  background-color: #333333;
}
.topnavcms > li:hover > a:before,
.topnavcms > li:focus > a:before,
.topnavcms > li.on > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.topnavcms ul {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  background-color: #00ACCA;
  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: #006b7e;
}
#m-nav {
  display: none;
  visibility: hidden;
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  color: #333333;
  font-family: 'Lato', sans-serif;
  background-color: #333333;
  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 > *: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-search {
  float: right;
}
#m-nav .m-search input[type="text"] {
  height: 42px;
  width: auto;
  border: 1px solid #EEEEEE;
  color: #666666;
  font-size: 14px;
  padding: 14px 10px;
  border-radius: 6px;
  position: relative;
}
#m-nav .m-search label,
#m-nav .m-search button {
  display: inline;
  margin: 0;
}
#m-nav .m-search button {
  display: none !important;
}
.m-cms-nav,
.m-login {
  display: none;
  position: absolute;
  z-index: 50;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
}
.m-cms-nav {
  background-color: #00ACCA;
}
.m-cms-nav li {
  display: block;
  width: 100%;
}
.m-cms-nav li a {
  color: #FFFFFF;
  display: block;
  width: inherit;
  padding: 15px;
}
.m-cms-nav li a:before {
  display: none;
}
.m-cms-nav li:hover > a,
.m-cms-nav li:focus > a,
.m-cms-nav li.on > a {
  background-color: #006b7e;
  color: #FFFFFF;
}
.m-cms-nav ul {
  display: block;
  visibility: visible;
  width: 100%;
  margin-left: 0;
  position: static;
  background-color: inherit;
}
.m-cms-nav ul li a {
  padding-left: 35px !important;
  width: 100%;
}
#teamTabs,
#participantTabs {
  background-color: #00ACCA;
  text-align: center;
  margin-top: 0 !important;
  border: 0;
  white-space: nowrap;
  font-size: 0;
  margin-left: -999px !important;
  margin-right: -999px !important;
}
#teamTabs li,
#participantTabs li {
  white-space: normal;
  display: inline-block;
  float: none;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
#teamTabs li a,
#participantTabs li a {
  padding: 25px 20px;
  color: #FFFFFF;
  font-size: 20px !important;
  margin-right: 0;
  border: 0;
  border-radius: 0;
}
#teamTabs li a:before,
#participantTabs li a:before {
  font-family: 'FontAwesome' !important;
  padding-right: 5px;
}
#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:hover a,
#participantTabs li:hover a,
#teamTabs li:focus a,
#participantTabs li:focus a,
#teamTabs li.active a,
#participantTabs li.active a {
  background-color: #008197;
}
#teamTabs li.active a,
#participantTabs li.active a {
  position: relative;
}
#teamTabs li.active a:after,
#participantTabs li.active a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #008197;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#teamTabs li:nth-child(3) a:before {
  content: "\f0c0";
  font-weight: normal !important;
}
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;
}
.card__wrap {
  background-color: #EEEEEE;
  padding: 65px 15px 35px 15px;
}
.card__wrap .participant-card,
.card__wrap .team-card {
  margin-bottom: 0;
}
.card__wrap .participant-card h1,
.card__wrap .team-card h1 {
  line-height: 1;
}
.card__wrap .participant-card .profile-img,
.card__wrap .team-card .profile-img {
  width: 150px;
  border-radius: 1000px;
}
.card__wrap .participant-card .page-details *,
.card__wrap .team-card .page-details * {
  color: #666666;
}
.card__wrap .participant-card .page-details *:not([class^="icon-"]),
.card__wrap .team-card .page-details *:not([class^="icon-"]) {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.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: 16px !important;
}
.card__wrap .participant-card .details-item,
.card__wrap .team-card .details-item {
  display: block;
  font-weight: 400;
  padding-left: 0 !important;
}
.card__wrap .participant-card .details-item.dd-team-group-name,
.card__wrap .team-card .details-item.dd-team-group-name {
  display: none !important;
}
#resources-container {
  display: none;
  margin: 68px 0 40px 0;
  width: 100%;
}
.resources-home {
  border: 1px solid #ff7800;
  border-radius: 5px;
  padding: 0 20px 40px 20px;
}
.resources-home h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background: #ff7800;
  color: #fff;
  margin: -32px 0 30px -38px;
  padding: 10px 0 10px 20px;
  width: 400px;
  position: relative;
}
.resources-home h1 i {
  font-size: 30px;
}
.resources-home h1:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 120, 0, 0);
  border-left-color: #ff7800;
  border-width: 31px;
  margin-top: -31px;
}
.resources-home .step {
  background: #f8f8f8;
  box-shadow: 0 3px rgba(232, 230, 230, 0.75);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  padding: 30px 15px;
  transition: all 0.2s ease-in;
}
.resources-home .step span {
  display: inline-block;
  padding: 8px 14px 10px 13px;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.resources-home .step p {
  margin: 0;
  font-size: 21px;
  text-transform: uppercase;
}
.resources-home .step a {
  text-decoration: none;
  font-weight: bold;
}
.resources-home .step:hover,
.resources-home .step:focus {
  background: #f0f0f0;
  box-shadow: 0 3px rgba(220, 218, 218, 0.75);
}
.resources-home .step1home span {
  background: #ff7800;
}
.resources-home .step1home a {
  color: #ff7800;
}
.resources-home .step2home span {
  background: #157699;
}
.resources-home .step2home a {
  color: #157699;
}
.resources-home .step3home span {
  background: #b78846;
}
.resources-home .step3home a {
  color: #b78846;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  color: #666666;
  line-height: 1;
}
body.portal {
  font-size: 16px;
}
iframe {
  max-width: 100%;
}
.header {
  background: #333333;
  width: 100%;
}
.header .header__bottom .wrap,
.header .header__action-btns {
  font-size: 0;
  white-space: nowrap;
}
.header .header__bottom .wrap > *,
.header .header__action-btns > * {
  display: inline-block;
  vertical-align: middle;
  float: none;
  white-space: normal;
}
.header .header__top {
  padding: 25px 15px 15px 15px;
  text-align: center;
}
.header .header__logo {
  display: inline-block;
  max-width: 480px;
}
.header .header__action-btns {
  padding: 15px 0;
  text-align: right;
}
.header .header__action-btns > * {
  text-align: left;
  margin-left: 15px;
  margin-right: 0;
}
.header .header__bottom {
  padding: 0 15px;
  position: relative;
  z-index: 500;
}
.header .header__bottom .wrap > *:nth-child(1) {
  text-align: left;
  width: 65%;
}
.header .header__bottom .wrap > *:nth-child(2) {
  text-align: right;
  width: 35%;
}
.header .header__nav {
  padding-top: 30px;
}
.footer {
  position: relative;
  font-family: 'Lato', sans-serif;
  background-color: #333333;
  width: 100%;
  *zoom: 1;
}
.footer:before,
.footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer:after {
  clear: both;
}
.footer *:not([class*="btn-"]) {
  color: #FFFFFF;
}
.footer p {
  font-size: 16px;
}
.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;
  padding: 0 15px;
}
.footer .footer__bottom--left {
  white-space: nowrap;
}
.footer .footer__bottom--left > * {
  display: inline-block;
  margin-right: 7px;
}
.footer .footer__bottom--left > *:last-child {
  margin-right: 0;
}
.footer .footer__social {
  margin: 0 0 20px 0;
}
.footer .footer__social li {
  padding: 0 12px;
}
.footer .footer__social i[class*="fa-"],
.footer .footer__social i[class*="icon-"] {
  font-size: 24px;
}
.footer .powered-by img {
  width: 100%;
  max-width: 160px;
}
.footer .pie-chart {
  display: flex;
}
.footer .pie-chart .pie-chart-label-programs {
  color: #fff;
  position: absolute;
  white-space: nowrap;
  top: 147px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .pie-chart .pie-chart__img-wrap {
  flex-shrink: 0;
  max-width: 195px;
  position: relative;
  width: 100%;
}
.footer .pie-chart .pie-chart__img {
  width: 195px;
}
.footer .pie-chart .pie-chart-stat-wrap {
  padding-left: 10px;
  width: 100%;
}
.footer .pie-chart .pie-chart__stat {
  position: relative;
  left: -35px;
  margin-bottom: 10px;
}
.footer .pie-chart .pie-chart__stat [class*="icon-"] {
  font-size: 24px;
  position: relative;
  top: 3px;
}
.footer .pie-chart p {
  font-size: 16px;
}
.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
.wrap.wrap__narrow {
  max-width: 980px;
}
.wrap__padding {
  padding: 40px 15px;
}
.wrap__padding--horz {
  padding: 0 15px;
}
.wrap__padding--bottom {
  padding-bottom: 40px;
}
.wrap__padding-top-collapse {
  padding-top: 0;
}
#hospitallogobox h1,
.dd-widget h1 {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #00ACCA;
  line-height: 1;
}
.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-widget.dd-badges {
  text-align: left;
  position: relative;
}
.dd-widget.dd-badges ul {
  margin-bottom: 0;
}
.dd-widget.dd-badges .dd-btn-link,
.dd-widget.dd-badges .dd-view-more-link {
  color: #00ACCA;
  text-decoration: none;
}
.dd-widget.dd-badges .dd-btn-link {
  position: absolute;
  right: 0;
  top: 0;
}
.dd-sponsors h2 {
  color: #000000;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: inherit;
}
.dd-sponsors .dd-sponsors-level {
  display: flex;
  margin: 0 0 25px 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.dd-sponsors .dd-sponsors-level:last-child {
  margin: 0;
}
.dd-sponsors .dd-sponsors-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.dd-sponsors a.dd-sponsor {
  text-decoration: none;
}
.dd-sponsors .dd-sponsor {
  display: block;
  padding: 10px;
  margin: 0;
}
.dd-sponsors .dd-sponsor-name {
  color: #000000;
  display: block;
  font-size: inherit;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
#gtwo__wrap {
  padding: 20px;
  margin: 0;
  width: 100%;
  background: #545454;
}
#socialBtns {
  text-align: center;
}
#socialBtns h1 {
  display: none;
}
#socialBtns .padding > *:not(#pagelinkmodal):not(.clr) {
  display: inline-block;
  width: auto;
  margin-right: 10px !important;
}
#socialBtns .padding > *:not(#pagelinkmodal):not(.clr):last-child {
  margin-right: 0;
}
#socialBtns .padding #sharebadge,
#socialBtns .padding .dd-social-btn {
  margin-bottom: 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: left;
  padding-bottom: 0;
  padding-top: 15px;
  font-size: 16px;
}
#inappropriatecontentlink a,
#inappropriatecontentlink * {
  color: #666666;
}
#inappropriatecontentlink a:hover,
#inappropriatecontentlink *:hover,
#inappropriatecontentlink a:focus,
#inappropriatecontentlink *:focus {
  color: #404040;
}
.leaderboard {
  padding: 55px 0;
  background-color: #EEEEEE;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.dd-top-fundraisers,
.dd-top-teams {
  text-align: center;
  padding: 0 60px;
}
.dd-top-fundraisers h1,
.dd-top-teams h1 {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  line-height: 1.47;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 900;
}
.dd-top-fundraisers ol,
.dd-top-teams ol {
  list-style: none;
  margin: 0;
  display: block;
  *zoom: 1;
}
.dd-top-fundraisers ol:before,
.dd-top-teams ol:before,
.dd-top-fundraisers ol:after,
.dd-top-teams ol:after {
  display: table;
  content: "";
  line-height: 0;
}
.dd-top-fundraisers ol:after,
.dd-top-teams ol:after {
  clear: both;
}
.dd-top-fundraisers ol li,
.dd-top-teams ol li {
  width: 33.33%;
  height: auto;
  margin: 0 0 25px 0;
  padding: 0 10px;
  float: left;
}
.dd-top-fundraisers .dd-avatar-link,
.dd-top-teams .dd-avatar-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 120px;
  text-decoration: none;
  border-radius: 1000px;
}
.dd-top-fundraisers .dd-avatar-link img,
.dd-top-teams .dd-avatar-link img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
.dd-top-fundraisers .dd-avatar-link:hover .dd-list-info,
.dd-top-teams .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 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dd-top-fundraisers .dd-list-info,
.dd-top-teams .dd-list-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 18px;
  background-color: rgba(255, 255, 255, 0.75);
  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 {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
}
.dd-top-fundraisers .dd-list-info .dd-list-name,
.dd-top-teams .dd-list-info .dd-list-name {
  color: #00ACCA;
}
#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: #333333;
}
#centralLoginDiv,
#forgotPasswordDiv {
  background-color: #00ACCA;
  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-widget.dd-loginbar {
  font-size: 16px;
}
#participantTeamSearch {
  position: relative;
  margin-bottom: 0;
}
#participantTeamSearch label {
  margin: 0px;
}
#participantTeamSearch #searchTerm {
  color: #333333;
  padding: 14px 45px 14px 15px;
  margin-bottom: 0;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  border-radius: 6px;
}
#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: #00ACCA;
  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: 74px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #FF6B00;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: #B6B6B6;
  overflow: hidden;
  height: 74px;
  border-radius: 6px;
}
.dd-thermo-horizontal .dd-thermo-raised {
  float: left;
}
.dd-thermo-horizontal .dd-thermo-goal {
  float: right;
}
.dd-thermo-horizontal .dd-thermo-percent {
  max-width: 100%;
  text-align: right;
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-percent-flag {
  display: inline-block;
  background: none;
}
.dd-widget:empty {
  display: none;
}
.dd-thermo-horizontal {
  min-width: 100%;
}
.dd-thermo-horizontal .dd-thermo-percent {
  display: none;
  visibility: hidden;
}
.dd-thermo-horizontal .dd-thermo-track {
  border: 3px solid #FF6B00;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background-color: #FF6B00;
  overflow: hidden;
}
.dd-thermo-horizontal .dd-thermo-raised,
.dd-thermo-horizontal .dd-thermo-goal {
  float: none;
  display: block;
  color: #FFFFFF;
  font-size: 22px;
  height: 24px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding: 0 15px;
  line-height: 1;
}
.dd-thermo-horizontal .dd-thermo-raised {
  left: 0;
}
.dd-thermo-horizontal .dd-thermo-goal {
  right: 0;
}
.dd-thermo-horizontal .dd-page-edit-btn {
  top: auto;
  right: -10px !important;
  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: 1024px) {
  #banner .banner__content {
    position: static;
    text-align: center;
  }
  .table-responsive.table-responsive--stack-on-tablet-landscape .td,
  table.responsive-table.table-responsive--stack-on-tablet-landscape .td,
  .table-responsive.table-responsive--stack-on-tablet-landscape td,
  table.responsive-table.table-responsive--stack-on-tablet-landscape td {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .topnavcms.contentset-nav {
    background-color: #545454;
  }
  .topnavcms.contentset-nav li {
    display: block;
    width: 100%;
  }
  .topnavcms.contentset-nav li a {
    color: #FFFFFF;
    display: block;
    width: inherit;
    padding: 15px;
  }
  .topnavcms.contentset-nav li a:before {
    display: none;
  }
  .topnavcms.contentset-nav li:hover > a,
  .topnavcms.contentset-nav li:focus > a,
  .topnavcms.contentset-nav li.on > a {
    background-color: #3b3b3b;
    color: #FFFFFF;
  }
  .topnavcms.contentset-nav ul {
    display: block;
    visibility: visible;
    width: 100%;
    margin-left: 0;
    position: static;
    background-color: inherit;
  }
  .topnavcms.contentset-nav ul li a {
    padding-left: 35px !important;
    width: 100%;
  }
  .js-contentset-nav-mobile-toggle,
  .btn-show-dropdown {
    display: block !important;
  }
  .js-contentset-nav-mobile-toggle ~ li {
    display: none !important;
  }
  .js-contentset-nav-mobile-toggle ~ li.js-show-navigation {
    display: block !important;
  }
  .m-cms-nav > li:not(.nochildren):not(.top-nav-home),
  .js-has-btn-show-dropdown > li:not(.nochildren):not(.top-nav-home) {
    position: relative;
  }
  .m-cms-nav > li:not(.nochildren):not(.top-nav-home) > a,
  .js-has-btn-show-dropdown > li:not(.nochildren):not(.top-nav-home) > a {
    padding-right: 60px;
  }
  .m-cms-nav > li:not(.nochildren):not(.top-nav-home) > a:after,
  .js-has-btn-show-dropdown > li:not(.nochildren):not(.top-nav-home) > a:after {
    display: none;
  }
  .m-cms-nav > li:not(.nochildren):not(.top-nav-home) > ul,
  .js-has-btn-show-dropdown > li:not(.nochildren):not(.top-nav-home) > ul {
    display: none !important;
    position: static;
  }
  .m-cms-nav > li:not(.nochildren):not(.top-nav-home) > ul.js-show-dropdown,
  .js-has-btn-show-dropdown > li:not(.nochildren):not(.top-nav-home) > ul.js-show-dropdown {
    display: block !important;
  }
  .topnavcms {
    display: none;
  }
  #m-nav {
    display: block;
    visibility: visible;
  }
  .header .header__top {
    padding-bottom: 25px;
  }
  .header .header__bottom {
    display: none;
  }
  .header .header__logo {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 980px) {
  .panel {
    padding: 20px 0 20px 0;
  }
  .panel.panel_has-triangles:before,
  .panel.panel_has-triangles:after {
    display: none;
  }
  .table-responsive .td,
  table.responsive-table .td,
  .table-responsive td,
  table.responsive-table td {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [class*="push-"],
  [class*="pull-"] {
    left: 0;
    right: 0;
  }
  .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%;
    padding: 0;
  }
  .footer .footer__top .wrap > *,
  .footer .footer__bottom .wrap > * {
    margin-bottom: 25px;
  }
  .footer .footer__top .wrap > *:last-child,
  .footer .footer__bottom .wrap > *:last-child {
    margin-bottom: 0;
  }
  .footer .footer__top--right {
    display: none !important;
  }
  .leaderboard {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .box__medium-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .dd-btn {
    width: 100%;
  }
  .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;
  }
  ul.list__inline--editor li,
  ol.list__inline--editor li {
    display: block;
    width: 100%;
  }
  #teamTabs,
  #participantTabs {
    white-space: normal;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #teamTabs li,
  #participantTabs li {
    float: none;
    width: 100%;
  }
  #teamTabs li a,
  #participantTabs li a {
    padding: 20px;
    text-align: left;
  }
  #teamTabs a:after,
  #participantTabs a:after {
    display: none !important;
  }
  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: 55px 20px 10px 20px;
    text-align: center;
  }
  .card__wrap .participant-card > *,
  .card__wrap .team-card > *,
  .card__wrap .participant-card .page-details > *,
  .card__wrap .team-card .page-details > * {
    display: block;
    width: 100%;
  }
  .card__wrap .participant-card .avatar,
  .card__wrap .team-card .avatar {
    margin: 0 auto 30px auto;
  }
  .dd-widget.dd-badges ul {
    margin-bottom: 15px;
  }
  .dd-widget.dd-badges .dd-btn-link {
    position: static;
  }
  #gtwo__wrap {
    padding-bottom: 5px;
  }
  #socialBtns .padding > *:not(#pagelinkmodal):not(.clr) {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 641px) {
  .box__small-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .header__logo {
    max-width: 277px;
  }
  .footer .footer__bottom--left > * {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .footer .footer__bottom--left > *:last-child {
    margin-bottom: 0;
  }
  .dd-badges .dd-description {
    display: none !important;
  }
  .dd-sponsors .dd-sponsors-container {
    flex-direction: column;
  }
  .leaderboard {
    background-image: none;
  }
  .leaderboard {
    padding: 25px 0;
  }
  .dd-top-fundraisers,
  .dd-top-teams {
    text-align: left;
    padding: 0 15px;
  }
  .dd-top-fundraisers h1,
  .dd-top-teams h1 {
    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 {
    padding: 0;
    margin-bottom: 25px;
    width: 100%;
    float: none;
  }
  .dd-top-fundraisers .dd-avatar-link,
  .dd-top-teams .dd-avatar-link {
    display: block;
    white-space: nowrap;
    max-width: 100%;
    width: inherit;
    text-decoration: none;
    border: 0;
    overflow: visible;
    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 {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
  }
  .dd-top-fundraisers .dd-avatar-link img,
  .dd-top-teams .dd-avatar-link img {
    width: 57px;
    height: 57px;
    top: 0;
    left: 0;
    border: 4px solid #FFFFFF;
    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-teams {
    margin-bottom: 0;
  }
  .dd-thermo-horizontal {
    padding-top: 40px;
  }
  .dd-thermo-horizontal .dd-thermo-raised,
  .dd-thermo-horizontal .dd-thermo-goal {
    padding: 0;
    height: auto;
    width: 100%;
    text-align: center;
    color: #000000;
  }
  .dd-thermo-horizontal .dd-thermo-raised {
    bottom: auto;
  }
  .dd-thermo-horizontal .dd-thermo-goal {
    position: static;
    padding-top: 20px;
  }
}
@media (max-width: 520px) {
  .resources-home h1 {
    font-size: 20px;
    width: 271px;
    margin-top: -26px;
  }
  .resources-home h1:after {
    border-width: 24px;
    margin-top: -24px;
  }
}

