.aecom-cookie-notification-bar * {
  box-sizing: border-box;
}
.aecom-cookie-notification-bar {
  color: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  z-index: 1000;
}
.aecom-cookie-notification-bar::after {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  content: " ";
  position: absolute;
  top: 0;
  z-index: -5;
  opacity: 0.8;
}
.aecom-cookie-notification-bar a {
  color: #fff !important;
  text-decoration: underline;
}
.aecom-cookie-notification-bar .notification-bar-container {
  padding: 15px 0;
}
.aecom-cookie-notification-bar .notification-bar-container::after {
  clear: both;
  display: table;
  content: " ";
}
.aecom-cookie-notification-bar .notification-bar-container .col {
  padding: 0px 24px;
}
.aecom-cookie-notification-bar .notification-bar-container .col .buttons {
  margin-top: 20px;
}
.aecom-cookie-notification-bar .notification-bar-container .col .buttons .btn {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 12px 24px;
  margin-right: 10px;
  text-decoration: none;
  border: none;
  color: #fff;
  border-radius: 0px;
}
.aecom-cookie-notification-bar .notification-bar-container .col .buttons .btn.accept {
  background: #00b3d6;
  font-size: 0.85em;
  padding: 13px 29px;
}
.aecom-cookie-notification-bar .notification-bar-container .col .buttons .btn.decline {
  background: none;
  float: right;
  padding: 12px 0px;
  background-image: url(img/close-x-sq.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 35px;
}
@media (min-width: 768px) {
  .aecom-cookie-notification-bar .notification-bar-container .col {
    float: left;
    width: 70%;
  }
  .aecom-cookie-notification-bar .notification-bar-container .col:last-child {
    float: right;
    width: 30%;
  }
  .aecom-cookie-notification-bar .notification-bar-container .col .buttons {
    margin-top: 10px;
    text-align: right;
  }
  .aecom-cookie-notification-bar .notification-bar-container .col .buttons .btn.decline {
    background-image: url(img/close-x.png);
    width: 10px;
    height: auto;
    float: none;
    position: relative;
    top: -5px;
    margin: 0px 0px 0px 10px;
  }
}
@media (max-width: 768px) {
  .aecom-cookie-notification-bar .notification-bar-container {
    padding: 10px 0;
  }

  .aecom-cookie-notification-bar p {
    line-height: 1.2em;
    font-size: 11px;
  }
  .aecom-cookie-notification-bar .notification-bar-container .col .buttons .btn.accept {
    padding: 5px 13px;
    margin-top: 8px;
  }
  .aecom-cookie-notification-bar .notification-bar-container .col .buttons {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .aecom-cookie-notification-bar .notification-bar-container .col {
    width: 80%;
    line-height: 2em;
  }
  .aecom-cookie-notification-bar .notification-bar-container .col:last-child {
    width: 20%;
  }
}
@media (min-width: 1340px) {
  .aecom-cookie-notification-bar .notification-bar-container .col .buttons {
    margin-top: 0px;
  }
}