* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

aside {
  width: 40%;
  margin: 10px 0 10px 10px;
  float: right;
  border: 1px solid #808080;
  padding: 10px;
}

@media only screen and (max-width: 700px) {
  aside {
    width: calc(100% - 22px);
  }
}

hr {
  height: 1px;
  background-color: #D0D0D0;
}

.container {
  margin: 0 auto;
  padding: 0 !important;
}

.divLogoBlockGroup {
  text-align: center;
  max-width: 100%;
  clear: both;
}

.divLogoBlock {
  display: inline-block;
  width: 220px;
  padding: 2px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  position: relative;
  margin: 20px;
  min-height: 150px;
}

.divLogoBlockText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #162F66;
  color: #FFFFFF;
  padding: 8px;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.divLogoBlockImage {
  display: inline-block;
  width: 80%;
  padding: 2px;
  border-radius: 4px;
  margin: 0;
  position: relative;
  background-color: #FFFFFF !important;
  height: 150px;
}

.divLogoBlockImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 36px));
}

.divNavBlockGroup {
  text-align: center;
  max-width: 100%;
  clear: both;
}

.divNavBlock {
  display: inline-block;
  width: 220px;
  min-height: 260px;
  padding: 2px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  margin: 20px;
  position: relative;
}

.divNavBlockImage {
  margin: 5px;
  overflow: hidden;
  min-height: 232px;
  background-color: #FFFFFF !important;
}

.divNavBlock img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 36px));
  max-width: calc(100% - 20px);
  max-height: 222px;
}

.divNavBlockText {
  background-color: #162F66;
  color: #FFFFFF;
  padding: 8px;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.divHomeGridContainerTop,
.divHomeGridContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  /* margin: 10px 20px; */
}

.divHomeGridItem {
  position: relative;
  border: 1px solid #D0D0D0;
  padding: 10px 10px 35px 10px;
  font-size: 1em;
  text-align: left;
  border-radius: 10px;
}

.divHomeGridItemImage {
  overflow: hidden;
  float: right;
  margin-left: 10px;
  max-width: 30%;
  min-width: 100px;
}

.divHomeGridItemLogo {
  overflow: hidden;
  float: left;
  margin-right: 10px;
  width: 20%;
}

.divLeft {
  width: calc(50% - 20px);
  float: left;
  min-width: 200px;
}

.divScrollRight {
  /* max-height: 160px; */
}

.divScrollRightInside {
  max-height: 150px;
  overflow-y: scroll;
}

.divUlLeft {
  max-width: calc(30% - 10px);
  float: left;
}

.divTableLeft,
.divVideoLeft {
  float: left;
  margin: 10px auto;
  width: calc(60% - 10px);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.2em;
    margin-top: 15px !important;
  }

  .divUlLeft {
    max-width: calc(50% - 10px);
    float: left;
  }

  .divTableLeft,
  .divVideoLeft {
    float: none;
    width: calc(100%);
  }

  .divLogoBlockGroup {
    margin-bottom: 10px;
  }

  .divLogoBlock {
    margin: 5px 0;
    width: calc(70% - 4px);
  }

  .divLogoBlockImage {
    height: 110px;
    overflow: hidden;
  }

  .divLogoBlockImage img {
    height: 70%;
    width: auto;
    top: calc(50% + 18px);
    left: 50%;
    transform: translate(-50%, calc(-50% - 36px));
  }

  .divHomeGridContainer {
    grid-template-columns: repeat(1, 1fr);
  }

  .divHomeGridContainerTop {
    grid-template-columns: none;
    display: inline;
  }

  .divScrollRight {
    margin: 10px 0;
    max-height: none;
    position: relative;
    height: auto;
    overflow: hidden;
  }

  .divScrollRightInside {
    max-height: none;
    height: auto;
    overflow-y: visible;
  }
}
