/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	width: 100%;
/*	background-color: #ece8e5;*/
}
nav {
	width: 100%;
	background: #E9E0EF;
	font-size: 9pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #283744;
	background-color: #069;
	background-image: -webkit-linear-gradient(270deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
}
.container-fluid .navbar-header .navbar-brand.btn-block {
	display: inline-block;
}

nav ul {/*	changed height from 50px to 100px 1.15.2024*/
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 80px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 38px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #E5B938;
	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-top: solid 1px #0AE;
	/*border-right: solid 1px #037;*/
	border-bottom: solid 1px #037;
	border-left: solid 1px #0AE;
	color: #FFC;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #E9E0EF;
		background-image: -webkit-linear-gradient(90deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
	color: #FFF;

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #E5B938;
    background-color: transparent;
}
	.navbar-nav > li > a{
	padding-top: 1px;/*added.8.2.22 was 7 do not change from 1px*/
	padding-bottom: 16px/*added.8.2.22 was 7 do not change from 16px*/
	}

nav a#pull {
	display: none;
}
.navbar-default .navbar-nav > li > a {
    color: #CEDBF0;
}
.container-fluid .navbar-header .navbar-brand {
	color: #CEDBF0;
}
.container-fluid #defaultNavbar1 .nav.navbar-nav {
	min-height: 0px;
	display: inline-block;
}


@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
	}
  	nav li {
	width: 69%;
	float: left;
	position: relative;
	display: inline;
  	}
  	nav li a {
	border-bottom: 1px solid #576979;
	border-right: 1px solid #576979;
	width: 0px;
	margin-top: 0px;
	}
  	nav a {
	text-align: left;
	width: 100%;
	text-indent: 25px;
	min-width: 48px;
	height: 0px;
  	}
/*	.navbar-nav > li > a{
	padding-top: 0px;
	padding-bottom: 0px
	}
	
}
Styles for screen 600px and lower*/


/*@media screen and (max-width: 700px)
	nav { 
  		height: auto;
  	}
  	nav ul {
  	width: 100%;
  	display: block;
  	height: auto;
  	}
  	nav li {
	width: 90%;
	float: left;
	position: relative;
	display: inline;
  	}
  	nav li a {
	border-bottom: 1px solid #576979;
	border-right: 1px solid #576979;
	width: 0px;
	margin-top: 11px;
	}
  	nav a {
	text-align: left;
	width: 90%;
	text-indent: 10px;
	min-width: 48px;
	height: 0px;
  	}
*/



@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
	}
  	nav li {
	width: 69%;
	float: left;
	position: relative;
	display: inline;
  	}
  	nav li a {
	border-bottom: 1px solid #576979;
	border-right: 1px solid #576979;
	width: 0px;
	margin-top: 10px;
	}
  	nav a {
	text-align: left;
	width: 90%;/* changed from 100 to 90 @8.17.22*/
	text-indent: 25px;/* changed from 25 to 18 @8.2.22*/
	min-width: 48px;/* changed from 48 to 32 @8.2.22*/
	height: 0px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 25px;
		top: 10px;
	}
}

/*copied from class.css 4.25.22*/
.nav.navbar-nav li .btn-block {
	padding-left: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	margin: auto auto auto auto; /*10px auto auto auto;*/
}

.a .btn-block {
	display: none;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}



/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}


@media (max-width:992px){
.container .container-fluid {
	width: 90%;
}

}

/*@media screen{
}

@media (max-width: 975px){
}
*/
