.cl-layout-container {
  --cl-layout-margin: 0;
  --cl-layout-padding: 0;
  --cl-layout-width: 100%;
  --cl-layout-background-color: transparent;
  --cl-layout-background-gradient: none;
  overflow: hidden;
  position: relative;
  padding: var(--cl-layout-margin, 0);
  box-sizing: border-box;
  background-clip: content-box;
  background-color: var(--cl-layout-background-color, transparent);
  background-image: var(--cl-layout-background-gradient, none);
}

.cl-layout {
  position: relative;
  box-sizing: border-box;
  display: flex;
  --cl-layout-gap-c: 0;
  --cl-layout-gap-r: 0;
  margin: calc(-1 * var(--cl-layout-gap-r, 0)) 0 0 calc(-1 * var(--cl-layout-gap-c, 0px));
  width: auto;
  max-width: none;
  padding: var(--cl-layout-padding, 0px);
  flex-wrap: wrap;
  font-family: inherit;
}
.cl-layout * {
  box-sizing: border-box;
  font-family: inherit;
}

.cl-layout--grid > .cl-layout__item {
  margin: var(--cl-layout-gap-r, 0) 0 0 var(--cl-layout-gap-c, 0px);
}

.cl-layout__item {
  position: relative;
  display: block;
  height: auto;
  flex: 0 0 50%;
}

.cl-layout--equal-rows .cl-template {
  height: 100%;
}

.cl-template {
  border-style: solid;
  border-width: 0;
  position: relative;
  display: flex;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cl-template--image-top {
  flex-direction: column;
}

.cl-template h1,
.cl-template h2,
.cl-template h3,
.cl-template h4,
.cl-template h5,
.cl-template h6,
.cl-template div,
.cl-template span,
.cl-template a,
.cl-template p,
.cl-template img,
.cl-template em,
.cl-template big,
.cl-template small,
.cl-template strike,
.cl-template strong,
.cl-template b,
.cl-template u,
.cl-template i,
.cl-template section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-style: inherit;
  font-size: 16px;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
  line-height: 1.2;
  color: inherit;
  border-style: solid;
  overflow-wrap: break-word;
  word-break: break-word;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: none;
}

.cl-template a img {
  box-shadow: none;
}

.cl-template h1,
.cl-template h2,
.cl-template h3,
.cl-template h4,
.cl-template h5,
.cl-template h6 {
  font-weight: 600;
  line-height: 1.2;
}

.cl-template h1 a,
.cl-template h2 a,
.cl-template h3 a,
.cl-template h4 a,
.cl-template h5 a,
.cl-template h6 a {
  font-size: inherit;
  font-weight: inherit;
}

.cl-template h5 {
  font-size: 17.6px;
}

.cl-template a:hover {
  color: inherit;
}

.cl-template .cl-element {
  display: flex;
  position: relative;
}
.cl-template .cl-element * {
  overflow-wrap: break-word;
  word-break: break-word;
}

.cl-template .cl-element-section,
.cl-template .cl-element-featured_media {
  display: block;
}

.cl-template .cl-element-link__anchor {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  display: inline-block;
}

.cl-template .cl-element-section {
  position: relative;
  flex: 1;
}

.cl-template .cl-element-featured_media {
  overflow: hidden;
  position: relative;
}

.cl-template .cl-element-featured_media__image {
  display: block;
}

.cl-template--id-3702 {
  background-color: #fff;
  color: #333;
  padding: 16px;
  border-radius: 0px;
  border-width: 0px;
  border-color: #cccccc;
}

.cl-template--id-3702 .cl-element--instance-1001 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin: 0px 0px 5px 0px;
  padding: 10px 0px 5px 0px;
  border-radius: 0px;
  justify-content: flex-start;
}

.cl-template--id-3702 .cl-element--instance-1001 .cl-element-title__anchor {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  line-height: inherit;
}

.cl-template--id-3702 .cl-element--instance-1001 .cl-element-title__anchor:hover,
.cl-template--id-3702 .cl-element--instance-1001 .cl-element-title__anchor:active,
.cl-template--id-3702 .cl-element--instance-1001 .cl-element-title__anchor:focus {
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
}

.cl-template--id-3702 div.cl-element--instance-1002 {
  justify-content: center;
  text-align: center;
}

.cl-template--id-3702 div.cl-element--instance-1002 .cl-element-link__anchor {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin: 10px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
  border-radius: 0px;
  color: #ffffff;
  background-color: #203658;
}

.cl-template--id-3702 div.cl-element--instance-1002 .cl-element-link__anchor:hover,
.cl-template--id-3702 div.cl-element--instance-1002 .cl-element-link__anchor:active,
.cl-template--id-3702 div.cl-element--instance-1002 .cl-element-link__anchor:focus {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  background-color: #203658;
  color: #ffffff;
}

.cl-template--id-3702 .cl-element--instance-1003 {
  text-align: center;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 66.67%;
  position: relative;
}

.cl-template--id-3702 .cl-element--instance-1003 .cl-element-featured_media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cl-template--id-3702 .cl-element--instance-1003 .cl-element-featured_media__placeholder-image {
  fill: #c2c2c2;
}

.cl-template--id-3702 div.cl-element--instance-1004 {
  text-align: left;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin: 0px;
  padding: 0;
  border-radius: 0px;
  justify-content: flex-start;
}

.reset-font-family {
  font-family: inherit;
}

.fw-600 {
  font-weight: 600;
}

.min-h-80px {
  min-height: 80px;
}

@media screen and (max-width: 767.5px) {
  .no-min-h-sm {
    min-height: auto;
  }
}

.reset-font {
  font-family: inherit;
}

.mt-auto {
  margin-top: auto;
}

@media only screen and (min-width: 0px) {
  .cl-layout.cl-layout--col-xs-1 .cl-layout__item {
    width: calc(100% - var(--cl-layout-gap-c));
    flex-basis: calc(100% - var(--cl-layout-gap-c));
  }
}
@media only screen and (min-width: 765px) {
  .cl-layout.cl-layout--col-s-2 .cl-layout__item {
    width: calc(50% - var(--cl-layout-gap-c));
    flex-basis: calc(50% - var(--cl-layout-gap-c));
  }
}
@media only screen and (min-width: 1025px) {
  .cl-layout.cl-layout--col-m-3 .cl-layout__item {
    width: calc(33.3333% - var(--cl-layout-gap-c));
    flex-basis: calc(33.3333% - var(--cl-layout-gap-c));
  }
}
@media only screen and (min-width: 1280px) {
  .cl-layout.cl-layout--col-l-3 .cl-layout__item {
    width: calc(33.3333% - var(--cl-layout-gap-c));
    flex-basis: calc(33.3333% - var(--cl-layout-gap-c));
  }
}

/*# sourceMappingURL=naujienos-block.css.map */
