body, body #features .row, body #features #watch {
    * zoom: 1
}

body:before, body #features .row:before, body #features #watch:before, body:after,
body #features .row:after, body #features #watch:after {
    content: " ";
    display: table
}

body:after, body #features .row:after, body #features #watch:after {
    clear: both
}

body {
    font-family: -apple-system, BlinkMacSystemFont, helvetica neue, helvetica neue, helvetica, arial, sans-serif;
    background: #fff
}

body .wrap {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1100px;
    min-width: 280px;
    clear: both
}

body #darksky {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    padding: 0 60px;
}

body #darksky a {
    text-decoration: none;
    border-bottom: 0;
    color: #0A7DFF;
}

body #darksky a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

body #header {
    padding-top: 80px;
    background: #0A7DFF;
    background-size: 1350px;
    background-position: center 270px; 
    text-align: center
}

body #header img {
    display: block;
    margin: 0 auto;
}

body #header #phone {
    margin-top: 40px;
    text-align:center;
    width: 100%;
    max-width: 762px;
}

body #download {
    margin-top: 20px;
    text-align:center;
}

body #download img {
    display: inline-block;
    margin: 0 auto;
    width: 40%;
    max-width: 230px;
}

body #trailer {
    margin-top: 50px;
    margin-bottom: 80px;
}

body #trailer img {
    display: block;
    margin: 0 auto;
    width: 95.5%;
    max-width: 1111px;
}

body #features {
    text-align: center;
    background: #fff;
    padding-top: 30px;
}

body #features h3 {
    font-size: 18px;
    color: #000;
    line-height: 1.4em;
    font-weight: 500
}

body #features p {
    font-size: 16px;
    color: #858585;
    line-height: 1.4em;
    margin-bottom: 1.6em;
    font-weight: 300
}

body #features .row {
    text-align: left
}

body #features .row .group {
    float: left;
    width: 28.6%;
    margin: 0 2.2%;
}

body #body .footnote p {
    font-style: italic;
    color: #fff;
    background: #F0F0F0;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 0
}

body #body #watch {
    margin-top: 40px;
    padding: 40px 0 20px;
    background: #FBFBFB no-repeat 50% 50%;
    background-size: 200% 200%;
    text-align: left
}

body #body #watch #watch_image {
    text-align: right;
    float: left;
    width: 29.6%;
    margin: 0 2.2%
}

body #body #watch #watch_image img {
    margin-top: -30px;
    width: 100%;
    max-width: 244px;
    height: auto
}

body #body #watch .watch_text {
    float: left;
    width: 48.6%;
    margin: 0 2.2%
}

body #body #watch h2 {
    font-size: 36px;
    color: #99c9ff;
    font-weight: 100
}

body #body #watch p {
    font-size: 20px;
    color: #fff;
    font-weight: 200
}

body #social {
    margin-top: 70px;
    text-align:center;
}

body #social img {
    display: inline-block;
    margin: 0 auto;
    margin-left: 6px;
    margin-right: 6px;
}

body #footer {
    color: #252525;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 50px;
}

body #footer p {
    color: #000;
}

body #footer a {
    text-decoration: none;
    border-bottom: 0;
    color: #000;
    margin-left: 6px;
    margin-right: 6px;
}

body #footer a:visited {
    text-decoration: none;
    border-bottom: 0;
}

body #footer a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

body #footer a:active {
    text-decoration: none;
    border-bottom: 1px solid;
}

