/*_______General_______*/
.m-body .m-content{
  padding: 15px 50px !important;
}

@media(min-width:1400px){
  .m-container.m-container--responsive.m-container--xxl{
    width:1445px;
  }
}

/*__Topbar__*/
header.m-header {
  height:65px !important;
}
.m-stack__item.m-brand.m-brand--skin-light{
  background: beige;
}
.m-brand .m-brand__logo, .m-brand .m-brand__tools{
  height: 65px !important;
}
.m-page--fluid .m-header, .m-page--wide .m-header {
  background: white;
}
#m_header_nav {
  position: relative !important;
  top:0px;
  box-shadow: none;
}