strong {
    font-family: "Latobold", sans-serif;
}
/*submit a ticket page*/
[data-id="ticketForm"] .Layout__layout2 {
    display: none;
}
[data-id="ticketForm"] .Layout__layout1 {
        width: 100%;
}
/*orange link override*/
.Button__footerBtn:hover {
    background: #30343a !important;
}
.commonStyle__zt3Brand {
color: #f05825 !important;
}
.commonStyle__zt3BrandBorder {
border-color: #f05825 !important;
}
.commonStyle__zt3BrandBg {
    background-color: #f05825 !important;
}
.AvatarText__squareBg1, .AvatarText__avatarText {
    background: #f7faf4;
    border: 1px solid #e8f4df;
}
.LoginDetail__signin {
    display: none !important;
}
.KbDetailLtContainer__review {
display: none;
}
.ListHeader__description {
	display: none;
}
/*main page*/
.commonStyle__disFlexRow {
    -webkit-justify-content: center;
    -webkit-box-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
     justify-content: center;
}
.KbCategory__topic a {
font-weight: 300;
}
.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
    background-color: transparent;
}
.KbCategory__box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e6e6e6;
    background: white;
}
.KbCategory__box:hover {
    border-color: #f05825;
  	box-shadow: none;
}
.KbCategory__topic,
.KbCategory__topicContent {
    text-align: center;
}
.KbCategory__topic {
    padding: 0;
}
.KbCategory__topic a {
    margin: auto;
}
.commonStyle__flex {
    display: block;
}
.MediaObject__mediaFigure {
    margin-right: 0;
    text-align: center;
}
.KbCategory__boxInner {
    padding: 2.25rem 2rem 2.25rem;
}
.Layout__oneColumn {
	padding: 2.125rem 0 0;
    min-height: 50vh;
}
.Button__footerBtn {
    border-radius: 3px;
    background: #f05825;
}
.commonStyle__zt3breadCrumbBg {
    background: #f6f6f6 !important;
}
/*internal pages*/
.description img {
    max-width: 100%;
}
.commonStyle__detailHeader, h3, h2 {
    font-weight: 300 !important;
}
.ListHeader__header2 {
    font-weight: 300;
}
.ListHeader__header1 {
    font-weight: 300;
}
.WidgetContainer__boxSplit {
    background: white;
    border: 1px solid #e6e6e6;
    padding: 2rem;
}
.ListHeader__listIcon2>svg,
.ListHeader__listIcon1 {
    display: none;
}
.ListHeader__listIcon3 {
    display: none;
}
.ListHeader__header3 {
  margin-left: 0;
}
[data-id="articleSubCategory"] .ContentList__subCategory .ContentList__documentIcon,
[data-id="articleSubCategory"] .Icon__small {
    display: none;
}
.ContentList__subCategory .ContentList__moreOption {
    margin-left: 0;
}
.ContentList__documentIcon.commonStyle__fLeft {
    display: none;
}
.ContentList__subCategory .ContentList__topicContent,
.ContentList__topicContent {
    margin-left: 0;
}
.ContentList__topicList {
    font-size: 90%;
}
.commonStyle__detailHeader {
    font-size: 2rem;
}
/*sign in*/
.UserContainer__innerContainer1 {
    background: white;
    border: 1px solid #E6E6e6;
}
/*footer customizations*/
.Footer__footerQus {
    font-weight: 300;
}
portal a {
    color: #f05825;
}
#footerContainer {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin: auto;
    padding: 0 .5rem;
    width: 100%;
    text-align: center;
    background: white;
}
.Footer__container {
    max-width: 73.125rem;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.Footer__footerBlurb h4,
.Footer__footerCopyrigt h4 {
    margin: 0 0 6px 0;
    font-size: 20px !important;
  text-align: center;
  font-weight: 300;
}
.Footer__footerCopyrigt,
.Footer__footerDescription {
    background-color: white;
}
.Footer__footerBlurb .Footer__footerDescription {
    font-size: 12px;
}
ul.foot-profile {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.Footer__footerBlurb,
.Footer__container1, 
.Footer__footerCopyrigt {
    flex: 3;
    padding: 3rem 0;
}
.Footer__container1:not(.footerCust) {
display: none;
}
.Footer__footerBtn {
    padding: 0;
}
.Footer__footerInfo {
    padding: 0 0 15px 0;
}
.Footer__container2 {
    padding: 0;
}
.Footer__footerBg {
    background: white;
}
footer {
    margin-top: 3rem !important;
}
@media only screen and (max-width: 1023px) {
  #footerContainer {
      display: block;
  }
  .Footer__footerBlurb, .Footer__container1, .Footer__footerCopyrigt {
      flex: 3;
      padding: 1rem
  }
  .Footer__container {
      border: none;
  }
}
@media only screen and (min-width: 1024px) {
 /*navigation*/ 
  .Header__container {
      padding: 12rem .9375rem 0 .9375rem;
  }
  #navBarContainer .Header__logo,
  #navBarContainer .Header__name,
  .Header__menuTab {
      padding-bottom: 18px;
  }
  .AppContainer__container {
    padding: 2.125rem .9375rem 11px .9375rem;
}
  [data-id="articleDetail"] .Layout__layout1 {
    background: white;
    border: 1px solid #e6e6e6;
    padding: 1rem !important;
}
[data-id="articleDetail"] .Layout__layout2 {
    background: white;
    border: 1px solid #e6e6e6;
    padding: 1rem !important;
    margin-left: 1rem;
}
}
