@charset "UTF-8";div.galc-spinner-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
div.galc-spinner-container img.galc-spinner {
  height: 64px !important;
  width: 64px !important;
  display: block;
  animation: spin 0.72s steps(12, end) infinite;
}
@keyframes spin {
100% {
    transform: rotate(360deg);
}
}.galc-item-details .galc-item-metadata {
  font-size: 1rem;
  line-height: 1.5rem;
}
.galc-item-details h3 {
  margin: 0;
  color: inherit;
  font-weight: bold;
}
.galc-item-details h3, .galc-item-details p {
  line-height: 1.15em;
}
.galc-item-details p {
  margin-top: 0;
}
.galc-item-details p:last-of-type {
  margin-bottom: 0;
}
.galc-item-details p:not(:last-of-type) {
  margin-bottom: 0.25em;
}
.galc-item-details p.galc-item-medium {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0;
}
.galc-item-details table.galc-item-metadata {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.galc-item-details table.galc-item-metadata tbody {
  display: contents;
}
.galc-item-details table.galc-item-metadata tbody.galc-admin-metadata th[scope=rowgroup] {
  grid-column: 1/5;
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.15em;
  border-bottom: 1px solid #ddd5c7;
  margin-bottom: 0.25em;
}
.galc-item-details table.galc-item-metadata th {
  text-align: left;
  white-space: nowrap;
}
.galc-item-details table.galc-item-metadata td {
  padding-left: 0.5em;
  padding-right: 1em;
}
@media only screen and (min-width: 700px) {
.galc-item-details table.galc-item-metadata {
    display: grid;
    width: auto;
    grid-template-columns: min-content auto min-content auto;
}
.galc-item-details table.galc-item-metadata tr {
    display: contents;
}
.galc-item-details table.galc-item-metadata tr th {
    display: block;
}
.galc-item-details table.galc-item-metadata tr td {
    display: block;
}
}
.galc-item-details .galc-empty-field {
  color: #6c3302;
}img.galc-image-placeholder {
  opacity: 25%;
  border: 1em solid transparent;
}.galc-reserve-dialog {
  padding: 2em;
  border: 1px solid black;
  background-color: white;
  max-width: 1075px;
}
.galc-reserve-dialog .galc-reserve-item {
  display: grid;
  grid-template-columns: min(180px, 45%) minmax(0, 1fr);
  grid-column-gap: 0.75rem;
}
@media only screen and (min-width: 700px) {
.galc-reserve-dialog .galc-reserve-item .galc-item-details {
    margin-right: auto;
}
}
.galc-reserve-dialog .galc-reserve-actions {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.galc-reserve-dialog .galc-reserve-actions button {
  width: 180px;
}
@media only screen and (min-width: 700px) {
.galc-reserve-dialog .galc-result {
    margin-left: 1em;
    margin-right: 1em;
}
}.galc-item-preview {
  display: grid;
  gap: 1rem;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 1em;
  border: 1px solid black;
  background-color: white;
  max-height: 100%;
}
.galc-item-preview .galc-item-preview-image {
  max-height: 100%;
  width: fit-content;
  object-fit: contain;
}.galc-confirmation-dialog {
  padding: 2em;
  border: 1px solid black;
  background-color: white;
  max-width: 1075px;
}
.galc-confirmation-dialog .galc-confirmation-actions {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.galc-confirmation-dialog .galc-confirmation-actions button, .galc-confirmation-dialog .galc-confirmation-actions a {
  width: 180px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  height: 42px;
  padding: 6px 10px;
  transition: background-color 0.25s, color 0.25s, border 0.25s;
  color: #000;
  font-size: 1rem;
}
.galc-confirmation-dialog .galc-confirmation-actions button.galc-confirmation-close, .galc-confirmation-dialog .galc-confirmation-actions a.galc-confirmation-close {
  background-color: white;
  border: 1px solid black;
}
.galc-confirmation-dialog .galc-confirmation-actions button.galc-confirmation-close:hover, .galc-confirmation-dialog .galc-confirmation-actions a.galc-confirmation-close:hover {
  background-color: #000;
  color: #fff;
}
.galc-confirmation-dialog .galc-confirmation-actions button.galc-confirmation-logout, .galc-confirmation-dialog .galc-confirmation-actions a.galc-confirmation-logout {
  background-color: #fdb515;
  border: 1px solid #fdb515;
}
.galc-confirmation-dialog .galc-confirmation-actions button.galc-confirmation-logout:hover, .galc-confirmation-dialog .galc-confirmation-actions a.galc-confirmation-logout:hover {
  border-color: black;
  background-color: #000;
  color: #fff;
}
.galc-confirmation-dialog .galc-confirmation-actions a {
  box-shadow: none;
  text-align: center;
  text-decoration: none;
}
.galc-closure-dialog {
  padding: 2em;
  border: 1px solid black;
  background-color: white;
  max-width: 1075px;
}
.galc-closure-dialog p#galc-closure-desc {
  margin-left: 1rem;
  font-size: 1rem;
}
.galc-closure-dialog form.galc-closure-form {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.galc-closure-dialog form.galc-closure-form label {
  display: inline-block;
  margin-right: 0.5rem;
}
.galc-closure-dialog form.galc-closure-form table th {
  text-align: right;
}
.galc-closure-dialog form.galc-closure-form table th, .galc-closure-dialog form.galc-closure-form table td {
  vertical-align: top;
  line-height: 2rem;
  white-space: nowrap;
}
.galc-closure-dialog form.galc-closure-form input[type=date], .galc-closure-dialog form.galc-closure-form input[type=text] {
  margin-top: auto;
  margin-bottom: auto;
  width: auto;
  display: inline-block;
}
.galc-closure-dialog form.galc-closure-form input[type=date]:disabled, .galc-closure-dialog form.galc-closure-form input[type=text]:disabled {
  color: #3b7ea1;
}
.galc-closure-dialog form.galc-closure-form input[type=radio] {
  vertical-align: middle;
  height: 40px;
  margin-bottom: 2px;
  margin-right: 0.25rem;
}
.galc-closure-dialog form.galc-closure-form .galc-closure-invalid input[type=date] {
  border: 3px solid red;
}
.galc-closure-dialog p.galc-validation-error {
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #c00000;
}
.galc-closure-dialog p.galc-validation-error::before {
  content: "❌";
  font-size: 0.75rem;
  margin-right: 0.25rem;
  vertical-align: top;
}
.galc-closure-dialog .galc-closure-actions {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.galc-closure-dialog .galc-closure-actions button {
  width: 180px;
}/*!
 * FilePond 4.30.4
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:none;visibility:hidden;pointer-events:none;contain:strict}.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:rgba(0,0,0,.01)}.filepond--drip-blob{-webkit-transform-origin:center center;transform-origin:center center;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;left:0;will-change:transform,opacity}.filepond--drop-label{right:0;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;-webkit-text-decoration-color:#a7a4a4;text-decoration-color:#a7a4a4;cursor:pointer}.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}.filepond--file-action-button.filepond--file-action-button:after{position:absolute;left:-.75em;right:-.75em;top:-.75em;bottom:-.75em;content:""}.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:none;box-shadow:0 0 0 0 hsla(0,0%,100%,0);transition:box-shadow .25s ease-in}.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em hsla(0,0%,100%,.9)}.filepond--file-action-button[disabled]{color:hsla(0,0%,100%,.5);background-color:rgba(0,0,0,.25)}.filepond--file-action-button[hidden]{display:none}.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}.filepond--action-edit-item-alt span{font-size:0;opacity:0}.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-info *{margin:0}.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}.filepond--file-info .filepond--file-info-sub:empty{display:none}.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-status *{margin:0;white-space:nowrap}.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0;height:100%}.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}.filepond--file [data-align*=left]{left:.5625em}.filepond--file [data-align*=right]{right:.5625em}.filepond--file [data-align*=center]{left:calc(50% - .8125em)}.filepond--file [data-align*=bottom]{bottom:1.125em}.filepond--file [data-align=center]{top:calc(50% - .8125em)}.filepond--file .filepond--progress-indicator{margin-top:.1875em}.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}[data-filepond-item-state~=processing] .filepond--file-status-sub{opacity:0}[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-error] .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{-webkit-animation:fall .5s linear .125s both;animation:fall .5s linear .125s both}[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{opacity:.5}[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{-webkit-animation:shake .65s linear both;animation:shake .65s linear both}[data-filepond-item-state*=busy] .filepond--progress-indicator svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translateX(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translateX(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translateX(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translateX(.25em)}}@keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translateX(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translateX(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translateX(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translateX(.25em)}}@-webkit-keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}.filepond--hopper[data-hopper-state=drag-over]:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}.filepond--progress-indicator{z-index:103}.filepond--file-action-button{z-index:102}.filepond--file-status{z-index:101}.filepond--file-info{z-index:100}.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity}.filepond--item>.filepond--panel{z-index:-1}.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)}.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{transition:opacity .15s ease-out}.filepond--item[data-drag-state]{cursor:-webkit-grab;cursor:grab}.filepond--item[data-drag-state]>.filepond--panel{transition:box-shadow .125s ease-in-out;box-shadow:0 0 0 transparent}.filepond--item[data-drag-state=drag]{cursor:-webkit-grabbing;cursor:grabbing}.filepond--item[data-drag-state=drag]>.filepond--panel{box-shadow:0 .125em .3125em rgba(0,0,0,.325)}.filepond--item[data-drag-state]:not([data-drag-state=idle]){z-index:2}.filepond--item-panel{background-color:#64605e}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}.filepond--item-panel{border-radius:.5em;transition:background-color .25s}.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent);mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}.filepond--list-scroller::-webkit-scrollbar{background:transparent}.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}.filepond--list{left:.75em;right:.75em}.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin:0}.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{z-index:7}.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~=circle]{will-change:transform}}}.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}.filepond-panel:not([data-scalable=false]){height:auto!important}.filepond--panel[data-scalable=false]>div{display:none}.filepond--panel[data-scalable=true]{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;background-color:transparent!important;border:none!important}.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}.filepond--panel-bottom,.filepond--panel-top{height:.5em}.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}.filepond--panel-bottom,.filepond--panel-center{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:translate3d(0,.5em,0);transform:translate3d(0,.5em,0)}.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}.filepond--panel-center:not([style]){visibility:hidden}.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}.filepond--progress-indicator path{fill:none;stroke:currentColor}.filepond--list-scroller{z-index:6}.filepond--drop-label{z-index:5}.filepond--drip{z-index:3}.filepond--root>.filepond--panel{z-index:2}.filepond--browser{z-index:1}.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}.filepond--root *{box-sizing:inherit;line-height:inherit}.filepond--root :not(text){font-size:inherit}.filepond--root[data-disabled]{pointer-events:none}.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}.filepond--root[data-disabled] .filepond--list{pointer-events:none}.filepond--root .filepond--drop-label{min-height:4.75em}.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}.filepond--root .filepond--credits{position:absolute;right:0;opacity:.175;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px}.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}div.galc-edit-term-selection {
  display: contents;
}
@media only screen and (max-width: 700px) {
div.galc-edit-term-selection {
    font-size: 1.125rem;
}
}
div.galc-edit-term-selection input[type=checkbox], div.galc-edit-term-selection input[type=radio] {
  margin-top: 0.25rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
div.galc-edit-term-selection input[type=checkbox], div.galc-edit-term-selection input[type=radio] {
    -webkit-transform: scale(1.25);
}
}
div.galc-edit-term-selection label {
  white-space: nowrap;
  height: min-content;
  font-weight: normal;
  line-height: 1.15;
  cursor: pointer;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
div.galc-edit-term-selection fieldset.galc-facet-subterms {
  display: contents;
}.galc-item-attribute-field {
  display: contents;
}
.galc-item-attribute-field select {
  margin-bottom: 20px;
}
.galc-item-attribute-field input, .galc-item-attribute-field select {
  width: available;
}
.galc-item-attribute-field fieldset.galc-item-term-selection {
  display: grid;
  grid-template-columns: min-content max-content minmax(0, 1fr);
  align-items: center;
  justify-items: start;
  border: 1px solid #ddd;
  padding: 12px 16px;
  max-height: 126px;
  overflow-y: scroll;
  column-gap: 0.5rem;
  row-gap: 0;
  margin: 0 0 20px;
}
.galc-item-attribute-field fieldset.galc-item-term-selection legend {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.galc-item-attribute-field fieldset.galc-item-term-selection input {
  grid-column: 1;
  height: auto !important;
}
.galc-item-attribute-field fieldset.galc-item-term-selection label {
  grid-column: 2/4;
}
.galc-item-attribute-field fieldset.galc-item-term-selection fieldset input {
  grid-column: 2;
}
.galc-item-attribute-field fieldset.galc-item-term-selection fieldset label {
  grid-column: 3/4;
}
.galc-item-attribute-field .galc-item-attribute-value {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.galc-item-attribute-field .galc-item-attribute-value div.galc-attribute-required-label {
  height: min-content;
  margin-bottom: 20px;
  margin-left: 0.5em;
  font-size: smaller;
}
.galc-edit-item-dialog {
  padding: 2em;
  border: 1px solid black;
  background-color: white;
  max-width: 1075px;
  max-height: 100%;
  overflow-y: scroll;
  width: 100%;
}
.galc-edit-item-dialog h2 {
  scroll-margin-top: 2em;
}
.galc-edit-item-dialog h3:not(.galc-item-title) {
  border-bottom: 1px solid #ddd5c7;
}
.galc-edit-item-dialog h4 {
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd5c7;
}
.galc-edit-item-dialog .galc-edit-item-preview {
  display: grid;
  grid-template-columns: min(180px, 45%) minmax(0, 1fr) auto;
  grid-column-gap: 0.75rem;
}
.galc-edit-item-dialog .galc-edit-item-preview h3 {
  grid-column: 1/4;
}
@media only screen and (min-width: 700px) {
.galc-edit-item-dialog .galc-edit-item-preview .galc-item-details {
    margin-right: auto;
}
}
.galc-edit-item-dialog .galc-edit-item-form {
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd5c7;
}
.galc-edit-item-dialog table.galc-edit-attributes-table {
  display: grid;
  grid-template-columns: 14% 36% 14% 36%;
}
.galc-edit-item-dialog table.galc-edit-attributes-table tr {
  display: contents;
}
.galc-edit-item-dialog table.galc-edit-attributes-table tr th {
  display: block;
  text-align: right;
  vertical-align: top;
  padding: 0.5rem;
}
.galc-edit-item-dialog table.galc-edit-attributes-table tr td {
  display: block;
}
.galc-edit-item-dialog table.galc-edit-attributes-table tr td input[type=checkbox] {
  height: 44px;
}
.galc-edit-item-dialog table.galc-edit-attributes-table tr.galc-item-invalid th {
  color: #d00000;
}
.galc-edit-item-dialog table.galc-edit-attributes-table tr.galc-item-invalid input {
  border: 3px solid red;
}
.galc-edit-item-dialog p.galc-validation-error {
  margin-left: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #d00000;
}
.galc-edit-item-dialog p.galc-validation-error::before {
  content: "❌";
  font-size: 0.75rem;
  margin-right: 0.25rem;
  vertical-align: top;
}
.galc-edit-item-dialog .galc-edit-item-actions {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 1rem;
}
.galc-edit-item-dialog .galc-edit-item-actions button {
  width: 180px;
}
.galc-edit-item-dialog .galc-edit-image-upload {
  padding-bottom: 0.5rem;
  position: relative;
}
.galc-edit-item-dialog .galc-edit-image-upload button.galc-edit-image-remove {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  width: auto;
  height: 32px;
  border-radius: 0.5em;
}
.galc-edit-item-dialog .galc-edit-image-upload button.galc-edit-image-remove img.galc-edit-image-remove-icon {
  height: 0.9rem;
  width: 0.9rem;
  display: inline;
  margin-bottom: -2px;
  margin-right: 4px;
  margin-left: 4px;
}
.galc-edit-item-dialog .galc-edit-image-upload button.galc-edit-image-remove .galc-edit-image-remove-label {
  font-weight: bold;
  margin-right: 4px;
}
.galc-edit-item-dialog .galc-edit-image-upload .galc-edit-image-uploader {
  min-height: 5rem;
  border-radius: 0.5em;
  cursor: pointer;
}
.galc-edit-item-dialog .galc-edit-image-upload .galc-edit-image-uploader .filepond--drop-label label {
  cursor: pointer;
  margin-right: 1rem;
}
.galc-edit-item-dialog .galc-edit-image-upload .galc-edit-image-uploader .filepond--drop-label:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBkPSJNMzg0IDEyMS45NDFWMTI4SDI1NlYwaDYuMDU5YTI0IDI0IDAgMCAxIDE2Ljk3IDcuMDI5bDk3Ljk0MSA5Ny45NDFhMjQuMDAyIDI0LjAwMiAwIDAgMSA3LjAzIDE2Ljk3MXpNMjQ4IDE2MGMtMTMuMiAwLTI0LTEwLjgtMjQtMjRWMEgyNEMxMC43NDUgMCAwIDEwLjc0NSAwIDI0djQ2NGMwIDEzLjI1NSAxMC43NDUgMjQgMjQgMjRoMzM2YzEzLjI1NSAwIDI0LTEwLjc0NSAyNC0yNFYxNjBIMjQ4em0tMTM1LjQ1NSAxNmMyNi41MSAwIDQ4IDIxLjQ5IDQ4IDQ4cy0yMS40OSA0OC00OCA0OC00OC0yMS40OS00OC00OCAyMS40OTEtNDggNDgtNDh6bTIwOCAyNDBoLTI1NmwuNDg1LTQ4LjQ4NUwxMDQuNTQ1IDMyOGM0LjY4Ni00LjY4NiAxMS43OTktNC4yMDEgMTYuNDg1LjQ4NUwxNjAuNTQ1IDM2OCAyNjQuMDYgMjY0LjQ4NWM0LjY4Ni00LjY4NiAxMi4yODQtNC42ODYgMTYuOTcxIDBMMzIwLjU0NSAzMDR2MTEyeiIvPjwvc3ZnPgo8IS0tCkZvbnQgQXdlc29tZSBGcmVlIDUuMy4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tCkxpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgKEljb25zOiBDQyBCWSA0LjAsIEZvbnRzOiBTSUwgT0ZMIDEuMSwgQ29kZTogTUlUIExpY2Vuc2UpCi0tPg==");
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  filter: opacity(0.7);
}
.galc-edit-item-dialog .galc-edit-image-upload .galc-edit-image-uploader:not(:hover) {
  border: 2px solid transparent;
}
.galc-edit-item-dialog .galc-edit-image-upload .galc-edit-image-uploader:hover {
  border: 2px solid #fdb515;
}
.galc-edit-item-dialog .galc-edit-image-upload .filepond--root {
  font-family: inherit;
}
.galc-edit-item-dialog .galc-edit-image-upload .filepond--root .filepond--drop-label label {
  font-weight: bold;
}
.galc-edit-item-dialog .galc-edit-image-upload .filepond--root .filepond--credits {
  display: none;
}
@media only screen and (min-width: 700px) {
.galc-edit-item-dialog .galc-result {
    margin-left: 1em;
    margin-right: 1em;
}
}
.galc-delete-dialog {
  padding: 2em;
  border: 1px solid black;
  background-color: white;
  max-width: 1075px;
}
.galc-delete-dialog .galc-delete-item {
  display: grid;
  grid-template-columns: min(180px, 45%) minmax(0, 1fr);
  grid-column-gap: 0.75rem;
}
.galc-delete-dialog .galc-delete-item .galc-delete-message {
  grid-column: 2;
  grid-row: 2;
}
@media only screen and (min-width: 700px) {
.galc-delete-dialog .galc-delete-item .galc-item-details {
    margin-right: auto;
}
}
.galc-delete-dialog .galc-delete-warning {
  font-weight: bold;
  color: #c00000;
}
.galc-delete-dialog .galc-delete-warning::before {
  content: "⚠️";
  margin-right: 0.25rem;
  vertical-align: top;
}
.galc-delete-dialog .galc-delete-actions {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.galc-delete-dialog .galc-delete-actions button {
  width: 180px;
}
@media only screen and (min-width: 700px) {
.galc-delete-dialog .galc-result {
    margin-left: 1em;
    margin-right: 1em;
}
}.galc-modal .galc-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  backdrop-filter: contrast(0.25) brightness(2) grayscale(1);
  -webkit-backdrop-filter: contrast(0.25) brightness(2) grayscale(1);
}
.galc-modal .galc-modal-container {
  position: fixed;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  z-index: 1000;
}
.galc-modal .galc-modal-component {
  margin: 0 auto auto;
}form#galc-search-form {
  position: relative;
}fieldset.galc-facet {
  display: inherit;
  border: none;
}
fieldset.galc-facet legend {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
fieldset.galc-facet details {
  display: inherit;
  border: none;
}
fieldset.galc-facet details summary {
  list-style: none;
  white-space: nowrap;
  display: block;
  height: min-content;
  font-size: 1.125rem;
  border-bottom: 1px solid #ddd5c7;
  width: 100%;
  margin-bottom: 0.5em;
  cursor: pointer;
}
fieldset.galc-facet details summary::-webkit-details-marker {
  display: none;
}
fieldset.galc-facet details summary::after {
  content: " ";
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em 1em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjNDY1MzVFIiBkPSJNMTQzIDM1Mi4zTDcgMjE2LjNjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45bDIyLjYtMjIuNmM5LjQtOS40IDI0LjYtOS40IDMzLjkgMGw5Ni40IDk2LjQgOTYuNC05Ni40YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDIyLjYgMjIuNmM5LjQgOS40IDkuNCAyNC42IDAgMzMuOWwtMTM2IDEzNmMtOS4yIDkuNC0yNC40IDkuNC0zMy44IDB6Ii8+PC9zdmc+CjwhLS0KRm9udCBBd2Vzb21lIEZyZWUgNS4zLjEgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20KTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UvZnJlZSAoSWNvbnM6IENDIEJZIDQuMCwgRm9udHM6IFNJTCBPRkwgMS4xLCBDb2RlOiBNSVQgTGljZW5zZSkKCk1vZGlmaWVkIHRvIHNldCBmaWxsIGNvbG9yIHRvICJQYWNpZmljIiAoIzQ2NTM1RSkKLS0+Cg==");
  width: 2em;
}
fieldset.galc-facet details[open] summary::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjNDY1MzVFIiBkPSJNMTc3IDE1OS43bDEzNiAxMzZjOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlsLTIyLjYgMjIuNmMtOS40IDkuNC0yNC42IDkuNC0zMy45IDBMMTYwIDI1NS45bC05Ni40IDk2LjRjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwTDcgMzI5LjdjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45bDEzNi0xMzZjOS40LTkuNSAyNC42LTkuNSAzNC0uMXoiLz48L3N2Zz4KPCEtLQpGb250IEF3ZXNvbWUgRnJlZSA1LjMuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbQpMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKQoKTW9kaWZpZWQgdG8gc2V0IGZpbGwgY29sb3IgdG8gIlBhY2lmaWMiICgjNDY1MzVFKQotLT4K");
}
fieldset.galc-facet:not(:first-of-type) summary {
  margin-top: 1em;
}
div.galc-term-selection {
  display: inherit;
  border: none;
}
@media only screen and (max-width: 700px) {
div.galc-term-selection {
    font-size: 1.125rem;
}
}
div.galc-term-selection input[type=radio] {
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 700px) {
div.galc-term-selection input[type=radio] {
    -webkit-transform: scale(1.25);
}
}
div.galc-term-selection label {
  white-space: nowrap;
  height: min-content;
  font-weight: normal;
  line-height: 1.15;
  margin-bottom: 0.25em;
  cursor: pointer;
}
div.galc-term-selection fieldset.galc-facet-subterms {
  display: inherit;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.3em;
}fieldset.galc-facet {
  display: inherit;
  border: none;
}
fieldset.galc-facet legend {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
fieldset.galc-facet details {
  display: inherit;
  border: none;
}
fieldset.galc-facet details summary {
  list-style: none;
  white-space: nowrap;
  display: block;
  height: min-content;
  font-size: 1.125rem;
  border-bottom: 1px solid #ddd5c7;
  width: 100%;
  margin-bottom: 0.5em;
  cursor: pointer;
}
fieldset.galc-facet details summary::-webkit-details-marker {
  display: none;
}
fieldset.galc-facet details summary::after {
  content: " ";
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em 1em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjNDY1MzVFIiBkPSJNMTQzIDM1Mi4zTDcgMjE2LjNjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45bDIyLjYtMjIuNmM5LjQtOS40IDI0LjYtOS40IDMzLjkgMGw5Ni40IDk2LjQgOTYuNC05Ni40YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDIyLjYgMjIuNmM5LjQgOS40IDkuNCAyNC42IDAgMzMuOWwtMTM2IDEzNmMtOS4yIDkuNC0yNC40IDkuNC0zMy44IDB6Ii8+PC9zdmc+CjwhLS0KRm9udCBBd2Vzb21lIEZyZWUgNS4zLjEgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20KTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UvZnJlZSAoSWNvbnM6IENDIEJZIDQuMCwgRm9udHM6IFNJTCBPRkwgMS4xLCBDb2RlOiBNSVQgTGljZW5zZSkKCk1vZGlmaWVkIHRvIHNldCBmaWxsIGNvbG9yIHRvICJQYWNpZmljIiAoIzQ2NTM1RSkKLS0+Cg==");
  width: 2em;
}
fieldset.galc-facet details[open] summary::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjNDY1MzVFIiBkPSJNMTc3IDE1OS43bDEzNiAxMzZjOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlsLTIyLjYgMjIuNmMtOS40IDkuNC0yNC42IDkuNC0zMy45IDBMMTYwIDI1NS45bC05Ni40IDk2LjRjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwTDcgMzI5LjdjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45bDEzNi0xMzZjOS40LTkuNSAyNC42LTkuNSAzNC0uMXoiLz48L3N2Zz4KPCEtLQpGb250IEF3ZXNvbWUgRnJlZSA1LjMuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbQpMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKQoKTW9kaWZpZWQgdG8gc2V0IGZpbGwgY29sb3IgdG8gIlBhY2lmaWMiICgjNDY1MzVFKQotLT4K");
}
fieldset.galc-facet:not(:first-of-type) summary {
  margin-top: 1em;
}
div.galc-term-selection {
  display: inherit;
  border: none;
}
@media only screen and (max-width: 700px) {
div.galc-term-selection {
    font-size: 1.125rem;
}
}
div.galc-term-selection input[type=radio] {
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 700px) {
div.galc-term-selection input[type=radio] {
    -webkit-transform: scale(1.25);
}
}
div.galc-term-selection label {
  white-space: nowrap;
  height: min-content;
  font-weight: normal;
  line-height: 1.15;
  margin-bottom: 0.25em;
  cursor: pointer;
}
div.galc-term-selection fieldset.galc-facet-subterms {
  display: inherit;
  border: none;
}div.galc-term-selection {
  border: none;
  display: grid;
  grid-template-columns: 18px 3fr;
  column-gap: 0.5em;
  margin-left: 0;
  padding-left: 0;
}
@media only screen and (max-width: 700px) {
div.galc-term-selection {
    font-size: 1.125rem;
}
}
div.galc-term-selection input[type=checkbox] {
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 700px) {
div.galc-term-selection input[type=checkbox] {
    -webkit-transform: scale(1.25);
}
}
div.galc-term-selection label {
  white-space: nowrap;
  height: min-content;
  font-weight: normal;
  line-height: 1.15;
  margin-bottom: 0.25em;
  cursor: pointer;
}
div.galc-term-selection fieldset.galc-facet-subterms {
  display: block;
  border: 0;
}fieldset.galc-facet {
  display: inherit;
  border: none;
}
fieldset.galc-facet legend {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
fieldset.galc-facet details {
  display: inherit;
  border: none;
}
fieldset.galc-facet details summary {
  list-style: none;
  white-space: nowrap;
  display: block;
  height: min-content;
  font-size: 1.125rem;
  border-bottom: 1px solid #ddd5c7;
  width: 100%;
  margin-bottom: 0.5em;
  cursor: pointer;
}
fieldset.galc-facet details summary::-webkit-details-marker {
  display: none;
}
fieldset.galc-facet details summary::after {
  content: " ";
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em 1em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjNDY1MzVFIiBkPSJNMTQzIDM1Mi4zTDcgMjE2LjNjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45bDIyLjYtMjIuNmM5LjQtOS40IDI0LjYtOS40IDMzLjkgMGw5Ni40IDk2LjQgOTYuNC05Ni40YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDIyLjYgMjIuNmM5LjQgOS40IDkuNCAyNC42IDAgMzMuOWwtMTM2IDEzNmMtOS4yIDkuNC0yNC40IDkuNC0zMy44IDB6Ii8+PC9zdmc+CjwhLS0KRm9udCBBd2Vzb21lIEZyZWUgNS4zLjEgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20KTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UvZnJlZSAoSWNvbnM6IENDIEJZIDQuMCwgRm9udHM6IFNJTCBPRkwgMS4xLCBDb2RlOiBNSVQgTGljZW5zZSkKCk1vZGlmaWVkIHRvIHNldCBmaWxsIGNvbG9yIHRvICJQYWNpZmljIiAoIzQ2NTM1RSkKLS0+Cg==");
  width: 2em;
}
fieldset.galc-facet details[open] summary::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjNDY1MzVFIiBkPSJNMTc3IDE1OS43bDEzNiAxMzZjOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlsLTIyLjYgMjIuNmMtOS40IDkuNC0yNC42IDkuNC0zMy45IDBMMTYwIDI1NS45bC05Ni40IDk2LjRjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwTDcgMzI5LjdjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45bDEzNi0xMzZjOS40LTkuNSAyNC42LTkuNSAzNC0uMXoiLz48L3N2Zz4KPCEtLQpGb250IEF3ZXNvbWUgRnJlZSA1LjMuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbQpMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKQoKTW9kaWZpZWQgdG8gc2V0IGZpbGwgY29sb3IgdG8gIlBhY2lmaWMiICgjNDY1MzVFKQotLT4K");
}
fieldset.galc-facet:not(:first-of-type) summary {
  margin-top: 1em;
}.galc-term-deselection {
  display: contents;
}
.galc-term-deselection input[type=checkbox] {
  display: none;
}
.galc-term-deselection input[type=checkbox]:checked ~ label {
  display: block;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: normal;
  color: white;
  background-color: #2c5e77;
  padding: 2px 8px;
  margin: 6px 16px 6px 0;
  cursor: pointer;
  transition: border-color 0.25s, background-color 0.25s, color 0.25s;
  border: 1px solid #2c5e77;
}
.galc-term-deselection input[type=checkbox]:checked ~ label img.term-deselect-icon {
  height: 1rem;
  width: 1rem;
  filter: invert(100%);
  display: inline;
  margin-bottom: -3px;
  margin-right: 3px;
  transition: filter 0.25s;
}
.galc-term-deselection input[type=checkbox]:checked ~ label:hover {
  color: #46535e;
  background-color: #f2f4f7;
  border-color: #46535e;
}
.galc-term-deselection input[type=checkbox]:checked ~ label:hover img.term-deselect-icon {
  filter: invert(43%) sepia(6%) saturate(3452%) hue-rotate(157deg) brightness(102%) contrast(95%);
}
.galc-term-deselection label {
  display: none;
}fieldset.galc-term-deselection {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  border: 0;
  margin: 0;
  padding: 0;
}
fieldset.galc-term-deselection legend {
  position: absolute;
  left: -9999px;
  top: -9999px;
}div.galc-facets input#show-facets {
  display: none;
}
@media only screen and (min-width: 700px) {
div.galc-facets {
    margin-right: 1em;
}
div.galc-facets .galc-term-deselection {
    display: none;
}
div.galc-facets label.show-facets-label {
    display: none;
}
div.galc-facets form.galc-facet-form {
    width: 150px;
}
}
@media only screen and (max-width: 700px) {
div.galc-facets input#show-facets ~ form.galc-facet-form {
    display: none;
}
div.galc-facets input#show-facets:checked ~ form.galc-facet-form {
    display: grid;
}
div.galc-facets label.show-facets-label {
    display: block;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: normal;
    color: white;
    background-color: #46535e;
    padding: 2px 8px;
    margin: 6px 16px 6px 0;
    width: fit-content;
    cursor: pointer;
}
div.galc-facets label.show-facets-label img.show-facets-icon {
    height: 0.9rem;
    width: 0.9rem;
    filter: invert(100%);
    display: inline;
    margin-bottom: -2px;
    margin-left: 4px;
}
}
div.galc-facets form.galc-facet-form {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: start;
  column-gap: 0.5rem;
  row-gap: 0;
  margin-right: 2rem;
}
div.galc-facets form.galc-facet-form .galc-facet-title {
  white-space: nowrap;
  grid-column: 1/4;
  margin-bottom: 0.25em;
}
div.galc-facets form.galc-facet-form > fieldset {
  padding-bottom: 0;
  width: 100%;
}
div.galc-facets form.galc-facet-form > fieldset details summary {
  grid-column: 1/4;
}
div.galc-facets form.galc-facet-form > fieldset details input {
  grid-column: 1;
}
div.galc-facets form.galc-facet-form > fieldset details label {
  grid-column: 2/4;
}
div.galc-facets form.galc-facet-form > fieldset details fieldset input {
  grid-column: 1;
}
div.galc-facets form.galc-facet-form > fieldset details fieldset label {
  grid-column: 2/4;
}
div.galc-facets form.galc-facet-form > fieldset:not(:first-of-type) summary {
  margin-top: 0.25em;
}
div.galc-facets .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}li.page-nav-link a {
  display: block;
  width: 1em;
  text-align: center;
  padding-bottom: 3px;
}
li.page-nav-link a .galc-nav-icon {
  font-weight: bold;
  margin-top: -2px;
}nav.page-nav {
  display: flex;
  margin-top: 0.375em;
  margin-bottom: 0.625em;
  justify-content: center;
}
nav.page-nav .page-nav-items-total {
  font-weight: bold;
}
nav.page-nav ul, nav.page-nav p.page-nav-items {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin: 0;
}
nav.page-nav ul.page-nav-links {
  display: none;
}
@media only screen {
nav.page-nav ul.page-nav-links {
    display: flex;
    gap: 0.25em;
    padding: 0 0 0 0.25em;
}
nav.page-nav ul.page-nav-links li {
    display: inline-block;
}
}.galc-reserve-button-form {
  display: contents;
}.galc-result {
  display: grid;
  grid-template-columns: min(180px, 45%) minmax(0, 1fr);
  grid-column-gap: 0.75rem;
}
.galc-result .galc-result-thumbnail img {
  cursor: pointer;
}
.galc-result .galc-result-actions {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
.galc-result .galc-result-actions {
    grid-column: 1/3;
}
}
@media only screen and (min-width: 700px) {
.galc-result .galc-result-thumbnail {
    grid-column: 1;
    grid-row: 1/3;
}
.galc-result .galc-item-details {
    margin-right: auto;
}
.galc-result .galc-result-actions {
    width: 160px;
    height: 100%;
    justify-content: end;
}
}
@media only screen and (min-width: 960px) {
.galc-result {
    grid-template-columns: min(180px, 45%) minmax(0, 1fr) 180px;
}
.galc-result .galc-result-actions {
    grid-column: 3;
    grid-row: 1/3;
}
}
.galc-result .galc-action {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}@media only screen and (min-width: 700px) {
div.galc-results {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: start;
}
div.galc-results .galc-facets {
    grid-column: 1;
}
div.galc-results .galc-results-block {
    grid-column: 2;
}
}
div.galc-results .galc-suppressed-controls {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 1rem;
}
div.galc-results .galc-suppressed-controls p {
  margin: 0;
  font-size: 1.125rem;
}
div.galc-results .galc-suppressed-controls ul {
  display: contents;
}
div.galc-results .galc-suppressed-controls ul li {
  list-style-type: none;
  display: flex;
}
div.galc-results .galc-suppressed-controls ul li input, div.galc-results .galc-suppressed-controls ul li label {
  display: block;
  vertical-align: center;
}
div.galc-results .galc-suppressed-controls ul li input {
  margin-left: 0.5rem;
}
div.galc-results .galc-suppressed-controls ul li label {
  margin-left: 1rem;
  font-size: 1.125rem;
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
div.galc-results .galc-results-block .galc-term-deselection {
    display: none;
}
}
div.galc-results .galc-results-block div.galc-results-list-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
div.galc-results .galc-results-block div.galc-results-list-header ul.page-nav-links {
    display: none;
}
}
div.galc-results .galc-results-block div.galc-results-list-header nav.page-nav {
  justify-content: end;
}
div.galc-results .galc-results-block ul.galc-results-list {
  display: block;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
div.galc-results .galc-results-block ul.galc-results-list li {
  display: block;
  border-bottom: 1px solid #ddd5c7;
  padding-bottom: 0.5rem;
}
div.galc-results .galc-results-block ul.galc-results-list li:not(:last-of-type) {
  margin-bottom: 1rem;
}
div.galc-results .galc-results-block div.galc-no-results p, div.galc-results .galc-results-block div.galc-no-results ul, div.galc-results .galc-results-block div.galc-no-results li {
  line-height: 1.15em;
  margin-top: 0;
  font-size: 1rem;
}
div.galc-results .galc-results-block div.galc-no-results h3 {
  margin-bottom: 0.5em;
}nav.galc-toolbar {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
nav.galc-toolbar {
    margin-bottom: -36px;
}
}
nav.galc-toolbar button {
  color: black;
  line-height: inherit;
  font-size: 1rem;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: transparent;
  height: 24px;
  padding: 0;
  width: auto;
  transition: background-color 0.25s, color 0.25s;
}
nav.galc-toolbar button:not(:disabled) {
  text-decoration: underline;
  text-decoration-color: #fdb515;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 3px;
}
nav.galc-toolbar button:not(:disabled):hover {
  background-color: black !important;
  color: white !important;
  text-decoration: none !important;
}
nav.galc-toolbar button#resetButton {
  margin-left: auto;
  justify-content: end;
}
nav.galc-toolbar ul {
  display: flex;
  justify-content: end;
  gap: 2em;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
nav.galc-toolbar ul:only-child {
  margin-left: auto;
}
nav.galc-toolbar ul li {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
nav.galc-toolbar ul li button {
  color: black;
  line-height: inherit;
  font-size: 1rem;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: transparent;
  height: 24px;
  padding: 0;
  width: auto;
  transition: background-color 0.25s, color 0.25s;
}
nav.galc-toolbar ul li button:not(:disabled) {
  text-decoration: underline;
  text-decoration-color: #fdb515;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 3px;
}
nav.galc-toolbar ul li button:not(:disabled):hover {
  background-color: black !important;
  color: white !important;
  text-decoration: none !important;
}form.galc-admin-login {
  position: absolute;
  top: -9999px;
  right: -9999px;
}.galc-closures {
  display: grid;
  grid-template-columns: min-content minmax(0, 1fr);
  align-items: start;
  justify-items: start;
}
.galc-closures h3, .galc-closures h4 {
  font-size: 1.125rem;
  border-bottom: 1px solid #ddd5c7;
  width: 100%;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.galc-closures h3 {
  font-weight: normal;
}
.galc-closures form.galc-closures-selection {
  display: grid;
  grid-template-columns: min-content max-content;
  column-gap: 0.5rem;
  margin-right: 2rem;
  width: 150px;
}
.galc-closures form.galc-closures-selection h3 {
  grid-column: 1/3;
  grid-row: 1;
}
.galc-closures form.galc-closures-selection ul.galc-show-closures-controls {
  display: contents;
  font-size: 1rem;
}
.galc-closures form.galc-closures-selection ul.galc-show-closures-controls li {
  display: contents;
}
.galc-closures form.galc-closures-selection input[type=checkbox] {
  grid-column: 1;
  margin-top: 0.15rem;
}
@media only screen and (max-width: 700px) {
.galc-closures form.galc-closures-selection input[type=checkbox] {
    -webkit-transform: scale(1.25);
}
}
.galc-closures form.galc-closures-selection label {
  grid-column: 2;
  display: block;
  white-space: nowrap;
  height: min-content;
  font-weight: normal;
  line-height: 1.15;
}
.galc-closures div.galc-closures-table-outer {
  grid-column: 2;
  width: 100%;
}
.galc-closures table.galc-closures-table {
  width: max-content;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: min-content auto auto min-content;
  column-gap: 1rem;
  row-gap: 0.25rem;
}
.galc-closures table.galc-closures-table thead, .galc-closures table.galc-closures-table tbody, .galc-closures table.galc-closures-table tr {
  display: contents;
}
.galc-closures table.galc-closures-table thead th {
  padding: 2px;
  border-bottom: 1px solid #ddd5c7;
  font-weight: normal;
}
.galc-closures table.galc-closures-table thead th button {
  height: 1.3rem !important;
  display: block;
  appearance: none;
  text-align: left;
  padding: 0;
  width: auto;
  text-decoration: none;
  text-decoration-color: white;
  transition: text-decoration 0.25s;
}
.galc-closures table.galc-closures-table thead th button:hover {
  text-decoration: underline;
  text-decoration-color: #fdb515;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 3px;
}
.galc-closures table.galc-closures-table thead th button img.galc-icon-hidden {
  opacity: 0;
}
.galc-closures table.galc-closures-table thead th[colspan="4"] {
  grid-column: 1/span 4;
  border-bottom: none;
}
.galc-closures table.galc-closures-table th, .galc-closures table.galc-closures-table td {
  padding-left: 0.25rem;
  text-align: left;
}
.galc-closures table.galc-closures-table th.galc-control, .galc-closures table.galc-closures-table td.galc-control {
  text-align: center;
}
.galc-closures table.galc-closures-table th:not(.galc-note-attr), .galc-closures table.galc-closures-table td:not(.galc-note-attr) {
  white-space: nowrap;
}
.galc-closures table.galc-closures-table th button, .galc-closures table.galc-closures-table td button {
  background-color: transparent;
}
.galc-closures table.galc-closures-table td.galc-control button {
  padding: 0;
}
.galc-closures table.galc-closures-table tbody button {
  display: block;
  appearance: none;
  border: 3px solid transparent;
  border-radius: 4px;
  height: min-content;
}
.galc-closures table.galc-closures-table tbody button:hover img, .galc-closures table.galc-closures-table tbody button:focus img {
  background-color: #fdb515;
}
.galc-closures table.galc-closures-table tbody button:focus img {
  border: 3px solid transparent;
}
.galc-closures table.galc-closures-table tbody button img {
  margin-bottom: 0;
  display: block;
}section.galc {
  font-variant-numeric: lining-nums;
}
section.galc .galc-control {
  cursor: pointer;
}
section.galc .galc-icon {
  display: inline-block;
  height: 1.2rem !important;
  width: 1.2rem;
  border: 3px solid transparent;
  border-radius: 4px;
  margin-bottom: -0.25rem;
  pointer-events: none;
  outline: none !important;
}
section.galc .galc-action {
  height: 42px;
  padding: 6px 10px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  transition: background-color 0.25s, color 0.25s;
}
section.galc .galc-action.primary {
  background-color: #fdb515;
  color: black;
}
section.galc .galc-action.primary:hover:not(:disabled) {
  background-color: black;
  color: white;
}
section.galc .galc-action.secondary {
  background-color: black;
  color: white;
}
section.galc .galc-action.secondary:hover:not(:disabled) {
  background-color: #fdb515;
  color: black;
}
section.galc .galc-action:disabled {
  color: white;
  background: #6e757c;
}