/* ================================
   GLOBAL STYLES
================================ */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  color: #222;
  line-height: 1.6;
}
/* ================================
   SLICK NAV STYLES
================================ */
.slicknav_btn {
    cursor: pointer;
    display: block;
    float: right;
    line-height: 1.125em;
    padding: 0.438em 0;
    position: relative;
    vertical-align: middle;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.3em;
}

.slicknav_menu {
}
.slicknav_menu {
   display: none;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    float: left;
    line-height: 1.188em;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    border-radius: 1px;
    display: block;
    height: 0.20em;
    width: 2em;
}

.slicknav_menu::before {
    content: " ";
    display: table;
}

.slicknav_menu::after {
    clear: both;
    content: " ";
    display: table;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul {
    display: block;
}

.slicknav_nav li {
    display: block;
    border-bottom: 1px solid rgba(133,141,157,.25);
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
    float: left;
}

.slicknav_menu {
    background: inherit;
    box-sizing: border-box;
    font-size: 15px;
}

.slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #009F32;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #009F32;
}

.slicknav_btn {
    background-color: inherit;
    border-radius: 4px;
    margin: 0;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.slicknav_nav {
    color: #fff;
    font-size: 0.875em;
    list-style: outside none none;
    padding: 0px 0px 0px 0px;
    margin-top: 4em;
    overflow: hidden;
}

.slicknav_nav ul {
    list-style: outside none none;
    margin: 0 0 0 20px;
    overflow: hidden;
    padding: 0;
}

.slicknav_nav .slicknav_row {
    margin: 2px 5px;
    padding: 20px 14px 14px 14px;
}

.slicknav_nav .slicknav_row:hover {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
}

.slicknav_nav a {
    color: #656565;
    margin: 0px 0px;
    padding: 20px 14px 14px 0px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Sen", "Arial", "Helvetica", sans-serif;
    text-decoration: none;
    background: #ffffff;
    text-align: left;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
    margin: 0;
    padding: 0;
}

.slicknav_nav .slicknav_parent-link a {
    margin: 0;
    padding: 0;
}

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    height: 44px;
    line-height: 30px;
    padding: 7px 12px;
}
.js .menu {
    display: none;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ================================
   HEADER (STICKY)
================================ */
.header {
  background: #401b02;
  border-bottom: 2px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 190px;
  height: 76px;
}

.mainmenu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
}

.mainmenu a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: color 0.3s;
}

.mainmenu a:hover {
  color: #e30613;
}

/* Listen Live Button (Header) */
.listen-live-header a {
  background: #e30613;
  color: #fff !important;
  padding: 6px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  transition: background 0.3s;
}

.listen-live-header a:hover {
  background: #b5050f;
}

/* ================================
   AD BANNERS
================================ */
.ad-top-banner {
  width: 100%;
  max-width: 840px;
  height: 250px;
  margin: 26px auto;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-block {
  background: #eee;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ccc;
}

/* ================================
   FEATURED SECTION - FIXED
================================ */
.featured {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
  position: relative;
}

/* Featured Main (Left) */
.featured-main {
  flex: 0 0 68%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}

/* Featured Image Wrapper */
.featured-image-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

/* Responsive featured image using aspect ratio */
.featured-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Overlay for text on top of image */
.featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.featured-overlay h2 {
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.3;
}
.featured-overlay h2:hover {
  text-decoration: underline
}
.featured-overlay .featured-date {
  font-size: 0.9rem;
  opacity: 0.9;
}

.featured-overlay .featured-teaser {
  font-size: 1rem;
  margin-top: 8px;
  color: #eee;
}

/* Featured Ad under main image */
.ad-under-main {
  width: 100%;
  /* max-width: 840px; */
  height: 160px;
  /* margin-top: 32px; */
  background: #eee;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Sidebar (Right) - FIXED OVERLAPPING ISSUE */
.featured-side-wrapper {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.featured-side {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  min-height: 0;
  margin-bottom: 14px;
}

/* Right side ad block - FIXED POSITIONING */
.ad-right-side {
  width: 100%;
  height: 160px;
  background: #eee;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* Modern Featured Sidebar Stories */
.featured-side .views-row {
  display: flex;
  flex-wrap: nowrap;
  /* background: #fff; */
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
  transition: transform 0.2s, box-shadow 0.2s;
  margin-bottom: 19px;
  position: relative;
  z-index: 3;
}

.featured-side .views-row:last-child {
  margin-bottom: 0;
}

.featured-side .views-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.featured-side .views-field-field-image {
  flex: 0 0 100px;
  /* border-radius: 6px; */
  overflow: hidden;
}

.featured-side .views-field-field-image img {
  width: 98px;
  height: 70px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.featured-side .views-text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
  padding: 5px 0;
}

.featured-side h2 {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  line-height: 1.3;
  margin-bottom: 4px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  display: block;
  position: relative;
  z-index: 4;
}

.featured-side h3 {
  font-size: 12px;
  color: #888;
  display: block;
  margin-top: 2px;
}
.featured-side a {
  text-decoration: none
} 
.featured-side a:hover h2{
  color: #e30613
}
.views-titlePublishedWrapper {
  /* display: flex; */
  position: relative;
  z-index: 3;
  margin-left: 8px;
}

.views-titlePublishedWrapper a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #000000;
  margin-left: 10px;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  z-index: 4;
}

/* === Latest News Section === */
section.latest {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0px auto;
  padding: 0px 0;
  box-sizing: border-box;
}

section.latest .headerTitleMain {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  margin-top: 32px;
  border-left: 5px solid #e30613;
  padding-left: 10px;
}
section.latest h2.headerTitle {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  border-left: 5px solid #e30613;
  padding-left: 10px;
}
section.latest a {
  text-decoration: none;
}
section.latest a:hover {
  text-decoration: underline;
  color: #e30613
}
/* The main container that holds all rows */
section.latest .views-element-container > div {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
   /* 10% total gap (5% left, 5% right) */
  gap: 2.2%;
}

/* Each news item */
section.latest .views-row {
  width: 23.3333333333%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 6px;
  margin-bottom: 30px;
  padding-bottom: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section.latest .views-row:hover {
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.15) 0 6px 12px;
}

/* Images */
section.latest .views-row img {
  width: 100%;
  height: 156px;
  margin-bottom: 12px;
  object-fit: cover;
  display: block;
}

/* Title */
section.latest h1 {
  font-size: 15px;
  margin: 8px 12px 0px 12px;
  line-height: 1.3;
}

section.latest h1 a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
}

section.latest h1 a:hover {
  color: #e30613;
}

/* Date */
section.latest div.date {
  font-size: 12px;
  font-weight: bold;
  color: #777;
  margin: 3px 12px;
  text-decoration: none
}

/* === Published Date === */
section.latest .views-field-field-published-date {
  padding: 0 14px 14px;
  font-size: 0.9rem;
  color: #777;
}

/* === ARTICLE + SIDEBAR LAYOUT === */
.contentcontainer {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  width: 95%;
  max-width: 1200px;
  margin: 40px auto;
}

/* === ARTICLE STYLING === */
.newscontentpage {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
}

.getTitlenews h1 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  border-left: 4px solid #c60000;
  padding-left: 12px;
}

/* Date + author */
.newscontentpage footer {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
}

.newscontentpage footer time {
  color: #888;
}

/* Article image */
.newscontentpage img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 20px 0;
}

/* Article paragraphs */
.newscontentpage p {
  font-size: 15px;
  color: #222;
  line-height: 1.7;
  margin-bottom: 18px;
  font-weight: normal;
}

.newscontentpage p:first-of-type {
  font-weight: 600;
  font-size: 15px;
}

/* News categories */
.newscontentpage > div:last-child {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.newscontentpage > div:last-child div:first-child {
  font-weight: 600;
  margin-bottom: 10px;
  color: #666;
  font-size: 13px;
}
/* === Category News Page === */
.newscategorypage {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
}
.newscategorypage div.views-element-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    gap: 3%;
    /* justify-content: space-around; */
}
.newscategorypage .views-row{
    overflow: hidden;
    width: 48.5%;
    border-radius: 4px;
    background: #ffffff;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
    margin-bottom: 6%;
}
.newscategorypage .views-field-title span.field-content a{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    font-family:  "Sen", "Arial", "Helvetica", sans-serif;
    color: #222;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    line-height: 1.4em;
}
.newscategorypage .views-field-title span.field-content a:hover {
  color: #c60000;
}
.newscategorypage .views-field-field-published-date .field-content{
    font-size: 12px;
    font-weight: bold;
    font-family:  "Sen", "Arial", "Helvetica", sans-serif;
    color: #666;
    display: flex;
    gap: 10px;
    align-items: center
}
.newscategorypage .views-field-field-last-name .field-content{
    font-size: 13px;
    font-weight: bold;
    font-family:  "Sen", "Arial", "Helvetica", sans-serif;
    color: #666;
    display: block;
}
.newscategorypage .views-field-field-published-date .field-content time {
    font-size: 12px;
    font-weight: bold;
    font-family:  "Sen", "Arial", "Helvetica", sans-serif;
    color: #666;
    display: block;
}
.newscategorypage img{
    transition: all .3s ease;
    width: 100%;
    object-fit: cover;
    height: 210px; */
    background: #FFFFFF;
    display: block;
    margin-bottom: 12px;
}

/* === SIDEBAR === */
sidebar.morenewsitems {
  display: block;
}

.morenewsitems {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 15px;
  box-shadow: box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-bottom: 15px;
}

.morenewsitems h2 {
  font-size: 1.2rem;
  color: #c60000;
  border-bottom: 2px solid #c60000;
  /* margin-bottom: 16px; */
  padding-bottom: 5px;
}

.morenewsitems .views-row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 16px;
}
.morenewsitems .views-row:last-child {
 border-bottom: none;
}
.morenewsitems .views-row h1 {
  font-size: 15px;
  line-height: 1.4;
  margin: 16px 0px 4px 0px;
}

.morenewsitems .views-row h1 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.morenewsitems .views-row h1 a:hover {
  color: #c60000;
}

.morenewsitems .views-row .date {
  font-weight: bold;
  font-size: 0.85rem;
  color: #666;
}



/* ================================
   FOOTER
================================ */
.footer {
  background: #222;
  color: #fff;
  padding: 40px 0 16px;
  font-size: 0.9rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  gap: 24px;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  min-width: 200px;
}

.footer-left h3,
.footer-center h3,
.footer-right h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #fff;
}

.footer-left p {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.4;
}

.footer-center ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-center ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-center ul li a:hover {
  color: #c62828;
}

.footer-right a.social-icon {
  display: inline-block;
  margin-right: 12px;
  color: #fff;
  font-size: 1.3rem;
  transition: color 0.2s;
}

.footer-right a.social-icon:hover {
  color: #c62828;
}

.footer-bottom {
  text-align: center;
  margin-top: 24px;
  color: #888;
  font-size: 0.85rem;
}

/* Footer App Download Section */
.footer-apps {
  background: #2b2b2b;
  color: #fff;
  padding: 24px 0;
}

.footer-apps-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-apps .app-text h3 {
  font-size: 1.2rem;
  margin-bottom: 6px;
  color: #fff;
}

.footer-apps .app-text p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.4;
}

.footer-apps .app-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-apps .app-buttons a img {
  transition: transform 0.3s, box-shadow 0.3s;
}

.footer-apps .app-buttons a:hover img {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.footer-apps .live-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-left: 12px;
}

.footer-apps .live-buttons a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 6px;
  background: #c62828;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}

.footer-apps .live-buttons a:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  background: #e53935;
}

/* ================================
   RESPONSIVE DESIGN BREAKPOINTS
================================ */

/* --- 1200px and below --- */
@media (max-width: 1200px) {
  .container {
    width: 95%;
  }
  .featured {
    gap: 24px;
  }
  section.latest .views-row {
    width: 31.5%;
  }
.contentcontainer {
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }
  .newscontentpage {
    padding: 14px;
  }
  .newscategorypage .views-row {
    width: 48%;
  }
  .morenewsitems {
    padding: 12px;
  }
}

/* --- 1024px and below (Tablet Landscape) --- */
@media (max-width: 1024px) {
  .header .container {
    flex-wrap: wrap;
  }

  .main-menu ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .featured {
    flex-direction: column;
    align-items: center;
  }

  .featured-main,
  .featured-side-wrapper {
    flex: 0 0 100%;
    width: 100%;
  }

  .ad-under-main {
    margin-top: 20px;
  }

  .featured-side {
    padding: 12px;
  }

  .featured-side .views-row {
    margin-bottom: 14px;
  }

  section.latest .views-row {
    width: 23.3%;
  }

  .footer-apps-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .contentcontainer {
    grid-template-columns: 1.7fr 1fr;
    gap: 24px;
  }

  .newscontentpage {
    padding: 14px;
  }

  .morenewsitems h2 {
    font-size: 1.1rem;
  }
section.latest .views-row img, .newscategorypage img{
  height: 133px
}
}

/* --- 768px and below (Tablet Portrait / Small Laptops) --- */
@media (max-width: 768px) {
    .js .mainmenu {
		display:none;
	}
	.js .slicknav_menu {
		display:block;
	}
  .ad-top-banner {
    max-width: 100%;
    height: 200px;
  }

  .featured {
    flex-direction: column;
    gap: 20px;
  }

  .featured-main {
    width: 100%;
  }

  .featured-side-wrapper {
    width: 100%;
    flex: 0 0 100%;
  }

  .featured-side {
    box-shadow: none;
  }

  section.latest .views-element-container > div {
    gap: 3%;
    justify-content: space-between;
  }

  section.latest .views-row {
    width: 48%;
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    min-width: 100%;
  }

  .footer-apps-container {
    flex-direction: column;
    text-align: center;
  }
  .contentcontainer {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 94%;
  }

  .newscontentpage {
    order: 1;
    padding: 14px;
  }

  sidebar {
    order: 2;
  }

  .morenewsitems {
    padding: 12px;
  }

  .morenewsitems h2 {
    font-size: 1.1rem;
  }

  .getTitlenews h1 {
    font-size: 1.6rem;
  }

  .newscontentpage p {
    font-size: 14px;
    line-height: 1.6;
  }
  
   .newscategorypage div.views-element-container {
    gap: 3%;
  }

  .newscategorypage .views-row {
    width: 48.50%;
  }

  sidebar {
    width: 100%;
    margin-top: 30px;
  }

  .morenewsitems {
    padding: 14px;
  }

  section.latest .views-row img, .newscategorypage img{
        height: 190px;
    }
}

/* --- 480px and below (Mobile Phones) --- */
@media (max-width: 480px) {
  .container {
    width: 95%;
    padding: 0 8px;
    /* height: 600px; */
  }

  .logo img {
    width: 150px;
    height: auto;
  }

  .main-menu ul {
    flex-direction: column;
    gap: 10px;
  }

  .ad-top-banner {
    height: 140px;
  }

  .featured {
    flex-direction: column;
    gap: 16px;
  }

  .featured-main,
  .featured-side-wrapper {
    width: 100%;
  }

  .featured-overlay h2 {
    font-size: 1.3rem;
  }

  .ad-under-main,
  .ad-right-side {
    height: 120px;
  }

  section.latest .views-element-container > div {
    flex-direction: column;
  }

  section.latest .views-row {
    width: 100%;
    margin-bottom: 20px;
  }
.featured-side .views-row{
  margin-bottom: 24px
}
  section.latest h1 {
    font-size: 16px;
  }

  .footer-container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-apps-container {
    flex-direction: column;
    gap: 16px;
  }

  .footer-apps .app-buttons {
    justify-content: center;
  }
  .featured-overlay .featured-teaser{
    display: none;
}
  .contentcontainer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin: 20px auto;
    padding: 0px 8px;
    background: #ffffff;
  }

  .newscontentpage {
    /* padding: 12px; */
    border-radius: 12px;
  }

  .getTitlenews h1 {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .newscontentpage p {
    font-size: 16px;
  }
section.latest .views-row img, .newscategorypage img{
  height: 230px;
}
  .morenewsitems {
    padding: 10px;
  }

  .morenewsitems h2 {
    font-size: 1rem;
    border-bottom: 1px solid #c60000;
  }

  .morenewsitems .views-row h1 {
    font-size: 14px;
  }
  .newscategorypage {
    padding: 10px;
  }

  .newscategorypage .views-row {
    width: 100%;
    margin-bottom: 22px;
  }

  .newscategorypage .views-field-title span.field-content a {
    font-size: 16px;
    line-height: 19px;
  }

  .newscategorypage .views-field-field-published-date .field-content {
    font-size: 11px;
  }

  .morenewsitems {
    padding: 12px;
  }

  .morenewsitems h2 {
    font-size: 1rem;
  }
.featured-side h2{
  font-size: 16px;
}
  .morenewsitems .views-row h1 {
    font-size: 16px;
  }

  .morenewsitems .views-row .date {
    font-size: 0.8rem;
  }
}