/* Normalise
------------------------------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
}

table, td, th {
  vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=text], input[type=password], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* Fonts
------------------------------------------------------------------------------------ */
@font-face {
  font-family: "Clarendon W01 Bold";
  src: url("../webfonts/clarendon-w01-bold.eot?#iefix");
  src: url("../webfonts/clarendon-w01-bold.eot?#iefix") format("eot"), url("../webfonts/clarendon-w01-bold.woff") format("woff"), url("../webfonts/clarendon-w01-bold.ttf") format("truetype"), url("../webfonts/clarendon-w01-bold.svg#clarendon-w01-bold.eot") format("svg");
}
@font-face {
  font-family: "Clarendon W01 Light";
  src: url("../webfonts/clarendon-w01-light.eot?#iefix");
  src: url("../webfonts/clarendon-w01-light.eot?#iefix") format("eot"), url("../webfonts/clarendon-w01-light.woff") format("woff"), url("../webfonts/clarendon-w01-light.ttf") format("truetype"), url("../webfonts/clarendon-w01-light.svg#5dfe70d5-cb69-469d-b9d7-0abcc3db9a80") format("svg");
}
@font-face {
  font-family: "Clarendon W01 Medium";
  src: url("../webfonts/clarendon-w01-medium.eot?#iefix");
  src: url("../webfonts/clarendon-w01-medium.eot?#iefix") format("eot"), url("../webfonts/clarendon-w01-medium.woff") format("woff"), url("../webfonts/clarendon-w01-medium.ttf") format("truetype"), url("../webfonts/clarendon-w01-medium.svg#clarendon-w01-medium") format("svg");
}
/* Base styles
------------------------------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
html.ltext {
  font-size: 65%;
}
html.xltext {
  font-size: 72%;
}

body {
  font-family: Verdana, Arial, sans-serif;
  color: #414141;
  background: #ffffff;
}

h1 {
  font-family: Verdana, "Clarendon W01 Light", Arial, sans-serif;
  font-weight: 700;
  color: #e24741;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

h2 {
  font-family: Verdana, "Clarendon W01 Light", Arial, sans-serif;
  font-weight: 700;
}

h3 {
  font-family: Verdana, "Clarendon W01 Light", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0;
}

p {
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 18px;
  font-size: 1.8rem;
}

a,
a:visited {
  color: #414141;
}

header {
  border-top: 7px solid #e24741;
  padding: 5px 0 10px 0;
  z-index: 1000;
  position: relative;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(40, 40, 40, 0.75);
  -moz-box-shadow: 0px 2px 10px 0px rgba(40, 40, 40, 0.75);
  box-shadow: 0px 2px 10px 0px rgba(40, 40, 40, 0.75);
}
header a#logo {
  display: block;
  width: 287px;
  height: 76px;
  float: left;
}
@media screen and (max-width: 379px) {
  header a#logo {
    background-size: 200px 53px;
    position: relative;
    top: 10px;
  }
}
header div#top-links {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 47px;
}
header div#top-links a#hash {
  text-decoration: none;
  font-family: Verdana, "Clarendon W01 Light", Arial, sans-serif;
  color: #414141;
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
}
header div#top-links #nav-icon {
  margin-left: 15px;
  display: inline-block;
  width: 29px;
  height: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header div#top-links #nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #414141;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header div#top-links #nav-icon span:nth-child(1) {
  top: 0px;
}
header div#top-links #nav-icon span:nth-child(2),
header div#top-links #nav-icon span:nth-child(3) {
  top: 9px;
}
header div#top-links #nav-icon span:nth-child(4) {
  top: 18px;
}
header div#top-links #nav-icon.open span {
  background: #000000;
}
header div#top-links #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header div#top-links #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header div#top-links #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header div#top-links #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header div#top-links #hash.open {
  color: #000000;
}

div#cookiemessage-container {
  text-align: center;
}
div#cookiemessage-container p {
  padding: 10px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

div#top-hash-search {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  min-width: 250px;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 10px 25px 40px;
  z-index: 100;
}
div#top-hash-search form {
  vertical-align: bottom;
}
div#top-hash-search form label {
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  color: #e24741;
  display: block;
  margin: 0 0 10px 0;
}
div#top-hash-search form input#keyword-top-hash-search {
  vertical-align: bottom;
  border: 1px solid #e24741;
  padding: 5px;
  display: inline-block;
}

button.submit-search {
  position: relative;
  top: -4px;
  width: 31px;
  height: 27px;
  margin-left: 4px;
  display: inline-block;
  background: transparent;
  border: 0;
  vertical-align: bottom;
  font-size: 27px;
  font-size: 2.7rem;
  color: #e24741;
  outline: none;
}
button.submit-search:hover {
  cursor: pointer;
  color: #000000;
}

p.error {
  color: #e24741;
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}

div#top-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  min-width: 250px;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 10px 10px 40px;
  z-index: 100;
}
div#top-menu form {
  vertical-align: bottom;
}
div#top-menu form input#keyword-top-menu-search {
  vertical-align: bottom;
  border: 1px solid #e24741;
  padding: 5px;
  display: inline-block;
}
div#top-menu ul.menu-pulldown {
  margin: 20px 0 10px 0;
  list-style: none;
  padding: 0 0 10px 0;
  display: inline-block;
  border-bottom: 1px solid #e24741;
}
div#top-menu ul.menu-pulldown li {
  padding-bottom: 8px;
  margin: 0;
}
div#top-menu ul.menu-pulldown li a {
  color: #343434;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Verdana, "Clarendon W01 Light", Arial, sans-serif;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
}
div#top-menu ul.menu-pulldown li.account {
  border-top: 1px solid #e24741;
  padding-top: 20px;
  margin-top: 10px;
}
div#top-menu ul.menu-pulldown li.enter_new_code {
  display: none;
}
div#top-menu p#font-size a.font-size {
  font-family: Verdana, "Clarendon W01 Light", Arial, sans-serif;
  font-weight: 700;
  color: #414141;
  text-decoration: underline;
  padding-right: 5px;
}
div#top-menu p#font-size a.reg-size {
  font-size: 23px;
  font-size: 2.3rem;
}
div#top-menu p#font-size a.l-size {
  font-size: 26px;
  font-size: 2.6rem;
}
div#top-menu p#font-size a.xl-size {
  font-size: 32px;
  font-size: 3.2rem;
}

div.top-menu-on {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

div.container {
  position: relative;
  width: 988px;
  margin: auto;
}
div.container:before, div.container:after {
  content: "";
  display: table;
}
div.container:after {
  clear: both;
}
@media screen and (max-width: 988px) {
  div.container {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  div.container {
    width: 92%;
  }
}

div.breadcrumb {
  margin: 40px auto;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
}
div.breadcrumb span {
  white-space: nowrap;
}
div.breadcrumb span.sep {
  margin: 0 5px;
}

footer {
  background: #333333;
  padding: 15px 0;
}
footer div.footer-icons {
  float: left;
  width: 350px;
}
@media screen and (max-width: 767px) {
  footer div.footer-icons {
    float: none;
    width: 100%;
    text-align: center;
  }
}
footer div.footer-icons a {
  margin-right: 12px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
}
footer div.footer-icons a.fa-facebook {
  font-size: 29px;
  font-size: 2.9rem;
  border: 1px solid #ffffff;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
footer div.footer-icons a.fa-twitter {
  font-size: 29px;
  font-size: 2.9rem;
  border: 1px solid #ffffff;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
footer div.credits {
  float: right;
  text-align: right;
  color: #ffffff;
  width: 600px;
}
footer div.credits p {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer div.credits {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
footer div.credits a {
  color: #ffffff;
}

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