    /* logo and section logos */
		header #branding{
		    margin-bottom: 35px;
			width: 100%;
            max-width: 220px;
            height: auto;
			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%;
                max-width: 220px;
                height: auto;
				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;
		    text-align: left;
		}
			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%;*/
            width: 100%;
            max-width: 400px;
            height: auto;
            }
		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;*/
/*					height: 45%;*/
/*                    width: 100%;*/
/*}*/
/*				header #site-title a:nth-of-type(2) {*/
/*                    top: 52%;*/
/*                    height: calc( 100% / 2.5);*/
/*                    width: 100%;*/
/*}*/





.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}