
/*Corrects grammar on Change Password page*/

.ChangePasswordContainer__profileDesp.ChangePasswordContainer__pswInst::before {
    content: "Must ";
    text-transform: capitalize;
	}
	
	.ChangePasswordContainer__profileDesp {
    text-transform: lowercase;
}

/*Removes submit a ticket descprition. 
Inserts new description*/
.Footer__footerDescription span {
    display: none;
}

.Footer__footerQus::after {
    content: "Submit a ticket for more help from the MSL.";
    display: block;
    font-size: small;
}

/*Places widgets in a row on KB landing page */

.kbLanding .WidgetContainer__contentList:nth-child(2) {
    width: 30%;
    float: left;
}

.kbLanding .WidgetContainer__contentList:nth-child(3) {
    width: 35%;
    float: left;
}

.kbLanding .WidgetContainer__contentList:nth-child(4) {
    width: 35%;
    float: left;
}

@media only screen and (max-width: 768px){
    .kbLanding .WidgetContainer__list{
        display: block !important;
    }
  .kbLanding .WidgetContainer__contentList {
    width: 100% !important;
}
} 


/*Removes non-functioning font resize
from main menu*/
.CustomizeContainer__aPlus {
    color: #ffffff;
    display: none;
}
/*Changes kb article link color for contrast*/
.KbDetailLtContainer__articleContent a {
    color: #0B679B;
}

/*shrinks home content container to make Submit ticket more visible */
.home .Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumnReverse {
    min-height: unset;
}

/*Restyle welcome text*/
.Header__searchTitle{
  font-size:2.3rem;
  font-weight:bold;
  text-shadow: none;
}

/*Restyle search bar and breadcrumbs */
.commonStyle__zt3breadCrumbBg {
    background: #21305d;
}

.BreadCrumbs__breadcrumbsView ul li:last-child {
    color: #fff;
}

.commonStyle__zt3breadCrumbText {
    color: #fff;
}

.commonStyle__zt3breadCrumbText:hover {
    color: #fff;
  text-decoration: underline;
}

.BreadCrumbs__breadcrumbsView ul li+li:before {
    color: #fff;
}

.AppContainer__breadCrumbsBox {
    color: white;
}

/*recolor mobile menu icon*/

.Header__menu, .Header__menu:after, .Header__menu:before {

    background-color:  #21305d;
}

.Header__menuToggle {
    background-color: transparent;
}

/*Remove captialization in ticket form*/
.commonStyle__txtCapitalize {
    text-transform: unset;
}

/*Add first letter capitalization for Community*/
.commonStyle__txtCapitalize::first-letter {
    text-transform: uppercase;
}

.DropDown__selectname::first-letter{
text-transform: uppercase;
}
/*Credit for gamification icons*/
.GamificationBadge__profileWrapper::after {
    content: "Badge icons made by Freepik from www.flaticon.com.";
    display: block;
    font-size: small;
    color: #777;
}
/*Remove badge point desciptions*/
.BadgeListItem__badgeDesp {
    display: none;
}
/*Contrast corrections*/
.commonStyle__zt3BrandBg {
    background-color: #C14925;
}

.Button__footerBtn:hover {
    background: #C14925;
	}
	
	.commonStyle__zt3Brand {
    color: #C14925;
}

.Icon__brand {
    color: #C14925;
}

.TopicDetailLeftContainer__userPost a {
    color: #C14925;
}

.Badge__discussion {
    color: #0D759B;
}
.Signin__userDesc {
	color: #737373;
	}
.SearchContainer__downArrow {
	border-top-color: #C14925;
	}
	
.Badge__announcement {
color: #008000;
}

.NoContent__title, .ProfileLeftContainer__yearStart, .GamificationLevel__title, .GamificationBadge__title, .DashBoard__profileDesp, .FilterTabs__activeFilter, .ProfileInformation__label, .FilterTabs__filterList {
color: #737373;
}

.GamificationLevel__animateBar {
background-color: #C14925;
}

.FilterTabs__activeFilter, .ThreadedComment__commentContent a {
color: #C14925;
}

.DeleteAccount__description {
color: #000000;
}

.Button__danger {
background-color: #D50000;
}

.commonStyle__zt3BrandBorder {
  border-color: #C14925;
}
