#sp-header {
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#sp-main-body {
    padding: 60px 0;
}
.application-edit.front-end-edit h1 {
    font-size: 36px;
}
#form-application .form-label {
    margin-bottom: 5px;
    display: flex;
    position: relative;
}
#form-application .form-control-feedback {
    justify-content: end;
    align-items: end;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: -3px;
}
.choices__list.choices__list--single button.choices__button_joomla {
    display: none;
}
.field-calendar button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form-horizontal .control-group .controls {
    margin-left: 0px;
}
#form-application fieldset.adminform legend {
    margin-bottom: 0px;
    margin-top: 15px;
    font-weight: bold;
}
div#term-modal {
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.3);
}

.article-details .article-header, .article-details .article-info, .article-details .article-ratings-social-share {
    display: none !important;
}
.com-content section#sp-main-body {
    background: #FBFAF7;
}

.pagenavigation .pagination {
    display: none !important;
}

.zfont 
{
  font-family: 'Overpass', sans-serif;
}

#jform_doc_one + br {
    display: none;
}

#sp-header .sp-module.donate {
    margin-left: 45px;
}
.sp-module.donate p {
    margin-bottom: 0;
}
a.donate-now {
    background: #09615a;
    color: #fff;
    padding: 12px 20px;
    font-weight: bold;
}
a.donate-now:hover {
    background: #068e83;
}

@media (min-width: 768px) {
    #form-application .row .control-group {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}