/*---------- Header Modification ----------*/
.Header__name{
	overflow:unset;
	font-family:"Latoregular", sans-serif;
  	font-weight:500;
}
.Header__portName:before{
  	content:" the";
}
.Header__portName{
  	text-transform:unset;
}
/*-----------------------------------------*/

/*----------- Theme Re-Coloring -----------*/
.commonStyle__zt3BrandBg{
	background-color:#14b4e6;
}
.SearchContainer__downArrow{
	border-top-color:#14b4e6;
}
.commonStyle__zt3BrandBorder{
	border-color:#14b4e6;
}
.Icon__hoverbrand:hover, .Icon__brand{
	color:#14b4e6;
}
.Header__tabsTab:hover, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover,
.globalfixednav .globalSignin:hover, .globalfixednav .globalSignup:hover, .Header__tabsTab.Header__active,
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active {
    border-bottom: 0.1875rem solid #14b4e6;
    color: #14b4e6;
}
.commonStyle__zt3Brand {
	color:#14b4e6;
}
.commonStyle__zt3buttonPrimaryBg:hover, .commonStyle__zt3BrandBg:hover{
	background-color:#14b4e6;
}
.Button__footerBtn:hover {
    background: #14b4e6;
}
.commonStyle__zt3LinkActive:hover,
.KbDetailLtContainer__articleContent a:hover{
	text-decoration:underline;
}
.KbDetailLtContainer__articleContent a {
    color: #14b4e6;
}
/*-----------------------------------------*/ 
/*---------- Layout Modification ----------*/
div#layoutContainer {
    padding-bottom: 20px;
}
.WidgetContainer__contentList {
    display: inline-block;
  	margin: 0 30px 0 0;
}
/*---------- Footer Modification ----------*/
.footer-notice {
    line-height: 20px;
    font-size: smaller;
}
.Footer__container2 span, .Footer__footerLink {
  display: none;
}
.Footer__container2:before{
  content:'© Copyright 2026 | Chart Dynamix LLC | All Rights Reserved | Powered by love & liberty';
  visibility: visible;
}
/*-----------------------------------------*/
/*---------- Article Modification ---------*/
/* hide update time */
.KbDetailLtContainer__updateTime {
  display: none;
}
/*--------- New Ticket Page Styles ---------*/
.KB_Editor, .DropDown__dropdown,
.Input__formInput, .Input__productInput {
    border-color: #adadad;
    box-shadow: 0px 0px 2px 2px #eee;
}
