/**
 * 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;
}