input.err {
  border: 2px solid #ff0000;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

.ui-autocomplete.source:hover {
  background: #454545;
}

.ui-menu .ui-menu-item {
  padding: 0 20px 0 10px;
}

.ui-menu .ui-menu-item:hover {
  cursor: pointer;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,   
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
   color: #00aede;
   font-weight: 700 !important;
}


/* leadership curriculum - landing page grid image */
.curriculum-grid-image {
  padding: 10px;
  background-color: white;
  border: 1px solid #dadada;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* leadership curriculum - landing page grid image title */
.curriculum-grid-image-title {
  display:table;
  width:100%;
  text-align:center;
}

.curriculum-grid-image-title h5 {
  text-align: center;
  padding-top:10px;
  display:table-cell;
  width:200px;
}


/* leadership curriculum search box */
#curriculum_search, #curriculum_search:focus {
  background-color: #ffffff !important;
  color: #000000;
  border: 1px solid #DADADA;
  width: 100%;
}

/* WPBakery - fix style for RAW HTML editor */
.vc_edit_form_elements .textarea_raw_html, .wpb_element_wrapper .textarea_raw_html {
  font-size: 14px;
  color: #000;
}