.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
}

.flexslider .slides img {
  display: block;
  width: 100%;
}

.flexslider .ds-2col-fluid > .group-left {
  width: auto;
}

.flexslider .flex-direction-nav a {
  display: none;
}

@media (min-width: 48.063em) {
  .flexslider .flex-direction-nav a {
    display: block;
  }
}

.flexslider:hover .flex-direction-nav a {
  display: none;
}

@media (min-width: 48.063em) {
  .flexslider:hover .flex-direction-nav a {
    display: block;
    cursor: pointer;
  }
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '\0020';
  line-height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flex-viewport {
  transition: all 1s ease;
  max-height: 2000px;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  border-radius: 2px;
  opacity: 1;
  position: absolute;
  z-index: 10;
  display: none;
  overflow: hidden;
  margin: 0;
  width: 20px;
  height: 20px;
  background: url(../sass/components/sprite.png) no-repeat -3px -52px #000;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 48.063em) {
  .flex-direction-nav a {
    display: block;
  }
}

.flex-direction-nav .flex-prev {
  right: 54px;
  left: auto;
  background-position: -2px -36px;
  text-indent: -9999px;
}

@media (min-width: 48.063em) {
  .view-mode-news_highlighted_top .flex-direction-nav .flex-prev {
    bottom: 10px;
  }
}

.flex-direction-nav .flex-next {
  right: 32px;
  text-indent: 9999px;
}

@media (min-width: 48.063em) {
  .view-mode-news_highlighted_top .flex-direction-nav .flex-next {
    bottom: 10px;
  }
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  opacity: 0.7;
}

.flex-direction-nav .flex-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-control-nav {
  position: absolute;
  bottom: -30px;
  z-index: 5;
  width: 100%;
  text-align: center;
}

@media (min-width: 48.063em) {
  .flex-control-nav {
    margin-left: 0.5em;
    max-width: 80%;
    text-align: left;
  }
}

.flex-control-nav li {
  display: inline-block;
  margin: 0 4px;
  zoom: 1;
}

@media (min-width: 48.063em) {
  .flex-control-nav li {
    display: block;
    float: left;
    margin: 0 1px;
  }
}

.flex-control-nav li a {
  border-radius: 12px;
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
  color: #fff;
  text-align: center;
  text-indent: -9999px;
  font-size: 0.85714em;
  line-height: 1.5em;
  cursor: pointer;
}

.flex-control-nav li a:hover {
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

@media (min-width: 48.063em) {
  .flex-control-nav li a {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    background: #000;
    text-indent: 0;
  }
  .flex-control-nav li a:hover {
    background: rgba(0, 0, 0, 0.8);
    text-decoration: none;
  }
}

.flex-control-nav li a .flex-active {
  background: rgba(0, 0, 0, 0.4);
  cursor: default;
}

.view-mode-news_highlighted_top .flex-control-nav {
  bottom: 10px;
}

.fullscreen-button {
  border-radius: 2px;
  background: url(../sass/components/sprite.png) no-repeat -2px -71px #000;
  position: absolute;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
}

@media (max-width: 48em) {
  .fullscreen-button {
    top: 10px !important;
  }
}

@media (min-width: 48.063em) {
  .fullscreen-button {
    right: 10px;
    left: auto;
  }
}

.fullscreen-button:hover {
  opacity: 0.7;
}

@media (min-width: 48.063em) {
  .view-mode-news_highlighted_top .fullscreen-button {
    bottom: 10px;
  }
}

.view-mode-highlighted.with-ribbon .flex-control-nav, .view-mode-highlighted.with-ribbon
.flex-direction-nav, .view-mode-highlighted.with-ribbon
.fullscreen-button {
  display: none;
}
