* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a img {
	border: none;
}

html {
	background-image: url(artwork/bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	padding-top: 80px;
}

.align {
	margin: 0 auto;
	padding: 20px;
	max-width: 940px;
	font-size: 0;
	/* max-width: 1280px; */
}

.column {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}


/* HEADER */

#header {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	background-color: white;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
	font-size: 0;
	z-index: 2;
	height: 80px;
	-webkit-transition: height 500ms;
	-moz-transition: height 500ms;
	-ms-transition: height 500ms;
	transition: height 500ms;
	overflow: hidden;
}

#header.open {
	height: 100vh;
}

#header .right {
	text-align: right;
}

#header .logo {
	width: 280px;
}

#header .logo.mobile {
	display: none;
	width: 87px;
}

#header .menu {
	width: 74px;
	margin-top: 10px;
	cursor: pointer;
}

#header .menu.open {
	display: none;
}

#header.open .menu.closed {
	display: none;
}

#header.open .menu.open {
	display: inline;
}

#menu {
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 500ms;
	transition: opacity 500ms;
}

#header.open #menu {
	opacity: 1;
}

#menu li {
	text-align: center;
	position: relative;
	margin: 20px 0px;
}

#menu li .bounds {
	display: inline-block;
	position: relative;
}

#menu li:nth-child(odd) .bounds {
	margin-left: 150px;
}

#menu li:nth-child(even) .bounds {
	margin-left: -150px;
}

#menu li .arrow {
	background-size: 175px 53px;
	background-position: center;
	background-repeat: no-repeat;
	width: 175px; height: 53px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

#menu li:nth-child(odd) .arrow {
	background-image: url('artwork/menu_right_w.png');
	padding: 17px 30px 0px 17px;
}

#menu li:nth-child(even) .arrow {
	background-image: url('artwork/menu_left_w.png');
	padding: 17px 17px 0px 30px;
}

#menu li:nth-child(odd) .arrow:hover {
	background-image: url('artwork/menu_right_b.png');
	color: white;
}

#menu li:nth-child(even) .arrow:hover {
	background-image: url('artwork/menu_left_b.png');
	color: white;
}

#menu li .line {
	font-size: 16px;
	position: absolute;
	white-space: nowrap;
	top: 15px;
	display: none;
}

#menu li .bounds:hover .line {
	display: block;
}

#menu li:nth-child(odd) .line {
	left: 100%;
	margin-left: 20px;
}

#menu li:nth-child(even) .line {
	right: 100%;
	margin-right: 20px;
}

#menu .in {
	margin: 40px auto;
	width: 40px;
}

#menu .in img {
	width: 100%;
}

#menu .in .hover {
	display: none;
}

#menu .in:hover .normal {
	display: none;
}

#menu .in:hover .hover {
	display: block;
}



/* FOOTER */

#footer {
	background-color: #1D1D1B;
	color: white;
}

#footer .align {
	padding: 30px 20px;
	position: relative;
	font-size: 0;
}

#footer .logo {
	width: 280px;
}

#footer .top {
	width: 158px;
	position: absolute;
	bottom: 100%; right: 20px;
	cursor: pointer;
}

body.contact-us #footer .top {
	display: none;
}

#footer .in {
	width: 35px;
	position: absolute;
	top: 30px; right: 20px;
	z-index: 2;
}

#footer li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	width: 33%;
	font-weight: 800;
	z-index: 1;
}




/* MISC */

#content {
	z-index: 1;
}

.button {
	border: 2px solid #1D1D1B;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	font-weight: 800;
	letter-spacing: 0.025em;
	cursor: pointer;
}

.button.white:hover {
	background: white;
	color: #1D1D1B;
}

.button.black:hover {
	background: #1D1D1B;
	color: white;
}



/* BANNER */

.banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.banner:after {
	content: '';
	display: block;
}

.banner.lead { max-height: 525px; min-height: 450px; }
.banner.lead:after { padding-top: 47%; }

.banner.feature { max-height: 640px; min-height: 560px; }
.banner.feature:after { padding-top: 60%; }

.banner .content-bounds {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
}

.banner .align {
	height: 100%;
}

.banner .text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: white;
}

.banner h1 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px;
}

.banner .lined {
	background-image: url('artwork/line.png');
	background-position: right bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 15px;
}

.banner .lined.white {
	background-image: url('artwork/line_w.png');
}

.banner .lined.black {
	background-image: url('artwork/line_b.png');
}

.banner.type-3 h1 {
	font-size: 35px;
	text-transform: none;
	color: black;
	max-width: 515px;
}

.banner h2 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px;
	margin-top: 30px;
}

.banner.type-4 h2 {
	text-transform: none;
	margin-top: 0;
}

.banner p {
	margin: 10px 0px;
	font-size: 20px;
	max-width: 515px;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.banner.type-3 p {
	max-width: 80%;
}

.banner.type-2 p {
	margin: 10px 0px;
	font-size: 22px;
	max-width: 515px;
	letter-spacing: -0.025em;
	line-height: 1.2;
	font-weight: 500;
}

.banner.type-4 p {
	font-size: 16px;
	line-height: 1.5;
}

.banner.type-4 strong {
	font-weight: 800;
}

.banner.feature h1 { font-size: 35px; }
.banner.feature p { font-size: 14px; }

.banner .button {
	border: 2px solid white;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	font-weight: 800;
	margin-top: 30px;
}

/* HOME */

#home-banner {
	background-image: url('artwork/home_c.jpg');
	background-position: top left;
}

#home-intro {
	background-color: white;
}

#home-intro .align {
	padding: 100px 20px;
	font-size: 0;
}

#home-intro .column.left {
	width: 70%;
	padding-right: 50px;
}

#home-intro .column.right {
	width: 30%;
}

#home-intro p {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin-bottom: 30px;
}

#home-intro h2 {
	font-size: 20px;
	font-weight: 400;
}

#home-intro li {
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
	list-style: none;
	position: relative;
	margin: 8px 0px;
}

#home-intro li:before {
	content: '';
	display: block;
	width: 10px; height: 10px;
	background-image: url('artwork/asterisk.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0; top: 7px;
}

#home-services {
	background-color: #f5f5f5;
}

#home-services .align {
	padding: 100px 20px;
	font-size: 0;
	text-align: center;
}

#home-services h1 {
	font-weight: 800;
	text-transform: uppercase;
	margin: 30px 0px;
	font-size: 20px;
}

#home-services .column {
	width: 20%;
	padding: 30px 10px;
}

#home-services img {
	display: block;
	margin: 0 auto 30px auto;
	position: relative;
	-webkit-transition: -webkit-transform 500ms;
	-moz-transition: -moz-transform 500ms;
	-ms-transition: -ms-transform 500ms;
	transition: transform 500ms;
}

#home-services img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#home-services h2 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	margin: 15px 0px;
}

#home-services p {
	font-weight: 400;
	font-size: 13px;
	margin: 15px 0px;
}

#home-services img.home-c1 { width: 96px; left: 10px; }
#home-services img.home-c2 { width: 79px; }
#home-services img.home-c3 { width: 90px; left: 10px; }
#home-services img.home-c4 { width: 73px; }
#home-services img.home-c5 { width: 73px; }

/*#home-team {
	background-image: url('artwork/team_c.jpg');
}*/

#home-team .flex {
	display: flex;
	/*margin: -20px 0px;*/
	align-items: center;
}

#home-team .text {
	width: 50%;
	flex-grow: 0;
}

#home-team .text {
	font-size: 14px;
}

#home-team .text h1 {
	text-transform: uppercase;
}

#home-team .text p {
	margin: 20px 0px;
}

#home-team .img {
	width: 50%;
	flex-grow: 0;
}

#home-team img {
	width: 100%;
	transform: scale(-1, 1);
}

#home-insights {
	background-color: #242933;
}

#home-insights .align {
	padding: 75px 20px;
	font-size: 0;
}

#home-insights h1 {
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 75px;
	font-size: 20px;
	text-align: center;
	color: white;
}

#home-insights .item {
	background-color: white;
	padding: 30px 150px 30px 40px;
	margin: 10px 0px;
	position: relative;
	cursor: pointer;
}

#home-insights .item:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%; right: 40px;
	margin-top: -18px;
	width: 19px;
	height: 36px;
	background-image: url('artwork/arrow.png');
	background-position: center;
	background-size: 19px 36px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#home-insights h2 {
	font-weight: 800;
	font-size: 21px;
	margin: 10px 0px;
	color: #303742;
}

#home-insights h3 {
	font-weight: 500;
	font-size: 12px;
	margin: 10px 0px;
	color: #666666;
}

#home-insights p {
	font-weight: 300;
	font-size: 16px;
	margin: 10px 0px;
}

#home-quotes .align {
	padding: 150px 20px;
	font-size: 0;
	text-align: center;
	position: relative;
}

#home-quotes .slick {
	max-width: 790px;
	position: static;
	margin: 0 auto;
}

#home-quotes .frame {
	outline: none;
}

#home-quotes p {
	font-size: 33px;
	line-height: 1.2;
	font-weight: 300;
	padding: 0px 60px;
	margin-bottom: 30px;
}

#home-quotes h2 {
	font-size: 9px;
	text-align: center;
}

#home-quotes .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 40px;
	height: 40px;
	font-size: 0;
	border: 0;
	background: none;
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
}

#home-quotes .slick-prev {
	background-image: url('artwork/arrow_left.png');
	left: 20px;
}

#home-quotes .slick-next {
	background-image: url('artwork/arrow_right.png');
	right: 20px;
}



/* YOUR NEEDS */

#needs-banner {
	background-image: url('artwork/your_needs_c.jpg');
}



/* SERVICES */

#services-banner {
	background-image: url('artwork/services_c.jpg');
}



.sub-section {
	background-color: white;
}

.sub-section.grey-bg {
	background-color: #f5f5f5;
}

.sub-section .align {
	padding: 100px 20px;
}

.sub-section .column.left {
	width: 35%;
}

.sub-section .column.right {
	width: 65%;
}

.sub-section .menu li {
	margin: 10px 0px;
	list-style: none;
}

.sub-section .menu li a {
	text-transform: uppercase;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.025em;
}

.sub-section .menu li.selected a {
	font-weight: 500;
	border-bottom: 1px solid #1D1D1B;
}

.sub-section .menu.sticky {
	position: fixed;
	top: 190px;
}

.sub-section h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 30px 0px;
	color: #303742;
	line-height: 1.2;
}

.sub-section h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px 30px 0px;
	color: #666666;
	text-transform: uppercase;
}

.sub-section p {
	font-size: 16px;
	font-weight: 300;
	margin: 30px 0px;
	color: #303742;
}

.sub-section strong {
	font-weight: 400;
}

.sub-section.needs img {
	max-width: 100%;
	display: block;
	margin: 50px 0px;
}

.sub-section.services img {
	width: 247px;
	display: block;
	margin: 20px 0px;
}

@media screen and (min-width: 600px) {
	
	.sub-section .column > :first-child {
		margin-top: 0px;
	}
	
	

}





/* TEAM */

#team-intro {
	background-color: #f5f5f5;
}

#team-intro .align {
	padding: 100px 20px 50px 0px;
	max-width: 750px;
}

#team-intro p {
	font-size: 35px;
	font-weight: 300;
	text-align: center;
}

#team-grid {
	background-color: #f5f5f5;
}

#team-grid .align {
	padding: 50px 20px 100px 20px;
}

#team-grid .row {
	background-size: auto 100%;
	background-repeat: no-repeat;
	min-height: 460px;
}

#team-grid .row .text {
	width: 50%;
	min-height: 460px;
	padding: 80px 50px 50px 50px;
	position: relative;
}

#team-grid .row .text:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	top: 50%;
	margin-top: -20px;
	position: absolute;
}

#team-grid .row .button {
	padding: 15px 35px;
}

#team-grid .row .text h1 {
	font-size: 30px;
	font-weight: 800;
}

#team-grid .row .text h2 {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 30px;
}

#team-grid .row .text p {
	font-size: 16px;
	margin: 20px 0px;
	line-height: 1.3;
}

#team-grid .row.blue {
	background-position: left center;
}

#team-grid .row.blue .text {
	margin-left: 50%;
	background-color: #303742;
	color: white;
}

#team-grid .row.blue .text:before {
	background-color: #303742;
	left: -20px;
}

#team-grid .row.blue .button {
	border-color: white;
}

#team-grid .row.white {
	background-position: right center;
}

#team-grid .row.white .text {
	background-color: white;
	color: #1D1D1B;
}

#team-grid .row.white .text:before {
	background-color: white;
	right: -20px;
}

#team-grid .row.kim {
	background-image: url(artwork/kim_s.jpg);
}

#team-grid .row.jane {
	background-image: url(artwork/jane_s.jpg);
}

#team-grid .row.penny {
	background-image: url(artwork/penny_s.jpg);
}

#team-modal {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	padding: 100px;
	background-color: rgba(0,0,0,0.8);
	z-index: 3;
	overflow: auto;
	display: none;
	-webkit-overflow-scrolling: touch;
}

#team-modal .align {
	background-color: white;
	padding: 0;
	max-width: 800px;
	position: relative;
}

#team-modal .close {
	position: absolute;
	top: 20px; right: 20px;
	width: 12px;
	cursor: pointer;
}

#team-modal img.header {
	width: 100%;
	display: block;
}

#team-modal .bio {
	padding: 50px 50px 50px 50px;
	color: #303742;
}

#team-modal .bio h1 {
	font-size: 30px;
	font-weight: 800;
}

#team-modal .bio h2 {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 30px;
}

#team-modal .bio p {
	font-size: 16px;
	margin: 20px 0px;
	line-height: 1.3;
	font-weight: 300;
}

#team-modal .bio ul {
	font-size: 16px;
	margin: 20px 0px;
	line-height: 1.3;
	font-weight: 300;
	padding-left: 20px;
}

#team-modal .bio .columns {
	border-top: 1px solid #f5f5f5;
	padding-top: 10px;
	margin-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
}

#team-modal .bio .columns.w-2 .column {
	width: 50%;
}

#team-modal .bio .columns.w-2 .column:nth-child(1) {
	padding-right: 15px;
}

#team-modal .bio .columns.w-2 .column:nth-child(2) {
	padding-left: 15px;
}

#team-modal .bio .columns.w-3 .column {
	width: 33.33%;
}

#team-modal .bio .columns.w-3 .column:nth-child(1) {
	padding-right: 15px;
}

#team-modal .bio .columns.w-3 .column:nth-child(2) {
	padding-left: 15px;
	padding-right: 15px;
}

#team-modal .bio .columns.w-3 .column:nth-child(3) {
	padding-left: 15px;
}

#team-modal .jump .column {
	cursor: pointer;
	background-color: #303742;
	color: white;
	position: relative;
}

#team-modal .jump .column:after {
	padding-top: 50%;
	content: '';
	display: block;
}

#team-modal .jump img {
	width: 50%;	height: 100%;
	position: absolute;
	top: 0; left: 0;
}

#team-modal .jump .text {
	padding-left: 30px;
	width: 50%;
	position: absolute;
	top: 50%; right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#team-modal .jump h4 {
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 1;
}

#team-modal .jump h2 {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}





/* CLIENTS */


#clients-banner {
	background-image: url('artwork/clients_c.jpg');
}

#clients-banner h1 {
	color: white;
}

.clients-section {
	background-color: white;
}

.clients-section.grey-bg {
	background-color: #f5f5f5;
}

.clients-section .align {
	padding: 100px 20px;
}

.clients-section .column.left {
	width: 35%;
	padding-right: 40px;
}

.clients-section .column.right {
	width: 65%;
}

.clients-section h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 5px 0px;
	color: #303742;
}

.clients-section h3 {
	font-size: 15px;
	font-weight: 400;
	color: #303742;
}

.clients-section h4 {
	font-size: 13px;
	font-weight: 300;
	color: #303742;
}

.clients-section p {
	font-size: 20px;
	font-weight: 300;
	margin: 20px 0px;
	color: #303742;
	line-height: 1.2;
}

.clients-section strong {
	font-weight: 400;
}

.clients-section .column > :first-child {
	margin-top: 0px;
}




/* CONTACT */


#contact-banner {
	background-image: url('artwork/contact_c.jpg');
}

#contact-banner p {
	margin: 10px 0px;
}

#contact-banner .columns p {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}

#contact-mobile {
	display: none;
	background-color: white;
}

#contact-mobile .align {
	padding: 40px 20px;
}

#contact-mobile p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.75;
}

#contact-mobile p strong {
	font-size: 16px;
	font-weight: 600;
}






/* MENU BUTTON */

#header .menu {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
}

#menu-ani-button {
  width: 25px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0px;
  margin-left: 5px;
}

#menu-ani-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-ani-button span:nth-child(1) {
  top: 0px;
}

#menu-ani-button span:nth-child(2),#menu-ani-button span:nth-child(3) {
  top: 8px;
}

#menu-ani-button span:nth-child(4) {
  top: 16px;
}

#menu-ani-button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#menu-ani-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-ani-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-ani-button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}