/* ==========================================================================
   Components / MIXINS
   ========================================================================== */
/*********************
  BREAKPOINTS RESPONSIVE LAYOUT
  *********************/
/* ==========================================================================
   Layout / Block Focus
   ========================================================================== */
.blockfocus {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0 25px;
}
@media (min-width: 576px) {
  .blockfocus {
    padding: 0 45px;
  }
}
@media (min-width: 760px) {
  .blockfocus {
    padding: 0 65px;
  }
}
@media (min-width: 1360px) {
  .blockfocus {
    padding: 0 120px 0 87px;
  }
}
@media (min-width: 1500px) {
  .blockfocus {
    width: 95%;
  }
}
@media (min-width: 1800px) {
  .blockfocus {
    width: 90%;
    padding: 0 200px 0 150px;
  }
}
.blockfocus {
  max-width: 1920px;
}
@media (min-width: 1360px) {
  .blockfocus {
    padding: 0 87px;
  }
}
@media (min-width: 1800px) {
  .blockfocus {
    padding: 0 150px;
  }
}
.blockfocus .h2-title, .blockfocus .h3-title, .blockfocus .h4-title {
  max-width: 710px;
  color: #000;
}
@media (min-width: 576px) {
  .blockfocus .h2-title, .blockfocus .h3-title, .blockfocus .h4-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 760px) {
  .blockfocus .h2-title, .blockfocus .h3-title, .blockfocus .h4-title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1360px) {
  .blockfocus .h2-title, .blockfocus .h3-title, .blockfocus .h4-title {
    margin-bottom: 85px;
  }
}
.blockfocus-slides {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: relative;
}
@media (min-width: 1000px) {
  .blockfocus-slides {
    flex-direction: row;
    align-items: flex-start;
  }
}
.blockfocus-slides .slicknav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 1000px) {
  .blockfocus-slides .slicknav {
    left: 320px;
    right: inherit;
  }
}
@media (min-width: 1200px) {
  .blockfocus-slides .slicknav {
    left: 340px;
  }
}
@media (min-width: 1360px) {
  .blockfocus-slides .slicknav {
    left: 375px;
  }
}
.blockfocus .slidetxt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background: #20384B;
  color: #ffffff;
  box-sizing: border-box;
  padding: 30px 30px 40px;
  align-self: stretch;
  position: relative;
  bottom: 1px;
}
@media (min-width: 576px) {
  .blockfocus .slidetxt {
    padding: 40px 45px 45px;
  }
}
@media (min-width: 760px) {
  .blockfocus .slidetxt {
    padding: 45px 60px 55px;
  }
}
@media (min-width: 1000px) {
  .blockfocus .slidetxt {
    width: 380px;
    flex-basis: 380px;
    flex-shrink: 0;
    min-height: 100%;
    padding: 50px 60px 55px;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .blockfocus .slidetxt {
    width: 400px;
    flex-basis: 400px;
  }
}
@media (min-width: 1360px) {
  .blockfocus .slidetxt {
    width: 435px;
    flex-basis: 435px;
    padding: 70px 60px 90px 80px;
  }
}
.blockfocus .slidetxt .wysiwyg, .blockfocus .slidetxt .wysiwyg p, .blockfocus .slidetxt .wysiwyg a, .blockfocus .slidetxt .wysiwyg ul, .blockfocus .slidetxt .wysiwyg ol {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}
.blockfocus .slidetxt .btn {
  margin-top: 33px;
}
.blockfocus .slidetxt .btn-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.blockfocus .slidetxt .btn-secondary:hover {
  background: #ffffff;
  color: #20384B;
}
.blockfocus .slideimg {
  display: block;
  width: 100%;
  flex-basis: 100%;
  height: auto;
  position: relative;
  flex-grow: 1;
}
@media (min-width: 1000px) {
  .blockfocus .slideimg {
    width: calc(100% - 380px);
    flex-basis: calc(100% - 380px);
  }
}
@media (min-width: 1200px) {
  .blockfocus .slideimg {
    width: calc(100% - 400px);
    flex-basis: calc(100% - 400px);
  }
}
@media (min-width: 1360px) {
  .blockfocus .slideimg {
    width: calc(100% - 435px);
    flex-basis: calc(100% - 435px);
    margin-bottom: 65px;
  }
}
.blockfocus .slideimg .slick-slide > div {
  display: flex;
}
.blockfocus .slideimg-slide {
  display: block;
  position: relative;
}
.blockfocus .slideimg-slide:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.blockfocus .slideimg-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  min-height: 250px;
}
@media (min-width: 576px) {
  .blockfocus .slideimg-slide img {
    min-height: inherit;
    height: auto;
    object-fit: inherit;
  }
}
.blockfocus .slideimg-slide .legend {
  display: block;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 25px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 576px) {
  .blockfocus .slideimg-slide .legend {
    padding: 30px 35px;
  }
}
@media (min-width: 760px) {
  .blockfocus .slideimg-slide .legend {
    font-size: 18px;
    padding: 40px 60px;
  }
}
@media (min-width: 1200px) {
  .blockfocus .slideimg-slide .legend {
    font-size: 20px;
  }
}
@media (min-width: 1360px) {
  .blockfocus .slideimg-slide .legend {
    padding: 55px 75px;
  }
}
.blockfocus .slideimg-slide .legend-title {
  font-weight: 800;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .blockfocus .slideimg-slide .legend-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 760px) {
  .blockfocus .slideimg-slide .legend-title {
    font-size: 30px;
  }
}
.blockfocus .slide {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.blockfocus .slide-title {
  display: block;
  font-weight: 800;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
/*# sourceMappingURL=blockfocus.css.map */
