#news_feed {
  margin: 5em auto;
  position: relative;
  background-color: #fff;
}
#news_feed:before {
  content: "";
  position: absolute;
  left: -1000%;
  width: 2000%;
  background-color: #fff;
  height: calc(100% + 10em);
  top: -5em;
  z-index: -1;
}
#news_feed .container {
  width: calc(100% - 60px);
  max-width: 1276px;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
}
@media only screen and (min-width: 960px) {
  #news_feed .container {
    width: calc(100% - 120px);
  }
}
#news_feed .container .slick-list {
  max-width: 100%;
}
#news_feed .container .heading {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}
#news_feed .container .heading h4 {
  font-family: "Rajdhani";
  font-weight: bold !important;
  color: #000000;
  letter-spacing: 1px;
  font-size: 1.65em;
  margin: 0;
}
#news_feed .container .heading h4 span {
  display: block;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  cursor: default;
}
#news_feed .container .heading h4 span:hover {
  text-decoration: none;
}
#news_feed .container .heading ul.filters {
  display: none;
}
#news_feed .container ul.indicators {
  display: block;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
  position: relative;
}
#news_feed .container ul.indicators li {
  display: inline-block;
  margin-right: 20px;
}
#news_feed .container ul.indicators li:last-child {
  margin-right: 0;
}
#news_feed .container ul.indicators li a {
  color: #001e60 !important;
  display: block;
  background-color: transparent !important;
}
#news_feed .container ul.indicators li a.active, #news_feed .container ul.indicators li a:hover, #news_feed .container ul.indicators li a:focus {
  background-color: #006860;
}
#news_feed .container ul.indicators li a.inactive {
  cursor: not-allowed;
  opacity: 0.5;
}
#news_feed .container .list {
  display: flex;
  flex-direction: column;
}
#news_feed .container .list .box {
  margin-bottom: 3em;
  height: auto !important;
  background-color: transparent !important;
}
#news_feed .container .list .box .img {
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 1em;
}
#news_feed .container .list .box a.title {
  font-weight: 500;
  text-decoration: none;
  color: black;
  font-size: 1.5em;
  line-height: 1.4em;
  display: inline-block;
  margin-bottom: 0.4em;
}
#news_feed .container .list .box a.btn {
  color: #001e60;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #001e60;
  font-size: 1em;
  padding: 1.5em 2.5em;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  -moz-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition-property: all 0.25s ease-out 0s;
  -ms-transition-property: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
#news_feed .container .list .box a.btn:hover, #news_feed .container .list .box a.btn:focus {
  color: white;
  background-color: #001e60;
}
#news_feed .container .list .box p {
  margin: 0;
}
#news_feed .container .list .box p.type {
  color: #001e60;
  font-weight: 700;
  font-size: 1.08em;
  letter-spacing: 1px;
  margin-bottom: 0.3em;
}
#news_feed .container .list .box p.date {
  color: #666666;
  font-weight: 600;
  font-size: 1.12em;
  margin-bottom: 1.75em;
}
#news_feed .container .list .box:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #news_feed {
    /* the parent */
  }
  #news_feed .slick-slide {
    margin: 0 10px !important;
  }
  #news_feed .slick-list {
    margin: 0 -10px !important;
  }
  #news_feed .container .heading {
    margin-bottom: 1.5em;
  }
  #news_feed .container .heading h4 {
    font-size: 2em;
    font-weight: 700 !important;
  }
  #news_feed .container .heading h4 span {
    display: none;
  }
  #news_feed .container .list {
    flex-direction: row;
  }
  #news_feed .container .list .box {
    /*
    					width: 31%;
    					margin-right: 3.5%;
    */
  }
  #news_feed .container .list .box.active:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  #news_feed {
    display: flex;
    align-items: center;
  }
  #news_feed .container {
    margin-top: 35px;
  }
  #news_feed .container .heading {
    display: flex;
    position: relative;
  }
  #news_feed .container .heading ul.filters {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #news_feed .container .heading ul.filters li {
    display: inline;
    color: #666666;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
    margin-right: 20px;
  }
  #news_feed .container .heading ul.filters li a {
    color: #001e60;
    text-decoration: none;
  }
  #news_feed .container .heading ul.filters li a:hover {
    text-decoration: underline;
  }
  #news_feed .container .heading ul.filters li a.active {
    color: #006860;
  }
  #news_feed .container .heading ul.filters li a.active:hover {
    text-decoration: none;
  }
  #news_feed .container .heading ul.filters li:last-child {
    margin-right: 0;
  }
  #news_feed .container .slick-active {
    position: relative;
  }
  #news_feed .container .slick-active:nth-child(1) {
    -moz-transition: top 0.4s ease-out 0.9s, opacity 0.4s ease-out 0.9s;
    -webkit-transition: top 0.4s ease-out 0.9s, opacity 0.4s ease-out 0.9s;
    transition-property: top 0.4s ease-out 0.9s, opacity 0.4s ease-out 0.9s;
  }
  #news_feed .container .slick-active:nth-child(2) {
    -moz-transition: top 0.4s ease-out 1.1s, opacity 0.4s ease-out 1.1s;
    -webkit-transition: top 0.4s ease-out 1.1s, opacity 0.4s ease-out 1.1s;
    transition-property: top 0.4s ease-out 1.1s, opacity 0.4s ease-out 1.1s;
  }
  #news_feed .container .slick-active:nth-child(3) {
    -moz-transition: top 0.4s ease-out 1.3s, opacity 0.4s ease-out 1.3s;
    -webkit-transition: top 0.4s ease-out 1.3s, opacity 0.4s ease-out 1.3s;
    transition-property: top 0.4s ease-out 1.3s, opacity 0.4s ease-out 1.3s;
  }
}

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