.megamenu-column {
  width: 100%;
}
.mm-icb-content {
  width: 200px;
  height: 100%;
  max-height: 320px;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  position: relative;
}
.mm-icb {
  position: relative;
  top: 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 18px;
  height: 320px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}
.mm-icb:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}
.mm-item-container {
  width: 100%;
  max-width: 142px;
  text-align: center;
}
.mm-item-content {
  height: 100%;
}
.mm-item {
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mm-item-container a:hover .mm-item {
  border: 1px solid #999;
}
.mm-item-container a:hover .mm-item-hover {
  opacity: 1;
  transition: all 300ms;
}
.mm-item-img {
  width: 100%;
  position: relative;
  aspect-ratio:1/1;
}
.mm-item-container p {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  font-family: var(--font);
}
.mm-item-hover {
  position: absolute;
  background-color: rgba(5, 39, 66, 0.9);
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}
.mm-item-hover p {
  color: #ffffff;
  font-size: 16px;
	font-weight: 500;
  text-align: center;
  line-height: 20px;
  top: 50%;
  left: 50%;
  width: 90%;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
.mm-icb-content a:hover .mm-icb-hover {
  opacity: 1;
  transition: all 300ms;
}
.mm-icb-content a:hover .mm-icb-cta {
  text-decoration: underline;
}
.mm-icb-hover {
  position: absolute;
  background-color: rgba(5, 39, 66, 0.9);
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}
.mm-icb-hover p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  top: 50%;
  left: 50%;
  width: 90%;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
.mm-feature-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.mm-feature-copy h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 !important;
}
.mm-feature-copy p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 !important;
  text-decoration: underline;
}
.mm-icb-cta {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
.mm-icb-btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  font-family: var(--font);
  font-size: 14px;
  padding: 5px 15px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.mm-feature-btn {
  font-size: 14px !important;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 0 1.5rem !important;
}
@media screen and (prefers-reduced-motion) {
  .mm-item-container a:hover .mm-item-hover, .mm-icb a:hover .mm-icb-hover {
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}