.LoginDetail__signup, .LoginDetail__signin {
    display: none;
}
[data-id="Madwire_Internal_logo_image"] img {
    max-width: 200px !important;
    max-height: 47px !important;
}
[data-id="Madwire_Internal_description"] {
	display: none;
}
.madwireinternal.TitleContainer__container {
    padding: 1.25rem;
}
.Footer__footer a {
color :#bdbec0;
}
.Header__nav #portal_tabHome,
.Header__nav #portal_tabSolutions {
	display: none;
}
.Header__menuWrapper {
    background: white;
    -webkit-box-shadow: 3px 0 15px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 3px 0 15px 0 rgba(0,0,0,.05);
    box-shadow: 3px 0 15px 0 rgba(0, 0, 0, .05);
}
.Header__titleSearchBox {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.source-sans-3-body,
.body {
  font-family: "Source Sans 3", sans-serif;
  font-style: normal
}
.Header__bgColor {
    opacity: 1;
}
.Header__logo {
    max-width: 10rem;
}
.Header__logotxt {
	display: none;
}
.LoginDetail__signup, .LoginDetail__signin {
    letter-spacing: normal;
}
.Header__searchLink {
    box-shadow: none;
    border: 1px solid #e6e6e6;
}
.TitleContainer__title>a, .TitleContainer__list_title>a {
	font-weight: 400;
}
.TitleContainer__title, .TitleContainer__list_title {
	letter-spacing: normal;
}
.ModuleCategoryContainer__hometabs {
	display: none;
}
/*home columns*/
.TitleContainer__container {
    min-height: auto;
}
.TitleContainer__content {
	display: none;
}
.commonStyle__flexAcenter {
    display: block;
    text-align: center;
}
.TitleContainer__headerIcon {
    margin-right: 0;
}
.TitleContainer__gridView .TitleContainer__body, .TitleContainer__content {
    text-align: center;
}
.TitleContainer__header {
    border-bottom: none;
}
.TitleContainer__gridView .TitleContainer__body .TitleContainer__description {
    margin: 0;
}
.TitleContainer__container, .TitleContainer__containerAuto {
	width: 22.5%;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.TitleContainer__body {
    font-size: 14px;
}
.commonStyle__flexColumn {
    display: block;
}
.TitleContainer__headerIcon img {
    max-height: 40px;
    max-width: 40px;
}
.TitleContainer__container:nth-child(3n)+.TitleContainer__container {
    margin-left: 2.75%;
}
.TitleContainer__container:nth-child(4n)+.TitleContainer__container {
    margin-left: 0;
}
.Header__homeNavbarFixed .Header__searchSubCont {
	background-color: #006dd0;
}
/*knowledge base page edits*/
.ModuleItem__moduleTitle {
    font-weight: 400;
}
[data-id="article_subcategory"] .ModuleItem__kbSubcategoryImg,
[data-id="article_subcategory"] .ArticleListRightContainer__wrapper .CustomWidgets__widgetIcon {
    margin-right: 0;
    display: none;
}
[data-id="article_subcategory"] .Layout__twoColumn .Layout__layout1,
[data-id="articleList"] .Layout__twoColumn .Layout__layout1 {
	width: 100%;
}
[data-id="article_subcategory"] .Layout__twoColumn .Layout__layout2,
[data-id="articleList"] .Layout__twoColumn .Layout__layout2 {
    display: none;
}
[data-id="article_subcategory"] .KBSubCategoryContainer__boxView {
    border: none;
    box-shadow: none;
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
}
[data-id="article_subcategory"] .ModuleItem__moduleItem {
    width: 32%;
    border: 1px solid #e6e6e6;
}
[data-id="article_subcategory"] .ModuleItem__moduleHeader {
    padding: 1.25rem;
}
[data-id="article_subcategory"] .ModuleItem__moduleDescription {
    display: none;
}
.CustomWidgets__widgetIcon {
    margin-right: 0;
    display: none;
}
table {
  width: 100% !important;
}
.description td {
    padding: .75rem;
}
/*footer customizations*/
.Footer__footer { 
    background-color: #24282f;
    color: #bdbec0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 36px;
    margin: auto;
    padding: 3.5rem 1rem 1rem 1rem;
    text-align: left;
}
.footerCont {
    width: 29%;
    max-width: 400px;
}
.footerCont h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 .75rem 0;
}
.footerDesc span {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.footerCopy {
    text-align: center;
    width: 100%;
}
.footerBtn button {
    padding: .85rem 1rem;
    border-radius: 3px;
    background: #006dd0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    margin-top: .75rem;
}
.Header__menu, .Header__menu:after, .Header__menu:before {
	background-color: #24282f;
}
.Header__responsivefreez {
        background-color: rgb(0 109 208 / 95%);
}
.CustomWidget {
  text-align: center;
}
.CustomWidgetImg img {
    max-width: 550px !important;
}
.CustomWidgetCont h4{
    margin: 0;
    font-size: 22px;
    margin-bottom: .5rem;
}
.CustomWidgetBtn {
    margin-top: .75rem;
    padding-top: .85rem;
}
.CustomWidgetBtn a {
    padding: .85rem 1rem;
    border-radius: 3px;
    background: #006dd0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    margin-top: .75rem;
}
.TitleContainer__container {
    flex-basis: 22.5%;
    flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .footerCont {
    width: 92%;
  }
}
