.ui.menu {
  background-color: #018577;
}

.ui.menu .item {
  color: #fff !important;
  background-color: #018577;
  font-weight: bold !important;
  padding: 10px 15px;
}

.ui.menu .item::before {
  background: #afd5be !important;
}

.ui.menu .item:hover,
.ui.menu .item.active {
  color: #F9C358 !important;
  background-color: #016056 !important;
}

.ui.icon.buttons .button .icon {
  vertical-align: bottom !important;
}

.ic-content {
  padding-top: 40px;
  text-align: left;
}

.ic-content>.ui.grid {
  margin-top: 2px;
}

.myth-header {
  background-color: #afd5be;
  color: #016056;
  font-size: 2em;
  font-weight: bold;
  padding: 1rem 15px;
  margin: 50px 0 20px 0;
  border-radius: 15px;
}

.myth-sub-header {
  color: #018577;
  font-size: 1.3em;
  margin: 0 0 20px 0;
}

.myth-sub-header a {
  font-size: 1.3em;
  font-weight: bold;
}

.myth {
  cursor: pointer;
}

.myth img {
  position: relative;
}

.myth .question {
  color: #018577;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3em;
  position: absolute;
  top: 20%;
  left: 25%;
  margin: 0 5%;
}

.en .myth .question {
  text-align: left;
}

.myth .answer {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  position: absolute;
  top: 20%;
  left: 0;
  margin: 0 5%;
}

.en .myth .answer {
  font-weight: normal;
}

.myth .answer .bottomhalf {
  margin-right: 20%;
}

.myth .answer .videolink {
  color: #f8b532 !important;
}

.footer {
  font-size: 0.8em;
  margin-top: 20px;
}

.spacer {
  height: 40px;
  clear: both;
}

.myth-sub-bottom {
  padding-top: 2rem;
  width: 100%;
  text-align: center;
}

.icac-logo {
  position: absolute;
  top: 20%;
  right: 34%;
  width: 14%;
  height: 25%;
}

.bedc-logo {
  position: absolute;
  top: 20%;
  right: 18%;
  width: 16%;
  height: 25%;
}

.myth-sub-bottom img {
  max-height: 5rem;
  max-width: 90%;
}

@media only screen and (min-width: 767px) {
  .desktop-myth-sub {
    padding-bottom: 6rem !important;
  }

  .myth-sub-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}

.ui.grid.no-gaps {
  padding: 0 !important;
}

.ui.grid.no-gaps>.column {
  padding: 0 !important;
}

@media only screen and (min-width: 767px) {
  .ui.list {
    font-size: 0.8vw;
  }

  .chi .ui.list {
    font-size: 1vw;
  }
}

@media only screen and (max-width: 766px) {
  .chi .ui.list {
    font-size: 4.5vw;
  }
}

.myth:hover .question {
  color: red;
}

.link_button img {
  transition: transform 0.2s, opacity 0.2s;
}

.link_button:hover img {
  transform: scale(1.05);
  /* Enlarge the image */
  opacity: 0.9;
  /* Slightly fade the image */
}
