/* admin menu search */
.html .ui-widget-content.admin-toolbar-search-autocomplete-list { background-color: white; background: white; }
.html .ui-widget-content.admin-toolbar-search-autocomplete-list .ui-state-active { background: lightGray; }

/* event filter drop down */
.html .ui-widget-content { 
  background-image: none;
  background: #003087 !important;
  background-color: #003087 !important;
  color: white !important;
}
.html .ui-widget-content .ui-state-active { 
  background-image: none;
  background-color: white !important;
  color: #003087 !important;
}

.scroll-top-share-button {
    color: #fff;
    line-height: 28px;
    display: block;
    height: 30px;
    width: 30px;
    padding: 0;
    position: fixed;
    right: 0px;
    text-align: center;
    text-decoration: none;
    bottom: 0px;
    z-index: 10006;
    border-radius: 100%;
    transition: all .5s ease;
    opacity: 0;
    transform: translateY(200px);
}
.scroll-top-share-button.show {
  opacity: 1;
  transform: translateY(0);
}

.scroll-top-share-button img.share-idea-button {
    height: 104px;
    width: 90px;
    max-width: 90px;
    position: fixed;
    right: 12px;
    text-align: center;
    margin-top: 10px;
    bottom: 120px;
}

/* hide filter tips on page title maintenance view */
.field--name-field-subtitle.field--widget-text-textfield .filter-tips {
  display: none;
}

/* icons */
#what-in-for-you .az-icon-content { color: #003087; }
 
 .breadcrumb>.active {
    color: #767676;
}

/* remove title bottom margin for success story */
.page-node-type-success-story .page-title-full-width-container {
  margin-bottom: 0;

}
.view-success-story-listing .title-body { min-height: 270px; }

/* slick carousel buttons */
.slick-prev:before, .slick-next:before {
    font-family: auto;
    color: darkGray;
}
.slick-next { right: -30px; }
.slick-prev { left: -30px; }

.view-success-story-listing .blog-post { min-height: 604px; }

figcaption {
  opacity: 0.6;
  font-style: italic;
  padding-top: 10px;
}

/* image wrapper full width */
.image-wrapper-full-width img { width: 100%; }

/* admin events */
.view-add-event .views-field-title-1 { padding-right: 1rem; }