
h2 {
    word-wrap: break-word;
}
 

.stickyx-container {
        background-color: var(--orange);
        position: fixed;
        bottom: 0;
        display: grid;
        width: 100%;
        z-index: 5;
    }


.stickyx-container .item-0,
.stickyx-container .item-1,
.stickyx-container .item-2 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
     
}

.stickyx-container .item-1 {
        border-left: 1px solid #fff;
        border-right: 0px solid #fff;
}

.stickyx-container .item-3, 
.stickyx-container .item-4 {
    display:none;
}

ul.stickyx {
display: flex;
    text-align: center;
    margin: auto;
    width: 100%;
    }

.stickyx .imageblack {
        margin:auto;
    }


.stickyx a {
    color:#fff;
    text-decoration: none;
    font-size: 0.875em;
    line-height: 1.1;
}    


@media (min-width: 768px) {
    /* STICKY SIDEBAR */

    .stickyx-container {
        display:block;
        padding: 0px;
        margin: 0px;
        position: fixed;
        right: -217px;
        top: 30vh;
        width: 265px;
        z-index: 10;
        background: none;
    }

        ul.stickyx {
            display: block;
        }


.stickyx li,
    .stickyx li a{
        list-style-type: none;
        /*background-color:#00163b;*/
        background: var(--orange);
        color: #efefef;
        height: 50px;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        display: flex !important;
        align-self: center;
        align-items: center;
        line-height: 1rem;
        white-space: nowrap;
        text-decoration:none;
        /*
        text-transform: uppercase;
        */
    }

    .stickxy li a span {
                -webkit-transition: all 0.25s ease-in-out;
                    -moz-transition: all 0.25s ease-in-out;
                    -o-transition: all 0.25s ease-in-out;
                    transition: all 0.25s ease-in-out;
                    padding: 1em 0 0 10px;
                    z-index: 111;
                    white-space: nowrap;

                        display: flex !important;
                            vertical-align: middle;
                            align-items: center;
    }

  .stickxy li a span {
                            display: flex !important;
                                vertical-align: middle !important;
                                align-items: center !important;
                            }

        .stickyx li   img {
     
            z-index: 9999;
            position: relative;
        }

 
 

    .stickyx li:hover span{
        margin-left: -265px;
        background: var(--orange);
        height: 51px;
        padding-right: 50px;
        padding: 1em 0 0 10px;
        align-self: center;
        flex: 1;
        z-index: 1;
        position: relative;
                    -webkit-transition: all 0.25s ease-in-out;
                        -moz-transition: all 0.25s ease-in-out;
                        -o-transition: all 0.25s ease-in-out;
                        transition: all 0.25s ease-in-out;

white-space: nowrap;
    }


    .stickyx li:hover img {
        filter: invert(0);
    }

    .stickyx li:hover i {
        color: #fff;
    }

    .stickyx li a:hover {
        color: #fff;
    }


    .stickyx li i {
        float: left;
        margin: 5px 5px;
        margin-right: 7px;
        font-size: 2rem;
        width: 32px;
        text-align: center;

    }

    .stickyx li p {
        padding-top: 0;
        margin: 0px;
        line-height: 16px;
        font-size: 1rem;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
        display: block;
    }

  

    .stickyx .imageblack {
        background: var(--orange);
        display: flex;
        z-index: 99999;
        width: 50px;
        text-align: center;
        height: 50px;
        vertical-align: middle;
        align-items: center;
        margin:0;
    }



.stickyx-container .item-0,
.stickyx-container .item-1,
.stickyx-container .item-2,
        .stickyx-container .item-3,
        .stickyx-container .item-4 {
            display: flex;
            flex-flow: nowrap;
            text-align: left;
        }

                                        .stickyx-container .item-1 {
                                            border-left: 0;
                                            border-right: 0;
                                        }

.stickyx a {

    font-size: 1em;
}


    /* STICKY SIDEBAR */
} 