/* header colour*/
.header{
	background-color: #003359;
}


/* nav link colours*/
.top-nav-link
{
color:  white;	
}

/* removes embeded video*/
.content-section.social-content {
	display: none;
}

/* Logo */
.brand__img{
	max-width: 150%;
	width: 150%;
	height: auto;
}

/*banner config */
.hero {
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	height: auto;
	width: auto;
}

/* Primary button colour */
.btn-primary, .discoverysearch .SearchButton, :first-child.AdvancedSearchToolButton, .PagerBarControl ul li a {
background-color: #003359 !important;
border-color: #003359 !important;	
text-decoration: none;
}


:first-child.AdvancedSearchButton{
background-color: #003359 !important;
border-color: #003359 !important;		
}

.carousel{
	
	height: auto;
	width: auto;
	
}

#whats-new__items{
	height: auto;
	width: auto;
}

#ctl00_main_ctl01_whatsnew{
	display:none;
}

#ctl00_main_browseCollectionButton{
display:none;
}