article, section, nav, footer, address, aside, canvas, figcaption, figure, header, hgroup, menu, section, {
  display: block;
}
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;
}
@font-face {
  font-family: Futura;
  src: url("fonts/futura light bt.ttf");
}
@font-face {
  font-family: FuturaBold;
  src: url("fonts/Futura Heavy font.ttf");
}
body {
  text-align: center;
  font-family: Futura, Arial, sans-serif;
  color: #000;
  font-size: 18px;
}
header a:link {
  color: #666;
  text-decoration: none;
}
a:link {
  color: #0000ff;
  text-decoration: underline;
}
a:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ccc;
}
b {
  font-weight: bold;
}
p {
  line-height: 21px;
  margin-bottom: 18px;
}
h1 {
  font-size: 36px;
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: FuturaBold;
}
h2 {
  font-size: 28px;
  margin-top: 100px;
  margin-bottom: 40px;
  font-weight: bold;
}
header {
  margin: 20px;
}
li {
  margin-bottom: 20px;
}
.r2ilogo {
  margin-top: 30px;
  width: 110px;
}
.slidertext {
  position: absolute;
  left: 55%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33%;
}
.btn {
  width: 151px !important;
  margin-bottom: 8px;
}
.subtext {
  font-size: 14px;
  margin-bottom: 50px;
}
.email {
font-weight: bold;
font-size: 18pt;
}
.narrowbox {
	  width: 90%;
  max-width: 520px;
  margin: 160px auto;
}
.scalingwidth {
	width: 100%;
}
.mobileContainer {
  width: 90%;
	max-width: 370px;
  margin: 100px auto;
}
.wrapper {
  max-width: 960px;
  margin: 0px auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.wrapper iframe {
  width: 100%;
  height: 540px;
}
iframe {
  margin: 20px 0px 20px 0px;
}
.producttable {
  margin: 0px auto;
}
.producttable td {
  padding:20px;
}
.line {
	width:80%;
}
footer {
  margin: 50px;
}
summary {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
}