.commonStyle__zt3BrandBg,
.Button__footerBtn:hover {
  background-color: #cc0000 !important;
}

.Icon__brand,
.commonStyle__zt3Link:hover,
.themeLink:hover,
.commonStyle__zt3LinkActive,
.commonStyle__zt3bdrLine,
.DepartmentList__forums,
.commonStyle__zt3Brand,
.Icon__hoverbrand:hover,
.globalfixednav .aPlusIcon:hover,
.ListHeader__popupList:hover,
.ListHeader__popupList:hover svg,
.KbCategory__popupList:hover,
.KbCategory__popupList:hover svg {
  color: #cc0000 !important;
}

.commonStyle__zt3BrandFill {
  fill: #cc0000 !important;
}

.Header__tabsTab.Header__active,
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active,
.Header__tabsTab:hover,
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover,
.globalfixednav .globalSignin:hover {
  border-bottom: 0.1875rem solid #cc0000;
  color: #cc0000 !important;
}

.commonStyle__zt3BrandBorder {
  border-color: #cc0000;
}

/*Header description size*/
.Header__description {
  font-size: 1.2rem;
}

/*hiding Sign Up button*/
#portal_tabsignup {
  display: none;
}

/*hiding Welcome title*/
.Header__searchTitle {
  visibility: hidden;
}

/*placing widgets side by side*/
.home .WidgetContainer__list,
.kbLanding .WidgetContainer__list {
  display: flex;
  flex-wrap: wrap;
}

.WidgetContainer__contentList {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .home .WidgetContainer__contentList:nth-child(2),
  .home .WidgetContainer__contentList:nth-child(3),
  .kbLanding .WidgetContainer__contentList:nth-child(2),
  .kbLanding .WidgetContainer__contentList:nth-child(3){
    width: 50%;
  }
}

/*Hiding info labels for tickets*/
.view_properties .ticket_assigneeid,
.My_Overdue_Tickets,
.TicketList__filterPanel {
  display: none !important;
}

/*adding borders to images*/
img {
       border: 3px solid rgb(0, 0, 0);
}
.Header__logo img {
    border: none;
}
