div.fancy-select {
	position: relative;
	margin-bottom: 15px;
	color: #555555;
}

div.fancy-select.disabled {
	opacity: 0.5;
}

div.fancy-select select:focus + div.trigger.open {
	box-shadow: none;
}

div.fancy-select div.trigger {
	border-radius: 5px;
	cursor: pointer;
	padding: 1rem 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	background: #ffffff;
	color: #555555;

	transition:  all 0.8s;
	-webkit-transition:  all 0.8s;
	-moz-transition:  all 0.8s;
	-ms-transition:  all 0.8s;
	-o-transition:  all 0.8s;
}

div.fancy-select div.trigger:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #bbbac0;
	top: 50%;
	right: 1.5rem;
}

div.fancy-select div.trigger.open {
	color: #ffffff;
}

div.fancy-select div.trigger.open:after {
	border-top-color: #ffffff;
}

div.fancy-select ul.options {
	width: 100%;
	list-style: none;
	margin: 0;
	position: absolute;
	padding: 0;
	top: 6rem;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	z-index: 50;
	max-height: 200px;
	overflow: auto;
	background: #ffffff;
	border-radius: 5px;
}

div.fancy-select ul.options.open {
	visibility: visible;
	top: 6.5rem;
	opacity: 1;

	/* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
	transition: opacity 100ms ease-out, top 100ms ease-out;
	-webkit-transition: opacity 100ms ease-out, top 100ms ease-out;
	-moz-transition: opacity 100ms ease-out, top 100ms ease-out;
	-ms-transition: opacity 100ms ease-out, top 100ms ease-out;
	-o-transition: opacity 100ms ease-out, top 100ms ease-out;
}

div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 6.5rem;

	transition: opacity 100ms ease-out, bottom 100ms ease-out, visibility 100ms ease-out;
	-webkit-transition: opacity 100ms ease-out, bottom 100ms ease-out, visibility 100ms ease-out;
	-moz-transition: opacity 100ms ease-out, bottom 100ms ease-out, visibility 100ms ease-out;
	-ms-transition: opacity 100ms ease-out, bottom 100ms ease-out, visibility 100ms ease-out;
	-o-transition: opacity 100ms ease-out, bottom 100ms ease-out, visibility 100ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 6.5rem;

	transition: opacity 100ms ease-out, bottom 100ms ease-out;
	-webkit-transition: opacity 100ms ease-out, bottom 100ms ease-out;
	-moz-transition: opacity 100ms ease-out, bottom 100ms ease-out;
	-ms-transition: opacity 100ms ease-out, bottom 100ms ease-out;
	-o-transition: opacity 100ms ease-out, bottom 100ms ease-out;
}

div.fancy-select ul.options li {
	padding: 8px 12px;
	color: #2B8686;
	cursor: pointer;
	white-space: nowrap;

	transition: all 50ms ease-out;
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
}

div.fancy-select ul.options li.selected,
div.fancy-select ul.options li.selected.hover {
	color: #ffffff;
}
/*
     FILE ARCHIVED ON 14:50:47 Apr 12, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:54:15 Apr 12, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 333.136
  exclusion.robots: 156.474
  exclusion.robots.policy: 156.463
  xauthn.identify: 121.591
  xauthn.chkprivs: 34.562
  RedisCDXSource: 13.559
  esindex: 0.01
  LoadShardBlock: 139.769 (3)
  PetaboxLoader3.datanode: 134.701 (3)
  CDXLines.iter: 20.691 (3)
  load_resource: 34.309
*/