/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline;}.container-inline .details-wrapper{display:block;}
.clearfix:after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:1.5em;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 5px 2px;background:transparent url(/themes/contrib/stable/images/core/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/themes/contrib/stable/images/core/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
/* @license GNU Lesser https://github.com/fiduswriter/simple-datatables#License-1-ov-file */
.datatable-column-filter-button{cursor:pointer;}button.datatable-column-filter-button{padding:6px 12px;}.datatable-column-filter-wrapper{position:absolute;}.datatable-column-filter-menu{background:#fff none repeat scroll 0 0;border-radius:3px;margin:0;min-width:220px;padding:5px 0;box-shadow:0px 0px 10px 2px #aaa;}.datatable-column-filter-menu > li{list-style:none;}.datatable-column-filter-menu > li,.datatable-column-filter-menu > li > label{cursor:pointer;}
.datatable-editor-modal{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);-webkit-animation:250ms ease 0ms fadeIn;animation:250ms ease 0ms fadeIn;}.datatable-editor-modal.closed{-webkit-animation:250ms ease 0ms fadeIn;animation:250ms ease 0ms fadeIn;}.datatable-editor-modal.closed .datatable-editor-inner{-webkit-animation:250ms ease 0ms slideIn;animation:250ms ease 0ms slideIn;}.datatable-editor-inner{width:30%;margin:10% auto;background-color:#fff;border-radius:5px;-webkit-animation:250ms ease 0ms slideIn;animation:250ms ease 0ms slideIn;}.datatable-editor-header{position:relative;border-bottom:1px solid #ccc;}.datatable-editor-header h4{font-size:20px;margin:0;}.datatable-editor-header button{position:absolute;right:10px;top:10px;background-color:transparent;border:none;cursor:pointer;font-size:24px;padding:5px;line-height:1;opacity:0.6;}.datatable-editor-header button:hover{opacity:1;}.datatable-editor-header{padding:15px 30px;}.datatable-editor-block{padding:15px 60px;}.datatable-editor-row{margin:0 0 15px;}.datatable-editor-row:last-child{margin:0 0 5px;}.datatable-editor-row:last-child{text-align:right;}.datatable-editor-label{width:25%;text-align:right;padding:0 15px;}.datatable-editor-label,.datatable-editor-input{display:inline-block;}.datatable-editor-input{padding:4px 6px;border:1px solid #ccc;width:100%;box-sizing:border-box;margin:-5px 0;font-size:inherit;font-family:inherit;font-weight:inherit;color:inherit;}.datatable-editor-row .datatable-editor-input{margin:0;width:75%;}.datatable-editor-save,.datatable-editor-cancel{padding:6px 12px;font-size:inherit;font-family:inherit;font-weight:inherit;cursor:pointer;border-radius:3px;}.datatable-editor-save{background-color:#27ae60;border:1px solid #27ae60;color:#fff;}.datatable-editor-save:hover{background-color:#2cc36b;border-color:#2cc36b;}.datatable-editor-wrapper{position:absolute;}.datatable-editor-menu{background:#fff none repeat scroll 0 0;border-radius:3px;margin:0;min-width:220px;padding:5px 0;box-shadow:0px 0px 10px 2px #aaa;}.datatable-editor-menu li{list-style:none;}.datatable-editor-menu a{box-sizing:border-box;color:inherit;display:block;padding:5px 15px;text-decoration:none;width:100%;}.datatable-editor-menu a:hover{background-color:#ddd;}.datatable-editor-separator{border-bottom:1px solid #aaa;margin:5px 0;}@-webkit-keyframes fadeIn{from{opacity:0;}to{opacity:1;}}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes slideIn{from{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0);}to{opacity:1;-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0);}}@keyframes slideIn{from{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0);}to{opacity:1;-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0);}}.datatable-editor-action .mdi{margin-right:5px;color:#666;}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.cke5-custom-block-indent-1{margin-left:40px;}.cke5-custom-block-indent-2{margin-left:80px;}.cke5-custom-block-indent-3{margin-left:120px;}.cke5-custom-block-indent-4{margin-left:160px;}.cke5-custom-block-indent-5{margin-left:200px;}.cke5-custom-block-indent-6{margin-left:240px;}.cke5-custom-block-indent-7{margin-left:280px;}.cke5-custom-block-indent-8{margin-left:320px;}.cke5-custom-block-indent-9{margin-left:360px;}.cke5-custom-block-indent-10{margin-left:400px;}.cke5-custom-block-indent-11{margin-left:440px;}.cke5-custom-block-indent-12{margin-left:480px;}.cke5-custom-block-indent-13{margin-left:520px;}.cke5-custom-block-indent-14{margin-left:560px;}.cke5-custom-block-indent-15{margin-left:600px;}.cke5-custom-block-indent-16{margin-left:640px;}.cke5-custom-block-indent-17{margin-left:680px;}.cke5-custom-block-indent-18{margin-left:720px;}.cke5-custom-block-indent-19{margin-left:760px;}.cke5-custom-block-indent-20{margin-left:800px;}
.paragraph--unpublished{background-color:#fff4f4;}
.social-media-sharing{display:block;}.social-media-sharing ul{padding-left:0px;display:inline-flex;text-align:center;}.social-media-sharing li{display:inline-block;margin-right:15px;list-style:none;list-style-type:none;}.social-media-sharing .share{cursor:pointer;}.social-media-sharing .share img{width:40px;}
