/*Branding Styling*/
.Header__logo img {
  width: 240px;
  max-width: 100%;
  height: 48px;
  max-height: 100%;
}
:root {
    --color-brand: #A0ECCE !important;
}
.Header__globalSearchAlt {
    width: 60%;
}

.Header__homeNavbarFixed .Header__navbar .Header__logo img {
    max-width: 13rem;
  	
}

.Header__tabsTab.Header__active, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active {
    border-bottom: 0.1875rem solid #A0ECCE;
    color: #A0ECCE;
}

.Header__homeNavbarFixed .Header__navbar .Header__tabsTab {
    line-height: 3.35rem;
    color: #fff;
}

.Header__homeNavbarFixed .Header__menu, .Header__homeNavbarFixed .Header__menu::after, .Header__homeNavbarFixed .Header__menu::before {
  background-color: #fff;
}

.Header__homeNavbarFixed .Header__menuToggle {
    background-color: transparent;
}

.Header__tabsTab:hover, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover {
  border-bottom: 0.1875rem solid #A0ECCE;
    color: #A0ECCE;
}

.globalfixednav .globalSignin, .globalfixednav .globalSignup {
    color: #fff;
}

.globalfixednav .globalSignin:hover, .globalfixednav .globalSignup:hover {
    border-bottom: 0.1875rem solid #A0ECCE;
    color: #A0ECCE;
}

.LoginDetail__signup:hover, .LoginDetail__signin:hover {
  border-bottom: 0.1875rem solid #A0ECCE;
    color: #A0ECCE; 
}
  
.SearchContainer__downArrow {
  border-top-color: #262DAA;
}

.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
    background-color: #272157;
}

.commonStyle__zt3BrandBg {
    background-color: #262DAA;
}

.commonStyle__zt3Brand {
  color: #262DAA;
}

.commonStyle__zt3BrandFill {
  fill: #262DAA;
}

.Icon__brand {
  color: #262DAA;
}

.Icon__hoverbrand:hover {
  color: #1678AC;
}

.SearchResult__SearchResultmark {
  background-color: #578320;
}

.Button__footerBtn {
  background: #262DAA;
}

.Button__footerBtn:hover {
  background: #A0ECCE;
  color: #333;
}

/*disable social media linking in articles */
.KbDetailLtContainer__userSocialIcon {
  display: none !important;
}

/*hide reading progress bar*/
.Readingprogress__progressBarLine {
  display: none;
}
/*hide article subscribe button*/
.KbDetailRtContainer__followOption {
  display: none;
}
.KbDetailRtContainer__subscribeDescription {
  display: none;
}

/*Article Styling*/
#articelDetail {
  font-size: 11pt;
  line-height: 140%;
}

/*headings*/
#articelDetail h1 {
  font-size: 200%;
  font-weight: bold;
}

#articelDetail h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 2em 0 0 0;
}

#articelDetail h3 {
  font-size: 125%;
  font-weight: bold;
  margin: 2em 0 0 0;
}

/*general*/
#articelDetail p {
  margin: 1em 0 0 0;
  padding: 0;
}

#articelDetail b {
  font-weight: bold;
  font-family: arial;
}

#articelDetail sup {
  font-size: 66%;
}

#articelDetail a {
  font-weight: bold;
  color: #262DAA;
}

#articelDetail a:visited {
  font-weight: bold;
  color: #262DAA;
}

#articelDetail a:hover {
  font-weight: bold;
  color: #262DAA;
}

/*tables*/
#articelDetail table {
  margin: 1em 0 0 0;
  border-collapse: collapse;
}

#articelDetail td {
  padding: 3px;
  line-height: 120%;
}

#articelDetail ul table, #articelDetail ol table {
  margin: 1em 0;
}

#articelDetail thead {
  font-weight: bold;
}

/*lists*/
#articelDetail li {
  margin: .7em 0 0 0;
}

#articelDetail ul, #articelDetail ol {
  margin: 1em 0 0 0;
}

#articelDetail ul ul, #articelDetail ul ol, #articelDetail ol ol, #articelDetail ol ul {
  margin: 0;
}

#articelDetail ol + li, #articelDetail ul + li {
  margin-top: 2em;
}

#articelDetail ul > ul > li, #articelDetail ol > ul > li {
  list-style-type: circle;
}

#articelDetail ul.hc-definition, #articleDetail ol.hc-definition {
  margin: 1em 0 0 2em;
  padding: 0 0 0 1.5em;
}

#articelDetail ol.hc-list-alpha > li {
  list-style-type: lower-alpha;
}

/*Styles numerals in ol bold. Requires <span> tags around <li> content*/
#articelDetail ol > li {
  font-weight: bold;
}

#articelDetail ol > li > * {
  font-weight: normal;
}

/*images*/
#articelDetail img {
  max-width: 100%;
}

#articelDetail img.hc-screenshot, #articelDetail img.hc-screen {
  border: 1px solid #6F6F6F;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
  max-width: 100%
}

#articelDetail img.hc-icon {
  max-height: 18px;
  vertical-align: text-bottom;
}

#articelDetail img.hc-fileicon {
  max-height: 30px;  
  vertical-align: -8px;
}

/*Custom markup*/
#articelDetail p.hc-term {
  font-weight: bold;
  margin: 2em 0 0 0;
}

#articelDetail p.hc-definition {
  margin: 1em 0 0 2em;
}

#articelDetail .hc-button {
  font-weight: bold;
}

#articelDetail .hc-field {
  font-weight: bold;
}

#articelDetail .hc-path {
  font-weight: bold;
}

#articelDetail .hc-selection {
  font-style: italic;
}

#articelDetail .hc-entry {
  font-family: monospace;
  font-size: 10pt;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 1px 2px 1px 2px;
}

/*Custom callout boxes*/
.hc-box-note, .hc-box-tip, .hc-box-alert, .hc-box-warn {
  font-size: 11pt;
  line-height: 140%;
  padding: 10px;
  margin: 1em 0 1em 5%;
  border-left: 5px solid;
}
.hc-box-note {
  border-color: #578320;
  background-color: #D9EEBA;
}
.hc-box-tip {
  border-color: #005F8E;
  background-color: #CAECFB;
}
.hc-box-alert {
  border-color: #8B8300;
  background-color: #fffaa9;
}
.hc-box-warn {
  border-color: #FF0000;
  background-color: #FFCCCC;
}

