/*
 Nav Bar
 */
.navbar-tcmh {
  padding: 15px;
  border: none;
  border-radius: 0;
  min-height: auto;
  margin-bottom: 0;
  width: 70%;
}
.navbar-tcmh .mega-menu-wrap {
  display: flex;
  justify-content: center;
  width: 100% !important;
}
.header-img {
  height: auto;
  width: 65px;
}
.shadow-border {
  box-shadow: 5px 10px #9b9b9b;
}
.site-header-left {
  flex-grow: 1;
  text-align: center;
  height: 100%;
}
.site-header-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px -2px #9b9b9b;
  position: relative;
  z-index: 1;
}
.site-header {
  display: flex;
  justify-content: center;
}
