body {
    color: #0B0B0B;
}
header#block-site-header {
    z-index: 1000 !important;
    position: relative;
}
.home .site-body {
    margin-top: -162px;
    z-index: 1 !important;
    position: relative;
}
.home .wp-block-post-excerpt__more-text {
    background-color: #EBE9E4;
    color: #0B0B0B;
    width: 8em;
    text-align: center;
    padding: 5px 10px;
    border-radius: 30px;
}

@media screen and (max-width: 767px) {

}
.form-table dt {
    margin-bottom: 10px;
}
.form-table dd {
    margin-bottom: 20px;
}
input[type=submit] {
    background-color: #fff !important;
    border: 1px solid rgba(0,0,0,0.2);
    color: #0B0B0B;
}input[type=submit]:not(:disabled):hover {
    background-color: #f2f2f2 !important;
    border: 1px solid rgba(0,0,0,0.1);
    color: #121212!important;
}
.required {
    background-color: #dd0000;
    font-size: 0.8rem;
    color: #fff;
    padding: 3px 10px;
    margin: 0 0 0 1rem;
}