/* CSS crunched with Crunch - http://crunchapp.net/ */
/* ============================================================

    Big Mallet's Mallet - SANS
	Version: 2.0
	URL: http://bigmallet.co.uk
	Made from bits and pieces from the internet. 
	Roughly on 320andup by Andy Clarke and Stark by John Albin
	
	Print styles for all browsers

============================================================ */
/* Print =================================================== */
* {
  background: transparent !important;
  color: black !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  -ms-filter: none !important;
}
h2,
h3 {
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
}
p {
  orphans: 3;
  widows: 3;
}
pre,
blockquote {
  border: 1px solid #ccc;
  page-break-inside: avoid;
}
abbr[title]:after {
  content: " (" attr(title) ")";
}
a,
a:visited {
  text-decoration: underline;
}
a[href]:after {
  content: " (" attr(href) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "";
}
img {
  max-width: 100% !important;
  page-break-inside: avoid;
}
thead {
  display: table-header-group;
}
tr {
  page-break-inside: avoid;
}

/* Specifics */
.name-and-slogan__name {
    height: auto; 
  /* margin: -1px; */
  /* padding: 0; */
   position: static; 
   width: auto; 
  /* overflow: hidden; */
}

.name-and-slogan__slogan {
    width: auto;
}

.name-and-slogan__img {
    display: none;   
}



.js-cookie-law {
    display: none !important;   
}

