.kb-top-nav {
    background: rgba(0,0,0,0.7);
    height: 4rem;
    max-height: 4rem;
    margin-top: 2rem;
}

.kb-top-nav .inner-content {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 106.25rem;
    padding: 0 2rem;
    height: 100%;
    color: var(--tertiary);
    justify-content: center;
    align-items: center;
    flex-direction: row;
    align-content: center;
}

.kb-top-nav .inner-content .half-col:nth-child(1) {
    display: none;
}

.kb-top-nav .inner-content .half-col:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: end;
  margin-right: 0;
  margin-left: -37px;
}

main ul li:before {
  display: none;
}
.canvasSupportHome {
  width: 60%;
  margin: 0rem auto 8rem auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.canvasSupportCard {
  background-color: #eff3f6;
  display: flex;
  max-width: 21.8rem;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  margin: 0.5rem 0.5rem;
}

.canvasSupportCard h3 {
  font-size: 1.5rem;
  text-align: center;
  margin: 1.5rem auto 1rem auto !important;
}

.canvasSupportCard:hover {
  background-color: #d9e2e9;
  transition: 0.6s;
}

.canvasSupportCard > img {
  width: 30%;
  margin: 3rem auto 0rem auto !important;
}
.cardArticles {
  width: 90%;
  margin: 1rem 0rem;
}
.cardArticles > ul > li {
  margin: 1.25rem 1.5rem;
  padding-left: 0rem !important;
}
.cardArticles > ul > li > a {
  text-decoration: none; /* remove underline for links */
}
.allArticlesLink {
  margin: 1.25rem 1.5rem;
}
.tabContent {
  /*Hide tabs to avoid presentation of tiles*/
  display: none;
}
.tabSelect {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.tabLinks {
  width: 15%;
  margin: 1.5rem 1.5rem;
  background-color: #eff3f6;
  border: solid;
  border-width: 0.325rem;
  border-color: #eff3f6;
  font-size: 1.6rem;
  padding: 0.8rem;
  text-decoration: none;
}
.tabLinks:hover {
  cursor: pointer;
  border-width: 0.325rem;
  color: var(--tertiary);
  transition: 0.6s;
}
.tabLinksActive {
  width: 15%;
  margin: 1.5rem 1.5rem;
  border: solid;
  border-width: 0.325rem;
  font-size: 1.6rem;
  padding: 0.8rem;
  text-decoration: none;
  color: var(--tertiary);
}
@media screen and (max-width: 1201px) {
  .canvasSupportHome {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
  }
  .canvasSupportCard {
    width: 45%;
    max-width: 400px;
    margin: 0.5rem 0.5rem;
  }
  .tabLinks {
    width: 30%;
  }
  .tabLinksActive {
    width: 30%;
  }
}
@media screen and (max-width: 1023px) {
  .canvasSupportHome {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-around;
  }
  .canvasSupportCard {
    width: 45%;
    margin: 0.5rem 0.5rem;
  }
  .tabLinks {
    width: 30%;
  }
  .tabLinksActive {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .canvasSupportHome {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-around;
  }
  .canvasSupportCard {
    width: 100%;
    max-width: none;
    margin: 0.5rem 0.5rem;
  }
  .tabSelect {
    justify-content: center;
  }
  .tabLinks {
    width: 35%;
    margin: 1.5rem 0.5rem;
  }
  .tabLinksActive {
    width: 35%;
    margin: 1.5rem 0.5rem;
  }
  
    .kb-top-nav .inner-content .half-col:nth-child(2) {
        margin-left: -14px;
    }
    
}

@media screen and (max-width: 610px) {
    .kb-top-nav .inner-content .half-col:nth-child(2) {
        margin-top: 10px;   
        margin-bottom: -10px;   
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
  .canvasSupportHome {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  .canvasSupportCard {
    width: 100%;
    max-width: none;
    margin: 0.5rem 0rem;
  }
}
