.w-corus-edit{
	padding-top: 56px;
}
.corus-edit{
	background: #eff0f0;
	border-bottom: 2px solid #006184;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}
.dead-links .corus-edit{
	display: none;
}
	.corus-edit-center{
		/*max-width: 1024px;*/
		width: calc(100% - 48px);
		margin: 0 auto;
		padding: 18px 0 20px;
	}
		.corus-site-info{
			width: 66%;
			display: inline-block;
		}
		.corus-edit-on{
			width: 34%;
			display: inline-block;
			float: right;
			text-align: right;
		}
			.corus-toggle{
				background: #d5d5d5;
				border: 1px solid #d5d5d5;
				width: 41px;
				height: 24px;
				border-radius: 19px;
				display: inline-block;
				float: right;
				margin-left: 10px;
				margin-top: -3px;
			}
			.corus-toggle-circle{
				width: 22px;
				height: 22px;
				background: #fff;
				display: inline-block;
				border-radius: 10px;
				float: left;
			}
			.corus-armed.corus-toggle{
				background: #006184;
				border: 1px solid #006184;
			}
			.corus-armed .corus-toggle-circle{
				float: right;
			}

			.corus-hovered{
				/*border: 3px solid #006184 !important;*/
				position: relative !important;
			}

			.corus-link-out{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 30;
				color: #fff;
				background: rgba(0,0,0,0.6);
				border: 3px solid #006184 !important;
			}
				.corus-button{
					background: #006184;
					padding: 8px 12px;
					color: #fff;
					position: absolute;
					left: calc(50% - 60px);
					top: calc(50% - 16px);
					z-index: 30;
					cursor: pointer;
				}



.corus-edit a{
	color: #006184;
	text-decoration: none;
}
.corus-edit a:hover{
	text-decoration: underline;
}




.corus-edit-choose .corus-syndicated{
	opacity: 0.3;
	cursor: default !important;
}
.corus-edit-choose .nav-contain > ul > .international:hover::after,
.corus-edit-choose .nav-contain > ul > li .submenu-trigger:hover::after{
	color: var(--black-900) !important;
	background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="width: 1em; height: 1em;"><path d="M7.68266811,10.6905199 C7.28030572,10.3091563 7.39785748,10 7.94722863,10 L16.9336738,10 C17.482149,10 17.6000114,10.3097111 17.1982343,10.6905199 L12.8004243,14.8588135 C12.6016167,15.0472456 12.2821729,15.0499821 12.0804781,14.8588135 L7.68266811,10.6905199 Z"></path></svg>') no-repeat;
}
.corus-edit-choose #language-select > p > *,
.corus-edit-choose .nav-contain > ul > .international:hover::after,
.corus-edit-choose .nav-contain > ul > li .submenu-trigger:hover::after,
.corus-edit-choose .nav-contain > ul > .international:hover,
.corus-edit-choose .search-trigger,
.corus-edit-choose .nav-contain > ul > li:hover,
.corus-edit-choose .nav-contain > ul > li .submenu-trigger:hover,
.corus-edit-choose .nav-contain > ul > li > a:hover,
.corus-edit-choose .nav-contain > ul > li > a.current:hover,
.corus-edit-choose header a,
.corus-edit-choose footer a,
.corus-edit-choose .corus-syndicated a{
	cursor: default !important;
	text-decoration: none !important;
	color: inherit !important;
	border-bottom: none;
}



.result > .corus-link-out{
	width: 100%;
}



.corus-edit-choose .two-links a:hover{
	text-decoration: none;
}


