
/*Menu Structure*/
    .header-ex6 .Navigation { float:left; clear:both; width:100%; z-index:3; } 

        /*Menu Elements*/
        .header-ex6 .Navigation .elements { height:auto; width:100%; display: flex; justify-content:flex-end; flex-wrap:wrap; margin-top:0px; background:#fff; }
		
		/*Logo*/
            .header-ex6 .Navigation .elements .logo { width:130px; padding-top:21px; position:absolute; top:0; left:60px; }
				.header-ex6 .Navigation .elements .logo a { width:100%; } 
					.header-ex6 .Navigation .elements .logo a img { width:100%; }
					
		/*Phone*/      
			.header-ex6 .Navigation .elements .phone { display:inline-block; float:right; clear:both; background:transparent; }
				.header-ex6 .Navigation .elements .phone img { display:inline-block; vertical-align:top; margin-top:42px; margin-left:30px; }
				.header-ex6 .Navigation .elements .phone a { display:flex; justify-content:center; align-items:center; flex-wrap:wrap; align-content: center; font-size:24px; font-weight:500; color:#000; text-align:center; text-decoration:none; height:100%; }
					.header-ex6 .Navigation .elements .phone a span { display:block; text-align:center; font-size:18px; width:100%; }
					.header-ex6 .Navigation .elements .phone a:hover { color:#000; }	
					
		/*Portal*/    
			.header-ex6 .Navigation .elements .portal { display:inline-block; float:right; margin-bottom:0px; clear:both; background:transparent; border-radius:0; border-left:2px solid #ccc; }
				.header-ex6 .Navigation .elements .portal a { display:table; font-size:20px; font-weight:500; position:relative; text-align:center; padding:10px 30px 40px; text-decoration:none; color:#000; height:100%; background:transparent; border:none; }	
					.header-ex6 .Navigation .elements .portal a span { display:block; text-align:center; font-size:24px; }
					.header-ex6 .Navigation .elements .portal a:hover { color:#000; }
					.header-ex6 .Navigation .elements .portal a:before { content:""; background:url("../Images/arrowDownGrey.png"); background-size:cover; width:20px; height:14px; position:absolute; display:block; bottom:15px; margin:0 auto; left:0; right:0; }
					.header-ex6 .Navigation .elements .portal a p { border-bottom:2px solid #ccc; }
		
		/*Instructions*/    
			.header-ex6 .Navigation .elements .instructions { display:inline-block; float:right; margin-bottom:0px; clear:both; background:transparent; border-radius:0; border-left:2px solid #ccc; }
				.header-ex6 .Navigation .elements .instructions a { display:table; font-size:20px; font-weight:500; position:relative; text-align:center; padding:10px 30px 40px; text-decoration:none; color:#000; height:100%; background:transparent; border:none; }	
					.header-ex6 .Navigation .elements .instructions a span { display:block; text-align:center; font-size:24px; }
					.header-ex6 .Navigation .elements .instructions a:hover { color:#000; }
					.header-ex6 .Navigation .elements .instructions a:before { content:""; background:url("../Images/arrowDownGrey.png"); background-size:cover; width:20px; height:14px; position:absolute; display:block; bottom:15px; margin:0 auto; left:0; right:0; }
        			.header-ex6 .Navigation .elements .instructions a p { border-bottom:2px solid #ccc; }
					

		/*Menu*/
            .header-ex6 .Navigation .elements .menuNav { width:100%; float:right; height:68px; display:flex; justify-content:flex-end; align-items:center; background:#000; }
		@media only screen and (min-width: 993px) {	
                .header-ex6 .Navigation .elements .menuNav .menu { display:inline-block; float:right; clear:right; padding-right:30px; }
                    .header-ex6 .Navigation .elements .menuNav .menu ul { padding:0; }
                        .header-ex6 .Navigation .elements .menuNav .menu ul li { margin:0;  display:inline-block; text-align:left; padding:0; }
								.header-ex6 .Navigation .elements .menuNav .menu ul li a { font-size:22px; font-weight:400; color:#fff; text-decoration:none; margin:0; margin-left:40px; padding:5px; transition: color 0.15s ease-out; }
										
}							
									
							.header-ex6 .Navigation .elements .menuNav .menu .mobilePhone { display:none; }
					
							/*Sub Menu*/
                            .header-ex6 .Navigation .elements .menuNav .menu ul li ul { background-color:#333;  margin-left:34px; min-width:320px; max-width:420px; }
								.header-ex6 .Navigation .elements .menuNav .menu > ul > li:last-of-type ul { min-width:180px; margin-left:-30px; }
								.header-ex6 .Navigation .elements .menuNav .menu ul li ul li { padding:5px 7px; }
									.header-ex6 .Navigation .elements .menuNav .menu ul li ul li a { color:#fff; transition: height 0.20s ease-out; background:none; margin-left:0; }
								
								
								
								
        /*Snap Header Styles*/
        .header-ex6 .Navigation .fixed { position:fixed; top:0; left:0; right:0; box-shadow:0 0 15px #666; }
            .header-ex6 .Navigation .fixed .elements { background:#fff ; margin-top:0px; height:110px; }
			
				.header-ex6 .Navigation .fixed .elements .logo { margin-top:0px; padding-top:0; width:190px; top:10px; }
					
				.header-ex6 .Navigation .fixed .elements .menuNav { border:0; margin-top:-2px; }
					.header-ex6 .Navigation .fixed .elements .menuNav .menu { padding-top:19px; }
				
				
				
		/*Search Styles*/
		.header-ex6 .Navigation .menuNav .searchIcon { width:85px; display:block; padding:10px 20px; background:#ccc; }
			.header-ex6 .Navigation .menuNav .searchIcon img { width:100%; }
		
		.header-ex6 .Navigation .menuNav form { float: right; clear: both; position:relative; }
			.header-ex6 .Navigation .menuNav form input { width: 230px; height: 50px; margin:0 -1px 0 0; padding:0 5px; text-overflow:ellipsis; font-size:24px; float: left; position: relative;  border: 1px solid #c6c6c6; border-right:0; background: #eeeeee; color: #000; outline: none; border-top-left-radius:10px; border-bottom-left-radius:10px; }
			.header-ex6 .Navigation .menuNav form button { float: left; right: 0; cursor: pointer;  width: 55px; height: 50px; font-size: 0; background:#000 url("../Images/searchIconWhite.png") center center no-repeat; background-size: contain; border: 1px solid #c6c6c6; transition:all 0.15s ease; border-top-right-radius:10px; border-bottom-right-radius:10px; }
			.header-ex6 .Navigation .menuNav form button:hover { background-color:#333; }
			 
			.header-ex6 .Navigation .menuNav  #searchChk { display:none; }
			.header-ex6 .Navigation .menuNav  .close { display:none; }	
			
				.header-ex6 .menuNav .popContainer { position:fixed; top:0; right:0; bottom:0; left:0; background-color:rgba(0,0,0,0.5); display: none; opacity:0; justify-content: center; align-items: center; align-content: center; flex-wrap:wrap; z-index:-9999; }
				.header-ex6 .menuNav .popContainer > div { position:relative; display:none; }

				.header-ex6 .menuNav .popContainer form { padding:20px 30px; background-color:#fff; border:1px solid #000; border-radius:10px; box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75); }
				.header-ex6 .menuNav .popContainer form:before { content:"Site Search"; display:block; text-align:left; color:#000; width:100%; margin-bottom:10px; font-weight:500; }
				.header-ex6 .menuNav .popContainer label { position:absolute; top:-10px; right:-10px; background-color:#f00; border:1px solid #000; border-radius:100px; width:30px; height:30px; display:flex; justify-content:center; align-items:center; color:#fff; user-select:none; cursor:pointer; }

				.header-ex6 .menuNav input[type="checkbox"]:checked ~ .popContainer { display: flex; transition: all ease 0.25s; transition-delay:0.15s; opacity:1; z-index:9999; }
				.header-ex6 .menuNav input[type="checkbox"]:checked ~ .popContainer > div { display:block; }
				.header-ex6 .menuNav input[type="checkbox"]:checked ~ .popContainer form { display:block; }
				.header-ex6 .menuNav input[type="checkbox"]:checked ~ .popContainer .close { display:flex; }
				
				
				
/*----Responsive for Header----*/

@media only screen and (min-width: 993px) and (max-width: 1366px) {
	.header-ex6 .Navigation .elements .menuNav .menu ul li a { margin:0 10px; }
}

@media only screen and (min-width: 993px) and (max-width: 1280px) {
	.header-ex6 .Navigation .elements .menuNav .menu ul li a { font-size:20px; }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
	.header-ex6 .Navigation .elements .logo { width:180px; left:30px; }
	.header-ex6 .Navigation .elements .menuNav .menu ul li a { font-size:18px; margin:0 5px; }
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
	.header-ex6 .Navigation .elements .menuNav .menu ul li a { font-size:16px; }
	
	.header-ex6 .Navigation .elements .portal a ,	
	.header-ex6 .Navigation .elements .instructions a  { font-size:18px; padding:10px 20px 40px; }
	
	.header-ex6 .Navigation .elements .portal a span,
	.header-ex6 .Navigation .elements .instructions a span	{ font-size:20px; }
}

@media only screen and (max-width: 992px) {
	.header-ex6 .Navigation .elements .logo,
	.header-ex6 .Navigation .fixed .elements .logo { padding-top:10px; width:120px; }
	
	.header-ex6 .Navigation .elements .menuNav .menu { padding-right:0; }
}

@media only screen and (max-width: 767px) {
	.header-ex6 .Navigation .elements .portal a:before,
	.header-ex6 .Navigation .elements .instructions a:before { display:none; }
	
	.header-ex6 .Navigation .elements .portal a, 
	.header-ex6 .Navigation .elements .instructions a { padding:15px 10px; }
	
	.header-ex6 .Navigation .elements .phone { display:none; }
}

@media only screen and (max-width: 500px) {
	.header-ex6 .Navigation .elements .logo,
	.header-ex6 .Navigation .fixed .elements .logo { width:170px; left:10px; top:auto; }
	
	.header-ex6 .Navigation .elements .portal,
	.header-ex6 .Navigation .elements .instructions  { width:calc(100% - 200px); }
	
	.header-ex6 .Navigation .elements .portal a p { padding-bottom:10px; }
	
	.header-ex6 .Navigation .elements .portal a, 
	.header-ex6 .Navigation .elements .instructions a { display:block; padding:5px; }
	
	.header-ex6 .Navigation .elements .instructions a p { border:none; }
	
	.header-ex6 .Navigation .elements .menuNav .menu { padding-right:0; }
}

@media only screen and (max-width: 375px) {
	.header-ex6 .Navigation .elements .logo,
	.header-ex6 .Navigation .fixed .elements .logo { width:130px; }
	
	.header-ex6 .Navigation .elements .portal,
	.header-ex6 .Navigation .elements .instructions  { width:calc(100% - 150px); padding:5px 0; border-left:1px solid #ccc; }
	
	.header-ex6 .Navigation .elements .portal { border-bottom:1px solid #ccc; }
	
	.header-ex6 .Navigation .elements .portal a p { padding-bottom:0; }
	
	.header-ex6 .Navigation .elements .portal a { padding:0 5px; border-bottom:0; }
	.header-ex6 .Navigation .elements .instructions a { padding:0 5px; }
	
	.header-ex6 .Navigation .elements .portal a p,
	.header-ex6 .Navigation .elements .instructions a p { border:none; }

	
	.header-ex6 .Navigation .elements .menuNav .menu { padding-right:0; }
}





