body {
    background-color: #333;
    font-weight: 400;
    font-size: 14px;
    color: #53565A;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

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

#col-desktop {
    margin-right:20px;
    width: 620px;
}


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

.verifydate {
    line-height: 100%;
    font-size: 12px;
}
/* ------------------- */
#footer-minimal {
    padding: 20px;
}

#footer-minimal-copyright {
    font-size: 11px;
    color: #929497;
}

#footer-minimal-links {
    float: right;
}

#footer-minimal-links a {
    color: #fff;
    font-size: 11px;
}

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

h1 {
    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) {
   #header-text {
      display:none;
   }
    .wrapper {
        width: auto;
        margin: auto;
    }
    #col-desktop {
        width: auto;
        margin:0;
    }
    #col-pitch {
        display: none;
    }
    .verifyhost a:after {
       content:"\f08e";
       font-family:FontAwesome;
       font-size: 14px;
       padding-left:5px;
    }
}

.webshot div {
    height: 180px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
    border-bottom:solid 1px #e6e7e8;
    cursor: pointer;
}
.webshot a {
   display:block;
   border:solid 1px #e6e7e8;
   padding:10px;
   margin:15px;
   text-align:center;
   color: #53565A;
   text-decoration:none;
}

#logo {
    cursor:pointer;
    background-image: url(//cdn.ywxi.net/static/img/logo/mcafee-secure.svg);
    width:160px;
    height:60px;
    background-position:left center;
    background-repeat:no-repeat;
    background-size:160px 20px;
    float:left;
}
#header-text {
    float: right;
    line-height: 60px;
    cursor: pointer;
    padding-right: 20px;
}

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

.siteinfo-title {
    margin-top: 30px;
}

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

.siteinfo-link a {
    color: #53565A;
}

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

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

.fs18 {
    font-size: 18px;
}

.site-about-top {
    display:flex;
    align-items:center;
}
.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;
    margin-right:20px;
}
.site-description {
   overflow:auto;
   flex:1;
}

#content,body {
   background:#f7f8f9;
}
#col-desktop {
   min-height:1000px;
}
#safe-browsing-guy {
   background-size:cover;
}

.verifydate {
   color:#8CC74F;
   font-size:11px;
   text-transform:uppercase;
   font-weight:bold;
   padding-bottom:0;
}
.verifyhost {
   font-size:40px;
   font-weight:100;
   color:#000;
   line-height:1.3;
}
.verifyhost a {
   color:#000;
   text-decoration:none;
}
.verifyhost a:hover {
   text-decoration:none;
}
.verifyhost a:hover:after {
   content:"\f35d";
   font-family:'Font Awesome\ 5 Free';
   font-weight: 700;
   font-size: 12px;
   padding-left:5px;
}
.verifytag {
    margin-top:5px;
}
#col-pitch .mfeslogo {
   height:100px;
   background-image:url(//cdn.ywxi.net/static/img/logo/mcafee-secure-trustmark.svg);
   background-size:170px 60px;
   background-repeat:no-repeat;
   background-position:center center;
   margin-bottom:30px;
}
#col-desktop .verifyintro {
   min-height:100px;
   margin-bottom:20px;
   word-break:break-word;
}

.securitydetails {
}
.securitydetails .item {
   cursor:pointer;
   border-top:solid 1px #e6e7e8;
   background-size:30px 30px;
   background-repeat:no-repeat;
   background-position:25px center;
   padding:25px 0 25px 70px;
   font-size:18px;
   font-weight:100;
   overflow:hidden;
   color:#000;
}
.securitydetails .item:first-child {
   border-top:none;
}
.securitydetails .item i {
   float:right;
   font-size:22px;
   width:50px;
   text-align:center;
   color:#e6e7e8;
   padding-top:4px;
}

.securitydetails .item-detail {
   margin:0 20px;
   border-top:solid 1px #e6e7e8;
   padding:20px 0;
   font-size:14px;
   line-height:150%;
   display:none;
}
.securitydetails .item span{
   padding-left: 10px;
   font-size:10px;
   font-weight:400;
   color:#939598;
   white-space: nowrap;
   float:right;
   padding-top: 6px;
}
.securitydetails .item[data-name=malware] { background-image:url(//cdn.ywxi.net/static/img/micon/no-malware-green.svg); }
.securitydetails .item[data-name=phishing] { background-image:url(//cdn.ywxi.net/static/img/micon/no-phishing-green.svg); }
.securitydetails .item[data-name=scanning] { background-image:url(//cdn.ywxi.net/static/img/micon/scanning-green.svg); }
.securitydetails .item[data-name=sip] { background-image:url(//cdn.ywxi.net/static/img/micon/id-protection-green.svg); }
.securitydetails .item[data-name=ssl] { background-image:url(//cdn.ywxi.net/static/img/micon/ssl-green.svg); }
/*.securitydetails .item[data-name=certdom] { background-image:url(//cdn.ywxi.net/static/img/icon-certdom-green.png); }*/

@media screen and (max-width: 700px) {
   .securitydetails .item { font-size:15px;background-position:20px center; }
   .securitydetails .item i { font-size:18px;}
   .securitydetails .item span { display:block; padding:0; float:none; }
}
@media screen and (max-width: 400px) {
   .securitydetails .item { font-size:14px;font-weight:400;padding-left:60px;background-position:15px center;}
   .verifyhost {font-size:28px; line-height:1.5;}
   .site-about-top {display:block;}
   .site-logo {margin-bottom:20px;}
}
