#cookie-bar {
  background-color: #3677AE; }

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 3.2rem);
  z-index: 1000;
  max-width: 40em;
  box-shadow: 3px -3px 3px rgba(34, 34, 51, 0.5); }

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto; }

#cookie-bar p.cookie-bar-msg-pb {
  color: #FFF;
  margin: 20px;
  line-height: 20px; }

#cookie-bar p.cookie-bar-msg-pb a {
  color: #FFF;
  text-decoration: underline; }

#cookie-bar .cookie-bar-btn {
  margin: 20px;
  text-align: right; }

#cookie-bar .cookie-bar-btn button {
  background: none;
  background-color: #FFF;
  color: #3677AE;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  padding: 8px 30px;
  border: none;
  display: inline-block !important;
  max-width: fit-content;
  box-shadow: none !important; }

#cookie-bar .cookie-bar-btn button:focus, #cookie-bar .cookie-bar-btn button:hover {
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #3677AE; }

.aui body {
  top: 0 !important; }

.aui .goog-te-banner-frame.skiptranslate {
  display: none !important; }