/* 
Roze: #f5d4cf
RozeGrijs: #efe7e0
Oranje: #e56229
Grijs: #aeaa9f
Grijs v2: #efeeec
*/
@font-face{ 
	font-family: 'Manifold';
  src: url('fonts/ManifoldCF-Light.eot');
  src: url('fonts/ManifoldCF-Light.eot?#iefix') format('embedded-opentype'),
	     url('fonts/ManifoldCF-Light.woff') format('woff'),
	     url('fonts/ManifoldCF-Light.woff2') format('woff2'),
	     url('fonts/ManifoldCF-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face{ 
	font-family: 'Manifold';
  src: url('fonts/ManifoldCF-Regular.eot');
  src: url('fonts/ManifoldCF-Regular.eot?#iefix') format('embedded-opentype'),
	     url('fonts/ManifoldCF-Regular.woff') format('woff'),
	     url('fonts/ManifoldCF-Regular.woff2') format('woff2'),
	     url('fonts/ManifoldCF-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face{ 
	font-family: 'Manifold';
  src: url('fonts/ManifoldCF-Bold.eot');
  src: url('fonts/ManifoldCF-Bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/ManifoldCF-Bold.woff') format('woff'),
	     url('fonts/ManifoldCF-Bold.woff2') format('woff2'),
	     url('fonts/ManifoldCF-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
    font-family: 'notera';
    src: url('fonts/notera-webfont.woff2') format('woff2'),
         url('fonts/notera-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Manifold';
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #0d0d0d;
}

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

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
div.centerContent{
  width: 1400px;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
.textCenter{
  text-align: center;
}

.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.pinkBg{
  background-color: #efeeec;
}
.pinkGreyBg{
  background-color: #efe7e0;
}
.orangeBg{
  background-color: #0d0d0d;
}


.orangeButton,
a.brownButton,
a.greyButton,
a.outlineButton,
input.submitButton{
  display: inline-block;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #0d0d0d;
  color: #FFF;  
  font-weight: 700;
  font-size: 0.8em;
  text-decoration: none !important;
  margin-top: 40px;
  cursor: pointer;
}
a.orangeButton.bigButton{
  display: block;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 80px;
  padding: 18px;
  position: relative;
  line-height: 1.5em;
  margin-top: 0px;
}
div.footerBar a.orangeButton.bigButton{
  margin: 0px;
  background: none;
}
a.bigButton span.fa{
  position: absolute;
  right: 25px;
  top: 50%;
  display: block;
  font-size: 1.3em;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
a.outlineButton{
  background: none;
  border: solid #0d0d0d 1px;
  color: #0d0d0d;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
a.outlineButton.prev{
  padding-left: 30px;
}
a.outlineButton.next{
  padding-right: 30px;
}

a.outlineButton span.fa{
  position: absolute;
  left: 12px;
  top: 50%;
  display: block;
  font-size: 0.7em;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
a.outlineButton.next span.fa{
  left: auto;
  right: 12px;
}
a.brownButton{
  background-color: #dfd0c1;
}
a.greyButton{
  background-color: #aeaa9f;
}
.orangeButton:hover{
  background-color: #efeeec;
  color: #000;
}
div.footerBar a.orangeButton:hover{
  background: none;
  color: #67665f;
  border: solid 1px #67665f;
} 
a.brownButton:hover,
a.greyButton:hover{
  background-color: #0d0d0d;
}



/*      HEADER      */
header{
  width: 100%;
  position: absolute;
  z-index: 9;
  color: #FFF;
}
header.fixed,
header.forceFixed{
  position: fixed;
  top: 0px;
  background-color: #FFF;
  color: #0d0d0d !important;
}
header div.centerContent{
  padding-left: 50px;
  padding-right: 50px;
}
header a.logoHolder{
  display: block;
  z-index: 10;
  float: left;
  width: 330px;
  height: 157px;
  position: relative;
  box-sizing: border-box;
}
header.fixed a.logoHolder,
header.forceFixed a.logoHolder{
  width: 300px;
  height: 120px;  
}
header a.logoHolder img{
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40px;
  bottom: 40px;
}
header a.logoHolder img#logoWhite{
  opacity: 0;
}
header.fixed a.logoHolder img,
header.forceFixed a.logoHolder img{
  top: 25px;
}
header.forceFixed img#logoBlack,
header.fixed img#logoBlack{
  opacity: 0 !important;
}
header.forceFixed img#logoWhite,
header.fixed img#logoWhite{
  opacity: 0 !important;
}
header img#logoOrange{
  display: none;
}
header.forceFixed img#logoOrange,
header.fixed img#logoOrange{
  display: block;
}

div.menuHolder{
  position: fixed;
  top: 0px;
  right: -375px;
  bottom: 0px;
  width: 375px;
  z-index: 10;
  background-color: #efeeec;
}
header div.menuButton{
  position: absolute;
  right: 0px;
  top: 45px;
  padding: 2px;
  padding-left: 50px;
  display: block;
  white-space: nowrap;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer; 
}

header div.menuButton span.fa{
  font-size: 1.5em;
  position: absolute;
  top: 0px;
  left: 0px; 
}
div.menuCloseButton{
  position: absolute;
  right: 35px;
  top: 35px;
  width: 30px;
  height: 30px;
  display: block;
  background-image: url('../images/menu-sluiten.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; 
  z-index: 2;
}
div.menuHolder nav{
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-top: 90px;
  box-sizing: border-box;
}
div.menuHolder nav ul{
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  list-style-type: none;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  line-height: 2.5em;
  letter-spacing: 2px;
}
div.menuHolder nav ul li ul{
  padding-bottom: 10px;
}
div.menuHolder nav ul li ul li{
  text-transform: none;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 1px;
  padding-left: 25px;
}

div.menuHolder nav ul li a:hover{
  color: #67665f;
}
div.menuHolder nav ul li a.noLink:hover{
  color: inherit;
  cursor: default;
}

div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuInfo{
  text-transform: uppercase;
  position: absolute;
  bottom: 60px;
  left: 50px;
  right: 50px;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-align: center;
  color: #0d0d0d;
}
div.menuInfo a,
p.socialLinks a{
  display: inline-block;
  margin-right: 7px;
}
div.menuInfo a:hover{
  color: #67665f;
}
div.menuInfo a.phoneLink{
  display: block;
  margin-left: 0px;
  margin-top: 20px;
  font-weight: 700;
}




/*      CONTENT      */
div.content{
  padding-top: 120px;
}
div.content.noTopPadding{
  padding-top: 0px;
}
article div.pageTitle h1,
article div.pageTitle h2{
  padding: 50px;
}
article div.pageTitle img{
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 70px;
}

article h1.pinkGreyBg,
article .pageTitle h1,
article .pageTitle h2,
article .pinkGreyBg h2,
article .pinkBg h2{
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 700;
  color: #0d0d0d;
  text-align: center;
  margin-bottom: 100px;
}
article div.textHolder div.textCol h2,
div.content.blog article div.textHolder div.textCol h1{
  color: #aeaa9f;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}
div.content.blog article div.textHolder div.textCol h1{
  color: #0d0d0d;
}
article div.textHolder div.textCol h3,
div.content.blog article div.textHolder div.textCol h2{
  color: #0d0d0d;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.75em;
  margin-bottom: 20px;
}

article ul{
  margin-left: 0px;
}
article ul li{
  list-style: none;
  background-image: url('../images/bullet.svg');
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 35px;
  padding-bottom: 18px;
}

div.textHolder a,
div.contactForm p a{
  text-decoration: underline;
}



div.textHolder div.textCol{
  width: 46%;
  float: left;
  margin-bottom: 100px;
}
div.textHolder div.textCol:first-child{
  margin-right: 8%;
}



/*      HOME    */
div.content.home div.pageHeader{
  padding-top: 0px;
}
/*
@media screen and (min-width: 1701px) {
  div.pageHeader.slides{
    width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }
}
*/
div.pageHeader div.slideshowHolder{
  position: relative;
}
div.slideshow{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 18%;
  position: relative;
}
div.pageHeader.slides div.slideshow{
  padding-top: 48%;
}
div.bottomVisual div{
  padding-top: 23.4%;
  height: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


div.projectSlider{
  position: relative;
}
div.projectSlider div.slideshow{
  padding-top: 56.25%;
}

div.slideshow .slide{
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* @media screen and (min-width: 1024px){ */ /* and (max-width: 1700px)*/
  div.pageHeader.slides{
    height: 100%;
    width: 100%;
    position: relative;
  }
  div.slideshowHolder{
    height: 100%;
    width: 100%;
    position: relative;
  }
  div.slideshow{
    height: 100%;
    width: 100%;
    padding-top: 0px;
  }
  div.pageHeader.slides div.slideshow{
    padding-top: 0px;
  }
/*}*/

div.homeQuote{
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

div.homeQuote p{
  font-size: 1.1em;
}
div.homeQuote strong{
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
}

div.homeBlocks{
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
div.homeBlocksHolder a{
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
}
div.homeBlocksHolder a:nth-child(3){
  margin-right: 0px;
}
div.homeBlocksHolder a span.imageHolder{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
div.homeBlocksHolder a span.imageHolder span.iconHolder{
  display: block;
  position: absolute;
  top: 0px;
  bottom:0px;
  left: 33%;
  right: 33%;
  background-image: url("../images/cirkel_grijs.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
div.homeBlocksHolder a:nth-child(2) span.imageHolder span.iconHolder{
  background-image: url("../images/cirkel_zwart.svg");
}
div.homeBlocksHolder a:nth-child(3) span.imageHolder span.iconHolder{
  background-image: url("../images/cirkel_bruin.svg");
}
div.homeBlocksHolder a span.imageHolder img{
  display: block;
  width: 18%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
div.homeBlocksHolder a span.titleHolder{
  display: block;
  letter-spacing: 2px;
  font-size: 1em;
  text-align: center;
  padding-top: 15px;
  position: relative;
}
span.dotLine{
  position: absolute;
  left: 50px;
  top: -20px;
  display: block;
  width: 1px;
  height: 70px;
  background-color: #aeaa9f;
}
h3 span.dotLine,
span.title span.dotLine{
  left: -20px;
  top: -50px;
}
span.dotLine span{
  display: block;
  position: absolute;
  bottom: 0px;
  left: -1px;
  width: 3px;
  height: 3px;
  border-radius: 1px;
  background-color: #aeaa9f;
}
div.homeBlocksHolder a:nth-child(2) span.titleHolder span.dotLine,
div.homeBlocksHolder a:nth-child(2) span.titleHolder span.dotLine span{
  background-color: #0d0d0d;
}
div.homeBlocksHolder a:nth-child(3) span.titleHolder span.dotLine,
div.homeBlocksHolder a:nth-child(3) span.titleHolder span.dotLine span{
  background-color: #dfd0c1;
}
div.sideBlock{
  width: 5%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 100px;
}
div.homeBlocks div.sideBlock{
  background-color: #e6e5e1;
}
div.mainContent{
  position: relative;
}
div.content.home div.mainContent,
div.content.team div.mainContent{
  padding-top: 100px;
  padding-bottom: 120px;
}
div.content.team div.mainContent{
  padding-top: 0px;
}
div.mainText{
  display: flex;
  align-items: stretch;
}
div.content.contact div.mainText{
  padding-bottom: 100px;
}
div.content.home div.mainTextCol,
div.content.team div.mainTextCol{
  width: 50%;
  box-sizing: border-box;
  padding-right: 5%;
}
div.content.contact div.mainTextCol{
  width: 60%;
}
div.content.home article div.mainTextCol h1,
div.content.team article div.mainTextCol h2,
div.content.contact article div.mainTextCol h2{
  font-family: 'notera';
  text-transform: none;
  font-weight: normal;
  font-size: 2.9em;
  line-height: 1em;
  margin-bottom: 40px;
  margin-top: 40px;
  white-space: nowrap;
}
div.content.team article div.mainTextCol h2{
  margin-top: 25px;
  margin-bottom: 30px;
}
div.content.contact article div.mainTextCol h2{
  margin-top: 0px;
  font-size: 2.5em;
}
div.content.home article div.mainTextCol h1 span,
div.content.team article div.mainTextCol h2 span{
  display: block;
  padding-left: 15%;  
}

div.content.home div.mainTextCol div.textHolder{
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 50px;
}


div.content div.sideImage{
  width: 50%;
  position: relative;
}
div.content.contact div.sideImage{
  width: 40%;
  padding-left: 80px;
  box-sizing: border-box;
}
div.content div.sideImage img{
  display: block;
  width: 70%;
  float: left;
}
div.content.team div.sideImage img{
  margin-top: 50px;
}
div.content.contact div.sideImage img{
  margin-top: 40px;
}
div.content.contact div.sideImage img{
  float: none;
}

div.content div.sideImage div.imageText{
  background-color: #FFF;
  color: #0d0d0d;
  width: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
  float: left;
  box-sizing: border-box;
}
div.content.team div.sideImage div.imageText{
  margin-top: 140px;
}
div.content div.sideImage div.imageText p{
  writing-mode: vertical-lr;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 50px;
  white-space: nowrap;
}
div.content.home div.sideImage div.imageText p{
  height: 38%;
  display:flex;
  justify-content:flex-end;
}

div.content div.sideBg{
  background-image: url('../images/sidebg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 140px;
  bottom: 120px;
  left: 65%;
  right: 0px;  
}
div.content.team div.sideBg{
  top: 0px;
  bottom: 300px;
}
div.content.contact div.sideBg{
  top: -98px;
  bottom: auto;
  height: 380px;
  left: auto;
  right: 30%;
  width: 1100px;
  z-index: -1;
}

div.content div.sideBg img{
  display: block;
  width: 200px;
  position: absolute;
  left: 30%;
  bottom: -60px;
}


div.content.home div.projectOverview,
div.teamOverview{
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
div.content.home div.projectOverview h2{
  font-size: 1.3em;
  line-height: 1.4em;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 40px;
  border-bottom: solid 1px #0d0d0d;
  color: #0d0d0d;
  height: 24px;
  box-sizing: border-box;
  font-weight: 700;
  padding: 0px;
  text-align: left;
}
div.content.home div.projectOverview h2 span{
  display: inline-block;
  height: 110%;
  padding-right: 10px;
}

div.content.home div.projectOverview div.projectHolder a{
  margin-bottom: 0px;
}


/*      TEAM      */
div.teamOverview h2{
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 700;
  color: #0d0d0d;
  text-align: center;
  margin-bottom: 80px;
}
div.teamOverview div.employee{
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
  float: left;
}
div.teamOverview div.employee:nth-child(3n){
  margin-right: 0px;
}
div.teamOverview div.employee div.imageHolder{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.teamOverview div.employee div.info{
  background-color: #FFF;
  padding: 30px;
  padding-left: 50px;
}
div.teamOverview div.employee h3{
  color: #0d0d0d;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.95em;
  font-weight: 400;
  position: relative;
}
div.teamOverview div.employee p{
  margin-top: 10px;
  letter-spacing: 2px;
  font-size: 0.85em;
}
div.teamOverview div.employee p a{
  display: block;
}
div.teamOverview div.employee p span{
  font-weight: 700;
}

/*      PROJECTEN   */
div.content.projects div.projectOverview{
  margin-bottom: 100px;
}
div.projectHolder a{
  display: block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5%;
  text-align: center;
  float: left;
}
div.projectHolder a:nth-child(2n){
  margin-right: 0px;
}
div.projectHolder a span.imageHolder{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 75%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.projectHolder a span.location{
  display: block;
  font-size: 1.15em;
  margin-top: 20px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
div.projectHolder a span.description{
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 2px;
}

div.pageNav{
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.pageNav a{
  font-weight: 300;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  color: #0d0d0d;
}
div.pageNav a.active{
  color: #67665f;
}
div.pageNav a:hover{
  color: #efe7e0;
}
div.pageNav a:first-of-type{
  padding-left: 20px;
}

article div.projectNav{
  padding: 50px;
  text-align: center;
  margin-bottom: 80px;
}
article div.projectNav a.outlineButton{
  margin-top: 0px;
}

div.content.projects div.pageTitle h2{
  margin-bottom: 2px;
}
div.projectSlider span.fa{
  display: block;
  position: absolute;
  top: 50%;
  font-size: 2em;
  color: #FFF;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  cursor: pointer;
}
div.projectSlider span.fa.fa-chevron-left{
  left: 20px;
}
div.projectSlider span.fa.fa-chevron-right{
  right: 20px;
}
div.projectInfo{
  text-align: center;
  color: #0d0d0d;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 100px;
  margin-top: 40px;
}
div.projectInfo h1{
  font-size: 1.25em;
}
div.projectInfo h2{
  margin-top: 10px;
  font-size: 0.85em;
}


/*      BLOGS   */
div.blogOverview{
  margin-bottom: 100px;
}
div.blogHolder a{
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 5%;
  float: left;
}
div.blogHolder a:nth-child(3n){
  margin-right: 0px;
}
div.blogHolder a span.imageHolder{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.blogHolder a span.blogInfo{
  display: block;
  background-color: #f1f1ef;
  padding: 30px;
  padding-left: 50px;
  margin-bottom: 20px;
  box-sizing: border-box;
  min-height: 134px;
}
div.blogHolder a span.title{
  display: block;
  font-size: 1em;
  font-weight: 700;
  color: #0d0d0d;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
  position: relative;
}
div.blogHolder a span.quote{
  display: block;
  font-size: 1em;
  line-height: 1.3em;
}
div.blogHolder a span.intro{
  display: block;
  min-height: 175px;
}
div.blogHolder a span.orangeButton{
  margin-top: 20px;
}
div.content.blog article div.textHolder div.textCol img{
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
div.content.blog div.author{
  border-top: solid 1px #efeeec;
  margin-top: 30px;
  padding-top: 30px;
  color: #aeaa9f;
}





/*      CONTACT    */
div.content.contact div.sideImage h2{
  color: #0d0d0d;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85em;
  line-height: 1em;
  margin-bottom: 20px;
}
div.content.contact div.sideImage p{
  font-size: 0.85em;
}
div.content.contact div.sideImage p.socialLinks{
  margin-top: 30px;
  font-size: 1em;
}

input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #efeeec;
  color: #0d0d0d;
  height: 40px;
  font-family: 'Manifold';
  font-size: 0.85em;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  text-align: left;
  letter-spacing: 1px;
}
input.inputText:last-of-type{
  margin-bottom: 0px;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #efeeec;
  border: none;
  color: #0d0d0d;
  height: 250px;
  font-family: 'Manifold';
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 0.85em;
  border-radius: 0px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #0d0d0d;
  color: #FFF;
}
input.submitButton{
  -webkit-appearance: none;
  border: none;
  margin-top: 0px;
  font-family: 'Manifold';
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #0d0d0d;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #0d0d0d;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #0d0d0d;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #0d0d0d;
}

input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}


/*      FOOTER      */
div.footerBar{
  padding-top: 50px;
  padding-bottom: 50px;
}
div.footerBar div.dotLine{
  position: absolute;
  left: 150px;
  top: -100px;
  display: block;
  width: 1px;
  height: 125px;
  background-color: #0d0d0d;
}
div.footerBar div.dotLine div.extraLine{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 50px;
  background-color: #0d0d0d;
}
div.footerBar div.dotLine span{
  display: block;
  position: absolute;
  bottom: 0px;
  left: -1px;
  width: 3px;
  height: 3px;
  border-radius: 1px;
  background-color: #0d0d0d;
}

div.footerBar a{
  display: inline-block;
  color: #0d0d0d;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1em;
  font-size: 0.8em;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border: solid 1px #0d0d0d;
  text-transform: uppercase;
  margin-left: 80px;
}
div.footerBar div.quote{
  width: 50%;
  float: right;
  line-height: 1.65em;
  letter-spacing: 1px;
  color: #0d0d0d;
  padding-left: 40px;
  position: relative;
  box-sizing: border-box;
}
div.footerBar div.quote img{
  position: absolute;
  left: 0px;
  top: 8px;
  display: block;
  width: 20px;
}
div.uspBar{
  padding-top: 70px;
  padding-bottom: 70px;
}
div.uspBar div.usp{
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  float: left;
  width: 16%;
  margin-right: 5%;
  text-align: center;
}
div.uspBar div.usp:nth-child(5){
  margin-right: 0px;
}
div.uspBar div.usp div.iconHolder{
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: 30px;
  background-image: url("../images/USP-1.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
div.uspBar div.usp:nth-child(2) div.iconHolder{
  background-image: url("../images/USP-2.svg");
}
div.uspBar div.usp:nth-child(3) div.iconHolder{
  background-image: url("../images/USP-3.svg");
}
div.uspBar div.usp:nth-child(4) div.iconHolder{
  background-image: url("../images/USP-4.svg");
}
div.uspBar div.usp:nth-child(5) div.iconHolder{
  background-image: url("../images/USP-5.svg");
}



footer{
  color: #0d0d0d;
}
div.footerCol{
  padding-top: 70px;
  padding-bottom: 70px;
  width: 25%;
  padding-left: 40px;
  box-sizing: border-box;
  float: left;
}
div.footerCol:first-child{
  width: 50%;
  padding-left: 80px;
}

div.footerCol a.logoHolder{
  display: block;
  width: 30%;
}
div.footerCol a.logoHolder img{
  display: block;
  width: 100%;
}

div.footerCol h3{
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 0.75em;
}

div.footerCol p{
  line-height: 2em;
  font-weight: 400;
  font-size: 0.8em;
}
div.footerCol p span{
  font-weight: 700;
}
div.footerCol p span.fa{
  font-weight: normal;
  padding-right: 10px;
}


div.copyright{
  border-top: solid 1px #aeaa9f;
  color: #aeaa9f;
  font-size: 0.7em;
  line-height: 1em;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}
div.copyright a:hover{
  text-decoration: underline;
}