.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffd25c;
  }

  .mr-2{ margin-right: 20px;}
  .ml-2{ margin-left: 20px;}
  .mt-2{ margin-top: 20px;}
  .mb-2{ margin-bottom: 20px;}

  .cookie-consent-banner__inner {     
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 0;
  }

  .cookie-consent-banner__copy { 
    margin-bottom: 16px;
  }

  .cookie-consent-banner__header {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color:#004b70;
  }

  .cookie-consent-banner__description {
    font-weight: normal;
    color: #282727;
    font-size: 16px;
    line-height: 24px;
  }

  .cookie-consent-banner__cta,.cookie-consent-banner__cta--secondary {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #004b70;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    
  }

  /*.cookie-consent-banner__cta--secondary { 
    padding: 9px 13px;
    border: 2px solid #004b70;
    background-color: #004b70;
    color: #ffff;
  }*/

  .cookie-consent-banner__cta:hover {
    background-color: #004b70;
    color:#ffff;
    text-decoration: none;
  }

  .cookie-consent-banner__cta--secondary:hover {
    background-color: #004b70;
    color: #ffff;
  }

  .cookie-consent-banner__cta:last-child {
    margin-left: 16px;
  }

  @media only screen and (max-width: 1020px) {
    .cookie-bar {
      padding:5%;
    }
  }

  @media only screen and (max-width: 1020px) {
    .cookie-consent-banner__cta {
      margin-top:10px;
      margin-bottom:10px;
    }
      }

  @media only screen and (max-width: 400px) {
    .cookie-consent-banner__cta{
      display: block;
      width: 70px;
    }
    .cookie-consent-banner__cta:last-child {
      margin-left: 0px;
    }

  }