/**
 * Copyright (c) 2021 OCLC, Inc. All Rights Reserved.
 *
 * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * this notice.
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

@charset "UTF-8";
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
a:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* (private) Meta-Mixins */
/*****************************************************/
/*****************************************************/
/* Mixins */
/*****************************************************/
.core-alert, .core-alert-info, .core-alert-warn, .core-alert-error, .core-alert-success {
  padding: 10px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.core-alert-success {
  background-color: #d6edc9;
}

.core-alert-error {
  background-color: #ffbfbe;
}

.core-alert-warn {
  background-color: #fff08c;
}

.core-alert-info {
  background-color: #d0e8f0;
}

.core-alert-icon {
  display: table-cell;
  vertical-align: top;
}

.core-alert-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

.core-alert-content a {
  color: inherit;
}

.core-alert-content p {
  margin: 0;
  padding: 0;
}

.core-alert-content p + p,
.core-alert-content ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* (private) Meta-Mixins */
/*****************************************************/
/*****************************************************/
/* Mixins */
/*****************************************************/
.core-badge, .core-badge-error, .core-badge-warn, .core-badge-info, .core-badge-success, .core-badge-standard {
  padding: 0.22222rem 0.44444rem 0.33333rem;
  white-space: nowrap;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: baseline;
  line-height: 1;
  color: #434343;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
}

.core-badge-standard {
  background-color: #CCC;
}

.core-badge-success {
  background-color: #d6edc9;
}

.core-badge-info {
  background-color: #d0e8f0;
}

.core-badge-warn {
  background-color: #fff08c;
}

.core-badge-error {
  background-color: #ffbfbe;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/*****************************************************/
/* Global Helper Classes */
/*****************************************************/
.core-disabled, .core-form fieldset.core-disabled, .core-button-subtle.core-disabled, .core-button-primary.core-disabled, .core-button-standard.core-disabled {
  cursor: not-allowed !important;
  background: #EDEDED;
  color: #888;
}
.core-disabled:hover, .core-form fieldset.core-disabled:hover, .core-disabled:active, .core-form fieldset.core-disabled:active {
  background: #EDEDED;
  color: #888;
}

.core-expanded {
  width: 100% !important;
}

.core-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.core-visible {
  position: inherit;
  top: inherit;
  left: inherit;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* functions */
/*****************************************************/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* (private) Meta-Mixins */
/*****************************************************/
/*****************************************************/
/* Mixins */
/*****************************************************/
.core-button, .core-button-subtle, a.core-button-subtle, .core-button-primary, a.core-button-primary, .core-button-standard,
a.core-button-standard {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.875rem;
  vertical-align: baseline;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 0.35rem 1.5rem;
  height: 35px;
  line-height: 1.25rem;
  border: 1px solid transparent;
  /* prevents webkit from flashing once button is clicked */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.core-button.core-sm, .core-sm.core-button-subtle, .core-sm.core-button-primary, .core-sm.core-button-standard {
  height: 30px;
  line-height: 1rem;
  padding: 0.35rem 1rem;
}
.core-button.core-lg, .core-lg.core-button-subtle, .core-lg.core-button-primary, .core-lg.core-button-standard {
  height: 40px;
  padding: 0.55rem 1.75rem;
}

.core-icon + .core-button-text, .core-button-text + .core-icon {
  padding-left: 0.5rem;
}

/*****************************************************/
/* Default Button */
/*****************************************************/
.core-button-standard, .core-button-standard:link, .core-button-standard:visited,
a.core-button-standard,
a.core-button-standard:link,
a.core-button-standard:visited {
  background-color: #efefef;
  border-color: #bbb;
  color: #434343;
}
.core-button-standard:hover,
a.core-button-standard:hover {
  background-color: #434343;
  border-color: #434343;
  color: #fff;
}
.core-button-standard:active, .core-button-standard.core-active,
a.core-button-standard:active,
a.core-button-standard.core-active {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
/*****************************************************/
/* Primary Button */
/*****************************************************/
.core-button-primary, a.core-button-primary {
  background: #434343;
  color: #fff;
}
.core-button-primary:hover, a.core-button-primary:hover {
  background: #2178B5;
}
.core-button-primary:active, .core-button-primary.core-active, a.core-button-primary:active, a.core-button-primary.core-active {
  background: #185580;
}
.core-button-primary .core-badge, .core-button-primary .core-badge-standard, .core-button-primary .core-badge-success, .core-button-primary .core-badge-info, .core-button-primary .core-badge-warn, .core-button-primary .core-badge-error, a.core-button-primary .core-badge {
  background-color: #fff;
  color: #434343;
}

/*****************************************************/
/* Subtle Button */
/*****************************************************/
.core-button-subtle, a.core-button-subtle {
  background: transparent;
  border-color: #bbb;
  color: #434343;
}
.core-button-subtle:hover, a.core-button-subtle:hover {
  background: #CCC;
}
.core-button-subtle:active, .core-button-subtle.core-active, a.core-button-subtle:active, a.core-button-subtle.core-active {
  border-color: #434343;
  background: #434343;
  color: #fff;
}
.core-button-icon {
  padding: 0.35rem 1rem;
}

.core-button-icon-text {
  padding: 0.35rem 1.5rem 0.35rem 1rem;
}

/*****************************************************/
/* Split Button */
/*****************************************************/
.core-split-button .core-button.core-dropdown-toggle, .core-split-button .core-dropdown-toggle.core-button-standard, .core-split-button .core-dropdown-toggle.core-button-primary, .core-split-button .core-dropdown-toggle.core-button-subtle {
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.core-split-button .core-dropdown-options {
  margin: 0;
}

/*****************************************************/
/* Button Group */
/*****************************************************/
.core-group, .core-button-group-stacked, .core-button-group {
  margin: 0 7px 3px 0;
  display: inline-block;
  vertical-align: middle;
}
.core-group.core-sm .core-button, .core-sm.core-button-group-stacked .core-button, .core-sm.core-button-group .core-button, .core-group.core-sm .core-button-standard, .core-sm.core-button-group-stacked .core-button-standard, .core-sm.core-button-group .core-button-standard, .core-group.core-sm .core-button-primary, .core-sm.core-button-group-stacked .core-button-primary, .core-sm.core-button-group .core-button-primary, .core-group.core-sm .core-button-subtle, .core-sm.core-button-group-stacked .core-button-subtle, .core-sm.core-button-group .core-button-subtle {
  height: 30px;
  padding: 0.35rem 1rem;
  line-height: 1rem;
}
.core-group.core-lg .core-button, .core-lg.core-button-group-stacked .core-button, .core-lg.core-button-group .core-button, .core-group.core-lg .core-button-standard, .core-lg.core-button-group-stacked .core-button-standard, .core-lg.core-button-group .core-button-standard, .core-group.core-lg .core-button-primary, .core-lg.core-button-group-stacked .core-button-primary, .core-lg.core-button-group .core-button-primary, .core-group.core-lg .core-button-subtle, .core-lg.core-button-group-stacked .core-button-subtle, .core-lg.core-button-group .core-button-subtle {
  height: 40px;
  padding: 0.55rem 1.75rem;
}
.core-group .core-button, .core-button-group-stacked .core-button, .core-button-group .core-button, .core-group .core-button-standard, .core-button-group-stacked .core-button-standard, .core-button-group .core-button-standard, .core-group .core-button-primary, .core-button-group-stacked .core-button-primary, .core-button-group .core-button-primary, .core-group .core-button-subtle, .core-button-group-stacked .core-button-subtle, .core-button-group .core-button-subtle {
  margin: 0;
  height: 35px;
  padding: 0.35rem 1.5rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.core-group .core-dropdown .core-dropdown-options, .core-button-group-stacked .core-dropdown .core-dropdown-options, .core-button-group .core-dropdown .core-dropdown-options {
  margin: 0;
}

.core-button-group.core-sm .core-dropdown .core-button, .core-button-group.core-sm .core-dropdown .core-button-standard, .core-button-group.core-sm .core-dropdown .core-button-primary, .core-button-group.core-sm .core-dropdown .core-button-subtle {
  padding: 0.35em 1.75em;
}
.core-button-group .core-dropdown {
  display: inline-block;
}
.core-button-group .core-button, .core-button-group .core-button-standard, .core-button-group .core-button-primary, .core-button-group .core-button-subtle {
  margin-left: -1px;
  border: 1px solid #bbb;
}
.core-button-group > .core-button:first-child, .core-button-group > .core-button-standard:first-child, .core-button-group > .core-button-primary:first-child, .core-button-group > .core-button-subtle:first-child,
.core-button-group .core-dropdown:first-child > .core-button,
.core-button-group .core-dropdown:first-child > .core-button-standard,
.core-button-group .core-dropdown:first-child > .core-button-primary,
.core-button-group .core-dropdown:first-child > .core-button-subtle {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.core-button-group > .core-button:last-child, .core-button-group > .core-button-standard:last-child, .core-button-group > .core-button-primary:last-child, .core-button-group > .core-button-subtle:last-child,
.core-button-group .core-dropdown:last-child > .core-button,
.core-button-group .core-dropdown:last-child > .core-button-standard,
.core-button-group .core-dropdown:last-child > .core-button-primary,
.core-button-group .core-dropdown:last-child > .core-button-subtle {
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.core-button-group-stacked .core-button, .core-button-group-stacked .core-button-standard, .core-button-group-stacked .core-button-primary, .core-button-group-stacked .core-button-subtle {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  margin-top: -1px;
  border: 1px solid #bbb;
}
.core-button-group-stacked .core-dropdown {
  display: block;
  float: none;
  width: 100%;
}
.core-button-group-stacked > .core-button:first-child, .core-button-group-stacked > .core-button-standard:first-child, .core-button-group-stacked > .core-button-primary:first-child, .core-button-group-stacked > .core-button-subtle:first-child,
.core-button-group-stacked .core-dropdown:first-child > .core-button,
.core-button-group-stacked .core-dropdown:first-child > .core-button-standard,
.core-button-group-stacked .core-dropdown:first-child > .core-button-primary,
.core-button-group-stacked .core-dropdown:first-child > .core-button-subtle {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.core-button-group-stacked > .core-button:last-child, .core-button-group-stacked > .core-button-standard:last-child, .core-button-group-stacked > .core-button-primary:last-child, .core-button-group-stacked > .core-button-subtle:last-child,
.core-button-group-stacked .core-dropdown:last-child > .core-button,
.core-button-group-stacked .core-dropdown:last-child > .core-button-standard,
.core-button-group-stacked .core-dropdown:last-child > .core-button-primary,
.core-button-group-stacked .core-dropdown:last-child > .core-button-subtle {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* (private) Meta-Mixins */
/*****************************************************/
/*****************************************************/
/* Mixins */
/*****************************************************/
.core-dropdown {
  position: relative;
  display: inline-block;
}

.core-dropdown .core-button-primary {
  padding: 0.35rem 1.5rem 0.35rem 0.85rem;
}
.core-dropdown .core-button-primary:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFF;
  margin: 0.5rem 0 0 0.5rem;
}

.core-dropdown .core-button-standard {
  padding: 0.35rem 1.5rem 0.35rem 0.85rem;
  border-color: #AAAAAA;
}
.core-dropdown .core-button-standard:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #434343;
  margin: 0.5rem 0 0 0.5rem;
}
.core-dropdown .core-button-standard:hover:after, .core-dropdown .core-button-standard:active:after, .core-dropdown .core-button-standard.core-active:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFF;
}

.core-button-primary.core-dropdown-toggle {
  padding: 0.35rem 0.4rem 0.35rem 0.4rem;
}
.core-button-primary.core-dropdown-toggle:after {
  position: static;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFF;
  margin: 0;
}

.core-button-standard.core-dropdown-toggle {
  padding: 0.35rem 0.4rem 0.35rem 0.4rem;
  border-color: #AAAAAA;
}
.core-button-standard.core-dropdown-toggle:after {
  position: static;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #434343;
  margin: 0;
}
.core-button-standard.core-dropdown-toggle:hover:after, .core-button-standard.core-dropdown-toggle:active:after, .core-button-standard.core-dropdown-toggle.core-active:after {
  position: static;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFF;
}

.core-button-primary.core-dropdown-toggle:after,
.core-button-standard.core-dropdown-toggle:after {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.core-dropdown-option {
  color: #434343;
}
.core-dropdown-option a {
  color: inherit;
  text-decoration: none;
}
.core-dropdown-option:hover, .core-dropdown-option:active,
.core-dropdown-option .core-active {
  background: #434343;
  color: #FFF;
}
.core-dropdown-option .core-action {
  width: 100%;
  display: inline-block;
  padding: 0.1rem 0.9rem;
}
.core-dropdown-option .core-action .core-icon {
  margin-right: 0.4rem;
  margin-left: 0;
}

.core-dropdown-options {
  display: none;
  padding: 0;
  list-style: none;
  position: absolute;
  background: #fff;
  min-width: 10rem;
  margin: 0.1rem 0 0 0.2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #989898;
  z-index: 100;
  overflow: hidden;
  padding: 0.35rem 0;
}
.core-dropdown-options.core-active {
  display: block;
}

.core-dropdown-alternate-alignment,
.core-dropdown-options-alternate-alignment {
  float: right;
  right: 0;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* functions */
/*****************************************************/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/*****************************************************/
/* Global Helper Classes */
/*****************************************************/
.core-disabled, .core-form fieldset.core-disabled, .core-button-standard.core-disabled, .core-button-primary.core-disabled, .core-button-subtle.core-disabled {
  cursor: not-allowed !important;
  background: #EDEDED;
  color: #888;
}
.core-disabled:hover, .core-form fieldset.core-disabled:hover, .core-disabled:active, .core-form fieldset.core-disabled:active {
  background: #EDEDED;
  color: #888;
}

.core-expanded {
  width: 100% !important;
}

.core-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.core-visible {
  position: inherit;
  top: inherit;
  left: inherit;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* (private) Meta-Mixins */
/*****************************************************/
/*****************************************************/
/* Mixins */
/*****************************************************/
.core-form-element, .core-form textarea, .core-form input[type=text], .core-form input[type=password], .core-form input[type=email], .core-form input[type=url], .core-form input[type=date], .core-form input[type=month], .core-form input[type=time], .core-form input[type=datetime], .core-form input[type=datetime-local], .core-form input[type=week], .core-form input[type=number], .core-form input[type=search], .core-form input[type=tel], .core-form input[type=color], .core-form select {
  padding: 8px 12px;
  line-height: 20px;
  display: inline-block;
  border: 1px solid #AAA;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.core-form-element:focus, .core-form textarea:focus, .core-form input[type=text]:focus, .core-form input[type=password]:focus, .core-form input[type=email]:focus, .core-form input[type=url]:focus, .core-form input[type=date]:focus, .core-form input[type=month]:focus, .core-form input[type=time]:focus, .core-form input[type=datetime]:focus, .core-form input[type=datetime-local]:focus, .core-form input[type=week]:focus, .core-form input[type=number]:focus, .core-form input[type=search]:focus, .core-form input[type=tel]:focus, .core-form input[type=color]:focus, .core-form select:focus {
  outline: 0;
  border-color: #A0A0A0;
}

.core-form input[type=text], .core-form input[type=password], .core-form input[type=email], .core-form input[type=url], .core-form input[type=date], .core-form input[type=month], .core-form input[type=time], .core-form input[type=datetime], .core-form input[type=datetime-local], .core-form input[type=week], .core-form input[type=number], .core-form input[type=search], .core-form input[type=tel], .core-form input[type=color], .core-form select {
  height: 35px;
}
.core-form label {
  cursor: pointer;
  margin-right: 0.5em;
}
.core-form label.core-disabled {
  color: #888;
  background: transparent;
}
.core-form input[type=checkbox] + label, .core-form input[type=radio] + label {
  display: inline-block;
  margin-left: 0.44444rem;
  margin-right: 0.88889rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
.core-form .core-form-row {
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
}
.core-form .core-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.core-form .core-input-group input[type=text], .core-form .core-input-group input[type=password], .core-form .core-input-group input[type=email], .core-form .core-input-group input[type=url], .core-form .core-input-group input[type=date], .core-form .core-input-group input[type=month], .core-form .core-input-group input[type=time], .core-form .core-input-group input[type=datetime], .core-form .core-input-group input[type=datetime-local], .core-form .core-input-group input[type=week], .core-form .core-input-group input[type=number], .core-form .core-input-group input[type=search], .core-form .core-input-group input[type=tel], .core-form .core-input-group input[type=color] {
  position: relative;
  display: table-cell;
  width: 100%;
}
.core-form .core-input-group .core-postfix, .core-form .core-input-group .core-prefix {
  display: table-cell;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  width: 1%;
}
.core-form .core-input-group .core-postfix .core-button, .core-form .core-input-group .core-postfix .core-button-standard, .core-form .core-input-group .core-postfix .core-button-primary, .core-form .core-input-group .core-postfix .core-button-subtle, .core-form .core-input-group .core-prefix .core-button, .core-form .core-input-group .core-prefix .core-button-standard, .core-form .core-input-group .core-prefix .core-button-primary, .core-form .core-input-group .core-prefix .core-button-subtle {
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 35px;
  padding: 0.35rem 1.5rem;
}
.core-form .core-input-group .core-prefix {
  background-color: #efefef;
  border: 1px solid #AAA;
}
.core-form .core-input-group .core-postfix .core-button, .core-form .core-input-group .core-postfix .core-button-standard, .core-form .core-input-group .core-postfix .core-button-primary, .core-form .core-input-group .core-postfix .core-button-subtle {
  margin-left: -1px;
  height: 35px;
  padding: 0.35rem 1.5rem;
}
.core-form fieldset legend {
  padding-left: 10px;
  padding-right: 10px;
}

.core-suggestion-box {
  display: block;
  margin: 0.1rem 0 0 0;
  width: 100%;
}
.core-suggestion-box .core-suggestion {
  font-weight: normal;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/*****************************************************/
/* Global Helper Classes */
/*****************************************************/
.core-disabled, .core-button-standard.core-disabled, .core-button-primary.core-disabled, .core-button-subtle.core-disabled, .core-form fieldset.core-disabled {
  cursor: not-allowed !important;
  background: #EDEDED;
  color: #888;
}
.core-disabled:hover, .core-form fieldset.core-disabled:hover, .core-disabled:active, .core-form fieldset.core-disabled:active {
  background: #EDEDED;
  color: #888;
}

.core-expanded {
  width: 100% !important;
}

.core-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.core-visible {
  position: inherit;
  top: inherit;
  left: inherit;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* importing the main components of font-awesome */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.core-icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.core-icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.core-icon-2x {
  font-size: 2em;
}

.core-icon-3x {
  font-size: 3em;
}

.core-icon-4x {
  font-size: 4em;
}

.core-icon-5x {
  font-size: 5em;
}

.core-icon-spin, .core-icon-loading {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* (private) Meta-Mixins */
/*****************************************************/
/*****************************************************/
/* Mixins */
/*****************************************************/
.core-icon-sm {
  font-size: 0.75rem;
  vertical-align: 15%;
}

.core-icon-search:before {
  content: "";
}

.core-icon-error:before {
  content: "";
}

.core-icon-warn:before {
  content: "";
}

.core-icon-success:before {
  content: "";
}

.core-icon-info:before {
  content: "";
}

.core-icon-question:before {
  content: "";
}

.core-icon-question:hover {
  cursor: pointer;
}

.core-icon-share:before {
  content: "";
}

.core-icon-lock:before {
  content: "";
}

.core-icon-collapsed:before {
  content: "";
}

.core-icon-expanded:before {
  content: "";
}

.core-icon-expanded {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.core-icon-expand:before {
  content: "";
}

.core-icon-loading:before {
  content: "";
}

.core-icon-double-arrow-left:before {
  content: "";
}

.core-icon-double-arrow-right:before {
  content: "";
}

.core-icon-single-arrow-left:before {
  content: "";
}

.core-icon-single-arrow-right:before {
  content: "";
}

.core-icon-close:before {
  content: "";
}

.core-icon-list:before {
  content: "";
}

.core-icon-add-to-list:before,
.core-icon-remove-from-list:before {
  content: "";
}

.core-icon-add-to-list:after {
  content: "";
  margin-left: 2px;
  font-size: 0.75em;
  vertical-align: 10%;
}

.core-icon-remove-from-list:after {
  content: "";
  margin-left: 2px;
  font-size: 0.75em;
  vertical-align: 10%;
}

.core-icon-citation:before {
  content: "";
}

.core-icon-email:before {
  content: "";
}

.core-icon-map:before {
  content: "";
}

.core-icon-link:before {
  content: "";
}

.core-icon-external-link:before {
  content: "";
}

.core-icon-add:before {
  content: "";
}

.core-icon-circle:before {
  content: "";
}

.core-icon-education:before {
  content: "";
}

.core-icon-gear:before {
  content: "";
}

.core-icon-star:before {
  content: "";
}

.core-icon-star-o:before {
  content: "";
}

.core-icon-chat:before {
  content: "";
}

.core-icon-facebook:before {
  content: "";
}

.core-icon-google-plus:before {
  content: "";
}

.core-icon-twitter:before {
  content: "";
}

.core-icon-edit:before {
  content: "";
}

.core-icon-history:before {
  content: "";
}

.core-icon-users:before {
  content: "";
}

.core-icon-delete:before {
  content: "";
}

.core-icon-filled-circle:before {
  content: "";
}

.core-icon-step-arrow:before {
  content: "";
}

.core-icon-step-arrow {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.core-icon-remove:before {
  content: "";
}

.core-icon-bars:before {
  content: "";
}

.core-icon-repeat:before {
  content: "";
}

.core-icon-calendar:before {
  content: "";
}

.core-icon-bookmark:before {
  content: "";
}

.core-icon-bookmark-open:before {
  content: "";
}

.core-icon-move:before {
  content: "";
}

.core-icon-check:before {
  content: "";
}

.core-icon-times:before {
  content: "";
}

.core-icon-caret-down:before {
  content: "";
}

.core-icon-home:before {
  content: "";
}

.core-icon-rotate-left:before {
  content: "";
}

.core-icon-rotate-right:before {
  content: "";
}

.core-icon-print:before {
  content: "";
}

.core-icon-copy:before {
  content: "";
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* functions */
/*****************************************************/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* (private) Meta-Mixins */
/*****************************************************/
/*****************************************************/
/* Mixins */
/*****************************************************/
.core-pagination {
  display: inline-block;
}
.core-pagination .core-disabled, .core-pagination .core-form fieldset.core-disabled, .core-form .core-pagination fieldset.core-disabled {
  border: none;
  background: #ffffff;
  padding: 0.25rem 1rem;
}
.core-pagination ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.core-pagination li.core-active a, .core-pagination li.core-active a:hover {
  background-color: #ddd;
}
.core-pagination li {
  display: inline-block;
  border-left: 1px solid #bbb;
}
.core-pagination li a {
  background: white;
  display: inline-block;
  padding: 0.25rem 1rem;
  text-decoration: none;
  color: #2A648A;
}
.core-pagination li a:hover, .core-pagination li a:active {
  background-color: #efefef;
}
.core-pagination li:first-child {
  border: none;
}
.core-pagination li:last-child {
  border-left: 1px solid #bbb;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* functions */
/*****************************************************/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* (private) Meta-Mixins */
/*****************************************************/
/*****************************************************/
/* Mixins */
/*****************************************************/
.core-tabs {
  width: 100%;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #bbb;
}
.core-tabs:after, .core-tabs:before {
  clear: both;
  content: " ";
  display: table;
}
.core-tabs .core-tab {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
}
.core-tabs .core-tab:nth-child(2) {
  border-left: 1px solid #bbb;
}
.core-tabs .core-tab.core-active {
  background-color: #bbb;
}
.core-tabs .core-tab.core-active a {
  color: #fff;
}
.core-tabs .core-tab.core-active .core-badge, .core-tabs .core-tab.core-active .core-badge-standard, .core-tabs .core-tab.core-active .core-badge-success, .core-tabs .core-tab.core-active .core-badge-info, .core-tabs .core-tab.core-active .core-badge-warn, .core-tabs .core-tab.core-active .core-badge-error {
  background-color: #fff;
}
.core-tabs .core-tab > li {
  position: relative;
  display: block;
}
.core-tabs .core-tab a {
  color: #434343;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 0.1rem 1rem;
}
.core-tabs .core-tab .core-badge, .core-tabs .core-tab .core-badge-standard, .core-tabs .core-tab .core-badge-success, .core-tabs .core-tab .core-badge-info, .core-tabs .core-tab .core-badge-warn, .core-tabs .core-tab .core-badge-error {
  background-color: #CCC;
}
.core-tabs .core-tab.core-disabled a {
  cursor: not-allowed;
  color: #888;
}
.core-tabs .core-tab.core-tabs-paging-next {
  float: right;
  border-right: 0px;
  border-top: 0px;
}
.core-tabs .core-tab.core-tabs-paging-prev {
  border-left: 0px;
  border-top: 0px;
}
.core-tabs .core-tab.core-tabs-paging {
  display: none;
}

.core-panel-actions {
  padding: 0.2rem 0 0.1rem;
}

.core-panel-collapsible {
  margin-bottom: 0.5em;
}
.core-panel-collapsible.core-disabled .core-panel-header {
  cursor: not-allowed;
}
.core-panel-collapsible .core-panel-header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #fff;
  color: #434343;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  cursor: pointer;
}
.core-panel-collapsible .core-panel-header .core-panel-title {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.core-panel-collapsible .core-panel-header .core-panel-title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.5rem;
}
.core-panel-collapsible.core-active > .core-panel-header > .core-panel-toggle > .core-panel-title:before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.core-panel-group .core-panel {
  display: none;
}
.core-panel-group .core-panel.core-active {
  display: inherit;
}
.core-panel-group .core-panel-summary {
  float: right;
}

.core-card {
  -webkit-box-shadow: 0 2px 5px #888;
  -moz-box-shadow: 0 2px 5px #888;
  -ms-box-shadow: 0 2px 5px #888;
  -o-box-shadow: 0 2px 5px #888;
  box-shadow: 0 2px 5px #888;
  padding: 0.1rem 1rem;
}

.core-collapsible-tabs {
  border: 1px solid #bbb;
}
.core-collapsible-tabs .core-collapsible-tabs-header:after,
.core-collapsible-tabs .core-collapsible-tabs-header:before {
  clear: both;
  content: " ";
  display: table;
}
.core-collapsible-tabs .core-collapsible-tabs-header {
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.core-collapsible-tabs .core-collapsible-tabs-header .core-collapsible-tabs-pagination {
  border-left: 1px solid #bbb;
}
.core-collapsible-tabs .core-collapsible-tabs-header .core-collapsible-tabs-nav {
  position: relative;
  float: left;
  width: 90%;
}
.core-collapsible-tabs .core-collapsible-tabs-header .core-collapsible-tabs-nav .core-tabs {
  border-bottom: 0px;
}
.core-collapsible-tabs .core-collapsible-tabs-header .core-collapsible-tabs-nav .core-tabs .core-tab {
  border-left: 0px;
  border-top: 0px;
}
.core-collapsible-tabs .core-collapsible-tabs-header .core-collapsible-tabs-toggle:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 0.5rem;
}
.core-collapsible-tabs .core-collapsible-tabs-header .core-collapsible-tabs-toggle.core-active:before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.core-collapsible-tabs .core-collapsible-tabs-header .core-collapsible-tabs-toggle {
  width: 10%;
  cursor: pointer;
  padding-left: 1em;
}
.core-collapsible-tabs .core-collapsible-tab-content {
  padding: 15px 15px 10px 15px;
  border-top: 1px solid #bbb;
}

@media screen and (max-width: 640px) {
  .core-panel-group .core-panel-summary {
    float: none;
    display: block;
  }
}
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* (private) Meta-Mixins */
/*****************************************************/
/*****************************************************/
/* Mixins */
/*****************************************************/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* functions */
/*****************************************************/
.core-dialog-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none repeat scroll 0 0 #000000;
  z-index: 999998;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.core-dialog-container {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  outline: 0;
}
.core-dialog-container.core-open {
  display: block;
}

.core-dialog {
  position: absolute;
  top: 10%;
  width: auto;
  left: 30%;
  right: 30%;
  outline: 0;
  border: 10px solid #434343;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.core-dialog.core-dialog-medium {
  left: 20%;
  right: 20%;
}
.core-dialog.core-dialog-large {
  left: 10%;
  right: 10%;
}
.core-dialog .core-dialog-header {
  background-color: #EEEEEE;
  color: #434343;
  font-weight: bold;
  padding: 0.75em 0.5em;
  position: relative;
  font-size: 1em;
}
.core-dialog .core-dialog-header .core-dialog-close {
  float: right;
  font-size: 1.25rem;
  color: #888;
  cursor: pointer;
}
.core-dialog .core-dialog-header .core-dialog-close:hover {
  color: #434343;
}
.core-dialog .core-dialog-content {
  padding: 0.25em 0.75em;
}
.core-dialog .core-dialog-footer {
  display: inline-block;
  width: 100%;
}
.core-dialog .core-dialog-footer .core-dialog-actions {
  float: right;
  margin: 0.5em;
}
.core-dialog .core-dialog-footer .core-dialog-actions * {
  margin: 5px;
}

.core-dialog-open {
  overflow: hidden;
}

.core-dialog-open .core-dialog-container {
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .core-dialog {
    top: 5%;
    left: 5%;
    right: 5%;
  }
}
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/*****************************************************/
/* Global Helper Classes */
/*****************************************************/
.core-disabled, .core-button-standard.core-disabled, .core-button-primary.core-disabled, .core-button-subtle.core-disabled, .core-form fieldset.core-disabled {
  cursor: not-allowed !important;
  background: #EDEDED;
  color: #888;
}
.core-disabled:hover, .core-form fieldset.core-disabled:hover, .core-disabled:active, .core-form fieldset.core-disabled:active {
  background: #EDEDED;
  color: #888;
}

.core-expanded {
  width: 100% !important;
}

.core-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.core-visible {
  position: inherit;
  top: inherit;
  left: inherit;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* functions */
/*****************************************************/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* (private) Meta-Mixins */
/*****************************************************/
/*****************************************************/
/* Mixins */
/*****************************************************/
.core-sub-navigation {
  display: block;
  width: auto;
}
.core-sub-navigation .core-sub-navigation-title {
  display: inline;
  font-size: 0.875rem;
}
.core-sub-navigation .core-pill {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.875rem;
}
.core-sub-navigation .core-pill a {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.875rem;
  vertical-align: baseline;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  line-height: 1rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border-radius: 0.4rem;
  border: 1px solid #bbb;
  color: #434343;
  padding: 0.3rem 0.8rem;
}
.core-sub-navigation .core-pill a:hover {
  background: #CCC;
}
.core-sub-navigation .core-pill.core-active a {
  background: #434343;
  color: #fff;
}

/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/* common background colors */
/*Viewport sizes*/
/*viewport types*/
/**
 * * Copyright (c) 2020 OCLC, Inc. All Rights Reserved.
 * *
 * * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * * this notice.
 * */
/*****************************************************/
/* (private) Meta-Mixins */
/*****************************************************/
/*****************************************************/
/* Mixins */
/*****************************************************/
.core-has-tooltip {
  position: relative;
}
.core-has-tooltip:before, .core-has-tooltip:after {
  position: absolute;
  background: #fff;
  color: #434343;
  -webkit-box-shadow: 2px 3px 5px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 2px 3px 5px rgba(50, 50, 50, 0.3);
  -ms-box-shadow: 2px 3px 5px rgba(50, 50, 50, 0.3);
  -o-box-shadow: 2px 3px 5px rgba(50, 50, 50, 0.3);
  box-shadow: 2px 3px 5px rgba(50, 50, 50, 0.3);
  pointer-events: none;
}
.core-has-tooltip:before {
  content: " ";
  right: 0;
  bottom: 100%;
  height: 1rem;
  width: 1rem;
  border-right: 2px solid #434343;
  border-bottom: 2px solid #434343;
  border-left: transparent;
  border-top: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1001;
}
.core-has-tooltip:after {
  right: -1rem;
  bottom: 100%;
  margin-bottom: 0.5rem;
  width: 320px;
  white-space: normal;
  font-weight: normal;
  content: attr(aria-label);
  padding: 1rem;
  border: 3px solid #434343;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 1000;
}

/*# sourceMappingURL=core-ui-components.css.map */
