.module_topic_slider {
  width:960px;
/*  font-family:arial, sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  -ms-font-smoothing:antialiased;
  -o-font-smoothing:antialiased;
  font-smoothing:antialiased;
  */
  position:relative;
  /*
  height:300px;
  color:#FFF;
  margin:10px auto 0;
  padding:0 10px;
  */
}

.module_topic_slider .link {
//  display:block;
//  text-decoration:none;
//  color:#FFF;
}

.module_topic_slider .article {
  width:320px;
  margin-left:640px;
  border-top:1px solid #FFF;
//  background-color:#6e6e6e;
}

.module_topic_slider .article:first-child {
  border-top:none;
}

.module_topic_slider .link_image {
  display:none;
  position:absolute;
  left:0px;
  top:0;
  height:300px;
}

.module_topic_slider .link_article {
    display:inline-block;
}
.module_topic_slider .headline {
  font-size:15px;
  line-height:16px;
  font-weight:300;
  text-transform:uppercase;
  cursor:pointer;
  padding:12px 20px;
  background-color:var(--sitecolor);
  color: var(--textcolor);
}

.module_topic_slider .headline:hover {
  background-color:#000;
  color:#fff
}

.module_topic_slider .active .headline {
    background-color:#000;
    color:#FFF;
    font-weight:600;

}

.module_topic_slider .article_content {
  overflow:hidden;
  height:0;
  font-size:15px;
  line-height:21px;
  -webkit-transition:height .5s;
  -moz-transition:height .5s;
  -ms-transition:height .5s;
  -o-transition:height .5s;
  transition:height .5s;
  //padding:10px 20px 10px 20px;
    background-color: #000;
    color: #fff;
}

.module_topic_slider .article_content>p {
  padding:10px 20px;
}

.module_topic_slider .article_content>p.bodytext>p {
  display: inline;
  margin: 0px;
  padding: 0px;
}


.module_topic_slider .link_article {
  margin:0 0 0 20px;
}

#ext-content-full .module_topic_slider .link_article {
  margin:0 0 0 20px;
  border-bottom:1px solid white;
}

#ext-content-full .module_topic_slider .link_article:hover {
    background-color:#fff;
    color:#000;
}

.module_topic_slider .slide_marker {
  position:absolute;
  left:10px;
  bottom:0;
  width:640px;
  height:5px;
  background-color:#6e6e6e;
}

.module_topic_slider .marker {
    display:none;
  background-color:#043270;
  width:0;
  height:100%;
  -webkit-transition:width 0 linear;
  -moz-transition:width 0 linear;
  -ms-transition:width 0 linear;
  -o-transition:width 0 linear;
  transition:width 0 linear;
}

.module_topic_slider .slide_marker.active .marker {
    display:none;
  width:100%;
  -webkit-transition-duration:12s;
  -moz-transition-duration:12s;
  -ms-transition-duration:12s;
  -o-transition-duration:12s;
  transition-duration:12s;
}
.module_topic_slider .slide_marker.active,
.module_topic_slider .slide_marker {
    display:none;
}

.module_topic_slider .article.active {
//  background-color:#043270;
}

.module_topic_slider .article.active .article_content {
  height:174px;
}

.module_topic_slider h3 {
//  font-weight:700;
//  font-size:14pt;
//  color:#7e7e7e;
  margin:0;
  padding:0;
}

.module_topic_slider .article.active .link_image {
  display:block;
  height:300px;
}

#ext-content-full .module_topic_slider .link.link_image {
    border-bottom:0;
}

#ext-content-full .module_topic_slider .link.link_image:hover {
    color:inherit;
    background-color:transparent;
}

#ext-content-full .module_grid_3 .link.link_header > h3:hover {
    color:#fff;
    background-color:#000;
}

.flex-active-slide a.flex-slide-fullscreen-fullsize-link {
  position: absolute;
  display:block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
    pointer-events: auto;
}

a.flex-slide-fullscreen-fullsize-link:hover {
  background-color: transparent;
}