/* Noscript css copyright 2015-2019 */

/* This file is called within a noscript tag in the document head. */
/* All noscript css stuff should be done in this file (or in the js scripts file for interactive stuff) */
/* We avoid inline noscript tags because potential problems arise when using CSP with inline stuff disallowed */
/* Instead we apply noscript-specific css via this file which is only loaded if js is disabled */

/* Annoying noscript alert bar */

#noscript-bar	{
position:absolute;
top:0;
z-index:3000;
color: #EDEDED;
background-color:red;
margin:0 auto;
width:100%;
padding:0;
text-align:center;
}

/* The nudger just exists to give the noscript-bar space to exist above the page content */
#noscript-bar,#noscript-nudger {
display:block !important;
height:60px;
}

/* Kludge to undo droppers if javascript is turned off */
/* Basically they just hang open */ 
.dropper {
max-height:1000px !important;
}



/* Hide UI icons that dont do nuffin without js */
.icon-close {
display:none;
}

/* If Typekit disabled in browser, adjust font sizes to avoid explosions*/

/* H1 {}  do this when we have finalised sizes*/
