/* Header */
.Header__menuWrapper{ 
 background: #0069B1;
 box-shadow: 0 0.125rem 0.625rem 0 rgba(0,0,0,.26);
}
.LoginDetail__signin{display:none;}
..Header__welcomeTitle {
 font-weight: 400; 
}
.Header__nav a{
color: #ffffff; 
font-weight: 400;
font-size: 0.8125rem;
}

.Header__nav a:hover{
color: #ffffff; 
text-decoration: underline
}

.Header__headerBg {
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center center;
}

.Header__homeNavbarFixed .Header__searchSubCont {
background: #0069B1;
}

.AppContainer__homeWidget{
 	background: #ffffff; 
}

@media (max-width: 48rem)
.Header__homeNavbarFixed .Header__searchLink{
background: #e0182d;
}

/* Buttons */

.Button__tagPrimary{
background: #DFEBFD;
border-radius: 3rem;
padding: 8px 32px;
color: #022d2d;
box-shadow:none;
}

.TitleContainer__container{
  border: .063rem solid #efedeb;
  min-height: 0;
  box-shadow: none;
}

.TitleContainer__title > a.commonStyle__link {
  color: #000000;
}

.TitleContainer__description, .TitleContainer__list_description{
  color: #545a5a;
}

/* Articles Container */
.ArticlesContainer__title{
  font-size: 1.5rem;
  color: #041b2b;
  font-weight: 700;
}

.ModuleItem__modulein{
 	font-size: 14px;
}

.ModuleItem__moduleHeader a{
  color: #022d2d;
}
.ArticlesContainer__articleListWidget{
 	border: none; 
}
.ModuleItem__moduleListItem{
	border: none;
  	padding: 0.5rem
}

.commonStyle__link:hover{
  text-decoration: underline; 
}
a.Header__containerLink{
  color: #0069B1;
}
.Header__containerLi{
 border-radius: 30px;
 padding: 0 32px;
 line-height: 45px;
 background-color: #DFEBFD;
}
.Header__containerLi:hover{
  background-color: #ffffff;
}
.CustomWidgets__widgetTitle{
color: #022d2d;
}
.KBSubCategoryContainer__boxView;{
 	border-radius: 10px;
    border: .063rem solid #efedeb;
  	box-shadow: none;
}
.KBSubCategoryContainer__boxView .ModuleItem__moduleItem{
  background: none;
}
.ModuleItem__moduleTitle{
  font-size: 1.125rem;
  font-weight: 400;
  color: #177ee8;
}

.ArticleListContainer__boxView{
 	border-radius: 0.4375rem;
  	border: .063rem solid rgba(136,151,162,.3);
  	box-shadow: 0 0 25px rgba(151, 160, 191, 0.3);
	padding: 1.5rem;
}

.ModuleItem__moduleHeader{
	 padding: 1rem 1.5rem;
}

.ModuleItem__moduleListItem{
 	background: none;
  	padding: 8px 24px;
}

.ArticleDetailLeftContainer__kbTitle{
  font-size: 24px;
  font-weight: 500;
  color: #0069B1;
}

.Footer__footer{
  background-color: #041b2b;
  color: #ffffff;
}
/* Single ARticle styles */
.ArticleDetailLeftContainer__box{
	border-radius: 0.4375rem;
  	border: .063rem solid rgba(136,151,162,.3);
  	box-shadow: 0 0 25px rgba(151, 160, 191, 0.3);
  padding: 32px;
}
.ArticleDetailLeftContainer__partHead{
 font-size: 16px;
}
.ArticleDetailLeftContainer__contents p{
 color: #3D4F5C; 
}
.KBSubCategoryContainer__boxView{
  border-radius: 0.4375rem;
  	border: .063rem solid rgba(136,151,162,.3);
  	box-shadow: 0 0 25px rgba(151, 160, 191, 0.3);
}
a.Header__containerLink:hover {
  color: #022d2d
    
}
.BreadCrumbs__breadCrumbText {
color: #022d2d
}
#new_ticket_btn{
  display: none !important;
}
