.findAFundraiserWidget {
  display: none;
}

.homeFeedTwitter:after,
.homeFeedTwitter:before,
.homeFeaturesWrapper>.homeFeatures:after {
  width: 100vw !important;
  min-width: 100% !important;
}

.homeFeatures .homeFeatureSnippets,
.homeFeatures .homeFeatureSnippets [class*='image-link'] {
  cursor: auto !important;
}

.text-blue { color: #0078BF; }
.text-dark-blue { color: #6e4e94; }
.text-light-blue { color: #95cce8; }
.text-red { color: #d7603c; }
.text-bristol-green { color: #00a474; }
.text-london-orange { color: #c8619d; }
.text-lavender { color: #DC9FC7; }

.footerBox3 p{
  width: 100%
}

/* CR-484 CC */
@media only screen and (max-width: 768px){
.FR-logo{
  width: 100px !important;
}
}

/* SF-63664419 */
 body.customFormPage .title{
  margin-bottom: 1em;
  position: relative;
  left: 55px;
}
