/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  background-color: #0d6fb4;
  font-family: 'Asap', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: rgb(10,51,68);
}

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

img{
  border: 0;
}

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

.clear{
  clear: both;
}


/*      HEADER      */
header{
  background-color: #FFFFFF;
  position: relative;
  margin: 0px;
  height: 106px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

header img.logo{
  display: block;
  position: relative;
  float: left;
  width: 250px;
  height: 61px;
  margin-top: 22px;
  margin-left: 72px;
}
div.headerContact{
  float: right;
  margin-right: 72px;
  color: #0d6fb4;
}
div.headerContact p{
  float: left;
  margin-left: 20px;
  line-height: 106px;
}
div.headerContact span{
  display: inline-block;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  margin-right: 8px;
  font-size: 17px;
}
div.headerContact a:hover{
  text-decoration: underline
}
div.headerContact i{
  font-size: 13px;
}
div.headerContact i.blue{
  color: #0d6fb4;
  font-size: 30px;
}
header .fa-stack{
  width: 1.5em;
}

a.followLinkedin{
  display: inline-block;
  margin-top: 44px;
}

nav{
  position: relative;
  height: 59px;
  background-image: url("../images/background-menu.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  border-bottom: solid 1px #FFFFFF;
  box-sizing: border-box;
  z-index: 4;
}
nav>div>ul{
  position: relative;
  margin-left: 50px;
}
nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  height: 58px;
  line-height: 58px;
  margin-right: 15px;
  cursor: pointer;
  box-sizing: border-box;
}
nav ul li a{
  display: inline-block;
  height: 58px;
  line-height: 58px;
}

nav ul li.menuArrow{
  padding-right: 14px;
  background-image: url("../images/menu_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}
nav>div>ul>li:hover{
  border-bottom: solid 5px #70c0aa;
}
nav ul li a{
  color: inherit;
  text-decoration: none;
}
nav ul li ul{
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  left: -5px;
  top: 58px;
  padding-top: 1px;
  text-align: left;
  min-width: 230px;
  background-color: #FFFFFF;
}
nav ul li:hover ul{
  display: block;
}
nav ul li ul li{
  display: block;
  float: none;
  list-style-type: none;
  text-transform: none;
  color: #0d6fb4;
  border-bottom: solid 1px #e5e5e5;
  font-size: 16px;
  height: 36px;
  font-weight: 300;
  line-height: 36px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
  white-space: nowrap;
}
nav ul li ul li a{
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
}
nav ul li ul li:last-of-type{
  border-bottom: none;
}
nav ul li ul li:hover{
  color: #FFFFFF;
  background-color: #70c0aa;
}
ul li.menuButton{
  display: none;
}


/*      CONTENT      */
div.slideShowBackground{
  position: relative;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}
div.slideShowHolder{
  position: relative;
  height: 0px;
  padding-top: 30%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

div.slideShow{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
div.slideShow div.slide{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
div.watermerk{
  position: absolute;
  right: -82px;
  top: -80px;
  width: 541px;
  height: 544px;
  background-image: url("../images/watermerk.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

div.mainContent{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}

div.centerContent{
  position: relative;
  width: 1144px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

div.crumblePath{
  text-align: left;
  font-size: 0.8em;
  color: #000;
  font-weight: 400;
  margin-left: 72px;
  margin-bottom: 58px;
}
div.crumblePath a{
  color: #70c0aa
}
div.crumblePath span{
  color: #0d6fb4;
}


article{
  text-align: left;
}
article h1{
  height: 94px;
  line-height: 94px;
  font-size: 36px;
  font-weight: 700;
  background-color: #70c0aa;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 5px;
}
article h2,
a.jobLink{
  line-height: 27px;
  font-size: 27px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #70c0aa;
}
article.vacature h2{
  margin-bottom: 4px;
}

article div.textCol{
  float: left;
  width: 690px;
  margin-right: 57px;
  margin-bottom: 55px;
}
article div.textCol:first-of-type{
  margin-left: 72px;
}
article p{
  text-align: left;
}
/*
article:not(.vacature) p:first-of-type{
  color: #0d6fb4;
}
*/

article div.tab{
  margin-bottom: 15px;
  clear: both;
}
article div.tab h2{
  cursor: pointer;
  padding-bottom: 0px;
  font-size: 1.4em;
}
article div.tab h2 span{
  font-size: 0.6em;
  vertical-align: middle;
}
article div.tab div.tabContent{
  display: none;
  color: #5e5e5e;
  padding-left: 18px;
}
article ul{
  margin-left: 20px;
}
article ul li{
  padding-top: 5px;
}
article:not(.vacature) p em{
  color: #0d6fb4;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
}
article.vacature p em{
  font-size: 0.8em;
  line-height: 1em;
}

article p a{
  color: rgb(0,109,182);
  text-decoration: none;
}
article p a:hover{
  text-decoration: underline;
}
article p strong{
  color: #70c0aa;
  font-size: 18px;
  font-weight: 700;
}

aside{
  float: left;
  width: 253px;
  margin-bottom: 55px;
}
aside img{
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 11px;
}

aside h2{
  display: inline-block;
  margin: 0px;
  margin-top: 2px;
  padding: 0px;
  padding-bottom: 25px;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #0d6fb4;
  text-transform: uppercase;
  border-bottom: solid 5px #70c0aa;
  width: 100%;
}
aside a{
  display: block;
  color: #0d6fb4;
  border-bottom: solid 1px #e5e5e5;
  font-size: 16px;
  height: 36px;
  font-weight: 300;
  line-height: 36px;
  box-sizing: border-box;
  white-space: nowrap;
}
aside a:hover{
  color: #FFFFFF;
  background-color: #0d6fb4;
}
aside a.image{
  height: auto;
  border: none;
  background: none;
}

aside a:hover span i.fa{
  color: #FFFFFF;
}
aside a span{
  position: relative;
  float: left;
}
aside a span i.fa{
  font-size: 24px;
  line-height: 36px;
  color: #70c0aa;
}
aside a span i.fa.siblingChevron{
  font-size: 8px;
  margin-left: 1px;
}


/*      HOME      */
div.slideShowHolder.home{
  padding-top: 35%;
}
div.certHolder{
  position: relative;
  -bottom: 50px;
  width: 100%;
  background-image: url("../images/background-homeblocks-holder.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
div.certHolder div.centerContent{
  /*padding-left: 72px;*/
  text-align: center;
}
div.certHolder div.cert{
  display: inline-block;
  width: 10%;
  padding-top: 10%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 4%;
  position: relative;
  border: solid 1px #d0d0d0;
  background-color: #FFF;
  box-sizing: border-box;
}
div.certHolder div.cert a{
  display: block;
  width: 80%;
  height: 0px;
  padding-top: 80%;
  top: 10%;
  left: 10%;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

div.homeBlocksHolder{
  position: relative;
  width: 100%;
  height: 170px;
  background-image: url("../images/background-homeblocks-holder.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 3;
}
div.homeBlocks{
  position: absolute;
  top: -71px;
  left: 72px;
  width: 1000px;
  display: flex;
  align-items: stretch;
}
div.homeBlock:first-child{
  width: 25%;
  background-color: #FFF;
  padding: 40px;
  box-sizing: border-box;
}
a.homeBlock{
  position: relative;
  width: 18.75%;
  color: #FFFFFF;
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  padding: 20px;
  font-size: 0.9em;
  line-height: 1.2em;
}
div.homeBlock img{
  display: block;
  width: 100%;
}
a.homeBlock span{
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding-top: 15px;
  padding-bottom: 25px;
  font-size: 1.1em;
}
a.homeBlock em{
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  font-size: 0.8em;
}

a.homeBlock:nth-child(2){
  background: linear-gradient(36deg, rgba(109,192,170,1) 0%, rgba(0,109,182,1) 100%);
}
a.homeBlock:nth-child(3){
  background: linear-gradient(140deg, rgba(154,200,131,1) 0%, rgba(55,153,184,1) 100%);
}
a.homeBlock:nth-child(4){
  background: linear-gradient(50deg, rgba(159,202,126,1) 0%, rgba(130,186,150,1) 100%);
}
a.homeBlock:nth-child(5){
  background: linear-gradient(50deg, rgba(55,153,184,1) 0%, rgba(117,179,158,1) 100%);
}
article.home{
  position: relative;
  overflow: hidden;
  width: 100%;
}
article.home:before{
  content: "";
  position: absolute;
  left: -200px;
  bottom: 75px;
  width: 400px;
  height: 400px;
  opacity: 0.2;
  background-image: url("../images/cirkel_coppens.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
article.home:after{
  content: "";
  position: absolute;
  right: -200px;
  top: 75px;
  width: 400px;
  height: 400px;
  opacity: 0.2;
  background-image: url("../images/cirkel_coppens.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

article.home h1{
  height: auto;
  line-height: 1.2em;
  background: none;
  color: rgb(10,51,68);
  text-align: center;
  text-transform: uppercase;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}
article.home h1 span{
  display: block;
  font-size: 0.5em;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: none;
}

article.home h2{
  color: rgb(10,51,68);
  margin-bottom: 10px;
  text-align: left;
  font-size: 1.2em;
  font-weight: 500;
}
article.home div.homeRow{
  display: flex;
  align-items: center;
  column-gap: 6%;
  margin-bottom: 40px;
}
article.home div.homeCol{
  width: 47%;
  box-sizing: border-box;
  position: relative;
}
article.home div.homeCol.homeText{
  padding-right: 30px;
}
article.home div.homeCol img{
  display: block;
  width: 100%;
}

article.home div.homeCol a.vacatureButton{
  display: block;
  position: absolute;
  top: -30px;
  right: 30px;
  width: 150px;
}


/*      RECENT PROJECTS & PROJECT     */
div.recentProjects{
  padding-bottom: 55px;
}
div.recentProjects h3{
  font-size: 18px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  width: 100%;
  background: linear-gradient(90deg, rgba(130,186,150,1) 39%, rgba(159,202,126,1) 100%);
}
div.recentProjects a{
  position: relative;
  width: 189px;
  height: 168px;
  float: left;
  overflow: hidden;
  margin: 0px;
  margin-right: 2px;
}
div.recentProjects div.hidden{
  display: none;
}
div.recentProjects a:hover span.mouseover,
div.recentProjects.blogOverview a span.mouseover{
  display: block;
}
div.recentProjects a img{
  display: block;
  margin: 0px;
  width: 100%;
}
div.recentProjects a:last-of-type{
  margin-right: 0px;
}
div.recentProjects a span.mouseover{
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
}
div.recentProjects a span.mouseover span.background{
  background-color: #70c0aa;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: .55;
  z-index: 1;
}
div.recentProjects a span.mouseover span.textHolder{
  display: table;
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}

div.recentProjects a span.mouseover span.title{
  display: table-cell;
  vertical-align: middle; 
  padding-left: 20px;
  padding-right: 20px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
}
div.recentProjects a span.mouseover span.title i.fa{
  font-size: 20px;
  line-height: 20px;
  padding-top: 5px;
}
div.recentProjects a span.mouseover span.title i.fa.siblingChevron{
  font-size: 7px;
  margin-left: 1px;
  padding-top: 5px;
}
article.projects h2{
  margin-bottom: 39px;
}
article.projects p{
  color: #0d6fb4;
  margin-bottom: 39px;
}
article.projects div.recentProjects{
  margin-top: 0px;
  padding-bottom: 0px;
}
article.projects div.recentProjects a{
  width: 204px;
  height: 181px;
  margin-right: 39px;
  margin-bottom: 39px;
}
article.projects div.recentProjects a:nth-of-type(3n){
  margin-right: 0px;
}

div.pageNav{
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #0d6fb4;
  margin-top: 10px;
}
div.recentProjects div.pageNav span, div.recentProjects div.pageNav a{
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  float: none;
  overflow: auto;
  margin: 0px;
  margin-left: 7px;
  padding-right: 7px;
  text-decoration: none;
}
div.recentProjects div.pageNav a{
  color: #70c0aa;
  border-right: solid 1px #e5e5e5;
}
div.recentProjects div.pageNav a:hover, div.recentProjects div.pageNav a.active{
  color: #0d6fb4;
}

article.projects aside h2{
  margin-bottom: 0px;
}
article.projects aside h3{
  margin-top: 10px;
}
article.projects aside p{
  margin: 0px;
}

div.divider{
  height: 5px;
  background-color: #70c0aa;
  margin-bottom: 20px;
  margin-top: 20px;
}
a.contactLink{
  background-color: #0d6fb4;
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: none;
  font-size: 16px;
  height: auto;
  line-height: 1em;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
}
a.contactLink:hover{
  background-color: #70c0aa;
}


article.projects aside a.backLink{
  display: block;
  border: none;
  margin-top: 20px;
}
article.projects aside a.backLink{
  border: none;
  margin-top: 20px;
}
article.projects aside a.backLink span i.fa.siblingChevron{
  margin-left: 0px;
}

/*      TEAM     */
article.team div.textCol{
  width: 1000px;
}
article.team div.textCol a.image,
article.overview div.textCol a.image{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
article.team a.image img,
article.overview a.image img{
  width: 100%;
}
div.interviewHolder{
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: solid 1px #70c0aa;
  margin-bottom: 30px;
}
div.interview{
  border-top: solid 1px #70c0aa;
  padding-top: 30px;
  margin-top: 30px;
}
div.interview.directie{
  border-top: none;
  padding-top: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}


div.interview div.imageHolder{
  width: 200px;
  height: 200px;
  border-radius: 100px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.interview div.textHolder{
  padding-left: 240px;
  font-style: italic;
}
div.interview div.textHolder.double{
  /*padding-left: 220px;*/
}
div.interview.directie div.textHolder{
  font-style: normal;
}
article div.interview.directie div.textCol{
  float: left;
  width: 48%;
  margin: 0px;
}
article div.interview.directie div.textCol:first-of-type{
  margin-right: 4%;
}


div.interview div.textHolder p{
  color: #5e5e5e;
}
div.interview div.textHolder .fa{
  font-size: 1.5em;
  padding-top: 5px;
}
div.interview div.textHolder h4{
  margin: 0px;
  margin-top: 10px;
  font-style: normal;
}
div.interview div.textHolder h4 span{
  font-weight: 400;
  font-size: 0.8em;
  padding-left: 5px;
  display: inline-block;
}


/*      VACATURES   */
a.jobLink{
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
a.jobLink:hover{
  text-decoration: underline;
}
a.jobLink span{
  font-size: 0.6em;
  vertical-align: middle;
}


/*      OPDRACHTGEVERS    */
div.logoOverview{
  
}
div.logoOverview a{
  display: block;
  width: 22%;
  padding-top: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
  float: left;
  position: relative;
  border: solid 1px #d0d0d0;
  box-sizing: border-box;
}
div.logoOverview a:nth-child(4n){
  margin-right: 0px;
}
div.logoOverview a div{
  width: 80%;
  height: 0px;
  padding-top: 80%;
  top: 10%;
  left: 10%;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
div.logoOverview a div.color{
  display: none;
}
div.logoOverview a:hover div.color{
  display: block;
}
div.logoOverview a:hover div.grey{
  display: none;
}



/*      CONTACT     */
div.contactForm{
  margin-top: 20px;
  width: 100%;
  padding-top: 30px;
}
div.contactForm.personeel{
  padding-top: 0px;
}
div.contactForm.personeel label{
  display: inline-block;
  margin-bottom: 10px;
}
div.contactForm.personeel h3{
  margin-bottom: 10px;
}
input.inputText, select.inputSelect{
-webkit-appearance: none;
  display: block;
  float: left;
  position: relative;
  background-color: #FFFFFF;
  height: 33px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 33px;
  width: 328px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px #e5e5e5;
  border-radius: 0px;
  box-shadow: 0px;
}
.personeel input.inputText,
.personeel select.inputSelect{
  float: none;
  width: 100%;
  margin-right: 0px;
  box-sizing: border-box;
}
input.inputText:nth-of-type(2n+1){
  margin-right: 0px;
}
textarea.inputArea{
  display: block;
  float: left;
  position: relative;
  background-color: #FFFFFF;
  height: 150px;
  font-family: 'Lato';
  font-size: 14px;
  width: 678px;
  margin-bottom: 10px;
  padding: 5px;
  border: solid 1px #e5e5e5;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #a10000;
  color: #FFFFFF;
}
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;
}

div.contactForm.personeel h3.error{
  color: #a10000;
}
.mainSecond{
  margin-top: 30px;
}
input.submitButton{
	-webkit-appearance: caret;
	-moz-appearance: caret;
  background: none;
  color: #FFFFFF;
  background-image: url("../images/submit_bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #70c0aa;
  font-family: 'Lato';
  font-size: 13px;
  text-transform: uppercase;
  height: 43px;
  width: 140px;
  line-height: 43px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 35px;
  border: none;
  cursor: pointer;
  float: right;
  border-radius: 0px;
}

aside.contact{
  border: none;
}
aside.contact a{
  height: auto;
  border-bottom: none;
}
aside.contact a.route{
  display: block;
  color: #70c0aa;
  font-size: 16px;
  margin-top: 10px;
  height: 36px;
  font-weight: 400;
  line-height: 36px;
  box-sizing: border-box;
  white-space: nowrap;
  text-transform: uppercase;
}
aside.contact a span i.fa{
  font-size: 18px;
  line-height: 36px;
  color: #70c0aa;
}
aside.contact a span i.fa.siblingChevron{
  font-size: 7px;
  margin-left: 1px;
}
aside.contact a:hover{
  color: #0d6fb4;
  background: none;
}
aside.contact a:hover span i.fa{
  color: #0d6fb4;
}


aside.contact p{
  font-size: 14px;
  margin-bottom: 0px;
}
aside.contact p strong{
  color: #0d6fb4;
}
aside.contact p:first-of-type{
  color: #5e5e5e;
}
aside.contact a{
  display: inline;
  line-height: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
  color: inherit;
  font-weight: 400;
}


/*      VIDEO      */
div.videoWrapper{
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
}
div.videoWrapper.home{
  padding-top: 35%;
}
div.videoWrapper iframe{
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
div.videoWrapper.home iframe{
  top: -20%;
  bottom: -20%;
  height: 140%;
}

/*      FOOTER      */
.underline{
  text-decoration: underline;
}
footer{
  width: 100%;
  background-image: url("../images/footer.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
div.footerInfo{
  position: relative;
  color: #FFF;
  font-size: 13px;
  line-height: 20px;
  padding-top: 40px;
}
div.footerInfo div.centerContent{
  display: flex;
  justify-content: space-evenly;
}
div.footerBlock{
  box-sizing: border-box;
}
div.footerBlock:nth-child(2){
  width: 200px;
  align-self: center;
}
div.footerBlock img{
  display: block;
  width: 100%;
}
div.footerBlock p.footerLabel{
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
div.footerBlock p.footerData{
  font-weight: 400;
  line-height: 2.5em;
}
div.footerBlock a.socialLink{
  display: block;
  line-height: 1em;
  vertical-align: top;
}
div.footerBlock a.socialLink .fa-circle{
  font-size: 1.5em;
  height: 1em;
}
div.footerBlock a.socialLink .fa-inverse{
  font-size: 0.8em;
  color: #358bbd;
}


div.copyright{
  position: relative;
  font-size: 13px;
  padding-top: 30px;
  color: #FFFFFF;
  background-color: rgba(0,109,182,0.3);
  text-align: center;
  padding-bottom: 30px;
  margin-top: 30px;
}

div.copyright br{
  display: none;
}
div.copyright a{;
  text-decoration: none;
}