.text-underline {
    text-decoration: underline;
}
.bg-alt {
    background-color: #eff5f4;
}
.main-header__logo {
    padding: 0px 0;
    background: #FFF;
}
form label.error {
    color: red;
    margin-bottom: 10px;
}

.main-menu__right {
    margin-left: 35px;
    padding-left: 35px;
}
.main-menu__right .main-menu__list {
    margin-right: 40px;
}
.three-boxes__single {
    min-height: 440px;
}
.three-boxes__btn {
    display: none;
}

.page-header-simple .page-header__bg {
    display: none;
}
.page-header-simple .container {
    padding: 0;
}
.page-header-simple .container h2 {
    color: black;
}

.page-header-about {
    height: 768px;
}
.page-header-about .container {
    padding-bottom: 566px;
}

.footer-affiliation {
    list-style-type: none;
    padding-left: 0;
}
.footer-affiliation li {
    margin-bottom: 16px;
}
.footer-affiliation img {
    width: 148px;
}

.header-logo {
    height: 120px;
    margin-top: 10px;
}
.footer-logo {
    height: 120px;
    padding: 10px;
}