header {
	font-size: 16px;
}

header * {
	font-family: Arial, sans-serif;

}

.sharenet-nav {
	background: #EEEEEE;
	overflow: hidden;
}

.sites-menu-toggle {
	display: none;
}

.sharenet-nav .nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.sharenet-nav .nav li {
	float: left;
	font-size: 0.8em;
}

.sharenet-nav .nav li a, .sharenet-nav .nav li.hello-user span {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 1em;
	font-size: 0.7em;
	border-right: 1px solid #dbdbdb;
}

.sharenet-nav .nav li:hover a, .sharenet-nav .nav li.current a {
	background: #fff;
}

.header-links {
	float: right;
}

.header-links .nav li a, .header-links .nav li.hello-user span {
	font-size: 0.9em !important;
	padding: 0.7em 1em;
}

.header-links .nav li a:hover {
	background: transparent !important;
	color: #ed1941;
}

.sharenet-nav .nav li.user-section {
	background: #666;
}

.sharenet-nav .nav li.user-section:hover {
	background: #ed1941;
}

.sharenet-nav .nav li.user-section.hello-user:hover {
	background: #666;
}


.sharenet-nav .nav li.user-section a, .sharenet-nav .nav li.hello-user span {
	color: #fff;
}

.fa-dashboard {
	display: none;
}

.container, .row {
	width: 1096px;
	margin: 0 auto;
}

button.hamburger {
	display: none;
}

nav.mobile {
	display: none;
}

.main-menu {
	clear: both;
}

.main-menu .container-fluid {
	background: #000;
	/*overflow: hidden;*/
}

.main-menu .container-fluid:after {
	content: "";
	display: block;
	clear: both;
}

nav.full ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sub-menu {
	padding-top: 0.2em !important;
	background: none !important;
}

nav.full ul li {
	float: left;
}

nav.full ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.75em;
	display: block;
	padding: 0.5em 1.2em;
}

nav.full ul li a:hover {
	background: #ed1941;
}

nav.full .menuboxdata {
	text-align: left;
}

nav.full .menuboxdata ul li {
	padding: 0.5em 0 !important;

}

nav.full .menuboxdata ul li a {
	padding: 0 !important;
	transition: color .2s;
}

nav.full .menuboxdata ul li a:hover {
	color: #ed1941;
	background: none;
}

.nav-item.d-lg-none {
	display: none;
}

.branding {
	clear: both;
	padding: 2em 0;
	overflow: hidden;
}

.branding .logo {
	float: left;
}

.branding .header-search-form {
	float: right;
}

.header-search-form .input-group, .header-search-form .search-buttons {
	float: left;
}

.header-search-from .input-group-append, .header-search-from .search-buttons {
	float: right;
}

.header-search-form .input-group {
	overflow: hidden;
}

.header-search-form input {
	padding: 0.52em;
	float: left;
	border: 1px solid #ced4da;
}

.header-search-form .searchbtn {
	float: right;
}

.header-search-form .fa-search {
	padding: 0.39em 0.5em;
	background-color: #e9ecef;
    border: 1px solid #ced4da;
    margin-left: -1px;
}

.header-search-form .btn {
	margin: 0 0 0 0.5em;
	padding: 0.55em !important;
	font-size: 0.8rem;
	display: inline-block;
	line-height: 15px;
}

.header-search-form .btn {
	padding: 0.7em 0.5em;
	height: initial;
	text-decoration: none;
	background-color: #e9ecef;
    border: 1px solid #ced4da;
    color: #333;
    font-weight: normal;
}


.header-search-form .btn:hover {
	background-color: #fff;
    border-color: #ced4da !important;
}



nav.full li.has-chilren {
	position: relative;
}

nav.full li ul {
	position: absolute;
	display: none;
	z-index: 9999;
}

nav.full li.has-children:hover ul {
	display: block;
}

li.has-children ul li {
	float: none !important;
}

li.has-children .menubox {
	background: #000;
	overflow: hidden;
	padding: 0.5em;
}

nav.full .nav-item.has-children > .nav-link:after {
	display: inline;
	position: relative;
	margin-left: 0.5em;
	line-height: 0px;
	font-family: "Font Awesome 5 Free";
	content: " \f0d7";
	color: #fff;
	font-weight: 900;
}

.menuboxdata {
	float: left;
	padding: 1em;
}

.border-left {
	/*border-left: 1px solid #666;*/
}

.menubox h3 {
	color: #ed1941;
	font-size: 0.8em;
	margin: 0;
}

.menuboxdata ul {
	position: initial !important;
}	

.menuboxdata li {
	float: none !important;
}




/* SM ***/
@media screen and (min-width: 576px) {
}

/* MD ***/
@media screen and (min-width: 768px) {
}

/* LG ***/
@media screen and (min-width: 992px) {
}


/* XL ***/
@media screen and (min-width: 1200px) {
}

/* TINY ***/
@media screen and (max-width: 320px) {
}