.entry-content h4 {
  margin-top: 20px;
}

h5 {margin-bottom: 5px;}

a:hover {
  color: #51226e;
}

/*darker paragraph text color*/
p, li {color: #6c6760;}

/*certification logo titles*/
.custom-widget-heading h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
	color: #8b837a;
	padding-top: 8px;
	hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
}

/*radial gradient purple*/
.radial-gradient-inverted {
  background: radial-gradient(circle, #decfe8 0%, #a67fb5 100%);
}

/*photo glow border effect*/
.photo-glow-border img {
  border: 8px solid #ffffff !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto !important;
}

/*photo glow border effect*/
img.photo-glow-border {
  border: 8px solid #ffffff !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Style bullet points only within main content areas */
main ul > li::marker,
article ul > li::marker,
.content ul > li::marker,
p + ul > li::marker {
  color: #6a2c91;
}

/* Fallback protection: ensure nav list markers stay default/hidden */
nav ul > li::marker,
header ul > li::marker {
  color: inherit;
}