body, html {
  padding: 0px;
  margin: 0px;
  font-family: "open-sans-n4", "open-sans", verdana, sans-serif;
  font-size: 1em;
  color: #5c534a; }

a {
  color: #42b6e7; }
  a img {
    border: none; }

a:focus, button:focus {
  outline: none; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  padding-left: 0px; }

.show {
  display: block; }

h1, h2, h3, h4, h5 {
  font-family: "museo-n7", "museo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5c534a; }

h1 {
  margin: 0px;
  padding: 0px; }
  h1 .main {
    margin-top: -7px; }

hgroup {
  float: left;
  width: 70%; }
  hgroup small {
    float: left;
    clear: right;
    font-family: "museo-sans-n3", "museo-sans", sans-serif;
    font-size: 1.1em;
    margin: 0 0 0; }

table {
  border-collapse: collapse;
  border: 0; }

th, td {
  padding: 0; }

p + p {
  text-indent: 0px; }

.wrapper {
  /* 	width: 100%; */
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.header {
  vertical-align: bottom; }

.icon-alone {
  display: inline-block;
  /* Fix for clickability issue in WebKit */ }

.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px; }

.emphasis {
  font-weight: bold;
  color: #b0ce3a; }

.price {
  font-weight: bold;
  color: #e20316; }

blockquote {
  margin: 0; }

blockquote p {
  font-style: italic;
  font-size: 0.9em; }

cite small {
  color: #b0ce3a;
  margin-top: -15px;
  font-weight: bold; }

ul.list {
  padding-left: 15px; }

p.italic {
  font-style: italic; }

.hide {
  display: none; }

