/** DEFINE **/
/** DEFINE BLOCKS **/
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;
}
table tr td {
  vertical-align: top;
}
body {
  font-family: Helvetica, Arial, 'san-serif';
  font-size: 100%;
  color: #414042;
}
body a {
  color: #47A3DA;
  text-decoration: none;
}
body a:hover {
  color: blue;
}
body.grey {
  background-color: #EDF0F3;
}
p {
  padding-bottom: 25px;
  line-height: 1.3em;
}
h1 {
  font-size: 40pt;
}
h1.white {
  color: white;
}
h2 {
  font-size: 22pt;
}
h2.white {
  color: white;
}
h3 {
  font-size: 20pt;
  margin-bottom: 22px;
}
#header {
  height: 40px;
  background-color: #FFFFFF;
}
#header .brand {
  color: #333333;
  display: block;
  float: left;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 8px;
  font-size: 1.2em;
}
#header .brand:hover {
  color: #47A3DA;
}
#header #menu {
  display: block;
  float: right;
  margin: 5px 0 0 0;
  padding: 0;
}
#header #menu .menu-item {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
#header #menu .menu-item a {
  display: block;
  padding: 8px;
}
#header #menu .menu-item a:hover {
  color: black;
}
#header #menu .menu-item a.active {
  color: black;
}
#hero {
  display: block;
}
#hero .logo {
  width: 650px;
  display: block;
  margin: 130px auto 70px auto;
}
#hero .logo img {
  width: 100%;
}
#introduction {
  display: block;
  background-color: #EDF0F3;
  padding-top: 73px;
  padding-bottom: 87px;
}
#introduction #intro-content {
  width: 980px;
  margin: 0 auto;
}
#introduction #intro-content .left {
  width: 50%;
  float: left;
}
#introduction #intro-content .right {
  width: 50%;
  float: right;
}
#introduction #intro-chain {
  margin-top: 117px;
}
#introduction #intro-chain table {
  border-collapse: collapse;
  border-spacing: 0 !important;
}
#introduction #intro-chain table tr,
#introduction #intro-chain table td {
  padding: 0;
}
#introduction #intro-chain table tr img,
#introduction #intro-chain table td img {
  display: block;
}
#introduction #intro-chain .chain-blurb {
  padding-left: 18px;
  margin-top: 12px;
}
#introduction #intro-chain .chain-blurb h3 {
  margin-bottom: 8px;
}
#blocks {
  display: table;
  width: 100%;
}
#blocks .block {
  display: table-row;
}
#blocks .block .left {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  height: 100%;
  padding-top: 134px;
}
#blocks .block .left table {
  width: 490px;
  float: right;
}
#blocks .block .right {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
#blocks .block .right .blurb-content {
  width: 490px;
  float: left;
  padding-top: 192px;
  padding-bottom: 85px;
  padding-left: 60px;
  padding-right: 60px;
}
#blocks .block .right .blurb-content .blurb {
  color: #FFFFFF;
}
#blocks .block .right .blurb-content a.more {
  color: #FFFFFF;
  display: block;
  float: left;
}
#footer {
  display: block;
  padding-left: 36px;
  padding-right: 36px;
  background-color: #EDF0F3;
}
#footer .notice {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #898989;
}
.wrapper {
  display: block;
  background-color: #EDF0F3;
  padding-top: 65px;
  padding-bottom: 85px;
}
.wrapper .container {
  display: block;
  width: 728px;
  margin: 0 auto;
}
.wrapper .container h1 {
  color: #414042;
  margin-bottom: 25px;
}
.wrapper .container .top-border {
  display: block;
  width: 100%;
  height: 2px;
}
.wrapper .container .top-border .orange,
.wrapper .container .top-border .yellow,
.wrapper .container .top-border .red {
  display: block;
  float: left;
  height: 2px;
  width: 33.33333333%;
}
.wrapper .container .top-border .orange {
  background-color: #D46227;
}
.wrapper .container .top-border .yellow {
  background-color: #E89D22;
}
.wrapper .container .top-border .red {
  background-color: #CC2D2D;
}
.wrapper .container .content {
  display: block;
  background-color: #FFFFFF;
  padding: 75px 92px 50px 92px;
}
.wrapper .container .content img {
  display: block;
  margin: 0 auto;
}
.wrapper .container .content table tr td {
  padding-bottom: 67px;
}
.wrapper .container .content .number {
  color: #EDF0F3;
  font-size: 15em;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 0.75em;
}