/* header */
.header{
	background-color: Black;
}

.top-nav-link
{
color: white;	
}

.top-nav-link:hover, .top-nav-link:focus{
  color: white;
  text-decoration: underline;
}
	
.top-nav-link.active
{
	color: white;
	
	box-shadow: inset 0px -0.375rem 0px 0px white;
	
	
}


a{
	color: blue;
}

.footer__links a{
	color: #888B8D;
}

.top-nav-link.active
{
	color: white;
	
	box-shadow: inset 0px -0.375rem 0px 0px hsl(0,0%,96%);
	
}


/* Primary button colour */
.btn-primary, .discoverysearch .SearchButton, :first-child.AdvancedSearchToolButton, .PagerBarControl ul li a {
background-color: #888B8D !important;
border-color: #888B8D !important;	
text-decoration: none;
}


:first-child.AdvancedSearchButton{
background-color: #888B8D !important;
border-color: #888B8D !important;		
}

#ctl00_main_advancedSearch{
	color:blue;
}

#ctl00_main_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#ctl00_main_ctl02_socialcontent{
	display:none;
}

#ctl00_main_ctl00_ctl00_showCaseCard{
	display:none;
}


 .card--instagram{
	display:none;
}

.footer{
	background-color: black;
}

.footer__links a {
    color: #ffffff;
}


#ctl00_main_searchCloudItemsTitle{
	display:none;
}

#ctl00_globalFooterText{
	color: #ffffff;
}

	.fa-twitter-square:before{ 
	 display: none; 
 } 

	.fa-instagram:before{ 
	 display: none; 
 } 

 .fa-facebook-square:before{ 
	 display: none; 
 }
 
  .fa-youtube:before{ 
	 display:none; 
 } 
 
