/* general styles */
body{
  font-size: 13px;
  line-height: 20px;
}
div.centerContent{
  width: 100%;
}

/*      HEADER      */
header,
header.home,
header.home.fixed{
  height: 78px;
  width: 100%;
  z-index: 2;
  background-color: #FFF;
  position: fixed;
  box-shadow: 0 1px 20px rgba(0,0,0,0.4);
}
header div.headerInfo{
  display: none;
}
div.menuHolder{
  height: auto;
  padding-top: 0px;
  font-size: 1em;
}
header div.logoHolder{
  position: absolute;
  left: 6px;
  top: 10px;
  height: 30px;
  float: none;
}
header div.logoHolder img{
  display: block;
  height: 100%;
}

header div.langHolder{
  float: none;
  margin-top: 0px; 
  position: absolute;
  right: 10px;
  top: 45px;
}
header div.langHolder a{
  background-color: #FFF;
}

div.menuHolder a.portal{
  position: absolute;
  right: 10px;
  top: 11px;
  float: none;
  height: 28px;
  line-height: 28px;
  padding-left: 32px;
  padding-right: 10px;
  margin-top: 0px;
  margin-right: 0px;
  background-size: 18px auto;
  background-position: 8px center;
}


div.menuHolder nav{
  float: none;
  position: absolute;
  left: 0px;
  top: 44px;
  width: 100%;
  margin-right: 0px;
  font-size: 1.1em;
}
div.menuHolder nav>ul{
  height: auto;
  text-align: left; 
}
div.menuHolder nav ul li{
  display: none;
  height: auto;
  line-height: 24px;
  padding-right: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  margin: 0px;
  color: #181818;
  background-color: #FFF;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder nav ul li:hover ul{
  display: block;
}
div.menuHolder nav ul li.menuButton{
  display: block;
  padding-bottom: 5px;
}
div.menuHolder nav ul li.menuButton span{
  vertical-align: middle;
}
div.menuHolder nav ul li.menuButton span.fa{
  font-size: 1.7em;
  line-height: 24px;
  padding-right: 10px;
}




/*      CONTENT      */
div.content{
  background-color: #FFF;
  padding-top: 78px;
}

div.crumblePath{
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  text-align: left;
}
div.crumblePath span,
div.crumblePath a{
  height: 40px;
}
div.crumblePath div.nextPrevNav .fa{
  line-height: 40px;
}
div.mainContent{
  padding-top: 0px;
  padding-bottom: 30px;
}

article{
  width: 100%;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}
article h1{
  font-size: 1.8em;
  padding-bottom: 15px;
}
article h2{
  font-size: 1.4em;
}
aside{
  width: 100%;
  margin-right: 0px;
  float: none;
  padding-top: 0px;
}

div.quoteHolder{
  padding: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.2em;
}

div.extraContent section{
  padding: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
div.extraContent section h2{
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: left;
}
div.extraContent section ul,
div.extraContent section ul:first-of-type{
  float: none;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  width: 100%;
}
div.extraContent section ul li{
  list-style: none;
  background-image: url("../images/check.svg");
  background-size: 21px auto;
  background-position: left 8px;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #181818;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

div.extraContent section p{
  padding-top: 20px;
}

div.footerGallery a{
  display: inline-block;
  width: 50%;
}
div.footerGallery a:last-child{
  display: none;
}



/*      HOME     */
div.content.home{
  padding-top: 90px;
}
div.content.home div.mainContent{
  padding-top: 0px;
}
div.homeBlocks{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
}
div.homeBlocks a{
  background-size: 40px 40px;
  float: none;
  width: 100%;
  padding-right: 0px;
  padding-left: 50px;
  padding-bottom: 20px;
}
div.homeBlocks a span.title{
  padding-bottom: 5px;
}

div.serviceBar{
  padding-top: 25px;
  padding-bottom: 25px;
}
div.serviceBar p,
div.serviceBar a{
  height: 40px;
  line-height: 40px;
}
div.serviceBar p{
  background-size: 40px auto;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
div.serviceBar a{
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
div.serviceBar a img{
  padding-right: 15px;
  height: 30px;
}



/*      DOWNLOADS      */
div.content.downloads article{
  width: 100%;
  float: none;
}
div.downloadHolder a{
  padding-right: 100px;
  padding-left: 15px;
}
div.downloadHolder a span{
  right: 7px;
  top: 7px;
  padding-left: 8px;
  padding-right: 8px;
}
div.content.downloads aside{
  width: 100%;
  margin: 0px;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
div.content.downloads aside h2{
  margin-bottom: 10px;
}
aside div.catHolder a{
  padding-left: 10px;
}
aside div.catHolder a span{
  margin-right: 10px;
}



/*      PROJECTS      */
div.filterHolder{
  padding: 20px;
  padding-right: 10px;
  padding-bottom: 15px;
  margin-top: 40px;
}
div.filterHolder p{
  float: none;
  line-height: 20px;
}
div.filterHolder div.filters{
  padding-left: 0px;
}
div.filterHolder div.filters div{
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
}

div.projectHolder{
  margin-top: 15px;
}
div.projectHolder a{
  width: 50%;
  padding-top: 40%;
}
div.projectHolder a:nth-child(5n){
  border-right: solid 1px #FFF;
}
div.projectHolder a:nth-child(2n){
  border-right: none;
}
div.projectHolder a:nth-child(5n-4){
  border-left: solid 1px #FFF;
}
div.projectHolder a:nth-child(2n-1){
  border-left: none;
}
div.projectHolder a:nth-of-type(n+11){
  display: none;
}

div.projectHolder a span.vertText span.textHolder{
  font-size: 1.1em;
  line-height: 1.1em;
}
div.projectHolder a span.vertText span.textHolder img{
  width: 20px;
  margin-bottom: 5px;
}
div.projectHolder a span.vertText span.textHolder span{
  padding-top: 5px;
  line-height: 1.1em;
}
div.projectHolder a.allProjects{
  width: 80%;
  margin-top: 30px;
  height: 40px;
  line-height: 40px;
}

div.content.projectdetail aside{
  padding-bottom: 20px;
}
div.content.projectdetail article{
  padding-bottom: 40px;
}

div.content.projectdetail aside{
  width: 100%;
  margin-right: 0px;
  float: none;
}
div.content.projectdetail aside a{
  width: 100%;
  margin-bottom: 2px;
  margin-right: 0px;
  float: none;
}
div.content.projectdetail aside a.portrait{
  width: 100%;
  height: auto;
  overflow: visible;
}

div.content.projectdetail h1{
  line-height: 1em;
}
div.projectSummary{
  padding-top: 5px;
  padding-bottom: 5px;
}
div.projectSummary p,
div.projectSummary>a{
  padding-left: 110px;
}
div.projectSummary p{
  padding-right: 0px;
}



/*      CONTACT     */
div.nawHolder img{
  height: 18px;
  margin-right: 10px;
}
div.nawHolder a:nth-child(3) img{
  height: 10px;
}
div.nawHolder a:nth-child(2) img,
div.nawHolder a:nth-child(8) img{
  margin-right: 15px;
}
div.nawHolder img, span{
  display: inline-block;
  vertical-align: middle;
}

div.formHolder{
  padding-top: 25px;
  padding-bottom: 25px;
}
div.formHolder div.centerContent{
  padding-left: 10px;
  padding-right: 10px;
}
div.formCol{
  width: 100%;
  float: none;
}
div.formCol.last{
  margin-left: 0px;
}


/*      FOOTER      */
div.footerInfo{
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  padding-top: 25px;
  padding-bottom: 5px;
}
div.footerInfo div.infoBlock{
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
div.footerInfo div.infoBlock:nth-child(2){
  display: none;
}

div.copyright{
  padding-top: 20px;
  padding-bottom: 20px;
}
div.copyright div.footerLeft{
  float: none;
  padding-left: 0px;
}
div.copyright div.footerLeft a{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 3em;
}
div.copyright div.legal{
  float: none;
  padding-right: 0px;
  padding-top: 20px;
}
div.copyright div.legal br{
  display: inline;
}