/* custom code */

@media print {
  a[href]:after {
    content: none !important;
  }
  @page {
    size: 480mm 680mm;
  }
}
.com-content #sp-main-body {
  padding: 0px 0;
}
.burger-icon > span {
  background-color: black !important;
}
.menu-parent .menu-child{
  display: block !important;
}
.menu-parent .menu-toggler{
  display: none !important;
}
.offcanvas-menu {
  overflow: scroll !important;;
}

/*
.sp-module a, .custom a {
  left: -6px;
  transition: color 0.2s, left 0.2s;
  -webkit-transition: color 0.2s, left 0.2s;
}
.sp-module a:hover, .custom a:hover {
  background: none;
  left: -10px;
}
*/