/**
 * Custom

 * Any custom styles implemented in the OmniUpdate environment
 * should go here
 */

main > .container {
    margin-top: 0;
}
.main .container{
/*   max-width: 100%; */
/*   padding: 0; */
}
.footer__bottom,.footer__top{
	max-width: 1152px !important;
}
.footer-sock__content_area {
	background-color: rgb(246,247,249);
}
/* logo */
.header__logo.split{
  display: flex;
  
}
.header__logo.split .subbrand{
  margin-left: 10px;
  position: relative;
/*   top: -10px; */
}
.subbrand img{
  width: 550px;
	position:relative;
	
}
.accordion__content h3{
	margin-top:30px !important;
}


/* hide the blue banner and the header links */
.header__top{
	display:none;
}
.header-nav__wrap{
	display:none;
}