
#skiptocontent a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
    z-index:2000;
}
#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid rgb(121, 118, 118);
    border-bottom: 1px solid rgb(121, 118, 118);
    border-bottom-right-radius: 8px;
    background: #BF1722;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
	font-size: 20px;
}

#flying-focus {
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px;
}
#flying-focus {
    position: absolute;
    margin: 0;
    background: transparent;
    -webkit-transition-property: left, top, width, height, opacity;
    transition-property: left, top, width, height, opacity;
    -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
    transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset;
    border-radius: 2px;
}

.accordion .content {
    display: none; 
}

.accordion.open .content {
    display: block; 
}

.flex-direction-nav .flex-pause {
    right: 55px;
    background: url(../images/pause.png) no-repeat;
}
.flex-direction-nav .flex-pause:focus {
    outline: 2px solid rgb(199, 44, 44);
    padding: 3px;
}
.flex-direction-nav .flex-play {
    right: 55px;
    background: url(../images/play.png) no-repeat;
}
.flex-direction-nav .flex-play:focus {
    outline: 2px solid rgb(199, 44, 44);
    padding: 3px;
}
.flex-direction-nav .flex-prev {
	right: 82px;
	background: url(../images/arrow-prev.png) no-repeat
}
.flex-direction-nav .flex-prev:focus {
    outline: 2px solid rgb(199, 44, 44);
    padding: 3px;
}
.flex-direction-nav .flex-next {
	right: 35px;
	background: url(../images/arrow-next.png) no-repeat
}
.flex-direction-nav .flex-next:focus {
    outline: 2px solid rgb(199, 44, 44);
    padding: 3px;
}
.flex-direction-nav .flex-play, .flex-direction-nav .flex-pause {
	font: 0/0 a;
	text-shadow: none;
	color: transparent
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-play, .flex-direction-nav .flex-pause {
        display: none;
    }
}

input[type=search]:focus {
    outline: 2px solid rgb(199, 44, 44);
    padding: 3px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* added line */
    border: 0;
}

.slider, .slides {
    max-height: 526px !important;
    overflow: hidden;
    /*height: 526px;*/
}