

/* Start:/local/templates/gartmemorial_old/js/vendors/itc-custom-select.css?17544647982373*/
.itc-select {
  position: relative;
  width: 220px;
}

.itc-select__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  line-height: 1.4;
  background-color: #f8f7f0;
  border: 1px solid #154952;
  cursor: pointer;
  user-select: none;
	color: #154952;
}

.itc-select__toggle::after {
  flex-shrink: 0;
  width: 13px;
  height: 8px;
  margin-left: 1rem;
  background-image: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAIBAMAAADQCGj8AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJ1BMVEUVSVIVSVIVSVIVSVIVSVIVSVIVSVIVSVIVSVIVSVIVSVIVSVL///9e+iuaAAAADHRSTlMAOFf9WD/rbkA+IR4QUayBAAAAAWJLR0QMgbNRYwAAAAd0SU1FB+gEBBIdDzxQBEsAAAA0SURBVAjXY2BgYBBgAAMmEwgdVtYAolhTOTPA3ACGaUAB1kwGBpDAsglAsWkLGLhBctwMAMWWB4uLi532AAAAAElFTkSuQmCC');
  background-size: cover;
  content: "";
}

.itc-select__toggle:focus {
  outline: none;
}

.itc-select_show .itc-select__toggle::after {
  transform: rotate(180deg);
}

.itc-select__dropdown {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 2;
  display: none;
  background-color: #f8f7f0;
  border: 1px solid #154952;
	font-size: 12px;
	color: #154952;
}

.itc-select_show .itc-select__dropdown {
  display: block;
}

.itc-select_show .itc-select__backdrop {
  display: block;
}

.itc-select__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.itc-select__option {
  padding: 0.375rem 0.75rem;
}

.itc-select__option_selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e1f5fe;
}

.itc-select__option_selected::after {
  width: 0.75rem;
  height: 0.75rem;
  color: #0277bd;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E');
  background-size: cover;
  content: "";
}

.itc-select__option:hover {
  background-color: rgba(21,73,82,.2);
  cursor: pointer;
  transition: 0.2s background-color ease-in-out;
}

/* End */
/* /local/templates/gartmemorial_old/js/vendors/itc-custom-select.css?17544647982373 */
