.table-head{padding:0px;margin:0px;}
.table-head>li{background: #2C2C2C;border-right: 1px solid #ffffff;color: #ffffff;height: 60px;font-size: 1.2rem;line-height: 1.2;list-style:none;display: flex;justify-content: center;align-items: center;padding: 0;}
.table-head>li:last-of-type{border-right:0;}
.table-head>li.active {background: rgba(44,44,44,0.5);}
.table-head>li span {text-align: center;}

.table-div{padding-left: 0;padding-right: 0;}
.table-body {color: #2d2926;}
.table-body ul {padding: 25px 0;margin: 0;}
.table-body ul:nth-child(even) {background-color: #F0F0F0;}
.table-body li {padding: 0 10px;list-style: none;text-align: center;}
.table-body li .title {font-size: 10px;line-height: 1.4;margin-bottom:5px;}
.table-body li .value {font-size: 14px;line-height: 1.4;word-wrap: break-word;}
.table-body li .value em {background: #ccc;font-style: normal;}
.table-body li .date {margin-bottom:15px;}
.table-body li .mobi-title{display:none;}
.table-body li a.btn-2021-red {width: 160px;line-height: 40px;display: block;}
.table-body li.active {font-family: 'Helvetica-Bold';}
.table-body li.view-more{display: flex;justify-content: flex-end;}

.feature-content .container {width: 100%; padding: 0;}
.feature-content .reg .pull-right{padding-left:0;}
.feature-content .reg .pull-right:first-of-type{padding-right:0;}
.feature-content .reg a.cta-btn{width: 100%;}
.feature-content .filter {margin-bottom:20px;}
.feature-content .filter.filterLast {margin-bottom:0;}
.feature-content .filter .selection .sel,
.feature-content .filter .selection .item{padding-left:0;padding-right:15px;}
.feature-content .filter .selection .sel:last-of-type,
.feature-content .filter .selection .item:last-of-type{padding-right:0;}
.feature-content .filter .selection .sel:last-of-type i,
.feature-content .filter .selection .item:last-of-type i{right: 1px;}
.feature-content .filter .selection select {border: 1px solid #2d2926;border-radius: 0;height: 40px;line-height: 1.4;display: inline-block;width: 100%;padding-right: 0; font-size: 16px;font-size: 1.6rem;color: #2d2926; padding-left: 17px; background-color: #fff; -webkit-appearance: none;cursor: pointer;}
.feature-content .filter .selection select.active {font-family: 'Helvetica-Bold';}
.feature-content .filter .selection select:focus-visible {outline: none;}
.feature-content .filter .selection select[disabled],
.feature-content .filter .selection select[disabled]+i{opacity: 0.4;pointer-events: none;}
.feature-content .filter .selection i {position: absolute;right: 16px;top: 2px;width: 26px;height: calc(100% - 4px);border-radius: 4px;background: #FFF;pointer-events: none;}
.feature-content .filter .selection i:before {content: '';position: absolute;right: 10px;top: 13px;background: transparent;width: 8px;height: 8px;border-top: 2px solid #8d1a1f;border-left: 2px solid #8d1a1f; transform: rotate(-135deg);}
.feature-content .filter .selection .search-input {border: 1px solid #2d2926;border-radius:0;position: relative;}
.feature-content .filter .selection .search-input input {width: 90%; display: block; border: none; height: 40px; line-height: 60px; font-size: 1.6rem; font-weight: 500; font-style: normal; font-stretch: normal; line-height: 1.31; color: #2d2926; text-indent:15px;}
.feature-content .filter .selection .search-input input::placeholder {opacity: 0.5;}
.feature-content .filter .selection .search-input .glyphicon-search { font-size: 17px;position: absolute; right: 8px; top: 12px; font-family: "Glyphicons Halflings"; cursor: pointer; color:#8d1a1f;}
.feature-content .filter .selection .message{position: absolute;font-size: 1.1rem;color: #8a1926;font-family: 'Helvetica-Bold'; margin:3px 0 0 0; display: none;}
/*.feature-content .filter .selection .search-hover {position: absolute;color: #2d2926;display:none;}
.feature-content .filter .selection .search-hover ul {margin: 0 0 10px 0;padding-left: 20px;}
.feature-content .filter .selection .search-hover li {margin: 3px 0}*/
.feature-content .filter .selection a.btn-2021-red {line-height: 40px; width: 100%;margin-top: 0;}
.feature-content .filter .result {margin:30px 0;}
.feature-content .filter #type-sel-parent {cursor: pointer;}
.feature-content .filter #showResult{padding-left: 0;}
a .glyphicon {padding-right: 8px;}

@media only screen and (max-width: 1024px) {
	.table-head>li {font-size: 1rem;}
	.table-body li {padding:0 5px;}
	.table-body li .value {font-size: 12px;}
}
@media only screen and (max-width: 768px) {
	.feature-content .filter .selection .sel, .feature .filter .selection .item {margin-bottom: 15px; }
	.feature-content .filter .selection .sel:nth-child(odd), 
	.feature-content .filter .selection .item:nth-child(odd){padding-right: 15px;}
	.feature-content .filter .selection .sel:nth-child(even), 
	.feature-content .filter .selection .item:nth-child(even){padding-right: 0;}
	.feature-content .filter .selection .sel:nth-child(even) i {right: 1px;}
	.feature-content .filter .selection .sel:last-of-type i {right: 17px}
	
	.table-head {display: none;}
	.table-body ul:first-of-type {border-top: 2px solid #f0f0f0;}
	.table-body ul:nth-child(odd) {background-color: #F0F0F0;}
	.table-body ul:nth-child(even) {background-color: #fff;}
	.table-body li {padding:10px;}
	.table-body li .value {font-size: 16px;}
	.table-body li .date {margin-bottom: 0;}
	.table-body li .mobi-title{display:block;font-size: 12px;line-height: 1.4;color: #999;}
	.table-body li a.btn-2021-red {margin-top: 10px;}
	.table-body li.view-more {justify-content: center;}
}
@media only screen and (max-width: 576px) {
	.feature-content .reg .pull-right {padding-right: 0;}
	.feature-content .filter .selection .sel:nth-child(odd), 
	.feature-content .filter .selection .item:nth-child(odd) {padding-right: 0;}
	.feature-content .filter .selection .sel i,
	.feature-content .filter .selection .sel:last-of-type i{right: 1px;}
	.table-body li:last-of-type{padding-bottom:0;}
}