/* Typography Mixins
   ========================================================================== */
html, body {
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #555555;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table;
  font-family: azo-sans-web, sans-serif;
  font-weight: 300;
  font-style: normal; }

.container {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.content {
  display: inline-block; }

.content {
  max-width: 40em; }

.description {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

h1, h2, h3 {
  font-weight: normal; }

h1 {
  font-size: 30px;
  font-size: 1.825rem;
  line-height: 40px;
  line-height: 2.65rem;
  font-family: cronos-pro-caption, sans-serif;
  font-weight: 700;
  font-style: normal;
 }

h2, h3 {
  font-size: 16px;
  font-size: 1.175rem;
  line-height: 20px;
  line-height: 1.25rem;

  /*font-family: cronos-pro-subhead, sans-serif;
  font-weight: 400;
  font-style: normal;*/


font-family: azo-sans-web, sans-serif;
font-weight: 500;
font-style: normal;


/*font-family: azo-sans-web, sans-serif;
font-weight: 400;
font-style: normal;*/
}

.owner {
  margin-top: 16px;
  margin-top: 1rem; 
}

.legal {
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #999999; }
  .legal a {
    color: #999999;
    text-decoration: none; }
    .legal a:visited {
      color: #999999; }
    .legal a:hover {
      color: #faab19;
      text-decoration: underline; }

a {
  color: #555555;
  text-decoration: none; }
  a:visited {
    color: #555555; }
  a:hover {
    color: #faab19;
    text-decoration: underline; }
