/*  Cookie-Bar Overrides  

.cookiebar {
	padding: 0.3em;
	background-color: #E3F7FD;
	color: #0356A5;
	text-align: center;
	z-index: 10;
}

.cookiebar__text {
	margin: 0;
	padding: 0.3em;
}

.cookiebar__message {
	margin: 0;
}*/

.cookiebar {
	background-color: #E3F7FD;
	color: #0356A5;
	font-size: .8em;
	position: sticky;
}
.cookiebar .cookiebar__message {
	margin-right: 0px;
}
.cookiebar .cookiebar__text {
	margin-right: 0;
	line-height: 1.5em;
}
.cookiebar .cookiebar__message a,
.cookiebar .cookiebar__link {
	color: #02417E;
	font-weight: normal;
}
.cookiebar .cookiebar__message a:hover,
.cookiebar__link:hover {
	text-decoration: underline;
	color: #02417EBB;
}
.cookiebar .cookiebar__button {
    width: 15px;
    height: 15px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    right: 7px;
    background: none;
    color: transparent;
    text-indent: -1000vw;
}

.cookiebar .cookiebar__button:before, .cookiebar .cookiebar__button:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    background: #02417E;
}

.cookiebar .cookiebar__button:before {
    transform: rotate(-45deg);
}

.cookiebar .cookiebar__button:after {
    transform: rotate(45deg);
}