a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.country-region .scrollable { 
    overflow: auto 
}
.topbar {
    background: #000000;
    height: 64px;
}

.footer {
    font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    background: #000;
    color: #fff;
}

.topbar .container,
.footer .container {
    width: 93.06122%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.topbar .grid,
.footer .grid {
    width: 92.76316%;
    max-width: 1190px;
    margin-right: auto;
    margin-left: auto;
}

#cntHeader.wide {
    max-width: 1190px;
    width: 92.7632%;
}

#cntHeader {
    height: 100%;
    position: relative;
}

#wep_logo {
    display: inline;
    float: left;
    margin: 18px 0 0 0;
}

.header img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.tsandcsPrivacy {
    padding: 20px 0;
    text-align: center;
}

.footer a {
    color: #fff;
}