/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[data-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[data-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

@charset "UTF-8";
@import url(../../vendor/reset.css);
@font-face {
  font-family: "icomoon";
  src: url("/common/unicorn/vendor/icomoon/fonts/icomoon.eot?rj4xs0");
  src: url("/common/unicorn/vendor/icomoon/fonts/icomoon.eot?rj4xs0#iefix") format("embedded-opentype"), url("/common/unicorn/vendor/icomoon/fonts/icomoon.ttf?rj4xs0") format("truetype"), url("/common/unicorn/vendor/icomoon/fonts/icomoon.woff?rj4xs0") format("woff"), url("/common/unicorn/vendor/icomoon/fonts/icomoon.svg?rj4xs0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-plus:before {
  content: "";
}

.icomoon-circle-up:before {
  content: "";
}

.icomoon-circle-right:before {
  content: "";
}

.icomoon-circle-down:before {
  content: "";
}

.icomoon-circle-left:before {
  content: "";
}

.icomoon-copy:before {
  content: "";
}

.icomoon-duplicate:before {
  content: "";
}

.icomoon-files1:before {
  content: "";
}

.icomoon-pages1:before {
  content: "";
}

.icomoon-papers1:before {
  content: "";
}

.icomoon-documents2:before {
  content: "";
}

.icomoon-files-empty:before {
  content: "";
}

.icomoon-files:before {
  content: "";
}

.icomoon-documents:before {
  content: "";
}

.icomoon-papers:before {
  content: "";
}

.icomoon-pages:before {
  content: "";
}

.icomoon-warning:before {
  content: "";
}

.icomoon-link:before {
  content: "";
}

.icomoon-google:before {
  content: "";
}

.icomoon-yahoo:before {
  content: "";
}

.icomoon-windows8:before {
  content: "";
}

.icomoon-linkedin:before {
  content: "";
}

.icomoon-attachment:before {
  content: "";
}

.icomoon-facebook2:before {
  content: "";
}

.icomoon-search:before {
  content: "";
}

.icomoon-zoom_out:before {
  content: "";
}

.icomoon-zoom_in:before {
  content: "";
}

.icomoon-zoom-out:before {
  content: "";
}

.icomoon-zoom-in:before {
  content: "";
}

.icomoon-aol:before {
  content: "";
}

.icomoon-first:before {
  content: "0";
}

.icomoon-last:before {
  content: "1";
}

.icomoon-go-previous:before {
  content: "2";
}

.icomoon-go-next:before {
  content: "3";
}

.icomoon-iconmonstr-magnifier-6-icon:before {
  content: "!";
}

.icomoon-iconmonstr-magnifier-7-icon:before {
  content: '"';
}

.icomoon-document:before {
  content: "#";
}

.icomoon-documents1:before {
  content: "$";
}

.icomoon-reload-CW:before {
  content: "%";
}

.icomoon-reload-CCW:before {
  content: "&";
}

.icomoon-list:before {
  content: "'";
}

.icomoon-article:before {
  content: "(";
}

.icomoon-book-alt2:before {
  content: ")";
}

.icomoon-document-alt-stroke:before {
  content: "*";
}

.icomoon-zoomin:before {
  content: ",";
}

.icomoon-zoomout:before {
  content: "-";
}

.icomoon-triangle:before {
  content: "+";
}

.icomoon-triangle2:before {
  content: ".";
}

.icomoon-gridview:before {
  content: "6";
}

.icomoon-scroll:before {
  content: "/";
}

.icomoon-twitter:before {
  content: "7";
}

.icomoon-pinterest:before {
  content: "8";
}

.icomoon-facebook:before {
  content: "9";
}

.icomoon-bookmark:before {
  content: ":";
}

.icomoon-upload:before {
  content: ";";
}

.icomoon-download:before {
  content: "<";
}

.icomoon-email:before {
  content: "=";
}

.icomoon-feed:before {
  content: ">";
}

.icomoon-info-circle:before {
  content: "?";
}

.icomoon-locked:before {
  content: "@";
}

.icomoon-document-2:before {
  content: "A";
}

.icomoon-arrow-right:before {
  content: "B";
}

.icomoon-cancel:before {
  content: "C";
}

.icomoon-arrow-left:before {
  content: "D";
}

.icomoon-enter:before {
  content: "E";
}

.icomoon-help:before {
  content: "F";
}

.icomoon-share:before {
  content: "G";
}

.icomoon-share2:before {
  content: "H";
}

.icomoon-fullscreen:before {
  content: "I";
}

.icomoon-fullscreen-exit:before {
  content: "J";
}

.icomoon-checkmark:before {
  content: "K";
}

.icomoon-eye:before {
  content: "L";
}

.icomoon-flash:before {
  content: "N";
}

.icomoon-arrow-up:before {
  content: "O";
}

.icomoon-arrow-down:before {
  content: "P";
}

.icomoon-reorder:before {
  content: "";
}

.icomoon-signup:before {
  content: "";
}

.icomoon-search-minus:before {
  content: "";
}

.icomoon-search-plus:before {
  content: "";
}

.icomoon-exclamation-triangle:before {
  content: "";
}

.icomoon-twitter2:before {
  content: "";
}

.icomoon-google-plus:before {
  content: "";
}

.icomoon-tumblr:before {
  content: "";
}

.icomoon-vk:before {
  content: "";
}

.icomoon-reddit:before {
  content: "";
}

.icomoon-pinterest-p:before {
  content: "";
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow: auto;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
}

body {
  background: #f9f8f5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #4f4f4f;
  min-height: 100vh;
  min-width: 20rem;
  width: 100vw;
  line-height: 1.25;
}

:focus {
  outline: #4d90fe auto 5px;
}

section:focus:not(.focus-visible) {
  outline: none;
}

#root {
  min-height: 100vh;
  max-width: 100vw;
  display: block;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: 1fr;
  grid-template: 'header' 'main' 1fr 'footer'/1fr;
}

@media (min-width: 45em) {
  #root {
    -ms-grid-rows: auto 1fr auto;
    grid-template: "header" auto "main" 1fr "footer" auto;
  }
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1 {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0.5rem 0;
}

h2 {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0.5rem 0;
}

h3 {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

ul.bullets {
  list-style: disc;
  margin: 1.5em 1.5em 1.5em 1.5em;
}

ul.bullets li ul {
  margin: 0 1.5em;
}

ul.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.unstyled li {
  margin-bottom: 1rem;
}

li ul, li ol {
  margin: 0 1.5em;
}

ul, ol {
  margin: 0 1.5em 1.5em 1.5em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li.only-collapsed {
  display: none;
}

p + p {
  margin-top: 1rem;
}

p.larger {
  font-size: 1.2rem;
}

p.smaller {
  font-size: 0.9rem;
}

a {
  color: #924a0b;
  text-decoration: underline;
  display: inline-block;
  background-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #d56d11;
  text-decoration: none;
}

a:active {
  background: #f3ece6;
  -webkit-transition: all 0s;
  transition: all 0s;
}

section a:visited, .sidebar-container a:visited {
  color: #237a72;
}

.sr-only, .offscreen, .SkipLink, .hidden, .toolbar-label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19 */
  color: #777;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

input[type=date], input[type=email], input[type=search], input[type=tel], input[type=text], input[type=number], textarea {
  margin: 0;
  font-size: 1rem;
  border: 1px solid #0000004d;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: .5rem .75rem;
  line-height: 1.4;
  width: 100%;
}

input[type=text], input[type=search], input[type=email], textarea {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

input.input-mini {
  width: 4rem;
}

input.input-small {
  width: 9rem;
}

button {
  font-size: 1rem;
  color: #333;
  white-space: nowrap;
}

button.filter-button {
  white-space: normal;
}

button:not([class]), input[type=submit], a.btn, button.btn, button.btn-dismiss {
  display: inline-block;
  margin: 0;
  padding: .5rem 1rem;
  background: #f5f5f5;
  color: #333;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #bbb;
  border-color: #00000026 #00000026 #00000040;
  cursor: pointer;
  text-decoration: none;
  line-height: inherit;
}

button:not([class]):hover, button:not([class]):focus, button:not([class]).active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit].active, a.btn:hover, a.btn:focus, a.btn.active, button.btn:hover, button.btn:focus, button.btn.active, button.btn-dismiss:hover, button.btn-dismiss:focus, button.btn-dismiss.active {
  background: #333;
  color: #f5f5f5;
}

.btn.btn-primary {
  background: #666;
  border-color: #333 #333 #000;
  color: #eee;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #000;
}

.btn.btn-mini {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

.btn.btn-sm {
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
}

.button-link, .button-link-light {
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
  line-height: inherit;
}

.button-link-light {
  color: #4e4e4e;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

button[disabled], a[disabled] {
  opacity: 0.65;
  pointer-events: none;
  cursor: default;
}

input[type=text] + button {
  margin-left: 0.25rem;
}

blockquote {
  margin: 0 1.5em 1.5em 1.5em;
}

main {
  -ms-grid-row: 2;
  grid-area: main;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f9f8f5;
}

footer.site-navigation {
  background: #39383a;
  color: #d0cfcd;
}

footer.site-navigation {
  z-index: 1;
  -ms-grid-row: 3;
  grid-area: footer;
}

footer.site-navigation nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-group button {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  border: 1px solid #bbb;
  border-radius: 0;
  color: #333;
}

.btn-group button + button {
  margin-left: -0.5rem;
}

.btn-group button:hover:enabled, .btn-group button:focus:enabled {
  z-index: 2;
  text-decoration: none;
  background: #39383a;
  color: #fff;
}

.btn-group button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 0;
}

.btn-group button:last-child, .btn-group button.dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group button.alone {
  border-radius: 4px;
}

.btn-group.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-group.btn-group-vertical button {
  text-align: center;
  width: 3rem;
  height: 2.8rem;
}

.btn-group.btn-group-vertical button + button {
  margin-left: 0;
  margin-top: -5px;
}

.btn-group.btn-group-vertical button:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}

.btn-group.btn-group-vertical button:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group.btn-group-vertical button.alone {
  border-radius: 4px;
}

.share-toolbar button {
  font-size: 100%;
  padding: 0.5rem 0.75rem;
}

.caret {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.caret::before {
  content: "\25BC";
  display: inline-block;
  font-size: 50%;
}

/* UTILITY */
.flex-container {
  display: block;
}

@media (min-width: 980px) {
  .flex-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

.flex-container-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sidebar-container {
  width: auto;
  margin-right: 1rem;
}

@media (min-width: 980px) {
  .sidebar-container {
    max-width: 18rem;
  }
}

.container {
  margin: 0 auto;
  padding: 0 .75rem;
}

.container.container-boxed {
  background: #fffefb;
  border: 1px solid #d5d3d3;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 1px 10px;
  padding: 1rem;
  position: relative;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.container-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 1.75rem;
  width: 100%;
  padding: 1rem;
}

.container-boxed {
  width: 98%;
}

.container-boxed .sidebar-container {
  border-right: 1px solid #ddd;
}

.container-boxed .sidebar-container.sidebar-container--right {
  border-right: none;
  border-left: 1px solid #ddd;
  margin-left: 1rem;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 28rem) {
  .container-boxed .sidebar-container.sidebar-container--right {
    border-left: none;
    width: auto;
  }
}

.container-boxed .section-container {
  margin: 1.5rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}

.container-medium {
  max-width: 75rem;
}

.container-narrow {
  max-width: 60rem;
}

.results-summary-container {
  margin-bottom: .75rem;
  padding: .5rem 1.25rem;
  background-color: #f9f8f5;
  color: #565656;
  border-color: #666;
}

.results-container-inner {
  padding: .5rem 1.25rem;
}

@media (min-width: 600px) {
  .results-summary-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.padded {
  margin-bottom: 1rem;
}

.btn-loading {
  padding-right: 34px !important;
  background-image: url(/common/unicorn/img/throbber-dark.gif) !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
}

.btn-dark.btn-loading {
  background-image: url(/common/unicorn/img/throbber.gif) !important;
}

.toolbar .btn-loading {
  background-image: url(/common/unicorn/img/throbber-dark.gif) !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
}

.hide {
  display: none;
}

table td {
  margin: 0.5rem;
  padding: 0.5rem;
}

pre {
  font-family: monospace;
  margin: 1.5rem 0;
  max-width: 100%;
  overflow-x: auto;
  white-space: pre;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
}

#skiplinks {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}

#skiplinks ul {
  margin-left: 0;
  list-style: outside none;
  z-index: 5000;
  font-size: 1rem;
}

#skiplinks li {
  list-style-type: none;
}

#skiplinks a {
  position: absolute;
  left: -99999px;
  top: 20px;
}

#skiplinks a:focus, #skiplinks a:active {
  background-color: #ddd;
  border-color: #666;
  color: #000;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  position: absolute;
  position: fixed;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  -webkit-box-shadow: 20px 20px 45px 40px rgba(0, 0, 0, 0.75);
          box-shadow: 20px 20px 45px 40px rgba(0, 0, 0, 0.75);
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.alert {
  color: #6f5629;
}

.alert-danger, .alert-error {
  color: #a23f3d;
}

.alert-success {
  color: #3b723b;
}

.alert-success a:hover, .alert-success a:focus {
  color: #855932;
}

.alert-info {
  background-color: #f9f8f5;
  color: #565656;
  border-color: #666;
}

.alert {
  position: relative;
}

.alert-help {
  font-size: 90%;
  color: #666;
  margin: 0.5rem 2rem;
}

.alert-warning, .alert-error, .alert-success, .alert-notice {
  padding-left: 2.5rem;
}

.alert-warning:not(.alert-plain):before {
  content: "?";
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: "25%";
  left: 0.6rem;
  font-size: 1.2rem;
}

.alert-error:before {
  content: "";
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: "25%";
  left: 0.6rem;
  font-size: 1.2rem;
}

.alert-error.alert-block:before {
  content: "";
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: "15%";
  left: 0.6rem;
  font-size: 1.2rem;
}

.alert-success:before {
  content: "K";
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: "25%";
  left: 0.6rem;
  font-size: 1.2rem;
}

.alert-block.alert-notice:before {
  content: "";
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: "25%";
  left: 0.6rem;
  font-size: 1.2rem;
}

.alert[dir='rtl'] {
  padding-left: 0;
  padding-right: 2rem;
}

.alert[dir='rtl']:before {
  left: auto;
  right: 0.6rem;
}

.alert:empty {
  display: none;
}

.alert-headline {
  text-align: center;
  margin-top: 2rem;
}

.alert-headline > p {
  font-size: 200%;
  font-weight: bold;
}

.alert.alert-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 0;
  -webkit-animation: slideUp 0.4s ease;
          animation: slideUp 0.4s ease;
  border-top: 1px solid rgba(0, 0, 0, 0.33);
  z-index: 10000;
}

.alert.alert-banner .close {
  float: right;
}

.alert.alert-banner > p:first-of-type {
  margin-top: 0;
}

.xbadge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.xbadge-dark {
  color: #fff;
  background-color: #343a40;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal.lightbox .modal__container {
  width: auto;
}

.modal.lightbox .modal__container .modal__content {
  max-height: 80vh;
  padding: 1rem;
}

.modal.lightbox .modal__container .modal__content img {
  width: 100%;
  height: 100%;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 25;
}

.modal__overlay.invisible {
  background-color: rgba(255, 255, 255, 0.1);
}

.modal__container {
  background-color: #fff;
  width: 40rem;
  max-height: 100vh;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.modal__container.compact .modal__header {
  padding-top: 0.25rem;
  padding-bottom: 0;
  border-bottom: none;
}

.modal__container.compact .modal__content {
  padding-top: 0.25rem;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem;
  border-bottom: 1px solid #eee;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  line-height: 1.5;
  max-height: 60vh;
  padding: 0.8rem;
  padding-bottom: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.modal__content.compact {
  margin-top: 0;
}

.modal__footer {
  text-align: right;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 0.8rem 1rem 1rem;
}

.modal__footer button, .modal__footer a.btn, .modal__footer a {
  margin: auto 0.25rem;
}

.modal__btnXX {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

nav.pagination-container {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1rem;
  -ms-grid-columns: 8rem auto 8rem;
  grid-template-columns: 8rem auto 8rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: .75rem;
  padding: .5rem 1.25rem;
  background-color: #f9f8f5;
  color: #565656;
  border-color: #666;
}

nav.pagination-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.pagination-container ul li a, nav.pagination-container ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1.5rem;
  min-height: 2rem;
  margin: 0 0.125rem;
}

nav.pagination-container ul li a.break, nav.pagination-container ul li span.break {
  min-width: auto;
}

nav.pagination-container .page-back-link {
  -ms-grid-column: 1;
}

nav.pagination-container .page-advance-link {
  -ms-grid-column: 3;
  text-align: right;
}

nav.pagination-container a {
  text-decoration: none;
}

nav.pagination-container a:hover {
  text-decoration: underline;
}

.relative {
  position: relative;
  padding: 0 0.5rem;
}

.nav-search-form.focused .global-search-modal {
  display: block;
}

.global-search-modal {
  display: none;
  position: absolute;
  height: 10rem;
  top: -5px;
  left: 0;
  right: 0;
  background: #fff;
  border: 0px solid #666;
  -webkit-box-shadow: 16px 20px 35px rgba(0, 0, 0, 0.8);
          box-shadow: 16px 20px 35px rgba(0, 0, 0, 0.8);
  z-index: 40;
  color: black;
}

.global-search-modal a {
  color: #924a0b;
  text-decoration: underline;
  padding-left: 0.5em;
}

.global-search-modal a:hover {
  background: transparent;
  color: #AF590D;
  text-decoration: none;
}

.global-search-modal-inner {
  margin-top: 3rem;
  padding: 0 1rem 1rem;
}

.global-search-modal-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.control {
  margin-right: 0.25rem;
}

.control-q1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

button.control-search {
  background-color: #666;
  color: #eee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  border-color: #333;
  padding: 0.4rem 1rem;
  margin: 0.25rem 0.25rem 0.25rem;
}

button.control-search:hover {
  background: #000c;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  /* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: '';
  background: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  margin-top: .15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

input[type=radio] + label:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB2aWV3Qm94PScwIDAgMTYgMTYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjxzdmcgaGVpZ2h0PScxNicgd2lkdGg9JzE2JyB2aWV3Qm94PScwIDAgMTYgMTYnIGlkPSdyYWRpby1lbXB0eSc+PGNpcmNsZSBjeD0nOCcgY3k9JzgnIHI9JzYuNScgZmlsbD0nbm9uZScgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLXdpZHRoPScyLjUnLz48L3N2Zz48L3N2Zz4=");
  background-repeat: no-repeat;
}

input[type=radio]:checked + label:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB2aWV3Qm94PScwIDAgMTYgMTYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjxzdmcgaGVpZ2h0PScxNicgd2lkdGg9JzE2JyB2aWV3Qm94PScwIDAgMTYgMTYnIGlkPSdyYWRpby1jaGVja2VkJz48Y2lyY2xlIGN4PSc4JyBjeT0nOCcgcj0nNi41JyBmaWxsPSdub25lJyBzdHJva2U9J2JsYWNrJyBzdHJva2Utd2lkdGg9JzIuNScvPjxjaXJjbGUgY3g9JzgnIGN5PSc4JyByPSczLjUnLz48L3N2Zz48L3N2Zz4=");
  background-repeat: no-repeat;
}

input[type=checkbox] + label:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB2aWV3Qm94PScwIDAgMTggMTgnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjxzdmcgdmlld0JveD0nMCAwIDE4IDE4JyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIGlkPSdjaGVja2JveC1lbXB0eSc+PHBhdGggZD0nTTE2LS4wMDJIMmEyIDIgMCAwIDAtMiAydjE0YTIgMiAwIDAgMCAyIDJoMTRhMiAyIDAgMCAwIDItMnYtMTRhMiAyIDAgMCAwLTItMmgwem0wIDJ2MTRMMiAxNlYyaDE0eicgc3Ryb2tlPSdibGFjaycgZmlsbD0nYmxhY2snIGZpbGwtcnVsZT0nZXZlbm9kZCcvPjwvc3ZnPjwvc3ZnPg==");
  background-repeat: no-repeat;
}

input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB2aWV3Qm94PScwIDAgMTggMTgnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjxzdmcgdmlld0JveD0nMCAwIDE4IDE4JyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIGlkPSdjaGVja2JveC1jaGVja2VkJz48cGF0aCBkPSdNNyAxMy45OThsLTUtNSAxLjQxMy0xLjQxNEw3IDExLjE3bDcuNTg2LTcuNTg2TDE2IDQuOTk4bC05IDl6bTktMTRIMmMtMS4xMDcgMC0yIC44OTUtMiAydjE0YzAgMS4xMDUuODkzIDIgMiAyaDE0YTIgMiAwIDAgMCAyLTJ2LTE0YTIgMiAwIDAgMC0yLTJ6JyBmaWxsPSdibGFjaycgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+PC9zdmc+");
  background-repeat: no-repeat;
}

input[type=radio]:focus + label, input[type=checkbox]:focus + label {
  color: #000;
  outline: 5px auto #4d90fe;
}

input[type=radio] + label, input[type=checkbox] + label {
  display: inline-block;
  padding: .5em;
  padding-left: 2em;
  /* text-indent: 0em; */
  /* margin: -1em 0; */
}

select {
  display: block;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.1em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  font-size: 1rem;
}

select::-ms-expand {
  display: none;
}

select:hover {
  border-color: #888;
}

select:focus {
  border-color: #4d90fe;
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
          box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
}

select option {
  font-weight: normal;
  font-size: 1rem;
}

/* LEGACY BOOTSTRAP */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.control-group {
  margin-bottom: 1rem;
  position: relative;
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.form-horizontal .control-label {
  float: left;
  width: 10rem;
  padding-top: 0;
  text-align: right;
}

label {
  display: block;
  margin-bottom: 0.5rem;
}

.label {
  border-radius: 3px;
}

.label, .badge {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #666666;
}

.form-horizontal .controls {
  margin-left: 180px;
}

.form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

@media only screen and (max-width: 26rem) {
  .form-horizontal .control-group .control-label {
    float: none;
    display: block;
    width: auto;
    text-align: left;
  }
  .form-horizontal .control-group .controls {
    margin-left: 0;
  }
  .form-horizontal .control-group .controls textarea, .form-horizontal .control-group .controls input[type="text"] {
    display: block;
  }
}

.modal fieldset {
  margin-bottom: 1.2rem;
}

.modal fieldset legend {
  font-size: 1.2rem;
  margin-bottom: 0.8px;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  width: 100%;
}

fieldset .help-block {
  margin-bottom: 0;
}

.badge-important {
  background-color: #b94a48;
}

.badge-important[href] {
  background-color: #953b39;
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning[href] {
  background-color: #c67605;
}

.badge-success {
  background-color: #468847;
}

.badge-success[href] {
  background-color: #356635;
}

.badge-info {
  background-color: #f9f8f5;
  color: #565656;
  border-color: #666;
}

.badge-info[href] {
  background-color: #2d6987;
}

.badge-inverse {
  background-color: #333333;
}

.badge-inverse[href] {
  background-color: #1a1a1a;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.button.continue {
  padding: 10px 15px 8px 15px;
  color: #474747;
  background-color: #fdd116;
  border: 2px solid #fac912;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom-color: #d5a904;
  position: relative;
}

.button.continue .after {
  content: "\42";
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 1rem;
  right: 0.5rem;
  top: 0.6rem;
}

.modal.login-panel {
  position: absolute;
  top: initial;
  right: 0;
  left: auto;
  width: 50rem;
  margin: 0;
  margin-top: 2.8rem;
  height: auto;
  color: #4f4f4f;
  background-color: #f9f8f5;
  border-radius: 6px;
}

.modal.login-panel .modal__footer {
  background-color: #f0f0ef;
  border-radius: 0 0 6px 6px;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 2rem;
}

.modal.login-panel .modal__footer button, .modal.login-panel .modal__footer a.btn, .modal.login-panel .modal__footer a {
  margin: auto 0;
}

.modal.login-panel .modal__footer .questions {
  font-size: 1rem;
  padding: 0;
  text-align: left;
}

.modal.login-panel .modal__footer .questions p {
  margin-bottom: 1rem;
}

.modal.login-panel .modal__footer .questions ul {
  list-style: none;
}

.modal.login-panel .modal__footer .questions ul li {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.modal.login-panel .modal__footer .questions + .questions {
  border-top: 1px solid #ddd;
  margin-top: 0;
  padding-top: 1rem;
  padding-left: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}

.modal.login-panel .modal__footer .questions + .questions p {
  margin-bottom: 1rem;
}

.modal.login-panel .login-panel-arrow {
  top: 0px;
  right: 0px;
  position: absolute;
  height: 0px;
  width: 25px;
}

.modal.login-panel .login-panel-arrow:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 1px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: #f9f8f5 transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.modal.login-panel .login-panel-arrow:before {
  content: "";
  position: absolute;
  top: -11px;
  right: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: #000 transparent;
  display: block;
  width: 0;
  z-index: 0;
}

.modal.login-panel .modal__header {
  border-bottom: 0;
  padding: 0;
}

.modal.login-panel .modal__header .modal__title {
  visibility: hidden;
}

.modal.login-panel .modal__content {
  padding: 0;
  padding-bottom: 1rem;
  position: relative;
  border-radius: 6px 6px 0 0;
}

.modal.login-panel .modal__content div {
  padding: 2rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
}

.modal.login-panel .modal__content .headline p {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.modal.login-panel .modal__content select {
  width: 100%;
}

.modal.login-panel .modal__content .actions {
  text-align: right;
}

.modal.login-panel .modal__content .actions .btn-cancel {
  text-transform: uppercase;
  font-size: 1rem;
  color: #6d6d6d;
  padding-right: 2rem;
  position: relative;
  vertical-align: middle;
  margin-right: 2rem;
}

.modal.login-panel .modal__content .actions .btn-cancel:hover {
  color: #393839;
  background: #f1d3d0;
}

.modal.login-panel .modal__content .actions .btn-cancel:after {
  content: "\43";
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0.5rem;
  top: 0.8rem;
  color: red;
}

.modal.login-panel .modal__content .actions .continue {
  padding: 0.25rem 0.75rem;
  padding-right: 2rem;
  margin: auto;
}

.modal.login-panel .select2-container {
  font-size: 1.2rem;
}

.modal.login-panel .select2-container input[type=text] {
  height: 2em;
}

.modal.login-panel .select2-container .select2-selection {
  margin-bottom: 0.625rem;
}

.modal.login-panel .select2-container .select2-selection[aria-expanded=true] {
  margin-bottom: 0;
}

.modal.login-panel .select2-container--default .select2-results > .select2-results__options {
  max-height: 7.5rem;
}

symbol g {
  fill: currentColor;
}

.active-filter-symbol g {
  fill: #057c42;
}

.sidebar-container {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  min-width: 18rem;
  padding-right: 0.25rem;
}

.sidebar-container #mdpBackToResults {
  padding: 1rem 1rem 0.5rem;
  width: 95%;
  margin: 0 auto;
}

.sidebar-container > h2 {
  width: 95%;
  margin: 0 auto;
  padding: 0 1rem;
}

.sidebar-container .collection-branding {
  padding: 0 1rem;
  margin: 0 auto;
}

.sidebar-container .collection-branding img {
  padding: 4px;
  border: 1px solid #ccc;
}

.sidebar-container .panel {
  padding: 0 1rem;
  margin: 0 auto 1rem;
  width: 95%;
  max-width: 30rem;
}

.sidebar-container .panel h2, .sidebar-container .panel h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
  margin-top: 0;
}

.sidebar-container .panel p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sidebar-container .panel p:first-of-type, .sidebar-container .panel p:first-child {
  margin-top: 0;
}

.sidebar-container .panel p + p {
  margin-bottom: 0;
}

.sidebar-container .panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-container .panel li {
  position: relative;
}

.sidebar-container .panel li + li {
  margin-top: 0.5rem;
}

.sidebar-container .panel form {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.sidebar-container .panel form label {
  display: block;
  margin-bottom: 0.25rem;
}

.sidebar-container .panel form input[type=text] {
  margin-bottom: 1rem;
}

.sidebar-container .panel select {
  width: 100%;
  font-size: 1rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.sidebar-container .scrollable {
  margin-bottom: 1rem;
}

.sidebar-container .active-filters-heading, .sidebar-container .filters-heading {
  padding: .75rem 1rem;
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

.sidebar-container .active-filters-list, .sidebar-container .filter-list {
  margin: 0;
  padding-top: 0;
  list-style: none;
}

.sidebar-container .active-filter-item, .sidebar-container .filter-item {
  padding: 0;
  margin: 0;
  margin-bottom: 0.25rem;
}

.sidebar-container .active-filter-item {
  margin: 0 1rem;
  padding-bottom: .5rem;
}

.sidebar-container .active-filters-list .filter-action {
  margin: 0 1rem;
  padding-bottom: .5rem;
}

.sidebar-container .active-filters-list .filter-action button {
  font-size: .85rem;
  border-radius: 0;
  border: none;
}

.sidebar-container .active-filters-list .filter-action button span {
  border-bottom: 1px solid #ccc;
}

.sidebar-container .active-filter-button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0;
  width: 100%;
  padding: .75rem 1rem;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  background: #e2f4eb;
  border: 1px solid rgba(5, 124, 66, 0.4);
  border-radius: 4px;
  white-space: normal;
}

.sidebar-container .active-filter-button-text {
  font-size: .9rem;
  color: #057c42;
  text-align: left;
  max-width: 90%;
}

.sidebar-container .offpage {
  position: absolute;
  left: -999em;
}

.sidebar-container .active-filter-button .icon {
  width: .8rem;
  height: .8rem;
}

.sidebar-container .filter-group-list {
  margin: 0;
  margin-right: 0.5rem;
  padding: 0;
  list-style: none;
}

.sidebar-container .filter-group-list .icon {
  width: 1rem;
  height: 1rem;
}

.sidebar-container .filter-group-list .icon g, .sidebar-container .filter-group-list symbol g {
  fill: currentColor;
  fill: #666;
}

.sidebar-container .filter-group-list label {
  color: #262626;
  display: block;
  margin: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-container .filter-group-list label span {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.sidebar-container .filter-group-list label > span {
  -ms-flex-item-align: center;
      align-self: center;
}

.sidebar-container .filter-group-list button.checkbox-label {
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 0;
  width: 100%;
  border: none;
  padding: 0;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-container .filter-group-list button.checkbox-label span {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.sidebar-container .filter-group-list button.checkbox-label > span {
  -ms-flex-item-align: center;
      align-self: center;
}

.sidebar-container .filter-group-list .checkbox-label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
}

.sidebar-container .filter-group-list .checkbox {
  margin-right: .5rem;
  cursor: pointer;
}

.sidebar-container .filter-group {
  margin: 0;
  padding: 0;
}

.sidebar-container .filter-group-checkbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 1rem .5rem;
}

.sidebar-container .filter-group-multiselect {
  border-top: 1px solid #e5e5e5;
}

.sidebar-container .filter-group-toggle-show-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: .75rem 1rem;
  width: 100%;
  cursor: pointer;
  border: none;
  background: none;
}

.sidebar-container .flex-space-between {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.sidebar-container .flex-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.sidebar-container .filter-group-heading {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

.sidebar-container .filter-group-toggle-show-button .icon g {
  fill: #4e4e4e;
}

.sidebar-container .filter-group-toggle-show-button[aria-expanded="false"] + .filter-list-container {
  display: none;
}

.sidebar-container .filter-list-container {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.sidebar-container .filter-list-container ul li.filter-item:nth-child(1n+6) {
  display: none;
}

.sidebar-container .filter-list-container ul li.filter-action .show-fewer-button__text {
  display: none;
}

.sidebar-container .filter-list-container ul.filter-list--expanded li.filter-item {
  display: list-item;
}

.sidebar-container .filter-list-container ul.filter-list--expanded li.filter-action .show-fewer-button__text {
  display: inline-block;
}

.sidebar-container .filter-list-container ul.filter-list--expanded li.filter-action .show-all-button__text {
  display: none;
}

.sidebar-container .filter-button {
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  width: 100%;
  padding: .15rem 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.sidebar-container .show-all-button {
  font-size: .85rem;
  border-radius: 0;
  border: none;
}

.sidebar-container .filter-list-container .button-link-light {
  margin-top: .5rem;
}

.sidebar-container .filter-value {
  margin-right: .5rem;
  word-break: break-word;
  color: #924a0b;
}

.sidebar-container .show-all-button__text {
  border-bottom: 1px solid #ccc;
}

html.gt-ie10 #sidebar, html.ios9 #sidebar {
  display: block;
}

.help-block {
  display: block;
  margin-bottom: 1rem;
}

.share-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#action-clear-selection {
  position: absolute;
  right: 0;
  margin-left: -8px;
  visibility: hidden;
}

@media only screen and (max-width: 62em) {
  .share-toolbar {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .share-toolbar.btn-group button + button {
    margin-left: 0;
  }
  .share-toolbar.btn-group button {
    min-width: 2.875rem;
    min-height: 2.875rem;
    margin-right: 0.5rem;
  }
}

@media only screen and (max-width: 62em) {
  .sidebar-container .collection-branding {
    display: none;
  }
}

.modal ul li + li {
  margin-top: 0.5rem;
}

.search-modal-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 40rem;
}

.global-search-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
}

.global-search-links {
  border-top: 1px solid #ddd;
  margin-top: 1rem;
}

.global-search-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-search-links ul li:not(:last-child) {
  margin-right: 1rem;
}

form button {
  white-space: nowrap;
}

#action-search-hathitrust {
  margin: 0;
}

.results-container .record {
  margin: .75rem 0;
  padding: 0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.results-container .record:nth-child(even) {
  background: #f6f4f1;
}

label, button.checkbox-label {
  color: #262626;
  display: block;
  background: transparent;
  padding: 0;
  border: none;
  font-size: 1rem;
}

label[disabled], button.checkbox-label[disabled] {
  opacity: 0.25;
  cursor: default;
}

.checkbox-label, button.checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.checkbox {
  margin: 0;
  padding: .25rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}

.icon {
  width: 1rem;
  height: 1rem;
}

.results-container .results-summary-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-container .results-summary-container .results-summary {
  font-size: 1rem;
}

.results-container .results-summary-container select {
  font-size: 0.9rem;
  width: auto;
  margin-right: 0.5rem;
}

.results-container .results-summary-container .results-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
}

.results-container .results-summary-container .results-actions label {
  margin: 0 0.5rem 0 0.25rem;
}

@media only screen and (max-width: 28rem) {
  .results-container .results-summary-container .results-actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .results-container .results-summary-container .results-actions select {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 62em) {
  .results-container .results-summary-container {
    display: block;
  }
  .results-container .cover {
    display: none;
  }
}

.results-container .collections-action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.75rem;
  margin-bottom: .75rem;
  padding: .5rem 1.25rem;
  background: #666;
  color: #fff;
  font-size: 1rem;
}

.results-container .collections-action-container button.checkbox-label {
  margin-bottom: 0;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-container .collections-action-container button.checkbox-label .checkbox {
  min-height: 0;
  margin-bottom: 0;
  line-height: 1;
}

.results-container .collections-action-container #action-select-all {
  margin-left: -0.25rem;
}

.results-container .collections-action-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.results-container .collections-action-container select {
  font-size: 0.9rem;
  max-width: 10rem;
}

.results-container .collections-action-container button {
  white-space: nowrap;
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

@media only screen and (max-width: 32rem) {
  .results-container .collections-action-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .results-container .collections-action-container #action-select-all {
    margin-bottom: 0.5rem;
  }
  .results-container .collections-action-container > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.25rem -0.25rem;
  }
  .results-container .collections-action-container > div > * {
    margin: 0.25rem;
  }
}

.record-container, .cover, .record-action {
  padding: .75rem 0.5rem;
}

.cover {
  padding-left: 1rem;
  padding-right: 0;
  width: 6rem;
  text-align: right;
}

.cover img {
  border: 1px solid #ccc;
  max-width: 100%;
  padding: 4px;
}

.record-container {
  position: relative;
}

@media screen and (min-width: 820px) {
  .record-container {
    padding: .9rem 1.5rem;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .record-title-and-actions-container {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.record-title-and-actions-container dl, dl.metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 0.5rem;
}

.record-title-and-actions-container dl dt, dl.metadata dt {
  width: 20%;
  padding: 0.25rem 0.5rem;
  padding-left: 0;
  color: #666;
  text-align: left;
}

@media only screen and (max-width: 32rem) {
  .record-title-and-actions-container dl dt, dl.metadata dt {
    width: 100%;
    display: block;
  }
}

.record-title-and-actions-container dl dd, dl.metadata dd {
  width: 79%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  margin-left: auto;
  padding: 0.25rem 0.5rem;
}

@media only screen and (max-width: 32rem) {
  .record-title-and-actions-container dl dd, dl.metadata dd {
    width: 100%;
    display: block;
  }
}

.record-title-and-actions-container dl dd + dd, dl.metadata dd + dd {
  margin-left: 20%;
}

.record-title {
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 0;
  margin-right: 1rem;
  margin-bottom: .75rem;
}

.resource-access-container {
  padding: 0.75rem 0;
  padding-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px;
}

.resource-access-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.resource-access-container ul li + li {
  margin-left: 2rem;
}

@media screen and (max-width: 26rem) {
  .resource-access-container ul {
    display: block;
  }
  .resource-access-container ul li {
    display: block;
    margin-bottom: 1rem;
  }
  .resource-access-container ul li + li {
    margin-left: 0;
  }
}

.add-to-list-checkbox-container {
  top: .75rem;
  right: .75rem;
}

@media screen and (min-width: 820px) {
  .add-to-list-checkbox-container {
    left: .75rem;
    top: 1rem;
  }
}

.catalog-record {
  margin-bottom: 2rem;
}

.catalog-record .cover {
  padding-top: 0;
}

.catalog-record .article-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.catalog-record .article-heading .cover {
  margin-right: 1rem;
  min-width: 4rem;
  min-height: 6rem;
}

@media screen and (max-width: 28rem) {
  .catalog-record .article-heading .cover {
    display: none;
  }
}

.catalog-record .article-heading .cover img {
  padding: 0.25rem;
  border: 1px solid #ddd;
  max-width: 100%;
}

.catalog-record .article-actions {
  margin: 1rem 0;
  padding: .5rem 1.25rem;
  background: #f9f8f5;
}

.catalog-record .article-actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalog-record .article-actions li + li {
  margin-left: 1rem;
  margin-right: 1rem;
}

.catalog-record .record-citation {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  margin-bottom: 2rem;
}

.catalog-record .similar-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalog-record .similar-items div {
  margin-bottom: 0.5rem;
}

.catalog-record .similar-items dl {
  font-size: 0.85rem;
  /*display: flex;
    flex-flow: row wrap;*/
  display: grid;
  grid-template: auto / auto 1fr;
}

.catalog-record .similar-items dt {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 0.25rem 0.5rem;
  padding-left: 0;
  color: #666;
  text-align: left;
}

.catalog-record .similar-items dd {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 0.25rem 0.5rem;
}

.catalog-record table {
  width: 100%;
  margin: 1rem;
  margin-bottom: 2rem;
}

.catalog-record table.viewability-table tbody tr:nth-child(odd) {
  background-color: #f6f4f1;
}

.catalog-record table th {
  text-align: left;
  font-weight: bold;
}

.catalog-record table.citation th {
  width: 25%;
}

@media only screen and (max-width: 30em) {
  .catalog-record table.citation th {
    display: block;
    width: 100%;
  }
}

.catalog-record table.citation td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media screen and (max-width: 38em) {
  .catalog-record table.citation td {
    display: block;
  }
}

.catalog-record table thead th {
  margin: 0.5rem;
  padding: 0.5rem;
}

.catalog-record table td.original-source {
  font-style: italic;
}

.catalog-record table td .IndItem {
  margin-left: 1em;
}

.collection-container p {
  font-size: 0.9rem;
  margin: .5rem 0;
}

.collection-container p + p {
  margin-top: 1rem;
}

@media screen and (max-width: 28rem) {
  .collection-container form > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .collection-container form > div > div .control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .collection-container form > div > div > div {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (min-width: 820px) {
  .record-container {
    padding: .9rem 1.5rem;
    width: 100%;
  }
  .record-title-and-actions-container {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .add-to-list-checkbox-container {
    left: .75rem;
    top: 1rem;
  }
  .add-to-list-checkbox-container label {
    margin: 0;
  }
  .record-field-list {
    display: table;
    width: 100%;
  }
  .record-field-list .record-field {
    display: table-row;
    margin-top: 0;
  }
  .record-field-list .record-field-name {
    display: table-cell;
    width: 160px;
    padding-right: 1rem;
    color: #4e4e4e;
    font-weight: 400;
  }
  .record-field-uid-format .record-field-name {
    padding-bottom: .25rem;
    margin-right: .5rem;
  }
  .record-field-list .record-field-value {
    display: table-cell;
    word-break: break-word;
  }
  .back-to-results {
    margin-bottom: 1rem;
  }
}

.gt-ie9 .advanced-filters-inner-container {
  display: block;
}

.gt-ie9 .advanced-search-filter-container {
  width: 100%;
}

.gt-ie9 .results-summary-container {
  width: 90%;
}

.gt-ie9 .record {
  max-width: 90%;
}

.listcs-intro {
  font-size: .9rem;
  text-align: left;
  width: 95%;
  margin: auto;
}

.record-title-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.record-title-actions .record-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 29em) {
  .record-title-actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .record-title-actions .record-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .record-title-actions .actions {
    margin: 0.5rem 0 1rem;
  }
}

html#mb-page .results-summary {
  margin-right: 0.5rem;
}

html#mb-page .resource-access-container:empty {
  display: none;
}

html#mb-page .record.record--featured {
  border: 2px solid #ea7612;
  border-radius: 8px;
}

html#mb-page .record.record--owned {
  border: 2px solid #999;
  border-radius: 8px;
}

html#mb-page .record .xbadge {
  margin-left: 0.25rem;
}

html#mb-page .pagination-summary::after {
  content: ": ";
}

html#mb-page .pagination-summary:empty {
  display: none;
}

html#mb-page .active-filters--empty [class*=active-filters] {
  display: none;
}

html#mb-page .sidebar-container .filter-list-container ul li.filter-item:nth-child(n+6) {
  display: list-item;
}

html#mb-page label[aria-role="radio"] {
  -moz-user-focus: normal;
}

html#mb-page .xbadge-secondary {
  color: #fff;
  background-color: #6c757d;
}

html#mb-page .actions {
  white-space: nowrap;
}

html#mb-page .actions button, html#mb-page .actions span {
  margin-right: 0.25rem;
}

.advanced-search-form {
  margin-bottom: 2rem;
}

.advanced-search-form h3 {
  margin: 1rem 0;
}

.advanced-search-form button[kind="primary"] {
  margin: 2rem 0;
}

.advanced-search-form > fieldset {
  margin: 1rem 0;
}

.advanced-input {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.advanced-heading {
  margin: 1rem 0;
  font-weight: 600;
}

@media (max-width: 820px) {
  .advanced-heading {
    margin: .5rem 0;
  }
}

.advanced-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 820px) {
  .advanced-input-container {
    display: block;
  }
  .advanced-input-container .advanced-field-select {
    width: 100%;
    margin-bottom: .5rem;
  }
}

.advanced-search-button-container {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advanced-search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advanced-search-button .icon {
  margin-right: .5rem;
}

.advanced-add-field-container {
  margin-top: 1.5rem;
}

.advanced-field-select {
  margin-right: 1rem;
  min-width: 12rem;
  width: auto;
}

.advanced-search-filters-container {
  margin-top: 2rem;
  border-top: 2px solid #e5e5e5;
}

.advanced-search-filter-container {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  .advanced-search-filter-container {
    width: calc(50% - 1rem);
  }
}

.advanced-filter-inner-container {
  border-radius: 4px;
}

.advanced-filter-label-text {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: .5rem;
}

.advanced-filters-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -2rem;
}

.advanced-filter-fieldset select {
  width: 100%;
}

.advanced-fields-container {
  padding: 1.5rem;
  border-radius: 4px;
}

.advanced-input-remove-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.advanced-input-remove-container > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.advanced-field-container fieldset {
  margin: 1rem 0;
}

.advanced-field-container fieldset:first-child {
  margin-top: 0;
}

@media (min-width: 600px) {
  .advanced-field-container fieldset {
    text-align: center;
  }
}

.multiselect {
  border-radius: 4px;
}

input.multiselect-search {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.multiselect-options {
  margin: 0;
  margin-top: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: .5rem;
  background: #fff;
  height: 22rem;
  overflow-y: scroll;
}

.multiselect-options .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9rem;
  cursor: pointer;
  padding-right: 1rem;
}

.multiselect-options-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.multiselect-options-list-item {
  margin: 0;
  padding: 0;
  position: relative;
}

.multiselect-options-list-item label {
  margin: 0;
  width: 100%;
}

.multiselect-options-list-item .checkbox {
  margin-top: .15rem;
}

.multiselect-options-list-item .checkbox-label:hover .filter-name {
  text-decoration: underline;
}

.multiselect-show-checked-toggle {
  margin-top: .5rem;
  font-size: .9rem;
}

.date-range-input fieldset {
  text-align: left;
}

input.date-range-input-text {
  margin-top: 1rem;
  margin-right: 1rem;
  width: 40%;
}

.date-range-input .switch-options {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.date-range-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.date-range-input-text:first-child {
  margin-right: 1rem;
}

.choice-container {
  text-align: center;
}

.choice-container > div {
  display: inline-block;
}

.drupal h1, .drupal h2 {
  margin: 1rem 0;
}

.drupal h3 span[style*='font-size: small'] {
  font-size: 1rem !important;
}

.drupal .block .menu li {
  margin-bottom: 0.5rem;
}

.drupal #search-box input[type="search"] {
  font-size: 1rem;
  height: auto;
}

.drupal section #search-box input[type="search"] {
  font-size: 1rem;
  height: auto;
}

.drupal section #edit-keys {
  width: auto;
}

.drupal section .form-item-search-block-form label.element-invisible {
  display: block !important;
  font-weight: bold;
  clip: unset;
  height: auto;
  position: static !important;
}

.drupal section .node p, .drupal section .node ul {
  font-size: 1rem !important;
  font-family: inherit !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.drupal section .node p a, .drupal section .node ul a {
  vertical-align: top;
  display: inline;
}

.drupal section .node table {
  width: 100%;
  margin: 1rem 0;
  border-top: 1px solid #ccc;
}

.drupal section .node table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
  font-weight: bold;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.drupal section .node table[border] {
  border: 1px solid #ccc;
}

.drupal section .node table[border] tr {
  border: 1px solid #ccc;
}

.drupal section .node table[border] tr td, .drupal section .node table[border] tr th {
  padding: 1rem;
}

.drupal section .node table[border] tr td {
  border: 1px solid #ccc;
}

.drupal section .chart td {
  margin: 0;
}

.drupal section p {
  margin-bottom: 1rem;
}

.drupal section ul.inline {
  margin-left: 0;
}

.home {
  /* line 399, ../sass/homepage.scss */
  /* line 404, ../sass/homepage.scss */
  /* line 409, ../sass/homepage.scss */
  /* line 416, ../sass/homepage.scss */
  /* line 431, ../sass/homepage.scss */
  /* line 462, ../sass/homepage.scss */
  /* line 518, ../sass/homepage.scss */
  /* line 524, ../sass/homepage.scss */
  /* line 534, ../sass/homepage.scss */
  /* line 538, ../sass/homepage.scss */
  /* line 546, ../sass/homepage.scss */
  /* line 554, ../sass/homepage.scss */
  /* line 560, ../sass/homepage.scss */
  /* line 568, ../sass/homepage.scss */
  /* line 576, ../sass/homepage.scss */
  /* line 578, ../sass/homepage.scss */
  /* line 586, ../sass/homepage.scss */
  /* line 591, ../sass/homepage.scss */
  /* line 596, ../sass/homepage.scss */
  /* line 607, ../sass/homepage.scss */
  /* line 612, ../sass/homepage.scss */
  /* line 619, ../sass/homepage.scss */
  /* line 624, ../sass/homepage.scss */
  /* line 646, ../sass/homepage.scss */
  /* line 649, ../sass/homepage.scss */
  /* line 663, ../sass/homepage.scss */
  /* line 671, ../sass/homepage.scss */
  /* line 673, ../sass/homepage.scss */
  /* line 678, ../sass/homepage.scss */
  /* line 680, ../sass/homepage.scss */
  /* line 685, ../sass/homepage.scss */
  /* line 687, ../sass/homepage.scss */
  /* TWITTER */
}

.home .container.container-boxed {
  width: 100%;
}

.home main a.action-login {
  background: #fdd116;
  color: #000;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  border: 1px solid #bbb;
  border-color: #00000026 #00000026 #00000040;
  text-decoration: none;
  font-size: 1.25rem;
  display: block;
  margin-right: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.home a.action-login:hover {
  background: #fde26e;
  border-color: #666;
  /* #fcde5b; */
}

.home .what-to-search-hint {
  margin-top: 1.25rem;
  text-align: right;
  font-size: .9rem;
  font-style: italic;
}

.home .login-banner {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 11rem;
  padding: 1rem;
  font-size: 95%;
  background: rgba(253, 209, 22, 0.2);
  vertical-align: top;
  border-top: none;
  position: relative;
  height: 100%;
}

.home .login-banner.not-logged-in:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0;
  width: 0;
  height: 0;
  left: 0;
  bottom: 100%;
  border-bottom-width: 3.4rem;
  border-bottom-style: solid;
  border-bottom-color: rgba(253, 209, 22, 0.2);
  border-left-width: 5.5rem;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 5.5rem;
  border-right-style: solid;
  border-right-color: transparent;
}

.home .login-banner-hide {
  display: none;
}

.home .blurb {
  max-width: 20rem;
}

.home .feature {
  width: 11rem;
  font-size: .9rem;
  padding: .75rem;
}

.home .feature.download {
  background: rgba(253, 209, 22, 0.2);
}

.home #options #stripes .feature a.browse,
.home #options #stripes .feature a.online,
.home #options #stripes .feature a.mobile,
.home #options #stripes .feature .download {
  /* images-button things */
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.5rem;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  padding-bottom: 0.5rem;
  height: 12rem;
  color: #b15a0d;
  line-height: 1.2rem;
  font-size: .9rem;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url("/common/unicorn/img/homepage/browse.png");
  background-repeat: no-repeat;
  background-position: 50% 15px;
}

.home #options #stripes .feature a.browse:hover,
.home #options #stripes .feature a.online:hover,
.home #options #stripes .feature a.mobile:hover {
  /* images-button things hover */
  background-color: #fffefb;
  color: #AF590D;
}

.home #options #stripes .feature a.online {
  background-image: url("/common/unicorn/img/homepage/read-online.png");
}

.home #options #stripes .feature a.mobile {
  background-image: url("/common/unicorn/img/homepage/read-mobile.png");
}

.home #options #stripes .download {
  /*      width: 14rem ;
    height: 200px ;
    height: 20rem ;
*/
  text-align: center;
  background: rgba(253, 209, 22, 0.2);
  border-color: transparent;
}

.home #options #stripes .feature div {
  background: #FFFEFB;
  background: rgba(255, 254, 251, 0.75);
  border: 1px solid #e8e4e4;
  border-radius: 6px;
  height: 12rem;
  /*        height: 175px;
      height: 17.5rem;*/
}

.home #options #stripes .download div {
  background: url("/common/unicorn/img/homepage/download.png") no-repeat 50% 15px;
  /*png24*/
  /*height: 141px;*/
  border-color: transparent;
}

.home #options #stripes .download .task {
  display: block;
  padding-top: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0;
  color: #696969;
  line-height: 1.2em;
  font-size: .9rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.home #options #stripes .download .footnote {
  /* asterisked text */
  display: block;
  margin: .5rem;
  /*margin-left: 1rem ;
    margin-right: 1rem ;*/
  color: #333234;
  font-style: italic;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  letter-spacing: .1em;
  font-size: .8rem;
}

.home #options #stripes .feature p {
  padding: 0.5rem;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  font-size: 0.9em;
  color: #424242;
  line-height: 1.2em;
  text-align: center;
  margin-top: -4rem;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 0.4rem ;
    min-height: 6.5rem ;*/
}

.home #stripes {
  background: #f9f8f5 url("/common/unicorn/img/homepage/stripes.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 1rem;
  margin-right: 0.25rem;
}

.home #arrow-xx {
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 0.1875rem;
  width: 0;
  background: transparent;
  border-bottom: 7.5rem solid #f9f8f5;
  border-top: 7.5rem solid #f9f8f5;
  border-right: 8.5rem solid transparent;
}

.home #stripes {
  margin-left: 0;
}

.home #arrow {
  width: 10rem;
  /*border: 1px solid green;*/
  margin-left: 1rem;
  position: relative;
  background: #f9f8f5 url("/common/unicorn/img/homepage/stripes.png");
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.home #arrow-zzz::before {
  display: block;
  content: "";
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 6.5rem solid #f9f8f5;
  border-top: 6.5rem solid #f9f8f5;
  border-right: 9.5rem solid transparent;
}

.home #news-projects {
  background: #f0f0ef;
  font-size: 1rem;
  width: 100%;
}

.home #news-projects ul li {
  display: inline;
  float: left;
  width: 15rem;
}

.home #news-projects .news-inner-xx {
  display: table;
  padding: 0;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 0;
  width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.home #news-projects .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64rem;
  margin: 0 auto;
  padding: 1.5rem 0 1rem;
}

.home #news-projects .news-inner h3 {
  font-size: 1rem;
}

.home #news-projects .news-inner h1 {
  margin-bottom: 1rem;
  font-size: .9rem;
  font-weight: bold;
  color: #6b6a6b;
  text-transform: uppercase;
}

.home #news-projects .news-inner h2 {
  margin-bottom: .75rem;
  font-size: .8rem;
  font-weight: bold;
  color: #39383a;
}

.home #news-projects .news-inner p {
  font-size: .9rem;
  color: #39383a;
}

.home #news-projects .news-inner .headline {
  color: #6b6a6b;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}

.home #news-projects .news-inner .left {
  padding-right: 1rem;
  border-right: 1px solid #dddddd;
  border-right-width: 1px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.home #news-projects .news-inner .left > div {
  padding-left: 0;
}

.home #news-projects .news-inner .left ul.more {
  /*margin-top: 1rem;*/
  margin-right: 1.5rem;
  font-size: 0.9rem;
  /*text-align: right;*/
}

.home #news-projects .news-inner .right {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 11px;
}

.home #news-projects .news-inner .right > div {
  padding-left: 1.2rem;
  padding-right: 0;
}

.home #news-projects .news-inner .right .latest-tweet {
  background: #fff;
  padding: 1rem;
  position: relative;
  border: 5px solid white;
  border-size: 5px;
  border-size: 0.5rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 1px 10px;
}

.home #news-projects .news-inner .right .latest-tweet p {
  color: #39383a;
  margin-top: 0;
}

.home #news-projects .news-inner .right .latest-tweet p .timestamp {
  text-transform: uppercase;
  color: #7f7e7f;
}

.home #news-projects .news-inner .right .latest-tweet > a {
  text-align: right;
  display: block;
}

.home #news-projects .news-inner .right .latest-tweet::before {
  top: -1.2rem;
  bottom: auto;
  left: auto;
  right: 2.5rem;
  border-width: 1rem;
  border-top-width: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-color: white transparent;
  display: block;
  width: 0;
}

.home #news-projects .news-inner .social .buttons {
  /*margin-top: 0;
    margin-bottom: 1.5rem ;*/
  margin-bottom: 1rem;
}

.home #news-projects .news-inner .social .buttons a {
  font-size: 1.1rem;
  text-decoration: none;
  border-bottom: none;
  width: 1rem;
  height: 1rem;
  padding: 0.4rem;
  margin-right: 0.25rem;
  padding-left: 0;
  padding-top: 0;
  display: inline-block;
}

.home #news-projects .news-inner .social .buttons a span {
  text-indent: -9000px;
  clip: rect(0, 0, 0, 0);
  display: inline-block;
}

.home #news-projects .news-inner .social .buttons .twitter-link {
  color: #4099ff;
}

.home #news-projects .news-inner .social .buttons .twitter-link:hover {
  color: #60a9fe;
}

.home #news-projects .news-inner .social .buttons .pinterest-link {
  color: #e00002;
}

.home #news-projects .news-inner .social .buttons .pinterest-link:hover {
  color: #f20103;
}

.home #news-projects .news-inner .social .buttons .facebook-link {
  color: #3b5998;
}

.home #news-projects .news-inner .social .buttons .facebook-link:hover {
  color: #4265ad;
}

.home #news-projects .social {
  /*margin-left: 2rem;*/
  min-width: 10rem;
}

.home #news-projects .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home p.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.home .latest-tweet .view-id-tweets {
  overflow: hidden;
  font-size: 1rem;
  color: #39383a;
}

.home .twitter_profile_image {
  float: left;
  padding: 0.5rem 0 0.5rem 0;
}

.home .twitter_nameinfo {
  float: left;
  margin: 1rem 1rem 0 1rem;
}

.home .twitter_name {
  font-weight: bold;
  padding-right: 1rem;
}

.home .twitter_time {
  float: left;
  padding: 0.5rem 1rem 0 0;
  font-size: 0.8rem;
  clear: both;
}

.home .twitter_body {
  float: left;
  line-height: normal;
}

.home .twitter_body a {
  padding-right: 0.25rem;
}

.home .twitter_text {
  float: left;
}

.home .twitter_intents {
  float: left;
  padding-top: 1rem;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[data-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

:root {
  --background: #39383a;
}

footer {
  background: #39383a;
  color: #d0cfcd;
  grid-area: footer;
  z-index: 1;
}

footer nav {
  padding: 0 0.5rem;
  max-width: 62rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer nav ul li {
  padding: 0;
  margin: 0;
}

footer nav ul li a {
  padding: 0.5rem 0.5rem;
  margin: 0.25rem 0.25rem 0.25rem;
  color: white;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}

footer nav ul li a:hover {
  background: #6b6a6b;
  color: #fcfcfc;
}

header {
  background: #39383a;
  color: #d0cfcd;
  grid-area: header;
  z-index: 25;
}

header nav {
  padding: 0 0.5rem;
  max-width: 62rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav ul li {
  padding: 0;
  margin: 0;
}

header nav ul li > span {
  padding: 0.5rem 0.5rem;
  margin: 0.25rem 0.25rem 0.25rem;
  display: block;
}

header nav ul a {
  padding: 0.5rem 0.5rem;
  margin: 0.25rem 0.25rem 0.25rem;
  color: white;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}

header nav ul a:hover {
  background: #6b6a6b;
  color: #fcfcfc;
}

header nav ul a.action-login {
  background: #fdd116;
  color: #000;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  border: 1px solid #bbb;
  border-color: #00000026 #00000026 #00000040;
  text-transform: uppercase;
}

header nav ul a.action-login::hover {
  background: #fde26e;
  border-color: #fcde5b;
}

li.menu.nav-links > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

li.menu.nav-links > a {
  display: none;
}

li.menu.nav-links li.menu {
  position: relative;
}

li.menu.nav-links li.menu > ul {
  display: none;
}

li.menu.nav-links li.menu > ul {
  display: none;
}

a[aria-expanded="true"] + ul {
  position: absolute;
  z-index: 1000;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #39383a;
}

a[aria-expanded="true"] + ul li.only-collapsed {
  display: list-item;
}

a[aria-expanded="true"] + ul .not-collapsed {
  display: none !important;
}

a[aria-expanded="true"] + ul a[aria-expanded] {
  cursor: default;
  opacity: 0.75;
}

a[aria-expanded="true"] + ul a[aria-expanded]:hover {
  background: transparent;
}

a[aria-expanded="true"] + ul a[aria-expanded] .caret {
  display: none;
}

a[aria-expanded="true"] + ul ul {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.home-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-link::before {
  background-image: url(/common/unicorn/img/HT-logo-square-sm.png);
  background-repeat: no-repeat;
  content: "";
  display: none;
  border: 1px dotted transparent;
  height: 35px;
  width: 37px;
  padding: 0;
  margin-right: 0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.on-for-narrow {
  display: none;
}

html[data-app="pt"] .home-link::before {
  display: block;
}

html[data-app="pt"] .container-header {
  display: none !important;
}

html[data-app="pt"] li.on-for-pt {
  display: list-item !important;
}

@media screen and (max-width: 62em) {
  html[data-app="pt"] li.item-vanishing {
    display: none !important;
  }
}

@media screen and (max-width: 53em) {
  .logo {
    display: none;
  }
  .search-modal-content {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
  }
  .home-link::before {
    display: block;
  }
  li.menu.nav-links > a {
    display: block;
  }
  li.menu.nav-links > ul {
    display: none;
  }
  li.menu.nav-links li.menu > a {
    text-decoration: none;
  }
  li.menu.nav-links li.menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  li.menu.nav-links li.menu > ul a {
    text-indent: 1rem;
  }
  li.item-vanishing {
    display: none !important;
  }
}

@media screen and (max-width: 47rem) {
  li.on-for-narrow {
    display: list-item;
  }
  html:not([data-app="ls"]):not([data-app="catalog"]) .container-header {
    display: none;
  }
  html[data-app="ls"] .on-for-pt.on-for-narrow, html[data-app="catalog"] .on-for-pt.on-for-narrow, html[data-app="home"] .on-for-pt.on-for-narrow {
    display: none;
  }
}

.on-for-narrowest {
  display: none;
}

@media screen and (max-width: 38em) {
  nav #login-link {
    font-size: 1rem;
  }
  .search-modal-content #ht-search-form > div {
    display: block !important;
  }
  .search-modal-content #ht-search-form > div label[for="q1"] {
    position: static !important;
    height: auto;
    width: auto;
    display: block;
    clip: reset;
  }
  .search-modal-content #ht-search-form > div #action-search-hathitrust {
    margin-bottom: 1rem;
  }
  .search-modal-content #ht-search-form .global-search-links {
    margin-top: 0 !important;
  }
  .off-for-narrowest {
    display: none;
  }
  .home-link::before {
    margin-right: 0;
  }
  .offscreen-for-narrowest {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  li.on-for-narrowest {
    display: list-item;
  }
  header nav ul li {
    margin-left: -0.5rem;
  }
  header nav ul li + li {
    margin-left: 0;
  }
}

@media screen and (max-width: 20em) {
  header nav {
    padding: 0.5rem;
  }
  header nav a,
  header nav button {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}

@media (min-width: 62em) {
  body {
    min-width: 62rem;
  }
  .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar-container {
    max-width: 18rem;
  }
  .for-mobile {
    display: none !important;
  }
  main > .container {
    min-width: 62rem;
  }
}

@media only screen and (max-width: 62em) {
  html, body {
    overflow-x: hidden;
  }
  #root {
    overflow-x: hidden;
    width: 100vw;
  }
  .for-mobile {
    display: block;
  }
  .not-mobile {
    display: none !important;
  }
  .container-medium {
    width: auto;
    max-width: 100vw;
  }
  #sidebar:not(.sidebar-container--right) {
    background: #fff;
  }
  .btn.for-mobile {
    display: inline-block;
  }
  main.main-container {
    padding: 0;
    display: block;
  }
  main.main-container > .container.container-boxed {
    margin: 0;
    margin-top: 0 !important;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    border: 0;
  }
  .container-boxed .section-container {
    margin: 1rem;
  }
  #sidebar:not(.sidebar-container--right) {
    max-width: none;
    min-width: 0;
    width: 95%;
    max-height: 100vh;
    overflow: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-bottom: 0.5rem;
    z-index: 1;
  }
  #sidebar:not(.sidebar-container--right) button.sidebar-toggle-button[aria-expanded] {
    background: #444;
    border-top: 1px solid #fff;
    color: #fff;
  }
  #sidebar:not(.sidebar-container--right) button.sidebar-toggle-button[aria-expanded] i.icomoon.icomoon-sidebar-toggle::before {
    content: "\ea43";
    font-size: 1.5rem;
  }
  #sidebar:not(.sidebar-container--right) button.sidebar-toggle-button[aria-expanded][aria-expanded="true"] {
    margin-bottom: 1rem;
  }
  #sidebar:not(.sidebar-container--right) button.sidebar-toggle-button[aria-expanded][aria-expanded="true"] i.icomoon.icomoon-sidebar-toggle::before {
    content: "\ea41";
  }
  #sidebar:not(.sidebar-container--right) button[aria-expanded="false"] ~ * {
    display: none;
  }
  #sidebar:not(.sidebar-container--right) .scrollable {
    overflow: visible;
    padding-bottom: 1rem;
    margin-bottom: 10rem;
  }
  #sidebar:not(.sidebar-container--right) .panel {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 62em) and (max-width: 62rem) {
  #sidebar:not(.sidebar-container--right) {
    max-height: none;
  }
}

@media only screen and (max-width: 62em) {
  .sidebar-toggle {
    display: none;
  }
  footer {
    display: none !important;
  }
  .modal__overlay {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 50;
  }
  .modal__container:not(.modal__container--square) {
    max-height: 100%;
    border-radius: 0;
    display: grid;
    grid-template: "header" auto "main" 1fr "footer" auto/minmax(0, 1fr);
  }
  .modal__content {
    max-height: none;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .modal__header, .modal__footer {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .panel.options li {
    text-align: center;
  }
  .panel.options button {
    width: 100%;
    max-width: 30rem;
    text-align: center;
  }
  .panel.options button i.icomoon {
    margin-right: 0.25rem;
  }
  .panel.options button > span {
    white-space: nowrap;
    display: inline-block;
  }
  .form-inline input[type="text"], .form-inline button {
    display: block;
    margin-left: 0;
  }
  .form-inline input[type="text"] + button {
    margin-left: 0;
  }
  nav.pagination-container {
    display: block;
  }
  nav.pagination-container .page-advance-link {
    text-align: left;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width: 62rem) {
  main .container:not(.container-boxed) {
    margin-top: 0 !important;
  }
  #ht-search-form {
    margin-top: 1rem;
  }
  html[data-sidebar-expanded="true"] #sidebar:not(.sidebar-container--right) {
    -webkit-box-shadow: 0px 3px 4px 5px rgba(0, 0, 0, 0.29);
            box-shadow: 0px 3px 4px 5px rgba(0, 0, 0, 0.29);
  }
  html[data-sidebar-expanded="true"] #sidebar:not(.sidebar-container--right) button.sidebar-toggle-button[aria-expanded][aria-expanded="true"] {
    left: 0;
    width: 100%;
  }
}

.logo {
  width: 14rem;
  padding-right: 2rem;
}

.logo a {
  background-image: url(/common/unicorn/img/HT-logo.png);
  background-repeat: no-repeat;
  display: block;
  border: 1px dotted transparent;
  height: 4.75rem;
}

.logo a:hover {
  border: 1px dotted #924a0b;
}

.wait-for-it {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1000;
}

.wait-for-it::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: wait-u60529e3f 1s linear alternate infinite;
  animation: wait-u60529e3f 1s linear alternate infinite;
  top: 50%;
  margin: 0 auto 0;
}

@-webkit-keyframes wait-u60529e3f {
  0% {
    -webkit-box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
    box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
  }
  25% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
    box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
  }
  50% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
    box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
  }
  75% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.751);
    box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.751);
  }
  100% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 2px #EF7C22;
    box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 2px #EF7C22;
  }
}

@keyframes wait-u60529e3f {
  0% {
    -webkit-box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
    box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
  }
  25% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
    box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
  }
  50% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
    box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 0 rgba(239, 124, 34, 0.751);
  }
  75% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.751);
    box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.751);
  }
  100% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 2px #EF7C22;
    box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.751), -30px 40px 0 0 rgba(239, 124, 34, 0.751), 0 40px 0 0 rgba(239, 124, 34, 0.751), 30px 40px 0 0 rgba(239, 124, 34, 0.751), 60px 40px 0 2px #EF7C22;
  }
}
