.icon-default {
    display: inline-block;
    background-image: url("../icons/sophos.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
}

.icon-default-full-search {
    display: inline-block;
    background-image: url(../icons/sophos.png);
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
}

.icon-video {
    display: inline-block;
    background-image: url("../icons/Techvids.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 50px;
    height: 30px;
}

.icon-video-full-search {
    display: inline-block;
    background-image: url("../icons/Techvids.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    margin-right: 10px;
}

.icon-video-portal {
    display: inline-block;
    background-image: url("../icons/Techvids.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    margin-right: 30px;
}

.icon-articles {
    display: inline-block;
    background-image: url("../icons/articles.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
}

.icon-articles-portal {
    display: inline-block;
    background-image: url("../icons/articles.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
    margin-top: -1px;
}

.icon-articles-portal-search {
    display: inline-block;
    background-image: url("../icons/articles.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
    margin-top: 2px;
}

.icon-articles-full-search {
    display: inline-block;
    background-image: url("../icons/articles.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
}

.icon-docs {
    display: inline-block;
    background-image: url("../icons/documents.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 50px;
    height: 36px;
}

.icon-docs-full-search {
    display: inline-block;
    background-image: url("../icons/documents.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 36px;
}

.icon-docs-portal {
    display: inline-block;
    background-image: url("../icons/documents.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 36px;
    margin-top: -27px;
}

.icon-docs-portal-search {
    display: inline-block;
    background-image: url("../icons/documents.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 36px;
    margin-top: -17px;
}

.icon-jira {
    display: inline-block;
    background-image: url("../icons/jira.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
}

.icon-jira-full-search {
    display: inline-block;
    background-image: url("../icons/jira.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
}

.icon-wiki {
    display: inline-block;
    background-image: url("../icons/wiki.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
}

.icon-wiki-full-search {
    display: inline-block;
    background-image: url("../icons/wiki.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
}

.icon-community {
    display: inline-block;
    background-image: url("../icons/community.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
}

.icon-community-full-search {
    display: inline-block;
    background-image: url("../icons/community.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
}

.icon-community-portal {
    display: inline-block;
    background-image: url("../icons/community.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
    margin-top: -20px;
}

.icon-community-portal-search {
    display: inline-block;
    background-image: url("../icons/community.png");
    background-size: 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
    margin-top: -9px;
}