/* general styles */
body{
  font-size: 12px;
}
div.centerContent{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

/*      HEADER      */
div.menuHolder{
  position: absolute;
  top: 10px;
  right: 0px;
}
div.menuHolder nav ul li{
  display: block;
  height: 18px;
  line-height: 20px;
  border-radius: 10px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 0.8em;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-top: 0px;
  box-shadow: none;
}

img.logoHolder{
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 80px;
}

/*      CONTENT      */
h2{
  font-size: 2em;
}

/*      INFO      */
article{
  width: 100%;
  float: none;
  padding-right: 0px;
}
article a.button{
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.25em;
}
article a.back{
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 20px;
  border-radius: 18px;
}

aside{
  float: none;
  width: 100%;
}
aside div.videoHolder{
  width: 100%;
  height: 0px;
  padding-top: 53%;
  float: none;
  border: solid 10px #FFF;
  margin-bottom: 20px
}
aside.news{
  padding-top: 66%;
}
aside div.cta{
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  transform: rotate(0deg);
  text-align: center;
}


/*      NEWS    */
div.block.news h2{
  font-size: 2em;
}
div.newsHolder a{
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
}
div.newsHolder a img{
  width: 100%;
  float: none;
}
div.newsHolder a span.newsIntro{
  padding-left: 0%;
}
div.newsHolder a span.newsIntro span.more{
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
}


/*      FACTS     */
div.block.facts div.textHolder{
  width: 100%;
}


/*      REGISTER    */
div.formHolder{
  width: 100%;
}
div.formCol div.inputHolder{
  width: 100%;
  float: none;
}
div.formCol div.inputHolder:nth-child(2n){
  margin-left: 0%;
}

input.inputText, select.inputSelect, label{
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
}
div.spacer{
  display: none;
}
textarea.inputArea{
  height: 100px;
  padding: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
input.submitButton{
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  float: none;
  width: 100%;
}

div.block.contact{
  padding-top: 40px;
  
}
/*      FOOTER      */
footer{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8em;
  line-height: 1.8em;
}
footer span, footer a{
  padding: 0px;
}
footer a{
  display: block;
  text-align: center;
}