@font-face {
  font-family: "Sofia";
  src: url(//www.buffalo.edu/etc/designs/ubcms/fonts/31981B_0_0.woff2);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sofia";
  src: url(//www.buffalo.edu/etc/designs/ubcms/fonts/3a55f768-1b87-426c-aa1b-d8ad13025b5f.woff2);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sofia";
  src: url(//www.buffalo.edu/etc/designs/ubcms/fonts/31981B_1_0.woff2);
  font-weight: normal;
  font-style: normal;
}
#cookie-banner {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  background-color: #666666;
  color: #ffffff;
  padding: 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  transform: translateY(120%);
  opacity: 0;
  z-index: 99999;
}
#cookie-banner .banner-content h1 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: Sofia, "Arial", sans-serif;
}
#cookie-banner .banner-content p {
  font-size: 0.9rem;
  line-height: 1.34;
  font-weight: normal;
  font-family: Sofia, "Arial", sans-serif;
  color: #ffffff;
  margin-bottom: 16px;
}
#cookie-banner .banner-btn {
  display: inline-block;
  width: 100%;
  padding: 13px;
  background-color: #427d10;
  color: #ffffff;
  font-size: 0.9rem;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
#cookie-banner .banner-btn:hover {
  background-color: #2a500a;
}
#cookie-banner .banner-btn:active {
  background-color: #36660d;
}
#cookie-banner .banner-body a {
  color: #ffffff;
  text-decoration: underline;
  font-family: Sofia, "Arial", sans-serif;
}
#cookie-banner .banner-body a:hover {
  cursor: pointer;
}
#cookie-banner:focus {
  outline: none;
}
@media (min-width: 721px) {
  #cookie-banner {
    left: 40px;
    bottom: 40px;
    width: 100%;
    max-width: 350px;
  }
}
.aem-AuthorLayer-Edit #cookie-banner {
  display: none !important;
}
#cookie-banner.show-banner {
  transform: translateY(0);
  opacity: 1;
  transition: transform .4s, opacity .4s;
}
#cookie-banner.hide-banner {
  transform: translateY(120%);
  opacity: 0;
}
