.bg-search {
	background-color: #d9e2e7
}
.search-main input[type=text] {
	padding: 30px;
    color: #014b6e;
    background-color: #f4f8f9;

    font-weight: 600;
}
.search-main .input-group-text {
    padding: 0 35px;
    background-color: #fff;
    text-transform: uppercase;
}

.search-collapse {
	border-top: 1px solid #f15a23
}
.search-collapse .arrow-right-small {
    width: 15px !important;
    height: 15px !important;
    border-width: 0 3px 3px 0;
}

.general h1 {
    font-weight: 300;
    font-size: 24px;
}
.general .item {
    padding: 20px 30px;
}
.filter {
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .filter h3 {
        word-wrap: break-word;
    }
}
@media only screen and (max-width: 767px) {
    .filter.orange.double {
        margin-top: 30px;
    }
    .participant-item {
        text-align: center;
    }
}