.chosen-container {
  width: 100% !important;
  font-size: inherit;
  border: 1px solid #008080;
  text-align: left;
}
.chosen-container.error {
  border: 1px solid #BF2F17;
}
.chosen-container.error .chosen-single {
  border: 1px solid #BF2F17;
}
.chosen-container .chosen-single, .chosen-container.chosen-with-drop .chosen-single {
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
  background: #FFFFFF;
  box-shadow: none;
  color: #1E2643;
  font-size: 15px;
  font-weight: bold;
  height: 43px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 30px;
}
.chosen-container .chosen-single span, .chosen-container.chosen-with-drop .chosen-single span {
  position: relative;
  width: 100%;
  top: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
}
.chosen-container .chosen-single div, .chosen-container.chosen-with-drop .chosen-single div {
  position: relative;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.chosen-container .chosen-single div b, .chosen-container.chosen-with-drop .chosen-single div b {
  background-image: none;
}
.chosen-container .chosen-single div b:after, .chosen-container.chosen-with-drop .chosen-single div b:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #1E2643;
  border-bottom: 2px solid #1E2643;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(calc(-50% - 3px)) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(calc(-50% - 3px)) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(calc(-50% - 3px)) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(calc(-50% - 3px)) rotate(45deg);
}
.chosen-container .chosen-drop {
  top: 43px;
  width: 100%;
  padding: 0;
  margin: -1px;
  box-sizing: content-box;
  margin-top: 0;
  border-radius: 0;
  border-top: auto;
  border: 1px solid #008080;
  box-shadow: none;
  background: #FFFFFF;
}
.chosen-container .chosen-drop .chosen-search {
  height: 45px;
  color: #008080;
  border: 1px solid #008080;
  border-width: 1px 0 1px 0;
  padding: 0;
  box-sizing: border-box;
}
.chosen-container .chosen-drop .chosen-search input[type=text] {
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  border: none;
  font-size: 14px;
  background: none;
}
.chosen-container .chosen-drop .chosen-search:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  background: url(/libraries/chosen/chosen-sprite.png);
  background-repeat: no-repeat;
  background-position: -32px -20px;
}
.chosen-container .chosen-drop .chosen-results {
  color: #008080;
  padding: 0;
  margin: 0;
}
.chosen-container .chosen-drop .chosen-results li {
  font-size: 14px;
  border: 1px solid #008080;
  border-width: 1px 0 0 0;
  padding: 15px;
}
.chosen-container .chosen-drop .chosen-results li.group-result {
  font-weight: bold;
  text-transform: uppercase;
  cursor: no-drop;
}
.chosen-container .chosen-drop .chosen-results li.group-option {
  padding: 15px 8px 15px 30px;
}
.chosen-container .chosen-drop .chosen-results li.highlighted {
  color: #FFFFFF;
  background: #008080;
  background-image: none;
}

.views-exposed-form .chosen-container .chosen-drop .chosen-results li {
  padding: 10px 8px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-single div b, .chosen-container.chosen-with-drop .chosen-single div b {
    background-image: none !important;
  }
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: none !important;
  }
}
.role-anonymous .chosen-container,
.path-frontpage .chosen-container,
.path-backstages .chosen-container,
.page-node-type-backstage .chosen-container,
.page-node-type-page .chosen-container {
  border-radius: 30px;
  border: 1px solid #D5CDC2;
}
.role-anonymous .chosen-container .chosen-single, .role-anonymous .chosen-container.chosen-with-drop .chosen-single,
.path-frontpage .chosen-container .chosen-single,
.path-frontpage .chosen-container.chosen-with-drop .chosen-single,
.path-backstages .chosen-container .chosen-single,
.path-backstages .chosen-container.chosen-with-drop .chosen-single,
.page-node-type-backstage .chosen-container .chosen-single,
.page-node-type-backstage .chosen-container.chosen-with-drop .chosen-single,
.page-node-type-page .chosen-container .chosen-single,
.page-node-type-page .chosen-container.chosen-with-drop .chosen-single {
  border-radius: 30px;
  color: #1E2643;
  text-transform: none;
}
.role-anonymous .chosen-container .chosen-drop,
.path-frontpage .chosen-container .chosen-drop,
.path-backstages .chosen-container .chosen-drop,
.page-node-type-backstage .chosen-container .chosen-drop,
.page-node-type-page .chosen-container .chosen-drop {
  top: 58px;
  border-radius: 30px;
  border: 1px solid #D5CDC2;
  border-top: none;
  border-bottom: none;
}
.role-anonymous .chosen-container .chosen-drop .chosen-search,
.path-frontpage .chosen-container .chosen-drop .chosen-search,
.path-backstages .chosen-container .chosen-drop .chosen-search,
.page-node-type-backstage .chosen-container .chosen-drop .chosen-search,
.page-node-type-page .chosen-container .chosen-drop .chosen-search {
  border: none;
}
.role-anonymous .chosen-container .chosen-drop .chosen-results,
.path-frontpage .chosen-container .chosen-drop .chosen-results,
.path-backstages .chosen-container .chosen-drop .chosen-results,
.page-node-type-backstage .chosen-container .chosen-drop .chosen-results,
.page-node-type-page .chosen-container .chosen-drop .chosen-results {
  color: #1E2643;
}
.role-anonymous .chosen-container .chosen-drop .chosen-results li,
.path-frontpage .chosen-container .chosen-drop .chosen-results li,
.path-backstages .chosen-container .chosen-drop .chosen-results li,
.page-node-type-backstage .chosen-container .chosen-drop .chosen-results li,
.page-node-type-page .chosen-container .chosen-drop .chosen-results li {
  border: 1px solid #D5CDC2;
  border-left: 0;
  border-right: 0;
}
.role-anonymous .chosen-container .chosen-drop .chosen-results li:first-child,
.path-frontpage .chosen-container .chosen-drop .chosen-results li:first-child,
.path-backstages .chosen-container .chosen-drop .chosen-results li:first-child,
.page-node-type-backstage .chosen-container .chosen-drop .chosen-results li:first-child,
.page-node-type-page .chosen-container .chosen-drop .chosen-results li:first-child {
  border: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.role-anonymous .chosen-container .chosen-drop .chosen-results li:last-child,
.path-frontpage .chosen-container .chosen-drop .chosen-results li:last-child,
.path-backstages .chosen-container .chosen-drop .chosen-results li:last-child,
.page-node-type-backstage .chosen-container .chosen-drop .chosen-results li:last-child,
.page-node-type-page .chosen-container .chosen-drop .chosen-results li:last-child {
  border: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.role-anonymous .chosen-container .chosen-drop .chosen-results li.highlighted,
.path-frontpage .chosen-container .chosen-drop .chosen-results li.highlighted,
.path-backstages .chosen-container .chosen-drop .chosen-results li.highlighted,
.page-node-type-backstage .chosen-container .chosen-drop .chosen-results li.highlighted,
.page-node-type-page .chosen-container .chosen-drop .chosen-results li.highlighted {
  color: #000000;
  background: #F6EFE7;
}