.wrld-dashboard-header {
	margin: 30px 10px 30px 0px;
}

.wrld-header-title-container {
	margin-top: 40px;
}

.wrld-header-title-main {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: #444444;
}


.wrld-header-subtitle-text-name {
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	font-size: 14px;
	line-height: 19px;
	color: #403F41;
}

span.wrld-header-subtitle-text-name:before {
	content: 'Learn';
	color: #565656;
}

span.wrld-header-subtitle-text-name:after {
	content: 'Dash';
	color: #235AF3;
}

.whatsnew-beacon-icon{
	position: absolute;
    display: inline-block;
	height: 8px;
	width:8px;
	border-radius: 50%;
	background-color:  #235AF3;
	color: #ff4141;
	text-shadow: 0 0 20px #f00, 0 0 30px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 60px #f00, 0 0 70px #f00, 0 0 80px #f00;
}

.wrld-blink {
  }
  @keyframes blinker {  
	from { opacity: 1; }
	to { opacity: 0; }
  }
