/*font-family:'Folio W01 Light';
font-family:'Folio W01 Bold1391170';
font-family:'Helvetica Neue LT W01_55 Roman';
font-family:'Helvetica Neue LT W01_71488914';*/
@font-face {
	font-family: 'Pressura';
	src: url('../fonts/GT-Pressura-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/GT-Pressura-Regular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/GT-Pressura-Regular.woff') format('woff'),
	     url('../fonts/GT-Pressura-Regular.ttf') format('truetype');
}

body,
html{
	margin: 0;
	padding:0;
	color:#000;
}
body{
	position: relative;
}
/* Box Model Hack */
* {
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  box-sizing: border-box; /* IE */
}
html{
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  	box-sizing: inherit;
}
/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clear{
	clear:both;
}

/* TEXT STYLES */
a,
a:hover{
	color:#000;
	text-decoration: none;
}
h1,h2,h3,h4,h5{
	font-weight: normal;
	font-style: normal;
	margin:0;
}
p{
	margin-top: 0;
}
ul{
	margin:0;
	padding-left: 0;
	list-style-type: none;
}
img{
	max-width: 100%;
	height:auto;
}
/* Text */
.header .nav{
	font-family:'Helvetica Neue LT W01_55 Roman', sans-serif;
	line-height: 1em;
}
.menu{
	font-family:'Helvetica Neue LT W01_55 Roman', sans-serif;
}
.menu-content li{
	line-height: 1.25em;
}
.menu-content li a {
	color: grey!important;
}
.menu-content li a:hover {
	color: #fff!important;
}
.menu-content li a.active {
	color: #fff!important;
}
.menu-content li ul.sub-menu a {
	color: #fff!important;
}
p.caption{
	margin-bottom: 0;
	line-height: 1.38em;
}
h1, h2, h3, h4, h5,
.body-text{
	font-family:'Helvetica Neue LT W01_55 Roman', sans-serif; 
}
.body-text p{
	line-height: 1.45em;
}
body.project .header .nav,
table,
body.project h2,
body.project .body-text,
.project-intro p{
	font-family:'Folio W01 Light';
}
li.year{
	font-family:'Helvetica Neue LT W01_71488914', sans-serif;
}

ul.submenu,
body.alt .similar-projects .caption {
	font-family:'Helvetica Neue LT W01_55 Roman', sans-serif;
}
body.alt-page h2,
body.alt-page h3,
body.alt-page .caption,
body.alt .caption,
body.alt .body-text p{
	font-family: 'Pressura', sans-serif;
}
body.news .news-text,
body.news .news-text .rich-text p,
body.news .header .nav,
body.alt-page .header .nav,
body.alt .header .nav{
	font-family:'Folio W01 Bold1391170'; 
}

body.alt-page h2{
	margin-bottom: 20px;
}
body.alt-page h3{
	font-size: 22px;
}
.small-body{
	max-width: 880px;
}
.navigation{font-family: 'Folio W01 Bold1391170';}
.alt-link:hover{
	border-bottom: 1px solid #fff;
}

/* colours */
.menu li a{
	color:#fff;
}
body{
    -webkit-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    transition: background-color .3s linear;
}
.thumbnail--blackandwhite{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Layout */
.preload-overlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color: #fff;
	z-index: 90000;
}

/* Menu Additions 2020 */

@media only screen and (max-width: 1100px) {
	.nav li {
		display: block!important;
	}
	.header .nav {
		line-height: 1.68em;
	}
}
@media only screen and (min-width: 1101px) {
	.nav li {
		display: inline-block!important;
	}
}

/* Header navigation */
.header{
	position: relative;
	z-index: 1000;
}
.header .nav{position: absolute;}
.nav li{display: inline-block;}
.nav li a:hover{border-bottom: 1px solid #000;}
body.alt-page .nav li a.widget__link:hover{
	color:#fff;
	border-bottom: none;
}
.nav li a.widget__link:hover{border-bottom: none;}
body.alt-page .nav li a:hover{border-bottom: 1px solid #fff;}
body.alt .nav a:hover{border-bottom: 1px solid #fff;}

h1{
	margin-left: -150em;
	position: absolute;
}
.logo-elements{
	position: absolute;
	right:0;
}
.logo-elements .main-alt,
.logo-elements .main{
	padding-bottom: 12px;
}
.logo-elements .cross-alt,
.logo-elements .cross{
	width: 36px;
}

a.active{
	border-bottom: 1px solid #000;
}
body.alt-page a.active,
body.alt a.active{
	border-bottom: 1px solid #fff;
}
/*Logo alternative styles and opacity*/
body.alt .logo-elements{
	opacity: 0;
}
.logo-elements.alt{
	opacity: 0;
}
body.alt .logo-elements.alt{
	opacity: 1;
}
body.alt-page .logo-elements{
	opacity: 1;
}

/* Fade in Menu */
.menu li{
	cursor: pointer;
}
ul.menu{
	display: inline-block;
}
.menu-background{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 2000;
	display: none;
}
.menu-content a:hover{
	border-bottom: 1px solid #fff;
}
.sub-menu{
	position: absolute;
	/*display: none;*/
}
.menu-content{
	position: relative;
}
.menu a.active{
	border-bottom: 1px solid #fff;
}



/* Alternative Menu styles styles */
body.alt-page ul.menu,
body.alt ul.menu{
	border:3px solid #fff;
	padding: 5px 24px 13px 14px;
}
body.alt-page .menu-background,
body.alt .menu-background{
	background: rgba(0,139,0,0.95);
}
body.alt-page .menu-content li,
body.alt .menu-content li{
	line-height: 1.15em;
}
body.alt-page .menu a,
body.alt .menu a{
	color:#000;
}
body.alt-page .sub-menu a,
body.alt .sub-menu a{
	color:#fff;
}
body.alt-page .menu-link:hover,
body.alt .menu-link:hover{
	border-bottom: none;
	color:blue;
}
body.alt-page .menu a.active,
body.alt .menu a.active{
	border-bottom: none;
	color:blue;
}

.nav li{
	-webkit-transition: font-size .2s;
    -moz-transition: font-size .2s;
     -o-transition: font-size .2s;
        transition: font-size .2s;
}

/* Alt-content section styles */
.alt-wrapper .nav{
	display: none;
}
body.alt .alt-wrapper .nav{
	display: block;
}
body.alt-page,
body.alt{
	background-color: #000;
	color:#fff;
}
body.alt-page a,
body.alt a{
	color:#fff;
}
body.alt-page .basket-underlay{
	opacity: 0.5;
}
body.alt-page .basket-wrapper p,
body.alt-page .basket-wrapper a,
body.alt-page .basket-wrapper select{color:#000;}
body.alt-page .widget__link{color:grey;}

body.alt .project-sector{
	display: block;
	margin-left: 0;
	margin-top: 35px;
}


/* News section */
body.alt-page .header-wrapper,
body.alt-page .header-wrapper.main-logo{
	/*display: none;*/
}
body.alt-page .in-base{
	display: none;
}
/*body.alt-page .alt-wrapper .header-wrapper,
body.alt-page .alt-wrapper .header-wrapper.logo{
	display: block;
}*/
.news-text{
	max-width: 800px;
}
.news-text p{
	line-height: 1.53em;
	margin-bottom: 20px;
}
.download{
	clear:both;
}
.download a{
	border-bottom: 1px solid #000;
}
.table-title__link:hover,
.table-title__nolink{
	color:#a8a8a8;
}
.feature-block{
	max-width: 1200px;
}



/* Project overview, alt-content section */
table, tr, td, th{
	border:1px solid #fff;
}
table th{
	text-align: left;
	font-weight: normal;
}
th, td{
	padding: 6px 10px;
}
li.project-sector{
	text-transform: capitalize;
}
.table-row{
	max-height: 42px;
	overflow: hidden;
}


/* Single project page */
.project-intro p{
	max-width: 750px;
}
.similar-projects img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
h3.show-all{
	text-transform: uppercase;
	text-decoration: underline;
	display: inline-block;
}
.hide-image{
	display: none;
}
/* Scrapbook section */
.slideshow{
	position: relative;
}
.slideshow .view {
    background: url(../img/mag_glass.svg) no-repeat;
    position: absolute;
    pointer-events: none;
}

/* Project page grid */
.grid-elements .each-element img{
	display: block;
}
.grid-elements .each-element{
	float: left;
}
.grid-elements .news-element__nofloat{
	float: none;
	clear:both;
}
.each-element--full-width{
	width: 100%;
} 



/* Complex page */
.slideshow
.page-intro p{
	max-width: 850px;
}
.image-count{
	position: absolute;
	background-color: #000;
	color:#fff;
	text-align: center;
	line-height: 1.5em;
	pointer-events: none;
}
li.year{
	text-indent: 1em;
}
ul.submenu{
	text-indent: 0;
}
ul.submenu a{
	border-bottom: 1px solid #000;
}
.associated{
	line-height: 1.52em;
}
body.practice .header-wrapper.main-logo{
	display: none;
}
.person h3{
	line-height: 1.4em;
}
.person p{
	line-height: 1.5em;
}
.full-width{
	width: 100%;
}
.inter-heading h4{
	margin-bottom: 0;
}
/* Waypoint markers */
#no-mouse-waypoint,
#waypoint-two,
#second-page,
#waypoint-one,
#first-page{
	opacity: 0;
}
.page-content,
.alt-wrapper{
	position: relative;
	max-width: 1600px;
}
body.practice .page-content{
	max-width: 1400px;
}
#no-mouse-waypoint,
#second-page{
	position: absolute;
	top:0;
	width:100px;
	height: 10px;
	/*background-color: yellow;*/
	z-index: 10;

}
a.link-down{
	position: absolute;
	top:200px;
}
#first-page{
	position: absolute;
	width:100px;
	height: 10px;
	/*background-color: yellow;*/
	z-index: 10;
}
.page-content,
.alt-wrapper{
	min-height:100vh;
}

.page-content .body-text p a {
	border-bottom: 1px solid #000;
}

/** PRODUCT INDEX PAGE **/
.product__item{
	display: inline-block;
	margin-right: 8px;
}
.link--grey{
	border-bottom: 1px solid grey;
	color:grey;
}
.link--grey:hover{border-bottom: 1px solid #000;}
.product__item--availability{
	display: inline-block;
	color:grey;
}
.table--black{
	color:#000;
	border-color: #000;
}
.table--black th,
.table--black td{
	border-color:#000;
}

/** PRODUCT PAGE **/
.product__buy-button{
	margin-bottom: 40px;
}
.buy{
	border:1px solid #000;
	padding:3px 10px;
	display: inline-block;
	-webkit-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}
.buy:hover{
	background-color: #000;
	color:#fff;
}
.widget__link,
.link--grey{
	-webkit-transition: color .1s linear;
    -ms-transition: color .1s linear;
    transition: color .1s linear;
}
.product__message,
.product__date{margin-bottom: 20px;}
.product__images{
	max-width: 980px;
}
.decorated{
	display: inline-block;
	margin-right: 8px;
}
/* BASKET */
.widget__link{
	color:grey;
}
body.inverted #basket,
body.inverted #basket a {color: #000!important}
#downloadCart a,
#basket a{
	text-decoration: none;
	font-family: 'Neue Haas Unica W01 Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}
#downloadCart,
#basket {
    position: absolute;
    z-index: 30000;
    left: 0;
    right: 0;
    top: 0;
    display: none;
}
.basket-underlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    display: none;
    background-color: #FF2700;
    opacity: 0.6;
}
.basket-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.basket-container {
    height: 100%;
    position: relative;
}
.basket-container .basket-inner {
    background: #bdbdbd;
    padding: 0;
}
.basket-container .basket-inner p {
    margin: 0;
}
.basket-container .basket-inner .align-right {
    text-align: right;
    padding-right: 0!important;
}

.basket-container .basket-inner .each-basket-entry .each-basket-entry-row.close-it {
    padding: 0 0 30px 0!important;
}
.basket-container .basket-inner .each-basket-entry .each-basket-entry-row.shipping {
    padding-top: 30px;
}
.basket-container .basket-inner .each-basket-entry .each-basket-entry-row.border {
    border-bottom: 1px solid #000;
}
.basket-container .row.margin {
    margin: 0 10px;
}
.basket-container select:focus {
    outline:0;
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.basket-container .cart-count {
    text-align:center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border: 1px solid #000;
    background: #bdbdbd;
}
.basket-container .each-basket-entry-row .delete,
.basket-container .each-basket-entry-row .update {
    margin-left: 10px;
}
.basket-container .each-basket-entry-row .left {
    padding-left: 0!important;
}
.shipping-choose {
    display: none;
    color: blue;
}
.calculate {
    padding-top: 5px;
    display: inline-block;
}
.calculate.red {
    color: blue;
}
.shipping-selector{
	padding-left: 0;
	cursor: pointer;
}
#shipping{cursor: pointer;}
span.calculate{
	margin-bottom: 15px;
}
/* Down load cart form elements */

.check input[type="checkbox"]:checked + label:before { background-color: #0046e4; }

#downloadCart form input[type="text"],
#downloadCart form input[type="email"]{
	background-color: #ededed;
	border:1px solid #000;
	display: block;
	margin-bottom: 8px;
}
input[type="text"], input[type="email"]{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
::-webkit-input-placeholder { color:#7e7e7e; }
::-moz-placeholder { color:#7e7e7e; } /* firefox 19+ */
:-ms-input-placeholder { color:#7e7e7e; } /* ie */
input:-moz-placeholder { color:#7e7e7e; }

.check input[type="checkbox"] + label:before {
    content: '';
    background: #ededed;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -6px;
}
#downloadCart .content-container{
	padding-top: 0!important;
}

/* BASKET WIDGET */
.widget .basket a{
	font-family: 'Neue Haas Unica W01 Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 1em;
}
body.inverted #widget a{
	color:#000;
}

