/* Header */

#ipsLayout_header {
    border-bottom: none;
}

.ipsNavBar_primary { /*A white bar appears when custom.css overwrites this with m-top 20px, top -26px*/
	margin-top: 15px !important;
	top: -21px !important;
}


/* Search bar */




/* Containers and blocks */

@media (min-width: 768px) {
	.container.container--narrow {
    	width: 660px;
	}
}
  
@media (min-width: 992px) {
	.container.container--narrow {
    	width: 800px;
  	}
}


