#form_container {
	overflow-y: auto;
	background-color: #fff;
}


/* Chat Trigger in Form*/


#form_container .chatpromocss {
  display: none;
}
#form_container .lc_trigger_header {
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #202020;
	font-weight: bold;
	box-sizing: border-box;
}
#form_container .lc_trigger_header .fa {
	font-size: 30px;
}
#form_container #kb_answer .if_lc_trigger {
	margin: 35px 0px;
  position: absolute;
}


/* Forms styles */


input.form_input {
	width: 345px;
	margin: 4px auto 0px auto;
}
textarea.form_input {
	width: 360px;
	height: 100px;
	margin: 5px auto 0px auto;
}
#formcharcount {
	color:#202020;
	font-size: 9pt;
	display: block;
	clear: both;
}
.mandatory_field {
	position: relative;
	font-size: 13pt !important;
	color: #FF0000 !important;
	padding: 0px 4px 0px 0px;
	font-family: arial;
	top: -10px;
}
.required_text .mandatory_field {
	top: 0px !important;
}
.required_text {
	width: 100%;
	display: block;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #202020;
	float: left;
}


/* Link styles */


a.synthetix_button
{
	width: 380px;
  display: block;
  clear: both;
  margin: 10px 0px;
  padding: 10px;
  float: left;
  background-color: #B5A281;
  color: #ffffff;
  border-bottom: 2px solid #4b4b4b;
  cursor: pointer;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.synthetix_button:hover {
	color: #ffffff;
	background-color: #A89169;
	text-decoration: none;
}
.form_faq_option_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.form_faq_option {
	font-weight:normal;
	color: #5c5c5c;
	text-decoration:underline;
}
.form_faq_option:hover {
	font-weight:normal;
	color: #5c5c5c;
	text-decoration:underline;
}
.form_faq_question {
  
}
.form_faq_option .fa {
	width: 2%;
	font-size: 14px;
  float: left;
  display: block;
  box-sizing: border-box;
  padding: 8px 0px 0px 0px;
  display: none;
}
.kb_popup_content a {
	color: #444444;
	font-weight: normal;
	text-decoration: none;
}
.kb_popup_content a:hover {
	color: #444444;
	font-weight: normal;
	text-decoration: underline;
}


/* Buttons style */


.form_back {
	margin-top: 40px;
	float: left;
  display: block;
  clear: both;
}
.form_next {
	margin-top: 40px;
	float: left;
  display: block;
  clear: both;
}
.form_submit {
	margin-top: 40px;
	float: right;
  display: block;
  clear: both;
}
.left {
	float: left;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
}
.left:hover {
	text-decoration: none;
}
.right {
	float: right;
	margin-top: 20px;
  margin-right: 45px;
  display: inline-block;
  text-decoration: none;
}
.right:hover {
	text-decoration: none;
}

/* Main screen elements */


.if_close {
	position: absolute;
  top: 15px;
	right: 45%;
}
.if_header {
	width: 100%;
	margin: 0 auto;
	height: 65px;
	color: #061937;
}
.if_title {
    font-family: 'webfontbold',Arial,sans-serif;
	margin: 0 auto;
  padding: 58px 20px 0px;
  font-size: 25px;
  font-weight: bold;
  color: #061937;
}
.fadeboxcss {
	display: none;
}
.if_question_head {
	float: left;
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	color: #202020;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: normal;
}
.if_question_body {
	width: 50%;
	float: left;
	display: inline-block;
	clear: both;
	margin: 0 auto;
	padding: 10px 0px 0px 20px;
	color: #202020;
	box-sizing: border-box;
	font-size: 12px;
	overflow-y: auto;
  overflow-x: hidden;
}
.sidebar {
	position: absolute;
	width: 350px;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	margin: 0px;
	padding: 20px;
	font-size: 14px;
	box-sizing: border-box;
	background-color: #e8e9ec;
	-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sidebar .rss_head {
    font-family: 'webfontbold',Arial,sans-serif;
	padding-top: 40px;
	font-size:25px;
	color: #202020;
	font-weight:bold;
}
.sidebar ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: block;
}
#formA {
	visibility:hidden;
}
#kb_answer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 350px;
	height: 550px;
	padding: 10px 40px 20px 20px;
	overflow: auto;
	background-color: #E8E9EC;
	font-size: 14px;
	display: none;
	box-sizing: border-box;
	z-index: 350;
	-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rss_window {
	width: 100%;
	display: block;
	box-sizing: border-box;
	color: #202020;
}
.rss_window .popup_head {
    font-family: 'webfontbold',Arial,sans-serif;
	color: #202020;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
}
.kb_popup_content {
	display: block;
	margin: 0px;
	padding-top: 40px;
	font-size: 14px;
	line-height: 1.4;
	box-sizing: border-box;
}
.kb_popup_content img {
    max-width: 100%;
}
.rss_close {
	position: absolute;
  top: 20px;
  right: 20px;
}
.rss_close .fa {
	padding: 0px;
	font-size: 19px !important;
	color: #202020;
}
#fb_form {
	padding: 10px;
	font-weight: normal;
	color: #FFF;
	line-height: 1.6;
	font-size: 15px;
	text-align: center;
	background-color: #8C8C8C;
}
#fb_form br {
	display: none;
}
.isUp {
	height: 100% !important;
	overflow: auto;
}
.arrow_rotate {
	-webkit-transform: rotate(180deg);  /* Chrome, Safari 3.1+ */
  -moz-transform: rotate(180deg);  /* Firefox 3.5-15 */
  -ms-transform: rotate(180deg);  /* IE 9 */
  -o-transform: rotate(180deg);  /* Opera 10.50-12.00 */
  transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera 12.50+ */
}
.show_sidebar {
	position: absolute;
	top: 20px;
  right: 60px;
	display: none;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.show_sidebar .fa {
	padding: 0px;
	font-size: 25px;
	color: #202020;
}
.hide_sidebar {
	position: absolute;
	top: 20px;
  right: 20px;
	display: none;
	cursor: pointer;
}
.hide_sidebar .fa {
	padding: 0px;
	font-size: 25px;
	color: #202020;
}








