@charset "UTF-8";
.navigation {
	height: 70px;
	background-color: #BD2031;
}
.brand {
	position: absolute;
	float: left;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 1.4em;
}
.brand a, .brand a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav-container {
	max-width: 1024px;
}
.nav-logo {
	display: none;
}
nav {}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	position: relative;
}
nav ul li a, nav ul li a:visited {
	display: block;
	line-height: 70px;
	color: #ffffff;
	text-decoration: none;
	background-color: #BD2031;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
nav ul li a:hover, nav ul li a:visited:hover {
	background: #2581DC;
	color: #ffffff;
	text-decoration: none;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
	padding-left: 4px;
	content: ' ▾';
}
nav ul li ul li {
	min-width: 190px;
}
nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
}
.nav-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
}
/* Mobile navigation */

.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100px;
	width: 100px;
}
.nav ul li a:active {
	background-color: #2581DC;
}
@media only screen and (min-width:416px) and (max-width:799px) {
	.nav-container {
		padding-top: 70px;
	}
	
	#nav-toggle {
		position: absolute;
		left: 18px;
		top: 30px;
		cursor: pointer;
		padding-top: 10px;
		padding-right: 35px;
		padding-bottom: 16px;
		padding-left: 0px;
	}
	.navigation {
		background-color: #003366;
		height: 70px;
		background-image: url(../images/mobile/mobile_bg.png);
		background-repeat: no-repeat;
		background-position: 0%;
		background-size: cover;
	}
	.nav-mobile {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 70px;
		width: 70px;
		background-color: #BD2031;
	}
	nav {
		width: 100%;
		
	}

.menu {
height:0;
    background-color:none;

}
.menuOpen {

	height:500px !important;
   
}

	.nav-logo {
		display: inline;
		position: absolute;
		top: 0px;
		left: 0px;
		height: 70px;
	}
	nav ul {
		display: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		max-height: 75vh;

	}
	nav ul li {
		float: none;
	}
	nav ul li a {
		padding: 15px;
		line-height: 20px;
		font-size:1.3em;

	}
	nav ul li ul li a {
		padding-left: 30px;
		font-size:1.3em;
	}
	.nav-dropdown {
		position: static;
	}
	#nav-header {
		position: fixed;
		z-index: 999;
		left: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.nav-box {
		margin-top: 8px;
	}
	.nav-text {
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bolder;
		font-size: 12px;
		text-align: center;
		margin-top: 10px;
	}
	#nav-toggle.active {
		background-color: #BD2031;
	}
	nav ul li a, nav ul li a:visited {
		background-color:rgba(0, 0, 0, .9);

	}
	nav ul li {
		max-height: 500px;
		/* you can change as you need it */
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
@media screen and (min-width: 800px) {
	.nav-container {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.brand {
		display: none;
	}
	.nav-list {
		display: block !important;
		margin-left: 20px;
		background-color: #000;
	}
	.navigation {
		overflow: visible;
		-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	}
}
@media only screen and (max-width:415px) {

	  
	 	
	 
	
	 


	.nav-container {
		padding-top: 70px;
	}
	
	#nav-toggle {
		position: absolute;
		left: 18px;
		top: 30px;
		cursor: pointer;
		padding-top: 10px;
		padding-right: 35px;
		padding-bottom: 16px;
		padding-left: 0px;
	}
	.navigation {
		background-color: #003366;
		height: 70px;
		background-image: url(../images/mobile/mobile_bg.png);
		background-repeat: no-repeat;
		background-position: 0%;
		background-size: cover;
	}
	.nav-mobile {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 70px;
		width: 70px;
		background-color: #BD2031;
	}
	nav {
		width: 100%;
		
	}

.menu {
height:0;
    background-color:none;

}
.menuOpen {

	height:1000px !important;
    background-color:#9a0d1e;
}

	.nav-logo {
		display: inline;
		position: absolute;
		top: 0px;
		left: 0px;
		height: 70px;
	}
	nav ul {
		display: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		max-height: 75vh;

	}
	nav ul li {
		float: none;
	}
	nav ul li a {
		padding: 15px;
		line-height: 20px;
		font-size:.8em;

	}
	nav ul li ul li a {
		padding-left: 30px;
		font-size:.8em;
	}
	.nav-dropdown {
		position: static;
	}
	#nav-header {
		position: fixed;
		z-index: 999;
		left: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.nav-box {
		margin-top: 8px;
	}
	.nav-text {
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bolder;
		font-size: 12px;
		text-align: center;
		margin-top: 10px;
	}
	#nav-toggle.active {
		background-color: #BD2031;
	}
	nav ul li a, nav ul li a:visited {
		background-color:#9a0d1e;

	}
	nav ul li {
		max-height: 500px;
		/* you can change as you need it */
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
@media screen and (min-width: 800px) {
	.nav-container {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.brand {
		display: none;
	}
	.nav-list {
		display: block !important;
		margin-left: 20px;
		background-color: #000;
	}
	.navigation {
		overflow: visible;
		-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	}
}
@media only screen and (min-width:800px) and (max-width:1024px) {
	
   nav ul li ul{width:80%}


	nav ul li a, nav ul li a:visited {
		font-size: 1em;
	}
	nav ul li a, nav ul li a:visited {
		display: block;
		line-height: 50px;
		color: #ffffff;
		text-decoration: none;
		background-color: #BD2031;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
		text-transform: uppercase;
	}
	.navigation {
		height: 50px;
	}
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 35px;
	background: #ffffff;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}
/*------------------covid classes------------------------*/

nav ul li a .covid19 {
	background-color: #ff0000 !important;
}
nav ul li ul li a .covid19:hover {
	background-color: #ff0000 !important;
}
/*-----------------end covid classes---------------------*/