*{
	box-sizing: border-box;
}

html {height: 100%;}
body {
	height: 100%;
	font-family: "NeuzeitOfficeStd-Regular";
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
  	color: #191919; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4{font-weight: normal; margin: 0; padding: 0 0 30px 0;}

p {margin: 0; padding: 0 0 25px 0;}
p:last-child, p:last-of-type, h4:last-of-type{padding-bottom: 0!important;}

p strong{
	font-family: "NeuzeitOfficeStd-Bold";
	font-weight: normal;
}

a{text-decoration: none;}
p a{color: #191919; border-bottom: 1px solid #666; transition: 0.3s ease;}
p a:hover{border-bottom: 1px solid transparent; }

ol, ul {
 padding: 0; margin: 0; letter-spacing: 0;}

img{
	display: block;
	max-width: 100%;
	height: auto;
}

.bg-blue, .bg-primary-blue{background: #0828CC;}
.bg-green, .bg-primary-green{background: #00F890;}
.bg-black, .bg-primary-black{background: #191919;}
.bg-white, .bg-primary-white{background: #ffffff;}

.bg-secondary-blue{background: #4666FF;}
.bg-secondary-green{background: #098C58;}
.bg-secondary-pink{background: #F80051;}
.bg-secondary-yellow{background: #FFFF00;}
.bg-secondary-purple{background: #782AA1;}
.bg-secondary-red{background: #D01106;}

.bg-secondary-blue-muted{background: #477DB9;}
.bg-secondary-green-muted{background: #00838F;}
.bg-secondary-pink-muted{background: #D83B70;}
.bg-secondary-yellow-muted{background: #FFE65B;}
.bg-secondary-purple-muted{background: #9382BA;}
.bg-secondary-red-muted{background: #CF534C;}

.bg-tertiary-grey-light{background: #eeeeee;}
.bg-tertiary-grey-light{background: #cccccc;}


.primary-green{color: #00F890!important;}
.primary-blue{color: #0828CC!important;}
.primary-white{color: #ffffff!important;}
.primary-black{color: #191919!important;}

.secondary-blue{color: #4666FF;}
.secondary-green{color: #098C58;}
.secondary-pink, .page-secondary-pink .number h3{color: #F80051;}
.secondary-yellow{color: #FFFF00;}
.secondary-purple{color: #782AA1;}
.secondary-red{color: #D01106;}

.secondary-blue-muted{color: #477DB9;}
.secondary-green-muted{color: #00838F;}
.secondary-pink-muted{color: #D83B70;}
.secondary-yellow-muted{color: #FFE65B;}
.secondary-purple-muted{color: #9382BA;}
.secondary-red-muted{color: #CF534C;}

.tertiary-grey-light{color: #eeeeee;}
.tertiary-grey-light{color: #cccccc;}

.triangles.bg-blue{
	background-image: url("../images/pattern-tile-diamond-green@2x.png");
	background-size: 368px auto;
}
.triangles.bg-green{
	background-image: url("../images/pattern-tile-diamond-blue@2x.png");
	background-size: 368px auto;
}
.dots.bg-blue{
	background-image: url("../images/pattern-tile-triangle-green@2x.png");
	background-size: 368px auto;
}
.dots.bg-green{
	background-image: url("../images/pattern-tile-triangle-blue@2x.png");
	background-size: 368px auto;
}
.stripes.bg-blue{
	background-image: url("../images/pattern-tile-line-green@2x.png");
	background-size: 368px auto;
}
.stripes.bg-green{
	background-image: url("../images/pattern-tile-line-blue@2x.png");
	background-size: 368px auto;
}
.cross.bg-blue{
	background-image: url("../images/pattern-tile-cross-green.png");
	background-position: top left;
}


.anim.gs_fade{
	opacity: 0;
}

.scroll-to{
	font-family: "NeuzeitOfficeStd-Bold";	
	font-weight: normal;
	position: absolute;
	bottom: 118px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	font-size: 18px;	
	line-height: 22px;
	text-align: center; color: #fff;
	
}
.scroll-to:after{
	position: absolute;
	bottom: -118px;
	left: 50%;
	transform: translateX(-50%);
    display: block;
    margin: 0;
    width: 1px;
    height: 97px;
    background-color: #ffffff;
    content: "";
	transition: 0.3s ease;
}
.scroll-to:hover:after{
	height: 0;
	transform-origin: top;
}
.bg-green .scroll-to{color: #191919;}
.bg-green .scroll-to:after, .primary-black.scroll-to:after{background: #191919;}


header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: 0.3s;
	display: flex;
}
header.offset{
	background: #fff;
}
header .logo{
	width: 50%;
	height: 84px;
	background-color: transparent;
	background-image: url("../images/icon-logo-white.svg");
	background-repeat: no-repeat;
	background-origin: border-box;
	background-position: 70px 50%;
	background-size: 118px 19px;
	transition: 0.3s ease;
}
header.offset .logo, header.black .logo{
	background-image: url("../images/icon-logo-black.svg");
}
header .logo:hover, header.offset .logo:hover{
	background-image: url("../images/icon-logo-white.svg");
	background-color: #191919;
}

#nav-trigger{
	width: 50%;
	height: 84px;
	padding: 0 70px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: 0.3s ease;
}
#nav-trigger:hover{
	background: #191919;
}
.menu-button{
	position: relative;
	font-family: "NeuzeitOfficeStd-Bold";	
	font-size: 18px;	
	line-height: 22px;
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
header.offset .menu-button, header.black .menu-button{
	color: #191919;
}
header.offset #nav-trigger:hover .menu-button, header.black #nav-trigger:hover .menu-button{
	color: #fff;
}
.menu-button:before{
	position: absolute;
	left: -94px;
    display: block;
    margin-right: 10px;
    width: 71px;
    height: 1px;
    background: #ffffff;
    content: "";
	transition: 0.3s;
}
header.offset .menu-button:before, header.black .menu-button:before{
	 background: #191919;
}
header.offset #nav-trigger:hover .menu-button:before, header.black #nav-trigger:hover .menu-button:before{
	background: #fff;
}
#nav-trigger:hover .menu-button:before, #nav-close:hover .menu-button:before, .menu-button:hover:before{
	width: 0;
	left: -23px;
	transform-origin: right;
}

#nav-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background:rgba(0,0,0,0.8);
	z-index: 99;
}
#nav-holder{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100vh;
	background: #191919;
	z-index: 110;
	overflow-y: scroll;
}
#nav-close{
	width: 100%;
	height: 84px;
	padding: 0 70px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#nav-close:hover{
	background: #191919;
}
#nav-holder .controls{
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	background: #191919;
}
#nav-holder .nav-items{
	
	padding-bottom: 60px;
}

#menu-header-menu{
	list-style: none;
	margin: 184px 0 0 70px;
	padding: 0;
}
#menu-header-menu li a{
	font-family: 'NocturneSerif-Bold';
	color: #FFFFFF;	
	font-size: 80px;
	line-height: 80px;
	transition: 0.3s ease;
}
#menu-header-menu li a:hover, #menu-header-menu li.current_page_item a, #menu-header-menu li.current_page_ancestor a{
	color: #00F890;
}
#menu-social-menu{
	padding: 0 0 0 70px;
	list-style: none;
	width: 50%;
}
#menu-contact-menu{
	list-style: none;
	width: 50%;
}
#menu-social-menu li a, #menu-contact-menu li a{
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: 0.3s ease;
}
#menu-social-menu li a:hover, #menu-contact-menu li a:hover{
	border-bottom: 1px solid #191919;
}
.contact-links{
	display: flex;
	padding: 100px 0 0 0;
}


footer {
	background: #191919;
	padding: 0 0 148px 0;
	color: #fff;
}
footer.filter {
	transition: opacity ease 0.5s;
}
footer .scroll-to-top{
	font-family: "NeuzeitOfficeStd-Bold";	
	font-weight: normal;
	position: absolute;
	top: 114px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	font-size: 18px;	
	line-height: 22px;
	text-align: center; color: #fff;
	transition: 0.3s ease;
	
}
footer .scroll-to-top:before {
    position: absolute;
	top: -114px;
	left: 50%;
	transform: translateX(-50%);
    display: block;
    margin: 0;
    width: 1px;
    height: 97px;
    background-color: #ffffff;
    content: "";
	transition: 0.3s ease;
}
footer .scroll-to-top:hover:before{
	height: 0;
	transform-origin: top;
}
footer .strapline {
	padding: 228px 30% 90px 0;
}
footer .strapline p{
	font-size: 48px;
	font-weight: 300;
	line-height: 52px;
	color: #fff;
}
footer h3{
	font-family: "NeuzeitOfficeStd-Bold";
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 30px 0;
	color: #fff;
}
footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer p, footer li{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
footer p a, footer li a{
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: 0.3s ease;
}
footer p a:hover, footer li a:hover{
	border-bottom: 1px solid #191919;
}

footer .avatar {
	position: relative;
	display: block;
	width: 53px;
	height: 56px;
	margin: 48px 0 30px 0;
	}
footer .avatar:before {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 1;
	transition: opacity 0.5s ease;
	background: transparent url("../images/icon-avatar-white.svg") 0 0 no-repeat;
	background-size: 100% auto;
}
footer .avatar:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
	background: transparent url("../images/icon-avatar-green.svg") 0 0 no-repeat;
	background-size: 100% auto;
}
footer .avatar:hover:before {
	opacity: 0;
}
footer .avatar:hover:after {
	opacity: 1;
}

footer .accreditation{
	margin: 30px 0 0 0;
}
footer .accreditation img{
	display: block;
	max-width: 64px;
}


#menu-footer-links{
	margin: 20px 0 0 0;
}
#menu-footer-links li{
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 14px;
	line-height: 14px;
}
#menu-footer-links li{
	display: inline-block;
}

.page{
	/*height: 100%;*/
}

#hero {
    position: relative;
    padding: 0;
    margin-top: 0;
    height: 100%;
}
#hero .carousel, #hero .carousel .carousel-cell, #hero .carousel .carousel-cell .slide-image{
	height: 100%;
}
#hero .carousel .carousel-cell{
	width: 100%;
}
#hero .flex-direction-nav{
	display: none;
}
#hero .content-inner {
    position: absolute;
    z-index: 30;
    top: 160px;
    left: 0;
	width: 100%;
}
#hero h1, #newsletter h1{
	font-family: "NeuzeitOfficeStd-Bold";
	font-size: 18px;	
	line-height: 22px;
	padding: 0 0 20px 0;
}
#hero h2, #newsletter h2{
	font-family: 'NocturneSerif-Bold';
	font-weight: normal;
	font-size: 144px;
	line-height: 144px;
	margin: 0;
	padding: 0 0 100px 0;
}
#hero h3{
	font-family: "NeuzeitOfficeStd-Regular";
	font-size: 48px;
	line-height: 52px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

#hero .background{
	height: 100%;
	padding: 160px 0 0 0;
}
#hero .img-opacity.hovered{opacity: 0.7;}

#hero .image{
	position: relative;
	height: 100%;
}

.header-video, #hero .image .header-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.header-video video, #hero .image .header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}

#hero .image .header-image {
  transition: all ease 0.3s;
}

.header-video video.hovered, #hero .header-image.hovered{
	transform: scale(1.04);
}


#hero .video .heading, #hero .image .heading{
	padding: 160px 0 0 0;
}


body.tag-black #hero h1, body.tag-black #hero h3{
	color: #191919;
}
body.tag-white #hero h1, body.tag-white #newsletter h1, body.tag-white #newsletter h2, body.tag-white #hero h3{
	color: #fff;
}

.page.default{
	padding: 160px 0;
}
.page.default h1{
	font-family: 'NocturneSerif-Bold';
}
.page.default h2{
	font-family: 'NocturneSerif-Bold';
	font-size: 24px;	
	line-height: 28px;
}
.page.default h3{
	font-family: "NeuzeitOfficeStd-Bold";
	font-size: 18px;	
	line-height: 22px;
}
.page.default ul{
	margin: 0 0 25px 25px;
}
.page.default a{
	color: #191919;
	border-bottom: 1px solid #191919;
	transition: 0.3s ease;
}
.page.default a:hover{
	border-bottom: 1px solid #ffffff;
}


.carousel-copy-holder{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.carousel-copy{
	display: none;
}
.carousel-copy .slide-index{
	position: absolute;
	top: 0;
	left: -135px;
	font-family: "NeuzeitOfficeStd-Bold";
	color: #FFFFFF;
	font-size: 18px;	
	line-height: 22px;
	display: inline-flex;
	align-items: center;
}
.carousel-copy .slide-index:after{
    display: block;
    margin-left: 15px;
    width: 97px;
    height: 1px;
    background: #ffffff;
    content: "";
	transition: 0.3s;
}
.carousel-copy p.sub{
	font-family: "NeuzeitOfficeStd-Bold";
	color: #FFFFFF;
	font-size: 18px;	
	line-height: 22px;
	margin: 0 0 20px 0;
}
.carousel-copy h2{
	color: #00F890;
	padding: 0 0 80px 0;
}
.carousel-copy h3{
	font-family: "NeuzeitOfficeStd-Regular";
	font-size: 48px;
	line-height: 52px;
	color: #FFFFFF;
}



.gs_stagger_item{
	opacity: 0;
}





.full-h{
	min-height: 100vh;
}
.block{
	position: relative;
}
#flexible-content .text-block h1.headline{
	font-family: 'NocturneSerif-Bold';
	font-size: 144px;
	line-height: 144px;
	padding: 0 0 40px 0;
}
h2{
	font-family: "NeuzeitOfficeStd-Bold";
	color: #191919;
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 15px 0;
	font-weight: normal;
}
h3, #flexible-content .text-block h1{
	font-family: 'NocturneSerif-Bold';
	font-size: 80px;
	line-height: 80px;
	padding: 0 0 40px 0;
	font-weight: normal;
}
#flexible-content .text-block h2{
	font-family: 'NocturneSerif-Bold';
	font-size: 48px;
	line-height: 52px;
	padding: 0 0 30px 0;
	font-weight: normal;
}
#flexible-content .text-block h3{
	font-family: 'NocturneSerif-Bold';
	font-size: 36px;
	line-height: 40px;
	padding: 0 0 30px 0;
	margin: 0;
	font-weight: normal;
}
#flexible-content .text-block h4{
	font-family: "NeuzeitOfficeStd-Bold";
	font-size: 24px;
	line-height: 28px;
	padding: 0 0 25px 0;
	margin: 0;
	font-weight: normal;
}
#flexible-content .text-block h5{
	font-family: "NeuzeitOfficeStd-Bold";
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 25px 0;
	margin: 0;
	font-weight: normal;
}
h4, #flexible-content .text-block h6{
	font-family: "NeuzeitOfficeStd-Bold";
	color: #191919;
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 25px 0;
	font-weight: normal;
	margin: 0;
}
h4 span.light{
	font-family: "NeuzeitOfficeStd-Regular";
}
 p{
	color: #191919;
}

#flexible-content .text-block p:last-of-type, #flexible-content .text-block h4:last-of-type{
	padding-bottom: 25px!important;
}

#flexible-content .text-block p.h2-intro{
	font-size: 48px;
	line-height: 52px;
}
#flexible-content .text-block p.h3-intro{
	font-size: 36px;
	line-height: 40px;
}

.secondary-hero{
	display: flex;
	/*align-items: center;*/
	padding: 224px 0 160px 0;
}
.secondary-hero.bg-blue h2, .secondary-hero.bg-blue p{
	color: #fff;
}
.secondary-hero.bg-blue h3{
	color:#00F890;
}
.secondary-hero.bg-green h3{
	color:#0828CC;
}

.secondary-hero p, .home-client-wall p{font-size: 36px; line-height: 40px;}

.home-client-wall{
	background: #191919;
	padding: 224px 0 148px 0;
}
.home-client-wall h2, .home-client-wall h3, .home-client-wall p{
	color: #fff;
}
.home-client-wall .clients{
	position: relative;
	margin: 20px 0 100px 0;
}
.home-client-wall .clients li.carousel-cell{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0;
}
.home-client-wall .clients .client{
	position: relative;
	width: calc(25% - 24px);
	margin: 12px;
}
.home-client-wall .clients .client .inner{
	padding:15%;
}
.home-client-wall .clients .client .inner .image{
	position: relative;
}
.home-client-wall .clients .client .inner .image .under{
	position: absolute;
	opacity: 0;
	transition:  ease 0.3s;
	left: 50%;
	transform: translateX(-50%);
}
.home-client-wall .clients .client a:hover .inner .image .under{
	opacity: 1;
}
.home-client-wall .clients .client .inner .image img{
	margin: 0 auto;
}
.home-client-wall .clients .client .disciplines{
	position: absolute;
	width: 100%;
	bottom: 15%;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.home-client-wall .clients .client .cs-link{
	position: absolute;
	width: 100%;
	bottom:5%;
	left: 0;
	text-align: center;
	color: #00F890;
}
.home-client-wall .clients .client a{
	position: relative;
	display: block;
	color: #fff;
	transition:  ease 0.3s;
}
.home-client-wall .clients .client a:hover{
	background: #00F890;
	color: #191919;	
}

.home-client-wall .clients .client a:hover .cs-link, .home-client-wall .clients .client a:hover .disciplines{
	color: #191919;	
}

.secondary-hero-carousel{
	height: 100vh;
}
.secondary-hero-carousel.two-thirds{
	height: 66.6666667%;
	position: relative;
}
.secondary-hero-carousel .carousel-cell{
	width: 100%;
	height: 100%;
	
}
.secondary-hero-carousel.two-thirds .carousel-cell .image, .secondary-hero-carousel.two-thirds .flickity-viewport{
	min-height: 66.666667vh;
}
.secondary-hero-carousel .image, .secondary-hero-carousel .video{
	position: relative;
	height: 100%;
    padding: 224px 0 160px 0;
	overflow: hidden;
}
.secondary-hero-carousel .image .bg-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	transition: all ease 0.3s;
}
.secondary-hero-carousel .image .bg-image.hovered{
	transform: scale(1.04);
	transform-origin: center;
}
.secondary-hero-carousel .container, .secondary-hero-carousel .row, .secondary-hero-carousel .col-6{
	height: 100%;
}
.secondary-hero-carousel .copyarea{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	min-height: 80%;
}
.secondary-hero-carousel .carousel-cell.sub-primary-white h2, .secondary-hero-carousel .carousel-cell.sub-primary-white h3, .secondary-hero-carousel .carousel-cell.sub-primary-white h4{
	color: #fff;
	transition: color ease 0.3s;
}
.secondary-hero-carousel .carousel-cell.sub-primary-white .copyarea:hover h2, .secondary-hero-carousel .carousel-cell.sub-primary-white .copyarea:hover h3, .secondary-hero-carousel .carousel-cell.sub-primary-white .copyarea:hover h4{
	color:inherit!important;
}
.secondary-hero-carousel .copyarea h4{
	align-self: flex-end;
	font-size: 36px;
	line-height: 40px;
	font-family: "NeuzeitOfficeStd-Regular";
}
.secondary-hero-carousel .copyarea a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.secondary-hero-carousel .img-opacity.hovered{
	opacity: 0.7;
}

.copy-block{
	padding: 200px 0;
}
.copy-block h1{
	font-family: "NeuzeitOfficeStd-Bold";
    font-size: 60px;
    line-height: 66px;
    padding: 0;
	letter-spacing: -0.05em;
}

.thin-title{
	padding: 100px 0;
}
.thin-title h2{
	font-family: 'NocturneSerif-Bold';
    font-size: 70px;
    line-height: 70px;
    padding: 0;
    font-weight: normal;
}


.tertiary-hero{
	display: flex;
}
.tertiary-hero .hero-block{
	width: 50%;
	padding: 150px 0;
	position: relative;
	transition: background ease 0.3s;
}
.tertiary-hero .hero-block .visual {
	position: absolute;
  	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
    overflow: hidden;
}
.tertiary-hero .hero-block .bg.image{
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: center;
    transition: all ease 0.3s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.tertiary-hero .hero-block .bg.video{
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: center;
    transition: all ease 0.3s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.tertiary-hero .hero-block:hover .visual .bg.image, .tertiary-hero .hero-block:hover .visual .bg.video {
    transform: scale(1.04);
}
.tertiary-hero .hero-block .inner{
	position: relative;
	width: 100%;
	height: 100%;
}
.tertiary-hero .hero-block:nth-child(odd) .inner{
	padding-left: 25.625%;
	padding-right: calc(8.333333% + 48px);
}
.tertiary-hero .hero-block:nth-child(even) .inner{
	padding-right: 25.625%;
	padding-left: calc(8.333333% + 48px);
}
.tertiary-hero .hero-block .inner .copyarea{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.tertiary-hero .hero-block .inner .copyarea .headings{
	width: 100%;
}
.tertiary-hero .hero-block h2, .tertiary-hero .hero-block .inner .copyarea p.author{
	transition: color ease 0.3s;
}
.tertiary-hero .hero-block.sub-primary-white h2, .tertiary-hero .hero-block.sub-primary-white h4, .tertiary-hero .hero-block.sub-primary-white .inner .copyarea p.author{
	color: #fff;
}
.tertiary-hero .hero-block .inner .copyarea h2, .tertiary-hero .hero-block h4, .tertiary-hero .hero-block .inner .copyarea p.author{
	color: #fff!important;
}

.tertiary-hero .hero-block .inner .copyarea h3{
	font-size: 60px;
	line-height: 60px;
	color: #fff!important;
	transition: color ease 0.3s;
}
.tertiary-hero .hero-block.bg-secondary-yellow .inner .copyarea h2, .tertiary-hero .hero-block.bg-secondary-yellow h4, .tertiary-hero .hero-block.bg-secondary-yellow .inner .copyarea h3, .tertiary-hero .hero-block.bg-secondary-yellow .inner .copyarea p.author{
	color: #191919!important;
}
.tertiary-hero .hero-block:hover .inner .copyarea h2, .tertiary-hero .hero-block:hover .inner .copyarea h3, .tertiary-hero .hero-block:hover .inner .copyarea h4, .tertiary-hero .hero-block:hover .inner .copyarea p.author{
	color:inherit!important;
}
.tertiary-hero .hero-block .inner .copyarea h4{
	align-self: flex-end;
}
.tertiary-hero .hero-block .inner .copyarea p.author{
	align-self: flex-end;
	font-family: "NeuzeitOfficeStd-Bold";
}
.tertiary-hero .hero-block a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.tertiary-hero .hero-block.bg-solid.sub-primary-white:hover{
	background: #fff;
	transition: all ease 0.3s;
}
.tertiary-hero .hero-block.bg-solid.sub-primary-black:hover{
	background: #191919;
	transition: all ease 0.3s;
}
 html, body {
        height: 100%;
        margin: 0px;
    }

.img-opacity{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #191919;
	opacity: 0.3;
	transition: all ease 0.3s;
}
.tertiary-hero .hero-block:hover .img-opacity{
	opacity: 0.7;
}


.secondary-refresh{
	display: flex;
}
.secondary-refresh .block-person{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.secondary-refresh .block-person .headline {
	position: relative;
	height: 100%;
	padding: 150px 0;
}
.secondary-refresh .block-person .img-opacity{
	opacity: 0;
}
.secondary-refresh .block-person .img-opacity.hovered{
	opacity: 0.7;
}

.secondary-refresh .block-person .headline .copyarea {
	
   height: 100%;
	padding:0 12.8125%;
	width: 50%;
}
.secondary-refresh .block-person .headline .copyarea a {
	display: flex;
	flex-wrap: wrap;
	 height: 100%;
}
.secondary-refresh .block-person .headline .copyarea a h2, .secondary-refresh .block-person .headline .copyarea a h3, .secondary-refresh .block-person .headline .copyarea a .footnote p{
	transition: all ease 0.3s;
}
.secondary-refresh .block-person .headline.hovered .copyarea h2, .secondary-refresh .block-person .headline.hovered .copyarea h3, .secondary-refresh .block-person .headline.hovered .copyarea  .footnote p{
	color: #fff!important;
}

.secondary-refresh .block-person .headline .copyarea .footnote {
    align-self: flex-end;
}
.secondary-refresh .block-person .image {
    height: 100%;
    background-size: cover;
    background-position: bottom right;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
	transition: all ease 0.3s;
}
.secondary-refresh .block-person .image.hovered{
	transform: scale(1.04);
	transform-origin: center;
}



.work-articles{
	display: flex;
	flex-wrap: wrap;
}
.work-items{
	display: flex;
	flex-wrap: wrap;
}
.work-item{
	position: relative;
	height: calc(100vh - 84px);
	width: 50%;
	padding: 150px 0;
}
.work-item .inner{
	position: relative;
	width: 100%;
	height: 100%;
}
.work-item:nth-child(odd) .inner{
	padding-left: 25.625%;
	padding-right: calc(8.333333% + 48px);
}
.work-item:nth-child(even) .inner{
	padding-right: 25.625%;
	padding-left: calc(8.333333% + 48px);
}



/* Work Single */

#work-hero{
	padding: 150px 0 0 0;
}
#work-hero .visual{
	height: 0;
	padding-top: 62.5%;
	position: relative;
}
#work-hero .visual .bg-image{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}
#work-hero .strapline{
	padding: 0 0 150px 0;
}
#work-hero .bg-image img{
	width: 100%;
	height: auto;
}
.client-logo{
	background: #191919;
}
.client-intro{
	padding: 5% 10%;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
}
.client-intro.bg-secondary-yellow, .client-intro.bg-secondary-yellow-muted{
	color: #191919;
}
.up1{
	margin-top: -6%;
}
.up2{
	margin-top: -12%;
}
#services-contact{
	padding: 0 0 120px 0;
}
#services-contact h2{
	font-family: 'NocturneSerif-Bold';
	font-size: 36px;
	line-height: 40px;
	padding: 0 0 30px 0;
}
#services-contact ul{
	margin: 0 0 65px 20px;
	columns: 2;
}
#services-contact h3, #insights-author h3{
	font-size: 48px;
	line-height: 52px;
	padding: 5px 0 100px 0;
}
.work #insights-author h3 {
    padding: 5px 0 25px 0;
}


.insights #work-hero .strapline, .news #work-hero .strapline{
	padding: 0 0 60px 0;
}
#work-hero .strapline p.author{
	font-family: "NeuzeitOfficeStd-Bold";
	padding: 60px 0 0 0;
}



.specialism .block-person{
	position: relative;
	margin: 0 0 80px 0;
}
.specialism .block-person .specialism-nav-holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 150px 0 0 0;
}
.specialism .block-person .specialism-nav-holder ul{
	counter-reset: item;
	list-style: none;
}
.specialism .block-person .specialism-nav-holder ul li a{
	 counter-increment: item;
	font-family: "NeuzeitOfficeStd-Regular";
    color: #191919;
    font-size: 18px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
	position: relative;
}
.specialism .block-person .specialism-nav-holder ul li a:hover, .specialism .block-person .specialism-nav-holder ul li.active a{
	font-family: "NeuzeitOfficeStd-Bold";
}
.specialism .block-person .specialism-nav-holder ul li a:after {
    position: absolute;
    top: 50%;
    left: -38px;
    display: block;
    margin-left: 15px;
    width: 0;
    height: 1px;
    background: #191919;
    content: "";
    transition: 0.3s;
    transform-origin: left;
	
}
.specialism .block-person .specialism-nav-holder ul li a:hover:after, .specialism .block-person .specialism-nav-holder ul li.active a:after {
    width: 97px;
    left: -135px;
}
.specialism .block-person .specialism-nav-holder ul li.active a:before {
	 position: absolute;
    top:0;
	left: -150px;
  counter-increment: li;
  content: counter(item, decimal-leading-zero);
}
.specialism .block-person .image{
	height:100%;
	background-size: cover;
	background-position: bottom right;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}
.specialism .block-person .headline{
	position: absolute;
	bottom: 160px;
	left: 0;
	width: 100%;
}
.specialism .block-person .headline h3{
	padding: 0 0 10px 0;
}
.specialism .block-person .headline p, .secondary-refresh .block-person p{
	line-height: 22px;
}
.specialism .block-person .headline p.name, .secondary-refresh .block-person p.name{
	font-family: "NeuzeitOfficeStd-Bold";
	padding: 0;
}
.specialism .block-person .headline p.title, .secondary-refresh .block-person p.title{
	padding: 0;
}

.specialism .block-description .services{
	margin: 30px 0 80px 0;
}
.specialism .block-description .services h3{
	padding: 0 0 30px 0;
}
.specialism .block-description .services ul {
    margin: 0 0 0 20px;
    columns: 2;
}

.block-related{
	margin: 0 0 90px 0;
}
.block-related .teaser-item.teaser-large{
	margin-bottom: 30px;
}
.block-related .title h3, .specialism .block-description .services h3{
	font-size: 36px;
	line-height: 40px;
}
.block-related .teaser-item.teaser-large .copyarea h3 {
    font-size: 48px;
    line-height: 52px;
}



.page-intro .inner{
	display: flex;
	padding: 160px 0 50px 0;
}
.page-intro h1, .page-intro h2.after-h1{
	padding: 0 0 0 50px;
	font-family: 'NocturneSerif-Bold';
	font-size: 80px;
	line-height: 80px;
	margin: 0;
}
.page-intro.no-sub h1{
	padding: 0 0 30px 12px;
}
.page-intro ul{
	list-style: none;
	margin: 0;
}
.page-intro ul li{
	position: relative;
}
.page-intro ul li a, a.button.load-more{
	font-family: "NeuzeitOfficeStd-Regular";
	color: #191919;
	font-size: 18px;	
	line-height: 22px;
	display: inline-flex;
	align-items: center;
	
}
.page-intro ul li a.active, .page-intro ul li a:hover, a.button.load-more{
	font-family: "NeuzeitOfficeStd-Bold";
}
.page ul li a.active:after, a.button.load-more:after{
	position: absolute;
	top: 50%;
	left: -135px;
    display: block;
    margin-left: 15px;
    width: 97px;
    height: 1px;
    background: #191919;
    content: "";
transition: all ease 0.3s;
}
a.button.load-more:after{
	left: -125px;
}
.page ul li a:after {
	position: absolute;
	top: 50%;
	left: -38px;
    display: block;
    margin-left: 15px;
    width: 0;
    height: 1px;
    background: #191919;
    content: "";
	transition: 0.3s;
	transform-origin: left;
}
.page ul li a:hover:after{
	width: 97px;
	left: -135px;
}
a.button.load-more:hover:after{
	width: 0;
	left: -28px;
}

.load-more-button{
	padding: 30px 0;
}

#related-content{
	display: flex;
}

.people-articles{
	width: 100%;
}
.people-articles .article{
	margin-bottom: 110px;
}
.people-articles .article img{
	width: 100%;
	height: auto;
}
.people-articles .article .copyarea, .people-articles .article .contact{
	margin-left: 26%;
}
.people-articles .article h2{
	font-family: "NeuzeitOfficeStd-Bold";
	font-size: 18px;
	line-height: 22px;
	padding: 15px 0 5px 0;
}
.people-articles .article h3{
	font-size: 36px;
	line-height: 40px;
}
.people-articles .article p.email{
	
}


.people{
	
}
.people p.sub-heading, p.sub-heading{
	font-family: "NeuzeitOfficeStd-Bold";
	line-height: 22px;
	padding: 0 0 15px 0!important;
}
#hero.people.single h1, #work-hero h1{
	font-family: 'NocturneSerif-Bold';
	font-weight: normal;
	font-size: 80px;
	line-height: 80px;
	margin: 0;
	padding: 0;
}
#work-hero h1.secondary-yellow{
	color: #191919;
}
.people .text-block{
	padding: 140px 0 60px 0;
}
.people .text-block h2{
	font-family: 'NocturneSerif-Bold';
	font-size: 48px;
	line-height: 52px;
	padding: 0 0 40px 0;
}

#related-content .person-item .img-opacity{
	opacity: 0;
}
#related-content .person-item:hover .img-opacity{
	opacity: 0.3;
}
#related-content.tertiary-hero .hero-block .inner .headings h3 {
    font-size: 60px;
    line-height: 60px;
}
.tertiary-hero .hero-block.person-item .bg.image{
	background-position: right bottom;
	background-color: #eeeeee;
	/*background-size: auto 85%;*/
	background-size: cover;
}
#hero.people.single .image{
	background-position: right bottom;
	background-size: cover;
	padding: 160px 0 0 0;
}


.article-holder{
	width: 100%;
}
.teaser-item{
	position: relative;
	margin-bottom: 70px;
}
.teaser-item.teaser-large{
	width: 100%;
	margin-bottom: 90px;
}
.download-block .teaser-item.teaser-large{
	margin-bottom: 0;
}
.teaser-item .inner{
	position: relative;
}
.teaser-item.teaser-large .inner{
	display: flex;
	padding-left: 12px;
}
.teaser-item .visual{
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.teaser-item.teaser-large .visual{
	padding-top: 33.33333%;
}
.teaser-item .visual .bg, .teaser-item a.full-link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform-origin: center;
	transition: all ease 0.3s;
	background-position: center;
	background-size: cover;
}
.teaser-item:hover .visual .bg.image{
	transform: scale(1.04);
	
}
.teaser-item.teaser-medium .copyarea{
	margin: 20px 0 0 16.666667%;
}
.teaser-item .copyarea p{
	padding: 0;
}
.teaser-item .copyarea h2{
	font-family: 'NocturneSerif-Bold';
	font-size: 36px;
	line-height: 40px;
	padding: 5px 0 0 0;
}
.teaser-item.teaser-large .copyarea h2{
	font-family: 'NocturneSerif-Bold';
	font-size: 48px;
	line-height: 52px;
}

.teaser-item.teaser-large .copyarea p.author{
	margin: 80px 0 0 0;
}
.teaser-item .copyarea p.author{
	margin: 30px 0 0 0;
	font-family: "NeuzeitOfficeStd-Bold";
}
.teaser-item .visual-over{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #191919;
	opacity: 0;
	transition: all ease 0.3s;
}
.teaser-item:hover .visual-over{
	opacity: 0.3;
}



.contact #hero .container{
	pointer-events: none;
}
.contact .page-intro{
	padding: 150px 0 30px 0;
}

.acf-map{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}

.contact .page-intro h2{
	font-family: 'NocturneSerif-Bold';
	font-size: 80px;
	line-height: 80px;
	padding: 0 0 75px 0
}
.contact .page-intro h3, .contact-specialism-blocks h3{
	font-size: 36px;
	line-height: 40px;
	padding: 0 0 30px 0;
}
.content-sections{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content-sections .section{
	width: calc(50% - 12px);
	margin-bottom: 35px;
}
.contact-specialisms{
	border-top: 1px solid #191919;
	margin: 50px 0 0 0;
	padding: 50px 0 0 0;
}
.contact .page-intro .contact-specialisms h3{
	font-size: 48px;
	line-height: 52px;
}

.contact-specialism-blocks .article{
	margin-bottom: 90px;
}
.contact-specialism-blocks .article .image, .people-articles .article .image{
	overflow: hidden;
	position: relative;
}
.contact-specialism-blocks .article .image img, .people-articles .article .image img{
	transition: all ease 0.3s;
}
.contact-specialism-blocks .article a:hover .image img, .people-articles .article a:hover .image img{
	transform: scale(1.04);
	transform-origin: center;
}
.contact-specialism-blocks .article .image .img-opacity, .people-articles .article .image .img-opacity{
	opacity: 0;
}
.contact-specialism-blocks .article a:hover .image .img-opacity, .people-articles .article a:hover .image .img-opacity{
	opacity: 0.3;
}
.contact-specialism-blocks .article .copyarea, .contact-specialism-blocks .article .contact{
	margin-left: 16.666667%;
}
.contact-specialism-blocks .article .copyarea h3, .people-articles .article .copyarea h3{
	color: #191919;
}
.contact-specialism-blocks .article .copyarea p.title{
	font-family: "NeuzeitOfficeStd-Bold";
	padding: 10px 0 5px 0;
}
.contact-specialism-blocks .article h3{
	padding: 0 0 60px 0;
}



/* Flexible Content Blocks */
#flexible-content{
	padding: 80px 0;
}
.insights.single #flexible-content, .work.single #flexible-content{
	padding: 80px 0 0 0;
}
#flexible-content h2{
	font-family: 'NocturneSerif-Bold';
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -1px;
}

#flexible-content .block{
	margin-bottom: 50px;
}
#flexible-content .block.image-block, #flexible-content .block.video-block, #flexible-content .block.carousel-block{
	margin-bottom: 80px;
}

#flexible-content .caption{
	padding: 15px 0 0 8.333333%;
	font-size: 16px;
	line-height: 22px;
}

#flexible-content .block.video-block .image{
	position: relative;
}
#flexible-content .block.video-block .image img{
	max-width: none;
	width: 100%;
	height: auto;
}

#flexible-content .block.video-block .video {
    max-width: 100%;
    position: relative;
	padding-top: 56.372549019607845%;
	background: #fff;
	overflow: hidden;
}
#flexible-content .block.video-block .video .image, #flexible-content .block.video-block .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#flexible-content .block.video-block .video  a.video-play {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#flexible-content .block.video-block .video  a.video-play span {
    position: relative;
    font-family: "NeuzeitOfficeStd-Bold";
    font-size: 18px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
#flexible-content .block.video-block .video  a.video-play span:before {
    position: absolute;
    left: -94px;
    display: block;
    margin-right: 10px;
    width: 71px;
    height: 1px;
    background: #ffffff;
    content: "";
    transition: 0.3s;
}
#flexible-content .block.video-block .video  a.video-play:hover span:before {
    width: 0;
    left: -23px;
    transform-origin: right;
}
#flexible-content .block.video-block .video a.video-play.hide{
	display: none;
}
#flexible-content .block.video-block .video.play .image{
	display: none;
}
#flexible-content .block.video-block .video video{
	object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


#flexible-content .block.carousel-block .inner .carousel-cell{
	width: 74.375%;
	margin: 0 10px;
}
#flexible-content .block.carousel-block .inner .carousel-cell.type-video{
	
}
#flexible-content .block.carousel-block .inner .carousel-cell img{
	max-width: none;
	width: 100%;
	height: auto;
}
#flexible-content .block.carousel-block .inner .carousel-cell .video{
	position: relative;
	aspect-ratio: 16 / 9;
}
#flexible-content .block.carousel-block .inner .carousel-cell .video video{
	object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#flexible-content .block.carousel-block .inner {
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#flexible-content .block.carousel-block{padding-bottom: 35px;}
	#flexible-content .block.carousel-block .flickity-page-dots{bottom: -35px;}
	#flexible-content .block.carousel-block .flickity-page-dots .dot.is-selected {background: #ccc;}

#flexible-content .block.numbers-block .numbers{
	display: flex;
	flex-wrap: wrap;
}
#flexible-content .block.numbers-block .intro p{
	padding: 0 0 30px 0!important;
}
#flexible-content .block.numbers-block .number{
	width: 25%;
	padding-right: 5%;
}
#flexible-content .block.numbers-block .number h3 {
    padding: 0 0 10px 0;
}
#flexible-content .block.numbers-block .number h4 {
    font-family: "NeuzeitOfficeStd-Bold";
    color: #191919;
    font-size: 24px;
    line-height: 28px;
    padding: 0;
}

#flexible-content .block.quote-block .quote{
	font-family: 'NocturneSerif-Bold';
	font-size: 80px;
	line-height: 80px;
	padding: 0 0 30px 0;
}
#flexible-content .block.quote-block .quote-name p{
	line-height: 22px;
}

#flexible-content .block.download-block p.dl-file{
	text-decoration: underline;
	margin-top: 30px;
}



#insights-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0828CC;
    z-index: 210;
}
#insights-overlay a.overlay-close {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 150px;
    right: 150px;
    z-index: 230;
    cursor: pointer;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    background-image: url(../images/icon-overlay-close.svg);
}
#insights-overlay .overlay-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 210;
}
#insights-overlay .inner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
	transform: translateY(-50%);
    padding: 50px 30px;
    z-index: 220;
}
#insights-overlay .inner-content .content{
	display: flex;
	justify-content: space-between;
}
#insights-overlay .inner-content .content .copy{
	width: calc(40% - 12px);
}
#insights-overlay .inner-content .content .form-holder{
	width: calc(55% - 12px);
}
#insights-overlay .inner-content h3{font-size: 48px; line-height: 52px; color: #00F890;}
#insights-overlay p, #insights-overlay form{color: #fff;}
#insights-overlay p.form-title{
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 30px;
}
input[type="email"], input[type="text"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border: none;
    padding: 10px 24px;
    outline: none;
    font-size: 18px;
    line-height: 30px;
    font-family: "NeuzeitOfficeStd-Regular";
    color: #191919;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    display: block;
    background: #fff;
    min-height: 20px;
}
.form-row{
	display: flex;
	justify-content: space-between;
}
.form-row.double .wpcf7-form-control-wrap{
	width: calc(50% - 10px);
}
.form-row.single .wpcf7-form-control-wrap{
	width: 100%;
}
span.wpcf7-list-item {
    margin: 0!important;
	display: flex!important;
}
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
	margin: 0 16px 0 0;
}
input[type="email"].wpcf7-not-valid, input[type="text"].wpcf7-not-valid{
	background: rgba(226,149,150,1.00);
}
.wpcf7-list-item-label{font-size: 16px;
line-height: 22px;}
span.wpcf7-not-valid-tip{display: none!important;}
div.wpcf7-response-output {
    margin:20px 0 0 0!important;
    padding: 15px!important;
    border: none!important;
	background: #fff;
	color: #191919;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	text-align: center;
}
#insights-overlay .align-center{
	position: relative;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
	padding: 0 0 0 110px;
    font-family: "NeuzeitOfficeStd-Bold";
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
	background: none;
	border: 0;
	outline: 0;
	position: relative;
}
.submit{
	display: inline-block;
	position: relative;
	margin-top: 20px;
}
.submit:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 97px;
    height: 1px;
    background: #ffffff;
    content: "";
    transition: all ease 0.3s;
}
.submit:hover:after{
	width: 0;
	left: 97px;
	    transform-origin: right;
}
.accept input[type="checkbox"] {
    opacity: 0;
}
.accept span.wpcf7-list-item-label::before{
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    background: #fff;  
}
.accept span.wpcf7-list-item-label::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 9px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    
    transform: rotate(-45deg);
}
.accept span.wpcf7-list-item-label {
    position: relative;
}
.accept span.wpcf7-list-item-label::before,
.accept span.wpcf7-list-item-label::after {
    position: absolute;
}
/*Outer-box*/
.accept span.wpcf7-list-item-label::before {
    top: -1px;
	left: -27px;
}
/*Checkmark*/
.accept span.wpcf7-list-item-label::after {
    left: -23px;
    top: 3px;
}
/*Hide the checkmark by default*/
.accept input[type="checkbox"] + span.wpcf7-list-item-label::after {
    content: none;
}
/*Unhide the checkmark on the checked state*/
.accept input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    content: "";
}





#newsletter{
	background: #0828CC;
	padding: 160px 0 160px 0;
}
#newsletter .form-holder form{
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	    margin-right: -12px;
    margin-left: -12px;
}
#newsletter .form-title{
	color: #fff;
	font-size: 36px;
	line-height: 40px;
}
#newsletter .form-holder form #hideform{
	padding-top: 30px;
}





#catapult-cookie-bar {
	box-sizing: border-box;
	max-height: 0;
	opacity: 0;
	direction: ltr;
	padding: 0 20px;
	z-index: 99999;
	overflow: hidden;
	text-align:left;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
.cookie-bar-block #catapult-cookie-bar {
	max-height: 999px;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.has-cookie-bar #catapult-cookie-bar {
	opacity: 1;
	max-height: 999px;
	min-height: 30px;
	padding: 15px 20px 15px;
}
.cookie-bar-block #catapult-cookie-bar span {
	display: block;
	margin: 1em 0;
}
button#catapultCookie {
	cursor: pointer;
	margin:0 20px 0 0;
}
.cookie-bar-bar button#catapultCookie {
	margin:0 0 0 20px;
}
.cookie-bar-bar .ctcc-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}
.cookie-bar-bar .float-accept .ctcc-inner {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media screen and (max-width: 991px) {
	.ctcc-left-side {
		margin-right: 1em;
	}
}
.ctcc-right-side {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.cookie-bar-block #catapult-cookie-bar h3 {
	margin: 0.5em 0 0;
}
button#catapultCookie {
    border-radius: 0!important;
}
#catapult-cookie-bar a{
	border-bottom: 1px solid #fff;
	transition: all 0.3s ease;
}
#catapult-cookie-bar a:hover{
	border-bottom: 1px solid #191919;
}

#hero.error-404{
	background-color: #191919;
}
#hero.error-404 a h1{
	color: #fff;
}



/* Careers */

.careersite-button {
    background-color: #00F890;
    border-radius: 30px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375;
    max-width: 640px;
    padding: 16px 28px;
    text-align: center;
	margin: 0 auto;
	transition: all ease 0.4s;
}
.careersite-button:hover{
	background: #000;
	color: #fff;
	
}
.teamtailor-jobs__job-title{
	font-family: 'NocturneSerif-Bold';
	color: #000;
	font-size: 30px;
    line-height: 34px;
	transition: color ease 0.4s;
}
.teamtailor-jobs__job-title:hover{
	color: #782aa1;
}




.mobile-only{display: none;}

@media only screen and (min-width: 1999px){
	body {font-size: 18px; line-height: 30px;}
	#hero h2{font-size: 170px; line-height: 170px;}
	.teaser-item.teaser-large .inner{padding-left: 16px;}
}

@media only screen and (max-width: 1679px) {
	
	body, footer p, footer li{font-size: 16px; line-height: 26px;}
	h2, footer h3 {font-size: 16px; line-height: 20px;}
	#hero h2, #newsletter h2, #flexible-content .text-block h1.headline{font-size: 100px; line-height: 100px;}
	#menu-header-menu li a, .contact .page-intro h2, #flexible-content .text-block h1{font-size: 60px; line-height: 60px;}
	.contact .page-intro .contact-specialisms h3{font-size: 40px; line-height: 40px;}
	footer .strapline p, #flexible-content .text-block h2{font-size: 40px; line-height: 44px;}
	.secondary-hero p, .home-client-wall p, .contact .page-intro h3, .contact-specialism-blocks h3, #flexible-content .text-block h3{font-size: 30px; line-height: 34px;}
	
	#flexible-content .text-block h1.headline{font-size: 100px; line-height: 100px;}
	#flexible-content .text-block h1{font-size: 60px; line-height: 60px;}
	#flexible-content .text-block h2{font-size: 40px; line-height: 44px;}
	#flexible-content .text-block h3{font-size: 30px; line-height: 34px;}
	#flexible-content .text-block h4 {font-size: 20px; line-height: 24px;}
	#flexible-content .text-block h5 {font-size: 18px; line-height: 22px;}
	#flexible-content .text-block h6 {font-size: 16px; line-height: 20px;}
	#flexible-content .text-block p.h2-intro {font-size: 40px; line-height: 44px;}
	#flexible-content .text-block p.h3-intro {font-size: 30px; line-height: 34px;}
}


@media only screen and (max-width: 1279px) {
	.mobile-only{display: block;}
	
	#hero.people.single h1, #work-hero h1, #flexible-content .block.quote-block .quote{font-size: 60px; line-height: 60px;}
	.thin-title h2, h3 {font-size: 60px; line-height: 60px; padding: 0 0 25px 0;}
	
	#nav-holder {width: 100%;}
	#menu-header-menu { width: calc(100% - 140px); margin: 214px auto 0 auto;}
	.contact-links {width: calc(100% - 140px); margin: 0 auto;}
	#menu-social-menu {padding: 0;}
	#nav-holder .controls{display: flex; width: 100%;}
	#nav-close{width: 50%;}
	a.mobile-icon {position: relative;display: block;width: 50%; height: 84px;}
	a.mobile-icon:before {content: "";position: absolute;top: 50%; left: 70px;opacity: 1;height: 21px;width:20px;transition: opacity 0.3s ease;background: transparent url("../images/icon-avatar-white.svg") 0 0 no-repeat;background-size: 100% auto;margin-top: -10px;}
	a.mobile-icon:after {content: "";position: absolute;top: 50%; left: 70px;opacity: 0;height: 21px;width:20px;transition: opacity 0.3s ease;background: transparent url("../images/icon-avatar-green.svg") 0 0 no-repeat;background-size: 100% auto;	margin-top: -10px;}
	a.mobile-icon:hover:before {opacity: 0;}
	a.mobile-icon:hover:after {opacity: 1;}
	
	footer {padding: 0 0 80px 0;}
	footer .scroll-to-top {top: 63px; font-size: 16px; line-height: 20px;}
	footer .scroll-to-top:before {top: -63px; height: 53px;}
	footer .strapline {padding: 155px 0 70px 0;}
	footer .strapline p, .block-related .teaser-item.teaser-large .copyarea h3 {font-size: 40px; line-height: 44px;}
	footer .col-3{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 40px;}
	footer .avatar { margin: 8px 0 30px 0;}
	
	#hero h2, #newsletter h2{font-size: 80px; line-height: 80px;}
	#hero h3, .teaser-item.teaser-large .copyarea h2, #services-contact h3, .people .text-block h2, #insights-author h3, .tertiary-hero .hero-block .inner .copyarea h3, #flexible-content h2{font-size: 40px; line-height: 44px;}
	
	#flexible-content .text-block h1.headline{font-size: 80px; line-height: 80px;}
	#flexible-content .text-block h1{font-size: 60px; line-height: 60px;}
	#flexible-content .text-block h2{font-size: 40px; line-height: 44px;}
	#flexible-content .text-block h3{font-size: 30px; line-height: 34px;}
	#flexible-content .text-block h4 {font-size: 20px; line-height: 24px;}
	#flexible-content .text-block h5 {font-size: 18px; line-height: 22px;}
	#flexible-content .text-block h6 {font-size: 16px; line-height: 20px;}
	#flexible-content .text-block p.h2-intro {font-size: 40px; line-height: 44px;}
	#flexible-content .text-block p.h3-intro {font-size: 30px; line-height: 34px;}
	
	.scroll-to {bottom: 78px; font-size: 16px; line-height: 20px;}
	.scroll-to:after {bottom: -78px; height: 68px;}
	
	.secondary-hero p, .home-client-wall p, .client-intro{font-size: 24px; line-height: 28px;}
	.secondary-hero .col-5:first-of-type, .home-client-wall .col-5:first-of-type{margin-bottom: 25px;}
	
	.tertiary-hero {flex-wrap: wrap;}
	.tertiary-hero .hero-block {width: 100%; /*min-height: 100vw;*/ padding: 150px 0;position: relative;}
	.tertiary-hero .hero-block .inner {width: 82.03125%;  margin: 0 auto;}
	.tertiary-hero .hero-block:nth-child(odd) .inner, .tertiary-hero .hero-block:nth-child(even) .inner {padding: 0;}
	.tertiary-hero .hero-block .inner .copyarea h4 {font-size: 16px; line-height: 20px;}
	
	
	/* Home */
	.home-client-wall .clients{width: 100%;}
	.home-client-wall .clients .client {width: calc(50% - 24px); margin: 12px;}
	
	.secondary-refresh .block-person .headline .copyarea {width: 100%;}
	.secondary-refresh .block-person .image {background-size: auto 70%; background-color: #eeeeee; background-position: bottom right; background-repeat: no-repeat;}
	.secondary-refresh .block-person .headline .copyarea a{display: block;}
	
	.home-client-wall .clients li.carousel-cell{display: flex; flex-wrap: wrap;	position: relative;	margin: 0; width: 100%;	height: calc(100vw - 8.984375%);}
	
	.copy-block {padding: 120px 0;}
	.copy-block h1 {font-size: 40px; line-height: 46px;}
	
	
	/* Specialisms */
	.specialism .block-person .specialism-nav-holder{position: relative;padding: 80px 0 35px 0;}
	.specialism .block-person .specialism-nav-holder ul{margin-left: 83px;}
	.specialism .block-person .specialism-nav-holder ul li a {font-size: 16px; line-height: 22px;}
	.specialism .block-person .specialism-nav-holder ul li a:after { left: -38px;}
	.specialism .block-person .specialism-nav-holder ul li a:hover:after, .specialism .block-person .specialism-nav-holder ul li.active a:after {width: 63px; left: -93px;}
	.specialism .block-person .specialism-nav-holder ul li.active a:before {left: -108px;}
	
	.specialism .block-person .image,  #hero.people.single .image {background-color: #eeeeee; background-size: auto 70%; background-repeat: no-repeat;}
	.specialism .block-person {margin: 0 0 45px 0;}
	
	.block-related .teaser-item.teaser-large .copyarea h3{padding: 10px 0 100px 0;}
	.block-related .teaser-item.teaser-large .copyarea p.author{margin: 0;}
	.block-related {margin: 0 0 20px 0;}
	
	
	/* People */
	.people-articles .article{flex: 0 0 50%; margin-bottom: 25px;}
	.people-articles .article .copyarea, .people-articles .article .contact {margin-left:0;}
	.people-articles .article h3, .block-related .title h3{font-size: 30px; line-height: 34px;}
	.people .text-block {padding: 70px 0 30px 0;}
	.people h2 {padding: 0 0 30px 0;}
	
	
	
	
	/* Work/Insight/News */
	.page-intro .inner {padding: 70px 9px 30px 9px;}
	.page-intro ul {order: 1; margin: 0 0 0 83px; padding: 0;}
	.page-intro h1, .page-intro h2.after-h1 {order: 0; padding: 0 0 30px 0; font-size: 60px; line-height: 60px;}
	.page ul li a:after {left: -20px; margin-left: 0;}
	.page ul li a.active:after, a.button.load-more:after {left: -83px; margin-left: 0; width: 63px;}
	.page ul li a:hover:after {width: 63px; left: -83px;}
	.load-more-button {margin-left: 93px;}
	.load-more-button .col-12{padding: 0;}
	a.button.load-more:hover:after {left: -18px;}
	
	.news-articles .container, .insight-articles .container, #insights-author .container, .related-item .container{width: 100%;}
	.news-articles .container .row, .news-articles .container .row, #insights-author .container .row, .related-item .container .row{margin: 0;}
	.news-articles .copyarea, .insight-articles .copyarea, #insights-author .copyarea, .related-item .copyarea{width: 82.03125%; margin: 25px auto 0 auto; flex: none;}
	.teaser-item.teaser-large .inner { display: block; padding: 0;}
	.teaser-item.teaser-large {margin-bottom: 40px;}
	.teaser-item.teaser-large .copyarea p.author {margin: 50px 0 0 0;}
	.teaser-item.teaser-large .visual {padding-top: 56.25%;}
	.teaser-item.teaser-medium{padding-left: 0; padding-right: 0;}
	.teaser-item.teaser-medium .copyarea {margin: 25px auto 0 auto;}
	
	#work-hero .strapline p.author {padding: 30px 0 0 0;}
	#work-hero .strapline {padding: 0 0 30px 0;}
	.client-content .container, #services-contact .container{width: 100%;}
	.client-content .container .row, #services-contact .container .row{margin-left: 0; margin-right: 0; justify-content:flex-end;}
	.client-intro{flex: 0 0 75%;}
	#services-contact .container .copyarea{width: 82.03125%; margin: 25px auto 0 auto; padding-left:0; padding-right: 0;}
	#flexible-content .caption {padding: 15px 0 0 0; font-size: 14px; line-height: 18px;}
	
	#flexible-content {padding: 50px 0;}
	
	.client-content .container .row.up2{width:32.28125%; margin-top: -15%;}
	.client-content .container .row.up2 .client-logo{padding: 5%;}
	
	.download-block .copyarea{padding-top: 25px;}
	#insights-author .teaser-item.teaser-large{margin-bottom: 80px;}
	#insights-overlay a.overlay-close {width: 60px; height: 60px; top: 100px; right: 100px;}
	#insights-overlay .inner-content h3 {font-size: 42px; line-height: 46px;}
	#insights-overlay p.form-title {font-size: 32px; line-height: 38px;}
	
	
	/* Contact */
	.contact .page-intro {padding: 70px 0 0 0;}
	.contact .page-intro h2, .contact .page-intro .contact-specialisms h3 {font-size: 40px; line-height: 44px; padding: 0 0 60px 0;}
	.contact .page-intro h3, .contact-specialism-blocks h3 {font-size: 30px; line-height: 34px; padding: 0 0 20px 0;}
	.content-sections .section {margin-bottom: 35px;}
	.contact-specialisms {margin: 10px 0 0 0; padding: 30px 0 0 0;}
	.contact-specialism-blocks .article .copyarea, .contact-specialism-blocks .article .contact {margin-left: 0;}
	.contact-specialism-blocks .article h3 {padding: 0 0 40px 0;}
	.contact-specialism-blocks .article {margin-bottom: 40px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	
}

@media only screen and (max-width: 767px) {
	
	/*.full-h{min-height: inherit;}*/
	
	body, .page-intro ul li a, a.button.load-more {font-size: 14px; line-height: 22px;}
	h2, h4, .people-articles .article h2, .tertiary-hero .hero-block h2 {font-size: 14px; line-height: 18px;}
	#hero.people.single h1, #work-hero h1, #flexible-content .block.quote-block .quote, #related-content.tertiary-hero .hero-block .inner .headings h3, .page-intro h1, .page-intro h2.after-h1{font-size: 30px; line-height: 30px;}
	.thin-title h2, h3 {font-size: 30px; line-height: 30px; padding: 0 0 20px 0;}
	
	#nav-trigger{padding: 0 12.5% 0 0; height: 60px;}
	#nav-close {padding: 0 12.5% 0 0; height: 60px;}

	header .logo {background-position: 50% 50%; height: 60px;background-size: 105px 17px;}
	.menu-button {font-size: 14px; line-height: 18px;}
	.menu-button:before {left: -61px; width: 51px;}
	#nav-trigger:hover .menu-button:before, #nav-close:hover .menu-button:before, .menu-button:hover:before{left: -10px;}
	.contact-links {padding: 85px 0 0 0; flex-direction: column; width: 75%; margin: 0 auto;}
	#menu-header-menu { width:75%; margin: 132px auto 0 auto;}
	#menu-header-menu li a{font-size: 30px; line-height: 36px;}
	#menu-social-menu {padding: 0 0 20px 0; width: 100%;}
	#menu-contact-menu {padding: 0; width: 100%;}
	a.mobile-icon {height: 60px;}
	a.mobile-icon:before {content: "";position: absolute;top: 50%; left: 25%;opacity: 1;height: 21px;width:20px;transition: opacity 0.3s ease;background: transparent url("../images/icon-avatar-white.svg") 0 0 no-repeat;background-size: 100% auto;margin-top: -10px;}
	a.mobile-icon:after {content: "";position: absolute;top: 50%; left: 25%;opacity: 0;height: 21px;width:20px;transition: opacity 0.3s ease;background: transparent url("../images/icon-avatar-green.svg") 0 0 no-repeat;background-size: 100% auto;	margin-top: -10px;}
	
	.flickity-prev-next-button{display: none;}
	
	footer .scroll-to-top {top: 61px; font-size: 14px; line-height: 18px;}
	footer .scroll-to-top:before {top: -61px; height: 51px;}
	footer .strapline {padding: 112px 0 30px 0;}
	footer .strapline p, #newsletter .form-title {font-size: 30px; line-height: 34px;}
	footer h3 {font-size: 14px; line-height: 18px; padding: 0 0 20px 0;}
	footer p, footer li {font-size: 14px; line-height: 22px;}
	footer .col-3{-webkit-box-flex: none; -ms-flex:none; flex:none; max-width:none; margin-bottom: 30px;}
	footer .avatar {width: 20px; height: 21px; margin: 20px 0 20px 0;}
	
	#hero h1, #newsletter h1 {font-size: 14px; line-height: 18px; padding: 0 0 10px 0;}
	#hero h2, #newsletter h2{font-size: 42px; line-height: 42px; padding: 0 0 20px 0;}
	#hero h3, .secondary-hero-carousel .copyarea h4, #insights-overlay .inner-content h3{font-size: 30px; line-height: 34px;}
	.contact-specialism-blocks .article .copyarea h3, .people-articles .article .copyarea h3, .specialism .block-description .services h3, .block-related .title h3, #insights-overlay p.form-title{font-size: 20px; line-height: 24px;}
	
	#flexible-content .text-block h1.headline{font-size: 42px; line-height: 42px;}
	#flexible-content .text-block h1{font-size: 30px; line-height: 30px;}
	#flexible-content .text-block h2{font-size: 24px; line-height: 28px;}
	#flexible-content .text-block h3{font-size: 20px; line-height: 24px;}
	#flexible-content .text-block h4 {font-size: 18px; line-height: 22px;}
	#flexible-content .text-block h5 {font-size: 16px; line-height: 20px;}
	#flexible-content .text-block h6 {font-size: 14px; line-height: 18px;}
	#flexible-content .text-block p.h2-intro {font-size: 30px; line-height: 34px;}
	#flexible-content .text-block p.h3-intro {font-size: 24px; line-height: 28px;}
	
	
	#hero .background, #hero .image {padding: 75px 0 0 0;}
	#hero .video .heading {padding: 100px 0 0 0;}
	
	.scroll-to {bottom: 61px; font-size: 14px; line-height: 22px;}
	.scroll-to:after {bottom: -61px; height: 51px;}
	
	.secondary-hero, .secondary-hero-carousel .image, .secondary-hero-carousel .video {padding: 75px 0 114px 0;}
	.secondary-hero p, .home-client-wall p{font-size: 14px; line-height: 18px;}
	
	.home-client-wall {padding: 75px 0 75px 0;}
	.home-client-wall .clients .client img{max-width: 160px; width: 100%;}
	.home-client-wall .clients .client .inner {padding: 0;}
	.home-client-wall .container{width: 100%;}
	.home-client-wall .container .row{width: calc(75% + 12px); margin: 0 auto;}
	.home-client-wall .container .row.mobile-full-w{width: 100%;}
	.home-client-wall .clients .client .cs-link {bottom:5%; line-height: 17px;}
	.home-client-wall .clients .client .disciplines {bottom:15%; line-height: 17px;}
	
	.copy-block {padding: 60px 0;}
	.copy-block h1 {font-size: 30px; line-height: 36px;}

	
	.secondary-hero-carousel .image {height: 100%; padding: 75px 0 75px 0;}
	
	.thin-title {padding: 75px 0;}
	
	.tertiary-hero .hero-block {padding: 35px 0; height: 50vw;}
	.tertiary-hero .hero-block .inner .copyarea h3, #flexible-content h2{font-size: 24px; line-height: 28px;}
	.tertiary-hero .hero-block .inner {width: 75%;}
	
	.secondary-refresh .block-person .headline {padding: 75px 0;}
	.secondary-refresh .block-person .headline .copyarea {width: 100%; padding: 0 12.5%;}
	.secondary-refresh .block-person .image {background-size: auto 60%; background-color: #eeeeee; background-position: bottom right; background-repeat: no-repeat;}
	.secondary-refresh .block-person .headline .copyarea a{display: block;}
	
	.home-client-wall .clients .flickity-page-dots {bottom: -50px!important;}
	.home-client-wall .clients li.carousel-cell {height: 100vw;}
	
	
	/* Specialisms */
	.specialism .block-person .specialism-nav-holder{position: relative;padding: 55px 0 35px 0;}
	.specialism .block-person .specialism-nav-holder ul{margin-left: 68px;}
	.specialism .block-person .specialism-nav-holder ul li a {font-size: 14px; line-height: 22px;}
	.specialism .block-person .specialism-nav-holder ul li a:after { left: -38px;}
	.specialism .block-person .specialism-nav-holder ul li a:hover:after, .specialism .block-person .specialism-nav-holder ul li.active a:after {width: 51px; left: -81px;}
	.specialism .block-person .specialism-nav-holder ul li.active a:before {left: -98px;}
	
	.specialism .block-person .headline{position: relative; bottom: auto;}
	.specialism .block-person .image, #hero.people.single .image {background-size: auto 55%;}
	.specialism .block-description .services h3 {padding: 0 0 20px 0;}
	.specialism .block-description .services {margin: 25px 0 25px 0;}
	.specialism .block-description .services ul {columns:1;}
	
	
	/* People */
	.people-articles .article{flex: 0 0 100%;}
	
	.people .text-block {padding: 40px 0 30px 0;}
	.related-item .container, .block.image-block .container, .block.bg-video-block .container{width: 100%;}
	.related-item .container .row, .block.image-block .container .row{margin-left: 0; margin-right: 0;}
	.related-item .copyarea{padding: 15px 12.5% 0 12.5%; width: 100%;}
	.block-related .teaser-item.teaser-large .copyarea h3{font-size: 24px; line-height: 28px; padding: 0;}
	.people .tertiary-hero .hero-block h2{padding: 0 0 10px 0;}
	.tertiary-hero .hero-block.person-item .inner {padding-bottom:calc(75% - 70px);}
	 #hero.people.single{background-color: #eeeeee;}
	 #hero.people.single .image{background-size: auto 75%; background-repeat: no-repeat; }
	.people .text-block h2 {padding: 0 0 15px 0; font-size: 24px; line-height: 28px;}
	
	
	
	
	/* Work/Insights/News */
	#hero h3, .teaser-item.teaser-large .copyarea h2, .teaser-item .copyarea h2, #services-contact h3, .people h2, #insights-author h3{font-size: 24px; line-height: 28px;}
	.page-intro ul {margin: 0 0 0 63px;flex: 0 0 calc(100% - 63px);}
	.page ul li a:after {left: -12px; margin-left: 0;}
	.page ul li a.active:after, a.button.load-more:after {left: -63px; margin-left: 0; width: 51px;}
	.page ul li a:hover:after {width: 51px; left: -63px;}
	.page-intro .inner {padding: 50px 6px 30px 6px;}
	.teaser-item.teaser-large .copyarea p.author {margin: 20px 0 0 0;}
	.load-more-button {margin-left: 73px;}
	a.button.load-more:hover:after {left: -12px;}
	
	#work-hero{padding: 75px 0 0 0;}
	#work-hero .strapline p.author {padding: 20px 0 0 0;}
	.client-intro {flex: 0 0 100%; padding: 9% 12.5%;}
	
	#flexible-content {padding: 35px 0;}
	#flexible-content .block.image-block, #flexible-content .block.video-block, #flexible-content .block.carousel-block, #flexible-content .block {margin-bottom: 35px;}
	#flexible-content .block.numbers-block .number {width: 50%; margin: 20px 0 0 0;}
	#flexible-content .block.numbers-block .number h4 {font-size: 16px; line-height: 20px;}
	#flexible-content .block.numbers-block .number h3 {font-size: 42px; line-height: 42px; padding: 0 0 5px 0;}
	#flexible-content .block.numbers-block .intro p {padding: 0 0 10px 0!important;}
	#flexible-content .caption {padding: 15px 12.5% 0 12.5%; font-size: 14px; line-height: 22px;}
	
	.client-content .container{display: flex; flex-direction: column;}
	.client-content .container .row.up1{margin: 0; order: 2;}
	.client-content .container .row.up2{margin: 0; order: 1; width: 100%; padding: 5% 31%; background: #191919;}
	
	/*.flickity-page-dots {top:62.5%!important;bottom:auto!important;}*/
	#flexible-content .block.carousel-block .inner .carousel-cell {width: 100%; margin: 0;}
	.carousel-block .flickity-button{display: none!important;}
	.secondary-hero-carousel .flickity-page-dots{bottom: 30px;}
	#flexible-content .block.carousel-block{padding-bottom: 20px;}
	#flexible-content .block.carousel-block .flickity-page-dots{bottom: -20px;}
	
	
	.block.image-block .container .row .col-12{padding: 0;}
	#insights-author .teaser-item.teaser-large{margin-bottom: 30px;}
	.insights.single #flexible-content {padding: 30px 0 0 0;}
	.insights #work-hero .strapline, .news #work-hero .strapline {padding: 0 0 30px 0;}
	
	.download-block .teaser-item.teaser-large .copyarea{padding: 10px 0 30px 0;}
	#insights-overlay .inner-content {padding: 50px 0;}
	#insights-overlay .inner-content .content {flex-direction: column;}
	#insights-overlay .inner-content .content .copy, #insights-overlay .inner-content .content .form-holder {width: 100%;}
	#insights-overlay a.overlay-close {width: 40px; height: 40px; top: 40px; right: 12.5%;}
	
	
	/* Contact */
	.contact .page-intro {padding: 50px 0 0 0;}
	.contact .page-intro h2, .contact .page-intro .contact-specialisms h3 {font-size: 24px; line-height: 28px; padding: 0 0 20px 0;}
	.contact .page-intro h3, .contact-specialism-blocks h3 {font-size: 20px; line-height: 24px; padding: 0 0 20px 0;}
	.content-sections .section {width: 100%; margin-bottom: 35px;}
	.contact-specialisms {margin: 10px 0 0 0; padding: 30px 0 0 0;}
	.contact-specialism-blocks .article .copyarea {margin-left: 0;}
	.contact-specialism-blocks .article h3, #services-contact h3, #insights-author h3 {padding: 0 0 40px 0;}
	.contact-specialism-blocks .article {-webkit-box-flex: none; -ms-flex:none; flex:none; max-width:none;margin-bottom: 40px;}

}

@media only screen and (max-width: 550px) {
	.client-content .container .row.up2 {padding: 0 20%;}
	
}

@media (max-width: 767px) and (orientation:landscape) {
	#insights-overlay a.overlay-close {width: 40px; height: 40px; top: 20px; right:20px;}
	.home-client-wall .clients .client img {max-width: 200px; margin: 0 auto; width: 100%;}
	.home-client-wall .clients .client {width: 224px;}
	.home-client-wall .clients li.carousel-cell{justify-content: center; height: 448px;}
	.secondary-refresh .block-person .image {background-size: auto 90%;}
	.secondary-refresh .block-person .headline .copyarea { width: 70%;}
	#hero.people.single .image {background-size: auto 90%;}
	.tertiary-hero .hero-block.person-item .bg.image {background-size: auto 100%;}
	.content-sections .section {width: calc(50% - 12px); margin-bottom: 35px;}
}


@media only screen and (min-width: 768px) and (max-height: 1000px) {
	#hero h2 {font-size: 100px; line-height: 100px;}
	h3 {font-size: 60px; line-height: 60px; padding: 0 0 25px 0;}
	.specialism .block-person .image {background-size: 80% auto;}
	/*.specialism .block-person .headline {bottom: 100px;}*/
}

@media only screen and (min-width: 768px) and (max-height: 600px) {
	.specialism .block-person .headline h3{font-size: 30px;line-height: 30px;}
	/*.specialism .block-person .headline {position: relative; bottom: auto;}*/
	.block-person.full-h{min-height: auto; height: 500px;}
}

@media only screen and (min-width: 768px) and (max-height: 800px) {
	#hero.people.single h1, #work-hero h1, #flexible-content .block.quote-block .quote{font-size: 45px; line-height: 45px;}
	h3 {font-size: 45px; line-height: 45px; padding: 0 0 25px 0;}
	
	#menu-header-menu { width: calc(100% - 140px); margin: 130px auto 0 auto;}
	.contact-links {width: calc(100% - 140px); margin: 0 auto;}
	#menu-social-menu {padding: 0;}
	#nav-holder .controls{display: flex;}
	
	#menu-header-menu { width: calc(100% - 140px); margin: 100px auto 0 auto;}
	#menu-header-menu li a{font-size: 40px; line-height: 40px;}
	
	#flexible-content .text-block h1.headline{font-size: 80px; line-height: 80px;}
	#flexible-content .text-block h1{font-size: 60px; line-height: 60px;}
	#flexible-content .text-block h2{font-size: 40px; line-height: 44px;}
	#flexible-content .text-block h3{font-size: 30px; line-height: 34px;}
	#flexible-content .text-block h4 {font-size: 20px; line-height: 24px;}
	#flexible-content .text-block h5 {font-size: 18px; line-height: 22px;}
	#flexible-content .text-block h6 {font-size: 16px; line-height: 20px;}
	#flexible-content .text-block p.h2-intro {font-size: 40px; line-height: 44px;}
	#flexible-content .text-block p.h3-intro {font-size: 30px; line-height: 34px;}
	
	footer {padding: 0 0 80px 0;}
	footer .scroll-to-top {top: 63px; font-size: 16px; line-height: 20px;}
	footer .scroll-to-top:before {top: -63px; height: 53px;}
	footer .strapline {padding: 155px 0 70px 0;}
	footer .strapline p, .block-related .teaser-item.teaser-large .copyarea h3 {font-size: 40px; line-height: 44px;}
	footer .col-3{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 40px;}
	footer .avatar { margin: 8px 0 30px 0;}
	
	#hero h2, #newsletter h2{font-size: 80px; line-height: 80px;}
	#hero h3, .teaser-item.teaser-large .copyarea h2, #services-contact h3, .people .text-block h2, #insights-author h3, .tertiary-hero .hero-block .inner .copyarea h3, #flexible-content h2, #related-content.tertiary-hero .hero-block .inner .headings h3{font-size: 40px; line-height: 44px;}
	
	.scroll-to {bottom: 78px; font-size: 16px; line-height: 20px;}
	.scroll-to:after {bottom: -78px; height: 68px;}
	
	#hero .video .heading, #hero .image .heading {padding: 100px 0 0 0;}
	
	.secondary-hero, .secondary-hero-carousel .image, .secondary-hero-carousel .video {padding: 100px 0 100px 0;}
	
	.secondary-hero p, .home-client-wall p, .client-intro {font-size: 24px; line-height: 28px;}
	
	.tertiary-hero .hero-block, .secondary-refresh .block-person .headline {padding: 100px 0;}
	
	.specialism .block-person .specialism-nav-holder {padding: 100px 0 0 0;}
	
}


@media (max-width: 1279px) and (orientation:portrait) {
	.tertiary-hero .hero-block {
    height: 100vw;
		min-height: inherit;
}
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
.specialism .block-person .headline h3{max-width: 70%;}
}



@media (hover) {
}


