.zenmessage {
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 5px;
}

.zenmessage--success {
    border-color: #84cc84;
    background: #effbef;
}

.zenmessage--info {
    border-color: #f1e878;
    background: #fffde4;
}

.zenmessage--error {
    border-color: #f17878;
    background: #fdefef;
}

@media (max-width: 1149px) {
    .Home .desktopSecondary .subHeader {
        top: 275px;
    }
}

.memberBar .memberBarLink.login-button, .memberBar .memberBarLink.join-button { margin: 0 12px 0 -5px }

.memberBar .memberBarLink.join-button {
    color: #FFF;
    background-color: #d6a86d;
    padding: 2px 11px 4px;
    border-radius: 3px;
}

.footer { border-top: 1px solid #c39039; }

footer.footer div.liner.footer-content {
    display: flex;
    flex-direction: row;
}

.footerCol1 { width: 33.333%; float: initial; }
.footerCol2 { width: 66.666%; float: initial; }

.sponsors {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sponsors a.sponsor-image-container img {
    width: 100%;
    max-height: 120px;
}

ul.footer-navigation {
    margin: 80px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.footer-navigation a { color: #000; }


ul.footer-navigation li.link, ul.footer-navigation li.current {
    list-style: none;
    margin: 0 25px;
}

ul.footer-navigation li.link:first-of-type, ul.footer-navigation li.current:first-of-type,
ul.footer-navigation li.link:last-of-type, ul.footer-navigation li.current:last-of-type {
    margin: 0;
}

.specialisation-badge {
    background-color: #C20430;
    padding: 0 5px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 0.9em;
    margin: 0 5px;
}

.btnSidebar.section:not(.first){
    color: #c39039;
    text-decoration: initial;
    pointer-events: initial;
}

.btnSidebar.indent {
    margin-left: 30px;
}

@media (max-width: 1050px) {
    ul.footer-navigation {
        display: block;
    }
    ul.footer-navigation li.link, ul.footer-navigation li.current {
        list-style: none;
        margin: 0 25px 0 0;
        display: inline-block;
    }
}
