#messenger_iframe {
    /*width: 460px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;*/
    z-index: 2147483000;
    right: 0;
    bottom: 0;
    position: fixed;
    width: 80px;
    height: 80px;
    background-color: transparent;
}

    #messenger_iframe.active {
        width: 460px;
        height: 100%;
        /*z-index: 9999999;*/
    }

    #messenger_iframe.popup {
        width: 360px;
        height: 350px;
        max-height: calc(100% - 90px);
    }

#cookieprefs_container {
    opacity: 1;
    display: block;
    z-index: 1999999999;
    overflow-y: scroll;
    padding-right: 15px;
    background-color: rgba( 0, 0, 0, 0.50 );
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: initial;
    transition: .15s ease-in-out;
    position: fixed;
    border: none;
    clear: none;
    cursor: default;
    float: none;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    visibility: visible;
    white-space: normal;
}

#cookieprefs {
    margin-top: 15vh;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    max-width: 500px;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    border: 1px none #000000;
    min-width: 0%;
    opacity: 1;
    border-radius: 0px;
    box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 );
    box-sizing: border-box;
    clear: none;
    cursor: default;
    float: none;
    font-size: medium;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    min-height: 0;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    text-align: justify;
    max-height: none;
    display: block;
}

.cookieprefs_button {
    text-transform: uppercase;
    padding: .8em 1.2em;
    letter-spacing: .1em;
    border-radius: 0;
    white-space: normal;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #8f7237;
    border-color: #8f7237;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

#intercom_info_text {
    cursor: pointer;
}

#cookiesmaint_iframe {
    height: 500px;
    width: 350px;
}

ul.cookieprefs_bullets {
    list-style-type: disc;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 40px;
}


li.cookieprefs_bullet {
    list-style-type: disc;
    text-align: left;
}

p.cookieprefs_text {
    margin-top: 16px;
    margin-bottom: 16px;
}

#cookieprefs_info {
    display: flex;
    flex-flow: column;
    max-height: 65vh;
}

#intercom_info {
    display: none;
    flex-flow: column;
    max-height: 65vh;
}

.cookieprefs_header {
    box-sizing: border-box;
    line-height: 1.1;
    outline: 0 none;
    border: 0 none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 200;
    background-color: #3b2b46;
    color: #fff;
    padding: 25px 0;
    text-align: center;
    flex: 0 1 auto;
}

.cookieprefs_text_container {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
    flex: 1 1 auto;
}

#cookieprefs_button_container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex: 0 1 auto;
}