#gc-cookie-popup {
    position: fixed;
    height: auto;
    bottom: -170px;
    color: #fff;
    background: #BC255E;
    width: 100vw;
    z-index: 111;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    overflow: hidden;
    padding: 35px 0 20px;
    visibility: hidden;
}
#gc-cookie-popup .constrainedContent {
    padding-right: 65px;
}
#gc-cookie-popup h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 15px;
}
#gc-cookie-popup p {
    font-size: 1.6rem;
    line-height: 150%;
    margin-bottom: 10px;
}
#gc-cookie-popup p a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
#gc-cookie-popup p a:hover,
#gc-cookie-popup p a:focus,
#gc-cookie-popup p a:active {
    border-bottom: none;
}
#gc-cookie-popup button {
    min-width: auto;
    width: auto;
    margin: auto;
    font-size: 1.5rem;
    border: 2px solid #fff;
    padding: 6px 10px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
}
#gc-cookie-popup button#popup-close-2 {
    padding: 3px;
    font-size: 0;
    border-width: 1px;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: -4px;
    margin: auto;
    height: 40px;
    width: 40px;
    border: none;
    background-color: #861c42;
    text-align: center;
}
#gc-cookie-popup button#popup-close-2 span:before {
    content: '\000D7';
    height: 40px;
    width: 40px;
    font-weight: 300;
    font-size: 2.5rem;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    line-height: 40px;
    vertical-align: middle;
}
#gc-cookie-popup button:hover,
#gc-cookie-popup button:focus,
#gc-cookie-popup button:active {
    border-color: #E17A14;
    background: rgba(1,90,103,.7);
}