.tool-tip-wrap {
	position: absolute;
	top: 50%;
	left: 100%;
	width: calc(200% + 10px);
	font-size: 16px;
	transform: translate(0, -50%);
	/* min-width: 705px; */
	background-color: rgba(255,255,255,1);
	color: #787878;
	border-radius: 0;
	height: auto;
	padding: 20px;
	opacity: 0;
	z-index: -1;
	line-height: 19px;
	border: 1px solid rgba(171,210,106,0.6);
	text-align: left;
}

.tool-right .tool-tip-wrap::before {
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	content: '';
	position: absolute;
	left: unset;
	right: -20px;
	top: 50%;
	transform: translate(0, -50%);
}

.tool-left .tool-tip-wrap::before {
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #fff;
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translate(0, -50%);
}

.tool-right .tool-tip-wrap {
	left: unset;
	right: 100%;
}

.tool-tip-content {
	width: 100%;
	height: 100%;
	max-height: 500px;
	overflow: auto;
}

.tool-tip-content p, .tool-tip-content strong {
	margin-bottom: 10px;
	display: block;
	
}
.tool-tip-content strong {
	color: #23527c;
}

.syh-ffas > ul li:hover .tool-tip-wrap, .ffas-sec-single > ul li:hover .tool-tip-wrap	 {
	opacity: 1;
	z-index: 99;
}

#ip-syh .ffas-sec-single ul li {
	position: relative;
}

.acc-data {
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: left;
	padding: 50px 0 0;
	display: none;
}

.acc-data.active {
	display: block;
}

.acc-data .acc-title {
	display: block;
	font-size: 25px;
	font-weight: 600;
	color: #07628e;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.acc-wrapper p {
	display: block;
	padding: 10px 0;
}

.custom-form div.wpcf7-response-output {
	text-align: center;
	margin: 15px 0;
}

@media only screen and (max-width:991px) {
	.tool-tip-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		font-size: 12px;
		transform: unset;
		min-width: unset;
		background-color: rgba(255,255,255,1);
		color: #000;
		border-radius: 0;
		height: 100%;
		padding: 20px;
		opacity: 0;
		z-index: -1;
		line-height: 16px;
	}
	.tool-right .tool-tip-wrap::before, .tool-left .tool-tip-wrap::before {
		display:none;
	}
	.tool-right .tool-tip-wrap {
		border-top: 0 none;
		border-bottom: 0 none;
		border-right: 0 none;
		left: 0;
		right: unset;
		top: 0;		
	}
	.tool-left .tool-tip-wrap::before {
		border-top: 0 none;
		border-bottom: 0 none;
		border-right: 0 none;		
		left: unset;
		top: 0;		
	}	
}