  a:link, a:visited  {color:#000; text-decoration: underline;}
  a:hover  {text-decoration: none;}
  h1 {line-height:35px; font-size: 25px }
  h2 {line-height:25px; font-size: 20px; padding-top:30px; color:#000 }
  h3 {line-height:25px; font-size: 20px; padding-top:30px; color:#ffffff }
  body {background-color:#fff; color:#000; margin:0px; padding:0px; font-family: Quicksand; font-size:15px; line-height:20px;}
 .footer {font-size: 13px;}
 .block {max-width: 100%;  height: auto;}
 .video {width: 800px; max-width: 100%}
 .videoplayer {padding:56.25% 0 0 0;position:relative;}
 .videoiframe {position:absolute;top:0;left:0;width:100%;height:100%}
 .column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}