/* general styles */
body{
  font-size: 13px;
  line-height: 18px;
}

/*      HEADER      */
header div.headerText{
  right: 10px;
}

header div.headerText.left{
  left: 20px;
  right: auto;
}

header div.headerText.right{
  right: 0px;
}
header div.headerText a{
  float: none;
}
div.menuHolder nav{
  width: 768px;
}
div.menuHolder nav ul li{
  font-size: 13px;
}
div.menuHolder nav ul li a{
  padding-left: 21px;
  padding-right: 21px;
}
div.menuHolder nav>ul>li.menuArrow>a{
  padding-right: 58px;
  padding-left: 24px;
  background-position: 120px center;
}

div.menuHolder nav ul li ul li{
  font-size: 14px;
  width: 180px;
}
div.menuHolder nav ul li ul li ul{
  left: 180px;
}


/*      CONTENT      */
div.homeBlocksHolder{
  height: 55px;
  border: none;
  margin: 0px;
}
div.homeBlocks{
  display: none;
  width: 768px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
a.homeBlock{
  width: 191px;
}
a.homeBlock:nth-of-type(5){
  display: none;
}
a.homeBlock img{
  margin-left: 10px;
  margin-right: 2px;
}
a.homeBlock span{
  font-size: 14px;
}

div.centerContent{
  width: 768px;
}
div.content{
  width: 738px;
}

aside{
  width: 275px;
  margin-right: 30px;
}

aside div.sideMenu{
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
aside div.sideMenu h2{
  font-size: 20px;
}
div.sideMenu ul li{
  padding-left: 20px;
  font-size: 15px;
}
article{
  width: 433px;
}
article h1, article.home h2{
  font-size: 22px;
}


/*      HOME      */
aside.home{
  width: 100%;
  margin: 0px;
  margin-bottom: 30px; 
}
article.home{
  width: 100%;
  min-height: 0px;
}
article.home div.textCol{
  width: 309px;
}
div.newsSpacer{
  height: 30px;
}
div.newsHolder a{
  width: 309px;
  margin-left: 40px;
}
div.newsHolder a:nth-of-type(3){
  display: none;
}

div.newsHolder a span.textHolder{
  width: 227px;
}


/*      PARTNERS    */
div.partnerHolder a{
  width: 135px;
  height: 90px;
  margin-right: 11px;
}
div.partnerHolder a:nth-of-type(4n){
  margin-right: 11px;
}
div.partnerHolder a:nth-of-type(3n){
  margin-right: 0px;
}
div.partnerHolder a span{
  width: 111px;
  height: 70px;
}
div.partnerHolder a span.cell{
  font-size: 14px;
}


/*      CONTACT     */
aside.contact div.contactLeftTop{
  width: 275px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
}
aside.contact h2{
  font-size: 20px;
}
aside.contact div.contactLeftTop p.iconP{
  font-size: 12px;
}

aside.contact table td{
  padding-right: 8px;
}

aside.contact div.contactLeftBlock{
  font-size: 12px;
  line-height: 16px;
  padding: 20px;
}
aside.contact div.contactLeftBottom{
  padding-top: 20px;
  font-size: 12px;
}

input.submitButton{
  font-size: 13px;
  letter-spacing: 0px;
}


/*      FOOTER      */
div.footerInfo{
  width: 738px;
  height: auto;
}
div.footerInfo.nl a.footerButton,
div.footerInfo a.footerButton{
  font-size: 12px;
  padding-right: 45px;
  padding-left: 10px;
  letter-spacing: 0px;
  margin-top: 0px;
}
div.footerInfo div.footerContact,
div.footerInfo.nl div.footerContact{
  margin-left: 0px;
  margin-right: 0px;
  float: right;
  width: 360px;
  padding-left: 40px;
  box-sizing: border-box;
}
div.footerInfo div.footerContact p,
div.footerInfo.nl div.footerContact p{
  font-size: 12px;
  height: auto;
  display: block;
  margin-top: 0px;
}
div.footerInfo div.footerContact p:nth-child(1),
div.footerInfo.nl div.footerContact p:nth-child(1){
  height: 28px;
  overflow: hidden;
}
div.footerInfo div.footerContact p:nth-child(1)>span,
div.footerInfo.nl div.footerContact p:nth-child(1)>span{
  display: none;
}
div.footerInfo div.footerContact p:nth-child(2),
div.footerInfo.nl div.footerContact p:nth-child(2){
  margin-left: 0px;
  margin-right: 0px;
  clear: both;
}
div.footerInfo div.footerContact p:nth-child(2) span:nth-child(4){
  display: none;
}

div.footerInfo div.footerContact p span,
div.footerInfo.nl div.footerContact p span{
  padding-left: 0px;
}

div.footerInfo img.makelaarLogo{
  margin-right: 5px;
}
div.footerInfo img.bniLogo{
  margin-right: 0px;
}
div.copyright{
  clear: both;
  height: auto;
  line-height: 1.4em;
  padding-top: 20px;
  padding-bottom: 20px;
}