@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;
}

.about2-headline {
		text-transform: uppercase;
		text-align:center;
		font-size: 50px;
		font-weight:bold;
		font-family: 'Neutraface 2 Display Titling';
		background-color: #348090;
    background-image: linear-gradient(0deg, #348090, #69BCB1);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
		line-height:48px;
	}
	
	.about2-copy {
		text-align:center;
}
	
	#block-container {
		width: 100%;
		margin:auto;
		position:relative;
		padding-top:30px;
		padding-bottom: 40px;
		height: 425px
	}

	.giving {
		width:323px;
		height:375px;
		background:#334047;
		color: #FFF;
		padding: 25px;
				text-align: center;
		position: relative;
		float:left;
	}
	
	.empower {
		width:323px;
		height:375px;
		background:#348090;
		color: #FFF;
		padding: 25px;
				text-align: center;
		position: relative;
		float:left;
	}
	
	.sustain {
		width:323px;
		height:375px;
		background:#69BCB1;
		color: #FFF;
		padding: 25px;
				text-align: center;
		position: relative;
		float:left;
	}
	
	.about2-block-title {
		text-transform: uppercase;
		font-size: 30px;
		font-weight:bold;
		font-family: 'Neutraface 2 Display Titling';
	}
	
	.about2-block-copy p {
		line-height: 1em;
		font-size:17px !important;
	}
	
	.join-team {
		width: 100%;
    text-align: center;
    position: relative;
    float: left;
	}
	.join-team a {
		font-weight:bold !important;
	}
	
	#about2-logos {
		position: absolute;
		bottom:27px;
		text-align: center;
		height: 60px;
		margin:auto;
		left:0;
		right:0;
	}

	#eco-logos {
		margin:auto;
		position: absolute;
		bottom:27px;
		text-align: center;
		height: 100px;
		margin:auto;
		left:0;
		right:0;
	}



.career-post {
	max-width: 1200px;
	margin: auto;
	padding: 0.9375rem;
}

.about-header {
    font-size: 1.7em;
    line-height: 1.4em;
padding-bottom: 15px;
    width: 75%;
    margin: auto !important;
}

.leadershipCEO2 {
    background-color: #334047;
	padding-top: 40px;
	padding-bottom: 40px;
	  color: #FFF;
	font-family: 'Neutraface 2 Text Book';
}

.leadershipCEO2 h1 {
  font-size:1.7em;
   font-family: 'Neutraface 2 Display Titling';
 color:#FFF;
  text-align: center;
}
.leadershipCEO2 h2 {
  font-family: 'Neutraface 2 Display Titling';
  font-size: 21px;
  color: #fff !important;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: .1em;
}
.leadershipCEO2 p {
  color: #fff;
  text-align: left;
  margin: 0;

}
.leadershipCEO2 hr {
  margin: 20px auto;
  padding: 0;
  height: 2px;
  width: 40%;
  text-align: center;
  background-color: #fff;
  border: none;
}


body {
  padding: 60px 0 20px 0;
}
.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;
}
a {
    color: #348090;
}

/* @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: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    height: 120px;
}
.home-header.change, header.change {
    padding-top: 17px;
    height: 60px;
}

.reveal header {
	position: relative;
	top: -16px;
	left: 9px;
	z-index: 999;
}
.logo {
	max-width: 300px;
	height: auto;
}
nav {
    background-color: rgb(52 128 144 / 95%) !important;
    width: 38%;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 99999999;
    height: 100vh;
}
nav.scrolled {
	 top: 0;
}
header button {
	right: 30px !important;
	top: 35px !important;
	font-size: 80px !important;
}
.nav-items {
    padding: 150px 20px 150px 30px;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.nav-items a {
    font-family: 'Neutraface 2 Display Titling';
    color: #ffffff !important;
    display: block;
    font-size: 65px;
    text-align: left;
    text-transform: lowercase;
    border-bottom: #444 solid 1px;
    padding: 6px;
    text-align: center;
    border: none;
    padding-bottom: 0;
	line-height: 1.2em;
}
.nav-items a:hover {
    color: #69BCB1 !important;
}
a.nav-last {
	border-bottom: none !important;
}

.nav-close {
	font-size: 50px;
	line-height: 0;
	top:-10%;
}
.social.mobile  {
	display: none;
}
.nav-items .close {
    position: absolute;
    top: 0;
    right: 18%;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 29px;
    line-height: 1;
    cursor: pointer;
}
header .social {
	margin-right: 12px;
	color: #636363;
	font-size: 27px;
	/* margin-top: 14px; */
	display: inline-block;
}
.social-hamburger {
    display: flex;
    padding: 60px 0;
    justify-content: center;
}
.social-hamburger a {
    display: inline-block;
    font-size: 25px;
}
header.change .social {

    font-size: 20px;
}
.hamburger {
	    margin-top: -11px;
}
header.change .hamburger {
    width: 30px;
}
.logo-mark {
	display: none;
	max-width: 29px;
}
.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%;
}
.clients .cycle-slideshow {
	    height: 163px;
}
.clients .cycle-slideshow img {
    margin: 0 6%;
    width: 100px;
}
/* @end */

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

/* @group Footer */

.footerForm {
  background-color:#348090;
  padding: 60px 0;
}
.footerForm h1 {
  color: #fff;
}
.footerForm form {
  margin-top: 20px;
}
.footerForm input, .footerForm input:focus {
  background-color:#348090;
  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:#348090;
  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 60px 38px;
	text-align: center;
}
.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;
}

.certs {
	background-color:#334047;
	text-align: center;
	padding: 40px 20px 60px 20px;
}
.certs p {
    color: #fff;
    font-family: neutrif_proregular, helvetica, arial, sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    padding: 0;
    margin: 0;
}
.certs2 {
	text-align:center; margin:auto; padding-top:60px;
}
.eco {
width: 260px; height:auto; padding: 5px 20px;}
.spc  {
width: 260px; height:auto; padding: 5px 20px;}
.wbenc {
width: 170px; height:auto; padding: 10px 10px;}
.gsa1 {
width: 270px; height:auto; padding: 10px 35px;}


/* @end */

/* @group Home */
.introduction {
  background-color: #334047;
  padding: 60px 0 100px 0;
}
.introduction h1, .introduction h3 {
  color: #69BCB1;
  text-transform: lowercase;
}
.introduction h1 {
    margin-top: 30px;
	margin-left:-15px;
}
.introduction h3 {
    margin-top: 23px;
    min-height: 79px;
	position: relative;
}
.introduction h3 span {
	position: absolute;
	bottom: 0;
	left: 0;
}
.introduction p, .introduction li {
  color: #FFF
}
.introParagraph{
    color: #3A393E;
    line-height: 35px;
    margin-top: 70px !important;
    margin-left: -10px;
    margin-right: 0;
    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 #3A393E;
  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: 45.5%;
}
.next {
    position: absolute;
    right: 30px;
    top: 50%;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    z-index: 110;
    transform: translate(0, -50%);
}
.prev {
    position: absolute;
    left: 25px;
    top: 50%;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    z-index: 110;
    transform: translate(0, -50%);
}
.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: #5B6670;
}
.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: #5B6670;
  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: inline;
  cursor: pointer;
  position: relative;
  left: 0;
}
.client-logos2 {
	width:100%
}
.clients {
    background: #334047;
    padding: 22px 0;
}
.clients .cycle-slideshow {
  width: 100%;
}
.client-copy {
	color:#FFF;
}
.clients h1 {
  color: #69BCB1;
    text-align: center;
    font-size: 3em;

}
.clients ul {
    margin-left: 30px;
}
.clients li {
    color: #CDCDCE;
    list-style-type: none;
    font-size: 12px;
    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;
}
.deliverDesc p {
	margin-right: 10px;
}
/* @end */

/* @group About */
.headerBanner p {
  padding: 50px 0 !important;
}
.leadershipCEOIntro {
  padding-bottom: 30px;
}
.leadershipCEO {
  background-color: #383839;
  padding: 50px 0 100px;
  margin: 0;
}
.leadershipCEO h1 {
  font-size:77px;
  color:#19A89D;
  text-align: center;
  margin-bottom: 60px;
margin-top: 40px;
	margin-right:-15px;
}
.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 0 10px 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;
}
.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:0;
}
.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: 36px;
    bottom: 25px;
    left: 34px;
    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 {
    background: #F5F5F5;
    padding-bottom: 60px;
}


.careerss {
	background: #F5F5F5;
    padding-top: 60px;
}


/* @end */

/* @group Services */
.servicesHeaderImg img {
  max-height: 250px;
	margin-top:75px;
  transition: all .3s ease-in-out;
}
.servicesHeaderImg img:hover {
 /* filter: drop-shadow(-3px 3px 5px #9E9E9E);*/
   transform: scale(1.01);
}
.servicesItem {
}
.servicesItem h2 {
  font-family: 'Neutraface 2 Display Titling';
  font-size: 19px;
  color: #348090;
}
.servicesPage h1 {
  font-family: 'Neutraface 2 Display Titling';
  font-size: 48px;
  color: #39393c;
  line-height: 1.15em;
  margin-bottom: 0;
	margin-top:100px;
  text-align: center;
}
.servicesHeaderImg {
    margin-top: -60px;
	padding-bottom:30px;
}
.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);
}*/
.servicesItemLeft img {
  max-width: 150px;
  max-height: 200px;
  margin-bottom: 25px;
}
.servicesItemRight {
  background-size: cover;
  background-position: center center;
  padding-bottom: 49.5%;
}
.pencil {
	height: 335px;
}
.servicesPage {
background: #F5F5F5
}
.serviceWrapper {
	width: 100%;
}
.servicesHead {
	padding-top:60px;
	
}
.servicesHead .shadowTop {
 /*.   box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);*/
    box-shadow: none;
    padding-bottom: 46%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.servicesHead .shadowTop span {
	position: absolute;
    right: 10%;
    bottom: 50px;
    color: #ffffff;
    background: #338090;
    padding: 9px 30px;
    border-radius: 12px;
    text-transform: uppercase;
	font-family: 'Neutraface 2 Display Titling', sans-serif;
}
.servicesHead .cycle-pager {
	position: absolute;
    bottom: 10px;
    text-shadow: 1px 1px 2px rgb(150 150 150);
    left: 50%;
    z-index: 999999;
    transform: translate(-50%, 0);
	visibility: visible;
}
.servicesHead .cycle-pager span {
    color: #ffffff;
    font-size: 57px;
    margin: 0 9px;
    line-height: 1;
	cursor: pointer;
}
.servicesHead .cycle-pager span.cycle-pager-active {
	color: #338090;
	
}
.servicesPage h1 {
    font-family: 'Neutraface 2 Display Titling';
    font-size: 29px;
    color: #39393c;
    line-height: 1.15em;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    text-align: left;
}
.servicesPage h1 span.keyword {
    font-size: 29px;
    color: #348090;
    position: absolute;
    left: 255px;
}
.servicesPage .banner {
    padding-top: 30px;
    padding-bottom: 30px;
}
.servicesHeaderImg img {
    max-height: 118px;
    margin-top: 0;
    transition: all .3s ease-in-out;
    margin: -29px 7px 0;
    vertical-align: top;
}
.servicesHeaderImg {
    margin-top: 0;
    padding-bottom: 0;
}
.servicesHeaderImg h4 {

    display: none;
}
.servicesHeaderImg .illustrationHead img {
	    max-height: 93px;
    margin-top: -16px;
}
/* @end */


/* @group Blog */
.blog-list {
	    padding-top: 75px;
}
.blog-post {
	margin-bottom: 60px;
}
.blog-post h2 {
    color: #3A3A3C;
    font-size: 42px;
    letter-spacing: .01em;
    word-spacing: .01em;
    font-family: 'Neutraface 2 Display Titling', helvetica, arial, sans-serif;
    line-height: 44px;
    text-transform: capitalize;
    margin-bottom: 13px;
}
.blog-post p {
    color: #3A3A3C;
    font-size: 20px;
    letter-spacing: .01em;
    word-spacing: .01em;
    font-family: 'Neutrif Pro', helvetica, arial, sans-serif;
    line-height: 28px;
}
p.blog-info {    font-size: 20px;
    margin-bottom: 7px;}

.read-more {
	font-weight: bold;
	color: #404041;
}
.footer-top .blog {
	background-color: #fff !important;
}

.socialHead h4 {
	width: 80%;
}

/* @end */

/* @group Case Study Page */


.caseStudyPage .caseStudyInfoBottom p {
    font-size: 15px;
    letter-spacing: 0.5px;
}
.caseStudyPage.caseStudiesListItem h1 {
    font-size: 25px;
}
.supportImages img{
	padding-bottom: 5px;
}
.caseStudyPage video {
	width: 100%;
}
.caseStudyPage .caseStudyInfo {
	height: auto;
	position: sticky;
    top: 57px;
    left: 0;
    width: auto;
    z-index: 1;
    overflow: auto;
}
.caseStudyPage .medium-5 {
	background: #ffffff;
	position: re;
}
/* @end */

/* Small only */
@media screen and (max-width: 39.9em) {
.clients .cycle-slideshow img {
    margin: 0 10px !important;
}
	.servicesHead .cycle-pager {
		bottom: -15px;
	}
	.servicesHead .shadowTop span {
		bottom:25px;
		padding: 3px 20px 0 30px;
		right:5%
	}
	
		nav {
			z-index: 9999999;
			width: 91% !important;
		}
}

/* Small and Medium */

@media screen and (max-width: 63.9375em) {
  body {
  	padding-top: 138px;
  }
  .banner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .clients h1 {
    font-size: 50px;
    text-align: center;
  }
	
	.archive1 h2{
		font-size:2em;
		line-height: 1em !important;
    padding-top: 7px;
	}
	
.servicesHead .cycle-pager span {
		visibility: visible !important;
}
	.mbrule {
		height: 2px;
		width: 93%;
		margin:auto;
		background-color: #555;
	margin-top: 50px;
	}
	.servicesHead .cycle-pager span {
    font-size: 50px;
    margin: 0 2px;
}
  .logo {
    width: 100%;
  }
  .footerForm h1 {
    font-size: 30px !important;
  }
  .givingBack p {
    font-size: 18px;
  }
  .givingBack h1, .givingBack h2 {
    font-size: 23px !important;
  }
  .givingBack h2 {
    margin-top: 50px !important;
  }
  .givingBackItem img {
    border: 3px solid #fff !important;
  }
  .givingBackHover span {
    font-size: 20px !important;
  }
  .givingBackItem {
    padding: 0px !important;
    margin-bottom: 15px !important;
  }
	.mobileContainer {
        padding-left: 0;
        padding-right: 0;
  }
  .mobileGreen {
    background-color: #03A69D;
    border-bottom: 1px solid #383839;
  }
  .mobileGrey {
    background-color: #565759;
    border-bottom: 1px solid #383839;
  }
  .teamHats {
      width: 35%;
      display: block;
      float: right;
      padding-top: 44px;
  }
  .mobileTeamHats {
      width: 64%;
      float: left;
      padding: 35px 10px;
  }
  .theWorkSmithsContent {
    padding: 10px 0 !important;
  }
  .leadershipCEO {
    padding-bottom: 0 !important;
  }
 .ceoContent {
     padding: 35px 20px;
 }
  .leadershipCEO h2 {
    line-height: 1em !important;
  }
  .servicesItem .cycle-slideshow .slider-item {
	    padding-bottom: 69.5%;
	}
	.servicesItemLeft {
	    padding: 20px 10px !important;
	}
	.introduction h1 {
	    margin-top:0;
	    font-size: 50px;
	    text-align: center;
	}
	.aboutss {
    padding-bottom: 0 !important;
	margin-top:50px !important;
}	
.introParagraph{
    line-height: 35px;
    margin-top: 0 !important;
    margin-left: 0;
    margin-right: 0;
    letter-spacing: .29px;
	padding-left:15px;
	padding-right:15px;
}

.leadershipCEO h1 {
	    font-size: 50px;
	margin-bottom:0;
	}
	
	.deliver ul {
    border-left: none;
    column-count: 2;
    padding-left: 0;
	}
	.introduction h3 {
	    margin-top: 23px;
	    min-height: 79px;
	    position: relative;
	    border-top: 1px solid #ffffff;
	}
	.introduction h3 br {
		display: none;
		}
		.deliverDesc {
		    display: none;
		    position: relative;
		    top: 3px;
		}
		.caseStudyInfo {
		    position: relative;
		    width: 100%;
		    height: auto;
		}
		
		.caseStudiesListItem ul {
		    margin-left: 0;
		    column-count: 2;
		}
		.caseStudiesListItem h2 {
		    font-family: futura-pt-bold, sans-serif;
		    font-size: 47px;
		    line-height: .8em;
		    word-spacing: -8px;
		}
		.caseStudiesListItem h1 span {

			float: right;
			font-family: 'Avenir Next LT Pro';
			font-size: 20px;
			color: #58595B;
		}
		.shadowTop.hide-for-large {
			width: 100%;
		}
		.servicesPage h1 {
		    font-size: 28px;
			text-align: left;
		}
		.servicesPage h1 br {
			display: none;
		}
		.servicesPage h1 span.keyword {
		    font-size: 28px;
		    left: 0;
			position: relative;
		}
		.servicesPage h1 span.allows {
		    margin-right: 0;
		}
		.servicesHeaderImg {
			display: none;
		}
		.servicesPage .banner {
			padding-top: 35px;
			padding-bottom: 35px;
		}
		.servicesItemLeft {
		    padding: 20px 10px !important;
		}
		.rights {
		    background-color: #1B1B1C;
		    padding: 10px 10px 10px 10px;
		}
		.rights p {
		    font-size: 9px;
		    text-align: center;
		    margin-bottom: 10px;
		}
		.rights .social a {
			    color: #348090;
				font-size: 9px;
		}
		.cycle-slide.shadowTop {
			box-shadow: none;
		}
		.more {
			color: #63C5B6;
			font-size: 14px;
		}
		body {
			padding-top: 65px;
		}
		nav {
			z-index: 9999999;
			width: 45%;
		}
		.nav-items a {
			font-size: 50px;
		}
		.servicesHead .shadowTop {
			padding-bottom: 65%;
		}
		
		.home-header, header {
			padding-top: 15px;
			height: 100px;
		}
		.social.mobile {
			display: inline-block;
			font-size: 20px;
			margin-right: 9px;
			margin-top: -20px;
		}
		.hamburger {
			margin-top: 9px;
			margin-right: 10px;
		}
		.social.desktop {
			display: none;
		}
		.clients .cycle-slideshow img {
		    margin: 0 40px;
		    width: calc(25% - 20px);
		}
		.mobileGreen img, .mobileGrey img {
			padding: 35px 0;
		}
		.mobileTeamHats p {
			text-align: left;
		}
		
		.deliver:hover .h3 {
        font-family: 'Neutraface 2 Display';
    font-size: 38px;
	    color: #63C5B6 !important;
}
}
@media screen and (max-width: 1100px) {
.servicesHeaderImg a {
    padding: 0 3px 0 3px;
}
}

@media screen and (max-width: 1200px) {
.giving {
		width:100%;
		height:300px;
	}
	
	.empower {
		width:50%;
		height:300px;
	}
	
	.sustain {
		width:50%;
		height:300px;
	}
}

@media screen and (max-width: 770px) {
.giving {
		height:350px;
	}
	
	.empower {
		width:100%;
		height:270px;
	}
	
	.sustain {
		width:100%;
		height:300px;
	}
}

@media screen and (min-width: 1225px) {
	.servicesPage h1 {
	margin-left:11%;
}
}
@media screen and (min-width: 1900px) {
	.servicesPage h1 {
	margin-left:25%;
}
}
/* Medium */
@media screen and (max-width: 1088px) {

.servicesPage h1 {
    font-size: 27px;
   
}
.servicesHead .cycle-pager span {
		visibility: hidden;
}
.servicesPage h1 span.keyword {
    font-size: 27px;
    left: 235px;
}
.servicesHeaderImg img{
	max-height:105px;
}
}

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

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.introParagraph{
    margin-top: 5px !important;
}
}

/* Large and up */
@media screen and (min-width: 64em) {
	
.servicesHead .cycle-pager span {
		visibility: hidden;
}
}

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