.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 1.25rem;
	font-weight: bold;
    padding: 10px 20px;
    z-index: 3;
    top: 0;
    left: 0;
}
.emergency-alert{
    background-color: #C41230;
    color: #fff !important;
}
.emergency-alert a, .emergency-alert a:hover, .emergency-alert a:focus{
    color: #fff !important;
}
.informational-alert{
    background-color: #FFFDEB;
    color: #266397 !important;
}
.informational-alert a, .informational-alert a:hover, .informational-alert a:focus{
    color: #266397 !important;
}
.alert-dismissible .close {
	padding: 0;
	right: 15px;
    font-size: 1.875rem;
    top: -5px;
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-times::before {
  content: "\f00d";
}
.alert-link {
  font-weight: 700;
}.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.alert-dismissible .close {
	font-size: 1.875rem;
	z-index: 2;
	color: inherit;
	padding: 0;
	right: 15px;
	font-size: 1.875rem;
	top: -5px;
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}
.close {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	font-size: 2.5rem;
	position: absolute !important;
	display: inline-block;
	top: 30px;
	right: 130px;
	text-shadow: none;
	width: 40px;
	height: 40px;
	opacity: 1;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.cookiealert {
	position: fixed;
	bottom: 0;
	top: unset;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 21;
	opacity: 0;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	color: #333333;
	background-color: rgba(51, 51, 51,.9);
	padding: 15px;
	font-size: 1.125rem;
	font-weight: 400;
}
.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}
.cookiealert .cc-message {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	color: #fff;
}
.cookiealert.alert a.btn-white {
	color: #266397;
}
.cookiealert.alert a {
	text-decoration: underline;
	color: #fff;
}
.cookiealert .acceptcookies {
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: baseline;
	min-width: auto;
	text-decoration: none !important;
}
.cookiealert.alert a.btn-white:hover, .cookiealert.alert a.btn-white:focus {
	background-color: #CFBC39;
	color: #333;
}
.btn-white, .content .btn-white {
	background-color: #ffffff;
	color: #266397;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}