.uc-nav {
	background-image: linear-gradient(#1d3eed, #1934ba);
	background-repeat: repeat-x;
	border-bottom: 1px solid #0c1850;
}

.uc-ref{
	color: #2681fa;
	border-color: #162C9A;
}

.uc-nav-item {
	display: inline-block;
    height: 75px;
    text-align: center;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    font-family: sans-serif;
    padding: 17px 20px;
    line-height: 75px;
    text-transform: uppercase;
    text-decoration: none;	
}

.uc-nav-item:hover {
	color: #ffdddd;
    border-bottom: 6px solid #ffdddd;
}

.uc-nav-item-selected {
    color: #ffdddd;
	border-bottom: 6px solid #ffdddd;
}

.uc-billboard-title {
	background: rgba(142, 142, 142, 0.3);
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 400;
	font-family: Arial, sans-serif;
	line-height: 1.5;
	border: 1px solid rgba(218, 220, 251, 0.3);
}

.uc-menu-hspacer {
	margin: 0 10px;
    width: 20px;
    height: 10px;
    font-size: 6px;
}

.uc-menu-item-selected-w {
    border-bottom: 2px solid #fff;
}

.uc-menu-item-selected-d {
    border-bottom: 2px solid #262626;
}

.uc-menu-item-selected {
    border-bottom: 2px solid #262626;
}

.uc-billboard {
	margin-top: 75px;
	text-align: center;
	padding: 30px;
	background: #34302d;
	background-image: url(../../../images/cover.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
}

.uc-billboard-2 {
	margin-top: 75px;
	text-align: center;
	background: #34302d;
	padding: 30px;
	background-image: url(../../../images/cover-bw.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 90%;
}

.uc-banner {
	background-image: url('../../../images/about-w.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.uc-banner-users {
	background-image: url('../../../images/2126877-9a9179.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ecebec;
	border: 1px solid #dad9db;
	padding: 15px;
}

.uc-banner-security {
	background-image: url('../../../images/1970470-9a9179.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ecebec;
	border: 1px solid #dad9db;
	padding: 15px;
}

.uc-banner-messages {
	background-image: url('../../../images/152495-9a9179.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ecebec;
	border: 1px solid #dad9db;
	padding: 15px;
}

.uc-banner-conversations {
	background-image: url('../../../images/2026916-9a9179.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ecebec;
	border: 1px solid #dad9db;
	padding: 15px;
}

.uc-banner-label {
	font-size: 24px;
	text-transform: uppercase;
}

.uc-link-w {
	color: #0269f8;
	text-decoration: none;
}

.uc-link-w:hover {
	color: #9b9179;
	text-decoration: none;
}

.uc-link-d {
	color: #162C9A;
	text-decoration: none;
}

.uc-link-d:hover {
	color: #9b9179;
}

.uc-link-home {
	color: #162C9A;
	text-decoration: none;
}

.uc-link-home:hover {
	color: #fff;
}

.uc-arrow-link {
	padding-left: 8px;
	text-decoration: none;
	background-image: url(../../../images/arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
	outline: none;
	border: none;
}

.uc-arrow-link:hover {
	text-decoration: none;
	cursor: pointer;
}

.uc-arrow-list {
	list-style-image: url(../../../images/arrow.png);
	list-style-position: inside;
	line-height: 1.3;
	text-align: left;
}

.uc-simple-list {
	list-style: none;
	list-style-image: none;
	line-height: 1.3;
	text-align: left;
}

.uc-hr {
	border: 0 solid #9b9179;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.uc-transparent-button {
	text-decoration: none;
	background-color: transparent;
	outline: none;
	border: none;
}

.uc-tiny-button {
	background-color: transparent;!important;
	border: 1px solid transparent;
}
.uc-tiny-button:hover {
	cursor: pointer;
	border: 1px solid transparent;
}
.uc-tiny-button:focus {
	border: 1px solid transparent;
	outline:none;!important;
}
