@-webkit-keyframes pulseAnimationInner{0%{height:.525em;width:.525em}to{height:.675em;width:.675em}}@keyframes pulseAnimationInner{0%{height:.525em;width:.525em}to{height:.675em;width:.675em}}@-webkit-keyframes pulseAnimationOuter{0%{height:.75em;opacity:1;width:.75em}50%{height:1.5em;opacity:.75;width:1.5em}to{opacity:0}}@keyframes pulseAnimationOuter{0%{height:.75em;opacity:1;width:.75em}50%{height:1.5em;opacity:.75;width:1.5em}to{opacity:0}}.alert{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:0 10px}.content-list__list .alert{margin:var(--spacing) 0}.alert__meta{display:-webkit-box;display:-webkit-flex;display:flex;gap:var(--spacing-m);-webkit-box-align:center;-webkit-align-items:center;align-items:center}@media screen and (max-width:767px){.alert__meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:var(--spacing-xs);-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}}.alert__top{background-color:var(--color-gray-light);display:-webkit-box;display:-webkit-flex;display:flex;font-size:1.25rem;gap:var(--spacing-m);padding:var(--spacing);width:100%;-webkit-box-align:center;-webkit-align-items:center;align-items:center}@media screen and (max-width:767px){.alert__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:var(--spacing-xs);-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;font-size:1.125rem}}.yellow .alert__top{background-color:var(--color-yellow-light)}.blue .alert__top{background-color:var(--color-blue-light)}.alert__top .alert__time>:first-child,.alert__top>:first-child{position:relative}.alert__top .alert__time>:first-child:after,.alert__top>:first-child:after{border-left:1px solid;bottom:0;content:"";position:absolute;right:-webkit-calc(var(--spacing-s)*-1);right:calc(var(--spacing-s)*-1);top:0;width:1px}@media screen and (max-width:767px){.alert__top>:first-child:after{display:none}}.alert__bottom{background-color:var(--color-gray-lightest);font-size:1rem;padding:var(--spacing);width:100%}@media screen and (min-width:768px){.alert__bottom{font-size:1.25rem}}.yellow .alert__bottom{background-color:var(--color-yellow-lightest)}.blue .alert__bottom{background-color:var(--color-blue-lightest)}.alert__pulse{display:inline-block;height:1.5em;position:relative;width:1.5em}.alert__pulse:after,.alert__pulse:before{content:"";left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.alert__pulse:before{-webkit-animation:pulseAnimationOuter;animation:pulseAnimationOuter;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;background-color:var(--color-gray-medium-light);border-radius:50%;height:1.5em;width:1.5em}.blue .alert__pulse:before{background-color:var(--color-blue-medium-light)}.yellow .alert__pulse:before{background-color:var(--color-yellow-light)}.alert__pulse:after{-webkit-animation:pulseAnimationInner;animation:pulseAnimationInner;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;background-color:var(--color-gray-medium);border-radius:50%;height:.75em;width:.75em}.blue .alert__pulse:after{background-color:var(--color-blue-medium)}.yellow .alert__pulse:after{background-color:var(--color-yellow-dark)}.alert__title{font-weight:600;gap:var(--spacing-xs)}.alert__heading,.alert__title{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.alert__heading{font-size:1.25rem;font-weight:700;gap:var(--spacing-s);margin:0}.alert__heading a{border-bottom:1px solid transparent;text-decoration:none}.alert__heading a:focus,.alert__heading a:hover{border-bottom-color:currentColor}@media screen and (min-width:768px){.alert__heading{font-size:1.5rem}}.alert__heading .alert__pulse{font-size:1rem}@media screen and (min-width:768px){.alert__heading .alert__pulse{font-size:1.5rem}}.alert__time{display:-webkit-box;display:-webkit-flex;display:flex;gap:var(--spacing-m);-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.alert__time strong{font-weight:600;margin-right:var(--spacing-xs)}.alert__location{display:-webkit-box;display:-webkit-flex;display:flex;font-size:1rem;font-weight:600;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:var(--spacing-xs)}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.alert-bar{border-bottom:1px solid;border-top:1px solid;display:-webkit-box;display:-webkit-flex;display:flex;font-size:.875rem;position:relative;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:768px){.alert-bar{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;gap:var(--spacing-s)}}.alert-bar:before{border-bottom:1px solid;border-top:1px solid;bottom:-1px;content:"";left:50%;position:absolute;top:-1px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw;z-index:-1}.alert-bar.blue,.alert-bar.blue:before{background-color:var(--color-blue-light)}.alert-bar.yellow,.alert-bar.yellow:before{background-color:var(--color-yellow-lightest)}.alert-bar__single-item{padding:var(--spacing-s) 0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}@media screen and (max-width:1023px){.alert-bar__single-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;width:-webkit-calc(100% - 1.25rem);width:calc(100% - 1.25rem)}}@media screen and (max-width:767px){.alert-bar__single-item+.alert-bar__link{display:inline-block;width:.9375rem}}.alert-bar__single-item+.alert-bar__link:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}@media screen and (max-width:767px){.alert-bar__single-item+.alert-bar__link .alert-bar__link-text{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}}.alert-bar__list{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;list-style:none;margin:0 0 var(--spacing-s) 0;padding:0}@media screen and (min-width:768px){.alert-bar__list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;gap:-webkit-calc(var(--spacing-s)*2);gap:calc(var(--spacing-s)*2);margin:var(--spacing-xs) 0;overflow-x:auto}}.alert-bar__list-item{border-bottom:1px solid;padding:var(--spacing-xs) 0;position:relative;width:100%}@media screen and (min-width:768px){.alert-bar__list-item{border-bottom:none;width:auto}.alert-bar__list-item+.alert-bar__list-item:before{border-left:1px solid;bottom:0;content:"";left:-webkit-calc(var(--spacing-s)*-1);left:calc(var(--spacing-s)*-1);position:absolute;top:0;width:1px}}.alert-bar__link{border-bottom:1px solid transparent;font-weight:600;text-decoration:none;white-space:nowrap}.alert-bar__link:focus,.alert-bar__link:hover{border-bottom-color:currentColor}@media screen and (min-width:768px){.alert-bar__link{margin:0}}.alert-bar__link-text{margin-right:var(--spacing-xs)}@media screen and (max-width:767px){.alert-bar__list+.alert-bar__link-wrapper{padding-bottom:var(--spacing-s);width:100%}}.alert-bar .alert__time{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0}