@charset "UTF-8";
/* CSS Document */
body.ie-frozen {
	overflow: hidden;
}
.ie  select + .mktoClear::after {
 	display: none;
}
.ie .footer .subscribe .social li{
	flex-basis: 36px;
}
.ie .footer .mktoForm .mktoFormRow .mktoFormCol .mktoField {
	background: #f0f0f0;
}
.ie #ie-tips {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background:#ffffff;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}
.ie .leadership .list-card:hover .card-body {
  background: #ffffff;
}

.ie .about .list-item-wrap:nth-child(6) .list-item {overflow: visible;}
#ie-tips p {
	position: absolute;
	width: 680px;
	height: 400px;
	top:50%;
	left: 50%;
	background: #ffffff;
	margin: -200px 0 0 -340px;
	font-size: 16px;
	color: #333;
	text-align: center;
}

#ie-tips p .text {
  padding: 40px;
  display:block;
  }
#ie-tips p em {
	font-size: 48px;
	font-style: normal;
	margin-bottom: 16px;
	display: block;
	text-align: center;
}
#ie-tips p .btn {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 40px;
}
