@font-face{font-display:block;font-family:FontAwesome;font-style:normal;font-weight:400;src:url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2")}html{color-scheme:var(--color-scheme);font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:var(--text-line-height)}body{background-color:var(--body-bk-color);color:var(--text-color)}h1{background-color:var(--heading-bk-color);border-radius:var(--heading-border-radius);color:var(--heading-color);font-family:var(--heading-font-family);font-size:var(--heading-font-size);font-weight:var(--heading-font-weight);justify-content:var(--heading-text-align);margin:var(--heading-margin);overflow:hidden;padding:var(--heading-padding);text-align:var(--heading-text-align);text-transform:var(--heading-text-transform)}h2{background-color:var(--sub-heading-1-bk-color);border-radius:var(--sub-heading-1-border-radius);color:var(--sub-heading-1-color);font-family:var(--sub-heading-1-font-family);font-size:var(--sub-heading-1-font-size);font-weight:var(--sub-heading-1-font-weight);justify-content:var(--sub-heading-1-text-align);margin:var(--sub-heading-1-margin);padding:var(--sub-heading-1-padding);text-align:var(--sub-heading-1-text-align);text-transform:var(--sub-heading-1-text-transform)}h1:first-child,h2:first-child{margin-top:0}h3,h4,h5,h6{background-color:var(--sub-heading-2-bk-color);border-radius:var(--sub-heading-2-border-radius);color:var(--sub-heading-2-color);font-family:var(--sub-heading-2-font-family);font-size:var(--sub-heading-2-font-size);font-weight:var(--sub-heading-2-font-weight);justify-content:var(--sub-heading-2-text-align);margin:var(--sub-heading-2-margin);padding:var(--sub-heading-2-padding);text-align:var(--sub-heading-2-text-align);text-transform:var(--sub-heading-2-text-transform)}p{margin-bottom:8px;margin-top:8px}a:any-link{color:var(--link-color);font-weight:var(--link-font-weight);text-decoration:var(--link-decoration)}a:active,a:focus{color:var(--link-active-color);text-decoration:var(--link-active-decoration)}a[aria-disabled=true]{color:var(--link-disabled-color);pointer-events:none;text-decoration:var(--link-disabled-decoration)}button{background-color:var(--action-bk-color);border:none;color:var(--action-color);cursor:pointer}@media screen and (hover:hover){a:hover{color:var(--link-active-color);text-decoration:var(--link-active-decoration)}button:hover{background-color:var(--action-active-bk-color);color:var(--action-active-color)}}input,option,select,textarea{border-radius:0;color:var(--field-color);font-family:var(--field-font-family);font-size:var(--field-font-size);font-weight:var(--field-font-weight)}input,select,textarea{background-color:var(--field-bk-color)}input:not([type=checkbox]),select,textarea{border:1px solid var(--border-color);padding:4px}input[type=range]{accent-color:var(--link-active-color)}textarea{resize:none}select,select option{padding:3px}input[type=search]{-webkit-appearance:none}:placeholder-shown{text-overflow:ellipsis}label{color:var(--text-inactive-color)}@media screen and (hover:hover){input:hover,select:hover,textarea:hover{border-color:var(--focus-outline-color)}}body.App_Edge img{pointer-events:none}html{height:100vh}body.Layout_Account,body.Layout_Admin,body.Layout_Default,body.Layout_Modal{display:flex;flex-direction:column;overflow-x:hidden}body.Layout_Account,body.Layout_Admin,body.Layout_Default{min-height:100vh}body.Layout_Modal{background-color:transparent;height:100vh}body.Layout_Account #content,body.Layout_Account #main,body.Layout_Account #wrap,body.Layout_Admin #content,body.Layout_Admin #main,body.Layout_Admin #wrap,body.Layout_Default #content,body.Layout_Default #main,body.Layout_Default #wrap,body.Layout_Modal #content,body.Layout_Modal #main,body.Layout_Modal #wrap{display:flex;flex:1;flex-direction:column}body.Layout_Account #wrap,body.Layout_Admin #wrap,body.Layout_Default #wrap{z-index:0}body.Layout_Modal #wrap{background-color:var(--body-bk-color);border:var(--modal-border);border-radius:var(--modal-border-radius);flex:none;margin:auto;max-height:calc(100vh - 20px);max-width:calc(100vw - 20px);overflow:auto;position:relative}body.Layout_Account #headerWrap,body.Layout_Admin #headerWrap,body.Layout_Default #headerWrap{background-color:var(--header-bk-color);border-bottom:2px solid var(--header-border-color)}body.Layout_Account #header,body.Layout_Admin #header,body.Layout_Default #header{align-items:center;display:flex;flex-direction:row;flex-shrink:0;gap:1em;margin:0;min-height:52px;padding:4px;position:relative;z-index:15}body.Layout_Modal #main,body.Layout_PopUp #main{background-color:var(--main-bk-color);box-sizing:border-box;padding:8px}body.Layout_Account #page,body.Layout_Admin #page,body.Layout_Default #page,body.Layout_Modal #page{display:flex;flex:1}body.Layout_Account #page,body.Layout_Account #wrap,body.Layout_Admin #page,body.Layout_Admin #wrap,body.Layout_Default #page,body.Layout_Default #wrap,body.Layout_Modal #page,body.Layout_Modal #wrap{min-height:0}body.Layout_Account #sidebar,body.Layout_Admin #sidebar,body.Layout_Default #sidebar{background-color:var(--sidebar-bk-color);border-right:var(--sidebar-border);font-size:var(--sidebar-font-size);max-width:var(--sidebar-max-width);min-width:var(--sidebar-min-width)}body.Layout_Account #content,body.Layout_Admin #content,body.Layout_Default #content{min-width:0;overflow:clip}@media print{body.Layout_Account #content,body.Layout_Admin #content,body.Layout_Default #content{overflow:initial}}body.Layout_Account #main,body.Layout_Admin #main,body.Layout_Default #main{background-color:var(--main-bk-color);margin:10px;min-height:450px}body.Layout_Modal #content{max-width:100%}body.Layout_Admin main h1{margin-bottom:8px}body.Layout_Modal #page h1{margin-top:0;word-wrap:break-word}body.Modal_Open{overflow:hidden}body.Modal_Open .modalBackground{background:rgba(0,0,0,.55);bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001}body.Modal_Open .modalBackground:focus{outline:none}body.Layout_Modal.Modal_Open{background:none}body.Layout_Modal.Modal_Open #wrap{opacity:0}body.Layout_Modal.Modal_Open .modalBackground{background:none}body.Modal_Open .modalPanel{align-items:center;bottom:0;display:flex;justify-content:center;left:0;margin:auto;overflow:hidden;position:fixed;right:0;top:0;transition:opacity .15s ease-in;z-index:1002}body.Modal_Open .modalPanel:focus{outline:none}body.Modal_Open .modalPanel.loading{opacity:0}body.Modal_Open .modalPanel.inactive{display:none}body.Modal_Open .modalPanel>iframe{border-width:0;height:100%;width:100%}body.Layout_Modal #wrap{width:36em}body.Layout_Modal[data-modal-name=Manage] #wrap{width:60em}body.Layout_Modal[data-modal-name=EditPageContent] #wrap{width:80em}body.Overflow:not(.Modal_FullPage) #content,body.Overflow:not(.Modal_FullPage) #wrap,body.Overflow:not(.Modal_FullPage) form.dataEditPage{max-height:none;overflow:visible!important}.popUpContent{margin:10px}body.Modal_FullPage{height:100vh}body.FullPage_Open{overflow:hidden}body.Layout_Modal.Modal_FullPage #wrap{border:none;border-radius:0;height:100vh;max-height:none;max-width:none;width:100vw}body.Layout_EditContent #page{min-height:600px;padding:10px}body.Layout_EditContent #header{background-color:#1080bb;box-shadow:0 2px 8px #777;margin:0;min-height:80px;padding:4px;position:relative}body.Layout_EditContent #headerActions{bottom:0;margin:0;position:absolute;right:0}body.Layout_EditContent #content{padding:8px 0 0}body.Layout_EditContent .editPageContentsControls{background:#1080bb;height:100px;overflow:hidden}body.Layout_EditContent body.mceContentBody{background:#f8f8f6}#sidebar>.resizer{border-right:.25em solid var(--focus-outline-color);box-sizing:border-box;cursor:col-resize;height:100%;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s ease-in-out;width:1em}@media screen and (hover:hover){#sidebar>.resizer:hover{opacity:1}}body.Requires_WINID{display:none}body.Layout_Account #wrap,body.Layout_Admin #wrap,body.Layout_Default #wrap,body.Layout_Modal #wrap{position:relative}a.skipToContent{left:0;position:fixed;top:-100px}a.skipToContent:focus{background-color:var(--highlight-bk-color);color:var(--highlight-color);left:5px;padding:5px;top:5px;z-index:11}#panels{background-color:var(--panels-bk-color)}body.FullPage_Open #panels{display:none!important}body.Layout_Default #panels.bottom{background-color:var(--main-bk-color);border-top:5px solid var(--highlight-bk-color);bottom:0;display:block;height:0;left:0;opacity:0;padding:0;position:fixed;right:0;transition-duration:.25s;transition-property:height,opacity;visibility:hidden;z-index:1000}body.Layout_Default.Panels:not(.Manual_Sorting) #panels.bottom{height:auto;opacity:1;position:sticky;visibility:visible}body.Layout_Default #panels.right{display:none}body.Layout_Default.Panels:not(.Manual_Sorting) #panels.right{border-left:5px solid #eee;display:flex;max-height:calc(100vh - var(--panels-top));max-height:calc(100dvh - var(--panels-top));overflow:auto;position:sticky;top:0}.noTextSelect{-webkit-touch-callout:none;cursor:default;user-select:none}.noIcons .icon:not(.iconAlways){display:none!important}body.Icons_FontAwesome .icon{display:flex;font-size:1.1em;line-height:1.1em}body.Icons_FontAwesome .icon:before{font:normal normal normal 14px FontAwesome,sans-serif;font-size:inherit;position:relative;text-rendering:auto;vertical-align:middle;width:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.Icons_FontAwesome .icon.print:before{content:"\f02f"}body.Icons_FontAwesome .icon.download:before{content:"\f019"}body.Icons_FontAwesome .icon.table:before{content:"\f0ce"}body.Icons_FontAwesome .icon.search:before{content:"\f002"}body.Icons_FontAwesome .icon.clear-all:before{content:"\f12d"}body.Icons_FontAwesome .icon.folder:before{content:"\f114"}body.Icons_FontAwesome .icon.collection:before{content:"\f009"}body.Icons_FontAwesome .icon.edit:before{content:"\f040"}body.Icons_FontAwesome .icon.maximise:before{content:"\f2d0"}body.Icons_FontAwesome .icon.close:before{content:"\f00d"}body.Icons_FontAwesome .icon.add:before{content:"\f196"}body.Icons_FontAwesome .icon.remove:before{content:"\f147"}body.Icons_FontAwesome .icon.feedback:before{content:"\f064"}body.Icons_FontAwesome .icon.purchase:before{content:"\f217"}body.Icons_FontAwesome .icon.cart:before{content:"\f07a"}body.Icons_FontAwesome .icon.email:before{content:"\f003"}body.Icons_FontAwesome .icon.facebook:before{color:#3b5998;content:"\f230"}body.Icons_FontAwesome .icon.googleplus:before{color:#dd4b39;content:"\f0d5"}body.Icons_FontAwesome .icon.pinterest:before{color:#c92228;content:"\f0d2"}body.Icons_FontAwesome .icon.save:before{color:var(--state-ok-color);content:"\f00c"}body.Icons_FontAwesome .icon.cancel:before{color:var(--state-failed-color);content:"\f05e"}body.Icons_FontAwesome .icon.upload:before{content:"\f093"}body.Icons_FontAwesome .icon.trash:before{color:var(--state-failed-color);content:"\f014"}body.Icons_FontAwesome .icon.restore:before{color:var(--state-ok-color);content:"\f0e2"}body.Icons_FontAwesome .icon.delete:before{color:var(--state-failed-color);content:"\f05e"}body.Icons_FontAwesome .icon.archive:before{content:"\f187"}body.Icons_FontAwesome .icon.list:before{content:"\f0ca"}body.Icons_FontAwesome .icon.gallery:before{content:"\f00a"}body.Icons_FontAwesome .icon.new:before{content:"\f067"}body.Icons_FontAwesome .icon.info:before{content:"\f129"}body.Icons_FontAwesome .icon.move:before{content:"\f047"}body.Icons_FontAwesome .icon.share:before{content:"\f1e0"}body.Icons_FontAwesome .icon.question:before{content:"\f128"}body.Icons_FontAwesome .icon.cogs:before{content:"\f085"}body.Icons_FontAwesome .icon.cog:before{content:"\f013"}body.Icons_FontAwesome .icon.ellipsis:before{content:"\f142"}body.Icons_FontAwesome .icon.layout-grid:before{content:"\f00a"}body.Icons_FontAwesome .icon.layout-detail:before{content:"\f00b"}body.Icons_FontAwesome .icon.layout-banner:before{content:"\f009"}body.Icons_FontAwesome .icon.sort:before{content:"\f15d"}body.Icons_FontAwesome .icon.select:before{content:"\f14a"}body.Icons_FontAwesome .icon.toggle-select:before{content:"\f0ec"}body.Icons_FontAwesome .icon.unselect:before{content:"\f096"}body.Icons_FontAwesome .icon.user:before{content:"\f007"}body.Icons_FontAwesome .icon.comment:before{content:"\f0e5"}body.Icons_FontAwesome .icon.file:before{content:"\f016"}body.Icons_FontAwesome .icon.file-text:before{content:"\f0f6"}body.Icons_FontAwesome .icon.files:before{content:"\f0c5"}body.Icons_FontAwesome .icon.log-out:before{content:"\f08b"}body.Icons_FontAwesome .icon.vcard:before{content:"\f2bc"}body.Icons_FontAwesome .icon.security:before{content:"\f132"}body.Icons_FontAwesome .icon.commerce:before{content:"\f07a"}body.Icons_FontAwesome .icon.geolocation:before{content:"\f041"}body.Icons_FontAwesome .icon.tags:before{content:"\f02c"}body.Icons_FontAwesome .icon.calendar:before{content:"\f073"}body.Icons_FontAwesome .icon.database:before{content:"\f1c0"}body.Icons_FontAwesome .icon.site-map:before{content:"\f0e8"}body.Icons_FontAwesome .icon.image:before,body.Icons_FontAwesome .icon.picture:before{content:"\f03e"}body.Icons_FontAwesome .icon.report:before{content:"\f080"}body.Icons_FontAwesome .icon.globe:before{content:"\f0ac"}body.Icons_FontAwesome .icon.bolt:before{content:"\f0e7"}body.Icons_FontAwesome .icon.lock:before{content:"\f023"}body.Icons_FontAwesome .icon.unlock:before{content:"\f13e"}body.Icons_FontAwesome .icon.credit-card:before{content:"\f09d"}body.Icons_FontAwesome .icon.eye:before{content:"\f06e"}body.Icons_FontAwesome .icon.relate:before{content:"\f0c1"}body.Icons_FontAwesome .icon.unrelate:before{content:"\f127"}body.Icons_FontAwesome .icon.time:before{content:"\f017"}body.Icons_FontAwesome .icon.moderate:before{content:"\f0e3"}body.Icons_FontAwesome .icon.workflow:before{content:"\f1b8"}body.Icons_FontAwesome .icon.incomplete:before{content:"\f12e"}body.Icons_FontAwesome .icon.underReview:before{content:"\f06e"}body.Icons_FontAwesome .icon.expired:before{color:red;content:"\f250"}body.Icons_FontAwesome .icon.restricted:before{color:#edb94a;content:"\f071"}body.Icons_FontAwesome .icon.active:before,body.Icons_FontAwesome .icon.complete:before{content:"\f00c"}body.Icons_FontAwesome .icon.copyClipboard:before{content:"\f0ea"}body.Icons_FontAwesome .icon.copyFile:before{content:"\f0c5"}body.Icons_FontAwesome .icon.link:before{content:"\f0c1"}body.Icons_FontAwesome .icon.fullPage:before{content:"\f065"}body.Icons_FontAwesome .icon.rotateLeft:before{content:"\f0e2"}body.Icons_FontAwesome .icon.rotateRight:before{content:"\f01e"}body.Icons_FontAwesome .icon.crop:before{content:"\f125"}body.Icons_FontAwesome .icon.mirror:before{content:"\f07e"}body.Icons_FontAwesome .icon.flip:before{content:"\f07d"}body.Icons_FontAwesome .icon.zoomIn:before{content:"\f00e"}body.Icons_FontAwesome .icon.zoomOut:before{content:"\f010"}body.Icons_FontAwesome .icon.drag:before{content:"\f0c9"}body.Icons_FontAwesome .icon.code:before{content:"\f121"}body.Icons_FontAwesome .icon.group:before{content:"\f247"}body.Icons_FontAwesome .icon.square:before{content:"\f096"}body.Icons_FontAwesome .icon.camera:before{content:"\f030"}body.Icons_FontAwesome .icon.clock:before{content:"\f017"}body.Icons_FontAwesome .icon.back:before{content:"\f053"}body.Icons_FontAwesome .icon.next:before{content:"\f105"}body.Icons_FontAwesome .icon.previous:before{content:"\f104"}body.Icons_FontAwesome .icon.up:before{content:"\f106"}body.Icons_FontAwesome .icon.down:before{content:"\f107"}body.Icons_FontAwesome .icon.filter:before{content:"\f0b0"}body.Icons_FontAwesome .icon.dropdown:before{content:"\f078"}body.Icons_FontAwesome .icon.refresh:before{content:"\f021"}body.Icons_FontAwesome .icon.closeSquare:before{content:"\f2d4"}body.Icons_FontAwesome .icon.heart:before{content:"\f004"}body.Icons_FontAwesome .icon.compass:before{content:"\f14e"}body.Icons_FontAwesome .icon.star-empty:before{content:"\f006"}body.Icons_FontAwesome .icon.star-full:before{content:"\f005"}body.Icons_FontAwesome .icon.play:before{content:"\f04b"}body.Icons_FontAwesome .icon.pause:before{content:"\f04c"}body.Icons_FontAwesome .icon.home:before{content:"\f015"}body.Icons_FontAwesome .icon.cube:before{content:"\f1b2"}body.Icons_FontAwesome .icon.sliders{align-self:stretch;background-image:url(../images/icons/sliders.svg)}body.Icons_FontAwesome .icon.twitter{background-image:url(../images/icons/twitter.svg)}body.Icons_FontAwesome .icon.layout-flow,body.Icons_FontAwesome .icon.layout-flow-fit{background-image:url(../images/icons/masonry.svg);transform:rotate(90deg)}body.Icons_FontAwesome .icon.layout-flow,body.Icons_FontAwesome .icon.layout-flow-fit,body.Icons_FontAwesome .icon.sliders,body.Icons_FontAwesome .icon.twitter{background-position-x:0;background-position-y:0;background-repeat:no-repeat;background-size:100% 100%}body.Icons_FontAwesome .icon.layout-flow-fit:before,body.Icons_FontAwesome .icon.layout-flow:before,body.Icons_FontAwesome .icon.twitter:before{content:"";display:block;height:1em;width:1em}.dialogIcon{background-repeat:no-repeat;background-size:100% 100%;display:block;float:left;height:4em;margin-bottom:.5em;margin-right:.5em;width:4em}.dialogIcon.success{background-image:url(../images/dialogicons/success.svg)}.dialogIcon.warn{background-image:url(../images/dialogicons/warn.svg)}.dialogIcon.error{background-image:url(../images/dialogicons/error.svg)}.dialogIcon.print{background-image:url(../images/dialogicons/print.svg)}.dialogIcon.task{background-image:url(../images/dialogicons/task.svg)}#header .logo{align-self:stretch;flex:1;min-width:80px;position:relative}#header .logo a,#header .logo img{bottom:0;height:auto;left:0;margin:auto 0;max-height:100%;max-width:100%;position:absolute;right:0;top:0;width:auto}#headerActions{align-items:stretch;display:flex;flex:1;gap:.25em;justify-content:flex-end}main#main div.title>.component.actionGroup.titleBar{margin:0;position:absolute;right:var(--title-actions-offset);top:var(--title-actions-offset)}main#main div.title>.component.actionGroup.titleBar .action{color:var(--title-actions-action-color)}.clear{clear:both}.preserveCase{text-transform:none}.zeroMargin{margin-bottom:0!important}.component{background:none;margin-bottom:20px}.component.viewing.editOnly,.editing .viewOnly{display:none}.componentTitle{align-items:center;display:flex}div.componentTitle:not([data-title-tag]){border-bottom:1px solid var(--border-color);margin-bottom:.5em;padding:.25em .25em .25em 0}body.Icons .componentTitle>.icon{display:flex;justify-content:center;margin-left:5px;min-width:15px;text-align:center;vertical-align:middle}.componentTitle>.label{flex:1}.componentTitle>.icon+.label{margin:5px;vertical-align:middle}body.Icons .component.iconsOnly>.componentTitle,body.Icons .component.titleIconOnly>.componentTitle{align-items:center}body.Icons .component.iconsOnly>.componentTitle>.icon,body.Icons .component.titleIconOnly>.componentTitle>.icon,body.Icons .componentTitle.empty>.icon,body.Icons .componentTitle>.icon:only-child{margin:0 8px}.componentTitle.empty>.label,body.Icons .component.iconsOnly>.componentTitle>.icon+.label,body.Icons .component.titleIconOnly>.componentTitle>.icon+.label{margin-left:0!important;margin-right:0!important;max-width:0;overflow:hidden}body.Icons .component.iconsLarge>.componentTitle>.icon:before{font-size:20px}body.Icons .component.iconsXLarge>.componentTitle>.icon:before{font-size:25px}body.Icons .component.iconsLarge>.componentTitle>.label{font-size:14px;margin:7px 5px}body.Icons .component.iconsXLarge>.componentTitle>.label{font-size:15px;margin:9px 7px}.componentTitle .button{height:auto;margin:2px 0 0 4px;padding:0}.componentTitle .button a{font-size:1.1em;padding:0}body.Icons.App_FireFox .componentTitle>.icon:only-child,body.Icons.App_FireFox .main .component.iconsOnly>.componentTitle>.icon,body.Icons.App_FireFox .main .component.titleIconOnly>.componentTitle>.icon{padding:5px 8px 4px}span.mandatory{color:var(--field-required)}.action:not(.hasUI):focus-within,.component.actionGroup .action:focus-within,.component.groupPath .galleryItem:focus-within,[role=button]:focus,[role=tabpanel]:focus,[role=treeitem]:focus>.content,[role=treeitem]>.content:focus,a:focus,button:focus{outline:2px solid var(--focus-outline-color);outline-offset:-1px;z-index:1}.action:focus-within [role=button]{outline:none}[role=treeitem]:focus{outline:none}.component.highlight>a:focus:after,.component.siteFilesCarousel .carouselPageContent>a:focus:after{bottom:0;content:"";left:0;outline:2px solid var(--focus-outline-color);outline-offset:-2px;position:absolute;right:0;top:0;z-index:1}input:not([type=checkbox]):focus,select:focus,textarea:focus{outline:2px solid var(--focus-outline-color);outline-offset:-1px}input[type=checkbox]:focus{outline-color:var(--focus-outline-color)}[data-expanded=false]>.collapsibleContent{display:block;flex:none!important;height:0!important;margin:0!important;min-height:auto!important;overflow:hidden;padding:0!important;visibility:hidden}.toggleCollapsible[aria-expanded]{display:flex}.toggleCollapsible[aria-expanded],.toggleCollapsible[aria-expanded]>label{cursor:pointer}.toggleCollapsible[aria-expanded]:before{content:"\f147";font-family:FontAwesome,sans-serif}.toggleCollapsible[aria-expanded=false]:before{content:"\f196"}.componentTitle.toggleCollapsible[aria-expanded]:before{padding-right:.5em}.component.dropdown:not(.more)>.componentTitle>.toggleCollapsible[aria-expanded]:before,.component.dropdown>.componentTitle.toggleCollapsible[aria-expanded]:before{align-self:stretch;border-left:1px solid var(--border-color);content:"\f078";font-family:FontAwesome,sans-serif;padding:5px}.component.dropdown>.componentTitle.toggleCollapsible[aria-expanded]:before{order:1}.component.dropdown.more>.componentTitle>.toggleCollapsible[aria-expanded]{border-left:1px solid var(--border-color)}.component.dropdown.more>.componentTitle>.toggleCollapsible[aria-expanded]:before{content:none}.component.dropdown.more>.componentTitle>.toggleCollapsible[aria-expanded]:after{align-self:stretch;content:"\f078";font-family:FontAwesome,sans-serif;padding:5px}.tooltip{background-color:#031521;border:1px solid #888;color:#fff;opacity:1;padding:5px;transition:opacity .15s ease-in;white-space:nowrap;z-index:100000}.tooltip.hidden{opacity:0}.tooltip:after,.tooltip:before{border:solid transparent;content:" ";height:0;pointer-events:none;position:absolute;width:0}.tooltip:after{border-width:8px}.tooltip:before{border-width:10px}.tooltip.left{margin-right:12px}.tooltip.left:after,.tooltip.left:before{left:100%;top:50%}.tooltip.left:after{border-left-color:#031521;margin-top:-8px}.tooltip.left:before{border-left-color:#888;margin-top:-10px}.tooltip.right{margin-left:12px}.tooltip.right:after,.tooltip.right:before{right:100%;top:50%}.tooltip.right:after{border-right-color:#031521;margin-top:-8px}.tooltip.right:before{border-right-color:#888;margin-top:-10px}.tooltip.top{margin-bottom:12px}.tooltip.top:after,.tooltip.top:before{left:50%;top:100%}.tooltip.top:after{border-top-color:#031521;margin-left:-8px}.tooltip.top:before{border-top-color:#888;margin-left:-10px}.tooltip.bottom{margin-top:12px}.tooltip.bottom:after,.tooltip.bottom:before{bottom:100%;left:50%}.tooltip.bottom:after{border-bottom-color:#031521;margin-left:-8px}.tooltip.bottom:before{border-bottom-color:#888;margin-left:-10px}.stickySidebar{max-height:100vh;max-height:100dvh;overflow:auto;position:sticky;top:0}.stickyHeader{-webkit-backdrop-filter:var(--sticky-header-bk-filter);backdrop-filter:var(--sticky-header-bk-filter);background-color:var(--sticky-header-bk-color);position:var(--sticky-header-position);top:0;z-index:var(--sticky-header-z-index)}body.App_FireFox .stickyHeader{backdrop-filter:none;background-color:var(--sticky-header-fallback-bk-color)}.messageBox{background-color:var(--message-box-bk-color);border:var(--message-box-border);border-radius:var(--message-box-border-radius);display:table;margin:10px;max-height:600px;max-width:800px;min-height:80px;min-width:250px;overflow:hidden;padding:8px}.messageBox h1{margin-top:0}.messageBox .content{margin:10px 0;overflow:hidden}.messageBox p.message{overflow:hidden;overflow-wrap:break-word}body.Engine_Gecko .messageBox p.message{float:left;width:-moz-max-content}.messageBox img.icon{float:left;margin-right:10px}.messageBox .buttons{display:flex;gap:.5em;justify-content:center}.messageBox .buttons .component.button{letter-spacing:1px;margin:0;width:8em}.toaster{bottom:10px;left:10px;max-width:350px;position:fixed;z-index:100000}.toast{background-color:#031521;border:1px solid var(--border-color);box-sizing:border-box;color:#fff;display:block;font-weight:700;margin-top:5px;min-width:100px;overflow-wrap:break-word;padding:10px}.toast:first-child{margin-top:0}.toast.info{background-color:#ffcd19;border:none;color:#000}.toast.ok{background-color:green;border:none}.toast.warn{background-color:#faa732;border:none}.toast.error{background-color:#da4f49;border:none}.toast.closeable{padding-right:20px;position:relative}.toast.closeable>.icon.close{cursor:pointer;position:absolute;right:5px;top:5px}.toast.clickable{cursor:pointer}.progress{background:none;height:5px}.progress>.progressBar{background-color:green;height:100%;overflow:hidden}.toolbars.container>.components,.toolbars:not(.container){align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;margin:0 0 5px}.toolbars.container>.components>:not(.clear),.toolbars:not(.container)>:not(.clear){box-sizing:border-box;margin:0;max-width:100%}.toolbars.container>.components>.spacer,.toolbars:not(.container)>.spacer{flex:1}.component.label{border-radius:0;margin:0;overflow:hidden}button{font-weight:inherit}.button{background-color:var(--button-bk-color);border:1px solid var(--button-border-color);border-radius:var(--button-border-radius);color:var(--button-color);font-weight:var(--button-font-weight);letter-spacing:.2px;line-height:var(--button-line-height);margin-right:8px;padding:0;text-align:center;text-decoration:none}.button:only-child{margin-right:0}div.button{align-items:center;display:flex}button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0!important;padding:0!important}.component.button{float:left;line-height:var(--button-line-height)}.component.button>a:any-link{color:var(--button-color);display:block;float:left;margin-left:0;padding:5px;text-decoration:none}button.component.button{color:var(--button-color);padding:5px}.component.button.main,.component.button.primary,.component.button[data-type=mbOK],.component.button[data-type=mbYes]{background-color:var(--button-primary-bk-color);border-color:var(--button-primary-border-color);color:var(--button-primary-color);font-weight:var(--button-primary-font-weight)}.component.button .icon+.label{margin-left:5px}.component.button.small a:link,button.component.button.small{padding:2px}@media screen and (hover:hover){.component.button a:hover,button.component.button:hover{background-color:var(--button-active-bk-color);border-color:var(--button-active-border-color);color:var(--button-active-color)}.component.button.main:hover,.component.button.primary:hover,.component.button[data-type=mbOK]:hover,.component.button[data-type=mbYes]:hover{background-color:var(--button-primary-active-bk-color);border-color:var(--button-primary-active-border-color);color:var(--button-primary-active-color)}}button.toggle{align-items:center;background-color:var(--highlight-disabled-bk-color);color:var(--highlight-disabled-color);display:flex;justify-content:center;padding:0 5px;width:2em}button.toggle:before{font-family:FontAwesome,sans-serif;font-size:16px}button.toggle[aria-pressed=true]{background-color:var(--highlight-bk-color);color:var(--highlight-color)}#headerActions .component.quickSearch{flex:1;max-width:300px;min-width:100px}#headerActions .component.quickSearch input.query{border-radius:5px;border-width:2px}.component.quickSearch div.query>.icon.search{left:2px}.grid .gridHeader{border-bottom:1px solid var(--border-color);color:var(--text-inactive-color)}.grid .gridTitleWithHeaders{border-bottom:none;padding-bottom:2px}.grid table{border:1px solid var(--border-color)}.grid .gridCell>.component{border:none;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;width:100%}.grid .gridCell>.component.button{width:auto}.grid .gridCell>.label{cursor:default}.grid .gridCell>.editBoxField .editBoxFieldText{padding:2px}.grid .gridCell>.editBoxField .editBoxFieldValue{float:none;margin:2px;overflow:visible;padding:0}.grid .gridCell>.editBoxField .editBoxFieldValue input[type=checkbox]{width:14px}.grid table tbody tr.highlight{background-color:var(--highlight-bk-color);color:var(--highlight-color)}@media screen and (hover:hover){.component.grid:not(.noRowHighlight) table tbody tr:hover{background-color:var(--highlight-bk-color);color:var(--highlight-color)}}.selectGrid .componentTitle>.button{margin-top:-4px}.pivotGrid .grid table{border:0}.ManageItemTypePermissionsPage .grid .gridHeader,.ManageItemTypesPage .grid .gridHeader,.ManageTablePermissionsPage .grid .gridHeader{overflow:visible;width:60px}.ManageItemTypePermissionsPage .grid .gridColumn1,.ManageItemTypesPage .grid .gridColumn1,.ManageTablePermissionsPage .grid .gridColumn1{max-width:none;width:auto}.ManageItemTypePermissionsPage .gridHeader th,.ManageItemTypesPage .gridHeader th,.ManageTablePermissionsPage .gridHeader th{font-weight:400;height:81px;overflow:visible}.ManageItemTypePermissionsPage .gridHeaderLabel,.ManageItemTypesPage .gridHeaderLabel,.ManageTablePermissionsPage .gridHeaderLabel{left:8px;overflow:visible;position:relative;text-align:left;top:9px;-ms-transform:rotate(-69deg);-webkit-transform:rotate(-69deg) translateZ(0);-moz-transform:rotate(-69deg);-o-transform:rotate(-69deg);transform:rotate(-69deg);white-space:nowrap}.thumb{overflow:hidden;position:relative}.thumbnail{background-color:var(--thumbnail-bk-color);height:160px;position:relative;width:160px}.thumb.empty .thumbnail,.thumb.loading .thumbnail{background-color:var(--thumbnail-empty-bk-color)}.thumbnail .unavailable{font-size:90%;margin-top:65px}.smallThumbs .galleryItem .thumbnail{height:100px;width:100px}.xsmallThumbs .galleryItem .thumbnail{height:60px;width:70px}.xsmallThumbs .galleryItem .thumbnailCaption{font-size:10px;height:2.2em;margin:2px 0 0;overflow:hidden;padding:0}.microThumbs .galleryItem .thumbnail{height:75px;width:75px}.microThumbs .galleryItem .thumbnailCaption{height:auto;left:82px;padding:0 5px;position:absolute;right:0;text-align:left;top:0}.listThumbs .galleryItem{border:none;float:none}.listThumbs .galleryItem .thumbnail{float:left;height:25px;width:25px}.listThumbs .galleryItem .thumbnailCaption{height:auto;margin:0;padding:0 5px;text-align:left}.galleryItem[data-selectable=false] .thumbnailTick{display:none}.galleryItem[data-selected-changing=true] .thumbnailTick:before,.galleryItem[data-selected=true]:not([data-selected-changing=false]) .thumbnailTick:before,div.galleryDetailItem[data-selected-changing=true] .thumbnailTick.thumbnailTick:before,div.galleryDetailItem[data-selected=true]:not([data-selected-changing=false]) .thumbnailTick:before{content:"\f14a"}@media screen and (hover:hover) and (pointer:fine){.thumbnail>.actions>button.itemActions,.thumbnailTick{opacity:0;transition:opacity .1s linear}.detailThumb:hover .thumbnail>.actions>button.itemActions,.detailThumb:hover .thumbnailTick,.galleryDetailItem:hover .thumbnail>.actions>button.itemActions,.galleryDetailItem:hover .thumbnailTick,.galleryItem:hover .thumbnail>.actions>button.itemActions,.galleryItem:hover .thumbnailTick,.galleryItem[data-selected-changing=true] .thumbnailTick,.galleryItem[data-selected=true] .thumbnailTick,.selecting .galleryDetailItem .thumbnailTick,.selecting .galleryItem .thumbnailTick,div.galleryDetailItem[data-selected-changing=true] .thumbnailTick,div.galleryDetailItem[data-selected=true] .thumbnailTick{opacity:1}}.thumbnail .statusBar{background-color:rgba(0,0,0,.7);color:#fff;display:flex;position:absolute;right:0;top:0;z-index:1}.thumbnail .statusBar .icon{display:flex;font-size:1.5rem;justify-content:center;line-height:1.5rem;min-width:1.5rem;padding:1px;text-align:center}.thumbnail .itemType{display:none!important}.thumbnail .itemType.collectionItem,.thumbnail .itemType.consentItem,.thumbnail .itemType.folderItem{display:inline-flex!important}body.Icons_FontAwesome .itemType.icon.folderItem:before{content:"\f114"}body.Icons_FontAwesome .itemType.icon.collectionItem{width:24px}body.Icons_FontAwesome .itemType.icon.collectionItem:before{content:"\f009"}body.Icons_FontAwesome .icon.consentItem:before{content:"\f0f6"}.thumbnail .itemState{display:inline-block}.thumbnail .itemState.active{display:none}body.Icons_FontAwesome .itemState.icon.importing{width:24px}body.Icons_FontAwesome .itemState.icon.importing:before{content:"\f093"}body.Icons_FontAwesome .itemState.icon.archived:before{content:"\f187"}body.Icons_FontAwesome .itemState.icon.deleted:before{color:red;content:"\f05e"}.smallThumbs .thumbnail .statusBar .icon{font-size:16px;line-height:16px;min-width:16px}.microThumbs .thumbnail .statusBar .icon,.xsmallThumbs .thumbnail .statusBar .icon{font-size:13px;line-height:13px;min-width:13px}.listThumbs .galleryItem .statusBar{display:none}body.Icons_FontAwesome .smallThumbs .itemState.icon.importing,body.Icons_FontAwesome .smallThumbs .itemType.icon.collectionItem{width:18px}body.Icons_FontAwesome .microThumbs .itemState.icon.importing,body.Icons_FontAwesome .microThumbs .itemType.icon.collectionItem,body.Icons_FontAwesome .xsmallThumbs .itemState.icon.importing,body.Icons_FontAwesome .xsmallThumbs .itemType.icon.collectionItem{width:15px}@media screen and (hover:hover){.listThumbs .thumbnail:hover .assetMetadata .metadata,.microThumbs .thumbnail:hover .assetMetadata .metadata,.xsmallThumbs .thumbnail:hover .assetMetadata .metadata{display:none}.listThumbs .thumbnail:hover .assetMetadata .metadata.duration,.listThumbs .thumbnail:hover .assetMetadata .metadata.ext,.microThumbs .thumbnail:hover .assetMetadata .metadata.duration,.microThumbs .thumbnail:hover .assetMetadata .metadata.ext,.xsmallThumbs .thumbnail:hover .assetMetadata .metadata.duration,.xsmallThumbs .thumbnail:hover .assetMetadata .metadata.ext{display:block}}.galleryItem[data-item-type="2"] .thumbnail .assetMetadata,.galleryItem[data-item-type="3"] .thumbnail .assetMetadata,.galleryItem[data-item-type="4"] .thumbnail .assetMetadata{display:none!important}.thumbnailCaption{overflow-wrap:anywhere}div.thumbnailCaption{height:3.3em;line-height:1.1em;margin:5px 0;overflow:hidden;overflow-wrap:anywhere;padding:0 3px;text-align:center}.thumbnailCaption>.reference{display:none}.detailThumb,.detailThumb>a{color:var(--gallery-item-color);display:flex;flex:1;gap:.5em;max-width:100%}.detailThumb{max-height:160px}.detailThumb .thumbnail{flex-shrink:0}.detailThumb .thumbnail .thumbnailTick{left:5px;top:5px}.detailThumb .detail{display:flex;flex:1;flex-direction:column;margin:.25em;overflow:hidden}.detailThumbCaption{flex:0 0 auto;margin:.25em 0;overflow:hidden;text-align:center;word-wrap:break-word;font-weight:400}.detailThumbFields{flex:1;-webkit-mask-image:linear-gradient(180deg,#fff 80%,transparent);mask-image:linear-gradient(180deg,#fff 80%,transparent);overflow:hidden}.detailThumb .editBox{margin:0;overflow:hidden}.detailThumb .editBoxContent,.detailThumb .editBoxContent .editBoxFieldValue{display:flex;flex-direction:column;overflow:hidden}.detailThumb .editBoxContent .editBoxField{display:flex;flex:1}.detailThumb .editBoxContent .editBoxFieldLabel{flex:0 0 85px;padding:0}.detailThumb .editBoxContent .editBoxFieldLabel:after{content:":"}.detailThumb .editBoxContent .editBoxFieldValue{display:block;flex:1;padding:0}.detailThumb .editBoxContent .editBoxField[data-type=text] .editBoxFieldText>.value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:400px){.detailThumb{font-size:85%}.detailThumb .editBoxContent,.detailThumb .editBoxContent .editBoxField,.detailThumb .editBoxContent .editBoxFieldLabel{display:block}}@media screen and (max-width:360px){.detailThumb{font-size:80%}}.thumbnail .lockedByAnother,.thumbnail .lockedByUser{display:inline-block}.lockedByAnother{color:red}.fitCover .fitContain .image{background-size:0 0}.fitCover .fitContain .image img{display:block}.video.noposter{height:250px;width:400px}.video.noposter video{height:100%;width:100%}.sound.noposter{height:250px;width:400px}.sound.noposter audio{height:100%;width:100%}.galleryDetailItem,.galleryItem{background-color:var(--gallery-item-bk-color);border:1px solid var(--gallery-item-border-color);border-radius:2px;color:var(--gallery-item-color);font-family:var(--gallery-item-font-family);font-size:var(--gallery-item-font-size);font-weight:var(--gallery-item-font-weight);line-height:var(--gallery-item-line-height);overflow:hidden}.galleryDetailItem:focus-within,.galleryItem:focus-within{outline:2px solid var(--focus-outline-color)}.galleryDetailItem{position:relative}.galleryDetailItem a,.galleryItem>.thumb>a{outline:none;text-decoration:none}.galleryItem>.thumb>a{display:block}.galleryContent{display:grid;grid-template-columns:repeat(auto-fill,minmax(162px,1fr));grid-template-rows:max-content;grid-gap:var(--gallery-gap)}.component.gallery[data-layout=detail] .galleryContent{grid-template-columns:repeat(auto-fill,minmax(30em,1fr))!important}.smallThumbs .galleryContent{grid-template-columns:repeat(auto-fill,minmax(112px,1fr))}.xsmallThumbs .galleryContent{grid-template-columns:repeat(auto-fill,minmax(72px,1fr))}.listThumbs .galleryContent,.microThumbs .galleryContent{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.galleryContent>.galleryItem .thumbnail{width:auto}.microThumbs .galleryContent>.galleryItem .thumbnail{width:75px}.listThumbs .galleryContent>.galleryItem .thumbnail{width:25px}@media screen and (max-width:400px){.component.gallery[data-layout=detail] .galleryContent{grid-template-columns:repeat(auto-fill,minmax(325px,1fr))!important}}.component.gallery[data-layout^=flow] .galleryContent{display:flex;flex-wrap:wrap;gap:.5em}.component.gallery[data-layout=flow] .galleryContent{justify-content:center}.component.gallery[data-layout=flow-fit] .galleryContent{justify-content:start}.component.gallery[data-layout^=flow] .galleryContent .galleryItem{flex-grow:0}.component.gallery[data-layout=flow] .galleryContent .galleryItem .thumbnail{height:225px}.component.gallery[data-layout=flow-fit] .galleryContent .galleryItem .thumbnail{display:flex;justify-content:center;max-height:225px;min-height:160px;min-width:160px}.component.gallery[data-layout^=flow] .galleryItem{border:none;border-radius:0}.component.gallery[data-layout^=flow] .assetMetadata,.component.gallery[data-layout^=flow] .thumbnailCaption{display:none}@media screen and (pointer:fine){.component.gallery[data-layout^=flow] .thumbnailCaption{background-color:rgba(0,0,0,.7);bottom:0;color:#fff;display:grid;font-size:1.1rem;grid-template-rows:0fr;height:auto;left:0;line-height:1.5;margin:0;overflow:hidden;position:absolute;right:0;transition:grid-template-rows .25s ease-out}.component.gallery[data-layout^=flow] .thumbnailCaption .caption,.component.gallery[data-layout^=flow] .thumbnailCaption .reference{overflow:hidden}.component.gallery[data-layout^=flow] .galleryItem:hover .thumbnailCaption{grid-template-rows:1fr}.component.gallery[data-layout^=flow] .galleryItem:hover .thumbnailCaption .caption{padding:.25em}}.component.gallery[data-layout^=banner] .galleryContent{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}#content.lt-md .component.gallery[data-layout^=banner] .galleryContent{gap:.5rem}.component.gallery[data-layout^=banner] .galleryItem{--gallery-item-bk-color:transparent;border:none;border-radius:0}.component.gallery[data-layout^=banner] .thumbnail img,.component.gallery[data-layout^=banner] .thumbnail video{object-fit:cover!important}.component.gallery[data-layout^=banner] .thumbnail .statusBar{display:none}.component.gallery[data-layout^=banner] .thumbnailCaption{color:var(--text-color);font-size:1.25rem;margin:.25rem;padding:0;text-align:left}#content.lt-sm .component.gallery[data-layout=banner] .thumbnailCaption{height:auto;margin:.25rem 1rem;padding:0}.component.gallery[data-layout=banner-with-data] .dataLabel,.component.gallery[data-layout=banner-with-data] .editBox,.component.gallery[data-layout=banner-with-data] .label{margin:0 1rem}.component.gallery[data-layout=banner-with-data] p:first-child{margin-top:0}.component.gallery[data-layout=banner-with-data] p:last-child{margin-bottom:0}.component.gallery[data-layout=banner-with-data] .thumbnailCaption{margin:1rem 1rem .5rem}.component.gallery[data-layout=banner-with-data] div.thumbnailCaption{height:auto}.component.gallery[data-layout=with-data] .galleryContent{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}#content.lt-md .component.gallery[data-layout=with-data] .galleryContent{gap:.5rem}.component.gallery[data-layout=with-data] .galleryItem{--gallery-item-bk-color:transparent;border:none;border-radius:0}.component.gallery[data-layout=with-data] h3{color:var(--text-color);font-size:1.25rem;margin:.25rem;padding:0;text-align:left}.component.gallery[data-layout=with-data] .mediaWithData>.components{display:flex;gap:1em}#content.lt-sm .component.gallery[data-layout=with-data]{margin-left:-1rem;margin-right:-1rem}#content.lt-sm .component.gallery[data-layout=with-data] .galleryContent{grid-template-columns:1fr}#content.lt-sm .component.gallery[data-layout=with-data] .mediaWithData>.components{flex-direction:column}#content.lt-sm .component.gallery[data-layout=with-data] .mediaWithData>.components>:not(.thumb){margin-left:1rem;margin-right:1rem}.component.gallery[data-layout=with-data] .mediaWithData>.components>.thumb{flex:1 0 25%}.component.gallery[data-layout=with-data] .mediaWithData>.components>.container{flex:4}.component.gallery[data-layout=with-data] .dataLabel,.component.gallery[data-layout=with-data] .editBox,.component.gallery[data-layout=with-data] .label{margin:0}.component.gallery[data-layout=with-data] p:first-child{margin-top:0}.component.gallery[data-layout=with-data] p:last-child{margin-bottom:0}.component.gallery[data-layout=with-data] .thumbnailCaption{margin:1rem 1rem .5rem}.component.gallery[data-layout=with-data] div.thumbnailCaption{height:auto}#footer{background-color:var(--footer-bk-color);font-size:var(--footer-font-size)}#footer,#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer p{color:var(--footer-text-color)}.progressPageButtons{overflow:hidden}.progressPageButtons .component.button{margin-bottom:0}.attention{background-color:var(--highlight-bk-color);transition:background .1s ease-in}.alert{background-color:var(--alert-bk-color);border:1px solid var(--alert-border-color);border-radius:0;color:var(--alert-text-color);line-height:1.5;padding:10px}.tox-tinymce{width:100%}.tox-fullscreen .tox.tox-tinymce.tox-fullscreen{z-index:999!important}@media print{body.Layout_Modal,body.Layout_Modal #page,body.Layout_Modal #wrap{overflow:visible!important}.skipToContent{display:none!important}@media print{#footer,#header,#sidebar{display:none!important}}}.label.layoutEditable section.horizontal,.label.layoutEditable section.vertical{display:flex;margin:1em 0}.label.layoutEditable section.horizontal:first-child,.label.layoutEditable section.vertical:first-child{margin:0 0 1em}.label.layoutEditable section.horizontal{gap:1em}#content.lt-md .label.layoutEditable section.horizontal,.label.layoutEditable section.vertical{flex-direction:column}.label.layoutEditable div.container>p:first-child{margin-top:0}