﻿/* variables and mixins */
html, body {
  height: 100%;
}

header {
  height: 120px;
}

#main.wrapper {
  margin-top: 20px;
  position: relative;
  background: transparent;
  color: #333;
}

footer {
  display: none;
}

h1 {
  font-size: 2.8125em;
  line-height: 1.33333em;
  text-shadow: 0px 1px white;
}

p, ul {
  font-size: 1.375em;
  line-height: 1.25em;
}

p a, p a:visited, ul a, ul a:visited {
  color: #325dcb;
}

.content li:before {
  color: #333;
  top: 2px;
}

header {
  background: #d9d9d9;
  height: 60px;
  padding: 0;
}

.account__address {
  font-size: 16px;
  line-height: 28px;
}