/* Orion Cookie Notice */
.orion-cookie-banner {
display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #3a3a3a;
    color: #fff;
    font-size: 14px;
    padding: 50px 20px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0px -5px 35px #0000006e;
    border-top: 14px solid #f5625b;
}

.orion-cookie-banner p {
  margin: 0;
  display: inline;
}

.orion-cookie-banner a {
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid white;
}

.orion-cookie-banner a:hover {
    color: #ec685f;
    border-color:#ec685f;
}

.orion-cookie-banner button {
background: #ec685f;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 30px;
}

.orion-cookie-banner button:hover{
    background:#ff5b57;
}


/* Orion Cookie Notice */
