/* @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;}
.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;}
.fieldgroup{padding:0;border-width:0;}
.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:"";}
.js details:not([open]) .details-wrapper{display:none;}
.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;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.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;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.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;}
.ai-chatbot-wrapper{max-width:800px;margin:2rem auto;border:1px solid #e0e7ee;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;}.ai-chatbot-header{background:#14143D;color:#fff;padding:1.25rem 1.5rem;border-bottom:3px solid #FDB813;}.ai-chatbot-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#fff;}.ai-chatbot-subtitle{margin:0.25rem 0 0;font-size:1rem;opacity:0.85;}.ai-chatbot-messages{flex:1;overflow-y:auto;padding:1.5rem;min-height:350px;max-height:500px;display:flex;flex-direction:column;gap:1.25rem;background:#f1f1f1;}.ai-chatbot-message{display:flex;gap:0.75rem;max-width:90%;min-width:0;animation:chatFadeIn 0.3s ease-out;}.ai-chatbot-message--user{align-self:flex-end;flex-direction:row-reverse;}.ai-chatbot-message--bot{align-self:flex-start;}.ai-chatbot-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.875rem;flex-shrink:0;}.ai-chatbot-avatar--bot{background:#1C66A6;color:#fff;}.ai-chatbot-avatar--user{background:#14143D;color:#fff;}.ai-chatbot-bubble{padding:1rem 1.25rem;border-radius:12px;font-size:16px;line-height:1.65;min-width:0;flex:1 1 auto;word-break:break-word;overflow-wrap:anywhere;}.ai-chatbot-message--bot .ai-chatbot-bubble{background:#fff;color:#414042;border:1px solid #e0e7ee;border-top-left-radius:4px;}.ai-chatbot-message--user .ai-chatbot-bubble{background:#1C66A6;color:#fff;border-top-right-radius:4px;}.ai-chatbot-bubble p{margin:0 0 0.5rem;}.ai-chatbot-bubble p:last-child{margin-bottom:0;}.ai-chatbot-bubble ul{margin:0.5rem 0;padding-left:1.25rem;}.ai-chatbot-bubble li{margin-bottom:0.5rem;line-height:1.6;}.ai-chatbot-bubble strong{color:#14143D;}.ai-chatbot-message--user .ai-chatbot-bubble strong{color:#fff;}.ai-chatbot-bubble a{color:#1C66A6;text-decoration:underline;font-weight:500;}.ai-chatbot-message--user .ai-chatbot-bubble a{color:#FDB813;}.ai-chatbot-bubble img{max-width:100%;height:auto;border-radius:8px;margin:8px 0;display:block;box-shadow:0 2px 8px rgb(0 0 0 / 0.1);}.ai-chatbot-bubble h3{margin:1rem 0 0.375rem;font-size:1.0625rem;color:#14143D;}.ai-chatbot-input-wrapper{display:flex;gap:0.5rem;padding:1rem 1.5rem;border-top:1px solid #e0e7ee;background:#fff;}.ai-chatbot-input{flex:1;padding:0.875rem 1rem;border:1px solid #e0e7ee;border-radius:8px;font-size:1.0625rem;outline:none;transition:border-color 0.2s;}.ai-chatbot-input:focus{border-color:#1C66A6;box-shadow:0 0 0 3px rgb(28 102 166 / 0.15);}.ai-chatbot-send{padding:0.875rem 1.5rem;background:#1C66A6;color:#fff;border:none;border-radius:8px;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:background 0.2s;}.ai-chatbot-send:hover{background:#14143D;}.ai-chatbot-send:disabled{background:#979797;cursor:not-allowed;}.ai-chatbot-loading .ai-chatbot-bubble{display:flex;align-items:center;gap:0.5rem;}.ai-chatbot-dots{display:inline-flex;gap:4px;}.ai-chatbot-dots span{width:8px;height:8px;background:#1C66A6;border-radius:50%;animation:chatBounce 1.4s infinite ease-in-out both;}.ai-chatbot-dots span:nth-child(1){animation-delay:-0.32s;}.ai-chatbot-dots span:nth-child(2){animation-delay:-0.16s;}@keyframes chatBounce{0%,80%,100%{transform:scale(0);}40%{transform:scale(1);}}@keyframes chatFadeIn{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);}}@media (max-width:768px){.ai-chatbot-wrapper{margin:1rem;border-radius:8px;}.ai-chatbot-messages{min-height:250px;max-height:400px;padding:1rem;}.ai-chatbot-message{max-width:95%;}.ai-chatbot-input-wrapper{padding:0.75rem 1rem;}}.ai-chatbot-suggestions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;}.ai-chatbot-suggestion-btn{background:#f0f4ff;border:1px solid #c7d4f5;border-radius:16px;color:#1a3a8f;cursor:pointer;font-size:1.3rem;padding:4px 12px;transition:background 0.15s,border-color 0.15s;white-space:nowrap;}.ai-chatbot-suggestion-btn:hover{background:#dce6ff;border-color:#1a3a8f;}
.ai-chatbot-trigger{position:fixed;bottom:24px;right:24px;z-index:9998;display:flex;align-items:center;gap:8px;padding:14px 22px;background:#1C66A6;color:#fff;border:none;border-radius:50px;font-size:1.0625rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px rgb(0 0 0 / 0.2);transition:transform 0.2s,background 0.2s,opacity 0.3s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;}.ai-chatbot-trigger:hover{background:#14143D;transform:scale(1.05);}.ai-chatbot-trigger--hidden{opacity:0;pointer-events:none;transform:scale(0.8);}.ai-chatbot-trigger-icon{flex-shrink:0;}.ai-chatbot-overlay{position:fixed;inset:0;z-index:9998;background:rgb(20 20 61 / 0.3);opacity:0;visibility:hidden;transition:opacity 0.3s,visibility 0.3s;}.ai-chatbot-overlay--visible{opacity:1;visibility:visible;}.ai-chatbot-widget{position:fixed;bottom:24px;right:24px;z-index:9999;width:460px;max-height:650px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 32px rgb(20 20 61 / 0.2);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transform:translateY(20px);opacity:0;visibility:hidden;transition:transform 0.3s ease-out,opacity 0.3s,visibility 0.3s;}.ai-chatbot-widget--open{transform:translateY(0);opacity:1;visibility:visible;}.ai-chatbot-widget-header{display:flex;align-items:center;justify-content:space-between;background:#1C66A6;color:#fff;padding:16px 18px;border-bottom:3px solid #FDB813;}.ai-chatbot-widget-header h3{margin:0;font-size:16px;font-weight:600;color:#fff;}.ai-chatbot-widget-project-name{display:block;font-size:12px;opacity:0.8;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px;}.ai-chatbot-widget-close{background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background 0.2s;}.ai-chatbot-widget-close:hover{background:rgb(253 184 19 / 0.25);}.ai-chatbot-widget .ai-chatbot-messages{min-height:280px;max-height:420px;padding:1.125rem;}@media (max-width:480px){.ai-chatbot-widget{width:calc(100vw - 16px);bottom:8px;right:8px;max-height:calc(100dvh - 16px);border-radius:12px;}.ai-chatbot-trigger{bottom:16px;right:16px;}}.ai-chatbot-suggestions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;}.ai-chatbot-suggestion-btn{background:#f0f4ff;border:1px solid #c7d4f5;border-radius:16px;color:#1a3a8f;cursor:pointer;font-size:1.3rem;padding:4px 12px;transition:background 0.15s,border-color 0.15s;white-space:normal;max-width:100%;text-align:left;overflow-wrap:anywhere;}.ai-chatbot-suggestion-btn:hover{background:#dce6ff;border-color:#1a3a8f;}
:root{--cop-navy:#1a2e4a;--cop-orange:#e06b2d;--cop-sky:#dfeaf5;--cop-surface:#f4f7fb;--cop-white:#ffffff;--cop-border:#d7e0ea;--cop-text:#243447;--cop-muted:#5e6d7c;--cop-shadow-sm:0 4px 16px rgba(26,46,74,0.08);--cop-shadow-lg:0 12px 32px rgba(26,46,74,0.14);}.projects-dashboard,.projects-dashboard *{font-family:inherit;}.projects-dashboard .block-title,.projects-dashboard .views-title,.projects-dashboard h2.block-title,.projects-dashboard h3.block-title,.projects-dashboard .view-header,.projects-dashboard #block-featured-region > h2,.projects-dashboard #block-featured-region > h3,.projects-dashboard #block-categories-region > h2,.projects-dashboard #block-categories-region > h3,.projects-dashboard #block-featured-region .view > h2,.projects-dashboard #block-categories-region .view > h2,.projects-dashboard .view-id-projects_poc .view-header,.projects-dashboard .view-id-projects_poc .view-title{display:none !important;}.projects-dashboard{width:min(1100px,calc(100% - 24px));margin:26px auto 70px;padding:0;color:var(--cop-text);}.projects-dashboard__hero{text-align:center;padding:34px 18px 26px;margin-bottom:24px;border-radius:14px 14px 0 0;border-bottom:0;background:none;}.projects-dashboard__eyebrow{margin:0 0 6px;color:var(--cop-muted);font-size:1.15rem;font-weight:600;}.projects-dashboard__title{margin:0;color:var(--cop-navy);font-size:clamp(2.2rem,5vw,4.1rem);font-weight:700;line-height:1.08;border:0 !important;}.projects-dashboard__intro{margin:10px auto 0;max-width:720px;color:var(--cop-muted);font-size:1.5rem;line-height:1.55;}.projects-dashboard .dashboard-section{margin-top:30px;}.projects-dashboard .section-label{display:flex;align-items:center;gap:10px;margin:0 0 14px;}.projects-dashboard .section-heading{margin:0;color:var(--cop-navy);font-size:clamp(1.5rem,2.2vw,2rem) !important;font-weight:700 !important;line-height:1.2;border:0 !important;border-bottom:0 !important;padding:0 !important;text-decoration:none !important;box-shadow:none !important;text-transform:none !important;letter-spacing:normal !important;font-family:inherit !important;}.projects-dashboard .section-label h2.section-heading::after,.projects-dashboard .section-label h2.section-heading::before{content:none !important;display:none !important;}.projects-dashboard .section-rule{flex:1;height:1px;background:var(--cop-border);}.projects-dashboard .map-block-wrapper{background:linear-gradient(0deg,rgba(255,255,255,0.65),rgba(255,255,255,0.65)),repeating-linear-gradient(150deg,transparent 0 24px,rgba(255,255,255,0.6) 24px 30px),repeating-linear-gradient(28deg,transparent 0 26px,rgba(255,255,255,0.58) 26px 32px),var(--cop-sky);border:1px solid var(--cop-border);border-radius:0 0 14px 14px;padding:16px;}.projects-dashboard .cop-dashboard-map-banner{border-radius:12px;overflow:hidden;border:1px solid #bfd0e0;box-shadow:var(--cop-shadow-lg);min-height:460px;background:var(--cop-white);}.projects-dashboard #cop-dashboard-projects-map,.projects-dashboard .cop-dashboard-map-empty{min-height:460px;width:100%;}.projects-dashboard .cop-dashboard-map-empty{display:grid;place-items:center;color:var(--cop-muted);font-size:1rem;text-align:center;padding:20px;}.projects-dashboard .cop-dashboard-map-card{display:block;width:290px;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,0.05);box-shadow:0 10px 30px rgba(26,46,74,0.2);text-decoration:none;color:inherit;}.projects-dashboard .cop-dashboard-map-card__image{height:126px;background:#d8e1eb;}.projects-dashboard .cop-dashboard-map-card__image img{width:100%;height:100%;object-fit:cover;display:block;}.projects-dashboard .cop-dashboard-map-card__body{padding:12px 14px 14px;}.projects-dashboard .cop-dashboard-map-card__dept{margin-bottom:6px;color:var(--cop-muted);font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;}.projects-dashboard .cop-dashboard-map-card__title{margin:0;font-size:1.1rem;font-weight:700;line-height:1.25;}.projects-dashboard .cop-dashboard-map-card__title a{color:var(--cop-navy);text-decoration:none;}.projects-dashboard .cop-dashboard-map-card__title a:hover{color:var(--cop-orange);}.projects-dashboard .cop-dashboard-map-card__status{display:inline-block;margin-top:8px;border-radius:99px;background:rgba(224,107,45,0.12);color:var(--cop-orange);font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;padding:4px 9px;}.projects-dashboard .cop-dashboard-map-card__summary{margin:9px 0 0;color:var(--cop-muted);font-size:0.875rem;line-height:1.45;}.projects-dashboard #block-featured-region .row,.projects-dashboard #block-featured-region .view-content{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px !important;margin:0 !important;}.projects-dashboard #block-featured-region .row > [class*="col"]{padding:0 !important;max-width:100% !important;flex:unset !important;width:auto !important;}.projects-dashboard #block-featured-region .views-row{margin:0 !important;position:relative;}.projects-dashboard #block-featured-region .card,.projects-dashboard #block-featured-region .cop-project-card{height:100%;border-radius:12px;border:1px solid var(--cop-border);box-shadow:var(--cop-shadow-sm);overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease;}.projects-dashboard #block-featured-region .card *,.projects-dashboard #block-featured-region .cop-project-card *{font-family:inherit !important;}.projects-dashboard #block-featured-region .card:hover,.projects-dashboard #block-featured-region .cop-project-card:hover{transform:translateY(-4px);box-shadow:var(--cop-shadow-lg);}.projects-dashboard #block-featured-region .views-view-responsive-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;grid-auto-rows:1fr !important;align-items:stretch !important;gap:18px !important;margin:0 !important;}.projects-dashboard #block-featured-region .views-view-responsive-grid__item,.projects-dashboard #block-featured-region .views-view-responsive-grid__item-inner,.projects-dashboard #block-featured-region .views-field-nothing,.projects-dashboard #block-featured-region .views-field-nothing > .field-content{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;height:auto !important;align-self:stretch !important;min-width:0 !important;margin:0 !important;padding:0 !important;}@media (max-width:767px){.projects-dashboard #block-featured-region .views-view-responsive-grid{grid-template-columns:1fr !important;grid-auto-rows:auto !important;}}.projects-dashboard #block-featured-region .card-img-top,.projects-dashboard #block-featured-region .cop-card-image{position:relative !important;width:100% !important;height:220px !important;min-height:220px !important;overflow:hidden !important;background:var(--cop-surface) !important;flex:0 0 auto !important;}.projects-dashboard #block-featured-region .cop-card-image img,.projects-dashboard #block-featured-region .card-img-top img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;display:block !important;}.projects-dashboard #block-featured-region .cop-project-card{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;height:auto !important;align-self:stretch !important;}.projects-dashboard #block-featured-region .card-body,.projects-dashboard #block-featured-region .cop-card-body{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;padding:16px 16px 14px;}.projects-dashboard #block-featured-region .card-title,.projects-dashboard #block-featured-region .cop-card-title,.projects-dashboard #block-featured-region .views-field-title a{display:block !important;margin:0 0 8px !important;color:var(--cop-navy) !important;font-size:1.25rem !important;font-weight:700 !important;line-height:1.3 !important;text-decoration:none !important;border:0 !important;min-height:calc(1.3em * 2);display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.cop-card-body .cop-card-title a{font-size:18px;font-weight:normal;}.projects-dashboard #block-featured-region .cop-card-footer{margin-top:auto !important;}.projects-dashboard #block-featured-region .card-text,.projects-dashboard #block-featured-region .cop-card-summary{color:var(--cop-muted) !important;font-size:0.95rem !important;line-height:1.5 !important;}.projects-dashboard #block-featured-region .cop-card-link,.projects-dashboard #block-featured-region .views-field-view-node,.projects-dashboard #block-featured-region .card-footer a{display:none !important;}.projects-dashboard #block-featured-region .views-field-field-featured,.projects-dashboard #block-featured-region .views-field-field-featured-value{position:absolute;top:10px;left:10px;z-index:3;margin:0 !important;padding:4px 10px !important;border-radius:999px;background:var(--cop-orange) !important;color:#fff !important;font-size:0.7rem !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.06em !important;line-height:1.1 !important;box-shadow:0 4px 10px rgba(224,107,45,0.35);}.projects-dashboard #block-featured-region .views-field-field-featured *,.projects-dashboard #block-featured-region .views-field-field-featured-value *{color:inherit !important;font-size:inherit !important;font-weight:inherit !important;}.projects-dashboard #block-featured-region .views-field-field-project-status,.projects-dashboard
  #block-featured-region
  .views-field-field-project-status-value{display:inline-flex !important;align-items:center !important;width:fit-content;margin-top:8px !important;padding:4px 10px !important;border-radius:999px;border:1px solid #d9e4ef;background:#f4f8fc !important;color:#40607d !important;font-size:0.72rem !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.05em !important;line-height:1.1 !important;}.projects-dashboard #block-featured-region .views-field-field-project-status *,.projects-dashboard
  #block-featured-region
  .views-field-field-project-status-value
  *{color:inherit !important;font-size:inherit !important;font-weight:inherit !important;}#block-categories-region .cop-categories-grid{column-count:2;column-gap:24px;}@media (max-width:767px){#block-categories-region .cop-categories-grid{column-count:1;}}#block-categories-region .cop-category-group{background:#fff;border:1px solid #d6e0ea;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(26,46,74,0.07);break-inside:avoid;margin-bottom:24px;}#block-categories-region .cop-category-group h2{margin:0;padding:14px 18px;background:#edf3f9;border-bottom:1px solid #d6e0ea;color:#1a2e4a;font-family:"Roboto Slab",serif;font-size:1.5rem;font-weight:700;line-height:1.3;display:flex;align-items:center;gap:8px;}#block-categories-region .cop-category-group .views-field-nothing{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;transition:background 0.15s ease;}#block-categories-region .cop-category-group .views-field-nothing:last-child{border-bottom:0;}#block-categories-region .cop-category-group .views-field-nothing:hover{background:#f7fafd;}#block-categories-region .cop-category-group .views-field-title{flex:1;min-width:0;margin:0;padding:0;}#block-categories-region .cop-category-group .views-field-title a{display:block;color:#215f9e;font-family:"Montserrat",sans-serif;font-size:1.5rem;font-weight:500;line-height:1.4;text-decoration:none;white-space:normal;}#block-categories-region .cop-category-group .views-field-title a:hover{color:#e06b2d;}#block-categories-region .cop-category-group .views-field-field-project-status{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-family:"Montserrat",sans-serif;font-size:12px;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;line-height:1;white-space:nowrap;background:#f4f8fc;border:1px solid #d4dee8;color:#3f617f;min-width:0;}#block-categories-region
  .cop-category-group
  .views-field-field-project-status:empty{display:none;}#block-categories-region [data-status="started"],#block-categories-region [data-status="in-progress"]{background:#eef8f2;border-color:#b8e2c5;color:#1f7a3f;}#block-categories-region [data-status="done"],#block-categories-region [data-status="completed"]{background:#e8f1fb;border-color:#bfd8f2;color:#1f5f9a;}#block-categories-region [data-status="planned"]{background:#fff5ea;border-color:#ffd7ad;color:#a75d14;}@media (max-width:900px){#block-categories-region .view-content{grid-template-columns:1fr !important;}}.projects-dashboard #block-featured-region .view-content{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:20px !important;}.cop-project-card{display:flex !important;flex-direction:column !important;background:#fff !important;border:1px solid #d6e0ea !important;border-radius:18px !important;overflow:hidden !important;box-shadow:0 4px 16px rgba(26,46,74,0.08) !important;transition:transform 0.22s ease,box-shadow 0.22s ease !important;height:100% !important;}.cop-project-card:hover{transform:translateY(-4px) !important;box-shadow:0 14px 32px rgba(26,46,74,0.14) !important;}.cop-card-image{position:relative !important;line-height:0 !important;flex-shrink:0 !important;}.cop-card-image img{width:100% !important;height:210px !important;object-fit:cover !important;display:block !important;}.cop-featured-badge{position:absolute !important;top:12px !important;left:12px !important;z-index:3 !important;display:inline-flex !important;align-items:center !important;gap:4px !important;padding:5px 11px !important;border-radius:999px !important;background:#e06b2d !important;color:#fff !important;font-family:"Montserrat",sans-serif !important;font-size:11px !important;font-weight:700 !important;line-height:1 !important;text-transform:uppercase !important;letter-spacing:0.06em !important;box-shadow:0 4px 10px rgba(224,107,45,0.35) !important;}.cop-card-category{position:absolute !important;top:12px !important;right:12px !important;z-index:3 !important;display:inline-flex !important;align-items:center !important;padding:5px 10px !important;border-radius:999px !important;background:rgba(255,255,255,0.88) !important;backdrop-filter:blur(4px) !important;color:#1a2e4a !important;font-family:"Montserrat",sans-serif !important;font-size:10px !important;font-weight:700 !important;line-height:1 !important;text-transform:uppercase !important;letter-spacing:0.06em !important;box-shadow:0 2px 6px rgba(0,0,0,0.12) !important;}.cop-card-body{display:flex !important;flex-direction:column !important;flex:1 !important;padding:16px !important;gap:12px !important;}.cop-card-title{display:block !important;font-family:"Roboto Slab",serif !important;color:#215f9e !important;font-size:1rem !important;font-weight:600 !important;line-height:1.4 !important;text-decoration:none !important;border:0 !important;}.cop-card-title:hover{color:#1a2e4a !important;text-decoration:underline !important;}.cop-card-footer{display:flex !important;align-items:center !important;justify-content:space-between !important;margin-top:auto !important;gap:8px !important;}.cop-status{display:inline-flex !important;align-items:center !important;padding:5px 12px !important;border-radius:999px !important;font-family:"Montserrat",sans-serif !important;font-size:11px !important;font-weight:700 !important;letter-spacing:0.06em !important;text-transform:uppercase !important;line-height:1 !important;background:#f4f8fc !important;border:1px solid #d4dee8 !important;color:#3f617f !important;}.cop-status:has-text,.cop-project-card:has(.cop-status) .cop-status{}.cop-status--started,.cop-status[data-status="started"]{background:#eef8f2 !important;border-color:#b8e2c5 !important;color:#1f7a3f !important;}.cop-status--in-progress,.cop-status[data-status="in-progress"]{background:#eef8f2 !important;border-color:#b8e2c5 !important;color:#1f7a3f !important;}.cop-status--done,.cop-status--completed,.cop-status[data-status="done"]{background:#e8f1fb !important;border-color:#bfd8f2 !important;color:#1f5f9a !important;}.cop-status--planned,.cop-status[data-status="planned"]{background:#fff5ea !important;border-color:#ffd7ad !important;color:#a75d14 !important;}.cop-card-link{display:inline-flex !important;align-items:center !important;gap:4px !important;color:#215f9e !important;font-family:"Montserrat",sans-serif !important;font-size:12px !important;font-weight:700 !important;text-decoration:none !important;white-space:nowrap !important;transition:color 0.15s ease,gap 0.15s ease !important;}.cop-card-link:hover{color:#e06b2d !important;gap:7px !important;}@media (max-width:960px){.projects-dashboard #block-featured-region .view-content{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}@media (max-width:600px){.projects-dashboard #block-featured-region .view-content{grid-template-columns:1fr !important;}}.project-category-row{display:flex;gap:8px;flex-wrap:nowrap;padding:12px 18px;align-items:flex-start;}.project-category-row__title{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px;}.project-category-row__title a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.project-category-row__badges{display:flex;align-items:center;gap:6px;flex-shrink:0;}.project-category-status{display:inline-flex;align-items:center;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.4px;color:#4a5568;background:#f1f5f9;border:1px solid #cbd5e0;border-radius:4px;padding:2px 7px;white-space:nowrap;line-height:1.5;max-width:fit-content;}@media (max-width:575px){.project-category-status{display:none;}}.project-recently-updated{display:inline-block;width:12px;height:12px;min-width:12px;border-radius:50%;background:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,0.18);flex-shrink:0;cursor:help;font-size:0;color:transparent;letter-spacing:0;line-height:0;text-indent:-9999px;overflow:hidden;transition:transform 0.15s ease,box-shadow 0.15s ease;}.project-recently-updated:hover{transform:scale(1.15);box-shadow:0 0 0 4px rgba(22,163,74,0.28);}.project-recently-updated::before{display:none;}.projects-dashboard__hero--dept{padding-left:24px;}.projects-dashboard__back{display:inline-block;font-size:1.5rem;color:#5e6d7c;text-decoration:none;margin-bottom:10px;}.projects-dashboard__back:hover{color:#1a2e4a;text-decoration:underline;}.dept-project-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;}.dept-project-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #e8edf2;}.dept-project-list__item:last-child{border-bottom:none;}.dept-project-list__title{font-size:1.3rem;font-weight:600;color:#1a2e4a;text-decoration:none;flex:1;}.dept-project-list__title:hover{color:#e06b2d;text-decoration:underline;}.dept-project-list__status{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:0.04em;padding:3px 10px;border-radius:20px;white-space:nowrap;background:#e8f1fb;color:#1f5f9a;}.dashboard-archive-link{margin-top:20px;}.dashboard-archive-link__card{display:flex;align-items:center;gap:14px;padding:16px 20px;background:#fff;border:1px solid #d6e0ea;border-radius:12px;text-decoration:none;color:#1a2e4a;transition:background 0.15s ease,box-shadow 0.15s ease;}.dashboard-archive-link__card:hover{background:#fdf6f1;box-shadow:0 4px 16px rgba(26,46,74,0.08);}.dashboard-archive-link__icon{font-size:1.5rem;flex-shrink:0;}.dashboard-archive-link__text{flex:1;display:flex;flex-direction:column;gap:2px;}.dashboard-archive-link__text strong{font-size:15px;font-weight:700;color:#1a2e4a;}.dashboard-archive-link__text span{font-size:15px;color:#5e6d7c;font-family:"Montserrat",sans-serif;}.dashboard-archive-link__arrow{font-size:1.2rem;color:#e06b2d;flex-shrink:0;}.projects-dashboard__title-accent{color:#e06b2d;}.archive-project-list{list-style:none;margin:0;padding:0;background:#fff;border:1px solid #d6e0ea;border-radius:12px;overflow:hidden;}.archive-project-list__item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #f0f4f8;gap:12px;}.archive-project-list__item:last-child{border-bottom:0;}.archive-project-list__item:hover{background:#f7fafd;}.archive-project-list__title{flex:1;color:#1a2e4a;text-decoration:none;font-size:15px;}.archive-project-list__title:hover{color:#e06b2d;text-decoration:underline;}.archive-project-list__status{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#575a5e;background:#f1f5f9;border:1px solid #cbd5e0;border-radius:4px;padding:2px 8px;white-space:nowrap;}.dashboard-view-toggle{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-bottom:0px;padding:0;position:relative;z-index:1;top:30px;}.dashboard-view-toggle-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;font-size:1rem;font-weight:600;color:#5e6d7c;background:#d9d9d9;border:none;border-radius:10px;cursor:pointer;transition:all 0.15s ease;line-height:1;letter-spacing:0.01em;}.dashboard-view-toggle-btn svg{width:18px;height:18px;flex-shrink:0;}.dashboard-view-toggle-btn:hover{background:#f2f4f6;color:#1a2e4a;border-color:#b0c4d8;}.dashboard-view-toggle-btn--active{background:#1a2e4a;color:#fff;border-color:#1a2e4a;box-shadow:0 2px 8px rgba(26,46,74,0.18);}.dashboard-view-toggle-btn--active:hover{background:#d1d1d1;}.dashboard-list-view{list-style:none;margin:0;padding:0;background:#fff;border:1px solid #d6e0ea;border-radius:12px;overflow:hidden;}.dashboard-list-view__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 20px;border-bottom:1px solid #f0f4f8;transition:background 0.15s;flex-wrap:nowrap;}.dashboard-list-view__item:last-child{border-bottom:0;}.dashboard-list-view__item:hover{background:#f7fafd;}.dashboard-list-view__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;}.dashboard-list-view__title{display:block;color:#215f9e;font-family:"Montserrat",sans-serif;font-size:1.5rem;font-weight:500;line-height:1.4;text-decoration:none;white-space:normal;}.dashboard-list-view__title:hover{color:#e06b2d;}.dashboard-list-view__dept{font-size:13px;color:#121212;}.dashboard-list-view__status{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#4a5568;background:#f1f5f9;border:1px solid #cbd5e0;border-radius:4px;padding:2px 8px;white-space:nowrap;flex-shrink:0;}.dashboard-panel--list{display:none;}.dashboard-panel--grid{display:block;}.dashboard-view-panels--list .dashboard-panel--list{display:block;}.dashboard-view-panels--list .dashboard-panel--grid{display:none;}.dashboard-list-view__badges{display:flex;align-items:center;gap:6px;flex-shrink:0;}.dashboard-list-view__featured{display:inline-flex;align-items:center;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.4px;color:#1a2e4a;background:#fef3c7;border:1px solid #f59e0b;border-radius:4px;padding:2px 7px;white-space:nowrap;line-height:1.5;}@media screen and (max-width:1024px){.dashboard-section span.field-content,.dashboard-section .views-field.views-field-nothing,.dashboard-section .views-view-responsive-grid__item-inner{height:100%;}}@media screen and (max-width:767px){.dashboard-section .views-view-responsive-grid--horizontal{--views-responsive-grid--column-count:1 !important;}}.project-section table td{word-break:break-word !important;}.project-section table td a{word-break:break-word !important;}
.webform-flex--container .form-inline .form-control{width:100%;}.form-composite legend{font-size:1em;font-weight:bold;border:none;margin:0;}.webform-element--title-inline > div{display:inline;}.webform-element--title-inline .form-control,.webform-element--title-inline .select-wrapper{display:inline;width:inherit;}.form-composite.webform-fieldset--title-inline legend{float:left;width:auto;font-size:1em;font-weight:bold;border:none;margin:10px 0.5em 10px 0;}@media (max-width:768px){.webform-likert-help.hidden{display:inline !important;}.webform-likert-description.hidden{display:block !important;}}html.js .form-type-webform-image-select .select-wrapper:after{display:none;}@media only screen and (max-width:650px){.webform-confirmation-modal{width:90% !important;}}.alert a.btn,.alert a.btn:hover,.alert a.btn:focus,.ui-widget-content a.btn{color:#fff;}
