.font-dosis {
  font-family: Dosis, Roboto, sans-serif; 
}

.bg-ui-general {
  background-image: url(../img/header/general.png);  
}
#ux1-signin {
	background-image: url(../img/service/si_grey_transparent_small.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.header-info {
	margin: 40px 0 10px 0px;
	padding: 0 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.header-title small {
	display: block;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.1;
	color: inherit;
	opacity: 0.7;
	padding-top: 10px;
}
.header-action .nav-link {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0.6rem;
	border-bottom: 3px solid transparent;
	color: rgba(77, 82, 89, 0.7);
	background-color: transparent !important;
}

.ux1-si-lp-modules-list {
	list-style: none;
	padding-left: 6px;
}
.ux1-si-lp-modules-list li {
	
}
.ux1-si-lp-modules-list li i {
	padding-right: 4px;
}