/* Search Page */
.search-content {
    padding-top: 24px;
    padding-bottom: 72px;
    background-position: top;
    background-attachment: unset;
}
.search-content .box{
    padding: 0;
}
.search-content .section-search {
    background-color: #fff;
    margin-top: 40px;
    margin-left: -32px;
    margin-right: -32px;
    padding: 32px;
    box-shadow: 0 2px 40px 0 rgba(0, 63, 111, 0.1);
}
.search-content .section-search input,
.search-content .section-search select,
.search-content .section-search button{
    height: 56px;
    font-size: 18px;
    padding: 12px 15px;
    border-color: rgba(0, 19, 34, 0.3);
    color: #000;
    margin: 0;
}
.search-content .section-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

.search-content .section-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.search-content .section-search input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
.search-content .section-search .col{
    padding: 0;
}
.search-content .section-search .bootstrap-autocomplete{
    background-color: #fff;
}
.search-content h1.title{
    font-size: 52px;
    font-weight: bold;
}
.search-content .section-result-search{
    padding-top: 65px;
}
.search-content .list-item-search .item{
    margin-bottom: 40px;
}
.search-content .list-item-search .item:last-child {
    margin-bottom: 70px;
}
.search-content .meta-search{
    color: #001322;
    font-size: 18px;
}
.search-content .button-loadmore,
.search-content .item-search-title a{
    font-weight: bold;
    color: #003f6f;
    font-size: 18px;
}
.search-content .section-loadmore-button{
    text-align: center;
}
.search-content .button-loadmore{
    display: block;
    cursor: pointer;
}
.section-loadmore-button .loader{
    margin: 0 auto;
}
.loader {
    display: none;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #003f6f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader.show{
    display: block;
}
#press-item-newsletter .search-content .section-result-search {
    padding-top: 77px;
}
#press-item-newsletter .search-content .list-item-search .item {
    margin-bottom: 56px;
}
#press-item-newsletter .section-loadmore-button {
    padding-top: 25px;
    padding-bottom: 0px;
}