@font-face {
    font-family: 'Neutraface 2 Display';
    src: url('../fonts/Neutraface2Display-Medium.woff2') format('woff2'),
        url('../fonts/Neutraface2Display-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neutrif Pro';
    src: url('../fonts/NeutrifPro-Regular.woff2') format('woff2'),
        url('../fonts/NeutrifPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neutraface 2 Display Titling';
    src: url('../fonts/Neutraface2Display-Titling.woff2') format('woff2'),
        url('../fonts/Neutraface2Display-Titling.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Neutraface 2 Text Book';
    src: url('../fonts/Neutraface2Text-Book.woff2') format('woff2'),
        url('../fonts/Neutraface2Text-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'futura-pt-bold';
    src: url('../fonts/Futura-Bold.woff2') format('woff2'),
        url('../fonts/Futura-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



body {
  padding: 60px 20px 20px 20px;
}
.relative {
  position: relative;
}
.grid-container {
    max-width: 1200px;
}
/* @group Typography */
.h1 {
  font-family: 'Neutraface 2 Text Book';
  font-size: 77px;
  text-transform: lowercase;
}
.h3 {
  font-family: 'Neutraface 2 Display';
  font-size: 38px;
  line-height: .9em;
}
.deliver:hover .h3 {
  font-family: 'Neutraface 2 Display Titling';
  font-size: 29px;
  color: #fff !important;
}
p {
  font-family: 'Neutrif Pro';
  font-size: 14px;
}
li {
  font-family: 'Neutrif Pro';
  font-size: 14px;
}
.introParagraph {
  font-family: 'Neutrif Pro';
  font-size: 24px;
}
/* @end */

/* @group Header */
.home-header, header {
    background-color: #F5F5F5;
    padding-top: 34px;
    position: relative;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: calc(100% - 40px);
    margin: 0 auto;
    right: 0;
    left: 0;
    height: 120px;
}
.reveal header {
	position: relative;
	top: -16px;
	left: 9px;
	z-index: 999;
}
.logo {
	max-width: 300px;
	height: auto;
}
nav {
    background-color: #8E8C8D !important;
    width: 230px;
    position: fixed;
    right: 20px;
    top: 115px;
    display: none;
    z-index: 999;
}
header button {
	right: 30px !important;
	top: 35px !important;
	font-size: 80px !important;
}
.nav-items {
	padding: 10px 60px 10px 0;
}
.nav-items a {
	font-family: fontspring, Georgia, serif;
	color: #fff;
	display: block;
	font-size: 24px;
	text-align: right;
}
.nav-close {
	font-size: 50px;
	line-height: 0;
}
header .social {
	margin-right: 12px;
	color: #636363;
	font-size: 27px;
	/* margin-top: 14px; */
	display: inline-block;
}
.hamburger {
	    margin-top: -11px;
}
.logo-mark {
	display: none;
	max-width: 52px;
}
.change .logo {
	display: none;
}
.change .logo-mark {
	display: block;
}
/* @end */


/* @group Home */
.logo {
  width: 250px;
}
.homeSS {
  background-color: #F4F4F4;
  position: relative;
}
.homeSS .grid-container {
  padding: 20px;
}
.banner {
	padding-top: 70px;
	padding-bottom: 77px;
}
.banner p {
  padding: 50px 100px !important;
}
.headerQuote {
  z-index: 100;
  position: relative;
}
.homeSS .cycle-slideshow {
  position: absolute;
  top: 0;
  z-index: 1000;
}
.homeSS .cycle-slideshow img {
  width: 100%;
}
/* @end */

/* @group Global */
.arrow i {
  filter: drop-shadow(-1px 1px 3px #333);
}
/* @end */

/* @group Footer */
.footerForm {
  background-color:#DA4C3A;
  padding: 60px 0;
}
.footerForm h1 {
  color: #fff;
}
.footerForm form {
  margin-top: 20px;
}
.footerForm input, .footerForm input:focus {
  background-color:#DA4C3A;
  box-shadow: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  border-left: 0;
  color: #fff;
  font-family: 'Neutrif Pro';
  font-size: 14px;
}
.footerForm textarea, .footerForm textarea:focus {
  background-color:#DA4C3A;
  box-shadow: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  border-left: 0;
  height: 100px;
  color: #fff;
  font-family: 'Neutrif Pro';
  font-size: 14px;
}
.footerForm input::placeholder, .footerForm textarea::placeholder {
  color: #fff;
}
.footerForm button {
  font-family: 'Neutrif Pro';
  font-size: 18px;
  color: #fff;
  float: right;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}
.legal {
  background-color: #050505;
}
.legal p {
  color: #fff;
  padding: 0;
  margin: 20px 0;
}
.rights {
    background-color: #1B1B1C;
    padding: 30px 30px 20px 38px;
}
.rights p {
    color: #fff;
    font-family: neutrif_proregular, helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: .1em;
    padding: 0;
    margin: 0;
}
.rights .social {
	text-align: right;
}
.rights .social a {
	color: #ffffff;
	font-size: 20px;
	margin-left: 8px;
}
/* @end */

/* @group Home */
.carat {
    position: relative;
    top: 10px;
    font-size: 28px;
}
.introduction {
  background-color: #383839;
  padding: 60px 0 100px 0;
}
.introduction h1, .introduction h3 {
  color: #63C5B6;
  text-transform: lowercase;
}
.introduction h1 {
    margin-top: 30px;
}
.introduction h3 {
    margin-top: 23px;
    min-height: 79px;
	position: relative;
}
.introduction h3 span {
	position: absolute;
	bottom: 0;
	left: 0;
}
.introduction p, .introduction li {
  color: #ffffff
}
.introParagraph{
    color: #ffffff;
    line-height: 35px;
    margin-top: 25px;
    margin-left: 11px;
    margin-right: 11px;
    letter-spacing: .29px;
}
.introduction ul {
  margin-left: 0;
}
.introduction li {
    list-style-type: none;
    line-height: 27px;
}
.deliver {
	cursor: pointer;
}
.deliver ul {
  border-left: 1px solid #FFF;
  padding-left: 20px;
  margin-top: 20px;
}
.shadowTop {
  box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}
.caseStudyImage {
  position: relative;
}
.caseStudyImage .cycle-slideshow {
  width: 100%;
  height: auto;
  }
.caseStudyImage .cycle-slideshow div.slider-item {
    height: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding-bottom: 59.5%;
}
.next {
    position: absolute;
    right: 7px;
    top: 50%;
    color: #fff;
    font-size: 44px;
    cursor: pointer;
    z-index: 110;
    transform: translate(0, -50%);
}
.prev {
    position: absolute;
    left: 7px;
    top: 50%;
    color: #fff;
    font-size: 44px;
    cursor: pointer;
    z-index: 110;
    transform: translate(0, -50%);
}

.prev.disabled, .next.disabled {
	display: none;
}
.caseStudyInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 100%;
  z-index: 100;
  background-color: white;
  overflow: auto;
}
.caseStudyInfoTop {
    padding: 25px 20px 3px 25px;
    background-color: #fff;
}
.caseStudyInfoBottom {
    padding: 0 28px 0 25px;
    display: block;
}
.caseStudyInfoBottom p {
    font-family: 'Neutrif Pro';
    font-size: 12px;
    letter-spacing: 1.2px;
}
.caseStudiesListItem {
}
.caseStudiesListItem h3 {
  font-family: 'Avenir Next LT Pro';
  font-size: 20px;
  color: #58595B;
}
.caseStudiesListItem h2 {
    font-family: futura-pt-bold, sans-serif;
    font-size: 52px;
    line-height: .8em;
    word-spacing: -4px;
}
.caseStudiesListItem h1 {
  font-family: 'Neutrif Pro';
  font-size: 20px;
  color: #58595B;
  border-bottom: 2px solid;
  line-height: 1.2;
}
.caseStudiesListItem ul {
  margin-left: 0;
}
.caseStudiesListItem li {
  font-family: 'Neutrif Pro';
  text-transform: uppercase;
  list-style-type: none;
  font-size: 11px;
}
.showContent {
  cursor: pointer;
  display: none;
}
.hideContent {
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 41%;
  transform: translate(-50%, 0);
}
.clients {
    background: #3A393E;
    padding: 22px 0;
}
.clients .cycle-slideshow {
  width: 100%;
}
.clients h1 {
  color: #63C5B6;
}
.clients ul {
    margin-left: 41px;
}
.clients li {
    color: #CDCDCE;
    list-style-type: none;
    font-size: 11px;
    line-height: 19px;
}
.clientsList {
	padding-top: 35px;
	padding-bottom: 35px;
    margin-top: 11px;
    margin-bottom: 49px;
}
.clients .cycle-prev, .clients .cycle-next {
  position: absolute;
  top: 40%;
  font-size: 60px;
  color: #fff;
}
.clients .cycle-prev {
  left: 5px;
}
.clients .cycle-next {
  right: 5px;
}
.deliverContent {
  position: relative;
}
.deliverDesc {
  display: none;
  position: absolute;
  top: 3px;
}
/* @end */

/* @group About */
.headerBanner p {
  padding: 50px 0 !important;
}
.leadershipCEOIntro {
  padding-bottom: 30px;
}
.leadershipCEO {
    background-color: #383839;
    padding: 50px 0 100px;
    margin-top: 60px;
}
.leadershipCEO h1 {
  font-size:42px;
  color:#19A89D;
  text-align: center;
}
.leadershipCEO h2 {
  font-family: 'Neutraface 2 Display Titling';
  font-size: 21px;
  color: #fff !important;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: .1em;
}
.leadershipCEO p {
  color: #fff;
  text-align: center;
  margin: 0;
}
.leadershipCEO hr {
  margin: 20px auto;
  padding: 0;
  height: 2px;
  width: 40%;
  text-align: center;
  background-color: #fff;
  border: none;
}
.ceoRight {
  background-color: #19A89D;
  padding: 50px 50px;
}
.ceoContent {
  padding-top: 30px;
}
.ceoContent p {
  text-align: left;
}
.aboutOwners {
  margin-top: 30px;
}
.aboutOwners h3 {
  font-family: 'Neutraface 2 Display Titling';
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.aboutOwners h4 {
  font-family: 'Neutraface 2 Display Titling';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 0;
}
.aboutOwners p {
  font-family: 'Neutrif Pro';
  font-size: 13px;
}
.aboutOwners > div {
  position: relative;
}
.ownerInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #58575C;
  padding: 40px;
  display: none;
}
.ownerInfo div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ownerInfo p, .ownerInfo h3, .ownerInfo h4 {
  color: #fff;
}
.ownerInfo p {
  text-align: left;
}
.ownerInfo h3 {
  text-align: center;
}
.ownerInfo h4 {
  text-align: center;
}
.theWorkSmithsContent {
  padding: 0 40px;
}
.theWorkSmiths h3 {
  font-family: 'Neutraface 2 Display';
  font-size: 19px;
  color: #26A79D;
  text-transform: uppercase;
}
.teamHats {
  max-width: 250px;
}
.givingBack {
  padding: 60px 0;
}
.givingBackItem {
  margin-bottom: 30px;
  filter: drop-shadow(0px 0px 9px #777777);
  padding:10px;
  position: relative;
    cursor: pointer;
}
.givingBack h1 {
  font-family: 'Neutraface 2 Display Titling';
  font-size: 36px;
  text-transform: uppercase;
}
.givingBack h2 {
  font-family: 'Neutraface 2 Display Titling';
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 100px;
}
.givingBack p {
  font-family: 'Neutraface 2 Text Book';
  font-size: 32px;
}
.givingBackItem img {
  border: 15px solid #fff;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */

}
.givingBackItem:hover .givingBackHover {
  opacity: 0;
}
.givingBackItem:hover img, .middle-image img {
	-webkit-filter: none;
	  -moz-filter: none;
	  -ms-filter: none;
	  filter: none;
}
.givingBackHover {
  background-color:rgba(0,0,0,0.2);
  position: absolute;
  top:25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  cursor: default;
  opacity: 1;
  transition: opacity .25s ease-in-out;
}
.givingBackHover span {
  top: 50%;
  width: 100%;
  display: block;
  transform: translateY(-50%);
  text-align: center;
  position: relative;
  font-family: futura-pt-bold, sans-serif;
  font-size: 32px;
  line-height: 1em;
  word-spacing: -4px;
  color: #fff;
  text-transform: uppercase;

}
.aboutss .cycle-slideshow {
	position: absolute;
	    top: 0;
	    z-index: 1000;
}
.givingBack a {
	cursor: pointer;
}
/* @end */

/* @group Services */
.servicesHeaderImg img {
    max-height: 400px;
    transition: all .3s ease-in-out;
/*    height: 100%;
    width: auto;
    max-width: 1000%;*/
    margin: 0 ;
    display: block;
}
.servicesHeaderImg img:hover {
 /* filter: drop-shadow(-3px 3px 5px #9E9E9E);*/
   transform: scale(1.01);
}
.servicesHeaderImg h4 {
    font-family: 'Neutrif Pro';
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    color: #808285;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -30px;
}
.servicesHeaderImg a:hover h4 {
	visibility: visible;
}
.servicesItem {
}
.servicesItem h2 {
  font-family: 'Neutraface 2 Display Titling';
  font-size: 19px;
  color: #63C5B6;
}
.servicesPage h1 {
  font-family: 'Neutraface 2 Display Titling';
  font-size: 42px;
  color: #63C5B6;
  line-height: 1.15em;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.servicesPage h1 span.allows {
  margin-right: 230px;
}
.servicesPage h1 span.keyword {
  font-size: 58px;
  color: #348090;
  position: absolute;
      left: 58.7%;
}
.servicesItemLeft {
  padding: 0 50px !important;
}
.servicesItemLeft img {
  max-height: 400px;
  transition :  -webkit-filter 50ms linear
}
/*.servicesItem:hover .servicesItemLeft img {
  filter: drop-shadow(-10px 10px 6px #777777);
}*/
.servicesItemRight {
	padding-bottom: 53.5%;
}
.servicesItemLeft img {
  max-width: 150px;
  max-height: 200px;
  margin-bottom: 25px;
}

.pencil {
	height: 335px;
}
.servicesPage {
background: #F5F5F5
}
.servicesItem .cycle-slideshow {
	width: 100%;
	    height: auto;
}
.servicesItem .cycle-slideshow .slider-item{
	height: 100%;
	height: 0;
	width: 100%;
	background-size: cover;
	background-position: center center;
	padding-bottom: 49.5%;
}
.servicesHeaderImg a {
    display: inline-block;
    position: relative;
	padding: 0 5px 0 5px;
}
/* 4 up icon set
 .strategyHead {
	width: 15%;
	
}
.designHead {
	width: 16%;
}
.illustrationHead {
	width: 5%;
}
.photographyHead {
	width: 19.5%;
}
.activationHead {
	width: 18.25%;
}
.socialHead {
	width: 15%;

}
}
*/
.strategyHead {
	padding-left:35px;
	
}
.facilitiesHead {
margin-left:-15px;
}
/* @end */

/* Small only */
@media screen and (max-width: 39.9em) {}

/* Small and Medium */
@media screen and (max-width: 63.9375em) {
	
	.relative.hide-for-large {
		width: 100%;
	}
	.example-pager {
		    position: absolute;
		    left: 50%;
		    transform: translate(-50%, 0);
		    bottom: -17px;
		    z-index: 9999;
	}
	.example-pager span {
		color: #ffffff;
		font-size: 50px;
		text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	}
	.example-pager .cycle-pager-active {
		color: #26A79D;
	}
	.illustrationICON {
		
	    max-height: 120px;
		}
		.deliverBlock {
			    padding: 0 20px;
		}
	.introduction h3 span .more {
		right: -43px;
		left: auto;
		top: auto;
		bottom: -7px;
		
		font-family: 'Neutrif Pro';
		font-size: 14px;
		color: #ffffff;
	}
	.home-header.change, header.change {
	    padding-top: 17px !important;
	}
	
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
