/**

 *

 * News Articles Listing Page CSS Styling

 *

 */

 .news {

    font-family: 'Josefin',sans-serif;
  
  }
  row .container.section__theme {
    width: 100%;
  }
  h5.card-title {
    color: black !important;
    font-size: 20px;
    font-family: 'Josefin', sans-serif;
    text-transform: none !important;
  }
  h5 {
    font-size: 14px;
    margin-top: -30px !important;
    margin-bottom: 10px;
  }
  .news a {
    cursor: pointer;
  }
  .module__listing--date>h5 {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #ffffff !important;
    font: normal normal 40px var(--font-raleway);
    font-weight: 600;
    line-height: 30px;
    font-family: 'Josefin sans';
    margin-top: -23px !important;
}
 main section.news-listings {
    max-height: unset;
    margin-bottom: 100px;
}
  
  .module__listing--date {
    max-width: 78px;
    max-height: 77px;
    padding: 20px 10px 20px;
  }
  
  .module__listing--date>h5 {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #ffffff !important;
    font: normal normal 40px var(--font-raleway);
    font-weight: 600;
    line-height: 30px;
    font-family: 'Josefin sans';
  }
  
  .module__listing--date>h5 span {
    color: #ffffff !important;
    font: normal normal 13px var(--font-raleway);
    font-weight: 600;
    line-height: 33px;
  }
  
  .module__listing--featured-date {
    max-width: 80px;
    max-height: 80px;
    padding: 10px 15px 25px;
  
  }
  
  .module__listing--featured-date>h5 {
    margin-bottom: 0;
    color: #212121;
    font: normal normal 40px var(--font-raleway);
    line-height: 25px;
    font-weight: 600;
  }
  
  .module__listing--featured-date>h5 span {
    color: #212121;
    font: normal normal 14px var(--font-raleway);
    font-weight: 600;
    line-height: 17px;
  
  }
  
.bg-yellow {
    background-color: #c10230 !important;
}
  
  
  .flex-center {
    display: flex;
    flex-direction: column;
    align-self: center;
  }
  
  .card.news-listing {
    position: relative;
    max-height: unset !important;
    margin: 0 1rem;
    padding: 0;
    border: 0;
    border-radius: 0;
  
  }
  
  .cta:hover *, .cta:active *, .cta:focus * {
    color: white !important;
  }
  
  .card.news-listing .card-body {
    margin-top: 10px;
    padding: 30px 30px 1rem;
    background-color: #efece7;
    border-radius: 15px;
  }
  
  .card {
    background-color: transparent !important;
  }
  
  .card.news-listing .card-body * {
    text-decoration: none;
  }
  
  .listing-btn-border {
    border: 1px solid #8a8a8a;
  }
  
  .news-readmore-btn {
    max-width: 140px;
    max-height: 40px;
    margin: 3rem 0 1.5rem;
    padding: 0 35px;
    border: 1px solid #212121;
  }
  
  .card.news-listing h5 a {
    color: #000000 !important;
  }
  
  .card-title h5 {
    color: #000000 !important;
  }
  
  .card.news-listing h5, 
  .card.news-listing a {
    color: #ffffff;
  }
  
  .card.news-listing p {
    color: #000000 !important;
  }
  
  .featured-link {
    color: #212121;
    line-height: 50px !important;
  
  }
  
  .news__featured-container {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display:none;
  }
  
  .news__featured-container .section__theme .text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .news-listing-featured .text h2 {
    margin-top: 2.25rem;
    margin-left: 50px;
    color: #e62827;
    font-family: var(--font-raleway);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.15;
  }
  
  
  .news-listing-featured .text p, .news-listing-featured .text a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #ffffff;
  }
  
  
  
  .news-listing-featured .text a:hover,
  .news-listing-featured .text a:active,
  .news-listing-featured .text a:focus {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    color: #858585;
  }
  
  .news-listing-featured .text>div {
    display: block;
    margin-left: calc(-80px - 15px);
    overflow: hidden;
    background-color: #051019;
  }
  
  .news-listing-featured .text>div>.row {
    padding-left: 15px;
  }
  
  
  a.btn.see-more-btn.smlBtn {
    font-size: 17px;
    font-family: 'josefin sans' !important;
    width: 260px;
    height: 50px;
    line-height: 37px;
    border: none;
    background-color: black;
    color: white !important;
    margin-top: 60px;
    margin-bottom: 40px;
    border-radius: 15px;
}
  
  .news-listing-featured .text>div p {
  
    padding-left: 60px;
  
    margin-top: 2.5rem;
  
    margin-bottom: 2.5rem;
  
  }
  
  
  
  .news-listing-featured .text>div .cta {
  
    margin-left: 120px;
  
  }
  
  
  
  .news-listing-featured .cta {
  
    border: 1px solid #9f9f9f !important;
  
  }
  
  
  
  .news-listing .card-body>.position-absolute {
  
    top: calc(-40px - 20px);
  
    left: 15px;
  
  }
  
  
  
  @media only screen and (max-width: 1280px) {
  
    .news__featured-container {
  
      max-width: calc(100% - (2 * 15px));
  
    }
  
  
  
    .news-listing-featured .text>div {
  
      margin-left: calc(-80px - 27px);
  
    }
  
  
  
  }
  
  
  
  @media only screen and (max-width: 1024px) {
  
    .news__featured-container {
  
      max-width: 912px;
  
    }
  
  }
  
  
  
  @media only screen and (max-width: 992px) {
  
    .news__featured-container {
  
      max-width: 880px;
  
    }
  
  }
  
  
  
  @media only screen and (max-width: 768px) {
  
    .news__featured-container {
  
      max-width: 100%;
  
    }
  
  }
  
  
  
@media only screen and (max-width: 576px) {
    .news-item .section__theme .text h1.title {
        position: relative;
        text-transform: none !important;
        line-height: 27px !important;
        margin-top: 40px !important;
    }
    h5.card-title.text-uppercase.font-weight-bold {
        font-family: 'Josefin Sans';
    }
    .card.news-listing p {
        font-size: 15px !important;
        line-height: 22px !important;
    }
  .card.news-listing .card-body * {
      color: #8fb91e;
      text-decoration: none;
  }
  .news {
      margin-top: 30px;
  }
    main[role=main].container-fluid {
      padding-top: 30px !important;
  }
  .card.news-listing .news-readmore-btn {
    max-width: 50%;
  }
    .news__featured-container {
  
      max-width: 100%;
  
  }
  
  }
  