h3{background-color: #31526f;color: #f8f9fa!important;padding-top: .25rem!important;padding-bottom: .25rem!important;padding-right: 1rem!important;padding-left: 1rem!important;margin-bottom: 1rem!important;display: inline-block!important;font-size: 1.75rem;}h4{background-color: #FE6049;color: #f8f9fa!important;padding-top: .25rem!important;padding-bottom: .25rem!important;padding-right: 1rem!important;padding-left: 1rem!important;margin-bottom: 1rem!important;display: inline-block!important;font-size: 1.5rem;}@media (min-width: 1200px){.h2{font-size: 1.5rem!important;}}
.pagination {justify-content:center;padding-top:40px}
.pagination .disabled{
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; 
}
.pagination li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.pagination li a {
    padding: .375rem .75rem
}
.pagination li span {
    padding: .375rem .75rem
}

.pagination li a {
    position: relative;
    display: block;
    color: #31526f;
    text-decoration: none;
    background-color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pagination li span {
    position: relative;
    display: block;

    text-decoration: none;
    background-color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pagination li a:hover, .pagination li a:focus {
    background: #31526f;
    color: white;
    
}

.pagination li.active span {
    background: #FE6049;
    color: white;

}
#gdpr-cookie-message h4 {background:transparent!important;color: #ff6a52!important;padding-left:0px!important}
.cookie-info-line {margin-left: 10px!important;font-weight: lighter!important;}
#gdpr-cookie-message .more-info {display: block!important;text-align: right!important;}
#gdpr-cookie-types label {font-weight: 700!important;}