.SearchBox__searchpart, .SearchBox__searchpart input {
  border-radius: 100px;
}
.Footer__footer a {
  color: #ffffff;
  text-decoration: underline;
}
.Footer__footer a:hover {
  color: #d6653b;
}

.TitleContainer__container, .TitleContainer__containerAuto {
  box-shadow: 0 0 0 rgba(151,160,191,0) !important;
  -webkit-box-shadow: None !important;
  border: 1px solid #dddddd;
  border-radius: 3px;
  transition: border-color .2s ease,background-color .2s ease;
}

.TitleContainer__container:hover, .TitleContainer__containerAuto:hover {
  border: 1px solid #000c34;
  background-color: #eff0f4;
  transition: border-color .2s ease,background-color .2s ease;
}

.ModuleCategoryContainer__tabs.commonStyle__tAlignCenter {
  display: none;
}

.Header__homeNavbarFixed .Header__searchLink, .Header__defaultContent.Header__homeNavbarFixed .Header__searchalt, .Header__homeNavbarFixed .Header__searchSubCont {
  background-color: #000c34 !important;
}

.SubscribeDepart__followContent, .ArticleDetailRightContainer__followContentLow {
  display: none;
}

#new_ticket_btn {
  display: none;
}

.ArticleCmd__socialShareLt {
  display: none;
}

.Header__menuList a {
  color: #ffffff;
}

.Header__menuList a:hover {
  color: #d6653b;
}
