/* DI 17.05.2018 Hide profile imafe from fundraiser pages ZD 29170 */
.fundraiserContent .fundraiserProfilePic {
    display: none;
}

/* YVN - tabbed donation */
.donationFrequency.frequencySelected {
	background-color: transparent;
}
.donationFrequency {
	padding: 0;
  	margin-top: 0;
  	margin-bottom: 10px;
  	border-bottom: 1px solid #ccc;
  	background-color: transparent;
}
#Single, #Regular {
	display: inline-block;
  	padding: 10px;
  	background-color: #f0f0f0;
  	border-radius: 5px 5px 0 0;
	color: #333;
}
#Single.active, 
#Regular.active {
	background-color: #123495;
  	color: #fff;
}

body.subsite.national-smile-month.homepage .formQuestion.donationAmount:not(.donationAmountOther):not(.ccAmount) {
  	min-height: auto;
}

body.PostCategory_hide-sidebar .postAside {
	display: none !important;
}

.mouthcancer .mainLogo {
  background-image: url('https://www.dentalhealth.org/Handlers/GetImage.ashx?IDMF=66abdeda-6338-4e72-aead-7e99a493a63f') !important;
  width: 150.8px;
  height: 55px;
}

body.subsite.mouthcancer.scrolled a.mainLogo {
    width: 100% !important;
}

body.subsite.national-smile-month .pageHeader .mainLogo {
  background-image: url('https://www.dentalhealth.org/Handlers/GetImage.ashx?IDMF=66eff08a-80af-44d9-a671-8909c60212ef') !important;
  width: 173px;
  height: 185px;
  margin: 0;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  body.subsite.national-smile-month .pageHeader .mainLogo {
    width: 104px;
    height: 97px;
  }
}

.homeFeed > .wrapper > a { display: none; }

body.safesmiles .content.headerContent .mainLogo {
  background-image: url('https://www.dentalhealth.org/Handlers/GetImage.ashx?IDMF=ce2bc10a-6307-41b5-bcc3-86d8a4a594c1') !important;
  width: 243px;
  height:80px;
}

/* SF68487672 CC */

.postAside.eventWidgetsWrapper {
  max-width: 756px;
    width: 85%;
    margin: 1rem auto;
}

/*SF68489987 CC */

.content.postContent.newsContent > :first-child,
.content.postContent.blogContent > :first-child {
  margin-top: 20px !important;
}

/* SF68491015 cc*/

.content.postContent h2, 
.content.postContent h3,
.content.postContent h4, 
.content.postContent h5, 
.content.postContent h6 {
  color: #123495 !important;
}