/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.views-view-responsive-grid{--views-responsive-grid--layout-gap:10px;--views-responsive-grid--column-count:4;--views-responsive-grid--cell-min-width:100px;}.views-view-responsive-grid--horizontal{--views-responsive-grid--gap-count:calc(var(--views-responsive-grid--column-count) - 1);--views-responsive-grid--total-gap-width:calc(var(--views-responsive-grid--gap-count) * var(--views-responsive-grid--layout-gap));--views-responsive-grid-item--max-width:calc((100% - var(--views-responsive-grid--total-gap-width)) / var(--views-responsive-grid--column-count));--views-responsive-grid-item--calculated-min-width:min(100%,var(--views-responsive-grid--cell-min-width));display:grid;grid-template-columns:repeat(auto-fill,minmax(max(var(--views-responsive-grid-item--calculated-min-width),var(--views-responsive-grid-item--max-width)),1fr));gap:var(--views-responsive-grid--layout-gap);}.views-view-responsive-grid--vertical{margin-bottom:calc(var(--views-responsive-grid--layout-gap) * -1);column-width:var(--views-responsive-grid--cell-min-width);column-count:var(--views-responsive-grid--column-count);column-gap:var(--views-responsive-grid--layout-gap);}.views-view-responsive-grid--vertical .views-view-responsive-grid__item > *{padding-bottom:var(--views-responsive-grid--layout-gap);page-break-inside:avoid;break-inside:avoid;}
.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:16px;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 6px 2px;background:transparent url(/core/misc/throbber-active.svg) 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:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.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-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.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-within{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;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.ebt-timeline-wrapper{position:relative;}.ebt-timeline-wrapper::before{content:'';background:#ccc;width:5px;height:95%;position:absolute;left:50%;transform:translateX(-50%);}.ebt-timeline-wrapper .timeline-item{width:100%;margin-bottom:70px;}.ebt-timeline-wrapper .timeline-item:nth-child(even) .timeline-content{float:right;padding:0;}.ebt-timeline-wrapper .timeline-item .timeline-content .timeline-body{padding:10px 30px;}.ebt-timeline-wrapper .timeline-item:nth-child(even) .timeline-content .timeline-date{right:auto;left:0;}.ebt-timeline-wrapper .timeline-item:nth-child(even) .timeline-content::after{content:'';position:absolute;border-style:solid;width:0;height:0;top:30px;left:-15px;border-width:10px 15px 10px 0;border-color:transparent #f5f5f5 transparent transparent;}.ebt-timeline-wrapper .timeline-item::after{content:'';display:block;clear:both;}.ebt-timeline-wrapper .timeline-content{position:relative;width:calc(50% - 40px);border-radius:4px;background:#f2f2f2;box-shadow:0 20px 25px -15px rgba(0,0,0,0.3);}.ebt-timeline-wrapper .timeline-content::after{content:'';position:absolute;border-style:solid;width:0;height:0;top:30px;right:-15px;border-width:10px 0 10px 15px;border-color:transparent transparent transparent #f2f2f2;}.ebt-timeline-wrapper .timeline-img{width:30px;height:30px;background:#888;border-radius:50%;position:absolute;left:50%;margin-top:25px;margin-left:-15px;}.ebt-timeline-wrapper .timeline-current .timeline-img{background:#0071b3;}.ebt-timeline-wrapper a{background:#3f51b5;color:#fff;padding:8px 20px;text-transform:uppercase;font-size:14px;margin-bottom:20px;margin-top:10px;display:inline-block;border-radius:2px;}.timeline-item .timeline-img-header{background-size:cover;}.ebt-timeline-wrapper .timeline-img-header{height:200px;position:relative;margin-bottom:20px;}.ebt-timeline-wrapper .timeline-content h3{margin-top:30px;font-weight:700;}.ebt-timeline-wrapper .timeline-img-header h3{color:#ffffff;position:absolute;bottom:5px;left:20px;}.ebt-timeline-wrapper .timeline-date{background:#0071b3;display:inline-block;color:#ffffff;padding:10px;position:absolute;top:0;right:0;}@media screen and (max-width:768px){.ebt-timeline-wrapper::before{left:30px;}.ebt-timeline-wrapper .timeline-img{left:30px;}.ebt-timeline-wrapper .timeline-content{max-width:100%;width:auto;margin-left:70px;}.ebt-timeline-wrapper .timeline-item:nth-child(even) .timeline-content{float:none;}.ebt-timeline-wrapper .timeline-item:nth-child(odd) .timeline-content::after{content:'';position:absolute;border-style:solid;width:0;height:0;top:30px;left:-15px;border-width:10px 15px 10px 0;border-color:transparent #f2f2f2 transparent transparent;}}
.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
.layout--onecol .layout__region{width:100%;}
.paragraph--unpublished{background-color:#fff4f4;}
