body {
    background-color: #333;
    font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #525359;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

#col-pitch {
    width: 300px;
    float: right;
    margin-right: 20px;
}

#col-desktop {
    margin: 0 20px;
    width: 640px;
}

#col-mobile {
    display: none;
    background: #fff;
}

#content {
    padding: 20px 0;
    background: #f5f6f7;
}

.wrapper {
    width: 1000px;
    margin: auto;
}

.verifydate {
    line-height: 100%;
    font-size: 12px;
}

/* ------------------- */
#footer-minimal {
    padding: 20px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

#footer-minimal-copyright {
    font-size: 11px;
    color: #929497;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

#footer-minimal-links {
    float: right;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

#footer-minimal-links a {
    color: #fff;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

#footer-minimal-links a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 699px) {
    #footer-minimal-copyright {
        display: block;
        width: 100%;
        text-align: center;
    }

    #footer-minimal-links {
        margin-bottom: 10px;
        display: block;
        width: 100%;
        text-align: center;
    }
}

h1 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: 100;
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-weight: 100;
}

h1 b {
    font-weight: 100;
    color: #bb022b;
}

/* ------------------- */
@media screen and (max-width: 1000px) and (min-width: 700px) {
    .wrapper {
        width: 700px;
        margin: auto;
    }

    #col-pitch {
        display: none;
    }
}

@media screen and (max-width: 699px) {
    .wrapper {
        width: 100%;
    }

    #col-mobile {
        display: block;
    }

    #col-desktop {
        display: none;
    }

    #col-pitch {
        display: none;
    }

    #header-text {
        display: none;
    }

    #content {
        padding: 0px;
    }

    h1 {
        text-align: center;
        line-height: 120%;
        padding: 20px 0;
    }

    h1 b {
        display: block;
    }

    .verifydate {
        text-align: center;
    }
}

.webshot-img {
    cursor: pointer;
    margin: 20px 0;
    width: 232px;
    height: 143px;
    background-repeat: no-repeat;
    background-position: top center;
    top: 10px;
    left: 40px;
    position: relative;
}

#logo {
    cursor: pointer;
    background-image: url(//cdn.ywxi.net/static/img/ms_logo_ob.png);
    width: 200px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

#header {
    background: #3f4040;
}

#header-text {
    float: right;
    line-height: 60px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    cursor: pointer;
    padding-right: 20px;
}

.card {
    background: #fff;
    border: solid 1px #e5e6e7;
}

.redline {
    height: 2px;
    width: 100%;
    background: #bb022b;
    margin: 0px 0px;
}

#safe-browsing-guy {
    width: 278px;
    height: 285px;
    background-image: url(//cdn.ywxi.net/static/img/vp-safe-browsing-guy.png);
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-weight: 100;
    font-size: 24px;
    line-height: 120%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    padding-top: 185px;
}

#laptop-example {
    cursor: pointer;
    width: 298px;
    height: 295px;
    background-image: url(//cdn.ywxi.net/static/img/vp-mcafee-secure-ad.png);
    background-repeat: no-repeat;
    background-size:cover;
    color: #fff;
    text-align: center;
    font-weight: 100;
    font-size: 24px;
    line-height: 120%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    padding-top: 20px;
}

#laptop-example b {
    font-size: 14px;
}

.section {
    padding: 20px;
    border-bottom: solid 1px #e5e6e7;
}

.siteinfo-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
}

.siteinfo-link i.fa {
    width: 20px;
}

.siteinfo-link a {
    color: #444;
    font-weight: 100;
}

.siteinfo-link a:hover {
    color: #0071C5;
    text-decoration: none;
}

.siteinfo-none {
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
}

.fs18 {
    font-size: 18px;
}

.webshot-laptop {
    background-image: url(//cdn.ywxi.net/static/img/vp-computer.png);
    background-repeat: no-repeat;
    width: 311px;
    height: 175px;
}

.site-logo {
    cursor: pointer;
    border: solid 2px #efefef;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center center;
    width: 180px;
    height: 180px;
}
