/* @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;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.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{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;}
.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);}
.caption{display:table;}.caption > *{display:block;max-width:100%;}.caption > figcaption{display:table-caption;max-width:none;caption-side:bottom;}.caption > figcaption[contenteditable="true"]:empty::before{content:attr(data-placeholder);font-style:italic;}
.caption .media .field,.caption .media .field *{float:none;margin:unset;}
#video-library{max-width:1200px;margin:auto;padding:4rem 0px;}#video-library.show-transcript > .d-flex{gap:30px;}#video-library > .d-flex{gap:15px;}#video-library .timestamp{background:#dbdbdb;font-size:12px !important;border-radius:4px;padding:1px 5px;display:inline-block;}#video-library .current-video{border:1px solid #6C93CD;padding:12px;}#video-library .current-video .video-container{position:relative;padding-bottom:56.25%;}#video-library .current-video .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}#video-library .current-video .video-details{margin-top:10px;}#video-library .current-video .video-title{color:#1b4677;font-size:16px;font-weight:700;margin:0 0 5px;}#video-library .current-video .video-description{font-size:16px;color:#4d4d4d;}#video-library .current-video .btn-transcript-toggle{min-width:241px;letter-spacing:-0.4px;display:flex;text-decoration:none;margin-bottom:0;}#video-library .current-video .video-txt-container{flex:0 0 auto;}@media (max-width:992px){#video-library .current-video .video-txt-container{width:100%;}}#video-library .current-video .video-btn-container{flex:0 0 auto;text-align:right !important;border:1px solid #000;display:flex;padding:12px;}@media (max-width:992px){#video-library .current-video .video-btn-container{width:100%;text-align:center !important;}}#video-library .current-video .video-btn-container .minus,#video-library .current-video .video-btn-container .plus{color:#e05a44;height:24px;width:21px;}#video-library .current-video .video-btn-container .minus{display:none;}#video-library .current-video .video-btn-container .plus{display:block;}#video-library .current-video .video-btn-container:has(.open) .minus{display:block;}#video-library .current-video .video-btn-container:has(.open) .plus{display:none;}@media screen and (max-width:767px){#video-library .current-video{margin:0 20px;}}#video-library .up-next{padding-left:1em;width:40%;}#video-library .up-next .video-categories{display:flex;overflow-x:scroll;}#video-library .up-next .video-categories span{display:inline-block;border-radius:100px;text-wrap:nowrap;width:-moz-fit-content;width:fit-content;box-sizing:border-box;padding:8px 16px;background:rgba(224,90,68,0.08);font-size:14px;font-weight:500;letter-spacing:0.14px;text-align:center;text-transform:uppercase;margin-right:10px;margin-bottom:8px;cursor:pointer;transition:all 300ms ease-out;}#video-library .up-next .video-categories span:hover,#video-library .up-next .video-categories span.active{color:#fff;background:#e05a44;font-weight:700;}#video-library .up-next .video-categories span:last-child{margin-right:0;}#video-library .up-next.mobile{display:none;}@media screen and (max-width:767px){#video-library .up-next{width:100%;}#video-library .up-next.desktop .video-categories{display:none;}#video-library .up-next.mobile{display:block;}#video-library .up-next .video-thumbnail-row{flex-direction:column;}#video-library .up-next .video-thumbnail-row .video-thumbnail-container{justify-content:left;}#video-library .up-next .video-thumbnail-row .video-thumbnail-container img{height:80px;width:142px;}}#video-library .video-thumbnail-container{display:flex;align-items:start;justify-content:center;}#video-library .video-thumbnail-container img{width:85%;}#video-library .video-thumbnail-txt{margin-top:0.2em;}#video-library .video-thumbnail-txt p{font-size:16px;line-height:1.5em;margin-bottom:0;margin-right:1em;color:#4d4d4d;font-weight:500;}#video-library .video-thumbnail-txt p:first-child{font-size:17px;line-height:22px;font-weight:700;color:#1b4677;}#video-library .video-thumbnail-row{margin-top:0.5rem;padding-bottom:0.5rem;}#video-library .line-clamp{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}#video-library .videos{max-height:470px;overflow-x:hidden;overflow-y:scroll;}#video-library .videos .video.active{display:none;}#video-library .videos .video:not(:last-child){border-bottom:1px solid #6C93CD;}#video-library .transcript{border:1px solid #000;border-top:none;padding:10px;}#video-library .transcript .transcript-scroll{max-height:470px;overflow-x:hidden;overflow-y:scroll;padding:0 30px 10px 0;}#video-library .hide{display:none;}#video-library .video-transcript-container{margin-top:16px;}
.paragraph--unpublished{background-color:#fff4f4;}
