/* Base Styles
   Author: Andrew Johnston
   ----------------------------------------------------*/
   

  p,
  ul,
  ol { 
    margin-bottom: 18px; 
  }
  ul {
    list-style-type: square;
    margin-left: 2em;
  }
  h1 { 
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
  }
  h2 { 
    font-size: 18px; 
    line-height: 18px; 
    margin-bottom: 18px;
  }
  h3 { 
    font-size: 12px; 
    line-height: 18px; 
  }
