body, p, h1, h2, h3, h4, h5, h6, li, ul{
	text-rendering: optimizelegibility;
}

body{
	background: #fff;
	font: 14px/21px Arial,sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
}

p{
	margin: 0 0 20px;
	line-height: 1.5em;
}

a, a:visited{
	color: #2e82bc;
}
a.link2{
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid;
}
a.link2.no_hover, a.link2:hover{
	border-bottom-color: transparent;
}
a.link2.inpage{
	border-bottom-style: dashed;
}

.idle_indicator{
	position: relative;
}
.idle_indicator:before{
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background:#FFFFFF url('../images/ajax_med.gif') center center no-repeat;
	opacity:0.6; filter:alpha(Opacity=80); z-index:50;
	top:0;
	left: 0;
}

.mfp-iframe-holder .mfp-content{
	width: calc(80vh * 16 / 9) !important;
	max-height: calc(80vh) !important;
	max-width: 100% !important;
}

.mfp-wrap.mfp-ready ~ iframe[name*="qsupport"]{
	display: none;
}

.mfp-wrap.mfp-ready ~ .general_header.float{
	z-index: 1 !important;
}