.deadlines-list {
    display: block;
}

.nd-wrapper.loading {
    opacity: 0.5;
}

.deadline-day {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.4em;
}

.deadline-events {

}

.deadline {
    margin-bottom: 1em;
}

.deadline h3 {
    font-weight: 400;
    font-size: 1.3em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.deadlines-pagination .disabled,
.news-pagination .disabled {
    opacity: 0.3;
}

.deadlines-pagination .disabled:hover, 
.news-pagination .disabled:hover {
    box-shadow: none;
    cursor: default;
}

.nd-filter {
    margin-bottom: 2em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2em;
}

.nd-filter .label {
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
}

.nd-filter .form-checkbox input {
    margin-right: 4px;
    display: none;
}

.nd-filter__categories {
    display: flex;
    flex-wrap: wrap;
}

.nd-filter__categories .form-checkbox {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #aeaeae;
    margin: 0 20px 20px 0;
}

.nd-filter__categories .checked  {
    background-color: #4a90e2;
    color: white;
    border: 1px solid #4a90e2;
}

.nd-filter__daterange select {
    margin-top: 1em;
    display: block;
    width: 250px;
    max-width: 100%;
    border-radius: 0;
    height: 35px;
    font-size: 1em;
    padding: 0 15px;
    border: 1px solid #aeaeae;
}

.nd-wrapper .news-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-meta {
    opacity: 0.7;
}

.news-article {
    margin-bottom: 2em;
}

.news-article .news-title {
    margin-bottom: 0.3em;
    padding-bottom: 0;
}

.nd-wrapper .wp-pagenavi {
    text-align: center;
    border-top: none;
}

.nd-wrapper .wp-pagenavi a, .nd-wrapper .wp-pagenavi span{
    color: #818181;
    font-size: 17px !important;
}

.nd-wrapper .wp-pagenavi a:hover{
    color: #464646 !important;
}

.nd-wrapper .wp-pagenavi span.current {
    color: #464646 !important;
}

@media (max-width: 414px) {
  .nd-wrapper .wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
  }
}