/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
	NOST Variables:
*/
/*
 * Colors:
 */
/*
 *	Typography:
 */
/*
 *	Breakpoints:
 */
/*
 *	Navigation:
 */
/*
 * Grid Settings:
 */
/*
 * Gallery Settings
 */
/*
 * Tabs Settings
 */
/*
 * Thumbnail Settings
 */
/*
 * ---
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
	@grid: setting the grid with neat mixins for child-elements of .container
*/
body {
  font-family: "adelle", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: black; }
  body h1,
  body .widget-title {
    font-size: 22.5px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase; }
  body h2 {
    font-weight: 700; }
  body header {
    *zoom: 1;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
    body header:before, body header:after {
      content: " ";
      display: table; }
    body header:after {
      clear: both; }
    body header #business-card {
      margin-top: 32px; }
      body header #business-card h1, body header #business-card h2, body header #business-card p {
        padding: 12px 32px 0;
        text-transform: none;
        font-weight: 300; }
      body header #business-card h1 {
        font-size: 30px; }
      body header #business-card h2 {
        font-size: 22.5px;
        margin-top: 0; }
      body header #business-card p {
        max-width: 340px;
        margin-top: 64px; }
      body header #business-card a {
        color: #1a1a1a;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        font-weight: 700; }
        body header #business-card a:hover {
          color: black; }
