.subpage-banner .bg-image {
	background-image:url("../../images/banners/support_bg.jpg") !important;
}
.btc-faq {
	width: 100%;
}
.btc-faq .search-form .inner {
	background: url(../images/btc-faq-search-form-bg.jpg) no-repeat;
	background-size: cover;
	padding: 20px 50px 40px 50px;
}
.btc-faq .search-form h2,
#t3-content .search-form h2 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}

.btc-faq .search-form .description {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}
.btc-faq .search-form .error {
	margin-top: 10px;
	text-align: center;
	color: red;
}
.btc-faq .search-form .btn-toolbar {
	margin-left: 0;
}
.btc-faq .search-form .input-area {
	position: relative;
	text-align: center;
	width: 694px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
.btc-faq .search-form .input-area input[type="text"] {
	width: 100%;
	max-width: 100%;
	padding-left: 55px;
	padding-right: 130px;
}
.btc-faq .search-form .input-area input[name="searchword"] {
	height: 52px;
	background: #fff url(../images/btc-faq-search-form-input-icon.jpg) 20px center no-repeat;
	border: 1px solid #ffffa8;
	box-shadow: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.btc-faq .search-form .input-area .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 100%;
	border: 1px solid #ffffa8;
	border-left: 0;
	background: #ff970f;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
/*  */
.article-content table {
    border: 1px solid #a6ce39;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 15px;
    min-width: 700px;
	position: initial;
}

.article-content table th {
    border: 1px solid #a6ce39;
    text-align: center;
    background-color: #a6ce39;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    width: 12%;
    line-height: 18px;
    vertical-align: middle;
    padding: 20px 10px;
}

.article-content table td {
    border: 1px solid #a6ce39;
    padding: 15px;
    margin: 0 auto;
    vertical-align: middle;
    background-clip: padding-box;
	text-align: center;
}
.article-content table.text-left td {
	text-align: left;
}
.article-content table.border-black {
	border-collapse: collapse;
}
.article-content table.border-black,
.article-content table.border-black td,
.article-content table.border-black th {
	border: 1px solid #ddd;
	position: static;
}


@media (max-width: 767px) {
	#t3-mainbody .row.btc-faq {
		/*margin-left: -20px;
		margin-right: -20px;*/
		margin: 0;
	}

	.btc-faq .search-form .inner {
		padding: 30px 20px 40px 20px;
	}
	.btc-faq .search-form h2 {
		margin-top: 0;
		font-size: 20px;
		font-weight: 400;
	}
	.btc-faq .search-form .description {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.btc-faq .search-form .input-area input[name="searchword"] {
		padding-right: 6px;
		border: 0;
	}
	.btc-faq .search-form .input-area .submit {
		position: relative;
		margin-top: 15px;
		border: 0;
		width: 100%;
		padding: 15px 10px;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
}

.btc-contact-us-faq-search-suggestion.ui-menu.ui-widget.ui-widget-content {
    max-height: 200px;
    width: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
	border: 15px solid #fff;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	padding-right: 20px;
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 3px 0px 1px rgba(0,0,0,0.08);
}
.btc-contact-us-faq-search-suggestion .ui-autocomplete-category {
	color: #939496;
	border-top: 1px solid #d4d4d4;
	padding: 0;
	padding-top: 5px;
	padding-left: 10px;
	max-width: 100%;
}
.btc-contact-us-faq-search-suggestion .ui-autocomplete-category:first-child {
	border-top: none;
}
.btc-contact-us-faq-search-suggestion .ui-menu-item,
.btc-contact-us-faq-search-suggestion a.ui-menu-item {
	color: #1e1e1e;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	padding-left: 10px !important;
	max-width: 100%;
	font-weight: inherit;
	border-top: 0;
	background: transparent;
}
.btc-contact-us-faq-search-suggestion .ui-menu-item.ui-state-focus {
	margin: 0 0 5px 0;
	background: #f5f5f5;
	color: #00a046;
	border: 0;
	font-weight: normal;
}
.btc-contact-us-faq-search-suggestion .ui-menu-item.ui-state-focus a {
	color: #00a046;

}
.btc-faq .faq-search-result {
	margin-top: 20px;
}
.btc-faq .faq-search-result .total-results {
	color: #00a046;
}
.btc-faq .faq-search-result .total-results .total-number {
	/*background-color: #A6CE39;*/
	color: #000;
}
#searchForm .form-limit {
	margin-top: 0;
}
.btc-faq .faq-search-result .form-limit .chzn-container {
	display: inline-block;
}
.btc-faq .faq-search-result .form-limit .counter {
	float: none;
	margin: 0;
}
.btc-faq .faq-search-result .row.no-padding,
.btc-faq .faq-search-result .row.no-padding > [class^="col-"] {
	padding: 0;
}
.btc-faq .faq-results-list > ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.btc-faq .faq-results-list > ul > li {
	padding: 35px 0;
	border-bottom: 1px solid #e0e0e0;
}
.btc-faq .faq-results-list > ul > li:nth-child(2n) {
	/*background: #FCFCF9;*/
}
.btc-faq .faq-results-list > ul > li .result-title {
	margin-bottom: 10px;
}
.btc-faq .faq-results-list > ul > li .result-title .title,
.btc-faq .faq-results-list > ul > li .result-title .title a {
	color: #000;
	font-size: 16px;
	/*font-weight: 600;*/
}
.btc-faq .faq-results-list > ul > li .result-title .count {
	font-size: 14px;
	font-weight: normal;
}
.btc-faq .faq-results-list > ul > li .result-title .result-category {
	color: #00a048;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.btc-faq .faq-results-list > ul > li .result-text {
	line-height: 25px;
	color: #333;
	/*padding-left: 15px;*/
}
.btc-faq .faq-results-list .highlight {
	color: #00a046;
	background: transparent;
	padding: 0;
}
.btc-faq .faq-results-list .title .highlight {
	background: #f4efb5;
	padding: 0 2px;
}

.btc-faq .faq-results-list > .pagination {
	float: none;
}
.btc-faq .faq-results-list .pagination .loadmore {
	display: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}
.btc-faq .faq-results-list .pagination .loadmore .btn-loadmore {
	margin: 0 auto;
	color: #6e6f76;
	font-weight: 600;
	padding-left: 40px;
	background: url(../images/bct_search_loadmore.png) 5px center no-repeat;
	text-decoration: none;
}

.btc-faq .top-questions h2 {
	color: #00a046;
	font-size: 16px;
	font-weight: normal;
}
.btc-faq .top-questions h2 .subheading-category,
.btc-faq .top-questions h3 {
	padding-left: 32px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	background: url(../images/btc-faq-top-questions-h3-icon.png) left center no-repeat;
	line-height: 25px;
	margin-bottom: 10px;
}

.btc-faq .top-questions .section {
	margin: 20px 0;
	padding: 0;
}
.btc-faq .top-questions .section .inner {
	padding: 0 20px;
	border-right: 1px solid #e0e0e0;
}
.btc-faq .top-questions .row .section:nth-child(2n) .inner {
	border-right: none;
}
.btc-faq .top-questions .title {

}
.btc-faq .top-questions .title .view-all {
	color: #fff;
	text-transform: uppercase;
	line-height: 23px;
	font-size: 12px;
	background: #ff970f;
	padding: 0 10px;
	border: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.btc-faq .top-questions .section .list {
	list-style: disc;
	padding-left: 30px;
}
.btc-faq .top-questions .section .list li {
	margin-bottom: 5px;
}
.btc-faq .top-questions .section .list li,
.btc-faq .top-questions .section .list li a {
	color: #7a7a7a;
}
.btc-faq .top-questions .section .list li a:hover,
.btc-faq .top-questions .section .list li a:visited:hover {
	color: #00a046;
	text-decoration: none;
}
.btc-faq .top-questions .section .list li a:visited {
	color: #9dac79;
}
.btc-faq .top-questions .row:nth-child(2n+1) {
	background: #f6f7f5;
}
@media (max-width: 991px) {
	.btc-faq .top-questions {
		padding-left: 0;
		padding-right: 0;
	}
	.btc-faq .top-questions .section .inner {
		border-right: none;
		padding-left: 20px;
		padding-right: 20px;
	}
	.btc-faq .top-questions .row:nth-child(2n+1) {
		background: transparent;
	}
	.btc-faq .top-questions .row .section {
		margin: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.btc-faq .top-questions .row .section:nth-child(2n) {
		background: #f6f7f5;
	}
}

.bct-sitesearch {
	/*width: 100%;*/
	max-width: 900px;
	margin: 0 auto;
}
.bct-sitesearch-page #bct-breadcrumb-position {
	max-width: 900px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#t3-mainbody .row.btc-faq.bct-sitesearch {
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
	}
	#t3-mainbody .row.btc-faq.bct-sitesearch .search-form {
		margin: 0 -15px;
	}
	.bct-sitesearch-page .btc-faq .faq-search-result {
		padding-left: 20px;
		padding-right: 20px;
	}
}