.block--logo {
    background-color: #e9f3e5;
    height: 15.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-blocks .event-blocks__logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1020px) {
    .event-blocks__logo {
        display: flex;
    }
}

.block--logo img, .event-blocks__logo img {
    width: 45%;
}

/* CHAT */

#chat-container {
    position: relative;
    width: 350px;
    height: 730px;
    /*margin: 8px;*/
    /*border: 1px solid #000;*/
    background-color: #eefaea;
    display: flex;
    flex-direction: column;
}

.storytile-sites-public-chat-messages {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 570px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 2rem;
    /*margin: 4rem 0 6rem 0;*/
}

.storytile-sites-public-chat-message {
    position: relative;
    padding: 0.5em 0;

}

.storytile-sites-public-chat-message:not(:last-child) {
    border-bottom: 1px solid #004730;
}

.storytile-sites-public-chat-message-user {
    position: relative;
    font-weight: bold;
    /*margin-bottom: 0.5em;*/
    display: inline-block;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.storytile-sites-public-chat-message-text {
    position: relative;
    display: inline;
}

.storytile-sites-public-chat-message-time {
    /*position: absolute;
    right: 0.5em;
    top: 0.5em;
    opacity: 0.5;*/
    display: inline-block;
}

span.time {
    margin-right: 0.2rem;
}


.storytile-sites-public-chat-inputs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    background-color: #eefaea;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4);
    /*display: flex;*/
    /*height: 25px;*/
}

.storytile-sites-public-chat-inputs form {
    display: flex;
    /*padding: 1.5rem;
    background-color: #005E3F;*/
    margin: 0;
    border: 1px solid green;
}



.storytile-sites-public-chat-input-text {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 275px;*/
    flex-grow: 1;
    height: 35px;
    box-sizing: border-box;

    border: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    /*border-bottom: 1px solid #98A1A6;*/
    color: #AFB6BC;
    order: 1;
    outline: none;
    min-height: 35px;
    resize: none;

    padding: 0.5rem;
}

/*.storytile-sites-public-chat-input-text textarea {
    min-height: 30px;
    height: 30px;
}*/

.storytile-sites-public-chat-input-button {
    /*position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 25px;*/

    /*background-color: #91F54A;*/
    color: #18AB42;
    /**/
    order: 3;
    font-weight: 600;
    border: none;
    background: none;
}

.storytile-sites-emoji-menu {
    /*position: absolute;
    top: 0;
    left: 275px;
    width: 25px;*/
    position: relative;
    height: 25px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    background: transparent;
    margin: 0.3rem 0.1rem 0 0.1rem;
    order: 2;
    display: none;
}

.storytile-sites-emoji-menu[data-open] {
    overflow: visible;
}

.storytile-sites-emoji-menu-list {
    position: absolute;
    bottom: 25px;
    right: 0;
    background: #fff;
    width: 200px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    /*display: none;*/
}

.storytile-sites-emoji-menu-list>span {
    position: relative;
    padding: 0.25em;
    background: transparent;
}

.storytile-sites-emoji-proposal {
    position: absolute;
    bottom: 25px;
    left: 0;
    box-sizing: border-box;
    background-color: #e0e0e0;
    border: 1px solid #ddd;
    padding: 0.5em;
}

.storytile-sites-emoji-proposal>span {
    position: relative;
    padding: 0.25em;
    background: transparent;
}

.storytile-sites-emoji-proposal>span.storytile-sites-emoji-proposal-selected {
    background: #0F9FDF;
}

.storytile-sites-public-chat-login-required {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    text-align: center;
    background-color: #ffe18e;
}

.storytile-sites-public-chat-login-required-text {
    position: relative;
    display: inline-block;
    line-height: 25px;
}

#chat-container h3 {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    /*margin: 1rem 2rem;*/
    margin: 1rem 45px 0 2rem;
    /*height: 3rem;
    position: sticky;*/
    background-color: #eefaea;
    border-bottom: 1px solid #004730;
    z-index: 10;
    padding-bottom: 0.5rem;
}

@media screen and (max-width: 420px) {
    #chat-container {
        width: auto;
    }
}

/* QUESTIONS */

#questions-container {
    position: relative;
    padding: 2.375rem 2.25rem 2.5rem 2.25rem;
    background: #005E3F;
    display: flex;
}

#questions-container i {
    font-size: 2.75rem;
    color: #91F54A;
}

#questions {
    flex-grow: 1;
}

#questions form {
    width: 100%;
    display: flex;
}

#questions form textarea {
    background: transparent;
    border-radius:0;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 1rem 1rem 0.8rem 0;
    margin: 0 0 0 1rem;
    height: 50px;
    line-height: normal;
    flex-grow: 1;
    font-size: 1rem;
    outline: none;
    box-shadow: none;
    color: #ffffff;
}

#questions form textarea::placeholder {
    color: #ffffff
}

#questions form button {
    background-color: #91F54A;
    color: #293033;
    font-size: .875rem;
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    font-weight: 600;
    cursor: pointer;
    border: none;
    margin: 0;
 /*   padding-top: 0;
    padding-bottom: 0;*/
    line-height: 1.4;
    padding: 0.95rem 1.5rem 0.8rem;
    border-radius: 5px;
    text-decoration: none !important;
    text-align: center;
    /*color: white;
    background-color: #18AB42;*/
    -webkit-tap-highlight-color: transparent;
    transition: all .2s ease-out;
}

@media screen and (max-width: 420px) {
    #questions form {
        flex-direction: column;
    }

    #questions form button {
        margin-left: -40px;
        margin-top: 1rem;
    }
}

.bubble a {
    color: #000;
}

.link--logout-white {
    position: absolute;
    top: 6.5rem;
    right: 0;
    padding: .5rem .75rem;
    color: #fff;
    z-index: 9;
    font-weight: 600;
    display: inline-block;
    background: #004730;
}

.link--logout-white:hover {
    color: #91F54A;
}

.link--logout i {
    font-weight: normal;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: -1px;
}

textarea {
    padding: 1rem 1rem 0.8rem;
    width: 100%;
}

.link--contact {
    position: sticky;
    left: 100%;
    margin-top: -1.5rem;
}

@media screen and (max-width: 640px) {
    .link--logout-white {
        top: 8.8rem;
    }
}

@media screen and (max-width: 440px) {
    .link--logout-white {
        display: none;
    }
}