/* general styles */
body{
  font-size: 15px;
}
div.centerContent{
  width: 960px;
}

/*      HEADER      */
a.logoHolder{
  width: 250px;
  margin-right: 33px;
}
nav ul li{
  padding-top: 35px;
  padding-bottom: 35px;
  margin-right: 50px;
  font-size: 1em;
}
div.headerImage div.centerContent{
  width: 100%;
}

/*      CONTENT      */
article div.textHolder{
  padding: 50px;
  padding-left: 0px;
  padding-right: 0px;
}
a.ctaButton,
input.submitButton,
div.latestNews h3{
  padding: 20px;
  padding-left: 30px;
  padding-right: 60px;
  background-size: 14px auto;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
a.ctaButton{
  margin-top: 40px;
}
a.ctaButton.back{
  padding-left: 60px;
  padding-right: 30px;
  background-position: 20px center;
}
div.pageHeader,
div.payoff{
  padding: 30px;
}

/*      NEWS      */
div.latestNews div.lastNewsitem{
  padding-bottom: 40px;
}
div.latestNews h3{
  padding-left: 30px;
  padding-right: 30px;
}
div.latestNews div.lastNewsitem span.title{
  margin-top: 40px;
}
div.newsOverview{
  padding-top: 105px;
  padding-left: 30px;
}
div.newsCols{
  column-gap: 30px;
}
article.news div.newsCols{
  column-gap: 30px;
  padding-top: 30px;
}

div.newsOverview a{
  padding-left: 30px;
  padding-bottom: 30px;
  background-size: 14px auto;
}
article.news div.pageHeader div.centerContent{
  padding-left: 50px;
  padding-right: 50px;
}


/*      STAFF     */
article.staff div.staffHolder{
  padding-top: 50px;
  padding-bottom: 20px;
}
article.staff div.staffHolder div.staff{
  width: 100%;
}
article.staff div.staffHolder div.member{
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}


/*      CONTACT    */
article.contact div.payoff{
  padding: 40px;
}
div.contactForm{
  padding-bottom: 40px;
}
div.formCol{
  width: 48%;
}
div.formCol.last{
  margin-left: 4%;
}


/*      FOOTER      */
div.footerInfo div.centerContent{
  padding-top: 40px;
  padding-bottom: 40px;
}
div.footerContact{
  margin-left: 180px;
}
div.footerContact h3{
  margin-bottom: 10px;
}
div.footerContact div.staffHolder{
  margin-bottom: 40px;
}
div.footerContact div.staffHolder p span:first-child{
  width: 250px;
}

div.copyright{
  border-top: 50px solid #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}