.mwd-wp-section {
  height: 79vh;
}

.mwd-wp-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mwd-fw-sub-nav {
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
	
.mwd-fw-sub-nav a {
  display: inline-block;
  text-decoration: none;
  color: #ededed !important;
  padding: 14px 4px 14px 14px;
  margin: 0 20px;
}
	
.mwd-fw-sub-nav a:hover {
  color: rgba(255, 248, 156, 0.9) !important;
}
	
.mwd-fw-sub-nav a:not(:last-child) {
  margin-right: 24px;
}
	
.disabled-link {
  pointer-events: none;
  color: gray !important;
  text-decoration: none;
}

.mwd-tt .tooltip-inner {
  border: 1px solid #222222;
  background-color: rgba(0, 0, 0, 0.69);
  backdrop-filter: blur(2px);
}

/* Default: mobile first */
.tooltip.mwd-tt .tooltip-inner {
  max-width: 180px;
}

/* Tablet and up */
@media (min-width: 768px) {
  .tooltip.mwd-tt .tooltip-inner {
    max-width: 260px;
  }
}

/* Desktop and up */
@media (min-width: 1200px) {
  .tooltip.mwd-tt .tooltip-inner {
    max-width: 360px;
  }
}

.mwd-tt-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;  
}

.mwd-tt-body {
  text-align: left !important;
  padding-top: 6px;
  padding-bottom: 6px;
}