    /* logo and section logos */
		header #branding{
		    margin-bottom: 35px;
			width: 100%;
			box-sizing:border-box;
			display: inline-block;
			position: relative;}
			header #branding:before {
				padding-top: 13%;
				display: block;
				content: '';}
			header #branding>div {
				position: absolute;
				top: 0;
				bottom: 0;
				right: 0;
				left: 0;}
			header #branding:after{
				content:'';
				width: 100%;
				position: absolute;
				margin-top:20px;
				top:100%;
				border-bottom: solid #3E3D3C 15px;}
		header #site-title,
		header #category-title {
			width: 100%;
			/* position: absolute; */
			display: inline-block;
			bottom: 0;}
			header .category-title #site-title{
				box-sizing: border-box;
				height:22%;
				bottom:auto;
				top:0;}
		header #site-title:after,
		header #category-title:after{
			padding-top: 8.9473684211%;
			display:block;
			/*content:'';*/}
			header .category-title #site-title:after{
				display: none;}
		header #site-title>div,
		header #category-title>div{
			top: 0;	
			bottom: 0;	
			left: 0;
			right: 0;	
			position: absolute;}
		header #site-title img,
		header #category-title a img{
			display: block;
			/*width: 100%;*/
			height: auto;
            max-width:100%;}
		header #site-title a,
		header #category-title a{
			box-sizing:border-box;
			display: inline-block;
			height: 100%;}
			header #site-title a{
				position: absolute;}
				header #site-title a:first-of-type{
					top: 0;
                    left: 0;
					height: 32%;
                    width: 100%;
}
				header #site-title a:nth-of-type(2) {
                    top: 37%;
                    left: 0;
                    height: calc( 100% / 3.35);
                    width: 100%;
}
                header #site-title a:nth-of-type(3){
					top: 66%;
                    left: 0;
					height: calc( 100% / 3.0);
                    width: 100%;
}
/*			header .category-title #site-title a{
				display: block;
				position: absolute;}
				header .category-title #site-title a:first-of-type{
					left: 0;
					width: 23%;}
				header .category-title #site-title a:nth-of-type(2){
				    left: 25.5%;
				    width: 6.5%;}
			header #category-title a{
				height: 100%;} */



.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}