.filter-wrapper {
  padding: 16px 0;
  background-color: rgba(240, 243, 244, 0.6);
  margin-bottom: 24px;
}
.filter-wrapper .filter-input-wrapper {
  text-align: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.filter-wrapper .filter-input-wrapper label {
  font-size: 14px;
  letter-spacing: 0.24px;
  color: #808080;
  -webkit-margin-end: 20px;
     -moz-margin-end: 20px;
          margin-inline-end: 20px;
}
.filter-wrapper .filter-input-wrapper label i {
  -webkit-margin-end: 8px;
     -moz-margin-end: 8px;
          margin-inline-end: 8px;
}
.filter-wrapper .filter-input-wrapper select {
  border: none;
  font-size: 14px;
  letter-spacing: 0.24px;
  color: #555;
  outline: 0;
  background-color: transparent;
  min-width: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M13.662,13.192,18.957,7.9a1,1,0,0,0-1.416-1.413l-6,6a1,1,0,0,0-.029,1.38L17.536,19.9a1,1,0,0,0,1.416-1.413Z' transform='translate(-6.194 19.251) rotate(-90)' fill='%23555'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100% center;
}
@media screen and (min-width: 992px) {
  .filter-wrapper {
    padding: 55px 0;
    background-color: #fff;
    margin-bottom: 0;
  }
  .filter-wrapper .filter-input-wrapper {
    display: block;
  }
  .filter-wrapper .filter-input-wrapper label {
    font-size: 16px;
  }
  .filter-wrapper .filter-input-wrapper select {
    font-size: 16px;
  }
}

.news-article {
  margin-bottom: 24px;
}
.news-article:last-child {
  margin-bottom: 52px;
}
.news-article .image-wrapper a {
  display: block;
  text-decoration: none;
}
.news-article .image-wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 136px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 12px;
}
.news-article .content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.news-article .content_wrapper header {
  margin-bottom: 0;
}
.news-article .content_wrapper header a {
  text-decoration: none;
}
.news-article .content_wrapper time {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #808080;
  margin-bottom: 8px;
  display: block;
}
.news-article .content_wrapper h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  color: #171a1d;
  margin-bottom: 8px;
}
.news-article .content_wrapper a {
  font-size: 14px;
  font-weight: normal;
  color: #555;
  text-decoration: underline;
}
.news-article .content_wrapper p {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .news-article .image-wrapper img {
    height: 150px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .news-article {
    margin-bottom: 52px;
  }
  .news-article:last-child {
    margin-bottom: 112px;
  }
  .news-article .image-wrapper img {
    height: 208px;
  }
  .news-article .content_wrapper time {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .news-article .content_wrapper h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .news-article .content_wrapper a {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
  }
  .news-article .content_wrapper p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.custom-pagination {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .custom-pagination .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.custom-pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  text-align: center;
}
.custom-pagination ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1.89;
  cursor: pointer;
}
.custom-pagination ul li:not(:last-child) {
  -webkit-margin-end: 2px;
     -moz-margin-end: 2px;
          margin-inline-end: 2px;
}
.custom-pagination ul li .current, .custom-pagination ul li:hover a,
.custom-pagination ul li:hover span {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #0a6079;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.custom-pagination ul li a,
.custom-pagination ul li span {
  font-family: "Aller";
  font-size: 16px;
}
.custom-pagination ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.89;
  color: #000;
  text-decoration: none;
}
.custom-pagination ul li a.next, .custom-pagination ul li a.prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-pagination ul li a.next i, .custom-pagination ul li a.prev i {
  font-size: 12px;
  display: block;
}
.custom-pagination ul li i:before {
  color: #000;
}
.custom-pagination ul li:hover a i:before,
.custom-pagination ul li:hover span i:before {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .custom-pagination ul li {
    width: 36px;
    height: 36px;
  }
  .custom-pagination ul li:not(:last-child) {
    -webkit-margin-end: 18px;
       -moz-margin-end: 18px;
            margin-inline-end: 18px;
  }
  .custom-pagination ul li a,
.custom-pagination ul li span {
    font-size: 18px;
  }
}

body.rtl .filter-wrapper .filter-input-wrapper select {
  background-position: 0 center;
}
body.rtl .custom-pagination ul li a.next i, body.rtl .custom-pagination ul li a.prev i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*# sourceMappingURL=media-center.css.map */
