body{
	background: unset !important;
	box-sizing: 0;
}
.top-bar{
	background-color: #329EC9;
	width: 100%;
}
.logo {
    /* background-color: white; */
    display: inline-block;
    padding: 9px;
    max-width: 65%;
    padding-top: 10px;
    margin-right: -145px;
}
#nav li a.active, #nav li a:hover {
	color: #00A1CB;
	text-shadow: none;
	border-radius: unset;
}
#container{
	box-shadow: unset !important;
	/*background-image: url("../scp/logo.php?backdrop");*/
	margin-bottom: 40px;
}
#nav {
	background: unset !important;
	border: unset;
	box-shadow: unset;
	margin-top: 24px;
	text-align: center;
	margin-bottom: 24px;
}
#nav li{
	border-right: 1px solid white;
	display: inline-block;
}
#nav li a{
	color: black;
}
#header{
	height: 65px !important;
	text-align: center;
}
#header p {
    color: white;
    padding-top: 23px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}
#header p span:hover{
    color: #005286 !important;
}
#header p a:hover{
	color: #005286 !important;
}
#header p a{
    color: white !important;
}
#header #logo img {
    max-width: 100%;
    height: 42px;
}
#header .pull-right {
   max-width: 29%;
}
#logo:hover{
	border: unset !important;
}
/*@media only screen ( max-width: 1600px ) and (min-width: 1600px )  {
	.logo{
	    padding-top: 15px;
	}
}*/
@media only screen and ( min-width: 1622px ){
	.logo{
	    /*padding-top: 15px;*/
	}
}

@media only screen and ( max-width: 930px ){
	#header{
		text-align: left;
	}
}