.newsletter-cta-bar {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 20px;
    color: white;
}

.disclaimer {
    font-size: 12px;
    color: grey;
    font-style: italic;
    padding: 10px 0 10px 0 !important;
}

.award {
    width: 200px;
    margin-bottom: -10px !important;
    padding: 0px !important;
    margin-top: 30px;
}
.product {
    margin-bottom: 30px;
    line-height: 1.3;
    margin-top: 0px !important;
}
.product a {
    font-weight: 700;
    font-family: roboto !important;
    color: #06146d !important;
}

.product a:hover {
    text-decoration: underline;
    color: #ee5d1c !important;
cursor:pointer;
}
.prodimg {
    margin-bottom: 0px !important;
}
.viewdetails {
    background: #c30000;
    width: 240px;
    text-align: center;
    padding: 10px 60px 10px 60px;
    border-radius: 5px;
    color: white;
    font-weight: 900;
    font-size: 16px;
    font-family: roboto;
    text-transform: uppercase;
}

.viewdetails:hover {
background-color: red;}

.examined {
    font-size: 18px;
    font-weight: 700;
    font-family: roboto;
    padding: 0px;
    text-transform: uppercase;
    line-height:1;
    color: #06146d;
margin-top: 30px;
}


.topexamined {
    color: #ee5d1c !important;
    font-weight: 700 !important;
    font-family: roboto !important;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 4px;
}
.sidebar-cta input {
   width: 100%
}

.sidebar-cta .newsletter-cta-bar {
 display:none
}

/*Home page slider text fix for mobile devices*/

@media screen and (max-width: 479px) {
    .home_slider_devider{
       display: block;
    }
}
/* Remove page views / comments */
.td-module-meta-info > .td-post-comments, .td-module-meta-info > .td-post-views {
    display: none;
}

