@charset "UTF-8";
.dropdown-custom {
  position: relative;
  background: #FFF;
  color: #505050;
  width: 100%;
  border: 1px solid #9a9999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  padding: 0;
  font-weight: 300;
  line-height:  34px;
  line-height:  3.4rem;
  height:  34px;
  height:  3.4rem;
  font-size:  14px;
  font-size:  1.4rem;
  font-family: "HelveticaNeue-Regular", "HelveticaNeue Regular", "Helvetica Neue", "Helvetica", Arial, "Lucida Grande", sans-serif;
}
.dropdown-custom.focused {
  outline: 1px solid #006899;
  border: 1px solid #34B0B3;
}
.dropdown-custom:after {
  content: "";
  font-family: "allycons";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  padding: 0;
  width: 35px;
  height: 100%;
  z-index: 1;
  border-left: 1px solid #9a9999;
  pointer-events: none;
  background: #FFF;
  text-indent:  10px;
  text-indent:  1rem;
}
.dropdown-custom.with-inline-arrow:after {
  display: none;
}
.dropdown-custom > #login-select-trigger {
  display: block;
  height: 100%;
  background: #FFF;
  text-decoration: none;
  color: inherit;
  border: 1px solid #FFF;
  text-indent:  10px;
  text-indent:  1rem;
}
.dropdown-custom select {
  margin: 0;
  padding: 0;
  border: none;
  height: 100%;
  width: 100%;
  background: inherit;
  font: inherit;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent:  10px;
  text-indent:  1rem;
}
.dropdown-custom select:focus ~ .dropdown-custom-container {
  outline: 1px solid #006899;
  border: 1px solid #34B0B3;
}
.dropdown-custom select:focus ~ .inline-arrow {
  border-top: 1px solid #34B0B3;
  border-right: 1px solid #34B0B3;
  border-bottom: 1px solid #34B0B3;
}
.dropdown-custom select.dropdown-custom--use-native {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown-custom select.ada-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.dropdown-custom select[data-haserror=true] ~ .dropdown-custom-container,
.dropdown-custom select[data-haserror=true] ~ .inline-arrow {
  background: #f7e6ed;
}
.dropdown-custom ul[role] {
  list-style: none;
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  width: calc(100% + 2px);
  top: 100%;
  left: -1px;
  border: 1px solid #9a9999;
  text-indent: 0;
  z-index: 6;
}
.dropdown-custom ul[role]:focus {
  outline: 1px solid #006899;
  border: 1px solid #34B0B3;
}
.dropdown-custom ul[role] li {
  cursor: pointer;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #9a9999;
  background: white;
  outline: none;
  display: block;
  text-decoration: none;
  color: inherit;
}
.dropdown-custom ul[role] li:hover {
  text-decoration: none;
}
.dropdown-custom ul[role] li:focus {
  outline: 1px solid #006899;
}
.dropdown-custom ul[role] li:last-child {
  border-bottom: none;
}
.dropdown-custom ul[role] li.activedescendant {
  background: #E8E8E8;
}
.dropdown-custom ul[role] li p {
  margin: 0;
  padding: 0;
  font-size:  14px;
  font-size:  1.4rem;
  line-height:  14px;
  line-height:  1.4rem;
}
.dropdown-custom ul[role] li p:first-child {
  color: blue;
}
.dropdown-custom ul[role] li p:last-child {
  color: #555;
  font-size:  12px;
  font-size:  1.2rem;
}
.dropdown-custom-container {
  height: 100%;
  border: 1px solid transparent;
  line-height:  34px;
  line-height:  3.4rem;
}
.dropdown-custom .dropdown-custom-selected-item {
  padding: 0 10px;
  font-size: 15px;
  font-weight: 300;
  line-height:  30px;
  line-height:  3rem;
  height:  30px;
  height:  3rem;
}
.dropdown-custom-list {
  display: none !important;
}
.dropdown-custom-list.visible {
  display: block !important;
}
.dropdown-custom-list-item--hidden {
  display: none !important;
}
.dropdown-custom-list-item[data-selected=true] > a {
  background: #F2F2F2;
}
.dropdown-custom-list-item-anchor {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #006899;
  transition: all 0.3s ease;
}
.dropdown-custom-list-item-anchor:hover, .dropdown-custom-list-item-anchor:focus {
  background: #F2F2F2;
}
.dropdown-custom .inline-arrow {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 35px;
  padding: 0 0 0 2px;
  height: 100%;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #9a9999;
  pointer-events: none;
  z-index: 2;
  background: white;
}
.dropdown-custom .inline-arrow i {
  color: #006899;
  padding-left: 8px;
}
.dropdown-custom .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}