#homepage_news_feed {
  padding: 5em 0;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
#homepage_news_feed:before {
  content: "";
  position: absolute;
  left: -1000%;
  width: 2000%;
  background-color: #fff;
  height: calc(100% + 10em);
  top: -5em;
  z-index: -1;
}
#homepage_news_feed .slick-track {
  display: flex !important;
}
#homepage_news_feed .slick-slide {
  height: inherit !important;
}
#homepage_news_feed .container {
  width: calc(100% - 60px);
  max-width: 1276px;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
}
@media only screen and (min-width: 960px) {
  #homepage_news_feed .container {
    width: calc(100% - 120px);
  }
}
#homepage_news_feed .container .slick-list {
  max-width: 100%;
  overflow: visible;
}
#homepage_news_feed .container .heading {
  width: calc(100% - 60px);
  max-width: 1276px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  #homepage_news_feed .container .heading {
    width: calc(100% - 120px);
  }
}
#homepage_news_feed .container .heading p.subtitle {
  font-weight: bold;
  color: #00b2b1;
  font-size: 1.55em;
  margin: 0 0 0.73em;
}
#homepage_news_feed .container .heading h3 {
  color: #162473 !important;
  font-family: "Rajdhani" !important;
  font-weight: bold !important;
  font-size: 2.5em !important;
  margin: 0 0 0.8em !important;
  line-height: 1.1em !important;
}
#homepage_news_feed .container ul.indicators {
  display: block;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
  position: relative;
}
#homepage_news_feed .container ul.indicators li {
  display: inline-block;
  margin-right: 2px;
}
#homepage_news_feed .container ul.indicators li:last-child {
  margin-right: 0;
}
#homepage_news_feed .container ul.indicators li a {
  color: white !important;
  display: block;
  background-color: #001f63 !important;
  -moz-transition: all 0.15s ease-out 0s;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition-property: all 0.15s ease-out 0s;
  -ms-transition-property: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
#homepage_news_feed .container ul.indicators li a:hover, #homepage_news_feed .container ul.indicators li a:focus {
  background-color: #20bab0 !important;
  color: #001f63 !important;
}
#homepage_news_feed .container ul.indicators li a.inactive {
  cursor: not-allowed;
  opacity: 0.5;
}
#homepage_news_feed .container ul.indicators li a.inactive:hover, #homepage_news_feed .container ul.indicators li a.inactive:focus {
  background-color: #001f63 !important;
  color: white !important;
}
#homepage_news_feed .container .list {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #homepage_news_feed .container .list {
    width: calc(100% - 60px);
    margin-top: 3em;
    left: 5px;
  }
}
#homepage_news_feed .container .list a.newsbox {
  color: white;
  text-decoration: none;
  background-color: black;
  -moz-transition: background-color 0.15s ease-out 0s;
  -webkit-transition: background-color 0.15s ease-out 0s;
  -o-transition-property: background-color 0.15s ease-out 0s;
  -ms-transition-property: background-color 0.15s ease-out 0s;
  transition: background-color 0.15s ease-out 0s;
}
#homepage_news_feed .container .list a.newsbox .img {
  background-image: url(/application/blocks/news_feed/templates/homepage_2024/mrcy-logo.jpg);
  width: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -moz-transition: background-size 0.15s ease-out 0s;
  -webkit-transition: background-size 0.15s ease-out 0s;
  -o-transition-property: background-size 0.15s ease-out 0s;
  -ms-transition-property: background-size 0.15s ease-out 0s;
  transition: background-size 0.15s ease-out 0s;
}
#homepage_news_feed .container .list a.newsbox .img img {
  opacity: 0;
  width: 100%;
}
#homepage_news_feed .container .list a.newsbox .img span {
  background-color: #001f63;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  font-size: 1.2em;
  padding: 0.28em 0.95em;
  display: block;
}
#homepage_news_feed .container .list a.newsbox .content {
  color: white;
  padding: 1.35em 2.1em;
  box-sizing: border-box;
}
#homepage_news_feed .container .list a.newsbox .content p {
  margin: 0;
  color: white;
}
#homepage_news_feed .container .list a.newsbox .content p.title {
  font-weight: 700;
  font-size: 1.35em;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}
#homepage_news_feed .container .list a.newsbox .content p.description {
  font-size: 1.15em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
#homepage_news_feed .container .list a.newsbox .content p.read {
  font-family: "Rajdhani";
  font-weight: bold;
  font-size: 1.15em;
}
#homepage_news_feed .container .list a.newsbox:hover .img, #homepage_news_feed .container .list a.newsbox:focus .img {
  background-size: 105%;
}
#homepage_news_feed .container .list a.newsbox:hover .content p.read, #homepage_news_feed .container .list a.newsbox:focus .content p.read {
  text-decoration: underline;
}
#homepage_news_feed .container .footing {
  margin-top: 3em;
  text-align: center;
}
#homepage_news_feed .container .footing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#homepage_news_feed .container .footing ul.links {
  margin-top: 1.5em;
}
#homepage_news_feed .container .footing ul.links li {
  font-size: 1.35em;
  margin-top: 0.5em;
}
#homepage_news_feed .container .footing ul.links li a {
  text-transform: uppercase;
  color: #001f63;
  font-family: "Rajdhani" !important;
  font-weight: bold;
  text-decoration: none;
}
#homepage_news_feed .container .footing ul.links li a:hover {
  text-decoration: underline;
}
#homepage_news_feed .container .footing ul.links li:last-child {
  margin-right: 0;
}
#homepage_news_feed .container .footing ul.indicators li a {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #homepage_news_feed {
    /* the parent */
  }
  #homepage_news_feed .slick-slide {
    margin: 0 25px !important;
  }
  #homepage_news_feed .slick-list {
    margin: 0 -25px !important;
  }
  #homepage_news_feed .container .heading h3 {
    font-size: 3.23em !important;
  }
  #homepage_news_feed .container .footing {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #homepage_news_feed .container .footing ul.indicators {
    border-right: 2px solid #e5e8ef;
    margin-right: 3em;
    padding-right: 3em;
  }
  #homepage_news_feed .container .footing ul.links {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }
  #homepage_news_feed .container .footing ul.links li {
    font-size: 1.14em;
    margin-right: 2.2em;
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  #homepage_news_feed {
    display: flex;
    align-items: center;
  }
  #homepage_news_feed .container {
    margin-top: 35px;
  }
  #homepage_news_feed .container .slick-active {
    position: relative;
  }
  #homepage_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;
  }
  #homepage_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;
  }
  #homepage_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*/