@charset "UTF-8";
.kdo-news .mediaelement-video {
  position: relative;
}
.kdo-news .ratio {
  display: block;
  width: 100%;
  height: auto;
}
.kdo-news .youtube-video, .kdo-news .vimeo-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: visible;
}
.kdo-news .youtube-video iframe, .kdo-news .vimeo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-detail h1 {
  padding-top: 1rem;
  margin: 0 0 1.5rem !important;
  max-width: 100% !important;
  text-align: left !important;
  font-size: 3rem !important;
  line-height: 3rem !important;
}
.news-detail .news-list-date {
  color: #949494;
}
.news-detail .news-list-author {
  color: #949494;
}
.news-detail .news-img-wrap {
  margin-top: 2rem;
}
.news-detail .mediaelement {
  overflow: hidden;
}
.news-detail .not-on-detail {
  display: none;
}
.news-detail .teaser-text {
  margin-top: 2rem;
}
.news-detail .teaser-text > p {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: bold;
}
.news-detail .news-media-gallery-wrap {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.news-detail .news-aside__header {
  font-size: 1.2rem;
  color: #9FC646;
  border-bottom: 0.2rem solid #9FC646;
}
.news-detail .news-backlink-wrap, .news-detail .pager {
  padding: 0;
  list-style: none;
}
.news-detail .news-backlink-wrap a, .news-detail .pager a {
  display: block;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #9FC646;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.news-detail .news-backlink-wrap a:hover, .news-detail .pager a:hover {
  color: black;
}
.news-detail .line-bottom {
  border-bottom: 1px solid #e1e1e1;
}
.news-share {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.news-share__item {
  display: inline-block;
  margin-right: 0.2rem;
}
.news-share svg {
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.5rem;
  border-radius: 3px;
  text-align: center;
  fill: black;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-share svg:hover {
  fill: #9FC646;
}

.f3-widget-paginator {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
.f3-widget-paginator li {
  color: white;
  font-size: 1.3rem;
  background-color: #9FC646;
  border-right: 1px solid #b3d26d;
}
.f3-widget-paginator li.current {
  background-color: #83a633;
  padding: 16px 24px;
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
}
.f3-widget-paginator li a {
  display: block;
  position: relative;
  padding: 16px 24px;
  text-decoration: none;
  font-size: 1.4rem;
  color: white;
}
.f3-widget-paginator li a:hover {
  background-color: #83a633;
}
.f3-widget-paginator li.previous, .f3-widget-paginator li.next {
  position: relative;
  min-width: 30px;
}
.f3-widget-paginator li.previous a, .f3-widget-paginator li.next a {
  text-indent: -9999px;
  position: relative;
}
.f3-widget-paginator li.previous a:hover, .f3-widget-paginator li.next a:hover {
  background: none;
}
.f3-widget-paginator li.previous:before, .f3-widget-paginator li.next:before {
  content: ">";
  font-weight: bold;
  color: white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.f3-widget-paginator li.previous:hover, .f3-widget-paginator li.next:hover {
  background-color: #83a633;
}
.f3-widget-paginator li.previous:before {
  content: "<";
}
.f3-widget-paginator li:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.f3-widget-paginator li:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right: none;
}
@media (min-width: 768px) {
  .f3-widget-paginator li.current, .f3-widget-paginator li a {
    padding: 10px 15px;
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  .f3-widget-paginator li.current, .f3-widget-paginator li a {
    padding: 8px 12px;
    font-size: 1rem;
  }
}

#keyvisual-news .swiper .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
#keyvisual-news .swiper-container-flip, #keyvisual-news .swiper-container-initialized {
  padding-bottom: 0;
}
#keyvisual-news .swiper-hover-note {
  position: absolute;
  display: none;
  width: 100%;
  top: 0;
  right: 0.3rem;
  text-align: right;
  z-index: 8;
  cursor: help;
}
#keyvisual-news .swiper-hover-note svg {
  color: #e1e1e1;
  width: 2rem;
  height: 2rem;
}
#keyvisual-news .swiper-slide {
  position: relative;
  width: 100%;
  color: white;
}
#keyvisual-news .swiper-slide .news-img-wrap {
  padding: 0;
}
#keyvisual-news .swiper-slide .news-img-wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#keyvisual-news .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
}
#keyvisual-news .swiper-slide .news-text-wrap {
  min-height: 10rem;
  margin-top: -7.2rem;
  padding-top: 0.7rem;
  background: rgba(159, 198, 70, 0.8);
}
#keyvisual-news .swiper-slide .news-text-wrap a {
  color: white;
  text-decoration: none;
  line-height: 0.5rem;
}
#keyvisual-news .swiper-slide .news-text-wrap a:hover {
  color: black;
}
#keyvisual-news .swiper-slide .news-text-wrap .teaser {
  display: none;
}
#keyvisual-news .swiper-slide .news-text-wrap .header {
  text-align: center;
}
#keyvisual-news .swiper-slide .news-text-wrap .header h3 {
  font-size: 1.7rem;
}
#keyvisual-news .swiper-slide .news-text-wrap .header h4 {
  font-size: 0.9rem;
  color: black;
  text-transform: uppercase;
  margin: 0;
}
#keyvisual-news .swiper-slide .news-text-wrap p {
  font-size: 1.1rem;
  color: white;
}
#keyvisual-news .swiper-slide .news-text-wrap .more {
  font-family: SourceSansPro-Bold;
  display: inline-block;
  padding-left: 1rem;
}
#keyvisual-news .swiper-slide .news-text-wrap .more:before {
  content: "→ ";
}
#keyvisual-news .swiper-slide .news-text-wrap .keyvisual-more {
  font-family: SourceSansPro-Bold;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1rem;
}
#keyvisual-news .swiper-slide .news-text-wrap .keyvisual-more:before {
  content: "→ ";
}
#keyvisual-news .swiper-keyvisual-pagination-wrapper {
  width: 100%;
  position: absolute;
  bottom: 9px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  z-index: 9;
}
#keyvisual-news .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.5rem !important;
  font-size: 0.85rem;
  height: 1rem;
  width: 1rem;
  border: 0.2rem solid #0066B3;
  background: #0066B3;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.25, 0.25, 0.75) 0s;
  transition: all 0.5s cubic-bezier(0.75, 0.25, 0.25, 0.75) 0s;
  vertical-align: middle;
}
#keyvisual-news .swiper-pagination-bullet-active, #keyvisual-news .swiper-pagination-bullet:hover {
  background: white;
}
#keyvisual-news .swiper-button-disabled {
  visibility: hidden;
}
#keyvisual-news .swiper .swiper-caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#keyvisual-news [class^=swiper-keyvisual-button-prev-], #keyvisual-news [class^=swiper-keyvisual-button-next-] {
  margin-top: 0;
  height: 20px;
  width: 20px;
  font-size: 35px;
  font-weight: bold;
  color: #0066B3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  vertical-align: middle;
  z-index: 10;
}
#keyvisual-news [class^=swiper-keyvisual-button-prev-]:hover::after, #keyvisual-news [class^=swiper-keyvisual-button-next-]:hover::after {
  color: white;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#keyvisual-news [class^=swiper-keyvisual-button-prev-]:active::after, #keyvisual-news [class^=swiper-keyvisual-button-next-]:active::after {
  color: white;
}
#keyvisual-news [class^=swiper-keyvisual-button-prev-]:after {
  content: "‹";
}
#keyvisual-news [class^=swiper-keyvisual-button-next-]:after {
  content: "›";
}

@media (min-width: 576px) {
  #keyvisual-news .swiper-slide {
    padding: 4rem 0;
  }
  #keyvisual-news .swiper-slide .news-img-wrap {
    -webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.3);
  }
  #keyvisual-news .swiper-slide .news-text-wrap {
    margin-top: 0;
    padding-top: 0;
    padding-left: 2rem;
    min-height: 0;
    background: transparent;
    /*background: linear-gradient(to right,  rgba(159,198,70,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #keyvisual-news .swiper-slide .news-text-wrap .teaser {
    display: block;
  }
  #keyvisual-news .swiper-slide .news-text-wrap .header h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  #keyvisual-news .swiper-slide .news-text-wrap .header {
    text-align: left;
  }
  #keyvisual-news .swiper-slide .news-text-wrap .header h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  #keyvisual-news .swiper-slide .news-text-wrap h3 {
    font-size: 3rem;
  }
}
.news-ticker_wrapper {
  width: 100%;
  overflow: hidden;
  height: 3.5rem;
  background-color: #9FC646;
  padding-left: 100%;
  box-sizing: content-box;
}
.news-ticker_inner {
  display: inline-block;
  height: 3.5rem;
  line-height: 3.5rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
}
.news-ticker__item {
  display: inline-block;
  padding: 0 2rem;
}
.news-ticker__item a {
  font-family: "SourceSansPro-Light", sans-serif;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
}
.news-ticker__item a:hover {
  color: black;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.news-big-card__item {
  border: none 0 !important;
}
.news-big-card .news-list-date {
  color: #8D8D8D;
}
.news-big-card .news-list-category {
  text-transform: uppercase;
}
.news-big-card .card-body {
  padding: 0 2rem 1rem 0;
  font-size: 1.1rem;
}
.news-big-card h3 {
  margin: 0.3rem 0 1.3rem 0;
}
.news-big-card h3 a {
  font-size: 2rem;
  color: black;
  text-decoration: none;
}
.news-big-card h3 a:hover {
  color: #9FC646;
}
.news-big-card a.more {
  display: inline-block;
  padding-left: 0.9rem;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 1.1rem;
  color: #9FC646;
}
.news-big-card a.more:hover {
  color: black;
}
.news-big-card a.more:before {
  content: "→ ";
}

.news-small-cards-horizontal .card-body {
  position: relative;
  padding: 1rem 0;
  background: #fff;
}
.news-small-cards-horizontal__item {
  border: none 0 !important;
}
.news-small-cards-horizontal .news-list-date {
  color: #949494;
}
.news-small-cards-horizontal h5 a {
  font-size: 1rem;
  color: black;
  text-decoration: none;
}
.news-small-cards-horizontal h5 a:hover {
  color: #9FC646;
}

.news-small-cards-vertical .card-body {
  padding: 0rem 1rem;
}
.news-small-cards-vertical__item {
  border: none 0 !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.news-small-cards-vertical .news-list-date {
  font-size: 0.9rem;
  color: #949494;
}
.news-small-cards-vertical .news-list-category {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.news-small-cards-vertical .card-title {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.news-small-cards-vertical .card-title a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.news-small-cards-vertical .card-title a:hover {
  color: #9FC646;
}
.news-small-cards-vertical .card-text {
  margin: 0;
}
.news-small-cards-vertical a.more {
  display: inline-block;
  padding-left: 0.7rem;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 0.8rem;
  color: #9FC646;
  text-decoration: none;
}
.news-small-cards-vertical a.more:hover {
  color: black;
}
.news-small-cards-vertical a.more:before {
  content: "→ ";
}

.news-small-list ul {
  padding: 0;
  list-style: none;
}
.news-small-list__item {
  padding: 1rem 0;
  border-bottom: 1px solid #e1e1e1;
}
.news-small-list__item a {
  display: block;
  font-size: 1rem;
  line-height: 1.2rem;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.news-small-list__item a:hover {
  color: #9FC646;
}
.news-small-list__item a .news-list-date {
  font-weight: normal;
}

.news-events-vertical .col {
  margin-top: 0;
}
.news-events-vertical .calendar:before, .news-events-vertical .calendar:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 1.3;
  top: 1.5rem;
  left: 0.5rem;
  text-align: center;
  z-index: 1;
}
.news-events-vertical .calendar:before {
  content: attr(data-day);
  font-size: 1.3rem;
  font-weight: bold;
  color: #9FC646;
  background: #fff;
  border-radius: 0.3rem;
}
.news-events-vertical .calendar:after {
  content: attr(data-month);
  top: 3rem;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.news-events-vertical .card-body {
  padding: 0rem 1rem;
}
.news-events-vertical__item {
  padding: 1rem 0;
  border: none 0 !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.news-events-vertical__item:hover {
  background: #f8f8f8;
}
.news-events-vertical .news-list-date {
  font-size: 0.9rem;
  color: black;
}
.news-events-vertical .news-list-category {
  text-transform: uppercase;
}
.news-events-vertical h3 a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #9FC646;
}
.news-events-vertical .card-text {
  margin: 0;
}
.news-events-vertical a.more {
  font-size: 1rem;
  font-weight: bold;
  color: #9FC646;
  text-decoration: none;
}
.news-events-vertical a.more:hover {
  color: black;
}

.news-events-vertical-small .col {
  margin-top: 0;
}
.news-events-vertical-small .calendar:before, .news-events-vertical-small .calendar:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 1.3;
  top: 0.4rem;
  left: 0.5rem;
  text-align: center;
  z-index: 1;
}
.news-events-vertical-small .calendar:before {
  content: attr(data-day);
  font-size: 1.4rem;
  font-weight: bold;
  color: #9FC646;
  border-radius: 0.3rem;
}
.news-events-vertical-small .calendar:after {
  content: attr(data-month);
  top: 1.9rem;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.news-events-vertical-small .card-body {
  padding: 0rem 1rem;
  line-height: 0.1;
}
.news-events-vertical-small__item {
  padding: 0.5rem 0;
  border: none 0 !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.news-events-vertical-small__item:hover {
  background: #f8f8f8;
}
.news-events-vertical-small .news-list-date {
  font-size: 1rem;
  line-height: 1.1;
  color: black;
}
.news-events-vertical-small .news-list-category {
  text-transform: uppercase;
}
.news-events-vertical-small h5 a {
  font-size: 1rem;
  text-decoration: none;
  color: #9FC646;
}
.news-events-vertical-small .card-text {
  margin: 0;
}
.news-events-vertical-small a.more {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #9FC646;
  text-decoration: none;
}
.news-events-vertical-small a.more:hover {
  color: black;
}

.news-suggested-topic-cards .card {
  background-color: transparent !important;
}
.news-suggested-topic-cards .card-body {
  position: relative;
  padding: 0 0 1rem;
}
.news-suggested-topic-cards .news-img-wrap + div.card-body {
  padding-top: 1.3rem;
}
.news-suggested-topic-cards__item {
  border: none 0 !important;
}
.news-suggested-topic-cards h3 {
  margin-bottom: 1.2rem;
}
.news-suggested-topic-cards h3 a {
  font-size: 1.9rem;
  color: black;
  text-decoration: none;
}
.news-suggested-topic-cards h3 a:hover {
  color: #9FC646;
}
.news-suggested-topic-cards h4 {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.news-suggested-topic-cards .card-text {
  font-size: 1.15rem;
  line-height: 1.7rem;
}
.news-suggested-topic-cards a.more {
  position: relative;
  padding-left: 0.9rem;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 1.1rem;
  color: #9FC646;
  text-decoration: none;
}
.news-suggested-topic-cards a.more:hover {
  color: black;
}
.news-suggested-topic-cards a.more:before {
  position: absolute;
  content: "→";
  left: 0;
  top: -3px;
  height: 10px;
}

.news-img-wrap {
  overflow: hidden;
}
.news-img-wrap img {
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -ms-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.news-img-wrap img:hover {
  transform: scale(1.05);
}

/*# sourceMappingURL=kdo-news.css.map */
