#block-yoda-featured-articles-homeblock {
  /*background: #0E4C92;*/
  background-image: url("images/featured-box.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 100px 45px 20px;
  margin: 4em 0 8em;
  margin: 64px auto 96px;
  border-right: 40px solid transparent;
  box-sizing: content-box;
  color: white;
  position: relative;
}

#block-yoda-featured-articles-homeblock:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("images/featured-border.svg");
  background-size: 100% 100%;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  pointer-events: none;
}

#block-yoda-featured-articles-homeblock h2, #block-yoda-featured-articles-homeblock .subtitle {
  padding: 0 45px;
}


#block-yoda-featured-articles-homeblock h2 {
  color: #fff;
  font-weight: 100;
  position: relative;
  margin: 0;
  margin-bottom: .3em;
  padding-top: 48px;
  left: 0;
  text-transform: none;
  font-weight: 600;
}

#block-yoda-featured-articles-homeblock h3 {
  line-height: 1.38;
}

/*
#block-yoda-featured-articles-homeblock:before {
  content: "";
  display: block;
  position: absolute;
  width: 101%;
  height: 64px;
  left: 0;
  background: #0E4C92;
  transform: rotate(-3deg) scaleX(1.1);
  top: 32px;
  z-index: -1;
}

#block-yoda-featured-articles-homeblock:after {
  content: "";
  display: block;
  position: absolute;
  width: 101%;
  height: 64px;
  left: 0;
  background: #0E4C92;
  transform: rotate(-3deg) scaleX(1.1);
  bottom: 64px;
  z-index: -1;
}
*/


.region.region-pre-footer {
  /*overflow: hidden;*/
  position: relative;
}

#block-yoda-featured-articles-homeblock .subtitle a {
  color: white;
}

.featured-article-title {
    font-size: 1.125em;
    color: white;
}

.featured-article {
    margin: 0 45px 40px;
}

.featured-article-read-more a {
  color: white;
  background: #09315C;
  padding: 14px 26px;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.featured-article-read-more a:link, .featured-article-read-more a:visited {
  color: white;
  font-weight: 600;
  font-size: 14px;
}

.featured-article-read-more a:hover {
  background: #0064c3;
}

.statistic-corner {
  width: 172px;
  height: 172px;
  background: #2a7f00;
  border-radius: 50%;
  position: absolute;
  top: -64px;
  right: -40px;
  padding: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.statistic-corner:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  pointer-events: none;
  border: 1px solid white;
}

.statistic-corner strong {
  font-size: 42px;
  line-height: 1;
  font-size: 36px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 20%;
  width: 40px;
  height: 40px;
  left: -30px;
  background: url(images/carousel-nav-prev.png) no-repeat;
  background-size: 100%;
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 20%;
  width: 40px;
  height: 40px;
  right: -30px;
  background: url(images/carousel-nav-next.png) no-repeat;
  background-size: 100%;
  opacity: 1;

}

.owl-theme .owl-controls .owl-buttons .disabled {
  opacity: 0;
  visibility: hidden;
}

.main-content[role="main"] {
    padding-bottom: 1em !important;
}

.block.block-menu.featured-articles-link {
  position: absolute !important;
  bottom: 16px;
  right: 0;
}

.block.block-menu.featured-articles-link .menu a, .block.block-menu.featured-articles-link .menu a:visited, .block.block-menu.featured-articles-link .menu a:link {
  color: white;
  background: transparent;
  text-transform: uppercase;
}
.block.block-menu.featured-articles-link .menu a:after {
  content: '';
  background: url(images/link-arrow.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 11px;
  display: inline-block;
  margin-left: .5em;
}

@media screen and (max-width: 640px) {
  .featured-article {
      margin: 0 4px 40px;
  }
  #block-yoda-featured-articles-homeblock {
      margin: 52px auto 64px;
      border-right: none;
      padding: 130px 45px 20px;
  }

  #block-yoda-featured-articles-homeblock h2, #block-yoda-featured-articles-homeblock .subtitle {
      padding: 0 4px;
  }


  .block.block-menu.featured-articles-link {
    position: relative !important;
    text-align: center;
    width: 100%;
  }

  .block.block-menu.featured-articles-link .menu a {
    display: block;
    text-align: center;
  }

  .statistic-corner {
    right: calc(50% - 86px);
  }

  .owl-theme .owl-controls .owl-buttons .owl-prev {
    background-image:url(images/carousel-nav-prev-mobile.png);
    border-radius:0;
    width:33px;
    height:51px;
    left: -51px;
    top: 20%;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next {
    background-image:url(images/carousel-nav-next-mobile.png);
    border-radius:0;
    width:33px;
    height:51px;
    right: -51px;
    top: 20%;
  }
}
