@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');


body #mainwrapper {
    background: #ececec;
}


#dashboardheader {
	font-family: 'Source Sans Pro';
    position: relative;
    width: 100%;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
			box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
}


#innerheader {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	
	box-sizing: border-box;
}

#innerheader {
	line-height: 60px;
}
#innerheader:after {
	content: "";
	display: block;
	clear: both;
}



#pull {
	color: #000;
}
	#innerheader h1, .header_title {
		float: right;
		margin: 10px 0 0;
		color:#004680;
		font-size: 1.5rem;
		font-weight: normal;
	}
	#logo {
		float: left;
		height: 60px;
		margin-top: 10px;
		vertical-align: bottom;
		transition: .3s;
	}
	#custommenu {
		float: left;
		padding: 0 0 10px 2rem;
		margin: 0;
		font-size: 15px;
	}
	
	#custommenu>li {
		display: inline-block;
		margin: 0;

	}
	
		#custommenu a {
			position: relative;
			display: block;
			height: 47px;
			margin: 10px 1rem;
			color: #000;
			font-size: 16px;
			font-weight: 600;
			text-decoration: none;
			text-transform: uppercase;
		}
		#custommenu a:before {
			content: "";
			position: absolute;
			right: 51%;
			bottom: 0;
			left: 51%;
			height: 3px;
			background: #ababab;
			-webkit-transition-duration: .3s;
					transition-duration: .3s;
		}
		#custommenu a:hover:before, #custommenu a:focus:before, #custommenu a:active:before, .active:before {
			right: 0!important;
			left: 0!important;
		}

	#pull {
		display: none;
	}



#custommenu a {
    text-transform: uppercase;
    font-size: 16px;
    color: #004680;
}

#custommenu a:before {
	background: #004680;
}




@media all and (min-width: 1px) and (max-width:900px){
	#logo {
		display: none;
	}
	
	
	#innerheader h1 {
		margin-top: 0;
	}
	
	#pull {
		display: inline-block;
		width: 33px;
		height: 48px;
		padding-left: 15px;
		padding-bottom: 8px;
		text-decoration: none;
	}

	#pull:before {
		content: "\f0c9";
		font-family: "Font Awesome 6 Pro";
	}
	
	#custommenu {
		display: block;
		position: absolute;
		left: 0;
		padding-bottom: 0;
		padding: 0;
		background:#fff;
		-webkit-box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
		   -moz-box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
				box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
		transition: .3s;
		line-height: 3rem;
		z-index: 98;
	}
	#custommenu a {
		font-size: 1rem;
		padding: 10px 1rem;
		margin: 0;
	}	
	
	#custommenu a.active {
		background: #F4F4F4;
	}
	
	#custommenu a:hover {
		background: #F4F4F4;
	}
	
	#custommenu a:before {
		display: none;
	}
	
	#custommenu {
		display: none;
		overflow: hidden;
	}
	
	.menuopen~#custommenu {
		display: block;
		height: 340px;
	}
	
	#custommenu li {
		display: block;
		text-align: center;
		border-bottom: 1px solid #ededed;
	}
}
