#footer-main {
  background-color: #969291;
  color: #f4f4f4;
  position: relative;
  z-index: 10;
}
#footer-main b {
  font-weight: 600;
}
#footer-main h4 {
  color: #f4f4f4;
  font-size: 1rem;
}
#footer-main .footer-main {
  line-height: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#footer-main .footer-main a {
  color: #7b7b7c;
}
#footer-main .footer-main .text {
  color: #7b7b7c;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 100;
}
#footer-main .footer-main .text > span {
  color: #2e81de;
}
#footer-main .footer-main .text ul {
  padding: 0;
  list-style-type: none;
}
#footer-main .footer-main .text ul > li {
  line-height: 1.2rem;
}
#footer-main .footer-main .text ul > li a {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #f4f4f4;
}
#footer-main .footer-main p {
  font-size: 0.8rem;
}
#footer-main .footer-main .copyright {
  color: #2e81de;
}
#footer-main a {
  font-weight: 400;
}
#footer-main a:hover {
  font-weight: 400;
}
#footer-main a.list {
  display: block;
}
#footer-main .copyright {
  background-color: #f4f4f4;
}
#footer-main .copyright div, #footer-main .copyright a {
  color: #7b7b7c;
  font-size: 0.8rem;
}
#footer-main .copyright div h6, #footer-main .copyright a h6 {
  font-size: 0.8rem;
}
#footer-main .copyright h5 {
  color: #7b7b7c;
  display: inline-block;
  font-weight: 300;
  font-size: 0.8rem;
}
#footer-main .copyright a {
  display: inline-block;
  font-weight: 700;
}

#footer-more {
  background-color: #746f6f;
  position: relative;
}
#footer-more:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30vw;
  content: " ";
  background-image: url("/images/svg/griffin_white.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
#footer-more div, #footer-more h2, #footer-more h3, #footer-more h4, #footer-more a {
  color: #FFFFFF;
}
#footer-more a.btn {
  background-color: #FFFFFF;
  color: #7b7b7c;
}

#cookie {
  color: black;
  background-color: white;
  position: fixed;
  bottom: 2rem;
  left: 5%;
  right: 5%;
  padding: 0.5rem 2rem;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(110, 110, 152, 0.1);
  z-index: 999;
}
#cookie > button {
  float: right;
}

.inv {
  display: none;
}
