footer {
    padding: 71px 0;
    display: flex;
    flex-direction: row;
    font-size: 16px;
}

    footer > div {
        display: flex;
        align-items: flex-start
    }

    footer .logo {
        flex-grow: 0;
        padding-right: 142px;
        display: flex;
        flex-direction: column;
    }

        footer .logo img {
            height: 38px;
        }

        footer .logo .addthis_inline_follow_toolbox {
            display: none;
            margin-top: 10px;
        }

            footer .logo .addthis_inline_follow_toolbox > div > p {
                display: none;
            }

            footer .logo .addthis_inline_follow_toolbox .at-follow-btn {
                margin-left: 0px;
                margin-right: 10px;
            }

    footer .menu {
        flex-grow: 1;
    }

        footer .menu a, footer .menu a:hover, footer .menu a:active, footer .menu a:visited {
            font-weight: bold;
            color: #fff;
            text-decoration: none;
        }

        footer .menu ul {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
            margin: 0;
            padding: 0;
            list-style: none;
        }


    footer .social {
        flex-grow: 0;
        vertical-align: top;
    }


        footer .social .addthis_inline_follow_toolbox > div > p {
            display: none;
        }


        footer .social .addthis_inline_follow_toolbox .at-follow-btn {
            margin-left: 10px;
        }

            footer .social .addthis_inline_follow_toolbox .at-follow-btn:first-child {
                margin-left: 0;
            }

/* Tablet */
@media only screen and (max-width:992px) {
    footer .logo {
        padding-right: 42px;
    }

        footer .logo .addthis_inline_follow_toolbox {
            display: block;
        }


    footer .social {
        display: none;
    }
}

/* Tablet */
@media only screen and (max-width:768px) {


    footer .menu ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        text-align: right;
    }
}

/* mobile */
@media only screen and (max-width:576px) {
    footer {
        padding: 0;
    }



        footer > div {
            display: flex;
            flex-direction: column;
            align-content: center;
            text-align: center;
        }

            footer > div > div {
                width: 100%;
            }

        footer .logo {
            padding: 30px 0;
        }

            footer .logo .addthis_inline_follow_toolbox {
                display: none;
            }

        footer .menu {
            padding: 30px 0;
        }

            footer .menu ul {               
                text-align: center;
            }

        footer .social {
            display: block;
            padding: 30px 0 0 0;
        }

            footer .social .addthis_inline_follow_toolbox {
                margin: auto 0;
            }

            footer .social .addthis_default_style .addthis_separator,
            .addthis_default_style [class^="at"] {
                float: none;
                text-align: center;
            }
}

#cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 18px;
    background-color: rgb(6,17,56);
    color: #fff;
}
    #cookie-banner a, #cookie-banner a:visited {
        color: rgb(255,255,255);        
    }

        #cookie-banner a:hover, #cookie-banner a:active, #cookie-banner a:focus {
            color: rgb(10,25,82);            
        }
    #cookie-banner .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        #cookie-banner .container .text-area {
            display: flex;
            flex: 1;
        }

            #cookie-banner .container .text-area p:last-child {
                margin-bottom: 0px;
            }

        #cookie-banner .container .button-area {
            display: flex;
        }

    #cookie-banner p {
        margin-top:0px;
        font-size:14px;
    }

    @media(max-width:576px) {
        #cookie-banner .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        #cookie-banner .container .button-area {
            margin-top: 1em;
            flex: 1;
        }


            #cookie-banner .container .button-area .btn {
                width: 100%;
            }
}

streamviralfooter {
    width:100%;
    display:block;
    text-align:center;
    font-size:11px;
    padding-bottom:11px;
}
streamviralfooter a, a:visited, a:active, a:hover {
    color: #fff;
    text-decoration: none;
}

streamviralfooter a, a:visited, a:active, a:hover {
    color: #eee;
    text-decoration: underline;
}