
/* _________________________________ RESET __________________________________ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	z-index:0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body {
	height: auto;
	min-height: 100%;
}

body {
	background: #f2f2f2;
}

body.no-scroll {
	overflow: hidden;
}

@font-face{
    font-family:"Memphis";
    src:url("fonts/MemphisMedium.woff2") format("woff2"),url("fonts/MemphisMedium.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}
@font-face{
    font-family:"Memphis";
    src:url("fonts/MemphisMediumItalic.woff2") format("woff2"),url("fonts/MemphisMediumItalic.woff") format("woff");
    font-style: italic;
    font-weight: 400;
}
@font-face{
    font-family:"Memphis";
    src:url("fonts/MemphisBold.woff2") format("woff2"),url("fonts/MemphisBold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}
@font-face{
    font-family:"Memphis";
    src:url("fonts/MemphisBoldItalic.woff2") format("woff2"),url("fonts/MemphisBoldItalic.woff") format("woff");
    font-style: italic;
    font-weight: 700;
}


html,body,select,input,textarea {
	font-family:"Memphis", Rockwell, Georgia, serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}

input {
	display: block;
	border: none;
	outline: none;
	background: transparent;
	font-weight: normal;
	padding: 0;
	margin: 0;
    -webkit-appearance: none;
    border-radius: 0;	
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}

::-moz-selection{
	background: #222222;
	color: #ffffff;
}

::-webkit-selection {
	background: rgba(34,34,34,1);
	color: #ffffff;
}

::selection {
	background: rgba(34,34,34,1);
	color: #ffffff;
}



img, embed, object {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	display: block;
}

div, header, nav, section, article, aside, footer {
	display: block;
	
}
div {overflow: hidden;}

td {vertical-align: top;}

a {
	/* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
	text-decoration: none;
	color: #a5a2a2;
}

a:hover, a:hover span, a:hover p {
	text-decoration: none; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;
}

a:active, a:selected, a:visited { 
    border: none;
    outline: none;
}

p, blockquote {margin-bottom: 20px;}
p:last-child {margin-bottom: 0;}

ul {
	list-style: none;
}
ol {
	list-style: decimal;
	padding-left: 30px;
}

sup {
	vertical-align: top;
	position: relative;
	top: -0.3em;	
    font-size: smaller;
}




/* --------- !COMMON CLASSES --------- */
.uc	{text-: uppercase;}
.nc {text-transform: none;}

.dn {display: none;}
.db {display: block;}
.dib {display: inline-block;}

.fn {float: none;}
.fr {float: right;}
.fl {float: left;}
.oh {overflow: hidden;}

.tac, .tac a {text-align: center;}
.tal {text-align: left;}
.tar {text-align: right;}

.h {width: 100%;}
.half {width: 50%;}

.cleft {clear: left;}

/* -------------------------------- !CLEARFIX -------------------------------- */
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}




.pml {margin-left:50px;}
.pmr {margin-right:50px;}
.ppl {padding-left:50px;}
.ppr {padding-right:50px;}
.ppl38 {padding-left:38px;}
.ppr38 {padding-right:38px;}

.mb {margin-bottom: 20px;}
.mb3 {margin-bottom: 90px;}

.pt {padding-top: 30px;}
.pt2 {padding-top: 60px;}
.pb {padding-bottom: 30px;}
.pb2 {padding-bottom: 60px;}
.ptheader {padding-top: 210px;}

.paranom p {margin-bottom: 0;}
.blk {color: #000000;}
.o0 {opacity: 0;filter: alpha(opacity=0);}

.date {
	font-weight: 700;
	display: block;
}


.i,
i,
em {
	font-style: italic;
	font-weight: normal;	
}


.bold,
.nav a, .nav2 a,
.nav a:hover, .nav2 a:hover,
.projinfo h3,
.listings h2,
.listings a,
.listings a.plain,
.mailouts h2,
.mailouts a,
.morenews,
.people h2 {
	font-weight: 700;
}



.bold.em,
.projinfo h3.em,
.listings h2.em,
.listings a.em,
.listings a.plain.em,
.people h2.em {
	font-family:'MemphisLTW01-BoldItalic';
	font-weight: normal
}



/* -------------------------------- !SPLASH -------------------------------- */

.splash {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: white;
	z-index: 100;
}

.splash img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}

.splash .splash-cta {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: rgba(255,55,5,0);
	z-index: 101;
	cursor: pointer;
}

.splash-video {
	width: 100%;
	height: 100%;
/*	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%) translateY(-50%);*/
}

.splash-video iframe {
	width: 100vw;
    height: 56.25vw; /* 16:9 aspect ratio (9/16 = 0.5625) */
    min-height: 100vh;
    min-width: 177.77vh; /* 16:9 aspect ratio (16/9 = 1.7777) */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.splash-logo {
	position: absolute;
	top: 15px;
	left: 15px;
}

@media screen and (min-width:737px) {
	.splash-logo {
		position: absolute;
		top: 50px;
		left: 50px;
	}
}


/* -------------------------------- !HEADER -------------------------------- */

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
}


.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 148px;
	background-color: transparent;
	transition: transform 0.4s, min-height 0.3s;
	box-sizing: border-box;
	padding: 9px 20px 30px 97px;
}

.navbar.is-open {
	background-color: #ffffff;
	min-height: calc(var(--vh, 1vh) * 100);
}

/*.homepage .navbar {
	background-color: #ffffff;
}*/

.navbar.hidden {
	transform: translateY(-101%);
}

.navbar.hidden.is-open {
	transform: none;
}

.navbar.is-white {
	background-color: white;
}

.navbar.is-white {
	background-color: white;
}

.navbar-inner {
	display: flex;
	font-size: 22px;
	line-height: 25px;
	flex-direction: column;
	position: relative;
	height: 103px;
	transition: height 0.3s;
	overfow: scroll;
}

.navbar-inner.is-open {
/*	height: calc(var(--vh, 1vh) * 100 - 73px);*/
	height: 100%;
	overflow-y: scroll;
}

@media screen and (min-width:737px) {
	.navbar {
		min-height: 190px;
		padding: 45px 50px 48px;
		background-color: #ffffff;
	}
	.navbar-inner {
		flex-direction: row;
		justify-content: space-between;
	}
	.navbar-inner.is-open {
		height: auto
	}
}

.navbar-menu {
	position: relative;
	width: 25%;
	min-width: 312px;
}

.navbar-menu-end {
	width: 100%;
	padding-top: 33px;
}




@media screen and (min-width:737px) {
	.navbar-menu {
		width: 76.4516%;
		padding-left: 94px;
		box-sizing: border-box;
	}

	.navbar-menu-end {
		padding-top: 0px;
		width: 23.548387096774193%;
	}
}

@media screen and (min-width:1760px) {
	.navbar-menu {
		width: 81.234%;
	}

	.navbar-menu-end {
		width:18.766066838046272%
	}
}

.navbar-menu-end .navbar-item-link {
	color: #a5a2a2;
}
.navbar-menu-end .navbar-item-link.is-active {
	color: #00b02c;
}
.navbar-menu-end .navbar-item-link:hover {
	color: #000;
}


.subnavi {
	padding-left: 40px;
}

@media screen and (min-width:737px) {
	.subnavi {
		position: absolute;
		top: 0;
		left: 182px;
		display: none;
		height: 100%;
		width: 160px;
		padding-left: 56px;
		background-color: #fff;
	}
}

.navbar-item {
	width: fit-content;
	min-width: 150px;
/*	position: relative;*/
}

.navbar-item-link, #searchbox {
	display: none;
}
.navbar-item-link.is-active {
	display: block;
}

@media screen and (min-width:737px) {
	.navbar-item-link, #searchbox {
		display: block;
	}
	.navbar-item.mobile-only {
		display: none;
	}
}


.navbar-inner.is-open .navbar-item-link,
.navbar-inner.is-open #searchbox {
	display: block;
}


.navbar-item.is-active .subnavi {
	display: block;
}
.navbar-item:hover .subnavi {
	display: block;
	z-index: 2;
}


.navbar-item-link {
	color: #000;
	font-weight: 700;
}
.navbar-item-link.is-active {
	color: #00b02c;
}
.navbar-item-link:hover {
	color: #00b02c;
}




#subscribe-header .input-flex {
	display: flex;
	column-gap: 2%;
}

#subscribe-header input[type="text"] {
	border-bottom: none;
	margin-bottom: 0;
}


#name-header {
	width: 49%;

}
#email-header {
	width: 49%;
	border-bottom: none;
}
#submit-header {
	color: #00b02c;
	font-weight: 700;
	cursor: pointer;
}
#submit-header:hover {
	color: #000000;
}

.msg-header {
	display: block;
}


#header1 {
	width: 100%;
	height: 272px;
}

header input,
header label,
.sitelogin span {
	font-size: 22px;
	line-height: 27px;
	height: 27px;
}
@media screen and (min-width:737px) {
	header input,
	header label,
	.sitelogin span {
		font-size: 22px;
		line-height: 27px;
		height: 27px;
	}
}


header label {
	font-weight: 700;
}


#mainmenu {
	width: 100%;
	height: 272px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	-webkit-transform:translateZ(2px);
	-moz-transform:translateZ(2px);
	-o-transform:translateZ(2px);
	transform:translateZ(2px);		
}
@media screen and (min-width:737px) {
	.menudown #mainmenu {
		display: block;
	}
	.menudown .logo.hidden {
		top: 50px;
		opacity: 1;
	}
}
.mainmenuwrap {
	margin: 50px 50px 0 50px;
	overflow: visible;
}
.mobilenav2,
.staticnav .mobilenav2 li {
	display: none;
}

.p-bh {padding-top:0px;}
.ppt {padding-top:50px;}
.pptt {padding-top:46px;}
.pptmtm {padding-top:42px;}

.bigss {
	background: #fff;
	width:100%;
	height: calc(var(--vh, 1vh) * 100 - 380px);
	max-height: 75vw;
}




@media screen and (min-width:737px) {
	.bigss {
		max-height: none;
	}
}


.bigss .slide {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bigss .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.bigss .slide:first-child {
	display: block;
}



/*PROJECTS FILTER*/


.filter {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	color: #a5a2a2;
	position: relative;
	overflow: visible;
	width: calc(100% + 30px);
	margin-left: -15px;
}





.filter.is-open {
	background-color: #D9D9D9;
}

.filter-spacer {
	display: inline-block;
	margin-left: 13px;
}



.filter a {
	color: #a5a2a2;
}
.filter a:hover, .filter a.selected {
	color: #00b02d;
}


.filter-buttons {
	display: flex;
	justify-content: space-between;
	padding: 20px 15px 25px;
}
.filter-toggle {

}
.filter-clear {
	text-align: right;
}
.filter-columns {
	position: absolute;
	top: 52px;
	left: 0px;
	height: 0;
	background-color: #D9D9D9;
	overflow: hidden;
	transition: height 0.2s ease-out;
}
.filter.is-open .filter-columns {
	height: calc(100vh - 275px);
	overflow: scroll;
	transition: height 0.4s ease-in;
}


.filter-column {
	padding: 0 98px;
	transform: translateZ(0)
}

.filter-column:last-child {
	padding-bottom: 25px;
}
a.filter-column-toggle {
	color: #000;
	transition: all 0.1s linear !important;
}

.filter-column-toggle .filter-column-selection {
	display: none;
}
.filter-column-toggle.has-selection .filter-column-selection {
	display: inline;
	color: #00b02d;
}
.filter-column-toggle.has-selection .filter-column-label {
	display: none;
}

.filter.is-open .filter-column-toggle.has-selection .filter-column-selection {
	display: none;
}
.filter.is-open .filter-column-toggle.has-selection .filter-column-label {
	display: inline;
}

.filter-column-values {
	display: flex;
	flex-direction: column;
	padding-left: 0px;
	max-height: 0;
	transition: max-height 0.3s ease-out;
}

.filter-column-values .disabled-option {
	color: #c7c7c7;
}

a.filter-column-toggle.is-open + .filter-column-values {
	max-height: 1200px;
	transition: max-height 0.4s ease-in;
}



@media screen and (min-width: 768px) {
	.filter {
		font-size: 22px;
		line-height: 25px;
		margin-left: 0;
	}

	.filter.is-open {
		background-color: transparent;
	}

	.filter-buttons {
		padding: 0;
		position: absolute;
		top: 0;
		right: 30px;
		padding-bottom: 0;
		z-index: 1;
	}
	.filter-toggle {
		display: none;
	}

	.filter-columns {
		position: relative;
		top: auto;
		left: auto;
		background-color: transparent;
		display: flex;
		height: auto;
		width: 100%;
	}

	.filter-column {
		padding: 0;
		width: 12.5%;
	}


	.filter-column.date-filter{
		width: 11.7%;
	}
	.filter-column.type-filter{
		width: 24.6%;
	}
	.filter-column.status-filter{
		width: 13.4%;
	}
	.filter-column.collaborations-filter {
		width: 25.1%;
	}
	.filter-column.location-filter {
		width: 20%;
	}

	.filter.is-open .filter-columns {
		height: auto;
		overflow: visible;
		transition: height 0.5s ease-in;
	}

	.filter.is-open .filter-column-values {
		max-height: 500px;
		transition: max-height 0.6s ease-in;
	}

	.filter-column-values {
		padding-top: 25px;
		padding-left: 0px;
	}

	.filter-column-values a:last-child, .filter-column-values .disabled-option:last-child {
		padding-bottom: 25px;
	}

	.filter-column-values .disabled-option {
		color: #dddddd;
	}


}


@media screen and (min-width: 1760px) {
	.filter-column.date-filter{
		width: 19.95%;
	}
	.filter-column.type-filter{
		width: 19.95%;
	}
	.filter-column.status-filter{
		width: 19.95%;
	}
	.filter-column.collaborations-filter {
		width: 19.95%;
	}
	.filter-column.locations-filter {
		width: 19.95%;
	}
}












.sitelogin {
	height: 200px;
}
.sitelogin .ppt {
	padding-top: 46px;
}
.sitelogin input,
.sitelogin label {
	height: 30px;
}

.slideshow {
	position: relative;

}
.slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
}
.slideshow .activeslide {
	display: block;
}
.slideshow .inner {
	height: 100%;
}
.fraction {
	margin: 0 2px;
}
.videowrap iframe {
	width: 100%;
	height: 100%;
	display: block;
}

#lightbox .slideshow {
	height: 100%;
	width: 100%;
}
#lightbox .slideshow .inner {
	margin: 50px;
	position: relative;
}

#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 999;
	-webkit-transform:translateZ(1px);
	-moz-transform:translateZ(1px);
	-o-transform:translateZ(1px);
	transform:translateZ(1px);		
}

#lightbox .close, #lightbox h1 {
	position: absolute;
	top: 24px;
}

#lightbox h1 {
	left: 24px;
	width: 80%;
}



#lightbox .close {
	position: absolute;
	cursor: url(/css/img/dka-cross.png), url(/css/img/dka-cross.cur), pointer;
	background: url(/css/img/empty.png);
}

#lightbox .close.l {
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
}
#lightbox .close.r {
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
}
#lightbox .close.t {
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
}



#lightbox .cap {
	display:block;
	font-size: 18px;
	line-height: 26px;
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	bottom: 17px;
	left: 0;
	width: 100%;
}
#lightbox .cap .fl {
	margin-left: 50px;
}
#lightbox .cap .fr {
	margin-right: 50px;
	width: 60px;
	text-align: right;
}

#lightbox .imgarea {
	margin: 84px 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #e3e3e3;
	text-align: center;
}



.sbtn {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	text-indent: -99999px;
	z-index: 1;
	background: url(/css/img/empty.png);
}
.sbtn.next {
	right: 0;
	cursor: url('/css/img/dka-arrow-right.png'), url('/css/img/dka-arrow-right.cur'), pointer;
}
.sbtn.prev {
	left: 0;
	cursor: url('/css/img/dka-arrow-left.png'), url('/css/img/dka-arrow-left.cur'), pointer;
}


.logo {
	background: url(img/DKAlogo03.png) no-repeat;
	display: block;
	width: 76px;
	height: 98px;
	text-indent: -9999px;
	margin-left: 0;
	cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
	only screen and (min--moz-device-pixel-ratio:2),
	only screen and (-o-min-device-pixel-ratio:2/1),
	only screen and (min-device-pixel-ratio:2),
	only screen and (min-resolution:192dpi),
	only screen and (min-resolution:2dppx) {
		.logo {
			background-image: url(/css/img/DKAlogo-mobile@2.png);
			background-size: 76px 98px;
		}
}
.logo.hidden {
	opacity: 0;
	top: -97px;
}

.mllogo {
	margin-left: 94px;
}

.fxdlogo {
	position: fixed;
	top: 50px;
	left: 50px;
	z-index: 13;	
}



.nav a, .nav2 a {
	font-size: 22px;
	line-height: 27px;
}




.nav {
	margin-top: -4px;
}
.nav2 {
	display: none;
	margin-top: -4px;
}
.nav2.active {
	display: block;
}

.nav a, .nav2 a, .exp.active {
	color: #000000;
}
.nav a.selected, .nav2 a.selected, .nav a:hover, .nav2 a:hover {
	color: #00b02c;
}


/* --------- !search --------- */

#searchform,
#searchform fieldset {
	height: 30px;
}
@media screen and (min-width:737px) {
	#searchform,
	#searchform fieldset {
		height: 27px;
	}
}
#search {
	width: 100%;
	font-weight: 700;
	color: #a5a2a2;
}

#search:focus {
	color: #000;
}

#searchresults {
	font-size: 22px;
	line-height: 27px;
}
#searchresults li {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#searchresults .selected a,
#searchresults .selected .hilite {
	color: #00b02c;
}
.hilite {
	color: black;
	font-weight: 700;
}

/* --------- !bg colours --------- */


.bg1{background:yellow;}
.bg2{background:lime;}
.bg3{background:#ff94ff;}
.bg4{background:#ffffff;}

h1, h2, h3, h1 span, h2 span, h3 span, .morenews {
	font-size: 22px;
	line-height: 27px;
}

b {font-weight: 700;}

.green {color: #00b02c;}



/* -------------------------------- !SITE -------------------------------- */
#site {
	min-height: 100%;
	margin-bottom: 200px;
	position: relative;
	z-index: 10;
	background: #f2f2f2;
}
.content {
	-webkit-transform:translateZ(1px);
	-moz-transform:translateZ(1px);
	-o-transform:translateZ(1px);
	transform:translateZ(1px);
	padding-top: 148px;
}

.homepage .content {
	padding-top: 148px;
}

@media screen and (min-width:737px) {
	.content {
		padding-top: 209px;
	}

	.homepage .content {
		padding-top: 190px;
	}
}

section {
	overflow: hidden;
}

a:hover, a:focus, a:active {
	color: #00b02d;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}


.i50 img {
	width: 50%;
	height: auto;
}
.i100 img {
	width: 100%;
	height: auto;	
}


/* columns */
.col2 {width: 11.774193548387096%;}
.col3 {width: 23.548387096774193%;}
.col6 {width: 49.032258064516127%;}

.col6h {width: 48.026315789473684%;}
.col6h.gutter {margin-right: 3.9473684210526314%;}

.thumbs, .stream {width:100%; overflow: hidden;}
.thumb {width: 23.548387096774193%; margin-bottom: 50px;}
.gutter {margin-right: 1.935483870967742%;}
.thumb.gutter:nth-child(5n+5) {margin-right: 1.935483870967742%;}
.thumb.gutter:nth-child(4n+4) {margin-right: 0;}

.stream {position: relative;}
.stream .thumb {margin-bottom: 0;}
.stream .thumb img {opacity: 0;}
.stream .thumb a {display: block; margin: 0 12px 25px 12px;}

.colyear {
	width: 95px;
}



@media screen and (min-width: 768px) {
	.index-flex {
		width: calc(100% - 95px);
		margin-left: -15px;
		margin-right: -15px;
		display: flex;
	}

	.colname {
		padding: 0 15px;
		width: 25%;
	}
	.coltype {
		padding: 0 15px;
		width: 30%;
	}

	.colcollab {
		padding: 0 15px;
		width: 25%;
	}

	.collocation {
		padding: 0 15px;
		width: 20%;
	}

}



.i100 img, .thumb img {
	width: 100%;
	height: auto;
}




/* ------------------------ STANDFIRST ------------------------ */

.standfirst {
	font-size: 22px;
	line-height: 27px;
	padding-top: 0px;
	padding-bottom: 30px;
}

.standfirst p {
	max-width: 600px;
}

.standfirst p span {
	font-size: 22px;
	line-height: 27px;
}


.navbar-standfirst {
	display: none;
	width: 50%;
}
.navbar-standfirst-inner {
	max-width: 500px;
	padding-right: 40px;
}

@media screen and (min-width: 768px) {
	.standfirst {
		padding-top: 30px;
	}
}


@media screen and (min-width: 1280px) {
	.standfirst {
		display: none;
	}

	.navbar-standfirst {
		position: absolute;
		top: 0;
		left: 37.2%;
		width: 37.2%;
		display: block;
	}
}


@media screen and (min-width: 1760px) {
	.navbar-standfirst {
		left: 40.6%;
		width: 37.5%;
		display: block;
	}
}







@media screen and (min-width: 1760px) {

	.col2 {width: 11.774193548387096%;}
	.col3 {width: 18.766066838046272%;}
	.col6 {width: 39.0745501285347%;}
		
	.newsitem {width: 79.69151670951156%;}
	.newsitem .col6 {width: 49.01243599122165%;}
	.newsitem .col6.gutter {margin-right:1.9751280175567%;}
	
	.thumb {width: 18.766066838046272%;margin-bottom: 50px;}
	.gutter, .thumb.gutter:nth-child(4n+4) {margin-right:1.5424164524421594%;}
	.thumb.gutter:nth-child(5n+5){margin-right: 0;}
}

.thumb:hover .caption {
	color: #00b02c;
}
.fs {
	cursor: url(/css/img/dka-plus.png), url(/css/img/dka-plus.cur), pointer;
}


.cap, .caption {
	display:block;
	font-size: 18px;
	line-height: 26px;
	padding-top: 6px;
	padding-bottom: 50px;
}
.thumb .caption {
	color: black;
	padding-bottom: 45px;
}



.proj p,
.proj blockquote {
	max-width: 600px;
}

.project-standfirst {
	font-size: 22px;
	line-height: 27px;
	max-width: 600px;
}

.projinfo .col {
	overflow: hidden;
	width: 48%;
}
.projinfo .col:first-child {
	margin-right: 4%;
}





.projinfo h3 {	
	font-size: 18px;
	line-height: 25px;
}
.projinfo p {
	max-width: 280px;
}

.fwi {width:100%;}
.fwi img {
	width: 100%;
	height: auto;
}


.indexrow {width:100%;overflow: hidden;}
.indexrow div {
	float: left;
}
.indexrow,
.indexrow a {
	font-size: 22px;
	line-height: 27px;
}
.indexrowhead a {
	color: #000000;	
}
.indexrow a.selected, .indexrow a:hover {
	color: #00b02c;
}



.writing {
	padding-top: 26px;
}
.writing p,
.writing img {
	margin-bottom: 30px;
}
.mailouts .writing p,
.mailouts .writing img {
	margin-bottom: 20px;
}



.jobs, .jobs h3 {
	font-size: 18px;
	line-height: 25px;	
}
.jobs h3 {
	font-weight: 700;
}

.newsitem {
	overflow: visible;
	margin-bottom: 90px;
}
.newsitem img {
	width: 100%;
	height: auto;
}
.newsitem.mbadjust {
	margin-bottom: 86px;
}
.newsitem * {
	overflow: visible;
}
.newsitem.archive {
	margin-bottom: 60px;
}
.newsitem.archive.mbadjust {
	margin-bottom: 56px;
}
.newsitem .i100 {
	position: relative;
	margin-top: 5px;
}
.newsitem .caption {
	padding-bottom: 0;
	width: 100%;
}
.newsitem .title.black {
	color: #000;
}
.newsitem h2 a:hover {
	color: #00b02c;
}
.newsitem, .newsitem p {
	font-size: 22px;
	line-height: 27px;	
}
.newsitem p {
	max-width: 600px;
}
.newsitem p:last-child {
	margin-bottom: 0;
}
.newsitem .col6 {
	min-height: 26px;
}

.writing,
.listings {
	font-size: 22px;
	line-height: 27px;	
}
.listings {
	padding-bottom: 60px;
}
.mailouts .listings {
	padding-bottom: 0;
}

.press .col6h img {
	width: 100%;
	height: auto;
	margin-bottom: 6px;
}






.listings h2,
.paranom.mb {
	margin-bottom: 26px;
}

.listings h2.nomb {
	margin-bottom: 0;
}

.listings a:hover {
	color: #00b02c;
}
.listings a.plain {
	color: #000000;
}
.listings a.plain:hover {
	color: #00b02d;
}

.people h2 {
	margin-top: 12px;
}
.people h3 {
	margin-bottom: 27px;
}



@media screen and (min-width: 768px) {
	.mhp {

	}
}


#map_canvas {
	width: 100%;
	height: 600px;
	overflow: visible;
	margin-bottom: 46px;
}
#map_canvas div {
	overflow: visible;
}

.infoBox img {
	width: 15px !important;
	height: 15px !important;
	transform: translateY(1px);
}

.bubble {
	font-size: 18px;
	line-height: 25px;
	font-family: "Memphis LT W04 Medium", Rockwell, Georgia, serif;	
}

.newsitem .caption,
#project .cap,
#project .caption {
	font-size: 14px;
	line-height: 21px;
}
#project .thumb .cap,
#project .thumb .caption {
	font-size: 18px;
	line-height: 26px;
}

#project .slide:first-child {
	margin-top: 5px;
}

.contact p {
	margin-bottom: 0;
}

.contact-info {
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
}

.contact-info-left {
	width: 100%;
	padding-bottom: 30px;
}

.contact-info-right {
	width: 100%;
}


@media screen and (min-width:737px) {

	.contact-info {
		display: flex;
		flex-direction: row;
		margin-left: -8px;
		margin-right: -8px;
	}

	.contact-info-left {
		padding: 0 8px;
		width: 50%;
	}

	.contact-info-right {
		padding: 0 8px;
		width: 50%;
	}

}


@media screen and (min-width:1024px) {
	.contact-info {
		margin-left: -8px;
		margin-right: -8px;
		padding-top: 30px;
		justify-content: flex-end;
	}

	.contact-info-left {
		padding: 0 8px;
		width: 23.548387096774193%
	}

	.contact-info-right {
		padding: 0 8px;
		width: 23.548387096774193%
	}

}


@media screen and (min-width:1760px) {
	.contact-info {
		padding-top: 40px;
		padding-bottom: 50px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.contact-info-left {
		padding: 0 8px;
		width: 18.766066838046272%
	}

	.contact-info-right {
		padding: 0 8px;
		width: 18.766066838046272%
	}

}






.clientarea {
	background: #b3b3b3;
}

footer {
	z-index: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	height: 200px;	
}

footer .half {
	width: 50%;
}
footer .pt {
	padding-top: 50px;
}

#subscribe, #subscribe-header {
	display: none;
}
#subscribe input[type="text"],
#subscribe input[type="email"],
{
	border-bottom: 1px solid black;
	margin-bottom: 4px;
}
#subscribe #submit {
	color: #a5a2a2;
	cursor: pointer;
}
#subscribe #submit-header:hover {
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	color: #00b02d;
}


.msg,
.red {color: red;}
.green {color: green;}

.pp {
	display: block;
	margin-top: 10px;
}


/* SCREENS <= 768px */
@media screen and (min-width:737px) and (max-width:1024px) {
	
	html, body, select, input, textarea,
	#lightbox .cap,
	.cap, .caption,
	.jobs, .jobs h3
	.projinfo h3,
	.indexrow div,
	.indexrow a {
		font-size: 17px;
	}
	
	.standfirst,
	.newsindexlink,
	.listings *,
	.mailouts .exp,
	.newsitem,
	.newsitem p,
	h1, h2, h3, h1 span, h2 span, h3 span {
		font-size: 21px;
	}
	
	.pb2 {
		padding-bottom: 42px;
	}
	
	#site {
		margin-bottom: 325px;	
	}
	
	#lightbox .cap {
		min-height: 52px;
	}
	
	.hideontablet,
	.mobilenav2.dn {
		display: none;
	}
	.homelink,
	.slideshow .close,
	#project .standfirst {
		display: block;
	}		

	.logo {
		background: url(img/DKAlogo-mobile.png) no-repeat;
		width: 70px;
		height: 89px;
	}
	
	@media only screen and (-webkit-min-device-pixel-ratio:2),
		only screen and (min--moz-device-pixel-ratio:2),
		only screen and (-o-min-device-pixel-ratio:2/1),
		only screen and (min-device-pixel-ratio:2),
		only screen and (min-resolution:192dpi),
		only screen and (min-resolution:2dppx) {
			.logo {
				background-image: url(/css/img/DKAlogo-mobile@2.png);
				background-size: 70px 89px;
			}
	}
	
	.col6 {
		width: 48.12874251497006%;
	}
	.col6.gutter {
		margin-right: 3.74251497005988%;
	}
	.colyear {
		width: 85px;
	}
	
	.projinfo .col {
		width: 100%;
		padding-bottom: 20px;
		width: 100%;
		margin-right: 0;
	}
	.project .col6:first-child,
	.project .col6.proj {
		width: 100%;
		margin-right: 0;
	}
	.project .projinfo {
		margin-bottom: 20px;
	}
	.proj p {
		max-width: 100%;
	}
	
	#project .slide:first-child {
		margin-top: 0;
	}
	#project .slide:first-child {
		padding-bottom: 38px;
		margin-top: 200px;
	}
	
	section,
	.ptheader {
		padding-top: 0;
	}	
	
	#mainmenu {
		height: auto;
	}
/*	header a,
	header input,
	.nav a,
	.nav2 a {
		font-size: 27px;
		line-height: 33px;
	}
	header input {
		font-weight: 700;
		height: 33px;
	}*/

	
	#searchform,
	#searchform fieldset {
		height: 33px;		
	}
	
	#header1 {
		height: 262px;
	}
	
	.mainmenuwrap {
		margin: 50px 50px 55px 50px;
	}
	.mainmenuwrap:after {
		clear:both;		
	}
	.mainmenuwrap:before,
	.mainmenuwrap:after {
		content:"";
		display:table;
	}	
	.mainmenuwrap .col6 {
		float: left;
		margin-top: 1px;
	}
	.staticnav,
	.mainmenuwrap .col6h {
		width: 100%;
		margin-right: 0;
	}
	.mllogo {
		margin-left: 84px;
	}

	
	.mobilenav2 {
		margin-left: 40px;
		display: block;
	}
	.staticnav .mobilenav2.dn,
	.staticnav .mobilenav2 .selected {
		display: block;
	}	
	.staticnav .mobilenav2 a {
		color: #00b02c;
	}	
	
	footer {
		height: 325px;
	}
	footer .col6h {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}		

}



/* SCREENS <= 736px */
@media screen and (max-width:736px) {
	
	html, body, select, input, textarea,
	h1, h2, h3, h1 span, h2 span, h3 span,
	.newsitem p,
	.cap, .caption,
	.newsitem, .newsitem p,
	.newsindexlink, .listings *, .mailouts .exp,
	.morenews,
	#project .thumb .cap,
	#project .thumb .caption,
	.jobs,
	.jobs h3 {
		font-size: 16px;
		line-height: 22px;
	}

	.project h1 {
		font-size: 22px;
		line-height: 25px;
	}
	
	.hideonmob,
	#lightbox .cap,
	.indexrowhead {
		display: none;
	}
	
	#site {
		margin-bottom: 309px;
	}
	
	#project .slide:first-child {
		margin-top: 0;
	}	
	#project .slide:first-child .caption {
		padding-bottom: 38px;
	}	
	
	.homelink,
	.backtotop {
		display: block;
	}
	.backtotop {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 42px;
	}	
	
	#header1 {
		height: 228px;
	}
	.homepage #header1 {
		height: 104px;
	}
	header input {
		font-weight: 700;
	}
	
	.homesec .cap {
		padding-bottom: 90px;
	}

	.thumbs {
		display: flex;
		flex-wrap: wrap;
	}
	
	.thumb {
		width: 48%;
	}

	.thumb.gutter {
		margin-right: 4% !important;
	}

	.thumb.gutter:nth-child(2n+2) {
		margin-right: 0 !important;
	}



	.col6,
	.col6h {width: 100%;}
	.col6h.gutter,
	.gutter {
		margin-right: 0;
	}
	
	p {margin-bottom: 21px;}
	
	.pml {margin-left:15px;}
	.pmr {margin-right:15px;}
	.ppl {padding-left:15px;}
	.ppr {padding-right:15px;}	
	.ppt {padding-top: 15px;}	
	
	.ppr38 {padding-right:15px;}	
	.ppl38 {padding-left:15px;}
	
	.pt {padding-top: 20px;}
	.pt2 {padding-top: 40px;}	
	.pb {padding-bottom: 21px;}
	.pb2 {padding-bottom: 42px;}	
	
	.mb {margin-bottom: 21px;}

	.fxdlogo {
		top: 15px;
		left: 15px;
	}
	.logo {
		background: url(img/DKAlogo-mobile.png) no-repeat;
		width: 71px;
		height: 90px;
	}
	@media only screen and (-webkit-min-device-pixel-ratio:2),
		only screen and (min--moz-device-pixel-ratio:2),
		only screen and (-o-min-device-pixel-ratio:2/1),
		only screen and (min-device-pixel-ratio:2),
		only screen and (min-resolution:192dpi),
		only screen and (min-resolution:2dppx) {
			.logo {
				background-image: url(/css/img/DKAlogo-mobile@2.png);
				background-size: 71px 90px;
			}
	}
	
	#mainmenu {
		height: 100%;
	}
	
	header a,
	header input,
	.nav a,
	.nav2 a {
		font-size: 22px;
		line-height: 25px;
	}
	.nav {
		margin-top: -3px;
	}
	
	#search {
		padding: 0px 0 4px 0;
	}	
	
	.mainmenuwrap {
		margin: 15px;
	}
	.mllogo {
		margin-left: 84px;
	}
	
	.mobilenav2 {
		margin-left: 42px;
		display: block;
	}
	.mobilenav2.dn {
		display: none;
	}
	.staticnav .mobilenav2.dn,
	.staticnav .mobilenav2 .selected {
		display: block;
	}	
	.staticnav .mobilenav2 a {
		color: #00b02c;
	}		
	
	#searchbox {
/*		overflow: visible;
		margin: 0 0 0 84px;
		float: none;
		width: 100px;
		position: static;*/
	}
	

	.ptheader {
		padding-top: 228px;
	}
		
	.cap, .caption {
		padding-bottom: 42px;
	}
	.newsitem {
		margin-bottom: 21px;
	}
	.newsitem .i100 {
		margin: 0 0 6px 0;
	}	
	.newsitem ul,
	.listings h2,
	.paranom.mb {
		margin-bottom: 21px;
	}
	.newsitem p:last-child {
		margin-bottom: 21px;
	}
	.newsitem .expandable {
		padding-bottom: 0;
	}
	.newsitem.archive {
		margin-bottom: 21px;
	}
	
	.stream .thumb {
		position: static !important;
		width: 100% !important;
	}
	.stream .thumb a {
		margin: 0 0 21px 0;
	}
	
	.listings h2,
	.writing p,
	.writing img {
		margin-bottom: 21px;
	}
	.writing {
		padding-top: 21px;
	}
	.listings {
		padding-bottom: 21px;
	}

	.thumb {
		margin-bottom: 42px;
	}
	.thumb .caption {
		padding-bottom: 0;
	}
	
	#lightbox .slideshow .inner {
		width: 100%;
		margin: 0;
	}
	
	#project .cap,
	#project .caption {
		font-size: 12px;
		line-height: 16px;
	}
	.projinfo h3 {
		font-size: 16px;
		line-height: 22px;
	}
	.indexrow {
		margin-bottom: 21px;
	}
	.indexrow.pt2 {
		padding-top: 0;
	}
	.indexrow div {
		float: none;
		width: 100%;
		margin-right: 0;	
	}
	.indexrow,
	.indexrow a {
		font-size: 16px;
		line-height: 22px;
	}
	.indexrow .o0 {
		display: none;
	}
	
	.i50 img {
		width: 100%;
	}
	
	footer {
		height: 309px;
	}
	footer .pt {
		padding-top: 15px;
	}
	footer .col6h {
		margin-bottom: 21px;
	}
	
}


