html, body {
    margin: 0; padding: 0;
}
body{
    background: #fff;
    color: #767676;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

a img {
    border: 0;
}

a, a:link, a:visited, a:hover, a:active {
    color: #ff7e00;
    text-decoration: none;
}

h1 { font-family: "museo_sans700", arial, sans-serif; font-size: 26px; font-weight: normal; }
h2 { font-size: 20px; font-weight: 300; }
h4 { font-size: 16px; font-weight: 300; }

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.container {
    width: 940px;
    margin: 0 auto;
}

.orange {
    background: #ff7e00;
    border-radius: 12px;
    color: #fff;
}

.home_main .orange img {
    margin: 8px 20px 8px 8px;
    cursor: pointer;
}

.white_link,
.white_link:link,
.white_link:visited,
.white_link:hover,
.white_link:active {
    color: #fff;
}

.lead {
    margin: 57px 0 30px;
}

.head {
    position: relative;
    color: #fff;
}

.head h1 {
    font-family: "museo_sans500", arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #ffefb2;
    font-size: 22px;
    font-weight: 100;
    opacity: 0.99;
}

.head h2 {
    margin: 0;
    padding: 0;
    font-size: 26px;
}

.left {
    float: left;
    width: 41.9148936%;
}

.right {
    float: right;
    width: 58.0851064%;
}

.keyboard {
    position: absolute;
    left: 17px;
    top: 58px;
}

.keyboard img {
    width: 217px;
    height: 387px;
}

.iphone {
    position: absolute;
    left: 76px;
    top: 20px;
    width: 251px;
    height: 515px;
    background: url('/images/iphone-6.png') no-repeat;
}

.app_store_link {
    margin: 300px auto 0 auto;
    padding-left: 12px;
    width: 156px;
    height: 46px;
}

.icon_logo {
    padding: 50px 0 40px 0;
}

.app_icon {
    float: left;
}

.logo_wrapper {
    float: left;
    width: 333px;
    padding: 23px 0 0 23px;
}

.foot {
    margin: 60px 0 120px 0;
    font-size: 13px;
}

.foot a {
    color: #767676;
}
.foot a:hover {
    color: #b3b3b3;
}

.foot .right {
    width: auto;
}

.foot .right a {
    margin: 0 10px;
}

.foot a .icon svg {
    position: relative;
    top: 4px;
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.so_muted {
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ddd;
}


/* home page-level overrides */
.home_main {
    margin-bottom: 30px;
}

.home_main p {
    padding-bottom: 20px;
}

.home_main .orange {
    font-size: 15px;
    border-radius: 8px;
}

.home_main .rrssb-buttons {
    margin: 60px 0 0 0;
}


/* privacy page-level overrides */
.privacy .icon_logo {
    padding: 20px 0 10px 30px;
}

.privacy p {
    padding: 0 0 10px 0;
}


/* fonts */
@font-face {
    font-family: 'museo_sans700';
    src: url('museo_sans_700-webfont.eot');
    src: url('museo_sans_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo_sans_700-webfont.woff2') format('woff2'),
         url('museo_sans_700-webfont.woff') format('woff'),
         url('museo_sans_700-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans500';
    src: url('museo_sans_500.eot');
    src: url('museo_sans_500.eot?#iefix') format('embedded-opentype'),
         url('museo_sans_500.woff2') format('woff2'),
         url('museo_sans_500.woff') format('woff'),
         url('museo_sans_500.ttf') format('truetype'),
         url('museo_sans_500.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}