/*
Donkerblauw: #082b3b;
Blauw: #007fc8;
*/

@font-face {
    font-family: 'five_boroughs_handwritingRg';
    src: url('fonts/fiveboroughshandwriting-webfont.woff2') format('woff2'),
         url('fonts/fiveboroughshandwriting-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.fiveB{
  font-family: 'five_boroughs_handwritingRg';
  font-weight: normal !important;
}


/* 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: 'Biryani', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7em;
  color: #000;
  background-color: #FFF;
}

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

strong{
  font-weight: 700;
}

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


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
div.centerContent{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
div.colHolder{
  display: flex;
  align-items: stretch;
}

div.col1, div.col2, div.col3, div.col4{
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.col1.noPadding, div.col2.noPadding, div.col3.noPadding, div.col4.noPadding{
  padding: 0px;
}
div.col1.noTopPadding, div.col2.noTopPadding, div.col3.noTopPadding, div.col4.noTopPadding{
  padding-top: 0px;
}

div.col1{
  width: 25%;
}
div.col2{
  width: 50%;
}
div.col2 div.fixPadding{
  padding-right: 40px;
}
div.col2 div.halfCol{
  width: 50%;
  padding-right: 0px;
  box-sizing: border-box;
}
div.col3{
  width: 75%;
}
div.col4{
  width: 100%;
}

div.col3 div.col1{
  width: 33.3%;
}
div.col3 div.col2{
  width: 66.7%;
}

.borderLeft{
  border-left: dashed 1px #007fc8;
}
.borderRight{
  border-right: dashed 1px #007fc8;
}
.borderBottom{
  border-bottom: dashed 1px #007fc8;
}
.textCenter{
  text-align: center;
}
.textBlue{
  color: #007fc8 !important;
}
.textDarkBlue{
  color: #082b3b;
}

.bgGeel{
  background-color: rgb(255,207,0);
}
.bgPaars{
  background-color: rgb(117,34,101);
}
.bgGrijs{
  background-color: rgb(128,128,128);
}
.bgGroen{
  background-color: rgb(81,128,109);
}
.bgRood{
  background-color: rgb(211,85,57); 
}


.bgLightGrey{
  background-color: #e5e5e5;
}
.bgBlue,
.bgBlauw{
  background-color: #007fc8;
}

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

/*      HEADER      */
header{
  width: 100%;
  z-index: 2;
  position: fixed;
  padding-top: 65px;
  padding-bottom: 30px;
  background-color: #FFF;
  z-index: 20;
}
header.fixed{
  padding-top: 35px;
  padding-bottom: 35px;
}

div.logoHolder{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 25%;
  padding-bottom: 30px;
}
header.fixed div.logoHolder{
  width: auto;
  top: -26px;
  left: 40px;
  padding-bottom: 0px;
}

div.logoHolder img{
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto; 
}
header.fixed div.logoHolder a:first-child,
header div.logoHolder a:last-child{
  display: none;
}
header.fixed div.logoHolder a:last-child{
  display: block;
}

div.menuHolder{
  box-sizing: border-box; 
}
div.menuHolder nav{
  float: right;
  margin-right: -125px;
  box-sizing: border-box;
  font-size: 1.4em;
  line-height: 0.9em;
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0px;
  padding-top: 2px;
  margin-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  border-right: solid 3px #000;
  vertical-align: top;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  padding-top: 3px;
}
div.menuHolder nav ul li.socialHolder{
  border: none;
  font-size: 0px;
  line-height: 0px;
  padding-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
}

div.menuHolder nav ul li:hover,
div.menuHolder nav ul li.active{
  color: #007fc8;
}

div.menuHolder nav ul li.socialHolder a{
  display: inline-block;
  height: auto;
  width: 18px;
  box-sizing: border-box;
  margin-right: 10px;
  padding-top: 0px;
}
div.menuHolder nav ul li.socialHolder a img{
  width: 100%;
  display: block;
}

div.menuHolder nav ul li ul{
  display: none;
}
div.menuHolder nav ul li:nth-child(2){
  display: none;
}
div.menuHolder nav ul li.menuButton{
  display: none;
}


/*      CONTENT      */
div.content{
  position: relative;
  padding-top: 114px;
}
div.subMenuHolder{
  position: absolute;
  left: 0px;
  top: 315px;
  width: 100%;
  z-index: 10;
  pointer-events: none;  
}
nav.subMenu{
  position: absolute;
  right: 75%;
  display: block;
  width: 1000px;
  z-index: 10px;
  margin-right: 20px;
  pointer-events: auto;
}
nav.subMenu ul li{
  text-align: right;
  font-weight: 900;
  font-size: 1.4em;
  line-height: 1em;
  list-style: none;
  margin-bottom: 15px;
  text-transform: uppercase;
}
nav.subMenu ul li:hover,
nav.subMenu ul li.active{
  color: #007fc8;
}

div.visualHolder{
  width: 100%;
  height: 340px;
  overflow: hidden;
}
div.visualHolder div.centerContent{
  height: 100%;
}
div.visualHolder img{
  height: 100%;
  position: absolute;
  left: 25%;
  top: 0px;
}
div.visualHolder div.overlay{
  height: 100%;
  position: absolute;
  left: 25%;
  top: 0px;
  width: 1600px;
  background-color: rgba(8,43,59,0.8);
  box-sizing: border-box;
  padding-left: 170px;
}
div.visualHolder div.overlay h4{
  color: #FFF;
  font-weight: 900;
  font-size: 3.2em;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 4px;
}
div.visualHolder div.overlay a{
  font-size: 1em;
  margin-top: 10px;
  display: inline-block;
  font-weight: 700;
  background-color: #007fc8;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px;
  padding-top: 9px;
  padding-left: 13px;
  padding-right: 33px;
  position: relative;
}
div.visualHolder div.overlay a:hover{
  opacity: 0.9;
}

div.visualHolder div.overlay a span{
  display: block;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 0px;
  height: 0px;
  border-left: solid 10px #FFF;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
}

article{
  width: 100%;
  box-sizing: border-box;
}
article h1,
article h2{
  background-color: rgba(4,41,44,0.9);
  color: #FFF;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  min-width: 100%;
  text-transform: uppercase;
  padding: 5px;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 15px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
article h3{
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  padding-top: 11px;
}
article strong{
  color: #007fc8;
  font-weight: 700;
}


/*      HOME        */
div.content.home div.visualHolder div.centerContent div.col1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 21;
}
div.content.home img.svgOverlay{
  display: block;
  width: 315px;
  margin-left: 15px;
  margin-top: -20px;
}
div.countDown{
  width: 1300px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
  font-weight: 900;
  font-size: 2.6em;
  line-height: 1.4em;
  color: #FFF;
}
div.countDown div.centerContent{
  float: right;
  margin: 0px;
  height: 100%;
}
div.countDown div.centerContent div.col1{
  float: right;
  height: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
div.content.home article div.col2 h1{
  min-width: 50%;
}

span.readmore{
  font-size: 1.4em;
  display: block;
  margin-top: 15px;
}

div.homeSlider{
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
}
div.homeSlider a.slide{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 20px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.slideDots{
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 10px;
  text-align: center;
  z-index: 10;
}
div.slideDots div{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #FFF;
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
}
div.slideDots div.active{
  background-color: #007fc8;
}

div.widget{
  min-height: 318px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 800;
  color: #082b3b;
  font-size: 1.4em;
  line-height: 1em;
}
div.widget p{
  margin-bottom: 20px;
}
div.widget p.score,
div.widget p.reviews{
  color: #00bba1;
}
div.widget p.score{
  font-size: 2.4em;
  line-height: 1em;
}

div.widget p.advise{
  line-height: 2em;
}
div.widget a img{
  display: inline-block;
  width: 70%;
}


span.jobSelectTitle{
  font-size: 1.4em;
  display: block;
  margin-top: 15px;
}
span.jobSelectText{
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  display: block;
  margin-top: 20px;
  padding-left: 10px;
}
select.inputSelect{
  width: 100%;
  height: 24px;
  line-height: 24px;
}

a.teamButtonNew{
  display: inline-block;
  background-color: rgba(4, 41, 44, 0.9);
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.7em;
  border-radius: 10px;
}
a.teamButtonNew:hover{
  background-color: rgba(4, 41, 44, 0.5);
}


/*      TIMELINE    */
img.scrollVerder{
  position: absolute;
  left: 30px;
  top: 80px;
  width: 120px;
}
div.historyHolder{
  position: relative;
  margin-bottom: 100px;
}
div.historyLine{
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1px;
  height: 100%;
  z-index: 1;
}
div.historyBlocks{
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
div.historyBlock{
  position: relative;
  clear: both;
  padding-bottom: 10px;
  margin-left: 50%;
  width: 45%;
  box-sizing: border-box;
  padding-left: 30px;
}
div.historyBlock:nth-child(even){
  text-align: right;
  margin-left: 5%;
  padding-right: 30px;
}
div.historyBlock div.dot{
  position: absolute;
  left: -8px;
  top: 2px;
  background-color: #007fc8;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
div.historyBlock:nth-child(even) div.dot{
  left: auto;
  right: -8px;
}
div.historyBlock h4{
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1em;
  box-sizing: border-box;
  margin-bottom: 10px;
}

div.timeBlocks{
  position: relative;
}
div.timeBlocks img.svgOverlay{
  position: absolute;
  top: -150px;
  left: -30px;
}
div.content.timeline div.col1{
  min-height: 350px;
  padding-top: 45px;
}
div.content.timeline div.col1 div.imgHolder{
  width: 100px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
div.content.timeline div.col1 div.imgHolder img{
  display: block;
  width: 100%;
}
div.content.timeline div.col1 p.name{
  font-size: 3em;
  line-height: 1.1em;
  letter-spacing: 2px;
}
div.content.timeline div.col1.bgBlue p.name{
  color: #FFF;
}
div.content.timeline div.col1 p:last-child{
  font-weight: 900;
  color: #FFF;
  font-size: 1.4em;
  letter-spacing: 2px;
  margin-top: 20px;
}
div.content.timeline div.col1:nth-child(3) p:last-child{
  color: #007fc8;
}

/*      HQ    */
div.content.default img.svgOverlay{
  position: absolute;
  bottom: -20%;
  right: -50%;
  z-index: 1;
  width: 135%;
}
div.col3.pageImage{
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
div.col3.pageImage img{
  width: 100%;
  display: block;
}

div.galleryHolder{
  position: relative;
  width: 50%;
  float: right;
  z-index: 2;
}
div.galleryHolder a.pic{
  width: 26%;
  height: 0px;
  padding-top: 26%;
  display: block;
  float: left;
  margin-left: 7.33%;
  margin-bottom: 7.33%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
div.galleryHolder a img{
  width: 100%;
  display: block;
}
img.pageImage{
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  display: block;
}
img.pageImage.relative{
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 20px;
}


/*      ORGANISATIE   */
div.teamSVG{
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 40px;
  text-align: right;
}
div.teamSVG svg{
  width: 620px;
  height: 550px;
}
div.content.organisatie img.svgOverlay{
  position: absolute;
  top: 420px;
  left: 20px;
  width: 300px;
}
div.content.organisatie .col3{
  padding-bottom: 30px;
}


/*      PROJECTEN     */
div.centerContent.projectOverview h2{
  background: none;
  color: #000;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 900;
  padding: 0px;
  display: block;
  margin-bottom: 10px;
}
div.centerContent.projectOverview h1{
  background: none;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0px;
  display: block;
  margin-bottom: 10px;
}

div.centerContent.projectOverview{
  background-image: url("../images/wij-maken-het-goed.svg");
  background-size: 23% auto;
  background-position: right 580px;
  background-repeat: no-repeat; 
}
div.projectHolder{
  background-image: url("../images/projectspetters.png");
  background-position: right 50px;
  background-repeat: no-repeat;
}
div.projectHolder div.col1{
  padding-top: 0px;
  padding-bottom: 0px;
}
a.projectThumb{
  display: block;
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 56%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
a.projectThumb:last-child{
  margin-bottom: 0px;
}
a.projectThumb span.mouseOver{
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(8,43,59,0.8);
  font-weight: 900;
  font-size: 1.1em;
  line-height: 1.8em;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
}
a.projectThumb:hover span.mouseOver{
  display: block;
}

div.pageNav a{
  display: inline-block;
  border-right: solid 2px #007fc8;
  width: 16px;
  height: 16px;
  line-height:20px;
  font-weight: 700;
}
div.pageNav a:hover{
  color: #082b3b;
}
div.pageNav a:last-child{
  border: none;
}
div.col1.div.projectSpecs,
div.col1.otherProjects{
  padding-top: 0px;
}
div.projectSpecs strong,
div.teamMembers strong{
  color: #000;
  text-transform: uppercase;
}
div.col1.otherProjects h2{
  margin: 0px;
}
div.col1.otherProjects div.divider{
  width: 1000px;
}
div.col1.otherProjects a{
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
}
div.col1.otherProjects a span{
  display: block;
}
div.col1.otherProjects a span.imageHolder{
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
div.col1.otherProjects a:hover span.imageHolder{
  opacity: 0.8;
}
div.col1.otherProjects a span.textHolder{
  padding-left: 70px;
}
div.col1.otherProjects a span.textHolder b{
  display: block;
}


div.teamText{
  background-image: url("../images/projecttext.svg");
  background-size: 56% auto;
  background-position: 110% 50px;
  background-repeat: no-repeat;
  position: relative; 
  min-height: 300px;
  padding: 20px;
  box-sizing: border-box;
}
div.teamText img{
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0px;
  width: 32%;
}
div.teamText h3{
  color: #FFF;
  line-height: 1.1em;
  font-size: 0.9em;
  letter-spacing: 1px;
  margin-bottom: 15px;
  white-space: nowrap;
}
div.teamText h4{
  text-transform: uppercase;
  color: #FFF;
  font-size: 3.6em;
  line-height: 1em;
  letter-spacing: 1px;
  margin-bottom: 40px;
  white-space: nowrap;
}
div.teamText a.teamButton{
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: 55%;
  line-height: 40px;
  height: 36px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
div.teamText a.teamButton.bgGeel{
  color: #000;
}


/*      TEAMS     */
div.col1.teamPageText{
  padding-top: 100px;
}

div.col3.teamHolder{
  padding-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
}
/*
div.col3.teamHolder img{
  display: block;
  position: absolute;
}
div.col3.teamHolder img.svgTeam1{
  right: 0px;
  top: 50px;
  width: 210px;
}
div.col3.teamHolder img.svgTeam2{
  left: 50px;
  top: 230px;
  width: 180px;
}
div.col3.teamHolder img.svgTeam3{
  left: 10px;
  top: 400px;
  width: 250px;
}
div.col3.teamHolder img.svgTeam4{
  right: 140px;
  top: 550px;
  width: 150px;
}
div.col3.teamHolder img.svgTeam5{
  right: 150px;
  top: 700px;
  width: 200px;
}
div.col3.teamHolder img.svgTeam6{
  left: 50px;
  top: 880px;
  width: 200px;
}
*/
div.svgTeamInline{
  display: block;
  float: left;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
}
div.svgTeamInline img{
  display: inline-block;
  height: 70%;
}


div.svgTeamInline,
.teamLink{
  display: block;
  height: 150px;
  float: left;
  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  margin-bottom: 25px;
  width: 50%;
}
.teamLink span{
  display: block;
}
.teamLink span.imageHolder{
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 20px;
}
.teamLink span.textHolder{
  position: absolute;
  top: 30px;
  left: 185px;
  text-align: left;
  color: #FFF;
}
.teamLink span.textHolder span.title{
  text-transform: uppercase;
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.teamLink span.textHolder span.captain{
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1em;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.teamLink.Blauw{
  background-image: url("../images/team-blauw.svg");
}
.teamLink.Blauw.business-unit-manager-1,
.teamLink.Blauw.ondersteuning{
  background-image: url("../images/team-blauw-1.svg");
}

.teamLink.Groen{
  background-image: url("../images/team-groen.svg");
}
.teamLink.Geel{
  background-image: url("../images/team-geel.svg");
}
.teamLink.Geel.onderhoud-1{
  background-image: url("../images/team-geel-1.svg");
}
.teamLink.Rood{
  background-image: url("../images/team-rood.svg");
}
.teamLink.Rood span.textHolder{
  left: 85px;
}
.teamLink.Rood span.imageHolder{
  left: auto;
  right: 70px;
}

/*
.teamLink.Paars{
  background-image: url("../images/vlek-paars.svg");
  background-position: 270px center;
}
.teamLink.Paars span.imageHolder{
  right: 330px;
}
.teamLink.Paars span.textHolder{
  left: 520px;
}

.teamLink.Grijs{
  background-image: url("../images/vlek-grijs.svg");
  background-position: right center;
  width: 60%;
}
.teamLink.Grijs span.imageHolder{
  right: 50px;
}
.teamLink.Grijs span.textHolder{
  right: 230px;
  text-align: right;
}

.teamLink.Blauw{
  background-image: url("../images/vlek-blauw.svg");
  background-position: 40px center;
  width: 70%;
  margin-left: 30%;
}
.teamLink.Blauw span.imageHolder{
  left: 110px;
}
.teamLink.Blauw span.textHolder{
  left: 275px;
}

.teamLink.Groen{
  background-image: url("../images/vlek-groen.svg");
  background-position: 0px center;
  width: 500px;
}
.teamLink.Groen span.imageHolder{
  left: 430px;
}
.teamLink.Groen span.textHolder{
  left: 220px;
}

.teamLink.Geel{
  background-image: url("../images/vlek-geel.svg");
  background-position: right center;
  margin-left: -550px;
  width: 1000px;
}
.teamLink.Geel span.imageHolder{
  right: 40px;
}
.teamLink.Geel span.textHolder{
  right: 210px;
  top: 35px;
  text-align: right;
  color: #000;
}

.teamLink.Rood{
  background-image: url("../images/vlek-rood.svg");
  background-position: 40px center;
  width: 75%;
  margin-left: 25%;
}
.teamLink.Rood span.imageHolder{
  left: 100px;
}
.teamLink.Rood span.textHolder{
  left: 280px;
  top: 30px;
}
*/
.col2 .teamLink.heading{
  /*background-position: left center;
  margin: 0px;
  width: 1000px;*/
  width: 100%;
}
/*
.teamLink.heading span.imageHolder{
  left: 70px;
  width: 180px;
  height: 180px;
  border-radius: 90px;
}
.teamLink.heading span.textHolder{
  left: 280px;
  right: 0px !important;
  text-align: left;
}
*/
div.centerContent.teamPage{
  background-image: url("../images/vlek.svg");
  background-position: 60px 150px;
  background-size: 350px auto;
  background-repeat: no-repeat;
}
/*
div.centerContent.teamPage.co{
  background-position: 60px 350px;
}
*/
div.centerContent.teamPage h3.vlekTitle{
  font-size: 3em;
  line-height: 1.2em;
  color: #FFF;
  margin-left: 100px;
  margin-top: 90px;
  text-transform: none;
  width: 200px;
  text-align: center;
}
div.centerContent.teamPage div.col3.pageImage{
  padding-top: 0px;
}
div.teamMembers{
  padding-top: 0px;
  padding-bottom: 60px;
}
div.teamMembers p{
  margin-bottom: 15px;
}

div.teamLogoHolder{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}

div.teamLogo{
  width: 30%;
  box-sizing: border-box;
  padding: 10px;
  border: dashed 1px #007fc8;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
div.teamLogo img{
  width: 100%;
}



/*      CONTACT    */
div.socialHolder{

}
div.socialHolder h3{
  display: inline-block;
  background-image: url("../images/arrow.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-size: 1.5em;
}
div.socialHolder a{
  display: inline-block;
  margin: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
div.socialHolder a img{
  width: 70px;
}
div.content.contact div.textHolder h3{
  font-family: 'five_boroughs_handwritingRg';
  font-weight: normal !important;
  color: #007fc8;
  font-size: 1.5em;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

/*      FOOTER      */
footer{
  width: 100%;
  background-color: #082b3b;
  color: #FFF;
}

div.footerInfo{
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 65px;
  display: flex;
  align-items: stretch;
}
div.footerInfo div.infoBlock{
  width: 25%;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  padding-top: 22px;
  padding-left: 15px;
  padding-bottom: 0px;
  text-align: left;
}
div.footerInfo div.infoBlock img{
  display: block;
  width: 170px;
  margin-left: 30px;
  margin-top: 10px;
}
div.footerInfo div.infoBlock h3{
  font-size: 1.7em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
div.footerInfo div.infoBlock p{
  display: block;
  line-height: 1.7em;
}





div.copyright{
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1em;
  text-align: center;
  background-color: #FFF;
}
div.copyright div.legal{
  color: #2e4450;
  font-size: 0.8em;
  font-weight: 400;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}
div.copyright div.legal span.author{
  display: block;
  color: #007fc8;
  padding-top: 5px;
}

div.copyright div.legal a:hover{
  text-decoration: underline;
}