
/******************* NORMALIZE *******************/

table td, footer, h1  { color: #959595; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
}

body {
  background-color: #fff;
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-family: "Helvetica Neue", Helvetica, Verdana, Lucida, sans-serif;
}

.nowrap {
  white-space: nowrap
}

abbr {
  text-decoration: none;
  border-bottom: 1px dotted;
}

blockquote, h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

/*
blockquote: {
  color: #f2d51d;
}
*/

footer, header, main, menu, nav {
  display: block;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

a:active,
a:hover {
  outline: 0;
}

body a:hover,
body a:active {
  border-bottom: 1px solid rgba(255,255,255,1);
}

/* header a:hover,
header a:active { background-color: rgba(0,0,0,0.2); } */

b, strong {
  font-weight: bold;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 4.6em;
  max-width: 100%;
}

.wrapper > table:last-of-type {
  margin-bottom: 0;
}

td, th {
  padding: 0;
  vertical-align: text-top;
}

tr {
  border-bottom: 1px solid #333;
}

table tr.active td,
table tr.active td a {
  color: #f2d51d;
  font-weight: 500;
}

body table tr.active td a:hover,
body table tr.active td a:active {
  border-bottom: 1px solid #f2d51d;
}

tr td:first-of-type {
  width: 1%;
}

tr > td:last-of-type {
  padding-right: 0;
  text-align: right;
}

caption {
  text-align: left;
  position: relative;
}

caption small {
  display: block;
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0.9em;
}


/************************ MAIN ************************/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


img, svg {
    vertical-align: middle;
    border: 0;
}

h1 {
  margin: 0;
  font-size: 0.8em;
  line-height: 1em;
  letter-spacing: -0.01em;
  font-weight: normal !important;
  color: #565656;
}

.nospeak { speak: none; }

address {
  font-style: normal;
}

h1 span {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

header {
  vertical-align: top;
  color: #000;
  padding-top: 1.5em;
  padding-bottom: 4.6em;
}

footer {
  padding-bottom: 2.3em;
}

main {
  padding-top: 4.6em;
  padding-bottom: 4.6em;
}

footer, main {
  background-color: #000;
}

header, footer, main {
  overflow-x: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.wrapper {
  transition: max-width 0.2s linear;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: content-box;
}

footer, small, .small {
  font-size: 80%;
}

footer ul {
  display: block;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

footer li {
  display: inline-block;
  margin-right: 0.83em;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}






/*********************** SCALABLE TYPE ***********************/

body, th, td {
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3 {
  font-weight: normal;
  font-style: normal;
}

#page {
  font-size: 1em;
  line-height: 1.25;
}

p {
  padding-top: 0;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.63em;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.38em;
  display: block;
  clear: both;
}

blockquote {
  margin: 1.15em 0 0 0;
  display: block;
  font-size: 2.25em;
}

td {
  padding: 0.75em 1em 0.75em 0;
  transition: padding 0.2s linear;
}

@media screen and (max-width: 20em) {
  body {
    font-size: 85%;
  }
}

@media screen and (min-width: 43.75em) {
  blockquote { font-size: 3em; }
  table td { padding: 0.75em 1.25em 0.75em 0; }
  .wrapper { max-width: 600px; }
  #page { font-size: 1em; line-height: 1.375; }
  caption small { bottom: 1.2em; }
  h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0.34375em;
    max-width: 18em;
  }
}

@media screen and (min-width: 56.25em) {
  blockquote { font-size: 3.5em; }
  table td { padding: 1em 1.5em 1em 0; }
  caption small { bottom: 1.2em; }
  h2 {
    font-size: 2.25em;
    line-height: 1.25;
    margin-bottom: 0.34375em;
    max-width: 16.88889em;
  }
}




/******************** PRINT ********************/

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
  }

  a,
  a:visited {
      text-decoration: underline;
  }

  a[href]:after {
      content: " (" attr(href) ")";
  }

  abbr[title]:after {
      content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
      content: "";
  }

  pre,
  blockquote {
      page-break-inside: avoid;
  }

  thead {
      display: table-header-group;
  }

  tr,
  img {
      page-break-inside: avoid;
  }

  img {
      max-width: 100% !important;
  }

  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3;
  }

  h2,
  h3 {
      page-break-after: avoid;
  }
}
