/* mixin for multiline */
@media (max-width: 991.98px) {
  .slider-list--item {
    width: 50%;
    position: relative;
  }

  .slider-list--content {
    text-align: center;
  }

  .galery-list--item {
    width: 40%;
  }

  .md-none {
    display: none;
  }

  .dark-overlay {
    background: #1d1d1d;
  }

  .news-featured {
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }

  .news-featured--secondary {
    float: none;
    width: 100%;
  }

  .news-featured--secondary--item {
    width: 100%;
  }

  .news-featured--secondary-description {
    width: 100%;
  }

  .news-featured--secondary-list {
    margin: 0;
  }

  .news {
    height: auto;
  }

  .article-list--image {
    height: 180px;
  }

  .news-featured--secondary-description {
    width: 70%;
    overflow: hidden;
    position: relative;
    line-height: 1.2rem;
    max-height: 2.4rem;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
    text-align: left;
  }
  .news-featured--secondary-description:before {
    content: ' . . .';
    position: absolute;
    right: 0;
    padding-right: 38px;
    padding-left: 2px;
    z-index: 1000;
    bottom: 0;
    background: white;
  }
  .news-featured--secondary-description:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
}
@media (max-width: 767.98px) {
  .article-list--item {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .article-list--item--center {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }

  .article-list--item-title {
    font-size: 0.9rem;
  }

  .article-list--item-date {
    font-size: 0.7rem;
  }

  .document-list--item {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .document-list--item--center {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }

  .socmed-list--item {
    display: inline;
    font-size: 1.5rem;
    margin-left: 10px;
  }

  .news-container {
    width: 85%;
  }

  .news-featured--title {
    font-size: 1.2rem;
  }

  .news-featured--description {
    font-size: 0.8rem;
  }

  .news-featured--image {
    height: 200px;
  }

  .slider {
    height: 20rem;
  }

  .galery-list--item {
    width: 85%;
  }

  .galery-image-background {
    display: none;
  }

  .section-title {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .section-title-line {
    height: 2px;
    top: 0.45rem;
  }

  .section-title-link {
    font-size: 0.7rem;
  }

  .sm-none {
    display: none;
  }

  .mobile-see-more-container {
    width: 100%;
    text-align: center;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .article-list--image {
    height: 180px;
  }

  .document-list--item {
    height: 150px;
  }

  .document-list--item--center {
    height: 150px;
  }

  .document-list--link {
    padding-top: 2.25rem;
  }

  .document-list--icon {
    font-size: 3rem;
  }

  .document-list--text {
    font-size: 0.9rem;
  }

  .section-title-line {
    height: 2px;
    top: 0.55rem;
  }

  .news-featured--secondary-description {
    width: 65%;
    overflow: hidden;
    position: relative;
    line-height: 1.2rem;
    max-height: 2.4rem;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
    padding-right: 0;
    text-align: left;
  }
  .news-featured--secondary-description:before {
    content: ' . . .';
    position: absolute;
    right: 0;
    padding-right: 10px;
    padding-left: 2px;
    z-index: 1000;
    bottom: 0;
    background: white;
  }
  .news-featured--secondary-description:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
}
@media (max-width: 376.98px) {
  .news-featured--secondary-description {
    width: 53%;
    overflow: hidden;
    position: relative;
    line-height: 1.2rem;
    max-height: 2.4rem;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
    padding-right: 0;
    text-align: left;
  }
  .news-featured--secondary-description:before {
    content: ' . . .';
    position: absolute;
    right: 0;
    padding-right: 10px;
    padding-left: 2px;
    z-index: 1000;
    bottom: 0;
    background: white;
  }
  .news-featured--secondary-description:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
}

/*# sourceMappingURL=responsive.css.map */
