/*
Theme Name: UCI Provost - Blue Theme
Theme URI: https://provost.uci.edu
Version: 1.0
Description: Custom BB child theme based on UCI blue header theme
Author: UCI Provost Communications
Author URI: https://provost.uci.edu
template: bb-theme
*/

/* Add your custom styles here... */ 
h1, h2, h3, h4, h5, h6 {
  color: #1b3d6d !important;
}
.h1, h1 {
  font-size: 47px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
  color: inherit;
}

#top-menu .fl-row-content-wrap {background-size: 30% !important;}

#top-menu .fl-menu li {font-weight:400 !important;}

#menu-main-navigation li.brand a {
  padding: 14px 15px;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 700;
  height: auto;
  text-decoration: none;
	font-size: 20px;
  line-height: 22px;
}
#nav-primary.navbar .navbar-nav .nav-item {
	border-left: 1px dotted #555555 !important;}
#breadcrumbs {font-size:.8em; color:#555;}
.widget-overlay {background-color: rgba(255,255,255,.8);}
.form-inline {
  text-align: right;}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#search-box .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#search-box .btn-group > .btn:first-child {
  margin-left: 0;
}
#search-box .btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}
#search-box .btn-group > .btn:hover {
  z-index: 2;
}
#search-box .btn {display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	   -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#search-box .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#search-box button.btn-default, #search-box button.btn-default:hover {color: #333;
background-color: #fcfcfc;
	border-color: #ccc;}
#search-box .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
#search-box .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}
#search-box .btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}