.page-1765
  .section-header
  .navbar-menus
  ul.navbar-nav.ul-after-dash
  > li
  span.menu {
  color: #0f4b91;
}

#media_widget {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 1;
}

#media_widget .container-fluid {
  max-width: 1400px;
}

#media_widget .media-widget-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#media_widget .widget-wrapper {
  width: 48%;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
}

#media_widget .widget-left {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

#media_widget .widget-right {
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

#media_widget .widget-wrapper h2.widget-title {
  font-family: Knockout, DIN-Medium, sans-serif !important;
  font-size: 4em !important;
  text-align: center;
  margin-top: -15px !important;
}

#media_widget .widget-content {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget-wrapper .inner {
  margin: 0 -30px -15px;
  height: 100%;
}

.widget-left .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  height: 50%;
}

.widget-left .event .event-img,
.widget-left .event .event-content {
  width: 50%;
}

.widget-left .event .event-img {
  position: relative;
}

.widget-left .event .event-img .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.widget-left .event .event-content {
  padding: 10px;
}

.widget-left .event .event-content p {
  font-size: 0.9em !important;
  line-height: 1.3 !important;
  margin-bottom: 1em !important;
}

.widget-left .event:first-child {
  border-top-left-radius: 80px;
}

.widget-left .event:last-child .event-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.widget-right .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  height: 26%;
}

.widget-right .logo-wrapper a {
  width: 28%;
  text-align: center;
}

.widget-right .logo-wrapper img {
  width: auto;
  margin: 0;
  max-height: 65px;
}

.widget-right .logo-wrapper.logos-1 {
  background-color: rgba(255, 255, 255, 0.25);
}

.widget-right .logo-wrapper.logos-2 {
  background-color: rgba(255, 255, 255, 0.4);
}

.widget-right .logo-wrapper.logos-3 {
  background-color: rgba(255, 255, 255, 0.55);
}

.widget-right .logo-wrapper.more {
  background-color: rgba(255, 255, 255, 0.7);
  height: 23%;
}

.widget-right .logo-wrapper.more .more-btn {
  color: #333;
  font-weight: 600;
  font-size: 1.7em;
  text-align: center;
  line-height: 1;
  margin-top: 5px !important;
}

.widget-right .logo-wrapper.more .more-btn:hover,
.widget-right .logo-wrapper.more .more-btn:focus {
  text-decoration: none;
}

.widget-right .logo-wrapper.more .more-btn > i {
  display: block;
}

@media (max-width: 1599px) {
  #media_widget .widget-wrapper {
    font-size: 14px;
  }

  #media_widget .widget-content {
    height: 320px;
  }
}

@media (max-width: 1515px) {
  #media_widget {
    top: 98px;
  }

  #media_widget .widget-content {
    height: 350px;
  }
}

@media (max-width: 1280px) {
  #media_widget .widget-content {
    height: 410px;
  }

  #media_widget .widget-wrapper h2.widget-title {
    font-size: 3.5em !important;
  }
}

@media (max-width: 1160px) {
  #media_widget .widget-wrapper {
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  #media_widget {
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0f4b91;
  }

  #media_widget .container-fluid {
    width: 95%;
  }

  #media_widget .widget-content {
    height: 500px;
  }
}

@media (max-width: 960px) {
  #media_widget .container-fluid {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  #media_widget .widget-wrapper {
    width: 100%;
  }

  #media_widget .widget-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    margin-top: 3em;
  }

  #media_widget .widget-content {
    height: 400px;
  }
}

@media (max-width: 540px) {
  #media_widget .widget-left .widget-content {
    height: auto;
  }
}

/* Media Release */

/* PRESS RELEASES */
#media-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#media-list .wrapper .media-content {
  width: calc(100% - 140px);
  padding-right: 40px;
}
#media-list .wrapper .media-years {
  width: 120px;
  margin: 1.5em 0;
  padding-left: 20px;
}
#media-list li.media-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
}
#media-list li.media-year {
  font-family: DIN-Medium, sans-serif;
  font-size: 2rem;
  color: #0f4b91;
  border-bottom: 1px solid #dadada;
}
#media-list li.media-item > div {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
#media-list li.media-item > div:first-child {
  width: 100%;
}
#media-list li.media-item > div > p {
  font-size: 0.95rem !important;
}
#media-list li.media-item > div > .newsdate {
  margin-right: 50px !important;
  min-width: 135px;
}
#media-list li.media-item > div > .newssite {
  margin-left: auto !important;
  margin-right: 30px !important;
  min-width: 150px;
  text-align: right;
  word-break: break-all;
}
#media-list li.media-item > div > p a.newslink {
  color: #0f4b91;
}
#media-list li.media-item .newslink img {
  margin: 0 !important;
  min-width: 21.84px;
}
#media-list li.media-item > a.newslink {
  width: 30px;
  text-align: right;
  margin-left: 20px !important;
  display: inline-block;
}
#media-list li.media-item > div > a.newslink {
  color: #0f4b91;
}
#media-list .pagination {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
#media-list .pagination > li > a,
#media-list .pagination > li > span {
  color: #0f4b91;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: DIN-Medium, sans-serif;
  font-size: 1.2rem;
}
#media-list .pagination > .active > a,
#media-list .pagination > .active > a:focus,
#media-list .pagination > .active > a:hover,
#media-list .pagination > .active > span,
#media-list .pagination > .active > span:focus,
#media-list .pagination > .active > span:hover {
  background-color: #0f4b91;
  border-color: #0f4b91;
  color: white;
}
#media-list .pagination > li:last-child > a,
#media-list .pagination > li:last-child > span,
#media-list .pagination > li:first-child > a,
#media-list .pagination > li:first-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#media-list .wrapper .media-years ul {
  margin: 1.5em 0;
}
#media-list .wrapper .media-years ul li.media-year {
  font-size: 1.2rem;
  border-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
#media-list .wrapper .media-years h2.media-years-title {
  font-family: DIN-Medium, sans-serif;
  font-size: 2rem !important;
}
#media-list a.showall-psyears {
  display: block;
  text-align: center;
  margin-bottom: 40px !important;
  color: #0f4b91;
  font-family: OpenSans-Semibold, sans-serif;
}

@media (max-width: 900px) {
  #media-list .wrapper .media-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  #media-list .wrapper .media-years {
    width: 100%;
    padding-left: 0;
  }
  #media-list .wrapper .media-years ul {
    margin-top: 1em;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #media-list .wrapper .media-years ul li.media-year {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  #media-list li.media-item > div,
  #media-list li.media-item {
    flex-direction: column;
    align-items: baseline;
  }
  #media-list li.media-item > a.newslink {
    margin-left: 0px !important;
    width: auto;
  }
  #media-list li.media-item > div > .newssite {
    text-align: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
