/* Product Branding */
.main-content a.navbar-brand {
    background-image: url("https://imagedelivery.net/PVooPtpJE-25QaNkbEuXvw/2c56760d-2e3e-495c-4ad1-7a736fe50000/public");
    height: 49px;
    width: 295px;
}

/* Helpcenter Block Icons */
.portal-single-publication:nth-of-type(1) .publication-icon{
    background-image: url("https://smartbear.com/smartbear/assets/img/feature-icons/Third-Party.svg");
}

.portal-single-publication:nth-of-type(2) .publication-icon{
    background-image: url("https://smartbear.com/smartbear/assets/img/feature-icons/Training.svg");
}

.portal-single-publication:nth-of-type(3) .publication-icon{
    background-image: url("https://smartbear.com/smartbear/assets/img/feature-icons/Documents-Resources.svg");
}

.portal-single-publication:nth-of-type(4) .publication-icon{
    background-image: url("https://smartbear.com/smartbear/assets/img/feature-icons/News-Announcements-Resources.svg");
}

.portal-single-publication:nth-of-type(5) .publication-icon{
    background-image: url("https://smartbear.com/smartbear/assets/img/feature-icons/Application-Works-as-Intended.svg");
}

.main-content .portal-header-navbar{
    padding-inline: 0;
}

.main-content .portal-header-navbar{
    padding-inline: 0;
}

@media (min-width: 576px) {
   .main-content a.navbar-brand {
      width: 450px;
   }
}
