.SearchResults {
        background: none repeat scroll 0 0 #FFFFFF;
        padding: 0px 0;
        margin-top: 0;
}
.SearchResults .TextPanel {
        width: 100%;
}
.SearchResults .dropcat {
        flex: 1;
}
.SearchResults .SearchPane {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        box-shadow: var(--box-shadow);
        padding: var(--padding-box);
        border-radius: var(--rounded);
        background: var(--color-white);
        margin-bottom: var(--margin-bottom);
        border: 1px solid #f1f1f1 !important;
}
.SearchResults .SearchPane .TextPane {
        float: left;
        margin-right: 15px;
}
.SearchResults .SearchPane .TextPane {
}
.SearchResults .SearchPane .TextBox {
        float: left;
}
.SearchResults .SearchPane .SearchButton {
        background: none repeat scroll 0 0 #034494;
        padding: 6px;
        display: block;
        text-align: center;
        margin-top: 15px;
        font-family: Roboto;
        line-height: 21px;
        margin: 12px 0px;
        font-weight: 500;
        font-size: 15px;
        padding: 9px 30px;
        text-decoration: none;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        border-radius: var(--rounded);
        height: 40px;
}
.SearchResults .SearchPane .DatePane {
        float: left;
        margin-right: 20px;
}
.SearchResults .SearchPane .DatePane .BeginDate {
        float: left;
}
.SearchResults .SearchPane .DatePane .EndDate {
        float: left;
        margin-left: 15px;
}
.SearchResults .ResultList {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.SearchResults .ResultList .Item {
        display: inline-block;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
}
.SearchResults .ResultList .Item .Date{
        font-size: 12px;
        color: #8a8a8a;
}
.SearchResults .ResultList .Item .Image {
        float: right;
        height: 205px;
        margin-left: 30px;
}
.SearchResults .ResultList .Item img {
        /* border: 1px solid #CCCCCC; */
        padding: 2px;
        width: 300px;
        object-fit: cover;
        border-radius: var(--rounded);
}
.SearchResults .ResultList .Item .Title {
        font-size: 20px;
        /* or 136% */
        /* Grey 1 */
        text-decoration: none;
        font-weight: 800;
        color: var(--color-black);
        text-align: left;
        padding-bottom: 0;
        font-family: 'Merriweather';
        line-height: 1.5;
}
.SearchResults .ResultList .Item .Summary {
        /* Sapo */
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: var(--color-black);
        margin: 12px 0px;
}
.SearchResults .DataPager {
        /* float: right; */
        margin: 2px;
}
.SearchResults .ResultList .Item+.Item{
        margin-top: 15px;
}
.SearchResults .SearchPane>div>span{
        margin: 10px 0px;
        display: inline-block;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
        color: var(--color-black);
        vertical-align: middle;
}
.SearchPane input, .SearchPane select {
        height: auto !important;
        padding: 6px 10px !important;
        display: inline-block;
        box-sizing: border-box !important;
        border: none !important;
        border-radius: var(--rounded);
        background: #e9ecef !important;
        font-size: 16px !important;
        height: 40px !important;
}
.SearchResults .ResultList{
        margin-top: 30px;
}
.SearchResults .DataPager {
        /* float: right; */
        margin: 2px;
        padding: 5px;
        margin-top: 30px;
}
.SearchResults .DataPager>span{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
}
.SearchResults .DataPager>span>span, .SearchResults .DataPager>span>a{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        /* identical to box height */
        text-align: center;
        background: #EEEEEE;
        color: #666666;
        border-radius: 50%;
        text-decoration: none;
}
.SearchResults .DataPager span.CurrentPage {
        background: #034494;
        color: #fff;
}
.SearchResults .SearchPane * {
        line-height: 1.4 !important;
        font-size: 16px;
}
@media only screen and (max-width: 768px){
        div.SearchResults {
                padding: 5px 10px !important;
                width: 100%;
        }
        .SearchResults .ResultList .Item img.Image {
                float: none !important;
                width: 100% !important;
                height: 50vw !important;
                margin: 0 !important;
                margin-bottom: 15px !important;
        }
        .SearchResults .SearchPane{
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                gap: 0;
        }
        .SearchResults .SearchPane>*{
                flex: 1;
                width: 100%;
        }
}
