  /*!
 * Add custom css for this site here:
 */


#custom-search {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

/** Styles for Tabbed Panels on Shared Access page**/
ul.nav.nav-tabs.visual li a{
/*	height:250px;*/
	font-family: 'Arial-Narrow', Arial, sans-serif;
	font-size:1.5rem;
	font-weight: 600;
    background-color: #ededed;
	color:#000000;
	padding:1em 0;
	border-radius: 0;
	border:1px solid #ededed;
}

ul.nav.nav-tabs.visual li a:hover,
ul.nav.nav-tabs.visual li a:focus{
    background-color: #ffffff;

}

ul.nav.nav-tabs.visual li.active a {
/*	background-color: rgba(0,0,0,.7)!important;*/
	background-color: #c8102e;
	color:#fff;
	border:0;
}


 @media(max-width:767px){
	
	ul.nav.nav-tabs.visual li a{
/*	height:250px;*/
	font-family: 'Arial-Narrow', Arial, sans-serif;
	font-size:1.5rem;
	font-weight: 300;
/*	background-color: rgba(0,0,0,.7)!important;*/
	color:#000000;
	border:0px;
	padding:1em 0;
}
	
	ul.nav.nav-tabs.visual li a::after{
	 font-family: 'Glyphicons Halflings';
	 content:"\2b";
	 font-weight: 300;
	position:absolute;
	right:10px;
	top:15px;
	color:#999;
	 
	}
	 
	 ul.nav.nav-tabs.visual li.active a::after{
	 font-family: 'Glyphicons Halflings';
	content:"\2212";
	 font-weight: 300;
	position:absolute;
	right:10px;
	top:15px;
	 color:#fff;
	}



