.consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  background-color: #f7f5f6;
  font-size: .75rem;
  z-index: 1000;
  box-sizing: border-box; }
  .consent-popup a {
    text-decoration: underline; }
  .consent-popup .consent-close {
    text-decoration: none;
    position: relative;
    top: 10px; }
    .consent-popup .consent-close span {
      padding-left: 5px;
      font-size: 1rem;
      color: #323439;
      position: relative;
      top: 1px; }
  .consent-popup .consent-close {
    float: right; }


@media only screen and (max-width: 767px) {
  .consent-popup {
    line-height: 1.2em;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
    .consent-popup .consent-close {
      position: relative;
      padding-top: 20px;
      border-left: 1px solid #e7e6e7;
      padding-left: 20px; }
      .consent-popup .consent-close span {
        position: absolute;
        top: 0px;
        left: 50%;
        -webkit-transform: translateX(calc(-50% + 10px));
        transform: translateX(calc(-50% + 10px)); }
}
