/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2024 | 13:51:55 */
/* Hide umbrella navigation */
.umbrella-nav {
    display: none;
}

.custom-category-year-filters .dropwon-list .btn-group.bootstrap-select:last-of-type {
  display: none;
}

* {
    text-transform: none !important;
}

.search {
    border: solid 1px #000000;
}

/* iframed Vidyard video styling */
.iframe-video-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.wrapped-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Remove text underline on modal close buttons */
.dialog-lightbox-close-button:hover {
    text-decoration: none;
}

/* Interactive map page */
.map-modal .dialog-widget-content.dialog-lightbox-widget-content.animated {
    border-image: linear-gradient(90deg, #b0d35a 0, #3fab99 49%, #00abc8 100%) 1;
}

.map-modal h2 {
    margin-bottom: 5px;
}

.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button:hover {
    background-color: #fff;
}