/* 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;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans";
  background: #3E3E3E;
}
#container {
  width: 100%;
  padding: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
#container #learn_more {
  text-align: center;
  margin-top: 60px;
}
#container #learn_more a {
  text-decoration: none;
  font-weight: bold;
  color: #406DB9;
}
#container #learn_more a:hover {
  color: #335793;
}
#container #download_callout {
  width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  padding-left: 260px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 240px;
  margin-bottom: 60px;
}
#container #download_callout img.logo {
  height: 200px;
  position: absolute;
  left: 20px;
  top: 20px;
  border: 1px solid #aaa;
}
#container #download_callout img.logo.mac {
  border-radius: 100px;
}
#container #download_callout img.logo-ipad {
  height: 200px;
  position: absolute;
  left: 20px;
  top: 300px;
  border: 0px solid #aaa;
}
#container #download_callout a.app_store {
  display: block;
  padding: 0px;
}
#container #download_callout p.title {
  font-size: 35px;
  font-weight: bold;
  line-height: 50px;
  color: #2572BA;
}
#container #download_callout p.download_p {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #4D4D4D;
  font-size: 20px;
}
#container #download_callout p.download_p a {
  color: #1858AC;
  font-weight: bold;
}
#container #install_steps {
  width: 948px;
  margin: 0 auto;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
#container #install_steps .step {
  width: 33.33%;
  float: left;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#container #install_steps .step .img_preview {
  width: 240px;
  background: #EDEDED;
  border-radius: 10px;
  height: 200px;
  margin-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#container #install_steps .step .img_preview img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}
#container #install_steps .step .instruction p {
  width: 240px;
  line-height: 20px;
}
#container #install_steps .step .instruction p.title {
  color: #0059AD;
  margin-bottom: 20px;
  margin-top: 40px;
}
#container #install_steps .step .instruction p.detail {
  color: #686868;
}
#container #install_steps .step .arrow_right {
  position: absolute;
  right: -60px;
  top: 0px;
  height: 100%;
  width: 60px;
}
#container #install_steps .step .arrow_right i {
  color: #136BA5;
  display: block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  width: 100%;
}
