/*
THIS SEASON, WE WILL MOSTLY BE USING
PANTONE ULTRAVIOLET!
oo, 'ark at 'ee
*/

body {
	color: #fff;
	background: #5f4b8b; 
	font-weight: 100; 
}

body.home-page {
	background: linear-gradient(to bottom, #5f4b8b 90%, #876e93 100%);
}

body.contact-page {
	background: linear-gradient(to bottom, #5f4b8b 0%, #876e93 100%);
}

.lt-ie9 body {
	background: url(../img/ie8.jpg) center center;
}

#page {
	float: left;
	width: 100%;
}

.lt-ie9 #page {
	display: none;
}

::selection {
  color: #fff;
  background: rgba(0,0,0,0.7);
}

::-moz-selection {
  color: #fff;
  background: rgba(0,0,0,0.7);
}

p {
	font-weight: 100;
	line-height: 1.3;
}

.mast-head {
	height: calc(100vh * 1 - 55px);
    min-height: 310px;
	background: #5f4b8b;
	background: linear-gradient(to right, #5f4b8b 10%, #ffd4ad 90%);
}

.lt-ie10 .mast-head {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4b8b', endColorstr='#ffd4ad',GradientType=1 ); /* IE6-9 */
}

.mast-head-inner {
	margin: 0 auto;
	max-width: 55rem;
	height: calc(100vh * 1 - 55px);
	min-height: 310px;
	background: transparent;
}

.lt-ie10 .mast-head-inner {

}

.brand-line {
	background: url(../img/brand-line.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: calc(100vh * 1);
	position: fixed;
	z-index: 0;
}

.about-wrapper .brand-line {
	/*background-image: url(../img/brand-line-about.png);*/
	background-image: none;
	z-index: -1;
}

body.work-piece-page .brand-line {
	z-index: -1;
}

.logo-type {
	/*text-indent: -10000em;*/
	background: url(../img/wide-blue-yonder.png) center center no-repeat;
	background-size: 100%;
    position: fixed;
    top: calc(100vh * 0.5 - 55px);
    width: 100%;
    height: 55px;
    max-width: 55rem;
}

.logo-type h1 {
	font-size: 24px;
    margin: 0;
    opacity: 0;
    text-align: center;
    width: 100%;
}

h1.wide-blue-yonder {
	color: #eee;
    font-size: 14px;
    line-height: 14px;
    margin: 9px 0 -23px;
    opacity: 0.1;
}

.scroller {
	position: fixed;
	bottom: 55px;
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
}

.scroller a {
	width: 50px;
	height: 50px;
	background: #5f4b8b;
	display: block;
	margin: 0 auto;
	border-radius: 50px;
}

.scroller-to-top a {
	position: relative;
	width: 50px;
	height: 50px;
	background: #ffd4ad;
	display: block;
	margin: 10px auto;
	border-radius: 50px;
	z-index: 10;
}

#Info {
	margin: 55px 0 -55px;
	float: left;
	width: 100%
}

.chevron::before {
	border-color: #ffd4ad;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 12px;
    left: 19px;
    margin: 17px 0 0;
    position: relative;
    top: 0;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: top;
    width: 12px;
}

.scroller-to-top .chevron::before {
	border-color: #ffd4ad;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 12px;
    left: 19px;
    margin: 21px 0 0;
    position: relative;
    top: 0;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    vertical-align: top;
    width: 12px;
}


body.work-piece-page .scroller a {
	background: #ffd4ad;
}

body.work-piece-page .chevron::before {
	border-color: #5f4b8b;
}

#About-mob {
    bottom: -55px;
    position: relative;
    width: 100%;
}

body.main-nav-scrolled .logo-type,
body.main-nav-scrolled .scroller {
	opacity: 0;
}

body.work-piece-page.main-nav-scrolled .scroller {
	bottom: -50px;
}

.main-nav {
	display: none;
}

.main-nav,
.main {
  position: relative; 
}

.main-nav {
  background: #fff;
  height: 55px;
  z-index: 150;
  margin-bottom: -55px;
}

body.work-piece-page .main-nav {
	background: rgba(255, 255, 255, 0.9);
}

.main-nav.dark {
	background: #5f4b8b;
}

.main-nav.stuck {
  position: fixed;
  width: 100%;
  top: 0;
  margin-bottom: 0;
}

.main-nav.stuck.bottom {
	top: auto;
	min-height: 55px;
	transition: all 0.5s ease;
	/* permanently in view */
	opacity: 0;
	bottom: -55px;
}

body.main-nav-scrolled .main-nav.stuck.bottom {
	opacity: 1;
	bottom: 0;
}

body.main-nav-scrolled .main-nav {
  position: fixed;
  width: 100%;
  top: 0;
}

.main {
  color: #5f4b8b;
  background: transparent;
}

.main-nav ul {
	margin: 0;
	padding: 0 4.55%;
	list-style: none;
	text-align: center;
}

.main-nav li {
	display: inline-block;
	padding: 16.5px 0;
}

.main-nav a {
	color: #5f4b8b;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	transition: all 0.2s ease-out;
	margin: 0 31px;
	border-bottom: 2px solid transparent;
}

.main-nav a:hover {
	color: #5f4b8b;
	border-bottom: 2px solid #ffd4ad;
}

.main-nav a.active,
.main-nav a.active:hover {
	color: #5f4b8b;
	border-bottom: 2px solid #ffd4ad;
	padding: 0; 
	margin: 0 31px;
	cursor: default;
}

.main-nav.stuck.bottom a.active,
.main-nav.stuck.bottom a.active:hover {
	border-bottom: 2px solid #ffd4ad;
}

.main-nav.dark a {
	color: #ffd4ad;
	border-bottom: none;
}

.main-nav.dark a:hover {
	color: #fff;
	border-bottom: none;
}

.main-nav.dark a.active {
	color: #fff;
	border-bottom: none;
	cursor: pointer;
	padding: 16.5px 31px;
	margin: 0;
}

.main-nav li.home {
	float: left;
	display: block;
	width: 46px;
	height: 22px;
	text-indent: -10000em;
	margin: 17px -46px 0 0;
	padding: 0;
}

.main-nav li.home a {
	float: left;
	width: 46px;
	height: 22px;
	background: url(../img/wide-blue-yonder-logo.png) 0 0 no-repeat;
	background-size: 46px;
	border: none;
}

.main-nav.dark li.home a {
	background-image: url(../img/wide-blue-yonder-logo-rq.png);
}

.main-nav li.home a {
	opacity: 0;
	transition: opacity 0.5s ease;
	cursor: default;
	margin: 0;
}

body.main-nav-scrolled .main-nav li.home a,
.main-nav.stuck li.home a {
	opacity: 1;
	cursor: pointer;
}

/* homepage about content */

section#About {
	background: #fff;
	text-align: center;
	padding: 32px 25px 0;
	margin: 0;
}

section#About h2 {
	color: #5f4b8b;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 100;
	margin: 0 0 20px;
	letter-spacing: 2px;
}

section#About h2 span {
	display: block;
}

section#About p {
	font-size: 15px;
    line-height: 21px;
    margin: 0 0 28px;
}

section#About a.cta {
	display: inline-block;
	font-size: 0.85rem;
	line-height: 0.85rem;
	padding: 12px 17px 13px;
	margin: 0 0 40px;
	text-transform: uppercase;
	color: #5f4b8b;
	font-weight: bold;
	border: 2px solid #5f4b8b;
}

/* homepage work content */

section#Work {
	padding: 40px 27px 55px;
	background: linear-gradient(to right, #5f4b8b 10%, #ffd4ad 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4b8b', endColorstr='#ffd4ad',GradientType=1 ); /* IE6-9 */
}

section#Work ul {
	text-align: center;
	list-style: none;
	letter-spacing: -0.1rem;
	margin: 0;
}

section#Work ul li {
	margin: 0 0 25px;
}

section#Work ul li.title {
    color: #ffd4ad;
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 0.85rem;
    margin: 0 auto 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
}

section#Work ul li a {
	color: #fff;
	font-size: 30px;
	line-height: 45px;
	border-bottom: 2px solid #fff;
	transition: all 0.2s ease-out;
}

section#Work ul li a:hover {
	/*color: #5f4b8b;
	border-color: #5f4b8b;*/
}

/* homepage extra links */

section#ExtraLinks {
	background: rgba(255, 255, 255, 0.95);
	padding: 40px 55px 15px;
}

section#ExtraLinks ul {
	list-style: none;
	text-align: center;
	margin: 0;
}

section#ExtraLinks li {
	display: inline-block;
    width: 100%;
    margin: 0 0 25px;
}

section#ExtraLinks a {
	text-align: center;
	display: inline-block;
	width: 100%;
	max-width: 300px;
	font-size: 0.85rem;
	line-height: 0.85rem;
	padding: 15px 17px 16px;
	margin: 0 auto;
	text-transform: uppercase;
	color: #5f4b8b;
	font-weight: bold;
	border: 2px solid #5f4b8b;
}

	section#ExtraLinks-2 {
		position: relative;
		z-index: 200;
		background: rgba(255, 255, 255, 0.95);
		padding: 35px 27px 10px;
	}

	section#ExtraLinks-2 ul {
		list-style: none;
		text-align: center;
		margin: 0;
	}

	section#ExtraLinks-2 li {
		display: inline-block;
	    width: 100%;
	    margin: 0 0 25px;
	}

	section#ExtraLinks-2 a {
		text-align: center;
		display: inline-block;
		width: 100%;
		font-size: 0.85rem;
		line-height: 0.85rem;
		padding: 15px 17px 16px;
		margin: 0 auto;
		text-transform: uppercase;
		color: #5f4b8b;
		font-weight: bold;
		border: 2px solid #5f4b8b;
	}

	/* screens 768px and up */

	@media screen and (min-width: 48rem) {

		section#ExtraLinks-2 a {
			margin-bottom: 30px;
		}

	}

	section#ExtraLinks-2 a.active {
		color: #5f4b8b;
		border: 2px solid #ffd4ad;
	}

/* homepage contact */

section#Contact {
	color: #fff;
	background: rgba(95,75,139,0.9);
	background: linear-gradient(to bottom, rgba(95,75,139,0.9) 25%, rgba(95,75,139,0.5) 100%);
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	padding: 46px 20px 55px;
}

section#Contact p {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
}

section#Contact p.large {
	color: #ffd4ad;
	font-size: 24px;
	line-height: 24px;
	font-weight: 100;
	margin: 0 0 21px;
}

section#Contact a {
	color: #ffd4ad;
	transition: color 0.5s ease;
}

section#Contact a:hover {
	color: #fff;
}

address {
	font-style: normal;
}

.address-wrapper {
	margin-bottom: 24px;
}

section#Contact a.cta {
	display: inline-block;
	font-size: 0.85rem;
	line-height: 0.85rem;
	padding: 12px 17px 13px;
	margin: 0 0 32px;
	text-transform: uppercase;
	color: #ffd4ad;
	font-weight: bold;
	border: 2px solid #ffd4ad;
}


/* about, expertise, approach, people work and contact pages */

body.about-page {
	background: linear-gradient(to right, #5f4b8b 25%, #ffd4ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd4ad', endColorstr='#5f4b8b',GradientType=1 ); /* IE6-9 */
	height: calc(100vh * 1 + 55px);
}

body.expertise-page {
	background: linear-gradient(to right, #5f4b8b 25%, #ffd4ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4b8b', endColorstr='#ffd4ad',GradientType=1 ); /* IE6-9 */
	height: calc(100vh * 1 + 55px);
}

body.approach-page {
	background: #5f4b8b;
	height: calc(100vh * 1 + 55px);
}

body.approach-page #page {
	background: linear-gradient(to bottom, #ffd4ad 20%, #5f4b8b 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd4ad', endColorstr='#5f4b8b',GradientType=0 ); /* IE6-9 */
}

body.people-page {
	background: linear-gradient(to right, #5f4b8b 0%, #ffd4ad 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4b8b', endColorstr='#ffd4ad',GradientType=1 ); /* IE6-9 */
	height: calc(100vh * 1 + 55px);
}

body.work-page {
	background: linear-gradient(to right, #5f4b8b 10%, #ffd4ad 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4b8b', endColorstr='#ffd4ad',GradientType=1 ); /* IE6-9 */
}

body.work-page section#Work {
	padding: 75px 20px 55px;
}

body.work-piece-page {
	background: #5f4b8b;
	background: linear-gradient(to right, #5f4b8b 10%, #ffd4ad 90%);
}

body.contact-page section#Contact {
	position: relative;
	padding: 129px 20px;
	height: calc(100vh * 1);
	display: table;
	width: 100%;
}


.about-wrapper h1,
.expertise-wrapper h1,
.approach-wrapper h1,
.people-wrapper h1 {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 2px;
	margin: 0 0 26px;
}

.approach-wrapper h1 {
	color: #5f4b8b;
}

.about-wrapper p,
.expertise-wrapper p,
.people-wrapper p,
.approach-wrapper p {
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 21px;
	font-weight: 400;
}

.approach-wrapper p {
	color: #5f4b8b;
	font-weight: 300;
}

.about-wrapper .content-wrapper,
.expertise-wrapper .content-wrapper,
.people-wrapper .content-wrapper,
.approach-wrapper .content-wrapper {
	position: relative;
	padding: 85px 35px 35px;
	float: left;
	width: 100%;
}

.about-wrapper-2 .content-wrapper {
	padding: 38px 35px 5px;
	float: left;
	width: 100%;
}

.about-wrapper-2 .content-wrapper .large-4 {
	padding-left: 0;
	padding-right: 0;
}

.approach-wrapper {
	position: relative;
	z-index: 1;
}

.approach-wrapper .content-wrapper-2 {
	padding: 0 35px 55px;
	float: left;
	width: 100%;
}

.approach-wrapper .content-wrapper-2 .right-aligned {
	text-align: right;
}

.approach-wrapper .content-wrapper-2 h2 {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 16px;
	margin: 18px 0 30px;
}

.approach-wrapper .content-wrapper-2 .right-aligned h2 {
	margin-right: -16px;
}

.approach-wrapper .content-wrapper-2 p {
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 19px;
}

.about-wrapper-2 {
	position: relative;
	color: #5f4b8b;
	background: rgba(255,255,255,0.75);
}

.about-wrapper-2 .content-wrapper h2 {
	font-size: 1rem;
	line-height: 1rem;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 11px;
}

.about-wrapper-2 .content-wrapper p {
	font-size: 16px;
	line-height: 22.5px;
	padding: 0 0 25px;
}

.accordion {
	margin-top: 10px;
}

.accordion-title {
    color: #fff;
    font-size: 35px;
    letter-spacing: 0;
    line-height: 35px;
    padding: 0;
    position: relative;
}

.accordion a {
    border-bottom: 2px solid #fff;
}

.accordion a:hover {
    color: #fff;
}

.accordion .is-active a {
  	color: #ffd4ad;
	border-bottom: 2px solid #ffd4ad;
}

/* people */

.team-member-grid {
	padding: 10px 0 0;
}

.team-member {
	float: left;
	width: 50%;
	padding-bottom: 2.5%;
}

.team-member:nth-of-type(odd) {
	padding-right: 5%;
	clear: both;
}

.team-member:nth-of-type(even) {
	padding-left: 5%;
}

.team-member a {
	cursor: default;
	display: block;
	background: #fff;
}

.team-member img {
	margin: 0 0 7px;
}

.team-member a img.over {
	display: none;
}

.people-page .team-member p {
	color: #5f4b8b;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 20px;
	padding: 0 10px 10px;
}

.team-member p.name {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding-bottom: 0;
}

/* work piece pages */

body.work-piece-page section#Work {
	padding: 55px 27px;
	background: rgba(95, 75, 139, 0.9);
	float: left;
	width: 100%;
	min-height: calc(100vh)
}

body.work-piece-page section#Work ul {
	text-align: center;
	list-style: none;
	letter-spacing: -0.1rem;
	margin: 0 0 50px;
}

body.work-piece-page section#Work ul li {
	margin: 0 0 25px;
}

body.work-piece-page section#Work ul li a {
	
}

body.work-piece-page section#Work ul li a.active,
body.work-piece-page section#Work ul li a.active:hover {
	border-color: #ffd4ad;
    color: #ffd4ad;
}

#work-panels {
	float: left;
	width: 100%;
	margin: 70px 0 0;
}

.work-panel {
	width: 100%;
	float: left;
	background-color: rgba(255, 255, 255, 0.9);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
}

.work-panel.v-height {
	height: calc(100vh * 1 - 110px);
}

.work-panel.v-height:first-of-type {
	height: calc(100vh * 1 - 180px);
}

.work-panel.dark {
	background: rgba(95,75,139,0.9);
}

.work-panel.full-bleed {
	background-size: cover;
	background-position: center center;
}

.work-panel img {
	width: 100%;
}

.work-panel .text-block {
	margin-left: auto;
    margin-right: auto;
    display: table;
	width: 100%;
	max-width: 75.63rem;
	height: calc(100vh * 1 - 110px);
	text-align: center;
	padding: 0 25px;
}

.work-panel .text-block span {
  display: table-cell;
  vertical-align: middle; 
  color: #5f4b8b;     
}

.work-panel .text-block h1 {
	color: #ffd4ad;
	font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.work-panel .text-block p {
	font-size: 21px;
    line-height: 28px;
}

.work-panel.dark .text-block p {
	color: #fff;
}

.flex-video {
	margin: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	/*max-height: calc(100vh * 1 - 110px);*/
}


/* /////////////////////  /////////////////////  /////////////////////  /////////////////////  /////////////////////  */
/* /////////////////////  /////////////////////  /////////////////////  /////////////////////  /////////////////////  */
/* /////////////////////  /////////////////////  /////////////////////  /////////////////////  /////////////////////  */


	/* screens 640px and up */

	@media screen and (min-width: 40rem) {
		.approach-wrapper {
			background: transparent;
		}

		.brand-circle {
			border-radius: 50%;
			width: 320px;
			height: 320px;
			position: fixed;
			left: 50%;
			margin: 134px 0 0 -160px;
			background: linear-gradient(to right, #DBB5A5 0%, #6C568E 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DBB5A5', endColorstr='#6C568E',GradientType=1 ); /* IE6-9 */
			z-index: -1;
		}

		.brand-circle-2 {
			display: none;
		}

			.approach-wrapper .content-wrapper-2 {
				padding: 193px 4.55% 110px;
				background: url(../img/strategic-creativity.png) center top no-repeat;
				background-size: 605px;
				float: left;
				width: 100%;
			}

			.approach-wrapper .content-wrapper-2 .large-6 {
				padding: 0 2.25%;
			}

			.approach-wrapper .content-wrapper-2 h2 {
				font-size: 18px;
				line-height: 18px;
				text-transform: uppercase;
				font-weight: bold;
				letter-spacing: 18px;
				margin: 0 0 55px;
			}

			.approach-wrapper .content-wrapper-2 .right-aligned h2 {
				margin-right: -22px;
			}

			.approach-wrapper .content-wrapper-2 p {
				color: #fff;
				font-size: 18px;
				line-height: 24px;
				padding: 0;
				margin: 0 0 19px;
			}

			.work-panel.v-height-video {
				height: calc(100vh * 1 - 110px);
			}

			/* people */

			.team-member-grid {
				padding: 30px 0 0;
			}

			.team-member {
				width: 25%;
				padding-bottom: 5%;
			}

			.team-member:nth-of-type(odd),
			.team-member:nth-of-type(even) {
				padding-right: 5%;
				padding-left: 0;
				clear: none;
			}


			.team-member img {
				margin: 0;
				padding: 0 0 7px;
			}


			.people-page .team-member p {
				color: #5f4b8b;
				font-size: 13px;
				line-height: 15px;
				margin: 0 0 20px;
				padding: 1px 11px 13px;
			}

			.team-member p.name {
				font-weight: 600;
				font-size: 14px;
				line-height: 16px;
				margin: 0;
				padding-bottom: 0;
			}

			.team-member:nth-of-type(4n+1) {
				clear: both;
			}

			/* section work rollovers */

			section#Work {
				position: relative;
			}

			section#Work ul {
				position: relative;
				z-index: 1;
			}

			section#Work:after {
				content: "";
				transition: opacity 0.5s ease-in-out;
				opacity: 0;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center center;
			}

			section#Work.uhc:after,
			section#Work.fm:after,
			section#Work.mml:after,
			section#Work.pb:after,
			section#Work.ed:after {
				opacity: 0.2;
			}

			section#Work.uhc:after {
				background-image: url(../img/work-nav-uhc.jpg);
			}

			section#Work.fm:after {
				background-image: url(../img/work-nav-fm.jpg);
			}

			section#Work.mml:after {
				background-image: url(../img/work-nav-mml.jpg);
			}

			section#Work.pb:after {
				background-image: url(../img/work-nav-pb.jpg);
			}

			section#Work.ed:after {
				background-image: url(../img/work-nav-ed.jpg);
			}

	}

	/* screens 768px and up */

	@media screen and (min-width: 48rem) {
		#menu,
		.mm-menu-header {
			display: none;
		}

		html.mm-right.mm-opening .mm-slideout {
		    transform: translate(0px, 0px)!important;
		}

		.scroller {
			display: none;
		}

		body.work-piece-page .scroller {
			display: block;
			bottom: 30px;
		}

		#Info {
			margin: 0;
		}

		.main {
		  padding: 55px 0 0;
		}

		.main-nav {
			display: block;
		}

		.brand-line {
			width: 200%;
			height: 78px;
			min-height: 1px;
			background: #fff;
			-webkit-transform: rotate(-45.1deg);
			transform: rotate(-45.1deg);
			position: fixed;
			left: calc(-100vw * 0.5 - 0px);
			top: calc(100vh * 0.5 - 65px);
			background: linear-gradient(to bottom, #F2C9AA 50%, #5f4b8b 50%);
			z-index: 0;
		}

		.lt-ie10 .brand-line {
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0) url("../img/brand-line.png") no-repeat scroll center center;
			background-size: cover;
		}

		.about-wrapper .brand-line {
			background: linear-gradient(to bottom, #6C568E 50%, #DBB5A5 50%);
			left: -55.2%;
		    top: 50%;
		}

		.lt-ie10 .about-wrapper .brand-line {
			display: none;
		}

		section#About {
			padding: 55px 0 0;
			margin: 0;
		}

		.centraliser {
			display: table-cell;
		    vertical-align: middle;
		}

		section#About h2 {
			font-size: 60px;
			line-height: 60px;
			margin: 0 0 42px;
			letter-spacing: -0.1rem;
		}

		section#About p {
			font-size: 21px;
			line-height: 28px;
			margin: 0 auto 57px;
		    max-width: 60rem;
		}

		section#About a.cta {
			width: 100%;
			max-width: 27.5rem;
			font-size: 1.1rem;
			line-height: 1.1rem;
			padding: 16px 18px 17px;
			margin: 0 0 55px;
			transition: all 0.3s ease-in-out;
		}

		section#About a.cta:hover {
			color: #5f4b8b;
			border-color: #ffd4ad;
		}

		section#ExtraLinks-2 a.active {
			color: #fff;
			border-color: rgba(255,255,255,0.2);
		}

		section#Work {
			padding: 97px 55px 68px;
		}

		section#Work ul li {
			margin: 0 0 40px;
		}

		/*body.work-piece-page section#Work ul li {
			margin: 0 0 40px;
		}*/

		section#Work ul li.title {
			display: none;
		}

		section#Work ul li a {
			font-size: 60px;
			line-height: 70px;
			border-bottom: 4px solid #fff;
			transition: all 0.2s ease-out;
		}

		section#Work ul li a:hover {
			color: #5f4b8b;
			border-color: rgba(255,212,173,0);

		}

		body.work-piece-page section#Work ul li a {
			border-bottom: 2px solid #fff;
		    color: #fff;
		    font-size: 30px;
		    line-height: 45px;
		}

		body.work-piece-page section#Work ul li a:hover {
			color: #ffd4ad;
			border-color: rgba(255,212,173,0);
		}


		section#ExtraLinks {
			padding: 55px 55px 25px;
		}

		section#ExtraLinks li {
		    max-width: 13.75rem;
		    width: 100%;
		    margin: 0 25px;
		}

		section#ExtraLinks a {
			width: 100%;
			max-width: 13.75rem;
			font-size: 1.1rem;
			line-height: 1.1rem;
			padding: 16px 18px 17px;
			margin: 0 auto 30px;
			transition: all 0.3s ease-in-out;
		}

		section#ExtraLinks a:hover {
			color: #5f4b8b;
			border-color: #ffd4ad;
		}

		section#ExtraLinks-2 {
			display: none;
		}

		section#ExtraLinks-2 {
			background: transparent;
			padding: 35px 27px;
		}

		section#ExtraLinks-2 a {
			border-color: #fff;
			color: #fff;
			transition: all 0.5s ease;
		}

		section#ExtraLinks-2 li {
			display: inline-block;
			margin: 0 25px;
		    max-width: 13.75rem;
		    width: 100%;
		}

		section#ExtraLinks-2 a:hover {
			color: #fff;
			border-color: #ffd4ad;
		}

		


	/* screens 1025px and up */

	@media screen and (min-width: 64.06rem) {

		/* people */

		.team-member {
			position: relative;
			float: left;
			width: 20%;
			padding: 0 5% 2.5% 0;
		}

		.team-member:nth-of-type(4n+1) {
			clear: none;
		}

		.team-member:nth-of-type(5n+1) {
			clear: both;
		}

		.team-member a img.over {
			display: block;
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			width: 75%;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-transform:translateZ(0);
			transform:translateZ(0);
			transition: opacity 0.5s ease-in-out;
		}

		.team-member a:hover img.over {
			opacity: 1;
		}

	}


		@media only screen and (min-height: 1000px) {
			body.about-page .main-nav.stuck.bottom {
				/*bottom: 0;
				opacity: 1;*/
				display: none;
			}

			body.about-page section#ExtraLinks-2 {
				display: block;
			}
		}

		@media only screen and (min-height: 640px) {
			body.expertise-page .main-nav.stuck.bottom {
				/*bottom: 0;
				opacity: 1;*/
				display: none;
			}

			body.expertise-page section#ExtraLinks-2 {
				display: block;
			}
		}

		@media only screen and (min-height: 1080px) {
			body.approach-page .main-nav.stuck.bottom {
				/*bottom: 0;
				opacity: 1;*/
				display: none;
			}

			body.approach-page section#ExtraLinks-2 {
				display: block;
			}
		}

		@media only screen and (min-height: 1080px) {
			.people-wrapper .content-wrapper {
				padding-bottom: 0!important;
			}

			body.people-page .main-nav.stuck.bottom {
				/*bottom: 0;
				opacity: 1;*/
				display: none;
			}

			body.people-page section#ExtraLinks-2 {
				display: block;
			}
		}

		section#Contact {
			font-size: 21px;
			line-height: 28px;
			padding: 46px 55px 55px;
			height: calc(100vh * 1 - 55px);
			min-height: 550px;
			display: table;
			width: 100%;
		}

		section#Contact p {
			font-size: 14px;
			line-height: 17px;
		}

		section#Contact p.large {
			font-size: 55px;
			line-height: 55px;
			letter-spacing: -0.1rem;
			margin: 0 0 43px;
		}

		section#Contact a.cta {
			display: inline-block;
			width: 100%;
			max-width: 13.75rem;
			font-size: 1.1rem;
			line-height: 1.1rem;
			padding: 16px 18px 17px;
			margin: 0 0 37px;
			transition: all 0.5s ease;
			color: #ffd4ad;
			border-color: #ffd4ad;
		}

		section#Contact a.cta:hover {
			color: #fff;
			border: 2px solid #fff;
		}

		.address-wrapper {
			margin-bottom: 32px;
		}


		.about-wrapper h1,
		.expertise-wrapper h1,
		.approach-wrapper h1,
		.people-wrapper h1 {
			font-size: 70px;
			line-height: 70px;
			letter-spacing: -0.1rem;
			margin: -5px 0 2.8rem -3px;
		}


		.about-wrapper .content-wrapper,
		.expertise-wrapper .content-wrapper,
		.people-wrapper .content-wrapper {
			padding: 159px 4.55% 86px;
		}

		.about-wrapper-2 .content-wrapper {
			padding: 51px 2.275% 100px;
		}

		.about-wrapper-2 .content-wrapper .large-4 {
			padding-left: 2.275%;
			padding-right: 2.275%;
		}

		.about-wrapper p,
		.expertise-wrapper p,
		.people-wrapper p {
			font-size: 1.4rem;
			line-height: 1.8rem;
			margin: 0 0 24px;
		}

		span.line-break {
			display: block;
		}

		.about-wrapper-2 .content-wrapper h2 {
			font-size: 1.2rem;
			line-height: 1.2rem;
			margin: 0 0 15px;
		}

		.about-wrapper-2 .content-wrapper p {
			font-size: 18px;
			line-height: 22.5px;
			padding: 0 17px 0 0;
		}

		.brand-circle {
			width: 412px;
			height: 412px;
			margin: 137px 0 0 -206px;
		}

		.accordion {
			margin-top: -5px;
		}

		.accordion-title {
		    font-size: 70px;
		    letter-spacing: -0.1rem;
		    line-height: 70px;
		}

		.accordion a {
		    border-bottom: 4px solid #fff;
		    transition: color 0.2s ease-out, border 0.2s ease-out;
		}

		.accordion a:hover, .accordion .is-active a {
		    border-bottom: 0px solid #ffd4ad;
		    color: #ffd4ad;
		}

		.accordion-content {
		    font-size: 1.4rem;
		    line-height: 1.8rem;
		    padding: 0 10px 0 0;
		    margin: 45px 0px;
		    font-weight: 400;
		}

		.approach-wrapper .content-wrapper {
			padding: 159px 0 78px 4.55%;
		}

		.approach-wrapper p {
		    font-size: 1.13rem;
		    line-height: 1.5rem;
		    margin: 0 0 24px;
		    padding: 0 55px 0 0;
		}

		.approach-wrapper .content-wrapper-2 h2 {
			font-size: 23px;
			line-height: 23px;
			letter-spacing: 22px;
			margin: 0 0 82px;
		}

		body.work-page section#Work {
			padding: 129px 55px;
			display: table;
			height: calc(100vh * 1);
			width: 100%;
		}

		body.contact-page section#Contact {
			padding: 129px 55px;
		}

		body.work-piece-page section#Work {
			min-height: calc(100vh * 1 - 55px)
		}


		#work-panels {
			margin: 55px 0 0;
		}

		.work-panel .text-block {
			padding: 0 220px;
		}

		.work-panel .text-block h1 {
			font-size: 24px;
		    line-height: 26px;
		    margin-bottom: 1.1rem;
		}

		.work-panel .text-block p {
			font-size: 32px;
			line-height: 39px;
		}

		.work-panel.v-height:first-of-type {
			height: calc(100vh * 1 - 110px);
		}

		.work-panel.seventy-pc {
			background-size: 70% auto;
		}


	}

	/* /////////////////////  /////////////////////  /////////////////////  /////////////////////  /////////////////////  */
	/* /////////////////////  /////////////////////  /////////////////////  /////////////////////  /////////////////////  */
	/* /////////////////////  /////////////////////  /////////////////////  /////////////////////  /////////////////////  */
/* fade in ////////////////////////////////////////////////////////////////////////

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

#page {
  opacity: 0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
 */

