.text_ad {
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

/*
        cookie popup styles
*/

#cookiepopupdiv {
    position:fixed;
    display:none;
    width: 100%;
    bottom:0px;
    padding: 20px 0;
    background: #f6f8f9;
    z-index:110;
    font-size:12px;
    line-height: 1.4;
}

#innerdiv {
    position: relative;
    max-width: 970px;
    margin: 0px auto;
    font-family: Arial;
}

#cookie {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -28px;
    width: 55px;
    height: 57px;
    background: url(../images/cookie.png) no-repeat center top;
    background-size: contain;
}

#dontShowMessage{
    position: absolute;
    background: url("../images/e2x.png") no-repeat center top;
    background-size: contain;
    top: 50%;
    right: 10px;
    margin-top: -25px;
    width: 55px;
    height: 64px;
}

#cookiepopupdiv p.text {
    margin: 0px 110px 0px 110px;
    text-align:center;
    font-family: Arial;
    color: #333;
}

#subnav {
    padding: 20px 0 30px;
    font-size: 0.750em;
    line-height: 1;
    color: #ffffff;
    background: #555555;
}

#subnav a {
    color: #ffffff;
}

#subnav .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#subnav .inner .inner-column {
    width: 23%;
}

#subnav .inner .inner-column h3 {
    color: #999;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#subnav ul {
    list-style: none;
    padding: 0;
}

#subnav li {
    padding: 6px 0 6px 0;
    width: 95%;
}

nav#subnav .important-info a {
    border: 1px solid #FFF;
    display: block;
    margin: 20px 0 0;
    padding: 15px;
    text-align: center;
}

@media (max-width: 989px) {
    #cookiepopupdiv p.text {
        margin: 0px 90px 0px 90px;
    }

    #subnav .inner .inner-column {
        margin-bottom: 3vw;
        width: 49%;
    }

    .main-from-footer ul li a span {
        display: block;
        width: 100%;
        font-size: 2.5vw;
        line-height: 1.1;
    }

    .main-from-footer ul li a img {
        height: 8vw;
    }
    
    #subnav, 
    #subnav .inner .inner-column h3 {
        font-size: 3vw;
    }
}

@media (min-width: 480px) and (max-width: 659px) {

}

@media (max-width: 659px) {
    #cookie {
        position: static;
        float: left;
        margin: 0px 10px 5px 10px;

    }
    #dontShowMessage {
        position : static;
        float: right;
        margin: 0px 10px 0px 20px;
    }
    #cookiepopupdiv #innerdiv p.text {
       margin: 0px 20px; 
    }
    
    .main-from-footer ul {
        display: block;
        width: 90%;
    }

    .main-from-footer ul li {
        padding: 5vw 1%;
        width: 31.3333%;
    }

    .main-from-footer ul li a img {
        height: 20vw;
    }

    .main-from-footer ul li a span {
        font-size: 3.5vw;
    }
}
