.container {
    margin: unset;
    padding: unset;
    width: unset;
}
#dow_banner {
    font: 12px 'Gotham SSm A', 'Gotham SSm B', Helvetica, Helvetica Neue, Arial;
    letter-spacing: 0.05em;
    font-weight: 300;
    background: #f3f3f3;
    background-size: auto;
    background-position: center 0px;
    position: relative;
    top: 0;
    z-index: 2;
}
#dow_banner .content {
    position: relative;
    width:90%;
    height: 100%;
    margin: 0 auto;
    display: table;
}
#dow_banner .content .copy {
    display: table-cell;
    color: #FFF;
    vertical-align: middle;
    padding-left: 15px;
    width: 65%;
}

#dow_banner .content .copy a {
    border-left:1px solid #ccc;
    color:#968f8f;
    display:inline-block;
    padding:10px;
}

#dow_banner .content .copy a:link,
#dow_banner .content .copy a:visited {
    opacity:1;
    transition:all .3s ease;
}



#dow_banner .content .copy a:hover,
#dow_banner .content .copy a:active {
    opacity:.7;
}


#dow_banner .content .copy a:first-of-type {
    border-left:none;
    padding-left:0;
}

#dow_banner .content .copy img {
    max-height:24px;
    vertical-align: middle;
}
#dow_banner .content .copy.mobile {
    display: none;
}
#dow_banner strong {
    font-weight: 600;
}
#dow_banner .content .cta:hover {
    background: #f6f6f6;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media only screen and (min-width:1320px) {
    #dow_banner .content {
        margin:0 auto;
        width:1200px;
    }
}


@media only screen and (max-width:1023px) {

    #dow_banner .content {
        width:80vw;
    }

    #dow_banner .content .copy.desktop {
        display: none;
    }
    #dow_banner .content .copy.mobile {
        display: table-cell;
        padding-left:0;
        text-align:left;
    }
}

@media only screen and (max-width:639px) {

    #dow_banner .content {
        width:86vw;
    }

}

@media only screen and (max-width: 479px) {
    #dow_banner {
        font-size: 11px;
    }
    #dow_banner .content .cta {
        top: 1.2em;
    }
}
