/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

html, body {
  background: #211a15 url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/backgrounds/tooled-tile.jpg') repeat;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
}

.content {
  background: url('http://d1a9fbb3yksxfz.cloudfront.net/assets-1.7/images/backgrounds/noise.png') repeat;
  box-shadow: inset 0px 2px 1px #211a15, inset 0px -2px 1px #211a15, 0 10px 6px -6px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 100;
}

.rapper {
  padding: 40px 0;
}

.section {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.containment {
  overflow-x: hidden;
}

.no-user {
  display: none !important;
}

.hero {
  color: #7f6c55;
  font-size: 1.5em;
  line-height: 1.4em;
  text-align: center;
  text-shadow: 0px 1px 0px black;
}
.hero strong {
  color: #f6c500;
  font-size: 1.2em;
  font-weight: 700;
  white-space: nowrap;
}

h1 {
  color: #f6c500;
  text-align: center;
  margin-bottom: 70px;
  text-shadow: 0px 1px 0px black;
}
h1.hero {
  padding: 20px;
}
h1.replaced {
  display: block;
  margin: 0 auto 20px auto;
  text-indent: -9999px;
}
h1 small {
  color: #7f6c55;
  display: block;
  font-size: 0.5em;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
  text-shadow: 0 1px 0 black;
}

h2 {
  clear: both;
  color: #7f6c55;
  font-size: 0.9em;
  line-height: 2em;
  text-align: center;
  text-transform: uppercase;
}
h2 .star {
  color: #4e4135;
  font-size: 1.0em;
  margin: 0 0.1em;
  font-family: Times New Roman;
}

.flat {
  margin-bottom: 0 !important;
}

p {
  color: #ccb697;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.copy {
  text-align: center;
  padding: 0 20px;
}

.rarr {
  font-family: Arial, sans-serif;
}

a {
  color: #ccb697;
  outline: 0;
  text-decoration: underline;
}
a:hover {
  color: #f0e9d9;
}

a.button {
  background: #dc9400;
  background: -moz-linear-gradient(top, #dc9400 0%, #e4a700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc9400), color-stop(100%, #e4a700));
  background: -webkit-linear-gradient(top, #dc9400 0%, #e4a700 100%);
  background: -o-linear-gradient(top, #dc9400 0%, #e4a700 100%);
  background: -ms-linear-gradient(top, #dc9400 0%, #e4a700 100%);
  background: linear-gradient(to bottom, #dc9400 0%, #e4a700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc9400', endColorstr='#e4a700',GradientType=0 );
  border-radius: 6px;
  box-shadow: 0 2px 2px black, 0 -4px 0 #ffe874;
  color: white;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
a.button:hover {
  background: #e4a700;
  background: -moz-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4a700), color-stop(100%, #dc9400));
  background: -webkit-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -o-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -ms-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: linear-gradient(to bottom, #e4a700 0%, #dc9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4a700', endColorstr='#dc9400',GradientType=0 );
}
a.button:active {
  background: #e4a700;
  background: -moz-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4a700), color-stop(100%, #dc9400));
  background: -webkit-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -o-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: -ms-linear-gradient(top, #e4a700 0%, #dc9400 100%);
  background: linear-gradient(to bottom, #e4a700 0%, #dc9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4a700', endColorstr='#dc9400',GradientType=0 );
  line-height: 39px;
}

.button-wrapper {
  text-align: center;
}

dl.bumpers {
  color: #ccb697;
  margin: 0 auto 40px auto;
  max-width: 560px;
  width: 80%;
}
dl.bumpers dt {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
  text-shadow: 0 1px 0 black;
  text-transform: uppercase;
}
dl.bumpers dd {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 70px;
  position: relative;
}

.imaged {
  text-align: center;
  margin: 0 auto 70px auto;
  width: 90%;
}
.imaged img {
  max-width: 100%;
}

.home-page .imaged {
  margin-bottom: 80px;
}
