.container {
    max-width: 1170px;
}
img.NL_header {
  border-bottom: 10px solid #a5dffc;
}
h3{
  color: #0081cb;
}
p {
  text-align: justify;
}
.EIlight h2 {
  color: #053676;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: right;
  position: relative;
}
.EIlight h2 i {
  color: #ed2426;
  font-size: 22px;
}
.EIlight h2:after {
  position: absolute;
  right: 0;
  width: 100px;
  height: 4px;
  background: #0a4e87;
  content: "";
  bottom: -10px;
}
.news {
  background: #094e87;
  color: #fff;
}

.news h2, .news h3 {
  color: #fff;
}
.shut {
  border-bottom: 1px solid #04367a;
  padding-bottom: 20px;
}

.video iframe {
  width: 100%;
}
.video {
  border-top: 1px solid #04367a;
  margin-top: 30px;
}
.news a{
color: #a6dcef;
}
.newsRow:not(:last-child){
  border-bottom: 1px solid #a5dffc;
  margin-bottom: 20px;
}
.nlServices img{
  margin-right: 30px;
  margin-bottom: 15px;
}
.NL_Footer {
  background: #1f84c6;
  color: #fff;
  padding: 10px;
}
.NL_Footer a {
  color: #fff;
}
.NL_Footer a:hover {
color: #a6dcef;
}
.NL_Credit {
  float: left;
}
.redTitle h2::before {
  position: absolute;
  right: 5px;
  top: 13px;
  width: 15px;
  height: 15px;
  background: #ef2424;
  content: "";
  transform: rotate(45deg);
}
.redTitle h2 {
  padding-right: 30px;
}
.EIlight .news h2:after {
  background: #91dbf6;
}
.btn-Gilayon {
  background: #ef2425;
  color: #fff;
  margin: 15px auto 0 auto;
  display: block;
  width: 100%;
  padding: 8px;
  text-align: center;
}
.btn-Gilayon i {
  margin-left: 5px;
}
.newsLinks{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newsLinks a.btn{
    color: #094e87;
    border-color: #094e87;
    background-color: #a6dcef;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.newsLinks a.btn:hover{ background-color: #fff;}
.newsLinks a.btn i{
    padding-right: 5px;
    vertical-align: -1px;
}
.EI_Magazine p{
  text-align: right !important;
}
.imgArticle {
  height: 366px;
  background-size: cover;
  background-position: center;
}
.spoilerBlock {
  max-height: 250px;
  overflow: hidden;
}
.magazineNo{
  position: relative;
  z-index: 1;
  margin-right: 30px;
}
.magazineNo::before{
  content: '';
  background-color: #ed2426;
  display: block;
  width: 70px;
  height: 70px;
  transform: rotate(45deg);
  position: absolute;
  right: -5px;
  top: -15px;
  z-index: -1;
}
.asideImg {
  padding-top: 66%;
  background-size: cover;
  margin-bottom: 15px;
}
.EIlightRow:nth-child(2n) {
  background-color: #f2f5f8;
}
.EIlightRow {
  padding: 15px 0;
  max-height: 460px;
  overflow: hidden;
  margin-bottom: 30px;
}
.EIlightRow:last-child{
  margin-bottom: 0;
}
.EIlightRow h2 {
  color: #053676;
}
.EIlightRow .btn {
  background: transparent;
  color: #0081ca;
  font-size: 30px;
  position: absolute;
  font-weight: bold;
  padding: 0 10px;
  left: 0;
  bottom: -15px;
  background-color: white;
}
.EIlightRow:nth-child(2n) .btn {
  background-color: #f2f5f8;
}
.EIlightRow .btn i {
  margin-right: 5px;
}
.EIlightRow .btn:hover {
  color: #f02423;
}
@media only screen and (max-width: 767px) {

  .redTitle h2 {
      text-align: right;
      margin-top: 15px;
  }
  .NL_Credit {
      float: none;
  }
  .spoilerBlock{
    padding: 15px 15px 30px 15px;
  }
  .spoilerBlock,
  .EIlightRow {
    max-height: initial;
  }
  .news{
    margin: 0 -15px;
    padding: 60px 15px 15px 15px;
  }
  .imgArticle {
    height: auto;
    padding-top: 66%;
  }
  .EIlightRow .btn {
    left: 15px;
    bottom: 0;
  }
  .EIlightRow{
    margin: 0 -15px 30px -15px;
  }
}