#tpbr_calltoaction{
	color: #b70c0c!important;
	background: #fff!important;
}

.l-header.pos_fixed.sticky {
	top:0;
}

@media (max-width:600px){
	#tpbr_box{
		line-height: 24px!important;
		padding: 5px 0 10px
	}
}
/*.w-tabs.accordion .w-tabs-section-header {
	width: 100%
	}*/
@media (min-width:1200px){
	.tab-block .w-tabs.style_default.initialized.autoresize .w-tabs-list {
		overflow: visible;
	}
	.tab-block .w-tabs.style_default.initialized.autoresize .w-tabs-list-h{
		background: #fff;
	}
	.tab-block .w-tabs.style_default.initialized.autoresize .w-tabs-item{
		flex: 1;
		max-width: 25%;
		border: 5px solid #fff;
		background: #FC5600;
		color:#fff;
		min-height: 200px
	}
	.tab-block .w-tabs.style_default.initialized.autoresize .w-tabs-item:hover,
	.tab-block .w-tabs.style_default.initialized.autoresize .w-tabs-item.active {
		background: #0032a5;
	}
	.tab-block .w-tabs.style_default.initialized.autoresize .w-tabs-item.active:after{
		content: '\f107';
		font-family: fontawesome;
		font-weight: 400;
		font-size: 2.2em;
		color: #0032a5;
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.tab-block.tab-5 .w-tabs.style_default.initialized.autoresize .w-tabs-item{
		max-width: 20%
	}
	.tab-block .w-tabs.style_default.initialized.autoresize .w-tabs-item .w-tabs-item-h{
		width: 100%;
		height: 100%;
		display: table;
	}
	.tab-block .w-tabs.style_default.initialized.autoresize .w-tabs-item .w-tabs-item-h .w-tabs-item-title{
		vertical-align: middle;
		display: table-cell;
	}
}

.search-block+.search-block {
	padding-top: 30px;
    margin-top: 40px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.search-block .w-btn {
	font-size: 14px;
}
.search-title {
	margin-bottom: 5px;
    padding-top: 0;
}
.search-title>i {
	margin-right: 10px;
    font-size: .8em;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -.1em;
    color: #F40F02;
}
.search-excerpt {
	margin-bottom: 15px;
}
.search-results .pagination {
	margin-top: 50px;
}
.search-button {
	margin-top: 10px;
}

.w-hwrapper.align_right .w-btn+.w-btn {
	margin-left: 0;
}
.w-hwrapper.align_right .us-btn-style_8 {
	padding-right: 1.5em;
	padding-left: 1.5em;
}