	.logo{
	    margin: 10px 0;
	    display: block;
	}
	.logo img{
		width: 100%;
	}
	.mainheadlogo{
		width: auto; 
		margin:10px 0 0 0; 
		max-height: 30px;
	}
	.mainheadwelcome{
		font-size: 10px;
		margin:0 0 10px;
		padding-top: 13px;
		color: #808080;
	}
	#main-head .logged-in {
		text-align:center;
	}
	#mobile-only-menu a, #mobile-only-menu a:hover, #mobile-only-menu a:visited, #mobile-only-menu a:active, #mobile-only-menu a:focus {
	    color: #fff;
	    font-size: 1.8em;
	    padding: .5em;
	}
@media (max-width: 989px){
	.logo{
	    margin: 15px 0;
	    display: block;
	}
	.logo img{
		width: 100%;
	}
	.mainheadwelcome {
	    font-size: 11px;
	    margin-bottom: 10px;
	    margin-top: 11px;
	    line-height: 1.2;
	    padding: 7px;
	    font-weight: bold;
	    text-align: right;
	}
	.mainheadlogo {
	    max-width: 80px;
	    margin-top: 8px;
	}
}
@media (min-width: 990px){
	ul.supernav li:first-of-type a {
	    border-radius: 10px 0 0 10px !important;
	}
}
@media (min-width: 1540px)
{
	/* .logo
	{
		position: fixed;
		left: 0;
		top: 0;
		width: 180px;
		height: 100px;
		margin: 0;
		padding-top: 28px;
		background-color: #f8f8f8;
	}

	.logo img
	{
		height: 45px;
		margin: 0 auto;
		display: block;
	} */

}


ul.supernav
{
	font-size: 13px;
	text-align: center;
}
ul.supernav,
ul.supernav li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.supernav li a
{
	background-color: #222;
	color: #ccc;
	display: block;
	padding: 1em;
	text-transform: uppercase;
	border-top:1px solid #666;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.2em;
	letter-spacing: .03em;
}
ul.supernav li a.orange
{
	background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
	background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
	background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13;
	color: #fff;
}

ul.supernav li.active a
{
	background-color: #3778bc;
	background-image:none;
	color: #fff;
}


@media (min-width: 990px)
{
	ul.supernav
	{
		background-color: #222;
		border-radius: 10px;
	}
	ul.supernav li
	{
		display: table-cell;
	}
	ul.supernav li a
	{
		border:none;
		font-size: 14px !important;
	}

}
@media only screen and(min-device-width: 1101px) 
  and (max-device-width: 1325px) {
  ul.supernav li a{
 	font-size: 13px;
 }
   
  }

@media (min-width: 1540px)
{
	ul.supernav
	{
		background-color: #222;
		border-radius: 10px;
	}
	ul.supernav li
	{
		display: table-cell;
	}
	ul.supernav li a
	{
		border:none;
	}
	
	/* ul.supernav
	{
		width: 180px;
		height: 100%;
		position: fixed;
		left: 0;
		top: 100px;

		z-index: 100;
	}

	ul.supernav li
	{
		display: block;
		border-top: 1px solid #373737;
		border-bottom: 1px solid #000;
	}
	ul.supernav li.active
	{

		border-top: 1px solid #6aa1dd ;
		border-bottom: 1px solid #000;
	} */


}

@media (max-width: 1539px) and (min-width: 990px)
{
	ul.supernav li:first-of-type a
	{
		border-radius: 10px 0 0 10px;
	}
	ul.supernav li:last-of-type a
	{
		border-radius: 0 10px 10px 0;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1100px) and (orientation:landscape) {

ul.supernav li a {
	background-color: #222;
	color: #ccc;
	display: block;
	padding: 0.4em !important;
	text-transform: uppercase;
	border-top: 1px solid #666;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.1em !important;
	letter-spacing: .03em !important;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1100px) {

ul.supernav li a {
	background-color: #222;
	color: #ccc;
	display: block;
	padding: 0.4em !important;
	text-transform: uppercase;
	border-top: 1px solid #666;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.1em !important;
	letter-spacing: .03em !important;
}
}
@media only screen and (min-device-width: 1101px) and (max-device-width: 1290px) {

ul.supernav li a {
	/*background-color: #222;
	color: #ccc;
	display: block;
	padding: 0.4em !important;
	text-transform: uppercase;
	border-top: 1px solid #666;
	font-family: 'Open Sans Condensed', sans-serif;*/
	/*font-size: 1.1em !important;*/
	font-size: 13px !important;
	/*letter-spacing: .03em !important;*/
}
}


h1, h2 {
	    font-family: 'Open Sans Condensed', sans-serif;
	    font-weight: 300;
	    font-size: 30px;
	    text-transform: uppercase;
	    text-align: center;
	    color: #fff;
	    padding: 10px;
	}
h1#mainTitle {
	    background: #211d70;
	    margin: 30px 0;
	    color: #fff;
	    height: auto;
	    line-height: inherit;
		float:left;
		width:100%;
	}

	 #mainTitle .tab{
		padding: 5px 10px;
		border:1px solid #fff;
		font-size: 20px !important;
		float: left;
		height: 100% !important;
	}
	#mainTitle .tab.active{
		background: #fff;
		color:#211d70;
	}
	#mainTitle .tab.active a{
		color:#211d70 !important;
	}
	#mainTitle .tab a {
		color: white;
	}
	@media only screen and (max-width: 600px) {
		#mainTitle .tab.active{
		margin-top: 10px !important;
	}
	}

