.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #fff;
  color: #000;
  cursor: default;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 87.5%;
}
img {
  max-width: 100%;
}
a img {
  border: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
html.ie article,
html.ie aside,
html.ie dialog,
html.ie figcaption,
html.ie figure,
html.ie footer,
html.ie header,
html.ie hgroup,
html.ie main,
html.ie nav,
html.ie section {
  display: block;
}
html.ie mark {
  background: #FF0;
  color: #000;
}
html.ie template {
  display: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #36b;
}
h1,
h2 {
  color: #000;
  margin-bottom: 0.2em;
  margin-top: 1em;
}
h1:first-child,
h2:first-child {
  margin-top: 0;
}
h1 + p,
h2 + p {
  margin-top: 0;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
p:first-child {
  margin-top: 0;
}
ul {
  margin: 0.5em 0;
  padding: 0;
}
ul li {
  background: url('../images/usp-tick.png') no-repeat 2px 6px;
  font-weight: bold;
  line-height: 18px;
  list-style: none;
  margin: 0;
  padding: 5px 5px 4px 30px;
}
.wrapper {
  padding: 10px;
}
.ie .icon-default {
  display: none;
}
.icon-active {
  display: none;
}
#page-container {
  background: #fff;
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (min-width: 960px) {
  #page-container {
    max-width: 940px;
  }
}
.ie #page-container {
  min-width: 640px;
}
#page-container #page-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #page-container #page-header {
    position: relative;
  }
}
#page-container #page-header #header-logo {
  text-align: center;
}
#page-container #page-header #header-logo img {
  width: 304px;
}
@media screen and (min-width: 769px) {
  #page-container #page-header #header-logo {
    float: left;
    min-height: 40px;
    text-align: left;
    width: 33%;
  }
}
#page-container #page-header #header-links {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #page-container #page-header #header-links {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px) {
  #page-container #page-header #header-links {
    margin-bottom: 0.7em;
  }
}
#page-container #page-header #header-links a:after,
#page-container #page-header #header-links span:after {
  content: "|";
  color: #E5E5E5;
  text-decoration: none;
  padding: 0 5px;
  display: inline-block;
}
#page-container #page-header #header-links a:last-child:after,
#page-container #page-header #header-links span:last-child:after {
  content: none;
}
#page-container #page-header #header-brands {
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #page-container #page-header #header-brands {
    bottom: 10px;
    margin-left: 35%;
    margin-top: 0;
    position: absolute;
    text-align: right;
    width: 65%;
  }
}
#page-container #page-header #header-brands img {
  max-height: 40px;
}
#page-container #page-footer-header {
  padding: 10px;
  background-color: #d4d4d4;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 14px;
  margin-top: 10px;
}
#page-container #page-footer-header.untouchable {
  cursor: default;
}
#page-container #page-footer-header.untouchable span.text {
  text-decoration: none;
}
#page-container #page-footer-header span.text {
  text-decoration: underline;
}
.ie #page-container #page-footer-header {
  cursor: default;
}
.ie #page-container #page-footer-header span.text {
  text-decoration: none;
}
#page-container #toggle-footer:checked ~ #page-footer {
  display: block !important;
}
#page-container #toggle-footer:checked ~ #page-footer-header .icon-default {
  display: none;
}
#page-container #toggle-footer:checked ~ #page-footer-header .icon-active {
  display: inline;
}
#page-container #page-footer {
  padding: 10px;
  background-color: #ededed;
  display: none;
}
#page-container #page-footer.expanded {
  display: block;
}
#page-container #page-footer .notice {
  color: #999;
}
.ie #page-container #page-footer {
  display: block;
}
#page-container #page-splash {
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  #page-container #page-splash #splash-text {
    float: left;
    width: 49%;
  }
}
@media screen and (min-width: 769px) {
  #page-container #page-splash #splash-text {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 641px) {
  #page-container #page-splash #splash-image {
    float: right;
    width: 49%;
  }
}
#page-container #page-splash #splash-image img {
  display: block;
}
@media screen and (min-width: 321px) {
  #page-container #page-splash #splash-image img {
    margin-top: 1.5em;
  }
}
#page-container #brand-benefits {
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  #page-container #brand-benefits {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  }
}
#page-container #brand-benefits .brand {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media only screen and (max-width: 640px) {
  #page-container #brand-benefits .brand {
    border-bottom: 1px solid #eee;
  }
  #page-container #brand-benefits .brand:first-child {
    border-top: 1px solid #eee;
  }
}
#page-container #brand-benefits .brand img {
  display: block;
  max-height: 30px;
}
#page-container #brand-benefits .brand span {
  display: block;
  margin-top: 0.5em;
}
@media screen and (min-width: 641px) {
  #page-container #brand-benefits .brand {
    float: left;
    margin-left: 2%;
    width: 32%;
  }
  #page-container #brand-benefits .brand:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) {
  #page-container #brand-benefits.brand-benefit-count-2 .brand {
    width: 49%;
  }
}
@media screen and (min-width: 641px) {
  #page-container #brand-benefits.brand-benefit-count-1 .brand {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
#page-container #page-extra {
  margin-bottom: 10px;
}
#page-container #page-extra img {
  display: block;
}
#page-container #page-main:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 960px) {
  #page-container #page-promotions {
    float: right;
    width: 65%;
  }
}
@media screen and (min-width: 960px) {
  #page-container #page-widget {
    float: left;
    width: 33%;
  }
}
#page-container #footer-note {
  margin-bottom: 1em;
  margin-top: 1em;
}
