.alert{padding:0;margin:0}.alert_wrapper:before{content:'\f0f3';font-family:'FontAwesome';font-weight:900;color:#000;transform:rotate(-20deg);display:block;width:1em;line-height:40px}.alert_wrapper{display:flex;padding:.3em 1em;bottom:0;width:100%;background:var(--mr-color-yellow);align-items:center;font-size:1.2rem;box-shadow: inset 0 -5px 20px #0000001c;transition:.3s all ease;font-family: var(--mr-font-heading);font-weight:400}a.alert_item{color:#000;margin-left:.7em;font-weight:600;margin-top:.1em;text-decoration:none}a.alert_item:hover{text-decoration:underline;color:#000}.alert_wrapper.yellow{background:var(--mr-color-yellow)}.alert_wrapper.green{background: #2c843dd1;border:2px solid green}.alert_wrapper.red{background:var(--mr-color-red)}#banner .alert_wrapper{position:absolute;bottom:1rem;left:1rem;right:1rem;width:calc(100% - 2rem);border-radius:1rem;z-index:99}@media (max-width:991px){.alert_wrapper{position:relative!important;bottom:0!important;z-index:-1;width:100%!important;transform:translate(0,0);left:0!important;border-radius:0!important}header.is_stuck .alert_wrapper{transform:translate(0,-101%)}body.has_alert .page{margin-top:58px}}