.cookieConsentContainer {
  z-index: 999;
  width: 450px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background: #f5f5f5;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.cookieConsentContainer .cookieTitle a {
  font-family: OpenSans, arial, "sans-serif";
  color: #333;
  font-size: 22px;
  line-height: 20px;
  display: block;
}
.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
  color: #27304c;
  text-decoration: none;
}

.cookieConsentContainer .cookieDesc a:hover {
  color: #333;
  text-decoration: none;
}
.cookieConsentContainer .cookieButton a {
  margin-top: 14px;
  background: #27304c;
  box-sizing: border-box;
  transition: background 0.3s;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
}
.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #333;
}

@media (max-width: 980px) {
  .cookieConsentContainer {
    margin-bottom: 40px;
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
  }
}
