.content-editor .content-editor-overlay{transition:opacity .25s ease-in-out;opacity:0;position:absolute;left:-99999px;cursor:pointer;z-index:101;background-image:-webkit-linear-gradient(right bottom,#ccc 25%,#bbb 25%,#bbb 50%,#ccc 50%,#ccc 75%,#bbb 75%,#bbb 75%);background-image:-moz-linear-gradient(right bottom,#ccc 25%,#bbb 25%,#bbb 50%,#ccc 50%,#ccc 75%,#bbb 75%,#bbb 75%);background-image:-ms-linear-gradient(right bottom,#ccc 25%,#bbb 25%,#bbb 50%,#ccc 50%,#ccc 75%,#bbb 75%,#bbb 75%);background-image:-o-linear-gradient(right bottom,#ccc 25%,#bbb 25%,#bbb 50%,#ccc 50%,#ccc 75%,#bbb 75%,#bbb 75%);background-image:linear-gradient(right bottom,#ccc 25%,#bbb 25%,#bbb 50%,#ccc 50%,#ccc 75%,#bbb 75%,#bbb 75%);background-size:30px 30px}.content-editor .content-editor-overlay .inner{opacity:.2}.content-editor.has-draft .content-editor-overlay .inner{background-color:#dd5a43}.content-editor.has-draft .content-editor-label .draft-warning{display:inline;font-style:italic}.content-editor .hide{display:none}.content-editor .content-editor-label{display:none;position:absolute;top:0;right:0;background-color:#fff;font-size:12px;padding:3px 5px;font-family:'Preside Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;border:1px dashed #ccc;cursor:pointer;color:#777;z-index:102}.content-editor .content-editor-label .draft-warning{display:none}.show-frontend-editors .content-editor{position:absolute}.show-frontend-editors .content-editor .content-editor-overlay{left:0;opacity:.4}.show-frontend-editors .content-editor .content-editor-label{display:block}.content-editor:focus{outline:0}.content-editor:focus .content-editor-overlay{opacity:.8!important}.frontend-editors-editing .content-editor{position:relative}.frontend-editors-editing .content-editor .content-editor-overlay{opacity:0!important;left:-99999px!important}.frontend-editors-editing .content-editor .content-editor-label{display:none}.frontend-editors-editing .frontend-editor-modal-sheen{display:block}.content-editor-editor-container{display:none;position:fixed;top:100px;left:0;right:0;margin:0 auto;font-size:14px;font-family:'Preside Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;color:#222;line-height:2;z-index:100;padding-bottom:100px;min-width:500px;max-width:810px}.content-editor-editor-container.edit-active{display:block}.content-editor-editor-container .content-editor-editor-buttons{background-color:#2c3d4e;text-align:right;padding:5px;position:fixed;bottom:0;left:0;width:100%}.content-editor-editor-container .content-editor-editor-buttons .content-editor-editor-notifications{float:left;color:#fff;font-size:90%;padding-left:5px;margin:7px 0 0}.content-editor-editor-container .content-editor-editor-buttons .content-editor-editor-notifications .preside-icon{font-size:120%;margin-right:1px}.content-editor-editor-container .content-editor-editor-buttons .content-editor-editor-notifications .preside-icon.discard-draft{cursor:pointer}.content-editor-editor-container .content-editor-editor-buttons .version-history-link{color:#fff;margin-right:5px}.frontend-editor-modal-sheen{display:none;position:fixed;top:0;left:0;background-color:#000;opacity:.5;width:100%;height:100%;z-index:99}.presidecms.modal.version-history .modal-dialog{width:800px;height:400px}.presidecms.modal.version-history .modal-dialog tr.selected>td{background-color:#dff0d8}.presidecms.modal.version-history .modal-dialog .preview-area{border-top:1px solid #ddd;background-color:#eee;padding:10px}.presidecms.modal.version-history .modal-dialog .preview-area .preview-pane{overflow:auto;max-height:150px;border-top:1px solid #ddd;padding:10px;background:#fff}.presidecms.modal.version-history .modal-dialog .preview-area .preview-pane.loading{min-height:40px;background:#eee url(../../../images/loading-gifs/large.gif) center center no-repeat}:root{--adminToolbarHeight:45px}html.admin-toolbar-fixed{margin-top:var(--adminToolbarHeight)!important}.preside-admin-toolbar{width:100%;position:fixed;top:0;left:0;font-family:'Preside Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;z-index:103;color:#fff;background-color:#2c3d4e;padding:0 10px;opacity:1}.preside-admin-toolbar h1{width:210px;height:45px;text-indent:-9999px;background:url(../../../images/logos/preside-logo-admin-header.png) no-repeat left center;float:left;margin:0}.preside-admin-toolbar a,.preside-admin-toolbar label,.preside-admin-toolbar li,.preside-admin-toolbar p,.preside-admin-toolbar span{font-size:13px;color:inherit}.preside-admin-toolbar .nav li{margin-left:0!important;margin-bottom:0!important;list-style:none}.preside-admin-toolbar .nav li:before{content:unset}.preside-admin-toolbar .nav li.no-border-left,.preside-admin-toolbar .nav li.no-border-left.open{border-left-width:0!important}.preside-admin-toolbar .nav li.no-border-left.open::after,.preside-admin-toolbar .nav li.no-border-left::after{content:unset}.preside-admin-toolbar .dropdown-menu{color:#333}.preside-admin-toolbar.fade-in{animation:toolbar-fade-in .3s ease-in forwards}.preside-admin-toolbar.fade-out:not( :focus-within,:hover ){animation:toolbar-fade-out .3s ease-out forwards}.preside-admin-toolbar-hidden:not( :focus-within,:hover ){top:-100%;opacity:0}#presideAdminToolbarReveal{position:fixed;top:0;left:10px;background-color:transparent;background-repeat:no-repeat;background-image:url(../../../images/logos/preside-logo-admin-header.png);background-size:auto;background-position:left center;width:37px;height:45px;margin:0;padding:0;border:none;z-index:102;opacity:.4;cursor:pointer;transition:opacity .2s ease-in-out}#presideAdminToolbarReveal:hover{opacity:1}@keyframes toolbar-fade-in{0%{opacity:0;top:-100%}1%{top:0}100%{opacity:1}}@keyframes toolbar-fade-out{0%{opacity:1;top:0}99%{opacity:0;top:0}100%{top:-100%}}