.bwl_acc_container {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	max-width: 100%;
	margin: 0 auto;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 300
}

.accordion_search_container {
	display: none;
	margin: 0 0 12px
}

.accordion_search_container .accordion_search_input_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 5px
}

.search_icon {
	background: url(../images/search.png) no-repeat;
	background-position: top 10px right 10px;
	background-position-x: 99%;
	background-position-y: 50%;
	border: 1px solid #ccc
}

.accordion_search_input_box::-ms-clear {
	display: none
}

.load {
	background: url(../images/loader.gif) no-repeat;
	background-position: top 10px right 10px;
	background-position-x: 99%;
	background-position-y: 50%
}

.search_result_container {
	line-height: 24px;
	display: none;
	background: #ddd;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 5px;
	margin-bottom: 12px
}

h2.acc_title_bar {
	font-family: Ubuntu, sans-serif;
	padding: 0;
	margin: 0 0 2px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	background: 0 0;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}

h2.acc_title_bar a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 56px;
	position: relative
}

h2.acc_title_bar a:after {
	z-index: 1;
	left: 20px;
	top: 0;
	content: '';
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 46px;
	background: 0 0;
	-webkit-transform: skewX(50deg);
	-moz-transform: skewX(50deg);
	-ms-transform: skewX(50deg);
	-o-transform: skewX(50deg);
	transform: skewX(50deg);
	-webkit-transition: .5s .2s ease-out;
	-moz-transition: .5s .2s ease-out;
	-o-transition: .5s .2s ease-out;
	transition: .5s .2s ease-out
}

h2.acc_title_bar a:before {
	z-index: 2;
	content: "\f067";
	font-family: FontAwesome;
	display: inline-block;
	width: 48px;
	height: 46px;
	background: 0 0;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 0 4px;
	-moz-border-radius: 0 4px;
	border-radius: 0 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}

h2.acc_title_bar a:hover {
	color: #f0f0f0
}

h2.acc_title_bar a:hover:before {
	content: "\f067";
	font-family: FontAwesome;
	display: inline-block;
	width: 48px;
	height: 46px;
	background: 0 0;
	position: absolute;
	left: 0;
	top: 0
}

h2.title-bar-active {
	background: 0 0
}

h2.title-bar-active a {
	color: #f0f0f0
}

h2.title-bar-active a:after {
	z-index: 1;
	left: 20px;
	top: 0;
	content: '';
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 46px;
	background: 0 0;
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(0deg);
	transform: skewX(0deg)
}

h2.title-bar-active a:before {
	content: "\f068";
	font-family: FontAwesome;
	display: inline-block;
	width: 48px;
	height: 46px;
	background: 0 0;
	position: absolute;
	left: 0;
	top: 0
}

h2.title-bar-active a:hover {
	color: #f0f0f0
}

h2.title-bar-active a:hover:before {
	content: "\f068";
	font-family: FontAwesome;
	display: inline-block;
	width: 48px;
	height: 46px;
	background: 0 0;
	position: absolute;
	left: 0;
	top: 0
}

h2.default-title-bar {
	background: #2c2c2c
}

h2.default-title-bar a {
	color: #fff
}

h2.default-title-bar a:after,
h2.default-title-bar a:before {
	background: #b3b330
}

h2.default-title-bar a:hover {
	color: #f0f0f0
}

h2.default-title-bar a:hover:before {
	background: #b3b330
}

h2.default-title-bar-active {
	background: #121212
}

h2.default-title-bar-active a {
	color: #f0f0f0
}

h2.default-title-bar-active a:after {
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	transform: skewX(0deg);
	background: #cfcf4d
}

h2.default-title-bar-active a:before {
	content: "\f068";
	background: #cfcf4d
}

h2.default-title-bar-active a:hover {
	color: #f0f0f0
}

h2.default-title-bar-active a:hover:before {
	content: "\f068";
	background: #cfcf4d
}

h2.theme-red-title-bar {
	background: #e31d1a
}

h2.theme-red-title-bar a {
	color: #fff
}

h2.theme-red-title-bar a:after,
h2.theme-red-title-bar a:before {
	background: #5a0b0a
}

h2.theme-red-title-bar a:hover {
	color: #f0f0f0
}

h2.theme-red-title-bar a:hover:before {
	background: #5a0b0a
}

h2.theme-red-title-active {
	background: #b51715
}

h2.theme-red-title-active a {
	color: #f0f0f0
}

h2.theme-red-title-active a:after {
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	transform: skewX(0deg);
	background: #710e0d
}

h2.theme-red-title-active a:before {
	content: "\f068";
	background: #710e0d
}

h2.theme-red-title-active a:hover {
	color: #f0f0f0
}

h2.theme-red-title-active a:hover:before {
	content: "\f068";
	background: #710e0d
}

h2.theme-blue-title-bar {
	background: #2d9fd0
}

h2.theme-blue-title-bar a {
	color: #fff
}

h2.theme-blue-title-bar a:after,
h2.theme-blue-title-bar a:before {
	background: #091f28
}

h2.theme-blue-title-bar a:hover {
	color: #f0f0f0
}

h2.theme-blue-title-bar a:hover:before {
	background: #091f28
}

h2.theme-blue-title-active {
	background: #247fa6
}

h2.theme-blue-title-active a {
	color: #f0f0f0
}

h2.theme-blue-title-active a:after {
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	transform: skewX(0deg);
	background: #164f67
}

h2.theme-blue-title-active a:before {
	content: "\f068";
	background: #164f67
}

h2.theme-blue-title-active a:hover {
	color: #f0f0f0
}

h2.theme-blue-title-active a:hover:before {
	content: "\f068";
	background: #164f67
}

h2.theme-green-title-bar {
	background: #3f9f39
}

h2.theme-green-title-bar a {
	color: #fff
}

h2.theme-green-title-bar a:after,
h2.theme-green-title-bar a:before {
	background: #122e11
}

h2.theme-green-title-bar a:hover {
	color: #f0f0f0
}

h2.theme-green-title-bar a:hover:before {
	background: #122e11
}

h2.theme-green-title-active {
	background: #388c32
}

h2.theme-green-title-active a {
	color: #f0f0f0
}

h2.theme-green-title-active a:after {
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	transform: skewX(0deg);
	background: #1a4117
}

h2.theme-green-title-active a:before {
	content: "\f068";
	background: #1a4117
}

h2.theme-green-title-active a:hover {
	color: #f0f0f0
}

h2.theme-green-title-active a:hover:before {
	content: "\f068";
	background: #1a4117
}

h2.theme-orange-title-bar {
	background: #f90
}

h2.theme-orange-title-bar a {
	color: #fff
}

h2.theme-orange-title-bar a:after,
h2.theme-orange-title-bar a:before {
	background: #cc7a00
}

h2.theme-orange-title-bar a:hover {
	color: #f0f0f0
}

h2.theme-orange-title-bar a:hover:before {
	background: #cc7a00
}

h2.theme-orange-title-active {
	background: #e68a00
}

h2.theme-orange-title-active a {
	color: #f0f0f0
}

h2.theme-orange-title-active a:after {
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	transform: skewX(0deg);
	background: #804d00
}

h2.theme-orange-title-active a:before {
	content: "\f068";
	background: #804d00
}

h2.theme-orange-title-active a:hover {
	color: #f0f0f0
}

h2.theme-orange-title-active a:hover:before {
	content: "\f068";
	background: #804d00
}

h2.theme-yellow-title-bar {
	background: #ffe140
}

h2.theme-yellow-title-bar a {
	color: #2C2C2C
}

h2.theme-yellow-title-bar a:after,
h2.theme-yellow-title-bar a:before {
	background: #d9b700
}

h2.theme-yellow-title-bar a:hover {
	color: #2C2C2C
}

h2.theme-yellow-title-bar a:hover:before {
	background: #d9b700
}

h2.theme-yellow-title-active {
	background: #f3cc00
}

h2.theme-yellow-title-active a:after {
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	transform: skewX(0deg);
	background: #c0a100
}

h2.theme-yellow-title-active a:before,
h2.theme-yellow-title-active a:hover:before {
	content: "\f068";
	background: #c0a100
}

div.acc_container {
	margin: 0 0 2px;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: #fbfbfb;
	border: 1px solid #d6d6d6;
	display: none
}

div.acc_container .block {
	padding: 0 12px
}

div.bwl_acc_container_rtl_support {
	direction: rtl;
	unicode-bidi: embed;
	text-align: right;
	clear: right
}

h2.rtl-title-bar {
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}

h2.rtl-title-bar a {
	padding: 0 56px 0 0
}

h2.rtl-title-bar a:after {
	right: 20px;
	top: 0;
	-webkit-transform: skewX(50deg);
	-moz-transform: skewX(50deg);
	-ms-transform: skewX(50deg);
	-o-transform: skewX(50deg);
	transform: skewX(50deg)
}

h2.rtl-title-bar a:before {
	content: "\f067";
	right: 0;
	top: 0;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}

h2.rtl-title-bar a:hover:before {
	position: absolute;
	right: 0;
	top: 0
}

h2.rtl-title-active a:after {
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	transform: skewX(0deg)
}

h2.rtl-title-active a:before,
h2.rtl-title-active a:hover:before {
	content: "\f068"
}

input.load_rtl,
input.search_icon_rtl {
	background-position: top 10px left 10px
}