.nutbox {
    border: none !important;
    margin: 0 !important;
    padding: 1rem !important;
    font-size: 15px !important;
    border: double black 1px;
    margin-bottom: 25px;
    text-align: center;
    font-family: "Lato";
    padding-bottom: 1.5rem !important;
    display: flex;
    flex-direction: column;
}

.expand_wrapper .nutbox {
    background: #f9f9f9;
}

.nutbox > .nut-message {
    font-size: 0.85rem !important;
    transition: none;
    box-shadow: none;
    text-decoration: underline;
    line-height: 1.2 !important;
    font-weight: 400;
    color: #333 !important;
    margin: 1.5rem auto 1rem !important;
}

.nutbox > .nut-message:hover {
    transition: none;
    box-shadow: none;
}

.esha-logo {
    display: flex;
    justify-content: center;
    margin: 0 auto !impor