footer.footer-redesign {
  position: relative;
}

footer .cookie-placeholder {
  display: none;
}

footer.editmode {
  display: block;
  height: 50px;
}

footer.editmode .cookie-placeholder {
  display: block;
}

footer.footer-redesign.cookiesOn {
    padding-bottom: 120px;
}

.globalfooter .centerContainer {
    padding-bottom: 50px;
}

@media only screen and (max-width: 760px) {

    footer.footer-redesign.cookiesOn {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 320px) {
    footer.footer-redesign.cookiesOn {
        padding-bottom: 130px;
    }
    .globalfooter .centerContainer {
      padding-bottom: 90px;
    }
}
footer.editmode #cookie-banner,
#cookie-banner.banner.editmode {
  position: relative;
}

#cookie-banner.banner {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #CDCDCD;
}

#cookie-banner .banner-body p {
  line-height: 1.5;
  letter-spacing: 0.5px;
}

#cookie-banner .banner-body a {
  color: black;
  border-bottom: 1px solid #000000;
  text-decoration: none;
}

#cookie-banner .banner-body a:hover {
  color: #808080;
  border-bottom: 1px solid #808080;
  text-decoration: none;
}

#cookie-banner .banner-body .close-col {
  text-align: right;
  padding-left: 0px;
}

#cookie-banner .banner-body .close-col a {
  display: inline-block;
  border-bottom: transparent;
}

#cookie-banner .banner-body .close {
  background: transparent;
  opacity: 1;
  margin-top: 18px;
}

/******* COOKIE BANNER DETAILS BREAKPOINTS OVERRIDES ************/

/******** MOBILE ***********/
@media only screen and (min-width: 320px) {
  #cookie-banner .banner-content{
    margin: 20px 25px;
  }

  #cookie-banner .banner-body .close {
    height: 36px;
    width: 36px;
  }
}

/******** TABLET *******/
@media only screen and (min-width: 760px) { 
  #cookie-banner .banner-content {
    margin: 55px 35px;
  }

  #cookie-banner .banner-body .close {
    height: 36px;
    width: 36px;
  } 
}

/********* DESKTOP **********/
@media only screen and (min-width: 1440px) {
  #cookie-banner .banner-content {
    margin: 55px 270px;
  }

  #cookie-banner .banner-body .close {
    height: 40px;
    width: 40px;
  }
}

#cookie-banner .col-xs-11 {
    width: 91.66666667%;
    float: left;
}
#cookie-banner .col-xs-1 {
    width: 8.33333333%;
    float: left;
}