.cmp-dropdown-widget .open {
  z-index: 1000;
}
.cmp-dropdown-widget .open > .cmp-dropdown-widget__menu {
  display: block;
}
.cmp-dropdown-widget .open .cmp-dropdown-widget__toggle {
  outline: 0;
}
.cmp-dropdown-widget .open .cmp-dropdown-widget__toggle:focus-visible {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset-near);
}
.cmp-dropdown-widget .pull-right > .cmp-dropdown-widget__menu {
  right: 0;
  left: auto;
}
.cmp-dropdown-widget .btn-group {
  width: 100%;
}
.cmp-dropdown-widget .btn-group .btn {
  width: 100%;
}
.cmp-dropdown-widget__title {
  font-size: 1.5rem;
  font-family: var(--headline-font);
  text-transform: none;
  font-weight: var(--heading-regular-weight);
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin: 20px 0;
  line-height: 1;
}
.cmp-dropdown-widget__title b,
.cmp-dropdown-widget__title strong {
  font-weight: var(--heading-bold-weight);
}
.cmp-dropdown-widget__title span.gray {
  color: #bbbbbb;
}
.dropup,
.dropdown {
  position: relative;
}
.cmp-dropdown-widget__toggle {
  margin-bottom: -3px;
}
.cmp-dropdown-widget__toggle:active {
  outline: 0;
}
.cmp-dropdown-widget__toggle:focus-visible {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset-near);
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.cmp-dropdown-widget__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: #d86202;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
}
.cmp-dropdown-widget__menu.pull-right {
  right: 0;
  left: auto;
}
.cmp-dropdown-widget__menu .divider {
  width: 100%;
  height: 1px;
  margin: 9px 1px;
  /*margin: -5px 0 5px;*/
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.cmp-dropdown-widget__menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}
.cmp-dropdown-widget__menu li > a:hover,
.cmp-dropdown-widget__menu li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #f54f00;
  background-image: -moz-linear-gradient(top, #ff5200, #e64a00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5200), to(#e64a00));
  background-image: -webkit-linear-gradient(top, #ff5200, #e64a00);
  background-image: -o-linear-gradient(top, #ff5200, #e64a00);
  background-image: linear-gradient(to bottom, #ff5200, #e64a00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff5200', endColorstr='#ffe64a00', GradientType=0);
}
.cmp-dropdown-widget__menu li > a .active > a,
.cmp-dropdown-widget__menu li > a .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #f54f00;
  background-image: -moz-linear-gradient(top, #ff5200, #e64a00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5200), to(#e64a00));
  background-image: -webkit-linear-gradient(top, #ff5200, #e64a00);
  background-image: -o-linear-gradient(top, #ff5200, #e64a00);
  background-image: linear-gradient(to bottom, #ff5200, #e64a00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff5200', endColorstr='#ffe64a00', GradientType=0);
}
.cmp-dropdown-widget__menu li > a .disabled > a,
.cmp-dropdown-widget__menu li > a .disabled > a:hover {
  color: #999999;
}
.cmp-dropdown-widget__menu li > a .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}
.cmp-dropdown-widget__menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.cmp-dropdown-widget__menu a:focus-visible {
  outline-color: var(--bgsu-teal);
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .cmp-dropdown-widget__menu,
.navbar-fixed-bottom .dropdown .cmp-dropdown-widget__menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.cmp-dropdown-widget__submenu {
  position: relative;
}
.cmp-dropdown-widget__submenu > .cmp-dropdown-widget__menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.cmp-dropdown-widget__submenu:hover > .cmp-dropdown-widget__menu {
  display: block;
}
.cmp-dropdown-widget__submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.cmp-dropdown-widget__submenu:hover > a:after {
  border-left-color: #ffffff;
}
.cmp-dropdown-widget__submenu.pull-left {
  float: none;
}
.cmp-dropdown-widget__submenu.pull-left > .cmp-dropdown-widget__menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.cmp-dropdown-widget__submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #f54f00;
  background-image: -moz-linear-gradient(top, #ff5200, #e64a00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5200), to(#e64a00));
  background-image: -webkit-linear-gradient(top, #ff5200, #e64a00);
  background-image: -o-linear-gradient(top, #ff5200, #e64a00);
  background-image: linear-gradient(to bottom, #ff5200, #e64a00);
  background-repeat: repeat-x;
}
.dropup .cmp-dropdown-widget__submenu > .cmp-dropdown-widget__menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
