*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  line-height: 1.22;
  font-family: "canada-type-gibson", "Helvetica", sans-serif;
  font-size: 12px;
  color: #9c9285;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; }

p {
  margin: 0 0 24px 0; 
  font-family: "alverata-pe", "Times", serif;
}

a {
  text-align: center;
  text-decoration: none;
  color: #dcdcdc; }
  a:visited {
    color: #dcdcdc; }
  a:hover {
    color: #dcdcdc; }
  a:focus {
    outline: none; }
  a:hover, a a:active {
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-transform: uppercase;
  color: #dcdcdc;
  text-align: center;
  letter-spacing: 0.28em;
  font-weight: 100;
}

h1 {
  
  line-height: 1.22em;
  letter-spacing: 0.28em;
}

h2 {
  font-size: 2em;
  }

h3 {
  font-size: 1em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc; }

img {
  width: auto\9;
  /* IE8 */
  max-width: 100%;
  height: auto;
  border: 0; }

embed, iframe, object, video {
  margin-bottom: 24px;
  max-width: 100%; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

/* Start: forms */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], input[type="password"] {
  -webkit-appearance: none !important; }

input[type="submit"], input[type="reset"], input[type="button"], button {
  border: 0;
  cursor: pointer; }

textarea {
  resize: vertical; }

input, button, textarea {
  /* Removing the inner shadow and rounded corners on iOS inputs */
  border-radius: 0;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); }

/* End: forms */
table {
  width: 100%;
  margin-bottom: 24px; }

th, caption {
  border-width: 0 1px 1px 0;
  font-weight: bold; }

td {
  border-width: 0 1px 1px 0; }

dl {
  margin-bottom: 24px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 24px 40px; }

ul, ol {
  margin: 0 0 24px 20px; }

li > ul, li > ol {
  margin: 0 0 0 20px; }

nav ul, nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none; }

code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6; }

code {
  color: #767676; }

pre {
  border: 1px solid #E5E5E5;
  max-width: 100%;
  overflow: auto;
  margin-bottom: 24px;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote {
  padding-left: 20px;
  border-left: 1px solid #9c9285;
  font-style: italic;
  color: #dcdcdc;
  font-weight: 400;
  font-family: "alverata-pe", "Times", serif;
  font-size: 1.2rem;
}

mark, ins {
  background: #dcdcdc9c0; }

address {
  display: inline-block; }

/*# sourceMappingURL=elements.css.map */