@charset "utf-8";
/* CSS Document */
.Header__brandName, .FooterContainer__footerBottom {
  display: none !important;
}

.Radiogroupalternate__radiobutton [type=radio]:checked+.Radiogroupalternate__radiolabel {
    background-color: #E32613;
    box-shadow: 0 0.125rem #7a160c;
    border-left-color: #7a160c;
}

.Radiogroupalternate__radiobutton .Radiogroupalternate__radiolabel {
    color: #E32613;
}

.Radiogroupalternate__radiolabel:hover {
    color: #7a160c;
}

/* Below added to hide overdue timer on customer front end - SOC */
.ticket_duedate {
    display: none;
}
