.navigation{background: hsla(220, 100%, 30%, 1); background: linear-gradient(90deg, hsla(220, 100%, 30%, 1) 50%, hsla(218, 66%, 57%, 1, 1) 50%); background: -moz-linear-gradient(90deg, hsla(220, 100%, 30%, 1) 50%, hsla(218, 66%, 57%, 1) 50%); background: -webkit-linear-gradient(90deg, hsla(220, 100%, 30%, 1) 50%, hsla(218, 66%, 57%, 1) 50%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00339B", endColorstr="#487ED9", GradientType=1 );}

nav.mobile, #menu-button{display: none;}

nav.primary{display: block; position: relative; padding: 0; margin: 0; width: 100%; font-size: 0;}
nav.primary ul{display: flex; justify-content: center; margin: 0; padding: 0;}
nav.primary ul li{margin: 0; list-style-type: none;}
nav.primary ul li a{display: flex; align-items: center; justify-content: center; padding: 22px 28px; margin: 0; font-size: 16px; text-align: center; text-transform: uppercase; line-height: 1; color: #fff !important;}
nav.primary ul li:hover > a{background: #002368;}

@media screen and (max-width: 1200px){
	nav.primary ul li a{font-size: 14px; padding: 22px;}
}
@media screen and (max-width: 1012px){
	#menu-button{display: block; position: relative; width: 100%; font-size: 18px; font-weight: 700; z-index: 1000;}
	#menu-button a{display: block; padding: 12px 20px; text-align: center; color: #fff;}
	#menu-button a:hover{background: #333;}
	
	nav.primary{display: none;}
	nav.mobile{display: block; position: fixed; top: 0; left: -250px; width: 250px; height: 100%; background: #333; z-index: 999999; overflow: auto; box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);}
	nav.mobile .mobile_top{display: flex; align-items: center; justify-content: space-between; position: relative; padding: 10px 15px; border-bottom: 4px #013092 solid;}
	nav.mobile .mobiletitle{font-size: 14px; font-weight: 700; text-transform: uppercase; color: #fff;}
	nav.mobile .menu-toggle{font-family: Arial, sans-serif; font-size: 24px; font-weight: 900; line-height: 1; color: #fff; padding: 5px;}
	nav.mobile .menu-toggle:hover{opacity: .5;}
	
	nav.mobile i{position: absolute; right: 15px;}
	nav.mobile ul{list-style: none; font-weight: 400; margin: 0; padding: 0;}
	nav.mobile ul li{position: relative; border-bottom: 1px solid #444;}
	nav.mobile ul li a{display: flex; align-items: center; position: relative; font-size: 12px; padding: 12px 15px; font-weight: 700; text-transform: uppercase; color: #fff;}
	nav.mobile ul li a:hover{background: #013092;}
}