@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,300italic,400italic,600italic,700italic,800italic);
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gxqhhr");
  src: url("../fonts/icomoon.eot?gxqhhr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gxqhhr") format("truetype"), url("../fonts/icomoon.woff?gxqhhr") format("woff"), url("../fonts/icomoon.svg?gxqhhr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Mistral';
  src: url("../fonts/MISTRAL.TTF") format("truetype");
  font-weight: normal;
  font-style: normal; }

.NewsBoxListing .news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .NewsBoxListing .news_list .entry {
    margin-top: 50px !important;
    vertical-align: top;
    width: 30%; }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .NewsBoxListing .news_list .entry {
        width: 100%; }
        .NewsBoxListing .news_list .entry .image_link {
          float: none !important; } }
    @media screen and (max-width: 762px) {
      .NewsBoxListing .news_list .entry {
        width: 100%; }
        .NewsBoxListing .news_list .entry .image_link {
          float: none !important; } }
    .NewsBoxListing .news_list .entry .text_wrapper {
      width: 100% !important;
      flex-direction: column-reverse;
      display: flex !important; }
    .NewsBoxListing .news_list .entry .summary {
      display: none; }
    .NewsBoxListing .news_list .entry + .entry {
      padding-top: 0px !important;
      background: none !important; }

/*# sourceMappingURL=NewsBoxListing.scss.map */