#cookie-alert{display:none;position:fixed;bottom:0;left:0;width:100%;background-color:#fff;z-index:200;margin-bottom:0;color:#425a69;font-size:13px;border-radius:0;border-top:1px solid #eee;text-align:center;padding:12px;-webkit-box-shadow:0px -3px 23px -4px rgba(107,107,107,.39);-moz-box-shadow:0px -3px 23px -4px rgba(107,107,107,.39);box-shadow:0px -3px 23px -4px rgba(107,107,107,.39)}#cookie-alert p{margin:0;padding:0}#cookie-alert a.privacy{color:#e99104}#cookie-alert a.privacy:hover{color:#e99104;text-decoration:underline}#cookie-alert.remove{animation:slideOut .75s ease-in-out both}#cookie-alert button{background:#e99104;box-shadow:none;color:#fff;border:0 solid #efefef;transition:all .25s ease-in-out 0s}#cookie-alert button:hover{background:#e99104;transition:all .25s ease-in-out 0s}@media screen and (max-width:1247px){#cookie-alert button{display:block;margin:6.2px auto 0 auto}}@media screen and (min-width:1248px){#cookie-alert button{margin-left:1em}}@keyframes SlideIn{0%{bottom:-12em}100%{bottom:0}}@keyframes slideOut{0%{bottom:0}100%{bottom:-12em}}