*:focus{
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;

}

#header{
    background-size: 100%;
}

.key-is-used *:focus{
    box-shadow: 0 0 0 1px #000000 inset;
}

.key-is-used #top-navigation ul li a:focus{
    box-shadow: 0 0 0 1px #ffffff inset;
}

#main:focus, #footer:focus{

}


#contrast-enable, #change-font-size{
    display: inline-block;
    cursor: pointer;
    position: absolute;
    opacity: 0.75;
    top: 15px;
}
#change-font-size{
    right: 0;
}
#contrast-enable{
    right: 32px;
}

#contrast-enable img, #change-font-size img{
    width: 23px;
}

#contrast-enable.is-active img,
#change-font-size.font-is-changed img{
    opacity: 0.2;
}

#contrast-enable.is-active:before,
#change-font-size.font-is-changed:before{
    content: 'x';
    color: #000000;
    font-size: 20px;
    position: absolute;
    font-weight: 900;
    left: 6px;
    top: -2px;
    font-family: verdana, sans-serif;
}

#search form{
    margin-bottom: 0;
}
#search form button{
    position: absolute;
    right: 0;
}

.cal-arrow{
    box-shadow: 0 0 0 1px #000000 inset;
}

/*Font bigger*/

body.font-Bigger{
    font-size: 1.38em;
}

.font-Bigger #container{
    width: 1280px;
}

.font-Bigger #header{
    background-size: cover;
    width: 1260px;
}

.font-Bigger #content > header > h1{
font-size: 0.9375em;
}

.font-Bigger #top-navigation{
    width: 955px;
}

.font-Bigger #top-navigation ul li a{
    padding-left: 13px;
    padding-right: 13px;
}

.font-Bigger #footer p:last-of-type{
    width: 600px;
}

.font-Bigger #navigation, .font-Bigger #search{
    width: 305px;
}

.font-Bigger #top-navigation::before {
    content: '';
    background: #fff;
    width: 80px;
    height: 100%;
    position: absolute;
    left: -80px;
}

.font-Bigger #search a{
    top: 6px;
}

.font-Bigger .start #content{
    width: 920px;
}
.font-Bigger #service{
    width: 340px;
}

.font-Bigger #service div table{
    width: 340px;
}

.accessibility{
    position: relative;
    z-index: 1;
}

.accessibility-shortcuts{
    text-align: center;
    width: 100%;
    font-size: 0;
}

.accessibility-shortcuts ul li{
    list-style-type: none;
}

.accessibility-shortcuts ul{
    display: inline-block;
}

.accessibility-shortcuts ul li a{
    height: 0;
    overflow: hidden;
    text-decoration: none;
    color: #333333;
    display: block;
}

.accessibility-shortcuts ul li a:focus{
    height: auto;
    overflow: auto;
    padding: 15px 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
}



