:root{--ea-bs-blue:#0d6efd;--ea-bs-indigo:#6610f2;--ea-bs-purple:#6f42c1;--ea-bs-pink:#d63384;--ea-bs-red:#dc3545;--ea-bs-orange:#fd7e14;--ea-bs-yellow:#ffc107;--ea-bs-green:#198754;--ea-bs-teal:#20c997;--ea-bs-cyan:#0dcaf0;--ea-bs-black:#000;--ea-bs-white:#fff;--ea-bs-gray:#6c757d;--ea-bs-gray-dark:#343a40;--ea-bs-gray-100:#f8f9fa;--ea-bs-gray-200:#e9ecef;--ea-bs-gray-300:#dee2e6;--ea-bs-gray-400:#ced4da;--ea-bs-gray-500:#adb5bd;--ea-bs-gray-600:#6c757d;--ea-bs-gray-700:#495057;--ea-bs-gray-800:#343a40;--ea-bs-gray-900:#212529;--ea-bs-primary:#0d6efd;--ea-bs-secondary:#6c757d;--ea-bs-success:#198754;--ea-bs-info:#0dcaf0;--ea-bs-warning:#ffc107;--ea-bs-danger:#dc3545;--ea-bs-light:#f8f9fa;--ea-bs-dark:#212529;--ea-bs-primary-rgb:13, 110, 253;--ea-bs-secondary-rgb:108, 117, 125;--ea-bs-success-rgb:25, 135, 84;--ea-bs-info-rgb:13, 202, 240;--ea-bs-warning-rgb:255, 193, 7;--ea-bs-danger-rgb:220, 53, 69;--ea-bs-light-rgb:248, 249, 250;--ea-bs-dark-rgb:33, 37, 41;--ea-bs-white-rgb:255, 255, 255;--ea-bs-black-rgb:0, 0, 0;--ea-bs-body-color-rgb:33, 37, 41;--ea-bs-body-bg-rgb:255, 255, 255;--ea-bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--ea-bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--ea-bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--ea-bs-body-font-family:var(--bs-font-sans-serif);--ea-bs-body-font-size:1rem;--ea-bs-body-font-weight:400;--ea-bs-body-line-height:1.5;--ea-bs-body-color:#212529;--ea-bs-body-bg:#fff;--ea-bs-border-width:1px;--ea-bs-border-style:solid;--ea-bs-border-color:#dee2e6;--ea-bs-border-color-translucent:rgba(0, 0, 0, 0.175);--ea-bs-border-radius:0.375rem;--ea-bs-border-radius-sm:0.25rem;--ea-bs-border-radius-lg:0.5rem;--ea-bs-border-radius-xl:1rem;--ea-bs-border-radius-2xl:2rem;--ea-bs-border-radius-pill:50rem;--ea-bs-link-color:#0d6efd;--ea-bs-link-hover-color:#0a58ca;--ea-bs-code-color:#d63384;--ea-bs-highlight-bg:#fff3cd}.modal{--ea-bs-modal-zindex:1055;--ea-bs-modal-width:500px;--ea-bs-modal-padding:1rem;--ea-bs-modal-margin:0.5rem;--ea-bs-modal-color:;--ea-bs-modal-bg:#fff;--ea-bs-modal-border-color:var(--bs-border-color-translucent);--ea-bs-modal-border-width:1px;--ea-bs-modal-border-radius:0.5rem;--ea-bs-modal-box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--ea-bs-modal-inner-border-radius:calc(0.5rem - 1px);--ea-bs-modal-header-padding-x:1rem;--ea-bs-modal-header-padding-y:1rem;--ea-bs-modal-header-padding:1rem 1rem;--ea-bs-modal-header-border-color:var(--bs-border-color);--ea-bs-modal-header-border-width:1px;--ea-bs-modal-title-line-height:1.5;--ea-bs-modal-footer-gap:0.5rem;--ea-bs-modal-footer-bg:;--ea-bs-modal-footer-border-color:var(--bs-border-color);--ea-bs-modal-footer-border-width:1px;position:fixed;top:0;left:0;z-index:var(--ea-bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--ea-bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--ea-bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--ea-bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--ea-bs-modal-color);pointer-events:auto;background-color:var(--ea-bs-modal-bg);background-clip:padding-box;border:var(--ea-bs-modal-border-width) solid var(--ea-bs-modal-border-color);border-radius:var(--ea-bs-modal-border-radius);outline:0}.modal-backdrop{--ea-bs-backdrop-zindex:1050;--ea-bs-backdrop-bg:#000;--ea-bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--ea-bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--ea-bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--ea-bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--ea-bs-modal-header-padding);border-bottom:var(--ea-bs-modal-header-border-width) solid var(--ea-bs-modal-header-border-color);border-top-left-radius:var(--ea-bs-modal-inner-border-radius);border-top-right-radius:var(--ea-bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--ea-bs-modal-header-padding-y)*.5) calc(var(--ea-bs-modal-header-padding-x)*.5);margin:calc(-.5*var(--ea-bs-modal-header-padding-y)) calc(-.5*var(--ea-bs-modal-header-padding-x)) calc(-.5*var(--ea-bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--ea-bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--ea-bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--ea-bs-modal-padding) - var(--ea-bs-modal-footer-gap)*.5);background-color:var(--ea-bs-modal-footer-bg);border-top:var(--ea-bs-modal-footer-border-width) solid var(--ea-bs-modal-footer-border-color);border-bottom-right-radius:var(--ea-bs-modal-inner-border-radius);border-bottom-left-radius:var(--ea-bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--ea-bs-modal-footer-gap)*.5)}@media (min-width:576px){.modal{--ea-bs-modal-margin:1.75rem;--ea-bs-modal-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--ea-bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--ea-bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--ea-bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--ea-bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}:host,:root{--ea-fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/easy-announcements/assets/webfonts/fa-solid-900.woff2)format("woff2"),url(/wp-content/plugins/easy-announcements/assets/webfonts/fa-solid-900.ttf)format("truetype")}.site-announcements .btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:.5}.site-announcements .btn-close:hover{color:#000;text-decoration:none;opacity:.75}.site-announcements .btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgb(13 110 253 / .25);opacity:1}.site-announcements .btn-close.disabled,.site-announcements .btn-close:disabled{pointer-events:none;user-select:none;opacity:.25}.site-announcements .btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.site-announcements .clearfix::after,html.live-select .easy-announcements-live-selector .clearfix::after{display:block;clear:both;content:""}.site-announcements .text-bg-primary,html.live-select .easy-announcements-live-selector .text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,var(--ea-bs-bg-opacity,1))!important}.site-announcements .text-bg-secondary,html.live-select .easy-announcements-live-selector .text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,var(--ea-bs-bg-opacity,1))!important}.site-announcements .text-bg-success,html.live-select .easy-announcements-live-selector .text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--ea-bs-bg-opacity,1))!important}.site-announcements .text-bg-info,html.live-select .easy-announcements-live-selector .text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--ea-bs-bg-opacity,1))!important}.site-announcements .text-bg-warning,html.live-select .easy-announcements-live-selector .text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--ea-bs-bg-opacity,1))!important}.site-announcements .text-bg-danger,html.live-select .easy-announcements-live-selector .text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--ea-bs-bg-opacity,1))!important}.site-announcements .text-bg-light,html.live-select .easy-announcements-live-selector .text-bg-light{color:#000!important;background-color:RGBA(248,249,250,var(--ea-bs-bg-opacity,1))!important}.site-announcements .text-bg-dark,html.live-select .easy-announcements-live-selector .text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,var(--ea-bs-bg-opacity,1))!important}.site-announcements .link-primary,html.live-select .easy-announcements-live-selector .link-primary{color:#0d6efd!important}.site-announcements .link-primary:focus,.site-announcements .link-primary:hover,html.live-select .easy-announcements-live-selector .link-primary:focus,html.live-select .easy-announcements-live-selector .link-primary:hover{color:#0a58ca!important}.site-announcements .link-secondary,html.live-select .easy-announcements-live-selector .link-secondary{color:#6c757d!important}.site-announcements .link-secondary:focus,.site-announcements .link-secondary:hover,html.live-select .easy-announcements-live-selector .link-secondary:focus,html.live-select .easy-announcements-live-selector .link-secondary:hover{color:#565e64!important}.site-announcements .link-success,html.live-select .easy-announcements-live-selector .link-success{color:#198754!important}.site-announcements .link-success:focus,.site-announcements .link-success:hover,html.live-select .easy-announcements-live-selector .link-success:focus,html.live-select .easy-announcements-live-selector .link-success:hover{color:#146c43!important}.site-announcements .link-info,html.live-select .easy-announcements-live-selector .link-info{color:#0dcaf0!important}.site-announcements .link-info:focus,.site-announcements .link-info:hover,html.live-select .easy-announcements-live-selector .link-info:focus,html.live-select .easy-announcements-live-selector .link-info:hover{color:#3dd5f3!important}.site-announcements .link-warning,html.live-select .easy-announcements-live-selector .link-warning{color:#ffc107!important}.site-announcements .link-warning:focus,.site-announcements .link-warning:hover,html.live-select .easy-announcements-live-selector .link-warning:focus,html.live-select .easy-announcements-live-selector .link-warning:hover{color:#ffcd39!important}.site-announcements .link-danger,html.live-select .easy-announcements-live-selector .link-danger{color:#dc3545!important}.site-announcements .link-danger:focus,.site-announcements .link-danger:hover,html.live-select .easy-announcements-live-selector .link-danger:focus,html.live-select .easy-announcements-live-selector .link-danger:hover{color:#b02a37!important}.site-announcements .link-light,html.live-select .easy-announcements-live-selector .link-light{color:#f8f9fa!important}.site-announcements .link-light:focus,.site-announcements .link-light:hover,html.live-select .easy-announcements-live-selector .link-light:focus,html.live-select .easy-announcements-live-selector .link-light:hover{color:#f9fafb!important}.site-announcements .link-dark,html.live-select .easy-announcements-live-selector .link-dark{color:#212529!important}.site-announcements .link-dark:focus,.site-announcements .link-dark:hover,html.live-select .easy-announcements-live-selector .link-dark:focus,html.live-select .easy-announcements-live-selector .link-dark:hover{color:#1a1e21!important}.site-announcements .ratio,html.live-select .easy-announcements-live-selector .ratio{position:relative;width:100%}.site-announcements .ratio::before,html.live-select .easy-announcements-live-selector .ratio::before{display:block;padding-top:var(--ea-bs-aspect-ratio);content:""}.site-announcements .ratio>*,html.live-select .easy-announcements-live-selector .ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.site-announcements .ratio-1x1,html.live-select .easy-announcements-live-selector .ratio-1x1{--ea-bs-aspect-ratio:100%}.site-announcements .ratio-4x3,html.live-select .easy-announcements-live-selector .ratio-4x3{--ea-bs-aspect-ratio:75%}.site-announcements .ratio-16x9,html.live-select .easy-announcements-live-selector .ratio-16x9{--ea-bs-aspect-ratio:56.25%}.site-announcements .ratio-21x9,html.live-select .easy-announcements-live-selector .ratio-21x9{--ea-bs-aspect-ratio:42.8571428571%}.site-announcements .fixed-top,html.live-select .easy-announcements-live-selector .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.site-announcements .fixed-bottom,html.live-select .easy-announcements-live-selector .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.site-announcements .sticky-top,html.live-select .easy-announcements-live-selector .sticky-top{position:sticky;top:0;z-index:1020}.site-announcements .sticky-bottom,html.live-select .easy-announcements-live-selector .sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.site-announcements .sticky-sm-top{position:sticky;top:0;z-index:1020}.site-announcements .sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.site-announcements .sticky-md-top{position:sticky;top:0;z-index:1020}.site-announcements .sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.site-announcements .sticky-lg-top{position:sticky;top:0;z-index:1020}.site-announcements .sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.site-announcements .sticky-xl-top{position:sticky;top:0;z-index:1020}.site-announcements .sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.site-announcements .sticky-xxl-top{position:sticky;top:0;z-index:1020}.site-announcements .sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.site-announcements .hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.site-announcements .vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.site-announcements .visually-hidden,.site-announcements .visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.site-announcements .stretched-link::after,html.live-select .easy-announcements-live-selector .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.site-announcements .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-announcements .vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.site-announcements .align-baseline{vertical-align:baseline!important}.site-announcements .align-top{vertical-align:top!important}.site-announcements .align-middle{vertical-align:middle!important}.site-announcements .align-bottom{vertical-align:bottom!important}.site-announcements .align-text-bottom{vertical-align:text-bottom!important}.site-announcements .align-text-top{vertical-align:text-top!important}.site-announcements .float-start{float:left!important}.site-announcements .float-end{float:right!important}.site-announcements .float-none{float:none!important}.site-announcements .opacity-0{opacity:0!important}.site-announcements .opacity-25{opacity:.25!important}.site-announcements .opacity-50{opacity:.5!important}.site-announcements .opacity-75{opacity:.75!important}.site-announcements .opacity-100{opacity:1!important}.site-announcements .overflow-auto{overflow:auto!important}.site-announcements .overflow-hidden{overflow:hidden!important}.site-announcements .overflow-visible{overflow:visible!important}.site-announcements .overflow-scroll{overflow:scroll!important}.site-announcements .d-inline{display:inline!important}.site-announcements .d-inline-block{display:inline-block!important}.site-announcements .d-block{display:block!important}.site-announcements .d-grid{display:grid!important}.site-announcements .d-table{display:table!important}.site-announcements .d-table-row{display:table-row!important}.site-announcements .d-table-cell{display:table-cell!important}.site-announcements .d-flex{display:flex!important}.site-announcements .d-inline-flex{display:inline-flex!important}.site-announcements .d-none,html.live-select #wpadminbar{display:none!important}.site-announcements .shadow{box-shadow:0 .5rem 1rem rgb(0 0 0 / .15)!important}.site-announcements .shadow-sm{box-shadow:0 .125rem .25rem rgb(0 0 0 / .075)!important}.site-announcements .shadow-lg{box-shadow:0 1rem 3rem rgb(0 0 0 / .175)!important}.site-announcements .shadow-none{box-shadow:none!important}.site-announcements .position-static{position:static!important}.site-announcements .position-relative{position:relative!important}.site-announcements .position-absolute{position:absolute!important}.site-announcements .position-fixed{position:fixed!important}.site-announcements .position-sticky{position:sticky!important}.site-announcements .top-0{top:0!important}.site-announcements .top-50{top:50%!important}.site-announcements .top-100{top:100%!important}.site-announcements .bottom-0{bottom:0!important}.site-announcements .bottom-50{bottom:50%!important}.site-announcements .bottom-100{bottom:100%!important}.site-announcements .start-0{left:0!important}.site-announcements .start-50{left:50%!important}.site-announcements .start-100{left:100%!important}.site-announcements .end-0{right:0!important}.site-announcements .end-50{right:50%!important}.site-announcements .end-100{right:100%!important}.site-announcements .translate-middle{transform:translate(-50%,-50%)!important}.site-announcements .translate-middle-x{transform:translateX(-50%)!important}.site-announcements .translate-middle-y{transform:translateY(-50%)!important}.site-announcements .border{border:var(--ea-bs-border-width) var(--ea-bs-border-style) var(--ea-bs-border-color)!important}.site-announcements .border-0{border:0!important}.site-announcements .border-top{border-top:var(--ea-bs-border-width) var(--ea-bs-border-style) var(--ea-bs-border-color)!important}.site-announcements .border-top-0{border-top:0!important}.site-announcements .border-end{border-right:var(--ea-bs-border-width) var(--ea-bs-border-style) var(--ea-bs-border-color)!important}.site-announcements .border-end-0{border-right:0!important}.site-announcements .border-bottom{border-bottom:var(--ea-bs-border-width) var(--ea-bs-border-style) var(--ea-bs-border-color)!important}.site-announcements .border-bottom-0{border-bottom:0!important}.site-announcements .border-start{border-left:var(--ea-bs-border-width) var(--ea-bs-border-style) var(--ea-bs-border-color)!important}.site-announcements .border-start-0{border-left:0!important}.site-announcements .border-primary{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.site-announcements .border-secondary{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.site-announcements .border-success{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.site-announcements .border-info{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.site-announcements .border-warning{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.site-announcements .border-danger{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.site-announcements .border-light{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.site-announcements .border-dark{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.site-announcements .border-white{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.site-announcements .border-1{--ea-bs-border-width:1px}.site-announcements .border-2{--ea-bs-border-width:2px}.site-announcements .border-3{--ea-bs-border-width:3px}.site-announcements .border-4{--ea-bs-border-width:4px}.site-announcements .border-5{--ea-bs-border-width:5px}.site-announcements .border-opacity-10{--ea-bs-border-opacity:0.1}.site-announcements .border-opacity-25{--ea-bs-border-opacity:0.25}.site-announcements .border-opacity-50{--ea-bs-border-opacity:0.5}.site-announcements .border-opacity-75{--ea-bs-border-opacity:0.75}.site-announcements .border-opacity-100{--ea-bs-border-opacity:1}.site-announcements .w-25{width:25%!important}.site-announcements .w-50{width:50%!important}.site-announcements .w-75{width:75%!important}.site-announcements .w-100{width:100%!important}.site-announcements .w-auto{width:auto!important}.site-announcements .mw-100{max-width:100%!important}.site-announcements .vw-100{width:100vw!important}.site-announcements .min-vw-100{min-width:100vw!important}.site-announcements .h-25{height:25%!important}.site-announcements .h-50{height:50%!important}.site-announcements .h-75{height:75%!important}.site-announcements .h-100{height:100%!important}.site-announcements .h-auto{height:auto!important}.site-announcements .mh-100{max-height:100%!important}.site-announcements .vh-100{height:100vh!important}.site-announcements .min-vh-100{min-height:100vh!important}.site-announcements .flex-fill{flex:1 1 auto!important}.site-announcements .flex-row{flex-direction:row!important}.site-announcements .flex-column{flex-direction:column!important}.site-announcements .flex-row-reverse{flex-direction:row-reverse!important}.site-announcements .flex-column-reverse{flex-direction:column-reverse!important}.site-announcements .flex-grow-0{flex-grow:0!important}.site-announcements .flex-grow-1{flex-grow:1!important}.site-announcements .flex-shrink-0{flex-shrink:0!important}.site-announcements .flex-shrink-1{flex-shrink:1!important}.site-announcements .flex-wrap{flex-wrap:wrap!important}.site-announcements .flex-nowrap{flex-wrap:nowrap!important}.site-announcements .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.site-announcements .justify-content-start{justify-content:flex-start!important}.site-announcements .justify-content-end{justify-content:flex-end!important}.site-announcements .justify-content-center{justify-content:center!important}.site-announcements .justify-content-between{justify-content:space-between!important}.site-announcements .justify-content-around{justify-content:space-around!important}.site-announcements .justify-content-evenly{justify-content:space-evenly!important}.site-announcements .align-items-start{align-items:flex-start!important}.site-announcements .align-items-end{align-items:flex-end!important}.site-announcements .align-items-center{align-items:center!important}.site-announcements .align-items-baseline{align-items:baseline!important}.site-announcements .align-items-stretch{align-items:stretch!important}.site-announcements .align-content-start{align-content:flex-start!important}.site-announcements .align-content-end{align-content:flex-end!important}.site-announcements .align-content-center{align-content:center!important}.site-announcements .align-content-between{align-content:space-between!important}.site-announcements .align-content-around{align-content:space-around!important}.site-announcements .align-content-stretch{align-content:stretch!important}.site-announcements .align-self-auto{align-self:auto!important}.site-announcements .align-self-start{align-self:flex-start!important}.site-announcements .align-self-end{align-self:flex-end!important}.site-announcements .align-self-center{align-self:center!important}.site-announcements .align-self-baseline{align-self:baseline!important}.site-announcements .align-self-stretch{align-self:stretch!important}.site-announcements .order-first{order:-1!important}.site-announcements .order-0{order:0!important}.site-announcements .order-1{order:1!important}.site-announcements .order-2{order:2!important}.site-announcements .order-3{order:3!important}.site-announcements .order-4{order:4!important}.site-announcements .order-5{order:5!important}.site-announcements .order-last{order:6!important}.site-announcements .m-0,html.live-select{margin:0!important}.site-announcements .m-1{margin:.25rem!important}.site-announcements .m-2{margin:.5rem!important}.site-announcements .m-3{margin:1rem!important}.site-announcements .m-4{margin:1.5rem!important}.site-announcements .m-5{margin:3rem!important}.site-announcements .m-auto{margin:auto!important}.site-announcements .mx-0{margin-right:0!important;margin-left:0!important}.site-announcements .mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.site-announcements .mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.site-announcements .mx-3{margin-right:1rem!important;margin-left:1rem!important}.site-announcements .mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.site-announcements .mx-5{margin-right:3rem!important;margin-left:3rem!important}.site-announcements .mx-auto{margin-right:auto!important;margin-left:auto!important}.site-announcements .my-0{margin-top:0!important;margin-bottom:0!important}.site-announcements .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.site-announcements .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.site-announcements .my-3{margin-top:1rem!important;margin-bottom:1rem!important}.site-announcements .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.site-announcements .my-5{margin-top:3rem!important;margin-bottom:3rem!important}.site-announcements .my-auto{margin-top:auto!important;margin-bottom:auto!important}.site-announcements .mt-0{margin-top:0!important}.site-announcements .mt-1{margin-top:.25rem!important}.site-announcements .mt-2{margin-top:.5rem!important}.site-announcements .mt-3{margin-top:1rem!important}.site-announcements .mt-4{margin-top:1.5rem!important}.site-announcements .mt-5{margin-top:3rem!important}.site-announcements .mt-auto{margin-top:auto!important}.site-announcements .me-0{margin-right:0!important}.site-announcements .me-1{margin-right:.25rem!important}.site-announcements .me-2{margin-right:.5rem!important}.site-announcements .me-3{margin-right:1rem!important}.site-announcements .me-4{margin-right:1.5rem!important}.site-announcements .me-5{margin-right:3rem!important}.site-announcements .me-auto{margin-right:auto!important}.site-announcements .mb-0{margin-bottom:0!important}.site-announcements .mb-1{margin-bottom:.25rem!important}.site-announcements .mb-2{margin-bottom:.5rem!important}.site-announcements .mb-3{margin-bottom:1rem!important}.site-announcements .mb-4{margin-bottom:1.5rem!important}.site-announcements .mb-5{margin-bottom:3rem!important}.site-announcements .mb-auto{margin-bottom:auto!important}.site-announcements .ms-0{margin-left:0!important}.site-announcements .ms-1{margin-left:.25rem!important}.site-announcements .ms-2{margin-left:.5rem!important}.site-announcements .ms-3{margin-left:1rem!important}.site-announcements .ms-4{margin-left:1.5rem!important}.site-announcements .ms-5{margin-left:3rem!important}.site-announcements .ms-auto{margin-left:auto!important}.site-announcements .p-0{padding:0!important}.site-announcements .p-1{padding:.25rem!important}.site-announcements .p-2{padding:.5rem!important}.site-announcements .p-3{padding:1rem!important}.site-announcements .p-4{padding:1.5rem!important}.site-announcements .p-5{padding:3rem!important}.site-announcements .px-0{padding-right:0!important;padding-left:0!important}.site-announcements .px-1{padding-right:.25rem!important;padding-left:.25rem!important}.site-announcements .px-2{padding-right:.5rem!important;padding-left:.5rem!important}.site-announcements .px-3{padding-right:1rem!important;padding-left:1rem!important}.site-announcements .px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.site-announcements .px-5{padding-right:3rem!important;padding-left:3rem!important}.site-announcements .py-0{padding-top:0!important;padding-bottom:0!important}.site-announcements .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.site-announcements .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.site-announcements .py-3{padding-top:1rem!important;padding-bottom:1rem!important}.site-announcements .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.site-announcements .py-5{padding-top:3rem!important;padding-bottom:3rem!important}.site-announcements .pt-0{padding-top:0!important}.site-announcements .pt-1{padding-top:.25rem!important}.site-announcements .pt-2{padding-top:.5rem!important}.site-announcements .pt-3{padding-top:1rem!important}.site-announcements .pt-4{padding-top:1.5rem!important}.site-announcements .pt-5{padding-top:3rem!important}.site-announcements .pe-0{padding-right:0!important}.site-announcements .pe-1{padding-right:.25rem!important}.site-announcements .pe-2{padding-right:.5rem!important}.site-announcements .pe-3{padding-right:1rem!important}.site-announcements .pe-4{padding-right:1.5rem!important}.site-announcements .pe-5{padding-right:3rem!important}.site-announcements .pb-0{padding-bottom:0!important}.site-announcements .pb-1{padding-bottom:.25rem!important}.site-announcements .pb-2{padding-bottom:.5rem!important}.site-announcements .pb-3{padding-bottom:1rem!important}.site-announcements .pb-4{padding-bottom:1.5rem!important}.site-announcements .pb-5{padding-bottom:3rem!important}.site-announcements .ps-0{padding-left:0!important}.site-announcements .ps-1{padding-left:.25rem!important}.site-announcements .ps-2{padding-left:.5rem!important}.site-announcements .ps-3{padding-left:1rem!important}.site-announcements .ps-4{padding-left:1.5rem!important}.site-announcements .ps-5{padding-left:3rem!important}.site-announcements .gap-0{gap:0!important}.site-announcements .gap-1{gap:.25rem!important}.site-announcements .gap-2{gap:.5rem!important}.site-announcements .gap-3{gap:1rem!important}.site-announcements .gap-4{gap:1.5rem!important}.site-announcements .gap-5{gap:3rem!important}.site-announcements .font-monospace{font-family:var(--ea-bs-font-monospace)!important}.site-announcements .fs-1{font-size:calc(1.375rem + 1.5vw)!important}.site-announcements .fs-2{font-size:calc(1.325rem + .9vw)!important}.site-announcements .fs-3{font-size:calc(1.3rem + .6vw)!important}.site-announcements .fs-4{font-size:calc(1.275rem + .3vw)!important}.site-announcements .fs-5{font-size:1.25rem!important}.site-announcements .fs-6{font-size:1rem!important}.site-announcements .fst-italic{font-style:italic!important}.site-announcements .fst-normal{font-style:normal!important}.site-announcements .fw-light{font-weight:300!important}.site-announcements .fw-lighter{font-weight:lighter!important}.site-announcements .fw-normal{font-weight:400!important}.site-announcements .fw-bold{font-weight:700!important}.site-announcements .fw-semibold{font-weight:600!important}.site-announcements .fw-bolder{font-weight:bolder!important}.site-announcements .lh-1{line-height:1!important}.site-announcements .lh-sm{line-height:1.25!important}.site-announcements .lh-base{line-height:1.5!important}.site-announcements .lh-lg{line-height:2!important}.site-announcements .text-start{text-align:left!important}.site-announcements .text-end{text-align:right!important}.site-announcements .text-center{text-align:center!important}.site-announcements .text-decoration-none{text-decoration:none!important}.site-announcements .text-decoration-underline{text-decoration:underline!important}.site-announcements .text-decoration-line-through{text-decoration:line-through!important}.site-announcements .text-lowercase{text-transform:lowercase!important}.site-announcements .text-uppercase{text-transform:uppercase!important}.site-announcements .text-capitalize{text-transform:capitalize!important}.site-announcements .text-wrap{white-space:normal!important}.site-announcements .text-nowrap{white-space:nowrap!important}.site-announcements .text-break{word-wrap:break-word!important;word-break:break-word!important}.site-announcements .text-primary{--ea-bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.site-announcements .text-secondary{--ea-bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.site-announcements .text-success{--ea-bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.site-announcements .text-info{--ea-bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.site-announcements .text-warning{--ea-bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.site-announcements .text-danger{--ea-bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.site-announcements .text-light{--ea-bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.site-announcements .text-dark{--ea-bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.site-announcements .text-black{--ea-bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.site-announcements .text-white{--ea-bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.site-announcements .text-body{--ea-bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.site-announcements .text-muted{--ea-bs-text-opacity:1;color:#6c757d!important}.site-announcements .text-black-50{--ea-bs-text-opacity:1;color:rgb(0 0 0 / .5)!important}.site-announcements .text-white-50{--ea-bs-text-opacity:1;color:rgb(255 255 255 / .5)!important}.site-announcements .text-reset{--ea-bs-text-opacity:1;color:inherit!important}.site-announcements .text-opacity-25{--ea-bs-text-opacity:0.25}.site-announcements .text-opacity-50{--ea-bs-text-opacity:0.5}.site-announcements .text-opacity-75{--ea-bs-text-opacity:0.75}.site-announcements .text-opacity-100{--ea-bs-text-opacity:1}.site-announcements .bg-primary{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.site-announcements .bg-secondary{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.site-announcements .bg-success{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.site-announcements .bg-info{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.site-announcements .bg-warning{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.site-announcements .bg-danger{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.site-announcements .bg-light{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.site-announcements .bg-dark{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.site-announcements .bg-black{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.site-announcements .bg-white{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.site-announcements .bg-body{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.site-announcements .bg-transparent{--ea-bs-bg-opacity:1;background-color:transparent!important}.site-announcements .bg-opacity-10{--ea-bs-bg-opacity:0.1}.site-announcements .bg-opacity-25{--ea-bs-bg-opacity:0.25}.site-announcements .bg-opacity-50{--ea-bs-bg-opacity:0.5}.site-announcements .bg-opacity-75{--ea-bs-bg-opacity:0.75}.site-announcements .bg-opacity-100{--ea-bs-bg-opacity:1}.site-announcements .bg-gradient{background-image:var(--ea-bs-gradient)!important}.site-announcements .user-select-all{user-select:all!important}.site-announcements .user-select-auto{user-select:auto!important}.site-announcements .user-select-none{user-select:none!important}.site-announcements .pe-none{pointer-events:none!important}.site-announcements .pe-auto{pointer-events:auto!important}.site-announcements .rounded{border-radius:var(--ea-bs-border-radius)!important}.site-announcements .rounded-0{border-radius:0!important}.site-announcements .rounded-1{border-radius:var(--ea-bs-border-radius-sm)!important}.site-announcements .rounded-2{border-radius:var(--ea-bs-border-radius)!important}.site-announcements .rounded-3{border-radius:var(--ea-bs-border-radius-lg)!important}.site-announcements .rounded-4{border-radius:var(--ea-bs-border-radius-xl)!important}.site-announcements .rounded-5{border-radius:var(--ea-bs-border-radius-2xl)!important}.site-announcements .rounded-circle{border-radius:50%!important}.site-announcements .rounded-pill{border-radius:var(--ea-bs-border-radius-pill)!important}.site-announcements .rounded-top{border-top-left-radius:var(--ea-bs-border-radius)!important;border-top-right-radius:var(--ea-bs-border-radius)!important}.site-announcements .rounded-end{border-top-right-radius:var(--ea-bs-border-radius)!important;border-bottom-right-radius:var(--ea-bs-border-radius)!important}.site-announcements .rounded-bottom{border-bottom-right-radius:var(--ea-bs-border-radius)!important;border-bottom-left-radius:var(--ea-bs-border-radius)!important}.site-announcements .rounded-start{border-bottom-left-radius:var(--ea-bs-border-radius)!important;border-top-left-radius:var(--ea-bs-border-radius)!important}.site-announcements .visible{visibility:visible!important}.site-announcements .invisible{visibility:hidden!important}@media (min-width:576px){.site-announcements .float-sm-start{float:left!important}.site-announcements .float-sm-end{float:right!important}.site-announcements .float-sm-none{float:none!important}.site-announcements .d-sm-inline{display:inline!important}.site-announcements .d-sm-inline-block{display:inline-block!important}.site-announcements .d-sm-block{display:block!important}.site-announcements .d-sm-grid{display:grid!important}.site-announcements .d-sm-table{display:table!important}.site-announcements .d-sm-table-row{display:table-row!important}.site-announcements .d-sm-table-cell{display:table-cell!important}.site-announcements .d-sm-flex{display:flex!important}.site-announcements .d-sm-inline-flex{display:inline-flex!important}.site-announcements .d-sm-none{display:none!important}.site-announcements .w-sm-25{width:25%!important}.site-announcements .w-sm-50{width:50%!important}.site-announcements .w-sm-75{width:75%!important}.site-announcements .w-sm-100{width:100%!important}.site-announcements .w-sm-auto{width:auto!important}.site-announcements .flex-sm-fill{flex:1 1 auto!important}.site-announcements .flex-sm-row{flex-direction:row!important}.site-announcements .flex-sm-column{flex-direction:column!important}.site-announcements .flex-sm-row-reverse{flex-direction:row-reverse!important}.site-announcements .flex-sm-column-reverse{flex-direction:column-reverse!important}.site-announcements .flex-sm-grow-0{flex-grow:0!important}.site-announcements .flex-sm-grow-1{flex-grow:1!important}.site-announcements .flex-sm-shrink-0{flex-shrink:0!important}.site-announcements .flex-sm-shrink-1{flex-shrink:1!important}.site-announcements .flex-sm-wrap{flex-wrap:wrap!important}.site-announcements .flex-sm-nowrap{flex-wrap:nowrap!important}.site-announcements .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.site-announcements .justify-content-sm-start{justify-content:flex-start!important}.site-announcements .justify-content-sm-end{justify-content:flex-end!important}.site-announcements .justify-content-sm-center{justify-content:center!important}.site-announcements .justify-content-sm-between{justify-content:space-between!important}.site-announcements .justify-content-sm-around{justify-content:space-around!important}.site-announcements .justify-content-sm-evenly{justify-content:space-evenly!important}.site-announcements .align-items-sm-start{align-items:flex-start!important}.site-announcements .align-items-sm-end{align-items:flex-end!important}.site-announcements .align-items-sm-center{align-items:center!important}.site-announcements .align-items-sm-baseline{align-items:baseline!important}.site-announcements .align-items-sm-stretch{align-items:stretch!important}.site-announcements .align-content-sm-start{align-content:flex-start!important}.site-announcements .align-content-sm-end{align-content:flex-end!important}.site-announcements .align-content-sm-center{align-content:center!important}.site-announcements .align-content-sm-between{align-content:space-between!important}.site-announcements .align-content-sm-around{align-content:space-around!important}.site-announcements .align-content-sm-stretch{align-content:stretch!important}.site-announcements .align-self-sm-auto{align-self:auto!important}.site-announcements .align-self-sm-start{align-self:flex-start!important}.site-announcements .align-self-sm-end{align-self:flex-end!important}.site-announcements .align-self-sm-center{align-self:center!important}.site-announcements .align-self-sm-baseline{align-self:baseline!important}.site-announcements .align-self-sm-stretch{align-self:stretch!important}.site-announcements .order-sm-first{order:-1!important}.site-announcements .order-sm-0{order:0!important}.site-announcements .order-sm-1{order:1!important}.site-announcements .order-sm-2{order:2!important}.site-announcements .order-sm-3{order:3!important}.site-announcements .order-sm-4{order:4!important}.site-announcements .order-sm-5{order:5!important}.site-announcements .order-sm-last{order:6!important}.site-announcements .m-sm-0{margin:0!important}.site-announcements .m-sm-1{margin:.25rem!important}.site-announcements .m-sm-2{margin:.5rem!important}.site-announcements .m-sm-3{margin:1rem!important}.site-announcements .m-sm-4{margin:1.5rem!important}.site-announcements .m-sm-5{margin:3rem!important}.site-announcements .m-sm-auto{margin:auto!important}.site-announcements .mx-sm-0{margin-right:0!important;margin-left:0!important}.site-announcements .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.site-announcements .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.site-announcements .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.site-announcements .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.site-announcements .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.site-announcements .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.site-announcements .my-sm-0{margin-top:0!important;margin-bottom:0!important}.site-announcements .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.site-announcements .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.site-announcements .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.site-announcements .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.site-announcements .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.site-announcements .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.site-announcements .mt-sm-0{margin-top:0!important}.site-announcements .mt-sm-1{margin-top:.25rem!important}.site-announcements .mt-sm-2{margin-top:.5rem!important}.site-announcements .mt-sm-3{margin-top:1rem!important}.site-announcements .mt-sm-4{margin-top:1.5rem!important}.site-announcements .mt-sm-5{margin-top:3rem!important}.site-announcements .mt-sm-auto{margin-top:auto!important}.site-announcements .me-sm-0{margin-right:0!important}.site-announcements .me-sm-1{margin-right:.25rem!important}.site-announcements .me-sm-2{margin-right:.5rem!important}.site-announcements .me-sm-3{margin-right:1rem!important}.site-announcements .me-sm-4{margin-right:1.5rem!important}.site-announcements .me-sm-5{margin-right:3rem!important}.site-announcements .me-sm-auto{margin-right:auto!important}.site-announcements .mb-sm-0{margin-bottom:0!important}.site-announcements .mb-sm-1{margin-bottom:.25rem!important}.site-announcements .mb-sm-2{margin-bottom:.5rem!important}.site-announcements .mb-sm-3{margin-bottom:1rem!important}.site-announcements .mb-sm-4{margin-bottom:1.5rem!important}.site-announcements .mb-sm-5{margin-bottom:3rem!important}.site-announcements .mb-sm-auto{margin-bottom:auto!important}.site-announcements .ms-sm-0{margin-left:0!important}.site-announcements .ms-sm-1{margin-left:.25rem!important}.site-announcements .ms-sm-2{margin-left:.5rem!important}.site-announcements .ms-sm-3{margin-left:1rem!important}.site-announcements .ms-sm-4{margin-left:1.5rem!important}.site-announcements .ms-sm-5{margin-left:3rem!important}.site-announcements .ms-sm-auto{margin-left:auto!important}.site-announcements .p-sm-0{padding:0!important}.site-announcements .p-sm-1{padding:.25rem!important}.site-announcements .p-sm-2{padding:.5rem!important}.site-announcements .p-sm-3{padding:1rem!important}.site-announcements .p-sm-4{padding:1.5rem!important}.site-announcements .p-sm-5{padding:3rem!important}.site-announcements .px-sm-0{padding-right:0!important;padding-left:0!important}.site-announcements .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.site-announcements .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.site-announcements .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.site-announcements .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.site-announcements .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.site-announcements .py-sm-0{padding-top:0!important;padding-bottom:0!important}.site-announcements .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.site-announcements .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.site-announcements .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.site-announcements .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.site-announcements .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.site-announcements .pt-sm-0{padding-top:0!important}.site-announcements .pt-sm-1{padding-top:.25rem!important}.site-announcements .pt-sm-2{padding-top:.5rem!important}.site-announcements .pt-sm-3{padding-top:1rem!important}.site-announcements .pt-sm-4{padding-top:1.5rem!important}.site-announcements .pt-sm-5{padding-top:3rem!important}.site-announcements .pe-sm-0{padding-right:0!important}.site-announcements .pe-sm-1{padding-right:.25rem!important}.site-announcements .pe-sm-2{padding-right:.5rem!important}.site-announcements .pe-sm-3{padding-right:1rem!important}.site-announcements .pe-sm-4{padding-right:1.5rem!important}.site-announcements .pe-sm-5{padding-right:3rem!important}.site-announcements .pb-sm-0{padding-bottom:0!important}.site-announcements .pb-sm-1{padding-bottom:.25rem!important}.site-announcements .pb-sm-2{padding-bottom:.5rem!important}.site-announcements .pb-sm-3{padding-bottom:1rem!important}.site-announcements .pb-sm-4{padding-bottom:1.5rem!important}.site-announcements .pb-sm-5{padding-bottom:3rem!important}.site-announcements .ps-sm-0{padding-left:0!important}.site-announcements .ps-sm-1{padding-left:.25rem!important}.site-announcements .ps-sm-2{padding-left:.5rem!important}.site-announcements .ps-sm-3{padding-left:1rem!important}.site-announcements .ps-sm-4{padding-left:1.5rem!important}.site-announcements .ps-sm-5{padding-left:3rem!important}.site-announcements .gap-sm-0{gap:0!important}.site-announcements .gap-sm-1{gap:.25rem!important}.site-announcements .gap-sm-2{gap:.5rem!important}.site-announcements .gap-sm-3{gap:1rem!important}.site-announcements .gap-sm-4{gap:1.5rem!important}.site-announcements .gap-sm-5{gap:3rem!important}.site-announcements .fs-sm-1{font-size:calc(1.375rem + 1.5vw)!important}.site-announcements .fs-sm-2{font-size:calc(1.325rem + .9vw)!important}.site-announcements .fs-sm-3{font-size:calc(1.3rem + .6vw)!important}.site-announcements .fs-sm-4{font-size:calc(1.275rem + .3vw)!important}.site-announcements .fs-sm-5{font-size:1.25rem!important}.site-announcements .fs-sm-6{font-size:1rem!important}.site-announcements .text-sm-start{text-align:left!important}.site-announcements .text-sm-end{text-align:right!important}.site-announcements .text-sm-center{text-align:center!important}}@media (min-width:768px){.site-announcements .float-md-start{float:left!important}.site-announcements .float-md-end{float:right!important}.site-announcements .float-md-none{float:none!important}.site-announcements .d-md-inline{display:inline!important}.site-announcements .d-md-inline-block{display:inline-block!important}.site-announcements .d-md-block{display:block!important}.site-announcements .d-md-grid{display:grid!important}.site-announcements .d-md-table{display:table!important}.site-announcements .d-md-table-row{display:table-row!important}.site-announcements .d-md-table-cell{display:table-cell!important}.site-announcements .d-md-flex{display:flex!important}.site-announcements .d-md-inline-flex{display:inline-flex!important}.site-announcements .d-md-none{display:none!important}.site-announcements .w-md-25{width:25%!important}.site-announcements .w-md-50{width:50%!important}.site-announcements .w-md-75{width:75%!important}.site-announcements .w-md-100{width:100%!important}.site-announcements .w-md-auto{width:auto!important}.site-announcements .flex-md-fill{flex:1 1 auto!important}.site-announcements .flex-md-row{flex-direction:row!important}.site-announcements .flex-md-column{flex-direction:column!important}.site-announcements .flex-md-row-reverse{flex-direction:row-reverse!important}.site-announcements .flex-md-column-reverse{flex-direction:column-reverse!important}.site-announcements .flex-md-grow-0{flex-grow:0!important}.site-announcements .flex-md-grow-1{flex-grow:1!important}.site-announcements .flex-md-shrink-0{flex-shrink:0!important}.site-announcements .flex-md-shrink-1{flex-shrink:1!important}.site-announcements .flex-md-wrap{flex-wrap:wrap!important}.site-announcements .flex-md-nowrap{flex-wrap:nowrap!important}.site-announcements .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.site-announcements .justify-content-md-start{justify-content:flex-start!important}.site-announcements .justify-content-md-end{justify-content:flex-end!important}.site-announcements .justify-content-md-center{justify-content:center!important}.site-announcements .justify-content-md-between{justify-content:space-between!important}.site-announcements .justify-content-md-around{justify-content:space-around!important}.site-announcements .justify-content-md-evenly{justify-content:space-evenly!important}.site-announcements .align-items-md-start{align-items:flex-start!important}.site-announcements .align-items-md-end{align-items:flex-end!important}.site-announcements .align-items-md-center{align-items:center!important}.site-announcements .align-items-md-baseline{align-items:baseline!important}.site-announcements .align-items-md-stretch{align-items:stretch!important}.site-announcements .align-content-md-start{align-content:flex-start!important}.site-announcements .align-content-md-end{align-content:flex-end!important}.site-announcements .align-content-md-center{align-content:center!important}.site-announcements .align-content-md-between{align-content:space-between!important}.site-announcements .align-content-md-around{align-content:space-around!important}.site-announcements .align-content-md-stretch{align-content:stretch!important}.site-announcements .align-self-md-auto{align-self:auto!important}.site-announcements .align-self-md-start{align-self:flex-start!important}.site-announcements .align-self-md-end{align-self:flex-end!important}.site-announcements .align-self-md-center{align-self:center!important}.site-announcements .align-self-md-baseline{align-self:baseline!important}.site-announcements .align-self-md-stretch{align-self:stretch!important}.site-announcements .order-md-first{order:-1!important}.site-announcements .order-md-0{order:0!important}.site-announcements .order-md-1{order:1!important}.site-announcements .order-md-2{order:2!important}.site-announcements .order-md-3{order:3!important}.site-announcements .order-md-4{order:4!important}.site-announcements .order-md-5{order:5!important}.site-announcements .order-md-last{order:6!important}.site-announcements .m-md-0{margin:0!important}.site-announcements .m-md-1{margin:.25rem!important}.site-announcements .m-md-2{margin:.5rem!important}.site-announcements .m-md-3{margin:1rem!important}.site-announcements .m-md-4{margin:1.5rem!important}.site-announcements .m-md-5{margin:3rem!important}.site-announcements .m-md-auto{margin:auto!important}.site-announcements .mx-md-0{margin-right:0!important;margin-left:0!important}.site-announcements .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.site-announcements .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.site-announcements .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.site-announcements .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.site-announcements .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.site-announcements .mx-md-auto{margin-right:auto!important;margin-left:auto!important}.site-announcements .my-md-0{margin-top:0!important;margin-bottom:0!important}.site-announcements .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.site-announcements .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.site-announcements .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.site-announcements .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.site-announcements .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.site-announcements .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.site-announcements .mt-md-0{margin-top:0!important}.site-announcements .mt-md-1{margin-top:.25rem!important}.site-announcements .mt-md-2{margin-top:.5rem!important}.site-announcements .mt-md-3{margin-top:1rem!important}.site-announcements .mt-md-4{margin-top:1.5rem!important}.site-announcements .mt-md-5{margin-top:3rem!important}.site-announcements .mt-md-auto{margin-top:auto!important}.site-announcements .me-md-0{margin-right:0!important}.site-announcements .me-md-1{margin-right:.25rem!important}.site-announcements .me-md-2{margin-right:.5rem!important}.site-announcements .me-md-3{margin-right:1rem!important}.site-announcements .me-md-4{margin-right:1.5rem!important}.site-announcements .me-md-5{margin-right:3rem!important}.site-announcements .me-md-auto{margin-right:auto!important}.site-announcements .mb-md-0{margin-bottom:0!important}.site-announcements .mb-md-1{margin-bottom:.25rem!important}.site-announcements .mb-md-2{margin-bottom:.5rem!important}.site-announcements .mb-md-3{margin-bottom:1rem!important}.site-announcements .mb-md-4{margin-bottom:1.5rem!important}.site-announcements .mb-md-5{margin-bottom:3rem!important}.site-announcements .mb-md-auto{margin-bottom:auto!important}.site-announcements .ms-md-0{margin-left:0!important}.site-announcements .ms-md-1{margin-left:.25rem!important}.site-announcements .ms-md-2{margin-left:.5rem!important}.site-announcements .ms-md-3{margin-left:1rem!important}.site-announcements .ms-md-4{margin-left:1.5rem!important}.site-announcements .ms-md-5{margin-left:3rem!important}.site-announcements .ms-md-auto{margin-left:auto!important}.site-announcements .p-md-0{padding:0!important}.site-announcements .p-md-1{padding:.25rem!important}.site-announcements .p-md-2{padding:.5rem!important}.site-announcements .p-md-3{padding:1rem!important}.site-announcements .p-md-4{padding:1.5rem!important}.site-announcements .p-md-5{padding:3rem!important}.site-announcements .px-md-0{padding-right:0!important;padding-left:0!important}.site-announcements .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.site-announcements .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.site-announcements .px-md-3{padding-right:1rem!important;padding-left:1rem!important}.site-announcements .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.site-announcements .px-md-5{padding-right:3rem!important;padding-left:3rem!important}.site-announcements .py-md-0{padding-top:0!important;padding-bottom:0!important}.site-announcements .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.site-announcements .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.site-announcements .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.site-announcements .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.site-announcements .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.site-announcements .pt-md-0{padding-top:0!important}.site-announcements .pt-md-1{padding-top:.25rem!important}.site-announcements .pt-md-2{padding-top:.5rem!important}.site-announcements .pt-md-3{padding-top:1rem!important}.site-announcements .pt-md-4{padding-top:1.5rem!important}.site-announcements .pt-md-5{padding-top:3rem!important}.site-announcements .pe-md-0{padding-right:0!important}.site-announcements .pe-md-1{padding-right:.25rem!important}.site-announcements .pe-md-2{padding-right:.5rem!important}.site-announcements .pe-md-3{padding-right:1rem!important}.site-announcements .pe-md-4{padding-right:1.5rem!important}.site-announcements .pe-md-5{padding-right:3rem!important}.site-announcements .pb-md-0{padding-bottom:0!important}.site-announcements .pb-md-1{padding-bottom:.25rem!important}.site-announcements .pb-md-2{padding-bottom:.5rem!important}.site-announcements .pb-md-3{padding-bottom:1rem!important}.site-announcements .pb-md-4{padding-bottom:1.5rem!important}.site-announcements .pb-md-5{padding-bottom:3rem!important}.site-announcements .ps-md-0{padding-left:0!important}.site-announcements .ps-md-1{padding-left:.25rem!important}.site-announcements .ps-md-2{padding-left:.5rem!important}.site-announcements .ps-md-3{padding-left:1rem!important}.site-announcements .ps-md-4{padding-left:1.5rem!important}.site-announcements .ps-md-5{padding-left:3rem!important}.site-announcements .gap-md-0{gap:0!important}.site-announcements .gap-md-1{gap:.25rem!important}.site-announcements .gap-md-2{gap:.5rem!important}.site-announcements .gap-md-3{gap:1rem!important}.site-announcements .gap-md-4{gap:1.5rem!important}.site-announcements .gap-md-5{gap:3rem!important}.site-announcements .fs-md-1{font-size:calc(1.375rem + 1.5vw)!important}.site-announcements .fs-md-2{font-size:calc(1.325rem + .9vw)!important}.site-announcements .fs-md-3{font-size:calc(1.3rem + .6vw)!important}.site-announcements .fs-md-4{font-size:calc(1.275rem + .3vw)!important}.site-announcements .fs-md-5{font-size:1.25rem!important}.site-announcements .fs-md-6{font-size:1rem!important}.site-announcements .text-md-start{text-align:left!important}.site-announcements .text-md-end{text-align:right!important}.site-announcements .text-md-center{text-align:center!important}}@media (min-width:992px){.site-announcements .float-lg-start{float:left!important}.site-announcements .float-lg-end{float:right!important}.site-announcements .float-lg-none{float:none!important}.site-announcements .d-lg-inline{display:inline!important}.site-announcements .d-lg-inline-block{display:inline-block!important}.site-announcements .d-lg-block{display:block!important}.site-announcements .d-lg-grid{display:grid!important}.site-announcements .d-lg-table{display:table!important}.site-announcements .d-lg-table-row{display:table-row!important}.site-announcements .d-lg-table-cell{display:table-cell!important}.site-announcements .d-lg-flex{display:flex!important}.site-announcements .d-lg-inline-flex{display:inline-flex!important}.site-announcements .d-lg-none{display:none!important}.site-announcements .w-lg-25{width:25%!important}.site-announcements .w-lg-50{width:50%!important}.site-announcements .w-lg-75{width:75%!important}.site-announcements .w-lg-100{width:100%!important}.site-announcements .w-lg-auto{width:auto!important}.site-announcements .flex-lg-fill{flex:1 1 auto!important}.site-announcements .flex-lg-row{flex-direction:row!important}.site-announcements .flex-lg-column{flex-direction:column!important}.site-announcements .flex-lg-row-reverse{flex-direction:row-reverse!important}.site-announcements .flex-lg-column-reverse{flex-direction:column-reverse!important}.site-announcements .flex-lg-grow-0{flex-grow:0!important}.site-announcements .flex-lg-grow-1{flex-grow:1!important}.site-announcements .flex-lg-shrink-0{flex-shrink:0!important}.site-announcements .flex-lg-shrink-1{flex-shrink:1!important}.site-announcements .flex-lg-wrap{flex-wrap:wrap!important}.site-announcements .flex-lg-nowrap{flex-wrap:nowrap!important}.site-announcements .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.site-announcements .justify-content-lg-start{justify-content:flex-start!important}.site-announcements .justify-content-lg-end{justify-content:flex-end!important}.site-announcements .justify-content-lg-center{justify-content:center!important}.site-announcements .justify-content-lg-between{justify-content:space-between!important}.site-announcements .justify-content-lg-around{justify-content:space-around!important}.site-announcements .justify-content-lg-evenly{justify-content:space-evenly!important}.site-announcements .align-items-lg-start{align-items:flex-start!important}.site-announcements .align-items-lg-end{align-items:flex-end!important}.site-announcements .align-items-lg-center{align-items:center!important}.site-announcements .align-items-lg-baseline{align-items:baseline!important}.site-announcements .align-items-lg-stretch{align-items:stretch!important}.site-announcements .align-content-lg-start{align-content:flex-start!important}.site-announcements .align-content-lg-end{align-content:flex-end!important}.site-announcements .align-content-lg-center{align-content:center!important}.site-announcements .align-content-lg-between{align-content:space-between!important}.site-announcements .align-content-lg-around{align-content:space-around!important}.site-announcements .align-content-lg-stretch{align-content:stretch!important}.site-announcements .align-self-lg-auto{align-self:auto!important}.site-announcements .align-self-lg-start{align-self:flex-start!important}.site-announcements .align-self-lg-end{align-self:flex-end!important}.site-announcements .align-self-lg-center{align-self:center!important}.site-announcements .align-self-lg-baseline{align-self:baseline!important}.site-announcements .align-self-lg-stretch{align-self:stretch!important}.site-announcements .order-lg-first{order:-1!important}.site-announcements .order-lg-0{order:0!important}.site-announcements .order-lg-1{order:1!important}.site-announcements .order-lg-2{order:2!important}.site-announcements .order-lg-3{order:3!important}.site-announcements .order-lg-4{order:4!important}.site-announcements .order-lg-5{order:5!important}.site-announcements .order-lg-last{order:6!important}.site-announcements .m-lg-0{margin:0!important}.site-announcements .m-lg-1{margin:.25rem!important}.site-announcements .m-lg-2{margin:.5rem!important}.site-announcements .m-lg-3{margin:1rem!important}.site-announcements .m-lg-4{margin:1.5rem!important}.site-announcements .m-lg-5{margin:3rem!important}.site-announcements .m-lg-auto{margin:auto!important}.site-announcements .mx-lg-0{margin-right:0!important;margin-left:0!important}.site-announcements .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.site-announcements .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.site-announcements .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.site-announcements .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.site-announcements .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.site-announcements .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.site-announcements .my-lg-0{margin-top:0!important;margin-bottom:0!important}.site-announcements .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.site-announcements .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.site-announcements .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.site-announcements .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.site-announcements .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.site-announcements .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.site-announcements .mt-lg-0{margin-top:0!important}.site-announcements .mt-lg-1{margin-top:.25rem!important}.site-announcements .mt-lg-2{margin-top:.5rem!important}.site-announcements .mt-lg-3{margin-top:1rem!important}.site-announcements .mt-lg-4{margin-top:1.5rem!important}.site-announcements .mt-lg-5{margin-top:3rem!important}.site-announcements .mt-lg-auto{margin-top:auto!important}.site-announcements .me-lg-0{margin-right:0!important}.site-announcements .me-lg-1{margin-right:.25rem!important}.site-announcements .me-lg-2{margin-right:.5rem!important}.site-announcements .me-lg-3{margin-right:1rem!important}.site-announcements .me-lg-4{margin-right:1.5rem!important}.site-announcements .me-lg-5{margin-right:3rem!important}.site-announcements .me-lg-auto{margin-right:auto!important}.site-announcements .mb-lg-0{margin-bottom:0!important}.site-announcements .mb-lg-1{margin-bottom:.25rem!important}.site-announcements .mb-lg-2{margin-bottom:.5rem!important}.site-announcements .mb-lg-3{margin-bottom:1rem!important}.site-announcements .mb-lg-4{margin-bottom:1.5rem!important}.site-announcements .mb-lg-5{margin-bottom:3rem!important}.site-announcements .mb-lg-auto{margin-bottom:auto!important}.site-announcements .ms-lg-0{margin-left:0!important}.site-announcements .ms-lg-1{margin-left:.25rem!important}.site-announcements .ms-lg-2{margin-left:.5rem!important}.site-announcements .ms-lg-3{margin-left:1rem!important}.site-announcements .ms-lg-4{margin-left:1.5rem!important}.site-announcements .ms-lg-5{margin-left:3rem!important}.site-announcements .ms-lg-auto{margin-left:auto!important}.site-announcements .p-lg-0{padding:0!important}.site-announcements .p-lg-1{padding:.25rem!important}.site-announcements .p-lg-2{padding:.5rem!important}.site-announcements .p-lg-3{padding:1rem!important}.site-announcements .p-lg-4{padding:1.5rem!important}.site-announcements .p-lg-5{padding:3rem!important}.site-announcements .px-lg-0{padding-right:0!important;padding-left:0!important}.site-announcements .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.site-announcements .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.site-announcements .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.site-announcements .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.site-announcements .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.site-announcements .py-lg-0{padding-top:0!important;padding-bottom:0!important}.site-announcements .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.site-announcements .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.site-announcements .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.site-announcements .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.site-announcements .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.site-announcements .pt-lg-0{padding-top:0!important}.site-announcements .pt-lg-1{padding-top:.25rem!important}.site-announcements .pt-lg-2{padding-top:.5rem!important}.site-announcements .pt-lg-3{padding-top:1rem!important}.site-announcements .pt-lg-4{padding-top:1.5rem!important}.site-announcements .pt-lg-5{padding-top:3rem!important}.site-announcements .pe-lg-0{padding-right:0!important}.site-announcements .pe-lg-1{padding-right:.25rem!important}.site-announcements .pe-lg-2{padding-right:.5rem!important}.site-announcements .pe-lg-3{padding-right:1rem!important}.site-announcements .pe-lg-4{padding-right:1.5rem!important}.site-announcements .pe-lg-5{padding-right:3rem!important}.site-announcements .pb-lg-0{padding-bottom:0!important}.site-announcements .pb-lg-1{padding-bottom:.25rem!important}.site-announcements .pb-lg-2{padding-bottom:.5rem!important}.site-announcements .pb-lg-3{padding-bottom:1rem!important}.site-announcements .pb-lg-4{padding-bottom:1.5rem!important}.site-announcements .pb-lg-5{padding-bottom:3rem!important}.site-announcements .ps-lg-0{padding-left:0!important}.site-announcements .ps-lg-1{padding-left:.25rem!important}.site-announcements .ps-lg-2{padding-left:.5rem!important}.site-announcements .ps-lg-3{padding-left:1rem!important}.site-announcements .ps-lg-4{padding-left:1.5rem!important}.site-announcements .ps-lg-5{padding-left:3rem!important}.site-announcements .gap-lg-0{gap:0!important}.site-announcements .gap-lg-1{gap:.25rem!important}.site-announcements .gap-lg-2{gap:.5rem!important}.site-announcements .gap-lg-3{gap:1rem!important}.site-announcements .gap-lg-4{gap:1.5rem!important}.site-announcements .gap-lg-5{gap:3rem!important}.site-announcements .fs-lg-1{font-size:calc(1.375rem + 1.5vw)!important}.site-announcements .fs-lg-2{font-size:calc(1.325rem + .9vw)!important}.site-announcements .fs-lg-3{font-size:calc(1.3rem + .6vw)!important}.site-announcements .fs-lg-4{font-size:calc(1.275rem + .3vw)!important}.site-announcements .fs-lg-5{font-size:1.25rem!important}.site-announcements .fs-lg-6{font-size:1rem!important}.site-announcements .text-lg-start{text-align:left!important}.site-announcements .text-lg-end{text-align:right!important}.site-announcements .text-lg-center{text-align:center!important}}@media (min-width:1200px){.site-announcements .float-xl-start{float:left!important}.site-announcements .float-xl-end{float:right!important}.site-announcements .float-xl-none{float:none!important}.site-announcements .d-xl-inline{display:inline!important}.site-announcements .d-xl-inline-block{display:inline-block!important}.site-announcements .d-xl-block{display:block!important}.site-announcements .d-xl-grid{display:grid!important}.site-announcements .d-xl-table{display:table!important}.site-announcements .d-xl-table-row{display:table-row!important}.site-announcements .d-xl-table-cell{display:table-cell!important}.site-announcements .d-xl-flex{display:flex!important}.site-announcements .d-xl-inline-flex{display:inline-flex!important}.site-announcements .d-xl-none{display:none!important}.site-announcements .w-xl-25{width:25%!important}.site-announcements .w-xl-50{width:50%!important}.site-announcements .w-xl-75{width:75%!important}.site-announcements .w-xl-100{width:100%!important}.site-announcements .w-xl-auto{width:auto!important}.site-announcements .flex-xl-fill{flex:1 1 auto!important}.site-announcements .flex-xl-row{flex-direction:row!important}.site-announcements .flex-xl-column{flex-direction:column!important}.site-announcements .flex-xl-row-reverse{flex-direction:row-reverse!important}.site-announcements .flex-xl-column-reverse{flex-direction:column-reverse!important}.site-announcements .flex-xl-grow-0{flex-grow:0!important}.site-announcements .flex-xl-grow-1{flex-grow:1!important}.site-announcements .flex-xl-shrink-0{flex-shrink:0!important}.site-announcements .flex-xl-shrink-1{flex-shrink:1!important}.site-announcements .flex-xl-wrap{flex-wrap:wrap!important}.site-announcements .flex-xl-nowrap{flex-wrap:nowrap!important}.site-announcements .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.site-announcements .justify-content-xl-start{justify-content:flex-start!important}.site-announcements .justify-content-xl-end{justify-content:flex-end!important}.site-announcements .justify-content-xl-center{justify-content:center!important}.site-announcements .justify-content-xl-between{justify-content:space-between!important}.site-announcements .justify-content-xl-around{justify-content:space-around!important}.site-announcements .justify-content-xl-evenly{justify-content:space-evenly!important}.site-announcements .align-items-xl-start{align-items:flex-start!important}.site-announcements .align-items-xl-end{align-items:flex-end!important}.site-announcements .align-items-xl-center{align-items:center!important}.site-announcements .align-items-xl-baseline{align-items:baseline!important}.site-announcements .align-items-xl-stretch{align-items:stretch!important}.site-announcements .align-content-xl-start{align-content:flex-start!important}.site-announcements .align-content-xl-end{align-content:flex-end!important}.site-announcements .align-content-xl-center{align-content:center!important}.site-announcements .align-content-xl-between{align-content:space-between!important}.site-announcements .align-content-xl-around{align-content:space-around!important}.site-announcements .align-content-xl-stretch{align-content:stretch!important}.site-announcements .align-self-xl-auto{align-self:auto!important}.site-announcements .align-self-xl-start{align-self:flex-start!important}.site-announcements .align-self-xl-end{align-self:flex-end!important}.site-announcements .align-self-xl-center{align-self:center!important}.site-announcements .align-self-xl-baseline{align-self:baseline!important}.site-announcements .align-self-xl-stretch{align-self:stretch!important}.site-announcements .order-xl-first{order:-1!important}.site-announcements .order-xl-0{order:0!important}.site-announcements .order-xl-1{order:1!important}.site-announcements .order-xl-2{order:2!important}.site-announcements .order-xl-3{order:3!important}.site-announcements .order-xl-4{order:4!important}.site-announcements .order-xl-5{order:5!important}.site-announcements .order-xl-last{order:6!important}.site-announcements .m-xl-0{margin:0!important}.site-announcements .m-xl-1{margin:.25rem!important}.site-announcements .m-xl-2{margin:.5rem!important}.site-announcements .m-xl-3{margin:1rem!important}.site-announcements .m-xl-4{margin:1.5rem!important}.site-announcements .m-xl-5{margin:3rem!important}.site-announcements .m-xl-auto{margin:auto!important}.site-announcements .mx-xl-0{margin-right:0!important;margin-left:0!important}.site-announcements .mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.site-announcements .mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.site-announcements .mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.site-announcements .mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.site-announcements .mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.site-announcements .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.site-announcements .my-xl-0{margin-top:0!important;margin-bottom:0!important}.site-announcements .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.site-announcements .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.site-announcements .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.site-announcements .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.site-announcements .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.site-announcements .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.site-announcements .mt-xl-0{margin-top:0!important}.site-announcements .mt-xl-1{margin-top:.25rem!important}.site-announcements .mt-xl-2{margin-top:.5rem!important}.site-announcements .mt-xl-3{margin-top:1rem!important}.site-announcements .mt-xl-4{margin-top:1.5rem!important}.site-announcements .mt-xl-5{margin-top:3rem!important}.site-announcements .mt-xl-auto{margin-top:auto!important}.site-announcements .me-xl-0{margin-right:0!important}.site-announcements .me-xl-1{margin-right:.25rem!important}.site-announcements .me-xl-2{margin-right:.5rem!important}.site-announcements .me-xl-3{margin-right:1rem!important}.site-announcements .me-xl-4{margin-right:1.5rem!important}.site-announcements .me-xl-5{margin-right:3rem!important}.site-announcements .me-xl-auto{margin-right:auto!important}.site-announcements .mb-xl-0{margin-bottom:0!important}.site-announcements .mb-xl-1{margin-bottom:.25rem!important}.site-announcements .mb-xl-2{margin-bottom:.5rem!important}.site-announcements .mb-xl-3{margin-bottom:1rem!important}.site-announcements .mb-xl-4{margin-bottom:1.5rem!important}.site-announcements .mb-xl-5{margin-bottom:3rem!important}.site-announcements .mb-xl-auto{margin-bottom:auto!important}.site-announcements .ms-xl-0{margin-left:0!important}.site-announcements .ms-xl-1{margin-left:.25rem!important}.site-announcements .ms-xl-2{margin-left:.5rem!important}.site-announcements .ms-xl-3{margin-left:1rem!important}.site-announcements .ms-xl-4{margin-left:1.5rem!important}.site-announcements .ms-xl-5{margin-left:3rem!important}.site-announcements .ms-xl-auto{margin-left:auto!important}.site-announcements .p-xl-0{padding:0!important}.site-announcements .p-xl-1{padding:.25rem!important}.site-announcements .p-xl-2{padding:.5rem!important}.site-announcements .p-xl-3{padding:1rem!important}.site-announcements .p-xl-4{padding:1.5rem!important}.site-announcements .p-xl-5{padding:3rem!important}.site-announcements .px-xl-0{padding-right:0!important;padding-left:0!important}.site-announcements .px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.site-announcements .px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.site-announcements .px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.site-announcements .px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.site-announcements .px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.site-announcements .py-xl-0{padding-top:0!important;padding-bottom:0!important}.site-announcements .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.site-announcements .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.site-announcements .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.site-announcements .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.site-announcements .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.site-announcements .pt-xl-0{padding-top:0!important}.site-announcements .pt-xl-1{padding-top:.25rem!important}.site-announcements .pt-xl-2{padding-top:.5rem!important}.site-announcements .pt-xl-3{padding-top:1rem!important}.site-announcements .pt-xl-4{padding-top:1.5rem!important}.site-announcements .pt-xl-5{padding-top:3rem!important}.site-announcements .pe-xl-0{padding-right:0!important}.site-announcements .pe-xl-1{padding-right:.25rem!important}.site-announcements .pe-xl-2{padding-right:.5rem!important}.site-announcements .pe-xl-3{padding-right:1rem!important}.site-announcements .pe-xl-4{padding-right:1.5rem!important}.site-announcements .pe-xl-5{padding-right:3rem!important}.site-announcements .pb-xl-0{padding-bottom:0!important}.site-announcements .pb-xl-1{padding-bottom:.25rem!important}.site-announcements .pb-xl-2{padding-bottom:.5rem!important}.site-announcements .pb-xl-3{padding-bottom:1rem!important}.site-announcements .pb-xl-4{padding-bottom:1.5rem!important}.site-announcements .pb-xl-5{padding-bottom:3rem!important}.site-announcements .ps-xl-0{padding-left:0!important}.site-announcements .ps-xl-1{padding-left:.25rem!important}.site-announcements .ps-xl-2{padding-left:.5rem!important}.site-announcements .ps-xl-3{padding-left:1rem!important}.site-announcements .ps-xl-4{padding-left:1.5rem!important}.site-announcements .ps-xl-5{padding-left:3rem!important}.site-announcements .gap-xl-0{gap:0!important}.site-announcements .gap-xl-1{gap:.25rem!important}.site-announcements .gap-xl-2{gap:.5rem!important}.site-announcements .gap-xl-3{gap:1rem!important}.site-announcements .gap-xl-4{gap:1.5rem!important}.site-announcements .gap-xl-5{gap:3rem!important}.site-announcements .fs-xl-1{font-size:calc(1.375rem + 1.5vw)!important}.site-announcements .fs-xl-2{font-size:calc(1.325rem + .9vw)!important}.site-announcements .fs-xl-3{font-size:calc(1.3rem + .6vw)!important}.site-announcements .fs-xl-4{font-size:calc(1.275rem + .3vw)!important}.site-announcements .fs-xl-5{font-size:1.25rem!important}.site-announcements .fs-xl-6{font-size:1rem!important}.site-announcements .text-xl-start{text-align:left!important}.site-announcements .text-xl-end{text-align:right!important}.site-announcements .text-xl-center{text-align:center!important}}@media (min-width:1400px){.site-announcements .float-xxl-start{float:left!important}.site-announcements .float-xxl-end{float:right!important}.site-announcements .float-xxl-none{float:none!important}.site-announcements .d-xxl-inline{display:inline!important}.site-announcements .d-xxl-inline-block{display:inline-block!important}.site-announcements .d-xxl-block{display:block!important}.site-announcements .d-xxl-grid{display:grid!important}.site-announcements .d-xxl-table{display:table!important}.site-announcements .d-xxl-table-row{display:table-row!important}.site-announcements .d-xxl-table-cell{display:table-cell!important}.site-announcements .d-xxl-flex{display:flex!important}.site-announcements .d-xxl-inline-flex{display:inline-flex!important}.site-announcements .d-xxl-none{display:none!important}.site-announcements .w-xxl-25{width:25%!important}.site-announcements .w-xxl-50{width:50%!important}.site-announcements .w-xxl-75{width:75%!important}.site-announcements .w-xxl-100{width:100%!important}.site-announcements .w-xxl-auto{width:auto!important}.site-announcements .flex-xxl-fill{flex:1 1 auto!important}.site-announcements .flex-xxl-row{flex-direction:row!important}.site-announcements .flex-xxl-column{flex-direction:column!important}.site-announcements .flex-xxl-row-reverse{flex-direction:row-reverse!important}.site-announcements .flex-xxl-column-reverse{flex-direction:column-reverse!important}.site-announcements .flex-xxl-grow-0{flex-grow:0!important}.site-announcements .flex-xxl-grow-1{flex-grow:1!important}.site-announcements .flex-xxl-shrink-0{flex-shrink:0!important}.site-announcements .flex-xxl-shrink-1{flex-shrink:1!important}.site-announcements .flex-xxl-wrap{flex-wrap:wrap!important}.site-announcements .flex-xxl-nowrap{flex-wrap:nowrap!important}.site-announcements .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.site-announcements .justify-content-xxl-start{justify-content:flex-start!important}.site-announcements .justify-content-xxl-end{justify-content:flex-end!important}.site-announcements .justify-content-xxl-center{justify-content:center!important}.site-announcements .justify-content-xxl-between{justify-content:space-between!important}.site-announcements .justify-content-xxl-around{justify-content:space-around!important}.site-announcements .justify-content-xxl-evenly{justify-content:space-evenly!important}.site-announcements .align-items-xxl-start{align-items:flex-start!important}.site-announcements .align-items-xxl-end{align-items:flex-end!important}.site-announcements .align-items-xxl-center{align-items:center!important}.site-announcements .align-items-xxl-baseline{align-items:baseline!important}.site-announcements .align-items-xxl-stretch{align-items:stretch!important}.site-announcements .align-content-xxl-start{align-content:flex-start!important}.site-announcements .align-content-xxl-end{align-content:flex-end!important}.site-announcements .align-content-xxl-center{align-content:center!important}.site-announcements .align-content-xxl-between{align-content:space-between!important}.site-announcements .align-content-xxl-around{align-content:space-around!important}.site-announcements .align-content-xxl-stretch{align-content:stretch!important}.site-announcements .align-self-xxl-auto{align-self:auto!important}.site-announcements .align-self-xxl-start{align-self:flex-start!important}.site-announcements .align-self-xxl-end{align-self:flex-end!important}.site-announcements .align-self-xxl-center{align-self:center!important}.site-announcements .align-self-xxl-baseline{align-self:baseline!important}.site-announcements .align-self-xxl-stretch{align-self:stretch!important}.site-announcements .order-xxl-first{order:-1!important}.site-announcements .order-xxl-0{order:0!important}.site-announcements .order-xxl-1{order:1!important}.site-announcements .order-xxl-2{order:2!important}.site-announcements .order-xxl-3{order:3!important}.site-announcements .order-xxl-4{order:4!important}.site-announcements .order-xxl-5{order:5!important}.site-announcements .order-xxl-last{order:6!important}.site-announcements .m-xxl-0{margin:0!important}.site-announcements .m-xxl-1{margin:.25rem!important}.site-announcements .m-xxl-2{margin:.5rem!important}.site-announcements .m-xxl-3{margin:1rem!important}.site-announcements .m-xxl-4{margin:1.5rem!important}.site-announcements .m-xxl-5{margin:3rem!important}.site-announcements .m-xxl-auto{margin:auto!important}.site-announcements .mx-xxl-0{margin-right:0!important;margin-left:0!important}.site-announcements .mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.site-announcements .mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.site-announcements .mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.site-announcements .mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.site-announcements .mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.site-announcements .mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.site-announcements .my-xxl-0{margin-top:0!important;margin-bottom:0!important}.site-announcements .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.site-announcements .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.site-announcements .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.site-announcements .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.site-announcements .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.site-announcements .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.site-announcements .mt-xxl-0{margin-top:0!important}.site-announcements .mt-xxl-1{margin-top:.25rem!important}.site-announcements .mt-xxl-2{margin-top:.5rem!important}.site-announcements .mt-xxl-3{margin-top:1rem!important}.site-announcements .mt-xxl-4{margin-top:1.5rem!important}.site-announcements .mt-xxl-5{margin-top:3rem!important}.site-announcements .mt-xxl-auto{margin-top:auto!important}.site-announcements .me-xxl-0{margin-right:0!important}.site-announcements .me-xxl-1{margin-right:.25rem!important}.site-announcements .me-xxl-2{margin-right:.5rem!important}.site-announcements .me-xxl-3{margin-right:1rem!important}.site-announcements .me-xxl-4{margin-right:1.5rem!important}.site-announcements .me-xxl-5{margin-right:3rem!important}.site-announcements .me-xxl-auto{margin-right:auto!important}.site-announcements .mb-xxl-0{margin-bottom:0!important}.site-announcements .mb-xxl-1{margin-bottom:.25rem!important}.site-announcements .mb-xxl-2{margin-bottom:.5rem!important}.site-announcements .mb-xxl-3{margin-bottom:1rem!important}.site-announcements .mb-xxl-4{margin-bottom:1.5rem!important}.site-announcements .mb-xxl-5{margin-bottom:3rem!important}.site-announcements .mb-xxl-auto{margin-bottom:auto!important}.site-announcements .ms-xxl-0{margin-left:0!important}.site-announcements .ms-xxl-1{margin-left:.25rem!important}.site-announcements .ms-xxl-2{margin-left:.5rem!important}.site-announcements .ms-xxl-3{margin-left:1rem!important}.site-announcements .ms-xxl-4{margin-left:1.5rem!important}.site-announcements .ms-xxl-5{margin-left:3rem!important}.site-announcements .ms-xxl-auto{margin-left:auto!important}.site-announcements .p-xxl-0{padding:0!important}.site-announcements .p-xxl-1{padding:.25rem!important}.site-announcements .p-xxl-2{padding:.5rem!important}.site-announcements .p-xxl-3{padding:1rem!important}.site-announcements .p-xxl-4{padding:1.5rem!important}.site-announcements .p-xxl-5{padding:3rem!important}.site-announcements .px-xxl-0{padding-right:0!important;padding-left:0!important}.site-announcements .px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.site-announcements .px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.site-announcements .px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.site-announcements .px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.site-announcements .px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.site-announcements .py-xxl-0{padding-top:0!important;padding-bottom:0!important}.site-announcements .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.site-announcements .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.site-announcements .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.site-announcements .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.site-announcements .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.site-announcements .pt-xxl-0{padding-top:0!important}.site-announcements .pt-xxl-1{padding-top:.25rem!important}.site-announcements .pt-xxl-2{padding-top:.5rem!important}.site-announcements .pt-xxl-3{padding-top:1rem!important}.site-announcements .pt-xxl-4{padding-top:1.5rem!important}.site-announcements .pt-xxl-5{padding-top:3rem!important}.site-announcements .pe-xxl-0{padding-right:0!important}.site-announcements .pe-xxl-1{padding-right:.25rem!important}.site-announcements .pe-xxl-2{padding-right:.5rem!important}.site-announcements .pe-xxl-3{padding-right:1rem!important}.site-announcements .pe-xxl-4{padding-right:1.5rem!important}.site-announcements .pe-xxl-5{padding-right:3rem!important}.site-announcements .pb-xxl-0{padding-bottom:0!important}.site-announcements .pb-xxl-1{padding-bottom:.25rem!important}.site-announcements .pb-xxl-2{padding-bottom:.5rem!important}.site-announcements .pb-xxl-3{padding-bottom:1rem!important}.site-announcements .pb-xxl-4{padding-bottom:1.5rem!important}.site-announcements .pb-xxl-5{padding-bottom:3rem!important}.site-announcements .ps-xxl-0{padding-left:0!important}.site-announcements .ps-xxl-1{padding-left:.25rem!important}.site-announcements .ps-xxl-2{padding-left:.5rem!important}.site-announcements .ps-xxl-3{padding-left:1rem!important}.site-announcements .ps-xxl-4{padding-left:1.5rem!important}.site-announcements .ps-xxl-5{padding-left:3rem!important}.site-announcements .gap-xxl-0{gap:0!important}.site-announcements .gap-xxl-1{gap:.25rem!important}.site-announcements .gap-xxl-2{gap:.5rem!important}.site-announcements .gap-xxl-3{gap:1rem!important}.site-announcements .gap-xxl-4{gap:1.5rem!important}.site-announcements .gap-xxl-5{gap:3rem!important}.site-announcements .fs-xxl-1{font-size:calc(1.375rem + 1.5vw)!important}.site-announcements .fs-xxl-2{font-size:calc(1.325rem + .9vw)!important}.site-announcements .fs-xxl-3{font-size:calc(1.3rem + .6vw)!important}.site-announcements .fs-xxl-4{font-size:calc(1.275rem + .3vw)!important}.site-announcements .fs-xxl-5{font-size:1.25rem!important}.site-announcements .fs-xxl-6{font-size:1rem!important}.site-announcements .text-xxl-start{text-align:left!important}.site-announcements .text-xxl-end{text-align:right!important}.site-announcements .text-xxl-center{text-align:center!important}}@media (min-width:1200px){.site-announcements .fs-1{font-size:2.5rem!important}.site-announcements .fs-2{font-size:2rem!important}.site-announcements .fs-3{font-size:1.75rem!important}.site-announcements .fs-4{font-size:1.5rem!important}.site-announcements .fs-sm-1{font-size:2.5rem!important}.site-announcements .fs-sm-2{font-size:2rem!important}.site-announcements .fs-sm-3{font-size:1.75rem!important}.site-announcements .fs-sm-4{font-size:1.5rem!important}.site-announcements .fs-md-1{font-size:2.5rem!important}.site-announcements .fs-md-2{font-size:2rem!important}.site-announcements .fs-md-3{font-size:1.75rem!important}.site-announcements .fs-md-4{font-size:1.5rem!important}.site-announcements .fs-lg-1{font-size:2.5rem!important}.site-announcements .fs-lg-2{font-size:2rem!important}.site-announcements .fs-lg-3{font-size:1.75rem!important}.site-announcements .fs-lg-4{font-size:1.5rem!important}}@media print{.site-announcements .d-print-inline{display:inline!important}.site-announcements .d-print-inline-block{display:inline-block!important}.site-announcements .d-print-block{display:block!important}.site-announcements .d-print-grid{display:grid!important}.site-announcements .d-print-table{display:table!important}.site-announcements .d-print-table-row{display:table-row!important}.site-announcements .d-print-table-cell{display:table-cell!important}.site-announcements .d-print-flex{display:flex!important}.site-announcements .d-print-inline-flex{display:inline-flex!important}.site-announcements .d-print-none{display:none!important}}.site-announcements .ea-fa-solid,.site-announcements .ea-fas{font-family:"Font Awesome 6 Free";font-weight:900}.site-announcements .ea-fa{font-family:var(--ea-fa-style-family,"Font Awesome 6 Free");font-weight:var(--ea-fa-style,900)}.site-announcements .ea-fa,.site-announcements .ea-fa-brands,.site-announcements .ea-fa-duotone,.site-announcements .ea-fa-light,.site-announcements .ea-fa-regular,.site-announcements .ea-fa-solid,.site-announcements .ea-fa-thin,.site-announcements .ea-fab,.site-announcements .ea-fad,.site-announcements .ea-fal,.site-announcements .ea-far,.site-announcements .ea-fas,.site-announcements .ea-fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--ea-fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.site-announcements .ea-fa-1x{font-size:1em}.site-announcements .ea-fa-2x{font-size:2em}.site-announcements .ea-fa-3x{font-size:3em}.site-announcements .ea-fa-4x{font-size:4em}.site-announcements .ea-fa-5x{font-size:5em}.site-announcements .ea-fa-6x{font-size:6em}.site-announcements .ea-fa-7x{font-size:7em}.site-announcements .ea-fa-8x{font-size:8em}.site-announcements .ea-fa-9x{font-size:9em}.site-announcements .ea-fa-10x{font-size:10em}.site-announcements .ea-fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.site-announcements .ea-fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.site-announcements .ea-fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.site-announcements .ea-fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.site-announcements .ea-fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.site-announcements .ea-fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.site-announcements .ea-fa-0::before{content:"0"}.site-announcements .ea-fa-1::before{content:"1"}.site-announcements .ea-fa-2::before{content:"2"}.site-announcements .ea-fa-3::before{content:"3"}.site-announcements .ea-fa-4::before{content:"4"}.site-announcements .ea-fa-5::before{content:"5"}.site-announcements .ea-fa-6::before{content:"6"}.site-announcements .ea-fa-7::before{content:"7"}.site-announcements .ea-fa-8::before{content:"8"}.site-announcements .ea-fa-9::before{content:"9"}.site-announcements .ea-fa-a::before{content:"A"}.site-announcements .ea-fa-address-book::before,.site-announcements .ea-fa-contact-book::before{content:""}.site-announcements .ea-fa-address-card::before,.site-announcements .ea-fa-contact-card::before,.site-announcements .ea-fa-vcard::before{content:""}.site-announcements .ea-fa-align-center::before{content:""}.site-announcements .ea-fa-align-justify::before{content:""}.site-announcements .ea-fa-align-left::before{content:""}.site-announcements .ea-fa-align-right::before{content:""}.site-announcements .ea-fa-anchor::before{content:""}.site-announcements .ea-fa-anchor-circle-check::before{content:""}.site-announcements .ea-fa-anchor-circle-exclamation::before{content:""}.site-announcements .ea-fa-anchor-circle-xmark::before{content:""}.site-announcements .ea-fa-anchor-lock::before{content:""}.site-announcements .ea-fa-angle-down::before{content:""}.site-announcements .ea-fa-angle-left::before{content:""}.site-announcements .ea-fa-angle-right::before{content:""}.site-announcements .ea-fa-angle-up::before{content:""}.site-announcements .ea-fa-angle-double-down::before,.site-announcements .ea-fa-angles-down::before{content:""}.site-announcements .ea-fa-angle-double-left::before,.site-announcements .ea-fa-angles-left::before{content:""}.site-announcements .ea-fa-angle-double-right::before,.site-announcements .ea-fa-angles-right::before{content:""}.site-announcements .ea-fa-angle-double-up::before,.site-announcements .ea-fa-angles-up::before{content:""}.site-announcements .ea-fa-ankh::before{content:""}.site-announcements .ea-fa-apple-alt::before,.site-announcements .ea-fa-apple-whole::before{content:""}.site-announcements .ea-fa-archway::before{content:""}.site-announcements .ea-fa-arrow-down::before{content:""}.site-announcements .ea-fa-arrow-down-1-9::before,.site-announcements .ea-fa-sort-numeric-asc::before,.site-announcements .ea-fa-sort-numeric-down::before{content:""}.site-announcements .ea-fa-arrow-down-9-1::before,.site-announcements .ea-fa-sort-numeric-desc::before,.site-announcements .ea-fa-sort-numeric-down-alt::before{content:""}.site-announcements .ea-fa-arrow-down-a-z::before,.site-announcements .ea-fa-sort-alpha-asc::before,.site-announcements .ea-fa-sort-alpha-down::before{content:""}.site-announcements .ea-fa-arrow-down-long::before,.site-announcements .ea-fa-long-arrow-down::before{content:""}.site-announcements .ea-fa-arrow-down-short-wide::before,.site-announcements .ea-fa-sort-amount-desc::before,.site-announcements .ea-fa-sort-amount-down-alt::before{content:""}.site-announcements .ea-fa-arrow-down-up-across-line::before{content:""}.site-announcements .ea-fa-arrow-down-up-lock::before{content:""}.site-announcements .ea-fa-arrow-down-wide-short::before,.site-announcements .ea-fa-sort-amount-asc::before,.site-announcements .ea-fa-sort-amount-down::before{content:""}.site-announcements .ea-fa-arrow-down-z-a::before,.site-announcements .ea-fa-sort-alpha-desc::before,.site-announcements .ea-fa-sort-alpha-down-alt::before{content:""}.site-announcements .ea-fa-arrow-left::before{content:""}.site-announcements .ea-fa-arrow-left-long::before,.site-announcements .ea-fa-long-arrow-left::before{content:""}.site-announcements .ea-fa-arrow-pointer::before,.site-announcements .ea-fa-mouse-pointer::before{content:""}.site-announcements .ea-fa-arrow-right::before{content:""}.site-announcements .ea-fa-arrow-right-arrow-left::before,.site-announcements .ea-fa-exchange::before{content:""}.site-announcements .ea-fa-arrow-right-from-bracket::before,.site-announcements .ea-fa-sign-out::before{content:""}.site-announcements .ea-fa-arrow-right-long::before,.site-announcements .ea-fa-long-arrow-right::before{content:""}.site-announcements .ea-fa-arrow-right-to-bracket::before,.site-announcements .ea-fa-sign-in::before{content:""}.site-announcements .ea-fa-arrow-right-to-city::before{content:""}.site-announcements .ea-fa-arrow-left-rotate::before,.site-announcements .ea-fa-arrow-rotate-back::before,.site-announcements .ea-fa-arrow-rotate-backward::before,.site-announcements .ea-fa-arrow-rotate-left::before,.site-announcements .ea-fa-undo::before{content:""}.site-announcements .ea-fa-arrow-right-rotate::before,.site-announcements .ea-fa-arrow-rotate-forward::before,.site-announcements .ea-fa-arrow-rotate-right::before,.site-announcements .ea-fa-redo::before{content:""}.site-announcements .ea-fa-arrow-trend-down::before{content:""}.site-announcements .ea-fa-arrow-trend-up::before{content:""}.site-announcements .ea-fa-arrow-turn-down::before,.site-announcements .ea-fa-level-down::before{content:""}.site-announcements .ea-fa-arrow-turn-up::before,.site-announcements .ea-fa-level-up::before{content:""}.site-announcements .ea-fa-arrow-up::before{content:""}.site-announcements .ea-fa-arrow-up-1-9::before,.site-announcements .ea-fa-sort-numeric-up::before{content:""}.site-announcements .ea-fa-arrow-up-9-1::before,.site-announcements .ea-fa-sort-numeric-up-alt::before{content:""}.site-announcements .ea-fa-arrow-up-a-z::before,.site-announcements .ea-fa-sort-alpha-up::before{content:""}.site-announcements .ea-fa-arrow-up-from-bracket::before{content:""}.site-announcements .ea-fa-arrow-up-from-ground-water::before{content:""}.site-announcements .ea-fa-arrow-up-from-water-pump::before{content:""}.site-announcements .ea-fa-arrow-up-long::before,.site-announcements .ea-fa-long-arrow-up::before{content:""}.site-announcements .ea-fa-arrow-up-right-dots::before{content:""}.site-announcements .ea-fa-arrow-up-right-from-square::before,.site-announcements .ea-fa-external-link::before{content:""}.site-announcements .ea-fa-arrow-up-short-wide::before,.site-announcements .ea-fa-sort-amount-up-alt::before{content:""}.site-announcements .ea-fa-arrow-up-wide-short::before,.site-announcements .ea-fa-sort-amount-up::before{content:""}.site-announcements .ea-fa-arrow-up-z-a::before,.site-announcements .ea-fa-sort-alpha-up-alt::before{content:""}.site-announcements .ea-fa-arrows-down-to-line::before{content:""}.site-announcements .ea-fa-arrows-down-to-people::before{content:""}.site-announcements .ea-fa-arrows-h::before,.site-announcements .ea-fa-arrows-left-right::before{content:""}.site-announcements .ea-fa-arrows-left-right-to-line::before{content:""}.site-announcements .ea-fa-arrows-rotate::before,.site-announcements .ea-fa-refresh::before,.site-announcements .ea-fa-sync::before{content:""}.site-announcements .ea-fa-arrows-spin::before{content:""}.site-announcements .ea-fa-arrows-split-up-and-left::before{content:""}.site-announcements .ea-fa-arrows-to-circle::before{content:""}.site-announcements .ea-fa-arrows-to-dot::before{content:""}.site-announcements .ea-fa-arrows-to-eye::before{content:""}.site-announcements .ea-fa-arrows-turn-right::before{content:""}.site-announcements .ea-fa-arrows-turn-to-dots::before{content:""}.site-announcements .ea-fa-arrows-up-down::before,.site-announcements .ea-fa-arrows-v::before{content:""}.site-announcements .ea-fa-arrows-up-down-left-right::before,.site-announcements .ea-fa-arrows::before{content:""}.site-announcements .ea-fa-arrows-up-to-line::before{content:""}.site-announcements .ea-fa-asterisk::before{content:"*"}.site-announcements .ea-fa-at::before{content:"@"}.site-announcements .ea-fa-atom::before{content:""}.site-announcements .ea-fa-audio-description::before{content:""}.site-announcements .ea-fa-austral-sign::before{content:""}.site-announcements .ea-fa-award::before{content:""}.site-announcements .ea-fa-b::before{content:"B"}.site-announcements .ea-fa-baby::before{content:""}.site-announcements .ea-fa-baby-carriage::before,.site-announcements .ea-fa-carriage-baby::before{content:""}.site-announcements .ea-fa-backward::before{content:""}.site-announcements .ea-fa-backward-fast::before,.site-announcements .ea-fa-fast-backward::before{content:""}.site-announcements .ea-fa-backward-step::before,.site-announcements .ea-fa-step-backward::before{content:""}.site-announcements .ea-fa-bacon::before{content:""}.site-announcements .ea-fa-bacteria::before{content:""}.site-announcements .ea-fa-bacterium::before{content:""}.site-announcements .ea-fa-bag-shopping::before,.site-announcements .ea-fa-shopping-bag::before{content:""}.site-announcements .ea-fa-bahai::before{content:""}.site-announcements .ea-fa-baht-sign::before{content:""}.site-announcements .ea-fa-ban::before,.site-announcements .ea-fa-cancel::before{content:""}.site-announcements .ea-fa-ban-smoking::before,.site-announcements .ea-fa-smoking-ban::before{content:""}.site-announcements .ea-fa-band-aid::before,.site-announcements .ea-fa-bandage::before{content:""}.site-announcements .ea-fa-barcode::before{content:""}.site-announcements .ea-fa-bars::before,.site-announcements .ea-fa-navicon::before{content:""}.site-announcements .ea-fa-bars-progress::before,.site-announcements .ea-fa-tasks-alt::before{content:""}.site-announcements .ea-fa-bars-staggered::before,.site-announcements .ea-fa-reorder::before,.site-announcements .ea-fa-stream::before{content:""}.site-announcements .ea-fa-baseball-ball::before,.site-announcements .ea-fa-baseball::before{content:""}.site-announcements .ea-fa-baseball-bat-ball::before{content:""}.site-announcements .ea-fa-basket-shopping::before,.site-announcements .ea-fa-shopping-basket::before{content:""}.site-announcements .ea-fa-basketball-ball::before,.site-announcements .ea-fa-basketball::before{content:""}.site-announcements .ea-fa-bath::before,.site-announcements .ea-fa-bathtub::before{content:""}.site-announcements .ea-fa-battery-0::before,.site-announcements .ea-fa-battery-empty::before{content:""}.site-announcements .ea-fa-battery-5::before,.site-announcements .ea-fa-battery-full::before,.site-announcements .ea-fa-battery::before{content:""}.site-announcements .ea-fa-battery-3::before,.site-announcements .ea-fa-battery-half::before{content:""}.site-announcements .ea-fa-battery-2::before,.site-announcements .ea-fa-battery-quarter::before{content:""}.site-announcements .ea-fa-battery-4::before,.site-announcements .ea-fa-battery-three-quarters::before{content:""}.site-announcements .ea-fa-bed::before{content:""}.site-announcements .ea-fa-bed-pulse::before,.site-announcements .ea-fa-procedures::before{content:""}.site-announcements .ea-fa-beer-mug-empty::before,.site-announcements .ea-fa-beer::before{content:""}.site-announcements .ea-fa-bell::before{content:""}.site-announcements .ea-fa-bell-concierge::before,.site-announcements .ea-fa-concierge-bell::before{content:""}.site-announcements .ea-fa-bell-slash::before{content:""}.site-announcements .ea-fa-bezier-curve::before{content:""}.site-announcements .ea-fa-bicycle::before{content:""}.site-announcements .ea-fa-binoculars::before{content:""}.site-announcements .ea-fa-biohazard::before{content:""}.site-announcements .ea-fa-bitcoin-sign::before{content:""}.site-announcements .ea-fa-blender::before{content:""}.site-announcements .ea-fa-blender-phone::before{content:""}.site-announcements .ea-fa-blog::before{content:""}.site-announcements .ea-fa-bold::before{content:""}.site-announcements .ea-fa-bolt::before,.site-announcements .ea-fa-zap::before{content:""}.site-announcements .ea-fa-bolt-lightning::before{content:""}.site-announcements .ea-fa-bomb::before{content:""}.site-announcements .ea-fa-bone::before{content:""}.site-announcements .ea-fa-bong::before{content:""}.site-announcements .ea-fa-book::before{content:""}.site-announcements .ea-fa-atlas::before,.site-announcements .ea-fa-book-atlas::before{content:""}.site-announcements .ea-fa-bible::before,.site-announcements .ea-fa-book-bible::before{content:""}.site-announcements .ea-fa-book-bookmark::before{content:""}.site-announcements .ea-fa-book-journal-whills::before,.site-announcements .ea-fa-journal-whills::before{content:""}.site-announcements .ea-fa-book-medical::before{content:""}.site-announcements .ea-fa-book-open::before{content:""}.site-announcements .ea-fa-book-open-reader::before,.site-announcements .ea-fa-book-reader::before{content:""}.site-announcements .ea-fa-book-quran::before,.site-announcements .ea-fa-quran::before{content:""}.site-announcements .ea-fa-book-dead::before,.site-announcements .ea-fa-book-skull::before{content:""}.site-announcements .ea-fa-bookmark::before{content:""}.site-announcements .ea-fa-border-all::before{content:""}.site-announcements .ea-fa-border-none::before{content:""}.site-announcements .ea-fa-border-style::before,.site-announcements .ea-fa-border-top-left::before{content:""}.site-announcements .ea-fa-bore-hole::before{content:""}.site-announcements .ea-fa-bottle-droplet::before{content:""}.site-announcements .ea-fa-bottle-water::before{content:""}.site-announcements .ea-fa-bowl-food::before{content:""}.site-announcements .ea-fa-bowl-rice::before{content:""}.site-announcements .ea-fa-bowling-ball::before{content:""}.site-announcements .ea-fa-box::before{content:""}.site-announcements .ea-fa-archive::before,.site-announcements .ea-fa-box-archive::before{content:""}.site-announcements .ea-fa-box-open::before{content:""}.site-announcements .ea-fa-box-tissue::before{content:""}.site-announcements .ea-fa-boxes-packing::before{content:""}.site-announcements .ea-fa-boxes-alt::before,.site-announcements .ea-fa-boxes-stacked::before,.site-announcements .ea-fa-boxes::before{content:""}.site-announcements .ea-fa-braille::before{content:""}.site-announcements .ea-fa-brain::before{content:""}.site-announcements .ea-fa-brazilian-real-sign::before{content:""}.site-announcements .ea-fa-bread-slice::before{content:""}.site-announcements .ea-fa-bridge::before{content:""}.site-announcements .ea-fa-bridge-circle-check::before{content:""}.site-announcements .ea-fa-bridge-circle-exclamation::before{content:""}.site-announcements .ea-fa-bridge-circle-xmark::before{content:""}.site-announcements .ea-fa-bridge-lock::before{content:""}.site-announcements .ea-fa-bridge-water::before{content:""}.site-announcements .ea-fa-briefcase::before{content:""}.site-announcements .ea-fa-briefcase-medical::before{content:""}.site-announcements .ea-fa-broom::before{content:""}.site-announcements .ea-fa-broom-ball::before,.site-announcements .ea-fa-quidditch-broom-ball::before,.site-announcements .ea-fa-quidditch::before{content:""}.site-announcements .ea-fa-brush::before{content:""}.site-announcements .ea-fa-bucket::before{content:""}.site-announcements .ea-fa-bug::before{content:""}.site-announcements .ea-fa-bug-slash::before{content:""}.site-announcements .ea-fa-bugs::before{content:""}.site-announcements .ea-fa-building::before{content:""}.site-announcements .ea-fa-building-circle-arrow-right::before{content:""}.site-announcements .ea-fa-building-circle-check::before{content:""}.site-announcements .ea-fa-building-circle-exclamation::before{content:""}.site-announcements .ea-fa-building-circle-xmark::before{content:""}.site-announcements .ea-fa-bank::before,.site-announcements .ea-fa-building-columns::before,.site-announcements .ea-fa-institution::before,.site-announcements .ea-fa-museum::before,.site-announcements .ea-fa-university::before{content:""}.site-announcements .ea-fa-building-flag::before{content:""}.site-announcements .ea-fa-building-lock::before{content:""}.site-announcements .ea-fa-building-ngo::before{content:""}.site-announcements .ea-fa-building-shield::before{content:""}.site-announcements .ea-fa-building-un::before{content:""}.site-announcements .ea-fa-building-user::before{content:""}.site-announcements .ea-fa-building-wheat::before{content:""}.site-announcements .ea-fa-bullhorn::before{content:""}.site-announcements .ea-fa-bullseye::before{content:""}.site-announcements .ea-fa-burger::before,.site-announcements .ea-fa-hamburger::before{content:""}.site-announcements .ea-fa-burst::before{content:""}.site-announcements .ea-fa-bus::before{content:""}.site-announcements .ea-fa-bus-alt::before,.site-announcements .ea-fa-bus-simple::before{content:""}.site-announcements .ea-fa-briefcase-clock::before,.site-announcements .ea-fa-business-time::before{content:""}.site-announcements .ea-fa-c::before{content:"C"}.site-announcements .ea-fa-birthday-cake::before,.site-announcements .ea-fa-cake-candles::before,.site-announcements .ea-fa-cake::before{content:""}.site-announcements .ea-fa-calculator::before{content:""}.site-announcements .ea-fa-calendar::before{content:""}.site-announcements .ea-fa-calendar-check::before{content:""}.site-announcements .ea-fa-calendar-day::before{content:""}.site-announcements .ea-fa-calendar-alt::before,.site-announcements .ea-fa-calendar-days::before{content:""}.site-announcements .ea-fa-calendar-minus::before{content:""}.site-announcements .ea-fa-calendar-plus::before{content:""}.site-announcements .ea-fa-calendar-week::before{content:""}.site-announcements .ea-fa-calendar-times::before,.site-announcements .ea-fa-calendar-xmark::before{content:""}.site-announcements .ea-fa-camera-alt::before,.site-announcements .ea-fa-camera::before{content:""}.site-announcements .ea-fa-camera-retro::before{content:""}.site-announcements .ea-fa-camera-rotate::before{content:""}.site-announcements .ea-fa-campground::before{content:""}.site-announcements .ea-fa-candy-cane::before{content:""}.site-announcements .ea-fa-cannabis::before{content:""}.site-announcements .ea-fa-capsules::before{content:""}.site-announcements .ea-fa-automobile::before,.site-announcements .ea-fa-car::before{content:""}.site-announcements .ea-fa-battery-car::before,.site-announcements .ea-fa-car-battery::before{content:""}.site-announcements .ea-fa-car-burst::before,.site-announcements .ea-fa-car-crash::before{content:""}.site-announcements .ea-fa-car-on::before{content:""}.site-announcements .ea-fa-car-alt::before,.site-announcements .ea-fa-car-rear::before{content:""}.site-announcements .ea-fa-car-side::before{content:""}.site-announcements .ea-fa-car-tunnel::before{content:""}.site-announcements .ea-fa-caravan::before{content:""}.site-announcements .ea-fa-caret-down::before{content:""}.site-announcements .ea-fa-caret-left::before{content:""}.site-announcements .ea-fa-caret-right::before{content:""}.site-announcements .ea-fa-caret-up::before{content:""}.site-announcements .ea-fa-carrot::before{content:""}.site-announcements .ea-fa-cart-arrow-down::before{content:""}.site-announcements .ea-fa-cart-flatbed::before,.site-announcements .ea-fa-dolly-flatbed::before{content:""}.site-announcements .ea-fa-cart-flatbed-suitcase::before,.site-announcements .ea-fa-luggage-cart::before{content:""}.site-announcements .ea-fa-cart-plus::before{content:""}.site-announcements .ea-fa-cart-shopping::before,.site-announcements .ea-fa-shopping-cart::before{content:""}.site-announcements .ea-fa-cash-register::before{content:""}.site-announcements .ea-fa-cat::before{content:""}.site-announcements .ea-fa-cedi-sign::before{content:""}.site-announcements .ea-fa-cent-sign::before{content:""}.site-announcements .ea-fa-certificate::before{content:""}.site-announcements .ea-fa-chair::before{content:""}.site-announcements .ea-fa-blackboard::before,.site-announcements .ea-fa-chalkboard::before{content:""}.site-announcements .ea-fa-chalkboard-teacher::before,.site-announcements .ea-fa-chalkboard-user::before{content:""}.site-announcements .ea-fa-champagne-glasses::before,.site-announcements .ea-fa-glass-cheers::before{content:""}.site-announcements .ea-fa-charging-station::before{content:""}.site-announcements .ea-fa-area-chart::before,.site-announcements .ea-fa-chart-area::before{content:""}.site-announcements .ea-fa-bar-chart::before,.site-announcements .ea-fa-chart-bar::before{content:""}.site-announcements .ea-fa-chart-column::before{content:""}.site-announcements .ea-fa-chart-gantt::before{content:""}.site-announcements .ea-fa-chart-line::before,.site-announcements .ea-fa-line-chart::before{content:""}.site-announcements .ea-fa-chart-pie::before,.site-announcements .ea-fa-pie-chart::before{content:""}.site-announcements .ea-fa-chart-simple::before{content:""}.site-announcements .ea-fa-check::before{content:""}.site-announcements .ea-fa-check-double::before{content:""}.site-announcements .ea-fa-check-to-slot::before,.site-announcements .ea-fa-vote-yea::before{content:""}.site-announcements .ea-fa-cheese::before{content:""}.site-announcements .ea-fa-chess::before{content:""}.site-announcements .ea-fa-chess-bishop::before{content:""}.site-announcements .ea-fa-chess-board::before{content:""}.site-announcements .ea-fa-chess-king::before{content:""}.site-announcements .ea-fa-chess-knight::before{content:""}.site-announcements .ea-fa-chess-pawn::before{content:""}.site-announcements .ea-fa-chess-queen::before{content:""}.site-announcements .ea-fa-chess-rook::before{content:""}.site-announcements .ea-fa-chevron-down::before{content:""}.site-announcements .ea-fa-chevron-left::before{content:""}.site-announcements .ea-fa-chevron-right::before{content:""}.site-announcements .ea-fa-chevron-up::before{content:""}.site-announcements .ea-fa-child::before{content:""}.site-announcements .ea-fa-child-dress::before{content:""}.site-announcements .ea-fa-child-reaching::before{content:""}.site-announcements .ea-fa-child-rifle::before{content:""}.site-announcements .ea-fa-children::before{content:""}.site-announcements .ea-fa-church::before{content:""}.site-announcements .ea-fa-circle::before{content:""}.site-announcements .ea-fa-arrow-circle-down::before,.site-announcements .ea-fa-circle-arrow-down::before{content:""}.site-announcements .ea-fa-arrow-circle-left::before,.site-announcements .ea-fa-circle-arrow-left::before{content:""}.site-announcements .ea-fa-arrow-circle-right::before,.site-announcements .ea-fa-circle-arrow-right::before{content:""}.site-announcements .ea-fa-arrow-circle-up::before,.site-announcements .ea-fa-circle-arrow-up::before{content:""}.site-announcements .ea-fa-check-circle::before,.site-announcements .ea-fa-circle-check::before{content:""}.site-announcements .ea-fa-chevron-circle-down::before,.site-announcements .ea-fa-circle-chevron-down::before{content:""}.site-announcements .ea-fa-chevron-circle-left::before,.site-announcements .ea-fa-circle-chevron-left::before{content:""}.site-announcements .ea-fa-chevron-circle-right::before,.site-announcements .ea-fa-circle-chevron-right::before{content:""}.site-announcements .ea-fa-chevron-circle-up::before,.site-announcements .ea-fa-circle-chevron-up::before{content:""}.site-announcements .ea-fa-circle-dollar-to-slot::before,.site-announcements .ea-fa-donate::before{content:""}.site-announcements .ea-fa-circle-dot::before,.site-announcements .ea-fa-dot-circle::before{content:""}.site-announcements .ea-fa-arrow-alt-circle-down::before,.site-announcements .ea-fa-circle-down::before{content:""}.site-announcements .ea-fa-circle-exclamation::before,.site-announcements .ea-fa-exclamation-circle::before{content:""}.site-announcements .ea-fa-circle-h::before,.site-announcements .ea-fa-hospital-symbol::before{content:""}.site-announcements .ea-fa-adjust::before,.site-announcements .ea-fa-circle-half-stroke::before{content:""}.site-announcements .ea-fa-circle-info::before,.site-announcements .ea-fa-info-circle::before{content:""}.site-announcements .ea-fa-arrow-alt-circle-left::before,.site-announcements .ea-fa-circle-left::before{content:""}.site-announcements .ea-fa-circle-minus::before,.site-announcements .ea-fa-minus-circle::before{content:""}.site-announcements .ea-fa-circle-nodes::before{content:""}.site-announcements .ea-fa-circle-notch::before{content:""}.site-announcements .ea-fa-circle-pause::before,.site-announcements .ea-fa-pause-circle::before{content:""}.site-announcements .ea-fa-circle-play::before,.site-announcements .ea-fa-play-circle::before{content:""}.site-announcements .ea-fa-circle-plus::before,.site-announcements .ea-fa-plus-circle::before{content:""}.site-announcements .ea-fa-circle-question::before,.site-announcements .ea-fa-question-circle::before{content:""}.site-announcements .ea-fa-circle-radiation::before,.site-announcements .ea-fa-radiation-alt::before{content:""}.site-announcements .ea-fa-arrow-alt-circle-right::before,.site-announcements .ea-fa-circle-right::before{content:""}.site-announcements .ea-fa-circle-stop::before,.site-announcements .ea-fa-stop-circle::before{content:""}.site-announcements .ea-fa-arrow-alt-circle-up::before,.site-announcements .ea-fa-circle-up::before{content:""}.site-announcements .ea-fa-circle-user::before,.site-announcements .ea-fa-user-circle::before{content:""}.site-announcements .ea-fa-circle-xmark::before,.site-announcements .ea-fa-times-circle::before,.site-announcements .ea-fa-xmark-circle::before{content:""}.site-announcements .ea-fa-city::before{content:""}.site-announcements .ea-fa-clapperboard::before{content:""}.site-announcements .ea-fa-clipboard::before{content:""}.site-announcements .ea-fa-clipboard-check::before{content:""}.site-announcements .ea-fa-clipboard-list::before{content:""}.site-announcements .ea-fa-clipboard-question::before{content:""}.site-announcements .ea-fa-clipboard-user::before{content:""}.site-announcements .ea-fa-clock-four::before,.site-announcements .ea-fa-clock::before{content:""}.site-announcements .ea-fa-clock-rotate-left::before,.site-announcements .ea-fa-history::before{content:""}.site-announcements .ea-fa-clone::before{content:""}.site-announcements .ea-fa-closed-captioning::before{content:""}.site-announcements .ea-fa-cloud::before{content:""}.site-announcements .ea-fa-cloud-arrow-down::before,.site-announcements .ea-fa-cloud-download-alt::before,.site-announcements .ea-fa-cloud-download::before{content:""}.site-announcements .ea-fa-cloud-arrow-up::before,.site-announcements .ea-fa-cloud-upload-alt::before,.site-announcements .ea-fa-cloud-upload::before{content:""}.site-announcements .ea-fa-cloud-bolt::before,.site-announcements .ea-fa-thunderstorm::before{content:""}.site-announcements .ea-fa-cloud-meatball::before{content:""}.site-announcements .ea-fa-cloud-moon::before{content:""}.site-announcements .ea-fa-cloud-moon-rain::before{content:""}.site-announcements .ea-fa-cloud-rain::before{content:""}.site-announcements .ea-fa-cloud-showers-heavy::before{content:""}.site-announcements .ea-fa-cloud-showers-water::before{content:""}.site-announcements .ea-fa-cloud-sun::before{content:""}.site-announcements .ea-fa-cloud-sun-rain::before{content:""}.site-announcements .ea-fa-clover::before{content:""}.site-announcements .ea-fa-code::before{content:""}.site-announcements .ea-fa-code-branch::before{content:""}.site-announcements .ea-fa-code-commit::before{content:""}.site-announcements .ea-fa-code-compare::before{content:""}.site-announcements .ea-fa-code-fork::before{content:""}.site-announcements .ea-fa-code-merge::before{content:""}.site-announcements .ea-fa-code-pull-request::before{content:""}.site-announcements .ea-fa-coins::before{content:""}.site-announcements .ea-fa-colon-sign::before{content:""}.site-announcements .ea-fa-comment::before{content:""}.site-announcements .ea-fa-comment-dollar::before{content:""}.site-announcements .ea-fa-comment-dots::before,.site-announcements .ea-fa-commenting::before{content:""}.site-announcements .ea-fa-comment-medical::before{content:""}.site-announcements .ea-fa-comment-slash::before{content:""}.site-announcements .ea-fa-comment-sms::before,.site-announcements .ea-fa-sms::before{content:""}.site-announcements .ea-fa-comments::before{content:""}.site-announcements .ea-fa-comments-dollar::before{content:""}.site-announcements .ea-fa-compact-disc::before{content:""}.site-announcements .ea-fa-compass::before{content:""}.site-announcements .ea-fa-compass-drafting::before,.site-announcements .ea-fa-drafting-compass::before{content:""}.site-announcements .ea-fa-compress::before{content:""}.site-announcements .ea-fa-computer::before{content:""}.site-announcements .ea-fa-computer-mouse::before,.site-announcements .ea-fa-mouse::before{content:""}.site-announcements .ea-fa-cookie::before{content:""}.site-announcements .ea-fa-cookie-bite::before{content:""}.site-announcements .ea-fa-copy::before{content:""}.site-announcements .ea-fa-copyright::before{content:""}.site-announcements .ea-fa-couch::before{content:""}.site-announcements .ea-fa-cow::before{content:""}.site-announcements .ea-fa-credit-card-alt::before,.site-announcements .ea-fa-credit-card::before{content:""}.site-announcements .ea-fa-crop::before{content:""}.site-announcements .ea-fa-crop-alt::before,.site-announcements .ea-fa-crop-simple::before{content:""}.site-announcements .ea-fa-cross::before{content:""}.site-announcements .ea-fa-crosshairs::before{content:""}.site-announcements .ea-fa-crow::before{content:""}.site-announcements .ea-fa-crown::before{content:""}.site-announcements .ea-fa-crutch::before{content:""}.site-announcements .ea-fa-cruzeiro-sign::before{content:""}.site-announcements .ea-fa-cube::before{content:""}.site-announcements .ea-fa-cubes::before{content:""}.site-announcements .ea-fa-cubes-stacked::before{content:""}.site-announcements .ea-fa-d::before{content:"D"}.site-announcements .ea-fa-database::before{content:""}.site-announcements .ea-fa-backspace::before,.site-announcements .ea-fa-delete-left::before{content:""}.site-announcements .ea-fa-democrat::before{content:""}.site-announcements .ea-fa-desktop-alt::before,.site-announcements .ea-fa-desktop::before{content:""}.site-announcements .ea-fa-dharmachakra::before{content:""}.site-announcements .ea-fa-diagram-next::before{content:""}.site-announcements .ea-fa-diagram-predecessor::before{content:""}.site-announcements .ea-fa-diagram-project::before,.site-announcements .ea-fa-project-diagram::before{content:""}.site-announcements .ea-fa-diagram-successor::before{content:""}.site-announcements .ea-fa-diamond::before{content:""}.site-announcements .ea-fa-diamond-turn-right::before,.site-announcements .ea-fa-directions::before{content:""}.site-announcements .ea-fa-dice::before{content:""}.site-announcements .ea-fa-dice-d20::before{content:""}.site-announcements .ea-fa-dice-d6::before{content:""}.site-announcements .ea-fa-dice-five::before{content:""}.site-announcements .ea-fa-dice-four::before{content:""}.site-announcements .ea-fa-dice-one::before{content:""}.site-announcements .ea-fa-dice-six::before{content:""}.site-announcements .ea-fa-dice-three::before{content:""}.site-announcements .ea-fa-dice-two::before{content:""}.site-announcements .ea-fa-disease::before{content:""}.site-announcements .ea-fa-display::before{content:""}.site-announcements .ea-fa-divide::before{content:""}.site-announcements .ea-fa-dna::before{content:""}.site-announcements .ea-fa-dog::before{content:""}.site-announcements .ea-fa-dollar-sign::before,.site-announcements .ea-fa-dollar::before,.site-announcements .ea-fa-usd::before{content:"$"}.site-announcements .ea-fa-dolly-box::before,.site-announcements .ea-fa-dolly::before{content:""}.site-announcements .ea-fa-dong-sign::before{content:""}.site-announcements .ea-fa-door-closed::before{content:""}.site-announcements .ea-fa-door-open::before{content:""}.site-announcements .ea-fa-dove::before{content:""}.site-announcements .ea-fa-compress-alt::before,.site-announcements .ea-fa-down-left-and-up-right-to-center::before{content:""}.site-announcements .ea-fa-down-long::before,.site-announcements .ea-fa-long-arrow-alt-down::before{content:""}.site-announcements .ea-fa-download::before{content:""}.site-announcements .ea-fa-dragon::before{content:""}.site-announcements .ea-fa-draw-polygon::before{content:""}.site-announcements .ea-fa-droplet::before,.site-announcements .ea-fa-tint::before{content:""}.site-announcements .ea-fa-droplet-slash::before,.site-announcements .ea-fa-tint-slash::before{content:""}.site-announcements .ea-fa-drum::before{content:""}.site-announcements .ea-fa-drum-steelpan::before{content:""}.site-announcements .ea-fa-drumstick-bite::before{content:""}.site-announcements .ea-fa-dumbbell::before{content:""}.site-announcements .ea-fa-dumpster::before{content:""}.site-announcements .ea-fa-dumpster-fire::before{content:""}.site-announcements .ea-fa-dungeon::before{content:""}.site-announcements .ea-fa-e::before{content:"E"}.site-announcements .ea-fa-deaf::before,.site-announcements .ea-fa-deafness::before,.site-announcements .ea-fa-ear-deaf::before,.site-announcements .ea-fa-hard-of-hearing::before{content:""}.site-announcements .ea-fa-assistive-listening-systems::before,.site-announcements .ea-fa-ear-listen::before{content:""}.site-announcements .ea-fa-earth-africa::before,.site-announcements .ea-fa-globe-africa::before{content:""}.site-announcements .ea-fa-earth-america::before,.site-announcements .ea-fa-earth-americas::before,.site-announcements .ea-fa-earth::before,.site-announcements .ea-fa-globe-americas::before{content:""}.site-announcements .ea-fa-earth-asia::before,.site-announcements .ea-fa-globe-asia::before{content:""}.site-announcements .ea-fa-earth-europe::before,.site-announcements .ea-fa-globe-europe::before{content:""}.site-announcements .ea-fa-earth-oceania::before,.site-announcements .ea-fa-globe-oceania::before{content:""}.site-announcements .ea-fa-egg::before{content:""}.site-announcements .ea-fa-eject::before{content:""}.site-announcements .ea-fa-elevator::before{content:""}.site-announcements .ea-fa-ellipsis-h::before,.site-announcements .ea-fa-ellipsis::before{content:""}.site-announcements .ea-fa-ellipsis-v::before,.site-announcements .ea-fa-ellipsis-vertical::before{content:""}.site-announcements .ea-fa-envelope::before{content:""}.site-announcements .ea-fa-envelope-circle-check::before{content:""}.site-announcements .ea-fa-envelope-open::before{content:""}.site-announcements .ea-fa-envelope-open-text::before{content:""}.site-announcements .ea-fa-envelopes-bulk::before,.site-announcements .ea-fa-mail-bulk::before{content:""}.site-announcements .ea-fa-equals::before{content:"="}.site-announcements .ea-fa-eraser::before{content:""}.site-announcements .ea-fa-ethernet::before{content:""}.site-announcements .ea-fa-eur::before,.site-announcements .ea-fa-euro-sign::before,.site-announcements .ea-fa-euro::before{content:""}.site-announcements .ea-fa-exclamation::before{content:"!"}.site-announcements .ea-fa-expand::before{content:""}.site-announcements .ea-fa-explosion::before{content:""}.site-announcements .ea-fa-eye::before{content:""}.site-announcements .ea-fa-eye-dropper-empty::before,.site-announcements .ea-fa-eye-dropper::before,.site-announcements .ea-fa-eyedropper::before{content:""}.site-announcements .ea-fa-eye-low-vision::before,.site-announcements .ea-fa-low-vision::before{content:""}.site-announcements .ea-fa-eye-slash::before{content:""}.site-announcements .ea-fa-f::before{content:"F"}.site-announcements .ea-fa-angry::before,.site-announcements .ea-fa-face-angry::before{content:""}.site-announcements .ea-fa-dizzy::before,.site-announcements .ea-fa-face-dizzy::before{content:""}.site-announcements .ea-fa-face-flushed::before,.site-announcements .ea-fa-flushed::before{content:""}.site-announcements .ea-fa-face-frown::before,.site-announcements .ea-fa-frown::before{content:""}.site-announcements .ea-fa-face-frown-open::before,.site-announcements .ea-fa-frown-open::before{content:""}.site-announcements .ea-fa-face-grimace::before,.site-announcements .ea-fa-grimace::before{content:""}.site-announcements .ea-fa-face-grin::before,.site-announcements .ea-fa-grin::before{content:""}.site-announcements .ea-fa-face-grin-beam::before,.site-announcements .ea-fa-grin-beam::before{content:""}.site-announcements .ea-fa-face-grin-beam-sweat::before,.site-announcements .ea-fa-grin-beam-sweat::before{content:""}.site-announcements .ea-fa-face-grin-hearts::before,.site-announcements .ea-fa-grin-hearts::before{content:""}.site-announcements .ea-fa-face-grin-squint::before,.site-announcements .ea-fa-grin-squint::before{content:""}.site-announcements .ea-fa-face-grin-squint-tears::before,.site-announcements .ea-fa-grin-squint-tears::before{content:""}.site-announcements .ea-fa-face-grin-stars::before,.site-announcements .ea-fa-grin-stars::before{content:""}.site-announcements .ea-fa-face-grin-tears::before,.site-announcements .ea-fa-grin-tears::before{content:""}.site-announcements .ea-fa-face-grin-tongue::before,.site-announcements .ea-fa-grin-tongue::before{content:""}.site-announcements .ea-fa-face-grin-tongue-squint::before,.site-announcements .ea-fa-grin-tongue-squint::before{content:""}.site-announcements .ea-fa-face-grin-tongue-wink::before,.site-announcements .ea-fa-grin-tongue-wink::before{content:""}.site-announcements .ea-fa-face-grin-wide::before,.site-announcements .ea-fa-grin-alt::before{content:""}.site-announcements .ea-fa-face-grin-wink::before,.site-announcements .ea-fa-grin-wink::before{content:""}.site-announcements .ea-fa-face-kiss::before,.site-announcements .ea-fa-kiss::before{content:""}.site-announcements .ea-fa-face-kiss-beam::before,.site-announcements .ea-fa-kiss-beam::before{content:""}.site-announcements .ea-fa-face-kiss-wink-heart::before,.site-announcements .ea-fa-kiss-wink-heart::before{content:""}.site-announcements .ea-fa-face-laugh::before,.site-announcements .ea-fa-laugh::before{content:""}.site-announcements .ea-fa-face-laugh-beam::before,.site-announcements .ea-fa-laugh-beam::before{content:""}.site-announcements .ea-fa-face-laugh-squint::before,.site-announcements .ea-fa-laugh-squint::before{content:""}.site-announcements .ea-fa-face-laugh-wink::before,.site-announcements .ea-fa-laugh-wink::before{content:""}.site-announcements .ea-fa-face-meh::before,.site-announcements .ea-fa-meh::before{content:""}.site-announcements .ea-fa-face-meh-blank::before,.site-announcements .ea-fa-meh-blank::before{content:""}.site-announcements .ea-fa-face-rolling-eyes::before,.site-announcements .ea-fa-meh-rolling-eyes::before{content:""}.site-announcements .ea-fa-face-sad-cry::before,.site-announcements .ea-fa-sad-cry::before{content:""}.site-announcements .ea-fa-face-sad-tear::before,.site-announcements .ea-fa-sad-tear::before{content:""}.site-announcements .ea-fa-face-smile::before,.site-announcements .ea-fa-smile::before{content:""}.site-announcements .ea-fa-face-smile-beam::before,.site-announcements .ea-fa-smile-beam::before{content:""}.site-announcements .ea-fa-face-smile-wink::before,.site-announcements .ea-fa-smile-wink::before{content:""}.site-announcements .ea-fa-face-surprise::before,.site-announcements .ea-fa-surprise::before{content:""}.site-announcements .ea-fa-face-tired::before,.site-announcements .ea-fa-tired::before{content:""}.site-announcements .ea-fa-fan::before{content:""}.site-announcements .ea-fa-faucet::before{content:""}.site-announcements .ea-fa-faucet-drip::before{content:""}.site-announcements .ea-fa-fax::before{content:""}.site-announcements .ea-fa-feather::before{content:""}.site-announcements .ea-fa-feather-alt::before,.site-announcements .ea-fa-feather-pointed::before{content:""}.site-announcements .ea-fa-ferry::before{content:""}.site-announcements .ea-fa-file::before{content:""}.site-announcements .ea-fa-file-arrow-down::before,.site-announcements .ea-fa-file-download::before{content:""}.site-announcements .ea-fa-file-arrow-up::before,.site-announcements .ea-fa-file-upload::before{content:""}.site-announcements .ea-fa-file-audio::before{content:""}.site-announcements .ea-fa-file-circle-check::before{content:""}.site-announcements .ea-fa-file-circle-exclamation::before{content:""}.site-announcements .ea-fa-file-circle-minus::before{content:""}.site-announcements .ea-fa-file-circle-plus::before{content:""}.site-announcements .ea-fa-file-circle-question::before{content:""}.site-announcements .ea-fa-file-circle-xmark::before{content:""}.site-announcements .ea-fa-file-code::before{content:""}.site-announcements .ea-fa-file-contract::before{content:""}.site-announcements .ea-fa-file-csv::before{content:""}.site-announcements .ea-fa-file-excel::before{content:""}.site-announcements .ea-fa-arrow-right-from-file::before,.site-announcements .ea-fa-file-export::before{content:""}.site-announcements .ea-fa-file-image::before{content:""}.site-announcements .ea-fa-arrow-right-to-file::before,.site-announcements .ea-fa-file-import::before{content:""}.site-announcements .ea-fa-file-invoice::before{content:""}.site-announcements .ea-fa-file-invoice-dollar::before{content:""}.site-announcements .ea-fa-file-alt::before,.site-announcements .ea-fa-file-lines::before,.site-announcements .ea-fa-file-text::before{content:""}.site-announcements .ea-fa-file-medical::before{content:""}.site-announcements .ea-fa-file-pdf::before{content:""}.site-announcements .ea-fa-file-edit::before,.site-announcements .ea-fa-file-pen::before{content:""}.site-announcements .ea-fa-file-powerpoint::before{content:""}.site-announcements .ea-fa-file-prescription::before{content:""}.site-announcements .ea-fa-file-shield::before{content:""}.site-announcements .ea-fa-file-signature::before{content:""}.site-announcements .ea-fa-file-video::before{content:""}.site-announcements .ea-fa-file-medical-alt::before,.site-announcements .ea-fa-file-waveform::before{content:""}.site-announcements .ea-fa-file-word::before{content:""}.site-announcements .ea-fa-file-archive::before,.site-announcements .ea-fa-file-zipper::before{content:""}.site-announcements .ea-fa-fill::before{content:""}.site-announcements .ea-fa-fill-drip::before{content:""}.site-announcements .ea-fa-film::before{content:""}.site-announcements .ea-fa-filter::before{content:""}.site-announcements .ea-fa-filter-circle-dollar::before,.site-announcements .ea-fa-funnel-dollar::before{content:""}.site-announcements .ea-fa-filter-circle-xmark::before{content:""}.site-announcements .ea-fa-fingerprint::before{content:""}.site-announcements .ea-fa-fire::before{content:""}.site-announcements .ea-fa-fire-burner::before{content:""}.site-announcements .ea-fa-fire-extinguisher::before{content:""}.site-announcements .ea-fa-fire-alt::before,.site-announcements .ea-fa-fire-flame-curved::before{content:""}.site-announcements .ea-fa-burn::before,.site-announcements .ea-fa-fire-flame-simple::before{content:""}.site-announcements .ea-fa-fish::before{content:""}.site-announcements .ea-fa-fish-fins::before{content:""}.site-announcements .ea-fa-flag::before{content:""}.site-announcements .ea-fa-flag-checkered::before{content:""}.site-announcements .ea-fa-flag-usa::before{content:""}.site-announcements .ea-fa-flask::before{content:""}.site-announcements .ea-fa-flask-vial::before{content:""}.site-announcements .ea-fa-floppy-disk::before,.site-announcements .ea-fa-save::before{content:""}.site-announcements .ea-fa-florin-sign::before{content:""}.site-announcements .ea-fa-folder-blank::before,.site-announcements .ea-fa-folder::before{content:""}.site-announcements .ea-fa-folder-closed::before{content:""}.site-announcements .ea-fa-folder-minus::before{content:""}.site-announcements .ea-fa-folder-open::before{content:""}.site-announcements .ea-fa-folder-plus::before{content:""}.site-announcements .ea-fa-folder-tree::before{content:""}.site-announcements .ea-fa-font::before{content:""}.site-announcements .ea-fa-football-ball::before,.site-announcements .ea-fa-football::before{content:""}.site-announcements .ea-fa-forward::before{content:""}.site-announcements .ea-fa-fast-forward::before,.site-announcements .ea-fa-forward-fast::before{content:""}.site-announcements .ea-fa-forward-step::before,.site-announcements .ea-fa-step-forward::before{content:""}.site-announcements .ea-fa-franc-sign::before{content:""}.site-announcements .ea-fa-frog::before{content:""}.site-announcements .ea-fa-futbol-ball::before,.site-announcements .ea-fa-futbol::before,.site-announcements .ea-fa-soccer-ball::before{content:""}.site-announcements .ea-fa-g::before{content:"G"}.site-announcements .ea-fa-gamepad::before{content:""}.site-announcements .ea-fa-gas-pump::before{content:""}.site-announcements .ea-fa-dashboard::before,.site-announcements .ea-fa-gauge-med::before,.site-announcements .ea-fa-gauge::before,.site-announcements .ea-fa-tachometer-alt-average::before{content:""}.site-announcements .ea-fa-gauge-high::before,.site-announcements .ea-fa-tachometer-alt-fast::before,.site-announcements .ea-fa-tachometer-alt::before{content:""}.site-announcements .ea-fa-gauge-simple-med::before,.site-announcements .ea-fa-gauge-simple::before,.site-announcements .ea-fa-tachometer-average::before{content:""}.site-announcements .ea-fa-gauge-simple-high::before,.site-announcements .ea-fa-tachometer-fast::before,.site-announcements .ea-fa-tachometer::before{content:""}.site-announcements .ea-fa-gavel::before,.site-announcements .ea-fa-legal::before{content:""}.site-announcements .ea-fa-cog::before,.site-announcements .ea-fa-gear::before{content:""}.site-announcements .ea-fa-cogs::before,.site-announcements .ea-fa-gears::before{content:""}.site-announcements .ea-fa-gem::before{content:""}.site-announcements .ea-fa-genderless::before{content:""}.site-announcements .ea-fa-ghost::before{content:""}.site-announcements .ea-fa-gift::before{content:""}.site-announcements .ea-fa-gifts::before{content:""}.site-announcements .ea-fa-glass-water::before{content:""}.site-announcements .ea-fa-glass-water-droplet::before{content:""}.site-announcements .ea-fa-glasses::before{content:""}.site-announcements .ea-fa-globe::before{content:""}.site-announcements .ea-fa-golf-ball-tee::before,.site-announcements .ea-fa-golf-ball::before{content:""}.site-announcements .ea-fa-gopuram::before{content:""}.site-announcements .ea-fa-graduation-cap::before,.site-announcements .ea-fa-mortar-board::before{content:""}.site-announcements .ea-fa-greater-than::before{content:">"}.site-announcements .ea-fa-greater-than-equal::before{content:""}.site-announcements .ea-fa-grip-horizontal::before,.site-announcements .ea-fa-grip::before{content:""}.site-announcements .ea-fa-grip-lines::before{content:""}.site-announcements .ea-fa-grip-lines-vertical::before{content:""}.site-announcements .ea-fa-grip-vertical::before{content:""}.site-announcements .ea-fa-group-arrows-rotate::before{content:""}.site-announcements .ea-fa-guarani-sign::before{content:""}.site-announcements .ea-fa-guitar::before{content:""}.site-announcements .ea-fa-gun::before{content:""}.site-announcements .ea-fa-h::before{content:"H"}.site-announcements .ea-fa-hammer::before{content:""}.site-announcements .ea-fa-hamsa::before{content:""}.site-announcements .ea-fa-hand-paper::before,.site-announcements .ea-fa-hand::before{content:""}.site-announcements .ea-fa-hand-back-fist::before,.site-announcements .ea-fa-hand-rock::before{content:""}.site-announcements .ea-fa-allergies::before,.site-announcements .ea-fa-hand-dots::before{content:""}.site-announcements .ea-fa-fist-raised::before,.site-announcements .ea-fa-hand-fist::before{content:""}.site-announcements .ea-fa-hand-holding::before{content:""}.site-announcements .ea-fa-hand-holding-dollar::before,.site-announcements .ea-fa-hand-holding-usd::before{content:""}.site-announcements .ea-fa-hand-holding-droplet::before,.site-announcements .ea-fa-hand-holding-water::before{content:""}.site-announcements .ea-fa-hand-holding-hand::before{content:""}.site-announcements .ea-fa-hand-holding-heart::before{content:""}.site-announcements .ea-fa-hand-holding-medical::before{content:""}.site-announcements .ea-fa-hand-lizard::before{content:""}.site-announcements .ea-fa-hand-middle-finger::before{content:""}.site-announcements .ea-fa-hand-peace::before{content:""}.site-announcements .ea-fa-hand-point-down::before{content:""}.site-announcements .ea-fa-hand-point-left::before{content:""}.site-announcements .ea-fa-hand-point-right::before{content:""}.site-announcements .ea-fa-hand-point-up::before{content:""}.site-announcements .ea-fa-hand-pointer::before{content:""}.site-announcements .ea-fa-hand-scissors::before{content:""}.site-announcements .ea-fa-hand-sparkles::before{content:""}.site-announcements .ea-fa-hand-spock::before{content:""}.site-announcements .ea-fa-handcuffs::before{content:""}.site-announcements .ea-fa-hands::before,.site-announcements .ea-fa-sign-language::before,.site-announcements .ea-fa-signing::before{content:""}.site-announcements .ea-fa-american-sign-language-interpreting::before,.site-announcements .ea-fa-asl-interpreting::before,.site-announcements .ea-fa-hands-american-sign-language-interpreting::before,.site-announcements .ea-fa-hands-asl-interpreting::before{content:""}.site-announcements .ea-fa-hands-bound::before{content:""}.site-announcements .ea-fa-hands-bubbles::before,.site-announcements .ea-fa-hands-wash::before{content:""}.site-announcements .ea-fa-hands-clapping::before{content:""}.site-announcements .ea-fa-hands-holding::before{content:""}.site-announcements .ea-fa-hands-holding-child::before{content:""}.site-announcements .ea-fa-hands-holding-circle::before{content:""}.site-announcements .ea-fa-hands-praying::before,.site-announcements .ea-fa-praying-hands::before{content:""}.site-announcements .ea-fa-handshake::before{content:""}.site-announcements .ea-fa-hands-helping::before,.site-announcements .ea-fa-handshake-angle::before{content:""}.site-announcements .ea-fa-handshake-alt::before,.site-announcements .ea-fa-handshake-simple::before{content:""}.site-announcements .ea-fa-handshake-alt-slash::before,.site-announcements .ea-fa-handshake-simple-slash::before{content:""}.site-announcements .ea-fa-handshake-slash::before{content:""}.site-announcements .ea-fa-hanukiah::before{content:""}.site-announcements .ea-fa-hard-drive::before,.site-announcements .ea-fa-hdd::before{content:""}.site-announcements .ea-fa-hashtag::before{content:"#"}.site-announcements .ea-fa-hat-cowboy::before{content:""}.site-announcements .ea-fa-hat-cowboy-side::before{content:""}.site-announcements .ea-fa-hat-wizard::before{content:""}.site-announcements .ea-fa-head-side-cough::before{content:""}.site-announcements .ea-fa-head-side-cough-slash::before{content:""}.site-announcements .ea-fa-head-side-mask::before{content:""}.site-announcements .ea-fa-head-side-virus::before{content:""}.site-announcements .ea-fa-header::before,.site-announcements .ea-fa-heading::before{content:""}.site-announcements .ea-fa-headphones::before{content:""}.site-announcements .ea-fa-headphones-alt::before,.site-announcements .ea-fa-headphones-simple::before{content:""}.site-announcements .ea-fa-headset::before{content:""}.site-announcements .ea-fa-heart::before{content:""}.site-announcements .ea-fa-heart-circle-bolt::before{content:""}.site-announcements .ea-fa-heart-circle-check::before{content:""}.site-announcements .ea-fa-heart-circle-exclamation::before{content:""}.site-announcements .ea-fa-heart-circle-minus::before{content:""}.site-announcements .ea-fa-heart-circle-plus::before{content:""}.site-announcements .ea-fa-heart-circle-xmark::before{content:""}.site-announcements .ea-fa-heart-broken::before,.site-announcements .ea-fa-heart-crack::before{content:""}.site-announcements .ea-fa-heart-pulse::before,.site-announcements .ea-fa-heartbeat::before{content:""}.site-announcements .ea-fa-helicopter::before{content:""}.site-announcements .ea-fa-helicopter-symbol::before{content:""}.site-announcements .ea-fa-hard-hat::before,.site-announcements .ea-fa-hat-hard::before,.site-announcements .ea-fa-helmet-safety::before{content:""}.site-announcements .ea-fa-helmet-un::before{content:""}.site-announcements .ea-fa-highlighter::before{content:""}.site-announcements .ea-fa-hill-avalanche::before{content:""}.site-announcements .ea-fa-hill-rockslide::before{content:""}.site-announcements .ea-fa-hippo::before{content:""}.site-announcements .ea-fa-hockey-puck::before{content:""}.site-announcements .ea-fa-holly-berry::before{content:""}.site-announcements .ea-fa-horse::before{content:""}.site-announcements .ea-fa-horse-head::before{content:""}.site-announcements .ea-fa-hospital-alt::before,.site-announcements .ea-fa-hospital-wide::before,.site-announcements .ea-fa-hospital::before{content:""}.site-announcements .ea-fa-hospital-user::before{content:""}.site-announcements .ea-fa-hot-tub-person::before,.site-announcements .ea-fa-hot-tub::before{content:""}.site-announcements .ea-fa-hotdog::before{content:""}.site-announcements .ea-fa-hotel::before{content:""}.site-announcements .ea-fa-hourglass-2::before,.site-announcements .ea-fa-hourglass-half::before,.site-announcements .ea-fa-hourglass::before{content:""}.site-announcements .ea-fa-hourglass-empty::before{content:""}.site-announcements .ea-fa-hourglass-3::before,.site-announcements .ea-fa-hourglass-end::before{content:""}.site-announcements .ea-fa-hourglass-1::before,.site-announcements .ea-fa-hourglass-start::before{content:""}.site-announcements .ea-fa-home-alt::before,.site-announcements .ea-fa-home-lg-alt::before,.site-announcements .ea-fa-home::before,.site-announcements .ea-fa-house::before{content:""}.site-announcements .ea-fa-home-lg::before,.site-announcements .ea-fa-house-chimney::before{content:""}.site-announcements .ea-fa-house-chimney-crack::before,.site-announcements .ea-fa-house-damage::before{content:""}.site-announcements .ea-fa-clinic-medical::before,.site-announcements .ea-fa-house-chimney-medical::before{content:""}.site-announcements .ea-fa-house-chimney-user::before{content:""}.site-announcements .ea-fa-house-chimney-window::before{content:""}.site-announcements .ea-fa-house-circle-check::before{content:""}.site-announcements .ea-fa-house-circle-exclamation::before{content:""}.site-announcements .ea-fa-house-circle-xmark::before{content:""}.site-announcements .ea-fa-house-crack::before{content:""}.site-announcements .ea-fa-house-fire::before{content:""}.site-announcements .ea-fa-house-flag::before{content:""}.site-announcements .ea-fa-house-flood-water::before{content:""}.site-announcements .ea-fa-house-flood-water-circle-arrow-right::before{content:""}.site-announcements .ea-fa-house-laptop::before,.site-announcements .ea-fa-laptop-house::before{content:""}.site-announcements .ea-fa-house-lock::before{content:""}.site-announcements .ea-fa-house-medical::before{content:""}.site-announcements .ea-fa-house-medical-circle-check::before{content:""}.site-announcements .ea-fa-house-medical-circle-exclamation::before{content:""}.site-announcements .ea-fa-house-medical-circle-xmark::before{content:""}.site-announcements .ea-fa-house-medical-flag::before{content:""}.site-announcements .ea-fa-house-signal::before{content:""}.site-announcements .ea-fa-house-tsunami::before{content:""}.site-announcements .ea-fa-home-user::before,.site-announcements .ea-fa-house-user::before{content:""}.site-announcements .ea-fa-hryvnia-sign::before,.site-announcements .ea-fa-hryvnia::before{content:""}.site-announcements .ea-fa-hurricane::before{content:""}.site-announcements .ea-fa-i::before{content:"I"}.site-announcements .ea-fa-i-cursor::before{content:""}.site-announcements .ea-fa-ice-cream::before{content:""}.site-announcements .ea-fa-icicles::before{content:""}.site-announcements .ea-fa-heart-music-camera-bolt::before,.site-announcements .ea-fa-icons::before{content:""}.site-announcements .ea-fa-id-badge::before{content:""}.site-announcements .ea-fa-drivers-license::before,.site-announcements .ea-fa-id-card::before{content:""}.site-announcements .ea-fa-id-card-alt::before,.site-announcements .ea-fa-id-card-clip::before{content:""}.site-announcements .ea-fa-igloo::before{content:""}.site-announcements .ea-fa-image::before{content:""}.site-announcements .ea-fa-image-portrait::before,.site-announcements .ea-fa-portrait::before{content:""}.site-announcements .ea-fa-images::before{content:""}.site-announcements .ea-fa-inbox::before{content:""}.site-announcements .ea-fa-indent::before{content:""}.site-announcements .ea-fa-indian-rupee-sign::before,.site-announcements .ea-fa-indian-rupee::before,.site-announcements .ea-fa-inr::before{content:""}.site-announcements .ea-fa-industry::before{content:""}.site-announcements .ea-fa-infinity::before{content:""}.site-announcements .ea-fa-info::before{content:""}.site-announcements .ea-fa-italic::before{content:""}.site-announcements .ea-fa-j::before{content:"J"}.site-announcements .ea-fa-jar::before{content:""}.site-announcements .ea-fa-jar-wheat::before{content:""}.site-announcements .ea-fa-jedi::before{content:""}.site-announcements .ea-fa-fighter-jet::before,.site-announcements .ea-fa-jet-fighter::before{content:""}.site-announcements .ea-fa-jet-fighter-up::before{content:""}.site-announcements .ea-fa-joint::before{content:""}.site-announcements .ea-fa-jug-detergent::before{content:""}.site-announcements .ea-fa-k::before{content:"K"}.site-announcements .ea-fa-kaaba::before{content:""}.site-announcements .ea-fa-key::before{content:""}.site-announcements .ea-fa-keyboard::before{content:""}.site-announcements .ea-fa-khanda::before{content:""}.site-announcements .ea-fa-kip-sign::before{content:""}.site-announcements .ea-fa-first-aid::before,.site-announcements .ea-fa-kit-medical::before{content:""}.site-announcements .ea-fa-kitchen-set::before{content:""}.site-announcements .ea-fa-kiwi-bird::before{content:""}.site-announcements .ea-fa-l::before{content:"L"}.site-announcements .ea-fa-land-mine-on::before{content:""}.site-announcements .ea-fa-landmark::before{content:""}.site-announcements .ea-fa-landmark-alt::before,.site-announcements .ea-fa-landmark-dome::before{content:""}.site-announcements .ea-fa-landmark-flag::before{content:""}.site-announcements .ea-fa-language::before{content:""}.site-announcements .ea-fa-laptop::before{content:""}.site-announcements .ea-fa-laptop-code::before{content:""}.site-announcements .ea-fa-laptop-file::before{content:""}.site-announcements .ea-fa-laptop-medical::before{content:""}.site-announcements .ea-fa-lari-sign::before{content:""}.site-announcements .ea-fa-layer-group::before{content:""}.site-announcements .ea-fa-leaf::before{content:""}.site-announcements .ea-fa-left-long::before,.site-announcements .ea-fa-long-arrow-alt-left::before{content:""}.site-announcements .ea-fa-arrows-alt-h::before,.site-announcements .ea-fa-left-right::before{content:""}.site-announcements .ea-fa-lemon::before{content:""}.site-announcements .ea-fa-less-than::before{content:"<"}.site-announcements .ea-fa-less-than-equal::before{content:""}.site-announcements .ea-fa-life-ring::before{content:""}.site-announcements .ea-fa-lightbulb::before{content:""}.site-announcements .ea-fa-lines-leaning::before{content:""}.site-announcements .ea-fa-chain::before,.site-announcements .ea-fa-link::before{content:""}.site-announcements .ea-fa-chain-broken::before,.site-announcements .ea-fa-chain-slash::before,.site-announcements .ea-fa-link-slash::before,.site-announcements .ea-fa-unlink::before{content:""}.site-announcements .ea-fa-lira-sign::before{content:""}.site-announcements .ea-fa-list-squares::before,.site-announcements .ea-fa-list::before{content:""}.site-announcements .ea-fa-list-check::before,.site-announcements .ea-fa-tasks::before{content:""}.site-announcements .ea-fa-list-1-2::before,.site-announcements .ea-fa-list-numeric::before,.site-announcements .ea-fa-list-ol::before{content:""}.site-announcements .ea-fa-list-dots::before,.site-announcements .ea-fa-list-ul::before{content:""}.site-announcements .ea-fa-litecoin-sign::before{content:""}.site-announcements .ea-fa-location-arrow::before{content:""}.site-announcements .ea-fa-location-crosshairs::before,.site-announcements .ea-fa-location::before{content:""}.site-announcements .ea-fa-location-dot::before,.site-announcements .ea-fa-map-marker-alt::before{content:""}.site-announcements .ea-fa-location-pin::before,.site-announcements .ea-fa-map-marker::before{content:""}.site-announcements .ea-fa-location-pin-lock::before{content:""}.site-announcements .ea-fa-lock::before{content:""}.site-announcements .ea-fa-lock-open::before{content:""}.site-announcements .ea-fa-locust::before{content:""}.site-announcements .ea-fa-lungs::before{content:""}.site-announcements .ea-fa-lungs-virus::before{content:""}.site-announcements .ea-fa-m::before{content:"M"}.site-announcements .ea-fa-magnet::before{content:""}.site-announcements .ea-fa-magnifying-glass::before,.site-announcements .ea-fa-search::before{content:""}.site-announcements .ea-fa-magnifying-glass-arrow-right::before{content:""}.site-announcements .ea-fa-magnifying-glass-chart::before{content:""}.site-announcements .ea-fa-magnifying-glass-dollar::before,.site-announcements .ea-fa-search-dollar::before{content:""}.site-announcements .ea-fa-magnifying-glass-location::before,.site-announcements .ea-fa-search-location::before{content:""}.site-announcements .ea-fa-magnifying-glass-minus::before,.site-announcements .ea-fa-search-minus::before{content:""}.site-announcements .ea-fa-magnifying-glass-plus::before,.site-announcements .ea-fa-search-plus::before{content:""}.site-announcements .ea-fa-manat-sign::before{content:""}.site-announcements .ea-fa-map::before{content:""}.site-announcements .ea-fa-map-location::before,.site-announcements .ea-fa-map-marked::before{content:""}.site-announcements .ea-fa-map-location-dot::before,.site-announcements .ea-fa-map-marked-alt::before{content:""}.site-announcements .ea-fa-map-pin::before{content:""}.site-announcements .ea-fa-marker::before{content:""}.site-announcements .ea-fa-mars::before{content:""}.site-announcements .ea-fa-mars-and-venus::before{content:""}.site-announcements .ea-fa-mars-and-venus-burst::before{content:""}.site-announcements .ea-fa-mars-double::before{content:""}.site-announcements .ea-fa-mars-stroke::before{content:""}.site-announcements .ea-fa-mars-stroke-h::before,.site-announcements .ea-fa-mars-stroke-right::before{content:""}.site-announcements .ea-fa-mars-stroke-up::before,.site-announcements .ea-fa-mars-stroke-v::before{content:""}.site-announcements .ea-fa-glass-martini-alt::before,.site-announcements .ea-fa-martini-glass::before{content:""}.site-announcements .ea-fa-cocktail::before,.site-announcements .ea-fa-martini-glass-citrus::before{content:""}.site-announcements .ea-fa-glass-martini::before,.site-announcements .ea-fa-martini-glass-empty::before{content:""}.site-announcements .ea-fa-mask::before{content:""}.site-announcements .ea-fa-mask-face::before{content:""}.site-announcements .ea-fa-mask-ventilator::before{content:""}.site-announcements .ea-fa-masks-theater::before,.site-announcements .ea-fa-theater-masks::before{content:""}.site-announcements .ea-fa-mattress-pillow::before{content:""}.site-announcements .ea-fa-expand-arrows-alt::before,.site-announcements .ea-fa-maximize::before{content:""}.site-announcements .ea-fa-medal::before{content:""}.site-announcements .ea-fa-memory::before{content:""}.site-announcements .ea-fa-menorah::before{content:""}.site-announcements .ea-fa-mercury::before{content:""}.site-announcements .ea-fa-comment-alt::before,.site-announcements .ea-fa-message::before{content:""}.site-announcements .ea-fa-meteor::before{content:""}.site-announcements .ea-fa-microchip::before{content:""}.site-announcements .ea-fa-microphone::before{content:""}.site-announcements .ea-fa-microphone-alt::before,.site-announcements .ea-fa-microphone-lines::before{content:""}.site-announcements .ea-fa-microphone-alt-slash::before,.site-announcements .ea-fa-microphone-lines-slash::before{content:""}.site-announcements .ea-fa-microphone-slash::before{content:""}.site-announcements .ea-fa-microscope::before{content:""}.site-announcements .ea-fa-mill-sign::before{content:""}.site-announcements .ea-fa-compress-arrows-alt::before,.site-announcements .ea-fa-minimize::before{content:""}.site-announcements .ea-fa-minus::before,.site-announcements .ea-fa-subtract::before{content:""}.site-announcements .ea-fa-mitten::before{content:""}.site-announcements .ea-fa-mobile-android::before,.site-announcements .ea-fa-mobile-phone::before,.site-announcements .ea-fa-mobile::before{content:""}.site-announcements .ea-fa-mobile-button::before{content:""}.site-announcements .ea-fa-mobile-retro::before{content:""}.site-announcements .ea-fa-mobile-android-alt::before,.site-announcements .ea-fa-mobile-screen::before{content:""}.site-announcements .ea-fa-mobile-alt::before,.site-announcements .ea-fa-mobile-screen-button::before{content:""}.site-announcements .ea-fa-money-bill::before{content:""}.site-announcements .ea-fa-money-bill-1::before,.site-announcements .ea-fa-money-bill-alt::before{content:""}.site-announcements .ea-fa-money-bill-1-wave::before,.site-announcements .ea-fa-money-bill-wave-alt::before{content:""}.site-announcements .ea-fa-money-bill-transfer::before{content:""}.site-announcements .ea-fa-money-bill-trend-up::before{content:""}.site-announcements .ea-fa-money-bill-wave::before{content:""}.site-announcements .ea-fa-money-bill-wheat::before{content:""}.site-announcements .ea-fa-money-bills::before{content:""}.site-announcements .ea-fa-money-check::before{content:""}.site-announcements .ea-fa-money-check-alt::before,.site-announcements .ea-fa-money-check-dollar::before{content:""}.site-announcements .ea-fa-monument::before{content:""}.site-announcements .ea-fa-moon::before{content:""}.site-announcements .ea-fa-mortar-pestle::before{content:""}.site-announcements .ea-fa-mosque::before{content:""}.site-announcements .ea-fa-mosquito::before{content:""}.site-announcements .ea-fa-mosquito-net::before{content:""}.site-announcements .ea-fa-motorcycle::before{content:""}.site-announcements .ea-fa-mound::before{content:""}.site-announcements .ea-fa-mountain::before{content:""}.site-announcements .ea-fa-mountain-city::before{content:""}.site-announcements .ea-fa-mountain-sun::before{content:""}.site-announcements .ea-fa-mug-hot::before{content:""}.site-announcements .ea-fa-coffee::before,.site-announcements .ea-fa-mug-saucer::before{content:""}.site-announcements .ea-fa-music::before{content:""}.site-announcements .ea-fa-n::before{content:"N"}.site-announcements .ea-fa-naira-sign::before{content:""}.site-announcements .ea-fa-network-wired::before{content:""}.site-announcements .ea-fa-neuter::before{content:""}.site-announcements .ea-fa-newspaper::before{content:""}.site-announcements .ea-fa-not-equal::before{content:""}.site-announcements .ea-fa-note-sticky::before,.site-announcements .ea-fa-sticky-note::before{content:""}.site-announcements .ea-fa-notes-medical::before{content:""}.site-announcements .ea-fa-o::before{content:"O"}.site-announcements .ea-fa-object-group::before{content:""}.site-announcements .ea-fa-object-ungroup::before{content:""}.site-announcements .ea-fa-oil-can::before{content:""}.site-announcements .ea-fa-oil-well::before{content:""}.site-announcements .ea-fa-om::before{content:""}.site-announcements .ea-fa-otter::before{content:""}.site-announcements .ea-fa-dedent::before,.site-announcements .ea-fa-outdent::before{content:""}.site-announcements .ea-fa-p::before{content:"P"}.site-announcements .ea-fa-pager::before{content:""}.site-announcements .ea-fa-paint-roller::before{content:""}.site-announcements .ea-fa-paint-brush::before,.site-announcements .ea-fa-paintbrush::before{content:""}.site-announcements .ea-fa-palette::before{content:""}.site-announcements .ea-fa-pallet::before{content:""}.site-announcements .ea-fa-panorama::before{content:""}.site-announcements .ea-fa-paper-plane::before{content:""}.site-announcements .ea-fa-paperclip::before{content:""}.site-announcements .ea-fa-parachute-box::before{content:""}.site-announcements .ea-fa-paragraph::before{content:""}.site-announcements .ea-fa-passport::before{content:""}.site-announcements .ea-fa-file-clipboard::before,.site-announcements .ea-fa-paste::before{content:""}.site-announcements .ea-fa-pause::before{content:""}.site-announcements .ea-fa-paw::before{content:""}.site-announcements .ea-fa-peace::before{content:""}.site-announcements .ea-fa-pen::before{content:""}.site-announcements .ea-fa-pen-alt::before,.site-announcements .ea-fa-pen-clip::before{content:""}.site-announcements .ea-fa-pen-fancy::before{content:""}.site-announcements .ea-fa-pen-nib::before{content:""}.site-announcements .ea-fa-pen-ruler::before,.site-announcements .ea-fa-pencil-ruler::before{content:""}.site-announcements .ea-fa-edit::before,.site-announcements .ea-fa-pen-to-square::before{content:""}.site-announcements .ea-fa-pencil-alt::before,.site-announcements .ea-fa-pencil::before{content:""}.site-announcements .ea-fa-people-arrows-left-right::before,.site-announcements .ea-fa-people-arrows::before{content:""}.site-announcements .ea-fa-people-carry-box::before,.site-announcements .ea-fa-people-carry::before{content:""}.site-announcements .ea-fa-people-group::before{content:""}.site-announcements .ea-fa-people-line::before{content:""}.site-announcements .ea-fa-people-pulling::before{content:""}.site-announcements .ea-fa-people-robbery::before{content:""}.site-announcements .ea-fa-people-roof::before{content:""}.site-announcements .ea-fa-pepper-hot::before{content:""}.site-announcements .ea-fa-percent::before,.site-announcements .ea-fa-percentage::before{content:"%"}.site-announcements .ea-fa-male::before,.site-announcements .ea-fa-person::before{content:""}.site-announcements .ea-fa-person-arrow-down-to-line::before{content:""}.site-announcements .ea-fa-person-arrow-up-from-line::before{content:""}.site-announcements .ea-fa-biking::before,.site-announcements .ea-fa-person-biking::before{content:""}.site-announcements .ea-fa-person-booth::before{content:""}.site-announcements .ea-fa-person-breastfeeding::before{content:""}.site-announcements .ea-fa-person-burst::before{content:""}.site-announcements .ea-fa-person-cane::before{content:""}.site-announcements .ea-fa-person-chalkboard::before{content:""}.site-announcements .ea-fa-person-circle-check::before{content:""}.site-announcements .ea-fa-person-circle-exclamation::before{content:""}.site-announcements .ea-fa-person-circle-minus::before{content:""}.site-announcements .ea-fa-person-circle-plus::before{content:""}.site-announcements .ea-fa-person-circle-question::before{content:""}.site-announcements .ea-fa-person-circle-xmark::before{content:""}.site-announcements .ea-fa-digging::before,.site-announcements .ea-fa-person-digging::before{content:""}.site-announcements .ea-fa-diagnoses::before,.site-announcements .ea-fa-person-dots-from-line::before{content:""}.site-announcements .ea-fa-female::before,.site-announcements .ea-fa-person-dress::before{content:""}.site-announcements .ea-fa-person-dress-burst::before{content:""}.site-announcements .ea-fa-person-drowning::before{content:""}.site-announcements .ea-fa-person-falling::before{content:""}.site-announcements .ea-fa-person-falling-burst::before{content:""}.site-announcements .ea-fa-person-half-dress::before{content:""}.site-announcements .ea-fa-person-harassing::before{content:""}.site-announcements .ea-fa-hiking::before,.site-announcements .ea-fa-person-hiking::before{content:""}.site-announcements .ea-fa-person-military-pointing::before{content:""}.site-announcements .ea-fa-person-military-rifle::before{content:""}.site-announcements .ea-fa-person-military-to-person::before{content:""}.site-announcements .ea-fa-person-praying::before,.site-announcements .ea-fa-pray::before{content:""}.site-announcements .ea-fa-person-pregnant::before{content:""}.site-announcements .ea-fa-person-rays::before{content:""}.site-announcements .ea-fa-person-rifle::before{content:""}.site-announcements .ea-fa-person-running::before,.site-announcements .ea-fa-running::before{content:""}.site-announcements .ea-fa-person-shelter::before{content:""}.site-announcements .ea-fa-person-skating::before,.site-announcements .ea-fa-skating::before{content:""}.site-announcements .ea-fa-person-skiing::before,.site-announcements .ea-fa-skiing::before{content:""}.site-announcements .ea-fa-person-skiing-nordic::before,.site-announcements .ea-fa-skiing-nordic::before{content:""}.site-announcements .ea-fa-person-snowboarding::before,.site-announcements .ea-fa-snowboarding::before{content:""}.site-announcements .ea-fa-person-swimming::before,.site-announcements .ea-fa-swimmer::before{content:""}.site-announcements .ea-fa-person-through-window::before{content:""}.site-announcements .ea-fa-person-walking::before,.site-announcements .ea-fa-walking::before{content:""}.site-announcements .ea-fa-person-walking-arrow-loop-left::before{content:""}.site-announcements .ea-fa-person-walking-arrow-right::before{content:""}.site-announcements .ea-fa-person-walking-dashed-line-arrow-right::before{content:""}.site-announcements .ea-fa-person-walking-luggage::before{content:""}.site-announcements .ea-fa-blind::before,.site-announcements .ea-fa-person-walking-with-cane::before{content:""}.site-announcements .ea-fa-peseta-sign::before{content:""}.site-announcements .ea-fa-peso-sign::before{content:""}.site-announcements .ea-fa-phone::before{content:""}.site-announcements .ea-fa-phone-alt::before,.site-announcements .ea-fa-phone-flip::before{content:""}.site-announcements .ea-fa-phone-slash::before{content:""}.site-announcements .ea-fa-phone-volume::before,.site-announcements .ea-fa-volume-control-phone::before{content:""}.site-announcements .ea-fa-photo-film::before,.site-announcements .ea-fa-photo-video::before{content:""}.site-announcements .ea-fa-piggy-bank::before{content:""}.site-announcements .ea-fa-pills::before{content:""}.site-announcements .ea-fa-pizza-slice::before{content:""}.site-announcements .ea-fa-place-of-worship::before{content:""}.site-announcements .ea-fa-plane::before{content:""}.site-announcements .ea-fa-plane-arrival::before{content:""}.site-announcements .ea-fa-plane-circle-check::before{content:""}.site-announcements .ea-fa-plane-circle-exclamation::before{content:""}.site-announcements .ea-fa-plane-circle-xmark::before{content:""}.site-announcements .ea-fa-plane-departure::before{content:""}.site-announcements .ea-fa-plane-lock::before{content:""}.site-announcements .ea-fa-plane-slash::before{content:""}.site-announcements .ea-fa-plane-up::before{content:""}.site-announcements .ea-fa-plant-wilt::before{content:""}.site-announcements .ea-fa-plate-wheat::before{content:""}.site-announcements .ea-fa-play::before{content:""}.site-announcements .ea-fa-plug::before{content:""}.site-announcements .ea-fa-plug-circle-bolt::before{content:""}.site-announcements .ea-fa-plug-circle-check::before{content:""}.site-announcements .ea-fa-plug-circle-exclamation::before{content:""}.site-announcements .ea-fa-plug-circle-minus::before{content:""}.site-announcements .ea-fa-plug-circle-plus::before{content:""}.site-announcements .ea-fa-plug-circle-xmark::before{content:""}.site-announcements .ea-fa-add::before,.site-announcements .ea-fa-plus::before{content:"+"}.site-announcements .ea-fa-plus-minus::before{content:""}.site-announcements .ea-fa-podcast::before{content:""}.site-announcements .ea-fa-poo::before{content:""}.site-announcements .ea-fa-poo-bolt::before,.site-announcements .ea-fa-poo-storm::before{content:""}.site-announcements .ea-fa-poop::before{content:""}.site-announcements .ea-fa-power-off::before{content:""}.site-announcements .ea-fa-prescription::before{content:""}.site-announcements .ea-fa-prescription-bottle::before{content:""}.site-announcements .ea-fa-prescription-bottle-alt::before,.site-announcements .ea-fa-prescription-bottle-medical::before{content:""}.site-announcements .ea-fa-print::before{content:""}.site-announcements .ea-fa-pump-medical::before{content:""}.site-announcements .ea-fa-pump-soap::before{content:""}.site-announcements .ea-fa-puzzle-piece::before{content:""}.site-announcements .ea-fa-q::before{content:"Q"}.site-announcements .ea-fa-qrcode::before{content:""}.site-announcements .ea-fa-question::before{content:"?"}.site-announcements .ea-fa-quote-left-alt::before,.site-announcements .ea-fa-quote-left::before{content:""}.site-announcements .ea-fa-quote-right-alt::before,.site-announcements .ea-fa-quote-right::before{content:""}.site-announcements .ea-fa-r::before{content:"R"}.site-announcements .ea-fa-radiation::before{content:""}.site-announcements .ea-fa-radio::before{content:""}.site-announcements .ea-fa-rainbow::before{content:""}.site-announcements .ea-fa-ranking-star::before{content:""}.site-announcements .ea-fa-receipt::before{content:""}.site-announcements .ea-fa-record-vinyl::before{content:""}.site-announcements .ea-fa-ad::before,.site-announcements .ea-fa-rectangle-ad::before{content:""}.site-announcements .ea-fa-list-alt::before,.site-announcements .ea-fa-rectangle-list::before{content:""}.site-announcements .ea-fa-rectangle-times::before,.site-announcements .ea-fa-rectangle-xmark::before,.site-announcements .ea-fa-times-rectangle::before,.site-announcements .ea-fa-window-close::before{content:""}.site-announcements .ea-fa-recycle::before{content:""}.site-announcements .ea-fa-registered::before{content:""}.site-announcements .ea-fa-repeat::before{content:""}.site-announcements .ea-fa-mail-reply::before,.site-announcements .ea-fa-reply::before{content:""}.site-announcements .ea-fa-mail-reply-all::before,.site-announcements .ea-fa-reply-all::before{content:""}.site-announcements .ea-fa-republican::before{content:""}.site-announcements .ea-fa-restroom::before{content:""}.site-announcements .ea-fa-retweet::before{content:""}.site-announcements .ea-fa-ribbon::before{content:""}.site-announcements .ea-fa-right-from-bracket::before,.site-announcements .ea-fa-sign-out-alt::before{content:""}.site-announcements .ea-fa-exchange-alt::before,.site-announcements .ea-fa-right-left::before{content:""}.site-announcements .ea-fa-long-arrow-alt-right::before,.site-announcements .ea-fa-right-long::before{content:""}.site-announcements .ea-fa-right-to-bracket::before,.site-announcements .ea-fa-sign-in-alt::before{content:""}.site-announcements .ea-fa-ring::before{content:""}.site-announcements .ea-fa-road::before{content:""}.site-announcements .ea-fa-road-barrier::before{content:""}.site-announcements .ea-fa-road-bridge::before{content:""}.site-announcements .ea-fa-road-circle-check::before{content:""}.site-announcements .ea-fa-road-circle-exclamation::before{content:""}.site-announcements .ea-fa-road-circle-xmark::before{content:""}.site-announcements .ea-fa-road-lock::before{content:""}.site-announcements .ea-fa-road-spikes::before{content:""}.site-announcements .ea-fa-robot::before{content:""}.site-announcements .ea-fa-rocket::before{content:""}.site-announcements .ea-fa-rotate::before,.site-announcements .ea-fa-sync-alt::before{content:""}.site-announcements .ea-fa-rotate-back::before,.site-announcements .ea-fa-rotate-backward::before,.site-announcements .ea-fa-rotate-left::before,.site-announcements .ea-fa-undo-alt::before{content:""}.site-announcements .ea-fa-redo-alt::before,.site-announcements .ea-fa-rotate-forward::before,.site-announcements .ea-fa-rotate-right::before{content:""}.site-announcements .ea-fa-route::before{content:""}.site-announcements .ea-fa-feed::before,.site-announcements .ea-fa-rss::before{content:""}.site-announcements .ea-fa-rouble::before,.site-announcements .ea-fa-rub::before,.site-announcements .ea-fa-ruble-sign::before,.site-announcements .ea-fa-ruble::before{content:""}.site-announcements .ea-fa-rug::before{content:""}.site-announcements .ea-fa-ruler::before{content:""}.site-announcements .ea-fa-ruler-combined::before{content:""}.site-announcements .ea-fa-ruler-horizontal::before{content:""}.site-announcements .ea-fa-ruler-vertical::before{content:""}.site-announcements .ea-fa-rupee-sign::before,.site-announcements .ea-fa-rupee::before{content:""}.site-announcements .ea-fa-rupiah-sign::before{content:""}.site-announcements .ea-fa-s::before{content:"S"}.site-announcements .ea-fa-sack-dollar::before{content:""}.site-announcements .ea-fa-sack-xmark::before{content:""}.site-announcements .ea-fa-sailboat::before{content:""}.site-announcements .ea-fa-satellite::before{content:""}.site-announcements .ea-fa-satellite-dish::before{content:""}.site-announcements .ea-fa-balance-scale::before,.site-announcements .ea-fa-scale-balanced::before{content:""}.site-announcements .ea-fa-balance-scale-left::before,.site-announcements .ea-fa-scale-unbalanced::before{content:""}.site-announcements .ea-fa-balance-scale-right::before,.site-announcements .ea-fa-scale-unbalanced-flip::before{content:""}.site-announcements .ea-fa-school::before{content:""}.site-announcements .ea-fa-school-circle-check::before{content:""}.site-announcements .ea-fa-school-circle-exclamation::before{content:""}.site-announcements .ea-fa-school-circle-xmark::before{content:""}.site-announcements .ea-fa-school-flag::before{content:""}.site-announcements .ea-fa-school-lock::before{content:""}.site-announcements .ea-fa-cut::before,.site-announcements .ea-fa-scissors::before{content:""}.site-announcements .ea-fa-screwdriver::before{content:""}.site-announcements .ea-fa-screwdriver-wrench::before,.site-announcements .ea-fa-tools::before{content:""}.site-announcements .ea-fa-scroll::before{content:""}.site-announcements .ea-fa-scroll-torah::before,.site-announcements .ea-fa-torah::before{content:""}.site-announcements .ea-fa-sd-card::before{content:""}.site-announcements .ea-fa-section::before{content:""}.site-announcements .ea-fa-seedling::before,.site-announcements .ea-fa-sprout::before{content:""}.site-announcements .ea-fa-server::before{content:""}.site-announcements .ea-fa-shapes::before,.site-announcements .ea-fa-triangle-circle-square::before{content:""}.site-announcements .ea-fa-arrow-turn-right::before,.site-announcements .ea-fa-mail-forward::before,.site-announcements .ea-fa-share::before{content:""}.site-announcements .ea-fa-share-from-square::before,.site-announcements .ea-fa-share-square::before{content:""}.site-announcements .ea-fa-share-alt::before,.site-announcements .ea-fa-share-nodes::before{content:""}.site-announcements .ea-fa-sheet-plastic::before{content:""}.site-announcements .ea-fa-ils::before,.site-announcements .ea-fa-shekel-sign::before,.site-announcements .ea-fa-shekel::before,.site-announcements .ea-fa-sheqel-sign::before,.site-announcements .ea-fa-sheqel::before{content:""}.site-announcements .ea-fa-shield-blank::before,.site-announcements .ea-fa-shield::before{content:""}.site-announcements .ea-fa-shield-cat::before{content:""}.site-announcements .ea-fa-shield-dog::before{content:""}.site-announcements .ea-fa-shield-alt::before,.site-announcements .ea-fa-shield-halved::before{content:""}.site-announcements .ea-fa-shield-heart::before{content:""}.site-announcements .ea-fa-shield-virus::before{content:""}.site-announcements .ea-fa-ship::before{content:""}.site-announcements .ea-fa-shirt::before,.site-announcements .ea-fa-t-shirt::before,.site-announcements .ea-fa-tshirt::before{content:""}.site-announcements .ea-fa-shoe-prints::before{content:""}.site-announcements .ea-fa-shop::before,.site-announcements .ea-fa-store-alt::before{content:""}.site-announcements .ea-fa-shop-lock::before{content:""}.site-announcements .ea-fa-shop-slash::before,.site-announcements .ea-fa-store-alt-slash::before{content:""}.site-announcements .ea-fa-shower::before{content:""}.site-announcements .ea-fa-shrimp::before{content:""}.site-announcements .ea-fa-random::before,.site-announcements .ea-fa-shuffle::before{content:""}.site-announcements .ea-fa-shuttle-space::before,.site-announcements .ea-fa-space-shuttle::before{content:""}.site-announcements .ea-fa-sign-hanging::before,.site-announcements .ea-fa-sign::before{content:""}.site-announcements .ea-fa-signal-5::before,.site-announcements .ea-fa-signal-perfect::before,.site-announcements .ea-fa-signal::before{content:""}.site-announcements .ea-fa-signature::before{content:""}.site-announcements .ea-fa-map-signs::before,.site-announcements .ea-fa-signs-post::before{content:""}.site-announcements .ea-fa-sim-card::before{content:""}.site-announcements .ea-fa-sink::before{content:""}.site-announcements .ea-fa-sitemap::before{content:""}.site-announcements .ea-fa-skull::before{content:""}.site-announcements .ea-fa-skull-crossbones::before{content:""}.site-announcements .ea-fa-slash::before{content:""}.site-announcements .ea-fa-sleigh::before{content:""}.site-announcements .ea-fa-sliders-h::before,.site-announcements .ea-fa-sliders::before{content:""}.site-announcements .ea-fa-smog::before{content:""}.site-announcements .ea-fa-smoking::before{content:""}.site-announcements .ea-fa-snowflake::before{content:""}.site-announcements .ea-fa-snowman::before{content:""}.site-announcements .ea-fa-snowplow::before{content:""}.site-announcements .ea-fa-soap::before{content:""}.site-announcements .ea-fa-socks::before{content:""}.site-announcements .ea-fa-solar-panel::before{content:""}.site-announcements .ea-fa-sort::before,.site-announcements .ea-fa-unsorted::before{content:""}.site-announcements .ea-fa-sort-desc::before,.site-announcements .ea-fa-sort-down::before{content:""}.site-announcements .ea-fa-sort-asc::before,.site-announcements .ea-fa-sort-up::before{content:""}.site-announcements .ea-fa-spa::before{content:""}.site-announcements .ea-fa-pastafarianism::before,.site-announcements .ea-fa-spaghetti-monster-flying::before{content:""}.site-announcements .ea-fa-spell-check::before{content:""}.site-announcements .ea-fa-spider::before{content:""}.site-announcements .ea-fa-spinner::before{content:""}.site-announcements .ea-fa-splotch::before{content:""}.site-announcements .ea-fa-spoon::before,.site-announcements .ea-fa-utensil-spoon::before{content:""}.site-announcements .ea-fa-spray-can::before{content:""}.site-announcements .ea-fa-air-freshener::before,.site-announcements .ea-fa-spray-can-sparkles::before{content:""}.site-announcements .ea-fa-square::before{content:""}.site-announcements .ea-fa-external-link-square::before,.site-announcements .ea-fa-square-arrow-up-right::before{content:""}.site-announcements .ea-fa-caret-square-down::before,.site-announcements .ea-fa-square-caret-down::before{content:""}.site-announcements .ea-fa-caret-square-left::before,.site-announcements .ea-fa-square-caret-left::before{content:""}.site-announcements .ea-fa-caret-square-right::before,.site-announcements .ea-fa-square-caret-right::before{content:""}.site-announcements .ea-fa-caret-square-up::before,.site-announcements .ea-fa-square-caret-up::before{content:""}.site-announcements .ea-fa-check-square::before,.site-announcements .ea-fa-square-check::before{content:""}.site-announcements .ea-fa-envelope-square::before,.site-announcements .ea-fa-square-envelope::before{content:""}.site-announcements .ea-fa-square-full::before{content:""}.site-announcements .ea-fa-h-square::before,.site-announcements .ea-fa-square-h::before{content:""}.site-announcements .ea-fa-minus-square::before,.site-announcements .ea-fa-square-minus::before{content:""}.site-announcements .ea-fa-square-nfi::before{content:""}.site-announcements .ea-fa-parking::before,.site-announcements .ea-fa-square-parking::before{content:""}.site-announcements .ea-fa-pen-square::before,.site-announcements .ea-fa-pencil-square::before,.site-announcements .ea-fa-square-pen::before{content:""}.site-announcements .ea-fa-square-person-confined::before{content:""}.site-announcements .ea-fa-phone-square::before,.site-announcements .ea-fa-square-phone::before{content:""}.site-announcements .ea-fa-phone-square-alt::before,.site-announcements .ea-fa-square-phone-flip::before{content:""}.site-announcements .ea-fa-plus-square::before,.site-announcements .ea-fa-square-plus::before{content:""}.site-announcements .ea-fa-poll-h::before,.site-announcements .ea-fa-square-poll-horizontal::before{content:""}.site-announcements .ea-fa-poll::before,.site-announcements .ea-fa-square-poll-vertical::before{content:""}.site-announcements .ea-fa-square-root-alt::before,.site-announcements .ea-fa-square-root-variable::before{content:""}.site-announcements .ea-fa-rss-square::before,.site-announcements .ea-fa-square-rss::before{content:""}.site-announcements .ea-fa-share-alt-square::before,.site-announcements .ea-fa-square-share-nodes::before{content:""}.site-announcements .ea-fa-external-link-square-alt::before,.site-announcements .ea-fa-square-up-right::before{content:""}.site-announcements .ea-fa-square-virus::before{content:""}.site-announcements .ea-fa-square-xmark::before,.site-announcements .ea-fa-times-square::before,.site-announcements .ea-fa-xmark-square::before{content:""}.site-announcements .ea-fa-rod-asclepius::before,.site-announcements .ea-fa-rod-snake::before,.site-announcements .ea-fa-staff-aesculapius::before,.site-announcements .ea-fa-staff-snake::before{content:""}.site-announcements .ea-fa-stairs::before{content:""}.site-announcements .ea-fa-stamp::before{content:""}.site-announcements .ea-fa-star::before{content:""}.site-announcements .ea-fa-star-and-crescent::before{content:""}.site-announcements .ea-fa-star-half::before{content:""}.site-announcements .ea-fa-star-half-alt::before,.site-announcements .ea-fa-star-half-stroke::before{content:""}.site-announcements .ea-fa-star-of-david::before{content:""}.site-announcements .ea-fa-star-of-life::before{content:""}.site-announcements .ea-fa-gbp::before,.site-announcements .ea-fa-pound-sign::before,.site-announcements .ea-fa-sterling-sign::before{content:""}.site-announcements .ea-fa-stethoscope::before{content:""}.site-announcements .ea-fa-stop::before{content:""}.site-announcements .ea-fa-stopwatch::before{content:""}.site-announcements .ea-fa-stopwatch-20::before{content:""}.site-announcements .ea-fa-store::before{content:""}.site-announcements .ea-fa-store-slash::before{content:""}.site-announcements .ea-fa-street-view::before{content:""}.site-announcements .ea-fa-strikethrough::before{content:""}.site-announcements .ea-fa-stroopwafel::before{content:""}.site-announcements .ea-fa-subscript::before{content:""}.site-announcements .ea-fa-suitcase::before{content:""}.site-announcements .ea-fa-medkit::before,.site-announcements .ea-fa-suitcase-medical::before{content:""}.site-announcements .ea-fa-suitcase-rolling::before{content:""}.site-announcements .ea-fa-sun::before{content:""}.site-announcements .ea-fa-sun-plant-wilt::before{content:""}.site-announcements .ea-fa-superscript::before{content:""}.site-announcements .ea-fa-swatchbook::before{content:""}.site-announcements .ea-fa-synagogue::before{content:""}.site-announcements .ea-fa-syringe::before{content:""}.site-announcements .ea-fa-t::before{content:"T"}.site-announcements .ea-fa-table::before{content:""}.site-announcements .ea-fa-table-cells::before,.site-announcements .ea-fa-th::before{content:""}.site-announcements .ea-fa-table-cells-large::before,.site-announcements .ea-fa-th-large::before{content:""}.site-announcements .ea-fa-columns::before,.site-announcements .ea-fa-table-columns::before{content:""}.site-announcements .ea-fa-table-list::before,.site-announcements .ea-fa-th-list::before{content:""}.site-announcements .ea-fa-ping-pong-paddle-ball::before,.site-announcements .ea-fa-table-tennis-paddle-ball::before,.site-announcements .ea-fa-table-tennis::before{content:""}.site-announcements .ea-fa-tablet-android::before,.site-announcements .ea-fa-tablet::before{content:""}.site-announcements .ea-fa-tablet-button::before{content:""}.site-announcements .ea-fa-tablet-alt::before,.site-announcements .ea-fa-tablet-screen-button::before{content:""}.site-announcements .ea-fa-tablets::before{content:""}.site-announcements .ea-fa-digital-tachograph::before,.site-announcements .ea-fa-tachograph-digital::before{content:""}.site-announcements .ea-fa-tag::before{content:""}.site-announcements .ea-fa-tags::before{content:""}.site-announcements .ea-fa-tape::before{content:""}.site-announcements .ea-fa-tarp::before{content:""}.site-announcements .ea-fa-tarp-droplet::before{content:""}.site-announcements .ea-fa-cab::before,.site-announcements .ea-fa-taxi::before{content:""}.site-announcements .ea-fa-teeth::before{content:""}.site-announcements .ea-fa-teeth-open::before{content:""}.site-announcements .ea-fa-temperature-arrow-down::before,.site-announcements .ea-fa-temperature-down::before{content:""}.site-announcements .ea-fa-temperature-arrow-up::before,.site-announcements .ea-fa-temperature-up::before{content:""}.site-announcements .ea-fa-temperature-0::before,.site-announcements .ea-fa-temperature-empty::before,.site-announcements .ea-fa-thermometer-0::before,.site-announcements .ea-fa-thermometer-empty::before{content:""}.site-announcements .ea-fa-temperature-4::before,.site-announcements .ea-fa-temperature-full::before,.site-announcements .ea-fa-thermometer-4::before,.site-announcements .ea-fa-thermometer-full::before{content:""}.site-announcements .ea-fa-temperature-2::before,.site-announcements .ea-fa-temperature-half::before,.site-announcements .ea-fa-thermometer-2::before,.site-announcements .ea-fa-thermometer-half::before{content:""}.site-announcements .ea-fa-temperature-high::before{content:""}.site-announcements .ea-fa-temperature-low::before{content:""}.site-announcements .ea-fa-temperature-1::before,.site-announcements .ea-fa-temperature-quarter::before,.site-announcements .ea-fa-thermometer-1::before,.site-announcements .ea-fa-thermometer-quarter::before{content:""}.site-announcements .ea-fa-temperature-3::before,.site-announcements .ea-fa-temperature-three-quarters::before,.site-announcements .ea-fa-thermometer-3::before,.site-announcements .ea-fa-thermometer-three-quarters::before{content:""}.site-announcements .ea-fa-tenge-sign::before,.site-announcements .ea-fa-tenge::before{content:""}.site-announcements .ea-fa-tent::before{content:""}.site-announcements .ea-fa-tent-arrow-down-to-line::before{content:""}.site-announcements .ea-fa-tent-arrow-left-right::before{content:""}.site-announcements .ea-fa-tent-arrow-turn-left::before{content:""}.site-announcements .ea-fa-tent-arrows-down::before{content:""}.site-announcements .ea-fa-tents::before{content:""}.site-announcements .ea-fa-terminal::before{content:""}.site-announcements .ea-fa-text-height::before{content:""}.site-announcements .ea-fa-remove-format::before,.site-announcements .ea-fa-text-slash::before{content:""}.site-announcements .ea-fa-text-width::before{content:""}.site-announcements .ea-fa-thermometer::before{content:""}.site-announcements .ea-fa-thumbs-down::before{content:""}.site-announcements .ea-fa-thumbs-up::before{content:""}.site-announcements .ea-fa-thumb-tack::before,.site-announcements .ea-fa-thumbtack::before{content:""}.site-announcements .ea-fa-ticket::before{content:""}.site-announcements .ea-fa-ticket-alt::before,.site-announcements .ea-fa-ticket-simple::before{content:""}.site-announcements .ea-fa-timeline::before{content:""}.site-announcements .ea-fa-toggle-off::before{content:""}.site-announcements .ea-fa-toggle-on::before{content:""}.site-announcements .ea-fa-toilet::before{content:""}.site-announcements .ea-fa-toilet-paper::before{content:""}.site-announcements .ea-fa-toilet-paper-slash::before{content:""}.site-announcements .ea-fa-toilet-portable::before{content:""}.site-announcements .ea-fa-toilets-portable::before{content:""}.site-announcements .ea-fa-toolbox::before{content:""}.site-announcements .ea-fa-tooth::before{content:""}.site-announcements .ea-fa-torii-gate::before{content:""}.site-announcements .ea-fa-tornado::before{content:""}.site-announcements .ea-fa-broadcast-tower::before,.site-announcements .ea-fa-tower-broadcast::before{content:""}.site-announcements .ea-fa-tower-cell::before{content:""}.site-announcements .ea-fa-tower-observation::before{content:""}.site-announcements .ea-fa-tractor::before{content:""}.site-announcements .ea-fa-trademark::before{content:""}.site-announcements .ea-fa-traffic-light::before{content:""}.site-announcements .ea-fa-trailer::before{content:""}.site-announcements .ea-fa-train::before{content:""}.site-announcements .ea-fa-subway::before,.site-announcements .ea-fa-train-subway::before{content:""}.site-announcements .ea-fa-train-tram::before,.site-announcements .ea-fa-tram::before{content:""}.site-announcements .ea-fa-transgender-alt::before,.site-announcements .ea-fa-transgender::before{content:""}.site-announcements .ea-fa-trash::before{content:""}.site-announcements .ea-fa-trash-arrow-up::before,.site-announcements .ea-fa-trash-restore::before{content:""}.site-announcements .ea-fa-trash-alt::before,.site-announcements .ea-fa-trash-can::before{content:""}.site-announcements .ea-fa-trash-can-arrow-up::before,.site-announcements .ea-fa-trash-restore-alt::before{content:""}.site-announcements .ea-fa-tree::before{content:""}.site-announcements .ea-fa-tree-city::before{content:""}.site-announcements .ea-fa-exclamation-triangle::before,.site-announcements .ea-fa-triangle-exclamation::before,.site-announcements .ea-fa-warning::before{content:""}.site-announcements .ea-fa-trophy::before{content:""}.site-announcements .ea-fa-trowel::before{content:""}.site-announcements .ea-fa-trowel-bricks::before{content:""}.site-announcements .ea-fa-truck::before{content:""}.site-announcements .ea-fa-truck-arrow-right::before{content:""}.site-announcements .ea-fa-truck-droplet::before{content:""}.site-announcements .ea-fa-shipping-fast::before,.site-announcements .ea-fa-truck-fast::before{content:""}.site-announcements .ea-fa-truck-field::before{content:""}.site-announcements .ea-fa-truck-field-un::before{content:""}.site-announcements .ea-fa-truck-front::before{content:""}.site-announcements .ea-fa-ambulance::before,.site-announcements .ea-fa-truck-medical::before{content:""}.site-announcements .ea-fa-truck-monster::before{content:""}.site-announcements .ea-fa-truck-moving::before{content:""}.site-announcements .ea-fa-truck-pickup::before{content:""}.site-announcements .ea-fa-truck-plane::before{content:""}.site-announcements .ea-fa-truck-loading::before,.site-announcements .ea-fa-truck-ramp-box::before{content:""}.site-announcements .ea-fa-teletype::before,.site-announcements .ea-fa-tty::before{content:""}.site-announcements .ea-fa-try::before,.site-announcements .ea-fa-turkish-lira-sign::before,.site-announcements .ea-fa-turkish-lira::before{content:""}.site-announcements .ea-fa-level-down-alt::before,.site-announcements .ea-fa-turn-down::before{content:""}.site-announcements .ea-fa-level-up-alt::before,.site-announcements .ea-fa-turn-up::before{content:""}.site-announcements .ea-fa-television::before,.site-announcements .ea-fa-tv-alt::before,.site-announcements .ea-fa-tv::before{content:""}.site-announcements .ea-fa-u::before{content:"U"}.site-announcements .ea-fa-umbrella::before{content:""}.site-announcements .ea-fa-umbrella-beach::before{content:""}.site-announcements .ea-fa-underline::before{content:""}.site-announcements .ea-fa-universal-access::before{content:""}.site-announcements .ea-fa-unlock::before{content:""}.site-announcements .ea-fa-unlock-alt::before,.site-announcements .ea-fa-unlock-keyhole::before{content:""}.site-announcements .ea-fa-arrows-alt-v::before,.site-announcements .ea-fa-up-down::before{content:""}.site-announcements .ea-fa-arrows-alt::before,.site-announcements .ea-fa-up-down-left-right::before{content:""}.site-announcements .ea-fa-long-arrow-alt-up::before,.site-announcements .ea-fa-up-long::before{content:""}.site-announcements .ea-fa-expand-alt::before,.site-announcements .ea-fa-up-right-and-down-left-from-center::before{content:""}.site-announcements .ea-fa-external-link-alt::before,.site-announcements .ea-fa-up-right-from-square::before{content:""}.site-announcements .ea-fa-upload::before{content:""}.site-announcements .ea-fa-user::before{content:""}.site-announcements .ea-fa-user-astronaut::before{content:""}.site-announcements .ea-fa-user-check::before{content:""}.site-announcements .ea-fa-user-clock::before{content:""}.site-announcements .ea-fa-user-doctor::before,.site-announcements .ea-fa-user-md::before{content:""}.site-announcements .ea-fa-user-cog::before,.site-announcements .ea-fa-user-gear::before{content:""}.site-announcements .ea-fa-user-graduate::before{content:""}.site-announcements .ea-fa-user-friends::before,.site-announcements .ea-fa-user-group::before{content:""}.site-announcements .ea-fa-user-injured::before{content:""}.site-announcements .ea-fa-user-alt::before,.site-announcements .ea-fa-user-large::before{content:""}.site-announcements .ea-fa-user-alt-slash::before,.site-announcements .ea-fa-user-large-slash::before{content:""}.site-announcements .ea-fa-user-lock::before{content:""}.site-announcements .ea-fa-user-minus::before{content:""}.site-announcements .ea-fa-user-ninja::before{content:""}.site-announcements .ea-fa-user-nurse::before{content:""}.site-announcements .ea-fa-user-edit::before,.site-announcements .ea-fa-user-pen::before{content:""}.site-announcements .ea-fa-user-plus::before{content:""}.site-announcements .ea-fa-user-secret::before{content:""}.site-announcements .ea-fa-user-shield::before{content:""}.site-announcements .ea-fa-user-slash::before{content:""}.site-announcements .ea-fa-user-tag::before{content:""}.site-announcements .ea-fa-user-tie::before{content:""}.site-announcements .ea-fa-user-times::before,.site-announcements .ea-fa-user-xmark::before{content:""}.site-announcements .ea-fa-users::before{content:""}.site-announcements .ea-fa-users-between-lines::before{content:""}.site-announcements .ea-fa-users-cog::before,.site-announcements .ea-fa-users-gear::before{content:""}.site-announcements .ea-fa-users-line::before{content:""}.site-announcements .ea-fa-users-rays::before{content:""}.site-announcements .ea-fa-users-rectangle::before{content:""}.site-announcements .ea-fa-users-slash::before{content:""}.site-announcements .ea-fa-users-viewfinder::before{content:""}.site-announcements .ea-fa-cutlery::before,.site-announcements .ea-fa-utensils::before{content:""}.site-announcements .ea-fa-v::before{content:"V"}.site-announcements .ea-fa-shuttle-van::before,.site-announcements .ea-fa-van-shuttle::before{content:""}.site-announcements .ea-fa-vault::before{content:""}.site-announcements .ea-fa-vector-square::before{content:""}.site-announcements .ea-fa-venus::before{content:""}.site-announcements .ea-fa-venus-double::before{content:""}.site-announcements .ea-fa-venus-mars::before{content:""}.site-announcements .ea-fa-vest::before{content:""}.site-announcements .ea-fa-vest-patches::before{content:""}.site-announcements .ea-fa-vial::before{content:""}.site-announcements .ea-fa-vial-circle-check::before{content:""}.site-announcements .ea-fa-vial-virus::before{content:""}.site-announcements .ea-fa-vials::before{content:""}.site-announcements .ea-fa-video-camera::before,.site-announcements .ea-fa-video::before{content:""}.site-announcements .ea-fa-video-slash::before{content:""}.site-announcements .ea-fa-vihara::before{content:""}.site-announcements .ea-fa-virus::before{content:""}.site-announcements .ea-fa-virus-covid::before{content:""}.site-announcements .ea-fa-virus-covid-slash::before{content:""}.site-announcements .ea-fa-virus-slash::before{content:""}.site-announcements .ea-fa-viruses::before{content:""}.site-announcements .ea-fa-voicemail::before{content:""}.site-announcements .ea-fa-volcano::before{content:""}.site-announcements .ea-fa-volleyball-ball::before,.site-announcements .ea-fa-volleyball::before{content:""}.site-announcements .ea-fa-volume-high::before,.site-announcements .ea-fa-volume-up::before{content:""}.site-announcements .ea-fa-volume-down::before,.site-announcements .ea-fa-volume-low::before{content:""}.site-announcements .ea-fa-volume-off::before{content:""}.site-announcements .ea-fa-volume-mute::before,.site-announcements .ea-fa-volume-times::before,.site-announcements .ea-fa-volume-xmark::before{content:""}.site-announcements .ea-fa-vr-cardboard::before{content:""}.site-announcements .ea-fa-w::before{content:"W"}.site-announcements .ea-fa-walkie-talkie::before{content:""}.site-announcements .ea-fa-wallet::before{content:""}.site-announcements .ea-fa-magic::before,.site-announcements .ea-fa-wand-magic::before{content:""}.site-announcements .ea-fa-magic-wand-sparkles::before,.site-announcements .ea-fa-wand-magic-sparkles::before{content:""}.site-announcements .ea-fa-wand-sparkles::before{content:""}.site-announcements .ea-fa-warehouse::before{content:""}.site-announcements .ea-fa-water::before{content:""}.site-announcements .ea-fa-ladder-water::before,.site-announcements .ea-fa-swimming-pool::before,.site-announcements .ea-fa-water-ladder::before{content:""}.site-announcements .ea-fa-wave-square::before{content:""}.site-announcements .ea-fa-weight-hanging::before{content:""}.site-announcements .ea-fa-weight-scale::before,.site-announcements .ea-fa-weight::before{content:""}.site-announcements .ea-fa-wheat-alt::before,.site-announcements .ea-fa-wheat-awn::before{content:""}.site-announcements .ea-fa-wheat-awn-circle-exclamation::before{content:""}.site-announcements .ea-fa-wheelchair::before{content:""}.site-announcements .ea-fa-wheelchair-alt::before,.site-announcements .ea-fa-wheelchair-move::before{content:""}.site-announcements .ea-fa-glass-whiskey::before,.site-announcements .ea-fa-whiskey-glass::before{content:""}.site-announcements .ea-fa-wifi-3::before,.site-announcements .ea-fa-wifi-strong::before,.site-announcements .ea-fa-wifi::before{content:""}.site-announcements .ea-fa-wind::before{content:""}.site-announcements .ea-fa-window-maximize::before{content:""}.site-announcements .ea-fa-window-minimize::before{content:""}.site-announcements .ea-fa-window-restore::before{content:""}.site-announcements .ea-fa-wine-bottle::before{content:""}.site-announcements .ea-fa-wine-glass::before{content:""}.site-announcements .ea-fa-wine-glass-alt::before,.site-announcements .ea-fa-wine-glass-empty::before{content:""}.site-announcements .ea-fa-krw::before,.site-announcements .ea-fa-won-sign::before,.site-announcements .ea-fa-won::before{content:""}.site-announcements .ea-fa-worm::before{content:""}.site-announcements .ea-fa-wrench::before{content:""}.site-announcements .ea-fa-x::before{content:"X"}.site-announcements .ea-fa-x-ray::before{content:""}.site-announcements .ea-fa-close::before,.site-announcements .ea-fa-multiply::before,.site-announcements .ea-fa-remove::before,.site-announcements .ea-fa-times::before,.site-announcements .ea-fa-xmark::before{content:""}.site-announcements .ea-fa-xmarks-lines::before{content:""}.site-announcements .ea-fa-y::before{content:"Y"}.site-announcements .ea-fa-cny::before,.site-announcements .ea-fa-jpy::before,.site-announcements .ea-fa-rmb::before,.site-announcements .ea-fa-yen-sign::before,.site-announcements .ea-fa-yen::before{content:""}.site-announcements .ea-fa-yin-yang::before{content:""}.site-announcements .ea-fa-z::before{content:"Z"}.site-announcements .announcement:not(.modal){padding:1rem 1.25rem}@media (min-width:768px){.site-announcements .announcement:not(.modal){display:block}}.site-announcements .announcement:not(.modal):not([class*=position-]):not([class*=sticky-]){position:relative}.site-announcements .announcement-compact:not(.modal){padding:.65rem 1.25rem}.site-announcements .announcement-tall:not(.modal){padding:1.35rem 1.25rem}.site-announcements .announcement p,.site-announcements .announcement ul{margin-bottom:0;margin-top:0}.site-announcements .announcement p a:not(.btn),.site-announcements .announcement ul a:not(.btn){color:inherit;font-weight:700;text-decoration:underline}.site-announcements .announcement p a:not(.btn):hover,.site-announcements .announcement ul a:not(.btn):hover{text-decoration:none}.site-announcements .announcement h1,.site-announcements .announcement h2,.site-announcements .announcement h3,.site-announcements .announcement h4,.site-announcements .announcement h5,.site-announcements .announcement h6{color:inherit;margin-top:0!important}.site-announcements .announcement .modal-body{padding:1.25rem}.site-announcements .announcement .announcement-url{bottom:0;left:0;position:absolute;right:0;top:0}.site-announcements .announcement:not(.modal) .actions{position:absolute;right:0;top:50%;transform:translateY(-50%)}@media (min-width:768px){.site-announcements .announcement:not(.modal) .actions{gap:.5rem;line-height:1.875;margin:0;opacity:0;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);transition:opacity .3s}.announcement:hover .actions,.site-announcements .announcement:not(.modal) .actions:focus-within{opacity:1!important}}.site-announcements .announcement:not(.modal) .actions a{align-items:center;display:flex;color:inherit;justify-content:center;opacity:.4;padding:0 .25rem;text-align:center;text-decoration:none}.site-announcements .announcement:not(.modal) .actions a:focus,.site-announcements .announcement:not(.modal) .actions a:hover{opacity:1}@media (min-width:768px){.site-announcements .announcement:not(.modal) .actions a.dismiss{font-size:1.25rem}}.site-announcements .announcement:not(.modal) .actions:empty{display:none}.site-announcements .announcement.modal .actions{position:absolute;right:.75rem;top:.25rem;transform:none}.site-announcements .announcement.modal .actions .btn-close{height:.5rem;width:.25rem}@media (max-width:767.98px){.site-announcements .announcement{font-size:.85rem}}html.live-select .easy-announcements-live-selector{background:rgb(6 147 227 / .15);border-radius:2px;box-shadow:inset 0 0 0 1px rgb(6 147 227 / .5);pointer-events:none;position:fixed;text-align:center;z-index:9998}@media (min-width:576px){html.live-select .easy-announcements-live-selector .sticky-sm-top{position:sticky;top:0;z-index:1020}html.live-select .easy-announcements-live-selector .sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){html.live-select .easy-announcements-live-selector .sticky-md-top{position:sticky;top:0;z-index:1020}html.live-select .easy-announcements-live-selector .sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){html.live-select .easy-announcements-live-selector .sticky-lg-top{position:sticky;top:0;z-index:1020}html.live-select .easy-announcements-live-selector .sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){html.live-select .easy-announcements-live-selector .sticky-xl-top{position:sticky;top:0;z-index:1020}html.live-select .easy-announcements-live-selector .sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){html.live-select .easy-announcements-live-selector .sticky-xxl-top{position:sticky;top:0;z-index:1020}html.live-select .easy-announcements-live-selector .sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}html.live-select .easy-announcements-live-selector .hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}html.live-select .easy-announcements-live-selector .vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}html.live-select .easy-announcements-live-selector .visually-hidden,html.live-select .easy-announcements-live-selector .visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}html.live-select .easy-announcements-live-selector .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.live-select .easy-announcements-live-selector .vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}html.live-select .easy-announcements-live-selector .card{--ea-bs-card-spacer-y:1rem;--ea-bs-card-spacer-x:1rem;--ea-bs-card-title-spacer-y:0.5rem;--ea-bs-card-border-width:1px;--ea-bs-card-border-color:var(--bs-border-color-translucent);--ea-bs-card-border-radius:0.375rem;--ea-bs-card-box-shadow:;--ea-bs-card-inner-border-radius:calc(0.375rem - 1px);--ea-bs-card-cap-padding-y:0.5rem;--ea-bs-card-cap-padding-x:1rem;--ea-bs-card-cap-bg:rgba(0, 0, 0, 0.03);--ea-bs-card-cap-color:;--ea-bs-card-height:;--ea-bs-card-color:;--ea-bs-card-bg:#fff;--ea-bs-card-img-overlay-padding:1rem;--ea-bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--ea-bs-card-height);word-wrap:break-word;background-color:var(--ea-bs-card-bg);background-clip:border-box;border:var(--ea-bs-card-border-width) solid var(--ea-bs-card-border-color);border-radius:var(--ea-bs-card-border-radius)}html.live-select .easy-announcements-live-selector .card>hr{margin-right:0;margin-left:0}html.live-select .easy-announcements-live-selector .card>.list-group{border-top:inherit;border-bottom:inherit}html.live-select .easy-announcements-live-selector .card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--ea-bs-card-inner-border-radius);border-top-right-radius:var(--ea-bs-card-inner-border-radius)}html.live-select .easy-announcements-live-selector .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--ea-bs-card-inner-border-radius);border-bottom-left-radius:var(--ea-bs-card-inner-border-radius)}html.live-select .easy-announcements-live-selector .card>.card-header+.list-group,html.live-select .easy-announcements-live-selector .card>.list-group+.card-footer{border-top:0}html.live-select .easy-announcements-live-selector .card-body{flex:1 1 auto;padding:var(--ea-bs-card-spacer-y) var(--ea-bs-card-spacer-x);color:var(--ea-bs-card-color)}html.live-select .easy-announcements-live-selector .card-title{margin-bottom:var(--ea-bs-card-title-spacer-y)}html.live-select .easy-announcements-live-selector .card-subtitle{margin-top:calc(-.5*var(--ea-bs-card-title-spacer-y));margin-bottom:0}html.live-select .easy-announcements-live-selector .card-text:last-child{margin-bottom:0}html.live-select .easy-announcements-live-selector .card-link+.card-link{margin-left:var(--ea-bs-card-spacer-x)}html.live-select .easy-announcements-live-selector .card-header{padding:var(--ea-bs-card-cap-padding-y) var(--ea-bs-card-cap-padding-x);margin-bottom:0;color:var(--ea-bs-card-cap-color);background-color:var(--ea-bs-card-cap-bg);border-bottom:var(--ea-bs-card-border-width) solid var(--ea-bs-card-border-color)}html.live-select .easy-announcements-live-selector .card-header:first-child{border-radius:var(--ea-bs-card-inner-border-radius) var(--ea-bs-card-inner-border-radius)0 0}html.live-select .easy-announcements-live-selector .card-footer{padding:var(--ea-bs-card-cap-padding-y) var(--ea-bs-card-cap-padding-x);color:var(--ea-bs-card-cap-color);background-color:var(--ea-bs-card-cap-bg);border-top:var(--ea-bs-card-border-width) solid var(--ea-bs-card-border-color)}html.live-select .easy-announcements-live-selector .card-footer:last-child{border-radius:0 0 var(--ea-bs-card-inner-border-radius) var(--ea-bs-card-inner-border-radius)}html.live-select .easy-announcements-live-selector .card-header-tabs{margin-bottom:calc(-1*var(--ea-bs-card-cap-padding-y));border-bottom:0}html.live-select .easy-announcements-live-selector .card-header-tabs .nav-link.active{background-color:var(--ea-bs-card-bg);border-bottom-color:var(--ea-bs-card-bg)}html.live-select .easy-announcements-live-selector .card-header-pills,html.live-select .easy-announcements-live-selector .card-header-tabs{margin-right:calc(-.5*var(--ea-bs-card-cap-padding-x));margin-left:calc(-.5*var(--ea-bs-card-cap-padding-x))}html.live-select .easy-announcements-live-selector .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--ea-bs-card-img-overlay-padding);border-radius:var(--ea-bs-card-inner-border-radius)}html.live-select .easy-announcements-live-selector .card-img,html.live-select .easy-announcements-live-selector .card-img-bottom,html.live-select .easy-announcements-live-selector .card-img-top{width:100%}html.live-select .easy-announcements-live-selector .card-img,html.live-select .easy-announcements-live-selector .card-img-top{border-top-left-radius:var(--ea-bs-card-inner-border-radius);border-top-right-radius:var(--ea-bs-card-inner-border-radius)}html.live-select .easy-announcements-live-selector .card-img,html.live-select .easy-announcements-live-selector .card-img-bottom{border-bottom-right-radius:var(--ea-bs-card-inner-border-radius);border-bottom-left-radius:var(--ea-bs-card-inner-border-radius)}html.live-select .easy-announcements-live-selector .card-group>.card{margin-bottom:var(--ea-bs-card-group-margin)}@media (min-width:576px){html.live-select .easy-announcements-live-selector .card-group{display:flex;flex-flow:row wrap}html.live-select .easy-announcements-live-selector .card-group>.card{flex:1 0 0%;margin-bottom:0}html.live-select .easy-announcements-live-selector .card-group>.card+.card{margin-left:0;border-left:0}html.live-select .easy-announcements-live-selector .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.live-select .easy-announcements-live-selector .card-group>.card:not(:last-child) .card-header,html.live-select .easy-announcements-live-selector .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}html.live-select .easy-announcements-live-selector .card-group>.card:not(:last-child) .card-footer,html.live-select .easy-announcements-live-selector .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}html.live-select .easy-announcements-live-selector .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}html.live-select .easy-announcements-live-selector .card-group>.card:not(:first-child) .card-header,html.live-select .easy-announcements-live-selector .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}html.live-select .easy-announcements-live-selector .card-group>.card:not(:first-child) .card-footer,html.live-select .easy-announcements-live-selector .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}html.live-select .easy-announcements-live-selector .btn{--ea-bs-btn-padding-x:0.75rem;--ea-bs-btn-padding-y:0.375rem;--ea-bs-btn-font-family:;--ea-bs-btn-font-size:1rem;--ea-bs-btn-font-weight:400;--ea-bs-btn-line-height:1.5;--ea-bs-btn-color:#212529;--ea-bs-btn-bg:transparent;--ea-bs-btn-border-width:1px;--ea-bs-btn-border-color:transparent;--ea-bs-btn-border-radius:0.375rem;--ea-bs-btn-hover-border-color:transparent;--ea-bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--ea-bs-btn-disabled-opacity:0.65;--ea-bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--ea-bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--ea-bs-btn-padding-y) var(--ea-bs-btn-padding-x);font-family:var(--ea-bs-btn-font-family);font-size:var(--ea-bs-btn-font-size);font-weight:var(--ea-bs-btn-font-weight);line-height:var(--ea-bs-btn-line-height);color:var(--ea-bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--ea-bs-btn-border-width) solid var(--ea-bs-btn-border-color);border-radius:var(--ea-bs-btn-border-radius);background-color:var(--ea-bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){html.live-select .easy-announcements-live-selector .btn{transition:none}}:not(.btn-check)+html.live-select .easy-announcements-live-selector .btn:hover,html.live-select .easy-announcements-live-selector .btn:first-child:hover{color:var(--ea-bs-btn-hover-color);background-color:var(--ea-bs-btn-hover-bg);border-color:var(--ea-bs-btn-hover-border-color)}html.live-select .easy-announcements-live-selector .btn:focus-visible{color:var(--ea-bs-btn-hover-color);background-color:var(--ea-bs-btn-hover-bg)}.btn-check:focus-visible+html.live-select .easy-announcements-live-selector .btn,html.live-select .easy-announcements-live-selector .btn:focus-visible{border-color:var(--ea-bs-btn-hover-border-color);outline:0;box-shadow:var(--ea-bs-btn-focus-box-shadow)}.btn-check:checked+html.live-select .easy-announcements-live-selector .btn,:not(.btn-check)+html.live-select .easy-announcements-live-selector .btn:active,html.live-select .easy-announcements-live-selector .btn.active,html.live-select .easy-announcements-live-selector .btn.show,html.live-select .easy-announcements-live-selector .btn:first-child:active{color:var(--ea-bs-btn-active-color);background-color:var(--ea-bs-btn-active-bg);border-color:var(--ea-bs-btn-active-border-color)}.btn-check:checked+html.live-select .easy-announcements-live-selector .btn:focus-visible,:not(.btn-check)+html.live-select .easy-announcements-live-selector .btn:active:focus-visible,html.live-select .easy-announcements-live-selector .btn.active:focus-visible,html.live-select .easy-announcements-live-selector .btn.show:focus-visible,html.live-select .easy-announcements-live-selector .btn:first-child:active:focus-visible{box-shadow:var(--ea-bs-btn-focus-box-shadow)}fieldset:disabled html.live-select .easy-announcements-live-selector .btn,html.live-select .easy-announcements-live-selector .btn.disabled,html.live-select .easy-announcements-live-selector .btn:disabled{color:var(--ea-bs-btn-disabled-color);pointer-events:none;background-color:var(--ea-bs-btn-disabled-bg);border-color:var(--ea-bs-btn-disabled-border-color);opacity:var(--ea-bs-btn-disabled-opacity)}html.live-select .easy-announcements-live-selector .btn-primary{--ea-bs-btn-bg:#0d6efd;--ea-bs-btn-border-color:#0d6efd;--ea-bs-btn-hover-bg:#0b5ed7;--ea-bs-btn-hover-border-color:#0a58ca;--ea-bs-btn-focus-shadow-rgb:49, 132, 253;--ea-bs-btn-active-bg:#0a58ca;--ea-bs-btn-active-border-color:#0a53be;--ea-bs-btn-disabled-bg:#0d6efd;--ea-bs-btn-disabled-border-color:#0d6efd}html.live-select .easy-announcements-live-selector .btn-primary,html.live-select .easy-announcements-live-selector .btn-secondary,html.live-select .easy-announcements-live-selector .btn-success{--ea-bs-btn-color:#fff;--ea-bs-btn-hover-color:#fff;--ea-bs-btn-active-color:#fff;--ea-bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--ea-bs-btn-disabled-color:#fff}html.live-select .easy-announcements-live-selector .btn-secondary{--ea-bs-btn-bg:#6c757d;--ea-bs-btn-border-color:#6c757d;--ea-bs-btn-hover-bg:#5c636a;--ea-bs-btn-hover-border-color:#565e64;--ea-bs-btn-focus-shadow-rgb:130, 138, 145;--ea-bs-btn-active-bg:#565e64;--ea-bs-btn-active-border-color:#51585e;--ea-bs-btn-disabled-bg:#6c757d;--ea-bs-btn-disabled-border-color:#6c757d}html.live-select .easy-announcements-live-selector .btn-success{--ea-bs-btn-bg:#198754;--ea-bs-btn-border-color:#198754;--ea-bs-btn-hover-bg:#157347;--ea-bs-btn-hover-border-color:#146c43;--ea-bs-btn-focus-shadow-rgb:60, 153, 110;--ea-bs-btn-active-bg:#146c43;--ea-bs-btn-active-border-color:#13653f;--ea-bs-btn-disabled-bg:#198754;--ea-bs-btn-disabled-border-color:#198754}html.live-select .easy-announcements-live-selector .btn-info,html.live-select .easy-announcements-live-selector .btn-warning{--ea-bs-btn-color:#000;--ea-bs-btn-hover-color:#000;--ea-bs-btn-active-color:#000;--ea-bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--ea-bs-btn-disabled-color:#000}html.live-select .easy-announcements-live-selector .btn-info{--ea-bs-btn-bg:#0dcaf0;--ea-bs-btn-border-color:#0dcaf0;--ea-bs-btn-hover-bg:#31d2f2;--ea-bs-btn-hover-border-color:#25cff2;--ea-bs-btn-focus-shadow-rgb:11, 172, 204;--ea-bs-btn-active-bg:#3dd5f3;--ea-bs-btn-active-border-color:#25cff2;--ea-bs-btn-disabled-bg:#0dcaf0;--ea-bs-btn-disabled-border-color:#0dcaf0}html.live-select .easy-announcements-live-selector .btn-warning{--ea-bs-btn-bg:#ffc107;--ea-bs-btn-border-color:#ffc107;--ea-bs-btn-hover-bg:#ffca2c;--ea-bs-btn-hover-border-color:#ffc720;--ea-bs-btn-focus-shadow-rgb:217, 164, 6;--ea-bs-btn-active-bg:#ffcd39;--ea-bs-btn-active-border-color:#ffc720;--ea-bs-btn-disabled-bg:#ffc107;--ea-bs-btn-disabled-border-color:#ffc107}html.live-select .easy-announcements-live-selector .btn-danger{--ea-bs-btn-color:#fff;--ea-bs-btn-bg:#dc3545;--ea-bs-btn-border-color:#dc3545;--ea-bs-btn-hover-color:#fff;--ea-bs-btn-hover-bg:#bb2d3b;--ea-bs-btn-hover-border-color:#b02a37;--ea-bs-btn-focus-shadow-rgb:225, 83, 97;--ea-bs-btn-active-color:#fff;--ea-bs-btn-active-bg:#b02a37;--ea-bs-btn-active-border-color:#a52834;--ea-bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--ea-bs-btn-disabled-color:#fff;--ea-bs-btn-disabled-bg:#dc3545;--ea-bs-btn-disabled-border-color:#dc3545}html.live-select .easy-announcements-live-selector .btn-light{--ea-bs-btn-color:#000;--ea-bs-btn-bg:#f8f9fa;--ea-bs-btn-border-color:#f8f9fa;--ea-bs-btn-hover-color:#000;--ea-bs-btn-hover-bg:#d3d4d5;--ea-bs-btn-hover-border-color:#c6c7c8;--ea-bs-btn-focus-shadow-rgb:211, 212, 213;--ea-bs-btn-active-color:#000;--ea-bs-btn-active-bg:#c6c7c8;--ea-bs-btn-active-border-color:#babbbc;--ea-bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--ea-bs-btn-disabled-color:#000;--ea-bs-btn-disabled-bg:#f8f9fa;--ea-bs-btn-disabled-border-color:#f8f9fa}html.live-select .easy-announcements-live-selector .btn-dark{--ea-bs-btn-color:#fff;--ea-bs-btn-bg:#212529;--ea-bs-btn-border-color:#212529;--ea-bs-btn-hover-color:#fff;--ea-bs-btn-hover-bg:#424649;--ea-bs-btn-hover-border-color:#373b3e;--ea-bs-btn-focus-shadow-rgb:66, 70, 73;--ea-bs-btn-active-color:#fff;--ea-bs-btn-active-bg:#4d5154;--ea-bs-btn-active-border-color:#373b3e;--ea-bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--ea-bs-btn-disabled-color:#fff;--ea-bs-btn-disabled-bg:#212529;--ea-bs-btn-disabled-border-color:#212529}html.live-select .easy-announcements-live-selector .btn-outline-primary{--ea-bs-btn-color:#0d6efd;--ea-bs-btn-border-color:#0d6efd;--ea-bs-btn-hover-bg:#0d6efd;--ea-bs-btn-hover-border-color:#0d6efd;--ea-bs-btn-focus-shadow-rgb:13, 110, 253;--ea-bs-btn-active-bg:#0d6efd;--ea-bs-btn-active-border-color:#0d6efd;--ea-bs-btn-disabled-color:#0d6efd;--ea-bs-btn-disabled-border-color:#0d6efd}html.live-select .easy-announcements-live-selector .btn-outline-primary,html.live-select .easy-announcements-live-selector .btn-outline-secondary,html.live-select .easy-announcements-live-selector .btn-outline-success{--ea-bs-btn-hover-color:#fff;--ea-bs-btn-active-color:#fff;--ea-bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--ea-bs-btn-disabled-bg:transparent;--ea-bs-gradient:none}html.live-select .easy-announcements-live-selector .btn-outline-secondary{--ea-bs-btn-color:#6c757d;--ea-bs-btn-border-color:#6c757d;--ea-bs-btn-hover-bg:#6c757d;--ea-bs-btn-hover-border-color:#6c757d;--ea-bs-btn-focus-shadow-rgb:108, 117, 125;--ea-bs-btn-active-bg:#6c757d;--ea-bs-btn-active-border-color:#6c757d;--ea-bs-btn-disabled-color:#6c757d;--ea-bs-btn-disabled-border-color:#6c757d}html.live-select .easy-announcements-live-selector .btn-outline-success{--ea-bs-btn-color:#198754;--ea-bs-btn-border-color:#198754;--ea-bs-btn-hover-bg:#198754;--ea-bs-btn-hover-border-color:#198754;--ea-bs-btn-focus-shadow-rgb:25, 135, 84;--ea-bs-btn-active-bg:#198754;--ea-bs-btn-active-border-color:#198754;--ea-bs-btn-disabled-color:#198754;--ea-bs-btn-disabled-border-color:#198754}html.live-select .easy-announcements-live-selector .btn-outline-info,html.live-select .easy-announcements-live-selector .btn-outline-warning{--ea-bs-btn-hover-color:#000;--ea-bs-btn-active-color:#000;--ea-bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--ea-bs-btn-disabled-bg:transparent;--ea-bs-gradient:none}html.live-select .easy-announcements-live-selector .btn-outline-info{--ea-bs-btn-color:#0dcaf0;--ea-bs-btn-border-color:#0dcaf0;--ea-bs-btn-hover-bg:#0dcaf0;--ea-bs-btn-hover-border-color:#0dcaf0;--ea-bs-btn-focus-shadow-rgb:13, 202, 240;--ea-bs-btn-active-bg:#0dcaf0;--ea-bs-btn-active-border-color:#0dcaf0;--ea-bs-btn-disabled-color:#0dcaf0;--ea-bs-btn-disabled-border-color:#0dcaf0}html.live-select .easy-announcements-live-selector .btn-outline-warning{--ea-bs-btn-color:#ffc107;--ea-bs-btn-border-color:#ffc107;--ea-bs-btn-hover-bg:#ffc107;--ea-bs-btn-hover-border-color:#ffc107;--ea-bs-btn-focus-shadow-rgb:255, 193, 7;--ea-bs-btn-active-bg:#ffc107;--ea-bs-btn-active-border-color:#ffc107;--ea-bs-btn-disabled-color:#ffc107;--ea-bs-btn-disabled-border-color:#ffc107}html.live-select .easy-announcements-live-selector .btn-outline-danger{--ea-bs-btn-color:#dc3545;--ea-bs-btn-border-color:#dc3545;--ea-bs-btn-hover-color:#fff;--ea-bs-btn-hover-bg:#dc3545;--ea-bs-btn-hover-border-color:#dc3545;--ea-bs-btn-focus-shadow-rgb:220, 53, 69;--ea-bs-btn-active-color:#fff;--ea-bs-btn-active-bg:#dc3545;--ea-bs-btn-active-border-color:#dc3545;--ea-bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--ea-bs-btn-disabled-color:#dc3545;--ea-bs-btn-disabled-bg:transparent;--ea-bs-btn-disabled-border-color:#dc3545;--ea-bs-gradient:none}html.live-select .easy-announcements-live-selector .btn-outline-light{--ea-bs-btn-color:#f8f9fa;--ea-bs-btn-border-color:#f8f9fa;--ea-bs-btn-hover-color:#000;--ea-bs-btn-hover-bg:#f8f9fa;--ea-bs-btn-hover-border-color:#f8f9fa;--ea-bs-btn-focus-shadow-rgb:248, 249, 250;--ea-bs-btn-active-color:#000;--ea-bs-btn-active-bg:#f8f9fa;--ea-bs-btn-active-border-color:#f8f9fa;--ea-bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--ea-bs-btn-disabled-color:#f8f9fa;--ea-bs-btn-disabled-bg:transparent;--ea-bs-btn-disabled-border-color:#f8f9fa;--ea-bs-gradient:none}html.live-select .easy-announcements-live-selector .btn-outline-dark{--ea-bs-btn-color:#212529;--ea-bs-btn-border-color:#212529;--ea-bs-btn-hover-color:#fff;--ea-bs-btn-hover-bg:#212529;--ea-bs-btn-hover-border-color:#212529;--ea-bs-btn-focus-shadow-rgb:33, 37, 41;--ea-bs-btn-active-color:#fff;--ea-bs-btn-active-bg:#212529;--ea-bs-btn-active-border-color:#212529;--ea-bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--ea-bs-btn-disabled-color:#212529;--ea-bs-btn-disabled-bg:transparent;--ea-bs-btn-disabled-border-color:#212529;--ea-bs-gradient:none}html.live-select .easy-announcements-live-selector .btn-link{--ea-bs-btn-font-weight:400;--ea-bs-btn-color:var(--bs-link-color);--ea-bs-btn-bg:transparent;--ea-bs-btn-border-color:transparent;--ea-bs-btn-hover-color:var(--bs-link-hover-color);--ea-bs-btn-hover-border-color:transparent;--ea-bs-btn-active-color:var(--bs-link-hover-color);--ea-bs-btn-active-border-color:transparent;--ea-bs-btn-disabled-color:#6c757d;--ea-bs-btn-disabled-border-color:transparent;--ea-bs-btn-box-shadow:none;--ea-bs-btn-focus-shadow-rgb:49, 132, 253;text-decoration:underline}html.live-select .easy-announcements-live-selector .btn-link:focus-visible{color:var(--ea-bs-btn-color)}html.live-select .easy-announcements-live-selector .btn-link:hover{color:var(--ea-bs-btn-hover-color)}html.live-select .easy-announcements-live-selector .btn-lg{--ea-bs-btn-padding-y:0.5rem;--ea-bs-btn-padding-x:1rem;--ea-bs-btn-font-size:1.25rem;--ea-bs-btn-border-radius:0.5rem}html.live-select .easy-announcements-live-selector .btn-sm{--ea-bs-btn-padding-y:0.25rem;--ea-bs-btn-padding-x:0.5rem;--ea-bs-btn-font-size:0.875rem;--ea-bs-btn-border-radius:0.25rem}html.live-select .easy-announcements-live-selector .align-baseline{vertical-align:baseline!important}html.live-select .easy-announcements-live-selector .align-top{vertical-align:top!important}html.live-select .easy-announcements-live-selector .align-middle{vertical-align:middle!important}html.live-select .easy-announcements-live-selector .align-bottom{vertical-align:bottom!important}html.live-select .easy-announcements-live-selector .align-text-bottom{vertical-align:text-bottom!important}html.live-select .easy-announcements-live-selector .align-text-top{vertical-align:text-top!important}html.live-select .easy-announcements-live-selector .float-start{float:left!important}html.live-select .easy-announcements-live-selector .float-end{float:right!important}html.live-select .easy-announcements-live-selector .float-none{float:none!important}html.live-select .easy-announcements-live-selector .opacity-0{opacity:0!important}html.live-select .easy-announcements-live-selector .opacity-25{opacity:.25!important}html.live-select .easy-announcements-live-selector .opacity-50{opacity:.5!important}html.live-select .easy-announcements-live-selector .opacity-75{opacity:.75!important}html.live-select .easy-announcements-live-selector .opacity-100{opacity:1!important}html.live-select .easy-announcements-live-selector .overflow-auto{overflow:auto!important}html.live-select .easy-announcements-live-selector .overflow-hidden{overflow:hidden!important}html.live-select .easy-announcements-live-selector .overflow-visible{overflow:visible!important}html.live-select .easy-announcements-live-selector .overflow-scroll{overflow:scroll!important}html.live-select .easy-announcements-live-selector .d-inline{display:inline!important}html.live-select .easy-announcements-live-selector .d-inline-block{display:inline-block!important}html.live-select .easy-announcements-live-selector .d-block{display:block!important}html.live-select .easy-announcements-live-selector .d-grid{display:grid!important}html.live-select .easy-announcements-live-selector .d-table{display:table!important}html.live-select .easy-announcements-live-selector .d-table-row{display:table-row!important}html.live-select .easy-announcements-live-selector .d-table-cell{display:table-cell!important}html.live-select .easy-announcements-live-selector .d-flex{display:flex!important}html.live-select .easy-announcements-live-selector .d-inline-flex{display:inline-flex!important}html.live-select .easy-announcements-live-selector .d-none{display:none!important}html.live-select .easy-announcements-live-selector .shadow{box-shadow:0 .5rem 1rem rgb(0 0 0 / .15)!important}html.live-select .easy-announcements-live-selector .shadow-sm{box-shadow:0 .125rem .25rem rgb(0 0 0 / .075)!important}html.live-select .easy-announcements-live-selector .shadow-lg{box-shadow:0 1rem 3rem rgb(0 0 0 / .175)!important}html.live-select .easy-announcements-live-selector .shadow-none{box-shadow:none!important}html.live-select .easy-announcements-live-selector .position-static{position:static!important}html.live-select .easy-announcements-live-selector .position-relative{position:relative!important}html.live-select .easy-announcements-live-selector .position-absolute{position:absolute!important}html.live-select .easy-announcements-live-selector .position-fixed{position:fixed!important}html.live-select .easy-announcements-live-selector .position-sticky{position:sticky!important}html.live-select .easy-announcements-live-selector .top-0{top:0!important}html.live-select .easy-announcements-live-selector .top-50{top:50%!important}html.live-select .easy-announcements-live-selector .top-100{top:100%!important}html.live-select .easy-announcements-live-selector .bottom-0{bottom:0!important}html.live-select .easy-announcements-live-selector .bottom-50{bottom:50%!important}html.live-select .easy-announcements-live-selector .bottom-100{bottom:100%!important}html.live-select .easy-announcements-live-selector .start-0{left:0!important}html.live-select .easy-announcements-live-selector .start-50{left:50%!important}html.live-select .easy-announcements-live-selector .start-100{left:100%!important}html.live-select .easy-announcements-live-selector .end-0{right:0!important}html.live-select .easy-announcements-live-selector .end-50{right:50%!important}html.live-select .easy-announcements-live-selector .end-100{right:100%!important}html.live-select .easy-announcements-live-selector .translate-middle{transform:translate(-50%,-50%)!important}html.live-select .easy-announcements-live-selector .translate-middle-x{transform:translateX(-50%)!important}html.live-select .easy-announcements-live-selector .translate-middle-y{transform:translateY(-50%)!important}html.live-select .easy-announcements-live-selector .border{border:var(--ea-bs-border-width) var(--ea-bs-border-style) var(--ea-bs-border-color)!important}html.live-select .easy-announcements-live-selector .border-0{border:0!important}html.live-select .easy-announcements-live-selector .border-top{border-top:var(--ea-bs-border-width) var(--ea-bs-border-style) var(--ea-bs-border-color)!important}html.live-select .easy-announcements-live-selector .border-top-0{border-top:0!important}html.live-select .easy-announcements-live-selector .border-end{border-right:var(--ea-bs-border-width) var(--ea-bs-border-style) var(--ea-bs-border-color)!important}html.live-select .easy-announcements-live-selector .border-end-0{border-right:0!important}html.live-select .easy-announcements-live-selector .border-bottom{border-bottom:var(--ea-bs-border-width) var(--ea-bs-border-style) var(--ea-bs-border-color)!important}html.live-select .easy-announcements-live-selector .border-bottom-0{border-bottom:0!important}html.live-select .easy-announcements-live-selector .border-start{border-left:var(--ea-bs-border-width) var(--ea-bs-border-style) var(--ea-bs-border-color)!important}html.live-select .easy-announcements-live-selector .border-start-0{border-left:0!important}html.live-select .easy-announcements-live-selector .border-primary{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}html.live-select .easy-announcements-live-selector .border-secondary{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}html.live-select .easy-announcements-live-selector .border-success{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}html.live-select .easy-announcements-live-selector .border-info{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}html.live-select .easy-announcements-live-selector .border-warning{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}html.live-select .easy-announcements-live-selector .border-danger{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}html.live-select .easy-announcements-live-selector .border-light{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}html.live-select .easy-announcements-live-selector .border-dark{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}html.live-select .easy-announcements-live-selector .border-white{--ea-bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}html.live-select .easy-announcements-live-selector .border-1{--ea-bs-border-width:1px}html.live-select .easy-announcements-live-selector .border-2{--ea-bs-border-width:2px}html.live-select .easy-announcements-live-selector .border-3{--ea-bs-border-width:3px}html.live-select .easy-announcements-live-selector .border-4{--ea-bs-border-width:4px}html.live-select .easy-announcements-live-selector .border-5{--ea-bs-border-width:5px}html.live-select .easy-announcements-live-selector .border-opacity-10{--ea-bs-border-opacity:0.1}html.live-select .easy-announcements-live-selector .border-opacity-25{--ea-bs-border-opacity:0.25}html.live-select .easy-announcements-live-selector .border-opacity-50{--ea-bs-border-opacity:0.5}html.live-select .easy-announcements-live-selector .border-opacity-75{--ea-bs-border-opacity:0.75}html.live-select .easy-announcements-live-selector .border-opacity-100{--ea-bs-border-opacity:1}html.live-select .easy-announcements-live-selector .w-25{width:25%!important}html.live-select .easy-announcements-live-selector .w-50{width:50%!important}html.live-select .easy-announcements-live-selector .w-75{width:75%!important}html.live-select .easy-announcements-live-selector .w-100{width:100%!important}html.live-select .easy-announcements-live-selector .w-auto{width:auto!important}html.live-select .easy-announcements-live-selector .mw-100{max-width:100%!important}html.live-select .easy-announcements-live-selector .vw-100{width:100vw!important}html.live-select .easy-announcements-live-selector .min-vw-100{min-width:100vw!important}html.live-select .easy-announcements-live-selector .h-25{height:25%!important}html.live-select .easy-announcements-live-selector .h-50{height:50%!important}html.live-select .easy-announcements-live-selector .h-75{height:75%!important}html.live-select .easy-announcements-live-selector .h-100{height:100%!important}html.live-select .easy-announcements-live-selector .h-auto{height:auto!important}html.live-select .easy-announcements-live-selector .mh-100{max-height:100%!important}html.live-select .easy-announcements-live-selector .vh-100{height:100vh!important}html.live-select .easy-announcements-live-selector .min-vh-100{min-height:100vh!important}html.live-select .easy-announcements-live-selector .flex-fill{flex:1 1 auto!important}html.live-select .easy-announcements-live-selector .flex-row{flex-direction:row!important}html.live-select .easy-announcements-live-selector .flex-column{flex-direction:column!important}html.live-select .easy-announcements-live-selector .flex-row-reverse{flex-direction:row-reverse!important}html.live-select .easy-announcements-live-selector .flex-column-reverse{flex-direction:column-reverse!important}html.live-select .easy-announcements-live-selector .flex-grow-0{flex-grow:0!important}html.live-select .easy-announcements-live-selector .flex-grow-1{flex-grow:1!important}html.live-select .easy-announcements-live-selector .flex-shrink-0{flex-shrink:0!important}html.live-select .easy-announcements-live-selector .flex-shrink-1{flex-shrink:1!important}html.live-select .easy-announcements-live-selector .flex-wrap{flex-wrap:wrap!important}html.live-select .easy-announcements-live-selector .flex-nowrap{flex-wrap:nowrap!important}html.live-select .easy-announcements-live-selector .flex-wrap-reverse{flex-wrap:wrap-reverse!important}html.live-select .easy-announcements-live-selector .justify-content-start{justify-content:flex-start!important}html.live-select .easy-announcements-live-selector .justify-content-end{justify-content:flex-end!important}html.live-select .easy-announcements-live-selector .justify-content-center{justify-content:center!important}html.live-select .easy-announcements-live-selector .justify-content-between{justify-content:space-between!important}html.live-select .easy-announcements-live-selector .justify-content-around{justify-content:space-around!important}html.live-select .easy-announcements-live-selector .justify-content-evenly{justify-content:space-evenly!important}html.live-select .easy-announcements-live-selector .align-items-start{align-items:flex-start!important}html.live-select .easy-announcements-live-selector .align-items-end{align-items:flex-end!important}html.live-select .easy-announcements-live-selector .align-items-center{align-items:center!important}html.live-select .easy-announcements-live-selector .align-items-baseline{align-items:baseline!important}html.live-select .easy-announcements-live-selector .align-items-stretch{align-items:stretch!important}html.live-select .easy-announcements-live-selector .align-content-start{align-content:flex-start!important}html.live-select .easy-announcements-live-selector .align-content-end{align-content:flex-end!important}html.live-select .easy-announcements-live-selector .align-content-center{align-content:center!important}html.live-select .easy-announcements-live-selector .align-content-between{align-content:space-between!important}html.live-select .easy-announcements-live-selector .align-content-around{align-content:space-around!important}html.live-select .easy-announcements-live-selector .align-content-stretch{align-content:stretch!important}html.live-select .easy-announcements-live-selector .align-self-auto{align-self:auto!important}html.live-select .easy-announcements-live-selector .align-self-start{align-self:flex-start!important}html.live-select .easy-announcements-live-selector .align-self-end{align-self:flex-end!important}html.live-select .easy-announcements-live-selector .align-self-center{align-self:center!important}html.live-select .easy-announcements-live-selector .align-self-baseline{align-self:baseline!important}html.live-select .easy-announcements-live-selector .align-self-stretch{align-self:stretch!important}html.live-select .easy-announcements-live-selector .order-first{order:-1!important}html.live-select .easy-announcements-live-selector .order-0{order:0!important}html.live-select .easy-announcements-live-selector .order-1{order:1!important}html.live-select .easy-announcements-live-selector .order-2{order:2!important}html.live-select .easy-announcements-live-selector .order-3{order:3!important}html.live-select .easy-announcements-live-selector .order-4{order:4!important}html.live-select .easy-announcements-live-selector .order-5{order:5!important}html.live-select .easy-announcements-live-selector .order-last{order:6!important}html.live-select .easy-announcements-live-selector .m-0{margin:0!important}html.live-select .easy-announcements-live-selector .m-1{margin:.25rem!important}html.live-select .easy-announcements-live-selector .m-2{margin:.5rem!important}html.live-select .easy-announcements-live-selector .m-3{margin:1rem!important}html.live-select .easy-announcements-live-selector .m-4{margin:1.5rem!important}html.live-select .easy-announcements-live-selector .m-5{margin:3rem!important}html.live-select .easy-announcements-live-selector .m-auto{margin:auto!important}html.live-select .easy-announcements-live-selector .mx-0{margin-right:0!important;margin-left:0!important}html.live-select .easy-announcements-live-selector .mx-1{margin-right:.25rem!important;margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .mx-2{margin-right:.5rem!important;margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .mx-3{margin-right:1rem!important;margin-left:1rem!important}html.live-select .easy-announcements-live-selector .mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .mx-5{margin-right:3rem!important;margin-left:3rem!important}html.live-select .easy-announcements-live-selector .mx-auto{margin-right:auto!important;margin-left:auto!important}html.live-select .easy-announcements-live-selector .my-0{margin-top:0!important;margin-bottom:0!important}html.live-select .easy-announcements-live-selector .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .my-3{margin-top:1rem!important;margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .my-5{margin-top:3rem!important;margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .my-auto{margin-top:auto!important;margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .mt-0{margin-top:0!important}html.live-select .easy-announcements-live-selector .mt-1{margin-top:.25rem!important}html.live-select .easy-announcements-live-selector .mt-2{margin-top:.5rem!important}html.live-select .easy-announcements-live-selector .mt-3{margin-top:1rem!important}html.live-select .easy-announcements-live-selector .mt-4{margin-top:1.5rem!important}html.live-select .easy-announcements-live-selector .mt-5{margin-top:3rem!important}html.live-select .easy-announcements-live-selector .mt-auto{margin-top:auto!important}html.live-select .easy-announcements-live-selector .me-0{margin-right:0!important}html.live-select .easy-announcements-live-selector .me-1{margin-right:.25rem!important}html.live-select .easy-announcements-live-selector .me-2{margin-right:.5rem!important}html.live-select .easy-announcements-live-selector .me-3{margin-right:1rem!important}html.live-select .easy-announcements-live-selector .me-4{margin-right:1.5rem!important}html.live-select .easy-announcements-live-selector .me-5{margin-right:3rem!important}html.live-select .easy-announcements-live-selector .me-auto{margin-right:auto!important}html.live-select .easy-announcements-live-selector .mb-0{margin-bottom:0!important}html.live-select .easy-announcements-live-selector .mb-1{margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .mb-2{margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .mb-3{margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .mb-4{margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .mb-5{margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .mb-auto{margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .ms-0{margin-left:0!important}html.live-select .easy-announcements-live-selector .ms-1{margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .ms-2{margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .ms-3{margin-left:1rem!important}html.live-select .easy-announcements-live-selector .ms-4{margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ms-5{margin-left:3rem!important}html.live-select .easy-announcements-live-selector .ms-auto{margin-left:auto!important}html.live-select .easy-announcements-live-selector .p-0{padding:0!important}html.live-select .easy-announcements-live-selector .p-1{padding:.25rem!important}html.live-select .easy-announcements-live-selector .p-2{padding:.5rem!important}html.live-select .easy-announcements-live-selector .p-3{padding:1rem!important}html.live-select .easy-announcements-live-selector .p-4{padding:1.5rem!important}html.live-select .easy-announcements-live-selector .p-5{padding:3rem!important}html.live-select .easy-announcements-live-selector .px-0{padding-right:0!important;padding-left:0!important}html.live-select .easy-announcements-live-selector .px-1{padding-right:.25rem!important;padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .px-2{padding-right:.5rem!important;padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .px-3{padding-right:1rem!important;padding-left:1rem!important}html.live-select .easy-announcements-live-selector .px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .px-5{padding-right:3rem!important;padding-left:3rem!important}html.live-select .easy-announcements-live-selector .py-0{padding-top:0!important;padding-bottom:0!important}html.live-select .easy-announcements-live-selector .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .py-3{padding-top:1rem!important;padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .py-5{padding-top:3rem!important;padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .pt-0{padding-top:0!important}html.live-select .easy-announcements-live-selector .pt-1{padding-top:.25rem!important}html.live-select .easy-announcements-live-selector .pt-2{padding-top:.5rem!important}html.live-select .easy-announcements-live-selector .pt-3{padding-top:1rem!important}html.live-select .easy-announcements-live-selector .pt-4{padding-top:1.5rem!important}html.live-select .easy-announcements-live-selector .pt-5{padding-top:3rem!important}html.live-select .easy-announcements-live-selector .pe-0{padding-right:0!important}html.live-select .easy-announcements-live-selector .pe-1{padding-right:.25rem!important}html.live-select .easy-announcements-live-selector .pe-2{padding-right:.5rem!important}html.live-select .easy-announcements-live-selector .pe-3{padding-right:1rem!important}html.live-select .easy-announcements-live-selector .pe-4{padding-right:1.5rem!important}html.live-select .easy-announcements-live-selector .pe-5{padding-right:3rem!important}html.live-select .easy-announcements-live-selector .pb-0{padding-bottom:0!important}html.live-select .easy-announcements-live-selector .pb-1{padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .pb-2{padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .pb-3{padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .pb-4{padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .pb-5{padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .ps-0{padding-left:0!important}html.live-select .easy-announcements-live-selector .ps-1{padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .ps-2{padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .ps-3{padding-left:1rem!important}html.live-select .easy-announcements-live-selector .ps-4{padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ps-5{padding-left:3rem!important}html.live-select .easy-announcements-live-selector .gap-0{gap:0!important}html.live-select .easy-announcements-live-selector .gap-1{gap:.25rem!important}html.live-select .easy-announcements-live-selector .gap-2{gap:.5rem!important}html.live-select .easy-announcements-live-selector .gap-3{gap:1rem!important}html.live-select .easy-announcements-live-selector .gap-4{gap:1.5rem!important}html.live-select .easy-announcements-live-selector .gap-5{gap:3rem!important}html.live-select .easy-announcements-live-selector .font-monospace{font-family:var(--ea-bs-font-monospace)!important}html.live-select .easy-announcements-live-selector .fs-1{font-size:calc(1.375rem + 1.5vw)!important}html.live-select .easy-announcements-live-selector .fs-2{font-size:calc(1.325rem + .9vw)!important}html.live-select .easy-announcements-live-selector .fs-3{font-size:calc(1.3rem + .6vw)!important}html.live-select .easy-announcements-live-selector .fs-4{font-size:calc(1.275rem + .3vw)!important}html.live-select .easy-announcements-live-selector .fs-5{font-size:1.25rem!important}html.live-select .easy-announcements-live-selector .fs-6{font-size:1rem!important}html.live-select .easy-announcements-live-selector .fst-italic{font-style:italic!important}html.live-select .easy-announcements-live-selector .fst-normal{font-style:normal!important}html.live-select .easy-announcements-live-selector .fw-light{font-weight:300!important}html.live-select .easy-announcements-live-selector .fw-lighter{font-weight:lighter!important}html.live-select .easy-announcements-live-selector .fw-normal{font-weight:400!important}html.live-select .easy-announcements-live-selector .fw-bold{font-weight:700!important}html.live-select .easy-announcements-live-selector .fw-semibold{font-weight:600!important}html.live-select .easy-announcements-live-selector .fw-bolder{font-weight:bolder!important}html.live-select .easy-announcements-live-selector .lh-1{line-height:1!important}html.live-select .easy-announcements-live-selector .lh-sm{line-height:1.25!important}html.live-select .easy-announcements-live-selector .lh-base{line-height:1.5!important}html.live-select .easy-announcements-live-selector .lh-lg{line-height:2!important}html.live-select .easy-announcements-live-selector .text-start{text-align:left!important}html.live-select .easy-announcements-live-selector .text-end{text-align:right!important}html.live-select .easy-announcements-live-selector .text-center{text-align:center!important}html.live-select .easy-announcements-live-selector .text-decoration-none{text-decoration:none!important}html.live-select .easy-announcements-live-selector .text-decoration-underline{text-decoration:underline!important}html.live-select .easy-announcements-live-selector .text-decoration-line-through{text-decoration:line-through!important}html.live-select .easy-announcements-live-selector .text-lowercase{text-transform:lowercase!important}html.live-select .easy-announcements-live-selector .text-uppercase{text-transform:uppercase!important}html.live-select .easy-announcements-live-selector .text-capitalize{text-transform:capitalize!important}html.live-select .easy-announcements-live-selector .text-wrap{white-space:normal!important}html.live-select .easy-announcements-live-selector .text-nowrap{white-space:nowrap!important}html.live-select .easy-announcements-live-selector .text-break{word-wrap:break-word!important;word-break:break-word!important}html.live-select .easy-announcements-live-selector .text-primary{--ea-bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}html.live-select .easy-announcements-live-selector .text-secondary{--ea-bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}html.live-select .easy-announcements-live-selector .text-success{--ea-bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}html.live-select .easy-announcements-live-selector .text-info{--ea-bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}html.live-select .easy-announcements-live-selector .text-warning{--ea-bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}html.live-select .easy-announcements-live-selector .text-danger{--ea-bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}html.live-select .easy-announcements-live-selector .text-light{--ea-bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}html.live-select .easy-announcements-live-selector .text-dark{--ea-bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}html.live-select .easy-announcements-live-selector .text-black{--ea-bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}html.live-select .easy-announcements-live-selector .text-white{--ea-bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}html.live-select .easy-announcements-live-selector .text-body{--ea-bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}html.live-select .easy-announcements-live-selector .text-muted{--ea-bs-text-opacity:1;color:#6c757d!important}html.live-select .easy-announcements-live-selector .text-black-50{--ea-bs-text-opacity:1;color:rgb(0 0 0 / .5)!important}html.live-select .easy-announcements-live-selector .text-white-50{--ea-bs-text-opacity:1;color:rgb(255 255 255 / .5)!important}html.live-select .easy-announcements-live-selector .text-reset{--ea-bs-text-opacity:1;color:inherit!important}html.live-select .easy-announcements-live-selector .text-opacity-25{--ea-bs-text-opacity:0.25}html.live-select .easy-announcements-live-selector .text-opacity-50{--ea-bs-text-opacity:0.5}html.live-select .easy-announcements-live-selector .text-opacity-75{--ea-bs-text-opacity:0.75}html.live-select .easy-announcements-live-selector .text-opacity-100{--ea-bs-text-opacity:1}html.live-select .easy-announcements-live-selector .bg-primary{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}html.live-select .easy-announcements-live-selector .bg-secondary{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}html.live-select .easy-announcements-live-selector .bg-success{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}html.live-select .easy-announcements-live-selector .bg-info{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}html.live-select .easy-announcements-live-selector .bg-warning{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}html.live-select .easy-announcements-live-selector .bg-danger{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}html.live-select .easy-announcements-live-selector .bg-light{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}html.live-select .easy-announcements-live-selector .bg-dark{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}html.live-select .easy-announcements-live-selector .bg-black{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}html.live-select .easy-announcements-live-selector .bg-white{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}html.live-select .easy-announcements-live-selector .bg-body{--ea-bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}html.live-select .easy-announcements-live-selector .bg-transparent{--ea-bs-bg-opacity:1;background-color:transparent!important}html.live-select .easy-announcements-live-selector .bg-opacity-10{--ea-bs-bg-opacity:0.1}html.live-select .easy-announcements-live-selector .bg-opacity-25{--ea-bs-bg-opacity:0.25}html.live-select .easy-announcements-live-selector .bg-opacity-50{--ea-bs-bg-opacity:0.5}html.live-select .easy-announcements-live-selector .bg-opacity-75{--ea-bs-bg-opacity:0.75}html.live-select .easy-announcements-live-selector .bg-opacity-100{--ea-bs-bg-opacity:1}html.live-select .easy-announcements-live-selector .bg-gradient{background-image:var(--ea-bs-gradient)!important}html.live-select .easy-announcements-live-selector .user-select-all{user-select:all!important}html.live-select .easy-announcements-live-selector .user-select-auto{user-select:auto!important}html.live-select .easy-announcements-live-selector .user-select-none{user-select:none!important}html.live-select .easy-announcements-live-selector .pe-none{pointer-events:none!important}html.live-select .easy-announcements-live-selector .pe-auto{pointer-events:auto!important}html.live-select .easy-announcements-live-selector .rounded{border-radius:var(--ea-bs-border-radius)!important}html.live-select .easy-announcements-live-selector .rounded-0{border-radius:0!important}html.live-select .easy-announcements-live-selector .rounded-1{border-radius:var(--ea-bs-border-radius-sm)!important}html.live-select .easy-announcements-live-selector .rounded-2{border-radius:var(--ea-bs-border-radius)!important}html.live-select .easy-announcements-live-selector .rounded-3{border-radius:var(--ea-bs-border-radius-lg)!important}html.live-select .easy-announcements-live-selector .rounded-4{border-radius:var(--ea-bs-border-radius-xl)!important}html.live-select .easy-announcements-live-selector .rounded-5{border-radius:var(--ea-bs-border-radius-2xl)!important}html.live-select .easy-announcements-live-selector .rounded-circle{border-radius:50%!important}html.live-select .easy-announcements-live-selector .rounded-pill{border-radius:var(--ea-bs-border-radius-pill)!important}html.live-select .easy-announcements-live-selector .rounded-top{border-top-left-radius:var(--ea-bs-border-radius)!important;border-top-right-radius:var(--ea-bs-border-radius)!important}html.live-select .easy-announcements-live-selector .rounded-end{border-top-right-radius:var(--ea-bs-border-radius)!important;border-bottom-right-radius:var(--ea-bs-border-radius)!important}html.live-select .easy-announcements-live-selector .rounded-bottom{border-bottom-right-radius:var(--ea-bs-border-radius)!important;border-bottom-left-radius:var(--ea-bs-border-radius)!important}html.live-select .easy-announcements-live-selector .rounded-start{border-bottom-left-radius:var(--ea-bs-border-radius)!important;border-top-left-radius:var(--ea-bs-border-radius)!important}html.live-select .easy-announcements-live-selector .visible{visibility:visible!important}html.live-select .easy-announcements-live-selector .invisible{visibility:hidden!important}@media (min-width:576px){html.live-select .easy-announcements-live-selector .float-sm-start{float:left!important}html.live-select .easy-announcements-live-selector .float-sm-end{float:right!important}html.live-select .easy-announcements-live-selector .float-sm-none{float:none!important}html.live-select .easy-announcements-live-selector .d-sm-inline{display:inline!important}html.live-select .easy-announcements-live-selector .d-sm-inline-block{display:inline-block!important}html.live-select .easy-announcements-live-selector .d-sm-block{display:block!important}html.live-select .easy-announcements-live-selector .d-sm-grid{display:grid!important}html.live-select .easy-announcements-live-selector .d-sm-table{display:table!important}html.live-select .easy-announcements-live-selector .d-sm-table-row{display:table-row!important}html.live-select .easy-announcements-live-selector .d-sm-table-cell{display:table-cell!important}html.live-select .easy-announcements-live-selector .d-sm-flex{display:flex!important}html.live-select .easy-announcements-live-selector .d-sm-inline-flex{display:inline-flex!important}html.live-select .easy-announcements-live-selector .d-sm-none{display:none!important}html.live-select .easy-announcements-live-selector .flex-sm-fill{flex:1 1 auto!important}html.live-select .easy-announcements-live-selector .flex-sm-row{flex-direction:row!important}html.live-select .easy-announcements-live-selector .flex-sm-column{flex-direction:column!important}html.live-select .easy-announcements-live-selector .flex-sm-row-reverse{flex-direction:row-reverse!important}html.live-select .easy-announcements-live-selector .flex-sm-column-reverse{flex-direction:column-reverse!important}html.live-select .easy-announcements-live-selector .flex-sm-grow-0{flex-grow:0!important}html.live-select .easy-announcements-live-selector .flex-sm-grow-1{flex-grow:1!important}html.live-select .easy-announcements-live-selector .flex-sm-shrink-0{flex-shrink:0!important}html.live-select .easy-announcements-live-selector .flex-sm-shrink-1{flex-shrink:1!important}html.live-select .easy-announcements-live-selector .flex-sm-wrap{flex-wrap:wrap!important}html.live-select .easy-announcements-live-selector .flex-sm-nowrap{flex-wrap:nowrap!important}html.live-select .easy-announcements-live-selector .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}html.live-select .easy-announcements-live-selector .justify-content-sm-start{justify-content:flex-start!important}html.live-select .easy-announcements-live-selector .justify-content-sm-end{justify-content:flex-end!important}html.live-select .easy-announcements-live-selector .justify-content-sm-center{justify-content:center!important}html.live-select .easy-announcements-live-selector .justify-content-sm-between{justify-content:space-between!important}html.live-select .easy-announcements-live-selector .justify-content-sm-around{justify-content:space-around!important}html.live-select .easy-announcements-live-selector .justify-content-sm-evenly{justify-content:space-evenly!important}html.live-select .easy-announcements-live-selector .align-items-sm-start{align-items:flex-start!important}html.live-select .easy-announcements-live-selector .align-items-sm-end{align-items:flex-end!important}html.live-select .easy-announcements-live-selector .align-items-sm-center{align-items:center!important}html.live-select .easy-announcements-live-selector .align-items-sm-baseline{align-items:baseline!important}html.live-select .easy-announcements-live-selector .align-items-sm-stretch{align-items:stretch!important}html.live-select .easy-announcements-live-selector .align-content-sm-start{align-content:flex-start!important}html.live-select .easy-announcements-live-selector .align-content-sm-end{align-content:flex-end!important}html.live-select .easy-announcements-live-selector .align-content-sm-center{align-content:center!important}html.live-select .easy-announcements-live-selector .align-content-sm-between{align-content:space-between!important}html.live-select .easy-announcements-live-selector .align-content-sm-around{align-content:space-around!important}html.live-select .easy-announcements-live-selector .align-content-sm-stretch{align-content:stretch!important}html.live-select .easy-announcements-live-selector .align-self-sm-auto{align-self:auto!important}html.live-select .easy-announcements-live-selector .align-self-sm-start{align-self:flex-start!important}html.live-select .easy-announcements-live-selector .align-self-sm-end{align-self:flex-end!important}html.live-select .easy-announcements-live-selector .align-self-sm-center{align-self:center!important}html.live-select .easy-announcements-live-selector .align-self-sm-baseline{align-self:baseline!important}html.live-select .easy-announcements-live-selector .align-self-sm-stretch{align-self:stretch!important}html.live-select .easy-announcements-live-selector .order-sm-first{order:-1!important}html.live-select .easy-announcements-live-selector .order-sm-0{order:0!important}html.live-select .easy-announcements-live-selector .order-sm-1{order:1!important}html.live-select .easy-announcements-live-selector .order-sm-2{order:2!important}html.live-select .easy-announcements-live-selector .order-sm-3{order:3!important}html.live-select .easy-announcements-live-selector .order-sm-4{order:4!important}html.live-select .easy-announcements-live-selector .order-sm-5{order:5!important}html.live-select .easy-announcements-live-selector .order-sm-last{order:6!important}html.live-select .easy-announcements-live-selector .m-sm-0{margin:0!important}html.live-select .easy-announcements-live-selector .m-sm-1{margin:.25rem!important}html.live-select .easy-announcements-live-selector .m-sm-2{margin:.5rem!important}html.live-select .easy-announcements-live-selector .m-sm-3{margin:1rem!important}html.live-select .easy-announcements-live-selector .m-sm-4{margin:1.5rem!important}html.live-select .easy-announcements-live-selector .m-sm-5{margin:3rem!important}html.live-select .easy-announcements-live-selector .m-sm-auto{margin:auto!important}html.live-select .easy-announcements-live-selector .mx-sm-0{margin-right:0!important;margin-left:0!important}html.live-select .easy-announcements-live-selector .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}html.live-select .easy-announcements-live-selector .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}html.live-select .easy-announcements-live-selector .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}html.live-select .easy-announcements-live-selector .my-sm-0{margin-top:0!important;margin-bottom:0!important}html.live-select .easy-announcements-live-selector .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .mt-sm-0{margin-top:0!important}html.live-select .easy-announcements-live-selector .mt-sm-1{margin-top:.25rem!important}html.live-select .easy-announcements-live-selector .mt-sm-2{margin-top:.5rem!important}html.live-select .easy-announcements-live-selector .mt-sm-3{margin-top:1rem!important}html.live-select .easy-announcements-live-selector .mt-sm-4{margin-top:1.5rem!important}html.live-select .easy-announcements-live-selector .mt-sm-5{margin-top:3rem!important}html.live-select .easy-announcements-live-selector .mt-sm-auto{margin-top:auto!important}html.live-select .easy-announcements-live-selector .me-sm-0{margin-right:0!important}html.live-select .easy-announcements-live-selector .me-sm-1{margin-right:.25rem!important}html.live-select .easy-announcements-live-selector .me-sm-2{margin-right:.5rem!important}html.live-select .easy-announcements-live-selector .me-sm-3{margin-right:1rem!important}html.live-select .easy-announcements-live-selector .me-sm-4{margin-right:1.5rem!important}html.live-select .easy-announcements-live-selector .me-sm-5{margin-right:3rem!important}html.live-select .easy-announcements-live-selector .me-sm-auto{margin-right:auto!important}html.live-select .easy-announcements-live-selector .mb-sm-0{margin-bottom:0!important}html.live-select .easy-announcements-live-selector .mb-sm-1{margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .mb-sm-2{margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .mb-sm-3{margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .mb-sm-4{margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .mb-sm-5{margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .mb-sm-auto{margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .ms-sm-0{margin-left:0!important}html.live-select .easy-announcements-live-selector .ms-sm-1{margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .ms-sm-2{margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .ms-sm-3{margin-left:1rem!important}html.live-select .easy-announcements-live-selector .ms-sm-4{margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ms-sm-5{margin-left:3rem!important}html.live-select .easy-announcements-live-selector .ms-sm-auto{margin-left:auto!important}html.live-select .easy-announcements-live-selector .p-sm-0{padding:0!important}html.live-select .easy-announcements-live-selector .p-sm-1{padding:.25rem!important}html.live-select .easy-announcements-live-selector .p-sm-2{padding:.5rem!important}html.live-select .easy-announcements-live-selector .p-sm-3{padding:1rem!important}html.live-select .easy-announcements-live-selector .p-sm-4{padding:1.5rem!important}html.live-select .easy-announcements-live-selector .p-sm-5{padding:3rem!important}html.live-select .easy-announcements-live-selector .px-sm-0{padding-right:0!important;padding-left:0!important}html.live-select .easy-announcements-live-selector .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}html.live-select .easy-announcements-live-selector .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}html.live-select .easy-announcements-live-selector .py-sm-0{padding-top:0!important;padding-bottom:0!important}html.live-select .easy-announcements-live-selector .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .pt-sm-0{padding-top:0!important}html.live-select .easy-announcements-live-selector .pt-sm-1{padding-top:.25rem!important}html.live-select .easy-announcements-live-selector .pt-sm-2{padding-top:.5rem!important}html.live-select .easy-announcements-live-selector .pt-sm-3{padding-top:1rem!important}html.live-select .easy-announcements-live-selector .pt-sm-4{padding-top:1.5rem!important}html.live-select .easy-announcements-live-selector .pt-sm-5{padding-top:3rem!important}html.live-select .easy-announcements-live-selector .pe-sm-0{padding-right:0!important}html.live-select .easy-announcements-live-selector .pe-sm-1{padding-right:.25rem!important}html.live-select .easy-announcements-live-selector .pe-sm-2{padding-right:.5rem!important}html.live-select .easy-announcements-live-selector .pe-sm-3{padding-right:1rem!important}html.live-select .easy-announcements-live-selector .pe-sm-4{padding-right:1.5rem!important}html.live-select .easy-announcements-live-selector .pe-sm-5{padding-right:3rem!important}html.live-select .easy-announcements-live-selector .pb-sm-0{padding-bottom:0!important}html.live-select .easy-announcements-live-selector .pb-sm-1{padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .pb-sm-2{padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .pb-sm-3{padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .pb-sm-4{padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .pb-sm-5{padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .ps-sm-0{padding-left:0!important}html.live-select .easy-announcements-live-selector .ps-sm-1{padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .ps-sm-2{padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .ps-sm-3{padding-left:1rem!important}html.live-select .easy-announcements-live-selector .ps-sm-4{padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ps-sm-5{padding-left:3rem!important}html.live-select .easy-announcements-live-selector .gap-sm-0{gap:0!important}html.live-select .easy-announcements-live-selector .gap-sm-1{gap:.25rem!important}html.live-select .easy-announcements-live-selector .gap-sm-2{gap:.5rem!important}html.live-select .easy-announcements-live-selector .gap-sm-3{gap:1rem!important}html.live-select .easy-announcements-live-selector .gap-sm-4{gap:1.5rem!important}html.live-select .easy-announcements-live-selector .gap-sm-5{gap:3rem!important}html.live-select .easy-announcements-live-selector .text-sm-start{text-align:left!important}html.live-select .easy-announcements-live-selector .text-sm-end{text-align:right!important}html.live-select .easy-announcements-live-selector .text-sm-center{text-align:center!important}}@media (min-width:768px){html.live-select .easy-announcements-live-selector .float-md-start{float:left!important}html.live-select .easy-announcements-live-selector .float-md-end{float:right!important}html.live-select .easy-announcements-live-selector .float-md-none{float:none!important}html.live-select .easy-announcements-live-selector .d-md-inline{display:inline!important}html.live-select .easy-announcements-live-selector .d-md-inline-block{display:inline-block!important}html.live-select .easy-announcements-live-selector .d-md-block{display:block!important}html.live-select .easy-announcements-live-selector .d-md-grid{display:grid!important}html.live-select .easy-announcements-live-selector .d-md-table{display:table!important}html.live-select .easy-announcements-live-selector .d-md-table-row{display:table-row!important}html.live-select .easy-announcements-live-selector .d-md-table-cell{display:table-cell!important}html.live-select .easy-announcements-live-selector .d-md-flex{display:flex!important}html.live-select .easy-announcements-live-selector .d-md-inline-flex{display:inline-flex!important}html.live-select .easy-announcements-live-selector .d-md-none{display:none!important}html.live-select .easy-announcements-live-selector .flex-md-fill{flex:1 1 auto!important}html.live-select .easy-announcements-live-selector .flex-md-row{flex-direction:row!important}html.live-select .easy-announcements-live-selector .flex-md-column{flex-direction:column!important}html.live-select .easy-announcements-live-selector .flex-md-row-reverse{flex-direction:row-reverse!important}html.live-select .easy-announcements-live-selector .flex-md-column-reverse{flex-direction:column-reverse!important}html.live-select .easy-announcements-live-selector .flex-md-grow-0{flex-grow:0!important}html.live-select .easy-announcements-live-selector .flex-md-grow-1{flex-grow:1!important}html.live-select .easy-announcements-live-selector .flex-md-shrink-0{flex-shrink:0!important}html.live-select .easy-announcements-live-selector .flex-md-shrink-1{flex-shrink:1!important}html.live-select .easy-announcements-live-selector .flex-md-wrap{flex-wrap:wrap!important}html.live-select .easy-announcements-live-selector .flex-md-nowrap{flex-wrap:nowrap!important}html.live-select .easy-announcements-live-selector .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}html.live-select .easy-announcements-live-selector .justify-content-md-start{justify-content:flex-start!important}html.live-select .easy-announcements-live-selector .justify-content-md-end{justify-content:flex-end!important}html.live-select .easy-announcements-live-selector .justify-content-md-center{justify-content:center!important}html.live-select .easy-announcements-live-selector .justify-content-md-between{justify-content:space-between!important}html.live-select .easy-announcements-live-selector .justify-content-md-around{justify-content:space-around!important}html.live-select .easy-announcements-live-selector .justify-content-md-evenly{justify-content:space-evenly!important}html.live-select .easy-announcements-live-selector .align-items-md-start{align-items:flex-start!important}html.live-select .easy-announcements-live-selector .align-items-md-end{align-items:flex-end!important}html.live-select .easy-announcements-live-selector .align-items-md-center{align-items:center!important}html.live-select .easy-announcements-live-selector .align-items-md-baseline{align-items:baseline!important}html.live-select .easy-announcements-live-selector .align-items-md-stretch{align-items:stretch!important}html.live-select .easy-announcements-live-selector .align-content-md-start{align-content:flex-start!important}html.live-select .easy-announcements-live-selector .align-content-md-end{align-content:flex-end!important}html.live-select .easy-announcements-live-selector .align-content-md-center{align-content:center!important}html.live-select .easy-announcements-live-selector .align-content-md-between{align-content:space-between!important}html.live-select .easy-announcements-live-selector .align-content-md-around{align-content:space-around!important}html.live-select .easy-announcements-live-selector .align-content-md-stretch{align-content:stretch!important}html.live-select .easy-announcements-live-selector .align-self-md-auto{align-self:auto!important}html.live-select .easy-announcements-live-selector .align-self-md-start{align-self:flex-start!important}html.live-select .easy-announcements-live-selector .align-self-md-end{align-self:flex-end!important}html.live-select .easy-announcements-live-selector .align-self-md-center{align-self:center!important}html.live-select .easy-announcements-live-selector .align-self-md-baseline{align-self:baseline!important}html.live-select .easy-announcements-live-selector .align-self-md-stretch{align-self:stretch!important}html.live-select .easy-announcements-live-selector .order-md-first{order:-1!important}html.live-select .easy-announcements-live-selector .order-md-0{order:0!important}html.live-select .easy-announcements-live-selector .order-md-1{order:1!important}html.live-select .easy-announcements-live-selector .order-md-2{order:2!important}html.live-select .easy-announcements-live-selector .order-md-3{order:3!important}html.live-select .easy-announcements-live-selector .order-md-4{order:4!important}html.live-select .easy-announcements-live-selector .order-md-5{order:5!important}html.live-select .easy-announcements-live-selector .order-md-last{order:6!important}html.live-select .easy-announcements-live-selector .m-md-0{margin:0!important}html.live-select .easy-announcements-live-selector .m-md-1{margin:.25rem!important}html.live-select .easy-announcements-live-selector .m-md-2{margin:.5rem!important}html.live-select .easy-announcements-live-selector .m-md-3{margin:1rem!important}html.live-select .easy-announcements-live-selector .m-md-4{margin:1.5rem!important}html.live-select .easy-announcements-live-selector .m-md-5{margin:3rem!important}html.live-select .easy-announcements-live-selector .m-md-auto{margin:auto!important}html.live-select .easy-announcements-live-selector .mx-md-0{margin-right:0!important;margin-left:0!important}html.live-select .easy-announcements-live-selector .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}html.live-select .easy-announcements-live-selector .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}html.live-select .easy-announcements-live-selector .mx-md-auto{margin-right:auto!important;margin-left:auto!important}html.live-select .easy-announcements-live-selector .my-md-0{margin-top:0!important;margin-bottom:0!important}html.live-select .easy-announcements-live-selector .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .mt-md-0{margin-top:0!important}html.live-select .easy-announcements-live-selector .mt-md-1{margin-top:.25rem!important}html.live-select .easy-announcements-live-selector .mt-md-2{margin-top:.5rem!important}html.live-select .easy-announcements-live-selector .mt-md-3{margin-top:1rem!important}html.live-select .easy-announcements-live-selector .mt-md-4{margin-top:1.5rem!important}html.live-select .easy-announcements-live-selector .mt-md-5{margin-top:3rem!important}html.live-select .easy-announcements-live-selector .mt-md-auto{margin-top:auto!important}html.live-select .easy-announcements-live-selector .me-md-0{margin-right:0!important}html.live-select .easy-announcements-live-selector .me-md-1{margin-right:.25rem!important}html.live-select .easy-announcements-live-selector .me-md-2{margin-right:.5rem!important}html.live-select .easy-announcements-live-selector .me-md-3{margin-right:1rem!important}html.live-select .easy-announcements-live-selector .me-md-4{margin-right:1.5rem!important}html.live-select .easy-announcements-live-selector .me-md-5{margin-right:3rem!important}html.live-select .easy-announcements-live-selector .me-md-auto{margin-right:auto!important}html.live-select .easy-announcements-live-selector .mb-md-0{margin-bottom:0!important}html.live-select .easy-announcements-live-selector .mb-md-1{margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .mb-md-2{margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .mb-md-3{margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .mb-md-4{margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .mb-md-5{margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .mb-md-auto{margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .ms-md-0{margin-left:0!important}html.live-select .easy-announcements-live-selector .ms-md-1{margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .ms-md-2{margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .ms-md-3{margin-left:1rem!important}html.live-select .easy-announcements-live-selector .ms-md-4{margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ms-md-5{margin-left:3rem!important}html.live-select .easy-announcements-live-selector .ms-md-auto{margin-left:auto!important}html.live-select .easy-announcements-live-selector .p-md-0{padding:0!important}html.live-select .easy-announcements-live-selector .p-md-1{padding:.25rem!important}html.live-select .easy-announcements-live-selector .p-md-2{padding:.5rem!important}html.live-select .easy-announcements-live-selector .p-md-3{padding:1rem!important}html.live-select .easy-announcements-live-selector .p-md-4{padding:1.5rem!important}html.live-select .easy-announcements-live-selector .p-md-5{padding:3rem!important}html.live-select .easy-announcements-live-selector .px-md-0{padding-right:0!important;padding-left:0!important}html.live-select .easy-announcements-live-selector .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .px-md-3{padding-right:1rem!important;padding-left:1rem!important}html.live-select .easy-announcements-live-selector .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .px-md-5{padding-right:3rem!important;padding-left:3rem!important}html.live-select .easy-announcements-live-selector .py-md-0{padding-top:0!important;padding-bottom:0!important}html.live-select .easy-announcements-live-selector .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .pt-md-0{padding-top:0!important}html.live-select .easy-announcements-live-selector .pt-md-1{padding-top:.25rem!important}html.live-select .easy-announcements-live-selector .pt-md-2{padding-top:.5rem!important}html.live-select .easy-announcements-live-selector .pt-md-3{padding-top:1rem!important}html.live-select .easy-announcements-live-selector .pt-md-4{padding-top:1.5rem!important}html.live-select .easy-announcements-live-selector .pt-md-5{padding-top:3rem!important}html.live-select .easy-announcements-live-selector .pe-md-0{padding-right:0!important}html.live-select .easy-announcements-live-selector .pe-md-1{padding-right:.25rem!important}html.live-select .easy-announcements-live-selector .pe-md-2{padding-right:.5rem!important}html.live-select .easy-announcements-live-selector .pe-md-3{padding-right:1rem!important}html.live-select .easy-announcements-live-selector .pe-md-4{padding-right:1.5rem!important}html.live-select .easy-announcements-live-selector .pe-md-5{padding-right:3rem!important}html.live-select .easy-announcements-live-selector .pb-md-0{padding-bottom:0!important}html.live-select .easy-announcements-live-selector .pb-md-1{padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .pb-md-2{padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .pb-md-3{padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .pb-md-4{padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .pb-md-5{padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .ps-md-0{padding-left:0!important}html.live-select .easy-announcements-live-selector .ps-md-1{padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .ps-md-2{padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .ps-md-3{padding-left:1rem!important}html.live-select .easy-announcements-live-selector .ps-md-4{padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ps-md-5{padding-left:3rem!important}html.live-select .easy-announcements-live-selector .gap-md-0{gap:0!important}html.live-select .easy-announcements-live-selector .gap-md-1{gap:.25rem!important}html.live-select .easy-announcements-live-selector .gap-md-2{gap:.5rem!important}html.live-select .easy-announcements-live-selector .gap-md-3{gap:1rem!important}html.live-select .easy-announcements-live-selector .gap-md-4{gap:1.5rem!important}html.live-select .easy-announcements-live-selector .gap-md-5{gap:3rem!important}html.live-select .easy-announcements-live-selector .text-md-start{text-align:left!important}html.live-select .easy-announcements-live-selector .text-md-end{text-align:right!important}html.live-select .easy-announcements-live-selector .text-md-center{text-align:center!important}}@media (min-width:992px){html.live-select .easy-announcements-live-selector .float-lg-start{float:left!important}html.live-select .easy-announcements-live-selector .float-lg-end{float:right!important}html.live-select .easy-announcements-live-selector .float-lg-none{float:none!important}html.live-select .easy-announcements-live-selector .d-lg-inline{display:inline!important}html.live-select .easy-announcements-live-selector .d-lg-inline-block{display:inline-block!important}html.live-select .easy-announcements-live-selector .d-lg-block{display:block!important}html.live-select .easy-announcements-live-selector .d-lg-grid{display:grid!important}html.live-select .easy-announcements-live-selector .d-lg-table{display:table!important}html.live-select .easy-announcements-live-selector .d-lg-table-row{display:table-row!important}html.live-select .easy-announcements-live-selector .d-lg-table-cell{display:table-cell!important}html.live-select .easy-announcements-live-selector .d-lg-flex{display:flex!important}html.live-select .easy-announcements-live-selector .d-lg-inline-flex{display:inline-flex!important}html.live-select .easy-announcements-live-selector .d-lg-none{display:none!important}html.live-select .easy-announcements-live-selector .flex-lg-fill{flex:1 1 auto!important}html.live-select .easy-announcements-live-selector .flex-lg-row{flex-direction:row!important}html.live-select .easy-announcements-live-selector .flex-lg-column{flex-direction:column!important}html.live-select .easy-announcements-live-selector .flex-lg-row-reverse{flex-direction:row-reverse!important}html.live-select .easy-announcements-live-selector .flex-lg-column-reverse{flex-direction:column-reverse!important}html.live-select .easy-announcements-live-selector .flex-lg-grow-0{flex-grow:0!important}html.live-select .easy-announcements-live-selector .flex-lg-grow-1{flex-grow:1!important}html.live-select .easy-announcements-live-selector .flex-lg-shrink-0{flex-shrink:0!important}html.live-select .easy-announcements-live-selector .flex-lg-shrink-1{flex-shrink:1!important}html.live-select .easy-announcements-live-selector .flex-lg-wrap{flex-wrap:wrap!important}html.live-select .easy-announcements-live-selector .flex-lg-nowrap{flex-wrap:nowrap!important}html.live-select .easy-announcements-live-selector .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}html.live-select .easy-announcements-live-selector .justify-content-lg-start{justify-content:flex-start!important}html.live-select .easy-announcements-live-selector .justify-content-lg-end{justify-content:flex-end!important}html.live-select .easy-announcements-live-selector .justify-content-lg-center{justify-content:center!important}html.live-select .easy-announcements-live-selector .justify-content-lg-between{justify-content:space-between!important}html.live-select .easy-announcements-live-selector .justify-content-lg-around{justify-content:space-around!important}html.live-select .easy-announcements-live-selector .justify-content-lg-evenly{justify-content:space-evenly!important}html.live-select .easy-announcements-live-selector .align-items-lg-start{align-items:flex-start!important}html.live-select .easy-announcements-live-selector .align-items-lg-end{align-items:flex-end!important}html.live-select .easy-announcements-live-selector .align-items-lg-center{align-items:center!important}html.live-select .easy-announcements-live-selector .align-items-lg-baseline{align-items:baseline!important}html.live-select .easy-announcements-live-selector .align-items-lg-stretch{align-items:stretch!important}html.live-select .easy-announcements-live-selector .align-content-lg-start{align-content:flex-start!important}html.live-select .easy-announcements-live-selector .align-content-lg-end{align-content:flex-end!important}html.live-select .easy-announcements-live-selector .align-content-lg-center{align-content:center!important}html.live-select .easy-announcements-live-selector .align-content-lg-between{align-content:space-between!important}html.live-select .easy-announcements-live-selector .align-content-lg-around{align-content:space-around!important}html.live-select .easy-announcements-live-selector .align-content-lg-stretch{align-content:stretch!important}html.live-select .easy-announcements-live-selector .align-self-lg-auto{align-self:auto!important}html.live-select .easy-announcements-live-selector .align-self-lg-start{align-self:flex-start!important}html.live-select .easy-announcements-live-selector .align-self-lg-end{align-self:flex-end!important}html.live-select .easy-announcements-live-selector .align-self-lg-center{align-self:center!important}html.live-select .easy-announcements-live-selector .align-self-lg-baseline{align-self:baseline!important}html.live-select .easy-announcements-live-selector .align-self-lg-stretch{align-self:stretch!important}html.live-select .easy-announcements-live-selector .order-lg-first{order:-1!important}html.live-select .easy-announcements-live-selector .order-lg-0{order:0!important}html.live-select .easy-announcements-live-selector .order-lg-1{order:1!important}html.live-select .easy-announcements-live-selector .order-lg-2{order:2!important}html.live-select .easy-announcements-live-selector .order-lg-3{order:3!important}html.live-select .easy-announcements-live-selector .order-lg-4{order:4!important}html.live-select .easy-announcements-live-selector .order-lg-5{order:5!important}html.live-select .easy-announcements-live-selector .order-lg-last{order:6!important}html.live-select .easy-announcements-live-selector .m-lg-0{margin:0!important}html.live-select .easy-announcements-live-selector .m-lg-1{margin:.25rem!important}html.live-select .easy-announcements-live-selector .m-lg-2{margin:.5rem!important}html.live-select .easy-announcements-live-selector .m-lg-3{margin:1rem!important}html.live-select .easy-announcements-live-selector .m-lg-4{margin:1.5rem!important}html.live-select .easy-announcements-live-selector .m-lg-5{margin:3rem!important}html.live-select .easy-announcements-live-selector .m-lg-auto{margin:auto!important}html.live-select .easy-announcements-live-selector .mx-lg-0{margin-right:0!important;margin-left:0!important}html.live-select .easy-announcements-live-selector .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}html.live-select .easy-announcements-live-selector .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}html.live-select .easy-announcements-live-selector .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}html.live-select .easy-announcements-live-selector .my-lg-0{margin-top:0!important;margin-bottom:0!important}html.live-select .easy-announcements-live-selector .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .mt-lg-0{margin-top:0!important}html.live-select .easy-announcements-live-selector .mt-lg-1{margin-top:.25rem!important}html.live-select .easy-announcements-live-selector .mt-lg-2{margin-top:.5rem!important}html.live-select .easy-announcements-live-selector .mt-lg-3{margin-top:1rem!important}html.live-select .easy-announcements-live-selector .mt-lg-4{margin-top:1.5rem!important}html.live-select .easy-announcements-live-selector .mt-lg-5{margin-top:3rem!important}html.live-select .easy-announcements-live-selector .mt-lg-auto{margin-top:auto!important}html.live-select .easy-announcements-live-selector .me-lg-0{margin-right:0!important}html.live-select .easy-announcements-live-selector .me-lg-1{margin-right:.25rem!important}html.live-select .easy-announcements-live-selector .me-lg-2{margin-right:.5rem!important}html.live-select .easy-announcements-live-selector .me-lg-3{margin-right:1rem!important}html.live-select .easy-announcements-live-selector .me-lg-4{margin-right:1.5rem!important}html.live-select .easy-announcements-live-selector .me-lg-5{margin-right:3rem!important}html.live-select .easy-announcements-live-selector .me-lg-auto{margin-right:auto!important}html.live-select .easy-announcements-live-selector .mb-lg-0{margin-bottom:0!important}html.live-select .easy-announcements-live-selector .mb-lg-1{margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .mb-lg-2{margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .mb-lg-3{margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .mb-lg-4{margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .mb-lg-5{margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .mb-lg-auto{margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .ms-lg-0{margin-left:0!important}html.live-select .easy-announcements-live-selector .ms-lg-1{margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .ms-lg-2{margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .ms-lg-3{margin-left:1rem!important}html.live-select .easy-announcements-live-selector .ms-lg-4{margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ms-lg-5{margin-left:3rem!important}html.live-select .easy-announcements-live-selector .ms-lg-auto{margin-left:auto!important}html.live-select .easy-announcements-live-selector .p-lg-0{padding:0!important}html.live-select .easy-announcements-live-selector .p-lg-1{padding:.25rem!important}html.live-select .easy-announcements-live-selector .p-lg-2{padding:.5rem!important}html.live-select .easy-announcements-live-selector .p-lg-3{padding:1rem!important}html.live-select .easy-announcements-live-selector .p-lg-4{padding:1.5rem!important}html.live-select .easy-announcements-live-selector .p-lg-5{padding:3rem!important}html.live-select .easy-announcements-live-selector .px-lg-0{padding-right:0!important;padding-left:0!important}html.live-select .easy-announcements-live-selector .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}html.live-select .easy-announcements-live-selector .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}html.live-select .easy-announcements-live-selector .py-lg-0{padding-top:0!important;padding-bottom:0!important}html.live-select .easy-announcements-live-selector .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .pt-lg-0{padding-top:0!important}html.live-select .easy-announcements-live-selector .pt-lg-1{padding-top:.25rem!important}html.live-select .easy-announcements-live-selector .pt-lg-2{padding-top:.5rem!important}html.live-select .easy-announcements-live-selector .pt-lg-3{padding-top:1rem!important}html.live-select .easy-announcements-live-selector .pt-lg-4{padding-top:1.5rem!important}html.live-select .easy-announcements-live-selector .pt-lg-5{padding-top:3rem!important}html.live-select .easy-announcements-live-selector .pe-lg-0{padding-right:0!important}html.live-select .easy-announcements-live-selector .pe-lg-1{padding-right:.25rem!important}html.live-select .easy-announcements-live-selector .pe-lg-2{padding-right:.5rem!important}html.live-select .easy-announcements-live-selector .pe-lg-3{padding-right:1rem!important}html.live-select .easy-announcements-live-selector .pe-lg-4{padding-right:1.5rem!important}html.live-select .easy-announcements-live-selector .pe-lg-5{padding-right:3rem!important}html.live-select .easy-announcements-live-selector .pb-lg-0{padding-bottom:0!important}html.live-select .easy-announcements-live-selector .pb-lg-1{padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .pb-lg-2{padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .pb-lg-3{padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .pb-lg-4{padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .pb-lg-5{padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .ps-lg-0{padding-left:0!important}html.live-select .easy-announcements-live-selector .ps-lg-1{padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .ps-lg-2{padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .ps-lg-3{padding-left:1rem!important}html.live-select .easy-announcements-live-selector .ps-lg-4{padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ps-lg-5{padding-left:3rem!important}html.live-select .easy-announcements-live-selector .gap-lg-0{gap:0!important}html.live-select .easy-announcements-live-selector .gap-lg-1{gap:.25rem!important}html.live-select .easy-announcements-live-selector .gap-lg-2{gap:.5rem!important}html.live-select .easy-announcements-live-selector .gap-lg-3{gap:1rem!important}html.live-select .easy-announcements-live-selector .gap-lg-4{gap:1.5rem!important}html.live-select .easy-announcements-live-selector .gap-lg-5{gap:3rem!important}html.live-select .easy-announcements-live-selector .text-lg-start{text-align:left!important}html.live-select .easy-announcements-live-selector .text-lg-end{text-align:right!important}html.live-select .easy-announcements-live-selector .text-lg-center{text-align:center!important}}@media (min-width:1200px){html.live-select .easy-announcements-live-selector .float-xl-start{float:left!important}html.live-select .easy-announcements-live-selector .float-xl-end{float:right!important}html.live-select .easy-announcements-live-selector .float-xl-none{float:none!important}html.live-select .easy-announcements-live-selector .d-xl-inline{display:inline!important}html.live-select .easy-announcements-live-selector .d-xl-inline-block{display:inline-block!important}html.live-select .easy-announcements-live-selector .d-xl-block{display:block!important}html.live-select .easy-announcements-live-selector .d-xl-grid{display:grid!important}html.live-select .easy-announcements-live-selector .d-xl-table{display:table!important}html.live-select .easy-announcements-live-selector .d-xl-table-row{display:table-row!important}html.live-select .easy-announcements-live-selector .d-xl-table-cell{display:table-cell!important}html.live-select .easy-announcements-live-selector .d-xl-flex{display:flex!important}html.live-select .easy-announcements-live-selector .d-xl-inline-flex{display:inline-flex!important}html.live-select .easy-announcements-live-selector .d-xl-none{display:none!important}html.live-select .easy-announcements-live-selector .flex-xl-fill{flex:1 1 auto!important}html.live-select .easy-announcements-live-selector .flex-xl-row{flex-direction:row!important}html.live-select .easy-announcements-live-selector .flex-xl-column{flex-direction:column!important}html.live-select .easy-announcements-live-selector .flex-xl-row-reverse{flex-direction:row-reverse!important}html.live-select .easy-announcements-live-selector .flex-xl-column-reverse{flex-direction:column-reverse!important}html.live-select .easy-announcements-live-selector .flex-xl-grow-0{flex-grow:0!important}html.live-select .easy-announcements-live-selector .flex-xl-grow-1{flex-grow:1!important}html.live-select .easy-announcements-live-selector .flex-xl-shrink-0{flex-shrink:0!important}html.live-select .easy-announcements-live-selector .flex-xl-shrink-1{flex-shrink:1!important}html.live-select .easy-announcements-live-selector .flex-xl-wrap{flex-wrap:wrap!important}html.live-select .easy-announcements-live-selector .flex-xl-nowrap{flex-wrap:nowrap!important}html.live-select .easy-announcements-live-selector .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}html.live-select .easy-announcements-live-selector .justify-content-xl-start{justify-content:flex-start!important}html.live-select .easy-announcements-live-selector .justify-content-xl-end{justify-content:flex-end!important}html.live-select .easy-announcements-live-selector .justify-content-xl-center{justify-content:center!important}html.live-select .easy-announcements-live-selector .justify-content-xl-between{justify-content:space-between!important}html.live-select .easy-announcements-live-selector .justify-content-xl-around{justify-content:space-around!important}html.live-select .easy-announcements-live-selector .justify-content-xl-evenly{justify-content:space-evenly!important}html.live-select .easy-announcements-live-selector .align-items-xl-start{align-items:flex-start!important}html.live-select .easy-announcements-live-selector .align-items-xl-end{align-items:flex-end!important}html.live-select .easy-announcements-live-selector .align-items-xl-center{align-items:center!important}html.live-select .easy-announcements-live-selector .align-items-xl-baseline{align-items:baseline!important}html.live-select .easy-announcements-live-selector .align-items-xl-stretch{align-items:stretch!important}html.live-select .easy-announcements-live-selector .align-content-xl-start{align-content:flex-start!important}html.live-select .easy-announcements-live-selector .align-content-xl-end{align-content:flex-end!important}html.live-select .easy-announcements-live-selector .align-content-xl-center{align-content:center!important}html.live-select .easy-announcements-live-selector .align-content-xl-between{align-content:space-between!important}html.live-select .easy-announcements-live-selector .align-content-xl-around{align-content:space-around!important}html.live-select .easy-announcements-live-selector .align-content-xl-stretch{align-content:stretch!important}html.live-select .easy-announcements-live-selector .align-self-xl-auto{align-self:auto!important}html.live-select .easy-announcements-live-selector .align-self-xl-start{align-self:flex-start!important}html.live-select .easy-announcements-live-selector .align-self-xl-end{align-self:flex-end!important}html.live-select .easy-announcements-live-selector .align-self-xl-center{align-self:center!important}html.live-select .easy-announcements-live-selector .align-self-xl-baseline{align-self:baseline!important}html.live-select .easy-announcements-live-selector .align-self-xl-stretch{align-self:stretch!important}html.live-select .easy-announcements-live-selector .order-xl-first{order:-1!important}html.live-select .easy-announcements-live-selector .order-xl-0{order:0!important}html.live-select .easy-announcements-live-selector .order-xl-1{order:1!important}html.live-select .easy-announcements-live-selector .order-xl-2{order:2!important}html.live-select .easy-announcements-live-selector .order-xl-3{order:3!important}html.live-select .easy-announcements-live-selector .order-xl-4{order:4!important}html.live-select .easy-announcements-live-selector .order-xl-5{order:5!important}html.live-select .easy-announcements-live-selector .order-xl-last{order:6!important}html.live-select .easy-announcements-live-selector .m-xl-0{margin:0!important}html.live-select .easy-announcements-live-selector .m-xl-1{margin:.25rem!important}html.live-select .easy-announcements-live-selector .m-xl-2{margin:.5rem!important}html.live-select .easy-announcements-live-selector .m-xl-3{margin:1rem!important}html.live-select .easy-announcements-live-selector .m-xl-4{margin:1.5rem!important}html.live-select .easy-announcements-live-selector .m-xl-5{margin:3rem!important}html.live-select .easy-announcements-live-selector .m-xl-auto{margin:auto!important}html.live-select .easy-announcements-live-selector .mx-xl-0{margin-right:0!important;margin-left:0!important}html.live-select .easy-announcements-live-selector .mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}html.live-select .easy-announcements-live-selector .mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}html.live-select .easy-announcements-live-selector .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}html.live-select .easy-announcements-live-selector .my-xl-0{margin-top:0!important;margin-bottom:0!important}html.live-select .easy-announcements-live-selector .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .mt-xl-0{margin-top:0!important}html.live-select .easy-announcements-live-selector .mt-xl-1{margin-top:.25rem!important}html.live-select .easy-announcements-live-selector .mt-xl-2{margin-top:.5rem!important}html.live-select .easy-announcements-live-selector .mt-xl-3{margin-top:1rem!important}html.live-select .easy-announcements-live-selector .mt-xl-4{margin-top:1.5rem!important}html.live-select .easy-announcements-live-selector .mt-xl-5{margin-top:3rem!important}html.live-select .easy-announcements-live-selector .mt-xl-auto{margin-top:auto!important}html.live-select .easy-announcements-live-selector .me-xl-0{margin-right:0!important}html.live-select .easy-announcements-live-selector .me-xl-1{margin-right:.25rem!important}html.live-select .easy-announcements-live-selector .me-xl-2{margin-right:.5rem!important}html.live-select .easy-announcements-live-selector .me-xl-3{margin-right:1rem!important}html.live-select .easy-announcements-live-selector .me-xl-4{margin-right:1.5rem!important}html.live-select .easy-announcements-live-selector .me-xl-5{margin-right:3rem!important}html.live-select .easy-announcements-live-selector .me-xl-auto{margin-right:auto!important}html.live-select .easy-announcements-live-selector .mb-xl-0{margin-bottom:0!important}html.live-select .easy-announcements-live-selector .mb-xl-1{margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .mb-xl-2{margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .mb-xl-3{margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .mb-xl-4{margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .mb-xl-5{margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .mb-xl-auto{margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .ms-xl-0{margin-left:0!important}html.live-select .easy-announcements-live-selector .ms-xl-1{margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .ms-xl-2{margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .ms-xl-3{margin-left:1rem!important}html.live-select .easy-announcements-live-selector .ms-xl-4{margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ms-xl-5{margin-left:3rem!important}html.live-select .easy-announcements-live-selector .ms-xl-auto{margin-left:auto!important}html.live-select .easy-announcements-live-selector .p-xl-0{padding:0!important}html.live-select .easy-announcements-live-selector .p-xl-1{padding:.25rem!important}html.live-select .easy-announcements-live-selector .p-xl-2{padding:.5rem!important}html.live-select .easy-announcements-live-selector .p-xl-3{padding:1rem!important}html.live-select .easy-announcements-live-selector .p-xl-4{padding:1.5rem!important}html.live-select .easy-announcements-live-selector .p-xl-5{padding:3rem!important}html.live-select .easy-announcements-live-selector .px-xl-0{padding-right:0!important;padding-left:0!important}html.live-select .easy-announcements-live-selector .px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .px-xl-3{padding-right:1rem!important;padding-left:1rem!important}html.live-select .easy-announcements-live-selector .px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .px-xl-5{padding-right:3rem!important;padding-left:3rem!important}html.live-select .easy-announcements-live-selector .py-xl-0{padding-top:0!important;padding-bottom:0!important}html.live-select .easy-announcements-live-selector .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .pt-xl-0{padding-top:0!important}html.live-select .easy-announcements-live-selector .pt-xl-1{padding-top:.25rem!important}html.live-select .easy-announcements-live-selector .pt-xl-2{padding-top:.5rem!important}html.live-select .easy-announcements-live-selector .pt-xl-3{padding-top:1rem!important}html.live-select .easy-announcements-live-selector .pt-xl-4{padding-top:1.5rem!important}html.live-select .easy-announcements-live-selector .pt-xl-5{padding-top:3rem!important}html.live-select .easy-announcements-live-selector .pe-xl-0{padding-right:0!important}html.live-select .easy-announcements-live-selector .pe-xl-1{padding-right:.25rem!important}html.live-select .easy-announcements-live-selector .pe-xl-2{padding-right:.5rem!important}html.live-select .easy-announcements-live-selector .pe-xl-3{padding-right:1rem!important}html.live-select .easy-announcements-live-selector .pe-xl-4{padding-right:1.5rem!important}html.live-select .easy-announcements-live-selector .pe-xl-5{padding-right:3rem!important}html.live-select .easy-announcements-live-selector .pb-xl-0{padding-bottom:0!important}html.live-select .easy-announcements-live-selector .pb-xl-1{padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .pb-xl-2{padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .pb-xl-3{padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .pb-xl-4{padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .pb-xl-5{padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .ps-xl-0{padding-left:0!important}html.live-select .easy-announcements-live-selector .ps-xl-1{padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .ps-xl-2{padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .ps-xl-3{padding-left:1rem!important}html.live-select .easy-announcements-live-selector .ps-xl-4{padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ps-xl-5{padding-left:3rem!important}html.live-select .easy-announcements-live-selector .gap-xl-0{gap:0!important}html.live-select .easy-announcements-live-selector .gap-xl-1{gap:.25rem!important}html.live-select .easy-announcements-live-selector .gap-xl-2{gap:.5rem!important}html.live-select .easy-announcements-live-selector .gap-xl-3{gap:1rem!important}html.live-select .easy-announcements-live-selector .gap-xl-4{gap:1.5rem!important}html.live-select .easy-announcements-live-selector .gap-xl-5{gap:3rem!important}html.live-select .easy-announcements-live-selector .text-xl-start{text-align:left!important}html.live-select .easy-announcements-live-selector .text-xl-end{text-align:right!important}html.live-select .easy-announcements-live-selector .text-xl-center{text-align:center!important}}@media (min-width:1400px){html.live-select .easy-announcements-live-selector .float-xxl-start{float:left!important}html.live-select .easy-announcements-live-selector .float-xxl-end{float:right!important}html.live-select .easy-announcements-live-selector .float-xxl-none{float:none!important}html.live-select .easy-announcements-live-selector .d-xxl-inline{display:inline!important}html.live-select .easy-announcements-live-selector .d-xxl-inline-block{display:inline-block!important}html.live-select .easy-announcements-live-selector .d-xxl-block{display:block!important}html.live-select .easy-announcements-live-selector .d-xxl-grid{display:grid!important}html.live-select .easy-announcements-live-selector .d-xxl-table{display:table!important}html.live-select .easy-announcements-live-selector .d-xxl-table-row{display:table-row!important}html.live-select .easy-announcements-live-selector .d-xxl-table-cell{display:table-cell!important}html.live-select .easy-announcements-live-selector .d-xxl-flex{display:flex!important}html.live-select .easy-announcements-live-selector .d-xxl-inline-flex{display:inline-flex!important}html.live-select .easy-announcements-live-selector .d-xxl-none{display:none!important}html.live-select .easy-announcements-live-selector .flex-xxl-fill{flex:1 1 auto!important}html.live-select .easy-announcements-live-selector .flex-xxl-row{flex-direction:row!important}html.live-select .easy-announcements-live-selector .flex-xxl-column{flex-direction:column!important}html.live-select .easy-announcements-live-selector .flex-xxl-row-reverse{flex-direction:row-reverse!important}html.live-select .easy-announcements-live-selector .flex-xxl-column-reverse{flex-direction:column-reverse!important}html.live-select .easy-announcements-live-selector .flex-xxl-grow-0{flex-grow:0!important}html.live-select .easy-announcements-live-selector .flex-xxl-grow-1{flex-grow:1!important}html.live-select .easy-announcements-live-selector .flex-xxl-shrink-0{flex-shrink:0!important}html.live-select .easy-announcements-live-selector .flex-xxl-shrink-1{flex-shrink:1!important}html.live-select .easy-announcements-live-selector .flex-xxl-wrap{flex-wrap:wrap!important}html.live-select .easy-announcements-live-selector .flex-xxl-nowrap{flex-wrap:nowrap!important}html.live-select .easy-announcements-live-selector .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}html.live-select .easy-announcements-live-selector .justify-content-xxl-start{justify-content:flex-start!important}html.live-select .easy-announcements-live-selector .justify-content-xxl-end{justify-content:flex-end!important}html.live-select .easy-announcements-live-selector .justify-content-xxl-center{justify-content:center!important}html.live-select .easy-announcements-live-selector .justify-content-xxl-between{justify-content:space-between!important}html.live-select .easy-announcements-live-selector .justify-content-xxl-around{justify-content:space-around!important}html.live-select .easy-announcements-live-selector .justify-content-xxl-evenly{justify-content:space-evenly!important}html.live-select .easy-announcements-live-selector .align-items-xxl-start{align-items:flex-start!important}html.live-select .easy-announcements-live-selector .align-items-xxl-end{align-items:flex-end!important}html.live-select .easy-announcements-live-selector .align-items-xxl-center{align-items:center!important}html.live-select .easy-announcements-live-selector .align-items-xxl-baseline{align-items:baseline!important}html.live-select .easy-announcements-live-selector .align-items-xxl-stretch{align-items:stretch!important}html.live-select .easy-announcements-live-selector .align-content-xxl-start{align-content:flex-start!important}html.live-select .easy-announcements-live-selector .align-content-xxl-end{align-content:flex-end!important}html.live-select .easy-announcements-live-selector .align-content-xxl-center{align-content:center!important}html.live-select .easy-announcements-live-selector .align-content-xxl-between{align-content:space-between!important}html.live-select .easy-announcements-live-selector .align-content-xxl-around{align-content:space-around!important}html.live-select .easy-announcements-live-selector .align-content-xxl-stretch{align-content:stretch!important}html.live-select .easy-announcements-live-selector .align-self-xxl-auto{align-self:auto!important}html.live-select .easy-announcements-live-selector .align-self-xxl-start{align-self:flex-start!important}html.live-select .easy-announcements-live-selector .align-self-xxl-end{align-self:flex-end!important}html.live-select .easy-announcements-live-selector .align-self-xxl-center{align-self:center!important}html.live-select .easy-announcements-live-selector .align-self-xxl-baseline{align-self:baseline!important}html.live-select .easy-announcements-live-selector .align-self-xxl-stretch{align-self:stretch!important}html.live-select .easy-announcements-live-selector .order-xxl-first{order:-1!important}html.live-select .easy-announcements-live-selector .order-xxl-0{order:0!important}html.live-select .easy-announcements-live-selector .order-xxl-1{order:1!important}html.live-select .easy-announcements-live-selector .order-xxl-2{order:2!important}html.live-select .easy-announcements-live-selector .order-xxl-3{order:3!important}html.live-select .easy-announcements-live-selector .order-xxl-4{order:4!important}html.live-select .easy-announcements-live-selector .order-xxl-5{order:5!important}html.live-select .easy-announcements-live-selector .order-xxl-last{order:6!important}html.live-select .easy-announcements-live-selector .m-xxl-0{margin:0!important}html.live-select .easy-announcements-live-selector .m-xxl-1{margin:.25rem!important}html.live-select .easy-announcements-live-selector .m-xxl-2{margin:.5rem!important}html.live-select .easy-announcements-live-selector .m-xxl-3{margin:1rem!important}html.live-select .easy-announcements-live-selector .m-xxl-4{margin:1.5rem!important}html.live-select .easy-announcements-live-selector .m-xxl-5{margin:3rem!important}html.live-select .easy-announcements-live-selector .m-xxl-auto{margin:auto!important}html.live-select .easy-announcements-live-selector .mx-xxl-0{margin-right:0!important;margin-left:0!important}html.live-select .easy-announcements-live-selector .mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}html.live-select .easy-announcements-live-selector .mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}html.live-select .easy-announcements-live-selector .mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}html.live-select .easy-announcements-live-selector .my-xxl-0{margin-top:0!important;margin-bottom:0!important}html.live-select .easy-announcements-live-selector .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .mt-xxl-0{margin-top:0!important}html.live-select .easy-announcements-live-selector .mt-xxl-1{margin-top:.25rem!important}html.live-select .easy-announcements-live-selector .mt-xxl-2{margin-top:.5rem!important}html.live-select .easy-announcements-live-selector .mt-xxl-3{margin-top:1rem!important}html.live-select .easy-announcements-live-selector .mt-xxl-4{margin-top:1.5rem!important}html.live-select .easy-announcements-live-selector .mt-xxl-5{margin-top:3rem!important}html.live-select .easy-announcements-live-selector .mt-xxl-auto{margin-top:auto!important}html.live-select .easy-announcements-live-selector .me-xxl-0{margin-right:0!important}html.live-select .easy-announcements-live-selector .me-xxl-1{margin-right:.25rem!important}html.live-select .easy-announcements-live-selector .me-xxl-2{margin-right:.5rem!important}html.live-select .easy-announcements-live-selector .me-xxl-3{margin-right:1rem!important}html.live-select .easy-announcements-live-selector .me-xxl-4{margin-right:1.5rem!important}html.live-select .easy-announcements-live-selector .me-xxl-5{margin-right:3rem!important}html.live-select .easy-announcements-live-selector .me-xxl-auto{margin-right:auto!important}html.live-select .easy-announcements-live-selector .mb-xxl-0{margin-bottom:0!important}html.live-select .easy-announcements-live-selector .mb-xxl-1{margin-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .mb-xxl-2{margin-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .mb-xxl-3{margin-bottom:1rem!important}html.live-select .easy-announcements-live-selector .mb-xxl-4{margin-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .mb-xxl-5{margin-bottom:3rem!important}html.live-select .easy-announcements-live-selector .mb-xxl-auto{margin-bottom:auto!important}html.live-select .easy-announcements-live-selector .ms-xxl-0{margin-left:0!important}html.live-select .easy-announcements-live-selector .ms-xxl-1{margin-left:.25rem!important}html.live-select .easy-announcements-live-selector .ms-xxl-2{margin-left:.5rem!important}html.live-select .easy-announcements-live-selector .ms-xxl-3{margin-left:1rem!important}html.live-select .easy-announcements-live-selector .ms-xxl-4{margin-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ms-xxl-5{margin-left:3rem!important}html.live-select .easy-announcements-live-selector .ms-xxl-auto{margin-left:auto!important}html.live-select .easy-announcements-live-selector .p-xxl-0{padding:0!important}html.live-select .easy-announcements-live-selector .p-xxl-1{padding:.25rem!important}html.live-select .easy-announcements-live-selector .p-xxl-2{padding:.5rem!important}html.live-select .easy-announcements-live-selector .p-xxl-3{padding:1rem!important}html.live-select .easy-announcements-live-selector .p-xxl-4{padding:1.5rem!important}html.live-select .easy-announcements-live-selector .p-xxl-5{padding:3rem!important}html.live-select .easy-announcements-live-selector .px-xxl-0{padding-right:0!important;padding-left:0!important}html.live-select .easy-announcements-live-selector .px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}html.live-select .easy-announcements-live-selector .px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}html.live-select .easy-announcements-live-selector .py-xxl-0{padding-top:0!important;padding-bottom:0!important}html.live-select .easy-announcements-live-selector .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .pt-xxl-0{padding-top:0!important}html.live-select .easy-announcements-live-selector .pt-xxl-1{padding-top:.25rem!important}html.live-select .easy-announcements-live-selector .pt-xxl-2{padding-top:.5rem!important}html.live-select .easy-announcements-live-selector .pt-xxl-3{padding-top:1rem!important}html.live-select .easy-announcements-live-selector .pt-xxl-4{padding-top:1.5rem!important}html.live-select .easy-announcements-live-selector .pt-xxl-5{padding-top:3rem!important}html.live-select .easy-announcements-live-selector .pe-xxl-0{padding-right:0!important}html.live-select .easy-announcements-live-selector .pe-xxl-1{padding-right:.25rem!important}html.live-select .easy-announcements-live-selector .pe-xxl-2{padding-right:.5rem!important}html.live-select .easy-announcements-live-selector .pe-xxl-3{padding-right:1rem!important}html.live-select .easy-announcements-live-selector .pe-xxl-4{padding-right:1.5rem!important}html.live-select .easy-announcements-live-selector .pe-xxl-5{padding-right:3rem!important}html.live-select .easy-announcements-live-selector .pb-xxl-0{padding-bottom:0!important}html.live-select .easy-announcements-live-selector .pb-xxl-1{padding-bottom:.25rem!important}html.live-select .easy-announcements-live-selector .pb-xxl-2{padding-bottom:.5rem!important}html.live-select .easy-announcements-live-selector .pb-xxl-3{padding-bottom:1rem!important}html.live-select .easy-announcements-live-selector .pb-xxl-4{padding-bottom:1.5rem!important}html.live-select .easy-announcements-live-selector .pb-xxl-5{padding-bottom:3rem!important}html.live-select .easy-announcements-live-selector .ps-xxl-0{padding-left:0!important}html.live-select .easy-announcements-live-selector .ps-xxl-1{padding-left:.25rem!important}html.live-select .easy-announcements-live-selector .ps-xxl-2{padding-left:.5rem!important}html.live-select .easy-announcements-live-selector .ps-xxl-3{padding-left:1rem!important}html.live-select .easy-announcements-live-selector .ps-xxl-4{padding-left:1.5rem!important}html.live-select .easy-announcements-live-selector .ps-xxl-5{padding-left:3rem!important}html.live-select .easy-announcements-live-selector .gap-xxl-0{gap:0!important}html.live-select .easy-announcements-live-selector .gap-xxl-1{gap:.25rem!important}html.live-select .easy-announcements-live-selector .gap-xxl-2{gap:.5rem!important}html.live-select .easy-announcements-live-selector .gap-xxl-3{gap:1rem!important}html.live-select .easy-announcements-live-selector .gap-xxl-4{gap:1.5rem!important}html.live-select .easy-announcements-live-selector .gap-xxl-5{gap:3rem!important}html.live-select .easy-announcements-live-selector .text-xxl-start{text-align:left!important}html.live-select .easy-announcements-live-selector .text-xxl-end{text-align:right!important}html.live-select .easy-announcements-live-selector .text-xxl-center{text-align:center!important}}@media (min-width:1200px){html.live-select .easy-announcements-live-selector .fs-1{font-size:2.5rem!important}html.live-select .easy-announcements-live-selector .fs-2{font-size:2rem!important}html.live-select .easy-announcements-live-selector .fs-3{font-size:1.75rem!important}html.live-select .easy-announcements-live-selector .fs-4{font-size:1.5rem!important}}@media print{html.live-select .easy-announcements-live-selector .d-print-inline{display:inline!important}html.live-select .easy-announcements-live-selector .d-print-inline-block{display:inline-block!important}html.live-select .easy-announcements-live-selector .d-print-block{display:block!important}html.live-select .easy-announcements-live-selector .d-print-grid{display:grid!important}html.live-select .easy-announcements-live-selector .d-print-table{display:table!important}html.live-select .easy-announcements-live-selector .d-print-table-row{display:table-row!important}html.live-select .easy-announcements-live-selector .d-print-table-cell{display:table-cell!important}html.live-select .easy-announcements-live-selector .d-print-flex{display:flex!important}html.live-select .easy-announcements-live-selector .d-print-inline-flex{display:inline-flex!important}html.live-select .easy-announcements-live-selector .d-print-none{display:none!important}}html.live-select .easy-announcements-live-selector .selector{position:fixed;display:inline-block;flex:none;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:auto;z-index:9999}html.live-select .easy-announcements-live-selector .selector .confirm-live-select-found{margin-right:.5rem}html.live-select body.live-select-found{overflow:hidden}html.live-select body.live-select-found .easy-announcements-live-selector{pointer-events:all}