/* Tabs
 ========================================================================*/
.aq_block_tabs .ui-tabs-hide {
	position: absolute;
	left: -9999px;
}
.aq_block_tabs {
	background: none;
	padding: 0;
	border: 0;
}
.aq_block_tabs ul.aq-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 0;
}
.aq_block_tabs .aq-tab-inner{
	border-left: 1px solid #e0e0e0;
}
.aq_block_tabs ul.aq-nav li {
	position: relative;
	z-index: 10;
	list-style: none;
	float: left;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	margin: 0;
	margin-bottom: 1px;
	background: #fbfbfb;
	border-radius: 0;
	border-left: 0;
	margin-bottom: -1px;
}
.aq_block_tabs ul.aq-nav li.ui-state-active{
	border-left: none;
}
.aq_block_tabs ul.aq-nav li.ui-state-active:after{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	left: 0px;
	padding: 0 0px 0px 0px;
}
.aq_block_tabs ul.aq-nav li a {
	font-family: 'sourceSans';
	font-size: 16px;
	color: #2a2a2a;
	padding: 12px 30px 12px 30px;
	display: block;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
.aq_block_tabs ul.aq-nav li.ui-state-active a{
	background: white;
	/* color: #e32831 */
	margin-left: 0px;
	border-bottom: 3px solid white;
	margin-bottom: -3px;
}
.aq_block_tabs ul.aq-nav li a:hover {
	text-decoration: none;
}
.aq_block_tabs .aq-tab {
	padding: 15px 15px 5px;
	display: none;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-radius: 0;
}
.aq_block_tabs .aq-tab p{
	font-family: 'sourceSans';
	font-size: 13px;
	color: #5a5a5a;
	margin: 0 0 10px;
}
.aq_block_tabs .aq-tab.first-child {
	position: relative;
	left: 0;
}
.tabText.left, .tabText.right{
	width: 66.6%;
}
.tabImg{
	margin-bottom: 10px !important;
}
.tabImg.left{
	width: 33.3%;
	box-sizing: border-box;
	padding-right: 15px;
}
.tabImg.right{
	width: 33.3%;
	box-sizing: border-box;
	padding-left: 15px;
}
/* Toggles & Accordion
 ====================================================================*/
.aq_block_toggle, .aq_block_accordion {
	background: #f4f4f4;
	margin: 0.5em 0 10px;
	position: relative;
	border: 1px solid #e9e9e9;
}
.aq_block_toggles_wrapper {
	margin: 0 0 20px;
}
.aq_block_accordion_wrapper {
	margin: 0.5em 0 20px;
}
.aq_block_accordion {
	margin-top: 10px;
}
.aq_block_accordion.first-child {
	margin: 0.5em 0 0;
}
.aq_block_accordion.last-child {
	margin: 10px 0 10px;
}
.aq_block_toggles_wrapper .icon-plus-1, .aq_block_accordion_wrapper .icon-plus-1 {
	float: right;
	background: #2a2a2a;
	color: #f4f4f4 !important;
	font-size: 10px;
	margin-top: 2px;
	border-radius: 50%;
	line-height: 17px;
	width: 16px;
	height: 16px;
	text-align: center;
	padding-top: 0px;
	margin-right: -26px;
}
.aq_block_toggles_wrapper .icon-minus, .aq_block_accordion_wrapper .icon-minus {
	float: right;
	/* background: #e32831 */
	color: #f4f4f4 !important;
	font-size: 10px;
	margin-top: 2px;
	border-radius: 50%;
	line-height: 17px;
	width: 16px;
	height: 16px;
	text-align: center;
	padding-top: 0px;
	margin-right: -26px;
}
.aq_block_toggle div.arrow, .aq_block_accordion div.arrow {
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 15px;
	top: 13px;
	background-image: url(../images/dropdown-arrows.png);
	background-repeat: no-repeat;
	background-position: -40px -3px;
}
.aq_block_toggle h2.tab-head, .aq_block_accordion h2.tab-head {
	font-family: 'sourceSans';
	color: #2a2a2a;
	padding: 12px 46px 12px 20px;
	cursor: pointer;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	margin: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.aq_block_toggle h2.tab-head.colored, .aq_block_accordion h2.tab-head.colored{
	/* color: #e32831 */
}
.aq_block_toggle h2.tab-head a, .aq_block_accordion h2.tab-head a {
}
.aq_block_toggle:hover div.arrow, .aq_block_accordion:hover div.arrow {
	background-position: -9px -3px;
}
.aq_block_toggle .tab-body, .aq_block_accordion .tab-body {
	font-family: 'sourceSans';
	font-size: 13px;
	color: #5a5a5a;
	display: none;
	padding: 3px 20px 10px;
}
.aq_block_toggle .tab-body  .tabText > div, .aq_block_accordion .tab-body .tabText > div {
	padding: 0 !important;
}
.aq_block_toggle .tab-body.open, .aq_block_accordion .tab-body.open {
	display: block;
}