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 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

a,
a:active,
a:visited,
a:link {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

a:hover {
    color: rgba(255, 255, 255, 0.8);
}

blockquote {
    padding: 10px;
}

body {
    margin: 0;
    width: 100%;
}

div.cell {
    margin: 0;
    width: 100%;
    margin-bottom: 40px;
}

@media only screen and (min-width: 761px) {
    div.cell {
        float: left;
    }
}

@media only screen and (min-width: 1141px) {
    div.cell {
        width: 33%;
    }
}

#bitcoin {
    text-align: center;
}

#bitcoin img {
    width: 50%;
    max-width: 200px;
    margin: 20px;
}

#bitcoin .infinity {
    color: rgba(0, 0, 0, .1);
}

div.gutter {
    clear: both;
    display: block;
    height: 40px !important;
    min-height: 40px;
}

div.photo {
    text-align: center;
}

div.photo img,
img.diagram {
    background-color: #FFF;
    border: solid 1px #FFF;
    max-width: 739px;
    padding: 5px;
    width: 100%;
}

div.section {
    padding: 20px;
}

em,
blockquote {
    font-style: italic;
}

h2 {
    color: #4372AA;
    font-size: 28pt;
    font-weight: normal;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    white-space: no-wrap;
}

h2 em {
    font-style: normal;
    font-weight: bold;
}

h3 {
    font-size: 22pt;
}

html {
    background-color: #222;
    color: rgba(255, 255, 255, 0.6);
    font-family: Helvetica, sans-serif;
    font-size: 16pt;
}

img#brand {
    background-color: #000;
    background-image: url(mtp.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
    margin: 0;
    width: 100%;
}

img.diagram {
    width: 100%;
    background-color: #999;
    border-width: 6px;
}

p {
    font-size: 20pt;
    line-height: 30pt;
}

s p.question {
    font-style: italic;
    margin-bottom: 10px;
}

p.answer {
    font-weight: bold;
    margin-bottom: 40px;
}

div.image-caption {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12pt;
    font-style: italic;
    margin-top: 5px;
    text-align: center;
}

strong {
    font-weight: 700;
}

#legalese {
    line-height: 120%;
    text-align: center;
}

footer {
    color: rgba(255, 255, 255, 0.5);
    background-image: -ms-radial-gradient(center, circle farthest-corner, #83b3d7 0%, #1b2856 100%);
    background-image: -moz-radial-gradient(center, circle farthest-corner, #83b3d7 0%, #1b2856 100%);
    background-image: -o-radial-gradient(center, circle farthest-corner, #83b3d7 0%, #1b2856 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #83b3d7), color-stop(1, #1b2856));
    background-image: -webkit-radial-gradient(center, circle farthest-corner, #83b3d7 0%, #1b2856 100%);
    background-image: radial-gradient(circle farthest-corner at center, #83b3d7 0%, #1b2856 100%);
    background-repeat: no-repeat;
    padding: 20px;
    min-height: 300px;
}

footer a,
footer a:active,
footer a:visited,
footer a:link {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.diagram-container {
    text-align: center;
}

#services li {
    list-style-type: square;
    margin-left: 20px;
    line-height: 150%;
    cursor: pointer;
}

#services li:hover {
    color: #F0F0F0;
}
