span.coveo-quickview-icon.coveo-small.coveo-icon.filetype.html,span.coveo-quickview-icon.coveo-small.coveo-icon.filetype.image,span.coveo-quickview-icon.coveo-small.coveo-icon.filetype.video,span.coveo-quickview-icon.coveo-small.coveo-icon.filetype.pdf{
    background-image: url(https://support.pingidentity.com/resource/1526971752000/icondefault);
    background-color: transparent;

}

span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.feeditem,span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.user,span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.feedcomment,span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.collaborationgroup {
    background-image: url(https://support.pingidentity.com/resource/1526971785000/iconcommunity);
    background-color: transparent;
}

span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.article,span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.security_advisory,span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.technote,span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.how_to,span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.faq,span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.security_bulletin,span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.security_update {
    background-image: url(https://support.pingidentity.com/resource/1526971607000/iconkb);
    background-color: transparent;

}

span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.case,span.coveo-quickview-icon.coveo-small.coveo-icon.objecttype.casecomment{
    background-image: url(https://support.pingidentity.com/resource/1526971752000/iconcase);
    background-color: transparent;
}

.CoveoSearchInterface {
      /*font-family: GothamBook !important;*/
      font-size: 14px !important;
    }
.CoveoSearchInterface .icon-case {
    display: inline-block;
    background-image: url(https://support.pingidentity.com/resource/1526971674000/iconcase);
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.CoveoSearchInterface .icon-default {
    display: inline-block;
    background-image: url(https://support.pingidentity.com/resource/1526971752000/icondefault);
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.CoveoSearchInterface .icon-kb {
    display: inline-block;
    background-image: url(https://support.pingidentity.com/resource/1526971607000/iconkb);
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.CoveoSearchInterface .icon-community {
    display: inline-block;
    background-image: url(https://support.pingidentity.com/resource/1526971785000/iconcommunity);
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}


.CoveoSearchInterface .CoveoResultLink {
    font-size: 16px !important;
    /*font-family: GothamMedium !important;*/
    }

.CoveoSearchInterface .CoveoFacet {
        font-size: 16px !important;
    }

.CoveoSearchInterface .quickview-folding{
    padding-left: 10px !important;
}

.CoveoSearchInterface .coveo-facet-header-title {
    font-size: 16px !important;
}

.CoveoSearchInterface .coveo-logo svg {
  display : none !important;
}

.CoveoSearchInterface .coveo-quickview-icon {
    display: none !important;
}

.coveo-logo svg {
  display : none;
}

.CoveoSearchInterface .coveo-list-layout.CoveoResult:last-child {
    padding-bottom: 3.5em;
}