ins {
    text-decoration:none;
}
header {
    padding-top: 0px;
	/*height:144px;*/
	position: relative;
	z-index: 30;
}
header a{
	text-decoration:none;	
}
.header-bumper {
	height: 25px;
	background: #2f3541;
	border-bottom: 1px solid #171e28;
	text-align: right;
	line-height: 25px;
}
@media(max-width:991px){
	.header-bumper {
		display:none;
	}
}
.header-bumper a {
	color: white;
	text-decoration: none;
}
.header-bumper span {
	color: #75acd6;
	padding-right: 7px;
}

.sticky-wrapper {
    border-top: 1px solid #a8adb2;
}
footer {
	position: relative;
	z-index: 10;
}
footer a{
	text-decoration:none;	
}
.header__inner {
    position: relative;
	z-index:4;
    height: 74px;
}
@media(max-width:991px){
	.header__inner {
		height: 64px;
	}
}
.header__logo {
    width: 79px;
    display: block;
	position:relative;
	
	transition: all .35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-ms-transition: all .35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transition: all .35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.header__logo {
	width:149px;
	top:22px;
}
@media(max-width:1199px){
	.header__logo {
		top: 21px;
	}
}
@media(max-width:991px){
	.header__logo {
		width: 109px;
		top:4px;
	}
}
.header__logoImg {
    width: 100%;
    height: auto;
	position:absolute;
	top:0px;
	left:0px;
	padding-top:22px;
	transition: all .45s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-ms-transition: all .45s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transition: all .45s cubic-bezier(0.77, 0, 0.175, 1) 0s
}
@media(max-width:991px){
	.header__logoImg {	
		left:5px;	
		padding-top:0px;
	}
}

.header__logoImg.white {
	opacity:0;	
}

.searchDropdown--active .header__logoImg.colour {
	opacity:0;	
}
.searchDropdown--active .header__logoImg.white {
	opacity:1;	
}

.header__searchLink {
    position: absolute;
    top: 4px;
    right: 0px;
    text-align: left;
    text-indent: -9000em;
    background: #E6E6E6;
    display: block;
    width: 111px;
    height: 40px;
    border-radius: 41px;
	
	cursor:pointer;
	
	transition: all .35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-ms-transition: all .35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transition: all .35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.searchDropdown--active .header__searchLink {
    background: #822276;
}
.header__searchLink:hover {
    background: #822276;
	-webkit-transition:.1s all;
	-ms-transition:.1s all;
	transition:.1s all;
}
.header__searchLink:hover i span:nth-child(1),
.header__searchLink:hover i span:nth-child(3){
	background: #ffffff;	
	/*-webkit-transition:.1s all;
	-ms-transition:.1s all;
	transition:.1s all;*/
}
.header__searchLink:hover i span:nth-child(2) {
	border-color:#ffffff;
	/*-webkit-transition:.1s all;	
	-ms-transition:.1s all;	
	transition:.1s all;	*/
}

.header__searchLink i {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 40px;
	width: 40px;
	display:block;
}

.navStuck .header__searchLink i {
	right:1px;	
}


.header__searchLink i span:nth-child(1) {
    display: block;
    height: 22px;
    width: 2px;
    background: #1A92D1;
    -webkit-transform: rotatez(-45deg);
    -moz-transform: rotatez(-45deg);
    -ms-transform: rotatez(-45deg);
    transform: rotatez(-45deg);
    position: absolute;
    top: 11px;
    left: 21px;
    z-index: 2;
    -webkit-transition: .2s opacity ease 0.1s, .3s -webkit-transform ease 0s;
    -moz-transition: .2s opacity ease 0.1s, .3s -moz-transform ease 0s;
    -ms-transition: .2s opacity ease 0.1s, .3s -ms-transform ease 0s;
    transition: .2s opacity ease 0.1s, .3s transform ease 0s;
    opacity: 0;
}

.header__searchLink i span:nth-child(2) {
    display: block;
    height: 15px;
    width: 15px;
    background: transparent;
	
    -webkit-transition: .2s background ease .2s, .2s width ease .1s, .2s height ease .1s, .3s -webkit-transform ease .2s, .3s top ease .2s, .3s left ease .2s, .2s border ease .1s;
    -moz-transition: .2s background ease .2s, .2s width ease .1s, .2s height ease .1s, .3s -moz-transform ease .2s, .3s top ease .2s, .3s left ease .2s, .2s border ease .1s;
    -ms-transition: .2s background ease .2s, .2s width ease .1s, .2s height ease .1s, .3s -ms-transform ease .2s, .3s top ease .2s, .3s left ease .2s, .2s border ease .1s;
    transition: .2s background ease .2s, .2s width ease .1s, .2s height ease .1s, .3s transform ease .2s, .3s top ease .2s, .3s left ease .2s, .2s border ease .1s;
    position: absolute;
    top: 10px;
	left: 11px;
	border: 2px solid #1A92D1;
    border-radius: 230px;
    z-index: 1;
}

.header__searchLink i span:nth-child(3) {
    display: block;
    background: #1A92D1;
    width: 10px;
    height: 2px;
    position: absolute;
    z-index: 3;
    -webkit-transform: rotatez(45deg);
    -moz-transform: rotatez(45deg);
    -ms-transform: rotatez(45deg);
    transform: rotatez(45deg);
    top: 25px;
	right: 9px;
    opacity: 1;
    -webkit-transition: .2s all ease .1s;
    -moz-transition: .2s all ease .1s;
    -ms-transition: .2s all ease .1s;
    transition: .2s all ease .1s;
}

.header__search form {
	font-size: 0px;
}

.header__search {
	position: absolute;
	right: 15px;
	top: 24px;
	
	-webkit-transition:all .45s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	transition:all .45s cubic-bezier(0.77, 0, 0.175, 1) 0s
}

@media(max-width:991px){
	.header__search {
		display:none;	
	}
}

.header__searchInput {
	border: 0px;
	height: 28px;
	box-sizing: border-box;
	padding: 0px 10px;
	width: 167px;
	font-weight: 600;
	border-radius: 3px 0px 0px 3px;
	font-size: 14px;
	background:#eef2f3;
}
@media(max-width:1199px){
	.header__searchInput {
		width:87px;
	}
}

.header__searchButton {
	border: 0px;
	text-indent: -9000em;
	display: inline-block;
	padding: 0px;
	height: 28px;
	width: 28px;
	vertical-align: top;
	border-radius: 0px;
}

.header__searchButton:hover, .header__searchButton:active, .header__searchButton:focus {
	background: #aaa;
}

.header__searchButton::before {
	content: "\f002";
	text-indent: 0;
	color: white;
	font-size: 12px;
	font-family: "Font Awesome 5 Pro";
}


.sticky-header.stuck .header__search {
	top: 26px;
}

.searchDropdown--active .header__searchLink i span:nth-child(1) {
    height: 20px;
    top: 11px;
    left: 20px;
    -webkit-transition: .2s opacity ease 0.1s, .3s -webkit-transform ease 0.1s;
    -moz-transition: .2s opacity ease 0.1s, .3s -moz-transform ease 0.1s;
    -ms-transition: .2s opacity ease 0.1s, .3s -ms-transform ease 0.1s;
    transition: .2s opacity ease 0.1s, .3s transform ease 0.1s;
    opacity: 1;
    -webkit-transform: rotatez(-135deg);
    -moz-transform: rotatez(-135deg);
    -ms-transform: rotatez(-135deg);
    transform: rotatez(-135deg);
    background: #ffffff;
}

.searchDropdown--active .header__searchLink i span:nth-child(3) {
    opacity: 1;
    -webkit-transition: .2s all ease .0s;
    -moz-transition: .2s all ease .0s;
    -ms-transition: .2s all ease .0s;
    transition: .2s all ease .0s;
    width: 20px;
    top: 20px;
    right: 9px;
    background: #ffffff;
}

.searchDropdown--active .header__searchLink i span:nth-child(2) {
    height: 0;
    width: 0;
    top: 13px;
    left: 13px;

    border-color: transparent;
    -webkit-transition: .2s background ease 0s, .4s width, .4s height, .2s -webkit-transform, .2s top, .2s left, .2s border ease 0s;
    -moz-transition: .2s background ease 0s, .4s width, .4s height, .2s -moz-transform, .2s top, .2s left, .2s border ease 0s;
    -ms-transition: .2s background ease 0s, .4s width, .4s height, .2s -ms-transform, .2s top, .2s left, .2s border ease 0s;
    transition: .2s background ease 0s, .4s width, .4s height, .2s transform, .2s top, .2s left, .2s border ease 0s;
}

.header__nav {
	text-align: left;
	position: relative;
}
@media(max-width:991px){
	.header__nav {
		padding-left: 0px;
	}	
}
.header__nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
	text-align: right;
}
.header__navItem {
    display: inline-block;
}
.header__navLink {
	color: #101420;
	font-size: 18px;
	padding: 0px 6px 0px 5px;
	font-weight: 600;
}
@media(max-width:1199px){
	.header__navLink {
		font-size: 16px;
		padding: 0px 4px 0px 4px;
	}
}

.header__navItem:first-child .header__navLink {
	padding-left:0px;	
}
.header__navLevelTwo .header__navItem .header__navLink {
	padding-left:0px;
	padding-right:0px;	
}
.header__navItem:last-child .header__navLink {
	padding-right:0px;
	transition: 0.2s padding;
}
.header__nav > ul > .header__navItem:last-child > .header__navLink {
	padding-right:24px;
}
.navStuck .header__nav > ul > .header__navItem:last-child > .header__navLink {
	/* padding-right: 289px; 14/02/22 */
}	
@media(max-width:1199px){
	.header__nav > ul > .header__navItem:last-child > .header__navLink {
		padding-right:24px;
	}
	.navStuck .header__nav > ul > .header__navItem:last-child > .header__navLink {
		padding-right: 27px;
	}	
}
.header__navLevelTwo {
    display: none;
    position: absolute;
    left: 7px !important;
	top:40px;
}
.header__navItem:first-child .header__navLevelTwo {
	left:10px !important;	
}
.navStuck .header__navLevelTwo {
    /*left: -87px !important;	*/
}

@media(max-width:1199px){
	.navStuck .header__navLevelTwo {
		/*left: -71px !important;	*/
	}
}
.header__navLevelThree {
	display:none;
	padding-left:30px;
}
.header__navLevelTwo .header__navItem {
    display: block;
    float: none;
    text-align: left;
}
.header__navLevelTwo .header__navLink:hover,
.header__navLevelTwo .header__navLink:active,
.header__navLevelTwo .header__navLink:focus {
	text-decoration:none;
	color:#445d71;
}
.header__navLevelTwo .header__navLink {
    color: #fff;
    font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*display: block;*/ /* removed to make navigating from L2 to L3 easier  */
	display: inline-block;
	line-height: 1.25;
}


.header__nav .header__navLevelTwo ul {
    padding-left: 30px;
    position: absolute;
    top: 0px;
    z-index: 3;
}
.header__nav > ul ul {
	left: 100%;	
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}
.navStuck .header__nav > ul ul {
	padding-bottom: 4px !important;
}
@media (max-width:767px){
	.header__nav > ul ul {
		position:static;	
		padding-bottom:10px;
	}
}


.header__nav ul li {
	white-space: nowrap;
	clear:left;
	position:static;
}

nav.header__nav > ul > li > ul {
	-webkit-transition:.3s all;
	-ms-transition:.3s all;
	transition:.3s all;
	opacity:0.99;
}

nav.header__nav > ul li.active > ul {
	display:block;	
	opacity:1;
}

nav.header__nav > ul li li {
	-webkit-transform: translatex(-50px);
	-moz-transform: translatex(-50px);
	-ms-transform: translatex(-50px);
	transform: translatex(-50px);
	
	transition: .3s opacity cubic-bezier(0.77, 0, 0.175, 1), .3s transform cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: .3s opacity cubic-bezier(0.77, 0, 0.175, 1), .3s -ms-transform cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: .3s opacity cubic-bezier(0.77, 0, 0.175, 1), .3s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
	
	opacity: 0;	
}
nav.header__nav > ul li.active.on > ul > li {
	-webkit-transform:translatex(0%);
	-moz-transform:translatex(0%);
	-ms-transform:translatex(0%);
	transform:translatex(0%);
	opacity:1;
}

nav.header__nav > ul li.active.on > ul > li:nth-child(1){
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(2){
	-webkit-transition-delay:.015s;
	transition-delay:.015s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(3){
	-webkit-transition-delay:.03s;
	transition-delay:.03s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(4){
	-webkit-transition-delay:.045s;
	transition-delay:.045s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(5){
	-webkit-transition-delay:.06s;
	transition-delay:.06s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(6){
	-webkit-transition-delay:.075s;
	transition-delay:.075s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(7){
	-webkit-transition-delay:.09s;
	transition-delay:.09s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(8){
	-webkit-transition-delay:.105s;
	transition-delay:.105s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(9){
	-webkit-transition-delay:.12s;
	transition-delay:.12s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(10){
	-webkit-transition-delay:.135s;
	transition-delay:.135s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(11){
	-webkit-transition-delay:.15s;
	transition-delay:.15s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(12){
	-webkit-transition-delay:.165s;
	transition-delay:.165s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(13){
	-webkit-transition-delay:.18s;
	transition-delay:.18s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(14){
	-webkit-transition-delay:.195s;
	transition-delay:.195s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(15){
	-webkit-transition-delay:.21s;
	transition-delay:.21s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(16){
	-webkit-transition-delay:.225s;
	transition-delay:.225s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(17){
	-webkit-transition-delay:.24s;
	transition-delay:.24s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(18){
	-webkit-transition-delay:.255s;
	transition-delay:.255s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(19){
	-webkit-transition-delay:.27s;
	transition-delay:.27s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(20){
	-webkit-transition-delay:.285s;
	transition-delay:.285s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(21){
	-webkit-transition-delay:.3s;
	transition-delay:.3s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(22){
	-webkit-transition-delay:.315s;
	transition-delay:.315s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(23){
	-webkit-transition-delay:.33s;
	transition-delay:.33s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(24){
	-webkit-transition-delay:.345s;
	transition-delay:.345s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(25){
	-webkit-transition-delay:.36s;
	transition-delay:.36s;
}
nav.header__nav > ul li.active.on > ul > li:nth-child(26){
	-webkit-transition-delay:.375s;
	transition-delay:.375s;
}

.listShield {
	background: #2f3541;
	background-size:100% auto;
	position:absolute;
	left:0px;
	right:0px;
	top:100%;	
	height:0px;
	z-index:1;
	
	transition: all .35 cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-ms-transition: all .35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transition: all .35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.listShield.on {
	
}
.listShield__sibling {
	position:relative;
	z-index:2;	
	
	
	transition: all .35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-ms-transition: all .35s cubic-bezier(0.77, 0, 0.175, 1) 0s;	
	-webkit-transition: all .35s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	
	margin:0 auto;
}
.header__innerLower {
	margin-left: -10px;
	margin-right: -10px;
	pointer-events: all; /* 14/02/22 */
}








.footer__upperInner {
	padding-top: 38px;
	font-size: 0px;
	padding-bottom: 8px;
	border-bottom: 1px solid #5e656f;
	display:flex;
}
@media(max-width:767px){
	.footer__upperInner {
		padding-top: 60px;
		border-bottom: 0px;
		padding-bottom: 0px;
	}
}

.footer__navLeft,
.footer__mainNavMirror,
.footer__navRight,
.footer__identity {
	display:inline-block;	
	font-size: 12px;
	vertical-align: bottom;
}
@media(max-width:767px){
	.footer__navLeft, 
	.footer__mainNavMirror, 
	.footer__navRight {
		display: none;
	}
}
.footer__navLeft {
	width: 386px;
	padding-bottom: 6px;
}
@media(max-width:991px){
	.footer__navLeft {
		width:246px;
	}
}
.footer__navLeftLink {
	color:white;
	display: block;
	position:relative;
	padding-left: 15px;
	line-height: 1.34;
}
.footer__navLeftLink:before {
	content:"";
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	bottom:0px;
	width:7px;
	
	background-repeat:no-repeat;
	background-position:center center;
	background-size:7px auto;
	background-image:url(/media/2886/footer-arrow.svg);
}
.footer__navLeftLink:hover,
.footer__navLeftLink:focus,
.footer__navLeftLink:active {
	color:#bbb;	
}

.footer__navLeftLink:hover:before,
.footer__navLeftLink:active:before,
.footer__navLeftLink:focus:before {
	left:3px;	
}

.footer__mainNavMirror {
	width:180px;
	padding-bottom:6px;
}
@media(max-width:991px){
	.footer__mainNavMirror {	
		width: 130px;
	}
}
.footer__mainNavMirrorLink {
	display: block;
	color:white;
	line-height: 1.34;
}
.footer__mainNavMirrorLink:hover,
.footer__mainNavMirrorLink:active,
.footer__mainNavMirrorLink:focus {
	color:#bbb;
}
.footer__navRight {
	width: 100px;
	padding-bottom:6px;
}
.footer__navRightLink {
	color:white;
	display: block;
	line-height: 1.34;
}
.footer__identity {
	color:white;
	text-align:right;
	flex-grow:1;
	padding-top: 20px;
}
@media(max-width:991px){
	.footer__identity {
		width:calc(100% - 478px);
	}
}
@media(max-width:767px){
	.footer__identity {
		width: 100%;
		text-align:center;
	}
}
.footer__identityLogo {
	width: 149px;
	display: inline-block;
	font-size: 13px;
	padding-top: 40px;
	opacity: 0.5;
}
@media(max-width:767px){
	.footer__identityLogo {
		width: 149px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.footer__identityLogoImg {
    width: 100%;
    height: auto;
}
.footer__identityAddress {
	color: #fff;
	font-size: 12px;
	margin-top: 30px;
	padding-bottom: 25px;
	font-family:arial,helvetica,sans-serif;
	margin-bottom: 0px;
}
@media(max-width:767px){
	.footer__identityAddress {
		margin-top: 18px;
		padding-bottom: 58px;
		font-size: 13px;
	}
}

.footer__lowerInner {
    padding-top: 25px;
    font-size: 0;
}
@media(max-width:767px){
	.footer__lowerInner {
		padding-top: 20px;
	}
}
.footer__copyright,
.footer__credit {
	width:50%;
	display:inline-block;
}
.footer__copyright {
	width:70%;
}
.footer__credit {
	width:30%;
}
@media(max-width:767px){
	.footer__copyright, 
	.footer__credit {
		width: 100%;
		display: block;
		text-align:center;
	}
}
.footer__copyrightText {
    color: #9fa6ad;
    font-size: 12px;
	font-family:arial,helvetica,sans-serif;
}
.footer__copyrightText a {
	color: #9fa6ad;
	padding-right: 0px;
	padding-left: 6px;
}
.footer__copyrightText a:first-child {
	color: #9fa6ad;
	padding-left: 0px;
}
.footer__copyrightText a:after {
	content: "•";
	padding-left: 9px;
}
.footer__copyrightText a:last-child:after {
	content: none;
}
@media(max-width:767px){
	.footer__copyrightText {
		font-size: 11px;
		line-height: 1;
		margin-bottom: 36px;
	}
}
.footer__copyrightText span {
    padding-left: 11px;
    color: white;
}
@media(max-width:767px){
	.footer__copyrightText span {
		display: block;
	}
}
.footer__copyrightText span a{
    color: white;
}

.footer__credit {
	text-align:right;	
}
.footer__creditText {
    color: #9fa6ad;
    font-size: 12px;
	font-family:arial,helvetica,sans-serif;
}
@media(max-width:767px){
	.footer__creditText {
		font-size: 11px;
		text-align:center;
	}
}
.footer__creditText a{
    color: white;
    font-size: 12px;
	font-family:arial,helvetica,sans-serif;
}
@media(max-width:767px){
	.footer__creditText a{ 
		font-size:11px;	
	}
}

.footer__creditText a:hover,
.footer__creditText a:active,
.footer__creditText a:focus {
	color:#bbbbbb;
}


.footer__smLinks {
    font-size: 0;
}
.footer__smLink {
    display: inline-block;
    height: 28px;
    margin-left: 22px;
	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
	
	font-family: "Font Awesome 5 Brands";
	color:#9aa1a9;
	
	font-size:23px;
}
@media(max-width:767px){
	.footer__smLink {
		width: 34px;
		height: 34px;
		margin-left: 14px;
	}
	.footer__smLink:first-child {
		margin-left:0px;	
	}
}
.footer__smLink.tw:before {
	content: "\f099";
}
.footer__smLink.li:before {
	content: "\f0e1";
}
.footer__smLink.fb:before {
	content: "\f39e";
}


.footer__navLeft .h3 {
	color: white;
	margin-bottom: 24px;
}
.footer__newsletterSignupGroup input {
	width: 100%;
	border: 0px;
	background: #5e656f;
	color: white;
	padding: 0px 10px;
	height: 24px;
	border-radius: 3px;
	font-size: 14px;
}
.footer__newsletterSignup {
	margin-left: -11px;
	margin-right: -11px;
	position: relative;
}
.footer__newsletterSignupGroup {
	padding-left: 11px;
	padding-right: 11px;
	float: left;
	width: 50%;
	position: relative;
	margin-bottom: 17px;
}
.footer__newsletterSignupGroup label {
	position: absolute;
	top: 0px;
	font-size: 14px;
	color: white;
	line-height: 25px;
	padding-left: 10px;
	font-weight: 400;
}
.footer__newsletterSignup input[type="submit"] {
	margin-left: 10px;
	margin-top: 0px;
	border-radius: 3px;
	border: 0px;
	height: 24px;
	width: 100px;
	background: #005eb8;
	color: white;
	font-size: 14px;
}

.sticky-header {
    border-top:1px solid #fdffff;
	background:#ffffff;	
	padding-bottom:17px;
	height: 117px;
	
	/*-webkit-transform: translatey(-150%);
	transform: translatey(-150%);*/
	
	-webkit-transform: translatey(0%);
	transform: translatey(0%);
	
	-webkit-transition:.35s all;
	-ms-transition:.35s all;
	transition:.35s all;
}
@media(max-width:991px){
	.sticky-header {
		height: 86px;
		padding-top:21px;
	}
}
.sticky-header.stuck {
	height: 78px;
}
@media(max-width:991px){
	.sticky-header.stuck {
		height: 86px;
	}
}
/*.activateStickyNav .sticky-header {	
	-webkit-transform: translatey(0%);
	transform: translatey(0%);
}*/


.navStuck  .listShield__sibling,
.seatNav.navStuck  .listShield__sibling{
	z-index:2;	
	/*-webkit-transition:0s;
	-ms-transition:0s;
	transition:0s;*/
}
.navStuck .header__logo {
	width: 109px;
	top:20px;
}
@media(max-width:1199px){
	.navStuck .header__logo {
		margin-top: 0px;
	
	}
}
@media(max-width:991px){
	.navStuck .header__logo {
		margin-top: 0px;
		top:4px;
	}
}

.navStuck .header__logoImg {
    padding-top:0px;
}
.navStuck .header__searchLink {
    width: 40px;
}
.navStuck .listShield__sibling {
    z-index: 5;
	display: flex; /* 14/02/22 */
	justify-content: center; /* 14/02/22 */
	pointer-events: none; /* 14/02/22 */
}
.navStuck .header__nav > ul .header__navLink {
    font-size: 16px;
}
.stuck {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
}


.listShield__sibling {
    /*animation-duration: .4s;*/
		
}

.navStuck .listShield__sibling {
	margin-top: -45px;
}
@media(max-width:1199px){
	.navStuck .listShield__sibling {
		/* width: 688px; 14/02/22 */
		position: relative;
		right: 0px;
		margin-top:-47px;
	}
}
@media(max-width:991px){
	.navStuck .listShield__sibling {
		width: 100%;
		position: relative;
		right: 0px;
		margin-top:-45px;
		display: block; /* 14/02/22 */
		display: none; /* 22/02/22 */
	}	
}
.animatingStickyNav .sticky-header {
	overflow:hidden;
}

@keyframes example {
    0%   {width:1160px;top:0;}
	48%	 {opacity:1;}
    49%  {width:1160px; opacity:0; top:100px;}
	50%	 {width:988px;  opacity:0; top:-100px;}
    51%  {opacity:1;}
    100% {width:988px;  top:0px;}
}




.c-hamburger {
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
	width: 19px;
	height: 19px;
	font-size:0;
	text-indent:-9999px;
	appearance:none;
	box-shadow:none;
	border-radius:none;
	border:none;
	cursor:pointer;
	background:transparent;
	border-radius:0px;
}

.c-hamburger:hover,
.c-hamburger:focus,
.c-hamburger:active {
	background:transparent;	
}

.c-hamburger:focus {
	outline:none
}

.c-hamburger span {
	display:block;
	position:absolute;
	top: 10px;
	left: 0px;
	right: 0px;
	height: 3px;
	background:#2f3541;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:3px;
	background-color:#2f3541;
	content:"";
}


.c-hamburger span::before {
	top:-8px
}

.c-hamburger span::after {
	bottom:-8px;
}

.c-hamburger--htx span {
	-webkit-transition:background 0s ease .15s;
	transition:background 0s ease .15s;
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
	-webkit-transition-duration:.15s,.15s;
	transition-duration:.15s,.15s;
	
	-webkit-transition-delay:.15s,0s;
	transition-delay:.15s,0s;
}

.c-hamburger--htx span::before {
	-webkit-transition-property:top,-webkit-transform;
	transition-property:top,transform
}

.c-hamburger--htx span::after {
	-webkit-transition-property:bottom,-webkit-transform;
	transition-property:bottom,transform;
}

.c-hamburger--htx.is-active span {
	background:0 0 !important;
}

.c-hamburger--htx.is-active span::before {
	top:0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom:0;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
	-webkit-transition-delay:0s,.15s;
	transition-delay:0s,.15s;
}
.c-hamburger--htx.is-active span,
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	background-color:#2f3541;
}


.mobile-trigger {
	display:none;	
	vertical-align:middle
}
@media(max-width:991px){
	.mobile-trigger {
		display:inline-block;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.header__searchLink {
		top: -1px;
		right: 57px;
		background: transparent;
		padding: 0px;
		width:40px;
	}
	.header__searchLink i {
		
	}
	.header__searchLink:hover,
	.searchDropdown--active .header__searchLink {
		background:transparent;	
	}
	
	.header__navItem {
		display:block;
		text-align:left;
	}
	
	nav.header__nav > ul li li {
		opacity:1;	
		-webkit-transform:translatex(0px);
		-moz-transform:translatex(0px);
		-ms-transform:translatex(0px);
		transform:translatex(0px);
	}
	.listShield__sibling {
		display:none;	
		background:#2f3541;
		padding-left:0px;
		padding-right:0px;
		width:100%;
	}
	.listShield__sibling ul ul {
		background:rgba(0,0,0,0.3);	
	}
	.menuItems--show .listShield__sibling {
		display:block;	
	}
	.header__nav ul li:hover > ul {
		display:block;	
	}
	.header__navLevelTwo,
	.header__nav .header__navLevelTwo ul{
		position:static;	
		padding-left:0px;
	}
	.header__navLink {
		padding-left:0px;
		padding-right:0px;
	}
	.header__navLink {
		color: #fff;
		width: 750px;
		max-width:100%;
		margin: 0 auto;
		display: block;
		font-size: 20px;
		font-weight: 400;
		padding-left: 19px !important;
		padding-right:19px !important;
	}
	.header__nav {
		padding-top: 16px;
		width: 721px;
		margin: 0px auto;
		max-width:100%;
	}
	.header__nav > ul > .header__navItem:hover >  ul,
	.header__nav > ul > .header__navItem > ul > li:hover > ul{
		margin-top:4px;
	}
	.header__nav > ul ul {
		padding-top: 12px !important;
		padding-bottom: 14px !important;
		margin-bottom: 10px;
	}
	/*.header__nav > ul li:last-child > ul {
		margin-bottom: 0px !important;
	}*/
	.header__navLevelTwo .header__navLink:hover, 
	.header__navLevelTwo .header__navLink:active, 
	.header__navLevelTwo .header__navLink:focus {
		color:white;	
	}
	.c-hamburger {
		width: 27px;
		height: 27px;
		top: 13px;
		right: 5px;
	}
	.header__searchLink i span:nth-child(2) {
		height: 18px;
		width: 18px;
		border: 3px solid #1A92D1;
	}		
	.header__searchLink i span:nth-child(3) {
		width: 14px;
		height: 3px;
		top: 27px;
		right: 4px;
	}
	.header__searchLink:hover i span:nth-child(1),
	.header__searchLink:hover i span:nth-child(3){
		background: #1A92D1;	
		-webkit-transition:.3s all;
		-ms-transition:.3s all;
		transition:.3s all;
	}
	.header__searchLink:hover i span:nth-child(2) {
		border-color:#1A92D1;
		-webkit-transition:.3s all;	
		-ms-transition:.3s all;	
		transition:.3s all;	
	}
	.searchDropdown--active .header__searchLink:hover i span:nth-child(1),
	.searchDropdown--active .header__searchLink:hover i span:nth-child(3){
		background: #FFFFFF;	
		-webkit-transition:.3s all;
		-ms-transition:.3s all;
		transition:.3s all;
	}
	.searchDropdown--active .header__searchLink:hover i span:nth-child(2) {
		border-color:transparent;
		-webkit-transition:.3s all;	
		-ms-transition:.3s all;	
		transition:.3s all;	
	}
	.header__searchLink i span:nth-child(1),
	.searchDropdown--active .header__searchLink i span:nth-child(1) {
		height: 25px;
		width: 3px;
		top: 11px;
		left: 23px;
	}
	.searchDropdown--active .header__searchLink i span:nth-child(3) {
		width: 25px;
		top: 22px;
		right: 3px;
	}
	.header__nav > ul > li > .header__navLink {
		padding-bottom: 10px;
	}
	.header__navLevelTwo > li:not(:last-child) > .header__navLink,
	.header__navLevelThree > li:not(:last-child) > .header__navLink{
		padding-bottom: 8px;
	}
	.header__navLevelTwo > li:hover > .header__navLink:not(:last-child), 
	.header__navLevelThree > li:hover > .header__navLink:not(:last-child) {
		padding-bottom: 8px;
	}
	.header__nav > ul > li > ul > li:last-child > ul {
		margin-bottom:0px;	
	}
	.header__nav > ul > li > ul > li:last-child:hover a + ul {
		margin-bottom:-14px;	
	}
	.navStuck .listShield__sibling {
		margin-top: 0px;
	}
	.animatingStickyNav .sticky-header {
		overflow: visible;
	}
	.navStuck .header__nav > ul ul {
		padding-bottom: 14px !important;
	}
	.header__navLink {
		width:100%;	
	}
	.header__navLink:hover {
		color:white;	
	}
	.navStuck .listShield__sibling {
		padding-bottom:7px;	
	}
	.navStuck .header__searchLink i {
		right: 0px;
	}
	.navStuck .header__nav > ul .header__navLink {
		font-size: 20px;
	}
	.navStuck ul.header__navLevelTwo > li .header__navLink,
	.navStuck ul.header__navLevelTwo > li .header__navLink li{
		font-size:16px;	
	}
	
	.mobile-banner-dropdown {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		background: #BB2A80;
		padding: 15px;
		display: none;
	}
	.mobile-banner-dropdown * {
		color: white !important;
	}
}

.breadCrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-bottom: 28px;
	flex-grow:1;
}
@media(max-width:767px){
	.breadCrumbs {
		display: block;
	}
}
.breadCrumbs li {
	padding-right: 5px;
}
@media(max-width:767px){
	.breadCrumbs li {
		display:block;	
	}
}
.breadCrumbs li a {
	padding-right: 5px;
	color: #2f3044;
	text-decoration:none;
}
.breadCrumbs li:last-child a {
	color: #2055a7;
	font-weight: 600;
}
.breadCrumbs li::after {
	content: "/";
}
.breadCrumbs li:last-child::after {
	content: "";
}


@media(max-width:991px){
	.cc-message {
		font-size: 15px;
		line-height: 1.25;
		padding-top: 11px;
		padding-bottom: 11px;
	}
}

@media(max-width:767px){
	.sidebar {
		padding-left: 11px;
		padding-right: 11px;
		padding-top: 20px;
	}
	.sidebar .feature{
		margin-left:-11px;
		margin-right:-11px;
	}
}



@media(min-width:992px){
	.alternative-styling {
		position:static !important;	
	}
	nav.header__nav > ul li.active.alternative-styling > ul {
		display:flex !important;
		flex-wrap:wrap;
	}
	.alternative-styling > ul {
		justify-content: flex-start !important;
		width: 100%;
	}
	.alternative-styling > ul > li {
		width: 20%;
		align-self: first baseline;
		padding-left:10px;
		padding-right:10px;
	}
	.alternative-styling > ul > li > a {
		white-space: normal;
		border-bottom: 1px solid white;
		padding-bottom: 15px !important;
		width:100%;
	}
	.alternative-styling > ul > li > a:hover {
		color:#3d68ac !important;
	}
	.active.alternative-styling .header__navLevelTwo {
		left: 0px !important;	
	}
	.active.alternative-styling .header__navLevelThree {
		display: block !important;
		opacity: 1 !important;
		top: 0px !important;
		position: relative !important;
		left: 0px !important;
		padding-left: 0px !important;
		padding-top: 10px !important;
		padding-bottom: 15px !important;
	}
	.active.alternative-styling .header__navLevelThree li{
		opacity:1;	
		-webkit-transform: translatex(0px);
		-moz-transform: translatex(0px);
		-ms-transform: translatex(0px);
		transform: translatex(0px);
	}
	.active.alternative-styling .header__navLevelThree li a {
		white-space: normal;
		color: #a1a8b2;
		font-weight: normal;
		line-height: 1.5;
	}
	.active.alternative-styling .header__navLevelThree li a:hover {
		color: #3d68ac;
	}
}

#interactive_map {
	width: 100%;
	border: 0px;
	height: 1290px;
}
.interactive_map_container {
	width:100%;
	position:relative;
}
@media(max-width:1199px){
	#interactive_map {
		height: 1070px;
	}
}
@media(max-width:991px){
	#interactive_map {
		height: 1030px;
	}
}

@media(max-width:767px){
	#interactive_map {
		position:absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		height:100%;
	}
	.interactive_map_container:after {
		content:"";
		display:block;
		position:relative;
		padding-bottom:150%;
		z-index:-1;
	}
}
@media(max-width:630px){
	.interactive_map_container:after {
		padding-bottom: 157%;
	}
}
@media(max-width:540px){
	.interactive_map_container:after {
		padding-bottom:165%;
	}
}
@media(max-width:450px){
	.interactive_map_container:after {
		padding-bottom:174%;
	}
}
@media(max-width:320px){
	.interactive_map_container:after {
		padding-bottom:186%;
	}
}