@charset 'utf-8';

/* ************************************* */
/*                                       */
/* Global                                */
/*                                       */
/* ************************************* */

* {
  float: none;
  background-color: transparent;
}

body{
  font-size: 10pt;
  color:black;
  font-family: Helvetica, Arial, sans-serif;
}

a{
  color:black;
  text-decoration: none;
}

/* ************************************* */
/*                                       */
/* Hidden                                */
/*                                       */
/* ************************************* */

.nopr,#social,#family,nav,footer,.js-tabs,#helper{
  display:none;
}

/* ************************************* */
/*                                       */
/* Modify                                */
/*                                       */
/* ************************************* */

#logo{
  background:none;
  text-indent: 0;
  font-size:14pt;
  font-weight: bold;
}

h1,h2,h3{
  font-size:12pt;
}