/* navigation bar*/

.navigationBar{
		z-index:100;
		margin-bottom:0px;
		padding-bottom:0px;
	}

	#navigationBar{
		padding:10px;
	}

	.navigationBarTop{
		/*background-color: #d3d3d3 ;*/
		background-color: #F4F6F9;
		width:100%;
		
	}
	.navigationBarBottom{		
		background-color: #fff;
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
	}

	.navbar-default{
		border:none;
		background-color: #F4F6F9;
	}

	.navigationBar .sectionContainer{
		position:relative;
		height:130px;
	}
	
	.menuLogoHeading{
		position: absolute;
		top: 44%;
		left: 120px;
		font-style:italic;
	}

	.sectionContainerHeader{
		padding: 0px 50px 0px 50px;
		width: 90%;
		margin: 0 auto;
		position:relative;
	}

	.contactQuestions{
		position: absolute;
		top: 44%;
		right: 0px;
	}

	#navBarMenu li a{
		font-size: 15px;
		color: #666;
		font-family: sans-serif;
		cursor:pointer;
	}

	#navBarMenu li a:hover{
		color: #0099ff;
	}

	.websiteLogo{
		position:relative;
		width:100%;
		height:35px;
		font-size:12px;
	}

	.websiteLogo ul{
		float:right;
		padding-top: 10px;
    margin-bottom: 0px!important;
	}

	.websiteLogo ul li{
		display:inline-block;
		list-style-type:none;
		margin-left:2px;
		margin-right:2px;
		text-transform: uppercase;
		color: #999;
	}

	.websiteLogo ul li:hover{
		color:#000;
		cursor:pointer;
	}

	#navBarMenu{
		margin-left:90px;
	}

	#headerDropdown{
		display:none;
	}

	
	.loginName{
		position:relative;
	}

	#headerDropdown{
		position:absolute;
		background: #fff;
		padding: 20px;
		box-shadow: 0 1px 17px 0 rgba(0,0,0,.22);
		border-radius:5px;
	}

	.fa-sign-out{
		font-size:20px;
	}

	#logout span{
		display:inline;
		margin-left:7px;
	}

	#logout i{
		display:inline;
	}
	

	@media (max-width: 768px){
		
		.websiteLogo{
			height:auto;
		}

		#nameHeaderMobile{
			background: #fff;
			color: #0099ff;
			padding: 15px 30px;
			font-size:18px;
		}

	}

	/* media query for tab view */
	@media (min-width: 768px) and (max-width: 981px) {
		
		#navBarMenu {
			margin-left:0px;
		}
		#navBarMenu li a{
			font-size: 14px!important;
		}
		
		
	}

	/* media query for tab view */
	@media (min-width: 768px) and (max-width: 927px) {
		
		#navBarMenu {
			margin-left:0px;
		}
		#navBarMenu li a{
			font-size: 11px!important;
		}
		
	}

	/* media query for small desktop */
	@media (min-width: 981px) and (max-width: 1143px) {
		
		#navBarMenu {
			margin-left:0px;
		}
		#navBarMenu li a{
			font-size: 14px!important;
		}
		
	}

/* nav bar end */


@media (max-width: 768px){
/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #0099ff; 
    overflow-x: hidden; 
    padding-top: 60px;
    transition: 0.5s;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #FFF;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

.mobileMenuBar{
	margin:15px;
	cursor:pointer;
}

.companyLogoMobile{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.mobileNavBar{
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
}
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}