/* KDC */
.news-page .news-section{
    margin-top: -3.5rem;
}
.pagination .paging .page-numbers, .pagination__item {
    align-items: center;
    display: flex;
    font-family: utmab;
    height: 3rem;
    justify-content: center;
    transition: all .4s;
    width: 3rem;
}
.pagination .paging .page-item.active span{
    color: #fbae17;
}
.pagination .paging .page-numbers.prev{
    transform: rotate(-180deg);
}
.news-detail-page .headline-section .outer .post-info:first-child{
    width:100%;
}
body .wpcf7 form .wpcf7-response-output{
    margin: 1em 0.5em 1em;
}
body .request-content .modal .form-row{
    width: 100%;
    max-width: 100%;
}
body .request-content .modal .form-row .radio-group{
    margin-bottom: 0.5rem;
}
.request-content .wpcf7-form.submitting .btn-main{
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.highlight-project-page .project-card__content .project-description{
    font-family: utma;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
body .pagination > li > a, body .pagination > li > span {
    margin: 3px;
    border-radius: 8px !important;
    color: #000000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    /* font-weight: bold; */
    font-size: 16px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
body .pagination > li > a:focus, body .pagination > li > a:hover, body .pagination > li > span:focus, body .pagination > li > span:hover, body .pagination > .active > a, body .pagination > .active > a:focus, body .pagination > .active > a:hover, body .pagination > .active > span, body .pagination > .active > span:focus, body .pagination > .active > span:hover {
    background-color: #fbae17;
    border-color: #fbae17;
    color: #FFFFFF;
}
.pagination>li {
    display: inline;
}
.newsletter_card .request-content .modal{
    display:block;
}
.newsletter_card label.tit {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    margin-top:20px;
}