#consent-disclaimer {
  width: 100%;
  background: #618fc0;
  color: #fff;
  display: none;
  font-family: "3dsweb",Helvetica,Arial,sans-serif;
  font-size: 12px; }
  #consent-disclaimer.consent-active {
    display: table; }
  #consent-disclaimer.consent-hide {
    display: none; }
  #consent-disclaimer .consent-content {
    margin: 0 auto;
    display: table-row; }
  #consent-disclaimer .consent-message {
    display: table-cell;
    padding: 5px 15px;
    margin: 0;
    text-align: center;
    vertical-align: middle; }
    #consent-disclaimer .consent-message a {
      color: #ffffff;
      text-decoration: underline; }
      #consent-disclaimer .consent-message a:hover {
        text-decoration: none; }
  #consent-disclaimer .consent-button span {
    display: none; }
  #consent-disclaimer .consent-button {
    display: table-cell;
    vertical-align: middle;
    background: url(cross.png) right center #4775a5 no-repeat;
    text-align: right;
    padding: 0 50px 0 0;
    margin: 0;
    cursor: pointer; }
    #consent-disclaimer .consent-button:hover {
      border: none;
      background-color: #305072; }

@media screen and (min-width: 48em) {
  #consent-disclaimer .consent-button {
    height: 50px;
    width: 150px; }
    #consent-disclaimer .consent-button span {
      display: block;
      padding-left: 15px; } }

/*# sourceMappingURL=lib.consent.css.map */
