/* FAQTAGENT LIGHTBOX CSS */
/**************************/

.faqtAgent_lightbox
{
 	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000000;
	overflow:hidden;
	display:none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.faqtAgent_content
{
 	position:fixed;
	top:50%;
	left:50%;
	width:850px;
	height:600px;
	margin-left:-430px;
	margin-top:-300px;
	display:none;
	z-index:9995;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(51,51,51,1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(51,51,51,1);
	box-shadow: 0px 0px 20px 0px rgba(51,51,51,1);
}

.faqtAgent_close
{
 	position:fixed;
 	top:50%;
	left:50%;
	margin-left:418px;
	margin-top:-314px;
	z-index:9999;
	text-decoration: none !important;
	border-bottom: 0 none !important;
}

.faqtAgent_close a
{
	text-decoration: none !important;
	border-bottom: 0 none !important;
}

.faqtAgent_close img
{
	max-width:100%;
	min-width:100%;
	width:100%;
}

.faqtAgent_close_link
{
	font-weight:normal;
	color: #ffffff;
	text-decoration: none !important;
	font-size:11pt;
}

.faqtAgent_close_link:hover
{
	font-weight:normal;
	color: #ffffff;
	text-decoration:underline;
	font-size:11pt;
}

/* LIVECHAT LIGHTBOX CSS */
/*************************/

.livechat_lightbox
{
 	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#777777;
	overflow:hidden;
	display:none;
	z-index: 9996;
}

.livechat_content
{
 	position:absolute;
	top:50%;
	left:50%;
	width:460px;
	height:600px;
	margin-left:-230px;
	margin-top:-300px;
	display:none;
	z-index:9998;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(51,51,51,1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(51,51,51,1);
	box-shadow: 0px 0px 20px 0px rgba(51,51,51,1);
}

.livechat_close
{
 	position:absolute;
 	top:50%;
	left:50%;
	margin-left:217px;
	margin-top:-313px;
	z-index:9999;
	text-decoration: none !important;
}

.livechat_close_link
{
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	text-decoration: none !important;
}

.livechat_close_link:hover
{
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}

/* FAQTAGENT LIGHTBOX CSS */
/**************************/
.fa_autosuggest{
	position: absolute;
	height: 115px;
	font-size: 12pt;
	font-family: Verdana,Arial,"Lucida Grande",Helvetica,sans-serif;
	border-color: #A5ACB2;
	background-color: rgba(255, 255, 255, 0.93);
	display: none;
	overflow: auto;
	z-index: 2;
	width: 100%;
	top: 37px;
}
.fa-question-circle::after{
	content: "";
	display: inline-block;
	background-image: url('http://syn-document-manager.s3.amazonaws.com/FAQTAGENT-FINOBS-MASTER/fa-question-circle.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 22px;
	width: 38px;
	position: relative;
	margin-bottom: -3px;
}
.fa_autosuggest ul{
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	-moz-margin-start: 0;
	-moz-margin-end: 0;
	-moz-padding-start: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.fa_autosuggest ul li{
	list-style: none;
	font-size: 10pt;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #73A7D7;
}
.fa_autosuggest ul li a{
	display: block;
	color: gray;
	text-decoration: none;
}
.fa_autosuggest ul li a:hover{
	text-decoration: underline;
}
.as_padding
{
	font-size:8pt;
	color:#444444;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:0px;
	padding-right:0px;
	border-top: 1px solid #000;
	text-decoration:none;
}

.as_padding_over
{
	font-size:8pt;
	color:#000;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:0px;
	padding-right:0px;
	background:#ffffff;
	cursor:pointer;
	text-decoration:underline;
}

.as_info
{
	font-size:9pt;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	text-decoration:none;
}
/* CUSTOM STYLE */
/***************/
::-webkit-input-placeholder{
   color: #5b5b5b;
}
:-moz-placeholder{
   color: #5b5b5b;
}
::-moz-placeholder{
   color: #5b5b5b;
}
:-ms-input-placeholder{
   color: #5b5b5b;
}
#synthetix_widget li{
	list-style: none;
	padding: 5px 0 5px 0; 
	position: relative;
	z-index: 1;
}
#synthetix_widget li::before{
	display: block;
	content: "";
	margin-left: 10px;
	margin-right: 10px;
	top: 0;
	max-width: 620px;
	border: 1px solid #73a7d7;
}
#synthetix_widget ul{
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	-moz-margin-start: 0;
	-moz-margin-end: 0;
	-moz-padding-start: 0;
	margin-bottom: 7px;
	padding: 0;
}
#synthetixgroupArea{
	display: block;
	max-width: 620px; /*Controls the size of the in page faq area! If changed, you'll need to change the max-width of #synthetix_widget li::before to be the exact same*/
	height: auto;
	background-color: #5091CD;
	border: 1px solid #dedede;
	min-height: 256px;
}
#synthetixgroupArea h3{
	padding: 0px 10px;
	margin-top: 14px;
	margin-bottom: -14px;
	color: #fff;
}
.synthetixSearchArea{
	position: relative;
	width: 100%;
	height: 33px;
	box-sizing: border-box;
}
#synthetix_widget li a{
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding: 8px 10px;
	margin-top: -2px;
	margin-bottom: -12px;
	color: #FFF;
}
#synthetix_widget li a:hover{
	background-color: #73a7d7;
	text-decoration: underline;
}
.synthetixSubmitArea{
	padding: 10px 10px 0 10px;
	margin: 0;
}
.fa_autosuggest_input{
	float: left;
	width: 85%;
	background-color: #E4F2FF;
	border: 0;
	color: #5b5b5b;
	box-sizing: border-box;
	padding: 0.8em 0.8em 0.8em 0.4em;
	height: 37px;
}
.synthetixSubmitArea .syn-submit-button{
	float: left;
	width: 15%;
	height: 32px;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #ffd24f;
	background-image: url('http://syn-document-manager.s3.amazonaws.com/FAQTAGENT-FINOBS-MASTER/fa-search-icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 37%;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	height: 37px;
	padding: 0.8em;
}
.synthetixSubmitArea .syn-submit-button:hover{
	outline: 0;
}
.synthetixSubmitArea .syn-submit-button:active{
	outline: 0;
}
.synthetixSubmitArea .syn-submit-button:visited{
	outline: 0;
}
/*@media only screen and (max-width: 220px){
	.fa_autosuggest_input{
		width: 73%;
	}
}
@media only screen and (min-width: 221px) and (max-width: 320px){
	.fa_autosuggest_input{
		width: 73%;
	}
}
@media only screen and (min-width: 321px) and (max-width: 390px){
	.fa_autosuggest_input{
		width: 82%;
	}
}
@media only screen and (min-width: 391px) and (max-width: 450px){
	.fa_autosuggest_input{
		width: 86%;
	}
}*/