/*select#ddl_ProgrammeFilter {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    background-image: url(/media/vrsnrmi2/chevron.png);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}*/

select#ddl_ProgrammeFilter {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    background-image: url(/media/3s1du1s1/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form_section form input.form-control {
    height: auto;
}

input.form-control {
    border-radius: inherit;
    border: 1px solid #ffffff;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    display: block;
}

select.form-select {
    border-radius: inherit;
    border: 1px solid #ffffff;
    background: #fff;
    padding: 10px;
    font-size: 20px;
    display: block;
    border-radius: 10px;
    color: #6c757d;
}

form#search-form-alt {
    position: relative;
}

input.submit_btn_search {
    position: absolute;
    right: 13px;
    top: 11px;
    background: url(/media/11mbknvn/search_x24.png) 0 0;
    border: 0;
    color: #ff000000;
    width: 32px;
    background-repeat: no-repeat;
}

.form_section {
    margin-top: 1% !important;
}

h2.blog_header {
    color: #9d0a0e !important;
    font-weight: 500 !important;
}

@media only screen and (max-width: 992px) {

    section.form_section {
        margin-top: 5%;
    }

}

@media only screen and (max-width: 767px) {

    input.submit_btn_search {
        right: 5px;
    }

    .icon_arrow_down {
        position: absolute;
        right: 4%;
        padding: 15px 22px 18px 28px;
    }
}