.t4-header {
  min-height: 0px;
  border: none !important;
}
 #t4-header {
    padding: 0px;
    background: transparent;
    border: 0px !important;
  }
  .t4-palette-mainnav .t4-navbar .navbar-nav > li > a {
  color: #fff !important;
  font-family: Architects Daughter;
  font-weight: 400;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  font-size: 20px;
  line-height: 2;
}
div[id*="t4-section-"], div[id^="t4-section-"], div[id*="t4-spotlight-"], div[id^="t4-spotlight-"] {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent !important;
}
.view-article:not(.contentpane) .com-content-article__body {
  margin-top: 0;
  background: #fff;
  padding: 10px;
}
h1,h2,h3,h4,h5 {color: #1a346d;}
.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
  color: #fff;
  white-space: normal;
  font-size: 20px;
  background: #000;
  font-family: Architects Daughter;
}
.t4-megamenu .dropdown-menu {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  border-radius: 0;
  border: 0;
  min-width: 15rem;
  margin-top: 0;
  padding: 0px;
}
.t4-offcanvas-toggle {
  border: 0;
  color: #fff;
  display: block;
  float: right;
  height: 52px;
  line-height: 52px;
  margin-left: 1.7143rem;
  padding: 0;
  transition: all .35s ease-in-out;
}
.t4-main-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
a.favth-btn {background: #71b2c1;
  padding: 15px 30px;}
  div.contact {background: #fff;
  padding: 20px;}

  .t4-megamenu .dropdown-menu {
  background: #000;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  border-radius: 0;
  border: 0;
  min-width: 15rem;
  margin-top: 0;
  padding: 0;
}
div#t4-spotlight-2 .t4-row .module-inner {
  padding: 0px;
}
.com-newsfeeds-newsfeed {background:#fff; padding:20px;}
.com-content-category-blog {background:#fff;padding:20px;}
.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
  color: #fff !important;
  white-space: normal;
  font-size: 1,6rem;
}

/* =========================
   Layout base
========================= */

.section {
  padding: 2em 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
   Soft blue intro band
========================= */

.section--soft-blue {
  background: #eaf4f8;
  padding: 2.5em 0;
}

/* =========================
   Grid layout (3 columns)
========================= */

.grid {
  display: grid;
  gap: 1.5em;
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

/* =========================
   Card styling
========================= */

.card {
  display: block;
  background: #f4f8fb;
  padding: 1.5em;
  text-decoration: none;
  border: 1px solid #dde6ed;
  transition: all 0.25s ease;
}

.card span {
  display: block;
}

/* Hover effect (subtle, professional) */
.card:hover {
  background: #e3f0f6;
  border-color: #cfdde6;
  transform: translateY(-2px);
}

/* =========================
   Responsive
========================= */

@media (max-width: 900px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid--3 {
    grid-template-columns: 1fr;
  }
}
/* =========================
   CTA block
========================= */

.section--cta {
  padding: 2em 0;
}

.cta-block {
  text-align: center;
  padding: 1.5em;
  background: #eaf4f8;
  border: 1px solid #dde6ed;
}

.cta-block h3 {
  margin: 0;
}

.cta-block a {
  display: inline-block;
  padding: 0.6em 1.2em;
  text-decoration: none;
  border: 1px solid #cfdde6;
  background: #ffffff;
  transition: all 0.25s ease;
}

.cta-block a:hover {
  background: #e3f0f6;
  border-color: #bfcfda;
}