.styles_localHeadlines__0DHiR{list-style:none;margin:0;padding:0}.styles_item__lIElC{border-bottom:1px dashed var(--grey-50);padding:20px 0}@media(max-width:1000px){.styles_item__lIElC{border-bottom:none}.styles_item__lIElC:not(:last-child){border-bottom:1px dashed var(--grey-50)}}.styles_link__T_nO0{color:#333;display:grid;font-size:20px;gap:5px 15px;grid-template-columns:auto 1fr;text-decoration:none;transition:opacity .2s}.styles_link__T_nO0:hover{opacity:.85}@media(min-width:1000px){.styles_link__T_nO0{font-size:26px;grid-template-columns:1fr auto}}.styles_thumbnail__MT9TW{grid-row:1/4;height:80px;object-fit:cover;width:80px}@media(min-width:1000px){.styles_thumbnail__MT9TW{grid-column:2;height:130px;width:260px}}.styles_time__VNcch{display:block;font-family:monospace;font-size:12px;letter-spacing:-.7px}.styles_zipCodeLookup__gMJpz{display:grid;font-size:18px;gap:10px;grid-template-columns:1fr auto;justify-self:end;margin:0;width:100%}.styles_zipCodeLookup__gMJpz .styles_input__oXm8e{appearance:none;appearance:textfield;background:#fff;border:1px solid #f2f5f8;box-sizing:border-box;font-size:18px;font-weight:600;padding:5px 13px;text-transform:uppercase;transition:border .2s;width:100%}.styles_zipCodeLookup__gMJpz .styles_input__oXm8e::-webkit-inner-spin-button,.styles_zipCodeLookup__gMJpz .styles_input__oXm8e::-webkit-outer-spin-button{appearance:none;margin:0}.styles_zipCodeLookup__gMJpz .styles_input__oXm8e:focus{border:1px solid #666;outline:none}.styles_zipCodeLookup__gMJpz .styles_input__oXm8e::placeholder{font-size:18px;letter-spacing:2%}.styles_zipCodeLookup__gMJpz .styles_button__FMS6l{background:#dbdbdb;border:none;display:block;font-size:18px;font-weight:700;padding:7px 10px;text-transform:uppercase;transition:background .2s,color .2s}.styles_zipCodeLookup__gMJpz .styles_button__FMS6l:not(:disabled){background:#04376c;color:#fff;cursor:pointer}.styles_zipCodeLookup__gMJpz .styles_button__FMS6l:not(:disabled):focus,.styles_zipCodeLookup__gMJpz .styles_button__FMS6l:not(:disabled):hover{outline:none}.styles_error__CwNgn{color:red;display:block;font-size:16px;margin:5px 0 0;width:100%}.weather{--button-width:25px;--font-family:FoundersGroteskCond,"Arial Narrow",Arial,sans-serif;background:#f2f5f8;container-type:inline-size;padding:15px}.weather *{transition:all .15s}.weather .container{display:grid;font-family:var(--font-family);font-weight:600;gap:15px;grid-template-columns:1fr 1fr}.weather .city{font-size:32px;margin:0;text-transform:uppercase}.weather .city,.weather .lookup{grid-column:1/-1}.weather .current{align-items:center;border-right:1px solid #aaa;display:grid;grid-auto-flow:column;grid-template-columns:auto 1fr;justify-content:normal;margin:0;padding:0 15px 0 0}.weather .current .temp{font-size:52px}.weather .current .icon{grid-column:2;justify-self:auto;width:70px}.weather .current .description,.weather .current .highLow{grid-column:1/-1;text-transform:capitalize}.weather .details{align-items:center;display:grid;grid-template-columns:1fr 1fr}.weather .details span{font-size:16px;white-space:nowrap}.weather .details :nth-child(2n){font-size:18px;text-align:right}.weather .forecastTitle{border-top:1px dashed #999;grid-column:1/-1;margin:10px 0 0;padding:10px 0 0;text-transform:uppercase;width:100%}.weather .forecast{display:grid;grid-column:1/-1;grid-template-columns:auto 1fr auto;overflow:auto;width:100%}.weather .list{border:none;cursor:grab;display:flex;list-style:none;margin:0 0 0 calc(var(--button-width)*-1);overflow:auto;padding:0;scale:1;scroll-behavior:smooth;-webkit-user-select:none;user-select:none;width:calc(100% + var(--button-width)*2)}.weather .list:active{cursor:grabbing;scale:.98;scroll-behavior:auto}.weather .list .item{display:grid;gap:8px;pointer-events:none;text-align:center}.weather .list .item:not(:last-child){border-right:1px solid #aaa;margin:0 18px 0 0;padding:0 18px 0 0}.weather .list .item .hour{font-size:18px;white-space:nowrap}.weather .list .item .icon{width:30px}.weather .list .item .temp{font-size:24px}.weather .list .item .precip{align-items:center;display:flex;font-size:12px;justify-content:center}.weather .list .item .precip .icon{width:10px}.weather .chevron{align-items:center;color:#1e6ed8;display:flex;flex-direction:column;justify-content:center}.weather .chevron:after,.weather .chevron:before{background:currentColor;content:"";display:block;height:10px;width:2px}.weather .chevron:before{margin:0 0 -4px;rotate:45deg}.weather .chevron:after{rotate:-45deg}.weather .chevron.forward{margin:0 0 0 4px;rotate:180deg}.weather .button{background:#f2f5f8;border:none;display:initial;grid-column:1;width:var(--button-width);z-index:1}.weather .button:last-child{grid-column:-1}.weather .button:hover{background:#f2f2f2}.weather .button:disabled{opacity:0;visibility:hidden}.weather .localLink{align-items:center;border-top:1px dashed #555;display:grid;font-size:14px;font-weight:600;gap:15px 5px;grid-template-columns:auto;justify-content:center;margin:20px 0 0;padding:15px 0 0;text-align:center}.weather .localLink a{justify-self:center}.weather .localLink a:after{display:none}.weather .localLink .logo{width:175px}@media(min-width:585px)and (max-width:1000px){.weather .localLink{grid-template-columns:auto auto auto;justify-content:end}.weather .localLink a{grid-column:initial}}@media(max-width:585px){.weather .forecast,.weather .forecastTitle{display:none}}@container (min-width: 550px){.weather .container{grid-template-columns:auto 150px 1fr}.weather .city{grid-column:1/3}.weather .lookup{grid-column:3;grid-row:1}.weather .current{padding:0 15px 0 0}.weather .current .temp{font-size:52px}.weather .details{border-right:1px solid #aaa;padding:0 15px 0 0}.weather .forecastTitle{display:none}.weather .forecast{display:flex;grid-column:3}}.default_defaultLoader__g6imJ{display:flex;justify-content:space-between;overflow:visible;width:90px}.default_defaultLoader__g6imJ .default_dot__Khzd5{backface-visibility:hidden;background-color:#fff;border-radius:100%;flex-grow:0;flex-shrink:0;height:20px;margin:0 8.5px;opacity:0;perspective:1000;width:20px;will-change:opacity,transform}.default_defaultLoader__g6imJ.animateIn .default_dot__Khzd5{opacity:0}.default_defaultLoader__g6imJ.animateIn .default_dot__Khzd5:first-child{animation:default_fadeIn1__N_nZW .9s linear forwards}.default_defaultLoader__g6imJ.animateIn .default_dot__Khzd5:nth-child(2){animation:default_fadeIn2__7LVLt .9s linear forwards}.default_defaultLoader__g6imJ.animateIn .default_dot__Khzd5:nth-child(3){animation:default_fadeIn3__Wym0X .9s linear forwards}.default_defaultLoader__g6imJ.isLoading .default_dot__Khzd5{opacity:.3}.default_defaultLoader__g6imJ.isLoading .default_dot__Khzd5:first-child{animation:default_blinkAndGrow__UTuCs 2.5s linear 50ms infinite forwards}.default_defaultLoader__g6imJ.isLoading .default_dot__Khzd5:nth-child(2){animation:default_blinkAndGrow__UTuCs 2.5s linear .3s infinite forwards}.default_defaultLoader__g6imJ.isLoading .default_dot__Khzd5:nth-child(3){animation:default_blinkAndGrow__UTuCs 2.5s linear .55s infinite forwards}.default_defaultLoader__g6imJ.animateOut .default_dot__Khzd5:first-child{animation:default_dropOut__ocuqZ .3s linear forwards}.default_defaultLoader__g6imJ.animateOut .default_dot__Khzd5:nth-child(2){animation:default_dropOut__ocuqZ .3s linear .1s forwards}.default_defaultLoader__g6imJ.animateOut .default_dot__Khzd5:nth-child(3){animation:default_dropOut__ocuqZ .3s linear .2s forwards}@keyframes default_blinkAndGrow__UTuCs{0%,75%,to{opacity:.3;transform:scale(.95)}25%,50%{opacity:1;transform:scale(1)}}@keyframes default_dropOut__ocuqZ{0%{transform:translateY(0)}to{opacity:0;transform:translateY(200px)}}@keyframes default_fadeIn1__N_nZW{0%{opacity:0;transform:scale(.95)}33%,to{opacity:.3;transform:scale(.95)}}@keyframes default_fadeIn2__7LVLt{0%,33%{opacity:0;transform:scale(.95)}33%,66%,to{opacity:.3;transform:scale(.95)}}@keyframes default_fadeIn3__Wym0X{0%,33%{opacity:0;transform:scale(.95)}66%,to{opacity:.3;transform:scale(.95)}}.news_newsLoader__1OFHS path{backface-visibility:hidden;opacity:0;perspective:1000;transform-origin:bottom center;will-change:opacity,transform}.news_newsLoader__1OFHS.animateIn path{opacity:0}.news_newsLoader__1OFHS.animateIn path:first-child{animation:news_fadeIn__3UU_d .3s linear forwards}.news_newsLoader__1OFHS.animateIn path:nth-child(2){animation:news_featherIn2__TqfHD .3s ease-in-out forwards,news_fadeIn__3UU_d .3s linear forwards}.news_newsLoader__1OFHS.animateIn path:nth-child(3){animation:news_featherIn3__eeDr4 .3s ease-in-out forwards,news_fadeIn__3UU_d .3s linear forwards}.news_newsLoader__1OFHS.animateIn path:nth-child(4){animation:news_featherIn4__SxMSv .3s ease-in-out forwards,news_fadeIn__3UU_d .3s linear forwards}.news_newsLoader__1OFHS.animateIn path:nth-child(5){animation:news_featherIn5__rBaR_ .3s ease-in-out forwards,news_fadeIn__3UU_d .3s linear forwards}.news_newsLoader__1OFHS.animateIn path:nth-child(6){animation:news_featherIn6__ZaooP .3s ease-in-out forwards,news_fadeIn__3UU_d .3s linear forwards}.news_newsLoader__1OFHS.isLoading path{opacity:.3}.news_newsLoader__1OFHS.isLoading path:first-child{animation:news_blink__ut_SD 3s linear infinite forwards;transform:translateZ(0)}.news_newsLoader__1OFHS.isLoading path:nth-child(2){animation:news_blink__ut_SD 3s linear .2s infinite forwards;transform:translateZ(0)}.news_newsLoader__1OFHS.isLoading path:nth-child(3){animation:news_blink__ut_SD 3s linear .4s infinite forwards;transform:translateZ(0)}.news_newsLoader__1OFHS.isLoading path:nth-child(4){animation:news_blink__ut_SD 3s linear .6s infinite forwards;transform:translateZ(0)}.news_newsLoader__1OFHS.isLoading path:nth-child(5){animation:news_blink__ut_SD 3s linear .8s infinite forwards;transform:translateZ(0)}.news_newsLoader__1OFHS.isLoading path:nth-child(6){animation:news_blink__ut_SD 3s linear 1s infinite forwards;transform:translateZ(0)}.news_newsLoader__1OFHS.animateOut path:nth-child(-n+6){animation:news_fadeOut__Ut_7U .3s linear forwards}.news_newsLoader__1OFHS.animateOut path:first-child{animation:news_featherOut1__vqeJB .3s linear forwards,news_fadeOut__Ut_7U .3s linear forwards}.news_newsLoader__1OFHS.animateOut path:nth-child(2){animation:news_featherOut2__jO_O2 .3s linear forwards,news_fadeOut__Ut_7U .3s linear forwards}.news_newsLoader__1OFHS.animateOut path:nth-child(3){animation:news_featherOut3__One0N .3s linear forwards,news_fadeOut__Ut_7U .3s linear forwards}.news_newsLoader__1OFHS.animateOut path:nth-child(4){animation:news_featherOut4__zVsrn .3s linear forwards,news_fadeOut__Ut_7U .3s linear forwards}.news_newsLoader__1OFHS.animateOut path:nth-child(5){animation:news_featherOut5__CErzr .3s linear forwards,news_fadeOut__Ut_7U .3s linear forwards}.news_newsLoader__1OFHS.animateOut path:nth-child(6){animation:news_fadeOut__Ut_7U .3s linear forwards}@keyframes news_blink__ut_SD{0%,24%,71%,to{opacity:.3}25%,70%{opacity:1}}@keyframes news_fadeIn__3UU_d{to{opacity:.3}}@keyframes news_fadeOut__Ut_7U{to{opacity:0}}@keyframes news_featherIn2__TqfHD{0%{transform:rotate(-30deg) translate3d(5px,10px,0)}to{transform:rotate(0deg) translateZ(0)}}@keyframes news_featherIn3__eeDr4{0%{transform:rotate(-60deg) translate3d(0,8px,0)}to{transform:rotate(0deg) translateZ(0)}}@keyframes news_featherIn4__SxMSv{0%{transform:rotate(-80deg) translate3d(-10px,6px,0)}to{transform:rotate(0deg) translateZ(0)}}@keyframes news_featherIn5__rBaR_{0%{transform:rotate(-110deg) translate3d(-12px,0,0)}to{transform:rotate(0deg) translateZ(0)}}@keyframes news_featherIn6__ZaooP{0%{transform:rotate(-145deg) translate3d(0,-5px,0)}to{transform:rotate(0deg) translateZ(0)}}@keyframes news_featherOut1__vqeJB{0%{transform:rotate(0deg) translateZ(0)}to{transform:rotate(145deg) translate3d(0,-5px,0)}}@keyframes news_featherOut2__jO_O2{0%{transform:rotate(0deg) translateZ(0)}to{transform:rotate(110deg) translate3d(12px,0,0)}}@keyframes news_featherOut3__One0N{0%{transform:rotate(0deg) translateZ(0)}to{transform:rotate(80deg) translate3d(10px,6px,0)}}@keyframes news_featherOut4__zVsrn{0%{transform:rotate(0deg) translateZ(0)}to{transform:rotate(60deg) translate3d(0,8px,0)}}@keyframes news_featherOut5__CErzr{0%{transform:rotate(0deg) translateZ(0)}to{transform:rotate(30deg) translate3d(-5px,10px,0)}}.today_todayLoader__Edpa8{overflow:hidden}.today_todayLoader__Edpa8 path{backface-visibility:hidden;opacity:0;perspective:1000;will-change:opacity,transform}.today_todayLoader__Edpa8.animateIn path{animation-duration:.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:today_fadeIn__4hgcF;animation-timing-function:linear;opacity:0}.today_todayLoader__Edpa8.animateIn path:first-child{animation-delay:.1s}.today_todayLoader__Edpa8.animateIn path:nth-child(2){animation-delay:.4s}.today_todayLoader__Edpa8.animateIn path:nth-child(3){animation-delay:.7s}.today_todayLoader__Edpa8.isLoading path{animation-duration:3s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:today_blink__aEPiA;animation-timing-function:linear;opacity:.3}.today_todayLoader__Edpa8.isLoading path:first-child{animation-delay:0s}.today_todayLoader__Edpa8.isLoading path:nth-child(2){animation-delay:.5s}.today_todayLoader__Edpa8.isLoading path:nth-child(3){animation-delay:1s}.today_todayLoader__Edpa8.animateOut path{animation-duration:.4s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:today_dropOut__y6O1O;animation-timing-function:ease-out}.today_todayLoader__Edpa8.animateOut path:first-child,.today_todayLoader__Edpa8.animateOut path:nth-child(2),.today_todayLoader__Edpa8.animateOut path:nth-child(3){animation-delay:0s}@keyframes today_dropOut__y6O1O{0%{transform:translateY(0)}to{transform:translateY(100px)}}@keyframes today_blink__aEPiA{0%,24%,71%,to{opacity:.3}25%,70%{opacity:1}}@keyframes today_fadeIn__4hgcF{0%{opacity:0}to{opacity:.3}}@keyframes today_fadeOut__QG_iN{to{opacity:0}}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{background:#fff;color:#000;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}body{margin:0}a{background:#0000}a:focus{outline:2px solid #0db14b;outline-offset:0}a:active,a:hover{outline:0}a:focus-visible{outline:2px solid #0db14b;outline-offset:0}a:focus:not(:focus-visible){outline:unset;outline-offset:unset}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"“" "”" "‘" "’"}q:after,q:before{content:"";content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:initial}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}input::-moz-focus-inner{border:0;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:initial}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}:root{--news-alt-red-10:#ffb4b4;--news-red-30:#fa3a3a;--think-red-40:#ff5042;--navbar-mobile-height:60px;--navbar-default-height:80px;--breaking-red:#cb1111;--noticias-red-50:#c31010;--default-gradient-value-1-rgb:0,34,115;--default-gradient-value-2-rgb:1,96,250;--founders-loading:"Arial Narrow",Arial,serif;--publico-loading:Georgia,Times New Roman,Times,Baskerville,serif;--lato-loading:"Arial Narrow",Arial,serif;--oswald-font-family:Oswald,var(--founders-cond)}@keyframes styles_live-dot-blink__OvqD9{0%,to{opacity:0}40%,70%{opacity:1}}@keyframes styles_fade-in__F8f7E{0%{opacity:0}to{opacity:1}}@keyframes styles_expand-in__R3rtH{0%{max-height:0}to{max-height:100px}}@keyframes styles_chatblog-expand-in__Zb6YK{0%{max-height:0}to{max-height:200px}}:root{--twelve-col-percentage:8.3333333333%;--package-spacing:3rem;--outer-gutter:20px;--bp-m-width:758px;--bp-l-width:1000px;--bp-x-width:1240px;--grid-container-m:calc(100% - var(--outer-gutter)*2);--grid-container-l:calc(var(--bp-l-width) - var(--outer-gutter)*2);--grid-container-x:calc(var(--bp-x-width) - var(--outer-gutter)*2);--inner-gutter-s:2vw;--inner-gutter-m:4vw;--inner-gutter-l:40px;--inner-gutter-x:40px}@media screen and (min-width:1000px){:root{--outer-gutter:40px}}.styles_clearfix__VsgoD:after{clear:both;content:"";display:table}.styles_v-center__GzA9p{top:50%;transform:translateY(-50%)}.styles_h-center__jSG0Z{left:50%;transform:translateX(-50%)}.styles_vh-center__WF1mF{left:50%;top:50%;transform:translate(-50%,-50%)}.styles_css-reset-btn__N2nhN{background:#0000;border:none;color:inherit;font-family:inherit;font-size:100%;padding:0}.styles_fade-out__bvi_Y{opacity:0;transition:visibility 0s linear .3s,opacity .3s;visibility:hidden}.styles_fade-in__F8f7E{opacity:1;transition:visibility 0s linear 0s,opacity .3s;visibility:visible}.styles_color-inherit__HXlKK{color:inherit}.styles_verticalScrollDisabled__z3sWL{height:100vh;overflow-y:hidden;position:fixed;width:100%}.styles_pointer-events-initial___gG3q{pointer-events:auto}.styles_sr-only__9ywLS{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);border:0;white-space:nowrap}@media only screen and (min-width:1240px){.styles_msnbc__TMYP9 .styles_layout-rightRailTabbed__fW8X9 .styles_rail__7AfPl .styles_teaseList__xdj_D .styles_ad-container__uNkUQ,.styles_msnbc__TMYP9 .styles_layout-rightRail__NU_qP .styles_rail__7AfPl .styles_teaseList__xdj_D .styles_ad-container__uNkUQ,.styles_news__XKola .styles_layout-rightRailTabbed__fW8X9 .styles_rail__7AfPl .styles_teaseList__xdj_D .styles_ad-container__uNkUQ,.styles_news__XKola .styles_layout-rightRail__NU_qP .styles_rail__7AfPl .styles_teaseList__xdj_D .styles_ad-container__uNkUQ{margin-left:-20px}}.styles_pkg-ad__sYvqB .styles_mps-slot__DjXT_:not([style*="display: none"]):not(.styles_mps-gpt-hidden__HWUoL),.styles_pkg__vpIVH.styles_layout-grid-container__HQjTc,.styles_pkg__vpIVH:not(.styles_lead__p6QKw){margin-bottom:3rem;margin-bottom:var(--package-spacing)}.styles_pkg-bottom-border__eBbIv{border:none;border-top:1px solid var(--grey-50);height:1px;margin:24px 0 0}body.styles_news__XKola .styles_pkg-bottom-border__eBbIv{border:none;border-top:2px solid var(--grey-50);height:0;margin:3rem 3rem 0;margin:var(--package-spacing) var(--package-spacing) 0}@media only screen and (min-width:758px){body.styles_news__XKola .styles_pkg-bottom-border__eBbIv{border-top:1px solid var(--grey-50);margin:3rem 0 0;margin:var(--package-spacing) 0 0}}.styles_pkg__vpIVH .styles_pkg__vpIVH:last-child,.styles_pkg__vpIVH.styles_no-margin__CBnVm{margin-bottom:0}@media only screen and (min-width:758px){body.styles_today__QbtOs .styles_rail__container__8ymly{margin:0 auto;max-width:1260px}}.styles_layout-grid-container__HQjTc{display:flex;flex-direction:column}.styles_layout-grid-container-s__E8i7H{flex-flow:row wrap;margin-left:auto;margin-right:auto;max-width:calc(100% - 40px)}.styles_layout-grid-container__HQjTc.styles_gutter-collapse__dC6F1{max-width:100%}.styles_layout-grid-item__Jz2H3{border:0 solid #0000;flex-shrink:0;width:100%}.styles_layout-subgrid-container__SHzn_{display:flex;flex-direction:column}.styles_layout-subgrid-item__KxZMF{border:0 solid #0000;flex-shrink:0}.styles_grid-col-12__XgcVg,.styles_grid-fr-whole__OHP8f{width:100%}.styles_grid-col-6__x6G5A,.styles_grid-fr-half__pOWWK{width:50%}.styles_grid-fr-third__FEOWl{width:33.3333333333%}.styles_grid-fr-quarter__3JWhS{width:25%}.styles_grid-col-push-0__hBp6Q{margin-left:0}.styles_grid-col-push-1__0PEsp{margin-left:8.3333333333%}.styles_grid-col-push-2__n1bEW{margin-left:16.6666666667%}@media(max-width:757px){.styles_layout-grid-item--with-gutter-s-only__lp7_u{border-left-width:20px;border-right-width:20px}}@media(min-width:758px){.styles_layout-grid-container__HQjTc{flex-flow:row wrap;margin-left:auto;margin-right:auto;max-width:calc(100% - 40px)}.styles_layout-grid-container__HQjTc.styles_gutter-collapse__dC6F1{margin-left:-20px;margin-right:-20px;max-width:calc(100% + 40px);width:calc(100% + 40px)}.styles_gutter-collapse__dC6F1 .styles_layout-grid-item__Jz2H3{border-left-width:20px;border-right-width:20px}.styles_gutter-collapse-m__rLY9_{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)}.styles_layout-subgrid-container__SHzn_{flex-flow:row wrap;margin-left:-2vw;margin-right:-2vw}.styles_layout-subgrid-item__KxZMF{border-left-width:2vw;border-right-width:2vw}.styles_grid-col-1-m__0OGQO{width:8.3333333333%}.styles_grid-col-2-m___T6l0{width:16.6666666667%}.styles_grid-col-3-m__zvKBM{width:25%}.styles_grid-col-4-m__MRDBj{width:33.3333333333%}.styles_grid-col-5-m__SHxGI{width:41.6666666667%}.styles_grid-col-6-m__lvKb_{width:50%}.styles_grid-col-7-m__3IEde{width:58.3333333333%}.styles_grid-col-8-m__5UkXV{width:66.6666666667%}.styles_grid-col-9-m__az1lR{width:75%}.styles_grid-col-10-m___r9QK{width:83.3333333333%}.styles_grid-col-11-m__79IS7{width:91.6666666667%}.styles_grid-col-12-m__q4ltp,.styles_grid-fr-whole__OHP8f{width:100%}.styles_grid-fr-half-m__n9lc1{width:50%}.styles_grid-fr-third-m__FlaTJ{width:33.3333333333%}.styles_grid-fr-quarter-m__bc_RR{width:25%}.styles_grid-col-push-0-m__6UHQK{margin-left:0}.styles_grid-col-push-1-m__5jid6{margin-left:8.3333333333%}.styles_grid-col-push-2-m__CtRcr{margin-left:16.6666666667%}.styles_grid-col-push-3-m__rVAFA{margin-left:25%}.styles_grid-col-push-4-m__x11hx{margin-left:33.3333333333%}.styles_grid-col-push-5-m__4WvnO{margin-left:41.6666666667%}.styles_grid-col-push-6-m__e3Mdk{margin-left:50%}.styles_grid-col-push-7-m__K1qZt{margin-left:58.3333333333%}.styles_grid-col-push-8-m__KTH21{margin-left:66.6666666667%}.styles_grid-col-push-9-m__Jn90_{margin-left:75%}.styles_grid-col-push-10-m__i1pfS{margin-left:83.3333333333%}.styles_grid-col-push-11-m__WP6IL{margin-left:91.6666666667%}}@media(min-width:1000px){.styles_layout-grid-container__HQjTc{flex-flow:row wrap;max-width:960px}.styles_layout-grid-container__HQjTc.styles_gutter-collapse__dC6F1{margin-left:-20px;margin-right:-20px;max-width:calc(100% + 40px);width:calc(100% + 40px)}.styles_gutter-collapse-m__rLY9_{margin-left:0;margin-right:0;width:100%}.styles_layout-grid-item__Jz2H3{border-left-width:20px;border-right-width:20px}.styles_layout-grid-item__Jz2H3.styles_is-gapless__DadZo{border-left-width:0;border-right-width:0}.styles_layout-subgrid-container__SHzn_{margin-left:-20px;margin-right:-20px}.styles_layout-subgrid-item__KxZMF{border-left-width:20px;border-right-width:20px}.styles_grid-col-1-l__9MWnH{width:8.3333333333%}.styles_grid-col-2-l__iCYoC{width:16.6666666667%}.styles_grid-col-3-l__4odBb{width:25%}.styles_grid-col-3_5-l__6vK9J{width:29.1666666667%}.styles_grid-col-4-l__1XRzN{width:33.3333333333%}.styles_grid-col-4_5-l__ChoAF{width:37.5%}.styles_grid-col-5-l__52xcb{width:41.6666666667%}.styles_grid-col-6-l__2XHoj{width:50%}.styles_grid-col-7-l__5S4l_{width:58.3333333333%}.styles_grid-col-7_5-l__gWKSA{width:62.5%}.styles_grid-col-8-l__M__NX{width:66.6666666667%}.styles_grid-col-9-l__fKpp4{width:75%}.styles_grid-col-10-l__dEbyl{width:83.3333333333%}.styles_grid-col-11-l__GrwS3{width:91.6666666667%}.styles_grid-col-12-l__hfRu4,.styles_grid-fr-whole__OHP8f{width:100%}.styles_grid-fr-half-l__QGNP9{width:50%}.styles_grid-fr-third-l__Xg00g{width:33.3333333333%}.styles_grid-fr-quarter-l__u1Sp_{width:25%}.styles_grid-col-push-0-l__ViJS6{margin-left:0}.styles_grid-col-push-1-l__s0fMk{margin-left:8.3333333333%}.styles_grid-col-push-2-l__JPIzJ{margin-left:16.6666666667%}.styles_grid-col-push-3-1__6UVf_{margin-left:25%}.styles_grid-col-push-4-1__I8HYQ{margin-left:33.3333333333%}.styles_grid-col-push-5-1__MdBak{margin-left:41.6666666667%}.styles_grid-col-push-6-1__K6DTe{margin-left:50%}.styles_grid-col-push-7-1__smeiT{margin-left:58.3333333333%}.styles_grid-col-push-8-1__N53OZ{margin-left:66.6666666667%}.styles_grid-col-push-9-1__fbCcM{margin-left:75%}.styles_grid-col-push-10-1__7wzHv{margin-left:83.3333333333%}.styles_grid-col-push-11-1__9P_un{margin-left:91.6666666667%}}@media(min-width:1240px){.styles_layout-grid-container__HQjTc{max-width:1200px}.styles_layout-grid-container__HQjTc.styles_gutter-collapse__dC6F1{margin-left:-20px;margin-right:-20px;max-width:calc(100% + 40px);width:calc(100% + 40px)}.styles_grid-col-1-xl__yqQDk{width:8.3333333333%}.styles_grid-col-2-xl__u9jFx{width:16.6666666667%}.styles_grid-col-3-xl__bsYvC{width:25%}.styles_grid-col-3_5-xl__GeCuP{width:29.1666666667%}.styles_grid-col-4-xl__inD4u{width:33.3333333333%}.styles_grid-col-5-xl__4bsYi{width:41.6666666667%}.styles_grid-col-6-xl__QuaD8{width:50%}.styles_grid-col-7-xl__rfCF7{width:58.3333333333%}.styles_grid-col-8-xl___36Ln{width:66.6666666667%}.styles_grid-col-9-xl__gQETa{width:75%}.styles_grid-col-10-xl__SokfS{width:83.3333333333%}.styles_grid-col-11-xl__6iYN0{width:91.6666666667%}.styles_grid-col-12-xl__qVj8D,.styles_grid-fr-whole__OHP8f{width:100%}.styles_grid-fr-half-xl__xWhZv{width:50%}.styles_grid-fr-third-xl__mym_S{width:33.3333333333%}.styles_grid-fr-quarter-xl__3XTCa{width:25%}.styles_grid-col-push-0-xl__RZR6_{margin-left:0}.styles_grid-col-push-half-xl__AVRBW{margin-left:4.1666666667%}.styles_grid-col-push-1-xl__7vEEM{margin-left:8.3333333333%}.styles_grid-col-push-2-xl__At4w_{margin-left:16.6666666667%}.styles_grid-col-push-3-xl__Of9tf{margin-left:25%}.styles_grid-col-push-4-xl__HUpN3{margin-left:33.3333333333%}.styles_grid-col-push-5-xl__gIsXe{margin-left:41.6666666667%}.styles_grid-col-push-6-xl__cWbEj{margin-left:50%}.styles_grid-col-push-7-xl__esr7P{margin-left:58.3333333333%}.styles_grid-col-push-8-xl__9zkgA{margin-left:66.6666666667%}.styles_grid-col-push-9-xl__uzOAp{margin-left:75%}.styles_grid-col-push-10-xl__iD_uU{margin-left:83.3333333333%}.styles_grid-col-push-11-xl__6lYyV{margin-left:91.6666666667%}}.styles_boxinlineAd__b_HfD{display:inherit}@media only screen and (min-width:758px){.styles_boxinlineAd__b_HfD{display:none}}.styles_boxflexAd__QcLtT:first-of-type{display:none}@media only screen and (min-width:1000px){.styles_boxflexAd__QcLtT:first-of-type{border-left-width:0;border-right-width:1.25rem;display:inline}}@media only screen and (min-width:1240px){.styles_boxflexAd__QcLtT:first-of-type{border-left-width:1.25rem}}.styles_boxflexAd__QcLtT:last-of-type{display:none}@media only screen and (min-width:1000px){.styles_boxflexAd__QcLtT:last-of-type{border-left-width:1.25rem;border-right-width:0;display:inline}}@media only screen and (min-width:1240px){.styles_boxflexAd__QcLtT:last-of-type{border-right-width:1.25rem}}@media print{figure picture img{max-width:100%}.styles_db-print__jC6lf{display:block!important}.styles_di-print__UDd74{display:inline!important}.styles_dn-print___UFlo,header:before{display:none!important}.styles_dg-print__Mnr1V{display:grid!important}.styles_f4-print__Vndml{font-size:1rem!important}.styles_mh0-print__mq0GI{margin-right:0!important}.styles_mh0-print__mq0GI,.styles_ml0-print__Gkzh5{margin-left:0!important}.styles_mr0-print__DKK5P{margin-right:0!important}.styles_mb0-print__ZWzC_{margin-bottom:0!important}.styles_pl0-print__IhiJJ{padding-left:0!important}.styles_pt0-print__VPbbT{padding-top:0!important}.styles_pb0-print__w49JR{padding-bottom:0!important}.styles_black-print__dNyE6{color:#000!important}.styles_no-underline-print__DLYkU{text-decoration:none}.styles_w3-print__WEbcY{width:4rem}.styles_lh-none-print__iGXnq{line-height:none!important}.styles_b-none-print__IcXxo{border:none!important}.styles_bg-none-print__mYRQO{background-color:#0000!important}.styles_navbar__logo--print__6FB8h span{color:#000;font-size:30px}.styles_navbar__logo--print__6FB8h svg{height:30px;margin-right:10px;width:50px}}.styles_localNewsDetails__HJO1O{display:flex;flex-direction:column;font-family:FoundersGroteskCond,Arial Narrow,Arial,sans-serif;min-height:100vh}.styles_localNewsDetails__HJO1O .styles_header__zDpOq{align-items:center;background:rgba(16,32,57,.667);display:flex;height:188px;justify-content:center;margin:-60px 0 0;overflow:hidden;position:relative}@media(min-width:785px){.styles_localNewsDetails__HJO1O .styles_header__zDpOq{height:300px}}@media(min-width:1000px){.styles_localNewsDetails__HJO1O .styles_header__zDpOq{height:389px;margin:-60px 0 60px}}.styles_localNewsDetails__HJO1O .styles_header__zDpOq .styles_bgImage__eY_sX{height:100%;object-fit:cover;object-position:top;position:absolute;width:100%;z-index:-1}.styles_localNewsDetails__HJO1O .styles_header__zDpOq .styles_logo__ESxLh{height:24px}@media(min-width:785px){.styles_localNewsDetails__HJO1O .styles_header__zDpOq .styles_logo__ESxLh{height:43px}}@media(min-width:1000px){.styles_localNewsDetails__HJO1O .styles_header__zDpOq .styles_logo__ESxLh{height:53px}}.styles_localNewsDetails__HJO1O .styles_sectionTitleToggle__BDX0_,.styles_localNewsDetails__HJO1O .styles_sectionTitle__IBwQM{border-top:1px solid #999;font-size:24px;margin:0;padding:0 0 10px;text-transform:uppercase}.styles_localNewsDetails__HJO1O .styles_sectionTitleToggle__BDX0_:before,.styles_localNewsDetails__HJO1O .styles_sectionTitle__IBwQM:before{background:#2d6cf9;content:"";display:block;height:8px;margin:0 0 5px;width:80px}@media(min-width:1000px){.styles_localNewsDetails__HJO1O .styles_sectionTitleToggle__BDX0_,.styles_localNewsDetails__HJO1O .styles_sectionTitle__IBwQM{border-bottom:1px dashed #999;border-top:none}}.styles_localNewsDetails__HJO1O .styles_sectionTitleToggle__BDX0_{display:none}@media(min-width:1000px){.styles_localNewsDetails__HJO1O .styles_sectionTitleToggle__BDX0_{display:inherit;margin:0 0 10px}}.styles_localNewsDetails__HJO1O .styles_videoWrapper__CgUxG{aspect-ratio:16/9;margin:0 auto;position:relative;width:100%}@media(min-width:1281px){.styles_localNewsDetails__HJO1O .styles_videoWrapper__CgUxG{width:1280px}}.styles_localNewsDetails__HJO1O .styles_loader__3fUOk{align-items:center;background:#444;display:flex;height:98%;justify-content:center;position:absolute;width:100%;z-index:-1}.styles_localNewsDetails__HJO1O .styles_videoDetails__Nr__8{margin:0 auto;text-align:center}@media(min-width:785px){.styles_localNewsDetails__HJO1O .styles_videoDetails__Nr__8{display:flex;justify-content:space-between;margin:initial}}@keyframes styles_pulse__xJYJC{0%{opacity:1}50%{opacity:0}to{opacity:1}}.styles_localNewsDetails__HJO1O .styles_videoDescription__noxlw{display:flex;font-size:24px;font-weight:700;gap:5px;justify-content:center;letter-spacing:1%;margin:0 0 15px}.styles_localNewsDetails__HJO1O .styles_videoDescription__noxlw span:first-child{align-items:center;color:#b40909;display:flex;gap:5px}.styles_localNewsDetails__HJO1O .styles_videoDescription__noxlw span:first-child:before{animation:styles_pulse__xJYJC 2s infinite;background:currentColor;border-radius:100%;content:"";display:block;height:12px;width:12px}.styles_localNewsDetails__HJO1O .styles_appsLink__v0AP8{align-items:center;background:#fff;border:1px solid #3061ff;color:#3061ff;display:inline-flex;font-size:16px;height:0;letter-spacing:.2%;padding:15px 10px 17px;text-decoration:none;text-transform:uppercase;transition:background .2s,color .2s}.styles_localNewsDetails__HJO1O .styles_appsLink__v0AP8:hover{background:#3061ff;color:#fff}.styles_localNewsDetails__HJO1O .styles_appsLink__v0AP8:after{border:4px solid #0000;border-left:8px solid;content:"";display:block;height:0;margin:0 -2px -2px 10px;padding:0;width:0}.styles_localNewsDetails__HJO1O .styles_sectionWrapper__5keHd{display:grid}@media(min-width:1000px){.styles_localNewsDetails__HJO1O .styles_sectionWrapper__5keHd{gap:0 60px;grid-template-columns:1fr 300px}.styles_localNewsDetails__HJO1O .styles_sectionWrapper__5keHd>:nth-child(2){grid-column:2;grid-row:1}.styles_localNewsDetails__HJO1O .styles_sectionWrapper__5keHd>:first-child:nth-child(3){grid-row:1/3}}.styles_localNewsDetails__HJO1O .styles_localLink__p__ln{align-items:center;background:none;border:2px solid;color:#3c60f6;display:flex;font-size:18px;height:52px;justify-content:center;margin:30px auto 60px;padding:0 15px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s;width:300px}.styles_localNewsDetails__HJO1O .styles_localLink__p__ln:hover{background:#3061ff;color:#fff;cursor:pointer}.styles_localNewsDetails__HJO1O .styles_stickyFooterWrapper__sYL2a{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:30px;margin:0 auto;max-width:1310px;padding:15px 16px;width:100%}
/*# sourceMappingURL=c6777a2abbe3e499.css.map*/